/export/starexec/sandbox2/solver/bin/starexec_run_tct_dci /export/starexec/sandbox2/benchmark/theBenchmark.xml /export/starexec/sandbox2/output/output_files -------------------------------------------------------------------------------- MAYBE * Step 1: Failure MAYBE + Considered Problem: - Strict TRS: *(x,*(y,z)) -> *(*(x,y),z) *(x,1()) -> x *(x,i(x)) -> 1() *(*(x,y),i(y)) -> x *(*(x,i(y)),y) -> x *(*(i(x),k(y,z)),x) -> k(*(*(i(x),y),x),*(*(i(x),z),x)) *(1(),y) -> y *(i(x),x) -> 1() *(k(x,y),k(y,x)) -> 1() i(*(x,y)) -> *(i(y),i(x)) i(1()) -> 1() i(i(x)) -> x k(x,x) -> 1() k(x,1()) -> 1() k(*(x,i(y)),*(y,i(x))) -> 1() - Signature: {*/2,i/1,k/2} / {1/0} - Obligation: innermost derivational complexity wrt. signature {*,1,i,k} + Applied Processor: DecomposeCP {onSelectionCP_ = any strict-rules, withBoundCP_ = RelativeComp, withCP_ = NaturalMI {miDimension = 3, miDegree = 3, miKind = Algebraic, uargs = NoUArgs, urules = NoURules, selector = Nothing}} + Details: The processor is not applicable. The reason is some rule is duplicating. MAYBE