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