/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. a : [] --> o active : [o] --> o f : [o] --> o g : [o] --> o mark : [o] --> o ok : [o] --> o proper : [o] --> o top : [o] --> o active(f(f(a))) => mark(f(g(f(a)))) active(g(X)) => g(active(X)) g(mark(X)) => mark(g(X)) proper(f(X)) => f(proper(X)) proper(a) => ok(a) proper(g(X)) => g(proper(X)) f(ok(X)) => ok(f(X)) g(ok(X)) => ok(g(X)) top(mark(X)) => top(proper(X)) top(ok(X)) => top(active(X))