% SZS status Success for MU98_ternary_add.trs
1.84 (total time)

STATISTICS: 
General
 number of iterations:    11 
 number of nodes:         75 
 number of processes:     37 
 time for orient:         1.77
 time for rewrite:        0.03
 time for deduce:         0.01

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 -kv2
 termination checks:      92 (yes: 84, timeouts: 0)
 time limit for check:    1.50
 termination time:        1.72

Deduction 
 critical pair criterion:   primality 
 redundant CPs in total:    55
 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.002784
    Two: 0.000000

COMPLETE SYSTEM:
zero(sharp()) -> sharp()
plusAC(x,sharp()) -> x
plusAC(zero(x),zero(y)) -> zero(plusAC(x,y))
plusAC(zero(x),one(y)) -> one(plusAC(x,y))
plusAC(sharp(),one(x)) -> one(plusAC(sharp(),x))
plusAC(sharp(),zero(x)) -> zero(plusAC(sharp(),x))
plusAC(zero(x),two(y)) -> two(plusAC(x,y))
plusAC(sharp(),two(x)) -> two(plusAC(sharp(),x))
plusAC(two(x),two(y)) -> one(plusAC(x,plusAC(y,one(sharp()))))
plusAC(one(x),two(y)) -> zero(plusAC(x,plusAC(y,one(sharp()))))