Problem Maude 06 MYNAT nokinds-peanoSimple

Tool IRC1

Execution TimeUnknown
Answer
MAYBE
InputMaude 06 MYNAT nokinds-peanoSimple

stdout:

MAYBE

Tool IRC2

Execution TimeUnknown
Answer
TIMEOUT
InputMaude 06 MYNAT nokinds-peanoSimple

stdout:

TIMEOUT

'Fastest (timeout of 60.0 seconds)'
-----------------------------------
Answer:           TIMEOUT
Input Problem:    innermost runtime-complexity with respect to
  Rules:
    {  U11(tt(), N) -> N
     , U21(tt(), M, N) -> s(plus(N, M))
     , and(tt(), X) -> X
     , isNat(0()) -> tt()
     , isNat(plus(V1, V2)) -> and(isNat(V1), isNat(V2))
     , isNat(s(V1)) -> isNat(V1)
     , plus(N, 0()) -> U11(isNat(N), N)
     , plus(N, s(M)) -> U21(and(isNat(M), isNat(N)), M, N)}

Proof Output:    
  Computation stopped due to timeout after 60.0 seconds

Tool RC1

Execution TimeUnknown
Answer
MAYBE
InputMaude 06 MYNAT nokinds-peanoSimple

stdout:

MAYBE

Tool RC2

Execution TimeUnknown
Answer
TIMEOUT
InputMaude 06 MYNAT nokinds-peanoSimple

stdout:

TIMEOUT

'Fastest (timeout of 60.0 seconds)'
-----------------------------------
Answer:           TIMEOUT
Input Problem:    runtime-complexity with respect to
  Rules:
    {  U11(tt(), N) -> N
     , U21(tt(), M, N) -> s(plus(N, M))
     , and(tt(), X) -> X
     , isNat(0()) -> tt()
     , isNat(plus(V1, V2)) -> and(isNat(V1), isNat(V2))
     , isNat(s(V1)) -> isNat(V1)
     , plus(N, 0()) -> U11(isNat(N), N)
     , plus(N, s(M)) -> U21(and(isNat(M), isNat(N)), M, N)}

Proof Output:    
  Computation stopped due to timeout after 60.0 seconds