TSTP Solution File: LCL244-10 by CiME---2.01

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : CiME---2.01
% Problem  : LCL244-10 : TPTP v7.3.0. Released v7.3.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : tptp2X_and_run_cime %s

% Computer : n186.star.cs.uiowa.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2609 0 2.40GHz
% Memory   : 32218.5MB
% OS       : Linux 3.10.0-862.11.6.el7.x86_64
% CPULimit : 300s
% DateTime : Wed Feb 27 13:12:52 EST 2019

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

% Comments : 
%------------------------------------------------------------------------------
%----No solution output by system
%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.04  % Problem  : LCL244-10 : TPTP v7.3.0. Released v7.3.0.
% 0.00/0.04  % Command  : tptp2X_and_run_cime %s
% 0.03/0.27  % Computer : n186.star.cs.uiowa.edu
% 0.03/0.27  % Model    : x86_64 x86_64
% 0.03/0.27  % CPU      : Intel(R) Xeon(R) CPU E5-2609 0 @ 2.40GHz
% 0.03/0.27  % Memory   : 32218.5MB
% 0.03/0.27  % OS       : Linux 3.10.0-862.11.6.el7.x86_64
% 0.03/0.27  % CPULimit : 300
% 0.03/0.27  % DateTime : Thu Feb 21 17:03:28 CST 2019
% 0.03/0.27  % CPUTime  : 
% 1.17/1.48  Processing problem /tmp/CiME_57002_n186.star.cs.uiowa.edu
% 1.17/1.48  #verbose 1;
% 1.17/1.48                let F = signature " r,q,p,true : constant;  theorem : 1;  axiom : 1;  not : 1;  or : 2;  ifeq : 4;";
% 1.17/1.48  let X = vars "A B C X Y Z";
% 1.17/1.48  let Axioms = equations F X "
% 1.17/1.48   ifeq(A,A,B,C) = B;
% 1.17/1.48   axiom(or(not(or(A,A)),A)) = true;
% 1.17/1.48   axiom(or(not(A),or(B,A))) = true;
% 1.17/1.48   axiom(or(not(or(A,B)),or(B,A))) = true;
% 1.17/1.48   axiom(or(not(or(A,or(B,C))),or(B,or(A,C)))) = true;
% 1.17/1.48   axiom(or(not(or(not(A),B)),or(not(or(C,A)),or(C,B)))) = true;
% 1.17/1.48   ifeq(axiom(X),true,theorem(X),true) = true;
% 1.17/1.48   ifeq(theorem(Y),true,ifeq(axiom(or(not(Y),X)),true,theorem(X),true),true) = true;
% 1.17/1.48   ifeq(theorem(or(not(Y),Z)),true,ifeq(axiom(or(not(X),Y)),true,theorem(or(not(X),Z)),true),true) = true;
% 1.17/1.48  ";
% 1.17/1.48  
% 1.17/1.48  let s1 = status F "
% 1.17/1.48   r lr_lex;
% 1.17/1.48   q lr_lex;
% 1.17/1.48   p lr_lex;
% 1.17/1.48   theorem lr_lex;
% 1.17/1.48   true lr_lex;
% 1.17/1.48   axiom lr_lex;
% 1.17/1.48   not lr_lex;
% 1.17/1.48   or lr_lex;
% 1.17/1.48   ifeq lr_lex;
% 1.17/1.48  ";
% 1.17/1.48  
% 1.17/1.48  let p1 = precedence F "
% 1.17/1.48  ifeq > or > not > axiom > theorem > true > p > q > r";
% 1.17/1.48  
% 1.17/1.48  let s2 = status F "
% 1.17/1.48  r mul;
% 1.17/1.48  q mul;
% 1.17/1.48  p mul;
% 1.17/1.48  theorem mul;
% 1.17/1.48  true mul;
% 1.17/1.48  axiom mul;
% 1.17/1.48  not mul;
% 1.17/1.48  or mul;
% 1.17/1.48  ifeq mul;
% 1.17/1.48  ";
% 1.17/1.48  
% 1.17/1.48  let p2 = precedence F "
% 1.17/1.48  ifeq > or > not > axiom > theorem > true = p = q = r";
% 1.17/1.48  
% 1.17/1.48  let o_auto = AUTO Axioms;
% 1.17/1.48  
% 1.17/1.48  let o = LEX o_auto (LEX (ACRPO s1 p1) (ACRPO s2 p2));
% 1.17/1.48  
% 1.17/1.48  let Conjectures = equations F X " theorem(or(not(not(or(not(or(not(p),q)),not(or(not(q),r))))),or(not(p),r))) = true;"
% 1.17/1.48  ;
% 1.17/1.48  (*
% 1.17/1.48  let Red_Axioms = normalize_equations Defining_rules Axioms;
% 1.17/1.48  
% 1.17/1.48  let Red_Conjectures =  normalize_equations Defining_rules Conjectures;
% 1.17/1.48  *)
% 1.17/1.48  #time on;
% 1.17/1.48  
% 1.17/1.48  let res = prove_conj_by_ordered_completion o Axioms Conjectures;
% 1.17/1.48  
% 1.17/1.48  #time off;
% 1.17/1.48  
% 1.17/1.48  
% 1.17/1.48  let status = if res then "unsatisfiable" else "satisfiable";
% 1.17/1.48  #quit;
% 1.17/1.48  Verbose level is now 1
% 1.17/1.48  
% 1.17/1.48  F : signature = <signature>
% 1.17/1.48  X : variable_set = <variable set>
% 1.17/1.48  
% 1.17/1.48  Axioms : (F,X) equations = { ifeq(A,A,B,C) = B,
% 1.17/1.48                               axiom(or(not(or(A,A)),A)) = true,
% 1.17/1.48                               axiom(or(not(A),or(B,A))) = true,
% 1.17/1.48                               axiom(or(not(or(A,B)),or(B,A))) = true,
% 1.17/1.48                               axiom(or(not(or(A,or(B,C))),or(B,or(A,C)))) =
% 1.17/1.48                               true,
% 1.17/1.48                               axiom(or(not(or(not(A),B)),or(not(or(C,A)),
% 1.17/1.48                                                          or(C,B)))) = true,
% 1.17/1.48                               ifeq(axiom(X),true,theorem(X),true) = true,
% 1.17/1.48                               ifeq(theorem(Y),true,ifeq(axiom(or(not(Y),X)),true,
% 1.17/1.48                                                    theorem(X),true),true) =
% 1.17/1.48                               true,
% 1.17/1.48                               ifeq(theorem(or(not(Y),Z)),true,ifeq(axiom(
% 1.17/1.48                                                                    or(
% 1.17/1.48                                                                    not(X),Y)),true,
% 1.17/1.48                                                               theorem(
% 1.17/1.48                                                               or(not(X),Z)),true),true)
% 1.17/1.48                               = true } (9 equation(s))
% 1.17/1.48  s1 : F status = <status>
% 1.17/1.48  p1 : F precedence = <precedence>
% 1.17/1.48  s2 : F status = <status>
% 1.17/1.48  p2 : F precedence = <precedence>
% 1.17/1.48  o_auto : F term_ordering = <term ordering>
% 1.17/1.48  o : F term_ordering = <term ordering>
% 1.17/1.48  Conjectures : (F,X) equations = { theorem(or(not(not(or(not(or(not(p),q)),
% 1.17/1.48                                                       not(or(not(q),r))))),
% 1.17/1.48                                            or(not(p),r))) = true }
% 1.17/1.48                                    (1 equation(s))
% 1.17/1.48  time is now on
% 1.17/1.48  
% 1.17/1.48  Initializing completion ...
% 1.17/1.48  New rule produced : [1] ifeq(A,A,B,C) -> B
% 1.17/1.48  Current number of equations to process: 0
% 1.17/1.48  Current number of ordered equations: 8
% 1.17/1.48  Current number of rules: 1
% 1.17/1.48  New rule produced : [2] axiom(or(not(or(A,A)),A)) -> true
% 1.17/1.48  Current number of equations to process: 0
% 1.17/1.48  Current number of ordered equations: 7
% 1.17/1.48  Current number of rules: 2
% 1.17/1.48  New rule produced : [3] axiom(or(not(A),or(B,A))) -> true
% 1.17/1.48  Current number of equations to process: 0
% 1.17/1.48  Current number of ordered equations: 6
% 1.17/1.48  Current number of rules: 3
% 1.17/1.48  New rule produced : [4] ifeq(axiom(X),true,theorem(X),true) -> true
% 1.17/1.48  Current number of equations to process: 0
% 1.17/1.48  Current number of ordered equations: 5
% 1.17/1.48  Current number of rules: 4
% 1.17/1.48  New rule produced : [5] axiom(or(not(or(A,B)),or(B,A))) -> true
% 1.17/1.49  Current number of equations to process: 0
% 1.17/1.49  Current number of ordered equations: 4
% 1.17/1.49  Current number of rules: 5
% 1.17/1.49  New rule produced : [6] axiom(or(not(or(A,or(B,C))),or(B,or(A,C)))) -> true
% 1.17/1.49  Current number of equations to process: 0
% 1.17/1.49  Current number of ordered equations: 3
% 1.17/1.49  Current number of rules: 6
% 1.17/1.49  New rule produced :
% 1.17/1.49  [7] axiom(or(not(or(not(A),B)),or(not(or(C,A)),or(C,B)))) -> true
% 1.17/1.49  Current number of equations to process: 0
% 1.17/1.49  Current number of ordered equations: 2
% 1.17/1.49  Current number of rules: 7
% 1.17/1.49  New rule produced :
% 1.17/1.49  [8]
% 1.17/1.49  ifeq(theorem(Y),true,ifeq(axiom(or(not(Y),X)),true,theorem(X),true),true) ->
% 1.17/1.49  true
% 1.17/1.49  Current number of equations to process: 0
% 1.17/1.49  Current number of ordered equations: 1
% 1.17/1.49  Current number of rules: 8
% 1.17/1.49  New rule produced :
% 1.17/1.49  [9]
% 1.17/1.49  ifeq(theorem(or(not(Y),Z)),true,ifeq(axiom(or(not(X),Y)),true,theorem(
% 1.17/1.49                                                                or(not(X),Z)),true),true)
% 1.17/1.49  -> true
% 1.17/1.49  Current number of equations to process: 0
% 1.17/1.49  Current number of ordered equations: 0
% 1.17/1.49  Current number of rules: 9
% 1.17/1.49  New rule produced : [10] theorem(or(not(or(A,A)),A)) -> true
% 1.17/1.49  Current number of equations to process: 1
% 1.17/1.49  Current number of ordered equations: 0
% 1.17/1.49  Current number of rules: 10
% 1.17/1.49  New rule produced : [11] theorem(or(not(A),or(B,A))) -> true
% 1.17/1.49  Current number of equations to process: 0
% 1.17/1.49  Current number of ordered equations: 0
% 1.17/1.49  Current number of rules: 11
% 1.17/1.49  New rule produced : [12] theorem(or(not(or(A,B)),or(B,A))) -> true
% 1.17/1.49  Current number of equations to process: 0
% 1.17/1.49  Current number of ordered equations: 0
% 1.17/1.49  Current number of rules: 12
% 1.17/1.49  New rule produced :
% 1.17/1.49  [13] theorem(or(not(or(A,or(B,C))),or(B,or(A,C)))) -> true
% 1.17/1.49  Current number of equations to process: 0
% 1.17/1.49  Current number of ordered equations: 0
% 1.17/1.49  Current number of rules: 13
% 1.17/1.49  New rule produced : [14] ifeq(theorem(or(A,A)),true,theorem(A),true) -> true
% 1.17/1.49  Current number of equations to process: 1
% 1.17/1.49  Current number of ordered equations: 0
% 1.17/1.49  Current number of rules: 14
% 1.17/1.49  New rule produced : [15] ifeq(theorem(A),true,theorem(or(B,A)),true) -> true
% 1.17/1.49  Current number of equations to process: 1
% 1.17/1.49  Current number of ordered equations: 0
% 1.17/1.49  Current number of rules: 15
% 1.17/1.49  New rule produced :
% 1.17/1.49  [16] ifeq(theorem(or(A,B)),true,theorem(or(B,A)),true) -> true
% 1.17/1.49  Current number of equations to process: 1
% 1.17/1.49  Current number of ordered equations: 0
% 1.17/1.49  Current number of rules: 16
% 1.17/1.49  New rule produced :
% 1.17/1.49  [17] theorem(or(not(or(not(A),B)),or(not(or(C,A)),or(C,B)))) -> true
% 1.17/1.49  Current number of equations to process: 2
% 1.17/1.49  Current number of ordered equations: 0
% 1.17/1.49  Current number of rules: 17
% 1.17/1.49  New rule produced :
% 1.17/1.49  [18] ifeq(theorem(or(A,or(B,C))),true,theorem(or(B,or(A,C))),true) -> true
% 1.17/1.49  Current number of equations to process: 1
% 1.17/1.49  Current number of ordered equations: 0
% 1.17/1.49  Current number of rules: 18
% 1.17/1.49  New rule produced :
% 1.17/1.49  [19]
% 1.17/1.49  ifeq(theorem(or(not(A),B)),true,theorem(or(not(or(C,A)),or(C,B))),true) ->
% 1.17/1.49  true
% 1.17/1.49  Current number of equations to process: 0
% 1.17/1.49  Current number of ordered equations: 0
% 1.17/1.49  Current number of rules: 19
% 1.17/1.49  New rule produced : [20] ifeq(theorem(or(not(A),A)),true,true,true) -> true
% 1.17/1.49  Current number of equations to process: 2
% 1.17/1.49  Current number of ordered equations: 0
% 1.17/1.49  Current number of rules: 20
% 1.17/1.49  New rule produced :
% 1.17/1.49  [21]
% 1.17/1.49  ifeq(theorem(or(not(A),B)),true,theorem(or(not(or(A,A)),B)),true) -> true
% 1.17/1.49  Current number of equations to process: 2
% 1.17/1.49  Current number of ordered equations: 0
% 1.17/1.49  Current number of rules: 21
% 1.17/1.49  New rule produced :
% 1.17/1.49  [22]
% 1.17/1.49  ifeq(theorem(or(not(or(A,B)),C)),true,theorem(or(not(B),C)),true) -> true
% 1.17/1.49  Current number of equations to process: 1
% 1.17/1.49  Current number of ordered equations: 0
% 1.17/1.49  Current number of rules: 22
% 1.17/1.49  New rule produced :
% 1.17/1.49  [23]
% 1.17/1.49  ifeq(theorem(or(not(or(A,B)),C)),true,theorem(or(not(or(B,A)),C)),true) ->
% 1.17/1.49  true
% 1.17/1.49  Current number of equations to process: 1
% 1.17/1.49  Current number of ordered equations: 0
% 1.17/1.49  Current number of rules: 23
% 1.17/1.49  New rule produced :
% 1.17/1.49  [24] ifeq(axiom(or(not(or(not(or(A,A)),A)),B)),true,theorem(B),true) -> true
% 1.17/1.49  Current number of equations to process: 15
% 1.17/1.49  Current number of ordered equations: 0
% 1.17/1.49  Current number of rules: 24
% 1.17/1.49  New rule produced :
% 1.17/1.49  [25] ifeq(axiom(or(not(A),or(B,B))),true,theorem(or(not(A),B)),true) -> true
% 1.17/1.49  Current number of equations to process: 14
% 1.17/1.51  Current number of ordered equations: 0
% 1.17/1.51  Current number of rules: 25
% 1.17/1.51  New rule produced :
% 1.17/1.51  [26] ifeq(axiom(or(not(or(not(A),or(B,A))),C)),true,theorem(C),true) -> true
% 1.17/1.51  Current number of equations to process: 13
% 1.17/1.51  Current number of ordered equations: 0
% 1.17/1.51  Current number of rules: 26
% 1.17/1.51  New rule produced :
% 1.17/1.51  [27] ifeq(axiom(or(not(A),B)),true,theorem(or(not(A),or(C,B))),true) -> true
% 1.17/1.51  Current number of equations to process: 12
% 1.17/1.51  Current number of ordered equations: 0
% 1.17/1.51  Current number of rules: 27
% 1.17/1.51  New rule produced : [28] ifeq(theorem(A),true,true,true) -> true
% 1.17/1.51  Rule [20] ifeq(theorem(or(not(A),A)),true,true,true) -> true collapsed.
% 1.17/1.51  Current number of equations to process: 19
% 1.17/1.51  Current number of ordered equations: 0
% 1.17/1.51  Current number of rules: 27
% 1.17/1.51  New rule produced : [29] theorem(or(A,or(not(or(B,B)),B))) -> true
% 1.17/1.51  Current number of equations to process: 20
% 1.17/1.51  Current number of ordered equations: 0
% 1.17/1.51  Current number of rules: 28
% 1.17/1.51  New rule produced : [30] theorem(or(A,or(not(B),or(C,B)))) -> true
% 1.17/1.51  Current number of equations to process: 19
% 1.17/1.51  Current number of ordered equations: 0
% 1.17/1.51  Current number of rules: 29
% 1.17/1.51  New rule produced : [31] theorem(or(A,or(not(or(B,C)),or(C,B)))) -> true
% 1.17/1.51  Current number of equations to process: 19
% 1.17/1.51  Current number of ordered equations: 0
% 1.17/1.51  Current number of rules: 30
% 1.17/1.51  New rule produced :
% 1.17/1.51  [32] theorem(or(A,or(not(or(B,or(C,X))),or(C,or(B,X))))) -> true
% 1.17/1.51  Current number of equations to process: 18
% 1.17/1.51  Current number of ordered equations: 0
% 1.17/1.51  Current number of rules: 31
% 1.17/1.51  New rule produced : [33] theorem(or(A,not(or(A,A)))) -> true
% 1.17/1.51  Current number of equations to process: 18
% 1.17/1.51  Current number of ordered equations: 0
% 1.17/1.51  Current number of rules: 32
% 1.17/1.51  New rule produced : [34] theorem(or(or(A,B),not(B))) -> true
% 1.17/1.51  Current number of equations to process: 18
% 1.17/1.51  Current number of ordered equations: 0
% 1.17/1.51  Current number of rules: 33
% 1.17/1.51  New rule produced : [35] theorem(or(or(A,B),not(or(B,A)))) -> true
% 1.17/1.51  Current number of equations to process: 18
% 1.17/1.51  Current number of ordered equations: 0
% 1.17/1.51  Current number of rules: 34
% 1.17/1.51  New rule produced :
% 1.17/1.51  [36] theorem(or(or(A,or(B,C)),not(or(B,or(A,C))))) -> true
% 1.17/1.51  Current number of equations to process: 18
% 1.17/1.51  Current number of ordered equations: 0
% 1.17/1.51  Current number of rules: 35
% 1.17/1.51  New rule produced :
% 1.17/1.51  [37]
% 1.17/1.51  ifeq(axiom(or(not(or(not(or(A,B)),or(B,A))),C)),true,theorem(C),true) -> true
% 1.17/1.51  Current number of equations to process: 19
% 1.17/1.51  Current number of ordered equations: 0
% 1.17/1.51  Current number of rules: 36
% 1.17/1.51  New rule produced :
% 1.17/1.51  [38]
% 1.17/1.51  ifeq(axiom(or(not(A),or(B,C))),true,theorem(or(not(A),or(C,B))),true) -> true
% 1.17/1.51  Current number of equations to process: 18
% 1.17/1.51  Current number of ordered equations: 0
% 1.17/1.51  Current number of rules: 37
% 1.17/1.51  New rule produced :
% 1.17/1.51  [39] theorem(or(or(not(or(A,B)),or(A,C)),not(or(not(B),C)))) -> true
% 1.17/1.51  Current number of equations to process: 21
% 1.17/1.51  Current number of ordered equations: 0
% 1.17/1.51  Current number of rules: 38
% 1.17/1.51  New rule produced :
% 1.17/1.51  [40] theorem(or(A,or(not(or(not(B),C)),or(not(or(X,B)),or(X,C))))) -> true
% 1.17/1.51  Current number of equations to process: 20
% 1.17/1.51  Current number of ordered equations: 0
% 1.17/1.51  Current number of rules: 39
% 1.17/1.51  New rule produced : [41] theorem(or(A,or(not(B),B))) -> true
% 1.17/1.51  Current number of equations to process: 21
% 1.17/1.51  Current number of ordered equations: 0
% 1.17/1.51  Current number of rules: 40
% 1.17/1.51  New rule produced : [42] theorem(or(A,or(not(or(B,A)),B))) -> true
% 1.17/1.51  Current number of equations to process: 21
% 1.17/1.51  Current number of ordered equations: 0
% 1.17/1.51  Current number of rules: 41
% 1.17/1.51  New rule produced :
% 1.17/1.51  [43] theorem(or(A,or(not(or(or(A,B),or(A,B))),B))) -> true
% 1.17/1.51  Current number of equations to process: 20
% 1.17/1.51  Current number of ordered equations: 0
% 1.17/1.51  Current number of rules: 42
% 1.17/1.51  New rule produced :
% 1.17/1.51  [44] theorem(or(A,or(not(or(B,or(A,C))),or(B,C)))) -> true
% 1.17/1.51  Current number of equations to process: 20
% 1.17/1.51  Current number of ordered equations: 0
% 1.17/1.51  Current number of rules: 43
% 1.17/1.51  New rule produced :
% 1.17/1.51  [45] theorem(or(not(or(A,B)),or(not(or(not(B),C)),or(A,C)))) -> true
% 1.17/1.51  Current number of equations to process: 20
% 1.17/1.51  Current number of ordered equations: 0
% 1.17/1.51  Current number of rules: 44
% 1.17/1.51  New rule produced : [46] theorem(or(not(or(A,or(B,B))),or(A,B))) -> true
% 1.17/1.51  Current number of equations to process: 18
% 1.17/1.51  Current number of ordered equations: 0
% 1.17/1.51  Current number of rules: 45
% 1.20/1.53  New rule produced : [47] theorem(or(not(or(A,B)),or(A,or(C,B)))) -> true
% 1.20/1.53  Current number of equations to process: 18
% 1.20/1.53  Current number of ordered equations: 0
% 1.20/1.53  Current number of rules: 46
% 1.20/1.53  New rule produced :
% 1.20/1.53  [48] theorem(or(not(or(A,or(B,C))),or(A,or(C,B)))) -> true
% 1.20/1.53  Current number of equations to process: 18
% 1.20/1.53  Current number of ordered equations: 0
% 1.20/1.53  Current number of rules: 47
% 1.20/1.53  New rule produced :
% 1.20/1.53  [49] theorem(or(not(or(A,or(B,or(C,X)))),or(A,or(C,or(B,X))))) -> true
% 1.20/1.53  Current number of equations to process: 19
% 1.20/1.53  Current number of ordered equations: 0
% 1.20/1.53  Current number of rules: 48
% 1.20/1.53  New rule produced : [50] theorem(or(not(or(A,A)),or(B,A))) -> true
% 1.20/1.53  Current number of equations to process: 20
% 1.20/1.53  Current number of ordered equations: 0
% 1.20/1.53  Current number of rules: 49
% 1.20/1.53  New rule produced : [51] theorem(or(not(or(or(A,A),or(A,A))),A)) -> true
% 1.20/1.53  Current number of equations to process: 19
% 1.20/1.53  Current number of ordered equations: 0
% 1.20/1.53  Current number of rules: 50
% 1.20/1.53  New rule produced :
% 1.20/1.53  [52] theorem(or(not(or(or(A,B),or(A,B))),or(B,A))) -> true
% 1.20/1.53  Current number of equations to process: 19
% 1.20/1.53  Current number of ordered equations: 0
% 1.20/1.53  Current number of rules: 51
% 1.20/1.53  New rule produced : [53] theorem(or(not(A),A)) -> true
% 1.20/1.53  Current number of equations to process: 21
% 1.20/1.53  Current number of ordered equations: 0
% 1.20/1.53  Current number of rules: 52
% 1.20/1.53  New rule produced : [54] theorem(or(not(A),or(B,or(C,A)))) -> true
% 1.20/1.53  Current number of equations to process: 21
% 1.20/1.53  Current number of ordered equations: 0
% 1.20/1.53  Current number of rules: 53
% 1.20/1.53  New rule produced : [55] theorem(or(not(A),or(A,B))) -> true
% 1.20/1.53  Current number of equations to process: 21
% 1.20/1.53  Current number of ordered equations: 0
% 1.20/1.53  Current number of rules: 54
% 1.20/1.53  New rule produced : [56] theorem(or(not(or(A,B)),or(C,or(B,A)))) -> true
% 1.20/1.53  Current number of equations to process: 21
% 1.20/1.53  Current number of ordered equations: 0
% 1.20/1.53  Current number of rules: 55
% 1.20/1.53  New rule produced :
% 1.20/1.53  [57] theorem(or(not(or(or(A,B),C)),or(A,or(C,B)))) -> true
% 1.20/1.53  Current number of equations to process: 21
% 1.20/1.53  Current number of ordered equations: 0
% 1.20/1.53  Current number of rules: 56
% 1.20/1.53  New rule produced :
% 1.20/1.53  [58] theorem(or(not(or(A,not(B))),or(not(or(C,B)),or(C,A)))) -> true
% 1.20/1.53  Current number of equations to process: 21
% 1.20/1.53  Current number of ordered equations: 0
% 1.20/1.53  Current number of rules: 57
% 1.20/1.53  New rule produced :
% 1.20/1.53  [59] theorem(or(not(or(A,or(or(A,B),B))),or(A,B))) -> true
% 1.20/1.53  Current number of equations to process: 26
% 1.20/1.53  Current number of ordered equations: 0
% 1.20/1.53  Current number of rules: 58
% 1.20/1.53  New rule produced :
% 1.20/1.53  [60] ifeq(axiom(or(not(A),or(or(B,A),or(B,A)))),true,true,true) -> true
% 1.20/1.53  Current number of equations to process: 29
% 1.20/1.53  Current number of ordered equations: 0
% 1.20/1.53  Current number of rules: 59
% 1.20/1.53  New rule produced :
% 1.20/1.53  [61] ifeq(axiom(or(not(or(A,B)),or(or(B,A),or(B,A)))),true,true,true) -> true
% 1.20/1.53  Current number of equations to process: 28
% 1.20/1.53  Current number of ordered equations: 0
% 1.20/1.53  Current number of rules: 60
% 1.20/1.53  New rule produced :
% 1.20/1.53  [62] theorem(or(not(or(A,or(B,C))),or(X,or(B,or(A,C))))) -> true
% 1.20/1.53  Current number of equations to process: 34
% 1.20/1.53  Current number of ordered equations: 0
% 1.20/1.53  Current number of rules: 61
% 1.20/1.53  New rule produced :
% 1.20/1.53  [63] theorem(or(not(or(not(A),B)),or(C,or(not(or(X,A)),or(X,B))))) -> true
% 1.20/1.53  Current number of equations to process: 33
% 1.20/1.53  Current number of ordered equations: 0
% 1.20/1.53  Current number of rules: 62
% 1.20/1.53  New rule produced : [64] ifeq(axiom(or(not(A),A)),true,true,true) -> true
% 1.20/1.53  Current number of equations to process: 34
% 1.20/1.53  Current number of ordered equations: 0
% 1.20/1.53  Current number of rules: 63
% 1.20/1.53  New rule produced :
% 1.20/1.53  [65] ifeq(axiom(or(not(or(A,B)),A)),true,true,true) -> true
% 1.20/1.53  Current number of equations to process: 34
% 1.20/1.53  Current number of ordered equations: 0
% 1.20/1.53  Current number of rules: 64
% 1.20/1.53  New rule produced :
% 1.20/1.53  [66] ifeq(axiom(or(not(or(not(A),B)),or(C,B))),true,true,true) -> true
% 1.20/1.53  Current number of equations to process: 35
% 1.20/1.53  Current number of ordered equations: 0
% 1.20/1.53  Current number of rules: 65
% 1.20/1.53  New rule produced :
% 1.20/1.53  [67] ifeq(axiom(or(not(or(or(A,B),or(A,B))),B)),true,true,true) -> true
% 1.20/1.53  Current number of equations to process: 34
% 1.20/1.53  Current number of ordered equations: 0
% 1.20/1.53  Current number of rules: 66
% 1.20/1.53  New rule produced :
% 1.20/1.53  [68] ifeq(axiom(or(not(or(A,or(B,C))),or(A,C))),true,true,true) -> true
% 1.20/1.53  Current number of equations to process: 33
% 1.20/1.56  Current number of ordered equations: 0
% 1.20/1.56  Current number of rules: 67
% 1.20/1.56  New rule produced :
% 1.20/1.56  [69] ifeq(axiom(or(A,or(not(or(B,B)),B))),true,true,true) -> true
% 1.20/1.56  Current number of equations to process: 36
% 1.20/1.56  Current number of ordered equations: 0
% 1.20/1.56  Current number of rules: 68
% 1.20/1.56  New rule produced :
% 1.20/1.56  [70] theorem(or(not(or(A,B)),or(A,or(not(or(C,C)),C)))) -> true
% 1.20/1.56  Current number of equations to process: 35
% 1.20/1.56  Current number of ordered equations: 0
% 1.20/1.56  Current number of rules: 69
% 1.20/1.56  New rule produced : [71] ifeq(axiom(or(not(A),B)),true,true,true) -> true
% 1.20/1.56  Rule [60] ifeq(axiom(or(not(A),or(or(B,A),or(B,A)))),true,true,true) -> true
% 1.20/1.56  collapsed.
% 1.20/1.56  Rule
% 1.20/1.56  [61] ifeq(axiom(or(not(or(A,B)),or(or(B,A),or(B,A)))),true,true,true) -> true
% 1.20/1.56  collapsed.
% 1.20/1.56  Rule [64] ifeq(axiom(or(not(A),A)),true,true,true) -> true collapsed.
% 1.20/1.56  Rule [65] ifeq(axiom(or(not(or(A,B)),A)),true,true,true) -> true collapsed.
% 1.20/1.56  Rule [66] ifeq(axiom(or(not(or(not(A),B)),or(C,B))),true,true,true) -> true
% 1.20/1.56  collapsed.
% 1.20/1.56  Rule [67] ifeq(axiom(or(not(or(or(A,B),or(A,B))),B)),true,true,true) -> true
% 1.20/1.56  collapsed.
% 1.20/1.56  Rule [68] ifeq(axiom(or(not(or(A,or(B,C))),or(A,C))),true,true,true) -> true
% 1.20/1.56  collapsed.
% 1.20/1.56  Current number of equations to process: 35
% 1.20/1.56  Current number of ordered equations: 0
% 1.20/1.56  Current number of rules: 63
% 1.20/1.56  New rule produced : [72] theorem(or(or(not(or(A,A)),A),B)) -> true
% 1.20/1.56  Current number of equations to process: 36
% 1.20/1.56  Current number of ordered equations: 0
% 1.20/1.56  Current number of rules: 64
% 1.20/1.56  New rule produced : [73] theorem(or(A,or(B,or(not(or(C,C)),C)))) -> true
% 1.20/1.56  Rule [70] theorem(or(not(or(A,B)),or(A,or(not(or(C,C)),C)))) -> true
% 1.20/1.56  collapsed.
% 1.20/1.56  Current number of equations to process: 35
% 1.20/1.56  Current number of ordered equations: 0
% 1.20/1.56  Current number of rules: 64
% 1.20/1.56  New rule produced :
% 1.20/1.56  [74] ifeq(axiom(or(A,or(not(B),or(C,B)))),true,true,true) -> true
% 1.20/1.56  Current number of equations to process: 37
% 1.20/1.56  Current number of ordered equations: 0
% 1.20/1.56  Current number of rules: 65
% 1.20/1.56  New rule produced :
% 1.20/1.56  [75] theorem(or(not(or(A,B)),or(A,or(not(C),or(X,C))))) -> true
% 1.20/1.56  Current number of equations to process: 36
% 1.20/1.56  Current number of ordered equations: 0
% 1.20/1.56  Current number of rules: 66
% 1.20/1.56  New rule produced : [76] theorem(or(or(not(A),or(B,A)),C)) -> true
% 1.20/1.56  Current number of equations to process: 37
% 1.20/1.56  Current number of ordered equations: 0
% 1.20/1.56  Current number of rules: 67
% 1.20/1.56  New rule produced : [77] theorem(or(A,or(B,or(not(C),or(X,C))))) -> true
% 1.20/1.56  Rule [75] theorem(or(not(or(A,B)),or(A,or(not(C),or(X,C))))) -> true
% 1.20/1.56  collapsed.
% 1.20/1.56  Current number of equations to process: 36
% 1.20/1.56  Current number of ordered equations: 0
% 1.20/1.56  Current number of rules: 67
% 1.20/1.56  New rule produced :
% 1.20/1.56  [78] ifeq(axiom(or(A,or(not(or(B,C)),or(C,B)))),true,true,true) -> true
% 1.20/1.56  Current number of equations to process: 38
% 1.20/1.56  Current number of ordered equations: 0
% 1.20/1.56  Current number of rules: 68
% 1.20/1.56  New rule produced : [79] theorem(or(or(not(or(A,B)),or(B,A)),C)) -> true
% 1.20/1.56  Current number of equations to process: 39
% 1.20/1.56  Current number of ordered equations: 0
% 1.20/1.56  Current number of rules: 69
% 1.20/1.56  New rule produced :
% 1.20/1.56  [80] theorem(or(A,or(B,or(not(or(C,X)),or(X,C))))) -> true
% 1.20/1.56  Current number of equations to process: 38
% 1.20/1.56  Current number of ordered equations: 0
% 1.20/1.56  Current number of rules: 70
% 1.20/1.56  New rule produced :
% 1.20/1.56  [81]
% 1.20/1.56  ifeq(axiom(or(not(or(A,or(not(or(B,B)),B))),C)),true,theorem(C),true) -> true
% 1.20/1.56  Current number of equations to process: 39
% 1.20/1.56  Current number of ordered equations: 0
% 1.20/1.56  Current number of rules: 71
% 1.20/1.56  New rule produced :
% 1.20/1.56  [82]
% 1.20/1.56  ifeq(axiom(or(not(or(A,or(not(B),or(C,B)))),X)),true,theorem(X),true) -> true
% 1.20/1.56  Current number of equations to process: 38
% 1.20/1.56  Current number of ordered equations: 0
% 1.20/1.56  Current number of rules: 72
% 1.20/1.56  New rule produced :
% 1.20/1.56  [83] theorem(or(or(not(or(A,or(B,C))),or(B,or(A,C))),X)) -> true
% 1.20/1.56  Current number of equations to process: 39
% 1.20/1.56  Current number of ordered equations: 0
% 1.20/1.56  Current number of rules: 73
% 1.20/1.56  New rule produced :
% 1.20/1.56  [84] ifeq(axiom(or(A,not(or(A,A)))),true,true,true) -> true
% 1.20/1.56  Current number of equations to process: 41
% 1.20/1.56  Current number of ordered equations: 0
% 1.20/1.56  Current number of rules: 74
% 1.20/1.56  New rule produced : [85] theorem(or(A,or(B,not(or(B,B))))) -> true
% 1.20/1.56  Current number of equations to process: 42
% 1.20/1.56  Current number of ordered equations: 0
% 1.20/1.56  Current number of rules: 75
% 1.20/1.60  New rule produced :
% 1.20/1.60  [86] ifeq(axiom(or(or(A,B),not(B))),true,true,true) -> true
% 1.20/1.60  Current number of equations to process: 46
% 1.20/1.60  Current number of ordered equations: 0
% 1.20/1.60  Current number of rules: 76
% 1.20/1.60  New rule produced :
% 1.20/1.60  [87] theorem(or(not(or(A,A)),not(or(not(A),not(A))))) -> true
% 1.20/1.60  Current number of equations to process: 45
% 1.20/1.60  Current number of ordered equations: 0
% 1.20/1.60  Current number of rules: 77
% 1.20/1.60  New rule produced : [88] theorem(or(A,or(or(B,C),not(C)))) -> true
% 1.20/1.60  Current number of equations to process: 45
% 1.20/1.60  Current number of ordered equations: 0
% 1.20/1.60  Current number of rules: 78
% 1.20/1.60  New rule produced :
% 1.20/1.60  [89] ifeq(axiom(or(or(A,B),not(or(B,A)))),true,true,true) -> true
% 1.20/1.60  Current number of equations to process: 46
% 1.20/1.60  Current number of ordered equations: 0
% 1.20/1.60  Current number of rules: 79
% 1.20/1.60  New rule produced :
% 1.20/1.60  [90] theorem(or(not(or(A,B)),or(A,not(or(not(B),not(B)))))) -> true
% 1.20/1.60  Current number of equations to process: 45
% 1.20/1.60  Current number of ordered equations: 0
% 1.20/1.60  Current number of rules: 80
% 1.20/1.60  New rule produced :
% 1.20/1.60  [91] theorem(or(not(A),not(or(not(or(B,A)),not(or(B,A)))))) -> true
% 1.20/1.60  Current number of equations to process: 44
% 1.20/1.60  Current number of ordered equations: 0
% 1.20/1.60  Current number of rules: 81
% 1.20/1.60  New rule produced : [92] theorem(or(A,or(or(B,C),not(or(C,B))))) -> true
% 1.20/1.60  Current number of equations to process: 44
% 1.20/1.60  Current number of ordered equations: 0
% 1.20/1.60  Current number of rules: 82
% 1.20/1.60  New rule produced :
% 1.20/1.60  [93] ifeq(axiom(or(not(or(A,not(or(A,A)))),B)),true,theorem(B),true) -> true
% 1.20/1.60  Current number of equations to process: 45
% 1.20/1.60  Current number of ordered equations: 0
% 1.20/1.60  Current number of rules: 83
% 1.20/1.60  New rule produced :
% 1.20/1.60  [94] ifeq(axiom(or(not(or(or(A,B),not(B))),C)),true,theorem(C),true) -> true
% 1.20/1.60  Current number of equations to process: 44
% 1.20/1.60  Current number of ordered equations: 0
% 1.20/1.60  Current number of rules: 84
% 1.20/1.60  New rule produced :
% 1.20/1.60  [95] theorem(or(not(or(A,B)),not(or(not(or(B,A)),not(or(B,A)))))) -> true
% 1.20/1.60  Current number of equations to process: 43
% 1.20/1.60  Current number of ordered equations: 0
% 1.20/1.60  Current number of rules: 85
% 1.20/1.60  New rule produced :
% 1.20/1.60  [96] theorem(or(A,or(or(B,or(C,X)),not(or(C,or(B,X)))))) -> true
% 1.20/1.60  Current number of equations to process: 43
% 1.20/1.60  Current number of ordered equations: 0
% 1.20/1.60  Current number of rules: 86
% 1.20/1.60  New rule produced :
% 1.20/1.60  [97] theorem(or(A,or(B,or(not(or(C,or(X,Y))),or(X,or(C,Y)))))) -> true
% 1.20/1.60  Current number of equations to process: 42
% 1.20/1.60  Current number of ordered equations: 0
% 1.20/1.60  Current number of rules: 87
% 1.20/1.60  New rule produced :
% 1.20/1.60  [98]
% 1.20/1.60  ifeq(axiom(or(not(or(or(A,B),not(or(B,A)))),C)),true,theorem(C),true) -> true
% 1.20/1.60  Current number of equations to process: 41
% 1.20/1.60  Current number of ordered equations: 0
% 1.20/1.60  Current number of rules: 88
% 1.20/1.60  New rule produced :
% 1.20/1.60  [99] ifeq(axiom(or(or(A,or(B,C)),not(or(B,or(A,C))))),true,true,true) -> true
% 1.20/1.60  Current number of equations to process: 40
% 1.20/1.60  Current number of ordered equations: 0
% 1.20/1.60  Current number of rules: 89
% 1.20/1.60  New rule produced :
% 1.20/1.60  [100]
% 1.20/1.60  ifeq(axiom(or(not(A),B)),true,theorem(or(not(A),not(or(not(B),not(B))))),true)
% 1.20/1.60  -> true
% 1.20/1.60  Current number of equations to process: 39
% 1.20/1.60  Current number of ordered equations: 0
% 1.20/1.60  Current number of rules: 90
% 1.20/1.60  New rule produced :
% 1.20/1.60  [101] theorem(or(not(or(A,or(B,C))),or(or(A,C),B))) -> true
% 1.20/1.60  Current number of equations to process: 39
% 1.20/1.60  Current number of ordered equations: 0
% 1.20/1.60  Current number of rules: 91
% 1.20/1.60  New rule produced :
% 1.20/1.60  [102] theorem(or(not(or(not(A),B)),or(or(C,B),not(or(C,A))))) -> true
% 1.20/1.60  Current number of equations to process: 39
% 1.20/1.60  Current number of ordered equations: 0
% 1.20/1.60  Current number of rules: 92
% 1.20/1.60  New rule produced :
% 1.20/1.60  [103] theorem(or(A,or(or(not(or(B,C)),or(B,X)),not(or(not(C),X))))) -> true
% 1.20/1.60  Current number of equations to process: 44
% 1.20/1.60  Current number of ordered equations: 0
% 1.20/1.60  Current number of rules: 93
% 1.20/1.60  New rule produced :
% 1.20/1.60  [104] ifeq(axiom(or(A,or(not(B),B))),true,true,true) -> true
% 1.20/1.60  Current number of equations to process: 44
% 1.20/1.60  Current number of ordered equations: 0
% 1.20/1.60  Current number of rules: 94
% 1.20/1.60  New rule produced :
% 1.20/1.60  [105] theorem(or(not(or(A,B)),or(A,or(not(C),C)))) -> true
% 1.20/1.60  Current number of equations to process: 43
% 1.20/1.60  Current number of ordered equations: 0
% 1.20/1.60  Current number of rules: 95
% 1.20/1.60  New rule produced : [106] theorem(or(or(not(A),A),B)) -> true
% 1.20/1.60  Current number of equations to process: 44
% 1.20/1.60  Current number of ordered equations: 0
% 1.20/1.64  Current number of rules: 96
% 1.20/1.64  New rule produced : [107] theorem(or(A,or(B,or(not(C),C)))) -> true
% 1.20/1.64  Rule [105] theorem(or(not(or(A,B)),or(A,or(not(C),C)))) -> true collapsed.
% 1.20/1.64  Current number of equations to process: 43
% 1.20/1.64  Current number of ordered equations: 0
% 1.20/1.64  Current number of rules: 96
% 1.20/1.64  New rule produced :
% 1.20/1.64  [108] ifeq(axiom(or(A,or(not(or(B,A)),B))),true,true,true) -> true
% 1.20/1.64  Current number of equations to process: 45
% 1.20/1.64  Current number of ordered equations: 0
% 1.20/1.64  Current number of rules: 97
% 1.20/1.64  New rule produced : [109] theorem(or(or(not(or(A,B)),A),B)) -> true
% 1.20/1.64  Current number of equations to process: 47
% 1.20/1.64  Current number of ordered equations: 0
% 1.20/1.64  Current number of rules: 98
% 1.20/1.64  New rule produced : [110] theorem(or(A,or(B,or(not(or(C,B)),C)))) -> true
% 1.20/1.64  Current number of equations to process: 46
% 1.20/1.64  Current number of ordered equations: 0
% 1.20/1.64  Current number of rules: 99
% 1.20/1.64  New rule produced :
% 1.20/1.64  [111] theorem(or(not(or(A,A)),or(not(or(B,not(A))),B))) -> true
% 1.20/1.64  Current number of equations to process: 48
% 1.20/1.64  Current number of ordered equations: 0
% 1.20/1.64  Current number of rules: 100
% 1.20/1.64  New rule produced :
% 1.20/1.64  [112] theorem(or(not(A),or(not(or(B,not(or(C,A)))),B))) -> true
% 1.20/1.64  Current number of equations to process: 47
% 1.20/1.64  Current number of ordered equations: 0
% 1.20/1.64  Current number of rules: 101
% 1.20/1.64  New rule produced :
% 1.20/1.64  [113] ifeq(axiom(or(not(or(A,or(not(B),B))),C)),true,theorem(C),true) -> true
% 1.20/1.64  Current number of equations to process: 49
% 1.20/1.64  Current number of ordered equations: 0
% 1.20/1.64  Current number of rules: 102
% 1.20/1.64  New rule produced :
% 1.20/1.64  [114] theorem(or(not(or(A,B)),or(A,or(not(or(C,not(B))),C)))) -> true
% 1.20/1.64  Current number of equations to process: 48
% 1.20/1.64  Current number of ordered equations: 0
% 1.20/1.64  Current number of rules: 103
% 1.20/1.64  New rule produced :
% 1.20/1.64  [115] theorem(or(not(or(A,B)),or(not(or(C,not(or(B,A)))),C))) -> true
% 1.20/1.64  Current number of equations to process: 47
% 1.20/1.64  Current number of ordered equations: 0
% 1.20/1.64  Current number of rules: 104
% 1.20/1.64  New rule produced :
% 1.20/1.64  [116] theorem(or(or(not(or(or(A,B),or(A,B))),B),A)) -> true
% 1.20/1.64  Current number of equations to process: 49
% 1.20/1.64  Current number of ordered equations: 0
% 1.20/1.64  Current number of rules: 105
% 1.20/1.65  New rule produced :
% 1.20/1.65  [117] theorem(or(A,or(B,or(not(or(or(B,C),or(B,C))),C)))) -> true
% 1.20/1.65  Current number of equations to process: 54
% 1.20/1.65  Current number of ordered equations: 0
% 1.20/1.65  Current number of rules: 106
% 1.20/1.65  New rule produced :
% 1.20/1.65  [118] theorem(or(or(not(or(A,or(B,C))),or(A,C)),B)) -> true
% 1.20/1.65  Current number of equations to process: 56
% 1.20/1.65  Current number of ordered equations: 0
% 1.20/1.65  Current number of rules: 107
% 1.20/1.65  New rule produced :
% 1.20/1.65  [119] theorem(or(A,or(B,or(not(or(C,or(B,X))),or(C,X))))) -> true
% 1.20/1.65  Current number of equations to process: 58
% 1.20/1.65  Current number of ordered equations: 0
% 1.20/1.65  Current number of rules: 108
% 1.20/1.65  New rule produced :
% 1.20/1.65  [120] theorem(or(or(not(or(not(A),B)),or(not(or(C,A)),or(C,B))),X)) -> true
% 1.20/1.65  Current number of equations to process: 59
% 1.20/1.65  Current number of ordered equations: 0
% 1.20/1.65  Current number of rules: 109
% 1.20/1.65  New rule produced :
% 1.20/1.65  [121]
% 1.20/1.65  ifeq(axiom(or(not(or(A,or(not(or(B,A)),B))),C)),true,theorem(C),true) -> true
% 1.20/1.65  Current number of equations to process: 58
% 1.20/1.65  Current number of ordered equations: 0
% 1.20/1.65  Current number of rules: 110
% 1.20/1.65  New rule produced :
% 1.20/1.65  [122]
% 1.20/1.65  ifeq(axiom(or(A,or(not(or(or(A,B),or(A,B))),B))),true,true,true) -> true
% 1.20/1.65  Current number of equations to process: 57
% 1.20/1.65  Current number of ordered equations: 0
% 1.20/1.65  Current number of rules: 111
% 1.20/1.65  New rule produced :
% 1.20/1.65  [123]
% 1.20/1.65  ifeq(axiom(or(A,or(not(or(B,or(A,C))),or(B,C)))),true,true,true) -> true
% 1.20/1.65  Current number of equations to process: 56
% 1.20/1.65  Current number of ordered equations: 0
% 1.20/1.65  Current number of rules: 112
% 1.20/1.65  New rule produced :
% 1.20/1.65  [124] theorem(or(not(or(A,A)),or(not(or(B,or(not(A),C))),or(B,C)))) -> true
% 1.20/1.65  Current number of equations to process: 55
% 1.20/1.65  Current number of ordered equations: 0
% 1.20/1.65  Current number of rules: 113
% 1.20/1.65  New rule produced :
% 1.20/1.65  [125] theorem(or(not(A),or(not(or(B,or(not(or(C,A)),X))),or(B,X)))) -> true
% 1.20/1.65  Current number of equations to process: 54
% 1.20/1.65  Current number of ordered equations: 0
% 1.20/1.65  Current number of rules: 114
% 1.20/1.65  New rule produced :
% 1.20/1.65  [126] theorem(or(not(A),or(not(or(not(A),B)),or(C,B)))) -> true
% 1.20/1.65  Current number of equations to process: 58
% 1.20/1.65  Current number of ordered equations: 0
% 1.20/1.65  Current number of rules: 115
% 1.20/1.65  New rule produced :
% 1.41/1.69  [127] theorem(or(or(not(or(not(A),B)),or(C,B)),not(or(C,A)))) -> true
% 1.41/1.69  Current number of equations to process: 57
% 1.41/1.69  Current number of ordered equations: 0
% 1.41/1.69  Current number of rules: 116
% 1.41/1.69  New rule produced :
% 1.41/1.69  [128] theorem(or(not(or(A,B)),or(not(or(not(A),C)),or(B,C)))) -> true
% 1.41/1.69  Current number of equations to process: 57
% 1.41/1.69  Current number of ordered equations: 0
% 1.41/1.69  Current number of rules: 117
% 1.41/1.69  New rule produced :
% 1.41/1.69  [129] theorem(or(not(or(A,or(B,or(C,C)))),or(A,or(B,C)))) -> true
% 1.41/1.69  Current number of equations to process: 58
% 1.41/1.69  Current number of ordered equations: 0
% 1.41/1.69  Current number of rules: 118
% 1.41/1.69  New rule produced : [130] theorem(or(or(A,B),not(or(A,or(B,B))))) -> true
% 1.41/1.69  Current number of equations to process: 60
% 1.41/1.69  Current number of ordered equations: 0
% 1.41/1.69  Current number of rules: 119
% 1.41/1.69  New rule produced : [131] theorem(or(A,or(not(or(A,or(B,B))),B))) -> true
% 1.41/1.69  Current number of equations to process: 60
% 1.41/1.69  Current number of ordered equations: 0
% 1.41/1.69  Current number of rules: 120
% 1.41/1.69  New rule produced :
% 1.41/1.69  [132] theorem(or(A,or(not(or(B,or(C,C))),or(B,C)))) -> true
% 1.41/1.69  Current number of equations to process: 60
% 1.41/1.69  Current number of ordered equations: 0
% 1.41/1.69  Current number of rules: 121
% 1.41/1.69  New rule produced : [133] theorem(or(not(or(or(A,A),B)),or(B,A))) -> true
% 1.41/1.69  Current number of equations to process: 60
% 1.41/1.69  Current number of ordered equations: 0
% 1.41/1.69  Current number of rules: 122
% 1.41/1.69  New rule produced :
% 1.41/1.69  [134] theorem(or(not(or(A,or(B,C))),or(A,or(B,or(X,C))))) -> true
% 1.41/1.69  Current number of equations to process: 61
% 1.41/1.69  Current number of ordered equations: 0
% 1.41/1.69  Current number of rules: 123
% 1.41/1.69  New rule produced : [135] theorem(or(or(A,or(B,C)),not(or(A,C)))) -> true
% 1.41/1.69  Current number of equations to process: 63
% 1.41/1.69  Current number of ordered equations: 0
% 1.41/1.69  Current number of rules: 124
% 1.41/1.69  New rule produced : [136] theorem(or(A,or(not(or(A,B)),or(C,B)))) -> true
% 1.41/1.69  Rule [126] theorem(or(not(A),or(not(or(not(A),B)),or(C,B)))) -> true
% 1.41/1.69  collapsed.
% 1.41/1.69  Current number of equations to process: 63
% 1.41/1.69  Current number of ordered equations: 0
% 1.41/1.69  Current number of rules: 124
% 1.41/1.69  New rule produced :
% 1.41/1.69  [137] theorem(or(A,or(not(or(B,C)),or(B,or(X,C))))) -> true
% 1.41/1.69  Current number of equations to process: 63
% 1.41/1.69  Current number of ordered equations: 0
% 1.41/1.69  Current number of rules: 125
% 1.41/1.69  New rule produced : [138] theorem(or(not(or(A,B)),or(B,or(C,A)))) -> true
% 1.41/1.69  Current number of equations to process: 63
% 1.41/1.69  Current number of ordered equations: 0
% 1.41/1.69  Current number of rules: 126
% 1.41/1.69  New rule produced :
% 1.41/1.69  [139] theorem(or(not(or(or(A,B),or(A,B))),or(A,or(C,B)))) -> true
% 1.41/1.69  Current number of equations to process: 64
% 1.41/1.69  Current number of ordered equations: 0
% 1.41/1.69  Current number of rules: 127
% 1.41/1.69  New rule produced :
% 1.41/1.69  [140] theorem(or(or(A,or(B,C)),not(or(A,or(C,B))))) -> true
% 1.41/1.69  Current number of equations to process: 66
% 1.41/1.69  Current number of ordered equations: 0
% 1.41/1.69  Current number of rules: 128
% 1.41/1.69  New rule produced :
% 1.41/1.69  [141] theorem(or(A,or(not(or(A,or(B,C))),or(C,B)))) -> true
% 1.41/1.69  Current number of equations to process: 66
% 1.41/1.69  Current number of ordered equations: 0
% 1.41/1.69  Current number of rules: 129
% 1.41/1.69  New rule produced :
% 1.41/1.69  [142] theorem(or(not(or(or(A,B),C)),or(C,or(B,A)))) -> true
% 1.41/1.69  Current number of equations to process: 67
% 1.41/1.69  Current number of ordered equations: 0
% 1.41/1.69  Current number of rules: 130
% 1.41/1.69  New rule produced :
% 1.41/1.69  [143] theorem(or(A,or(not(or(B,or(C,X))),or(B,or(X,C))))) -> true
% 1.41/1.69  Current number of equations to process: 66
% 1.41/1.69  Current number of ordered equations: 0
% 1.41/1.69  Current number of rules: 131
% 1.41/1.69  New rule produced :
% 1.41/1.69  [144] theorem(or(A,or(not(or(B,C)),or(not(or(not(C),X)),or(B,X))))) -> true
% 1.41/1.69  Current number of equations to process: 67
% 1.41/1.69  Current number of ordered equations: 0
% 1.41/1.69  Current number of rules: 132
% 1.41/1.69  New rule produced :
% 1.41/1.69  [145] theorem(or(not(or(or(A,or(B,B)),or(A,or(B,B)))),or(A,B))) -> true
% 1.41/1.69  Current number of equations to process: 66
% 1.41/1.69  Current number of ordered equations: 0
% 1.41/1.69  Current number of rules: 133
% 1.41/1.69  New rule produced :
% 1.41/1.69  [146] theorem(or(not(or(A,or(B,or(C,X)))),or(A,or(B,or(X,C))))) -> true
% 1.41/1.69  Current number of equations to process: 65
% 1.41/1.69  Current number of ordered equations: 0
% 1.41/1.69  Current number of rules: 134
% 1.41/1.69  New rule produced :
% 1.41/1.69  [147]
% 1.41/1.69  theorem(or(not(or(A,A)),or(not(or(or(not(A),B),or(not(A),B))),B))) -> true
% 1.41/1.69  Current number of equations to process: 64
% 1.41/1.69  Current number of ordered equations: 0
% 1.46/1.76  Current number of rules: 135
% 1.46/1.76  New rule produced :
% 1.46/1.76  [148] theorem(or(not(or(A,or(B,B))),or(A,or(C,B)))) -> true
% 1.46/1.76  Current number of equations to process: 71
% 1.46/1.76  Current number of ordered equations: 0
% 1.46/1.76  Current number of rules: 136
% 1.46/1.76  New rule produced : [149] theorem(or(or(A,B),not(or(B,B)))) -> true
% 1.46/1.76  Current number of equations to process: 73
% 1.46/1.76  Current number of ordered equations: 0
% 1.46/1.76  Current number of rules: 137
% 1.46/1.76  New rule produced : [150] theorem(or(A,or(not(or(B,B)),or(C,B)))) -> true
% 1.46/1.76  Current number of equations to process: 72
% 1.46/1.76  Current number of ordered equations: 0
% 1.46/1.76  Current number of rules: 138
% 1.46/1.76  New rule produced :
% 1.46/1.76  [151] theorem(or(not(or(or(A,A),or(A,A))),or(B,A))) -> true
% 1.46/1.76  Current number of equations to process: 72
% 1.46/1.76  Current number of ordered equations: 0
% 1.46/1.76  Current number of rules: 139
% 1.46/1.76  New rule produced :
% 1.46/1.76  [152] theorem(or(not(or(A,or(or(B,B),or(B,B)))),or(A,B))) -> true
% 1.46/1.76  Current number of equations to process: 73
% 1.46/1.76  Current number of ordered equations: 0
% 1.46/1.76  Current number of rules: 140
% 1.46/1.76  New rule produced : [153] theorem(or(A,not(or(or(A,A),or(A,A))))) -> true
% 1.46/1.76  Current number of equations to process: 75
% 1.46/1.76  Current number of ordered equations: 0
% 1.46/1.76  Current number of rules: 141
% 1.46/1.76  New rule produced :
% 1.46/1.76  [154] theorem(or(A,or(not(or(or(B,B),or(B,B))),B))) -> true
% 1.46/1.76  Current number of equations to process: 76
% 1.46/1.76  Current number of ordered equations: 0
% 1.46/1.76  Current number of rules: 142
% 1.46/1.76  New rule produced :
% 1.46/1.76  [155] theorem(or(or(A,B),not(or(or(B,A),or(B,A))))) -> true
% 1.46/1.76  Current number of equations to process: 80
% 1.46/1.76  Current number of ordered equations: 0
% 1.46/1.76  Current number of rules: 143
% 1.46/1.76  New rule produced :
% 1.46/1.76  [156] theorem(or(A,or(not(or(or(B,A),or(B,A))),B))) -> true
% 1.46/1.76  Current number of equations to process: 80
% 1.46/1.76  Current number of ordered equations: 0
% 1.46/1.76  Current number of rules: 144
% 1.46/1.76  New rule produced : [157] theorem(or(A,not(A))) -> true
% 1.46/1.76  Current number of equations to process: 82
% 1.46/1.76  Current number of ordered equations: 0
% 1.46/1.76  Current number of rules: 145
% 1.46/1.76  New rule produced : [158] theorem(or(A,or(not(or(A,B)),B))) -> true
% 1.46/1.76  Current number of equations to process: 82
% 1.46/1.76  Current number of ordered equations: 0
% 1.46/1.76  Current number of rules: 146
% 1.46/1.76  New rule produced :
% 1.46/1.76  [159] ifeq(axiom(or(not(or(not(A),A)),B)),true,theorem(B),true) -> true
% 1.46/1.76  Current number of equations to process: 83
% 1.46/1.76  Current number of ordered equations: 0
% 1.46/1.76  Current number of rules: 147
% 1.46/1.76  New rule produced :
% 1.46/1.76  [160] theorem(or(not(or(A,B)),or(A,or(C,or(X,B))))) -> true
% 1.46/1.76  Current number of equations to process: 82
% 1.46/1.76  Current number of ordered equations: 0
% 1.46/1.76  Current number of rules: 148
% 1.46/1.76  New rule produced : [161] theorem(or(or(A,or(B,C)),not(C))) -> true
% 1.46/1.76  Current number of equations to process: 84
% 1.46/1.76  Current number of ordered equations: 0
% 1.46/1.76  Current number of rules: 149
% 1.46/1.76  New rule produced : [162] theorem(or(A,or(not(B),or(C,or(X,B))))) -> true
% 1.46/1.76  Current number of equations to process: 83
% 1.46/1.76  Current number of ordered equations: 0
% 1.46/1.76  Current number of rules: 150
% 1.46/1.76  New rule produced : [163] theorem(or(not(or(A,A)),or(B,or(C,A)))) -> true
% 1.46/1.76  Current number of equations to process: 83
% 1.46/1.76  Current number of ordered equations: 0
% 1.46/1.76  Current number of rules: 151
% 1.46/1.76  New rule produced : [164] theorem(or(not(A),or(B,or(C,or(X,A))))) -> true
% 1.46/1.76  Current number of equations to process: 83
% 1.46/1.76  Current number of ordered equations: 0
% 1.46/1.76  Current number of rules: 152
% 1.46/1.76  New rule produced : [165] theorem(or(not(or(A,B)),or(A,or(B,C)))) -> true
% 1.46/1.76  Current number of equations to process: 85
% 1.46/1.76  Current number of ordered equations: 0
% 1.46/1.76  Current number of rules: 153
% 1.46/1.76  New rule produced :
% 1.46/1.76  [166] theorem(or(not(or(A,B)),or(C,or(X,or(B,A))))) -> true
% 1.46/1.76  Current number of equations to process: 84
% 1.46/1.76  Current number of ordered equations: 0
% 1.46/1.76  Current number of rules: 154
% 1.46/1.76  New rule produced : [167] theorem(or(or(A,B),not(A))) -> true
% 1.46/1.76  Current number of equations to process: 86
% 1.46/1.76  Current number of ordered equations: 0
% 1.46/1.76  Current number of rules: 155
% 1.46/1.76  New rule produced : [168] theorem(or(A,or(not(B),or(B,C)))) -> true
% 1.46/1.76  Current number of equations to process: 85
% 1.46/1.76  Current number of ordered equations: 0
% 1.46/1.76  Current number of rules: 156
% 1.46/1.76  New rule produced : [169] theorem(or(A,or(not(A),B))) -> true
% 1.46/1.76  Current number of equations to process: 85
% 1.46/1.76  Current number of ordered equations: 0
% 1.53/1.83  Current number of rules: 157
% 1.53/1.83  New rule produced : [170] theorem(or(not(or(A,A)),or(A,B))) -> true
% 1.53/1.83  Current number of equations to process: 85
% 1.53/1.83  Current number of ordered equations: 0
% 1.53/1.83  Current number of rules: 158
% 1.53/1.83  New rule produced : [171] theorem(or(not(A),or(or(B,A),C))) -> true
% 1.53/1.83  Current number of equations to process: 85
% 1.53/1.83  Current number of ordered equations: 0
% 1.53/1.83  Current number of rules: 159
% 1.53/1.83  New rule produced : [172] theorem(or(not(or(A,B)),or(or(B,A),C))) -> true
% 1.53/1.83  Current number of equations to process: 85
% 1.53/1.83  Current number of ordered equations: 0
% 1.53/1.83  Current number of rules: 160
% 1.53/1.83  New rule produced :
% 1.53/1.83  [173] theorem(or(A,or(not(or(or(B,C),or(B,C))),or(C,B)))) -> true
% 1.53/1.83  Current number of equations to process: 86
% 1.53/1.83  Current number of ordered equations: 0
% 1.53/1.83  Current number of rules: 161
% 1.53/1.83  New rule produced :
% 1.53/1.83  [174] ifeq(axiom(or(not(or(not(A),or(A,B))),C)),true,theorem(C),true) -> true
% 1.53/1.83  Current number of equations to process: 85
% 1.53/1.83  Current number of ordered equations: 0
% 1.53/1.83  Current number of rules: 162
% 1.53/1.83  New rule produced :
% 1.53/1.83  [175] ifeq(axiom(or(not(A),B)),true,theorem(or(not(A),or(B,C))),true) -> true
% 1.53/1.83  Current number of equations to process: 84
% 1.53/1.83  Current number of ordered equations: 0
% 1.53/1.83  Current number of rules: 163
% 1.53/1.83  New rule produced :
% 1.53/1.83  [176] theorem(or(not(or(A,or(B,C))),or(A,or(X,or(C,B))))) -> true
% 1.53/1.83  Current number of equations to process: 83
% 1.53/1.83  Current number of ordered equations: 0
% 1.53/1.83  Current number of rules: 164
% 1.53/1.83  New rule produced : [177] theorem(or(or(A,or(B,C)),not(or(C,B)))) -> true
% 1.53/1.83  Current number of equations to process: 85
% 1.53/1.83  Current number of ordered equations: 0
% 1.53/1.83  Current number of rules: 165
% 1.53/1.83  New rule produced : [178] theorem(or(not(A),or(B,or(A,C)))) -> true
% 1.53/1.83  Current number of equations to process: 86
% 1.53/1.83  Current number of ordered equations: 0
% 1.53/1.83  Current number of rules: 166
% 1.53/1.83  New rule produced :
% 1.53/1.83  [179] theorem(or(A,or(not(or(B,C)),or(X,or(C,B))))) -> true
% 1.53/1.83  Current number of equations to process: 85
% 1.53/1.83  Current number of ordered equations: 0
% 1.53/1.83  Current number of rules: 167
% 1.53/1.83  New rule produced :
% 1.53/1.83  [180] theorem(or(not(or(or(A,B),or(A,B))),or(C,or(B,A)))) -> true
% 1.53/1.83  Current number of equations to process: 86
% 1.53/1.83  Current number of ordered equations: 0
% 1.53/1.83  Current number of rules: 168
% 1.53/1.83  New rule produced :
% 1.53/1.83  [181] theorem(or(or(A,or(B,C)),not(or(or(A,C),B)))) -> true
% 1.53/1.83  Current number of equations to process: 88
% 1.53/1.83  Current number of ordered equations: 0
% 1.53/1.83  Current number of rules: 169
% 1.53/1.83  New rule produced :
% 1.53/1.83  [182] theorem(or(A,or(not(or(or(A,B),C)),or(C,B)))) -> true
% 1.53/1.83  Current number of equations to process: 88
% 1.53/1.83  Current number of ordered equations: 0
% 1.53/1.83  Current number of rules: 170
% 1.53/1.83  New rule produced :
% 1.53/1.83  [183] theorem(or(A,or(not(or(or(B,C),X)),or(B,or(X,C))))) -> true
% 1.53/1.83  Current number of equations to process: 88
% 1.53/1.83  Current number of ordered equations: 0
% 1.53/1.83  Current number of rules: 171
% 1.53/1.83  New rule produced :
% 1.53/1.83  [184] theorem(or(or(A,or(B,or(C,X))),not(or(A,or(C,or(B,X)))))) -> true
% 1.53/1.83  Current number of equations to process: 89
% 1.53/1.83  Current number of ordered equations: 0
% 1.53/1.83  Current number of rules: 172
% 1.53/1.83  New rule produced :
% 1.53/1.83  [185] theorem(or(A,or(not(or(A,or(B,or(C,X)))),or(C,or(B,X))))) -> true
% 1.53/1.83  Current number of equations to process: 88
% 1.53/1.83  Current number of ordered equations: 0
% 1.53/1.83  Current number of rules: 173
% 1.53/1.83  New rule produced :
% 1.53/1.83  [186] theorem(or(not(or(or(A,or(B,C)),X)),or(X,or(B,or(A,C))))) -> true
% 1.53/1.83  Current number of equations to process: 87
% 1.53/1.83  Current number of ordered equations: 0
% 1.53/1.83  Current number of rules: 174
% 1.53/1.83  New rule produced :
% 1.53/1.83  [187]
% 1.53/1.83  ifeq(axiom(or(not(or(not(or(A,A)),or(B,A))),C)),true,theorem(C),true) -> true
% 1.53/1.83  Current number of equations to process: 86
% 1.53/1.83  Current number of ordered equations: 0
% 1.53/1.83  Current number of rules: 175
% 1.53/1.83  New rule produced :
% 1.53/1.83  [188]
% 1.53/1.83  ifeq(axiom(or(not(A),or(B,B))),true,theorem(or(not(A),or(C,B))),true) -> true
% 1.53/1.83  Current number of equations to process: 85
% 1.53/1.83  Current number of ordered equations: 0
% 1.53/1.83  Current number of rules: 176
% 1.53/1.83  New rule produced :
% 1.53/1.83  [189] theorem(or(not(or(A,or(or(B,C),or(B,C)))),or(A,or(C,B)))) -> true
% 1.53/1.83  Current number of equations to process: 84
% 1.53/1.83  Current number of ordered equations: 0
% 1.53/1.83  Current number of rules: 177
% 1.53/1.83  New rule produced :
% 1.53/1.83  [190]
% 1.53/1.83  ifeq(axiom(or(not(or(not(A),or(B,or(C,A)))),X)),true,theorem(X),true) -> true
% 1.53/1.83  Current number of equations to process: 83
% 1.58/1.92  Current number of ordered equations: 0
% 1.58/1.92  Current number of rules: 178
% 1.58/1.92  New rule produced :
% 1.58/1.92  [191]
% 1.58/1.92  ifeq(axiom(or(not(A),B)),true,theorem(or(not(A),or(C,or(X,B)))),true) -> true
% 1.58/1.92  Current number of equations to process: 82
% 1.58/1.92  Current number of ordered equations: 0
% 1.58/1.92  Current number of rules: 179
% 1.58/1.92  New rule produced :
% 1.58/1.92  [192] theorem(or(not(or(A,or(or(B,C),X))),or(A,or(B,or(X,C))))) -> true
% 1.58/1.92  Current number of equations to process: 81
% 1.58/1.92  Current number of ordered equations: 0
% 1.58/1.92  Current number of rules: 180
% 1.58/1.92  New rule produced :
% 1.58/1.92  [193] theorem(or(not(not(A)),or(not(or(B,A)),or(B,C)))) -> true
% 1.58/1.92  Current number of equations to process: 86
% 1.58/1.92  Current number of ordered equations: 0
% 1.58/1.92  Current number of rules: 181
% 1.58/1.92  New rule produced :
% 1.58/1.92  [194] theorem(or(or(not(or(A,B)),or(A,C)),not(or(C,not(B))))) -> true
% 1.58/1.92  Current number of equations to process: 85
% 1.58/1.92  Current number of ordered equations: 0
% 1.58/1.92  Current number of rules: 182
% 1.58/1.92  New rule produced :
% 1.58/1.92  [195] theorem(or(not(or(A,B)),or(not(or(C,not(B))),or(A,C)))) -> true
% 1.58/1.92  Current number of equations to process: 84
% 1.58/1.92  Current number of ordered equations: 0
% 1.58/1.92  Current number of rules: 183
% 1.58/1.92  New rule produced :
% 1.58/1.92  [196] theorem(or(or(A,B),not(or(A,or(or(A,B),B))))) -> true
% 1.58/1.92  Current number of equations to process: 88
% 1.58/1.92  Current number of ordered equations: 0
% 1.58/1.92  Current number of rules: 184
% 1.58/1.92  New rule produced :
% 1.58/1.92  [197] theorem(or(A,or(not(or(A,or(or(A,B),B))),B))) -> true
% 1.58/1.92  Current number of equations to process: 88
% 1.58/1.92  Current number of ordered equations: 0
% 1.58/1.92  Current number of rules: 185
% 1.58/1.92  New rule produced : [198] theorem(or(not(or(or(A,B),B)),or(A,B))) -> true
% 1.58/1.92  Current number of equations to process: 89
% 1.58/1.92  Current number of ordered equations: 0
% 1.58/1.92  Current number of rules: 186
% 1.58/1.92  New rule produced :
% 1.58/1.92  [199] theorem(or(not(or(or(or(A,B),B),A)),or(A,B))) -> true
% 1.58/1.92  Current number of equations to process: 89
% 1.58/1.92  Current number of ordered equations: 0
% 1.58/1.92  Current number of rules: 187
% 1.58/1.92  New rule produced :
% 1.58/1.92  [200] theorem(or(A,or(not(or(B,or(or(B,C),C))),or(B,C)))) -> true
% 1.58/1.92  Current number of equations to process: 88
% 1.58/1.92  Current number of ordered equations: 0
% 1.58/1.92  Current number of rules: 188
% 1.58/1.93  New rule produced :
% 1.58/1.93  [201] theorem(or(A,or(not(or(B,not(C))),or(not(or(X,C)),or(X,B))))) -> true
% 1.58/1.93  Current number of equations to process: 89
% 1.58/1.93  Current number of ordered equations: 0
% 1.58/1.93  Current number of rules: 189
% 1.58/1.93  New rule produced :
% 1.58/1.93  [202] theorem(or(not(or(A,or(B,or(or(B,C),C)))),or(A,or(B,C)))) -> true
% 1.58/1.93  Current number of equations to process: 88
% 1.58/1.93  Current number of ordered equations: 0
% 1.58/1.93  Current number of rules: 190
% 1.58/1.93  New rule produced :
% 1.58/1.93  [203] theorem(or(not(or(A,B)),or(C,or(A,or(X,B))))) -> true
% 1.58/1.93  Current number of equations to process: 92
% 1.58/1.93  Current number of ordered equations: 0
% 1.58/1.93  Current number of rules: 191
% 1.58/1.93  New rule produced :
% 1.58/1.93  [204] theorem(or(or(A,or(B,or(C,X))),not(or(C,or(B,X))))) -> true
% 1.58/1.93  Current number of equations to process: 91
% 1.58/1.93  Current number of ordered equations: 0
% 1.58/1.93  Current number of rules: 192
% 1.58/1.93  New rule produced :
% 1.58/1.93  [205] theorem(or(not(or(or(A,B),C)),or(X,or(A,or(C,B))))) -> true
% 1.58/1.93  Current number of equations to process: 91
% 1.58/1.93  Current number of ordered equations: 0
% 1.58/1.93  Current number of rules: 193
% 1.58/1.93  New rule produced :
% 1.58/1.93  [206] theorem(or(A,or(not(or(B,or(C,X))),or(Y,or(C,or(B,X)))))) -> true
% 1.58/1.93  Current number of equations to process: 92
% 1.58/1.93  Current number of ordered equations: 0
% 1.58/1.93  Current number of rules: 194
% 1.58/1.93  New rule produced :
% 1.58/1.93  [207] ifeq(axiom(or(or(not(or(A,A)),A),B)),true,true,true) -> true
% 1.58/1.93  Current number of equations to process: 98
% 1.58/1.93  Current number of ordered equations: 0
% 1.58/1.93  Current number of rules: 195
% 1.58/1.93  New rule produced : [208] theorem(or(A,or(or(not(or(B,B)),B),C))) -> true
% 1.58/1.93  Current number of equations to process: 98
% 1.58/1.93  Current number of ordered equations: 0
% 1.58/1.93  Current number of rules: 196
% 1.58/1.93  New rule produced :
% 1.58/1.93  [209] ifeq(axiom(or(A,or(B,or(not(or(C,C)),C)))),true,true,true) -> true
% 1.58/1.93  Current number of equations to process: 100
% 1.58/1.93  Current number of ordered equations: 0
% 1.58/1.93  Current number of rules: 197
% 1.58/1.93  New rule produced : [210] theorem(or(or(A,or(not(or(B,B)),B)),C)) -> true
% 1.58/1.93  Current number of equations to process: 101
% 1.58/1.93  Current number of ordered equations: 0
% 1.58/1.93  Current number of rules: 198
% 1.58/1.93  New rule produced :
% 1.58/1.93  [211] theorem(or(A,or(B,or(C,or(not(or(X,X)),X))))) -> true
% 1.76/2.06  Current number of equations to process: 100
% 1.76/2.06  Current number of ordered equations: 0
% 1.76/2.06  Current number of rules: 199
% 1.76/2.06  New rule produced :
% 1.76/2.06  [212] ifeq(axiom(or(or(not(A),or(B,A)),C)),true,true,true) -> true
% 1.76/2.06  Current number of equations to process: 100
% 1.76/2.06  Current number of ordered equations: 0
% 1.76/2.06  Current number of rules: 200
% 1.76/2.06  New rule produced : [213] theorem(or(A,or(or(not(B),or(C,B)),X))) -> true
% 1.76/2.06  Current number of equations to process: 100
% 1.76/2.06  Current number of ordered equations: 0
% 1.76/2.06  Current number of rules: 201
% 1.76/2.06  New rule produced :
% 1.76/2.06  [214] ifeq(axiom(or(A,or(B,or(not(C),or(X,C))))),true,true,true) -> true
% 1.76/2.06  Current number of equations to process: 102
% 1.76/2.06  Current number of ordered equations: 0
% 1.76/2.06  Current number of rules: 202
% 1.76/2.06  New rule produced : [215] theorem(or(or(A,or(not(B),or(C,B))),X)) -> true
% 1.76/2.06  Current number of equations to process: 103
% 1.76/2.06  Current number of ordered equations: 0
% 1.76/2.06  Current number of rules: 203
% 1.76/2.06  New rule produced :
% 1.76/2.06  [216] theorem(or(A,or(B,or(C,or(not(X),or(Y,X)))))) -> true
% 1.76/2.06  Current number of equations to process: 102
% 1.76/2.06  Current number of ordered equations: 0
% 1.76/2.06  Current number of rules: 204
% 1.76/2.06  New rule produced :
% 1.76/2.06  [217] theorem(or(or(A,or(not(or(B,C)),or(B,X))),not(or(not(C),X)))) -> true
% 1.76/2.06  Current number of equations to process: 100
% 1.76/2.06  Current number of ordered equations: 0
% 1.76/2.06  Current number of rules: 205
% 1.76/2.06  New rule produced :
% 1.76/2.06  [218] theorem(or(not(or(A,not(B))),or(C,or(not(or(X,B)),or(X,A))))) -> true
% 1.76/2.06  Current number of equations to process: 99
% 1.76/2.06  Current number of ordered equations: 0
% 1.76/2.06  Current number of rules: 206
% 1.76/2.06  New rule produced :
% 1.76/2.06  [219]
% 1.76/2.06  ifeq(axiom(or(not(or(or(not(or(A,A)),A),B)),C)),true,theorem(C),true) -> true
% 1.76/2.06  Current number of equations to process: 98
% 1.76/2.06  Current number of ordered equations: 0
% 1.76/2.06  Current number of rules: 207
% 1.76/2.06  New rule produced :
% 1.76/2.06  [220]
% 1.76/2.06  ifeq(axiom(or(not(or(or(not(A),or(B,A)),C)),X)),true,theorem(X),true) -> true
% 1.76/2.06  Current number of equations to process: 97
% 1.76/2.06  Current number of ordered equations: 0
% 1.76/2.06  Current number of rules: 208
% 1.76/2.06  New rule produced :
% 1.76/2.06  [221] ifeq(axiom(or(or(not(or(A,B)),or(B,A)),C)),true,true,true) -> true
% 1.76/2.06  Current number of equations to process: 98
% 1.76/2.06  Current number of ordered equations: 0
% 1.76/2.06  Current number of rules: 209
% 1.76/2.06  New rule produced :
% 1.76/2.06  [222] theorem(or(A,or(or(not(or(B,C)),or(C,B)),X))) -> true
% 1.76/2.06  Current number of equations to process: 98
% 1.76/2.06  Current number of ordered equations: 0
% 1.76/2.06  Current number of rules: 210
% 1.76/2.06  New rule produced :
% 1.76/2.06  [223] theorem(or(or(A,or(not(or(B,C)),or(C,B))),X)) -> true
% 1.76/2.06  Current number of equations to process: 102
% 1.76/2.06  Current number of ordered equations: 0
% 1.76/2.06  Current number of rules: 211
% 1.76/2.06  New rule produced :
% 1.76/2.06  [224] theorem(or(A,or(B,or(C,or(not(or(X,Y)),or(Y,X)))))) -> true
% 1.76/2.06  Current number of equations to process: 101
% 1.76/2.06  Current number of ordered equations: 0
% 1.76/2.06  Current number of rules: 212
% 1.76/2.06  New rule produced :
% 1.76/2.06  [225]
% 1.76/2.06  ifeq(axiom(or(A,or(B,or(not(or(C,X)),or(X,C))))),true,true,true) -> true
% 1.76/2.06  Current number of equations to process: 100
% 1.76/2.06  Current number of ordered equations: 0
% 1.76/2.06  Current number of rules: 213
% 1.76/2.06  New rule produced :
% 1.76/2.06  [226] ifeq(axiom(or(A,or(B,not(or(B,B))))),true,true,true) -> true
% 1.76/2.06  Current number of equations to process: 104
% 1.76/2.06  Current number of ordered equations: 0
% 1.76/2.06  Current number of rules: 214
% 1.76/2.06  New rule produced :
% 1.76/2.06  [227] theorem(or(not(or(A,B)),or(A,or(C,not(or(C,C)))))) -> true
% 1.76/2.06  Current number of equations to process: 103
% 1.76/2.06  Current number of ordered equations: 0
% 1.76/2.06  Current number of rules: 215
% 1.76/2.06  New rule produced : [228] theorem(or(or(A,not(or(A,A))),B)) -> true
% 1.76/2.06  Current number of equations to process: 104
% 1.76/2.06  Current number of ordered equations: 0
% 1.76/2.06  Current number of rules: 216
% 1.76/2.06  New rule produced : [229] theorem(or(A,or(B,or(C,not(or(C,C)))))) -> true
% 1.76/2.06  Rule [227] theorem(or(not(or(A,B)),or(A,or(C,not(or(C,C)))))) -> true
% 1.76/2.06  collapsed.
% 1.76/2.06  Current number of equations to process: 103
% 1.76/2.06  Current number of ordered equations: 0
% 1.76/2.06  Current number of rules: 216
% 1.76/2.06  New rule produced : [230] theorem(or(A,or(B,not(or(A,A))))) -> true
% 1.76/2.06  Current number of equations to process: 103
% 1.76/2.06  Current number of ordered equations: 0
% 1.76/2.06  Current number of rules: 217
% 1.76/2.06  New rule produced :
% 1.76/2.06  [231] theorem(or(not(or(A,or(B,B))),or(A,not(or(not(B),not(B)))))) -> true
% 1.76/2.06  Current number of equations to process: 104
% 1.76/2.06  Current number of ordered equations: 0
% 1.82/2.15  Current number of rules: 218
% 1.82/2.15  New rule produced :
% 1.82/2.15  [232] theorem(or(not(or(not(A),not(A))),not(or(A,A)))) -> true
% 1.82/2.15  Current number of equations to process: 106
% 1.82/2.15  Current number of ordered equations: 0
% 1.82/2.15  Current number of rules: 219
% 1.82/2.15  New rule produced :
% 1.82/2.15  [233] theorem(or(A,or(not(or(B,B)),not(or(not(B),not(B)))))) -> true
% 1.82/2.15  Current number of equations to process: 106
% 1.82/2.15  Current number of ordered equations: 0
% 1.82/2.15  Current number of rules: 220
% 1.82/2.15  New rule produced :
% 1.82/2.15  [234] ifeq(axiom(or(A,or(or(B,C),not(C)))),true,true,true) -> true
% 1.82/2.15  Current number of equations to process: 108
% 1.82/2.15  Current number of ordered equations: 0
% 1.82/2.15  Current number of rules: 221
% 1.82/2.15  New rule produced :
% 1.82/2.15  [235] theorem(or(not(or(A,B)),or(A,or(or(C,X),not(X))))) -> true
% 1.82/2.15  Current number of equations to process: 107
% 1.82/2.15  Current number of ordered equations: 0
% 1.82/2.15  Current number of rules: 222
% 1.82/2.15  New rule produced : [236] theorem(or(or(or(A,B),not(B)),C)) -> true
% 1.82/2.15  Current number of equations to process: 108
% 1.82/2.15  Current number of ordered equations: 0
% 1.82/2.15  Current number of rules: 223
% 1.82/2.15  New rule produced : [237] theorem(or(A,or(B,or(or(C,X),not(X))))) -> true
% 1.82/2.15  Rule [235] theorem(or(not(or(A,B)),or(A,or(or(C,X),not(X))))) -> true
% 1.82/2.15  collapsed.
% 1.82/2.15  Current number of equations to process: 107
% 1.82/2.15  Current number of ordered equations: 0
% 1.82/2.15  Current number of rules: 223
% 1.82/2.15  New rule produced : [238] theorem(or(or(A,B),or(C,not(B)))) -> true
% 1.82/2.15  Current number of equations to process: 107
% 1.82/2.15  Current number of ordered equations: 0
% 1.82/2.15  Current number of rules: 224
% 1.82/2.15  New rule produced :
% 1.82/2.15  [239] theorem(or(not(or(or(A,A),or(A,A))),not(or(not(A),not(A))))) -> true
% 1.82/2.15  Current number of equations to process: 106
% 1.82/2.15  Current number of ordered equations: 0
% 1.82/2.15  Current number of rules: 225
% 1.82/2.15  New rule produced :
% 1.82/2.15  [240] theorem(or(A,or(or(not(or(B,or(C,X))),or(C,or(B,X))),Y))) -> true
% 1.82/2.15  Current number of equations to process: 107
% 1.82/2.15  Current number of ordered equations: 0
% 1.82/2.15  Current number of rules: 226
% 1.82/2.15  New rule produced :
% 1.82/2.15  [241]
% 1.82/2.15  ifeq(axiom(or(not(or(A,or(B,not(or(B,B))))),C)),true,theorem(C),true) -> true
% 1.82/2.15  Current number of equations to process: 106
% 1.82/2.15  Current number of ordered equations: 0
% 1.82/2.15  Current number of rules: 227
% 1.82/2.15  New rule produced :
% 1.82/2.15  [242]
% 1.82/2.15  ifeq(axiom(or(not(or(A,or(or(B,C),not(C)))),X)),true,theorem(X),true) -> true
% 1.82/2.15  Current number of equations to process: 105
% 1.82/2.15  Current number of ordered equations: 0
% 1.82/2.15  Current number of rules: 228
% 1.82/2.15  New rule produced :
% 1.82/2.15  [243] theorem(or(or(A,not(or(not(B),not(B)))),not(or(A,B)))) -> true
% 1.82/2.15  Current number of equations to process: 107
% 1.82/2.15  Current number of ordered equations: 0
% 1.82/2.15  Current number of rules: 229
% 1.82/2.15  New rule produced :
% 1.82/2.15  [244] theorem(or(A,or(not(or(A,B)),not(or(not(B),not(B)))))) -> true
% 1.82/2.15  Current number of equations to process: 107
% 1.82/2.15  Current number of ordered equations: 0
% 1.82/2.15  Current number of rules: 230
% 1.82/2.15  New rule produced :
% 1.82/2.15  [245] theorem(or(not(or(A,B)),or(B,not(or(not(A),not(A)))))) -> true
% 1.82/2.15  Current number of equations to process: 108
% 1.82/2.15  Current number of ordered equations: 0
% 1.82/2.15  Current number of rules: 231
% 1.82/2.15  New rule produced :
% 1.82/2.15  [246] theorem(or(A,or(not(or(B,C)),or(B,not(or(not(C),not(C))))))) -> true
% 1.82/2.15  Current number of equations to process: 109
% 1.82/2.15  Current number of ordered equations: 0
% 1.82/2.15  Current number of rules: 232
% 1.82/2.15  New rule produced :
% 1.82/2.15  [247] theorem(or(not(or(not(or(A,B)),not(or(A,B)))),not(B))) -> true
% 1.82/2.15  Current number of equations to process: 111
% 1.82/2.15  Current number of ordered equations: 0
% 1.82/2.15  Current number of rules: 233
% 1.82/2.15  New rule produced :
% 1.82/2.15  [248] ifeq(axiom(or(A,or(or(B,C),not(or(C,B))))),true,true,true) -> true
% 1.82/2.15  Current number of equations to process: 116
% 1.82/2.15  Current number of ordered equations: 0
% 1.82/2.15  Current number of rules: 234
% 1.82/2.15  New rule produced : [249] theorem(or(or(or(A,B),not(or(B,A))),C)) -> true
% 1.82/2.15  Current number of equations to process: 117
% 1.82/2.15  Current number of ordered equations: 0
% 1.82/2.15  Current number of rules: 235
% 1.82/2.15  New rule produced : [250] theorem(or(or(A,B),or(C,not(or(B,A))))) -> true
% 1.82/2.15  Current number of equations to process: 117
% 1.82/2.15  Current number of ordered equations: 0
% 1.82/2.15  Current number of rules: 236
% 1.82/2.15  New rule produced :
% 1.82/2.15  [251] theorem(or(A,or(B,or(or(C,X),not(or(X,C)))))) -> true
% 1.82/2.15  Current number of equations to process: 116
% 1.82/2.15  Current number of ordered equations: 0
% 1.82/2.15  Current number of rules: 237
% 1.98/2.29  New rule produced :
% 1.98/2.29  [252] theorem(or(A,or(not(B),not(or(not(or(C,B)),not(or(C,B))))))) -> true
% 1.98/2.29  Current number of equations to process: 115
% 1.98/2.29  Current number of ordered equations: 0
% 1.98/2.29  Current number of rules: 238
% 1.98/2.29  New rule produced :
% 1.98/2.29  [253] theorem(or(not(or(A,A)),not(or(not(or(B,A)),not(or(B,A)))))) -> true
% 1.98/2.29  Current number of equations to process: 114
% 1.98/2.29  Current number of ordered equations: 0
% 1.98/2.29  Current number of rules: 239
% 1.98/2.29  New rule produced :
% 1.98/2.29  [254]
% 1.98/2.29  theorem(or(not(or(A,or(B,C))),or(A,or(B,not(or(not(C),not(C))))))) -> true
% 1.98/2.29  Current number of equations to process: 114
% 1.98/2.29  Current number of ordered equations: 0
% 1.98/2.29  Current number of rules: 240
% 1.98/2.29  New rule produced :
% 1.98/2.29  [255]
% 1.98/2.29  theorem(or(not(or(or(A,B),or(A,B))),or(A,not(or(not(B),not(B)))))) -> true
% 1.98/2.29  Current number of equations to process: 113
% 1.98/2.29  Current number of ordered equations: 0
% 1.98/2.29  Current number of rules: 241
% 1.98/2.29  New rule produced :
% 1.98/2.29  [256]
% 1.98/2.29  theorem(or(not(or(A,B)),or(A,not(or(not(or(C,B)),not(or(C,B))))))) -> true
% 1.98/2.29  Current number of equations to process: 112
% 1.98/2.29  Current number of ordered equations: 0
% 1.98/2.29  Current number of rules: 242
% 1.98/2.29  New rule produced :
% 1.98/2.29  [257]
% 1.98/2.29  theorem(or(not(A),not(or(not(or(B,or(C,A))),not(or(B,or(C,A))))))) -> true
% 1.98/2.29  Current number of equations to process: 111
% 1.98/2.29  Current number of ordered equations: 0
% 1.98/2.29  Current number of rules: 243
% 1.98/2.29  New rule produced :
% 1.98/2.29  [258] theorem(or(not(A),not(or(not(or(A,B)),not(or(A,B)))))) -> true
% 1.98/2.29  Current number of equations to process: 115
% 1.98/2.29  Current number of ordered equations: 0
% 1.98/2.29  Current number of rules: 244
% 1.98/2.29  New rule produced :
% 1.98/2.29  [259] theorem(or(not(or(not(or(A,B)),not(or(A,B)))),not(or(B,A)))) -> true
% 1.98/2.29  Current number of equations to process: 114
% 1.98/2.29  Current number of ordered equations: 0
% 1.98/2.29  Current number of rules: 245
% 1.98/2.29  New rule produced :
% 1.98/2.29  [260] theorem(or(or(or(A,or(B,C)),not(or(B,or(A,C)))),X)) -> true
% 1.98/2.29  Current number of equations to process: 119
% 1.98/2.29  Current number of ordered equations: 0
% 1.98/2.29  Current number of rules: 246
% 1.98/2.29  New rule produced :
% 1.98/2.29  [261] theorem(or(or(A,or(B,C)),or(X,not(or(B,or(A,C)))))) -> true
% 1.98/2.29  Current number of equations to process: 118
% 1.98/2.29  Current number of ordered equations: 0
% 1.98/2.29  Current number of rules: 247
% 1.98/2.29  New rule produced :
% 1.98/2.29  [262] theorem(or(A,or(B,or(or(C,or(X,Y)),not(or(X,or(C,Y))))))) -> true
% 1.98/2.29  Current number of equations to process: 120
% 1.98/2.29  Current number of ordered equations: 0
% 1.98/2.29  Current number of rules: 248
% 1.98/2.29  New rule produced :
% 1.98/2.29  [263]
% 1.98/2.29  theorem(or(A,or(not(or(B,C)),not(or(not(or(C,B)),not(or(C,B))))))) -> true
% 1.98/2.29  Current number of equations to process: 119
% 1.98/2.29  Current number of ordered equations: 0
% 1.98/2.29  Current number of rules: 249
% 1.98/2.29  New rule produced :
% 1.98/2.29  [264]
% 1.98/2.29  theorem(or(not(or(A,or(not(B),C))),or(A,or(not(or(X,B)),or(X,C))))) -> true
% 1.98/2.29  Current number of equations to process: 118
% 1.98/2.29  Current number of ordered equations: 0
% 1.98/2.29  Current number of rules: 250
% 1.98/2.29  New rule produced :
% 1.98/2.29  [265] theorem(or(not(or(or(A,or(B,C)),or(A,or(B,C)))),or(B,or(A,C)))) -> true
% 1.98/2.29  Current number of equations to process: 117
% 1.98/2.29  Current number of ordered equations: 0
% 1.98/2.29  Current number of rules: 251
% 1.98/2.29  New rule produced :
% 1.98/2.29  [266] theorem(or(or(A,or(not(or(B,or(C,X))),or(C,or(B,X)))),Y)) -> true
% 1.98/2.29  Current number of equations to process: 118
% 1.98/2.29  Current number of ordered equations: 0
% 1.98/2.29  Current number of rules: 252
% 1.98/2.29  New rule produced :
% 1.98/2.29  [267]
% 1.98/2.29  ifeq(axiom(or(not(or(A,or(not(or(B,C)),or(C,B)))),X)),true,theorem(X),true)
% 1.98/2.29  -> true
% 1.98/2.29  Current number of equations to process: 115
% 1.98/2.29  Current number of ordered equations: 0
% 1.98/2.29  Current number of rules: 253
% 1.98/2.29  New rule produced :
% 1.98/2.29  [268]
% 1.98/2.29  ifeq(axiom(or(A,or(not(or(B,or(C,X))),or(C,or(B,X))))),true,true,true) ->
% 1.98/2.29  true
% 1.98/2.29  Current number of equations to process: 114
% 1.98/2.29  Current number of ordered equations: 0
% 1.98/2.29  Current number of rules: 254
% 1.98/2.29  New rule produced :
% 1.98/2.29  [269]
% 1.98/2.29  ifeq(axiom(or(or(not(or(A,B)),or(A,C)),not(or(not(B),C)))),true,true,true) ->
% 1.98/2.29  true
% 1.98/2.29  Current number of equations to process: 113
% 1.98/2.29  Current number of ordered equations: 0
% 1.98/2.29  Current number of rules: 255
% 1.98/2.29  New rule produced :
% 1.98/2.29  [270]
% 1.98/2.29  theorem(or(A,or(B,or(not(or(not(C),X)),or(not(or(Y,C)),or(Y,X)))))) -> true
% 1.98/2.29  Current number of equations to process: 112
% 1.98/2.29  Current number of ordered equations: 0
% 1.98/2.29  Current number of rules: 256
% 1.98/2.29  New rule produced :
% 1.98/2.29  [271]
% 1.98/2.29  ifeq(axiom(or(not(A),B)),true,theorem(or(not(A),or(not(or(C,not(B))),C))),true)
% 2.05/2.36  -> true
% 2.05/2.36  Current number of equations to process: 111
% 2.05/2.36  Current number of ordered equations: 0
% 2.05/2.36  Current number of rules: 257
% 2.05/2.36  New rule produced :
% 2.05/2.36  [272]
% 2.05/2.36  theorem(or(not(or(A,B)),or(A,or(not(or(C,or(not(B),X))),or(C,X))))) -> true
% 2.05/2.36  Current number of equations to process: 110
% 2.05/2.36  Current number of ordered equations: 0
% 2.05/2.36  Current number of rules: 258
% 2.05/2.36  New rule produced :
% 2.05/2.36  [273]
% 2.05/2.36  theorem(or(not(or(A,B)),or(not(or(C,or(not(or(B,A)),X))),or(C,X)))) -> true
% 2.05/2.36  Current number of equations to process: 109
% 2.05/2.36  Current number of ordered equations: 0
% 2.05/2.36  Current number of rules: 259
% 2.05/2.36  New rule produced :
% 2.05/2.36  [274]
% 2.05/2.36  theorem(or(not(or(A,or(B,C))),or(A,or(not(or(not(C),X)),or(B,X))))) -> true
% 2.05/2.36  Current number of equations to process: 108
% 2.05/2.36  Current number of ordered equations: 0
% 2.05/2.36  Current number of rules: 260
% 2.05/2.36  New rule produced :
% 2.05/2.36  [275]
% 2.05/2.36  theorem(or(not(or(or(A,B),or(A,B))),or(not(or(not(B),C)),or(A,C)))) -> true
% 2.05/2.36  Current number of equations to process: 107
% 2.05/2.36  Current number of ordered equations: 0
% 2.05/2.36  Current number of rules: 261
% 2.05/2.36  New rule produced :
% 2.05/2.36  [276]
% 2.05/2.36  ifeq(axiom(or(not(or(not(or(A,or(B,B))),or(A,B))),C)),true,theorem(C),true)
% 2.05/2.36  -> true
% 2.05/2.36  Current number of equations to process: 106
% 2.05/2.36  Current number of ordered equations: 0
% 2.05/2.36  Current number of rules: 262
% 2.05/2.36  New rule produced :
% 2.05/2.36  [277]
% 2.05/2.36  ifeq(axiom(or(not(A),or(B,or(C,C)))),true,theorem(or(not(A),or(B,C))),true)
% 2.05/2.36  -> true
% 2.05/2.36  Current number of equations to process: 105
% 2.05/2.36  Current number of ordered equations: 0
% 2.05/2.36  Current number of rules: 263
% 2.05/2.36  New rule produced :
% 2.05/2.36  [278]
% 2.05/2.36  ifeq(axiom(or(not(or(not(or(A,B)),or(A,or(C,B)))),X)),true,theorem(X),true)
% 2.05/2.36  -> true
% 2.05/2.36  Current number of equations to process: 104
% 2.05/2.36  Current number of ordered equations: 0
% 2.05/2.36  Current number of rules: 264
% 2.05/2.36  New rule produced :
% 2.05/2.36  [279]
% 2.05/2.36  ifeq(axiom(or(not(A),or(B,C))),true,theorem(or(not(A),or(B,or(X,C)))),true)
% 2.05/2.36  -> true
% 2.05/2.36  Current number of equations to process: 103
% 2.05/2.36  Current number of ordered equations: 0
% 2.05/2.36  Current number of rules: 265
% 2.05/2.36  New rule produced :
% 2.05/2.36  [280] theorem(or(not(or(or(A,or(B,C)),or(A,or(B,C)))),or(A,or(C,B)))) -> true
% 2.05/2.36  Current number of equations to process: 102
% 2.05/2.36  Current number of ordered equations: 0
% 2.05/2.36  Current number of rules: 266
% 2.05/2.36  New rule produced :
% 2.05/2.36  [281] theorem(or(A,or(not(or(B,or(C,or(X,Y)))),or(B,or(X,or(C,Y)))))) -> true
% 2.05/2.36  Current number of equations to process: 101
% 2.05/2.36  Current number of ordered equations: 0
% 2.05/2.36  Current number of rules: 267
% 2.05/2.36  New rule produced :
% 2.05/2.36  [282]
% 2.05/2.36  ifeq(axiom(or(not(or(not(or(or(A,A),or(A,A))),A)),B)),true,theorem(B),true)
% 2.05/2.36  -> true
% 2.05/2.36  Current number of equations to process: 100
% 2.05/2.36  Current number of ordered equations: 0
% 2.05/2.36  Current number of rules: 268
% 2.05/2.36  New rule produced :
% 2.05/2.36  [283]
% 2.05/2.36  ifeq(axiom(or(not(A),or(or(B,B),or(B,B)))),true,theorem(or(not(A),B)),true)
% 2.05/2.36  -> true
% 2.05/2.36  Current number of equations to process: 99
% 2.05/2.36  Current number of ordered equations: 0
% 2.05/2.36  Current number of rules: 269
% 2.05/2.36  New rule produced :
% 2.05/2.36  [284] theorem(or(not(or(or(or(A,A),or(A,A)),or(or(A,A),or(A,A)))),A)) -> true
% 2.05/2.36  Current number of equations to process: 98
% 2.05/2.36  Current number of ordered equations: 0
% 2.05/2.36  Current number of rules: 270
% 2.05/2.36  New rule produced :
% 2.05/2.36  [285]
% 2.05/2.36  ifeq(axiom(or(not(or(not(or(A,B)),or(C,or(B,A)))),X)),true,theorem(X),true)
% 2.05/2.36  -> true
% 2.05/2.36  Current number of equations to process: 97
% 2.05/2.36  Current number of ordered equations: 0
% 2.05/2.36  Current number of rules: 271
% 2.05/2.36  New rule produced :
% 2.05/2.36  [286]
% 2.05/2.36  ifeq(axiom(or(not(A),or(B,C))),true,theorem(or(not(A),or(X,or(C,B)))),true)
% 2.05/2.36  -> true
% 2.05/2.36  Current number of equations to process: 96
% 2.05/2.36  Current number of ordered equations: 0
% 2.05/2.36  Current number of rules: 272
% 2.05/2.36  New rule produced :
% 2.05/2.36  [287] theorem(or(not(or(or(or(A,B),C),or(or(A,B),C))),or(A,or(C,B)))) -> true
% 2.05/2.36  Current number of equations to process: 95
% 2.05/2.36  Current number of ordered equations: 0
% 2.05/2.36  Current number of rules: 273
% 2.05/2.36  New rule produced :
% 2.05/2.36  [288]
% 2.05/2.36  theorem(or(not(or(A,or(B,not(C)))),or(A,or(not(or(X,C)),or(X,B))))) -> true
% 2.05/2.36  Current number of equations to process: 94
% 2.05/2.36  Current number of ordered equations: 0
% 2.05/2.36  Current number of rules: 274
% 2.05/2.36  New rule produced :
% 2.05/2.36  [289] theorem(or(not(or(A,or(B,or(C,X)))),or(A,or(Y,or(C,or(B,X)))))) -> true
% 2.05/2.36  Current number of equations to process: 93
% 2.05/2.36  Current number of ordered equations: 0
% 2.05/2.36  Current number of rules: 275
% 2.05/2.36  New rule produced :
% 2.05/2.36  [290]
% 2.05/2.36  theorem(or(A,or(not(or(not(B),C)),or(X,or(not(or(Y,B)),or(Y,C)))))) -> true
% 2.15/2.48  Current number of equations to process: 92
% 2.15/2.48  Current number of ordered equations: 0
% 2.15/2.48  Current number of rules: 276
% 2.15/2.48  New rule produced :
% 2.15/2.48  [291]
% 2.15/2.48  ifeq(axiom(or(not(or(A,or(B,or(not(or(C,C)),C)))),X)),true,theorem(X),true)
% 2.15/2.48  -> true
% 2.15/2.48  Current number of equations to process: 91
% 2.15/2.48  Current number of ordered equations: 0
% 2.15/2.48  Current number of rules: 277
% 2.15/2.48  New rule produced :
% 2.15/2.48  [292]
% 2.15/2.48  ifeq(axiom(or(not(or(A,or(B,or(not(C),or(X,C))))),Y)),true,theorem(Y),true)
% 2.15/2.48  -> true
% 2.15/2.48  Current number of equations to process: 90
% 2.15/2.48  Current number of ordered equations: 0
% 2.15/2.48  Current number of rules: 278
% 2.15/2.48  New rule produced :
% 2.15/2.48  [293]
% 2.15/2.48  ifeq(axiom(or(not(or(or(not(or(A,B)),or(B,A)),C)),X)),true,theorem(X),true)
% 2.15/2.48  -> true
% 2.15/2.48  Current number of equations to process: 89
% 2.15/2.48  Current number of ordered equations: 0
% 2.15/2.48  Current number of rules: 279
% 2.15/2.48  New rule produced :
% 2.15/2.48  [294]
% 2.15/2.48  ifeq(axiom(or(or(not(or(A,or(B,C))),or(B,or(A,C))),X)),true,true,true) ->
% 2.15/2.48  true
% 2.15/2.48  Current number of equations to process: 88
% 2.15/2.48  Current number of ordered equations: 0
% 2.15/2.48  Current number of rules: 280
% 2.15/2.48  New rule produced :
% 2.15/2.48  [295]
% 2.15/2.48  ifeq(axiom(or(not(or(A,or(or(B,C),not(or(C,B))))),X)),true,theorem(X),true)
% 2.15/2.48  -> true
% 2.15/2.48  Current number of equations to process: 87
% 2.15/2.48  Current number of ordered equations: 0
% 2.15/2.48  Current number of rules: 281
% 2.15/2.48  New rule produced :
% 2.15/2.48  [296]
% 2.15/2.48  ifeq(axiom(or(A,or(or(B,or(C,X)),not(or(C,or(B,X)))))),true,true,true) ->
% 2.15/2.48  true
% 2.15/2.48  Current number of equations to process: 86
% 2.15/2.48  Current number of ordered equations: 0
% 2.15/2.48  Current number of rules: 282
% 2.15/2.48  New rule produced :
% 2.15/2.48  [297] theorem(or(A,or(B,or(C,or(not(or(X,or(Y,Z))),or(Y,or(X,Z))))))) -> true
% 2.15/2.48  Current number of equations to process: 85
% 2.15/2.48  Current number of ordered equations: 0
% 2.15/2.48  Current number of rules: 283
% 2.15/2.48  New rule produced :
% 2.15/2.48  [298] theorem(or(or(or(A,B),C),not(or(A,or(C,B))))) -> true
% 2.15/2.48  Current number of equations to process: 89
% 2.15/2.48  Current number of ordered equations: 0
% 2.15/2.48  Current number of rules: 284
% 2.15/2.48  New rule produced :
% 2.15/2.48  [299] theorem(or(or(A,B),or(not(or(A,or(C,B))),C))) -> true
% 2.15/2.48  Current number of equations to process: 89
% 2.15/2.48  Current number of ordered equations: 0
% 2.15/2.48  Current number of rules: 285
% 2.15/2.48  New rule produced : [300] theorem(or(not(or(A,B)),or(or(C,B),A))) -> true
% 2.15/2.48  Current number of equations to process: 90
% 2.15/2.48  Current number of ordered equations: 0
% 2.15/2.48  Current number of rules: 286
% 2.15/2.48  New rule produced :
% 2.15/2.48  [301] theorem(or(not(or(or(A,B),C)),or(or(C,B),A))) -> true
% 2.15/2.48  Current number of equations to process: 90
% 2.15/2.48  Current number of ordered equations: 0
% 2.15/2.48  Current number of rules: 287
% 2.15/2.48  New rule produced :
% 2.15/2.48  [302] theorem(or(A,or(not(or(B,or(C,X))),or(or(B,X),C)))) -> true
% 2.15/2.48  Current number of equations to process: 89
% 2.15/2.48  Current number of ordered equations: 0
% 2.15/2.48  Current number of rules: 288
% 2.15/2.48  New rule produced :
% 2.15/2.48  [303] theorem(or(not(or(A,or(B,or(C,X)))),or(A,or(or(B,X),C)))) -> true
% 2.15/2.48  Current number of equations to process: 90
% 2.15/2.48  Current number of ordered equations: 0
% 2.15/2.48  Current number of rules: 289
% 2.15/2.48  New rule produced :
% 2.15/2.48  [304] theorem(or(or(or(A,B),not(or(A,C))),not(or(not(C),B)))) -> true
% 2.15/2.48  Current number of equations to process: 94
% 2.15/2.48  Current number of ordered equations: 0
% 2.15/2.48  Current number of rules: 290
% 2.15/2.48  New rule produced :
% 2.15/2.48  [305] theorem(or(or(A,B),or(not(or(not(C),B)),not(or(A,C))))) -> true
% 2.15/2.48  Current number of equations to process: 93
% 2.15/2.48  Current number of ordered equations: 0
% 2.15/2.48  Current number of rules: 291
% 2.15/2.48  New rule produced :
% 2.15/2.48  [306] theorem(or(not(or(A,not(B))),or(or(C,A),not(or(C,B))))) -> true
% 2.15/2.48  Current number of equations to process: 93
% 2.15/2.48  Current number of ordered equations: 0
% 2.15/2.48  Current number of rules: 292
% 2.15/2.48  New rule produced :
% 2.15/2.48  [307] theorem(or(A,or(not(or(not(B),C)),or(or(X,C),not(or(X,B)))))) -> true
% 2.15/2.48  Current number of equations to process: 95
% 2.15/2.48  Current number of ordered equations: 0
% 2.15/2.48  Current number of rules: 293
% 2.15/2.48  New rule produced :
% 2.15/2.48  [308] theorem(or(or(or(not(or(A,B)),or(A,C)),not(or(not(B),C))),X)) -> true
% 2.15/2.48  Current number of equations to process: 97
% 2.15/2.48  Current number of ordered equations: 0
% 2.15/2.48  Current number of rules: 294
% 2.15/2.48  New rule produced :
% 2.15/2.48  [309] theorem(or(or(not(or(A,B)),or(A,C)),or(X,not(or(not(B),C))))) -> true
% 2.15/2.48  Current number of equations to process: 96
% 2.15/2.48  Current number of ordered equations: 0
% 2.15/2.48  Current number of rules: 295
% 2.15/2.48  New rule produced :
% 2.15/2.48  [310] ifeq(axiom(or(or(not(A),A),B)),true,true,true) -> true
% 2.27/2.64  Current number of equations to process: 97
% 2.27/2.64  Current number of ordered equations: 0
% 2.27/2.64  Current number of rules: 296
% 2.27/2.64  New rule produced : [311] theorem(or(A,or(or(not(B),B),C))) -> true
% 2.27/2.64  Current number of equations to process: 97
% 2.27/2.64  Current number of ordered equations: 0
% 2.27/2.64  Current number of rules: 297
% 2.27/2.64  New rule produced :
% 2.27/2.64  [312] ifeq(axiom(or(A,or(B,or(not(C),C)))),true,true,true) -> true
% 2.27/2.64  Current number of equations to process: 99
% 2.27/2.64  Current number of ordered equations: 0
% 2.27/2.64  Current number of rules: 298
% 2.27/2.64  New rule produced :
% 2.27/2.64  [313] theorem(or(not(or(A,B)),or(A,or(C,or(not(X),X))))) -> true
% 2.27/2.64  Current number of equations to process: 98
% 2.27/2.64  Current number of ordered equations: 0
% 2.27/2.64  Current number of rules: 299
% 2.27/2.64  New rule produced : [314] theorem(or(or(A,or(not(B),B)),C)) -> true
% 2.27/2.64  Current number of equations to process: 99
% 2.27/2.64  Current number of ordered equations: 0
% 2.27/2.64  Current number of rules: 300
% 2.27/2.64  New rule produced : [315] theorem(or(A,or(B,or(C,or(not(X),X))))) -> true
% 2.27/2.64  Rule [313] theorem(or(not(or(A,B)),or(A,or(C,or(not(X),X))))) -> true
% 2.27/2.64  collapsed.
% 2.27/2.64  Current number of equations to process: 98
% 2.27/2.64  Current number of ordered equations: 0
% 2.27/2.64  Current number of rules: 300
% 2.27/2.64  New rule produced :
% 2.27/2.64  [316] ifeq(axiom(or(not(or(or(not(A),A),B)),C)),true,theorem(C),true) -> true
% 2.27/2.64  Current number of equations to process: 97
% 2.27/2.64  Current number of ordered equations: 0
% 2.27/2.64  Current number of rules: 301
% 2.27/2.64  New rule produced :
% 2.27/2.64  [317] ifeq(axiom(or(or(not(or(A,B)),A),B)),true,true,true) -> true
% 2.27/2.64  Current number of equations to process: 98
% 2.27/2.64  Current number of ordered equations: 0
% 2.27/2.64  Current number of rules: 302
% 2.27/2.64  New rule produced : [318] theorem(or(A,or(or(not(or(B,C)),B),C))) -> true
% 2.27/2.64  Current number of equations to process: 98
% 2.27/2.64  Current number of ordered equations: 0
% 2.27/2.64  Current number of rules: 303
% 2.27/2.64  New rule produced :
% 2.27/2.64  [319] theorem(or(A,or(or(not(or(B,or(A,C))),B),C))) -> true
% 2.27/2.64  Current number of equations to process: 98
% 2.27/2.64  Current number of ordered equations: 0
% 2.27/2.64  Current number of rules: 304
% 2.27/2.64  New rule produced :
% 2.27/2.64  [320] ifeq(axiom(or(A,or(B,or(not(or(C,B)),C)))),true,true,true) -> true
% 2.27/2.64  Current number of equations to process: 100
% 2.27/2.64  Current number of ordered equations: 0
% 2.27/2.64  Current number of rules: 305
% 2.27/2.64  New rule produced : [321] theorem(or(or(A,or(not(or(B,A)),B)),C)) -> true
% 2.27/2.64  Current number of equations to process: 101
% 2.27/2.64  Current number of ordered equations: 0
% 2.27/2.64  Current number of rules: 306
% 2.27/2.64  New rule produced : [322] theorem(or(A,or(B,or(not(or(C,A)),C)))) -> true
% 2.27/2.64  Current number of equations to process: 101
% 2.27/2.64  Current number of ordered equations: 0
% 2.27/2.64  Current number of rules: 307
% 2.27/2.64  New rule produced :
% 2.27/2.64  [323] theorem(or(A,or(B,or(C,or(not(or(X,C)),X))))) -> true
% 2.27/2.64  Current number of equations to process: 100
% 2.27/2.64  Current number of ordered equations: 0
% 2.27/2.64  Current number of rules: 308
% 2.27/2.64  New rule produced :
% 2.27/2.64  [324] theorem(or(or(not(or(A,not(B))),A),not(or(B,B)))) -> true
% 2.27/2.64  Current number of equations to process: 103
% 2.27/2.64  Current number of ordered equations: 0
% 2.27/2.64  Current number of rules: 309
% 2.27/2.64  New rule produced :
% 2.27/2.64  [325] theorem(or(not(or(A,not(B))),or(not(or(B,B)),A))) -> true
% 2.27/2.64  Current number of equations to process: 103
% 2.27/2.64  Current number of ordered equations: 0
% 2.27/2.64  Current number of rules: 310
% 2.27/2.64  New rule produced :
% 2.27/2.64  [326] theorem(or(A,or(not(or(B,B)),or(not(or(C,not(B))),C)))) -> true
% 2.27/2.64  Current number of equations to process: 103
% 2.27/2.64  Current number of ordered equations: 0
% 2.27/2.64  Current number of rules: 311
% 2.27/2.64  New rule produced :
% 2.27/2.64  [327] theorem(or(or(not(or(A,not(or(B,C)))),A),not(C))) -> true
% 2.27/2.64  Current number of equations to process: 107
% 2.27/2.64  Current number of ordered equations: 0
% 2.27/2.64  Current number of rules: 312
% 2.27/2.64  New rule produced :
% 2.27/2.64  [328] theorem(or(not(or(A,not(or(B,C)))),or(not(C),A))) -> true
% 2.27/2.64  Current number of equations to process: 107
% 2.27/2.64  Current number of ordered equations: 0
% 2.27/2.64  Current number of rules: 313
% 2.27/2.64  New rule produced :
% 2.27/2.64  [329] theorem(or(A,or(not(B),or(not(or(C,not(or(X,B)))),C)))) -> true
% 2.27/2.64  Current number of equations to process: 109
% 2.27/2.64  Current number of ordered equations: 0
% 2.27/2.64  Current number of rules: 314
% 2.27/2.64  New rule produced :
% 2.27/2.64  [330] theorem(or(not(or(A,A)),or(not(or(B,not(or(C,A)))),B))) -> true
% 2.27/2.64  Current number of equations to process: 108
% 2.27/2.64  Current number of ordered equations: 0
% 2.27/2.64  Current number of rules: 315
% 2.45/2.82  New rule produced :
% 2.45/2.82  [331] theorem(or(not(A),or(not(or(B,not(or(C,or(X,A))))),B))) -> true
% 2.45/2.82  Current number of equations to process: 107
% 2.45/2.82  Current number of ordered equations: 0
% 2.45/2.82  Current number of rules: 316
% 2.45/2.82  New rule produced :
% 2.45/2.82  [332]
% 2.45/2.82  ifeq(axiom(or(not(or(A,or(B,or(not(C),C)))),X)),true,theorem(X),true) -> true
% 2.45/2.82  Current number of equations to process: 106
% 2.45/2.82  Current number of ordered equations: 0
% 2.45/2.82  Current number of rules: 317
% 2.45/2.82  New rule produced :
% 2.45/2.82  [333]
% 2.45/2.82  ifeq(axiom(or(not(or(or(not(or(A,B)),A),B)),C)),true,theorem(C),true) -> true
% 2.45/2.82  Current number of equations to process: 105
% 2.45/2.82  Current number of ordered equations: 0
% 2.45/2.82  Current number of rules: 318
% 2.45/2.82  New rule produced :
% 2.45/2.82  [334] theorem(or(not(or(A,or(B,B))),or(A,or(not(or(C,not(B))),C)))) -> true
% 2.45/2.82  Current number of equations to process: 104
% 2.45/2.82  Current number of ordered equations: 0
% 2.45/2.82  Current number of rules: 319
% 2.45/2.82  New rule produced :
% 2.45/2.82  [335] theorem(or(not(or(or(A,A),or(A,A))),or(not(or(B,not(A))),B))) -> true
% 2.45/2.82  Current number of equations to process: 103
% 2.45/2.82  Current number of ordered equations: 0
% 2.45/2.82  Current number of rules: 320
% 2.45/2.82  New rule produced :
% 2.45/2.82  [336] theorem(or(not(or(A,B)),or(A,or(not(or(C,not(or(X,B)))),C)))) -> true
% 2.45/2.82  Current number of equations to process: 102
% 2.45/2.82  Current number of ordered equations: 0
% 2.45/2.82  Current number of rules: 321
% 2.45/2.82  New rule produced :
% 2.45/2.82  [337] theorem(or(not(or(A,B)),or(not(or(C,not(or(X,or(B,A))))),C))) -> true
% 2.45/2.82  Current number of equations to process: 101
% 2.45/2.82  Current number of ordered equations: 0
% 2.45/2.82  Current number of rules: 322
% 2.45/2.82  New rule produced :
% 2.45/2.82  [338] theorem(or(or(A,or(not(or(B,not(C))),B)),not(or(A,C)))) -> true
% 2.45/2.82  Current number of equations to process: 107
% 2.45/2.82  Current number of ordered equations: 0
% 2.45/2.82  Current number of rules: 323
% 2.45/2.82  New rule produced :
% 2.45/2.82  [339] theorem(or(A,or(not(or(A,B)),or(not(or(C,not(B))),C)))) -> true
% 2.45/2.82  Current number of equations to process: 106
% 2.45/2.82  Current number of ordered equations: 0
% 2.45/2.82  Current number of rules: 324
% 2.45/2.82  New rule produced :
% 2.45/2.82  [340] theorem(or(not(or(A,B)),or(B,or(not(or(C,not(A))),C)))) -> true
% 2.45/2.82  Current number of equations to process: 106
% 2.45/2.82  Current number of ordered equations: 0
% 2.45/2.82  Current number of rules: 325
% 2.45/2.82  New rule produced :
% 2.45/2.82  [341] theorem(or(A,or(not(or(B,C)),or(B,or(not(or(X,not(C))),X))))) -> true
% 2.45/2.82  Current number of equations to process: 107
% 2.45/2.82  Current number of ordered equations: 0
% 2.45/2.82  Current number of rules: 326
% 2.45/2.82  New rule produced :
% 2.45/2.82  [342] theorem(or(not(A),or(not(or(B,not(or(A,C)))),B))) -> true
% 2.45/2.82  Current number of equations to process: 112
% 2.45/2.82  Current number of ordered equations: 0
% 2.45/2.82  Current number of rules: 327
% 2.45/2.82  New rule produced :
% 2.45/2.82  [343] theorem(or(or(not(or(A,not(or(B,C)))),A),not(or(C,B)))) -> true
% 2.45/2.82  Current number of equations to process: 111
% 2.45/2.82  Current number of ordered equations: 0
% 2.45/2.82  Current number of rules: 328
% 2.45/2.82  New rule produced :
% 2.45/2.82  [344] theorem(or(not(or(A,not(or(B,C)))),or(not(or(C,B)),A))) -> true
% 2.45/2.82  Current number of equations to process: 110
% 2.45/2.82  Current number of ordered equations: 0
% 2.45/2.82  Current number of rules: 329
% 2.45/2.82  New rule produced :
% 2.45/2.82  [345] theorem(or(A,or(or(not(or(or(B,C),or(B,C))),C),B))) -> true
% 2.45/2.82  Current number of equations to process: 113
% 2.45/2.82  Current number of ordered equations: 0
% 2.45/2.82  Current number of rules: 330
% 2.45/2.82  New rule produced :
% 2.45/2.82  [346] theorem(or(A,or(not(or(B,C)),or(not(or(X,not(or(C,B)))),X)))) -> true
% 2.45/2.82  Current number of equations to process: 115
% 2.45/2.82  Current number of ordered equations: 0
% 2.45/2.82  Current number of rules: 331
% 2.45/2.82  New rule produced :
% 2.45/2.82  [347]
% 2.45/2.82  ifeq(axiom(or(or(not(or(or(A,B),or(A,B))),B),A)),true,true,true) -> true
% 2.45/2.82  Current number of equations to process: 114
% 2.45/2.82  Current number of ordered equations: 0
% 2.45/2.82  Current number of rules: 332
% 2.45/2.82  New rule produced :
% 2.45/2.82  [348] theorem(or(or(A,or(not(or(or(A,B),or(A,B))),B)),C)) -> true
% 2.45/2.82  Current number of equations to process: 116
% 2.45/2.82  Current number of ordered equations: 0
% 2.45/2.82  Current number of rules: 333
% 2.45/2.82  New rule produced :
% 2.45/2.82  [349] theorem(or(A,or(B,or(not(or(or(A,C),or(A,C))),C)))) -> true
% 2.45/2.82  Current number of equations to process: 115
% 2.45/2.82  Current number of ordered equations: 0
% 2.45/2.82  Current number of rules: 334
% 2.45/2.82  New rule produced :
% 2.45/2.82  [350] theorem(or(A,or(or(not(or(B,or(C,X))),or(B,X)),C))) -> true
% 2.45/2.82  Current number of equations to process: 118
% 2.45/2.82  Current number of ordered equations: 0
% 2.45/2.82  Current number of rules: 335
% 2.45/2.82  New rule produced :
% 2.78/3.08  [351] theorem(or(A,or(B,or(C,or(not(or(or(C,X),or(C,X))),X))))) -> true
% 2.78/3.08  Current number of equations to process: 120
% 2.78/3.08  Current number of ordered equations: 0
% 2.78/3.08  Current number of rules: 336
% 2.78/3.08  New rule produced :
% 2.78/3.08  [352]
% 2.78/3.08  ifeq(axiom(or(or(not(or(A,or(B,C))),or(A,C)),B)),true,true,true) -> true
% 2.78/3.08  Current number of equations to process: 119
% 2.78/3.08  Current number of ordered equations: 0
% 2.78/3.08  Current number of rules: 337
% 2.78/3.08  New rule produced :
% 2.78/3.08  [353] theorem(or(A,or(or(not(or(B,or(or(A,C),X))),or(B,X)),C))) -> true
% 2.78/3.08  Current number of equations to process: 118
% 2.78/3.08  Current number of ordered equations: 0
% 2.78/3.08  Current number of rules: 338
% 2.78/3.08  New rule produced :
% 2.78/3.08  [354] theorem(or(or(A,or(not(or(B,or(A,C))),or(B,C))),X)) -> true
% 2.78/3.08  Current number of equations to process: 120
% 2.78/3.08  Current number of ordered equations: 0
% 2.78/3.08  Current number of rules: 339
% 2.78/3.08  New rule produced :
% 2.78/3.08  [355] theorem(or(A,or(B,or(not(or(C,or(A,X))),or(C,X))))) -> true
% 2.78/3.08  Current number of equations to process: 119
% 2.78/3.08  Current number of ordered equations: 0
% 2.78/3.08  Current number of rules: 340
% 2.78/3.08  New rule produced :
% 2.78/3.08  [356] theorem(or(A,or(B,or(C,or(not(or(X,or(C,Y))),or(X,Y)))))) -> true
% 2.78/3.08  Current number of equations to process: 120
% 2.78/3.08  Current number of ordered equations: 0
% 2.78/3.08  Current number of rules: 341
% 2.78/3.08  New rule produced :
% 2.78/3.08  [357] theorem(or(or(not(or(A,or(not(B),C))),or(A,C)),not(or(B,B)))) -> true
% 2.78/3.08  Current number of equations to process: 127
% 2.78/3.08  Current number of ordered equations: 0
% 2.78/3.08  Current number of rules: 342
% 2.78/3.08  New rule produced :
% 2.78/3.08  [358] theorem(or(not(or(A,or(not(B),C))),or(not(or(B,B)),or(A,C)))) -> true
% 2.78/3.08  Current number of equations to process: 126
% 2.78/3.08  Current number of ordered equations: 0
% 2.78/3.08  Current number of rules: 343
% 2.78/3.08  New rule produced :
% 2.78/3.08  [359] theorem(or(or(not(or(A,or(not(or(B,C)),X))),or(A,X)),not(C))) -> true
% 2.78/3.08  Current number of equations to process: 134
% 2.78/3.08  Current number of ordered equations: 0
% 2.78/3.08  Current number of rules: 344
% 2.78/3.08  New rule produced :
% 2.78/3.08  [360] theorem(or(not(or(A,or(not(or(B,C)),X))),or(not(C),or(A,X)))) -> true
% 2.78/3.08  Current number of equations to process: 133
% 2.78/3.08  Current number of ordered equations: 0
% 2.78/3.08  Current number of rules: 345
% 2.78/3.08  New rule produced :
% 2.78/3.08  [361] theorem(or(A,or(or(not(or(not(B),C)),or(X,C)),not(or(X,B))))) -> true
% 2.78/3.08  Current number of equations to process: 137
% 2.78/3.08  Current number of ordered equations: 0
% 2.78/3.08  Current number of rules: 346
% 2.78/3.08  New rule produced :
% 2.78/3.08  [362] theorem(or(or(not(or(not(A),B)),or(C,B)),not(or(A,C)))) -> true
% 2.78/3.08  Current number of equations to process: 141
% 2.78/3.08  Current number of ordered equations: 0
% 2.78/3.08  Current number of rules: 347
% 2.78/3.08  New rule produced :
% 2.78/3.08  [363] theorem(or(not(or(not(A),B)),or(not(or(A,C)),or(C,B)))) -> true
% 2.78/3.08  Current number of equations to process: 140
% 2.78/3.08  Current number of ordered equations: 0
% 2.78/3.08  Current number of rules: 348
% 2.78/3.08  New rule produced :
% 2.78/3.08  [364] theorem(or(A,or(not(or(B,C)),or(not(or(not(B),X)),or(C,X))))) -> true
% 2.78/3.08  Current number of equations to process: 141
% 2.78/3.08  Current number of ordered equations: 0
% 2.78/3.08  Current number of rules: 349
% 2.78/3.08  New rule produced :
% 2.78/3.08  [365] theorem(or(not(or(A,or(B,B))),or(C,or(A,B)))) -> true
% 2.78/3.08  Current number of equations to process: 146
% 2.78/3.08  Current number of ordered equations: 0
% 2.78/3.08  Current number of rules: 350
% 2.78/3.08  New rule produced :
% 2.78/3.08  [366] theorem(or(or(A,or(B,C)),not(or(A,or(B,or(C,C)))))) -> true
% 2.78/3.08  Current number of equations to process: 145
% 2.78/3.08  Current number of ordered equations: 0
% 2.78/3.08  Current number of rules: 351
% 2.78/3.08  New rule produced :
% 2.78/3.08  [367] theorem(or(A,or(not(or(A,or(B,or(C,C)))),or(B,C)))) -> true
% 2.78/3.08  Current number of equations to process: 144
% 2.78/3.08  Current number of ordered equations: 0
% 2.78/3.08  Current number of rules: 352
% 2.78/3.08  New rule produced :
% 2.78/3.08  [368] theorem(or(not(or(or(A,or(B,B)),C)),or(C,or(A,B)))) -> true
% 2.78/3.08  Current number of equations to process: 144
% 2.78/3.08  Current number of ordered equations: 0
% 2.78/3.08  Current number of rules: 353
% 2.78/3.08  New rule produced :
% 2.78/3.08  [369] ifeq(axiom(or(or(A,B),not(or(A,or(B,B))))),true,true,true) -> true
% 2.78/3.08  Current number of equations to process: 145
% 2.78/3.08  Current number of ordered equations: 0
% 2.78/3.08  Current number of rules: 354
% 2.78/3.08  New rule produced :
% 2.78/3.08  [370] theorem(or(A,or(or(B,C),not(or(B,or(C,C)))))) -> true
% 2.78/3.08  Current number of equations to process: 145
% 2.78/3.08  Current number of ordered equations: 0
% 2.78/3.08  Current number of rules: 355
% 2.78/3.08  New rule produced :
% 2.78/3.08  [371] ifeq(axiom(or(A,or(not(or(A,or(B,B))),B))),true,true,true) -> true
% 2.95/3.26  Current number of equations to process: 147
% 2.95/3.26  Current number of ordered equations: 0
% 2.95/3.26  Current number of rules: 356
% 2.95/3.26  New rule produced : [372] theorem(or(or(not(or(A,or(B,B))),B),A)) -> true
% 2.95/3.26  Current number of equations to process: 149
% 2.95/3.26  Current number of ordered equations: 0
% 2.95/3.26  Current number of rules: 357
% 2.95/3.26  New rule produced :
% 2.95/3.26  [373] theorem(or(A,or(B,or(not(or(B,or(C,C))),C)))) -> true
% 2.95/3.26  Current number of equations to process: 150
% 2.95/3.26  Current number of ordered equations: 0
% 2.95/3.26  Current number of rules: 358
% 2.95/3.26  New rule produced :
% 2.95/3.26  [374] theorem(or(not(or(A,A)),or(not(or(not(A),or(B,B))),B))) -> true
% 2.95/3.26  Current number of equations to process: 153
% 2.95/3.26  Current number of ordered equations: 0
% 2.95/3.26  Current number of rules: 359
% 2.95/3.26  New rule produced :
% 2.95/3.26  [375] theorem(or(not(A),or(not(or(not(or(B,A)),or(C,C))),C))) -> true
% 2.95/3.26  Current number of equations to process: 152
% 2.95/3.26  Current number of ordered equations: 0
% 2.95/3.26  Current number of rules: 360
% 2.95/3.26  New rule produced :
% 2.95/3.26  [376] theorem(or(or(not(or(A,or(B,B))),or(A,B)),C)) -> true
% 2.95/3.26  Current number of equations to process: 153
% 2.95/3.26  Current number of ordered equations: 0
% 2.95/3.26  Current number of rules: 361
% 2.95/3.26  New rule produced :
% 2.95/3.26  [377] theorem(or(A,or(B,or(not(or(C,or(X,X))),or(C,X))))) -> true
% 2.95/3.26  Current number of equations to process: 152
% 2.95/3.26  Current number of ordered equations: 0
% 2.95/3.26  Current number of rules: 362
% 2.95/3.26  New rule produced :
% 2.95/3.26  [378] theorem(or(not(or(A,or(or(B,B),C))),or(A,or(C,B)))) -> true
% 2.95/3.26  Current number of equations to process: 153
% 2.95/3.26  Current number of ordered equations: 0
% 2.95/3.26  Current number of rules: 363
% 2.95/3.26  New rule produced : [379] theorem(or(or(A,B),not(or(or(B,B),A)))) -> true
% 2.95/3.26  Current number of equations to process: 155
% 2.95/3.26  Current number of ordered equations: 0
% 2.95/3.26  Current number of rules: 364
% 2.95/3.26  New rule produced : [380] theorem(or(A,or(not(or(or(B,B),A)),B))) -> true
% 2.95/3.26  Current number of equations to process: 155
% 2.95/3.26  Current number of ordered equations: 0
% 2.95/3.26  Current number of rules: 365
% 2.95/3.26  New rule produced :
% 2.95/3.26  [381] theorem(or(A,or(not(or(or(B,B),C)),or(C,B)))) -> true
% 2.95/3.26  Current number of equations to process: 155
% 2.95/3.26  Current number of ordered equations: 0
% 2.95/3.26  Current number of rules: 366
% 2.95/3.26  New rule produced :
% 2.95/3.26  [382] theorem(or(A,or(not(or(B,or(C,or(X,X)))),or(B,or(C,X))))) -> true
% 2.95/3.26  Current number of equations to process: 156
% 2.95/3.26  Current number of ordered equations: 0
% 2.95/3.26  Current number of rules: 367
% 2.95/3.26  New rule produced :
% 2.95/3.26  [383] theorem(or(not(or(A,B)),or(A,or(not(or(not(B),or(C,C))),C)))) -> true
% 2.95/3.26  Current number of equations to process: 155
% 2.95/3.26  Current number of ordered equations: 0
% 2.95/3.26  Current number of rules: 368
% 2.95/3.26  New rule produced :
% 2.95/3.26  [384] theorem(or(not(or(A,B)),or(not(or(not(or(B,A)),or(C,C))),C))) -> true
% 2.95/3.26  Current number of equations to process: 154
% 2.95/3.26  Current number of ordered equations: 0
% 2.95/3.26  Current number of rules: 369
% 2.95/3.26  New rule produced :
% 2.95/3.26  [385]
% 2.95/3.26  ifeq(axiom(or(A,or(not(or(B,or(C,C))),or(B,C)))),true,true,true) -> true
% 2.95/3.26  Current number of equations to process: 153
% 2.95/3.26  Current number of ordered equations: 0
% 2.95/3.26  Current number of rules: 370
% 2.95/3.26  New rule produced :
% 2.95/3.26  [386] theorem(or(not(or(or(or(A,A),B),or(or(A,A),B))),or(B,A))) -> true
% 2.95/3.26  Current number of equations to process: 152
% 2.95/3.26  Current number of ordered equations: 0
% 2.95/3.26  Current number of rules: 371
% 2.95/3.26  New rule produced :
% 2.95/3.26  [387] theorem(or(or(A,or(B,or(C,X))),not(or(A,or(B,X))))) -> true
% 2.95/3.26  Current number of equations to process: 156
% 2.95/3.26  Current number of ordered equations: 0
% 2.95/3.26  Current number of rules: 372
% 2.95/3.26  New rule produced :
% 2.95/3.26  [388] theorem(or(A,or(not(or(A,or(B,C))),or(B,or(X,C))))) -> true
% 2.95/3.26  Current number of equations to process: 155
% 2.95/3.26  Current number of ordered equations: 0
% 2.95/3.26  Current number of rules: 373
% 2.95/3.26  New rule produced :
% 2.95/3.26  [389] theorem(or(not(or(or(A,B),C)),or(C,or(A,or(X,B))))) -> true
% 2.95/3.26  Current number of equations to process: 155
% 2.95/3.26  Current number of ordered equations: 0
% 2.95/3.26  Current number of rules: 374
% 2.95/3.26  New rule produced :
% 2.95/3.26  [390] ifeq(axiom(or(or(A,or(B,C)),not(or(A,C)))),true,true,true) -> true
% 2.95/3.26  Current number of equations to process: 156
% 2.95/3.26  Current number of ordered equations: 0
% 2.95/3.26  Current number of rules: 375
% 2.95/3.26  New rule produced :
% 2.95/3.26  [391] theorem(or(A,or(or(B,or(C,X)),not(or(B,X))))) -> true
% 2.95/3.26  Current number of equations to process: 156
% 2.95/3.26  Current number of ordered equations: 0
% 2.95/3.26  Current number of rules: 376
% 3.23/3.51  New rule produced :
% 3.23/3.51  [392] ifeq(axiom(or(A,or(not(or(A,B)),or(C,B)))),true,true,true) -> true
% 3.23/3.51  Current number of equations to process: 158
% 3.23/3.51  Current number of ordered equations: 0
% 3.23/3.51  Current number of rules: 377
% 3.23/3.51  New rule produced : [393] theorem(or(or(not(or(A,B)),or(C,B)),A)) -> true
% 3.23/3.51  Current number of equations to process: 160
% 3.23/3.51  Current number of ordered equations: 0
% 3.23/3.51  Current number of rules: 378
% 3.23/3.51  New rule produced :
% 3.23/3.51  [394] theorem(or(A,or(B,or(not(or(B,C)),or(X,C))))) -> true
% 3.23/3.51  Current number of equations to process: 161
% 3.23/3.51  Current number of ordered equations: 0
% 3.23/3.51  Current number of rules: 379
% 3.23/3.51  New rule produced :
% 3.23/3.51  [395] theorem(or(not(or(A,A)),or(not(or(not(A),B)),or(C,B)))) -> true
% 3.23/3.51  Current number of equations to process: 164
% 3.23/3.51  Current number of ordered equations: 0
% 3.23/3.51  Current number of rules: 380
% 3.23/3.51  New rule produced :
% 3.23/3.51  [396] theorem(or(not(A),or(not(or(not(or(B,A)),C)),or(X,C)))) -> true
% 3.23/3.51  Current number of equations to process: 163
% 3.23/3.51  Current number of ordered equations: 0
% 3.23/3.51  Current number of rules: 381
% 3.23/3.51  New rule produced :
% 3.23/3.51  [397] theorem(or(or(not(or(A,B)),or(A,or(C,B))),X)) -> true
% 3.23/3.51  Current number of equations to process: 164
% 3.23/3.51  Current number of ordered equations: 0
% 3.23/3.51  Current number of rules: 382
% 3.23/3.51  New rule produced :
% 3.23/3.51  [398] theorem(or(A,or(B,or(not(or(C,X)),or(C,or(Y,X)))))) -> true
% 3.23/3.51  Current number of equations to process: 163
% 3.23/3.51  Current number of ordered equations: 0
% 3.23/3.51  Current number of rules: 383
% 3.23/3.51  New rule produced :
% 3.23/3.51  [399] theorem(or(not(or(A,or(B,C))),or(A,or(C,or(X,B))))) -> true
% 3.23/3.51  Current number of equations to process: 164
% 3.23/3.51  Current number of ordered equations: 0
% 3.23/3.51  Current number of rules: 384
% 3.23/3.51  New rule produced : [400] theorem(or(or(A,or(B,C)),not(or(C,A)))) -> true
% 3.23/3.51  Current number of equations to process: 166
% 3.23/3.51  Current number of ordered equations: 0
% 3.23/3.51  Current number of rules: 385
% 3.23/3.51  New rule produced : [401] theorem(or(A,or(not(or(B,A)),or(C,B)))) -> true
% 3.23/3.51  Current number of equations to process: 166
% 3.23/3.51  Current number of ordered equations: 0
% 3.23/3.51  Current number of rules: 386
% 3.23/3.51  New rule produced :
% 3.23/3.51  [402] theorem(or(A,or(not(or(B,C)),or(C,or(X,B))))) -> true
% 3.23/3.51  Current number of equations to process: 166
% 3.23/3.51  Current number of ordered equations: 0
% 3.23/3.51  Current number of rules: 387
% 3.23/3.51  New rule produced :
% 3.23/3.51  [403] theorem(or(not(or(or(A,B),or(A,B))),or(B,or(C,A)))) -> true
% 3.23/3.51  Current number of equations to process: 165
% 3.23/3.51  Current number of ordered equations: 0
% 3.23/3.51  Current number of rules: 388
% 3.23/3.51  New rule produced :
% 3.23/3.51  [404] theorem(or(A,or(not(or(B,or(C,X))),or(B,or(C,or(Y,X)))))) -> true
% 3.23/3.51  Current number of equations to process: 166
% 3.23/3.51  Current number of ordered equations: 0
% 3.23/3.51  Current number of rules: 389
% 3.23/3.51  New rule produced :
% 3.23/3.51  [405] theorem(or(not(or(A,B)),or(A,or(not(or(not(B),C)),or(X,C))))) -> true
% 3.23/3.51  Current number of equations to process: 165
% 3.23/3.51  Current number of ordered equations: 0
% 3.23/3.51  Current number of rules: 390
% 3.23/3.51  New rule produced :
% 3.23/3.51  [406] theorem(or(not(or(A,B)),or(not(or(not(or(B,A)),C)),or(X,C)))) -> true
% 3.23/3.51  Current number of equations to process: 164
% 3.23/3.51  Current number of ordered equations: 0
% 3.23/3.51  Current number of rules: 391
% 3.23/3.51  New rule produced :
% 3.23/3.51  [407]
% 3.23/3.51  ifeq(axiom(or(A,or(not(or(B,C)),or(B,or(X,C))))),true,true,true) -> true
% 3.23/3.51  Current number of equations to process: 163
% 3.23/3.51  Current number of ordered equations: 0
% 3.23/3.51  Current number of rules: 392
% 3.23/3.51  New rule produced :
% 3.23/3.51  [408] theorem(or(or(A,or(B,C)),not(or(or(A,C),or(A,C))))) -> true
% 3.23/3.51  Current number of equations to process: 167
% 3.23/3.51  Current number of ordered equations: 0
% 3.23/3.51  Current number of rules: 393
% 3.23/3.51  New rule produced :
% 3.23/3.51  [409] theorem(or(A,or(not(or(or(A,B),or(A,B))),or(C,B)))) -> true
% 3.23/3.51  Current number of equations to process: 166
% 3.23/3.51  Current number of ordered equations: 0
% 3.23/3.51  Current number of rules: 394
% 3.23/3.51  New rule produced :
% 3.23/3.51  [410] theorem(or(A,or(or(B,or(C,X)),not(or(B,or(X,C)))))) -> true
% 3.23/3.51  Current number of equations to process: 168
% 3.23/3.51  Current number of ordered equations: 0
% 3.23/3.51  Current number of rules: 395
% 3.23/3.51  New rule produced :
% 3.23/3.51  [411] theorem(or(or(not(or(A,or(B,C))),or(C,B)),A)) -> true
% 3.23/3.51  Current number of equations to process: 173
% 3.23/3.51  Current number of ordered equations: 0
% 3.23/3.51  Current number of rules: 396
% 3.23/3.51  New rule produced :
% 3.23/3.51  [412] theorem(or(A,or(B,or(not(or(B,or(C,X))),or(X,C))))) -> true
% 3.23/3.51  Current number of equations to process: 175
% 3.52/3.78  Current number of ordered equations: 0
% 3.52/3.78  Current number of rules: 397
% 3.52/3.78  New rule produced :
% 3.52/3.78  [413] theorem(or(or(A,or(B,C)),not(or(or(C,B),A)))) -> true
% 3.52/3.78  Current number of equations to process: 179
% 3.52/3.78  Current number of ordered equations: 0
% 3.52/3.78  Current number of rules: 398
% 3.52/3.78  New rule produced :
% 3.52/3.78  [414] theorem(or(A,or(not(or(or(B,C),A)),or(C,B)))) -> true
% 3.52/3.78  Current number of equations to process: 179
% 3.52/3.78  Current number of ordered equations: 0
% 3.52/3.78  Current number of rules: 399
% 3.52/3.78  New rule produced :
% 3.52/3.78  [415] theorem(or(A,or(not(or(or(B,C),X)),or(X,or(C,B))))) -> true
% 3.52/3.78  Current number of equations to process: 179
% 3.52/3.78  Current number of ordered equations: 0
% 3.52/3.78  Current number of rules: 400
% 3.52/3.78  New rule produced :
% 3.52/3.78  [416] theorem(or(A,or(not(or(or(B,C),or(B,C))),or(B,or(X,C))))) -> true
% 3.52/3.78  Current number of equations to process: 181
% 3.52/3.78  Current number of ordered equations: 0
% 3.52/3.78  Current number of rules: 401
% 3.52/3.78  New rule produced :
% 3.52/3.78  [417]
% 3.52/3.78  ifeq(axiom(or(or(A,or(B,C)),not(or(A,or(C,B))))),true,true,true) -> true
% 3.52/3.78  Current number of equations to process: 180
% 3.52/3.78  Current number of ordered equations: 0
% 3.52/3.78  Current number of rules: 402
% 3.52/3.78  New rule produced :
% 3.52/3.78  [418]
% 3.52/3.78  ifeq(axiom(or(A,or(not(or(A,or(B,C))),or(C,B)))),true,true,true) -> true
% 3.52/3.78  Current number of equations to process: 179
% 3.52/3.78  Current number of ordered equations: 0
% 3.52/3.78  Current number of rules: 403
% 3.52/3.78  New rule produced :
% 3.52/3.78  [419] theorem(or(not(or(A,A)),or(not(or(not(A),or(B,C))),or(C,B)))) -> true
% 3.52/3.78  Current number of equations to process: 178
% 3.52/3.78  Current number of ordered equations: 0
% 3.52/3.78  Current number of rules: 404
% 3.52/3.78  New rule produced :
% 3.52/3.78  [420] theorem(or(not(A),or(not(or(not(or(B,A)),or(C,X))),or(X,C)))) -> true
% 3.52/3.78  Current number of equations to process: 177
% 3.52/3.78  Current number of ordered equations: 0
% 3.52/3.78  Current number of rules: 405
% 3.52/3.78  New rule produced :
% 3.52/3.78  [421] theorem(or(not(or(A,or(or(B,C),X))),or(A,or(X,or(C,B))))) -> true
% 3.52/3.78  Current number of equations to process: 176
% 3.52/3.78  Current number of ordered equations: 0
% 3.52/3.78  Current number of rules: 406
% 3.52/3.78  New rule produced :
% 3.52/3.78  [422] theorem(or(or(not(or(A,or(B,C))),or(A,or(C,B))),X)) -> true
% 3.52/3.78  Current number of equations to process: 178
% 3.52/3.78  Current number of ordered equations: 0
% 3.52/3.78  Current number of rules: 407
% 3.52/3.78  New rule produced :
% 3.52/3.78  [423] theorem(or(not(or(A,or(B,C))),or(X,or(A,or(C,B))))) -> true
% 3.52/3.78  Current number of equations to process: 177
% 3.52/3.78  Current number of ordered equations: 0
% 3.52/3.78  Current number of rules: 408
% 3.52/3.78  New rule produced :
% 3.52/3.78  [424] theorem(or(A,or(B,or(not(or(C,or(X,Y))),or(C,or(Y,X)))))) -> true
% 3.52/3.78  Current number of equations to process: 179
% 3.52/3.78  Current number of ordered equations: 0
% 3.52/3.78  Current number of rules: 409
% 3.52/3.78  New rule produced :
% 3.52/3.78  [425] theorem(or(or(not(or(A,B)),or(not(or(not(B),C)),or(A,C))),X)) -> true
% 3.52/3.78  Current number of equations to process: 179
% 3.52/3.78  Current number of ordered equations: 0
% 3.52/3.78  Current number of rules: 410
% 3.52/3.78  New rule produced :
% 3.52/3.78  [426] theorem(or(not(or(A,B)),or(C,or(not(or(not(B),X)),or(A,X))))) -> true
% 3.52/3.78  Current number of equations to process: 178
% 3.52/3.78  Current number of ordered equations: 0
% 3.52/3.78  Current number of rules: 411
% 3.52/3.78  New rule produced :
% 3.52/3.78  [427] theorem(or(or(A,B),not(or(or(A,or(B,B)),or(A,or(B,B)))))) -> true
% 3.52/3.78  Current number of equations to process: 184
% 3.52/3.78  Current number of ordered equations: 0
% 3.52/3.78  Current number of rules: 412
% 3.52/3.78  New rule produced :
% 3.52/3.78  [428] theorem(or(A,or(not(or(or(A,or(B,B)),or(A,or(B,B)))),B))) -> true
% 3.52/3.78  Current number of equations to process: 183
% 3.52/3.78  Current number of ordered equations: 0
% 3.52/3.78  Current number of rules: 413
% 3.52/3.78  New rule produced :
% 3.52/3.78  [429] theorem(or(or(A,or(B,or(C,X))),not(or(A,or(B,or(X,C)))))) -> true
% 3.52/3.78  Current number of equations to process: 190
% 3.52/3.78  Current number of ordered equations: 0
% 3.52/3.78  Current number of rules: 414
% 3.52/3.78  New rule produced :
% 3.52/3.78  [430] theorem(or(A,or(not(or(A,or(B,or(C,X)))),or(B,or(X,C))))) -> true
% 3.52/3.78  Current number of equations to process: 189
% 3.52/3.78  Current number of ordered equations: 0
% 3.52/3.78  Current number of rules: 415
% 3.52/3.78  New rule produced :
% 3.52/3.78  [431] theorem(or(not(or(or(A,or(B,C)),X)),or(X,or(A,or(C,B))))) -> true
% 3.52/3.78  Current number of equations to process: 188
% 3.52/3.78  Current number of ordered equations: 0
% 3.52/3.78  Current number of rules: 416
% 3.52/3.78  New rule produced :
% 3.52/3.78  [432] theorem(or(not(or(or(A,or(B,C)),or(A,or(B,C)))),or(or(A,C),B))) -> true
% 3.52/3.78  Current number of equations to process: 189
% 3.52/3.78  Current number of ordered equations: 0
% 3.63/3.90  Current number of rules: 417
% 3.63/3.90  New rule produced :
% 3.63/3.90  [433]
% 3.63/3.90  theorem(or(not(or(A,or(not(B),C))),or(A,or(or(X,C),not(or(X,B)))))) -> true
% 3.63/3.90  Current number of equations to process: 188
% 3.63/3.90  Current number of ordered equations: 0
% 3.63/3.90  Current number of rules: 418
% 3.63/3.90  New rule produced :
% 3.63/3.90  [434]
% 3.63/3.90  theorem(or(A,or(B,or(or(not(or(C,X)),or(C,Y)),not(or(not(X),Y)))))) -> true
% 3.63/3.90  Current number of equations to process: 187
% 3.63/3.90  Current number of ordered equations: 0
% 3.63/3.90  Current number of rules: 419
% 3.63/3.90  New rule produced :
% 3.63/3.90  [435]
% 3.63/3.90  ifeq(axiom(or(not(or(A,or(B,or(not(or(C,B)),C)))),X)),true,theorem(X),true)
% 3.63/3.90  -> true
% 3.63/3.90  Current number of equations to process: 186
% 3.63/3.90  Current number of ordered equations: 0
% 3.63/3.90  Current number of rules: 420
% 3.63/3.90  New rule produced :
% 3.63/3.90  [436]
% 3.63/3.90  theorem(or(not(or(A,or(B,C))),or(A,or(B,or(not(or(X,not(C))),X))))) -> true
% 3.63/3.90  Current number of equations to process: 185
% 3.63/3.90  Current number of ordered equations: 0
% 3.63/3.90  Current number of rules: 421
% 3.63/3.90  New rule produced :
% 3.63/3.90  [437]
% 3.63/3.90  theorem(or(not(or(or(A,B),or(A,B))),or(A,or(not(or(C,not(B))),C)))) -> true
% 3.63/3.90  Current number of equations to process: 184
% 3.63/3.90  Current number of ordered equations: 0
% 3.63/3.90  Current number of rules: 422
% 3.63/3.90  New rule produced :
% 3.63/3.90  [438]
% 3.63/3.90  theorem(or(not(or(A,or(B,C))),or(A,or(not(or(X,not(or(C,B)))),X)))) -> true
% 3.63/3.90  Current number of equations to process: 183
% 3.63/3.90  Current number of ordered equations: 0
% 3.63/3.90  Current number of rules: 423
% 3.63/3.90  New rule produced :
% 3.63/3.90  [439]
% 3.63/3.90  theorem(or(not(or(or(A,B),or(A,B))),or(not(or(C,not(or(B,A)))),C))) -> true
% 3.63/3.90  Current number of equations to process: 182
% 3.63/3.90  Current number of ordered equations: 0
% 3.63/3.90  Current number of rules: 424
% 3.63/3.90  New rule produced :
% 3.63/3.90  [440] theorem(or(A,or(or(not(or(or(or(A,B),C),or(or(A,B),C))),C),B))) -> true
% 3.63/3.90  Current number of equations to process: 181
% 3.63/3.90  Current number of ordered equations: 0
% 3.63/3.90  Current number of rules: 425
% 3.63/3.90  New rule produced :
% 3.63/3.90  [441]
% 3.63/3.90  ifeq(axiom(or(A,or(B,or(not(or(or(B,C),or(B,C))),C)))),true,true,true) ->
% 3.63/3.90  true
% 3.63/3.90  Current number of equations to process: 180
% 3.63/3.90  Current number of ordered equations: 0
% 3.63/3.90  Current number of rules: 426
% 3.63/3.90  New rule produced :
% 3.63/3.90  [442]
% 3.63/3.90  ifeq(axiom(or(A,or(B,or(not(or(C,or(B,X))),or(C,X))))),true,true,true) ->
% 3.63/3.90  true
% 3.63/3.90  Current number of equations to process: 179
% 3.63/3.90  Current number of ordered equations: 0
% 3.63/3.90  Current number of rules: 427
% 3.63/3.90  New rule produced :
% 3.63/3.90  [443]
% 3.63/3.90  theorem(or(A,or(or(not(or(not(B),C)),or(not(or(X,B)),or(X,C))),Y))) -> true
% 3.63/3.90  Current number of equations to process: 178
% 3.63/3.90  Current number of ordered equations: 0
% 3.63/3.90  Current number of rules: 428
% 3.63/3.90  New rule produced :
% 3.63/3.90  [444]
% 3.63/3.90  theorem(or(A,or(not(or(B,B)),or(not(or(C,or(not(B),X))),or(C,X))))) -> true
% 3.63/3.90  Current number of equations to process: 177
% 3.63/3.90  Current number of ordered equations: 0
% 3.63/3.90  Current number of rules: 429
% 3.63/3.90  New rule produced :
% 3.63/3.90  [445]
% 3.63/3.90  theorem(or(A,or(not(B),or(not(or(C,or(not(or(X,B)),Y))),or(C,Y))))) -> true
% 3.63/3.90  Current number of equations to process: 176
% 3.63/3.90  Current number of ordered equations: 0
% 3.63/3.90  Current number of rules: 430
% 3.63/3.90  New rule produced :
% 3.63/3.90  [446]
% 3.63/3.90  theorem(or(not(or(A,A)),or(not(or(B,or(not(or(C,A)),X))),or(B,X)))) -> true
% 3.63/3.90  Current number of equations to process: 175
% 3.63/3.90  Current number of ordered equations: 0
% 3.63/3.90  Current number of rules: 431
% 3.63/3.90  New rule produced :
% 3.63/3.90  [447]
% 3.63/3.90  theorem(or(not(A),or(not(or(B,or(not(or(C,or(X,A))),Y))),or(B,Y)))) -> true
% 3.63/3.90  Current number of equations to process: 174
% 3.63/3.90  Current number of ordered equations: 0
% 3.63/3.90  Current number of rules: 432
% 3.63/3.90  New rule produced :
% 3.63/3.90  [448]
% 3.63/3.90  ifeq(axiom(or(or(not(or(not(A),B)),or(C,B)),not(or(C,A)))),true,true,true) ->
% 3.63/3.90  true
% 3.63/3.90  Current number of equations to process: 173
% 3.63/3.90  Current number of ordered equations: 0
% 3.63/3.90  Current number of rules: 433
% 3.63/3.90  New rule produced :
% 3.63/3.90  [449]
% 3.63/3.90  theorem(or(not(or(A,or(B,C))),or(A,or(not(or(not(B),X)),or(C,X))))) -> true
% 3.63/3.90  Current number of equations to process: 172
% 3.63/3.90  Current number of ordered equations: 0
% 3.63/3.90  Current number of rules: 434
% 3.63/3.90  New rule produced :
% 3.63/3.90  [450]
% 3.63/3.90  theorem(or(not(or(or(A,B),or(A,B))),or(not(or(not(A),C)),or(B,C)))) -> true
% 3.63/3.90  Current number of equations to process: 171
% 3.63/3.90  Current number of ordered equations: 0
% 3.63/3.90  Current number of rules: 435
% 3.63/3.90  New rule produced :
% 3.63/3.90  [451] theorem(or(not(or(A,or(B,or(C,or(X,X))))),or(A,or(B,or(C,X))))) -> true
% 3.63/3.90  Current number of equations to process: 170
% 3.63/3.90  Current number of ordered equations: 0
% 3.75/4.06  Current number of rules: 436
% 3.75/4.06  New rule produced :
% 3.75/4.06  [452]
% 3.75/4.06  ifeq(axiom(or(not(or(or(A,B),not(or(A,or(B,B))))),C)),true,theorem(C),true)
% 3.75/4.06  -> true
% 3.75/4.06  Current number of equations to process: 169
% 3.75/4.06  Current number of ordered equations: 0
% 3.75/4.06  Current number of rules: 437
% 3.75/4.06  New rule produced :
% 3.75/4.06  [453]
% 3.75/4.06  ifeq(axiom(or(not(or(A,or(not(or(A,or(B,B))),B))),C)),true,theorem(C),true)
% 3.75/4.06  -> true
% 3.75/4.06  Current number of equations to process: 168
% 3.75/4.06  Current number of ordered equations: 0
% 3.75/4.06  Current number of rules: 438
% 3.75/4.06  New rule produced :
% 3.75/4.06  [454]
% 3.75/4.06  ifeq(axiom(or(not(or(not(or(or(A,A),B)),or(B,A))),C)),true,theorem(C),true)
% 3.75/4.06  -> true
% 3.75/4.06  Current number of equations to process: 167
% 3.75/4.06  Current number of ordered equations: 0
% 3.75/4.06  Current number of rules: 439
% 3.75/4.06  New rule produced :
% 3.75/4.06  [455]
% 3.75/4.06  ifeq(axiom(or(not(A),or(or(B,B),C))),true,theorem(or(not(A),or(C,B))),true)
% 3.75/4.06  -> true
% 3.75/4.06  Current number of equations to process: 166
% 3.75/4.06  Current number of ordered equations: 0
% 3.75/4.06  Current number of rules: 440
% 3.75/4.06  New rule produced :
% 3.75/4.06  [456] theorem(or(not(or(A,or(B,or(C,X)))),or(A,or(B,or(C,or(Y,X)))))) -> true
% 3.75/4.06  Current number of equations to process: 165
% 3.75/4.06  Current number of ordered equations: 0
% 3.75/4.06  Current number of rules: 441
% 3.75/4.06  New rule produced :
% 3.75/4.06  [457]
% 3.75/4.06  ifeq(axiom(or(not(or(or(A,or(B,C)),not(or(A,C)))),X)),true,theorem(X),true)
% 3.75/4.06  -> true
% 3.75/4.06  Current number of equations to process: 164
% 3.75/4.06  Current number of ordered equations: 0
% 3.75/4.06  Current number of rules: 442
% 3.75/4.06  New rule produced :
% 3.75/4.06  [458]
% 3.75/4.06  ifeq(axiom(or(not(or(A,or(not(or(A,B)),or(C,B)))),X)),true,theorem(X),true)
% 3.75/4.06  -> true
% 3.75/4.06  Current number of equations to process: 163
% 3.75/4.06  Current number of ordered equations: 0
% 3.75/4.06  Current number of rules: 443
% 3.75/4.06  New rule produced :
% 3.75/4.06  [459]
% 3.75/4.06  ifeq(axiom(or(not(or(not(or(A,B)),or(B,or(C,A)))),X)),true,theorem(X),true)
% 3.75/4.06  -> true
% 3.75/4.06  Current number of equations to process: 162
% 3.75/4.06  Current number of ordered equations: 0
% 3.75/4.06  Current number of rules: 444
% 3.75/4.06  New rule produced :
% 3.75/4.06  [460]
% 3.75/4.06  ifeq(axiom(or(not(A),or(B,C))),true,theorem(or(not(A),or(C,or(X,B)))),true)
% 3.75/4.06  -> true
% 3.75/4.06  Current number of equations to process: 161
% 3.75/4.06  Current number of ordered equations: 0
% 3.75/4.06  Current number of rules: 445
% 3.75/4.06  New rule produced :
% 3.75/4.06  [461] theorem(or(not(or(A,or(or(B,C),or(B,C)))),or(A,or(B,or(X,C))))) -> true
% 3.75/4.06  Current number of equations to process: 160
% 3.75/4.06  Current number of ordered equations: 0
% 3.75/4.06  Current number of rules: 446
% 3.75/4.06  New rule produced :
% 3.75/4.06  [462]
% 3.75/4.06  theorem(or(not(or(A,B)),or(A,or(not(or(not(B),or(C,X))),or(X,C))))) -> true
% 3.75/4.06  Current number of equations to process: 159
% 3.75/4.06  Current number of ordered equations: 0
% 3.75/4.06  Current number of rules: 447
% 3.75/4.06  New rule produced :
% 3.75/4.06  [463]
% 3.75/4.06  theorem(or(not(or(A,B)),or(not(or(not(or(B,A)),or(C,X))),or(X,C)))) -> true
% 3.75/4.06  Current number of equations to process: 158
% 3.75/4.06  Current number of ordered equations: 0
% 3.75/4.06  Current number of rules: 448
% 3.75/4.06  New rule produced :
% 3.75/4.06  [464] theorem(or(not(or(or(or(A,B),C),or(or(A,B),C))),or(C,or(B,A)))) -> true
% 3.75/4.06  Current number of equations to process: 157
% 3.75/4.06  Current number of ordered equations: 0
% 3.75/4.06  Current number of rules: 449
% 3.75/4.06  New rule produced :
% 3.75/4.06  [465]
% 3.75/4.06  ifeq(axiom(or(A,or(not(or(B,or(C,X))),or(B,or(X,C))))),true,true,true) ->
% 3.75/4.06  true
% 3.75/4.06  Current number of equations to process: 156
% 3.75/4.06  Current number of ordered equations: 0
% 3.75/4.06  Current number of rules: 450
% 3.75/4.06  New rule produced :
% 3.75/4.06  [466]
% 3.75/4.06  theorem(or(A,or(B,or(not(or(C,X)),or(not(or(not(X),Y)),or(C,Y)))))) -> true
% 3.75/4.06  Current number of equations to process: 155
% 3.75/4.06  Current number of ordered equations: 0
% 3.75/4.06  Current number of rules: 451
% 3.75/4.06  New rule produced :
% 3.75/4.06  [467] theorem(or(A,or(not(or(or(B,or(C,C)),or(B,or(C,C)))),or(B,C)))) -> true
% 3.75/4.06  Current number of equations to process: 154
% 3.75/4.06  Current number of ordered equations: 0
% 3.75/4.06  Current number of rules: 452
% 3.75/4.06  New rule produced :
% 3.75/4.06  [468] theorem(or(A,or(not(or(B,or(C,or(X,Y)))),or(B,or(C,or(Y,X)))))) -> true
% 3.75/4.06  Current number of equations to process: 153
% 3.75/4.06  Current number of ordered equations: 0
% 3.75/4.06  Current number of rules: 453
% 3.75/4.06  New rule produced :
% 3.75/4.06  [469] theorem(or(or(A,or(B,C)),not(or(A,or(C,C))))) -> true
% 3.75/4.06  Current number of equations to process: 162
% 3.75/4.06  Current number of ordered equations: 0
% 3.75/4.06  Current number of rules: 454
% 3.75/4.06  New rule produced :
% 3.75/4.06  [470] theorem(or(A,or(not(or(A,or(B,B))),or(C,B)))) -> true
% 3.75/4.06  Current number of equations to process: 162
% 3.75/4.06  Current number of ordered equations: 0
% 3.75/4.06  Current number of rules: 455
% 4.06/4.37  New rule produced :
% 4.06/4.37  [471] theorem(or(not(or(or(A,A),B)),or(B,or(C,A)))) -> true
% 4.06/4.37  Current number of equations to process: 163
% 4.06/4.37  Current number of ordered equations: 0
% 4.06/4.37  Current number of rules: 456
% 4.06/4.37  New rule produced :
% 4.06/4.37  [472] theorem(or(A,or(not(or(B,or(C,C))),or(B,or(X,C))))) -> true
% 4.06/4.37  Current number of equations to process: 162
% 4.06/4.37  Current number of ordered equations: 0
% 4.06/4.37  Current number of rules: 457
% 4.06/4.37  New rule produced :
% 4.06/4.37  [473] ifeq(axiom(or(or(A,B),not(or(B,B)))),true,true,true) -> true
% 4.06/4.37  Current number of equations to process: 163
% 4.06/4.37  Current number of ordered equations: 0
% 4.06/4.37  Current number of rules: 458
% 4.06/4.37  New rule produced : [474] theorem(or(A,or(or(B,C),not(or(C,C))))) -> true
% 4.06/4.37  Current number of equations to process: 163
% 4.06/4.37  Current number of ordered equations: 0
% 4.06/4.37  Current number of rules: 459
% 4.06/4.37  New rule produced :
% 4.06/4.37  [475] ifeq(axiom(or(A,or(not(or(B,B)),or(C,B)))),true,true,true) -> true
% 4.06/4.37  Current number of equations to process: 165
% 4.06/4.37  Current number of ordered equations: 0
% 4.06/4.37  Current number of rules: 460
% 4.06/4.37  New rule produced : [476] theorem(or(or(not(or(A,A)),or(B,A)),C)) -> true
% 4.06/4.37  Current number of equations to process: 166
% 4.06/4.37  Current number of ordered equations: 0
% 4.06/4.37  Current number of rules: 461
% 4.06/4.37  New rule produced :
% 4.06/4.37  [477] theorem(or(A,or(B,or(not(or(C,C)),or(X,C))))) -> true
% 4.06/4.37  Current number of equations to process: 165
% 4.06/4.37  Current number of ordered equations: 0
% 4.06/4.37  Current number of rules: 462
% 4.06/4.37  New rule produced :
% 4.06/4.37  [478] theorem(or(or(A,B),not(or(or(B,B),or(B,B))))) -> true
% 4.06/4.37  Current number of equations to process: 168
% 4.06/4.37  Current number of ordered equations: 0
% 4.06/4.37  Current number of rules: 463
% 4.06/4.37  New rule produced :
% 4.06/4.37  [479] theorem(or(A,or(not(or(or(B,B),or(B,B))),or(C,B)))) -> true
% 4.06/4.37  Current number of equations to process: 168
% 4.06/4.37  Current number of ordered equations: 0
% 4.06/4.37  Current number of rules: 464
% 4.06/4.37  New rule produced :
% 4.06/4.37  [480] theorem(or(not(or(A,or(B,or(C,C)))),or(A,or(B,or(X,C))))) -> true
% 4.06/4.37  Current number of equations to process: 169
% 4.06/4.37  Current number of ordered equations: 0
% 4.06/4.37  Current number of rules: 465
% 4.06/4.37  New rule produced :
% 4.06/4.37  [481]
% 4.06/4.37  ifeq(axiom(or(not(or(or(A,B),not(or(B,B)))),C)),true,theorem(C),true) -> true
% 4.06/4.37  Current number of equations to process: 168
% 4.06/4.37  Current number of ordered equations: 0
% 4.06/4.37  Current number of rules: 466
% 4.06/4.37  New rule produced :
% 4.06/4.37  [482] theorem(or(not(or(A,or(or(B,B),or(B,B)))),or(A,or(C,B)))) -> true
% 4.06/4.37  Current number of equations to process: 167
% 4.06/4.37  Current number of ordered equations: 0
% 4.06/4.37  Current number of rules: 467
% 4.06/4.37  New rule produced :
% 4.06/4.37  [483] theorem(or(or(A,B),not(or(A,or(or(B,B),or(B,B)))))) -> true
% 4.06/4.37  Current number of equations to process: 171
% 4.06/4.37  Current number of ordered equations: 0
% 4.06/4.37  Current number of rules: 468
% 4.06/4.37  New rule produced :
% 4.06/4.37  [484] theorem(or(A,or(not(or(A,or(or(B,B),or(B,B)))),B))) -> true
% 4.06/4.37  Current number of equations to process: 170
% 4.06/4.37  Current number of ordered equations: 0
% 4.06/4.37  Current number of rules: 469
% 4.06/4.37  New rule produced :
% 4.06/4.37  [485] theorem(or(not(or(or(or(A,A),or(A,A)),B)),or(B,A))) -> true
% 4.06/4.37  Current number of equations to process: 170
% 4.06/4.37  Current number of ordered equations: 0
% 4.06/4.37  Current number of rules: 470
% 4.06/4.37  New rule produced :
% 4.06/4.37  [486] ifeq(axiom(or(A,not(or(or(A,A),or(A,A))))),true,true,true) -> true
% 4.06/4.37  Current number of equations to process: 172
% 4.06/4.37  Current number of ordered equations: 0
% 4.06/4.37  Current number of rules: 471
% 4.06/4.37  New rule produced :
% 4.06/4.37  [487] theorem(or(A,or(B,not(or(or(B,B),or(B,B)))))) -> true
% 4.06/4.37  Current number of equations to process: 175
% 4.06/4.37  Current number of ordered equations: 0
% 4.06/4.37  Current number of rules: 472
% 4.06/4.37  New rule produced :
% 4.06/4.37  [488] theorem(or(or(not(or(or(A,A),or(A,A))),A),B)) -> true
% 4.06/4.37  Current number of equations to process: 180
% 4.06/4.37  Current number of ordered equations: 0
% 4.06/4.37  Current number of rules: 473
% 4.06/4.37  New rule produced :
% 4.06/4.37  [489] theorem(or(A,or(B,or(not(or(or(C,C),or(C,C))),C)))) -> true
% 4.06/4.37  Current number of equations to process: 179
% 4.06/4.37  Current number of ordered equations: 0
% 4.06/4.37  Current number of rules: 474
% 4.06/4.37  New rule produced :
% 4.06/4.37  [490] theorem(or(A,or(or(B,C),not(or(or(C,B),or(C,B)))))) -> true
% 4.06/4.37  Current number of equations to process: 181
% 4.06/4.37  Current number of ordered equations: 0
% 4.06/4.37  Current number of rules: 475
% 4.06/4.37  New rule produced :
% 4.06/4.37  [491] theorem(or(or(not(or(or(A,B),or(A,B))),A),B)) -> true
% 4.06/4.37  Current number of equations to process: 186
% 4.06/4.37  Current number of ordered equations: 0
% 4.36/4.67  Current number of rules: 476
% 4.36/4.67  New rule produced :
% 4.36/4.67  [492] theorem(or(A,or(B,or(not(or(or(C,B),or(C,B))),C)))) -> true
% 4.36/4.67  Current number of equations to process: 188
% 4.36/4.67  Current number of ordered equations: 0
% 4.36/4.67  Current number of rules: 477
% 4.36/4.67  New rule produced : [493] ifeq(axiom(or(A,not(A))),true,true,true) -> true
% 4.36/4.67  Current number of equations to process: 189
% 4.36/4.67  Current number of ordered equations: 0
% 4.36/4.67  Current number of rules: 478
% 4.36/4.67  New rule produced : [494] theorem(or(not(or(A,B)),or(A,not(not(B))))) -> true
% 4.36/4.67  Current number of equations to process: 189
% 4.36/4.67  Current number of ordered equations: 0
% 4.36/4.67  Current number of rules: 479
% 4.36/4.67  New rule produced : [495] theorem(or(A,or(B,not(B)))) -> true
% 4.36/4.67  Current number of equations to process: 190
% 4.36/4.67  Current number of ordered equations: 0
% 4.36/4.67  Current number of rules: 480
% 4.36/4.67  New rule produced : [496] theorem(or(not(or(A,A)),not(not(A)))) -> true
% 4.36/4.67  Current number of equations to process: 190
% 4.36/4.67  Current number of ordered equations: 0
% 4.36/4.67  Current number of rules: 481
% 4.36/4.67  New rule produced : [497] theorem(or(not(A),not(not(or(B,A))))) -> true
% 4.36/4.67  Current number of equations to process: 190
% 4.36/4.67  Current number of ordered equations: 0
% 4.36/4.67  Current number of rules: 482
% 4.36/4.67  New rule produced : [498] theorem(or(not(or(A,B)),not(not(or(B,A))))) -> true
% 4.36/4.67  Current number of equations to process: 190
% 4.36/4.67  Current number of ordered equations: 0
% 4.36/4.67  Current number of rules: 483
% 4.36/4.67  New rule produced :
% 4.36/4.67  [499] ifeq(axiom(or(not(or(A,not(A))),B)),true,theorem(B),true) -> true
% 4.36/4.67  Current number of equations to process: 192
% 4.36/4.67  Current number of ordered equations: 0
% 4.36/4.67  Current number of rules: 484
% 4.36/4.67  New rule produced :
% 4.36/4.67  [500] ifeq(axiom(or(A,or(not(or(A,B)),B))),true,true,true) -> true
% 4.36/4.67  Current number of equations to process: 191
% 4.36/4.67  Current number of ordered equations: 0
% 4.36/4.67  Current number of rules: 485
% 4.36/4.67  New rule produced : [501] theorem(or(or(not(or(A,B)),B),A)) -> true
% 4.36/4.67  Current number of equations to process: 193
% 4.36/4.67  Current number of ordered equations: 0
% 4.36/4.67  Current number of rules: 486
% 4.36/4.67  New rule produced : [502] theorem(or(A,or(B,or(not(or(B,C)),C)))) -> true
% 4.36/4.67  Current number of equations to process: 192
% 4.36/4.67  Current number of ordered equations: 0
% 4.36/4.67  Current number of rules: 487
% 4.36/4.67  New rule produced :
% 4.36/4.67  [503] theorem(or(not(or(A,A)),or(not(or(not(A),B)),B))) -> true
% 4.36/4.67  Current number of equations to process: 194
% 4.36/4.67  Current number of ordered equations: 0
% 4.36/4.67  Current number of rules: 488
% 4.36/4.67  New rule produced :
% 4.36/4.67  [504] theorem(or(not(A),or(not(or(not(or(B,A)),C)),C))) -> true
% 4.36/4.67  Current number of equations to process: 193
% 4.36/4.67  Current number of ordered equations: 0
% 4.36/4.67  Current number of rules: 489
% 4.36/4.67  New rule produced :
% 4.36/4.67  [505]
% 4.36/4.67  ifeq(axiom(or(not(A),B)),true,theorem(or(not(A),not(not(B)))),true) -> true
% 4.36/4.67  Current number of equations to process: 192
% 4.36/4.67  Current number of ordered equations: 0
% 4.36/4.67  Current number of rules: 490
% 4.36/4.67  New rule produced :
% 4.36/4.67  [506] theorem(or(not(or(A,B)),or(A,or(not(or(not(B),C)),C)))) -> true
% 4.36/4.67  Current number of equations to process: 191
% 4.36/4.67  Current number of ordered equations: 0
% 4.36/4.67  Current number of rules: 491
% 4.36/4.67  New rule produced :
% 4.36/4.67  [507] theorem(or(not(or(A,B)),or(not(or(not(or(B,A)),C)),C))) -> true
% 4.36/4.67  Current number of equations to process: 190
% 4.36/4.67  Current number of ordered equations: 0
% 4.36/4.67  Current number of rules: 492
% 4.36/4.67  New rule produced :
% 4.36/4.67  [508] theorem(or(or(A,or(B,or(C,X))),not(or(A,X)))) -> true
% 4.36/4.67  Current number of equations to process: 194
% 4.36/4.67  Current number of ordered equations: 0
% 4.36/4.67  Current number of rules: 493
% 4.36/4.67  New rule produced :
% 4.36/4.67  [509] theorem(or(A,or(not(or(A,B)),or(C,or(X,B))))) -> true
% 4.36/4.67  Current number of equations to process: 194
% 4.36/4.67  Current number of ordered equations: 0
% 4.36/4.67  Current number of rules: 494
% 4.36/4.67  New rule produced :
% 4.36/4.67  [510] theorem(or(not(or(A,B)),or(B,or(C,or(X,A))))) -> true
% 4.36/4.67  Current number of equations to process: 195
% 4.36/4.67  Current number of ordered equations: 0
% 4.36/4.67  Current number of rules: 495
% 4.36/4.67  New rule produced :
% 4.36/4.67  [511] theorem(or(A,or(not(or(B,C)),or(B,or(X,or(Y,C)))))) -> true
% 4.36/4.67  Current number of equations to process: 194
% 4.36/4.67  Current number of ordered equations: 0
% 4.36/4.67  Current number of rules: 496
% 4.36/4.67  New rule produced :
% 4.36/4.67  [512] ifeq(axiom(or(or(A,or(B,C)),not(C))),true,true,true) -> true
% 4.36/4.67  Current number of equations to process: 195
% 4.36/4.67  Current number of ordered equations: 0
% 4.36/4.67  Current number of rules: 497
% 4.71/5.02  New rule produced : [513] theorem(or(A,or(or(B,or(C,X)),not(X)))) -> true
% 4.71/5.02  Current number of equations to process: 195
% 4.71/5.02  Current number of ordered equations: 0
% 4.71/5.02  Current number of rules: 498
% 4.71/5.02  New rule produced :
% 4.71/5.02  [514] ifeq(axiom(or(A,or(not(B),or(C,or(X,B))))),true,true,true) -> true
% 4.71/5.02  Current number of equations to process: 197
% 4.71/5.02  Current number of ordered equations: 0
% 4.71/5.02  Current number of rules: 499
% 4.71/5.02  New rule produced : [515] theorem(or(or(not(A),or(B,or(C,A))),X)) -> true
% 4.71/5.02  Current number of equations to process: 198
% 4.71/5.02  Current number of ordered equations: 0
% 4.71/5.02  Current number of rules: 500
% 4.71/5.02  New rule produced :
% 4.71/5.02  [516] theorem(or(A,or(B,or(not(C),or(X,or(Y,C)))))) -> true
% 4.71/5.02  Current number of equations to process: 197
% 4.71/5.02  Current number of ordered equations: 0
% 4.71/5.02  Current number of rules: 501
% 4.71/5.02  New rule produced :
% 4.71/5.02  [517] theorem(or(not(or(A,or(B,B))),or(A,or(C,or(X,B))))) -> true
% 4.71/5.02  Current number of equations to process: 198
% 4.71/5.02  Current number of ordered equations: 0
% 4.71/5.02  Current number of rules: 502
% 4.71/5.02  New rule produced : [518] theorem(or(or(A,or(B,C)),not(or(C,C)))) -> true
% 4.71/5.02  Current number of equations to process: 200
% 4.71/5.02  Current number of ordered equations: 0
% 4.71/5.02  Current number of rules: 503
% 4.71/5.02  New rule produced :
% 4.71/5.02  [519] theorem(or(A,or(not(or(B,B)),or(C,or(X,B))))) -> true
% 4.71/5.02  Current number of equations to process: 200
% 4.71/5.02  Current number of ordered equations: 0
% 4.71/5.02  Current number of rules: 504
% 4.71/5.02  New rule produced :
% 4.71/5.02  [520] theorem(or(not(or(or(A,A),or(A,A))),or(B,or(C,A)))) -> true
% 4.71/5.02  Current number of equations to process: 201
% 4.71/5.02  Current number of ordered equations: 0
% 4.71/5.02  Current number of rules: 505
% 4.71/5.02  New rule produced :
% 4.71/5.02  [521] theorem(or(not(or(A,B)),or(A,or(C,or(X,or(Y,B)))))) -> true
% 4.71/5.02  Current number of equations to process: 200
% 4.71/5.02  Current number of ordered equations: 0
% 4.71/5.02  Current number of rules: 506
% 4.71/5.02  New rule produced : [522] theorem(or(or(A,or(B,or(C,X))),not(X))) -> true
% 4.71/5.02  Current number of equations to process: 202
% 4.71/5.02  Current number of ordered equations: 0
% 4.71/5.02  Current number of rules: 507
% 4.71/5.02  New rule produced :
% 4.71/5.02  [523] theorem(or(A,or(not(B),or(C,or(X,or(Y,B)))))) -> true
% 4.71/5.02  Current number of equations to process: 203
% 4.71/5.02  Current number of ordered equations: 0
% 4.71/5.02  Current number of rules: 508
% 4.71/5.02  New rule produced :
% 4.71/5.02  [524] theorem(or(not(or(A,A)),or(B,or(C,or(X,A))))) -> true
% 4.71/5.02  Current number of equations to process: 202
% 4.71/5.02  Current number of ordered equations: 0
% 4.71/5.02  Current number of rules: 509
% 4.71/5.02  New rule produced :
% 4.71/5.02  [525] theorem(or(not(A),or(B,or(C,or(X,or(Y,A)))))) -> true
% 4.71/5.02  Current number of equations to process: 201
% 4.71/5.02  Current number of ordered equations: 0
% 4.71/5.02  Current number of rules: 510
% 4.71/5.02  New rule produced :
% 4.71/5.02  [526] theorem(or(not(or(A,B)),or(C,or(X,or(Y,or(B,A)))))) -> true
% 4.71/5.02  Current number of equations to process: 203
% 4.71/5.02  Current number of ordered equations: 0
% 4.71/5.02  Current number of rules: 511
% 4.71/5.02  New rule produced :
% 4.71/5.02  [527] theorem(or(not(or(A,or(B,C))),or(A,or(B,or(C,X))))) -> true
% 4.71/5.02  Current number of equations to process: 202
% 4.71/5.02  Current number of ordered equations: 0
% 4.71/5.02  Current number of rules: 512
% 4.71/5.02  New rule produced : [528] theorem(or(or(A,or(B,C)),not(or(A,B)))) -> true
% 4.71/5.02  Current number of equations to process: 204
% 4.71/5.02  Current number of ordered equations: 0
% 4.71/5.02  Current number of rules: 513
% 4.71/5.02  New rule produced : [529] theorem(or(A,or(not(or(A,B)),or(B,C)))) -> true
% 4.71/5.02  Current number of equations to process: 204
% 4.71/5.02  Current number of ordered equations: 0
% 4.71/5.02  Current number of rules: 514
% 4.71/5.02  New rule produced :
% 4.71/5.02  [530] theorem(or(A,or(not(or(B,C)),or(B,or(C,X))))) -> true
% 4.71/5.02  Current number of equations to process: 204
% 4.71/5.02  Current number of ordered equations: 0
% 4.71/5.02  Current number of rules: 515
% 4.71/5.02  New rule produced : [531] theorem(or(not(or(A,B)),or(B,or(A,C)))) -> true
% 4.71/5.02  Current number of equations to process: 204
% 4.71/5.02  Current number of ordered equations: 0
% 4.71/5.02  Current number of rules: 516
% 4.71/5.02  New rule produced :
% 4.71/5.02  [532] theorem(or(not(or(or(A,B),or(A,B))),or(A,or(B,C)))) -> true
% 4.71/5.02  Current number of equations to process: 205
% 4.71/5.02  Current number of ordered equations: 0
% 4.71/5.02  Current number of rules: 517
% 4.71/5.02  New rule produced :
% 4.71/5.02  [533] theorem(or(or(A,or(B,or(C,X))),not(or(X,C)))) -> true
% 4.71/5.02  Current number of equations to process: 206
% 4.71/5.02  Current number of ordered equations: 0
% 4.71/5.02  Current number of rules: 518
% 4.71/5.02  New rule produced : [534] theorem(or(not(A),or(B,or(C,or(A,X))))) -> true
% 5.01/5.30  Current number of equations to process: 207
% 5.01/5.30  Current number of ordered equations: 0
% 5.01/5.30  Current number of rules: 519
% 5.01/5.30  New rule produced :
% 5.01/5.30  [535] theorem(or(A,or(not(or(B,C)),or(X,or(Y,or(C,B)))))) -> true
% 5.01/5.30  Current number of equations to process: 206
% 5.01/5.30  Current number of ordered equations: 0
% 5.01/5.30  Current number of rules: 520
% 5.01/5.30  New rule produced :
% 5.01/5.30  [536] ifeq(axiom(or(or(A,B),not(A))),true,true,true) -> true
% 5.01/5.30  Current number of equations to process: 207
% 5.01/5.30  Current number of ordered equations: 0
% 5.01/5.30  Current number of rules: 521
% 5.01/5.30  New rule produced : [537] theorem(or(A,or(or(B,C),not(B)))) -> true
% 5.01/5.30  Current number of equations to process: 207
% 5.01/5.30  Current number of ordered equations: 0
% 5.01/5.30  Current number of rules: 522
% 5.01/5.30  New rule produced :
% 5.01/5.30  [538] ifeq(axiom(or(A,or(not(B),or(B,C)))),true,true,true) -> true
% 5.01/5.30  Current number of equations to process: 209
% 5.01/5.30  Current number of ordered equations: 0
% 5.01/5.30  Current number of rules: 523
% 5.01/5.30  New rule produced :
% 5.01/5.30  [539] theorem(or(not(or(A,B)),or(A,or(not(C),or(C,X))))) -> true
% 5.01/5.30  Current number of equations to process: 208
% 5.01/5.30  Current number of ordered equations: 0
% 5.01/5.30  Current number of rules: 524
% 5.01/5.30  New rule produced : [540] theorem(or(or(not(A),or(A,B)),C)) -> true
% 5.01/5.30  Current number of equations to process: 209
% 5.01/5.30  Current number of ordered equations: 0
% 5.01/5.30  Current number of rules: 525
% 5.01/5.30  New rule produced : [541] theorem(or(A,or(B,or(not(C),or(C,X))))) -> true
% 5.01/5.30  Rule [539] theorem(or(not(or(A,B)),or(A,or(not(C),or(C,X))))) -> true
% 5.01/5.30  collapsed.
% 5.01/5.30  Current number of equations to process: 208
% 5.01/5.30  Current number of ordered equations: 0
% 5.01/5.30  Current number of rules: 525
% 5.01/5.30  New rule produced :
% 5.01/5.30  [542] ifeq(axiom(or(A,or(not(A),B))),true,true,true) -> true
% 5.01/5.30  Current number of equations to process: 210
% 5.01/5.30  Current number of ordered equations: 0
% 5.01/5.30  Current number of rules: 526
% 5.01/5.30  New rule produced :
% 5.01/5.30  [543] theorem(or(not(or(A,B)),or(A,or(not(not(B)),C)))) -> true
% 5.01/5.30  Current number of equations to process: 209
% 5.01/5.30  Current number of ordered equations: 0
% 5.01/5.30  Current number of rules: 527
% 5.01/5.30  New rule produced : [544] theorem(or(or(not(A),B),A)) -> true
% 5.01/5.30  Current number of equations to process: 211
% 5.01/5.30  Current number of ordered equations: 0
% 5.01/5.30  Current number of rules: 528
% 5.01/5.30  New rule produced : [545] theorem(or(A,or(B,or(not(B),C)))) -> true
% 5.01/5.30  Current number of equations to process: 210
% 5.01/5.30  Current number of ordered equations: 0
% 5.01/5.30  Current number of rules: 529
% 5.01/5.30  New rule produced : [546] theorem(or(not(or(A,A)),or(not(not(A)),B))) -> true
% 5.01/5.30  Current number of equations to process: 211
% 5.01/5.30  Current number of ordered equations: 0
% 5.01/5.30  Current number of rules: 530
% 5.01/5.30  New rule produced : [547] theorem(or(not(A),or(not(not(or(B,A))),C))) -> true
% 5.01/5.30  Current number of equations to process: 210
% 5.01/5.30  Current number of ordered equations: 0
% 5.01/5.30  Current number of rules: 531
% 5.01/5.30  New rule produced :
% 5.01/5.30  [548] theorem(or(not(or(A,B)),or(not(not(or(B,A))),C))) -> true
% 5.01/5.30  Current number of equations to process: 212
% 5.01/5.30  Current number of ordered equations: 0
% 5.01/5.30  Current number of rules: 532
% 5.01/5.30  New rule produced :
% 5.01/5.30  [549] theorem(or(not(or(A,or(B,B))),or(A,or(B,C)))) -> true
% 5.01/5.30  Current number of equations to process: 211
% 5.01/5.30  Current number of ordered equations: 0
% 5.01/5.30  Current number of rules: 533
% 5.01/5.30  New rule produced : [550] theorem(or(or(A,B),not(or(A,A)))) -> true
% 5.01/5.30  Current number of equations to process: 213
% 5.01/5.30  Current number of ordered equations: 0
% 5.01/5.30  Current number of rules: 534
% 5.01/5.30  New rule produced : [551] theorem(or(A,or(not(or(B,B)),or(B,C)))) -> true
% 5.01/5.30  Current number of equations to process: 212
% 5.01/5.30  Current number of ordered equations: 0
% 5.01/5.30  Current number of rules: 535
% 5.01/5.30  New rule produced : [552] theorem(or(A,or(not(or(A,A)),B))) -> true
% 5.01/5.30  Current number of equations to process: 212
% 5.01/5.30  Current number of ordered equations: 0
% 5.01/5.30  Current number of rules: 536
% 5.01/5.30  New rule produced :
% 5.01/5.30  [553] theorem(or(not(or(or(A,A),or(A,A))),or(A,B))) -> true
% 5.01/5.30  Current number of equations to process: 212
% 5.01/5.30  Current number of ordered equations: 0
% 5.01/5.30  Current number of rules: 537
% 5.01/5.30  New rule produced :
% 5.01/5.30  [554] theorem(or(not(or(A,B)),or(A,or(or(C,B),X)))) -> true
% 5.01/5.30  Current number of equations to process: 213
% 5.01/5.30  Current number of ordered equations: 0
% 5.01/5.30  Current number of rules: 538
% 5.01/5.30  New rule produced : [555] theorem(or(or(or(A,B),C),not(B))) -> true
% 5.01/5.30  Current number of equations to process: 215
% 5.26/5.51  Current number of ordered equations: 0
% 5.26/5.51  Current number of rules: 539
% 5.26/5.51  New rule produced : [556] theorem(or(A,or(not(B),or(or(C,B),X)))) -> true
% 5.26/5.51  Current number of equations to process: 214
% 5.26/5.51  Current number of ordered equations: 0
% 5.26/5.51  Current number of rules: 540
% 5.26/5.51  New rule produced : [557] theorem(or(or(A,B),or(not(B),C))) -> true
% 5.26/5.51  Current number of equations to process: 214
% 5.26/5.51  Current number of ordered equations: 0
% 5.26/5.51  Current number of rules: 541
% 5.26/5.51  New rule produced : [558] theorem(or(not(or(A,A)),or(or(B,A),C))) -> true
% 5.26/5.51  Current number of equations to process: 214
% 5.26/5.51  Current number of ordered equations: 0
% 5.26/5.51  Current number of rules: 542
% 5.26/5.51  New rule produced : [559] theorem(or(not(A),or(or(B,or(C,A)),X))) -> true
% 5.26/5.51  Current number of equations to process: 214
% 5.26/5.51  Current number of ordered equations: 0
% 5.26/5.51  Current number of rules: 543
% 5.26/5.51  New rule produced :
% 5.26/5.51  [560] theorem(or(not(or(A,B)),or(or(C,or(B,A)),X))) -> true
% 5.26/5.51  Current number of equations to process: 214
% 5.26/5.51  Current number of ordered equations: 0
% 5.26/5.51  Current number of rules: 544
% 5.26/5.51  New rule produced :
% 5.26/5.51  [561] ifeq(axiom(or(not(or(or(A,B),not(A))),C)),true,theorem(C),true) -> true
% 5.26/5.51  Current number of equations to process: 215
% 5.26/5.51  Current number of ordered equations: 0
% 5.26/5.51  Current number of rules: 545
% 5.26/5.51  New rule produced :
% 5.26/5.51  [562] ifeq(axiom(or(not(or(A,or(not(A),B))),C)),true,theorem(C),true) -> true
% 5.26/5.51  Current number of equations to process: 214
% 5.26/5.51  Current number of ordered equations: 0
% 5.26/5.51  Current number of rules: 546
% 5.26/5.51  New rule produced :
% 5.26/5.51  [563] theorem(or(not(or(A,or(B,C))),or(A,or(or(C,B),X)))) -> true
% 5.26/5.51  Current number of equations to process: 213
% 5.26/5.51  Current number of ordered equations: 0
% 5.26/5.51  Current number of rules: 547
% 5.26/5.51  New rule produced : [564] theorem(or(or(or(A,B),C),not(or(B,A)))) -> true
% 5.26/5.51  Current number of equations to process: 215
% 5.26/5.51  Current number of ordered equations: 0
% 5.26/5.51  Current number of rules: 548
% 5.26/5.51  New rule produced : [565] theorem(or(or(A,B),or(not(or(B,A)),C))) -> true
% 5.26/5.51  Current number of equations to process: 215
% 5.26/5.51  Current number of ordered equations: 0
% 5.26/5.51  Current number of rules: 549
% 5.26/5.51  New rule produced : [566] theorem(or(not(A),or(or(A,B),C))) -> true
% 5.26/5.51  Current number of equations to process: 216
% 5.26/5.51  Current number of ordered equations: 0
% 5.26/5.51  Current number of rules: 550
% 5.26/5.51  New rule produced :
% 5.26/5.51  [567] theorem(or(A,or(not(or(B,C)),or(or(C,B),X)))) -> true
% 5.26/5.51  Current number of equations to process: 215
% 5.26/5.51  Current number of ordered equations: 0
% 5.26/5.51  Current number of rules: 551
% 5.26/5.51  New rule produced :
% 5.26/5.51  [568] theorem(or(not(or(or(A,B),or(A,B))),or(or(B,A),C))) -> true
% 5.26/5.51  Current number of equations to process: 214
% 5.26/5.51  Current number of ordered equations: 0
% 5.26/5.51  Current number of rules: 552
% 5.26/5.51  New rule produced :
% 5.26/5.51  [569] theorem(or(A,or(not(or(B,or(or(C,C),or(C,C)))),or(B,C)))) -> true
% 5.26/5.51  Current number of equations to process: 216
% 5.26/5.51  Current number of ordered equations: 0
% 5.26/5.51  Current number of rules: 553
% 5.26/5.51  New rule produced :
% 5.26/5.51  [570]
% 5.26/5.51  ifeq(axiom(or(A,or(not(or(or(B,B),or(B,B))),B))),true,true,true) -> true
% 5.26/5.51  Current number of equations to process: 215
% 5.26/5.51  Current number of ordered equations: 0
% 5.26/5.51  Current number of rules: 554
% 5.26/5.51  New rule produced :
% 5.26/5.51  [571]
% 5.26/5.51  ifeq(axiom(or(or(A,B),not(or(or(B,A),or(B,A))))),true,true,true) -> true
% 5.26/5.51  Current number of equations to process: 214
% 5.26/5.51  Current number of ordered equations: 0
% 5.26/5.51  Current number of rules: 555
% 5.26/5.51  New rule produced :
% 5.26/5.51  [572]
% 5.26/5.51  ifeq(axiom(or(A,or(not(or(or(B,A),or(B,A))),B))),true,true,true) -> true
% 5.26/5.51  Current number of equations to process: 213
% 5.26/5.51  Current number of ordered equations: 0
% 5.26/5.51  Current number of rules: 556
% 5.26/5.51  New rule produced :
% 5.26/5.51  [573]
% 5.26/5.51  ifeq(axiom(or(not(or(A,or(not(or(A,B)),B))),C)),true,theorem(C),true) -> true
% 5.26/5.51  Current number of equations to process: 212
% 5.26/5.51  Current number of ordered equations: 0
% 5.26/5.51  Current number of rules: 557
% 5.26/5.51  New rule produced :
% 5.26/5.51  [574] theorem(or(not(or(A,or(B,C))),or(A,or(B,or(X,or(Y,C)))))) -> true
% 5.26/5.51  Current number of equations to process: 211
% 5.26/5.51  Current number of ordered equations: 0
% 5.26/5.51  Current number of rules: 558
% 5.26/5.51  New rule produced :
% 5.26/5.51  [575] theorem(or(not(or(or(A,B),or(A,B))),or(A,or(C,or(X,B))))) -> true
% 5.26/5.51  Current number of equations to process: 210
% 5.26/5.51  Current number of ordered equations: 0
% 5.26/5.51  Current number of rules: 559
% 5.26/5.51  New rule produced :
% 5.26/5.51  [576]
% 5.26/5.51  ifeq(axiom(or(not(or(or(A,or(B,C)),not(C))),X)),true,theorem(X),true) -> true
% 5.62/5.91  Current number of equations to process: 209
% 5.62/5.91  Current number of ordered equations: 0
% 5.62/5.91  Current number of rules: 560
% 5.62/5.91  New rule produced :
% 5.62/5.91  [577] theorem(or(not(or(A,or(B,C))),or(A,or(X,or(Y,or(C,B)))))) -> true
% 5.62/5.91  Current number of equations to process: 208
% 5.62/5.91  Current number of ordered equations: 0
% 5.62/5.91  Current number of rules: 561
% 5.62/5.91  New rule produced :
% 5.62/5.91  [578] theorem(or(not(or(or(A,B),or(A,B))),or(C,or(X,or(B,A))))) -> true
% 5.62/5.91  Current number of equations to process: 207
% 5.62/5.91  Current number of ordered equations: 0
% 5.62/5.91  Current number of rules: 562
% 5.62/5.91  New rule produced :
% 5.62/5.91  [579]
% 5.62/5.91  ifeq(axiom(or(not(or(A,or(not(B),or(B,C)))),X)),true,theorem(X),true) -> true
% 5.62/5.91  Current number of equations to process: 206
% 5.62/5.91  Current number of ordered equations: 0
% 5.62/5.91  Current number of rules: 563
% 5.62/5.91  New rule produced :
% 5.62/5.91  [580]
% 5.62/5.91  ifeq(axiom(or(not(A),B)),true,theorem(or(not(A),or(not(not(B)),C))),true) ->
% 5.62/5.91  true
% 5.62/5.91  Current number of equations to process: 205
% 5.62/5.91  Current number of ordered equations: 0
% 5.62/5.91  Current number of rules: 564
% 5.62/5.91  New rule produced :
% 5.62/5.91  [581]
% 5.62/5.91  ifeq(axiom(or(not(or(not(or(A,A)),or(A,B))),C)),true,theorem(C),true) -> true
% 5.62/5.91  Current number of equations to process: 204
% 5.62/5.91  Current number of ordered equations: 0
% 5.62/5.91  Current number of rules: 565
% 5.62/5.91  New rule produced :
% 5.62/5.91  [582]
% 5.62/5.91  ifeq(axiom(or(not(A),or(B,B))),true,theorem(or(not(A),or(B,C))),true) -> true
% 5.62/5.91  Current number of equations to process: 203
% 5.62/5.91  Current number of ordered equations: 0
% 5.62/5.91  Current number of rules: 566
% 5.62/5.91  New rule produced :
% 5.62/5.91  [583]
% 5.62/5.91  ifeq(axiom(or(not(or(not(A),or(or(B,A),C))),X)),true,theorem(X),true) -> true
% 5.62/5.91  Current number of equations to process: 202
% 5.62/5.91  Current number of ordered equations: 0
% 5.62/5.91  Current number of rules: 567
% 5.62/5.91  New rule produced :
% 5.62/5.91  [584]
% 5.62/5.91  ifeq(axiom(or(not(A),B)),true,theorem(or(not(A),or(or(C,B),X))),true) -> true
% 5.62/5.91  Current number of equations to process: 201
% 5.62/5.91  Current number of ordered equations: 0
% 5.62/5.91  Current number of rules: 568
% 5.62/5.91  New rule produced :
% 5.62/5.91  [585] theorem(or(or(not(or(or(A,B),or(A,B))),or(B,A)),C)) -> true
% 5.62/5.91  Current number of equations to process: 202
% 5.62/5.91  Current number of ordered equations: 0
% 5.62/5.91  Current number of rules: 569
% 5.62/5.91  New rule produced :
% 5.62/5.91  [586] theorem(or(A,or(B,or(not(or(or(C,X),or(C,X))),or(X,C))))) -> true
% 5.62/5.91  Current number of equations to process: 201
% 5.62/5.91  Current number of ordered equations: 0
% 5.62/5.91  Current number of rules: 570
% 5.62/5.91  New rule produced :
% 5.62/5.91  [587] theorem(or(not(or(A,or(B,C))),or(or(B,or(A,C)),X))) -> true
% 5.62/5.91  Current number of equations to process: 202
% 5.62/5.91  Current number of ordered equations: 0
% 5.62/5.91  Current number of rules: 571
% 5.62/5.91  New rule produced :
% 5.62/5.91  [588] theorem(or(not(or(not(A),B)),or(or(not(or(C,A)),or(C,B)),X))) -> true
% 5.62/5.91  Current number of equations to process: 201
% 5.62/5.91  Current number of ordered equations: 0
% 5.62/5.91  Current number of rules: 572
% 5.62/5.91  New rule produced :
% 5.62/5.91  [589] theorem(or(or(A,or(B,or(C,X))),not(or(A,or(X,C))))) -> true
% 5.62/5.91  Current number of equations to process: 207
% 5.62/5.91  Current number of ordered equations: 0
% 5.62/5.91  Current number of rules: 573
% 5.62/5.91  New rule produced :
% 5.62/5.91  [590] theorem(or(A,or(not(or(A,or(B,C))),or(X,or(C,B))))) -> true
% 5.62/5.91  Current number of equations to process: 206
% 5.62/5.91  Current number of ordered equations: 0
% 5.62/5.91  Current number of rules: 574
% 5.62/5.91  New rule produced :
% 5.62/5.91  [591] theorem(or(not(or(or(A,B),C)),or(C,or(X,or(B,A))))) -> true
% 5.62/5.91  Current number of equations to process: 206
% 5.62/5.91  Current number of ordered equations: 0
% 5.62/5.91  Current number of rules: 575
% 5.62/5.91  New rule produced :
% 5.62/5.91  [592] ifeq(axiom(or(or(A,or(B,C)),not(or(C,B)))),true,true,true) -> true
% 5.62/5.91  Current number of equations to process: 207
% 5.62/5.91  Current number of ordered equations: 0
% 5.62/5.91  Current number of rules: 576
% 5.62/5.91  New rule produced :
% 5.62/5.91  [593] theorem(or(A,or(or(B,or(C,X)),not(or(X,C))))) -> true
% 5.62/5.91  Current number of equations to process: 207
% 5.62/5.91  Current number of ordered equations: 0
% 5.62/5.91  Current number of rules: 577
% 5.62/5.91  New rule produced :
% 5.62/5.91  [594] theorem(or(not(or(A,B)),or(A,or(C,or(B,X))))) -> true
% 5.62/5.91  Current number of equations to process: 208
% 5.62/5.91  Current number of ordered equations: 0
% 5.62/5.91  Current number of rules: 578
% 5.62/5.91  New rule produced : [595] theorem(or(or(A,or(B,C)),not(B))) -> true
% 5.62/5.91  Current number of equations to process: 210
% 5.62/5.91  Current number of ordered equations: 0
% 5.62/5.91  Current number of rules: 579
% 5.62/5.91  New rule produced : [596] theorem(or(A,or(not(B),or(C,or(B,X))))) -> true
% 6.09/6.34  Current number of equations to process: 209
% 6.09/6.34  Current number of ordered equations: 0
% 6.09/6.34  Current number of rules: 580
% 6.09/6.34  New rule produced : [597] theorem(or(not(or(A,A)),or(B,or(A,C)))) -> true
% 6.09/6.34  Current number of equations to process: 209
% 6.09/6.34  Current number of ordered equations: 0
% 6.09/6.34  Current number of rules: 581
% 6.09/6.34  New rule produced : [598] theorem(or(not(A),or(B,or(or(C,A),X)))) -> true
% 6.09/6.34  Current number of equations to process: 209
% 6.09/6.34  Current number of ordered equations: 0
% 6.09/6.34  Current number of rules: 582
% 6.09/6.34  New rule produced :
% 6.09/6.34  [599] theorem(or(not(or(A,B)),or(C,or(or(B,A),X)))) -> true
% 6.09/6.34  Current number of equations to process: 209
% 6.09/6.34  Current number of ordered equations: 0
% 6.09/6.34  Current number of rules: 583
% 6.09/6.34  New rule produced :
% 6.09/6.34  [600] theorem(or(or(not(or(A,B)),or(C,or(B,A))),X)) -> true
% 6.09/6.34  Current number of equations to process: 213
% 6.09/6.34  Current number of ordered equations: 0
% 6.09/6.34  Current number of rules: 584
% 6.09/6.34  New rule produced :
% 6.09/6.34  [601] theorem(or(A,or(B,or(not(or(C,X)),or(Y,or(X,C)))))) -> true
% 6.09/6.34  Current number of equations to process: 212
% 6.09/6.34  Current number of ordered equations: 0
% 6.09/6.34  Current number of rules: 585
% 6.09/6.34  New rule produced :
% 6.09/6.34  [602] theorem(or(A,or(not(or(B,or(C,X))),or(B,or(Y,or(X,C)))))) -> true
% 6.09/6.34  Current number of equations to process: 213
% 6.09/6.34  Current number of ordered equations: 0
% 6.09/6.34  Current number of rules: 586
% 6.09/6.34  New rule produced :
% 6.09/6.34  [603]
% 6.09/6.34  ifeq(axiom(or(not(or(not(A),or(B,or(A,C)))),X)),true,theorem(X),true) -> true
% 6.09/6.34  Current number of equations to process: 212
% 6.09/6.34  Current number of ordered equations: 0
% 6.09/6.34  Current number of rules: 587
% 6.09/6.34  New rule produced :
% 6.09/6.34  [604]
% 6.09/6.34  ifeq(axiom(or(not(A),B)),true,theorem(or(not(A),or(C,or(B,X)))),true) -> true
% 6.09/6.34  Current number of equations to process: 211
% 6.09/6.34  Current number of ordered equations: 0
% 6.09/6.34  Current number of rules: 588
% 6.09/6.34  New rule produced :
% 6.09/6.34  [605]
% 6.09/6.34  ifeq(axiom(or(A,or(not(or(B,C)),or(X,or(C,B))))),true,true,true) -> true
% 6.09/6.34  Current number of equations to process: 210
% 6.09/6.34  Current number of ordered equations: 0
% 6.09/6.34  Current number of rules: 589
% 6.09/6.34  New rule produced :
% 6.09/6.34  [606] theorem(or(or(A,or(B,C)),not(or(or(C,B),or(C,B))))) -> true
% 6.09/6.34  Current number of equations to process: 213
% 6.09/6.35  Current number of ordered equations: 0
% 6.09/6.35  Current number of rules: 590
% 6.09/6.35  New rule produced :
% 6.09/6.35  [607] theorem(or(A,or(or(B,or(C,X)),not(or(or(B,X),C))))) -> true
% 6.09/6.35  Current number of equations to process: 215
% 6.09/6.35  Current number of ordered equations: 0
% 6.09/6.35  Current number of rules: 591
% 6.09/6.35  New rule produced :
% 6.09/6.35  [608] theorem(or(or(not(or(or(A,B),C)),or(C,B)),A)) -> true
% 6.09/6.35  Current number of equations to process: 220
% 6.09/6.35  Current number of ordered equations: 0
% 6.09/6.35  Current number of rules: 592
% 6.09/6.35  New rule produced :
% 6.09/6.35  [609] theorem(or(A,or(B,or(not(or(or(B,C),X)),or(X,C))))) -> true
% 6.09/6.35  Current number of equations to process: 222
% 6.09/6.35  Current number of ordered equations: 0
% 6.09/6.35  Current number of rules: 593
% 6.09/6.35  New rule produced :
% 6.09/6.35  [610] theorem(or(A,or(not(or(or(B,C),or(B,C))),or(X,or(C,B))))) -> true
% 6.09/6.35  Current number of equations to process: 224
% 6.09/6.35  Current number of ordered equations: 0
% 6.09/6.35  Current number of rules: 594
% 6.09/6.35  New rule produced :
% 6.09/6.35  [611]
% 6.09/6.35  ifeq(axiom(or(or(A,or(B,C)),not(or(or(A,C),B)))),true,true,true) -> true
% 6.09/6.35  Current number of equations to process: 223
% 6.09/6.35  Current number of ordered equations: 0
% 6.09/6.35  Current number of rules: 595
% 6.09/6.35  New rule produced :
% 6.09/6.35  [612]
% 6.09/6.35  ifeq(axiom(or(A,or(not(or(or(A,B),C)),or(C,B)))),true,true,true) -> true
% 6.09/6.35  Current number of equations to process: 222
% 6.09/6.35  Current number of ordered equations: 0
% 6.09/6.35  Current number of rules: 596
% 6.09/6.35  New rule produced :
% 6.09/6.35  [613] theorem(or(not(or(A,A)),or(not(or(or(not(A),B),C)),or(C,B)))) -> true
% 6.09/6.35  Current number of equations to process: 221
% 6.09/6.35  Current number of ordered equations: 0
% 6.09/6.35  Current number of rules: 597
% 6.09/6.35  New rule produced :
% 6.09/6.35  [614] theorem(or(not(A),or(not(or(or(not(or(B,A)),C),X)),or(X,C)))) -> true
% 6.09/6.35  Current number of equations to process: 220
% 6.09/6.35  Current number of ordered equations: 0
% 6.09/6.35  Current number of rules: 598
% 6.09/6.35  New rule produced :
% 6.09/6.35  [615] theorem(or(or(not(or(or(A,B),C)),or(A,or(C,B))),X)) -> true
% 6.09/6.35  Current number of equations to process: 221
% 6.09/6.35  Current number of ordered equations: 0
% 6.09/6.35  Current number of rules: 599
% 6.09/6.35  New rule produced :
% 6.09/6.35  [616] theorem(or(A,or(B,or(not(or(or(C,X),Y)),or(C,or(Y,X)))))) -> true
% 6.09/6.35  Current number of equations to process: 222
% 6.09/6.35  Current number of ordered equations: 0
% 6.89/7.16  Current number of rules: 600
% 6.89/7.16  New rule produced :
% 6.89/7.16  [617]
% 6.89/7.16  theorem(or(or(not(or(or(not(A),B),or(not(A),B))),B),not(or(A,A)))) -> true
% 6.89/7.16  Current number of equations to process: 221
% 6.89/7.16  Current number of ordered equations: 0
% 6.89/7.16  Current number of rules: 601
% 6.89/7.16  New rule produced :
% 6.89/7.16  [618]
% 6.89/7.16  theorem(or(not(or(or(not(A),B),or(not(A),B))),or(not(or(A,A)),B))) -> true
% 6.89/7.16  Current number of equations to process: 220
% 6.89/7.16  Current number of ordered equations: 0
% 6.89/7.16  Current number of rules: 602
% 6.89/7.16  New rule produced :
% 6.89/7.16  [619]
% 6.89/7.16  theorem(or(not(or(A,A)),not(or(or(not(A),not(A)),or(not(A),not(A)))))) ->
% 6.89/7.16  true
% 6.89/7.16  Current number of equations to process: 219
% 6.89/7.16  Current number of ordered equations: 0
% 6.89/7.16  Current number of rules: 603
% 6.89/7.16  New rule produced :
% 6.89/7.16  [620]
% 6.89/7.16  theorem(or(not(or(A,A)),or(not(or(or(B,not(A)),or(B,not(A)))),B))) -> true
% 6.89/7.16  Current number of equations to process: 217
% 6.89/7.16  Current number of ordered equations: 0
% 6.89/7.16  Current number of rules: 604
% 6.89/7.16  New rule produced :
% 6.89/7.16  [621] theorem(or(or(not(or(A,or(B,or(C,X)))),or(C,or(B,X))),A)) -> true
% 6.89/7.16  Current number of equations to process: 225
% 6.89/7.16  Current number of ordered equations: 0
% 6.89/7.16  Current number of rules: 605
% 6.89/7.16  New rule produced :
% 6.89/7.16  [622] theorem(or(or(A,or(B,or(C,X))),not(or(or(C,or(B,X)),A)))) -> true
% 6.89/7.16  Current number of equations to process: 231
% 6.89/7.16  Current number of ordered equations: 0
% 6.89/7.16  Current number of rules: 606
% 6.89/7.16  New rule produced :
% 6.89/7.16  [623] theorem(or(A,or(not(or(or(B,or(C,X)),A)),or(C,or(B,X))))) -> true
% 6.89/7.16  Current number of equations to process: 230
% 6.89/7.16  Current number of ordered equations: 0
% 6.89/7.16  Current number of rules: 607
% 6.89/7.16  New rule produced :
% 6.89/7.16  [624] theorem(or(not(or(A,or(or(A,B),B))),or(C,or(A,B)))) -> true
% 6.89/7.16  Current number of equations to process: 230
% 6.89/7.16  Current number of ordered equations: 0
% 6.89/7.16  Current number of rules: 608
% 6.89/7.16  New rule produced :
% 6.89/7.16  [625] theorem(or(or(A,or(B,C)),not(or(A,or(or(C,B),or(C,B)))))) -> true
% 6.89/7.16  Current number of equations to process: 237
% 6.89/7.16  Current number of ordered equations: 0
% 6.89/7.16  Current number of rules: 609
% 6.89/7.16  New rule produced :
% 6.89/7.16  [626] theorem(or(A,or(not(or(A,or(or(B,C),or(B,C)))),or(C,B)))) -> true
% 6.89/7.16  Current number of equations to process: 236
% 6.89/7.16  Current number of ordered equations: 0
% 6.89/7.16  Current number of rules: 610
% 6.89/7.16  New rule produced :
% 6.89/7.16  [627] theorem(or(not(or(or(or(A,B),or(A,B)),C)),or(C,or(B,A)))) -> true
% 6.89/7.16  Current number of equations to process: 235
% 6.89/7.16  Current number of ordered equations: 0
% 6.89/7.16  Current number of rules: 611
% 6.89/7.16  New rule produced :
% 6.89/7.16  [628] theorem(or(not(or(A,or(B,C))),or(X,or(Y,or(B,or(A,C)))))) -> true
% 6.89/7.16  Current number of equations to process: 236
% 6.89/7.16  Current number of ordered equations: 0
% 6.89/7.16  Current number of rules: 612
% 6.89/7.16  New rule produced :
% 6.89/7.16  [629] theorem(or(or(A,or(B,or(C,X))),not(or(A,or(or(B,X),C))))) -> true
% 6.89/7.16  Current number of equations to process: 243
% 6.89/7.16  Current number of ordered equations: 0
% 6.89/7.16  Current number of rules: 613
% 6.89/7.16  New rule produced :
% 6.89/7.16  [630] theorem(or(A,or(not(or(A,or(or(B,C),X))),or(B,or(X,C))))) -> true
% 6.89/7.16  Current number of equations to process: 242
% 6.89/7.16  Current number of ordered equations: 0
% 6.89/7.16  Current number of rules: 614
% 6.89/7.16  New rule produced :
% 6.89/7.16  [631] theorem(or(not(or(or(or(A,B),C),X)),or(X,or(A,or(C,B))))) -> true
% 6.89/7.16  Current number of equations to process: 241
% 6.89/7.16  Current number of ordered equations: 0
% 6.89/7.16  Current number of rules: 615
% 6.89/7.16  New rule produced :
% 6.89/7.16  [632] theorem(or(or(not(or(A,B)),or(A,C)),not(not(B)))) -> true
% 6.89/7.16  Current number of equations to process: 245
% 6.89/7.16  Current number of ordered equations: 0
% 6.89/7.16  Current number of rules: 616
% 6.89/7.16  New rule produced :
% 6.89/7.16  [633] theorem(or(not(or(A,B)),or(not(not(B)),or(A,C)))) -> true
% 6.89/7.16  Current number of equations to process: 245
% 6.89/7.16  Current number of ordered equations: 0
% 6.89/7.16  Current number of rules: 617
% 6.89/7.16  New rule produced :
% 6.89/7.16  [634] theorem(or(A,or(not(not(B)),or(not(or(C,B)),or(C,X))))) -> true
% 6.89/7.16  Current number of equations to process: 245
% 6.89/7.16  Current number of ordered equations: 0
% 6.89/7.16  Current number of rules: 618
% 6.89/7.16  New rule produced :
% 6.89/7.16  [635] theorem(or(not(or(not(A),not(A))),or(not(or(B,A)),or(B,C)))) -> true
% 6.89/7.16  Current number of equations to process: 246
% 6.89/7.16  Current number of ordered equations: 0
% 6.89/7.16  Current number of rules: 619
% 6.89/7.16  New rule produced :
% 6.89/7.16  [636] theorem(or(not(or(A,not(B))),or(A,or(not(or(C,B)),or(C,X))))) -> true
% 6.89/7.16  Current number of equations to process: 245
% 7.42/7.67  Current number of ordered equations: 0
% 7.42/7.67  Current number of rules: 620
% 7.42/7.67  New rule produced :
% 7.42/7.67  [637] theorem(or(A,or(or(not(or(B,C)),or(B,X)),not(or(X,not(C)))))) -> true
% 7.42/7.67  Current number of equations to process: 247
% 7.42/7.67  Current number of ordered equations: 0
% 7.42/7.67  Current number of rules: 621
% 7.42/7.67  New rule produced :
% 7.42/7.67  [638] theorem(or(or(not(or(A,not(B))),or(C,A)),not(or(C,B)))) -> true
% 7.42/7.67  Current number of equations to process: 250
% 7.42/7.67  Current number of ordered equations: 0
% 7.42/7.67  Current number of rules: 622
% 7.42/7.67  New rule produced :
% 7.42/7.67  [639] theorem(or(not(or(A,B)),or(not(or(C,not(A))),or(B,C)))) -> true
% 7.42/7.67  Current number of equations to process: 250
% 7.42/7.67  Current number of ordered equations: 0
% 7.42/7.67  Current number of rules: 623
% 7.42/7.67  New rule produced :
% 7.42/7.67  [640] theorem(or(A,or(or(B,C),not(or(B,or(or(B,C),C)))))) -> true
% 7.42/7.67  Current number of equations to process: 252
% 7.42/7.67  Current number of ordered equations: 0
% 7.42/7.67  Current number of rules: 624
% 7.42/7.67  New rule produced :
% 7.42/7.67  [641] theorem(or(or(not(or(A,or(or(A,B),B))),B),A)) -> true
% 7.42/7.67  Current number of equations to process: 257
% 7.42/7.67  Current number of ordered equations: 0
% 7.42/7.67  Current number of rules: 625
% 7.42/7.67  New rule produced :
% 7.42/7.67  [642] theorem(or(A,or(B,or(not(or(B,or(or(B,C),C))),C)))) -> true
% 7.42/7.67  Current number of equations to process: 259
% 7.42/7.67  Current number of ordered equations: 0
% 7.42/7.67  Current number of rules: 626
% 7.42/7.67  New rule produced :
% 7.42/7.67  [643] theorem(or(not(or(A,or(or(B,C),C))),or(A,or(B,C)))) -> true
% 7.42/7.67  Current number of equations to process: 260
% 7.42/7.67  Current number of ordered equations: 0
% 7.42/7.67  Current number of rules: 627
% 7.42/7.67  New rule produced : [644] theorem(or(or(A,B),not(or(or(A,B),B)))) -> true
% 7.42/7.67  Current number of equations to process: 262
% 7.42/7.67  Current number of ordered equations: 0
% 7.42/7.67  Current number of rules: 628
% 7.42/7.67  New rule produced : [645] theorem(or(A,or(not(or(or(A,B),B)),B))) -> true
% 7.42/7.67  Current number of equations to process: 262
% 7.42/7.67  Current number of ordered equations: 0
% 7.42/7.67  Current number of rules: 629
% 7.42/7.67  New rule produced :
% 7.42/7.67  [646] theorem(or(A,or(not(or(or(B,C),C)),or(B,C)))) -> true
% 7.42/7.67  Current number of equations to process: 262
% 7.42/7.67  Current number of ordered equations: 0
% 7.42/7.67  Current number of rules: 630
% 7.42/7.67  New rule produced : [647] theorem(or(not(or(A,or(B,A))),or(B,A))) -> true
% 7.42/7.67  Current number of equations to process: 262
% 7.42/7.67  Current number of ordered equations: 0
% 7.42/7.67  Current number of rules: 631
% 7.42/7.67  New rule produced :
% 7.42/7.67  [648] theorem(or(or(A,B),not(or(or(or(A,B),B),A)))) -> true
% 7.42/7.67  Current number of equations to process: 266
% 7.42/7.67  Current number of ordered equations: 0
% 7.42/7.67  Current number of rules: 632
% 7.42/7.67  New rule produced :
% 7.42/7.67  [649] theorem(or(A,or(not(or(or(or(A,B),B),A)),B))) -> true
% 7.42/7.67  Current number of equations to process: 266
% 7.42/7.67  Current number of ordered equations: 0
% 7.42/7.67  Current number of rules: 633
% 7.42/7.67  New rule produced :
% 7.42/7.67  [650] theorem(or(A,or(not(or(or(or(B,C),C),B)),or(B,C)))) -> true
% 7.42/7.67  Current number of equations to process: 266
% 7.42/7.67  Current number of ordered equations: 0
% 7.42/7.67  Current number of rules: 634
% 7.42/7.67  New rule produced :
% 7.42/7.67  [651] theorem(or(A,or(not(or(B,C)),or(not(or(X,not(C))),or(B,X))))) -> true
% 7.42/7.67  Current number of equations to process: 268
% 7.42/7.67  Current number of ordered equations: 0
% 7.42/7.67  Current number of rules: 635
% 7.42/7.67  New rule produced :
% 7.42/7.67  [652]
% 7.42/7.67  ifeq(axiom(or(or(A,B),not(or(A,or(or(A,B),B))))),true,true,true) -> true
% 7.42/7.67  Current number of equations to process: 267
% 7.42/7.67  Current number of ordered equations: 0
% 7.42/7.67  Current number of rules: 636
% 7.42/7.67  New rule produced :
% 7.42/7.67  [653]
% 7.42/7.67  ifeq(axiom(or(A,or(not(or(A,or(or(A,B),B))),B))),true,true,true) -> true
% 7.42/7.67  Current number of equations to process: 266
% 7.42/7.67  Current number of ordered equations: 0
% 7.42/7.67  Current number of rules: 637
% 7.42/7.67  New rule produced :
% 7.42/7.67  [654] theorem(or(not(or(or(or(A,B),B),or(or(A,B),B))),or(A,B))) -> true
% 7.42/7.67  Current number of equations to process: 265
% 7.42/7.67  Current number of ordered equations: 0
% 7.42/7.67  Current number of rules: 638
% 7.42/7.67  New rule produced :
% 7.42/7.67  [655] theorem(or(not(or(A,or(or(or(B,C),C),B))),or(A,or(B,C)))) -> true
% 7.42/7.67  Current number of equations to process: 264
% 7.42/7.67  Current number of ordered equations: 0
% 7.42/7.67  Current number of rules: 639
% 7.42/7.67  New rule produced :
% 7.42/7.67  [656] theorem(or(or(not(or(A,or(or(A,B),B))),or(A,B)),C)) -> true
% 7.42/7.67  Current number of equations to process: 265
% 7.42/7.67  Current number of ordered equations: 0
% 7.42/7.67  Current number of rules: 640
% 7.42/7.67  New rule produced :
% 7.42/7.67  [657] theorem(or(A,or(B,or(not(or(C,or(or(C,X),X))),or(C,X))))) -> true
% 8.17/8.43  Current number of equations to process: 267
% 8.17/8.43  Current number of ordered equations: 0
% 8.17/8.43  Current number of rules: 641
% 8.17/8.43  New rule produced :
% 8.17/8.43  [658]
% 8.17/8.43  theorem(or(not(or(A,A)),or(not(or(not(A),or(or(not(A),B),B))),B))) -> true
% 8.17/8.43  Current number of equations to process: 266
% 8.17/8.43  Current number of ordered equations: 0
% 8.17/8.43  Current number of rules: 642
% 8.17/8.43  New rule produced :
% 8.17/8.43  [659] theorem(or(or(not(or(A,not(B))),or(not(or(C,B)),or(C,A))),X)) -> true
% 8.17/8.43  Current number of equations to process: 267
% 8.17/8.43  Current number of ordered equations: 0
% 8.17/8.43  Current number of rules: 643
% 8.17/8.43  New rule produced :
% 8.17/8.43  [660] theorem(or(or(A,or(B,C)),not(or(A,or(B,or(or(B,C),C)))))) -> true
% 8.17/8.43  Current number of equations to process: 274
% 8.17/8.43  Current number of ordered equations: 0
% 8.17/8.43  Current number of rules: 644
% 8.17/8.43  New rule produced :
% 8.17/8.43  [661] theorem(or(A,or(not(or(A,or(B,or(or(B,C),C)))),or(B,C)))) -> true
% 8.17/8.43  Current number of equations to process: 273
% 8.17/8.43  Current number of ordered equations: 0
% 8.17/8.43  Current number of rules: 645
% 8.17/8.43  New rule produced :
% 8.17/8.43  [662] theorem(or(not(or(or(A,or(or(A,B),B)),C)),or(C,or(A,B)))) -> true
% 8.17/8.43  Current number of equations to process: 272
% 8.17/8.43  Current number of ordered equations: 0
% 8.17/8.43  Current number of rules: 646
% 8.17/8.43  New rule produced :
% 8.17/8.43  [663] theorem(or(or(A,or(B,or(C,X))),not(or(B,X)))) -> true
% 8.17/8.43  Current number of equations to process: 276
% 8.17/8.43  Current number of ordered equations: 0
% 8.17/8.43  Current number of rules: 647
% 8.17/8.43  New rule produced :
% 8.17/8.43  [664] theorem(or(not(or(A,B)),or(C,or(B,or(X,A))))) -> true
% 8.17/8.43  Current number of equations to process: 277
% 8.17/8.43  Current number of ordered equations: 0
% 8.17/8.43  Current number of rules: 648
% 8.17/8.43  New rule produced :
% 8.17/8.43  [665] theorem(or(A,or(not(or(B,C)),or(X,or(B,or(Y,C)))))) -> true
% 8.17/8.43  Current number of equations to process: 276
% 8.17/8.43  Current number of ordered equations: 0
% 8.17/8.43  Current number of rules: 649
% 8.17/8.43  New rule produced :
% 8.17/8.43  [666] theorem(or(not(or(A,or(B,C))),or(A,or(X,or(B,or(Y,C)))))) -> true
% 8.17/8.43  Current number of equations to process: 277
% 8.17/8.43  Current number of ordered equations: 0
% 8.17/8.43  Current number of rules: 650
% 8.17/8.43  New rule produced :
% 8.17/8.43  [667] theorem(or(not(or(or(A,B),or(A,B))),or(C,or(A,or(X,B))))) -> true
% 8.17/8.43  Current number of equations to process: 276
% 8.17/8.43  Current number of ordered equations: 0
% 8.17/8.43  Current number of rules: 651
% 8.17/8.43  New rule produced :
% 8.17/8.43  [668] theorem(or(A,or(or(B,or(C,or(X,Y))),not(or(X,or(C,Y)))))) -> true
% 8.17/8.43  Current number of equations to process: 278
% 8.17/8.43  Current number of ordered equations: 0
% 8.17/8.43  Current number of rules: 652
% 8.17/8.43  New rule produced :
% 8.17/8.43  [669] theorem(or(or(A,or(B,or(C,X))),not(or(or(B,X),C)))) -> true
% 8.17/8.43  Current number of equations to process: 281
% 8.17/8.43  Current number of ordered equations: 0
% 8.17/8.43  Current number of rules: 653
% 8.17/8.43  New rule produced :
% 8.17/8.43  [670] theorem(or(A,or(not(or(or(B,C),X)),or(Y,or(B,or(X,C)))))) -> true
% 8.17/8.43  Current number of equations to process: 283
% 8.17/8.43  Current number of ordered equations: 0
% 8.17/8.43  Current number of rules: 654
% 8.17/8.43  New rule produced :
% 8.17/8.43  [671] theorem(or(or(not(or(A,or(B,C))),or(X,or(B,or(A,C)))),Y)) -> true
% 8.17/8.43  Current number of equations to process: 284
% 8.17/8.43  Current number of ordered equations: 0
% 8.17/8.43  Current number of rules: 655
% 8.17/8.43  New rule produced :
% 8.17/8.43  [672] ifeq(axiom(or(A,or(or(not(or(B,B)),B),C))),true,true,true) -> true
% 8.17/8.43  Current number of equations to process: 286
% 8.17/8.43  Current number of ordered equations: 0
% 8.17/8.43  Current number of rules: 656
% 8.17/8.43  New rule produced : [673] theorem(or(or(or(not(or(A,A)),A),B),C)) -> true
% 8.17/8.43  Current number of equations to process: 287
% 8.17/8.43  Current number of ordered equations: 0
% 8.17/8.43  Current number of rules: 657
% 8.17/8.43  New rule produced :
% 8.17/8.43  [674] theorem(or(A,or(B,or(or(not(or(C,C)),C),X)))) -> true
% 8.17/8.43  Current number of equations to process: 286
% 8.17/8.43  Current number of ordered equations: 0
% 8.17/8.43  Current number of rules: 658
% 8.17/8.43  New rule produced :
% 8.17/8.43  [675] ifeq(axiom(or(or(A,or(not(or(B,B)),B)),C)),true,true,true) -> true
% 8.17/8.43  Current number of equations to process: 286
% 8.17/8.43  Current number of ordered equations: 0
% 8.17/8.43  Current number of rules: 659
% 8.17/8.43  New rule produced :
% 8.17/8.43  [676] theorem(or(A,or(or(B,or(not(or(C,C)),C)),X))) -> true
% 8.17/8.43  Current number of equations to process: 286
% 8.17/8.43  Current number of ordered equations: 0
% 8.17/8.43  Current number of rules: 660
% 8.17/8.43  New rule produced :
% 8.17/8.43  [677] theorem(or(or(A,or(B,or(not(or(C,C)),C))),X)) -> true
% 8.17/8.43  Current number of equations to process: 290
% 8.17/8.43  Current number of ordered equations: 0
% 9.28/9.57  Current number of rules: 661
% 9.28/9.57  New rule produced :
% 9.28/9.57  [678] theorem(or(A,or(B,or(C,or(X,or(not(or(Y,Y)),Y)))))) -> true
% 9.28/9.57  Current number of equations to process: 289
% 9.28/9.57  Current number of ordered equations: 0
% 9.28/9.57  Current number of rules: 662
% 9.28/9.57  New rule produced :
% 9.28/9.57  [679] ifeq(axiom(or(A,or(or(not(B),or(C,B)),X))),true,true,true) -> true
% 9.28/9.57  Current number of equations to process: 291
% 9.28/9.57  Current number of ordered equations: 0
% 9.28/9.57  Current number of rules: 663
% 9.28/9.57  New rule produced : [680] theorem(or(or(or(not(A),or(B,A)),C),X)) -> true
% 9.28/9.57  Current number of equations to process: 292
% 9.28/9.57  Current number of ordered equations: 0
% 9.28/9.57  Current number of rules: 664
% 9.28/9.57  New rule produced :
% 9.28/9.57  [681] theorem(or(A,or(B,or(or(not(C),or(X,C)),Y)))) -> true
% 9.28/9.57  Current number of equations to process: 291
% 9.28/9.57  Current number of ordered equations: 0
% 9.28/9.57  Current number of rules: 665
% 9.28/9.57  New rule produced :
% 9.28/9.57  [682]
% 9.28/9.57  ifeq(axiom(or(A,or(B,or(C,or(not(or(X,X)),X))))),true,true,true) -> true
% 9.28/9.57  Current number of equations to process: 289
% 9.28/9.57  Current number of ordered equations: 0
% 9.28/9.57  Current number of rules: 666
% 9.28/9.57  New rule produced :
% 9.28/9.57  [683] ifeq(axiom(or(or(A,or(not(B),or(C,B))),X)),true,true,true) -> true
% 9.28/9.57  Current number of equations to process: 290
% 9.28/9.57  Current number of ordered equations: 0
% 9.28/9.57  Current number of rules: 667
% 9.28/9.57  New rule produced :
% 9.28/9.57  [684] theorem(or(A,or(or(B,or(not(C),or(X,C))),Y))) -> true
% 9.28/9.57  Current number of equations to process: 290
% 9.28/9.57  Current number of ordered equations: 0
% 9.28/9.57  Current number of rules: 668
% 9.28/9.57  New rule produced :
% 9.28/9.57  [685] theorem(or(or(A,or(B,or(not(C),or(X,C)))),Y)) -> true
% 9.28/9.57  Current number of equations to process: 294
% 9.28/9.57  Current number of ordered equations: 0
% 9.28/9.57  Current number of rules: 669
% 9.28/9.57  New rule produced :
% 9.28/9.57  [686] theorem(or(A,or(B,or(C,or(X,or(not(Y),or(Z,Y))))))) -> true
% 9.28/9.57  Current number of equations to process: 293
% 9.28/9.57  Current number of ordered equations: 0
% 9.28/9.57  Current number of rules: 670
% 9.28/9.57  New rule produced :
% 9.28/9.57  [687]
% 9.28/9.57  ifeq(axiom(or(A,or(B,or(C,or(not(X),or(Y,X)))))),true,true,true) -> true
% 9.28/9.57  Current number of equations to process: 294
% 9.28/9.57  Current number of ordered equations: 0
% 9.28/9.57  Current number of rules: 671
% 9.28/9.57  New rule produced :
% 9.28/9.57  [688] theorem(or(not(not(A)),or(B,or(not(or(C,A)),or(C,X))))) -> true
% 9.28/9.57  Current number of equations to process: 299
% 9.28/9.57  Current number of ordered equations: 0
% 9.28/9.57  Current number of rules: 672
% 9.28/9.57  New rule produced :
% 9.28/9.57  [689] theorem(or(or(A,or(not(or(B,C)),or(B,X))),not(or(X,not(C))))) -> true
% 9.28/9.57  Current number of equations to process: 298
% 9.28/9.57  Current number of ordered equations: 0
% 9.28/9.57  Current number of rules: 673
% 9.28/9.57  New rule produced :
% 9.28/9.57  [690] theorem(or(or(or(not(or(A,B)),or(B,A)),C),X)) -> true
% 9.28/9.57  Current number of equations to process: 302
% 9.28/9.57  Current number of ordered equations: 0
% 9.28/9.57  Current number of rules: 674
% 9.28/9.57  New rule produced :
% 9.28/9.57  [691] theorem(or(A,or(B,or(or(not(or(C,X)),or(X,C)),Y)))) -> true
% 9.28/9.57  Current number of equations to process: 301
% 9.28/9.57  Current number of ordered equations: 0
% 9.28/9.57  Current number of rules: 675
% 9.28/9.57  New rule produced :
% 9.28/9.57  [692] theorem(or(A,or(or(B,or(not(or(C,X)),or(X,C))),Y))) -> true
% 9.28/9.57  Current number of equations to process: 303
% 9.28/9.57  Current number of ordered equations: 0
% 9.28/9.57  Current number of rules: 676
% 9.28/9.57  New rule produced :
% 9.28/9.57  [693]
% 9.28/9.57  ifeq(axiom(or(A,or(or(not(or(B,C)),or(C,B)),X))),true,true,true) -> true
% 9.28/9.57  Current number of equations to process: 305
% 9.28/9.57  Current number of ordered equations: 0
% 9.28/9.57  Current number of rules: 677
% 9.28/9.57  New rule produced :
% 9.28/9.57  [694]
% 9.28/9.57  ifeq(axiom(or(or(A,or(not(or(B,C)),or(C,B))),X)),true,true,true) -> true
% 9.28/9.57  Current number of equations to process: 304
% 9.28/9.57  Current number of ordered equations: 0
% 9.28/9.57  Current number of rules: 678
% 9.28/9.57  New rule produced :
% 9.28/9.57  [695] theorem(or(or(A,or(B,or(not(or(C,X)),or(X,C)))),Y)) -> true
% 9.28/9.57  Current number of equations to process: 305
% 9.28/9.57  Current number of ordered equations: 0
% 9.28/9.57  Current number of rules: 679
% 9.28/9.57  New rule produced :
% 9.28/9.57  [696] theorem(or(A,or(B,or(C,or(X,or(not(or(Y,Z)),or(Z,Y))))))) -> true
% 9.28/9.57  Current number of equations to process: 304
% 9.28/9.57  Current number of ordered equations: 0
% 9.28/9.57  Current number of rules: 680
% 9.28/9.57  New rule produced :
% 9.28/9.57  [697] ifeq(axiom(or(or(A,not(or(A,A))),B)),true,true,true) -> true
% 9.28/9.57  Current number of equations to process: 304
% 9.28/9.57  Current number of ordered equations: 0
% 9.28/9.57  Current number of rules: 681
% 9.28/9.57  New rule produced : [698] theorem(or(A,or(or(B,not(or(B,B))),C))) -> true
% 9.85/10.10  Current number of equations to process: 304
% 9.85/10.10  Current number of ordered equations: 0
% 9.85/10.10  Current number of rules: 682
% 9.85/10.10  New rule produced :
% 9.85/10.10  [699] ifeq(axiom(or(A,or(B,or(C,not(or(C,C)))))),true,true,true) -> true
% 9.85/10.10  Current number of equations to process: 306
% 9.85/10.10  Current number of ordered equations: 0
% 9.85/10.10  Current number of rules: 683
% 9.85/10.10  New rule produced : [700] theorem(or(or(A,or(B,not(or(B,B)))),C)) -> true
% 9.85/10.10  Current number of equations to process: 307
% 9.85/10.10  Current number of ordered equations: 0
% 9.85/10.10  Current number of rules: 684
% 9.85/10.10  New rule produced :
% 9.85/10.10  [701] theorem(or(A,or(B,or(C,or(X,not(or(X,X))))))) -> true
% 9.85/10.10  Current number of equations to process: 306
% 9.85/10.10  Current number of ordered equations: 0
% 9.85/10.10  Current number of rules: 685
% 9.85/10.10  New rule produced :
% 9.85/10.10  [702] ifeq(axiom(or(A,or(B,not(or(A,A))))),true,true,true) -> true
% 9.85/10.10  Current number of equations to process: 308
% 9.85/10.10  Current number of ordered equations: 0
% 9.85/10.10  Current number of rules: 686
% 9.85/10.10  New rule produced : [703] theorem(or(or(A,not(or(B,B))),B)) -> true
% 9.85/10.10  Current number of equations to process: 310
% 9.85/10.10  Current number of ordered equations: 0
% 9.85/10.10  Current number of rules: 687
% 9.85/10.10  New rule produced : [704] theorem(or(A,or(B,or(C,not(or(B,B)))))) -> true
% 9.85/10.10  Current number of equations to process: 309
% 9.85/10.10  Current number of ordered equations: 0
% 9.85/10.10  Current number of rules: 688
% 9.85/10.10  New rule produced :
% 9.85/10.10  [705] theorem(or(not(or(A,A)),or(B,not(or(not(A),not(A)))))) -> true
% 9.85/10.10  Current number of equations to process: 311
% 9.85/10.10  Current number of ordered equations: 0
% 9.85/10.10  Current number of rules: 689
% 9.85/10.10  New rule produced :
% 9.85/10.10  [706] theorem(or(not(or(A,B)),or(A,or(C,not(or(not(B),not(B))))))) -> true
% 9.85/10.10  Current number of equations to process: 309
% 9.85/10.10  Current number of ordered equations: 0
% 9.85/10.10  Current number of rules: 690
% 9.85/10.10  New rule produced :
% 9.85/10.10  [707] theorem(or(not(A),or(B,not(or(not(or(C,A)),not(or(C,A))))))) -> true
% 9.85/10.10  Current number of equations to process: 308
% 9.85/10.10  Current number of ordered equations: 0
% 9.85/10.10  Current number of rules: 691
% 9.85/10.10  New rule produced :
% 9.85/10.10  [708]
% 9.85/10.10  ifeq(axiom(or(not(or(or(A,not(or(A,A))),B)),C)),true,theorem(C),true) -> true
% 9.85/10.10  Current number of equations to process: 309
% 9.85/10.10  Current number of ordered equations: 0
% 9.85/10.10  Current number of rules: 692
% 9.85/10.10  New rule produced :
% 9.85/10.10  [709]
% 9.85/10.10  ifeq(axiom(or(not(or(A,or(B,not(or(A,A))))),C)),true,theorem(C),true) -> true
% 9.85/10.10  Current number of equations to process: 308
% 9.85/10.10  Current number of ordered equations: 0
% 9.85/10.10  Current number of rules: 693
% 9.85/10.10  New rule produced :
% 9.85/10.10  [710]
% 9.85/10.10  theorem(or(not(or(A,B)),or(C,not(or(not(or(B,A)),not(or(B,A))))))) -> true
% 9.85/10.10  Current number of equations to process: 307
% 9.85/10.10  Current number of ordered equations: 0
% 9.85/10.10  Current number of rules: 694
% 9.85/10.10  New rule produced :
% 9.85/10.10  [711] theorem(or(or(A,not(or(not(B),not(B)))),not(or(A,or(B,B))))) -> true
% 9.85/10.10  Current number of equations to process: 311
% 9.85/10.10  Current number of ordered equations: 0
% 9.85/10.10  Current number of rules: 695
% 9.85/10.10  New rule produced :
% 9.85/10.10  [712] theorem(or(A,or(not(or(A,or(B,B))),not(or(not(B),not(B)))))) -> true
% 9.85/10.10  Current number of equations to process: 310
% 9.85/10.10  Current number of ordered equations: 0
% 9.85/10.10  Current number of rules: 696
% 9.85/10.10  New rule produced :
% 9.85/10.10  [713] theorem(or(not(or(or(A,A),B)),or(B,not(or(not(A),not(A)))))) -> true
% 9.85/10.10  Current number of equations to process: 310
% 9.85/10.10  Current number of ordered equations: 0
% 9.85/10.10  Current number of rules: 697
% 9.85/10.10  New rule produced :
% 9.85/10.10  [714] theorem(or(not(or(A,or(not(B),not(B)))),or(A,not(or(B,B))))) -> true
% 9.85/10.10  Current number of equations to process: 311
% 9.85/10.10  Current number of ordered equations: 0
% 9.85/10.10  Current number of rules: 698
% 9.85/10.10  New rule produced : [715] theorem(or(not(not(A)),not(or(A,A)))) -> true
% 9.85/10.10  Current number of equations to process: 314
% 9.85/10.10  Current number of ordered equations: 0
% 9.85/10.10  Current number of rules: 699
% 9.85/10.10  New rule produced :
% 9.85/10.10  [716] theorem(or(A,or(not(or(not(B),not(B))),not(or(B,B))))) -> true
% 9.85/10.10  Current number of equations to process: 313
% 9.85/10.10  Current number of ordered equations: 0
% 9.85/10.10  Current number of rules: 700
% 9.85/10.10  New rule produced :
% 9.85/10.10  [717] theorem(or(or(not(or(A,A)),not(or(not(A),not(A)))),B)) -> true
% 9.85/10.10  Current number of equations to process: 317
% 9.85/10.10  Current number of ordered equations: 0
% 9.85/10.10  Current number of rules: 701
% 9.85/10.10  New rule produced :
% 9.85/10.10  [718] theorem(or(A,or(B,or(not(or(C,C)),not(or(not(C),not(C))))))) -> true
% 9.85/10.10  Current number of equations to process: 316
% 10.72/11.02  Current number of ordered equations: 0
% 10.72/11.02  Current number of rules: 702
% 10.72/11.02  New rule produced :
% 10.72/11.02  [719] ifeq(axiom(or(or(or(A,B),not(B)),C)),true,true,true) -> true
% 10.72/11.02  Current number of equations to process: 317
% 10.72/11.02  Current number of ordered equations: 0
% 10.72/11.02  Current number of rules: 703
% 10.72/11.02  New rule produced : [720] theorem(or(A,or(or(or(B,C),not(C)),X))) -> true
% 10.72/11.02  Current number of equations to process: 317
% 10.72/11.02  Current number of ordered equations: 0
% 10.72/11.02  Current number of rules: 704
% 10.72/11.02  New rule produced :
% 10.72/11.02  [721] ifeq(axiom(or(A,or(B,or(or(C,X),not(X))))),true,true,true) -> true
% 10.72/11.02  Current number of equations to process: 319
% 10.72/11.02  Current number of ordered equations: 0
% 10.72/11.02  Current number of rules: 705
% 10.72/11.02  New rule produced : [722] theorem(or(or(A,or(or(B,C),not(C))),X)) -> true
% 10.72/11.02  Current number of equations to process: 320
% 10.72/11.02  Current number of ordered equations: 0
% 10.72/11.02  Current number of rules: 706
% 10.72/11.02  New rule produced :
% 10.72/11.02  [723] theorem(or(A,or(B,or(C,or(or(X,Y),not(Y)))))) -> true
% 10.72/11.02  Current number of equations to process: 319
% 10.72/11.02  Current number of ordered equations: 0
% 10.72/11.02  Current number of rules: 707
% 10.72/11.02  New rule produced :
% 10.72/11.02  [724] ifeq(axiom(or(or(A,B),or(C,not(B)))),true,true,true) -> true
% 10.72/11.02  Current number of equations to process: 320
% 10.72/11.02  Current number of ordered equations: 0
% 10.72/11.02  Current number of rules: 708
% 10.72/11.02  New rule produced : [725] theorem(or(or(A,not(B)),or(C,B))) -> true
% 10.72/11.02  Current number of equations to process: 321
% 10.72/11.02  Current number of ordered equations: 0
% 10.72/11.02  Current number of rules: 709
% 10.72/11.02  New rule produced : [726] theorem(or(A,or(or(B,C),or(X,not(C))))) -> true
% 10.72/11.02  Current number of equations to process: 320
% 10.72/11.02  Current number of ordered equations: 0
% 10.72/11.02  Current number of rules: 710
% 10.72/11.02  New rule produced :
% 10.72/11.02  [727]
% 10.72/11.02  ifeq(axiom(or(not(or(or(or(A,B),not(B)),C)),X)),true,theorem(X),true) -> true
% 10.72/11.02  Current number of equations to process: 320
% 10.72/11.02  Current number of ordered equations: 0
% 10.72/11.02  Current number of rules: 711
% 10.72/11.02  New rule produced :
% 10.72/11.02  [728]
% 10.72/11.02  ifeq(axiom(or(not(or(or(A,B),or(C,not(B)))),X)),true,theorem(X),true) -> true
% 10.72/11.02  Current number of equations to process: 319
% 10.72/11.02  Current number of ordered equations: 0
% 10.72/11.02  Current number of rules: 712
% 10.72/11.02  New rule produced :
% 10.72/11.02  [729]
% 10.72/11.02  theorem(or(A,or(not(or(B,or(C,C))),or(B,not(or(not(C),not(C))))))) -> true
% 10.72/11.02  Current number of equations to process: 318
% 10.72/11.02  Current number of ordered equations: 0
% 10.72/11.02  Current number of rules: 713
% 10.72/11.02  New rule produced :
% 10.72/11.02  [730]
% 10.72/11.02  theorem(or(not(or(or(not(A),not(A)),or(not(A),not(A)))),not(or(A,A)))) ->
% 10.72/11.02  true
% 10.72/11.02  Current number of equations to process: 317
% 10.72/11.02  Current number of ordered equations: 0
% 10.72/11.02  Current number of rules: 714
% 10.72/11.02  New rule produced :
% 10.72/11.02  [731]
% 10.72/11.02  ifeq(axiom(or(A,or(not(or(B,B)),not(or(not(B),not(B)))))),true,true,true) ->
% 10.72/11.02  true
% 10.72/11.02  Current number of equations to process: 316
% 10.72/11.02  Current number of ordered equations: 0
% 10.72/11.02  Current number of rules: 715
% 10.72/11.02  New rule produced :
% 10.72/11.02  [732] theorem(or(not(or(not(A),not(A))),not(or(or(A,A),or(A,A))))) -> true
% 10.72/11.02  Current number of equations to process: 319
% 10.72/11.02  Current number of ordered equations: 0
% 10.72/11.02  Current number of rules: 716
% 10.72/11.02  New rule produced :
% 10.72/11.02  [733]
% 10.72/11.02  theorem(or(A,or(not(or(or(B,B),or(B,B))),not(or(not(B),not(B)))))) -> true
% 10.72/11.02  Current number of equations to process: 321
% 10.72/11.02  Current number of ordered equations: 0
% 10.72/11.02  Current number of rules: 717
% 10.72/11.02  New rule produced :
% 10.72/11.02  [734] theorem(or(or(or(not(or(A,or(B,C))),or(B,or(A,C))),X),Y)) -> true
% 10.72/11.02  Current number of equations to process: 322
% 10.72/11.02  Current number of ordered equations: 0
% 10.72/11.02  Current number of rules: 718
% 10.72/11.02  New rule produced :
% 10.72/11.02  [735] theorem(or(A,or(or(B,not(or(not(C),not(C)))),not(or(B,C))))) -> true
% 10.72/11.02  Current number of equations to process: 327
% 10.72/11.02  Current number of ordered equations: 0
% 10.72/11.02  Current number of rules: 719
% 10.72/11.02  New rule produced :
% 10.72/11.02  [736] theorem(or(or(not(or(A,B)),not(or(not(B),not(B)))),A)) -> true
% 10.72/11.02  Current number of equations to process: 329
% 10.72/11.02  Current number of ordered equations: 0
% 10.72/11.02  Current number of rules: 720
% 10.72/11.02  New rule produced :
% 10.72/11.02  [737] theorem(or(A,or(B,or(not(or(B,C)),not(or(not(C),not(C))))))) -> true
% 10.72/11.02  Current number of equations to process: 333
% 10.72/11.02  Current number of ordered equations: 0
% 10.72/11.02  Current number of rules: 721
% 10.72/11.02  New rule produced :
% 10.72/11.02  [738] theorem(or(or(A,not(or(not(B),not(B)))),not(or(B,A)))) -> true
% 10.72/11.02  Current number of equations to process: 335
% 10.72/11.02  Current number of ordered equations: 0
% 11.34/11.62  Current number of rules: 722
% 11.34/11.62  New rule produced :
% 11.34/11.62  [739] theorem(or(A,or(not(or(B,A)),not(or(not(B),not(B)))))) -> true
% 11.34/11.62  Current number of equations to process: 335
% 11.34/11.62  Current number of ordered equations: 0
% 11.34/11.62  Current number of rules: 723
% 11.34/11.62  New rule produced :
% 11.34/11.62  [740] theorem(or(A,or(not(or(B,C)),or(C,not(or(not(B),not(B))))))) -> true
% 11.34/11.62  Current number of equations to process: 335
% 11.34/11.62  Current number of ordered equations: 0
% 11.34/11.62  Current number of rules: 724
% 11.34/11.62  New rule produced :
% 11.34/11.62  [741]
% 11.34/11.62  ifeq(axiom(or(or(A,not(or(not(B),not(B)))),not(or(A,B)))),true,true,true) ->
% 11.34/11.62  true
% 11.34/11.62  Current number of equations to process: 337
% 11.34/11.62  Current number of ordered equations: 0
% 11.34/11.62  Current number of rules: 725
% 11.34/11.62  New rule produced :
% 11.34/11.62  [742]
% 11.34/11.62  ifeq(axiom(or(A,or(not(or(A,B)),not(or(not(B),not(B)))))),true,true,true) ->
% 11.34/11.62  true
% 11.34/11.62  Current number of equations to process: 336
% 11.34/11.62  Current number of ordered equations: 0
% 11.34/11.62  Current number of rules: 726
% 11.34/11.62  New rule produced :
% 11.34/11.62  [743]
% 11.34/11.62  theorem(or(not(or(A,A)),or(not(or(not(A),B)),not(or(not(B),not(B)))))) ->
% 11.34/11.62  true
% 11.34/11.62  Current number of equations to process: 335
% 11.34/11.62  Current number of ordered equations: 0
% 11.34/11.62  Current number of rules: 727
% 11.34/11.62  New rule produced :
% 11.34/11.62  [744]
% 11.34/11.62  theorem(or(not(A),or(not(or(not(or(B,A)),C)),not(or(not(C),not(C)))))) ->
% 11.34/11.62  true
% 11.34/11.62  Current number of equations to process: 334
% 11.34/11.62  Current number of ordered equations: 0
% 11.34/11.62  Current number of rules: 728
% 11.34/11.62  New rule produced :
% 11.34/11.62  [745]
% 11.34/11.62  theorem(or(not(or(A,or(B,C))),or(A,or(C,not(or(not(B),not(B))))))) -> true
% 11.34/11.62  Current number of equations to process: 333
% 11.34/11.62  Current number of ordered equations: 0
% 11.34/11.62  Current number of rules: 729
% 11.34/11.62  New rule produced :
% 11.34/11.62  [746]
% 11.34/11.62  theorem(or(not(or(or(A,B),or(A,B))),or(B,not(or(not(A),not(A)))))) -> true
% 11.34/11.62  Current number of equations to process: 332
% 11.34/11.62  Current number of ordered equations: 0
% 11.34/11.62  Current number of rules: 730
% 11.34/11.62  New rule produced :
% 11.34/11.62  [747] theorem(or(or(not(or(A,B)),or(A,not(or(not(B),not(B))))),C)) -> true
% 11.34/11.62  Current number of equations to process: 334
% 11.34/11.62  Current number of ordered equations: 0
% 11.34/11.62  Current number of rules: 731
% 11.34/11.62  New rule produced :
% 11.34/11.62  [748] theorem(or(not(or(A,B)),or(C,or(A,not(or(not(B),not(B))))))) -> true
% 11.34/11.62  Current number of equations to process: 333
% 11.34/11.62  Current number of ordered equations: 0
% 11.34/11.62  Current number of rules: 732
% 11.34/11.62  New rule produced : [749] theorem(or(not(not(or(A,B))),not(B))) -> true
% 11.34/11.62  Current number of equations to process: 338
% 11.34/11.62  Current number of ordered equations: 0
% 11.34/11.62  Current number of rules: 733
% 11.34/11.62  New rule produced :
% 11.34/11.62  [750] theorem(or(A,or(not(or(not(or(B,C)),not(or(B,C)))),not(C)))) -> true
% 11.34/11.62  Current number of equations to process: 337
% 11.34/11.62  Current number of ordered equations: 0
% 11.34/11.62  Current number of rules: 734
% 11.34/11.62  New rule produced :
% 11.34/11.62  [751] ifeq(axiom(or(or(or(A,B),not(or(B,A))),C)),true,true,true) -> true
% 11.34/11.62  Current number of equations to process: 338
% 11.34/11.62  Current number of ordered equations: 0
% 11.34/11.62  Current number of rules: 735
% 11.34/11.62  New rule produced :
% 11.34/11.62  [752] theorem(or(A,or(or(or(B,C),not(or(C,B))),X))) -> true
% 11.34/11.62  Current number of equations to process: 338
% 11.34/11.62  Current number of ordered equations: 0
% 11.34/11.62  Current number of rules: 736
% 11.34/11.62  New rule produced :
% 11.34/11.62  [753] ifeq(axiom(or(or(A,B),or(C,not(or(B,A))))),true,true,true) -> true
% 11.34/11.62  Current number of equations to process: 339
% 11.34/11.62  Current number of ordered equations: 0
% 11.34/11.62  Current number of rules: 737
% 11.34/11.62  New rule produced : [754] theorem(or(or(A,not(or(B,C))),or(C,B))) -> true
% 11.34/11.62  Current number of equations to process: 340
% 11.34/11.62  Current number of ordered equations: 0
% 11.34/11.62  Current number of rules: 738
% 11.34/11.62  New rule produced :
% 11.34/11.62  [755] theorem(or(A,or(or(B,C),or(X,not(or(C,B)))))) -> true
% 11.34/11.62  Current number of equations to process: 339
% 11.34/11.62  Current number of ordered equations: 0
% 11.34/11.62  Current number of rules: 739
% 11.34/11.62  New rule produced :
% 11.34/11.62  [756] theorem(or(or(A,or(or(B,C),not(or(C,B)))),X)) -> true
% 11.34/11.62  Current number of equations to process: 343
% 11.34/11.62  Current number of ordered equations: 0
% 11.34/11.62  Current number of rules: 740
% 11.34/11.62  New rule produced :
% 11.34/11.62  [757] theorem(or(A,or(B,or(C,or(or(X,Y),not(or(Y,X))))))) -> true
% 11.34/11.62  Current number of equations to process: 342
% 11.34/11.62  Current number of ordered equations: 0
% 11.34/11.62  Current number of rules: 741
% 11.34/11.62  New rule produced :
% 11.34/11.62  [758]
% 11.34/11.62  ifeq(axiom(or(A,or(B,or(or(C,X),not(or(X,C)))))),true,true,true) -> true
% 11.34/11.62  Current number of equations to process: 344
% 11.34/11.62  Current number of ordered equations: 0
% 11.63/11.95  Current number of rules: 742
% 11.63/11.95  New rule produced :
% 11.63/11.95  [759]
% 11.63/11.95  theorem(or(A,or(B,or(not(or(C,X)),or(C,not(or(not(X),not(X)))))))) -> true
% 11.63/11.95  Current number of equations to process: 343
% 11.63/11.95  Current number of ordered equations: 0
% 11.63/11.95  Current number of rules: 743
% 11.63/11.95  New rule produced :
% 11.63/11.95  [760]
% 11.63/11.95  theorem(or(not(or(A,or(not(or(B,C)),not(or(B,C))))),or(A,not(C)))) -> true
% 11.63/11.95  Current number of equations to process: 342
% 11.63/11.95  Current number of ordered equations: 0
% 11.63/11.95  Current number of rules: 744
% 11.63/11.95  New rule produced :
% 11.63/11.95  [761] theorem(or(or(not(A),not(or(not(or(B,A)),not(or(B,A))))),C)) -> true
% 11.63/11.95  Current number of equations to process: 342
% 11.63/11.95  Current number of ordered equations: 0
% 11.63/11.95  Current number of rules: 745
% 11.63/11.95  New rule produced :
% 11.63/11.95  [762]
% 11.63/11.95  theorem(or(A,or(B,or(not(C),not(or(not(or(X,C)),not(or(X,C)))))))) -> true
% 11.63/11.95  Current number of equations to process: 343
% 11.63/11.95  Current number of ordered equations: 0
% 11.63/11.95  Current number of rules: 746
% 11.63/11.95  New rule produced :
% 11.63/11.95  [763] theorem(or(not(or(not(or(A,B)),not(or(A,B)))),not(or(B,B)))) -> true
% 11.63/11.95  Current number of equations to process: 346
% 11.63/11.95  Current number of ordered equations: 0
% 11.63/11.95  Current number of rules: 747
% 11.63/11.95  New rule produced :
% 11.63/11.95  [764]
% 11.63/11.95  theorem(or(A,or(not(or(B,B)),not(or(not(or(C,B)),not(or(C,B))))))) -> true
% 11.63/11.95  Current number of equations to process: 347
% 11.63/11.95  Current number of ordered equations: 0
% 11.63/11.95  Current number of rules: 748
% 11.63/11.95  New rule produced :
% 11.63/11.95  [765] theorem(or(not(or(or(A,or(B,B)),or(A,or(B,B)))),or(A,or(C,B)))) -> true
% 11.63/11.95  Current number of equations to process: 346
% 11.63/11.95  Current number of ordered equations: 0
% 11.63/11.95  Current number of rules: 749
% 11.63/11.95  New rule produced :
% 11.63/11.95  [766]
% 11.63/11.95  ifeq(axiom(or(not(or(A,or(not(or(B,B)),or(C,B)))),X)),true,theorem(X),true)
% 11.63/11.95  -> true
% 11.63/11.95  Current number of equations to process: 345
% 11.63/11.95  Current number of ordered equations: 0
% 11.63/11.95  Current number of rules: 750
% 11.63/11.95  New rule produced :
% 11.63/11.95  [767] theorem(or(not(or(A,or(B,or(or(C,C),or(C,C))))),or(A,or(B,C)))) -> true
% 11.63/11.95  Current number of equations to process: 344
% 11.63/11.95  Current number of ordered equations: 0
% 11.63/11.95  Current number of rules: 751
% 11.63/11.95  New rule produced :
% 11.63/11.95  [768]
% 11.63/11.95  ifeq(axiom(or(not(or(A,not(or(or(A,A),or(A,A))))),B)),true,theorem(B),true)
% 11.63/11.95  -> true
% 11.63/11.95  Current number of equations to process: 343
% 11.63/11.95  Current number of ordered equations: 0
% 11.63/11.95  Current number of rules: 752
% 11.63/11.95  New rule produced :
% 11.63/11.95  [769]
% 11.63/11.95  ifeq(axiom(or(not(A),B)),true,theorem(or(not(A),or(not(or(not(B),C)),C))),true)
% 11.63/11.95  -> true
% 11.63/11.95  Current number of equations to process: 342
% 11.63/11.95  Current number of ordered equations: 0
% 11.63/11.95  Current number of rules: 753
% 11.63/11.95  New rule produced :
% 11.63/11.95  [770]
% 11.63/11.95  ifeq(axiom(or(not(or(A,or(not(B),or(C,or(X,B))))),Y)),true,theorem(Y),true)
% 11.63/11.95  -> true
% 11.63/11.95  Current number of equations to process: 341
% 11.63/11.95  Current number of ordered equations: 0
% 11.63/11.95  Current number of rules: 754
% 11.63/11.95  New rule produced :
% 11.63/11.95  [771]
% 11.63/11.95  ifeq(axiom(or(not(or(not(or(A,A)),or(B,or(C,A)))),X)),true,theorem(X),true)
% 11.63/11.95  -> true
% 11.63/11.95  Current number of equations to process: 340
% 11.63/11.95  Current number of ordered equations: 0
% 11.63/11.95  Current number of rules: 755
% 11.63/11.95  New rule produced :
% 11.63/11.95  [772]
% 11.63/11.95  ifeq(axiom(or(not(A),or(B,B))),true,theorem(or(not(A),or(C,or(X,B)))),true)
% 11.63/11.95  -> true
% 11.63/11.95  Current number of equations to process: 339
% 11.63/11.95  Current number of ordered equations: 0
% 11.63/11.95  Current number of rules: 756
% 11.63/11.95  New rule produced :
% 11.63/11.95  [773]
% 11.63/11.95  ifeq(axiom(or(not(or(not(A),or(B,or(C,or(X,A))))),Y)),true,theorem(Y),true)
% 11.63/11.95  -> true
% 11.63/11.95  Current number of equations to process: 338
% 11.63/11.95  Current number of ordered equations: 0
% 11.63/11.95  Current number of rules: 757
% 11.63/11.95  New rule produced :
% 11.63/11.95  [774]
% 11.63/11.95  ifeq(axiom(or(not(A),B)),true,theorem(or(not(A),or(C,or(X,or(Y,B))))),true)
% 11.63/11.95  -> true
% 11.63/11.95  Current number of equations to process: 337
% 11.63/11.95  Current number of ordered equations: 0
% 11.63/11.95  Current number of rules: 758
% 11.63/11.95  New rule produced :
% 11.63/11.95  [775]
% 11.63/11.95  ifeq(axiom(or(not(or(not(or(A,B)),or(A,or(B,C)))),X)),true,theorem(X),true)
% 11.63/11.95  -> true
% 11.63/11.95  Current number of equations to process: 336
% 11.63/11.95  Current number of ordered equations: 0
% 11.63/11.95  Current number of rules: 759
% 11.63/11.95  New rule produced :
% 11.63/11.95  [776]
% 11.63/11.95  ifeq(axiom(or(not(A),or(B,C))),true,theorem(or(not(A),or(B,or(C,X)))),true)
% 11.63/11.95  -> true
% 11.63/11.95  Current number of equations to process: 335
% 11.63/11.95  Current number of ordered equations: 0
% 11.63/11.95  Current number of rules: 760
% 11.63/11.95  New rule produced :
% 11.63/11.95  [777]
% 11.63/11.95  ifeq(axiom(or(not(or(not(or(A,B)),or(or(B,A),C))),X)),true,theorem(X),true)
% 11.63/11.95  -> true
% 11.63/11.95  Current number of equations to process: 334
% 11.88/12.16  Current number of ordered equations: 0
% 11.88/12.16  Current number of rules: 761
% 11.88/12.16  New rule produced :
% 11.88/12.16  [778]
% 11.88/12.16  ifeq(axiom(or(not(A),or(B,C))),true,theorem(or(not(A),or(or(C,B),X))),true)
% 11.88/12.16  -> true
% 11.88/12.16  Current number of equations to process: 333
% 11.88/12.16  Current number of ordered equations: 0
% 11.88/12.16  Current number of rules: 762
% 11.88/12.16  New rule produced :
% 11.88/12.16  [779]
% 11.88/12.16  ifeq(axiom(or(A,or(not(or(or(B,C),or(B,C))),or(C,B)))),true,true,true) ->
% 11.88/12.16  true
% 11.88/12.16  Current number of equations to process: 332
% 11.88/12.16  Current number of ordered equations: 0
% 11.88/12.16  Current number of rules: 763
% 11.88/12.16  New rule produced :
% 11.88/12.16  [780] theorem(or(not(or(A,or(B,or(C,X)))),or(A,or(B,or(Y,or(X,C)))))) -> true
% 11.88/12.16  Current number of equations to process: 331
% 11.88/12.16  Current number of ordered equations: 0
% 11.88/12.16  Current number of rules: 764
% 11.88/12.16  New rule produced :
% 11.88/12.16  [781]
% 11.88/12.16  ifeq(axiom(or(not(or(or(A,or(B,C)),not(or(C,B)))),X)),true,theorem(X),true)
% 11.88/12.16  -> true
% 11.88/12.16  Current number of equations to process: 330
% 11.88/12.16  Current number of ordered equations: 0
% 11.88/12.16  Current number of rules: 765
% 11.88/12.16  New rule produced :
% 11.88/12.16  [782] theorem(or(not(or(A,or(or(B,C),or(B,C)))),or(A,or(X,or(C,B))))) -> true
% 11.88/12.16  Current number of equations to process: 329
% 11.88/12.16  Current number of ordered equations: 0
% 11.88/12.16  Current number of rules: 766
% 11.88/12.16  New rule produced :
% 11.88/12.16  [783]
% 11.88/12.16  theorem(or(not(or(A,B)),or(A,or(not(or(or(not(B),C),X)),or(X,C))))) -> true
% 11.88/12.16  Current number of equations to process: 328
% 11.88/12.16  Current number of ordered equations: 0
% 11.88/12.16  Current number of rules: 767
% 11.88/12.16  New rule produced :
% 11.88/12.16  [784]
% 11.88/12.16  theorem(or(not(or(A,B)),or(not(or(or(not(or(B,A)),C),X)),or(X,C)))) -> true
% 11.88/12.16  Current number of equations to process: 327
% 11.88/12.16  Current number of ordered equations: 0
% 11.88/12.16  Current number of rules: 768
% 11.88/12.16  New rule produced :
% 11.88/12.16  [785]
% 11.88/12.16  ifeq(axiom(or(A,or(not(or(or(B,C),X)),or(B,or(X,C))))),true,true,true) ->
% 11.88/12.16  true
% 11.88/12.16  Current number of equations to process: 326
% 11.88/12.16  Current number of ordered equations: 0
% 11.88/12.16  Current number of rules: 769
% 11.88/12.16  New rule produced :
% 11.88/12.16  [786] theorem(or(A,or(or(B,or(C,or(X,Y))),not(or(B,or(X,or(C,Y))))))) -> true
% 11.88/12.16  Current number of equations to process: 325
% 11.88/12.16  Current number of ordered equations: 0
% 11.88/12.16  Current number of rules: 770
% 11.88/12.16  New rule produced :
% 11.88/12.16  [787] theorem(or(A,or(B,or(not(or(B,or(C,or(X,Y)))),or(X,or(C,Y)))))) -> true
% 11.88/12.16  Current number of equations to process: 324
% 11.88/12.16  Current number of ordered equations: 0
% 11.88/12.16  Current number of rules: 771
% 11.88/12.16  New rule produced :
% 11.88/12.16  [788] theorem(or(A,or(not(or(or(B,or(C,X)),Y)),or(Y,or(C,or(B,X)))))) -> true
% 11.88/12.16  Current number of equations to process: 323
% 11.88/12.16  Current number of ordered equations: 0
% 11.88/12.16  Current number of rules: 772
% 11.88/12.16  New rule produced :
% 11.88/12.16  [789] theorem(or(A,or(not(or(B,or(or(C,X),or(C,X)))),or(B,or(X,C))))) -> true
% 11.88/12.16  Current number of equations to process: 322
% 11.88/12.16  Current number of ordered equations: 0
% 11.88/12.16  Current number of rules: 773
% 11.88/12.16  New rule produced :
% 11.88/12.16  [790]
% 11.88/12.16  theorem(or(not(or(not(A),B)),or(C,or(X,or(not(or(Y,A)),or(Y,B)))))) -> true
% 11.88/12.16  Current number of equations to process: 321
% 11.88/12.16  Current number of ordered equations: 0
% 11.88/12.16  Current number of rules: 774
% 11.88/12.16  New rule produced :
% 11.88/12.16  [791] theorem(or(A,or(not(or(B,or(or(C,X),Y))),or(B,or(C,or(Y,X)))))) -> true
% 11.88/12.16  Current number of equations to process: 320
% 11.88/12.16  Current number of ordered equations: 0
% 11.88/12.16  Current number of rules: 775
% 11.88/12.16  New rule produced :
% 11.88/12.16  [792]
% 11.88/12.16  ifeq(axiom(or(or(not(or(A,B)),or(A,C)),not(or(C,not(B))))),true,true,true) ->
% 11.88/12.16  true
% 11.88/12.16  Current number of equations to process: 319
% 11.88/12.16  Current number of ordered equations: 0
% 11.88/12.16  Current number of rules: 776
% 11.88/12.16  New rule produced :
% 11.88/12.16  [793]
% 11.88/12.16  theorem(or(not(or(A,or(B,C))),or(A,or(not(or(X,not(C))),or(B,X))))) -> true
% 11.88/12.16  Current number of equations to process: 318
% 11.88/12.16  Current number of ordered equations: 0
% 11.88/12.16  Current number of rules: 777
% 11.88/12.16  New rule produced :
% 11.88/12.16  [794]
% 11.88/12.16  theorem(or(not(or(or(A,B),or(A,B))),or(not(or(C,not(B))),or(A,C)))) -> true
% 11.88/12.16  Current number of equations to process: 317
% 11.88/12.16  Current number of ordered equations: 0
% 11.88/12.16  Current number of rules: 778
% 11.88/12.16  New rule produced :
% 11.88/12.16  [795]
% 11.88/12.16  ifeq(axiom(or(not(or(not(or(or(A,B),B)),or(A,B))),C)),true,theorem(C),true)
% 11.88/12.16  -> true
% 11.88/12.16  Current number of equations to process: 316
% 11.88/12.16  Current number of ordered equations: 0
% 11.88/12.16  Current number of rules: 779
% 11.88/12.16  New rule produced :
% 11.88/12.16  [796]
% 11.88/12.16  ifeq(axiom(or(not(A),or(or(B,C),C))),true,theorem(or(not(A),or(B,C))),true)
% 11.88/12.16  -> true
% 11.88/12.16  Current number of equations to process: 315
% 12.23/12.49  Current number of ordered equations: 0
% 12.23/12.49  Current number of rules: 780
% 12.23/12.49  New rule produced :
% 12.23/12.49  [797]
% 12.23/12.49  ifeq(axiom(or(A,or(not(or(B,or(or(B,C),C))),or(B,C)))),true,true,true) ->
% 12.23/12.49  true
% 12.23/12.49  Current number of equations to process: 314
% 12.23/12.49  Current number of ordered equations: 0
% 12.23/12.49  Current number of rules: 781
% 12.23/12.49  New rule produced :
% 12.23/12.49  [798]
% 12.23/12.49  theorem(or(A,or(B,or(not(or(C,not(X))),or(not(or(Y,X)),or(Y,C)))))) -> true
% 12.23/12.49  Current number of equations to process: 313
% 12.23/12.49  Current number of ordered equations: 0
% 12.23/12.49  Current number of rules: 782
% 12.23/12.49  New rule produced :
% 12.23/12.49  [799] theorem(or(A,or(not(or(B,or(C,or(or(C,X),X)))),or(B,or(C,X))))) -> true
% 12.23/12.49  Current number of equations to process: 312
% 12.23/12.49  Current number of ordered equations: 0
% 12.23/12.49  Current number of rules: 783
% 12.23/12.49  New rule produced :
% 12.23/12.49  [800]
% 12.23/12.49  ifeq(axiom(or(or(A,or(B,or(C,X))),not(or(C,or(B,X))))),true,true,true) ->
% 12.23/12.49  true
% 12.23/12.49  Current number of equations to process: 311
% 12.23/12.49  Current number of ordered equations: 0
% 12.23/12.49  Current number of rules: 784
% 12.23/12.49  New rule produced :
% 12.23/12.49  [801] theorem(or(not(or(A,or(or(B,C),X))),or(A,or(Y,or(B,or(X,C)))))) -> true
% 12.23/12.49  Current number of equations to process: 310
% 12.23/12.49  Current number of ordered equations: 0
% 12.23/12.49  Current number of rules: 785
% 12.23/12.49  New rule produced :
% 12.23/12.49  [802] theorem(or(A,or(B,or(not(or(C,or(X,Y))),or(Z,or(X,or(C,Y))))))) -> true
% 12.23/12.49  Current number of equations to process: 309
% 12.23/12.49  Current number of ordered equations: 0
% 12.23/12.49  Current number of rules: 786
% 12.23/12.49  New rule produced :
% 12.23/12.49  [803]
% 12.23/12.49  ifeq(axiom(or(not(or(A,or(or(not(or(B,B)),B),C))),X)),true,theorem(X),true)
% 12.23/12.49  -> true
% 12.23/12.49  Current number of equations to process: 308
% 12.23/12.49  Current number of ordered equations: 0
% 12.23/12.49  Current number of rules: 787
% 12.23/12.49  New rule produced :
% 12.23/12.49  [804]
% 12.23/12.49  ifeq(axiom(or(not(or(or(A,or(not(or(B,B)),B)),C)),X)),true,theorem(X),true)
% 12.23/12.49  -> true
% 12.23/12.49  Current number of equations to process: 307
% 12.23/12.49  Current number of ordered equations: 0
% 12.23/12.49  Current number of rules: 788
% 12.23/12.49  New rule produced :
% 12.23/12.49  [805]
% 12.23/12.49  ifeq(axiom(or(not(or(A,or(or(not(B),or(C,B)),X))),Y)),true,theorem(Y),true)
% 12.23/12.49  -> true
% 12.23/12.49  Current number of equations to process: 306
% 12.23/12.49  Current number of ordered equations: 0
% 12.23/12.49  Current number of rules: 789
% 12.23/12.49  New rule produced :
% 12.23/12.49  [806]
% 12.23/12.49  ifeq(axiom(or(not(or(or(A,or(not(B),or(C,B))),X)),Y)),true,theorem(Y),true)
% 12.23/12.49  -> true
% 12.23/12.49  Current number of equations to process: 305
% 12.23/12.49  Current number of ordered equations: 0
% 12.23/12.49  Current number of rules: 790
% 12.23/12.49  New rule produced :
% 12.23/12.49  [807]
% 12.23/12.49  theorem(or(A,or(or(B,or(not(or(C,X)),or(C,Y))),not(or(not(X),Y))))) -> true
% 12.23/12.49  Current number of equations to process: 304
% 12.23/12.49  Current number of ordered equations: 0
% 12.23/12.49  Current number of rules: 791
% 12.23/12.49  New rule produced :
% 12.23/12.49  [808]
% 12.23/12.49  theorem(or(A,or(not(or(B,not(C))),or(X,or(not(or(Y,C)),or(Y,B)))))) -> true
% 12.23/12.49  Current number of equations to process: 303
% 12.23/12.49  Current number of ordered equations: 0
% 12.23/12.49  Current number of rules: 792
% 12.23/12.49  New rule produced :
% 12.23/12.49  [809]
% 12.23/12.49  ifeq(axiom(or(A,or(B,or(C,or(not(or(X,Y)),or(Y,X)))))),true,true,true) ->
% 12.23/12.49  true
% 12.23/12.49  Current number of equations to process: 302
% 12.23/12.49  Current number of ordered equations: 0
% 12.23/12.49  Current number of rules: 793
% 12.23/12.49  New rule produced :
% 12.23/12.49  [810]
% 12.23/12.49  ifeq(axiom(or(not(or(A,or(B,or(C,not(or(C,C)))))),X)),true,theorem(X),true)
% 12.23/12.49  -> true
% 12.23/12.49  Current number of equations to process: 301
% 12.23/12.49  Current number of ordered equations: 0
% 12.23/12.49  Current number of rules: 794
% 12.23/12.49  New rule produced :
% 12.23/12.49  [811]
% 12.23/12.49  ifeq(axiom(or(not(or(A,or(B,or(or(C,X),not(X))))),Y)),true,theorem(Y),true)
% 12.23/12.49  -> true
% 12.23/12.49  Current number of equations to process: 299
% 12.23/12.49  Current number of ordered equations: 0
% 12.23/12.49  Current number of rules: 795
% 12.23/12.49  New rule produced :
% 12.23/12.49  [812] theorem(or(A,or(B,or(or(not(or(C,or(X,Y))),or(X,or(C,Y))),Z)))) -> true
% 12.23/12.49  Current number of equations to process: 298
% 12.23/12.49  Current number of ordered equations: 0
% 12.23/12.49  Current number of rules: 796
% 12.23/12.49  New rule produced :
% 12.23/12.49  [813]
% 12.23/12.49  ifeq(axiom(or(not(or(or(or(A,B),not(or(B,A))),C)),X)),true,theorem(X),true)
% 12.23/12.49  -> true
% 12.23/12.49  Current number of equations to process: 297
% 12.23/12.49  Current number of ordered equations: 0
% 12.23/12.49  Current number of rules: 797
% 12.23/12.49  New rule produced :
% 12.23/12.49  [814]
% 12.23/12.49  ifeq(axiom(or(not(or(or(A,B),or(C,not(or(B,A))))),X)),true,theorem(X),true)
% 12.23/12.49  -> true
% 12.23/12.49  Current number of equations to process: 296
% 12.23/12.49  Current number of ordered equations: 0
% 12.23/12.49  Current number of rules: 798
% 12.23/12.49  New rule produced :
% 12.23/12.49  [815]
% 12.23/12.49  theorem(or(or(A,or(B,not(or(not(C),not(C))))),not(or(A,or(B,C))))) -> true
% 12.23/12.49  Current number of equations to process: 303
% 13.01/13.25  Current number of ordered equations: 0
% 13.01/13.25  Current number of rules: 799
% 13.01/13.25  New rule produced :
% 13.01/13.25  [816]
% 13.01/13.25  theorem(or(A,or(not(or(A,or(B,C))),or(B,not(or(not(C),not(C))))))) -> true
% 13.01/13.25  Current number of equations to process: 302
% 13.01/13.25  Current number of ordered equations: 0
% 13.01/13.25  Current number of rules: 800
% 13.01/13.25  New rule produced :
% 13.01/13.25  [817]
% 13.01/13.25  theorem(or(not(or(or(A,B),C)),or(C,or(A,not(or(not(B),not(B))))))) -> true
% 13.01/13.25  Current number of equations to process: 301
% 13.01/13.25  Current number of ordered equations: 0
% 13.01/13.25  Current number of rules: 801
% 13.01/13.25  New rule produced :
% 13.01/13.25  [818]
% 13.01/13.25  theorem(or(or(A,not(or(not(B),not(B)))),not(or(or(A,B),or(A,B))))) -> true
% 13.01/13.25  Current number of equations to process: 307
% 13.01/13.25  Current number of ordered equations: 0
% 13.01/13.25  Current number of rules: 802
% 13.01/13.25  New rule produced :
% 13.01/13.25  [819]
% 13.01/13.25  theorem(or(A,or(not(or(or(A,B),or(A,B))),not(or(not(B),not(B)))))) -> true
% 13.01/13.25  Current number of equations to process: 306
% 13.01/13.25  Current number of ordered equations: 0
% 13.01/13.25  Current number of rules: 803
% 13.01/13.25  New rule produced :
% 13.01/13.25  [820]
% 13.01/13.25  theorem(or(or(A,not(or(not(or(B,C)),not(or(B,C))))),not(or(A,C)))) -> true
% 13.01/13.25  Current number of equations to process: 313
% 13.01/13.25  Current number of ordered equations: 0
% 13.01/13.25  Current number of rules: 804
% 13.01/13.25  New rule produced :
% 13.01/13.25  [821]
% 13.01/13.25  theorem(or(A,or(not(or(A,B)),not(or(not(or(C,B)),not(or(C,B))))))) -> true
% 13.01/13.25  Current number of equations to process: 312
% 13.01/13.25  Current number of ordered equations: 0
% 13.01/13.25  Current number of rules: 805
% 13.01/13.25  New rule produced :
% 13.01/13.25  [822]
% 13.01/13.25  theorem(or(not(or(A,B)),or(B,not(or(not(or(C,A)),not(or(C,A))))))) -> true
% 13.01/13.25  Current number of equations to process: 311
% 13.01/13.25  Current number of ordered equations: 0
% 13.01/13.25  Current number of rules: 806
% 13.01/13.25  New rule produced :
% 13.01/13.25  [823] theorem(or(not(or(not(or(A,B)),not(or(A,B)))),not(A))) -> true
% 13.01/13.25  Current number of equations to process: 321
% 13.01/13.25  Current number of ordered equations: 0
% 13.01/13.25  Current number of rules: 807
% 13.01/13.25  New rule produced :
% 13.01/13.25  [824] theorem(or(A,or(not(B),not(or(not(or(B,C)),not(or(B,C))))))) -> true
% 13.01/13.25  Current number of equations to process: 323
% 13.01/13.25  Current number of ordered equations: 0
% 13.01/13.25  Current number of rules: 808
% 13.01/13.25  New rule produced :
% 13.01/13.25  [825] theorem(or(not(or(A,A)),not(or(not(or(A,B)),not(or(A,B)))))) -> true
% 13.01/13.25  Current number of equations to process: 322
% 13.01/13.25  Current number of ordered equations: 0
% 13.01/13.25  Current number of rules: 809
% 13.01/13.25  New rule produced :
% 13.01/13.25  [826]
% 13.01/13.25  theorem(or(not(or(not(or(A,or(B,C))),not(or(A,or(B,C))))),not(C))) -> true
% 13.01/13.25  Current number of equations to process: 323
% 13.01/13.25  Current number of ordered equations: 0
% 13.01/13.25  Current number of rules: 810
% 13.01/13.25  New rule produced :
% 13.01/13.25  [827]
% 13.01/13.25  theorem(or(not(or(A,B)),or(A,not(or(not(or(B,C)),not(or(B,C))))))) -> true
% 13.01/13.25  Current number of equations to process: 322
% 13.01/13.25  Current number of ordered equations: 0
% 13.01/13.25  Current number of rules: 811
% 13.01/13.25  New rule produced :
% 13.01/13.25  [828]
% 13.01/13.25  theorem(or(not(A),not(or(not(or(or(B,A),C)),not(or(or(B,A),C)))))) -> true
% 13.01/13.25  Current number of equations to process: 321
% 13.01/13.25  Current number of ordered equations: 0
% 13.01/13.25  Current number of rules: 812
% 13.01/13.25  New rule produced : [829] theorem(or(not(not(or(A,B))),not(or(B,A)))) -> true
% 13.01/13.25  Current number of equations to process: 324
% 13.01/13.25  Current number of ordered equations: 0
% 13.01/13.25  Current number of rules: 813
% 13.01/13.25  New rule produced :
% 13.01/13.25  [830] theorem(or(A,or(or(or(B,or(C,X)),not(or(C,or(B,X)))),Y))) -> true
% 13.01/13.25  Current number of equations to process: 328
% 13.01/13.25  Current number of ordered equations: 0
% 13.01/13.25  Current number of rules: 814
% 13.01/13.25  New rule produced :
% 13.01/13.25  [831] theorem(or(or(A,not(or(B,or(C,X)))),or(C,or(B,X)))) -> true
% 13.01/13.25  Current number of equations to process: 329
% 13.01/13.25  Current number of ordered equations: 0
% 13.01/13.25  Current number of rules: 815
% 13.01/13.25  New rule produced :
% 13.01/13.25  [832] theorem(or(A,or(or(B,or(C,X)),or(Y,not(or(C,or(B,X))))))) -> true
% 13.01/13.25  Current number of equations to process: 331
% 13.01/13.25  Current number of ordered equations: 0
% 13.01/13.25  Current number of rules: 816
% 13.01/13.25  New rule produced :
% 13.01/13.25  [833]
% 13.01/13.25  theorem(or(A,or(not(or(not(or(B,C)),not(or(B,C)))),not(or(C,B))))) -> true
% 13.01/13.25  Current number of equations to process: 330
% 13.01/13.25  Current number of ordered equations: 0
% 13.01/13.25  Current number of rules: 817
% 13.01/13.25  New rule produced :
% 13.01/13.25  [834] theorem(or(or(A,or(or(B,or(C,X)),not(or(C,or(B,X))))),Y)) -> true
% 13.01/13.25  Current number of equations to process: 331
% 13.01/13.25  Current number of ordered equations: 0
% 13.01/13.25  Current number of rules: 818
% 13.01/13.25  New rule produced :
% 13.01/13.25  [835]
% 13.01/13.25  ifeq(axiom(or(or(or(A,or(B,C)),not(or(B,or(A,C)))),X)),true,true,true) ->
% 14.55/14.78  true
% 14.55/14.78  Current number of equations to process: 333
% 14.55/14.78  Current number of ordered equations: 0
% 14.55/14.78  Current number of rules: 819
% 14.55/14.78  New rule produced :
% 14.55/14.78  [836]
% 14.55/14.78  ifeq(axiom(or(or(A,or(B,C)),or(X,not(or(B,or(A,C)))))),true,true,true) ->
% 14.55/14.78  true
% 14.55/14.78  Current number of equations to process: 332
% 14.55/14.78  Current number of ordered equations: 0
% 14.55/14.78  Current number of rules: 820
% 14.55/14.78  New rule produced :
% 14.55/14.78  [837] theorem(or(A,or(B,or(C,or(or(X,or(Y,Z)),not(or(Y,or(X,Z)))))))) -> true
% 14.55/14.78  Current number of equations to process: 331
% 14.55/14.78  Current number of ordered equations: 0
% 14.55/14.78  Current number of rules: 821
% 14.55/14.78  New rule produced :
% 14.55/14.78  [838]
% 14.55/14.78  theorem(or(or(not(or(A,B)),not(or(not(or(B,A)),not(or(B,A))))),C)) -> true
% 14.55/14.78  Current number of equations to process: 332
% 14.55/14.78  Current number of ordered equations: 0
% 14.55/14.78  Current number of rules: 822
% 14.55/14.78  New rule produced :
% 14.55/14.78  [839]
% 14.55/14.78  theorem(or(or(A,or(not(or(B,C)),or(B,X))),not(or(A,or(not(C),X))))) -> true
% 14.55/14.78  Current number of equations to process: 341
% 14.55/14.78  Current number of ordered equations: 0
% 14.55/14.78  Current number of rules: 823
% 14.55/14.78  New rule produced :
% 14.55/14.78  [840]
% 14.55/14.78  theorem(or(A,or(not(or(A,or(not(B),C))),or(not(or(X,B)),or(X,C))))) -> true
% 14.55/14.78  Current number of equations to process: 340
% 14.55/14.78  Current number of ordered equations: 0
% 14.55/14.78  Current number of rules: 824
% 14.55/14.78  New rule produced :
% 14.55/14.78  [841]
% 14.55/14.78  theorem(or(not(or(or(not(A),B),C)),or(C,or(not(or(X,A)),or(X,B))))) -> true
% 14.55/14.78  Current number of equations to process: 339
% 14.55/14.78  Current number of ordered equations: 0
% 14.55/14.78  Current number of rules: 825
% 14.55/14.78  New rule produced :
% 14.55/14.78  [842] theorem(or(or(A,or(B,C)),not(or(or(B,or(A,C)),or(B,or(A,C)))))) -> true
% 14.55/14.78  Current number of equations to process: 346
% 14.55/14.78  Current number of ordered equations: 0
% 14.55/14.78  Current number of rules: 826
% 14.55/14.78  New rule produced :
% 14.55/14.78  [843] theorem(or(A,or(not(or(or(B,or(A,C)),or(B,or(A,C)))),or(B,C)))) -> true
% 14.55/14.78  Current number of equations to process: 345
% 14.55/14.78  Current number of ordered equations: 0
% 14.55/14.78  Current number of rules: 827
% 14.55/14.78  New rule produced :
% 14.55/14.78  [844] theorem(or(A,or(or(B,or(not(or(C,or(X,Y))),or(X,or(C,Y)))),Z))) -> true
% 14.55/14.78  Current number of equations to process: 344
% 14.55/14.78  Current number of ordered equations: 0
% 14.55/14.78  Current number of rules: 828
% 14.55/14.78  New rule produced :
% 14.55/14.78  [845]
% 14.55/14.78  theorem(or(not(or(or(not(A),B),or(not(A),B))),or(not(or(C,A)),or(C,B)))) ->
% 14.55/14.78  true
% 14.55/14.78  Current number of equations to process: 343
% 14.55/14.78  Current number of ordered equations: 0
% 14.55/14.78  Current number of rules: 829
% 14.55/14.78  New rule produced :
% 14.55/14.78  [846]
% 14.55/14.78  theorem(or(or(A,or(not(or(not(B),C)),or(not(or(X,B)),or(X,C)))),Y)) -> true
% 14.55/14.78  Current number of equations to process: 349
% 14.55/14.78  Current number of ordered equations: 0
% 14.55/14.78  Current number of rules: 830
% 14.55/14.78  New rule produced :
% 14.55/14.78  [847]
% 14.55/14.78  theorem(or(not(or(A,or(B,C))),or(not(or(X,not(or(B,or(A,C))))),X))) -> true
% 14.55/14.78  Current number of equations to process: 348
% 14.55/14.78  Current number of ordered equations: 0
% 14.55/14.78  Current number of rules: 831
% 14.55/14.78  New rule produced :
% 14.55/14.78  [848]
% 14.55/14.78  theorem(or(or(A,or(not(or(B,or(not(C),X))),or(B,X))),not(or(A,C)))) -> true
% 14.55/14.78  Current number of equations to process: 357
% 14.55/14.78  Current number of ordered equations: 0
% 14.55/14.78  Current number of rules: 832
% 14.55/14.78  New rule produced :
% 14.55/14.78  [849]
% 14.55/14.78  theorem(or(A,or(not(or(A,B)),or(not(or(C,or(not(B),X))),or(C,X))))) -> true
% 14.55/14.78  Current number of equations to process: 356
% 14.55/14.78  Current number of ordered equations: 0
% 14.55/14.78  Current number of rules: 833
% 14.55/14.78  New rule produced :
% 14.55/14.78  [850]
% 14.55/14.78  theorem(or(not(or(A,B)),or(B,or(not(or(C,or(not(A),X))),or(C,X))))) -> true
% 14.55/14.78  Current number of equations to process: 355
% 14.55/14.78  Current number of ordered equations: 0
% 14.55/14.78  Current number of rules: 834
% 14.55/14.78  New rule produced :
% 14.55/14.78  [851] theorem(or(not(A),or(not(or(B,or(not(or(A,C)),X))),or(B,X)))) -> true
% 14.55/14.78  Current number of equations to process: 360
% 14.55/14.78  Current number of ordered equations: 0
% 14.55/14.78  Current number of rules: 835
% 14.55/14.78  New rule produced :
% 14.55/14.78  [852]
% 14.55/14.78  theorem(or(or(not(or(A,or(not(or(B,C)),X))),or(A,X)),not(or(C,B)))) -> true
% 14.55/14.78  Current number of equations to process: 361
% 14.55/14.78  Current number of ordered equations: 0
% 14.55/14.78  Current number of rules: 836
% 14.55/14.78  New rule produced :
% 14.55/14.78  [853]
% 14.55/14.78  theorem(or(not(or(A,or(not(or(B,C)),X))),or(not(or(C,B)),or(A,X)))) -> true
% 14.55/14.78  Current number of equations to process: 360
% 14.55/14.78  Current number of ordered equations: 0
% 14.55/14.78  Current number of rules: 837
% 14.55/14.78  New rule produced :
% 14.55/14.78  [854]
% 14.55/14.78  theorem(or(or(A,or(not(or(not(B),C)),or(X,C))),not(or(A,or(X,B))))) -> true
% 17.17/17.41  Current number of equations to process: 367
% 17.17/17.41  Current number of ordered equations: 0
% 17.17/17.41  Current number of rules: 838
% 17.17/17.41  New rule produced :
% 17.17/17.41  [855]
% 17.17/17.41  theorem(or(A,or(not(or(A,or(B,C))),or(not(or(not(C),X)),or(B,X))))) -> true
% 17.17/17.41  Current number of equations to process: 366
% 17.17/17.41  Current number of ordered equations: 0
% 17.17/17.41  Current number of rules: 839
% 17.17/17.41  New rule produced :
% 17.17/17.41  [856]
% 17.17/17.41  theorem(or(not(or(or(A,B),C)),or(C,or(not(or(not(B),X)),or(A,X))))) -> true
% 17.17/17.41  Current number of equations to process: 365
% 17.17/17.41  Current number of ordered equations: 0
% 17.17/17.41  Current number of rules: 840
% 17.17/17.41  New rule produced :
% 17.17/17.41  [857]
% 17.17/17.41  theorem(or(or(not(or(not(A),B)),or(C,B)),not(or(or(C,A),or(C,A))))) -> true
% 17.17/17.41  Current number of equations to process: 369
% 17.17/17.41  Current number of ordered equations: 0
% 17.17/17.41  Current number of rules: 841
% 17.17/17.41  New rule produced :
% 17.17/17.41  [858]
% 17.17/17.41  theorem(or(not(or(not(A),B)),or(not(or(or(C,A),or(C,A))),or(C,B)))) -> true
% 17.17/17.41  Current number of equations to process: 368
% 17.17/17.41  Current number of ordered equations: 0
% 17.17/17.41  Current number of rules: 842
% 17.17/17.41  New rule produced :
% 17.17/17.41  [859] theorem(or(not(or(not(A),B)),or(not(or(B,A)),B))) -> true
% 17.17/17.41  Current number of equations to process: 367
% 17.17/17.41  Current number of ordered equations: 0
% 17.17/17.41  Current number of rules: 843
% 17.17/17.41  New rule produced :
% 17.17/17.41  [860] theorem(or(not(or(A,or(B,C))),or(B,or(X,or(A,C))))) -> true
% 17.17/17.41  Current number of equations to process: 367
% 17.17/17.41  Current number of ordered equations: 0
% 17.17/17.41  Current number of rules: 844
% 17.17/17.41  New rule produced :
% 17.17/17.41  [861] theorem(or(not(or(not(A),B)),or(not(or(C,A)),or(X,or(C,B))))) -> true
% 17.17/17.41  Current number of equations to process: 367
% 17.17/17.41  Current number of ordered equations: 0
% 17.17/17.41  Current number of rules: 845
% 17.17/17.41  New rule produced :
% 17.17/17.41  [862] theorem(or(or(A,or(B,C)),not(or(or(A,or(C,B)),or(A,or(C,B)))))) -> true
% 17.17/17.41  Current number of equations to process: 376
% 17.17/17.41  Current number of ordered equations: 0
% 17.17/17.41  Current number of rules: 846
% 17.17/17.41  New rule produced :
% 17.17/17.41  [863] theorem(or(A,or(not(or(or(A,or(B,C)),or(A,or(B,C)))),or(C,B)))) -> true
% 17.17/17.41  Current number of equations to process: 375
% 17.17/17.41  Current number of ordered equations: 0
% 17.17/17.41  Current number of rules: 847
% 17.17/17.41  New rule produced :
% 17.17/17.41  [864] theorem(or(or(not(or(A,or(B,or(C,X)))),or(A,or(C,or(B,X)))),Y)) -> true
% 17.17/17.41  Current number of equations to process: 378
% 17.17/17.41  Current number of ordered equations: 0
% 17.17/17.41  Current number of rules: 848
% 17.17/17.41  New rule produced :
% 17.17/17.41  [865] theorem(or(not(or(A,or(B,or(C,X)))),or(Y,or(A,or(C,or(B,X)))))) -> true
% 17.17/17.41  Current number of equations to process: 377
% 17.17/17.41  Current number of ordered equations: 0
% 17.17/17.41  Current number of rules: 849
% 17.17/17.41  New rule produced : [866] theorem(or(not(or(A,or(or(A,A),A))),A)) -> true
% 17.17/17.41  Current number of equations to process: 377
% 17.17/17.41  Current number of ordered equations: 0
% 17.17/17.41  Current number of rules: 850
% 17.17/17.41  New rule produced :
% 17.17/17.41  [867] theorem(or(A,not(or(or(or(A,A),or(A,A)),or(or(A,A),or(A,A)))))) -> true
% 17.17/17.41  Current number of equations to process: 383
% 17.17/17.41  Current number of ordered equations: 0
% 17.17/17.41  Current number of rules: 851
% 17.17/17.41  New rule produced :
% 17.17/17.41  [868] theorem(or(not(or(A,or(B,C))),or(X,or(or(A,C),B)))) -> true
% 17.17/17.41  Current number of equations to process: 383
% 17.17/17.41  Current number of ordered equations: 0
% 17.17/17.41  Current number of rules: 852
% 17.17/17.41  New rule produced :
% 17.17/17.41  [869] theorem(or(not(or(not(A),B)),or(C,or(or(X,B),not(or(X,A)))))) -> true
% 17.17/17.41  Current number of equations to process: 383
% 17.17/17.41  Current number of ordered equations: 0
% 17.17/17.41  Current number of rules: 853
% 17.17/17.41  New rule produced :
% 17.17/17.41  [870] theorem(or(or(A,or(B,C)),not(or(or(or(A,C),B),or(or(A,C),B))))) -> true
% 17.17/17.41  Current number of equations to process: 391
% 17.17/17.41  Current number of ordered equations: 0
% 17.17/17.41  Current number of rules: 854
% 17.17/17.41  New rule produced :
% 17.17/17.41  [871] theorem(or(A,or(not(or(or(or(A,B),C),or(or(A,B),C))),or(C,B)))) -> true
% 17.17/17.41  Current number of equations to process: 390
% 17.17/17.41  Current number of ordered equations: 0
% 17.17/17.41  Current number of rules: 855
% 17.17/17.41  New rule produced :
% 17.17/17.41  [872]
% 17.17/17.41  theorem(or(or(A,or(not(or(B,C)),or(B,X))),not(or(A,or(X,not(C)))))) -> true
% 17.17/17.41  Current number of equations to process: 397
% 17.17/17.41  Current number of ordered equations: 0
% 17.17/17.41  Current number of rules: 856
% 17.17/17.41  New rule produced :
% 17.17/17.41  [873]
% 17.17/17.41  theorem(or(A,or(not(or(A,or(B,not(C)))),or(not(or(X,C)),or(X,B))))) -> true
% 17.17/17.41  Current number of equations to process: 396
% 17.17/17.41  Current number of ordered equations: 0
% 17.17/17.41  Current number of rules: 857
% 17.17/17.41  New rule produced :
% 19.27/19.57  [874]
% 19.27/19.57  theorem(or(not(or(or(A,not(B)),C)),or(C,or(not(or(X,B)),or(X,A))))) -> true
% 19.27/19.57  Current number of equations to process: 395
% 19.27/19.57  Current number of ordered equations: 0
% 19.27/19.57  Current number of rules: 858
% 19.27/19.57  New rule produced :
% 19.27/19.57  [875] theorem(or(or(A,or(B,or(C,or(X,Y)))),not(or(A,or(X,or(C,Y)))))) -> true
% 19.27/19.57  Current number of equations to process: 403
% 19.27/19.57  Current number of ordered equations: 0
% 19.27/19.57  Current number of rules: 859
% 19.27/19.57  New rule produced :
% 19.27/19.57  [876] theorem(or(A,or(not(or(A,or(B,or(C,X)))),or(Y,or(C,or(B,X)))))) -> true
% 19.27/19.57  Current number of equations to process: 402
% 19.27/19.57  Current number of ordered equations: 0
% 19.27/19.57  Current number of rules: 860
% 19.27/19.57  New rule produced :
% 19.27/19.57  [877] theorem(or(not(or(or(A,or(B,C)),X)),or(X,or(Y,or(B,or(A,C)))))) -> true
% 19.27/19.57  Current number of equations to process: 401
% 19.27/19.57  Current number of ordered equations: 0
% 19.27/19.57  Current number of rules: 861
% 19.27/19.57  New rule produced :
% 19.27/19.57  [878]
% 19.27/19.57  theorem(or(not(or(A,B)),or(A,or(not(or(or(not(B),C),or(not(B),C))),C)))) ->
% 19.27/19.57  true
% 19.27/19.57  Current number of equations to process: 400
% 19.27/19.57  Current number of ordered equations: 0
% 19.27/19.57  Current number of rules: 862
% 19.27/19.57  New rule produced :
% 19.27/19.57  [879]
% 19.27/19.57  theorem(or(or(not(or(not(A),B)),or(C,or(not(or(X,A)),or(X,B)))),Y)) -> true
% 19.27/19.57  Current number of equations to process: 401
% 19.27/19.57  Current number of ordered equations: 0
% 19.27/19.57  Current number of rules: 863
% 19.27/19.57  New rule produced :
% 19.27/19.57  [880]
% 19.27/19.57  theorem(or(not(A),or(not(or(or(not(or(B,A)),C),or(not(or(B,A)),C))),C))) ->
% 19.27/19.57  true
% 19.27/19.57  Current number of equations to process: 400
% 19.27/19.57  Current number of ordered equations: 0
% 19.27/19.57  Current number of rules: 864
% 19.27/19.57  New rule produced :
% 19.27/19.57  [881]
% 19.27/19.57  theorem(or(not(or(or(A,not(B)),or(A,not(B)))),or(not(or(C,B)),or(C,A)))) ->
% 19.27/19.57  true
% 19.27/19.57  Current number of equations to process: 399
% 19.27/19.57  Current number of ordered equations: 0
% 19.27/19.57  Current number of rules: 865
% 19.27/19.57  New rule produced :
% 19.27/19.57  [882] theorem(or(A,or(or(or(B,C),X),not(or(B,or(X,C)))))) -> true
% 19.27/19.57  Current number of equations to process: 406
% 19.27/19.57  Current number of ordered equations: 0
% 19.27/19.57  Current number of rules: 866
% 19.27/19.57  New rule produced :
% 19.27/19.57  [883] theorem(or(or(not(or(A,or(B,C))),B),or(A,C))) -> true
% 19.27/19.57  Current number of equations to process: 409
% 19.27/19.57  Current number of ordered equations: 0
% 19.34/19.57  Current number of rules: 867
% 19.34/19.57  New rule produced :
% 19.34/19.57  [884] theorem(or(A,or(or(B,C),or(not(or(B,or(X,C))),X)))) -> true
% 19.34/19.57  Current number of equations to process: 408
% 19.34/19.57  Current number of ordered equations: 0
% 19.34/19.57  Current number of rules: 868
% 19.34/19.57  New rule produced :
% 19.34/19.57  [885] theorem(or(not(or(A,or(B,C))),or(A,or(or(X,C),B)))) -> true
% 19.34/19.57  Current number of equations to process: 409
% 19.34/19.57  Current number of ordered equations: 0
% 19.34/19.57  Current number of rules: 869
% 19.34/19.57  New rule produced : [886] theorem(or(or(or(A,B),C),not(or(C,B)))) -> true
% 19.34/19.57  Current number of equations to process: 411
% 19.34/19.57  Current number of ordered equations: 0
% 19.34/19.57  Current number of rules: 870
% 19.34/19.57  New rule produced : [887] theorem(or(or(A,B),or(not(or(C,B)),C))) -> true
% 19.34/19.57  Current number of equations to process: 411
% 19.34/19.57  Current number of ordered equations: 0
% 19.34/19.57  Current number of rules: 871
% 19.34/19.57  New rule produced :
% 19.34/19.57  [888] theorem(or(A,or(not(or(B,C)),or(or(X,C),B)))) -> true
% 19.34/19.57  Current number of equations to process: 411
% 19.34/19.57  Current number of ordered equations: 0
% 19.34/19.57  Current number of rules: 872
% 19.34/19.57  New rule produced : [889] theorem(or(not(or(A,B)),or(or(C,A),B))) -> true
% 19.34/19.57  Current number of equations to process: 411
% 19.34/19.57  Current number of ordered equations: 0
% 19.34/19.57  Current number of rules: 873
% 19.34/19.57  New rule produced :
% 19.34/19.57  [890] theorem(or(not(or(or(A,B),or(A,B))),or(or(C,B),A))) -> true
% 19.34/19.57  Current number of equations to process: 412
% 19.34/19.57  Current number of ordered equations: 0
% 19.34/19.57  Current number of rules: 874
% 19.34/19.57  New rule produced :
% 19.34/19.57  [891] theorem(or(or(or(A,B),C),not(or(or(C,B),A)))) -> true
% 19.34/19.57  Current number of equations to process: 414
% 19.34/19.57  Current number of ordered equations: 0
% 19.34/19.57  Current number of rules: 875
% 19.34/19.57  New rule produced :
% 19.34/19.57  [892] theorem(or(or(A,B),or(not(or(or(C,B),A)),C))) -> true
% 19.34/19.57  Current number of equations to process: 414
% 19.34/19.57  Current number of ordered equations: 0
% 19.34/19.57  Current number of rules: 876
% 19.34/19.57  New rule produced :
% 19.34/19.57  [893] theorem(or(A,or(not(or(or(B,C),X)),or(or(X,C),B)))) -> true
% 19.34/19.57  Current number of equations to process: 414
% 19.34/19.57  Current number of ordered equations: 0
% 19.34/19.57  Current number of rules: 877
% 19.34/19.57  New rule produced :
% 19.34/19.57  [894]
% 19.34/19.57  ifeq(axiom(or(or(or(A,B),C),not(or(A,or(C,B))))),true,true,true) -> true
% 20.50/20.79  Current number of equations to process: 416
% 20.50/20.79  Current number of ordered equations: 0
% 20.50/20.79  Current number of rules: 878
% 20.50/20.79  New rule produced :
% 20.50/20.79  [895]
% 20.50/20.79  ifeq(axiom(or(or(A,B),or(not(or(A,or(C,B))),C))),true,true,true) -> true
% 20.50/20.79  Current number of equations to process: 415
% 20.50/20.79  Current number of ordered equations: 0
% 20.50/20.79  Current number of rules: 879
% 20.50/20.79  New rule produced :
% 20.50/20.79  [896] theorem(or(not(or(A,or(or(B,C),X))),or(A,or(or(X,C),B)))) -> true
% 20.50/20.79  Current number of equations to process: 414
% 20.50/20.79  Current number of ordered equations: 0
% 20.50/20.79  Current number of rules: 880
% 20.50/20.79  New rule produced :
% 20.50/20.79  [897] theorem(or(or(not(or(A,or(B,C))),or(or(A,C),B)),X)) -> true
% 20.50/20.79  Current number of equations to process: 415
% 20.50/20.79  Current number of ordered equations: 0
% 20.50/20.79  Current number of rules: 881
% 20.50/20.79  New rule produced :
% 20.50/20.79  [898] theorem(or(A,or(B,or(not(or(C,or(X,Y))),or(or(C,Y),X))))) -> true
% 20.50/20.79  Current number of equations to process: 416
% 20.50/20.79  Current number of ordered equations: 0
% 20.50/20.79  Current number of rules: 882
% 20.50/20.79  New rule produced :
% 20.50/20.79  [899] theorem(or(or(A,or(or(B,C),X)),not(or(A,or(B,or(X,C)))))) -> true
% 20.50/20.79  Current number of equations to process: 421
% 20.50/20.79  Current number of ordered equations: 0
% 20.50/20.79  Current number of rules: 883
% 20.50/20.79  New rule produced :
% 20.50/20.79  [900] theorem(or(A,or(not(or(A,or(B,or(C,X)))),or(or(B,X),C)))) -> true
% 20.50/20.79  Current number of equations to process: 420
% 20.50/20.79  Current number of ordered equations: 0
% 20.50/20.79  Current number of rules: 884
% 20.50/20.79  New rule produced :
% 20.50/20.79  [901] theorem(or(not(or(or(A,or(B,C)),X)),or(X,or(or(A,C),B)))) -> true
% 20.50/20.79  Current number of equations to process: 419
% 20.50/20.79  Current number of ordered equations: 0
% 20.50/20.79  Current number of rules: 885
% 20.50/20.79  New rule produced :
% 20.50/20.79  [902] theorem(or(A,or(or(or(B,C),not(or(B,X))),not(or(not(X),C))))) -> true
% 20.50/20.79  Current number of equations to process: 423
% 20.50/20.79  Current number of ordered equations: 0
% 20.50/20.79  Current number of rules: 886
% 20.50/20.79  New rule produced :
% 20.50/20.79  [903] theorem(or(or(not(or(not(A),B)),not(or(C,A))),or(C,B))) -> true
% 20.50/20.79  Current number of equations to process: 424
% 20.50/20.79  Current number of ordered equations: 0
% 20.50/20.79  Current number of rules: 887
% 20.50/20.79  New rule produced :
% 20.50/20.79  [904] theorem(or(A,or(or(B,C),or(not(or(not(X),C)),not(or(B,X)))))) -> true
% 20.50/20.79  Current number of equations to process: 425
% 20.50/20.79  Current number of ordered equations: 0
% 20.50/20.79  Current number of rules: 888
% 20.50/20.79  New rule produced :
% 20.50/20.79  [905] theorem(or(not(not(A)),or(or(B,C),not(or(B,A))))) -> true
% 20.50/20.79  Current number of equations to process: 430
% 20.50/20.79  Current number of ordered equations: 0
% 20.50/20.79  Current number of rules: 889
% 20.50/20.79  New rule produced :
% 20.50/20.79  [906] theorem(or(or(or(A,B),not(or(A,C))),not(or(B,not(C))))) -> true
% 20.50/20.79  Current number of equations to process: 429
% 20.50/20.79  Current number of ordered equations: 0
% 20.50/20.79  Current number of rules: 890
% 20.50/20.79  New rule produced :
% 20.50/20.79  [907] theorem(or(or(A,B),or(not(or(B,not(C))),not(or(A,C))))) -> true
% 20.50/20.79  Current number of equations to process: 428
% 20.50/20.79  Current number of ordered equations: 0
% 20.50/20.79  Current number of rules: 891
% 20.50/20.79  New rule produced :
% 20.50/20.79  [908] theorem(or(A,or(not(or(B,not(C))),or(or(X,B),not(or(X,C)))))) -> true
% 20.50/20.79  Current number of equations to process: 430
% 20.50/20.79  Current number of ordered equations: 0
% 20.50/20.79  Current number of rules: 892
% 20.50/20.79  New rule produced :
% 20.50/20.79  [909] theorem(or(or(not(or(not(A),B)),or(or(C,B),not(or(C,A)))),X)) -> true
% 20.50/20.79  Current number of equations to process: 431
% 20.50/20.79  Current number of ordered equations: 0
% 20.50/20.79  Current number of rules: 893
% 20.50/20.79  New rule produced :
% 20.50/20.79  [910] theorem(or(or(A,not(or(not(B),C))),or(not(or(X,B)),or(X,C)))) -> true
% 20.50/20.79  Current number of equations to process: 437
% 20.50/20.79  Current number of ordered equations: 0
% 20.50/20.79  Current number of rules: 894
% 20.50/20.79  New rule produced :
% 20.50/20.79  [911] ifeq(axiom(or(A,or(or(not(B),B),C))),true,true,true) -> true
% 20.50/20.79  Current number of equations to process: 439
% 20.50/20.79  Current number of ordered equations: 0
% 20.50/20.79  Current number of rules: 895
% 20.50/20.79  New rule produced :
% 20.50/20.79  [912] theorem(or(not(or(A,B)),or(A,or(or(not(C),C),X)))) -> true
% 20.50/20.79  Current number of equations to process: 438
% 20.50/20.79  Current number of ordered equations: 0
% 20.50/20.79  Current number of rules: 896
% 20.50/20.79  New rule produced : [913] theorem(or(or(or(not(A),A),B),C)) -> true
% 20.50/20.79  Current number of equations to process: 439
% 20.50/20.79  Current number of ordered equations: 0
% 20.50/20.79  Current number of rules: 897
% 20.50/20.79  New rule produced : [914] theorem(or(A,or(B,or(or(not(C),C),X)))) -> true
% 20.50/20.79  Rule [912] theorem(or(not(or(A,B)),or(A,or(or(not(C),C),X)))) -> true
% 21.84/22.14  collapsed.
% 21.84/22.14  Current number of equations to process: 438
% 21.84/22.14  Current number of ordered equations: 0
% 21.84/22.14  Current number of rules: 897
% 21.84/22.14  New rule produced :
% 21.84/22.14  [915] ifeq(axiom(or(or(A,or(not(B),B)),C)),true,true,true) -> true
% 21.84/22.14  Current number of equations to process: 439
% 21.84/22.14  Current number of ordered equations: 0
% 21.84/22.14  Current number of rules: 898
% 21.84/22.14  New rule produced : [916] theorem(or(A,or(or(B,or(not(C),C)),X))) -> true
% 21.84/22.14  Current number of equations to process: 439
% 21.84/22.14  Current number of ordered equations: 0
% 21.84/22.14  Current number of rules: 899
% 21.84/22.14  New rule produced :
% 21.84/22.14  [917] ifeq(axiom(or(A,or(B,or(C,or(not(X),X))))),true,true,true) -> true
% 21.84/22.14  Current number of equations to process: 441
% 21.84/22.14  Current number of ordered equations: 0
% 21.84/22.14  Current number of rules: 900
% 21.84/22.14  New rule produced : [918] theorem(or(or(A,or(B,or(not(C),C))),X)) -> true
% 21.84/22.14  Current number of equations to process: 442
% 21.84/22.14  Current number of ordered equations: 0
% 21.84/22.14  Current number of rules: 901
% 21.84/22.14  New rule produced :
% 21.84/22.14  [919] theorem(or(A,or(B,or(C,or(X,or(not(Y),Y)))))) -> true
% 21.84/22.14  Current number of equations to process: 441
% 21.84/22.14  Current number of ordered equations: 0
% 21.84/22.14  Current number of rules: 902
% 21.84/22.14  New rule produced :
% 21.84/22.14  [920]
% 21.84/22.14  ifeq(axiom(or(not(or(A,or(or(not(B),B),C))),X)),true,theorem(X),true) -> true
% 21.84/22.14  Current number of equations to process: 439
% 21.84/22.14  Current number of ordered equations: 0
% 21.84/22.14  Current number of rules: 903
% 21.84/22.14  New rule produced :
% 21.84/22.14  [921]
% 21.84/22.14  ifeq(axiom(or(not(or(or(A,or(not(B),B)),C)),X)),true,theorem(X),true) -> true
% 21.84/22.14  Current number of equations to process: 438
% 21.84/22.14  Current number of ordered equations: 0
% 21.84/22.14  Current number of rules: 904
% 21.84/22.14  New rule produced :
% 21.84/22.14  [922] ifeq(axiom(or(A,or(or(not(or(B,C)),B),C))),true,true,true) -> true
% 21.84/22.14  Current number of equations to process: 440
% 21.84/22.14  Current number of ordered equations: 0
% 21.84/22.14  Current number of rules: 905
% 21.84/22.14  New rule produced : [923] theorem(or(or(or(not(or(A,B)),A),B),C)) -> true
% 21.84/22.14  Current number of equations to process: 441
% 21.84/22.14  Current number of ordered equations: 0
% 21.84/22.14  Current number of rules: 906
% 21.84/22.14  New rule produced : [924] theorem(or(or(not(or(A,B)),A),or(C,B))) -> true
% 21.84/22.14  Current number of equations to process: 441
% 21.84/22.14  Current number of ordered equations: 0
% 21.84/22.14  Current number of rules: 907
% 21.84/22.14  New rule produced :
% 21.84/22.14  [925] theorem(or(A,or(B,or(or(not(or(C,X)),C),X)))) -> true
% 21.84/22.14  Current number of equations to process: 440
% 21.84/22.14  Current number of ordered equations: 0
% 21.84/22.14  Current number of rules: 908
% 21.84/22.14  New rule produced :
% 21.84/22.14  [926] theorem(or(or(or(not(or(A,or(B,C))),A),C),B)) -> true
% 21.84/22.14  Current number of equations to process: 444
% 21.84/22.14  Current number of ordered equations: 0
% 21.84/22.14  Current number of rules: 909
% 21.84/22.14  New rule produced :
% 21.84/22.14  [927] theorem(or(A,or(B,or(or(not(or(C,or(B,X))),C),X)))) -> true
% 21.84/22.14  Current number of equations to process: 446
% 21.84/22.14  Current number of ordered equations: 0
% 21.84/22.14  Current number of rules: 910
% 21.84/22.14  New rule produced :
% 21.84/22.14  [928]
% 21.84/22.14  ifeq(axiom(or(A,or(or(not(or(B,or(A,C))),B),C))),true,true,true) -> true
% 21.84/22.14  Current number of equations to process: 445
% 21.84/22.14  Current number of ordered equations: 0
% 21.84/22.14  Current number of rules: 911
% 21.84/22.14  New rule produced :
% 21.84/22.14  [929] theorem(or(not(or(A,A)),or(or(not(or(B,or(not(A),C))),B),C))) -> true
% 21.84/22.14  Current number of equations to process: 444
% 21.84/22.14  Current number of ordered equations: 0
% 21.84/22.14  Current number of rules: 912
% 21.84/22.14  New rule produced :
% 21.84/22.14  [930] theorem(or(not(A),or(or(not(or(B,or(not(or(C,A)),X))),B),X))) -> true
% 21.84/22.14  Current number of equations to process: 443
% 21.84/22.14  Current number of ordered equations: 0
% 21.84/22.14  Current number of rules: 913
% 21.84/22.14  New rule produced :
% 21.84/22.14  [931] ifeq(axiom(or(or(A,or(not(or(B,A)),B)),C)),true,true,true) -> true
% 21.84/22.14  Current number of equations to process: 444
% 21.84/22.14  Current number of ordered equations: 0
% 21.84/22.14  Current number of rules: 914
% 21.84/22.14  New rule produced :
% 21.84/22.14  [932] theorem(or(A,or(or(B,or(not(or(C,B)),C)),X))) -> true
% 21.84/22.14  Current number of equations to process: 444
% 21.84/22.14  Current number of ordered equations: 0
% 21.84/22.14  Current number of rules: 915
% 21.84/22.14  New rule produced :
% 21.84/22.14  [933] ifeq(axiom(or(A,or(B,or(not(or(C,A)),C)))),true,true,true) -> true
% 21.84/22.14  Current number of equations to process: 446
% 21.84/22.14  Current number of ordered equations: 0
% 21.84/22.14  Current number of rules: 916
% 21.84/22.14  New rule produced : [934] theorem(or(or(A,or(not(or(B,C)),B)),C)) -> true
% 21.84/22.14  Current number of equations to process: 448
% 21.84/22.14  Current number of ordered equations: 0
% 21.84/22.14  Current number of rules: 917
% 23.01/23.24  New rule produced :
% 23.01/23.24  [935] theorem(or(A,or(B,or(C,or(not(or(X,B)),X))))) -> true
% 23.01/23.24  Current number of equations to process: 449
% 23.01/23.24  Current number of ordered equations: 0
% 23.01/23.24  Current number of rules: 918
% 23.01/23.24  New rule produced :
% 23.01/23.24  [936] theorem(or(not(or(A,A)),or(B,or(not(or(C,not(A))),C)))) -> true
% 23.01/23.24  Current number of equations to process: 452
% 23.01/23.24  Current number of ordered equations: 0
% 23.01/23.24  Current number of rules: 919
% 23.01/23.24  New rule produced :
% 23.01/23.24  [937] theorem(or(not(A),or(B,or(not(or(C,not(or(X,A)))),C)))) -> true
% 23.01/23.24  Current number of equations to process: 451
% 23.01/23.24  Current number of ordered equations: 0
% 23.01/23.24  Current number of rules: 920
% 23.01/23.24  New rule produced :
% 23.01/23.24  [938] theorem(or(or(A,or(B,or(not(or(C,B)),C))),X)) -> true
% 23.01/23.24  Current number of equations to process: 452
% 23.01/23.24  Current number of ordered equations: 0
% 23.01/23.24  Current number of rules: 921
% 23.01/23.24  New rule produced :
% 23.01/23.24  [939] theorem(or(A,or(B,or(C,or(X,or(not(or(Y,X)),Y)))))) -> true
% 23.01/23.24  Current number of equations to process: 451
% 23.01/23.24  Current number of ordered equations: 0
% 23.01/23.24  Current number of rules: 922
% 23.01/23.24  New rule produced :
% 23.01/23.26  [940] theorem(or(A,or(or(not(or(B,not(C))),B),not(or(C,C))))) -> true
% 23.01/23.26  Current number of equations to process: 453
% 23.01/23.26  Current number of ordered equations: 0
% 23.01/23.26  Current number of rules: 923
% 23.01/23.26  New rule produced :
% 23.01/23.26  [941] theorem(or(or(not(or(A,A)),B),not(or(B,not(A))))) -> true
% 23.01/23.26  Current number of equations to process: 457
% 23.01/23.26  Current number of ordered equations: 0
% 23.01/23.26  Current number of rules: 924
% 23.01/23.26  New rule produced : [942] theorem(or(not(not(A)),or(not(or(A,A)),B))) -> true
% 23.01/23.26  Current number of equations to process: 458
% 23.01/23.26  Current number of ordered equations: 0
% 23.01/23.26  Current number of rules: 925
% 23.01/23.26  New rule produced :
% 23.01/23.26  [943] theorem(or(not(or(not(A),B)),or(not(or(A,A)),B))) -> true
% 23.01/23.26  Current number of equations to process: 458
% 23.01/23.26  Current number of ordered equations: 0
% 23.01/23.26  Current number of rules: 926
% 23.01/23.26  New rule produced :
% 23.01/23.26  [944] theorem(or(A,or(not(or(B,not(C))),or(not(or(C,C)),B)))) -> true
% 23.01/23.26  Current number of equations to process: 457
% 23.01/23.26  Current number of ordered equations: 0
% 23.01/23.26  Current number of rules: 927
% 23.01/23.26  New rule produced :
% 23.01/23.26  [945] theorem(or(not(or(A,B)),or(A,or(C,or(not(or(X,not(B))),X))))) -> true
% 23.01/23.26  Current number of equations to process: 459
% 23.01/23.26  Current number of ordered equations: 0
% 23.01/23.26  Current number of rules: 928
% 23.01/23.26  New rule produced :
% 23.01/23.26  [946] theorem(or(not(or(A,B)),or(C,or(not(or(X,not(or(B,A)))),X)))) -> true
% 23.01/23.26  Current number of equations to process: 458
% 23.01/23.26  Current number of ordered equations: 0
% 23.01/23.26  Current number of rules: 929
% 23.01/23.26  New rule produced :
% 23.01/23.26  [947]
% 23.01/23.26  ifeq(axiom(or(A,or(B,or(C,or(not(or(X,C)),X))))),true,true,true) -> true
% 23.01/23.26  Current number of equations to process: 457
% 23.01/23.26  Current number of ordered equations: 0
% 23.01/23.26  Current number of rules: 930
% 23.01/23.26  New rule produced :
% 23.01/23.26  [948]
% 23.01/23.26  ifeq(axiom(or(or(not(or(A,not(B))),A),not(or(B,B)))),true,true,true) -> true
% 23.01/23.26  Current number of equations to process: 456
% 23.01/23.26  Current number of ordered equations: 0
% 23.01/23.26  Current number of rules: 931
% 23.01/23.26  New rule produced :
% 23.01/23.26  [949] theorem(or(not(or(A,or(B,not(C)))),or(A,or(not(or(C,C)),B)))) -> true
% 23.01/23.26  Current number of equations to process: 455
% 23.01/23.26  Current number of ordered equations: 0
% 23.01/23.26  Current number of rules: 932
% 23.01/23.26  New rule produced :
% 23.01/23.26  [950] theorem(or(or(not(or(A,A)),or(not(or(B,not(A))),B)),C)) -> true
% 23.01/23.26  Current number of equations to process: 456
% 23.01/23.26  Current number of ordered equations: 0
% 23.01/23.26  Current number of rules: 933
% 23.01/23.26  New rule produced :
% 23.01/23.26  [951] theorem(or(A,or(or(not(or(B,not(or(C,X)))),B),not(X)))) -> true
% 23.01/23.26  Current number of equations to process: 458
% 23.01/23.26  Current number of ordered equations: 0
% 23.01/23.26  Current number of rules: 934
% 23.01/23.26  New rule produced :
% 23.01/23.26  [952] theorem(or(or(not(A),B),not(or(B,not(or(C,A)))))) -> true
% 23.01/23.26  Current number of equations to process: 462
% 23.01/23.26  Current number of ordered equations: 0
% 23.01/23.26  Current number of rules: 935
% 23.01/23.26  New rule produced : [953] theorem(or(not(not(or(A,B))),or(not(B),C))) -> true
% 23.01/23.26  Current number of equations to process: 463
% 23.01/23.26  Current number of ordered equations: 0
% 23.01/23.26  Current number of rules: 936
% 23.01/23.26  New rule produced :
% 23.01/23.26  [954] theorem(or(not(or(not(or(A,B)),C)),or(not(B),C))) -> true
% 23.01/23.26  Current number of equations to process: 463
% 23.01/23.26  Current number of ordered equations: 0
% 23.01/23.26  Current number of rules: 937
% 23.01/23.26  New rule produced :
% 23.01/23.26  [955] theorem(or(A,or(not(or(B,not(or(C,X)))),or(not(X),B)))) -> true
% 24.81/25.03  Current number of equations to process: 462
% 24.81/25.03  Current number of ordered equations: 0
% 24.81/25.03  Current number of rules: 938
% 24.81/25.03  New rule produced :
% 24.81/25.03  [956] theorem(or(A,or(B,or(not(or(C,C)),or(not(or(X,not(C))),X))))) -> true
% 24.81/25.03  Current number of equations to process: 464
% 24.81/25.03  Current number of ordered equations: 0
% 24.81/25.03  Current number of rules: 939
% 24.81/25.03  New rule produced :
% 24.81/25.03  [957]
% 24.81/25.03  ifeq(axiom(or(or(not(or(A,not(or(B,C)))),A),not(C))),true,true,true) -> true
% 24.81/25.03  Current number of equations to process: 463
% 24.81/25.03  Current number of ordered equations: 0
% 24.81/25.03  Current number of rules: 940
% 24.81/25.03  New rule produced :
% 24.81/25.03  [958] theorem(or(not(or(A,or(B,not(or(C,X))))),or(A,or(not(X),B)))) -> true
% 24.81/25.03  Current number of equations to process: 462
% 24.81/25.03  Current number of ordered equations: 0
% 24.81/25.03  Current number of rules: 941
% 24.81/25.03  New rule produced :
% 24.81/25.03  [959] theorem(or(or(not(A),or(not(or(B,not(or(C,A)))),B)),X)) -> true
% 24.81/25.03  Current number of equations to process: 463
% 24.81/25.03  Current number of ordered equations: 0
% 24.81/25.03  Current number of rules: 942
% 24.81/25.03  New rule produced :
% 24.81/25.03  [960] theorem(or(A,or(B,or(not(C),or(not(or(X,not(or(Y,C)))),X))))) -> true
% 24.81/25.03  Current number of equations to process: 464
% 24.81/25.03  Current number of ordered equations: 0
% 24.81/25.03  Current number of rules: 943
% 24.81/25.03  New rule produced :
% 24.81/25.03  [961] theorem(or(or(not(or(A,not(or(B,C)))),A),not(or(C,C)))) -> true
% 24.81/25.03  Current number of equations to process: 468
% 24.81/25.03  Current number of ordered equations: 0
% 24.81/25.03  Current number of rules: 944
% 24.81/25.03  New rule produced :
% 24.81/25.03  [962] theorem(or(not(or(A,not(or(B,C)))),or(not(or(C,C)),A))) -> true
% 24.81/25.03  Current number of equations to process: 467
% 24.81/25.03  Current number of ordered equations: 0
% 24.81/25.03  Current number of rules: 945
% 24.81/25.03  New rule produced :
% 24.81/25.03  [963] theorem(or(A,or(not(or(B,B)),or(not(or(C,not(or(X,B)))),C)))) -> true
% 24.81/25.03  Current number of equations to process: 468
% 24.81/25.03  Current number of ordered equations: 0
% 24.81/25.03  Current number of rules: 946
% 24.81/25.03  New rule produced :
% 24.81/25.03  [964] theorem(or(or(not(or(A,not(or(B,or(C,X))))),A),not(X))) -> true
% 24.81/25.03  Current number of equations to process: 473
% 24.81/25.03  Current number of ordered equations: 0
% 24.81/25.03  Current number of rules: 947
% 24.81/25.03  New rule produced :
% 24.81/25.03  [965] theorem(or(not(or(A,not(or(B,or(C,X))))),or(not(X),A))) -> true
% 24.81/25.03  Current number of equations to process: 472
% 24.81/25.03  Current number of ordered equations: 0
% 24.81/25.03  Current number of rules: 948
% 24.81/25.03  New rule produced :
% 24.81/25.03  [966] theorem(or(A,or(not(B),or(not(or(C,not(or(X,or(Y,B))))),C)))) -> true
% 24.81/25.03  Current number of equations to process: 472
% 24.81/25.03  Current number of ordered equations: 0
% 24.81/25.03  Current number of rules: 949
% 24.81/25.03  New rule produced :
% 24.81/25.03  [967] theorem(or(not(or(A,A)),or(not(or(B,not(or(C,or(X,A))))),B))) -> true
% 24.81/25.03  Current number of equations to process: 471
% 24.81/25.03  Current number of ordered equations: 0
% 24.81/25.03  Current number of rules: 950
% 24.81/25.03  New rule produced :
% 24.81/25.03  [968] theorem(or(not(A),or(not(or(B,not(or(C,or(X,or(Y,A)))))),B))) -> true
% 24.81/25.03  Current number of equations to process: 470
% 24.81/25.03  Current number of ordered equations: 0
% 24.81/25.03  Current number of rules: 951
% 24.81/25.03  New rule produced :
% 24.81/25.03  [969]
% 24.81/25.03  theorem(or(not(or(or(A,not(B)),or(A,not(B)))),or(not(or(B,B)),A))) -> true
% 24.81/25.03  Current number of equations to process: 468
% 24.81/25.03  Current number of ordered equations: 0
% 24.81/25.03  Current number of rules: 952
% 24.81/25.03  New rule produced :
% 24.81/25.03  [970] theorem(or(or(A,or(not(or(B,not(C))),B)),not(or(A,or(C,C))))) -> true
% 24.81/25.03  Current number of equations to process: 475
% 24.81/25.03  Current number of ordered equations: 0
% 24.81/25.03  Current number of rules: 953
% 24.81/25.03  New rule produced :
% 24.81/25.03  [971] theorem(or(A,or(not(or(A,or(B,B))),or(not(or(C,not(B))),C)))) -> true
% 24.81/25.03  Current number of equations to process: 474
% 24.81/25.03  Current number of ordered equations: 0
% 24.81/25.03  Current number of rules: 954
% 24.81/25.03  New rule produced :
% 24.81/25.03  [972] theorem(or(not(or(or(A,A),B)),or(B,or(not(or(C,not(A))),C)))) -> true
% 24.81/25.03  Current number of equations to process: 473
% 24.81/25.03  Current number of ordered equations: 0
% 24.81/25.03  Current number of rules: 955
% 24.81/25.03  New rule produced :
% 24.81/25.03  [973] theorem(or(or(not(or(A,not(B))),A),not(or(or(B,B),or(B,B))))) -> true
% 24.81/25.03  Current number of equations to process: 479
% 24.81/25.03  Current number of ordered equations: 0
% 24.81/25.03  Current number of rules: 956
% 24.81/25.03  New rule produced :
% 24.81/25.03  [974] theorem(or(not(or(A,not(B))),or(not(or(or(B,B),or(B,B))),A))) -> true
% 24.81/25.03  Current number of equations to process: 478
% 24.81/25.03  Current number of ordered equations: 0
% 24.81/25.03  Current number of rules: 957
% 24.81/25.03  New rule produced :
% 24.81/25.03  [975] theorem(or(or(A,or(not(or(B,not(or(C,X)))),B)),not(or(A,X)))) -> true
% 26.16/26.38  Current number of equations to process: 485
% 26.16/26.38  Current number of ordered equations: 0
% 26.16/26.38  Current number of rules: 958
% 26.16/26.38  New rule produced :
% 26.16/26.38  [976] theorem(or(A,or(not(or(A,B)),or(not(or(C,not(or(X,B)))),C)))) -> true
% 26.16/26.38  Current number of equations to process: 484
% 26.16/26.38  Current number of ordered equations: 0
% 26.16/26.38  Current number of rules: 959
% 26.16/26.38  New rule produced :
% 26.16/26.38  [977] theorem(or(not(or(A,B)),or(B,or(not(or(C,not(or(X,A)))),C)))) -> true
% 26.16/26.38  Current number of equations to process: 483
% 26.16/26.38  Current number of ordered equations: 0
% 26.16/26.38  Current number of rules: 960
% 26.16/26.38  New rule produced :
% 26.16/26.38  [978] theorem(or(not(A),or(not(or(B,not(or(C,or(A,X))))),B))) -> true
% 26.16/26.38  Current number of equations to process: 490
% 26.16/26.38  Current number of ordered equations: 0
% 26.16/26.38  Current number of rules: 961
% 26.16/26.38  New rule produced :
% 26.16/26.38  [979] theorem(or(or(not(or(A,not(or(B,or(C,X))))),A),not(or(X,C)))) -> true
% 26.16/26.38  Current number of equations to process: 489
% 26.16/26.38  Current number of ordered equations: 0
% 26.16/26.38  Current number of rules: 962
% 26.16/26.38  New rule produced :
% 26.16/26.38  [980] theorem(or(not(or(A,not(or(B,or(C,X))))),or(not(or(X,C)),A))) -> true
% 26.16/26.38  Current number of equations to process: 488
% 26.16/26.38  Current number of ordered equations: 0
% 26.16/26.38  Current number of rules: 963
% 26.16/26.38  New rule produced :
% 26.16/26.38  [981] theorem(or(A,or(or(B,or(not(or(C,not(X))),C)),not(or(B,X))))) -> true
% 26.16/26.38  Current number of equations to process: 493
% 26.16/26.38  Current number of ordered equations: 0
% 26.16/26.38  Current number of rules: 964
% 26.16/26.38  New rule produced :
% 26.16/26.38  [982] theorem(or(or(not(or(A,B)),or(not(or(C,not(B))),C)),A)) -> true
% 26.16/26.38  Current number of equations to process: 497
% 26.16/26.38  Current number of ordered equations: 0
% 26.16/26.38  Current number of rules: 965
% 26.16/26.38  New rule produced :
% 26.16/26.38  [983] theorem(or(A,or(B,or(not(or(B,C)),or(not(or(X,not(C))),X))))) -> true
% 26.16/26.38  Current number of equations to process: 499
% 26.16/26.38  Current number of ordered equations: 0
% 26.16/26.38  Current number of rules: 966
% 26.16/26.38  New rule produced :
% 26.16/26.38  [984] theorem(or(or(A,or(not(or(B,not(C))),B)),not(or(C,A)))) -> true
% 26.16/26.38  Current number of equations to process: 503
% 26.16/26.38  Current number of ordered equations: 0
% 26.16/26.38  Current number of rules: 967
% 26.16/26.38  New rule produced :
% 26.16/26.38  [985] theorem(or(A,or(not(or(B,A)),or(not(or(C,not(B))),C)))) -> true
% 26.16/26.38  Current number of equations to process: 502
% 26.16/26.38  Current number of ordered equations: 0
% 26.16/26.38  Current number of rules: 968
% 26.16/26.38  New rule produced :
% 26.16/26.38  [986] theorem(or(A,or(not(or(B,C)),or(C,or(not(or(X,not(B))),X))))) -> true
% 26.16/26.38  Current number of equations to process: 504
% 26.16/26.38  Current number of ordered equations: 0
% 26.16/26.38  Current number of rules: 969
% 26.16/26.38  New rule produced :
% 26.16/26.38  [987] theorem(or(or(not(or(A,B)),or(A,or(not(or(C,not(B))),C))),X)) -> true
% 26.16/26.38  Current number of equations to process: 506
% 26.16/26.38  Current number of ordered equations: 0
% 26.16/26.38  Current number of rules: 970
% 26.16/26.38  New rule produced :
% 26.16/26.38  [988] theorem(or(not(or(A,B)),or(C,or(A,or(not(or(X,not(B))),X))))) -> true
% 26.16/26.38  Current number of equations to process: 505
% 26.16/26.38  Current number of ordered equations: 0
% 26.16/26.38  Current number of rules: 971
% 26.16/26.38  New rule produced :
% 26.16/26.38  [989] theorem(or(or(not(or(A,not(or(B,C)))),A),not(B))) -> true
% 26.16/26.38  Current number of equations to process: 509
% 26.16/26.38  Current number of ordered equations: 0
% 26.16/26.38  Current number of rules: 972
% 26.16/26.38  New rule produced :
% 26.16/26.38  [990] theorem(or(not(or(A,not(or(B,C)))),or(not(B),A))) -> true
% 26.16/26.38  Current number of equations to process: 509
% 26.16/26.38  Current number of ordered equations: 0
% 26.16/26.38  Current number of rules: 973
% 26.16/26.38  New rule produced :
% 26.16/26.38  [991] theorem(or(A,or(not(B),or(not(or(C,not(or(B,X)))),C)))) -> true
% 26.16/26.38  Current number of equations to process: 511
% 26.16/26.38  Current number of ordered equations: 0
% 26.16/26.38  Current number of rules: 974
% 26.16/26.38  New rule produced :
% 26.16/26.38  [992] theorem(or(not(or(A,A)),or(not(or(B,not(or(A,C)))),B))) -> true
% 26.16/26.38  Current number of equations to process: 510
% 26.16/26.38  Current number of ordered equations: 0
% 26.16/26.38  Current number of rules: 975
% 26.16/26.38  New rule produced :
% 26.16/26.38  [993] theorem(or(not(A),or(not(or(B,not(or(or(C,A),X)))),B))) -> true
% 26.16/26.38  Current number of equations to process: 509
% 26.16/26.38  Current number of ordered equations: 0
% 26.16/26.38  Current number of rules: 976
% 26.16/26.38  New rule produced :
% 26.16/26.38  [994] theorem(or(not(or(A,B)),or(A,or(not(or(C,not(or(B,X)))),C)))) -> true
% 26.16/26.38  Current number of equations to process: 510
% 26.16/26.38  Current number of ordered equations: 0
% 26.16/26.38  Current number of rules: 977
% 26.16/26.38  New rule produced :
% 26.16/26.38  [995] theorem(or(not(or(A,B)),or(not(or(C,not(or(or(B,A),X)))),C))) -> true
% 28.17/28.40  Current number of equations to process: 509
% 28.17/28.40  Current number of ordered equations: 0
% 28.17/28.40  Current number of rules: 978
% 28.17/28.40  New rule produced :
% 28.17/28.40  [996] theorem(or(A,or(or(not(or(B,not(or(C,X)))),B),not(or(X,C))))) -> true
% 28.17/28.40  Current number of equations to process: 511
% 28.17/28.40  Current number of ordered equations: 0
% 28.17/28.40  Current number of rules: 979
% 28.17/28.40  New rule produced :
% 28.17/28.40  [997] theorem(or(not(not(or(A,B))),or(not(or(B,A)),C))) -> true
% 28.17/28.40  Current number of equations to process: 515
% 28.17/28.40  Current number of ordered equations: 0
% 28.17/28.40  Current number of rules: 980
% 28.17/28.40  New rule produced :
% 28.17/28.40  [998] theorem(or(or(not(or(A,B)),C),not(or(C,not(or(B,A)))))) -> true
% 28.17/28.40  Current number of equations to process: 514
% 28.17/28.40  Current number of ordered equations: 0
% 28.17/28.40  Current number of rules: 981
% 28.17/28.40  New rule produced :
% 28.17/28.40  [999] theorem(or(not(or(not(or(A,B)),C)),or(not(or(B,A)),C))) -> true
% 28.17/28.40  Current number of equations to process: 514
% 28.17/28.40  Current number of ordered equations: 0
% 28.17/28.40  Current number of rules: 982
% 28.17/28.40  New rule produced :
% 28.17/28.40  [1000] theorem(or(A,or(not(or(B,not(or(C,X)))),or(not(or(X,C)),B)))) -> true
% 28.17/28.40  Current number of equations to process: 516
% 28.17/28.40  Current number of ordered equations: 0
% 28.17/28.40  Current number of rules: 983
% 28.17/28.40  New rule produced :
% 28.17/28.40  [1001] theorem(or(or(or(not(or(or(A,B),or(A,B))),B),A),C)) -> true
% 28.17/28.40  Current number of equations to process: 518
% 28.17/28.40  Current number of ordered equations: 0
% 28.17/28.40  Current number of rules: 984
% 28.17/28.40  New rule produced :
% 28.17/28.40  [1002] theorem(or(or(not(or(or(A,B),or(A,B))),B),or(C,A))) -> true
% 28.17/28.40  Current number of equations to process: 517
% 28.17/28.40  Current number of ordered equations: 0
% 28.17/28.40  Current number of rules: 985
% 28.17/28.40  New rule produced :
% 28.17/28.40  [1003] theorem(or(A,or(B,or(or(not(or(or(C,X),or(C,X))),X),C)))) -> true
% 28.17/28.40  Current number of equations to process: 519
% 28.17/28.40  Current number of ordered equations: 0
% 28.17/28.40  Current number of rules: 986
% 28.17/28.40  New rule produced :
% 28.17/28.40  [1004] theorem(or(or(not(or(A,B)),or(not(or(C,not(or(B,A)))),C)),X)) -> true
% 28.17/28.40  Current number of equations to process: 520
% 28.17/28.40  Current number of ordered equations: 0
% 28.17/28.40  Current number of rules: 987
% 28.17/28.40  New rule produced :
% 28.17/28.40  [1005] theorem(or(A,or(or(B,or(not(or(or(B,C),or(B,C))),C)),X))) -> true
% 28.17/28.40  Current number of equations to process: 525
% 28.17/28.40  Current number of ordered equations: 0
% 28.17/28.40  Current number of rules: 988
% 28.17/28.40  New rule produced :
% 28.17/28.40  [1006] theorem(or(or(A,or(not(or(or(B,C),or(B,C))),C)),B)) -> true
% 28.17/28.40  Current number of equations to process: 529
% 28.17/28.40  Current number of ordered equations: 0
% 28.17/28.40  Current number of rules: 989
% 28.17/28.40  New rule produced :
% 28.17/28.40  [1007] theorem(or(A,or(B,or(C,or(not(or(or(B,X),or(B,X))),X))))) -> true
% 28.17/28.40  Current number of equations to process: 532
% 28.17/28.40  Current number of ordered equations: 0
% 28.17/28.40  Current number of rules: 990
% 28.17/28.40  New rule produced :
% 28.17/28.40  [1008] theorem(or(or(or(not(or(A,or(B,C))),or(A,C)),B),X)) -> true
% 28.17/28.40  Current number of equations to process: 534
% 28.17/28.40  Current number of ordered equations: 0
% 28.17/28.40  Current number of rules: 991
% 28.17/28.40  New rule produced :
% 28.17/28.40  [1009] theorem(or(or(not(or(A,or(B,C))),or(A,C)),or(X,B))) -> true
% 28.17/28.40  Current number of equations to process: 533
% 28.17/28.40  Current number of ordered equations: 0
% 28.17/28.40  Current number of rules: 992
% 28.17/28.40  New rule produced :
% 28.17/28.40  [1010] theorem(or(A,or(B,or(or(not(or(C,or(X,Y))),or(C,Y)),X)))) -> true
% 28.17/28.40  Current number of equations to process: 535
% 28.17/28.40  Current number of ordered equations: 0
% 28.17/28.40  Current number of rules: 993
% 28.17/28.40  New rule produced :
% 28.17/28.40  [1011] theorem(or(or(A,or(B,or(not(or(or(B,C),or(B,C))),C))),X)) -> true
% 28.17/28.40  Current number of equations to process: 536
% 28.17/28.40  Current number of ordered equations: 0
% 28.17/28.40  Current number of rules: 994
% 28.17/28.40  New rule produced :
% 28.17/28.40  [1012] theorem(or(or(or(not(or(A,or(or(B,C),X))),or(A,X)),C),B)) -> true
% 28.17/28.40  Current number of equations to process: 544
% 28.17/28.40  Current number of ordered equations: 0
% 28.17/28.40  Current number of rules: 995
% 28.17/28.40  New rule produced :
% 28.17/28.40  [1013] theorem(or(A,or(or(B,or(not(or(C,or(B,X))),or(C,X))),Y))) -> true
% 28.17/28.40  Current number of equations to process: 549
% 28.17/28.40  Current number of ordered equations: 0
% 28.17/28.40  Current number of rules: 996
% 28.17/28.40  New rule produced :
% 28.17/28.40  [1014] theorem(or(or(A,or(not(or(B,or(C,X))),or(B,X))),C)) -> true
% 28.17/28.40  Current number of equations to process: 553
% 28.17/28.40  Current number of ordered equations: 0
% 28.17/28.40  Current number of rules: 997
% 28.17/28.40  New rule produced :
% 28.17/28.40  [1015] theorem(or(A,or(B,or(C,or(not(or(X,or(B,Y))),or(X,Y)))))) -> true
% 30.26/30.48  Current number of equations to process: 556
% 30.26/30.48  Current number of ordered equations: 0
% 30.26/30.48  Current number of rules: 998
% 30.26/30.48  New rule produced :
% 30.26/30.48  [1016] theorem(or(or(A,or(B,or(not(or(C,or(B,X))),or(C,X)))),Y)) -> true
% 30.26/30.48  Current number of equations to process: 557
% 30.26/30.48  Current number of ordered equations: 0
% 30.26/30.48  Current number of rules: 999
% 30.26/30.48  New rule produced :
% 30.26/30.48  [1017] theorem(or(not(or(not(A),B)),or(not(or(A,A)),or(C,B)))) -> true
% 30.26/30.48  Current number of equations to process: 566
% 30.26/30.48  Current number of ordered equations: 0
% 30.26/30.48  Current number of rules: 1000
% 30.26/30.48  New rule produced :
% 30.26/30.48  [1018] theorem(or(or(not(or(A,A)),or(B,C)),not(or(B,or(not(A),C))))) -> true
% 30.26/30.48  Current number of equations to process: 566
% 30.26/30.48  Current number of ordered equations: 0
% 30.26/30.48  Current number of rules: 1001
% 30.26/30.48  New rule produced :
% 30.26/30.48  [1019] theorem(or(not(or(or(not(A),B),C)),or(not(or(A,A)),or(C,B)))) -> true
% 30.26/30.48  Current number of equations to process: 565
% 30.26/30.48  Current number of ordered equations: 0
% 30.26/30.48  Current number of rules: 1002
% 30.26/30.48  New rule produced :
% 30.26/30.48  [1020] theorem(or(not(or(not(or(A,B)),C)),or(not(B),or(X,C)))) -> true
% 30.26/30.48  Current number of equations to process: 574
% 30.26/30.48  Current number of ordered equations: 0
% 30.26/30.48  Current number of rules: 1003
% 30.26/30.48  New rule produced :
% 30.26/30.48  [1021] theorem(or(or(not(A),or(B,C)),not(or(B,or(not(or(X,A)),C))))) -> true
% 30.26/30.48  Current number of equations to process: 574
% 30.26/30.48  Current number of ordered equations: 0
% 30.26/30.48  Current number of rules: 1004
% 30.26/30.48  New rule produced :
% 30.26/30.48  [1022] theorem(or(not(or(or(not(or(A,B)),C),X)),or(not(B),or(X,C)))) -> true
% 30.26/30.48  Current number of equations to process: 573
% 30.26/30.48  Current number of ordered equations: 0
% 30.26/30.48  Current number of rules: 1005
% 30.26/30.48  New rule produced :
% 30.26/30.48  [1023] theorem(or(or(or(not(or(not(A),B)),or(C,B)),not(or(C,A))),X)) -> true
% 30.26/30.48  Current number of equations to process: 578
% 30.26/30.48  Current number of ordered equations: 0
% 30.26/30.48  Current number of rules: 1006
% 30.26/30.48  New rule produced :
% 30.26/30.48  [1024] theorem(or(or(not(or(not(A),B)),or(C,B)),or(X,not(or(C,A))))) -> true
% 30.26/30.48  Current number of equations to process: 577
% 30.26/30.48  Current number of ordered equations: 0
% 30.26/30.48  Current number of rules: 1007
% 30.26/30.48  New rule produced :
% 30.26/30.48  [1025] theorem(or(A,or(or(not(or(not(B),C)),or(X,C)),not(or(B,X))))) -> true
% 30.26/30.48  Current number of equations to process: 581
% 30.26/30.48  Current number of ordered equations: 0
% 30.26/30.48  Current number of rules: 1008
% 30.26/30.48  New rule produced :
% 30.26/30.48  [1026] theorem(or(or(not(or(A,B)),or(B,C)),not(or(not(A),C)))) -> true
% 30.26/30.48  Current number of equations to process: 584
% 30.26/30.48  Current number of ordered equations: 0
% 30.26/30.48  Current number of rules: 1009
% 30.26/30.48  New rule produced :
% 30.26/30.48  [1027] theorem(or(not(or(A,not(B))),or(not(or(B,C)),or(C,A)))) -> true
% 30.26/30.48  Current number of equations to process: 584
% 30.26/30.48  Current number of ordered equations: 0
% 30.26/30.48  Current number of rules: 1010
% 30.26/30.48  New rule produced :
% 30.26/30.48  [1028] theorem(or(A,or(not(or(not(B),C)),or(not(or(B,X)),or(X,C))))) -> true
% 30.26/30.48  Current number of equations to process: 586
% 30.26/30.48  Current number of ordered equations: 0
% 30.26/30.48  Current number of rules: 1011
% 30.26/30.48  New rule produced :
% 30.26/30.48  [1029] theorem(or(or(not(or(A,B)),or(not(or(not(A),C)),or(B,C))),X)) -> true
% 30.26/30.48  Current number of equations to process: 588
% 30.26/30.48  Current number of ordered equations: 0
% 30.26/30.48  Current number of rules: 1012
% 30.26/30.48  New rule produced :
% 30.26/30.48  [1030] theorem(or(not(or(A,B)),or(C,or(not(or(not(A),X)),or(B,X))))) -> true
% 30.26/30.48  Current number of equations to process: 587
% 30.26/30.48  Current number of ordered equations: 0
% 30.26/30.48  Current number of rules: 1013
% 30.26/30.48  New rule produced :
% 30.26/30.48  [1031] theorem(or(or(A,or(B,C)),not(or(B,or(C,C))))) -> true
% 30.26/30.48  Current number of equations to process: 591
% 30.26/30.48  Current number of ordered equations: 0
% 30.26/30.48  Current number of rules: 1014
% 30.26/30.48  New rule produced :
% 30.26/30.48  [1032] theorem(or(not(or(or(A,A),B)),or(C,or(B,A)))) -> true
% 30.26/30.48  Current number of equations to process: 592
% 30.26/30.48  Current number of ordered equations: 0
% 30.26/30.48  Current number of rules: 1015
% 30.26/30.48  New rule produced :
% 30.26/30.48  [1033] theorem(or(A,or(not(or(B,or(C,C))),or(X,or(B,C))))) -> true
% 30.26/30.48  Current number of equations to process: 591
% 30.26/30.48  Current number of ordered equations: 0
% 30.26/30.48  Current number of rules: 1016
% 30.26/30.48  New rule produced :
% 30.26/30.48  [1034] theorem(or(not(or(A,or(B,or(C,C)))),or(A,or(X,or(B,C))))) -> true
% 30.26/30.48  Current number of equations to process: 592
% 30.26/30.48  Current number of ordered equations: 0
% 30.26/30.48  Current number of rules: 1017
% 30.26/30.48  New rule produced :
% 30.26/30.48  [1035] theorem(or(A,or(or(B,or(C,X)),not(or(B,or(C,or(X,X))))))) -> true
% 31.77/31.99  Current number of equations to process: 595
% 31.77/31.99  Current number of ordered equations: 0
% 31.77/31.99  Current number of rules: 1018
% 31.77/31.99  New rule produced :
% 31.77/31.99  [1036] theorem(or(or(not(or(A,or(B,or(C,C)))),or(B,C)),A)) -> true
% 31.77/31.99  Current number of equations to process: 599
% 31.77/31.99  Current number of ordered equations: 0
% 31.77/31.99  Current number of rules: 1019
% 31.77/31.99  New rule produced :
% 31.77/31.99  [1037] theorem(or(A,or(B,or(not(or(B,or(C,or(X,X)))),or(C,X))))) -> true
% 31.77/31.99  Current number of equations to process: 601
% 31.77/31.99  Current number of ordered equations: 0
% 31.77/31.99  Current number of rules: 1020
% 31.77/31.99  New rule produced :
% 31.77/31.99  [1038] theorem(or(or(A,or(B,C)),not(or(or(B,or(C,C)),A)))) -> true
% 31.77/31.99  Current number of equations to process: 605
% 31.77/31.99  Current number of ordered equations: 0
% 31.77/31.99  Current number of rules: 1021
% 31.77/31.99  New rule produced :
% 31.77/31.99  [1039] theorem(or(A,or(not(or(or(B,or(C,C)),A)),or(B,C)))) -> true
% 31.77/31.99  Current number of equations to process: 604
% 31.77/31.99  Current number of ordered equations: 0
% 31.77/31.99  Current number of rules: 1022
% 31.77/31.99  New rule produced :
% 31.77/31.99  [1040] theorem(or(A,or(not(or(or(B,or(C,C)),X)),or(X,or(B,C))))) -> true
% 31.77/31.99  Current number of equations to process: 603
% 31.77/31.99  Current number of ordered equations: 0
% 31.77/31.99  Current number of rules: 1023
% 31.77/31.99  New rule produced :
% 31.77/31.99  [1041] theorem(or(or(or(A,B),not(or(A,or(B,B)))),C)) -> true
% 31.77/31.99  Current number of equations to process: 607
% 31.77/31.99  Current number of ordered equations: 0
% 31.77/31.99  Current number of rules: 1024
% 31.77/31.99  New rule produced :
% 31.77/31.99  [1042] theorem(or(or(A,B),or(C,not(or(A,or(B,B)))))) -> true
% 31.77/31.99  Current number of equations to process: 607
% 31.77/31.99  Current number of ordered equations: 0
% 31.77/31.99  Current number of rules: 1025
% 31.77/31.99  New rule produced :
% 31.77/31.99  [1043] theorem(or(A,or(B,or(or(C,X),not(or(C,or(X,X))))))) -> true
% 31.77/31.99  Current number of equations to process: 606
% 31.77/31.99  Current number of ordered equations: 0
% 31.77/31.99  Current number of rules: 1026
% 31.77/31.99  New rule produced :
% 31.77/31.99  [1044]
% 31.77/31.99  ifeq(axiom(or(A,or(or(B,C),not(or(B,or(C,C)))))),true,true,true) -> true
% 31.77/31.99  Current number of equations to process: 605
% 31.77/31.99  Current number of ordered equations: 0
% 31.77/31.99  Current number of rules: 1027
% 31.77/31.99  New rule produced :
% 31.77/31.99  [1045] ifeq(axiom(or(or(not(or(A,or(B,B))),B),A)),true,true,true) -> true
% 31.77/31.99  Current number of equations to process: 606
% 31.77/31.99  Current number of ordered equations: 0
% 31.77/31.99  Current number of rules: 1028
% 31.77/31.99  New rule produced :
% 31.77/31.99  [1046] theorem(or(A,or(or(not(or(B,or(C,C))),C),B))) -> true
% 31.77/31.99  Current number of equations to process: 607
% 31.77/31.99  Current number of ordered equations: 0
% 31.77/31.99  Current number of rules: 1029
% 31.77/31.99  New rule produced :
% 31.77/31.99  [1047] theorem(or(A,or(or(not(or(or(A,B),or(C,C))),C),B))) -> true
% 31.77/31.99  Current number of equations to process: 609
% 31.77/31.99  Current number of ordered equations: 0
% 31.77/31.99  Current number of rules: 1030
% 31.77/31.99  New rule produced :
% 31.77/31.99  [1048] theorem(or(or(A,or(not(or(A,or(B,B))),B)),C)) -> true
% 31.77/31.99  Current number of equations to process: 610
% 31.77/31.99  Current number of ordered equations: 0
% 31.77/31.99  Current number of rules: 1031
% 31.77/31.99  New rule produced :
% 31.77/31.99  [1049] theorem(or(A,or(B,or(not(or(A,or(C,C))),C)))) -> true
% 31.77/31.99  Current number of equations to process: 610
% 31.77/31.99  Current number of ordered equations: 0
% 31.77/31.99  Current number of rules: 1032
% 31.77/31.99  New rule produced :
% 31.77/31.99  [1050] theorem(or(A,or(B,or(C,or(not(or(C,or(X,X))),X))))) -> true
% 31.77/31.99  Current number of equations to process: 609
% 31.77/31.99  Current number of ordered equations: 0
% 31.77/31.99  Current number of rules: 1033
% 31.77/31.99  New rule produced :
% 31.77/31.99  [1051]
% 31.77/31.99  ifeq(axiom(or(A,or(B,or(not(or(B,or(C,C))),C)))),true,true,true) -> true
% 31.77/31.99  Current number of equations to process: 610
% 31.77/31.99  Current number of ordered equations: 0
% 31.77/31.99  Current number of rules: 1034
% 31.77/31.99  New rule produced :
% 31.77/31.99  [1052] theorem(or(or(not(or(not(A),or(B,B))),B),not(or(A,A)))) -> true
% 31.77/31.99  Current number of equations to process: 614
% 31.77/31.99  Current number of ordered equations: 0
% 31.77/31.99  Current number of rules: 1035
% 31.77/31.99  New rule produced :
% 31.77/31.99  [1053] theorem(or(not(or(not(A),or(B,B))),or(not(or(A,A)),B))) -> true
% 31.77/31.99  Current number of equations to process: 613
% 31.77/31.99  Current number of ordered equations: 0
% 31.77/31.99  Current number of rules: 1036
% 31.77/31.99  New rule produced :
% 31.77/31.99  [1054] theorem(or(A,or(not(or(B,B)),or(not(or(not(B),or(C,C))),C)))) -> true
% 31.77/31.99  Current number of equations to process: 614
% 31.77/31.99  Current number of ordered equations: 0
% 31.77/31.99  Current number of rules: 1037
% 31.77/31.99  New rule produced :
% 31.77/31.99  [1055] theorem(or(or(not(or(not(or(A,B)),or(C,C))),C),not(B))) -> true
% 33.12/33.37  Current number of equations to process: 619
% 33.12/33.37  Current number of ordered equations: 0
% 33.12/33.37  Current number of rules: 1038
% 33.12/33.37  New rule produced :
% 33.12/33.37  [1056] theorem(or(not(or(not(or(A,B)),or(C,C))),or(not(B),C))) -> true
% 33.12/33.37  Current number of equations to process: 618
% 33.12/33.37  Current number of ordered equations: 0
% 33.12/33.37  Current number of rules: 1039
% 33.12/33.37  New rule produced :
% 33.12/33.37  [1057] theorem(or(A,or(or(not(or(B,or(C,C))),or(B,C)),X))) -> true
% 33.12/33.37  Current number of equations to process: 621
% 33.12/33.37  Current number of ordered equations: 0
% 33.12/33.37  Current number of rules: 1040
% 33.12/33.37  New rule produced :
% 33.12/33.37  [1058] theorem(or(A,or(not(B),or(not(or(not(or(C,B)),or(X,X))),X)))) -> true
% 33.12/33.37  Current number of equations to process: 623
% 33.12/33.37  Current number of ordered equations: 0
% 33.12/33.37  Current number of rules: 1041
% 33.12/33.37  New rule produced :
% 33.12/33.37  [1059] theorem(or(not(or(A,A)),or(not(or(not(or(B,A)),or(C,C))),C))) -> true
% 33.12/33.37  Current number of equations to process: 622
% 33.12/33.37  Current number of ordered equations: 0
% 33.12/33.37  Current number of rules: 1042
% 33.12/33.37  New rule produced :
% 33.12/33.37  [1060] theorem(or(not(A),or(not(or(not(or(B,or(C,A))),or(X,X))),X))) -> true
% 33.12/33.37  Current number of equations to process: 621
% 33.12/33.37  Current number of ordered equations: 0
% 33.12/33.37  Current number of rules: 1043
% 33.12/33.37  New rule produced :
% 33.12/33.37  [1061]
% 33.12/33.37  ifeq(axiom(or(or(not(or(A,or(B,B))),or(A,B)),C)),true,true,true) -> true
% 33.12/33.37  Current number of equations to process: 620
% 33.12/33.37  Current number of ordered equations: 0
% 33.12/33.37  Current number of rules: 1044
% 33.12/33.37  New rule produced :
% 33.12/33.37  [1062] theorem(or(or(A,or(not(or(B,or(C,C))),or(B,C))),X)) -> true
% 33.12/33.37  Current number of equations to process: 621
% 33.12/33.37  Current number of ordered equations: 0
% 33.12/33.37  Current number of rules: 1045
% 33.12/33.37  New rule produced :
% 33.12/33.37  [1063] theorem(or(A,or(B,or(C,or(not(or(X,or(Y,Y))),or(X,Y)))))) -> true
% 33.12/33.37  Current number of equations to process: 622
% 33.12/33.37  Current number of ordered equations: 0
% 33.12/33.37  Current number of rules: 1046
% 33.12/33.37  New rule produced :
% 33.12/33.37  [1064] theorem(or(or(A,or(B,C)),not(or(A,or(or(C,C),B))))) -> true
% 33.12/33.37  Current number of equations to process: 626
% 33.12/33.37  Current number of ordered equations: 0
% 33.12/33.37  Current number of rules: 1047
% 33.12/33.37  New rule produced :
% 33.12/33.37  [1065] theorem(or(A,or(not(or(A,or(or(B,B),C))),or(C,B)))) -> true
% 33.12/33.37  Current number of equations to process: 625
% 33.12/33.37  Current number of ordered equations: 0
% 33.12/33.37  Current number of rules: 1048
% 33.12/33.37  New rule produced :
% 33.12/33.37  [1066] theorem(or(not(or(or(or(A,A),B),C)),or(C,or(B,A)))) -> true
% 33.12/33.37  Current number of equations to process: 625
% 33.12/33.37  Current number of ordered equations: 0
% 33.12/33.37  Current number of rules: 1049
% 33.12/33.37  New rule produced :
% 33.12/33.37  [1067] ifeq(axiom(or(or(A,B),not(or(or(B,B),A)))),true,true,true) -> true
% 33.12/33.37  Current number of equations to process: 626
% 33.12/33.37  Current number of ordered equations: 0
% 33.12/33.37  Current number of rules: 1050
% 33.12/33.37  New rule produced :
% 33.12/33.37  [1068] theorem(or(A,or(or(B,C),not(or(or(C,C),B))))) -> true
% 33.12/33.37  Current number of equations to process: 626
% 33.12/33.37  Current number of ordered equations: 0
% 33.12/33.37  Current number of rules: 1051
% 33.12/33.37  New rule produced :
% 33.12/33.37  [1069] ifeq(axiom(or(A,or(not(or(or(B,B),A)),B))),true,true,true) -> true
% 33.12/33.37  Current number of equations to process: 628
% 33.12/33.37  Current number of ordered equations: 0
% 33.12/33.37  Current number of rules: 1052
% 33.12/33.37  New rule produced : [1070] theorem(or(or(not(or(or(A,A),B)),A),B)) -> true
% 33.12/33.37  Current number of equations to process: 630
% 33.12/33.37  Current number of ordered equations: 0
% 33.12/33.37  Current number of rules: 1053
% 33.12/33.37  New rule produced :
% 33.12/33.37  [1071] theorem(or(A,or(B,or(not(or(or(C,C),B)),C)))) -> true
% 33.12/33.37  Current number of equations to process: 631
% 33.12/33.37  Current number of ordered equations: 0
% 33.12/33.37  Current number of rules: 1054
% 33.12/33.37  New rule produced :
% 33.12/33.37  [1072] theorem(or(not(or(A,A)),or(not(or(or(B,B),not(A))),B))) -> true
% 33.12/33.37  Current number of equations to process: 634
% 33.12/33.37  Current number of ordered equations: 0
% 33.12/33.37  Current number of rules: 1055
% 33.12/33.37  New rule produced :
% 33.12/33.37  [1073] theorem(or(not(A),or(not(or(or(B,B),not(or(C,A)))),B))) -> true
% 33.12/33.37  Current number of equations to process: 633
% 33.12/33.37  Current number of ordered equations: 0
% 33.12/33.37  Current number of rules: 1056
% 33.12/33.37  New rule produced :
% 33.12/33.37  [1074] theorem(or(or(not(or(or(A,A),B)),or(B,A)),C)) -> true
% 33.12/33.37  Current number of equations to process: 634
% 33.12/33.37  Current number of ordered equations: 0
% 33.12/33.37  Current number of rules: 1057
% 33.12/33.37  New rule produced :
% 33.12/33.37  [1075] theorem(or(A,or(B,or(not(or(or(C,C),X)),or(X,C))))) -> true
% 33.12/33.37  Current number of equations to process: 633
% 33.12/33.37  Current number of ordered equations: 0
% 35.18/35.41  Current number of rules: 1058
% 35.18/35.41  New rule produced :
% 35.18/35.41  [1076] theorem(or(A,or(not(or(B,or(or(C,C),X))),or(B,or(X,C))))) -> true
% 35.18/35.41  Current number of equations to process: 635
% 35.18/35.41  Current number of ordered equations: 0
% 35.18/35.41  Current number of rules: 1059
% 35.18/35.41  New rule produced :
% 35.18/35.41  [1077] theorem(or(not(or(A,B)),or(A,or(not(or(or(C,C),not(B))),C)))) -> true
% 35.18/35.41  Current number of equations to process: 634
% 35.18/35.41  Current number of ordered equations: 0
% 35.18/35.41  Current number of rules: 1060
% 35.18/35.41  New rule produced :
% 35.18/35.41  [1078] theorem(or(not(or(A,B)),or(not(or(or(C,C),not(or(B,A)))),C))) -> true
% 35.18/35.41  Current number of equations to process: 633
% 35.18/35.41  Current number of ordered equations: 0
% 35.18/35.41  Current number of rules: 1061
% 35.18/35.41  New rule produced :
% 35.18/35.41  [1079]
% 35.18/35.41  ifeq(axiom(or(A,or(not(or(or(B,B),C)),or(C,B)))),true,true,true) -> true
% 35.18/35.41  Current number of equations to process: 632
% 35.18/35.41  Current number of ordered equations: 0
% 35.18/35.41  Current number of rules: 1062
% 35.18/35.41  New rule produced :
% 35.18/35.41  [1080] theorem(or(or(not(or(A,or(B,or(C,C)))),or(A,or(B,C))),X)) -> true
% 35.18/35.41  Current number of equations to process: 631
% 35.18/35.41  Current number of ordered equations: 0
% 35.18/35.41  Current number of rules: 1063
% 35.18/35.41  New rule produced :
% 35.18/35.41  [1081] theorem(or(not(or(A,or(B,or(C,C)))),or(X,or(A,or(B,C))))) -> true
% 35.18/35.41  Current number of equations to process: 630
% 35.18/35.41  Current number of ordered equations: 0
% 35.18/35.41  Current number of rules: 1064
% 35.18/35.41  New rule produced :
% 35.18/35.41  [1082] theorem(or(or(A,or(not(or(not(B),or(C,C))),C)),not(or(A,B)))) -> true
% 35.18/35.41  Current number of equations to process: 637
% 35.18/35.41  Current number of ordered equations: 0
% 35.18/35.41  Current number of rules: 1065
% 35.18/35.41  New rule produced :
% 35.18/35.41  [1083] theorem(or(A,or(not(or(A,B)),or(not(or(not(B),or(C,C))),C)))) -> true
% 35.18/35.41  Current number of equations to process: 636
% 35.18/35.41  Current number of ordered equations: 0
% 35.18/35.41  Current number of rules: 1066
% 35.18/35.41  New rule produced :
% 35.18/35.41  [1084] theorem(or(not(or(A,B)),or(B,or(not(or(not(A),or(C,C))),C)))) -> true
% 35.18/35.41  Current number of equations to process: 635
% 35.18/35.41  Current number of ordered equations: 0
% 35.18/35.41  Current number of rules: 1067
% 35.18/35.41  New rule produced :
% 35.18/35.41  [1085] theorem(or(not(A),or(not(or(not(or(A,B)),or(C,C))),C))) -> true
% 35.18/35.41  Current number of equations to process: 642
% 35.18/35.42  Current number of ordered equations: 0
% 35.18/35.42  Current number of rules: 1068
% 35.18/35.42  New rule produced :
% 35.18/35.42  [1086] theorem(or(or(not(or(not(or(A,B)),or(C,C))),C),not(or(B,A)))) -> true
% 35.18/35.42  Current number of equations to process: 641
% 35.18/35.42  Current number of ordered equations: 0
% 35.18/35.42  Current number of rules: 1069
% 35.18/35.42  New rule produced :
% 35.18/35.42  [1087] theorem(or(not(or(not(or(A,B)),or(C,C))),or(not(or(B,A)),C))) -> true
% 35.18/35.42  Current number of equations to process: 640
% 35.18/35.42  Current number of ordered equations: 0
% 35.18/35.42  Current number of rules: 1070
% 35.18/35.42  New rule produced :
% 35.18/35.42  [1088] theorem(or(or(A,B),not(or(or(or(B,B),A),or(or(B,B),A))))) -> true
% 35.18/35.42  Current number of equations to process: 646
% 35.18/35.42  Current number of ordered equations: 0
% 35.18/35.42  Current number of rules: 1071
% 35.18/35.42  New rule produced :
% 35.18/35.42  [1089] theorem(or(A,or(not(or(or(or(B,B),A),or(or(B,B),A))),B))) -> true
% 35.18/35.42  Current number of equations to process: 645
% 35.18/35.42  Current number of ordered equations: 0
% 35.18/35.42  Current number of rules: 1072
% 35.18/35.42  New rule produced :
% 35.18/35.42  [1090] theorem(or(A,or(or(B,or(C,or(X,Y))),not(or(B,or(C,Y)))))) -> true
% 35.18/35.42  Current number of equations to process: 650
% 35.18/35.42  Current number of ordered equations: 0
% 35.18/35.42  Current number of rules: 1073
% 35.18/35.42  New rule produced :
% 35.18/35.42  [1091] theorem(or(or(not(or(A,or(B,C))),or(B,or(X,C))),A)) -> true
% 35.18/35.42  Current number of equations to process: 654
% 35.18/35.42  Current number of ordered equations: 0
% 35.18/35.42  Current number of rules: 1074
% 35.18/35.42  New rule produced :
% 35.18/35.42  [1092] theorem(or(A,or(B,or(not(or(B,or(C,X))),or(C,or(Y,X)))))) -> true
% 35.18/35.42  Current number of equations to process: 656
% 35.18/35.42  Current number of ordered equations: 0
% 35.18/35.42  Current number of rules: 1075
% 35.18/35.42  New rule produced :
% 35.18/35.42  [1093] theorem(or(or(A,or(B,or(C,X))),not(or(or(B,X),A)))) -> true
% 35.18/35.42  Current number of equations to process: 660
% 35.18/35.42  Current number of ordered equations: 0
% 35.18/35.42  Current number of rules: 1076
% 35.18/35.42  New rule produced :
% 35.18/35.42  [1094] theorem(or(A,or(not(or(or(B,C),A)),or(B,or(X,C))))) -> true
% 35.18/35.42  Current number of equations to process: 659
% 35.18/35.42  Current number of ordered equations: 0
% 35.18/35.42  Current number of rules: 1077
% 35.18/35.42  New rule produced :
% 35.18/35.42  [1095] theorem(or(A,or(not(or(or(B,C),X)),or(X,or(B,or(Y,C)))))) -> true
% 35.18/35.42  Current number of equations to process: 658
% 36.89/37.15  Current number of ordered equations: 0
% 36.89/37.15  Current number of rules: 1078
% 36.89/37.15  New rule produced :
% 36.89/37.15  [1096] theorem(or(or(or(A,or(B,C)),not(or(A,C))),X)) -> true
% 36.89/37.15  Current number of equations to process: 662
% 36.89/37.15  Current number of ordered equations: 0
% 36.89/37.15  Current number of rules: 1079
% 36.89/37.15  New rule produced :
% 36.89/37.15  [1097] theorem(or(or(A,or(B,C)),or(X,not(or(A,C))))) -> true
% 36.89/37.15  Current number of equations to process: 662
% 36.89/37.15  Current number of ordered equations: 0
% 36.89/37.15  Current number of rules: 1080
% 36.89/37.15  New rule produced :
% 36.89/37.15  [1098] theorem(or(A,or(B,or(or(C,or(X,Y)),not(or(C,Y)))))) -> true
% 36.89/37.15  Current number of equations to process: 661
% 36.89/37.15  Current number of ordered equations: 0
% 36.89/37.15  Current number of rules: 1081
% 36.89/37.15  New rule produced :
% 36.89/37.15  [1099]
% 36.89/37.15  ifeq(axiom(or(A,or(or(B,or(C,X)),not(or(B,X))))),true,true,true) -> true
% 36.89/37.15  Current number of equations to process: 660
% 36.89/37.15  Current number of ordered equations: 0
% 36.89/37.15  Current number of rules: 1082
% 36.89/37.15  New rule produced :
% 36.89/37.15  [1100] ifeq(axiom(or(or(not(or(A,B)),or(C,B)),A)),true,true,true) -> true
% 36.89/37.15  Current number of equations to process: 661
% 36.89/37.15  Current number of ordered equations: 0
% 36.89/37.15  Current number of rules: 1083
% 36.89/37.15  New rule produced :
% 36.89/37.15  [1101] theorem(or(A,or(or(not(or(B,C)),or(X,C)),B))) -> true
% 36.89/37.15  Current number of equations to process: 662
% 36.89/37.15  Current number of ordered equations: 0
% 36.89/37.15  Current number of rules: 1084
% 36.89/37.15  New rule produced :
% 36.89/37.15  [1102] theorem(or(A,or(or(not(or(or(A,B),C)),or(X,C)),B))) -> true
% 36.89/37.15  Current number of equations to process: 664
% 36.89/37.15  Current number of ordered equations: 0
% 36.89/37.15  Current number of rules: 1085
% 36.89/37.15  New rule produced :
% 36.89/37.15  [1103] theorem(or(or(A,or(not(or(A,B)),or(C,B))),X)) -> true
% 36.89/37.15  Current number of equations to process: 665
% 36.89/37.15  Current number of ordered equations: 0
% 36.89/37.15  Current number of rules: 1086
% 36.89/37.15  New rule produced :
% 36.89/37.15  [1104] theorem(or(A,or(B,or(not(or(A,C)),or(X,C))))) -> true
% 36.89/37.15  Current number of equations to process: 665
% 36.89/37.15  Current number of ordered equations: 0
% 36.89/37.15  Current number of rules: 1087
% 36.89/37.15  New rule produced :
% 36.89/37.15  [1105] theorem(or(A,or(B,or(C,or(not(or(C,X)),or(Y,X)))))) -> true
% 36.89/37.15  Current number of equations to process: 664
% 36.89/37.15  Current number of ordered equations: 0
% 36.89/37.15  Current number of rules: 1088
% 36.89/37.15  New rule produced :
% 36.89/37.15  [1106]
% 36.89/37.15  ifeq(axiom(or(A,or(B,or(not(or(B,C)),or(X,C))))),true,true,true) -> true
% 36.89/37.15  Current number of equations to process: 665
% 36.89/37.15  Current number of ordered equations: 0
% 36.89/37.15  Current number of rules: 1089
% 36.89/37.15  New rule produced :
% 36.89/37.15  [1107] theorem(or(or(not(or(not(A),B)),or(C,B)),not(or(A,A)))) -> true
% 36.89/37.15  Current number of equations to process: 668
% 36.89/37.15  Current number of ordered equations: 0
% 36.89/37.15  Current number of rules: 1090
% 36.89/37.15  New rule produced :
% 36.89/37.15  [1108] theorem(or(A,or(not(or(B,B)),or(not(or(not(B),C)),or(X,C))))) -> true
% 36.89/37.15  Current number of equations to process: 669
% 36.89/37.15  Current number of ordered equations: 0
% 36.89/37.15  Current number of rules: 1091
% 36.89/37.15  New rule produced :
% 36.89/37.15  [1109] theorem(or(or(not(or(not(or(A,B)),C)),or(X,C)),not(B))) -> true
% 36.89/37.15  Current number of equations to process: 673
% 36.89/37.15  Current number of ordered equations: 0
% 36.89/37.15  Current number of rules: 1092
% 36.89/37.15  New rule produced :
% 36.89/37.15  [1110] theorem(or(A,or(or(not(or(B,C)),or(B,or(X,C))),Y))) -> true
% 36.89/37.15  Current number of equations to process: 676
% 36.89/37.15  Current number of ordered equations: 0
% 36.89/37.15  Current number of rules: 1093
% 36.89/37.15  New rule produced :
% 36.89/37.15  [1111] theorem(or(A,or(not(B),or(not(or(not(or(C,B)),X)),or(Y,X))))) -> true
% 36.89/37.15  Current number of equations to process: 678
% 36.89/37.15  Current number of ordered equations: 0
% 36.89/37.15  Current number of rules: 1094
% 36.89/37.15  New rule produced :
% 36.89/37.15  [1112] theorem(or(not(or(A,A)),or(not(or(not(or(B,A)),C)),or(X,C)))) -> true
% 36.89/37.15  Current number of equations to process: 677
% 36.89/37.15  Current number of ordered equations: 0
% 36.89/37.15  Current number of rules: 1095
% 36.89/37.15  New rule produced :
% 36.89/37.15  [1113] theorem(or(not(A),or(not(or(not(or(B,or(C,A))),X)),or(Y,X)))) -> true
% 36.89/37.15  Current number of equations to process: 676
% 36.89/37.15  Current number of ordered equations: 0
% 36.89/37.15  Current number of rules: 1096
% 36.89/37.15  New rule produced :
% 36.89/37.15  [1114]
% 36.89/37.15  ifeq(axiom(or(or(not(or(A,B)),or(A,or(C,B))),X)),true,true,true) -> true
% 36.89/37.15  Current number of equations to process: 675
% 36.89/37.15  Current number of ordered equations: 0
% 36.89/37.15  Current number of rules: 1097
% 36.89/37.15  New rule produced :
% 36.89/37.15  [1115] theorem(or(or(A,or(not(or(B,C)),or(B,or(X,C)))),Y)) -> true
% 36.89/37.15  Current number of equations to process: 676
% 38.63/38.84  Current number of ordered equations: 0
% 38.63/38.84  Current number of rules: 1098
% 38.63/38.84  New rule produced :
% 38.63/38.84  [1116] theorem(or(A,or(B,or(C,or(not(or(X,Y)),or(X,or(Z,Y))))))) -> true
% 38.63/38.84  Current number of equations to process: 677
% 38.63/38.84  Current number of ordered equations: 0
% 38.63/38.84  Current number of rules: 1099
% 38.63/38.84  New rule produced :
% 38.63/38.84  [1117] theorem(or(or(A,or(B,or(C,X))),not(or(A,or(X,B))))) -> true
% 38.63/38.84  Current number of equations to process: 681
% 38.63/38.84  Current number of ordered equations: 0
% 38.63/38.84  Current number of rules: 1100
% 38.63/38.84  New rule produced :
% 38.63/38.84  [1118] theorem(or(A,or(not(or(A,or(B,C))),or(C,or(X,B))))) -> true
% 38.63/38.84  Current number of equations to process: 680
% 38.63/38.84  Current number of ordered equations: 0
% 38.63/38.84  Current number of rules: 1101
% 38.63/38.84  New rule produced :
% 38.63/38.84  [1119] theorem(or(not(or(or(A,B),C)),or(C,or(B,or(X,A))))) -> true
% 38.63/38.84  Current number of equations to process: 680
% 38.63/38.84  Current number of ordered equations: 0
% 38.63/38.84  Current number of rules: 1102
% 38.63/38.84  New rule produced :
% 38.63/38.84  [1120] ifeq(axiom(or(or(A,or(B,C)),not(or(C,A)))),true,true,true) -> true
% 38.63/38.84  Current number of equations to process: 681
% 38.63/38.84  Current number of ordered equations: 0
% 38.63/38.84  Current number of rules: 1103
% 38.63/38.84  New rule produced :
% 38.63/38.84  [1121] theorem(or(A,or(or(B,or(C,X)),not(or(X,B))))) -> true
% 38.63/38.84  Current number of equations to process: 681
% 38.63/38.84  Current number of ordered equations: 0
% 38.63/38.84  Current number of rules: 1104
% 38.63/38.84  New rule produced :
% 38.63/38.84  [1122] ifeq(axiom(or(A,or(not(or(B,A)),or(C,B)))),true,true,true) -> true
% 38.63/38.84  Current number of equations to process: 683
% 38.63/38.84  Current number of ordered equations: 0
% 38.63/38.84  Current number of rules: 1105
% 38.63/38.84  New rule produced : [1123] theorem(or(or(not(or(A,B)),or(C,A)),B)) -> true
% 38.63/38.84  Current number of equations to process: 685
% 38.63/38.84  Current number of ordered equations: 0
% 38.63/38.84  Current number of rules: 1106
% 38.63/38.84  New rule produced :
% 38.63/38.84  [1124] theorem(or(A,or(B,or(not(or(C,B)),or(X,C))))) -> true
% 38.63/38.84  Current number of equations to process: 686
% 38.63/38.84  Current number of ordered equations: 0
% 38.63/38.84  Current number of rules: 1107
% 38.63/38.84  New rule produced :
% 38.63/38.84  [1125] theorem(or(not(or(A,A)),or(not(or(B,not(A))),or(C,B)))) -> true
% 38.63/38.84  Current number of equations to process: 689
% 38.63/38.84  Current number of ordered equations: 0
% 38.63/38.84  Current number of rules: 1108
% 38.63/38.84  New rule produced :
% 38.63/38.84  [1126] theorem(or(not(A),or(not(or(B,not(or(C,A)))),or(X,B)))) -> true
% 38.63/38.84  Current number of equations to process: 688
% 38.63/38.84  Current number of ordered equations: 0
% 38.63/38.84  Current number of rules: 1109
% 38.63/38.84  New rule produced :
% 38.63/38.84  [1127] theorem(or(or(not(or(A,B)),or(B,or(C,A))),X)) -> true
% 38.63/38.84  Current number of equations to process: 689
% 38.63/38.84  Current number of ordered equations: 0
% 38.63/38.84  Current number of rules: 1110
% 38.63/38.84  New rule produced :
% 38.63/38.84  [1128] theorem(or(A,or(B,or(not(or(C,X)),or(X,or(Y,C)))))) -> true
% 38.63/38.84  Current number of equations to process: 688
% 38.63/38.84  Current number of ordered equations: 0
% 38.63/38.84  Current number of rules: 1111
% 38.63/38.84  New rule produced :
% 38.63/38.84  [1129] theorem(or(A,or(not(or(B,or(C,X))),or(B,or(X,or(Y,C)))))) -> true
% 38.63/38.84  Current number of equations to process: 689
% 38.63/38.84  Current number of ordered equations: 0
% 38.63/38.84  Current number of rules: 1112
% 38.63/38.84  New rule produced :
% 38.63/38.84  [1130] theorem(or(not(or(A,B)),or(A,or(not(or(C,not(B))),or(X,C))))) -> true
% 38.63/38.84  Current number of equations to process: 688
% 38.63/38.84  Current number of ordered equations: 0
% 38.63/38.84  Current number of rules: 1113
% 38.63/38.84  New rule produced :
% 38.63/38.84  [1131] theorem(or(not(or(A,B)),or(not(or(C,not(or(B,A)))),or(X,C)))) -> true
% 38.63/38.84  Current number of equations to process: 687
% 38.63/38.84  Current number of ordered equations: 0
% 38.63/38.84  Current number of rules: 1114
% 38.63/38.84  New rule produced :
% 38.63/38.84  [1132]
% 38.63/38.84  ifeq(axiom(or(A,or(not(or(B,C)),or(C,or(X,B))))),true,true,true) -> true
% 38.63/38.84  Current number of equations to process: 686
% 38.63/38.84  Current number of ordered equations: 0
% 38.63/38.84  Current number of rules: 1115
% 38.63/38.84  New rule produced :
% 38.63/38.84  [1133] theorem(or(or(A,or(B,C)),not(or(or(C,A),or(C,A))))) -> true
% 38.63/38.84  Current number of equations to process: 690
% 38.63/38.84  Current number of ordered equations: 0
% 38.63/38.84  Current number of rules: 1116
% 38.63/38.84  New rule produced :
% 38.63/38.84  [1134] theorem(or(A,or(not(or(or(B,A),or(B,A))),or(C,B)))) -> true
% 38.63/38.84  Current number of equations to process: 689
% 38.63/38.84  Current number of ordered equations: 0
% 38.63/38.84  Current number of rules: 1117
% 38.63/38.84  New rule produced :
% 38.63/38.84  [1135] theorem(or(A,or(not(or(or(B,C),or(B,C))),or(C,or(X,B))))) -> true
% 38.63/38.84  Current number of equations to process: 691
% 38.63/38.84  Current number of ordered equations: 0
% 38.63/38.84  Current number of rules: 1118
% 40.85/41.14  New rule produced :
% 40.85/41.14  [1136] theorem(or(or(not(or(A,or(B,C))),or(A,or(B,or(X,C)))),Y)) -> true
% 40.85/41.14  Current number of equations to process: 690
% 40.85/41.14  Current number of ordered equations: 0
% 40.85/41.14  Current number of rules: 1119
% 40.85/41.14  New rule produced :
% 40.85/41.14  [1137] theorem(or(not(or(A,or(B,C))),or(X,or(A,or(B,or(Y,C)))))) -> true
% 40.85/41.14  Current number of equations to process: 689
% 40.85/41.14  Current number of ordered equations: 0
% 40.85/41.14  Current number of rules: 1120
% 40.85/41.14  New rule produced :
% 40.85/41.14  [1138] theorem(or(or(A,or(not(or(not(B),C)),or(X,C))),not(or(A,B)))) -> true
% 40.85/41.14  Current number of equations to process: 696
% 40.85/41.14  Current number of ordered equations: 0
% 40.85/41.14  Current number of rules: 1121
% 40.85/41.14  New rule produced :
% 40.85/41.14  [1139] theorem(or(A,or(not(or(A,B)),or(not(or(not(B),C)),or(X,C))))) -> true
% 40.85/41.14  Current number of equations to process: 695
% 40.85/41.14  Current number of ordered equations: 0
% 40.85/41.14  Current number of rules: 1122
% 40.85/41.14  New rule produced :
% 40.85/41.14  [1140] theorem(or(not(or(A,B)),or(B,or(not(or(not(A),C)),or(X,C))))) -> true
% 40.85/41.14  Current number of equations to process: 694
% 40.85/41.14  Current number of ordered equations: 0
% 40.85/41.14  Current number of rules: 1123
% 40.85/41.14  New rule produced :
% 40.85/41.14  [1141] theorem(or(not(A),or(not(or(not(or(A,B)),C)),or(X,C)))) -> true
% 40.85/41.14  Current number of equations to process: 701
% 40.85/41.14  Current number of ordered equations: 0
% 40.85/41.14  Current number of rules: 1124
% 40.85/41.14  New rule produced :
% 40.85/41.14  [1142] theorem(or(or(not(or(not(or(A,B)),C)),or(X,C)),not(or(B,A)))) -> true
% 40.85/41.14  Current number of equations to process: 700
% 40.85/41.14  Current number of ordered equations: 0
% 40.85/41.14  Current number of rules: 1125
% 40.85/41.14  New rule produced :
% 40.85/41.14  [1143] theorem(or(not(or(not(or(A,B)),C)),or(not(or(B,A)),or(X,C)))) -> true
% 40.85/41.14  Current number of equations to process: 699
% 40.85/41.14  Current number of ordered equations: 0
% 40.85/41.14  Current number of rules: 1126
% 40.85/41.14  New rule produced :
% 40.85/41.14  [1144] theorem(or(A,or(or(B,or(C,X)),not(or(or(B,X),or(B,X)))))) -> true
% 40.85/41.14  Current number of equations to process: 704
% 40.85/41.14  Current number of ordered equations: 0
% 40.85/41.14  Current number of rules: 1127
% 40.85/41.14  New rule produced :
% 40.85/41.14  [1145] theorem(or(or(not(or(or(A,B),or(A,B))),or(C,B)),A)) -> true
% 40.85/41.14  Current number of equations to process: 708
% 40.85/41.14  Current number of ordered equations: 0
% 40.85/41.14  Current number of rules: 1128
% 40.85/41.14  New rule produced :
% 40.85/41.14  [1146] theorem(or(A,or(B,or(not(or(or(B,C),or(B,C))),or(X,C))))) -> true
% 40.85/41.14  Current number of equations to process: 711
% 40.85/41.14  Current number of ordered equations: 0
% 40.85/41.14  Current number of rules: 1129
% 40.85/41.14  New rule produced :
% 40.85/41.14  [1147] theorem(or(or(or(A,or(B,C)),not(or(A,or(C,B)))),X)) -> true
% 40.85/41.14  Current number of equations to process: 713
% 40.85/41.14  Current number of ordered equations: 0
% 40.85/41.14  Current number of rules: 1130
% 40.85/41.14  New rule produced :
% 40.85/41.14  [1148] theorem(or(or(A,or(B,C)),or(X,not(or(A,or(C,B)))))) -> true
% 40.85/41.14  Current number of equations to process: 712
% 40.85/41.14  Current number of ordered equations: 0
% 40.85/41.14  Current number of rules: 1131
% 40.85/41.14  New rule produced :
% 40.85/41.14  [1149] theorem(or(A,or(or(not(or(B,or(C,X))),or(X,C)),B))) -> true
% 40.85/41.14  Current number of equations to process: 715
% 40.85/41.14  Current number of ordered equations: 0
% 40.85/41.14  Current number of rules: 1132
% 40.85/41.14  New rule produced :
% 40.85/41.14  [1150] theorem(or(A,or(B,or(or(C,or(X,Y)),not(or(C,or(Y,X))))))) -> true
% 40.85/41.14  Current number of equations to process: 717
% 40.85/41.14  Current number of ordered equations: 0
% 40.85/41.14  Current number of rules: 1133
% 40.85/41.14  New rule produced :
% 40.85/41.14  [1151]
% 40.85/41.14  ifeq(axiom(or(or(not(or(A,or(B,C))),or(C,B)),A)),true,true,true) -> true
% 40.85/41.14  Current number of equations to process: 716
% 40.85/41.14  Current number of ordered equations: 0
% 40.85/41.14  Current number of rules: 1134
% 40.85/41.14  New rule produced :
% 40.85/41.14  [1152] theorem(or(A,or(or(not(or(or(A,B),or(C,X))),or(X,C)),B))) -> true
% 40.85/41.14  Current number of equations to process: 715
% 40.85/41.14  Current number of ordered equations: 0
% 40.85/41.14  Current number of rules: 1135
% 40.85/41.14  New rule produced :
% 40.85/41.14  [1153] theorem(or(or(A,or(not(or(A,or(B,C))),or(C,B))),X)) -> true
% 40.85/41.14  Current number of equations to process: 717
% 40.85/41.14  Current number of ordered equations: 0
% 40.85/41.14  Current number of rules: 1136
% 40.85/41.14  New rule produced :
% 40.85/41.14  [1154] theorem(or(A,or(B,or(not(or(A,or(C,X))),or(X,C))))) -> true
% 40.85/41.14  Current number of equations to process: 716
% 40.85/41.14  Current number of ordered equations: 0
% 40.85/41.14  Current number of rules: 1137
% 40.85/41.14  New rule produced :
% 40.85/41.14  [1155] theorem(or(A,or(or(B,or(C,X)),not(or(or(X,C),B))))) -> true
% 40.85/41.14  Current number of equations to process: 718
% 40.85/41.14  Current number of ordered equations: 0
% 40.85/41.14  Current number of rules: 1138
% 43.53/43.78  New rule produced :
% 43.53/43.78  [1156] theorem(or(or(not(or(or(A,B),C)),or(B,A)),C)) -> true
% 43.53/43.78  Current number of equations to process: 723
% 43.53/43.78  Current number of ordered equations: 0
% 43.53/43.78  Current number of rules: 1139
% 43.53/43.78  New rule produced :
% 43.53/43.78  [1157] theorem(or(A,or(B,or(not(or(or(C,X),B)),or(X,C))))) -> true
% 43.53/43.78  Current number of equations to process: 725
% 43.53/43.78  Current number of ordered equations: 0
% 43.53/43.78  Current number of rules: 1140
% 43.53/43.78  New rule produced :
% 43.53/43.78  [1158] theorem(or(A,or(B,or(C,or(not(or(C,or(X,Y))),or(Y,X)))))) -> true
% 43.53/43.78  Current number of equations to process: 727
% 43.53/43.78  Current number of ordered equations: 0
% 43.53/43.78  Current number of rules: 1141
% 43.53/43.78  New rule produced :
% 43.53/43.78  [1159]
% 43.53/43.78  ifeq(axiom(or(or(A,or(B,C)),not(or(or(C,B),A)))),true,true,true) -> true
% 43.53/43.78  Current number of equations to process: 726
% 43.53/43.78  Current number of ordered equations: 0
% 43.53/43.78  Current number of rules: 1142
% 43.53/43.78  New rule produced :
% 43.53/43.78  [1160]
% 43.53/43.78  ifeq(axiom(or(A,or(not(or(or(B,C),A)),or(C,B)))),true,true,true) -> true
% 43.53/43.78  Current number of equations to process: 725
% 43.53/43.78  Current number of ordered equations: 0
% 43.53/43.78  Current number of rules: 1143
% 43.53/43.78  New rule produced :
% 43.53/43.78  [1161] theorem(or(not(or(A,A)),or(not(or(or(B,C),not(A))),or(C,B)))) -> true
% 43.53/43.78  Current number of equations to process: 724
% 43.53/43.78  Current number of ordered equations: 0
% 43.53/43.78  Current number of rules: 1144
% 43.53/43.78  New rule produced :
% 43.53/43.78  [1162] theorem(or(not(A),or(not(or(or(B,C),not(or(X,A)))),or(C,B)))) -> true
% 43.53/43.78  Current number of equations to process: 723
% 43.53/43.78  Current number of ordered equations: 0
% 43.53/43.78  Current number of rules: 1145
% 43.53/43.78  New rule produced :
% 43.53/43.78  [1163] theorem(or(or(not(or(or(A,B),C)),or(C,or(B,A))),X)) -> true
% 43.53/43.78  Current number of equations to process: 725
% 43.53/43.78  Current number of ordered equations: 0
% 43.53/43.78  Current number of rules: 1146
% 43.53/43.78  New rule produced :
% 43.53/43.78  [1164] theorem(or(not(or(or(A,B),C)),or(X,or(C,or(B,A))))) -> true
% 43.53/43.78  Current number of equations to process: 724
% 43.53/43.78  Current number of ordered equations: 0
% 43.53/43.78  Current number of rules: 1147
% 43.53/43.78  New rule produced :
% 43.53/43.78  [1165] theorem(or(A,or(B,or(not(or(or(C,X),Y)),or(Y,or(X,C)))))) -> true
% 43.53/43.78  Current number of equations to process: 726
% 43.53/43.78  Current number of ordered equations: 0
% 43.53/43.78  Current number of rules: 1148
% 43.53/43.78  New rule produced :
% 43.53/43.78  [1166] theorem(or(or(not(or(or(A,B),or(A,B))),or(A,or(C,B))),X)) -> true
% 43.53/43.78  Current number of equations to process: 727
% 43.53/43.78  Current number of ordered equations: 0
% 43.53/43.78  Current number of rules: 1149
% 43.53/43.78  New rule produced :
% 43.53/43.78  [1167] theorem(or(or(not(or(not(A),or(B,C))),or(C,B)),not(or(A,A)))) -> true
% 43.53/43.78  Current number of equations to process: 733
% 43.53/43.78  Current number of ordered equations: 0
% 43.53/43.78  Current number of rules: 1150
% 43.53/43.78  New rule produced :
% 43.53/43.78  [1168] theorem(or(not(or(not(A),or(B,C))),or(not(or(A,A)),or(C,B)))) -> true
% 43.53/43.78  Current number of equations to process: 732
% 43.53/43.78  Current number of ordered equations: 0
% 43.53/43.78  Current number of rules: 1151
% 43.53/43.78  New rule produced :
% 43.53/43.78  [1169] theorem(or(or(not(or(not(or(A,B)),or(C,X))),or(X,C)),not(B))) -> true
% 43.53/43.78  Current number of equations to process: 740
% 43.53/43.78  Current number of ordered equations: 0
% 43.53/43.78  Current number of rules: 1152
% 43.53/43.78  New rule produced :
% 43.53/43.78  [1170] theorem(or(not(or(not(or(A,B)),or(C,X))),or(not(B),or(X,C)))) -> true
% 43.53/43.78  Current number of equations to process: 739
% 43.53/43.78  Current number of ordered equations: 0
% 43.53/43.78  Current number of rules: 1153
% 43.53/43.78  New rule produced :
% 43.53/43.78  [1171] theorem(or(or(A,or(B,or(C,X))),not(or(A,or(or(X,C),B))))) -> true
% 43.53/43.78  Current number of equations to process: 746
% 43.53/43.78  Current number of ordered equations: 0
% 43.53/43.78  Current number of rules: 1154
% 43.53/43.78  New rule produced :
% 43.53/43.78  [1172] theorem(or(A,or(not(or(A,or(or(B,C),X))),or(X,or(C,B))))) -> true
% 43.53/43.78  Current number of equations to process: 745
% 43.53/43.78  Current number of ordered equations: 0
% 43.53/43.78  Current number of rules: 1155
% 43.53/43.78  New rule produced :
% 43.53/43.78  [1173] theorem(or(not(or(or(or(A,B),C),X)),or(X,or(C,or(B,A))))) -> true
% 43.53/43.78  Current number of equations to process: 744
% 43.53/43.78  Current number of ordered equations: 0
% 43.53/43.78  Current number of rules: 1156
% 43.53/43.78  New rule produced :
% 43.53/43.78  [1174] theorem(or(A,or(or(not(or(B,or(C,X))),or(B,or(X,C))),Y))) -> true
% 43.53/43.78  Current number of equations to process: 748
% 43.53/43.78  Current number of ordered equations: 0
% 43.53/43.78  Current number of rules: 1157
% 43.53/43.78  New rule produced :
% 43.53/43.78  [1175] theorem(or(or(A,or(B,or(C,X))),not(or(B,or(X,C))))) -> true
% 43.53/43.78  Current number of equations to process: 751
% 43.53/43.78  Current number of ordered equations: 0
% 46.16/46.36  Current number of rules: 1158
% 46.16/46.36  New rule produced :
% 46.16/46.36  [1176] theorem(or(A,or(not(or(B,or(C,X))),or(Y,or(B,or(X,C)))))) -> true
% 46.16/46.36  Current number of equations to process: 753
% 46.16/46.36  Current number of ordered equations: 0
% 46.16/46.36  Current number of rules: 1159
% 46.16/46.36  New rule produced :
% 46.16/46.36  [1177] theorem(or(or(A,or(not(or(B,or(C,X))),or(B,or(X,C)))),Y)) -> true
% 46.16/46.36  Current number of equations to process: 754
% 46.16/46.36  Current number of ordered equations: 0
% 46.16/46.36  Current number of rules: 1160
% 46.16/46.36  New rule produced :
% 46.16/46.36  [1178] theorem(or(or(A,or(not(or(not(B),C)),or(X,C))),not(or(X,B)))) -> true
% 46.16/46.36  Current number of equations to process: 762
% 46.16/46.36  Current number of ordered equations: 0
% 46.16/46.36  Current number of rules: 1161
% 46.16/46.36  New rule produced :
% 46.16/46.36  [1179] theorem(or(or(not(or(or(A,or(B,B)),or(A,or(B,B)))),B),A)) -> true
% 46.16/46.36  Current number of equations to process: 773
% 46.16/46.36  Current number of ordered equations: 0
% 46.16/46.36  Current number of rules: 1162
% 46.16/46.36  New rule produced :
% 46.16/46.36  [1180] theorem(or(or(not(or(A,or(B,or(C,X)))),or(B,or(X,C))),A)) -> true
% 46.16/46.36  Current number of equations to process: 784
% 46.16/46.36  Current number of ordered equations: 0
% 46.16/46.36  Current number of rules: 1163
% 46.16/46.36  New rule produced :
% 46.16/46.36  [1181] theorem(or(or(A,or(B,or(C,X))),not(or(or(B,or(X,C)),A)))) -> true
% 46.16/46.36  Current number of equations to process: 790
% 46.16/46.36  Current number of ordered equations: 0
% 46.16/46.36  Current number of rules: 1164
% 46.16/46.36  New rule produced :
% 46.16/46.36  [1182] theorem(or(A,or(not(or(or(B,or(C,X)),A)),or(B,or(X,C))))) -> true
% 46.16/46.36  Current number of equations to process: 789
% 46.16/46.36  Current number of ordered equations: 0
% 46.16/46.36  Current number of rules: 1165
% 46.16/46.36  New rule produced :
% 46.16/46.36  [1183]
% 46.16/46.36  theorem(or(or(A,or(B,or(not(or(C,or(X,Y))),or(X,or(C,Y))))),Z)) -> true
% 46.16/46.36  Current number of equations to process: 790
% 46.16/46.36  Current number of ordered equations: 0
% 46.16/46.36  Current number of rules: 1166
% 46.16/46.36  New rule produced :
% 46.16/46.36  [1184]
% 46.16/46.36  ifeq(axiom(or(not(or(not(or(A,B)),or(or(C,B),A))),X)),true,theorem(X),true)
% 46.16/46.36  -> true
% 46.16/46.36  Current number of equations to process: 789
% 46.16/46.36  Current number of ordered equations: 0
% 46.16/46.36  Current number of rules: 1167
% 46.16/46.36  New rule produced :
% 46.16/46.36  [1185]
% 46.16/46.36  ifeq(axiom(or(not(A),or(B,C))),true,theorem(or(not(A),or(or(X,C),B))),true)
% 46.16/46.36  -> true
% 46.16/46.36  Current number of equations to process: 788
% 46.16/46.36  Current number of ordered equations: 0
% 46.16/46.36  Current number of rules: 1168
% 46.16/46.36  New rule produced :
% 46.16/46.36  [1186]
% 46.16/46.36  theorem(or(not(or(or(or(A,B),C),or(or(A,B),C))),or(or(C,B),A))) -> true
% 46.16/46.36  Current number of equations to process: 787
% 46.16/46.36  Current number of ordered equations: 0
% 46.16/46.36  Current number of rules: 1169
% 46.16/46.36  New rule produced :
% 46.16/46.36  [1187]
% 46.16/46.36  ifeq(axiom(or(A,or(not(or(B,or(C,X))),or(or(B,X),C)))),true,true,true) ->
% 46.16/46.36  true
% 46.16/46.36  Current number of equations to process: 786
% 46.16/46.36  Current number of ordered equations: 0
% 46.16/46.36  Current number of rules: 1170
% 46.16/46.36  New rule produced :
% 46.16/46.36  [1188]
% 46.16/46.36  theorem(or(A,or(not(or(B,or(C,or(X,Y)))),or(B,or(or(C,Y),X))))) -> true
% 46.16/46.36  Current number of equations to process: 785
% 46.16/46.36  Current number of ordered equations: 0
% 46.16/46.36  Current number of rules: 1171
% 46.16/46.36  New rule produced :
% 46.16/46.36  [1189]
% 46.16/46.36  ifeq(axiom(or(or(or(A,B),not(or(A,C))),not(or(not(C),B)))),true,true,true) ->
% 46.16/46.36  true
% 46.16/46.36  Current number of equations to process: 784
% 46.16/46.36  Current number of ordered equations: 0
% 46.16/46.36  Current number of rules: 1172
% 46.16/46.36  New rule produced :
% 46.16/46.36  [1190]
% 46.16/46.36  ifeq(axiom(or(or(A,B),or(not(or(not(C),B)),not(or(A,C))))),true,true,true) ->
% 46.16/46.36  true
% 46.16/46.36  Current number of equations to process: 783
% 46.16/46.36  Current number of ordered equations: 0
% 46.16/46.36  Current number of rules: 1173
% 46.16/46.36  New rule produced :
% 46.16/46.36  [1191]
% 46.16/46.36  theorem(or(not(or(A,or(B,not(C)))),or(A,or(or(X,B),not(or(X,C)))))) -> true
% 46.16/46.36  Current number of equations to process: 782
% 46.16/46.36  Current number of ordered equations: 0
% 46.16/46.36  Current number of rules: 1174
% 46.16/46.36  New rule produced :
% 46.16/46.36  [1192]
% 46.16/46.36  theorem(or(A,or(B,or(not(or(not(C),X)),or(or(Y,X),not(or(Y,C))))))) -> true
% 46.16/46.36  Current number of equations to process: 781
% 46.16/46.36  Current number of ordered equations: 0
% 46.16/46.36  Current number of rules: 1175
% 46.16/46.36  New rule produced :
% 46.16/46.36  [1193]
% 46.16/46.36  theorem(or(A,or(or(or(not(or(B,C)),or(B,X)),not(or(not(C),X))),Y))) -> true
% 46.16/46.36  Current number of equations to process: 780
% 46.16/46.36  Current number of ordered equations: 0
% 46.16/46.36  Current number of rules: 1176
% 46.16/46.36  New rule produced :
% 46.16/46.36  [1194]
% 46.16/46.36  theorem(or(A,or(or(not(or(B,C)),or(B,X)),or(Y,not(or(not(C),X)))))) -> true
% 46.16/46.36  Current number of equations to process: 779
% 46.16/46.36  Current number of ordered equations: 0
% 46.16/46.36  Current number of rules: 1177
% 46.59/46.78  New rule produced :
% 46.59/46.78  [1195]
% 46.59/46.78  ifeq(axiom(or(not(or(A,or(B,or(C,or(not(X),X))))),Y)),true,theorem(Y),true)
% 46.59/46.78  -> true
% 46.59/46.78  Current number of equations to process: 778
% 46.59/46.78  Current number of ordered equations: 0
% 46.59/46.78  Current number of rules: 1178
% 46.59/46.78  New rule produced :
% 46.59/46.78  [1196]
% 46.59/46.78  ifeq(axiom(or(not(or(A,or(or(not(or(B,C)),B),C))),X)),true,theorem(X),true)
% 46.59/46.78  -> true
% 46.59/46.78  Current number of equations to process: 777
% 46.59/46.78  Current number of ordered equations: 0
% 46.59/46.78  Current number of rules: 1179
% 46.59/46.78  New rule produced :
% 46.59/46.78  [1197]
% 46.59/46.78  theorem(or(not(or(A,B)),or(A,or(or(not(or(C,or(not(B),X))),C),X)))) -> true
% 46.59/46.78  Current number of equations to process: 776
% 46.59/46.78  Current number of ordered equations: 0
% 46.59/46.78  Current number of rules: 1180
% 46.59/46.78  New rule produced :
% 46.59/46.78  [1198]
% 46.59/46.78  theorem(or(not(or(A,B)),or(or(not(or(C,or(not(or(B,A)),X))),C),X))) -> true
% 46.59/46.78  Current number of equations to process: 775
% 46.59/46.78  Current number of ordered equations: 0
% 46.59/46.78  Current number of rules: 1181
% 46.59/46.78  New rule produced :
% 46.59/46.78  [1199]
% 46.59/46.78  ifeq(axiom(or(not(or(or(A,or(not(or(B,A)),B)),C)),X)),true,theorem(X),true)
% 46.59/46.78  -> true
% 46.59/46.78  Current number of equations to process: 774
% 46.59/46.78  Current number of ordered equations: 0
% 46.59/46.78  Current number of rules: 1182
% 46.59/46.78  New rule produced :
% 46.59/46.78  [1200]
% 46.59/46.78  ifeq(axiom(or(not(or(A,or(B,or(not(or(C,A)),C)))),X)),true,theorem(X),true)
% 46.59/46.78  -> true
% 46.59/46.78  Current number of equations to process: 773
% 46.59/46.78  Current number of ordered equations: 0
% 46.59/46.78  Current number of rules: 1183
% 46.59/46.78  New rule produced :
% 46.59/46.78  [1201]
% 46.59/46.78  ifeq(axiom(or(A,or(not(or(B,B)),or(not(or(C,not(B))),C)))),true,true,true) ->
% 46.59/46.78  true
% 46.59/46.78  Current number of equations to process: 772
% 46.59/46.78  Current number of ordered equations: 0
% 46.59/46.78  Current number of rules: 1184
% 46.59/46.78  New rule produced :
% 46.59/46.78  [1202]
% 46.59/46.78  ifeq(axiom(or(A,or(not(B),or(not(or(C,not(or(X,B)))),C)))),true,true,true) ->
% 46.59/46.78  true
% 46.59/46.78  Current number of equations to process: 771
% 46.59/46.78  Current number of ordered equations: 0
% 46.59/46.78  Current number of rules: 1185
% 46.59/46.78  New rule produced :
% 46.59/46.78  [1203]
% 46.59/46.78  theorem(or(not(or(A,or(B,B))),or(A,or(not(or(C,not(or(X,B)))),C)))) -> true
% 46.59/46.78  Current number of equations to process: 770
% 46.59/46.78  Current number of ordered equations: 0
% 46.59/46.78  Current number of rules: 1186
% 46.59/46.78  New rule produced :
% 46.59/46.78  [1204]
% 46.59/46.78  theorem(or(not(or(or(A,A),or(A,A))),or(not(or(B,not(or(C,A)))),B))) -> true
% 46.59/46.78  Current number of equations to process: 769
% 46.59/46.78  Current number of ordered equations: 0
% 46.59/46.78  Current number of rules: 1187
% 46.59/46.78  New rule produced :
% 46.59/46.78  [1205]
% 46.59/46.78  theorem(or(not(or(A,B)),or(A,or(not(or(C,not(or(X,or(Y,B))))),C)))) -> true
% 46.59/46.78  Current number of equations to process: 768
% 46.59/46.78  Current number of ordered equations: 0
% 46.59/46.78  Current number of rules: 1188
% 46.59/46.78  New rule produced :
% 46.59/46.78  [1206]
% 46.59/46.78  theorem(or(not(or(A,B)),or(not(or(C,not(or(X,or(Y,or(B,A)))))),C))) -> true
% 46.59/46.78  Current number of equations to process: 767
% 46.59/46.78  Current number of ordered equations: 0
% 46.59/46.78  Current number of rules: 1189
% 46.59/46.78  New rule produced :
% 46.59/46.78  [1207]
% 46.59/46.78  theorem(or(A,or(not(or(B,or(C,C))),or(B,or(not(or(X,not(C))),X))))) -> true
% 46.59/46.78  Current number of equations to process: 766
% 46.59/46.78  Current number of ordered equations: 0
% 46.59/46.78  Current number of rules: 1190
% 46.59/46.78  New rule produced :
% 46.59/46.78  [1208]
% 46.59/46.78  theorem(or(A,or(not(or(or(B,B),or(B,B))),or(not(or(C,not(B))),C)))) -> true
% 46.59/46.78  Current number of equations to process: 765
% 46.59/46.78  Current number of ordered equations: 0
% 46.59/46.78  Current number of rules: 1191
% 46.59/46.78  New rule produced :
% 46.59/46.78  [1209]
% 46.59/46.78  theorem(or(A,or(not(or(B,C)),or(B,or(not(or(X,not(or(Y,C)))),X))))) -> true
% 46.59/46.78  Current number of equations to process: 764
% 46.59/46.78  Current number of ordered equations: 0
% 46.59/46.78  Current number of rules: 1192
% 46.59/46.78  New rule produced :
% 46.59/46.78  [1210]
% 46.59/46.78  theorem(or(A,or(not(or(B,C)),or(not(or(X,not(or(Y,or(C,B))))),X)))) -> true
% 46.59/46.78  Current number of equations to process: 763
% 46.59/46.78  Current number of ordered equations: 0
% 46.59/46.78  Current number of rules: 1193
% 46.59/46.78  New rule produced :
% 46.59/46.78  [1211]
% 46.59/46.78  ifeq(axiom(or(or(A,or(not(or(B,not(C))),B)),not(or(A,C)))),true,true,true) ->
% 46.59/46.78  true
% 46.59/46.78  Current number of equations to process: 762
% 46.59/46.78  Current number of ordered equations: 0
% 46.59/46.78  Current number of rules: 1194
% 46.59/46.78  New rule produced :
% 46.59/46.78  [1212]
% 46.59/46.78  ifeq(axiom(or(A,or(not(or(A,B)),or(not(or(C,not(B))),C)))),true,true,true) ->
% 46.59/46.78  true
% 46.59/46.78  Current number of equations to process: 761
% 46.59/46.78  Current number of ordered equations: 0
% 46.59/46.78  Current number of rules: 1195
% 46.59/46.78  New rule produced :
% 46.59/46.78  [1213]
% 46.59/46.78  theorem(or(not(or(A,A)),or(not(or(not(A),B)),or(not(or(C,not(B))),C)))) ->
% 46.59/46.78  true
% 46.59/46.78  Current number of equations to process: 760
% 47.02/47.21  Current number of ordered equations: 0
% 47.02/47.21  Current number of rules: 1196
% 47.02/47.21  New rule produced :
% 47.02/47.21  [1214]
% 47.02/47.21  theorem(or(not(A),or(not(or(not(or(B,A)),C)),or(not(or(X,not(C))),X)))) ->
% 47.02/47.21  true
% 47.02/47.21  Current number of equations to process: 759
% 47.02/47.21  Current number of ordered equations: 0
% 47.02/47.21  Current number of rules: 1197
% 47.02/47.21  New rule produced :
% 47.02/47.21  [1215]
% 47.02/47.21  theorem(or(not(or(A,or(B,C))),or(A,or(C,or(not(or(X,not(B))),X))))) -> true
% 47.02/47.21  Current number of equations to process: 758
% 47.02/47.21  Current number of ordered equations: 0
% 47.02/47.21  Current number of rules: 1198
% 47.02/47.21  New rule produced :
% 47.02/47.21  [1216]
% 47.02/47.21  theorem(or(not(or(or(A,B),or(A,B))),or(B,or(not(or(C,not(A))),C)))) -> true
% 47.02/47.21  Current number of equations to process: 757
% 47.02/47.21  Current number of ordered equations: 0
% 47.02/47.21  Current number of rules: 1199
% 47.02/47.21  New rule produced :
% 47.02/47.21  [1217]
% 47.02/47.21  theorem(or(A,or(B,or(not(or(C,X)),or(C,or(not(or(Y,not(X))),Y)))))) -> true
% 47.02/47.21  Current number of equations to process: 756
% 47.02/47.21  Current number of ordered equations: 0
% 47.02/47.21  Current number of rules: 1200
% 47.02/47.21  New rule produced :
% 47.02/47.21  [1218]
% 47.02/47.21  ifeq(axiom(or(or(not(or(A,not(or(B,C)))),A),not(or(C,B)))),true,true,true) ->
% 47.02/47.21  true
% 47.02/47.21  Current number of equations to process: 755
% 47.02/47.21  Current number of ordered equations: 0
% 47.02/47.21  Current number of rules: 1201
% 47.02/47.21  New rule produced :
% 47.02/47.21  [1219]
% 47.02/47.21  theorem(or(not(or(A,or(B,not(or(C,X))))),or(A,or(not(or(X,C)),B)))) -> true
% 47.02/47.21  Current number of equations to process: 754
% 47.02/47.21  Current number of ordered equations: 0
% 47.02/47.21  Current number of rules: 1202
% 47.02/47.21  New rule produced :
% 47.02/47.21  [1220]
% 47.02/47.21  ifeq(axiom(or(A,or(or(not(or(or(B,C),or(B,C))),C),B))),true,true,true) ->
% 47.02/47.21  true
% 47.02/47.21  Current number of equations to process: 753
% 47.02/47.21  Current number of ordered equations: 0
% 47.02/47.21  Current number of rules: 1203
% 47.02/47.21  New rule produced :
% 47.02/47.21  [1221]
% 47.02/47.21  theorem(or(A,or(B,or(not(or(C,X)),or(not(or(Y,not(or(X,C)))),Y))))) -> true
% 47.02/47.21  Current number of equations to process: 752
% 47.02/47.21  Current number of ordered equations: 0
% 47.02/47.21  Current number of rules: 1204
% 47.02/47.21  New rule produced :
% 47.02/47.21  [1222]
% 47.02/47.21  ifeq(axiom(or(or(A,or(not(or(or(A,B),or(A,B))),B)),C)),true,true,true) ->
% 47.02/47.21  true
% 47.02/47.21  Current number of equations to process: 751
% 47.02/47.21  Current number of ordered equations: 0
% 47.02/47.21  Current number of rules: 1205
% 47.02/47.21  New rule produced :
% 47.02/47.21  [1223]
% 47.02/47.21  ifeq(axiom(or(A,or(B,or(not(or(or(A,C),or(A,C))),C)))),true,true,true) ->
% 47.02/47.21  true
% 47.02/47.21  Current number of equations to process: 750
% 47.02/47.21  Current number of ordered equations: 0
% 47.02/47.21  Current number of rules: 1206
% 47.02/47.21  New rule produced :
% 47.02/47.21  [1224]
% 47.02/47.21  ifeq(axiom(or(A,or(or(not(or(B,or(C,X))),or(B,X)),C))),true,true,true) ->
% 47.02/47.21  true
% 47.02/47.21  Current number of equations to process: 749
% 47.02/47.21  Current number of ordered equations: 0
% 47.02/47.21  Current number of rules: 1207
% 47.02/47.21  New rule produced :
% 47.02/47.21  [1225]
% 47.02/47.21  theorem(or(A,or(B,or(C,or(X,or(not(or(or(X,Y),or(X,Y))),Y)))))) -> true
% 47.02/47.21  Current number of equations to process: 748
% 47.02/47.21  Current number of ordered equations: 0
% 47.02/47.21  Current number of rules: 1208
% 47.02/47.21  New rule produced :
% 47.02/47.21  [1226]
% 47.02/47.21  theorem(or(A,or(B,or(or(not(or(C,or(or(B,X),Y))),or(C,Y)),X)))) -> true
% 47.02/47.21  Current number of equations to process: 747
% 47.02/47.21  Current number of ordered equations: 0
% 47.02/47.21  Current number of rules: 1209
% 47.02/47.21  New rule produced :
% 47.02/47.21  [1227]
% 47.02/47.21  ifeq(axiom(or(or(A,or(not(or(B,or(A,C))),or(B,C))),X)),true,true,true) ->
% 47.02/47.21  true
% 47.02/47.21  Current number of equations to process: 746
% 47.02/47.21  Current number of ordered equations: 0
% 47.02/47.21  Current number of rules: 1210
% 47.02/47.21  New rule produced :
% 47.02/47.21  [1228]
% 47.02/47.21  ifeq(axiom(or(A,or(B,or(not(or(C,or(A,X))),or(C,X))))),true,true,true) ->
% 47.02/47.21  true
% 47.02/47.21  Current number of equations to process: 745
% 47.02/47.21  Current number of ordered equations: 0
% 47.02/47.21  Current number of rules: 1211
% 47.02/47.21  New rule produced :
% 47.02/47.21  [1229]
% 47.02/47.21  theorem(or(not(or(A,A)),or(B,or(not(or(C,or(not(A),X))),or(C,X))))) -> true
% 47.02/47.21  Current number of equations to process: 744
% 47.02/47.21  Current number of ordered equations: 0
% 47.02/47.21  Current number of rules: 1212
% 47.02/47.21  New rule produced :
% 47.02/47.21  [1230]
% 47.02/47.21  theorem(or(not(A),or(B,or(not(or(C,or(not(or(X,A)),Y))),or(C,Y))))) -> true
% 47.02/47.21  Current number of equations to process: 743
% 47.02/47.21  Current number of ordered equations: 0
% 47.02/47.21  Current number of rules: 1213
% 47.02/47.21  New rule produced :
% 47.02/47.21  [1231]
% 47.02/47.21  theorem(or(A,or(B,or(C,or(X,or(not(or(Y,or(X,Z))),or(Y,Z))))))) -> true
% 47.02/47.21  Current number of equations to process: 742
% 47.02/47.21  Current number of ordered equations: 0
% 47.02/47.21  Current number of rules: 1214
% 47.02/47.21  New rule produced :
% 47.02/47.21  [1232]
% 47.02/47.21  theorem(or(A,or(or(not(or(B,or(not(C),X))),or(B,X)),not(or(C,C))))) -> true
% 47.02/47.21  Current number of equations to process: 741
% 47.44/47.65  Current number of ordered equations: 0
% 47.44/47.65  Current number of rules: 1215
% 47.44/47.65  New rule produced :
% 47.44/47.65  [1233]
% 47.44/47.65  theorem(or(A,or(not(or(B,or(not(C),X))),or(not(or(C,C)),or(B,X))))) -> true
% 47.44/47.65  Current number of equations to process: 740
% 47.44/47.65  Current number of ordered equations: 0
% 47.44/47.65  Current number of rules: 1216
% 47.44/47.65  New rule produced :
% 47.44/47.65  [1234]
% 47.44/47.65  theorem(or(A,or(or(not(or(B,or(not(or(C,X)),Y))),or(B,Y)),not(X)))) -> true
% 47.44/47.65  Current number of equations to process: 739
% 47.44/47.65  Current number of ordered equations: 0
% 47.44/47.65  Current number of rules: 1217
% 47.44/47.65  New rule produced :
% 47.44/47.65  [1235]
% 47.44/47.65  theorem(or(A,or(not(or(B,or(not(or(C,X)),Y))),or(not(X),or(B,Y))))) -> true
% 47.44/47.65  Current number of equations to process: 738
% 47.44/47.65  Current number of ordered equations: 0
% 47.44/47.65  Current number of rules: 1218
% 47.44/47.65  New rule produced :
% 47.44/47.65  [1236]
% 47.44/47.65  theorem(or(A,or(B,or(or(not(or(not(C),X)),or(Y,X)),not(or(Y,C)))))) -> true
% 47.44/47.65  Current number of equations to process: 737
% 47.44/47.65  Current number of ordered equations: 0
% 47.44/47.65  Current number of rules: 1219
% 47.44/47.65  New rule produced :
% 47.44/47.65  [1237]
% 47.44/47.65  ifeq(axiom(or(or(not(or(not(A),B)),or(C,B)),not(or(A,C)))),true,true,true) ->
% 47.44/47.65  true
% 47.44/47.65  Current number of equations to process: 736
% 47.44/47.65  Current number of ordered equations: 0
% 47.44/47.65  Current number of rules: 1220
% 47.44/47.65  New rule produced :
% 47.44/47.65  [1238]
% 47.44/47.65  theorem(or(not(or(A,or(not(B),C))),or(A,or(not(or(B,X)),or(X,C))))) -> true
% 47.44/47.65  Current number of equations to process: 735
% 47.44/47.65  Current number of ordered equations: 0
% 47.44/47.65  Current number of rules: 1221
% 47.44/47.65  New rule produced :
% 47.44/47.65  [1239]
% 47.44/47.65  theorem(or(A,or(B,or(not(or(C,X)),or(not(or(not(C),Y)),or(X,Y)))))) -> true
% 47.44/47.65  Current number of equations to process: 734
% 47.44/47.65  Current number of ordered equations: 0
% 47.44/47.65  Current number of rules: 1222
% 47.44/47.65  New rule produced :
% 47.44/47.65  [1240]
% 47.44/47.65  theorem(or(not(or(or(A,or(B,B)),or(A,or(B,B)))),or(C,or(A,B)))) -> true
% 47.44/47.65  Current number of equations to process: 733
% 47.44/47.65  Current number of ordered equations: 0
% 47.44/47.65  Current number of rules: 1223
% 47.44/47.65  New rule produced :
% 47.44/47.65  [1241]
% 47.44/47.65  ifeq(axiom(or(or(A,or(B,C)),not(or(A,or(B,or(C,C)))))),true,true,true) ->
% 47.44/47.65  true
% 47.44/47.65  Current number of equations to process: 732
% 47.44/47.65  Current number of ordered equations: 0
% 47.44/47.65  Current number of rules: 1224
% 47.44/47.65  New rule produced :
% 47.44/47.65  [1242]
% 47.44/47.65  ifeq(axiom(or(A,or(not(or(A,or(B,or(C,C)))),or(B,C)))),true,true,true) ->
% 47.44/47.65  true
% 47.44/47.65  Current number of equations to process: 731
% 47.44/47.65  Current number of ordered equations: 0
% 47.44/47.65  Current number of rules: 1225
% 47.44/47.65  New rule produced :
% 47.44/47.65  [1243]
% 47.44/47.65  theorem(or(not(or(A,A)),or(not(or(not(A),or(B,or(C,C)))),or(B,C)))) -> true
% 47.44/47.65  Current number of equations to process: 730
% 47.44/47.65  Current number of ordered equations: 0
% 47.44/47.65  Current number of rules: 1226
% 47.44/47.65  New rule produced :
% 47.44/47.65  [1244]
% 47.44/47.65  theorem(or(not(A),or(not(or(not(or(B,A)),or(C,or(X,X)))),or(C,X)))) -> true
% 47.44/47.65  Current number of equations to process: 729
% 47.44/47.65  Current number of ordered equations: 0
% 47.44/47.65  Current number of rules: 1227
% 47.44/47.65  New rule produced :
% 47.44/47.65  [1245]
% 47.44/47.65  theorem(or(not(or(A,or(or(B,or(C,C)),X))),or(A,or(X,or(B,C))))) -> true
% 47.44/47.65  Current number of equations to process: 728
% 47.44/47.65  Current number of ordered equations: 0
% 47.44/47.65  Current number of rules: 1228
% 47.44/47.65  New rule produced :
% 47.44/47.65  [1246]
% 47.44/47.65  ifeq(axiom(or(not(or(or(not(or(A,or(B,B))),B),A)),C)),true,theorem(C),true)
% 47.44/47.65  -> true
% 47.44/47.65  Current number of equations to process: 727
% 47.44/47.65  Current number of ordered equations: 0
% 47.44/47.65  Current number of rules: 1229
% 47.44/47.65  New rule produced :
% 47.44/47.65  [1247]
% 47.44/47.65  theorem(or(not(or(A,or(B,B))),or(A,or(not(or(not(B),or(C,C))),C)))) -> true
% 47.44/47.65  Current number of equations to process: 726
% 47.44/47.65  Current number of ordered equations: 0
% 47.44/47.65  Current number of rules: 1230
% 47.44/47.65  New rule produced :
% 47.44/47.65  [1248]
% 47.44/47.65  theorem(or(not(or(or(A,A),or(A,A))),or(not(or(not(A),or(B,B))),B))) -> true
% 47.44/47.65  Current number of equations to process: 725
% 47.44/47.65  Current number of ordered equations: 0
% 47.44/47.65  Current number of rules: 1231
% 47.44/47.65  New rule produced :
% 47.44/47.65  [1249]
% 47.44/47.65  theorem(or(not(or(A,B)),or(A,or(not(or(not(or(C,B)),or(X,X))),X)))) -> true
% 47.44/47.65  Current number of equations to process: 724
% 47.44/47.65  Current number of ordered equations: 0
% 47.44/47.65  Current number of rules: 1232
% 47.44/47.65  New rule produced :
% 47.44/47.65  [1250]
% 47.44/47.65  theorem(or(not(or(A,B)),or(not(or(not(or(C,or(B,A))),or(X,X))),X))) -> true
% 47.44/47.65  Current number of equations to process: 723
% 47.44/47.65  Current number of ordered equations: 0
% 47.44/47.65  Current number of rules: 1233
% 47.44/47.65  New rule produced :
% 47.44/47.65  [1251]
% 47.44/47.65  ifeq(axiom(or(A,or(B,or(not(or(C,or(X,X))),or(C,X))))),true,true,true) ->
% 47.84/48.08  true
% 47.84/48.08  Current number of equations to process: 722
% 47.84/48.08  Current number of ordered equations: 0
% 47.84/48.08  Current number of rules: 1234
% 47.84/48.08  New rule produced :
% 47.84/48.08  [1252]
% 47.84/48.08  theorem(or(not(or(A,or(B,or(or(C,C),X)))),or(A,or(B,or(X,C))))) -> true
% 47.84/48.08  Current number of equations to process: 721
% 47.84/48.08  Current number of ordered equations: 0
% 47.84/48.08  Current number of rules: 1235
% 47.84/48.08  New rule produced :
% 47.84/48.08  [1253]
% 47.84/48.08  ifeq(axiom(or(not(or(or(A,B),not(or(or(B,B),A)))),C)),true,theorem(C),true)
% 47.84/48.08  -> true
% 47.84/48.08  Current number of equations to process: 720
% 47.84/48.08  Current number of ordered equations: 0
% 47.84/48.08  Current number of rules: 1236
% 47.84/48.08  New rule produced :
% 47.84/48.08  [1254]
% 47.84/48.08  ifeq(axiom(or(not(or(A,or(not(or(or(B,B),A)),B))),C)),true,theorem(C),true)
% 47.84/48.08  -> true
% 47.84/48.08  Current number of equations to process: 719
% 47.84/48.08  Current number of ordered equations: 0
% 47.84/48.08  Current number of rules: 1237
% 47.84/48.08  New rule produced :
% 47.84/48.08  [1255]
% 47.84/48.08  theorem(or(A,or(B,or(not(or(C,or(X,or(Y,Y)))),or(C,or(X,Y)))))) -> true
% 47.84/48.08  Current number of equations to process: 718
% 47.84/48.08  Current number of ordered equations: 0
% 47.84/48.08  Current number of rules: 1238
% 47.84/48.08  New rule produced :
% 47.84/48.08  [1256]
% 47.84/48.08  theorem(or(A,or(not(or(B,C)),or(B,or(not(or(not(C),or(X,X))),X))))) -> true
% 47.84/48.08  Current number of equations to process: 717
% 47.84/48.08  Current number of ordered equations: 0
% 47.84/48.08  Current number of rules: 1239
% 47.84/48.08  New rule produced :
% 47.84/48.08  [1257]
% 47.84/48.08  theorem(or(A,or(not(or(B,C)),or(not(or(not(or(C,B)),or(X,X))),X)))) -> true
% 47.84/48.08  Current number of equations to process: 716
% 47.84/48.08  Current number of ordered equations: 0
% 47.84/48.08  Current number of rules: 1240
% 47.84/48.08  New rule produced :
% 47.84/48.08  [1258]
% 47.84/48.08  theorem(or(A,or(not(or(or(or(B,B),C),or(or(B,B),C))),or(C,B)))) -> true
% 47.84/48.08  Current number of equations to process: 715
% 47.84/48.08  Current number of ordered equations: 0
% 47.84/48.08  Current number of rules: 1241
% 47.84/48.08  New rule produced :
% 47.84/48.08  [1259]
% 47.84/48.08  ifeq(axiom(or(or(A,or(B,or(C,X))),not(or(A,or(B,X))))),true,true,true) ->
% 47.84/48.08  true
% 47.84/48.08  Current number of equations to process: 714
% 47.84/48.08  Current number of ordered equations: 0
% 47.84/48.08  Current number of rules: 1242
% 47.84/48.08  New rule produced :
% 47.84/48.08  [1260]
% 47.84/48.08  ifeq(axiom(or(A,or(not(or(A,or(B,C))),or(B,or(X,C))))),true,true,true) ->
% 47.84/48.08  true
% 47.84/48.08  Current number of equations to process: 713
% 47.84/48.08  Current number of ordered equations: 0
% 47.84/48.08  Current number of rules: 1243
% 47.84/48.08  New rule produced :
% 47.84/48.08  [1261]
% 47.84/48.08  theorem(or(not(or(A,A)),or(not(or(not(A),or(B,C))),or(B,or(X,C))))) -> true
% 47.84/48.08  Current number of equations to process: 712
% 47.84/48.08  Current number of ordered equations: 0
% 47.84/48.08  Current number of rules: 1244
% 47.84/48.08  New rule produced :
% 47.84/48.08  [1262]
% 47.84/48.08  theorem(or(not(A),or(not(or(not(or(B,A)),or(C,X))),or(C,or(Y,X))))) -> true
% 47.84/48.08  Current number of equations to process: 711
% 47.84/48.08  Current number of ordered equations: 0
% 47.84/48.08  Current number of rules: 1245
% 47.84/48.08  New rule produced :
% 47.84/48.08  [1263]
% 47.84/48.08  theorem(or(not(or(A,or(or(B,C),X))),or(A,or(X,or(B,or(Y,C)))))) -> true
% 47.84/48.08  Current number of equations to process: 710
% 47.84/48.08  Current number of ordered equations: 0
% 47.84/48.08  Current number of rules: 1246
% 47.84/48.08  New rule produced :
% 47.84/48.08  [1264]
% 47.84/48.08  ifeq(axiom(or(not(or(or(not(or(A,B)),or(C,B)),A)),X)),true,theorem(X),true)
% 47.84/48.08  -> true
% 47.84/48.08  Current number of equations to process: 709
% 47.84/48.08  Current number of ordered equations: 0
% 47.84/48.08  Current number of rules: 1247
% 47.84/48.08  New rule produced :
% 47.84/48.08  [1265]
% 47.84/48.08  theorem(or(not(or(A,or(B,B))),or(A,or(not(or(not(B),C)),or(X,C))))) -> true
% 47.84/48.08  Current number of equations to process: 708
% 47.84/48.08  Current number of ordered equations: 0
% 47.84/48.08  Current number of rules: 1248
% 47.84/48.08  New rule produced :
% 47.84/48.08  [1266]
% 47.84/48.08  theorem(or(not(or(or(A,A),or(A,A))),or(not(or(not(A),B)),or(C,B)))) -> true
% 47.84/48.08  Current number of equations to process: 707
% 47.84/48.08  Current number of ordered equations: 0
% 47.84/48.08  Current number of rules: 1249
% 47.84/48.08  New rule produced :
% 47.84/48.08  [1267]
% 47.84/48.08  theorem(or(not(or(A,B)),or(A,or(not(or(not(or(C,B)),X)),or(Y,X))))) -> true
% 47.84/48.08  Current number of equations to process: 706
% 47.84/48.08  Current number of ordered equations: 0
% 47.84/48.08  Current number of rules: 1250
% 47.84/48.08  New rule produced :
% 47.84/48.08  [1268]
% 47.84/48.08  theorem(or(not(or(A,B)),or(not(or(not(or(C,or(B,A))),X)),or(Y,X)))) -> true
% 47.84/48.08  Current number of equations to process: 705
% 47.84/48.08  Current number of ordered equations: 0
% 47.84/48.08  Current number of rules: 1251
% 47.84/48.08  New rule produced :
% 47.84/48.08  [1269]
% 47.84/48.08  ifeq(axiom(or(A,or(B,or(not(or(C,X)),or(C,or(Y,X)))))),true,true,true) ->
% 47.84/48.08  true
% 47.84/48.08  Current number of equations to process: 704
% 47.84/48.08  Current number of ordered equations: 0
% 47.84/48.08  Current number of rules: 1252
% 47.84/48.08  New rule produced :
% 47.84/48.08  [1270]
% 47.84/48.08  theorem(or(not(or(A,or(B,or(C,X)))),or(A,or(B,or(X,or(Y,C)))))) -> true
% 48.36/48.57  Current number of equations to process: 703
% 48.36/48.57  Current number of ordered equations: 0
% 48.36/48.57  Current number of rules: 1253
% 48.36/48.57  New rule produced :
% 48.36/48.57  [1271]
% 48.36/48.57  ifeq(axiom(or(not(or(or(A,or(B,C)),not(or(C,A)))),X)),true,theorem(X),true)
% 48.36/48.57  -> true
% 48.36/48.57  Current number of equations to process: 702
% 48.36/48.57  Current number of ordered equations: 0
% 48.36/48.57  Current number of rules: 1254
% 48.36/48.57  New rule produced :
% 48.36/48.57  [1272]
% 48.36/48.57  ifeq(axiom(or(not(or(A,or(not(or(B,A)),or(C,B)))),X)),true,theorem(X),true)
% 48.36/48.57  -> true
% 48.36/48.57  Current number of equations to process: 701
% 48.36/48.57  Current number of ordered equations: 0
% 48.36/48.57  Current number of rules: 1255
% 48.36/48.57  New rule produced :
% 48.36/48.57  [1273]
% 48.36/48.57  theorem(or(not(or(A,or(or(B,C),or(B,C)))),or(A,or(C,or(X,B))))) -> true
% 48.36/48.57  Current number of equations to process: 700
% 48.36/48.57  Current number of ordered equations: 0
% 48.36/48.57  Current number of rules: 1256
% 48.36/48.57  New rule produced :
% 48.36/48.57  [1274]
% 48.36/48.57  theorem(or(A,or(B,or(not(or(C,or(X,Y))),or(C,or(X,or(Z,Y))))))) -> true
% 48.36/48.57  Current number of equations to process: 699
% 48.36/48.57  Current number of ordered equations: 0
% 48.36/48.57  Current number of rules: 1257
% 48.36/48.57  New rule produced :
% 48.36/48.57  [1275]
% 48.36/48.57  theorem(or(A,or(not(or(B,C)),or(B,or(not(or(not(C),X)),or(Y,X)))))) -> true
% 48.36/48.57  Current number of equations to process: 698
% 48.36/48.57  Current number of ordered equations: 0
% 48.36/48.57  Current number of rules: 1258
% 48.36/48.57  New rule produced :
% 48.36/48.57  [1276]
% 48.36/48.57  theorem(or(A,or(not(or(B,C)),or(not(or(not(or(C,B)),X)),or(Y,X))))) -> true
% 48.36/48.57  Current number of equations to process: 697
% 48.36/48.57  Current number of ordered equations: 0
% 48.36/48.57  Current number of rules: 1259
% 48.36/48.57  New rule produced :
% 48.36/48.57  [1277]
% 48.36/48.57  ifeq(axiom(or(or(A,or(B,C)),not(or(or(A,C),or(A,C))))),true,true,true) ->
% 48.36/48.57  true
% 48.36/48.57  Current number of equations to process: 696
% 48.36/48.57  Current number of ordered equations: 0
% 48.36/48.57  Current number of rules: 1260
% 48.36/48.57  New rule produced :
% 48.36/48.57  [1278]
% 48.36/48.57  ifeq(axiom(or(A,or(not(or(or(A,B),or(A,B))),or(C,B)))),true,true,true) ->
% 48.36/48.57  true
% 48.36/48.57  Current number of equations to process: 695
% 48.36/48.57  Current number of ordered equations: 0
% 48.36/48.57  Current number of rules: 1261
% 48.36/48.57  New rule produced :
% 48.36/48.57  [1279]
% 48.36/48.57  ifeq(axiom(or(A,or(or(B,or(C,X)),not(or(B,or(X,C)))))),true,true,true) ->
% 48.36/48.57  true
% 48.36/48.57  Current number of equations to process: 694
% 48.36/48.57  Current number of ordered equations: 0
% 48.36/48.57  Current number of rules: 1262
% 48.36/48.57  New rule produced :
% 48.36/48.57  [1280]
% 48.36/48.57  ifeq(axiom(or(A,or(B,or(not(or(B,or(C,X))),or(X,C))))),true,true,true) ->
% 48.36/48.57  true
% 48.36/48.57  Current number of equations to process: 693
% 48.36/48.57  Current number of ordered equations: 0
% 48.36/48.57  Current number of rules: 1263
% 48.36/48.57  New rule produced :
% 48.36/48.57  [1281]
% 48.36/48.57  theorem(or(not(or(A,B)),or(A,or(not(or(or(C,X),not(B))),or(X,C))))) -> true
% 48.36/48.57  Current number of equations to process: 692
% 48.36/48.57  Current number of ordered equations: 0
% 48.36/48.57  Current number of rules: 1264
% 48.36/48.57  New rule produced :
% 48.36/48.57  [1282]
% 48.36/48.57  theorem(or(not(or(A,B)),or(not(or(or(C,X),not(or(B,A)))),or(X,C)))) -> true
% 48.36/48.57  Current number of equations to process: 691
% 48.36/48.57  Current number of ordered equations: 0
% 48.36/48.57  Current number of rules: 1265
% 48.36/48.57  New rule produced :
% 48.36/48.57  [1283]
% 48.36/48.57  ifeq(axiom(or(A,or(not(or(or(B,C),X)),or(X,or(C,B))))),true,true,true) ->
% 48.36/48.57  true
% 48.36/48.57  Current number of equations to process: 690
% 48.36/48.57  Current number of ordered equations: 0
% 48.36/48.57  Current number of rules: 1266
% 48.36/48.57  New rule produced :
% 48.36/48.57  [1284]
% 48.36/48.57  theorem(or(A,or(B,or(not(or(or(C,X),or(C,X))),or(C,or(Y,X)))))) -> true
% 48.36/48.57  Current number of equations to process: 689
% 48.36/48.57  Current number of ordered equations: 0
% 48.36/48.57  Current number of rules: 1267
% 48.36/48.57  New rule produced :
% 48.36/48.57  [1285]
% 48.36/48.57  theorem(or(A,or(not(or(B,B)),or(not(or(not(B),or(C,X))),or(X,C))))) -> true
% 48.36/48.57  Current number of equations to process: 688
% 48.36/48.57  Current number of ordered equations: 0
% 48.36/48.57  Current number of rules: 1268
% 48.36/48.57  New rule produced :
% 48.36/48.57  [1286]
% 48.36/48.57  theorem(or(A,or(not(B),or(not(or(not(or(C,B)),or(X,Y))),or(Y,X))))) -> true
% 48.36/48.57  Current number of equations to process: 687
% 48.36/48.57  Current number of ordered equations: 0
% 48.36/48.57  Current number of rules: 1269
% 48.36/48.57  New rule produced :
% 48.36/48.57  [1287]
% 48.36/48.57  theorem(or(not(or(A,A)),or(not(or(not(or(B,A)),or(C,X))),or(X,C)))) -> true
% 48.36/48.57  Current number of equations to process: 686
% 48.36/48.57  Current number of ordered equations: 0
% 48.36/48.57  Current number of rules: 1270
% 48.36/48.57  New rule produced :
% 48.36/48.57  [1288]
% 48.36/48.57  theorem(or(not(A),or(not(or(not(or(B,or(C,A))),or(X,Y))),or(Y,X)))) -> true
% 48.36/48.57  Current number of equations to process: 685
% 48.36/48.57  Current number of ordered equations: 0
% 48.36/48.57  Current number of rules: 1271
% 48.36/48.57  New rule produced :
% 48.36/48.57  [1289]
% 48.36/48.57  theorem(or(A,or(not(or(B,or(or(C,X),Y))),or(B,or(Y,or(X,C)))))) -> true
% 50.55/50.76  Current number of equations to process: 684
% 50.55/50.76  Current number of ordered equations: 0
% 50.55/50.76  Current number of rules: 1272
% 50.55/50.76  New rule produced :
% 50.55/50.76  [1290]
% 50.55/50.76  ifeq(axiom(or(or(not(or(A,or(B,C))),or(A,or(C,B))),X)),true,true,true) ->
% 50.55/50.76  true
% 50.55/50.76  Current number of equations to process: 683
% 50.55/50.76  Current number of ordered equations: 0
% 50.55/50.76  Current number of rules: 1273
% 50.55/50.76  New rule produced :
% 50.55/50.76  [1291]
% 50.55/50.76  theorem(or(not(or(A,or(B,or(C,X)))),or(A,or(Y,or(B,or(X,C)))))) -> true
% 50.55/50.76  Current number of equations to process: 682
% 50.55/50.76  Current number of ordered equations: 0
% 50.55/50.76  Current number of rules: 1274
% 50.55/50.76  New rule produced :
% 50.55/50.76  [1292]
% 50.55/50.76  theorem(or(A,or(B,or(C,or(not(or(X,or(Y,Z))),or(X,or(Z,Y))))))) -> true
% 50.55/50.76  Current number of equations to process: 681
% 50.55/50.76  Current number of ordered equations: 0
% 50.55/50.76  Current number of rules: 1275
% 50.55/50.76  New rule produced :
% 50.55/50.76  [1293]
% 50.55/50.76  theorem(or(A,or(or(not(or(B,C)),or(not(or(not(C),X)),or(B,X))),Y))) -> true
% 50.55/50.76  Current number of equations to process: 680
% 50.55/50.76  Current number of ordered equations: 0
% 50.55/50.76  Current number of rules: 1276
% 50.55/50.76  New rule produced :
% 50.55/50.76  [1294]
% 50.55/50.76  theorem(or(A,or(not(or(B,C)),or(X,or(not(or(not(C),Y)),or(B,Y)))))) -> true
% 50.55/50.76  Current number of equations to process: 679
% 50.55/50.76  Current number of ordered equations: 0
% 50.55/50.76  Current number of rules: 1277
% 50.55/50.76  New rule produced :
% 50.55/50.76  [1295]
% 50.55/50.76  theorem(or(A,or(or(B,C),not(or(or(B,or(C,C)),or(B,or(C,C))))))) -> true
% 50.55/50.76  Current number of equations to process: 678
% 50.55/50.76  Current number of ordered equations: 0
% 50.55/50.76  Current number of rules: 1278
% 50.55/50.76  New rule produced :
% 50.55/50.76  [1296]
% 50.55/50.76  theorem(or(A,or(B,or(not(or(or(B,or(C,C)),or(B,or(C,C)))),C)))) -> true
% 50.55/50.76  Current number of equations to process: 677
% 50.55/50.76  Current number of ordered equations: 0
% 50.55/50.76  Current number of rules: 1279
% 50.55/50.76  New rule produced :
% 50.55/50.76  [1297]
% 50.55/50.76  theorem(or(A,or(or(B,or(C,or(X,Y))),not(or(B,or(C,or(Y,X))))))) -> true
% 50.55/50.76  Current number of equations to process: 676
% 50.55/50.76  Current number of ordered equations: 0
% 50.55/50.76  Current number of rules: 1280
% 50.55/50.76  New rule produced :
% 50.55/50.76  [1298]
% 50.55/50.76  theorem(or(A,or(B,or(not(or(B,or(C,or(X,Y)))),or(C,or(Y,X)))))) -> true
% 50.55/50.76  Current number of equations to process: 675
% 50.55/50.76  Current number of ordered equations: 0
% 50.55/50.76  Current number of rules: 1281
% 50.55/50.76  New rule produced :
% 50.55/50.76  [1299]
% 50.55/50.76  theorem(or(A,or(not(or(or(B,or(C,X)),Y)),or(Y,or(B,or(X,C)))))) -> true
% 50.55/50.76  Current number of equations to process: 674
% 50.55/50.76  Current number of ordered equations: 0
% 50.55/50.76  Current number of rules: 1282
% 50.55/50.76  New rule produced :
% 50.55/50.76  [1300]
% 50.55/50.76  theorem(or(or(or(A,B),C),not(or(or(A,or(C,B)),or(A,or(C,B)))))) -> true
% 50.55/50.76  Current number of equations to process: 680
% 50.55/50.76  Current number of ordered equations: 0
% 50.55/50.76  Current number of rules: 1283
% 50.55/50.76  New rule produced :
% 50.55/50.76  [1301]
% 50.55/50.76  theorem(or(or(A,B),or(not(or(or(A,or(C,B)),or(A,or(C,B)))),C))) -> true
% 50.55/50.76  Current number of equations to process: 679
% 50.55/50.76  Current number of ordered equations: 0
% 50.55/50.76  Current number of rules: 1284
% 50.55/50.76  New rule produced :
% 50.55/50.76  [1302]
% 50.55/50.76  theorem(or(or(A,or(or(B,C),not(or(B,X)))),not(or(A,or(not(X),C))))) -> true
% 50.55/50.76  Current number of equations to process: 687
% 50.55/50.76  Current number of ordered equations: 0
% 50.55/50.76  Current number of rules: 1285
% 50.55/50.76  New rule produced :
% 50.55/50.76  [1303]
% 50.55/50.76  theorem(or(A,or(not(or(A,or(not(B),C))),or(or(X,C),not(or(X,B)))))) -> true
% 50.55/50.76  Current number of equations to process: 686
% 50.55/50.76  Current number of ordered equations: 0
% 50.55/50.76  Current number of rules: 1286
% 50.55/50.76  New rule produced :
% 50.55/50.76  [1304]
% 50.55/50.76  theorem(or(not(or(or(not(A),B),C)),or(C,or(or(X,B),not(or(X,A)))))) -> true
% 50.55/50.76  Current number of equations to process: 685
% 50.55/50.76  Current number of ordered equations: 0
% 50.55/50.76  Current number of rules: 1287
% 50.55/50.76  New rule produced :
% 50.55/50.76  [1305]
% 50.55/50.76  theorem(or(or(A,or(or(not(or(B,C)),or(B,X)),not(or(not(C),X)))),Y)) -> true
% 50.55/50.76  Current number of equations to process: 686
% 50.55/50.76  Current number of ordered equations: 0
% 50.55/50.76  Current number of rules: 1288
% 50.55/50.76  New rule produced :
% 50.55/50.76  [1306]
% 50.55/50.76  theorem(or(or(A,or(B,or(not(or(C,not(X))),C))),not(or(A,or(B,X))))) -> true
% 50.55/50.76  Current number of equations to process: 695
% 50.55/50.76  Current number of ordered equations: 0
% 50.55/50.76  Current number of rules: 1289
% 50.55/50.76  New rule produced :
% 50.55/50.76  [1307]
% 50.55/50.76  theorem(or(A,or(not(or(A,or(B,C))),or(B,or(not(or(X,not(C))),X))))) -> true
% 50.55/50.76  Current number of equations to process: 694
% 50.55/50.76  Current number of ordered equations: 0
% 50.55/50.76  Current number of rules: 1290
% 50.55/50.76  New rule produced :
% 50.55/50.76  [1308]
% 50.55/50.76  theorem(or(not(or(or(A,B),C)),or(C,or(A,or(not(or(X,not(B))),X))))) -> true
% 54.50/54.75  Current number of equations to process: 693
% 54.50/54.75  Current number of ordered equations: 0
% 54.50/54.75  Current number of rules: 1291
% 54.50/54.75  New rule produced :
% 54.50/54.75  [1309]
% 54.50/54.75  theorem(or(or(A,or(not(or(B,not(C))),B)),not(or(or(A,C),or(A,C))))) -> true
% 54.50/54.75  Current number of equations to process: 699
% 54.50/54.75  Current number of ordered equations: 0
% 54.50/54.75  Current number of rules: 1292
% 54.50/54.75  New rule produced :
% 54.50/54.75  [1310]
% 54.50/54.75  theorem(or(A,or(not(or(or(A,B),or(A,B))),or(not(or(C,not(B))),C)))) -> true
% 54.50/54.75  Current number of equations to process: 698
% 54.50/54.75  Current number of ordered equations: 0
% 54.50/54.75  Current number of rules: 1293
% 54.50/54.75  New rule produced :
% 54.50/54.75  [1311]
% 54.50/54.75  theorem(or(or(A,or(not(or(B,not(or(C,X)))),B)),not(or(A,or(X,C))))) -> true
% 54.50/54.75  Current number of equations to process: 705
% 54.50/54.75  Current number of ordered equations: 0
% 54.50/54.75  Current number of rules: 1294
% 54.50/54.75  New rule produced :
% 54.50/54.75  [1312]
% 54.50/54.75  theorem(or(A,or(not(or(A,or(B,C))),or(not(or(X,not(or(C,B)))),X)))) -> true
% 54.50/54.75  Current number of equations to process: 704
% 54.50/54.75  Current number of ordered equations: 0
% 54.50/54.75  Current number of rules: 1295
% 54.50/54.75  New rule produced :
% 54.50/54.75  [1313]
% 54.50/54.75  theorem(or(not(or(or(A,B),C)),or(C,or(not(or(X,not(or(B,A)))),X)))) -> true
% 54.50/54.75  Current number of equations to process: 703
% 54.50/54.75  Current number of ordered equations: 0
% 54.50/54.75  Current number of rules: 1296
% 54.50/54.75  New rule produced :
% 54.50/54.75  [1314]
% 54.50/54.75  theorem(or(or(not(or(A,not(or(B,C)))),A),not(or(or(C,B),or(C,B))))) -> true
% 54.50/54.75  Current number of equations to process: 710
% 54.50/54.75  Current number of ordered equations: 0
% 54.50/54.75  Current number of rules: 1297
% 54.50/54.75  New rule produced :
% 54.50/54.75  [1315]
% 54.50/54.75  theorem(or(not(or(A,not(or(B,C)))),or(not(or(or(C,B),or(C,B))),A))) -> true
% 54.50/54.75  Current number of equations to process: 709
% 54.50/54.75  Current number of ordered equations: 0
% 54.50/54.75  Current number of rules: 1298
% 54.50/54.75  New rule produced :
% 54.50/54.75  [1316]
% 54.50/54.75  theorem(or(or(or(not(or(or(or(A,B),C),or(or(A,B),C))),C),B),A)) -> true
% 54.50/54.75  Current number of equations to process: 714
% 54.50/54.75  Current number of ordered equations: 0
% 54.50/54.75  Current number of rules: 1299
% 54.50/54.75  New rule produced :
% 54.50/54.75  [1317]
% 54.50/54.75  theorem(or(or(or(not(or(not(A),B)),or(not(or(C,A)),or(C,B))),X),Y)) -> true
% 54.50/54.75  Current number of equations to process: 721
% 54.50/54.75  Current number of ordered equations: 0
% 54.50/54.75  Current number of rules: 1300
% 54.50/54.75  New rule produced :
% 54.50/54.75  [1318]
% 54.50/54.75  ifeq(axiom(or(not(or(not(or(A,A)),not(or(not(A),not(A))))),B)),true,theorem(B),true)
% 54.50/54.75  -> true
% 54.50/54.75  Current number of equations to process: 720
% 54.50/54.75  Current number of ordered equations: 0
% 54.50/54.75  Current number of rules: 1301
% 54.50/54.75  New rule produced :
% 54.50/54.75  [1319]
% 54.50/54.75  ifeq(axiom(or(not(A),or(B,B))),true,theorem(or(not(A),not(or(not(B),not(B))))),true)
% 54.50/54.75  -> true
% 54.50/54.75  Current number of equations to process: 719
% 54.50/54.75  Current number of ordered equations: 0
% 54.50/54.75  Current number of rules: 1302
% 54.50/54.75  New rule produced :
% 54.50/54.75  [1320]
% 54.50/54.75  theorem(or(or(not(or(A,A)),or(not(or(B,or(not(A),C))),or(B,C))),X)) -> true
% 54.50/54.75  Current number of equations to process: 723
% 54.50/54.75  Current number of ordered equations: 0
% 54.50/54.75  Current number of rules: 1303
% 54.50/54.75  New rule produced :
% 54.50/54.75  [1321]
% 54.50/54.75  theorem(or(or(not(A),or(not(or(B,or(not(or(C,A)),X))),or(B,X))),Y)) -> true
% 54.50/54.75  Current number of equations to process: 726
% 54.50/54.75  Current number of ordered equations: 0
% 54.50/54.75  Current number of rules: 1304
% 54.50/54.75  New rule produced :
% 54.50/54.75  [1322]
% 54.50/54.75  theorem(or(or(not(or(A,or(not(or(B,C)),X))),or(A,X)),not(or(C,C)))) -> true
% 54.50/54.75  Current number of equations to process: 732
% 54.50/54.75  Current number of ordered equations: 0
% 54.50/54.75  Current number of rules: 1305
% 54.50/54.75  New rule produced :
% 54.50/54.75  [1323]
% 54.50/54.75  theorem(or(not(or(A,or(not(or(B,C)),X))),or(not(or(C,C)),or(A,X)))) -> true
% 54.50/54.75  Current number of equations to process: 731
% 54.50/54.75  Current number of ordered equations: 0
% 54.50/54.75  Current number of rules: 1306
% 54.50/54.75  New rule produced :
% 54.50/54.75  [1324]
% 54.50/54.75  theorem(or(or(not(or(A,or(not(or(B,or(C,X))),Y))),or(A,Y)),not(X))) -> true
% 54.50/54.75  Current number of equations to process: 737
% 54.50/54.75  Current number of ordered equations: 0
% 54.50/54.75  Current number of rules: 1307
% 54.50/54.75  New rule produced :
% 54.50/54.75  [1325]
% 54.50/54.75  theorem(or(not(or(A,or(not(or(B,or(C,X))),Y))),or(not(X),or(A,Y)))) -> true
% 54.50/54.75  Current number of equations to process: 736
% 54.50/54.75  Current number of ordered equations: 0
% 54.50/54.75  Current number of rules: 1308
% 54.50/54.75  New rule produced :
% 54.50/54.75  [1326]
% 54.50/54.75  theorem(or(or(A,or(not(or(not(B),C)),or(X,C))),not(or(A,or(B,X))))) -> true
% 54.50/54.75  Current number of equations to process: 745
% 54.50/54.75  Current number of ordered equations: 0
% 54.50/54.75  Current number of rules: 1309
% 54.50/54.75  New rule produced :
% 54.50/54.75  [1327]
% 62.46/62.64  theorem(or(A,or(not(or(A,or(B,C))),or(not(or(not(B),X)),or(C,X))))) -> true
% 62.46/62.64  Current number of equations to process: 744
% 62.46/62.64  Current number of ordered equations: 0
% 62.46/62.64  Current number of rules: 1310
% 62.46/62.64  New rule produced :
% 62.46/62.64  [1328]
% 62.46/62.64  theorem(or(not(or(or(A,B),C)),or(C,or(not(or(not(A),X)),or(B,X))))) -> true
% 62.46/62.64  Current number of equations to process: 743
% 62.46/62.64  Current number of ordered equations: 0
% 62.46/62.64  Current number of rules: 1311
% 62.46/62.64  New rule produced :
% 62.46/62.64  [1329]
% 62.46/62.64  theorem(or(or(not(or(not(A),B)),or(C,B)),not(or(or(A,C),or(A,C))))) -> true
% 62.46/62.64  Current number of equations to process: 749
% 62.46/62.64  Current number of ordered equations: 0
% 62.46/62.64  Current number of rules: 1312
% 62.46/62.64  New rule produced :
% 62.46/62.64  [1330]
% 62.46/62.64  theorem(or(not(or(not(A),B)),or(not(or(or(A,C),or(A,C))),or(C,B)))) -> true
% 62.46/62.64  Current number of equations to process: 748
% 62.46/62.64  Current number of ordered equations: 0
% 62.46/62.64  Current number of rules: 1313
% 62.46/62.64  New rule produced :
% 62.46/62.64  [1331]
% 62.46/62.64  theorem(or(or(A,or(B,or(C,X))),not(or(A,or(B,or(C,or(X,X))))))) -> true
% 62.46/62.64  Current number of equations to process: 753
% 62.46/62.64  Current number of ordered equations: 0
% 62.46/62.64  Current number of rules: 1314
% 62.46/62.64  New rule produced :
% 62.46/62.64  [1332]
% 62.46/62.64  theorem(or(A,or(not(or(A,or(B,or(C,or(X,X))))),or(B,or(C,X))))) -> true
% 62.46/62.64  Current number of equations to process: 752
% 62.46/62.64  Current number of ordered equations: 0
% 62.46/62.64  Current number of rules: 1315
% 62.46/62.64  New rule produced :
% 62.46/62.64  [1333]
% 62.46/62.64  theorem(or(not(or(or(A,or(B,or(C,C))),X)),or(X,or(A,or(B,C))))) -> true
% 62.46/62.64  Current number of equations to process: 751
% 62.46/62.64  Current number of ordered equations: 0
% 62.46/62.64  Current number of rules: 1316
% 62.46/62.64  New rule produced :
% 62.46/62.64  [1334]
% 62.46/62.64  theorem(or(not(or(A,B)),not(or(not(or(C,or(B,A))),not(or(C,or(B,A))))))) ->
% 62.46/62.64  true
% 62.46/62.64  Current number of equations to process: 750
% 62.46/62.64  Current number of ordered equations: 0
% 62.46/62.64  Current number of rules: 1317
% 62.46/62.64  New rule produced :
% 62.46/62.64  [1335] theorem(or(not(or(A,or(or(B,B),C))),or(or(A,C),B))) -> true
% 62.46/62.64  Current number of equations to process: 750
% 62.46/62.64  Current number of ordered equations: 0
% 62.46/62.64  Current number of rules: 1318
% 62.46/62.64  New rule produced :
% 62.46/62.64  [1336]
% 62.46/62.64  theorem(or(or(A,or(B,or(C,or(X,Y)))),not(or(A,or(B,or(C,Y)))))) -> true
% 62.46/62.64  Current number of equations to process: 757
% 62.46/62.64  Current number of ordered equations: 0
% 62.46/62.64  Current number of rules: 1319
% 62.46/62.64  New rule produced :
% 62.46/62.64  [1337]
% 62.46/62.64  theorem(or(A,or(not(or(A,or(B,or(C,X)))),or(B,or(C,or(Y,X)))))) -> true
% 62.46/62.64  Current number of equations to process: 756
% 62.46/62.64  Current number of ordered equations: 0
% 62.46/62.64  Current number of rules: 1320
% 62.46/62.64  New rule produced :
% 62.46/62.64  [1338]
% 62.46/62.64  theorem(or(not(or(or(A,or(B,C)),X)),or(X,or(A,or(B,or(Y,C)))))) -> true
% 62.46/62.64  Current number of equations to process: 755
% 62.46/62.64  Current number of ordered equations: 0
% 62.46/62.64  Current number of rules: 1321
% 62.46/62.64  New rule produced :
% 62.46/62.64  [1339]
% 62.46/62.64  theorem(or(not(or(A,or(B,C))),or(A,not(or(not(or(C,B)),not(or(C,B))))))) ->
% 62.46/62.64  true
% 62.46/62.64  Current number of equations to process: 754
% 62.46/62.64  Current number of ordered equations: 0
% 62.46/62.64  Current number of rules: 1322
% 62.46/62.64  New rule produced :
% 62.46/62.64  [1340]
% 62.46/62.64  theorem(or(not(or(or(A,B),or(A,B))),not(or(not(or(B,A)),not(or(B,A)))))) ->
% 62.46/62.64  true
% 62.46/62.64  Current number of equations to process: 753
% 62.46/62.64  Current number of ordered equations: 0
% 62.46/62.64  Current number of rules: 1323
% 62.46/62.64  New rule produced :
% 62.46/62.64  [1341] theorem(or(not(or(A,or(B,C))),or(or(A,C),or(X,B)))) -> true
% 62.46/62.64  Current number of equations to process: 752
% 62.46/62.64  Current number of ordered equations: 0
% 62.46/62.64  Current number of rules: 1324
% 62.46/62.64  New rule produced :
% 62.46/62.64  [1342] theorem(or(not(or(not(A),B)),or(or(C,B),or(X,not(or(C,A)))))) -> true
% 62.46/62.64  Current number of equations to process: 752
% 62.46/62.64  Current number of ordered equations: 0
% 62.46/62.64  Current number of rules: 1325
% 62.46/62.64  New rule produced :
% 62.46/62.64  [1343]
% 62.46/62.64  theorem(or(or(A,or(B,or(C,X))),not(or(A,or(or(B,X),or(B,X)))))) -> true
% 62.46/62.64  Current number of equations to process: 761
% 62.46/62.64  Current number of ordered equations: 0
% 62.46/62.64  Current number of rules: 1326
% 62.46/62.64  New rule produced :
% 62.46/62.64  [1344]
% 62.46/62.64  theorem(or(A,or(not(or(A,or(or(B,C),or(B,C)))),or(B,or(X,C))))) -> true
% 62.46/62.64  Current number of equations to process: 760
% 62.46/62.64  Current number of ordered equations: 0
% 62.46/62.64  Current number of rules: 1327
% 62.46/62.64  New rule produced :
% 62.46/62.64  [1345]
% 62.46/62.64  theorem(or(not(or(or(or(A,B),or(A,B)),C)),or(C,or(A,or(X,B))))) -> true
% 62.46/62.64  Current number of equations to process: 759
% 62.46/62.64  Current number of ordered equations: 0
% 62.46/62.64  Current number of rules: 1328
% 62.46/62.64  New rule produced :
% 62.46/62.64  [1346]
% 62.46/62.64  theorem(or(or(A,or(not(or(not(B),or(C,X))),or(X,C))),not(or(A,B)))) -> true
% 66.03/66.24  Current number of equations to process: 766
% 66.03/66.24  Current number of ordered equations: 0
% 66.03/66.24  Current number of rules: 1329
% 66.03/66.24  New rule produced :
% 66.03/66.24  [1347]
% 66.03/66.24  theorem(or(A,or(not(or(A,B)),or(not(or(not(B),or(C,X))),or(X,C))))) -> true
% 66.03/66.24  Current number of equations to process: 765
% 66.03/66.24  Current number of ordered equations: 0
% 66.03/66.24  Current number of rules: 1330
% 66.03/66.24  New rule produced :
% 66.03/66.24  [1348]
% 66.03/66.24  theorem(or(not(or(A,B)),or(B,or(not(or(not(A),or(C,X))),or(X,C))))) -> true
% 66.03/66.24  Current number of equations to process: 764
% 66.03/66.24  Current number of ordered equations: 0
% 66.03/66.24  Current number of rules: 1331
% 66.03/66.24  New rule produced :
% 66.03/66.24  [1349] theorem(or(not(A),or(not(or(not(or(A,B)),or(C,X))),or(X,C)))) -> true
% 66.03/66.24  Current number of equations to process: 769
% 66.03/66.24  Current number of ordered equations: 0
% 66.03/66.24  Current number of rules: 1332
% 66.03/66.24  New rule produced :
% 66.03/66.24  [1350]
% 66.03/66.24  theorem(or(or(not(or(not(or(A,B)),or(C,X))),or(X,C)),not(or(B,A)))) -> true
% 66.03/66.24  Current number of equations to process: 770
% 66.03/66.24  Current number of ordered equations: 0
% 66.03/66.24  Current number of rules: 1333
% 66.03/66.24  New rule produced :
% 66.03/66.24  [1351]
% 66.03/66.24  theorem(or(not(or(not(or(A,B)),or(C,X))),or(not(or(B,A)),or(X,C)))) -> true
% 66.03/66.24  Current number of equations to process: 769
% 66.03/66.24  Current number of ordered equations: 0
% 66.03/66.24  Current number of rules: 1334
% 66.03/66.24  New rule produced :
% 66.03/66.24  [1352]
% 66.03/66.24  theorem(or(or(A,or(B,C)),not(or(or(or(C,B),A),or(or(C,B),A))))) -> true
% 66.03/66.24  Current number of equations to process: 773
% 66.03/66.24  Current number of ordered equations: 0
% 66.03/66.24  Current number of rules: 1335
% 66.03/66.24  New rule produced :
% 66.03/66.24  [1353]
% 66.03/66.24  theorem(or(A,or(not(or(or(or(B,C),A),or(or(B,C),A))),or(C,B)))) -> true
% 66.03/66.24  Current number of equations to process: 772
% 66.03/66.24  Current number of ordered equations: 0
% 66.03/66.24  Current number of rules: 1336
% 66.03/66.24  New rule produced :
% 66.03/66.24  [1354]
% 66.03/66.24  theorem(or(or(A,or(not(or(B,C)),or(not(or(not(C),X)),or(B,X)))),Y)) -> true
% 66.03/66.24  Current number of equations to process: 779
% 66.03/66.24  Current number of ordered equations: 0
% 66.03/66.24  Current number of rules: 1337
% 66.03/66.24  New rule produced :
% 66.03/66.24  [1355]
% 66.03/66.24  theorem(or(not(or(or(not(A),B),or(not(A),B))),or(or(C,B),not(or(C,A))))) ->
% 66.03/66.24  true
% 66.03/66.24  Current number of equations to process: 778
% 66.03/66.24  Current number of ordered equations: 0
% 66.03/66.24  Current number of rules: 1338
% 66.03/66.24  New rule produced :
% 66.03/66.24  [1356]
% 66.03/66.24  theorem(or(or(not(or(or(A,or(B,B)),or(A,or(B,B)))),or(A,B)),C)) -> true
% 66.03/66.24  Current number of equations to process: 782
% 66.03/66.24  Current number of ordered equations: 0
% 66.03/66.24  Current number of rules: 1339
% 66.03/66.24  New rule produced :
% 66.03/66.24  [1357] theorem(or(A,or(or(B,or(C,X)),not(or(B,or(X,X)))))) -> true
% 66.03/66.24  Current number of equations to process: 787
% 66.03/66.24  Current number of ordered equations: 0
% 66.03/66.24  Current number of rules: 1340
% 66.03/66.24  New rule produced :
% 66.03/66.24  [1358] theorem(or(or(not(or(A,or(B,B))),or(C,B)),A)) -> true
% 66.03/66.24  Current number of equations to process: 792
% 66.03/66.24  Current number of ordered equations: 0
% 66.03/66.24  Current number of rules: 1341
% 66.03/66.24  New rule produced :
% 66.03/66.24  [1359] theorem(or(A,or(B,or(not(or(B,or(C,C))),or(X,C))))) -> true
% 66.03/66.24  Current number of equations to process: 794
% 66.03/66.24  Current number of ordered equations: 0
% 66.03/66.24  Current number of rules: 1342
% 66.03/66.24  New rule produced :
% 66.03/66.24  [1360] theorem(or(or(A,or(B,C)),not(or(or(C,C),A)))) -> true
% 66.03/66.24  Current number of equations to process: 798
% 66.03/66.24  Current number of ordered equations: 0
% 66.03/66.24  Current number of rules: 1343
% 66.03/66.24  New rule produced :
% 66.03/66.24  [1361] theorem(or(A,or(not(or(or(B,B),A)),or(C,B)))) -> true
% 66.03/66.24  Current number of equations to process: 798
% 66.03/66.24  Current number of ordered equations: 0
% 66.03/66.24  Current number of rules: 1344
% 66.03/66.24  New rule produced :
% 66.03/66.24  [1362] theorem(or(A,or(not(or(or(B,B),C)),or(C,or(X,B))))) -> true
% 66.03/66.24  Current number of equations to process: 798
% 66.03/66.24  Current number of ordered equations: 0
% 66.03/66.24  Current number of rules: 1345
% 66.03/66.24  New rule produced :
% 66.03/66.24  [1363]
% 66.03/66.24  ifeq(axiom(or(or(A,or(B,C)),not(or(A,or(C,C))))),true,true,true) -> true
% 66.03/66.24  Current number of equations to process: 800
% 66.03/66.24  Current number of ordered equations: 0
% 66.03/66.24  Current number of rules: 1346
% 66.03/66.24  New rule produced :
% 66.03/66.24  [1364]
% 66.03/66.24  ifeq(axiom(or(A,or(not(or(A,or(B,B))),or(C,B)))),true,true,true) -> true
% 66.03/66.24  Current number of equations to process: 799
% 66.03/66.24  Current number of ordered equations: 0
% 66.03/66.24  Current number of rules: 1347
% 66.03/66.24  New rule produced :
% 66.03/66.24  [1365] theorem(or(not(or(A,A)),or(not(or(not(A),or(B,B))),or(C,B)))) -> true
% 66.03/66.24  Current number of equations to process: 798
% 66.03/66.24  Current number of ordered equations: 0
% 66.03/66.24  Current number of rules: 1348
% 69.10/69.30  New rule produced :
% 69.10/69.30  [1366] theorem(or(not(A),or(not(or(not(or(B,A)),or(C,C))),or(X,C)))) -> true
% 69.10/69.30  Current number of equations to process: 797
% 69.10/69.30  Current number of ordered equations: 0
% 69.10/69.30  Current number of rules: 1349
% 69.10/69.30  New rule produced :
% 69.10/69.30  [1367] theorem(or(not(or(A,or(or(B,B),C))),or(A,or(C,or(X,B))))) -> true
% 69.10/69.30  Current number of equations to process: 796
% 69.10/69.30  Current number of ordered equations: 0
% 69.10/69.30  Current number of rules: 1350
% 69.10/69.30  New rule produced :
% 69.10/69.30  [1368] theorem(or(or(not(or(A,or(B,B))),or(A,or(C,B))),X)) -> true
% 69.10/69.30  Current number of equations to process: 798
% 69.10/69.30  Current number of ordered equations: 0
% 69.10/69.30  Current number of rules: 1351
% 69.10/69.30  New rule produced :
% 69.10/69.30  [1369] theorem(or(not(or(A,or(B,B))),or(C,or(A,or(X,B))))) -> true
% 69.10/69.30  Current number of equations to process: 797
% 69.10/69.30  Current number of ordered equations: 0
% 69.10/69.30  Current number of rules: 1352
% 69.10/69.30  New rule produced :
% 69.10/69.30  [1370] ifeq(axiom(or(A,or(or(B,C),not(or(C,C))))),true,true,true) -> true
% 69.10/69.30  Current number of equations to process: 799
% 69.10/69.30  Current number of ordered equations: 0
% 69.10/69.30  Current number of rules: 1353
% 69.10/69.30  New rule produced : [1371] theorem(or(or(or(A,B),not(or(B,B))),C)) -> true
% 69.10/69.30  Current number of equations to process: 800
% 69.10/69.30  Current number of ordered equations: 0
% 69.10/69.30  Current number of rules: 1354
% 69.10/69.30  New rule produced : [1372] theorem(or(or(A,B),or(C,not(or(B,B))))) -> true
% 69.10/69.30  Current number of equations to process: 800
% 69.10/69.30  Current number of ordered equations: 0
% 69.10/69.30  Current number of rules: 1355
% 69.10/69.30  New rule produced :
% 69.10/69.30  [1373] theorem(or(A,or(B,or(or(C,X),not(or(X,X)))))) -> true
% 69.10/69.30  Current number of equations to process: 799
% 69.10/69.30  Current number of ordered equations: 0
% 69.10/69.30  Current number of rules: 1356
% 69.10/69.30  New rule produced :
% 69.10/69.30  [1374] theorem(or(A,or(B,or(not(or(C,or(X,X))),or(C,or(Y,X)))))) -> true
% 69.10/69.30  Current number of equations to process: 797
% 69.10/69.30  Current number of ordered equations: 0
% 69.10/69.30  Current number of rules: 1357
% 69.10/69.30  New rule produced :
% 69.10/69.30  [1375] ifeq(axiom(or(or(not(or(A,A)),or(B,A)),C)),true,true,true) -> true
% 69.10/69.30  Current number of equations to process: 798
% 69.10/69.30  Current number of ordered equations: 0
% 69.10/69.30  Current number of rules: 1358
% 69.10/69.30  New rule produced :
% 69.10/69.30  [1376] theorem(or(A,or(or(not(or(B,B)),or(C,B)),X))) -> true
% 69.10/69.30  Current number of equations to process: 798
% 69.10/69.30  Current number of ordered equations: 0
% 69.10/69.30  Current number of rules: 1359
% 69.10/69.30  New rule produced :
% 69.10/69.30  [1377] theorem(or(or(A,or(not(or(B,B)),or(C,B))),X)) -> true
% 69.10/69.30  Current number of equations to process: 802
% 69.10/69.30  Current number of ordered equations: 0
% 69.10/69.30  Current number of rules: 1360
% 69.10/69.30  New rule produced :
% 69.10/69.30  [1378] theorem(or(A,or(B,or(C,or(not(or(X,X)),or(Y,X)))))) -> true
% 69.10/69.30  Current number of equations to process: 801
% 69.10/69.30  Current number of ordered equations: 0
% 69.10/69.30  Current number of rules: 1361
% 69.10/69.30  New rule produced :
% 69.10/69.30  [1379] theorem(or(A,or(or(B,C),not(or(or(C,C),or(C,C)))))) -> true
% 69.10/69.30  Current number of equations to process: 803
% 69.10/69.30  Current number of ordered equations: 0
% 69.10/69.30  Current number of rules: 1362
% 69.10/69.30  New rule produced :
% 69.10/69.30  [1380]
% 69.10/69.30  ifeq(axiom(or(A,or(B,or(not(or(C,C)),or(X,C))))),true,true,true) -> true
% 69.10/69.30  Current number of equations to process: 805
% 69.10/69.30  Current number of ordered equations: 0
% 69.10/69.30  Current number of rules: 1363
% 69.10/69.30  New rule produced :
% 69.10/69.30  [1381]
% 69.10/69.30  ifeq(axiom(or(or(A,B),not(or(or(B,B),or(B,B))))),true,true,true) -> true
% 69.10/69.30  Current number of equations to process: 804
% 69.10/69.30  Current number of ordered equations: 0
% 69.10/69.30  Current number of rules: 1364
% 69.10/69.30  New rule produced :
% 69.10/69.30  [1382] theorem(or(or(not(or(or(A,A),or(A,A))),or(B,A)),C)) -> true
% 69.10/69.30  Current number of equations to process: 805
% 69.10/69.30  Current number of ordered equations: 0
% 69.10/69.30  Current number of rules: 1365
% 69.10/69.30  New rule produced :
% 69.10/69.30  [1383] theorem(or(A,or(B,or(not(or(or(C,C),or(C,C))),or(X,C))))) -> true
% 69.10/69.30  Current number of equations to process: 806
% 69.10/69.30  Current number of ordered equations: 0
% 69.10/69.30  Current number of rules: 1366
% 69.10/69.30  New rule produced :
% 69.10/69.30  [1384] theorem(or(or(A,or(B,or(C,X))),not(or(A,or(B,or(X,X)))))) -> true
% 69.10/69.30  Current number of equations to process: 810
% 69.10/69.30  Current number of ordered equations: 0
% 69.10/69.30  Current number of rules: 1367
% 69.10/69.30  New rule produced :
% 69.10/69.30  [1385] theorem(or(A,or(not(or(A,or(B,or(C,C)))),or(B,or(X,C))))) -> true
% 69.10/69.30  Current number of equations to process: 809
% 69.10/69.30  Current number of ordered equations: 0
% 69.10/69.30  Current number of rules: 1368
% 69.10/69.30  New rule produced :
% 69.10/69.30  [1386] theorem(or(not(or(or(A,or(B,B)),C)),or(C,or(A,or(X,B))))) -> true
% 73.56/73.76  Current number of equations to process: 808
% 73.56/73.76  Current number of ordered equations: 0
% 73.56/73.76  Current number of rules: 1369
% 73.56/73.76  New rule produced :
% 73.56/73.76  [1387] theorem(or(or(A,or(B,C)),not(or(A,or(or(C,C),or(C,C)))))) -> true
% 73.56/73.76  Current number of equations to process: 815
% 73.56/73.76  Current number of ordered equations: 0
% 73.56/73.76  Current number of rules: 1370
% 73.56/73.76  New rule produced :
% 73.56/73.76  [1388] theorem(or(A,or(not(or(A,or(or(B,B),or(B,B)))),or(C,B)))) -> true
% 73.56/73.76  Current number of equations to process: 814
% 73.56/73.76  Current number of ordered equations: 0
% 73.56/73.76  Current number of rules: 1371
% 73.56/73.76  New rule produced :
% 73.56/73.76  [1389] theorem(or(not(or(or(or(A,A),or(A,A)),B)),or(B,or(C,A)))) -> true
% 73.56/73.76  Current number of equations to process: 813
% 73.56/73.76  Current number of ordered equations: 0
% 73.56/73.76  Current number of rules: 1372
% 73.56/73.76  New rule produced :
% 73.56/73.76  [1390] theorem(or(A,or(or(B,C),not(or(B,or(or(C,C),or(C,C))))))) -> true
% 73.56/73.76  Current number of equations to process: 818
% 73.56/73.76  Current number of ordered equations: 0
% 73.56/73.76  Current number of rules: 1373
% 73.56/73.76  New rule produced :
% 73.56/73.76  [1391] theorem(or(or(not(or(A,or(or(B,B),or(B,B)))),B),A)) -> true
% 73.56/73.77  Current number of equations to process: 822
% 73.56/73.77  Current number of ordered equations: 0
% 73.56/73.77  Current number of rules: 1374
% 73.56/73.77  New rule produced :
% 73.56/73.77  [1392] theorem(or(A,or(B,or(not(or(B,or(or(C,C),or(C,C)))),C)))) -> true
% 73.56/73.77  Current number of equations to process: 824
% 73.56/73.77  Current number of ordered equations: 0
% 73.56/73.77  Current number of rules: 1375
% 73.56/73.77  New rule produced :
% 73.56/73.77  [1393] theorem(or(or(A,B),not(or(or(or(B,B),or(B,B)),A)))) -> true
% 73.56/73.77  Current number of equations to process: 828
% 73.56/73.77  Current number of ordered equations: 0
% 73.56/73.77  Current number of rules: 1376
% 73.56/73.77  New rule produced :
% 73.56/73.77  [1394] theorem(or(A,or(not(or(or(or(B,B),or(B,B)),A)),B))) -> true
% 73.56/73.77  Current number of equations to process: 827
% 73.56/73.77  Current number of ordered equations: 0
% 73.56/73.77  Current number of rules: 1377
% 73.56/73.77  New rule produced :
% 73.56/73.77  [1395] theorem(or(A,or(not(or(or(or(B,B),or(B,B)),C)),or(C,B)))) -> true
% 73.56/73.77  Current number of equations to process: 826
% 73.56/73.77  Current number of ordered equations: 0
% 73.56/73.77  Current number of rules: 1378
% 73.56/73.77  New rule produced :
% 73.56/73.77  [1396] theorem(or(or(A,not(or(or(A,A),or(A,A)))),B)) -> true
% 73.56/73.77  Current number of equations to process: 830
% 73.56/73.77  Current number of ordered equations: 0
% 73.56/73.77  Current number of rules: 1379
% 73.56/73.77  New rule produced :
% 73.56/73.77  [1397] theorem(or(A,or(B,not(or(or(A,A),or(A,A)))))) -> true
% 73.56/73.77  Current number of equations to process: 830
% 73.56/73.77  Current number of ordered equations: 0
% 73.56/73.77  Current number of rules: 1380
% 73.56/73.77  New rule produced :
% 73.56/73.77  [1398] theorem(or(A,or(B,or(C,not(or(or(C,C),or(C,C))))))) -> true
% 73.56/73.77  Current number of equations to process: 829
% 73.56/73.77  Current number of ordered equations: 0
% 73.56/73.77  Current number of rules: 1381
% 73.56/73.77  New rule produced :
% 73.56/73.77  [1399] theorem(or(A,or(or(not(or(or(B,B),or(B,B))),B),C))) -> true
% 73.56/73.77  Current number of equations to process: 831
% 73.56/73.77  Current number of ordered equations: 0
% 73.56/73.77  Current number of rules: 1382
% 73.56/73.77  New rule produced :
% 73.56/73.77  [1400]
% 73.56/73.77  ifeq(axiom(or(A,or(B,not(or(or(B,B),or(B,B)))))),true,true,true) -> true
% 73.56/73.77  Current number of equations to process: 833
% 73.56/73.77  Current number of ordered equations: 0
% 73.56/73.77  Current number of rules: 1383
% 73.56/73.77  New rule produced :
% 73.56/73.77  [1401]
% 73.56/73.77  ifeq(axiom(or(or(not(or(or(A,A),or(A,A))),A),B)),true,true,true) -> true
% 73.56/73.77  Current number of equations to process: 832
% 73.56/73.77  Current number of ordered equations: 0
% 73.56/73.77  Current number of rules: 1384
% 73.56/73.77  New rule produced :
% 73.56/73.77  [1402] theorem(or(or(A,or(not(or(or(B,B),or(B,B))),B)),C)) -> true
% 73.56/73.77  Current number of equations to process: 833
% 73.56/73.77  Current number of ordered equations: 0
% 73.56/73.77  Current number of rules: 1385
% 73.56/73.77  New rule produced :
% 73.56/73.77  [1403] theorem(or(A,or(B,or(C,or(not(or(or(X,X),or(X,X))),X))))) -> true
% 73.56/73.77  Current number of equations to process: 835
% 73.56/73.77  Current number of ordered equations: 0
% 73.56/73.77  Current number of rules: 1386
% 73.56/73.77  New rule produced :
% 73.56/73.77  [1404] theorem(or(or(or(A,B),not(or(or(B,A),or(B,A)))),C)) -> true
% 73.56/73.77  Current number of equations to process: 837
% 73.56/73.77  Current number of ordered equations: 0
% 73.56/73.77  Current number of rules: 1387
% 73.56/73.77  New rule produced :
% 73.56/73.77  [1405] theorem(or(or(A,B),or(C,not(or(or(B,A),or(B,A)))))) -> true
% 73.56/73.77  Current number of equations to process: 836
% 73.56/73.77  Current number of ordered equations: 0
% 73.56/73.77  Current number of rules: 1388
% 73.56/73.77  New rule produced :
% 73.56/73.77  [1406] theorem(or(A,or(or(not(or(or(B,C),or(B,C))),B),C))) -> true
% 75.82/76.03  Current number of equations to process: 839
% 75.82/76.03  Current number of ordered equations: 0
% 75.82/76.03  Current number of rules: 1389
% 75.82/76.03  New rule produced :
% 75.82/76.03  [1407] theorem(or(A,or(B,or(or(C,X),not(or(or(X,C),or(X,C))))))) -> true
% 75.82/76.03  Current number of equations to process: 841
% 75.82/76.03  Current number of ordered equations: 0
% 75.82/76.03  Current number of rules: 1390
% 75.82/76.03  New rule produced :
% 75.82/76.03  [1408]
% 75.82/76.03  ifeq(axiom(or(or(not(or(or(A,B),or(A,B))),A),B)),true,true,true) -> true
% 75.82/76.03  Current number of equations to process: 840
% 75.82/76.03  Current number of ordered equations: 0
% 75.82/76.03  Current number of rules: 1391
% 75.82/76.03  New rule produced :
% 75.82/76.03  [1409] theorem(or(or(A,or(not(or(or(B,A),or(B,A))),B)),C)) -> true
% 75.82/76.03  Current number of equations to process: 842
% 75.82/76.03  Current number of ordered equations: 0
% 75.82/76.03  Current number of rules: 1392
% 75.82/76.03  New rule produced :
% 75.82/76.03  [1410] theorem(or(A,or(B,or(not(or(or(C,A),or(C,A))),C)))) -> true
% 75.82/76.03  Current number of equations to process: 841
% 75.82/76.03  Current number of ordered equations: 0
% 75.82/76.03  Current number of rules: 1393
% 75.82/76.03  New rule produced :
% 75.82/76.03  [1411] theorem(or(not(or(A,or(B,C))),or(A,or(B,not(not(C)))))) -> true
% 75.82/76.03  Current number of equations to process: 842
% 75.82/76.03  Current number of ordered equations: 0
% 75.82/76.03  Current number of rules: 1394
% 75.82/76.03  New rule produced :
% 75.82/76.03  [1412] theorem(or(or(A,not(not(B))),not(or(A,B)))) -> true
% 75.82/76.03  Current number of equations to process: 844
% 75.82/76.03  Current number of ordered equations: 0
% 75.82/76.03  Current number of rules: 1395
% 75.82/76.03  New rule produced :
% 75.82/76.03  [1413] theorem(or(A,or(not(or(A,B)),not(not(B))))) -> true
% 75.82/76.03  Current number of equations to process: 844
% 75.82/76.03  Current number of ordered equations: 0
% 75.82/76.03  Current number of rules: 1396
% 75.82/76.03  New rule produced : [1414] theorem(or(not(A),or(B,not(not(A))))) -> true
% 75.82/76.03  Current number of equations to process: 845
% 75.82/76.03  Current number of ordered equations: 0
% 75.82/76.03  Current number of rules: 1397
% 75.82/76.03  New rule produced :
% 75.82/76.03  [1415] theorem(or(A,or(not(or(B,C)),or(B,not(not(C)))))) -> true
% 75.82/76.03  Current number of equations to process: 844
% 75.82/76.03  Current number of ordered equations: 0
% 75.82/76.03  Current number of rules: 1398
% 75.82/76.03  New rule produced :
% 75.82/76.03  [1416] theorem(or(not(or(A,B)),or(B,not(not(A))))) -> true
% 75.82/76.03  Current number of equations to process: 844
% 75.82/76.03  Current number of ordered equations: 0
% 75.82/76.03  Current number of rules: 1399
% 75.82/76.03  New rule produced :
% 75.82/76.03  [1417] ifeq(axiom(or(A,or(B,not(B)))),true,true,true) -> true
% 75.82/76.03  Current number of equations to process: 846
% 75.82/76.03  Current number of ordered equations: 0
% 75.82/76.03  Current number of rules: 1400
% 75.82/76.03  New rule produced :
% 75.82/76.03  [1418] theorem(or(not(or(A,B)),or(A,or(C,not(C))))) -> true
% 75.82/76.03  Current number of equations to process: 845
% 75.82/76.03  Current number of ordered equations: 0
% 75.82/76.03  Current number of rules: 1401
% 75.82/76.03  New rule produced : [1419] theorem(or(or(A,not(A)),B)) -> true
% 75.82/76.03  Current number of equations to process: 846
% 75.82/76.03  Current number of ordered equations: 0
% 75.82/76.03  Current number of rules: 1402
% 75.82/76.03  New rule produced : [1420] theorem(or(A,or(B,or(C,not(C))))) -> true
% 75.82/76.03  Rule [1418] theorem(or(not(or(A,B)),or(A,or(C,not(C))))) -> true collapsed.
% 75.82/76.03  Current number of equations to process: 845
% 75.82/76.03  Current number of ordered equations: 0
% 75.82/76.03  Current number of rules: 1402
% 75.82/76.03  New rule produced : [1421] theorem(or(A,or(B,not(A)))) -> true
% 75.82/76.03  Rule [1414] theorem(or(not(A),or(B,not(not(A))))) -> true collapsed.
% 75.82/76.03  Current number of equations to process: 845
% 75.82/76.03  Current number of ordered equations: 0
% 75.82/76.03  Current number of rules: 1402
% 75.82/76.03  New rule produced :
% 75.82/76.03  [1422] theorem(or(not(or(A,or(B,B))),or(A,not(not(B))))) -> true
% 75.82/76.03  Current number of equations to process: 846
% 75.82/76.03  Current number of ordered equations: 0
% 75.82/76.03  Current number of rules: 1403
% 75.82/76.03  New rule produced :
% 75.82/76.03  [1423] theorem(or(A,or(not(or(B,B)),not(not(B))))) -> true
% 75.82/76.03  Current number of equations to process: 847
% 75.82/76.03  Current number of ordered equations: 0
% 75.82/76.03  Current number of rules: 1404
% 75.82/76.03  New rule produced :
% 75.82/76.03  [1424] theorem(or(not(or(or(A,A),or(A,A))),not(not(A)))) -> true
% 75.82/76.03  Current number of equations to process: 847
% 75.82/76.03  Current number of ordered equations: 0
% 75.82/76.03  Current number of rules: 1405
% 75.82/76.03  New rule produced :
% 75.82/76.03  [1425] theorem(or(not(or(A,B)),or(A,not(not(or(C,B)))))) -> true
% 75.82/76.03  Current number of equations to process: 848
% 75.82/76.03  Current number of ordered equations: 0
% 75.82/76.03  Current number of rules: 1406
% 75.82/76.03  New rule produced :
% 75.82/76.03  [1426] theorem(or(A,or(not(B),not(not(or(C,B)))))) -> true
% 75.82/76.03  Current number of equations to process: 849
% 75.82/76.03  Current number of ordered equations: 0
% 79.16/79.37  Current number of rules: 1407
% 79.16/79.37  New rule produced :
% 79.16/79.37  [1427] theorem(or(not(or(A,A)),not(not(or(B,A))))) -> true
% 79.16/79.37  Current number of equations to process: 849
% 79.16/79.37  Current number of ordered equations: 0
% 79.16/79.37  Current number of rules: 1408
% 79.16/79.37  New rule produced :
% 79.16/79.37  [1428] theorem(or(not(A),not(not(or(B,or(C,A)))))) -> true
% 79.16/79.37  Current number of equations to process: 849
% 79.16/79.37  Current number of ordered equations: 0
% 79.16/79.37  Current number of rules: 1409
% 79.16/79.37  New rule produced :
% 79.16/79.37  [1429] theorem(or(not(or(A,B)),not(not(or(C,or(B,A)))))) -> true
% 79.16/79.37  Current number of equations to process: 849
% 79.16/79.37  Current number of ordered equations: 0
% 79.16/79.37  Current number of rules: 1410
% 79.16/79.37  New rule produced :
% 79.16/79.37  [1430] theorem(or(not(or(or(A,B),or(A,B))),or(A,not(not(B))))) -> true
% 79.16/79.37  Current number of equations to process: 850
% 79.16/79.37  Current number of ordered equations: 0
% 79.16/79.37  Current number of rules: 1411
% 79.16/79.37  New rule produced :
% 79.16/79.37  [1431]
% 79.16/79.37  ifeq(axiom(or(not(or(A,or(B,not(B)))),C)),true,theorem(C),true) -> true
% 79.16/79.37  Current number of equations to process: 849
% 79.16/79.37  Current number of ordered equations: 0
% 79.16/79.37  Current number of rules: 1412
% 79.16/79.37  New rule produced :
% 79.16/79.37  [1432] theorem(or(not(or(A,or(B,C))),or(A,not(not(or(C,B)))))) -> true
% 79.16/79.37  Current number of equations to process: 848
% 79.16/79.37  Current number of ordered equations: 0
% 79.16/79.37  Current number of rules: 1413
% 79.16/79.37  New rule produced : [1433] theorem(or(not(A),not(not(or(A,B))))) -> true
% 79.16/79.37  Current number of equations to process: 851
% 79.16/79.37  Current number of ordered equations: 0
% 79.16/79.37  Current number of rules: 1414
% 79.16/79.37  New rule produced :
% 79.16/79.37  [1434] theorem(or(A,or(not(or(B,C)),not(not(or(C,B)))))) -> true
% 79.16/79.37  Current number of equations to process: 850
% 79.16/79.37  Current number of ordered equations: 0
% 79.16/79.37  Current number of rules: 1415
% 79.16/79.37  New rule produced :
% 79.16/79.37  [1435] theorem(or(not(or(or(A,B),or(A,B))),not(not(or(B,A))))) -> true
% 79.16/79.37  Current number of equations to process: 849
% 79.16/79.37  Current number of ordered equations: 0
% 79.16/79.37  Current number of rules: 1416
% 79.16/79.37  New rule produced :
% 79.16/79.37  [1436] ifeq(axiom(or(or(not(or(A,B)),B),A)),true,true,true) -> true
% 79.16/79.37  Current number of equations to process: 850
% 79.16/79.37  Current number of ordered equations: 0
% 79.16/79.37  Current number of rules: 1417
% 79.16/79.37  New rule produced : [1437] theorem(or(A,or(or(not(or(B,C)),C),B))) -> true
% 79.16/79.37  Current number of equations to process: 850
% 79.16/79.37  Current number of ordered equations: 0
% 79.16/79.37  Current number of rules: 1418
% 79.16/79.37  New rule produced :
% 79.16/79.37  [1438] theorem(or(A,or(or(not(or(or(A,B),C)),C),B))) -> true
% 79.16/79.37  Current number of equations to process: 850
% 79.16/79.37  Current number of ordered equations: 0
% 79.16/79.37  Current number of rules: 1419
% 79.16/79.37  New rule produced :
% 79.16/79.37  [1439] ifeq(axiom(or(A,or(B,or(not(or(B,C)),C)))),true,true,true) -> true
% 79.16/79.37  Current number of equations to process: 852
% 79.16/79.37  Current number of ordered equations: 0
% 79.16/79.37  Current number of rules: 1420
% 79.16/79.37  New rule produced : [1440] theorem(or(or(A,or(not(or(A,B)),B)),C)) -> true
% 79.16/79.37  Current number of equations to process: 853
% 79.16/79.37  Current number of ordered equations: 0
% 79.16/79.37  Current number of rules: 1421
% 79.16/79.37  New rule produced : [1441] theorem(or(A,or(B,or(not(or(A,C)),C)))) -> true
% 79.16/79.37  Current number of equations to process: 853
% 79.16/79.37  Current number of ordered equations: 0
% 79.16/79.37  Current number of rules: 1422
% 79.16/79.37  New rule produced :
% 79.16/79.37  [1442] theorem(or(A,or(B,or(C,or(not(or(C,X)),X))))) -> true
% 79.16/79.37  Current number of equations to process: 852
% 79.16/79.37  Current number of ordered equations: 0
% 79.16/79.37  Current number of rules: 1423
% 79.16/79.37  New rule produced :
% 79.16/79.37  [1443] theorem(or(or(not(or(not(A),B)),B),not(or(A,A)))) -> true
% 79.16/79.37  Current number of equations to process: 855
% 79.16/79.37  Current number of ordered equations: 0
% 79.16/79.37  Current number of rules: 1424
% 79.16/79.37  New rule produced :
% 79.16/79.37  [1444] theorem(or(A,or(not(or(B,B)),or(not(or(not(B),C)),C)))) -> true
% 79.16/79.37  Current number of equations to process: 855
% 79.16/79.37  Current number of ordered equations: 0
% 79.16/79.37  Current number of rules: 1425
% 79.16/79.37  New rule produced :
% 79.16/79.37  [1445] theorem(or(or(not(or(not(or(A,B)),C)),C),not(B))) -> true
% 79.16/79.37  Current number of equations to process: 859
% 79.16/79.37  Current number of ordered equations: 0
% 79.16/79.37  Current number of rules: 1426
% 79.16/79.37  New rule produced :
% 79.16/79.37  [1446] theorem(or(A,or(not(B),or(not(or(not(or(C,B)),X)),X)))) -> true
% 79.16/79.37  Current number of equations to process: 861
% 79.16/79.37  Current number of ordered equations: 0
% 79.16/79.37  Current number of rules: 1427
% 79.16/79.37  New rule produced :
% 79.16/79.37  [1447] theorem(or(not(or(A,A)),or(not(or(not(or(B,A)),C)),C))) -> true
% 79.16/79.37  Current number of equations to process: 860
% 80.67/80.91  Current number of ordered equations: 0
% 80.67/80.91  Current number of rules: 1428
% 80.67/80.91  New rule produced :
% 80.67/80.91  [1448] theorem(or(not(A),or(not(or(not(or(B,or(C,A))),X)),X))) -> true
% 80.67/80.91  Current number of equations to process: 859
% 80.67/80.91  Current number of ordered equations: 0
% 80.67/80.91  Current number of rules: 1429
% 80.67/80.91  New rule produced :
% 80.67/80.91  [1449] theorem(or(not(or(A,or(B,C))),not(not(or(B,or(A,C)))))) -> true
% 80.67/80.91  Current number of equations to process: 860
% 80.67/80.91  Current number of ordered equations: 0
% 80.67/80.91  Current number of rules: 1430
% 80.67/80.91  New rule produced :
% 80.67/80.91  [1450] theorem(or(A,or(B,or(C,or(not(or(or(X,C),or(X,C))),X))))) -> true
% 80.67/80.91  Current number of equations to process: 859
% 80.67/80.91  Current number of ordered equations: 0
% 80.67/80.91  Current number of rules: 1431
% 80.67/80.91  New rule produced :
% 80.67/80.91  [1451]
% 80.67/80.91  ifeq(axiom(or(not(or(not(or(A,A)),not(not(A)))),B)),true,theorem(B),true) ->
% 80.67/80.91  true
% 80.67/80.91  Current number of equations to process: 858
% 80.67/80.91  Current number of ordered equations: 0
% 80.67/80.91  Current number of rules: 1432
% 80.67/80.91  New rule produced :
% 80.67/80.91  [1452]
% 80.67/80.91  ifeq(axiom(or(not(A),or(B,B))),true,theorem(or(not(A),not(not(B)))),true) ->
% 80.67/80.91  true
% 80.67/80.91  Current number of equations to process: 857
% 80.67/80.91  Current number of ordered equations: 0
% 80.67/80.91  Current number of rules: 1433
% 80.67/80.91  New rule produced :
% 80.67/80.91  [1453]
% 80.67/80.91  ifeq(axiom(or(not(or(not(A),not(not(or(B,A))))),C)),true,theorem(C),true) ->
% 80.67/80.91  true
% 80.67/80.91  Current number of equations to process: 856
% 80.67/80.91  Current number of ordered equations: 0
% 80.67/80.91  Current number of rules: 1434
% 80.67/80.91  New rule produced :
% 80.67/80.91  [1454]
% 80.67/80.91  ifeq(axiom(or(not(A),B)),true,theorem(or(not(A),not(not(or(C,B))))),true) ->
% 80.67/80.91  true
% 80.67/80.91  Current number of equations to process: 855
% 80.67/80.91  Current number of ordered equations: 0
% 80.67/80.91  Current number of rules: 1435
% 80.67/80.91  New rule produced :
% 80.67/80.91  [1455]
% 80.67/80.91  ifeq(axiom(or(not(or(or(not(or(A,B)),B),A)),C)),true,theorem(C),true) -> true
% 80.67/80.91  Current number of equations to process: 854
% 80.67/80.91  Current number of ordered equations: 0
% 80.67/80.91  Current number of rules: 1436
% 80.67/80.91  New rule produced :
% 80.67/80.91  [1456] theorem(or(not(or(A,or(B,B))),or(A,or(not(or(not(B),C)),C)))) -> true
% 80.67/80.91  Current number of equations to process: 853
% 80.67/80.91  Current number of ordered equations: 0
% 80.67/80.91  Current number of rules: 1437
% 80.67/80.91  New rule produced :
% 80.67/80.91  [1457] theorem(or(not(or(or(A,A),or(A,A))),or(not(or(not(A),B)),B))) -> true
% 80.67/80.91  Current number of equations to process: 852
% 80.67/80.91  Current number of ordered equations: 0
% 80.67/80.91  Current number of rules: 1438
% 80.67/80.91  New rule produced :
% 80.67/80.91  [1458] theorem(or(not(or(A,B)),or(A,or(not(or(not(or(C,B)),X)),X)))) -> true
% 80.67/80.91  Current number of equations to process: 851
% 80.67/80.91  Current number of ordered equations: 0
% 80.67/80.91  Current number of rules: 1439
% 80.67/80.91  New rule produced :
% 80.67/80.91  [1459] theorem(or(not(or(A,B)),or(not(or(not(or(C,or(B,A))),X)),X))) -> true
% 80.67/80.91  Current number of equations to process: 850
% 80.67/80.91  Current number of ordered equations: 0
% 80.67/80.91  Current number of rules: 1440
% 80.67/80.91  New rule produced :
% 80.67/80.91  [1460]
% 80.67/80.91  theorem(or(not(or(not(A),B)),not(not(or(not(or(C,A)),or(C,B)))))) -> true
% 80.67/80.91  Current number of equations to process: 849
% 80.67/80.91  Current number of ordered equations: 0
% 80.67/80.91  Current number of rules: 1441
% 80.67/80.91  New rule produced :
% 80.67/80.91  [1461] theorem(or(or(A,or(not(or(not(B),C)),C)),not(or(A,B)))) -> true
% 80.67/80.91  Current number of equations to process: 855
% 80.67/80.91  Current number of ordered equations: 0
% 80.67/80.91  Current number of rules: 1442
% 80.67/80.91  New rule produced :
% 80.67/80.91  [1462] theorem(or(A,or(not(or(A,B)),or(not(or(not(B),C)),C)))) -> true
% 80.67/80.91  Current number of equations to process: 854
% 80.67/80.91  Current number of ordered equations: 0
% 80.67/80.91  Current number of rules: 1443
% 80.67/80.91  New rule produced :
% 80.67/80.91  [1463] theorem(or(not(or(A,B)),or(B,or(not(or(not(A),C)),C)))) -> true
% 80.67/80.91  Current number of equations to process: 854
% 80.67/80.91  Current number of ordered equations: 0
% 80.67/80.91  Current number of rules: 1444
% 80.67/80.91  New rule produced :
% 80.67/80.91  [1464] theorem(or(A,or(not(or(B,C)),or(B,or(not(or(not(C),X)),X))))) -> true
% 80.67/80.91  Current number of equations to process: 855
% 80.67/80.91  Current number of ordered equations: 0
% 80.67/80.91  Current number of rules: 1445
% 80.67/80.91  New rule produced :
% 80.67/80.91  [1465] theorem(or(not(A),or(not(or(not(or(A,B)),C)),C))) -> true
% 80.67/80.91  Current number of equations to process: 859
% 80.67/80.91  Current number of ordered equations: 0
% 80.67/80.91  Current number of rules: 1446
% 80.67/80.91  New rule produced :
% 80.67/80.91  [1466] theorem(or(or(not(or(not(or(A,B)),C)),C),not(or(B,A)))) -> true
% 80.67/80.91  Current number of equations to process: 858
% 80.67/80.91  Current number of ordered equations: 0
% 80.67/80.91  Current number of rules: 1447
% 84.24/84.41  New rule produced :
% 84.24/84.41  [1467] theorem(or(A,or(or(B,or(C,or(X,Y))),not(or(B,Y))))) -> true
% 84.24/84.41  Current number of equations to process: 860
% 84.24/84.41  Current number of ordered equations: 0
% 84.24/84.41  Current number of rules: 1448
% 84.24/84.41  New rule produced :
% 84.24/84.41  [1468] theorem(or(or(not(or(A,B)),or(C,or(X,B))),A)) -> true
% 84.24/84.41  Current number of equations to process: 865
% 84.24/84.41  Current number of ordered equations: 0
% 84.24/84.41  Current number of rules: 1449
% 84.24/84.41  New rule produced :
% 84.24/84.41  [1469] theorem(or(A,or(B,or(not(or(B,C)),or(X,or(Y,C)))))) -> true
% 84.24/84.41  Current number of equations to process: 867
% 84.24/84.41  Current number of ordered equations: 0
% 84.24/84.41  Current number of rules: 1450
% 84.24/84.41  New rule produced :
% 84.24/84.41  [1470] theorem(or(or(A,or(B,or(C,X))),not(or(X,A)))) -> true
% 84.24/84.41  Current number of equations to process: 871
% 84.24/84.41  Current number of ordered equations: 0
% 84.24/84.41  Current number of rules: 1451
% 84.24/84.41  New rule produced :
% 84.24/84.41  [1471] theorem(or(A,or(not(or(B,A)),or(C,or(X,B))))) -> true
% 84.24/84.41  Current number of equations to process: 871
% 84.24/84.41  Current number of ordered equations: 0
% 84.24/84.41  Current number of rules: 1452
% 84.24/84.41  New rule produced :
% 84.24/84.41  [1472] theorem(or(A,or(not(or(B,C)),or(C,or(X,or(Y,B)))))) -> true
% 84.24/84.41  Current number of equations to process: 871
% 84.24/84.41  Current number of ordered equations: 0
% 84.24/84.41  Current number of rules: 1453
% 84.24/84.41  New rule produced :
% 84.24/84.41  [1473] theorem(or(A,or(not(or(B,C)),or(not(or(not(or(C,B)),X)),X)))) -> true
% 84.24/84.41  Current number of equations to process: 873
% 84.24/84.41  Current number of ordered equations: 0
% 84.24/84.41  Current number of rules: 1454
% 84.24/84.41  New rule produced :
% 84.24/84.41  [1474]
% 84.24/84.41  ifeq(axiom(or(or(A,or(B,or(C,X))),not(or(A,X)))),true,true,true) -> true
% 84.24/84.41  Current number of equations to process: 872
% 84.24/84.41  Current number of ordered equations: 0
% 84.24/84.41  Current number of rules: 1455
% 84.24/84.41  New rule produced :
% 84.24/84.41  [1475]
% 84.24/84.41  ifeq(axiom(or(A,or(not(or(A,B)),or(C,or(X,B))))),true,true,true) -> true
% 84.24/84.41  Current number of equations to process: 871
% 84.24/84.41  Current number of ordered equations: 0
% 84.24/84.41  Current number of rules: 1456
% 84.24/84.41  New rule produced :
% 84.24/84.41  [1476] theorem(or(not(or(A,A)),or(not(or(not(A),B)),or(C,or(X,B))))) -> true
% 84.24/84.41  Current number of equations to process: 870
% 84.24/84.41  Current number of ordered equations: 0
% 84.24/84.41  Current number of rules: 1457
% 84.24/84.41  New rule produced :
% 84.24/84.41  [1477] theorem(or(not(A),or(not(or(not(or(B,A)),C)),or(X,or(Y,C))))) -> true
% 84.24/84.41  Current number of equations to process: 869
% 84.24/84.41  Current number of ordered equations: 0
% 84.24/84.41  Current number of rules: 1458
% 84.24/84.41  New rule produced :
% 84.24/84.41  [1478] theorem(or(not(or(A,or(B,C))),or(A,or(C,or(X,or(Y,B)))))) -> true
% 84.24/84.41  Current number of equations to process: 868
% 84.24/84.41  Current number of ordered equations: 0
% 84.24/84.41  Current number of rules: 1459
% 84.24/84.41  New rule produced :
% 84.24/84.41  [1479] theorem(or(not(or(or(A,B),or(A,B))),or(B,or(C,or(X,A))))) -> true
% 84.24/84.41  Current number of equations to process: 867
% 84.24/84.41  Current number of ordered equations: 0
% 84.24/84.41  Current number of rules: 1460
% 84.24/84.41  New rule produced :
% 84.24/84.41  [1480] theorem(or(or(not(or(A,B)),or(A,or(C,or(X,B)))),Y)) -> true
% 84.24/84.41  Current number of equations to process: 869
% 84.24/84.41  Current number of ordered equations: 0
% 84.24/84.41  Current number of rules: 1461
% 84.24/84.41  New rule produced :
% 84.24/84.41  [1481] theorem(or(not(or(A,B)),or(C,or(A,or(X,or(Y,B)))))) -> true
% 84.24/84.41  Current number of equations to process: 868
% 84.24/84.41  Current number of ordered equations: 0
% 84.24/84.41  Current number of rules: 1462
% 84.24/84.41  New rule produced :
% 84.24/84.41  [1482] ifeq(axiom(or(A,or(or(B,or(C,X)),not(X)))),true,true,true) -> true
% 84.24/84.41  Current number of equations to process: 870
% 84.24/84.41  Current number of ordered equations: 0
% 84.24/84.41  Current number of rules: 1463
% 84.24/84.41  New rule produced : [1483] theorem(or(or(or(A,or(B,C)),not(C)),X)) -> true
% 84.24/84.41  Current number of equations to process: 871
% 84.24/84.41  Current number of ordered equations: 0
% 84.24/84.41  Current number of rules: 1464
% 84.24/84.41  New rule produced : [1484] theorem(or(or(A,or(B,C)),or(X,not(C)))) -> true
% 84.24/84.41  Current number of equations to process: 871
% 84.24/84.41  Current number of ordered equations: 0
% 84.24/84.41  Current number of rules: 1465
% 84.24/84.41  New rule produced :
% 84.24/84.41  [1485] theorem(or(A,or(B,or(or(C,or(X,Y)),not(Y))))) -> true
% 84.24/84.41  Current number of equations to process: 870
% 84.24/84.41  Current number of ordered equations: 0
% 84.24/84.41  Current number of rules: 1466
% 84.24/84.41  New rule produced :
% 84.24/84.41  [1486] theorem(or(A,or(B,or(not(or(C,X)),or(C,or(Y,or(Z,X))))))) -> true
% 84.24/84.41  Current number of equations to process: 868
% 84.24/84.41  Current number of ordered equations: 0
% 84.24/84.41  Current number of rules: 1467
% 84.24/84.41  New rule produced :
% 84.24/84.41  [1487] ifeq(axiom(or(or(not(A),or(B,or(C,A))),X)),true,true,true) -> true
% 88.10/88.29  Current number of equations to process: 869
% 88.10/88.29  Current number of ordered equations: 0
% 88.10/88.29  Current number of rules: 1468
% 88.10/88.29  New rule produced :
% 88.10/88.29  [1488] theorem(or(A,or(or(not(B),or(C,or(X,B))),Y))) -> true
% 88.10/88.29  Current number of equations to process: 869
% 88.10/88.29  Current number of ordered equations: 0
% 88.10/88.29  Current number of rules: 1469
% 88.10/88.29  New rule produced :
% 88.10/88.29  [1489] theorem(or(or(A,or(not(B),or(C,or(X,B)))),Y)) -> true
% 88.10/88.29  Current number of equations to process: 873
% 88.10/88.29  Current number of ordered equations: 0
% 88.10/88.29  Current number of rules: 1470
% 88.10/88.29  New rule produced :
% 88.10/88.29  [1490] theorem(or(A,or(B,or(C,or(not(X),or(Y,or(Z,X))))))) -> true
% 88.10/88.29  Current number of equations to process: 872
% 88.10/88.29  Current number of ordered equations: 0
% 88.10/88.29  Current number of rules: 1471
% 88.10/88.29  New rule produced :
% 88.10/88.29  [1491]
% 88.10/88.29  ifeq(axiom(or(A,or(B,or(not(C),or(X,or(Y,C)))))),true,true,true) -> true
% 88.10/88.29  Current number of equations to process: 873
% 88.10/88.29  Current number of ordered equations: 0
% 88.10/88.29  Current number of rules: 1472
% 88.10/88.29  New rule produced :
% 88.10/88.29  [1492] theorem(or(or(A,or(B,or(C,X))),not(or(A,or(X,X))))) -> true
% 88.10/88.29  Current number of equations to process: 877
% 88.10/88.29  Current number of ordered equations: 0
% 88.10/88.29  Current number of rules: 1473
% 88.10/88.29  New rule produced :
% 88.10/88.29  [1493] theorem(or(A,or(not(or(A,or(B,B))),or(C,or(X,B))))) -> true
% 88.10/88.29  Current number of equations to process: 876
% 88.10/88.29  Current number of ordered equations: 0
% 88.10/88.29  Current number of rules: 1474
% 88.10/88.29  New rule produced :
% 88.10/88.29  [1494] theorem(or(not(or(or(A,A),B)),or(B,or(C,or(X,A))))) -> true
% 88.10/88.29  Current number of equations to process: 876
% 88.10/88.29  Current number of ordered equations: 0
% 88.10/88.29  Current number of rules: 1475
% 88.10/88.29  New rule produced :
% 88.10/88.29  [1495] ifeq(axiom(or(or(A,or(B,C)),not(or(C,C)))),true,true,true) -> true
% 88.10/88.29  Current number of equations to process: 877
% 88.10/88.29  Current number of ordered equations: 0
% 88.10/88.29  Current number of rules: 1476
% 88.10/88.29  New rule produced :
% 88.10/88.29  [1496] theorem(or(A,or(or(B,or(C,X)),not(or(X,X))))) -> true
% 88.10/88.29  Current number of equations to process: 877
% 88.10/88.29  Current number of ordered equations: 0
% 88.10/88.29  Current number of rules: 1477
% 88.10/88.29  New rule produced :
% 88.10/88.29  [1497] theorem(or(or(not(or(A,A)),or(B,or(C,A))),X)) -> true
% 88.10/88.29  Current number of equations to process: 881
% 88.10/88.29  Current number of ordered equations: 0
% 88.10/88.29  Current number of rules: 1478
% 88.10/88.29  New rule produced :
% 88.10/88.29  [1498] theorem(or(A,or(B,or(not(or(C,C)),or(X,or(Y,C)))))) -> true
% 88.10/88.29  Current number of equations to process: 880
% 88.10/88.29  Current number of ordered equations: 0
% 88.10/88.29  Current number of rules: 1479
% 88.10/88.29  New rule produced :
% 88.10/88.29  [1499] theorem(or(A,or(not(or(B,or(C,C))),or(B,or(X,or(Y,C)))))) -> true
% 88.10/88.29  Current number of equations to process: 881
% 88.10/88.29  Current number of ordered equations: 0
% 88.10/88.29  Current number of rules: 1480
% 88.10/88.29  New rule produced :
% 88.10/88.29  [1500]
% 88.10/88.29  ifeq(axiom(or(A,or(not(or(B,B)),or(C,or(X,B))))),true,true,true) -> true
% 88.10/88.29  Current number of equations to process: 880
% 88.10/88.29  Current number of ordered equations: 0
% 88.10/88.29  Current number of rules: 1481
% 88.10/88.29  New rule produced :
% 88.10/88.29  [1501] theorem(or(or(A,or(B,C)),not(or(or(C,C),or(C,C))))) -> true
% 88.10/88.29  Current number of equations to process: 883
% 88.10/88.29  Current number of ordered equations: 0
% 88.10/88.29  Current number of rules: 1482
% 88.10/88.29  New rule produced :
% 88.10/88.29  [1502] theorem(or(A,or(not(or(or(B,B),or(B,B))),or(C,or(X,B))))) -> true
% 88.10/88.29  Current number of equations to process: 884
% 88.10/88.29  Current number of ordered equations: 0
% 88.10/88.29  Current number of rules: 1483
% 88.10/88.29  New rule produced :
% 88.10/88.29  [1503] theorem(or(or(A,or(B,or(C,or(X,Y)))),not(or(A,Y)))) -> true
% 88.10/88.29  Current number of equations to process: 888
% 88.10/88.29  Current number of ordered equations: 0
% 88.10/88.29  Current number of rules: 1484
% 88.10/88.29  New rule produced :
% 88.10/88.29  [1504] theorem(or(A,or(not(or(A,B)),or(C,or(X,or(Y,B)))))) -> true
% 88.10/88.29  Current number of equations to process: 887
% 88.10/88.29  Current number of ordered equations: 0
% 88.10/88.29  Current number of rules: 1485
% 88.10/88.29  New rule produced :
% 88.10/88.29  [1505] theorem(or(not(or(A,B)),or(B,or(C,or(X,or(Y,A)))))) -> true
% 88.10/88.29  Current number of equations to process: 887
% 88.10/88.29  Current number of ordered equations: 0
% 88.10/88.29  Current number of rules: 1486
% 88.10/88.29  New rule produced :
% 88.10/88.29  [1506] ifeq(axiom(or(or(A,or(B,or(C,X))),not(X))),true,true,true) -> true
% 88.10/88.29  Current number of equations to process: 888
% 88.10/88.29  Current number of ordered equations: 0
% 88.10/88.29  Current number of rules: 1487
% 88.10/88.29  New rule produced :
% 88.10/88.29  [1507] theorem(or(A,or(or(B,or(C,or(X,Y))),not(Y)))) -> true
% 88.10/88.29  Current number of equations to process: 888
% 91.34/91.53  Current number of ordered equations: 0
% 91.34/91.53  Current number of rules: 1488
% 91.34/91.53  New rule produced :
% 91.34/91.53  [1508] theorem(or(or(not(A),or(B,or(C,or(X,A)))),Y)) -> true
% 91.34/91.53  Current number of equations to process: 892
% 91.34/91.53  Current number of ordered equations: 0
% 91.34/91.53  Current number of rules: 1489
% 91.34/91.53  New rule produced :
% 91.34/91.53  [1509] theorem(or(A,or(B,or(not(C),or(X,or(Y,or(Z,C))))))) -> true
% 91.34/91.53  Current number of equations to process: 891
% 91.34/91.53  Current number of ordered equations: 0
% 91.34/91.53  Current number of rules: 1490
% 91.34/91.53  New rule produced :
% 91.34/91.53  [1510] theorem(or(or(A,or(B,or(C,X))),not(or(X,X)))) -> true
% 91.34/91.53  Current number of equations to process: 895
% 91.34/91.53  Current number of ordered equations: 0
% 91.34/91.53  Current number of rules: 1491
% 91.34/91.53  New rule produced :
% 91.34/91.53  [1511] theorem(or(A,or(not(or(B,B)),or(C,or(X,or(Y,B)))))) -> true
% 91.34/91.53  Current number of equations to process: 895
% 91.34/91.53  Current number of ordered equations: 0
% 91.34/91.53  Current number of rules: 1492
% 91.34/91.53  New rule produced :
% 91.34/91.53  [1512] theorem(or(or(A,or(B,or(C,or(X,Y)))),not(Y))) -> true
% 91.34/91.53  Current number of equations to process: 899
% 91.34/91.53  Current number of ordered equations: 0
% 91.34/91.53  Current number of rules: 1493
% 91.34/91.53  New rule produced :
% 91.34/91.53  [1513] theorem(or(A,or(not(B),or(C,or(X,or(Y,or(Z,B))))))) -> true
% 91.34/91.53  Current number of equations to process: 901
% 91.34/91.53  Current number of ordered equations: 0
% 91.34/91.53  Current number of rules: 1494
% 91.34/91.53  New rule produced :
% 91.34/91.53  [1514] theorem(or(not(or(A,A)),or(B,or(C,or(X,or(Y,A)))))) -> true
% 91.34/91.53  Current number of equations to process: 900
% 91.34/91.53  Current number of ordered equations: 0
% 91.34/91.53  Current number of rules: 1495
% 91.34/91.53  New rule produced :
% 91.34/91.53  [1515] theorem(or(not(A),or(B,or(C,or(X,or(Y,or(Z,A))))))) -> true
% 91.34/91.53  Current number of equations to process: 899
% 91.34/91.53  Current number of ordered equations: 0
% 91.34/91.53  Current number of rules: 1496
% 91.34/91.53  New rule produced :
% 91.34/91.53  [1516] theorem(or(A,or(not(or(B,C)),or(B,or(X,or(Y,or(Z,C))))))) -> true
% 91.34/91.53  Current number of equations to process: 900
% 91.34/91.53  Current number of ordered equations: 0
% 91.34/91.53  Current number of rules: 1497
% 91.34/91.53  New rule produced :
% 91.34/91.53  [1517]
% 91.34/91.53  ifeq(axiom(or(A,or(not(B),or(C,or(X,or(Y,B)))))),true,true,true) -> true
% 91.34/91.53  Current number of equations to process: 899
% 91.34/91.53  Current number of ordered equations: 0
% 91.34/91.53  Current number of rules: 1498
% 91.34/91.53  New rule produced :
% 91.34/91.53  [1518] theorem(or(not(or(A,or(B,B))),or(A,or(C,or(X,or(Y,B)))))) -> true
% 91.34/91.53  Current number of equations to process: 898
% 91.34/91.53  Current number of ordered equations: 0
% 91.34/91.53  Current number of rules: 1499
% 91.34/91.53  New rule produced :
% 91.34/91.53  [1519] theorem(or(not(or(or(A,A),or(A,A))),or(B,or(C,or(X,A))))) -> true
% 91.34/91.53  Current number of equations to process: 897
% 91.34/91.53  Current number of ordered equations: 0
% 91.34/91.53  Current number of rules: 1500
% 91.34/91.53  New rule produced :
% 91.34/91.53  [1520] theorem(or(not(or(A,B)),or(A,or(C,or(X,or(Y,or(Z,B))))))) -> true
% 91.34/91.53  Current number of equations to process: 896
% 91.34/91.53  Current number of ordered equations: 0
% 91.34/91.53  Current number of rules: 1501
% 91.34/91.53  New rule produced :
% 91.34/91.53  [1521] theorem(or(not(or(A,B)),or(C,or(X,or(Y,or(Z,or(B,A))))))) -> true
% 91.34/91.53  Current number of equations to process: 895
% 91.34/91.53  Current number of ordered equations: 0
% 91.34/91.53  Current number of rules: 1502
% 91.34/91.53  New rule produced :
% 91.34/91.53  [1522] theorem(or(not(A),or(B,or(C,or(X,or(A,Y)))))) -> true
% 91.34/91.53  Current number of equations to process: 899
% 91.34/91.53  Current number of ordered equations: 0
% 91.34/91.53  Current number of rules: 1503
% 91.34/91.53  New rule produced :
% 91.34/91.53  [1523] theorem(or(or(A,or(B,or(C,or(X,Y)))),not(or(Y,X)))) -> true
% 91.34/91.53  Current number of equations to process: 898
% 91.34/91.53  Current number of ordered equations: 0
% 91.34/91.53  Current number of rules: 1504
% 91.34/91.53  New rule produced :
% 91.34/91.53  [1524] theorem(or(A,or(not(or(B,C)),or(X,or(Y,or(Z,or(C,B))))))) -> true
% 91.34/91.53  Current number of equations to process: 899
% 91.34/91.53  Current number of ordered equations: 0
% 91.34/91.53  Current number of rules: 1505
% 91.34/91.53  New rule produced :
% 91.34/91.53  [1525] theorem(or(not(or(A,B)),or(C,or(A,or(B,X))))) -> true
% 91.34/91.53  Current number of equations to process: 904
% 91.34/91.53  Current number of ordered equations: 0
% 91.34/91.53  Current number of rules: 1506
% 91.34/91.53  New rule produced :
% 91.34/91.53  [1526] theorem(or(or(A,or(B,or(C,X))),not(or(A,or(B,C))))) -> true
% 91.34/91.53  Current number of equations to process: 903
% 91.34/91.53  Current number of ordered equations: 0
% 91.34/91.53  Current number of rules: 1507
% 91.34/91.53  New rule produced :
% 91.34/91.53  [1527] theorem(or(A,or(not(or(A,or(B,C))),or(B,or(C,X))))) -> true
% 91.34/91.53  Current number of equations to process: 902
% 91.34/91.53  Current number of ordered equations: 0
% 91.34/91.53  Current number of rules: 1508
% 94.36/94.53  New rule produced :
% 94.36/94.53  [1528] theorem(or(not(or(or(A,B),C)),or(C,or(A,or(B,X))))) -> true
% 94.36/94.53  Current number of equations to process: 902
% 94.36/94.53  Current number of ordered equations: 0
% 94.36/94.53  Current number of rules: 1509
% 94.36/94.53  New rule produced :
% 94.36/94.53  [1529] ifeq(axiom(or(or(A,or(B,C)),not(or(A,B)))),true,true,true) -> true
% 94.36/94.53  Current number of equations to process: 903
% 94.36/94.53  Current number of ordered equations: 0
% 94.36/94.53  Current number of rules: 1510
% 94.36/94.53  New rule produced :
% 94.36/94.53  [1530] theorem(or(A,or(or(B,or(C,X)),not(or(B,C))))) -> true
% 94.36/94.53  Current number of equations to process: 903
% 94.36/94.53  Current number of ordered equations: 0
% 94.36/94.53  Current number of rules: 1511
% 94.36/94.53  New rule produced :
% 94.36/94.53  [1531] ifeq(axiom(or(A,or(not(or(A,B)),or(B,C)))),true,true,true) -> true
% 94.36/94.53  Current number of equations to process: 905
% 94.36/94.53  Current number of ordered equations: 0
% 94.36/94.53  Current number of rules: 1512
% 94.36/94.53  New rule produced : [1532] theorem(or(or(not(or(A,B)),or(B,C)),A)) -> true
% 94.36/94.53  Current number of equations to process: 907
% 94.36/94.53  Current number of ordered equations: 0
% 94.36/94.53  Current number of rules: 1513
% 94.36/94.53  New rule produced :
% 94.36/94.53  [1533] theorem(or(A,or(B,or(not(or(B,C)),or(C,X))))) -> true
% 94.36/94.53  Current number of equations to process: 908
% 94.36/94.53  Current number of ordered equations: 0
% 94.36/94.53  Current number of rules: 1514
% 94.36/94.53  New rule produced :
% 94.36/94.53  [1534] theorem(or(not(or(A,A)),or(not(or(not(A),B)),or(B,C)))) -> true
% 94.36/94.53  Current number of equations to process: 911
% 94.36/94.53  Current number of ordered equations: 0
% 94.36/94.53  Current number of rules: 1515
% 94.36/94.53  New rule produced :
% 94.36/94.53  [1535] theorem(or(not(A),or(not(or(not(or(B,A)),C)),or(C,X)))) -> true
% 94.36/94.53  Current number of equations to process: 910
% 94.36/94.53  Current number of ordered equations: 0
% 94.36/94.53  Current number of rules: 1516
% 94.36/94.53  New rule produced :
% 94.36/94.53  [1536] theorem(or(or(not(or(A,B)),or(A,or(B,C))),X)) -> true
% 94.36/94.53  Current number of equations to process: 911
% 94.36/94.53  Current number of ordered equations: 0
% 94.36/94.53  Current number of rules: 1517
% 94.36/94.53  New rule produced :
% 94.36/94.53  [1537] theorem(or(A,or(B,or(not(or(C,X)),or(C,or(X,Y)))))) -> true
% 94.36/94.53  Current number of equations to process: 910
% 94.36/94.53  Current number of ordered equations: 0
% 94.36/94.53  Current number of rules: 1518
% 94.36/94.53  New rule produced :
% 94.36/94.53  [1538] theorem(or(not(or(A,or(B,C))),or(A,or(C,or(B,X))))) -> true
% 94.36/94.53  Current number of equations to process: 911
% 94.36/94.53  Current number of ordered equations: 0
% 94.36/94.53  Current number of rules: 1519
% 94.36/94.53  New rule produced : [1539] theorem(or(or(A,or(B,C)),not(or(B,A)))) -> true
% 94.36/94.53  Current number of equations to process: 913
% 94.36/94.53  Current number of ordered equations: 0
% 94.36/94.53  Current number of rules: 1520
% 94.36/94.53  New rule produced : [1540] theorem(or(A,or(not(or(B,A)),or(B,C)))) -> true
% 94.36/94.53  Current number of equations to process: 913
% 94.36/94.53  Current number of ordered equations: 0
% 94.36/94.53  Current number of rules: 1521
% 94.36/94.53  New rule produced :
% 94.36/94.53  [1541] theorem(or(A,or(not(or(B,C)),or(C,or(B,X))))) -> true
% 94.36/94.53  Current number of equations to process: 913
% 94.36/94.53  Current number of ordered equations: 0
% 94.36/94.53  Current number of rules: 1522
% 94.36/94.53  New rule produced :
% 94.36/94.53  [1542] theorem(or(not(or(or(A,B),or(A,B))),or(B,or(A,C)))) -> true
% 94.36/94.53  Current number of equations to process: 912
% 94.36/94.53  Current number of ordered equations: 0
% 94.36/94.53  Current number of rules: 1523
% 94.36/94.53  New rule produced :
% 94.36/94.53  [1543] theorem(or(A,or(not(or(B,or(C,X))),or(B,or(C,or(X,Y)))))) -> true
% 94.36/94.53  Current number of equations to process: 913
% 94.36/94.53  Current number of ordered equations: 0
% 94.36/94.53  Current number of rules: 1524
% 94.36/94.53  New rule produced :
% 94.36/94.53  [1544] theorem(or(not(or(A,B)),or(A,or(not(or(not(B),C)),or(C,X))))) -> true
% 94.36/94.53  Current number of equations to process: 912
% 94.36/94.53  Current number of ordered equations: 0
% 94.36/94.53  Current number of rules: 1525
% 94.36/94.53  New rule produced :
% 94.36/94.53  [1545] theorem(or(not(or(A,B)),or(not(or(not(or(B,A)),C)),or(C,X)))) -> true
% 94.36/94.53  Current number of equations to process: 911
% 94.36/94.53  Current number of ordered equations: 0
% 94.36/94.53  Current number of rules: 1526
% 94.36/94.53  New rule produced :
% 94.36/94.53  [1546]
% 94.36/94.53  ifeq(axiom(or(A,or(not(or(B,C)),or(B,or(C,X))))),true,true,true) -> true
% 94.36/94.53  Current number of equations to process: 910
% 94.36/94.53  Current number of ordered equations: 0
% 94.36/94.53  Current number of rules: 1527
% 94.36/94.53  New rule produced :
% 94.36/94.53  [1547] theorem(or(or(A,or(B,C)),not(or(or(A,B),or(A,B))))) -> true
% 94.36/94.53  Current number of equations to process: 914
% 94.36/94.53  Current number of ordered equations: 0
% 94.36/94.53  Current number of rules: 1528
% 94.36/94.53  New rule produced :
% 94.36/94.53  [1548] theorem(or(A,or(not(or(or(A,B),or(A,B))),or(B,C)))) -> true
% 94.36/94.53  Current number of equations to process: 913
% 98.29/98.50  Current number of ordered equations: 0
% 98.29/98.50  Current number of rules: 1529
% 98.29/98.50  New rule produced :
% 98.29/98.50  [1549] theorem(or(A,or(or(B,or(C,or(X,Y))),not(or(Y,X))))) -> true
% 98.29/98.50  Current number of equations to process: 915
% 98.29/98.50  Current number of ordered equations: 0
% 98.29/98.50  Current number of rules: 1530
% 98.29/98.50  New rule produced :
% 98.29/98.50  [1550] theorem(or(not(or(A,B)),or(A,or(C,or(X,or(B,Y)))))) -> true
% 98.29/98.50  Current number of equations to process: 916
% 98.29/98.50  Current number of ordered equations: 0
% 98.29/98.50  Current number of rules: 1531
% 98.29/98.50  New rule produced : [1551] theorem(or(or(A,or(B,or(C,X))),not(C))) -> true
% 98.29/98.50  Current number of equations to process: 918
% 98.29/98.50  Current number of ordered equations: 0
% 98.29/98.50  Current number of rules: 1532
% 98.29/98.50  New rule produced :
% 98.29/98.50  [1552] theorem(or(A,or(not(B),or(C,or(X,or(B,Y)))))) -> true
% 98.29/98.50  Current number of equations to process: 919
% 98.29/98.50  Current number of ordered equations: 0
% 98.29/98.50  Current number of rules: 1533
% 98.29/98.50  New rule produced :
% 98.29/98.50  [1553] theorem(or(not(or(A,A)),or(B,or(C,or(A,X))))) -> true
% 98.29/98.50  Current number of equations to process: 918
% 98.29/98.50  Current number of ordered equations: 0
% 98.29/98.50  Current number of rules: 1534
% 98.29/98.50  New rule produced :
% 98.29/98.50  [1554] theorem(or(not(A),or(B,or(C,or(or(X,A),Y))))) -> true
% 98.29/98.50  Current number of equations to process: 917
% 98.29/98.50  Current number of ordered equations: 0
% 98.29/98.50  Current number of rules: 1535
% 98.29/98.50  New rule produced :
% 98.29/98.50  [1555] theorem(or(not(or(A,B)),or(C,or(X,or(or(B,A),Y))))) -> true
% 98.29/98.50  Current number of equations to process: 917
% 98.29/98.50  Current number of ordered equations: 0
% 98.29/98.50  Current number of rules: 1536
% 98.29/98.50  New rule produced :
% 98.29/98.50  [1556] theorem(or(A,or(not(or(or(B,C),or(B,C))),or(B,or(C,X))))) -> true
% 98.29/98.50  Current number of equations to process: 919
% 98.29/98.50  Current number of ordered equations: 0
% 98.29/98.50  Current number of rules: 1537
% 98.29/98.50  New rule produced :
% 98.29/98.50  [1557]
% 98.29/98.50  ifeq(axiom(or(or(A,or(B,or(C,X))),not(or(X,C)))),true,true,true) -> true
% 98.29/98.50  Current number of equations to process: 918
% 98.29/98.50  Current number of ordered equations: 0
% 98.29/98.50  Current number of rules: 1538
% 98.29/98.50  New rule produced :
% 98.29/98.50  [1558] theorem(or(or(not(or(A,B)),or(C,or(X,or(B,A)))),Y)) -> true
% 98.29/98.50  Current number of equations to process: 919
% 98.29/98.50  Current number of ordered equations: 0
% 98.29/98.50  Current number of rules: 1539
% 98.29/98.50  New rule produced :
% 98.29/98.50  [1559] ifeq(axiom(or(A,or(or(B,C),not(B)))),true,true,true) -> true
% 98.29/98.50  Current number of equations to process: 921
% 98.29/98.50  Current number of ordered equations: 0
% 98.29/98.50  Current number of rules: 1540
% 98.29/98.50  New rule produced :
% 98.29/98.50  [1560] theorem(or(not(or(A,B)),or(A,or(or(C,X),not(C))))) -> true
% 98.29/98.50  Current number of equations to process: 920
% 98.29/98.50  Current number of ordered equations: 0
% 98.29/98.50  Current number of rules: 1541
% 98.29/98.50  New rule produced : [1561] theorem(or(or(or(A,B),not(A)),C)) -> true
% 98.29/98.50  Current number of equations to process: 921
% 98.29/98.50  Current number of ordered equations: 0
% 98.29/98.50  Current number of rules: 1542
% 98.29/98.50  New rule produced : [1562] theorem(or(A,or(B,or(or(C,X),not(C))))) -> true
% 98.29/98.50  Rule [1560] theorem(or(not(or(A,B)),or(A,or(or(C,X),not(C))))) -> true
% 98.29/98.50  collapsed.
% 98.29/98.50  Current number of equations to process: 920
% 98.29/98.50  Current number of ordered equations: 0
% 98.29/98.50  Current number of rules: 1542
% 98.29/98.50  New rule produced : [1563] theorem(or(or(A,B),or(C,not(A)))) -> true
% 98.29/98.50  Current number of equations to process: 920
% 98.29/98.50  Current number of ordered equations: 0
% 98.29/98.50  Current number of rules: 1543
% 98.29/98.50  New rule produced :
% 98.29/98.50  [1564] ifeq(axiom(or(or(not(A),or(A,B)),C)),true,true,true) -> true
% 98.29/98.50  Current number of equations to process: 921
% 98.29/98.50  Current number of ordered equations: 0
% 98.29/98.50  Current number of rules: 1544
% 98.29/98.50  New rule produced : [1565] theorem(or(A,or(or(not(B),or(B,C)),X))) -> true
% 98.29/98.50  Current number of equations to process: 921
% 98.29/98.50  Current number of ordered equations: 0
% 98.29/98.50  Current number of rules: 1545
% 98.29/98.50  New rule produced :
% 98.29/98.50  [1566] ifeq(axiom(or(A,or(B,or(not(C),or(C,X))))),true,true,true) -> true
% 98.29/98.50  Current number of equations to process: 923
% 98.29/98.50  Current number of ordered equations: 0
% 98.29/98.50  Current number of rules: 1546
% 98.29/98.50  New rule produced : [1567] theorem(or(or(A,or(not(B),or(B,C))),X)) -> true
% 98.29/98.50  Current number of equations to process: 924
% 98.29/98.50  Current number of ordered equations: 0
% 98.29/98.50  Current number of rules: 1547
% 98.29/98.50  New rule produced :
% 98.29/98.50  [1568] theorem(or(A,or(B,or(C,or(not(X),or(X,Y)))))) -> true
% 98.29/98.50  Current number of equations to process: 923
% 98.29/98.50  Current number of ordered equations: 0
% 98.29/98.50  Current number of rules: 1548
% 101.38/101.59  New rule produced :
% 101.38/101.59  [1569] theorem(or(or(A,or(not(not(B)),C)),not(or(A,B)))) -> true
% 101.38/101.59  Current number of equations to process: 926
% 101.38/101.59  Current number of ordered equations: 0
% 101.38/101.59  Current number of rules: 1549
% 101.38/101.59  New rule produced :
% 101.38/101.59  [1570] theorem(or(A,or(not(or(A,B)),or(not(not(B)),C)))) -> true
% 101.38/101.59  Current number of equations to process: 926
% 101.38/101.59  Current number of ordered equations: 0
% 101.38/101.59  Current number of rules: 1550
% 101.38/101.59  New rule produced :
% 101.38/101.59  [1571] theorem(or(not(A),or(B,or(not(not(A)),C)))) -> true
% 101.38/101.59  Current number of equations to process: 927
% 101.38/101.59  Current number of ordered equations: 0
% 101.38/101.59  Current number of rules: 1551
% 101.38/101.59  New rule produced :
% 101.38/101.59  [1572] theorem(or(not(or(A,B)),or(B,or(not(not(A)),C)))) -> true
% 101.38/101.59  Current number of equations to process: 927
% 101.38/101.59  Current number of ordered equations: 0
% 101.38/101.59  Current number of rules: 1552
% 101.38/101.59  New rule produced :
% 101.38/101.59  [1573] theorem(or(A,or(not(or(B,C)),or(B,or(not(not(C)),X))))) -> true
% 101.38/101.59  Current number of equations to process: 926
% 101.38/101.59  Current number of ordered equations: 0
% 101.38/101.59  Current number of rules: 1553
% 101.38/101.59  New rule produced :
% 101.38/101.59  [1574] ifeq(axiom(or(or(not(A),B),A)),true,true,true) -> true
% 101.38/101.59  Current number of equations to process: 927
% 101.38/101.59  Current number of ordered equations: 0
% 101.38/101.59  Current number of rules: 1554
% 101.38/101.59  New rule produced : [1575] theorem(or(A,or(or(not(B),C),B))) -> true
% 101.38/101.59  Current number of equations to process: 927
% 101.38/101.59  Current number of ordered equations: 0
% 101.38/101.59  Current number of rules: 1555
% 101.38/101.59  New rule produced : [1576] theorem(or(A,or(or(not(or(A,B)),C),B))) -> true
% 101.38/101.59  Current number of equations to process: 927
% 101.38/101.59  Current number of ordered equations: 0
% 101.38/101.59  Current number of rules: 1556
% 101.38/101.59  New rule produced :
% 101.38/101.59  [1577] ifeq(axiom(or(A,or(B,or(not(B),C)))),true,true,true) -> true
% 101.38/101.59  Current number of equations to process: 929
% 101.38/101.59  Current number of ordered equations: 0
% 101.38/101.59  Current number of rules: 1557
% 101.38/101.59  New rule produced :
% 101.38/101.59  [1578] theorem(or(not(or(A,B)),or(A,or(C,or(not(C),X))))) -> true
% 101.38/101.59  Current number of equations to process: 928
% 101.38/101.59  Current number of ordered equations: 0
% 101.38/101.59  Current number of rules: 1558
% 101.38/101.59  New rule produced : [1579] theorem(or(or(A,or(not(A),B)),C)) -> true
% 101.38/101.59  Current number of equations to process: 929
% 101.38/101.59  Current number of ordered equations: 0
% 101.38/101.59  Current number of rules: 1559
% 101.38/101.59  New rule produced : [1580] theorem(or(A,or(B,or(C,or(not(C),X))))) -> true
% 101.38/101.59  Rule [1578] theorem(or(not(or(A,B)),or(A,or(C,or(not(C),X))))) -> true
% 101.38/101.59  collapsed.
% 101.38/101.59  Current number of equations to process: 928
% 101.38/101.59  Current number of ordered equations: 0
% 101.38/101.59  Current number of rules: 1559
% 101.38/101.59  New rule produced : [1581] theorem(or(A,or(B,or(not(A),C)))) -> true
% 101.38/101.59  Rule [1571] theorem(or(not(A),or(B,or(not(not(A)),C)))) -> true collapsed.
% 101.38/101.59  Current number of equations to process: 928
% 101.38/101.59  Current number of ordered equations: 0
% 101.38/101.59  Current number of rules: 1559
% 101.38/101.59  New rule produced :
% 101.38/101.59  [1582]
% 101.38/101.59  ifeq(axiom(or(not(or(or(not(A),B),A)),C)),true,theorem(C),true) -> true
% 101.38/101.59  Current number of equations to process: 929
% 101.38/101.59  Current number of ordered equations: 0
% 101.38/101.59  Current number of rules: 1560
% 101.38/101.59  New rule produced :
% 101.38/101.59  [1583] theorem(or(not(or(A,or(B,B))),or(A,or(not(not(B)),C)))) -> true
% 101.38/101.59  Current number of equations to process: 928
% 101.38/101.59  Current number of ordered equations: 0
% 101.38/101.59  Current number of rules: 1561
% 101.38/101.59  New rule produced :
% 101.38/101.59  [1584] theorem(or(or(not(not(A)),B),not(or(A,A)))) -> true
% 101.38/101.59  Current number of equations to process: 930
% 101.38/101.59  Current number of ordered equations: 0
% 101.38/101.59  Current number of rules: 1562
% 101.38/101.59  New rule produced :
% 101.38/101.59  [1585] theorem(or(A,or(not(or(B,B)),or(not(not(B)),C)))) -> true
% 101.38/101.59  Current number of equations to process: 930
% 101.38/101.59  Current number of ordered equations: 0
% 101.38/101.59  Current number of rules: 1563
% 101.38/101.59  New rule produced :
% 101.38/101.59  [1586] theorem(or(not(or(or(A,A),or(A,A))),or(not(not(A)),B))) -> true
% 101.38/101.59  Current number of equations to process: 931
% 101.38/101.59  Current number of ordered equations: 0
% 101.38/101.59  Current number of rules: 1564
% 101.38/101.59  New rule produced :
% 101.38/101.59  [1587] theorem(or(not(or(A,B)),or(A,or(not(not(or(C,B))),X)))) -> true
% 101.38/101.59  Current number of equations to process: 930
% 101.38/101.59  Current number of ordered equations: 0
% 101.38/101.59  Current number of rules: 1565
% 101.38/101.59  New rule produced :
% 101.38/101.59  [1588] theorem(or(or(not(not(or(A,B))),C),not(B))) -> true
% 101.38/101.59  Current number of equations to process: 932
% 101.38/101.59  Current number of ordered equations: 0
% 101.38/101.59  Current number of rules: 1566
% 101.38/101.59  New rule produced :
% 104.68/104.85  [1589] theorem(or(A,or(not(B),or(not(not(or(C,B))),X)))) -> true
% 104.68/104.85  Current number of equations to process: 933
% 104.68/104.85  Current number of ordered equations: 0
% 104.68/104.85  Current number of rules: 1567
% 104.68/104.85  New rule produced :
% 104.68/104.85  [1590] theorem(or(not(or(A,A)),or(not(not(or(B,A))),C))) -> true
% 104.68/104.85  Current number of equations to process: 932
% 104.68/104.85  Current number of ordered equations: 0
% 104.68/104.85  Current number of rules: 1568
% 104.68/104.85  New rule produced :
% 104.68/104.85  [1591] theorem(or(not(A),or(not(not(or(B,or(C,A)))),X))) -> true
% 104.68/104.85  Current number of equations to process: 931
% 104.68/104.85  Current number of ordered equations: 0
% 104.68/104.85  Current number of rules: 1569
% 104.68/104.85  New rule produced :
% 104.68/104.85  [1592] theorem(or(not(or(A,B)),or(not(not(or(C,or(B,A)))),X))) -> true
% 104.68/104.85  Current number of equations to process: 933
% 104.68/104.85  Current number of ordered equations: 0
% 104.68/104.85  Current number of rules: 1570
% 104.68/104.85  New rule produced :
% 104.68/104.85  [1593] theorem(or(or(not(not(or(A,B))),C),not(or(B,A)))) -> true
% 104.68/104.85  Current number of equations to process: 935
% 104.68/104.85  Current number of ordered equations: 0
% 104.68/104.85  Current number of rules: 1571
% 104.68/104.85  New rule produced :
% 104.68/104.85  [1594] theorem(or(not(A),or(not(not(or(A,B))),C))) -> true
% 104.68/104.85  Current number of equations to process: 936
% 104.68/104.85  Current number of ordered equations: 0
% 104.68/104.85  Current number of rules: 1572
% 104.68/104.85  New rule produced :
% 104.68/104.85  [1595] theorem(or(A,or(not(or(B,C)),or(not(not(or(C,B))),X)))) -> true
% 104.68/104.85  Current number of equations to process: 935
% 104.68/104.85  Current number of ordered equations: 0
% 104.68/104.85  Current number of rules: 1573
% 104.68/104.85  New rule produced :
% 104.68/104.85  [1596] theorem(or(or(A,or(B,C)),not(or(A,or(B,B))))) -> true
% 104.68/104.85  Current number of equations to process: 939
% 104.68/104.85  Current number of ordered equations: 0
% 104.68/104.85  Current number of rules: 1574
% 104.68/104.85  New rule produced :
% 104.68/104.85  [1597] theorem(or(A,or(not(or(A,or(B,B))),or(B,C)))) -> true
% 104.68/104.85  Current number of equations to process: 939
% 104.68/104.85  Current number of ordered equations: 0
% 104.68/104.85  Current number of rules: 1575
% 104.68/104.85  New rule produced :
% 104.68/104.85  [1598] theorem(or(not(or(or(A,A),B)),or(B,or(A,C)))) -> true
% 104.68/104.85  Current number of equations to process: 940
% 104.68/104.85  Current number of ordered equations: 0
% 104.68/104.85  Current number of rules: 1576
% 104.68/104.85  New rule produced :
% 104.68/104.85  [1599] theorem(or(A,or(not(or(B,or(C,C))),or(B,or(C,X))))) -> true
% 104.68/104.85  Current number of equations to process: 939
% 104.68/104.85  Current number of ordered equations: 0
% 104.68/104.85  Current number of rules: 1577
% 104.68/104.85  New rule produced :
% 104.68/104.85  [1600] ifeq(axiom(or(or(A,B),not(or(A,A)))),true,true,true) -> true
% 104.68/104.85  Current number of equations to process: 940
% 104.68/104.85  Current number of ordered equations: 0
% 104.68/104.85  Current number of rules: 1578
% 104.68/104.85  New rule produced : [1601] theorem(or(A,or(or(B,C),not(or(B,B))))) -> true
% 104.68/104.85  Current number of equations to process: 940
% 104.68/104.85  Current number of ordered equations: 0
% 104.68/104.85  Current number of rules: 1579
% 104.68/104.85  New rule produced :
% 104.68/104.85  [1602] ifeq(axiom(or(A,or(not(or(B,B)),or(B,C)))),true,true,true) -> true
% 104.68/104.85  Current number of equations to process: 942
% 104.68/104.85  Current number of ordered equations: 0
% 104.68/104.85  Current number of rules: 1580
% 104.68/104.85  New rule produced : [1603] theorem(or(or(not(or(A,A)),or(A,B)),C)) -> true
% 104.68/104.85  Current number of equations to process: 943
% 104.68/104.85  Current number of ordered equations: 0
% 104.68/104.85  Current number of rules: 1581
% 104.68/104.85  New rule produced :
% 104.68/104.85  [1604] theorem(or(A,or(B,or(not(or(C,C)),or(C,X))))) -> true
% 104.68/104.85  Current number of equations to process: 942
% 104.68/104.85  Current number of ordered equations: 0
% 104.68/104.85  Current number of rules: 1582
% 104.68/104.85  New rule produced :
% 104.68/104.85  [1605] ifeq(axiom(or(A,or(not(or(A,A)),B))),true,true,true) -> true
% 104.68/104.85  Current number of equations to process: 944
% 104.68/104.85  Current number of ordered equations: 0
% 104.68/104.85  Current number of rules: 1583
% 104.68/104.85  New rule produced : [1606] theorem(or(or(not(or(A,A)),B),A)) -> true
% 104.68/104.85  Current number of equations to process: 946
% 104.68/104.85  Current number of ordered equations: 0
% 104.68/104.85  Current number of rules: 1584
% 104.68/104.85  New rule produced : [1607] theorem(or(A,or(B,or(not(or(B,B)),C)))) -> true
% 104.68/104.85  Current number of equations to process: 945
% 104.68/104.85  Current number of ordered equations: 0
% 104.68/104.85  Current number of rules: 1585
% 104.68/104.85  New rule produced :
% 104.68/104.85  [1608] theorem(or(not(or(A,A)),or(not(or(not(A),not(A))),B))) -> true
% 104.68/104.85  Current number of equations to process: 947
% 104.68/104.85  Current number of ordered equations: 0
% 104.68/104.85  Current number of rules: 1586
% 104.68/104.85  New rule produced :
% 104.68/104.85  [1609] theorem(or(not(or(A,B)),or(A,or(not(or(not(B),not(B))),C)))) -> true
% 104.68/104.85  Current number of equations to process: 947
% 104.68/104.85  Current number of ordered equations: 0
% 104.68/104.85  Current number of rules: 1587
% 107.88/108.09  New rule produced :
% 107.88/108.09  [1610] theorem(or(not(A),or(not(or(not(or(B,A)),not(or(B,A)))),C))) -> true
% 107.88/108.09  Current number of equations to process: 946
% 107.88/108.09  Current number of ordered equations: 0
% 107.88/108.09  Current number of rules: 1588
% 107.88/108.09  New rule produced :
% 107.88/108.09  [1611] theorem(or(or(A,B),not(or(or(A,A),or(A,A))))) -> true
% 107.88/108.09  Current number of equations to process: 948
% 107.88/108.09  Current number of ordered equations: 0
% 107.88/108.09  Current number of rules: 1589
% 107.88/108.09  New rule produced :
% 107.88/108.09  [1612] theorem(or(A,or(not(or(or(A,A),or(A,A))),B))) -> true
% 107.88/108.09  Current number of equations to process: 948
% 107.88/108.09  Current number of ordered equations: 0
% 107.88/108.09  Current number of rules: 1590
% 107.88/108.09  New rule produced :
% 107.88/108.09  [1613] theorem(or(A,or(not(or(or(B,B),or(B,B))),or(B,C)))) -> true
% 107.88/108.09  Current number of equations to process: 948
% 107.88/108.09  Current number of ordered equations: 0
% 107.88/108.09  Current number of rules: 1591
% 107.88/108.09  New rule produced :
% 107.88/108.09  [1614] theorem(or(or(A,or(or(B,C),X)),not(or(A,C)))) -> true
% 107.88/108.09  Current number of equations to process: 952
% 107.88/108.09  Current number of ordered equations: 0
% 107.88/108.09  Current number of rules: 1592
% 107.88/108.09  New rule produced :
% 107.88/108.09  [1615] theorem(or(A,or(not(or(A,B)),or(or(C,B),X)))) -> true
% 107.88/108.09  Current number of equations to process: 952
% 107.88/108.09  Current number of ordered equations: 0
% 107.88/108.09  Current number of rules: 1593
% 107.88/108.09  New rule produced :
% 107.88/108.09  [1616] theorem(or(not(or(A,B)),or(B,or(or(C,A),X)))) -> true
% 107.88/108.09  Current number of equations to process: 953
% 107.88/108.09  Current number of ordered equations: 0
% 107.88/108.09  Current number of rules: 1594
% 107.88/108.09  New rule produced :
% 107.88/108.09  [1617] theorem(or(A,or(not(or(B,C)),or(B,or(or(X,C),Y))))) -> true
% 107.88/108.09  Current number of equations to process: 952
% 107.88/108.09  Current number of ordered equations: 0
% 107.88/108.09  Current number of rules: 1595
% 107.88/108.09  New rule produced :
% 107.88/108.09  [1618] ifeq(axiom(or(or(or(A,B),C),not(B))),true,true,true) -> true
% 107.88/108.09  Current number of equations to process: 953
% 107.88/108.09  Current number of ordered equations: 0
% 107.88/108.09  Current number of rules: 1596
% 107.88/108.09  New rule produced : [1619] theorem(or(A,or(or(or(B,C),X),not(C)))) -> true
% 107.88/108.09  Current number of equations to process: 953
% 107.88/108.09  Current number of ordered equations: 0
% 107.88/108.09  Current number of rules: 1597
% 107.88/108.09  New rule produced :
% 107.88/108.09  [1620] ifeq(axiom(or(A,or(not(B),or(or(C,B),X)))),true,true,true) -> true
% 107.88/108.09  Current number of equations to process: 955
% 107.88/108.09  Current number of ordered equations: 0
% 107.88/108.09  Current number of rules: 1598
% 107.88/108.09  New rule produced : [1621] theorem(or(or(not(A),or(or(B,A),C)),X)) -> true
% 107.88/108.09  Current number of equations to process: 956
% 107.88/108.09  Current number of ordered equations: 0
% 107.88/108.09  Current number of rules: 1599
% 107.88/108.09  New rule produced :
% 107.88/108.09  [1622] theorem(or(A,or(B,or(not(C),or(or(X,C),Y))))) -> true
% 107.88/108.09  Current number of equations to process: 955
% 107.88/108.09  Current number of ordered equations: 0
% 107.88/108.09  Current number of rules: 1600
% 107.88/108.09  New rule produced :
% 107.88/108.09  [1623] ifeq(axiom(or(or(A,B),or(not(B),C))),true,true,true) -> true
% 107.88/108.09  Current number of equations to process: 956
% 107.88/108.09  Current number of ordered equations: 0
% 107.88/108.09  Current number of rules: 1601
% 107.88/108.09  New rule produced : [1624] theorem(or(or(not(A),B),or(C,A))) -> true
% 107.88/108.09  Current number of equations to process: 957
% 107.88/108.09  Current number of ordered equations: 0
% 107.88/108.09  Current number of rules: 1602
% 107.88/108.09  New rule produced : [1625] theorem(or(A,or(or(B,C),or(not(C),X)))) -> true
% 107.88/108.09  Current number of equations to process: 956
% 107.88/108.09  Current number of ordered equations: 0
% 107.88/108.09  Current number of rules: 1603
% 107.88/108.09  New rule produced :
% 107.88/108.09  [1626] theorem(or(not(or(A,or(B,B))),or(A,or(or(C,B),X)))) -> true
% 107.88/108.09  Current number of equations to process: 957
% 107.88/108.09  Current number of ordered equations: 0
% 107.88/108.09  Current number of rules: 1604
% 107.88/108.09  New rule produced : [1627] theorem(or(or(or(A,B),C),not(or(B,B)))) -> true
% 107.88/108.09  Current number of equations to process: 959
% 107.88/108.09  Current number of ordered equations: 0
% 107.88/108.09  Current number of rules: 1605
% 107.88/108.09  New rule produced : [1628] theorem(or(or(A,B),or(not(or(B,B)),C))) -> true
% 107.88/108.09  Current number of equations to process: 959
% 107.88/108.09  Current number of ordered equations: 0
% 107.88/108.09  Current number of rules: 1606
% 107.88/108.09  New rule produced :
% 107.88/108.09  [1629] theorem(or(A,or(not(or(B,B)),or(or(C,B),X)))) -> true
% 107.88/108.09  Current number of equations to process: 959
% 107.88/108.09  Current number of ordered equations: 0
% 107.88/108.09  Current number of rules: 1607
% 107.88/108.09  New rule produced :
% 107.88/108.09  [1630] theorem(or(not(or(or(A,A),or(A,A))),or(or(B,A),C))) -> true
% 107.88/108.09  Current number of equations to process: 960
% 107.88/108.09  Current number of ordered equations: 0
% 109.38/109.58  Current number of rules: 1608
% 109.38/109.58  New rule produced :
% 109.38/109.58  [1631] theorem(or(not(or(A,B)),or(A,or(or(C,or(X,B)),Y)))) -> true
% 109.38/109.58  Current number of equations to process: 959
% 109.38/109.58  Current number of ordered equations: 0
% 109.38/109.58  Current number of rules: 1609
% 109.38/109.58  New rule produced : [1632] theorem(or(or(or(A,or(B,C)),X),not(C))) -> true
% 109.38/109.58  Current number of equations to process: 961
% 109.38/109.58  Current number of ordered equations: 0
% 109.38/109.58  Current number of rules: 1610
% 109.38/109.58  New rule produced : [1633] theorem(or(or(A,or(B,C)),or(not(C),X))) -> true
% 109.38/109.58  Current number of equations to process: 961
% 109.38/109.58  Current number of ordered equations: 0
% 109.38/109.58  Current number of rules: 1611
% 109.38/109.58  New rule produced :
% 109.38/109.58  [1634] theorem(or(A,or(not(B),or(or(C,or(X,B)),Y)))) -> true
% 109.38/109.58  Current number of equations to process: 962
% 109.38/109.58  Current number of ordered equations: 0
% 109.38/109.58  Current number of rules: 1612
% 109.38/109.58  New rule produced :
% 109.38/109.58  [1635] theorem(or(not(or(A,A)),or(or(B,or(C,A)),X))) -> true
% 109.38/109.58  Current number of equations to process: 961
% 109.38/109.58  Current number of ordered equations: 0
% 109.38/109.58  Current number of rules: 1613
% 109.38/109.58  New rule produced :
% 109.38/109.58  [1636] theorem(or(not(A),or(or(B,or(C,or(X,A))),Y))) -> true
% 109.38/109.58  Current number of equations to process: 960
% 109.38/109.58  Current number of ordered equations: 0
% 109.38/109.58  Current number of rules: 1614
% 109.38/109.58  New rule produced :
% 109.38/109.58  [1637] theorem(or(not(or(A,B)),or(or(C,or(X,or(B,A))),Y))) -> true
% 109.38/109.58  Current number of equations to process: 962
% 109.38/109.58  Current number of ordered equations: 0
% 109.38/109.58  Current number of rules: 1615
% 109.38/109.58  New rule produced :
% 109.38/109.58  [1638] theorem(or(or(or(A,or(B,C)),X),not(or(C,B)))) -> true
% 109.38/109.58  Current number of equations to process: 963
% 109.38/109.58  Current number of ordered equations: 0
% 109.38/109.58  Current number of rules: 1616
% 109.38/109.58  New rule produced :
% 109.38/109.58  [1639] theorem(or(or(A,or(B,C)),or(not(or(C,B)),X))) -> true
% 109.38/109.58  Current number of equations to process: 963
% 109.38/109.58  Current number of ordered equations: 0
% 109.38/109.58  Current number of rules: 1617
% 109.38/109.58  New rule produced : [1640] theorem(or(not(A),or(or(B,or(A,C)),X))) -> true
% 109.38/109.58  Current number of equations to process: 964
% 109.38/109.58  Current number of ordered equations: 0
% 109.38/109.58  Current number of rules: 1618
% 109.38/109.58  New rule produced :
% 109.38/109.58  [1641] theorem(or(A,or(not(or(B,C)),or(or(X,or(C,B)),Y)))) -> true
% 109.38/109.58  Current number of equations to process: 963
% 109.38/109.58  Current number of ordered equations: 0
% 109.38/109.58  Current number of rules: 1619
% 109.38/109.58  New rule produced :
% 109.38/109.58  [1642] theorem(or(A,or(B,or(not(or(C,X)),or(Y,or(Z,or(X,C))))))) -> true
% 109.38/109.58  Current number of equations to process: 962
% 109.38/109.58  Current number of ordered equations: 0
% 109.38/109.58  Current number of rules: 1620
% 109.38/109.58  New rule produced :
% 109.38/109.58  [1643]
% 109.38/109.58  ifeq(axiom(or(not(or(A,or(or(B,C),not(B)))),X)),true,theorem(X),true) -> true
% 109.38/109.58  Current number of equations to process: 961
% 109.38/109.58  Current number of ordered equations: 0
% 109.38/109.58  Current number of rules: 1621
% 109.38/109.58  New rule produced :
% 109.38/109.58  [1644]
% 109.38/109.58  ifeq(axiom(or(not(or(or(not(A),or(A,B)),C)),X)),true,theorem(X),true) -> true
% 109.38/109.58  Current number of equations to process: 960
% 109.38/109.58  Current number of ordered equations: 0
% 109.38/109.58  Current number of rules: 1622
% 109.38/109.58  New rule produced :
% 109.38/109.58  [1645] theorem(or(not(or(A,or(B,C))),or(A,or(B,or(not(not(C)),X))))) -> true
% 109.38/109.58  Current number of equations to process: 959
% 109.38/109.58  Current number of ordered equations: 0
% 109.38/109.58  Current number of rules: 1623
% 109.38/109.58  New rule produced :
% 109.38/109.58  [1646] theorem(or(not(or(or(A,B),or(A,B))),or(A,or(not(not(B)),C)))) -> true
% 109.38/109.58  Current number of equations to process: 958
% 109.38/109.58  Current number of ordered equations: 0
% 109.38/109.58  Current number of rules: 1624
% 109.38/109.58  New rule produced :
% 109.38/109.58  [1647]
% 109.38/109.58  ifeq(axiom(or(not(or(A,or(B,or(not(B),C)))),X)),true,theorem(X),true) -> true
% 109.38/109.58  Current number of equations to process: 957
% 109.38/109.58  Current number of ordered equations: 0
% 109.38/109.58  Current number of rules: 1625
% 109.38/109.58  New rule produced :
% 109.38/109.58  [1648] theorem(or(not(or(A,or(B,C))),or(A,or(not(not(or(C,B))),X)))) -> true
% 109.38/109.58  Current number of equations to process: 956
% 109.38/109.58  Current number of ordered equations: 0
% 109.38/109.58  Current number of rules: 1626
% 109.38/109.58  New rule produced :
% 109.38/109.58  [1649] theorem(or(not(or(or(A,B),or(A,B))),or(not(not(or(B,A))),C))) -> true
% 109.38/109.58  Current number of equations to process: 955
% 109.38/109.58  Current number of ordered equations: 0
% 109.38/109.58  Current number of rules: 1627
% 109.38/109.58  New rule produced :
% 109.38/109.58  [1650] theorem(or(not(or(A,or(B,or(C,C)))),or(A,or(B,or(C,X))))) -> true
% 109.38/109.58  Current number of equations to process: 954
% 109.38/109.58  Current number of ordered equations: 0
% 109.38/109.58  Current number of rules: 1628
% 109.38/109.58  New rule produced :
% 109.38/109.58  [1651]
% 113.88/114.04  ifeq(axiom(or(not(or(or(A,B),not(or(A,A)))),C)),true,theorem(C),true) -> true
% 113.88/114.04  Current number of equations to process: 953
% 113.88/114.04  Current number of ordered equations: 0
% 113.88/114.04  Current number of rules: 1629
% 113.88/114.04  New rule produced :
% 113.88/114.04  [1652]
% 113.88/114.04  ifeq(axiom(or(not(or(A,or(not(or(A,A)),B))),C)),true,theorem(C),true) -> true
% 113.88/114.04  Current number of equations to process: 952
% 113.88/114.04  Current number of ordered equations: 0
% 113.88/114.04  Current number of rules: 1630
% 113.88/114.04  New rule produced :
% 113.88/114.04  [1653] theorem(or(not(or(A,or(or(B,B),or(B,B)))),or(A,or(B,C)))) -> true
% 113.88/114.04  Current number of equations to process: 951
% 113.88/114.04  Current number of ordered equations: 0
% 113.88/114.04  Current number of rules: 1631
% 113.88/114.04  New rule produced :
% 113.88/114.04  [1654] theorem(or(not(or(A,or(B,C))),or(A,or(B,or(or(X,C),Y))))) -> true
% 113.88/114.04  Current number of equations to process: 950
% 113.88/114.04  Current number of ordered equations: 0
% 113.88/114.04  Current number of rules: 1632
% 113.88/114.04  New rule produced :
% 113.88/114.04  [1655] theorem(or(not(or(or(A,B),or(A,B))),or(A,or(or(C,B),X)))) -> true
% 113.88/114.04  Current number of equations to process: 949
% 113.88/114.04  Current number of ordered equations: 0
% 113.88/114.04  Current number of rules: 1633
% 113.88/114.04  New rule produced :
% 113.88/114.04  [1656]
% 113.88/114.04  ifeq(axiom(or(not(or(or(or(A,B),C),not(B))),X)),true,theorem(X),true) -> true
% 113.88/114.04  Current number of equations to process: 948
% 113.88/114.04  Current number of ordered equations: 0
% 113.88/114.04  Current number of rules: 1634
% 113.88/114.04  New rule produced :
% 113.88/114.04  [1657]
% 113.88/114.04  ifeq(axiom(or(not(or(or(A,B),or(not(B),C))),X)),true,theorem(X),true) -> true
% 113.88/114.04  Current number of equations to process: 947
% 113.88/114.04  Current number of ordered equations: 0
% 113.88/114.04  Current number of rules: 1635
% 113.88/114.04  New rule produced :
% 113.88/114.04  [1658] theorem(or(not(or(A,or(B,C))),or(A,or(or(X,or(C,B)),Y)))) -> true
% 113.88/114.04  Current number of equations to process: 946
% 113.88/114.04  Current number of ordered equations: 0
% 113.88/114.04  Current number of rules: 1636
% 113.88/114.04  New rule produced :
% 113.88/114.04  [1659] theorem(or(not(or(or(A,B),or(A,B))),or(or(C,or(B,A)),X))) -> true
% 113.88/114.04  Current number of equations to process: 945
% 113.88/114.04  Current number of ordered equations: 0
% 113.88/114.04  Current number of rules: 1637
% 113.88/114.04  New rule produced :
% 113.88/114.04  [1660] theorem(or(or(A,or(or(B,C),X)),not(or(A,or(C,B))))) -> true
% 113.88/114.04  Current number of equations to process: 951
% 113.88/114.04  Current number of ordered equations: 0
% 113.88/114.04  Current number of rules: 1638
% 113.88/114.05  New rule produced :
% 113.88/114.05  [1661] theorem(or(A,or(not(or(A,or(B,C))),or(or(C,B),X)))) -> true
% 113.88/114.05  Current number of equations to process: 950
% 113.88/114.05  Current number of ordered equations: 0
% 113.88/114.05  Current number of rules: 1639
% 113.88/114.05  New rule produced :
% 113.88/114.05  [1662] theorem(or(not(or(or(A,B),C)),or(C,or(or(B,A),X)))) -> true
% 113.88/114.05  Current number of equations to process: 950
% 113.88/114.05  Current number of ordered equations: 0
% 113.88/114.05  Current number of rules: 1640
% 113.88/114.05  New rule produced :
% 113.88/114.05  [1663] ifeq(axiom(or(or(or(A,B),C),not(or(B,A)))),true,true,true) -> true
% 113.88/114.05  Current number of equations to process: 951
% 113.88/114.05  Current number of ordered equations: 0
% 113.88/114.05  Current number of rules: 1641
% 113.88/114.05  New rule produced :
% 113.88/114.05  [1664] theorem(or(A,or(or(or(B,C),X),not(or(C,B))))) -> true
% 113.88/114.05  Current number of equations to process: 951
% 113.88/114.05  Current number of ordered equations: 0
% 113.88/114.05  Current number of rules: 1642
% 113.88/114.05  New rule produced :
% 113.88/114.05  [1665] ifeq(axiom(or(or(A,B),or(not(or(B,A)),C))),true,true,true) -> true
% 113.88/114.05  Current number of equations to process: 952
% 113.88/114.05  Current number of ordered equations: 0
% 113.88/114.05  Current number of rules: 1643
% 113.88/114.05  New rule produced : [1666] theorem(or(or(not(or(A,B)),C),or(B,A))) -> true
% 113.88/114.05  Current number of equations to process: 953
% 113.88/114.05  Current number of ordered equations: 0
% 113.88/114.05  Current number of rules: 1644
% 113.88/114.05  New rule produced :
% 113.88/114.05  [1667] theorem(or(A,or(or(B,C),or(not(or(C,B)),X)))) -> true
% 113.88/114.05  Current number of equations to process: 952
% 113.88/114.05  Current number of ordered equations: 0
% 113.88/114.05  Current number of rules: 1645
% 113.88/114.05  New rule produced :
% 113.88/114.05  [1668] theorem(or(not(or(A,B)),or(A,or(or(B,C),X)))) -> true
% 113.88/114.05  Current number of equations to process: 953
% 113.88/114.05  Current number of ordered equations: 0
% 113.88/114.05  Current number of rules: 1646
% 113.88/114.05  New rule produced : [1669] theorem(or(or(or(A,B),C),not(A))) -> true
% 113.88/114.05  Current number of equations to process: 955
% 113.88/114.05  Current number of ordered equations: 0
% 113.88/114.05  Current number of rules: 1647
% 113.88/114.05  New rule produced : [1670] theorem(or(A,or(not(B),or(or(B,C),X)))) -> true
% 113.88/114.05  Current number of equations to process: 954
% 113.88/114.05  Current number of ordered equations: 0
% 113.88/114.05  Current number of rules: 1648
% 113.88/114.05  New rule produced : [1671] theorem(or(or(A,B),or(not(A),C))) -> true
% 119.88/120.02  Current number of equations to process: 954
% 119.88/120.02  Current number of ordered equations: 0
% 119.88/120.02  Current number of rules: 1649
% 119.88/120.02  New rule produced : [1672] theorem(or(not(or(A,A)),or(or(A,B),C))) -> true
% 119.88/120.02  Current number of equations to process: 954
% 119.88/120.02  Current number of ordered equations: 0
% 119.88/120.02  Current number of rules: 1650
% 119.88/120.02  New rule produced : [1673] theorem(or(not(A),or(or(or(B,A),C),X))) -> true
% 119.88/120.02  Current number of equations to process: 954
% 119.88/120.02  Current number of ordered equations: 0
% 119.88/120.02  Current number of rules: 1651
% 119.88/120.02  New rule produced :
% 119.88/120.02  [1674] theorem(or(not(or(A,B)),or(or(or(B,A),C),X))) -> true
% 119.88/120.02  Current number of equations to process: 954
% 119.88/120.02  Current number of ordered equations: 0
% 119.88/120.02  Current number of rules: 1652
% 119.88/120.02  New rule produced :
% 119.88/120.02  [1675] theorem(or(or(not(or(A,B)),or(or(B,A),C)),X)) -> true
% 119.88/120.02  Current number of equations to process: 958
% 119.88/120.02  Current number of ordered equations: 0
% 119.88/120.02  Current number of rules: 1653
% 119.88/120.02  New rule produced :
% 119.88/120.02  [1676] theorem(or(A,or(B,or(not(or(C,X)),or(or(X,C),Y))))) -> true
% 119.88/120.02  Current number of equations to process: 957
% 119.88/120.02  Current number of ordered equations: 0
% 119.88/120.02  Current number of rules: 1654
% 119.88/120.02  New rule produced :
% 119.88/120.02  [1677] theorem(or(A,or(not(or(B,or(C,X))),or(B,or(or(X,C),Y))))) -> true
% 119.88/120.02  Current number of equations to process: 958
% 119.88/120.02  Current number of ordered equations: 0
% 119.88/120.02  Current number of rules: 1655
% 119.88/120.02  New rule produced :
% 119.88/120.02  [1678]
% 119.88/120.02  ifeq(axiom(or(not(or(not(A),or(or(A,B),C))),X)),true,theorem(X),true) -> true
% 119.88/120.02  Current number of equations to process: 957
% 119.88/120.02  Current number of ordered equations: 0
% 119.88/120.02  Current number of rules: 1656
% 119.88/120.02  New rule produced :
% 119.88/120.02  [1679]
% 119.88/120.02  ifeq(axiom(or(not(A),B)),true,theorem(or(not(A),or(or(B,C),X))),true) -> true
% 119.88/120.02  Current number of equations to process: 956
% 119.88/120.02  Current number of ordered equations: 0
% 119.88/120.02  Current number of rules: 1657
% 119.88/120.02  New rule produced :
% 119.88/120.02  [1680]
% 119.88/120.02  ifeq(axiom(or(A,or(not(or(B,C)),or(or(C,B),X)))),true,true,true) -> true
% 119.88/120.02  Current number of equations to process: 955
% 119.88/120.02  Current number of ordered equations: 0
% 119.88/120.02  Current number of rules: 1658
% 119.88/120.02  New rule produced :
% 119.88/120.02  [1681] theorem(or(or(or(A,B),C),not(or(or(B,A),or(B,A))))) -> true
% 119.88/120.02  Current number of equations to process: 959
% 119.88/120.02  Current number of ordered equations: 0
% 119.88/120.02  Current number of rules: 1659
% 119.88/120.02  New rule produced :
% 119.88/120.02  [1682] theorem(or(or(A,B),or(not(or(or(B,A),or(B,A))),C))) -> true
% 119.88/120.02  Current number of equations to process: 958
% 119.88/120.02  Current number of ordered equations: 0
% 119.88/120.02  Current number of rules: 1660
% 119.88/120.02  New rule produced :
% 119.88/120.02  [1683] theorem(or(A,or(not(or(or(B,C),or(B,C))),or(or(C,B),X)))) -> true
% 119.88/120.02  Current number of equations to process: 960
% 119.88/120.02  Current number of ordered equations: 0
% 119.88/120.02  Current number of rules: 1661
% 119.88/120.02  New rule produced :
% 119.88/120.02  [1684]
% 119.88/120.02  theorem(or(not(or(A,B)),or(not(or(not(or(B,A)),not(or(B,A)))),C))) -> true
% 119.88/120.02  Current number of equations to process: 954
% 119.88/120.02  Current number of ordered equations: 0
% 119.88/120.02  Current number of rules: 1662
% 119.88/120.02  New rule produced :
% 119.88/120.02  [1685] theorem(or(or(not(or(A,or(or(B,B),or(B,B)))),or(A,B)),C)) -> true
% 119.88/120.02  Current number of equations to process: 955
% 119.88/120.02  Current number of ordered equations: 0
% 119.88/120.02  Current number of rules: 1663
% 119.88/120.02  New rule produced :
% 119.88/120.02  [1686] theorem(or(not(or(A,or(or(B,B),or(B,B)))),or(C,or(A,B)))) -> true
% 119.88/120.02  Current number of equations to process: 954
% 119.88/120.02  Current number of ordered equations: 0
% 119.88/120.02  Current number of rules: 1664
% 119.88/120.02  New rule produced :
% 119.88/120.02  [1687] theorem(or(or(A,or(B,or(C,or(X,Y)))),not(or(A,or(B,Y))))) -> true
% 119.88/120.02  Current number of equations to process: 961
% 119.88/120.02  Current number of ordered equations: 0
% 119.88/120.02  Current number of rules: 1665
% 119.88/120.02  New rule produced :
% 119.88/120.02  [1688] theorem(or(A,or(not(or(A,or(B,C))),or(B,or(X,or(Y,C)))))) -> true
% 119.88/120.02  Current number of equations to process: 960
% 119.88/120.02  Current number of ordered equations: 0
% 119.88/120.02  Current number of rules: 1666
% 119.88/120.02  New rule produced :
% 119.88/120.02  [1689] theorem(or(not(or(or(A,B),C)),or(C,or(A,or(X,or(Y,B)))))) -> true
% 119.88/120.02  Current number of equations to process: 959
% 119.88/120.02  Current number of ordered equations: 0
% 119.88/120.02  Current number of rules: 1667
% 119.88/120.02  New rule produced :
% 119.88/120.02  [1690] theorem(or(or(A,or(B,or(C,X))),not(or(or(A,X),or(A,X))))) -> true
% 119.88/120.02  Current number of equations to process: 965
% 119.88/120.02  Current number of ordered equations: 0
% 119.88/120.02  Current number of rules: 1668
% 119.88/120.02  New rule produced :
% 119.88/120.02  [1691] theorem(or(A,or(not(or(or(A,B),or(A,B))),or(C,or(X,B))))) -> true
% 119.88/120.02  Current number of equations to process: 964
% 134.16/134.29  Current number of ordered equations: 0
% 134.16/134.29  Current number of rules: 1669
% 134.16/134.29  New rule produced :
% 134.16/134.29  [1692] theorem(or(or(A,or(B,or(C,or(X,Y)))),not(or(A,or(Y,X))))) -> true
% 134.16/134.29  Current number of equations to process: 971
% 134.16/134.29  Current number of ordered equations: 0
% 134.16/134.29  Current number of rules: 1670
% 134.16/134.29  New rule produced :
% 134.16/134.29  [1693] theorem(or(A,or(not(or(A,or(B,C))),or(X,or(Y,or(C,B)))))) -> true
% 134.16/134.29  Current number of equations to process: 970
% 134.16/134.29  Current number of ordered equations: 0
% 134.16/134.29  Current number of rules: 1671
% 134.16/134.29  New rule produced :
% 134.16/134.29  [1694] theorem(or(not(or(or(A,B),C)),or(C,or(X,or(Y,or(B,A)))))) -> true
% 134.16/134.29  Current number of equations to process: 969
% 134.16/134.29  Current number of ordered equations: 0
% 134.16/134.29  Current number of rules: 1672
% 134.16/134.29  New rule produced :
% 134.16/134.29  [1695] theorem(or(or(A,or(B,or(C,X))),not(or(or(X,C),or(X,C))))) -> true
% 134.16/134.29  Current number of equations to process: 974
% 134.16/134.29  Current number of ordered equations: 0
% 134.16/134.29  Current number of rules: 1673
% 134.16/134.29  New rule produced :
% 134.16/134.29  [1696] theorem(or(not(or(A,or(B,C))),or(not(not(or(B,or(A,C)))),X))) -> true
% 134.16/134.29  Current number of equations to process: 975
% 134.16/134.29  Current number of ordered equations: 0
% 134.16/134.29  Current number of rules: 1674
% 134.16/134.29  New rule produced :
% 134.16/134.29  [1697] theorem(or(not(or(A,or(or(A,B),B))),or(or(A,B),C))) -> true
% 134.16/134.29  Current number of equations to process: 975
% 134.16/134.29  Current number of ordered equations: 0
% 134.16/134.29  Current number of rules: 1675
% 134.16/134.29  New rule produced :
% 134.16/134.29  [1698] theorem(or(not(or(A,or(B,C))),or(or(X,or(B,or(A,C))),Y))) -> true
% 134.16/134.29  Current number of equations to process: 976
% 134.16/134.29  Current number of ordered equations: 0
% 134.16/134.29  Current number of rules: 1676
% 134.16/134.29  New rule produced :
% 134.16/134.29  [1699] theorem(or(A,or(or(not(or(or(B,C),or(B,C))),or(C,B)),X))) -> true
% 134.16/134.29  Current number of equations to process: 981
% 134.16/134.29  Current number of ordered equations: 0
% 134.16/134.29  Current number of rules: 1677
% 134.16/134.29  New rule produced :
% 134.16/134.29  [1700] theorem(or(or(A,or(not(or(or(B,C),or(B,C))),or(C,B))),X)) -> true
% 134.16/134.29  Current number of equations to process: 982
% 134.16/134.29  Current number of ordered equations: 0
% 134.16/134.29  Current number of rules: 1678
% 134.16/134.29  New rule produced :
% 134.16/134.29  [1701] theorem(or(not(or(A,B)),or(or(A,or(C,B)),X))) -> true
% 134.16/134.29  Current number of equations to process: 989
% 134.16/134.29  Current number of ordered equations: 0
% 134.16/134.29  Current number of rules: 1679
% 134.16/134.29  New rule produced :
% 134.16/134.29  [1702] theorem(or(or(or(A,or(B,C)),X),not(or(B,or(A,C))))) -> true
% 134.16/134.29  Current number of equations to process: 988
% 134.16/134.29  Current number of ordered equations: 0
% 134.16/134.29  Current number of rules: 1680
% 134.16/134.29  New rule produced :
% 134.16/134.29  [1703] theorem(or(or(A,or(B,C)),or(not(or(B,or(A,C))),X))) -> true
% 134.16/134.29  Current number of equations to process: 987
% 134.16/134.29  Current number of ordered equations: 0
% 134.16/134.29  Current number of rules: 1681
% 134.16/134.29  New rule produced :
% 134.16/134.29  [1704] theorem(or(not(or(or(A,B),C)),or(or(A,or(C,B)),X))) -> true
% 134.16/134.29  Current number of equations to process: 987
% 134.16/134.29  Current number of ordered equations: 0
% 134.16/134.29  Current number of rules: 1682
% 134.16/134.29  New rule produced :
% 134.16/134.29  [1705] theorem(or(A,or(not(or(B,or(C,X))),or(or(C,or(B,X)),Y)))) -> true
% 134.16/134.29  Current number of equations to process: 988
% 134.16/134.29  Current number of ordered equations: 0
% 134.16/134.29  Current number of rules: 1683
% 134.16/134.29  New rule produced :
% 134.16/134.29  [1706] theorem(or(or(or(not(or(A,B)),or(A,C)),X),not(or(not(B),C)))) -> true
% 134.16/134.29  Current number of equations to process: 993
% 134.16/134.29  Current number of ordered equations: 0
% 134.16/134.29  Current number of rules: 1684
% 134.16/134.29  New rule produced :
% 134.16/134.29  [1707] theorem(or(or(not(or(A,B)),or(A,C)),or(not(or(not(B),C)),X))) -> true
% 134.16/134.29  Current number of equations to process: 992
% 134.16/134.29  Current number of ordered equations: 0
% 134.16/134.29  Current number of rules: 1685
% 134.16/134.29  New rule produced :
% 134.16/134.29  [1708] theorem(or(not(or(A,not(B))),or(or(not(or(C,B)),or(C,A)),X))) -> true
% 134.16/134.29  Current number of equations to process: 991
% 134.16/134.29  Current number of ordered equations: 0
% 134.16/134.29  Current number of rules: 1686
% 134.16/134.29  New rule produced :
% 134.16/134.29  [1709] theorem(or(A,or(or(B,or(C,or(X,Y))),not(or(B,or(Y,X)))))) -> true
% 134.16/134.29  Current number of equations to process: 996
% 134.16/134.29  Current number of ordered equations: 0
% 134.16/134.29  Current number of rules: 1687
% 134.16/134.29  New rule produced :
% 134.16/134.29  [1710] theorem(or(or(not(or(A,or(B,C))),or(X,or(C,B))),A)) -> true
% 134.16/134.29  Current number of equations to process: 1000
% 134.16/134.29  Current number of ordered equations: 0
% 134.16/134.29  Current number of rules: 1688
% 134.16/134.29  New rule produced :
% 134.16/134.29  [1711] theorem(or(A,or(B,or(not(or(B,or(C,X))),or(Y,or(X,C)))))) -> true
% 134.16/134.29  Current number of equations to process: 1002
% 138.84/138.97  Current number of ordered equations: 0
% 138.84/138.97  Current number of rules: 1689
% 138.84/138.97  New rule produced :
% 138.84/138.97  [1712] theorem(or(or(A,or(B,or(C,X))),not(or(or(X,C),A)))) -> true
% 138.84/138.97  Current number of equations to process: 1006
% 138.84/138.97  Current number of ordered equations: 0
% 138.84/138.97  Current number of rules: 1690
% 138.84/138.97  New rule produced :
% 138.84/138.97  [1713] theorem(or(A,or(not(or(or(B,C),A)),or(X,or(C,B))))) -> true
% 138.84/138.97  Current number of equations to process: 1005
% 138.84/138.97  Current number of ordered equations: 0
% 138.84/138.97  Current number of rules: 1691
% 138.84/138.97  New rule produced :
% 138.84/138.97  [1714] theorem(or(A,or(not(or(or(B,C),X)),or(X,or(Y,or(C,B)))))) -> true
% 138.84/138.97  Current number of equations to process: 1004
% 138.84/138.97  Current number of ordered equations: 0
% 138.84/138.97  Current number of rules: 1692
% 138.84/138.97  New rule produced :
% 138.84/138.97  [1715] theorem(or(or(or(A,or(B,C)),not(or(C,B))),X)) -> true
% 138.84/138.97  Current number of equations to process: 1008
% 138.84/138.97  Current number of ordered equations: 0
% 138.84/138.97  Current number of rules: 1693
% 138.84/138.97  New rule produced :
% 138.84/138.97  [1716] theorem(or(or(A,or(B,C)),or(X,not(or(C,B))))) -> true
% 138.84/138.97  Current number of equations to process: 1008
% 138.84/138.97  Current number of ordered equations: 0
% 138.84/138.97  Current number of rules: 1694
% 138.84/138.97  New rule produced :
% 138.84/138.97  [1717] theorem(or(A,or(B,or(or(C,or(X,Y)),not(or(Y,X)))))) -> true
% 138.84/138.97  Current number of equations to process: 1007
% 138.84/138.97  Current number of ordered equations: 0
% 138.84/138.97  Current number of rules: 1695
% 138.84/138.97  New rule produced :
% 138.84/138.97  [1718] theorem(or(or(A,or(B,or(C,X))),not(or(A,C)))) -> true
% 138.84/138.97  Current number of equations to process: 1011
% 138.84/138.97  Current number of ordered equations: 0
% 138.84/138.97  Current number of rules: 1696
% 138.84/138.97  New rule produced :
% 138.84/138.97  [1719] theorem(or(A,or(not(or(A,B)),or(C,or(B,X))))) -> true
% 138.84/138.97  Current number of equations to process: 1011
% 138.84/138.97  Current number of ordered equations: 0
% 138.84/138.97  Current number of rules: 1697
% 138.84/138.97  New rule produced :
% 138.84/138.97  [1720] theorem(or(not(or(A,B)),or(B,or(C,or(A,X))))) -> true
% 138.84/138.97  Current number of equations to process: 1012
% 138.84/138.97  Current number of ordered equations: 0
% 138.84/138.97  Current number of rules: 1698
% 138.84/138.97  New rule produced :
% 138.84/138.97  [1721] theorem(or(A,or(not(or(B,C)),or(B,or(X,or(C,Y)))))) -> true
% 138.84/138.97  Current number of equations to process: 1011
% 138.84/138.97  Current number of ordered equations: 0
% 138.84/138.97  Current number of rules: 1699
% 138.84/138.97  New rule produced :
% 138.84/138.97  [1722] ifeq(axiom(or(or(A,or(B,C)),not(B))),true,true,true) -> true
% 138.84/138.97  Current number of equations to process: 1012
% 138.84/138.97  Current number of ordered equations: 0
% 138.84/138.97  Current number of rules: 1700
% 138.84/138.97  New rule produced : [1723] theorem(or(A,or(or(B,or(C,X)),not(C)))) -> true
% 138.84/138.97  Current number of equations to process: 1012
% 138.84/138.97  Current number of ordered equations: 0
% 138.84/138.97  Current number of rules: 1701
% 138.84/138.97  New rule produced :
% 138.84/138.97  [1724] ifeq(axiom(or(A,or(not(B),or(C,or(B,X))))),true,true,true) -> true
% 138.84/138.97  Current number of equations to process: 1014
% 138.84/138.97  Current number of ordered equations: 0
% 138.84/138.97  Current number of rules: 1702
% 138.84/138.97  New rule produced : [1725] theorem(or(or(not(A),or(B,or(A,C))),X)) -> true
% 138.84/138.97  Current number of equations to process: 1015
% 138.84/138.97  Current number of ordered equations: 0
% 138.84/138.97  Current number of rules: 1703
% 138.84/138.97  New rule produced :
% 138.84/138.97  [1726] theorem(or(A,or(B,or(not(C),or(X,or(C,Y)))))) -> true
% 138.84/138.97  Current number of equations to process: 1014
% 138.84/138.97  Current number of ordered equations: 0
% 138.84/138.97  Current number of rules: 1704
% 138.84/138.97  New rule produced :
% 138.84/138.97  [1727] theorem(or(not(or(A,or(B,B))),or(A,or(C,or(B,X))))) -> true
% 138.84/138.97  Current number of equations to process: 1015
% 138.84/138.97  Current number of ordered equations: 0
% 138.84/138.97  Current number of rules: 1705
% 138.84/138.97  New rule produced : [1728] theorem(or(or(A,or(B,C)),not(or(B,B)))) -> true
% 138.84/138.97  Current number of equations to process: 1017
% 138.84/138.97  Current number of ordered equations: 0
% 138.84/138.97  Current number of rules: 1706
% 138.84/138.97  New rule produced :
% 138.84/138.97  [1729] theorem(or(A,or(not(or(B,B)),or(C,or(B,X))))) -> true
% 138.84/138.97  Current number of equations to process: 1017
% 138.84/138.97  Current number of ordered equations: 0
% 138.84/138.97  Current number of rules: 1707
% 138.84/138.97  New rule produced :
% 138.84/138.97  [1730] theorem(or(not(or(or(A,A),or(A,A))),or(B,or(A,C)))) -> true
% 138.84/138.97  Current number of equations to process: 1018
% 138.84/138.97  Current number of ordered equations: 0
% 138.84/138.97  Current number of rules: 1708
% 138.84/138.97  New rule produced :
% 138.84/138.97  [1731] theorem(or(not(or(A,B)),or(A,or(C,or(or(X,B),Y))))) -> true
% 138.84/138.97  Current number of equations to process: 1017
% 138.84/138.97  Current number of ordered equations: 0
% 138.84/138.97  Current number of rules: 1709
% 138.84/138.97  New rule produced : [1732] theorem(or(or(A,or(or(B,C),X)),not(C))) -> true
% 144.26/144.41  Current number of equations to process: 1019
% 144.26/144.41  Current number of ordered equations: 0
% 144.26/144.41  Current number of rules: 1710
% 144.26/144.41  New rule produced :
% 144.26/144.41  [1733] theorem(or(A,or(not(B),or(C,or(or(X,B),Y))))) -> true
% 144.26/144.41  Current number of equations to process: 1020
% 144.26/144.41  Current number of ordered equations: 0
% 144.26/144.41  Current number of rules: 1711
% 144.26/144.41  New rule produced :
% 144.26/144.41  [1734] theorem(or(not(or(A,A)),or(B,or(or(C,A),X)))) -> true
% 144.26/144.41  Current number of equations to process: 1019
% 144.26/144.41  Current number of ordered equations: 0
% 144.26/144.41  Current number of rules: 1712
% 144.26/144.41  New rule produced :
% 144.26/144.41  [1735] theorem(or(not(A),or(B,or(or(C,or(X,A)),Y)))) -> true
% 144.26/144.41  Current number of equations to process: 1018
% 144.26/144.41  Current number of ordered equations: 0
% 144.26/144.41  Current number of rules: 1713
% 144.26/144.41  New rule produced :
% 144.26/144.41  [1736] theorem(or(not(or(A,B)),or(C,or(or(X,or(B,A)),Y)))) -> true
% 144.26/144.41  Current number of equations to process: 1020
% 144.26/144.41  Current number of ordered equations: 0
% 144.26/144.41  Current number of rules: 1714
% 144.26/144.41  New rule produced :
% 144.26/144.41  [1737] theorem(or(or(A,or(or(B,C),X)),not(or(C,B)))) -> true
% 144.26/144.41  Current number of equations to process: 1021
% 144.26/144.41  Current number of ordered equations: 0
% 144.26/144.41  Current number of rules: 1715
% 144.26/144.41  New rule produced : [1738] theorem(or(not(A),or(B,or(or(A,C),X)))) -> true
% 144.26/144.41  Current number of equations to process: 1022
% 144.26/144.41  Current number of ordered equations: 0
% 144.26/144.41  Current number of rules: 1716
% 144.26/144.41  New rule produced :
% 144.26/144.41  [1739] theorem(or(A,or(not(or(B,C)),or(X,or(or(C,B),Y))))) -> true
% 144.26/144.41  Current number of equations to process: 1021
% 144.26/144.41  Current number of ordered equations: 0
% 144.26/144.41  Current number of rules: 1717
% 144.26/144.41  New rule produced :
% 144.26/144.41  [1740] theorem(or(A,or(or(not(or(B,C)),or(X,or(C,B))),Y))) -> true
% 144.26/144.41  Current number of equations to process: 1023
% 144.26/144.41  Current number of ordered equations: 0
% 144.26/144.41  Current number of rules: 1718
% 144.26/144.41  New rule produced :
% 144.26/144.41  [1741]
% 144.26/144.41  ifeq(axiom(or(A,or(or(B,or(C,X)),not(or(X,C))))),true,true,true) -> true
% 144.26/144.41  Current number of equations to process: 1025
% 144.26/144.41  Current number of ordered equations: 0
% 144.26/144.41  Current number of rules: 1719
% 144.26/144.41  New rule produced :
% 144.26/144.41  [1742] theorem(or(not(or(A,or(B,C))),or(A,or(B,or(X,or(C,Y)))))) -> true
% 144.26/144.41  Current number of equations to process: 1024
% 144.26/144.41  Current number of ordered equations: 0
% 144.26/144.41  Current number of rules: 1720
% 144.26/144.41  New rule produced :
% 144.26/144.41  [1743] theorem(or(not(or(or(A,B),or(A,B))),or(A,or(C,or(B,X))))) -> true
% 144.26/144.41  Current number of equations to process: 1023
% 144.26/144.41  Current number of ordered equations: 0
% 144.26/144.41  Current number of rules: 1721
% 144.26/144.41  New rule produced :
% 144.26/144.41  [1744]
% 144.26/144.41  ifeq(axiom(or(not(or(or(A,or(B,C)),not(B))),X)),true,theorem(X),true) -> true
% 144.26/144.41  Current number of equations to process: 1022
% 144.26/144.41  Current number of ordered equations: 0
% 144.26/144.41  Current number of rules: 1722
% 144.26/144.41  New rule produced :
% 144.26/144.41  [1745] theorem(or(not(or(A,or(B,C))),or(A,or(X,or(or(C,B),Y))))) -> true
% 144.26/144.41  Current number of equations to process: 1021
% 144.26/144.41  Current number of ordered equations: 0
% 144.26/144.41  Current number of rules: 1723
% 144.26/144.41  New rule produced :
% 144.26/144.41  [1746] theorem(or(not(or(or(A,B),or(A,B))),or(C,or(or(B,A),X)))) -> true
% 144.26/144.41  Current number of equations to process: 1020
% 144.26/144.41  Current number of ordered equations: 0
% 144.26/144.41  Current number of rules: 1724
% 144.26/144.41  New rule produced :
% 144.26/144.41  [1747]
% 144.26/144.41  ifeq(axiom(or(or(not(or(A,B)),or(C,or(B,A))),X)),true,true,true) -> true
% 144.26/144.41  Current number of equations to process: 1019
% 144.26/144.41  Current number of ordered equations: 0
% 144.26/144.41  Current number of rules: 1725
% 144.26/144.41  New rule produced :
% 144.26/144.41  [1748] theorem(or(or(A,or(not(or(B,C)),or(X,or(C,B)))),Y)) -> true
% 144.26/144.41  Current number of equations to process: 1020
% 144.26/144.41  Current number of ordered equations: 0
% 144.26/144.41  Current number of rules: 1726
% 144.26/144.41  New rule produced :
% 144.26/144.41  [1749] theorem(or(A,or(B,or(C,or(not(or(X,Y)),or(Z,or(Y,X))))))) -> true
% 144.26/144.41  Current number of equations to process: 1022
% 144.26/144.41  Current number of ordered equations: 0
% 144.26/144.41  Current number of rules: 1727
% 144.26/144.41  New rule produced :
% 144.26/144.41  [1750] theorem(or(or(not(or(A,or(B,C))),or(A,or(X,or(C,B)))),Y)) -> true
% 144.26/144.41  Current number of equations to process: 1023
% 144.26/144.41  Current number of ordered equations: 0
% 144.26/144.41  Current number of rules: 1728
% 144.26/144.41  New rule produced :
% 144.26/144.41  [1751] theorem(or(not(or(A,or(B,C))),or(X,or(A,or(Y,or(C,B)))))) -> true
% 144.26/144.41  Current number of equations to process: 1022
% 144.26/144.41  Current number of ordered equations: 0
% 144.26/144.41  Current number of rules: 1729
% 144.26/144.41  New rule produced :
% 144.26/144.41  [1752] theorem(or(not(or(A,or(B,C))),or(X,or(or(B,or(A,C)),Y)))) -> true
% 152.79/152.98  Current number of equations to process: 1023
% 152.79/152.98  Current number of ordered equations: 0
% 152.79/152.98  Current number of rules: 1730
% 152.79/152.98  New rule produced :
% 152.79/152.98  [1753] theorem(or(A,or(or(B,or(C,X)),not(or(or(X,C),or(X,C)))))) -> true
% 152.79/152.98  Current number of equations to process: 1028
% 152.79/152.98  Current number of ordered equations: 0
% 152.79/152.98  Current number of rules: 1731
% 152.79/152.98  New rule produced :
% 152.79/152.98  [1754] theorem(or(or(or(A,or(B,C)),not(or(or(A,C),B))),X)) -> true
% 152.79/152.98  Current number of equations to process: 1030
% 152.79/152.98  Current number of ordered equations: 0
% 152.79/152.98  Current number of rules: 1732
% 152.79/152.98  New rule produced :
% 152.79/152.98  [1755] theorem(or(or(A,or(B,C)),or(X,not(or(or(A,C),B))))) -> true
% 152.79/152.98  Current number of equations to process: 1029
% 152.79/152.98  Current number of ordered equations: 0
% 152.79/152.98  Current number of rules: 1733
% 152.79/152.98  New rule produced :
% 152.79/152.98  [1756] theorem(or(A,or(or(not(or(or(B,C),X)),or(X,C)),B))) -> true
% 152.79/152.98  Current number of equations to process: 1032
% 152.79/152.98  Current number of ordered equations: 0
% 152.79/152.98  Current number of rules: 1734
% 152.79/152.98  New rule produced :
% 152.79/152.98  [1757] theorem(or(A,or(B,or(or(C,or(X,Y)),not(or(or(C,Y),X)))))) -> true
% 152.79/152.98  Current number of equations to process: 1034
% 152.79/152.98  Current number of ordered equations: 0
% 152.79/152.98  Current number of rules: 1735
% 152.79/152.98  New rule produced :
% 152.79/152.98  [1758]
% 152.79/152.98  ifeq(axiom(or(or(not(or(or(A,B),C)),or(C,B)),A)),true,true,true) -> true
% 152.79/152.98  Current number of equations to process: 1033
% 152.79/152.98  Current number of ordered equations: 0
% 152.79/152.98  Current number of rules: 1736
% 152.79/152.98  New rule produced :
% 152.79/152.98  [1759] theorem(or(A,or(or(not(or(or(or(A,B),C),X)),or(X,C)),B))) -> true
% 152.79/152.98  Current number of equations to process: 1032
% 152.79/152.98  Current number of ordered equations: 0
% 152.79/152.98  Current number of rules: 1737
% 152.79/152.98  New rule produced :
% 152.79/152.98  [1760] theorem(or(or(A,or(not(or(or(A,B),C)),or(C,B))),X)) -> true
% 152.79/152.98  Current number of equations to process: 1034
% 152.79/152.98  Current number of ordered equations: 0
% 152.79/152.98  Current number of rules: 1738
% 152.79/152.98  New rule produced :
% 152.79/152.98  [1761] theorem(or(A,or(B,or(not(or(or(A,C),X)),or(X,C))))) -> true
% 152.79/152.98  Current number of equations to process: 1033
% 152.79/152.98  Current number of ordered equations: 0
% 152.79/152.98  Current number of rules: 1739
% 152.79/152.98  New rule produced :
% 152.79/152.98  [1762] theorem(or(A,or(B,or(C,or(not(or(or(C,X),Y)),or(Y,X)))))) -> true
% 152.79/152.98  Current number of equations to process: 1035
% 152.79/152.98  Current number of ordered equations: 0
% 152.79/152.98  Current number of rules: 1740
% 152.79/152.98  New rule produced :
% 152.79/152.98  [1763] theorem(or(or(not(or(or(A,B),or(A,B))),or(C,or(B,A))),X)) -> true
% 152.79/152.98  Current number of equations to process: 1036
% 152.79/152.98  Current number of ordered equations: 0
% 152.79/152.98  Current number of rules: 1741
% 152.79/152.98  New rule produced :
% 152.79/152.98  [1764] theorem(or(or(not(or(or(not(A),B),C)),or(C,B)),not(or(A,A)))) -> true
% 152.79/152.98  Current number of equations to process: 1041
% 152.79/152.98  Current number of ordered equations: 0
% 152.79/152.98  Current number of rules: 1742
% 152.79/152.98  New rule produced :
% 152.79/152.98  [1765] theorem(or(or(not(or(or(not(or(A,B)),C),X)),or(X,C)),not(B))) -> true
% 152.79/152.98  Current number of equations to process: 1048
% 152.79/152.98  Current number of ordered equations: 0
% 152.79/152.98  Current number of rules: 1743
% 152.79/152.98  New rule produced :
% 152.79/152.98  [1766] theorem(or(A,or(or(not(or(or(B,C),X)),or(B,or(X,C))),Y))) -> true
% 152.79/152.98  Current number of equations to process: 1053
% 152.79/152.98  Current number of ordered equations: 0
% 152.79/152.98  Current number of rules: 1744
% 152.79/152.98  New rule produced :
% 152.79/152.98  [1767] theorem(or(or(A,or(not(or(or(B,C),X)),or(B,or(X,C)))),Y)) -> true
% 152.79/152.98  Current number of equations to process: 1054
% 152.79/152.98  Current number of ordered equations: 0
% 152.79/152.98  Current number of rules: 1745
% 152.79/152.98  New rule produced :
% 152.79/152.98  [1768]
% 152.79/152.98  theorem(or(or(not(or(A,or(B,or(C,X)))),or(A,or(B,or(X,C)))),Y)) -> true
% 152.79/152.98  Current number of equations to process: 1055
% 152.79/152.98  Current number of ordered equations: 0
% 152.79/152.98  Current number of rules: 1746
% 152.79/152.98  New rule produced :
% 152.79/152.98  [1769]
% 152.79/152.98  theorem(or(not(or(A,or(B,or(C,X)))),or(Y,or(A,or(B,or(X,C)))))) -> true
% 152.79/152.98  Current number of equations to process: 1054
% 152.79/152.98  Current number of ordered equations: 0
% 152.79/152.98  Current number of rules: 1747
% 152.79/152.98  New rule produced :
% 152.79/152.98  [1770]
% 152.79/152.98  theorem(or(not(or(A,B)),or(A,or(not(or(not(B),or(C,C))),or(X,C))))) -> true
% 152.79/152.98  Current number of equations to process: 1053
% 152.79/152.98  Current number of ordered equations: 0
% 152.79/152.98  Current number of rules: 1748
% 152.79/152.98  New rule produced :
% 152.79/152.98  [1771]
% 152.79/152.98  theorem(or(not(or(A,B)),or(not(or(not(or(B,A)),or(C,C))),or(X,C)))) -> true
% 152.79/152.98  Current number of equations to process: 1052
% 152.79/152.98  Current number of ordered equations: 0
% 152.79/152.98  Current number of rules: 1749
% 152.79/152.98  New rule produced :
% 153.44/153.58  [1772]
% 153.44/153.58  theorem(or(not(or(or(or(A,A),B),or(or(A,A),B))),or(B,or(C,A)))) -> true
% 153.44/153.58  Current number of equations to process: 1051
% 153.44/153.58  Current number of ordered equations: 0
% 153.44/153.58  Current number of rules: 1750
% 153.44/153.58  New rule produced :
% 153.44/153.58  [1773]
% 153.44/153.58  ifeq(axiom(or(A,or(not(or(B,or(C,C))),or(B,or(X,C))))),true,true,true) ->
% 153.44/153.58  true
% 153.44/153.58  Current number of equations to process: 1050
% 153.44/153.58  Current number of ordered equations: 0
% 153.44/153.58  Current number of rules: 1751
% 153.44/153.58  New rule produced :
% 153.44/153.58  [1774]
% 153.44/153.58  ifeq(axiom(or(not(or(A,or(or(B,C),not(or(C,C))))),X)),true,theorem(X),true)
% 153.44/153.58  -> true
% 153.44/153.58  Current number of equations to process: 1049
% 153.44/153.58  Current number of ordered equations: 0
% 153.44/153.58  Current number of rules: 1752
% 153.44/153.58  New rule produced :
% 153.44/153.58  [1775]
% 153.44/153.58  ifeq(axiom(or(not(or(or(not(or(A,A)),or(B,A)),C)),X)),true,theorem(X),true)
% 153.44/153.58  -> true
% 153.44/153.58  Current number of equations to process: 1048
% 153.44/153.58  Current number of ordered equations: 0
% 153.44/153.58  Current number of rules: 1753
% 153.44/153.58  New rule produced :
% 153.44/153.58  [1776]
% 153.44/153.58  ifeq(axiom(or(A,or(not(or(or(B,B),or(B,B))),or(C,B)))),true,true,true) ->
% 153.44/153.58  true
% 153.44/153.58  Current number of equations to process: 1047
% 153.44/153.58  Current number of ordered equations: 0
% 153.44/153.58  Current number of rules: 1754
% 153.44/153.58  New rule produced :
% 153.44/153.58  [1777]
% 153.44/153.58  theorem(or(A,or(not(or(B,or(C,or(X,X)))),or(B,or(C,or(Y,X)))))) -> true
% 153.44/153.58  Current number of equations to process: 1046
% 153.44/153.58  Current number of ordered equations: 0
% 153.44/153.58  Current number of rules: 1755
% 153.44/153.58  New rule produced :
% 153.44/153.58  [1778]
% 153.44/153.58  theorem(or(A,or(not(or(B,or(or(C,C),or(C,C)))),or(B,or(X,C))))) -> true
% 153.44/153.58  Current number of equations to process: 1045
% 153.44/153.58  Current number of ordered equations: 0
% 153.44/153.58  Current number of rules: 1756
% 153.44/153.58  New rule produced :
% 153.44/153.58  [1779]
% 153.44/153.58  ifeq(axiom(or(or(A,B),not(or(A,or(or(B,B),or(B,B)))))),true,true,true) ->
% 153.44/153.58  true
% 153.44/153.58  Current number of equations to process: 1044
% 153.44/153.58  Current number of ordered equations: 0
% 153.44/153.58  Current number of rules: 1757
% 153.44/153.58  New rule produced :
% 153.44/153.58  [1780]
% 153.44/153.58  ifeq(axiom(or(A,or(not(or(A,or(or(B,B),or(B,B)))),B))),true,true,true) ->
% 153.44/153.58  true
% 153.44/153.58  Current number of equations to process: 1043
% 153.44/153.58  Current number of ordered equations: 0
% 153.44/153.58  Current number of rules: 1758
% 153.44/153.58  New rule produced :
% 153.44/153.58  [1781]
% 153.44/153.58  theorem(or(not(or(A,A)),or(not(or(not(A),or(or(B,B),or(B,B)))),B))) -> true
% 153.44/153.58  Current number of equations to process: 1042
% 153.44/153.58  Current number of ordered equations: 0
% 153.44/153.58  Current number of rules: 1759
% 153.44/153.58  New rule produced :
% 153.44/153.58  [1782]
% 153.44/153.58  theorem(or(not(A),or(not(or(not(or(B,A)),or(or(C,C),or(C,C)))),C))) -> true
% 153.44/153.58  Current number of equations to process: 1041
% 153.44/153.58  Current number of ordered equations: 0
% 153.44/153.58  Current number of rules: 1760
% 153.44/153.58  New rule produced :
% 153.44/153.58  [1783]
% 153.44/153.58  theorem(or(not(or(A,or(or(or(B,B),or(B,B)),C))),or(A,or(C,B)))) -> true
% 153.44/153.58  Current number of equations to process: 1040
% 153.44/153.58  Current number of ordered equations: 0
% 153.44/153.58  Current number of rules: 1761
% 153.44/153.58  New rule produced :
% 153.44/153.58  [1784]
% 153.44/153.58  ifeq(axiom(or(A,or(B,or(not(or(or(C,C),or(C,C))),C)))),true,true,true) ->
% 153.44/153.58  true
% 153.44/153.58  Current number of equations to process: 1039
% 153.44/153.58  Current number of ordered equations: 0
% 153.44/153.58  Current number of rules: 1762
% 153.44/153.58  New rule produced :
% 153.44/153.58  [1785]
% 153.44/153.58  ifeq(axiom(or(A,or(or(B,C),not(or(or(C,B),or(C,B)))))),true,true,true) ->
% 153.44/153.58  true
% 153.44/153.58  Current number of equations to process: 1038
% 153.44/153.58  Current number of ordered equations: 0
% 153.44/153.58  Current number of rules: 1763
% 153.44/153.58  New rule produced :
% 153.44/153.58  [1786]
% 153.44/153.58  theorem(or(A,or(or(not(or(or(B,or(A,C)),or(B,or(A,C)))),B),C))) -> true
% 153.44/153.58  Current number of equations to process: 1037
% 153.44/153.58  Current number of ordered equations: 0
% 153.44/153.58  Current number of rules: 1764
% 153.44/153.58  New rule produced :
% 153.44/153.58  [1787]
% 153.44/153.58  ifeq(axiom(or(A,or(B,or(not(or(or(C,B),or(C,B))),C)))),true,true,true) ->
% 153.44/153.58  true
% 153.44/153.58  Current number of equations to process: 1036
% 153.44/153.58  Current number of ordered equations: 0
% 153.44/153.58  Current number of rules: 1765
% 153.44/153.58  New rule produced :
% 153.44/153.58  [1788]
% 153.44/153.58  ifeq(axiom(or(not(or(not(or(A,B)),or(A,not(not(B))))),C)),true,theorem(C),true)
% 153.44/153.58  -> true
% 153.44/153.58  Current number of equations to process: 1035
% 153.44/153.58  Current number of ordered equations: 0
% 153.44/153.58  Current number of rules: 1766
% 153.44/153.58  New rule produced :
% 153.44/153.58  [1789]
% 153.44/153.58  ifeq(axiom(or(not(A),or(B,C))),true,theorem(or(not(A),or(B,not(not(C))))),true)
% 153.44/153.58  -> true
% 153.44/153.58  Current number of equations to process: 1034
% 153.44/153.58  Current number of ordered equations: 0
% 153.44/153.58  Current number of rules: 1767
% 153.44/153.58  New rule produced :
% 153.44/153.58  [1790]
% 153.44/153.58  ifeq(axiom(or(not(or(not(or(A,B)),not(not(or(B,A))))),C)),true,theorem(C),true)
% 153.44/153.58  -> true
% 153.44/153.58  Current number of equations to process: 1033
% 153.44/153.58  Current number of ordered equations: 0
% 154.21/154.35  Current number of rules: 1768
% 154.21/154.35  New rule produced :
% 154.21/154.35  [1791]
% 154.21/154.35  ifeq(axiom(or(not(A),or(B,C))),true,theorem(or(not(A),not(not(or(C,B))))),true)
% 154.21/154.35  -> true
% 154.21/154.35  Current number of equations to process: 1032
% 154.21/154.35  Current number of ordered equations: 0
% 154.21/154.35  Current number of rules: 1769
% 154.21/154.35  New rule produced :
% 154.21/154.35  [1792]
% 154.21/154.35  ifeq(axiom(or(not(or(A,or(B,or(not(or(B,C)),C)))),X)),true,theorem(X),true)
% 154.21/154.35  -> true
% 154.21/154.35  Current number of equations to process: 1031
% 154.21/154.35  Current number of ordered equations: 0
% 154.21/154.35  Current number of rules: 1770
% 154.21/154.35  New rule produced :
% 154.21/154.35  [1793]
% 154.21/154.35  theorem(or(not(or(A,or(B,C))),or(A,or(B,or(not(or(not(C),X)),X))))) -> true
% 154.21/154.35  Current number of equations to process: 1030
% 154.21/154.35  Current number of ordered equations: 0
% 154.21/154.35  Current number of rules: 1771
% 154.21/154.35  New rule produced :
% 154.21/154.35  [1794]
% 154.21/154.35  theorem(or(not(or(or(A,B),or(A,B))),or(A,or(not(or(not(B),C)),C)))) -> true
% 154.21/154.35  Current number of equations to process: 1029
% 154.21/154.35  Current number of ordered equations: 0
% 154.21/154.35  Current number of rules: 1772
% 154.21/154.35  New rule produced :
% 154.21/154.35  [1795]
% 154.21/154.35  theorem(or(not(or(A,or(B,C))),or(A,or(not(or(not(or(C,B)),X)),X)))) -> true
% 154.21/154.35  Current number of equations to process: 1028
% 154.21/154.35  Current number of ordered equations: 0
% 154.21/154.35  Current number of rules: 1773
% 154.21/154.35  New rule produced :
% 154.21/154.35  [1796]
% 154.21/154.35  theorem(or(not(or(or(A,B),or(A,B))),or(not(or(not(or(B,A)),C)),C))) -> true
% 154.21/154.35  Current number of equations to process: 1027
% 154.21/154.35  Current number of ordered equations: 0
% 154.21/154.35  Current number of rules: 1774
% 154.21/154.35  New rule produced :
% 154.21/154.35  [1797]
% 154.21/154.35  theorem(or(not(or(A,B)),or(A,or(not(or(not(B),C)),or(X,or(Y,C)))))) -> true
% 154.21/154.35  Current number of equations to process: 1026
% 154.21/154.35  Current number of ordered equations: 0
% 154.21/154.35  Current number of rules: 1775
% 154.21/154.35  New rule produced :
% 154.21/154.35  [1798]
% 154.21/154.35  theorem(or(not(or(A,B)),or(not(or(not(or(B,A)),C)),or(X,or(Y,C))))) -> true
% 154.21/154.35  Current number of equations to process: 1025
% 154.21/154.35  Current number of ordered equations: 0
% 154.21/154.35  Current number of rules: 1776
% 154.21/154.35  New rule produced :
% 154.21/154.35  [1799]
% 154.21/154.35  ifeq(axiom(or(A,or(not(or(B,C)),or(B,or(X,or(Y,C)))))),true,true,true) ->
% 154.21/154.35  true
% 154.21/154.35  Current number of equations to process: 1024
% 154.21/154.35  Current number of ordered equations: 0
% 154.21/154.35  Current number of rules: 1777
% 154.21/154.35  New rule produced :
% 154.21/154.35  [1800]
% 154.21/154.35  ifeq(axiom(or(not(or(A,or(or(B,or(C,X)),not(X)))),Y)),true,theorem(Y),true)
% 154.21/154.35  -> true
% 154.21/154.35  Current number of equations to process: 1023
% 154.21/154.35  Current number of ordered equations: 0
% 154.21/154.35  Current number of rules: 1778
% 154.21/154.35  New rule produced :
% 154.21/154.35  [1801]
% 154.21/154.35  ifeq(axiom(or(not(or(or(not(A),or(B,or(C,A))),X)),Y)),true,theorem(Y),true)
% 154.21/154.35  -> true
% 154.21/154.35  Current number of equations to process: 1022
% 154.21/154.35  Current number of ordered equations: 0
% 154.21/154.35  Current number of rules: 1779
% 154.21/154.35  New rule produced :
% 154.21/154.35  [1802]
% 154.21/154.35  theorem(or(not(or(A,or(B,or(C,C)))),or(A,or(B,or(X,or(Y,C)))))) -> true
% 154.21/154.35  Current number of equations to process: 1021
% 154.21/154.35  Current number of ordered equations: 0
% 154.21/154.35  Current number of rules: 1780
% 154.21/154.35  New rule produced :
% 154.21/154.35  [1803]
% 154.21/154.35  ifeq(axiom(or(not(or(or(A,or(B,C)),not(or(C,C)))),X)),true,theorem(X),true)
% 154.21/154.35  -> true
% 154.21/154.35  Current number of equations to process: 1020
% 154.21/154.35  Current number of ordered equations: 0
% 154.21/154.35  Current number of rules: 1781
% 154.21/154.35  New rule produced :
% 154.21/154.35  [1804]
% 154.21/154.35  theorem(or(not(or(A,or(or(B,B),or(B,B)))),or(A,or(C,or(X,B))))) -> true
% 154.21/154.35  Current number of equations to process: 1019
% 154.21/154.35  Current number of ordered equations: 0
% 154.21/154.35  Current number of rules: 1782
% 154.21/154.35  New rule produced :
% 154.21/154.35  [1805]
% 154.21/154.35  theorem(or(not(or(A,or(B,C))),or(A,or(B,or(X,or(Y,or(Z,C))))))) -> true
% 154.21/154.35  Current number of equations to process: 1018
% 154.21/154.35  Current number of ordered equations: 0
% 154.21/154.35  Current number of rules: 1783
% 154.21/154.35  New rule produced :
% 154.21/154.35  [1806]
% 154.21/154.35  theorem(or(not(or(or(A,B),or(A,B))),or(A,or(C,or(X,or(Y,B)))))) -> true
% 154.21/154.35  Current number of equations to process: 1017
% 154.21/154.35  Current number of ordered equations: 0
% 154.21/154.35  Current number of rules: 1784
% 154.21/154.35  New rule produced :
% 154.21/154.35  [1807]
% 154.21/154.35  ifeq(axiom(or(not(or(or(A,or(B,or(C,X))),not(X))),Y)),true,theorem(Y),true)
% 154.21/154.35  -> true
% 154.21/154.35  Current number of equations to process: 1016
% 154.21/154.35  Current number of ordered equations: 0
% 154.21/154.35  Current number of rules: 1785
% 154.21/154.35  New rule produced :
% 154.21/154.35  [1808]
% 154.21/154.35  theorem(or(not(or(A,or(B,C))),or(A,or(X,or(Y,or(Z,or(C,B))))))) -> true
% 154.21/154.35  Current number of equations to process: 1015
% 154.21/154.35  Current number of ordered equations: 0
% 154.21/154.35  Current number of rules: 1786
% 154.21/154.35  New rule produced :
% 154.21/154.35  [1809]
% 154.21/154.35  theorem(or(not(or(or(A,B),or(A,B))),or(C,or(X,or(Y,or(B,A)))))) -> true
% 154.94/155.07  Current number of equations to process: 1014
% 154.94/155.07  Current number of ordered equations: 0
% 154.94/155.07  Current number of rules: 1787
% 154.94/155.07  New rule produced :
% 154.94/155.07  [1810]
% 154.94/155.07  theorem(or(not(or(A,or(B,or(C,X)))),or(A,or(B,or(C,or(X,Y)))))) -> true
% 154.94/155.07  Current number of equations to process: 1013
% 154.94/155.07  Current number of ordered equations: 0
% 154.94/155.07  Current number of rules: 1788
% 154.94/155.07  New rule produced :
% 154.94/155.07  [1811]
% 154.94/155.07  ifeq(axiom(or(not(or(or(A,or(B,C)),not(or(A,B)))),X)),true,theorem(X),true)
% 154.94/155.07  -> true
% 154.94/155.07  Current number of equations to process: 1012
% 154.94/155.07  Current number of ordered equations: 0
% 154.94/155.07  Current number of rules: 1789
% 154.94/155.07  New rule produced :
% 154.94/155.07  [1812]
% 154.94/155.07  ifeq(axiom(or(not(or(A,or(not(or(A,B)),or(B,C)))),X)),true,theorem(X),true)
% 154.94/155.07  -> true
% 154.94/155.07  Current number of equations to process: 1011
% 154.94/155.07  Current number of ordered equations: 0
% 154.94/155.07  Current number of rules: 1790
% 154.94/155.07  New rule produced :
% 154.94/155.07  [1813]
% 154.94/155.07  ifeq(axiom(or(not(or(not(or(A,B)),or(B,or(A,C)))),X)),true,theorem(X),true)
% 154.94/155.07  -> true
% 154.94/155.07  Current number of equations to process: 1010
% 154.94/155.07  Current number of ordered equations: 0
% 154.94/155.07  Current number of rules: 1791
% 154.94/155.07  New rule produced :
% 154.94/155.07  [1814]
% 154.94/155.07  ifeq(axiom(or(not(A),or(B,C))),true,theorem(or(not(A),or(C,or(B,X)))),true)
% 154.94/155.07  -> true
% 154.94/155.07  Current number of equations to process: 1009
% 154.94/155.07  Current number of ordered equations: 0
% 154.94/155.07  Current number of rules: 1792
% 154.94/155.07  New rule produced :
% 154.94/155.07  [1815]
% 154.94/155.07  theorem(or(not(or(A,or(or(B,C),or(B,C)))),or(A,or(B,or(C,X))))) -> true
% 154.94/155.07  Current number of equations to process: 1008
% 154.94/155.07  Current number of ordered equations: 0
% 154.94/155.07  Current number of rules: 1793
% 154.94/155.07  New rule produced :
% 154.94/155.07  [1816]
% 154.94/155.07  ifeq(axiom(or(not(or(not(A),or(B,or(C,or(A,X))))),Y)),true,theorem(Y),true)
% 154.94/155.07  -> true
% 154.94/155.07  Current number of equations to process: 1007
% 154.94/155.07  Current number of ordered equations: 0
% 154.94/155.07  Current number of rules: 1794
% 154.94/155.07  New rule produced :
% 154.94/155.07  [1817]
% 154.94/155.07  ifeq(axiom(or(not(A),B)),true,theorem(or(not(A),or(C,or(X,or(B,Y))))),true)
% 154.94/155.07  -> true
% 154.94/155.07  Current number of equations to process: 1006
% 154.94/155.07  Current number of ordered equations: 0
% 154.94/155.07  Current number of rules: 1795
% 154.94/155.07  New rule produced :
% 154.94/155.07  [1818]
% 154.94/155.07  ifeq(axiom(or(A,or(not(or(B,C)),or(X,or(Y,or(C,B)))))),true,true,true) ->
% 154.94/155.07  true
% 154.94/155.07  Current number of equations to process: 1005
% 154.94/155.07  Current number of ordered equations: 0
% 154.94/155.07  Current number of rules: 1796
% 154.94/155.07  New rule produced :
% 154.94/155.07  [1819]
% 154.94/155.07  ifeq(axiom(or(not(or(A,or(B,or(not(C),or(C,X))))),Y)),true,theorem(Y),true)
% 154.94/155.07  -> true
% 154.94/155.07  Current number of equations to process: 1004
% 154.94/155.07  Current number of ordered equations: 0
% 154.94/155.07  Current number of rules: 1797
% 154.94/155.07  New rule produced :
% 154.94/155.07  [1820]
% 154.94/155.07  ifeq(axiom(or(not(or(not(or(A,A)),or(not(not(A)),B))),C)),true,theorem(C),true)
% 154.94/155.07  -> true
% 154.94/155.07  Current number of equations to process: 1003
% 154.94/155.07  Current number of ordered equations: 0
% 154.94/155.07  Current number of rules: 1798
% 154.94/155.07  New rule produced :
% 154.94/155.07  [1821]
% 154.94/155.07  ifeq(axiom(or(not(A),or(B,B))),true,theorem(or(not(A),or(not(not(B)),C))),true)
% 154.94/155.07  -> true
% 154.94/155.07  Current number of equations to process: 1002
% 154.94/155.07  Current number of ordered equations: 0
% 154.94/155.07  Current number of rules: 1799
% 154.94/155.07  New rule produced :
% 154.94/155.07  [1822]
% 154.94/155.07  ifeq(axiom(or(not(or(not(A),or(not(not(or(B,A))),C))),X)),true,theorem(X),true)
% 154.94/155.07  -> true
% 154.94/155.07  Current number of equations to process: 1001
% 154.94/155.07  Current number of ordered equations: 0
% 154.94/155.07  Current number of rules: 1800
% 154.94/155.07  New rule produced :
% 154.94/155.07  [1823]
% 154.94/155.07  ifeq(axiom(or(not(A),B)),true,theorem(or(not(A),or(not(not(or(C,B))),X))),true)
% 154.94/155.07  -> true
% 154.94/155.07  Current number of equations to process: 1000
% 154.94/155.07  Current number of ordered equations: 0
% 154.94/155.07  Current number of rules: 1801
% 154.94/155.07  New rule produced :
% 154.94/155.07  [1824]
% 154.94/155.07  theorem(or(not(or(or(A,or(B,B)),or(A,or(B,B)))),or(A,or(B,C)))) -> true
% 154.94/155.07  Current number of equations to process: 999
% 154.94/155.07  Current number of ordered equations: 0
% 154.94/155.07  Current number of rules: 1802
% 154.94/155.07  New rule produced :
% 154.94/155.07  [1825]
% 154.94/155.07  ifeq(axiom(or(not(or(A,or(not(or(B,B)),or(B,C)))),X)),true,theorem(X),true)
% 154.94/155.07  -> true
% 154.94/155.07  Current number of equations to process: 998
% 154.94/155.07  Current number of ordered equations: 0
% 154.94/155.07  Current number of rules: 1803
% 154.94/155.07  New rule produced :
% 154.94/155.07  [1826]
% 154.94/155.07  ifeq(axiom(or(not(or(A,or(not(B),or(or(C,B),X)))),Y)),true,theorem(Y),true)
% 154.94/155.07  -> true
% 154.94/155.07  Current number of equations to process: 997
% 154.94/155.07  Current number of ordered equations: 0
% 154.94/155.07  Current number of rules: 1804
% 154.94/155.07  New rule produced :
% 154.94/155.07  [1827]
% 154.94/155.07  ifeq(axiom(or(not(or(not(or(A,A)),or(or(B,A),C))),X)),true,theorem(X),true)
% 154.94/155.07  -> true
% 154.94/155.07  Current number of equations to process: 996
% 154.94/155.07  Current number of ordered equations: 0
% 155.55/155.68  Current number of rules: 1805
% 155.55/155.68  New rule produced :
% 155.55/155.68  [1828]
% 155.55/155.68  ifeq(axiom(or(not(A),or(B,B))),true,theorem(or(not(A),or(or(C,B),X))),true)
% 155.55/155.68  -> true
% 155.55/155.68  Current number of equations to process: 995
% 155.55/155.68  Current number of ordered equations: 0
% 155.55/155.68  Current number of rules: 1806
% 155.55/155.68  New rule produced :
% 155.55/155.68  [1829]
% 155.55/155.68  ifeq(axiom(or(not(or(not(A),or(or(B,or(C,A)),X))),Y)),true,theorem(Y),true)
% 155.55/155.68  -> true
% 155.55/155.68  Current number of equations to process: 994
% 155.55/155.68  Current number of ordered equations: 0
% 155.55/155.68  Current number of rules: 1807
% 155.55/155.68  New rule produced :
% 155.55/155.68  [1830]
% 155.55/155.68  ifeq(axiom(or(not(A),B)),true,theorem(or(not(A),or(or(C,or(X,B)),Y))),true)
% 155.55/155.68  -> true
% 155.55/155.68  Current number of equations to process: 993
% 155.55/155.68  Current number of ordered equations: 0
% 155.55/155.68  Current number of rules: 1808
% 155.55/155.68  New rule produced :
% 155.55/155.68  [1831]
% 155.55/155.68  theorem(or(not(or(A,or(B,or(C,X)))),or(A,or(B,or(or(X,C),Y))))) -> true
% 155.55/155.68  Current number of equations to process: 992
% 155.55/155.68  Current number of ordered equations: 0
% 155.55/155.68  Current number of rules: 1809
% 155.55/155.68  New rule produced :
% 155.55/155.68  [1832]
% 155.55/155.68  ifeq(axiom(or(not(or(or(or(A,B),C),not(or(B,A)))),X)),true,theorem(X),true)
% 155.55/155.68  -> true
% 155.55/155.68  Current number of equations to process: 991
% 155.55/155.68  Current number of ordered equations: 0
% 155.55/155.68  Current number of rules: 1810
% 155.55/155.68  New rule produced :
% 155.55/155.68  [1833]
% 155.55/155.68  ifeq(axiom(or(not(or(or(A,B),or(not(or(B,A)),C))),X)),true,theorem(X),true)
% 155.55/155.68  -> true
% 155.55/155.68  Current number of equations to process: 990
% 155.55/155.68  Current number of ordered equations: 0
% 155.55/155.68  Current number of rules: 1811
% 155.55/155.68  New rule produced :
% 155.55/155.68  [1834]
% 155.55/155.68  theorem(or(not(or(A,or(or(B,C),or(B,C)))),or(A,or(or(C,B),X)))) -> true
% 155.55/155.68  Current number of equations to process: 989
% 155.55/155.68  Current number of ordered equations: 0
% 155.55/155.68  Current number of rules: 1812
% 155.55/155.68  New rule produced :
% 155.55/155.68  [1835]
% 155.55/155.68  theorem(or(A,or(B,or(not(or(C,or(or(X,X),or(X,X)))),or(C,X))))) -> true
% 155.55/155.68  Current number of equations to process: 988
% 155.55/155.68  Current number of ordered equations: 0
% 155.55/155.68  Current number of rules: 1813
% 155.55/155.68  New rule produced :
% 155.55/155.68  [1836]
% 155.55/155.68  theorem(or(A,or(not(or(B,or(C,X))),or(B,or(C,or(Y,or(Z,X))))))) -> true
% 155.55/155.68  Current number of equations to process: 987
% 155.55/155.68  Current number of ordered equations: 0
% 155.55/155.68  Current number of rules: 1814
% 155.55/155.68  New rule produced :
% 155.55/155.68  [1837]
% 155.55/155.68  theorem(or(A,or(not(or(or(B,C),or(B,C))),or(B,or(X,or(Y,C)))))) -> true
% 155.55/155.68  Current number of equations to process: 986
% 155.55/155.68  Current number of ordered equations: 0
% 155.55/155.68  Current number of rules: 1815
% 155.55/155.68  New rule produced :
% 155.55/155.68  [1838]
% 155.55/155.68  theorem(or(A,or(not(or(B,or(C,X))),or(B,or(Y,or(Z,or(X,C))))))) -> true
% 155.55/155.68  Current number of equations to process: 985
% 155.55/155.68  Current number of ordered equations: 0
% 155.55/155.68  Current number of rules: 1816
% 155.55/155.68  New rule produced :
% 155.55/155.68  [1839]
% 155.55/155.68  theorem(or(A,or(not(or(or(B,C),or(B,C))),or(X,or(Y,or(C,B)))))) -> true
% 155.55/155.68  Current number of equations to process: 984
% 155.55/155.68  Current number of ordered equations: 0
% 155.55/155.68  Current number of rules: 1817
% 155.55/155.68  New rule produced :
% 155.55/155.68  [1840]
% 155.55/155.68  theorem(or(not(or(not(A),B)),or(not(not(or(not(or(C,A)),or(C,B)))),X))) ->
% 155.55/155.68  true
% 155.55/155.68  Current number of equations to process: 983
% 155.55/155.68  Current number of ordered equations: 0
% 155.55/155.68  Current number of rules: 1818
% 155.55/155.68  New rule produced :
% 155.55/155.68  [1841]
% 155.55/155.68  theorem(or(not(or(not(A),B)),or(or(C,or(not(or(X,A)),or(X,B))),Y))) -> true
% 155.55/155.68  Current number of equations to process: 982
% 155.55/155.68  Current number of ordered equations: 0
% 155.55/155.68  Current number of rules: 1819
% 155.55/155.68  New rule produced :
% 155.55/155.68  [1842]
% 155.55/155.68  ifeq(axiom(or(or(not(or(or(A,B),or(A,B))),or(B,A)),C)),true,true,true) ->
% 155.55/155.68  true
% 155.55/155.68  Current number of equations to process: 981
% 155.55/155.68  Current number of ordered equations: 0
% 155.55/155.68  Current number of rules: 1820
% 155.55/155.68  New rule produced :
% 155.55/155.68  [1843]
% 155.55/155.68  theorem(or(A,or(B,or(C,or(not(or(or(X,Y),or(X,Y))),or(Y,X)))))) -> true
% 155.55/155.68  Current number of equations to process: 980
% 155.55/155.68  Current number of ordered equations: 0
% 155.55/155.68  Current number of rules: 1821
% 155.55/155.68  New rule produced :
% 155.55/155.68  [1844]
% 155.55/155.68  theorem(or(not(or(A,or(B,or(C,X)))),or(A,or(or(C,or(B,X)),Y)))) -> true
% 155.55/155.68  Current number of equations to process: 979
% 155.55/155.68  Current number of ordered equations: 0
% 155.55/155.68  Current number of rules: 1822
% 155.55/155.68  New rule produced :
% 155.55/155.68  [1845]
% 155.55/155.68  theorem(or(A,or(not(or(not(B),C)),or(or(not(or(X,B)),or(X,C)),Y)))) -> true
% 155.55/155.68  Current number of equations to process: 978
% 155.55/155.68  Current number of ordered equations: 0
% 155.55/155.68  Current number of rules: 1823
% 155.55/155.68  New rule produced :
% 155.55/155.68  [1846]
% 155.55/155.68  ifeq(axiom(or(or(A,or(B,or(C,X))),not(or(A,or(X,C))))),true,true,true) ->
% 155.55/155.68  true
% 155.55/155.68  Current number of equations to process: 977
% 156.39/156.55  Current number of ordered equations: 0
% 156.39/156.55  Current number of rules: 1824
% 156.39/156.55  New rule produced :
% 156.39/156.55  [1847]
% 156.39/156.55  ifeq(axiom(or(A,or(not(or(A,or(B,C))),or(X,or(C,B))))),true,true,true) ->
% 156.39/156.55  true
% 156.39/156.55  Current number of equations to process: 976
% 156.39/156.55  Current number of ordered equations: 0
% 156.39/156.55  Current number of rules: 1825
% 156.39/156.55  New rule produced :
% 156.39/156.55  [1848]
% 156.39/156.55  theorem(or(not(or(A,A)),or(not(or(not(A),or(B,C))),or(X,or(C,B))))) -> true
% 156.39/156.55  Current number of equations to process: 975
% 156.39/156.55  Current number of ordered equations: 0
% 156.39/156.55  Current number of rules: 1826
% 156.39/156.55  New rule produced :
% 156.39/156.55  [1849]
% 156.39/156.55  theorem(or(not(A),or(not(or(not(or(B,A)),or(C,X))),or(Y,or(X,C))))) -> true
% 156.39/156.55  Current number of equations to process: 974
% 156.39/156.55  Current number of ordered equations: 0
% 156.39/156.55  Current number of rules: 1827
% 156.39/156.55  New rule produced :
% 156.39/156.55  [1850]
% 156.39/156.55  theorem(or(not(or(A,or(or(B,C),X))),or(A,or(X,or(Y,or(C,B)))))) -> true
% 156.39/156.55  Current number of equations to process: 973
% 156.39/156.55  Current number of ordered equations: 0
% 156.39/156.55  Current number of rules: 1828
% 156.39/156.55  New rule produced :
% 156.39/156.55  [1851]
% 156.39/156.55  ifeq(axiom(or(not(or(A,or(not(B),or(C,or(B,X))))),Y)),true,theorem(Y),true)
% 156.39/156.55  -> true
% 156.39/156.55  Current number of equations to process: 972
% 156.39/156.55  Current number of ordered equations: 0
% 156.39/156.55  Current number of rules: 1829
% 156.39/156.55  New rule produced :
% 156.39/156.55  [1852]
% 156.39/156.55  ifeq(axiom(or(not(or(not(or(A,A)),or(B,or(A,C)))),X)),true,theorem(X),true)
% 156.39/156.55  -> true
% 156.39/156.55  Current number of equations to process: 971
% 156.39/156.55  Current number of ordered equations: 0
% 156.39/156.55  Current number of rules: 1830
% 156.39/156.55  New rule produced :
% 156.39/156.55  [1853]
% 156.39/156.55  ifeq(axiom(or(not(A),or(B,B))),true,theorem(or(not(A),or(C,or(B,X)))),true)
% 156.39/156.55  -> true
% 156.39/156.55  Current number of equations to process: 970
% 156.39/156.55  Current number of ordered equations: 0
% 156.39/156.55  Current number of rules: 1831
% 156.39/156.55  New rule produced :
% 156.39/156.55  [1854]
% 156.39/156.55  ifeq(axiom(or(not(or(not(A),or(B,or(or(C,A),X)))),Y)),true,theorem(Y),true)
% 156.39/156.55  -> true
% 156.39/156.55  Current number of equations to process: 969
% 156.39/156.55  Current number of ordered equations: 0
% 156.39/156.55  Current number of rules: 1832
% 156.39/156.55  New rule produced :
% 156.39/156.55  [1855]
% 156.39/156.55  ifeq(axiom(or(not(A),B)),true,theorem(or(not(A),or(C,or(or(X,B),Y)))),true)
% 156.39/156.55  -> true
% 156.39/156.55  Current number of equations to process: 968
% 156.39/156.55  Current number of ordered equations: 0
% 156.39/156.55  Current number of rules: 1833
% 156.39/156.55  New rule produced :
% 156.39/156.55  [1856]
% 156.39/156.55  ifeq(axiom(or(A,or(B,or(not(or(C,X)),or(Y,or(X,C)))))),true,true,true) ->
% 156.39/156.55  true
% 156.39/156.55  Current number of equations to process: 967
% 156.39/156.55  Current number of ordered equations: 0
% 156.39/156.55  Current number of rules: 1834
% 156.39/156.55  New rule produced :
% 156.39/156.55  [1857]
% 156.39/156.55  theorem(or(A,or(B,or(not(or(C,or(X,Y))),or(C,or(Z,or(Y,X))))))) -> true
% 156.39/156.55  Current number of equations to process: 966
% 156.39/156.55  Current number of ordered equations: 0
% 156.39/156.55  Current number of rules: 1835
% 156.39/156.55  New rule produced :
% 156.39/156.55  [1858]
% 156.39/156.55  theorem(or(not(or(not(A),B)),or(C,or(or(not(or(X,A)),or(X,B)),Y)))) -> true
% 156.39/156.55  Current number of equations to process: 965
% 156.39/156.55  Current number of ordered equations: 0
% 156.39/156.55  Current number of rules: 1836
% 156.39/156.55  New rule produced :
% 156.39/156.55  [1859]
% 156.39/156.55  ifeq(axiom(or(or(A,or(B,C)),not(or(or(C,B),or(C,B))))),true,true,true) ->
% 156.39/156.55  true
% 156.39/156.55  Current number of equations to process: 964
% 156.39/156.55  Current number of ordered equations: 0
% 156.39/156.55  Current number of rules: 1837
% 156.39/156.55  New rule produced :
% 156.39/156.55  [1860]
% 156.39/156.55  ifeq(axiom(or(A,or(or(B,or(C,X)),not(or(or(B,X),C))))),true,true,true) ->
% 156.39/156.55  true
% 156.39/156.55  Current number of equations to process: 963
% 156.39/156.55  Current number of ordered equations: 0
% 156.39/156.55  Current number of rules: 1838
% 156.39/156.55  New rule produced :
% 156.39/156.55  [1861]
% 156.39/156.55  ifeq(axiom(or(A,or(B,or(not(or(or(B,C),X)),or(X,C))))),true,true,true) ->
% 156.39/156.55  true
% 156.39/156.55  Current number of equations to process: 962
% 156.39/156.55  Current number of ordered equations: 0
% 156.39/156.55  Current number of rules: 1839
% 156.39/156.55  New rule produced :
% 156.39/156.55  [1862]
% 156.39/156.55  theorem(or(A,or(B,or(not(or(or(C,X),or(C,X))),or(Y,or(X,C)))))) -> true
% 156.39/156.55  Current number of equations to process: 961
% 156.39/156.55  Current number of ordered equations: 0
% 156.39/156.55  Current number of rules: 1840
% 156.39/156.55  New rule produced :
% 156.39/156.55  [1863]
% 156.39/156.55  theorem(or(A,or(not(or(B,B)),or(not(or(or(not(B),C),X)),or(X,C))))) -> true
% 156.39/156.55  Current number of equations to process: 960
% 156.39/156.55  Current number of ordered equations: 0
% 156.39/156.55  Current number of rules: 1841
% 156.39/156.55  New rule produced :
% 156.39/156.55  [1864]
% 156.39/156.55  theorem(or(A,or(not(B),or(not(or(or(not(or(C,B)),X),Y)),or(Y,X))))) -> true
% 156.39/156.55  Current number of equations to process: 959
% 156.39/156.55  Current number of ordered equations: 0
% 156.39/156.55  Current number of rules: 1842
% 156.39/156.55  New rule produced :
% 156.39/156.55  [1865]
% 156.39/156.55  theorem(or(not(or(A,A)),or(not(or(or(not(or(B,A)),C),X)),or(X,C)))) -> true
% 166.87/166.99  Current number of equations to process: 958
% 166.87/166.99  Current number of ordered equations: 0
% 166.87/166.99  Current number of rules: 1843
% 166.87/166.99  New rule produced :
% 166.87/166.99  [1866]
% 166.87/166.99  theorem(or(not(A),or(not(or(or(not(or(B,or(C,A))),X),Y)),or(Y,X)))) -> true
% 166.87/166.99  Current number of equations to process: 957
% 166.87/166.99  Current number of ordered equations: 0
% 166.87/166.99  Current number of rules: 1844
% 166.87/166.99  New rule produced :
% 166.87/166.99  [1867]
% 166.87/166.99  ifeq(axiom(or(or(not(or(or(A,B),C)),or(A,or(C,B))),X)),true,true,true) ->
% 166.87/166.99  true
% 166.87/166.99  Current number of equations to process: 956
% 166.87/166.99  Current number of ordered equations: 0
% 166.87/166.99  Current number of rules: 1845
% 166.87/166.99  New rule produced :
% 166.87/166.99  [1868]
% 166.87/166.99  theorem(or(A,or(B,or(C,or(not(or(or(X,Y),Z)),or(X,or(Z,Y))))))) -> true
% 166.87/166.99  Current number of equations to process: 955
% 166.87/166.99  Current number of ordered equations: 0
% 166.87/166.99  Current number of rules: 1846
% 166.87/166.99  New rule produced :
% 166.87/166.99  [1869]
% 166.87/166.99  theorem(or(or(not(or(A,A)),B),not(or(or(not(A),B),or(not(A),B))))) -> true
% 166.87/166.99  Current number of equations to process: 961
% 166.87/166.99  Current number of ordered equations: 0
% 166.87/166.99  Current number of rules: 1847
% 166.87/166.99  New rule produced :
% 166.87/166.99  [1870]
% 166.87/166.99  theorem(or(or(not(or(or(A,not(B)),or(A,not(B)))),A),not(or(B,B)))) -> true
% 166.87/166.99  Current number of equations to process: 971
% 166.87/166.99  Current number of ordered equations: 0
% 166.87/166.99  Current number of rules: 1848
% 166.87/166.99  New rule produced :
% 166.87/166.99  [1871] theorem(or(or(not(or(or(A,or(B,C)),X)),or(B,or(A,C))),X)) -> true
% 166.87/166.99  Current number of equations to process: 986
% 166.87/166.99  Current number of ordered equations: 0
% 166.87/166.99  Current number of rules: 1849
% 166.87/166.99  New rule produced :
% 166.87/166.99  [1872] theorem(or(not(or(or(A,B),B)),or(C,or(A,B)))) -> true
% 166.87/166.99  Current number of equations to process: 992
% 166.87/166.99  Current number of ordered equations: 0
% 166.87/166.99  Current number of rules: 1850
% 166.87/166.99  New rule produced :
% 166.87/166.99  [1873] theorem(or(or(A,or(B,C)),not(or(B,or(or(B,C),C))))) -> true
% 166.87/166.99  Current number of equations to process: 991
% 166.87/166.99  Current number of ordered equations: 0
% 166.87/166.99  Current number of rules: 1851
% 166.87/166.99  New rule produced :
% 166.87/166.99  [1874] theorem(or(not(or(or(or(A,B),B),A)),or(C,or(A,B)))) -> true
% 166.87/166.99  Current number of equations to process: 991
% 166.87/166.99  Current number of ordered equations: 0
% 166.87/166.99  Current number of rules: 1852
% 166.87/166.99  New rule produced :
% 166.87/166.99  [1875] theorem(or(A,or(not(or(B,or(or(B,C),C))),or(X,or(B,C))))) -> true
% 166.87/166.99  Current number of equations to process: 992
% 166.87/166.99  Current number of ordered equations: 0
% 166.87/166.99  Current number of rules: 1853
% 166.87/166.99  New rule produced :
% 166.87/166.99  [1876] theorem(or(or(not(or(A,or(or(B,C),or(B,C)))),or(C,B)),A)) -> true
% 166.87/166.99  Current number of equations to process: 1001
% 166.87/166.99  Current number of ordered equations: 0
% 166.87/166.99  Current number of rules: 1854
% 166.87/166.99  New rule produced :
% 166.87/166.99  [1877] theorem(or(or(A,or(B,C)),not(or(or(or(C,B),or(C,B)),A)))) -> true
% 166.87/166.99  Current number of equations to process: 1007
% 166.87/166.99  Current number of ordered equations: 0
% 166.87/166.99  Current number of rules: 1855
% 166.87/166.99  New rule produced :
% 166.87/166.99  [1878] theorem(or(A,or(not(or(or(or(B,C),or(B,C)),A)),or(C,B)))) -> true
% 166.87/166.99  Current number of equations to process: 1006
% 166.87/166.99  Current number of ordered equations: 0
% 166.87/166.99  Current number of rules: 1856
% 166.87/166.99  New rule produced :
% 166.87/166.99  [1879] theorem(or(not(or(A,B)),or(C,or(X,or(A,or(Y,B)))))) -> true
% 166.87/166.99  Current number of equations to process: 1012
% 166.87/166.99  Current number of ordered equations: 0
% 166.87/166.99  Current number of rules: 1857
% 166.87/166.99  New rule produced :
% 166.87/166.99  [1880] theorem(or(or(A,or(B,or(C,or(X,Y)))),not(or(X,or(C,Y))))) -> true
% 166.87/166.99  Current number of equations to process: 1012
% 166.87/166.99  Current number of ordered equations: 0
% 166.87/166.99  Current number of rules: 1858
% 166.87/166.99  New rule produced :
% 166.87/166.99  [1881] theorem(or(not(or(or(A,B),C)),or(X,or(Y,or(A,or(C,B)))))) -> true
% 166.87/166.99  Current number of equations to process: 1011
% 166.87/166.99  Current number of ordered equations: 0
% 166.87/166.99  Current number of rules: 1859
% 166.87/166.99  New rule produced :
% 166.87/166.99  [1882] theorem(or(or(not(or(A,or(or(B,C),X))),or(B,or(X,C))),A)) -> true
% 166.87/166.99  Current number of equations to process: 1022
% 166.87/166.99  Current number of ordered equations: 0
% 166.87/166.99  Current number of rules: 1860
% 166.87/166.99  New rule produced :
% 166.87/166.99  [1883] theorem(or(or(A,or(B,or(C,X))),not(or(or(or(B,X),C),A)))) -> true
% 166.87/166.99  Current number of equations to process: 1028
% 166.87/166.99  Current number of ordered equations: 0
% 166.87/166.99  Current number of rules: 1861
% 166.87/166.99  New rule produced :
% 166.87/166.99  [1884] theorem(or(A,or(not(or(or(or(B,C),X),A)),or(B,or(X,C))))) -> true
% 166.87/166.99  Current number of equations to process: 1027
% 166.87/166.99  Current number of ordered equations: 0
% 166.87/166.99  Current number of rules: 1862
% 166.87/166.99  New rule produced :
% 166.87/166.99  [1885] theorem(or(A,or(or(not(or(B,C)),or(B,X)),not(not(C))))) -> true
% 172.70/172.90  Current number of equations to process: 1029
% 172.70/172.90  Current number of ordered equations: 0
% 172.70/172.90  Current number of rules: 1863
% 172.70/172.90  New rule produced :
% 172.70/172.90  [1886] theorem(or(or(not(not(A)),or(B,C)),not(or(B,A)))) -> true
% 172.70/172.90  Current number of equations to process: 1033
% 172.70/172.90  Current number of ordered equations: 0
% 172.70/172.90  Current number of rules: 1864
% 172.70/172.90  New rule produced :
% 172.70/172.90  [1887] theorem(or(not(or(A,B)),or(not(not(A)),or(B,C)))) -> true
% 172.70/172.90  Current number of equations to process: 1034
% 172.70/172.90  Current number of ordered equations: 0
% 172.70/172.90  Current number of rules: 1865
% 172.70/172.90  New rule produced :
% 172.70/172.90  [1888] theorem(or(A,or(not(or(B,C)),or(not(not(C)),or(B,X))))) -> true
% 172.70/172.90  Current number of equations to process: 1033
% 172.70/172.90  Current number of ordered equations: 0
% 172.70/172.90  Current number of rules: 1866
% 172.70/172.90  New rule produced :
% 172.70/172.90  [1889]
% 172.70/172.90  ifeq(axiom(or(or(not(or(A,B)),or(A,C)),not(not(B)))),true,true,true) -> true
% 172.70/172.90  Current number of equations to process: 1035
% 172.70/172.90  Current number of ordered equations: 0
% 172.70/172.90  Current number of rules: 1867
% 172.70/172.90  New rule produced :
% 172.70/172.90  [1890] theorem(or(not(or(A,or(B,C))),or(A,or(not(not(C)),or(B,X))))) -> true
% 172.70/172.90  Current number of equations to process: 1034
% 172.70/172.90  Current number of ordered equations: 0
% 172.70/172.90  Current number of rules: 1868
% 172.70/172.90  New rule produced :
% 172.70/172.90  [1891] theorem(or(not(or(or(A,B),or(A,B))),or(not(not(B)),or(A,C)))) -> true
% 172.70/172.90  Current number of equations to process: 1033
% 172.70/172.90  Current number of ordered equations: 0
% 172.70/172.90  Current number of rules: 1869
% 172.70/172.90  New rule produced :
% 172.70/172.90  [1892] theorem(or(or(not(not(A)),or(not(or(B,A)),or(B,C))),X)) -> true
% 172.70/172.90  Current number of equations to process: 1034
% 172.70/172.90  Current number of ordered equations: 0
% 172.70/172.90  Current number of rules: 1870
% 172.70/172.90  New rule produced :
% 172.70/172.90  [1893] theorem(or(A,or(B,or(not(not(C)),or(not(or(X,C)),or(X,Y)))))) -> true
% 172.70/172.90  Current number of equations to process: 1035
% 172.70/172.90  Current number of ordered equations: 0
% 172.70/172.90  Current number of rules: 1871
% 172.70/172.90  New rule produced :
% 172.70/172.90  [1894] theorem(or(or(not(or(A,B)),or(A,C)),not(or(not(B),not(B))))) -> true
% 172.70/172.90  Current number of equations to process: 1039
% 172.70/172.90  Current number of ordered equations: 0
% 172.70/172.90  Current number of rules: 1872
% 172.70/172.90  New rule produced :
% 172.70/172.90  [1895] theorem(or(not(or(A,B)),or(not(or(not(B),not(B))),or(A,C)))) -> true
% 172.70/172.90  Current number of equations to process: 1038
% 172.70/172.90  Current number of ordered equations: 0
% 172.70/172.90  Current number of rules: 1873
% 172.70/172.90  New rule produced :
% 172.70/172.90  [1896]
% 172.70/172.90  theorem(or(A,or(not(or(not(B),not(B))),or(not(or(C,B)),or(C,X))))) -> true
% 172.70/172.90  Current number of equations to process: 1039
% 172.70/172.90  Current number of ordered equations: 0
% 172.70/172.90  Current number of rules: 1874
% 172.70/172.90  New rule produced :
% 172.70/172.90  [1897] theorem(or(or(A,or(not(or(B,C)),or(B,X))),not(or(A,not(C))))) -> true
% 172.70/172.90  Current number of equations to process: 1044
% 172.70/172.90  Current number of ordered equations: 0
% 172.70/172.90  Current number of rules: 1875
% 172.70/172.90  New rule produced :
% 172.70/172.90  [1898] theorem(or(A,or(not(or(A,not(B))),or(not(or(C,B)),or(C,X))))) -> true
% 172.70/172.90  Current number of equations to process: 1043
% 172.70/172.90  Current number of ordered equations: 0
% 172.70/172.90  Current number of rules: 1876
% 172.70/172.90  New rule produced :
% 172.70/172.90  [1899] theorem(or(not(or(not(A),B)),or(B,or(not(or(C,A)),or(C,X))))) -> true
% 172.70/172.90  Current number of equations to process: 1042
% 172.70/172.90  Current number of ordered equations: 0
% 172.70/172.90  Current number of rules: 1877
% 172.70/172.90  New rule produced :
% 172.70/172.90  [1900] theorem(or(or(or(not(or(A,B)),or(A,C)),not(or(C,not(B)))),X)) -> true
% 172.70/172.90  Current number of equations to process: 1047
% 172.70/172.90  Current number of ordered equations: 0
% 172.70/172.90  Current number of rules: 1878
% 172.70/172.90  New rule produced :
% 172.70/172.90  [1901] theorem(or(or(not(or(A,B)),or(A,C)),or(X,not(or(C,not(B)))))) -> true
% 172.70/172.90  Current number of equations to process: 1046
% 172.70/172.90  Current number of ordered equations: 0
% 172.70/172.90  Current number of rules: 1879
% 172.70/172.90  New rule produced :
% 172.70/172.90  [1902] theorem(or(A,or(or(not(or(B,not(C))),or(X,B)),not(or(X,C))))) -> true
% 172.70/172.90  Current number of equations to process: 1050
% 172.70/172.90  Current number of ordered equations: 0
% 172.70/172.90  Current number of rules: 1880
% 172.70/172.90  New rule produced :
% 172.70/172.90  [1903] theorem(or(or(not(or(A,not(B))),or(C,A)),not(or(B,C)))) -> true
% 172.70/172.90  Current number of equations to process: 1053
% 172.70/172.90  Current number of ordered equations: 0
% 172.70/172.90  Current number of rules: 1881
% 172.70/172.90  New rule produced :
% 172.70/172.90  [1904] theorem(or(A,or(not(or(B,C)),or(not(or(X,not(B))),or(C,X))))) -> true
% 172.70/172.90  Current number of equations to process: 1055
% 172.70/172.90  Current number of ordered equations: 0
% 177.80/177.94  Current number of rules: 1882
% 177.80/177.94  New rule produced :
% 177.80/177.94  [1905] theorem(or(or(or(A,B),not(or(A,or(or(A,B),B)))),C)) -> true
% 177.80/177.94  Current number of equations to process: 1057
% 177.80/177.94  Current number of ordered equations: 0
% 177.80/177.94  Current number of rules: 1883
% 177.80/177.94  New rule produced :
% 177.80/177.94  [1906] theorem(or(or(A,B),or(C,not(or(A,or(or(A,B),B)))))) -> true
% 177.80/177.94  Current number of equations to process: 1056
% 177.80/177.94  Current number of ordered equations: 0
% 177.80/177.94  Current number of rules: 1884
% 177.80/177.94  New rule produced :
% 177.80/177.94  [1907] theorem(or(A,or(or(not(or(B,or(or(B,C),C))),C),B))) -> true
% 177.80/177.94  Current number of equations to process: 1059
% 177.80/177.94  Current number of ordered equations: 0
% 177.80/177.94  Current number of rules: 1885
% 177.80/177.94  New rule produced :
% 177.80/177.94  [1908] theorem(or(A,or(B,or(or(C,X),not(or(C,or(or(C,X),X))))))) -> true
% 177.80/177.94  Current number of equations to process: 1061
% 177.80/177.94  Current number of ordered equations: 0
% 177.80/177.94  Current number of rules: 1886
% 177.80/177.94  New rule produced :
% 177.80/177.94  [1909]
% 177.80/177.94  ifeq(axiom(or(or(not(or(A,or(or(A,B),B))),B),A)),true,true,true) -> true
% 177.80/177.94  Current number of equations to process: 1060
% 177.80/177.94  Current number of ordered equations: 0
% 177.80/177.94  Current number of rules: 1887
% 177.80/177.94  New rule produced :
% 177.80/177.94  [1910] theorem(or(or(A,or(not(or(A,or(or(A,B),B))),B)),C)) -> true
% 177.80/177.94  Current number of equations to process: 1062
% 177.80/177.94  Current number of ordered equations: 0
% 177.80/177.94  Current number of rules: 1888
% 177.80/177.94  New rule produced :
% 177.80/177.94  [1911] theorem(or(A,or(B,or(not(or(A,or(or(A,C),C))),C)))) -> true
% 177.80/177.94  Current number of equations to process: 1061
% 177.80/177.94  Current number of ordered equations: 0
% 177.80/177.94  Current number of rules: 1889
% 177.80/177.94  New rule produced :
% 177.80/177.94  [1912] theorem(or(A,or(B,or(C,or(not(or(C,or(or(C,X),X))),X))))) -> true
% 177.80/177.94  Current number of equations to process: 1062
% 177.80/177.94  Current number of ordered equations: 0
% 177.80/177.94  Current number of rules: 1890
% 177.80/177.94  New rule produced :
% 177.80/177.94  [1913] theorem(or(or(A,or(B,C)),not(or(A,or(or(B,C),C))))) -> true
% 177.80/177.94  Current number of equations to process: 1066
% 177.80/177.94  Current number of ordered equations: 0
% 177.80/177.94  Current number of rules: 1891
% 177.80/177.94  New rule produced :
% 177.80/177.94  [1914] theorem(or(A,or(not(or(A,or(or(B,C),C))),or(B,C)))) -> true
% 177.80/177.94  Current number of equations to process: 1065
% 177.80/177.94  Current number of ordered equations: 0
% 177.80/177.94  Current number of rules: 1892
% 177.80/177.94  New rule produced :
% 177.80/177.94  [1915] theorem(or(not(or(or(or(A,B),B),C)),or(C,or(A,B)))) -> true
% 177.80/177.94  Current number of equations to process: 1065
% 177.80/177.94  Current number of ordered equations: 0
% 177.80/177.94  Current number of rules: 1893
% 177.80/177.94  New rule produced :
% 177.80/177.94  [1916] ifeq(axiom(or(or(A,B),not(or(or(A,B),B)))),true,true,true) -> true
% 177.80/177.94  Current number of equations to process: 1066
% 177.80/177.94  Current number of ordered equations: 0
% 177.80/177.94  Current number of rules: 1894
% 177.80/177.94  New rule produced :
% 177.80/177.94  [1917] theorem(or(A,or(or(B,C),not(or(or(B,C),C))))) -> true
% 177.80/177.94  Current number of equations to process: 1066
% 177.80/177.94  Current number of ordered equations: 0
% 177.80/177.94  Current number of rules: 1895
% 177.80/177.94  New rule produced :
% 177.80/177.94  [1918] ifeq(axiom(or(A,or(not(or(or(A,B),B)),B))),true,true,true) -> true
% 177.80/177.94  Current number of equations to process: 1068
% 177.80/177.94  Current number of ordered equations: 0
% 177.80/177.94  Current number of rules: 1896
% 177.80/177.94  New rule produced : [1919] theorem(or(or(not(or(or(A,B),B)),B),A)) -> true
% 177.80/177.94  Current number of equations to process: 1070
% 177.80/177.94  Current number of ordered equations: 0
% 177.80/177.94  Current number of rules: 1897
% 177.80/177.94  New rule produced :
% 177.80/177.94  [1920] theorem(or(A,or(B,or(not(or(or(B,C),C)),C)))) -> true
% 177.80/177.94  Current number of equations to process: 1071
% 177.80/177.94  Current number of ordered equations: 0
% 177.80/177.94  Current number of rules: 1898
% 177.80/177.94  New rule produced :
% 177.80/177.94  [1921] theorem(or(not(or(A,A)),or(not(or(or(not(A),B),B)),B))) -> true
% 177.80/177.94  Current number of equations to process: 1074
% 177.80/177.94  Current number of ordered equations: 0
% 177.80/177.94  Current number of rules: 1899
% 177.80/177.94  New rule produced :
% 177.80/177.94  [1922] theorem(or(not(A),or(not(or(or(not(or(B,A)),C),C)),C))) -> true
% 177.80/177.94  Current number of equations to process: 1073
% 177.80/177.94  Current number of ordered equations: 0
% 177.80/177.94  Current number of rules: 1900
% 177.80/177.94  New rule produced :
% 177.80/177.94  [1923] theorem(or(or(not(or(or(A,B),B)),or(A,B)),C)) -> true
% 177.80/177.94  Current number of equations to process: 1074
% 177.80/177.94  Current number of ordered equations: 0
% 177.80/177.94  Current number of rules: 1901
% 177.80/177.94  New rule produced :
% 177.80/177.94  [1924] theorem(or(A,or(B,or(not(or(or(C,X),X)),or(C,X))))) -> true
% 177.80/177.94  Current number of equations to process: 1073
% 177.80/177.94  Current number of ordered equations: 0
% 177.80/177.94  Current number of rules: 1902
% 177.80/177.94  New rule produced :
% 182.79/182.94  [1925] theorem(or(not(or(A,or(B,or(C,B)))),or(A,or(C,B)))) -> true
% 182.79/182.94  Current number of equations to process: 1074
% 182.79/182.94  Current number of ordered equations: 0
% 182.79/182.94  Current number of rules: 1903
% 182.79/182.94  New rule produced : [1926] theorem(or(or(A,B),not(or(B,or(A,B))))) -> true
% 182.79/182.94  Current number of equations to process: 1076
% 182.79/182.94  Current number of ordered equations: 0
% 182.79/182.94  Current number of rules: 1904
% 182.79/182.94  New rule produced : [1927] theorem(or(A,or(not(or(B,or(A,B))),B))) -> true
% 182.79/182.94  Current number of equations to process: 1076
% 182.79/182.94  Current number of ordered equations: 0
% 182.79/182.94  Current number of rules: 1905
% 182.79/182.94  New rule produced :
% 182.79/182.94  [1928] theorem(or(A,or(not(or(B,or(C,B))),or(C,B)))) -> true
% 182.79/182.94  Current number of equations to process: 1076
% 182.79/182.94  Current number of ordered equations: 0
% 182.79/182.94  Current number of rules: 1906
% 182.79/182.94  New rule produced :
% 182.79/182.94  [1929] theorem(or(A,or(or(B,C),not(or(or(or(B,C),C),B))))) -> true
% 182.79/182.94  Current number of equations to process: 1078
% 182.79/182.94  Current number of ordered equations: 0
% 182.79/182.94  Current number of rules: 1907
% 182.79/182.94  New rule produced :
% 182.79/182.94  [1930] theorem(or(or(not(or(or(or(A,B),B),A)),B),A)) -> true
% 182.79/182.94  Current number of equations to process: 1083
% 182.79/182.94  Current number of ordered equations: 0
% 182.79/182.94  Current number of rules: 1908
% 182.79/182.94  New rule produced :
% 182.79/182.94  [1931] theorem(or(A,or(B,or(not(or(or(or(B,C),C),B)),C)))) -> true
% 182.79/182.94  Current number of equations to process: 1085
% 182.79/182.94  Current number of ordered equations: 0
% 182.79/182.94  Current number of rules: 1909
% 182.79/182.94  New rule produced :
% 182.79/182.94  [1932] theorem(or(A,or(not(or(B,or(or(C,X),X))),or(B,or(C,X))))) -> true
% 182.79/182.94  Current number of equations to process: 1087
% 182.79/182.94  Current number of ordered equations: 0
% 182.79/182.94  Current number of rules: 1910
% 182.79/182.94  New rule produced :
% 182.79/182.94  [1933] theorem(or(not(or(A,B)),or(A,or(not(or(or(not(B),C),C)),C)))) -> true
% 182.79/182.94  Current number of equations to process: 1086
% 182.79/182.94  Current number of ordered equations: 0
% 182.79/182.94  Current number of rules: 1911
% 182.79/182.94  New rule produced :
% 182.79/182.94  [1934] theorem(or(not(or(A,B)),or(not(or(or(not(or(B,A)),C),C)),C))) -> true
% 182.79/182.94  Current number of equations to process: 1085
% 182.79/182.94  Current number of ordered equations: 0
% 182.79/182.94  Current number of rules: 1912
% 182.79/182.94  New rule produced :
% 182.79/182.94  [1935]
% 182.79/182.94  ifeq(axiom(or(A,or(not(or(or(B,C),C)),or(B,C)))),true,true,true) -> true
% 182.79/182.94  Current number of equations to process: 1084
% 182.79/182.94  Current number of ordered equations: 0
% 182.79/182.94  Current number of rules: 1913
% 182.79/182.94  New rule produced :
% 182.79/182.94  [1936] theorem(or(not(or(or(A,or(B,A)),or(A,or(B,A)))),or(B,A))) -> true
% 182.79/182.94  Current number of equations to process: 1083
% 182.79/182.94  Current number of ordered equations: 0
% 182.79/182.94  Current number of rules: 1914
% 182.79/182.94  New rule produced :
% 182.79/182.94  [1937]
% 182.79/182.94  ifeq(axiom(or(or(A,B),not(or(or(or(A,B),B),A)))),true,true,true) -> true
% 182.79/182.94  Current number of equations to process: 1082
% 182.79/182.94  Current number of ordered equations: 0
% 182.79/182.94  Current number of rules: 1915
% 182.79/182.94  New rule produced :
% 182.79/182.94  [1938]
% 182.79/182.94  ifeq(axiom(or(A,or(not(or(or(or(A,B),B),A)),B))),true,true,true) -> true
% 182.79/182.94  Current number of equations to process: 1081
% 182.79/182.94  Current number of ordered equations: 0
% 182.79/182.94  Current number of rules: 1916
% 182.79/182.94  New rule produced :
% 182.79/182.94  [1939] theorem(or(or(not(or(or(or(A,B),B),A)),or(A,B)),C)) -> true
% 182.79/182.94  Current number of equations to process: 1082
% 182.79/182.94  Current number of ordered equations: 0
% 182.79/182.94  Current number of rules: 1917
% 182.79/182.94  New rule produced :
% 182.79/182.94  [1940] theorem(or(A,or(B,or(not(or(or(or(C,X),X),C)),or(C,X))))) -> true
% 182.79/182.94  Current number of equations to process: 1084
% 182.79/182.94  Current number of ordered equations: 0
% 182.79/182.94  Current number of rules: 1918
% 182.79/182.94  New rule produced :
% 182.79/182.94  [1941]
% 182.79/182.94  theorem(or(not(or(A,A)),or(not(or(or(or(not(A),B),B),not(A))),B))) -> true
% 182.79/182.94  Current number of equations to process: 1082
% 182.79/182.94  Current number of ordered equations: 0
% 182.79/182.94  Current number of rules: 1919
% 182.79/182.94  New rule produced :
% 182.79/182.94  [1942] theorem(or(or(not(or(A,B)),or(not(or(C,not(B))),or(A,C))),X)) -> true
% 182.79/182.94  Current number of equations to process: 1084
% 182.79/182.94  Current number of ordered equations: 0
% 182.79/182.94  Current number of rules: 1920
% 182.79/182.94  New rule produced :
% 182.79/182.94  [1943] theorem(or(not(or(A,B)),or(C,or(not(or(X,not(B))),or(A,X))))) -> true
% 182.79/182.94  Current number of equations to process: 1083
% 182.79/182.94  Current number of ordered equations: 0
% 182.79/182.94  Current number of rules: 1921
% 182.79/182.94  New rule produced :
% 182.79/182.94  [1944] theorem(or(or(A,B),not(or(or(or(A,B),B),or(or(A,B),B))))) -> true
% 182.79/182.94  Current number of equations to process: 1089
% 182.79/182.94  Current number of ordered equations: 0
% 182.79/182.94  Current number of rules: 1922
% 182.79/182.94  New rule produced :
% 186.29/186.46  [1945] theorem(or(A,or(not(or(or(or(A,B),B),or(or(A,B),B))),B))) -> true
% 186.29/186.46  Current number of equations to process: 1088
% 186.29/186.46  Current number of ordered equations: 0
% 186.29/186.46  Current number of rules: 1923
% 186.29/186.46  New rule produced :
% 186.29/186.46  [1946] theorem(or(or(A,or(B,C)),not(or(A,or(or(or(B,C),C),B))))) -> true
% 186.29/186.46  Current number of equations to process: 1095
% 186.29/186.46  Current number of ordered equations: 0
% 186.29/186.46  Current number of rules: 1924
% 186.29/186.46  New rule produced :
% 186.29/186.46  [1947] theorem(or(A,or(not(or(A,or(or(or(B,C),C),B))),or(B,C)))) -> true
% 186.29/186.46  Current number of equations to process: 1094
% 186.29/186.46  Current number of ordered equations: 0
% 186.29/186.46  Current number of rules: 1925
% 186.29/186.46  New rule produced :
% 186.29/186.46  [1948] theorem(or(not(or(or(or(or(A,B),B),A),C)),or(C,or(A,B)))) -> true
% 186.29/186.46  Current number of equations to process: 1093
% 186.29/186.46  Current number of ordered equations: 0
% 186.29/186.46  Current number of rules: 1926
% 186.29/186.46  New rule produced :
% 186.29/186.46  [1949] theorem(or(A,or(or(not(or(B,or(or(B,C),C))),or(B,C)),X))) -> true
% 186.29/186.46  Current number of equations to process: 1098
% 186.29/186.46  Current number of ordered equations: 0
% 186.29/186.46  Current number of rules: 1927
% 186.29/186.46  New rule produced :
% 186.29/186.46  [1950] theorem(or(or(A,or(not(or(B,or(or(B,C),C))),or(B,C))),X)) -> true
% 186.29/186.46  Current number of equations to process: 1099
% 186.29/186.46  Current number of ordered equations: 0
% 186.29/186.46  Current number of rules: 1928
% 186.29/186.46  New rule produced :
% 186.29/186.46  [1951]
% 186.29/186.46  theorem(or(A,or(or(not(or(B,or(C,or(X,Y)))),or(X,or(C,Y))),B))) -> true
% 186.29/186.46  Current number of equations to process: 1100
% 186.29/186.46  Current number of ordered equations: 0
% 186.29/186.46  Current number of rules: 1929
% 186.29/186.46  New rule produced :
% 186.29/186.46  [1952]
% 186.29/186.46  theorem(or(A,or(or(B,or(C,or(X,Y))),not(or(or(X,or(C,Y)),B))))) -> true
% 186.29/186.46  Current number of equations to process: 1099
% 186.29/186.46  Current number of ordered equations: 0
% 186.29/186.46  Current number of rules: 1930
% 186.29/186.46  New rule produced :
% 186.29/186.46  [1953]
% 186.29/186.46  theorem(or(A,or(B,or(not(or(or(C,or(X,Y)),B)),or(X,or(C,Y)))))) -> true
% 186.29/186.46  Current number of equations to process: 1098
% 186.29/186.46  Current number of ordered equations: 0
% 186.29/186.46  Current number of rules: 1931
% 186.29/186.46  New rule produced :
% 186.29/186.46  [1954]
% 186.29/186.46  theorem(or(not(or(A,or(B,or(or(B,C),C)))),or(A,or(X,or(B,C))))) -> true
% 186.29/186.46  Current number of equations to process: 1097
% 186.29/186.46  Current number of ordered equations: 0
% 186.29/186.46  Current number of rules: 1932
% 186.29/186.46  New rule produced :
% 186.29/186.46  [1955]
% 186.29/186.46  theorem(or(A,or(or(B,or(C,X)),not(or(B,or(or(X,C),or(X,C))))))) -> true
% 186.29/186.46  Current number of equations to process: 1096
% 186.29/186.46  Current number of ordered equations: 0
% 186.29/186.46  Current number of rules: 1933
% 186.29/186.46  New rule produced :
% 186.29/186.46  [1956]
% 186.29/186.46  theorem(or(A,or(B,or(not(or(B,or(or(C,X),or(C,X)))),or(X,C))))) -> true
% 186.29/186.46  Current number of equations to process: 1095
% 186.29/186.46  Current number of ordered equations: 0
% 186.29/186.46  Current number of rules: 1934
% 186.29/186.46  New rule produced :
% 186.29/186.46  [1957]
% 186.29/186.46  theorem(or(A,or(not(or(or(or(B,C),or(B,C)),X)),or(X,or(C,B))))) -> true
% 186.29/186.46  Current number of equations to process: 1094
% 186.29/186.46  Current number of ordered equations: 0
% 186.29/186.46  Current number of rules: 1935
% 186.29/186.46  New rule produced :
% 186.29/186.46  [1958]
% 186.29/186.46  theorem(or(A,or(not(or(B,or(C,X))),or(Y,or(Z,or(C,or(B,X))))))) -> true
% 186.29/186.46  Current number of equations to process: 1093
% 186.29/186.46  Current number of ordered equations: 0
% 186.29/186.46  Current number of rules: 1936
% 186.29/186.46  New rule produced :
% 186.29/186.46  [1959]
% 186.29/186.46  theorem(or(A,or(or(B,or(C,or(X,Y))),not(or(B,or(or(C,Y),X)))))) -> true
% 186.29/186.46  Current number of equations to process: 1092
% 186.29/186.46  Current number of ordered equations: 0
% 186.29/186.46  Current number of rules: 1937
% 186.29/186.46  New rule produced :
% 186.29/186.46  [1960]
% 186.29/186.46  theorem(or(A,or(B,or(not(or(B,or(or(C,X),Y))),or(C,or(Y,X)))))) -> true
% 186.29/186.46  Current number of equations to process: 1091
% 186.29/186.46  Current number of ordered equations: 0
% 186.29/186.46  Current number of rules: 1938
% 186.29/186.46  New rule produced :
% 186.29/186.46  [1961]
% 186.29/186.46  theorem(or(A,or(not(or(or(or(B,C),X),Y)),or(Y,or(B,or(X,C)))))) -> true
% 186.29/186.46  Current number of equations to process: 1090
% 186.29/186.46  Current number of ordered equations: 0
% 186.29/186.46  Current number of rules: 1939
% 186.29/186.46  New rule produced :
% 186.29/186.46  [1962]
% 186.29/186.46  ifeq(axiom(or(A,or(not(not(B)),or(not(or(C,B)),or(C,X))))),true,true,true) ->
% 186.29/186.46  true
% 186.29/186.46  Current number of equations to process: 1089
% 186.29/186.46  Current number of ordered equations: 0
% 186.29/186.46  Current number of rules: 1940
% 186.29/186.46  New rule produced :
% 186.29/186.46  [1963]
% 186.29/186.46  theorem(or(A,or(not(or(B,not(C))),or(B,or(not(or(X,C)),or(X,Y)))))) -> true
% 186.29/186.46  Current number of equations to process: 1088
% 186.29/186.46  Current number of ordered equations: 0
% 186.29/186.46  Current number of rules: 1941
% 186.29/186.46  New rule produced :
% 186.29/186.46  [1964]
% 186.29/186.46  theorem(or(A,or(B,or(or(not(or(C,X)),or(C,Y)),not(or(Y,not(X))))))) -> true
% 187.18/187.36  Current number of equations to process: 1087
% 187.18/187.36  Current number of ordered equations: 0
% 187.18/187.36  Current number of rules: 1942
% 187.18/187.36  New rule produced :
% 187.18/187.36  [1965]
% 187.18/187.36  ifeq(axiom(or(or(not(or(A,not(B))),or(C,A)),not(or(C,B)))),true,true,true) ->
% 187.18/187.36  true
% 187.18/187.36  Current number of equations to process: 1086
% 187.18/187.36  Current number of ordered equations: 0
% 187.18/187.36  Current number of rules: 1943
% 187.18/187.36  New rule produced :
% 187.18/187.36  [1966]
% 187.18/187.36  theorem(or(not(or(A,or(B,C))),or(A,or(not(or(X,not(B))),or(C,X))))) -> true
% 187.18/187.36  Current number of equations to process: 1085
% 187.18/187.36  Current number of ordered equations: 0
% 187.18/187.36  Current number of rules: 1944
% 187.18/187.36  New rule produced :
% 187.18/187.36  [1967]
% 187.18/187.36  theorem(or(not(or(or(A,B),or(A,B))),or(not(or(C,not(A))),or(B,C)))) -> true
% 187.18/187.36  Current number of equations to process: 1084
% 187.18/187.36  Current number of ordered equations: 0
% 187.18/187.36  Current number of rules: 1945
% 187.18/187.36  New rule produced :
% 187.18/187.36  [1968]
% 187.18/187.36  ifeq(axiom(or(A,or(or(B,C),not(or(B,or(or(B,C),C)))))),true,true,true) ->
% 187.18/187.36  true
% 187.18/187.36  Current number of equations to process: 1083
% 187.18/187.36  Current number of ordered equations: 0
% 187.18/187.36  Current number of rules: 1946
% 187.18/187.36  New rule produced :
% 187.18/187.36  [1969]
% 187.18/187.36  theorem(or(A,or(or(not(or(or(A,B),or(or(or(A,B),C),C))),C),B))) -> true
% 187.18/187.36  Current number of equations to process: 1082
% 187.18/187.36  Current number of ordered equations: 0
% 187.18/187.36  Current number of rules: 1947
% 187.18/187.36  New rule produced :
% 187.18/187.36  [1970]
% 187.18/187.36  ifeq(axiom(or(A,or(B,or(not(or(B,or(or(B,C),C))),C)))),true,true,true) ->
% 187.18/187.36  true
% 187.18/187.36  Current number of equations to process: 1081
% 187.18/187.36  Current number of ordered equations: 0
% 187.18/187.36  Current number of rules: 1948
% 187.18/187.36  New rule produced :
% 187.18/187.36  [1971]
% 187.18/187.36  theorem(or(not(or(A,or(B,or(or(C,X),X)))),or(A,or(B,or(C,X))))) -> true
% 187.18/187.36  Current number of equations to process: 1080
% 187.18/187.36  Current number of ordered equations: 0
% 187.18/187.36  Current number of rules: 1949
% 187.18/187.36  New rule produced :
% 187.18/187.36  [1972]
% 187.18/187.36  ifeq(axiom(or(not(or(or(A,B),not(or(or(A,B),B)))),C)),true,theorem(C),true)
% 187.18/187.36  -> true
% 187.18/187.36  Current number of equations to process: 1079
% 187.18/187.36  Current number of ordered equations: 0
% 187.18/187.36  Current number of rules: 1950
% 187.18/187.36  New rule produced :
% 187.18/187.36  [1973]
% 187.18/187.36  ifeq(axiom(or(not(or(A,or(not(or(or(A,B),B)),B))),C)),true,theorem(C),true)
% 187.18/187.36  -> true
% 187.18/187.36  Current number of equations to process: 1078
% 187.18/187.36  Current number of ordered equations: 0
% 187.18/187.36  Current number of rules: 1951
% 187.18/187.36  New rule produced :
% 187.18/187.36  [1974]
% 187.18/187.36  ifeq(axiom(or(not(or(not(or(A,or(B,A))),or(B,A))),C)),true,theorem(C),true)
% 187.18/187.36  -> true
% 187.18/187.36  Current number of equations to process: 1077
% 187.18/187.36  Current number of ordered equations: 0
% 187.18/187.36  Current number of rules: 1952
% 187.18/187.36  New rule produced :
% 187.18/187.36  [1975]
% 187.18/187.36  ifeq(axiom(or(not(A),or(B,or(C,B)))),true,theorem(or(not(A),or(C,B))),true)
% 187.18/187.36  -> true
% 187.18/187.36  Current number of equations to process: 1076
% 187.18/187.36  Current number of ordered equations: 0
% 187.18/187.36  Current number of rules: 1953
% 187.18/187.36  New rule produced :
% 187.18/187.36  [1976]
% 187.18/187.36  ifeq(axiom(or(A,or(not(or(or(or(B,C),C),B)),or(B,C)))),true,true,true) ->
% 187.18/187.36  true
% 187.18/187.36  Current number of equations to process: 1075
% 187.18/187.36  Current number of ordered equations: 0
% 187.18/187.36  Current number of rules: 1954
% 187.18/187.36  New rule produced :
% 187.18/187.36  [1977]
% 187.18/187.36  theorem(or(A,or(B,or(not(or(C,X)),or(not(or(Y,not(X))),or(C,Y)))))) -> true
% 187.18/187.36  Current number of equations to process: 1074
% 187.18/187.36  Current number of ordered equations: 0
% 187.18/187.36  Current number of rules: 1955
% 187.18/187.36  New rule produced :
% 187.18/187.36  [1978]
% 187.18/187.36  theorem(or(A,or(not(or(or(or(B,C),C),or(or(B,C),C))),or(B,C)))) -> true
% 187.18/187.36  Current number of equations to process: 1073
% 187.18/187.36  Current number of ordered equations: 0
% 187.18/187.36  Current number of rules: 1956
% 187.18/187.36  New rule produced :
% 187.18/187.36  [1979]
% 187.18/187.36  theorem(or(A,or(not(or(B,or(or(or(C,X),X),C))),or(B,or(C,X))))) -> true
% 187.18/187.36  Current number of equations to process: 1072
% 187.18/187.36  Current number of ordered equations: 0
% 187.18/187.36  Current number of rules: 1957
% 187.18/187.36  New rule produced :
% 187.18/187.36  [1980]
% 187.18/187.36  ifeq(axiom(or(or(not(or(A,or(or(A,B),B))),or(A,B)),C)),true,true,true) ->
% 187.18/187.36  true
% 187.18/187.36  Current number of equations to process: 1071
% 187.18/187.36  Current number of ordered equations: 0
% 187.18/187.36  Current number of rules: 1958
% 187.18/187.36  New rule produced :
% 187.18/187.36  [1981]
% 187.18/187.36  theorem(or(A,or(B,or(C,or(not(or(X,or(or(X,Y),Y))),or(X,Y)))))) -> true
% 187.18/187.36  Current number of equations to process: 1070
% 187.18/187.36  Current number of ordered equations: 0
% 187.18/187.36  Current number of rules: 1959
% 187.18/187.36  New rule produced :
% 187.18/187.36  [1982]
% 187.18/187.36  theorem(or(or(not(or(not(A),or(or(not(A),B),B))),B),not(or(A,A)))) -> true
% 187.18/187.36  Current number of equations to process: 1074
% 187.18/187.36  Current number of ordered equations: 0
% 187.18/187.36  Current number of rules: 1960
% 187.18/187.36  New rule produced :
% 197.07/197.23  [1983]
% 197.07/197.23  theorem(or(not(or(not(A),or(or(not(A),B),B))),or(not(or(A,A)),B))) -> true
% 197.07/197.23  Current number of equations to process: 1073
% 197.07/197.23  Current number of ordered equations: 0
% 197.07/197.23  Current number of rules: 1961
% 197.07/197.23  New rule produced :
% 197.07/197.23  [1984] theorem(or(or(not(or(A,or(B,or(or(B,C),C)))),or(B,C)),A)) -> true
% 197.07/197.23  Current number of equations to process: 1087
% 197.07/197.23  Current number of ordered equations: 0
% 197.07/197.23  Current number of rules: 1962
% 197.07/197.23  New rule produced :
% 197.07/197.23  [1985] theorem(or(or(A,or(B,C)),not(or(or(B,or(or(B,C),C)),A)))) -> true
% 197.07/197.23  Current number of equations to process: 1093
% 197.07/197.23  Current number of ordered equations: 0
% 197.07/197.23  Current number of rules: 1963
% 197.07/197.23  New rule produced :
% 197.07/197.23  [1986] theorem(or(A,or(not(or(or(B,or(or(B,C),C)),A)),or(B,C)))) -> true
% 197.07/197.23  Current number of equations to process: 1092
% 197.07/197.23  Current number of ordered equations: 0
% 197.07/197.23  Current number of rules: 1964
% 197.07/197.23  New rule produced :
% 197.07/197.23  [1987] theorem(or(A,or(or(B,or(C,or(X,Y))),not(or(C,Y))))) -> true
% 197.07/197.23  Current number of equations to process: 1094
% 197.07/197.23  Current number of ordered equations: 0
% 197.07/197.23  Current number of rules: 1965
% 197.07/197.23  New rule produced :
% 197.07/197.23  [1988] theorem(or(or(A,or(B,or(C,X))),not(or(X,B)))) -> true
% 197.07/197.23  Current number of equations to process: 1098
% 197.07/197.23  Current number of ordered equations: 0
% 197.07/197.23  Current number of rules: 1966
% 197.07/197.23  New rule produced :
% 197.07/197.23  [1989] theorem(or(A,or(not(or(B,C)),or(X,or(C,or(Y,B)))))) -> true
% 197.07/197.23  Current number of equations to process: 1098
% 197.07/197.23  Current number of ordered equations: 0
% 197.07/197.23  Current number of rules: 1967
% 197.07/197.23  New rule produced :
% 197.07/197.23  [1990]
% 197.07/197.23  ifeq(axiom(or(or(A,or(B,or(C,X))),not(or(B,X)))),true,true,true) -> true
% 197.07/197.23  Current number of equations to process: 1100
% 197.07/197.23  Current number of ordered equations: 0
% 197.07/197.23  Current number of rules: 1968
% 197.07/197.23  New rule produced :
% 197.07/197.23  [1991] theorem(or(not(or(A,or(B,C))),or(A,or(X,or(C,or(Y,B)))))) -> true
% 197.07/197.23  Current number of equations to process: 1099
% 197.07/197.23  Current number of ordered equations: 0
% 197.07/197.23  Current number of rules: 1969
% 197.07/197.23  New rule produced :
% 197.07/197.23  [1992] theorem(or(not(or(or(A,B),or(A,B))),or(C,or(B,or(X,A))))) -> true
% 197.07/197.23  Current number of equations to process: 1098
% 197.07/197.23  Current number of ordered equations: 0
% 197.07/197.23  Current number of rules: 1970
% 197.07/197.23  New rule produced :
% 197.07/197.23  [1993] theorem(or(or(not(or(A,B)),or(C,or(A,or(X,B)))),Y)) -> true
% 197.07/197.23  Current number of equations to process: 1099
% 197.07/197.23  Current number of ordered equations: 0
% 197.07/197.23  Current number of rules: 1971
% 197.07/197.23  New rule produced :
% 197.07/197.23  [1994] theorem(or(A,or(B,or(not(or(C,X)),or(Y,or(C,or(Z,X))))))) -> true
% 197.07/197.23  Current number of equations to process: 1100
% 197.07/197.23  Current number of ordered equations: 0
% 197.07/197.23  Current number of rules: 1972
% 197.07/197.23  New rule produced :
% 197.07/197.23  [1995] theorem(or(or(A,or(B,or(C,or(X,Y)))),not(or(A,or(C,Y))))) -> true
% 197.07/197.23  Current number of equations to process: 1105
% 197.07/197.23  Current number of ordered equations: 0
% 197.07/197.23  Current number of rules: 1973
% 197.07/197.23  New rule produced :
% 197.07/197.23  [1996] theorem(or(A,or(not(or(A,or(B,C))),or(X,or(B,or(Y,C)))))) -> true
% 197.07/197.23  Current number of equations to process: 1104
% 197.07/197.23  Current number of ordered equations: 0
% 197.07/197.23  Current number of rules: 1974
% 197.07/197.23  New rule produced :
% 197.07/197.23  [1997] theorem(or(not(or(or(A,B),C)),or(C,or(X,or(A,or(Y,B)))))) -> true
% 197.07/197.23  Current number of equations to process: 1103
% 197.07/197.23  Current number of ordered equations: 0
% 197.07/197.23  Current number of rules: 1975
% 197.07/197.23  New rule produced :
% 197.07/197.23  [1998] theorem(or(or(A,or(B,or(C,X))),not(or(or(B,X),or(B,X))))) -> true
% 197.07/197.23  Current number of equations to process: 1108
% 197.07/197.23  Current number of ordered equations: 0
% 197.07/197.23  Current number of rules: 1976
% 197.07/197.23  New rule produced :
% 197.07/197.23  [1999] theorem(or(or(or(A,or(B,or(C,X))),not(or(C,or(B,X)))),Y)) -> true
% 197.07/197.23  Current number of equations to process: 1113
% 197.07/197.23  Current number of ordered equations: 0
% 197.07/197.23  Current number of rules: 1977
% 197.07/197.23  New rule produced :
% 197.07/197.23  [2000] theorem(or(or(A,or(B,or(C,X))),or(Y,not(or(C,or(B,X)))))) -> true
% 197.07/197.23  Current number of equations to process: 1112
% 197.07/197.23  Current number of ordered equations: 0
% 197.07/197.23  Current number of rules: 1978
% 197.07/197.23  New rule produced :
% 197.07/197.23  [2001] theorem(or(A,or(or(B,or(C,or(X,Y))),not(or(or(C,Y),X))))) -> true
% 197.07/197.23  Current number of equations to process: 1117
% 197.07/197.23  Current number of ordered equations: 0
% 197.07/197.23  Current number of rules: 1979
% 197.07/197.23  New rule produced :
% 197.07/197.23  [2002] theorem(or(or(not(or(or(A,B),C)),or(X,or(A,or(C,B)))),Y)) -> true
% 197.07/197.23  Current number of equations to process: 1118
% 197.07/197.23  Current number of ordered equations: 0
% 197.07/197.23  Current number of rules: 1980
% 207.48/207.66  New rule produced :
% 207.48/207.66  [2003] ifeq(axiom(or(or(or(not(or(A,A)),A),B),C)),true,true,true) -> true
% 207.48/207.66  Current number of equations to process: 1122
% 207.48/207.66  Current number of ordered equations: 0
% 207.48/207.66  Current number of rules: 1981
% 207.48/207.66  New rule produced :
% 207.48/207.66  [2004] theorem(or(A,or(or(or(not(or(B,B)),B),C),X))) -> true
% 207.48/207.66  Current number of equations to process: 1122
% 207.48/207.66  Current number of ordered equations: 0
% 207.48/207.66  Current number of rules: 1982
% 207.48/207.66  New rule produced :
% 207.48/207.66  [2005] theorem(or(or(A,or(or(not(or(B,B)),B),C)),X)) -> true
% 207.48/207.66  Current number of equations to process: 1126
% 207.48/207.66  Current number of ordered equations: 0
% 207.48/207.66  Current number of rules: 1983
% 207.48/207.66  New rule produced :
% 207.48/207.66  [2006] theorem(or(A,or(B,or(C,or(or(not(or(X,X)),X),Y))))) -> true
% 207.48/207.66  Current number of equations to process: 1125
% 207.48/207.66  Current number of ordered equations: 0
% 207.48/207.66  Current number of rules: 1984
% 207.48/207.66  New rule produced :
% 207.48/207.66  [2007]
% 207.48/207.66  ifeq(axiom(or(A,or(B,or(or(not(or(C,C)),C),X)))),true,true,true) -> true
% 207.48/207.66  Current number of equations to process: 1124
% 207.48/207.66  Current number of ordered equations: 0
% 207.48/207.66  Current number of rules: 1985
% 207.48/207.66  New rule produced :
% 207.48/207.66  [2008] theorem(or(or(or(A,or(not(or(B,B)),B)),C),X)) -> true
% 207.48/207.66  Current number of equations to process: 1128
% 207.48/207.66  Current number of ordered equations: 0
% 207.48/207.66  Current number of rules: 1986
% 207.48/207.66  New rule produced :
% 207.48/207.66  [2009] theorem(or(A,or(B,or(or(C,or(not(or(X,X)),X)),Y)))) -> true
% 207.48/207.66  Current number of equations to process: 1127
% 207.48/207.66  Current number of ordered equations: 0
% 207.48/207.66  Current number of rules: 1987
% 207.48/207.66  New rule produced :
% 207.48/207.66  [2010] theorem(or(A,or(or(B,or(C,or(not(or(X,X)),X))),Y))) -> true
% 207.48/207.66  Current number of equations to process: 1129
% 207.48/207.66  Current number of ordered equations: 0
% 207.48/207.66  Current number of rules: 1988
% 207.48/207.66  New rule produced :
% 207.48/207.66  [2011]
% 207.48/207.66  ifeq(axiom(or(A,or(or(B,or(not(or(C,C)),C)),X))),true,true,true) -> true
% 207.48/207.66  Current number of equations to process: 1131
% 207.48/207.66  Current number of ordered equations: 0
% 207.48/207.66  Current number of rules: 1989
% 207.48/207.66  New rule produced :
% 207.48/207.66  [2012]
% 207.48/207.66  ifeq(axiom(or(or(A,or(B,or(not(or(C,C)),C))),X)),true,true,true) -> true
% 207.48/207.66  Current number of equations to process: 1130
% 207.48/207.66  Current number of ordered equations: 0
% 207.48/207.66  Current number of rules: 1990
% 207.48/207.66  New rule produced :
% 207.48/207.66  [2013] theorem(or(or(A,or(B,or(C,or(not(or(X,X)),X)))),Y)) -> true
% 207.48/207.66  Current number of equations to process: 1131
% 207.48/207.66  Current number of ordered equations: 0
% 207.48/207.66  Current number of rules: 1991
% 207.48/207.66  New rule produced :
% 207.48/207.66  [2014] theorem(or(A,or(B,or(C,or(X,or(Y,or(not(or(Z,Z)),Z))))))) -> true
% 207.48/207.66  Current number of equations to process: 1130
% 207.48/207.66  Current number of ordered equations: 0
% 207.48/207.66  Current number of rules: 1992
% 207.48/207.66  New rule produced :
% 207.48/207.66  [2015] ifeq(axiom(or(or(or(not(A),or(B,A)),C),X)),true,true,true) -> true
% 207.48/207.66  Current number of equations to process: 1131
% 207.48/207.66  Current number of ordered equations: 0
% 207.48/207.66  Current number of rules: 1993
% 207.48/207.66  New rule produced :
% 207.48/207.66  [2016] theorem(or(A,or(or(or(not(B),or(C,B)),X),Y))) -> true
% 207.48/207.66  Current number of equations to process: 1131
% 207.48/207.66  Current number of ordered equations: 0
% 207.48/207.66  Current number of rules: 1994
% 207.48/207.66  New rule produced :
% 207.48/207.66  [2017] theorem(or(or(A,or(or(not(B),or(C,B)),X)),Y)) -> true
% 207.48/207.66  Current number of equations to process: 1135
% 207.48/207.66  Current number of ordered equations: 0
% 207.48/207.66  Current number of rules: 1995
% 207.48/207.66  New rule produced :
% 207.48/207.66  [2018] theorem(or(A,or(B,or(C,or(or(not(X),or(Y,X)),Z))))) -> true
% 207.48/207.66  Current number of equations to process: 1134
% 207.48/207.66  Current number of ordered equations: 0
% 207.48/207.66  Current number of rules: 1996
% 207.48/207.66  New rule produced :
% 207.48/207.66  [2019]
% 207.48/207.66  ifeq(axiom(or(A,or(B,or(or(not(C),or(X,C)),Y)))),true,true,true) -> true
% 207.48/207.66  Current number of equations to process: 1133
% 207.48/207.66  Current number of ordered equations: 0
% 207.48/207.66  Current number of rules: 1997
% 207.48/207.66  New rule produced :
% 207.48/207.66  [2020] theorem(or(or(or(A,or(not(B),or(C,B))),X),Y)) -> true
% 207.48/207.66  Current number of equations to process: 1134
% 207.48/207.66  Current number of ordered equations: 0
% 207.48/207.66  Current number of rules: 1998
% 207.48/207.66  New rule produced :
% 207.48/207.66  [2021] theorem(or(A,or(B,or(or(C,or(not(X),or(Y,X))),Z)))) -> true
% 207.48/207.66  Current number of equations to process: 1133
% 207.48/207.66  Current number of ordered equations: 0
% 207.48/207.66  Current number of rules: 1999
% 207.48/207.66  New rule produced :
% 207.48/207.66  [2022] theorem(or(A,or(or(B,or(C,or(not(X),or(Y,X)))),Z))) -> true
% 207.48/207.66  Current number of equations to process: 1135
% 207.48/207.66  Current number of ordered equations: 0
% 207.48/207.66  Current number of rules: 2000
% 207.48/207.66  New rule produced :
% 207.48/207.66  [2023]
% 218.18/218.36  ifeq(axiom(or(A,or(or(B,or(not(C),or(X,C))),Y))),true,true,true) -> true
% 218.18/218.36  Current number of equations to process: 1137
% 218.18/218.36  Current number of ordered equations: 0
% 218.18/218.36  Current number of rules: 2001
% 218.18/218.36  New rule produced :
% 218.18/218.36  [2024]
% 218.18/218.36  ifeq(axiom(or(or(A,or(B,or(not(C),or(X,C)))),Y)),true,true,true) -> true
% 218.18/218.36  Current number of equations to process: 1136
% 218.18/218.36  Current number of ordered equations: 0
% 218.18/218.36  Current number of rules: 2002
% 218.18/218.36  New rule produced :
% 218.18/218.36  [2025] theorem(or(or(A,or(B,or(C,or(not(X),or(Y,X))))),Z)) -> true
% 218.18/218.36  Current number of equations to process: 1137
% 218.18/218.36  Current number of ordered equations: 0
% 218.18/218.36  Current number of rules: 2003
% 218.18/218.36  New rule produced :
% 218.18/218.36  [2026] theorem(or(A,or(B,or(C,or(X,or(Y,or(not(Z),or(V_6,Z)))))))) -> true
% 218.18/218.36  Current number of equations to process: 1136
% 218.18/218.36  Current number of ordered equations: 0
% 218.18/218.36  Current number of rules: 2004
% 218.18/218.36  New rule produced :
% 218.18/218.36  [2027] theorem(or(or(A,or(not(or(B,C)),or(B,X))),not(not(C)))) -> true
% 218.18/218.36  Current number of equations to process: 1140
% 218.18/218.36  Current number of ordered equations: 0
% 218.18/218.36  Current number of rules: 2005
% 218.18/218.36  New rule produced :
% 218.18/218.36  [2028] theorem(or(A,or(not(not(B)),or(C,or(not(or(X,B)),or(X,Y)))))) -> true
% 218.18/218.36  Current number of equations to process: 1141
% 218.18/218.36  Current number of ordered equations: 0
% 218.18/218.36  Current number of rules: 2006
% 218.18/218.36  New rule produced :
% 218.18/218.36  [2029]
% 218.18/218.36  theorem(or(not(or(not(A),not(A))),or(B,or(not(or(C,A)),or(C,X))))) -> true
% 218.18/218.36  Current number of equations to process: 1140
% 218.18/218.36  Current number of ordered equations: 0
% 218.18/218.36  Current number of rules: 2007
% 218.18/218.36  New rule produced :
% 218.18/218.36  [2030] theorem(or(A,or(or(or(not(or(B,C)),or(C,B)),X),Y))) -> true
% 218.18/218.36  Current number of equations to process: 1143
% 218.18/218.36  Current number of ordered equations: 0
% 218.18/218.36  Current number of rules: 2008
% 218.18/218.36  New rule produced :
% 218.18/218.36  [2031]
% 218.18/218.36  ifeq(axiom(or(or(or(not(or(A,B)),or(B,A)),C),X)),true,true,true) -> true
% 218.18/218.36  Current number of equations to process: 1145
% 218.18/218.36  Current number of ordered equations: 0
% 218.18/218.36  Current number of rules: 2009
% 218.18/218.36  New rule produced :
% 218.18/218.36  [2032] theorem(or(or(A,or(or(not(or(B,C)),or(C,B)),X)),Y)) -> true
% 218.18/218.36  Current number of equations to process: 1146
% 218.18/218.36  Current number of ordered equations: 0
% 218.18/218.36  Current number of rules: 2010
% 218.18/218.36  New rule produced :
% 218.18/218.36  [2033] theorem(or(A,or(B,or(C,or(or(not(or(X,Y)),or(Y,X)),Z))))) -> true
% 218.18/218.36  Current number of equations to process: 1148
% 218.18/218.36  Current number of ordered equations: 0
% 218.18/218.36  Current number of rules: 2011
% 218.18/218.36  New rule produced :
% 218.18/218.36  [2034] theorem(or(or(or(A,or(not(or(B,C)),or(C,B))),X),Y)) -> true
% 218.18/218.36  Current number of equations to process: 1149
% 218.18/218.36  Current number of ordered equations: 0
% 218.18/218.36  Current number of rules: 2012
% 218.18/218.36  New rule produced :
% 218.18/218.36  [2035] theorem(or(A,or(B,or(or(C,or(not(or(X,Y)),or(Y,X))),Z)))) -> true
% 218.18/218.36  Current number of equations to process: 1148
% 218.18/218.36  Current number of ordered equations: 0
% 218.18/218.36  Current number of rules: 2013
% 218.18/218.36  New rule produced :
% 218.18/218.36  [2036] theorem(or(A,or(or(B,or(C,or(not(or(X,Y)),or(Y,X)))),Z))) -> true
% 218.18/218.36  Current number of equations to process: 1153
% 218.18/218.36  Current number of ordered equations: 0
% 218.18/218.36  Current number of rules: 2014
% 218.18/218.36  New rule produced :
% 218.18/218.36  [2037] theorem(or(or(A,or(B,or(C,or(not(or(X,Y)),or(Y,X))))),Z)) -> true
% 218.18/218.36  Current number of equations to process: 1154
% 218.18/218.36  Current number of ordered equations: 0
% 218.18/218.36  Current number of rules: 2015
% 218.18/218.36  New rule produced :
% 218.18/218.36  [2038] ifeq(axiom(or(A,or(or(B,not(or(B,B))),C))),true,true,true) -> true
% 218.18/218.36  Current number of equations to process: 1156
% 218.18/218.36  Current number of ordered equations: 0
% 218.18/218.36  Current number of rules: 2016
% 218.18/218.36  New rule produced : [2039] theorem(or(or(or(A,not(or(A,A))),B),C)) -> true
% 218.18/218.36  Current number of equations to process: 1157
% 218.18/218.36  Current number of ordered equations: 0
% 218.18/218.36  Current number of rules: 2017
% 218.18/218.36  New rule produced :
% 218.18/218.36  [2040] theorem(or(A,or(B,or(or(C,not(or(C,C))),X)))) -> true
% 218.18/218.36  Current number of equations to process: 1156
% 218.18/218.36  Current number of ordered equations: 0
% 218.18/218.36  Current number of rules: 2018
% 218.18/218.36  New rule produced :
% 218.18/218.36  [2041] ifeq(axiom(or(or(A,or(B,not(or(B,B)))),C)),true,true,true) -> true
% 218.18/218.36  Current number of equations to process: 1156
% 218.18/218.36  Current number of ordered equations: 0
% 218.18/218.36  Current number of rules: 2019
% 218.18/218.36  New rule produced :
% 218.18/218.36  [2042] theorem(or(A,or(or(B,or(C,not(or(C,C)))),X))) -> true
% 218.18/218.36  Current number of equations to process: 1156
% 218.18/218.36  Current number of ordered equations: 0
% 218.18/218.36  Current number of rules: 2020
% 218.18/218.36  New rule produced :
% 223.99/224.17  [2043] theorem(or(or(A,or(B,or(C,not(or(C,C))))),X)) -> true
% 223.99/224.17  Current number of equations to process: 1160
% 223.99/224.17  Current number of ordered equations: 0
% 223.99/224.17  Current number of rules: 2021
% 223.99/224.17  New rule produced :
% 223.99/224.17  [2044] theorem(or(A,or(B,or(C,or(X,or(Y,not(or(Y,Y)))))))) -> true
% 223.99/224.17  Current number of equations to process: 1159
% 223.99/224.17  Current number of ordered equations: 0
% 223.99/224.17  Current number of rules: 2022
% 223.99/224.17  New rule produced :
% 223.99/224.17  [2045] ifeq(axiom(or(or(A,not(or(B,B))),B)),true,true,true) -> true
% 223.99/224.17  Current number of equations to process: 1160
% 223.99/224.17  Current number of ordered equations: 0
% 223.99/224.17  Current number of rules: 2023
% 223.99/224.17  New rule produced : [2046] theorem(or(A,or(or(B,not(or(C,C))),C))) -> true
% 223.99/224.17  Current number of equations to process: 1160
% 223.99/224.17  Current number of ordered equations: 0
% 223.99/224.17  Current number of rules: 2024
% 223.99/224.17  New rule produced :
% 223.99/224.17  [2047] theorem(or(A,or(or(B,not(or(or(A,C),or(A,C)))),C))) -> true
% 223.99/224.17  Current number of equations to process: 1163
% 223.99/224.17  Current number of ordered equations: 0
% 223.99/224.17  Current number of rules: 2025
% 223.99/224.17  New rule produced :
% 223.99/224.17  [2048] ifeq(axiom(or(A,or(B,or(C,not(or(B,B)))))),true,true,true) -> true
% 223.99/224.17  Current number of equations to process: 1162
% 223.99/224.17  Current number of ordered equations: 0
% 223.99/224.17  Current number of rules: 2026
% 223.99/224.17  New rule produced : [2049] theorem(or(or(A,or(B,not(or(A,A)))),C)) -> true
% 223.99/224.17  Current number of equations to process: 1163
% 223.99/224.17  Current number of ordered equations: 0
% 223.99/224.17  Current number of rules: 2027
% 223.99/224.17  New rule produced : [2050] theorem(or(A,or(B,or(C,not(or(A,A)))))) -> true
% 223.99/224.17  Current number of equations to process: 1163
% 223.99/224.17  Current number of ordered equations: 0
% 223.99/224.17  Current number of rules: 2028
% 223.99/224.17  New rule produced :
% 223.99/224.17  [2051] theorem(or(A,or(B,or(C,or(X,not(or(C,C))))))) -> true
% 223.99/224.17  Current number of equations to process: 1162
% 223.99/224.17  Current number of ordered equations: 0
% 223.99/224.17  Current number of rules: 2029
% 223.99/224.17  New rule produced :
% 223.99/224.17  [2052]
% 223.99/224.17  ifeq(axiom(or(A,or(B,or(C,or(X,not(or(X,X))))))),true,true,true) -> true
% 223.99/224.17  Current number of equations to process: 1162
% 223.99/224.17  Current number of ordered equations: 0
% 223.99/224.17  Current number of rules: 2030
% 223.99/224.17  New rule produced :
% 223.99/224.17  [2053]
% 223.99/224.17  ifeq(axiom(or(not(or(or(A,not(or(B,B))),B)),C)),true,theorem(C),true) -> true
% 223.99/224.17  Current number of equations to process: 1161
% 223.99/224.17  Current number of ordered equations: 0
% 223.99/224.17  Current number of rules: 2031
% 223.99/224.17  New rule produced :
% 223.99/224.17  [2054] theorem(or(or(A,not(or(not(B),not(B)))),not(or(B,B)))) -> true
% 223.99/224.17  Current number of equations to process: 1163
% 223.99/224.17  Current number of ordered equations: 0
% 223.99/224.17  Current number of rules: 2032
% 223.99/224.17  New rule produced :
% 223.99/224.17  [2055] theorem(or(A,or(not(or(B,B)),or(C,not(or(not(B),not(B))))))) -> true
% 223.99/224.17  Current number of equations to process: 1163
% 223.99/224.17  Current number of ordered equations: 0
% 223.99/224.17  Current number of rules: 2033
% 223.99/224.17  New rule produced :
% 223.99/224.17  [2056]
% 223.99/224.17  theorem(or(not(or(A,or(B,B))),or(A,or(C,not(or(not(B),not(B))))))) -> true
% 223.99/224.17  Current number of equations to process: 1163
% 223.99/224.17  Current number of ordered equations: 0
% 223.99/224.17  Current number of rules: 2034
% 223.99/224.17  New rule produced :
% 223.99/224.17  [2057]
% 223.99/224.17  theorem(or(not(or(or(A,A),or(A,A))),or(B,not(or(not(A),not(A)))))) -> true
% 223.99/224.17  Current number of equations to process: 1162
% 223.99/224.17  Current number of ordered equations: 0
% 223.99/224.17  Current number of rules: 2035
% 223.99/224.17  New rule produced :
% 223.99/224.17  [2058] theorem(or(or(A,or(B,not(or(not(C),not(C))))),not(or(A,C)))) -> true
% 223.99/224.17  Current number of equations to process: 1166
% 223.99/224.17  Current number of ordered equations: 0
% 223.99/224.17  Current number of rules: 2036
% 223.99/224.17  New rule produced :
% 223.99/224.17  [2059] theorem(or(A,or(not(or(A,B)),or(C,not(or(not(B),not(B))))))) -> true
% 223.99/224.17  Current number of equations to process: 1165
% 223.99/224.17  Current number of ordered equations: 0
% 223.99/224.17  Current number of rules: 2037
% 223.99/224.17  New rule produced :
% 223.99/224.17  [2060] theorem(or(not(or(A,B)),or(B,or(C,not(or(not(A),not(A))))))) -> true
% 223.99/224.17  Current number of equations to process: 1165
% 223.99/224.17  Current number of ordered equations: 0
% 223.99/224.17  Current number of rules: 2038
% 223.99/224.17  New rule produced :
% 223.99/224.17  [2061]
% 223.99/224.17  theorem(or(A,or(not(or(B,C)),or(B,or(X,not(or(not(C),not(C)))))))) -> true
% 223.99/224.17  Current number of equations to process: 1166
% 223.99/224.17  Current number of ordered equations: 0
% 223.99/224.17  Current number of rules: 2039
% 223.99/224.17  New rule produced :
% 223.99/224.17  [2062] theorem(or(or(A,not(or(not(or(B,C)),not(or(B,C))))),not(C))) -> true
% 223.99/224.17  Current number of equations to process: 1170
% 223.99/224.17  Current number of ordered equations: 0
% 223.99/224.17  Current number of rules: 2040
% 223.99/224.17  New rule produced :
% 229.20/229.37  [2063]
% 229.20/229.37  theorem(or(A,or(not(B),or(C,not(or(not(or(X,B)),not(or(X,B)))))))) -> true
% 229.20/229.37  Current number of equations to process: 1170
% 229.20/229.37  Current number of ordered equations: 0
% 229.20/229.37  Current number of rules: 2041
% 229.20/229.37  New rule produced :
% 229.20/229.37  [2064]
% 229.20/229.37  theorem(or(not(or(A,A)),or(B,not(or(not(or(C,A)),not(or(C,A))))))) -> true
% 229.20/229.37  Current number of equations to process: 1169
% 229.20/229.37  Current number of ordered equations: 0
% 229.20/229.37  Current number of rules: 2042
% 229.20/229.37  New rule produced :
% 229.20/229.37  [2065]
% 229.20/229.37  theorem(or(A,or(or(not(or(B,not(C))),or(not(or(X,C)),or(X,B))),Y))) -> true
% 229.20/229.37  Current number of equations to process: 1170
% 229.20/229.37  Current number of ordered equations: 0
% 229.20/229.37  Current number of rules: 2043
% 229.20/229.37  New rule produced :
% 229.20/229.37  [2066]
% 229.20/229.37  theorem(or(A,or(or(B,or(C,X)),not(or(B,or(C,or(or(C,X),X))))))) -> true
% 229.20/229.37  Current number of equations to process: 1169
% 229.20/229.37  Current number of ordered equations: 0
% 229.20/229.37  Current number of rules: 2044
% 229.20/229.37  New rule produced :
% 229.20/229.37  [2067]
% 229.20/229.37  theorem(or(A,or(B,or(not(or(B,or(C,or(or(C,X),X)))),or(C,X))))) -> true
% 229.20/229.37  Current number of equations to process: 1168
% 229.20/229.37  Current number of ordered equations: 0
% 229.20/229.37  Current number of rules: 2045
% 229.20/229.37  New rule produced :
% 229.20/229.37  [2068]
% 229.20/229.37  theorem(or(A,or(not(or(or(B,or(or(B,C),C)),X)),or(X,or(B,C))))) -> true
% 229.20/229.37  Current number of equations to process: 1167
% 229.20/229.37  Current number of ordered equations: 0
% 229.20/229.37  Current number of rules: 2046
% 229.20/229.37  New rule produced :
% 229.20/229.37  [2069]
% 229.20/229.37  ifeq(axiom(or(A,or(not(or(B,C)),or(X,or(B,or(Y,C)))))),true,true,true) ->
% 229.20/229.37  true
% 229.20/229.37  Current number of equations to process: 1166
% 229.20/229.37  Current number of ordered equations: 0
% 229.20/229.37  Current number of rules: 2047
% 229.20/229.37  New rule produced :
% 229.20/229.37  [2070]
% 229.20/229.37  theorem(or(A,or(not(or(B,or(C,X))),or(B,or(Y,or(C,or(Z,X))))))) -> true
% 229.20/229.37  Current number of equations to process: 1165
% 229.20/229.37  Current number of ordered equations: 0
% 229.20/229.37  Current number of rules: 2048
% 229.20/229.37  New rule produced :
% 229.20/229.37  [2071]
% 229.20/229.37  theorem(or(A,or(not(or(or(B,C),or(B,C))),or(X,or(B,or(Y,C)))))) -> true
% 229.20/229.37  Current number of equations to process: 1164
% 229.20/229.37  Current number of ordered equations: 0
% 229.20/229.37  Current number of rules: 2049
% 229.20/229.37  New rule produced :
% 229.20/229.37  [2072]
% 229.20/229.37  theorem(or(A,or(B,or(or(C,or(X,or(Y,Z))),not(or(Y,or(X,Z))))))) -> true
% 229.20/229.37  Current number of equations to process: 1163
% 229.20/229.37  Current number of ordered equations: 0
% 229.20/229.37  Current number of rules: 2050
% 229.20/229.37  New rule produced :
% 229.20/229.37  [2073]
% 229.20/229.37  ifeq(axiom(or(or(A,or(B,or(C,X))),not(or(or(B,X),C)))),true,true,true) ->
% 229.20/229.37  true
% 229.20/229.37  Current number of equations to process: 1162
% 229.20/229.37  Current number of ordered equations: 0
% 229.20/229.37  Current number of rules: 2051
% 229.20/229.37  New rule produced :
% 229.20/229.37  [2074]
% 229.20/229.37  theorem(or(A,or(B,or(not(or(or(C,X),Y)),or(Z,or(C,or(Y,X))))))) -> true
% 229.20/229.37  Current number of equations to process: 1161
% 229.20/229.37  Current number of ordered equations: 0
% 229.20/229.37  Current number of rules: 2052
% 229.20/229.37  New rule produced :
% 229.20/229.37  [2075]
% 229.20/229.37  theorem(or(A,or(or(not(or(B,or(C,X))),or(Y,or(C,or(B,X)))),Z))) -> true
% 229.20/229.37  Current number of equations to process: 1160
% 229.20/229.37  Current number of ordered equations: 0
% 229.20/229.37  Current number of rules: 2053
% 229.20/229.37  New rule produced :
% 229.20/229.37  [2076]
% 229.20/229.37  ifeq(axiom(or(not(or(or(or(not(or(A,A)),A),B),C)),X)),true,theorem(X),true)
% 229.20/229.37  -> true
% 229.20/229.37  Current number of equations to process: 1159
% 229.20/229.37  Current number of ordered equations: 0
% 229.20/229.37  Current number of rules: 2054
% 229.20/229.37  New rule produced :
% 229.20/229.37  [2077]
% 229.20/229.37  ifeq(axiom(or(A,or(B,or(C,or(X,or(not(or(Y,Y)),Y)))))),true,true,true) ->
% 229.20/229.37  true
% 229.20/229.37  Current number of equations to process: 1158
% 229.20/229.37  Current number of ordered equations: 0
% 229.20/229.37  Current number of rules: 2055
% 229.20/229.37  New rule produced :
% 229.20/229.37  [2078]
% 229.20/229.37  ifeq(axiom(or(not(or(or(or(not(A),or(B,A)),C),X)),Y)),true,theorem(Y),true)
% 229.20/229.37  -> true
% 229.20/229.37  Current number of equations to process: 1157
% 229.20/229.37  Current number of ordered equations: 0
% 229.20/229.37  Current number of rules: 2056
% 229.20/229.37  New rule produced :
% 229.20/229.37  [2079]
% 229.20/229.37  ifeq(axiom(or(A,or(B,or(C,or(X,or(not(Y),or(Z,Y))))))),true,true,true) ->
% 229.20/229.37  true
% 229.20/229.37  Current number of equations to process: 1156
% 229.20/229.37  Current number of ordered equations: 0
% 229.20/229.37  Current number of rules: 2057
% 229.20/229.37  New rule produced :
% 229.20/229.37  [2080]
% 229.20/229.37  theorem(or(not(or(A,not(B))),or(A,or(C,or(not(or(X,B)),or(X,Y)))))) -> true
% 229.20/229.37  Current number of equations to process: 1155
% 229.20/229.37  Current number of ordered equations: 0
% 229.20/229.37  Current number of rules: 2058
% 229.20/229.37  New rule produced :
% 229.20/229.37  [2081]
% 229.20/229.37  theorem(or(A,or(or(B,or(not(or(C,X)),or(C,Y))),not(or(Y,not(X)))))) -> true
% 229.20/229.37  Current number of equations to process: 1154
% 229.20/229.37  Current number of ordered equations: 0
% 229.20/229.37  Current number of rules: 2059
% 233.18/233.32  New rule produced :
% 233.18/233.32  [2082]
% 233.18/233.32  ifeq(axiom(or(A,or(B,or(or(not(or(C,X)),or(X,C)),Y)))),true,true,true) ->
% 233.18/233.32  true
% 233.18/233.32  Current number of equations to process: 1153
% 233.18/233.32  Current number of ordered equations: 0
% 233.18/233.32  Current number of rules: 2060
% 233.18/233.32  New rule produced :
% 233.18/233.32  [2083]
% 233.18/233.32  ifeq(axiom(or(A,or(or(B,or(not(or(C,X)),or(X,C))),Y))),true,true,true) ->
% 233.18/233.32  true
% 233.18/233.32  Current number of equations to process: 1152
% 233.18/233.32  Current number of ordered equations: 0
% 233.18/233.32  Current number of rules: 2061
% 233.18/233.32  New rule produced :
% 233.18/233.32  [2084]
% 233.18/233.32  ifeq(axiom(or(or(A,or(B,or(not(or(C,X)),or(X,C)))),Y)),true,true,true) ->
% 233.18/233.32  true
% 233.18/233.32  Current number of equations to process: 1151
% 233.18/233.32  Current number of ordered equations: 0
% 233.18/233.32  Current number of rules: 2062
% 233.18/233.32  New rule produced :
% 233.18/233.32  [2085]
% 233.18/233.32  theorem(or(A,or(B,or(C,or(X,or(Y,or(not(or(Z,V_6)),or(V_6,Z)))))))) -> true
% 233.18/233.32  Current number of equations to process: 1150
% 233.18/233.32  Current number of ordered equations: 0
% 233.18/233.32  Current number of rules: 2063
% 233.18/233.32  New rule produced :
% 233.18/233.32  [2086]
% 233.18/233.32  ifeq(axiom(or(not(or(A,or(or(B,not(or(B,B))),C))),X)),true,theorem(X),true)
% 233.18/233.32  -> true
% 233.18/233.32  Current number of equations to process: 1149
% 233.18/233.32  Current number of ordered equations: 0
% 233.18/233.32  Current number of rules: 2064
% 233.18/233.32  New rule produced :
% 233.18/233.32  [2087]
% 233.18/233.32  ifeq(axiom(or(not(or(or(A,or(B,not(or(B,B)))),C)),X)),true,theorem(X),true)
% 233.18/233.32  -> true
% 233.18/233.32  Current number of equations to process: 1148
% 233.18/233.32  Current number of ordered equations: 0
% 233.18/233.32  Current number of rules: 2065
% 233.18/233.32  New rule produced :
% 233.18/233.32  [2088]
% 233.18/233.32  ifeq(axiom(or(not(or(A,or(B,or(C,not(or(B,B)))))),X)),true,theorem(X),true)
% 233.18/233.32  -> true
% 233.18/233.32  Current number of equations to process: 1147
% 233.18/233.32  Current number of ordered equations: 0
% 233.18/233.32  Current number of rules: 2066
% 233.18/233.32  New rule produced :
% 233.18/233.32  [2089] theorem(or(not(A),or(B,not(or(not(or(A,C)),not(or(A,C))))))) -> true
% 233.18/233.32  Current number of equations to process: 1151
% 233.18/233.32  Current number of ordered equations: 0
% 233.18/233.32  Current number of rules: 2067
% 233.18/233.32  New rule produced :
% 233.18/233.32  [2090]
% 233.18/233.32  theorem(or(or(A,not(or(not(or(B,C)),not(or(B,C))))),not(or(C,B)))) -> true
% 233.18/233.32  Current number of equations to process: 1150
% 233.18/233.32  Current number of ordered equations: 0
% 233.18/233.32  Current number of rules: 2068
% 233.18/233.32  New rule produced :
% 233.18/233.32  [2091]
% 233.18/233.32  theorem(or(A,or(or(B,not(or(not(C),not(C)))),not(or(B,or(C,C)))))) -> true
% 233.18/233.32  Current number of equations to process: 1155
% 233.18/233.32  Current number of ordered equations: 0
% 233.18/233.32  Current number of rules: 2069
% 233.18/233.32  New rule produced :
% 233.18/233.32  [2092] theorem(or(or(not(or(A,or(B,B))),not(or(not(B),not(B)))),A)) -> true
% 233.18/233.32  Current number of equations to process: 1159
% 233.18/233.32  Current number of ordered equations: 0
% 233.18/233.32  Current number of rules: 2070
% 233.18/233.32  New rule produced :
% 233.18/233.32  [2093]
% 233.18/233.32  theorem(or(A,or(B,or(not(or(B,or(C,C))),not(or(not(C),not(C))))))) -> true
% 233.18/233.32  Current number of equations to process: 1161
% 233.18/233.32  Current number of ordered equations: 0
% 233.18/233.32  Current number of rules: 2071
% 233.18/233.32  New rule produced :
% 233.18/233.32  [2094] theorem(or(or(A,not(or(not(B),not(B)))),not(or(or(B,B),A)))) -> true
% 233.18/233.32  Current number of equations to process: 1165
% 233.18/233.32  Current number of ordered equations: 0
% 233.18/233.32  Current number of rules: 2072
% 233.18/233.32  New rule produced :
% 233.18/233.32  [2095] theorem(or(A,or(not(or(or(B,B),A)),not(or(not(B),not(B)))))) -> true
% 233.18/233.32  Current number of equations to process: 1164
% 233.18/233.32  Current number of ordered equations: 0
% 233.18/233.32  Current number of rules: 2073
% 233.18/233.32  New rule produced :
% 233.18/233.32  [2096]
% 233.18/233.32  theorem(or(A,or(not(or(or(B,B),C)),or(C,not(or(not(B),not(B))))))) -> true
% 233.18/233.32  Current number of equations to process: 1165
% 233.18/233.32  Current number of ordered equations: 0
% 233.18/233.32  Current number of rules: 2074
% 233.18/233.32  New rule produced :
% 233.18/233.32  [2097] theorem(or(not(or(not(A),not(A))),or(B,not(or(A,A))))) -> true
% 233.18/233.32  Current number of equations to process: 1170
% 233.18/233.32  Current number of ordered equations: 0
% 233.18/233.32  Current number of rules: 2075
% 233.18/233.32  New rule produced :
% 233.18/233.32  [2098] theorem(or(or(A,not(or(B,B))),not(or(A,or(not(B),not(B)))))) -> true
% 233.18/233.32  Current number of equations to process: 1169
% 233.18/233.32  Current number of ordered equations: 0
% 233.18/233.32  Current number of rules: 2076
% 233.18/233.32  New rule produced :
% 233.18/233.32  [2099] theorem(or(A,or(not(or(A,or(not(B),not(B)))),not(or(B,B))))) -> true
% 233.18/233.32  Current number of equations to process: 1168
% 233.18/233.32  Current number of ordered equations: 0
% 233.18/233.32  Current number of rules: 2077
% 233.18/233.32  New rule produced :
% 233.18/233.32  [2100] theorem(or(not(or(or(not(A),not(A)),B)),or(B,not(or(A,A))))) -> true
% 233.18/233.32  Current number of equations to process: 1168
% 233.18/233.32  Current number of ordered equations: 0
% 233.18/233.32  Current number of rules: 2078
% 241.73/241.87  New rule produced :
% 241.73/241.87  [2101] theorem(or(not(or(A,not(B))),or(A,not(or(B,B))))) -> true
% 241.73/241.87  Current number of equations to process: 1169
% 241.73/241.87  Current number of ordered equations: 0
% 241.73/241.87  Current number of rules: 2079
% 241.73/241.87  New rule produced :
% 241.73/241.87  [2102] theorem(or(A,or(not(not(B)),not(or(B,B))))) -> true
% 241.73/241.87  Current number of equations to process: 1170
% 241.73/241.87  Current number of ordered equations: 0
% 241.73/241.87  Current number of rules: 2080
% 241.73/241.87  New rule produced :
% 241.73/241.87  [2103]
% 241.73/241.87  ifeq(axiom(or(not(or(not(not(A)),not(or(A,A)))),B)),true,theorem(B),true) ->
% 241.73/241.87  true
% 241.73/241.87  Current number of equations to process: 1172
% 241.73/241.87  Current number of ordered equations: 0
% 241.73/241.87  Current number of rules: 2081
% 241.73/241.87  New rule produced :
% 241.73/241.87  [2104]
% 241.73/241.87  ifeq(axiom(or(not(A),not(B))),true,theorem(or(not(A),not(or(B,B)))),true) ->
% 241.73/241.87  true
% 241.73/241.87  Current number of equations to process: 1171
% 241.73/241.87  Current number of ordered equations: 0
% 241.73/241.87  Current number of rules: 2082
% 241.73/241.87  New rule produced :
% 241.73/241.87  [2105] theorem(or(or(not(or(not(A),not(A))),not(or(A,A))),B)) -> true
% 241.73/241.87  Current number of equations to process: 1172
% 241.73/241.87  Current number of ordered equations: 0
% 241.73/241.87  Current number of rules: 2083
% 241.73/241.87  New rule produced :
% 241.73/241.87  [2106] theorem(or(A,or(B,or(not(or(not(C),not(C))),not(or(C,C)))))) -> true
% 241.73/241.87  Current number of equations to process: 1171
% 241.73/241.87  Current number of ordered equations: 0
% 241.73/241.87  Current number of rules: 2084
% 241.73/241.87  New rule produced :
% 241.73/241.87  [2107] theorem(or(A,or(or(not(or(B,B)),not(or(not(B),not(B)))),C))) -> true
% 241.73/241.87  Current number of equations to process: 1173
% 241.73/241.87  Current number of ordered equations: 0
% 241.73/241.87  Current number of rules: 2085
% 241.73/241.87  New rule produced :
% 241.73/241.87  [2108]
% 241.73/241.87  theorem(or(A,or(not(or(B,or(not(C),not(C)))),or(B,not(or(C,C)))))) -> true
% 241.73/241.87  Current number of equations to process: 1175
% 241.73/241.87  Current number of ordered equations: 0
% 241.73/241.87  Current number of rules: 2086
% 241.73/241.87  New rule produced :
% 241.73/241.87  [2109]
% 241.73/241.87  ifeq(axiom(or(A,or(not(or(not(B),not(B))),not(or(B,B))))),true,true,true) ->
% 241.73/241.87  true
% 241.73/241.87  Current number of equations to process: 1174
% 241.73/241.87  Current number of ordered equations: 0
% 241.73/241.87  Current number of rules: 2087
% 241.73/241.87  New rule produced :
% 241.73/241.87  [2110]
% 241.73/241.87  ifeq(axiom(or(or(not(or(A,A)),not(or(not(A),not(A)))),B)),true,true,true) ->
% 241.73/241.87  true
% 241.73/241.87  Current number of equations to process: 1173
% 241.73/241.87  Current number of ordered equations: 0
% 241.73/241.87  Current number of rules: 2088
% 241.73/241.87  New rule produced :
% 241.73/241.87  [2111] theorem(or(or(A,or(not(or(B,B)),not(or(not(B),not(B))))),C)) -> true
% 241.73/241.87  Current number of equations to process: 1174
% 241.73/241.87  Current number of ordered equations: 0
% 241.73/241.87  Current number of rules: 2089
% 241.73/241.87  New rule produced :
% 241.73/241.87  [2112] ifeq(axiom(or(A,or(or(or(B,C),not(C)),X))),true,true,true) -> true
% 241.73/241.87  Current number of equations to process: 1176
% 241.73/241.87  Current number of ordered equations: 0
% 241.73/241.87  Current number of rules: 2090
% 241.73/241.87  New rule produced : [2113] theorem(or(or(or(or(A,B),not(B)),C),X)) -> true
% 241.73/241.87  Current number of equations to process: 1177
% 241.73/241.87  Current number of ordered equations: 0
% 241.73/241.87  Current number of rules: 2091
% 241.73/241.87  New rule produced :
% 241.73/241.87  [2114] theorem(or(A,or(B,or(or(or(C,X),not(X)),Y)))) -> true
% 241.73/241.87  Current number of equations to process: 1176
% 241.73/241.87  Current number of ordered equations: 0
% 241.73/241.87  Current number of rules: 2092
% 241.73/241.87  New rule produced :
% 241.73/241.87  [2115] ifeq(axiom(or(or(A,or(or(B,C),not(C))),X)),true,true,true) -> true
% 241.73/241.87  Current number of equations to process: 1176
% 241.73/241.87  Current number of ordered equations: 0
% 241.73/241.87  Current number of rules: 2093
% 241.73/241.87  New rule produced :
% 241.73/241.87  [2116] theorem(or(A,or(or(B,or(or(C,X),not(X))),Y))) -> true
% 241.73/241.87  Current number of equations to process: 1176
% 241.73/241.87  Current number of ordered equations: 0
% 241.73/241.87  Current number of rules: 2094
% 241.73/241.87  New rule produced :
% 241.73/241.87  [2117] theorem(or(or(A,or(B,or(or(C,X),not(X)))),Y)) -> true
% 241.73/241.87  Current number of equations to process: 1180
% 241.73/241.87  Current number of ordered equations: 0
% 241.73/241.87  Current number of rules: 2095
% 241.73/241.87  New rule produced :
% 241.73/241.87  [2118] theorem(or(A,or(B,or(C,or(X,or(or(Y,Z),not(Z))))))) -> true
% 241.73/241.87  Current number of equations to process: 1179
% 241.73/241.87  Current number of ordered equations: 0
% 241.73/241.87  Current number of rules: 2096
% 241.73/241.87  New rule produced :
% 241.73/241.87  [2119] ifeq(axiom(or(or(A,not(B)),or(C,B))),true,true,true) -> true
% 241.73/241.87  Current number of equations to process: 1180
% 241.73/241.87  Current number of ordered equations: 0
% 241.73/241.87  Current number of rules: 2097
% 241.73/241.87  New rule produced : [2120] theorem(or(A,or(or(B,not(C)),or(X,C)))) -> true
% 241.73/241.87  Current number of equations to process: 1180
% 241.73/241.87  Current number of ordered equations: 0
% 255.12/255.23  Current number of rules: 2098
% 255.12/255.23  New rule produced : [2121] theorem(or(A,or(or(B,not(C)),C))) -> true
% 255.12/255.23  Current number of equations to process: 1180
% 255.12/255.23  Current number of ordered equations: 0
% 255.12/255.23  Current number of rules: 2099
% 255.12/255.23  New rule produced :
% 255.12/255.23  [2122] ifeq(axiom(or(A,or(or(B,C),or(X,not(C))))),true,true,true) -> true
% 255.12/255.23  Current number of equations to process: 1182
% 255.12/255.23  Current number of ordered equations: 0
% 255.12/255.23  Current number of rules: 2100
% 255.12/255.23  New rule produced : [2123] theorem(or(or(or(A,B),or(C,not(B))),X)) -> true
% 255.12/255.23  Current number of equations to process: 1183
% 255.12/255.23  Current number of ordered equations: 0
% 255.12/255.23  Current number of rules: 2101
% 255.12/255.23  New rule produced : [2124] theorem(or(or(A,B),or(C,or(X,not(B))))) -> true
% 255.12/255.23  Current number of equations to process: 1183
% 255.12/255.23  Current number of ordered equations: 0
% 255.12/255.23  Current number of rules: 2102
% 255.12/255.23  New rule produced :
% 255.12/255.23  [2125] theorem(or(A,or(B,or(or(C,X),or(Y,not(X)))))) -> true
% 255.12/255.23  Current number of equations to process: 1182
% 255.12/255.23  Current number of ordered equations: 0
% 255.12/255.23  Current number of rules: 2103
% 255.12/255.23  New rule produced :
% 255.12/255.23  [2126]
% 255.12/255.23  ifeq(axiom(or(A,or(B,or(C,or(or(X,Y),not(Y)))))),true,true,true) -> true
% 255.12/255.23  Current number of equations to process: 1180
% 255.12/255.23  Current number of ordered equations: 0
% 255.12/255.23  Current number of rules: 2104
% 255.12/255.23  New rule produced :
% 255.12/255.23  [2127]
% 255.12/255.23  ifeq(axiom(or(not(or(or(A,not(B)),or(C,B))),X)),true,theorem(X),true) -> true
% 255.12/255.23  Current number of equations to process: 1179
% 255.12/255.23  Current number of ordered equations: 0
% 255.12/255.23  Current number of rules: 2105
% 255.12/255.23  New rule produced :
% 255.12/255.23  [2128]
% 255.12/255.23  theorem(or(A,or(B,or(C,or(not(or(X,X)),not(or(not(X),not(X)))))))) -> true
% 255.12/255.23  Current number of equations to process: 1178
% 255.12/255.23  Current number of ordered equations: 0
% 255.12/255.23  Current number of rules: 2106
% 255.12/255.23  New rule produced :
% 255.12/255.23  [2129]
% 255.12/255.23  ifeq(axiom(or(not(or(A,or(or(or(B,C),not(C)),X))),Y)),true,theorem(Y),true)
% 255.12/255.23  -> true
% 255.12/255.23  Current number of equations to process: 1178
% 255.12/255.23  Current number of ordered equations: 0
% 255.12/255.23  Current number of rules: 2107
% 255.12/255.23  New rule produced :
% 255.12/255.23  [2130]
% 255.12/255.23  ifeq(axiom(or(not(or(or(A,or(or(B,C),not(C))),X)),Y)),true,theorem(Y),true)
% 255.12/255.23  -> true
% 255.12/255.23  Current number of equations to process: 1177
% 255.12/255.23  Current number of ordered equations: 0
% 255.12/255.23  Current number of rules: 2108
% 255.12/255.23  New rule produced :
% 255.12/255.23  [2131]
% 255.12/255.23  ifeq(axiom(or(not(or(A,or(or(B,C),or(X,not(C))))),Y)),true,theorem(Y),true)
% 255.12/255.23  -> true
% 255.12/255.23  Current number of equations to process: 1176
% 255.12/255.23  Current number of ordered equations: 0
% 255.12/255.23  Current number of rules: 2109
% 255.12/255.23  New rule produced :
% 255.12/255.23  [2132]
% 255.12/255.23  theorem(or(or(not(or(A,or(B,B))),or(A,not(or(not(B),not(B))))),C)) -> true
% 255.12/255.23  Current number of equations to process: 1178
% 255.12/255.23  Current number of ordered equations: 0
% 255.12/255.23  Current number of rules: 2110
% 255.12/255.23  New rule produced :
% 255.12/255.23  [2133]
% 255.12/255.23  theorem(or(not(or(A,or(B,B))),or(C,or(A,not(or(not(B),not(B))))))) -> true
% 255.12/255.23  Current number of equations to process: 1177
% 255.12/255.23  Current number of ordered equations: 0
% 255.12/255.23  Current number of rules: 2111
% 255.12/255.23  New rule produced :
% 255.12/255.23  [2134] theorem(or(not(not(A)),not(or(or(A,A),or(A,A))))) -> true
% 255.12/255.23  Current number of equations to process: 1187
% 255.12/255.23  Current number of ordered equations: 0
% 255.12/255.23  Current number of rules: 2112
% 255.12/255.23  New rule produced :
% 255.12/255.23  [2135]
% 255.12/255.23  theorem(or(A,or(not(or(not(B),not(B))),not(or(or(B,B),or(B,B)))))) -> true
% 255.12/255.23  Current number of equations to process: 1189
% 255.12/255.23  Current number of ordered equations: 0
% 255.12/255.23  Current number of rules: 2113
% 255.12/255.23  New rule produced :
% 255.12/255.23  [2136]
% 255.12/255.23  theorem(or(or(not(or(or(A,A),or(A,A))),not(or(not(A),not(A)))),B)) -> true
% 255.12/255.23  Current number of equations to process: 1190
% 255.12/255.23  Current number of ordered equations: 0
% 255.12/255.23  Current number of rules: 2114
% 255.12/255.23  New rule produced :
% 255.12/255.23  [2137] theorem(or(or(or(A,not(or(not(B),not(B)))),not(or(A,B))),C)) -> true
% 255.12/255.23  Current number of equations to process: 1198
% 255.12/255.23  Current number of ordered equations: 0
% 255.12/255.23  Current number of rules: 2115
% 255.12/255.23  New rule produced :
% 255.12/255.23  [2138] theorem(or(or(A,not(or(not(B),not(B)))),or(C,not(or(A,B))))) -> true
% 255.12/255.23  Current number of equations to process: 1197
% 255.12/255.23  Current number of ordered equations: 0
% 255.12/255.23  Current number of rules: 2116
% 255.12/255.23  New rule produced :
% 255.12/255.23  [2139] theorem(or(A,or(or(not(or(B,C)),not(or(not(C),not(C)))),B))) -> true
% 255.12/255.23  Current number of equations to process: 1200
% 255.12/255.23  Current number of ordered equations: 0
% 255.12/255.23  Current number of rules: 2117
% 255.12/255.23  New rule produced :
% 255.12/255.23  [2140]
% 255.12/255.23  theorem(or(A,or(B,or(or(C,not(or(not(X),not(X)))),not(or(C,X)))))) -> true
% 261.92/262.07  Current number of equations to process: 1202
% 261.92/262.07  Current number of ordered equations: 0
% 261.92/262.07  Current number of rules: 2118
% 261.92/262.07  New rule produced :
% 261.92/262.07  [2141]
% 261.92/262.07  ifeq(axiom(or(or(not(or(A,B)),not(or(not(B),not(B)))),A)),true,true,true) ->
% 261.92/262.07  true
% 261.92/262.07  Current number of equations to process: 1201
% 261.92/262.07  Current number of ordered equations: 0
% 261.92/262.07  Current number of rules: 2119
% 261.92/262.07  New rule produced :
% 261.92/262.07  [2142]
% 261.92/262.07  theorem(or(A,or(or(not(or(or(A,B),C)),not(or(not(C),not(C)))),B))) -> true
% 261.92/262.07  Current number of equations to process: 1200
% 261.92/262.07  Current number of ordered equations: 0
% 261.92/262.07  Current number of rules: 2120
% 261.92/262.07  New rule produced :
% 261.92/262.07  [2143] theorem(or(or(A,or(not(or(A,B)),not(or(not(B),not(B))))),C)) -> true
% 261.92/262.07  Current number of equations to process: 1202
% 261.92/262.07  Current number of ordered equations: 0
% 261.92/262.07  Current number of rules: 2121
% 261.92/262.07  New rule produced :
% 261.92/262.07  [2144] theorem(or(A,or(B,or(not(or(A,C)),not(or(not(C),not(C))))))) -> true
% 261.92/262.07  Current number of equations to process: 1201
% 261.92/262.07  Current number of ordered equations: 0
% 261.92/262.07  Current number of rules: 2122
% 261.92/262.07  New rule produced :
% 261.92/262.07  [2145] theorem(or(A,or(or(B,not(or(not(C),not(C)))),not(or(C,B))))) -> true
% 261.92/262.07  Current number of equations to process: 1203
% 261.92/262.07  Current number of ordered equations: 0
% 261.92/262.07  Current number of rules: 2123
% 261.92/262.07  New rule produced :
% 261.92/262.07  [2146] theorem(or(or(not(or(A,B)),not(or(not(A),not(A)))),B)) -> true
% 261.92/262.07  Current number of equations to process: 1208
% 261.92/262.07  Current number of ordered equations: 0
% 261.92/262.07  Current number of rules: 2124
% 261.92/262.07  New rule produced :
% 261.92/262.07  [2147] theorem(or(A,or(B,or(not(or(C,B)),not(or(not(C),not(C))))))) -> true
% 261.92/262.07  Current number of equations to process: 1210
% 261.92/262.07  Current number of ordered equations: 0
% 261.92/262.07  Current number of rules: 2125
% 261.92/262.07  New rule produced :
% 261.92/262.07  [2148]
% 261.92/262.07  theorem(or(A,or(B,or(C,or(not(or(C,X)),not(or(not(X),not(X)))))))) -> true
% 261.92/262.07  Current number of equations to process: 1212
% 261.92/262.07  Current number of ordered equations: 0
% 261.92/262.07  Current number of rules: 2126
% 261.92/262.07  New rule produced :
% 261.92/262.07  [2149]
% 261.92/262.07  ifeq(axiom(or(or(A,not(or(not(B),not(B)))),not(or(B,A)))),true,true,true) ->
% 261.92/262.07  true
% 261.92/262.07  Current number of equations to process: 1211
% 261.92/262.07  Current number of ordered equations: 0
% 261.92/262.07  Current number of rules: 2127
% 261.92/262.07  New rule produced :
% 261.92/262.07  [2150]
% 261.92/262.07  ifeq(axiom(or(A,or(not(or(B,A)),not(or(not(B),not(B)))))),true,true,true) ->
% 261.92/262.07  true
% 261.92/262.07  Current number of equations to process: 1210
% 261.92/262.07  Current number of ordered equations: 0
% 261.92/262.07  Current number of rules: 2128
% 261.92/262.07  New rule produced :
% 261.92/262.07  [2151]
% 261.92/262.07  theorem(or(not(or(A,A)),or(not(or(B,not(A))),not(or(not(B),not(B)))))) ->
% 261.92/262.07  true
% 261.92/262.07  Current number of equations to process: 1209
% 261.92/262.07  Current number of ordered equations: 0
% 261.92/262.07  Current number of rules: 2129
% 261.92/262.07  New rule produced :
% 261.92/262.07  [2152]
% 261.92/262.07  theorem(or(not(A),or(not(or(B,not(or(C,A)))),not(or(not(B),not(B)))))) ->
% 261.92/262.07  true
% 261.92/262.07  Current number of equations to process: 1208
% 261.92/262.07  Current number of ordered equations: 0
% 261.92/262.07  Current number of rules: 2130
% 261.92/262.07  New rule produced :
% 261.92/262.07  [2153] theorem(or(or(not(or(A,B)),or(B,not(or(not(A),not(A))))),C)) -> true
% 261.92/262.07  Current number of equations to process: 1210
% 261.92/262.07  Current number of ordered equations: 0
% 261.92/262.07  Current number of rules: 2131
% 261.92/262.07  New rule produced :
% 261.92/262.07  [2154] theorem(or(not(or(A,B)),or(C,or(B,not(or(not(A),not(A))))))) -> true
% 261.92/262.07  Current number of equations to process: 1209
% 261.92/262.07  Current number of ordered equations: 0
% 261.92/262.07  Current number of rules: 2132
% 261.92/262.07  New rule produced :
% 261.92/262.07  [2155]
% 261.92/262.07  theorem(or(A,or(B,or(not(or(C,X)),or(X,not(or(not(C),not(C)))))))) -> true
% 261.92/262.07  Current number of equations to process: 1208
% 261.92/262.07  Current number of ordered equations: 0
% 261.92/262.07  Current number of rules: 2133
% 261.92/262.07  New rule produced :
% 261.92/262.07  [2156]
% 261.92/262.07  theorem(or(A,or(or(or(not(or(B,or(C,X))),or(C,or(B,X))),Y),Z))) -> true
% 261.92/262.07  Current number of equations to process: 1207
% 261.92/262.07  Current number of ordered equations: 0
% 261.92/262.07  Current number of rules: 2134
% 261.92/262.07  New rule produced :
% 261.92/262.07  [2157]
% 261.92/262.07  theorem(or(or(not(or(not(A),B)),not(or(not(B),not(B)))),not(or(A,A)))) ->
% 261.92/262.07  true
% 261.92/262.07  Current number of equations to process: 1213
% 261.92/262.07  Current number of ordered equations: 0
% 261.92/262.07  Current number of rules: 2135
% 261.92/262.07  New rule produced :
% 261.92/262.07  [2158]
% 261.92/262.07  theorem(or(not(or(not(A),B)),or(not(or(A,A)),not(or(not(B),not(B)))))) ->
% 261.92/262.07  true
% 261.92/262.07  Current number of equations to process: 1212
% 261.92/262.07  Current number of ordered equations: 0
% 261.92/262.07  Current number of rules: 2136
% 261.92/262.07  New rule produced :
% 261.92/262.07  [2159]
% 261.92/262.07  theorem(or(or(not(or(not(or(A,B)),C)),not(or(not(C),not(C)))),not(B))) ->
% 270.82/270.98  true
% 270.82/270.98  Current number of equations to process: 1220
% 270.82/270.98  Current number of ordered equations: 0
% 270.82/270.98  Current number of rules: 2137
% 270.82/270.98  New rule produced :
% 270.82/270.98  [2160]
% 270.82/270.98  theorem(or(not(or(not(or(A,B)),C)),or(not(B),not(or(not(C),not(C)))))) ->
% 270.82/270.98  true
% 270.82/270.98  Current number of equations to process: 1219
% 270.82/270.98  Current number of ordered equations: 0
% 270.82/270.98  Current number of rules: 2138
% 270.82/270.98  New rule produced :
% 270.82/270.98  [2161]
% 270.82/270.98  theorem(or(or(A,or(B,not(or(not(C),not(C))))),not(or(A,or(C,B))))) -> true
% 270.82/270.98  Current number of equations to process: 1226
% 270.82/270.98  Current number of ordered equations: 0
% 270.82/270.98  Current number of rules: 2139
% 270.82/270.98  New rule produced :
% 270.82/270.98  [2162]
% 270.82/270.98  theorem(or(A,or(not(or(A,or(B,C))),or(C,not(or(not(B),not(B))))))) -> true
% 270.82/270.98  Current number of equations to process: 1225
% 270.82/270.98  Current number of ordered equations: 0
% 270.82/270.98  Current number of rules: 2140
% 270.82/270.98  New rule produced :
% 270.82/270.98  [2163]
% 270.82/270.98  theorem(or(not(or(or(A,B),C)),or(C,or(B,not(or(not(A),not(A))))))) -> true
% 270.82/270.98  Current number of equations to process: 1224
% 270.82/270.98  Current number of ordered equations: 0
% 270.82/270.98  Current number of rules: 2141
% 270.82/270.98  New rule produced :
% 270.82/270.98  [2164]
% 270.82/270.98  theorem(or(or(A,not(or(not(B),not(B)))),not(or(or(B,A),or(B,A))))) -> true
% 270.82/270.98  Current number of equations to process: 1230
% 270.82/270.98  Current number of ordered equations: 0
% 270.82/270.98  Current number of rules: 2142
% 270.82/270.98  New rule produced :
% 270.82/270.98  [2165]
% 270.82/270.98  theorem(or(A,or(not(or(or(B,A),or(B,A))),not(or(not(B),not(B)))))) -> true
% 270.82/270.98  Current number of equations to process: 1229
% 270.82/270.98  Current number of ordered equations: 0
% 270.82/270.98  Current number of rules: 2143
% 270.82/270.98  New rule produced :
% 270.82/270.98  [2166]
% 270.82/270.98  theorem(or(A,or(or(not(or(B,C)),or(B,not(or(not(C),not(C))))),X))) -> true
% 270.82/270.98  Current number of equations to process: 1233
% 270.82/270.98  Current number of ordered equations: 0
% 270.82/270.98  Current number of rules: 2144
% 270.82/270.98  New rule produced :
% 270.82/270.98  [2167] theorem(or(or(A,or(B,not(or(not(C),not(C))))),not(or(B,C)))) -> true
% 270.82/270.98  Current number of equations to process: 1236
% 270.82/270.98  Current number of ordered equations: 0
% 270.82/270.98  Current number of rules: 2145
% 270.82/270.98  New rule produced :
% 270.82/270.98  [2168] theorem(or(not(or(A,not(or(B,C)))),or(A,not(C)))) -> true
% 270.82/270.98  Current number of equations to process: 1237
% 270.82/270.98  Current number of ordered equations: 0
% 270.82/270.98  Current number of rules: 2146
% 270.82/270.98  New rule produced :
% 270.82/270.98  [2169] theorem(or(A,or(not(not(or(B,C))),not(C)))) -> true
% 270.82/270.98  Current number of equations to process: 1238
% 270.82/270.98  Current number of ordered equations: 0
% 270.82/270.98  Current number of rules: 2147
% 270.82/270.98  New rule produced :
% 270.82/270.98  [2170]
% 270.82/270.98  ifeq(axiom(or(not(or(not(not(or(A,B))),not(B))),C)),true,theorem(C),true) ->
% 270.82/270.98  true
% 270.82/270.98  Current number of equations to process: 1240
% 270.82/270.98  Current number of ordered equations: 0
% 270.82/270.98  Current number of rules: 2148
% 270.82/270.98  New rule produced :
% 270.82/270.98  [2171]
% 270.82/270.98  ifeq(axiom(or(not(A),not(or(B,C)))),true,theorem(or(not(A),not(C))),true) ->
% 270.82/270.98  true
% 270.82/270.98  Current number of equations to process: 1239
% 270.82/270.98  Current number of ordered equations: 0
% 270.82/270.98  Current number of rules: 2149
% 270.82/270.98  New rule produced :
% 270.82/270.98  [2172]
% 270.82/270.98  theorem(or(A,or(not(or(B,C)),or(X,or(B,not(or(not(C),not(C)))))))) -> true
% 270.82/270.98  Current number of equations to process: 1238
% 270.82/270.98  Current number of ordered equations: 0
% 270.82/270.98  Current number of rules: 2150
% 270.82/270.98  New rule produced :
% 270.82/270.98  [2173] theorem(or(or(not(or(not(or(A,B)),not(or(A,B)))),not(B)),C)) -> true
% 270.82/270.98  Current number of equations to process: 1240
% 270.82/270.98  Current number of ordered equations: 0
% 270.82/270.98  Current number of rules: 2151
% 270.82/270.98  New rule produced :
% 270.82/270.98  [2174] theorem(or(not(or(not(or(A,B)),not(or(A,B)))),or(C,not(B)))) -> true
% 270.82/270.98  Current number of equations to process: 1239
% 270.82/270.98  Current number of ordered equations: 0
% 270.82/270.98  Current number of rules: 2152
% 270.82/270.98  New rule produced :
% 270.82/270.98  [2175] theorem(or(or(or(or(A,B),not(or(B,A))),C),X)) -> true
% 270.82/270.98  Current number of equations to process: 1243
% 270.82/270.98  Current number of ordered equations: 0
% 270.82/270.98  Current number of rules: 2153
% 270.82/270.98  New rule produced :
% 270.82/270.98  [2176] theorem(or(A,or(B,or(or(or(C,X),not(or(X,C))),Y)))) -> true
% 270.82/270.98  Current number of equations to process: 1242
% 270.82/270.98  Current number of ordered equations: 0
% 270.82/270.98  Current number of rules: 2154
% 270.82/270.98  New rule produced :
% 270.82/270.98  [2177]
% 270.82/270.98  ifeq(axiom(or(A,or(or(or(B,C),not(or(C,B))),X))),true,true,true) -> true
% 270.82/270.98  Current number of equations to process: 1241
% 270.82/270.98  Current number of ordered equations: 0
% 270.82/270.98  Current number of rules: 2155
% 270.82/270.98  New rule produced :
% 270.82/270.98  [2178] ifeq(axiom(or(or(A,not(or(B,C))),or(C,B))),true,true,true) -> true
% 270.82/270.98  Current number of equations to process: 1242
% 270.82/270.98  Current number of ordered equations: 0
% 279.90/280.01  Current number of rules: 2156
% 279.90/280.01  New rule produced : [2179] theorem(or(A,or(or(B,not(or(C,A))),C))) -> true
% 279.90/280.01  Current number of equations to process: 1243
% 279.90/280.01  Current number of ordered equations: 0
% 279.90/280.01  Current number of rules: 2157
% 279.90/280.01  New rule produced :
% 279.90/280.01  [2180] theorem(or(A,or(or(B,not(or(C,X))),or(X,C)))) -> true
% 279.90/280.01  Current number of equations to process: 1242
% 279.90/280.01  Current number of ordered equations: 0
% 279.90/280.01  Current number of rules: 2158
% 279.90/280.01  New rule produced :
% 279.90/280.01  [2181] theorem(or(or(or(A,B),or(C,not(or(B,A)))),X)) -> true
% 279.90/280.01  Current number of equations to process: 1246
% 279.90/280.01  Current number of ordered equations: 0
% 279.90/280.01  Current number of rules: 2159
% 279.90/280.01  New rule produced :
% 279.90/280.01  [2182] theorem(or(or(A,B),or(C,or(X,not(or(B,A)))))) -> true
% 279.90/280.01  Current number of equations to process: 1246
% 279.90/280.01  Current number of ordered equations: 0
% 279.90/280.01  Current number of rules: 2160
% 279.90/280.01  New rule produced :
% 279.90/280.01  [2183] theorem(or(A,or(B,or(or(C,X),or(Y,not(or(X,C))))))) -> true
% 279.90/280.01  Current number of equations to process: 1245
% 279.90/280.01  Current number of ordered equations: 0
% 279.90/280.01  Current number of rules: 2161
% 279.90/280.01  New rule produced :
% 279.90/280.01  [2184] theorem(or(A,or(or(B,or(or(C,X),not(or(X,C)))),Y))) -> true
% 279.90/280.01  Current number of equations to process: 1247
% 279.90/280.01  Current number of ordered equations: 0
% 279.90/280.01  Current number of rules: 2162
% 279.90/280.01  New rule produced :
% 279.90/280.01  [2185]
% 279.90/280.01  ifeq(axiom(or(A,or(or(B,C),or(X,not(or(C,B)))))),true,true,true) -> true
% 279.90/280.01  Current number of equations to process: 1249
% 279.90/280.01  Current number of ordered equations: 0
% 279.90/280.01  Current number of rules: 2163
% 279.90/280.01  New rule produced :
% 279.90/280.01  [2186]
% 279.90/280.01  ifeq(axiom(or(or(A,or(or(B,C),not(or(C,B)))),X)),true,true,true) -> true
% 279.90/280.01  Current number of equations to process: 1248
% 279.90/280.01  Current number of ordered equations: 0
% 279.90/280.01  Current number of rules: 2164
% 279.90/280.01  New rule produced :
% 279.90/280.01  [2187] theorem(or(or(A,or(B,or(or(C,X),not(or(X,C))))),Y)) -> true
% 279.90/280.01  Current number of equations to process: 1249
% 279.90/280.01  Current number of ordered equations: 0
% 279.90/280.01  Current number of rules: 2165
% 279.90/280.01  New rule produced :
% 279.90/280.01  [2188] theorem(or(A,or(B,or(C,or(X,or(or(Y,Z),not(or(Z,Y)))))))) -> true
% 279.90/280.01  Current number of equations to process: 1248
% 279.90/280.01  Current number of ordered equations: 0
% 279.90/280.01  Current number of rules: 2166
% 279.90/280.01  New rule produced :
% 279.90/280.01  [2189]
% 279.90/280.01  theorem(or(A,or(B,or(not(or(not(or(C,X)),not(or(C,X)))),not(X))))) -> true
% 279.90/280.01  Current number of equations to process: 1247
% 279.90/280.01  Current number of ordered equations: 0
% 279.90/280.01  Current number of rules: 2167
% 279.90/280.01  New rule produced :
% 279.90/280.01  [2190]
% 279.90/280.01  ifeq(axiom(or(not(or(or(A,not(or(B,C))),or(C,B))),X)),true,theorem(X),true)
% 279.90/280.01  -> true
% 279.90/280.01  Current number of equations to process: 1247
% 279.90/280.01  Current number of ordered equations: 0
% 279.90/280.01  Current number of rules: 2168
% 279.90/280.01  New rule produced :
% 279.90/280.01  [2191]
% 279.90/280.01  ifeq(axiom(or(A,or(B,or(C,or(or(X,Y),not(or(Y,X))))))),true,true,true) ->
% 279.90/280.01  true
% 279.90/280.01  Current number of equations to process: 1246
% 279.90/280.01  Current number of ordered equations: 0
% 279.90/280.01  Current number of rules: 2169
% 279.90/280.01  New rule produced :
% 279.90/280.01  [2192]
% 279.90/280.01  theorem(or(or(A,or(not(or(B,C)),or(B,not(or(not(C),not(C)))))),X)) -> true
% 279.90/280.01  Current number of equations to process: 1247
% 279.90/280.01  Current number of ordered equations: 0
% 279.90/280.01  Current number of rules: 2170
% 279.90/280.01  New rule produced :
% 279.90/280.01  [2193]
% 279.90/280.01  theorem(or(or(A,not(B)),not(or(A,or(not(or(C,B)),not(or(C,B))))))) -> true
% 279.90/280.01  Current number of equations to process: 1254
% 279.90/280.01  Current number of ordered equations: 0
% 279.90/280.01  Current number of rules: 2171
% 279.90/280.01  New rule produced :
% 279.90/280.01  [2194]
% 279.90/280.01  theorem(or(A,or(not(or(A,or(not(or(B,C)),not(or(B,C))))),not(C)))) -> true
% 279.90/280.01  Current number of equations to process: 1253
% 279.90/280.01  Current number of ordered equations: 0
% 279.90/280.01  Current number of rules: 2172
% 279.90/280.01  New rule produced :
% 279.90/280.01  [2195]
% 279.90/280.01  theorem(or(not(or(or(not(or(A,B)),not(or(A,B))),C)),or(C,not(B)))) -> true
% 279.90/280.01  Current number of equations to process: 1252
% 279.90/280.01  Current number of ordered equations: 0
% 279.90/280.01  Current number of rules: 2173
% 279.90/280.01  New rule produced :
% 279.90/280.01  [2196]
% 279.90/280.01  theorem(or(A,or(or(not(B),not(or(not(or(C,B)),not(or(C,B))))),X))) -> true
% 279.90/280.01  Current number of equations to process: 1257
% 279.90/280.01  Current number of ordered equations: 0
% 279.90/280.01  Current number of rules: 2174
% 279.90/280.01  New rule produced :
% 279.90/280.01  [2197]
% 279.90/280.01  theorem(or(or(A,or(not(B),not(or(not(or(C,B)),not(or(C,B)))))),X)) -> true
% 279.90/280.01  Current number of equations to process: 1258
% 279.90/280.01  Current number of ordered equations: 0
% 279.90/280.01  Current number of rules: 2175
% 279.90/280.01  New rule produced :
% 279.90/280.01  [2198] theorem(or(not(not(or(A,B))),not(or(B,B)))) -> Cputime limit exceeded (core dumped)
%------------------------------------------------------------------------------