/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()) top(free(x)) -> top(check(new(x))) - Signature: {check/1,new/1,old/1,top/1} / {free/1,serve/0} - Obligation: derivational complexity wrt. signature {check,free,new,old,serve,top} + Applied Processor: DecomposeCP {onSelectionCP_ = any strict-rules, withBoundCP_ = RelativeComp, withCP_ = NaturalMI {miDimension = 3, miDegree = 3, miKind = Algebraic, uargs = NoUArgs, urules = NoURules, selector = Nothing}} + Details: application of cp failed MAYBE