/export/starexec/sandbox2/solver/bin/starexec_run_default /export/starexec/sandbox2/benchmark/theBenchmark.xml /export/starexec/sandbox2/output/output_files -------------------------------------------------------------------------------- NO Problem 1: (VAR L N X) (RULES U11(tt) -> s(length(L)) and(tt) -> X isNat -> isNat isNat -> isNatList isNat -> tt isNatIList -> and(isNat) isNatIList -> isNatList isNatIList -> tt isNatList -> and(isNat) isNatList -> tt length(cons(N)) -> U11(and(isNatList)) length(nil) -> 0 zeros -> cons(0) ) Problem 1: Extra Variables Processor: -> Rules: U11(tt) -> s(length(L)) and(tt) -> X isNat -> isNat isNat -> isNatList isNat -> tt isNatIList -> and(isNat) isNatIList -> isNatList isNatIList -> tt isNatList -> and(isNat) isNatList -> tt length(cons(N)) -> U11(and(isNatList)) length(nil) -> 0 zeros -> cons(0) -> The system has extra variables. The problem is infinite.