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