Problem Maude 06 OvConsOS nokinds-noand

Tool IRC1

Execution TimeUnknown
Answer
MAYBE
InputMaude 06 OvConsOS nokinds-noand

stdout:

MAYBE

Tool IRC2

Execution TimeUnknown
Answer
TIMEOUT
InputMaude 06 OvConsOS nokinds-noand

stdout:

TIMEOUT

'Fastest (timeout of 60.0 seconds)'
-----------------------------------
Answer:           TIMEOUT
Input Problem:    innermost runtime-complexity with respect to
  Rules:
    {  zeros() -> cons(0(), zeros())
     , U11(tt()) -> tt()
     , U21(tt()) -> tt()
     , U31(tt()) -> tt()
     , U41(tt(), V2) -> U42(isNatIList(V2))
     , U42(tt()) -> tt()
     , U51(tt(), V2) -> U52(isNatList(V2))
     , U52(tt()) -> tt()
     , U61(tt(), V2) -> U62(isNatIList(V2))
     , U62(tt()) -> tt()
     , U71(tt(), L, N) -> U72(isNat(N), L)
     , U72(tt(), L) -> s(length(L))
     , U81(tt()) -> nil()
     , U91(tt(), IL, M, N) -> U92(isNat(M), IL, M, N)
     , U92(tt(), IL, M, N) -> U93(isNat(N), IL, M, N)
     , U93(tt(), IL, M, N) -> cons(N, take(M, IL))
     , isNat(0()) -> tt()
     , isNat(length(V1)) -> U11(isNatList(V1))
     , isNat(s(V1)) -> U21(isNat(V1))
     , isNatIList(V) -> U31(isNatList(V))
     , isNatIList(zeros()) -> tt()
     , isNatIList(cons(V1, V2)) -> U41(isNat(V1), V2)
     , isNatList(nil()) -> tt()
     , isNatList(cons(V1, V2)) -> U51(isNat(V1), V2)
     , isNatList(take(V1, V2)) -> U61(isNat(V1), V2)
     , length(nil()) -> 0()
     , length(cons(N, L)) -> U71(isNatList(L), L, N)
     , take(0(), IL) -> U81(isNatIList(IL))
     , take(s(M), cons(N, IL)) -> U91(isNatIList(IL), IL, M, N)}

Proof Output:    
  Computation stopped due to timeout after 60.0 seconds

Tool RC1

Execution TimeUnknown
Answer
MAYBE
InputMaude 06 OvConsOS nokinds-noand

stdout:

MAYBE

Tool RC2

Execution TimeUnknown
Answer
TIMEOUT
InputMaude 06 OvConsOS nokinds-noand

stdout:

TIMEOUT

'Fastest (timeout of 60.0 seconds)'
-----------------------------------
Answer:           TIMEOUT
Input Problem:    runtime-complexity with respect to
  Rules:
    {  zeros() -> cons(0(), zeros())
     , U11(tt()) -> tt()
     , U21(tt()) -> tt()
     , U31(tt()) -> tt()
     , U41(tt(), V2) -> U42(isNatIList(V2))
     , U42(tt()) -> tt()
     , U51(tt(), V2) -> U52(isNatList(V2))
     , U52(tt()) -> tt()
     , U61(tt(), V2) -> U62(isNatIList(V2))
     , U62(tt()) -> tt()
     , U71(tt(), L, N) -> U72(isNat(N), L)
     , U72(tt(), L) -> s(length(L))
     , U81(tt()) -> nil()
     , U91(tt(), IL, M, N) -> U92(isNat(M), IL, M, N)
     , U92(tt(), IL, M, N) -> U93(isNat(N), IL, M, N)
     , U93(tt(), IL, M, N) -> cons(N, take(M, IL))
     , isNat(0()) -> tt()
     , isNat(length(V1)) -> U11(isNatList(V1))
     , isNat(s(V1)) -> U21(isNat(V1))
     , isNatIList(V) -> U31(isNatList(V))
     , isNatIList(zeros()) -> tt()
     , isNatIList(cons(V1, V2)) -> U41(isNat(V1), V2)
     , isNatList(nil()) -> tt()
     , isNatList(cons(V1, V2)) -> U51(isNat(V1), V2)
     , isNatList(take(V1, V2)) -> U61(isNat(V1), V2)
     , length(nil()) -> 0()
     , length(cons(N, L)) -> U71(isNatList(L), L, N)
     , take(0(), IL) -> U81(isNatIList(IL))
     , take(s(M), cons(N, IL)) -> U91(isNatIList(IL), IL, M, N)}

Proof Output:    
  Computation stopped due to timeout after 60.0 seconds