/export/starexec/sandbox2/solver/bin/starexec_run_Default /export/starexec/sandbox2/benchmark/theBenchmark.xml /export/starexec/sandbox2/output/output_files -------------------------------------------------------------------------------- MAYBE Input TRS: 1: top(ok(queue(old(x),bot()))) -> top(check(queue(x,bot()))) 2: top(ok(queue(new(x),bot()))) -> top(check(queue(x,bot()))) 3: top(ok(queue(bot(),old(x)))) -> top(check(queue(bot(),x))) 4: top(ok(queue(bot(),new(x)))) -> top(check(queue(bot(),x))) 5: top(ok(queue(old(x),old(y)))) -> top(check(queue(x,y))) 6: top(ok(queue(old(x),new(y)))) -> top(check(queue(x,y))) 7: top(ok(queue(new(x),old(y)))) -> top(check(queue(x,y))) 8: top(ok(queue(new(x),new(y)))) -> top(check(queue(x,y))) 9: top(ok(queue(old(x),y))) ->= top(check(queue(x,y))) 10: top(ok(queue(new(x),y))) ->= top(check(queue(x,y))) 11: bot() ->= new(bot()) 12: check(old(x)) ->= ok(old(x)) 13: check(new(x)) ->= new(check(x)) 14: check(queue(x,y)) ->= queue(check(x),y) 15: check(queue(x,y)) ->= queue(x,check(y)) 16: old(ok(x)) ->= ok(old(x)) 17: new(ok(x)) ->= ok(new(x)) 18: queue(ok(x),y) ->= ok(queue(x,y)) 19: queue(x,ok(y)) ->= ok(queue(x,y)) Number of strict rules: 8 Direct POLO(bPol) ... removes: 1 3 16 5 7 9 6 new w: x1 top w: 2 * x1 bot w: 1 queue w: x1 + x2 + 1 check w: x1 + 1 ok w: x1 + 1 old w: 2 * x1 + 1 Number of strict rules: 3 Direct POLO(bPol) ... failed. Uncurrying ... failed. Dependency Pairs: #1: #top(ok(queue(new(x),bot()))) -> #top(check(queue(x,bot()))) #2: #top(ok(queue(new(x),y))) ->? #top(check(queue(x,y))) #3: #top(ok(queue(new(x),new(y)))) -> #top(check(queue(x,y))) #4: #top(ok(queue(bot(),new(x)))) -> #top(check(queue(bot(),x))) Number of SCCs: 1, DPs: 4 SCC { #1..4 } POLO(Sum)... POLO(max)... QLPOS... POLO(mSum)... QWPOpS(mSum)... Mat2b... failed. Finding a loop... failed.