/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: app(app(app(app(insert(),f),g),app(app(cons(),x),z)),y) -> app(app(cons(),app(app(f,x),y)) ,app(app(app(app(insert(),f),g),z) ,app(app(g,x),y))) app(app(app(app(insert(),f),g),nil()),y) -> app(app(cons(),y),nil()) app(app(app(sort(),f),g),app(app(cons(),x),y)) -> app(app(app(app(insert(),f),g) ,app(app(app(sort(),f),g),y)) ,x) app(app(app(sort(),f),g),nil()) -> nil() app(app(max(),x),0()) -> x app(app(max(),0()),y) -> y app(app(max(),app(s(),x)),app(s(),y)) -> app(app(max(),x),y) app(app(min(),x),0()) -> 0() app(app(min(),0()),y) -> 0() app(app(min(),app(s(),x)),app(s(),y)) -> app(app(min(),x),y) app(asort(),z) -> app(app(app(sort(),min()),max()),z) app(dsort(),z) -> app(app(app(sort(),max()),min()),z) - Signature: {app/2} / {0/0,asort/0,cons/0,dsort/0,insert/0,max/0,min/0,nil/0,s/0,sort/0} - Obligation: innermost derivational complexity wrt. signature {0,app,asort,cons,dsort,insert,max,min,nil,s,sort} + Applied Processor: DecomposeCP {onSelectionCP_ = any strict-rules, withBoundCP_ = RelativeComp, withCP_ = NaturalMI {miDimension = 4, miDegree = 4, miKind = Algebraic, uargs = NoUArgs, urules = NoURules, selector = Nothing}} + Details: The processor is not applicable. The reason is some rule is duplicating. MAYBE