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

STATISTICS: 
General
 number of iterations:    11 
 number of nodes:         81 
 number of processes:     57 
 time for orient:         10.46
 time for rewrite:        0.04
 time for deduce:         0.02

Isomorphism Check: none (detected automatically)

Selection
 strategy: (el(min(e(sum(smax)) + c(sum(smax)))), (data(smax), ( -el(#), ?)))
 time for selection:      0.01

Process Killing
 killed 0 exceeding best by: 401%
 required time:               0.00

Termination Checks  (internal)
 strategy: ackbo -ib 2 -ob 3 -direct -sc -nt
 termination checks:      142 (yes: 126, timeouts: 0)
 time limit for check:    1.50
 termination time:        10.38

Deduction 
 critical pair criterion:   primality 
 redundant CPs in total:    61
 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.004643
    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(),zero(x)) -> zero(plusAC(sharp(),x))
plusAC(sharp(),one(x)) -> one(plusAC(sharp(),x))
plusAC(zero(x),two(y)) -> two(plusAC(x,y))
plusAC(sharp(),two(x)) -> two(plusAC(sharp(),x))
plusAC(one(x),two(y)) -> zero(plusAC(x,plusAC(y,one(sharp()))))
plusAC(two(x),two(y)) -> one(plusAC(x,plusAC(y,one(sharp()))))