/export/starexec/sandbox2/solver/bin/starexec_run_default /export/starexec/sandbox2/benchmark/theBenchmark.xml /export/starexec/sandbox2/output/output_files -------------------------------------------------------------------------------- YES Input TRS: 1: +(x,0()) -> x 2: +(0(),x) -> x 3: +(s(x),s(y)) -> s(s(+(x,y))) 4: +(+(x,y),z) -> +(x,+(y,z)) 5: *(x,0()) -> 0() 6: *(0(),x) -> 0() 7: *(s(x),s(y)) -> s(+(*(x,y),+(x,y))) 8: *(*(x,y),z) -> *(x,*(y,z)) 9: app(nil(),l) -> l 10: app(cons(x,l1),l2) -> cons(x,app(l1,l2)) 11: sum(nil()) -> 0() 12: sum(cons(x,l)) -> +(x,sum(l)) 13: sum(app(l1,l2)) -> +(sum(l1),sum(l2)) 14: prod(nil()) -> s(0()) 15: prod(cons(x,l)) -> *(x,prod(l)) 16: prod(app(l1,l2)) -> *(prod(l1),prod(l2)) Number of strict rules: 16 Direct poly ... failed. Freezing ... failed. Dependency Pairs: #1: #sum(app(l1,l2)) -> #+(sum(l1),sum(l2)) #2: #sum(app(l1,l2)) -> #sum(l1) #3: #sum(app(l1,l2)) -> #sum(l2) #4: #sum(cons(x,l)) -> #+(x,sum(l)) #5: #sum(cons(x,l)) -> #sum(l) #6: #*(s(x),s(y)) -> #+(*(x,y),+(x,y)) #7: #*(s(x),s(y)) -> #*(x,y) #8: #*(s(x),s(y)) -> #+(x,y) #9: #app(cons(x,l1),l2) -> #app(l1,l2) #10: #prod(app(l1,l2)) -> #*(prod(l1),prod(l2)) #11: #prod(app(l1,l2)) -> #prod(l1) #12: #prod(app(l1,l2)) -> #prod(l2) #13: #+(s(x),s(y)) -> #+(x,y) #14: #*(*(x,y),z) -> #*(x,*(y,z)) #15: #*(*(x,y),z) -> #*(y,z) #16: #prod(cons(x,l)) -> #*(x,prod(l)) #17: #prod(cons(x,l)) -> #prod(l) #18: #+(+(x,y),z) -> #+(x,+(y,z)) #19: #+(+(x,y),z) -> #+(y,z) Number of SCCs: 5, DPs: 13 SCC { #9 } Sum... succeeded. prod(x1) w: (0) s(x1) w: (0) #prod(x1) w: (0) #*(x1,x2) w: (0) sum(x1) w: (0) 0() w: (0) nil() w: (0) #app(x1,x2) w: (x1) cons(x1,x2) w: (1 + x2) +(x1,x2) w: (0) #sum(x1) w: (0) #+(x1,x2) w: (0) *(x1,x2) w: (0) app(x1,x2) w: (0) USABLE RULES: { } Removed DPs: #9 Number of SCCs: 4, DPs: 12 SCC { #11 #12 #17 } Sum... succeeded. prod(x1) w: (0) s(x1) w: (0) #prod(x1) w: (x1) #*(x1,x2) w: (0) sum(x1) w: (0) 0() w: (0) nil() w: (0) #app(x1,x2) w: (0) cons(x1,x2) w: (1 + x2) +(x1,x2) w: (0) #sum(x1) w: (0) #+(x1,x2) w: (0) *(x1,x2) w: (0) app(x1,x2) w: (1 + x2 + x1) USABLE RULES: { } Removed DPs: #11 #12 #17 Number of SCCs: 3, DPs: 9 SCC { #2 #3 #5 } Sum... succeeded. prod(x1) w: (0) s(x1) w: (0) #prod(x1) w: (0) #*(x1,x2) w: (0) sum(x1) w: (0) 0() w: (0) nil() w: (0) #app(x1,x2) w: (0) cons(x1,x2) w: (1 + x2) +(x1,x2) w: (0) #sum(x1) w: (x1) #+(x1,x2) w: (0) *(x1,x2) w: (0) app(x1,x2) w: (1 + x2 + x1) USABLE RULES: { } Removed DPs: #2 #3 #5 Number of SCCs: 2, DPs: 6 SCC { #7 #14 #15 } Sum... succeeded. prod(x1) w: (0) s(x1) w: (40040 + x1) #prod(x1) w: (0) #*(x1,x2) w: (x1) sum(x1) w: (0) 0() w: (7720) nil() w: (0) #app(x1,x2) w: (0) cons(x1,x2) w: (1) +(x1,x2) w: (21239 + x2 + x1) #sum(x1) w: (0) #+(x1,x2) w: (0) *(x1,x2) w: (39 + x2 + x1) app(x1,x2) w: (1) USABLE RULES: { } Removed DPs: #7 #14 #15 Number of SCCs: 1, DPs: 3 SCC { #13 #18 #19 } Sum... succeeded. prod(x1) w: (0) s(x1) w: (1 + x1) #prod(x1) w: (0) #*(x1,x2) w: (0) sum(x1) w: (0) 0() w: (1) nil() w: (0) #app(x1,x2) w: (0) cons(x1,x2) w: (1) +(x1,x2) w: (8856 + x2 + x1) #sum(x1) w: (0) #+(x1,x2) w: (11797 + x1) *(x1,x2) w: (39 + x2 + x1) app(x1,x2) w: (1) USABLE RULES: { } Removed DPs: #13 #18 #19 Number of SCCs: 0, DPs: 0