TSTP Solution File: GRP668-1 by CiME---2.01

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : CiME---2.01
% Problem  : GRP668-1 : TPTP v6.0.0. Released v4.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : tptp2X_and_run_cime %s

% Computer : n097.star.cs.uiowa.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2609 0 2.40GHz
% Memory   : 32286.75MB
% OS       : Linux 2.6.32-431.11.2.el6.x86_64
% CPULimit : 300s
% DateTime : Tue Jun 10 00:23:55 EDT 2014

% Result   : Timeout 300.03s
% Output   : None 
% Verified : 
% SZS Type : None (Parsing solution fails)
% Syntax   : Number of formulae    : 0

% Comments : 
%------------------------------------------------------------------------------
%----NO SOLUTION OUTPUT BY SYSTEM
%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% % Problem  : GRP668-1 : TPTP v6.0.0. Released v4.0.0.
% % Command  : tptp2X_and_run_cime %s
% % Computer : n097.star.cs.uiowa.edu
% % Model    : x86_64 x86_64
% % CPU      : Intel(R) Xeon(R) CPU E5-2609 0 @ 2.40GHz
% % Memory   : 32286.75MB
% % OS       : Linux 2.6.32-431.11.2.el6.x86_64
% % CPULimit : 300
% % DateTime : Sat Jun  7 00:42:58 CDT 2014
% % CPUTime  : 300.03 
% Processing problem /tmp/CiME_35768_n097.star.cs.uiowa.edu
% #verbose 1;
% let F = signature " c,b,a,unit : constant;  rd : 2;  mult : 2;  ld : 2;";
% let X = vars "A B C";
% let Axioms = equations F X "
% mult(A,ld(A,B)) = B;
% ld(A,mult(A,B)) = B;
% mult(rd(A,B),B) = A;
% rd(mult(A,B),B) = A;
% mult(A,unit) = A;
% mult(unit,A) = A;
% mult(A,mult(B,mult(B,C))) = mult(mult(mult(A,B),B),C);
% mult(mult(A,B),A) = mult(A,mult(B,A));
% ";
% 
% let s1 = status F "
% c lr_lex;
% b lr_lex;
% a lr_lex;
% unit lr_lex;
% rd lr_lex;
% mult lr_lex;
% ld lr_lex;
% ";
% 
% let p1 = precedence F "
% ld > mult > rd > unit > a > b > c";
% 
% let s2 = status F "
% c mul;
% b mul;
% a mul;
% unit mul;
% rd mul;
% mult mul;
% ld mul;
% ";
% 
% let p2 = precedence F "
% ld > mult > rd > unit = a = b = c";
% 
% let o_auto = AUTO Axioms;
% 
% let o = LEX o_auto (LEX (ACRPO s1 p1) (ACRPO s2 p2));
% 
% let Conjectures = equations F X " mult(mult(a,b),mult(mult(c,b),c)) = mult(mult(a,mult(mult(b,c),b)),c);"
% ;
% (*
% let Red_Axioms = normalize_equations Defining_rules Axioms;
% 
% let Red_Conjectures =  normalize_equations Defining_rules Conjectures;
% *)
% #time on;
% 
% let res = prove_conj_by_ordered_completion o Axioms Conjectures;
% 
% #time off;
% 
% 
% let status = if res then "unsatisfiable" else "satisfiable";
% #quit;
% Verbose level is now 1
% 
% F : signature = <signature>
% X : variable_set = <variable set>
% 
% Axioms : (F,X) equations = { mult(A,ld(A,B)) = B,
% ld(A,mult(A,B)) = B,
% mult(rd(A,B),B) = A,
% rd(mult(A,B),B) = A,
% mult(A,unit) = A,
% mult(unit,A) = A,
% mult(A,mult(B,mult(B,C))) =
% mult(mult(mult(A,B),B),C),
% mult(mult(A,B),A) = mult(A,mult(B,A)) }
% (8 equation(s))
% s1 : F status = <status>
% p1 : F precedence = <precedence>
% s2 : F status = <status>
% p2 : F precedence = <precedence>
% o_auto : F term_ordering = <term ordering>
% o : F term_ordering = <term ordering>
% Conjectures : (F,X) equations = { mult(mult(a,b),mult(mult(c,b),c)) =
% mult(mult(a,mult(mult(b,c),b)),c) }
% (1 equation(s))
% time is now on
% 
% Initializing completion ...
% New rule produced : [1] mult(A,unit) -> A
% Current number of equations to process: 0
% Current number of ordered equations: 7
% Current number of rules: 1
% New rule produced : [2] mult(unit,A) -> A
% Current number of equations to process: 0
% Current number of ordered equations: 6
% Current number of rules: 2
% New rule produced : [3] rd(mult(A,B),B) -> A
% Current number of equations to process: 0
% Current number of ordered equations: 5
% Current number of rules: 3
% New rule produced : [4] mult(A,ld(A,B)) -> B
% Current number of equations to process: 0
% Current number of ordered equations: 4
% Current number of rules: 4
% New rule produced : [5] mult(rd(A,B),B) -> A
% Current number of equations to process: 0
% Current number of ordered equations: 3
% Current number of rules: 5
% New rule produced : [6] ld(A,mult(A,B)) -> B
% Current number of equations to process: 0
% Current number of ordered equations: 2
% Current number of rules: 6
% New rule produced : [7] mult(mult(A,B),A) -> mult(A,mult(B,A))
% The conjecture has been reduced. 
% Conjecture is now:
% mult(mult(a,b),mult(c,mult(b,c))) = mult(mult(a,mult(b,mult(c,b))),c)
% 
% Current number of equations to process: 0
% Current number of ordered equations: 1
% Current number of rules: 7
% New rule produced :
% [8] mult(mult(mult(A,B),B),C) -> mult(A,mult(B,mult(B,C)))
% Current number of equations to process: 0
% Current number of ordered equations: 0
% Current number of rules: 8
% New rule produced : [9] rd(A,unit) -> A
% Current number of equations to process: 0
% Current number of ordered equations: 0
% Current number of rules: 9
% New rule produced : [10] rd(A,A) -> unit
% Current number of equations to process: 0
% Current number of ordered equations: 0
% Current number of rules: 10
% New rule produced : [11] ld(unit,A) -> A
% Current number of equations to process: 0
% Current number of ordered equations: 0
% Current number of rules: 11
% New rule produced : [12] ld(A,A) -> unit
% Current number of equations to process: 1
% Current number of ordered equations: 0
% Current number of rules: 12
% New rule produced : [13] rd(A,ld(B,A)) -> B
% Current number of equations to process: 1
% Current number of ordered equations: 0
% Current number of rules: 13
% New rule produced : [14] ld(rd(A,B),A) -> B
% Current number of equations to process: 0
% Current number of ordered equations: 0
% Current number of rules: 14
% New rule produced : [15] rd(mult(A,mult(B,A)),A) -> mult(A,B)
% Current number of equations to process: 4
% Current number of ordered equations: 0
% Current number of rules: 15
% New rule produced : [16] mult(B,mult(ld(B,A),B)) -> mult(A,B)
% Current number of equations to process: 3
% Current number of ordered equations: 0
% Current number of rules: 16
% New rule produced : [17] ld(mult(A,B),mult(A,mult(B,A))) -> A
% Current number of equations to process: 2
% Current number of ordered equations: 0
% Current number of rules: 17
% New rule produced : [18] mult(mult(A,B),B) -> mult(A,mult(B,B))
% Rule [8] mult(mult(mult(A,B),B),C) -> mult(A,mult(B,mult(B,C))) collapsed.
% Current number of equations to process: 6
% Current number of ordered equations: 0
% Current number of rules: 17
% New rule produced :
% [19] mult(mult(A,mult(B,B)),C) -> mult(A,mult(B,mult(B,C)))
% Current number of equations to process: 5
% Current number of ordered equations: 0
% Current number of rules: 18
% New rule produced : [20] mult(mult(A,A),B) -> mult(A,mult(A,B))
% Current number of equations to process: 6
% Current number of ordered equations: 0
% Current number of rules: 19
% New rule produced : [21] mult(A,rd(B,A)) -> rd(mult(A,B),A)
% Current number of equations to process: 5
% Current number of ordered equations: 0
% Current number of rules: 20
% New rule produced : [22] ld(A,mult(B,A)) -> mult(ld(A,B),A)
% Current number of equations to process: 7
% Current number of ordered equations: 0
% Current number of rules: 21
% New rule produced : [23] rd(mult(A,mult(B,B)),B) -> mult(A,B)
% Current number of equations to process: 27
% Current number of ordered equations: 0
% Current number of rules: 22
% New rule produced : [24] mult(rd(A,B),mult(B,B)) -> mult(A,B)
% Current number of equations to process: 26
% Current number of ordered equations: 0
% Current number of rules: 23
% New rule produced : [25] rd(mult(A,B),mult(ld(B,A),B)) -> B
% Current number of equations to process: 26
% Current number of ordered equations: 0
% Current number of rules: 24
% New rule produced : [26] ld(mult(A,B),mult(A,mult(B,B))) -> B
% Current number of equations to process: 25
% Current number of ordered equations: 0
% Current number of rules: 25
% New rule produced : [27] rd(mult(A,mult(A,B)),B) -> mult(A,A)
% Current number of equations to process: 47
% Current number of ordered equations: 0
% Current number of rules: 26
% New rule produced : [28] ld(A,rd(mult(A,B),A)) -> rd(B,A)
% Current number of equations to process: 55
% Current number of ordered equations: 0
% Current number of rules: 27
% New rule produced : [29] mult(ld(A,unit),A) -> unit
% Current number of equations to process: 57
% Current number of ordered equations: 0
% Current number of rules: 28
% New rule produced : [30] mult(ld(A,rd(B,A)),A) -> ld(A,B)
% Current number of equations to process: 62
% Current number of ordered equations: 0
% Current number of rules: 29
% New rule produced : [31] mult(rd(A,mult(B,B)),B) -> rd(A,B)
% Current number of equations to process: 65
% Current number of ordered equations: 0
% Current number of rules: 30
% New rule produced : [32] rd(mult(A,B),mult(B,B)) -> rd(A,B)
% Current number of equations to process: 75
% Current number of ordered equations: 0
% Current number of rules: 31
% New rule produced : [33] ld(rd(A,B),mult(A,B)) -> mult(B,B)
% Current number of equations to process: 74
% Current number of ordered equations: 0
% Current number of rules: 32
% New rule produced : [34] mult(B,mult(B,ld(mult(B,B),A))) -> A
% Current number of equations to process: 84
% Current number of ordered equations: 0
% Current number of rules: 33
% New rule produced : [35] ld(mult(A,A),mult(A,mult(A,B))) -> B
% Current number of equations to process: 83
% Current number of ordered equations: 0
% Current number of rules: 34
% New rule produced : [36] rd(rd(mult(A,B),A),rd(B,A)) -> A
% Current number of equations to process: 82
% Current number of ordered equations: 0
% Current number of rules: 35
% New rule produced : [37] mult(ld(mult(A,A),A),mult(A,A)) -> A
% Current number of equations to process: 81
% Current number of ordered equations: 0
% Current number of rules: 36
% New rule produced : [38] rd(mult(A,B),ld(A,B)) -> mult(A,A)
% Current number of equations to process: 100
% Current number of ordered equations: 0
% Current number of rules: 37
% New rule produced : [39] ld(A,unit) -> rd(unit,A)
% Rule [29] mult(ld(A,unit),A) -> unit collapsed.
% Current number of equations to process: 108
% Current number of ordered equations: 0
% Current number of rules: 37
% New rule produced : [40] ld(A,rd(B,A)) -> rd(ld(A,B),A)
% Rule [28] ld(A,rd(mult(A,B),A)) -> rd(B,A) collapsed.
% Rule [30] mult(ld(A,rd(B,A)),A) -> ld(A,B) collapsed.
% Current number of equations to process: 109
% Current number of ordered equations: 0
% Current number of rules: 36
% New rule produced : [41] rd(A,mult(B,B)) <-> rd(rd(A,B),B)
% Current number of equations to process: 111
% Current number of ordered equations: 1
% Current number of rules: 37
% New rule produced : [42] rd(rd(A,B),B) <-> rd(A,mult(B,B))
% Current number of equations to process: 111
% Current number of ordered equations: 0
% Current number of rules: 38
% New rule produced : [43] ld(rd(unit,A),A) -> mult(A,A)
% Current number of equations to process: 128
% Current number of ordered equations: 0
% Current number of rules: 39
% New rule produced : [44] ld(rd(rd(A,B),B),A) -> mult(B,B)
% Current number of equations to process: 132
% Current number of ordered equations: 0
% Current number of rules: 40
% New rule produced : [45] mult(A,ld(mult(A,A),B)) -> ld(A,B)
% Rule [34] mult(B,mult(B,ld(mult(B,B),A))) -> A collapsed.
% Current number of equations to process: 143
% Current number of ordered equations: 0
% Current number of rules: 40
% New rule produced : [46] ld(mult(A,A),mult(A,B)) -> ld(A,B)
% Rule [35] ld(mult(A,A),mult(A,mult(A,B))) -> B collapsed.
% Current number of equations to process: 145
% Current number of ordered equations: 0
% Current number of rules: 40
% New rule produced : [47] rd(unit,rd(unit,A)) -> A
% Current number of equations to process: 146
% Current number of ordered equations: 0
% Current number of rules: 41
% New rule produced : [48] ld(rd(A,mult(B,B)),rd(A,B)) -> B
% Current number of equations to process: 150
% Current number of ordered equations: 0
% Current number of rules: 42
% New rule produced : [49] rd(rd(A,B),rd(ld(B,A),B)) -> B
% Current number of equations to process: 148
% Current number of ordered equations: 0
% Current number of rules: 43
% New rule produced : [50] ld(mult(A,A),A) -> rd(unit,A)
% Rule [37] mult(ld(mult(A,A),A),mult(A,A)) -> A collapsed.
% Current number of equations to process: 161
% Current number of ordered equations: 0
% Current number of rules: 43
% Rule [44] ld(rd(rd(A,B),B),A) -> mult(B,B) is composed into [44]
% ld(rd(rd(A,B),B),A)
% ->
% rd(B,rd(unit,B))
% Rule [43] ld(rd(unit,A),A) -> mult(A,A) is composed into [43]
% ld(rd(unit,A),A) ->
% rd(A,rd(unit,A))
% Rule [42] rd(rd(A,B),B) <-> rd(A,mult(B,B)) is composed into [42]
% rd(rd(A,B),B) ->
% rd(A,rd(B,
% rd(unit,B)))
% Rule [38] rd(mult(A,B),ld(A,B)) -> mult(A,A) is composed into [38]
% rd(mult(A,B),
% ld(A,B)) ->
% rd(A,rd(unit,A))
% Rule [33] ld(rd(A,B),mult(A,B)) -> mult(B,B) is composed into [33]
% ld(rd(A,B),
% mult(A,B)) ->
% rd(B,rd(unit,B))
% Rule [27] rd(mult(A,mult(A,B)),B) -> mult(A,A) is composed into [27]
% rd(mult(A,
% mult(A,B)),B)
% ->
% rd(A,
% rd(unit,A))
% Rule [18] mult(mult(A,B),B) -> mult(A,mult(B,B)) is composed into [18]
% mult(
% mult(A,B),B)
% ->
% mult(A,
% rd(B,
% rd(unit,B)))
% New rule produced : [51] mult(A,A) -> rd(A,rd(unit,A))
% Rule [19] mult(mult(A,mult(B,B)),C) -> mult(A,mult(B,mult(B,C))) collapsed.
% Rule [20] mult(mult(A,A),B) -> mult(A,mult(A,B)) collapsed.
% Rule [23] rd(mult(A,mult(B,B)),B) -> mult(A,B) collapsed.
% Rule [24] mult(rd(A,B),mult(B,B)) -> mult(A,B) collapsed.
% Rule [26] ld(mult(A,B),mult(A,mult(B,B))) -> B collapsed.
% Rule [31] mult(rd(A,mult(B,B)),B) -> rd(A,B) collapsed.
% Rule [32] rd(mult(A,B),mult(B,B)) -> rd(A,B) collapsed.
% Rule [41] rd(A,mult(B,B)) <-> rd(rd(A,B),B) collapsed.
% Rule [45] mult(A,ld(mult(A,A),B)) -> ld(A,B) collapsed.
% Rule [46] ld(mult(A,A),mult(A,B)) -> ld(A,B) collapsed.
% Rule [48] ld(rd(A,mult(B,B)),rd(A,B)) -> B collapsed.
% Rule [50] ld(mult(A,A),A) -> rd(unit,A) collapsed.
% Current number of equations to process: 171
% Current number of ordered equations: 0
% Current number of rules: 32
% New rule produced :
% [52] mult(mult(A,rd(B,rd(unit,B))),C) -> mult(A,mult(B,mult(B,C)))
% Current number of equations to process: 170
% Current number of ordered equations: 0
% Current number of rules: 33
% New rule produced : [53] rd(A,rd(A,rd(unit,A))) -> rd(unit,A)
% Current number of equations to process: 203
% Current number of ordered equations: 0
% Current number of rules: 34
% New rule produced : [54] mult(rd(A,rd(unit,A)),B) -> mult(A,mult(A,B))
% Current number of equations to process: 209
% Current number of ordered equations: 0
% Current number of rules: 35
% New rule produced : [55] ld(A,rd(A,rd(unit,A))) -> A
% Current number of equations to process: 227
% Current number of ordered equations: 0
% Current number of rules: 36
% New rule produced : [56] rd(rd(A,rd(unit,A)),A) -> A
% Current number of equations to process: 226
% Current number of ordered equations: 0
% Current number of rules: 37
% New rule produced : [57] rd(A,ld(B,ld(B,A))) -> rd(B,rd(unit,B))
% Current number of equations to process: 224
% Current number of ordered equations: 0
% Current number of rules: 38
% New rule produced :
% [58] mult(mult(A,B),rd(A,rd(unit,A))) -> mult(A,mult(B,rd(A,rd(unit,A))))
% Current number of equations to process: 223
% Current number of ordered equations: 0
% Current number of rules: 39
% New rule produced :
% [59] mult(mult(A,B),rd(B,rd(unit,B))) -> mult(A,mult(B,rd(B,rd(unit,B))))
% Current number of equations to process: 222
% Current number of ordered equations: 0
% Current number of rules: 40
% New rule produced : [60] rd(mult(A,rd(B,rd(unit,B))),B) -> mult(A,B)
% Current number of equations to process: 221
% Current number of ordered equations: 0
% Current number of rules: 41
% New rule produced : [61] mult(rd(A,B),rd(B,rd(unit,B))) -> mult(A,B)
% Current number of equations to process: 220
% Current number of ordered equations: 0
% Current number of rules: 42
% New rule produced :
% [62] mult(mult(A,mult(A,B)),B) -> mult(A,mult(A,rd(B,rd(unit,B))))
% Current number of equations to process: 219
% Current number of ordered equations: 0
% Current number of rules: 43
% New rule produced :
% [63] ld(A,mult(B,rd(A,rd(unit,A)))) -> mult(ld(A,B),rd(A,rd(unit,A)))
% Current number of equations to process: 218
% Current number of ordered equations: 0
% Current number of rules: 44
% New rule produced :
% [64] ld(A,mult(B,mult(B,A))) -> mult(ld(A,rd(B,rd(unit,B))),A)
% Current number of equations to process: 217
% Current number of ordered equations: 0
% Current number of rules: 45
% New rule produced : [65] mult(rd(A,rd(B,rd(unit,B))),B) -> rd(A,B)
% Current number of equations to process: 216
% Current number of ordered equations: 0
% Current number of rules: 46
% New rule produced : [66] rd(mult(A,B),rd(B,rd(unit,B))) -> rd(A,B)
% Current number of equations to process: 215
% Current number of ordered equations: 0
% Current number of rules: 47
% New rule produced :
% [67] rd(mult(rd(A,B),A),B) -> rd(rd(A,B),rd(unit,rd(A,B)))
% Current number of equations to process: 212
% Current number of ordered equations: 0
% Current number of rules: 48
% New rule produced :
% [68] mult(A,rd(B,rd(A,rd(unit,A)))) -> rd(mult(A,B),rd(A,rd(unit,A)))
% Current number of equations to process: 210
% Current number of ordered equations: 0
% Current number of rules: 49
% New rule produced :
% [69] rd(rd(A,rd(B,rd(unit,B))),B) -> rd(rd(A,B),rd(B,rd(unit,B)))
% Current number of equations to process: 209
% Current number of ordered equations: 0
% Current number of rules: 50
% New rule produced : [70] ld(rd(A,ld(A,B)),B) -> rd(ld(A,B),rd(unit,ld(A,B)))
% Current number of equations to process: 208
% Current number of ordered equations: 0
% Current number of rules: 51
% New rule produced :
% [71] ld(A,mult(B,ld(A,B))) -> rd(ld(A,B),rd(unit,ld(A,B)))
% Current number of equations to process: 207
% Current number of ordered equations: 0
% Current number of rules: 52
% New rule produced : [72] mult(A,ld(rd(A,rd(unit,A)),B)) -> ld(A,B)
% Current number of equations to process: 206
% Current number of ordered equations: 0
% Current number of rules: 53
% New rule produced : [73] ld(rd(A,rd(unit,A)),mult(A,B)) -> ld(A,B)
% Current number of equations to process: 205
% Current number of ordered equations: 0
% Current number of rules: 54
% New rule produced : [74] mult(rd(A,B),rd(mult(B,A),B)) -> mult(A,rd(A,B))
% Current number of equations to process: 200
% Current number of ordered equations: 0
% Current number of rules: 55
% New rule produced : [75] mult(ld(A,B),A) <-> rd(mult(ld(A,B),B),ld(A,B))
% Current number of equations to process: 199
% Current number of ordered equations: 1
% Current number of rules: 56
% New rule produced : [76] rd(mult(ld(A,B),B),ld(A,B)) <-> mult(ld(A,B),A)
% Current number of equations to process: 199
% Current number of ordered equations: 0
% Current number of rules: 57
% New rule produced : [77] rd(mult(A,mult(A,mult(B,A))),A) -> mult(A,mult(A,B))
% Current number of equations to process: 198
% Current number of ordered equations: 0
% Current number of rules: 58
% New rule produced :
% [78] mult(B,mult(ld(B,A),rd(B,rd(unit,B)))) -> mult(A,rd(B,rd(unit,B)))
% Current number of equations to process: 197
% Current number of ordered equations: 0
% Current number of rules: 59
% New rule produced :
% [79] mult(B,rd(ld(B,A),rd(unit,ld(B,A)))) <-> mult(A,ld(B,A))
% Current number of equations to process: 195
% Current number of ordered equations: 1
% Current number of rules: 60
% New rule produced :
% [80] mult(A,ld(B,A)) <-> mult(B,rd(ld(B,A),rd(unit,ld(B,A))))
% Current number of equations to process: 195
% Current number of ordered equations: 0
% Current number of rules: 61
% New rule produced : [81] ld(mult(A,B),mult(A,rd(B,rd(unit,B)))) -> B
% Current number of equations to process: 194
% Current number of ordered equations: 0
% Current number of rules: 62
% New rule produced :
% [82] rd(mult(A,mult(B,rd(A,rd(unit,A)))),A) -> mult(A,mult(B,A))
% Current number of equations to process: 193
% Current number of ordered equations: 0
% Current number of rules: 63
% New rule produced :
% [83] rd(mult(A,mult(B,mult(B,C))),C) -> mult(A,rd(B,rd(unit,B)))
% Current number of equations to process: 192
% Current number of ordered equations: 0
% Current number of rules: 64
% New rule produced :
% [84] ld(ld(A,B),B) <-> rd(mult(ld(ld(A,B),A),A),ld(ld(A,B),A))
% Current number of equations to process: 188
% Current number of ordered equations: 1
% Current number of rules: 65
% New rule produced :
% [85] rd(mult(ld(ld(A,B),A),A),ld(ld(A,B),A)) <-> ld(ld(A,B),B)
% Current number of equations to process: 188
% Current number of ordered equations: 0
% Current number of rules: 66
% New rule produced :
% [86] rd(mult(A,mult(A,rd(B,rd(unit,B)))),B) -> mult(A,mult(A,B))
% Current number of equations to process: 186
% Current number of ordered equations: 0
% Current number of rules: 67
% New rule produced : [87] mult(mult(A,B),C) -> mult(rd(A,B),mult(B,mult(B,C)))
% Rule [7] mult(mult(A,B),A) -> mult(A,mult(B,A)) collapsed.
% Rule [18] mult(mult(A,B),B) -> mult(A,rd(B,rd(unit,B))) collapsed.
% Rule [52] mult(mult(A,rd(B,rd(unit,B))),C) -> mult(A,mult(B,mult(B,C)))
% collapsed.
% Rule
% [58] mult(mult(A,B),rd(A,rd(unit,A))) -> mult(A,mult(B,rd(A,rd(unit,A))))
% collapsed.
% Rule
% [59] mult(mult(A,B),rd(B,rd(unit,B))) -> mult(A,mult(B,rd(B,rd(unit,B))))
% collapsed.
% Rule [62] mult(mult(A,mult(A,B)),B) -> mult(A,mult(A,rd(B,rd(unit,B))))
% collapsed.
% The conjecture has been reduced. 
% Conjecture is now:
% mult(rd(a,b),mult(b,mult(b,mult(c,mult(b,c))))) = mult(rd(a,mult(b,mult(c,b))),
% mult(rd(b,mult(c,b)),
% mult(rd(c,b),mult(b,
% mult(b,
% mult(rd(c,b),
% mult(b,
% mult(b,
% mult(rd(b,
% mult(c,b)),
% mult(rd(c,b),
% mult(b,
% mult(b,
% mult(rd(c,b),
% mult(b,
% mult(b,c)))))))))))))))
% 
% Current number of equations to process: 189
% Current number of ordered equations: 0
% Current number of rules: 62
% New rule produced : [88] mult(rd(A,B),mult(B,mult(B,A))) -> mult(A,mult(B,A))
% The conjecture has been reduced. 
% Conjecture is now:
% mult(rd(a,b),mult(b,mult(b,mult(c,mult(b,c))))) = mult(rd(a,mult(b,mult(c,b))),
% mult(rd(b,mult(c,b)),
% mult(rd(c,b),mult(b,
% mult(b,
% mult(rd(c,b),
% mult(b,
% mult(b,
% mult(rd(b,
% mult(c,b)),
% mult(rd(c,b),
% mult(b,
% mult(b,
% mult(c,
% mult(b,c))))))))))))))
% 
% Current number of equations to process: 187
% Current number of ordered equations: 1
% Current number of rules: 63
% New rule produced :
% [89]
% mult(rd(A,rd(B,rd(unit,B))),mult(B,mult(B,mult(B,mult(B,C))))) ->
% mult(A,mult(B,mult(B,C)))
% Current number of equations to process: 187
% Current number of ordered equations: 0
% Current number of rules: 64
% New rule produced : [90] ld(rd(A,rd(unit,A)),B) -> ld(A,ld(A,B))
% Rule [72] mult(A,ld(rd(A,rd(unit,A)),B)) -> ld(A,B) collapsed.
% Rule [73] ld(rd(A,rd(unit,A)),mult(A,B)) -> ld(A,B) collapsed.
% Current number of equations to process: 217
% Current number of ordered equations: 0
% Current number of rules: 63
% New rule produced : [91] mult(rd(unit,A),mult(A,mult(A,B))) -> mult(A,B)
% Current number of equations to process: 623
% Current number of ordered equations: 0
% Current number of rules: 64
% New rule produced : [92] ld(rd(A,rd(B,rd(unit,B))),rd(A,B)) -> B
% Current number of equations to process: 685
% Current number of ordered equations: 0
% Current number of rules: 65
% New rule produced :
% [93] mult(ld(A,rd(B,rd(A,rd(unit,A)))),A) -> rd(ld(A,B),A)
% Current number of equations to process: 684
% Current number of ordered equations: 0
% Current number of rules: 66
% New rule produced :
% [94] rd(mult(A,mult(B,A)),rd(A,rd(unit,A))) -> rd(mult(A,B),A)
% Current number of equations to process: 682
% Current number of ordered equations: 0
% Current number of rules: 67
% New rule produced :
% [95] rd(mult(A,mult(A,B)),rd(B,rd(unit,B))) -> rd(rd(A,rd(unit,A)),B)
% Current number of equations to process: 681
% Current number of ordered equations: 0
% Current number of rules: 68
% New rule produced : [96] ld(ld(A,B),A) <-> rd(ld(ld(A,B),B),ld(A,B))
% Current number of equations to process: 680
% Current number of ordered equations: 1
% Current number of rules: 69
% New rule produced : [97] rd(ld(ld(A,B),B),ld(A,B)) <-> ld(ld(A,B),A)
% Current number of equations to process: 680
% Current number of ordered equations: 0
% Current number of rules: 70
% New rule produced : [98] rd(rd(unit,A),rd(unit,rd(A,rd(unit,A)))) -> A
% Current number of equations to process: 678
% Current number of ordered equations: 0
% Current number of rules: 71
% New rule produced : [99] mult(rd(ld(A,B),A),mult(A,B)) -> mult(ld(A,B),B)
% Current number of equations to process: 674
% Current number of ordered equations: 0
% Current number of rules: 72
% New rule produced : [100] rd(mult(rd(A,B),mult(A,B)),B) -> mult(rd(A,B),A)
% Current number of equations to process: 673
% Current number of ordered equations: 0
% Current number of rules: 73
% New rule produced : [101] ld(rd(A,B),mult(A,mult(B,A))) -> mult(B,mult(B,A))
% Current number of equations to process: 672
% Current number of ordered equations: 0
% Current number of rules: 74
% New rule produced :
% [102] mult(rd(A,B),mult(B,rd(B,rd(unit,B)))) -> mult(A,rd(B,rd(unit,B)))
% Current number of equations to process: 670
% Current number of ordered equations: 0
% Current number of rules: 75
% New rule produced : [103] ld(mult(ld(A,B),A),mult(ld(A,B),B)) -> ld(A,B)
% Current number of equations to process: 669
% Current number of ordered equations: 0
% Current number of rules: 76
% New rule produced :
% [104] mult(rd(A,rd(C,rd(unit,C))),mult(C,mult(C,B))) -> mult(A,B)
% Rule
% [89]
% mult(rd(A,rd(B,rd(unit,B))),mult(B,mult(B,mult(B,mult(B,C))))) ->
% mult(A,mult(B,mult(B,C))) collapsed.
% Current number of equations to process: 667
% Current number of ordered equations: 0
% Current number of rules: 76
% New rule produced : [105] ld(rd(unit,A),mult(A,B)) -> mult(A,mult(A,B))
% Current number of equations to process: 686
% Current number of ordered equations: 0
% Current number of rules: 77
% New rule produced : [106] mult(rd(unit,A),mult(A,B)) -> B
% Rule [91] mult(rd(unit,A),mult(A,mult(A,B))) -> mult(A,B) collapsed.
% Current number of equations to process: 689
% Current number of ordered equations: 0
% Current number of rules: 77
% New rule produced : [107] rd(mult(A,B),mult(A,mult(A,B))) -> rd(unit,A)
% Current number of equations to process: 688
% Current number of ordered equations: 0
% Current number of rules: 78
% New rule produced : [108] rd(mult(ld(A,B),B),mult(A,B)) -> rd(ld(A,B),A)
% Current number of equations to process: 987
% Current number of ordered equations: 0
% Current number of rules: 79
% New rule produced : [109] ld(rd(A,rd(B,A)),mult(A,B)) -> mult(rd(B,A),B)
% Current number of equations to process: 986
% Current number of ordered equations: 0
% Current number of rules: 80
% New rule produced : [110] ld(rd(unit,A),B) -> mult(A,B)
% Rule [43] ld(rd(unit,A),A) -> rd(A,rd(unit,A)) collapsed.
% Rule [105] ld(rd(unit,A),mult(A,B)) -> mult(A,mult(A,B)) collapsed.
% Current number of equations to process: 1078
% Current number of ordered equations: 0
% Current number of rules: 79
% New rule produced : [111] mult(A,mult(rd(unit,A),B)) -> B
% Current number of equations to process: 1081
% Current number of ordered equations: 0
% Current number of rules: 80
% New rule produced : [112] rd(A,mult(B,A)) -> rd(unit,B)
% Rule [107] rd(mult(A,B),mult(A,mult(A,B))) -> rd(unit,A) collapsed.
% The conjecture has been reduced. 
% Conjecture is now:
% mult(rd(a,b),mult(b,mult(b,mult(c,mult(b,c))))) = mult(rd(a,mult(b,mult(c,b))),
% mult(rd(unit,c),mult(
% rd(c,b),
% mult(b,
% mult(b,
% mult(
% rd(c,b),
% mult(b,
% mult(b,
% mult(
% rd(unit,c),
% mult(
% rd(c,b),
% mult(b,
% mult(b,
% mult(c,
% mult(b,c))))))))))))))
% 
% Current number of equations to process: 1087
% Current number of ordered equations: 0
% Current number of rules: 80
% New rule produced : [113] ld(A,B) -> mult(rd(unit,A),B)
% Rule [4] mult(A,ld(A,B)) -> B collapsed.
% Rule [6] ld(A,mult(A,B)) -> B collapsed.
% Rule [11] ld(unit,A) -> A collapsed.
% Rule [12] ld(A,A) -> unit collapsed.
% Rule [13] rd(A,ld(B,A)) -> B collapsed.
% Rule [14] ld(rd(A,B),A) -> B collapsed.
% Rule [16] mult(B,mult(ld(B,A),B)) -> mult(A,B) collapsed.
% Rule [17] ld(mult(A,B),mult(A,mult(B,A))) -> A collapsed.
% Rule [22] ld(A,mult(B,A)) -> mult(ld(A,B),A) collapsed.
% Rule [25] rd(mult(A,B),mult(ld(B,A),B)) -> B collapsed.
% Rule [33] ld(rd(A,B),mult(A,B)) -> rd(B,rd(unit,B)) collapsed.
% Rule [38] rd(mult(A,B),ld(A,B)) -> rd(A,rd(unit,A)) collapsed.
% Rule [39] ld(A,unit) -> rd(unit,A) collapsed.
% Rule [40] ld(A,rd(B,A)) -> rd(ld(A,B),A) collapsed.
% Rule [44] ld(rd(rd(A,B),B),A) -> rd(B,rd(unit,B)) collapsed.
% Rule [49] rd(rd(A,B),rd(ld(B,A),B)) -> B collapsed.
% Rule [55] ld(A,rd(A,rd(unit,A))) -> A collapsed.
% Rule [57] rd(A,ld(B,ld(B,A))) -> rd(B,rd(unit,B)) collapsed.
% Rule [63] ld(A,mult(B,rd(A,rd(unit,A)))) -> mult(ld(A,B),rd(A,rd(unit,A)))
% collapsed.
% Rule [64] ld(A,mult(B,mult(B,A))) -> mult(ld(A,rd(B,rd(unit,B))),A)
% collapsed.
% Rule [70] ld(rd(A,ld(A,B)),B) -> rd(ld(A,B),rd(unit,ld(A,B))) collapsed.
% Rule [71] ld(A,mult(B,ld(A,B))) -> rd(ld(A,B),rd(unit,ld(A,B))) collapsed.
% Rule [75] mult(ld(A,B),A) <-> rd(mult(ld(A,B),B),ld(A,B)) collapsed.
% Rule [76] rd(mult(ld(A,B),B),ld(A,B)) <-> mult(ld(A,B),A) collapsed.
% Rule [78] mult(B,mult(ld(B,A),rd(B,rd(unit,B)))) -> mult(A,rd(B,rd(unit,B)))
% collapsed.
% Rule [79] mult(B,rd(ld(B,A),rd(unit,ld(B,A)))) <-> mult(A,ld(B,A)) collapsed.
% Rule [80] mult(A,ld(B,A)) <-> mult(B,rd(ld(B,A),rd(unit,ld(B,A)))) collapsed.
% Rule [81] ld(mult(A,B),mult(A,rd(B,rd(unit,B)))) -> B collapsed.
% Rule [84] ld(ld(A,B),B) <-> rd(mult(ld(ld(A,B),A),A),ld(ld(A,B),A))
% collapsed.
% Rule [85] rd(mult(ld(ld(A,B),A),A),ld(ld(A,B),A)) <-> ld(ld(A,B),B)
% collapsed.
% Rule [90] ld(rd(A,rd(unit,A)),B) -> ld(A,ld(A,B)) collapsed.
% Rule [92] ld(rd(A,rd(B,rd(unit,B))),rd(A,B)) -> B collapsed.
% Rule [93] mult(ld(A,rd(B,rd(A,rd(unit,A)))),A) -> rd(ld(A,B),A) collapsed.
% Rule [96] ld(ld(A,B),A) <-> rd(ld(ld(A,B),B),ld(A,B)) collapsed.
% Rule [97] rd(ld(ld(A,B),B),ld(A,B)) <-> ld(ld(A,B),A) collapsed.
% Rule [99] mult(rd(ld(A,B),A),mult(A,B)) -> mult(ld(A,B),B) collapsed.
% Rule [101] ld(rd(A,B),mult(A,mult(B,A))) -> mult(B,mult(B,A)) collapsed.
% Rule [103] ld(mult(ld(A,B),A),mult(ld(A,B),B)) -> ld(A,B) collapsed.
% Rule [108] rd(mult(ld(A,B),B),mult(A,B)) -> rd(ld(A,B),A) collapsed.
% Rule [109] ld(rd(A,rd(B,A)),mult(A,B)) -> mult(rd(B,A),B) collapsed.
% Rule [110] ld(rd(unit,A),B) -> mult(A,B) collapsed.
% Current number of equations to process: 1113
% Current number of ordered equations: 0
% Current number of rules: 40
% New rule produced : [114] mult(rd(unit,rd(A,B)),A) -> B
% Current number of equations to process: 1112
% Current number of ordered equations: 0
% Current number of rules: 41
% Rule [68] mult(A,rd(B,rd(A,rd(unit,A)))) -> rd(mult(A,B),rd(A,rd(unit,A))) is composed into 
% [68]
% mult(A,rd(B,rd(A,rd(unit,A)))) -> rd(unit,rd(rd(A,rd(unit,A)),mult(A,B)))
% Rule [21] mult(A,rd(B,A)) -> rd(mult(A,B),A) is composed into [21]
% mult(A,rd(B,A))
% ->
% rd(unit,
% rd(A,mult(A,B)))
% New rule produced : [115] rd(A,B) <-> rd(unit,rd(B,A))
% Rule [3] rd(mult(A,B),B) -> A collapsed.
% Rule [15] rd(mult(A,mult(B,A)),A) -> mult(A,B) collapsed.
% Rule [27] rd(mult(A,mult(A,B)),B) -> rd(A,rd(unit,A)) collapsed.
% Rule [36] rd(rd(mult(A,B),A),rd(B,A)) -> A collapsed.
% Rule [42] rd(rd(A,B),B) -> rd(A,rd(B,rd(unit,B))) collapsed.
% Rule [56] rd(rd(A,rd(unit,A)),A) -> A collapsed.
% Rule [60] rd(mult(A,rd(B,rd(unit,B))),B) -> mult(A,B) collapsed.
% Rule [66] rd(mult(A,B),rd(B,rd(unit,B))) -> rd(A,B) collapsed.
% Rule [67] rd(mult(rd(A,B),A),B) -> rd(rd(A,B),rd(unit,rd(A,B))) collapsed.
% Rule [69] rd(rd(A,rd(B,rd(unit,B))),B) -> rd(rd(A,B),rd(B,rd(unit,B)))
% collapsed.
% Rule [74] mult(rd(A,B),rd(mult(B,A),B)) -> mult(A,rd(A,B)) collapsed.
% Rule [77] rd(mult(A,mult(A,mult(B,A))),A) -> mult(A,mult(A,B)) collapsed.
% Rule [82] rd(mult(A,mult(B,rd(A,rd(unit,A)))),A) -> mult(A,mult(B,A))
% collapsed.
% Rule [83] rd(mult(A,mult(B,mult(B,C))),C) -> mult(A,rd(B,rd(unit,B)))
% collapsed.
% Rule [86] rd(mult(A,mult(A,rd(B,rd(unit,B)))),B) -> mult(A,mult(A,B))
% collapsed.
% Rule [94] rd(mult(A,mult(B,A)),rd(A,rd(unit,A))) -> rd(mult(A,B),A)
% collapsed.
% Rule [95] rd(mult(A,mult(A,B)),rd(B,rd(unit,B))) -> rd(rd(A,rd(unit,A)),B)
% collapsed.
% Rule [100] rd(mult(rd(A,B),mult(A,B)),B) -> mult(rd(A,B),A) collapsed.
% Current number of equations to process: 1156
% Current number of ordered equations: 1
% Current number of rules: 24
% New rule produced : [116] rd(unit,rd(B,A)) <-> rd(A,B)
% Current number of equations to process: 1156
% Current number of ordered equations: 0
% Current number of rules: 25
% New rule produced : [117] mult(rd(A,B),rd(B,A)) -> unit
% Current number of equations to process: 1184
% Current number of ordered equations: 0
% Current number of rules: 26
% New rule produced : [118] mult(rd(A,B),mult(rd(B,A),C)) -> C
% Current number of equations to process: 1185
% Current number of ordered equations: 0
% Current number of rules: 27
% New rule produced : [119] mult(A,rd(C,B)) -> rd(A,rd(B,C))
% Rule [21] mult(A,rd(B,A)) -> rd(unit,rd(A,mult(A,B))) collapsed.
% Rule [61] mult(rd(A,B),rd(B,rd(unit,B))) -> mult(A,B) collapsed.
% Rule
% [68]
% mult(A,rd(B,rd(A,rd(unit,A)))) -> rd(unit,rd(rd(A,rd(unit,A)),mult(A,B)))
% collapsed.
% Rule [102] mult(rd(A,B),mult(B,rd(B,rd(unit,B)))) -> mult(A,rd(B,rd(unit,B)))
% collapsed.
% Rule [117] mult(rd(A,B),rd(B,A)) -> unit collapsed.
% Current number of equations to process: 1189
% Current number of ordered equations: 0
% Current number of rules: 23
% New rule produced : [120] rd(unit,rd(A,mult(A,B))) -> rd(A,rd(A,B))
% Current number of equations to process: 1188
% Current number of ordered equations: 0
% Current number of rules: 24
% Rule [113] ld(A,B) -> mult(rd(unit,A),B) is composed into [113]
% ld(A,B) ->
% rd(rd(unit,A),
% rd(unit,B))
% New rule produced : [121] mult(A,B) -> rd(A,rd(unit,B))
% Rule [1] mult(A,unit) -> A collapsed.
% Rule [2] mult(unit,A) -> A collapsed.
% Rule [5] mult(rd(A,B),B) -> A collapsed.
% Rule [51] mult(A,A) -> rd(A,rd(unit,A)) collapsed.
% Rule [54] mult(rd(A,rd(unit,A)),B) -> mult(A,mult(A,B)) collapsed.
% Rule [65] mult(rd(A,rd(B,rd(unit,B))),B) -> rd(A,B) collapsed.
% Rule [87] mult(mult(A,B),C) -> mult(rd(A,B),mult(B,mult(B,C))) collapsed.
% Rule [88] mult(rd(A,B),mult(B,mult(B,A))) -> mult(A,mult(B,A)) collapsed.
% Rule [104] mult(rd(A,rd(C,rd(unit,C))),mult(C,mult(C,B))) -> mult(A,B)
% collapsed.
% Rule [106] mult(rd(unit,A),mult(A,B)) -> B collapsed.
% Rule [111] mult(A,mult(rd(unit,A),B)) -> B collapsed.
% Rule [112] rd(A,mult(B,A)) -> rd(unit,B) collapsed.
% Rule [114] mult(rd(unit,rd(A,B)),A) -> B collapsed.
% Rule [118] mult(rd(A,B),mult(rd(B,A),C)) -> C collapsed.
% Rule [119] mult(A,rd(C,B)) -> rd(A,rd(B,C)) collapsed.
% Rule [120] rd(unit,rd(A,mult(A,B))) -> rd(A,rd(A,B)) collapsed.
% The conjecture has been reduced. 
% Conjecture is now:
% rd(rd(a,b),rd(unit,rd(b,rd(unit,rd(b,rd(unit,rd(c,rd(unit,rd(b,rd(unit,c)))))))))) = 
% rd(rd(a,rd(b,rd(unit,rd(c,rd(unit,b))))),rd(unit,rd(rd(unit,c),rd(unit,
% rd(rd(c,b),
% rd(unit,
% rd(b,rd(unit,
% rd(b,
% rd(unit,
% rd(
% rd(c,b),
% rd(unit,
% rd(b,
% rd(unit,
% rd(b,
% rd(unit,
% rd(
% rd(unit,c),
% rd(unit,
% rd(
% rd(c,b),
% rd(unit,
% rd(b,
% rd(unit,
% rd(b,
% rd(unit,
% rd(c,
% rd(unit,
% rd(b,
% rd(unit,c))))))))))))))))))))))))))))
% 
% Current number of equations to process: 1199
% Current number of ordered equations: 0
% Current number of rules: 9
% New rule produced : [122] rd(rd(A,B),rd(unit,B)) -> A
% Current number of equations to process: 1197
% Current number of ordered equations: 1
% Current number of rules: 10
% New rule produced :
% [123]
% rd(rd(A,B),rd(unit,rd(B,rd(unit,rd(B,rd(unit,A)))))) ->
% rd(A,rd(unit,rd(B,rd(unit,A))))
% Current number of equations to process: 1197
% Current number of ordered equations: 0
% Current number of rules: 11
% New rule produced : [124] rd(A,rd(B,rd(unit,A))) <-> rd(unit,B)
% Rule [53] rd(A,rd(A,rd(unit,A))) -> rd(unit,A) collapsed.
% Current number of equations to process: 1196
% Current number of ordered equations: 1
% Current number of rules: 11
% New rule produced : [125] rd(unit,B) <-> rd(A,rd(B,rd(unit,A)))
% The conjecture has been reduced. 
% Conjecture is now:
% rd(rd(a,b),rd(unit,rd(b,rd(unit,rd(b,rd(unit,rd(c,rd(unit,rd(b,rd(unit,c)))))))))) = 
% rd(rd(a,rd(b,rd(unit,rd(c,rd(c,rd(b,rd(unit,c))))))),rd(unit,rd(rd(unit,c),
% rd(unit,
% rd(rd(c,b),
% rd(unit,
% rd(b,rd(unit,
% rd(b,
% rd(unit,
% rd(
% rd(c,b),
% rd(unit,
% rd(b,
% rd(unit,
% rd(b,
% rd(unit,
% rd(
% rd(unit,c),
% rd(unit,
% rd(
% rd(c,b),
% rd(unit,
% rd(b,
% rd(unit,
% rd(b,
% rd(unit,
% rd(c,
% rd(unit,
% rd(b,
% rd(unit,c))))))))))))))))))))))))))))
% 
% Current number of equations to process: 1196
% Current number of ordered equations: 0
% Current number of rules: 12
% New rule produced : [126] rd(unit,rd(rd(unit,A),rd(unit,rd(A,B)))) -> B
% Current number of equations to process: 1195
% Current number of ordered equations: 0
% Current number of rules: 13
% New rule produced :
% [127]
% rd(B,rd(unit,rd(rd(rd(unit,B),A),rd(unit,rd(A,rd(unit,rd(A,rd(unit,B))))))))
% -> rd(A,rd(unit,B))
% Current number of equations to process: 1194
% Current number of ordered equations: 0
% Current number of rules: 14
% New rule produced :
% [128]
% rd(rd(rd(unit,A),B),rd(unit,rd(B,rd(unit,rd(B,rd(unit,A)))))) ->
% rd(rd(unit,A),rd(unit,rd(B,rd(unit,A))))
% Rule
% [127]
% rd(B,rd(unit,rd(rd(rd(unit,B),A),rd(unit,rd(A,rd(unit,rd(A,rd(unit,B))))))))
% -> rd(A,rd(unit,B)) collapsed.
% Current number of equations to process: 1194
% Current number of ordered equations: 0
% Current number of rules: 14
% New rule produced :
% [129] rd(rd(A,B),rd(unit,rd(B,rd(unit,B)))) -> rd(A,rd(unit,B))
% Rule [98] rd(rd(unit,A),rd(unit,rd(A,rd(unit,A)))) -> A collapsed.
% Current number of equations to process: 1193
% Current number of ordered equations: 0
% Current number of rules: 14
% New rule produced : [130] rd(rd(unit,B),rd(A,B)) -> rd(unit,A)
% Current number of equations to process: 1197
% Current number of ordered equations: 0
% Current number of rules: 15
% New rule produced : [131] rd(rd(A,rd(B,C)),rd(C,B)) -> A
% Current number of equations to process: 1195
% Current number of ordered equations: 1
% Current number of rules: 16
% New rule produced : [132] rd(rd(A,B),rd(unit,rd(B,A))) -> unit
% Current number of equations to process: 1195
% Current number of ordered equations: 0
% Current number of rules: 17
% New rule produced : [133] rd(unit,rd(A,rd(B,rd(unit,A)))) -> B
% Current number of equations to process: 1194
% Current number of ordered equations: 0
% Current number of rules: 18
% New rule produced :
% [134]
% rd(rd(unit,A),rd(unit,rd(B,A))) -> rd(unit,rd(A,rd(rd(unit,A),rd(unit,B))))
% Current number of equations to process: 1192
% Current number of ordered equations: 0
% Current number of rules: 19
% New rule produced : [135] rd(A,rd(B,rd(unit,B))) <-> rd(unit,rd(B,rd(A,B)))
% Current number of equations to process: 1191
% Current number of ordered equations: 1
% Current number of rules: 20
% New rule produced : [136] rd(unit,rd(B,rd(A,B))) <-> rd(A,rd(B,rd(unit,B)))
% Current number of equations to process: 1191
% Current number of ordered equations: 0
% Current number of rules: 21
% New rule produced : [137] rd(B,A) <-> rd(rd(unit,A),rd(A,rd(A,rd(unit,B))))
% Current number of equations to process: 1190
% Current number of ordered equations: 1
% Current number of rules: 22
% New rule produced : [138] rd(rd(unit,A),rd(A,rd(A,rd(unit,B)))) <-> rd(B,A)
% Current number of equations to process: 1190
% Current number of ordered equations: 0
% Current number of rules: 23
% New rule produced :
% [139] rd(A,rd(B,rd(unit,rd(B,rd(unit,A))))) <-> rd(unit,rd(B,rd(unit,B)))
% Current number of equations to process: 1189
% Current number of ordered equations: 1
% Current number of rules: 24
% New rule produced :
% [140] rd(unit,rd(B,rd(unit,B))) <-> rd(A,rd(B,rd(unit,rd(B,rd(unit,A)))))
% Current number of equations to process: 1189
% Current number of ordered equations: 0
% Current number of rules: 25
% New rule produced : [141] rd(unit,rd(A,rd(A,rd(unit,B)))) -> rd(A,rd(A,B))
% Current number of equations to process: 1188
% Current number of ordered equations: 0
% Current number of rules: 26
% New rule produced :
% [142]
% rd(rd(unit,rd(A,rd(unit,B))),rd(unit,rd(A,rd(unit,rd(B,rd(unit,A)))))) -> A
% Current number of equations to process: 1187
% Current number of ordered equations: 0
% Current number of rules: 27
% New rule produced :
% [143] rd(unit,rd(B,rd(A,rd(unit,rd(A,rd(unit,B)))))) -> rd(A,rd(unit,A))
% Current number of equations to process: 1184
% Current number of ordered equations: 0
% Current number of rules: 28
% New rule produced :
% [144] rd(rd(unit,rd(A,B)),rd(unit,rd(A,rd(unit,B)))) -> rd(B,rd(unit,B))
% Current number of equations to process: 1183
% Current number of ordered equations: 0
% Current number of rules: 29
% New rule produced :
% [145] rd(rd(A,rd(unit,B)),rd(rd(unit,A),rd(unit,B))) -> rd(A,rd(unit,A))
% Current number of equations to process: 1182
% Current number of ordered equations: 0
% Current number of rules: 30
% New rule produced : [146] rd(rd(unit,A),rd(unit,rd(A,rd(unit,B)))) -> B
% Current number of equations to process: 1180
% Current number of ordered equations: 0
% Current number of rules: 31
% New rule produced : [147] rd(A,rd(unit,rd(rd(unit,A),rd(unit,B)))) -> B
% Current number of equations to process: 1179
% Current number of ordered equations: 0
% Current number of rules: 32
% New rule produced : [148] rd(rd(A,B),rd(rd(unit,B),rd(B,A))) -> B
% Current number of equations to process: 1177
% Current number of ordered equations: 0
% Current number of rules: 33
% New rule produced :
% [149] rd(rd(A,rd(unit,A)),rd(B,rd(unit,A))) -> rd(unit,rd(B,A))
% Current number of equations to process: 1175
% Current number of ordered equations: 0
% Current number of rules: 34
% New rule produced : [150] rd(A,rd(B,A)) <-> rd(unit,rd(B,rd(A,rd(unit,A))))
% Current number of equations to process: 1174
% Current number of ordered equations: 1
% Current number of rules: 35
% New rule produced : [151] rd(unit,rd(B,rd(A,rd(unit,A)))) <-> rd(A,rd(B,A))
% Current number of equations to process: 1174
% Current number of ordered equations: 0
% Current number of rules: 36
% New rule produced :
% [152] rd(unit,rd(B,rd(A,rd(unit,rd(B,rd(unit,B)))))) -> rd(A,rd(unit,B))
% Current number of equations to process: 1173
% Current number of ordered equations: 0
% Current number of rules: 37
% New rule produced :
% [153] rd(unit,rd(rd(unit,B),rd(A,rd(B,rd(unit,B))))) -> rd(A,B)
% Current number of equations to process: 1172
% Current number of ordered equations: 0
% Current number of rules: 38
% New rule produced :
% [154]
% rd(A,rd(rd(rd(unit,B),rd(unit,A)),rd(rd(unit,rd(rd(unit,B),rd(unit,A))),
% rd(rd(unit,rd(rd(unit,B),rd(unit,A))),
% rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),
% rd(rd(unit,B),
% rd(unit,A))))))))))
% -> rd(rd(unit,B),rd(unit,A))
% Current number of equations to process: 1170
% Current number of ordered equations: 0
% Current number of rules: 39
% New rule produced : [155] rd(rd(A,rd(unit,rd(A,B))),rd(B,rd(B,A))) -> rd(A,B)
% Current number of equations to process: 1169
% Current number of ordered equations: 0
% Current number of rules: 40
% New rule produced :
% [156]
% rd(rd(unit,A),rd(unit,rd(B,rd(unit,rd(rd(rd(unit,B),rd(unit,A)),rd(unit,
% rd(rd(unit,B),
% rd(unit,A))))))))
% -> rd(rd(unit,B),rd(unit,A))
% Current number of equations to process: 1168
% Current number of ordered equations: 0
% Current number of rules: 41
% New rule produced :
% [157]
% rd(rd(A,rd(unit,rd(B,rd(unit,A)))),rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B)))))))
% -> rd(A,rd(unit,A))
% Current number of equations to process: 1167
% Current number of ordered equations: 0
% Current number of rules: 42
% New rule produced :
% [158]
% rd(rd(rd(unit,A),rd(A,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,B)))))))),
% rd(B,A)) -> rd(A,rd(unit,A))
% Current number of equations to process: 1166
% Current number of ordered equations: 0
% Current number of rules: 43
% New rule produced :
% [159]
% rd(rd(unit,rd(A,rd(A,B))),rd(unit,rd(A,rd(unit,rd(B,rd(unit,A)))))) ->
% rd(A,rd(unit,A))
% Current number of equations to process: 1165
% Current number of ordered equations: 0
% Current number of rules: 44
% New rule produced :
% [160]
% rd(rd(A,rd(unit,rd(A,rd(unit,B)))),rd(rd(unit,rd(A,rd(unit,rd(A,rd(unit,B))))),
% rd(rd(unit,rd(A,rd(unit,rd(A,rd(unit,B))))),
% rd(rd(A,rd(unit,A)),B)))) ->
% rd(B,rd(unit,B))
% Current number of equations to process: 1164
% Current number of ordered equations: 0
% Current number of rules: 45
% New rule produced :
% [161]
% rd(rd(unit,rd(A,rd(unit,A))),rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),
% rd(unit,rd(A,
% rd(unit,
% rd(A,
% rd(unit,B))))))))))
% -> rd(B,rd(unit,B))
% Current number of equations to process: 1163
% Current number of ordered equations: 0
% Current number of rules: 46
% New rule produced :
% [162]
% rd(rd(A,B),rd(rd(unit,rd(A,B)),rd(rd(unit,rd(A,B)),rd(rd(unit,B),rd(B,
% rd(B,
% rd(unit,
% rd(A,
% rd(B,
% rd(unit,B))))))))))
% -> rd(B,rd(unit,B))
% Current number of equations to process: 1162
% Current number of ordered equations: 0
% Current number of rules: 47
% New rule produced :
% [163]
% rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,rd(
% rd(unit,
% rd(B,
% rd(unit,B))),
% rd(unit,A))))))))))
% <-> rd(A,rd(unit,B))
% Current number of equations to process: 1161
% Current number of ordered equations: 1
% Current number of rules: 48
% New rule produced :
% [164]
% rd(A,rd(unit,B)) <->
% rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,rd(
% rd(unit,
% rd(B,
% rd(unit,B))),
% rd(unit,A))))))))))
% Current number of equations to process: 1161
% Current number of ordered equations: 0
% Current number of rules: 49
% New rule produced : [165] rd(rd(A,rd(A,B)),rd(B,rd(A,B))) -> rd(A,B)
% Current number of equations to process: 1160
% Current number of ordered equations: 0
% Current number of rules: 50
% New rule produced :
% [166]
% rd(rd(unit,A),rd(A,rd(A,rd(unit,rd(rd(unit,rd(rd(unit,A),rd(unit,B))),
% rd(rd(rd(unit,A),rd(unit,B)),rd(rd(rd(unit,A),
% rd(unit,B)),
% rd(unit,
% rd(B,rd(
% rd(unit,B),
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))
% -> rd(rd(unit,A),rd(unit,B))
% Current number of equations to process: 1159
% Current number of ordered equations: 0
% Current number of rules: 51
% New rule produced :
% [167] rd(A,rd(B,rd(rd(unit,B),rd(unit,A)))) <-> rd(rd(A,B),rd(unit,rd(A,B)))
% Current number of equations to process: 1158
% Current number of ordered equations: 1
% Current number of rules: 52
% New rule produced :
% [168] rd(rd(A,B),rd(unit,rd(A,B))) <-> rd(A,rd(B,rd(rd(unit,B),rd(unit,A))))
% Rule
% [156]
% rd(rd(unit,A),rd(unit,rd(B,rd(unit,rd(rd(rd(unit,B),rd(unit,A)),rd(unit,
% rd(rd(unit,B),
% rd(unit,A))))))))
% -> rd(rd(unit,B),rd(unit,A)) collapsed.
% Current number of equations to process: 1159
% Current number of ordered equations: 0
% Current number of rules: 52
% New rule produced :
% [169]
% rd(rd(A,B),rd(unit,rd(A,B))) <->
% rd(rd(unit,B),rd(B,rd(B,rd(unit,rd(rd(A,B),rd(unit,A))))))
% Current number of equations to process: 1158
% Current number of ordered equations: 1
% Current number of rules: 53
% New rule produced :
% [170]
% rd(rd(unit,B),rd(B,rd(B,rd(unit,rd(rd(A,B),rd(unit,A)))))) <->
% rd(rd(A,B),rd(unit,rd(A,B)))
% Current number of equations to process: 1158
% Current number of ordered equations: 0
% Current number of rules: 54
% New rule produced :
% [171]
% rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(A,rd(rd(unit,A),rd(unit,B)))))) <->
% rd(rd(unit,A),rd(rd(unit,B),rd(B,A)))
% Current number of equations to process: 1156
% Current number of ordered equations: 1
% Current number of rules: 55
% New rule produced :
% [172]
% rd(rd(unit,A),rd(rd(unit,B),rd(B,A))) <->
% rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(A,rd(rd(unit,A),rd(unit,B))))))
% Current number of equations to process: 1156
% Current number of ordered equations: 0
% Current number of rules: 56
% New rule produced :
% [173]
% rd(A,rd(rd(unit,rd(rd(unit,A),rd(unit,B))),rd(rd(rd(unit,A),rd(unit,B)),
% rd(rd(rd(unit,A),rd(unit,B)),
% rd(unit,rd(B,rd(rd(unit,B),
% rd(rd(unit,B),
% rd(rd(unit,A),
% rd(unit,B))))))))))
% -> rd(rd(unit,A),rd(unit,B))
% Current number of equations to process: 1155
% Current number of ordered equations: 0
% Current number of rules: 57
% New rule produced :
% [174]
% rd(A,rd(unit,rd(rd(unit,rd(rd(unit,A),rd(unit,B))),rd(rd(rd(unit,A),rd(unit,B)),
% rd(rd(rd(unit,A),rd(unit,B)),
% rd(unit,rd(B,rd(rd(unit,B),
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B))))))))))))
% -> rd(B,rd(unit,A))
% Rule
% [166]
% rd(rd(unit,A),rd(A,rd(A,rd(unit,rd(rd(unit,rd(rd(unit,A),rd(unit,B))),
% rd(rd(rd(unit,A),rd(unit,B)),rd(rd(rd(unit,A),
% rd(unit,B)),
% rd(unit,
% rd(B,rd(
% rd(unit,B),
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))
% -> rd(rd(unit,A),rd(unit,B)) collapsed.
% Current number of equations to process: 1149
% Current number of ordered equations: 0
% Current number of rules: 57
% New rule produced :
% [175]
% rd(rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),
% rd(unit,rd(rd(unit,
% rd(A,
% rd(unit,A))),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B))))))))))))),
% rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,rd(rd(unit,A),rd(unit,B))))))))
% -> rd(rd(unit,A),rd(unit,B))
% Current number of equations to process: 1146
% Current number of ordered equations: 0
% Current number of rules: 58
% New rule produced :
% [176]
% rd(rd(A,rd(unit,rd(B,rd(unit,C)))),rd(rd(unit,B),rd(unit,C))) ->
% rd(A,rd(unit,rd(B,rd(unit,B))))
% Current number of equations to process: 1145
% Current number of ordered equations: 0
% Current number of rules: 59
% New rule produced :
% [177]
% rd(rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),
% rd(unit,rd(rd(unit,
% rd(A,
% rd(unit,A))),
% rd(rd(unit,A),
% rd(unit,B)))))))))))),
% rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(rd(unit,A),rd(unit,B))))))) ->
% rd(rd(unit,A),rd(unit,B))
% Current number of equations to process: 1144
% Current number of ordered equations: 0
% Current number of rules: 60
% New rule produced :
% [178]
% rd(rd(unit,rd(rd(unit,A),rd(unit,B))),rd(rd(rd(unit,A),rd(unit,B)),rd(
% rd(
% rd(unit,A),
% rd(unit,B)),
% rd(unit,
% rd(A,
% rd(unit,
% rd(B,
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))
% -> rd(A,rd(unit,B))
% Current number of equations to process: 1143
% Current number of ordered equations: 0
% Current number of rules: 61
% New rule produced :
% [179]
% rd(rd(A,rd(unit,rd(B,rd(unit,A)))),rd(B,rd(unit,rd(B,rd(unit,A))))) ->
% rd(A,B)
% Current number of equations to process: 1142
% Current number of ordered equations: 0
% Current number of rules: 62
% New rule produced :
% [180] rd(rd(A,rd(B,A)),rd(unit,rd(rd(B,A),rd(unit,B)))) -> rd(A,rd(unit,B))
% Current number of equations to process: 1141
% Current number of ordered equations: 0
% Current number of rules: 63
% New rule produced :
% [181]
% rd(rd(unit,rd(rd(unit,A),rd(A,B))),rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B))))))))
% -> rd(A,rd(unit,B))
% Current number of equations to process: 1138
% Current number of ordered equations: 0
% Current number of rules: 64
% New rule produced :
% [182]
% rd(rd(A,rd(unit,B)),rd(C,rd(unit,rd(C,rd(unit,B))))) ->
% rd(A,rd(C,rd(unit,C)))
% Current number of equations to process: 1133
% Current number of ordered equations: 0
% Current number of rules: 65
% New rule produced :
% [183]
% rd(rd(unit,rd(A,rd(unit,B))),rd(rd(A,rd(unit,B)),rd(rd(A,rd(unit,B)),
% rd(unit,rd(rd(unit,A),
% rd(unit,B)))))) ->
% rd(unit,rd(A,rd(unit,A)))
% Current number of equations to process: 1129
% Current number of ordered equations: 0
% Current number of rules: 66
% New rule produced : [184] rd(rd(A,B),rd(B,rd(B,A))) -> rd(unit,B)
% Current number of equations to process: 1128
% Current number of ordered equations: 0
% Current number of rules: 67
% New rule produced :
% [185] rd(rd(unit,rd(A,B)),rd(unit,rd(A,rd(unit,A)))) -> rd(B,rd(unit,A))
% Current number of equations to process: 1127
% Current number of ordered equations: 0
% Current number of rules: 68
% New rule produced :
% [186]
% rd(B,A) <->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),B))))))))))
% Current number of equations to process: 1126
% Current number of ordered equations: 1
% Current number of rules: 69
% New rule produced :
% [187]
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),B))))))))))
% <-> rd(B,A)
% Current number of equations to process: 1126
% Current number of ordered equations: 0
% Current number of rules: 70
% New rule produced :
% [188]
% rd(rd(A,rd(unit,rd(B,rd(unit,A)))),rd(unit,rd(A,rd(unit,B)))) ->
% rd(rd(A,rd(unit,B)),rd(unit,rd(A,rd(unit,rd(A,rd(unit,B))))))
% Current number of equations to process: 1125
% Current number of ordered equations: 0
% Current number of rules: 71
% New rule produced :
% [189] rd(rd(A,B),rd(unit,rd(B,rd(B,A)))) -> rd(A,rd(unit,rd(A,B)))
% Current number of equations to process: 1124
% Current number of ordered equations: 0
% Current number of rules: 72
% New rule produced :
% [190]
% rd(rd(A,rd(unit,rd(B,rd(unit,rd(B,rd(unit,B)))))),rd(unit,C)) ->
% rd(rd(A,rd(unit,B)),rd(unit,rd(B,rd(unit,rd(B,rd(unit,C))))))
% Current number of equations to process: 1123
% Current number of ordered equations: 0
% Current number of rules: 73
% New rule produced :
% [191] rd(rd(A,rd(unit,A)),rd(unit,B)) -> rd(A,rd(unit,rd(A,rd(unit,B))))
% Current number of equations to process: 1122
% Current number of ordered equations: 0
% Current number of rules: 74
% New rule produced :
% [192]
% rd(A,rd(unit,rd(A,rd(unit,B)))) <->
% rd(A,rd(A,rd(A,rd(unit,rd(B,rd(unit,A))))))
% Current number of equations to process: 1121
% Current number of ordered equations: 1
% Current number of rules: 75
% New rule produced :
% [193]
% rd(A,rd(A,rd(A,rd(unit,rd(B,rd(unit,A)))))) <->
% rd(A,rd(unit,rd(A,rd(unit,B))))
% Current number of equations to process: 1121
% Current number of ordered equations: 0
% Current number of rules: 76
% New rule produced :
% [194]
% rd(rd(unit,rd(A,rd(unit,rd(A,rd(unit,B))))),rd(unit,rd(A,rd(unit,rd(A,
% rd(unit,
% rd(B,
% rd(unit,A))))))))
% -> A
% Current number of equations to process: 1120
% Current number of ordered equations: 0
% Current number of rules: 77
% New rule produced :
% [195]
% rd(rd(unit,rd(A,rd(unit,B))),rd(unit,rd(B,rd(unit,rd(rd(B,rd(unit,B)),
% rd(rd(unit,rd(B,rd(unit,B))),
% rd(rd(unit,rd(B,rd(unit,B))),
% rd(unit,rd(rd(unit,B),
% rd(unit,A))))))))))
% -> B
% Current number of equations to process: 1118
% Current number of ordered equations: 0
% Current number of rules: 78
% New rule produced :
% [196]
% rd(rd(A,rd(unit,B)),rd(unit,rd(B,rd(unit,rd(A,rd(unit,B)))))) ->
% rd(A,rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(A,rd(unit,B))))))))
% Current number of equations to process: 1117
% Current number of ordered equations: 0
% Current number of rules: 79
% New rule produced :
% [197]
% rd(rd(unit,rd(A,rd(unit,B))),rd(unit,rd(A,rd(unit,rd(B,rd(unit,B)))))) -> B
% Current number of equations to process: 1116
% Current number of ordered equations: 0
% Current number of rules: 80
% New rule produced :
% [198]
% rd(rd(unit,rd(A,rd(unit,rd(B,rd(unit,A))))),rd(unit,rd(A,rd(unit,rd(B,
% rd(unit,
% rd(A,
% rd(unit,A))))))))
% -> A
% Current number of equations to process: 1115
% Current number of ordered equations: 0
% Current number of rules: 81
% New rule produced :
% [199]
% rd(B,rd(unit,rd(C,rd(unit,rd(C,rd(unit,rd(rd(unit,rd(B,rd(unit,rd(C,rd(unit,C))))),
% rd(unit,A)))))))) -> A
% Current number of equations to process: 1114
% Current number of ordered equations: 0
% Current number of rules: 82
% New rule produced :
% [200]
% rd(rd(unit,rd(A,rd(unit,rd(B,rd(unit,B))))),rd(unit,rd(A,rd(unit,rd(B,
% rd(unit,
% rd(B,
% rd(unit,C))))))))
% -> C
% Current number of equations to process: 1113
% Current number of ordered equations: 0
% Current number of rules: 83
% New rule produced :
% [201]
% rd(A,rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(C,rd(unit,C)))))))) <->
% rd(C,rd(rd(unit,C),rd(rd(unit,C),rd(unit,rd(A,rd(unit,rd(B,rd(unit,rd(B,
% rd(unit,C))))))))))
% Current number of equations to process: 1112
% Current number of ordered equations: 1
% Current number of rules: 84
% New rule produced :
% [202]
% rd(C,rd(rd(unit,C),rd(rd(unit,C),rd(unit,rd(A,rd(unit,rd(B,rd(unit,rd(B,
% rd(unit,C))))))))))
% <-> rd(A,rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(C,rd(unit,C))))))))
% Current number of equations to process: 1112
% Current number of ordered equations: 0
% Current number of rules: 85
% New rule produced :
% [203]
% rd(rd(A,rd(unit,rd(A,rd(unit,B)))),rd(unit,rd(A,rd(unit,A)))) ->
% rd(A,rd(unit,rd(A,rd(unit,rd(B,rd(unit,rd(A,rd(unit,A))))))))
% Current number of equations to process: 1111
% Current number of ordered equations: 0
% Current number of rules: 86
% New rule produced :
% [204]
% rd(rd(A,rd(unit,rd(A,rd(unit,rd(B,rd(unit,B)))))),rd(unit,C)) ->
% rd(A,rd(unit,rd(A,rd(unit,rd(B,rd(unit,rd(B,rd(unit,C))))))))
% Current number of equations to process: 1108
% Current number of ordered equations: 0
% Current number of rules: 87
% New rule produced :
% [205]
% rd(rd(unit,rd(A,B)),rd(rd(A,B),rd(rd(A,B),rd(unit,rd(A,rd(unit,rd(A,B)))))))
% -> A
% Current number of equations to process: 1106
% Current number of ordered equations: 0
% Current number of rules: 88
% New rule produced :
% [206]
% rd(A,rd(unit,rd(rd(B,A),rd(unit,rd(B,A))))) <->
% rd(rd(A,rd(A,B)),rd(unit,rd(B,A)))
% Current number of equations to process: 1105
% Current number of ordered equations: 1
% Current number of rules: 89
% New rule produced :
% [207]
% rd(rd(A,rd(A,B)),rd(unit,rd(B,A))) <->
% rd(A,rd(unit,rd(rd(B,A),rd(unit,rd(B,A)))))
% Current number of equations to process: 1105
% Current number of ordered equations: 0
% Current number of rules: 90
% New rule produced :
% [208]
% rd(A,rd(unit,rd(A,rd(unit,rd(B,rd(A,rd(unit,A))))))) <->
% rd(unit,rd(rd(A,rd(unit,A)),rd(A,rd(unit,rd(A,rd(unit,B))))))
% Current number of equations to process: 1104
% Current number of ordered equations: 1
% Current number of rules: 91
% New rule produced :
% [209]
% rd(unit,rd(rd(A,rd(unit,A)),rd(A,rd(unit,rd(A,rd(unit,B)))))) <->
% rd(A,rd(unit,rd(A,rd(unit,rd(B,rd(A,rd(unit,A)))))))
% Current number of equations to process: 1104
% Current number of ordered equations: 0
% Current number of rules: 92
% New rule produced :
% [210]
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(B,
% rd(unit,
% rd(C,
% rd(unit,C))))))))))))))))
% <-> rd(rd(unit,A),rd(unit,rd(B,rd(unit,rd(C,rd(unit,rd(C,rd(unit,A))))))))
% Current number of equations to process: 1103
% Current number of ordered equations: 1
% Current number of rules: 93
% New rule produced :
% [211]
% rd(rd(unit,A),rd(unit,rd(B,rd(unit,rd(C,rd(unit,rd(C,rd(unit,A)))))))) <->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(B,
% rd(unit,
% rd(C,
% rd(unit,C))))))))))))))))
% Current number of equations to process: 1103
% Current number of ordered equations: 0
% Current number of rules: 94
% New rule produced :
% [212]
% rd(rd(B,rd(rd(unit,B),rd(unit,A))),rd(unit,rd(A,B))) <->
% rd(rd(unit,rd(A,B)),rd(unit,rd(B,rd(B,A))))
% Current number of equations to process: 1102
% Current number of ordered equations: 1
% Current number of rules: 95
% New rule produced :
% [213]
% rd(rd(unit,rd(A,B)),rd(unit,rd(B,rd(B,A)))) <->
% rd(rd(B,rd(rd(unit,B),rd(unit,A))),rd(unit,rd(A,B)))
% Current number of equations to process: 1102
% Current number of ordered equations: 0
% Current number of rules: 96
% New rule produced :
% [214]
% rd(rd(A,rd(unit,rd(B,rd(unit,B)))),rd(rd(B,rd(unit,B)),rd(rd(unit,rd(B,
% rd(unit,B))),
% rd(rd(unit,rd(B,
% rd(unit,B))),
% rd(unit,rd(rd(unit,B),
% rd(unit,A)))))))
% -> B
% Current number of equations to process: 1101
% Current number of ordered equations: 0
% Current number of rules: 97
% New rule produced :
% [215]
% rd(rd(A,rd(unit,rd(A,rd(unit,B)))),rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(
% rd(unit,B),
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,
% rd(B,
% rd(unit,B))),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(A,
% rd(unit,A)))))))))))))))
% -> B
% Current number of equations to process: 1100
% Current number of ordered equations: 0
% Current number of rules: 98
% New rule produced :
% [216]
% rd(rd(unit,rd(A,rd(unit,rd(B,rd(unit,A))))),rd(unit,rd(rd(A,rd(unit,B)),
% rd(unit,rd(A,rd(unit,A))))))
% -> A
% Current number of equations to process: 1099
% Current number of ordered equations: 0
% Current number of rules: 99
% New rule produced :
% [217]
% rd(rd(unit,rd(A,rd(unit,rd(B,rd(unit,B))))),rd(unit,rd(rd(A,rd(unit,B)),
% rd(unit,rd(B,rd(unit,B))))))
% -> B
% Current number of equations to process: 1097
% Current number of ordered equations: 0
% Current number of rules: 100
% Rule [207]
% rd(rd(A,rd(A,B)),rd(unit,rd(B,A))) <->
% rd(A,rd(unit,rd(rd(B,A),rd(unit,rd(B,A))))) is composed into [207]
% rd(
% rd(A,
% rd(A,B)),
% rd(unit,
% rd(B,A)))
% <->
% rd(A,
% rd(unit,
% rd(unit,
% rd(A,
% rd(
% rd(B,A),
% rd(unit,B))))))
% Rule [170]
% rd(rd(unit,B),rd(B,rd(B,rd(unit,rd(rd(A,B),rd(unit,A)))))) <->
% rd(rd(A,B),rd(unit,rd(A,B))) is composed into [170]
% rd(rd(unit,B),rd(B,
% rd(B,
% rd(unit,
% rd(rd(A,B),
% rd(unit,A))))))
% ->
% rd(unit,rd(B,rd(rd(A,B),
% rd(unit,A))))
% Rule [167]
% rd(A,rd(B,rd(rd(unit,B),rd(unit,A)))) <-> rd(rd(A,B),rd(unit,rd(A,B))) is composed into 
% [167]
% rd(A,rd(B,rd(rd(unit,B),rd(unit,A)))) <->
% rd(unit,rd(B,rd(rd(A,B),rd(unit,A))))
% New rule produced :
% [218] rd(rd(A,B),rd(unit,rd(A,B))) -> rd(unit,rd(B,rd(rd(A,B),rd(unit,A))))
% Rule
% [168] rd(rd(A,B),rd(unit,rd(A,B))) <-> rd(A,rd(B,rd(rd(unit,B),rd(unit,A))))
% collapsed.
% Rule
% [169]
% rd(rd(A,B),rd(unit,rd(A,B))) <->
% rd(rd(unit,B),rd(B,rd(B,rd(unit,rd(rd(A,B),rd(unit,A)))))) collapsed.
% Rule
% [206]
% rd(A,rd(unit,rd(rd(B,A),rd(unit,rd(B,A))))) <->
% rd(rd(A,rd(A,B)),rd(unit,rd(B,A))) collapsed.
% Current number of equations to process: 1097
% Current number of ordered equations: 0
% Current number of rules: 98
% New rule produced :
% [219] rd(unit,rd(rd(unit,rd(A,B)),rd(unit,rd(A,rd(B,rd(unit,B)))))) -> B
% Current number of equations to process: 1096
% Current number of ordered equations: 0
% Current number of rules: 99
% New rule produced :
% [220]
% rd(rd(unit,rd(A,rd(unit,rd(B,rd(A,rd(unit,A)))))),rd(unit,rd(A,rd(A,B)))) ->
% A
% Current number of equations to process: 1095
% Current number of ordered equations: 0
% Current number of rules: 100
% New rule produced :
% [221]
% rd(rd(A,B),rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),
% rd(unit,rd(rd(unit,
% rd(B,
% rd(unit,B))),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(A,
% rd(B,
% rd(unit,B))))))))))))))))
% -> B
% Current number of equations to process: 1094
% Current number of ordered equations: 0
% Current number of rules: 101
% New rule produced :
% [222]
% rd(rd(unit,rd(A,rd(unit,B))),rd(rd(A,rd(unit,B)),rd(rd(A,rd(unit,B)),
% rd(unit,rd(A,rd(unit,
% rd(A,rd(unit,
% rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(B,
% rd(unit,A))))))))))))))))))))
% -> A
% Current number of equations to process: 1092
% Current number of ordered equations: 0
% Current number of rules: 102
% New rule produced :
% [223] rd(rd(unit,rd(A,rd(A,rd(A,B)))),rd(unit,rd(A,rd(B,A)))) -> A
% Current number of equations to process: 1090
% Current number of ordered equations: 0
% Current number of rules: 103
% New rule produced :
% [224]
% rd(rd(unit,rd(B,rd(unit,A))),rd(rd(B,rd(unit,A)),rd(rd(B,rd(unit,A)),
% rd(unit,rd(A,rd(unit,
% rd(A,rd(unit,
% rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(A,
% rd(unit,
% rd(B,
% rd(unit,
% rd(A,
% rd(unit,A))))))))))))))))))))
% -> A
% Current number of equations to process: 1089
% Current number of ordered equations: 0
% Current number of rules: 104
% New rule produced :
% [225]
% rd(A,rd(A,rd(rd(B,A),rd(unit,B)))) <-> rd(rd(A,rd(A,B)),rd(unit,rd(B,A)))
% Current number of equations to process: 1088
% Current number of ordered equations: 1
% Current number of rules: 105
% New rule produced :
% [226]
% rd(rd(A,rd(A,B)),rd(unit,rd(B,A))) <-> rd(A,rd(A,rd(rd(B,A),rd(unit,B))))
% Current number of equations to process: 1088
% Current number of ordered equations: 0
% Current number of rules: 106
% New rule produced :
% [227]
% rd(rd(unit,rd(B,rd(unit,B))),rd(rd(B,rd(unit,B)),rd(B,rd(unit,rd(B,rd(unit,
% rd(
% rd(unit,A),
% rd(A,
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(unit,A))))))))))))))))
% -> A
% Current number of equations to process: 1087
% Current number of ordered equations: 0
% Current number of rules: 107
% New rule produced :
% [228]
% rd(rd(A,rd(unit,B)),rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,
% rd(B,
% rd(unit,B))),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,A)))))))))))))))
% -> rd(B,rd(unit,B))
% Current number of equations to process: 1085
% Current number of ordered equations: 0
% Current number of rules: 108
% New rule produced :
% [229]
% rd(rd(A,rd(A,B)),rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,
% rd(A,
% rd(unit,A))),
% rd(rd(A,
% rd(unit,A)),
% rd(rd(unit,A),
% rd(unit,B)))))))))))))
% -> rd(A,rd(unit,A))
% Current number of equations to process: 1084
% Current number of ordered equations: 0
% Current number of rules: 109
% New rule produced :
% [230]
% rd(rd(A,rd(unit,rd(B,rd(unit,A)))),rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B)))))))))))))
% -> rd(A,rd(unit,A))
% Current number of equations to process: 1083
% Current number of ordered equations: 0
% Current number of rules: 110
% New rule produced :
% [231]
% rd(B,rd(unit,rd(rd(unit,B),rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),
% rd(rd(unit,A),
% rd(unit,rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,B)))))))))))))))
% -> rd(A,rd(rd(unit,A),rd(unit,B)))
% Current number of equations to process: 1082
% Current number of ordered equations: 0
% Current number of rules: 111
% New rule produced :
% [232]
% rd(unit,rd(rd(A,rd(unit,A)),rd(A,rd(unit,rd(B,rd(unit,A)))))) ->
% rd(A,rd(A,B))
% Current number of equations to process: 1081
% Current number of ordered equations: 0
% Current number of rules: 112
% New rule produced :
% [233] rd(A,rd(unit,rd(B,rd(A,rd(unit,A))))) <-> rd(unit,rd(A,rd(A,rd(A,B))))
% Current number of equations to process: 1080
% Current number of ordered equations: 1
% Current number of rules: 113
% New rule produced :
% [234] rd(unit,rd(A,rd(A,rd(A,B)))) <-> rd(A,rd(unit,rd(B,rd(A,rd(unit,A)))))
% Current number of equations to process: 1080
% Current number of ordered equations: 0
% Current number of rules: 114
% New rule produced :
% [235]
% rd(rd(unit,A),rd(unit,rd(B,rd(A,rd(unit,A))))) <->
% rd(rd(unit,rd(A,rd(unit,A))),rd(rd(A,rd(unit,A)),rd(A,rd(unit,B))))
% Current number of equations to process: 1079
% Current number of ordered equations: 1
% Current number of rules: 115
% New rule produced :
% [236]
% rd(rd(unit,rd(A,rd(unit,A))),rd(rd(A,rd(unit,A)),rd(A,rd(unit,B)))) <->
% rd(rd(unit,A),rd(unit,rd(B,rd(A,rd(unit,A)))))
% Current number of equations to process: 1079
% Current number of ordered equations: 0
% Current number of rules: 116
% New rule produced :
% [237]
% rd(rd(unit,B),rd(B,rd(B,rd(unit,rd(A,rd(B,rd(unit,B))))))) ->
% rd(unit,rd(B,rd(unit,rd(B,rd(A,B)))))
% Rule
% [162]
% rd(rd(A,B),rd(rd(unit,rd(A,B)),rd(rd(unit,rd(A,B)),rd(rd(unit,B),rd(B,
% rd(B,
% rd(unit,
% rd(A,
% rd(B,
% rd(unit,B))))))))))
% -> rd(B,rd(unit,B)) collapsed.
% Current number of equations to process: 1079
% Current number of ordered equations: 0
% Current number of rules: 116
% Rule [211]
% rd(rd(unit,A),rd(unit,rd(B,rd(unit,rd(C,rd(unit,rd(C,rd(unit,A))))))))
% <->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(rd(unit,
% rd(A,
% rd(unit,A))),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(B,
% rd(unit,
% rd(C,
% rd(unit,C)))))))))))))))) is composed into 
% [211]
% rd(rd(unit,A),rd(unit,rd(B,rd(unit,rd(C,rd(unit,rd(C,rd(unit,A)))))))) <->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(B,
% rd(unit,
% rd(C,
% rd(unit,C))))))))))))))))))
% Rule [164]
% rd(A,rd(unit,B)) <->
% rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,
% rd(rd(unit,
% rd(B,
% rd(unit,B))),
% rd(unit,A)))))))))) is composed into 
% [164]
% rd(A,rd(unit,B)) <->
% rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,A))))))))))))
% New rule produced :
% [238]
% rd(rd(unit,rd(A,rd(unit,A))),rd(unit,B)) ->
% rd(rd(unit,A),rd(unit,rd(rd(unit,A),rd(unit,B))))
% Rule
% [161]
% rd(rd(unit,rd(A,rd(unit,A))),rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),
% rd(unit,rd(A,
% rd(unit,
% rd(A,
% rd(unit,B))))))))))
% -> rd(B,rd(unit,B)) collapsed.
% Rule
% [163]
% rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,rd(
% rd(unit,
% rd(B,
% rd(unit,B))),
% rd(unit,A))))))))))
% <-> rd(A,rd(unit,B)) collapsed.
% Rule
% [175]
% rd(rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),
% rd(unit,rd(rd(unit,
% rd(A,
% rd(unit,A))),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B))))))))))))),
% rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,rd(rd(unit,A),rd(unit,B))))))))
% -> rd(rd(unit,A),rd(unit,B)) collapsed.
% Rule
% [195]
% rd(rd(unit,rd(A,rd(unit,B))),rd(unit,rd(B,rd(unit,rd(rd(B,rd(unit,B)),
% rd(rd(unit,rd(B,rd(unit,B))),
% rd(rd(unit,rd(B,rd(unit,B))),
% rd(unit,rd(rd(unit,B),
% rd(unit,A))))))))))
% -> B collapsed.
% Rule
% [210]
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(B,
% rd(unit,
% rd(C,
% rd(unit,C))))))))))))))))
% <-> rd(rd(unit,A),rd(unit,rd(B,rd(unit,rd(C,rd(unit,rd(C,rd(unit,A))))))))
% collapsed.
% Rule
% [214]
% rd(rd(A,rd(unit,rd(B,rd(unit,B)))),rd(rd(B,rd(unit,B)),rd(rd(unit,rd(B,
% rd(unit,B))),
% rd(rd(unit,rd(B,
% rd(unit,B))),
% rd(unit,rd(rd(unit,B),
% rd(unit,A)))))))
% -> B collapsed.
% Rule
% [215]
% rd(rd(A,rd(unit,rd(A,rd(unit,B)))),rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(
% rd(unit,B),
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,
% rd(B,
% rd(unit,B))),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(A,
% rd(unit,A)))))))))))))))
% -> B collapsed.
% Rule
% [221]
% rd(rd(A,B),rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),
% rd(unit,rd(rd(unit,
% rd(B,
% rd(unit,B))),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(A,
% rd(B,
% rd(unit,B))))))))))))))))
% -> B collapsed.
% Rule
% [228]
% rd(rd(A,rd(unit,B)),rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,
% rd(B,
% rd(unit,B))),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,A)))))))))))))))
% -> rd(B,rd(unit,B)) collapsed.
% Rule
% [230]
% rd(rd(A,rd(unit,rd(B,rd(unit,A)))),rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B)))))))))))))
% -> rd(A,rd(unit,A)) collapsed.
% Current number of equations to process: 1086
% Current number of ordered equations: 0
% Current number of rules: 107
% New rule produced :
% [239]
% rd(rd(A,B),rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),
% rd(unit,rd(rd(unit,
% rd(B,
% rd(unit,B))),
% rd(rd(B,
% rd(unit,B)),
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,A)))))))))))))))
% -> rd(B,rd(unit,B))
% Current number of equations to process: 1085
% Current number of ordered equations: 0
% Current number of rules: 108
% New rule produced :
% [240]
% rd(rd(A,rd(unit,B)),rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,A)))))))))))))))))
% -> rd(B,rd(unit,B))
% Current number of equations to process: 1083
% Current number of ordered equations: 0
% Current number of rules: 109
% New rule produced :
% [241]
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))
% <->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(B,
% rd(A,
% rd(unit,A)))))))))))))))))
% Current number of equations to process: 1082
% Current number of ordered equations: 1
% Current number of rules: 110
% New rule produced :
% [242]
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(B,
% rd(A,
% rd(unit,A)))))))))))))))))
% <->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))
% Current number of equations to process: 1082
% Current number of ordered equations: 0
% Current number of rules: 111
% New rule produced :
% [243]
% rd(rd(A,rd(unit,rd(B,rd(unit,A)))),rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B)))))))))))))))
% -> rd(A,rd(unit,A))
% Current number of equations to process: 1077
% Current number of ordered equations: 0
% Current number of rules: 112
% New rule produced :
% [244]
% rd(rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(rd(unit,
% rd(A,
% rd(unit,A))),
% rd(rd(A,
% rd(unit,A)),
% rd(rd(unit,A),
% rd(unit,B)))))))))))),
% rd(unit,rd(B,A))) ->
% rd(rd(rd(unit,A),rd(unit,B)),rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))
% Current number of equations to process: 1073
% Current number of ordered equations: 0
% Current number of rules: 113
% New rule produced :
% [245]
% rd(rd(A,rd(unit,B)),rd(rd(unit,rd(rd(unit,B),rd(unit,A))),rd(rd(rd(unit,B),
% rd(unit,A)),
% rd(rd(rd(unit,B),
% rd(unit,A)),
% rd(unit,rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,A)))))))))))))))))))
% -> B
% Current number of equations to process: 1072
% Current number of ordered equations: 0
% Current number of rules: 114
% New rule produced :
% [246]
% rd(unit,rd(B,rd(rd(A,B),rd(unit,rd(A,rd(unit,B)))))) ->
% rd(rd(A,B),rd(unit,A))
% Current number of equations to process: 1070
% Current number of ordered equations: 0
% Current number of rules: 115
% New rule produced :
% [247]
% rd(rd(unit,rd(A,rd(unit,B))),rd(unit,rd(rd(A,B),rd(unit,rd(B,rd(unit,
% rd(B,rd(unit,C))))))))
% -> C
% Current number of equations to process: 1069
% Current number of ordered equations: 0
% Current number of rules: 116
% New rule produced :
% [248]
% rd(rd(B,C),rd(unit,rd(C,rd(unit,rd(C,rd(unit,rd(rd(unit,rd(B,rd(unit,C))),
% rd(unit,A)))))))) -> A
% Current number of equations to process: 1068
% Current number of ordered equations: 0
% Current number of rules: 117
% New rule produced :
% [249]
% rd(rd(unit,rd(A,B)),rd(unit,rd(A,rd(unit,rd(B,rd(unit,A)))))) ->
% rd(B,rd(unit,rd(B,rd(unit,A))))
% Current number of equations to process: 1067
% Current number of ordered equations: 0
% Current number of rules: 118
% New rule produced :
% [250]
% rd(rd(rd(unit,A),rd(unit,B)),rd(unit,rd(rd(rd(unit,A),rd(unit,B)),rd(unit,
% rd(
% rd(
% rd(unit,A),
% rd(unit,B)),
% rd(
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))),
% rd(
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))),
% rd(unit,
% rd(
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))),
% rd(unit,
% rd(
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))
% ->
% rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))))))))))))
% Current number of equations to process: 1057
% Current number of ordered equations: 0
% Current number of rules: 119
% New rule produced :
% [251]
% rd(rd(unit,rd(rd(A,B),rd(unit,A))),rd(unit,rd(rd(A,B),rd(unit,rd(A,rd(unit,B))))))
% -> B
% Current number of equations to process: 1056
% Current number of ordered equations: 0
% Current number of rules: 120
% New rule produced :
% [252]
% rd(rd(unit,rd(A,rd(B,A))),rd(unit,rd(A,rd(unit,B)))) ->
% rd(rd(B,A),rd(unit,B))
% Current number of equations to process: 1055
% Current number of ordered equations: 0
% Current number of rules: 121
% New rule produced :
% [253]
% rd(rd(rd(unit,A),rd(unit,B)),rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(
% rd(unit,B),
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))
% ->
% rd(rd(unit,A),rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(
% rd(unit,B),
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))))
% Rule
% [245]
% rd(rd(A,rd(unit,B)),rd(rd(unit,rd(rd(unit,B),rd(unit,A))),rd(rd(rd(unit,B),
% rd(unit,A)),
% rd(rd(rd(unit,B),
% rd(unit,A)),
% rd(unit,rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,A)))))))))))))))))))
% -> B collapsed.
% Current number of equations to process: 1055
% Current number of ordered equations: 0
% Current number of rules: 121
% New rule produced :
% [254]
% rd(rd(unit,rd(A,rd(rd(unit,A),rd(unit,B)))),rd(unit,rd(B,rd(unit,A)))) ->
% rd(rd(rd(unit,A),rd(unit,B)),rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))
% Current number of equations to process: 1054
% Current number of ordered equations: 0
% Current number of rules: 122
% New rule produced :
% [255]
% rd(rd(unit,rd(A,rd(B,rd(unit,B)))),rd(unit,rd(A,rd(unit,C)))) ->
% rd(B,rd(unit,rd(B,rd(unit,C))))
% Current number of equations to process: 1052
% Current number of ordered equations: 0
% Current number of rules: 123
% New rule produced :
% [256]
% rd(rd(A,rd(B,rd(unit,B))),rd(unit,rd(B,rd(unit,C)))) ->
% rd(A,rd(unit,rd(rd(unit,B),rd(unit,C))))
% Current number of equations to process: 1051
% Current number of ordered equations: 0
% Current number of rules: 124
% New rule produced :
% [257]
% rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(
% rd(unit,A),
% rd(A,
% rd(unit,B))))))))))))))
% <-> rd(unit,rd(rd(unit,B),rd(rd(A,rd(unit,B)),rd(unit,A))))
% Current number of equations to process: 1049
% Current number of ordered equations: 1
% Current number of rules: 125
% New rule produced :
% [258]
% rd(unit,rd(rd(unit,B),rd(rd(A,rd(unit,B)),rd(unit,A)))) <->
% rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(
% rd(unit,A),
% rd(A,
% rd(unit,B))))))))))))))
% Current number of equations to process: 1049
% Current number of ordered equations: 0
% Current number of rules: 126
% New rule produced :
% [259]
% rd(rd(A,B),rd(unit,rd(rd(A,B),rd(unit,rd(rd(A,B),rd(rd(unit,rd(A,B)),
% rd(rd(unit,rd(A,B)),
% rd(unit,rd(rd(unit,rd(A,B)),
% rd(unit,rd(rd(unit,
% rd(A,B)),
% rd(A,
% rd(B,
% rd(unit,B))))))))))))))
% -> B
% Current number of equations to process: 1048
% Current number of ordered equations: 0
% Current number of rules: 127
% New rule produced :
% [260] rd(rd(unit,rd(A,B)),rd(unit,rd(A,rd(unit,rd(A,B))))) -> rd(B,rd(B,A))
% Rule
% [250]
% rd(rd(rd(unit,A),rd(unit,B)),rd(unit,rd(rd(rd(unit,A),rd(unit,B)),rd(unit,
% rd(
% rd(
% rd(unit,A),
% rd(unit,B)),
% rd(
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))),
% rd(
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))),
% rd(unit,
% rd(
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))),
% rd(unit,
% rd(
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))
% ->
% rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))))))))))))
% collapsed.
% Current number of equations to process: 1048
% Current number of ordered equations: 0
% Current number of rules: 127
% New rule produced :
% [261]
% rd(B,rd(unit,A)) <->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),
% rd(unit,rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))
% Current number of equations to process: 1047
% Current number of ordered equations: 1
% Current number of rules: 128
% New rule produced :
% [262]
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),
% rd(unit,rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))
% <-> rd(B,rd(unit,A))
% Current number of equations to process: 1047
% Current number of ordered equations: 0
% Current number of rules: 129
% New rule produced :
% [263]
% rd(A,rd(rd(B,C),rd(unit,rd(C,rd(unit,rd(C,rd(unit,A))))))) ->
% rd(unit,rd(B,rd(unit,C)))
% Current number of equations to process: 1045
% Current number of ordered equations: 0
% Current number of rules: 130
% New rule produced :
% [264]
% rd(rd(A,rd(unit,rd(A,rd(unit,B)))),rd(B,rd(unit,rd(A,rd(unit,B))))) ->
% rd(unit,rd(B,A))
% Current number of equations to process: 1044
% Current number of ordered equations: 0
% Current number of rules: 131
% New rule produced :
% [265]
% rd(rd(A,rd(unit,rd(A,rd(unit,B)))),rd(C,rd(unit,B))) <->
% rd(unit,rd(C,rd(A,rd(unit,A))))
% Current number of equations to process: 1043
% Current number of ordered equations: 1
% Current number of rules: 132
% New rule produced :
% [266]
% rd(unit,rd(C,rd(A,rd(unit,A)))) <->
% rd(rd(A,rd(unit,rd(A,rd(unit,B)))),rd(C,rd(unit,B)))
% Current number of equations to process: 1043
% Current number of ordered equations: 0
% Current number of rules: 133
% New rule produced :
% [267]
% rd(rd(unit,rd(A,B)),rd(unit,rd(A,rd(unit,rd(A,rd(unit,B)))))) ->
% rd(B,rd(unit,rd(A,rd(unit,B))))
% Current number of equations to process: 1042
% Current number of ordered equations: 0
% Current number of rules: 134
% New rule produced :
% [268]
% rd(rd(rd(A,B),rd(B,A)),rd(unit,C)) ->
% rd(rd(A,B),rd(unit,rd(rd(A,B),rd(unit,C))))
% Current number of equations to process: 1041
% Current number of ordered equations: 0
% Current number of rules: 135
% New rule produced : [269] rd(rd(A,B),rd(rd(A,B),rd(B,A))) -> rd(unit,rd(A,B))
% Current number of equations to process: 1040
% Current number of ordered equations: 0
% Current number of rules: 136
% New rule produced : [270] rd(rd(A,B),rd(unit,rd(rd(B,A),rd(unit,C)))) -> C
% Current number of equations to process: 1039
% Current number of ordered equations: 0
% Current number of rules: 137
% New rule produced :
% [271]
% rd(rd(A,B),rd(unit,rd(B,rd(unit,rd(B,rd(unit,B)))))) ->
% rd(A,rd(unit,rd(B,rd(unit,B))))
% Current number of equations to process: 1038
% Current number of ordered equations: 0
% Current number of rules: 138
% New rule produced :
% [272]
% rd(unit,rd(C,rd(A,rd(unit,rd(B,rd(unit,rd(B,rd(unit,C)))))))) ->
% rd(A,rd(unit,rd(B,rd(unit,B))))
% Current number of equations to process: 1037
% Current number of ordered equations: 0
% Current number of rules: 139
% New rule produced :
% [273]
% rd(rd(unit,A),rd(A,rd(A,rd(unit,rd(A,rd(unit,rd(B,rd(unit,rd(C,rd(unit,
% rd(C,rd(unit,A))))))))))))
% -> rd(A,rd(unit,rd(B,rd(unit,rd(C,rd(unit,C))))))
% Current number of equations to process: 1036
% Current number of ordered equations: 0
% Current number of rules: 140
% New rule produced :
% [274]
% rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,rd(
% rd(unit,
% rd(B,
% rd(unit,B))),
% rd(
% rd(B,
% rd(unit,B)),
% rd(A,
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(unit,B))))))))))))))))))
% -> rd(A,rd(unit,rd(B,rd(unit,rd(B,rd(unit,B))))))
% Current number of equations to process: 1035
% Current number of ordered equations: 0
% Current number of rules: 141
% New rule produced :
% [275]
% rd(C,rd(unit,rd(C,rd(unit,rd(C,rd(rd(unit,C),rd(rd(unit,C),rd(unit,rd(
% rd(unit,
% rd(C,
% rd(unit,C))),
% rd(
% rd(C,
% rd(unit,C)),
% rd(A,
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(unit,
% rd(C,
% rd(unit,C))))))))))))))))))
% -> rd(A,rd(unit,rd(B,rd(unit,rd(B,rd(unit,C))))))
% Rule
% [274]
% rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,rd(
% rd(unit,
% rd(B,
% rd(unit,B))),
% rd(
% rd(B,
% rd(unit,B)),
% rd(A,
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(unit,B))))))))))))))))))
% -> rd(A,rd(unit,rd(B,rd(unit,rd(B,rd(unit,B)))))) collapsed.
% Current number of equations to process: 1034
% Current number of ordered equations: 0
% Current number of rules: 141
% New rule produced :
% [276]
% rd(rd(A,rd(unit,B)),rd(unit,rd(A,B))) ->
% rd(rd(A,B),rd(unit,rd(rd(unit,B),rd(B,rd(B,rd(unit,rd(B,rd(unit,rd(B,
% rd(unit,A))))))))))
% Current number of equations to process: 1033
% Current number of ordered equations: 0
% Current number of rules: 142
% New rule produced :
% [277]
% rd(rd(A,rd(unit,B)),rd(unit,rd(B,rd(unit,B)))) ->
% rd(rd(A,B),rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(unit,B))))))))
% Rule
% [217]
% rd(rd(unit,rd(A,rd(unit,rd(B,rd(unit,B))))),rd(unit,rd(rd(A,rd(unit,B)),
% rd(unit,rd(B,rd(unit,B))))))
% -> B collapsed.
% Current number of equations to process: 1033
% Current number of ordered equations: 0
% Current number of rules: 142
% New rule produced :
% [278]
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(rd(A,rd(unit,A)),
% rd(rd(unit,rd(A,rd(unit,A))),
% rd(rd(unit,A),rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(A,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))))))))))))
% <-> rd(rd(unit,A),rd(unit,rd(rd(unit,A),rd(unit,rd(B,rd(unit,A))))))
% Current number of equations to process: 1032
% Current number of ordered equations: 1
% Current number of rules: 143
% New rule produced :
% [279]
% rd(rd(unit,A),rd(unit,rd(rd(unit,A),rd(unit,rd(B,rd(unit,A)))))) <->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(rd(A,rd(unit,A)),
% rd(rd(unit,rd(A,rd(unit,A))),
% rd(rd(unit,A),rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(A,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))))))))))))
% Current number of equations to process: 1032
% Current number of ordered equations: 0
% Current number of rules: 144
% New rule produced :
% [280]
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(A,
% rd(unit,B)),
% rd(unit,
% rd(A,
% rd(unit,
% rd(B,
% rd(unit,A))))))))))))))))
% -> rd(unit,rd(rd(unit,B),rd(rd(A,rd(unit,B)),rd(unit,A))))
% Current number of equations to process: 1031
% Current number of ordered equations: 0
% Current number of rules: 145
% New rule produced :
% [281]
% rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,rd(
% rd(unit,
% rd(B,
% rd(unit,B))),
% rd(
% rd(B,
% rd(unit,B)),
% rd(
% rd(A,
% rd(unit,B)),
% rd(unit,
% rd(A,
% rd(unit,
% rd(B,
% rd(unit,B))))))))))))))))
% -> rd(unit,rd(rd(unit,B),rd(rd(A,rd(unit,B)),rd(unit,A))))
% Current number of equations to process: 1030
% Current number of ordered equations: 0
% Current number of rules: 146
% New rule produced :
% [282]
% rd(rd(unit,B),rd(B,rd(B,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,
% rd(A,rd(unit,B))))))))))))
% -> rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,A))))))
% Current number of equations to process: 1029
% Current number of ordered equations: 0
% Current number of rules: 147
% New rule produced :
% [283]
% rd(rd(unit,rd(B,rd(unit,B))),rd(rd(B,rd(unit,B)),rd(B,rd(unit,rd(B,rd(unit,
% rd(
% rd(A,B),
% rd(unit,
% rd(A,
% rd(unit,B))))))))))
% -> rd(unit,rd(B,rd(rd(A,B),rd(unit,A))))
% Current number of equations to process: 1028
% Current number of ordered equations: 0
% Current number of rules: 148
% New rule produced :
% [284]
% rd(unit,rd(C,rd(rd(unit,C),rd(C,rd(C,rd(unit,rd(A,rd(unit,rd(B,rd(unit,
% rd(B,rd(unit,C))))))))))))
% <-> rd(rd(A,rd(unit,rd(B,rd(unit,B)))),C)
% Current number of equations to process: 1027
% Current number of ordered equations: 1
% Current number of rules: 149
% New rule produced :
% [285]
% rd(rd(A,rd(unit,rd(B,rd(unit,B)))),C) <->
% rd(unit,rd(C,rd(rd(unit,C),rd(C,rd(C,rd(unit,rd(A,rd(unit,rd(B,rd(unit,
% rd(B,rd(unit,C))))))))))))
% Current number of equations to process: 1027
% Current number of ordered equations: 0
% Current number of rules: 150
% New rule produced :
% [286]
% rd(rd(unit,rd(A,rd(unit,A))),rd(rd(A,rd(unit,A)),rd(A,rd(unit,rd(A,rd(unit,
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(B,
% rd(unit,A))))))))))))
% -> rd(rd(unit,A),rd(A,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,B))))))))
% Current number of equations to process: 1026
% Current number of ordered equations: 0
% Current number of rules: 151
% New rule produced :
% [287]
% rd(rd(unit,rd(A,rd(B,A))),rd(unit,rd(A,rd(A,B)))) ->
% rd(unit,rd(A,rd(rd(B,A),rd(unit,B))))
% Current number of equations to process: 1024
% Current number of ordered equations: 0
% Current number of rules: 152
% New rule produced :
% [288]
% rd(rd(B,rd(unit,rd(B,rd(A,B)))),rd(unit,rd(A,rd(unit,B)))) ->
% rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(unit,B))))))
% Current number of equations to process: 1023
% Current number of ordered equations: 0
% Current number of rules: 153
% New rule produced :
% [289]
% rd(unit,rd(A,rd(rd(B,A),rd(unit,B)))) <->
% rd(rd(unit,A),rd(unit,rd(rd(A,rd(A,B)),rd(unit,rd(B,A)))))
% Current number of equations to process: 1021
% Current number of ordered equations: 1
% Current number of rules: 154
% New rule produced :
% [290]
% rd(rd(unit,A),rd(unit,rd(rd(A,rd(A,B)),rd(unit,rd(B,A))))) <->
% rd(unit,rd(A,rd(rd(B,A),rd(unit,B))))
% Current number of equations to process: 1021
% Current number of ordered equations: 0
% Current number of rules: 155
% New rule produced :
% [291]
% rd(rd(A,rd(unit,rd(B,rd(unit,A)))),rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(A,
% rd(unit,B))))))))))))))
% -> rd(unit,rd(rd(unit,B),rd(rd(A,rd(unit,B)),rd(unit,A))))
% Current number of equations to process: 1020
% Current number of ordered equations: 0
% Current number of rules: 156
% New rule produced :
% [292]
% rd(rd(unit,rd(A,rd(A,B))),rd(unit,rd(A,rd(unit,rd(A,rd(unit,B)))))) ->
% rd(rd(A,B),rd(unit,rd(A,rd(unit,B))))
% Current number of equations to process: 1015
% Current number of ordered equations: 0
% Current number of rules: 157
% New rule produced :
% [293] rd(B,rd(A,rd(unit,A))) <-> rd(rd(unit,A),rd(A,rd(A,rd(A,B))))
% Current number of equations to process: 1014
% Current number of ordered equations: 1
% Current number of rules: 158
% New rule produced :
% [294] rd(rd(unit,A),rd(A,rd(A,rd(A,B)))) <-> rd(B,rd(A,rd(unit,A)))
% Current number of equations to process: 1014
% Current number of ordered equations: 0
% Current number of rules: 159
% New rule produced :
% [295]
% rd(rd(A,rd(B,A)),rd(unit,rd(B,rd(B,A)))) -> rd(A,rd(unit,rd(A,rd(B,A))))
% Current number of equations to process: 1012
% Current number of ordered equations: 0
% Current number of rules: 160
% New rule produced :
% [296]
% rd(rd(unit,A),rd(unit,rd(rd(unit,rd(rd(unit,A),rd(unit,B))),rd(rd(rd(unit,A),
% rd(unit,B)),
% rd(rd(unit,A),
% rd(unit,rd(B,
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(
% rd(unit,B),
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))))))))
% ->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))
% Current number of equations to process: 1011
% Current number of ordered equations: 0
% Current number of rules: 161
% New rule produced :
% [297]
% rd(rd(A,rd(unit,B)),rd(unit,rd(rd(A,rd(unit,B)),rd(unit,rd(rd(A,rd(unit,B)),
% rd(rd(unit,rd(A,
% rd(unit,B))),
% rd(rd(unit,rd(A,
% rd(unit,B))),
% rd(unit,rd(rd(unit,
% rd(A,
% rd(unit,B))),
% rd(unit,
% rd(rd(unit,
% rd(A,
% rd(unit,B))),
% rd(unit,
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(A,
% rd(rd(unit,A),
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,
% rd(A,
% rd(unit,A))),
% rd(rd(A,
% rd(unit,A)),
% rd(rd(unit,A),
% rd(unit,B))))))))))))))))))))))))
% -> rd(rd(unit,A),rd(unit,rd(B,rd(unit,B))))
% Current number of equations to process: 1010
% Current number of ordered equations: 0
% Current number of rules: 162
% New rule produced :
% [298]
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(B,
% rd(unit,A))))))))))))))))))
% -> rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,B))))))
% Current number of equations to process: 1009
% Current number of ordered equations: 0
% Current number of rules: 163
% New rule produced :
% [299]
% rd(rd(unit,A),rd(unit,rd(B,rd(rd(unit,A),rd(B,rd(unit,rd(B,rd(unit,rd(B,
% rd(
% rd(unit,B),
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,
% rd(B,
% rd(unit,B))),
% rd(
% rd(B,
% rd(unit,B)),
% rd(
% rd(unit,B),
% rd(unit,A))))))))))))))))
% -> rd(rd(unit,B),rd(unit,A))
% Current number of equations to process: 1007
% Current number of ordered equations: 0
% Current number of rules: 164
% New rule produced :
% [300]
% rd(rd(A,rd(C,rd(unit,rd(C,rd(unit,B))))),rd(unit,rd(C,rd(unit,C)))) ->
% rd(A,B)
% Current number of equations to process: 1004
% Current number of ordered equations: 0
% Current number of rules: 165
% New rule produced :
% [301]
% rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,rd(
% rd(unit,
% rd(B,
% rd(unit,B))),
% rd(
% rd(B,
% rd(unit,B)),
% rd(A,
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(unit,B))))))))))))))))
% -> rd(A,rd(unit,rd(B,rd(unit,B))))
% Current number of equations to process: 1003
% Current number of ordered equations: 0
% Current number of rules: 166
% New rule produced :
% [302]
% rd(rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(rd(unit,A),
% rd(unit,B))))))))))))),
% rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),B)))))))))))))
% ->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),B)))))))))))))))
% Current number of equations to process: 1002
% Current number of ordered equations: 0
% Current number of rules: 167
% New rule produced :
% [303]
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(B,
% rd(unit,C))))))))))))))))
% <->
% rd(rd(unit,A),rd(unit,rd(rd(B,C),rd(unit,rd(C,rd(unit,rd(C,rd(unit,A))))))))
% Current number of equations to process: 1001
% Current number of ordered equations: 1
% Current number of rules: 168
% New rule produced :
% [304]
% rd(rd(unit,A),rd(unit,rd(rd(B,C),rd(unit,rd(C,rd(unit,rd(C,rd(unit,A))))))))
% <->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(B,
% rd(unit,C))))))))))))))))
% Current number of equations to process: 1001
% Current number of ordered equations: 0
% Current number of rules: 169
% New rule produced :
% [305]
% rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(B,
% rd(
% rd(unit,B),
% rd(unit,A))))))))))))))
% -> rd(rd(unit,B),rd(unit,A))
% Current number of equations to process: 997
% Current number of ordered equations: 0
% Current number of rules: 170
% New rule produced :
% [306]
% rd(rd(unit,rd(A,rd(unit,B))),rd(rd(A,rd(unit,B)),rd(rd(A,rd(unit,B)),
% rd(unit,rd(rd(unit,A),
% rd(unit,rd(B,
% rd(unit,B))))))))
% <->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))
% Current number of equations to process: 996
% Current number of ordered equations: 1
% Current number of rules: 171
% New rule produced :
% [307]
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))
% <->
% rd(rd(unit,rd(A,rd(unit,B))),rd(rd(A,rd(unit,B)),rd(rd(A,rd(unit,B)),
% rd(unit,rd(rd(unit,A),
% rd(unit,rd(B,
% rd(unit,B))))))))
% Current number of equations to process: 996
% Current number of ordered equations: 0
% Current number of rules: 172
% New rule produced :
% [308]
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(B,
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(
% rd(unit,B),
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),A))))))))),
% rd(A,B))))))))))))))
% ->
% rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,rd(B,
% rd(
% rd(unit,B),
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),A)))))))))))))
% Current number of equations to process: 995
% Current number of ordered equations: 0
% Current number of rules: 173
% New rule produced :
% [309]
% rd(rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(rd(unit,A),
% rd(rd(unit,A),
% rd(rd(unit,A),B))))))))))),
% rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))
% ->
% rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,rd(B,
% rd(
% rd(unit,B),
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(
% rd(unit,A),
% rd(unit,B)))))))))))))))))
% Current number of equations to process: 994
% Current number of ordered equations: 0
% Current number of rules: 174
% New rule produced :
% [310]
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(B,A),
% rd(unit,
% rd(B,
% rd(unit,A))))))))))))))))
% -> rd(rd(unit,A),rd(unit,rd(rd(B,A),rd(unit,B))))
% Current number of equations to process: 993
% Current number of ordered equations: 0
% Current number of rules: 175
% New rule produced :
% [311]
% rd(rd(unit,rd(rd(unit,A),rd(unit,B))),rd(rd(rd(unit,A),rd(unit,B)),rd(
% rd(
% rd(unit,A),
% rd(unit,B)),
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(
% rd(unit,B),
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(A,
% rd(
% rd(unit,A),
% rd(unit,B)))))))))))))))))))
% ->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(rd(unit,A),
% rd(rd(unit,A),B)))))))))
% Current number of equations to process: 992
% Current number of ordered equations: 0
% Current number of rules: 176
% New rule produced :
% [312]
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(A,
% rd(unit,
% rd(
% rd(B,A),
% rd(unit,
% rd(B,
% rd(unit,A))))))))))))))))
% -> rd(A,rd(unit,rd(rd(B,A),rd(unit,B))))
% Current number of equations to process: 990
% Current number of ordered equations: 0
% Current number of rules: 177
% New rule produced :
% [313]
% rd(rd(unit,rd(A,B)),rd(unit,rd(A,rd(unit,rd(B,rd(unit,B)))))) ->
% rd(B,rd(unit,rd(B,rd(unit,B))))
% Current number of equations to process: 989
% Current number of ordered equations: 0
% Current number of rules: 178
% New rule produced :
% [314] rd(rd(A,rd(unit,B)),rd(rd(B,rd(unit,A)),rd(unit,B))) -> rd(unit,B)
% Current number of equations to process: 987
% Current number of ordered equations: 0
% Current number of rules: 179
% New rule produced :
% [315]
% rd(A,rd(unit,rd(rd(unit,A),rd(rd(B,rd(unit,A)),rd(unit,B))))) <->
% rd(rd(unit,B),rd(B,rd(unit,A)))
% Current number of equations to process: 986
% Current number of ordered equations: 1
% Current number of rules: 180
% New rule produced :
% [316]
% rd(rd(unit,B),rd(B,rd(unit,A))) <->
% rd(A,rd(unit,rd(rd(unit,A),rd(rd(B,rd(unit,A)),rd(unit,B)))))
% Current number of equations to process: 986
% Current number of ordered equations: 0
% Current number of rules: 181
% New rule produced : [317] rd(rd(A,B),rd(A,rd(rd(B,A),rd(unit,B)))) -> rd(B,A)
% Current number of equations to process: 982
% Current number of ordered equations: 0
% Current number of rules: 182
% New rule produced :
% [318]
% rd(A,rd(unit,rd(B,rd(unit,A)))) <->
% rd(A,rd(A,rd(B,rd(unit,rd(A,rd(unit,A))))))
% The conjecture has been reduced. 
% Conjecture is now:
% rd(rd(a,b),rd(unit,rd(b,rd(unit,rd(b,rd(unit,rd(c,rd(c,rd(b,rd(unit,rd(c,
% rd(unit,c)))))))))))) = 
% rd(rd(a,rd(b,rd(unit,rd(c,rd(c,rd(b,rd(unit,c))))))),rd(unit,rd(rd(unit,c),
% rd(unit,
% rd(rd(c,b),
% rd(unit,
% rd(b,rd(unit,
% rd(b,
% rd(unit,
% rd(
% rd(c,b),
% rd(unit,
% rd(b,
% rd(unit,
% rd(b,
% rd(unit,
% rd(
% rd(unit,c),
% rd(unit,
% rd(
% rd(c,b),
% rd(unit,
% rd(b,
% rd(unit,
% rd(b,
% rd(unit,
% rd(c,
% rd(c,
% rd(b,
% rd(unit,
% rd(c,
% rd(unit,c))))))))))))))))))))))))))))))
% 
% Current number of equations to process: 981
% Current number of ordered equations: 1
% Current number of rules: 183
% New rule produced :
% [319]
% rd(A,rd(A,rd(B,rd(unit,rd(A,rd(unit,A)))))) <->
% rd(A,rd(unit,rd(B,rd(unit,A))))
% Current number of equations to process: 981
% Current number of ordered equations: 0
% Current number of rules: 184
% New rule produced :
% [320]
% rd(rd(unit,rd(A,rd(unit,A))),rd(rd(A,rd(unit,A)),rd(A,rd(unit,rd(A,rd(unit,
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(B,
% rd(unit,
% rd(A,
% rd(unit,A))))))))))))))
% -> rd(A,rd(unit,rd(A,rd(unit,B))))
% Current number of equations to process: 980
% Current number of ordered equations: 0
% Current number of rules: 185
% New rule produced :
% [321]
% rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(B,
% rd(unit,
% rd(rd(B,
% rd(unit,B)),
% rd(rd(unit,
% rd(B,
% rd(unit,B))),
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,A))))))))))))))))))))))))))))))
% <-> rd(A,rd(unit,rd(B,rd(unit,B))))
% Current number of equations to process: 979
% Current number of ordered equations: 1
% Current number of rules: 186
% New rule produced :
% [322]
% rd(A,rd(unit,rd(B,rd(unit,B)))) <->
% rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(B,
% rd(unit,
% rd(rd(B,
% rd(unit,B)),
% rd(rd(unit,
% rd(B,
% rd(unit,B))),
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,A))))))))))))))))))))))))))))))
% Current number of equations to process: 979
% Current number of ordered equations: 0
% Current number of rules: 187
% New rule produced :
% [323]
% rd(unit,rd(B,rd(A,rd(unit,rd(A,rd(unit,rd(B,rd(unit,B)))))))) ->
% rd(A,rd(unit,rd(A,rd(unit,B))))
% Current number of equations to process: 977
% Current number of ordered equations: 1
% Current number of rules: 188
% New rule produced :
% [324]
% rd(rd(unit,rd(B,rd(unit,B))),rd(rd(B,rd(unit,B)),rd(B,rd(unit,rd(B,rd(unit,
% rd(A,
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(unit,B))))))))))))))
% -> rd(A,rd(unit,rd(B,rd(unit,B))))
% Current number of equations to process: 977
% Current number of ordered equations: 0
% Current number of rules: 189
% New rule produced :
% [325]
% rd(rd(unit,rd(A,rd(unit,B))),rd(rd(A,rd(unit,B)),rd(A,rd(unit,rd(B,rd(unit,A))))))
% -> rd(A,rd(A,rd(unit,B)))
% Current number of equations to process: 975
% Current number of ordered equations: 0
% Current number of rules: 190
% Rule [208]
% rd(A,rd(unit,rd(A,rd(unit,rd(B,rd(A,rd(unit,A))))))) <->
% rd(unit,rd(rd(A,rd(unit,A)),rd(A,rd(unit,rd(A,rd(unit,B)))))) is composed into 
% [208]
% rd(A,rd(unit,rd(A,rd(unit,rd(B,rd(A,rd(unit,A))))))) <->
% rd(A,rd(rd(A,rd(unit,A)),rd(A,rd(unit,B))))
% New rule produced :
% [326]
% rd(unit,rd(rd(A,rd(unit,A)),rd(A,rd(unit,B)))) ->
% rd(A,rd(rd(A,rd(unit,A)),B))
% Rule
% [209]
% rd(unit,rd(rd(A,rd(unit,A)),rd(A,rd(unit,rd(A,rd(unit,B)))))) <->
% rd(A,rd(unit,rd(A,rd(unit,rd(B,rd(A,rd(unit,A))))))) collapsed.
% Rule
% [232]
% rd(unit,rd(rd(A,rd(unit,A)),rd(A,rd(unit,rd(B,rd(unit,A)))))) ->
% rd(A,rd(A,B)) collapsed.
% Current number of equations to process: 975
% Current number of ordered equations: 0
% Current number of rules: 189
% New rule produced :
% [327]
% rd(rd(unit,rd(rd(unit,A),rd(unit,B))),rd(rd(rd(unit,A),rd(unit,B)),rd(
% rd(
% rd(unit,A),
% rd(unit,B)),
% rd(unit,
% rd(
% rd(A,
% rd(unit,B)),
% rd(unit,
% rd(
% rd(A,
% rd(unit,B)),
% rd(unit,
% rd(
% rd(A,
% rd(unit,B)),
% rd(
% rd(unit,
% rd(A,
% rd(unit,B))),
% rd(
% rd(unit,
% rd(A,
% rd(unit,B))),
% rd(unit,
% rd(
% rd(unit,
% rd(A,
% rd(unit,B))),
% rd(unit,
% rd(
% rd(unit,
% rd(A,
% rd(unit,B))),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))))
% ->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(rd(A,rd(unit,A)),
% rd(rd(unit,rd(A,rd(unit,A))),
% rd(rd(unit,A),rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))))))))))
% Current number of equations to process: 970
% Current number of ordered equations: 0
% Current number of rules: 190
% New rule produced :
% [328]
% rd(rd(A,B),rd(unit,rd(rd(A,B),rd(unit,rd(rd(A,B),rd(rd(unit,rd(A,B)),
% rd(rd(unit,rd(A,B)),
% rd(unit,rd(rd(B,rd(rd(A,B),
% rd(unit,A))),
% rd(rd(unit,rd(B,
% rd(
% rd(A,B),
% rd(unit,A)))),
% rd(rd(unit,rd(A,B)),
% rd(unit,rd(B,
% rd(B,A))))))))))))))
% ->
% rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,rd(
% rd(unit,B),A)))))))))
% Current number of equations to process: 969
% Current number of ordered equations: 0
% Current number of rules: 191
% New rule produced :
% [329]
% rd(rd(unit,rd(rd(unit,A),rd(unit,B))),rd(rd(rd(unit,A),rd(unit,B)),rd(
% rd(
% rd(unit,A),
% rd(unit,B)),
% rd(unit,
% rd(
% rd(A,
% rd(unit,B)),
% rd(unit,
% rd(
% rd(A,
% rd(unit,B)),
% rd(unit,
% rd(
% rd(A,
% rd(unit,B)),
% rd(
% rd(unit,
% rd(A,
% rd(unit,B))),
% rd(
% rd(unit,
% rd(A,
% rd(unit,B))),
% rd(unit,
% rd(
% rd(unit,
% rd(A,
% rd(unit,B))),
% rd(unit,
% rd(
% rd(unit,
% rd(A,
% rd(unit,B))),
% rd(
% rd(unit,A),
% rd(unit,B)))))))))))))))))
% ->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(rd(A,rd(unit,A)),
% rd(rd(unit,rd(A,rd(unit,A))),
% rd(rd(unit,A),rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(unit,A),
% rd(unit,B)))))))))))))))))))))
% Current number of equations to process: 968
% Current number of ordered equations: 0
% Current number of rules: 192
% New rule produced :
% [330]
% rd(rd(A,rd(unit,rd(A,rd(unit,B)))),rd(unit,rd(rd(A,rd(unit,rd(A,rd(unit,B)))),
% rd(unit,rd(rd(A,rd(unit,rd(A,
% rd(unit,B)))),
% rd(rd(unit,rd(A,rd(unit,
% rd(A,
% rd(unit,B))))),
% rd(rd(unit,rd(A,rd(unit,
% rd(A,
% rd(unit,B))))),
% rd(unit,rd(rd(unit,
% rd(A,rd(unit,
% rd(A,
% rd(unit,B))))),
% rd(unit,rd(
% rd(unit,
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,B))))),
% rd(
% rd(A,
% rd(unit,A)),B))))))))))))
% -> rd(B,rd(unit,B))
% Current number of equations to process: 967
% Current number of ordered equations: 0
% Current number of rules: 193
% New rule produced :
% [331]
% rd(rd(A,B),rd(unit,rd(rd(A,B),rd(unit,rd(rd(A,B),rd(rd(unit,rd(A,B)),
% rd(rd(unit,rd(A,B)),
% rd(unit,rd(rd(unit,rd(A,B)),
% rd(unit,rd(rd(unit,
% rd(A,B)),
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(A,B))))))))))))))))
% -> rd(B,rd(unit,B))
% Current number of equations to process: 965
% Current number of ordered equations: 0
% Current number of rules: 194
% New rule produced :
% [332]
% rd(rd(A,rd(unit,A)),rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,
% rd(B,
% rd(unit,B))),
% rd(rd(B,
% rd(unit,B)),
% rd(rd(unit,B),
% rd(unit,
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,B)))))))))))))))))
% -> B
% Current number of equations to process: 964
% Current number of ordered equations: 0
% Current number of rules: 195
% New rule produced :
% [333]
% rd(rd(A,rd(unit,rd(A,rd(unit,B)))),rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(
% rd(unit,B),
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(A,
% rd(unit,A)))))))))))))))))
% -> B
% Current number of equations to process: 962
% Current number of ordered equations: 0
% Current number of rules: 196
% New rule produced :
% [334]
% rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(A,
% rd(B,
% rd(unit,B)))))))))))))))
% -> rd(A,B)
% Current number of equations to process: 959
% Current number of ordered equations: 0
% Current number of rules: 197
% New rule produced :
% [335] rd(rd(unit,B),rd(B,rd(B,rd(B,rd(A,rd(unit,B)))))) -> rd(A,B)
% Current number of equations to process: 958
% Current number of ordered equations: 0
% Current number of rules: 198
% New rule produced :
% [336]
% rd(rd(A,B),rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),
% rd(unit,rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(A,
% rd(B,
% rd(unit,B))))))))))))))))))
% -> B
% Current number of equations to process: 954
% Current number of ordered equations: 0
% Current number of rules: 199
% New rule produced :
% [337]
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(B,A),
% rd(unit,B))))))))))))))
% -> rd(rd(unit,A),rd(A,rd(rd(B,A),rd(unit,B))))
% Current number of equations to process: 951
% Current number of ordered equations: 0
% Current number of rules: 200
% New rule produced :
% [338]
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(A,
% rd(unit,
% rd(
% rd(B,A),
% rd(unit,B))))))))))))))
% -> rd(A,rd(A,rd(rd(B,A),rd(unit,B))))
% Current number of equations to process: 950
% Current number of ordered equations: 0
% Current number of rules: 201
% New rule produced :
% [339]
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(unit,A))))))))))))))))))
% -> rd(A,rd(unit,rd(A,rd(unit,rd(B,rd(unit,B))))))
% Current number of equations to process: 948
% Current number of ordered equations: 0
% Current number of rules: 202
% New rule produced :
% [340]
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,
% rd(B,
% rd(unit,
% rd(C,
% rd(unit,
% rd(C,
% rd(unit,A))))))))))))))))))
% -> rd(rd(unit,A),rd(unit,rd(B,rd(unit,rd(C,rd(unit,C))))))
% Current number of equations to process: 945
% Current number of ordered equations: 0
% Current number of rules: 203
% New rule produced :
% [341]
% rd(A,rd(C,rd(rd(B,C),rd(unit,B)))) <->
% rd(C,rd(unit,rd(C,rd(unit,rd(C,rd(rd(unit,C),rd(rd(unit,C),rd(unit,rd(
% rd(unit,
% rd(C,
% rd(unit,C))),
% rd(
% rd(C,
% rd(unit,C)),
% rd(A,
% rd(unit,
% rd(
% rd(B,C),
% rd(unit,B))))))))))))))
% Current number of equations to process: 944
% Current number of ordered equations: 1
% Current number of rules: 204
% New rule produced :
% [342]
% rd(C,rd(unit,rd(C,rd(unit,rd(C,rd(rd(unit,C),rd(rd(unit,C),rd(unit,rd(
% rd(unit,
% rd(C,
% rd(unit,C))),
% rd(
% rd(C,
% rd(unit,C)),
% rd(A,
% rd(unit,
% rd(
% rd(B,C),
% rd(unit,B))))))))))))))
% <-> rd(A,rd(C,rd(rd(B,C),rd(unit,B))))
% Rule
% [337]
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(B,A),
% rd(unit,B))))))))))))))
% -> rd(rd(unit,A),rd(A,rd(rd(B,A),rd(unit,B)))) collapsed.
% Rule
% [338]
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(A,
% rd(unit,
% rd(
% rd(B,A),
% rd(unit,B))))))))))))))
% -> rd(A,rd(A,rd(rd(B,A),rd(unit,B)))) collapsed.
% Current number of equations to process: 944
% Current number of ordered equations: 0
% Current number of rules: 203
% New rule produced :
% [343]
% rd(rd(unit,C),rd(C,rd(C,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(B,rd(unit,
% rd(B,rd(unit,C))))))))))))
% -> rd(A,rd(unit,rd(A,rd(unit,rd(B,rd(unit,B))))))
% Rule
% [282]
% rd(rd(unit,B),rd(B,rd(B,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,
% rd(A,rd(unit,B))))))))))))
% -> rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,A)))))) collapsed.
% Current number of equations to process: 941
% Current number of ordered equations: 0
% Current number of rules: 203
% New rule produced :
% [344]
% rd(rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),
% rd(unit,rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(rd(unit,A),
% rd(unit,B)))))))))))))),
% rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),B)))))))))))))))))
% ->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),B)))))))))))
% Current number of equations to process: 940
% Current number of ordered equations: 0
% Current number of rules: 204
% Rule [316]
% rd(rd(unit,B),rd(B,rd(unit,A))) <->
% rd(A,rd(unit,rd(rd(unit,A),rd(rd(B,rd(unit,A)),rd(unit,B))))) is composed into 
% [316]
% rd(rd(unit,B),rd(B,rd(unit,A))) <->
% rd(A,rd(rd(B,A),rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(B,rd(unit,A)))))))))
% Rule [291]
% rd(rd(A,rd(unit,rd(B,rd(unit,A)))),rd(A,rd(unit,rd(A,rd(unit,rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(A,
% rd(unit,B))))))))))))))
% -> rd(unit,rd(rd(unit,B),rd(rd(A,rd(unit,B)),rd(unit,A)))) is composed into 
% [291]
% rd(rd(A,rd(unit,rd(B,rd(unit,A)))),rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(A,
% rd(unit,B))))))))))))))
% -> rd(rd(A,B),rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(A,rd(unit,B))))))))
% Rule [281]
% rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,
% rd(rd(unit,
% rd(B,
% rd(unit,B))),
% rd(rd(B,
% rd(unit,B)),
% rd(rd(A,
% rd(unit,B)),
% rd(unit,
% rd(A,
% rd(unit,
% rd(B,
% rd(unit,B))))))))))))))))
% -> rd(unit,rd(rd(unit,B),rd(rd(A,rd(unit,B)),rd(unit,A)))) is composed into 
% [281]
% rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,rd(
% rd(unit,
% rd(B,
% rd(unit,B))),
% rd(
% rd(B,
% rd(unit,B)),
% rd(
% rd(A,
% rd(unit,B)),
% rd(unit,
% rd(A,
% rd(unit,
% rd(B,
% rd(unit,B))))))))))))))))
% -> rd(rd(A,B),rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(A,rd(unit,B))))))))
% Rule [280]
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(rd(unit,
% rd(A,
% rd(unit,A))),
% rd(rd(A,
% rd(unit,A)),
% rd(rd(A,
% rd(unit,B)),
% rd(unit,
% rd(A,
% rd(unit,
% rd(B,
% rd(unit,A))))))))))))))))
% -> rd(unit,rd(rd(unit,B),rd(rd(A,rd(unit,B)),rd(unit,A)))) is composed into 
% [280]
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(A,
% rd(unit,B)),
% rd(unit,
% rd(A,
% rd(unit,
% rd(B,
% rd(unit,A))))))))))))))))
% -> rd(rd(A,B),rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(A,rd(unit,B))))))))
% Rule [257]
% rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(rd(unit,A),
% rd(A,
% rd(unit,B))))))))))))))
% <-> rd(unit,rd(rd(unit,B),rd(rd(A,rd(unit,B)),rd(unit,A)))) is composed into 
% [257]
% rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(
% rd(unit,A),
% rd(A,
% rd(unit,B))))))))))))))
% <-> rd(rd(A,B),rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(A,rd(unit,B))))))))
% New rule produced :
% [345]
% rd(unit,rd(rd(unit,B),rd(rd(A,rd(unit,B)),rd(unit,A)))) ->
% rd(rd(A,B),rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(A,rd(unit,B))))))))
% Rule
% [258]
% rd(unit,rd(rd(unit,B),rd(rd(A,rd(unit,B)),rd(unit,A)))) <->
% rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(
% rd(unit,A),
% rd(A,
% rd(unit,B))))))))))))))
% collapsed.
% Rule
% [315]
% rd(A,rd(unit,rd(rd(unit,A),rd(rd(B,rd(unit,A)),rd(unit,B))))) <->
% rd(rd(unit,B),rd(B,rd(unit,A))) collapsed.
% Current number of equations to process: 940
% Current number of ordered equations: 0
% Current number of rules: 203
% New rule produced :
% [346]
% rd(rd(unit,rd(rd(unit,A),rd(unit,rd(B,rd(A,rd(unit,A)))))),rd(unit,rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))
% -> A
% Current number of equations to process: 938
% Current number of ordered equations: 0
% Current number of rules: 204
% New rule produced :
% [347]
% rd(rd(unit,rd(B,rd(unit,C))),rd(rd(B,rd(unit,C)),rd(rd(B,rd(unit,C)),
% rd(unit,rd(A,rd(unit,
% rd(rd(unit,B),
% rd(unit,C))))))))
% -> rd(A,rd(B,rd(unit,B)))
% Current number of equations to process: 933
% Current number of ordered equations: 0
% Current number of rules: 205
% New rule produced :
% [348]
% rd(rd(unit,A),rd(unit,rd(rd(A,B),rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(A,
% rd(unit,B))))))))))
% -> rd(B,rd(unit,rd(A,rd(unit,B))))
% Current number of equations to process: 928
% Current number of ordered equations: 0
% Current number of rules: 206
% New rule produced :
% [349]
% rd(rd(A,rd(B,C)),rd(unit,rd(rd(B,C),rd(C,B)))) -> rd(A,rd(unit,rd(B,C)))
% Current number of equations to process: 927
% Current number of ordered equations: 0
% Current number of rules: 207
% New rule produced :
% [350]
% rd(rd(B,C),rd(unit,rd(rd(B,C),rd(unit,rd(rd(B,C),rd(rd(unit,rd(B,C)),
% rd(rd(unit,rd(B,C)),
% rd(unit,rd(rd(unit,rd(B,C)),
% rd(unit,rd(rd(unit,
% rd(B,C)),
% rd(unit,
% rd(A,
% rd(rd(B,C),
% rd(C,B)))))))))))))))
% -> rd(A,rd(B,C))
% Current number of equations to process: 926
% Current number of ordered equations: 0
% Current number of rules: 208
% New rule produced :
% [351]
% rd(rd(C,rd(unit,rd(C,rd(unit,rd(C,rd(rd(unit,C),rd(rd(unit,C),rd(unit,
% rd(rd(unit,C),
% rd(unit,
% rd(rd(unit,C),
% rd(unit,
% rd(A,rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(unit,C)))))))))))))))))),
% rd(unit,V_3)) ->
% rd(A,rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(C,rd(unit,rd(C,rd(unit,V_3))))))))))
% Current number of equations to process: 925
% Current number of ordered equations: 0
% Current number of rules: 209
% New rule produced :
% [352]
% rd(rd(unit,rd(rd(unit,A),rd(unit,B))),rd(rd(rd(unit,A),rd(unit,B)),rd(
% rd(
% rd(unit,A),
% rd(unit,B)),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(B,
% rd(unit,B))))))))
% -> rd(rd(unit,A),rd(unit,rd(B,rd(unit,A))))
% Current number of equations to process: 924
% Current number of ordered equations: 0
% Current number of rules: 210
% New rule produced :
% [353]
% rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,rd(rd(unit,B),rd(unit,
% rd(A,
% rd(unit,B))))))))))
% <-> rd(A,rd(unit,rd(B,rd(unit,B))))
% Current number of equations to process: 923
% Current number of ordered equations: 1
% Current number of rules: 211
% New rule produced :
% [354]
% rd(A,rd(unit,rd(B,rd(unit,B)))) <->
% rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,rd(rd(unit,B),rd(unit,
% rd(A,
% rd(unit,B))))))))))
% Rule [185] rd(rd(unit,rd(A,B)),rd(unit,rd(A,rd(unit,A)))) -> rd(B,rd(unit,A))
% collapsed.
% Rule
% [203]
% rd(rd(A,rd(unit,rd(A,rd(unit,B)))),rd(unit,rd(A,rd(unit,A)))) ->
% rd(A,rd(unit,rd(A,rd(unit,rd(B,rd(unit,rd(A,rd(unit,A)))))))) collapsed.
% Rule
% [277]
% rd(rd(A,rd(unit,B)),rd(unit,rd(B,rd(unit,B)))) ->
% rd(rd(A,B),rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(unit,B))))))))
% collapsed.
% Rule
% [300]
% rd(rd(A,rd(C,rd(unit,rd(C,rd(unit,B))))),rd(unit,rd(C,rd(unit,C)))) ->
% rd(A,B) collapsed.
% Current number of equations to process: 927
% Current number of ordered equations: 0
% Current number of rules: 208
% New rule produced :
% [355]
% rd(rd(unit,rd(A,rd(unit,rd(B,rd(unit,A))))),rd(unit,rd(rd(A,rd(unit,B)),
% rd(unit,rd(A,rd(unit,
% rd(A,
% rd(unit,B))))))))
% -> rd(A,rd(unit,B))
% Current number of equations to process: 926
% Current number of ordered equations: 0
% Current number of rules: 209
% New rule produced :
% [356]
% rd(rd(A,rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(C,rd(unit,C)))))))),rd(unit,V_3))
% ->
% rd(A,rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(C,rd(unit,rd(C,rd(unit,V_3))))))))))
% Current number of equations to process: 924
% Current number of ordered equations: 0
% Current number of rules: 210
% New rule produced :
% [357]
% rd(rd(unit,rd(A,rd(unit,rd(A,rd(unit,B))))),rd(unit,rd(A,rd(unit,rd(A,
% rd(unit,
% rd(B,
% rd(unit,
% rd(A,
% rd(unit,A))))))))))
% -> rd(A,rd(unit,A))
% Current number of equations to process: 923
% Current number of ordered equations: 0
% Current number of rules: 211
% New rule produced :
% [358]
% rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(rd(unit,A),rd(unit,rd(B,rd(unit,A))))))))
% <-> rd(rd(unit,A),rd(unit,rd(B,rd(unit,rd(A,rd(unit,A))))))
% Current number of equations to process: 921
% Current number of ordered equations: 1
% Current number of rules: 212
% New rule produced :
% [359]
% rd(rd(unit,A),rd(unit,rd(B,rd(unit,rd(A,rd(unit,A)))))) <->
% rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(rd(unit,A),rd(unit,rd(B,rd(unit,A))))))))
% Current number of equations to process: 921
% Current number of ordered equations: 0
% Current number of rules: 213
% New rule produced :
% [360]
% rd(rd(unit,rd(A,rd(unit,rd(A,rd(unit,B))))),rd(rd(A,rd(unit,rd(A,rd(unit,B)))),
% rd(A,rd(unit,rd(rd(A,rd(unit,B)),
% rd(unit,rd(rd(A,
% rd(unit,B)),
% rd(unit,
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,B))))))))))))
% -> rd(A,rd(unit,B))
% Current number of equations to process: 920
% Current number of ordered equations: 0
% Current number of rules: 214
% New rule produced :
% [361]
% rd(rd(A,rd(A,B)),rd(rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),B))))))))),
% rd(unit,rd(B,A)))) -> rd(B,A)
% Current number of equations to process: 919
% Current number of ordered equations: 0
% Current number of rules: 215
% New rule produced :
% [362]
% rd(rd(A,rd(unit,B)),rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(unit,
% rd(rd(B,
% rd(unit,B)),
% rd(rd(unit,
% rd(B,
% rd(unit,B))),
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(B,
% rd(rd(unit,B),
% rd(unit,A)))))))))))))))))))))))))))
% -> rd(B,rd(unit,B))
% Current number of equations to process: 918
% Current number of ordered equations: 0
% Current number of rules: 216
% New rule produced :
% [363]
% rd(rd(unit,rd(A,rd(A,B))),rd(unit,rd(A,rd(A,rd(rd(B,A),rd(unit,B)))))) ->
% rd(B,A)
% Current number of equations to process: 916
% Current number of ordered equations: 0
% Current number of rules: 217
% New rule produced :
% [364]
% rd(rd(rd(unit,A),rd(B,rd(A,rd(unit,A)))),rd(unit,rd(rd(B,rd(A,rd(unit,A))),
% rd(unit,rd(B,A))))) ->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))
% Current number of equations to process: 915
% Current number of ordered equations: 0
% Current number of rules: 218
% New rule produced :
% [365]
% rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,rd(
% rd(unit,
% rd(B,
% rd(unit,B))),
% rd(
% rd(B,
% rd(unit,B)),
% rd(
% rd(A,
% rd(B,
% rd(unit,B))),
% rd(unit,
% rd(A,B)))))))))))))
% -> rd(unit,rd(rd(B,rd(unit,B)),rd(rd(A,rd(B,rd(unit,B))),rd(unit,A))))
% Current number of equations to process: 914
% Current number of ordered equations: 0
% Current number of rules: 219
% New rule produced :
% [366]
% rd(unit,rd(rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B))))))))))))),
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))))))
% <->
% rd(rd(A,rd(A,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B)))))))))))))),
% rd(unit,rd(B,rd(unit,A))))
% Current number of equations to process: 911
% Current number of ordered equations: 1
% Current number of rules: 220
% New rule produced :
% [367]
% rd(rd(A,rd(A,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B)))))))))))))),
% rd(unit,rd(B,rd(unit,A)))) <->
% rd(unit,rd(rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B))))))))))))),
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))))))
% Current number of equations to process: 911
% Current number of ordered equations: 0
% Current number of rules: 221
% New rule produced :
% [368]
% rd(rd(A,rd(unit,rd(B,rd(unit,rd(B,rd(unit,C)))))),rd(unit,rd(rd(A,rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(unit,C)))))),
% rd(unit,rd(
% rd(A,
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(unit,C)))))),
% rd(
% rd(unit,
% rd(A,
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(unit,C))))))),
% rd(
% rd(unit,
% rd(A,
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(unit,C))))))),
% rd(unit,
% rd(
% rd(unit,
% rd(A,
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(unit,C))))))),
% rd(unit,
% rd(
% rd(unit,
% rd(A,
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(unit,C))))))),
% rd(
% rd(A,
% rd(unit,
% rd(B,
% rd(unit,B)))),C))))))))))))
% -> rd(C,rd(unit,C))
% Current number of equations to process: 910
% Current number of ordered equations: 0
% Current number of rules: 222
% New rule produced :
% [369]
% rd(unit,rd(rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B))))))))))))),
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))))))
% <->
% rd(rd(unit,A),rd(unit,rd(rd(B,rd(unit,A)),rd(unit,rd(A,rd(unit,rd(A,rd(unit,
% rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))))
% Current number of equations to process: 908
% Current number of ordered equations: 2
% Current number of rules: 223
% New rule produced :
% [370]
% rd(rd(unit,A),rd(unit,rd(rd(B,rd(unit,A)),rd(unit,rd(A,rd(unit,rd(A,rd(unit,
% rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))))
% <->
% rd(unit,rd(rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B))))))))))))),
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))))))
% Current number of equations to process: 908
% Current number of ordered equations: 1
% Current number of rules: 224
% New rule produced :
% [371]
% rd(rd(unit,rd(rd(unit,B),rd(B,rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(unit,A))))))))),
% rd(rd(rd(unit,B),rd(B,rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(unit,A)))))))),
% rd(rd(rd(unit,B),rd(B,rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(unit,A)))))))),
% rd(unit,rd(rd(A,B),rd(unit,rd(rd(unit,B),rd(B,rd(B,rd(unit,rd(B,rd(unit,
% rd(B,
% rd(unit,A))))))))))))))
% -> rd(A,B)
% Current number of equations to process: 908
% Current number of ordered equations: 0
% Current number of rules: 225
% New rule produced :
% [372]
% rd(rd(A,rd(A,B)),rd(rd(A,rd(A,rd(unit,B))),rd(rd(A,rd(A,rd(unit,B))),
% rd(rd(A,rd(unit,B)),rd(A,rd(unit,
% rd(B,
% rd(unit,A))))))))
% -> rd(A,rd(unit,B))
% Current number of equations to process: 907
% Current number of ordered equations: 0
% Current number of rules: 226
% New rule produced :
% [373]
% rd(A,rd(rd(B,rd(A,rd(unit,B))),rd(rd(B,rd(A,rd(unit,B))),rd(rd(A,rd(unit,B)),
% rd(A,rd(unit,
% rd(B,rd(unit,B))))))))
% -> rd(A,rd(unit,B))
% Current number of equations to process: 906
% Current number of ordered equations: 0
% Current number of rules: 227
% New rule produced :
% [374]
% rd(rd(rd(unit,A),rd(A,rd(A,rd(A,rd(A,rd(unit,rd(A,rd(unit,B)))))))),rd(B,
% rd(A,
% rd(unit,A))))
% -> rd(A,rd(unit,A))
% Current number of equations to process: 905
% Current number of ordered equations: 0
% Current number of rules: 228
% New rule produced :
% [375]
% rd(rd(unit,rd(rd(A,B),rd(A,rd(unit,B)))),rd(rd(B,rd(unit,B)),rd(A,B))) ->
% rd(A,B)
% Current number of equations to process: 904
% Current number of ordered equations: 0
% Current number of rules: 229
% New rule produced :
% [376]
% rd(rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),
% rd(unit,rd(rd(unit,
% rd(A,
% rd(unit,A))),
% rd(rd(A,
% rd(unit,A)),
% rd(rd(unit,A),
% rd(unit,B))))))))))))),
% rd(rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(rd(unit,
% rd(A,
% rd(unit,A))),
% rd(rd(A,
% rd(unit,A)),
% rd(rd(unit,A),
% rd(unit,B)))))))))))),
% rd(rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(rd(unit,
% rd(A,
% rd(unit,A))),
% rd(rd(A,
% rd(unit,A)),
% rd(rd(unit,A),
% rd(unit,B)))))))))))),
% rd(unit,rd(rd(rd(unit,A),rd(unit,B)),rd(unit,rd(A,rd(unit,rd(A,rd(unit,
% rd(A,rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))))
% -> rd(rd(unit,A),rd(unit,B))
% Current number of equations to process: 900
% Current number of ordered equations: 0
% Current number of rules: 230
% New rule produced :
% [377]
% rd(B,A) <->
% rd(A,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(rd(unit,A),B))))))))))
% Current number of equations to process: 899
% Current number of ordered equations: 1
% Current number of rules: 231
% New rule produced :
% [378]
% rd(A,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(rd(unit,A),B))))))))))
% <-> rd(B,A)
% Current number of equations to process: 899
% Current number of ordered equations: 0
% Current number of rules: 232
% New rule produced :
% [379]
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(rd(A,rd(unit,A)),
% rd(rd(unit,rd(A,rd(unit,A))),
% rd(rd(unit,A),rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(B,
% rd(A,
% rd(unit,A)))))))))))))))))))))))))))
% -> rd(rd(unit,A),rd(unit,B))
% Current number of equations to process: 897
% Current number of ordered equations: 0
% Current number of rules: 233
% New rule produced :
% [380]
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(A,
% rd(
% rd(B,A),
% rd(unit,B))))))))))))))))
% -> rd(rd(unit,A),rd(unit,rd(rd(B,A),rd(unit,B))))
% Current number of equations to process: 896
% Current number of ordered equations: 0
% Current number of rules: 234
% New rule produced :
% [381]
% rd(rd(unit,rd(B,rd(unit,B))),rd(rd(B,rd(unit,B)),rd(B,rd(unit,rd(B,rd(unit,
% rd(
% rd(A,B),
% rd(unit,A))))))))
% ->
% rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,rd(
% rd(unit,
% rd(B,
% rd(unit,B))),
% rd(B,
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(
% rd(A,B),
% rd(unit,A))))))))))))))))
% Current number of equations to process: 894
% Current number of ordered equations: 0
% Current number of rules: 235
% New rule produced :
% [382]
% rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,rd(
% rd(unit,
% rd(B,
% rd(unit,B))),
% rd(
% rd(B,
% rd(unit,B)),
% rd(
% rd(A,
% rd(B,
% rd(unit,B))),
% rd(unit,A))))))))))))
% <-> rd(rd(A,rd(B,rd(unit,B))),rd(unit,rd(A,B)))
% Current number of equations to process: 893
% Current number of ordered equations: 1
% Current number of rules: 236
% New rule produced :
% [383]
% rd(rd(A,rd(B,rd(unit,B))),rd(unit,rd(A,B))) <->
% rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,rd(
% rd(unit,
% rd(B,
% rd(unit,B))),
% rd(
% rd(B,
% rd(unit,B)),
% rd(
% rd(A,
% rd(B,
% rd(unit,B))),
% rd(unit,A))))))))))))
% Current number of equations to process: 893
% Current number of ordered equations: 0
% Current number of rules: 237
% New rule produced :
% [384]
% rd(rd(unit,rd(A,rd(unit,A))),rd(rd(A,rd(unit,A)),rd(A,rd(unit,rd(A,rd(unit,
% rd(A,
% rd(unit,
% rd(B,
% rd(unit,
% rd(A,
% rd(unit,A))))))))))))
% -> rd(A,rd(unit,B))
% Current number of equations to process: 892
% Current number of ordered equations: 0
% Current number of rules: 238
% New rule produced :
% [385]
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,
% rd(B,
% rd(A,
% rd(unit,A)))))))))))))))
% -> rd(rd(unit,A),rd(A,rd(unit,rd(A,rd(B,A)))))
% Current number of equations to process: 891
% Current number of ordered equations: 0
% Current number of rules: 239
% New rule produced :
% [386] rd(rd(unit,rd(A,B)),rd(unit,rd(A,rd(B,rd(unit,B))))) -> rd(unit,B)
% Rule [219] rd(unit,rd(rd(unit,rd(A,B)),rd(unit,rd(A,rd(B,rd(unit,B)))))) -> B
% collapsed.
% Current number of equations to process: 888
% Current number of ordered equations: 0
% Current number of rules: 239
% New rule produced :
% [387]
% rd(rd(unit,rd(B,rd(unit,rd(A,rd(unit,B))))),rd(rd(B,rd(unit,rd(A,rd(unit,B)))),
% rd(rd(B,rd(unit,rd(A,rd(unit,B)))),
% rd(unit,rd(A,rd(unit,rd(B,
% rd(unit,
% rd(B,
% rd(unit,
% rd(A,
% rd(unit,B))))))))))))
% -> rd(A,rd(unit,B))
% Current number of equations to process: 887
% Current number of ordered equations: 0
% Current number of rules: 240
% New rule produced :
% [388]
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(B,
% rd(unit,
% rd(A,
% rd(unit,A))))))))))))))))))
% -> rd(A,rd(unit,rd(A,rd(unit,rd(B,rd(unit,A))))))
% Current number of equations to process: 886
% Current number of ordered equations: 0
% Current number of rules: 241
% New rule produced :
% [389]
% rd(rd(A,rd(unit,rd(B,rd(unit,rd(C,rd(unit,B)))))),rd(B,rd(unit,rd(B,rd(unit,
% rd(B,
% rd(
% rd(unit,B),
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,C)))))))))))))))
% -> rd(A,rd(unit,rd(B,rd(unit,B))))
% Current number of equations to process: 883
% Current number of ordered equations: 0
% Current number of rules: 242
% New rule produced :
% [390]
% rd(rd(A,rd(unit,rd(rd(unit,B),rd(B,rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(unit,C)))))))))),
% rd(C,B)) -> rd(A,rd(unit,rd(B,rd(unit,B))))
% Current number of equations to process: 882
% Current number of ordered equations: 0
% Current number of rules: 243
% New rule produced :
% [391]
% rd(A,rd(rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(rd(unit,B),
% rd(rd(unit,B),A)))))))))))),
% rd(rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,
% rd(
% rd(unit,B),
% rd(
% rd(unit,B),
% rd(
% rd(unit,B),A))))))))))),
% rd(rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,
% rd(
% rd(unit,B),
% rd(
% rd(unit,B),
% rd(
% rd(unit,B),A))))))))))),
% rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),
% rd(unit,rd(B,
% rd(
% rd(unit,B),
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(
% rd(unit,B),
% rd(
% rd(unit,B),A))))))))))))))))))))
% -> rd(rd(unit,B),rd(unit,A))
% Current number of equations to process: 880
% Current number of ordered equations: 0
% Current number of rules: 244
% New rule produced :
% [392]
% rd(rd(C,rd(rd(unit,C),rd(unit,A))),rd(unit,rd(rd(rd(unit,C),rd(unit,A)),
% rd(unit,rd(rd(rd(unit,C),rd(unit,A)),
% rd(unit,B)))))) ->
% rd(A,rd(unit,B))
% Current number of equations to process: 876
% Current number of ordered equations: 0
% Current number of rules: 245
% New rule produced :
% [393]
% rd(rd(rd(unit,rd(rd(unit,A),rd(unit,B))),rd(rd(rd(unit,A),rd(unit,B)),
% rd(rd(unit,A),rd(unit,rd(B,rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(
% rd(unit,B),
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B)))))))))))))))))))),
% rd(unit,C)) ->
% rd(rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(rd(unit,
% rd(A,
% rd(unit,A))),
% rd(rd(A,
% rd(unit,A)),
% rd(rd(unit,A),
% rd(unit,B)))))))))))),
% rd(unit,rd(A,rd(unit,rd(A,rd(unit,C))))))
% Current number of equations to process: 875
% Current number of ordered equations: 0
% Current number of rules: 246
% New rule produced :
% [394]
% rd(A,rd(unit,rd(rd(B,A),rd(unit,rd(B,rd(unit,rd(B,A))))))) <->
% rd(rd(A,rd(A,B)),rd(unit,rd(B,rd(unit,rd(B,A)))))
% Current number of equations to process: 874
% Current number of ordered equations: 1
% Current number of rules: 247
% New rule produced :
% [395]
% rd(rd(A,rd(A,B)),rd(unit,rd(B,rd(unit,rd(B,A))))) <->
% rd(A,rd(unit,rd(rd(B,A),rd(unit,rd(B,rd(unit,rd(B,A)))))))
% Current number of equations to process: 874
% Current number of ordered equations: 0
% Current number of rules: 248
% New rule produced :
% [396]
% rd(rd(unit,A),rd(unit,rd(rd(unit,A),rd(unit,rd(B,rd(A,rd(unit,A))))))) <->
% rd(rd(unit,rd(A,rd(unit,A))),rd(rd(A,rd(unit,A)),B))
% Current number of equations to process: 873
% Current number of ordered equations: 1
% Current number of rules: 249
% New rule produced :
% [397]
% rd(rd(unit,rd(A,rd(unit,A))),rd(rd(A,rd(unit,A)),B)) <->
% rd(rd(unit,A),rd(unit,rd(rd(unit,A),rd(unit,rd(B,rd(A,rd(unit,A)))))))
% Current number of equations to process: 873
% Current number of ordered equations: 0
% Current number of rules: 250
% New rule produced :
% [398]
% rd(rd(A,rd(unit,B)),rd(unit,rd(rd(A,rd(unit,B)),rd(unit,rd(rd(A,rd(unit,B)),
% rd(rd(unit,rd(A,
% rd(unit,B))),
% rd(rd(unit,rd(A,
% rd(unit,B))),
% rd(unit,rd(rd(unit,
% rd(A,
% rd(unit,B))),
% rd(unit,
% rd(rd(unit,
% rd(A,
% rd(unit,B))),
% rd(A,
% rd(unit,
% rd(B,
% rd(unit,B)))))))))))))))
% -> rd(unit,B)
% Current number of equations to process: 871
% Current number of ordered equations: 0
% Current number of rules: 251
% New rule produced :
% [399]
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))
% <->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(B,
% rd(A,
% rd(unit,A)))))))))))))))))))
% Current number of equations to process: 870
% Current number of ordered equations: 1
% Current number of rules: 252
% New rule produced :
% [400]
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(B,
% rd(A,
% rd(unit,A)))))))))))))))))))
% <->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))
% Current number of equations to process: 870
% Current number of ordered equations: 0
% Current number of rules: 253
% New rule produced :
% [401]
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(rd(A,rd(unit,A)),
% rd(rd(unit,rd(A,rd(unit,A))),
% rd(rd(unit,A),rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(
% rd(unit,A),
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,A))))),
% rd(
% rd(unit,
% rd(
% rd(unit,A),
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,A)))))),
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))))))))))))))
% <-> rd(rd(unit,A),rd(A,rd(unit,rd(A,rd(B,A)))))
% Current number of equations to process: 869
% Current number of ordered equations: 1
% Current number of rules: 254
% New rule produced :
% [402]
% rd(rd(unit,A),rd(A,rd(unit,rd(A,rd(B,A))))) <->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(rd(A,rd(unit,A)),
% rd(rd(unit,rd(A,rd(unit,A))),
% rd(rd(unit,A),rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(
% rd(unit,A),
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,A))))),
% rd(
% rd(unit,
% rd(
% rd(unit,A),
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,A)))))),
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))))))))))))))
% Current number of equations to process: 869
% Current number of ordered equations: 0
% Current number of rules: 255
% New rule produced :
% [403]
% rd(B,rd(unit,rd(B,rd(unit,rd(A,B))))) <->
% rd(rd(unit,B),rd(B,rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(unit,A))))))))
% Current number of equations to process: 865
% Current number of ordered equations: 1
% Current number of rules: 256
% New rule produced :
% [404]
% rd(rd(unit,B),rd(B,rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(unit,A)))))))) <->
% rd(B,rd(unit,rd(B,rd(unit,rd(A,B)))))
% Current number of equations to process: 865
% Current number of ordered equations: 0
% Current number of rules: 257
% New rule produced :
% [405]
% rd(rd(A,rd(unit,rd(B,rd(unit,B)))),rd(B,rd(unit,rd(B,rd(unit,B))))) ->
% rd(A,B)
% Current number of equations to process: 863
% Current number of ordered equations: 0
% Current number of rules: 258
% New rule produced :
% [406]
% rd(A,rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),
% rd(unit,rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,C))))))))))))))))
% <-> rd(A,rd(unit,rd(rd(unit,B),rd(unit,rd(C,rd(unit,B))))))
% Current number of equations to process: 861
% Current number of ordered equations: 1
% Current number of rules: 259
% New rule produced :
% [407]
% rd(A,rd(unit,rd(rd(unit,B),rd(unit,rd(C,rd(unit,B)))))) <->
% rd(A,rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),
% rd(unit,rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,C))))))))))))))))
% Current number of equations to process: 861
% Current number of ordered equations: 0
% Current number of rules: 260
% New rule produced :
% [408]
% rd(rd(rd(A,rd(unit,B)),rd(unit,A)),rd(unit,rd(rd(unit,A),rd(unit,B)))) ->
% rd(A,rd(unit,rd(B,rd(unit,B))))
% Current number of equations to process: 860
% Current number of ordered equations: 0
% Current number of rules: 261
% New rule produced :
% [409]
% rd(rd(unit,rd(C,rd(unit,rd(C,A)))),rd(unit,rd(C,rd(unit,rd(C,rd(unit,B))))))
% -> rd(A,rd(unit,B))
% Rule
% [194]
% rd(rd(unit,rd(A,rd(unit,rd(A,rd(unit,B))))),rd(unit,rd(A,rd(unit,rd(A,
% rd(unit,
% rd(B,
% rd(unit,A))))))))
% -> A collapsed.
% Rule
% [357]
% rd(rd(unit,rd(A,rd(unit,rd(A,rd(unit,B))))),rd(unit,rd(A,rd(unit,rd(A,
% rd(unit,
% rd(B,
% rd(unit,
% rd(A,
% rd(unit,A))))))))))
% -> rd(A,rd(unit,A)) collapsed.
% Current number of equations to process: 857
% Current number of ordered equations: 0
% Current number of rules: 260
% New rule produced :
% [410]
% rd(rd(A,rd(unit,rd(A,B))),rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),A)))))))))))
% -> rd(A,rd(unit,B))
% Current number of equations to process: 856
% Current number of ordered equations: 0
% Current number of rules: 261
% New rule produced :
% [411]
% rd(rd(unit,rd(rd(A,rd(unit,A)),B)),rd(unit,rd(A,rd(unit,rd(A,rd(unit,C))))))
% -> rd(B,rd(unit,C))
% Current number of equations to process: 855
% Current number of ordered equations: 0
% Current number of rules: 262
% New rule produced :
% [412]
% rd(rd(unit,rd(A,B)),rd(unit,rd(A,rd(unit,rd(A,rd(unit,A)))))) ->
% rd(B,rd(unit,rd(A,rd(unit,A))))
% Current number of equations to process: 853
% Current number of ordered equations: 0
% Current number of rules: 263
% New rule produced :
% [413]
% rd(rd(A,B),rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(A,rd(unit,A)))))))) ->
% rd(A,rd(unit,rd(B,rd(unit,rd(A,rd(unit,A))))))
% Current number of equations to process: 849
% Current number of ordered equations: 0
% Current number of rules: 264
% New rule produced :
% [414]
% rd(rd(A,B),rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(unit,B)))))))) ->
% rd(A,rd(unit,rd(B,rd(unit,rd(B,rd(unit,B))))))
% Current number of equations to process: 848
% Current number of ordered equations: 0
% Current number of rules: 265
% New rule produced :
% [415]
% rd(B,rd(rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,A))))))))))))),
% rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,
% rd(B,
% rd(rd(unit,B),
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,A))))))))))))))))))))
% <->
% rd(rd(A,rd(unit,B)),rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),
% rd(rd(unit,B),
% rd(unit,rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,A))))))))))))))))
% Current number of equations to process: 847
% Current number of ordered equations: 1
% Current number of rules: 266
% New rule produced :
% [416]
% rd(rd(A,rd(unit,B)),rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),
% rd(rd(unit,B),
% rd(unit,rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,A))))))))))))))))
% <->
% rd(B,rd(rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,A))))))))))))),
% rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,
% rd(B,
% rd(rd(unit,B),
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,A))))))))))))))))))))
% Current number of equations to process: 847
% Current number of ordered equations: 0
% Current number of rules: 267
% New rule produced :
% [417]
% rd(rd(unit,rd(A,rd(unit,rd(B,rd(unit,rd(C,rd(unit,C))))))),rd(unit,rd(A,
% rd(unit,
% rd(B,
% rd(unit,
% rd(C,
% rd(unit,
% rd(C,
% rd(unit,A))))))))))
% -> A
% Current number of equations to process: 846
% Current number of ordered equations: 0
% Current number of rules: 268
% New rule produced :
% [418]
% rd(rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B)))))))))))))),
% rd(unit,rd(rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),
% rd(unit,rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B)))))))))))))),
% rd(unit,rd(rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B)))))))))))))),
% rd(rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),
% rd(rd(unit,A),
% rd(unit,rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))),
% rd(rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),
% rd(rd(unit,A),
% rd(unit,rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))),
% rd(unit,rd(rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))),
% rd(unit,rd(rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B))))))))))),
% rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),
% rd(unit,rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B)))))))))))))))))))))))))))))))))
% ->
% rd(rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),
% rd(unit,rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B))))))))))))))),
% rd(unit,rd(B,rd(unit,A))))
% Current number of equations to process: 845
% Current number of ordered equations: 0
% Current number of rules: 269
% New rule produced :
% [419]
% rd(rd(A,rd(unit,rd(B,rd(unit,rd(B,rd(unit,C)))))),rd(C,rd(unit,rd(C,rd(unit,
% rd(C,
% rd(
% rd(unit,C),
% rd(
% rd(unit,C),
% rd(unit,
% rd(
% rd(unit,C),
% rd(unit,
% rd(
% rd(unit,C),
% rd(unit,
% rd(
% rd(unit,C),
% rd(unit,
% rd(A,
% rd(unit,
% rd(B,
% rd(unit,B)))))))))))))))))))
% -> C
% Current number of equations to process: 844
% Current number of ordered equations: 0
% Current number of rules: 270
% New rule produced :
% [420]
% rd(rd(unit,rd(A,rd(unit,rd(B,rd(unit,rd(B,rd(unit,B))))))),rd(unit,rd(A,
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(unit,B))))))))))
% -> B
% Current number of equations to process: 842
% Current number of ordered equations: 0
% Current number of rules: 271
% New rule produced :
% [421]
% rd(rd(unit,rd(A,rd(unit,rd(B,rd(unit,rd(B,rd(unit,C))))))),rd(unit,rd(A,
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(unit,
% rd(C,
% rd(unit,C))))))))))
% -> C
% Rule
% [420]
% rd(rd(unit,rd(A,rd(unit,rd(B,rd(unit,rd(B,rd(unit,B))))))),rd(unit,rd(A,
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(unit,B))))))))))
% -> B collapsed.
% Current number of equations to process: 841
% Current number of ordered equations: 0
% Current number of rules: 271
% New rule produced :
% [422]
% rd(A,rd(unit,rd(rd(unit,B),rd(unit,rd(A,rd(B,rd(unit,B))))))) <->
% rd(rd(A,B),rd(unit,rd(A,rd(B,rd(unit,B)))))
% Current number of equations to process: 840
% Current number of ordered equations: 1
% Current number of rules: 272
% New rule produced :
% [423]
% rd(rd(A,B),rd(unit,rd(A,rd(B,rd(unit,B))))) <->
% rd(A,rd(unit,rd(rd(unit,B),rd(unit,rd(A,rd(B,rd(unit,B)))))))
% Current number of equations to process: 840
% Current number of ordered equations: 0
% Current number of rules: 273
% New rule produced :
% [424]
% rd(rd(unit,rd(rd(A,B),rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(A,rd(unit,B))))))))),
% rd(unit,rd(rd(A,rd(unit,B)),rd(unit,rd(A,rd(unit,rd(B,rd(unit,A)))))))) -> A
% Current number of equations to process: 839
% Current number of ordered equations: 0
% Current number of rules: 274
% New rule produced :
% [425]
% rd(rd(A,rd(unit,rd(B,rd(unit,B)))),rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(
% rd(unit,B),
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(A,
% rd(unit,B))))))))))))))
% -> rd(rd(A,B),rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(A,rd(unit,B))))))))
% Current number of equations to process: 838
% Current number of ordered equations: 0
% Current number of rules: 275
% New rule produced :
% [426]
% rd(unit,rd(rd(unit,B),rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))
% <->
% rd(rd(unit,A),rd(unit,rd(rd(unit,A),rd(unit,rd(rd(A,rd(unit,B)),rd(unit,
% rd(rd(unit,A),
% rd(unit,B))))))))
% Current number of equations to process: 836
% Current number of ordered equations: 1
% Current number of rules: 276
% New rule produced :
% [427]
% rd(rd(unit,A),rd(unit,rd(rd(unit,A),rd(unit,rd(rd(A,rd(unit,B)),rd(unit,
% rd(rd(unit,A),
% rd(unit,B))))))))
% <->
% rd(unit,rd(rd(unit,B),rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))
% Current number of equations to process: 836
% Current number of ordered equations: 0
% Current number of rules: 277
% New rule produced :
% [428]
% rd(rd(A,rd(A,B)),rd(unit,rd(A,rd(rd(B,A),rd(unit,B))))) -> rd(A,rd(B,A))
% Current number of equations to process: 835
% Current number of ordered equations: 0
% Current number of rules: 278
% New rule produced :
% [429]
% rd(rd(A,rd(unit,B)),rd(unit,rd(rd(unit,B),rd(A,rd(unit,rd(A,rd(unit,rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,B)))))))))))))))
% -> rd(rd(A,rd(unit,A)),rd(rd(unit,A),rd(unit,B)))
% Current number of equations to process: 834
% Current number of ordered equations: 0
% Current number of rules: 279
% New rule produced :
% [430]
% rd(unit,rd(rd(unit,B),rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))
% <->
% rd(rd(A,rd(unit,B)),rd(unit,rd(rd(A,rd(unit,B)),rd(unit,rd(rd(A,rd(unit,B)),
% rd(rd(unit,rd(A,
% rd(unit,B))),
% rd(rd(unit,rd(A,
% rd(unit,B))),
% rd(unit,rd(rd(unit,
% rd(A,
% rd(unit,B))),
% rd(unit,
% rd(rd(unit,
% rd(A,
% rd(unit,B))),
% rd(rd(A,
% rd(unit,A)),
% rd(rd(unit,A),
% rd(unit,B))))))))))))))
% Current number of equations to process: 833
% Current number of ordered equations: 1
% Current number of rules: 280
% New rule produced :
% [431]
% rd(rd(A,rd(unit,B)),rd(unit,rd(rd(A,rd(unit,B)),rd(unit,rd(rd(A,rd(unit,B)),
% rd(rd(unit,rd(A,
% rd(unit,B))),
% rd(rd(unit,rd(A,
% rd(unit,B))),
% rd(unit,rd(rd(unit,
% rd(A,
% rd(unit,B))),
% rd(unit,
% rd(rd(unit,
% rd(A,
% rd(unit,B))),
% rd(rd(A,
% rd(unit,A)),
% rd(rd(unit,A),
% rd(unit,B))))))))))))))
% <->
% rd(unit,rd(rd(unit,B),rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))
% Current number of equations to process: 833
% Current number of ordered equations: 0
% Current number of rules: 281
% New rule produced :
% [432]
% rd(rd(A,rd(B,rd(unit,B))),rd(rd(unit,rd(B,rd(unit,B))),rd(rd(B,rd(unit,B)),
% rd(B,rd(unit,A))))) ->
% B
% Current number of equations to process: 832
% Current number of ordered equations: 0
% Current number of rules: 282
% Rule [402]
% rd(rd(unit,A),rd(A,rd(unit,rd(A,rd(B,A))))) <->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(rd(A,rd(unit,A)),
% rd(rd(unit,rd(A,
% rd(unit,A))),
% rd(rd(unit,A),
% rd(unit,rd(rd(unit,A),
% rd(unit,
% rd(rd(
% rd(unit,A),
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,A))))),
% rd(rd(unit,
% rd(
% rd(unit,A),
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,A)))))),
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(A,
% rd(rd(unit,A),
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,
% rd(A,
% rd(unit,A))),
% rd(rd(A,
% rd(unit,A)),
% rd(rd(unit,A),
% rd(unit,B)))))))))))))))))))))))))))) is composed into 
% [402]
% rd(rd(unit,A),rd(A,rd(unit,rd(A,rd(B,A))))) <->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(rd(A,rd(unit,A)),
% rd(rd(unit,rd(A,rd(unit,A))),
% rd(rd(unit,A),rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(
% rd(unit,A),
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,A))))),
% rd(
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,A)))))),
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))))))))))))))
% New rule produced :
% [433]
% rd(unit,rd(rd(unit,A),rd(A,rd(unit,rd(A,rd(unit,A)))))) ->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,A))))))
% Rule
% [401]
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(rd(A,rd(unit,A)),
% rd(rd(unit,rd(A,rd(unit,A))),
% rd(rd(unit,A),rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(
% rd(unit,A),
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,A))))),
% rd(
% rd(unit,
% rd(
% rd(unit,A),
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,A)))))),
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))))))))))))))
% <-> rd(rd(unit,A),rd(A,rd(unit,rd(A,rd(B,A))))) collapsed.
% Current number of equations to process: 832
% Current number of ordered equations: 0
% Current number of rules: 282
% New rule produced :
% [434]
% rd(rd(A,rd(unit,B)),rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(B,rd(rd(unit,B),
% rd(rd(unit,B),
% rd(unit,rd(rd(unit,B),A))))))))))
% -> rd(unit,rd(B,rd(rd(A,B),rd(unit,A))))
% Current number of equations to process: 831
% Current number of ordered equations: 0
% Current number of rules: 283
% New rule produced :
% [435]
% rd(rd(A,rd(unit,rd(B,rd(unit,B)))),rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(unit,
% rd(B,
% rd(unit,
% rd(
% rd(B,
% rd(unit,B)),
% rd(
% rd(unit,
% rd(B,
% rd(unit,B))),
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,A)))))))))))))))))))))))))
% -> B
% Current number of equations to process: 828
% Current number of ordered equations: 0
% Current number of rules: 284
% New rule produced :
% [436] rd(rd(unit,rd(A,rd(A,rd(A,B)))),rd(B,rd(A,rd(unit,A)))) -> A
% Current number of equations to process: 824
% Current number of ordered equations: 0
% Current number of rules: 285
% New rule produced :
% [437] rd(rd(B,rd(unit,rd(B,rd(A,B)))),rd(unit,rd(A,rd(B,rd(unit,B))))) -> B
% Current number of equations to process: 823
% Current number of ordered equations: 0
% Current number of rules: 286
% New rule produced :
% [438]
% rd(rd(A,B),rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(A,rd(unit,B))))))))))
% -> rd(A,rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(A,rd(unit,B))))))))
% Current number of equations to process: 820
% Current number of ordered equations: 0
% Current number of rules: 287
% New rule produced :
% [439]
% rd(rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),
% rd(unit,rd(rd(unit,
% rd(A,
% rd(unit,A))),
% rd(rd(A,
% rd(unit,A)),
% rd(rd(unit,A),
% rd(unit,B))))))))))))),
% rd(unit,rd(rd(unit,rd(rd(unit,A),rd(unit,B))),rd(rd(rd(unit,A),rd(unit,B)),
% rd(rd(unit,A),rd(unit,rd(B,
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(
% rd(unit,B),
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))))))))
% -> rd(A,rd(unit,A))
% Current number of equations to process: 819
% Current number of ordered equations: 0
% Current number of rules: 288
% New rule produced :
% [440]
% rd(rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),
% rd(unit,rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B))))))))))))))))),
% rd(rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B)))))))))))))))),
% rd(rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B)))))))))))))))),
% rd(unit,rd(rd(unit,rd(rd(unit,A),rd(unit,B))),rd(rd(rd(unit,A),rd(unit,B)),
% rd(rd(unit,A),rd(unit,rd(B,
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(
% rd(unit,B),
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))))))))))
% -> A
% Current number of equations to process: 818
% Current number of ordered equations: 0
% Current number of rules: 289
% New rule produced :
% [441]
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(rd(A,rd(unit,A)),
% rd(rd(unit,rd(A,rd(unit,A))),
% rd(rd(unit,A),rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,A))))))),
% rd(
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,A)))))),
% rd(
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))),
% rd(
% rd(
% rd(unit,A),
% rd(unit,B)),
% rd(
% rd(unit,A),
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(
% rd(unit,B),
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))))))))))))))))))))))
% ->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))
% Current number of equations to process: 817
% Current number of ordered equations: 0
% Current number of rules: 290
% New rule produced :
% [442]
% rd(rd(unit,rd(rd(unit,A),rd(unit,B))),rd(rd(rd(unit,A),rd(unit,B)),rd(
% rd(
% rd(unit,A),
% rd(unit,B)),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(
% rd(unit,B),
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))))))))
% ->
% rd(rd(rd(unit,A),rd(unit,B)),rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))
% Current number of equations to process: 816
% Current number of ordered equations: 0
% Current number of rules: 291
% New rule produced :
% [443]
% rd(rd(unit,C),rd(C,rd(C,rd(C,rd(A,rd(unit,rd(B,rd(unit,rd(B,rd(unit,C))))))))))
% <-> rd(rd(A,rd(unit,rd(B,rd(unit,B)))),C)
% Current number of equations to process: 809
% Current number of ordered equations: 1
% Current number of rules: 292
% New rule produced :
% [444]
% rd(rd(A,rd(unit,rd(B,rd(unit,B)))),C) <->
% rd(rd(unit,C),rd(C,rd(C,rd(C,rd(A,rd(unit,rd(B,rd(unit,rd(B,rd(unit,C))))))))))
% Current number of equations to process: 809
% Current number of ordered equations: 0
% Current number of rules: 293
% New rule produced :
% [445]
% rd(rd(rd(unit,A),rd(unit,B)),rd(unit,rd(rd(unit,rd(A,rd(unit,rd(A,rd(unit,
% rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),B)))))))))))),
% rd(rd(A,rd(unit,rd(A,rd(unit,rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),B))))))))))),
% rd(rd(A,rd(unit,rd(A,rd(unit,rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),B))))))))))),
% rd(unit,rd(A,rd(unit,rd(A,rd(unit,
% rd(A,rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),B)))))))))))))))))))))
% -> B
% Current number of equations to process: 808
% Current number of ordered equations: 0
% Current number of rules: 294
% New rule produced :
% [446]
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(B,
% rd(unit,B))))))))))))))))
% <-> rd(rd(unit,A),rd(unit,rd(B,rd(unit,rd(B,rd(unit,A))))))
% Current number of equations to process: 807
% Current number of ordered equations: 1
% Current number of rules: 295
% New rule produced :
% [447]
% rd(rd(unit,A),rd(unit,rd(B,rd(unit,rd(B,rd(unit,A)))))) <->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(B,
% rd(unit,B))))))))))))))))
% Current number of equations to process: 807
% Current number of ordered equations: 0
% Current number of rules: 296
% New rule produced :
% [448]
% rd(rd(rd(A,B),rd(unit,rd(B,rd(unit,rd(B,rd(unit,C)))))),rd(unit,rd(rd(
% rd(A,B),
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(unit,C)))))),
% rd(unit,
% rd(rd(
% rd(A,B),
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(unit,C)))))),
% rd(rd(unit,
% rd(
% rd(A,B),
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(unit,C))))))),
% rd(rd(unit,
% rd(
% rd(A,B),
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(unit,C))))))),
% rd(unit,
% rd(rd(unit,
% rd(
% rd(A,B),
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(unit,C))))))),
% rd(unit,
% rd(rd(unit,
% rd(
% rd(A,B),
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(unit,C))))))),
% rd(rd(A,
% rd(unit,B)),C))))))))))))
% -> rd(C,rd(unit,C))
% Current number of equations to process: 806
% Current number of ordered equations: 0
% Current number of rules: 297
% New rule produced :
% [449]
% rd(rd(rd(A,B),rd(unit,rd(B,rd(unit,rd(B,rd(unit,C)))))),rd(C,rd(unit,
% rd(C,rd(unit,
% rd(C,
% rd(
% rd(unit,C),
% rd(
% rd(unit,C),
% rd(unit,
% rd(
% rd(unit,C),
% rd(unit,
% rd(
% rd(unit,C),
% rd(unit,
% rd(
% rd(unit,C),
% rd(unit,
% rd(A,
% rd(unit,B)))))))))))))))))
% -> C
% Current number of equations to process: 805
% Current number of ordered equations: 0
% Current number of rules: 298
% New rule produced :
% [450]
% rd(rd(unit,rd(A,rd(unit,rd(B,rd(unit,C))))),rd(unit,rd(A,rd(unit,rd(rd(B,C),
% rd(unit,
% rd(C,
% rd(unit,
% rd(C,
% rd(unit,A))))))))))
% -> A
% Current number of equations to process: 804
% Current number of ordered equations: 0
% Current number of rules: 299
% New rule produced :
% [451]
% rd(rd(A,rd(B,rd(unit,B))),rd(unit,rd(rd(unit,B),rd(B,rd(B,rd(unit,rd(B,
% rd(unit,
% rd(B,
% rd(unit,A))))))))))
% -> rd(A,rd(unit,rd(A,B)))
% Current number of equations to process: 800
% Current number of ordered equations: 0
% Current number of rules: 300
% New rule produced :
% [452]
% rd(rd(unit,A),rd(A,rd(A,rd(A,rd(A,rd(unit,rd(B,rd(unit,rd(B,rd(unit,A))))))))))
% -> rd(A,rd(A,rd(B,rd(unit,B))))
% Current number of equations to process: 797
% Current number of ordered equations: 0
% Current number of rules: 301
% New rule produced :
% [453]
% rd(rd(rd(unit,A),rd(unit,B)),rd(unit,rd(rd(rd(unit,A),rd(unit,B)),rd(unit,
% rd(
% rd(
% rd(unit,A),
% rd(unit,B)),
% rd(
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))),
% rd(
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))),
% rd(unit,
% rd(
% rd(
% rd(unit,B),
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))),
% rd(
% rd(unit,
% rd(
% rd(unit,B),
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,B)))))))))))))),
% rd(
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))),
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(
% rd(unit,B),
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(
% rd(unit,A),
% rd(unit,B)))))))))))))))))))))))))
% ->
% rd(rd(unit,rd(rd(unit,A),rd(unit,B))),rd(unit,rd(A,rd(unit,rd(A,rd(unit,
% rd(A,
% rd(rd(unit,A),
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(rd(unit,A),
% rd(rd(unit,A),B)))))))))))))
% Current number of equations to process: 794
% Current number of ordered equations: 0
% Current number of rules: 302
% New rule produced :
% [454]
% rd(rd(A,rd(unit,B)),rd(unit,rd(rd(A,rd(unit,B)),rd(unit,rd(rd(A,rd(unit,B)),
% rd(rd(unit,rd(A,
% rd(unit,B))),
% rd(rd(unit,rd(A,
% rd(unit,B))),
% rd(unit,rd(rd(unit,
% rd(A,
% rd(unit,B))),
% rd(unit,
% rd(rd(unit,
% rd(A,
% rd(unit,B))),
% rd(unit,
% rd(rd(unit,
% rd(A,
% rd(unit,B))),
% rd(unit,
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(A,
% rd(rd(unit,A),
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,
% rd(A,
% rd(unit,A))),
% rd(rd(A,
% rd(unit,A)),
% rd(rd(unit,A),
% rd(unit,B))))))))))))))))))))))))))
% ->
% rd(rd(unit,rd(A,rd(unit,B))),rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(
% rd(unit,B),
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))
% Current number of equations to process: 792
% Current number of ordered equations: 1
% Current number of rules: 303
% New rule produced :
% [455]
% rd(rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(rd(unit,
% rd(A,
% rd(unit,A))),
% rd(rd(A,
% rd(unit,A)),
% rd(rd(unit,A),
% rd(unit,B)))))))))))),
% rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(B,rd(unit,A)))))))) ->
% rd(rd(rd(unit,A),rd(unit,B)),rd(unit,rd(A,rd(unit,rd(B,rd(unit,A))))))
% Current number of equations to process: 792
% Current number of ordered equations: 0
% Current number of rules: 304
% New rule produced :
% [456]
% rd(rd(unit,rd(rd(B,A),rd(unit,B))),rd(rd(rd(B,A),rd(unit,B)),rd(rd(rd(B,A),
% rd(unit,B)),
% rd(unit,
% rd(A,rd(unit,
% rd(
% rd(B,A),
% rd(unit,B))))))))
% -> A
% Current number of equations to process: 790
% Current number of ordered equations: 0
% Current number of rules: 305
% New rule produced :
% [457]
% rd(rd(B,A),rd(unit,rd(B,rd(unit,rd(B,A))))) <->
% rd(rd(unit,A),rd(unit,rd(rd(A,rd(A,B)),rd(unit,rd(B,rd(unit,rd(B,A)))))))
% Current number of equations to process: 788
% Current number of ordered equations: 1
% Current number of rules: 306
% New rule produced :
% [458]
% rd(rd(unit,A),rd(unit,rd(rd(A,rd(A,B)),rd(unit,rd(B,rd(unit,rd(B,A))))))) <->
% rd(rd(B,A),rd(unit,rd(B,rd(unit,rd(B,A)))))
% Current number of equations to process: 788
% Current number of ordered equations: 0
% Current number of rules: 307
% New rule produced :
% [459]
% rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(B,
% rd(A,B)))))))))))))
% -> A
% Current number of equations to process: 786
% Current number of ordered equations: 0
% Current number of rules: 308
% New rule produced :
% [460]
% rd(rd(unit,rd(rd(unit,A),rd(A,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,B))))))))),
% rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(B,rd(unit,A)))))))) -> rd(A,rd(unit,A))
% Current number of equations to process: 785
% Current number of ordered equations: 0
% Current number of rules: 309
% New rule produced :
% [461]
% rd(A,rd(unit,rd(C,B))) <->
% rd(rd(A,rd(B,rd(unit,B))),rd(unit,rd(rd(unit,B),rd(B,rd(B,rd(unit,rd(B,
% rd(unit,
% rd(B,
% rd(unit,C))))))))))
% Current number of equations to process: 783
% Current number of ordered equations: 1
% Current number of rules: 310
% New rule produced :
% [462]
% rd(rd(A,rd(B,rd(unit,B))),rd(unit,rd(rd(unit,B),rd(B,rd(B,rd(unit,rd(B,
% rd(unit,
% rd(B,
% rd(unit,C))))))))))
% <-> rd(A,rd(unit,rd(C,B)))
% Rule
% [451]
% rd(rd(A,rd(B,rd(unit,B))),rd(unit,rd(rd(unit,B),rd(B,rd(B,rd(unit,rd(B,
% rd(unit,
% rd(B,
% rd(unit,A))))))))))
% -> rd(A,rd(unit,rd(A,B))) collapsed.
% Current number of equations to process: 783
% Current number of ordered equations: 0
% Current number of rules: 310
% New rule produced :
% [463]
% rd(rd(A,rd(unit,rd(A,rd(unit,A)))),rd(B,rd(unit,rd(A,rd(unit,A))))) ->
% rd(unit,rd(B,A))
% Current number of equations to process: 782
% Current number of ordered equations: 0
% Current number of rules: 311
% New rule produced :
% [464]
% rd(B,rd(rd(unit,A),rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,
% rd(B,
% rd(unit,B))),
% rd(rd(B,
% rd(unit,B)),
% rd(rd(unit,B),
% rd(unit,A))))))))))))))
% -> rd(A,rd(unit,rd(rd(unit,B),rd(unit,A))))
% Rule
% [299]
% rd(rd(unit,A),rd(unit,rd(B,rd(rd(unit,A),rd(B,rd(unit,rd(B,rd(unit,rd(B,
% rd(
% rd(unit,B),
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,
% rd(B,
% rd(unit,B))),
% rd(
% rd(B,
% rd(unit,B)),
% rd(
% rd(unit,B),
% rd(unit,A))))))))))))))))
% -> rd(rd(unit,B),rd(unit,A)) collapsed.
% Current number of equations to process: 781
% Current number of ordered equations: 0
% Current number of rules: 311
% New rule produced :
% [465]
% rd(rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),
% rd(unit,rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B))))))))))))))),
% rd(rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B)))))))))))))),
% rd(rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B)))))))))))))),
% rd(unit,rd(rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),
% rd(unit,rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B)))))))))))))),
% rd(unit,rd(B,rd(unit,A)))))))) ->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(rd(A,rd(unit,A)),
% rd(rd(unit,rd(A,rd(unit,A))),
% rd(rd(unit,A),rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))))))))))
% Current number of equations to process: 780
% Current number of ordered equations: 0
% Current number of rules: 312
% New rule produced :
% [466]
% rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(A,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))
% <->
% rd(unit,rd(rd(unit,B),rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))
% Current number of equations to process: 779
% Current number of ordered equations: 1
% Current number of rules: 313
% New rule produced :
% [467]
% rd(unit,rd(rd(unit,B),rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))
% <->
% rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(A,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))
% Current number of equations to process: 779
% Current number of ordered equations: 0
% Current number of rules: 314
% New rule produced :
% [468]
% rd(unit,rd(rd(unit,B),rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))
% <-> rd(rd(unit,A),rd(unit,rd(B,rd(unit,rd(rd(unit,A),rd(unit,B))))))
% Current number of equations to process: 778
% Current number of ordered equations: 1
% Current number of rules: 315
% New rule produced :
% [469]
% rd(rd(unit,A),rd(unit,rd(B,rd(unit,rd(rd(unit,A),rd(unit,B)))))) <->
% rd(unit,rd(rd(unit,B),rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))
% Current number of equations to process: 778
% Current number of ordered equations: 0
% Current number of rules: 316
% New rule produced :
% [470]
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(rd(A,rd(unit,A)),
% rd(rd(unit,rd(A,rd(unit,A))),
% rd(rd(unit,A),rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,A))))))),
% rd(
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,A)))))),
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))))))))))))))))))))))))))
% -> rd(rd(unit,A),rd(unit,B))
% Current number of equations to process: 777
% Current number of ordered equations: 0
% Current number of rules: 317
% New rule produced :
% [471]
% rd(rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B)))))))))))))),
% rd(unit,rd(rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),
% rd(unit,rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B)))))))))))))),
% rd(unit,rd(rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B)))))))))))))),
% rd(rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),
% rd(rd(unit,A),
% rd(unit,rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))),
% rd(rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),
% rd(rd(unit,A),
% rd(unit,rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))),
% rd(unit,rd(rd(rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),
% rd(rd(unit,A),
% rd(unit,rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B))))))))))))),
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),
% rd(rd(unit,A),
% rd(unit,rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))))),
% rd(rd(unit,rd(rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B))))))))))))),
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B)))))))))))))))))))),
% rd(rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))),
% rd(unit,rd(B,rd(unit,A)))))))))))))) ->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B)))))))))))))))))))))))))
% Current number of equations to process: 776
% Current number of ordered equations: 0
% Current number of rules: 318
% New rule produced :
% [472]
% rd(unit,rd(rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(rd(unit,
% rd(A,
% rd(unit,A))),
% rd(rd(A,
% rd(unit,A)),
% rd(rd(unit,A),
% rd(unit,B))))))))))),
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))))
% <->
% rd(rd(unit,A),rd(unit,rd(rd(B,A),rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))
% Current number of equations to process: 773
% Current number of ordered equations: 1
% Current number of rules: 319
% New rule produced :
% [473]
% rd(rd(unit,A),rd(unit,rd(rd(B,A),rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))
% <->
% rd(unit,rd(rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(rd(unit,
% rd(A,
% rd(unit,A))),
% rd(rd(A,
% rd(unit,A)),
% rd(rd(unit,A),
% rd(unit,B))))))))))),
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))))
% Current number of equations to process: 773
% Current number of ordered equations: 0
% Current number of rules: 320
% New rule produced :
% [474]
% rd(rd(A,rd(unit,A)),rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,
% rd(rd(A,
% rd(unit,A)),
% rd(rd(unit,
% rd(A,
% rd(unit,A))),
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,
% rd(A,
% rd(unit,A))),
% rd(rd(unit,A),
% rd(unit,B))))))))))))))))))))))
% -> rd(rd(unit,A),rd(unit,B))
% Current number of equations to process: 772
% Current number of ordered equations: 0
% Current number of rules: 321
% New rule produced :
% [475]
% rd(rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(rd(unit,
% rd(A,
% rd(unit,A))),
% rd(rd(A,
% rd(unit,A)),
% rd(rd(unit,A),
% rd(unit,B)))))))))))),
% rd(unit,rd(rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),
% rd(unit,rd(rd(unit,
% rd(A,
% rd(unit,A))),
% rd(rd(A,
% rd(unit,A)),
% rd(rd(unit,A),
% rd(unit,B)))))))))))),
% rd(unit,rd(rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,
% rd(A,
% rd(unit,A))),
% rd(rd(A,
% rd(unit,A)),
% rd(rd(unit,A),
% rd(unit,B)))))))))))),
% rd(rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),
% rd(rd(unit,A),
% rd(unit,rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))),
% rd(rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),
% rd(rd(unit,A),
% rd(unit,rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))),
% rd(unit,rd(rd(rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),
% rd(rd(unit,A),
% rd(unit,rd(rd(unit,
% rd(A,
% rd(unit,A))),
% rd(rd(A,
% rd(unit,A)),
% rd(rd(unit,A),
% rd(unit,B))))))))))),
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),
% rd(rd(unit,A),
% rd(unit,rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))),
% rd(rd(unit,rd(rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,
% rd(A,
% rd(unit,A))),
% rd(rd(A,
% rd(unit,A)),
% rd(rd(unit,A),
% rd(unit,B))))))))))),
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,B)))))))))))))))))),
% rd(rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))),
% rd(unit,rd(B,A))))))))))))) ->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,B)))))))))))))))))))))))
% Current number of equations to process: 771
% Current number of ordered equations: 0
% Current number of rules: 322
% New rule produced :
% [476]
% rd(rd(unit,rd(rd(unit,A),rd(unit,rd(rd(unit,A),rd(unit,B))))),rd(rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B)))),
% rd(rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B)))),
% rd(unit,
% rd(B,rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(
% rd(unit,B),
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B)))))))))))))))))))
% ->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(rd(A,rd(unit,A)),
% rd(rd(unit,rd(A,rd(unit,A))),
% rd(rd(unit,A),rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B)))))))))))))))))))))))
% Current number of equations to process: 768
% Current number of ordered equations: 0
% Current number of rules: 323
% New rule produced :
% [477]
% rd(rd(unit,rd(rd(unit,A),rd(unit,rd(rd(unit,A),rd(unit,B))))),rd(rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B)))),
% rd(rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B)))),
% rd(unit,
% rd(B,rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(
% rd(unit,B),
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))))))
% ->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(rd(A,rd(unit,A)),
% rd(rd(unit,rd(A,rd(unit,A))),
% rd(rd(unit,A),rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))))))))))))
% Current number of equations to process: 767
% Current number of ordered equations: 0
% Current number of rules: 324
% New rule produced :
% [478]
% rd(rd(A,B),rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(rd(unit,A),rd(unit,B))))))))
% -> rd(A,rd(unit,rd(B,rd(unit,rd(rd(unit,A),rd(unit,B))))))
% Current number of equations to process: 764
% Current number of ordered equations: 0
% Current number of rules: 325
% New rule produced :
% [479]
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(rd(A,rd(unit,A)),
% rd(rd(unit,rd(A,rd(unit,A))),
% rd(rd(unit,A),rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(B,
% rd(unit,B))))))))))))))))))))))))))
% <-> rd(rd(unit,A),rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(A,rd(unit,A))))))))
% Current number of equations to process: 762
% Current number of ordered equations: 1
% Current number of rules: 326
% New rule produced :
% [480]
% rd(rd(unit,A),rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(A,rd(unit,A)))))))) <->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(rd(A,rd(unit,A)),
% rd(rd(unit,rd(A,rd(unit,A))),
% rd(rd(unit,A),rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(B,
% rd(unit,B))))))))))))))))))))))))))
% Current number of equations to process: 762
% Current number of ordered equations: 0
% Current number of rules: 327
% New rule produced :
% [481]
% rd(rd(unit,rd(A,B)),rd(unit,rd(rd(unit,B),rd(B,rd(B,rd(unit,rd(B,rd(unit,
% rd(B,
% rd(unit,A))))))))))
% <->
% rd(rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,
% rd(
% rd(unit,B),A))))))))),
% rd(unit,rd(A,B)))
% Current number of equations to process: 761
% Current number of ordered equations: 1
% Current number of rules: 328
% New rule produced :
% [482]
% rd(rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,
% rd(
% rd(unit,B),A))))))))),
% rd(unit,rd(A,B))) <->
% rd(rd(unit,rd(A,B)),rd(unit,rd(rd(unit,B),rd(B,rd(B,rd(unit,rd(B,rd(unit,
% rd(B,
% rd(unit,A))))))))))
% Current number of equations to process: 761
% Current number of ordered equations: 0
% Current number of rules: 329
% New rule produced :
% [483]
% rd(rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,B)))))),rd(rd(unit,A),rd(unit,B)))
% -> rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,A))))))
% Current number of equations to process: 758
% Current number of ordered equations: 0
% Current number of rules: 330
% New rule produced :
% [484]
% rd(rd(A,rd(unit,rd(A,rd(unit,B)))),rd(rd(unit,A),rd(unit,rd(rd(unit,A),
% rd(unit,B))))) ->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,A))))))
% Current number of equations to process: 756
% Current number of ordered equations: 0
% Current number of rules: 331
% New rule produced :
% [485]
% rd(unit,rd(rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(rd(unit,
% rd(A,
% rd(unit,A))),
% rd(rd(A,
% rd(unit,A)),
% rd(rd(unit,A),
% rd(unit,B))))))))))),
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))))
% <->
% rd(rd(A,rd(A,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,B)))))))))))),
% rd(unit,rd(B,A)))
% Current number of equations to process: 755
% Current number of ordered equations: 1
% Current number of rules: 332
% New rule produced :
% [486]
% rd(rd(A,rd(A,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,B)))))))))))),
% rd(unit,rd(B,A))) <->
% rd(unit,rd(rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(rd(unit,
% rd(A,
% rd(unit,A))),
% rd(rd(A,
% rd(unit,A)),
% rd(rd(unit,A),
% rd(unit,B))))))))))),
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))))
% Current number of equations to process: 755
% Current number of ordered equations: 0
% Current number of rules: 333
% New rule produced :
% [487]
% rd(unit,rd(rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B))))))))))))),
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))))))
% <->
% rd(rd(unit,A),rd(unit,rd(rd(B,A),rd(unit,rd(A,rd(unit,rd(B,rd(unit,A))))))))
% Current number of equations to process: 751
% Current number of ordered equations: 1
% Current number of rules: 334
% New rule produced :
% [488]
% rd(rd(unit,A),rd(unit,rd(rd(B,A),rd(unit,rd(A,rd(unit,rd(B,rd(unit,A))))))))
% <->
% rd(unit,rd(rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B))))))))))))),
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))))))
% Current number of equations to process: 751
% Current number of ordered equations: 0
% Current number of rules: 335
% New rule produced :
% [489]
% rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(A,
% rd(unit,
% rd(A,
% rd(B,
% rd(unit,B)))))))))))))))))
% -> rd(A,rd(unit,rd(A,B)))
% Current number of equations to process: 747
% Current number of ordered equations: 0
% Current number of rules: 336
% New rule produced :
% [490]
% rd(rd(A,rd(A,B)),rd(unit,C)) <->
% rd(rd(A,rd(B,A)),rd(unit,rd(rd(B,A),rd(unit,rd(rd(B,A),rd(unit,C))))))
% Current number of equations to process: 746
% Current number of ordered equations: 1
% Current number of rules: 337
% New rule produced :
% [491]
% rd(rd(A,rd(B,A)),rd(unit,rd(rd(B,A),rd(unit,rd(rd(B,A),rd(unit,C)))))) <->
% rd(rd(A,rd(A,B)),rd(unit,C))
% Current number of equations to process: 746
% Current number of ordered equations: 0
% Current number of rules: 338
% New rule produced :
% [492]
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(
% rd(B,C),
% rd(unit,
% rd(C,
% rd(unit,
% rd(C,
% rd(unit,A))))))))))))))))))))
% -> rd(A,rd(unit,rd(A,rd(unit,rd(B,rd(unit,C))))))
% Current number of equations to process: 745
% Current number of ordered equations: 0
% Current number of rules: 339
% New rule produced :
% [493]
% rd(rd(unit,A),rd(unit,rd(rd(rd(unit,A),rd(unit,B)),rd(unit,rd(rd(unit,A),
% rd(unit,rd(
% rd(unit,A),
% rd(unit,B))))))))
% ->
% rd(rd(unit,A),rd(unit,rd(rd(unit,A),rd(unit,rd(B,rd(unit,rd(rd(unit,A),
% rd(unit,rd(rd(unit,A),
% rd(unit,B))))))))))
% Current number of equations to process: 744
% Current number of ordered equations: 0
% Current number of rules: 340
% New rule produced :
% [494]
% rd(A,rd(rd(unit,B),rd(unit,rd(rd(unit,B),rd(unit,rd(rd(unit,B),rd(unit,
% rd(rd(unit,B),
% rd(unit,A)))))))))
% -> rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(unit,B))))))
% Current number of equations to process: 743
% Current number of ordered equations: 0
% Current number of rules: 341
% New rule produced :
% [495]
% rd(rd(rd(A,rd(unit,B)),rd(unit,A)),rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,B)))))))))
% -> rd(unit,A)
% Current number of equations to process: 741
% Current number of ordered equations: 0
% Current number of rules: 342
% New rule produced :
% [496]
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(A,
% rd(B,A)))))))))))))
% -> rd(B,A)
% Current number of equations to process: 740
% Current number of ordered equations: 0
% Current number of rules: 343
% New rule produced :
% [497]
% rd(rd(unit,rd(B,A)),rd(rd(B,A),rd(rd(B,A),rd(unit,rd(A,rd(unit,rd(rd(A,
% rd(A,B)),
% rd(unit,
% rd(B,A)))))))))
% -> rd(rd(unit,A),rd(A,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,B))))))))
% Current number of equations to process: 734
% Current number of ordered equations: 0
% Current number of rules: 344
% New rule produced :
% [498]
% rd(rd(B,A),rd(unit,rd(rd(B,A),rd(unit,rd(rd(B,A),rd(rd(unit,rd(B,A)),
% rd(rd(unit,rd(B,A)),
% rd(unit,rd(rd(A,rd(rd(B,A),
% rd(unit,B))),
% rd(rd(unit,rd(A,
% rd(
% rd(B,A),
% rd(unit,B)))),
% rd(rd(A,rd(B,A)),
% rd(unit,rd(A,
% rd(A,B))))))))))))))
% -> rd(rd(A,rd(B,A)),rd(unit,A))
% Current number of equations to process: 733
% Current number of ordered equations: 0
% Current number of rules: 345
% New rule produced :
% [499]
% rd(rd(rd(B,C),rd(unit,B)),rd(unit,rd(rd(rd(B,C),rd(unit,B)),rd(unit,rd(
% rd(
% rd(B,C),
% rd(unit,B)),
% rd(
% rd(unit,
% rd(
% rd(B,C),
% rd(unit,B))),
% rd(
% rd(unit,
% rd(
% rd(B,C),
% rd(unit,B))),
% rd(unit,
% rd(
% rd(unit,
% rd(
% rd(B,C),
% rd(unit,B))),
% rd(unit,
% rd(
% rd(unit,
% rd(
% rd(B,C),
% rd(unit,B))),
% rd(unit,
% rd(A,
% rd(unit,
% rd(C,
% rd(
% rd(B,C),
% rd(unit,B)))))))))))))))))
% -> rd(A,rd(unit,C))
% Current number of equations to process: 731
% Current number of ordered equations: 0
% Current number of rules: 346
% New rule produced :
% [500]
% rd(rd(unit,rd(A,rd(unit,B))),rd(rd(A,rd(unit,B)),rd(rd(A,rd(unit,B)),
% rd(unit,rd(B,rd(unit,
% rd(B,rd(unit,
% rd(B,
% rd(
% rd(unit,B),
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,A),
% rd(A,
% rd(unit,B)))))))))))))))))))
% <->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(A,
% rd(unit,B)))))))))))))
% Current number of equations to process: 729
% Current number of ordered equations: 1
% Current number of rules: 347
% New rule produced :
% [501]
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(A,
% rd(unit,B)))))))))))))
% <->
% rd(rd(unit,rd(A,rd(unit,B))),rd(rd(A,rd(unit,B)),rd(rd(A,rd(unit,B)),
% rd(unit,rd(B,rd(unit,
% rd(B,rd(unit,
% rd(B,
% rd(
% rd(unit,B),
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,A),
% rd(A,
% rd(unit,B)))))))))))))))))))
% Current number of equations to process: 729
% Current number of ordered equations: 0
% Current number of rules: 348
% New rule produced :
% [502]
% rd(unit,rd(rd(A,rd(unit,B)),rd(A,rd(unit,rd(B,rd(unit,B)))))) ->
% rd(rd(A,B),rd(unit,rd(B,rd(unit,rd(B,A)))))
% Current number of equations to process: 727
% Current number of ordered equations: 0
% Current number of rules: 349
% New rule produced : [503] rd(rd(A,B),rd(C,rd(B,A))) -> rd(unit,C)
% Rule [132] rd(rd(A,B),rd(unit,rd(B,A))) -> unit collapsed.
% Rule [148] rd(rd(A,B),rd(rd(unit,B),rd(B,A))) -> B collapsed.
% Rule [184] rd(rd(A,B),rd(B,rd(B,A))) -> rd(unit,B) collapsed.
% Rule [269] rd(rd(A,B),rd(rd(A,B),rd(B,A))) -> rd(unit,rd(A,B)) collapsed.
% Current number of equations to process: 739
% Current number of ordered equations: 0
% Current number of rules: 346
% New rule produced : [504] rd(A,rd(unit,rd(rd(unit,A),B))) -> rd(unit,B)
% Rule [147] rd(A,rd(unit,rd(rd(unit,A),rd(unit,B)))) -> B collapsed.
% Rule
% [231]
% rd(B,rd(unit,rd(rd(unit,B),rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),
% rd(rd(unit,A),
% rd(unit,rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,B)))))))))))))))
% -> rd(A,rd(rd(unit,A),rd(unit,B))) collapsed.
% Current number of equations to process: 739
% Current number of ordered equations: 0
% Current number of rules: 345
% New rule produced : [505] rd(rd(A,rd(B,rd(unit,A))),rd(unit,B)) -> unit
% Current number of equations to process: 739
% Current number of ordered equations: 1
% Current number of rules: 346
% New rule produced : [506] rd(rd(A,B),rd(C,rd(B,rd(unit,C)))) -> A
% Current number of equations to process: 739
% Current number of ordered equations: 0
% Current number of rules: 347
% Rule [488]
% rd(rd(unit,A),rd(unit,rd(rd(B,A),rd(unit,rd(A,rd(unit,rd(B,rd(unit,A))))))))
% <->
% rd(unit,rd(rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),
% rd(unit,rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B))))))))))))),
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),
% rd(unit,rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B)))))))))))))))))))) is composed into 
% [488]
% rd(rd(unit,A),rd(unit,rd(rd(B,A),rd(unit,rd(A,rd(unit,rd(B,rd(unit,A))))))))
% <->
% rd(unit,rd(rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B))))))))))))),
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(unit,rd(rd(unit,A),
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B))))))))))))))))))
% Rule [486]
% rd(rd(A,rd(A,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(rd(unit,
% rd(A,
% rd(unit,A))),
% rd(rd(A,
% rd(unit,A)),
% rd(rd(unit,A),
% rd(unit,B)))))))))))),
% rd(unit,rd(B,A))) <->
% rd(unit,rd(rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),
% rd(unit,rd(rd(unit,
% rd(A,
% rd(unit,A))),
% rd(rd(A,
% rd(unit,A)),
% rd(rd(unit,A),
% rd(unit,B))))))))))),
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),
% rd(unit,rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,B)))))))))))))))))) is composed into 
% [486]
% rd(rd(A,rd(A,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,B)))))))))))),
% rd(unit,rd(B,A))) <->
% rd(unit,rd(rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(rd(unit,
% rd(A,
% rd(unit,A))),
% rd(rd(A,
% rd(unit,A)),
% rd(rd(unit,A),
% rd(unit,B))))))))))),
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(unit,rd(rd(unit,A),
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,
% rd(A,
% rd(unit,A))),
% rd(rd(A,
% rd(unit,A)),
% rd(rd(unit,A),
% rd(unit,B))))))))))))))))
% Rule [473]
% rd(rd(unit,A),rd(unit,rd(rd(B,A),rd(unit,rd(A,rd(unit,rd(A,rd(unit,
% rd(A,
% rd(rd(unit,A),
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,
% rd(A,
% rd(unit,A))),
% rd(rd(A,
% rd(unit,A)),
% rd(rd(unit,A),
% rd(unit,B))))))))))))))))
% <->
% rd(unit,rd(rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),
% rd(unit,rd(rd(unit,
% rd(A,
% rd(unit,A))),
% rd(rd(A,
% rd(unit,A)),
% rd(rd(unit,A),
% rd(unit,B))))))))))),
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),
% rd(unit,rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,B)))))))))))))))))) is composed into 
% [473]
% rd(rd(unit,A),rd(unit,rd(rd(B,A),rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))
% <->
% rd(unit,rd(rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(rd(unit,
% rd(A,
% rd(unit,A))),
% rd(rd(A,
% rd(unit,A)),
% rd(rd(unit,A),
% rd(unit,B))))))))))),
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(unit,rd(rd(unit,A),
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,
% rd(A,
% rd(unit,A))),
% rd(rd(A,
% rd(unit,A)),
% rd(rd(unit,A),
% rd(unit,B))))))))))))))))
% Rule [416]
% rd(rd(A,rd(unit,B)),rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,A))))))))))))))))
% <->
% rd(B,rd(rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,A))))))))))))),
% rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),
% rd(unit,rd(B,rd(
% rd(unit,B),
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,A)))))))))))))))))))) is composed into 
% [416]
% rd(rd(A,rd(unit,B)),rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),
% rd(rd(unit,B),
% rd(unit,rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,A))))))))))))))))
% <->
% rd(B,rd(rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,A))))))))))))),
% rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(unit,rd(rd(unit,B),
% rd(rd(unit,B),
% rd(unit,rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,A))))))))))))))))))
% Rule [370]
% rd(rd(unit,A),rd(unit,rd(rd(B,rd(unit,A)),rd(unit,rd(A,rd(unit,rd(A,
% rd(unit,
% rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))))
% <->
% rd(unit,rd(rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),
% rd(unit,rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B))))))))))))),
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),
% rd(unit,rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B)))))))))))))))))))) is composed into 
% [370]
% rd(rd(unit,A),rd(unit,rd(rd(B,rd(unit,A)),rd(unit,rd(A,rd(unit,rd(A,rd(unit,
% rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))))
% <->
% rd(unit,rd(rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B))))))))))))),
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(unit,rd(rd(unit,A),
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B))))))))))))))))))
% Rule [367]
% rd(rd(A,rd(A,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B)))))))))))))),
% rd(unit,rd(B,rd(unit,A)))) <->
% rd(unit,rd(rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),
% rd(unit,rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B))))))))))))),
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),
% rd(unit,rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B)))))))))))))))))))) is composed into 
% [367]
% rd(rd(A,rd(A,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B)))))))))))))),
% rd(unit,rd(B,rd(unit,A)))) <->
% rd(unit,rd(rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B))))))))))))),
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(unit,rd(rd(unit,A),
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B))))))))))))))))))
% Rule [309]
% rd(rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),B))))))))))),
% rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),
% rd(unit,rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))
% ->
% rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,
% rd(B,
% rd(rd(unit,B),
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(rd(unit,A),
% rd(unit,B))))))))))))))))) is composed into 
% [309]
% rd(rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(rd(unit,A),
% rd(rd(unit,A),
% rd(rd(unit,A),B))))))))))),
% rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))
% ->
% rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(unit,rd(rd(unit,B),rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(
% rd(unit,A),
% rd(unit,B)))))))))))))))
% Rule [308]
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(B,
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(
% rd(unit,B),
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),A))))))))),
% rd(A,B))))))))))))))
% ->
% rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,
% rd(B,
% rd(rd(unit,B),
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),A))))))))))))) is composed into 
% [308]
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(B,
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(
% rd(unit,B),
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),A))))))))),
% rd(A,B))))))))))))))
% ->
% rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(unit,rd(rd(unit,B),rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),A)))))))))))
% Rule [302]
% rd(rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))),
% rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),
% rd(unit,rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),B)))))))))))))
% ->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(A,
% rd(rd(unit,A),
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(rd(unit,A),
% rd(rd(unit,A),B))))))))))))))) is composed into 
% [302]
% rd(rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(rd(unit,A),
% rd(unit,B))))))))))))),
% rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),B)))))))))))))
% ->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(unit,rd(rd(unit,A),rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),B)))))))))))))
% New rule produced : [507] rd(rd(unit,B),rd(unit,rd(B,A))) -> rd(unit,A)
% Rule [126] rd(unit,rd(rd(unit,A),rd(unit,rd(A,B)))) -> B collapsed.
% Rule [146] rd(rd(unit,A),rd(unit,rd(A,rd(unit,B)))) -> B collapsed.
% Rule
% [344]
% rd(rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),
% rd(unit,rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(rd(unit,A),
% rd(unit,B)))))))))))))),
% rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),B)))))))))))))))))
% ->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),B)))))))))))
% collapsed.
% Rule
% [366]
% rd(unit,rd(rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B))))))))))))),
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))))))
% <->
% rd(rd(A,rd(A,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B)))))))))))))),
% rd(unit,rd(B,rd(unit,A)))) collapsed.
% Rule
% [369]
% rd(unit,rd(rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B))))))))))))),
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))))))
% <->
% rd(rd(unit,A),rd(unit,rd(rd(B,rd(unit,A)),rd(unit,rd(A,rd(unit,rd(A,rd(unit,
% rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))))
% collapsed.
% Rule
% [391]
% rd(A,rd(rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(rd(unit,B),
% rd(rd(unit,B),A)))))))))))),
% rd(rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,
% rd(
% rd(unit,B),
% rd(
% rd(unit,B),
% rd(
% rd(unit,B),A))))))))))),
% rd(rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,
% rd(
% rd(unit,B),
% rd(
% rd(unit,B),
% rd(
% rd(unit,B),A))))))))))),
% rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),
% rd(unit,rd(B,
% rd(
% rd(unit,B),
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(
% rd(unit,B),
% rd(
% rd(unit,B),A))))))))))))))))))))
% -> rd(rd(unit,B),rd(unit,A)) collapsed.
% Rule
% [415]
% rd(B,rd(rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,A))))))))))))),
% rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,
% rd(B,
% rd(rd(unit,B),
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,A))))))))))))))))))))
% <->
% rd(rd(A,rd(unit,B)),rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),
% rd(rd(unit,B),
% rd(unit,rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,A))))))))))))))))
% collapsed.
% Rule
% [445]
% rd(rd(rd(unit,A),rd(unit,B)),rd(unit,rd(rd(unit,rd(A,rd(unit,rd(A,rd(unit,
% rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),B)))))))))))),
% rd(rd(A,rd(unit,rd(A,rd(unit,rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),B))))))))))),
% rd(rd(A,rd(unit,rd(A,rd(unit,rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),B))))))))))),
% rd(unit,rd(A,rd(unit,rd(A,rd(unit,
% rd(A,rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),B)))))))))))))))))))))
% -> B collapsed.
% Rule
% [471]
% rd(rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B)))))))))))))),
% rd(unit,rd(rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),
% rd(unit,rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B)))))))))))))),
% rd(unit,rd(rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B)))))))))))))),
% rd(rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),
% rd(rd(unit,A),
% rd(unit,rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))),
% rd(rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),
% rd(rd(unit,A),
% rd(unit,rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))),
% rd(unit,rd(rd(rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),
% rd(rd(unit,A),
% rd(unit,rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B))))))))))))),
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),
% rd(rd(unit,A),
% rd(unit,rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))))),
% rd(rd(unit,rd(rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B))))))))))))),
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B)))))))))))))))))))),
% rd(rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))),
% rd(unit,rd(B,rd(unit,A)))))))))))))) ->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B)))))))))))))))))))))))))
% collapsed.
% Rule
% [472]
% rd(unit,rd(rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(rd(unit,
% rd(A,
% rd(unit,A))),
% rd(rd(A,
% rd(unit,A)),
% rd(rd(unit,A),
% rd(unit,B))))))))))),
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))))
% <->
% rd(rd(unit,A),rd(unit,rd(rd(B,A),rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))
% collapsed.
% Rule
% [475]
% rd(rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(rd(unit,
% rd(A,
% rd(unit,A))),
% rd(rd(A,
% rd(unit,A)),
% rd(rd(unit,A),
% rd(unit,B)))))))))))),
% rd(unit,rd(rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),
% rd(unit,rd(rd(unit,
% rd(A,
% rd(unit,A))),
% rd(rd(A,
% rd(unit,A)),
% rd(rd(unit,A),
% rd(unit,B)))))))))))),
% rd(unit,rd(rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,
% rd(A,
% rd(unit,A))),
% rd(rd(A,
% rd(unit,A)),
% rd(rd(unit,A),
% rd(unit,B)))))))))))),
% rd(rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),
% rd(rd(unit,A),
% rd(unit,rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))),
% rd(rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),
% rd(rd(unit,A),
% rd(unit,rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))),
% rd(unit,rd(rd(rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),
% rd(rd(unit,A),
% rd(unit,rd(rd(unit,
% rd(A,
% rd(unit,A))),
% rd(rd(A,
% rd(unit,A)),
% rd(rd(unit,A),
% rd(unit,B))))))))))),
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),
% rd(rd(unit,A),
% rd(unit,rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))),
% rd(rd(unit,rd(rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,
% rd(A,
% rd(unit,A))),
% rd(rd(A,
% rd(unit,A)),
% rd(rd(unit,A),
% rd(unit,B))))))))))),
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,B)))))))))))))))))),
% rd(rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))),
% rd(unit,rd(B,A))))))))))))) ->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,B)))))))))))))))))))))))
% collapsed.
% Rule
% [485]
% rd(unit,rd(rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(rd(unit,
% rd(A,
% rd(unit,A))),
% rd(rd(A,
% rd(unit,A)),
% rd(rd(unit,A),
% rd(unit,B))))))))))),
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))))
% <->
% rd(rd(A,rd(A,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,B)))))))))))),
% rd(unit,rd(B,A))) collapsed.
% Rule
% [487]
% rd(unit,rd(rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B))))))))))))),
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))))))
% <->
% rd(rd(unit,A),rd(unit,rd(rd(B,A),rd(unit,rd(A,rd(unit,rd(B,rd(unit,A))))))))
% collapsed.
% Current number of equations to process: 757
% Current number of ordered equations: 0
% Current number of rules: 335
% New rule produced : [508] rd(A,rd(B,rd(C,rd(A,rd(unit,C))))) <-> rd(unit,B)
% Current number of equations to process: 766
% Current number of ordered equations: 1
% Current number of rules: 336
% New rule produced : [509] rd(unit,B) <-> rd(A,rd(B,rd(C,rd(A,rd(unit,C)))))
% Current number of equations to process: 766
% Current number of ordered equations: 0
% Current number of rules: 337
% New rule produced : [510] rd(unit,rd(rd(A,B),rd(unit,rd(rd(B,A),C)))) -> C
% Current number of equations to process: 765
% Current number of ordered equations: 0
% Current number of rules: 338
% New rule produced :
% [511] rd(unit,rd(A,rd(unit,B))) <-> rd(rd(unit,rd(B,rd(unit,B))),rd(A,B))
% Current number of equations to process: 774
% Current number of ordered equations: 1
% Current number of rules: 339
% New rule produced :
% [512] rd(rd(unit,rd(B,rd(unit,B))),rd(A,B)) <-> rd(unit,rd(A,rd(unit,B)))
% Current number of equations to process: 774
% Current number of ordered equations: 0
% Current number of rules: 340
% New rule produced : [513] rd(rd(A,rd(B,rd(unit,A))),rd(C,B)) -> rd(unit,C)
% Rule [505] rd(rd(A,rd(B,rd(unit,A))),rd(unit,B)) -> unit collapsed.
% Current number of equations to process: 786
% Current number of ordered equations: 0
% Current number of rules: 340
% New rule produced : [514] rd(unit,rd(C,rd(B,A))) <-> rd(rd(unit,rd(A,B)),C)
% Rule
% [308]
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(B,
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(
% rd(unit,B),
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),A))))))))),
% rd(A,B))))))))))))))
% ->
% rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(unit,rd(rd(unit,B),rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),A)))))))))))
% collapsed.
% Current number of equations to process: 796
% Current number of ordered equations: 1
% Current number of rules: 340
% New rule produced : [515] rd(rd(unit,rd(A,B)),C) <-> rd(unit,rd(C,rd(B,A)))
% Current number of equations to process: 796
% Current number of ordered equations: 0
% Current number of rules: 341
% New rule produced : [516] rd(unit,rd(A,rd(B,rd(C,rd(A,rd(unit,C)))))) -> B
% Current number of equations to process: 795
% Current number of ordered equations: 0
% Current number of rules: 342
% New rule produced :
% [517] rd(unit,rd(A,rd(rd(unit,A),rd(unit,B)))) <-> rd(rd(unit,A),rd(A,B))
% Current number of equations to process: 803
% Current number of ordered equations: 1
% Current number of rules: 343
% Rule [469]
% rd(rd(unit,A),rd(unit,rd(B,rd(unit,rd(rd(unit,A),rd(unit,B)))))) <->
% rd(unit,rd(rd(unit,B),rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),
% rd(rd(unit,A),
% rd(unit,rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,B)))))))))))))) is composed into 
% [469]
% rd(rd(unit,A),rd(unit,rd(B,rd(unit,rd(rd(unit,A),rd(unit,B)))))) <->
% rd(unit,rd(rd(unit,B),rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(
% rd(unit,A),
% rd(unit,
% rd(unit,
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))
% Rule [466]
% rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(A,
% rd(rd(unit,A),
% rd(unit,B))))))))))))))
% <->
% rd(unit,rd(rd(unit,B),rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),
% rd(rd(unit,A),
% rd(unit,rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,B)))))))))))))) is composed into 
% [466]
% rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(A,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))
% <->
% rd(unit,rd(rd(unit,B),rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(
% rd(unit,A),
% rd(unit,
% rd(unit,
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))
% Rule [431]
% rd(rd(A,rd(unit,B)),rd(unit,rd(rd(A,rd(unit,B)),rd(unit,rd(rd(A,
% rd(unit,B)),
% rd(rd(unit,
% rd(A,
% rd(unit,B))),
% rd(rd(unit,
% rd(A,
% rd(unit,B))),
% rd(unit,
% rd(rd(unit,
% rd(A,
% rd(unit,B))),
% rd(unit,
% rd(rd(unit,
% rd(A,
% rd(unit,B))),
% rd(rd(A,
% rd(unit,A)),
% rd(rd(unit,A),
% rd(unit,B))))))))))))))
% <->
% rd(unit,rd(rd(unit,B),rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),
% rd(rd(unit,A),
% rd(unit,rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,B)))))))))))))) is composed into 
% [431]
% rd(rd(A,rd(unit,B)),rd(unit,rd(rd(A,rd(unit,B)),rd(unit,rd(rd(A,rd(unit,B)),
% rd(rd(unit,rd(A,
% rd(unit,B))),
% rd(rd(unit,rd(A,
% rd(unit,B))),
% rd(unit,rd(rd(unit,
% rd(A,
% rd(unit,B))),
% rd(unit,
% rd(rd(unit,
% rd(A,
% rd(unit,B))),
% rd(rd(A,
% rd(unit,A)),
% rd(rd(unit,A),
% rd(unit,B))))))))))))))
% <->
% rd(unit,rd(rd(unit,B),rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(
% rd(unit,A),
% rd(unit,
% rd(unit,
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))
% Rule [427]
% rd(rd(unit,A),rd(unit,rd(rd(unit,A),rd(unit,rd(rd(A,rd(unit,B)),
% rd(unit,rd(rd(unit,A),
% rd(unit,B))))))))
% <->
% rd(unit,rd(rd(unit,B),rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),
% rd(rd(unit,A),
% rd(unit,rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,B)))))))))))))) is composed into 
% [427]
% rd(rd(unit,A),rd(unit,rd(rd(unit,A),rd(unit,rd(rd(A,rd(unit,B)),rd(unit,
% rd(rd(unit,A),
% rd(unit,B))))))))
% <->
% rd(unit,rd(rd(unit,B),rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(
% rd(unit,A),
% rd(unit,
% rd(unit,
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))
% Rule [402]
% rd(rd(unit,A),rd(A,rd(unit,rd(A,rd(B,A))))) <->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(rd(A,rd(unit,A)),
% rd(rd(unit,rd(A,
% rd(unit,A))),
% rd(rd(unit,A),
% rd(unit,rd(rd(unit,A),
% rd(unit,
% rd(rd(
% rd(unit,A),
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,A))))),
% rd(rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,A)))))),
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(A,
% rd(rd(unit,A),
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,
% rd(A,
% rd(unit,A))),
% rd(rd(A,
% rd(unit,A)),
% rd(rd(unit,A),
% rd(unit,B)))))))))))))))))))))))))))) is composed into 
% [402]
% rd(rd(unit,A),rd(A,rd(unit,rd(A,rd(B,A))))) <->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(rd(A,rd(unit,A)),
% rd(rd(unit,rd(A,rd(unit,A))),
% rd(rd(unit,A),rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(
% rd(unit,A),
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,A))))),
% rd(
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,A)))))),
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(unit,
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))))))))))))))))
% Rule [400]
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(B,
% rd(A,
% rd(unit,A)))))))))))))))))))
% <->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(rd(unit,
% rd(A,
% rd(unit,A))),
% rd(rd(A,
% rd(unit,A)),
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B)))))))))))))) is composed into 
% [400]
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(B,
% rd(A,
% rd(unit,A)))))))))))))))))))
% <->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(unit,
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))
% Rule [396]
% rd(rd(unit,A),rd(unit,rd(rd(unit,A),rd(unit,rd(B,rd(A,rd(unit,A)))))))
% <-> rd(rd(unit,rd(A,rd(unit,A))),rd(rd(A,rd(unit,A)),B)) is composed into 
% [396]
% rd(rd(unit,A),rd(unit,rd(rd(unit,A),rd(unit,rd(B,rd(A,rd(unit,A))))))) <->
% rd(unit,rd(rd(A,rd(unit,A)),rd(rd(unit,rd(A,rd(unit,A))),rd(unit,B))))
% Rule [383]
% rd(rd(A,rd(B,rd(unit,B))),rd(unit,rd(A,B))) <->
% rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,
% rd(rd(unit,
% rd(B,
% rd(unit,B))),
% rd(rd(B,
% rd(unit,B)),
% rd(rd(A,
% rd(B,
% rd(unit,B))),
% rd(unit,A)))))))))))) is composed into 
% [383]
% rd(rd(A,rd(B,rd(unit,B))),rd(unit,rd(A,B))) <->
% rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,rd(unit,
% rd(
% rd(B,
% rd(unit,B)),
% rd(
% rd(unit,
% rd(B,
% rd(unit,B))),
% rd(unit,
% rd(
% rd(A,
% rd(B,
% rd(unit,B))),
% rd(unit,A))))))))))))))
% Rule [364]
% rd(rd(rd(unit,A),rd(B,rd(A,rd(unit,A)))),rd(unit,rd(rd(B,rd(A,rd(unit,A))),
% rd(unit,rd(B,A))))) ->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(rd(unit,
% rd(A,
% rd(unit,A))),
% rd(rd(A,
% rd(unit,A)),
% rd(rd(unit,A),
% rd(unit,B)))))))))))) is composed into 
% [364]
% rd(rd(rd(unit,A),rd(B,rd(A,rd(unit,A)))),rd(unit,rd(rd(B,rd(A,rd(unit,A))),
% rd(unit,rd(B,A))))) ->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(unit,
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))
% Rule [341]
% rd(A,rd(C,rd(rd(B,C),rd(unit,B)))) <->
% rd(C,rd(unit,rd(C,rd(unit,rd(C,rd(rd(unit,C),rd(rd(unit,C),rd(unit,
% rd(rd(unit,
% rd(C,
% rd(unit,C))),
% rd(rd(C,
% rd(unit,C)),
% rd(A,
% rd(unit,
% rd(rd(B,C),
% rd(unit,B)))))))))))))) is composed into 
% [341]
% rd(A,rd(C,rd(rd(B,C),rd(unit,B)))) <->
% rd(C,rd(unit,rd(C,rd(unit,rd(C,rd(rd(unit,C),rd(rd(unit,C),rd(unit,rd(unit,
% rd(
% rd(C,
% rd(unit,C)),
% rd(
% rd(unit,
% rd(C,
% rd(unit,C))),
% rd(unit,
% rd(A,
% rd(unit,
% rd(
% rd(B,C),
% rd(unit,B))))))))))))))))
% Rule [242]
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(B,
% rd(A,
% rd(unit,A)))))))))))))))))
% <->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(rd(unit,
% rd(A,
% rd(unit,A))),
% rd(rd(A,
% rd(unit,A)),
% rd(rd(unit,A),
% rd(unit,B)))))))))))) is composed into 
% [242]
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(B,
% rd(A,
% rd(unit,A)))))))))))))))))
% <->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(unit,
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))
% Rule [235]
% rd(rd(unit,A),rd(unit,rd(B,rd(A,rd(unit,A))))) <->
% rd(rd(unit,rd(A,rd(unit,A))),rd(rd(A,rd(unit,A)),rd(A,rd(unit,B)))) is composed into 
% [235]
% rd(rd(unit,A),rd(unit,rd(B,rd(A,rd(unit,A))))) <->
% rd(unit,rd(rd(A,rd(unit,A)),rd(rd(unit,rd(A,rd(unit,A))),rd(unit,rd(A,
% rd(unit,B))))))
% Rule [186]
% rd(B,A) <->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(rd(unit,
% rd(A,
% rd(unit,A))),
% rd(rd(A,
% rd(unit,A)),B)))))))))) is composed into 
% [186]
% rd(B,A) <->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(unit,
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(unit,B))))))))))))
% New rule produced :
% [518] rd(rd(unit,A),rd(A,B)) <-> rd(unit,rd(A,rd(rd(unit,A),rd(unit,B))))
% Rule
% [173]
% rd(A,rd(rd(unit,rd(rd(unit,A),rd(unit,B))),rd(rd(rd(unit,A),rd(unit,B)),
% rd(rd(rd(unit,A),rd(unit,B)),
% rd(unit,rd(B,rd(rd(unit,B),
% rd(rd(unit,B),
% rd(rd(unit,A),
% rd(unit,B))))))))))
% -> rd(rd(unit,A),rd(unit,B)) collapsed.
% Rule
% [174]
% rd(A,rd(unit,rd(rd(unit,rd(rd(unit,A),rd(unit,B))),rd(rd(rd(unit,A),rd(unit,B)),
% rd(rd(rd(unit,A),rd(unit,B)),
% rd(unit,rd(B,rd(rd(unit,B),
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B))))))))))))
% -> rd(B,rd(unit,A)) collapsed.
% Rule
% [178]
% rd(rd(unit,rd(rd(unit,A),rd(unit,B))),rd(rd(rd(unit,A),rd(unit,B)),rd(
% rd(
% rd(unit,A),
% rd(unit,B)),
% rd(unit,
% rd(A,
% rd(unit,
% rd(B,
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))
% -> rd(A,rd(unit,B)) collapsed.
% Rule
% [183]
% rd(rd(unit,rd(A,rd(unit,B))),rd(rd(A,rd(unit,B)),rd(rd(A,rd(unit,B)),
% rd(unit,rd(rd(unit,A),
% rd(unit,B)))))) ->
% rd(unit,rd(A,rd(unit,A))) collapsed.
% Rule
% [187]
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),B))))))))))
% <-> rd(B,A) collapsed.
% Rule
% [205]
% rd(rd(unit,rd(A,B)),rd(rd(A,B),rd(rd(A,B),rd(unit,rd(A,rd(unit,rd(A,B)))))))
% -> A collapsed.
% Rule
% [222]
% rd(rd(unit,rd(A,rd(unit,B))),rd(rd(A,rd(unit,B)),rd(rd(A,rd(unit,B)),
% rd(unit,rd(A,rd(unit,
% rd(A,rd(unit,
% rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(B,
% rd(unit,A))))))))))))))))))))
% -> A collapsed.
% Rule
% [224]
% rd(rd(unit,rd(B,rd(unit,A))),rd(rd(B,rd(unit,A)),rd(rd(B,rd(unit,A)),
% rd(unit,rd(A,rd(unit,
% rd(A,rd(unit,
% rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(A,
% rd(unit,
% rd(B,
% rd(unit,
% rd(A,
% rd(unit,A))))))))))))))))))))
% -> A collapsed.
% Rule
% [227]
% rd(rd(unit,rd(B,rd(unit,B))),rd(rd(B,rd(unit,B)),rd(B,rd(unit,rd(B,rd(unit,
% rd(
% rd(unit,A),
% rd(A,
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(unit,A))))))))))))))))
% -> A collapsed.
% Rule
% [229]
% rd(rd(A,rd(A,B)),rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,
% rd(A,
% rd(unit,A))),
% rd(rd(A,
% rd(unit,A)),
% rd(rd(unit,A),
% rd(unit,B)))))))))))))
% -> rd(A,rd(unit,A)) collapsed.
% Rule
% [236]
% rd(rd(unit,rd(A,rd(unit,A))),rd(rd(A,rd(unit,A)),rd(A,rd(unit,B)))) <->
% rd(rd(unit,A),rd(unit,rd(B,rd(A,rd(unit,A))))) collapsed.
% Rule
% [239]
% rd(rd(A,B),rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),
% rd(unit,rd(rd(unit,
% rd(B,
% rd(unit,B))),
% rd(rd(B,
% rd(unit,B)),
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,A)))))))))))))))
% -> rd(B,rd(unit,B)) collapsed.
% Rule
% [241]
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))
% <->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(B,
% rd(A,
% rd(unit,A)))))))))))))))))
% collapsed.
% Rule
% [244]
% rd(rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(rd(unit,
% rd(A,
% rd(unit,A))),
% rd(rd(A,
% rd(unit,A)),
% rd(rd(unit,A),
% rd(unit,B)))))))))))),
% rd(unit,rd(B,A))) ->
% rd(rd(rd(unit,A),rd(unit,B)),rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))
% collapsed.
% Rule
% [275]
% rd(C,rd(unit,rd(C,rd(unit,rd(C,rd(rd(unit,C),rd(rd(unit,C),rd(unit,rd(
% rd(unit,
% rd(C,
% rd(unit,C))),
% rd(
% rd(C,
% rd(unit,C)),
% rd(A,
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(unit,
% rd(C,
% rd(unit,C))))))))))))))))))
% -> rd(A,rd(unit,rd(B,rd(unit,rd(B,rd(unit,C)))))) collapsed.
% Rule
% [280]
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(A,
% rd(unit,B)),
% rd(unit,
% rd(A,
% rd(unit,
% rd(B,
% rd(unit,A))))))))))))))))
% -> rd(rd(A,B),rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(A,rd(unit,B))))))))
% collapsed.
% Rule
% [281]
% rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,rd(
% rd(unit,
% rd(B,
% rd(unit,B))),
% rd(
% rd(B,
% rd(unit,B)),
% rd(
% rd(A,
% rd(unit,B)),
% rd(unit,
% rd(A,
% rd(unit,
% rd(B,
% rd(unit,B))))))))))))))))
% -> rd(rd(A,B),rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(A,rd(unit,B))))))))
% collapsed.
% Rule
% [283]
% rd(rd(unit,rd(B,rd(unit,B))),rd(rd(B,rd(unit,B)),rd(B,rd(unit,rd(B,rd(unit,
% rd(
% rd(A,B),
% rd(unit,
% rd(A,
% rd(unit,B))))))))))
% -> rd(unit,rd(B,rd(rd(A,B),rd(unit,A)))) collapsed.
% Rule
% [286]
% rd(rd(unit,rd(A,rd(unit,A))),rd(rd(A,rd(unit,A)),rd(A,rd(unit,rd(A,rd(unit,
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(B,
% rd(unit,A))))))))))))
% -> rd(rd(unit,A),rd(A,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,B))))))))
% collapsed.
% Rule
% [296]
% rd(rd(unit,A),rd(unit,rd(rd(unit,rd(rd(unit,A),rd(unit,B))),rd(rd(rd(unit,A),
% rd(unit,B)),
% rd(rd(unit,A),
% rd(unit,rd(B,
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(
% rd(unit,B),
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))))))))
% ->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))
% collapsed.
% Rule
% [297]
% rd(rd(A,rd(unit,B)),rd(unit,rd(rd(A,rd(unit,B)),rd(unit,rd(rd(A,rd(unit,B)),
% rd(rd(unit,rd(A,
% rd(unit,B))),
% rd(rd(unit,rd(A,
% rd(unit,B))),
% rd(unit,rd(rd(unit,
% rd(A,
% rd(unit,B))),
% rd(unit,
% rd(rd(unit,
% rd(A,
% rd(unit,B))),
% rd(unit,
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(A,
% rd(rd(unit,A),
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,
% rd(A,
% rd(unit,A))),
% rd(rd(A,
% rd(unit,A)),
% rd(rd(unit,A),
% rd(unit,B))))))))))))))))))))))))
% -> rd(rd(unit,A),rd(unit,rd(B,rd(unit,B)))) collapsed.
% Rule
% [298]
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(B,
% rd(unit,A))))))))))))))))))
% -> rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,B)))))) collapsed.
% Rule
% [301]
% rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,rd(
% rd(unit,
% rd(B,
% rd(unit,B))),
% rd(
% rd(B,
% rd(unit,B)),
% rd(A,
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(unit,B))))))))))))))))
% -> rd(A,rd(unit,rd(B,rd(unit,B)))) collapsed.
% Rule
% [306]
% rd(rd(unit,rd(A,rd(unit,B))),rd(rd(A,rd(unit,B)),rd(rd(A,rd(unit,B)),
% rd(unit,rd(rd(unit,A),
% rd(unit,rd(B,
% rd(unit,B))))))))
% <->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))
% collapsed.
% Rule
% [307]
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))
% <->
% rd(rd(unit,rd(A,rd(unit,B))),rd(rd(A,rd(unit,B)),rd(rd(A,rd(unit,B)),
% rd(unit,rd(rd(unit,A),
% rd(unit,rd(B,
% rd(unit,B))))))))
% collapsed.
% Rule
% [310]
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(B,A),
% rd(unit,
% rd(B,
% rd(unit,A))))))))))))))))
% -> rd(rd(unit,A),rd(unit,rd(rd(B,A),rd(unit,B)))) collapsed.
% Rule
% [311]
% rd(rd(unit,rd(rd(unit,A),rd(unit,B))),rd(rd(rd(unit,A),rd(unit,B)),rd(
% rd(
% rd(unit,A),
% rd(unit,B)),
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(
% rd(unit,B),
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(A,
% rd(
% rd(unit,A),
% rd(unit,B)))))))))))))))))))
% ->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(rd(unit,A),
% rd(rd(unit,A),B)))))))))
% collapsed.
% Rule
% [312]
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(A,
% rd(unit,
% rd(
% rd(B,A),
% rd(unit,
% rd(B,
% rd(unit,A))))))))))))))))
% -> rd(A,rd(unit,rd(rd(B,A),rd(unit,B)))) collapsed.
% Rule
% [320]
% rd(rd(unit,rd(A,rd(unit,A))),rd(rd(A,rd(unit,A)),rd(A,rd(unit,rd(A,rd(unit,
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(B,
% rd(unit,
% rd(A,
% rd(unit,A))))))))))))))
% -> rd(A,rd(unit,rd(A,rd(unit,B)))) collapsed.
% Rule
% [324]
% rd(rd(unit,rd(B,rd(unit,B))),rd(rd(B,rd(unit,B)),rd(B,rd(unit,rd(B,rd(unit,
% rd(A,
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(unit,B))))))))))))))
% -> rd(A,rd(unit,rd(B,rd(unit,B)))) collapsed.
% Rule
% [325]
% rd(rd(unit,rd(A,rd(unit,B))),rd(rd(A,rd(unit,B)),rd(A,rd(unit,rd(B,rd(unit,A))))))
% -> rd(A,rd(A,rd(unit,B))) collapsed.
% Rule
% [327]
% rd(rd(unit,rd(rd(unit,A),rd(unit,B))),rd(rd(rd(unit,A),rd(unit,B)),rd(
% rd(
% rd(unit,A),
% rd(unit,B)),
% rd(unit,
% rd(
% rd(A,
% rd(unit,B)),
% rd(unit,
% rd(
% rd(A,
% rd(unit,B)),
% rd(unit,
% rd(
% rd(A,
% rd(unit,B)),
% rd(
% rd(unit,
% rd(A,
% rd(unit,B))),
% rd(
% rd(unit,
% rd(A,
% rd(unit,B))),
% rd(unit,
% rd(
% rd(unit,
% rd(A,
% rd(unit,B))),
% rd(unit,
% rd(
% rd(unit,
% rd(A,
% rd(unit,B))),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))))
% ->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(rd(A,rd(unit,A)),
% rd(rd(unit,rd(A,rd(unit,A))),
% rd(rd(unit,A),rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))))))))))
% collapsed.
% Rule
% [329]
% rd(rd(unit,rd(rd(unit,A),rd(unit,B))),rd(rd(rd(unit,A),rd(unit,B)),rd(
% rd(
% rd(unit,A),
% rd(unit,B)),
% rd(unit,
% rd(
% rd(A,
% rd(unit,B)),
% rd(unit,
% rd(
% rd(A,
% rd(unit,B)),
% rd(unit,
% rd(
% rd(A,
% rd(unit,B)),
% rd(
% rd(unit,
% rd(A,
% rd(unit,B))),
% rd(
% rd(unit,
% rd(A,
% rd(unit,B))),
% rd(unit,
% rd(
% rd(unit,
% rd(A,
% rd(unit,B))),
% rd(unit,
% rd(
% rd(unit,
% rd(A,
% rd(unit,B))),
% rd(
% rd(unit,A),
% rd(unit,B)))))))))))))))))
% ->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(rd(A,rd(unit,A)),
% rd(rd(unit,rd(A,rd(unit,A))),
% rd(rd(unit,A),rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(unit,A),
% rd(unit,B)))))))))))))))))))))
% collapsed.
% Rule
% [332]
% rd(rd(A,rd(unit,A)),rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,
% rd(B,
% rd(unit,B))),
% rd(rd(B,
% rd(unit,B)),
% rd(rd(unit,B),
% rd(unit,
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,B)))))))))))))))))
% -> B collapsed.
% Rule
% [339]
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(unit,A))))))))))))))))))
% -> rd(A,rd(unit,rd(A,rd(unit,rd(B,rd(unit,B)))))) collapsed.
% Rule
% [340]
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,
% rd(B,
% rd(unit,
% rd(C,
% rd(unit,
% rd(C,
% rd(unit,A))))))))))))))))))
% -> rd(rd(unit,A),rd(unit,rd(B,rd(unit,rd(C,rd(unit,C)))))) collapsed.
% Rule
% [342]
% rd(C,rd(unit,rd(C,rd(unit,rd(C,rd(rd(unit,C),rd(rd(unit,C),rd(unit,rd(
% rd(unit,
% rd(C,
% rd(unit,C))),
% rd(
% rd(C,
% rd(unit,C)),
% rd(A,
% rd(unit,
% rd(
% rd(B,C),
% rd(unit,B))))))))))))))
% <-> rd(A,rd(C,rd(rd(B,C),rd(unit,B)))) collapsed.
% Rule
% [346]
% rd(rd(unit,rd(rd(unit,A),rd(unit,rd(B,rd(A,rd(unit,A)))))),rd(unit,rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))
% -> A collapsed.
% Rule
% [347]
% rd(rd(unit,rd(B,rd(unit,C))),rd(rd(B,rd(unit,C)),rd(rd(B,rd(unit,C)),
% rd(unit,rd(A,rd(unit,
% rd(rd(unit,B),
% rd(unit,C))))))))
% -> rd(A,rd(B,rd(unit,B))) collapsed.
% Rule
% [352]
% rd(rd(unit,rd(rd(unit,A),rd(unit,B))),rd(rd(rd(unit,A),rd(unit,B)),rd(
% rd(
% rd(unit,A),
% rd(unit,B)),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(B,
% rd(unit,B))))))))
% -> rd(rd(unit,A),rd(unit,rd(B,rd(unit,A)))) collapsed.
% Rule
% [360]
% rd(rd(unit,rd(A,rd(unit,rd(A,rd(unit,B))))),rd(rd(A,rd(unit,rd(A,rd(unit,B)))),
% rd(A,rd(unit,rd(rd(A,rd(unit,B)),
% rd(unit,rd(rd(A,
% rd(unit,B)),
% rd(unit,
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,B))))))))))))
% -> rd(A,rd(unit,B)) collapsed.
% Rule
% [365]
% rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,rd(
% rd(unit,
% rd(B,
% rd(unit,B))),
% rd(
% rd(B,
% rd(unit,B)),
% rd(
% rd(A,
% rd(B,
% rd(unit,B))),
% rd(unit,
% rd(A,B)))))))))))))
% -> rd(unit,rd(rd(B,rd(unit,B)),rd(rd(A,rd(B,rd(unit,B))),rd(unit,A))))
% collapsed.
% Rule
% [371]
% rd(rd(unit,rd(rd(unit,B),rd(B,rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(unit,A))))))))),
% rd(rd(rd(unit,B),rd(B,rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(unit,A)))))))),
% rd(rd(rd(unit,B),rd(B,rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(unit,A)))))))),
% rd(unit,rd(rd(A,B),rd(unit,rd(rd(unit,B),rd(B,rd(B,rd(unit,rd(B,rd(unit,
% rd(B,
% rd(unit,A))))))))))))))
% -> rd(A,B) collapsed.
% Rule
% [376]
% rd(rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),
% rd(unit,rd(rd(unit,
% rd(A,
% rd(unit,A))),
% rd(rd(A,
% rd(unit,A)),
% rd(rd(unit,A),
% rd(unit,B))))))))))))),
% rd(rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(rd(unit,
% rd(A,
% rd(unit,A))),
% rd(rd(A,
% rd(unit,A)),
% rd(rd(unit,A),
% rd(unit,B)))))))))))),
% rd(rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(rd(unit,
% rd(A,
% rd(unit,A))),
% rd(rd(A,
% rd(unit,A)),
% rd(rd(unit,A),
% rd(unit,B)))))))))))),
% rd(unit,rd(rd(rd(unit,A),rd(unit,B)),rd(unit,rd(A,rd(unit,rd(A,rd(unit,
% rd(A,rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))))
% -> rd(rd(unit,A),rd(unit,B)) collapsed.
% Rule
% [381]
% rd(rd(unit,rd(B,rd(unit,B))),rd(rd(B,rd(unit,B)),rd(B,rd(unit,rd(B,rd(unit,
% rd(
% rd(A,B),
% rd(unit,A))))))))
% ->
% rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,rd(
% rd(unit,
% rd(B,
% rd(unit,B))),
% rd(B,
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(
% rd(A,B),
% rd(unit,A))))))))))))))))
% collapsed.
% Rule
% [382]
% rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,rd(
% rd(unit,
% rd(B,
% rd(unit,B))),
% rd(
% rd(B,
% rd(unit,B)),
% rd(
% rd(A,
% rd(B,
% rd(unit,B))),
% rd(unit,A))))))))))))
% <-> rd(rd(A,rd(B,rd(unit,B))),rd(unit,rd(A,B))) collapsed.
% Rule
% [384]
% rd(rd(unit,rd(A,rd(unit,A))),rd(rd(A,rd(unit,A)),rd(A,rd(unit,rd(A,rd(unit,
% rd(A,
% rd(unit,
% rd(B,
% rd(unit,
% rd(A,
% rd(unit,A))))))))))))
% -> rd(A,rd(unit,B)) collapsed.
% Rule
% [385]
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,
% rd(B,
% rd(A,
% rd(unit,A)))))))))))))))
% -> rd(rd(unit,A),rd(A,rd(unit,rd(A,rd(B,A))))) collapsed.
% Rule
% [387]
% rd(rd(unit,rd(B,rd(unit,rd(A,rd(unit,B))))),rd(rd(B,rd(unit,rd(A,rd(unit,B)))),
% rd(rd(B,rd(unit,rd(A,rd(unit,B)))),
% rd(unit,rd(A,rd(unit,rd(B,
% rd(unit,
% rd(B,
% rd(unit,
% rd(A,
% rd(unit,B))))))))))))
% -> rd(A,rd(unit,B)) collapsed.
% Rule
% [388]
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(B,
% rd(unit,
% rd(A,
% rd(unit,A))))))))))))))))))
% -> rd(A,rd(unit,rd(A,rd(unit,rd(B,rd(unit,A)))))) collapsed.
% Rule
% [393]
% rd(rd(rd(unit,rd(rd(unit,A),rd(unit,B))),rd(rd(rd(unit,A),rd(unit,B)),
% rd(rd(unit,A),rd(unit,rd(B,rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(
% rd(unit,B),
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B)))))))))))))))))))),
% rd(unit,C)) ->
% rd(rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(rd(unit,
% rd(A,
% rd(unit,A))),
% rd(rd(A,
% rd(unit,A)),
% rd(rd(unit,A),
% rd(unit,B)))))))))))),
% rd(unit,rd(A,rd(unit,rd(A,rd(unit,C)))))) collapsed.
% Rule
% [397]
% rd(rd(unit,rd(A,rd(unit,A))),rd(rd(A,rd(unit,A)),B)) <->
% rd(rd(unit,A),rd(unit,rd(rd(unit,A),rd(unit,rd(B,rd(A,rd(unit,A)))))))
% collapsed.
% Rule
% [399]
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))
% <->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(B,
% rd(A,
% rd(unit,A)))))))))))))))))))
% collapsed.
% Rule
% [426]
% rd(unit,rd(rd(unit,B),rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))
% <->
% rd(rd(unit,A),rd(unit,rd(rd(unit,A),rd(unit,rd(rd(A,rd(unit,B)),rd(unit,
% rd(rd(unit,A),
% rd(unit,B))))))))
% collapsed.
% Rule
% [429]
% rd(rd(A,rd(unit,B)),rd(unit,rd(rd(unit,B),rd(A,rd(unit,rd(A,rd(unit,rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,B)))))))))))))))
% -> rd(rd(A,rd(unit,A)),rd(rd(unit,A),rd(unit,B))) collapsed.
% Rule
% [430]
% rd(unit,rd(rd(unit,B),rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))
% <->
% rd(rd(A,rd(unit,B)),rd(unit,rd(rd(A,rd(unit,B)),rd(unit,rd(rd(A,rd(unit,B)),
% rd(rd(unit,rd(A,
% rd(unit,B))),
% rd(rd(unit,rd(A,
% rd(unit,B))),
% rd(unit,rd(rd(unit,
% rd(A,
% rd(unit,B))),
% rd(unit,
% rd(rd(unit,
% rd(A,
% rd(unit,B))),
% rd(rd(A,
% rd(unit,A)),
% rd(rd(unit,A),
% rd(unit,B))))))))))))))
% collapsed.
% Rule
% [432]
% rd(rd(A,rd(B,rd(unit,B))),rd(rd(unit,rd(B,rd(unit,B))),rd(rd(B,rd(unit,B)),
% rd(B,rd(unit,A))))) ->
% B collapsed.
% Rule
% [439]
% rd(rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),
% rd(unit,rd(rd(unit,
% rd(A,
% rd(unit,A))),
% rd(rd(A,
% rd(unit,A)),
% rd(rd(unit,A),
% rd(unit,B))))))))))))),
% rd(unit,rd(rd(unit,rd(rd(unit,A),rd(unit,B))),rd(rd(rd(unit,A),rd(unit,B)),
% rd(rd(unit,A),rd(unit,rd(B,
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(
% rd(unit,B),
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))))))))
% -> rd(A,rd(unit,A)) collapsed.
% Rule
% [440]
% rd(rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),
% rd(unit,rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B))))))))))))))))),
% rd(rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B)))))))))))))))),
% rd(rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B)))))))))))))))),
% rd(unit,rd(rd(unit,rd(rd(unit,A),rd(unit,B))),rd(rd(rd(unit,A),rd(unit,B)),
% rd(rd(unit,A),rd(unit,rd(B,
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(
% rd(unit,B),
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))))))))))
% -> A collapsed.
% Rule
% [441]
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(rd(A,rd(unit,A)),
% rd(rd(unit,rd(A,rd(unit,A))),
% rd(rd(unit,A),rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,A))))))),
% rd(
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,A)))))),
% rd(
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))),
% rd(
% rd(
% rd(unit,A),
% rd(unit,B)),
% rd(
% rd(unit,A),
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(
% rd(unit,B),
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))))))))))))))))))))))
% ->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))
% collapsed.
% Rule
% [442]
% rd(rd(unit,rd(rd(unit,A),rd(unit,B))),rd(rd(rd(unit,A),rd(unit,B)),rd(
% rd(
% rd(unit,A),
% rd(unit,B)),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(
% rd(unit,B),
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))))))))
% ->
% rd(rd(rd(unit,A),rd(unit,B)),rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))
% collapsed.
% Rule
% [453]
% rd(rd(rd(unit,A),rd(unit,B)),rd(unit,rd(rd(rd(unit,A),rd(unit,B)),rd(unit,
% rd(
% rd(
% rd(unit,A),
% rd(unit,B)),
% rd(
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))),
% rd(
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))),
% rd(unit,
% rd(
% rd(
% rd(unit,B),
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))),
% rd(
% rd(unit,
% rd(
% rd(unit,B),
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,B)))))))))))))),
% rd(
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))),
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(
% rd(unit,B),
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(
% rd(unit,A),
% rd(unit,B)))))))))))))))))))))))))
% ->
% rd(rd(unit,rd(rd(unit,A),rd(unit,B))),rd(unit,rd(A,rd(unit,rd(A,rd(unit,
% rd(A,
% rd(rd(unit,A),
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(rd(unit,A),
% rd(rd(unit,A),B)))))))))))))
% collapsed.
% Rule
% [454]
% rd(rd(A,rd(unit,B)),rd(unit,rd(rd(A,rd(unit,B)),rd(unit,rd(rd(A,rd(unit,B)),
% rd(rd(unit,rd(A,
% rd(unit,B))),
% rd(rd(unit,rd(A,
% rd(unit,B))),
% rd(unit,rd(rd(unit,
% rd(A,
% rd(unit,B))),
% rd(unit,
% rd(rd(unit,
% rd(A,
% rd(unit,B))),
% rd(unit,
% rd(rd(unit,
% rd(A,
% rd(unit,B))),
% rd(unit,
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(A,
% rd(rd(unit,A),
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,
% rd(A,
% rd(unit,A))),
% rd(rd(A,
% rd(unit,A)),
% rd(rd(unit,A),
% rd(unit,B))))))))))))))))))))))))))
% ->
% rd(rd(unit,rd(A,rd(unit,B))),rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(
% rd(unit,B),
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))
% collapsed.
% Rule
% [455]
% rd(rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(rd(unit,
% rd(A,
% rd(unit,A))),
% rd(rd(A,
% rd(unit,A)),
% rd(rd(unit,A),
% rd(unit,B)))))))))))),
% rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(B,rd(unit,A)))))))) ->
% rd(rd(rd(unit,A),rd(unit,B)),rd(unit,rd(A,rd(unit,rd(B,rd(unit,A))))))
% collapsed.
% Rule
% [456]
% rd(rd(unit,rd(rd(B,A),rd(unit,B))),rd(rd(rd(B,A),rd(unit,B)),rd(rd(rd(B,A),
% rd(unit,B)),
% rd(unit,
% rd(A,rd(unit,
% rd(
% rd(B,A),
% rd(unit,B))))))))
% -> A collapsed.
% Rule
% [464]
% rd(B,rd(rd(unit,A),rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,
% rd(B,
% rd(unit,B))),
% rd(rd(B,
% rd(unit,B)),
% rd(rd(unit,B),
% rd(unit,A))))))))))))))
% -> rd(A,rd(unit,rd(rd(unit,B),rd(unit,A)))) collapsed.
% Rule
% [465]
% rd(rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),
% rd(unit,rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B))))))))))))))),
% rd(rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B)))))))))))))),
% rd(rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B)))))))))))))),
% rd(unit,rd(rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),
% rd(unit,rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B)))))))))))))),
% rd(unit,rd(B,rd(unit,A)))))))) ->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(rd(A,rd(unit,A)),
% rd(rd(unit,rd(A,rd(unit,A))),
% rd(rd(unit,A),rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))))))))))
% collapsed.
% Rule
% [467]
% rd(unit,rd(rd(unit,B),rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))
% <->
% rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(A,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))
% collapsed.
% Rule
% [468]
% rd(unit,rd(rd(unit,B),rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))
% <-> rd(rd(unit,A),rd(unit,rd(B,rd(unit,rd(rd(unit,A),rd(unit,B))))))
% collapsed.
% Rule
% [470]
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(rd(A,rd(unit,A)),
% rd(rd(unit,rd(A,rd(unit,A))),
% rd(rd(unit,A),rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,A))))))),
% rd(
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,A)))))),
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))))))))))))))))))))))))))
% -> rd(rd(unit,A),rd(unit,B)) collapsed.
% Rule
% [473]
% rd(rd(unit,A),rd(unit,rd(rd(B,A),rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))
% <->
% rd(unit,rd(rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(rd(unit,
% rd(A,
% rd(unit,A))),
% rd(rd(A,
% rd(unit,A)),
% rd(rd(unit,A),
% rd(unit,B))))))))))),
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(unit,rd(rd(unit,A),
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,
% rd(A,
% rd(unit,A))),
% rd(rd(A,
% rd(unit,A)),
% rd(rd(unit,A),
% rd(unit,B))))))))))))))))
% collapsed.
% Rule
% [476]
% rd(rd(unit,rd(rd(unit,A),rd(unit,rd(rd(unit,A),rd(unit,B))))),rd(rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B)))),
% rd(rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B)))),
% rd(unit,
% rd(B,rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(
% rd(unit,B),
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B)))))))))))))))))))
% ->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(rd(A,rd(unit,A)),
% rd(rd(unit,rd(A,rd(unit,A))),
% rd(rd(unit,A),rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B)))))))))))))))))))))))
% collapsed.
% Rule
% [477]
% rd(rd(unit,rd(rd(unit,A),rd(unit,rd(rd(unit,A),rd(unit,B))))),rd(rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B)))),
% rd(rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B)))),
% rd(unit,
% rd(B,rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(
% rd(unit,B),
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))))))
% ->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(rd(A,rd(unit,A)),
% rd(rd(unit,rd(A,rd(unit,A))),
% rd(rd(unit,A),rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))))))))))))
% collapsed.
% Rule
% [486]
% rd(rd(A,rd(A,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(unit,B)))))))))))),
% rd(unit,rd(B,A))) <->
% rd(unit,rd(rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(rd(unit,
% rd(A,
% rd(unit,A))),
% rd(rd(A,
% rd(unit,A)),
% rd(rd(unit,A),
% rd(unit,B))))))))))),
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(unit,rd(rd(unit,A),
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,
% rd(A,
% rd(unit,A))),
% rd(rd(A,
% rd(unit,A)),
% rd(rd(unit,A),
% rd(unit,B))))))))))))))))
% collapsed.
% Rule
% [492]
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(
% rd(B,C),
% rd(unit,
% rd(C,
% rd(unit,
% rd(C,
% rd(unit,A))))))))))))))))))))
% -> rd(A,rd(unit,rd(A,rd(unit,rd(B,rd(unit,C)))))) collapsed.
% Rule
% [497]
% rd(rd(unit,rd(B,A)),rd(rd(B,A),rd(rd(B,A),rd(unit,rd(A,rd(unit,rd(rd(A,
% rd(A,B)),
% rd(unit,
% rd(B,A)))))))))
% -> rd(rd(unit,A),rd(A,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,B))))))))
% collapsed.
% Rule
% [500]
% rd(rd(unit,rd(A,rd(unit,B))),rd(rd(A,rd(unit,B)),rd(rd(A,rd(unit,B)),
% rd(unit,rd(B,rd(unit,
% rd(B,rd(unit,
% rd(B,
% rd(
% rd(unit,B),
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,A),
% rd(A,
% rd(unit,B)))))))))))))))))))
% <->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(A,
% rd(unit,B)))))))))))))
% collapsed.
% Rule
% [501]
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,A),
% rd(A,
% rd(unit,B)))))))))))))
% <->
% rd(rd(unit,rd(A,rd(unit,B))),rd(rd(A,rd(unit,B)),rd(rd(A,rd(unit,B)),
% rd(unit,rd(B,rd(unit,
% rd(B,rd(unit,
% rd(B,
% rd(
% rd(unit,B),
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,A),
% rd(A,
% rd(unit,B)))))))))))))))))))
% collapsed.
% Current number of equations to process: 869
% Current number of ordered equations: 0
% Current number of rules: 266
% New rule produced : [519] rd(A,rd(B,A)) <-> rd(rd(A,rd(unit,A)),B)
% Current number of equations to process: 878
% Current number of ordered equations: 1
% Current number of rules: 267
% New rule produced : [520] rd(rd(A,rd(unit,A)),B) <-> rd(A,rd(B,A))
% Current number of equations to process: 878
% Current number of ordered equations: 0
% Current number of rules: 268
% New rule produced :
% [521] rd(B,rd(A,rd(unit,A))) <-> rd(unit,rd(A,rd(unit,rd(A,B))))
% Current number of equations to process: 890
% Current number of ordered equations: 1
% Current number of rules: 269
% New rule produced :
% [522] rd(unit,rd(A,rd(unit,rd(A,B)))) <-> rd(B,rd(A,rd(unit,A)))
% Current number of equations to process: 890
% Current number of ordered equations: 0
% Current number of rules: 270
% New rule produced :
% [523] rd(B,rd(rd(A,B),rd(unit,A))) <-> rd(unit,rd(rd(A,B),rd(B,A)))
% Current number of equations to process: 889
% Current number of ordered equations: 1
% Current number of rules: 271
% New rule produced :
% [524] rd(unit,rd(rd(A,B),rd(B,A))) <-> rd(B,rd(rd(A,B),rd(unit,A)))
% Current number of equations to process: 889
% Current number of ordered equations: 0
% Current number of rules: 272
% New rule produced :
% [525] rd(A,rd(B,rd(C,rd(B,rd(unit,C))))) <-> rd(unit,rd(B,rd(A,B)))
% Current number of equations to process: 888
% Current number of ordered equations: 1
% Current number of rules: 273
% New rule produced :
% [526] rd(unit,rd(B,rd(A,B))) <-> rd(A,rd(B,rd(C,rd(B,rd(unit,C)))))
% Current number of equations to process: 888
% Current number of ordered equations: 0
% Current number of rules: 274
% Rule [482]
% rd(rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(B,rd(rd(unit,B),rd(rd(unit,B),
% rd(unit,rd(
% rd(unit,B),A))))))))),
% rd(unit,rd(A,B))) <->
% rd(rd(unit,rd(A,B)),rd(unit,rd(rd(unit,B),rd(B,rd(B,rd(unit,rd(B,
% rd(unit,
% rd(B,
% rd(unit,A)))))))))) is composed into 
% [482]
% rd(rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,
% rd(
% rd(unit,B),A))))))))),
% rd(unit,rd(A,B))) <->
% rd(rd(unit,rd(A,B)),rd(unit,rd(unit,rd(B,rd(B,rd(unit,rd(B,rd(unit,A))))))))
% Rule [461]
% rd(A,rd(unit,rd(C,B))) <->
% rd(rd(A,rd(B,rd(unit,B))),rd(unit,rd(rd(unit,B),rd(B,rd(B,rd(unit,
% rd(B,rd(unit,
% rd(B,
% rd(unit,C)))))))))) is composed into 
% [461]
% rd(A,rd(unit,rd(C,B))) <->
% rd(rd(A,rd(B,rd(unit,B))),rd(unit,rd(unit,rd(B,rd(B,rd(unit,rd(B,rd(unit,C))))))))
% Rule [403]
% rd(B,rd(unit,rd(B,rd(unit,rd(A,B))))) <->
% rd(rd(unit,B),rd(B,rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(unit,A)))))))) is composed into 
% [403]
% rd(B,rd(unit,rd(B,rd(unit,rd(A,B))))) <->
% rd(unit,rd(B,rd(B,rd(unit,rd(B,rd(unit,A))))))
% Rule [285]
% rd(rd(A,rd(unit,rd(B,rd(unit,B)))),C) <->
% rd(unit,rd(C,rd(rd(unit,C),rd(C,rd(C,rd(unit,rd(A,rd(unit,rd(B,rd(unit,
% rd(B,
% rd(unit,C)))))))))))) is composed into 
% [285]
% rd(rd(A,rd(unit,rd(B,rd(unit,B)))),C) <->
% rd(unit,rd(C,rd(unit,rd(C,rd(A,rd(unit,rd(B,rd(unit,rd(B,rd(unit,C))))))))))
% Rule [276]
% rd(rd(A,rd(unit,B)),rd(unit,rd(A,B))) ->
% rd(rd(A,B),rd(unit,rd(rd(unit,B),rd(B,rd(B,rd(unit,rd(B,rd(unit,
% rd(B,rd(unit,A)))))))))) is composed into 
% [276]
% rd(rd(A,rd(unit,B)),rd(unit,rd(A,B))) ->
% rd(rd(A,B),rd(unit,rd(unit,rd(B,rd(B,rd(unit,rd(B,rd(unit,A))))))))
% Rule [137] rd(B,A) <-> rd(rd(unit,A),rd(A,rd(A,rd(unit,B)))) is composed into 
% [137] rd(B,A) <-> rd(unit,rd(A,B))
% New rule produced :
% [527] rd(rd(unit,A),rd(A,rd(A,rd(unit,B)))) -> rd(unit,rd(A,B))
% Rule [138] rd(rd(unit,A),rd(A,rd(A,rd(unit,B)))) <-> rd(B,A) collapsed.
% Rule
% [158]
% rd(rd(rd(unit,A),rd(A,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,B)))))))),
% rd(B,A)) -> rd(A,rd(unit,A)) collapsed.
% Rule
% [170]
% rd(rd(unit,B),rd(B,rd(B,rd(unit,rd(rd(A,B),rd(unit,A)))))) ->
% rd(unit,rd(B,rd(rd(A,B),rd(unit,A)))) collapsed.
% Rule
% [237]
% rd(rd(unit,B),rd(B,rd(B,rd(unit,rd(A,rd(B,rd(unit,B))))))) ->
% rd(unit,rd(B,rd(unit,rd(B,rd(A,B))))) collapsed.
% Rule
% [273]
% rd(rd(unit,A),rd(A,rd(A,rd(unit,rd(A,rd(unit,rd(B,rd(unit,rd(C,rd(unit,
% rd(C,rd(unit,A))))))))))))
% -> rd(A,rd(unit,rd(B,rd(unit,rd(C,rd(unit,C)))))) collapsed.
% Rule
% [284]
% rd(unit,rd(C,rd(rd(unit,C),rd(C,rd(C,rd(unit,rd(A,rd(unit,rd(B,rd(unit,
% rd(B,rd(unit,C))))))))))))
% <-> rd(rd(A,rd(unit,rd(B,rd(unit,B)))),C) collapsed.
% Rule
% [343]
% rd(rd(unit,C),rd(C,rd(C,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(B,rd(unit,
% rd(B,rd(unit,C))))))))))))
% -> rd(A,rd(unit,rd(A,rd(unit,rd(B,rd(unit,B)))))) collapsed.
% Rule
% [390]
% rd(rd(A,rd(unit,rd(rd(unit,B),rd(B,rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(unit,C)))))))))),
% rd(C,B)) -> rd(A,rd(unit,rd(B,rd(unit,B)))) collapsed.
% Rule
% [404]
% rd(rd(unit,B),rd(B,rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(unit,A)))))))) <->
% rd(B,rd(unit,rd(B,rd(unit,rd(A,B))))) collapsed.
% Rule
% [460]
% rd(rd(unit,rd(rd(unit,A),rd(A,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,B))))))))),
% rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(B,rd(unit,A)))))))) -> rd(A,rd(unit,A))
% collapsed.
% Rule
% [462]
% rd(rd(A,rd(B,rd(unit,B))),rd(unit,rd(rd(unit,B),rd(B,rd(B,rd(unit,rd(B,
% rd(unit,
% rd(B,
% rd(unit,C))))))))))
% <-> rd(A,rd(unit,rd(C,B))) collapsed.
% Rule
% [481]
% rd(rd(unit,rd(A,B)),rd(unit,rd(rd(unit,B),rd(B,rd(B,rd(unit,rd(B,rd(unit,
% rd(B,
% rd(unit,A))))))))))
% <->
% rd(rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,
% rd(
% rd(unit,B),A))))))))),
% rd(unit,rd(A,B))) collapsed.
% Current number of equations to process: 917
% Current number of ordered equations: 0
% Current number of rules: 263
% New rule produced :
% [528] rd(A,rd(B,rd(rd(unit,A),B))) <-> rd(unit,rd(B,rd(unit,B)))
% Current number of equations to process: 922
% Current number of ordered equations: 1
% Current number of rules: 264
% New rule produced :
% [529] rd(unit,rd(B,rd(unit,B))) <-> rd(A,rd(B,rd(rd(unit,A),B)))
% Current number of equations to process: 922
% Current number of ordered equations: 0
% Current number of rules: 265
% New rule produced :
% [530] rd(rd(unit,A),rd(B,rd(unit,rd(B,A)))) -> rd(unit,rd(B,rd(unit,B)))
% Current number of equations to process: 921
% Current number of ordered equations: 0
% Current number of rules: 266
% Rule [488]
% rd(rd(unit,A),rd(unit,rd(rd(B,A),rd(unit,rd(A,rd(unit,rd(B,rd(unit,A))))))))
% <->
% rd(unit,rd(rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),
% rd(unit,rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B))))))))))))),
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(unit,rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B)))))))))))))))))) is composed into 
% [488]
% rd(rd(unit,A),rd(unit,rd(rd(B,A),rd(unit,rd(A,rd(unit,rd(B,rd(unit,A))))))))
% <->
% rd(unit,rd(rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(rd(unit,A),rd(unit,rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),B))))))))))))),
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(unit,rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(rd(unit,A),B))))))))))))))))))
% Rule [469]
% rd(rd(unit,A),rd(unit,rd(B,rd(unit,rd(rd(unit,A),rd(unit,B)))))) <->
% rd(unit,rd(rd(unit,B),rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),
% rd(rd(unit,A),
% rd(unit,rd(unit,
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B)))))))))))))))) is composed into 
% [469]
% rd(rd(unit,A),rd(unit,rd(B,rd(unit,rd(rd(unit,A),rd(unit,B)))))) <->
% rd(unit,rd(rd(unit,B),rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(unit,
% rd(rd(unit,A),
% rd(rd(unit,A),
% rd(rd(A,
% rd(unit,A)),
% rd(rd(unit,
% rd(A,
% rd(unit,A))),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B))))))))))))))))
% Rule [447]
% rd(rd(unit,A),rd(unit,rd(B,rd(unit,rd(B,rd(unit,A)))))) <->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(B,
% rd(unit,B)))))))))))))))) is composed into 
% [447]
% rd(rd(unit,A),rd(unit,rd(B,rd(unit,rd(B,rd(unit,A)))))) <->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(rd(unit,A),rd(unit,rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(rd(unit,A),
% rd(B,rd(unit,B))))))))))))))))
% Rule [427]
% rd(rd(unit,A),rd(unit,rd(rd(unit,A),rd(unit,rd(rd(A,rd(unit,B)),
% rd(unit,rd(rd(unit,A),
% rd(unit,B))))))))
% <->
% rd(unit,rd(rd(unit,B),rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),
% rd(rd(unit,A),
% rd(unit,rd(unit,
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B)))))))))))))))) is composed into 
% [427]
% rd(rd(unit,A),rd(unit,rd(rd(unit,A),rd(unit,rd(rd(A,rd(unit,B)),rd(unit,
% rd(rd(unit,A),
% rd(unit,B))))))))
% <->
% rd(unit,rd(rd(unit,B),rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(unit,
% rd(rd(unit,A),
% rd(rd(unit,A),
% rd(rd(A,
% rd(unit,A)),
% rd(rd(unit,
% rd(A,
% rd(unit,A))),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B))))))))))))))))
% Rule [407]
% rd(A,rd(unit,rd(rd(unit,B),rd(unit,rd(C,rd(unit,B)))))) <->
% rd(A,rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,C)))))))))))))))) is composed into 
% [407]
% rd(A,rd(unit,rd(rd(unit,B),rd(unit,rd(C,rd(unit,B)))))) <->
% rd(A,rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(rd(unit,B),rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(
% rd(unit,B),C))))))))))))))))
% Rule [402]
% rd(rd(unit,A),rd(A,rd(unit,rd(A,rd(B,A))))) <->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(rd(A,rd(unit,A)),
% rd(rd(unit,rd(A,
% rd(unit,A))),
% rd(rd(unit,A),
% rd(unit,rd(rd(unit,A),
% rd(unit,
% rd(rd(
% rd(unit,A),
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,A))))),
% rd(rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,A)))))),
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(A,
% rd(rd(unit,A),
% rd(rd(unit,A),
% rd(unit,
% rd(unit,
% rd(rd(A,
% rd(unit,A)),
% rd(rd(unit,
% rd(A,
% rd(unit,A))),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B)))))))))))))))))))))))))))))) is composed into 
% [402]
% rd(rd(unit,A),rd(A,rd(unit,rd(A,rd(B,A))))) <->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(rd(A,rd(unit,A)),
% rd(rd(unit,rd(A,rd(unit,A))),
% rd(rd(unit,A),rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(
% rd(unit,A),
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,A))))),
% rd(
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,A)))))),
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(unit,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))))))))))))))))
% Rule [383]
% rd(rd(A,rd(B,rd(unit,B))),rd(unit,rd(A,B))) <->
% rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,
% rd(unit,
% rd(rd(B,
% rd(unit,B)),
% rd(rd(unit,
% rd(B,
% rd(unit,B))),
% rd(unit,
% rd(rd(A,
% rd(B,
% rd(unit,B))),
% rd(unit,A)))))))))))))) is composed into 
% [383]
% rd(rd(A,rd(B,rd(unit,B))),rd(unit,rd(A,B))) <->
% rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(unit,rd(rd(unit,B),rd(rd(unit,B),
% rd(rd(B,
% rd(unit,B)),
% rd(rd(unit,
% rd(B,
% rd(unit,B))),
% rd(unit,
% rd(rd(A,
% rd(B,
% rd(unit,B))),
% rd(unit,A))))))))))))))
% Rule [377]
% rd(B,A) <->
% rd(A,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),
% rd(unit,rd(rd(unit,A),B)))))))))) is composed into 
% [377]
% rd(B,A) <->
% rd(A,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(rd(unit,A),rd(rd(unit,A),
% rd(rd(unit,A),B))))))))))
% Rule [364]
% rd(rd(rd(unit,A),rd(B,rd(A,rd(unit,A)))),rd(unit,rd(rd(B,rd(A,rd(unit,A))),
% rd(unit,rd(B,A))))) ->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(unit,
% rd(rd(A,
% rd(unit,A)),
% rd(rd(unit,
% rd(A,
% rd(unit,A))),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B)))))))))))))) is composed into 
% [364]
% rd(rd(rd(unit,A),rd(B,rd(A,rd(unit,A)))),rd(unit,rd(rd(B,rd(A,rd(unit,A))),
% rd(unit,rd(B,A))))) ->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(unit,rd(rd(unit,A),rd(rd(unit,A),
% rd(rd(A,
% rd(unit,A)),
% rd(rd(unit,
% rd(A,
% rd(unit,A))),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B))))))))))))))
% Rule [359]
% rd(rd(unit,A),rd(unit,rd(B,rd(unit,rd(A,rd(unit,A)))))) <->
% rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(rd(unit,A),rd(unit,rd(B,
% rd(unit,A)))))))) is composed into 
% [359]
% rd(rd(unit,A),rd(unit,rd(B,rd(unit,rd(A,rd(unit,A)))))) <->
% rd(A,rd(unit,rd(rd(unit,A),rd(unit,rd(rd(unit,A),rd(rd(unit,A),rd(B,rd(unit,A))))))))
% Rule [354]
% rd(A,rd(unit,rd(B,rd(unit,B)))) <->
% rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,rd(rd(unit,B),
% rd(unit,rd(A,
% rd(unit,B)))))))))) is composed into 
% [354]
% rd(A,rd(unit,rd(B,rd(unit,B)))) <->
% rd(B,rd(unit,rd(B,rd(unit,rd(rd(unit,B),rd(unit,rd(rd(unit,B),rd(rd(unit,B),
% rd(A,rd(unit,B))))))))))
% Rule [341]
% rd(A,rd(C,rd(rd(B,C),rd(unit,B)))) <->
% rd(C,rd(unit,rd(C,rd(unit,rd(C,rd(rd(unit,C),rd(rd(unit,C),rd(unit,
% rd(unit,
% rd(rd(C,
% rd(unit,C)),
% rd(rd(unit,
% rd(C,
% rd(unit,C))),
% rd(unit,
% rd(A,
% rd(unit,
% rd(rd(B,C),
% rd(unit,B)))))))))))))))) is composed into 
% [341]
% rd(A,rd(C,rd(rd(B,C),rd(unit,B)))) <->
% rd(C,rd(unit,rd(C,rd(unit,rd(C,rd(unit,rd(unit,rd(rd(unit,C),rd(rd(unit,C),
% rd(rd(C,
% rd(unit,C)),
% rd(rd(unit,
% rd(C,
% rd(unit,C))),
% rd(unit,
% rd(A,rd(unit,
% rd(
% rd(B,C),
% rd(unit,B))))))))))))))))
% Rule [304]
% rd(rd(unit,A),rd(unit,rd(rd(B,C),rd(unit,rd(C,rd(unit,rd(C,rd(unit,A))))))))
% <->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(B,
% rd(unit,C)))))))))))))))) is composed into 
% [304]
% rd(rd(unit,A),rd(unit,rd(rd(B,C),rd(unit,rd(C,rd(unit,rd(C,rd(unit,A))))))))
% <->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(rd(unit,A),rd(unit,rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(rd(unit,A),
% rd(B,rd(unit,C))))))))))))))))
% Rule [261]
% rd(B,rd(unit,A)) <->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B)))))))))))))))) is composed into 
% [261]
% rd(B,rd(unit,A)) <->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(rd(unit,A),rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),B))))))))))))))))
% Rule [254]
% rd(rd(unit,rd(A,rd(rd(unit,A),rd(unit,B)))),rd(unit,rd(B,rd(unit,A))))
% ->
% rd(rd(rd(unit,A),rd(unit,B)),rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B)))))))))))))))) is composed into 
% [254]
% rd(rd(unit,rd(A,rd(rd(unit,A),rd(unit,B)))),rd(unit,rd(B,rd(unit,A)))) ->
% rd(rd(rd(unit,A),rd(unit,B)),rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),B))))))))))))))))
% Rule [211]
% rd(rd(unit,A),rd(unit,rd(B,rd(unit,rd(C,rd(unit,rd(C,rd(unit,A))))))))
% <->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(B,
% rd(unit,
% rd(C,
% rd(unit,C)))))))))))))))))) is composed into 
% [211]
% rd(rd(unit,A),rd(unit,rd(B,rd(unit,rd(C,rd(unit,rd(C,rd(unit,A)))))))) <->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(rd(unit,A),rd(unit,rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(rd(unit,A),
% rd(B,rd(unit,
% rd(C,
% rd(unit,C))))))))))))))))))
% Rule [201]
% rd(A,rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(C,rd(unit,C)))))))) <->
% rd(C,rd(rd(unit,C),rd(rd(unit,C),rd(unit,rd(A,rd(unit,rd(B,rd(unit,
% rd(B,
% rd(unit,C)))))))))) is composed into 
% [201]
% rd(A,rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(C,rd(unit,C)))))))) <->
% rd(C,rd(unit,rd(rd(unit,C),rd(rd(unit,C),rd(A,rd(unit,rd(B,rd(unit,rd(B,
% rd(unit,C))))))))))
% Rule [186]
% rd(B,A) <->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(unit,
% rd(rd(A,
% rd(unit,A)),
% rd(rd(unit,
% rd(A,
% rd(unit,A))),
% rd(unit,B)))))))))))) is composed into 
% [186]
% rd(B,A) <->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(unit,rd(rd(unit,A),rd(rd(unit,A),
% rd(rd(A,
% rd(unit,A)),
% rd(rd(unit,
% rd(A,
% rd(unit,A))),
% rd(unit,B))))))))))))
% Rule [164]
% rd(A,rd(unit,B)) <->
% rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,A)))))))))))) is composed into 
% [164]
% rd(A,rd(unit,B)) <->
% rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(rd(unit,B),rd(unit,rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(rd(unit,B),A))))))))))))
% New rule produced : [531] rd(A,rd(A,rd(unit,B))) <-> rd(unit,rd(A,rd(A,B)))
% Rule
% [154]
% rd(A,rd(rd(rd(unit,B),rd(unit,A)),rd(rd(unit,rd(rd(unit,B),rd(unit,A))),
% rd(rd(unit,rd(rd(unit,B),rd(unit,A))),
% rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),
% rd(rd(unit,B),
% rd(unit,A))))))))))
% -> rd(rd(unit,B),rd(unit,A)) collapsed.
% Rule
% [157]
% rd(rd(A,rd(unit,rd(B,rd(unit,A)))),rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B)))))))
% -> rd(A,rd(unit,A)) collapsed.
% Rule
% [177]
% rd(rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),
% rd(unit,rd(rd(unit,
% rd(A,
% rd(unit,A))),
% rd(rd(unit,A),
% rd(unit,B)))))))))))),
% rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(rd(unit,A),rd(unit,B))))))) ->
% rd(rd(unit,A),rd(unit,B)) collapsed.
% Rule
% [181]
% rd(rd(unit,rd(rd(unit,A),rd(A,B))),rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B))))))))
% -> rd(A,rd(unit,B)) collapsed.
% Rule
% [202]
% rd(C,rd(rd(unit,C),rd(rd(unit,C),rd(unit,rd(A,rd(unit,rd(B,rd(unit,rd(B,
% rd(unit,C))))))))))
% <-> rd(A,rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(C,rd(unit,C)))))))) collapsed.
% Rule
% [240]
% rd(rd(A,rd(unit,B)),rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,A)))))))))))))))))
% -> rd(B,rd(unit,B)) collapsed.
% Rule
% [242]
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(B,
% rd(A,
% rd(unit,A)))))))))))))))))
% <->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(unit,
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))
% collapsed.
% Rule
% [243]
% rd(rd(A,rd(unit,rd(B,rd(unit,A)))),rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B)))))))))))))))
% -> rd(A,rd(unit,A)) collapsed.
% Rule
% [253]
% rd(rd(rd(unit,A),rd(unit,B)),rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(
% rd(unit,B),
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))
% ->
% rd(rd(unit,A),rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(
% rd(unit,B),
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))))
% collapsed.
% Rule
% [257]
% rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(
% rd(unit,A),
% rd(A,
% rd(unit,B))))))))))))))
% <-> rd(rd(A,B),rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(A,rd(unit,B))))))))
% collapsed.
% Rule
% [259]
% rd(rd(A,B),rd(unit,rd(rd(A,B),rd(unit,rd(rd(A,B),rd(rd(unit,rd(A,B)),
% rd(rd(unit,rd(A,B)),
% rd(unit,rd(rd(unit,rd(A,B)),
% rd(unit,rd(rd(unit,
% rd(A,B)),
% rd(A,
% rd(B,
% rd(unit,B))))))))))))))
% -> B collapsed.
% Rule
% [262]
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),
% rd(unit,rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))
% <-> rd(B,rd(unit,A)) collapsed.
% Rule
% [291]
% rd(rd(A,rd(unit,rd(B,rd(unit,A)))),rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(A,
% rd(unit,B))))))))))))))
% -> rd(rd(A,B),rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(A,rd(unit,B))))))))
% collapsed.
% Rule
% [302]
% rd(rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(rd(unit,A),
% rd(unit,B))))))))))))),
% rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),B)))))))))))))
% ->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(unit,rd(rd(unit,A),rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),B)))))))))))))
% collapsed.
% Rule
% [303]
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(B,
% rd(unit,C))))))))))))))))
% <->
% rd(rd(unit,A),rd(unit,rd(rd(B,C),rd(unit,rd(C,rd(unit,rd(C,rd(unit,A))))))))
% collapsed.
% Rule
% [305]
% rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(B,
% rd(
% rd(unit,B),
% rd(unit,A))))))))))))))
% -> rd(rd(unit,B),rd(unit,A)) collapsed.
% Rule
% [309]
% rd(rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(rd(unit,A),
% rd(rd(unit,A),
% rd(rd(unit,A),B))))))))))),
% rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))
% ->
% rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(unit,rd(rd(unit,B),rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(
% rd(unit,A),
% rd(unit,B)))))))))))))))
% collapsed.
% Rule
% [328]
% rd(rd(A,B),rd(unit,rd(rd(A,B),rd(unit,rd(rd(A,B),rd(rd(unit,rd(A,B)),
% rd(rd(unit,rd(A,B)),
% rd(unit,rd(rd(B,rd(rd(A,B),
% rd(unit,A))),
% rd(rd(unit,rd(B,
% rd(
% rd(A,B),
% rd(unit,A)))),
% rd(rd(unit,rd(A,B)),
% rd(unit,rd(B,
% rd(B,A))))))))))))))
% ->
% rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,rd(
% rd(unit,B),A)))))))))
% collapsed.
% Rule
% [330]
% rd(rd(A,rd(unit,rd(A,rd(unit,B)))),rd(unit,rd(rd(A,rd(unit,rd(A,rd(unit,B)))),
% rd(unit,rd(rd(A,rd(unit,rd(A,
% rd(unit,B)))),
% rd(rd(unit,rd(A,rd(unit,
% rd(A,
% rd(unit,B))))),
% rd(rd(unit,rd(A,rd(unit,
% rd(A,
% rd(unit,B))))),
% rd(unit,rd(rd(unit,
% rd(A,rd(unit,
% rd(A,
% rd(unit,B))))),
% rd(unit,rd(
% rd(unit,
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,B))))),
% rd(
% rd(A,
% rd(unit,A)),B))))))))))))
% -> rd(B,rd(unit,B)) collapsed.
% Rule
% [331]
% rd(rd(A,B),rd(unit,rd(rd(A,B),rd(unit,rd(rd(A,B),rd(rd(unit,rd(A,B)),
% rd(rd(unit,rd(A,B)),
% rd(unit,rd(rd(unit,rd(A,B)),
% rd(unit,rd(rd(unit,
% rd(A,B)),
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(A,B))))))))))))))))
% -> rd(B,rd(unit,B)) collapsed.
% Rule
% [333]
% rd(rd(A,rd(unit,rd(A,rd(unit,B)))),rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(
% rd(unit,B),
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(A,
% rd(unit,A)))))))))))))))))
% -> B collapsed.
% Rule
% [334]
% rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(A,
% rd(B,
% rd(unit,B)))))))))))))))
% -> rd(A,B) collapsed.
% Rule
% [336]
% rd(rd(A,B),rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),
% rd(unit,rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(A,
% rd(B,
% rd(unit,B))))))))))))))))))
% -> B collapsed.
% Rule
% [350]
% rd(rd(B,C),rd(unit,rd(rd(B,C),rd(unit,rd(rd(B,C),rd(rd(unit,rd(B,C)),
% rd(rd(unit,rd(B,C)),
% rd(unit,rd(rd(unit,rd(B,C)),
% rd(unit,rd(rd(unit,
% rd(B,C)),
% rd(unit,
% rd(A,
% rd(rd(B,C),
% rd(C,B)))))))))))))))
% -> rd(A,rd(B,C)) collapsed.
% Rule
% [351]
% rd(rd(C,rd(unit,rd(C,rd(unit,rd(C,rd(rd(unit,C),rd(rd(unit,C),rd(unit,
% rd(rd(unit,C),
% rd(unit,
% rd(rd(unit,C),
% rd(unit,
% rd(A,rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(unit,C)))))))))))))))))),
% rd(unit,V_3)) ->
% rd(A,rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(C,rd(unit,rd(C,rd(unit,V_3))))))))))
% collapsed.
% Rule
% [353]
% rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,rd(rd(unit,B),rd(unit,
% rd(A,
% rd(unit,B))))))))))
% <-> rd(A,rd(unit,rd(B,rd(unit,B)))) collapsed.
% Rule
% [358]
% rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(rd(unit,A),rd(unit,rd(B,rd(unit,A))))))))
% <-> rd(rd(unit,A),rd(unit,rd(B,rd(unit,rd(A,rd(unit,A)))))) collapsed.
% Rule
% [361]
% rd(rd(A,rd(A,B)),rd(rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),B))))))))),
% rd(unit,rd(B,A)))) -> rd(B,A) collapsed.
% Rule
% [367]
% rd(rd(A,rd(A,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B)))))))))))))),
% rd(unit,rd(B,rd(unit,A)))) <->
% rd(unit,rd(rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B))))))))))))),
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(unit,rd(rd(unit,A),
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B))))))))))))))))))
% collapsed.
% Rule
% [368]
% rd(rd(A,rd(unit,rd(B,rd(unit,rd(B,rd(unit,C)))))),rd(unit,rd(rd(A,rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(unit,C)))))),
% rd(unit,rd(
% rd(A,
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(unit,C)))))),
% rd(
% rd(unit,
% rd(A,
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(unit,C))))))),
% rd(
% rd(unit,
% rd(A,
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(unit,C))))))),
% rd(unit,
% rd(
% rd(unit,
% rd(A,
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(unit,C))))))),
% rd(unit,
% rd(
% rd(unit,
% rd(A,
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(unit,C))))))),
% rd(
% rd(A,
% rd(unit,
% rd(B,
% rd(unit,B)))),C))))))))))))
% -> rd(C,rd(unit,C)) collapsed.
% Rule
% [370]
% rd(rd(unit,A),rd(unit,rd(rd(B,rd(unit,A)),rd(unit,rd(A,rd(unit,rd(A,rd(unit,
% rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))))
% <->
% rd(unit,rd(rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B))))))))))))),
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(unit,rd(rd(unit,A),
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B))))))))))))))))))
% collapsed.
% Rule
% [378]
% rd(A,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(rd(unit,A),B))))))))))
% <-> rd(B,A) collapsed.
% Rule
% [380]
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(A,
% rd(
% rd(B,A),
% rd(unit,B))))))))))))))))
% -> rd(rd(unit,A),rd(unit,rd(rd(B,A),rd(unit,B)))) collapsed.
% Rule
% [389]
% rd(rd(A,rd(unit,rd(B,rd(unit,rd(C,rd(unit,B)))))),rd(B,rd(unit,rd(B,rd(unit,
% rd(B,
% rd(
% rd(unit,B),
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,C)))))))))))))))
% -> rd(A,rd(unit,rd(B,rd(unit,B)))) collapsed.
% Rule
% [398]
% rd(rd(A,rd(unit,B)),rd(unit,rd(rd(A,rd(unit,B)),rd(unit,rd(rd(A,rd(unit,B)),
% rd(rd(unit,rd(A,
% rd(unit,B))),
% rd(rd(unit,rd(A,
% rd(unit,B))),
% rd(unit,rd(rd(unit,
% rd(A,
% rd(unit,B))),
% rd(unit,
% rd(rd(unit,
% rd(A,
% rd(unit,B))),
% rd(A,
% rd(unit,
% rd(B,
% rd(unit,B)))))))))))))))
% -> rd(unit,B) collapsed.
% Rule
% [400]
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(B,
% rd(A,
% rd(unit,A)))))))))))))))))))
% <->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(unit,
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))
% collapsed.
% Rule
% [406]
% rd(A,rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),
% rd(unit,rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,C))))))))))))))))
% <-> rd(A,rd(unit,rd(rd(unit,B),rd(unit,rd(C,rd(unit,B)))))) collapsed.
% Rule
% [410]
% rd(rd(A,rd(unit,rd(A,B))),rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),A)))))))))))
% -> rd(A,rd(unit,B)) collapsed.
% Rule
% [416]
% rd(rd(A,rd(unit,B)),rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),
% rd(rd(unit,B),
% rd(unit,rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,A))))))))))))))))
% <->
% rd(B,rd(rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,A))))))))))))),
% rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(unit,rd(rd(unit,B),
% rd(rd(unit,B),
% rd(unit,rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,A))))))))))))))))))
% collapsed.
% Rule
% [418]
% rd(rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B)))))))))))))),
% rd(unit,rd(rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),
% rd(unit,rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B)))))))))))))),
% rd(unit,rd(rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B)))))))))))))),
% rd(rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),
% rd(rd(unit,A),
% rd(unit,rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))),
% rd(rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),
% rd(rd(unit,A),
% rd(unit,rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))),
% rd(unit,rd(rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))),
% rd(unit,rd(rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B))))))))))),
% rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),
% rd(unit,rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(A,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B)))))))))))))))))))))))))))))))))
% ->
% rd(rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),
% rd(unit,rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B))))))))))))))),
% rd(unit,rd(B,rd(unit,A)))) collapsed.
% Rule
% [419]
% rd(rd(A,rd(unit,rd(B,rd(unit,rd(B,rd(unit,C)))))),rd(C,rd(unit,rd(C,rd(unit,
% rd(C,
% rd(
% rd(unit,C),
% rd(
% rd(unit,C),
% rd(unit,
% rd(
% rd(unit,C),
% rd(unit,
% rd(
% rd(unit,C),
% rd(unit,
% rd(
% rd(unit,C),
% rd(unit,
% rd(A,
% rd(unit,
% rd(B,
% rd(unit,B)))))))))))))))))))
% -> C collapsed.
% Rule
% [425]
% rd(rd(A,rd(unit,rd(B,rd(unit,B)))),rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(
% rd(unit,B),
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(A,
% rd(unit,B))))))))))))))
% -> rd(rd(A,B),rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(A,rd(unit,B))))))))
% collapsed.
% Rule
% [431]
% rd(rd(A,rd(unit,B)),rd(unit,rd(rd(A,rd(unit,B)),rd(unit,rd(rd(A,rd(unit,B)),
% rd(rd(unit,rd(A,
% rd(unit,B))),
% rd(rd(unit,rd(A,
% rd(unit,B))),
% rd(unit,rd(rd(unit,
% rd(A,
% rd(unit,B))),
% rd(unit,
% rd(rd(unit,
% rd(A,
% rd(unit,B))),
% rd(rd(A,
% rd(unit,A)),
% rd(rd(unit,A),
% rd(unit,B))))))))))))))
% <->
% rd(unit,rd(rd(unit,B),rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(
% rd(unit,A),
% rd(unit,
% rd(unit,
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))
% collapsed.
% Rule
% [434]
% rd(rd(A,rd(unit,B)),rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(B,rd(rd(unit,B),
% rd(rd(unit,B),
% rd(unit,rd(rd(unit,B),A))))))))))
% -> rd(unit,rd(B,rd(rd(A,B),rd(unit,A)))) collapsed.
% Rule
% [446]
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(B,
% rd(unit,B))))))))))))))))
% <-> rd(rd(unit,A),rd(unit,rd(B,rd(unit,rd(B,rd(unit,A)))))) collapsed.
% Rule
% [448]
% rd(rd(rd(A,B),rd(unit,rd(B,rd(unit,rd(B,rd(unit,C)))))),rd(unit,rd(rd(
% rd(A,B),
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(unit,C)))))),
% rd(unit,
% rd(rd(
% rd(A,B),
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(unit,C)))))),
% rd(rd(unit,
% rd(
% rd(A,B),
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(unit,C))))))),
% rd(rd(unit,
% rd(
% rd(A,B),
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(unit,C))))))),
% rd(unit,
% rd(rd(unit,
% rd(
% rd(A,B),
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(unit,C))))))),
% rd(unit,
% rd(rd(unit,
% rd(
% rd(A,B),
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(unit,C))))))),
% rd(rd(A,
% rd(unit,B)),C))))))))))))
% -> rd(C,rd(unit,C)) collapsed.
% Rule
% [449]
% rd(rd(rd(A,B),rd(unit,rd(B,rd(unit,rd(B,rd(unit,C)))))),rd(C,rd(unit,
% rd(C,rd(unit,
% rd(C,
% rd(
% rd(unit,C),
% rd(
% rd(unit,C),
% rd(unit,
% rd(
% rd(unit,C),
% rd(unit,
% rd(
% rd(unit,C),
% rd(unit,
% rd(
% rd(unit,C),
% rd(unit,
% rd(A,
% rd(unit,B)))))))))))))))))
% -> C collapsed.
% Rule
% [459]
% rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(B,
% rd(A,B)))))))))))))
% -> A collapsed.
% Rule
% [466]
% rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(A,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))
% <->
% rd(unit,rd(rd(unit,B),rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(
% rd(unit,A),
% rd(unit,
% rd(unit,
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))
% collapsed.
% Rule
% [482]
% rd(rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,
% rd(
% rd(unit,B),A))))))))),
% rd(unit,rd(A,B))) <->
% rd(rd(unit,rd(A,B)),rd(unit,rd(unit,rd(B,rd(B,rd(unit,rd(B,rd(unit,A))))))))
% collapsed.
% Rule
% [489]
% rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(unit,rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(A,
% rd(unit,
% rd(A,
% rd(B,
% rd(unit,B)))))))))))))))))
% -> rd(A,rd(unit,rd(A,B))) collapsed.
% Rule
% [495]
% rd(rd(rd(A,rd(unit,B)),rd(unit,A)),rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(unit,B)))))))))
% -> rd(unit,A) collapsed.
% Rule
% [496]
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(rd(unit,A),rd(unit,rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(A,
% rd(B,A)))))))))))))
% -> rd(B,A) collapsed.
% Rule
% [498]
% rd(rd(B,A),rd(unit,rd(rd(B,A),rd(unit,rd(rd(B,A),rd(rd(unit,rd(B,A)),
% rd(rd(unit,rd(B,A)),
% rd(unit,rd(rd(A,rd(rd(B,A),
% rd(unit,B))),
% rd(rd(unit,rd(A,
% rd(
% rd(B,A),
% rd(unit,B)))),
% rd(rd(A,rd(B,A)),
% rd(unit,rd(A,
% rd(A,B))))))))))))))
% -> rd(rd(A,rd(B,A)),rd(unit,A)) collapsed.
% Rule
% [499]
% rd(rd(rd(B,C),rd(unit,B)),rd(unit,rd(rd(rd(B,C),rd(unit,B)),rd(unit,rd(
% rd(
% rd(B,C),
% rd(unit,B)),
% rd(
% rd(unit,
% rd(
% rd(B,C),
% rd(unit,B))),
% rd(
% rd(unit,
% rd(
% rd(B,C),
% rd(unit,B))),
% rd(unit,
% rd(
% rd(unit,
% rd(
% rd(B,C),
% rd(unit,B))),
% rd(unit,
% rd(
% rd(unit,
% rd(
% rd(B,C),
% rd(unit,B))),
% rd(unit,
% rd(A,
% rd(unit,
% rd(C,
% rd(
% rd(B,C),
% rd(unit,B)))))))))))))))))
% -> rd(A,rd(unit,C)) collapsed.
% Current number of equations to process: 1006
% Current number of ordered equations: 1
% Current number of rules: 212
% New rule produced : [532] rd(unit,rd(A,rd(A,B))) <-> rd(A,rd(A,rd(unit,B)))
% The conjecture has been reduced. 
% Conjecture is now:
% rd(rd(a,b),rd(unit,rd(b,rd(unit,rd(b,rd(c,rd(c,rd(unit,rd(b,rd(unit,rd(c,
% rd(unit,c)))))))))))) = 
% rd(rd(a,rd(b,rd(c,rd(c,rd(c,rd(b,rd(unit,rd(c,rd(unit,c))))))))),rd(unit,
% rd(rd(unit,c),
% rd(unit,
% rd(rd(c,b),
% rd(unit,
% rd(b,
% rd(unit,
% rd(b,
% rd(unit,
% rd(rd(c,b),
% rd(unit,
% rd(b,
% rd(unit,
% rd(b,
% rd(unit,
% rd(rd(unit,c),
% rd(unit,
% rd(rd(c,b),
% rd(unit,
% rd(b,
% rd(unit,
% rd(b,
% rd(c,
% rd(c,
% rd(unit,
% rd(b,
% rd(unit,
% rd(c,
% rd(unit,c))))))))))))))))))))))))))))))
% 
% Current number of equations to process: 1006
% Current number of ordered equations: 0
% Current number of rules: 213
% New rule produced :
% [533] rd(A,rd(A,rd(C,B))) <-> rd(unit,rd(A,rd(A,rd(B,C))))
% Current number of equations to process: 1005
% Current number of ordered equations: 1
% Current number of rules: 214
% New rule produced :
% [534] rd(unit,rd(A,rd(A,rd(B,C)))) <-> rd(A,rd(A,rd(C,B)))
% Current number of equations to process: 1005
% Current number of ordered equations: 0
% Current number of rules: 215
% New rule produced :
% [535] rd(A,rd(A,B)) <-> rd(unit,rd(A,rd(unit,rd(rd(unit,B),A))))
% Current number of equations to process: 1004
% Current number of ordered equations: 1
% Current number of rules: 216
% New rule produced :
% [536] rd(unit,rd(A,rd(unit,rd(rd(unit,B),A)))) <-> rd(A,rd(A,B))
% Current number of equations to process: 1004
% Current number of ordered equations: 0
% Current number of rules: 217
% New rule produced : [537] rd(rd(A,B),rd(unit,rd(B,rd(A,B)))) -> rd(A,rd(A,B))
% Current number of equations to process: 1003
% Current number of ordered equations: 0
% Current number of rules: 218
% New rule produced :
% [538] rd(A,rd(A,rd(C,rd(B,rd(unit,C))))) <-> rd(unit,rd(A,rd(A,B)))
% Current number of equations to process: 1027
% Current number of ordered equations: 1
% Current number of rules: 219
% New rule produced :
% [539] rd(unit,rd(A,rd(A,B))) <-> rd(A,rd(A,rd(C,rd(B,rd(unit,C)))))
% Current number of equations to process: 1027
% Current number of ordered equations: 0
% Current number of rules: 220
% New rule produced :
% [540] rd(unit,rd(A,rd(B,rd(rd(unit,A),B)))) -> rd(B,rd(unit,B))
% Current number of equations to process: 1047
% Current number of ordered equations: 0
% Current number of rules: 221
% New rule produced :
% [541] rd(rd(A,B),rd(unit,rd(B,rd(unit,A)))) -> rd(A,rd(unit,A))
% Current number of equations to process: 1069
% Current number of ordered equations: 1
% Current number of rules: 222
% New rule produced :
% [542] rd(rd(unit,rd(A,B)),rd(rd(unit,B),A)) -> rd(B,rd(unit,B))
% Current number of equations to process: 1069
% Current number of ordered equations: 0
% Current number of rules: 223
% New rule produced : [543] rd(rd(A,B),rd(rd(unit,A),B)) -> rd(A,rd(unit,A))
% Rule [145] rd(rd(A,rd(unit,B)),rd(rd(unit,A),rd(unit,B))) -> rd(A,rd(unit,A))
% collapsed.
% Current number of equations to process: 1090
% Current number of ordered equations: 0
% Current number of rules: 223
% New rule produced :
% [544] rd(A,rd(unit,rd(A,B))) <-> rd(unit,rd(B,rd(A,rd(unit,A))))
% Current number of equations to process: 1112
% Current number of ordered equations: 1
% Current number of rules: 224
% New rule produced :
% [545] rd(unit,rd(B,rd(A,rd(unit,A)))) <-> rd(A,rd(unit,rd(A,B)))
% Current number of equations to process: 1112
% Current number of ordered equations: 0
% Current number of rules: 225
% New rule produced :
% [546] rd(rd(A,B),rd(B,A)) <-> rd(unit,rd(B,rd(rd(A,B),rd(unit,A))))
% Current number of equations to process: 1111
% Current number of ordered equations: 1
% Current number of rules: 226
% New rule produced :
% [547] rd(unit,rd(B,rd(rd(A,B),rd(unit,A)))) <-> rd(rd(A,B),rd(B,A))
% Current number of equations to process: 1111
% Current number of ordered equations: 0
% Current number of rules: 227
% New rule produced : [548] rd(rd(unit,rd(A,rd(B,rd(unit,B)))),rd(B,A)) -> B
% Current number of equations to process: 1131
% Current number of ordered equations: 0
% Current number of rules: 228
% New rule produced : [549] rd(rd(A,rd(B,A)),rd(rd(A,rd(unit,A)),B)) -> unit
% Current number of equations to process: 1165
% Current number of ordered equations: 0
% Current number of rules: 229
% New rule produced :
% [550] rd(B,rd(A,rd(unit,rd(B,rd(unit,B))))) <-> rd(unit,rd(A,rd(unit,B)))
% Rule
% [319]
% rd(A,rd(A,rd(B,rd(unit,rd(A,rd(unit,A)))))) <->
% rd(A,rd(unit,rd(B,rd(unit,A)))) collapsed.
% Current number of equations to process: 1164
% Current number of ordered equations: 1
% Current number of rules: 229
% New rule produced :
% [551] rd(unit,rd(A,rd(unit,B))) <-> rd(B,rd(A,rd(unit,rd(B,rd(unit,B)))))
% Rule
% [318]
% rd(A,rd(unit,rd(B,rd(unit,A)))) <->
% rd(A,rd(A,rd(B,rd(unit,rd(A,rd(unit,A)))))) collapsed.
% Current number of equations to process: 1164
% Current number of ordered equations: 0
% Current number of rules: 229
% New rule produced :
% [552] rd(B,rd(unit,A)) <-> rd(unit,rd(rd(unit,rd(A,rd(unit,A))),rd(B,A)))
% Current number of equations to process: 1162
% Current number of ordered equations: 1
% Current number of rules: 230
% New rule produced :
% [553] rd(unit,rd(rd(unit,rd(A,rd(unit,A))),rd(B,A))) <-> rd(B,rd(unit,A))
% Current number of equations to process: 1162
% Current number of ordered equations: 0
% Current number of rules: 231
% New rule produced :
% [554] rd(rd(A,rd(B,rd(unit,A))),rd(unit,rd(B,rd(unit,B)))) -> B
% Current number of equations to process: 1161
% Current number of ordered equations: 0
% Current number of rules: 232
% New rule produced :
% [555] rd(rd(unit,rd(A,B)),rd(unit,rd(B,A))) -> rd(B,rd(rd(A,B),rd(unit,A)))
% Current number of equations to process: 1159
% Current number of ordered equations: 0
% Current number of rules: 233
% New rule produced :
% [556]
% rd(A,rd(unit,rd(B,rd(unit,A)))) <-> rd(unit,rd(rd(unit,A),rd(A,rd(unit,B))))
% Current number of equations to process: 1158
% Current number of ordered equations: 1
% Current number of rules: 234
% New rule produced :
% [557]
% rd(unit,rd(rd(unit,A),rd(A,rd(unit,B)))) <-> rd(A,rd(unit,rd(B,rd(unit,A))))
% Current number of equations to process: 1158
% Current number of ordered equations: 0
% Current number of rules: 235
% New rule produced :
% [558] rd(rd(A,B),rd(unit,rd(B,rd(rd(unit,B),rd(unit,A))))) -> B
% Current number of equations to process: 1157
% Current number of ordered equations: 0
% Current number of rules: 236
% New rule produced :
% [559] rd(A,rd(rd(B,C),rd(C,B))) <-> rd(unit,rd(rd(B,C),rd(A,rd(B,C))))
% Current number of equations to process: 1156
% Current number of ordered equations: 1
% Current number of rules: 237
% New rule produced :
% [560] rd(unit,rd(rd(B,C),rd(A,rd(B,C)))) <-> rd(A,rd(rd(B,C),rd(C,B)))
% Current number of equations to process: 1156
% Current number of ordered equations: 0
% Current number of rules: 238
% New rule produced :
% [561]
% rd(A,rd(unit,rd(B,rd(unit,B)))) <-> rd(unit,rd(rd(unit,B),rd(A,rd(unit,B))))
% Current number of equations to process: 1155
% Current number of ordered equations: 1
% Current number of rules: 239
% New rule produced :
% [562]
% rd(unit,rd(rd(unit,B),rd(A,rd(unit,B)))) <-> rd(A,rd(unit,rd(B,rd(unit,B))))
% Current number of equations to process: 1155
% Current number of ordered equations: 0
% Current number of rules: 240
% New rule produced :
% [563] rd(rd(A,rd(B,rd(unit,B))),rd(unit,rd(B,rd(A,B)))) -> unit
% Current number of equations to process: 1153
% Current number of ordered equations: 1
% Current number of rules: 241
% New rule produced : [564] rd(rd(A,rd(B,rd(C,B))),rd(C,rd(B,rd(unit,B)))) -> A
% Current number of equations to process: 1153
% Current number of ordered equations: 0
% Current number of rules: 242
% New rule produced :
% [565] rd(unit,rd(A,rd(A,rd(B,rd(C,rd(unit,B)))))) -> rd(A,rd(A,C))
% Current number of equations to process: 1150
% Current number of ordered equations: 0
% Current number of rules: 243
% New rule produced :
% [566] rd(unit,rd(A,rd(rd(B,C),rd(C,B)))) <-> rd(rd(B,C),rd(A,rd(B,C)))
% Current number of equations to process: 1149
% Current number of ordered equations: 1
% Current number of rules: 244
% New rule produced :
% [567] rd(rd(B,C),rd(A,rd(B,C))) <-> rd(unit,rd(A,rd(rd(B,C),rd(C,B))))
% Current number of equations to process: 1149
% Current number of ordered equations: 0
% Current number of rules: 245
% New rule produced :
% [568]
% rd(unit,rd(A,rd(unit,rd(B,rd(unit,B))))) <-> rd(rd(unit,B),rd(A,rd(unit,B)))
% Current number of equations to process: 1148
% Current number of ordered equations: 1
% Current number of rules: 246
% New rule produced :
% [569]
% rd(rd(unit,B),rd(A,rd(unit,B))) <-> rd(unit,rd(A,rd(unit,rd(B,rd(unit,B)))))
% Current number of equations to process: 1148
% Current number of ordered equations: 0
% Current number of rules: 247
% New rule produced :
% [570] rd(rd(A,rd(B,A)),rd(unit,rd(B,rd(A,rd(unit,A))))) -> unit
% Current number of equations to process: 1146
% Current number of ordered equations: 1
% Current number of rules: 248
% New rule produced : [571] rd(rd(A,rd(B,rd(C,rd(unit,C)))),rd(C,rd(B,C))) -> A
% Current number of equations to process: 1146
% Current number of ordered equations: 0
% Current number of rules: 249
% New rule produced :
% [572] rd(B,rd(A,B)) <-> rd(unit,rd(A,rd(B,rd(C,rd(B,rd(unit,C))))))
% Current number of equations to process: 1145
% Current number of ordered equations: 1
% Current number of rules: 250
% New rule produced :
% [573] rd(unit,rd(A,rd(B,rd(C,rd(B,rd(unit,C)))))) <-> rd(B,rd(A,B))
% Current number of equations to process: 1145
% Current number of ordered equations: 0
% Current number of rules: 251
% New rule produced :
% [574] rd(rd(unit,B),rd(A,rd(B,rd(unit,B)))) -> rd(unit,rd(A,B))
% Rule [153] rd(unit,rd(rd(unit,B),rd(A,rd(B,rd(unit,B))))) -> rd(A,B)
% collapsed.
% Rule
% [364]
% rd(rd(rd(unit,A),rd(B,rd(A,rd(unit,A)))),rd(unit,rd(rd(B,rd(A,rd(unit,A))),
% rd(unit,rd(B,A))))) ->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(unit,rd(rd(unit,A),rd(rd(unit,A),
% rd(rd(A,
% rd(unit,A)),
% rd(rd(unit,
% rd(A,
% rd(unit,A))),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B))))))))))))))
% collapsed.
% Current number of equations to process: 1176
% Current number of ordered equations: 0
% Current number of rules: 250
% New rule produced : [575] rd(rd(A,rd(B,A)),rd(B,rd(B,A))) -> rd(A,B)
% Current number of equations to process: 1182
% Current number of ordered equations: 0
% Current number of rules: 251
% New rule produced :
% [576] rd(rd(rd(unit,A),B),rd(unit,rd(B,rd(B,A)))) -> rd(unit,B)
% Current number of equations to process: 1181
% Current number of ordered equations: 0
% Current number of rules: 252
% New rule produced :
% [577] rd(rd(B,rd(B,A)),rd(A,rd(unit,rd(A,B)))) -> rd(unit,rd(A,B))
% Current number of equations to process: 1180
% Current number of ordered equations: 0
% Current number of rules: 253
% New rule produced :
% [578] rd(rd(rd(A,B),rd(unit,A)),rd(rd(unit,B),rd(unit,A))) -> A
% Current number of equations to process: 1179
% Current number of ordered equations: 0
% Current number of rules: 254
% New rule produced :
% [579] rd(rd(unit,rd(A,rd(A,B))),rd(B,A)) -> rd(unit,rd(B,rd(unit,rd(B,A))))
% Current number of equations to process: 1205
% Current number of ordered equations: 0
% Current number of rules: 255
% New rule produced : [580] rd(A,rd(B,C)) <-> rd(unit,rd(rd(unit,rd(C,B)),A))
% Rule [548] rd(rd(unit,rd(A,rd(B,rd(unit,B)))),rd(B,A)) -> B collapsed.
% Rule
% [579] rd(rd(unit,rd(A,rd(A,B))),rd(B,A)) -> rd(unit,rd(B,rd(unit,rd(B,A))))
% collapsed.
% Current number of equations to process: 1289
% Current number of ordered equations: 1
% Current number of rules: 254
% New rule produced : [581] rd(unit,rd(rd(unit,rd(C,B)),A)) <-> rd(A,rd(B,C))
% Current number of equations to process: 1289
% Current number of ordered equations: 0
% Current number of rules: 255
% New rule produced :
% [582] rd(A,rd(B,rd(C,rd(unit,B)))) <-> rd(unit,rd(rd(unit,C),A))
% Current number of equations to process: 1314
% Current number of ordered equations: 1
% Current number of rules: 256
% New rule produced :
% [583] rd(unit,rd(rd(unit,C),A)) <-> rd(A,rd(B,rd(C,rd(unit,B))))
% Current number of equations to process: 1314
% Current number of ordered equations: 0
% Current number of rules: 257
% New rule produced : [584] rd(rd(unit,rd(A,rd(A,B))),rd(rd(unit,B),A)) -> A
% Current number of equations to process: 1313
% Current number of ordered equations: 0
% Current number of rules: 258
% New rule produced : [585] rd(rd(A,rd(unit,rd(B,A))),rd(B,rd(A,B))) -> rd(A,B)
% Current number of equations to process: 1312
% Current number of ordered equations: 0
% Current number of rules: 259
% New rule produced :
% [586] rd(A,rd(B,rd(C,rd(unit,C)))) <-> rd(unit,rd(rd(unit,rd(C,rd(B,C))),A))
% Current number of equations to process: 1311
% Current number of ordered equations: 1
% Current number of rules: 260
% New rule produced :
% [587] rd(unit,rd(rd(unit,rd(C,rd(B,C))),A)) <-> rd(A,rd(B,rd(C,rd(unit,C))))
% Current number of equations to process: 1311
% Current number of ordered equations: 0
% Current number of rules: 261
% New rule produced : [588] rd(rd(unit,rd(A,rd(A,rd(B,C)))),rd(rd(C,B),A)) -> A
% Current number of equations to process: 1345
% Current number of ordered equations: 0
% Current number of rules: 262
% Rule [172]
% rd(rd(unit,A),rd(rd(unit,B),rd(B,A))) <->
% rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(A,rd(rd(unit,A),rd(unit,B)))))) is composed into 
% [172]
% rd(rd(unit,A),rd(rd(unit,B),rd(B,A))) <->
% rd(unit,rd(rd(unit,B),rd(unit,rd(A,rd(rd(unit,A),rd(unit,B))))))
% New rule produced :
% [589]
% rd(A,rd(rd(unit,A),rd(rd(unit,A),B))) -> rd(unit,rd(rd(unit,A),rd(unit,B)))
% Rule
% [160]
% rd(rd(A,rd(unit,rd(A,rd(unit,B)))),rd(rd(unit,rd(A,rd(unit,rd(A,rd(unit,B))))),
% rd(rd(unit,rd(A,rd(unit,rd(A,rd(unit,B))))),
% rd(rd(A,rd(unit,A)),B)))) ->
% rd(B,rd(unit,B)) collapsed.
% Rule
% [171]
% rd(B,rd(rd(unit,B),rd(rd(unit,B),rd(A,rd(rd(unit,A),rd(unit,B)))))) <->
% rd(rd(unit,A),rd(rd(unit,B),rd(B,A))) collapsed.
% Current number of equations to process: 1486
% Current number of ordered equations: 0
% Current number of rules: 261
% New rule produced :
% [590] rd(rd(A,rd(unit,B)),rd(rd(B,A),rd(unit,B))) -> rd(A,rd(B,A))
% Current number of equations to process: 1540
% Current number of ordered equations: 0
% Current number of rules: 262
% New rule produced :
% [591] rd(rd(A,rd(unit,A)),rd(B,A)) -> rd(A,rd(unit,rd(A,rd(B,A))))
% Rule
% [375]
% rd(rd(unit,rd(rd(A,B),rd(A,rd(unit,B)))),rd(rd(B,rd(unit,B)),rd(A,B))) ->
% rd(A,B) collapsed.
% Current number of equations to process: 1577
% Current number of ordered equations: 0
% Current number of rules: 262
% New rule produced :
% [592] rd(rd(A,rd(B,A)),rd(rd(unit,B),rd(B,A))) -> rd(A,rd(unit,B))
% Current number of equations to process: 1576
% Current number of ordered equations: 0
% Current number of rules: 263
% New rule produced :
% [593] rd(rd(A,B),rd(C,rd(unit,rd(C,B)))) -> rd(A,rd(C,rd(unit,C)))
% Rule
% [182]
% rd(rd(A,rd(unit,B)),rd(C,rd(unit,rd(C,rd(unit,B))))) ->
% rd(A,rd(C,rd(unit,C))) collapsed.
% Rule [530] rd(rd(unit,A),rd(B,rd(unit,rd(B,A)))) -> rd(unit,rd(B,rd(unit,B)))
% collapsed.
% Current number of equations to process: 1599
% Current number of ordered equations: 0
% Current number of rules: 262
% New rule produced :
% [594] rd(A,rd(B,rd(unit,rd(B,rd(unit,C))))) <-> rd(rd(A,C),rd(B,rd(unit,B)))
% Current number of equations to process: 1603
% Current number of ordered equations: 1
% Current number of rules: 263
% New rule produced :
% [595] rd(rd(A,C),rd(B,rd(unit,B))) <-> rd(A,rd(B,rd(unit,rd(B,rd(unit,C)))))
% Current number of equations to process: 1603
% Current number of ordered equations: 0
% Current number of rules: 264
% New rule produced : [596] rd(rd(unit,A),rd(A,rd(A,B))) <-> rd(rd(unit,B),A)
% Current number of equations to process: 1780
% Current number of ordered equations: 1
% Current number of rules: 265
% New rule produced : [597] rd(rd(unit,B),A) <-> rd(rd(unit,A),rd(A,rd(A,B)))
% Current number of equations to process: 1780
% Current number of ordered equations: 0
% Current number of rules: 266
% New rule produced :
% [598] rd(A,rd(unit,rd(rd(unit,B),rd(unit,A)))) <-> rd(rd(A,B),rd(unit,A))
% Current number of equations to process: 1779
% Current number of ordered equations: 1
% Current number of rules: 267
% New rule produced :
% [599] rd(rd(A,B),rd(unit,A)) <-> rd(A,rd(unit,rd(rd(unit,B),rd(unit,A))))
% Current number of equations to process: 1779
% Current number of ordered equations: 0
% Current number of rules: 268
% New rule produced :
% [600] rd(rd(unit,A),rd(A,rd(A,rd(B,C)))) <-> rd(rd(C,B),A)
% Current number of equations to process: 1831
% Current number of ordered equations: 1
% Current number of rules: 269
% New rule produced :
% [601] rd(rd(C,B),A) <-> rd(rd(unit,A),rd(A,rd(A,rd(B,C))))
% Current number of equations to process: 1831
% Current number of ordered equations: 0
% Current number of rules: 270
% New rule produced :
% [602] rd(A,rd(unit,rd(rd(B,C),rd(unit,A)))) <-> rd(rd(A,rd(C,B)),rd(unit,A))
% Current number of equations to process: 1830
% Current number of ordered equations: 1
% Current number of rules: 271
% New rule produced :
% [603] rd(rd(A,rd(C,B)),rd(unit,A)) <-> rd(A,rd(unit,rd(rd(B,C),rd(unit,A))))
% Current number of equations to process: 1830
% Current number of ordered equations: 0
% Current number of rules: 272
% Rule [519] rd(A,rd(B,A)) <-> rd(rd(A,rd(unit,A)),B) is composed into 
% [519] rd(A,rd(B,A)) <-> rd(A,rd(unit,rd(A,B)))
% Rule [480]
% rd(rd(unit,A),rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(A,rd(unit,A))))))))
% <->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(rd(A,rd(unit,A)),
% rd(rd(unit,rd(A,
% rd(unit,A))),
% rd(rd(unit,A),
% rd(unit,rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(B,
% rd(unit,B)))))))))))))))))))))))))) is composed into 
% [480]
% rd(rd(unit,A),rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(A,rd(unit,A)))))))) <->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,
% rd(rd(unit,
% rd(A,
% rd(unit,A))),
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(B,
% rd(unit,B))))))))))))))))))))))))))))
% Rule [469]
% rd(rd(unit,A),rd(unit,rd(B,rd(unit,rd(rd(unit,A),rd(unit,B)))))) <->
% rd(unit,rd(rd(unit,B),rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(unit,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B)))))))))))))))) is composed into 
% [469]
% rd(rd(unit,A),rd(unit,rd(B,rd(unit,rd(rd(unit,A),rd(unit,B)))))) <->
% rd(unit,rd(rd(unit,B),rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(unit,
% rd(rd(unit,A),
% rd(rd(unit,A),
% rd(A,rd(unit,
% rd(A,
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))))
% Rule [427]
% rd(rd(unit,A),rd(unit,rd(rd(unit,A),rd(unit,rd(rd(A,rd(unit,B)),
% rd(unit,rd(rd(unit,A),
% rd(unit,B))))))))
% <->
% rd(unit,rd(rd(unit,B),rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(unit,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B)))))))))))))))) is composed into 
% [427]
% rd(rd(unit,A),rd(unit,rd(rd(unit,A),rd(unit,rd(rd(A,rd(unit,B)),rd(unit,
% rd(rd(unit,A),
% rd(unit,B))))))))
% <->
% rd(unit,rd(rd(unit,B),rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(unit,
% rd(rd(unit,A),
% rd(rd(unit,A),
% rd(A,rd(unit,
% rd(A,
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))))
% Rule [402]
% rd(rd(unit,A),rd(A,rd(unit,rd(A,rd(B,A))))) <->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(rd(A,rd(unit,A)),
% rd(rd(unit,rd(A,
% rd(unit,A))),
% rd(rd(unit,A),
% rd(unit,rd(rd(unit,A),
% rd(unit,
% rd(rd(
% rd(unit,A),
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,A))))),
% rd(rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,A)))))),
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(unit,
% rd(rd(unit,A),
% rd(rd(unit,A),
% rd(rd(A,
% rd(unit,A)),
% rd(rd(unit,
% rd(A,
% rd(unit,A))),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B)))))))))))))))))))))))))))))) is composed into 
% [402]
% rd(rd(unit,A),rd(A,rd(unit,rd(A,rd(B,A))))) <->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,
% rd(rd(unit,
% rd(A,
% rd(unit,A))),
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(
% rd(unit,A),
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,A))))),
% rd(rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,A)))))),
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(unit,
% rd(rd(unit,A),
% rd(rd(unit,A),
% rd(A,
% rd(unit,
% rd(A,
% rd(rd(unit,
% rd(A,
% rd(unit,A))),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B))))))))))))))))))))))))))))))))))
% Rule [396]
% rd(rd(unit,A),rd(unit,rd(rd(unit,A),rd(unit,rd(B,rd(A,rd(unit,A)))))))
% <->
% rd(unit,rd(rd(A,rd(unit,A)),rd(rd(unit,rd(A,rd(unit,A))),rd(unit,B)))) is composed into 
% [396]
% rd(rd(unit,A),rd(unit,rd(rd(unit,A),rd(unit,rd(B,rd(A,rd(unit,A))))))) <->
% rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,rd(A,rd(unit,A))),rd(unit,B))))))
% Rule [383]
% rd(rd(A,rd(B,rd(unit,B))),rd(unit,rd(A,B))) <->
% rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(unit,rd(rd(unit,B),rd(
% rd(unit,B),
% rd(
% rd(B,
% rd(unit,B)),
% rd(
% rd(unit,
% rd(B,
% rd(unit,B))),
% rd(unit,
% rd(
% rd(A,
% rd(B,
% rd(unit,B))),
% rd(unit,A)))))))))))))) is composed into 
% [383]
% rd(rd(A,rd(B,rd(unit,B))),rd(unit,rd(A,B))) <->
% rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(unit,rd(rd(unit,B),rd(rd(unit,B),
% rd(B,rd(unit,
% rd(B,
% rd(
% rd(unit,
% rd(B,
% rd(unit,B))),
% rd(unit,
% rd(
% rd(A,
% rd(B,
% rd(unit,B))),
% rd(unit,A))))))))))))))))
% Rule [341]
% rd(A,rd(C,rd(rd(B,C),rd(unit,B)))) <->
% rd(C,rd(unit,rd(C,rd(unit,rd(C,rd(unit,rd(unit,rd(rd(unit,C),rd(
% rd(unit,C),
% rd(
% rd(C,
% rd(unit,C)),
% rd(
% rd(unit,
% rd(C,
% rd(unit,C))),
% rd(unit,
% rd(A,
% rd(unit,
% rd(
% rd(B,C),
% rd(unit,B)))))))))))))))) is composed into 
% [341]
% rd(A,rd(C,rd(rd(B,C),rd(unit,B)))) <->
% rd(C,rd(unit,rd(C,rd(unit,rd(C,rd(unit,rd(unit,rd(rd(unit,C),rd(rd(unit,C),
% rd(C,rd(unit,
% rd(C,
% rd(
% rd(unit,
% rd(C,
% rd(unit,C))),
% rd(unit,
% rd(A,
% rd(unit,
% rd(
% rd(B,C),
% rd(unit,B))))))))))))))))))
% Rule [322]
% rd(A,rd(unit,rd(B,rd(unit,B)))) <->
% rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(unit,
% rd(B,rd(unit,
% rd(
% rd(B,
% rd(unit,B)),
% rd(
% rd(unit,
% rd(B,
% rd(unit,B))),
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,A)))))))))))))))))))))))))))))) is composed into 
% [322]
% rd(A,rd(unit,rd(B,rd(unit,B)))) <->
% rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(B,
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(rd(unit,
% rd(B,
% rd(unit,B))),
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,A))))))))))))))))))))))))))))))))
% Rule [279]
% rd(rd(unit,A),rd(unit,rd(rd(unit,A),rd(unit,rd(B,rd(unit,A)))))) <->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(rd(A,rd(unit,A)),
% rd(rd(unit,rd(A,
% rd(unit,A))),
% rd(rd(unit,A),
% rd(unit,rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(A,
% rd(rd(unit,A),
% rd(unit,B)))))))))))))))))))))))))) is composed into 
% [279]
% rd(rd(unit,A),rd(unit,rd(rd(unit,A),rd(unit,rd(B,rd(unit,A)))))) <->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,
% rd(rd(unit,
% rd(A,
% rd(unit,A))),
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(A,
% rd(rd(unit,A),
% rd(unit,B))))))))))))))))))))))))))))
% Rule [235]
% rd(rd(unit,A),rd(unit,rd(B,rd(A,rd(unit,A))))) <->
% rd(unit,rd(rd(A,rd(unit,A)),rd(rd(unit,rd(A,rd(unit,A))),rd(unit,
% rd(A,rd(unit,B)))))) is composed into 
% [235]
% rd(rd(unit,A),rd(unit,rd(B,rd(A,rd(unit,A))))) <->
% rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,rd(A,rd(unit,A))),rd(unit,rd(A,rd(unit,B))))))))
% Rule [208]
% rd(A,rd(unit,rd(A,rd(unit,rd(B,rd(A,rd(unit,A))))))) <->
% rd(A,rd(rd(A,rd(unit,A)),rd(A,rd(unit,B)))) is composed into [208]
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(B,
% rd(A,
% rd(unit,A)))))))
% <->
% rd(A,
% rd(A,
% rd(unit,
% rd(A,
% rd(A,
% rd(unit,B))))))
% Rule [186]
% rd(B,A) <->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(unit,rd(rd(unit,A),rd(
% rd(unit,A),
% rd(
% rd(A,
% rd(unit,A)),
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(unit,B)))))))))))) is composed into 
% [186]
% rd(B,A) <->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(unit,rd(rd(unit,A),rd(rd(unit,A),
% rd(A,rd(unit,
% rd(A,
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(unit,B))))))))))))))
% New rule produced : [604] rd(rd(A,rd(unit,A)),B) -> rd(A,rd(unit,rd(A,B)))
% Rule [149] rd(rd(A,rd(unit,A)),rd(B,rd(unit,A))) -> rd(unit,rd(B,A))
% collapsed.
% Rule [191] rd(rd(A,rd(unit,A)),rd(unit,B)) -> rd(A,rd(unit,rd(A,rd(unit,B))))
% collapsed.
% Rule
% [278]
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(rd(A,rd(unit,A)),
% rd(rd(unit,rd(A,rd(unit,A))),
% rd(rd(unit,A),rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(A,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))))))))))))
% <-> rd(rd(unit,A),rd(unit,rd(rd(unit,A),rd(unit,rd(B,rd(unit,A))))))
% collapsed.
% Rule
% [321]
% rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(B,
% rd(unit,
% rd(rd(B,
% rd(unit,B)),
% rd(rd(unit,
% rd(B,
% rd(unit,B))),
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,A))))))))))))))))))))))))))))))
% <-> rd(A,rd(unit,rd(B,rd(unit,B)))) collapsed.
% Rule
% [326]
% rd(unit,rd(rd(A,rd(unit,A)),rd(A,rd(unit,B)))) ->
% rd(A,rd(rd(A,rd(unit,A)),B)) collapsed.
% Rule
% [362]
% rd(rd(A,rd(unit,B)),rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(unit,
% rd(rd(B,
% rd(unit,B)),
% rd(rd(unit,
% rd(B,
% rd(unit,B))),
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(B,
% rd(rd(unit,B),
% rd(unit,A)))))))))))))))))))))))))))
% -> rd(B,rd(unit,B)) collapsed.
% Rule
% [379]
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(rd(A,rd(unit,A)),
% rd(rd(unit,rd(A,rd(unit,A))),
% rd(rd(unit,A),rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(B,
% rd(A,
% rd(unit,A)))))))))))))))))))))))))))
% -> rd(rd(unit,A),rd(unit,B)) collapsed.
% Rule
% [411]
% rd(rd(unit,rd(rd(A,rd(unit,A)),B)),rd(unit,rd(A,rd(unit,rd(A,rd(unit,C))))))
% -> rd(B,rd(unit,C)) collapsed.
% Rule
% [435]
% rd(rd(A,rd(unit,rd(B,rd(unit,B)))),rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(unit,
% rd(B,
% rd(unit,
% rd(
% rd(B,
% rd(unit,B)),
% rd(
% rd(unit,
% rd(B,
% rd(unit,B))),
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,A)))))))))))))))))))))))))
% -> B collapsed.
% Rule
% [474]
% rd(rd(A,rd(unit,A)),rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,
% rd(rd(A,
% rd(unit,A)),
% rd(rd(unit,
% rd(A,
% rd(unit,A))),
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,
% rd(A,
% rd(unit,A))),
% rd(rd(unit,A),
% rd(unit,B))))))))))))))))))))))
% -> rd(rd(unit,A),rd(unit,B)) collapsed.
% Rule
% [479]
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(rd(A,rd(unit,A)),
% rd(rd(unit,rd(A,rd(unit,A))),
% rd(rd(unit,A),rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(B,
% rd(unit,B))))))))))))))))))))))))))
% <-> rd(rd(unit,A),rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(A,rd(unit,A))))))))
% collapsed.
% Rule [520] rd(rd(A,rd(unit,A)),B) <-> rd(A,rd(B,A)) collapsed.
% Rule [549] rd(rd(A,rd(B,A)),rd(rd(A,rd(unit,A)),B)) -> unit collapsed.
% Rule [591] rd(rd(A,rd(unit,A)),rd(B,A)) -> rd(A,rd(unit,rd(A,rd(B,A))))
% collapsed.
% Current number of equations to process: 1903
% Current number of ordered equations: 0
% Current number of rules: 259
% New rule produced : [605] rd(rd(A,rd(B,A)),rd(A,rd(unit,rd(A,B)))) -> unit
% Current number of equations to process: 1905
% Current number of ordered equations: 0
% Current number of rules: 260
% New rule produced :
% [606] rd(A,rd(A,rd(A,rd(rd(unit,A),B)))) -> rd(A,rd(unit,rd(A,rd(unit,B))))
% Current number of equations to process: 1944
% Current number of ordered equations: 0
% Current number of rules: 261
% New rule produced :
% [607] rd(A,rd(A,rd(A,rd(unit,B)))) <-> rd(A,rd(unit,rd(A,rd(unit,rd(B,A)))))
% Current number of equations to process: 1943
% Current number of ordered equations: 1
% Current number of rules: 262
% New rule produced :
% [608] rd(A,rd(unit,rd(A,rd(unit,rd(B,A))))) <-> rd(A,rd(A,rd(A,rd(unit,B))))
% Current number of equations to process: 1943
% Current number of ordered equations: 0
% Current number of rules: 263
% New rule produced :
% [609] rd(A,rd(rd(B,A),rd(unit,B))) <-> rd(unit,rd(B,rd(rd(A,B),rd(unit,A))))
% Current number of equations to process: 2454
% Current number of ordered equations: 1
% Current number of rules: 264
% New rule produced :
% [610] rd(unit,rd(B,rd(rd(A,B),rd(unit,A)))) <-> rd(A,rd(rd(B,A),rd(unit,B)))
% Current number of equations to process: 2454
% Current number of ordered equations: 0
% Current number of rules: 265
% New rule produced :
% [611] rd(A,rd(unit,B)) <-> rd(rd(unit,B),rd(rd(unit,B),rd(B,rd(unit,A))))
% Current number of equations to process: 2667
% Current number of ordered equations: 1
% Current number of rules: 266
% New rule produced :
% [612] rd(rd(unit,B),rd(rd(unit,B),rd(B,rd(unit,A)))) <-> rd(A,rd(unit,B))
% Current number of equations to process: 2667
% Current number of ordered equations: 0
% Current number of rules: 267
% New rule produced : [613] rd(rd(A,rd(A,B)),rd(unit,A)) -> rd(A,rd(unit,B))
% Current number of equations to process: 2719
% Current number of ordered equations: 0
% Current number of rules: 268
% New rule produced :
% [614] rd(A,rd(rd(B,A),rd(unit,B))) <-> rd(rd(A,B),rd(B,A))
% Current number of equations to process: 2885
% Current number of ordered equations: 1
% Current number of rules: 269
% New rule produced :
% [615] rd(rd(A,B),rd(B,A)) <-> rd(A,rd(rd(B,A),rd(unit,B)))
% Current number of equations to process: 2885
% Current number of ordered equations: 0
% Current number of rules: 270
% New rule produced :
% [616] rd(rd(unit,rd(A,rd(A,B))),rd(unit,rd(A,rd(unit,B)))) -> A
% Current number of equations to process: 3045
% Current number of ordered equations: 0
% Current number of rules: 271
% Rule [552]
% rd(B,rd(unit,A)) <-> rd(unit,rd(rd(unit,rd(A,rd(unit,A))),rd(B,A))) is composed into 
% [552]
% rd(B,rd(unit,A)) <-> rd(unit,rd(rd(unit,A),rd(unit,rd(rd(unit,A),rd(B,A)))))
% Rule [511]
% rd(unit,rd(A,rd(unit,B))) <-> rd(rd(unit,rd(B,rd(unit,B))),rd(A,B)) is composed into 
% [511]
% rd(unit,rd(A,rd(unit,B))) <-> rd(rd(unit,B),rd(unit,rd(rd(unit,B),rd(A,B))))
% Rule [480]
% rd(rd(unit,A),rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(A,rd(unit,A))))))))
% <->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,
% rd(A,rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(B,
% rd(unit,B)))))))))))))))))))))))))))) is composed into 
% [480]
% rd(rd(unit,A),rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(A,rd(unit,A)))))))) <->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(B,
% rd(unit,B))))))))))))))))))))))))))))))
% Rule [469]
% rd(rd(unit,A),rd(unit,rd(B,rd(unit,rd(rd(unit,A),rd(unit,B)))))) <->
% rd(unit,rd(rd(unit,B),rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(unit,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(A,
% rd(unit,
% rd(A,
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B)))))))))))))))))) is composed into 
% [469]
% rd(rd(unit,A),rd(unit,rd(B,rd(unit,rd(rd(unit,A),rd(unit,B)))))) <->
% rd(unit,rd(rd(unit,B),rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(unit,
% rd(rd(unit,A),
% rd(rd(unit,A),
% rd(A,rd(unit,
% rd(A,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))))))
% Rule [427]
% rd(rd(unit,A),rd(unit,rd(rd(unit,A),rd(unit,rd(rd(A,rd(unit,B)),
% rd(unit,rd(rd(unit,A),
% rd(unit,B))))))))
% <->
% rd(unit,rd(rd(unit,B),rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(unit,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(A,
% rd(unit,
% rd(A,
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B)))))))))))))))))) is composed into 
% [427]
% rd(rd(unit,A),rd(unit,rd(rd(unit,A),rd(unit,rd(rd(A,rd(unit,B)),rd(unit,
% rd(rd(unit,A),
% rd(unit,B))))))))
% <->
% rd(unit,rd(rd(unit,B),rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(unit,
% rd(rd(unit,A),
% rd(rd(unit,A),
% rd(A,rd(unit,
% rd(A,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))))))
% Rule [402]
% rd(rd(unit,A),rd(A,rd(unit,rd(A,rd(B,A))))) <->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,
% rd(A,rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(
% rd(unit,A),
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,A))))),
% rd(
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,A)))))),
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(unit,
% rd(
% rd(unit,A),
% rd(
% rd(unit,A),
% rd(A,
% rd(unit,
% rd(A,
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B)))))))))))))))))))))))))))))))))) is composed into 
% [402]
% rd(rd(unit,A),rd(A,rd(unit,rd(A,rd(B,A))))) <->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(
% rd(unit,A),
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,A))))),
% rd(rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,A)))))),
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(A,
% rd(unit,
% rd(unit,
% rd(rd(unit,A),
% rd(rd(unit,A),
% rd(A,
% rd(unit,
% rd(A,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,B))))))))))))))))))))))))))))))))))))))
% Rule [396]
% rd(rd(unit,A),rd(unit,rd(rd(unit,A),rd(unit,rd(B,rd(A,rd(unit,A)))))))
% <->
% rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,rd(A,rd(unit,A))),rd(unit,B)))))) is composed into 
% [396]
% rd(rd(unit,A),rd(unit,rd(rd(unit,A),rd(unit,rd(B,rd(A,rd(unit,A))))))) ->
% rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(unit,rd(rd(unit,A),rd(unit,B))))))))
% Rule [383]
% rd(rd(A,rd(B,rd(unit,B))),rd(unit,rd(A,B))) <->
% rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(unit,rd(rd(unit,B),rd(
% rd(unit,B),
% rd(B,
% rd(unit,
% rd(B,
% rd(
% rd(unit,
% rd(B,
% rd(unit,B))),
% rd(unit,
% rd(
% rd(A,
% rd(B,
% rd(unit,B))),
% rd(unit,A)))))))))))))))) is composed into 
% [383]
% rd(rd(A,rd(B,rd(unit,B))),rd(unit,rd(A,B))) ->
% rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(unit,rd(rd(unit,B),rd(rd(unit,B),
% rd(B,rd(unit,
% rd(B,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(A,
% rd(B,
% rd(unit,B))),
% rd(unit,A))))))))))))))))))
% Rule [341]
% rd(A,rd(C,rd(rd(B,C),rd(unit,B)))) <->
% rd(C,rd(unit,rd(C,rd(unit,rd(C,rd(unit,rd(unit,rd(rd(unit,C),rd(
% rd(unit,C),
% rd(C,
% rd(unit,
% rd(C,
% rd(
% rd(unit,
% rd(C,
% rd(unit,C))),
% rd(unit,
% rd(A,
% rd(unit,
% rd(
% rd(B,C),
% rd(unit,B)))))))))))))))))) is composed into 
% [341]
% rd(A,rd(C,rd(rd(B,C),rd(unit,B)))) <->
% rd(C,rd(unit,rd(C,rd(unit,rd(C,rd(unit,rd(unit,rd(rd(unit,C),rd(rd(unit,C),
% rd(C,rd(unit,
% rd(C,
% rd(
% rd(unit,C),
% rd(unit,
% rd(
% rd(unit,C),
% rd(unit,
% rd(A,
% rd(unit,
% rd(
% rd(B,C),
% rd(unit,B))))))))))))))))))))
% Rule [322]
% rd(A,rd(unit,rd(B,rd(unit,B)))) <->
% rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(unit,
% rd(B,rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(
% rd(unit,
% rd(B,
% rd(unit,B))),
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,
% rd(
% rd(unit,B),
% rd(unit,A)))))))))))))))))))))))))))))))) is composed into 
% [322]
% rd(A,rd(unit,rd(B,rd(unit,B)))) <->
% rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(B,rd(unit,rd(B,
% rd(unit,
% rd(B,
% rd(unit,
% rd(B,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,
% rd(rd(unit,B),
% rd(unit,A))))))))))))))))))))))))))))))))))
% Rule [279]
% rd(rd(unit,A),rd(unit,rd(rd(unit,A),rd(unit,rd(B,rd(unit,A)))))) <->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,
% rd(A,rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(A,
% rd(
% rd(unit,A),
% rd(unit,B)))))))))))))))))))))))))))) is composed into 
% [279]
% rd(rd(unit,A),rd(unit,rd(rd(unit,A),rd(unit,rd(B,rd(unit,A)))))) <->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(A,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(unit,
% rd(rd(unit,A),
% rd(A,
% rd(rd(unit,A),
% rd(unit,B))))))))))))))))))))))))))))))
% Rule [235]
% rd(rd(unit,A),rd(unit,rd(B,rd(A,rd(unit,A))))) <->
% rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,rd(A,rd(unit,A))),rd(unit,rd(A,
% rd(unit,B)))))))) is composed into 
% [235]
% rd(rd(unit,A),rd(unit,rd(B,rd(A,rd(unit,A))))) <->
% rd(unit,rd(A,rd(unit,rd(A,rd(rd(unit,A),rd(unit,rd(rd(unit,A),rd(unit,
% rd(A,rd(unit,B))))))))))
% Rule [186]
% rd(B,A) <->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(unit,rd(rd(unit,A),rd(
% rd(unit,A),
% rd(A,
% rd(unit,
% rd(A,
% rd(
% rd(unit,
% rd(A,
% rd(unit,A))),
% rd(unit,B)))))))))))))) is composed into 
% [186]
% rd(B,A) <->
% rd(A,rd(unit,rd(A,rd(unit,rd(A,rd(unit,rd(unit,rd(rd(unit,A),rd(rd(unit,A),
% rd(A,rd(unit,
% rd(A,
% rd(
% rd(unit,A),
% rd(unit,
% rd(
% rd(unit,A),
% rd(unit,B))))))))))))))))
% New rule produced :
% [617]
% rd(rd(unit,rd(A,rd(unit,A))),B) -> rd(rd(unit,A),rd(unit,rd(rd(unit,A),B)))
% Rule
% [238]
% rd(rd(unit,rd(A,rd(unit,A))),rd(unit,B)) ->
% rd(rd(unit,A),rd(unit,rd(rd(unit,A),rd(unit,B)))) collapsed.
% Rule
% [512] rd(rd(unit,rd(B,rd(unit,B))),rd(A,B)) <-> rd(unit,rd(A,rd(unit,B)))
% collapsed.
% Rule
% [553] rd(unit,rd(rd(unit,rd(A,rd(unit,A))),rd(B,A))) <-> rd(B,rd(unit,A))
% collapsed.
% Current number of equations to process: 3395
% Current number of ordered equations: 0
% Current number of rules: 269
% Rule [502]
% rd(unit,rd(rd(A,rd(unit,B)),rd(A,rd(unit,rd(B,rd(unit,B)))))) ->
% rd(rd(A,B),rd(unit,rd(B,rd(unit,rd(B,A))))) is composed into [502]
% rd(unit,
% rd(
% rd(A,
% rd(unit,B)),
% rd(A,
% rd(unit,
% rd(B,
% rd(unit,B))))))
% ->
% rd(A,
% rd(A,B))
% New rule produced :
% [618] rd(rd(A,B),rd(unit,rd(B,rd(unit,rd(B,A))))) -> rd(A,rd(A,B))
% Rule
% [128]
% rd(rd(rd(unit,A),B),rd(unit,rd(B,rd(unit,rd(B,rd(unit,A)))))) ->
% rd(rd(unit,A),rd(unit,rd(B,rd(unit,A)))) collapsed.
% Current number of equations to process: 4309
% Current number of ordered equations: 1
% Current number of rules: 269
% New rule produced :
% [619] rd(rd(unit,rd(A,B)),rd(unit,rd(A,rd(B,A)))) -> rd(B,rd(B,A))
% Current number of equations to process: 4309
% Current number of ordered equations: 0
% Current number of rules: 270
% New rule produced :
% [620] rd(A,rd(unit,rd(rd(unit,B),A))) <-> rd(unit,rd(A,rd(A,B)))
% Current number of equations to process: 4324
% Current number of ordered equations: 1
% Current number of rules: 271
% New rule produced :
% [621] rd(unit,rd(A,rd(A,B))) <-> rd(A,rd(unit,rd(rd(unit,B),A)))
% Current number of equations to process: 4324
% Current number of ordered equations: 0
% Current number of rules: 272
% New rule produced :
% [622] rd(A,rd(A,rd(unit,rd(B,rd(unit,A))))) <-> rd(unit,rd(A,rd(unit,B)))
% Rule
% [193]
% rd(A,rd(A,rd(A,rd(unit,rd(B,rd(unit,A)))))) <->
% rd(A,rd(unit,rd(A,rd(unit,B)))) collapsed.
% Current number of equations to process: 4709
% Current number of ordered equations: 1
% Current number of rules: 272
% New rule produced :
% [623] rd(unit,rd(A,rd(unit,B))) <-> rd(A,rd(A,rd(unit,rd(B,rd(unit,A)))))
% Rule
% [192]
% rd(A,rd(unit,rd(A,rd(unit,B)))) <->
% rd(A,rd(A,rd(A,rd(unit,rd(B,rd(unit,A)))))) collapsed.
% Current number of equations to process: 4709
% Current number of ordered equations: 0
% Current number of rules: 272
% New rule produced :
% [624] rd(unit,rd(C,rd(A,rd(unit,A)))) <-> rd(rd(A,rd(unit,rd(A,B))),rd(C,B))
% Rule
% [266]
% rd(unit,rd(C,rd(A,rd(unit,A)))) <->
% rd(rd(A,rd(unit,rd(A,rd(unit,B)))),rd(C,rd(unit,B))) collapsed.
% Current number of equations to process: 4815
% Current number of ordered equations: 1
% Current number of rules: 272
% New rule produced :
% [625] rd(rd(A,rd(unit,rd(A,B))),rd(C,B)) <-> rd(unit,rd(C,rd(A,rd(unit,A))))
% Rule
% [265]
% rd(rd(A,rd(unit,rd(A,rd(unit,B)))),rd(C,rd(unit,B))) <->
% rd(unit,rd(C,rd(A,rd(unit,A)))) collapsed.
% Current number of equations to process: 4815
% Current number of ordered equations: 0
% Current number of rules: 272
% New rule produced :
% [626] rd(rd(rd(A,B),rd(B,A)),C) -> rd(rd(A,B),rd(unit,rd(rd(A,B),C)))
% Rule
% [268]
% rd(rd(rd(A,B),rd(B,A)),rd(unit,C)) ->
% rd(rd(A,B),rd(unit,rd(rd(A,B),rd(unit,C)))) collapsed.
% Current number of equations to process: 4929
% Current number of ordered equations: 0
% Current number of rules: 272
% New rule produced : [627] rd(rd(A,B),rd(unit,rd(rd(B,A),C))) -> rd(unit,C)
% Rule [270] rd(rd(A,B),rd(unit,rd(rd(B,A),rd(unit,C)))) -> C collapsed.
% Rule [510] rd(unit,rd(rd(A,B),rd(unit,rd(rd(B,A),C)))) -> C collapsed.
% Current number of equations to process: 4935
% Current number of ordered equations: 0
% Current number of rules: 271
% New rule produced :
% [628]
% rd(rd(unit,A),rd(unit,rd(rd(A,B),rd(unit,A)))) <-> rd(rd(unit,B),rd(unit,A))
% Current number of equations to process: 4943
% Current number of ordered equations: 1
% Current number of rules: 272
% New rule produced :
% [629]
% rd(rd(unit,B),rd(unit,A)) <-> rd(rd(unit,A),rd(unit,rd(rd(A,B),rd(unit,A))))
% Current number of equations to process: 4943
% Current number of ordered equations: 0
% Current number of rules: 273
% New rule produced :
% [630]
% rd(rd(A,rd(B,C)),rd(unit,rd(C,B))) <-> rd(A,rd(B,rd(rd(C,B),rd(unit,C))))
% Rule
% [226]
% rd(rd(A,rd(A,B)),rd(unit,rd(B,A))) <-> rd(A,rd(A,rd(rd(B,A),rd(unit,B))))
% collapsed.
% Current number of equations to process: 4942
% Current number of ordered equations: 1
% Current number of rules: 273
% New rule produced :
% [631]
% rd(A,rd(B,rd(rd(C,B),rd(unit,C)))) <-> rd(rd(A,rd(B,C)),rd(unit,rd(C,B)))
% Rule
% [225]
% rd(A,rd(A,rd(rd(B,A),rd(unit,B)))) <-> rd(rd(A,rd(A,B)),rd(unit,rd(B,A)))
% collapsed.
% Current number of equations to process: 4942
% Current number of ordered equations: 0
% Current number of rules: 273
% New rule produced :
% [632] rd(rd(A,rd(B,A)),rd(C,rd(B,rd(A,rd(unit,A))))) -> rd(unit,C)
% Rule [570] rd(rd(A,rd(B,A)),rd(unit,rd(B,rd(A,rd(unit,A))))) -> unit
% collapsed.
% Current number of equations to process: 4940
% Current number of ordered equations: 0
% Current number of rules: 273
% New rule produced :
% [633] rd(rd(A,rd(B,rd(unit,B))),rd(C,rd(B,rd(A,B)))) -> rd(unit,C)
% Rule [563] rd(rd(A,rd(B,rd(unit,B))),rd(unit,rd(B,rd(A,B)))) -> unit
% collapsed.
% Current number of equations to process: 4939
% Current number of ordered equations: 0
% Current number of rules: 273
% New rule produced :
% [634] rd(rd(A,B),rd(C,rd(unit,rd(C,rd(B,A))))) -> rd(unit,rd(C,rd(unit,C)))
% Current number of equations to process: 4938
% Current number of ordered equations: 0
% Current number of rules: 274
% New rule produced :
% [635]
% rd(A,rd(B,rd(unit,rd(B,rd(unit,A))))) <->
% rd(C,rd(B,rd(unit,rd(B,rd(unit,C)))))
% Current number of equations to process: 4936
% Current number of ordered equations: 2
% Current number of rules: 275
% New rule produced :
% [636]
% rd(unit,rd(A,rd(B,rd(A,rd(unit,B))))) <->
% rd(C,rd(A,rd(unit,rd(A,rd(unit,C)))))
% Current number of equations to process: 4936
% Current number of ordered equations: 1
% Current number of rules: 276
% New rule produced :
% [637]
% rd(C,rd(A,rd(unit,rd(A,rd(unit,C))))) <->
% rd(unit,rd(A,rd(B,rd(A,rd(unit,B)))))
% Current number of equations to process: 4936
% Current number of ordered equations: 0
% Current number of rules: 277
% New rule produced :
% [638] rd(rd(A,rd(A,rd(unit,B))),rd(C,rd(A,rd(A,B)))) -> rd(unit,C)
% Current number of equations to process: 4935
% Current number of ordered equations: 0
% Current number of rules: 278
% New rule produced :
% [639] rd(rd(A,rd(A,B)),rd(C,rd(A,rd(A,rd(unit,B))))) -> rd(unit,C)
% Current number of equations to process: 4934
% Current number of ordered equations: 0
% Current number of rules: 279
% New rule produced :
% [640]
% rd(A,rd(A,rd(B,rd(B,rd(unit,C))))) <-> rd(unit,rd(A,rd(A,rd(B,rd(B,C)))))
% Current number of equations to process: 4933
% Current number of ordered equations: 1
% Current number of rules: 280
% New rule produced :
% [641]
% rd(unit,rd(A,rd(A,rd(B,rd(B,C))))) <-> rd(A,rd(A,rd(B,rd(B,rd(unit,C)))))
% Current number of equations to process: 4933
% Current number of ordered equations: 0
% Current number of rules: 281
% New rule produced :
% [642]
% rd(A,rd(A,rd(C,rd(B,rd(unit,B))))) <-> rd(unit,rd(A,rd(A,rd(B,rd(C,B)))))
% Current number of equations to process: 4929
% Current number of ordered equations: 1
% Current number of rules: 282
% New rule produced :
% [643]
% rd(unit,rd(A,rd(A,rd(B,rd(C,B))))) <-> rd(A,rd(A,rd(C,rd(B,rd(unit,B)))))
% Current number of equations to process: 4929
% Current number of ordered equations: 0
% Current number of rules: 283
% New rule produced :
% [644] rd(rd(A,rd(unit,rd(A,B))),rd(B,rd(unit,rd(A,B)))) -> rd(A,B)
% Current number of equations to process: 4926
% Current number of ordered equations: 0
% Current number of rules: 284
% New rule produced :
% [645] rd(rd(rd(A,B),C),rd(unit,rd(C,rd(C,rd(B,A))))) -> rd(unit,C)
% Current number of equations to process: 4925
% Current number of ordered equations: 0
% Current number of rules: 285
% New rule produced :
% [646]
% rd(unit,rd(B,rd(unit,rd(A,rd(unit,A))))) <->
% rd(rd(unit,A),rd(unit,rd(rd(unit,A),B)))
% Current number of equations to process: 4923
% Current number of ordered equations: 1
% Current number of rules: 286
% New rule produced :
% [647]
% rd(rd(unit,A),rd(unit,rd(rd(unit,A),B))) <->
% rd(unit,rd(B,rd(unit,rd(A,rd(unit,A)))))
% Current number of equations to process: 4923
% Current number of ordered equations: 0
% Current number of rules: 287
% New rule produced :
% [648] rd(A,rd(B,rd(C,B))) <-> rd(unit,rd(rd(unit,rd(C,rd(B,rd(unit,B)))),A))
% Current number of equations to process: 4922
% Current number of ordered equations: 1
% Current number of rules: 288
% New rule produced :
% [649] rd(unit,rd(rd(unit,rd(C,rd(B,rd(unit,B)))),A)) <-> rd(A,rd(B,rd(C,B)))
% Current number of equations to process: 4922
% Current number of ordered equations: 0
% Current number of rules: 289
% New rule produced :
% [650] rd(rd(rd(unit,A),rd(unit,B)),rd(rd(B,A),rd(unit,B))) -> rd(unit,B)
% Current number of equations to process: 4921
% Current number of ordered equations: 0
% Current number of rules: 290
% New rule produced :
% [651] rd(rd(A,rd(A,B)),rd(unit,rd(A,rd(B,rd(unit,B))))) -> rd(A,B)
% Current number of equations to process: 4920
% Current number of ordered equations: 0
% Current number of rules: 291
% New rule produced :
% [652] rd(rd(A,rd(unit,B)),rd(C,rd(rd(unit,B),C))) -> rd(A,rd(C,rd(unit,C)))
% Current number of equations to process: 4919
% Current number of ordered equations: 0
% Current number of rules: 292
% New rule produced :
% [653]
% rd(unit,rd(rd(A,rd(unit,B)),rd(unit,A))) ->
% rd(unit,rd(A,rd(unit,rd(B,rd(unit,A)))))
% Current number of equations to process: 4918
% Current number of ordered equations: 0
% Current number of rules: 293
% New rule produced :
% [654] rd(rd(A,B),rd(unit,rd(B,rd(unit,rd(A,B))))) -> rd(A,rd(unit,rd(A,B)))
% Current number of equations to process: 4917
% Current number of ordered equations: 0
% Current number of rules: 294
% New rule produced :
% [655]
% rd(rd(rd(unit,A),B),rd(B,rd(B,A))) ->
% rd(rd(unit,A),rd(unit,rd(rd(unit,A),B)))
% Current number of equations to process: 4916
% Current number of ordered equations: 0
% Current number of rules: 295
% New rule produced :
% [656] rd(A,rd(rd(unit,B),A)) <-> rd(A,rd(A,rd(A,rd(unit,rd(B,rd(unit,A))))))
% Current number of equations to process: 4915
% Current number of ordered equations: 1
% Current number of rules: 296
% New rule produced :
% [657] rd(A,rd(A,rd(A,rd(unit,rd(B,rd(unit,A)))))) <-> rd(A,rd(rd(unit,B),A))
% Current number of equations to process: 4915
% Current number of ordered equations: 0
% Current number of rules: 297
% New rule produced :
% [658] rd(rd(B,A),rd(unit,rd(A,rd(rd(B,A),rd(unit,B)))))Cputime limit exceeded (core dumped)
% 
% EOF
%------------------------------------------------------------------------------