/export/starexec/sandbox/solver/bin/starexec_run_tct_dc /export/starexec/sandbox/benchmark/theBenchmark.xml /export/starexec/sandbox/output/output_files -------------------------------------------------------------------------------- MAYBE * Step 1: Failure MAYBE + Considered Problem: - Strict TRS: check(free(x)) -> free(check(x)) check(new(x)) -> new(check(x)) check(old(x)) -> old(x) check(old(x)) -> old(check(x)) new(free(x)) -> free(new(x)) new(serve()) -> free(serve()) old(free(x)) -> free(old(x)) old(serve()) -> free(serve()) top1(free(x),y) -> top2(x,check(new(y))) top1(free(x),y) -> top2(check(x),new(y)) top1(free(x),y) -> top2(check(new(x)),y) top1(free(x),y) -> top2(new(x),check(y)) top2(x,free(y)) -> top1(x,check(new(y))) top2(x,free(y)) -> top1(check(x),new(y)) top2(x,free(y)) -> top1(check(new(x)),y) top2(x,free(y)) -> top1(new(x),check(y)) - Signature: {check/1,new/1,old/1,top1/2,top2/2} / {free/1,serve/0} - Obligation: derivational complexity wrt. signature {check,free,new,old,serve,top1,top2} + 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