/export/starexec/sandbox2/solver/bin/starexec_run_FirstOrder /export/starexec/sandbox2/benchmark/theBenchmark.xml /export/starexec/sandbox2/output/output_files -------------------------------------------------------------------------------- MAYBE We consider the system theBenchmark. We are asked to determine termination of the following first-order TRS. 0 : [] --> o U11 : [o * o] --> o U12 : [o * o] --> o active : [o] --> o cons : [o * o] --> o length : [o] --> o mark : [o] --> o nil : [] --> o ok : [o] --> o proper : [o] --> o s : [o] --> o top : [o] --> o tt : [] --> o zeros : [] --> o active(zeros) => mark(cons(0, zeros)) active(U11(tt, X)) => mark(U12(tt, X)) active(U12(tt, X)) => mark(s(length(X))) active(length(nil)) => mark(0) active(length(cons(X, Y))) => mark(U11(tt, Y)) active(cons(X, Y)) => cons(active(X), Y) active(U11(X, Y)) => U11(active(X), Y) active(U12(X, Y)) => U12(active(X), Y) active(s(X)) => s(active(X)) active(length(X)) => length(active(X)) cons(mark(X), Y) => mark(cons(X, Y)) U11(mark(X), Y) => mark(U11(X, Y)) U12(mark(X), Y) => mark(U12(X, Y)) s(mark(X)) => mark(s(X)) length(mark(X)) => mark(length(X)) proper(zeros) => ok(zeros) proper(cons(X, Y)) => cons(proper(X), proper(Y)) proper(0) => ok(0) proper(U11(X, Y)) => U11(proper(X), proper(Y)) proper(tt) => ok(tt) proper(U12(X, Y)) => U12(proper(X), proper(Y)) proper(s(X)) => s(proper(X)) proper(length(X)) => length(proper(X)) proper(nil) => ok(nil) cons(ok(X), ok(Y)) => ok(cons(X, Y)) U11(ok(X), ok(Y)) => ok(U11(X, Y)) U12(ok(X), ok(Y)) => ok(U12(X, Y)) s(ok(X)) => ok(s(X)) length(ok(X)) => ok(length(X)) top(mark(X)) => top(proper(X)) top(ok(X)) => top(active(X))