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

View Problem - Process Solution

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

% Computer : n098.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:19:54 EDT 2014

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

% Comments : 
%------------------------------------------------------------------------------
%----NO SOLUTION OUTPUT BY SYSTEM
%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% % Problem  : COL057-1 : TPTP v6.0.0. Released v1.0.0.
% % Command  : tptp2X_and_run_cime %s
% % Computer : n098.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 : Thu Jun  5 22:40:08 CDT 2014
% % CPUTime  : 300.05 
% Processing problem /tmp/CiME_52992_n098.star.cs.uiowa.edu
% #verbose 1;
% let F = signature " i,c,b,s : constant;  f : 1;  apply : 2;";
% let X = vars "X Y Z";
% let Axioms = equations F X "
% apply(apply(apply(s,X),Y),Z) = apply(apply(X,Z),apply(Y,Z));
% apply(apply(apply(b,X),Y),Z) = apply(X,apply(Y,Z));
% apply(apply(apply(c,X),Y),Z) = apply(apply(X,Z),Y);
% apply(i,X) = X;
% ";
% 
% let s1 = status F "
% f lr_lex;
% i lr_lex;
% c lr_lex;
% b lr_lex;
% apply lr_lex;
% s lr_lex;
% ";
% 
% let p1 = precedence F "
% apply > f > s > b > c > i";
% 
% let s2 = status F "
% f mul;
% i mul;
% c mul;
% b mul;
% apply mul;
% s mul;
% ";
% 
% let p2 = precedence F "
% apply > f > s = b = c = i";
% 
% let o_auto = AUTO Axioms;
% 
% let o = LEX o_auto (LEX (ACRPO s1 p1) (ACRPO s2 p2));
% 
% let Conjectures = equations F X " apply(Y,f(Y)) = apply(f(Y),apply(Y,f(Y)));"
% ;
% (*
% 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 = { apply(apply(apply(s,X),Y),Z) =
% apply(apply(X,Z),apply(Y,Z)),
% apply(apply(apply(b,X),Y),Z) =
% apply(X,apply(Y,Z)),
% apply(apply(apply(c,X),Y),Z) =
% apply(apply(X,Z),Y),
% apply(i,X) = X } (4 equation(s))
% s1 : F status = <status>
% p1 : F precedence = <precedence>
% s2 : F status = <status>
% p2 : F precedence = <precedence>
% 
% [i] = 1;
% [c] = 2;
% [b] = 3;
% [s] = 4;
% [f](x1) = 5 + x1;
% [apply](x1,x2) = 1 + x1 + x2;
% Chosen ordering : KBO
% o_auto : F term_ordering = <term ordering>
% o : F term_ordering = <term ordering>
% Conjectures : (F,X) equations = { apply(Y,f(Y)) = apply(f(Y),apply(Y,f(Y))) }
% (1 equation(s))
% time is now on
% 
% Initializing completion ...
% New rule produced : [1] (eq)(X,X) -> (true)
% Current number of equations to process: 0
% Current number of ordered equations: 6
% Current number of rules: 1
% New rule produced : [2] apply(i,X) -> X
% Current number of equations to process: 0
% Current number of ordered equations: 5
% Current number of rules: 2
% New rule produced :
% [3] (eq)(apply(Y,f(Y)),apply(f(Y),apply(Y,f(Y)))) -> (false)
% Current number of equations to process: 0
% Current number of ordered equations: 4
% Current number of rules: 3
% New rule produced : [4] apply(apply(apply(b,X),Y),Z) -> apply(X,apply(Y,Z))
% Current number of equations to process: 0
% Current number of ordered equations: 3
% Current number of rules: 4
% New rule produced : [5] apply(apply(apply(c,X),Y),Z) -> apply(apply(X,Z),Y)
% Current number of equations to process: 0
% Current number of ordered equations: 2
% Current number of rules: 5
% New rule produced :
% [6] apply(apply(X,Z),apply(Y,Z)) <-> apply(apply(apply(s,X),Y),Z)
% Current number of equations to process: 2
% Current number of ordered equations: 2
% Current number of rules: 6
% New rule produced :
% [7] apply(apply(apply(s,X),Y),Z) <-> apply(apply(X,Z),apply(Y,Z))
% Current number of equations to process: 2
% Current number of ordered equations: 1
% Current number of rules: 7
% New rule produced : [8] (eq)(f(i),apply(f(i),f(i))) -> (false)
% Current number of equations to process: 2
% Current number of ordered equations: 0
% Current number of rules: 8
% New rule produced : [9] apply(X,apply(Y,X)) <-> apply(apply(apply(s,i),Y),X)
% Current number of equations to process: 4
% Current number of ordered equations: 3
% Current number of rules: 9
% New rule produced : [10] apply(apply(X,Y),Y) <-> apply(apply(apply(s,X),i),Y)
% Current number of equations to process: 4
% Current number of ordered equations: 2
% Current number of rules: 10
% New rule produced : [11] apply(apply(apply(s,X),i),Y) <-> apply(apply(X,Y),Y)
% Current number of equations to process: 4
% Current number of ordered equations: 1
% Current number of rules: 11
% New rule produced : [12] apply(apply(apply(s,i),Y),X) <-> apply(X,apply(Y,X))
% Current number of equations to process: 4
% Current number of ordered equations: 0
% Current number of rules: 12
% New rule produced : [13] apply(X,X) <-> apply(apply(apply(s,i),i),X)
% Current number of equations to process: 18
% Current number of ordered equations: 1
% Current number of rules: 13
% New rule produced : [14] apply(apply(apply(s,i),i),X) <-> apply(X,X)
% Current number of equations to process: 18
% Current number of ordered equations: 0
% Current number of rules: 14
% New rule produced :
% [15]
% (eq)(apply(X,apply(Y,f(apply(apply(b,X),Y)))),apply(f(apply(apply(b,X),Y)),
% apply(X,apply(Y,f(apply(
% apply(b,X),Y))))))
% -> (false)
% Current number of equations to process: 68
% Current number of ordered equations: 0
% Current number of rules: 15
% New rule produced :
% [16]
% (eq)(apply(X,f(apply(apply(b,X),i))),apply(f(apply(apply(b,X),i)),apply(X,
% f(apply(
% apply(b,X),i)))))
% -> (false)
% Current number of equations to process: 68
% Current number of ordered equations: 1
% Current number of rules: 16
% New rule produced :
% [17]
% (eq)(apply(X,f(apply(apply(b,i),X))),apply(f(apply(apply(b,i),X)),apply(X,
% f(apply(
% apply(b,i),X)))))
% -> (false)
% Current number of equations to process: 68
% Current number of ordered equations: 0
% Current number of rules: 17
% New rule produced :
% [18]
% (eq)(f(apply(apply(b,i),i)),apply(f(apply(apply(b,i),i)),f(apply(apply(b,i),i))))
% -> (false)
% Current number of equations to process: 91
% Current number of ordered equations: 0
% Current number of rules: 18
% New rule produced :
% [19]
% (eq)(apply(apply(X,f(apply(apply(c,X),Y))),Y),apply(f(apply(apply(c,X),Y)),
% apply(apply(X,f(apply(apply(c,X),Y))),Y)))
% -> (false)
% Current number of equations to process: 96
% Current number of ordered equations: 0
% Current number of rules: 19
% New rule produced :
% [20]
% (eq)(apply(f(apply(apply(c,i),X)),X),apply(f(apply(apply(c,i),X)),apply(
% f(apply(
% apply(c,i),X)),X)))
% -> (false)
% Current number of equations to process: 96
% Current number of ordered equations: 0
% Current number of rules: 20
% New rule produced :
% [21]
% (eq)(apply(X,apply(X,f(apply(apply(apply(s,b),i),X)))),apply(f(apply(
% apply(b,X),X)),
% apply(X,apply(X,
% f(apply(
% apply(b,X),X))))))
% -> (false)
% Current number of equations to process: 116
% Current number of ordered equations: 0
% Current number of rules: 21
% New rule produced :
% [22]
% (eq)(apply(apply(X,f(apply(apply(apply(s,c),i),X))),X),apply(f(apply(
% apply(c,X),X)),
% apply(apply(X,
% f(apply(
% apply(c,X),X))),X)))
% -> (false)
% Current number of equations to process: 121
% Current number of ordered equations: 0
% Current number of rules: 22
% New rule produced :
% [23] apply(X,apply(X,Y)) <-> apply(apply(apply(apply(s,b),i),X),Y)
% Current number of equations to process: 127
% Current number of ordered equations: 3
% Current number of rules: 23
% New rule produced :
% [24] apply(X,apply(Y,Y)) <-> apply(apply(apply(s,apply(b,X)),i),Y)
% Current number of equations to process: 127
% Current number of ordered equations: 2
% Current number of rules: 24
% New rule produced :
% [25] apply(apply(apply(apply(s,b),i),X),Y) <-> apply(X,apply(X,Y))
% Current number of equations to process: 127
% Current number of ordered equations: 1
% Current number of rules: 25
% New rule produced :
% [26] apply(apply(apply(s,apply(b,X)),i),Y) <-> apply(X,apply(Y,Y))
% Current number of equations to process: 127
% Current number of ordered equations: 0
% Current number of rules: 26
% New rule produced : [27] apply(X,X) <-> apply(apply(apply(s,apply(b,i)),i),X)
% Current number of equations to process: 162
% Current number of ordered equations: 1
% Current number of rules: 27
% New rule produced : [28] apply(apply(apply(s,apply(b,i)),i),X) <-> apply(X,X)
% Current number of equations to process: 162
% Current number of ordered equations: 0
% Current number of rules: 28
% New rule produced :
% [29] apply(apply(X,Y),X) <-> apply(apply(apply(apply(s,c),i),X),Y)
% Current number of equations to process: 286
% Current number of ordered equations: 3
% Current number of rules: 29
% New rule produced :
% [30] apply(apply(X,Y),Y) <-> apply(apply(apply(s,apply(c,X)),i),Y)
% Current number of equations to process: 286
% Current number of ordered equations: 2
% Current number of rules: 30
% New rule produced :
% [31] apply(apply(apply(apply(s,c),i),X),Y) <-> apply(apply(X,Y),X)
% Current number of equations to process: 286
% Current number of ordered equations: 1
% Current number of rules: 31
% New rule produced :
% [32] apply(apply(apply(s,apply(c,X)),i),Y) <-> apply(apply(X,Y),Y)
% Current number of equations to process: 286
% Current number of ordered equations: 0
% Current number of rules: 32
% New rule produced : [33] apply(X,X) <-> apply(apply(apply(s,apply(c,i)),i),X)
% Current number of equations to process: 327
% Current number of ordered equations: 1
% Current number of rules: 33
% New rule produced : [34] apply(apply(apply(s,apply(c,i)),i),X) <-> apply(X,X)
% Current number of equations to process: 327
% Current number of ordered equations: 0
% Current number of rules: 34
% New rule produced :
% [35] apply(X,apply(X,X)) <-> apply(apply(apply(s,apply(s,i)),i),X)
% Current number of equations to process: 449
% Current number of ordered equations: 1
% Current number of rules: 35
% New rule produced :
% [36] apply(apply(apply(s,apply(s,i)),i),X) <-> apply(X,apply(X,X))
% Current number of equations to process: 449
% Current number of ordered equations: 0
% Current number of rules: 36
% New rule produced :
% [37]
% (eq)(apply(X,apply(X,f(apply(apply(b,X),X)))),apply(f(apply(apply(apply(s,b),i),X)),
% apply(X,apply(X,f(apply(
% apply(b,X),X))))))
% -> (false)
% Current number of equations to process: 487
% Current number of ordered equations: 1
% Current number of rules: 37
% New rule produced :
% [38]
% (eq)(apply(X,apply(X,f(apply(apply(b,X),X)))),apply(f(apply(apply(b,X),X)),
% apply(X,apply(X,f(apply(
% apply(
% apply(s,b),i),X))))))
% -> (false)
% Current number of equations to process: 487
% Current number of ordered equations: 0
% Current number of rules: 38
% New rule produced :
% [39]
% (eq)(apply(apply(X,f(apply(apply(c,X),X))),X),apply(f(apply(apply(apply(s,c),i),X)),
% apply(apply(X,f(apply(apply(c,X),X))),X)))
% -> (false)
% Current number of equations to process: 513
% Current number of ordered equations: 1
% Current number of rules: 39
% New rule produced :
% [40]
% (eq)(apply(apply(X,f(apply(apply(c,X),X))),X),apply(f(apply(apply(c,X),X)),
% apply(apply(X,f(apply(apply(
% apply(s,c),i),X))),X)))
% -> (false)
% Current number of equations to process: 513
% Current number of ordered equations: 0
% Current number of rules: 40
% New rule produced :
% [41]
% (eq)(apply(apply(apply(apply(s,b),i),X),f(apply(apply(b,X),X))),apply(
% f(apply(
% apply(b,X),X)),
% apply(X,
% apply(X,
% f(apply(
% apply(b,X),X))))))
% -> (false)
% Current number of equations to process: 548
% Current number of ordered equations: 0
% Current number of rules: 41
% New rule produced :
% [42]
% (eq)(apply(apply(apply(apply(s,c),i),X),f(apply(apply(c,X),X))),apply(
% f(apply(
% apply(c,X),X)),
% apply(
% apply(X,
% f(apply(
% apply(c,X),X))),X)))
% -> (false)
% Current number of equations to process: 564
% Current number of ordered equations: 0
% Current number of rules: 42
% New rule produced :
% [43]
% (eq)(apply(X,apply(X,f(apply(apply(apply(s,apply(c,b)),i),X)))),apply(
% f(apply(
% apply(b,X),X)),
% apply(X,
% apply(X,
% f(apply(
% apply(b,X),X))))))
% -> (false)
% Current number of equations to process: 583
% Current number of ordered equations: 0
% Current number of rules: 43
% New rule produced :
% [44]
% (eq)(apply(apply(X,f(apply(apply(apply(s,apply(c,c)),i),X))),X),apply(
% f(apply(
% apply(c,X),X)),
% apply(
% apply(X,
% f(apply(
% apply(c,X),X))),X)))
% -> (false)
% Current number of equations to process: 597
% Current number of ordered equations: 0
% Current number of rules: 44
% New rule produced :
% [45]
% (eq)(apply(X,apply(X,f(apply(apply(apply(s,b),i),X)))),apply(f(apply(
% apply(
% apply(s,b),i),X)),
% apply(X,apply(X,
% f(apply(
% apply(b,X),X))))))
% -> (false)
% Current number of equations to process: 614
% Current number of ordered equations: 1
% Current number of rules: 45
% New rule produced :
% [46]
% (eq)(apply(X,apply(X,f(apply(apply(apply(s,b),i),X)))),apply(f(apply(
% apply(b,X),X)),
% apply(X,apply(X,
% f(apply(
% apply(
% apply(s,b),i),X))))))
% -> (false)
% Current number of equations to process: 614
% Current number of ordered equations: 0
% Current number of rules: 46
% New rule produced :
% [47]
% (eq)(apply(apply(X,f(apply(apply(apply(s,c),i),X))),X),apply(f(apply(
% apply(
% apply(s,c),i),X)),
% apply(apply(X,
% f(apply(
% apply(c,X),X))),X)))
% -> (false)
% Current number of equations to process: 634
% Current number of ordered equations: 1
% Current number of rules: 47
% New rule produced :
% [48]
% (eq)(apply(apply(X,f(apply(apply(apply(s,c),i),X))),X),apply(f(apply(
% apply(c,X),X)),
% apply(apply(X,
% f(apply(
% apply(
% apply(s,c),i),X))),X)))
% -> (false)
% Current number of equations to process: 634
% Current number of ordered equations: 0
% Current number of rules: 48
% New rule produced :
% [49]
% (eq)(apply(apply(apply(apply(s,b),i),X),f(apply(apply(apply(s,b),i),X))),
% apply(f(apply(apply(b,X),X)),apply(X,apply(X,f(apply(apply(b,X),X)))))) ->
% (false)
% Current number of equations to process: 663
% Current number of ordered equations: 0
% Current number of rules: 49
% New rule produced :
% [50]
% (eq)(apply(apply(apply(apply(s,c),i),X),f(apply(apply(apply(s,c),i),X))),
% apply(f(apply(apply(c,X),X)),apply(apply(X,f(apply(apply(c,X),X))),X))) ->
% (false)
% Current number of equations to process: 676
% Current number of ordered equations: 0
% Current number of rules: 50
% New rule produced :
% [51] apply(X,apply(Y,apply(Z,Y))) <-> apply(apply(apply(s,apply(b,X)),Z),Y)
% Current number of equations to process: 685
% Current number of ordered equations: 3
% Current number of rules: 51
% New rule produced :
% [52] apply(Y,apply(apply(X,Y),Z)) <-> apply(apply(apply(apply(s,b),X),Y),Z)
% Current number of equations to process: 685
% Current number of ordered equations: 2
% Current number of rules: 52
% New rule produced :
% [53] apply(apply(apply(apply(s,b),X),Y),Z) <-> apply(Y,apply(apply(X,Y),Z))
% Current number of equations to process: 685
% Current number of ordered equations: 1
% Current number of rules: 53
% New rule produced :
% [54] apply(apply(apply(s,apply(b,X)),Z),Y) <-> apply(X,apply(Y,apply(Z,Y)))
% Current number of equations to process: 685
% Current number of ordered equations: 0
% Current number of rules: 54
% New rule produced :
% [55] apply(X,apply(Y,X)) <-> apply(apply(apply(s,apply(b,i)),Y),X)
% Current number of equations to process: 746
% Current number of ordered equations: 1
% Current number of rules: 55
% New rule produced :
% [56] apply(apply(apply(s,apply(b,i)),Y),X) <-> apply(X,apply(Y,X))
% Current number of equations to process: 746
% Current number of ordered equations: 0
% Current number of rules: 56
% New rule produced :
% [57] apply(apply(Y,Z),apply(X,Y)) <-> apply(apply(apply(apply(s,c),X),Y),Z)
% Current number of equations to process: 1135
% Current number of ordered equations: 3
% Current number of rules: 57
% New rule produced :
% [58] apply(apply(X,apply(Y,Z)),Z) <-> apply(apply(apply(s,apply(c,X)),Y),Z)
% Current number of equations to process: 1135
% Current number of ordered equations: 2
% Current number of rules: 58
% New rule produced :
% [59] apply(apply(apply(apply(s,c),X),Y),Z) <-> apply(apply(Y,Z),apply(X,Y))
% Current number of equations to process: 1135
% Current number of ordered equations: 1
% Current number of rules: 59
% New rule produced :
% [60] apply(apply(apply(s,apply(c,X)),Y),Z) <-> apply(apply(X,apply(Y,Z)),Z)
% Current number of equations to process: 1135
% Current number of ordered equations: 0
% Current number of rules: 60
% New rule produced :
% [61] apply(apply(X,Y),Y) <-> apply(apply(apply(s,apply(c,i)),X),Y)
% Current number of equations to process: 1275
% Current number of ordered equations: 1
% Current number of rules: 61
% New rule produced :
% [62] apply(apply(apply(s,apply(c,i)),X),Y) <-> apply(apply(X,Y),Y)
% Current number of equations to process: 1275
% Current number of ordered equations: 0
% Current number of rules: 62
% New rule produced :
% [63]
% (eq)(apply(X,apply(X,f(apply(apply(apply(s,apply(c,i)),b),X)))),apply(
% f(apply(
% apply(b,X),X)),
% apply(X,
% apply(X,
% f(apply(
% apply(b,X),X))))))
% -> (false)
% Current number of equations to process: 1501
% Current number of ordered equations: 0
% Current number of rules: 63
% New rule produced :
% [64]
% (eq)(apply(apply(X,f(apply(apply(apply(s,apply(c,i)),c),X))),X),apply(
% f(apply(
% apply(c,X),X)),
% apply(
% apply(X,
% f(apply(
% apply(c,X),X))),X)))
% -> (false)
% Current number of equations to process: 1500
% Current number of ordered equations: 0
% Current number of rules: 64
% New rule produced : [65] apply(apply(apply(apply(s,s),s),apply(c,i)),i) -> i
% Current number of equations to process: 1499
% Current number of ordered equations: 0
% Current number of rules: 65
% New rule produced :
% [66] apply(apply(X,Y),apply(X,Y)) <-> apply(apply(apply(apply(s,s),i),X),Y)
% Current number of equations to process: 1631
% Current number of ordered equations: 3
% Current number of rules: 66
% New rule produced :
% [67] apply(apply(X,Y),apply(Y,Y)) <-> apply(apply(apply(s,apply(s,X)),i),Y)
% Current number of equations to process: 1631
% Current number of ordered equations: 2
% Current number of rules: 67
% New rule produced :
% [68] apply(apply(apply(apply(s,s),i),X),Y) <-> apply(apply(X,Y),apply(X,Y))
% Current number of equations to process: 1631
% Current number of ordered equations: 1
% Current number of rules: 68
% New rule produced :
% [69] apply(apply(apply(s,apply(s,X)),i),Y) <-> apply(apply(X,Y),apply(Y,Y))
% Current number of equations to process: 1631
% Current number of ordered equations: 0
% Current number of rules: 69
% New rule produced :
% [70] apply(apply(apply(s,i),i),apply(X,Y)) <-> apply(apply(apply(s,X),X),Y)
% Current number of equations to process: 1927
% Current number of ordered equations: 1
% Current number of rules: 70
% New rule produced :
% [71] apply(apply(apply(s,X),X),Y) <-> apply(apply(apply(s,i),i),apply(X,Y))
% Current number of equations to process: 1927
% Current number of ordered equations: 0
% Current number of rules: 71
% New rule produced :
% [72] apply(X,apply(apply(apply(s,i),i),X)) -> apply(apply(apply(s,i),X),X)
% Current number of equations to process: 2046
% Current number of ordered equations: 0
% Current number of rules: 72
% New rule produced :
% [73] apply(apply(apply(apply(s,i),i),X),X) -> apply(apply(apply(s,X),i),X)
% Current number of equations to process: 2090
% Current number of ordered equations: 0
% Current number of rules: 73
% New rule produced :
% [74] apply(apply(apply(apply(s,b),i),X),X) -> apply(apply(apply(s,i),X),X)
% Current number of equations to process: 2118
% Current number of ordered equations: 0
% Current number of rules: 74
% New rule produced :
% [75]
% (eq)(apply(X,apply(X,f(apply(apply(b,X),X)))),apply(f(apply(apply(b,X),X)),
% apply(apply(apply(apply(s,b),i),X),
% f(apply(apply(b,X),X))))) ->
% (false)
% Current number of equations to process: 2146
% Current number of ordered equations: 0
% Current number of rules: 75
% New rule produced :
% [76] apply(apply(apply(s,apply(b,X)),i),X) -> apply(apply(apply(s,i),X),X)
% Current number of equations to process: 2172
% Current number of ordered equations: 0
% Current number of rules: 76
% Rule [27] apply(X,X) <-> apply(apply(apply(s,apply(b,i)),i),X) is composed into 
% [27] apply(X,X) <-> apply(apply(apply(s,i),i),X)
% New rule produced :
% [77] apply(apply(apply(s,apply(b,i)),i),X) -> apply(apply(apply(s,i),i),X)
% Rule [28] apply(apply(apply(s,apply(b,i)),i),X) <-> apply(X,X) collapsed.
% Current number of equations to process: 2192
% Current number of ordered equations: 0
% Current number of rules: 76
% New rule produced :
% [78] apply(apply(apply(apply(s,c),i),X),X) -> apply(apply(apply(s,X),i),X)
% Current number of equations to process: 2219
% Current number of ordered equations: 0
% Current number of rules: 77
% New rule produced :
% [79]
% (eq)(apply(apply(X,f(apply(apply(c,X),X))),X),apply(f(apply(apply(c,X),X)),
% apply(apply(apply(apply(s,c),i),X),
% f(apply(apply(c,X),X))))) ->
% (false)
% Current number of equations to process: 2245
% Current number of ordered equations: 0
% Current number of rules: 78
% Rule [33] apply(X,X) <-> apply(apply(apply(s,apply(c,i)),i),X) is composed into 
% [33] apply(X,X) <-> apply(apply(apply(s,i),i),X)
% Rule [30] apply(apply(X,Y),Y) <-> apply(apply(apply(s,apply(c,X)),i),Y) is composed into 
% [30] apply(apply(X,Y),Y) <-> apply(apply(apply(s,X),i),Y)
% New rule produced :
% [80] apply(apply(apply(s,apply(c,X)),i),Y) -> apply(apply(apply(s,X),i),Y)
% Rule [32] apply(apply(apply(s,apply(c,X)),i),Y) <-> apply(apply(X,Y),Y)
% collapsed.
% Rule [34] apply(apply(apply(s,apply(c,i)),i),X) <-> apply(X,X) collapsed.
% Rule
% [43]
% (eq)(apply(X,apply(X,f(apply(apply(apply(s,apply(c,b)),i),X)))),apply(
% f(apply(
% apply(b,X),X)),
% apply(X,
% apply(X,
% f(apply(
% apply(b,X),X))))))
% -> (false) collapsed.
% Rule
% [44]
% (eq)(apply(apply(X,f(apply(apply(apply(s,apply(c,c)),i),X))),X),apply(
% f(apply(
% apply(c,X),X)),
% apply(
% apply(X,
% f(apply(
% apply(c,X),X))),X)))
% -> (false) collapsed.
% Current number of equations to process: 2276
% Current number of ordered equations: 0
% Current number of rules: 75
% New rule produced :
% [81]
% (eq)(apply(X,apply(X,f(apply(apply(b,X),X)))),apply(f(apply(apply(apply(s,b),i),X)),
% apply(X,apply(X,f(apply(
% apply(
% apply(s,b),i),X))))))
% -> (false)
% Current number of equations to process: 2299
% Current number of ordered equations: 0
% Current number of rules: 76
% New rule produced :
% [82]
% (eq)(apply(apply(apply(apply(s,b),i),X),f(apply(apply(b,X),X))),apply(
% f(apply(
% apply(
% apply(s,b),i),X)),
% apply(X,
% apply(X,
% f(apply(
% apply(b,X),X))))))
% -> (false)
% Current number of equations to process: 2317
% Current number of ordered equations: 0
% Current number of rules: 77
% New rule produced :
% [83]
% (eq)(apply(apply(apply(apply(s,b),i),X),f(apply(apply(b,X),X))),apply(
% f(apply(
% apply(b,X),X)),
% apply(X,
% apply(X,
% f(apply(
% apply(
% apply(s,b),i),X))))))
% -> (false)
% Current number of equations to process: 2335
% Current number of ordered equations: 0
% Current number of rules: 78
% New rule produced :
% [84]
% (eq)(apply(apply(X,f(apply(apply(c,X),X))),X),apply(f(apply(apply(apply(s,c),i),X)),
% apply(apply(X,f(apply(apply(
% apply(s,c),i),X))),X)))
% -> (false)
% Current number of equations to process: 2353
% Current number of ordered equations: 0
% Current number of rules: 79
% New rule produced :
% [85]
% (eq)(apply(apply(apply(apply(s,c),i),X),f(apply(apply(c,X),X))),apply(
% f(apply(
% apply(
% apply(s,c),i),X)),
% apply(
% apply(X,
% f(apply(
% apply(c,X),X))),X)))
% -> (false)
% Current number of equations to process: 2376
% Current number of ordered equations: 0
% Current number of rules: 80
% New rule produced :
% [86]
% (eq)(apply(apply(apply(apply(s,c),i),X),f(apply(apply(c,X),X))),apply(
% f(apply(
% apply(c,X),X)),
% apply(
% apply(X,
% f(apply(
% apply(
% apply(s,c),i),X))),X)))
% -> (false)
% Current number of equations to process: 2398
% Current number of ordered equations: 0
% Current number of rules: 81
% Rule [55] apply(X,apply(Y,X)) <-> apply(apply(apply(s,apply(b,i)),Y),X) is composed into 
% [55] apply(X,apply(Y,X)) <-> apply(apply(apply(s,i),Y),X)
% New rule produced :
% [87] apply(apply(apply(s,apply(b,i)),X),Y) -> apply(apply(apply(s,i),X),Y)
% Rule [56] apply(apply(apply(s,apply(b,i)),Y),X) <-> apply(X,apply(Y,X))
% collapsed.
% Rule
% [77] apply(apply(apply(s,apply(b,i)),i),X) -> apply(apply(apply(s,i),i),X)
% collapsed.
% Current number of equations to process: 2412
% Current number of ordered equations: 0
% Current number of rules: 80
% New rule produced :
% [88] apply(apply(apply(apply(s,c),Y),X),X) -> apply(apply(apply(s,X),Y),X)
% Rule
% [78] apply(apply(apply(apply(s,c),i),X),X) -> apply(apply(apply(s,X),i),X)
% collapsed.
% Current number of equations to process: 2450
% Current number of ordered equations: 0
% Current number of rules: 80
% Rule [61] apply(apply(X,Y),Y) <-> apply(apply(apply(s,apply(c,i)),X),Y) is composed into 
% [61] apply(apply(X,Y),Y) <-> apply(apply(apply(s,X),i),Y)
% New rule produced :
% [89] apply(apply(apply(s,apply(c,i)),X),Y) -> apply(apply(apply(s,X),i),Y)
% Rule [62] apply(apply(apply(s,apply(c,i)),X),Y) <-> apply(apply(X,Y),Y)
% collapsed.
% Rule
% [63]
% (eq)(apply(X,apply(X,f(apply(apply(apply(s,apply(c,i)),b),X)))),apply(
% f(apply(
% apply(b,X),X)),
% apply(X,
% apply(X,
% f(apply(
% apply(b,X),X))))))
% -> (false) collapsed.
% Rule
% [64]
% (eq)(apply(apply(X,f(apply(apply(apply(s,apply(c,i)),c),X))),X),apply(
% f(apply(
% apply(c,X),X)),
% apply(
% apply(X,
% f(apply(
% apply(c,X),X))),X)))
% -> (false) collapsed.
% Current number of equations to process: 2485
% Current number of ordered equations: 0
% Current number of rules: 78
% New rule produced :
% [90] apply(X,X) <-> apply(apply(apply(s,i),i),apply(apply(c,i),X))
% Current number of equations to process: 2510
% Current number of ordered equations: 1
% Current number of rules: 79
% New rule produced :
% [91] apply(apply(apply(s,i),i),apply(apply(c,i),X)) <-> apply(X,X)
% Current number of equations to process: 2510
% Current number of ordered equations: 0
% Current number of rules: 80
% New rule produced :
% [92]
% (eq)(apply(X,apply(f(apply(apply(c,apply(b,X)),Y)),Y)),apply(f(apply(
% apply(c,
% apply(b,X)),Y)),
% apply(X,apply(
% f(apply(
% apply(c,
% apply(b,X)),Y)),Y))))
% -> (false)
% Current number of equations to process: 2589
% Current number of ordered equations: 0
% Current number of rules: 81
% New rule produced :
% [93]
% (eq)(apply(f(apply(apply(c,apply(b,i)),X)),X),apply(f(apply(apply(c,apply(b,i)),X)),
% apply(f(apply(apply(c,apply(b,i)),X)),X)))
% -> (false)
% Current number of equations to process: 2600
% Current number of ordered equations: 0
% Current number of rules: 82
% New rule produced :
% [94]
% (eq)(apply(apply(X,Y),f(apply(apply(c,apply(c,X)),Y))),apply(f(apply(
% apply(c,
% apply(c,X)),Y)),
% apply(apply(X,Y),
% f(apply(apply(c,
% apply(c,X)),Y)))))
% -> (false)
% Current number of equations to process: 2677
% Current number of ordered equations: 0
% Current number of rules: 83
% New rule produced :
% [95]
% (eq)(apply(X,f(apply(apply(c,apply(c,i)),X))),apply(f(apply(apply(c,apply(c,i)),X)),
% apply(X,f(apply(apply(c,
% apply(c,i)),X)))))
% -> (false)
% Current number of equations to process: 2697
% Current number of ordered equations: 0
% Current number of rules: 84
% New rule produced :
% [96]
% (eq)(f(apply(apply(c,apply(c,i)),i)),apply(f(apply(apply(c,apply(c,i)),i)),
% f(apply(apply(c,apply(c,i)),i)))) ->
% (false)
% Current number of equations to process: 2796
% Current number of ordered equations: 0
% Current number of rules: 85
% New rule produced :
% [97]
% (eq)(apply(X,apply(X,f(apply(apply(apply(s,b),i),X)))),apply(f(apply(
% apply(b,X),X)),
% apply(apply(apply(
% apply(s,b),i),X),
% f(apply(apply(b,X),X)))))
% -> (false)
% Current number of equations to process: 2814
% Current number of ordered equations: 0
% Current number of rules: 86
% New rule produced :
% [98]
% (eq)(apply(apply(X,f(apply(apply(apply(s,c),i),X))),X),apply(f(apply(
% apply(c,X),X)),
% apply(apply(apply(
% apply(s,c),i),X),
% f(apply(apply(c,X),X)))))
% -> (false)
% Current number of equations to process: 2833
% Current number of ordered equations: 0
% Current number of rules: 87
% New rule produced :
% [99]
% (eq)(apply(X,apply(X,f(apply(apply(apply(s,b),i),X)))),apply(f(apply(
% apply(
% apply(s,b),i),X)),
% apply(X,apply(X,
% f(apply(
% apply(
% apply(s,b),i),X))))))
% -> (false)
% Current number of equations to process: 2850
% Current number of ordered equations: 0
% Current number of rules: 88
% New rule produced :
% [100]
% (eq)(apply(apply(apply(apply(s,b),i),X),f(apply(apply(apply(s,b),i),X))),
% apply(f(apply(apply(apply(s,b),i),X)),apply(X,apply(X,f(apply(apply(b,X),X))))))
% -> (false)
% Current number of equations to process: 2875
% Current number of ordered equations: 0
% Current number of rules: 89
% New rule produced :
% [101]
% (eq)(apply(apply(apply(apply(s,b),i),X),f(apply(apply(apply(s,b),i),X))),
% apply(f(apply(apply(b,X),X)),apply(X,apply(X,f(apply(apply(apply(s,b),i),X))))))
% -> (false)
% Current number of equations to process: 2887
% Current number of ordered equations: 0
% Current number of rules: 90
% New rule produced :
% [102]
% (eq)(apply(apply(X,f(apply(apply(apply(s,c),i),X))),X),apply(f(apply(
% apply(
% apply(s,c),i),X)),
% apply(apply(X,
% f(apply(
% apply(
% apply(s,c),i),X))),X)))
% -> (false)
% Current number of equations to process: 2900
% Current number of ordered equations: 0
% Current number of rules: 91
% New rule produced :
% [103]
% (eq)(apply(apply(apply(apply(s,c),i),X),f(apply(apply(apply(s,c),i),X))),
% apply(f(apply(apply(apply(s,c),i),X)),apply(apply(X,f(apply(apply(c,X),X))),X)))
% -> (false)
% Current number of equations to process: 2931
% Current number of ordered equations: 0
% Current number of rules: 92
% New rule produced :
% [104]
% (eq)(apply(apply(apply(apply(s,c),i),X),f(apply(apply(apply(s,c),i),X))),
% apply(f(apply(apply(c,X),X)),apply(apply(X,f(apply(apply(apply(s,c),i),X))),X)))
% -> (false)
% Current number of equations to process: 2947
% Current number of ordered equations: 0
% Current number of rules: 93
% New rule produced :
% [105]
% apply(apply(Y,Z),apply(apply(X,Y),Z)) <->
% apply(apply(apply(apply(s,s),X),Y),Z)
% Current number of equations to process: 2944
% Current number of ordered equations: 1
% Current number of rules: 94
% New rule produced :
% [106]
% apply(apply(apply(apply(s,s),X),Y),Z) <->
% apply(apply(Y,Z),apply(apply(X,Y),Z))
% Current number of equations to process: 2944
% Current number of ordered equations: 0
% Current number of rules: 95
% New rule produced :
% [107]
% apply(apply(apply(apply(s,X),i),Y),Y) <->
% apply(apply(apply(s,apply(X,Y)),i),Y)
% Current number of equations to process: 3200
% Current number of ordered equations: 1
% Current number of rules: 96
% New rule produced :
% [108]
% apply(apply(apply(s,apply(X,Y)),i),Y) <->
% apply(apply(apply(apply(s,X),i),Y),Y)
% Current number of equations to process: 3200
% Current number of ordered equations: 0
% Current number of rules: 97
% New rule produced :
% [109]
% apply(apply(apply(s,i),apply(Y,X)),X) ->
% apply(X,apply(apply(apply(s,Y),i),X))
% Current number of equations to process: 3316
% Current number of ordered equations: 0
% Current number of rules: 98
% New rule produced :
% [110]
% apply(apply(X,Y),apply(Y,apply(X,Y))) <->
% apply(apply(apply(s,apply(s,i)),X),Y)
% Current number of equations to process: 3391
% Current number of ordered equations: 1
% Current number of rules: 99
% New rule produced :
% [111]
% apply(apply(apply(s,apply(s,i)),X),Y) <->
% apply(apply(X,Y),apply(Y,apply(X,Y)))
% Current number of equations to process: 3391
% Current number of ordered equations: 0
% Current number of rules: 100
% New rule produced :
% [112] apply(X,apply(X,X)) <-> apply(apply(apply(s,i),apply(apply(s,i),i)),X)
% Current number of equations to process: 3582
% Current number of ordered equations: 1
% Current number of rules: 101
% New rule produced :
% [113] apply(apply(apply(s,i),apply(apply(s,i),i)),X) <-> apply(X,apply(X,X))
% Current number of equations to process: 3582
% Current number of ordered equations: 0
% Current number of rules: 102
% New rule produced :
% [114] apply(apply(X,X),X) <-> apply(apply(apply(s,apply(apply(s,i),i)),i),X)
% Current number of equations to process: 3679
% Current number of ordered equations: 1
% Current number of rules: 103
% New rule produced :
% [115] apply(apply(apply(s,apply(apply(s,i),i)),i),X) <-> apply(apply(X,X),X)
% Current number of equations to process: 3679
% Current number of ordered equations: 0
% Current number of rules: 104
% New rule produced :
% [116]
% (eq)(apply(apply(apply(s,i),f(apply(apply(c,apply(s,i)),X))),X),apply(
% f(apply(
% apply(c,
% apply(s,i)),X)),
% apply(X,
% apply(
% f(apply(
% apply(c,
% apply(s,i)),X)),X))))
% -> (false)
% Current number of equations to process: 3772
% Current number of ordered equations: 0
% Current number of rules: 105
% New rule produced :
% [117]
% (eq)(apply(f(apply(apply(c,apply(s,i)),i)),i),apply(f(apply(apply(c,apply(s,i)),i)),
% apply(f(apply(apply(c,apply(s,i)),i)),i)))
% -> (false)
% Current number of equations to process: 3778
% Current number of ordered equations: 0
% Current number of rules: 106
% New rule produced :
% [118]
% (eq)(apply(X,apply(f(apply(apply(c,apply(s,i)),X)),X)),apply(f(apply(
% apply(c,
% apply(s,i)),X)),
% apply(X,apply(
% f(apply(
% apply(c,
% apply(s,i)),X)),X))))
% -> (false)
% Current number of equations to process: 3790
% Current number of ordered equations: 0
% Current number of rules: 107
% Rule [24] apply(X,apply(Y,Y)) <-> apply(apply(apply(s,apply(b,X)),i),Y) is composed into 
% [24] apply(X,apply(Y,Y)) <-> apply(X,apply(apply(apply(s,i),i),Y))
% New rule produced :
% [119]
% apply(apply(apply(s,apply(b,X)),i),Y) ->
% apply(X,apply(apply(apply(s,i),i),Y))
% Rule [26] apply(apply(apply(s,apply(b,X)),i),Y) <-> apply(X,apply(Y,Y))
% collapsed.
% Rule
% [76] apply(apply(apply(s,apply(b,X)),i),X) -> apply(apply(apply(s,i),X),X)
% collapsed.
% Current number of equations to process: 3806
% Current number of ordered equations: 0
% Current number of rules: 106
% New rule produced :
% [120] apply(X,apply(X,X)) <-> apply(apply(apply(s,apply(apply(s,b),i)),i),X)
% Current number of equations to process: 3841
% Current number of ordered equations: 1
% Current number of rules: 107
% New rule produced :
% [121] apply(apply(apply(s,apply(apply(s,b),i)),i),X) <-> apply(X,apply(X,X))
% Current number of equations to process: 3841
% Current number of ordered equations: 0
% Current number of rules: 108
% New rule produced :
% [122] apply(apply(X,X),X) <-> apply(apply(apply(s,apply(apply(s,c),i)),i),X)
% Current number of equations to process: 3932
% Current number of ordered equations: 1
% Current number of rules: 109
% New rule produced :
% [123] apply(apply(apply(s,apply(apply(s,c),i)),i),X) <-> apply(apply(X,X),X)
% Current number of equations to process: 3932
% Current number of ordered equations: 0
% Current number of rules: 110
% New rule produced :
% [124]
% (eq)(apply(X,apply(X,f(apply(apply(b,X),X)))),apply(f(apply(apply(apply(s,b),i),X)),
% apply(apply(apply(apply(s,b),i),X),
% f(apply(apply(b,X),X))))) ->
% (false)
% Current number of equations to process: 4024
% Current number of ordered equations: 0
% Current number of rules: 111
% New rule produced :
% [125]
% (eq)(apply(X,apply(X,f(apply(apply(b,X),X)))),apply(f(apply(apply(b,X),X)),
% apply(apply(apply(apply(s,b),i),X),
% f(apply(apply(apply(s,b),i),X)))))
% -> (false)
% Current number of equations to process: 4041
% Current number of ordered equations: 0
% Current number of rules: 112
% New rule produced :
% [126]
% (eq)(apply(apply(X,f(apply(apply(c,X),X))),X),apply(f(apply(apply(apply(s,c),i),X)),
% apply(apply(apply(apply(s,c),i),X),
% f(apply(apply(c,X),X))))) ->
% (false)
% Current number of equations to process: 4057
% Current number of ordered equations: 0
% Current number of rules: 113
% New rule produced :
% [127]
% (eq)(apply(apply(X,f(apply(apply(c,X),X))),X),apply(f(apply(apply(c,X),X)),
% apply(apply(apply(apply(s,c),i),X),
% f(apply(apply(apply(s,c),i),X)))))
% -> (false)
% Current number of equations to process: 4078
% Current number of ordered equations: 0
% Current number of rules: 114
% New rule produced :
% [128]
% (eq)(apply(apply(apply(apply(s,b),i),X),f(apply(apply(b,X),X))),apply(
% f(apply(
% apply(b,X),X)),
% apply(
% apply(
% apply(
% apply(s,b),i),X),
% f(apply(
% apply(b,X),X)))))
% -> (false)
% Current number of equations to process: 4098
% Current number of ordered equations: 0
% Current number of rules: 115
% New rule produced :
% [129]
% (eq)(apply(apply(apply(apply(s,c),i),X),f(apply(apply(c,X),X))),apply(
% f(apply(
% apply(c,X),X)),
% apply(
% apply(
% apply(
% apply(s,c),i),X),
% f(apply(
% apply(c,X),X)))))
% -> (false)
% Current number of equations to process: 4116
% Current number of ordered equations: 0
% Current number of rules: 116
% Rule [51]
% apply(X,apply(Y,apply(Z,Y))) <-> apply(apply(apply(s,apply(b,X)),Z),Y) is composed into 
% [51] apply(X,apply(Y,apply(Z,Y))) <-> apply(X,apply(apply(apply(s,i),Z),Y))
% New rule produced :
% [130]
% apply(apply(apply(s,apply(b,X)),Y),Z) ->
% apply(X,apply(apply(apply(s,i),Y),Z))
% Rule
% [54] apply(apply(apply(s,apply(b,X)),Z),Y) <-> apply(X,apply(Y,apply(Z,Y)))
% collapsed.
% Rule
% [87] apply(apply(apply(s,apply(b,i)),X),Y) -> apply(apply(apply(s,i),X),Y)
% collapsed.
% Rule
% [119]
% apply(apply(apply(s,apply(b,X)),i),Y) ->
% apply(X,apply(apply(apply(s,i),i),Y)) collapsed.
% Current number of equations to process: 4128
% Current number of ordered equations: 0
% Current number of rules: 114
% New rule produced :
% [131]
% apply(apply(apply(apply(s,b),X),Y),Y) ->
% apply(Y,apply(apply(apply(s,X),i),Y))
% Rule
% [74] apply(apply(apply(apply(s,b),i),X),X) -> apply(apply(apply(s,i),X),X)
% collapsed.
% Current number of equations to process: 4180
% Current number of ordered equations: 0
% Current number of rules: 114
% New rule produced :
% [132] apply(X,apply(X,X)) <-> apply(apply(apply(s,apply(s,apply(b,i))),i),X)
% Current number of equations to process: 4219
% Current number of ordered equations: 1
% Current number of rules: 115
% New rule produced :
% [133] apply(apply(apply(s,apply(s,apply(b,i))),i),X) <-> apply(X,apply(X,X))
% Current number of equations to process: 4219
% Current number of ordered equations: 0
% Current number of rules: 116
% New rule produced :
% [134]
% apply(apply(apply(apply(s,i),X),Y),Y) <->
% apply(apply(apply(s,apply(c,Y)),X),Y)
% Current number of equations to process: 4317
% Current number of ordered equations: 1
% Current number of rules: 117
% New rule produced :
% [135]
% apply(apply(apply(s,apply(c,Y)),X),Y) <->
% apply(apply(apply(apply(s,i),X),Y),Y)
% Current number of equations to process: 4317
% Current number of ordered equations: 0
% Current number of rules: 118
% New rule produced :
% [136] apply(apply(X,X),X) <-> apply(apply(apply(s,apply(s,apply(c,i))),i),X)
% Current number of equations to process: 4387
% Current number of ordered equations: 1
% Current number of rules: 119
% New rule produced :
% [137] apply(apply(apply(s,apply(s,apply(c,i))),i),X) <-> apply(apply(X,X),X)
% Current number of equations to process: 4387
% Current number of ordered equations: 0
% Current number of rules: 120
% New rule produced :
% [138] apply(apply(X,X),X) <-> apply(apply(apply(apply(s,s),s),apply(c,i)),X)
% Current number of equations to process: 4487
% Current number of ordered equations: 1
% Current number of rules: 121
% New rule produced :
% [139] apply(apply(apply(apply(s,s),s),apply(c,i)),X) <-> apply(apply(X,X),X)
% Rule [65] apply(apply(apply(apply(s,s),s),apply(c,i)),i) -> i collapsed.
% Current number of equations to process: 4487
% Current number of ordered equations: 0
% Current number of rules: 121
% Rule [66]
% apply(apply(X,Y),apply(X,Y)) <-> apply(apply(apply(apply(s,s),i),X),Y) is composed into 
% [66] apply(apply(X,Y),apply(X,Y)) <-> apply(apply(apply(s,i),i),apply(X,Y))
% New rule produced :
% [140]
% apply(apply(apply(apply(s,s),i),X),Y) ->
% apply(apply(apply(s,i),i),apply(X,Y))
% Rule
% [68] apply(apply(apply(apply(s,s),i),X),Y) <-> apply(apply(X,Y),apply(X,Y))
% collapsed.
% Current number of equations to process: 4588
% Current number of ordered equations: 0
% Current number of rules: 121
% New rule produced :
% [141]
% apply(apply(apply(s,apply(s,X)),i),X) ->
% apply(apply(apply(s,i),i),apply(X,X))
% Current number of equations to process: 4643
% Current number of ordered equations: 0
% Current number of rules: 122
% New rule produced :
% [142]
% (eq)(apply(apply(apply(apply(s,b),i),X),f(apply(apply(b,X),X))),apply(
% f(apply(
% apply(
% apply(s,b),i),X)),
% apply(X,
% apply(X,
% f(apply(
% apply(
% apply(s,b),i),X))))))
% -> (false)
% Current number of equations to process: 4654
% Current number of ordered equations: 0
% Current number of rules: 123
% New rule produced :
% [143]
% (eq)(apply(apply(apply(apply(s,c),i),X),f(apply(apply(c,X),X))),apply(
% f(apply(
% apply(
% apply(s,c),i),X)),
% apply(
% apply(X,
% f(apply(
% apply(
% apply(s,c),i),X))),X)))
% -> (false)
% Current number of equations to process: 4663
% Current number of ordered equations: 0
% Current number of rules: 124
% New rule produced :
% [144]
% (eq)(apply(apply(apply(s,i),f(apply(apply(c,apply(b,X)),X))),X),apply(
% f(apply(
% apply(c,
% apply(b,X)),X)),
% apply(X,
% apply(
% f(apply(
% apply(c,
% apply(b,X)),X)),X))))
% -> (false)
% Current number of equations to process: 4676
% Current number of ordered equations: 0
% Current number of rules: 125
% New rule produced :
% [145]
% (eq)(apply(X,apply(f(apply(apply(apply(s,apply(c,c)),b),X)),X)),apply(
% f(apply(
% apply(c,
% apply(b,X)),X)),
% apply(X,
% apply(
% f(apply(
% apply(c,
% apply(b,X)),X)),X))))
% -> (false)
% Current number of equations to process: 4698
% Current number of ordered equations: 0
% Current number of rules: 126
% New rule produced :
% [146]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,apply(c,c)),c),X))),apply(
% f(apply(
% apply(c,
% apply(c,X)),X)),
% apply(
% apply(X,X),
% f(apply(
% apply(c,
% apply(c,X)),X)))))
% -> (false)
% Current number of equations to process: 4723
% Current number of ordered equations: 0
% Current number of rules: 127
% New rule produced :
% [147]
% (eq)(apply(X,apply(f(apply(apply(c,apply(s,i)),X)),X)),apply(f(apply(
% apply(c,
% apply(s,i)),X)),
% apply(apply(apply(s,i),
% f(apply(
% apply(c,
% apply(s,i)),X))),X)))
% -> (false)
% Current number of equations to process: 4765
% Current number of ordered equations: 0
% Current number of rules: 128
% New rule produced :
% [148]
% (eq)(apply(apply(X,X),f(apply(apply(b,apply(apply(apply(s,i),i),X)),i))),
% apply(f(apply(apply(b,apply(X,X)),i)),apply(apply(X,X),f(apply(apply(b,
% apply(X,X)),i)))))
% -> (false)
% Current number of equations to process: 4783
% Current number of ordered equations: 0
% Current number of rules: 129
% New rule produced :
% [149]
% (eq)(apply(apply(X,X),f(apply(apply(b,i),apply(apply(apply(s,i),i),X)))),
% apply(f(apply(apply(b,i),apply(X,X))),apply(apply(X,X),f(apply(apply(b,i),
% apply(X,X)))))) ->
% (false)
% Current number of equations to process: 4844
% Current number of ordered equations: 0
% Current number of rules: 130
% New rule produced :
% [150]
% (eq)(apply(f(apply(apply(c,i),apply(apply(apply(s,i),i),X))),apply(X,X)),
% apply(f(apply(apply(c,i),apply(X,X))),apply(f(apply(apply(c,i),apply(X,X))),
% apply(X,X)))) -> (false)
% Current number of equations to process: 4905
% Current number of ordered equations: 1
% Current number of rules: 131
% New rule produced :
% [151]
% (eq)(apply(f(apply(apply(c,i),apply(X,X))),apply(apply(apply(s,i),i),X)),
% apply(f(apply(apply(c,i),apply(X,X))),apply(f(apply(apply(c,i),apply(X,X))),
% apply(X,X)))) -> (false)
% Current number of equations to process: 4905
% Current number of ordered equations: 0
% Current number of rules: 132
% New rule produced :
% [152]
% (eq)(apply(apply(apply(apply(s,b),i),X),f(apply(apply(apply(s,b),i),X))),
% apply(f(apply(apply(apply(s,b),i),X)),apply(X,apply(X,f(apply(apply(apply(s,b),i),X))))))
% -> (false)
% Current number of equations to process: 2505
% Current number of ordered equations: 0
% Current number of rules: 133
% New rule produced :
% [153]
% (eq)(apply(apply(apply(apply(s,c),i),X),f(apply(apply(apply(s,c),i),X))),
% apply(f(apply(apply(apply(s,c),i),X)),apply(apply(X,f(apply(apply(apply(s,c),i),X))),X)))
% -> (false)
% Current number of equations to process: 2529
% Current number of ordered equations: 0
% Current number of rules: 134
% New rule produced :
% [154]
% (eq)(apply(X,apply(X,f(apply(apply(apply(s,b),i),X)))),apply(f(apply(
% apply(
% apply(s,b),i),X)),
% apply(apply(apply(
% apply(s,b),i),X),
% f(apply(apply(b,X),X)))))
% -> (false)
% Current number of equations to process: 2553
% Current number of ordered equations: 0
% Current number of rules: 135
% New rule produced :
% [155]
% (eq)(apply(X,apply(X,f(apply(apply(apply(s,b),i),X)))),apply(f(apply(
% apply(b,X),X)),
% apply(apply(apply(
% apply(s,b),i),X),
% f(apply(apply(
% apply(s,b),i),X)))))
% -> (false)
% Current number of equations to process: 2567
% Current number of ordered equations: 0
% Current number of rules: 136
% New rule produced :
% [156]
% (eq)(apply(apply(X,f(apply(apply(apply(s,c),i),X))),X),apply(f(apply(
% apply(
% apply(s,c),i),X)),
% apply(apply(apply(
% apply(s,c),i),X),
% f(apply(apply(c,X),X)))))
% -> (false)
% Current number of equations to process: 2580
% Current number of ordered equations: 0
% Current number of rules: 137
% New rule produced :
% [157]
% (eq)(apply(apply(X,f(apply(apply(apply(s,c),i),X))),X),apply(f(apply(
% apply(c,X),X)),
% apply(apply(apply(
% apply(s,c),i),X),
% f(apply(apply(
% apply(s,c),i),X)))))
% -> (false)
% Current number of equations to process: 2598
% Current number of ordered equations: 0
% Current number of rules: 138
% New rule produced :
% [158]
% (eq)(apply(apply(apply(apply(s,b),i),X),f(apply(apply(apply(s,b),i),X))),
% apply(f(apply(apply(b,X),X)),apply(apply(apply(apply(s,b),i),X),f(apply(
% apply(b,X),X)))))
% -> (false)
% Current number of equations to process: 2615
% Current number of ordered equations: 0
% Current number of rules: 139
% New rule produced :
% [159]
% (eq)(apply(apply(apply(apply(s,c),i),X),f(apply(apply(apply(s,c),i),X))),
% apply(f(apply(apply(c,X),X)),apply(apply(apply(apply(s,c),i),X),f(apply(
% apply(c,X),X)))))
% -> (false)
% Current number of equations to process: 2630
% Current number of ordered equations: 0
% Current number of rules: 140
% New rule produced :
% [160]
% (eq)(apply(X,apply(f(apply(apply(c,apply(b,X)),X)),X)),apply(f(apply(
% apply(c,
% apply(b,X)),X)),
% apply(apply(apply(s,i),
% f(apply(
% apply(c,
% apply(b,X)),X))),X)))
% -> (false)
% Current number of equations to process: 2637
% Current number of ordered equations: 0
% Current number of rules: 141
% New rule produced :
% [161]
% (eq)(apply(X,apply(f(apply(apply(c,apply(b,X)),X)),X)),apply(f(apply(
% apply(
% apply(s,
% apply(c,c)),b),X)),
% apply(X,apply(
% f(apply(
% apply(c,
% apply(b,X)),X)),X))))
% -> (false)
% Current number of equations to process: 2657
% Current number of ordered equations: 1
% Current number of rules: 142
% New rule produced :
% [162]
% (eq)(apply(X,apply(f(apply(apply(c,apply(b,X)),X)),X)),apply(f(apply(
% apply(c,
% apply(b,X)),X)),
% apply(X,apply(
% f(apply(
% apply(
% apply(s,
% apply(c,c)),b),X)),X))))
% -> (false)
% Current number of equations to process: 2657
% Current number of ordered equations: 0
% Current number of rules: 143
% New rule produced :
% [163]
% (eq)(apply(apply(apply(apply(s,i),i),X),f(apply(apply(c,apply(c,X)),X))),
% apply(f(apply(apply(c,apply(c,X)),X)),apply(apply(X,X),f(apply(apply(c,
% apply(c,X)),X)))))
% -> (false)
% Current number of equations to process: 2706
% Current number of ordered equations: 0
% Current number of rules: 144
% New rule produced :
% [164]
% (eq)(apply(apply(X,X),f(apply(apply(c,apply(c,X)),X))),apply(f(apply(
% apply(
% apply(s,
% apply(c,c)),c),X)),
% apply(apply(X,X),
% f(apply(apply(c,
% apply(c,X)),X)))))
% -> (false)
% Current number of equations to process: 2741
% Current number of ordered equations: 1
% Current number of rules: 145
% New rule produced :
% [165]
% (eq)(apply(apply(X,X),f(apply(apply(c,apply(c,X)),X))),apply(f(apply(
% apply(c,
% apply(c,X)),X)),
% apply(apply(X,X),
% f(apply(apply(
% apply(s,
% apply(c,c)),c),X)))))
% -> (false)
% Current number of equations to process: 2741
% Current number of ordered equations: 0
% Current number of rules: 146
% New rule produced :
% [166]
% (eq)(apply(apply(apply(s,i),f(apply(apply(apply(s,apply(c,c)),b),X))),X),
% apply(f(apply(apply(c,apply(b,X)),X)),apply(X,apply(f(apply(apply(c,apply(b,X)),X)),X))))
% -> (false)
% Current number of equations to process: 2798
% Current number of ordered equations: 0
% Current number of rules: 147
% New rule produced :
% [167]
% apply(X,apply(Y,apply(Z,X))) <->
% apply(apply(apply(s,i),apply(apply(b,Y),Z)),X)
% Current number of equations to process: 2819
% Current number of ordered equations: 1
% Current number of rules: 148
% New rule produced :
% [168]
% apply(apply(apply(s,i),apply(apply(b,Y),Z)),X) <->
% apply(X,apply(Y,apply(Z,X)))
% Current number of equations to process: 2819
% Current number of ordered equations: 0
% Current number of rules: 149
% New rule produced :
% [169] apply(X,apply(Y,X)) <-> apply(apply(apply(s,i),apply(apply(b,Y),i)),X)
% Current number of equations to process: 2939
% Current number of ordered equations: 3
% Current number of rules: 150
% New rule produced :
% [170] apply(X,apply(Y,X)) <-> apply(apply(apply(s,i),apply(apply(b,i),Y)),X)
% Current number of equations to process: 2939
% Current number of ordered equations: 2
% Current number of rules: 151
% New rule produced :
% [171] apply(apply(apply(s,i),apply(apply(b,Y),i)),X) <-> apply(X,apply(Y,X))
% Current number of equations to process: 2939
% Current number of ordered equations: 1
% Current number of rules: 152
% New rule produced :
% [172] apply(apply(apply(s,i),apply(apply(b,i),Y)),X) <-> apply(X,apply(Y,X))
% Current number of equations to process: 2939
% Current number of ordered equations: 0
% Current number of rules: 153
% New rule produced :
% [173] apply(X,X) <-> apply(apply(apply(s,i),apply(apply(b,i),i)),X)
% Current number of equations to process: 3142
% Current number of ordered equations: 1
% Current number of rules: 154
% New rule produced :
% [174] apply(apply(apply(s,i),apply(apply(b,i),i)),X) <-> apply(X,X)
% Current number of equations to process: 3142
% Current number of ordered equations: 0
% Current number of rules: 155
% New rule produced :
% [175]
% apply(X,apply(apply(Y,X),Z)) <->
% apply(apply(apply(s,i),apply(apply(c,Y),Z)),X)
% Current number of equations to process: 3674
% Current number of ordered equations: 1
% Current number of rules: 156
% New rule produced :
% [176]
% apply(apply(apply(s,i),apply(apply(c,Y),Z)),X) <->
% apply(X,apply(apply(Y,X),Z))
% Current number of equations to process: 3674
% Current number of ordered equations: 0
% Current number of rules: 157
% New rule produced :
% [177] apply(X,apply(X,Y)) <-> apply(apply(apply(s,i),apply(apply(c,i),Y)),X)
% Current number of equations to process: 3795
% Current number of ordered equations: 1
% Current number of rules: 158
% New rule produced :
% [178] apply(apply(apply(s,i),apply(apply(c,i),Y)),X) <-> apply(X,apply(X,Y))
% Current number of equations to process: 3795
% Current number of ordered equations: 0
% Current number of rules: 159
% New rule produced :
% [179]
% (eq)(apply(apply(apply(s,i),apply(apply(c,i),f(apply(apply(b,X),X)))),X),
% apply(f(apply(apply(b,X),X)),apply(X,apply(X,f(apply(apply(b,X),X)))))) ->
% (false)
% Current number of equations to process: 4010
% Current number of ordered equations: 0
% Current number of rules: 160
% New rule produced :
% [180]
% (eq)(apply(apply(apply(s,i),apply(apply(c,i),f(apply(apply(apply(s,b),i),X)))),X),
% apply(f(apply(apply(b,X),X)),apply(X,apply(X,f(apply(apply(b,X),X)))))) ->
% (false)
% Current number of equations to process: 4066
% Current number of ordered equations: 0
% Current number of rules: 161
% New rule produced :
% [181]
% (eq)(apply(apply(apply(s,i),apply(apply(c,i),f(apply(apply(b,X),X)))),X),
% apply(f(apply(apply(apply(s,b),i),X)),apply(X,apply(X,f(apply(apply(b,X),X))))))
% -> (false)
% Current number of equations to process: 4065
% Current number of ordered equations: 0
% Current number of rules: 162
% New rule produced :
% [182]
% (eq)(apply(apply(apply(s,i),apply(apply(c,i),f(apply(apply(b,X),X)))),X),
% apply(f(apply(apply(b,X),X)),apply(X,apply(X,f(apply(apply(apply(s,b),i),X))))))
% -> (false)
% Current number of equations to process: 4064
% Current number of ordered equations: 0
% Current number of rules: 163
% New rule produced :
% [183]
% (eq)(apply(X,apply(X,f(apply(apply(b,X),X)))),apply(f(apply(apply(b,X),X)),
% apply(apply(apply(s,i),
% apply(apply(c,i),
% f(apply(apply(b,X),X)))),X)))
% -> (false)
% Current number of equations to process: 4131
% Current number of ordered equations: 0
% Current number of rules: 164
% New rule produced :
% [184]
% (eq)(apply(apply(apply(s,i),apply(apply(c,i),f(apply(apply(apply(s,b),i),X)))),X),
% apply(f(apply(apply(apply(s,b),i),X)),apply(X,apply(X,f(apply(apply(b,X),X))))))
% -> (false)
% Current number of equations to process: 4130
% Current number of ordered equations: 0
% Current number of rules: 165
% New rule produced :
% [185]
% (eq)(apply(apply(apply(s,i),apply(apply(c,i),f(apply(apply(apply(s,b),i),X)))),X),
% apply(f(apply(apply(b,X),X)),apply(X,apply(X,f(apply(apply(apply(s,b),i),X))))))
% -> (false)
% Current number of equations to process: 4129
% Current number of ordered equations: 0
% Current number of rules: 166
% New rule produced :
% [186]
% (eq)(apply(apply(apply(s,i),apply(apply(c,i),f(apply(apply(b,X),X)))),X),
% apply(f(apply(apply(b,X),X)),apply(apply(apply(apply(s,b),i),X),f(apply(
% apply(b,X),X)))))
% -> (false)
% Current number of equations to process: 4338
% Current number of ordered equations: 0
% Current number of rules: 167
% New rule produced :
% [187]
% (eq)(apply(X,apply(X,f(apply(apply(apply(s,b),i),X)))),apply(f(apply(
% apply(b,X),X)),
% apply(apply(apply(s,i),
% apply(apply(c,i),
% f(apply(
% apply(b,X),X)))),X)))
% -> (false)
% Current number of equations to process: 4358
% Current number of ordered equations: 0
% Current number of rules: 168
% New rule produced :
% [188]
% (eq)(apply(apply(apply(s,i),apply(apply(c,i),f(apply(apply(b,X),X)))),X),
% apply(f(apply(apply(apply(s,b),i),X)),apply(X,apply(X,f(apply(apply(apply(s,b),i),X))))))
% -> (false)
% Current number of equations to process: 4357
% Current number of ordered equations: 0
% Current number of rules: 169
% New rule produced :
% [189]
% apply(apply(X,apply(Y,Z)),Z) <->
% apply(apply(apply(s,apply(apply(b,X),Y)),i),Z)
% Current number of equations to process: 4390
% Current number of ordered equations: 1
% Current number of rules: 170
% New rule produced :
% [190]
% apply(apply(apply(s,apply(apply(b,X),Y)),i),Z) <->
% apply(apply(X,apply(Y,Z)),Z)
% Current number of equations to process: 4390
% Current number of ordered equations: 0
% Current number of rules: 171
% New rule produced :
% [191] apply(apply(apply(s,apply(apply(b,X),i)),i),Y) <-> apply(apply(X,Y),Y)
% Current number of equations to process: 4518
% Current number of ordered equations: 3
% Current number of rules: 172
% New rule produced :
% [192] apply(apply(X,Y),Y) <-> apply(apply(apply(s,apply(apply(b,X),i)),i),Y)
% Current number of equations to process: 4518
% Current number of ordered equations: 2
% Current number of rules: 173
% New rule produced :
% [193] apply(apply(X,Y),Y) <-> apply(apply(apply(s,apply(apply(b,i),X)),i),Y)
% Current number of equations to process: 4518
% Current number of ordered equations: 1
% Current number of rules: 174
% New rule produced :
% [194] apply(apply(apply(s,apply(apply(b,i),X)),i),Y) <-> apply(apply(X,Y),Y)
% Current number of equations to process: 4518
% Current number of ordered equations: 0
% Current number of rules: 175
% New rule produced :
% [195]
% (eq)(apply(X,apply(f(apply(apply(apply(s,apply(apply(b,c),b)),i),X)),X)),
% apply(f(apply(apply(c,apply(b,X)),X)),apply(X,apply(f(apply(apply(c,apply(b,X)),X)),X))))
% -> (false)
% Current number of equations to process: 4602
% Current number of ordered equations: 0
% Current number of rules: 176
% New rule produced :
% [196]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,apply(apply(b,c),c)),i),X))),
% apply(f(apply(apply(c,apply(c,X)),X)),apply(apply(X,X),f(apply(apply(c,
% apply(c,X)),X)))))
% -> (false)
% Current number of equations to process: 4601
% Current number of ordered equations: 0
% Current number of rules: 177
% New rule produced :
% [197] apply(X,X) <-> apply(apply(apply(s,apply(apply(b,i),i)),i),X)
% Current number of equations to process: 4741
% Current number of ordered equations: 1
% Current number of rules: 178
% New rule produced :
% [198] apply(apply(apply(s,apply(apply(b,i),i)),i),X) <-> apply(X,X)
% Current number of equations to process: 4741
% Current number of ordered equations: 0
% Current number of rules: 179
% New rule produced :
% [199]
% (eq)(apply(X,apply(X,f(apply(apply(apply(s,apply(apply(b,b),i)),i),X)))),
% apply(f(apply(apply(b,X),X)),apply(X,apply(X,f(apply(apply(b,X),X)))))) ->
% (false)
% Current number of equations to process: 4844
% Current number of ordered equations: 0
% Current number of rules: 180
% New rule produced :
% [200]
% (eq)(apply(apply(X,f(apply(apply(apply(s,apply(apply(b,c),i)),i),X))),X),
% apply(f(apply(apply(c,X),X)),apply(apply(X,f(apply(apply(c,X),X))),X))) ->
% (false)
% Current number of equations to process: 4843
% Current number of ordered equations: 0
% Current number of rules: 181
% New rule produced :
% [201]
% (eq)(apply(X,apply(X,f(apply(apply(apply(s,apply(apply(b,b),i)),i),X)))),
% apply(f(apply(apply(apply(s,b),i),X)),apply(X,apply(X,f(apply(apply(b,X),X))))))
% -> (false)
% Current number of equations to process: 4923
% Current number of ordered equations: 0
% Current number of rules: 182
% New rule produced :
% [202]
% (eq)(apply(X,apply(X,f(apply(apply(apply(s,apply(apply(b,b),i)),i),X)))),
% apply(f(apply(apply(b,X),X)),apply(X,apply(X,f(apply(apply(apply(s,b),i),X))))))
% -> (false)
% Current number of equations to process: 4922
% Current number of ordered equations: 0
% Current number of rules: 183
% New rule produced :
% [203]
% (eq)(apply(apply(X,f(apply(apply(apply(s,apply(apply(b,c),i)),i),X))),X),
% apply(f(apply(apply(apply(s,c),i),X)),apply(apply(X,f(apply(apply(c,X),X))),X)))
% -> (false)
% Current number of equations to process: 4921
% Current number of ordered equations: 0
% Current number of rules: 184
% New rule produced :
% [204]
% (eq)(apply(apply(X,f(apply(apply(apply(s,apply(apply(b,c),i)),i),X))),X),
% apply(f(apply(apply(c,X),X)),apply(apply(X,f(apply(apply(apply(s,c),i),X))),X)))
% -> (false)
% Current number of equations to process: 4920
% Current number of ordered equations: 0
% Current number of rules: 185
% New rule produced :
% [205]
% (eq)(apply(X,apply(X,f(apply(apply(b,X),X)))),apply(f(apply(apply(apply(s,
% apply(
% apply(b,b),i)),i),X)),
% apply(X,apply(X,f(apply(
% apply(b,X),X))))))
% -> (false)
% Current number of equations to process: 2032
% Current number of ordered equations: 1
% Current number of rules: 186
% New rule produced :
% [206]
% (eq)(apply(X,apply(X,f(apply(apply(b,X),X)))),apply(f(apply(apply(b,X),X)),
% apply(X,apply(X,f(apply(
% apply(
% apply(s,
% apply(
% apply(b,b),i)),i),X))))))
% -> (false)
% Current number of equations to process: 2032
% Current number of ordered equations: 0
% Current number of rules: 187
% New rule produced :
% [207]
% (eq)(apply(apply(X,f(apply(apply(c,X),X))),X),apply(f(apply(apply(apply(s,
% apply(
% apply(b,c),i)),i),X)),
% apply(apply(X,f(apply(apply(c,X),X))),X)))
% -> (false)
% Current number of equations to process: 2030
% Current number of ordered equations: 1
% Current number of rules: 188
% New rule produced :
% [208]
% (eq)(apply(apply(X,f(apply(apply(c,X),X))),X),apply(f(apply(apply(c,X),X)),
% apply(apply(X,f(apply(apply(
% apply(s,
% apply(
% apply(b,c),i)),i),X))),X)))
% -> (false)
% Current number of equations to process: 2030
% Current number of ordered equations: 0
% Current number of rules: 189
% New rule produced :
% [209]
% (eq)(apply(X,apply(X,f(apply(apply(apply(s,apply(apply(b,i),b)),i),X)))),
% apply(f(apply(apply(b,X),X)),apply(X,apply(X,f(apply(apply(b,X),X)))))) ->
% (false)
% Current number of equations to process: 2141
% Current number of ordered equations: 0
% Current number of rules: 190
% New rule produced :
% [210]
% (eq)(apply(apply(X,f(apply(apply(apply(s,apply(apply(b,i),c)),i),X))),X),
% apply(f(apply(apply(c,X),X)),apply(apply(X,f(apply(apply(c,X),X))),X))) ->
% (false)
% Current number of equations to process: 2140
% Current number of ordered equations: 0
% Current number of rules: 191
% New rule produced :
% [211]
% (eq)(apply(X,apply(X,f(apply(apply(apply(s,apply(apply(b,i),b)),i),X)))),
% apply(f(apply(apply(apply(s,b),i),X)),apply(X,apply(X,f(apply(apply(b,X),X))))))
% -> (false)
% Current number of equations to process: 2219
% Current number of ordered equations: 0
% Current number of rules: 192
% New rule produced :
% [212]
% (eq)(apply(X,apply(X,f(apply(apply(apply(s,apply(apply(b,i),b)),i),X)))),
% apply(f(apply(apply(b,X),X)),apply(X,apply(X,f(apply(apply(apply(s,b),i),X))))))
% -> (false)
% Current number of equations to process: 2218
% Current number of ordered equations: 0
% Current number of rules: 193
% New rule produced :
% [213]
% (eq)(apply(apply(X,f(apply(apply(apply(s,apply(apply(b,i),c)),i),X))),X),
% apply(f(apply(apply(apply(s,c),i),X)),apply(apply(X,f(apply(apply(c,X),X))),X)))
% -> (false)
% Current number of equations to process: 2217
% Current number of ordered equations: 0
% Current number of rules: 194
% New rule produced :
% [214]
% (eq)(apply(apply(X,f(apply(apply(apply(s,apply(apply(b,i),c)),i),X))),X),
% apply(f(apply(apply(c,X),X)),apply(apply(X,f(apply(apply(apply(s,c),i),X))),X)))
% -> (false)
% Current number of equations to process: 2216
% Current number of ordered equations: 0
% Current number of rules: 195
% New rule produced :
% [215]
% (eq)(apply(X,apply(X,f(apply(apply(b,X),X)))),apply(f(apply(apply(apply(s,
% apply(
% apply(b,i),b)),i),X)),
% apply(X,apply(X,f(apply(
% apply(b,X),X))))))
% -> (false)
% Current number of equations to process: 2296
% Current number of ordered equations: 1
% Current number of rules: 196
% New rule produced :
% [216]
% (eq)(apply(X,apply(X,f(apply(apply(b,X),X)))),apply(f(apply(apply(b,X),X)),
% apply(X,apply(X,f(apply(
% apply(
% apply(s,
% apply(
% apply(b,i),b)),i),X))))))
% -> (false)
% Current number of equations to process: 2296
% Current number of ordered equations: 0
% Current number of rules: 197
% New rule produced :
% [217]
% (eq)(apply(apply(X,f(apply(apply(c,X),X))),X),apply(f(apply(apply(apply(s,
% apply(
% apply(b,i),c)),i),X)),
% apply(apply(X,f(apply(apply(c,X),X))),X)))
% -> (false)
% Current number of equations to process: 2294
% Current number of ordered equations: 1
% Current number of rules: 198
% New rule produced :
% [218]
% (eq)(apply(apply(X,f(apply(apply(c,X),X))),X),apply(f(apply(apply(c,X),X)),
% apply(apply(X,f(apply(apply(
% apply(s,
% apply(
% apply(b,i),c)),i),X))),X)))
% -> (false)
% Current number of equations to process: 2294
% Current number of ordered equations: 0
% Current number of rules: 199
% New rule produced :
% [219]
% (eq)(apply(X,apply(X,f(apply(apply(apply(s,apply(apply(b,b),i)),i),X)))),
% apply(f(apply(apply(b,X),X)),apply(apply(apply(apply(s,b),i),X),f(apply(
% apply(b,X),X)))))
% -> (false)
% Current number of equations to process: 2445
% Current number of ordered equations: 0
% Current number of rules: 200
% New rule produced :
% [220]
% (eq)(apply(apply(apply(apply(s,c),i),X),f(apply(apply(apply(s,apply(apply(b,c),i)),i),X))),
% apply(f(apply(apply(c,X),X)),apply(apply(X,f(apply(apply(c,X),X))),X))) ->
% (false)
% Current number of equations to process: 2444
% Current number of ordered equations: 0
% Current number of rules: 201
% New rule produced :
% [221]
% (eq)(apply(X,apply(X,f(apply(apply(apply(s,b),i),X)))),apply(f(apply(
% apply(
% apply(s,
% apply(
% apply(b,b),i)),i),X)),
% apply(X,apply(X,
% f(apply(
% apply(b,X),X))))))
% -> (false)
% Current number of equations to process: 2442
% Current number of ordered equations: 1
% Current number of rules: 202
% New rule produced :
% [222]
% (eq)(apply(X,apply(X,f(apply(apply(apply(s,b),i),X)))),apply(f(apply(
% apply(b,X),X)),
% apply(X,apply(X,
% f(apply(
% apply(
% apply(s,
% apply(
% apply(b,b),i)),i),X))))))
% -> (false)
% Current number of equations to process: 2442
% Current number of ordered equations: 0
% Current number of rules: 203
% New rule produced :
% [223]
% (eq)(apply(apply(X,f(apply(apply(apply(s,c),i),X))),X),apply(f(apply(
% apply(
% apply(s,
% apply(
% apply(b,c),i)),i),X)),
% apply(apply(X,
% f(apply(
% apply(c,X),X))),X)))
% -> (false)
% Current number of equations to process: 2440
% Current number of ordered equations: 1
% Current number of rules: 204
% New rule produced :
% [224]
% (eq)(apply(apply(X,f(apply(apply(apply(s,c),i),X))),X),apply(f(apply(
% apply(c,X),X)),
% apply(apply(X,
% f(apply(
% apply(
% apply(s,
% apply(
% apply(b,c),i)),i),X))),X)))
% -> (false)
% Current number of equations to process: 2440
% Current number of ordered equations: 0
% Current number of rules: 205
% New rule produced :
% [225]
% (eq)(apply(apply(apply(apply(s,b),i),X),f(apply(apply(apply(s,apply(apply(b,b),i)),i),X))),
% apply(f(apply(apply(b,X),X)),apply(X,apply(X,f(apply(apply(b,X),X)))))) ->
% (false)
% Current number of equations to process: 2439
% Current number of ordered equations: 0
% Current number of rules: 206
% New rule produced :
% [226]
% (eq)(apply(apply(X,f(apply(apply(apply(s,apply(apply(b,c),i)),i),X))),X),
% apply(f(apply(apply(c,X),X)),apply(apply(apply(apply(s,c),i),X),f(apply(
% apply(c,X),X)))))
% -> (false)
% Current number of equations to process: 2438
% Current number of ordered equations: 0
% Current number of rules: 207
% New rule produced :
% [227]
% (eq)(apply(X,apply(X,f(apply(apply(apply(s,apply(apply(b,b),i)),i),X)))),
% apply(f(apply(apply(apply(s,b),i),X)),apply(X,apply(X,f(apply(apply(apply(s,b),i),X))))))
% -> (false)
% Current number of equations to process: 2437
% Current number of ordered equations: 0
% Current number of rules: 208
% New rule produced :
% [228]
% (eq)(apply(apply(X,f(apply(apply(apply(s,apply(apply(b,c),i)),i),X))),X),
% apply(f(apply(apply(apply(s,c),i),X)),apply(apply(X,f(apply(apply(apply(s,c),i),X))),X)))
% -> (false)
% Current number of equations to process: 2436
% Current number of ordered equations: 0
% Current number of rules: 209
% New rule produced :
% [229]
% (eq)(apply(X,apply(X,f(apply(apply(apply(s,apply(apply(b,i),b)),i),X)))),
% apply(f(apply(apply(b,X),X)),apply(apply(apply(apply(s,b),i),X),f(apply(
% apply(b,X),X)))))
% -> (false)
% Current number of equations to process: 2435
% Current number of ordered equations: 0
% Current number of rules: 210
% New rule produced :
% [230]
% (eq)(apply(apply(apply(apply(s,c),i),X),f(apply(apply(apply(s,apply(apply(b,i),c)),i),X))),
% apply(f(apply(apply(c,X),X)),apply(apply(X,f(apply(apply(c,X),X))),X))) ->
% (false)
% Current number of equations to process: 2434
% Current number of ordered equations: 0
% Current number of rules: 211
% New rule produced :
% [231]
% (eq)(apply(X,apply(X,f(apply(apply(apply(s,b),i),X)))),apply(f(apply(
% apply(
% apply(s,
% apply(
% apply(b,i),b)),i),X)),
% apply(X,apply(X,
% f(apply(
% apply(b,X),X))))))
% -> (false)
% Current number of equations to process: 2432
% Current number of ordered equations: 1
% Current number of rules: 212
% New rule produced :
% [232]
% (eq)(apply(X,apply(X,f(apply(apply(apply(s,b),i),X)))),apply(f(apply(
% apply(b,X),X)),
% apply(X,apply(X,
% f(apply(
% apply(
% apply(s,
% apply(
% apply(b,i),b)),i),X))))))
% -> (false)
% Current number of equations to process: 2432
% Current number of ordered equations: 0
% Current number of rules: 213
% New rule produced :
% [233]
% (eq)(apply(apply(X,f(apply(apply(apply(s,c),i),X))),X),apply(f(apply(
% apply(
% apply(s,
% apply(
% apply(b,i),c)),i),X)),
% apply(apply(X,
% f(apply(
% apply(c,X),X))),X)))
% -> (false)
% Current number of equations to process: 2430
% Current number of ordered equations: 1
% Current number of rules: 214
% New rule produced :
% [234]
% (eq)(apply(apply(X,f(apply(apply(apply(s,c),i),X))),X),apply(f(apply(
% apply(c,X),X)),
% apply(apply(X,
% f(apply(
% apply(
% apply(s,
% apply(
% apply(b,i),c)),i),X))),X)))
% -> (false)
% Current number of equations to process: 2430
% Current number of ordered equations: 0
% Current number of rules: 215
% New rule produced :
% [235]
% (eq)(apply(apply(apply(apply(s,b),i),X),f(apply(apply(apply(s,apply(apply(b,i),b)),i),X))),
% apply(f(apply(apply(b,X),X)),apply(X,apply(X,f(apply(apply(b,X),X)))))) ->
% (false)
% Current number of equations to process: 2429
% Current number of ordered equations: 0
% Current number of rules: 216
% New rule produced :
% [236]
% (eq)(apply(apply(X,f(apply(apply(apply(s,apply(apply(b,i),c)),i),X))),X),
% apply(f(apply(apply(c,X),X)),apply(apply(apply(apply(s,c),i),X),f(apply(
% apply(c,X),X)))))
% -> (false)
% Current number of equations to process: 2428
% Current number of ordered equations: 0
% Current number of rules: 217
% New rule produced :
% [237]
% (eq)(apply(X,apply(X,f(apply(apply(apply(s,apply(apply(b,i),b)),i),X)))),
% apply(f(apply(apply(apply(s,b),i),X)),apply(X,apply(X,f(apply(apply(apply(s,b),i),X))))))
% -> (false)
% Current number of equations to process: 2427
% Current number of ordered equations: 0
% Current number of rules: 218
% New rule produced :
% [238]
% (eq)(apply(apply(X,f(apply(apply(apply(s,apply(apply(b,i),c)),i),X))),X),
% apply(f(apply(apply(apply(s,c),i),X)),apply(apply(X,f(apply(apply(apply(s,c),i),X))),X)))
% -> (false)
% Current number of equations to process: 2426
% Current number of ordered equations: 0
% Current number of rules: 219
% New rule produced :
% [239]
% apply(apply(apply(X,Y),Z),Y) <->
% apply(apply(apply(s,apply(apply(c,X),Z)),i),Y)
% Current number of equations to process: 3628
% Current number of ordered equations: 1
% Current number of rules: 220
% New rule produced :
% [240]
% apply(apply(apply(s,apply(apply(c,X),Z)),i),Y) <->
% apply(apply(apply(X,Y),Z),Y)
% Current number of equations to process: 3628
% Current number of ordered equations: 0
% Current number of rules: 221
% New rule produced :
% [241] apply(apply(X,Y),X) <-> apply(apply(apply(s,apply(apply(c,i),Y)),i),X)
% Current number of equations to process: 3742
% Current number of ordered equations: 1
% Current number of rules: 222
% New rule produced :
% [242] apply(apply(apply(s,apply(apply(c,i),Y)),i),X) <-> apply(apply(X,Y),X)
% Current number of equations to process: 3742
% Current number of ordered equations: 0
% Current number of rules: 223
% New rule produced :
% [243] apply(apply(apply(s,apply(apply(c,b),Y)),i),X) <-> apply(X,apply(Y,X))
% Current number of equations to process: 3741
% Current number of ordered equations: 1
% Current number of rules: 224
% New rule produced :
% [244] apply(X,apply(Y,X)) <-> apply(apply(apply(s,apply(apply(c,b),Y)),i),X)
% Current number of equations to process: 3741
% Current number of ordered equations: 0
% Current number of rules: 225
% New rule produced :
% [245] apply(apply(apply(s,apply(apply(c,c),Y)),i),X) <-> apply(apply(X,X),Y)
% Current number of equations to process: 3740
% Current number of ordered equations: 1
% Current number of rules: 226
% New rule produced :
% [246] apply(apply(X,X),Y) <-> apply(apply(apply(s,apply(apply(c,c),Y)),i),X)
% Current number of equations to process: 3740
% Current number of ordered equations: 0
% Current number of rules: 227
% New rule produced :
% [247] apply(apply(apply(s,apply(apply(c,s),i)),i),X) <-> apply(apply(X,X),X)
% Current number of equations to process: 3739
% Current number of ordered equations: 1
% Current number of rules: 228
% New rule produced :
% [248] apply(apply(X,X),X) <-> apply(apply(apply(s,apply(apply(c,s),i)),i),X)
% Current number of equations to process: 3739
% Current number of ordered equations: 0
% Current number of rules: 229
% New rule produced :
% [249]
% (eq)(apply(apply(apply(s,apply(apply(c,i),f(apply(apply(c,X),X)))),i),X),
% apply(f(apply(apply(c,X),X)),apply(apply(X,f(apply(apply(c,X),X))),X))) ->
% (false)
% Current number of equations to process: 3973
% Current number of ordered equations: 0
% Current number of rules: 230
% New rule produced :
% [250]
% (eq)(apply(apply(apply(s,apply(apply(c,i),f(apply(apply(apply(s,c),i),X)))),i),X),
% apply(f(apply(apply(c,X),X)),apply(apply(X,f(apply(apply(c,X),X))),X))) ->
% (false)
% Current number of equations to process: 4030
% Current number of ordered equations: 0
% Current number of rules: 231
% New rule produced :
% [251]
% (eq)(apply(apply(apply(s,apply(apply(c,i),f(apply(apply(c,X),X)))),i),X),
% apply(f(apply(apply(apply(s,c),i),X)),apply(apply(X,f(apply(apply(c,X),X))),X)))
% -> (false)
% Current number of equations to process: 4029
% Current number of ordered equations: 0
% Current number of rules: 232
% New rule produced :
% [252]
% (eq)(apply(apply(apply(s,apply(apply(c,i),f(apply(apply(c,X),X)))),i),X),
% apply(f(apply(apply(c,X),X)),apply(apply(X,f(apply(apply(apply(s,c),i),X))),X)))
% -> (false)
% Current number of equations to process: 4028
% Current number of ordered equations: 0
% Current number of rules: 233
% New rule produced :
% [253]
% (eq)(apply(apply(X,f(apply(apply(c,X),X))),X),apply(f(apply(apply(c,X),X)),
% apply(apply(apply(s,apply(
% apply(c,i),
% f(apply(
% apply(c,X),X)))),i),X)))
% -> (false)
% Current number of equations to process: 4085
% Current number of ordered equations: 0
% Current number of rules: 234
% New rule produced :
% [254]
% (eq)(apply(apply(apply(s,apply(apply(c,i),f(apply(apply(apply(s,c),i),X)))),i),X),
% apply(f(apply(apply(apply(s,c),i),X)),apply(apply(X,f(apply(apply(c,X),X))),X)))
% -> (false)
% Current number of equations to process: 4084
% Current number of ordered equations: 0
% Current number of rules: 235
% New rule produced :
% [255]
% (eq)(apply(apply(apply(s,apply(apply(c,i),f(apply(apply(apply(s,c),i),X)))),i),X),
% apply(f(apply(apply(c,X),X)),apply(apply(X,f(apply(apply(apply(s,c),i),X))),X)))
% -> (false)
% Current number of equations to process: 4083
% Current number of ordered equations: 0
% Current number of rules: 236
% New rule produced :
% [256] apply(X,X) <-> apply(apply(apply(s,apply(apply(c,b),i)),i),X)
% Current number of equations to process: 4247
% Current number of ordered equations: 1
% Current number of rules: 237
% New rule produced :
% [257] apply(apply(apply(s,apply(apply(c,b),i)),i),X) <-> apply(X,X)
% Current number of equations to process: 4247
% Current number of ordered equations: 0
% Current number of rules: 238
% New rule produced :
% [258]
% (eq)(apply(apply(apply(s,apply(apply(c,c),f(apply(X,X)))),i),X),apply(
% f(apply(X,X)),
% apply(
% apply(X,X),
% f(apply(X,X)))))
% -> (false)
% Current number of equations to process: 4583
% Current number of ordered equations: 0
% Current number of rules: 239
% New rule produced :
% [259]
% (eq)(apply(apply(X,X),f(apply(X,X))),apply(f(apply(X,X)),apply(apply(
% apply(s,
% apply(
% apply(c,c),
% f(apply(X,X)))),i),X)))
% -> (false)
% Current number of equations to process: 4582
% Current number of ordered equations: 0
% Current number of rules: 240
% New rule produced :
% [260]
% (eq)(apply(apply(apply(s,apply(apply(c,c),f(apply(X,X)))),i),X),apply(
% f(apply(
% apply(
% apply(s,i),i),X)),
% apply(
% apply(X,X),
% f(apply(X,X)))))
% -> (false)
% Current number of equations to process: 1992
% Current number of ordered equations: 2
% Current number of rules: 241
% New rule produced :
% [261]
% (eq)(apply(apply(apply(s,apply(apply(c,c),f(apply(X,X)))),i),X),apply(
% f(apply(X,X)),
% apply(
% apply(
% apply(
% apply(s,i),i),X),
% f(apply(X,X)))))
% -> (false)
% Current number of equations to process: 1992
% Current number of ordered equations: 1
% Current number of rules: 242
% New rule produced :
% [262]
% (eq)(apply(apply(apply(s,apply(apply(c,c),f(apply(X,X)))),i),X),apply(
% f(apply(X,X)),
% apply(
% apply(X,X),
% f(apply(
% apply(
% apply(s,i),i),X)))))
% -> (false)
% Current number of equations to process: 1992
% Current number of ordered equations: 0
% Current number of rules: 243
% New rule produced :
% [263]
% (eq)(apply(apply(apply(s,apply(apply(c,c),f(apply(apply(apply(s,i),i),X)))),i),X),
% apply(f(apply(X,X)),apply(apply(X,X),f(apply(X,X))))) -> (false)
% Current number of equations to process: 1993
% Current number of ordered equations: 0
% Current number of rules: 244
% New rule produced :
% [264]
% (eq)(apply(apply(apply(apply(s,i),i),X),f(apply(X,X))),apply(f(apply(X,X)),
% apply(apply(apply(s,
% apply(
% apply(c,c),
% f(
% apply(X,X)))),i),X)))
% -> (false)
% Current number of equations to process: 2061
% Current number of ordered equations: 1
% Current number of rules: 245
% New rule produced :
% [265]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,i),i),X))),apply(f(apply(X,X)),
% apply(apply(apply(s,
% apply(
% apply(c,c),
% f(
% apply(X,X)))),i),X)))
% -> (false)
% Current number of equations to process: 2061
% Current number of ordered equations: 0
% Current number of rules: 246
% New rule produced :
% [266]
% (eq)(apply(apply(apply(s,apply(apply(c,c),f(apply(X,X)))),i),X),apply(
% f(apply(X,X)),
% apply(
% apply(
% apply(s,
% apply(
% apply(c,c),
% f(apply(X,X)))),i),X)))
% -> (false)
% Current number of equations to process: 2062
% Current number of ordered equations: 0
% Current number of rules: 247
% New rule produced :
% [267]
% (eq)(apply(apply(X,X),f(apply(X,X))),apply(f(apply(apply(apply(s,i),i),X)),
% apply(apply(X,X),f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 2098
% Current number of ordered equations: 0
% Current number of rules: 248
% New rule produced :
% [268]
% (eq)(apply(apply(X,X),f(apply(X,X))),apply(f(apply(X,X)),apply(apply(
% apply(
% apply(s,i),i),X),
% f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 2153
% Current number of ordered equations: 0
% Current number of rules: 249
% New rule produced :
% [269]
% (eq)(apply(apply(X,X),f(apply(X,X))),apply(f(apply(X,X)),apply(apply(X,X),
% f(apply(apply(
% apply(s,i),i),X)))))
% -> (false)
% Current number of equations to process: 2208
% Current number of ordered equations: 0
% Current number of rules: 250
% New rule produced :
% [270]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,i),i),X))),apply(f(apply(X,X)),
% apply(apply(X,X),
% f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 2272
% Current number of ordered equations: 0
% Current number of rules: 251
% New rule produced :
% [271]
% (eq)(apply(apply(X,X),f(apply(X,X))),apply(f(apply(apply(apply(s,i),i),X)),
% apply(apply(apply(s,apply(apply(c,c),
% f(apply(X,X)))),i),X)))
% -> (false)
% Current number of equations to process: 2300
% Current number of ordered equations: 1
% Current number of rules: 252
% New rule produced :
% [272]
% (eq)(apply(apply(X,X),f(apply(X,X))),apply(f(apply(X,X)),apply(apply(
% apply(s,
% apply(
% apply(c,c),
% f(apply(
% apply(
% apply(s,i),i),X)))),i),X)))
% -> (false)
% Current number of equations to process: 2300
% Current number of ordered equations: 0
% Current number of rules: 253
% New rule produced :
% [273]
% (eq)(apply(apply(apply(apply(s,i),i),apply(apply(c,i),X)),f(apply(X,X))),
% apply(f(apply(X,X)),apply(apply(apply(s,apply(apply(c,c),f(apply(X,X)))),i),X)))
% -> (false)
% Current number of equations to process: 2294
% Current number of ordered equations: 1
% Current number of rules: 254
% New rule produced :
% [274]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,i),i),apply(apply(c,i),X)))),
% apply(f(apply(X,X)),apply(apply(apply(s,apply(apply(c,c),f(apply(X,X)))),i),X)))
% -> (false)
% Current number of equations to process: 2294
% Current number of ordered equations: 0
% Current number of rules: 255
% New rule produced :
% [275]
% (eq)(apply(apply(apply(apply(s,i),apply(apply(b,i),i)),X),f(apply(X,X))),
% apply(f(apply(X,X)),apply(apply(apply(s,apply(apply(c,c),f(apply(X,X)))),i),X)))
% -> (false)
% Current number of equations to process: 2292
% Current number of ordered equations: 1
% Current number of rules: 256
% New rule produced :
% [276]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,i),apply(apply(b,i),i)),X))),
% apply(f(apply(X,X)),apply(apply(apply(s,apply(apply(c,c),f(apply(X,X)))),i),X)))
% -> (false)
% Current number of equations to process: 2292
% Current number of ordered equations: 0
% Current number of rules: 257
% New rule produced :
% [277]
% (eq)(apply(apply(apply(apply(s,apply(apply(b,i),i)),i),X),f(apply(X,X))),
% apply(f(apply(X,X)),apply(apply(apply(s,apply(apply(c,c),f(apply(X,X)))),i),X)))
% -> (false)
% Current number of equations to process: 2290
% Current number of ordered equations: 1
% Current number of rules: 258
% New rule produced :
% [278]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,apply(apply(b,i),i)),i),X))),
% apply(f(apply(X,X)),apply(apply(apply(s,apply(apply(c,c),f(apply(X,X)))),i),X)))
% -> (false)
% Current number of equations to process: 2290
% Current number of ordered equations: 0
% Current number of rules: 259
% New rule produced :
% [279]
% (eq)(apply(apply(apply(apply(s,apply(apply(c,b),i)),i),X),f(apply(X,X))),
% apply(f(apply(X,X)),apply(apply(apply(s,apply(apply(c,c),f(apply(X,X)))),i),X)))
% -> (false)
% Current number of equations to process: 2288
% Current number of ordered equations: 1
% Current number of rules: 260
% New rule produced :
% [280]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,apply(apply(c,b),i)),i),X))),
% apply(f(apply(X,X)),apply(apply(apply(s,apply(apply(c,c),f(apply(X,X)))),i),X)))
% -> (false)
% Current number of equations to process: 2288
% Current number of ordered equations: 0
% Current number of rules: 261
% New rule produced :
% [281]
% (eq)(apply(apply(apply(s,apply(apply(c,c),f(apply(apply(apply(s,i),i),X)))),i),X),
% apply(f(apply(apply(apply(s,i),i),X)),apply(apply(X,X),f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 2287
% Current number of ordered equations: 0
% Current number of rules: 262
% New rule produced :
% [282]
% (eq)(apply(apply(apply(s,apply(apply(c,c),f(apply(apply(apply(s,i),i),X)))),i),X),
% apply(f(apply(X,X)),apply(apply(apply(apply(s,i),i),X),f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 2286
% Current number of ordered equations: 0
% Current number of rules: 263
% New rule produced :
% [283]
% (eq)(apply(apply(apply(s,apply(apply(c,c),f(apply(apply(apply(s,i),i),X)))),i),X),
% apply(f(apply(X,X)),apply(apply(X,X),f(apply(apply(apply(s,i),i),X))))) ->
% (false)
% Current number of equations to process: 2285
% Current number of ordered equations: 0
% Current number of rules: 264
% New rule produced :
% [284]
% (eq)(apply(apply(apply(apply(s,i),i),X),f(apply(X,X))),apply(f(apply(X,X)),
% apply(apply(X,X),
% f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 2302
% Current number of ordered equations: 0
% Current number of rules: 265
% New rule produced :
% [285]
% (eq)(apply(apply(apply(apply(s,i),i),X),f(apply(apply(apply(s,i),i),X))),
% apply(f(apply(X,X)),apply(apply(apply(s,apply(apply(c,c),f(apply(X,X)))),i),X)))
% -> (false)
% Current number of equations to process: 2327
% Current number of ordered equations: 0
% Current number of rules: 266
% New rule produced :
% [286]
% (eq)(apply(apply(apply(apply(s,i),i),X),f(apply(X,X))),apply(f(apply(
% apply(
% apply(s,i),i),X)),
% apply(apply(X,X),
% f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 2471
% Current number of ordered equations: 1
% Current number of rules: 267
% New rule produced :
% [287]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,i),i),X))),apply(f(apply(
% apply(
% apply(s,i),i),X)),
% apply(apply(X,X),
% f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 2471
% Current number of ordered equations: 0
% Current number of rules: 268
% New rule produced :
% [288]
% (eq)(apply(apply(X,X),f(apply(X,X))),apply(f(apply(apply(apply(s,i),i),X)),
% apply(apply(apply(apply(s,i),i),X),
% f(apply(X,X))))) -> (false)
% Current number of equations to process: 2495
% Current number of ordered equations: 1
% Current number of rules: 269
% New rule produced :
% [289]
% (eq)(apply(apply(X,X),f(apply(X,X))),apply(f(apply(apply(apply(s,i),i),X)),
% apply(apply(X,X),f(apply(apply(apply(s,i),i),X)))))
% -> (false)
% Current number of equations to process: 2495
% Current number of ordered equations: 0
% Current number of rules: 270
% New rule produced :
% [290]
% (eq)(apply(apply(apply(apply(s,i),i),apply(apply(c,i),X)),f(apply(X,X))),
% apply(f(apply(apply(apply(s,i),i),X)),apply(apply(X,X),f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 2489
% Current number of ordered equations: 1
% Current number of rules: 271
% New rule produced :
% [291]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,i),i),apply(apply(c,i),X)))),
% apply(f(apply(apply(apply(s,i),i),X)),apply(apply(X,X),f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 2489
% Current number of ordered equations: 0
% Current number of rules: 272
% New rule produced :
% [292]
% (eq)(apply(apply(apply(apply(s,i),apply(apply(b,i),i)),X),f(apply(X,X))),
% apply(f(apply(apply(apply(s,i),i),X)),apply(apply(X,X),f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 2491
% Current number of ordered equations: 1
% Current number of rules: 273
% New rule produced :
% [293]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,i),apply(apply(b,i),i)),X))),
% apply(f(apply(apply(apply(s,i),i),X)),apply(apply(X,X),f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 2491
% Current number of ordered equations: 0
% Current number of rules: 274
% New rule produced :
% [294]
% (eq)(apply(apply(apply(apply(s,apply(apply(b,i),i)),i),X),f(apply(X,X))),
% apply(f(apply(apply(apply(s,i),i),X)),apply(apply(X,X),f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 2493
% Current number of ordered equations: 1
% Current number of rules: 275
% New rule produced :
% [295]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,apply(apply(b,i),i)),i),X))),
% apply(f(apply(apply(apply(s,i),i),X)),apply(apply(X,X),f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 2493
% Current number of ordered equations: 0
% Current number of rules: 276
% New rule produced :
% [296]
% (eq)(apply(apply(apply(apply(s,i),i),X),f(apply(X,X))),apply(f(apply(X,X)),
% apply(apply(apply(
% apply(s,i),i),X),
% f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 2525
% Current number of ordered equations: 1
% Current number of rules: 277
% New rule produced :
% [297]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,i),i),X))),apply(f(apply(X,X)),
% apply(apply(apply(
% apply(s,i),i),X),
% f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 2525
% Current number of ordered equations: 0
% Current number of rules: 278
% New rule produced :
% [298]
% (eq)(apply(apply(apply(apply(s,apply(apply(c,b),i)),i),X),f(apply(X,X))),
% apply(f(apply(apply(apply(s,i),i),X)),apply(apply(X,X),f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 2546
% Current number of ordered equations: 1
% Current number of rules: 279
% New rule produced :
% [299]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,apply(apply(c,b),i)),i),X))),
% apply(f(apply(apply(apply(s,i),i),X)),apply(apply(X,X),f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 2546
% Current number of ordered equations: 0
% Current number of rules: 280
% New rule produced :
% [300]
% (eq)(apply(apply(X,X),f(apply(X,X))),apply(f(apply(X,X)),apply(apply(
% apply(
% apply(s,i),i),X),
% f(apply(apply(
% apply(s,i),i),X)))))
% -> (false)
% Current number of equations to process: 2545
% Current number of ordered equations: 0
% Current number of rules: 281
% New rule produced :
% [301]
% (eq)(apply(apply(apply(apply(s,i),i),apply(apply(c,i),X)),f(apply(X,X))),
% apply(f(apply(X,X)),apply(apply(apply(apply(s,i),i),X),f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 2543
% Current number of ordered equations: 1
% Current number of rules: 282
% New rule produced :
% [302]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,i),i),apply(apply(c,i),X)))),
% apply(f(apply(X,X)),apply(apply(apply(apply(s,i),i),X),f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 2543
% Current number of ordered equations: 0
% Current number of rules: 283
% New rule produced :
% [303]
% (eq)(apply(apply(apply(apply(s,i),apply(apply(b,i),i)),X),f(apply(X,X))),
% apply(f(apply(X,X)),apply(apply(apply(apply(s,i),i),X),f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 2545
% Current number of ordered equations: 1
% Current number of rules: 284
% New rule produced :
% [304]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,i),apply(apply(b,i),i)),X))),
% apply(f(apply(X,X)),apply(apply(apply(apply(s,i),i),X),f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 2545
% Current number of ordered equations: 0
% Current number of rules: 285
% New rule produced :
% [305]
% (eq)(apply(apply(apply(apply(s,apply(apply(b,i),i)),i),X),f(apply(X,X))),
% apply(f(apply(X,X)),apply(apply(apply(apply(s,i),i),X),f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 2547
% Current number of ordered equations: 1
% Current number of rules: 286
% New rule produced :
% [306]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,apply(apply(b,i),i)),i),X))),
% apply(f(apply(X,X)),apply(apply(apply(apply(s,i),i),X),f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 2547
% Current number of ordered equations: 0
% Current number of rules: 287
% New rule produced :
% [307]
% (eq)(apply(apply(apply(apply(s,i),i),X),f(apply(X,X))),apply(f(apply(X,X)),
% apply(apply(X,X),
% f(apply(apply(
% apply(s,i),i),X)))))
% -> (false)
% Current number of equations to process: 2578
% Current number of ordered equations: 1
% Current number of rules: 288
% New rule produced :
% [308]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,i),i),X))),apply(f(apply(X,X)),
% apply(apply(X,X),
% f(apply(apply(
% apply(s,i),i),X)))))
% -> (false)
% Current number of equations to process: 2578
% Current number of ordered equations: 0
% Current number of rules: 289
% New rule produced :
% [309]
% (eq)(apply(apply(apply(apply(s,apply(apply(c,b),i)),i),X),f(apply(X,X))),
% apply(f(apply(X,X)),apply(apply(apply(apply(s,i),i),X),f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 2596
% Current number of ordered equations: 1
% Current number of rules: 290
% New rule produced :
% [310]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,apply(apply(c,b),i)),i),X))),
% apply(f(apply(X,X)),apply(apply(apply(apply(s,i),i),X),f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 2596
% Current number of ordered equations: 0
% Current number of rules: 291
% New rule produced :
% [311]
% (eq)(apply(apply(apply(apply(s,i),i),apply(apply(c,i),X)),f(apply(X,X))),
% apply(f(apply(X,X)),apply(apply(X,X),f(apply(apply(apply(s,i),i),X))))) ->
% (false)
% Current number of equations to process: 2594
% Current number of ordered equations: 1
% Current number of rules: 292
% New rule produced :
% [312]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,i),i),apply(apply(c,i),X)))),
% apply(f(apply(X,X)),apply(apply(X,X),f(apply(apply(apply(s,i),i),X))))) ->
% (false)
% Current number of equations to process: 2594
% Current number of ordered equations: 0
% Current number of rules: 293
% New rule produced :
% [313]
% (eq)(apply(apply(apply(apply(s,i),apply(apply(b,i),i)),X),f(apply(X,X))),
% apply(f(apply(X,X)),apply(apply(X,X),f(apply(apply(apply(s,i),i),X))))) ->
% (false)
% Current number of equations to process: 2596
% Current number of ordered equations: 1
% Current number of rules: 294
% New rule produced :
% [314]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,i),apply(apply(b,i),i)),X))),
% apply(f(apply(X,X)),apply(apply(X,X),f(apply(apply(apply(s,i),i),X))))) ->
% (false)
% Current number of equations to process: 2596
% Current number of ordered equations: 0
% Current number of rules: 295
% New rule produced :
% [315]
% (eq)(apply(apply(apply(apply(s,apply(apply(b,i),i)),i),X),f(apply(X,X))),
% apply(f(apply(X,X)),apply(apply(X,X),f(apply(apply(apply(s,i),i),X))))) ->
% (false)
% Current number of equations to process: 2598
% Current number of ordered equations: 1
% Current number of rules: 296
% New rule produced :
% [316]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,apply(apply(b,i),i)),i),X))),
% apply(f(apply(X,X)),apply(apply(X,X),f(apply(apply(apply(s,i),i),X))))) ->
% (false)
% Current number of equations to process: 2598
% Current number of ordered equations: 0
% Current number of rules: 297
% New rule produced :
% [317]
% (eq)(apply(apply(apply(apply(s,i),i),X),f(apply(apply(apply(s,i),i),X))),
% apply(f(apply(X,X)),apply(apply(X,X),f(apply(X,X))))) -> (false)
% Current number of equations to process: 2648
% Current number of ordered equations: 0
% Current number of rules: 298
% New rule produced :
% [318]
% (eq)(apply(apply(apply(apply(s,apply(apply(c,b),i)),i),X),f(apply(X,X))),
% apply(f(apply(X,X)),apply(apply(X,X),f(apply(apply(apply(s,i),i),X))))) ->
% (false)
% Current number of equations to process: 2665
% Current number of ordered equations: 1
% Current number of rules: 299
% New rule produced :
% [319]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,apply(apply(c,b),i)),i),X))),
% apply(f(apply(X,X)),apply(apply(X,X),f(apply(apply(apply(s,i),i),X))))) ->
% (false)
% Current number of equations to process: 2665
% Current number of ordered equations: 0
% Current number of rules: 300
% New rule produced :
% [320]
% (eq)(apply(apply(apply(apply(s,i),i),apply(apply(c,i),X)),f(apply(apply(
% apply(s,i),i),X))),
% apply(f(apply(X,X)),apply(apply(X,X),f(apply(X,X))))) -> (false)
% Current number of equations to process: 2703
% Current number of ordered equations: 3
% Current number of rules: 301
% New rule produced :
% [321]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,i),i),X))),apply(f(apply(
% apply(
% apply(s,i),i),
% apply(
% apply(c,i),X))),
% apply(apply(X,X),
% f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 2703
% Current number of ordered equations: 2
% Current number of rules: 302
% New rule produced :
% [322]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,i),i),X))),apply(f(apply(X,X)),
% apply(apply(apply(
% apply(s,i),i),
% apply(apply(c,i),X)),
% f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 2703
% Current number of ordered equations: 1
% Current number of rules: 303
% New rule produced :
% [323]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,i),i),X))),apply(f(apply(X,X)),
% apply(apply(X,X),
% f(apply(apply(
% apply(s,i),i),
% apply(apply(c,i),X))))))
% -> (false)
% Current number of equations to process: 2703
% Current number of ordered equations: 0
% Current number of rules: 304
% New rule produced :
% [324]
% (eq)(apply(apply(apply(apply(s,i),apply(apply(b,i),i)),X),f(apply(apply(
% apply(s,i),i),X))),
% apply(f(apply(X,X)),apply(apply(X,X),f(apply(X,X))))) -> (false)
% Current number of equations to process: 2699
% Current number of ordered equations: 3
% Current number of rules: 305
% New rule produced :
% [325]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,i),i),X))),apply(f(apply(
% apply(
% apply(s,i),
% apply(
% apply(b,i),i)),X)),
% apply(apply(X,X),
% f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 2699
% Current number of ordered equations: 2
% Current number of rules: 306
% New rule produced :
% [326]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,i),i),X))),apply(f(apply(X,X)),
% apply(apply(apply(
% apply(s,i),
% apply(
% apply(b,i),i)),X),
% f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 2699
% Current number of ordered equations: 1
% Current number of rules: 307
% New rule produced :
% [327]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,i),i),X))),apply(f(apply(X,X)),
% apply(apply(X,X),
% f(apply(apply(
% apply(s,i),
% apply(
% apply(b,i),i)),X)))))
% -> (false)
% Current number of equations to process: 2699
% Current number of ordered equations: 0
% Current number of rules: 308
% New rule produced :
% [328]
% (eq)(apply(apply(apply(apply(s,apply(apply(b,i),i)),i),X),f(apply(apply(
% apply(s,i),i),X))),
% apply(f(apply(X,X)),apply(apply(X,X),f(apply(X,X))))) -> (false)
% Current number of equations to process: 2695
% Current number of ordered equations: 3
% Current number of rules: 309
% New rule produced :
% [329]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,i),i),X))),apply(f(apply(
% apply(
% apply(s,
% apply(
% apply(b,i),i)),i),X)),
% apply(apply(X,X),
% f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 2695
% Current number of ordered equations: 2
% Current number of rules: 310
% New rule produced :
% [330]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,i),i),X))),apply(f(apply(X,X)),
% apply(apply(apply(
% apply(s,
% apply(
% apply(b,i),i)),i),X),
% f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 2695
% Current number of ordered equations: 1
% Current number of rules: 311
% New rule produced :
% [331]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,i),i),X))),apply(f(apply(X,X)),
% apply(apply(X,X),
% f(apply(apply(
% apply(s,
% apply(
% apply(b,i),i)),i),X)))))
% -> (false)
% Current number of equations to process: 2695
% Current number of ordered equations: 0
% Current number of rules: 312
% New rule produced :
% [332]
% (eq)(apply(apply(apply(apply(s,apply(apply(c,b),i)),i),X),f(apply(apply(
% apply(s,i),i),X))),
% apply(f(apply(X,X)),apply(apply(X,X),f(apply(X,X))))) -> (false)
% Current number of equations to process: 2691
% Current number of ordered equations: 3
% Current number of rules: 313
% New rule produced :
% [333]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,i),i),X))),apply(f(apply(
% apply(
% apply(s,
% apply(
% apply(c,b),i)),i),X)),
% apply(apply(X,X),
% f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 2691
% Current number of ordered equations: 2
% Current number of rules: 314
% New rule produced :
% [334]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,i),i),X))),apply(f(apply(X,X)),
% apply(apply(apply(
% apply(s,
% apply(
% apply(c,b),i)),i),X),
% f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 2691
% Current number of ordered equations: 1
% Current number of rules: 315
% New rule produced :
% [335]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,i),i),X))),apply(f(apply(X,X)),
% apply(apply(X,X),
% f(apply(apply(
% apply(s,
% apply(
% apply(c,b),i)),i),X)))))
% -> (false)
% Current number of equations to process: 2691
% Current number of ordered equations: 0
% Current number of rules: 316
% New rule produced :
% [336]
% (eq)(apply(apply(apply(s,apply(apply(c,c),f(apply(X,X)))),i),X),apply(
% f(apply(
% apply(
% apply(s,i),i),
% apply(
% apply(c,i),X))),
% apply(
% apply(X,X),
% f(apply(X,X)))))
% -> (false)
% Current number of equations to process: 2690
% Current number of ordered equations: 2
% Current number of rules: 317
% New rule produced :
% [337]
% (eq)(apply(apply(apply(s,apply(apply(c,c),f(apply(X,X)))),i),X),apply(
% f(apply(X,X)),
% apply(
% apply(
% apply(
% apply(s,i),i),
% apply(
% apply(c,i),X)),
% f(apply(X,X)))))
% -> (false)
% Current number of equations to process: 2690
% Current number of ordered equations: 1
% Current number of rules: 318
% New rule produced :
% [338]
% (eq)(apply(apply(apply(s,apply(apply(c,c),f(apply(X,X)))),i),X),apply(
% f(apply(X,X)),
% apply(
% apply(X,X),
% f(apply(
% apply(
% apply(s,i),i),
% apply(
% apply(c,i),X))))))
% -> (false)
% Current number of equations to process: 2690
% Current number of ordered equations: 0
% Current number of rules: 319
% New rule produced :
% [339]
% (eq)(apply(apply(apply(s,apply(apply(c,c),f(apply(X,X)))),i),X),apply(
% f(apply(
% apply(
% apply(s,i),
% apply(
% apply(b,i),i)),X)),
% apply(
% apply(X,X),
% f(apply(X,X)))))
% -> (false)
% Current number of equations to process: 2687
% Current number of ordered equations: 2
% Current number of rules: 320
% New rule produced :
% [340]
% (eq)(apply(apply(apply(s,apply(apply(c,c),f(apply(X,X)))),i),X),apply(
% f(apply(X,X)),
% apply(
% apply(
% apply(
% apply(s,i),
% apply(
% apply(b,i),i)),X),
% f(apply(X,X)))))
% -> (false)
% Current number of equations to process: 2687
% Current number of ordered equations: 1
% Current number of rules: 321
% New rule produced :
% [341]
% (eq)(apply(apply(apply(s,apply(apply(c,c),f(apply(X,X)))),i),X),apply(
% f(apply(X,X)),
% apply(
% apply(X,X),
% f(apply(
% apply(
% apply(s,i),
% apply(
% apply(b,i),i)),X)))))
% -> (false)
% Current number of equations to process: 2687
% Current number of ordered equations: 0
% Current number of rules: 322
% New rule produced :
% [342]
% (eq)(apply(apply(apply(s,apply(apply(c,c),f(apply(X,X)))),i),X),apply(
% f(apply(
% apply(
% apply(s,
% apply(
% apply(b,i),i)),i),X)),
% apply(
% apply(X,X),
% f(apply(X,X)))))
% -> (false)
% Current number of equations to process: 2684
% Current number of ordered equations: 2
% Current number of rules: 323
% New rule produced :
% [343]
% (eq)(apply(apply(apply(s,apply(apply(c,c),f(apply(X,X)))),i),X),apply(
% f(apply(X,X)),
% apply(
% apply(
% apply(
% apply(s,
% apply(
% apply(b,i),i)),i),X),
% f(apply(X,X)))))
% -> (false)
% Current number of equations to process: 2684
% Current number of ordered equations: 1
% Current number of rules: 324
% New rule produced :
% [344]
% (eq)(apply(apply(apply(s,apply(apply(c,c),f(apply(X,X)))),i),X),apply(
% f(apply(X,X)),
% apply(
% apply(X,X),
% f(apply(
% apply(
% apply(s,
% apply(
% apply(b,i),i)),i),X)))))
% -> (false)
% Current number of equations to process: 2684
% Current number of ordered equations: 0
% Current number of rules: 325
% New rule produced :
% [345]
% (eq)(apply(apply(apply(s,apply(apply(c,c),f(apply(X,X)))),i),X),apply(
% f(apply(
% apply(
% apply(s,
% apply(
% apply(c,b),i)),i),X)),
% apply(
% apply(X,X),
% f(apply(X,X)))))
% -> (false)
% Current number of equations to process: 2681
% Current number of ordered equations: 2
% Current number of rules: 326
% New rule produced :
% [346]
% (eq)(apply(apply(apply(s,apply(apply(c,c),f(apply(X,X)))),i),X),apply(
% f(apply(X,X)),
% apply(
% apply(
% apply(
% apply(s,
% apply(
% apply(c,b),i)),i),X),
% f(apply(X,X)))))
% -> (false)
% Current number of equations to process: 2681
% Current number of ordered equations: 1
% Current number of rules: 327
% New rule produced :
% [347]
% (eq)(apply(apply(apply(s,apply(apply(c,c),f(apply(X,X)))),i),X),apply(
% f(apply(X,X)),
% apply(
% apply(X,X),
% f(apply(
% apply(
% apply(s,
% apply(
% apply(c,b),i)),i),X)))))
% -> (false)
% Current number of equations to process: 2681
% Current number of ordered equations: 0
% Current number of rules: 328
% New rule produced :
% [348]
% (eq)(apply(apply(apply(s,apply(apply(c,c),f(apply(X,X)))),i),X),apply(
% f(apply(
% apply(
% apply(s,i),i),X)),
% apply(
% apply(
% apply(
% apply(s,i),i),X),
% f(apply(X,X)))))
% -> (false)
% Current number of equations to process: 2679
% Current number of ordered equations: 1
% Current number of rules: 329
% New rule produced :
% [349]
% (eq)(apply(apply(apply(s,apply(apply(c,c),f(apply(X,X)))),i),X),apply(
% f(apply(
% apply(
% apply(s,i),i),X)),
% apply(
% apply(X,X),
% f(apply(
% apply(
% apply(s,i),i),X)))))
% -> (false)
% Current number of equations to process: 2679
% Current number of ordered equations: 0
% Current number of rules: 330
% New rule produced :
% [350]
% (eq)(apply(apply(apply(s,apply(apply(c,c),f(apply(X,X)))),i),X),apply(
% f(apply(X,X)),
% apply(
% apply(
% apply(
% apply(s,i),i),X),
% f(apply(
% apply(
% apply(s,i),i),X)))))
% -> (false)
% Current number of equations to process: 2673
% Current number of ordered equations: 0
% Current number of rules: 331
% New rule produced :
% [351]
% (eq)(apply(apply(apply(s,apply(apply(c,c),f(apply(apply(apply(s,i),i),X)))),i),X),
% apply(f(apply(X,X)),apply(apply(apply(s,apply(apply(c,c),f(apply(X,X)))),i),X)))
% -> (false)
% Current number of equations to process: 2664
% Current number of ordered equations: 0
% Current number of rules: 332
% New rule produced :
% [352]
% (eq)(apply(apply(apply(apply(s,i),i),apply(apply(c,i),X)),f(apply(X,X))),
% apply(f(apply(X,X)),apply(apply(X,X),f(apply(X,X))))) -> (false)
% Current number of equations to process: 2750
% Current number of ordered equations: 0
% Current number of rules: 333
% New rule produced :
% [353]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,i),i),apply(apply(c,i),X)))),
% apply(f(apply(X,X)),apply(apply(X,X),f(apply(X,X))))) -> (false)
% Current number of equations to process: 2803
% Current number of ordered equations: 0
% Current number of rules: 334
% New rule produced :
% [354]
% (eq)(apply(apply(apply(apply(s,i),apply(apply(b,i),i)),X),f(apply(X,X))),
% apply(f(apply(X,X)),apply(apply(X,X),f(apply(X,X))))) -> (false)
% Current number of equations to process: 2856
% Current number of ordered equations: 0
% Current number of rules: 335
% New rule produced :
% [355]
% (eq)(apply(apply(apply(apply(s,apply(s,i)),i),apply(apply(b,i),i)),f(
% apply(
% apply(b,i),i))),
% apply(f(apply(apply(b,i),i)),f(apply(apply(b,i),i)))) -> (false)
% Current number of equations to process: 2877
% Current number of ordered equations: 0
% Current number of rules: 336
% New rule produced :
% [356]
% (eq)(f(apply(apply(apply(s,apply(s,i)),i),apply(apply(b,i),i))),apply(
% f(apply(
% apply(b,i),i)),
% f(apply(
% apply(b,i),i))))
% -> (false)
% Current number of equations to process: 2889
% Current number of ordered equations: 0
% Current number of rules: 337
% New rule produced :
% [357]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,i),apply(apply(b,i),i)),X))),
% apply(f(apply(X,X)),apply(apply(X,X),f(apply(X,X))))) -> (false)
% Current number of equations to process: 2906
% Current number of ordered equations: 0
% Current number of rules: 338
% New rule produced :
% [358]
% (eq)(apply(apply(apply(apply(s,apply(apply(b,i),i)),i),X),f(apply(X,X))),
% apply(f(apply(X,X)),apply(apply(X,X),f(apply(X,X))))) -> (false)
% Current number of equations to process: 2958
% Current number of ordered equations: 0
% Current number of rules: 339
% New rule produced :
% [359]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,apply(apply(b,i),i)),i),X))),
% apply(f(apply(X,X)),apply(apply(X,X),f(apply(X,X))))) -> (false)
% Current number of equations to process: 3009
% Current number of ordered equations: 0
% Current number of rules: 340
% New rule produced :
% [360]
% (eq)(apply(apply(apply(apply(s,apply(apply(c,b),i)),i),X),f(apply(X,X))),
% apply(f(apply(X,X)),apply(apply(X,X),f(apply(X,X))))) -> (false)
% Current number of equations to process: 3061
% Current number of ordered equations: 0
% Current number of rules: 341
% New rule produced :
% [361]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,apply(apply(c,b),i)),i),X))),
% apply(f(apply(X,X)),apply(apply(X,X),f(apply(X,X))))) -> (false)
% Current number of equations to process: 3112
% Current number of ordered equations: 0
% Current number of rules: 342
% New rule produced :
% [362]
% (eq)(apply(apply(apply(apply(s,i),i),X),f(apply(apply(apply(s,i),i),apply(
% apply(c,i),X)))),
% apply(f(apply(X,X)),apply(apply(X,X),f(apply(X,X))))) -> (false)
% Current number of equations to process: 3370
% Current number of ordered equations: 3
% Current number of rules: 343
% New rule produced :
% [363]
% (eq)(apply(apply(apply(apply(s,i),i),X),f(apply(X,X))),apply(f(apply(
% apply(
% apply(s,i),i),
% apply(
% apply(c,i),X))),
% apply(apply(X,X),
% f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 3370
% Current number of ordered equations: 2
% Current number of rules: 344
% New rule produced :
% [364]
% (eq)(apply(apply(apply(apply(s,i),i),X),f(apply(X,X))),apply(f(apply(X,X)),
% apply(apply(apply(
% apply(s,i),i),
% apply(apply(c,i),X)),
% f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 3370
% Current number of ordered equations: 1
% Current number of rules: 345
% New rule produced :
% [365]
% (eq)(apply(apply(apply(apply(s,i),i),X),f(apply(X,X))),apply(f(apply(X,X)),
% apply(apply(X,X),
% f(apply(apply(
% apply(s,i),i),
% apply(apply(c,i),X))))))
% -> (false)
% Current number of equations to process: 3370
% Current number of ordered equations: 0
% Current number of rules: 346
% New rule produced :
% [366]
% (eq)(apply(apply(apply(apply(s,i),i),X),f(apply(apply(apply(s,i),apply(
% apply(b,i),i)),X))),
% apply(f(apply(X,X)),apply(apply(X,X),f(apply(X,X))))) -> (false)
% Current number of equations to process: 3366
% Current number of ordered equations: 3
% Current number of rules: 347
% New rule produced :
% [367]
% (eq)(apply(apply(apply(apply(s,i),i),X),f(apply(X,X))),apply(f(apply(
% apply(
% apply(s,i),
% apply(
% apply(b,i),i)),X)),
% apply(apply(X,X),
% f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 3366
% Current number of ordered equations: 2
% Current number of rules: 348
% New rule produced :
% [368]
% (eq)(apply(apply(apply(apply(s,i),i),X),f(apply(X,X))),apply(f(apply(X,X)),
% apply(apply(apply(
% apply(s,i),
% apply(
% apply(b,i),i)),X),
% f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 3366
% Current number of ordered equations: 1
% Current number of rules: 349
% New rule produced :
% [369]
% (eq)(apply(apply(apply(apply(s,i),i),X),f(apply(X,X))),apply(f(apply(X,X)),
% apply(apply(X,X),
% f(apply(apply(
% apply(s,i),
% apply(
% apply(b,i),i)),X)))))
% -> (false)
% Current number of equations to process: 3366
% Current number of ordered equations: 0
% Current number of rules: 350
% New rule produced :
% [370]
% (eq)(apply(apply(apply(apply(s,i),i),X),f(apply(apply(apply(s,apply(apply(b,i),i)),i),X))),
% apply(f(apply(X,X)),apply(apply(X,X),f(apply(X,X))))) -> (false)
% Current number of equations to process: 3362
% Current number of ordered equations: 3
% Current number of rules: 351
% New rule produced :
% [371]
% (eq)(apply(apply(apply(apply(s,i),i),X),f(apply(X,X))),apply(f(apply(
% apply(
% apply(s,
% apply(
% apply(b,i),i)),i),X)),
% apply(apply(X,X),
% f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 3362
% Current number of ordered equations: 2
% Current number of rules: 352
% New rule produced :
% [372]
% (eq)(apply(apply(apply(apply(s,i),i),X),f(apply(X,X))),apply(f(apply(X,X)),
% apply(apply(apply(
% apply(s,
% apply(
% apply(b,i),i)),i),X),
% f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 3362
% Current number of ordered equations: 1
% Current number of rules: 353
% New rule produced :
% [373]
% (eq)(apply(apply(apply(apply(s,i),i),X),f(apply(X,X))),apply(f(apply(X,X)),
% apply(apply(X,X),
% f(apply(apply(
% apply(s,
% apply(
% apply(b,i),i)),i),X)))))
% -> (false)
% Current number of equations to process: 3362
% Current number of ordered equations: 0
% Current number of rules: 354
% New rule produced :
% [374]
% (eq)(apply(apply(apply(apply(s,i),i),X),f(apply(apply(apply(s,apply(apply(c,b),i)),i),X))),
% apply(f(apply(X,X)),apply(apply(X,X),f(apply(X,X))))) -> (false)
% Current number of equations to process: 3358
% Current number of ordered equations: 3
% Current number of rules: 355
% New rule produced :
% [375]
% (eq)(apply(apply(apply(apply(s,i),i),X),f(apply(X,X))),apply(f(apply(
% apply(
% apply(s,
% apply(
% apply(c,b),i)),i),X)),
% apply(apply(X,X),
% f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 3358
% Current number of ordered equations: 2
% Current number of rules: 356
% New rule produced :
% [376]
% (eq)(apply(apply(apply(apply(s,i),i),X),f(apply(X,X))),apply(f(apply(X,X)),
% apply(apply(apply(
% apply(s,
% apply(
% apply(c,b),i)),i),X),
% f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 3358
% Current number of ordered equations: 1
% Current number of rules: 357
% New rule produced :
% [377]
% (eq)(apply(apply(apply(apply(s,i),i),X),f(apply(X,X))),apply(f(apply(X,X)),
% apply(apply(X,X),
% f(apply(apply(
% apply(s,
% apply(
% apply(c,b),i)),i),X)))))
% -> (false)
% Current number of equations to process: 3358
% Current number of ordered equations: 0
% Current number of rules: 358
% New rule produced :
% [378]
% (eq)(apply(apply(apply(apply(s,i),i),X),f(apply(apply(apply(s,i),i),X))),
% apply(f(apply(apply(apply(s,i),i),X)),apply(apply(X,X),f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 3414
% Current number of ordered equations: 0
% Current number of rules: 359
% New rule produced :
% [379]
% (eq)(apply(apply(apply(apply(s,i),i),X),f(apply(X,X))),apply(f(apply(
% apply(
% apply(s,i),i),X)),
% apply(apply(apply(
% apply(s,i),i),X),
% f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 3538
% Current number of ordered equations: 1
% Current number of rules: 360
% New rule produced :
% [380]
% (eq)(apply(apply(apply(apply(s,i),i),X),f(apply(X,X))),apply(f(apply(
% apply(
% apply(s,i),i),X)),
% apply(apply(X,X),
% f(apply(apply(
% apply(s,i),i),X)))))
% -> (false)
% Current number of equations to process: 3538
% Current number of ordered equations: 0
% Current number of rules: 361
% New rule produced :
% [381]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,i),i),X))),apply(f(apply(
% apply(
% apply(s,i),i),X)),
% apply(apply(apply(
% apply(s,i),i),X),
% f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 3532
% Current number of ordered equations: 1
% Current number of rules: 362
% New rule produced :
% [382]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,i),i),X))),apply(f(apply(
% apply(
% apply(s,i),i),X)),
% apply(apply(X,X),
% f(apply(apply(
% apply(s,i),i),X)))))
% -> (false)
% Current number of equations to process: 3532
% Current number of ordered equations: 0
% Current number of rules: 363
% New rule produced :
% [383]
% (eq)(apply(apply(apply(apply(s,i),i),X),f(apply(apply(apply(s,i),i),X))),
% apply(f(apply(X,X)),apply(apply(apply(apply(s,i),i),X),f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 4011
% Current number of ordered equations: 0
% Current number of rules: 364
% New rule produced :
% [384]
% (eq)(apply(apply(apply(apply(s,i),i),X),f(apply(X,X))),apply(f(apply(X,X)),
% apply(apply(apply(
% apply(s,i),i),X),
% f(apply(apply(
% apply(s,i),i),X)))))
% -> (false)
% Current number of equations to process: 4120
% Current number of ordered equations: 0
% Current number of rules: 365
% New rule produced :
% [385]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,i),i),X))),apply(f(apply(X,X)),
% apply(apply(apply(
% apply(s,i),i),X),
% f(apply(apply(
% apply(s,i),i),X)))))
% -> (false)
% Current number of equations to process: 4119
% Current number of ordered equations: 0
% Current number of rules: 366
% New rule produced :
% [386]
% (eq)(apply(apply(apply(apply(s,i),i),X),f(apply(apply(apply(s,i),i),X))),
% apply(f(apply(X,X)),apply(apply(X,X),f(apply(apply(apply(s,i),i),X))))) ->
% (false)
% Current number of equations to process: 4632
% Current number of ordered equations: 0
% Current number of rules: 367
% New rule produced :
% [387]
% (eq)(apply(apply(X,X),f(apply(X,X))),apply(f(apply(apply(apply(s,i),i),
% apply(apply(c,i),X))),apply(
% apply(X,X),
% f(
% apply(X,X)))))
% -> (false)
% Current number of equations to process: 1385
% Current number of ordered equations: 0
% Current number of rules: 368
% New rule produced :
% [388]
% (eq)(apply(apply(X,X),f(apply(X,X))),apply(f(apply(X,X)),apply(apply(
% apply(
% apply(s,i),i),
% apply(
% apply(c,i),X)),
% f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 1442
% Current number of ordered equations: 0
% Current number of rules: 369
% New rule produced :
% [389]
% (eq)(apply(apply(X,X),f(apply(X,X))),apply(f(apply(X,X)),apply(apply(X,X),
% f(apply(apply(
% apply(s,i),i),
% apply(apply(c,i),X))))))
% -> (false)
% Current number of equations to process: 1499
% Current number of ordered equations: 0
% Current number of rules: 370
% New rule produced :
% [390]
% (eq)(f(apply(apply(b,i),i)),apply(f(apply(apply(apply(s,apply(s,i)),i),
% apply(apply(b,i),i))),f(apply(apply(b,i),i))))
% -> (false)
% Current number of equations to process: 1603
% Current number of ordered equations: 0
% Current number of rules: 371
% New rule produced :
% [391]
% (eq)(apply(apply(X,X),f(apply(X,X))),apply(f(apply(apply(apply(s,i),apply(
% apply(b,i),i)),X)),
% apply(apply(X,X),f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 1621
% Current number of ordered equations: 0
% Current number of rules: 372
% New rule produced :
% [392]
% (eq)(apply(apply(X,X),f(apply(X,X))),apply(f(apply(X,X)),apply(apply(
% apply(
% apply(s,i),
% apply(
% apply(b,i),i)),X),
% f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 1682
% Current number of ordered equations: 0
% Current number of rules: 373
% New rule produced :
% [393]
% (eq)(f(apply(apply(b,i),i)),apply(f(apply(apply(b,i),i)),f(apply(apply(
% apply(s,
% apply(s,i)),i),
% apply(apply(b,i),i)))))
% -> (false)
% Current number of equations to process: 1721
% Current number of ordered equations: 0
% Current number of rules: 374
% New rule produced :
% [394]
% (eq)(apply(apply(X,X),f(apply(X,X))),apply(f(apply(X,X)),apply(apply(X,X),
% f(apply(apply(
% apply(s,i),
% apply(
% apply(b,i),i)),X)))))
% -> (false)
% Current number of equations to process: 1739
% Current number of ordered equations: 0
% Current number of rules: 375
% New rule produced :
% [395]
% (eq)(apply(apply(X,X),f(apply(X,X))),apply(f(apply(apply(apply(s,apply(
% apply(b,i),i)),i),X)),
% apply(apply(X,X),f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 1862
% Current number of ordered equations: 0
% Current number of rules: 376
% New rule produced :
% [396]
% (eq)(apply(apply(X,X),f(apply(X,X))),apply(f(apply(X,X)),apply(apply(
% apply(
% apply(s,
% apply(
% apply(b,i),i)),i),X),
% f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 1920
% Current number of ordered equations: 0
% Current number of rules: 377
% New rule produced :
% [397]
% (eq)(apply(apply(X,X),f(apply(X,X))),apply(f(apply(X,X)),apply(apply(X,X),
% f(apply(apply(
% apply(s,
% apply(
% apply(b,i),i)),i),X)))))
% -> (false)
% Current number of equations to process: 1977
% Current number of ordered equations: 0
% Current number of rules: 378
% New rule produced :
% [398]
% (eq)(apply(apply(X,X),f(apply(X,X))),apply(f(apply(apply(apply(s,apply(
% apply(c,b),i)),i),X)),
% apply(apply(X,X),f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 2100
% Current number of ordered equations: 0
% Current number of rules: 379
% New rule produced :
% [399]
% (eq)(apply(apply(X,X),f(apply(X,X))),apply(f(apply(X,X)),apply(apply(
% apply(
% apply(s,
% apply(
% apply(c,b),i)),i),X),
% f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 2158
% Current number of ordered equations: 0
% Current number of rules: 380
% New rule produced :
% [400]
% (eq)(apply(apply(X,X),f(apply(X,X))),apply(f(apply(X,X)),apply(apply(X,X),
% f(apply(apply(
% apply(s,
% apply(
% apply(c,b),i)),i),X)))))
% -> (false)
% Current number of equations to process: 2217
% Current number of ordered equations: 0
% Current number of rules: 381
% New rule produced :
% [401]
% (eq)(apply(apply(X,f(apply(apply(apply(s,c),i),X))),X),apply(f(apply(
% apply(c,X),X)),
% apply(apply(apply(s,
% apply(
% apply(c,i),
% f(
% apply(
% apply(c,X),X)))),i),X)))
% -> (false)
% Current number of equations to process: 1468
% Current number of ordered equations: 0
% Current number of rules: 382
% New rule produced :
% [402]
% (eq)(apply(apply(apply(s,apply(apply(c,i),f(apply(apply(c,X),X)))),i),X),
% apply(f(apply(apply(c,X),X)),apply(apply(apply(apply(s,c),i),X),f(apply(
% apply(c,X),X)))))
% -> (false)
% Current number of equations to process: 1491
% Current number of ordered equations: 0
% Current number of rules: 383
% New rule produced :
% [403]
% (eq)(apply(apply(apply(s,apply(apply(c,i),f(apply(apply(c,X),X)))),i),X),
% apply(f(apply(apply(apply(s,c),i),X)),apply(apply(X,f(apply(apply(apply(s,c),i),X))),X)))
% -> (false)
% Current number of equations to process: 1490
% Current number of ordered equations: 0
% Current number of rules: 384
% New rule produced :
% [404]
% (eq)(apply(apply(apply(s,apply(apply(c,c),f(apply(apply(apply(s,i),i),
% apply(apply(c,i),X))))),i),X),
% apply(f(apply(X,X)),apply(apply(X,X),f(apply(X,X))))) -> (false)
% Current number of equations to process: 1486
% Current number of ordered equations: 0
% Current number of rules: 385
% New rule produced :
% [405]
% (eq)(apply(apply(apply(s,apply(apply(c,c),f(apply(apply(apply(s,i),apply(
% apply(b,i),i)),X)))),i),X),
% apply(f(apply(X,X)),apply(apply(X,X),f(apply(X,X))))) -> (false)
% Current number of equations to process: 1485
% Current number of ordered equations: 0
% Current number of rules: 386
% New rule produced :
% [406]
% (eq)(apply(apply(apply(s,apply(apply(c,c),f(apply(apply(apply(s,apply(
% apply(b,i),i)),i),X)))),i),X),
% apply(f(apply(X,X)),apply(apply(X,X),f(apply(X,X))))) -> (false)
% Current number of equations to process: 1484
% Current number of ordered equations: 0
% Current number of rules: 387
% New rule produced :
% [407]
% (eq)(apply(apply(apply(s,apply(apply(c,c),f(apply(apply(apply(s,apply(
% apply(c,b),i)),i),X)))),i),X),
% apply(f(apply(X,X)),apply(apply(X,X),f(apply(X,X))))) -> (false)
% Current number of equations to process: 1483
% Current number of ordered equations: 0
% Current number of rules: 388
% New rule produced :
% [408]
% (eq)(apply(apply(apply(apply(s,i),i),X),f(apply(X,X))),apply(f(apply(
% apply(
% apply(s,i),i),X)),
% apply(apply(apply(s,
% apply(
% apply(c,c),
% f(
% apply(X,X)))),i),X)))
% -> (false)
% Current number of equations to process: 1481
% Current number of ordered equations: 1
% Current number of rules: 389
% New rule produced :
% [409]
% (eq)(apply(apply(apply(apply(s,i),i),X),f(apply(X,X))),apply(f(apply(X,X)),
% apply(apply(apply(s,
% apply(
% apply(c,c),
% f(
% apply(
% apply(
% apply(s,i),i),X)))),i),X)))
% -> (false)
% Current number of equations to process: 1481
% Current number of ordered equations: 0
% Current number of rules: 390
% New rule produced :
% [410]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,i),i),X))),apply(f(apply(
% apply(
% apply(s,i),i),X)),
% apply(apply(apply(s,
% apply(
% apply(c,c),
% f(
% apply(X,X)))),i),X)))
% -> (false)
% Current number of equations to process: 1475
% Current number of ordered equations: 1
% Current number of rules: 391
% New rule produced :
% [411]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,i),i),X))),apply(f(apply(X,X)),
% apply(apply(apply(s,
% apply(
% apply(c,c),
% f(
% apply(
% apply(
% apply(s,i),i),X)))),i),X)))
% -> (false)
% Current number of equations to process: 1475
% Current number of ordered equations: 0
% Current number of rules: 392
% New rule produced :
% [412]
% (eq)(apply(apply(X,X),f(apply(X,X))),apply(f(apply(apply(apply(s,i),i),X)),
% apply(apply(apply(apply(s,i),i),
% apply(apply(c,i),X)),f(apply(X,X)))))
% -> (false)
% Current number of equations to process: 1469
% Current number of ordered equations: 1
% Current number of rules: 393
% New rule produced :
% [413]
% (eq)(apply(apply(X,X),f(apply(X,X))),apply(f(apply(apply(apply(s,i),i),X)),
% apply(apply(X,X),f(apply(apply(apply(s,i),i),
% apply(apply(c,i),X))))))
% -> (false)
% Current number of equations to process: 1469
% Current number of ordered equations: 0
% Current number of rules: 394
% New rule produced :
% [414]
% (eq)(apply(apply(X,X),f(apply(X,X))),apply(f(apply(apply(apply(s,i),i),X)),
% apply(apply(apply(apply(s,i),apply(
% apply(b,i),i)),X),
% f(apply(X,X))))) -> (false)
% Current number of equations to process: 1467
% Current number of ordered equations: 1
% Current number of rules: 395
% New rule produced :
% [415]
% (eq)(apply(apply(X,X),f(apply(X,X))),apply(f(apply(apply(apply(s,i),i),X)),
% apply(apply(X,X),f(apply(apply(apply(s,i),
% apply(apply(b,i),i)),X)))))
% -> (false)
% Current number of equations to process: 1467
% Current number of ordered equations: 0
% Current number of rules: 396
% New rule produced :
% [416]
% (eq)(apply(apply(X,X),f(apply(X,X))),apply(f(apply(apply(apply(s,i),i),X)),
% apply(apply(apply(apply(s,apply(
% apply(b,i),i)),i),X),
% f(apply(X,X))))) -> (false)
% Current number of equations to process: 1465
% Current number of ordered equations: 1
% Current number of rules: 397
% New rule produced :
% [417]
% (eq)(apply(apply(X,X),f(apply(X,X))),apply(f(apply(apply(apply(s,i),i),X)),
% apply(apply(X,X),f(apply(apply(apply(s,
% apply(
% apply(b,i),i)),i),X)))))
% -> (false)
% Current number of equations to process: 1465
% Current number of ordered equations: 0
% Current number of rules: 398
% New rule produced :
% [418]
% (eq)(apply(apply(X,X),f(apply(X,X))),apply(f(apply(apply(apply(s,i),i),X)),
% apply(apply(apply(apply(s,apply(
% apply(c,b),i)),i),X),
% f(apply(X,X))))) -> (false)
% Current number of equations to process: 1463
% Current number of ordered equations: 1
% Current number of rules: 399
% New rule produced :
% [419]
% (eq)(apply(apply(X,X),f(apply(X,X))),apply(f(apply(apply(apply(s,i),i),X)),
% apply(apply(X,X),f(apply(apply(apply(s,
% apply(
% apply(c,b),i)),i),X)))))
% -> (false)
% Current number of equations to process: 1463
% Current number of ordered equations: 0
% Current number of rules: 400
% New rule produced :
% [420]
% (eq)(apply(apply(X,X),f(apply(X,X))),apply(f(apply(apply(apply(s,i),i),
% apply(apply(c,i),X))),apply(
% apply(
% apply(
% apply(s,i),i),X),
% f(
% apply(X,X)))))
% -> (false)
% Current number of equations to process: 1461
% Current number of ordered equations: 1
% Current number of rules: 401
% New rule produced :
% [421]
% (eq)(apply(apply(X,X),f(apply(X,X))),apply(f(apply(X,X)),apply(apply(
% apply(
% apply(s,i),i),X),
% f(apply(apply(
% apply(s,i),i),
% apply(apply(c,i),X))))))
% -> (false)
% Current number of equations to process: 1461
% Current number of ordered equations: 0
% Current number of rules: 402
% New rule produced :
% [422]
% (eq)(apply(apply(X,X),f(apply(X,X))),apply(f(apply(apply(apply(s,i),apply(
% apply(b,i),i)),X)),
% apply(apply(apply(apply(s,i),i),X),
% f(apply(X,X))))) -> (false)
% Current number of equations to process: 1459
% Current number of ordered equations: 1
% Current number of rules: 403
% New rule produced :
% [423]
% (eq)(apply(apply(X,X),f(apply(X,X))),apply(f(apply(X,X)),apply(apply(
% apply(
% apply(s,i),i),X),
% f(apply(apply(
% apply(s,i),
% apply(
% apply(b,i),i)),X)))))
% -> (false)
% Current number of equations to process: 1459
% Current number of ordered equations: 0
% Current number of rules: 404
% New rule produced :
% [424]
% (eq)(apply(apply(X,X),f(apply(X,X))),apply(f(apply(apply(apply(s,apply(
% apply(b,i),i)),i),X)),
% apply(apply(apply(apply(s,i),i),X),
% f(apply(X,X))))) -> (false)
% Current number of equations to process: 1457
% Current number of ordered equations: 1
% Current number of rules: 405
% New rule produced :
% [425]
% (eq)(apply(apply(X,X),f(apply(X,X))),apply(f(apply(X,X)),apply(apply(
% apply(
% apply(s,i),i),X),
% f(apply(apply(
% apply(s,
% apply(
% apply(b,i),i)),i),X)))))
% -> (false)
% Current number of equations to process: 1457
% Current number of ordered equations: 0
% Current number of rules: 406
% New rule produced :
% [426]
% (eq)(apply(apply(X,X),f(apply(X,X))),apply(f(apply(apply(apply(s,apply(
% apply(c,b),i)),i),X)),
% apply(apply(apply(apply(s,i),i),X),
% f(apply(X,X))))) -> (false)
% Current number of equations to process: 1455
% Current number of ordered equations: 1
% Current number of rules: 407
% New rule produced :
% [427]
% (eq)(apply(apply(X,X),f(apply(X,X))),apply(f(apply(X,X)),apply(apply(
% apply(
% apply(s,i),i),X),
% f(apply(apply(
% apply(s,
% apply(
% apply(c,b),i)),i),X)))))
% -> (false)
% Current number of equations to process: 1455
% Current number of ordered equations: 0
% Current number of rules: 408
% New rule produced :
% [428]
% (eq)(apply(apply(X,X),f(apply(X,X))),apply(f(apply(apply(apply(s,i),i),
% apply(apply(c,i),X))),apply(
% apply(X,X),
% f(
% apply(
% apply(
% apply(s,i),i),X)))))
% -> (false)
% Current number of equations to process: 1453
% Current number of ordered equations: 1
% Current number of rules: 409
% New rule produced :
% [429]
% (eq)(apply(apply(X,X),f(apply(X,X))),apply(f(apply(X,X)),apply(apply(
% apply(
% apply(s,i),i),
% apply(
% apply(c,i),X)),
% f(apply(apply(
% apply(s,i),i),X)))))
% -> (false)
% Current number of equations to process: 1453
% Current number of ordered equations: 0
% Current number of rules: 410
% New rule produced :
% [430]
% (eq)(apply(apply(X,X),f(apply(X,X))),apply(f(apply(apply(apply(s,i),apply(
% apply(b,i),i)),X)),
% apply(apply(X,X),f(apply(apply(apply(s,i),i),X)))))
% -> (false)
% Current number of equations to process: 1451
% Current number of ordered equations: 1
% Current number of rules: 411
% New rule produced :
% [431]
% (eq)(apply(apply(X,X),f(apply(X,X))),apply(f(apply(X,X)),apply(apply(
% apply(
% apply(s,i),
% apply(
% apply(b,i),i)),X),
% f(apply(apply(
% apply(s,i),i),X)))))
% -> (false)
% Current number of equations to process: 1451
% Current number of ordered equations: 0
% Current number of rules: 412
% New rule produced :
% [432]
% (eq)(apply(apply(X,X),f(apply(X,X))),apply(f(apply(apply(apply(s,apply(
% apply(b,i),i)),i),X)),
% apply(apply(X,X),f(apply(apply(apply(s,i),i),X)))))
% -> (false)
% Current number of equations to process: 1449
% Current number of ordered equations: 1
% Current number of rules: 413
% New rule produced :
% [433]
% (eq)(apply(apply(X,X),f(apply(X,X))),apply(f(apply(X,X)),apply(apply(
% apply(
% apply(s,
% apply(
% apply(b,i),i)),i),X),
% f(apply(apply(
% apply(s,i),i),X)))))
% -> (false)
% Current number of equations to process: 1449
% Current number of ordered equations: 0
% Current number of rules: 414
% New rule produced :
% [434]
% (eq)(apply(apply(X,X),f(apply(X,X))),apply(f(apply(apply(apply(s,apply(
% apply(c,b),i)),i),X)),
% apply(apply(X,X),f(apply(apply(apply(s,i),i),X)))))
% -> (false)
% Current number of equations to process: 1447
% Current number of ordered equations: 1
% Current number of rules: 415
% New rule produced :
% [435]
% (eq)(apply(apply(X,X),f(apply(X,X))),apply(f(apply(X,X)),apply(apply(
% apply(
% apply(s,
% apply(
% apply(c,b),i)),i),X),
% f(apply(apply(
% apply(s,i),i),X)))))
% -> (false)
% Current number of equations to process: 1447
% Current number of ordered equations: 0
% Current number of rules: 416
% New rule produced :
% [436]
% (eq)(apply(apply(apply(apply(s,i),i),X),f(apply(apply(apply(s,i),i),apply(
% apply(c,i),X)))),
% apply(f(apply(apply(apply(s,i),i),X)),apply(apply(X,X),f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 1442
% Current number of ordered equations: 0
% Current number of rules: 417
% New rule produced :
% [437]
% (eq)(apply(apply(apply(apply(s,i),i),X),f(apply(apply(apply(s,i),apply(
% apply(b,i),i)),X))),
% apply(f(apply(apply(apply(s,i),i),X)),apply(apply(X,X),f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 1441
% Current number of ordered equations: 0
% Current number of rules: 418
% New rule produced :
% [438]
% (eq)(apply(apply(apply(apply(s,i),i),X),f(apply(apply(apply(s,apply(apply(b,i),i)),i),X))),
% apply(f(apply(apply(apply(s,i),i),X)),apply(apply(X,X),f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 1440
% Current number of ordered equations: 0
% Current number of rules: 419
% New rule produced :
% [439]
% (eq)(apply(apply(apply(apply(s,i),i),X),f(apply(apply(apply(s,apply(apply(c,b),i)),i),X))),
% apply(f(apply(apply(apply(s,i),i),X)),apply(apply(X,X),f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 1438
% Current number of ordered equations: 0
% Current number of rules: 420
% New rule produced :
% [440]
% (eq)(apply(apply(apply(apply(s,i),i),apply(apply(c,i),X)),f(apply(apply(
% apply(s,i),i),X))),
% apply(f(apply(apply(apply(s,i),i),X)),apply(apply(X,X),f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 1437
% Current number of ordered equations: 0
% Current number of rules: 421
% New rule produced :
% [441]
% (eq)(apply(apply(apply(apply(s,i),apply(apply(b,i),i)),X),f(apply(apply(
% apply(s,i),i),X))),
% apply(f(apply(apply(apply(s,i),i),X)),apply(apply(X,X),f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 1436
% Current number of ordered equations: 0
% Current number of rules: 422
% New rule produced :
% [442]
% (eq)(apply(apply(apply(apply(s,apply(apply(b,i),i)),i),X),f(apply(apply(
% apply(s,i),i),X))),
% apply(f(apply(apply(apply(s,i),i),X)),apply(apply(X,X),f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 1435
% Current number of ordered equations: 0
% Current number of rules: 423
% New rule produced :
% [443]
% (eq)(apply(apply(apply(apply(s,apply(apply(c,b),i)),i),X),f(apply(apply(
% apply(s,i),i),X))),
% apply(f(apply(apply(apply(s,i),i),X)),apply(apply(X,X),f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 1433
% Current number of ordered equations: 0
% Current number of rules: 424
% New rule produced :
% [444]
% (eq)(apply(apply(X,X),f(apply(X,X))),apply(f(apply(apply(apply(s,i),i),X)),
% apply(apply(apply(apply(s,i),i),X),
% f(apply(apply(apply(s,i),i),X))))) ->
% (false)
% Current number of equations to process: 1432
% Current number of ordered equations: 0
% Current number of rules: 425
% New rule produced :
% [445]
% (eq)(apply(apply(apply(apply(s,i),i),apply(apply(c,i),X)),f(apply(X,X))),
% apply(f(apply(apply(apply(s,i),i),X)),apply(apply(apply(apply(s,i),i),X),
% f(apply(X,X))))) -> (false)
% Current number of equations to process: 1430
% Current number of ordered equations: 1
% Current number of rules: 426
% New rule produced :
% [446]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,i),i),apply(apply(c,i),X)))),
% apply(f(apply(apply(apply(s,i),i),X)),apply(apply(apply(apply(s,i),i),X),
% f(apply(X,X))))) -> (false)
% Current number of equations to process: 1430
% Current number of ordered equations: 0
% Current number of rules: 427
% New rule produced :
% [447]
% (eq)(apply(apply(apply(apply(s,i),apply(apply(b,i),i)),X),f(apply(X,X))),
% apply(f(apply(apply(apply(s,i),i),X)),apply(apply(apply(apply(s,i),i),X),
% f(apply(X,X))))) -> (false)
% Current number of equations to process: 1428
% Current number of ordered equations: 1
% Current number of rules: 428
% New rule produced :
% [448]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,i),apply(apply(b,i),i)),X))),
% apply(f(apply(apply(apply(s,i),i),X)),apply(apply(apply(apply(s,i),i),X),
% f(apply(X,X))))) -> (false)
% Current number of equations to process: 1428
% Current number of ordered equations: 0
% Current number of rules: 429
% New rule produced :
% [449]
% (eq)(apply(apply(apply(apply(s,apply(apply(b,i),i)),i),X),f(apply(X,X))),
% apply(f(apply(apply(apply(s,i),i),X)),apply(apply(apply(apply(s,i),i),X),
% f(apply(X,X))))) -> (false)
% Current number of equations to process: 1426
% Current number of ordered equations: 1
% Current number of rules: 430
% New rule produced :
% [450]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,apply(apply(b,i),i)),i),X))),
% apply(f(apply(apply(apply(s,i),i),X)),apply(apply(apply(apply(s,i),i),X),
% f(apply(X,X))))) -> (false)
% Current number of equations to process: 1426
% Current number of ordered equations: 0
% Current number of rules: 431
% New rule produced :
% [451]
% (eq)(apply(apply(apply(apply(s,apply(apply(c,b),i)),i),X),f(apply(X,X))),
% apply(f(apply(apply(apply(s,i),i),X)),apply(apply(apply(apply(s,i),i),X),
% f(apply(X,X))))) -> (false)
% Current number of equations to process: 1424
% Current number of ordered equations: 1
% Current number of rules: 432
% New rule produced :
% [452]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,apply(apply(c,b),i)),i),X))),
% apply(f(apply(apply(apply(s,i),i),X)),apply(apply(apply(apply(s,i),i),X),
% f(apply(X,X))))) -> (false)
% Current number of equations to process: 1424
% Current number of ordered equations: 0
% Current number of rules: 433
% New rule produced :
% [453]
% (eq)(apply(apply(apply(apply(s,i),i),apply(apply(c,i),X)),f(apply(X,X))),
% apply(f(apply(apply(apply(s,i),i),X)),apply(apply(X,X),f(apply(apply(
% apply(s,i),i),X)))))
% -> (false)
% Current number of equations to process: 1421
% Current number of ordered equations: 1
% Current number of rules: 434
% New rule produced :
% [454]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,i),i),apply(apply(c,i),X)))),
% apply(f(apply(apply(apply(s,i),i),X)),apply(apply(X,X),f(apply(apply(
% apply(s,i),i),X)))))
% -> (false)
% Current number of equations to process: 1421
% Current number of ordered equations: 0
% Current number of rules: 435
% New rule produced :
% [455]
% (eq)(apply(apply(apply(apply(s,i),apply(apply(b,i),i)),X),f(apply(X,X))),
% apply(f(apply(apply(apply(s,i),i),X)),apply(apply(X,X),f(apply(apply(
% apply(s,i),i),X)))))
% -> (false)
% Current number of equations to process: 1419
% Current number of ordered equations: 1
% Current number of rules: 436
% New rule produced :
% [456]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,i),apply(apply(b,i),i)),X))),
% apply(f(apply(apply(apply(s,i),i),X)),apply(apply(X,X),f(apply(apply(
% apply(s,i),i),X)))))
% -> (false)
% Current number of equations to process: 1419
% Current number of ordered equations: 0
% Current number of rules: 437
% New rule produced :
% [457]
% (eq)(apply(apply(apply(apply(s,apply(apply(b,i),i)),i),X),f(apply(X,X))),
% apply(f(apply(apply(apply(s,i),i),X)),apply(apply(X,X),f(apply(apply(
% apply(s,i),i),X)))))
% -> (false)
% Current number of equations to process: 1417
% Current number of ordered equations: 1
% Current number of rules: 438
% New rule produced :
% [458]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,apply(apply(b,i),i)),i),X))),
% apply(f(apply(apply(apply(s,i),i),X)),apply(apply(X,X),f(apply(apply(
% apply(s,i),i),X)))))
% -> (false)
% Current number of equations to process: 1417
% Current number of ordered equations: 0
% Current number of rules: 439
% New rule produced :
% [459]
% (eq)(apply(apply(apply(apply(s,apply(apply(c,b),i)),i),X),f(apply(X,X))),
% apply(f(apply(apply(apply(s,i),i),X)),apply(apply(X,X),f(apply(apply(
% apply(s,i),i),X)))))
% -> (false)
% Current number of equations to process: 1415
% Current number of ordered equations: 1
% Current number of rules: 440
% New rule produced :
% [460]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,apply(apply(c,b),i)),i),X))),
% apply(f(apply(apply(apply(s,i),i),X)),apply(apply(X,X),f(apply(apply(
% apply(s,i),i),X)))))
% -> (false)
% Current number of equations to process: 1415
% Current number of ordered equations: 0
% Current number of rules: 441
% New rule produced :
% [461]
% (eq)(apply(apply(apply(apply(s,i),i),X),f(apply(apply(apply(s,i),i),apply(
% apply(c,i),X)))),
% apply(f(apply(X,X)),apply(apply(apply(apply(s,i),i),X),f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 1366
% Current number of ordered equations: 0
% Current number of rules: 442
% New rule produced :
% [462]
% (eq)(apply(apply(apply(apply(s,i),i),X),f(apply(apply(apply(s,i),apply(
% apply(b,i),i)),X))),
% apply(f(apply(X,X)),apply(apply(apply(apply(s,i),i),X),f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 1365
% Current number of ordered equations: 0
% Current number of rules: 443
% New rule produced :
% [463]
% (eq)(apply(apply(apply(apply(s,i),i),X),f(apply(apply(apply(s,apply(apply(b,i),i)),i),X))),
% apply(f(apply(X,X)),apply(apply(apply(apply(s,i),i),X),f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 1364
% Current number of ordered equations: 0
% Current number of rules: 444
% New rule produced :
% [464]
% (eq)(apply(apply(apply(apply(s,i),i),X),f(apply(apply(apply(s,apply(apply(c,b),i)),i),X))),
% apply(f(apply(X,X)),apply(apply(apply(apply(s,i),i),X),f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 1363
% Current number of ordered equations: 0
% Current number of rules: 445
% New rule produced :
% [465]
% (eq)(apply(apply(apply(apply(s,i),i),apply(apply(c,i),X)),f(apply(apply(
% apply(s,i),i),X))),
% apply(f(apply(X,X)),apply(apply(apply(apply(s,i),i),X),f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 1362
% Current number of ordered equations: 0
% Current number of rules: 446
% New rule produced :
% [466]
% (eq)(apply(apply(apply(apply(s,i),apply(apply(b,i),i)),X),f(apply(apply(
% apply(s,i),i),X))),
% apply(f(apply(X,X)),apply(apply(apply(apply(s,i),i),X),f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 1361
% Current number of ordered equations: 0
% Current number of rules: 447
% New rule produced :
% [467]
% (eq)(apply(apply(apply(apply(s,apply(apply(b,i),i)),i),X),f(apply(apply(
% apply(s,i),i),X))),
% apply(f(apply(X,X)),apply(apply(apply(apply(s,i),i),X),f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 1360
% Current number of ordered equations: 0
% Current number of rules: 448
% New rule produced :
% [468]
% (eq)(apply(apply(apply(apply(s,apply(apply(c,b),i)),i),X),f(apply(apply(
% apply(s,i),i),X))),
% apply(f(apply(X,X)),apply(apply(apply(apply(s,i),i),X),f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 1359
% Current number of ordered equations: 0
% Current number of rules: 449
% New rule produced :
% [469]
% (eq)(apply(apply(apply(apply(s,i),i),apply(apply(c,i),X)),f(apply(X,X))),
% apply(f(apply(X,X)),apply(apply(apply(apply(s,i),i),X),f(apply(apply(
% apply(s,i),i),X)))))
% -> (false)
% Current number of equations to process: 1341
% Current number of ordered equations: 1
% Current number of rules: 450
% New rule produced :
% [470]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,i),i),apply(apply(c,i),X)))),
% apply(f(apply(X,X)),apply(apply(apply(apply(s,i),i),X),f(apply(apply(
% apply(s,i),i),X)))))
% -> (false)
% Current number of equations to process: 1341
% Current number of ordered equations: 0
% Current number of rules: 451
% New rule produced :
% [471]
% (eq)(apply(apply(apply(apply(s,i),apply(apply(b,i),i)),X),f(apply(X,X))),
% apply(f(apply(X,X)),apply(apply(apply(apply(s,i),i),X),f(apply(apply(
% apply(s,i),i),X)))))
% -> (false)
% Current number of equations to process: 1339
% Current number of ordered equations: 1
% Current number of rules: 452
% New rule produced :
% [472]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,i),apply(apply(b,i),i)),X))),
% apply(f(apply(X,X)),apply(apply(apply(apply(s,i),i),X),f(apply(apply(
% apply(s,i),i),X)))))
% -> (false)
% Current number of equations to process: 1339
% Current number of ordered equations: 0
% Current number of rules: 453
% New rule produced :
% [473]
% (eq)(apply(apply(apply(apply(s,apply(apply(b,i),i)),i),X),f(apply(X,X))),
% apply(f(apply(X,X)),apply(apply(apply(apply(s,i),i),X),f(apply(apply(
% apply(s,i),i),X)))))
% -> (false)
% Current number of equations to process: 1337
% Current number of ordered equations: 1
% Current number of rules: 454
% New rule produced :
% [474]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,apply(apply(b,i),i)),i),X))),
% apply(f(apply(X,X)),apply(apply(apply(apply(s,i),i),X),f(apply(apply(
% apply(s,i),i),X)))))
% -> (false)
% Current number of equations to process: 1337
% Current number of ordered equations: 0
% Current number of rules: 455
% New rule produced :
% [475]
% (eq)(apply(apply(apply(apply(s,apply(apply(c,b),i)),i),X),f(apply(X,X))),
% apply(f(apply(X,X)),apply(apply(apply(apply(s,i),i),X),f(apply(apply(
% apply(s,i),i),X)))))
% -> (false)
% Current number of equations to process: 1335
% Current number of ordered equations: 1
% Current number of rules: 456
% New rule produced :
% [476]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,apply(apply(c,b),i)),i),X))),
% apply(f(apply(X,X)),apply(apply(apply(apply(s,i),i),X),f(apply(apply(
% apply(s,i),i),X)))))
% -> (false)
% Current number of equations to process: 1335
% Current number of ordered equations: 0
% Current number of rules: 457
% New rule produced :
% [477]
% (eq)(apply(apply(apply(apply(s,i),i),X),f(apply(apply(apply(s,i),i),apply(
% apply(c,i),X)))),
% apply(f(apply(X,X)),apply(apply(X,X),f(apply(apply(apply(s,i),i),X))))) ->
% (false)
% Current number of equations to process: 1286
% Current number of ordered equations: 0
% Current number of rules: 458
% New rule produced :
% [478]
% (eq)(apply(apply(apply(apply(s,i),i),X),f(apply(apply(apply(s,i),apply(
% apply(b,i),i)),X))),
% apply(f(apply(X,X)),apply(apply(X,X),f(apply(apply(apply(s,i),i),X))))) ->
% (false)
% Current number of equations to process: 1285
% Current number of ordered equations: 0
% Current number of rules: 459
% New rule produced :
% [479]
% (eq)(apply(apply(apply(apply(s,i),i),X),f(apply(apply(apply(s,apply(apply(b,i),i)),i),X))),
% apply(f(apply(X,X)),apply(apply(X,X),f(apply(apply(apply(s,i),i),X))))) ->
% (false)
% Current number of equations to process: 1284
% Current number of ordered equations: 0
% Current number of rules: 460
% New rule produced :
% [480]
% (eq)(apply(apply(apply(apply(s,i),i),X),f(apply(apply(apply(s,apply(apply(c,b),i)),i),X))),
% apply(f(apply(X,X)),apply(apply(X,X),f(apply(apply(apply(s,i),i),X))))) ->
% (false)
% Current number of equations to process: 1282
% Current number of ordered equations: 0
% Current number of rules: 461
% New rule produced :
% [481]
% (eq)(apply(apply(apply(apply(s,i),i),apply(apply(c,i),X)),f(apply(apply(
% apply(s,i),i),X))),
% apply(f(apply(X,X)),apply(apply(X,X),f(apply(apply(apply(s,i),i),X))))) ->
% (false)
% Current number of equations to process: 1281
% Current number of ordered equations: 0
% Current number of rules: 462
% New rule produced :
% [482]
% (eq)(apply(apply(apply(apply(s,i),apply(apply(b,i),i)),X),f(apply(apply(
% apply(s,i),i),X))),
% apply(f(apply(X,X)),apply(apply(X,X),f(apply(apply(apply(s,i),i),X))))) ->
% (false)
% Current number of equations to process: 1280
% Current number of ordered equations: 0
% Current number of rules: 463
% New rule produced :
% [483]
% (eq)(apply(apply(apply(apply(s,apply(apply(b,i),i)),i),X),f(apply(apply(
% apply(s,i),i),X))),
% apply(f(apply(X,X)),apply(apply(X,X),f(apply(apply(apply(s,i),i),X))))) ->
% (false)
% Current number of equations to process: 1279
% Current number of ordered equations: 0
% Current number of rules: 464
% New rule produced :
% [484]
% (eq)(apply(apply(apply(apply(s,apply(apply(c,b),i)),i),X),f(apply(apply(
% apply(s,i),i),X))),
% apply(f(apply(X,X)),apply(apply(X,X),f(apply(apply(apply(s,i),i),X))))) ->
% (false)
% Current number of equations to process: 1277
% Current number of ordered equations: 0
% Current number of rules: 465
% New rule produced :
% [485]
% (eq)(apply(apply(apply(apply(s,i),i),X),f(apply(apply(apply(s,i),i),X))),
% apply(f(apply(apply(apply(s,i),i),apply(apply(c,i),X))),apply(apply(X,X),
% f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 1244
% Current number of ordered equations: 2
% Current number of rules: 466
% New rule produced :
% [486]
% (eq)(apply(apply(apply(apply(s,i),i),X),f(apply(apply(apply(s,i),i),X))),
% apply(f(apply(X,X)),apply(apply(apply(apply(s,i),i),apply(apply(c,i),X)),
% f(apply(X,X))))) -> (false)
% Current number of equations to process: 1244
% Current number of ordered equations: 1
% Current number of rules: 467
% New rule produced :
% [487]
% (eq)(apply(apply(apply(apply(s,i),i),X),f(apply(apply(apply(s,i),i),X))),
% apply(f(apply(X,X)),apply(apply(X,X),f(apply(apply(apply(s,i),i),apply(
% apply(c,i),X))))))
% -> (false)
% Current number of equations to process: 1244
% Current number of ordered equations: 0
% Current number of rules: 468
% New rule produced :
% [488]
% (eq)(apply(apply(apply(apply(s,i),i),X),f(apply(apply(apply(s,i),i),X))),
% apply(f(apply(apply(apply(s,i),apply(apply(b,i),i)),X)),apply(apply(X,X),
% f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 1241
% Current number of ordered equations: 2
% Current number of rules: 469
% New rule produced :
% [489]
% (eq)(apply(apply(apply(apply(s,i),i),X),f(apply(apply(apply(s,i),i),X))),
% apply(f(apply(X,X)),apply(apply(apply(apply(s,i),apply(apply(b,i),i)),X),
% f(apply(X,X))))) -> (false)
% Current number of equations to process: 1241
% Current number of ordered equations: 1
% Current number of rules: 470
% New rule produced :
% [490]
% (eq)(apply(apply(apply(apply(s,i),i),X),f(apply(apply(apply(s,i),i),X))),
% apply(f(apply(X,X)),apply(apply(X,X),f(apply(apply(apply(s,i),apply(apply(b,i),i)),X)))))
% -> (false)
% Current number of equations to process: 1241
% Current number of ordered equations: 0
% Current number of rules: 471
% New rule produced :
% [491]
% (eq)(apply(apply(apply(apply(s,i),i),X),f(apply(apply(apply(s,i),i),X))),
% apply(f(apply(apply(apply(s,apply(apply(b,i),i)),i),X)),apply(apply(X,X),
% f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 1238
% Current number of ordered equations: 2
% Current number of rules: 472
% New rule produced :
% [492]
% (eq)(apply(apply(apply(apply(s,i),i),X),f(apply(apply(apply(s,i),i),X))),
% apply(f(apply(X,X)),apply(apply(apply(apply(s,apply(apply(b,i),i)),i),X),
% f(apply(X,X))))) -> (false)
% Current number of equations to process: 1238
% Current number of ordered equations: 1
% Current number of rules: 473
% New rule produced :
% [493]
% (eq)(apply(apply(apply(apply(s,i),i),X),f(apply(apply(apply(s,i),i),X))),
% apply(f(apply(X,X)),apply(apply(X,X),f(apply(apply(apply(s,apply(apply(b,i),i)),i),X)))))
% -> (false)
% Current number of equations to process: 1238
% Current number of ordered equations: 0
% Current number of rules: 474
% New rule produced :
% [494]
% (eq)(apply(apply(apply(apply(s,i),i),X),f(apply(apply(apply(s,i),i),X))),
% apply(f(apply(apply(apply(s,apply(apply(c,b),i)),i),X)),apply(apply(X,X),
% f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 1235
% Current number of ordered equations: 2
% Current number of rules: 475
% New rule produced :
% [495]
% (eq)(apply(apply(apply(apply(s,i),i),X),f(apply(apply(apply(s,i),i),X))),
% apply(f(apply(X,X)),apply(apply(apply(apply(s,apply(apply(c,b),i)),i),X),
% f(apply(X,X))))) -> (false)
% Current number of equations to process: 1235
% Current number of ordered equations: 1
% Current number of rules: 476
% New rule produced :
% [496]
% (eq)(apply(apply(apply(apply(s,i),i),X),f(apply(apply(apply(s,i),i),X))),
% apply(f(apply(X,X)),apply(apply(X,X),f(apply(apply(apply(s,apply(apply(c,b),i)),i),X)))))
% -> (false)
% Current number of equations to process: 1235
% Current number of ordered equations: 0
% Current number of rules: 477
% New rule produced :
% [497]
% (eq)(apply(apply(apply(apply(s,i),i),apply(apply(c,i),X)),f(apply(X,X))),
% apply(f(apply(apply(apply(s,i),i),apply(apply(c,i),X))),apply(apply(X,X),
% f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 1175
% Current number of ordered equations: 2
% Current number of rules: 478
% New rule produced :
% [498]
% (eq)(apply(apply(apply(apply(s,i),i),apply(apply(c,i),X)),f(apply(X,X))),
% apply(f(apply(X,X)),apply(apply(apply(apply(s,i),i),apply(apply(c,i),X)),
% f(apply(X,X))))) -> (false)
% Current number of equations to process: 1175
% Current number of ordered equations: 1
% Current number of rules: 479
% New rule produced :
% [499]
% (eq)(apply(apply(apply(apply(s,i),i),apply(apply(c,i),X)),f(apply(X,X))),
% apply(f(apply(X,X)),apply(apply(X,X),f(apply(apply(apply(s,i),i),apply(
% apply(c,i),X))))))
% -> (false)
% Current number of equations to process: 1175
% Current number of ordered equations: 0
% Current number of rules: 480
% New rule produced :
% [500]
% (eq)(apply(apply(apply(apply(s,i),i),apply(apply(c,i),X)),f(apply(X,X))),
% apply(f(apply(apply(apply(s,i),apply(apply(b,i),i)),X)),apply(apply(X,X),
% f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 1172
% Current number of ordered equations: 2
% Current number of rules: 481
% New rule produced :
% [501]
% (eq)(apply(apply(apply(apply(s,i),i),apply(apply(c,i),X)),f(apply(X,X))),
% apply(f(apply(X,X)),apply(apply(apply(apply(s,i),apply(apply(b,i),i)),X),
% f(apply(X,X))))) -> (false)
% Current number of equations to process: 1172
% Current number of ordered equations: 1
% Current number of rules: 482
% New rule produced :
% [502]
% (eq)(apply(apply(apply(apply(s,i),i),apply(apply(c,i),X)),f(apply(X,X))),
% apply(f(apply(X,X)),apply(apply(X,X),f(apply(apply(apply(s,i),apply(apply(b,i),i)),X)))))
% -> (false)
% Current number of equations to process: 1172
% Current number of ordered equations: 0
% Current number of rules: 483
% New rule produced :
% [503]
% (eq)(apply(apply(apply(apply(s,i),i),apply(apply(c,i),X)),f(apply(X,X))),
% apply(f(apply(apply(apply(s,apply(apply(b,i),i)),i),X)),apply(apply(X,X),
% f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 1169
% Current number of ordered equations: 2
% Current number of rules: 484
% New rule produced :
% [504]
% (eq)(apply(apply(apply(apply(s,i),i),apply(apply(c,i),X)),f(apply(X,X))),
% apply(f(apply(X,X)),apply(apply(apply(apply(s,apply(apply(b,i),i)),i),X),
% f(apply(X,X))))) -> (false)
% Current number of equations to process: 1169
% Current number of ordered equations: 1
% Current number of rules: 485
% New rule produced :
% [505]
% (eq)(apply(apply(apply(apply(s,i),i),apply(apply(c,i),X)),f(apply(X,X))),
% apply(f(apply(X,X)),apply(apply(X,X),f(apply(apply(apply(s,apply(apply(b,i),i)),i),X)))))
% -> (false)
% Current number of equations to process: 1169
% Current number of ordered equations: 0
% Current number of rules: 486
% New rule produced :
% [506]
% (eq)(apply(apply(apply(apply(s,i),i),apply(apply(c,i),X)),f(apply(X,X))),
% apply(f(apply(apply(apply(s,apply(apply(c,b),i)),i),X)),apply(apply(X,X),
% f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 1166
% Current number of ordered equations: 2
% Current number of rules: 487
% New rule produced :
% [507]
% (eq)(apply(apply(apply(apply(s,i),i),apply(apply(c,i),X)),f(apply(X,X))),
% apply(f(apply(X,X)),apply(apply(apply(apply(s,apply(apply(c,b),i)),i),X),
% f(apply(X,X))))) -> (false)
% Current number of equations to process: 1166
% Current number of ordered equations: 1
% Current number of rules: 488
% New rule produced :
% [508]
% (eq)(apply(apply(apply(apply(s,i),i),apply(apply(c,i),X)),f(apply(X,X))),
% apply(f(apply(X,X)),apply(apply(X,X),f(apply(apply(apply(s,apply(apply(c,b),i)),i),X)))))
% -> (false)
% Current number of equations to process: 1166
% Current number of ordered equations: 0
% Current number of rules: 489
% New rule produced :
% [509]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,i),i),apply(apply(c,i),X)))),
% apply(f(apply(apply(apply(s,i),i),apply(apply(c,i),X))),apply(apply(X,X),
% f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 1163
% Current number of ordered equations: 2
% Current number of rules: 490
% New rule produced :
% [510]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,i),i),apply(apply(c,i),X)))),
% apply(f(apply(X,X)),apply(apply(apply(apply(s,i),i),apply(apply(c,i),X)),
% f(apply(X,X))))) -> (false)
% Current number of equations to process: 1163
% Current number of ordered equations: 1
% Current number of rules: 491
% New rule produced :
% [511]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,i),i),apply(apply(c,i),X)))),
% apply(f(apply(X,X)),apply(apply(X,X),f(apply(apply(apply(s,i),i),apply(
% apply(c,i),X))))))
% -> (false)
% Current number of equations to process: 1163
% Current number of ordered equations: 0
% Current number of rules: 492
% New rule produced :
% [512]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,i),i),apply(apply(c,i),X)))),
% apply(f(apply(apply(apply(s,i),apply(apply(b,i),i)),X)),apply(apply(X,X),
% f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 1160
% Current number of ordered equations: 2
% Current number of rules: 493
% New rule produced :
% [513]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,i),i),apply(apply(c,i),X)))),
% apply(f(apply(X,X)),apply(apply(apply(apply(s,i),apply(apply(b,i),i)),X),
% f(apply(X,X))))) -> (false)
% Current number of equations to process: 1160
% Current number of ordered equations: 1
% Current number of rules: 494
% New rule produced :
% [514]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,i),i),apply(apply(c,i),X)))),
% apply(f(apply(X,X)),apply(apply(X,X),f(apply(apply(apply(s,i),apply(apply(b,i),i)),X)))))
% -> (false)
% Current number of equations to process: 1160
% Current number of ordered equations: 0
% Current number of rules: 495
% New rule produced :
% [515]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,i),i),apply(apply(c,i),X)))),
% apply(f(apply(apply(apply(s,apply(apply(b,i),i)),i),X)),apply(apply(X,X),
% f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 1157
% Current number of ordered equations: 2
% Current number of rules: 496
% New rule produced :
% [516]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,i),i),apply(apply(c,i),X)))),
% apply(f(apply(X,X)),apply(apply(apply(apply(s,apply(apply(b,i),i)),i),X),
% f(apply(X,X))))) -> (false)
% Current number of equations to process: 1157
% Current number of ordered equations: 1
% Current number of rules: 497
% New rule produced :
% [517]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,i),i),apply(apply(c,i),X)))),
% apply(f(apply(X,X)),apply(apply(X,X),f(apply(apply(apply(s,apply(apply(b,i),i)),i),X)))))
% -> (false)
% Current number of equations to process: 1157
% Current number of ordered equations: 0
% Current number of rules: 498
% New rule produced :
% [518]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,i),i),apply(apply(c,i),X)))),
% apply(f(apply(apply(apply(s,apply(apply(c,b),i)),i),X)),apply(apply(X,X),
% f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 1153
% Current number of ordered equations: 2
% Current number of rules: 499
% New rule produced :
% [519]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,i),i),apply(apply(c,i),X)))),
% apply(f(apply(X,X)),apply(apply(apply(apply(s,apply(apply(c,b),i)),i),X),
% f(apply(X,X))))) -> (false)
% Current number of equations to process: 1153
% Current number of ordered equations: 1
% Current number of rules: 500
% New rule produced :
% [520]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,i),i),apply(apply(c,i),X)))),
% apply(f(apply(X,X)),apply(apply(X,X),f(apply(apply(apply(s,apply(apply(c,b),i)),i),X)))))
% -> (false)
% Current number of equations to process: 1153
% Current number of ordered equations: 0
% Current number of rules: 501
% New rule produced :
% [521]
% (eq)(apply(apply(apply(apply(s,i),apply(apply(b,i),i)),X),f(apply(X,X))),
% apply(f(apply(apply(apply(s,i),i),apply(apply(c,i),X))),apply(apply(X,X),
% f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 1150
% Current number of ordered equations: 2
% Current number of rules: 502
% New rule produced :
% [522]
% (eq)(apply(apply(apply(apply(s,i),apply(apply(b,i),i)),X),f(apply(X,X))),
% apply(f(apply(X,X)),apply(apply(apply(apply(s,i),i),apply(apply(c,i),X)),
% f(apply(X,X))))) -> (false)
% Current number of equations to process: 1150
% Current number of ordered equations: 1
% Current number of rules: 503
% New rule produced :
% [523]
% (eq)(apply(apply(apply(apply(s,i),apply(apply(b,i),i)),X),f(apply(X,X))),
% apply(f(apply(X,X)),apply(apply(X,X),f(apply(apply(apply(s,i),i),apply(
% apply(c,i),X))))))
% -> (false)
% Current number of equations to process: 1150
% Current number of ordered equations: 0
% Current number of rules: 504
% New rule produced :
% [524]
% (eq)(apply(apply(apply(apply(s,i),apply(apply(b,i),i)),X),f(apply(X,X))),
% apply(f(apply(apply(apply(s,i),apply(apply(b,i),i)),X)),apply(apply(X,X),
% f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 1147
% Current number of ordered equations: 2
% Current number of rules: 505
% New rule produced :
% [525]
% (eq)(apply(apply(apply(apply(s,i),apply(apply(b,i),i)),X),f(apply(X,X))),
% apply(f(apply(X,X)),apply(apply(apply(apply(s,i),apply(apply(b,i),i)),X),
% f(apply(X,X))))) -> (false)
% Current number of equations to process: 1147
% Current number of ordered equations: 1
% Current number of rules: 506
% New rule produced :
% [526]
% (eq)(apply(apply(apply(apply(s,i),apply(apply(b,i),i)),X),f(apply(X,X))),
% apply(f(apply(X,X)),apply(apply(X,X),f(apply(apply(apply(s,i),apply(apply(b,i),i)),X)))))
% -> (false)
% Current number of equations to process: 1147
% Current number of ordered equations: 0
% Current number of rules: 507
% New rule produced :
% [527]
% (eq)(apply(apply(apply(apply(s,i),apply(apply(b,i),i)),X),f(apply(X,X))),
% apply(f(apply(apply(apply(s,apply(apply(b,i),i)),i),X)),apply(apply(X,X),
% f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 1144
% Current number of ordered equations: 2
% Current number of rules: 508
% New rule produced :
% [528]
% (eq)(apply(apply(apply(apply(s,i),apply(apply(b,i),i)),X),f(apply(X,X))),
% apply(f(apply(X,X)),apply(apply(apply(apply(s,apply(apply(b,i),i)),i),X),
% f(apply(X,X))))) -> (false)
% Current number of equations to process: 1144
% Current number of ordered equations: 1
% Current number of rules: 509
% New rule produced :
% [529]
% (eq)(apply(apply(apply(apply(s,i),apply(apply(b,i),i)),X),f(apply(X,X))),
% apply(f(apply(X,X)),apply(apply(X,X),f(apply(apply(apply(s,apply(apply(b,i),i)),i),X)))))
% -> (false)
% Current number of equations to process: 1144
% Current number of ordered equations: 0
% Current number of rules: 510
% New rule produced :
% [530]
% (eq)(apply(apply(apply(apply(s,i),apply(apply(b,i),i)),X),f(apply(X,X))),
% apply(f(apply(apply(apply(s,apply(apply(c,b),i)),i),X)),apply(apply(X,X),
% f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 1141
% Current number of ordered equations: 2
% Current number of rules: 511
% New rule produced :
% [531]
% (eq)(apply(apply(apply(apply(s,i),apply(apply(b,i),i)),X),f(apply(X,X))),
% apply(f(apply(X,X)),apply(apply(apply(apply(s,apply(apply(c,b),i)),i),X),
% f(apply(X,X))))) -> (false)
% Current number of equations to process: 1141
% Current number of ordered equations: 1
% Current number of rules: 512
% New rule produced :
% [532]
% (eq)(apply(apply(apply(apply(s,i),apply(apply(b,i),i)),X),f(apply(X,X))),
% apply(f(apply(X,X)),apply(apply(X,X),f(apply(apply(apply(s,apply(apply(c,b),i)),i),X)))))
% -> (false)
% Current number of equations to process: 1141
% Current number of ordered equations: 0
% Current number of rules: 513
% New rule produced :
% [533]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,i),apply(apply(b,i),i)),X))),
% apply(f(apply(apply(apply(s,i),i),apply(apply(c,i),X))),apply(apply(X,X),
% f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 1138
% Current number of ordered equations: 2
% Current number of rules: 514
% New rule produced :
% [534]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,i),apply(apply(b,i),i)),X))),
% apply(f(apply(X,X)),apply(apply(apply(apply(s,i),i),apply(apply(c,i),X)),
% f(apply(X,X))))) -> (false)
% Current number of equations to process: 1138
% Current number of ordered equations: 1
% Current number of rules: 515
% New rule produced :
% [535]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,i),apply(apply(b,i),i)),X))),
% apply(f(apply(X,X)),apply(apply(X,X),f(apply(apply(apply(s,i),i),apply(
% apply(c,i),X))))))
% -> (false)
% Current number of equations to process: 1138
% Current number of ordered equations: 0
% Current number of rules: 516
% New rule produced :
% [536]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,i),apply(apply(b,i),i)),X))),
% apply(f(apply(apply(apply(s,i),apply(apply(b,i),i)),X)),apply(apply(X,X),
% f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 1135
% Current number of ordered equations: 2
% Current number of rules: 517
% New rule produced :
% [537]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,i),apply(apply(b,i),i)),X))),
% apply(f(apply(X,X)),apply(apply(apply(apply(s,i),apply(apply(b,i),i)),X),
% f(apply(X,X))))) -> (false)
% Current number of equations to process: 1135
% Current number of ordered equations: 1
% Current number of rules: 518
% New rule produced :
% [538]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,i),apply(apply(b,i),i)),X))),
% apply(f(apply(X,X)),apply(apply(X,X),f(apply(apply(apply(s,i),apply(apply(b,i),i)),X)))))
% -> (false)
% Current number of equations to process: 1135
% Current number of ordered equations: 0
% Current number of rules: 519
% New rule produced :
% [539]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,i),apply(apply(b,i),i)),X))),
% apply(f(apply(apply(apply(s,apply(apply(b,i),i)),i),X)),apply(apply(X,X),
% f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 1132
% Current number of ordered equations: 2
% Current number of rules: 520
% New rule produced :
% [540]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,i),apply(apply(b,i),i)),X))),
% apply(f(apply(X,X)),apply(apply(apply(apply(s,apply(apply(b,i),i)),i),X),
% f(apply(X,X))))) -> (false)
% Current number of equations to process: 1132
% Current number of ordered equations: 1
% Current number of rules: 521
% New rule produced :
% [541]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,i),apply(apply(b,i),i)),X))),
% apply(f(apply(X,X)),apply(apply(X,X),f(apply(apply(apply(s,apply(apply(b,i),i)),i),X)))))
% -> (false)
% Current number of equations to process: 1132
% Current number of ordered equations: 0
% Current number of rules: 522
% New rule produced :
% [542]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,i),apply(apply(b,i),i)),X))),
% apply(f(apply(apply(apply(s,apply(apply(c,b),i)),i),X)),apply(apply(X,X),
% f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 1128
% Current number of ordered equations: 2
% Current number of rules: 523
% New rule produced :
% [543]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,i),apply(apply(b,i),i)),X))),
% apply(f(apply(X,X)),apply(apply(apply(apply(s,apply(apply(c,b),i)),i),X),
% f(apply(X,X))))) -> (false)
% Current number of equations to process: 1128
% Current number of ordered equations: 1
% Current number of rules: 524
% New rule produced :
% [544]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,i),apply(apply(b,i),i)),X))),
% apply(f(apply(X,X)),apply(apply(X,X),f(apply(apply(apply(s,apply(apply(c,b),i)),i),X)))))
% -> (false)
% Current number of equations to process: 1128
% Current number of ordered equations: 0
% Current number of rules: 525
% New rule produced :
% [545]
% (eq)(apply(apply(apply(apply(s,apply(apply(b,i),i)),i),X),f(apply(X,X))),
% apply(f(apply(apply(apply(s,i),i),apply(apply(c,i),X))),apply(apply(X,X),
% f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 1125
% Current number of ordered equations: 2
% Current number of rules: 526
% New rule produced :
% [546]
% (eq)(apply(apply(apply(apply(s,apply(apply(b,i),i)),i),X),f(apply(X,X))),
% apply(f(apply(X,X)),apply(apply(apply(apply(s,i),i),apply(apply(c,i),X)),
% f(apply(X,X))))) -> (false)
% Current number of equations to process: 1125
% Current number of ordered equations: 1
% Current number of rules: 527
% New rule produced :
% [547]
% (eq)(apply(apply(apply(apply(s,apply(apply(b,i),i)),i),X),f(apply(X,X))),
% apply(f(apply(X,X)),apply(apply(X,X),f(apply(apply(apply(s,i),i),apply(
% apply(c,i),X))))))
% -> (false)
% Current number of equations to process: 1125
% Current number of ordered equations: 0
% Current number of rules: 528
% New rule produced :
% [548]
% (eq)(apply(apply(apply(apply(s,apply(apply(b,i),i)),i),X),f(apply(X,X))),
% apply(f(apply(apply(apply(s,i),apply(apply(b,i),i)),X)),apply(apply(X,X),
% f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 1122
% Current number of ordered equations: 2
% Current number of rules: 529
% New rule produced :
% [549]
% (eq)(apply(apply(apply(apply(s,apply(apply(b,i),i)),i),X),f(apply(X,X))),
% apply(f(apply(X,X)),apply(apply(apply(apply(s,i),apply(apply(b,i),i)),X),
% f(apply(X,X))))) -> (false)
% Current number of equations to process: 1122
% Current number of ordered equations: 1
% Current number of rules: 530
% New rule produced :
% [550]
% (eq)(apply(apply(apply(apply(s,apply(apply(b,i),i)),i),X),f(apply(X,X))),
% apply(f(apply(X,X)),apply(apply(X,X),f(apply(apply(apply(s,i),apply(apply(b,i),i)),X)))))
% -> (false)
% Current number of equations to process: 1122
% Current number of ordered equations: 0
% Current number of rules: 531
% New rule produced :
% [551]
% (eq)(apply(apply(apply(apply(s,apply(apply(b,i),i)),i),X),f(apply(X,X))),
% apply(f(apply(apply(apply(s,apply(apply(b,i),i)),i),X)),apply(apply(X,X),
% f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 1119
% Current number of ordered equations: 2
% Current number of rules: 532
% New rule produced :
% [552]
% (eq)(apply(apply(apply(apply(s,apply(apply(b,i),i)),i),X),f(apply(X,X))),
% apply(f(apply(X,X)),apply(apply(apply(apply(s,apply(apply(b,i),i)),i),X),
% f(apply(X,X))))) -> (false)
% Current number of equations to process: 1119
% Current number of ordered equations: 1
% Current number of rules: 533
% New rule produced :
% [553]
% (eq)(apply(apply(apply(apply(s,apply(apply(b,i),i)),i),X),f(apply(X,X))),
% apply(f(apply(X,X)),apply(apply(X,X),f(apply(apply(apply(s,apply(apply(b,i),i)),i),X)))))
% -> (false)
% Current number of equations to process: 1119
% Current number of ordered equations: 0
% Current number of rules: 534
% New rule produced :
% [554]
% (eq)(apply(apply(apply(apply(s,apply(apply(b,i),i)),i),X),f(apply(X,X))),
% apply(f(apply(apply(apply(s,apply(apply(c,b),i)),i),X)),apply(apply(X,X),
% f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 1116
% Current number of ordered equations: 2
% Current number of rules: 535
% New rule produced :
% [555]
% (eq)(apply(apply(apply(apply(s,apply(apply(b,i),i)),i),X),f(apply(X,X))),
% apply(f(apply(X,X)),apply(apply(apply(apply(s,apply(apply(c,b),i)),i),X),
% f(apply(X,X))))) -> (false)
% Current number of equations to process: 1116
% Current number of ordered equations: 1
% Current number of rules: 536
% New rule produced :
% [556]
% (eq)(apply(apply(apply(apply(s,apply(apply(b,i),i)),i),X),f(apply(X,X))),
% apply(f(apply(X,X)),apply(apply(X,X),f(apply(apply(apply(s,apply(apply(c,b),i)),i),X)))))
% -> (false)
% Current number of equations to process: 1116
% Current number of ordered equations: 0
% Current number of rules: 537
% New rule produced :
% [557]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,apply(apply(b,i),i)),i),X))),
% apply(f(apply(apply(apply(s,i),i),apply(apply(c,i),X))),apply(apply(X,X),
% f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 1113
% Current number of ordered equations: 2
% Current number of rules: 538
% New rule produced :
% [558]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,apply(apply(b,i),i)),i),X))),
% apply(f(apply(X,X)),apply(apply(apply(apply(s,i),i),apply(apply(c,i),X)),
% f(apply(X,X))))) -> (false)
% Current number of equations to process: 1113
% Current number of ordered equations: 1
% Current number of rules: 539
% New rule produced :
% [559]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,apply(apply(b,i),i)),i),X))),
% apply(f(apply(X,X)),apply(apply(X,X),f(apply(apply(apply(s,i),i),apply(
% apply(c,i),X))))))
% -> (false)
% Current number of equations to process: 1113
% Current number of ordered equations: 0
% Current number of rules: 540
% New rule produced :
% [560]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,apply(apply(b,i),i)),i),X))),
% apply(f(apply(apply(apply(s,i),apply(apply(b,i),i)),X)),apply(apply(X,X),
% f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 1110
% Current number of ordered equations: 2
% Current number of rules: 541
% New rule produced :
% [561]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,apply(apply(b,i),i)),i),X))),
% apply(f(apply(X,X)),apply(apply(apply(apply(s,i),apply(apply(b,i),i)),X),
% f(apply(X,X))))) -> (false)
% Current number of equations to process: 1110
% Current number of ordered equations: 1
% Current number of rules: 542
% New rule produced :
% [562]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,apply(apply(b,i),i)),i),X))),
% apply(f(apply(X,X)),apply(apply(X,X),f(apply(apply(apply(s,i),apply(apply(b,i),i)),X)))))
% -> (false)
% Current number of equations to process: 1110
% Current number of ordered equations: 0
% Current number of rules: 543
% New rule produced :
% [563]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,apply(apply(b,i),i)),i),X))),
% apply(f(apply(apply(apply(s,apply(apply(b,i),i)),i),X)),apply(apply(X,X),
% f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 1107
% Current number of ordered equations: 2
% Current number of rules: 544
% New rule produced :
% [564]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,apply(apply(b,i),i)),i),X))),
% apply(f(apply(X,X)),apply(apply(apply(apply(s,apply(apply(b,i),i)),i),X),
% f(apply(X,X))))) -> (false)
% Current number of equations to process: 1107
% Current number of ordered equations: 1
% Current number of rules: 545
% New rule produced :
% [565]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,apply(apply(b,i),i)),i),X))),
% apply(f(apply(X,X)),apply(apply(X,X),f(apply(apply(apply(s,apply(apply(b,i),i)),i),X)))))
% -> (false)
% Current number of equations to process: 1107
% Current number of ordered equations: 0
% Current number of rules: 546
% New rule produced :
% [566]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,apply(apply(b,i),i)),i),X))),
% apply(f(apply(apply(apply(s,apply(apply(c,b),i)),i),X)),apply(apply(X,X),
% f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 1103
% Current number of ordered equations: 2
% Current number of rules: 547
% New rule produced :
% [567]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,apply(apply(b,i),i)),i),X))),
% apply(f(apply(X,X)),apply(apply(apply(apply(s,apply(apply(c,b),i)),i),X),
% f(apply(X,X))))) -> (false)
% Current number of equations to process: 1103
% Current number of ordered equations: 1
% Current number of rules: 548
% New rule produced :
% [568]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,apply(apply(b,i),i)),i),X))),
% apply(f(apply(X,X)),apply(apply(X,X),f(apply(apply(apply(s,apply(apply(c,b),i)),i),X)))))
% -> (false)
% Current number of equations to process: 1103
% Current number of ordered equations: 0
% Current number of rules: 549
% New rule produced :
% [569]
% (eq)(apply(apply(apply(apply(s,apply(apply(c,b),i)),i),X),f(apply(X,X))),
% apply(f(apply(apply(apply(s,i),i),apply(apply(c,i),X))),apply(apply(X,X),
% f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 1100
% Current number of ordered equations: 2
% Current number of rules: 550
% New rule produced :
% [570]
% (eq)(apply(apply(apply(apply(s,apply(apply(c,b),i)),i),X),f(apply(X,X))),
% apply(f(apply(X,X)),apply(apply(apply(apply(s,i),i),apply(apply(c,i),X)),
% f(apply(X,X))))) -> (false)
% Current number of equations to process: 1100
% Current number of ordered equations: 1
% Current number of rules: 551
% New rule produced :
% [571]
% (eq)(apply(apply(apply(apply(s,apply(apply(c,b),i)),i),X),f(apply(X,X))),
% apply(f(apply(X,X)),apply(apply(X,X),f(apply(apply(apply(s,i),i),apply(
% apply(c,i),X))))))
% -> (false)
% Current number of equations to process: 1100
% Current number of ordered equations: 0
% Current number of rules: 552
% New rule produced :
% [572]
% (eq)(apply(apply(apply(apply(s,apply(apply(c,b),i)),i),X),f(apply(X,X))),
% apply(f(apply(apply(apply(s,i),apply(apply(b,i),i)),X)),apply(apply(X,X),
% f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 1097
% Current number of ordered equations: 2
% Current number of rules: 553
% New rule produced :
% [573]
% (eq)(apply(apply(apply(apply(s,apply(apply(c,b),i)),i),X),f(apply(X,X))),
% apply(f(apply(X,X)),apply(apply(apply(apply(s,i),apply(apply(b,i),i)),X),
% f(apply(X,X))))) -> (false)
% Current number of equations to process: 1097
% Current number of ordered equations: 1
% Current number of rules: 554
% New rule produced :
% [574]
% (eq)(apply(apply(apply(apply(s,apply(apply(c,b),i)),i),X),f(apply(X,X))),
% apply(f(apply(X,X)),apply(apply(X,X),f(apply(apply(apply(s,i),apply(apply(b,i),i)),X)))))
% -> (false)
% Current number of equations to process: 1097
% Current number of ordered equations: 0
% Current number of rules: 555
% New rule produced :
% [575]
% (eq)(apply(apply(apply(apply(s,apply(apply(c,b),i)),i),X),f(apply(X,X))),
% apply(f(apply(apply(apply(s,apply(apply(b,i),i)),i),X)),apply(apply(X,X),
% f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 1094
% Current number of ordered equations: 2
% Current number of rules: 556
% New rule produced :
% [576]
% (eq)(apply(apply(apply(apply(s,apply(apply(c,b),i)),i),X),f(apply(X,X))),
% apply(f(apply(X,X)),apply(apply(apply(apply(s,apply(apply(b,i),i)),i),X),
% f(apply(X,X))))) -> (false)
% Current number of equations to process: 1094
% Current number of ordered equations: 1
% Current number of rules: 557
% New rule produced :
% [577]
% (eq)(apply(apply(apply(apply(s,apply(apply(c,b),i)),i),X),f(apply(X,X))),
% apply(f(apply(X,X)),apply(apply(X,X),f(apply(apply(apply(s,apply(apply(b,i),i)),i),X)))))
% -> (false)
% Current number of equations to process: 1094
% Current number of ordered equations: 0
% Current number of rules: 558
% New rule produced :
% [578]
% (eq)(apply(apply(apply(apply(s,apply(apply(c,b),i)),i),X),f(apply(X,X))),
% apply(f(apply(apply(apply(s,apply(apply(c,b),i)),i),X)),apply(apply(X,X),
% f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 1091
% Current number of ordered equations: 2
% Current number of rules: 559
% New rule produced :
% [579]
% (eq)(apply(apply(apply(apply(s,apply(apply(c,b),i)),i),X),f(apply(X,X))),
% apply(f(apply(X,X)),apply(apply(apply(apply(s,apply(apply(c,b),i)),i),X),
% f(apply(X,X))))) -> (false)
% Current number of equations to process: 1091
% Current number of ordered equations: 1
% Current number of rules: 560
% New rule produced :
% [580]
% (eq)(apply(apply(apply(apply(s,apply(apply(c,b),i)),i),X),f(apply(X,X))),
% apply(f(apply(X,X)),apply(apply(X,X),f(apply(apply(apply(s,apply(apply(c,b),i)),i),X)))))
% -> (false)
% Current number of equations to process: 1091
% Current number of ordered equations: 0
% Current number of rules: 561
% New rule produced :
% [581]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,apply(apply(c,b),i)),i),X))),
% apply(f(apply(apply(apply(s,i),i),apply(apply(c,i),X))),apply(apply(X,X),
% f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 1088
% Current number of ordered equations: 2
% Current number of rules: 562
% New rule produced :
% [582]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,apply(apply(c,b),i)),i),X))),
% apply(f(apply(X,X)),apply(apply(apply(apply(s,i),i),apply(apply(c,i),X)),
% f(apply(X,X))))) -> (false)
% Current number of equations to process: 1088
% Current number of ordered equations: 1
% Current number of rules: 563
% New rule produced :
% [583]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,apply(apply(c,b),i)),i),X))),
% apply(f(apply(X,X)),apply(apply(X,X),f(apply(apply(apply(s,i),i),apply(
% apply(c,i),X))))))
% -> (false)
% Current number of equations to process: 1088
% Current number of ordered equations: 0
% Current number of rules: 564
% New rule produced :
% [584]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,apply(apply(c,b),i)),i),X))),
% apply(f(apply(apply(apply(s,i),apply(apply(b,i),i)),X)),apply(apply(X,X),
% f(apply(X,X))))) ->
% (false)
% Current number of equations to process: 1085
% Current number of ordered equations: 2
% Current number of rules: 565
% New rule produced :
% [585]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,apply(apply(c,b),i)),i),X))),
% apply(f(apply(X,X)),apply(apply(apply(apply(s,i),apply(apply(b,i),i)),X),
% f(apply(X,X))))) -> (false)
% Current number of equations to process: 1085
% Current number of ordered equations: 1
% Current number of rules: 566
% New rule produced :
% [586]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,apply(apply(c,b),i)),i),X))),
% apply(f(apply(X,X)),apply(apply(X,X),f(apply(apply(apply(s,i),apply(apply(b,i),i)),X)))))
% -> (false)
% Current number of equations to process: 1085
% Current number of ordered equations: 0
% Current number of rules: 567
% New rule produced :
% [587]
% (eq)(apply(apply(X,X),f(apply(apply(apply(s,apply(apply(c,b),i)),i),X))),
% apply(f(apply(apply(apply(s,apply(apply(b,i),i)),i),X)),apply(apply(X,X),
% f(apply(X,X))))) ->
% (false)
% CuCputime limit exceeded (core dumped)
% 
% EOF
%------------------------------------------------------------------------------