/export/starexec/sandbox/solver/bin/starexec_run_default /export/starexec/sandbox/benchmark/theBenchmark.xml /export/starexec/sandbox/output/output_files -------------------------------------------------------------------------------- YES Input TRS: 1: rev(nil()) -> nil() 2: rev(.(x,y)) -> ++(rev(y),.(x,nil())) 3: car(.(x,y)) -> x 4: cdr(.(x,y)) -> y 5: null(nil()) -> true() 6: null(.(x,y)) -> false() 7: ++(nil(),y) -> y 8: ++(.(x,y),z) -> .(x,++(y,z)) Number of strict rules: 8 Direct poly ... removes: 4 1 3 5 6 cdr(x1) w: (1142 + x1) ++(x1,x2) w: (x2 + x1) false() w: (20537) true() w: (0) null(x1) w: (20539 + x1) nil() w: (0) rev(x1) w: (282 + x1) .(x1,x2) w: (1 + x2 + 2 * x1) car(x1) w: (2 * x1) Number of strict rules: 3 Direct poly ... removes: 7 2 cdr(x1) w: (1142 + x1) ++(x1,x2) w: (1 + x2 + x1) false() w: (20539) true() w: (20540) null(x1) w: (20539 + x1) nil() w: (0) rev(x1) w: (18739 + 2 * x1) .(x1,x2) w: (2 + x2 + 2 * x1) car(x1) w: (2 * x1) Number of strict rules: 1 Direct poly ... removes: 8 cdr(x1) w: (1142 + x1) ++(x1,x2) w: (2449 + x2 + 2 * x1) false() w: (20539) true() w: (20541) null(x1) w: (20539 + x1) nil() w: (1) rev(x1) w: (591 + 2 * x1) .(x1,x2) w: (2 + x2 + 2 * x1) car(x1) w: (2 * x1) Number of strict rules: 0