/export/starexec/sandbox/solver/bin/starexec_run_tct_dci /export/starexec/sandbox/benchmark/theBenchmark.xml /export/starexec/sandbox/output/output_files -------------------------------------------------------------------------------- MAYBE * Step 1: Failure MAYBE + Considered Problem: - Strict TRS: U11(active(X)) -> U11(X) U11(mark(X)) -> U11(X) U12(active(X)) -> U12(X) U12(mark(X)) -> U12(X) __(X1,active(X2)) -> __(X1,X2) __(X1,mark(X2)) -> __(X1,X2) __(active(X1),X2) -> __(X1,X2) __(mark(X1),X2) -> __(X1,X2) active(U11(tt())) -> mark(U12(tt())) active(U12(tt())) -> mark(tt()) active(__(X,nil())) -> mark(X) active(__(__(X,Y),Z)) -> mark(__(X,__(Y,Z))) active(__(nil(),X)) -> mark(X) active(isNePal(__(I,__(P,I)))) -> mark(U11(tt())) isNePal(active(X)) -> isNePal(X) isNePal(mark(X)) -> isNePal(X) mark(U11(X)) -> active(U11(mark(X))) mark(U12(X)) -> active(U12(mark(X))) mark(__(X1,X2)) -> active(__(mark(X1),mark(X2))) mark(isNePal(X)) -> active(isNePal(mark(X))) mark(nil()) -> active(nil()) mark(tt()) -> active(tt()) - Signature: {U11/1,U12/1,__/2,active/1,isNePal/1,mark/1} / {nil/0,tt/0} - Obligation: innermost derivational complexity wrt. signature {U11,U12,__,active,isNePal,mark,nil,tt} + Applied Processor: DecomposeCP {onSelectionCP_ = any strict-rules, withBoundCP_ = RelativeComp, withCP_ = NaturalMI {miDimension = 4, miDegree = 4, miKind = Algebraic, uargs = NoUArgs, urules = NoURules, selector = Nothing}} + Details: application of cp failed MAYBE