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