/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(after(X1,X2)) -> after(X1,active(X2)) active(after(X1,X2)) -> after(active(X1),X2) active(after(0(),XS)) -> mark(XS) active(after(s(N),cons(X,XS))) -> mark(after(N,XS)) active(cons(X1,X2)) -> cons(active(X1),X2) active(from(X)) -> from(active(X)) active(from(X)) -> mark(cons(X,from(s(X)))) active(s(X)) -> s(active(X)) after(X1,mark(X2)) -> mark(after(X1,X2)) after(mark(X1),X2) -> mark(after(X1,X2)) after(ok(X1),ok(X2)) -> ok(after(X1,X2)) cons(mark(X1),X2) -> mark(cons(X1,X2)) cons(ok(X1),ok(X2)) -> ok(cons(X1,X2)) from(mark(X)) -> mark(from(X)) from(ok(X)) -> ok(from(X)) proper(0()) -> ok(0()) proper(after(X1,X2)) -> after(proper(X1),proper(X2)) proper(cons(X1,X2)) -> cons(proper(X1),proper(X2)) proper(from(X)) -> from(proper(X)) proper(s(X)) -> s(proper(X)) s(mark(X)) -> mark(s(X)) s(ok(X)) -> ok(s(X)) top(mark(X)) -> top(proper(X)) top(ok(X)) -> top(active(X)) - Signature: {active/1,after/2,cons/2,from/1,proper/1,s/1,top/1} / {0/0,mark/1,ok/1} - Obligation: innermost derivational complexity wrt. signature {0,active,after,cons,from,mark,ok,proper,s,top} The problem is still open.