/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: check(no(x)) -> no(x) check(no(x)) -> no(check(x)) check(rec(x)) -> rec(check(x)) check(sent(x)) -> sent(check(x)) check(up(x)) -> up(check(x)) no(up(x)) -> up(no(x)) rec(bot()) -> up(sent(bot())) rec(no(x)) -> sent(rec(x)) rec(rec(x)) -> sent(rec(x)) rec(sent(x)) -> sent(rec(x)) rec(up(x)) -> up(rec(x)) sent(up(x)) -> up(sent(x)) top(no(up(x))) -> top(check(rec(x))) top(rec(up(x))) -> top(check(rec(x))) top(sent(up(x))) -> top(check(rec(x))) - Signature: {check/1,no/1,rec/1,sent/1,top/1} / {bot/0,up/1} - Obligation: innermost derivational complexity wrt. signature {bot,check,no,rec,sent,top,up} + 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