/export/starexec/sandbox2/solver/bin/starexec_run_Default /export/starexec/sandbox2/benchmark/theBenchmark.xml /export/starexec/sandbox2/output/output_files -------------------------------------------------------------------------------- MAYBE Input TRS: 1: minus(s(x),y) -> if(gt(s(x),y),x,y) 2: if(true(),x,y) -> s(minus(x,y)) 3: if(false(),x,y) -> 0() 4: gcd(x,y) -> if1(ge(x,y),x,y) 5: if1(true(),x,y) -> if2(gt(y,0()),x,y) 6: if1(false(),x,y) -> gcd(y,x) 7: if2(true(),x,y) -> gcd(minus(x,y),y) 8: if2(false(),x,y) -> x 9: gt(0(),y) -> false() 10: gt(s(x),0()) -> true() 11: gt(s(x),s(y)) -> gt(x,y) 12: ge(x,0()) -> true() 13: ge(0(),s(x)) -> false() 14: ge(s(x),s(y)) -> ge(x,y) Number of strict rules: 14 Direct POLO(bPol) ... failed. Uncurrying gt 1: minus(s(x),y) -> if(gt^1_s(x,y),x,y) 2: if(true(),x,y) -> s(minus(x,y)) 3: if(false(),x,y) -> 0() 4: gcd(x,y) -> if1(ge(x,y),x,y) 5: if1(true(),x,y) -> if2(gt(y,0()),x,y) 6: if1(false(),x,y) -> gcd(y,x) 7: if2(true(),x,y) -> gcd(minus(x,y),y) 8: if2(false(),x,y) -> x 9: gt^1_0(y) -> false() 10: gt^1_s(x,0()) -> true() 11: gt^1_s(x,s(y)) -> gt(x,y) 12: ge(x,0()) -> true() 13: ge(0(),s(x)) -> false() 14: ge(s(x),s(y)) -> ge(x,y) 15: gt(0(),_1) ->= gt^1_0(_1) 16: gt(s(_1),_2) ->= gt^1_s(_1,_2) Number of strict rules: 14 Direct POLO(bPol) ... failed. Dependency Pairs: #1: #if(true(),x,y) -> #minus(x,y) #2: #if1(false(),x,y) -> #gcd(y,x) #3: #gt^1_s(x,s(y)) -> #gt(x,y) #4: #ge(s(x),s(y)) -> #ge(x,y) #5: #if2(true(),x,y) -> #gcd(minus(x,y),y) #6: #if2(true(),x,y) -> #minus(x,y) #7: #if1(true(),x,y) -> #if2(gt(y,0()),x,y) #8: #if1(true(),x,y) -> #gt(y,0()) #9: #gt(s(_1),_2) ->? #gt^1_s(_1,_2) #10: #minus(s(x),y) -> #if(gt^1_s(x,y),x,y) #11: #minus(s(x),y) -> #gt^1_s(x,y) #12: #gt(0(),_1) ->? #gt^1_0(_1) #13: #gcd(x,y) -> #if1(ge(x,y),x,y) #14: #gcd(x,y) -> #ge(x,y) Number of SCCs: 4, DPs: 9 SCC { #4 } POLO(Sum)... succeeded. s w: x1 + 1 gt w: 0 #gt^1_0 w: 0 minus w: 0 gcd w: 0 if1 w: 0 false w: 0 #ge w: x1 + x2 true w: 0 #if1 w: 0 if2 w: 0 if w: 0 0 w: 0 gt^1_0 w: 0 ge w: 0 #gt w: 0 #minus w: 0 gt^1_s w: 0 #if w: 0 #if2 w: 0 #gt^1_s w: 0 #gcd w: 0 USABLE RULES: { } Removed DPs: #4 Number of SCCs: 3, DPs: 8 SCC { #3 #9 } POLO(Sum)... succeeded. s w: x1 + 2 gt w: 0 #gt^1_0 w: 0 minus w: 0 gcd w: 0 if1 w: 0 false w: 0 #ge w: 0 true w: 0 #if1 w: 0 if2 w: 0 if w: 0 0 w: 0 gt^1_0 w: 0 ge w: 0 #gt w: x2 + 1 #minus w: 0 gt^1_s w: 0 #if w: 0 #if2 w: 0 #gt^1_s w: x2 #gcd w: 0 USABLE RULES: { } Removed DPs: #3 #9 Number of SCCs: 2, DPs: 6 SCC { #1 #10 } POLO(Sum)... succeeded. s w: x1 + 2 gt w: x1 + x2 #gt^1_0 w: 0 minus w: 0 gcd w: 0 if1 w: 0 false w: 1 #ge w: 0 true w: 3 #if1 w: 0 if2 w: 0 if w: 0 0 w: 1 gt^1_0 w: 0 ge w: 0 #gt w: 1 #minus w: x1 + x2 gt^1_s w: x1 + x2 + 1 #if w: x2 + x3 + 1 #if2 w: 0 #gt^1_s w: 0 #gcd w: 0 USABLE RULES: { } Removed DPs: #1 #10 Number of SCCs: 1, DPs: 4 SCC { #2 #5 #7 #13 } POLO(Sum)... POLO(max)... QLPOS... POLO(mSum)... QWPOpS(mSum)... Mat2b... failed. Finding a loop... failed.