/export/starexec/sandbox/solver/bin/starexec_run_default /export/starexec/sandbox/benchmark/theBenchmark.xml /export/starexec/sandbox/output/output_files -------------------------------------------------------------------------------- YES Input TRS: 1: app(nil(),k) -> k 2: app(l,nil()) -> l 3: app(cons(x,l),k) -> cons(x,app(l,k)) 4: sum(cons(x,nil())) -> cons(x,nil()) 5: sum(cons(x,cons(y,l))) -> sum(cons(plus(x,y),l)) 6: sum(app(l,cons(x,cons(y,k)))) -> sum(app(l,sum(cons(x,cons(y,k))))) 7: plus(0(),y) -> y 8: plus(s(x),y) -> s(plus(x,y)) Number of strict rules: 8 Direct poly ... removes: 1 5 7 2 s(x1) w: (1 + x1) sum(x1) w: (x1) 0() w: (21656) nil() w: (1) plus(x1,x2) w: (1 + x2 + x1) cons(x1,x2) w: (2 + x2 + x1) app(x1,x2) w: (1 + x2 + x1) Number of strict rules: 4 Direct poly ... removes: 3 s(x1) w: (1 + x1) sum(x1) w: (x1) 0() w: (18588) nil() w: (591) plus(x1,x2) w: (1 + x2 + x1) cons(x1,x2) w: (841 + x2 + x1) app(x1,x2) w: (1 + x2 + 2 * x1) Number of strict rules: 3 Direct poly ... removes: 8 s(x1) w: (17067 + x1) sum(x1) w: (x1) 0() w: (18588) nil() w: (1) plus(x1,x2) w: (1 + x2 + 2 * x1) cons(x1,x2) w: (7579 + x2 + x1) app(x1,x2) w: (7630 + x2 + 2 * x1) Number of strict rules: 2 Direct poly ... failed. Freezing sum 4: sum❆1_cons(x,nil()) -> cons(x,nil()) 6: sum❆1_app(l,cons(x,cons(y,k))) -> sum❆1_app(l,sum❆1_cons(x,cons(y,k))) 9: sum(cons(_1,_2)) ->= sum❆1_cons(_1,_2) 10: sum(app(_1,_2)) ->= sum❆1_app(_1,_2) Number of strict rules: 2 Direct poly ... removes: 4 10 9 6 sum❆1_app(x1,x2) w: (1 + 2 * x2 + x1) s(x1) w: (x1) sum❆1_cons(x1,x2) w: (4879 + x2 + 2 * x1) sum(x1) w: (2 * x1) 0() w: (0) nil() w: (1) plus(x1,x2) w: (x2 + x1) cons(x1,x2) w: (2440 + 2 * x2 + 2 * x1) app(x1,x2) w: (1 + x2 + x1) Number of strict rules: 0