/export/starexec/sandbox/solver/bin/starexec_run_FirstOrder /export/starexec/sandbox/benchmark/theBenchmark.xml /export/starexec/sandbox/output/output_files -------------------------------------------------------------------------------- MAYBE We consider the system theBenchmark. We are asked to determine termination of the following first-order TRS. active : [o] --> o c : [] --> o d : [] --> o g : [o] --> o h : [o] --> o mark : [o] --> o ok : [o] --> o proper : [o] --> o top : [o] --> o active(g(X)) => mark(h(X)) active(c) => mark(d) active(h(d)) => mark(g(c)) proper(g(X)) => g(proper(X)) proper(h(X)) => h(proper(X)) proper(c) => ok(c) proper(d) => ok(d) g(ok(X)) => ok(g(X)) h(ok(X)) => ok(h(X)) top(mark(X)) => top(proper(X)) top(ok(X)) => top(active(X))