/export/starexec/sandbox2/solver/bin/starexec_run_default /export/starexec/sandbox2/benchmark/theBenchmark.xml /export/starexec/sandbox2/output/output_files -------------------------------------------------------------------------------- YES Input TRS: 1: le(0(),y) -> true() 2: le(s(x),0()) -> false() 3: le(s(x),s(y)) -> le(x,y) 4: minus(x,0()) -> x 5: minus(s(x),s(y)) -> minus(x,y) 6: gcd(0(),y) -> y 7: gcd(s(x),0()) -> s(x) 8: gcd(s(x),s(y)) -> if_gcd(le(y,x),s(x),s(y)) 9: if_gcd(true(),s(x),s(y)) -> gcd(minus(x,y),s(y)) 10: if_gcd(false(),s(x),s(y)) -> gcd(minus(y,x),s(x)) Number of strict rules: 10 Direct poly ... failed. Freezing ... failed. Dependency Pairs: #1: #if_gcd(true(),s(x),s(y)) -> #gcd(minus(x,y),s(y)) #2: #if_gcd(true(),s(x),s(y)) -> #minus(x,y) #3: #if_gcd(false(),s(x),s(y)) -> #gcd(minus(y,x),s(x)) #4: #if_gcd(false(),s(x),s(y)) -> #minus(y,x) #5: #minus(s(x),s(y)) -> #minus(x,y) #6: #le(s(x),s(y)) -> #le(x,y) #7: #gcd(s(x),s(y)) -> #if_gcd(le(y,x),s(x),s(y)) #8: #gcd(s(x),s(y)) -> #le(y,x) Number of SCCs: 3, DPs: 5 SCC { #6 } Sum... succeeded. le(x1,x2) w: (0) s(x1) w: (1 + x1) #le(x1,x2) w: (x2 + x1) minus(x1,x2) w: (0) gcd(x1,x2) w: (0) false() w: (0) true() w: (0) 0() w: (0) #minus(x1,x2) w: (0) if_gcd(x1,x2,x3) w: (0) #if_gcd(x1,x2,x3) w: (0) #gcd(x1,x2) w: (0) USABLE RULES: { } Removed DPs: #6 Number of SCCs: 2, DPs: 4 SCC { #5 } Sum... succeeded. le(x1,x2) w: (0) s(x1) w: (1 + x1) #le(x1,x2) w: (0) minus(x1,x2) w: (0) gcd(x1,x2) w: (0) false() w: (0) true() w: (0) 0() w: (0) #minus(x1,x2) w: (x2) if_gcd(x1,x2,x3) w: (0) #if_gcd(x1,x2,x3) w: (0) #gcd(x1,x2) w: (0) USABLE RULES: { } Removed DPs: #5 Number of SCCs: 1, DPs: 3 SCC { #1 #3 #7 } Sum... succeeded. le(x1,x2) w: (16910) s(x1) w: (16909 + x1) #le(x1,x2) w: (0) minus(x1,x2) w: (16908 + x1) gcd(x1,x2) w: (0) false() w: (16911) true() w: (16911) 0() w: (1) #minus(x1,x2) w: (0) if_gcd(x1,x2,x3) w: (0) #if_gcd(x1,x2,x3) w: (x3 + x2) #gcd(x1,x2) w: (x2 + x1) USABLE RULES: { 4 5 } Removed DPs: #1 #3 Number of SCCs: 0, DPs: 0