/export/starexec/sandbox2/solver/bin/starexec_run_Default /export/starexec/sandbox2/benchmark/theBenchmark.xml /export/starexec/sandbox2/output/output_files -------------------------------------------------------------------------------- NO Input TRS: 1: U11(tt()) -> s(length(L)) 2: U31(tt()) -> cons(N) 3: and(tt()) -> X 4: zeros() -> cons(0()) 5: U21(tt()) -> nil() 6: isNat() -> tt() 7: isNat() -> isNatList() 8: isNat() -> isNat() 9: isNatIList() -> isNatList() 10: isNatIList() -> tt() 11: isNatIList() -> and(isNat()) 12: isNatList() -> tt() 13: isNatList() -> and(isNat()) 14: length(nil()) -> 0() 15: length(cons(N)) -> U11(and(isNatList())) 16: take(0(),IL) -> U21(isNatIList()) 17: take(s(M),cons(N)) -> U31(and(isNatIList())) Extra variable in rule 2.