/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. active : [o] --> o b : [] --> o c : [] --> o d : [] --> o f : [o * o * o] --> o m : [o] --> o mark : [o] --> o ok : [o] --> o proper : [o] --> o top : [o] --> o active(f(b, c, X)) => mark(f(X, X, X)) active(f(X, Y, Z)) => f(X, Y, active(Z)) active(d) => m(b) f(X, Y, mark(Z)) => mark(f(X, Y, Z)) active(d) => mark(c) proper(b) => ok(b) proper(c) => ok(c) proper(d) => ok(d) proper(f(X, Y, Z)) => f(proper(X), proper(Y), proper(Z)) f(ok(X), ok(Y), ok(Z)) => ok(f(X, Y, Z)) top(mark(X)) => top(proper(X)) top(ok(X)) => top(active(X))