/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 active : [o] --> o after : [o * o] --> o cons : [o * o] --> o from : [o] --> o mark : [o] --> o ok : [o] --> o proper : [o] --> o s : [o] --> o top : [o] --> o active(from(X)) => mark(cons(X, from(s(X)))) active(after(0, X)) => mark(X) active(after(s(X), cons(Y, Z))) => mark(after(X, Z)) active(from(X)) => from(active(X)) active(cons(X, Y)) => cons(active(X), Y) active(s(X)) => s(active(X)) active(after(X, Y)) => after(active(X), Y) active(after(X, Y)) => after(X, active(Y)) from(mark(X)) => mark(from(X)) cons(mark(X), Y) => mark(cons(X, Y)) s(mark(X)) => mark(s(X)) after(mark(X), Y) => mark(after(X, Y)) after(X, mark(Y)) => mark(after(X, Y)) proper(from(X)) => from(proper(X)) proper(cons(X, Y)) => cons(proper(X), proper(Y)) proper(s(X)) => s(proper(X)) proper(after(X, Y)) => after(proper(X), proper(Y)) proper(0) => ok(0) from(ok(X)) => ok(from(X)) cons(ok(X), ok(Y)) => ok(cons(X, Y)) s(ok(X)) => ok(s(X)) after(ok(X), ok(Y)) => ok(after(X, Y)) top(mark(X)) => top(proper(X)) top(ok(X)) => top(active(X))