/export/starexec/sandbox2/solver/bin/starexec_run_tct_dci_cert /export/starexec/sandbox2/benchmark/theBenchmark.xml /export/starexec/sandbox2/output/output_files -------------------------------------------------------------------------------- MAYBE EmptyProcessor - Strict TRS: active(c()) -> mark(b()) active(f(X1,X2,X3)) -> f(X1,active(X2),X3) active(f(b(),X,c())) -> mark(f(X,c(),X)) f(X1,mark(X2),X3) -> mark(f(X1,X2,X3)) f(ok(X1),ok(X2),ok(X3)) -> ok(f(X1,X2,X3)) proper(b()) -> ok(b()) proper(c()) -> ok(c()) proper(f(X1,X2,X3)) -> f(proper(X1),proper(X2),proper(X3)) top(mark(X)) -> top(proper(X)) top(ok(X)) -> top(active(X)) - Signature: {active/1,f/3,proper/1,top/1} / {b/0,c/0,mark/1,ok/1} - Obligation: innermost derivational complexity wrt. signature {active,b,c,f,mark,ok,proper,top} The problem is still open.