% SZS status Success for A95_listaddition2.trs 0.75 (total time) STATISTICS: General number of iterations: 7 number of nodes: 25 number of processes: 7 time for orient: 0.72 time for rewrite: 0.01 time for deduce: 0.00 Isomorphism Check: none (detected automatically) Selection strategy: (el(min(e(sum(smax)) + c(sum(smax)))), (data(smax), ( -el(#), ?))) time for selection: 0.00 Process Killing killed 0 exceeding best by: 401% required time: 0.00 Termination Checks (internal) strategy: ackbo -ib 2 -ob 3 -direct -nt termination checks: 47 (yes: 31, timeouts: 0) time limit for check: 1.50 termination time: 0.71 Deduction critical pair criterion: primality redundant CPs in total: 15 for successful process: 0 required time: 0.00 small lemmata propagation: 5 Indexing techniques: code tree (rewriting) discrimination tree (overlaps) variants: 0.00 encompassments: 0.00 overlaps: 0.00 maintenance: 0.00 One: 0.001235 Two: 0.000000 COMPLETE SYSTEM: plusAC(x,0()) -> x sumAC(nil(),nil()) -> 0() plusAC(x,s(y)) -> s(plusAC(x,y)) sumAC(cons(x,y),nil()) -> plusAC(x,sumAC(y,nil())) sumAC(nil(),cons(x,y)) -> plusAC(x,sumAC(nil(),y)) sumAC(cons(x,y),cons(xs,ys)) -> plusAC(plusAC(x,xs),sumAC(y,ys))