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