% SZS status Success for multisets_binary.trs
1.03 (total time)

STATISTICS: 
General
 number of iterations:    10 
 number of nodes:         25 
 number of processes:     23 
 time for orient:         1.00
 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: acrpo
 termination checks:      59 (yes: 59, timeouts: 0)
 time limit for check:    1.50
 termination time:        0.98

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

COMPLETE SYSTEM:
eqAC(0(),0()) -> true()
eqAC(0(),1()) -> false()
unionAC(empty(),x) -> x
interAC(x,empty()) -> empty()
eqAC(1(),1()) -> true()
if(false(),x,y) -> y
if(true(),x,y) -> x
interAC(x,unionAC(y,z)) -> unionAC(interAC(x,y),interAC(x,z))
interAC(single(x),single(y)) -> if(eqAC(x,y),single(x),empty())