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

View Problem - Process Solution

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

% Computer : n184.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:53 EST 2019

% Result   : Timeout 300.08s
% 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  : LCL255-10 : TPTP v7.3.0. Released v7.3.0.
% 0.00/0.05  % Command  : tptp2X_and_run_cime %s
% 0.04/0.29  % Computer : n184.star.cs.uiowa.edu
% 0.04/0.29  % Model    : x86_64 x86_64
% 0.04/0.29  % CPU      : Intel(R) Xeon(R) CPU E5-2609 0 @ 2.40GHz
% 0.04/0.29  % Memory   : 32218.5MB
% 0.04/0.29  % OS       : Linux 3.10.0-862.11.6.el7.x86_64
% 0.04/0.29  % CPULimit : 300
% 0.04/0.29  % DateTime : Thu Feb 21 17:31:10 CST 2019
% 0.04/0.29  % CPUTime  : 
% 1.22/1.52  Processing problem /tmp/CiME_36982_n184.star.cs.uiowa.edu
% 1.22/1.52  #verbose 1;
% 1.22/1.52                let F = signature " s,q,r,p,true : constant;  theorem : 1;  axiom : 1;  not : 1;  or : 2;  ifeq : 4;";
% 1.22/1.52  let X = vars "A B C X Y Z";
% 1.22/1.52  let Axioms = equations F X "
% 1.22/1.52   ifeq(A,A,B,C) = B;
% 1.22/1.52   axiom(or(not(or(A,A)),A)) = true;
% 1.22/1.52   axiom(or(not(A),or(B,A))) = true;
% 1.22/1.52   axiom(or(not(or(A,B)),or(B,A))) = true;
% 1.22/1.52   axiom(or(not(or(A,or(B,C))),or(B,or(A,C)))) = true;
% 1.22/1.52   axiom(or(not(or(not(A),B)),or(not(or(C,A)),or(C,B)))) = true;
% 1.22/1.52   ifeq(axiom(X),true,theorem(X),true) = true;
% 1.22/1.52   ifeq(theorem(Y),true,ifeq(axiom(or(not(Y),X)),true,theorem(X),true),true) = true;
% 1.22/1.52   ifeq(theorem(or(not(Y),Z)),true,ifeq(axiom(or(not(X),Y)),true,theorem(or(not(X),Z)),true),true) = true;
% 1.22/1.52  ";
% 1.22/1.52  
% 1.22/1.52  let s1 = status F "
% 1.22/1.52   s lr_lex;
% 1.22/1.52   q lr_lex;
% 1.22/1.52   r lr_lex;
% 1.22/1.52   p lr_lex;
% 1.22/1.52   theorem lr_lex;
% 1.22/1.52   true lr_lex;
% 1.22/1.52   axiom lr_lex;
% 1.22/1.52   not lr_lex;
% 1.22/1.52   or lr_lex;
% 1.22/1.52   ifeq lr_lex;
% 1.22/1.52  ";
% 1.22/1.52  
% 1.22/1.52  let p1 = precedence F "
% 1.22/1.52  ifeq > or > not > axiom > theorem > true > p > r > q > s";
% 1.22/1.52  
% 1.22/1.52  let s2 = status F "
% 1.22/1.52  s mul;
% 1.22/1.52  q mul;
% 1.22/1.52  r mul;
% 1.22/1.52  p mul;
% 1.22/1.52  theorem mul;
% 1.22/1.52  true mul;
% 1.22/1.52  axiom mul;
% 1.22/1.52  not mul;
% 1.22/1.52  or mul;
% 1.22/1.52  ifeq mul;
% 1.22/1.52  ";
% 1.22/1.52  
% 1.22/1.52  let p2 = precedence F "
% 1.22/1.52  ifeq > or > not > axiom > theorem > true = p = r = q = s";
% 1.22/1.52  
% 1.22/1.52  let o_auto = AUTO Axioms;
% 1.22/1.52  
% 1.22/1.52  let o = LEX o_auto (LEX (ACRPO s1 p1) (ACRPO s2 p2));
% 1.22/1.52  
% 1.22/1.52  let Conjectures = equations F X " theorem(or(not(not(or(not(or(not(p),r)),not(or(not(q),s))))),or(not(or(p,q)),or(r,s)))) = true;"
% 1.22/1.52  ;
% 1.22/1.52  (*
% 1.22/1.52  let Red_Axioms = normalize_equations Defining_rules Axioms;
% 1.22/1.52  
% 1.22/1.52  let Red_Conjectures =  normalize_equations Defining_rules Conjectures;
% 1.22/1.52  *)
% 1.22/1.52  #time on;
% 1.22/1.52  
% 1.22/1.52  let res = prove_conj_by_ordered_completion o Axioms Conjectures;
% 1.22/1.52  
% 1.22/1.52  #time off;
% 1.22/1.52  
% 1.22/1.52  
% 1.22/1.52  let status = if res then "unsatisfiable" else "satisfiable";
% 1.22/1.52  #quit;
% 1.22/1.52  Verbose level is now 1
% 1.22/1.52  
% 1.22/1.52  F : signature = <signature>
% 1.22/1.52  X : variable_set = <variable set>
% 1.22/1.52  
% 1.22/1.52  Axioms : (F,X) equations = { ifeq(A,A,B,C) = B,
% 1.22/1.52                               axiom(or(not(or(A,A)),A)) = true,
% 1.22/1.52                               axiom(or(not(A),or(B,A))) = true,
% 1.22/1.52                               axiom(or(not(or(A,B)),or(B,A))) = true,
% 1.22/1.52                               axiom(or(not(or(A,or(B,C))),or(B,or(A,C)))) =
% 1.23/1.52                               true,
% 1.23/1.52                               axiom(or(not(or(not(A),B)),or(not(or(C,A)),
% 1.23/1.52                                                          or(C,B)))) = true,
% 1.23/1.52                               ifeq(axiom(X),true,theorem(X),true) = true,
% 1.23/1.52                               ifeq(theorem(Y),true,ifeq(axiom(or(not(Y),X)),true,
% 1.23/1.52                                                    theorem(X),true),true) =
% 1.23/1.52                               true,
% 1.23/1.52                               ifeq(theorem(or(not(Y),Z)),true,ifeq(axiom(
% 1.23/1.52                                                                    or(
% 1.23/1.52                                                                    not(X),Y)),true,
% 1.23/1.52                                                               theorem(
% 1.23/1.52                                                               or(not(X),Z)),true),true)
% 1.23/1.52                               = true } (9 equation(s))
% 1.23/1.52  s1 : F status = <status>
% 1.23/1.52  p1 : F precedence = <precedence>
% 1.23/1.52  s2 : F status = <status>
% 1.23/1.52  p2 : F precedence = <precedence>
% 1.23/1.52  o_auto : F term_ordering = <term ordering>
% 1.23/1.52  o : F term_ordering = <term ordering>
% 1.23/1.52  Conjectures : (F,X) equations = { theorem(or(not(not(or(not(or(not(p),r)),
% 1.23/1.52                                                       not(or(not(q),s))))),
% 1.23/1.52                                            or(not(or(p,q)),or(r,s)))) = true }
% 1.23/1.52                                    (1 equation(s))
% 1.23/1.52  time is now on
% 1.23/1.52  
% 1.23/1.52  Initializing completion ...
% 1.23/1.52  New rule produced : [1] ifeq(A,A,B,C) -> B
% 1.23/1.52  Current number of equations to process: 0
% 1.23/1.52  Current number of ordered equations: 8
% 1.23/1.52  Current number of rules: 1
% 1.23/1.52  New rule produced : [2] axiom(or(not(or(A,A)),A)) -> true
% 1.23/1.52  Current number of equations to process: 0
% 1.23/1.52  Current number of ordered equations: 7
% 1.23/1.52  Current number of rules: 2
% 1.23/1.52  New rule produced : [3] axiom(or(not(A),or(B,A))) -> true
% 1.23/1.52  Current number of equations to process: 0
% 1.23/1.52  Current number of ordered equations: 6
% 1.23/1.52  Current number of rules: 3
% 1.23/1.52  New rule produced : [4] ifeq(axiom(X),true,theorem(X),true) -> true
% 1.23/1.52  Current number of equations to process: 0
% 1.23/1.52  Current number of ordered equations: 5
% 1.23/1.52  Current number of rules: 4
% 1.23/1.52  New rule produced : [5] axiom(or(not(or(A,B)),or(B,A))) -> true
% 1.23/1.52  Current number of equations to process: 0
% 1.23/1.52  Current number of ordered equations: 4
% 1.23/1.52  Current number of rules: 5
% 1.23/1.52  New rule produced : [6] axiom(or(not(or(A,or(B,C))),or(B,or(A,C)))) -> true
% 1.23/1.52  Current number of equations to process: 0
% 1.23/1.52  Current number of ordered equations: 3
% 1.23/1.52  Current number of rules: 6
% 1.23/1.52  New rule produced :
% 1.23/1.52  [7] axiom(or(not(or(not(A),B)),or(not(or(C,A)),or(C,B)))) -> true
% 1.23/1.52  Current number of equations to process: 0
% 1.23/1.52  Current number of ordered equations: 2
% 1.23/1.52  Current number of rules: 7
% 1.23/1.52  New rule produced :
% 1.23/1.52  [8]
% 1.23/1.52  ifeq(theorem(Y),true,ifeq(axiom(or(not(Y),X)),true,theorem(X),true),true) ->
% 1.23/1.52  true
% 1.23/1.52  Current number of equations to process: 0
% 1.23/1.52  Current number of ordered equations: 1
% 1.23/1.52  Current number of rules: 8
% 1.23/1.52  New rule produced :
% 1.23/1.52  [9]
% 1.23/1.52  ifeq(theorem(or(not(Y),Z)),true,ifeq(axiom(or(not(X),Y)),true,theorem(
% 1.23/1.52                                                                or(not(X),Z)),true),true)
% 1.23/1.52  -> true
% 1.23/1.52  Current number of equations to process: 0
% 1.23/1.52  Current number of ordered equations: 0
% 1.23/1.52  Current number of rules: 9
% 1.23/1.52  New rule produced : [10] theorem(or(not(or(A,A)),A)) -> true
% 1.23/1.52  Current number of equations to process: 1
% 1.23/1.52  Current number of ordered equations: 0
% 1.23/1.52  Current number of rules: 10
% 1.23/1.52  New rule produced : [11] theorem(or(not(A),or(B,A))) -> true
% 1.23/1.52  Current number of equations to process: 0
% 1.23/1.52  Current number of ordered equations: 0
% 1.23/1.52  Current number of rules: 11
% 1.23/1.52  New rule produced : [12] theorem(or(not(or(A,B)),or(B,A))) -> true
% 1.23/1.52  Current number of equations to process: 0
% 1.23/1.52  Current number of ordered equations: 0
% 1.23/1.52  Current number of rules: 12
% 1.23/1.52  New rule produced :
% 1.23/1.52  [13] theorem(or(not(or(A,or(B,C))),or(B,or(A,C)))) -> true
% 1.23/1.52  Current number of equations to process: 0
% 1.23/1.52  Current number of ordered equations: 0
% 1.23/1.52  Current number of rules: 13
% 1.23/1.52  New rule produced : [14] ifeq(theorem(or(A,A)),true,theorem(A),true) -> true
% 1.23/1.52  Current number of equations to process: 1
% 1.23/1.52  Current number of ordered equations: 0
% 1.23/1.52  Current number of rules: 14
% 1.23/1.52  New rule produced : [15] ifeq(theorem(A),true,theorem(or(B,A)),true) -> true
% 1.23/1.52  Current number of equations to process: 1
% 1.23/1.52  Current number of ordered equations: 0
% 1.23/1.52  Current number of rules: 15
% 1.23/1.52  New rule produced :
% 1.23/1.52  [16] ifeq(theorem(or(A,B)),true,theorem(or(B,A)),true) -> true
% 1.23/1.52  Current number of equations to process: 1
% 1.23/1.52  Current number of ordered equations: 0
% 1.23/1.52  Current number of rules: 16
% 1.23/1.52  New rule produced :
% 1.23/1.52  [17] theorem(or(not(or(not(A),B)),or(not(or(C,A)),or(C,B)))) -> true
% 1.23/1.52  Current number of equations to process: 2
% 1.23/1.52  Current number of ordered equations: 0
% 1.23/1.52  Current number of rules: 17
% 1.23/1.52  New rule produced :
% 1.23/1.52  [18] ifeq(theorem(or(A,or(B,C))),true,theorem(or(B,or(A,C))),true) -> true
% 1.23/1.52  Current number of equations to process: 1
% 1.23/1.52  Current number of ordered equations: 0
% 1.23/1.52  Current number of rules: 18
% 1.23/1.52  New rule produced :
% 1.23/1.52  [19]
% 1.23/1.52  ifeq(theorem(or(not(A),B)),true,theorem(or(not(or(C,A)),or(C,B))),true) ->
% 1.23/1.52  true
% 1.23/1.52  Current number of equations to process: 0
% 1.23/1.52  Current number of ordered equations: 0
% 1.23/1.52  Current number of rules: 19
% 1.23/1.52  New rule produced : [20] ifeq(theorem(or(not(A),A)),true,true,true) -> true
% 1.23/1.52  Current number of equations to process: 2
% 1.23/1.52  Current number of ordered equations: 0
% 1.23/1.52  Current number of rules: 20
% 1.23/1.52  New rule produced :
% 1.23/1.52  [21]
% 1.23/1.52  ifeq(theorem(or(not(A),B)),true,theorem(or(not(or(A,A)),B)),true) -> true
% 1.23/1.52  Current number of equations to process: 2
% 1.23/1.52  Current number of ordered equations: 0
% 1.23/1.52  Current number of rules: 21
% 1.23/1.52  New rule produced :
% 1.23/1.52  [22]
% 1.23/1.52  ifeq(theorem(or(not(or(A,B)),C)),true,theorem(or(not(B),C)),true) -> true
% 1.23/1.52  Current number of equations to process: 1
% 1.23/1.52  Current number of ordered equations: 0
% 1.23/1.52  Current number of rules: 22
% 1.23/1.52  New rule produced :
% 1.23/1.52  [23]
% 1.23/1.52  ifeq(theorem(or(not(or(A,B)),C)),true,theorem(or(not(or(B,A)),C)),true) ->
% 1.23/1.52  true
% 1.23/1.52  Current number of equations to process: 1
% 1.23/1.52  Current number of ordered equations: 0
% 1.23/1.52  Current number of rules: 23
% 1.23/1.52  New rule produced :
% 1.23/1.52  [24] ifeq(axiom(or(not(or(not(or(A,A)),A)),B)),true,theorem(B),true) -> true
% 1.23/1.52  Current number of equations to process: 15
% 1.23/1.52  Current number of ordered equations: 0
% 1.23/1.52  Current number of rules: 24
% 1.23/1.52  New rule produced :
% 1.23/1.52  [25] ifeq(axiom(or(not(A),or(B,B))),true,theorem(or(not(A),B)),true) -> true
% 1.23/1.54  Current number of equations to process: 14
% 1.23/1.54  Current number of ordered equations: 0
% 1.23/1.54  Current number of rules: 25
% 1.23/1.54  New rule produced :
% 1.23/1.54  [26] ifeq(axiom(or(not(or(not(A),or(B,A))),C)),true,theorem(C),true) -> true
% 1.23/1.54  Current number of equations to process: 13
% 1.23/1.54  Current number of ordered equations: 0
% 1.23/1.54  Current number of rules: 26
% 1.23/1.54  New rule produced :
% 1.23/1.54  [27] ifeq(axiom(or(not(A),B)),true,theorem(or(not(A),or(C,B))),true) -> true
% 1.23/1.54  Current number of equations to process: 12
% 1.23/1.54  Current number of ordered equations: 0
% 1.23/1.54  Current number of rules: 27
% 1.23/1.54  New rule produced : [28] ifeq(theorem(A),true,true,true) -> true
% 1.23/1.54  Rule [20] ifeq(theorem(or(not(A),A)),true,true,true) -> true collapsed.
% 1.23/1.54  Current number of equations to process: 19
% 1.23/1.54  Current number of ordered equations: 0
% 1.23/1.54  Current number of rules: 27
% 1.23/1.54  New rule produced : [29] theorem(or(A,or(not(or(B,B)),B))) -> true
% 1.23/1.54  Current number of equations to process: 20
% 1.23/1.54  Current number of ordered equations: 0
% 1.23/1.54  Current number of rules: 28
% 1.23/1.54  New rule produced : [30] theorem(or(A,or(not(B),or(C,B)))) -> true
% 1.23/1.54  Current number of equations to process: 19
% 1.23/1.54  Current number of ordered equations: 0
% 1.23/1.54  Current number of rules: 29
% 1.23/1.54  New rule produced : [31] theorem(or(A,or(not(or(B,C)),or(C,B)))) -> true
% 1.23/1.54  Current number of equations to process: 19
% 1.23/1.54  Current number of ordered equations: 0
% 1.23/1.54  Current number of rules: 30
% 1.23/1.54  New rule produced :
% 1.23/1.54  [32] theorem(or(A,or(not(or(B,or(C,X))),or(C,or(B,X))))) -> true
% 1.23/1.54  Current number of equations to process: 18
% 1.23/1.54  Current number of ordered equations: 0
% 1.23/1.54  Current number of rules: 31
% 1.23/1.54  New rule produced : [33] theorem(or(A,not(or(A,A)))) -> true
% 1.23/1.54  Current number of equations to process: 18
% 1.23/1.54  Current number of ordered equations: 0
% 1.23/1.54  Current number of rules: 32
% 1.23/1.54  New rule produced : [34] theorem(or(or(A,B),not(B))) -> true
% 1.23/1.54  Current number of equations to process: 18
% 1.23/1.54  Current number of ordered equations: 0
% 1.23/1.54  Current number of rules: 33
% 1.23/1.54  New rule produced : [35] theorem(or(or(A,B),not(or(B,A)))) -> true
% 1.23/1.54  Current number of equations to process: 18
% 1.23/1.54  Current number of ordered equations: 0
% 1.23/1.54  Current number of rules: 34
% 1.23/1.54  New rule produced :
% 1.23/1.54  [36] theorem(or(or(A,or(B,C)),not(or(B,or(A,C))))) -> true
% 1.23/1.54  Current number of equations to process: 18
% 1.23/1.54  Current number of ordered equations: 0
% 1.23/1.54  Current number of rules: 35
% 1.23/1.54  New rule produced :
% 1.23/1.54  [37]
% 1.23/1.54  ifeq(axiom(or(not(or(not(or(A,B)),or(B,A))),C)),true,theorem(C),true) -> true
% 1.23/1.54  Current number of equations to process: 19
% 1.23/1.54  Current number of ordered equations: 0
% 1.23/1.54  Current number of rules: 36
% 1.23/1.54  New rule produced :
% 1.23/1.54  [38]
% 1.23/1.54  ifeq(axiom(or(not(A),or(B,C))),true,theorem(or(not(A),or(C,B))),true) -> true
% 1.23/1.54  Current number of equations to process: 18
% 1.23/1.54  Current number of ordered equations: 0
% 1.23/1.54  Current number of rules: 37
% 1.23/1.54  New rule produced :
% 1.23/1.54  [39] theorem(or(or(not(or(A,B)),or(A,C)),not(or(not(B),C)))) -> true
% 1.23/1.54  Current number of equations to process: 21
% 1.23/1.54  Current number of ordered equations: 0
% 1.23/1.54  Current number of rules: 38
% 1.23/1.54  New rule produced :
% 1.23/1.54  [40] theorem(or(A,or(not(or(not(B),C)),or(not(or(X,B)),or(X,C))))) -> true
% 1.23/1.54  Current number of equations to process: 20
% 1.23/1.54  Current number of ordered equations: 0
% 1.23/1.54  Current number of rules: 39
% 1.23/1.54  New rule produced : [41] theorem(or(A,or(not(B),B))) -> true
% 1.23/1.54  Current number of equations to process: 21
% 1.23/1.54  Current number of ordered equations: 0
% 1.23/1.54  Current number of rules: 40
% 1.23/1.54  New rule produced : [42] theorem(or(A,or(not(or(B,A)),B))) -> true
% 1.23/1.54  Current number of equations to process: 21
% 1.23/1.54  Current number of ordered equations: 0
% 1.23/1.54  Current number of rules: 41
% 1.23/1.54  New rule produced :
% 1.23/1.54  [43] theorem(or(A,or(not(or(or(A,B),or(A,B))),B))) -> true
% 1.23/1.54  Current number of equations to process: 20
% 1.23/1.54  Current number of ordered equations: 0
% 1.23/1.54  Current number of rules: 42
% 1.23/1.54  New rule produced :
% 1.23/1.54  [44] theorem(or(A,or(not(or(B,or(A,C))),or(B,C)))) -> true
% 1.23/1.54  Current number of equations to process: 20
% 1.23/1.54  Current number of ordered equations: 0
% 1.23/1.54  Current number of rules: 43
% 1.23/1.54  New rule produced :
% 1.23/1.54  [45] theorem(or(not(or(A,B)),or(not(or(not(B),C)),or(A,C)))) -> true
% 1.23/1.54  Current number of equations to process: 20
% 1.23/1.54  Current number of ordered equations: 0
% 1.23/1.54  Current number of rules: 44
% 1.23/1.54  New rule produced : [46] theorem(or(not(or(A,or(B,B))),or(A,B))) -> true
% 1.23/1.54  Current number of equations to process: 18
% 1.23/1.57  Current number of ordered equations: 0
% 1.23/1.57  Current number of rules: 45
% 1.23/1.57  New rule produced : [47] theorem(or(not(or(A,B)),or(A,or(C,B)))) -> true
% 1.23/1.57  Current number of equations to process: 18
% 1.23/1.57  Current number of ordered equations: 0
% 1.23/1.57  Current number of rules: 46
% 1.23/1.57  New rule produced :
% 1.23/1.57  [48] theorem(or(not(or(A,or(B,C))),or(A,or(C,B)))) -> true
% 1.23/1.57  Current number of equations to process: 18
% 1.23/1.57  Current number of ordered equations: 0
% 1.23/1.57  Current number of rules: 47
% 1.23/1.57  New rule produced :
% 1.23/1.57  [49] theorem(or(not(or(A,or(B,or(C,X)))),or(A,or(C,or(B,X))))) -> true
% 1.23/1.57  Current number of equations to process: 19
% 1.23/1.57  Current number of ordered equations: 0
% 1.23/1.57  Current number of rules: 48
% 1.23/1.57  New rule produced : [50] theorem(or(not(or(A,A)),or(B,A))) -> true
% 1.23/1.57  Current number of equations to process: 20
% 1.23/1.57  Current number of ordered equations: 0
% 1.23/1.57  Current number of rules: 49
% 1.23/1.57  New rule produced : [51] theorem(or(not(or(or(A,A),or(A,A))),A)) -> true
% 1.23/1.57  Current number of equations to process: 19
% 1.23/1.57  Current number of ordered equations: 0
% 1.23/1.57  Current number of rules: 50
% 1.23/1.57  New rule produced :
% 1.23/1.57  [52] theorem(or(not(or(or(A,B),or(A,B))),or(B,A))) -> true
% 1.23/1.57  Current number of equations to process: 19
% 1.23/1.57  Current number of ordered equations: 0
% 1.23/1.57  Current number of rules: 51
% 1.23/1.57  New rule produced : [53] theorem(or(not(A),A)) -> true
% 1.23/1.57  Current number of equations to process: 21
% 1.23/1.57  Current number of ordered equations: 0
% 1.23/1.57  Current number of rules: 52
% 1.23/1.57  New rule produced : [54] theorem(or(not(A),or(B,or(C,A)))) -> true
% 1.23/1.57  Current number of equations to process: 21
% 1.23/1.57  Current number of ordered equations: 0
% 1.23/1.57  Current number of rules: 53
% 1.23/1.57  New rule produced : [55] theorem(or(not(A),or(A,B))) -> true
% 1.23/1.57  Current number of equations to process: 21
% 1.23/1.57  Current number of ordered equations: 0
% 1.23/1.57  Current number of rules: 54
% 1.23/1.57  New rule produced : [56] theorem(or(not(or(A,B)),or(C,or(B,A)))) -> true
% 1.23/1.57  Current number of equations to process: 21
% 1.23/1.57  Current number of ordered equations: 0
% 1.23/1.57  Current number of rules: 55
% 1.23/1.57  New rule produced :
% 1.23/1.57  [57] theorem(or(not(or(or(A,B),C)),or(A,or(C,B)))) -> true
% 1.23/1.57  Current number of equations to process: 21
% 1.23/1.57  Current number of ordered equations: 0
% 1.23/1.57  Current number of rules: 56
% 1.23/1.57  New rule produced :
% 1.23/1.57  [58] theorem(or(not(or(A,not(B))),or(not(or(C,B)),or(C,A)))) -> true
% 1.23/1.57  Current number of equations to process: 21
% 1.23/1.57  Current number of ordered equations: 0
% 1.23/1.57  Current number of rules: 57
% 1.23/1.57  New rule produced :
% 1.23/1.57  [59] theorem(or(not(or(A,or(or(A,B),B))),or(A,B))) -> true
% 1.23/1.57  Current number of equations to process: 26
% 1.23/1.57  Current number of ordered equations: 0
% 1.23/1.57  Current number of rules: 58
% 1.23/1.57  New rule produced :
% 1.23/1.57  [60] ifeq(axiom(or(not(A),or(or(B,A),or(B,A)))),true,true,true) -> true
% 1.23/1.57  Current number of equations to process: 29
% 1.23/1.57  Current number of ordered equations: 0
% 1.23/1.57  Current number of rules: 59
% 1.23/1.57  New rule produced :
% 1.23/1.57  [61] ifeq(axiom(or(not(or(A,B)),or(or(B,A),or(B,A)))),true,true,true) -> true
% 1.23/1.57  Current number of equations to process: 28
% 1.23/1.57  Current number of ordered equations: 0
% 1.23/1.57  Current number of rules: 60
% 1.23/1.57  New rule produced :
% 1.23/1.57  [62] theorem(or(not(or(A,or(B,C))),or(X,or(B,or(A,C))))) -> true
% 1.23/1.57  Current number of equations to process: 34
% 1.23/1.57  Current number of ordered equations: 0
% 1.23/1.57  Current number of rules: 61
% 1.23/1.57  New rule produced :
% 1.23/1.57  [63] theorem(or(not(or(not(A),B)),or(C,or(not(or(X,A)),or(X,B))))) -> true
% 1.23/1.57  Current number of equations to process: 33
% 1.23/1.57  Current number of ordered equations: 0
% 1.23/1.57  Current number of rules: 62
% 1.23/1.57  New rule produced : [64] ifeq(axiom(or(not(A),A)),true,true,true) -> true
% 1.23/1.57  Current number of equations to process: 34
% 1.23/1.57  Current number of ordered equations: 0
% 1.23/1.57  Current number of rules: 63
% 1.23/1.57  New rule produced :
% 1.23/1.57  [65] ifeq(axiom(or(not(or(A,B)),A)),true,true,true) -> true
% 1.23/1.57  Current number of equations to process: 34
% 1.23/1.57  Current number of ordered equations: 0
% 1.23/1.57  Current number of rules: 64
% 1.23/1.57  New rule produced :
% 1.23/1.57  [66] ifeq(axiom(or(not(or(not(A),B)),or(C,B))),true,true,true) -> true
% 1.23/1.57  Current number of equations to process: 35
% 1.23/1.57  Current number of ordered equations: 0
% 1.23/1.57  Current number of rules: 65
% 1.23/1.57  New rule produced :
% 1.23/1.57  [67] ifeq(axiom(or(not(or(or(A,B),or(A,B))),B)),true,true,true) -> true
% 1.23/1.57  Current number of equations to process: 34
% 1.23/1.57  Current number of ordered equations: 0
% 1.23/1.57  Current number of rules: 66
% 1.23/1.57  New rule produced :
% 1.23/1.57  [68] ifeq(axiom(or(not(or(A,or(B,C))),or(A,C))),true,true,true) -> true
% 1.23/1.60  Current number of equations to process: 33
% 1.23/1.60  Current number of ordered equations: 0
% 1.23/1.60  Current number of rules: 67
% 1.23/1.60  New rule produced :
% 1.23/1.60  [69] ifeq(axiom(or(A,or(not(or(B,B)),B))),true,true,true) -> true
% 1.23/1.60  Current number of equations to process: 36
% 1.23/1.60  Current number of ordered equations: 0
% 1.23/1.60  Current number of rules: 68
% 1.23/1.60  New rule produced :
% 1.23/1.60  [70] theorem(or(not(or(A,B)),or(A,or(not(or(C,C)),C)))) -> true
% 1.23/1.60  Current number of equations to process: 35
% 1.23/1.60  Current number of ordered equations: 0
% 1.23/1.60  Current number of rules: 69
% 1.23/1.60  New rule produced : [71] ifeq(axiom(or(not(A),B)),true,true,true) -> true
% 1.23/1.60  Rule [60] ifeq(axiom(or(not(A),or(or(B,A),or(B,A)))),true,true,true) -> true
% 1.23/1.60  collapsed.
% 1.23/1.60  Rule
% 1.23/1.60  [61] ifeq(axiom(or(not(or(A,B)),or(or(B,A),or(B,A)))),true,true,true) -> true
% 1.23/1.60  collapsed.
% 1.23/1.60  Rule [64] ifeq(axiom(or(not(A),A)),true,true,true) -> true collapsed.
% 1.23/1.60  Rule [65] ifeq(axiom(or(not(or(A,B)),A)),true,true,true) -> true collapsed.
% 1.23/1.60  Rule [66] ifeq(axiom(or(not(or(not(A),B)),or(C,B))),true,true,true) -> true
% 1.23/1.60  collapsed.
% 1.23/1.60  Rule [67] ifeq(axiom(or(not(or(or(A,B),or(A,B))),B)),true,true,true) -> true
% 1.23/1.60  collapsed.
% 1.23/1.60  Rule [68] ifeq(axiom(or(not(or(A,or(B,C))),or(A,C))),true,true,true) -> true
% 1.23/1.60  collapsed.
% 1.23/1.60  Current number of equations to process: 35
% 1.23/1.60  Current number of ordered equations: 0
% 1.23/1.60  Current number of rules: 63
% 1.23/1.60  New rule produced : [72] theorem(or(or(not(or(A,A)),A),B)) -> true
% 1.23/1.60  Current number of equations to process: 36
% 1.23/1.60  Current number of ordered equations: 0
% 1.23/1.60  Current number of rules: 64
% 1.23/1.60  New rule produced : [73] theorem(or(A,or(B,or(not(or(C,C)),C)))) -> true
% 1.23/1.60  Rule [70] theorem(or(not(or(A,B)),or(A,or(not(or(C,C)),C)))) -> true
% 1.23/1.60  collapsed.
% 1.23/1.60  Current number of equations to process: 35
% 1.23/1.60  Current number of ordered equations: 0
% 1.23/1.60  Current number of rules: 64
% 1.23/1.60  New rule produced :
% 1.23/1.60  [74] ifeq(axiom(or(A,or(not(B),or(C,B)))),true,true,true) -> true
% 1.23/1.60  Current number of equations to process: 37
% 1.23/1.60  Current number of ordered equations: 0
% 1.23/1.60  Current number of rules: 65
% 1.23/1.60  New rule produced :
% 1.23/1.60  [75] theorem(or(not(or(A,B)),or(A,or(not(C),or(X,C))))) -> true
% 1.23/1.60  Current number of equations to process: 36
% 1.23/1.60  Current number of ordered equations: 0
% 1.23/1.60  Current number of rules: 66
% 1.23/1.60  New rule produced : [76] theorem(or(or(not(A),or(B,A)),C)) -> true
% 1.23/1.60  Current number of equations to process: 37
% 1.23/1.60  Current number of ordered equations: 0
% 1.23/1.60  Current number of rules: 67
% 1.23/1.60  New rule produced : [77] theorem(or(A,or(B,or(not(C),or(X,C))))) -> true
% 1.23/1.60  Rule [75] theorem(or(not(or(A,B)),or(A,or(not(C),or(X,C))))) -> true
% 1.23/1.60  collapsed.
% 1.23/1.60  Current number of equations to process: 36
% 1.23/1.60  Current number of ordered equations: 0
% 1.23/1.60  Current number of rules: 67
% 1.23/1.60  New rule produced :
% 1.23/1.60  [78] ifeq(axiom(or(A,or(not(or(B,C)),or(C,B)))),true,true,true) -> true
% 1.23/1.60  Current number of equations to process: 38
% 1.23/1.60  Current number of ordered equations: 0
% 1.23/1.60  Current number of rules: 68
% 1.23/1.60  New rule produced : [79] theorem(or(or(not(or(A,B)),or(B,A)),C)) -> true
% 1.23/1.60  Current number of equations to process: 39
% 1.23/1.60  Current number of ordered equations: 0
% 1.23/1.60  Current number of rules: 69
% 1.23/1.60  New rule produced :
% 1.23/1.60  [80] theorem(or(A,or(B,or(not(or(C,X)),or(X,C))))) -> true
% 1.23/1.60  Current number of equations to process: 38
% 1.23/1.60  Current number of ordered equations: 0
% 1.23/1.60  Current number of rules: 70
% 1.23/1.60  New rule produced :
% 1.23/1.60  [81]
% 1.23/1.60  ifeq(axiom(or(not(or(A,or(not(or(B,B)),B))),C)),true,theorem(C),true) -> true
% 1.23/1.60  Current number of equations to process: 39
% 1.23/1.60  Current number of ordered equations: 0
% 1.23/1.60  Current number of rules: 71
% 1.23/1.60  New rule produced :
% 1.23/1.60  [82]
% 1.23/1.60  ifeq(axiom(or(not(or(A,or(not(B),or(C,B)))),X)),true,theorem(X),true) -> true
% 1.23/1.60  Current number of equations to process: 38
% 1.23/1.60  Current number of ordered equations: 0
% 1.23/1.60  Current number of rules: 72
% 1.23/1.60  New rule produced :
% 1.23/1.60  [83] theorem(or(or(not(or(A,or(B,C))),or(B,or(A,C))),X)) -> true
% 1.23/1.60  Current number of equations to process: 39
% 1.23/1.60  Current number of ordered equations: 0
% 1.23/1.60  Current number of rules: 73
% 1.23/1.60  New rule produced :
% 1.23/1.60  [84] ifeq(axiom(or(A,not(or(A,A)))),true,true,true) -> true
% 1.23/1.60  Current number of equations to process: 41
% 1.23/1.60  Current number of ordered equations: 0
% 1.23/1.60  Current number of rules: 74
% 1.23/1.60  New rule produced : [85] theorem(or(A,or(B,not(or(B,B))))) -> true
% 1.23/1.60  Current number of equations to process: 42
% 1.23/1.60  Current number of ordered equations: 0
% 1.35/1.64  Current number of rules: 75
% 1.35/1.64  New rule produced :
% 1.35/1.64  [86] ifeq(axiom(or(or(A,B),not(B))),true,true,true) -> true
% 1.35/1.64  Current number of equations to process: 46
% 1.35/1.64  Current number of ordered equations: 0
% 1.35/1.64  Current number of rules: 76
% 1.35/1.64  New rule produced :
% 1.35/1.64  [87] theorem(or(not(or(A,A)),not(or(not(A),not(A))))) -> true
% 1.35/1.64  Current number of equations to process: 45
% 1.35/1.64  Current number of ordered equations: 0
% 1.35/1.64  Current number of rules: 77
% 1.35/1.64  New rule produced : [88] theorem(or(A,or(or(B,C),not(C)))) -> true
% 1.35/1.64  Current number of equations to process: 45
% 1.35/1.64  Current number of ordered equations: 0
% 1.35/1.64  Current number of rules: 78
% 1.35/1.64  New rule produced :
% 1.35/1.64  [89] ifeq(axiom(or(or(A,B),not(or(B,A)))),true,true,true) -> true
% 1.35/1.64  Current number of equations to process: 46
% 1.35/1.64  Current number of ordered equations: 0
% 1.35/1.64  Current number of rules: 79
% 1.35/1.64  New rule produced :
% 1.35/1.64  [90] theorem(or(not(or(A,B)),or(A,not(or(not(B),not(B)))))) -> true
% 1.35/1.64  Current number of equations to process: 45
% 1.35/1.64  Current number of ordered equations: 0
% 1.35/1.64  Current number of rules: 80
% 1.35/1.64  New rule produced :
% 1.35/1.64  [91] theorem(or(not(A),not(or(not(or(B,A)),not(or(B,A)))))) -> true
% 1.35/1.64  Current number of equations to process: 44
% 1.35/1.64  Current number of ordered equations: 0
% 1.35/1.64  Current number of rules: 81
% 1.35/1.64  New rule produced : [92] theorem(or(A,or(or(B,C),not(or(C,B))))) -> true
% 1.35/1.64  Current number of equations to process: 44
% 1.35/1.64  Current number of ordered equations: 0
% 1.35/1.64  Current number of rules: 82
% 1.35/1.64  New rule produced :
% 1.35/1.64  [93] ifeq(axiom(or(not(or(A,not(or(A,A)))),B)),true,theorem(B),true) -> true
% 1.35/1.64  Current number of equations to process: 45
% 1.35/1.64  Current number of ordered equations: 0
% 1.35/1.64  Current number of rules: 83
% 1.35/1.64  New rule produced :
% 1.35/1.64  [94] ifeq(axiom(or(not(or(or(A,B),not(B))),C)),true,theorem(C),true) -> true
% 1.35/1.64  Current number of equations to process: 44
% 1.35/1.64  Current number of ordered equations: 0
% 1.35/1.64  Current number of rules: 84
% 1.35/1.64  New rule produced :
% 1.35/1.64  [95] theorem(or(not(or(A,B)),not(or(not(or(B,A)),not(or(B,A)))))) -> true
% 1.35/1.64  Current number of equations to process: 43
% 1.35/1.64  Current number of ordered equations: 0
% 1.35/1.64  Current number of rules: 85
% 1.35/1.64  New rule produced :
% 1.35/1.64  [96] theorem(or(A,or(or(B,or(C,X)),not(or(C,or(B,X)))))) -> true
% 1.35/1.64  Current number of equations to process: 43
% 1.35/1.64  Current number of ordered equations: 0
% 1.35/1.64  Current number of rules: 86
% 1.35/1.64  New rule produced :
% 1.35/1.64  [97] theorem(or(A,or(B,or(not(or(C,or(X,Y))),or(X,or(C,Y)))))) -> true
% 1.35/1.64  Current number of equations to process: 42
% 1.35/1.64  Current number of ordered equations: 0
% 1.35/1.64  Current number of rules: 87
% 1.35/1.64  New rule produced :
% 1.35/1.64  [98]
% 1.35/1.64  ifeq(axiom(or(not(or(or(A,B),not(or(B,A)))),C)),true,theorem(C),true) -> true
% 1.35/1.64  Current number of equations to process: 41
% 1.35/1.64  Current number of ordered equations: 0
% 1.35/1.64  Current number of rules: 88
% 1.35/1.64  New rule produced :
% 1.35/1.64  [99] ifeq(axiom(or(or(A,or(B,C)),not(or(B,or(A,C))))),true,true,true) -> true
% 1.35/1.64  Current number of equations to process: 40
% 1.35/1.64  Current number of ordered equations: 0
% 1.35/1.64  Current number of rules: 89
% 1.35/1.64  New rule produced :
% 1.35/1.64  [100]
% 1.35/1.64  ifeq(axiom(or(not(A),B)),true,theorem(or(not(A),not(or(not(B),not(B))))),true)
% 1.35/1.64  -> true
% 1.35/1.64  Current number of equations to process: 39
% 1.35/1.64  Current number of ordered equations: 0
% 1.35/1.64  Current number of rules: 90
% 1.35/1.64  New rule produced :
% 1.35/1.64  [101] theorem(or(not(or(A,or(B,C))),or(or(A,C),B))) -> true
% 1.35/1.64  Current number of equations to process: 39
% 1.35/1.64  Current number of ordered equations: 0
% 1.35/1.64  Current number of rules: 91
% 1.35/1.64  New rule produced :
% 1.35/1.64  [102] theorem(or(not(or(not(A),B)),or(or(C,B),not(or(C,A))))) -> true
% 1.35/1.64  Current number of equations to process: 39
% 1.35/1.64  Current number of ordered equations: 0
% 1.35/1.64  Current number of rules: 92
% 1.35/1.64  New rule produced :
% 1.35/1.64  [103] theorem(or(A,or(or(not(or(B,C)),or(B,X)),not(or(not(C),X))))) -> true
% 1.35/1.64  Current number of equations to process: 44
% 1.35/1.64  Current number of ordered equations: 0
% 1.35/1.64  Current number of rules: 93
% 1.35/1.64  New rule produced :
% 1.35/1.64  [104] ifeq(axiom(or(A,or(not(B),B))),true,true,true) -> true
% 1.35/1.64  Current number of equations to process: 44
% 1.35/1.64  Current number of ordered equations: 0
% 1.35/1.64  Current number of rules: 94
% 1.35/1.64  New rule produced :
% 1.35/1.64  [105] theorem(or(not(or(A,B)),or(A,or(not(C),C)))) -> true
% 1.35/1.64  Current number of equations to process: 43
% 1.35/1.64  Current number of ordered equations: 0
% 1.35/1.64  Current number of rules: 95
% 1.35/1.64  New rule produced : [106] theorem(or(or(not(A),A),B)) -> true
% 1.35/1.64  Current number of equations to process: 44
% 1.35/1.68  Current number of ordered equations: 0
% 1.35/1.68  Current number of rules: 96
% 1.35/1.68  New rule produced : [107] theorem(or(A,or(B,or(not(C),C)))) -> true
% 1.35/1.68  Rule [105] theorem(or(not(or(A,B)),or(A,or(not(C),C)))) -> true collapsed.
% 1.35/1.68  Current number of equations to process: 43
% 1.35/1.68  Current number of ordered equations: 0
% 1.35/1.68  Current number of rules: 96
% 1.35/1.68  New rule produced :
% 1.35/1.68  [108] ifeq(axiom(or(A,or(not(or(B,A)),B))),true,true,true) -> true
% 1.35/1.68  Current number of equations to process: 45
% 1.35/1.68  Current number of ordered equations: 0
% 1.35/1.68  Current number of rules: 97
% 1.35/1.68  New rule produced : [109] theorem(or(or(not(or(A,B)),A),B)) -> true
% 1.35/1.68  Current number of equations to process: 47
% 1.35/1.68  Current number of ordered equations: 0
% 1.35/1.68  Current number of rules: 98
% 1.35/1.68  New rule produced : [110] theorem(or(A,or(B,or(not(or(C,B)),C)))) -> true
% 1.35/1.68  Current number of equations to process: 46
% 1.35/1.68  Current number of ordered equations: 0
% 1.35/1.68  Current number of rules: 99
% 1.35/1.68  New rule produced :
% 1.35/1.68  [111] theorem(or(not(or(A,A)),or(not(or(B,not(A))),B))) -> true
% 1.35/1.68  Current number of equations to process: 48
% 1.35/1.68  Current number of ordered equations: 0
% 1.35/1.68  Current number of rules: 100
% 1.35/1.68  New rule produced :
% 1.35/1.68  [112] theorem(or(not(A),or(not(or(B,not(or(C,A)))),B))) -> true
% 1.35/1.68  Current number of equations to process: 47
% 1.35/1.68  Current number of ordered equations: 0
% 1.35/1.68  Current number of rules: 101
% 1.35/1.68  New rule produced :
% 1.35/1.68  [113] ifeq(axiom(or(not(or(A,or(not(B),B))),C)),true,theorem(C),true) -> true
% 1.35/1.68  Current number of equations to process: 49
% 1.35/1.68  Current number of ordered equations: 0
% 1.35/1.68  Current number of rules: 102
% 1.35/1.68  New rule produced :
% 1.35/1.68  [114] theorem(or(not(or(A,B)),or(A,or(not(or(C,not(B))),C)))) -> true
% 1.35/1.68  Current number of equations to process: 48
% 1.35/1.68  Current number of ordered equations: 0
% 1.35/1.68  Current number of rules: 103
% 1.35/1.68  New rule produced :
% 1.35/1.68  [115] theorem(or(not(or(A,B)),or(not(or(C,not(or(B,A)))),C))) -> true
% 1.35/1.68  Current number of equations to process: 47
% 1.35/1.68  Current number of ordered equations: 0
% 1.35/1.68  Current number of rules: 104
% 1.35/1.68  New rule produced :
% 1.35/1.68  [116] theorem(or(or(not(or(or(A,B),or(A,B))),B),A)) -> true
% 1.35/1.68  Current number of equations to process: 49
% 1.35/1.68  Current number of ordered equations: 0
% 1.35/1.68  Current number of rules: 105
% 1.35/1.68  New rule produced :
% 1.35/1.68  [117] theorem(or(A,or(B,or(not(or(or(B,C),or(B,C))),C)))) -> true
% 1.35/1.68  Current number of equations to process: 54
% 1.35/1.68  Current number of ordered equations: 0
% 1.35/1.68  Current number of rules: 106
% 1.35/1.68  New rule produced :
% 1.35/1.68  [118] theorem(or(or(not(or(A,or(B,C))),or(A,C)),B)) -> true
% 1.35/1.68  Current number of equations to process: 56
% 1.35/1.68  Current number of ordered equations: 0
% 1.35/1.68  Current number of rules: 107
% 1.35/1.68  New rule produced :
% 1.35/1.68  [119] theorem(or(A,or(B,or(not(or(C,or(B,X))),or(C,X))))) -> true
% 1.35/1.68  Current number of equations to process: 58
% 1.35/1.68  Current number of ordered equations: 0
% 1.35/1.68  Current number of rules: 108
% 1.35/1.68  New rule produced :
% 1.35/1.68  [120] theorem(or(or(not(or(not(A),B)),or(not(or(C,A)),or(C,B))),X)) -> true
% 1.35/1.68  Current number of equations to process: 59
% 1.35/1.68  Current number of ordered equations: 0
% 1.35/1.68  Current number of rules: 109
% 1.35/1.68  New rule produced :
% 1.35/1.68  [121]
% 1.35/1.68  ifeq(axiom(or(not(or(A,or(not(or(B,A)),B))),C)),true,theorem(C),true) -> true
% 1.35/1.68  Current number of equations to process: 58
% 1.35/1.68  Current number of ordered equations: 0
% 1.35/1.68  Current number of rules: 110
% 1.35/1.68  New rule produced :
% 1.35/1.68  [122]
% 1.35/1.68  ifeq(axiom(or(A,or(not(or(or(A,B),or(A,B))),B))),true,true,true) -> true
% 1.35/1.68  Current number of equations to process: 57
% 1.35/1.68  Current number of ordered equations: 0
% 1.35/1.68  Current number of rules: 111
% 1.35/1.68  New rule produced :
% 1.35/1.68  [123]
% 1.35/1.68  ifeq(axiom(or(A,or(not(or(B,or(A,C))),or(B,C)))),true,true,true) -> true
% 1.35/1.68  Current number of equations to process: 56
% 1.35/1.68  Current number of ordered equations: 0
% 1.35/1.68  Current number of rules: 112
% 1.35/1.68  New rule produced :
% 1.35/1.68  [124] theorem(or(not(or(A,A)),or(not(or(B,or(not(A),C))),or(B,C)))) -> true
% 1.35/1.68  Current number of equations to process: 55
% 1.35/1.68  Current number of ordered equations: 0
% 1.35/1.68  Current number of rules: 113
% 1.35/1.68  New rule produced :
% 1.35/1.68  [125] theorem(or(not(A),or(not(or(B,or(not(or(C,A)),X))),or(B,X)))) -> true
% 1.35/1.68  Current number of equations to process: 54
% 1.35/1.68  Current number of ordered equations: 0
% 1.35/1.68  Current number of rules: 114
% 1.35/1.68  New rule produced :
% 1.35/1.68  [126] theorem(or(not(A),or(not(or(not(A),B)),or(C,B)))) -> true
% 1.35/1.68  Current number of equations to process: 58
% 1.35/1.68  Current number of ordered equations: 0
% 1.40/1.73  Current number of rules: 115
% 1.40/1.73  New rule produced :
% 1.40/1.73  [127] theorem(or(or(not(or(not(A),B)),or(C,B)),not(or(C,A)))) -> true
% 1.40/1.73  Current number of equations to process: 57
% 1.40/1.73  Current number of ordered equations: 0
% 1.40/1.73  Current number of rules: 116
% 1.40/1.73  New rule produced :
% 1.40/1.73  [128] theorem(or(not(or(A,B)),or(not(or(not(A),C)),or(B,C)))) -> true
% 1.40/1.73  Current number of equations to process: 57
% 1.40/1.73  Current number of ordered equations: 0
% 1.40/1.73  Current number of rules: 117
% 1.40/1.73  New rule produced :
% 1.40/1.73  [129] theorem(or(not(or(A,or(B,or(C,C)))),or(A,or(B,C)))) -> true
% 1.40/1.73  Current number of equations to process: 58
% 1.40/1.73  Current number of ordered equations: 0
% 1.40/1.73  Current number of rules: 118
% 1.40/1.73  New rule produced : [130] theorem(or(or(A,B),not(or(A,or(B,B))))) -> true
% 1.40/1.73  Current number of equations to process: 60
% 1.40/1.73  Current number of ordered equations: 0
% 1.40/1.73  Current number of rules: 119
% 1.40/1.73  New rule produced : [131] theorem(or(A,or(not(or(A,or(B,B))),B))) -> true
% 1.40/1.73  Current number of equations to process: 60
% 1.40/1.73  Current number of ordered equations: 0
% 1.40/1.73  Current number of rules: 120
% 1.40/1.73  New rule produced :
% 1.40/1.73  [132] theorem(or(A,or(not(or(B,or(C,C))),or(B,C)))) -> true
% 1.40/1.73  Current number of equations to process: 60
% 1.40/1.73  Current number of ordered equations: 0
% 1.40/1.73  Current number of rules: 121
% 1.40/1.73  New rule produced : [133] theorem(or(not(or(or(A,A),B)),or(B,A))) -> true
% 1.40/1.73  Current number of equations to process: 60
% 1.40/1.73  Current number of ordered equations: 0
% 1.40/1.73  Current number of rules: 122
% 1.40/1.73  New rule produced :
% 1.40/1.73  [134] theorem(or(not(or(A,or(B,C))),or(A,or(B,or(X,C))))) -> true
% 1.40/1.73  Current number of equations to process: 61
% 1.40/1.73  Current number of ordered equations: 0
% 1.40/1.73  Current number of rules: 123
% 1.40/1.73  New rule produced : [135] theorem(or(or(A,or(B,C)),not(or(A,C)))) -> true
% 1.40/1.73  Current number of equations to process: 63
% 1.40/1.73  Current number of ordered equations: 0
% 1.40/1.73  Current number of rules: 124
% 1.40/1.73  New rule produced : [136] theorem(or(A,or(not(or(A,B)),or(C,B)))) -> true
% 1.40/1.73  Rule [126] theorem(or(not(A),or(not(or(not(A),B)),or(C,B)))) -> true
% 1.40/1.73  collapsed.
% 1.40/1.73  Current number of equations to process: 63
% 1.40/1.73  Current number of ordered equations: 0
% 1.40/1.73  Current number of rules: 124
% 1.40/1.73  New rule produced :
% 1.40/1.73  [137] theorem(or(A,or(not(or(B,C)),or(B,or(X,C))))) -> true
% 1.40/1.73  Current number of equations to process: 63
% 1.40/1.73  Current number of ordered equations: 0
% 1.40/1.73  Current number of rules: 125
% 1.40/1.73  New rule produced : [138] theorem(or(not(or(A,B)),or(B,or(C,A)))) -> true
% 1.40/1.73  Current number of equations to process: 63
% 1.40/1.73  Current number of ordered equations: 0
% 1.40/1.73  Current number of rules: 126
% 1.40/1.73  New rule produced :
% 1.40/1.73  [139] theorem(or(not(or(or(A,B),or(A,B))),or(A,or(C,B)))) -> true
% 1.40/1.73  Current number of equations to process: 64
% 1.40/1.73  Current number of ordered equations: 0
% 1.40/1.73  Current number of rules: 127
% 1.40/1.73  New rule produced :
% 1.40/1.73  [140] theorem(or(or(A,or(B,C)),not(or(A,or(C,B))))) -> true
% 1.40/1.73  Current number of equations to process: 66
% 1.40/1.73  Current number of ordered equations: 0
% 1.40/1.73  Current number of rules: 128
% 1.40/1.73  New rule produced :
% 1.40/1.73  [141] theorem(or(A,or(not(or(A,or(B,C))),or(C,B)))) -> true
% 1.40/1.73  Current number of equations to process: 66
% 1.40/1.73  Current number of ordered equations: 0
% 1.40/1.73  Current number of rules: 129
% 1.40/1.73  New rule produced :
% 1.40/1.73  [142] theorem(or(not(or(or(A,B),C)),or(C,or(B,A)))) -> true
% 1.40/1.73  Current number of equations to process: 67
% 1.40/1.73  Current number of ordered equations: 0
% 1.40/1.73  Current number of rules: 130
% 1.40/1.73  New rule produced :
% 1.40/1.73  [143] theorem(or(A,or(not(or(B,or(C,X))),or(B,or(X,C))))) -> true
% 1.40/1.73  Current number of equations to process: 66
% 1.40/1.73  Current number of ordered equations: 0
% 1.40/1.73  Current number of rules: 131
% 1.40/1.73  New rule produced :
% 1.40/1.73  [144] theorem(or(A,or(not(or(B,C)),or(not(or(not(C),X)),or(B,X))))) -> true
% 1.40/1.73  Current number of equations to process: 67
% 1.40/1.73  Current number of ordered equations: 0
% 1.40/1.73  Current number of rules: 132
% 1.40/1.73  New rule produced :
% 1.40/1.73  [145] theorem(or(not(or(or(A,or(B,B)),or(A,or(B,B)))),or(A,B))) -> true
% 1.40/1.73  Current number of equations to process: 66
% 1.40/1.73  Current number of ordered equations: 0
% 1.40/1.73  Current number of rules: 133
% 1.40/1.73  New rule produced :
% 1.40/1.73  [146] theorem(or(not(or(A,or(B,or(C,X)))),or(A,or(B,or(X,C))))) -> true
% 1.40/1.73  Current number of equations to process: 65
% 1.40/1.73  Current number of ordered equations: 0
% 1.40/1.73  Current number of rules: 134
% 1.40/1.73  New rule produced :
% 1.40/1.73  [147]
% 1.40/1.73  theorem(or(not(or(A,A)),or(not(or(or(not(A),B),or(not(A),B))),B))) -> true
% 1.40/1.73  Current number of equations to process: 64
% 1.48/1.80  Current number of ordered equations: 0
% 1.48/1.80  Current number of rules: 135
% 1.48/1.80  New rule produced :
% 1.48/1.80  [148] theorem(or(not(or(A,or(B,B))),or(A,or(C,B)))) -> true
% 1.48/1.80  Current number of equations to process: 71
% 1.48/1.80  Current number of ordered equations: 0
% 1.48/1.80  Current number of rules: 136
% 1.48/1.80  New rule produced : [149] theorem(or(or(A,B),not(or(B,B)))) -> true
% 1.48/1.80  Current number of equations to process: 73
% 1.48/1.80  Current number of ordered equations: 0
% 1.48/1.80  Current number of rules: 137
% 1.48/1.80  New rule produced : [150] theorem(or(A,or(not(or(B,B)),or(C,B)))) -> true
% 1.48/1.80  Current number of equations to process: 72
% 1.48/1.80  Current number of ordered equations: 0
% 1.48/1.80  Current number of rules: 138
% 1.48/1.80  New rule produced :
% 1.48/1.80  [151] theorem(or(not(or(or(A,A),or(A,A))),or(B,A))) -> true
% 1.48/1.80  Current number of equations to process: 72
% 1.48/1.80  Current number of ordered equations: 0
% 1.48/1.80  Current number of rules: 139
% 1.48/1.80  New rule produced :
% 1.48/1.80  [152] theorem(or(not(or(A,or(or(B,B),or(B,B)))),or(A,B))) -> true
% 1.48/1.80  Current number of equations to process: 73
% 1.48/1.80  Current number of ordered equations: 0
% 1.48/1.80  Current number of rules: 140
% 1.48/1.80  New rule produced : [153] theorem(or(A,not(or(or(A,A),or(A,A))))) -> true
% 1.48/1.80  Current number of equations to process: 75
% 1.48/1.80  Current number of ordered equations: 0
% 1.48/1.80  Current number of rules: 141
% 1.48/1.80  New rule produced :
% 1.48/1.80  [154] theorem(or(A,or(not(or(or(B,B),or(B,B))),B))) -> true
% 1.48/1.80  Current number of equations to process: 76
% 1.48/1.80  Current number of ordered equations: 0
% 1.48/1.80  Current number of rules: 142
% 1.48/1.80  New rule produced :
% 1.48/1.80  [155] theorem(or(or(A,B),not(or(or(B,A),or(B,A))))) -> true
% 1.48/1.80  Current number of equations to process: 80
% 1.48/1.80  Current number of ordered equations: 0
% 1.48/1.80  Current number of rules: 143
% 1.48/1.80  New rule produced :
% 1.48/1.80  [156] theorem(or(A,or(not(or(or(B,A),or(B,A))),B))) -> true
% 1.48/1.80  Current number of equations to process: 80
% 1.48/1.80  Current number of ordered equations: 0
% 1.48/1.80  Current number of rules: 144
% 1.48/1.80  New rule produced : [157] theorem(or(A,not(A))) -> true
% 1.48/1.80  Current number of equations to process: 82
% 1.48/1.80  Current number of ordered equations: 0
% 1.48/1.80  Current number of rules: 145
% 1.48/1.80  New rule produced : [158] theorem(or(A,or(not(or(A,B)),B))) -> true
% 1.48/1.80  Current number of equations to process: 82
% 1.48/1.80  Current number of ordered equations: 0
% 1.48/1.80  Current number of rules: 146
% 1.48/1.80  New rule produced :
% 1.48/1.80  [159] ifeq(axiom(or(not(or(not(A),A)),B)),true,theorem(B),true) -> true
% 1.48/1.80  Current number of equations to process: 83
% 1.48/1.80  Current number of ordered equations: 0
% 1.48/1.80  Current number of rules: 147
% 1.48/1.80  New rule produced :
% 1.48/1.80  [160] theorem(or(not(or(A,B)),or(A,or(C,or(X,B))))) -> true
% 1.48/1.80  Current number of equations to process: 82
% 1.48/1.80  Current number of ordered equations: 0
% 1.48/1.80  Current number of rules: 148
% 1.48/1.80  New rule produced : [161] theorem(or(or(A,or(B,C)),not(C))) -> true
% 1.48/1.80  Current number of equations to process: 84
% 1.48/1.80  Current number of ordered equations: 0
% 1.48/1.80  Current number of rules: 149
% 1.48/1.80  New rule produced : [162] theorem(or(A,or(not(B),or(C,or(X,B))))) -> true
% 1.48/1.80  Current number of equations to process: 83
% 1.48/1.80  Current number of ordered equations: 0
% 1.48/1.80  Current number of rules: 150
% 1.48/1.80  New rule produced : [163] theorem(or(not(or(A,A)),or(B,or(C,A)))) -> true
% 1.48/1.80  Current number of equations to process: 83
% 1.48/1.80  Current number of ordered equations: 0
% 1.48/1.80  Current number of rules: 151
% 1.48/1.80  New rule produced : [164] theorem(or(not(A),or(B,or(C,or(X,A))))) -> true
% 1.48/1.80  Current number of equations to process: 83
% 1.48/1.80  Current number of ordered equations: 0
% 1.48/1.80  Current number of rules: 152
% 1.48/1.80  New rule produced : [165] theorem(or(not(or(A,B)),or(A,or(B,C)))) -> true
% 1.48/1.80  Current number of equations to process: 85
% 1.48/1.80  Current number of ordered equations: 0
% 1.48/1.80  Current number of rules: 153
% 1.48/1.80  New rule produced :
% 1.48/1.80  [166] theorem(or(not(or(A,B)),or(C,or(X,or(B,A))))) -> true
% 1.48/1.80  Current number of equations to process: 84
% 1.48/1.80  Current number of ordered equations: 0
% 1.48/1.80  Current number of rules: 154
% 1.48/1.80  New rule produced : [167] theorem(or(or(A,B),not(A))) -> true
% 1.48/1.80  Current number of equations to process: 86
% 1.48/1.80  Current number of ordered equations: 0
% 1.48/1.80  Current number of rules: 155
% 1.48/1.80  New rule produced : [168] theorem(or(A,or(not(B),or(B,C)))) -> true
% 1.48/1.80  Current number of equations to process: 85
% 1.48/1.80  Current number of ordered equations: 0
% 1.48/1.80  Current number of rules: 156
% 1.48/1.80  New rule produced : [169] theorem(or(A,or(not(A),B))) -> true
% 1.48/1.80  Current number of equations to process: 85
% 1.54/1.87  Current number of ordered equations: 0
% 1.54/1.87  Current number of rules: 157
% 1.54/1.87  New rule produced : [170] theorem(or(not(or(A,A)),or(A,B))) -> true
% 1.54/1.87  Current number of equations to process: 85
% 1.54/1.87  Current number of ordered equations: 0
% 1.54/1.87  Current number of rules: 158
% 1.54/1.87  New rule produced : [171] theorem(or(not(A),or(or(B,A),C))) -> true
% 1.54/1.87  Current number of equations to process: 85
% 1.54/1.87  Current number of ordered equations: 0
% 1.54/1.87  Current number of rules: 159
% 1.54/1.87  New rule produced : [172] theorem(or(not(or(A,B)),or(or(B,A),C))) -> true
% 1.54/1.87  Current number of equations to process: 85
% 1.54/1.87  Current number of ordered equations: 0
% 1.54/1.87  Current number of rules: 160
% 1.54/1.87  New rule produced :
% 1.54/1.87  [173] theorem(or(A,or(not(or(or(B,C),or(B,C))),or(C,B)))) -> true
% 1.54/1.87  Current number of equations to process: 86
% 1.54/1.87  Current number of ordered equations: 0
% 1.54/1.87  Current number of rules: 161
% 1.54/1.87  New rule produced :
% 1.54/1.87  [174] ifeq(axiom(or(not(or(not(A),or(A,B))),C)),true,theorem(C),true) -> true
% 1.54/1.87  Current number of equations to process: 85
% 1.54/1.87  Current number of ordered equations: 0
% 1.54/1.87  Current number of rules: 162
% 1.54/1.87  New rule produced :
% 1.54/1.87  [175] ifeq(axiom(or(not(A),B)),true,theorem(or(not(A),or(B,C))),true) -> true
% 1.54/1.87  Current number of equations to process: 84
% 1.54/1.87  Current number of ordered equations: 0
% 1.54/1.87  Current number of rules: 163
% 1.54/1.87  New rule produced :
% 1.54/1.87  [176] theorem(or(not(or(A,or(B,C))),or(A,or(X,or(C,B))))) -> true
% 1.54/1.87  Current number of equations to process: 83
% 1.54/1.87  Current number of ordered equations: 0
% 1.54/1.87  Current number of rules: 164
% 1.54/1.87  New rule produced : [177] theorem(or(or(A,or(B,C)),not(or(C,B)))) -> true
% 1.54/1.87  Current number of equations to process: 85
% 1.54/1.87  Current number of ordered equations: 0
% 1.54/1.87  Current number of rules: 165
% 1.54/1.87  New rule produced : [178] theorem(or(not(A),or(B,or(A,C)))) -> true
% 1.54/1.87  Current number of equations to process: 86
% 1.54/1.87  Current number of ordered equations: 0
% 1.54/1.87  Current number of rules: 166
% 1.54/1.87  New rule produced :
% 1.54/1.87  [179] theorem(or(A,or(not(or(B,C)),or(X,or(C,B))))) -> true
% 1.54/1.87  Current number of equations to process: 85
% 1.54/1.87  Current number of ordered equations: 0
% 1.54/1.87  Current number of rules: 167
% 1.54/1.87  New rule produced :
% 1.54/1.87  [180] theorem(or(not(or(or(A,B),or(A,B))),or(C,or(B,A)))) -> true
% 1.54/1.87  Current number of equations to process: 86
% 1.54/1.87  Current number of ordered equations: 0
% 1.54/1.87  Current number of rules: 168
% 1.54/1.87  New rule produced :
% 1.54/1.87  [181] theorem(or(or(A,or(B,C)),not(or(or(A,C),B)))) -> true
% 1.54/1.87  Current number of equations to process: 88
% 1.54/1.87  Current number of ordered equations: 0
% 1.54/1.87  Current number of rules: 169
% 1.54/1.87  New rule produced :
% 1.54/1.87  [182] theorem(or(A,or(not(or(or(A,B),C)),or(C,B)))) -> true
% 1.54/1.87  Current number of equations to process: 88
% 1.54/1.87  Current number of ordered equations: 0
% 1.54/1.87  Current number of rules: 170
% 1.54/1.87  New rule produced :
% 1.54/1.87  [183] theorem(or(A,or(not(or(or(B,C),X)),or(B,or(X,C))))) -> true
% 1.54/1.87  Current number of equations to process: 88
% 1.54/1.87  Current number of ordered equations: 0
% 1.54/1.87  Current number of rules: 171
% 1.54/1.87  New rule produced :
% 1.54/1.87  [184] theorem(or(or(A,or(B,or(C,X))),not(or(A,or(C,or(B,X)))))) -> true
% 1.54/1.87  Current number of equations to process: 89
% 1.54/1.87  Current number of ordered equations: 0
% 1.54/1.87  Current number of rules: 172
% 1.54/1.87  New rule produced :
% 1.54/1.87  [185] theorem(or(A,or(not(or(A,or(B,or(C,X)))),or(C,or(B,X))))) -> true
% 1.54/1.87  Current number of equations to process: 88
% 1.54/1.87  Current number of ordered equations: 0
% 1.54/1.87  Current number of rules: 173
% 1.54/1.87  New rule produced :
% 1.54/1.87  [186] theorem(or(not(or(or(A,or(B,C)),X)),or(X,or(B,or(A,C))))) -> true
% 1.54/1.87  Current number of equations to process: 87
% 1.54/1.87  Current number of ordered equations: 0
% 1.54/1.87  Current number of rules: 174
% 1.54/1.87  New rule produced :
% 1.54/1.87  [187]
% 1.54/1.87  ifeq(axiom(or(not(or(not(or(A,A)),or(B,A))),C)),true,theorem(C),true) -> true
% 1.54/1.87  Current number of equations to process: 86
% 1.54/1.87  Current number of ordered equations: 0
% 1.54/1.87  Current number of rules: 175
% 1.54/1.87  New rule produced :
% 1.54/1.87  [188]
% 1.54/1.87  ifeq(axiom(or(not(A),or(B,B))),true,theorem(or(not(A),or(C,B))),true) -> true
% 1.54/1.87  Current number of equations to process: 85
% 1.54/1.87  Current number of ordered equations: 0
% 1.54/1.87  Current number of rules: 176
% 1.54/1.87  New rule produced :
% 1.54/1.87  [189] theorem(or(not(or(A,or(or(B,C),or(B,C)))),or(A,or(C,B)))) -> true
% 1.54/1.87  Current number of equations to process: 84
% 1.54/1.87  Current number of ordered equations: 0
% 1.54/1.87  Current number of rules: 177
% 1.54/1.87  New rule produced :
% 1.54/1.87  [190]
% 1.54/1.87  ifeq(axiom(or(not(or(not(A),or(B,or(C,A)))),X)),true,theorem(X),true) -> true
% 1.63/1.97  Current number of equations to process: 83
% 1.63/1.97  Current number of ordered equations: 0
% 1.63/1.97  Current number of rules: 178
% 1.63/1.97  New rule produced :
% 1.63/1.97  [191]
% 1.63/1.97  ifeq(axiom(or(not(A),B)),true,theorem(or(not(A),or(C,or(X,B)))),true) -> true
% 1.63/1.97  Current number of equations to process: 82
% 1.63/1.97  Current number of ordered equations: 0
% 1.63/1.97  Current number of rules: 179
% 1.63/1.97  New rule produced :
% 1.63/1.97  [192] theorem(or(not(or(A,or(or(B,C),X))),or(A,or(B,or(X,C))))) -> true
% 1.63/1.97  Current number of equations to process: 81
% 1.63/1.97  Current number of ordered equations: 0
% 1.63/1.97  Current number of rules: 180
% 1.63/1.97  New rule produced :
% 1.63/1.97  [193] theorem(or(not(not(A)),or(not(or(B,A)),or(B,C)))) -> true
% 1.63/1.97  Current number of equations to process: 86
% 1.63/1.97  Current number of ordered equations: 0
% 1.63/1.97  Current number of rules: 181
% 1.63/1.97  New rule produced :
% 1.63/1.97  [194] theorem(or(or(not(or(A,B)),or(A,C)),not(or(C,not(B))))) -> true
% 1.63/1.97  Current number of equations to process: 85
% 1.63/1.97  Current number of ordered equations: 0
% 1.63/1.97  Current number of rules: 182
% 1.63/1.97  New rule produced :
% 1.63/1.97  [195] theorem(or(not(or(A,B)),or(not(or(C,not(B))),or(A,C)))) -> true
% 1.63/1.97  Current number of equations to process: 84
% 1.63/1.97  Current number of ordered equations: 0
% 1.63/1.97  Current number of rules: 183
% 1.63/1.97  New rule produced :
% 1.63/1.97  [196] theorem(or(or(A,B),not(or(A,or(or(A,B),B))))) -> true
% 1.63/1.97  Current number of equations to process: 88
% 1.63/1.97  Current number of ordered equations: 0
% 1.63/1.97  Current number of rules: 184
% 1.63/1.97  New rule produced :
% 1.63/1.97  [197] theorem(or(A,or(not(or(A,or(or(A,B),B))),B))) -> true
% 1.63/1.97  Current number of equations to process: 88
% 1.63/1.97  Current number of ordered equations: 0
% 1.63/1.97  Current number of rules: 185
% 1.63/1.97  New rule produced : [198] theorem(or(not(or(or(A,B),B)),or(A,B))) -> true
% 1.63/1.97  Current number of equations to process: 89
% 1.63/1.97  Current number of ordered equations: 0
% 1.63/1.97  Current number of rules: 186
% 1.63/1.97  New rule produced :
% 1.63/1.97  [199] theorem(or(not(or(or(or(A,B),B),A)),or(A,B))) -> true
% 1.63/1.97  Current number of equations to process: 89
% 1.63/1.97  Current number of ordered equations: 0
% 1.63/1.97  Current number of rules: 187
% 1.63/1.97  New rule produced :
% 1.63/1.97  [200] theorem(or(A,or(not(or(B,or(or(B,C),C))),or(B,C)))) -> true
% 1.63/1.97  Current number of equations to process: 88
% 1.63/1.97  Current number of ordered equations: 0
% 1.63/1.97  Current number of rules: 188
% 1.63/1.97  New rule produced :
% 1.63/1.97  [201] theorem(or(A,or(not(or(B,not(C))),or(not(or(X,C)),or(X,B))))) -> true
% 1.63/1.97  Current number of equations to process: 89
% 1.63/1.97  Current number of ordered equations: 0
% 1.63/1.97  Current number of rules: 189
% 1.63/1.97  New rule produced :
% 1.63/1.97  [202] theorem(or(not(or(A,or(B,or(or(B,C),C)))),or(A,or(B,C)))) -> true
% 1.63/1.97  Current number of equations to process: 88
% 1.63/1.97  Current number of ordered equations: 0
% 1.63/1.97  Current number of rules: 190
% 1.63/1.97  New rule produced :
% 1.63/1.97  [203] theorem(or(not(or(A,B)),or(C,or(A,or(X,B))))) -> true
% 1.63/1.97  Current number of equations to process: 92
% 1.63/1.97  Current number of ordered equations: 0
% 1.63/1.97  Current number of rules: 191
% 1.63/1.97  New rule produced :
% 1.63/1.97  [204] theorem(or(or(A,or(B,or(C,X))),not(or(C,or(B,X))))) -> true
% 1.63/1.97  Current number of equations to process: 91
% 1.63/1.97  Current number of ordered equations: 0
% 1.63/1.97  Current number of rules: 192
% 1.63/1.97  New rule produced :
% 1.63/1.97  [205] theorem(or(not(or(or(A,B),C)),or(X,or(A,or(C,B))))) -> true
% 1.63/1.97  Current number of equations to process: 91
% 1.63/1.97  Current number of ordered equations: 0
% 1.63/1.97  Current number of rules: 193
% 1.63/1.97  New rule produced :
% 1.63/1.97  [206] theorem(or(A,or(not(or(B,or(C,X))),or(Y,or(C,or(B,X)))))) -> true
% 1.63/1.97  Current number of equations to process: 92
% 1.63/1.97  Current number of ordered equations: 0
% 1.63/1.97  Current number of rules: 194
% 1.63/1.97  New rule produced :
% 1.63/1.97  [207] ifeq(axiom(or(or(not(or(A,A)),A),B)),true,true,true) -> true
% 1.63/1.97  Current number of equations to process: 98
% 1.63/1.97  Current number of ordered equations: 0
% 1.63/1.97  Current number of rules: 195
% 1.63/1.97  New rule produced : [208] theorem(or(A,or(or(not(or(B,B)),B),C))) -> true
% 1.63/1.97  Current number of equations to process: 98
% 1.63/1.97  Current number of ordered equations: 0
% 1.63/1.97  Current number of rules: 196
% 1.63/1.97  New rule produced :
% 1.63/1.97  [209] ifeq(axiom(or(A,or(B,or(not(or(C,C)),C)))),true,true,true) -> true
% 1.63/1.97  Current number of equations to process: 100
% 1.63/1.97  Current number of ordered equations: 0
% 1.63/1.97  Current number of rules: 197
% 1.63/1.97  New rule produced : [210] theorem(or(or(A,or(not(or(B,B)),B)),C)) -> true
% 1.63/1.97  Current number of equations to process: 101
% 1.63/1.97  Current number of ordered equations: 0
% 1.63/1.97  Current number of rules: 198
% 1.63/1.97  New rule produced :
% 1.78/2.10  [211] theorem(or(A,or(B,or(C,or(not(or(X,X)),X))))) -> true
% 1.78/2.10  Current number of equations to process: 100
% 1.78/2.10  Current number of ordered equations: 0
% 1.78/2.10  Current number of rules: 199
% 1.78/2.10  New rule produced :
% 1.78/2.10  [212] ifeq(axiom(or(or(not(A),or(B,A)),C)),true,true,true) -> true
% 1.78/2.10  Current number of equations to process: 100
% 1.78/2.10  Current number of ordered equations: 0
% 1.78/2.10  Current number of rules: 200
% 1.78/2.10  New rule produced : [213] theorem(or(A,or(or(not(B),or(C,B)),X))) -> true
% 1.78/2.10  Current number of equations to process: 100
% 1.78/2.10  Current number of ordered equations: 0
% 1.78/2.10  Current number of rules: 201
% 1.78/2.10  New rule produced :
% 1.78/2.10  [214] ifeq(axiom(or(A,or(B,or(not(C),or(X,C))))),true,true,true) -> true
% 1.78/2.10  Current number of equations to process: 102
% 1.78/2.10  Current number of ordered equations: 0
% 1.78/2.10  Current number of rules: 202
% 1.78/2.10  New rule produced : [215] theorem(or(or(A,or(not(B),or(C,B))),X)) -> true
% 1.78/2.10  Current number of equations to process: 103
% 1.78/2.10  Current number of ordered equations: 0
% 1.78/2.10  Current number of rules: 203
% 1.78/2.10  New rule produced :
% 1.78/2.10  [216] theorem(or(A,or(B,or(C,or(not(X),or(Y,X)))))) -> true
% 1.78/2.10  Current number of equations to process: 102
% 1.78/2.10  Current number of ordered equations: 0
% 1.78/2.10  Current number of rules: 204
% 1.78/2.10  New rule produced :
% 1.78/2.10  [217] theorem(or(or(A,or(not(or(B,C)),or(B,X))),not(or(not(C),X)))) -> true
% 1.78/2.10  Current number of equations to process: 100
% 1.78/2.10  Current number of ordered equations: 0
% 1.78/2.10  Current number of rules: 205
% 1.78/2.10  New rule produced :
% 1.78/2.10  [218] theorem(or(not(or(A,not(B))),or(C,or(not(or(X,B)),or(X,A))))) -> true
% 1.78/2.10  Current number of equations to process: 99
% 1.78/2.10  Current number of ordered equations: 0
% 1.78/2.10  Current number of rules: 206
% 1.78/2.10  New rule produced :
% 1.78/2.10  [219]
% 1.78/2.10  ifeq(axiom(or(not(or(or(not(or(A,A)),A),B)),C)),true,theorem(C),true) -> true
% 1.78/2.10  Current number of equations to process: 98
% 1.78/2.10  Current number of ordered equations: 0
% 1.78/2.10  Current number of rules: 207
% 1.78/2.10  New rule produced :
% 1.78/2.10  [220]
% 1.78/2.10  ifeq(axiom(or(not(or(or(not(A),or(B,A)),C)),X)),true,theorem(X),true) -> true
% 1.78/2.10  Current number of equations to process: 97
% 1.78/2.10  Current number of ordered equations: 0
% 1.78/2.10  Current number of rules: 208
% 1.78/2.10  New rule produced :
% 1.78/2.10  [221] ifeq(axiom(or(or(not(or(A,B)),or(B,A)),C)),true,true,true) -> true
% 1.78/2.10  Current number of equations to process: 98
% 1.78/2.10  Current number of ordered equations: 0
% 1.78/2.10  Current number of rules: 209
% 1.78/2.10  New rule produced :
% 1.78/2.10  [222] theorem(or(A,or(or(not(or(B,C)),or(C,B)),X))) -> true
% 1.78/2.10  Current number of equations to process: 98
% 1.78/2.10  Current number of ordered equations: 0
% 1.78/2.10  Current number of rules: 210
% 1.78/2.10  New rule produced :
% 1.78/2.10  [223] theorem(or(or(A,or(not(or(B,C)),or(C,B))),X)) -> true
% 1.78/2.10  Current number of equations to process: 102
% 1.78/2.10  Current number of ordered equations: 0
% 1.78/2.10  Current number of rules: 211
% 1.78/2.10  New rule produced :
% 1.78/2.10  [224] theorem(or(A,or(B,or(C,or(not(or(X,Y)),or(Y,X)))))) -> true
% 1.78/2.10  Current number of equations to process: 101
% 1.78/2.10  Current number of ordered equations: 0
% 1.78/2.10  Current number of rules: 212
% 1.78/2.10  New rule produced :
% 1.78/2.10  [225]
% 1.78/2.10  ifeq(axiom(or(A,or(B,or(not(or(C,X)),or(X,C))))),true,true,true) -> true
% 1.78/2.10  Current number of equations to process: 100
% 1.78/2.10  Current number of ordered equations: 0
% 1.78/2.10  Current number of rules: 213
% 1.78/2.10  New rule produced :
% 1.78/2.10  [226] ifeq(axiom(or(A,or(B,not(or(B,B))))),true,true,true) -> true
% 1.78/2.10  Current number of equations to process: 104
% 1.78/2.10  Current number of ordered equations: 0
% 1.78/2.10  Current number of rules: 214
% 1.78/2.10  New rule produced :
% 1.78/2.10  [227] theorem(or(not(or(A,B)),or(A,or(C,not(or(C,C)))))) -> true
% 1.78/2.10  Current number of equations to process: 103
% 1.78/2.10  Current number of ordered equations: 0
% 1.78/2.10  Current number of rules: 215
% 1.78/2.10  New rule produced : [228] theorem(or(or(A,not(or(A,A))),B)) -> true
% 1.78/2.10  Current number of equations to process: 104
% 1.78/2.10  Current number of ordered equations: 0
% 1.78/2.10  Current number of rules: 216
% 1.78/2.10  New rule produced : [229] theorem(or(A,or(B,or(C,not(or(C,C)))))) -> true
% 1.78/2.10  Rule [227] theorem(or(not(or(A,B)),or(A,or(C,not(or(C,C)))))) -> true
% 1.78/2.10  collapsed.
% 1.78/2.10  Current number of equations to process: 103
% 1.78/2.10  Current number of ordered equations: 0
% 1.78/2.10  Current number of rules: 216
% 1.78/2.10  New rule produced : [230] theorem(or(A,or(B,not(or(A,A))))) -> true
% 1.78/2.10  Current number of equations to process: 103
% 1.78/2.10  Current number of ordered equations: 0
% 1.78/2.10  Current number of rules: 217
% 1.78/2.10  New rule produced :
% 1.78/2.10  [231] theorem(or(not(or(A,or(B,B))),or(A,not(or(not(B),not(B)))))) -> true
% 1.86/2.20  Current number of equations to process: 104
% 1.86/2.20  Current number of ordered equations: 0
% 1.86/2.20  Current number of rules: 218
% 1.86/2.20  New rule produced :
% 1.86/2.20  [232] theorem(or(not(or(not(A),not(A))),not(or(A,A)))) -> true
% 1.86/2.20  Current number of equations to process: 106
% 1.86/2.20  Current number of ordered equations: 0
% 1.86/2.20  Current number of rules: 219
% 1.86/2.20  New rule produced :
% 1.86/2.20  [233] theorem(or(A,or(not(or(B,B)),not(or(not(B),not(B)))))) -> true
% 1.86/2.20  Current number of equations to process: 106
% 1.86/2.20  Current number of ordered equations: 0
% 1.86/2.20  Current number of rules: 220
% 1.86/2.20  New rule produced :
% 1.86/2.20  [234] ifeq(axiom(or(A,or(or(B,C),not(C)))),true,true,true) -> true
% 1.86/2.20  Current number of equations to process: 108
% 1.86/2.20  Current number of ordered equations: 0
% 1.86/2.20  Current number of rules: 221
% 1.86/2.20  New rule produced :
% 1.86/2.20  [235] theorem(or(not(or(A,B)),or(A,or(or(C,X),not(X))))) -> true
% 1.86/2.20  Current number of equations to process: 107
% 1.86/2.20  Current number of ordered equations: 0
% 1.86/2.20  Current number of rules: 222
% 1.86/2.20  New rule produced : [236] theorem(or(or(or(A,B),not(B)),C)) -> true
% 1.86/2.20  Current number of equations to process: 108
% 1.86/2.20  Current number of ordered equations: 0
% 1.86/2.20  Current number of rules: 223
% 1.86/2.20  New rule produced : [237] theorem(or(A,or(B,or(or(C,X),not(X))))) -> true
% 1.86/2.20  Rule [235] theorem(or(not(or(A,B)),or(A,or(or(C,X),not(X))))) -> true
% 1.86/2.20  collapsed.
% 1.86/2.20  Current number of equations to process: 107
% 1.86/2.20  Current number of ordered equations: 0
% 1.86/2.20  Current number of rules: 223
% 1.86/2.20  New rule produced : [238] theorem(or(or(A,B),or(C,not(B)))) -> true
% 1.86/2.20  Current number of equations to process: 107
% 1.86/2.20  Current number of ordered equations: 0
% 1.86/2.20  Current number of rules: 224
% 1.86/2.20  New rule produced :
% 1.86/2.20  [239] theorem(or(not(or(or(A,A),or(A,A))),not(or(not(A),not(A))))) -> true
% 1.86/2.20  Current number of equations to process: 106
% 1.86/2.20  Current number of ordered equations: 0
% 1.86/2.20  Current number of rules: 225
% 1.86/2.20  New rule produced :
% 1.86/2.20  [240] theorem(or(A,or(or(not(or(B,or(C,X))),or(C,or(B,X))),Y))) -> true
% 1.86/2.20  Current number of equations to process: 107
% 1.86/2.20  Current number of ordered equations: 0
% 1.86/2.20  Current number of rules: 226
% 1.86/2.20  New rule produced :
% 1.86/2.20  [241]
% 1.86/2.20  ifeq(axiom(or(not(or(A,or(B,not(or(B,B))))),C)),true,theorem(C),true) -> true
% 1.86/2.20  Current number of equations to process: 106
% 1.86/2.20  Current number of ordered equations: 0
% 1.86/2.20  Current number of rules: 227
% 1.86/2.20  New rule produced :
% 1.86/2.20  [242]
% 1.86/2.20  ifeq(axiom(or(not(or(A,or(or(B,C),not(C)))),X)),true,theorem(X),true) -> true
% 1.86/2.20  Current number of equations to process: 105
% 1.86/2.20  Current number of ordered equations: 0
% 1.86/2.20  Current number of rules: 228
% 1.86/2.20  New rule produced :
% 1.86/2.20  [243] theorem(or(or(A,not(or(not(B),not(B)))),not(or(A,B)))) -> true
% 1.86/2.20  Current number of equations to process: 107
% 1.86/2.20  Current number of ordered equations: 0
% 1.86/2.20  Current number of rules: 229
% 1.86/2.20  New rule produced :
% 1.86/2.20  [244] theorem(or(A,or(not(or(A,B)),not(or(not(B),not(B)))))) -> true
% 1.86/2.20  Current number of equations to process: 107
% 1.86/2.20  Current number of ordered equations: 0
% 1.86/2.20  Current number of rules: 230
% 1.86/2.20  New rule produced :
% 1.86/2.20  [245] theorem(or(not(or(A,B)),or(B,not(or(not(A),not(A)))))) -> true
% 1.86/2.20  Current number of equations to process: 108
% 1.86/2.20  Current number of ordered equations: 0
% 1.86/2.20  Current number of rules: 231
% 1.86/2.20  New rule produced :
% 1.86/2.20  [246] theorem(or(A,or(not(or(B,C)),or(B,not(or(not(C),not(C))))))) -> true
% 1.86/2.20  Current number of equations to process: 109
% 1.86/2.20  Current number of ordered equations: 0
% 1.86/2.20  Current number of rules: 232
% 1.86/2.20  New rule produced :
% 1.86/2.20  [247] theorem(or(not(or(not(or(A,B)),not(or(A,B)))),not(B))) -> true
% 1.86/2.20  Current number of equations to process: 111
% 1.86/2.20  Current number of ordered equations: 0
% 1.86/2.20  Current number of rules: 233
% 1.86/2.20  New rule produced :
% 1.86/2.20  [248] ifeq(axiom(or(A,or(or(B,C),not(or(C,B))))),true,true,true) -> true
% 1.86/2.20  Current number of equations to process: 116
% 1.86/2.20  Current number of ordered equations: 0
% 1.86/2.20  Current number of rules: 234
% 1.86/2.20  New rule produced : [249] theorem(or(or(or(A,B),not(or(B,A))),C)) -> true
% 1.86/2.20  Current number of equations to process: 117
% 1.86/2.20  Current number of ordered equations: 0
% 1.86/2.20  Current number of rules: 235
% 1.86/2.20  New rule produced : [250] theorem(or(or(A,B),or(C,not(or(B,A))))) -> true
% 1.86/2.20  Current number of equations to process: 117
% 1.86/2.20  Current number of ordered equations: 0
% 1.86/2.20  Current number of rules: 236
% 1.86/2.20  New rule produced :
% 1.86/2.20  [251] theorem(or(A,or(B,or(or(C,X),not(or(X,C)))))) -> true
% 1.86/2.20  Current number of equations to process: 116
% 1.86/2.20  Current number of ordered equations: 0
% 2.01/2.34  Current number of rules: 237
% 2.01/2.34  New rule produced :
% 2.01/2.34  [252] theorem(or(A,or(not(B),not(or(not(or(C,B)),not(or(C,B))))))) -> true
% 2.01/2.34  Current number of equations to process: 115
% 2.01/2.34  Current number of ordered equations: 0
% 2.01/2.34  Current number of rules: 238
% 2.01/2.34  New rule produced :
% 2.01/2.34  [253] theorem(or(not(or(A,A)),not(or(not(or(B,A)),not(or(B,A)))))) -> true
% 2.01/2.34  Current number of equations to process: 114
% 2.01/2.34  Current number of ordered equations: 0
% 2.01/2.34  Current number of rules: 239
% 2.01/2.34  New rule produced :
% 2.01/2.34  [254]
% 2.01/2.34  theorem(or(not(or(A,or(B,C))),or(A,or(B,not(or(not(C),not(C))))))) -> true
% 2.01/2.34  Current number of equations to process: 114
% 2.01/2.34  Current number of ordered equations: 0
% 2.01/2.34  Current number of rules: 240
% 2.01/2.34  New rule produced :
% 2.01/2.34  [255]
% 2.01/2.34  theorem(or(not(or(or(A,B),or(A,B))),or(A,not(or(not(B),not(B)))))) -> true
% 2.01/2.34  Current number of equations to process: 113
% 2.01/2.34  Current number of ordered equations: 0
% 2.01/2.34  Current number of rules: 241
% 2.01/2.34  New rule produced :
% 2.01/2.34  [256]
% 2.01/2.34  theorem(or(not(or(A,B)),or(A,not(or(not(or(C,B)),not(or(C,B))))))) -> true
% 2.01/2.34  Current number of equations to process: 112
% 2.01/2.34  Current number of ordered equations: 0
% 2.01/2.34  Current number of rules: 242
% 2.01/2.34  New rule produced :
% 2.01/2.34  [257]
% 2.01/2.34  theorem(or(not(A),not(or(not(or(B,or(C,A))),not(or(B,or(C,A))))))) -> true
% 2.01/2.34  Current number of equations to process: 111
% 2.01/2.34  Current number of ordered equations: 0
% 2.01/2.34  Current number of rules: 243
% 2.01/2.34  New rule produced :
% 2.01/2.34  [258] theorem(or(not(A),not(or(not(or(A,B)),not(or(A,B)))))) -> true
% 2.01/2.34  Current number of equations to process: 115
% 2.01/2.34  Current number of ordered equations: 0
% 2.01/2.34  Current number of rules: 244
% 2.01/2.34  New rule produced :
% 2.01/2.34  [259] theorem(or(not(or(not(or(A,B)),not(or(A,B)))),not(or(B,A)))) -> true
% 2.01/2.34  Current number of equations to process: 114
% 2.01/2.34  Current number of ordered equations: 0
% 2.01/2.34  Current number of rules: 245
% 2.01/2.34  New rule produced :
% 2.01/2.34  [260] theorem(or(or(or(A,or(B,C)),not(or(B,or(A,C)))),X)) -> true
% 2.01/2.34  Current number of equations to process: 119
% 2.01/2.34  Current number of ordered equations: 0
% 2.01/2.34  Current number of rules: 246
% 2.01/2.34  New rule produced :
% 2.01/2.34  [261] theorem(or(or(A,or(B,C)),or(X,not(or(B,or(A,C)))))) -> true
% 2.01/2.34  Current number of equations to process: 118
% 2.01/2.34  Current number of ordered equations: 0
% 2.01/2.34  Current number of rules: 247
% 2.01/2.34  New rule produced :
% 2.01/2.34  [262] theorem(or(A,or(B,or(or(C,or(X,Y)),not(or(X,or(C,Y))))))) -> true
% 2.01/2.34  Current number of equations to process: 120
% 2.01/2.34  Current number of ordered equations: 0
% 2.01/2.34  Current number of rules: 248
% 2.01/2.34  New rule produced :
% 2.01/2.34  [263]
% 2.01/2.34  theorem(or(A,or(not(or(B,C)),not(or(not(or(C,B)),not(or(C,B))))))) -> true
% 2.01/2.34  Current number of equations to process: 119
% 2.01/2.34  Current number of ordered equations: 0
% 2.01/2.34  Current number of rules: 249
% 2.01/2.34  New rule produced :
% 2.01/2.34  [264]
% 2.01/2.34  theorem(or(not(or(A,or(not(B),C))),or(A,or(not(or(X,B)),or(X,C))))) -> true
% 2.01/2.34  Current number of equations to process: 118
% 2.01/2.34  Current number of ordered equations: 0
% 2.01/2.34  Current number of rules: 250
% 2.01/2.34  New rule produced :
% 2.01/2.34  [265] theorem(or(not(or(or(A,or(B,C)),or(A,or(B,C)))),or(B,or(A,C)))) -> true
% 2.01/2.34  Current number of equations to process: 117
% 2.01/2.34  Current number of ordered equations: 0
% 2.01/2.34  Current number of rules: 251
% 2.01/2.34  New rule produced :
% 2.01/2.34  [266] theorem(or(or(A,or(not(or(B,or(C,X))),or(C,or(B,X)))),Y)) -> true
% 2.01/2.34  Current number of equations to process: 118
% 2.01/2.34  Current number of ordered equations: 0
% 2.01/2.34  Current number of rules: 252
% 2.01/2.34  New rule produced :
% 2.01/2.34  [267]
% 2.01/2.34  ifeq(axiom(or(not(or(A,or(not(or(B,C)),or(C,B)))),X)),true,theorem(X),true)
% 2.01/2.34  -> true
% 2.01/2.34  Current number of equations to process: 115
% 2.01/2.34  Current number of ordered equations: 0
% 2.01/2.34  Current number of rules: 253
% 2.01/2.34  New rule produced :
% 2.01/2.34  [268]
% 2.01/2.34  ifeq(axiom(or(A,or(not(or(B,or(C,X))),or(C,or(B,X))))),true,true,true) ->
% 2.01/2.34  true
% 2.01/2.34  Current number of equations to process: 114
% 2.01/2.34  Current number of ordered equations: 0
% 2.01/2.34  Current number of rules: 254
% 2.01/2.34  New rule produced :
% 2.01/2.34  [269]
% 2.01/2.34  ifeq(axiom(or(or(not(or(A,B)),or(A,C)),not(or(not(B),C)))),true,true,true) ->
% 2.01/2.34  true
% 2.01/2.34  Current number of equations to process: 113
% 2.01/2.34  Current number of ordered equations: 0
% 2.01/2.34  Current number of rules: 255
% 2.01/2.34  New rule produced :
% 2.01/2.34  [270]
% 2.01/2.34  theorem(or(A,or(B,or(not(or(not(C),X)),or(not(or(Y,C)),or(Y,X)))))) -> true
% 2.01/2.34  Current number of equations to process: 112
% 2.01/2.34  Current number of ordered equations: 0
% 2.01/2.34  Current number of rules: 256
% 2.01/2.34  New rule produced :
% 2.01/2.34  [271]
% 2.01/2.34  ifeq(axiom(or(not(A),B)),true,theorem(or(not(A),or(not(or(C,not(B))),C))),true)
% 2.12/2.42  -> true
% 2.12/2.42  Current number of equations to process: 111
% 2.12/2.42  Current number of ordered equations: 0
% 2.12/2.42  Current number of rules: 257
% 2.12/2.42  New rule produced :
% 2.12/2.42  [272]
% 2.12/2.42  theorem(or(not(or(A,B)),or(A,or(not(or(C,or(not(B),X))),or(C,X))))) -> true
% 2.12/2.42  Current number of equations to process: 110
% 2.12/2.42  Current number of ordered equations: 0
% 2.12/2.42  Current number of rules: 258
% 2.12/2.42  New rule produced :
% 2.12/2.42  [273]
% 2.12/2.42  theorem(or(not(or(A,B)),or(not(or(C,or(not(or(B,A)),X))),or(C,X)))) -> true
% 2.12/2.42  Current number of equations to process: 109
% 2.12/2.42  Current number of ordered equations: 0
% 2.12/2.42  Current number of rules: 259
% 2.12/2.42  New rule produced :
% 2.12/2.42  [274]
% 2.12/2.42  theorem(or(not(or(A,or(B,C))),or(A,or(not(or(not(C),X)),or(B,X))))) -> true
% 2.12/2.42  Current number of equations to process: 108
% 2.12/2.42  Current number of ordered equations: 0
% 2.12/2.42  Current number of rules: 260
% 2.12/2.42  New rule produced :
% 2.12/2.42  [275]
% 2.12/2.42  theorem(or(not(or(or(A,B),or(A,B))),or(not(or(not(B),C)),or(A,C)))) -> true
% 2.12/2.42  Current number of equations to process: 107
% 2.12/2.42  Current number of ordered equations: 0
% 2.12/2.42  Current number of rules: 261
% 2.12/2.42  New rule produced :
% 2.12/2.42  [276]
% 2.12/2.42  ifeq(axiom(or(not(or(not(or(A,or(B,B))),or(A,B))),C)),true,theorem(C),true)
% 2.12/2.42  -> true
% 2.12/2.42  Current number of equations to process: 106
% 2.12/2.42  Current number of ordered equations: 0
% 2.12/2.42  Current number of rules: 262
% 2.12/2.42  New rule produced :
% 2.12/2.42  [277]
% 2.12/2.42  ifeq(axiom(or(not(A),or(B,or(C,C)))),true,theorem(or(not(A),or(B,C))),true)
% 2.12/2.42  -> true
% 2.12/2.42  Current number of equations to process: 105
% 2.12/2.42  Current number of ordered equations: 0
% 2.12/2.42  Current number of rules: 263
% 2.12/2.42  New rule produced :
% 2.12/2.42  [278]
% 2.12/2.42  ifeq(axiom(or(not(or(not(or(A,B)),or(A,or(C,B)))),X)),true,theorem(X),true)
% 2.12/2.42  -> true
% 2.12/2.42  Current number of equations to process: 104
% 2.12/2.42  Current number of ordered equations: 0
% 2.12/2.42  Current number of rules: 264
% 2.12/2.42  New rule produced :
% 2.12/2.42  [279]
% 2.12/2.42  ifeq(axiom(or(not(A),or(B,C))),true,theorem(or(not(A),or(B,or(X,C)))),true)
% 2.12/2.42  -> true
% 2.12/2.42  Current number of equations to process: 103
% 2.12/2.42  Current number of ordered equations: 0
% 2.12/2.42  Current number of rules: 265
% 2.12/2.42  New rule produced :
% 2.12/2.42  [280] theorem(or(not(or(or(A,or(B,C)),or(A,or(B,C)))),or(A,or(C,B)))) -> true
% 2.12/2.42  Current number of equations to process: 102
% 2.12/2.42  Current number of ordered equations: 0
% 2.12/2.42  Current number of rules: 266
% 2.12/2.42  New rule produced :
% 2.12/2.42  [281] theorem(or(A,or(not(or(B,or(C,or(X,Y)))),or(B,or(X,or(C,Y)))))) -> true
% 2.12/2.42  Current number of equations to process: 101
% 2.12/2.42  Current number of ordered equations: 0
% 2.12/2.42  Current number of rules: 267
% 2.12/2.42  New rule produced :
% 2.12/2.42  [282]
% 2.12/2.42  ifeq(axiom(or(not(or(not(or(or(A,A),or(A,A))),A)),B)),true,theorem(B),true)
% 2.12/2.42  -> true
% 2.12/2.42  Current number of equations to process: 100
% 2.12/2.42  Current number of ordered equations: 0
% 2.12/2.42  Current number of rules: 268
% 2.12/2.42  New rule produced :
% 2.12/2.42  [283]
% 2.12/2.42  ifeq(axiom(or(not(A),or(or(B,B),or(B,B)))),true,theorem(or(not(A),B)),true)
% 2.12/2.42  -> true
% 2.12/2.42  Current number of equations to process: 99
% 2.12/2.42  Current number of ordered equations: 0
% 2.12/2.42  Current number of rules: 269
% 2.12/2.42  New rule produced :
% 2.12/2.42  [284] theorem(or(not(or(or(or(A,A),or(A,A)),or(or(A,A),or(A,A)))),A)) -> true
% 2.12/2.42  Current number of equations to process: 98
% 2.12/2.42  Current number of ordered equations: 0
% 2.12/2.42  Current number of rules: 270
% 2.12/2.42  New rule produced :
% 2.12/2.42  [285]
% 2.12/2.42  ifeq(axiom(or(not(or(not(or(A,B)),or(C,or(B,A)))),X)),true,theorem(X),true)
% 2.12/2.42  -> true
% 2.12/2.42  Current number of equations to process: 97
% 2.12/2.42  Current number of ordered equations: 0
% 2.12/2.42  Current number of rules: 271
% 2.12/2.42  New rule produced :
% 2.12/2.42  [286]
% 2.12/2.42  ifeq(axiom(or(not(A),or(B,C))),true,theorem(or(not(A),or(X,or(C,B)))),true)
% 2.12/2.42  -> true
% 2.12/2.42  Current number of equations to process: 96
% 2.12/2.42  Current number of ordered equations: 0
% 2.12/2.42  Current number of rules: 272
% 2.12/2.42  New rule produced :
% 2.12/2.42  [287] theorem(or(not(or(or(or(A,B),C),or(or(A,B),C))),or(A,or(C,B)))) -> true
% 2.12/2.42  Current number of equations to process: 95
% 2.12/2.42  Current number of ordered equations: 0
% 2.12/2.42  Current number of rules: 273
% 2.12/2.42  New rule produced :
% 2.12/2.42  [288]
% 2.12/2.42  theorem(or(not(or(A,or(B,not(C)))),or(A,or(not(or(X,C)),or(X,B))))) -> true
% 2.12/2.42  Current number of equations to process: 94
% 2.12/2.42  Current number of ordered equations: 0
% 2.12/2.42  Current number of rules: 274
% 2.12/2.42  New rule produced :
% 2.12/2.42  [289] theorem(or(not(or(A,or(B,or(C,X)))),or(A,or(Y,or(C,or(B,X)))))) -> true
% 2.12/2.42  Current number of equations to process: 93
% 2.12/2.42  Current number of ordered equations: 0
% 2.12/2.42  Current number of rules: 275
% 2.12/2.42  New rule produced :
% 2.12/2.42  [290]
% 2.26/2.55  theorem(or(A,or(not(or(not(B),C)),or(X,or(not(or(Y,B)),or(Y,C)))))) -> true
% 2.26/2.55  Current number of equations to process: 92
% 2.26/2.55  Current number of ordered equations: 0
% 2.26/2.55  Current number of rules: 276
% 2.26/2.55  New rule produced :
% 2.26/2.55  [291]
% 2.26/2.55  ifeq(axiom(or(not(or(A,or(B,or(not(or(C,C)),C)))),X)),true,theorem(X),true)
% 2.26/2.55  -> true
% 2.26/2.55  Current number of equations to process: 91
% 2.26/2.55  Current number of ordered equations: 0
% 2.26/2.55  Current number of rules: 277
% 2.26/2.55  New rule produced :
% 2.26/2.55  [292]
% 2.26/2.55  ifeq(axiom(or(not(or(A,or(B,or(not(C),or(X,C))))),Y)),true,theorem(Y),true)
% 2.26/2.55  -> true
% 2.26/2.55  Current number of equations to process: 90
% 2.26/2.55  Current number of ordered equations: 0
% 2.26/2.55  Current number of rules: 278
% 2.26/2.55  New rule produced :
% 2.26/2.55  [293]
% 2.26/2.55  ifeq(axiom(or(not(or(or(not(or(A,B)),or(B,A)),C)),X)),true,theorem(X),true)
% 2.26/2.55  -> true
% 2.26/2.55  Current number of equations to process: 89
% 2.26/2.55  Current number of ordered equations: 0
% 2.26/2.55  Current number of rules: 279
% 2.26/2.55  New rule produced :
% 2.26/2.55  [294]
% 2.26/2.55  ifeq(axiom(or(or(not(or(A,or(B,C))),or(B,or(A,C))),X)),true,true,true) ->
% 2.26/2.55  true
% 2.26/2.55  Current number of equations to process: 88
% 2.26/2.55  Current number of ordered equations: 0
% 2.26/2.55  Current number of rules: 280
% 2.26/2.55  New rule produced :
% 2.26/2.55  [295]
% 2.26/2.55  ifeq(axiom(or(not(or(A,or(or(B,C),not(or(C,B))))),X)),true,theorem(X),true)
% 2.26/2.55  -> true
% 2.26/2.55  Current number of equations to process: 87
% 2.26/2.55  Current number of ordered equations: 0
% 2.26/2.55  Current number of rules: 281
% 2.26/2.55  New rule produced :
% 2.26/2.55  [296]
% 2.26/2.55  ifeq(axiom(or(A,or(or(B,or(C,X)),not(or(C,or(B,X)))))),true,true,true) ->
% 2.26/2.55  true
% 2.26/2.55  Current number of equations to process: 86
% 2.26/2.55  Current number of ordered equations: 0
% 2.26/2.55  Current number of rules: 282
% 2.26/2.55  New rule produced :
% 2.26/2.55  [297] theorem(or(A,or(B,or(C,or(not(or(X,or(Y,Z))),or(Y,or(X,Z))))))) -> true
% 2.26/2.55  Current number of equations to process: 85
% 2.26/2.55  Current number of ordered equations: 0
% 2.26/2.55  Current number of rules: 283
% 2.26/2.55  New rule produced :
% 2.26/2.55  [298] theorem(or(or(or(A,B),C),not(or(A,or(C,B))))) -> true
% 2.26/2.55  Current number of equations to process: 89
% 2.26/2.55  Current number of ordered equations: 0
% 2.26/2.55  Current number of rules: 284
% 2.26/2.55  New rule produced :
% 2.26/2.55  [299] theorem(or(or(A,B),or(not(or(A,or(C,B))),C))) -> true
% 2.26/2.55  Current number of equations to process: 89
% 2.26/2.55  Current number of ordered equations: 0
% 2.26/2.55  Current number of rules: 285
% 2.26/2.55  New rule produced : [300] theorem(or(not(or(A,B)),or(or(C,B),A))) -> true
% 2.26/2.55  Current number of equations to process: 90
% 2.26/2.55  Current number of ordered equations: 0
% 2.26/2.55  Current number of rules: 286
% 2.26/2.55  New rule produced :
% 2.26/2.55  [301] theorem(or(not(or(or(A,B),C)),or(or(C,B),A))) -> true
% 2.26/2.55  Current number of equations to process: 90
% 2.26/2.55  Current number of ordered equations: 0
% 2.26/2.55  Current number of rules: 287
% 2.26/2.55  New rule produced :
% 2.26/2.55  [302] theorem(or(A,or(not(or(B,or(C,X))),or(or(B,X),C)))) -> true
% 2.26/2.55  Current number of equations to process: 89
% 2.26/2.55  Current number of ordered equations: 0
% 2.26/2.55  Current number of rules: 288
% 2.26/2.55  New rule produced :
% 2.26/2.55  [303] theorem(or(not(or(A,or(B,or(C,X)))),or(A,or(or(B,X),C)))) -> true
% 2.26/2.55  Current number of equations to process: 90
% 2.26/2.55  Current number of ordered equations: 0
% 2.26/2.55  Current number of rules: 289
% 2.26/2.55  New rule produced :
% 2.26/2.55  [304] theorem(or(or(or(A,B),not(or(A,C))),not(or(not(C),B)))) -> true
% 2.26/2.55  Current number of equations to process: 94
% 2.26/2.55  Current number of ordered equations: 0
% 2.26/2.55  Current number of rules: 290
% 2.26/2.55  New rule produced :
% 2.26/2.55  [305] theorem(or(or(A,B),or(not(or(not(C),B)),not(or(A,C))))) -> true
% 2.26/2.55  Current number of equations to process: 93
% 2.26/2.55  Current number of ordered equations: 0
% 2.26/2.55  Current number of rules: 291
% 2.26/2.55  New rule produced :
% 2.26/2.55  [306] theorem(or(not(or(A,not(B))),or(or(C,A),not(or(C,B))))) -> true
% 2.26/2.55  Current number of equations to process: 93
% 2.26/2.55  Current number of ordered equations: 0
% 2.26/2.55  Current number of rules: 292
% 2.26/2.55  New rule produced :
% 2.26/2.55  [307] theorem(or(A,or(not(or(not(B),C)),or(or(X,C),not(or(X,B)))))) -> true
% 2.26/2.55  Current number of equations to process: 95
% 2.26/2.55  Current number of ordered equations: 0
% 2.26/2.55  Current number of rules: 293
% 2.26/2.55  New rule produced :
% 2.26/2.55  [308] theorem(or(or(or(not(or(A,B)),or(A,C)),not(or(not(B),C))),X)) -> true
% 2.26/2.55  Current number of equations to process: 97
% 2.26/2.55  Current number of ordered equations: 0
% 2.26/2.55  Current number of rules: 294
% 2.26/2.55  New rule produced :
% 2.26/2.55  [309] theorem(or(or(not(or(A,B)),or(A,C)),or(X,not(or(not(B),C))))) -> true
% 2.26/2.55  Current number of equations to process: 96
% 2.26/2.55  Current number of ordered equations: 0
% 2.26/2.55  Current number of rules: 295
% 2.26/2.55  New rule produced :
% 2.39/2.71  [310] ifeq(axiom(or(or(not(A),A),B)),true,true,true) -> true
% 2.39/2.71  Current number of equations to process: 97
% 2.39/2.71  Current number of ordered equations: 0
% 2.39/2.71  Current number of rules: 296
% 2.39/2.71  New rule produced : [311] theorem(or(A,or(or(not(B),B),C))) -> true
% 2.39/2.71  Current number of equations to process: 97
% 2.39/2.71  Current number of ordered equations: 0
% 2.39/2.71  Current number of rules: 297
% 2.39/2.71  New rule produced :
% 2.39/2.71  [312] ifeq(axiom(or(A,or(B,or(not(C),C)))),true,true,true) -> true
% 2.39/2.71  Current number of equations to process: 99
% 2.39/2.71  Current number of ordered equations: 0
% 2.39/2.71  Current number of rules: 298
% 2.39/2.71  New rule produced :
% 2.39/2.71  [313] theorem(or(not(or(A,B)),or(A,or(C,or(not(X),X))))) -> true
% 2.39/2.71  Current number of equations to process: 98
% 2.39/2.71  Current number of ordered equations: 0
% 2.39/2.71  Current number of rules: 299
% 2.39/2.71  New rule produced : [314] theorem(or(or(A,or(not(B),B)),C)) -> true
% 2.39/2.71  Current number of equations to process: 99
% 2.39/2.71  Current number of ordered equations: 0
% 2.39/2.71  Current number of rules: 300
% 2.39/2.71  New rule produced : [315] theorem(or(A,or(B,or(C,or(not(X),X))))) -> true
% 2.39/2.71  Rule [313] theorem(or(not(or(A,B)),or(A,or(C,or(not(X),X))))) -> true
% 2.39/2.71  collapsed.
% 2.39/2.71  Current number of equations to process: 98
% 2.39/2.71  Current number of ordered equations: 0
% 2.39/2.71  Current number of rules: 300
% 2.39/2.71  New rule produced :
% 2.39/2.71  [316] ifeq(axiom(or(not(or(or(not(A),A),B)),C)),true,theorem(C),true) -> true
% 2.39/2.71  Current number of equations to process: 97
% 2.39/2.71  Current number of ordered equations: 0
% 2.39/2.71  Current number of rules: 301
% 2.39/2.71  New rule produced :
% 2.39/2.71  [317] ifeq(axiom(or(or(not(or(A,B)),A),B)),true,true,true) -> true
% 2.39/2.71  Current number of equations to process: 98
% 2.39/2.71  Current number of ordered equations: 0
% 2.39/2.71  Current number of rules: 302
% 2.39/2.71  New rule produced : [318] theorem(or(A,or(or(not(or(B,C)),B),C))) -> true
% 2.39/2.71  Current number of equations to process: 98
% 2.39/2.71  Current number of ordered equations: 0
% 2.39/2.71  Current number of rules: 303
% 2.39/2.71  New rule produced :
% 2.39/2.71  [319] theorem(or(A,or(or(not(or(B,or(A,C))),B),C))) -> true
% 2.39/2.71  Current number of equations to process: 98
% 2.39/2.71  Current number of ordered equations: 0
% 2.39/2.71  Current number of rules: 304
% 2.39/2.71  New rule produced :
% 2.39/2.71  [320] ifeq(axiom(or(A,or(B,or(not(or(C,B)),C)))),true,true,true) -> true
% 2.39/2.71  Current number of equations to process: 100
% 2.39/2.71  Current number of ordered equations: 0
% 2.39/2.71  Current number of rules: 305
% 2.39/2.71  New rule produced : [321] theorem(or(or(A,or(not(or(B,A)),B)),C)) -> true
% 2.39/2.71  Current number of equations to process: 101
% 2.39/2.71  Current number of ordered equations: 0
% 2.39/2.71  Current number of rules: 306
% 2.39/2.71  New rule produced : [322] theorem(or(A,or(B,or(not(or(C,A)),C)))) -> true
% 2.39/2.71  Current number of equations to process: 101
% 2.39/2.71  Current number of ordered equations: 0
% 2.39/2.71  Current number of rules: 307
% 2.39/2.71  New rule produced :
% 2.39/2.71  [323] theorem(or(A,or(B,or(C,or(not(or(X,C)),X))))) -> true
% 2.39/2.71  Current number of equations to process: 100
% 2.39/2.71  Current number of ordered equations: 0
% 2.39/2.71  Current number of rules: 308
% 2.39/2.71  New rule produced :
% 2.39/2.71  [324] theorem(or(or(not(or(A,not(B))),A),not(or(B,B)))) -> true
% 2.39/2.71  Current number of equations to process: 103
% 2.39/2.71  Current number of ordered equations: 0
% 2.39/2.71  Current number of rules: 309
% 2.39/2.71  New rule produced :
% 2.39/2.71  [325] theorem(or(not(or(A,not(B))),or(not(or(B,B)),A))) -> true
% 2.39/2.71  Current number of equations to process: 103
% 2.39/2.71  Current number of ordered equations: 0
% 2.39/2.71  Current number of rules: 310
% 2.39/2.71  New rule produced :
% 2.39/2.71  [326] theorem(or(A,or(not(or(B,B)),or(not(or(C,not(B))),C)))) -> true
% 2.39/2.71  Current number of equations to process: 103
% 2.39/2.71  Current number of ordered equations: 0
% 2.39/2.71  Current number of rules: 311
% 2.39/2.71  New rule produced :
% 2.39/2.71  [327] theorem(or(or(not(or(A,not(or(B,C)))),A),not(C))) -> true
% 2.39/2.71  Current number of equations to process: 107
% 2.39/2.71  Current number of ordered equations: 0
% 2.39/2.71  Current number of rules: 312
% 2.39/2.71  New rule produced :
% 2.39/2.71  [328] theorem(or(not(or(A,not(or(B,C)))),or(not(C),A))) -> true
% 2.39/2.71  Current number of equations to process: 107
% 2.39/2.71  Current number of ordered equations: 0
% 2.39/2.71  Current number of rules: 313
% 2.39/2.71  New rule produced :
% 2.39/2.71  [329] theorem(or(A,or(not(B),or(not(or(C,not(or(X,B)))),C)))) -> true
% 2.39/2.71  Current number of equations to process: 109
% 2.39/2.71  Current number of ordered equations: 0
% 2.39/2.71  Current number of rules: 314
% 2.39/2.71  New rule produced :
% 2.39/2.71  [330] theorem(or(not(or(A,A)),or(not(or(B,not(or(C,A)))),B))) -> true
% 2.39/2.71  Current number of equations to process: 108
% 2.39/2.71  Current number of ordered equations: 0
% 2.57/2.88  Current number of rules: 315
% 2.57/2.88  New rule produced :
% 2.57/2.88  [331] theorem(or(not(A),or(not(or(B,not(or(C,or(X,A))))),B))) -> true
% 2.57/2.88  Current number of equations to process: 107
% 2.57/2.88  Current number of ordered equations: 0
% 2.57/2.88  Current number of rules: 316
% 2.57/2.88  New rule produced :
% 2.57/2.88  [332]
% 2.57/2.88  ifeq(axiom(or(not(or(A,or(B,or(not(C),C)))),X)),true,theorem(X),true) -> true
% 2.57/2.88  Current number of equations to process: 106
% 2.57/2.88  Current number of ordered equations: 0
% 2.57/2.88  Current number of rules: 317
% 2.57/2.88  New rule produced :
% 2.57/2.88  [333]
% 2.57/2.88  ifeq(axiom(or(not(or(or(not(or(A,B)),A),B)),C)),true,theorem(C),true) -> true
% 2.57/2.88  Current number of equations to process: 105
% 2.57/2.88  Current number of ordered equations: 0
% 2.57/2.88  Current number of rules: 318
% 2.57/2.88  New rule produced :
% 2.57/2.88  [334] theorem(or(not(or(A,or(B,B))),or(A,or(not(or(C,not(B))),C)))) -> true
% 2.57/2.88  Current number of equations to process: 104
% 2.57/2.88  Current number of ordered equations: 0
% 2.57/2.88  Current number of rules: 319
% 2.57/2.88  New rule produced :
% 2.57/2.88  [335] theorem(or(not(or(or(A,A),or(A,A))),or(not(or(B,not(A))),B))) -> true
% 2.57/2.88  Current number of equations to process: 103
% 2.57/2.88  Current number of ordered equations: 0
% 2.57/2.88  Current number of rules: 320
% 2.57/2.88  New rule produced :
% 2.57/2.88  [336] theorem(or(not(or(A,B)),or(A,or(not(or(C,not(or(X,B)))),C)))) -> true
% 2.57/2.88  Current number of equations to process: 102
% 2.57/2.88  Current number of ordered equations: 0
% 2.57/2.88  Current number of rules: 321
% 2.57/2.88  New rule produced :
% 2.57/2.88  [337] theorem(or(not(or(A,B)),or(not(or(C,not(or(X,or(B,A))))),C))) -> true
% 2.57/2.88  Current number of equations to process: 101
% 2.57/2.88  Current number of ordered equations: 0
% 2.57/2.88  Current number of rules: 322
% 2.57/2.88  New rule produced :
% 2.57/2.88  [338] theorem(or(or(A,or(not(or(B,not(C))),B)),not(or(A,C)))) -> true
% 2.57/2.88  Current number of equations to process: 107
% 2.57/2.88  Current number of ordered equations: 0
% 2.57/2.88  Current number of rules: 323
% 2.57/2.88  New rule produced :
% 2.57/2.88  [339] theorem(or(A,or(not(or(A,B)),or(not(or(C,not(B))),C)))) -> true
% 2.57/2.88  Current number of equations to process: 106
% 2.57/2.88  Current number of ordered equations: 0
% 2.57/2.88  Current number of rules: 324
% 2.57/2.88  New rule produced :
% 2.57/2.88  [340] theorem(or(not(or(A,B)),or(B,or(not(or(C,not(A))),C)))) -> true
% 2.57/2.88  Current number of equations to process: 106
% 2.57/2.88  Current number of ordered equations: 0
% 2.57/2.88  Current number of rules: 325
% 2.57/2.88  New rule produced :
% 2.57/2.88  [341] theorem(or(A,or(not(or(B,C)),or(B,or(not(or(X,not(C))),X))))) -> true
% 2.57/2.88  Current number of equations to process: 107
% 2.57/2.88  Current number of ordered equations: 0
% 2.57/2.88  Current number of rules: 326
% 2.57/2.88  New rule produced :
% 2.57/2.88  [342] theorem(or(not(A),or(not(or(B,not(or(A,C)))),B))) -> true
% 2.57/2.88  Current number of equations to process: 112
% 2.57/2.88  Current number of ordered equations: 0
% 2.57/2.88  Current number of rules: 327
% 2.57/2.88  New rule produced :
% 2.57/2.88  [343] theorem(or(or(not(or(A,not(or(B,C)))),A),not(or(C,B)))) -> true
% 2.57/2.88  Current number of equations to process: 111
% 2.57/2.88  Current number of ordered equations: 0
% 2.57/2.88  Current number of rules: 328
% 2.57/2.88  New rule produced :
% 2.57/2.88  [344] theorem(or(not(or(A,not(or(B,C)))),or(not(or(C,B)),A))) -> true
% 2.57/2.88  Current number of equations to process: 110
% 2.57/2.88  Current number of ordered equations: 0
% 2.57/2.88  Current number of rules: 329
% 2.57/2.88  New rule produced :
% 2.57/2.88  [345] theorem(or(A,or(or(not(or(or(B,C),or(B,C))),C),B))) -> true
% 2.57/2.88  Current number of equations to process: 113
% 2.57/2.88  Current number of ordered equations: 0
% 2.57/2.88  Current number of rules: 330
% 2.57/2.88  New rule produced :
% 2.57/2.88  [346] theorem(or(A,or(not(or(B,C)),or(not(or(X,not(or(C,B)))),X)))) -> true
% 2.57/2.88  Current number of equations to process: 115
% 2.57/2.88  Current number of ordered equations: 0
% 2.57/2.88  Current number of rules: 331
% 2.57/2.88  New rule produced :
% 2.57/2.88  [347]
% 2.57/2.88  ifeq(axiom(or(or(not(or(or(A,B),or(A,B))),B),A)),true,true,true) -> true
% 2.57/2.88  Current number of equations to process: 114
% 2.57/2.88  Current number of ordered equations: 0
% 2.57/2.88  Current number of rules: 332
% 2.57/2.88  New rule produced :
% 2.57/2.88  [348] theorem(or(or(A,or(not(or(or(A,B),or(A,B))),B)),C)) -> true
% 2.57/2.88  Current number of equations to process: 116
% 2.57/2.88  Current number of ordered equations: 0
% 2.57/2.88  Current number of rules: 333
% 2.57/2.88  New rule produced :
% 2.57/2.88  [349] theorem(or(A,or(B,or(not(or(or(A,C),or(A,C))),C)))) -> true
% 2.57/2.88  Current number of equations to process: 115
% 2.57/2.88  Current number of ordered equations: 0
% 2.57/2.88  Current number of rules: 334
% 2.57/2.88  New rule produced :
% 2.57/2.88  [350] theorem(or(A,or(or(not(or(B,or(C,X))),or(B,X)),C))) -> true
% 2.57/2.88  Current number of equations to process: 118
% 2.57/2.88  Current number of ordered equations: 0
% 2.82/3.14  Current number of rules: 335
% 2.82/3.14  New rule produced :
% 2.82/3.14  [351] theorem(or(A,or(B,or(C,or(not(or(or(C,X),or(C,X))),X))))) -> true
% 2.82/3.14  Current number of equations to process: 120
% 2.82/3.14  Current number of ordered equations: 0
% 2.82/3.14  Current number of rules: 336
% 2.82/3.14  New rule produced :
% 2.82/3.14  [352]
% 2.82/3.14  ifeq(axiom(or(or(not(or(A,or(B,C))),or(A,C)),B)),true,true,true) -> true
% 2.82/3.14  Current number of equations to process: 119
% 2.82/3.14  Current number of ordered equations: 0
% 2.82/3.14  Current number of rules: 337
% 2.82/3.14  New rule produced :
% 2.82/3.14  [353] theorem(or(A,or(or(not(or(B,or(or(A,C),X))),or(B,X)),C))) -> true
% 2.82/3.14  Current number of equations to process: 118
% 2.82/3.14  Current number of ordered equations: 0
% 2.82/3.14  Current number of rules: 338
% 2.82/3.14  New rule produced :
% 2.82/3.14  [354] theorem(or(or(A,or(not(or(B,or(A,C))),or(B,C))),X)) -> true
% 2.82/3.14  Current number of equations to process: 120
% 2.82/3.14  Current number of ordered equations: 0
% 2.82/3.14  Current number of rules: 339
% 2.82/3.14  New rule produced :
% 2.82/3.14  [355] theorem(or(A,or(B,or(not(or(C,or(A,X))),or(C,X))))) -> true
% 2.82/3.14  Current number of equations to process: 119
% 2.82/3.14  Current number of ordered equations: 0
% 2.82/3.14  Current number of rules: 340
% 2.82/3.14  New rule produced :
% 2.82/3.14  [356] theorem(or(A,or(B,or(C,or(not(or(X,or(C,Y))),or(X,Y)))))) -> true
% 2.82/3.14  Current number of equations to process: 120
% 2.82/3.14  Current number of ordered equations: 0
% 2.82/3.14  Current number of rules: 341
% 2.82/3.14  New rule produced :
% 2.82/3.14  [357] theorem(or(or(not(or(A,or(not(B),C))),or(A,C)),not(or(B,B)))) -> true
% 2.82/3.14  Current number of equations to process: 127
% 2.82/3.14  Current number of ordered equations: 0
% 2.82/3.14  Current number of rules: 342
% 2.82/3.14  New rule produced :
% 2.82/3.14  [358] theorem(or(not(or(A,or(not(B),C))),or(not(or(B,B)),or(A,C)))) -> true
% 2.82/3.14  Current number of equations to process: 126
% 2.82/3.14  Current number of ordered equations: 0
% 2.82/3.14  Current number of rules: 343
% 2.82/3.14  New rule produced :
% 2.82/3.14  [359] theorem(or(or(not(or(A,or(not(or(B,C)),X))),or(A,X)),not(C))) -> true
% 2.82/3.14  Current number of equations to process: 134
% 2.82/3.14  Current number of ordered equations: 0
% 2.82/3.14  Current number of rules: 344
% 2.82/3.14  New rule produced :
% 2.82/3.14  [360] theorem(or(not(or(A,or(not(or(B,C)),X))),or(not(C),or(A,X)))) -> true
% 2.82/3.14  Current number of equations to process: 133
% 2.82/3.14  Current number of ordered equations: 0
% 2.82/3.14  Current number of rules: 345
% 2.82/3.14  New rule produced :
% 2.82/3.14  [361] theorem(or(A,or(or(not(or(not(B),C)),or(X,C)),not(or(X,B))))) -> true
% 2.82/3.14  Current number of equations to process: 137
% 2.82/3.14  Current number of ordered equations: 0
% 2.82/3.14  Current number of rules: 346
% 2.82/3.14  New rule produced :
% 2.82/3.14  [362] theorem(or(or(not(or(not(A),B)),or(C,B)),not(or(A,C)))) -> true
% 2.82/3.14  Current number of equations to process: 141
% 2.82/3.14  Current number of ordered equations: 0
% 2.82/3.14  Current number of rules: 347
% 2.82/3.14  New rule produced :
% 2.82/3.14  [363] theorem(or(not(or(not(A),B)),or(not(or(A,C)),or(C,B)))) -> true
% 2.82/3.14  Current number of equations to process: 140
% 2.82/3.14  Current number of ordered equations: 0
% 2.82/3.14  Current number of rules: 348
% 2.82/3.14  New rule produced :
% 2.82/3.14  [364] theorem(or(A,or(not(or(B,C)),or(not(or(not(B),X)),or(C,X))))) -> true
% 2.82/3.14  Current number of equations to process: 141
% 2.82/3.14  Current number of ordered equations: 0
% 2.82/3.14  Current number of rules: 349
% 2.82/3.14  New rule produced :
% 2.82/3.14  [365] theorem(or(not(or(A,or(B,B))),or(C,or(A,B)))) -> true
% 2.82/3.14  Current number of equations to process: 146
% 2.82/3.14  Current number of ordered equations: 0
% 2.82/3.14  Current number of rules: 350
% 2.82/3.14  New rule produced :
% 2.82/3.14  [366] theorem(or(or(A,or(B,C)),not(or(A,or(B,or(C,C)))))) -> true
% 2.82/3.14  Current number of equations to process: 145
% 2.82/3.14  Current number of ordered equations: 0
% 2.82/3.14  Current number of rules: 351
% 2.82/3.14  New rule produced :
% 2.82/3.14  [367] theorem(or(A,or(not(or(A,or(B,or(C,C)))),or(B,C)))) -> true
% 2.82/3.14  Current number of equations to process: 144
% 2.82/3.14  Current number of ordered equations: 0
% 2.82/3.14  Current number of rules: 352
% 2.82/3.14  New rule produced :
% 2.82/3.14  [368] theorem(or(not(or(or(A,or(B,B)),C)),or(C,or(A,B)))) -> true
% 2.82/3.14  Current number of equations to process: 144
% 2.82/3.14  Current number of ordered equations: 0
% 2.82/3.14  Current number of rules: 353
% 2.82/3.14  New rule produced :
% 2.82/3.14  [369] ifeq(axiom(or(or(A,B),not(or(A,or(B,B))))),true,true,true) -> true
% 2.82/3.14  Current number of equations to process: 145
% 2.82/3.14  Current number of ordered equations: 0
% 2.82/3.14  Current number of rules: 354
% 2.82/3.14  New rule produced :
% 2.82/3.14  [370] theorem(or(A,or(or(B,C),not(or(B,or(C,C)))))) -> true
% 2.82/3.14  Current number of equations to process: 145
% 2.82/3.14  Current number of ordered equations: 0
% 2.82/3.14  Current number of rules: 355
% 3.03/3.34  New rule produced :
% 3.03/3.34  [371] ifeq(axiom(or(A,or(not(or(A,or(B,B))),B))),true,true,true) -> true
% 3.03/3.34  Current number of equations to process: 147
% 3.03/3.34  Current number of ordered equations: 0
% 3.03/3.34  Current number of rules: 356
% 3.03/3.34  New rule produced : [372] theorem(or(or(not(or(A,or(B,B))),B),A)) -> true
% 3.03/3.34  Current number of equations to process: 149
% 3.03/3.34  Current number of ordered equations: 0
% 3.03/3.34  Current number of rules: 357
% 3.03/3.34  New rule produced :
% 3.03/3.34  [373] theorem(or(A,or(B,or(not(or(B,or(C,C))),C)))) -> true
% 3.03/3.34  Current number of equations to process: 150
% 3.03/3.34  Current number of ordered equations: 0
% 3.03/3.34  Current number of rules: 358
% 3.03/3.34  New rule produced :
% 3.03/3.34  [374] theorem(or(not(or(A,A)),or(not(or(not(A),or(B,B))),B))) -> true
% 3.03/3.34  Current number of equations to process: 153
% 3.03/3.34  Current number of ordered equations: 0
% 3.03/3.34  Current number of rules: 359
% 3.03/3.34  New rule produced :
% 3.03/3.34  [375] theorem(or(not(A),or(not(or(not(or(B,A)),or(C,C))),C))) -> true
% 3.03/3.34  Current number of equations to process: 152
% 3.03/3.34  Current number of ordered equations: 0
% 3.03/3.34  Current number of rules: 360
% 3.03/3.34  New rule produced :
% 3.03/3.34  [376] theorem(or(or(not(or(A,or(B,B))),or(A,B)),C)) -> true
% 3.03/3.34  Current number of equations to process: 153
% 3.03/3.34  Current number of ordered equations: 0
% 3.03/3.34  Current number of rules: 361
% 3.03/3.34  New rule produced :
% 3.03/3.34  [377] theorem(or(A,or(B,or(not(or(C,or(X,X))),or(C,X))))) -> true
% 3.03/3.34  Current number of equations to process: 152
% 3.03/3.34  Current number of ordered equations: 0
% 3.03/3.34  Current number of rules: 362
% 3.03/3.34  New rule produced :
% 3.03/3.34  [378] theorem(or(not(or(A,or(or(B,B),C))),or(A,or(C,B)))) -> true
% 3.03/3.34  Current number of equations to process: 153
% 3.03/3.34  Current number of ordered equations: 0
% 3.03/3.34  Current number of rules: 363
% 3.03/3.34  New rule produced : [379] theorem(or(or(A,B),not(or(or(B,B),A)))) -> true
% 3.03/3.34  Current number of equations to process: 155
% 3.03/3.34  Current number of ordered equations: 0
% 3.03/3.34  Current number of rules: 364
% 3.03/3.34  New rule produced : [380] theorem(or(A,or(not(or(or(B,B),A)),B))) -> true
% 3.03/3.34  Current number of equations to process: 155
% 3.03/3.34  Current number of ordered equations: 0
% 3.03/3.34  Current number of rules: 365
% 3.03/3.34  New rule produced :
% 3.03/3.34  [381] theorem(or(A,or(not(or(or(B,B),C)),or(C,B)))) -> true
% 3.03/3.34  Current number of equations to process: 155
% 3.03/3.34  Current number of ordered equations: 0
% 3.03/3.34  Current number of rules: 366
% 3.03/3.34  New rule produced :
% 3.03/3.34  [382] theorem(or(A,or(not(or(B,or(C,or(X,X)))),or(B,or(C,X))))) -> true
% 3.03/3.34  Current number of equations to process: 156
% 3.03/3.34  Current number of ordered equations: 0
% 3.03/3.34  Current number of rules: 367
% 3.03/3.34  New rule produced :
% 3.03/3.34  [383] theorem(or(not(or(A,B)),or(A,or(not(or(not(B),or(C,C))),C)))) -> true
% 3.03/3.34  Current number of equations to process: 155
% 3.03/3.34  Current number of ordered equations: 0
% 3.03/3.34  Current number of rules: 368
% 3.03/3.34  New rule produced :
% 3.03/3.34  [384] theorem(or(not(or(A,B)),or(not(or(not(or(B,A)),or(C,C))),C))) -> true
% 3.03/3.34  Current number of equations to process: 154
% 3.03/3.34  Current number of ordered equations: 0
% 3.03/3.34  Current number of rules: 369
% 3.03/3.34  New rule produced :
% 3.03/3.34  [385]
% 3.03/3.34  ifeq(axiom(or(A,or(not(or(B,or(C,C))),or(B,C)))),true,true,true) -> true
% 3.03/3.34  Current number of equations to process: 153
% 3.03/3.34  Current number of ordered equations: 0
% 3.03/3.34  Current number of rules: 370
% 3.03/3.34  New rule produced :
% 3.03/3.34  [386] theorem(or(not(or(or(or(A,A),B),or(or(A,A),B))),or(B,A))) -> true
% 3.03/3.34  Current number of equations to process: 152
% 3.03/3.34  Current number of ordered equations: 0
% 3.03/3.34  Current number of rules: 371
% 3.03/3.34  New rule produced :
% 3.03/3.34  [387] theorem(or(or(A,or(B,or(C,X))),not(or(A,or(B,X))))) -> true
% 3.03/3.34  Current number of equations to process: 156
% 3.03/3.34  Current number of ordered equations: 0
% 3.03/3.34  Current number of rules: 372
% 3.03/3.34  New rule produced :
% 3.03/3.34  [388] theorem(or(A,or(not(or(A,or(B,C))),or(B,or(X,C))))) -> true
% 3.03/3.34  Current number of equations to process: 155
% 3.03/3.34  Current number of ordered equations: 0
% 3.03/3.34  Current number of rules: 373
% 3.03/3.34  New rule produced :
% 3.03/3.34  [389] theorem(or(not(or(or(A,B),C)),or(C,or(A,or(X,B))))) -> true
% 3.03/3.34  Current number of equations to process: 155
% 3.03/3.34  Current number of ordered equations: 0
% 3.03/3.34  Current number of rules: 374
% 3.03/3.34  New rule produced :
% 3.03/3.34  [390] ifeq(axiom(or(or(A,or(B,C)),not(or(A,C)))),true,true,true) -> true
% 3.03/3.34  Current number of equations to process: 156
% 3.03/3.34  Current number of ordered equations: 0
% 3.03/3.34  Current number of rules: 375
% 3.03/3.34  New rule produced :
% 3.03/3.34  [391] theorem(or(A,or(or(B,or(C,X)),not(or(B,X))))) -> true
% 3.03/3.34  Current number of equations to process: 156
% 3.29/3.59  Current number of ordered equations: 0
% 3.29/3.59  Current number of rules: 376
% 3.29/3.59  New rule produced :
% 3.29/3.59  [392] ifeq(axiom(or(A,or(not(or(A,B)),or(C,B)))),true,true,true) -> true
% 3.29/3.59  Current number of equations to process: 158
% 3.29/3.59  Current number of ordered equations: 0
% 3.29/3.59  Current number of rules: 377
% 3.29/3.59  New rule produced : [393] theorem(or(or(not(or(A,B)),or(C,B)),A)) -> true
% 3.29/3.59  Current number of equations to process: 160
% 3.29/3.59  Current number of ordered equations: 0
% 3.29/3.59  Current number of rules: 378
% 3.29/3.59  New rule produced :
% 3.29/3.59  [394] theorem(or(A,or(B,or(not(or(B,C)),or(X,C))))) -> true
% 3.29/3.59  Current number of equations to process: 161
% 3.29/3.59  Current number of ordered equations: 0
% 3.29/3.59  Current number of rules: 379
% 3.29/3.59  New rule produced :
% 3.29/3.59  [395] theorem(or(not(or(A,A)),or(not(or(not(A),B)),or(C,B)))) -> true
% 3.29/3.59  Current number of equations to process: 164
% 3.29/3.59  Current number of ordered equations: 0
% 3.29/3.59  Current number of rules: 380
% 3.29/3.59  New rule produced :
% 3.29/3.59  [396] theorem(or(not(A),or(not(or(not(or(B,A)),C)),or(X,C)))) -> true
% 3.29/3.59  Current number of equations to process: 163
% 3.29/3.59  Current number of ordered equations: 0
% 3.29/3.59  Current number of rules: 381
% 3.29/3.59  New rule produced :
% 3.29/3.59  [397] theorem(or(or(not(or(A,B)),or(A,or(C,B))),X)) -> true
% 3.29/3.59  Current number of equations to process: 164
% 3.29/3.59  Current number of ordered equations: 0
% 3.29/3.59  Current number of rules: 382
% 3.29/3.59  New rule produced :
% 3.29/3.59  [398] theorem(or(A,or(B,or(not(or(C,X)),or(C,or(Y,X)))))) -> true
% 3.29/3.59  Current number of equations to process: 163
% 3.29/3.59  Current number of ordered equations: 0
% 3.29/3.59  Current number of rules: 383
% 3.29/3.59  New rule produced :
% 3.29/3.59  [399] theorem(or(not(or(A,or(B,C))),or(A,or(C,or(X,B))))) -> true
% 3.29/3.59  Current number of equations to process: 164
% 3.29/3.59  Current number of ordered equations: 0
% 3.29/3.59  Current number of rules: 384
% 3.29/3.59  New rule produced : [400] theorem(or(or(A,or(B,C)),not(or(C,A)))) -> true
% 3.29/3.59  Current number of equations to process: 166
% 3.29/3.59  Current number of ordered equations: 0
% 3.29/3.59  Current number of rules: 385
% 3.29/3.59  New rule produced : [401] theorem(or(A,or(not(or(B,A)),or(C,B)))) -> true
% 3.29/3.59  Current number of equations to process: 166
% 3.29/3.59  Current number of ordered equations: 0
% 3.29/3.59  Current number of rules: 386
% 3.29/3.59  New rule produced :
% 3.29/3.59  [402] theorem(or(A,or(not(or(B,C)),or(C,or(X,B))))) -> true
% 3.29/3.59  Current number of equations to process: 166
% 3.29/3.59  Current number of ordered equations: 0
% 3.29/3.59  Current number of rules: 387
% 3.29/3.59  New rule produced :
% 3.29/3.59  [403] theorem(or(not(or(or(A,B),or(A,B))),or(B,or(C,A)))) -> true
% 3.29/3.59  Current number of equations to process: 165
% 3.29/3.59  Current number of ordered equations: 0
% 3.29/3.59  Current number of rules: 388
% 3.29/3.59  New rule produced :
% 3.29/3.59  [404] theorem(or(A,or(not(or(B,or(C,X))),or(B,or(C,or(Y,X)))))) -> true
% 3.29/3.59  Current number of equations to process: 166
% 3.29/3.59  Current number of ordered equations: 0
% 3.29/3.59  Current number of rules: 389
% 3.29/3.59  New rule produced :
% 3.29/3.59  [405] theorem(or(not(or(A,B)),or(A,or(not(or(not(B),C)),or(X,C))))) -> true
% 3.29/3.59  Current number of equations to process: 165
% 3.29/3.59  Current number of ordered equations: 0
% 3.29/3.59  Current number of rules: 390
% 3.29/3.59  New rule produced :
% 3.29/3.59  [406] theorem(or(not(or(A,B)),or(not(or(not(or(B,A)),C)),or(X,C)))) -> true
% 3.29/3.59  Current number of equations to process: 164
% 3.29/3.59  Current number of ordered equations: 0
% 3.29/3.59  Current number of rules: 391
% 3.29/3.59  New rule produced :
% 3.29/3.59  [407]
% 3.29/3.59  ifeq(axiom(or(A,or(not(or(B,C)),or(B,or(X,C))))),true,true,true) -> true
% 3.29/3.59  Current number of equations to process: 163
% 3.29/3.59  Current number of ordered equations: 0
% 3.29/3.59  Current number of rules: 392
% 3.29/3.59  New rule produced :
% 3.29/3.59  [408] theorem(or(or(A,or(B,C)),not(or(or(A,C),or(A,C))))) -> true
% 3.29/3.59  Current number of equations to process: 167
% 3.29/3.59  Current number of ordered equations: 0
% 3.29/3.59  Current number of rules: 393
% 3.29/3.59  New rule produced :
% 3.29/3.59  [409] theorem(or(A,or(not(or(or(A,B),or(A,B))),or(C,B)))) -> true
% 3.29/3.59  Current number of equations to process: 166
% 3.29/3.59  Current number of ordered equations: 0
% 3.29/3.59  Current number of rules: 394
% 3.29/3.59  New rule produced :
% 3.29/3.59  [410] theorem(or(A,or(or(B,or(C,X)),not(or(B,or(X,C)))))) -> true
% 3.29/3.59  Current number of equations to process: 168
% 3.29/3.59  Current number of ordered equations: 0
% 3.29/3.59  Current number of rules: 395
% 3.29/3.59  New rule produced :
% 3.29/3.59  [411] theorem(or(or(not(or(A,or(B,C))),or(C,B)),A)) -> true
% 3.29/3.59  Current number of equations to process: 173
% 3.29/3.59  Current number of ordered equations: 0
% 3.29/3.59  Current number of rules: 396
% 3.29/3.59  New rule produced :
% 3.29/3.59  [412] theorem(or(A,or(B,or(not(or(B,or(C,X))),or(X,C))))) -> true
% 3.59/3.85  Current number of equations to process: 175
% 3.59/3.85  Current number of ordered equations: 0
% 3.59/3.85  Current number of rules: 397
% 3.59/3.85  New rule produced :
% 3.59/3.85  [413] theorem(or(or(A,or(B,C)),not(or(or(C,B),A)))) -> true
% 3.59/3.85  Current number of equations to process: 179
% 3.59/3.85  Current number of ordered equations: 0
% 3.59/3.85  Current number of rules: 398
% 3.59/3.85  New rule produced :
% 3.59/3.85  [414] theorem(or(A,or(not(or(or(B,C),A)),or(C,B)))) -> true
% 3.59/3.85  Current number of equations to process: 179
% 3.59/3.85  Current number of ordered equations: 0
% 3.59/3.85  Current number of rules: 399
% 3.59/3.85  New rule produced :
% 3.59/3.85  [415] theorem(or(A,or(not(or(or(B,C),X)),or(X,or(C,B))))) -> true
% 3.59/3.85  Current number of equations to process: 179
% 3.59/3.85  Current number of ordered equations: 0
% 3.59/3.85  Current number of rules: 400
% 3.59/3.85  New rule produced :
% 3.59/3.85  [416] theorem(or(A,or(not(or(or(B,C),or(B,C))),or(B,or(X,C))))) -> true
% 3.59/3.85  Current number of equations to process: 181
% 3.59/3.85  Current number of ordered equations: 0
% 3.59/3.85  Current number of rules: 401
% 3.59/3.85  New rule produced :
% 3.59/3.85  [417]
% 3.59/3.85  ifeq(axiom(or(or(A,or(B,C)),not(or(A,or(C,B))))),true,true,true) -> true
% 3.59/3.85  Current number of equations to process: 180
% 3.59/3.85  Current number of ordered equations: 0
% 3.59/3.85  Current number of rules: 402
% 3.59/3.85  New rule produced :
% 3.59/3.85  [418]
% 3.59/3.85  ifeq(axiom(or(A,or(not(or(A,or(B,C))),or(C,B)))),true,true,true) -> true
% 3.59/3.85  Current number of equations to process: 179
% 3.59/3.85  Current number of ordered equations: 0
% 3.59/3.85  Current number of rules: 403
% 3.59/3.85  New rule produced :
% 3.59/3.85  [419] theorem(or(not(or(A,A)),or(not(or(not(A),or(B,C))),or(C,B)))) -> true
% 3.59/3.85  Current number of equations to process: 178
% 3.59/3.85  Current number of ordered equations: 0
% 3.59/3.85  Current number of rules: 404
% 3.59/3.85  New rule produced :
% 3.59/3.85  [420] theorem(or(not(A),or(not(or(not(or(B,A)),or(C,X))),or(X,C)))) -> true
% 3.59/3.85  Current number of equations to process: 177
% 3.59/3.85  Current number of ordered equations: 0
% 3.59/3.85  Current number of rules: 405
% 3.59/3.85  New rule produced :
% 3.59/3.85  [421] theorem(or(not(or(A,or(or(B,C),X))),or(A,or(X,or(C,B))))) -> true
% 3.59/3.85  Current number of equations to process: 176
% 3.59/3.85  Current number of ordered equations: 0
% 3.59/3.85  Current number of rules: 406
% 3.59/3.85  New rule produced :
% 3.59/3.85  [422] theorem(or(or(not(or(A,or(B,C))),or(A,or(C,B))),X)) -> true
% 3.59/3.85  Current number of equations to process: 178
% 3.59/3.85  Current number of ordered equations: 0
% 3.59/3.85  Current number of rules: 407
% 3.59/3.85  New rule produced :
% 3.59/3.85  [423] theorem(or(not(or(A,or(B,C))),or(X,or(A,or(C,B))))) -> true
% 3.59/3.85  Current number of equations to process: 177
% 3.59/3.85  Current number of ordered equations: 0
% 3.59/3.85  Current number of rules: 408
% 3.59/3.85  New rule produced :
% 3.59/3.85  [424] theorem(or(A,or(B,or(not(or(C,or(X,Y))),or(C,or(Y,X)))))) -> true
% 3.59/3.85  Current number of equations to process: 179
% 3.59/3.85  Current number of ordered equations: 0
% 3.59/3.85  Current number of rules: 409
% 3.59/3.85  New rule produced :
% 3.59/3.85  [425] theorem(or(or(not(or(A,B)),or(not(or(not(B),C)),or(A,C))),X)) -> true
% 3.59/3.85  Current number of equations to process: 179
% 3.59/3.85  Current number of ordered equations: 0
% 3.59/3.85  Current number of rules: 410
% 3.59/3.85  New rule produced :
% 3.59/3.85  [426] theorem(or(not(or(A,B)),or(C,or(not(or(not(B),X)),or(A,X))))) -> true
% 3.59/3.85  Current number of equations to process: 178
% 3.59/3.85  Current number of ordered equations: 0
% 3.59/3.85  Current number of rules: 411
% 3.59/3.85  New rule produced :
% 3.59/3.85  [427] theorem(or(or(A,B),not(or(or(A,or(B,B)),or(A,or(B,B)))))) -> true
% 3.59/3.85  Current number of equations to process: 184
% 3.59/3.85  Current number of ordered equations: 0
% 3.59/3.85  Current number of rules: 412
% 3.59/3.85  New rule produced :
% 3.59/3.85  [428] theorem(or(A,or(not(or(or(A,or(B,B)),or(A,or(B,B)))),B))) -> true
% 3.59/3.85  Current number of equations to process: 183
% 3.59/3.85  Current number of ordered equations: 0
% 3.59/3.85  Current number of rules: 413
% 3.59/3.85  New rule produced :
% 3.59/3.85  [429] theorem(or(or(A,or(B,or(C,X))),not(or(A,or(B,or(X,C)))))) -> true
% 3.59/3.85  Current number of equations to process: 190
% 3.59/3.85  Current number of ordered equations: 0
% 3.59/3.85  Current number of rules: 414
% 3.59/3.85  New rule produced :
% 3.59/3.85  [430] theorem(or(A,or(not(or(A,or(B,or(C,X)))),or(B,or(X,C))))) -> true
% 3.59/3.85  Current number of equations to process: 189
% 3.59/3.85  Current number of ordered equations: 0
% 3.59/3.85  Current number of rules: 415
% 3.59/3.85  New rule produced :
% 3.59/3.85  [431] theorem(or(not(or(or(A,or(B,C)),X)),or(X,or(A,or(C,B))))) -> true
% 3.59/3.85  Current number of equations to process: 188
% 3.59/3.85  Current number of ordered equations: 0
% 3.59/3.85  Current number of rules: 416
% 3.59/3.85  New rule produced :
% 3.59/3.85  [432] theorem(or(not(or(or(A,or(B,C)),or(A,or(B,C)))),or(or(A,C),B))) -> true
% 3.59/3.85  Current number of equations to process: 189
% 3.68/3.97  Current number of ordered equations: 0
% 3.68/3.97  Current number of rules: 417
% 3.68/3.97  New rule produced :
% 3.68/3.97  [433]
% 3.68/3.97  theorem(or(not(or(A,or(not(B),C))),or(A,or(or(X,C),not(or(X,B)))))) -> true
% 3.68/3.97  Current number of equations to process: 188
% 3.68/3.97  Current number of ordered equations: 0
% 3.68/3.97  Current number of rules: 418
% 3.68/3.97  New rule produced :
% 3.68/3.97  [434]
% 3.68/3.97  theorem(or(A,or(B,or(or(not(or(C,X)),or(C,Y)),not(or(not(X),Y)))))) -> true
% 3.68/3.97  Current number of equations to process: 187
% 3.68/3.97  Current number of ordered equations: 0
% 3.68/3.97  Current number of rules: 419
% 3.68/3.97  New rule produced :
% 3.68/3.97  [435]
% 3.68/3.97  ifeq(axiom(or(not(or(A,or(B,or(not(or(C,B)),C)))),X)),true,theorem(X),true)
% 3.68/3.97  -> true
% 3.68/3.97  Current number of equations to process: 186
% 3.68/3.97  Current number of ordered equations: 0
% 3.68/3.97  Current number of rules: 420
% 3.68/3.97  New rule produced :
% 3.68/3.97  [436]
% 3.68/3.97  theorem(or(not(or(A,or(B,C))),or(A,or(B,or(not(or(X,not(C))),X))))) -> true
% 3.68/3.97  Current number of equations to process: 185
% 3.68/3.97  Current number of ordered equations: 0
% 3.68/3.97  Current number of rules: 421
% 3.68/3.97  New rule produced :
% 3.68/3.97  [437]
% 3.68/3.97  theorem(or(not(or(or(A,B),or(A,B))),or(A,or(not(or(C,not(B))),C)))) -> true
% 3.68/3.97  Current number of equations to process: 184
% 3.68/3.97  Current number of ordered equations: 0
% 3.68/3.97  Current number of rules: 422
% 3.68/3.97  New rule produced :
% 3.68/3.97  [438]
% 3.68/3.97  theorem(or(not(or(A,or(B,C))),or(A,or(not(or(X,not(or(C,B)))),X)))) -> true
% 3.68/3.97  Current number of equations to process: 183
% 3.68/3.97  Current number of ordered equations: 0
% 3.68/3.97  Current number of rules: 423
% 3.68/3.97  New rule produced :
% 3.68/3.97  [439]
% 3.68/3.97  theorem(or(not(or(or(A,B),or(A,B))),or(not(or(C,not(or(B,A)))),C))) -> true
% 3.68/3.97  Current number of equations to process: 182
% 3.68/3.97  Current number of ordered equations: 0
% 3.68/3.97  Current number of rules: 424
% 3.68/3.97  New rule produced :
% 3.68/3.97  [440] theorem(or(A,or(or(not(or(or(or(A,B),C),or(or(A,B),C))),C),B))) -> true
% 3.68/3.97  Current number of equations to process: 181
% 3.68/3.97  Current number of ordered equations: 0
% 3.68/3.97  Current number of rules: 425
% 3.68/3.97  New rule produced :
% 3.68/3.97  [441]
% 3.68/3.97  ifeq(axiom(or(A,or(B,or(not(or(or(B,C),or(B,C))),C)))),true,true,true) ->
% 3.68/3.97  true
% 3.68/3.97  Current number of equations to process: 180
% 3.68/3.97  Current number of ordered equations: 0
% 3.68/3.97  Current number of rules: 426
% 3.68/3.97  New rule produced :
% 3.68/3.97  [442]
% 3.68/3.97  ifeq(axiom(or(A,or(B,or(not(or(C,or(B,X))),or(C,X))))),true,true,true) ->
% 3.68/3.97  true
% 3.68/3.97  Current number of equations to process: 179
% 3.68/3.97  Current number of ordered equations: 0
% 3.68/3.97  Current number of rules: 427
% 3.68/3.97  New rule produced :
% 3.68/3.97  [443]
% 3.68/3.97  theorem(or(A,or(or(not(or(not(B),C)),or(not(or(X,B)),or(X,C))),Y))) -> true
% 3.68/3.97  Current number of equations to process: 178
% 3.68/3.97  Current number of ordered equations: 0
% 3.68/3.97  Current number of rules: 428
% 3.68/3.97  New rule produced :
% 3.68/3.97  [444]
% 3.68/3.97  theorem(or(A,or(not(or(B,B)),or(not(or(C,or(not(B),X))),or(C,X))))) -> true
% 3.68/3.97  Current number of equations to process: 177
% 3.68/3.97  Current number of ordered equations: 0
% 3.68/3.97  Current number of rules: 429
% 3.68/3.97  New rule produced :
% 3.68/3.97  [445]
% 3.68/3.97  theorem(or(A,or(not(B),or(not(or(C,or(not(or(X,B)),Y))),or(C,Y))))) -> true
% 3.68/3.97  Current number of equations to process: 176
% 3.68/3.97  Current number of ordered equations: 0
% 3.68/3.97  Current number of rules: 430
% 3.68/3.97  New rule produced :
% 3.68/3.97  [446]
% 3.68/3.97  theorem(or(not(or(A,A)),or(not(or(B,or(not(or(C,A)),X))),or(B,X)))) -> true
% 3.68/3.97  Current number of equations to process: 175
% 3.68/3.97  Current number of ordered equations: 0
% 3.68/3.97  Current number of rules: 431
% 3.68/3.97  New rule produced :
% 3.68/3.97  [447]
% 3.68/3.97  theorem(or(not(A),or(not(or(B,or(not(or(C,or(X,A))),Y))),or(B,Y)))) -> true
% 3.68/3.97  Current number of equations to process: 174
% 3.68/3.97  Current number of ordered equations: 0
% 3.68/3.97  Current number of rules: 432
% 3.68/3.97  New rule produced :
% 3.68/3.97  [448]
% 3.68/3.97  ifeq(axiom(or(or(not(or(not(A),B)),or(C,B)),not(or(C,A)))),true,true,true) ->
% 3.68/3.97  true
% 3.68/3.97  Current number of equations to process: 173
% 3.68/3.97  Current number of ordered equations: 0
% 3.68/3.97  Current number of rules: 433
% 3.68/3.97  New rule produced :
% 3.68/3.97  [449]
% 3.68/3.97  theorem(or(not(or(A,or(B,C))),or(A,or(not(or(not(B),X)),or(C,X))))) -> true
% 3.68/3.97  Current number of equations to process: 172
% 3.68/3.97  Current number of ordered equations: 0
% 3.68/3.97  Current number of rules: 434
% 3.68/3.97  New rule produced :
% 3.68/3.97  [450]
% 3.68/3.97  theorem(or(not(or(or(A,B),or(A,B))),or(not(or(not(A),C)),or(B,C)))) -> true
% 3.68/3.97  Current number of equations to process: 171
% 3.68/3.97  Current number of ordered equations: 0
% 3.68/3.97  Current number of rules: 435
% 3.68/3.97  New rule produced :
% 3.68/3.97  [451] theorem(or(not(or(A,or(B,or(C,or(X,X))))),or(A,or(B,or(C,X))))) -> true
% 3.68/3.97  Current number of equations to process: 170
% 3.86/4.13  Current number of ordered equations: 0
% 3.86/4.13  Current number of rules: 436
% 3.86/4.13  New rule produced :
% 3.86/4.13  [452]
% 3.86/4.13  ifeq(axiom(or(not(or(or(A,B),not(or(A,or(B,B))))),C)),true,theorem(C),true)
% 3.86/4.13  -> true
% 3.86/4.13  Current number of equations to process: 169
% 3.86/4.13  Current number of ordered equations: 0
% 3.86/4.13  Current number of rules: 437
% 3.86/4.13  New rule produced :
% 3.86/4.13  [453]
% 3.86/4.13  ifeq(axiom(or(not(or(A,or(not(or(A,or(B,B))),B))),C)),true,theorem(C),true)
% 3.86/4.13  -> true
% 3.86/4.13  Current number of equations to process: 168
% 3.86/4.13  Current number of ordered equations: 0
% 3.86/4.13  Current number of rules: 438
% 3.86/4.13  New rule produced :
% 3.86/4.13  [454]
% 3.86/4.13  ifeq(axiom(or(not(or(not(or(or(A,A),B)),or(B,A))),C)),true,theorem(C),true)
% 3.86/4.13  -> true
% 3.86/4.13  Current number of equations to process: 167
% 3.86/4.13  Current number of ordered equations: 0
% 3.86/4.13  Current number of rules: 439
% 3.86/4.13  New rule produced :
% 3.86/4.13  [455]
% 3.86/4.13  ifeq(axiom(or(not(A),or(or(B,B),C))),true,theorem(or(not(A),or(C,B))),true)
% 3.86/4.13  -> true
% 3.86/4.13  Current number of equations to process: 166
% 3.86/4.13  Current number of ordered equations: 0
% 3.86/4.13  Current number of rules: 440
% 3.86/4.13  New rule produced :
% 3.86/4.13  [456] theorem(or(not(or(A,or(B,or(C,X)))),or(A,or(B,or(C,or(Y,X)))))) -> true
% 3.86/4.13  Current number of equations to process: 165
% 3.86/4.13  Current number of ordered equations: 0
% 3.86/4.13  Current number of rules: 441
% 3.86/4.13  New rule produced :
% 3.86/4.13  [457]
% 3.86/4.13  ifeq(axiom(or(not(or(or(A,or(B,C)),not(or(A,C)))),X)),true,theorem(X),true)
% 3.86/4.13  -> true
% 3.86/4.13  Current number of equations to process: 164
% 3.86/4.13  Current number of ordered equations: 0
% 3.86/4.13  Current number of rules: 442
% 3.86/4.13  New rule produced :
% 3.86/4.13  [458]
% 3.86/4.13  ifeq(axiom(or(not(or(A,or(not(or(A,B)),or(C,B)))),X)),true,theorem(X),true)
% 3.86/4.13  -> true
% 3.86/4.13  Current number of equations to process: 163
% 3.86/4.13  Current number of ordered equations: 0
% 3.86/4.13  Current number of rules: 443
% 3.86/4.13  New rule produced :
% 3.86/4.13  [459]
% 3.86/4.13  ifeq(axiom(or(not(or(not(or(A,B)),or(B,or(C,A)))),X)),true,theorem(X),true)
% 3.86/4.13  -> true
% 3.86/4.13  Current number of equations to process: 162
% 3.86/4.13  Current number of ordered equations: 0
% 3.86/4.13  Current number of rules: 444
% 3.86/4.13  New rule produced :
% 3.86/4.13  [460]
% 3.86/4.13  ifeq(axiom(or(not(A),or(B,C))),true,theorem(or(not(A),or(C,or(X,B)))),true)
% 3.86/4.13  -> true
% 3.86/4.13  Current number of equations to process: 161
% 3.86/4.13  Current number of ordered equations: 0
% 3.86/4.13  Current number of rules: 445
% 3.86/4.13  New rule produced :
% 3.86/4.13  [461] theorem(or(not(or(A,or(or(B,C),or(B,C)))),or(A,or(B,or(X,C))))) -> true
% 3.86/4.13  Current number of equations to process: 160
% 3.86/4.13  Current number of ordered equations: 0
% 3.86/4.13  Current number of rules: 446
% 3.86/4.13  New rule produced :
% 3.86/4.13  [462]
% 3.86/4.13  theorem(or(not(or(A,B)),or(A,or(not(or(not(B),or(C,X))),or(X,C))))) -> true
% 3.86/4.13  Current number of equations to process: 159
% 3.86/4.13  Current number of ordered equations: 0
% 3.86/4.13  Current number of rules: 447
% 3.86/4.13  New rule produced :
% 3.86/4.13  [463]
% 3.86/4.13  theorem(or(not(or(A,B)),or(not(or(not(or(B,A)),or(C,X))),or(X,C)))) -> true
% 3.86/4.13  Current number of equations to process: 158
% 3.86/4.13  Current number of ordered equations: 0
% 3.86/4.13  Current number of rules: 448
% 3.86/4.13  New rule produced :
% 3.86/4.13  [464] theorem(or(not(or(or(or(A,B),C),or(or(A,B),C))),or(C,or(B,A)))) -> true
% 3.86/4.13  Current number of equations to process: 157
% 3.86/4.13  Current number of ordered equations: 0
% 3.86/4.13  Current number of rules: 449
% 3.86/4.13  New rule produced :
% 3.86/4.13  [465]
% 3.86/4.13  ifeq(axiom(or(A,or(not(or(B,or(C,X))),or(B,or(X,C))))),true,true,true) ->
% 3.86/4.13  true
% 3.86/4.13  Current number of equations to process: 156
% 3.86/4.13  Current number of ordered equations: 0
% 3.86/4.13  Current number of rules: 450
% 3.86/4.13  New rule produced :
% 3.86/4.13  [466]
% 3.86/4.13  theorem(or(A,or(B,or(not(or(C,X)),or(not(or(not(X),Y)),or(C,Y)))))) -> true
% 3.86/4.13  Current number of equations to process: 155
% 3.86/4.13  Current number of ordered equations: 0
% 3.86/4.13  Current number of rules: 451
% 3.86/4.13  New rule produced :
% 3.86/4.13  [467] theorem(or(A,or(not(or(or(B,or(C,C)),or(B,or(C,C)))),or(B,C)))) -> true
% 3.86/4.13  Current number of equations to process: 154
% 3.86/4.13  Current number of ordered equations: 0
% 3.86/4.13  Current number of rules: 452
% 3.86/4.13  New rule produced :
% 3.86/4.13  [468] theorem(or(A,or(not(or(B,or(C,or(X,Y)))),or(B,or(C,or(Y,X)))))) -> true
% 3.86/4.13  Current number of equations to process: 153
% 3.86/4.13  Current number of ordered equations: 0
% 3.86/4.13  Current number of rules: 453
% 3.86/4.13  New rule produced :
% 3.86/4.13  [469] theorem(or(or(A,or(B,C)),not(or(A,or(C,C))))) -> true
% 3.86/4.13  Current number of equations to process: 162
% 3.86/4.13  Current number of ordered equations: 0
% 3.86/4.13  Current number of rules: 454
% 3.86/4.13  New rule produced :
% 3.86/4.13  [470] theorem(or(A,or(not(or(A,or(B,B))),or(C,B)))) -> true
% 3.86/4.13  Current number of equations to process: 162
% 3.86/4.13  Current number of ordered equations: 0
% 4.16/4.44  Current number of rules: 455
% 4.16/4.44  New rule produced :
% 4.16/4.44  [471] theorem(or(not(or(or(A,A),B)),or(B,or(C,A)))) -> true
% 4.16/4.44  Current number of equations to process: 163
% 4.16/4.44  Current number of ordered equations: 0
% 4.16/4.44  Current number of rules: 456
% 4.16/4.44  New rule produced :
% 4.16/4.44  [472] theorem(or(A,or(not(or(B,or(C,C))),or(B,or(X,C))))) -> true
% 4.16/4.44  Current number of equations to process: 162
% 4.16/4.44  Current number of ordered equations: 0
% 4.16/4.44  Current number of rules: 457
% 4.16/4.44  New rule produced :
% 4.16/4.44  [473] ifeq(axiom(or(or(A,B),not(or(B,B)))),true,true,true) -> true
% 4.16/4.44  Current number of equations to process: 163
% 4.16/4.44  Current number of ordered equations: 0
% 4.16/4.44  Current number of rules: 458
% 4.16/4.44  New rule produced : [474] theorem(or(A,or(or(B,C),not(or(C,C))))) -> true
% 4.16/4.44  Current number of equations to process: 163
% 4.16/4.44  Current number of ordered equations: 0
% 4.16/4.44  Current number of rules: 459
% 4.16/4.44  New rule produced :
% 4.16/4.44  [475] ifeq(axiom(or(A,or(not(or(B,B)),or(C,B)))),true,true,true) -> true
% 4.16/4.44  Current number of equations to process: 165
% 4.16/4.44  Current number of ordered equations: 0
% 4.16/4.44  Current number of rules: 460
% 4.16/4.44  New rule produced : [476] theorem(or(or(not(or(A,A)),or(B,A)),C)) -> true
% 4.16/4.44  Current number of equations to process: 166
% 4.16/4.44  Current number of ordered equations: 0
% 4.16/4.44  Current number of rules: 461
% 4.16/4.44  New rule produced :
% 4.16/4.44  [477] theorem(or(A,or(B,or(not(or(C,C)),or(X,C))))) -> true
% 4.16/4.44  Current number of equations to process: 165
% 4.16/4.44  Current number of ordered equations: 0
% 4.16/4.44  Current number of rules: 462
% 4.16/4.44  New rule produced :
% 4.16/4.44  [478] theorem(or(or(A,B),not(or(or(B,B),or(B,B))))) -> true
% 4.16/4.44  Current number of equations to process: 168
% 4.16/4.44  Current number of ordered equations: 0
% 4.16/4.44  Current number of rules: 463
% 4.16/4.44  New rule produced :
% 4.16/4.44  [479] theorem(or(A,or(not(or(or(B,B),or(B,B))),or(C,B)))) -> true
% 4.16/4.44  Current number of equations to process: 168
% 4.16/4.44  Current number of ordered equations: 0
% 4.16/4.44  Current number of rules: 464
% 4.16/4.44  New rule produced :
% 4.16/4.44  [480] theorem(or(not(or(A,or(B,or(C,C)))),or(A,or(B,or(X,C))))) -> true
% 4.16/4.44  Current number of equations to process: 169
% 4.16/4.44  Current number of ordered equations: 0
% 4.16/4.44  Current number of rules: 465
% 4.16/4.44  New rule produced :
% 4.16/4.44  [481]
% 4.16/4.44  ifeq(axiom(or(not(or(or(A,B),not(or(B,B)))),C)),true,theorem(C),true) -> true
% 4.16/4.44  Current number of equations to process: 168
% 4.16/4.44  Current number of ordered equations: 0
% 4.16/4.44  Current number of rules: 466
% 4.16/4.44  New rule produced :
% 4.16/4.44  [482] theorem(or(not(or(A,or(or(B,B),or(B,B)))),or(A,or(C,B)))) -> true
% 4.16/4.44  Current number of equations to process: 167
% 4.16/4.44  Current number of ordered equations: 0
% 4.16/4.44  Current number of rules: 467
% 4.16/4.44  New rule produced :
% 4.16/4.44  [483] theorem(or(or(A,B),not(or(A,or(or(B,B),or(B,B)))))) -> true
% 4.16/4.44  Current number of equations to process: 171
% 4.16/4.44  Current number of ordered equations: 0
% 4.16/4.44  Current number of rules: 468
% 4.16/4.44  New rule produced :
% 4.16/4.44  [484] theorem(or(A,or(not(or(A,or(or(B,B),or(B,B)))),B))) -> true
% 4.16/4.44  Current number of equations to process: 170
% 4.16/4.44  Current number of ordered equations: 0
% 4.16/4.44  Current number of rules: 469
% 4.16/4.44  New rule produced :
% 4.16/4.44  [485] theorem(or(not(or(or(or(A,A),or(A,A)),B)),or(B,A))) -> true
% 4.16/4.44  Current number of equations to process: 170
% 4.16/4.44  Current number of ordered equations: 0
% 4.16/4.44  Current number of rules: 470
% 4.16/4.44  New rule produced :
% 4.16/4.44  [486] ifeq(axiom(or(A,not(or(or(A,A),or(A,A))))),true,true,true) -> true
% 4.16/4.44  Current number of equations to process: 172
% 4.16/4.44  Current number of ordered equations: 0
% 4.16/4.44  Current number of rules: 471
% 4.16/4.44  New rule produced :
% 4.16/4.44  [487] theorem(or(A,or(B,not(or(or(B,B),or(B,B)))))) -> true
% 4.16/4.44  Current number of equations to process: 175
% 4.16/4.44  Current number of ordered equations: 0
% 4.16/4.44  Current number of rules: 472
% 4.16/4.44  New rule produced :
% 4.16/4.44  [488] theorem(or(or(not(or(or(A,A),or(A,A))),A),B)) -> true
% 4.16/4.44  Current number of equations to process: 180
% 4.16/4.44  Current number of ordered equations: 0
% 4.16/4.44  Current number of rules: 473
% 4.16/4.44  New rule produced :
% 4.16/4.44  [489] theorem(or(A,or(B,or(not(or(or(C,C),or(C,C))),C)))) -> true
% 4.16/4.44  Current number of equations to process: 179
% 4.16/4.44  Current number of ordered equations: 0
% 4.16/4.44  Current number of rules: 474
% 4.16/4.44  New rule produced :
% 4.16/4.44  [490] theorem(or(A,or(or(B,C),not(or(or(C,B),or(C,B)))))) -> true
% 4.16/4.44  Current number of equations to process: 181
% 4.16/4.44  Current number of ordered equations: 0
% 4.16/4.44  Current number of rules: 475
% 4.16/4.44  New rule produced :
% 4.16/4.44  [491] theorem(or(or(not(or(or(A,B),or(A,B))),A),B)) -> true
% 4.46/4.73  Current number of equations to process: 186
% 4.46/4.73  Current number of ordered equations: 0
% 4.46/4.73  Current number of rules: 476
% 4.46/4.73  New rule produced :
% 4.46/4.73  [492] theorem(or(A,or(B,or(not(or(or(C,B),or(C,B))),C)))) -> true
% 4.46/4.73  Current number of equations to process: 188
% 4.46/4.73  Current number of ordered equations: 0
% 4.46/4.73  Current number of rules: 477
% 4.46/4.73  New rule produced : [493] ifeq(axiom(or(A,not(A))),true,true,true) -> true
% 4.46/4.73  Current number of equations to process: 189
% 4.46/4.73  Current number of ordered equations: 0
% 4.46/4.73  Current number of rules: 478
% 4.46/4.73  New rule produced : [494] theorem(or(not(or(A,B)),or(A,not(not(B))))) -> true
% 4.46/4.73  Current number of equations to process: 189
% 4.46/4.73  Current number of ordered equations: 0
% 4.46/4.73  Current number of rules: 479
% 4.46/4.73  New rule produced : [495] theorem(or(A,or(B,not(B)))) -> true
% 4.46/4.73  Current number of equations to process: 190
% 4.46/4.73  Current number of ordered equations: 0
% 4.46/4.73  Current number of rules: 480
% 4.46/4.73  New rule produced : [496] theorem(or(not(or(A,A)),not(not(A)))) -> true
% 4.46/4.73  Current number of equations to process: 190
% 4.46/4.73  Current number of ordered equations: 0
% 4.46/4.73  Current number of rules: 481
% 4.46/4.73  New rule produced : [497] theorem(or(not(A),not(not(or(B,A))))) -> true
% 4.46/4.73  Current number of equations to process: 190
% 4.46/4.73  Current number of ordered equations: 0
% 4.46/4.73  Current number of rules: 482
% 4.46/4.73  New rule produced : [498] theorem(or(not(or(A,B)),not(not(or(B,A))))) -> true
% 4.46/4.73  Current number of equations to process: 190
% 4.46/4.73  Current number of ordered equations: 0
% 4.46/4.73  Current number of rules: 483
% 4.46/4.73  New rule produced :
% 4.46/4.73  [499] ifeq(axiom(or(not(or(A,not(A))),B)),true,theorem(B),true) -> true
% 4.46/4.73  Current number of equations to process: 192
% 4.46/4.73  Current number of ordered equations: 0
% 4.46/4.73  Current number of rules: 484
% 4.46/4.73  New rule produced :
% 4.46/4.73  [500] ifeq(axiom(or(A,or(not(or(A,B)),B))),true,true,true) -> true
% 4.46/4.73  Current number of equations to process: 191
% 4.46/4.73  Current number of ordered equations: 0
% 4.46/4.73  Current number of rules: 485
% 4.46/4.73  New rule produced : [501] theorem(or(or(not(or(A,B)),B),A)) -> true
% 4.46/4.73  Current number of equations to process: 193
% 4.46/4.73  Current number of ordered equations: 0
% 4.46/4.73  Current number of rules: 486
% 4.46/4.73  New rule produced : [502] theorem(or(A,or(B,or(not(or(B,C)),C)))) -> true
% 4.46/4.73  Current number of equations to process: 192
% 4.46/4.73  Current number of ordered equations: 0
% 4.46/4.73  Current number of rules: 487
% 4.46/4.73  New rule produced :
% 4.46/4.73  [503] theorem(or(not(or(A,A)),or(not(or(not(A),B)),B))) -> true
% 4.46/4.73  Current number of equations to process: 194
% 4.46/4.73  Current number of ordered equations: 0
% 4.46/4.73  Current number of rules: 488
% 4.46/4.73  New rule produced :
% 4.46/4.73  [504] theorem(or(not(A),or(not(or(not(or(B,A)),C)),C))) -> true
% 4.46/4.73  Current number of equations to process: 193
% 4.46/4.73  Current number of ordered equations: 0
% 4.46/4.73  Current number of rules: 489
% 4.46/4.73  New rule produced :
% 4.46/4.73  [505]
% 4.46/4.73  ifeq(axiom(or(not(A),B)),true,theorem(or(not(A),not(not(B)))),true) -> true
% 4.46/4.73  Current number of equations to process: 192
% 4.46/4.73  Current number of ordered equations: 0
% 4.46/4.73  Current number of rules: 490
% 4.46/4.73  New rule produced :
% 4.46/4.73  [506] theorem(or(not(or(A,B)),or(A,or(not(or(not(B),C)),C)))) -> true
% 4.46/4.73  Current number of equations to process: 191
% 4.46/4.73  Current number of ordered equations: 0
% 4.46/4.73  Current number of rules: 491
% 4.46/4.73  New rule produced :
% 4.46/4.73  [507] theorem(or(not(or(A,B)),or(not(or(not(or(B,A)),C)),C))) -> true
% 4.46/4.73  Current number of equations to process: 190
% 4.46/4.73  Current number of ordered equations: 0
% 4.46/4.73  Current number of rules: 492
% 4.46/4.73  New rule produced :
% 4.46/4.73  [508] theorem(or(or(A,or(B,or(C,X))),not(or(A,X)))) -> true
% 4.46/4.73  Current number of equations to process: 194
% 4.46/4.73  Current number of ordered equations: 0
% 4.46/4.73  Current number of rules: 493
% 4.46/4.73  New rule produced :
% 4.46/4.73  [509] theorem(or(A,or(not(or(A,B)),or(C,or(X,B))))) -> true
% 4.46/4.73  Current number of equations to process: 194
% 4.46/4.73  Current number of ordered equations: 0
% 4.46/4.73  Current number of rules: 494
% 4.46/4.73  New rule produced :
% 4.46/4.73  [510] theorem(or(not(or(A,B)),or(B,or(C,or(X,A))))) -> true
% 4.46/4.73  Current number of equations to process: 195
% 4.46/4.73  Current number of ordered equations: 0
% 4.46/4.73  Current number of rules: 495
% 4.46/4.73  New rule produced :
% 4.46/4.73  [511] theorem(or(A,or(not(or(B,C)),or(B,or(X,or(Y,C)))))) -> true
% 4.46/4.73  Current number of equations to process: 194
% 4.46/4.73  Current number of ordered equations: 0
% 4.46/4.73  Current number of rules: 496
% 4.46/4.73  New rule produced :
% 4.46/4.73  [512] ifeq(axiom(or(or(A,or(B,C)),not(C))),true,true,true) -> true
% 4.46/4.73  Current number of equations to process: 195
% 4.78/5.05  Current number of ordered equations: 0
% 4.78/5.05  Current number of rules: 497
% 4.78/5.05  New rule produced : [513] theorem(or(A,or(or(B,or(C,X)),not(X)))) -> true
% 4.78/5.05  Current number of equations to process: 195
% 4.78/5.05  Current number of ordered equations: 0
% 4.78/5.05  Current number of rules: 498
% 4.78/5.05  New rule produced :
% 4.78/5.05  [514] ifeq(axiom(or(A,or(not(B),or(C,or(X,B))))),true,true,true) -> true
% 4.78/5.05  Current number of equations to process: 197
% 4.78/5.05  Current number of ordered equations: 0
% 4.78/5.05  Current number of rules: 499
% 4.78/5.05  New rule produced : [515] theorem(or(or(not(A),or(B,or(C,A))),X)) -> true
% 4.78/5.05  Current number of equations to process: 198
% 4.78/5.05  Current number of ordered equations: 0
% 4.78/5.05  Current number of rules: 500
% 4.78/5.05  New rule produced :
% 4.78/5.05  [516] theorem(or(A,or(B,or(not(C),or(X,or(Y,C)))))) -> true
% 4.78/5.05  Current number of equations to process: 197
% 4.78/5.05  Current number of ordered equations: 0
% 4.78/5.05  Current number of rules: 501
% 4.78/5.05  New rule produced :
% 4.78/5.05  [517] theorem(or(not(or(A,or(B,B))),or(A,or(C,or(X,B))))) -> true
% 4.78/5.05  Current number of equations to process: 198
% 4.78/5.05  Current number of ordered equations: 0
% 4.78/5.05  Current number of rules: 502
% 4.78/5.05  New rule produced : [518] theorem(or(or(A,or(B,C)),not(or(C,C)))) -> true
% 4.78/5.05  Current number of equations to process: 200
% 4.78/5.05  Current number of ordered equations: 0
% 4.78/5.05  Current number of rules: 503
% 4.78/5.05  New rule produced :
% 4.78/5.05  [519] theorem(or(A,or(not(or(B,B)),or(C,or(X,B))))) -> true
% 4.78/5.05  Current number of equations to process: 200
% 4.78/5.05  Current number of ordered equations: 0
% 4.78/5.05  Current number of rules: 504
% 4.78/5.05  New rule produced :
% 4.78/5.05  [520] theorem(or(not(or(or(A,A),or(A,A))),or(B,or(C,A)))) -> true
% 4.78/5.05  Current number of equations to process: 201
% 4.78/5.05  Current number of ordered equations: 0
% 4.78/5.05  Current number of rules: 505
% 4.78/5.05  New rule produced :
% 4.78/5.05  [521] theorem(or(not(or(A,B)),or(A,or(C,or(X,or(Y,B)))))) -> true
% 4.78/5.05  Current number of equations to process: 200
% 4.78/5.05  Current number of ordered equations: 0
% 4.78/5.05  Current number of rules: 506
% 4.78/5.05  New rule produced : [522] theorem(or(or(A,or(B,or(C,X))),not(X))) -> true
% 4.78/5.05  Current number of equations to process: 202
% 4.78/5.05  Current number of ordered equations: 0
% 4.78/5.05  Current number of rules: 507
% 4.78/5.05  New rule produced :
% 4.78/5.05  [523] theorem(or(A,or(not(B),or(C,or(X,or(Y,B)))))) -> true
% 4.78/5.05  Current number of equations to process: 203
% 4.78/5.05  Current number of ordered equations: 0
% 4.78/5.05  Current number of rules: 508
% 4.78/5.05  New rule produced :
% 4.78/5.05  [524] theorem(or(not(or(A,A)),or(B,or(C,or(X,A))))) -> true
% 4.78/5.05  Current number of equations to process: 202
% 4.78/5.05  Current number of ordered equations: 0
% 4.78/5.05  Current number of rules: 509
% 4.78/5.05  New rule produced :
% 4.78/5.05  [525] theorem(or(not(A),or(B,or(C,or(X,or(Y,A)))))) -> true
% 4.78/5.05  Current number of equations to process: 201
% 4.78/5.05  Current number of ordered equations: 0
% 4.78/5.05  Current number of rules: 510
% 4.78/5.05  New rule produced :
% 4.78/5.05  [526] theorem(or(not(or(A,B)),or(C,or(X,or(Y,or(B,A)))))) -> true
% 4.78/5.05  Current number of equations to process: 203
% 4.78/5.05  Current number of ordered equations: 0
% 4.78/5.05  Current number of rules: 511
% 4.78/5.05  New rule produced :
% 4.78/5.05  [527] theorem(or(not(or(A,or(B,C))),or(A,or(B,or(C,X))))) -> true
% 4.78/5.05  Current number of equations to process: 202
% 4.78/5.05  Current number of ordered equations: 0
% 4.78/5.05  Current number of rules: 512
% 4.78/5.05  New rule produced : [528] theorem(or(or(A,or(B,C)),not(or(A,B)))) -> true
% 4.78/5.05  Current number of equations to process: 204
% 4.78/5.05  Current number of ordered equations: 0
% 4.78/5.05  Current number of rules: 513
% 4.78/5.05  New rule produced : [529] theorem(or(A,or(not(or(A,B)),or(B,C)))) -> true
% 4.78/5.05  Current number of equations to process: 204
% 4.78/5.05  Current number of ordered equations: 0
% 4.78/5.05  Current number of rules: 514
% 4.78/5.05  New rule produced :
% 4.78/5.05  [530] theorem(or(A,or(not(or(B,C)),or(B,or(C,X))))) -> true
% 4.78/5.05  Current number of equations to process: 204
% 4.78/5.05  Current number of ordered equations: 0
% 4.78/5.05  Current number of rules: 515
% 4.78/5.05  New rule produced : [531] theorem(or(not(or(A,B)),or(B,or(A,C)))) -> true
% 4.78/5.05  Current number of equations to process: 204
% 4.78/5.05  Current number of ordered equations: 0
% 4.78/5.05  Current number of rules: 516
% 4.78/5.05  New rule produced :
% 4.78/5.05  [532] theorem(or(not(or(or(A,B),or(A,B))),or(A,or(B,C)))) -> true
% 4.78/5.05  Current number of equations to process: 205
% 4.78/5.05  Current number of ordered equations: 0
% 4.78/5.05  Current number of rules: 517
% 4.78/5.05  New rule produced :
% 4.78/5.05  [533] theorem(or(or(A,or(B,or(C,X))),not(or(X,C)))) -> true
% 4.78/5.05  Current number of equations to process: 206
% 4.78/5.05  Current number of ordered equations: 0
% 4.78/5.05  Current number of rules: 518
% 5.07/5.34  New rule produced : [534] theorem(or(not(A),or(B,or(C,or(A,X))))) -> true
% 5.07/5.34  Current number of equations to process: 207
% 5.07/5.34  Current number of ordered equations: 0
% 5.07/5.34  Current number of rules: 519
% 5.07/5.34  New rule produced :
% 5.07/5.34  [535] theorem(or(A,or(not(or(B,C)),or(X,or(Y,or(C,B)))))) -> true
% 5.07/5.34  Current number of equations to process: 206
% 5.07/5.34  Current number of ordered equations: 0
% 5.07/5.34  Current number of rules: 520
% 5.07/5.34  New rule produced :
% 5.07/5.34  [536] ifeq(axiom(or(or(A,B),not(A))),true,true,true) -> true
% 5.07/5.34  Current number of equations to process: 207
% 5.07/5.34  Current number of ordered equations: 0
% 5.07/5.34  Current number of rules: 521
% 5.07/5.34  New rule produced : [537] theorem(or(A,or(or(B,C),not(B)))) -> true
% 5.07/5.34  Current number of equations to process: 207
% 5.07/5.34  Current number of ordered equations: 0
% 5.07/5.34  Current number of rules: 522
% 5.07/5.34  New rule produced :
% 5.07/5.34  [538] ifeq(axiom(or(A,or(not(B),or(B,C)))),true,true,true) -> true
% 5.07/5.34  Current number of equations to process: 209
% 5.07/5.34  Current number of ordered equations: 0
% 5.07/5.34  Current number of rules: 523
% 5.07/5.34  New rule produced :
% 5.07/5.34  [539] theorem(or(not(or(A,B)),or(A,or(not(C),or(C,X))))) -> true
% 5.07/5.34  Current number of equations to process: 208
% 5.07/5.34  Current number of ordered equations: 0
% 5.07/5.34  Current number of rules: 524
% 5.07/5.34  New rule produced : [540] theorem(or(or(not(A),or(A,B)),C)) -> true
% 5.07/5.34  Current number of equations to process: 209
% 5.07/5.34  Current number of ordered equations: 0
% 5.07/5.34  Current number of rules: 525
% 5.07/5.34  New rule produced : [541] theorem(or(A,or(B,or(not(C),or(C,X))))) -> true
% 5.07/5.34  Rule [539] theorem(or(not(or(A,B)),or(A,or(not(C),or(C,X))))) -> true
% 5.07/5.34  collapsed.
% 5.07/5.34  Current number of equations to process: 208
% 5.07/5.34  Current number of ordered equations: 0
% 5.07/5.34  Current number of rules: 525
% 5.07/5.34  New rule produced :
% 5.07/5.34  [542] ifeq(axiom(or(A,or(not(A),B))),true,true,true) -> true
% 5.07/5.34  Current number of equations to process: 210
% 5.07/5.34  Current number of ordered equations: 0
% 5.07/5.34  Current number of rules: 526
% 5.07/5.34  New rule produced :
% 5.07/5.34  [543] theorem(or(not(or(A,B)),or(A,or(not(not(B)),C)))) -> true
% 5.07/5.34  Current number of equations to process: 209
% 5.07/5.34  Current number of ordered equations: 0
% 5.07/5.34  Current number of rules: 527
% 5.07/5.34  New rule produced : [544] theorem(or(or(not(A),B),A)) -> true
% 5.07/5.34  Current number of equations to process: 211
% 5.07/5.34  Current number of ordered equations: 0
% 5.07/5.34  Current number of rules: 528
% 5.07/5.34  New rule produced : [545] theorem(or(A,or(B,or(not(B),C)))) -> true
% 5.07/5.34  Current number of equations to process: 210
% 5.07/5.34  Current number of ordered equations: 0
% 5.07/5.34  Current number of rules: 529
% 5.07/5.34  New rule produced : [546] theorem(or(not(or(A,A)),or(not(not(A)),B))) -> true
% 5.07/5.34  Current number of equations to process: 211
% 5.07/5.34  Current number of ordered equations: 0
% 5.07/5.34  Current number of rules: 530
% 5.07/5.34  New rule produced : [547] theorem(or(not(A),or(not(not(or(B,A))),C))) -> true
% 5.07/5.34  Current number of equations to process: 210
% 5.07/5.34  Current number of ordered equations: 0
% 5.07/5.34  Current number of rules: 531
% 5.07/5.34  New rule produced :
% 5.07/5.34  [548] theorem(or(not(or(A,B)),or(not(not(or(B,A))),C))) -> true
% 5.07/5.34  Current number of equations to process: 212
% 5.07/5.34  Current number of ordered equations: 0
% 5.07/5.34  Current number of rules: 532
% 5.07/5.34  New rule produced :
% 5.07/5.34  [549] theorem(or(not(or(A,or(B,B))),or(A,or(B,C)))) -> true
% 5.07/5.34  Current number of equations to process: 211
% 5.07/5.34  Current number of ordered equations: 0
% 5.07/5.34  Current number of rules: 533
% 5.07/5.34  New rule produced : [550] theorem(or(or(A,B),not(or(A,A)))) -> true
% 5.07/5.34  Current number of equations to process: 213
% 5.07/5.34  Current number of ordered equations: 0
% 5.07/5.34  Current number of rules: 534
% 5.07/5.34  New rule produced : [551] theorem(or(A,or(not(or(B,B)),or(B,C)))) -> true
% 5.07/5.34  Current number of equations to process: 212
% 5.07/5.34  Current number of ordered equations: 0
% 5.07/5.34  Current number of rules: 535
% 5.07/5.34  New rule produced : [552] theorem(or(A,or(not(or(A,A)),B))) -> true
% 5.07/5.34  Current number of equations to process: 212
% 5.07/5.34  Current number of ordered equations: 0
% 5.07/5.34  Current number of rules: 536
% 5.07/5.34  New rule produced :
% 5.07/5.34  [553] theorem(or(not(or(or(A,A),or(A,A))),or(A,B))) -> true
% 5.07/5.34  Current number of equations to process: 212
% 5.07/5.34  Current number of ordered equations: 0
% 5.07/5.34  Current number of rules: 537
% 5.07/5.34  New rule produced :
% 5.07/5.34  [554] theorem(or(not(or(A,B)),or(A,or(or(C,B),X)))) -> true
% 5.07/5.34  Current number of equations to process: 213
% 5.07/5.34  Current number of ordered equations: 0
% 5.07/5.34  Current number of rules: 538
% 5.07/5.34  New rule produced : [555] theorem(or(or(or(A,B),C),not(B))) -> true
% 5.23/5.55  Current number of equations to process: 215
% 5.23/5.55  Current number of ordered equations: 0
% 5.23/5.55  Current number of rules: 539
% 5.23/5.55  New rule produced : [556] theorem(or(A,or(not(B),or(or(C,B),X)))) -> true
% 5.23/5.55  Current number of equations to process: 214
% 5.23/5.55  Current number of ordered equations: 0
% 5.23/5.55  Current number of rules: 540
% 5.23/5.55  New rule produced : [557] theorem(or(or(A,B),or(not(B),C))) -> true
% 5.23/5.55  Current number of equations to process: 214
% 5.23/5.55  Current number of ordered equations: 0
% 5.23/5.55  Current number of rules: 541
% 5.23/5.55  New rule produced : [558] theorem(or(not(or(A,A)),or(or(B,A),C))) -> true
% 5.23/5.55  Current number of equations to process: 214
% 5.23/5.55  Current number of ordered equations: 0
% 5.23/5.55  Current number of rules: 542
% 5.23/5.55  New rule produced : [559] theorem(or(not(A),or(or(B,or(C,A)),X))) -> true
% 5.23/5.55  Current number of equations to process: 214
% 5.23/5.55  Current number of ordered equations: 0
% 5.23/5.55  Current number of rules: 543
% 5.23/5.55  New rule produced :
% 5.23/5.55  [560] theorem(or(not(or(A,B)),or(or(C,or(B,A)),X))) -> true
% 5.23/5.55  Current number of equations to process: 214
% 5.23/5.55  Current number of ordered equations: 0
% 5.23/5.55  Current number of rules: 544
% 5.23/5.55  New rule produced :
% 5.23/5.55  [561] ifeq(axiom(or(not(or(or(A,B),not(A))),C)),true,theorem(C),true) -> true
% 5.23/5.55  Current number of equations to process: 215
% 5.23/5.55  Current number of ordered equations: 0
% 5.23/5.55  Current number of rules: 545
% 5.23/5.55  New rule produced :
% 5.23/5.55  [562] ifeq(axiom(or(not(or(A,or(not(A),B))),C)),true,theorem(C),true) -> true
% 5.23/5.55  Current number of equations to process: 214
% 5.23/5.55  Current number of ordered equations: 0
% 5.23/5.55  Current number of rules: 546
% 5.23/5.55  New rule produced :
% 5.23/5.55  [563] theorem(or(not(or(A,or(B,C))),or(A,or(or(C,B),X)))) -> true
% 5.23/5.55  Current number of equations to process: 213
% 5.23/5.55  Current number of ordered equations: 0
% 5.23/5.55  Current number of rules: 547
% 5.23/5.55  New rule produced : [564] theorem(or(or(or(A,B),C),not(or(B,A)))) -> true
% 5.23/5.55  Current number of equations to process: 215
% 5.23/5.55  Current number of ordered equations: 0
% 5.23/5.55  Current number of rules: 548
% 5.23/5.55  New rule produced : [565] theorem(or(or(A,B),or(not(or(B,A)),C))) -> true
% 5.23/5.55  Current number of equations to process: 215
% 5.23/5.55  Current number of ordered equations: 0
% 5.23/5.55  Current number of rules: 549
% 5.23/5.55  New rule produced : [566] theorem(or(not(A),or(or(A,B),C))) -> true
% 5.23/5.55  Current number of equations to process: 216
% 5.23/5.55  Current number of ordered equations: 0
% 5.23/5.55  Current number of rules: 550
% 5.23/5.55  New rule produced :
% 5.23/5.55  [567] theorem(or(A,or(not(or(B,C)),or(or(C,B),X)))) -> true
% 5.23/5.55  Current number of equations to process: 215
% 5.23/5.55  Current number of ordered equations: 0
% 5.23/5.55  Current number of rules: 551
% 5.23/5.55  New rule produced :
% 5.23/5.55  [568] theorem(or(not(or(or(A,B),or(A,B))),or(or(B,A),C))) -> true
% 5.23/5.55  Current number of equations to process: 214
% 5.23/5.55  Current number of ordered equations: 0
% 5.23/5.55  Current number of rules: 552
% 5.23/5.55  New rule produced :
% 5.23/5.55  [569] theorem(or(A,or(not(or(B,or(or(C,C),or(C,C)))),or(B,C)))) -> true
% 5.23/5.55  Current number of equations to process: 216
% 5.23/5.55  Current number of ordered equations: 0
% 5.23/5.55  Current number of rules: 553
% 5.23/5.55  New rule produced :
% 5.23/5.55  [570]
% 5.23/5.55  ifeq(axiom(or(A,or(not(or(or(B,B),or(B,B))),B))),true,true,true) -> true
% 5.23/5.55  Current number of equations to process: 215
% 5.23/5.55  Current number of ordered equations: 0
% 5.23/5.55  Current number of rules: 554
% 5.23/5.55  New rule produced :
% 5.23/5.55  [571]
% 5.23/5.55  ifeq(axiom(or(or(A,B),not(or(or(B,A),or(B,A))))),true,true,true) -> true
% 5.23/5.55  Current number of equations to process: 214
% 5.23/5.55  Current number of ordered equations: 0
% 5.23/5.55  Current number of rules: 555
% 5.23/5.55  New rule produced :
% 5.23/5.55  [572]
% 5.23/5.55  ifeq(axiom(or(A,or(not(or(or(B,A),or(B,A))),B))),true,true,true) -> true
% 5.23/5.55  Current number of equations to process: 213
% 5.23/5.55  Current number of ordered equations: 0
% 5.23/5.55  Current number of rules: 556
% 5.23/5.55  New rule produced :
% 5.23/5.55  [573]
% 5.23/5.55  ifeq(axiom(or(not(or(A,or(not(or(A,B)),B))),C)),true,theorem(C),true) -> true
% 5.23/5.55  Current number of equations to process: 212
% 5.23/5.55  Current number of ordered equations: 0
% 5.23/5.55  Current number of rules: 557
% 5.23/5.55  New rule produced :
% 5.23/5.55  [574] theorem(or(not(or(A,or(B,C))),or(A,or(B,or(X,or(Y,C)))))) -> true
% 5.23/5.55  Current number of equations to process: 211
% 5.23/5.55  Current number of ordered equations: 0
% 5.23/5.55  Current number of rules: 558
% 5.23/5.55  New rule produced :
% 5.23/5.55  [575] theorem(or(not(or(or(A,B),or(A,B))),or(A,or(C,or(X,B))))) -> true
% 5.23/5.55  Current number of equations to process: 210
% 5.23/5.55  Current number of ordered equations: 0
% 5.23/5.55  Current number of rules: 559
% 5.23/5.55  New rule produced :
% 5.60/5.96  [576]
% 5.60/5.96  ifeq(axiom(or(not(or(or(A,or(B,C)),not(C))),X)),true,theorem(X),true) -> true
% 5.60/5.96  Current number of equations to process: 209
% 5.60/5.96  Current number of ordered equations: 0
% 5.60/5.96  Current number of rules: 560
% 5.60/5.96  New rule produced :
% 5.60/5.96  [577] theorem(or(not(or(A,or(B,C))),or(A,or(X,or(Y,or(C,B)))))) -> true
% 5.60/5.96  Current number of equations to process: 208
% 5.60/5.96  Current number of ordered equations: 0
% 5.60/5.96  Current number of rules: 561
% 5.60/5.96  New rule produced :
% 5.60/5.96  [578] theorem(or(not(or(or(A,B),or(A,B))),or(C,or(X,or(B,A))))) -> true
% 5.60/5.96  Current number of equations to process: 207
% 5.60/5.96  Current number of ordered equations: 0
% 5.60/5.96  Current number of rules: 562
% 5.60/5.96  New rule produced :
% 5.60/5.96  [579]
% 5.60/5.96  ifeq(axiom(or(not(or(A,or(not(B),or(B,C)))),X)),true,theorem(X),true) -> true
% 5.60/5.96  Current number of equations to process: 206
% 5.60/5.96  Current number of ordered equations: 0
% 5.60/5.96  Current number of rules: 563
% 5.60/5.96  New rule produced :
% 5.60/5.96  [580]
% 5.60/5.96  ifeq(axiom(or(not(A),B)),true,theorem(or(not(A),or(not(not(B)),C))),true) ->
% 5.60/5.96  true
% 5.60/5.96  Current number of equations to process: 205
% 5.60/5.96  Current number of ordered equations: 0
% 5.60/5.96  Current number of rules: 564
% 5.60/5.96  New rule produced :
% 5.60/5.96  [581]
% 5.60/5.96  ifeq(axiom(or(not(or(not(or(A,A)),or(A,B))),C)),true,theorem(C),true) -> true
% 5.60/5.96  Current number of equations to process: 204
% 5.60/5.96  Current number of ordered equations: 0
% 5.60/5.96  Current number of rules: 565
% 5.60/5.96  New rule produced :
% 5.60/5.96  [582]
% 5.60/5.96  ifeq(axiom(or(not(A),or(B,B))),true,theorem(or(not(A),or(B,C))),true) -> true
% 5.60/5.96  Current number of equations to process: 203
% 5.60/5.96  Current number of ordered equations: 0
% 5.60/5.96  Current number of rules: 566
% 5.60/5.96  New rule produced :
% 5.60/5.96  [583]
% 5.60/5.96  ifeq(axiom(or(not(or(not(A),or(or(B,A),C))),X)),true,theorem(X),true) -> true
% 5.60/5.96  Current number of equations to process: 202
% 5.60/5.96  Current number of ordered equations: 0
% 5.60/5.96  Current number of rules: 567
% 5.60/5.96  New rule produced :
% 5.60/5.96  [584]
% 5.60/5.96  ifeq(axiom(or(not(A),B)),true,theorem(or(not(A),or(or(C,B),X))),true) -> true
% 5.60/5.96  Current number of equations to process: 201
% 5.60/5.96  Current number of ordered equations: 0
% 5.60/5.96  Current number of rules: 568
% 5.60/5.96  New rule produced :
% 5.60/5.96  [585] theorem(or(or(not(or(or(A,B),or(A,B))),or(B,A)),C)) -> true
% 5.60/5.96  Current number of equations to process: 202
% 5.60/5.96  Current number of ordered equations: 0
% 5.60/5.96  Current number of rules: 569
% 5.60/5.96  New rule produced :
% 5.60/5.96  [586] theorem(or(A,or(B,or(not(or(or(C,X),or(C,X))),or(X,C))))) -> true
% 5.60/5.96  Current number of equations to process: 201
% 5.60/5.96  Current number of ordered equations: 0
% 5.60/5.96  Current number of rules: 570
% 5.60/5.96  New rule produced :
% 5.60/5.96  [587] theorem(or(not(or(A,or(B,C))),or(or(B,or(A,C)),X))) -> true
% 5.60/5.96  Current number of equations to process: 202
% 5.60/5.96  Current number of ordered equations: 0
% 5.60/5.96  Current number of rules: 571
% 5.60/5.96  New rule produced :
% 5.60/5.96  [588] theorem(or(not(or(not(A),B)),or(or(not(or(C,A)),or(C,B)),X))) -> true
% 5.60/5.96  Current number of equations to process: 201
% 5.60/5.96  Current number of ordered equations: 0
% 5.60/5.96  Current number of rules: 572
% 5.60/5.96  New rule produced :
% 5.60/5.96  [589] theorem(or(or(A,or(B,or(C,X))),not(or(A,or(X,C))))) -> true
% 5.60/5.96  Current number of equations to process: 207
% 5.60/5.96  Current number of ordered equations: 0
% 5.60/5.96  Current number of rules: 573
% 5.60/5.96  New rule produced :
% 5.60/5.96  [590] theorem(or(A,or(not(or(A,or(B,C))),or(X,or(C,B))))) -> true
% 5.60/5.96  Current number of equations to process: 206
% 5.60/5.96  Current number of ordered equations: 0
% 5.60/5.96  Current number of rules: 574
% 5.60/5.96  New rule produced :
% 5.60/5.96  [591] theorem(or(not(or(or(A,B),C)),or(C,or(X,or(B,A))))) -> true
% 5.60/5.96  Current number of equations to process: 206
% 5.60/5.96  Current number of ordered equations: 0
% 5.60/5.96  Current number of rules: 575
% 5.60/5.96  New rule produced :
% 5.60/5.96  [592] ifeq(axiom(or(or(A,or(B,C)),not(or(C,B)))),true,true,true) -> true
% 5.60/5.96  Current number of equations to process: 207
% 5.60/5.96  Current number of ordered equations: 0
% 5.60/5.96  Current number of rules: 576
% 5.60/5.96  New rule produced :
% 5.60/5.96  [593] theorem(or(A,or(or(B,or(C,X)),not(or(X,C))))) -> true
% 5.60/5.96  Current number of equations to process: 207
% 5.60/5.96  Current number of ordered equations: 0
% 5.60/5.96  Current number of rules: 577
% 5.60/5.96  New rule produced :
% 5.60/5.96  [594] theorem(or(not(or(A,B)),or(A,or(C,or(B,X))))) -> true
% 5.60/5.96  Current number of equations to process: 208
% 5.60/5.96  Current number of ordered equations: 0
% 5.60/5.96  Current number of rules: 578
% 5.60/5.96  New rule produced : [595] theorem(or(or(A,or(B,C)),not(B))) -> true
% 5.60/5.96  Current number of equations to process: 210
% 5.60/5.96  Current number of ordered equations: 0
% 5.60/5.96  Current number of rules: 579
% 5.60/5.96  New rule produced : [596] theorem(or(A,or(not(B),or(C,or(B,X))))) -> true
% 6.08/6.38  Current number of equations to process: 209
% 6.08/6.38  Current number of ordered equations: 0
% 6.08/6.38  Current number of rules: 580
% 6.08/6.38  New rule produced : [597] theorem(or(not(or(A,A)),or(B,or(A,C)))) -> true
% 6.08/6.38  Current number of equations to process: 209
% 6.08/6.38  Current number of ordered equations: 0
% 6.08/6.38  Current number of rules: 581
% 6.08/6.38  New rule produced : [598] theorem(or(not(A),or(B,or(or(C,A),X)))) -> true
% 6.08/6.38  Current number of equations to process: 209
% 6.08/6.38  Current number of ordered equations: 0
% 6.08/6.38  Current number of rules: 582
% 6.08/6.38  New rule produced :
% 6.08/6.38  [599] theorem(or(not(or(A,B)),or(C,or(or(B,A),X)))) -> true
% 6.08/6.38  Current number of equations to process: 209
% 6.08/6.38  Current number of ordered equations: 0
% 6.08/6.38  Current number of rules: 583
% 6.08/6.38  New rule produced :
% 6.08/6.38  [600] theorem(or(or(not(or(A,B)),or(C,or(B,A))),X)) -> true
% 6.08/6.38  Current number of equations to process: 213
% 6.08/6.38  Current number of ordered equations: 0
% 6.08/6.38  Current number of rules: 584
% 6.08/6.38  New rule produced :
% 6.08/6.38  [601] theorem(or(A,or(B,or(not(or(C,X)),or(Y,or(X,C)))))) -> true
% 6.08/6.38  Current number of equations to process: 212
% 6.08/6.38  Current number of ordered equations: 0
% 6.08/6.38  Current number of rules: 585
% 6.08/6.38  New rule produced :
% 6.08/6.38  [602] theorem(or(A,or(not(or(B,or(C,X))),or(B,or(Y,or(X,C)))))) -> true
% 6.08/6.38  Current number of equations to process: 213
% 6.08/6.38  Current number of ordered equations: 0
% 6.08/6.38  Current number of rules: 586
% 6.08/6.38  New rule produced :
% 6.08/6.38  [603]
% 6.08/6.38  ifeq(axiom(or(not(or(not(A),or(B,or(A,C)))),X)),true,theorem(X),true) -> true
% 6.08/6.38  Current number of equations to process: 212
% 6.08/6.38  Current number of ordered equations: 0
% 6.08/6.38  Current number of rules: 587
% 6.08/6.38  New rule produced :
% 6.08/6.38  [604]
% 6.08/6.38  ifeq(axiom(or(not(A),B)),true,theorem(or(not(A),or(C,or(B,X)))),true) -> true
% 6.08/6.38  Current number of equations to process: 211
% 6.08/6.38  Current number of ordered equations: 0
% 6.08/6.38  Current number of rules: 588
% 6.08/6.38  New rule produced :
% 6.08/6.38  [605]
% 6.08/6.38  ifeq(axiom(or(A,or(not(or(B,C)),or(X,or(C,B))))),true,true,true) -> true
% 6.08/6.38  Current number of equations to process: 210
% 6.08/6.38  Current number of ordered equations: 0
% 6.08/6.38  Current number of rules: 589
% 6.08/6.38  New rule produced :
% 6.08/6.38  [606] theorem(or(or(A,or(B,C)),not(or(or(C,B),or(C,B))))) -> true
% 6.08/6.38  Current number of equations to process: 213
% 6.08/6.38  Current number of ordered equations: 0
% 6.08/6.38  Current number of rules: 590
% 6.08/6.38  New rule produced :
% 6.08/6.38  [607] theorem(or(A,or(or(B,or(C,X)),not(or(or(B,X),C))))) -> true
% 6.08/6.38  Current number of equations to process: 215
% 6.08/6.38  Current number of ordered equations: 0
% 6.08/6.38  Current number of rules: 591
% 6.08/6.38  New rule produced :
% 6.08/6.38  [608] theorem(or(or(not(or(or(A,B),C)),or(C,B)),A)) -> true
% 6.08/6.38  Current number of equations to process: 220
% 6.08/6.38  Current number of ordered equations: 0
% 6.08/6.38  Current number of rules: 592
% 6.08/6.38  New rule produced :
% 6.08/6.38  [609] theorem(or(A,or(B,or(not(or(or(B,C),X)),or(X,C))))) -> true
% 6.08/6.38  Current number of equations to process: 222
% 6.08/6.38  Current number of ordered equations: 0
% 6.08/6.38  Current number of rules: 593
% 6.08/6.38  New rule produced :
% 6.08/6.38  [610] theorem(or(A,or(not(or(or(B,C),or(B,C))),or(X,or(C,B))))) -> true
% 6.08/6.38  Current number of equations to process: 224
% 6.08/6.38  Current number of ordered equations: 0
% 6.08/6.38  Current number of rules: 594
% 6.08/6.38  New rule produced :
% 6.08/6.38  [611]
% 6.08/6.38  ifeq(axiom(or(or(A,or(B,C)),not(or(or(A,C),B)))),true,true,true) -> true
% 6.08/6.38  Current number of equations to process: 223
% 6.08/6.38  Current number of ordered equations: 0
% 6.08/6.38  Current number of rules: 595
% 6.08/6.38  New rule produced :
% 6.08/6.38  [612]
% 6.08/6.38  ifeq(axiom(or(A,or(not(or(or(A,B),C)),or(C,B)))),true,true,true) -> true
% 6.08/6.38  Current number of equations to process: 222
% 6.08/6.38  Current number of ordered equations: 0
% 6.08/6.38  Current number of rules: 596
% 6.08/6.38  New rule produced :
% 6.08/6.38  [613] theorem(or(not(or(A,A)),or(not(or(or(not(A),B),C)),or(C,B)))) -> true
% 6.08/6.38  Current number of equations to process: 221
% 6.08/6.38  Current number of ordered equations: 0
% 6.08/6.38  Current number of rules: 597
% 6.08/6.38  New rule produced :
% 6.08/6.38  [614] theorem(or(not(A),or(not(or(or(not(or(B,A)),C),X)),or(X,C)))) -> true
% 6.08/6.38  Current number of equations to process: 220
% 6.08/6.38  Current number of ordered equations: 0
% 6.08/6.38  Current number of rules: 598
% 6.08/6.38  New rule produced :
% 6.08/6.38  [615] theorem(or(or(not(or(or(A,B),C)),or(A,or(C,B))),X)) -> true
% 6.08/6.38  Current number of equations to process: 221
% 6.08/6.38  Current number of ordered equations: 0
% 6.08/6.38  Current number of rules: 599
% 6.08/6.38  New rule produced :
% 6.08/6.38  [616] theorem(or(A,or(B,or(not(or(or(C,X),Y)),or(C,or(Y,X)))))) -> true
% 6.93/7.20  Current number of equations to process: 222
% 6.93/7.20  Current number of ordered equations: 0
% 6.93/7.20  Current number of rules: 600
% 6.93/7.20  New rule produced :
% 6.93/7.20  [617]
% 6.93/7.20  theorem(or(or(not(or(or(not(A),B),or(not(A),B))),B),not(or(A,A)))) -> true
% 6.93/7.20  Current number of equations to process: 221
% 6.93/7.20  Current number of ordered equations: 0
% 6.93/7.20  Current number of rules: 601
% 6.93/7.20  New rule produced :
% 6.93/7.20  [618]
% 6.93/7.20  theorem(or(not(or(or(not(A),B),or(not(A),B))),or(not(or(A,A)),B))) -> true
% 6.93/7.20  Current number of equations to process: 220
% 6.93/7.20  Current number of ordered equations: 0
% 6.93/7.20  Current number of rules: 602
% 6.93/7.20  New rule produced :
% 6.93/7.20  [619]
% 6.93/7.20  theorem(or(not(or(A,A)),not(or(or(not(A),not(A)),or(not(A),not(A)))))) ->
% 6.93/7.20  true
% 6.93/7.20  Current number of equations to process: 219
% 6.93/7.20  Current number of ordered equations: 0
% 6.93/7.20  Current number of rules: 603
% 6.93/7.20  New rule produced :
% 6.93/7.20  [620]
% 6.93/7.20  theorem(or(not(or(A,A)),or(not(or(or(B,not(A)),or(B,not(A)))),B))) -> true
% 6.93/7.20  Current number of equations to process: 217
% 6.93/7.20  Current number of ordered equations: 0
% 6.93/7.20  Current number of rules: 604
% 6.93/7.20  New rule produced :
% 6.93/7.20  [621] theorem(or(or(not(or(A,or(B,or(C,X)))),or(C,or(B,X))),A)) -> true
% 6.93/7.20  Current number of equations to process: 225
% 6.93/7.20  Current number of ordered equations: 0
% 6.93/7.20  Current number of rules: 605
% 6.93/7.20  New rule produced :
% 6.93/7.20  [622] theorem(or(or(A,or(B,or(C,X))),not(or(or(C,or(B,X)),A)))) -> true
% 6.93/7.20  Current number of equations to process: 231
% 6.93/7.20  Current number of ordered equations: 0
% 6.93/7.20  Current number of rules: 606
% 6.93/7.20  New rule produced :
% 6.93/7.20  [623] theorem(or(A,or(not(or(or(B,or(C,X)),A)),or(C,or(B,X))))) -> true
% 6.93/7.20  Current number of equations to process: 230
% 6.93/7.20  Current number of ordered equations: 0
% 6.93/7.20  Current number of rules: 607
% 6.93/7.20  New rule produced :
% 6.93/7.20  [624] theorem(or(not(or(A,or(or(A,B),B))),or(C,or(A,B)))) -> true
% 6.93/7.20  Current number of equations to process: 230
% 6.93/7.20  Current number of ordered equations: 0
% 6.93/7.20  Current number of rules: 608
% 6.93/7.20  New rule produced :
% 6.93/7.20  [625] theorem(or(or(A,or(B,C)),not(or(A,or(or(C,B),or(C,B)))))) -> true
% 6.93/7.20  Current number of equations to process: 237
% 6.93/7.20  Current number of ordered equations: 0
% 6.93/7.20  Current number of rules: 609
% 6.93/7.20  New rule produced :
% 6.93/7.20  [626] theorem(or(A,or(not(or(A,or(or(B,C),or(B,C)))),or(C,B)))) -> true
% 6.93/7.20  Current number of equations to process: 236
% 6.93/7.20  Current number of ordered equations: 0
% 6.93/7.20  Current number of rules: 610
% 6.93/7.20  New rule produced :
% 6.93/7.20  [627] theorem(or(not(or(or(or(A,B),or(A,B)),C)),or(C,or(B,A)))) -> true
% 6.93/7.20  Current number of equations to process: 235
% 6.93/7.20  Current number of ordered equations: 0
% 6.93/7.20  Current number of rules: 611
% 6.93/7.20  New rule produced :
% 6.93/7.20  [628] theorem(or(not(or(A,or(B,C))),or(X,or(Y,or(B,or(A,C)))))) -> true
% 6.93/7.20  Current number of equations to process: 236
% 6.93/7.20  Current number of ordered equations: 0
% 6.93/7.20  Current number of rules: 612
% 6.93/7.20  New rule produced :
% 6.93/7.20  [629] theorem(or(or(A,or(B,or(C,X))),not(or(A,or(or(B,X),C))))) -> true
% 6.93/7.20  Current number of equations to process: 243
% 6.93/7.20  Current number of ordered equations: 0
% 6.93/7.20  Current number of rules: 613
% 6.93/7.20  New rule produced :
% 6.93/7.20  [630] theorem(or(A,or(not(or(A,or(or(B,C),X))),or(B,or(X,C))))) -> true
% 6.93/7.20  Current number of equations to process: 242
% 6.93/7.20  Current number of ordered equations: 0
% 6.93/7.20  Current number of rules: 614
% 6.93/7.20  New rule produced :
% 6.93/7.20  [631] theorem(or(not(or(or(or(A,B),C),X)),or(X,or(A,or(C,B))))) -> true
% 6.93/7.20  Current number of equations to process: 241
% 6.93/7.20  Current number of ordered equations: 0
% 6.93/7.20  Current number of rules: 615
% 6.93/7.20  New rule produced :
% 6.93/7.20  [632] theorem(or(or(not(or(A,B)),or(A,C)),not(not(B)))) -> true
% 6.93/7.20  Current number of equations to process: 245
% 6.93/7.20  Current number of ordered equations: 0
% 6.93/7.20  Current number of rules: 616
% 6.93/7.20  New rule produced :
% 6.93/7.20  [633] theorem(or(not(or(A,B)),or(not(not(B)),or(A,C)))) -> true
% 6.93/7.20  Current number of equations to process: 245
% 6.93/7.20  Current number of ordered equations: 0
% 6.93/7.20  Current number of rules: 617
% 6.93/7.20  New rule produced :
% 6.93/7.20  [634] theorem(or(A,or(not(not(B)),or(not(or(C,B)),or(C,X))))) -> true
% 6.93/7.20  Current number of equations to process: 245
% 6.93/7.20  Current number of ordered equations: 0
% 6.93/7.20  Current number of rules: 618
% 6.93/7.20  New rule produced :
% 6.93/7.20  [635] theorem(or(not(or(not(A),not(A))),or(not(or(B,A)),or(B,C)))) -> true
% 6.93/7.20  Current number of equations to process: 246
% 6.93/7.20  Current number of ordered equations: 0
% 6.93/7.20  Current number of rules: 619
% 6.93/7.20  New rule produced :
% 6.93/7.20  [636] theorem(or(not(or(A,not(B))),or(A,or(not(or(C,B)),or(C,X))))) -> true
% 7.40/7.70  Current number of equations to process: 245
% 7.40/7.70  Current number of ordered equations: 0
% 7.40/7.70  Current number of rules: 620
% 7.40/7.70  New rule produced :
% 7.40/7.70  [637] theorem(or(A,or(or(not(or(B,C)),or(B,X)),not(or(X,not(C)))))) -> true
% 7.40/7.70  Current number of equations to process: 247
% 7.40/7.70  Current number of ordered equations: 0
% 7.40/7.70  Current number of rules: 621
% 7.40/7.70  New rule produced :
% 7.40/7.70  [638] theorem(or(or(not(or(A,not(B))),or(C,A)),not(or(C,B)))) -> true
% 7.40/7.70  Current number of equations to process: 250
% 7.40/7.70  Current number of ordered equations: 0
% 7.40/7.70  Current number of rules: 622
% 7.40/7.70  New rule produced :
% 7.40/7.70  [639] theorem(or(not(or(A,B)),or(not(or(C,not(A))),or(B,C)))) -> true
% 7.40/7.70  Current number of equations to process: 250
% 7.40/7.70  Current number of ordered equations: 0
% 7.40/7.70  Current number of rules: 623
% 7.40/7.70  New rule produced :
% 7.40/7.70  [640] theorem(or(A,or(or(B,C),not(or(B,or(or(B,C),C)))))) -> true
% 7.40/7.70  Current number of equations to process: 252
% 7.40/7.70  Current number of ordered equations: 0
% 7.40/7.70  Current number of rules: 624
% 7.40/7.70  New rule produced :
% 7.40/7.70  [641] theorem(or(or(not(or(A,or(or(A,B),B))),B),A)) -> true
% 7.40/7.70  Current number of equations to process: 257
% 7.40/7.70  Current number of ordered equations: 0
% 7.40/7.70  Current number of rules: 625
% 7.40/7.70  New rule produced :
% 7.40/7.70  [642] theorem(or(A,or(B,or(not(or(B,or(or(B,C),C))),C)))) -> true
% 7.40/7.70  Current number of equations to process: 259
% 7.40/7.70  Current number of ordered equations: 0
% 7.40/7.70  Current number of rules: 626
% 7.40/7.70  New rule produced :
% 7.40/7.70  [643] theorem(or(not(or(A,or(or(B,C),C))),or(A,or(B,C)))) -> true
% 7.40/7.70  Current number of equations to process: 260
% 7.40/7.70  Current number of ordered equations: 0
% 7.40/7.70  Current number of rules: 627
% 7.40/7.70  New rule produced : [644] theorem(or(or(A,B),not(or(or(A,B),B)))) -> true
% 7.40/7.70  Current number of equations to process: 262
% 7.40/7.70  Current number of ordered equations: 0
% 7.40/7.70  Current number of rules: 628
% 7.40/7.70  New rule produced : [645] theorem(or(A,or(not(or(or(A,B),B)),B))) -> true
% 7.40/7.70  Current number of equations to process: 262
% 7.40/7.70  Current number of ordered equations: 0
% 7.40/7.70  Current number of rules: 629
% 7.40/7.70  New rule produced :
% 7.40/7.70  [646] theorem(or(A,or(not(or(or(B,C),C)),or(B,C)))) -> true
% 7.40/7.70  Current number of equations to process: 262
% 7.40/7.70  Current number of ordered equations: 0
% 7.40/7.70  Current number of rules: 630
% 7.40/7.70  New rule produced : [647] theorem(or(not(or(A,or(B,A))),or(B,A))) -> true
% 7.40/7.70  Current number of equations to process: 262
% 7.40/7.70  Current number of ordered equations: 0
% 7.40/7.70  Current number of rules: 631
% 7.40/7.70  New rule produced :
% 7.40/7.70  [648] theorem(or(or(A,B),not(or(or(or(A,B),B),A)))) -> true
% 7.40/7.70  Current number of equations to process: 266
% 7.40/7.70  Current number of ordered equations: 0
% 7.40/7.70  Current number of rules: 632
% 7.40/7.70  New rule produced :
% 7.40/7.70  [649] theorem(or(A,or(not(or(or(or(A,B),B),A)),B))) -> true
% 7.40/7.70  Current number of equations to process: 266
% 7.40/7.70  Current number of ordered equations: 0
% 7.40/7.70  Current number of rules: 633
% 7.40/7.70  New rule produced :
% 7.40/7.70  [650] theorem(or(A,or(not(or(or(or(B,C),C),B)),or(B,C)))) -> true
% 7.40/7.70  Current number of equations to process: 266
% 7.40/7.70  Current number of ordered equations: 0
% 7.40/7.70  Current number of rules: 634
% 7.40/7.70  New rule produced :
% 7.40/7.70  [651] theorem(or(A,or(not(or(B,C)),or(not(or(X,not(C))),or(B,X))))) -> true
% 7.40/7.70  Current number of equations to process: 268
% 7.40/7.70  Current number of ordered equations: 0
% 7.40/7.70  Current number of rules: 635
% 7.40/7.70  New rule produced :
% 7.40/7.70  [652]
% 7.40/7.70  ifeq(axiom(or(or(A,B),not(or(A,or(or(A,B),B))))),true,true,true) -> true
% 7.40/7.70  Current number of equations to process: 267
% 7.40/7.70  Current number of ordered equations: 0
% 7.40/7.70  Current number of rules: 636
% 7.40/7.70  New rule produced :
% 7.40/7.70  [653]
% 7.40/7.70  ifeq(axiom(or(A,or(not(or(A,or(or(A,B),B))),B))),true,true,true) -> true
% 7.40/7.70  Current number of equations to process: 266
% 7.40/7.70  Current number of ordered equations: 0
% 7.40/7.70  Current number of rules: 637
% 7.40/7.70  New rule produced :
% 7.40/7.70  [654] theorem(or(not(or(or(or(A,B),B),or(or(A,B),B))),or(A,B))) -> true
% 7.40/7.70  Current number of equations to process: 265
% 7.40/7.70  Current number of ordered equations: 0
% 7.40/7.70  Current number of rules: 638
% 7.40/7.70  New rule produced :
% 7.40/7.70  [655] theorem(or(not(or(A,or(or(or(B,C),C),B))),or(A,or(B,C)))) -> true
% 7.40/7.70  Current number of equations to process: 264
% 7.40/7.70  Current number of ordered equations: 0
% 7.40/7.70  Current number of rules: 639
% 7.40/7.70  New rule produced :
% 7.40/7.70  [656] theorem(or(or(not(or(A,or(or(A,B),B))),or(A,B)),C)) -> true
% 7.40/7.70  Current number of equations to process: 265
% 7.40/7.70  Current number of ordered equations: 0
% 7.40/7.70  Current number of rules: 640
% 7.40/7.70  New rule produced :
% 8.20/8.45  [657] theorem(or(A,or(B,or(not(or(C,or(or(C,X),X))),or(C,X))))) -> true
% 8.20/8.45  Current number of equations to process: 267
% 8.20/8.45  Current number of ordered equations: 0
% 8.20/8.45  Current number of rules: 641
% 8.20/8.45  New rule produced :
% 8.20/8.45  [658]
% 8.20/8.45  theorem(or(not(or(A,A)),or(not(or(not(A),or(or(not(A),B),B))),B))) -> true
% 8.20/8.45  Current number of equations to process: 266
% 8.20/8.45  Current number of ordered equations: 0
% 8.20/8.45  Current number of rules: 642
% 8.20/8.45  New rule produced :
% 8.20/8.45  [659] theorem(or(or(not(or(A,not(B))),or(not(or(C,B)),or(C,A))),X)) -> true
% 8.20/8.45  Current number of equations to process: 267
% 8.20/8.45  Current number of ordered equations: 0
% 8.20/8.45  Current number of rules: 643
% 8.20/8.45  New rule produced :
% 8.20/8.45  [660] theorem(or(or(A,or(B,C)),not(or(A,or(B,or(or(B,C),C)))))) -> true
% 8.20/8.45  Current number of equations to process: 274
% 8.20/8.45  Current number of ordered equations: 0
% 8.20/8.45  Current number of rules: 644
% 8.20/8.45  New rule produced :
% 8.20/8.45  [661] theorem(or(A,or(not(or(A,or(B,or(or(B,C),C)))),or(B,C)))) -> true
% 8.20/8.45  Current number of equations to process: 273
% 8.20/8.45  Current number of ordered equations: 0
% 8.20/8.45  Current number of rules: 645
% 8.20/8.45  New rule produced :
% 8.20/8.45  [662] theorem(or(not(or(or(A,or(or(A,B),B)),C)),or(C,or(A,B)))) -> true
% 8.20/8.45  Current number of equations to process: 272
% 8.20/8.45  Current number of ordered equations: 0
% 8.20/8.45  Current number of rules: 646
% 8.20/8.45  New rule produced :
% 8.20/8.45  [663] theorem(or(or(A,or(B,or(C,X))),not(or(B,X)))) -> true
% 8.20/8.45  Current number of equations to process: 276
% 8.20/8.45  Current number of ordered equations: 0
% 8.20/8.45  Current number of rules: 647
% 8.20/8.45  New rule produced :
% 8.20/8.45  [664] theorem(or(not(or(A,B)),or(C,or(B,or(X,A))))) -> true
% 8.20/8.45  Current number of equations to process: 277
% 8.20/8.45  Current number of ordered equations: 0
% 8.20/8.45  Current number of rules: 648
% 8.20/8.45  New rule produced :
% 8.20/8.45  [665] theorem(or(A,or(not(or(B,C)),or(X,or(B,or(Y,C)))))) -> true
% 8.20/8.45  Current number of equations to process: 276
% 8.20/8.45  Current number of ordered equations: 0
% 8.20/8.45  Current number of rules: 649
% 8.20/8.45  New rule produced :
% 8.20/8.45  [666] theorem(or(not(or(A,or(B,C))),or(A,or(X,or(B,or(Y,C)))))) -> true
% 8.20/8.45  Current number of equations to process: 277
% 8.20/8.45  Current number of ordered equations: 0
% 8.20/8.45  Current number of rules: 650
% 8.20/8.45  New rule produced :
% 8.20/8.45  [667] theorem(or(not(or(or(A,B),or(A,B))),or(C,or(A,or(X,B))))) -> true
% 8.20/8.45  Current number of equations to process: 276
% 8.20/8.45  Current number of ordered equations: 0
% 8.20/8.45  Current number of rules: 651
% 8.20/8.45  New rule produced :
% 8.20/8.45  [668] theorem(or(A,or(or(B,or(C,or(X,Y))),not(or(X,or(C,Y)))))) -> true
% 8.20/8.45  Current number of equations to process: 278
% 8.20/8.45  Current number of ordered equations: 0
% 8.20/8.45  Current number of rules: 652
% 8.20/8.45  New rule produced :
% 8.20/8.45  [669] theorem(or(or(A,or(B,or(C,X))),not(or(or(B,X),C)))) -> true
% 8.20/8.45  Current number of equations to process: 281
% 8.20/8.45  Current number of ordered equations: 0
% 8.20/8.45  Current number of rules: 653
% 8.20/8.45  New rule produced :
% 8.20/8.45  [670] theorem(or(A,or(not(or(or(B,C),X)),or(Y,or(B,or(X,C)))))) -> true
% 8.20/8.45  Current number of equations to process: 283
% 8.20/8.45  Current number of ordered equations: 0
% 8.20/8.45  Current number of rules: 654
% 8.20/8.45  New rule produced :
% 8.20/8.45  [671] theorem(or(or(not(or(A,or(B,C))),or(X,or(B,or(A,C)))),Y)) -> true
% 8.20/8.45  Current number of equations to process: 284
% 8.20/8.45  Current number of ordered equations: 0
% 8.20/8.45  Current number of rules: 655
% 8.20/8.45  New rule produced :
% 8.20/8.45  [672] ifeq(axiom(or(A,or(or(not(or(B,B)),B),C))),true,true,true) -> true
% 8.20/8.45  Current number of equations to process: 286
% 8.20/8.45  Current number of ordered equations: 0
% 8.20/8.45  Current number of rules: 656
% 8.20/8.45  New rule produced : [673] theorem(or(or(or(not(or(A,A)),A),B),C)) -> true
% 8.20/8.45  Current number of equations to process: 287
% 8.20/8.45  Current number of ordered equations: 0
% 8.20/8.45  Current number of rules: 657
% 8.20/8.45  New rule produced :
% 8.20/8.45  [674] theorem(or(A,or(B,or(or(not(or(C,C)),C),X)))) -> true
% 8.20/8.45  Current number of equations to process: 286
% 8.20/8.45  Current number of ordered equations: 0
% 8.20/8.45  Current number of rules: 658
% 8.20/8.45  New rule produced :
% 8.20/8.45  [675] ifeq(axiom(or(or(A,or(not(or(B,B)),B)),C)),true,true,true) -> true
% 8.20/8.45  Current number of equations to process: 286
% 8.20/8.45  Current number of ordered equations: 0
% 8.20/8.45  Current number of rules: 659
% 8.20/8.45  New rule produced :
% 8.20/8.45  [676] theorem(or(A,or(or(B,or(not(or(C,C)),C)),X))) -> true
% 8.20/8.45  Current number of equations to process: 286
% 8.20/8.45  Current number of ordered equations: 0
% 8.20/8.45  Current number of rules: 660
% 8.20/8.45  New rule produced :
% 8.20/8.45  [677] theorem(or(or(A,or(B,or(not(or(C,C)),C))),X)) -> true
% 8.20/8.45  Current number of equations to process: 290
% 9.28/9.59  Current number of ordered equations: 0
% 9.28/9.59  Current number of rules: 661
% 9.28/9.59  New rule produced :
% 9.28/9.59  [678] theorem(or(A,or(B,or(C,or(X,or(not(or(Y,Y)),Y)))))) -> true
% 9.28/9.59  Current number of equations to process: 289
% 9.28/9.59  Current number of ordered equations: 0
% 9.28/9.59  Current number of rules: 662
% 9.28/9.59  New rule produced :
% 9.28/9.59  [679] ifeq(axiom(or(A,or(or(not(B),or(C,B)),X))),true,true,true) -> true
% 9.28/9.59  Current number of equations to process: 291
% 9.28/9.59  Current number of ordered equations: 0
% 9.28/9.59  Current number of rules: 663
% 9.28/9.59  New rule produced : [680] theorem(or(or(or(not(A),or(B,A)),C),X)) -> true
% 9.28/9.59  Current number of equations to process: 292
% 9.28/9.59  Current number of ordered equations: 0
% 9.28/9.59  Current number of rules: 664
% 9.28/9.59  New rule produced :
% 9.28/9.59  [681] theorem(or(A,or(B,or(or(not(C),or(X,C)),Y)))) -> true
% 9.28/9.59  Current number of equations to process: 291
% 9.28/9.59  Current number of ordered equations: 0
% 9.28/9.59  Current number of rules: 665
% 9.28/9.59  New rule produced :
% 9.28/9.59  [682]
% 9.28/9.59  ifeq(axiom(or(A,or(B,or(C,or(not(or(X,X)),X))))),true,true,true) -> true
% 9.28/9.59  Current number of equations to process: 289
% 9.28/9.59  Current number of ordered equations: 0
% 9.28/9.59  Current number of rules: 666
% 9.28/9.59  New rule produced :
% 9.28/9.59  [683] ifeq(axiom(or(or(A,or(not(B),or(C,B))),X)),true,true,true) -> true
% 9.28/9.59  Current number of equations to process: 290
% 9.28/9.59  Current number of ordered equations: 0
% 9.28/9.59  Current number of rules: 667
% 9.28/9.59  New rule produced :
% 9.28/9.59  [684] theorem(or(A,or(or(B,or(not(C),or(X,C))),Y))) -> true
% 9.28/9.59  Current number of equations to process: 290
% 9.28/9.59  Current number of ordered equations: 0
% 9.28/9.59  Current number of rules: 668
% 9.28/9.59  New rule produced :
% 9.28/9.59  [685] theorem(or(or(A,or(B,or(not(C),or(X,C)))),Y)) -> true
% 9.28/9.59  Current number of equations to process: 294
% 9.28/9.59  Current number of ordered equations: 0
% 9.28/9.59  Current number of rules: 669
% 9.28/9.59  New rule produced :
% 9.28/9.59  [686] theorem(or(A,or(B,or(C,or(X,or(not(Y),or(Z,Y))))))) -> true
% 9.28/9.59  Current number of equations to process: 293
% 9.28/9.59  Current number of ordered equations: 0
% 9.28/9.59  Current number of rules: 670
% 9.28/9.59  New rule produced :
% 9.28/9.59  [687]
% 9.28/9.59  ifeq(axiom(or(A,or(B,or(C,or(not(X),or(Y,X)))))),true,true,true) -> true
% 9.28/9.59  Current number of equations to process: 294
% 9.28/9.59  Current number of ordered equations: 0
% 9.28/9.59  Current number of rules: 671
% 9.28/9.59  New rule produced :
% 9.28/9.59  [688] theorem(or(not(not(A)),or(B,or(not(or(C,A)),or(C,X))))) -> true
% 9.28/9.59  Current number of equations to process: 299
% 9.28/9.59  Current number of ordered equations: 0
% 9.28/9.59  Current number of rules: 672
% 9.28/9.59  New rule produced :
% 9.28/9.59  [689] theorem(or(or(A,or(not(or(B,C)),or(B,X))),not(or(X,not(C))))) -> true
% 9.28/9.59  Current number of equations to process: 298
% 9.28/9.59  Current number of ordered equations: 0
% 9.28/9.59  Current number of rules: 673
% 9.28/9.59  New rule produced :
% 9.28/9.59  [690] theorem(or(or(or(not(or(A,B)),or(B,A)),C),X)) -> true
% 9.28/9.59  Current number of equations to process: 302
% 9.28/9.59  Current number of ordered equations: 0
% 9.28/9.59  Current number of rules: 674
% 9.28/9.59  New rule produced :
% 9.28/9.59  [691] theorem(or(A,or(B,or(or(not(or(C,X)),or(X,C)),Y)))) -> true
% 9.28/9.59  Current number of equations to process: 301
% 9.28/9.59  Current number of ordered equations: 0
% 9.28/9.59  Current number of rules: 675
% 9.28/9.59  New rule produced :
% 9.28/9.59  [692] theorem(or(A,or(or(B,or(not(or(C,X)),or(X,C))),Y))) -> true
% 9.28/9.59  Current number of equations to process: 303
% 9.28/9.59  Current number of ordered equations: 0
% 9.28/9.59  Current number of rules: 676
% 9.28/9.59  New rule produced :
% 9.28/9.59  [693]
% 9.28/9.59  ifeq(axiom(or(A,or(or(not(or(B,C)),or(C,B)),X))),true,true,true) -> true
% 9.28/9.59  Current number of equations to process: 305
% 9.28/9.59  Current number of ordered equations: 0
% 9.28/9.59  Current number of rules: 677
% 9.28/9.59  New rule produced :
% 9.28/9.59  [694]
% 9.28/9.59  ifeq(axiom(or(or(A,or(not(or(B,C)),or(C,B))),X)),true,true,true) -> true
% 9.28/9.59  Current number of equations to process: 304
% 9.28/9.59  Current number of ordered equations: 0
% 9.28/9.59  Current number of rules: 678
% 9.28/9.59  New rule produced :
% 9.28/9.59  [695] theorem(or(or(A,or(B,or(not(or(C,X)),or(X,C)))),Y)) -> true
% 9.28/9.59  Current number of equations to process: 305
% 9.28/9.59  Current number of ordered equations: 0
% 9.28/9.59  Current number of rules: 679
% 9.28/9.59  New rule produced :
% 9.28/9.59  [696] theorem(or(A,or(B,or(C,or(X,or(not(or(Y,Z)),or(Z,Y))))))) -> true
% 9.28/9.59  Current number of equations to process: 304
% 9.28/9.59  Current number of ordered equations: 0
% 9.28/9.59  Current number of rules: 680
% 9.28/9.59  New rule produced :
% 9.28/9.59  [697] ifeq(axiom(or(or(A,not(or(A,A))),B)),true,true,true) -> true
% 9.28/9.59  Current number of equations to process: 304
% 9.28/9.59  Current number of ordered equations: 0
% 9.28/9.59  Current number of rules: 681
% 9.81/10.15  New rule produced : [698] theorem(or(A,or(or(B,not(or(B,B))),C))) -> true
% 9.81/10.15  Current number of equations to process: 304
% 9.81/10.15  Current number of ordered equations: 0
% 9.81/10.15  Current number of rules: 682
% 9.81/10.15  New rule produced :
% 9.81/10.15  [699] ifeq(axiom(or(A,or(B,or(C,not(or(C,C)))))),true,true,true) -> true
% 9.81/10.15  Current number of equations to process: 306
% 9.81/10.15  Current number of ordered equations: 0
% 9.81/10.15  Current number of rules: 683
% 9.81/10.15  New rule produced : [700] theorem(or(or(A,or(B,not(or(B,B)))),C)) -> true
% 9.81/10.15  Current number of equations to process: 307
% 9.81/10.15  Current number of ordered equations: 0
% 9.81/10.15  Current number of rules: 684
% 9.81/10.15  New rule produced :
% 9.81/10.15  [701] theorem(or(A,or(B,or(C,or(X,not(or(X,X))))))) -> true
% 9.81/10.15  Current number of equations to process: 306
% 9.81/10.15  Current number of ordered equations: 0
% 9.81/10.15  Current number of rules: 685
% 9.81/10.15  New rule produced :
% 9.81/10.15  [702] ifeq(axiom(or(A,or(B,not(or(A,A))))),true,true,true) -> true
% 9.81/10.15  Current number of equations to process: 308
% 9.81/10.15  Current number of ordered equations: 0
% 9.81/10.15  Current number of rules: 686
% 9.81/10.15  New rule produced : [703] theorem(or(or(A,not(or(B,B))),B)) -> true
% 9.81/10.15  Current number of equations to process: 310
% 9.81/10.15  Current number of ordered equations: 0
% 9.81/10.15  Current number of rules: 687
% 9.81/10.15  New rule produced : [704] theorem(or(A,or(B,or(C,not(or(B,B)))))) -> true
% 9.81/10.15  Current number of equations to process: 309
% 9.81/10.15  Current number of ordered equations: 0
% 9.81/10.15  Current number of rules: 688
% 9.81/10.15  New rule produced :
% 9.81/10.15  [705] theorem(or(not(or(A,A)),or(B,not(or(not(A),not(A)))))) -> true
% 9.81/10.15  Current number of equations to process: 311
% 9.81/10.15  Current number of ordered equations: 0
% 9.81/10.15  Current number of rules: 689
% 9.81/10.15  New rule produced :
% 9.81/10.15  [706] theorem(or(not(or(A,B)),or(A,or(C,not(or(not(B),not(B))))))) -> true
% 9.81/10.15  Current number of equations to process: 309
% 9.81/10.15  Current number of ordered equations: 0
% 9.81/10.15  Current number of rules: 690
% 9.81/10.15  New rule produced :
% 9.81/10.15  [707] theorem(or(not(A),or(B,not(or(not(or(C,A)),not(or(C,A))))))) -> true
% 9.81/10.15  Current number of equations to process: 308
% 9.81/10.15  Current number of ordered equations: 0
% 9.81/10.15  Current number of rules: 691
% 9.81/10.15  New rule produced :
% 9.81/10.15  [708]
% 9.81/10.15  ifeq(axiom(or(not(or(or(A,not(or(A,A))),B)),C)),true,theorem(C),true) -> true
% 9.81/10.15  Current number of equations to process: 309
% 9.81/10.15  Current number of ordered equations: 0
% 9.81/10.15  Current number of rules: 692
% 9.81/10.15  New rule produced :
% 9.81/10.15  [709]
% 9.81/10.15  ifeq(axiom(or(not(or(A,or(B,not(or(A,A))))),C)),true,theorem(C),true) -> true
% 9.81/10.15  Current number of equations to process: 308
% 9.81/10.15  Current number of ordered equations: 0
% 9.81/10.15  Current number of rules: 693
% 9.81/10.15  New rule produced :
% 9.81/10.15  [710]
% 9.81/10.15  theorem(or(not(or(A,B)),or(C,not(or(not(or(B,A)),not(or(B,A))))))) -> true
% 9.81/10.15  Current number of equations to process: 307
% 9.81/10.15  Current number of ordered equations: 0
% 9.81/10.15  Current number of rules: 694
% 9.81/10.15  New rule produced :
% 9.81/10.15  [711] theorem(or(or(A,not(or(not(B),not(B)))),not(or(A,or(B,B))))) -> true
% 9.81/10.15  Current number of equations to process: 311
% 9.81/10.15  Current number of ordered equations: 0
% 9.81/10.15  Current number of rules: 695
% 9.81/10.15  New rule produced :
% 9.81/10.15  [712] theorem(or(A,or(not(or(A,or(B,B))),not(or(not(B),not(B)))))) -> true
% 9.81/10.15  Current number of equations to process: 310
% 9.81/10.15  Current number of ordered equations: 0
% 9.81/10.15  Current number of rules: 696
% 9.81/10.15  New rule produced :
% 9.81/10.15  [713] theorem(or(not(or(or(A,A),B)),or(B,not(or(not(A),not(A)))))) -> true
% 9.81/10.15  Current number of equations to process: 310
% 9.81/10.15  Current number of ordered equations: 0
% 9.81/10.15  Current number of rules: 697
% 9.81/10.15  New rule produced :
% 9.81/10.15  [714] theorem(or(not(or(A,or(not(B),not(B)))),or(A,not(or(B,B))))) -> true
% 9.81/10.15  Current number of equations to process: 311
% 9.81/10.15  Current number of ordered equations: 0
% 9.81/10.15  Current number of rules: 698
% 9.81/10.15  New rule produced : [715] theorem(or(not(not(A)),not(or(A,A)))) -> true
% 9.81/10.15  Current number of equations to process: 314
% 9.81/10.15  Current number of ordered equations: 0
% 9.81/10.15  Current number of rules: 699
% 9.81/10.15  New rule produced :
% 9.81/10.15  [716] theorem(or(A,or(not(or(not(B),not(B))),not(or(B,B))))) -> true
% 9.81/10.15  Current number of equations to process: 313
% 9.81/10.15  Current number of ordered equations: 0
% 9.81/10.15  Current number of rules: 700
% 9.81/10.15  New rule produced :
% 9.81/10.15  [717] theorem(or(or(not(or(A,A)),not(or(not(A),not(A)))),B)) -> true
% 9.81/10.15  Current number of equations to process: 317
% 9.81/10.15  Current number of ordered equations: 0
% 9.81/10.15  Current number of rules: 701
% 9.81/10.15  New rule produced :
% 9.81/10.15  [718] theorem(or(A,or(B,or(not(or(C,C)),not(or(not(C),not(C))))))) -> true
% 10.82/11.07  Current number of equations to process: 316
% 10.82/11.07  Current number of ordered equations: 0
% 10.82/11.07  Current number of rules: 702
% 10.82/11.07  New rule produced :
% 10.82/11.07  [719] ifeq(axiom(or(or(or(A,B),not(B)),C)),true,true,true) -> true
% 10.82/11.07  Current number of equations to process: 317
% 10.82/11.07  Current number of ordered equations: 0
% 10.82/11.07  Current number of rules: 703
% 10.82/11.07  New rule produced : [720] theorem(or(A,or(or(or(B,C),not(C)),X))) -> true
% 10.82/11.07  Current number of equations to process: 317
% 10.82/11.07  Current number of ordered equations: 0
% 10.82/11.07  Current number of rules: 704
% 10.82/11.07  New rule produced :
% 10.82/11.07  [721] ifeq(axiom(or(A,or(B,or(or(C,X),not(X))))),true,true,true) -> true
% 10.82/11.07  Current number of equations to process: 319
% 10.82/11.07  Current number of ordered equations: 0
% 10.82/11.07  Current number of rules: 705
% 10.82/11.07  New rule produced : [722] theorem(or(or(A,or(or(B,C),not(C))),X)) -> true
% 10.82/11.07  Current number of equations to process: 320
% 10.82/11.07  Current number of ordered equations: 0
% 10.82/11.07  Current number of rules: 706
% 10.82/11.07  New rule produced :
% 10.82/11.07  [723] theorem(or(A,or(B,or(C,or(or(X,Y),not(Y)))))) -> true
% 10.82/11.07  Current number of equations to process: 319
% 10.82/11.07  Current number of ordered equations: 0
% 10.82/11.07  Current number of rules: 707
% 10.82/11.07  New rule produced :
% 10.82/11.07  [724] ifeq(axiom(or(or(A,B),or(C,not(B)))),true,true,true) -> true
% 10.82/11.07  Current number of equations to process: 320
% 10.82/11.07  Current number of ordered equations: 0
% 10.82/11.07  Current number of rules: 708
% 10.82/11.07  New rule produced : [725] theorem(or(or(A,not(B)),or(C,B))) -> true
% 10.82/11.07  Current number of equations to process: 321
% 10.82/11.07  Current number of ordered equations: 0
% 10.82/11.07  Current number of rules: 709
% 10.82/11.07  New rule produced : [726] theorem(or(A,or(or(B,C),or(X,not(C))))) -> true
% 10.82/11.07  Current number of equations to process: 320
% 10.82/11.07  Current number of ordered equations: 0
% 10.82/11.07  Current number of rules: 710
% 10.82/11.07  New rule produced :
% 10.82/11.07  [727]
% 10.82/11.07  ifeq(axiom(or(not(or(or(or(A,B),not(B)),C)),X)),true,theorem(X),true) -> true
% 10.82/11.07  Current number of equations to process: 320
% 10.82/11.07  Current number of ordered equations: 0
% 10.82/11.07  Current number of rules: 711
% 10.82/11.07  New rule produced :
% 10.82/11.07  [728]
% 10.82/11.07  ifeq(axiom(or(not(or(or(A,B),or(C,not(B)))),X)),true,theorem(X),true) -> true
% 10.82/11.07  Current number of equations to process: 319
% 10.82/11.07  Current number of ordered equations: 0
% 10.82/11.07  Current number of rules: 712
% 10.82/11.07  New rule produced :
% 10.82/11.07  [729]
% 10.82/11.07  theorem(or(A,or(not(or(B,or(C,C))),or(B,not(or(not(C),not(C))))))) -> true
% 10.82/11.07  Current number of equations to process: 318
% 10.82/11.07  Current number of ordered equations: 0
% 10.82/11.07  Current number of rules: 713
% 10.82/11.07  New rule produced :
% 10.82/11.07  [730]
% 10.82/11.07  theorem(or(not(or(or(not(A),not(A)),or(not(A),not(A)))),not(or(A,A)))) ->
% 10.82/11.07  true
% 10.82/11.07  Current number of equations to process: 317
% 10.82/11.07  Current number of ordered equations: 0
% 10.82/11.07  Current number of rules: 714
% 10.82/11.07  New rule produced :
% 10.82/11.07  [731]
% 10.82/11.07  ifeq(axiom(or(A,or(not(or(B,B)),not(or(not(B),not(B)))))),true,true,true) ->
% 10.82/11.07  true
% 10.82/11.07  Current number of equations to process: 316
% 10.82/11.07  Current number of ordered equations: 0
% 10.82/11.07  Current number of rules: 715
% 10.82/11.07  New rule produced :
% 10.82/11.07  [732] theorem(or(not(or(not(A),not(A))),not(or(or(A,A),or(A,A))))) -> true
% 10.82/11.07  Current number of equations to process: 319
% 10.82/11.07  Current number of ordered equations: 0
% 10.82/11.07  Current number of rules: 716
% 10.82/11.07  New rule produced :
% 10.82/11.07  [733]
% 10.82/11.07  theorem(or(A,or(not(or(or(B,B),or(B,B))),not(or(not(B),not(B)))))) -> true
% 10.82/11.07  Current number of equations to process: 321
% 10.82/11.07  Current number of ordered equations: 0
% 10.82/11.07  Current number of rules: 717
% 10.82/11.07  New rule produced :
% 10.82/11.07  [734] theorem(or(or(or(not(or(A,or(B,C))),or(B,or(A,C))),X),Y)) -> true
% 10.82/11.07  Current number of equations to process: 322
% 10.82/11.07  Current number of ordered equations: 0
% 10.82/11.07  Current number of rules: 718
% 10.82/11.07  New rule produced :
% 10.82/11.07  [735] theorem(or(A,or(or(B,not(or(not(C),not(C)))),not(or(B,C))))) -> true
% 10.82/11.07  Current number of equations to process: 327
% 10.82/11.07  Current number of ordered equations: 0
% 10.82/11.07  Current number of rules: 719
% 10.82/11.07  New rule produced :
% 10.82/11.07  [736] theorem(or(or(not(or(A,B)),not(or(not(B),not(B)))),A)) -> true
% 10.82/11.07  Current number of equations to process: 329
% 10.82/11.07  Current number of ordered equations: 0
% 10.82/11.07  Current number of rules: 720
% 10.82/11.07  New rule produced :
% 10.82/11.07  [737] theorem(or(A,or(B,or(not(or(B,C)),not(or(not(C),not(C))))))) -> true
% 10.82/11.07  Current number of equations to process: 333
% 10.82/11.07  Current number of ordered equations: 0
% 10.82/11.07  Current number of rules: 721
% 10.82/11.07  New rule produced :
% 10.82/11.07  [738] theorem(or(or(A,not(or(not(B),not(B)))),not(or(B,A)))) -> true
% 10.82/11.07  Current number of equations to process: 335
% 11.44/11.68  Current number of ordered equations: 0
% 11.44/11.68  Current number of rules: 722
% 11.44/11.68  New rule produced :
% 11.44/11.68  [739] theorem(or(A,or(not(or(B,A)),not(or(not(B),not(B)))))) -> true
% 11.44/11.68  Current number of equations to process: 335
% 11.44/11.68  Current number of ordered equations: 0
% 11.44/11.68  Current number of rules: 723
% 11.44/11.68  New rule produced :
% 11.44/11.68  [740] theorem(or(A,or(not(or(B,C)),or(C,not(or(not(B),not(B))))))) -> true
% 11.44/11.68  Current number of equations to process: 335
% 11.44/11.68  Current number of ordered equations: 0
% 11.44/11.68  Current number of rules: 724
% 11.44/11.68  New rule produced :
% 11.44/11.68  [741]
% 11.44/11.68  ifeq(axiom(or(or(A,not(or(not(B),not(B)))),not(or(A,B)))),true,true,true) ->
% 11.44/11.68  true
% 11.44/11.68  Current number of equations to process: 337
% 11.44/11.68  Current number of ordered equations: 0
% 11.44/11.68  Current number of rules: 725
% 11.44/11.68  New rule produced :
% 11.44/11.68  [742]
% 11.44/11.68  ifeq(axiom(or(A,or(not(or(A,B)),not(or(not(B),not(B)))))),true,true,true) ->
% 11.44/11.68  true
% 11.44/11.68  Current number of equations to process: 336
% 11.44/11.68  Current number of ordered equations: 0
% 11.44/11.68  Current number of rules: 726
% 11.44/11.68  New rule produced :
% 11.44/11.68  [743]
% 11.44/11.68  theorem(or(not(or(A,A)),or(not(or(not(A),B)),not(or(not(B),not(B)))))) ->
% 11.44/11.68  true
% 11.44/11.68  Current number of equations to process: 335
% 11.44/11.68  Current number of ordered equations: 0
% 11.44/11.68  Current number of rules: 727
% 11.44/11.68  New rule produced :
% 11.44/11.68  [744]
% 11.44/11.68  theorem(or(not(A),or(not(or(not(or(B,A)),C)),not(or(not(C),not(C)))))) ->
% 11.44/11.68  true
% 11.44/11.68  Current number of equations to process: 334
% 11.44/11.68  Current number of ordered equations: 0
% 11.44/11.68  Current number of rules: 728
% 11.44/11.68  New rule produced :
% 11.44/11.68  [745]
% 11.44/11.68  theorem(or(not(or(A,or(B,C))),or(A,or(C,not(or(not(B),not(B))))))) -> true
% 11.44/11.68  Current number of equations to process: 333
% 11.44/11.68  Current number of ordered equations: 0
% 11.44/11.68  Current number of rules: 729
% 11.44/11.68  New rule produced :
% 11.44/11.68  [746]
% 11.44/11.68  theorem(or(not(or(or(A,B),or(A,B))),or(B,not(or(not(A),not(A)))))) -> true
% 11.44/11.68  Current number of equations to process: 332
% 11.44/11.68  Current number of ordered equations: 0
% 11.44/11.68  Current number of rules: 730
% 11.44/11.68  New rule produced :
% 11.44/11.68  [747] theorem(or(or(not(or(A,B)),or(A,not(or(not(B),not(B))))),C)) -> true
% 11.44/11.68  Current number of equations to process: 334
% 11.44/11.68  Current number of ordered equations: 0
% 11.44/11.68  Current number of rules: 731
% 11.44/11.68  New rule produced :
% 11.44/11.68  [748] theorem(or(not(or(A,B)),or(C,or(A,not(or(not(B),not(B))))))) -> true
% 11.44/11.68  Current number of equations to process: 333
% 11.44/11.68  Current number of ordered equations: 0
% 11.44/11.68  Current number of rules: 732
% 11.44/11.68  New rule produced : [749] theorem(or(not(not(or(A,B))),not(B))) -> true
% 11.44/11.68  Current number of equations to process: 338
% 11.44/11.68  Current number of ordered equations: 0
% 11.44/11.68  Current number of rules: 733
% 11.44/11.68  New rule produced :
% 11.44/11.68  [750] theorem(or(A,or(not(or(not(or(B,C)),not(or(B,C)))),not(C)))) -> true
% 11.44/11.68  Current number of equations to process: 337
% 11.44/11.68  Current number of ordered equations: 0
% 11.44/11.68  Current number of rules: 734
% 11.44/11.68  New rule produced :
% 11.44/11.68  [751] ifeq(axiom(or(or(or(A,B),not(or(B,A))),C)),true,true,true) -> true
% 11.44/11.68  Current number of equations to process: 338
% 11.44/11.68  Current number of ordered equations: 0
% 11.44/11.68  Current number of rules: 735
% 11.44/11.68  New rule produced :
% 11.44/11.68  [752] theorem(or(A,or(or(or(B,C),not(or(C,B))),X))) -> true
% 11.44/11.68  Current number of equations to process: 338
% 11.44/11.68  Current number of ordered equations: 0
% 11.44/11.68  Current number of rules: 736
% 11.44/11.68  New rule produced :
% 11.44/11.68  [753] ifeq(axiom(or(or(A,B),or(C,not(or(B,A))))),true,true,true) -> true
% 11.44/11.68  Current number of equations to process: 339
% 11.44/11.68  Current number of ordered equations: 0
% 11.44/11.68  Current number of rules: 737
% 11.44/11.68  New rule produced : [754] theorem(or(or(A,not(or(B,C))),or(C,B))) -> true
% 11.44/11.68  Current number of equations to process: 340
% 11.44/11.68  Current number of ordered equations: 0
% 11.44/11.68  Current number of rules: 738
% 11.44/11.68  New rule produced :
% 11.44/11.68  [755] theorem(or(A,or(or(B,C),or(X,not(or(C,B)))))) -> true
% 11.44/11.68  Current number of equations to process: 339
% 11.44/11.68  Current number of ordered equations: 0
% 11.44/11.68  Current number of rules: 739
% 11.44/11.68  New rule produced :
% 11.44/11.68  [756] theorem(or(or(A,or(or(B,C),not(or(C,B)))),X)) -> true
% 11.44/11.68  Current number of equations to process: 343
% 11.44/11.68  Current number of ordered equations: 0
% 11.44/11.68  Current number of rules: 740
% 11.44/11.68  New rule produced :
% 11.44/11.68  [757] theorem(or(A,or(B,or(C,or(or(X,Y),not(or(Y,X))))))) -> true
% 11.44/11.68  Current number of equations to process: 342
% 11.44/11.68  Current number of ordered equations: 0
% 11.44/11.68  Current number of rules: 741
% 11.44/11.68  New rule produced :
% 11.44/11.68  [758]
% 11.44/11.68  ifeq(axiom(or(A,or(B,or(or(C,X),not(or(X,C)))))),true,true,true) -> true
% 11.44/11.68  Current number of equations to process: 344
% 11.74/12.02  Current number of ordered equations: 0
% 11.74/12.02  Current number of rules: 742
% 11.74/12.02  New rule produced :
% 11.74/12.02  [759]
% 11.74/12.02  theorem(or(A,or(B,or(not(or(C,X)),or(C,not(or(not(X),not(X)))))))) -> true
% 11.74/12.02  Current number of equations to process: 343
% 11.74/12.02  Current number of ordered equations: 0
% 11.74/12.02  Current number of rules: 743
% 11.74/12.02  New rule produced :
% 11.74/12.02  [760]
% 11.74/12.02  theorem(or(not(or(A,or(not(or(B,C)),not(or(B,C))))),or(A,not(C)))) -> true
% 11.74/12.02  Current number of equations to process: 342
% 11.74/12.02  Current number of ordered equations: 0
% 11.74/12.02  Current number of rules: 744
% 11.74/12.02  New rule produced :
% 11.74/12.02  [761] theorem(or(or(not(A),not(or(not(or(B,A)),not(or(B,A))))),C)) -> true
% 11.74/12.02  Current number of equations to process: 342
% 11.74/12.02  Current number of ordered equations: 0
% 11.74/12.02  Current number of rules: 745
% 11.74/12.02  New rule produced :
% 11.74/12.02  [762]
% 11.74/12.02  theorem(or(A,or(B,or(not(C),not(or(not(or(X,C)),not(or(X,C)))))))) -> true
% 11.74/12.02  Current number of equations to process: 343
% 11.74/12.02  Current number of ordered equations: 0
% 11.74/12.02  Current number of rules: 746
% 11.74/12.02  New rule produced :
% 11.74/12.02  [763] theorem(or(not(or(not(or(A,B)),not(or(A,B)))),not(or(B,B)))) -> true
% 11.74/12.02  Current number of equations to process: 346
% 11.74/12.02  Current number of ordered equations: 0
% 11.74/12.02  Current number of rules: 747
% 11.74/12.02  New rule produced :
% 11.74/12.02  [764]
% 11.74/12.02  theorem(or(A,or(not(or(B,B)),not(or(not(or(C,B)),not(or(C,B))))))) -> true
% 11.74/12.02  Current number of equations to process: 347
% 11.74/12.02  Current number of ordered equations: 0
% 11.74/12.02  Current number of rules: 748
% 11.74/12.02  New rule produced :
% 11.74/12.02  [765] theorem(or(not(or(or(A,or(B,B)),or(A,or(B,B)))),or(A,or(C,B)))) -> true
% 11.74/12.02  Current number of equations to process: 346
% 11.74/12.02  Current number of ordered equations: 0
% 11.74/12.02  Current number of rules: 749
% 11.74/12.02  New rule produced :
% 11.74/12.02  [766]
% 11.74/12.02  ifeq(axiom(or(not(or(A,or(not(or(B,B)),or(C,B)))),X)),true,theorem(X),true)
% 11.74/12.02  -> true
% 11.74/12.02  Current number of equations to process: 345
% 11.74/12.02  Current number of ordered equations: 0
% 11.74/12.02  Current number of rules: 750
% 11.74/12.02  New rule produced :
% 11.74/12.02  [767] theorem(or(not(or(A,or(B,or(or(C,C),or(C,C))))),or(A,or(B,C)))) -> true
% 11.74/12.02  Current number of equations to process: 344
% 11.74/12.02  Current number of ordered equations: 0
% 11.74/12.02  Current number of rules: 751
% 11.74/12.02  New rule produced :
% 11.74/12.02  [768]
% 11.74/12.02  ifeq(axiom(or(not(or(A,not(or(or(A,A),or(A,A))))),B)),true,theorem(B),true)
% 11.74/12.02  -> true
% 11.74/12.02  Current number of equations to process: 343
% 11.74/12.02  Current number of ordered equations: 0
% 11.74/12.02  Current number of rules: 752
% 11.74/12.02  New rule produced :
% 11.74/12.02  [769]
% 11.74/12.02  ifeq(axiom(or(not(A),B)),true,theorem(or(not(A),or(not(or(not(B),C)),C))),true)
% 11.74/12.02  -> true
% 11.74/12.02  Current number of equations to process: 342
% 11.74/12.02  Current number of ordered equations: 0
% 11.74/12.02  Current number of rules: 753
% 11.74/12.02  New rule produced :
% 11.74/12.02  [770]
% 11.74/12.02  ifeq(axiom(or(not(or(A,or(not(B),or(C,or(X,B))))),Y)),true,theorem(Y),true)
% 11.74/12.02  -> true
% 11.74/12.02  Current number of equations to process: 341
% 11.74/12.02  Current number of ordered equations: 0
% 11.74/12.02  Current number of rules: 754
% 11.74/12.02  New rule produced :
% 11.74/12.02  [771]
% 11.74/12.02  ifeq(axiom(or(not(or(not(or(A,A)),or(B,or(C,A)))),X)),true,theorem(X),true)
% 11.74/12.02  -> true
% 11.74/12.02  Current number of equations to process: 340
% 11.74/12.02  Current number of ordered equations: 0
% 11.74/12.02  Current number of rules: 755
% 11.74/12.02  New rule produced :
% 11.74/12.02  [772]
% 11.74/12.02  ifeq(axiom(or(not(A),or(B,B))),true,theorem(or(not(A),or(C,or(X,B)))),true)
% 11.74/12.02  -> true
% 11.74/12.02  Current number of equations to process: 339
% 11.74/12.02  Current number of ordered equations: 0
% 11.74/12.02  Current number of rules: 756
% 11.74/12.02  New rule produced :
% 11.74/12.02  [773]
% 11.74/12.02  ifeq(axiom(or(not(or(not(A),or(B,or(C,or(X,A))))),Y)),true,theorem(Y),true)
% 11.74/12.02  -> true
% 11.74/12.02  Current number of equations to process: 338
% 11.74/12.02  Current number of ordered equations: 0
% 11.74/12.02  Current number of rules: 757
% 11.74/12.02  New rule produced :
% 11.74/12.02  [774]
% 11.74/12.02  ifeq(axiom(or(not(A),B)),true,theorem(or(not(A),or(C,or(X,or(Y,B))))),true)
% 11.74/12.02  -> true
% 11.74/12.02  Current number of equations to process: 337
% 11.74/12.02  Current number of ordered equations: 0
% 11.74/12.02  Current number of rules: 758
% 11.74/12.02  New rule produced :
% 11.74/12.02  [775]
% 11.74/12.02  ifeq(axiom(or(not(or(not(or(A,B)),or(A,or(B,C)))),X)),true,theorem(X),true)
% 11.74/12.02  -> true
% 11.74/12.02  Current number of equations to process: 336
% 11.74/12.02  Current number of ordered equations: 0
% 11.74/12.02  Current number of rules: 759
% 11.74/12.02  New rule produced :
% 11.74/12.02  [776]
% 11.74/12.02  ifeq(axiom(or(not(A),or(B,C))),true,theorem(or(not(A),or(B,or(C,X)))),true)
% 11.74/12.02  -> true
% 11.74/12.02  Current number of equations to process: 335
% 11.74/12.02  Current number of ordered equations: 0
% 11.74/12.02  Current number of rules: 760
% 11.74/12.02  New rule produced :
% 11.74/12.02  [777]
% 11.74/12.02  ifeq(axiom(or(not(or(not(or(A,B)),or(or(B,A),C))),X)),true,theorem(X),true)
% 11.95/12.25  -> true
% 11.95/12.25  Current number of equations to process: 334
% 11.95/12.25  Current number of ordered equations: 0
% 11.95/12.25  Current number of rules: 761
% 11.95/12.25  New rule produced :
% 11.95/12.25  [778]
% 11.95/12.25  ifeq(axiom(or(not(A),or(B,C))),true,theorem(or(not(A),or(or(C,B),X))),true)
% 11.95/12.25  -> true
% 11.95/12.25  Current number of equations to process: 333
% 11.95/12.25  Current number of ordered equations: 0
% 11.95/12.25  Current number of rules: 762
% 11.95/12.25  New rule produced :
% 11.95/12.25  [779]
% 11.95/12.25  ifeq(axiom(or(A,or(not(or(or(B,C),or(B,C))),or(C,B)))),true,true,true) ->
% 11.95/12.25  true
% 11.95/12.25  Current number of equations to process: 332
% 11.95/12.25  Current number of ordered equations: 0
% 11.95/12.25  Current number of rules: 763
% 11.95/12.25  New rule produced :
% 11.95/12.25  [780] theorem(or(not(or(A,or(B,or(C,X)))),or(A,or(B,or(Y,or(X,C)))))) -> true
% 11.95/12.25  Current number of equations to process: 331
% 11.95/12.25  Current number of ordered equations: 0
% 11.95/12.25  Current number of rules: 764
% 11.95/12.25  New rule produced :
% 11.95/12.25  [781]
% 11.95/12.25  ifeq(axiom(or(not(or(or(A,or(B,C)),not(or(C,B)))),X)),true,theorem(X),true)
% 11.95/12.25  -> true
% 11.95/12.25  Current number of equations to process: 330
% 11.95/12.25  Current number of ordered equations: 0
% 11.95/12.25  Current number of rules: 765
% 11.95/12.25  New rule produced :
% 11.95/12.25  [782] theorem(or(not(or(A,or(or(B,C),or(B,C)))),or(A,or(X,or(C,B))))) -> true
% 11.95/12.25  Current number of equations to process: 329
% 11.95/12.25  Current number of ordered equations: 0
% 11.95/12.25  Current number of rules: 766
% 11.95/12.25  New rule produced :
% 11.95/12.25  [783]
% 11.95/12.25  theorem(or(not(or(A,B)),or(A,or(not(or(or(not(B),C),X)),or(X,C))))) -> true
% 11.95/12.25  Current number of equations to process: 328
% 11.95/12.25  Current number of ordered equations: 0
% 11.95/12.25  Current number of rules: 767
% 11.95/12.25  New rule produced :
% 11.95/12.25  [784]
% 11.95/12.25  theorem(or(not(or(A,B)),or(not(or(or(not(or(B,A)),C),X)),or(X,C)))) -> true
% 11.95/12.25  Current number of equations to process: 327
% 11.95/12.25  Current number of ordered equations: 0
% 11.95/12.25  Current number of rules: 768
% 11.95/12.25  New rule produced :
% 11.95/12.25  [785]
% 11.95/12.25  ifeq(axiom(or(A,or(not(or(or(B,C),X)),or(B,or(X,C))))),true,true,true) ->
% 11.95/12.25  true
% 11.95/12.25  Current number of equations to process: 326
% 11.95/12.25  Current number of ordered equations: 0
% 11.95/12.25  Current number of rules: 769
% 11.95/12.25  New rule produced :
% 11.95/12.25  [786] theorem(or(A,or(or(B,or(C,or(X,Y))),not(or(B,or(X,or(C,Y))))))) -> true
% 11.95/12.25  Current number of equations to process: 325
% 11.95/12.25  Current number of ordered equations: 0
% 11.95/12.25  Current number of rules: 770
% 11.95/12.25  New rule produced :
% 11.95/12.25  [787] theorem(or(A,or(B,or(not(or(B,or(C,or(X,Y)))),or(X,or(C,Y)))))) -> true
% 11.95/12.25  Current number of equations to process: 324
% 11.95/12.25  Current number of ordered equations: 0
% 11.95/12.25  Current number of rules: 771
% 11.95/12.25  New rule produced :
% 11.95/12.25  [788] theorem(or(A,or(not(or(or(B,or(C,X)),Y)),or(Y,or(C,or(B,X)))))) -> true
% 11.95/12.25  Current number of equations to process: 323
% 11.95/12.25  Current number of ordered equations: 0
% 11.95/12.25  Current number of rules: 772
% 11.95/12.25  New rule produced :
% 11.95/12.25  [789] theorem(or(A,or(not(or(B,or(or(C,X),or(C,X)))),or(B,or(X,C))))) -> true
% 11.95/12.25  Current number of equations to process: 322
% 11.95/12.25  Current number of ordered equations: 0
% 11.95/12.25  Current number of rules: 773
% 11.95/12.25  New rule produced :
% 11.95/12.25  [790]
% 11.95/12.25  theorem(or(not(or(not(A),B)),or(C,or(X,or(not(or(Y,A)),or(Y,B)))))) -> true
% 11.95/12.25  Current number of equations to process: 321
% 11.95/12.25  Current number of ordered equations: 0
% 11.95/12.25  Current number of rules: 774
% 11.95/12.25  New rule produced :
% 11.95/12.25  [791] theorem(or(A,or(not(or(B,or(or(C,X),Y))),or(B,or(C,or(Y,X)))))) -> true
% 11.95/12.25  Current number of equations to process: 320
% 11.95/12.25  Current number of ordered equations: 0
% 11.95/12.25  Current number of rules: 775
% 11.95/12.25  New rule produced :
% 11.95/12.25  [792]
% 11.95/12.25  ifeq(axiom(or(or(not(or(A,B)),or(A,C)),not(or(C,not(B))))),true,true,true) ->
% 11.95/12.25  true
% 11.95/12.25  Current number of equations to process: 319
% 11.95/12.25  Current number of ordered equations: 0
% 11.95/12.25  Current number of rules: 776
% 11.95/12.25  New rule produced :
% 11.95/12.25  [793]
% 11.95/12.25  theorem(or(not(or(A,or(B,C))),or(A,or(not(or(X,not(C))),or(B,X))))) -> true
% 11.95/12.25  Current number of equations to process: 318
% 11.95/12.25  Current number of ordered equations: 0
% 11.95/12.25  Current number of rules: 777
% 11.95/12.25  New rule produced :
% 11.95/12.25  [794]
% 11.95/12.25  theorem(or(not(or(or(A,B),or(A,B))),or(not(or(C,not(B))),or(A,C)))) -> true
% 11.95/12.25  Current number of equations to process: 317
% 11.95/12.25  Current number of ordered equations: 0
% 11.95/12.25  Current number of rules: 778
% 11.95/12.25  New rule produced :
% 11.95/12.25  [795]
% 11.95/12.25  ifeq(axiom(or(not(or(not(or(or(A,B),B)),or(A,B))),C)),true,theorem(C),true)
% 11.95/12.25  -> true
% 11.95/12.25  Current number of equations to process: 316
% 11.95/12.25  Current number of ordered equations: 0
% 11.95/12.25  Current number of rules: 779
% 11.95/12.25  New rule produced :
% 11.95/12.25  [796]
% 11.95/12.25  ifeq(axiom(or(not(A),or(or(B,C),C))),true,theorem(or(not(A),or(B,C))),true)
% 12.32/12.56  -> true
% 12.32/12.56  Current number of equations to process: 315
% 12.32/12.56  Current number of ordered equations: 0
% 12.32/12.56  Current number of rules: 780
% 12.32/12.56  New rule produced :
% 12.32/12.56  [797]
% 12.32/12.56  ifeq(axiom(or(A,or(not(or(B,or(or(B,C),C))),or(B,C)))),true,true,true) ->
% 12.32/12.56  true
% 12.32/12.56  Current number of equations to process: 314
% 12.32/12.56  Current number of ordered equations: 0
% 12.32/12.56  Current number of rules: 781
% 12.32/12.56  New rule produced :
% 12.32/12.56  [798]
% 12.32/12.56  theorem(or(A,or(B,or(not(or(C,not(X))),or(not(or(Y,X)),or(Y,C)))))) -> true
% 12.32/12.56  Current number of equations to process: 313
% 12.32/12.56  Current number of ordered equations: 0
% 12.32/12.56  Current number of rules: 782
% 12.32/12.56  New rule produced :
% 12.32/12.56  [799] theorem(or(A,or(not(or(B,or(C,or(or(C,X),X)))),or(B,or(C,X))))) -> true
% 12.32/12.56  Current number of equations to process: 312
% 12.32/12.56  Current number of ordered equations: 0
% 12.32/12.56  Current number of rules: 783
% 12.32/12.56  New rule produced :
% 12.32/12.56  [800]
% 12.32/12.56  ifeq(axiom(or(or(A,or(B,or(C,X))),not(or(C,or(B,X))))),true,true,true) ->
% 12.32/12.56  true
% 12.32/12.56  Current number of equations to process: 311
% 12.32/12.56  Current number of ordered equations: 0
% 12.32/12.56  Current number of rules: 784
% 12.32/12.56  New rule produced :
% 12.32/12.56  [801] theorem(or(not(or(A,or(or(B,C),X))),or(A,or(Y,or(B,or(X,C)))))) -> true
% 12.32/12.56  Current number of equations to process: 310
% 12.32/12.56  Current number of ordered equations: 0
% 12.32/12.56  Current number of rules: 785
% 12.32/12.56  New rule produced :
% 12.32/12.56  [802] theorem(or(A,or(B,or(not(or(C,or(X,Y))),or(Z,or(X,or(C,Y))))))) -> true
% 12.32/12.56  Current number of equations to process: 309
% 12.32/12.56  Current number of ordered equations: 0
% 12.32/12.56  Current number of rules: 786
% 12.32/12.56  New rule produced :
% 12.32/12.56  [803]
% 12.32/12.56  ifeq(axiom(or(not(or(A,or(or(not(or(B,B)),B),C))),X)),true,theorem(X),true)
% 12.32/12.56  -> true
% 12.32/12.56  Current number of equations to process: 308
% 12.32/12.56  Current number of ordered equations: 0
% 12.32/12.56  Current number of rules: 787
% 12.32/12.56  New rule produced :
% 12.32/12.56  [804]
% 12.32/12.56  ifeq(axiom(or(not(or(or(A,or(not(or(B,B)),B)),C)),X)),true,theorem(X),true)
% 12.32/12.56  -> true
% 12.32/12.56  Current number of equations to process: 307
% 12.32/12.56  Current number of ordered equations: 0
% 12.32/12.56  Current number of rules: 788
% 12.32/12.56  New rule produced :
% 12.32/12.56  [805]
% 12.32/12.56  ifeq(axiom(or(not(or(A,or(or(not(B),or(C,B)),X))),Y)),true,theorem(Y),true)
% 12.32/12.56  -> true
% 12.32/12.56  Current number of equations to process: 306
% 12.32/12.56  Current number of ordered equations: 0
% 12.32/12.56  Current number of rules: 789
% 12.32/12.56  New rule produced :
% 12.32/12.56  [806]
% 12.32/12.56  ifeq(axiom(or(not(or(or(A,or(not(B),or(C,B))),X)),Y)),true,theorem(Y),true)
% 12.32/12.56  -> true
% 12.32/12.56  Current number of equations to process: 305
% 12.32/12.56  Current number of ordered equations: 0
% 12.32/12.56  Current number of rules: 790
% 12.32/12.56  New rule produced :
% 12.32/12.56  [807]
% 12.32/12.56  theorem(or(A,or(or(B,or(not(or(C,X)),or(C,Y))),not(or(not(X),Y))))) -> true
% 12.32/12.56  Current number of equations to process: 304
% 12.32/12.56  Current number of ordered equations: 0
% 12.32/12.56  Current number of rules: 791
% 12.32/12.56  New rule produced :
% 12.32/12.56  [808]
% 12.32/12.56  theorem(or(A,or(not(or(B,not(C))),or(X,or(not(or(Y,C)),or(Y,B)))))) -> true
% 12.32/12.56  Current number of equations to process: 303
% 12.32/12.56  Current number of ordered equations: 0
% 12.32/12.56  Current number of rules: 792
% 12.32/12.56  New rule produced :
% 12.32/12.56  [809]
% 12.32/12.56  ifeq(axiom(or(A,or(B,or(C,or(not(or(X,Y)),or(Y,X)))))),true,true,true) ->
% 12.32/12.56  true
% 12.32/12.56  Current number of equations to process: 302
% 12.32/12.56  Current number of ordered equations: 0
% 12.32/12.56  Current number of rules: 793
% 12.32/12.56  New rule produced :
% 12.32/12.56  [810]
% 12.32/12.56  ifeq(axiom(or(not(or(A,or(B,or(C,not(or(C,C)))))),X)),true,theorem(X),true)
% 12.32/12.56  -> true
% 12.32/12.56  Current number of equations to process: 301
% 12.32/12.56  Current number of ordered equations: 0
% 12.32/12.56  Current number of rules: 794
% 12.32/12.56  New rule produced :
% 12.32/12.56  [811]
% 12.32/12.56  ifeq(axiom(or(not(or(A,or(B,or(or(C,X),not(X))))),Y)),true,theorem(Y),true)
% 12.32/12.56  -> true
% 12.32/12.56  Current number of equations to process: 299
% 12.32/12.56  Current number of ordered equations: 0
% 12.32/12.56  Current number of rules: 795
% 12.32/12.56  New rule produced :
% 12.32/12.56  [812] theorem(or(A,or(B,or(or(not(or(C,or(X,Y))),or(X,or(C,Y))),Z)))) -> true
% 12.32/12.56  Current number of equations to process: 298
% 12.32/12.56  Current number of ordered equations: 0
% 12.32/12.56  Current number of rules: 796
% 12.32/12.56  New rule produced :
% 12.32/12.56  [813]
% 12.32/12.56  ifeq(axiom(or(not(or(or(or(A,B),not(or(B,A))),C)),X)),true,theorem(X),true)
% 12.32/12.56  -> true
% 12.32/12.56  Current number of equations to process: 297
% 12.32/12.56  Current number of ordered equations: 0
% 12.32/12.56  Current number of rules: 797
% 12.32/12.56  New rule produced :
% 12.32/12.56  [814]
% 12.32/12.56  ifeq(axiom(or(not(or(or(A,B),or(C,not(or(B,A))))),X)),true,theorem(X),true)
% 12.32/12.56  -> true
% 12.32/12.56  Current number of equations to process: 296
% 12.32/12.56  Current number of ordered equations: 0
% 12.32/12.56  Current number of rules: 798
% 12.32/12.56  New rule produced :
% 12.32/12.56  [815]
% 12.32/12.56  theorem(or(or(A,or(B,not(or(not(C),not(C))))),not(or(A,or(B,C))))) -> true
% 13.00/13.28  Current number of equations to process: 303
% 13.00/13.28  Current number of ordered equations: 0
% 13.00/13.28  Current number of rules: 799
% 13.00/13.28  New rule produced :
% 13.00/13.28  [816]
% 13.00/13.28  theorem(or(A,or(not(or(A,or(B,C))),or(B,not(or(not(C),not(C))))))) -> true
% 13.00/13.28  Current number of equations to process: 302
% 13.00/13.28  Current number of ordered equations: 0
% 13.00/13.28  Current number of rules: 800
% 13.00/13.28  New rule produced :
% 13.00/13.28  [817]
% 13.00/13.28  theorem(or(not(or(or(A,B),C)),or(C,or(A,not(or(not(B),not(B))))))) -> true
% 13.00/13.28  Current number of equations to process: 301
% 13.00/13.28  Current number of ordered equations: 0
% 13.00/13.28  Current number of rules: 801
% 13.00/13.28  New rule produced :
% 13.00/13.28  [818]
% 13.00/13.28  theorem(or(or(A,not(or(not(B),not(B)))),not(or(or(A,B),or(A,B))))) -> true
% 13.00/13.28  Current number of equations to process: 307
% 13.00/13.28  Current number of ordered equations: 0
% 13.00/13.28  Current number of rules: 802
% 13.00/13.28  New rule produced :
% 13.00/13.28  [819]
% 13.00/13.28  theorem(or(A,or(not(or(or(A,B),or(A,B))),not(or(not(B),not(B)))))) -> true
% 13.00/13.28  Current number of equations to process: 306
% 13.00/13.28  Current number of ordered equations: 0
% 13.00/13.28  Current number of rules: 803
% 13.00/13.28  New rule produced :
% 13.00/13.28  [820]
% 13.00/13.28  theorem(or(or(A,not(or(not(or(B,C)),not(or(B,C))))),not(or(A,C)))) -> true
% 13.00/13.28  Current number of equations to process: 313
% 13.00/13.28  Current number of ordered equations: 0
% 13.00/13.28  Current number of rules: 804
% 13.00/13.28  New rule produced :
% 13.00/13.28  [821]
% 13.00/13.28  theorem(or(A,or(not(or(A,B)),not(or(not(or(C,B)),not(or(C,B))))))) -> true
% 13.00/13.28  Current number of equations to process: 312
% 13.00/13.28  Current number of ordered equations: 0
% 13.00/13.28  Current number of rules: 805
% 13.00/13.28  New rule produced :
% 13.00/13.28  [822]
% 13.00/13.28  theorem(or(not(or(A,B)),or(B,not(or(not(or(C,A)),not(or(C,A))))))) -> true
% 13.00/13.28  Current number of equations to process: 311
% 13.00/13.28  Current number of ordered equations: 0
% 13.00/13.28  Current number of rules: 806
% 13.00/13.28  New rule produced :
% 13.00/13.28  [823] theorem(or(not(or(not(or(A,B)),not(or(A,B)))),not(A))) -> true
% 13.00/13.28  Current number of equations to process: 321
% 13.00/13.28  Current number of ordered equations: 0
% 13.00/13.28  Current number of rules: 807
% 13.00/13.28  New rule produced :
% 13.00/13.28  [824] theorem(or(A,or(not(B),not(or(not(or(B,C)),not(or(B,C))))))) -> true
% 13.00/13.28  Current number of equations to process: 323
% 13.00/13.28  Current number of ordered equations: 0
% 13.00/13.28  Current number of rules: 808
% 13.00/13.28  New rule produced :
% 13.00/13.28  [825] theorem(or(not(or(A,A)),not(or(not(or(A,B)),not(or(A,B)))))) -> true
% 13.00/13.28  Current number of equations to process: 322
% 13.00/13.28  Current number of ordered equations: 0
% 13.00/13.28  Current number of rules: 809
% 13.00/13.28  New rule produced :
% 13.00/13.28  [826]
% 13.00/13.28  theorem(or(not(or(not(or(A,or(B,C))),not(or(A,or(B,C))))),not(C))) -> true
% 13.00/13.28  Current number of equations to process: 323
% 13.00/13.28  Current number of ordered equations: 0
% 13.00/13.28  Current number of rules: 810
% 13.00/13.28  New rule produced :
% 13.00/13.28  [827]
% 13.00/13.28  theorem(or(not(or(A,B)),or(A,not(or(not(or(B,C)),not(or(B,C))))))) -> true
% 13.00/13.28  Current number of equations to process: 322
% 13.00/13.28  Current number of ordered equations: 0
% 13.00/13.28  Current number of rules: 811
% 13.00/13.28  New rule produced :
% 13.00/13.28  [828]
% 13.00/13.28  theorem(or(not(A),not(or(not(or(or(B,A),C)),not(or(or(B,A),C)))))) -> true
% 13.00/13.28  Current number of equations to process: 321
% 13.00/13.28  Current number of ordered equations: 0
% 13.00/13.28  Current number of rules: 812
% 13.00/13.28  New rule produced : [829] theorem(or(not(not(or(A,B))),not(or(B,A)))) -> true
% 13.00/13.28  Current number of equations to process: 324
% 13.00/13.28  Current number of ordered equations: 0
% 13.00/13.28  Current number of rules: 813
% 13.00/13.28  New rule produced :
% 13.00/13.28  [830] theorem(or(A,or(or(or(B,or(C,X)),not(or(C,or(B,X)))),Y))) -> true
% 13.00/13.28  Current number of equations to process: 328
% 13.00/13.28  Current number of ordered equations: 0
% 13.00/13.28  Current number of rules: 814
% 13.00/13.28  New rule produced :
% 13.00/13.28  [831] theorem(or(or(A,not(or(B,or(C,X)))),or(C,or(B,X)))) -> true
% 13.00/13.28  Current number of equations to process: 329
% 13.00/13.28  Current number of ordered equations: 0
% 13.00/13.28  Current number of rules: 815
% 13.00/13.28  New rule produced :
% 13.00/13.28  [832] theorem(or(A,or(or(B,or(C,X)),or(Y,not(or(C,or(B,X))))))) -> true
% 13.00/13.28  Current number of equations to process: 331
% 13.00/13.28  Current number of ordered equations: 0
% 13.00/13.28  Current number of rules: 816
% 13.00/13.28  New rule produced :
% 13.00/13.28  [833]
% 13.00/13.28  theorem(or(A,or(not(or(not(or(B,C)),not(or(B,C)))),not(or(C,B))))) -> true
% 13.00/13.28  Current number of equations to process: 330
% 13.00/13.28  Current number of ordered equations: 0
% 13.00/13.28  Current number of rules: 817
% 13.00/13.28  New rule produced :
% 13.00/13.28  [834] theorem(or(or(A,or(or(B,or(C,X)),not(or(C,or(B,X))))),Y)) -> true
% 13.00/13.28  Current number of equations to process: 331
% 13.00/13.28  Current number of ordered equations: 0
% 13.00/13.28  Current number of rules: 818
% 14.66/14.89  New rule produced :
% 14.66/14.89  [835]
% 14.66/14.89  ifeq(axiom(or(or(or(A,or(B,C)),not(or(B,or(A,C)))),X)),true,true,true) ->
% 14.66/14.89  true
% 14.66/14.89  Current number of equations to process: 333
% 14.66/14.89  Current number of ordered equations: 0
% 14.66/14.89  Current number of rules: 819
% 14.66/14.89  New rule produced :
% 14.66/14.89  [836]
% 14.66/14.89  ifeq(axiom(or(or(A,or(B,C)),or(X,not(or(B,or(A,C)))))),true,true,true) ->
% 14.66/14.89  true
% 14.66/14.89  Current number of equations to process: 332
% 14.66/14.89  Current number of ordered equations: 0
% 14.66/14.89  Current number of rules: 820
% 14.66/14.89  New rule produced :
% 14.66/14.89  [837] theorem(or(A,or(B,or(C,or(or(X,or(Y,Z)),not(or(Y,or(X,Z)))))))) -> true
% 14.66/14.89  Current number of equations to process: 331
% 14.66/14.89  Current number of ordered equations: 0
% 14.66/14.89  Current number of rules: 821
% 14.66/14.89  New rule produced :
% 14.66/14.89  [838]
% 14.66/14.89  theorem(or(or(not(or(A,B)),not(or(not(or(B,A)),not(or(B,A))))),C)) -> true
% 14.66/14.89  Current number of equations to process: 332
% 14.66/14.89  Current number of ordered equations: 0
% 14.66/14.89  Current number of rules: 822
% 14.66/14.89  New rule produced :
% 14.66/14.89  [839]
% 14.66/14.89  theorem(or(or(A,or(not(or(B,C)),or(B,X))),not(or(A,or(not(C),X))))) -> true
% 14.66/14.89  Current number of equations to process: 341
% 14.66/14.89  Current number of ordered equations: 0
% 14.66/14.89  Current number of rules: 823
% 14.66/14.89  New rule produced :
% 14.66/14.89  [840]
% 14.66/14.89  theorem(or(A,or(not(or(A,or(not(B),C))),or(not(or(X,B)),or(X,C))))) -> true
% 14.66/14.89  Current number of equations to process: 340
% 14.66/14.89  Current number of ordered equations: 0
% 14.66/14.89  Current number of rules: 824
% 14.66/14.89  New rule produced :
% 14.66/14.89  [841]
% 14.66/14.89  theorem(or(not(or(or(not(A),B),C)),or(C,or(not(or(X,A)),or(X,B))))) -> true
% 14.66/14.89  Current number of equations to process: 339
% 14.66/14.89  Current number of ordered equations: 0
% 14.66/14.89  Current number of rules: 825
% 14.66/14.89  New rule produced :
% 14.66/14.89  [842] theorem(or(or(A,or(B,C)),not(or(or(B,or(A,C)),or(B,or(A,C)))))) -> true
% 14.66/14.89  Current number of equations to process: 346
% 14.66/14.89  Current number of ordered equations: 0
% 14.66/14.89  Current number of rules: 826
% 14.66/14.89  New rule produced :
% 14.66/14.89  [843] theorem(or(A,or(not(or(or(B,or(A,C)),or(B,or(A,C)))),or(B,C)))) -> true
% 14.66/14.89  Current number of equations to process: 345
% 14.66/14.89  Current number of ordered equations: 0
% 14.66/14.89  Current number of rules: 827
% 14.66/14.89  New rule produced :
% 14.66/14.89  [844] theorem(or(A,or(or(B,or(not(or(C,or(X,Y))),or(X,or(C,Y)))),Z))) -> true
% 14.66/14.89  Current number of equations to process: 344
% 14.66/14.89  Current number of ordered equations: 0
% 14.66/14.89  Current number of rules: 828
% 14.66/14.89  New rule produced :
% 14.66/14.89  [845]
% 14.66/14.89  theorem(or(not(or(or(not(A),B),or(not(A),B))),or(not(or(C,A)),or(C,B)))) ->
% 14.66/14.89  true
% 14.66/14.89  Current number of equations to process: 343
% 14.66/14.89  Current number of ordered equations: 0
% 14.66/14.89  Current number of rules: 829
% 14.66/14.89  New rule produced :
% 14.66/14.89  [846]
% 14.66/14.89  theorem(or(or(A,or(not(or(not(B),C)),or(not(or(X,B)),or(X,C)))),Y)) -> true
% 14.66/14.89  Current number of equations to process: 349
% 14.66/14.89  Current number of ordered equations: 0
% 14.66/14.89  Current number of rules: 830
% 14.66/14.89  New rule produced :
% 14.66/14.89  [847]
% 14.66/14.89  theorem(or(not(or(A,or(B,C))),or(not(or(X,not(or(B,or(A,C))))),X))) -> true
% 14.66/14.89  Current number of equations to process: 348
% 14.66/14.89  Current number of ordered equations: 0
% 14.66/14.89  Current number of rules: 831
% 14.66/14.89  New rule produced :
% 14.66/14.89  [848]
% 14.66/14.89  theorem(or(or(A,or(not(or(B,or(not(C),X))),or(B,X))),not(or(A,C)))) -> true
% 14.66/14.89  Current number of equations to process: 357
% 14.66/14.89  Current number of ordered equations: 0
% 14.66/14.89  Current number of rules: 832
% 14.66/14.89  New rule produced :
% 14.66/14.89  [849]
% 14.66/14.89  theorem(or(A,or(not(or(A,B)),or(not(or(C,or(not(B),X))),or(C,X))))) -> true
% 14.66/14.89  Current number of equations to process: 356
% 14.66/14.89  Current number of ordered equations: 0
% 14.66/14.89  Current number of rules: 833
% 14.66/14.89  New rule produced :
% 14.66/14.89  [850]
% 14.66/14.89  theorem(or(not(or(A,B)),or(B,or(not(or(C,or(not(A),X))),or(C,X))))) -> true
% 14.66/14.89  Current number of equations to process: 355
% 14.66/14.89  Current number of ordered equations: 0
% 14.66/14.89  Current number of rules: 834
% 14.66/14.89  New rule produced :
% 14.66/14.89  [851] theorem(or(not(A),or(not(or(B,or(not(or(A,C)),X))),or(B,X)))) -> true
% 14.66/14.89  Current number of equations to process: 360
% 14.66/14.89  Current number of ordered equations: 0
% 14.66/14.89  Current number of rules: 835
% 14.66/14.89  New rule produced :
% 14.66/14.89  [852]
% 14.66/14.89  theorem(or(or(not(or(A,or(not(or(B,C)),X))),or(A,X)),not(or(C,B)))) -> true
% 14.66/14.89  Current number of equations to process: 361
% 14.66/14.89  Current number of ordered equations: 0
% 14.66/14.89  Current number of rules: 836
% 14.66/14.89  New rule produced :
% 14.66/14.89  [853]
% 14.66/14.89  theorem(or(not(or(A,or(not(or(B,C)),X))),or(not(or(C,B)),or(A,X)))) -> true
% 14.66/14.89  Current number of equations to process: 360
% 14.66/14.89  Current number of ordered equations: 0
% 14.66/14.89  Current number of rules: 837
% 14.66/14.89  New rule produced :
% 14.66/14.89  [854]
% 14.66/14.89  theorem(or(or(A,or(not(or(not(B),C)),or(X,C))),not(or(A,or(X,B))))) -> true
% 17.23/17.54  Current number of equations to process: 367
% 17.23/17.54  Current number of ordered equations: 0
% 17.23/17.54  Current number of rules: 838
% 17.23/17.54  New rule produced :
% 17.23/17.54  [855]
% 17.23/17.54  theorem(or(A,or(not(or(A,or(B,C))),or(not(or(not(C),X)),or(B,X))))) -> true
% 17.23/17.54  Current number of equations to process: 366
% 17.23/17.54  Current number of ordered equations: 0
% 17.23/17.54  Current number of rules: 839
% 17.23/17.54  New rule produced :
% 17.23/17.54  [856]
% 17.23/17.54  theorem(or(not(or(or(A,B),C)),or(C,or(not(or(not(B),X)),or(A,X))))) -> true
% 17.23/17.54  Current number of equations to process: 365
% 17.23/17.54  Current number of ordered equations: 0
% 17.23/17.54  Current number of rules: 840
% 17.23/17.54  New rule produced :
% 17.23/17.54  [857]
% 17.23/17.54  theorem(or(or(not(or(not(A),B)),or(C,B)),not(or(or(C,A),or(C,A))))) -> true
% 17.23/17.54  Current number of equations to process: 369
% 17.23/17.54  Current number of ordered equations: 0
% 17.23/17.54  Current number of rules: 841
% 17.23/17.54  New rule produced :
% 17.23/17.54  [858]
% 17.23/17.54  theorem(or(not(or(not(A),B)),or(not(or(or(C,A),or(C,A))),or(C,B)))) -> true
% 17.23/17.54  Current number of equations to process: 368
% 17.23/17.54  Current number of ordered equations: 0
% 17.23/17.54  Current number of rules: 842
% 17.23/17.54  New rule produced :
% 17.23/17.54  [859] theorem(or(not(or(not(A),B)),or(not(or(B,A)),B))) -> true
% 17.23/17.54  Current number of equations to process: 367
% 17.23/17.54  Current number of ordered equations: 0
% 17.23/17.54  Current number of rules: 843
% 17.23/17.54  New rule produced :
% 17.23/17.54  [860] theorem(or(not(or(A,or(B,C))),or(B,or(X,or(A,C))))) -> true
% 17.23/17.54  Current number of equations to process: 367
% 17.23/17.54  Current number of ordered equations: 0
% 17.23/17.54  Current number of rules: 844
% 17.23/17.54  New rule produced :
% 17.23/17.54  [861] theorem(or(not(or(not(A),B)),or(not(or(C,A)),or(X,or(C,B))))) -> true
% 17.23/17.54  Current number of equations to process: 367
% 17.23/17.54  Current number of ordered equations: 0
% 17.23/17.54  Current number of rules: 845
% 17.23/17.54  New rule produced :
% 17.23/17.54  [862] theorem(or(or(A,or(B,C)),not(or(or(A,or(C,B)),or(A,or(C,B)))))) -> true
% 17.23/17.54  Current number of equations to process: 376
% 17.23/17.54  Current number of ordered equations: 0
% 17.23/17.54  Current number of rules: 846
% 17.23/17.54  New rule produced :
% 17.23/17.54  [863] theorem(or(A,or(not(or(or(A,or(B,C)),or(A,or(B,C)))),or(C,B)))) -> true
% 17.23/17.54  Current number of equations to process: 375
% 17.23/17.54  Current number of ordered equations: 0
% 17.23/17.54  Current number of rules: 847
% 17.23/17.54  New rule produced :
% 17.23/17.54  [864] theorem(or(or(not(or(A,or(B,or(C,X)))),or(A,or(C,or(B,X)))),Y)) -> true
% 17.23/17.54  Current number of equations to process: 378
% 17.23/17.54  Current number of ordered equations: 0
% 17.23/17.54  Current number of rules: 848
% 17.23/17.54  New rule produced :
% 17.23/17.54  [865] theorem(or(not(or(A,or(B,or(C,X)))),or(Y,or(A,or(C,or(B,X)))))) -> true
% 17.23/17.54  Current number of equations to process: 377
% 17.23/17.54  Current number of ordered equations: 0
% 17.23/17.54  Current number of rules: 849
% 17.23/17.54  New rule produced : [866] theorem(or(not(or(A,or(or(A,A),A))),A)) -> true
% 17.23/17.54  Current number of equations to process: 377
% 17.23/17.54  Current number of ordered equations: 0
% 17.23/17.54  Current number of rules: 850
% 17.23/17.54  New rule produced :
% 17.23/17.54  [867] theorem(or(A,not(or(or(or(A,A),or(A,A)),or(or(A,A),or(A,A)))))) -> true
% 17.23/17.54  Current number of equations to process: 383
% 17.23/17.54  Current number of ordered equations: 0
% 17.23/17.54  Current number of rules: 851
% 17.23/17.54  New rule produced :
% 17.23/17.54  [868] theorem(or(not(or(A,or(B,C))),or(X,or(or(A,C),B)))) -> true
% 17.23/17.54  Current number of equations to process: 383
% 17.23/17.54  Current number of ordered equations: 0
% 17.23/17.54  Current number of rules: 852
% 17.23/17.54  New rule produced :
% 17.23/17.54  [869] theorem(or(not(or(not(A),B)),or(C,or(or(X,B),not(or(X,A)))))) -> true
% 17.23/17.54  Current number of equations to process: 383
% 17.23/17.54  Current number of ordered equations: 0
% 17.23/17.54  Current number of rules: 853
% 17.23/17.54  New rule produced :
% 17.23/17.54  [870] theorem(or(or(A,or(B,C)),not(or(or(or(A,C),B),or(or(A,C),B))))) -> true
% 17.23/17.54  Current number of equations to process: 391
% 17.23/17.54  Current number of ordered equations: 0
% 17.23/17.54  Current number of rules: 854
% 17.23/17.54  New rule produced :
% 17.23/17.54  [871] theorem(or(A,or(not(or(or(or(A,B),C),or(or(A,B),C))),or(C,B)))) -> true
% 17.23/17.54  Current number of equations to process: 390
% 17.23/17.54  Current number of ordered equations: 0
% 17.23/17.54  Current number of rules: 855
% 17.23/17.54  New rule produced :
% 17.23/17.54  [872]
% 17.23/17.54  theorem(or(or(A,or(not(or(B,C)),or(B,X))),not(or(A,or(X,not(C)))))) -> true
% 17.23/17.54  Current number of equations to process: 397
% 17.23/17.54  Current number of ordered equations: 0
% 17.23/17.54  Current number of rules: 856
% 17.23/17.54  New rule produced :
% 17.23/17.54  [873]
% 17.23/17.54  theorem(or(A,or(not(or(A,or(B,not(C)))),or(not(or(X,C)),or(X,B))))) -> true
% 17.23/17.54  Current number of equations to process: 396
% 17.23/17.54  Current number of ordered equations: 0
% 19.51/19.77  Current number of rules: 857
% 19.51/19.77  New rule produced :
% 19.51/19.77  [874]
% 19.51/19.77  theorem(or(not(or(or(A,not(B)),C)),or(C,or(not(or(X,B)),or(X,A))))) -> true
% 19.51/19.77  Current number of equations to process: 395
% 19.51/19.77  Current number of ordered equations: 0
% 19.51/19.77  Current number of rules: 858
% 19.51/19.77  New rule produced :
% 19.51/19.77  [875] theorem(or(or(A,or(B,or(C,or(X,Y)))),not(or(A,or(X,or(C,Y)))))) -> true
% 19.51/19.77  Current number of equations to process: 403
% 19.51/19.77  Current number of ordered equations: 0
% 19.51/19.77  Current number of rules: 859
% 19.51/19.77  New rule produced :
% 19.51/19.77  [876] theorem(or(A,or(not(or(A,or(B,or(C,X)))),or(Y,or(C,or(B,X)))))) -> true
% 19.51/19.77  Current number of equations to process: 402
% 19.51/19.77  Current number of ordered equations: 0
% 19.51/19.77  Current number of rules: 860
% 19.51/19.77  New rule produced :
% 19.51/19.77  [877] theorem(or(not(or(or(A,or(B,C)),X)),or(X,or(Y,or(B,or(A,C)))))) -> true
% 19.51/19.77  Current number of equations to process: 401
% 19.51/19.77  Current number of ordered equations: 0
% 19.51/19.77  Current number of rules: 861
% 19.51/19.77  New rule produced :
% 19.51/19.77  [878]
% 19.51/19.77  theorem(or(not(or(A,B)),or(A,or(not(or(or(not(B),C),or(not(B),C))),C)))) ->
% 19.51/19.77  true
% 19.51/19.77  Current number of equations to process: 400
% 19.51/19.77  Current number of ordered equations: 0
% 19.51/19.77  Current number of rules: 862
% 19.51/19.77  New rule produced :
% 19.51/19.77  [879]
% 19.51/19.77  theorem(or(or(not(or(not(A),B)),or(C,or(not(or(X,A)),or(X,B)))),Y)) -> true
% 19.51/19.77  Current number of equations to process: 401
% 19.51/19.77  Current number of ordered equations: 0
% 19.51/19.77  Current number of rules: 863
% 19.51/19.77  New rule produced :
% 19.51/19.77  [880]
% 19.51/19.77  theorem(or(not(A),or(not(or(or(not(or(B,A)),C),or(not(or(B,A)),C))),C))) ->
% 19.51/19.77  true
% 19.51/19.77  Current number of equations to process: 400
% 19.51/19.77  Current number of ordered equations: 0
% 19.51/19.77  Current number of rules: 864
% 19.51/19.77  New rule produced :
% 19.51/19.77  [881]
% 19.51/19.77  theorem(or(not(or(or(A,not(B)),or(A,not(B)))),or(not(or(C,B)),or(C,A)))) ->
% 19.51/19.77  true
% 19.51/19.77  Current number of equations to process: 399
% 19.51/19.77  Current number of ordered equations: 0
% 19.51/19.77  Current number of rules: 865
% 19.51/19.77  New rule produced :
% 19.51/19.77  [882] theorem(or(A,or(or(or(B,C),X),not(or(B,or(X,C)))))) -> true
% 19.51/19.77  Current number of equations to process: 406
% 19.51/19.77  Current number of ordered equations: 0
% 19.51/19.77  Current number of rules: 866
% 19.51/19.77  New rule produced :
% 19.51/19.77  [883] theorem(or(or(not(or(A,or(B,C))),B),or(A,C))) -> true
% 19.51/19.77  Current number of equations to process: 409
% 19.51/19.77  Current number of ordered equations: 0
% 19.51/19.77  Current number of rules: 867
% 19.51/19.77  New rule produced :
% 19.51/19.77  [884] theorem(or(A,or(or(B,C),or(not(or(B,or(X,C))),X)))) -> true
% 19.51/19.77  Current number of equations to process: 408
% 19.51/19.77  Current number of ordered equations: 0
% 19.51/19.77  Current number of rules: 868
% 19.51/19.77  New rule produced :
% 19.51/19.77  [885] theorem(or(not(or(A,or(B,C))),or(A,or(or(X,C),B)))) -> true
% 19.51/19.77  Current number of equations to process: 409
% 19.51/19.77  Current number of ordered equations: 0
% 19.51/19.77  Current number of rules: 869
% 19.51/19.77  New rule produced : [886] theorem(or(or(or(A,B),C),not(or(C,B)))) -> true
% 19.51/19.77  Current number of equations to process: 411
% 19.51/19.77  Current number of ordered equations: 0
% 19.51/19.77  Current number of rules: 870
% 19.51/19.77  New rule produced : [887] theorem(or(or(A,B),or(not(or(C,B)),C))) -> true
% 19.51/19.77  Current number of equations to process: 411
% 19.51/19.77  Current number of ordered equations: 0
% 19.51/19.77  Current number of rules: 871
% 19.51/19.77  New rule produced :
% 19.51/19.77  [888] theorem(or(A,or(not(or(B,C)),or(or(X,C),B)))) -> true
% 19.51/19.77  Current number of equations to process: 411
% 19.51/19.77  Current number of ordered equations: 0
% 19.51/19.77  Current number of rules: 872
% 19.51/19.77  New rule produced : [889] theorem(or(not(or(A,B)),or(or(C,A),B))) -> true
% 19.51/19.77  Current number of equations to process: 411
% 19.51/19.77  Current number of ordered equations: 0
% 19.51/19.77  Current number of rules: 873
% 19.51/19.77  New rule produced :
% 19.51/19.77  [890] theorem(or(not(or(or(A,B),or(A,B))),or(or(C,B),A))) -> true
% 19.51/19.77  Current number of equations to process: 412
% 19.51/19.77  Current number of ordered equations: 0
% 19.51/19.77  Current number of rules: 874
% 19.51/19.77  New rule produced :
% 19.51/19.77  [891] theorem(or(or(or(A,B),C),not(or(or(C,B),A)))) -> true
% 19.51/19.77  Current number of equations to process: 414
% 19.51/19.77  Current number of ordered equations: 0
% 19.51/19.77  Current number of rules: 875
% 19.51/19.77  New rule produced :
% 19.51/19.77  [892] theorem(or(or(A,B),or(not(or(or(C,B),A)),C))) -> true
% 19.51/19.77  Current number of equations to process: 414
% 19.51/19.77  Current number of ordered equations: 0
% 19.51/19.77  Current number of rules: 876
% 19.51/19.77  New rule produced :
% 19.51/19.77  [893] theorem(or(A,or(not(or(or(B,C),X)),or(or(X,C),B)))) -> true
% 19.51/19.77  Current number of equations to process: 414
% 19.51/19.77  Current number of ordered equations: 0
% 19.51/19.77  Current number of rules: 877
% 19.51/19.77  New rule produced :
% 19.51/19.77  [894]
% 19.51/19.77  ifeq(axiom(or(or(or(A,B),C),not(or(A,or(C,B))))),true,true,true) -> true
% 20.77/21.01  Current number of equations to process: 416
% 20.77/21.01  Current number of ordered equations: 0
% 20.77/21.01  Current number of rules: 878
% 20.77/21.01  New rule produced :
% 20.77/21.01  [895]
% 20.77/21.01  ifeq(axiom(or(or(A,B),or(not(or(A,or(C,B))),C))),true,true,true) -> true
% 20.77/21.01  Current number of equations to process: 415
% 20.77/21.01  Current number of ordered equations: 0
% 20.77/21.01  Current number of rules: 879
% 20.77/21.01  New rule produced :
% 20.77/21.01  [896] theorem(or(not(or(A,or(or(B,C),X))),or(A,or(or(X,C),B)))) -> true
% 20.77/21.01  Current number of equations to process: 414
% 20.77/21.01  Current number of ordered equations: 0
% 20.77/21.01  Current number of rules: 880
% 20.77/21.01  New rule produced :
% 20.77/21.01  [897] theorem(or(or(not(or(A,or(B,C))),or(or(A,C),B)),X)) -> true
% 20.77/21.01  Current number of equations to process: 415
% 20.77/21.01  Current number of ordered equations: 0
% 20.77/21.01  Current number of rules: 881
% 20.77/21.01  New rule produced :
% 20.77/21.01  [898] theorem(or(A,or(B,or(not(or(C,or(X,Y))),or(or(C,Y),X))))) -> true
% 20.77/21.01  Current number of equations to process: 416
% 20.77/21.01  Current number of ordered equations: 0
% 20.77/21.01  Current number of rules: 882
% 20.77/21.01  New rule produced :
% 20.77/21.01  [899] theorem(or(or(A,or(or(B,C),X)),not(or(A,or(B,or(X,C)))))) -> true
% 20.77/21.01  Current number of equations to process: 421
% 20.77/21.01  Current number of ordered equations: 0
% 20.77/21.01  Current number of rules: 883
% 20.77/21.01  New rule produced :
% 20.77/21.01  [900] theorem(or(A,or(not(or(A,or(B,or(C,X)))),or(or(B,X),C)))) -> true
% 20.77/21.01  Current number of equations to process: 420
% 20.77/21.01  Current number of ordered equations: 0
% 20.77/21.01  Current number of rules: 884
% 20.77/21.01  New rule produced :
% 20.77/21.01  [901] theorem(or(not(or(or(A,or(B,C)),X)),or(X,or(or(A,C),B)))) -> true
% 20.77/21.01  Current number of equations to process: 419
% 20.77/21.01  Current number of ordered equations: 0
% 20.77/21.01  Current number of rules: 885
% 20.77/21.01  New rule produced :
% 20.77/21.01  [902] theorem(or(A,or(or(or(B,C),not(or(B,X))),not(or(not(X),C))))) -> true
% 20.77/21.01  Current number of equations to process: 423
% 20.77/21.01  Current number of ordered equations: 0
% 20.77/21.01  Current number of rules: 886
% 20.77/21.01  New rule produced :
% 20.77/21.01  [903] theorem(or(or(not(or(not(A),B)),not(or(C,A))),or(C,B))) -> true
% 20.77/21.01  Current number of equations to process: 424
% 20.77/21.01  Current number of ordered equations: 0
% 20.77/21.01  Current number of rules: 887
% 20.77/21.01  New rule produced :
% 20.77/21.01  [904] theorem(or(A,or(or(B,C),or(not(or(not(X),C)),not(or(B,X)))))) -> true
% 20.77/21.01  Current number of equations to process: 425
% 20.77/21.01  Current number of ordered equations: 0
% 20.77/21.01  Current number of rules: 888
% 20.77/21.01  New rule produced :
% 20.77/21.01  [905] theorem(or(not(not(A)),or(or(B,C),not(or(B,A))))) -> true
% 20.77/21.01  Current number of equations to process: 430
% 20.77/21.01  Current number of ordered equations: 0
% 20.77/21.01  Current number of rules: 889
% 20.77/21.01  New rule produced :
% 20.77/21.01  [906] theorem(or(or(or(A,B),not(or(A,C))),not(or(B,not(C))))) -> true
% 20.77/21.01  Current number of equations to process: 429
% 20.77/21.01  Current number of ordered equations: 0
% 20.77/21.01  Current number of rules: 890
% 20.77/21.01  New rule produced :
% 20.77/21.01  [907] theorem(or(or(A,B),or(not(or(B,not(C))),not(or(A,C))))) -> true
% 20.77/21.01  Current number of equations to process: 428
% 20.77/21.01  Current number of ordered equations: 0
% 20.77/21.01  Current number of rules: 891
% 20.77/21.01  New rule produced :
% 20.77/21.01  [908] theorem(or(A,or(not(or(B,not(C))),or(or(X,B),not(or(X,C)))))) -> true
% 20.77/21.01  Current number of equations to process: 430
% 20.77/21.01  Current number of ordered equations: 0
% 20.77/21.01  Current number of rules: 892
% 20.77/21.01  New rule produced :
% 20.77/21.01  [909] theorem(or(or(not(or(not(A),B)),or(or(C,B),not(or(C,A)))),X)) -> true
% 20.77/21.01  Current number of equations to process: 431
% 20.77/21.01  Current number of ordered equations: 0
% 20.77/21.01  Current number of rules: 893
% 20.77/21.01  New rule produced :
% 20.77/21.01  [910] theorem(or(or(A,not(or(not(B),C))),or(not(or(X,B)),or(X,C)))) -> true
% 20.77/21.01  Current number of equations to process: 437
% 20.77/21.01  Current number of ordered equations: 0
% 20.77/21.01  Current number of rules: 894
% 20.77/21.01  New rule produced :
% 20.77/21.01  [911] ifeq(axiom(or(A,or(or(not(B),B),C))),true,true,true) -> true
% 20.77/21.01  Current number of equations to process: 439
% 20.77/21.01  Current number of ordered equations: 0
% 20.77/21.01  Current number of rules: 895
% 20.77/21.01  New rule produced :
% 20.77/21.01  [912] theorem(or(not(or(A,B)),or(A,or(or(not(C),C),X)))) -> true
% 20.77/21.01  Current number of equations to process: 438
% 20.77/21.01  Current number of ordered equations: 0
% 20.77/21.01  Current number of rules: 896
% 20.77/21.01  New rule produced : [913] theorem(or(or(or(not(A),A),B),C)) -> true
% 20.77/21.01  Current number of equations to process: 439
% 20.77/21.01  Current number of ordered equations: 0
% 20.77/21.01  Current number of rules: 897
% 20.77/21.01  New rule produced : [914] theorem(or(A,or(B,or(or(not(C),C),X)))) -> true
% 22.12/22.38  Rule [912] theorem(or(not(or(A,B)),or(A,or(or(not(C),C),X)))) -> true
% 22.12/22.38  collapsed.
% 22.12/22.38  Current number of equations to process: 438
% 22.12/22.38  Current number of ordered equations: 0
% 22.12/22.38  Current number of rules: 897
% 22.12/22.38  New rule produced :
% 22.12/22.38  [915] ifeq(axiom(or(or(A,or(not(B),B)),C)),true,true,true) -> true
% 22.12/22.38  Current number of equations to process: 439
% 22.12/22.38  Current number of ordered equations: 0
% 22.12/22.38  Current number of rules: 898
% 22.12/22.38  New rule produced : [916] theorem(or(A,or(or(B,or(not(C),C)),X))) -> true
% 22.12/22.38  Current number of equations to process: 439
% 22.12/22.38  Current number of ordered equations: 0
% 22.12/22.38  Current number of rules: 899
% 22.12/22.38  New rule produced :
% 22.12/22.38  [917] ifeq(axiom(or(A,or(B,or(C,or(not(X),X))))),true,true,true) -> true
% 22.12/22.38  Current number of equations to process: 441
% 22.12/22.38  Current number of ordered equations: 0
% 22.12/22.38  Current number of rules: 900
% 22.12/22.38  New rule produced : [918] theorem(or(or(A,or(B,or(not(C),C))),X)) -> true
% 22.12/22.38  Current number of equations to process: 442
% 22.12/22.38  Current number of ordered equations: 0
% 22.12/22.38  Current number of rules: 901
% 22.12/22.38  New rule produced :
% 22.12/22.38  [919] theorem(or(A,or(B,or(C,or(X,or(not(Y),Y)))))) -> true
% 22.12/22.39  Current number of equations to process: 441
% 22.12/22.39  Current number of ordered equations: 0
% 22.12/22.39  Current number of rules: 902
% 22.12/22.39  New rule produced :
% 22.12/22.39  [920]
% 22.12/22.39  ifeq(axiom(or(not(or(A,or(or(not(B),B),C))),X)),true,theorem(X),true) -> true
% 22.12/22.39  Current number of equations to process: 439
% 22.12/22.39  Current number of ordered equations: 0
% 22.12/22.39  Current number of rules: 903
% 22.12/22.39  New rule produced :
% 22.12/22.39  [921]
% 22.12/22.39  ifeq(axiom(or(not(or(or(A,or(not(B),B)),C)),X)),true,theorem(X),true) -> true
% 22.12/22.39  Current number of equations to process: 438
% 22.12/22.39  Current number of ordered equations: 0
% 22.12/22.39  Current number of rules: 904
% 22.12/22.39  New rule produced :
% 22.12/22.39  [922] ifeq(axiom(or(A,or(or(not(or(B,C)),B),C))),true,true,true) -> true
% 22.12/22.39  Current number of equations to process: 440
% 22.12/22.39  Current number of ordered equations: 0
% 22.12/22.39  Current number of rules: 905
% 22.12/22.39  New rule produced : [923] theorem(or(or(or(not(or(A,B)),A),B),C)) -> true
% 22.12/22.39  Current number of equations to process: 441
% 22.12/22.39  Current number of ordered equations: 0
% 22.12/22.39  Current number of rules: 906
% 22.12/22.39  New rule produced : [924] theorem(or(or(not(or(A,B)),A),or(C,B))) -> true
% 22.12/22.39  Current number of equations to process: 441
% 22.12/22.39  Current number of ordered equations: 0
% 22.12/22.39  Current number of rules: 907
% 22.12/22.39  New rule produced :
% 22.12/22.39  [925] theorem(or(A,or(B,or(or(not(or(C,X)),C),X)))) -> true
% 22.12/22.39  Current number of equations to process: 440
% 22.12/22.39  Current number of ordered equations: 0
% 22.12/22.39  Current number of rules: 908
% 22.12/22.39  New rule produced :
% 22.12/22.39  [926] theorem(or(or(or(not(or(A,or(B,C))),A),C),B)) -> true
% 22.12/22.39  Current number of equations to process: 444
% 22.12/22.39  Current number of ordered equations: 0
% 22.12/22.39  Current number of rules: 909
% 22.12/22.39  New rule produced :
% 22.12/22.39  [927] theorem(or(A,or(B,or(or(not(or(C,or(B,X))),C),X)))) -> true
% 22.12/22.39  Current number of equations to process: 446
% 22.12/22.39  Current number of ordered equations: 0
% 22.12/22.39  Current number of rules: 910
% 22.12/22.39  New rule produced :
% 22.12/22.39  [928]
% 22.12/22.39  ifeq(axiom(or(A,or(or(not(or(B,or(A,C))),B),C))),true,true,true) -> true
% 22.12/22.39  Current number of equations to process: 445
% 22.12/22.39  Current number of ordered equations: 0
% 22.12/22.39  Current number of rules: 911
% 22.12/22.39  New rule produced :
% 22.12/22.39  [929] theorem(or(not(or(A,A)),or(or(not(or(B,or(not(A),C))),B),C))) -> true
% 22.12/22.39  Current number of equations to process: 444
% 22.12/22.39  Current number of ordered equations: 0
% 22.12/22.39  Current number of rules: 912
% 22.12/22.39  New rule produced :
% 22.12/22.39  [930] theorem(or(not(A),or(or(not(or(B,or(not(or(C,A)),X))),B),X))) -> true
% 22.12/22.39  Current number of equations to process: 443
% 22.12/22.39  Current number of ordered equations: 0
% 22.12/22.39  Current number of rules: 913
% 22.12/22.39  New rule produced :
% 22.12/22.39  [931] ifeq(axiom(or(or(A,or(not(or(B,A)),B)),C)),true,true,true) -> true
% 22.12/22.39  Current number of equations to process: 444
% 22.12/22.39  Current number of ordered equations: 0
% 22.12/22.39  Current number of rules: 914
% 22.12/22.39  New rule produced :
% 22.12/22.39  [932] theorem(or(A,or(or(B,or(not(or(C,B)),C)),X))) -> true
% 22.12/22.39  Current number of equations to process: 444
% 22.12/22.39  Current number of ordered equations: 0
% 22.12/22.39  Current number of rules: 915
% 22.12/22.39  New rule produced :
% 22.12/22.39  [933] ifeq(axiom(or(A,or(B,or(not(or(C,A)),C)))),true,true,true) -> true
% 22.12/22.39  Current number of equations to process: 446
% 22.12/22.39  Current number of ordered equations: 0
% 22.12/22.39  Current number of rules: 916
% 22.12/22.39  New rule produced : [934] theorem(or(or(A,or(not(or(B,C)),B)),C)) -> true
% 22.12/22.39  Current number of equations to process: 448
% 23.28/23.50  Current number of ordered equations: 0
% 23.28/23.50  Current number of rules: 917
% 23.28/23.50  New rule produced :
% 23.28/23.50  [935] theorem(or(A,or(B,or(C,or(not(or(X,B)),X))))) -> true
% 23.28/23.50  Current number of equations to process: 449
% 23.28/23.50  Current number of ordered equations: 0
% 23.28/23.50  Current number of rules: 918
% 23.28/23.50  New rule produced :
% 23.28/23.50  [936] theorem(or(not(or(A,A)),or(B,or(not(or(C,not(A))),C)))) -> true
% 23.28/23.50  Current number of equations to process: 452
% 23.28/23.50  Current number of ordered equations: 0
% 23.28/23.50  Current number of rules: 919
% 23.28/23.50  New rule produced :
% 23.28/23.50  [937] theorem(or(not(A),or(B,or(not(or(C,not(or(X,A)))),C)))) -> true
% 23.28/23.50  Current number of equations to process: 451
% 23.28/23.50  Current number of ordered equations: 0
% 23.28/23.50  Current number of rules: 920
% 23.28/23.50  New rule produced :
% 23.28/23.50  [938] theorem(or(or(A,or(B,or(not(or(C,B)),C))),X)) -> true
% 23.28/23.50  Current number of equations to process: 452
% 23.28/23.50  Current number of ordered equations: 0
% 23.28/23.50  Current number of rules: 921
% 23.28/23.50  New rule produced :
% 23.28/23.50  [939] theorem(or(A,or(B,or(C,or(X,or(not(or(Y,X)),Y)))))) -> true
% 23.28/23.50  Current number of equations to process: 451
% 23.28/23.50  Current number of ordered equations: 0
% 23.28/23.50  Current number of rules: 922
% 23.28/23.50  New rule produced :
% 23.28/23.50  [940] theorem(or(A,or(or(not(or(B,not(C))),B),not(or(C,C))))) -> true
% 23.28/23.50  Current number of equations to process: 453
% 23.28/23.50  Current number of ordered equations: 0
% 23.28/23.50  Current number of rules: 923
% 23.28/23.50  New rule produced :
% 23.28/23.50  [941] theorem(or(or(not(or(A,A)),B),not(or(B,not(A))))) -> true
% 23.28/23.50  Current number of equations to process: 457
% 23.28/23.50  Current number of ordered equations: 0
% 23.28/23.50  Current number of rules: 924
% 23.28/23.50  New rule produced : [942] theorem(or(not(not(A)),or(not(or(A,A)),B))) -> true
% 23.28/23.50  Current number of equations to process: 458
% 23.28/23.50  Current number of ordered equations: 0
% 23.28/23.50  Current number of rules: 925
% 23.28/23.50  New rule produced :
% 23.28/23.50  [943] theorem(or(not(or(not(A),B)),or(not(or(A,A)),B))) -> true
% 23.28/23.50  Current number of equations to process: 458
% 23.28/23.50  Current number of ordered equations: 0
% 23.28/23.50  Current number of rules: 926
% 23.28/23.50  New rule produced :
% 23.28/23.50  [944] theorem(or(A,or(not(or(B,not(C))),or(not(or(C,C)),B)))) -> true
% 23.28/23.50  Current number of equations to process: 457
% 23.28/23.50  Current number of ordered equations: 0
% 23.28/23.50  Current number of rules: 927
% 23.28/23.50  New rule produced :
% 23.28/23.50  [945] theorem(or(not(or(A,B)),or(A,or(C,or(not(or(X,not(B))),X))))) -> true
% 23.28/23.50  Current number of equations to process: 459
% 23.28/23.50  Current number of ordered equations: 0
% 23.28/23.50  Current number of rules: 928
% 23.28/23.50  New rule produced :
% 23.28/23.50  [946] theorem(or(not(or(A,B)),or(C,or(not(or(X,not(or(B,A)))),X)))) -> true
% 23.28/23.50  Current number of equations to process: 458
% 23.28/23.50  Current number of ordered equations: 0
% 23.28/23.50  Current number of rules: 929
% 23.28/23.50  New rule produced :
% 23.28/23.50  [947]
% 23.28/23.50  ifeq(axiom(or(A,or(B,or(C,or(not(or(X,C)),X))))),true,true,true) -> true
% 23.28/23.50  Current number of equations to process: 457
% 23.28/23.50  Current number of ordered equations: 0
% 23.28/23.50  Current number of rules: 930
% 23.28/23.50  New rule produced :
% 23.28/23.50  [948]
% 23.28/23.50  ifeq(axiom(or(or(not(or(A,not(B))),A),not(or(B,B)))),true,true,true) -> true
% 23.28/23.50  Current number of equations to process: 456
% 23.28/23.50  Current number of ordered equations: 0
% 23.28/23.50  Current number of rules: 931
% 23.28/23.50  New rule produced :
% 23.28/23.50  [949] theorem(or(not(or(A,or(B,not(C)))),or(A,or(not(or(C,C)),B)))) -> true
% 23.28/23.50  Current number of equations to process: 455
% 23.28/23.50  Current number of ordered equations: 0
% 23.28/23.50  Current number of rules: 932
% 23.28/23.50  New rule produced :
% 23.28/23.50  [950] theorem(or(or(not(or(A,A)),or(not(or(B,not(A))),B)),C)) -> true
% 23.28/23.50  Current number of equations to process: 456
% 23.28/23.50  Current number of ordered equations: 0
% 23.28/23.50  Current number of rules: 933
% 23.28/23.50  New rule produced :
% 23.28/23.50  [951] theorem(or(A,or(or(not(or(B,not(or(C,X)))),B),not(X)))) -> true
% 23.28/23.50  Current number of equations to process: 458
% 23.28/23.50  Current number of ordered equations: 0
% 23.28/23.50  Current number of rules: 934
% 23.28/23.50  New rule produced :
% 23.28/23.50  [952] theorem(or(or(not(A),B),not(or(B,not(or(C,A)))))) -> true
% 23.28/23.50  Current number of equations to process: 462
% 23.28/23.50  Current number of ordered equations: 0
% 23.28/23.50  Current number of rules: 935
% 23.28/23.50  New rule produced : [953] theorem(or(not(not(or(A,B))),or(not(B),C))) -> true
% 23.28/23.50  Current number of equations to process: 463
% 23.28/23.50  Current number of ordered equations: 0
% 23.28/23.50  Current number of rules: 936
% 23.28/23.50  New rule produced :
% 23.28/23.50  [954] theorem(or(not(or(not(or(A,B)),C)),or(not(B),C))) -> true
% 23.28/23.50  Current number of equations to process: 463
% 23.28/23.50  Current number of ordered equations: 0
% 23.28/23.50  Current number of rules: 937
% 23.28/23.50  New rule produced :
% 24.89/25.14  [955] theorem(or(A,or(not(or(B,not(or(C,X)))),or(not(X),B)))) -> true
% 24.89/25.14  Current number of equations to process: 462
% 24.89/25.14  Current number of ordered equations: 0
% 24.89/25.14  Current number of rules: 938
% 24.89/25.14  New rule produced :
% 24.89/25.14  [956] theorem(or(A,or(B,or(not(or(C,C)),or(not(or(X,not(C))),X))))) -> true
% 24.89/25.14  Current number of equations to process: 464
% 24.89/25.14  Current number of ordered equations: 0
% 24.89/25.14  Current number of rules: 939
% 24.89/25.14  New rule produced :
% 24.89/25.14  [957]
% 24.89/25.14  ifeq(axiom(or(or(not(or(A,not(or(B,C)))),A),not(C))),true,true,true) -> true
% 24.89/25.14  Current number of equations to process: 463
% 24.89/25.14  Current number of ordered equations: 0
% 24.89/25.14  Current number of rules: 940
% 24.89/25.14  New rule produced :
% 24.89/25.14  [958] theorem(or(not(or(A,or(B,not(or(C,X))))),or(A,or(not(X),B)))) -> true
% 24.89/25.14  Current number of equations to process: 462
% 24.89/25.14  Current number of ordered equations: 0
% 24.89/25.14  Current number of rules: 941
% 24.89/25.14  New rule produced :
% 24.89/25.14  [959] theorem(or(or(not(A),or(not(or(B,not(or(C,A)))),B)),X)) -> true
% 24.89/25.14  Current number of equations to process: 463
% 24.89/25.14  Current number of ordered equations: 0
% 24.89/25.14  Current number of rules: 942
% 24.89/25.14  New rule produced :
% 24.89/25.14  [960] theorem(or(A,or(B,or(not(C),or(not(or(X,not(or(Y,C)))),X))))) -> true
% 24.89/25.14  Current number of equations to process: 464
% 24.89/25.14  Current number of ordered equations: 0
% 24.89/25.14  Current number of rules: 943
% 24.89/25.14  New rule produced :
% 24.89/25.14  [961] theorem(or(or(not(or(A,not(or(B,C)))),A),not(or(C,C)))) -> true
% 24.89/25.14  Current number of equations to process: 468
% 24.89/25.14  Current number of ordered equations: 0
% 24.89/25.14  Current number of rules: 944
% 24.89/25.14  New rule produced :
% 24.89/25.14  [962] theorem(or(not(or(A,not(or(B,C)))),or(not(or(C,C)),A))) -> true
% 24.89/25.14  Current number of equations to process: 467
% 24.89/25.14  Current number of ordered equations: 0
% 24.89/25.14  Current number of rules: 945
% 24.89/25.14  New rule produced :
% 24.89/25.14  [963] theorem(or(A,or(not(or(B,B)),or(not(or(C,not(or(X,B)))),C)))) -> true
% 24.89/25.14  Current number of equations to process: 468
% 24.89/25.14  Current number of ordered equations: 0
% 24.89/25.14  Current number of rules: 946
% 24.89/25.14  New rule produced :
% 24.89/25.14  [964] theorem(or(or(not(or(A,not(or(B,or(C,X))))),A),not(X))) -> true
% 24.89/25.14  Current number of equations to process: 473
% 24.89/25.14  Current number of ordered equations: 0
% 24.89/25.14  Current number of rules: 947
% 24.89/25.14  New rule produced :
% 24.89/25.14  [965] theorem(or(not(or(A,not(or(B,or(C,X))))),or(not(X),A))) -> true
% 24.89/25.14  Current number of equations to process: 472
% 24.89/25.14  Current number of ordered equations: 0
% 24.89/25.14  Current number of rules: 948
% 24.89/25.14  New rule produced :
% 24.89/25.14  [966] theorem(or(A,or(not(B),or(not(or(C,not(or(X,or(Y,B))))),C)))) -> true
% 24.89/25.14  Current number of equations to process: 472
% 24.89/25.14  Current number of ordered equations: 0
% 24.89/25.14  Current number of rules: 949
% 24.89/25.14  New rule produced :
% 24.89/25.14  [967] theorem(or(not(or(A,A)),or(not(or(B,not(or(C,or(X,A))))),B))) -> true
% 24.89/25.14  Current number of equations to process: 471
% 24.89/25.14  Current number of ordered equations: 0
% 24.89/25.14  Current number of rules: 950
% 24.89/25.14  New rule produced :
% 24.89/25.14  [968] theorem(or(not(A),or(not(or(B,not(or(C,or(X,or(Y,A)))))),B))) -> true
% 24.89/25.14  Current number of equations to process: 470
% 24.89/25.14  Current number of ordered equations: 0
% 24.89/25.14  Current number of rules: 951
% 24.89/25.14  New rule produced :
% 24.89/25.14  [969]
% 24.89/25.14  theorem(or(not(or(or(A,not(B)),or(A,not(B)))),or(not(or(B,B)),A))) -> true
% 24.89/25.14  Current number of equations to process: 468
% 24.89/25.14  Current number of ordered equations: 0
% 24.89/25.14  Current number of rules: 952
% 24.89/25.14  New rule produced :
% 24.89/25.14  [970] theorem(or(or(A,or(not(or(B,not(C))),B)),not(or(A,or(C,C))))) -> true
% 24.89/25.14  Current number of equations to process: 475
% 24.89/25.14  Current number of ordered equations: 0
% 24.89/25.14  Current number of rules: 953
% 24.89/25.14  New rule produced :
% 24.89/25.14  [971] theorem(or(A,or(not(or(A,or(B,B))),or(not(or(C,not(B))),C)))) -> true
% 24.89/25.14  Current number of equations to process: 474
% 24.89/25.14  Current number of ordered equations: 0
% 24.89/25.14  Current number of rules: 954
% 24.89/25.14  New rule produced :
% 24.89/25.14  [972] theorem(or(not(or(or(A,A),B)),or(B,or(not(or(C,not(A))),C)))) -> true
% 24.89/25.14  Current number of equations to process: 473
% 24.89/25.14  Current number of ordered equations: 0
% 24.89/25.14  Current number of rules: 955
% 24.89/25.14  New rule produced :
% 24.89/25.14  [973] theorem(or(or(not(or(A,not(B))),A),not(or(or(B,B),or(B,B))))) -> true
% 24.89/25.14  Current number of equations to process: 479
% 24.89/25.14  Current number of ordered equations: 0
% 24.89/25.14  Current number of rules: 956
% 24.89/25.14  New rule produced :
% 24.89/25.14  [974] theorem(or(not(or(A,not(B))),or(not(or(or(B,B),or(B,B))),A))) -> true
% 24.89/25.14  Current number of equations to process: 478
% 24.89/25.14  Current number of ordered equations: 0
% 26.41/26.68  Current number of rules: 957
% 26.41/26.68  New rule produced :
% 26.41/26.68  [975] theorem(or(or(A,or(not(or(B,not(or(C,X)))),B)),not(or(A,X)))) -> true
% 26.41/26.68  Current number of equations to process: 485
% 26.41/26.68  Current number of ordered equations: 0
% 26.41/26.68  Current number of rules: 958
% 26.41/26.68  New rule produced :
% 26.41/26.68  [976] theorem(or(A,or(not(or(A,B)),or(not(or(C,not(or(X,B)))),C)))) -> true
% 26.41/26.68  Current number of equations to process: 484
% 26.41/26.68  Current number of ordered equations: 0
% 26.41/26.68  Current number of rules: 959
% 26.41/26.68  New rule produced :
% 26.41/26.68  [977] theorem(or(not(or(A,B)),or(B,or(not(or(C,not(or(X,A)))),C)))) -> true
% 26.41/26.68  Current number of equations to process: 483
% 26.41/26.68  Current number of ordered equations: 0
% 26.41/26.68  Current number of rules: 960
% 26.41/26.68  New rule produced :
% 26.41/26.68  [978] theorem(or(not(A),or(not(or(B,not(or(C,or(A,X))))),B))) -> true
% 26.41/26.68  Current number of equations to process: 490
% 26.41/26.68  Current number of ordered equations: 0
% 26.41/26.68  Current number of rules: 961
% 26.41/26.68  New rule produced :
% 26.41/26.68  [979] theorem(or(or(not(or(A,not(or(B,or(C,X))))),A),not(or(X,C)))) -> true
% 26.41/26.68  Current number of equations to process: 489
% 26.41/26.68  Current number of ordered equations: 0
% 26.41/26.68  Current number of rules: 962
% 26.41/26.68  New rule produced :
% 26.41/26.68  [980] theorem(or(not(or(A,not(or(B,or(C,X))))),or(not(or(X,C)),A))) -> true
% 26.41/26.68  Current number of equations to process: 488
% 26.41/26.68  Current number of ordered equations: 0
% 26.41/26.68  Current number of rules: 963
% 26.41/26.68  New rule produced :
% 26.41/26.68  [981] theorem(or(A,or(or(B,or(not(or(C,not(X))),C)),not(or(B,X))))) -> true
% 26.41/26.68  Current number of equations to process: 493
% 26.41/26.68  Current number of ordered equations: 0
% 26.41/26.68  Current number of rules: 964
% 26.41/26.68  New rule produced :
% 26.41/26.68  [982] theorem(or(or(not(or(A,B)),or(not(or(C,not(B))),C)),A)) -> true
% 26.41/26.68  Current number of equations to process: 497
% 26.41/26.68  Current number of ordered equations: 0
% 26.41/26.68  Current number of rules: 965
% 26.41/26.68  New rule produced :
% 26.41/26.68  [983] theorem(or(A,or(B,or(not(or(B,C)),or(not(or(X,not(C))),X))))) -> true
% 26.41/26.68  Current number of equations to process: 499
% 26.41/26.68  Current number of ordered equations: 0
% 26.41/26.68  Current number of rules: 966
% 26.41/26.68  New rule produced :
% 26.41/26.68  [984] theorem(or(or(A,or(not(or(B,not(C))),B)),not(or(C,A)))) -> true
% 26.41/26.68  Current number of equations to process: 503
% 26.41/26.68  Current number of ordered equations: 0
% 26.41/26.68  Current number of rules: 967
% 26.41/26.68  New rule produced :
% 26.41/26.68  [985] theorem(or(A,or(not(or(B,A)),or(not(or(C,not(B))),C)))) -> true
% 26.41/26.68  Current number of equations to process: 502
% 26.41/26.68  Current number of ordered equations: 0
% 26.41/26.68  Current number of rules: 968
% 26.41/26.68  New rule produced :
% 26.41/26.68  [986] theorem(or(A,or(not(or(B,C)),or(C,or(not(or(X,not(B))),X))))) -> true
% 26.41/26.68  Current number of equations to process: 504
% 26.41/26.68  Current number of ordered equations: 0
% 26.41/26.68  Current number of rules: 969
% 26.41/26.68  New rule produced :
% 26.41/26.68  [987] theorem(or(or(not(or(A,B)),or(A,or(not(or(C,not(B))),C))),X)) -> true
% 26.41/26.68  Current number of equations to process: 506
% 26.41/26.68  Current number of ordered equations: 0
% 26.41/26.68  Current number of rules: 970
% 26.41/26.68  New rule produced :
% 26.41/26.68  [988] theorem(or(not(or(A,B)),or(C,or(A,or(not(or(X,not(B))),X))))) -> true
% 26.41/26.68  Current number of equations to process: 505
% 26.41/26.68  Current number of ordered equations: 0
% 26.41/26.68  Current number of rules: 971
% 26.41/26.68  New rule produced :
% 26.41/26.68  [989] theorem(or(or(not(or(A,not(or(B,C)))),A),not(B))) -> true
% 26.41/26.68  Current number of equations to process: 509
% 26.41/26.68  Current number of ordered equations: 0
% 26.41/26.68  Current number of rules: 972
% 26.41/26.68  New rule produced :
% 26.41/26.68  [990] theorem(or(not(or(A,not(or(B,C)))),or(not(B),A))) -> true
% 26.41/26.68  Current number of equations to process: 509
% 26.41/26.68  Current number of ordered equations: 0
% 26.41/26.68  Current number of rules: 973
% 26.41/26.68  New rule produced :
% 26.41/26.68  [991] theorem(or(A,or(not(B),or(not(or(C,not(or(B,X)))),C)))) -> true
% 26.41/26.68  Current number of equations to process: 511
% 26.41/26.68  Current number of ordered equations: 0
% 26.41/26.68  Current number of rules: 974
% 26.41/26.68  New rule produced :
% 26.41/26.68  [992] theorem(or(not(or(A,A)),or(not(or(B,not(or(A,C)))),B))) -> true
% 26.41/26.68  Current number of equations to process: 510
% 26.41/26.68  Current number of ordered equations: 0
% 26.41/26.68  Current number of rules: 975
% 26.41/26.68  New rule produced :
% 26.41/26.68  [993] theorem(or(not(A),or(not(or(B,not(or(or(C,A),X)))),B))) -> true
% 26.41/26.68  Current number of equations to process: 509
% 26.41/26.68  Current number of ordered equations: 0
% 26.41/26.68  Current number of rules: 976
% 26.41/26.68  New rule produced :
% 26.41/26.68  [994] theorem(or(not(or(A,B)),or(A,or(not(or(C,not(or(B,X)))),C)))) -> true
% 26.41/26.68  Current number of equations to process: 510
% 26.41/26.68  Current number of ordered equations: 0
% 26.41/26.68  Current number of rules: 977
% 28.54/28.76  New rule produced :
% 28.54/28.76  [995] theorem(or(not(or(A,B)),or(not(or(C,not(or(or(B,A),X)))),C))) -> true
% 28.54/28.76  Current number of equations to process: 509
% 28.54/28.76  Current number of ordered equations: 0
% 28.54/28.76  Current number of rules: 978
% 28.54/28.76  New rule produced :
% 28.54/28.76  [996] theorem(or(A,or(or(not(or(B,not(or(C,X)))),B),not(or(X,C))))) -> true
% 28.54/28.76  Current number of equations to process: 511
% 28.54/28.76  Current number of ordered equations: 0
% 28.54/28.76  Current number of rules: 979
% 28.54/28.76  New rule produced :
% 28.54/28.76  [997] theorem(or(not(not(or(A,B))),or(not(or(B,A)),C))) -> true
% 28.54/28.76  Current number of equations to process: 515
% 28.54/28.76  Current number of ordered equations: 0
% 28.54/28.76  Current number of rules: 980
% 28.54/28.76  New rule produced :
% 28.54/28.76  [998] theorem(or(or(not(or(A,B)),C),not(or(C,not(or(B,A)))))) -> true
% 28.54/28.76  Current number of equations to process: 514
% 28.54/28.76  Current number of ordered equations: 0
% 28.54/28.76  Current number of rules: 981
% 28.54/28.76  New rule produced :
% 28.54/28.76  [999] theorem(or(not(or(not(or(A,B)),C)),or(not(or(B,A)),C))) -> true
% 28.54/28.76  Current number of equations to process: 514
% 28.54/28.76  Current number of ordered equations: 0
% 28.54/28.76  Current number of rules: 982
% 28.54/28.76  New rule produced :
% 28.54/28.76  [1000] theorem(or(A,or(not(or(B,not(or(C,X)))),or(not(or(X,C)),B)))) -> true
% 28.54/28.76  Current number of equations to process: 516
% 28.54/28.76  Current number of ordered equations: 0
% 28.54/28.76  Current number of rules: 983
% 28.54/28.76  New rule produced :
% 28.54/28.76  [1001] theorem(or(or(or(not(or(or(A,B),or(A,B))),B),A),C)) -> true
% 28.54/28.76  Current number of equations to process: 518
% 28.54/28.76  Current number of ordered equations: 0
% 28.54/28.76  Current number of rules: 984
% 28.54/28.76  New rule produced :
% 28.54/28.76  [1002] theorem(or(or(not(or(or(A,B),or(A,B))),B),or(C,A))) -> true
% 28.54/28.76  Current number of equations to process: 517
% 28.54/28.76  Current number of ordered equations: 0
% 28.54/28.76  Current number of rules: 985
% 28.54/28.76  New rule produced :
% 28.54/28.76  [1003] theorem(or(A,or(B,or(or(not(or(or(C,X),or(C,X))),X),C)))) -> true
% 28.54/28.76  Current number of equations to process: 519
% 28.54/28.76  Current number of ordered equations: 0
% 28.54/28.76  Current number of rules: 986
% 28.54/28.76  New rule produced :
% 28.54/28.76  [1004] theorem(or(or(not(or(A,B)),or(not(or(C,not(or(B,A)))),C)),X)) -> true
% 28.54/28.76  Current number of equations to process: 520
% 28.54/28.76  Current number of ordered equations: 0
% 28.54/28.76  Current number of rules: 987
% 28.54/28.76  New rule produced :
% 28.54/28.76  [1005] theorem(or(A,or(or(B,or(not(or(or(B,C),or(B,C))),C)),X))) -> true
% 28.54/28.76  Current number of equations to process: 525
% 28.54/28.76  Current number of ordered equations: 0
% 28.54/28.76  Current number of rules: 988
% 28.54/28.76  New rule produced :
% 28.54/28.76  [1006] theorem(or(or(A,or(not(or(or(B,C),or(B,C))),C)),B)) -> true
% 28.54/28.76  Current number of equations to process: 529
% 28.54/28.76  Current number of ordered equations: 0
% 28.54/28.76  Current number of rules: 989
% 28.54/28.76  New rule produced :
% 28.54/28.76  [1007] theorem(or(A,or(B,or(C,or(not(or(or(B,X),or(B,X))),X))))) -> true
% 28.54/28.76  Current number of equations to process: 532
% 28.54/28.76  Current number of ordered equations: 0
% 28.54/28.76  Current number of rules: 990
% 28.54/28.76  New rule produced :
% 28.54/28.76  [1008] theorem(or(or(or(not(or(A,or(B,C))),or(A,C)),B),X)) -> true
% 28.54/28.76  Current number of equations to process: 534
% 28.54/28.76  Current number of ordered equations: 0
% 28.54/28.76  Current number of rules: 991
% 28.54/28.76  New rule produced :
% 28.54/28.76  [1009] theorem(or(or(not(or(A,or(B,C))),or(A,C)),or(X,B))) -> true
% 28.54/28.76  Current number of equations to process: 533
% 28.54/28.76  Current number of ordered equations: 0
% 28.54/28.76  Current number of rules: 992
% 28.54/28.76  New rule produced :
% 28.54/28.76  [1010] theorem(or(A,or(B,or(or(not(or(C,or(X,Y))),or(C,Y)),X)))) -> true
% 28.54/28.76  Current number of equations to process: 535
% 28.54/28.76  Current number of ordered equations: 0
% 28.54/28.76  Current number of rules: 993
% 28.54/28.76  New rule produced :
% 28.54/28.76  [1011] theorem(or(or(A,or(B,or(not(or(or(B,C),or(B,C))),C))),X)) -> true
% 28.54/28.76  Current number of equations to process: 536
% 28.54/28.76  Current number of ordered equations: 0
% 28.54/28.76  Current number of rules: 994
% 28.54/28.76  New rule produced :
% 28.54/28.76  [1012] theorem(or(or(or(not(or(A,or(or(B,C),X))),or(A,X)),C),B)) -> true
% 28.54/28.76  Current number of equations to process: 544
% 28.54/28.76  Current number of ordered equations: 0
% 28.54/28.76  Current number of rules: 995
% 28.54/28.76  New rule produced :
% 28.54/28.76  [1013] theorem(or(A,or(or(B,or(not(or(C,or(B,X))),or(C,X))),Y))) -> true
% 28.54/28.76  Current number of equations to process: 549
% 28.54/28.76  Current number of ordered equations: 0
% 28.54/28.76  Current number of rules: 996
% 28.54/28.76  New rule produced :
% 28.54/28.76  [1014] theorem(or(or(A,or(not(or(B,or(C,X))),or(B,X))),C)) -> true
% 28.54/28.76  Current number of equations to process: 553
% 28.54/28.76  Current number of ordered equations: 0
% 28.54/28.76  Current number of rules: 997
% 28.54/28.76  New rule produced :
% 30.53/30.79  [1015] theorem(or(A,or(B,or(C,or(not(or(X,or(B,Y))),or(X,Y)))))) -> true
% 30.53/30.79  Current number of equations to process: 556
% 30.53/30.79  Current number of ordered equations: 0
% 30.53/30.79  Current number of rules: 998
% 30.53/30.79  New rule produced :
% 30.53/30.79  [1016] theorem(or(or(A,or(B,or(not(or(C,or(B,X))),or(C,X)))),Y)) -> true
% 30.53/30.79  Current number of equations to process: 557
% 30.53/30.79  Current number of ordered equations: 0
% 30.53/30.79  Current number of rules: 999
% 30.53/30.79  New rule produced :
% 30.53/30.79  [1017] theorem(or(not(or(not(A),B)),or(not(or(A,A)),or(C,B)))) -> true
% 30.53/30.79  Current number of equations to process: 566
% 30.53/30.79  Current number of ordered equations: 0
% 30.53/30.79  Current number of rules: 1000
% 30.53/30.79  New rule produced :
% 30.53/30.79  [1018] theorem(or(or(not(or(A,A)),or(B,C)),not(or(B,or(not(A),C))))) -> true
% 30.53/30.79  Current number of equations to process: 566
% 30.53/30.79  Current number of ordered equations: 0
% 30.53/30.79  Current number of rules: 1001
% 30.53/30.79  New rule produced :
% 30.53/30.79  [1019] theorem(or(not(or(or(not(A),B),C)),or(not(or(A,A)),or(C,B)))) -> true
% 30.53/30.79  Current number of equations to process: 565
% 30.53/30.79  Current number of ordered equations: 0
% 30.53/30.79  Current number of rules: 1002
% 30.53/30.79  New rule produced :
% 30.53/30.79  [1020] theorem(or(not(or(not(or(A,B)),C)),or(not(B),or(X,C)))) -> true
% 30.53/30.79  Current number of equations to process: 574
% 30.53/30.79  Current number of ordered equations: 0
% 30.53/30.79  Current number of rules: 1003
% 30.53/30.79  New rule produced :
% 30.53/30.79  [1021] theorem(or(or(not(A),or(B,C)),not(or(B,or(not(or(X,A)),C))))) -> true
% 30.53/30.79  Current number of equations to process: 574
% 30.53/30.79  Current number of ordered equations: 0
% 30.53/30.79  Current number of rules: 1004
% 30.53/30.79  New rule produced :
% 30.53/30.79  [1022] theorem(or(not(or(or(not(or(A,B)),C),X)),or(not(B),or(X,C)))) -> true
% 30.53/30.79  Current number of equations to process: 573
% 30.53/30.79  Current number of ordered equations: 0
% 30.53/30.79  Current number of rules: 1005
% 30.53/30.79  New rule produced :
% 30.53/30.79  [1023] theorem(or(or(or(not(or(not(A),B)),or(C,B)),not(or(C,A))),X)) -> true
% 30.53/30.79  Current number of equations to process: 578
% 30.53/30.79  Current number of ordered equations: 0
% 30.53/30.79  Current number of rules: 1006
% 30.53/30.79  New rule produced :
% 30.53/30.79  [1024] theorem(or(or(not(or(not(A),B)),or(C,B)),or(X,not(or(C,A))))) -> true
% 30.53/30.79  Current number of equations to process: 577
% 30.53/30.79  Current number of ordered equations: 0
% 30.53/30.79  Current number of rules: 1007
% 30.53/30.79  New rule produced :
% 30.53/30.79  [1025] theorem(or(A,or(or(not(or(not(B),C)),or(X,C)),not(or(B,X))))) -> true
% 30.53/30.79  Current number of equations to process: 581
% 30.53/30.79  Current number of ordered equations: 0
% 30.53/30.79  Current number of rules: 1008
% 30.53/30.79  New rule produced :
% 30.53/30.79  [1026] theorem(or(or(not(or(A,B)),or(B,C)),not(or(not(A),C)))) -> true
% 30.53/30.79  Current number of equations to process: 584
% 30.53/30.79  Current number of ordered equations: 0
% 30.53/30.79  Current number of rules: 1009
% 30.53/30.79  New rule produced :
% 30.53/30.79  [1027] theorem(or(not(or(A,not(B))),or(not(or(B,C)),or(C,A)))) -> true
% 30.53/30.79  Current number of equations to process: 584
% 30.53/30.79  Current number of ordered equations: 0
% 30.53/30.79  Current number of rules: 1010
% 30.53/30.79  New rule produced :
% 30.53/30.79  [1028] theorem(or(A,or(not(or(not(B),C)),or(not(or(B,X)),or(X,C))))) -> true
% 30.53/30.79  Current number of equations to process: 586
% 30.53/30.79  Current number of ordered equations: 0
% 30.53/30.79  Current number of rules: 1011
% 30.53/30.79  New rule produced :
% 30.53/30.79  [1029] theorem(or(or(not(or(A,B)),or(not(or(not(A),C)),or(B,C))),X)) -> true
% 30.53/30.79  Current number of equations to process: 588
% 30.53/30.79  Current number of ordered equations: 0
% 30.53/30.79  Current number of rules: 1012
% 30.53/30.79  New rule produced :
% 30.53/30.79  [1030] theorem(or(not(or(A,B)),or(C,or(not(or(not(A),X)),or(B,X))))) -> true
% 30.53/30.79  Current number of equations to process: 587
% 30.53/30.79  Current number of ordered equations: 0
% 30.53/30.79  Current number of rules: 1013
% 30.53/30.79  New rule produced :
% 30.53/30.79  [1031] theorem(or(or(A,or(B,C)),not(or(B,or(C,C))))) -> true
% 30.53/30.79  Current number of equations to process: 591
% 30.53/30.79  Current number of ordered equations: 0
% 30.53/30.79  Current number of rules: 1014
% 30.53/30.79  New rule produced :
% 30.53/30.79  [1032] theorem(or(not(or(or(A,A),B)),or(C,or(B,A)))) -> true
% 30.53/30.79  Current number of equations to process: 592
% 30.53/30.79  Current number of ordered equations: 0
% 30.53/30.79  Current number of rules: 1015
% 30.53/30.79  New rule produced :
% 30.53/30.79  [1033] theorem(or(A,or(not(or(B,or(C,C))),or(X,or(B,C))))) -> true
% 30.53/30.79  Current number of equations to process: 591
% 30.53/30.79  Current number of ordered equations: 0
% 30.53/30.79  Current number of rules: 1016
% 30.53/30.79  New rule produced :
% 30.53/30.79  [1034] theorem(or(not(or(A,or(B,or(C,C)))),or(A,or(X,or(B,C))))) -> true
% 30.53/30.79  Current number of equations to process: 592
% 30.53/30.79  Current number of ordered equations: 0
% 30.53/30.79  Current number of rules: 1017
% 32.28/32.48  New rule produced :
% 32.28/32.48  [1035] theorem(or(A,or(or(B,or(C,X)),not(or(B,or(C,or(X,X))))))) -> true
% 32.28/32.48  Current number of equations to process: 595
% 32.28/32.48  Current number of ordered equations: 0
% 32.28/32.48  Current number of rules: 1018
% 32.28/32.48  New rule produced :
% 32.28/32.48  [1036] theorem(or(or(not(or(A,or(B,or(C,C)))),or(B,C)),A)) -> true
% 32.28/32.48  Current number of equations to process: 599
% 32.28/32.48  Current number of ordered equations: 0
% 32.28/32.48  Current number of rules: 1019
% 32.28/32.48  New rule produced :
% 32.28/32.48  [1037] theorem(or(A,or(B,or(not(or(B,or(C,or(X,X)))),or(C,X))))) -> true
% 32.28/32.48  Current number of equations to process: 601
% 32.28/32.48  Current number of ordered equations: 0
% 32.28/32.48  Current number of rules: 1020
% 32.28/32.48  New rule produced :
% 32.28/32.48  [1038] theorem(or(or(A,or(B,C)),not(or(or(B,or(C,C)),A)))) -> true
% 32.28/32.48  Current number of equations to process: 605
% 32.28/32.48  Current number of ordered equations: 0
% 32.28/32.48  Current number of rules: 1021
% 32.28/32.48  New rule produced :
% 32.28/32.48  [1039] theorem(or(A,or(not(or(or(B,or(C,C)),A)),or(B,C)))) -> true
% 32.28/32.48  Current number of equations to process: 604
% 32.28/32.48  Current number of ordered equations: 0
% 32.28/32.48  Current number of rules: 1022
% 32.28/32.48  New rule produced :
% 32.28/32.48  [1040] theorem(or(A,or(not(or(or(B,or(C,C)),X)),or(X,or(B,C))))) -> true
% 32.28/32.48  Current number of equations to process: 603
% 32.28/32.48  Current number of ordered equations: 0
% 32.28/32.48  Current number of rules: 1023
% 32.28/32.48  New rule produced :
% 32.28/32.48  [1041] theorem(or(or(or(A,B),not(or(A,or(B,B)))),C)) -> true
% 32.28/32.48  Current number of equations to process: 607
% 32.28/32.48  Current number of ordered equations: 0
% 32.28/32.48  Current number of rules: 1024
% 32.28/32.48  New rule produced :
% 32.28/32.48  [1042] theorem(or(or(A,B),or(C,not(or(A,or(B,B)))))) -> true
% 32.28/32.48  Current number of equations to process: 607
% 32.28/32.48  Current number of ordered equations: 0
% 32.28/32.48  Current number of rules: 1025
% 32.28/32.48  New rule produced :
% 32.28/32.48  [1043] theorem(or(A,or(B,or(or(C,X),not(or(C,or(X,X))))))) -> true
% 32.28/32.48  Current number of equations to process: 606
% 32.28/32.48  Current number of ordered equations: 0
% 32.28/32.48  Current number of rules: 1026
% 32.28/32.48  New rule produced :
% 32.28/32.48  [1044]
% 32.28/32.48  ifeq(axiom(or(A,or(or(B,C),not(or(B,or(C,C)))))),true,true,true) -> true
% 32.28/32.48  Current number of equations to process: 605
% 32.28/32.48  Current number of ordered equations: 0
% 32.28/32.48  Current number of rules: 1027
% 32.28/32.48  New rule produced :
% 32.28/32.48  [1045] ifeq(axiom(or(or(not(or(A,or(B,B))),B),A)),true,true,true) -> true
% 32.28/32.48  Current number of equations to process: 606
% 32.28/32.48  Current number of ordered equations: 0
% 32.28/32.48  Current number of rules: 1028
% 32.28/32.48  New rule produced :
% 32.28/32.48  [1046] theorem(or(A,or(or(not(or(B,or(C,C))),C),B))) -> true
% 32.28/32.48  Current number of equations to process: 607
% 32.28/32.48  Current number of ordered equations: 0
% 32.28/32.48  Current number of rules: 1029
% 32.28/32.48  New rule produced :
% 32.28/32.48  [1047] theorem(or(A,or(or(not(or(or(A,B),or(C,C))),C),B))) -> true
% 32.28/32.48  Current number of equations to process: 609
% 32.28/32.48  Current number of ordered equations: 0
% 32.28/32.48  Current number of rules: 1030
% 32.28/32.48  New rule produced :
% 32.28/32.48  [1048] theorem(or(or(A,or(not(or(A,or(B,B))),B)),C)) -> true
% 32.28/32.48  Current number of equations to process: 610
% 32.28/32.48  Current number of ordered equations: 0
% 32.28/32.48  Current number of rules: 1031
% 32.28/32.48  New rule produced :
% 32.28/32.48  [1049] theorem(or(A,or(B,or(not(or(A,or(C,C))),C)))) -> true
% 32.28/32.48  Current number of equations to process: 610
% 32.28/32.48  Current number of ordered equations: 0
% 32.28/32.48  Current number of rules: 1032
% 32.28/32.48  New rule produced :
% 32.28/32.48  [1050] theorem(or(A,or(B,or(C,or(not(or(C,or(X,X))),X))))) -> true
% 32.28/32.48  Current number of equations to process: 609
% 32.28/32.48  Current number of ordered equations: 0
% 32.28/32.48  Current number of rules: 1033
% 32.28/32.48  New rule produced :
% 32.28/32.48  [1051]
% 32.28/32.48  ifeq(axiom(or(A,or(B,or(not(or(B,or(C,C))),C)))),true,true,true) -> true
% 32.28/32.48  Current number of equations to process: 610
% 32.28/32.48  Current number of ordered equations: 0
% 32.28/32.48  Current number of rules: 1034
% 32.28/32.48  New rule produced :
% 32.28/32.48  [1052] theorem(or(or(not(or(not(A),or(B,B))),B),not(or(A,A)))) -> true
% 32.28/32.48  Current number of equations to process: 614
% 32.28/32.48  Current number of ordered equations: 0
% 32.28/32.48  Current number of rules: 1035
% 32.28/32.48  New rule produced :
% 32.28/32.48  [1053] theorem(or(not(or(not(A),or(B,B))),or(not(or(A,A)),B))) -> true
% 32.28/32.48  Current number of equations to process: 613
% 32.28/32.48  Current number of ordered equations: 0
% 32.28/32.48  Current number of rules: 1036
% 32.28/32.48  New rule produced :
% 32.28/32.48  [1054] theorem(or(A,or(not(or(B,B)),or(not(or(not(B),or(C,C))),C)))) -> true
% 32.28/32.48  Current number of equations to process: 614
% 32.28/32.48  Current number of ordered equations: 0
% 32.28/32.48  Current number of rules: 1037
% 32.28/32.48  New rule produced :
% 32.28/32.48  [1055] theorem(or(or(not(or(not(or(A,B)),or(C,C))),C),not(B))) -> true
% 33.63/33.88  Current number of equations to process: 619
% 33.63/33.88  Current number of ordered equations: 0
% 33.63/33.88  Current number of rules: 1038
% 33.63/33.88  New rule produced :
% 33.63/33.88  [1056] theorem(or(not(or(not(or(A,B)),or(C,C))),or(not(B),C))) -> true
% 33.63/33.88  Current number of equations to process: 618
% 33.63/33.88  Current number of ordered equations: 0
% 33.63/33.88  Current number of rules: 1039
% 33.63/33.88  New rule produced :
% 33.63/33.88  [1057] theorem(or(A,or(or(not(or(B,or(C,C))),or(B,C)),X))) -> true
% 33.63/33.88  Current number of equations to process: 621
% 33.63/33.88  Current number of ordered equations: 0
% 33.63/33.88  Current number of rules: 1040
% 33.63/33.88  New rule produced :
% 33.63/33.88  [1058] theorem(or(A,or(not(B),or(not(or(not(or(C,B)),or(X,X))),X)))) -> true
% 33.63/33.88  Current number of equations to process: 623
% 33.63/33.88  Current number of ordered equations: 0
% 33.63/33.88  Current number of rules: 1041
% 33.63/33.88  New rule produced :
% 33.63/33.88  [1059] theorem(or(not(or(A,A)),or(not(or(not(or(B,A)),or(C,C))),C))) -> true
% 33.63/33.88  Current number of equations to process: 622
% 33.63/33.88  Current number of ordered equations: 0
% 33.63/33.88  Current number of rules: 1042
% 33.63/33.88  New rule produced :
% 33.63/33.88  [1060] theorem(or(not(A),or(not(or(not(or(B,or(C,A))),or(X,X))),X))) -> true
% 33.63/33.88  Current number of equations to process: 621
% 33.63/33.88  Current number of ordered equations: 0
% 33.63/33.88  Current number of rules: 1043
% 33.63/33.88  New rule produced :
% 33.63/33.88  [1061]
% 33.63/33.88  ifeq(axiom(or(or(not(or(A,or(B,B))),or(A,B)),C)),true,true,true) -> true
% 33.63/33.88  Current number of equations to process: 620
% 33.63/33.88  Current number of ordered equations: 0
% 33.63/33.88  Current number of rules: 1044
% 33.63/33.88  New rule produced :
% 33.63/33.88  [1062] theorem(or(or(A,or(not(or(B,or(C,C))),or(B,C))),X)) -> true
% 33.63/33.88  Current number of equations to process: 621
% 33.63/33.88  Current number of ordered equations: 0
% 33.63/33.88  Current number of rules: 1045
% 33.63/33.88  New rule produced :
% 33.63/33.88  [1063] theorem(or(A,or(B,or(C,or(not(or(X,or(Y,Y))),or(X,Y)))))) -> true
% 33.63/33.88  Current number of equations to process: 622
% 33.63/33.88  Current number of ordered equations: 0
% 33.63/33.88  Current number of rules: 1046
% 33.63/33.88  New rule produced :
% 33.63/33.88  [1064] theorem(or(or(A,or(B,C)),not(or(A,or(or(C,C),B))))) -> true
% 33.63/33.88  Current number of equations to process: 626
% 33.63/33.88  Current number of ordered equations: 0
% 33.63/33.88  Current number of rules: 1047
% 33.63/33.88  New rule produced :
% 33.63/33.88  [1065] theorem(or(A,or(not(or(A,or(or(B,B),C))),or(C,B)))) -> true
% 33.63/33.88  Current number of equations to process: 625
% 33.63/33.88  Current number of ordered equations: 0
% 33.63/33.88  Current number of rules: 1048
% 33.63/33.88  New rule produced :
% 33.63/33.88  [1066] theorem(or(not(or(or(or(A,A),B),C)),or(C,or(B,A)))) -> true
% 33.63/33.88  Current number of equations to process: 625
% 33.63/33.88  Current number of ordered equations: 0
% 33.63/33.88  Current number of rules: 1049
% 33.63/33.88  New rule produced :
% 33.63/33.88  [1067] ifeq(axiom(or(or(A,B),not(or(or(B,B),A)))),true,true,true) -> true
% 33.63/33.88  Current number of equations to process: 626
% 33.63/33.88  Current number of ordered equations: 0
% 33.63/33.88  Current number of rules: 1050
% 33.63/33.88  New rule produced :
% 33.63/33.88  [1068] theorem(or(A,or(or(B,C),not(or(or(C,C),B))))) -> true
% 33.63/33.88  Current number of equations to process: 626
% 33.63/33.88  Current number of ordered equations: 0
% 33.63/33.88  Current number of rules: 1051
% 33.63/33.88  New rule produced :
% 33.63/33.88  [1069] ifeq(axiom(or(A,or(not(or(or(B,B),A)),B))),true,true,true) -> true
% 33.63/33.88  Current number of equations to process: 628
% 33.63/33.88  Current number of ordered equations: 0
% 33.63/33.88  Current number of rules: 1052
% 33.63/33.88  New rule produced : [1070] theorem(or(or(not(or(or(A,A),B)),A),B)) -> true
% 33.63/33.88  Current number of equations to process: 630
% 33.63/33.88  Current number of ordered equations: 0
% 33.63/33.88  Current number of rules: 1053
% 33.63/33.88  New rule produced :
% 33.63/33.88  [1071] theorem(or(A,or(B,or(not(or(or(C,C),B)),C)))) -> true
% 33.63/33.88  Current number of equations to process: 631
% 33.63/33.88  Current number of ordered equations: 0
% 33.63/33.88  Current number of rules: 1054
% 33.63/33.88  New rule produced :
% 33.63/33.88  [1072] theorem(or(not(or(A,A)),or(not(or(or(B,B),not(A))),B))) -> true
% 33.63/33.88  Current number of equations to process: 634
% 33.63/33.88  Current number of ordered equations: 0
% 33.63/33.88  Current number of rules: 1055
% 33.63/33.88  New rule produced :
% 33.63/33.88  [1073] theorem(or(not(A),or(not(or(or(B,B),not(or(C,A)))),B))) -> true
% 33.63/33.88  Current number of equations to process: 633
% 33.63/33.88  Current number of ordered equations: 0
% 33.63/33.88  Current number of rules: 1056
% 33.63/33.88  New rule produced :
% 33.63/33.88  [1074] theorem(or(or(not(or(or(A,A),B)),or(B,A)),C)) -> true
% 33.63/33.88  Current number of equations to process: 634
% 33.63/33.88  Current number of ordered equations: 0
% 33.63/33.88  Current number of rules: 1057
% 33.63/33.88  New rule produced :
% 33.63/33.88  [1075] theorem(or(A,or(B,or(not(or(or(C,C),X)),or(X,C))))) -> true
% 35.73/35.96  Current number of equations to process: 633
% 35.73/35.96  Current number of ordered equations: 0
% 35.73/35.96  Current number of rules: 1058
% 35.73/35.96  New rule produced :
% 35.73/35.96  [1076] theorem(or(A,or(not(or(B,or(or(C,C),X))),or(B,or(X,C))))) -> true
% 35.73/35.96  Current number of equations to process: 635
% 35.73/35.96  Current number of ordered equations: 0
% 35.73/35.96  Current number of rules: 1059
% 35.73/35.96  New rule produced :
% 35.73/35.96  [1077] theorem(or(not(or(A,B)),or(A,or(not(or(or(C,C),not(B))),C)))) -> true
% 35.73/35.96  Current number of equations to process: 634
% 35.73/35.96  Current number of ordered equations: 0
% 35.73/35.96  Current number of rules: 1060
% 35.73/35.96  New rule produced :
% 35.73/35.96  [1078] theorem(or(not(or(A,B)),or(not(or(or(C,C),not(or(B,A)))),C))) -> true
% 35.73/35.96  Current number of equations to process: 633
% 35.73/35.96  Current number of ordered equations: 0
% 35.73/35.96  Current number of rules: 1061
% 35.73/35.96  New rule produced :
% 35.73/35.96  [1079]
% 35.73/35.96  ifeq(axiom(or(A,or(not(or(or(B,B),C)),or(C,B)))),true,true,true) -> true
% 35.73/35.96  Current number of equations to process: 632
% 35.73/35.96  Current number of ordered equations: 0
% 35.73/35.96  Current number of rules: 1062
% 35.73/35.96  New rule produced :
% 35.73/35.96  [1080] theorem(or(or(not(or(A,or(B,or(C,C)))),or(A,or(B,C))),X)) -> true
% 35.73/35.96  Current number of equations to process: 631
% 35.73/35.96  Current number of ordered equations: 0
% 35.73/35.96  Current number of rules: 1063
% 35.73/35.96  New rule produced :
% 35.73/35.96  [1081] theorem(or(not(or(A,or(B,or(C,C)))),or(X,or(A,or(B,C))))) -> true
% 35.73/35.96  Current number of equations to process: 630
% 35.73/35.96  Current number of ordered equations: 0
% 35.73/35.96  Current number of rules: 1064
% 35.73/35.96  New rule produced :
% 35.73/35.96  [1082] theorem(or(or(A,or(not(or(not(B),or(C,C))),C)),not(or(A,B)))) -> true
% 35.73/35.96  Current number of equations to process: 637
% 35.73/35.96  Current number of ordered equations: 0
% 35.73/35.96  Current number of rules: 1065
% 35.73/35.96  New rule produced :
% 35.73/35.96  [1083] theorem(or(A,or(not(or(A,B)),or(not(or(not(B),or(C,C))),C)))) -> true
% 35.73/35.96  Current number of equations to process: 636
% 35.73/35.96  Current number of ordered equations: 0
% 35.73/35.96  Current number of rules: 1066
% 35.73/35.96  New rule produced :
% 35.73/35.96  [1084] theorem(or(not(or(A,B)),or(B,or(not(or(not(A),or(C,C))),C)))) -> true
% 35.73/35.96  Current number of equations to process: 635
% 35.73/35.96  Current number of ordered equations: 0
% 35.73/35.96  Current number of rules: 1067
% 35.73/35.96  New rule produced :
% 35.73/35.96  [1085] theorem(or(not(A),or(not(or(not(or(A,B)),or(C,C))),C))) -> true
% 35.73/35.96  Current number of equations to process: 642
% 35.73/35.96  Current number of ordered equations: 0
% 35.73/35.96  Current number of rules: 1068
% 35.73/35.96  New rule produced :
% 35.73/35.96  [1086] theorem(or(or(not(or(not(or(A,B)),or(C,C))),C),not(or(B,A)))) -> true
% 35.73/35.96  Current number of equations to process: 641
% 35.73/35.96  Current number of ordered equations: 0
% 35.73/35.96  Current number of rules: 1069
% 35.73/35.96  New rule produced :
% 35.73/35.96  [1087] theorem(or(not(or(not(or(A,B)),or(C,C))),or(not(or(B,A)),C))) -> true
% 35.73/35.96  Current number of equations to process: 640
% 35.73/35.96  Current number of ordered equations: 0
% 35.73/35.96  Current number of rules: 1070
% 35.73/35.96  New rule produced :
% 35.73/35.96  [1088] theorem(or(or(A,B),not(or(or(or(B,B),A),or(or(B,B),A))))) -> true
% 35.73/35.96  Current number of equations to process: 646
% 35.73/35.96  Current number of ordered equations: 0
% 35.73/35.96  Current number of rules: 1071
% 35.73/35.96  New rule produced :
% 35.73/35.96  [1089] theorem(or(A,or(not(or(or(or(B,B),A),or(or(B,B),A))),B))) -> true
% 35.73/35.96  Current number of equations to process: 645
% 35.73/35.96  Current number of ordered equations: 0
% 35.73/35.96  Current number of rules: 1072
% 35.73/35.96  New rule produced :
% 35.73/35.96  [1090] theorem(or(A,or(or(B,or(C,or(X,Y))),not(or(B,or(C,Y)))))) -> true
% 35.73/35.96  Current number of equations to process: 650
% 35.73/35.96  Current number of ordered equations: 0
% 35.73/35.96  Current number of rules: 1073
% 35.73/35.96  New rule produced :
% 35.73/35.96  [1091] theorem(or(or(not(or(A,or(B,C))),or(B,or(X,C))),A)) -> true
% 35.73/35.96  Current number of equations to process: 654
% 35.73/35.96  Current number of ordered equations: 0
% 35.73/35.96  Current number of rules: 1074
% 35.73/35.96  New rule produced :
% 35.73/35.96  [1092] theorem(or(A,or(B,or(not(or(B,or(C,X))),or(C,or(Y,X)))))) -> true
% 35.73/35.96  Current number of equations to process: 656
% 35.73/35.96  Current number of ordered equations: 0
% 35.73/35.96  Current number of rules: 1075
% 35.73/35.96  New rule produced :
% 35.73/35.96  [1093] theorem(or(or(A,or(B,or(C,X))),not(or(or(B,X),A)))) -> true
% 35.73/35.96  Current number of equations to process: 660
% 35.73/35.96  Current number of ordered equations: 0
% 35.73/35.96  Current number of rules: 1076
% 35.73/35.96  New rule produced :
% 35.73/35.96  [1094] theorem(or(A,or(not(or(or(B,C),A)),or(B,or(X,C))))) -> true
% 35.73/35.96  Current number of equations to process: 659
% 35.73/35.96  Current number of ordered equations: 0
% 35.73/35.96  Current number of rules: 1077
% 35.73/35.96  New rule produced :
% 35.73/35.96  [1095] theorem(or(A,or(not(or(or(B,C),X)),or(X,or(B,or(Y,C)))))) -> true
% 37.45/37.75  Current number of equations to process: 658
% 37.45/37.75  Current number of ordered equations: 0
% 37.45/37.75  Current number of rules: 1078
% 37.45/37.75  New rule produced :
% 37.45/37.75  [1096] theorem(or(or(or(A,or(B,C)),not(or(A,C))),X)) -> true
% 37.45/37.75  Current number of equations to process: 662
% 37.45/37.75  Current number of ordered equations: 0
% 37.45/37.75  Current number of rules: 1079
% 37.45/37.75  New rule produced :
% 37.45/37.75  [1097] theorem(or(or(A,or(B,C)),or(X,not(or(A,C))))) -> true
% 37.45/37.75  Current number of equations to process: 662
% 37.45/37.75  Current number of ordered equations: 0
% 37.45/37.75  Current number of rules: 1080
% 37.45/37.75  New rule produced :
% 37.45/37.75  [1098] theorem(or(A,or(B,or(or(C,or(X,Y)),not(or(C,Y)))))) -> true
% 37.45/37.75  Current number of equations to process: 661
% 37.45/37.75  Current number of ordered equations: 0
% 37.45/37.75  Current number of rules: 1081
% 37.45/37.75  New rule produced :
% 37.45/37.75  [1099]
% 37.45/37.75  ifeq(axiom(or(A,or(or(B,or(C,X)),not(or(B,X))))),true,true,true) -> true
% 37.45/37.75  Current number of equations to process: 660
% 37.45/37.75  Current number of ordered equations: 0
% 37.45/37.75  Current number of rules: 1082
% 37.45/37.75  New rule produced :
% 37.45/37.75  [1100] ifeq(axiom(or(or(not(or(A,B)),or(C,B)),A)),true,true,true) -> true
% 37.45/37.75  Current number of equations to process: 661
% 37.45/37.75  Current number of ordered equations: 0
% 37.45/37.75  Current number of rules: 1083
% 37.45/37.75  New rule produced :
% 37.45/37.75  [1101] theorem(or(A,or(or(not(or(B,C)),or(X,C)),B))) -> true
% 37.45/37.75  Current number of equations to process: 662
% 37.45/37.75  Current number of ordered equations: 0
% 37.45/37.75  Current number of rules: 1084
% 37.45/37.75  New rule produced :
% 37.45/37.75  [1102] theorem(or(A,or(or(not(or(or(A,B),C)),or(X,C)),B))) -> true
% 37.45/37.75  Current number of equations to process: 664
% 37.45/37.75  Current number of ordered equations: 0
% 37.45/37.75  Current number of rules: 1085
% 37.45/37.75  New rule produced :
% 37.45/37.75  [1103] theorem(or(or(A,or(not(or(A,B)),or(C,B))),X)) -> true
% 37.45/37.75  Current number of equations to process: 665
% 37.45/37.75  Current number of ordered equations: 0
% 37.45/37.75  Current number of rules: 1086
% 37.45/37.75  New rule produced :
% 37.45/37.75  [1104] theorem(or(A,or(B,or(not(or(A,C)),or(X,C))))) -> true
% 37.45/37.75  Current number of equations to process: 665
% 37.45/37.75  Current number of ordered equations: 0
% 37.45/37.75  Current number of rules: 1087
% 37.45/37.75  New rule produced :
% 37.45/37.75  [1105] theorem(or(A,or(B,or(C,or(not(or(C,X)),or(Y,X)))))) -> true
% 37.45/37.75  Current number of equations to process: 664
% 37.45/37.75  Current number of ordered equations: 0
% 37.45/37.75  Current number of rules: 1088
% 37.45/37.75  New rule produced :
% 37.45/37.75  [1106]
% 37.45/37.75  ifeq(axiom(or(A,or(B,or(not(or(B,C)),or(X,C))))),true,true,true) -> true
% 37.45/37.75  Current number of equations to process: 665
% 37.45/37.75  Current number of ordered equations: 0
% 37.45/37.75  Current number of rules: 1089
% 37.45/37.75  New rule produced :
% 37.45/37.75  [1107] theorem(or(or(not(or(not(A),B)),or(C,B)),not(or(A,A)))) -> true
% 37.45/37.75  Current number of equations to process: 668
% 37.45/37.75  Current number of ordered equations: 0
% 37.45/37.75  Current number of rules: 1090
% 37.45/37.75  New rule produced :
% 37.45/37.75  [1108] theorem(or(A,or(not(or(B,B)),or(not(or(not(B),C)),or(X,C))))) -> true
% 37.45/37.75  Current number of equations to process: 669
% 37.45/37.75  Current number of ordered equations: 0
% 37.45/37.75  Current number of rules: 1091
% 37.45/37.75  New rule produced :
% 37.45/37.75  [1109] theorem(or(or(not(or(not(or(A,B)),C)),or(X,C)),not(B))) -> true
% 37.45/37.75  Current number of equations to process: 673
% 37.45/37.75  Current number of ordered equations: 0
% 37.45/37.75  Current number of rules: 1092
% 37.45/37.75  New rule produced :
% 37.45/37.75  [1110] theorem(or(A,or(or(not(or(B,C)),or(B,or(X,C))),Y))) -> true
% 37.45/37.75  Current number of equations to process: 676
% 37.45/37.75  Current number of ordered equations: 0
% 37.45/37.75  Current number of rules: 1093
% 37.45/37.75  New rule produced :
% 37.45/37.75  [1111] theorem(or(A,or(not(B),or(not(or(not(or(C,B)),X)),or(Y,X))))) -> true
% 37.45/37.75  Current number of equations to process: 678
% 37.45/37.75  Current number of ordered equations: 0
% 37.45/37.75  Current number of rules: 1094
% 37.45/37.75  New rule produced :
% 37.45/37.75  [1112] theorem(or(not(or(A,A)),or(not(or(not(or(B,A)),C)),or(X,C)))) -> true
% 37.45/37.75  Current number of equations to process: 677
% 37.45/37.75  Current number of ordered equations: 0
% 37.45/37.75  Current number of rules: 1095
% 37.45/37.75  New rule produced :
% 37.45/37.75  [1113] theorem(or(not(A),or(not(or(not(or(B,or(C,A))),X)),or(Y,X)))) -> true
% 37.45/37.75  Current number of equations to process: 676
% 37.45/37.75  Current number of ordered equations: 0
% 37.45/37.75  Current number of rules: 1096
% 37.45/37.75  New rule produced :
% 37.45/37.75  [1114]
% 37.45/37.75  ifeq(axiom(or(or(not(or(A,B)),or(A,or(C,B))),X)),true,true,true) -> true
% 37.45/37.75  Current number of equations to process: 675
% 37.45/37.75  Current number of ordered equations: 0
% 37.45/37.75  Current number of rules: 1097
% 37.45/37.75  New rule produced :
% 37.45/37.75  [1115] theorem(or(or(A,or(not(or(B,C)),or(B,or(X,C)))),Y)) -> true
% 39.27/39.49  Current number of equations to process: 676
% 39.27/39.49  Current number of ordered equations: 0
% 39.27/39.49  Current number of rules: 1098
% 39.27/39.49  New rule produced :
% 39.27/39.49  [1116] theorem(or(A,or(B,or(C,or(not(or(X,Y)),or(X,or(Z,Y))))))) -> true
% 39.27/39.49  Current number of equations to process: 677
% 39.27/39.49  Current number of ordered equations: 0
% 39.27/39.49  Current number of rules: 1099
% 39.27/39.49  New rule produced :
% 39.27/39.49  [1117] theorem(or(or(A,or(B,or(C,X))),not(or(A,or(X,B))))) -> true
% 39.27/39.49  Current number of equations to process: 681
% 39.27/39.49  Current number of ordered equations: 0
% 39.27/39.49  Current number of rules: 1100
% 39.27/39.49  New rule produced :
% 39.27/39.49  [1118] theorem(or(A,or(not(or(A,or(B,C))),or(C,or(X,B))))) -> true
% 39.27/39.49  Current number of equations to process: 680
% 39.27/39.49  Current number of ordered equations: 0
% 39.27/39.49  Current number of rules: 1101
% 39.27/39.49  New rule produced :
% 39.27/39.49  [1119] theorem(or(not(or(or(A,B),C)),or(C,or(B,or(X,A))))) -> true
% 39.27/39.49  Current number of equations to process: 680
% 39.27/39.49  Current number of ordered equations: 0
% 39.27/39.49  Current number of rules: 1102
% 39.27/39.49  New rule produced :
% 39.27/39.49  [1120] ifeq(axiom(or(or(A,or(B,C)),not(or(C,A)))),true,true,true) -> true
% 39.27/39.49  Current number of equations to process: 681
% 39.27/39.49  Current number of ordered equations: 0
% 39.27/39.49  Current number of rules: 1103
% 39.27/39.49  New rule produced :
% 39.27/39.49  [1121] theorem(or(A,or(or(B,or(C,X)),not(or(X,B))))) -> true
% 39.27/39.49  Current number of equations to process: 681
% 39.27/39.49  Current number of ordered equations: 0
% 39.27/39.49  Current number of rules: 1104
% 39.27/39.49  New rule produced :
% 39.27/39.49  [1122] ifeq(axiom(or(A,or(not(or(B,A)),or(C,B)))),true,true,true) -> true
% 39.27/39.49  Current number of equations to process: 683
% 39.27/39.49  Current number of ordered equations: 0
% 39.27/39.49  Current number of rules: 1105
% 39.27/39.49  New rule produced : [1123] theorem(or(or(not(or(A,B)),or(C,A)),B)) -> true
% 39.27/39.49  Current number of equations to process: 685
% 39.27/39.49  Current number of ordered equations: 0
% 39.27/39.49  Current number of rules: 1106
% 39.27/39.49  New rule produced :
% 39.27/39.49  [1124] theorem(or(A,or(B,or(not(or(C,B)),or(X,C))))) -> true
% 39.27/39.49  Current number of equations to process: 686
% 39.27/39.49  Current number of ordered equations: 0
% 39.27/39.49  Current number of rules: 1107
% 39.27/39.49  New rule produced :
% 39.27/39.49  [1125] theorem(or(not(or(A,A)),or(not(or(B,not(A))),or(C,B)))) -> true
% 39.27/39.49  Current number of equations to process: 689
% 39.27/39.49  Current number of ordered equations: 0
% 39.27/39.49  Current number of rules: 1108
% 39.27/39.49  New rule produced :
% 39.27/39.49  [1126] theorem(or(not(A),or(not(or(B,not(or(C,A)))),or(X,B)))) -> true
% 39.27/39.49  Current number of equations to process: 688
% 39.27/39.49  Current number of ordered equations: 0
% 39.27/39.49  Current number of rules: 1109
% 39.27/39.49  New rule produced :
% 39.27/39.49  [1127] theorem(or(or(not(or(A,B)),or(B,or(C,A))),X)) -> true
% 39.27/39.49  Current number of equations to process: 689
% 39.27/39.49  Current number of ordered equations: 0
% 39.27/39.49  Current number of rules: 1110
% 39.27/39.49  New rule produced :
% 39.27/39.49  [1128] theorem(or(A,or(B,or(not(or(C,X)),or(X,or(Y,C)))))) -> true
% 39.27/39.49  Current number of equations to process: 688
% 39.27/39.49  Current number of ordered equations: 0
% 39.27/39.49  Current number of rules: 1111
% 39.27/39.49  New rule produced :
% 39.27/39.49  [1129] theorem(or(A,or(not(or(B,or(C,X))),or(B,or(X,or(Y,C)))))) -> true
% 39.27/39.49  Current number of equations to process: 689
% 39.27/39.49  Current number of ordered equations: 0
% 39.27/39.49  Current number of rules: 1112
% 39.27/39.49  New rule produced :
% 39.27/39.49  [1130] theorem(or(not(or(A,B)),or(A,or(not(or(C,not(B))),or(X,C))))) -> true
% 39.27/39.49  Current number of equations to process: 688
% 39.27/39.49  Current number of ordered equations: 0
% 39.27/39.49  Current number of rules: 1113
% 39.27/39.49  New rule produced :
% 39.27/39.49  [1131] theorem(or(not(or(A,B)),or(not(or(C,not(or(B,A)))),or(X,C)))) -> true
% 39.27/39.49  Current number of equations to process: 687
% 39.27/39.49  Current number of ordered equations: 0
% 39.27/39.49  Current number of rules: 1114
% 39.27/39.49  New rule produced :
% 39.27/39.49  [1132]
% 39.27/39.49  ifeq(axiom(or(A,or(not(or(B,C)),or(C,or(X,B))))),true,true,true) -> true
% 39.27/39.49  Current number of equations to process: 686
% 39.27/39.49  Current number of ordered equations: 0
% 39.27/39.49  Current number of rules: 1115
% 39.27/39.49  New rule produced :
% 39.27/39.49  [1133] theorem(or(or(A,or(B,C)),not(or(or(C,A),or(C,A))))) -> true
% 39.27/39.49  Current number of equations to process: 690
% 39.27/39.49  Current number of ordered equations: 0
% 39.27/39.49  Current number of rules: 1116
% 39.27/39.49  New rule produced :
% 39.27/39.49  [1134] theorem(or(A,or(not(or(or(B,A),or(B,A))),or(C,B)))) -> true
% 39.27/39.49  Current number of equations to process: 689
% 39.27/39.49  Current number of ordered equations: 0
% 39.27/39.49  Current number of rules: 1117
% 39.27/39.49  New rule produced :
% 39.27/39.49  [1135] theorem(or(A,or(not(or(or(B,C),or(B,C))),or(C,or(X,B))))) -> true
% 39.27/39.49  Current number of equations to process: 691
% 39.27/39.49  Current number of ordered equations: 0
% 41.64/41.88  Current number of rules: 1118
% 41.64/41.88  New rule produced :
% 41.64/41.88  [1136] theorem(or(or(not(or(A,or(B,C))),or(A,or(B,or(X,C)))),Y)) -> true
% 41.64/41.88  Current number of equations to process: 690
% 41.64/41.88  Current number of ordered equations: 0
% 41.64/41.88  Current number of rules: 1119
% 41.64/41.88  New rule produced :
% 41.64/41.88  [1137] theorem(or(not(or(A,or(B,C))),or(X,or(A,or(B,or(Y,C)))))) -> true
% 41.64/41.88  Current number of equations to process: 689
% 41.64/41.88  Current number of ordered equations: 0
% 41.64/41.88  Current number of rules: 1120
% 41.64/41.88  New rule produced :
% 41.64/41.88  [1138] theorem(or(or(A,or(not(or(not(B),C)),or(X,C))),not(or(A,B)))) -> true
% 41.64/41.88  Current number of equations to process: 696
% 41.64/41.88  Current number of ordered equations: 0
% 41.64/41.88  Current number of rules: 1121
% 41.64/41.88  New rule produced :
% 41.64/41.88  [1139] theorem(or(A,or(not(or(A,B)),or(not(or(not(B),C)),or(X,C))))) -> true
% 41.64/41.88  Current number of equations to process: 695
% 41.64/41.88  Current number of ordered equations: 0
% 41.64/41.88  Current number of rules: 1122
% 41.64/41.88  New rule produced :
% 41.64/41.88  [1140] theorem(or(not(or(A,B)),or(B,or(not(or(not(A),C)),or(X,C))))) -> true
% 41.64/41.88  Current number of equations to process: 694
% 41.64/41.88  Current number of ordered equations: 0
% 41.64/41.88  Current number of rules: 1123
% 41.64/41.88  New rule produced :
% 41.64/41.88  [1141] theorem(or(not(A),or(not(or(not(or(A,B)),C)),or(X,C)))) -> true
% 41.64/41.88  Current number of equations to process: 701
% 41.64/41.88  Current number of ordered equations: 0
% 41.64/41.88  Current number of rules: 1124
% 41.64/41.88  New rule produced :
% 41.64/41.88  [1142] theorem(or(or(not(or(not(or(A,B)),C)),or(X,C)),not(or(B,A)))) -> true
% 41.64/41.88  Current number of equations to process: 700
% 41.64/41.88  Current number of ordered equations: 0
% 41.64/41.88  Current number of rules: 1125
% 41.64/41.88  New rule produced :
% 41.64/41.88  [1143] theorem(or(not(or(not(or(A,B)),C)),or(not(or(B,A)),or(X,C)))) -> true
% 41.64/41.88  Current number of equations to process: 699
% 41.64/41.88  Current number of ordered equations: 0
% 41.64/41.88  Current number of rules: 1126
% 41.64/41.88  New rule produced :
% 41.64/41.88  [1144] theorem(or(A,or(or(B,or(C,X)),not(or(or(B,X),or(B,X)))))) -> true
% 41.64/41.88  Current number of equations to process: 704
% 41.64/41.88  Current number of ordered equations: 0
% 41.64/41.88  Current number of rules: 1127
% 41.64/41.88  New rule produced :
% 41.64/41.88  [1145] theorem(or(or(not(or(or(A,B),or(A,B))),or(C,B)),A)) -> true
% 41.64/41.88  Current number of equations to process: 708
% 41.64/41.88  Current number of ordered equations: 0
% 41.64/41.88  Current number of rules: 1128
% 41.64/41.88  New rule produced :
% 41.64/41.88  [1146] theorem(or(A,or(B,or(not(or(or(B,C),or(B,C))),or(X,C))))) -> true
% 41.64/41.88  Current number of equations to process: 711
% 41.64/41.88  Current number of ordered equations: 0
% 41.64/41.88  Current number of rules: 1129
% 41.64/41.88  New rule produced :
% 41.64/41.88  [1147] theorem(or(or(or(A,or(B,C)),not(or(A,or(C,B)))),X)) -> true
% 41.64/41.88  Current number of equations to process: 713
% 41.64/41.88  Current number of ordered equations: 0
% 41.64/41.88  Current number of rules: 1130
% 41.64/41.88  New rule produced :
% 41.64/41.88  [1148] theorem(or(or(A,or(B,C)),or(X,not(or(A,or(C,B)))))) -> true
% 41.64/41.88  Current number of equations to process: 712
% 41.64/41.88  Current number of ordered equations: 0
% 41.64/41.88  Current number of rules: 1131
% 41.64/41.88  New rule produced :
% 41.64/41.88  [1149] theorem(or(A,or(or(not(or(B,or(C,X))),or(X,C)),B))) -> true
% 41.64/41.88  Current number of equations to process: 715
% 41.64/41.88  Current number of ordered equations: 0
% 41.64/41.88  Current number of rules: 1132
% 41.64/41.88  New rule produced :
% 41.64/41.88  [1150] theorem(or(A,or(B,or(or(C,or(X,Y)),not(or(C,or(Y,X))))))) -> true
% 41.64/41.88  Current number of equations to process: 717
% 41.64/41.88  Current number of ordered equations: 0
% 41.64/41.88  Current number of rules: 1133
% 41.64/41.88  New rule produced :
% 41.64/41.88  [1151]
% 41.64/41.88  ifeq(axiom(or(or(not(or(A,or(B,C))),or(C,B)),A)),true,true,true) -> true
% 41.64/41.88  Current number of equations to process: 716
% 41.64/41.88  Current number of ordered equations: 0
% 41.64/41.88  Current number of rules: 1134
% 41.64/41.88  New rule produced :
% 41.64/41.88  [1152] theorem(or(A,or(or(not(or(or(A,B),or(C,X))),or(X,C)),B))) -> true
% 41.64/41.88  Current number of equations to process: 715
% 41.64/41.88  Current number of ordered equations: 0
% 41.64/41.88  Current number of rules: 1135
% 41.64/41.88  New rule produced :
% 41.64/41.88  [1153] theorem(or(or(A,or(not(or(A,or(B,C))),or(C,B))),X)) -> true
% 41.64/41.88  Current number of equations to process: 717
% 41.64/41.88  Current number of ordered equations: 0
% 41.64/41.88  Current number of rules: 1136
% 41.64/41.88  New rule produced :
% 41.64/41.88  [1154] theorem(or(A,or(B,or(not(or(A,or(C,X))),or(X,C))))) -> true
% 41.64/41.88  Current number of equations to process: 716
% 41.64/41.88  Current number of ordered equations: 0
% 41.64/41.88  Current number of rules: 1137
% 41.64/41.88  New rule produced :
% 41.64/41.88  [1155] theorem(or(A,or(or(B,or(C,X)),not(or(or(X,C),B))))) -> true
% 41.64/41.88  Current number of equations to process: 718
% 44.36/44.57  Current number of ordered equations: 0
% 44.36/44.57  Current number of rules: 1138
% 44.36/44.57  New rule produced :
% 44.36/44.57  [1156] theorem(or(or(not(or(or(A,B),C)),or(B,A)),C)) -> true
% 44.36/44.57  Current number of equations to process: 723
% 44.36/44.57  Current number of ordered equations: 0
% 44.36/44.57  Current number of rules: 1139
% 44.36/44.57  New rule produced :
% 44.36/44.57  [1157] theorem(or(A,or(B,or(not(or(or(C,X),B)),or(X,C))))) -> true
% 44.36/44.57  Current number of equations to process: 725
% 44.36/44.57  Current number of ordered equations: 0
% 44.36/44.57  Current number of rules: 1140
% 44.36/44.57  New rule produced :
% 44.36/44.57  [1158] theorem(or(A,or(B,or(C,or(not(or(C,or(X,Y))),or(Y,X)))))) -> true
% 44.36/44.57  Current number of equations to process: 727
% 44.36/44.57  Current number of ordered equations: 0
% 44.36/44.57  Current number of rules: 1141
% 44.36/44.57  New rule produced :
% 44.36/44.57  [1159]
% 44.36/44.57  ifeq(axiom(or(or(A,or(B,C)),not(or(or(C,B),A)))),true,true,true) -> true
% 44.36/44.57  Current number of equations to process: 726
% 44.36/44.57  Current number of ordered equations: 0
% 44.36/44.57  Current number of rules: 1142
% 44.36/44.57  New rule produced :
% 44.36/44.57  [1160]
% 44.36/44.57  ifeq(axiom(or(A,or(not(or(or(B,C),A)),or(C,B)))),true,true,true) -> true
% 44.36/44.57  Current number of equations to process: 725
% 44.36/44.57  Current number of ordered equations: 0
% 44.36/44.57  Current number of rules: 1143
% 44.36/44.57  New rule produced :
% 44.36/44.57  [1161] theorem(or(not(or(A,A)),or(not(or(or(B,C),not(A))),or(C,B)))) -> true
% 44.36/44.57  Current number of equations to process: 724
% 44.36/44.57  Current number of ordered equations: 0
% 44.36/44.57  Current number of rules: 1144
% 44.36/44.57  New rule produced :
% 44.36/44.57  [1162] theorem(or(not(A),or(not(or(or(B,C),not(or(X,A)))),or(C,B)))) -> true
% 44.36/44.57  Current number of equations to process: 723
% 44.36/44.57  Current number of ordered equations: 0
% 44.36/44.57  Current number of rules: 1145
% 44.36/44.57  New rule produced :
% 44.36/44.57  [1163] theorem(or(or(not(or(or(A,B),C)),or(C,or(B,A))),X)) -> true
% 44.36/44.57  Current number of equations to process: 725
% 44.36/44.57  Current number of ordered equations: 0
% 44.36/44.57  Current number of rules: 1146
% 44.36/44.57  New rule produced :
% 44.36/44.57  [1164] theorem(or(not(or(or(A,B),C)),or(X,or(C,or(B,A))))) -> true
% 44.36/44.57  Current number of equations to process: 724
% 44.36/44.57  Current number of ordered equations: 0
% 44.36/44.57  Current number of rules: 1147
% 44.36/44.57  New rule produced :
% 44.36/44.57  [1165] theorem(or(A,or(B,or(not(or(or(C,X),Y)),or(Y,or(X,C)))))) -> true
% 44.36/44.57  Current number of equations to process: 726
% 44.36/44.57  Current number of ordered equations: 0
% 44.36/44.57  Current number of rules: 1148
% 44.36/44.57  New rule produced :
% 44.36/44.57  [1166] theorem(or(or(not(or(or(A,B),or(A,B))),or(A,or(C,B))),X)) -> true
% 44.36/44.57  Current number of equations to process: 727
% 44.36/44.57  Current number of ordered equations: 0
% 44.36/44.57  Current number of rules: 1149
% 44.36/44.57  New rule produced :
% 44.36/44.57  [1167] theorem(or(or(not(or(not(A),or(B,C))),or(C,B)),not(or(A,A)))) -> true
% 44.36/44.57  Current number of equations to process: 733
% 44.36/44.57  Current number of ordered equations: 0
% 44.36/44.57  Current number of rules: 1150
% 44.36/44.57  New rule produced :
% 44.36/44.57  [1168] theorem(or(not(or(not(A),or(B,C))),or(not(or(A,A)),or(C,B)))) -> true
% 44.36/44.57  Current number of equations to process: 732
% 44.36/44.57  Current number of ordered equations: 0
% 44.36/44.57  Current number of rules: 1151
% 44.36/44.57  New rule produced :
% 44.36/44.57  [1169] theorem(or(or(not(or(not(or(A,B)),or(C,X))),or(X,C)),not(B))) -> true
% 44.36/44.57  Current number of equations to process: 740
% 44.36/44.57  Current number of ordered equations: 0
% 44.36/44.57  Current number of rules: 1152
% 44.36/44.57  New rule produced :
% 44.36/44.57  [1170] theorem(or(not(or(not(or(A,B)),or(C,X))),or(not(B),or(X,C)))) -> true
% 44.36/44.57  Current number of equations to process: 739
% 44.36/44.57  Current number of ordered equations: 0
% 44.36/44.57  Current number of rules: 1153
% 44.36/44.57  New rule produced :
% 44.36/44.57  [1171] theorem(or(or(A,or(B,or(C,X))),not(or(A,or(or(X,C),B))))) -> true
% 44.36/44.57  Current number of equations to process: 746
% 44.36/44.57  Current number of ordered equations: 0
% 44.36/44.57  Current number of rules: 1154
% 44.36/44.57  New rule produced :
% 44.36/44.57  [1172] theorem(or(A,or(not(or(A,or(or(B,C),X))),or(X,or(C,B))))) -> true
% 44.36/44.57  Current number of equations to process: 745
% 44.36/44.57  Current number of ordered equations: 0
% 44.36/44.57  Current number of rules: 1155
% 44.36/44.57  New rule produced :
% 44.36/44.57  [1173] theorem(or(not(or(or(or(A,B),C),X)),or(X,or(C,or(B,A))))) -> true
% 44.36/44.57  Current number of equations to process: 744
% 44.36/44.57  Current number of ordered equations: 0
% 44.36/44.57  Current number of rules: 1156
% 44.36/44.57  New rule produced :
% 44.36/44.57  [1174] theorem(or(A,or(or(not(or(B,or(C,X))),or(B,or(X,C))),Y))) -> true
% 44.36/44.57  Current number of equations to process: 748
% 44.36/44.57  Current number of ordered equations: 0
% 44.36/44.57  Current number of rules: 1157
% 44.36/44.57  New rule produced :
% 44.36/44.57  [1175] theorem(or(or(A,or(B,or(C,X))),not(or(B,or(X,C))))) -> true
% 44.36/44.57  Current number of equations to process: 751
% 47.00/47.27  Current number of ordered equations: 0
% 47.00/47.27  Current number of rules: 1158
% 47.00/47.27  New rule produced :
% 47.00/47.27  [1176] theorem(or(A,or(not(or(B,or(C,X))),or(Y,or(B,or(X,C)))))) -> true
% 47.00/47.27  Current number of equations to process: 753
% 47.00/47.27  Current number of ordered equations: 0
% 47.00/47.27  Current number of rules: 1159
% 47.00/47.27  New rule produced :
% 47.00/47.27  [1177] theorem(or(or(A,or(not(or(B,or(C,X))),or(B,or(X,C)))),Y)) -> true
% 47.00/47.27  Current number of equations to process: 754
% 47.00/47.27  Current number of ordered equations: 0
% 47.00/47.27  Current number of rules: 1160
% 47.00/47.27  New rule produced :
% 47.00/47.27  [1178] theorem(or(or(A,or(not(or(not(B),C)),or(X,C))),not(or(X,B)))) -> true
% 47.00/47.27  Current number of equations to process: 762
% 47.00/47.27  Current number of ordered equations: 0
% 47.00/47.27  Current number of rules: 1161
% 47.00/47.27  New rule produced :
% 47.00/47.27  [1179] theorem(or(or(not(or(or(A,or(B,B)),or(A,or(B,B)))),B),A)) -> true
% 47.00/47.27  Current number of equations to process: 773
% 47.00/47.27  Current number of ordered equations: 0
% 47.00/47.27  Current number of rules: 1162
% 47.00/47.27  New rule produced :
% 47.00/47.27  [1180] theorem(or(or(not(or(A,or(B,or(C,X)))),or(B,or(X,C))),A)) -> true
% 47.00/47.27  Current number of equations to process: 784
% 47.00/47.27  Current number of ordered equations: 0
% 47.00/47.27  Current number of rules: 1163
% 47.00/47.27  New rule produced :
% 47.00/47.27  [1181] theorem(or(or(A,or(B,or(C,X))),not(or(or(B,or(X,C)),A)))) -> true
% 47.00/47.27  Current number of equations to process: 790
% 47.00/47.27  Current number of ordered equations: 0
% 47.00/47.27  Current number of rules: 1164
% 47.00/47.27  New rule produced :
% 47.00/47.27  [1182] theorem(or(A,or(not(or(or(B,or(C,X)),A)),or(B,or(X,C))))) -> true
% 47.00/47.27  Current number of equations to process: 789
% 47.00/47.27  Current number of ordered equations: 0
% 47.00/47.27  Current number of rules: 1165
% 47.00/47.27  New rule produced :
% 47.00/47.27  [1183]
% 47.00/47.27  theorem(or(or(A,or(B,or(not(or(C,or(X,Y))),or(X,or(C,Y))))),Z)) -> true
% 47.00/47.27  Current number of equations to process: 790
% 47.00/47.27  Current number of ordered equations: 0
% 47.00/47.27  Current number of rules: 1166
% 47.00/47.27  New rule produced :
% 47.00/47.27  [1184]
% 47.00/47.27  ifeq(axiom(or(not(or(not(or(A,B)),or(or(C,B),A))),X)),true,theorem(X),true)
% 47.00/47.27  -> true
% 47.00/47.27  Current number of equations to process: 789
% 47.00/47.27  Current number of ordered equations: 0
% 47.00/47.27  Current number of rules: 1167
% 47.00/47.27  New rule produced :
% 47.00/47.27  [1185]
% 47.00/47.27  ifeq(axiom(or(not(A),or(B,C))),true,theorem(or(not(A),or(or(X,C),B))),true)
% 47.00/47.27  -> true
% 47.00/47.27  Current number of equations to process: 788
% 47.00/47.27  Current number of ordered equations: 0
% 47.00/47.27  Current number of rules: 1168
% 47.00/47.27  New rule produced :
% 47.00/47.27  [1186]
% 47.00/47.27  theorem(or(not(or(or(or(A,B),C),or(or(A,B),C))),or(or(C,B),A))) -> true
% 47.00/47.27  Current number of equations to process: 787
% 47.00/47.27  Current number of ordered equations: 0
% 47.00/47.27  Current number of rules: 1169
% 47.00/47.27  New rule produced :
% 47.00/47.27  [1187]
% 47.00/47.27  ifeq(axiom(or(A,or(not(or(B,or(C,X))),or(or(B,X),C)))),true,true,true) ->
% 47.00/47.27  true
% 47.00/47.27  Current number of equations to process: 786
% 47.00/47.27  Current number of ordered equations: 0
% 47.00/47.27  Current number of rules: 1170
% 47.00/47.27  New rule produced :
% 47.00/47.27  [1188]
% 47.00/47.27  theorem(or(A,or(not(or(B,or(C,or(X,Y)))),or(B,or(or(C,Y),X))))) -> true
% 47.00/47.27  Current number of equations to process: 785
% 47.00/47.27  Current number of ordered equations: 0
% 47.00/47.27  Current number of rules: 1171
% 47.00/47.27  New rule produced :
% 47.00/47.27  [1189]
% 47.00/47.27  ifeq(axiom(or(or(or(A,B),not(or(A,C))),not(or(not(C),B)))),true,true,true) ->
% 47.00/47.27  true
% 47.00/47.27  Current number of equations to process: 784
% 47.00/47.27  Current number of ordered equations: 0
% 47.00/47.27  Current number of rules: 1172
% 47.00/47.27  New rule produced :
% 47.00/47.27  [1190]
% 47.00/47.27  ifeq(axiom(or(or(A,B),or(not(or(not(C),B)),not(or(A,C))))),true,true,true) ->
% 47.00/47.27  true
% 47.00/47.27  Current number of equations to process: 783
% 47.00/47.27  Current number of ordered equations: 0
% 47.00/47.27  Current number of rules: 1173
% 47.00/47.27  New rule produced :
% 47.00/47.27  [1191]
% 47.00/47.27  theorem(or(not(or(A,or(B,not(C)))),or(A,or(or(X,B),not(or(X,C)))))) -> true
% 47.00/47.27  Current number of equations to process: 782
% 47.00/47.27  Current number of ordered equations: 0
% 47.00/47.27  Current number of rules: 1174
% 47.00/47.27  New rule produced :
% 47.00/47.27  [1192]
% 47.00/47.27  theorem(or(A,or(B,or(not(or(not(C),X)),or(or(Y,X),not(or(Y,C))))))) -> true
% 47.00/47.27  Current number of equations to process: 781
% 47.00/47.27  Current number of ordered equations: 0
% 47.00/47.27  Current number of rules: 1175
% 47.00/47.27  New rule produced :
% 47.00/47.27  [1193]
% 47.00/47.27  theorem(or(A,or(or(or(not(or(B,C)),or(B,X)),not(or(not(C),X))),Y))) -> true
% 47.00/47.27  Current number of equations to process: 780
% 47.00/47.27  Current number of ordered equations: 0
% 47.00/47.27  Current number of rules: 1176
% 47.00/47.27  New rule produced :
% 47.00/47.27  [1194]
% 47.00/47.27  theorem(or(A,or(or(not(or(B,C)),or(B,X)),or(Y,not(or(not(C),X)))))) -> true
% 47.00/47.27  Current number of equations to process: 779
% 47.00/47.27  Current number of ordered equations: 0
% 47.44/47.71  Current number of rules: 1177
% 47.44/47.71  New rule produced :
% 47.44/47.71  [1195]
% 47.44/47.71  ifeq(axiom(or(not(or(A,or(B,or(C,or(not(X),X))))),Y)),true,theorem(Y),true)
% 47.44/47.71  -> true
% 47.44/47.71  Current number of equations to process: 778
% 47.44/47.71  Current number of ordered equations: 0
% 47.44/47.71  Current number of rules: 1178
% 47.44/47.71  New rule produced :
% 47.44/47.71  [1196]
% 47.44/47.71  ifeq(axiom(or(not(or(A,or(or(not(or(B,C)),B),C))),X)),true,theorem(X),true)
% 47.44/47.71  -> true
% 47.44/47.71  Current number of equations to process: 777
% 47.44/47.71  Current number of ordered equations: 0
% 47.44/47.71  Current number of rules: 1179
% 47.44/47.71  New rule produced :
% 47.44/47.71  [1197]
% 47.44/47.71  theorem(or(not(or(A,B)),or(A,or(or(not(or(C,or(not(B),X))),C),X)))) -> true
% 47.44/47.71  Current number of equations to process: 776
% 47.44/47.71  Current number of ordered equations: 0
% 47.44/47.71  Current number of rules: 1180
% 47.44/47.71  New rule produced :
% 47.44/47.71  [1198]
% 47.44/47.71  theorem(or(not(or(A,B)),or(or(not(or(C,or(not(or(B,A)),X))),C),X))) -> true
% 47.44/47.71  Current number of equations to process: 775
% 47.44/47.71  Current number of ordered equations: 0
% 47.44/47.71  Current number of rules: 1181
% 47.44/47.71  New rule produced :
% 47.44/47.71  [1199]
% 47.44/47.71  ifeq(axiom(or(not(or(or(A,or(not(or(B,A)),B)),C)),X)),true,theorem(X),true)
% 47.44/47.71  -> true
% 47.44/47.71  Current number of equations to process: 774
% 47.44/47.71  Current number of ordered equations: 0
% 47.44/47.71  Current number of rules: 1182
% 47.44/47.71  New rule produced :
% 47.44/47.71  [1200]
% 47.44/47.71  ifeq(axiom(or(not(or(A,or(B,or(not(or(C,A)),C)))),X)),true,theorem(X),true)
% 47.44/47.71  -> true
% 47.44/47.71  Current number of equations to process: 773
% 47.44/47.71  Current number of ordered equations: 0
% 47.44/47.71  Current number of rules: 1183
% 47.44/47.71  New rule produced :
% 47.44/47.71  [1201]
% 47.44/47.71  ifeq(axiom(or(A,or(not(or(B,B)),or(not(or(C,not(B))),C)))),true,true,true) ->
% 47.44/47.71  true
% 47.44/47.71  Current number of equations to process: 772
% 47.44/47.71  Current number of ordered equations: 0
% 47.44/47.71  Current number of rules: 1184
% 47.44/47.71  New rule produced :
% 47.44/47.71  [1202]
% 47.44/47.71  ifeq(axiom(or(A,or(not(B),or(not(or(C,not(or(X,B)))),C)))),true,true,true) ->
% 47.44/47.71  true
% 47.44/47.71  Current number of equations to process: 771
% 47.44/47.71  Current number of ordered equations: 0
% 47.44/47.71  Current number of rules: 1185
% 47.44/47.71  New rule produced :
% 47.44/47.71  [1203]
% 47.44/47.71  theorem(or(not(or(A,or(B,B))),or(A,or(not(or(C,not(or(X,B)))),C)))) -> true
% 47.44/47.71  Current number of equations to process: 770
% 47.44/47.71  Current number of ordered equations: 0
% 47.44/47.71  Current number of rules: 1186
% 47.44/47.71  New rule produced :
% 47.44/47.71  [1204]
% 47.44/47.71  theorem(or(not(or(or(A,A),or(A,A))),or(not(or(B,not(or(C,A)))),B))) -> true
% 47.44/47.71  Current number of equations to process: 769
% 47.44/47.71  Current number of ordered equations: 0
% 47.44/47.71  Current number of rules: 1187
% 47.44/47.71  New rule produced :
% 47.44/47.71  [1205]
% 47.44/47.71  theorem(or(not(or(A,B)),or(A,or(not(or(C,not(or(X,or(Y,B))))),C)))) -> true
% 47.44/47.71  Current number of equations to process: 768
% 47.44/47.71  Current number of ordered equations: 0
% 47.44/47.71  Current number of rules: 1188
% 47.44/47.71  New rule produced :
% 47.44/47.71  [1206]
% 47.44/47.71  theorem(or(not(or(A,B)),or(not(or(C,not(or(X,or(Y,or(B,A)))))),C))) -> true
% 47.44/47.71  Current number of equations to process: 767
% 47.44/47.71  Current number of ordered equations: 0
% 47.44/47.71  Current number of rules: 1189
% 47.44/47.71  New rule produced :
% 47.44/47.71  [1207]
% 47.44/47.71  theorem(or(A,or(not(or(B,or(C,C))),or(B,or(not(or(X,not(C))),X))))) -> true
% 47.44/47.71  Current number of equations to process: 766
% 47.44/47.71  Current number of ordered equations: 0
% 47.44/47.71  Current number of rules: 1190
% 47.44/47.71  New rule produced :
% 47.44/47.71  [1208]
% 47.44/47.71  theorem(or(A,or(not(or(or(B,B),or(B,B))),or(not(or(C,not(B))),C)))) -> true
% 47.44/47.71  Current number of equations to process: 765
% 47.44/47.71  Current number of ordered equations: 0
% 47.44/47.71  Current number of rules: 1191
% 47.44/47.71  New rule produced :
% 47.44/47.71  [1209]
% 47.44/47.71  theorem(or(A,or(not(or(B,C)),or(B,or(not(or(X,not(or(Y,C)))),X))))) -> true
% 47.44/47.71  Current number of equations to process: 764
% 47.44/47.71  Current number of ordered equations: 0
% 47.44/47.71  Current number of rules: 1192
% 47.44/47.71  New rule produced :
% 47.44/47.71  [1210]
% 47.44/47.71  theorem(or(A,or(not(or(B,C)),or(not(or(X,not(or(Y,or(C,B))))),X)))) -> true
% 47.44/47.71  Current number of equations to process: 763
% 47.44/47.71  Current number of ordered equations: 0
% 47.44/47.71  Current number of rules: 1193
% 47.44/47.71  New rule produced :
% 47.44/47.71  [1211]
% 47.44/47.71  ifeq(axiom(or(or(A,or(not(or(B,not(C))),B)),not(or(A,C)))),true,true,true) ->
% 47.44/47.71  true
% 47.44/47.71  Current number of equations to process: 762
% 47.44/47.71  Current number of ordered equations: 0
% 47.44/47.71  Current number of rules: 1194
% 47.44/47.71  New rule produced :
% 47.44/47.71  [1212]
% 47.44/47.71  ifeq(axiom(or(A,or(not(or(A,B)),or(not(or(C,not(B))),C)))),true,true,true) ->
% 47.44/47.71  true
% 47.44/47.71  Current number of equations to process: 761
% 47.44/47.71  Current number of ordered equations: 0
% 47.44/47.71  Current number of rules: 1195
% 47.44/47.71  New rule produced :
% 47.44/47.71  [1213]
% 47.44/47.71  theorem(or(not(or(A,A)),or(not(or(not(A),B)),or(not(or(C,not(B))),C)))) ->
% 47.98/48.20  true
% 47.98/48.20  Current number of equations to process: 760
% 47.98/48.20  Current number of ordered equations: 0
% 47.98/48.20  Current number of rules: 1196
% 47.98/48.20  New rule produced :
% 47.98/48.20  [1214]
% 47.98/48.20  theorem(or(not(A),or(not(or(not(or(B,A)),C)),or(not(or(X,not(C))),X)))) ->
% 47.98/48.20  true
% 47.98/48.20  Current number of equations to process: 759
% 47.98/48.20  Current number of ordered equations: 0
% 47.98/48.20  Current number of rules: 1197
% 47.98/48.20  New rule produced :
% 47.98/48.20  [1215]
% 47.98/48.20  theorem(or(not(or(A,or(B,C))),or(A,or(C,or(not(or(X,not(B))),X))))) -> true
% 47.98/48.20  Current number of equations to process: 758
% 47.98/48.20  Current number of ordered equations: 0
% 47.98/48.20  Current number of rules: 1198
% 47.98/48.20  New rule produced :
% 47.98/48.20  [1216]
% 47.98/48.20  theorem(or(not(or(or(A,B),or(A,B))),or(B,or(not(or(C,not(A))),C)))) -> true
% 47.98/48.20  Current number of equations to process: 757
% 47.98/48.20  Current number of ordered equations: 0
% 47.98/48.20  Current number of rules: 1199
% 47.98/48.20  New rule produced :
% 47.98/48.20  [1217]
% 47.98/48.20  theorem(or(A,or(B,or(not(or(C,X)),or(C,or(not(or(Y,not(X))),Y)))))) -> true
% 47.98/48.20  Current number of equations to process: 756
% 47.98/48.20  Current number of ordered equations: 0
% 47.98/48.20  Current number of rules: 1200
% 47.98/48.20  New rule produced :
% 47.98/48.20  [1218]
% 47.98/48.20  ifeq(axiom(or(or(not(or(A,not(or(B,C)))),A),not(or(C,B)))),true,true,true) ->
% 47.98/48.20  true
% 47.98/48.20  Current number of equations to process: 755
% 47.98/48.20  Current number of ordered equations: 0
% 47.98/48.20  Current number of rules: 1201
% 47.98/48.20  New rule produced :
% 47.98/48.20  [1219]
% 47.98/48.20  theorem(or(not(or(A,or(B,not(or(C,X))))),or(A,or(not(or(X,C)),B)))) -> true
% 47.98/48.20  Current number of equations to process: 754
% 47.98/48.20  Current number of ordered equations: 0
% 47.98/48.20  Current number of rules: 1202
% 47.98/48.20  New rule produced :
% 47.98/48.20  [1220]
% 47.98/48.20  ifeq(axiom(or(A,or(or(not(or(or(B,C),or(B,C))),C),B))),true,true,true) ->
% 47.98/48.20  true
% 47.98/48.20  Current number of equations to process: 753
% 47.98/48.20  Current number of ordered equations: 0
% 47.98/48.20  Current number of rules: 1203
% 47.98/48.20  New rule produced :
% 47.98/48.20  [1221]
% 47.98/48.20  theorem(or(A,or(B,or(not(or(C,X)),or(not(or(Y,not(or(X,C)))),Y))))) -> true
% 47.98/48.20  Current number of equations to process: 752
% 47.98/48.20  Current number of ordered equations: 0
% 47.98/48.20  Current number of rules: 1204
% 47.98/48.20  New rule produced :
% 47.98/48.20  [1222]
% 47.98/48.20  ifeq(axiom(or(or(A,or(not(or(or(A,B),or(A,B))),B)),C)),true,true,true) ->
% 47.98/48.20  true
% 47.98/48.20  Current number of equations to process: 751
% 47.98/48.20  Current number of ordered equations: 0
% 47.98/48.20  Current number of rules: 1205
% 47.98/48.20  New rule produced :
% 47.98/48.20  [1223]
% 47.98/48.20  ifeq(axiom(or(A,or(B,or(not(or(or(A,C),or(A,C))),C)))),true,true,true) ->
% 47.98/48.20  true
% 47.98/48.20  Current number of equations to process: 750
% 47.98/48.20  Current number of ordered equations: 0
% 47.98/48.20  Current number of rules: 1206
% 47.98/48.20  New rule produced :
% 47.98/48.20  [1224]
% 47.98/48.20  ifeq(axiom(or(A,or(or(not(or(B,or(C,X))),or(B,X)),C))),true,true,true) ->
% 47.98/48.20  true
% 47.98/48.20  Current number of equations to process: 749
% 47.98/48.20  Current number of ordered equations: 0
% 47.98/48.20  Current number of rules: 1207
% 47.98/48.20  New rule produced :
% 47.98/48.20  [1225]
% 47.98/48.20  theorem(or(A,or(B,or(C,or(X,or(not(or(or(X,Y),or(X,Y))),Y)))))) -> true
% 47.98/48.20  Current number of equations to process: 748
% 47.98/48.20  Current number of ordered equations: 0
% 47.98/48.20  Current number of rules: 1208
% 47.98/48.20  New rule produced :
% 47.98/48.20  [1226]
% 47.98/48.20  theorem(or(A,or(B,or(or(not(or(C,or(or(B,X),Y))),or(C,Y)),X)))) -> true
% 47.98/48.20  Current number of equations to process: 747
% 47.98/48.20  Current number of ordered equations: 0
% 47.98/48.20  Current number of rules: 1209
% 47.98/48.20  New rule produced :
% 47.98/48.20  [1227]
% 47.98/48.20  ifeq(axiom(or(or(A,or(not(or(B,or(A,C))),or(B,C))),X)),true,true,true) ->
% 47.98/48.20  true
% 47.98/48.20  Current number of equations to process: 746
% 47.98/48.20  Current number of ordered equations: 0
% 47.98/48.20  Current number of rules: 1210
% 47.98/48.20  New rule produced :
% 47.98/48.20  [1228]
% 47.98/48.20  ifeq(axiom(or(A,or(B,or(not(or(C,or(A,X))),or(C,X))))),true,true,true) ->
% 47.98/48.20  true
% 47.98/48.20  Current number of equations to process: 745
% 47.98/48.20  Current number of ordered equations: 0
% 47.98/48.20  Current number of rules: 1211
% 47.98/48.20  New rule produced :
% 47.98/48.20  [1229]
% 47.98/48.20  theorem(or(not(or(A,A)),or(B,or(not(or(C,or(not(A),X))),or(C,X))))) -> true
% 47.98/48.20  Current number of equations to process: 744
% 47.98/48.20  Current number of ordered equations: 0
% 47.98/48.20  Current number of rules: 1212
% 47.98/48.20  New rule produced :
% 47.98/48.20  [1230]
% 47.98/48.20  theorem(or(not(A),or(B,or(not(or(C,or(not(or(X,A)),Y))),or(C,Y))))) -> true
% 47.98/48.20  Current number of equations to process: 743
% 47.98/48.20  Current number of ordered equations: 0
% 47.98/48.20  Current number of rules: 1213
% 47.98/48.20  New rule produced :
% 47.98/48.20  [1231]
% 47.98/48.20  theorem(or(A,or(B,or(C,or(X,or(not(or(Y,or(X,Z))),or(Y,Z))))))) -> true
% 47.98/48.20  Current number of equations to process: 742
% 47.98/48.20  Current number of ordered equations: 0
% 47.98/48.20  Current number of rules: 1214
% 47.98/48.20  New rule produced :
% 47.98/48.20  [1232]
% 47.98/48.20  theorem(or(A,or(or(not(or(B,or(not(C),X))),or(B,X)),not(or(C,C))))) -> true
% 48.36/48.59  Current number of equations to process: 741
% 48.36/48.59  Current number of ordered equations: 0
% 48.36/48.59  Current number of rules: 1215
% 48.36/48.59  New rule produced :
% 48.36/48.59  [1233]
% 48.36/48.59  theorem(or(A,or(not(or(B,or(not(C),X))),or(not(or(C,C)),or(B,X))))) -> true
% 48.36/48.59  Current number of equations to process: 740
% 48.36/48.59  Current number of ordered equations: 0
% 48.36/48.59  Current number of rules: 1216
% 48.36/48.59  New rule produced :
% 48.36/48.59  [1234]
% 48.36/48.59  theorem(or(A,or(or(not(or(B,or(not(or(C,X)),Y))),or(B,Y)),not(X)))) -> true
% 48.36/48.59  Current number of equations to process: 739
% 48.36/48.59  Current number of ordered equations: 0
% 48.36/48.59  Current number of rules: 1217
% 48.36/48.59  New rule produced :
% 48.36/48.59  [1235]
% 48.36/48.59  theorem(or(A,or(not(or(B,or(not(or(C,X)),Y))),or(not(X),or(B,Y))))) -> true
% 48.36/48.59  Current number of equations to process: 738
% 48.36/48.59  Current number of ordered equations: 0
% 48.36/48.59  Current number of rules: 1218
% 48.36/48.59  New rule produced :
% 48.36/48.59  [1236]
% 48.36/48.59  theorem(or(A,or(B,or(or(not(or(not(C),X)),or(Y,X)),not(or(Y,C)))))) -> true
% 48.36/48.59  Current number of equations to process: 737
% 48.36/48.59  Current number of ordered equations: 0
% 48.36/48.59  Current number of rules: 1219
% 48.36/48.59  New rule produced :
% 48.36/48.59  [1237]
% 48.36/48.59  ifeq(axiom(or(or(not(or(not(A),B)),or(C,B)),not(or(A,C)))),true,true,true) ->
% 48.36/48.59  true
% 48.36/48.59  Current number of equations to process: 736
% 48.36/48.59  Current number of ordered equations: 0
% 48.36/48.59  Current number of rules: 1220
% 48.36/48.59  New rule produced :
% 48.36/48.59  [1238]
% 48.36/48.59  theorem(or(not(or(A,or(not(B),C))),or(A,or(not(or(B,X)),or(X,C))))) -> true
% 48.36/48.59  Current number of equations to process: 735
% 48.36/48.59  Current number of ordered equations: 0
% 48.36/48.59  Current number of rules: 1221
% 48.36/48.59  New rule produced :
% 48.36/48.59  [1239]
% 48.36/48.59  theorem(or(A,or(B,or(not(or(C,X)),or(not(or(not(C),Y)),or(X,Y)))))) -> true
% 48.36/48.59  Current number of equations to process: 734
% 48.36/48.59  Current number of ordered equations: 0
% 48.36/48.59  Current number of rules: 1222
% 48.36/48.59  New rule produced :
% 48.36/48.59  [1240]
% 48.36/48.59  theorem(or(not(or(or(A,or(B,B)),or(A,or(B,B)))),or(C,or(A,B)))) -> true
% 48.36/48.59  Current number of equations to process: 733
% 48.36/48.59  Current number of ordered equations: 0
% 48.36/48.59  Current number of rules: 1223
% 48.36/48.59  New rule produced :
% 48.36/48.59  [1241]
% 48.36/48.59  ifeq(axiom(or(or(A,or(B,C)),not(or(A,or(B,or(C,C)))))),true,true,true) ->
% 48.36/48.59  true
% 48.36/48.59  Current number of equations to process: 732
% 48.36/48.59  Current number of ordered equations: 0
% 48.36/48.59  Current number of rules: 1224
% 48.36/48.59  New rule produced :
% 48.36/48.59  [1242]
% 48.36/48.59  ifeq(axiom(or(A,or(not(or(A,or(B,or(C,C)))),or(B,C)))),true,true,true) ->
% 48.36/48.59  true
% 48.36/48.59  Current number of equations to process: 731
% 48.36/48.59  Current number of ordered equations: 0
% 48.36/48.59  Current number of rules: 1225
% 48.36/48.59  New rule produced :
% 48.36/48.59  [1243]
% 48.36/48.59  theorem(or(not(or(A,A)),or(not(or(not(A),or(B,or(C,C)))),or(B,C)))) -> true
% 48.36/48.59  Current number of equations to process: 730
% 48.36/48.59  Current number of ordered equations: 0
% 48.36/48.59  Current number of rules: 1226
% 48.36/48.59  New rule produced :
% 48.36/48.59  [1244]
% 48.36/48.59  theorem(or(not(A),or(not(or(not(or(B,A)),or(C,or(X,X)))),or(C,X)))) -> true
% 48.36/48.59  Current number of equations to process: 729
% 48.36/48.59  Current number of ordered equations: 0
% 48.36/48.59  Current number of rules: 1227
% 48.36/48.59  New rule produced :
% 48.36/48.59  [1245]
% 48.36/48.59  theorem(or(not(or(A,or(or(B,or(C,C)),X))),or(A,or(X,or(B,C))))) -> true
% 48.36/48.59  Current number of equations to process: 728
% 48.36/48.59  Current number of ordered equations: 0
% 48.36/48.59  Current number of rules: 1228
% 48.36/48.59  New rule produced :
% 48.36/48.59  [1246]
% 48.36/48.59  ifeq(axiom(or(not(or(or(not(or(A,or(B,B))),B),A)),C)),true,theorem(C),true)
% 48.36/48.59  -> true
% 48.36/48.59  Current number of equations to process: 727
% 48.36/48.59  Current number of ordered equations: 0
% 48.36/48.59  Current number of rules: 1229
% 48.36/48.59  New rule produced :
% 48.36/48.59  [1247]
% 48.36/48.59  theorem(or(not(or(A,or(B,B))),or(A,or(not(or(not(B),or(C,C))),C)))) -> true
% 48.36/48.59  Current number of equations to process: 726
% 48.36/48.59  Current number of ordered equations: 0
% 48.36/48.59  Current number of rules: 1230
% 48.36/48.59  New rule produced :
% 48.36/48.59  [1248]
% 48.36/48.59  theorem(or(not(or(or(A,A),or(A,A))),or(not(or(not(A),or(B,B))),B))) -> true
% 48.36/48.59  Current number of equations to process: 725
% 48.36/48.59  Current number of ordered equations: 0
% 48.36/48.59  Current number of rules: 1231
% 48.36/48.59  New rule produced :
% 48.36/48.59  [1249]
% 48.36/48.59  theorem(or(not(or(A,B)),or(A,or(not(or(not(or(C,B)),or(X,X))),X)))) -> true
% 48.36/48.59  Current number of equations to process: 724
% 48.36/48.59  Current number of ordered equations: 0
% 48.36/48.59  Current number of rules: 1232
% 48.36/48.59  New rule produced :
% 48.36/48.59  [1250]
% 48.36/48.59  theorem(or(not(or(A,B)),or(not(or(not(or(C,or(B,A))),or(X,X))),X))) -> true
% 48.36/48.59  Current number of equations to process: 723
% 48.36/48.59  Current number of ordered equations: 0
% 48.36/48.59  Current number of rules: 1233
% 48.36/48.59  New rule produced :
% 48.36/48.59  [1251]
% 48.36/48.59  ifeq(axiom(or(A,or(B,or(not(or(C,or(X,X))),or(C,X))))),true,true,true) ->
% 48.96/49.16  true
% 48.96/49.16  Current number of equations to process: 722
% 48.96/49.16  Current number of ordered equations: 0
% 48.96/49.16  Current number of rules: 1234
% 48.96/49.16  New rule produced :
% 48.96/49.16  [1252]
% 48.96/49.16  theorem(or(not(or(A,or(B,or(or(C,C),X)))),or(A,or(B,or(X,C))))) -> true
% 48.96/49.16  Current number of equations to process: 721
% 48.96/49.16  Current number of ordered equations: 0
% 48.96/49.16  Current number of rules: 1235
% 48.96/49.16  New rule produced :
% 48.96/49.16  [1253]
% 48.96/49.16  ifeq(axiom(or(not(or(or(A,B),not(or(or(B,B),A)))),C)),true,theorem(C),true)
% 48.96/49.16  -> true
% 48.96/49.16  Current number of equations to process: 720
% 48.96/49.16  Current number of ordered equations: 0
% 48.96/49.16  Current number of rules: 1236
% 48.96/49.16  New rule produced :
% 48.96/49.16  [1254]
% 48.96/49.16  ifeq(axiom(or(not(or(A,or(not(or(or(B,B),A)),B))),C)),true,theorem(C),true)
% 48.96/49.16  -> true
% 48.96/49.16  Current number of equations to process: 719
% 48.96/49.16  Current number of ordered equations: 0
% 48.96/49.16  Current number of rules: 1237
% 48.96/49.16  New rule produced :
% 48.96/49.16  [1255]
% 48.96/49.16  theorem(or(A,or(B,or(not(or(C,or(X,or(Y,Y)))),or(C,or(X,Y)))))) -> true
% 48.96/49.16  Current number of equations to process: 718
% 48.96/49.16  Current number of ordered equations: 0
% 48.96/49.16  Current number of rules: 1238
% 48.96/49.16  New rule produced :
% 48.96/49.16  [1256]
% 48.96/49.16  theorem(or(A,or(not(or(B,C)),or(B,or(not(or(not(C),or(X,X))),X))))) -> true
% 48.96/49.16  Current number of equations to process: 717
% 48.96/49.16  Current number of ordered equations: 0
% 48.96/49.16  Current number of rules: 1239
% 48.96/49.16  New rule produced :
% 48.96/49.16  [1257]
% 48.96/49.16  theorem(or(A,or(not(or(B,C)),or(not(or(not(or(C,B)),or(X,X))),X)))) -> true
% 48.96/49.16  Current number of equations to process: 716
% 48.96/49.16  Current number of ordered equations: 0
% 48.96/49.16  Current number of rules: 1240
% 48.96/49.16  New rule produced :
% 48.96/49.16  [1258]
% 48.96/49.16  theorem(or(A,or(not(or(or(or(B,B),C),or(or(B,B),C))),or(C,B)))) -> true
% 48.96/49.16  Current number of equations to process: 715
% 48.96/49.16  Current number of ordered equations: 0
% 48.96/49.16  Current number of rules: 1241
% 48.96/49.16  New rule produced :
% 48.96/49.16  [1259]
% 48.96/49.16  ifeq(axiom(or(or(A,or(B,or(C,X))),not(or(A,or(B,X))))),true,true,true) ->
% 48.96/49.16  true
% 48.96/49.16  Current number of equations to process: 714
% 48.96/49.16  Current number of ordered equations: 0
% 48.96/49.16  Current number of rules: 1242
% 48.96/49.16  New rule produced :
% 48.96/49.16  [1260]
% 48.96/49.16  ifeq(axiom(or(A,or(not(or(A,or(B,C))),or(B,or(X,C))))),true,true,true) ->
% 48.96/49.16  true
% 48.96/49.16  Current number of equations to process: 713
% 48.96/49.16  Current number of ordered equations: 0
% 48.96/49.16  Current number of rules: 1243
% 48.96/49.16  New rule produced :
% 48.96/49.16  [1261]
% 48.96/49.16  theorem(or(not(or(A,A)),or(not(or(not(A),or(B,C))),or(B,or(X,C))))) -> true
% 48.96/49.16  Current number of equations to process: 712
% 48.96/49.16  Current number of ordered equations: 0
% 48.96/49.16  Current number of rules: 1244
% 48.96/49.16  New rule produced :
% 48.96/49.16  [1262]
% 48.96/49.16  theorem(or(not(A),or(not(or(not(or(B,A)),or(C,X))),or(C,or(Y,X))))) -> true
% 48.96/49.16  Current number of equations to process: 711
% 48.96/49.16  Current number of ordered equations: 0
% 48.96/49.16  Current number of rules: 1245
% 48.96/49.16  New rule produced :
% 48.96/49.16  [1263]
% 48.96/49.16  theorem(or(not(or(A,or(or(B,C),X))),or(A,or(X,or(B,or(Y,C)))))) -> true
% 48.96/49.16  Current number of equations to process: 710
% 48.96/49.16  Current number of ordered equations: 0
% 48.96/49.16  Current number of rules: 1246
% 48.96/49.16  New rule produced :
% 48.96/49.16  [1264]
% 48.96/49.16  ifeq(axiom(or(not(or(or(not(or(A,B)),or(C,B)),A)),X)),true,theorem(X),true)
% 48.96/49.16  -> true
% 48.96/49.16  Current number of equations to process: 709
% 48.96/49.16  Current number of ordered equations: 0
% 48.96/49.16  Current number of rules: 1247
% 48.96/49.16  New rule produced :
% 48.96/49.16  [1265]
% 48.96/49.16  theorem(or(not(or(A,or(B,B))),or(A,or(not(or(not(B),C)),or(X,C))))) -> true
% 48.96/49.16  Current number of equations to process: 708
% 48.96/49.16  Current number of ordered equations: 0
% 48.96/49.16  Current number of rules: 1248
% 48.96/49.16  New rule produced :
% 48.96/49.16  [1266]
% 48.96/49.16  theorem(or(not(or(or(A,A),or(A,A))),or(not(or(not(A),B)),or(C,B)))) -> true
% 48.96/49.16  Current number of equations to process: 707
% 48.96/49.16  Current number of ordered equations: 0
% 48.96/49.16  Current number of rules: 1249
% 48.96/49.16  New rule produced :
% 48.96/49.16  [1267]
% 48.96/49.16  theorem(or(not(or(A,B)),or(A,or(not(or(not(or(C,B)),X)),or(Y,X))))) -> true
% 48.96/49.16  Current number of equations to process: 706
% 48.96/49.16  Current number of ordered equations: 0
% 48.96/49.16  Current number of rules: 1250
% 48.96/49.16  New rule produced :
% 48.96/49.16  [1268]
% 48.96/49.16  theorem(or(not(or(A,B)),or(not(or(not(or(C,or(B,A))),X)),or(Y,X)))) -> true
% 48.96/49.16  Current number of equations to process: 705
% 48.96/49.16  Current number of ordered equations: 0
% 48.96/49.16  Current number of rules: 1251
% 48.96/49.16  New rule produced :
% 48.96/49.16  [1269]
% 48.96/49.16  ifeq(axiom(or(A,or(B,or(not(or(C,X)),or(C,or(Y,X)))))),true,true,true) ->
% 48.96/49.16  true
% 48.96/49.16  Current number of equations to process: 704
% 48.96/49.16  Current number of ordered equations: 0
% 48.96/49.16  Current number of rules: 1252
% 48.96/49.16  New rule produced :
% 49.33/49.54  [1270]
% 49.33/49.54  theorem(or(not(or(A,or(B,or(C,X)))),or(A,or(B,or(X,or(Y,C)))))) -> true
% 49.33/49.54  Current number of equations to process: 703
% 49.33/49.54  Current number of ordered equations: 0
% 49.33/49.54  Current number of rules: 1253
% 49.33/49.54  New rule produced :
% 49.33/49.54  [1271]
% 49.33/49.54  ifeq(axiom(or(not(or(or(A,or(B,C)),not(or(C,A)))),X)),true,theorem(X),true)
% 49.33/49.54  -> true
% 49.33/49.54  Current number of equations to process: 702
% 49.33/49.54  Current number of ordered equations: 0
% 49.33/49.54  Current number of rules: 1254
% 49.33/49.54  New rule produced :
% 49.33/49.54  [1272]
% 49.33/49.54  ifeq(axiom(or(not(or(A,or(not(or(B,A)),or(C,B)))),X)),true,theorem(X),true)
% 49.33/49.54  -> true
% 49.33/49.54  Current number of equations to process: 701
% 49.33/49.54  Current number of ordered equations: 0
% 49.33/49.54  Current number of rules: 1255
% 49.33/49.54  New rule produced :
% 49.33/49.54  [1273]
% 49.33/49.54  theorem(or(not(or(A,or(or(B,C),or(B,C)))),or(A,or(C,or(X,B))))) -> true
% 49.33/49.54  Current number of equations to process: 700
% 49.33/49.54  Current number of ordered equations: 0
% 49.33/49.54  Current number of rules: 1256
% 49.33/49.54  New rule produced :
% 49.33/49.54  [1274]
% 49.33/49.54  theorem(or(A,or(B,or(not(or(C,or(X,Y))),or(C,or(X,or(Z,Y))))))) -> true
% 49.33/49.54  Current number of equations to process: 699
% 49.33/49.54  Current number of ordered equations: 0
% 49.33/49.54  Current number of rules: 1257
% 49.33/49.54  New rule produced :
% 49.33/49.54  [1275]
% 49.33/49.54  theorem(or(A,or(not(or(B,C)),or(B,or(not(or(not(C),X)),or(Y,X)))))) -> true
% 49.33/49.54  Current number of equations to process: 698
% 49.33/49.54  Current number of ordered equations: 0
% 49.33/49.54  Current number of rules: 1258
% 49.33/49.54  New rule produced :
% 49.33/49.54  [1276]
% 49.33/49.54  theorem(or(A,or(not(or(B,C)),or(not(or(not(or(C,B)),X)),or(Y,X))))) -> true
% 49.33/49.54  Current number of equations to process: 697
% 49.33/49.54  Current number of ordered equations: 0
% 49.33/49.54  Current number of rules: 1259
% 49.33/49.54  New rule produced :
% 49.33/49.54  [1277]
% 49.33/49.54  ifeq(axiom(or(or(A,or(B,C)),not(or(or(A,C),or(A,C))))),true,true,true) ->
% 49.33/49.54  true
% 49.33/49.54  Current number of equations to process: 696
% 49.33/49.54  Current number of ordered equations: 0
% 49.33/49.54  Current number of rules: 1260
% 49.33/49.54  New rule produced :
% 49.33/49.54  [1278]
% 49.33/49.54  ifeq(axiom(or(A,or(not(or(or(A,B),or(A,B))),or(C,B)))),true,true,true) ->
% 49.33/49.54  true
% 49.33/49.54  Current number of equations to process: 695
% 49.33/49.54  Current number of ordered equations: 0
% 49.33/49.54  Current number of rules: 1261
% 49.33/49.54  New rule produced :
% 49.33/49.54  [1279]
% 49.33/49.54  ifeq(axiom(or(A,or(or(B,or(C,X)),not(or(B,or(X,C)))))),true,true,true) ->
% 49.33/49.54  true
% 49.33/49.54  Current number of equations to process: 694
% 49.33/49.54  Current number of ordered equations: 0
% 49.33/49.54  Current number of rules: 1262
% 49.33/49.54  New rule produced :
% 49.33/49.54  [1280]
% 49.33/49.54  ifeq(axiom(or(A,or(B,or(not(or(B,or(C,X))),or(X,C))))),true,true,true) ->
% 49.33/49.54  true
% 49.33/49.54  Current number of equations to process: 693
% 49.33/49.54  Current number of ordered equations: 0
% 49.33/49.54  Current number of rules: 1263
% 49.33/49.54  New rule produced :
% 49.33/49.54  [1281]
% 49.33/49.54  theorem(or(not(or(A,B)),or(A,or(not(or(or(C,X),not(B))),or(X,C))))) -> true
% 49.33/49.54  Current number of equations to process: 692
% 49.33/49.54  Current number of ordered equations: 0
% 49.33/49.54  Current number of rules: 1264
% 49.33/49.54  New rule produced :
% 49.33/49.54  [1282]
% 49.33/49.54  theorem(or(not(or(A,B)),or(not(or(or(C,X),not(or(B,A)))),or(X,C)))) -> true
% 49.33/49.54  Current number of equations to process: 691
% 49.33/49.54  Current number of ordered equations: 0
% 49.33/49.54  Current number of rules: 1265
% 49.33/49.54  New rule produced :
% 49.33/49.54  [1283]
% 49.33/49.54  ifeq(axiom(or(A,or(not(or(or(B,C),X)),or(X,or(C,B))))),true,true,true) ->
% 49.33/49.54  true
% 49.33/49.54  Current number of equations to process: 690
% 49.33/49.54  Current number of ordered equations: 0
% 49.33/49.54  Current number of rules: 1266
% 49.33/49.54  New rule produced :
% 49.33/49.54  [1284]
% 49.33/49.54  theorem(or(A,or(B,or(not(or(or(C,X),or(C,X))),or(C,or(Y,X)))))) -> true
% 49.33/49.54  Current number of equations to process: 689
% 49.33/49.54  Current number of ordered equations: 0
% 49.33/49.54  Current number of rules: 1267
% 49.33/49.54  New rule produced :
% 49.33/49.54  [1285]
% 49.33/49.54  theorem(or(A,or(not(or(B,B)),or(not(or(not(B),or(C,X))),or(X,C))))) -> true
% 49.33/49.54  Current number of equations to process: 688
% 49.33/49.54  Current number of ordered equations: 0
% 49.33/49.54  Current number of rules: 1268
% 49.33/49.54  New rule produced :
% 49.33/49.54  [1286]
% 49.33/49.54  theorem(or(A,or(not(B),or(not(or(not(or(C,B)),or(X,Y))),or(Y,X))))) -> true
% 49.33/49.54  Current number of equations to process: 687
% 49.33/49.54  Current number of ordered equations: 0
% 49.33/49.54  Current number of rules: 1269
% 49.33/49.54  New rule produced :
% 49.33/49.54  [1287]
% 49.33/49.54  theorem(or(not(or(A,A)),or(not(or(not(or(B,A)),or(C,X))),or(X,C)))) -> true
% 49.33/49.54  Current number of equations to process: 686
% 49.33/49.54  Current number of ordered equations: 0
% 49.33/49.54  Current number of rules: 1270
% 49.33/49.54  New rule produced :
% 49.33/49.54  [1288]
% 49.33/49.54  theorem(or(not(A),or(not(or(not(or(B,or(C,A))),or(X,Y))),or(Y,X)))) -> true
% 49.33/49.54  Current number of equations to process: 685
% 49.33/49.54  Current number of ordered equations: 0
% 49.33/49.54  Current number of rules: 1271
% 51.66/51.84  New rule produced :
% 51.66/51.84  [1289]
% 51.66/51.84  theorem(or(A,or(not(or(B,or(or(C,X),Y))),or(B,or(Y,or(X,C)))))) -> true
% 51.66/51.84  Current number of equations to process: 684
% 51.66/51.84  Current number of ordered equations: 0
% 51.66/51.84  Current number of rules: 1272
% 51.66/51.84  New rule produced :
% 51.66/51.84  [1290]
% 51.66/51.84  ifeq(axiom(or(or(not(or(A,or(B,C))),or(A,or(C,B))),X)),true,true,true) ->
% 51.66/51.84  true
% 51.66/51.84  Current number of equations to process: 683
% 51.66/51.84  Current number of ordered equations: 0
% 51.66/51.84  Current number of rules: 1273
% 51.66/51.84  New rule produced :
% 51.66/51.84  [1291]
% 51.66/51.84  theorem(or(not(or(A,or(B,or(C,X)))),or(A,or(Y,or(B,or(X,C)))))) -> true
% 51.66/51.84  Current number of equations to process: 682
% 51.66/51.84  Current number of ordered equations: 0
% 51.66/51.84  Current number of rules: 1274
% 51.66/51.84  New rule produced :
% 51.66/51.84  [1292]
% 51.66/51.84  theorem(or(A,or(B,or(C,or(not(or(X,or(Y,Z))),or(X,or(Z,Y))))))) -> true
% 51.66/51.84  Current number of equations to process: 681
% 51.66/51.84  Current number of ordered equations: 0
% 51.66/51.84  Current number of rules: 1275
% 51.66/51.84  New rule produced :
% 51.66/51.84  [1293]
% 51.66/51.84  theorem(or(A,or(or(not(or(B,C)),or(not(or(not(C),X)),or(B,X))),Y))) -> true
% 51.66/51.84  Current number of equations to process: 680
% 51.66/51.84  Current number of ordered equations: 0
% 51.66/51.84  Current number of rules: 1276
% 51.66/51.84  New rule produced :
% 51.66/51.84  [1294]
% 51.66/51.84  theorem(or(A,or(not(or(B,C)),or(X,or(not(or(not(C),Y)),or(B,Y)))))) -> true
% 51.66/51.84  Current number of equations to process: 679
% 51.66/51.84  Current number of ordered equations: 0
% 51.66/51.84  Current number of rules: 1277
% 51.66/51.84  New rule produced :
% 51.66/51.84  [1295]
% 51.66/51.84  theorem(or(A,or(or(B,C),not(or(or(B,or(C,C)),or(B,or(C,C))))))) -> true
% 51.66/51.84  Current number of equations to process: 678
% 51.66/51.84  Current number of ordered equations: 0
% 51.66/51.84  Current number of rules: 1278
% 51.66/51.84  New rule produced :
% 51.66/51.84  [1296]
% 51.66/51.84  theorem(or(A,or(B,or(not(or(or(B,or(C,C)),or(B,or(C,C)))),C)))) -> true
% 51.66/51.84  Current number of equations to process: 677
% 51.66/51.84  Current number of ordered equations: 0
% 51.66/51.84  Current number of rules: 1279
% 51.66/51.84  New rule produced :
% 51.66/51.84  [1297]
% 51.66/51.84  theorem(or(A,or(or(B,or(C,or(X,Y))),not(or(B,or(C,or(Y,X))))))) -> true
% 51.66/51.84  Current number of equations to process: 676
% 51.66/51.84  Current number of ordered equations: 0
% 51.66/51.84  Current number of rules: 1280
% 51.66/51.84  New rule produced :
% 51.66/51.84  [1298]
% 51.66/51.84  theorem(or(A,or(B,or(not(or(B,or(C,or(X,Y)))),or(C,or(Y,X)))))) -> true
% 51.66/51.84  Current number of equations to process: 675
% 51.66/51.84  Current number of ordered equations: 0
% 51.66/51.84  Current number of rules: 1281
% 51.66/51.84  New rule produced :
% 51.66/51.84  [1299]
% 51.66/51.84  theorem(or(A,or(not(or(or(B,or(C,X)),Y)),or(Y,or(B,or(X,C)))))) -> true
% 51.66/51.84  Current number of equations to process: 674
% 51.66/51.84  Current number of ordered equations: 0
% 51.66/51.84  Current number of rules: 1282
% 51.66/51.84  New rule produced :
% 51.66/51.84  [1300]
% 51.66/51.84  theorem(or(or(or(A,B),C),not(or(or(A,or(C,B)),or(A,or(C,B)))))) -> true
% 51.66/51.84  Current number of equations to process: 680
% 51.66/51.84  Current number of ordered equations: 0
% 51.66/51.84  Current number of rules: 1283
% 51.66/51.84  New rule produced :
% 51.66/51.84  [1301]
% 51.66/51.84  theorem(or(or(A,B),or(not(or(or(A,or(C,B)),or(A,or(C,B)))),C))) -> true
% 51.66/51.84  Current number of equations to process: 679
% 51.66/51.84  Current number of ordered equations: 0
% 51.66/51.84  Current number of rules: 1284
% 51.66/51.84  New rule produced :
% 51.66/51.84  [1302]
% 51.66/51.84  theorem(or(or(A,or(or(B,C),not(or(B,X)))),not(or(A,or(not(X),C))))) -> true
% 51.66/51.84  Current number of equations to process: 687
% 51.66/51.84  Current number of ordered equations: 0
% 51.66/51.84  Current number of rules: 1285
% 51.66/51.84  New rule produced :
% 51.66/51.84  [1303]
% 51.66/51.84  theorem(or(A,or(not(or(A,or(not(B),C))),or(or(X,C),not(or(X,B)))))) -> true
% 51.66/51.84  Current number of equations to process: 686
% 51.66/51.84  Current number of ordered equations: 0
% 51.66/51.84  Current number of rules: 1286
% 51.66/51.84  New rule produced :
% 51.66/51.84  [1304]
% 51.66/51.84  theorem(or(not(or(or(not(A),B),C)),or(C,or(or(X,B),not(or(X,A)))))) -> true
% 51.66/51.84  Current number of equations to process: 685
% 51.66/51.84  Current number of ordered equations: 0
% 51.66/51.84  Current number of rules: 1287
% 51.66/51.84  New rule produced :
% 51.66/51.84  [1305]
% 51.66/51.84  theorem(or(or(A,or(or(not(or(B,C)),or(B,X)),not(or(not(C),X)))),Y)) -> true
% 51.66/51.84  Current number of equations to process: 686
% 51.66/51.84  Current number of ordered equations: 0
% 51.66/51.84  Current number of rules: 1288
% 51.66/51.84  New rule produced :
% 51.66/51.84  [1306]
% 51.66/51.84  theorem(or(or(A,or(B,or(not(or(C,not(X))),C))),not(or(A,or(B,X))))) -> true
% 51.66/51.84  Current number of equations to process: 695
% 51.66/51.84  Current number of ordered equations: 0
% 51.66/51.84  Current number of rules: 1289
% 51.66/51.84  New rule produced :
% 51.66/51.84  [1307]
% 51.66/51.84  theorem(or(A,or(not(or(A,or(B,C))),or(B,or(not(or(X,not(C))),X))))) -> true
% 51.66/51.84  Current number of equations to process: 694
% 51.66/51.84  Current number of ordered equations: 0
% 51.66/51.84  Current number of rules: 1290
% 51.66/51.84  New rule produced :
% 55.66/55.89  [1308]
% 55.66/55.89  theorem(or(not(or(or(A,B),C)),or(C,or(A,or(not(or(X,not(B))),X))))) -> true
% 55.66/55.89  Current number of equations to process: 693
% 55.66/55.89  Current number of ordered equations: 0
% 55.66/55.89  Current number of rules: 1291
% 55.66/55.89  New rule produced :
% 55.66/55.89  [1309]
% 55.66/55.89  theorem(or(or(A,or(not(or(B,not(C))),B)),not(or(or(A,C),or(A,C))))) -> true
% 55.66/55.89  Current number of equations to process: 699
% 55.66/55.89  Current number of ordered equations: 0
% 55.66/55.89  Current number of rules: 1292
% 55.66/55.89  New rule produced :
% 55.66/55.89  [1310]
% 55.66/55.89  theorem(or(A,or(not(or(or(A,B),or(A,B))),or(not(or(C,not(B))),C)))) -> true
% 55.66/55.89  Current number of equations to process: 698
% 55.66/55.89  Current number of ordered equations: 0
% 55.66/55.89  Current number of rules: 1293
% 55.66/55.89  New rule produced :
% 55.66/55.89  [1311]
% 55.66/55.89  theorem(or(or(A,or(not(or(B,not(or(C,X)))),B)),not(or(A,or(X,C))))) -> true
% 55.66/55.89  Current number of equations to process: 705
% 55.66/55.89  Current number of ordered equations: 0
% 55.66/55.89  Current number of rules: 1294
% 55.66/55.89  New rule produced :
% 55.66/55.89  [1312]
% 55.66/55.89  theorem(or(A,or(not(or(A,or(B,C))),or(not(or(X,not(or(C,B)))),X)))) -> true
% 55.66/55.89  Current number of equations to process: 704
% 55.66/55.89  Current number of ordered equations: 0
% 55.66/55.89  Current number of rules: 1295
% 55.66/55.89  New rule produced :
% 55.66/55.89  [1313]
% 55.66/55.89  theorem(or(not(or(or(A,B),C)),or(C,or(not(or(X,not(or(B,A)))),X)))) -> true
% 55.66/55.89  Current number of equations to process: 703
% 55.66/55.89  Current number of ordered equations: 0
% 55.66/55.89  Current number of rules: 1296
% 55.66/55.89  New rule produced :
% 55.66/55.89  [1314]
% 55.66/55.89  theorem(or(or(not(or(A,not(or(B,C)))),A),not(or(or(C,B),or(C,B))))) -> true
% 55.66/55.89  Current number of equations to process: 710
% 55.66/55.89  Current number of ordered equations: 0
% 55.66/55.89  Current number of rules: 1297
% 55.66/55.89  New rule produced :
% 55.66/55.89  [1315]
% 55.66/55.89  theorem(or(not(or(A,not(or(B,C)))),or(not(or(or(C,B),or(C,B))),A))) -> true
% 55.66/55.89  Current number of equations to process: 709
% 55.66/55.89  Current number of ordered equations: 0
% 55.66/55.89  Current number of rules: 1298
% 55.66/55.89  New rule produced :
% 55.66/55.89  [1316]
% 55.66/55.89  theorem(or(or(or(not(or(or(or(A,B),C),or(or(A,B),C))),C),B),A)) -> true
% 55.66/55.89  Current number of equations to process: 714
% 55.66/55.89  Current number of ordered equations: 0
% 55.66/55.89  Current number of rules: 1299
% 55.66/55.89  New rule produced :
% 55.66/55.89  [1317]
% 55.66/55.89  theorem(or(or(or(not(or(not(A),B)),or(not(or(C,A)),or(C,B))),X),Y)) -> true
% 55.66/55.89  Current number of equations to process: 721
% 55.66/55.89  Current number of ordered equations: 0
% 55.66/55.89  Current number of rules: 1300
% 55.66/55.89  New rule produced :
% 55.66/55.89  [1318]
% 55.66/55.89  ifeq(axiom(or(not(or(not(or(A,A)),not(or(not(A),not(A))))),B)),true,theorem(B),true)
% 55.66/55.89  -> true
% 55.66/55.89  Current number of equations to process: 720
% 55.66/55.89  Current number of ordered equations: 0
% 55.66/55.89  Current number of rules: 1301
% 55.66/55.89  New rule produced :
% 55.66/55.89  [1319]
% 55.66/55.89  ifeq(axiom(or(not(A),or(B,B))),true,theorem(or(not(A),not(or(not(B),not(B))))),true)
% 55.66/55.89  -> true
% 55.66/55.89  Current number of equations to process: 719
% 55.66/55.89  Current number of ordered equations: 0
% 55.66/55.89  Current number of rules: 1302
% 55.66/55.89  New rule produced :
% 55.66/55.89  [1320]
% 55.66/55.89  theorem(or(or(not(or(A,A)),or(not(or(B,or(not(A),C))),or(B,C))),X)) -> true
% 55.66/55.89  Current number of equations to process: 723
% 55.66/55.89  Current number of ordered equations: 0
% 55.66/55.89  Current number of rules: 1303
% 55.66/55.89  New rule produced :
% 55.66/55.89  [1321]
% 55.66/55.89  theorem(or(or(not(A),or(not(or(B,or(not(or(C,A)),X))),or(B,X))),Y)) -> true
% 55.66/55.89  Current number of equations to process: 726
% 55.66/55.89  Current number of ordered equations: 0
% 55.66/55.89  Current number of rules: 1304
% 55.66/55.89  New rule produced :
% 55.66/55.89  [1322]
% 55.66/55.89  theorem(or(or(not(or(A,or(not(or(B,C)),X))),or(A,X)),not(or(C,C)))) -> true
% 55.66/55.89  Current number of equations to process: 732
% 55.66/55.89  Current number of ordered equations: 0
% 55.66/55.89  Current number of rules: 1305
% 55.66/55.89  New rule produced :
% 55.66/55.89  [1323]
% 55.66/55.89  theorem(or(not(or(A,or(not(or(B,C)),X))),or(not(or(C,C)),or(A,X)))) -> true
% 55.66/55.89  Current number of equations to process: 731
% 55.66/55.89  Current number of ordered equations: 0
% 55.66/55.89  Current number of rules: 1306
% 55.66/55.89  New rule produced :
% 55.66/55.89  [1324]
% 55.66/55.89  theorem(or(or(not(or(A,or(not(or(B,or(C,X))),Y))),or(A,Y)),not(X))) -> true
% 55.66/55.89  Current number of equations to process: 737
% 55.66/55.89  Current number of ordered equations: 0
% 55.66/55.89  Current number of rules: 1307
% 55.66/55.89  New rule produced :
% 55.66/55.89  [1325]
% 55.66/55.89  theorem(or(not(or(A,or(not(or(B,or(C,X))),Y))),or(not(X),or(A,Y)))) -> true
% 55.66/55.89  Current number of equations to process: 736
% 55.66/55.89  Current number of ordered equations: 0
% 55.66/55.89  Current number of rules: 1308
% 55.66/55.89  New rule produced :
% 55.66/55.89  [1326]
% 55.66/55.89  theorem(or(or(A,or(not(or(not(B),C)),or(X,C))),not(or(A,or(B,X))))) -> true
% 55.66/55.89  Current number of equations to process: 745
% 55.66/55.89  Current number of ordered equations: 0
% 55.66/55.89  Current number of rules: 1309
% 63.75/64.00  New rule produced :
% 63.75/64.00  [1327]
% 63.75/64.00  theorem(or(A,or(not(or(A,or(B,C))),or(not(or(not(B),X)),or(C,X))))) -> true
% 63.75/64.00  Current number of equations to process: 744
% 63.75/64.00  Current number of ordered equations: 0
% 63.75/64.00  Current number of rules: 1310
% 63.75/64.00  New rule produced :
% 63.75/64.00  [1328]
% 63.75/64.00  theorem(or(not(or(or(A,B),C)),or(C,or(not(or(not(A),X)),or(B,X))))) -> true
% 63.75/64.00  Current number of equations to process: 743
% 63.75/64.00  Current number of ordered equations: 0
% 63.75/64.00  Current number of rules: 1311
% 63.75/64.00  New rule produced :
% 63.75/64.00  [1329]
% 63.75/64.00  theorem(or(or(not(or(not(A),B)),or(C,B)),not(or(or(A,C),or(A,C))))) -> true
% 63.75/64.00  Current number of equations to process: 749
% 63.75/64.00  Current number of ordered equations: 0
% 63.75/64.00  Current number of rules: 1312
% 63.75/64.00  New rule produced :
% 63.75/64.00  [1330]
% 63.75/64.00  theorem(or(not(or(not(A),B)),or(not(or(or(A,C),or(A,C))),or(C,B)))) -> true
% 63.75/64.00  Current number of equations to process: 748
% 63.75/64.00  Current number of ordered equations: 0
% 63.75/64.00  Current number of rules: 1313
% 63.75/64.00  New rule produced :
% 63.75/64.00  [1331]
% 63.75/64.00  theorem(or(or(A,or(B,or(C,X))),not(or(A,or(B,or(C,or(X,X))))))) -> true
% 63.75/64.00  Current number of equations to process: 753
% 63.75/64.00  Current number of ordered equations: 0
% 63.75/64.00  Current number of rules: 1314
% 63.75/64.00  New rule produced :
% 63.75/64.00  [1332]
% 63.75/64.00  theorem(or(A,or(not(or(A,or(B,or(C,or(X,X))))),or(B,or(C,X))))) -> true
% 63.75/64.00  Current number of equations to process: 752
% 63.75/64.00  Current number of ordered equations: 0
% 63.75/64.00  Current number of rules: 1315
% 63.75/64.00  New rule produced :
% 63.75/64.00  [1333]
% 63.75/64.00  theorem(or(not(or(or(A,or(B,or(C,C))),X)),or(X,or(A,or(B,C))))) -> true
% 63.75/64.00  Current number of equations to process: 751
% 63.75/64.00  Current number of ordered equations: 0
% 63.75/64.00  Current number of rules: 1316
% 63.75/64.00  New rule produced :
% 63.75/64.00  [1334]
% 63.75/64.00  theorem(or(not(or(A,B)),not(or(not(or(C,or(B,A))),not(or(C,or(B,A))))))) ->
% 63.75/64.00  true
% 63.75/64.00  Current number of equations to process: 750
% 63.75/64.00  Current number of ordered equations: 0
% 63.75/64.00  Current number of rules: 1317
% 63.75/64.00  New rule produced :
% 63.75/64.00  [1335] theorem(or(not(or(A,or(or(B,B),C))),or(or(A,C),B))) -> true
% 63.75/64.00  Current number of equations to process: 750
% 63.75/64.00  Current number of ordered equations: 0
% 63.75/64.00  Current number of rules: 1318
% 63.75/64.00  New rule produced :
% 63.75/64.00  [1336]
% 63.75/64.00  theorem(or(or(A,or(B,or(C,or(X,Y)))),not(or(A,or(B,or(C,Y)))))) -> true
% 63.75/64.00  Current number of equations to process: 757
% 63.75/64.00  Current number of ordered equations: 0
% 63.75/64.00  Current number of rules: 1319
% 63.75/64.00  New rule produced :
% 63.75/64.00  [1337]
% 63.75/64.00  theorem(or(A,or(not(or(A,or(B,or(C,X)))),or(B,or(C,or(Y,X)))))) -> true
% 63.75/64.00  Current number of equations to process: 756
% 63.75/64.00  Current number of ordered equations: 0
% 63.75/64.00  Current number of rules: 1320
% 63.75/64.00  New rule produced :
% 63.75/64.00  [1338]
% 63.75/64.00  theorem(or(not(or(or(A,or(B,C)),X)),or(X,or(A,or(B,or(Y,C)))))) -> true
% 63.75/64.00  Current number of equations to process: 755
% 63.75/64.00  Current number of ordered equations: 0
% 63.75/64.00  Current number of rules: 1321
% 63.75/64.00  New rule produced :
% 63.75/64.00  [1339]
% 63.75/64.00  theorem(or(not(or(A,or(B,C))),or(A,not(or(not(or(C,B)),not(or(C,B))))))) ->
% 63.75/64.00  true
% 63.75/64.00  Current number of equations to process: 754
% 63.75/64.00  Current number of ordered equations: 0
% 63.75/64.00  Current number of rules: 1322
% 63.75/64.00  New rule produced :
% 63.75/64.00  [1340]
% 63.75/64.00  theorem(or(not(or(or(A,B),or(A,B))),not(or(not(or(B,A)),not(or(B,A)))))) ->
% 63.75/64.00  true
% 63.75/64.00  Current number of equations to process: 753
% 63.75/64.00  Current number of ordered equations: 0
% 63.75/64.00  Current number of rules: 1323
% 63.75/64.00  New rule produced :
% 63.75/64.00  [1341] theorem(or(not(or(A,or(B,C))),or(or(A,C),or(X,B)))) -> true
% 63.75/64.00  Current number of equations to process: 752
% 63.75/64.00  Current number of ordered equations: 0
% 63.75/64.00  Current number of rules: 1324
% 63.75/64.00  New rule produced :
% 63.75/64.00  [1342] theorem(or(not(or(not(A),B)),or(or(C,B),or(X,not(or(C,A)))))) -> true
% 63.75/64.00  Current number of equations to process: 752
% 63.75/64.00  Current number of ordered equations: 0
% 63.75/64.00  Current number of rules: 1325
% 63.75/64.00  New rule produced :
% 63.75/64.00  [1343]
% 63.75/64.00  theorem(or(or(A,or(B,or(C,X))),not(or(A,or(or(B,X),or(B,X)))))) -> true
% 63.75/64.00  Current number of equations to process: 761
% 63.75/64.00  Current number of ordered equations: 0
% 63.75/64.00  Current number of rules: 1326
% 63.75/64.00  New rule produced :
% 63.75/64.00  [1344]
% 63.75/64.00  theorem(or(A,or(not(or(A,or(or(B,C),or(B,C)))),or(B,or(X,C))))) -> true
% 63.75/64.00  Current number of equations to process: 760
% 63.75/64.00  Current number of ordered equations: 0
% 63.75/64.00  Current number of rules: 1327
% 63.75/64.00  New rule produced :
% 63.75/64.00  [1345]
% 63.75/64.00  theorem(or(not(or(or(or(A,B),or(A,B)),C)),or(C,or(A,or(X,B))))) -> true
% 63.75/64.00  Current number of equations to process: 759
% 63.75/64.00  Current number of ordered equations: 0
% 63.75/64.00  Current number of rules: 1328
% 63.75/64.00  New rule produced :
% 63.75/64.00  [1346]
% 67.55/67.73  theorem(or(or(A,or(not(or(not(B),or(C,X))),or(X,C))),not(or(A,B)))) -> true
% 67.55/67.73  Current number of equations to process: 766
% 67.55/67.73  Current number of ordered equations: 0
% 67.55/67.73  Current number of rules: 1329
% 67.55/67.73  New rule produced :
% 67.55/67.73  [1347]
% 67.55/67.73  theorem(or(A,or(not(or(A,B)),or(not(or(not(B),or(C,X))),or(X,C))))) -> true
% 67.55/67.73  Current number of equations to process: 765
% 67.55/67.73  Current number of ordered equations: 0
% 67.55/67.73  Current number of rules: 1330
% 67.55/67.73  New rule produced :
% 67.55/67.73  [1348]
% 67.55/67.73  theorem(or(not(or(A,B)),or(B,or(not(or(not(A),or(C,X))),or(X,C))))) -> true
% 67.55/67.73  Current number of equations to process: 764
% 67.55/67.73  Current number of ordered equations: 0
% 67.55/67.73  Current number of rules: 1331
% 67.55/67.73  New rule produced :
% 67.55/67.73  [1349] theorem(or(not(A),or(not(or(not(or(A,B)),or(C,X))),or(X,C)))) -> true
% 67.55/67.73  Current number of equations to process: 769
% 67.55/67.73  Current number of ordered equations: 0
% 67.55/67.73  Current number of rules: 1332
% 67.55/67.73  New rule produced :
% 67.55/67.73  [1350]
% 67.55/67.73  theorem(or(or(not(or(not(or(A,B)),or(C,X))),or(X,C)),not(or(B,A)))) -> true
% 67.55/67.73  Current number of equations to process: 770
% 67.55/67.73  Current number of ordered equations: 0
% 67.55/67.73  Current number of rules: 1333
% 67.55/67.73  New rule produced :
% 67.55/67.73  [1351]
% 67.55/67.73  theorem(or(not(or(not(or(A,B)),or(C,X))),or(not(or(B,A)),or(X,C)))) -> true
% 67.55/67.73  Current number of equations to process: 769
% 67.55/67.73  Current number of ordered equations: 0
% 67.55/67.73  Current number of rules: 1334
% 67.55/67.73  New rule produced :
% 67.55/67.73  [1352]
% 67.55/67.73  theorem(or(or(A,or(B,C)),not(or(or(or(C,B),A),or(or(C,B),A))))) -> true
% 67.55/67.73  Current number of equations to process: 773
% 67.55/67.73  Current number of ordered equations: 0
% 67.55/67.73  Current number of rules: 1335
% 67.55/67.73  New rule produced :
% 67.55/67.73  [1353]
% 67.55/67.73  theorem(or(A,or(not(or(or(or(B,C),A),or(or(B,C),A))),or(C,B)))) -> true
% 67.55/67.73  Current number of equations to process: 772
% 67.55/67.73  Current number of ordered equations: 0
% 67.55/67.73  Current number of rules: 1336
% 67.55/67.73  New rule produced :
% 67.55/67.73  [1354]
% 67.55/67.73  theorem(or(or(A,or(not(or(B,C)),or(not(or(not(C),X)),or(B,X)))),Y)) -> true
% 67.55/67.73  Current number of equations to process: 779
% 67.55/67.73  Current number of ordered equations: 0
% 67.55/67.73  Current number of rules: 1337
% 67.55/67.73  New rule produced :
% 67.55/67.73  [1355]
% 67.55/67.73  theorem(or(not(or(or(not(A),B),or(not(A),B))),or(or(C,B),not(or(C,A))))) ->
% 67.55/67.73  true
% 67.55/67.73  Current number of equations to process: 778
% 67.55/67.73  Current number of ordered equations: 0
% 67.55/67.73  Current number of rules: 1338
% 67.55/67.73  New rule produced :
% 67.55/67.73  [1356]
% 67.55/67.73  theorem(or(or(not(or(or(A,or(B,B)),or(A,or(B,B)))),or(A,B)),C)) -> true
% 67.55/67.73  Current number of equations to process: 782
% 67.55/67.73  Current number of ordered equations: 0
% 67.55/67.73  Current number of rules: 1339
% 67.55/67.73  New rule produced :
% 67.55/67.73  [1357] theorem(or(A,or(or(B,or(C,X)),not(or(B,or(X,X)))))) -> true
% 67.55/67.73  Current number of equations to process: 787
% 67.55/67.73  Current number of ordered equations: 0
% 67.55/67.73  Current number of rules: 1340
% 67.55/67.73  New rule produced :
% 67.55/67.73  [1358] theorem(or(or(not(or(A,or(B,B))),or(C,B)),A)) -> true
% 67.55/67.73  Current number of equations to process: 792
% 67.55/67.73  Current number of ordered equations: 0
% 67.55/67.73  Current number of rules: 1341
% 67.55/67.73  New rule produced :
% 67.55/67.73  [1359] theorem(or(A,or(B,or(not(or(B,or(C,C))),or(X,C))))) -> true
% 67.55/67.73  Current number of equations to process: 794
% 67.55/67.73  Current number of ordered equations: 0
% 67.55/67.73  Current number of rules: 1342
% 67.55/67.73  New rule produced :
% 67.55/67.73  [1360] theorem(or(or(A,or(B,C)),not(or(or(C,C),A)))) -> true
% 67.55/67.73  Current number of equations to process: 798
% 67.55/67.73  Current number of ordered equations: 0
% 67.55/67.73  Current number of rules: 1343
% 67.55/67.73  New rule produced :
% 67.55/67.73  [1361] theorem(or(A,or(not(or(or(B,B),A)),or(C,B)))) -> true
% 67.55/67.73  Current number of equations to process: 798
% 67.55/67.73  Current number of ordered equations: 0
% 67.55/67.73  Current number of rules: 1344
% 67.55/67.73  New rule produced :
% 67.55/67.73  [1362] theorem(or(A,or(not(or(or(B,B),C)),or(C,or(X,B))))) -> true
% 67.55/67.73  Current number of equations to process: 798
% 67.55/67.73  Current number of ordered equations: 0
% 67.55/67.73  Current number of rules: 1345
% 67.55/67.73  New rule produced :
% 67.55/67.73  [1363]
% 67.55/67.73  ifeq(axiom(or(or(A,or(B,C)),not(or(A,or(C,C))))),true,true,true) -> true
% 67.55/67.73  Current number of equations to process: 800
% 67.55/67.73  Current number of ordered equations: 0
% 67.55/67.73  Current number of rules: 1346
% 67.55/67.73  New rule produced :
% 67.55/67.73  [1364]
% 67.55/67.73  ifeq(axiom(or(A,or(not(or(A,or(B,B))),or(C,B)))),true,true,true) -> true
% 67.55/67.73  Current number of equations to process: 799
% 67.55/67.73  Current number of ordered equations: 0
% 67.55/67.73  Current number of rules: 1347
% 67.55/67.73  New rule produced :
% 67.55/67.73  [1365] theorem(or(not(or(A,A)),or(not(or(not(A),or(B,B))),or(C,B)))) -> true
% 67.55/67.73  Current number of equations to process: 798
% 67.55/67.73  Current number of ordered equations: 0
% 70.63/70.83  Current number of rules: 1348
% 70.63/70.83  New rule produced :
% 70.63/70.83  [1366] theorem(or(not(A),or(not(or(not(or(B,A)),or(C,C))),or(X,C)))) -> true
% 70.63/70.83  Current number of equations to process: 797
% 70.63/70.83  Current number of ordered equations: 0
% 70.63/70.83  Current number of rules: 1349
% 70.63/70.83  New rule produced :
% 70.63/70.83  [1367] theorem(or(not(or(A,or(or(B,B),C))),or(A,or(C,or(X,B))))) -> true
% 70.63/70.83  Current number of equations to process: 796
% 70.63/70.83  Current number of ordered equations: 0
% 70.63/70.83  Current number of rules: 1350
% 70.63/70.83  New rule produced :
% 70.63/70.83  [1368] theorem(or(or(not(or(A,or(B,B))),or(A,or(C,B))),X)) -> true
% 70.63/70.83  Current number of equations to process: 798
% 70.63/70.83  Current number of ordered equations: 0
% 70.63/70.83  Current number of rules: 1351
% 70.63/70.83  New rule produced :
% 70.63/70.83  [1369] theorem(or(not(or(A,or(B,B))),or(C,or(A,or(X,B))))) -> true
% 70.63/70.83  Current number of equations to process: 797
% 70.63/70.83  Current number of ordered equations: 0
% 70.63/70.83  Current number of rules: 1352
% 70.63/70.83  New rule produced :
% 70.63/70.83  [1370] ifeq(axiom(or(A,or(or(B,C),not(or(C,C))))),true,true,true) -> true
% 70.63/70.83  Current number of equations to process: 799
% 70.63/70.83  Current number of ordered equations: 0
% 70.63/70.83  Current number of rules: 1353
% 70.63/70.83  New rule produced : [1371] theorem(or(or(or(A,B),not(or(B,B))),C)) -> true
% 70.63/70.83  Current number of equations to process: 800
% 70.63/70.83  Current number of ordered equations: 0
% 70.63/70.83  Current number of rules: 1354
% 70.63/70.83  New rule produced : [1372] theorem(or(or(A,B),or(C,not(or(B,B))))) -> true
% 70.63/70.83  Current number of equations to process: 800
% 70.63/70.83  Current number of ordered equations: 0
% 70.63/70.83  Current number of rules: 1355
% 70.63/70.83  New rule produced :
% 70.63/70.83  [1373] theorem(or(A,or(B,or(or(C,X),not(or(X,X)))))) -> true
% 70.63/70.83  Current number of equations to process: 799
% 70.63/70.83  Current number of ordered equations: 0
% 70.63/70.83  Current number of rules: 1356
% 70.63/70.83  New rule produced :
% 70.63/70.83  [1374] theorem(or(A,or(B,or(not(or(C,or(X,X))),or(C,or(Y,X)))))) -> true
% 70.63/70.83  Current number of equations to process: 797
% 70.63/70.83  Current number of ordered equations: 0
% 70.63/70.83  Current number of rules: 1357
% 70.63/70.83  New rule produced :
% 70.63/70.83  [1375] ifeq(axiom(or(or(not(or(A,A)),or(B,A)),C)),true,true,true) -> true
% 70.63/70.83  Current number of equations to process: 798
% 70.63/70.83  Current number of ordered equations: 0
% 70.63/70.83  Current number of rules: 1358
% 70.63/70.83  New rule produced :
% 70.63/70.83  [1376] theorem(or(A,or(or(not(or(B,B)),or(C,B)),X))) -> true
% 70.63/70.83  Current number of equations to process: 798
% 70.63/70.83  Current number of ordered equations: 0
% 70.63/70.83  Current number of rules: 1359
% 70.63/70.83  New rule produced :
% 70.63/70.83  [1377] theorem(or(or(A,or(not(or(B,B)),or(C,B))),X)) -> true
% 70.63/70.83  Current number of equations to process: 802
% 70.63/70.83  Current number of ordered equations: 0
% 70.63/70.83  Current number of rules: 1360
% 70.63/70.83  New rule produced :
% 70.63/70.83  [1378] theorem(or(A,or(B,or(C,or(not(or(X,X)),or(Y,X)))))) -> true
% 70.63/70.83  Current number of equations to process: 801
% 70.63/70.83  Current number of ordered equations: 0
% 70.63/70.83  Current number of rules: 1361
% 70.63/70.83  New rule produced :
% 70.63/70.83  [1379] theorem(or(A,or(or(B,C),not(or(or(C,C),or(C,C)))))) -> true
% 70.63/70.83  Current number of equations to process: 803
% 70.63/70.83  Current number of ordered equations: 0
% 70.63/70.83  Current number of rules: 1362
% 70.63/70.83  New rule produced :
% 70.63/70.83  [1380]
% 70.63/70.83  ifeq(axiom(or(A,or(B,or(not(or(C,C)),or(X,C))))),true,true,true) -> true
% 70.63/70.83  Current number of equations to process: 805
% 70.63/70.83  Current number of ordered equations: 0
% 70.63/70.83  Current number of rules: 1363
% 70.63/70.83  New rule produced :
% 70.63/70.83  [1381]
% 70.63/70.83  ifeq(axiom(or(or(A,B),not(or(or(B,B),or(B,B))))),true,true,true) -> true
% 70.63/70.83  Current number of equations to process: 804
% 70.63/70.83  Current number of ordered equations: 0
% 70.63/70.83  Current number of rules: 1364
% 70.63/70.83  New rule produced :
% 70.63/70.83  [1382] theorem(or(or(not(or(or(A,A),or(A,A))),or(B,A)),C)) -> true
% 70.63/70.83  Current number of equations to process: 805
% 70.63/70.83  Current number of ordered equations: 0
% 70.63/70.83  Current number of rules: 1365
% 70.63/70.83  New rule produced :
% 70.63/70.83  [1383] theorem(or(A,or(B,or(not(or(or(C,C),or(C,C))),or(X,C))))) -> true
% 70.63/70.83  Current number of equations to process: 806
% 70.63/70.83  Current number of ordered equations: 0
% 70.63/70.83  Current number of rules: 1366
% 70.63/70.83  New rule produced :
% 70.63/70.83  [1384] theorem(or(or(A,or(B,or(C,X))),not(or(A,or(B,or(X,X)))))) -> true
% 70.63/70.83  Current number of equations to process: 810
% 70.63/70.83  Current number of ordered equations: 0
% 70.63/70.83  Current number of rules: 1367
% 70.63/70.83  New rule produced :
% 70.63/70.83  [1385] theorem(or(A,or(not(or(A,or(B,or(C,C)))),or(B,or(X,C))))) -> true
% 70.63/70.83  Current number of equations to process: 809
% 70.63/70.83  Current number of ordered equations: 0
% 70.63/70.83  Current number of rules: 1368
% 75.19/75.45  New rule produced :
% 75.19/75.45  [1386] theorem(or(not(or(or(A,or(B,B)),C)),or(C,or(A,or(X,B))))) -> true
% 75.19/75.45  Current number of equations to process: 808
% 75.19/75.45  Current number of ordered equations: 0
% 75.19/75.45  Current number of rules: 1369
% 75.19/75.45  New rule produced :
% 75.19/75.45  [1387] theorem(or(or(A,or(B,C)),not(or(A,or(or(C,C),or(C,C)))))) -> true
% 75.19/75.45  Current number of equations to process: 815
% 75.19/75.45  Current number of ordered equations: 0
% 75.19/75.45  Current number of rules: 1370
% 75.19/75.45  New rule produced :
% 75.19/75.45  [1388] theorem(or(A,or(not(or(A,or(or(B,B),or(B,B)))),or(C,B)))) -> true
% 75.19/75.45  Current number of equations to process: 814
% 75.19/75.45  Current number of ordered equations: 0
% 75.19/75.45  Current number of rules: 1371
% 75.19/75.45  New rule produced :
% 75.19/75.45  [1389] theorem(or(not(or(or(or(A,A),or(A,A)),B)),or(B,or(C,A)))) -> true
% 75.19/75.45  Current number of equations to process: 813
% 75.19/75.45  Current number of ordered equations: 0
% 75.19/75.45  Current number of rules: 1372
% 75.19/75.45  New rule produced :
% 75.19/75.45  [1390] theorem(or(A,or(or(B,C),not(or(B,or(or(C,C),or(C,C))))))) -> true
% 75.19/75.45  Current number of equations to process: 818
% 75.19/75.45  Current number of ordered equations: 0
% 75.19/75.45  Current number of rules: 1373
% 75.19/75.45  New rule produced :
% 75.19/75.45  [1391] theorem(or(or(not(or(A,or(or(B,B),or(B,B)))),B),A)) -> true
% 75.19/75.45  Current number of equations to process: 822
% 75.19/75.45  Current number of ordered equations: 0
% 75.19/75.45  Current number of rules: 1374
% 75.19/75.45  New rule produced :
% 75.19/75.45  [1392] theorem(or(A,or(B,or(not(or(B,or(or(C,C),or(C,C)))),C)))) -> true
% 75.19/75.45  Current number of equations to process: 824
% 75.19/75.45  Current number of ordered equations: 0
% 75.19/75.45  Current number of rules: 1375
% 75.19/75.45  New rule produced :
% 75.19/75.45  [1393] theorem(or(or(A,B),not(or(or(or(B,B),or(B,B)),A)))) -> true
% 75.19/75.45  Current number of equations to process: 828
% 75.19/75.45  Current number of ordered equations: 0
% 75.19/75.45  Current number of rules: 1376
% 75.19/75.45  New rule produced :
% 75.19/75.45  [1394] theorem(or(A,or(not(or(or(or(B,B),or(B,B)),A)),B))) -> true
% 75.19/75.45  Current number of equations to process: 827
% 75.19/75.45  Current number of ordered equations: 0
% 75.19/75.45  Current number of rules: 1377
% 75.19/75.45  New rule produced :
% 75.19/75.45  [1395] theorem(or(A,or(not(or(or(or(B,B),or(B,B)),C)),or(C,B)))) -> true
% 75.19/75.45  Current number of equations to process: 826
% 75.19/75.45  Current number of ordered equations: 0
% 75.19/75.45  Current number of rules: 1378
% 75.19/75.45  New rule produced :
% 75.19/75.45  [1396] theorem(or(or(A,not(or(or(A,A),or(A,A)))),B)) -> true
% 75.19/75.45  Current number of equations to process: 830
% 75.19/75.45  Current number of ordered equations: 0
% 75.19/75.45  Current number of rules: 1379
% 75.19/75.45  New rule produced :
% 75.19/75.45  [1397] theorem(or(A,or(B,not(or(or(A,A),or(A,A)))))) -> true
% 75.19/75.45  Current number of equations to process: 830
% 75.19/75.45  Current number of ordered equations: 0
% 75.19/75.45  Current number of rules: 1380
% 75.19/75.45  New rule produced :
% 75.19/75.45  [1398] theorem(or(A,or(B,or(C,not(or(or(C,C),or(C,C))))))) -> true
% 75.19/75.45  Current number of equations to process: 829
% 75.19/75.45  Current number of ordered equations: 0
% 75.19/75.45  Current number of rules: 1381
% 75.19/75.45  New rule produced :
% 75.19/75.45  [1399] theorem(or(A,or(or(not(or(or(B,B),or(B,B))),B),C))) -> true
% 75.19/75.45  Current number of equations to process: 831
% 75.19/75.45  Current number of ordered equations: 0
% 75.19/75.45  Current number of rules: 1382
% 75.19/75.45  New rule produced :
% 75.19/75.45  [1400]
% 75.19/75.45  ifeq(axiom(or(A,or(B,not(or(or(B,B),or(B,B)))))),true,true,true) -> true
% 75.19/75.45  Current number of equations to process: 833
% 75.19/75.45  Current number of ordered equations: 0
% 75.19/75.45  Current number of rules: 1383
% 75.19/75.45  New rule produced :
% 75.19/75.45  [1401]
% 75.19/75.45  ifeq(axiom(or(or(not(or(or(A,A),or(A,A))),A),B)),true,true,true) -> true
% 75.19/75.45  Current number of equations to process: 832
% 75.19/75.45  Current number of ordered equations: 0
% 75.19/75.45  Current number of rules: 1384
% 75.19/75.45  New rule produced :
% 75.19/75.45  [1402] theorem(or(or(A,or(not(or(or(B,B),or(B,B))),B)),C)) -> true
% 75.19/75.45  Current number of equations to process: 833
% 75.19/75.45  Current number of ordered equations: 0
% 75.19/75.45  Current number of rules: 1385
% 75.19/75.45  New rule produced :
% 75.19/75.45  [1403] theorem(or(A,or(B,or(C,or(not(or(or(X,X),or(X,X))),X))))) -> true
% 75.19/75.45  Current number of equations to process: 835
% 75.19/75.45  Current number of ordered equations: 0
% 75.19/75.45  Current number of rules: 1386
% 75.19/75.45  New rule produced :
% 75.19/75.45  [1404] theorem(or(or(or(A,B),not(or(or(B,A),or(B,A)))),C)) -> true
% 75.19/75.45  Current number of equations to process: 837
% 75.19/75.45  Current number of ordered equations: 0
% 75.19/75.45  Current number of rules: 1387
% 75.19/75.45  New rule produced :
% 75.19/75.45  [1405] theorem(or(or(A,B),or(C,not(or(or(B,A),or(B,A)))))) -> true
% 75.19/75.45  Current number of equations to process: 836
% 75.19/75.45  Current number of ordered equations: 0
% 75.19/75.45  Current number of rules: 1388
% 75.19/75.45  New rule produced :
% 75.19/75.45  [1406] theorem(or(A,or(or(not(or(or(B,C),or(B,C))),B),C))) -> true
% 77.61/77.81  Current number of equations to process: 839
% 77.61/77.81  Current number of ordered equations: 0
% 77.61/77.81  Current number of rules: 1389
% 77.61/77.81  New rule produced :
% 77.61/77.81  [1407] theorem(or(A,or(B,or(or(C,X),not(or(or(X,C),or(X,C))))))) -> true
% 77.61/77.81  Current number of equations to process: 841
% 77.61/77.81  Current number of ordered equations: 0
% 77.61/77.81  Current number of rules: 1390
% 77.61/77.81  New rule produced :
% 77.61/77.81  [1408]
% 77.61/77.81  ifeq(axiom(or(or(not(or(or(A,B),or(A,B))),A),B)),true,true,true) -> true
% 77.61/77.81  Current number of equations to process: 840
% 77.61/77.81  Current number of ordered equations: 0
% 77.61/77.81  Current number of rules: 1391
% 77.61/77.81  New rule produced :
% 77.61/77.81  [1409] theorem(or(or(A,or(not(or(or(B,A),or(B,A))),B)),C)) -> true
% 77.61/77.81  Current number of equations to process: 842
% 77.61/77.81  Current number of ordered equations: 0
% 77.61/77.81  Current number of rules: 1392
% 77.61/77.81  New rule produced :
% 77.61/77.81  [1410] theorem(or(A,or(B,or(not(or(or(C,A),or(C,A))),C)))) -> true
% 77.61/77.81  Current number of equations to process: 841
% 77.61/77.81  Current number of ordered equations: 0
% 77.61/77.81  Current number of rules: 1393
% 77.61/77.81  New rule produced :
% 77.61/77.81  [1411] theorem(or(not(or(A,or(B,C))),or(A,or(B,not(not(C)))))) -> true
% 77.61/77.81  Current number of equations to process: 842
% 77.61/77.81  Current number of ordered equations: 0
% 77.61/77.81  Current number of rules: 1394
% 77.61/77.81  New rule produced :
% 77.61/77.81  [1412] theorem(or(or(A,not(not(B))),not(or(A,B)))) -> true
% 77.61/77.81  Current number of equations to process: 844
% 77.61/77.81  Current number of ordered equations: 0
% 77.61/77.81  Current number of rules: 1395
% 77.61/77.81  New rule produced :
% 77.61/77.81  [1413] theorem(or(A,or(not(or(A,B)),not(not(B))))) -> true
% 77.61/77.81  Current number of equations to process: 844
% 77.61/77.81  Current number of ordered equations: 0
% 77.61/77.81  Current number of rules: 1396
% 77.61/77.81  New rule produced : [1414] theorem(or(not(A),or(B,not(not(A))))) -> true
% 77.61/77.81  Current number of equations to process: 845
% 77.61/77.81  Current number of ordered equations: 0
% 77.61/77.81  Current number of rules: 1397
% 77.61/77.81  New rule produced :
% 77.61/77.81  [1415] theorem(or(A,or(not(or(B,C)),or(B,not(not(C)))))) -> true
% 77.61/77.81  Current number of equations to process: 844
% 77.61/77.81  Current number of ordered equations: 0
% 77.61/77.81  Current number of rules: 1398
% 77.61/77.81  New rule produced :
% 77.61/77.81  [1416] theorem(or(not(or(A,B)),or(B,not(not(A))))) -> true
% 77.61/77.81  Current number of equations to process: 844
% 77.61/77.81  Current number of ordered equations: 0
% 77.61/77.81  Current number of rules: 1399
% 77.61/77.81  New rule produced :
% 77.61/77.81  [1417] ifeq(axiom(or(A,or(B,not(B)))),true,true,true) -> true
% 77.61/77.81  Current number of equations to process: 846
% 77.61/77.81  Current number of ordered equations: 0
% 77.61/77.81  Current number of rules: 1400
% 77.61/77.81  New rule produced :
% 77.61/77.81  [1418] theorem(or(not(or(A,B)),or(A,or(C,not(C))))) -> true
% 77.61/77.81  Current number of equations to process: 845
% 77.61/77.81  Current number of ordered equations: 0
% 77.61/77.81  Current number of rules: 1401
% 77.61/77.81  New rule produced : [1419] theorem(or(or(A,not(A)),B)) -> true
% 77.61/77.81  Current number of equations to process: 846
% 77.61/77.81  Current number of ordered equations: 0
% 77.61/77.81  Current number of rules: 1402
% 77.61/77.81  New rule produced : [1420] theorem(or(A,or(B,or(C,not(C))))) -> true
% 77.61/77.81  Rule [1418] theorem(or(not(or(A,B)),or(A,or(C,not(C))))) -> true collapsed.
% 77.61/77.81  Current number of equations to process: 845
% 77.61/77.81  Current number of ordered equations: 0
% 77.61/77.81  Current number of rules: 1402
% 77.61/77.81  New rule produced : [1421] theorem(or(A,or(B,not(A)))) -> true
% 77.61/77.81  Rule [1414] theorem(or(not(A),or(B,not(not(A))))) -> true collapsed.
% 77.61/77.81  Current number of equations to process: 845
% 77.61/77.81  Current number of ordered equations: 0
% 77.61/77.81  Current number of rules: 1402
% 77.61/77.81  New rule produced :
% 77.61/77.81  [1422] theorem(or(not(or(A,or(B,B))),or(A,not(not(B))))) -> true
% 77.61/77.81  Current number of equations to process: 846
% 77.61/77.81  Current number of ordered equations: 0
% 77.61/77.81  Current number of rules: 1403
% 77.61/77.81  New rule produced :
% 77.61/77.81  [1423] theorem(or(A,or(not(or(B,B)),not(not(B))))) -> true
% 77.61/77.81  Current number of equations to process: 847
% 77.61/77.81  Current number of ordered equations: 0
% 77.61/77.81  Current number of rules: 1404
% 77.61/77.81  New rule produced :
% 77.61/77.81  [1424] theorem(or(not(or(or(A,A),or(A,A))),not(not(A)))) -> true
% 77.61/77.81  Current number of equations to process: 847
% 77.61/77.81  Current number of ordered equations: 0
% 77.61/77.81  Current number of rules: 1405
% 77.61/77.81  New rule produced :
% 77.61/77.81  [1425] theorem(or(not(or(A,B)),or(A,not(not(or(C,B)))))) -> true
% 77.61/77.81  Current number of equations to process: 848
% 77.61/77.81  Current number of ordered equations: 0
% 77.61/77.81  Current number of rules: 1406
% 77.61/77.81  New rule produced :
% 77.61/77.81  [1426] theorem(or(A,or(not(B),not(not(or(C,B)))))) -> true
% 77.61/77.81  Current number of equations to process: 849
% 81.01/81.25  Current number of ordered equations: 0
% 81.01/81.25  Current number of rules: 1407
% 81.01/81.25  New rule produced :
% 81.01/81.25  [1427] theorem(or(not(or(A,A)),not(not(or(B,A))))) -> true
% 81.01/81.25  Current number of equations to process: 849
% 81.01/81.25  Current number of ordered equations: 0
% 81.01/81.25  Current number of rules: 1408
% 81.01/81.25  New rule produced :
% 81.01/81.25  [1428] theorem(or(not(A),not(not(or(B,or(C,A)))))) -> true
% 81.01/81.25  Current number of equations to process: 849
% 81.01/81.25  Current number of ordered equations: 0
% 81.01/81.25  Current number of rules: 1409
% 81.01/81.25  New rule produced :
% 81.01/81.25  [1429] theorem(or(not(or(A,B)),not(not(or(C,or(B,A)))))) -> true
% 81.01/81.25  Current number of equations to process: 849
% 81.01/81.25  Current number of ordered equations: 0
% 81.01/81.25  Current number of rules: 1410
% 81.01/81.25  New rule produced :
% 81.01/81.25  [1430] theorem(or(not(or(or(A,B),or(A,B))),or(A,not(not(B))))) -> true
% 81.01/81.25  Current number of equations to process: 850
% 81.01/81.25  Current number of ordered equations: 0
% 81.01/81.25  Current number of rules: 1411
% 81.01/81.25  New rule produced :
% 81.01/81.25  [1431]
% 81.01/81.25  ifeq(axiom(or(not(or(A,or(B,not(B)))),C)),true,theorem(C),true) -> true
% 81.01/81.25  Current number of equations to process: 849
% 81.01/81.25  Current number of ordered equations: 0
% 81.01/81.25  Current number of rules: 1412
% 81.01/81.25  New rule produced :
% 81.01/81.25  [1432] theorem(or(not(or(A,or(B,C))),or(A,not(not(or(C,B)))))) -> true
% 81.01/81.25  Current number of equations to process: 848
% 81.01/81.25  Current number of ordered equations: 0
% 81.01/81.25  Current number of rules: 1413
% 81.01/81.25  New rule produced : [1433] theorem(or(not(A),not(not(or(A,B))))) -> true
% 81.01/81.25  Current number of equations to process: 851
% 81.01/81.25  Current number of ordered equations: 0
% 81.01/81.25  Current number of rules: 1414
% 81.01/81.25  New rule produced :
% 81.01/81.25  [1434] theorem(or(A,or(not(or(B,C)),not(not(or(C,B)))))) -> true
% 81.01/81.25  Current number of equations to process: 850
% 81.01/81.25  Current number of ordered equations: 0
% 81.01/81.25  Current number of rules: 1415
% 81.01/81.25  New rule produced :
% 81.01/81.25  [1435] theorem(or(not(or(or(A,B),or(A,B))),not(not(or(B,A))))) -> true
% 81.01/81.25  Current number of equations to process: 849
% 81.01/81.25  Current number of ordered equations: 0
% 81.01/81.25  Current number of rules: 1416
% 81.01/81.25  New rule produced :
% 81.01/81.25  [1436] ifeq(axiom(or(or(not(or(A,B)),B),A)),true,true,true) -> true
% 81.01/81.25  Current number of equations to process: 850
% 81.01/81.25  Current number of ordered equations: 0
% 81.01/81.25  Current number of rules: 1417
% 81.01/81.25  New rule produced : [1437] theorem(or(A,or(or(not(or(B,C)),C),B))) -> true
% 81.01/81.25  Current number of equations to process: 850
% 81.01/81.25  Current number of ordered equations: 0
% 81.01/81.25  Current number of rules: 1418
% 81.01/81.25  New rule produced :
% 81.01/81.25  [1438] theorem(or(A,or(or(not(or(or(A,B),C)),C),B))) -> true
% 81.01/81.25  Current number of equations to process: 850
% 81.01/81.25  Current number of ordered equations: 0
% 81.01/81.25  Current number of rules: 1419
% 81.01/81.25  New rule produced :
% 81.01/81.25  [1439] ifeq(axiom(or(A,or(B,or(not(or(B,C)),C)))),true,true,true) -> true
% 81.01/81.25  Current number of equations to process: 852
% 81.01/81.25  Current number of ordered equations: 0
% 81.01/81.25  Current number of rules: 1420
% 81.01/81.25  New rule produced : [1440] theorem(or(or(A,or(not(or(A,B)),B)),C)) -> true
% 81.01/81.25  Current number of equations to process: 853
% 81.01/81.25  Current number of ordered equations: 0
% 81.01/81.25  Current number of rules: 1421
% 81.01/81.25  New rule produced : [1441] theorem(or(A,or(B,or(not(or(A,C)),C)))) -> true
% 81.01/81.25  Current number of equations to process: 853
% 81.01/81.25  Current number of ordered equations: 0
% 81.01/81.25  Current number of rules: 1422
% 81.01/81.25  New rule produced :
% 81.01/81.25  [1442] theorem(or(A,or(B,or(C,or(not(or(C,X)),X))))) -> true
% 81.01/81.25  Current number of equations to process: 852
% 81.01/81.25  Current number of ordered equations: 0
% 81.01/81.25  Current number of rules: 1423
% 81.01/81.25  New rule produced :
% 81.01/81.25  [1443] theorem(or(or(not(or(not(A),B)),B),not(or(A,A)))) -> true
% 81.01/81.25  Current number of equations to process: 855
% 81.01/81.25  Current number of ordered equations: 0
% 81.01/81.25  Current number of rules: 1424
% 81.01/81.25  New rule produced :
% 81.01/81.25  [1444] theorem(or(A,or(not(or(B,B)),or(not(or(not(B),C)),C)))) -> true
% 81.01/81.25  Current number of equations to process: 855
% 81.01/81.25  Current number of ordered equations: 0
% 81.01/81.25  Current number of rules: 1425
% 81.01/81.25  New rule produced :
% 81.01/81.25  [1445] theorem(or(or(not(or(not(or(A,B)),C)),C),not(B))) -> true
% 81.01/81.25  Current number of equations to process: 859
% 81.01/81.25  Current number of ordered equations: 0
% 81.01/81.25  Current number of rules: 1426
% 81.01/81.25  New rule produced :
% 81.01/81.25  [1446] theorem(or(A,or(not(B),or(not(or(not(or(C,B)),X)),X)))) -> true
% 81.01/81.25  Current number of equations to process: 861
% 81.01/81.25  Current number of ordered equations: 0
% 81.01/81.25  Current number of rules: 1427
% 81.01/81.25  New rule produced :
% 81.01/81.25  [1447] theorem(or(not(or(A,A)),or(not(or(not(or(B,A)),C)),C))) -> true
% 82.70/82.87  Current number of equations to process: 860
% 82.70/82.87  Current number of ordered equations: 0
% 82.70/82.87  Current number of rules: 1428
% 82.70/82.87  New rule produced :
% 82.70/82.87  [1448] theorem(or(not(A),or(not(or(not(or(B,or(C,A))),X)),X))) -> true
% 82.70/82.87  Current number of equations to process: 859
% 82.70/82.87  Current number of ordered equations: 0
% 82.70/82.87  Current number of rules: 1429
% 82.70/82.87  New rule produced :
% 82.70/82.87  [1449] theorem(or(not(or(A,or(B,C))),not(not(or(B,or(A,C)))))) -> true
% 82.70/82.87  Current number of equations to process: 860
% 82.70/82.87  Current number of ordered equations: 0
% 82.70/82.87  Current number of rules: 1430
% 82.70/82.87  New rule produced :
% 82.70/82.87  [1450] theorem(or(A,or(B,or(C,or(not(or(or(X,C),or(X,C))),X))))) -> true
% 82.70/82.87  Current number of equations to process: 859
% 82.70/82.87  Current number of ordered equations: 0
% 82.70/82.87  Current number of rules: 1431
% 82.70/82.87  New rule produced :
% 82.70/82.87  [1451]
% 82.70/82.87  ifeq(axiom(or(not(or(not(or(A,A)),not(not(A)))),B)),true,theorem(B),true) ->
% 82.70/82.87  true
% 82.70/82.87  Current number of equations to process: 858
% 82.70/82.87  Current number of ordered equations: 0
% 82.70/82.87  Current number of rules: 1432
% 82.70/82.87  New rule produced :
% 82.70/82.87  [1452]
% 82.70/82.87  ifeq(axiom(or(not(A),or(B,B))),true,theorem(or(not(A),not(not(B)))),true) ->
% 82.70/82.87  true
% 82.70/82.87  Current number of equations to process: 857
% 82.70/82.87  Current number of ordered equations: 0
% 82.70/82.87  Current number of rules: 1433
% 82.70/82.87  New rule produced :
% 82.70/82.87  [1453]
% 82.70/82.87  ifeq(axiom(or(not(or(not(A),not(not(or(B,A))))),C)),true,theorem(C),true) ->
% 82.70/82.87  true
% 82.70/82.87  Current number of equations to process: 856
% 82.70/82.87  Current number of ordered equations: 0
% 82.70/82.87  Current number of rules: 1434
% 82.70/82.87  New rule produced :
% 82.70/82.87  [1454]
% 82.70/82.87  ifeq(axiom(or(not(A),B)),true,theorem(or(not(A),not(not(or(C,B))))),true) ->
% 82.70/82.87  true
% 82.70/82.87  Current number of equations to process: 855
% 82.70/82.87  Current number of ordered equations: 0
% 82.70/82.87  Current number of rules: 1435
% 82.70/82.87  New rule produced :
% 82.70/82.87  [1455]
% 82.70/82.87  ifeq(axiom(or(not(or(or(not(or(A,B)),B),A)),C)),true,theorem(C),true) -> true
% 82.70/82.87  Current number of equations to process: 854
% 82.70/82.87  Current number of ordered equations: 0
% 82.70/82.87  Current number of rules: 1436
% 82.70/82.87  New rule produced :
% 82.70/82.87  [1456] theorem(or(not(or(A,or(B,B))),or(A,or(not(or(not(B),C)),C)))) -> true
% 82.70/82.87  Current number of equations to process: 853
% 82.70/82.87  Current number of ordered equations: 0
% 82.70/82.87  Current number of rules: 1437
% 82.70/82.87  New rule produced :
% 82.70/82.87  [1457] theorem(or(not(or(or(A,A),or(A,A))),or(not(or(not(A),B)),B))) -> true
% 82.70/82.87  Current number of equations to process: 852
% 82.70/82.87  Current number of ordered equations: 0
% 82.70/82.87  Current number of rules: 1438
% 82.70/82.87  New rule produced :
% 82.70/82.87  [1458] theorem(or(not(or(A,B)),or(A,or(not(or(not(or(C,B)),X)),X)))) -> true
% 82.70/82.87  Current number of equations to process: 851
% 82.70/82.87  Current number of ordered equations: 0
% 82.70/82.87  Current number of rules: 1439
% 82.70/82.87  New rule produced :
% 82.70/82.87  [1459] theorem(or(not(or(A,B)),or(not(or(not(or(C,or(B,A))),X)),X))) -> true
% 82.70/82.87  Current number of equations to process: 850
% 82.70/82.87  Current number of ordered equations: 0
% 82.70/82.87  Current number of rules: 1440
% 82.70/82.87  New rule produced :
% 82.70/82.87  [1460]
% 82.70/82.87  theorem(or(not(or(not(A),B)),not(not(or(not(or(C,A)),or(C,B)))))) -> true
% 82.70/82.87  Current number of equations to process: 849
% 82.70/82.87  Current number of ordered equations: 0
% 82.70/82.87  Current number of rules: 1441
% 82.70/82.87  New rule produced :
% 82.70/82.87  [1461] theorem(or(or(A,or(not(or(not(B),C)),C)),not(or(A,B)))) -> true
% 82.70/82.87  Current number of equations to process: 855
% 82.70/82.87  Current number of ordered equations: 0
% 82.70/82.87  Current number of rules: 1442
% 82.70/82.87  New rule produced :
% 82.70/82.87  [1462] theorem(or(A,or(not(or(A,B)),or(not(or(not(B),C)),C)))) -> true
% 82.70/82.87  Current number of equations to process: 854
% 82.70/82.87  Current number of ordered equations: 0
% 82.70/82.87  Current number of rules: 1443
% 82.70/82.87  New rule produced :
% 82.70/82.87  [1463] theorem(or(not(or(A,B)),or(B,or(not(or(not(A),C)),C)))) -> true
% 82.70/82.87  Current number of equations to process: 854
% 82.70/82.87  Current number of ordered equations: 0
% 82.70/82.87  Current number of rules: 1444
% 82.70/82.87  New rule produced :
% 82.70/82.87  [1464] theorem(or(A,or(not(or(B,C)),or(B,or(not(or(not(C),X)),X))))) -> true
% 82.70/82.87  Current number of equations to process: 855
% 82.70/82.87  Current number of ordered equations: 0
% 82.70/82.87  Current number of rules: 1445
% 82.70/82.87  New rule produced :
% 82.70/82.87  [1465] theorem(or(not(A),or(not(or(not(or(A,B)),C)),C))) -> true
% 82.70/82.87  Current number of equations to process: 859
% 82.70/82.87  Current number of ordered equations: 0
% 82.70/82.87  Current number of rules: 1446
% 82.70/82.87  New rule produced :
% 82.70/82.87  [1466] theorem(or(or(not(or(not(or(A,B)),C)),C),not(or(B,A)))) -> true
% 82.70/82.87  Current number of equations to process: 858
% 82.70/82.87  Current number of ordered equations: 0
% 86.02/86.21  Current number of rules: 1447
% 86.02/86.21  New rule produced :
% 86.02/86.21  [1467] theorem(or(A,or(or(B,or(C,or(X,Y))),not(or(B,Y))))) -> true
% 86.02/86.21  Current number of equations to process: 860
% 86.02/86.21  Current number of ordered equations: 0
% 86.02/86.21  Current number of rules: 1448
% 86.02/86.21  New rule produced :
% 86.02/86.21  [1468] theorem(or(or(not(or(A,B)),or(C,or(X,B))),A)) -> true
% 86.02/86.21  Current number of equations to process: 865
% 86.02/86.21  Current number of ordered equations: 0
% 86.02/86.21  Current number of rules: 1449
% 86.02/86.21  New rule produced :
% 86.02/86.21  [1469] theorem(or(A,or(B,or(not(or(B,C)),or(X,or(Y,C)))))) -> true
% 86.02/86.21  Current number of equations to process: 867
% 86.02/86.21  Current number of ordered equations: 0
% 86.02/86.21  Current number of rules: 1450
% 86.02/86.21  New rule produced :
% 86.02/86.21  [1470] theorem(or(or(A,or(B,or(C,X))),not(or(X,A)))) -> true
% 86.02/86.21  Current number of equations to process: 871
% 86.02/86.21  Current number of ordered equations: 0
% 86.02/86.21  Current number of rules: 1451
% 86.02/86.21  New rule produced :
% 86.02/86.21  [1471] theorem(or(A,or(not(or(B,A)),or(C,or(X,B))))) -> true
% 86.02/86.21  Current number of equations to process: 871
% 86.02/86.21  Current number of ordered equations: 0
% 86.02/86.21  Current number of rules: 1452
% 86.02/86.21  New rule produced :
% 86.02/86.21  [1472] theorem(or(A,or(not(or(B,C)),or(C,or(X,or(Y,B)))))) -> true
% 86.02/86.21  Current number of equations to process: 871
% 86.02/86.21  Current number of ordered equations: 0
% 86.02/86.21  Current number of rules: 1453
% 86.02/86.21  New rule produced :
% 86.02/86.21  [1473] theorem(or(A,or(not(or(B,C)),or(not(or(not(or(C,B)),X)),X)))) -> true
% 86.02/86.21  Current number of equations to process: 873
% 86.02/86.21  Current number of ordered equations: 0
% 86.02/86.21  Current number of rules: 1454
% 86.02/86.21  New rule produced :
% 86.02/86.21  [1474]
% 86.02/86.21  ifeq(axiom(or(or(A,or(B,or(C,X))),not(or(A,X)))),true,true,true) -> true
% 86.02/86.21  Current number of equations to process: 872
% 86.02/86.21  Current number of ordered equations: 0
% 86.02/86.21  Current number of rules: 1455
% 86.02/86.21  New rule produced :
% 86.02/86.21  [1475]
% 86.02/86.21  ifeq(axiom(or(A,or(not(or(A,B)),or(C,or(X,B))))),true,true,true) -> true
% 86.02/86.21  Current number of equations to process: 871
% 86.02/86.21  Current number of ordered equations: 0
% 86.02/86.21  Current number of rules: 1456
% 86.02/86.21  New rule produced :
% 86.02/86.21  [1476] theorem(or(not(or(A,A)),or(not(or(not(A),B)),or(C,or(X,B))))) -> true
% 86.02/86.21  Current number of equations to process: 870
% 86.02/86.21  Current number of ordered equations: 0
% 86.02/86.21  Current number of rules: 1457
% 86.02/86.21  New rule produced :
% 86.02/86.21  [1477] theorem(or(not(A),or(not(or(not(or(B,A)),C)),or(X,or(Y,C))))) -> true
% 86.02/86.21  Current number of equations to process: 869
% 86.02/86.21  Current number of ordered equations: 0
% 86.02/86.21  Current number of rules: 1458
% 86.02/86.21  New rule produced :
% 86.02/86.21  [1478] theorem(or(not(or(A,or(B,C))),or(A,or(C,or(X,or(Y,B)))))) -> true
% 86.02/86.21  Current number of equations to process: 868
% 86.02/86.21  Current number of ordered equations: 0
% 86.02/86.21  Current number of rules: 1459
% 86.02/86.21  New rule produced :
% 86.02/86.21  [1479] theorem(or(not(or(or(A,B),or(A,B))),or(B,or(C,or(X,A))))) -> true
% 86.02/86.21  Current number of equations to process: 867
% 86.02/86.21  Current number of ordered equations: 0
% 86.02/86.21  Current number of rules: 1460
% 86.02/86.21  New rule produced :
% 86.02/86.21  [1480] theorem(or(or(not(or(A,B)),or(A,or(C,or(X,B)))),Y)) -> true
% 86.02/86.21  Current number of equations to process: 869
% 86.02/86.21  Current number of ordered equations: 0
% 86.02/86.21  Current number of rules: 1461
% 86.02/86.21  New rule produced :
% 86.02/86.21  [1481] theorem(or(not(or(A,B)),or(C,or(A,or(X,or(Y,B)))))) -> true
% 86.02/86.21  Current number of equations to process: 868
% 86.02/86.21  Current number of ordered equations: 0
% 86.02/86.21  Current number of rules: 1462
% 86.02/86.21  New rule produced :
% 86.02/86.21  [1482] ifeq(axiom(or(A,or(or(B,or(C,X)),not(X)))),true,true,true) -> true
% 86.02/86.21  Current number of equations to process: 870
% 86.02/86.21  Current number of ordered equations: 0
% 86.02/86.21  Current number of rules: 1463
% 86.02/86.21  New rule produced : [1483] theorem(or(or(or(A,or(B,C)),not(C)),X)) -> true
% 86.02/86.21  Current number of equations to process: 871
% 86.02/86.21  Current number of ordered equations: 0
% 86.02/86.21  Current number of rules: 1464
% 86.02/86.21  New rule produced : [1484] theorem(or(or(A,or(B,C)),or(X,not(C)))) -> true
% 86.02/86.21  Current number of equations to process: 871
% 86.02/86.21  Current number of ordered equations: 0
% 86.02/86.21  Current number of rules: 1465
% 86.02/86.21  New rule produced :
% 86.02/86.21  [1485] theorem(or(A,or(B,or(or(C,or(X,Y)),not(Y))))) -> true
% 86.02/86.21  Current number of equations to process: 870
% 86.02/86.21  Current number of ordered equations: 0
% 86.02/86.21  Current number of rules: 1466
% 86.02/86.21  New rule produced :
% 86.02/86.21  [1486] theorem(or(A,or(B,or(not(or(C,X)),or(C,or(Y,or(Z,X))))))) -> true
% 86.02/86.21  Current number of equations to process: 868
% 86.02/86.21  Current number of ordered equations: 0
% 86.02/86.21  Current number of rules: 1467
% 90.26/90.45  New rule produced :
% 90.26/90.45  [1487] ifeq(axiom(or(or(not(A),or(B,or(C,A))),X)),true,true,true) -> true
% 90.26/90.45  Current number of equations to process: 869
% 90.26/90.45  Current number of ordered equations: 0
% 90.26/90.45  Current number of rules: 1468
% 90.26/90.45  New rule produced :
% 90.26/90.45  [1488] theorem(or(A,or(or(not(B),or(C,or(X,B))),Y))) -> true
% 90.26/90.45  Current number of equations to process: 869
% 90.26/90.45  Current number of ordered equations: 0
% 90.26/90.45  Current number of rules: 1469
% 90.26/90.45  New rule produced :
% 90.26/90.45  [1489] theorem(or(or(A,or(not(B),or(C,or(X,B)))),Y)) -> true
% 90.26/90.45  Current number of equations to process: 873
% 90.26/90.45  Current number of ordered equations: 0
% 90.26/90.45  Current number of rules: 1470
% 90.26/90.45  New rule produced :
% 90.26/90.45  [1490] theorem(or(A,or(B,or(C,or(not(X),or(Y,or(Z,X))))))) -> true
% 90.26/90.45  Current number of equations to process: 872
% 90.26/90.45  Current number of ordered equations: 0
% 90.26/90.45  Current number of rules: 1471
% 90.26/90.45  New rule produced :
% 90.26/90.45  [1491]
% 90.26/90.45  ifeq(axiom(or(A,or(B,or(not(C),or(X,or(Y,C)))))),true,true,true) -> true
% 90.26/90.45  Current number of equations to process: 873
% 90.26/90.45  Current number of ordered equations: 0
% 90.26/90.45  Current number of rules: 1472
% 90.26/90.45  New rule produced :
% 90.26/90.45  [1492] theorem(or(or(A,or(B,or(C,X))),not(or(A,or(X,X))))) -> true
% 90.26/90.45  Current number of equations to process: 877
% 90.26/90.45  Current number of ordered equations: 0
% 90.26/90.45  Current number of rules: 1473
% 90.26/90.45  New rule produced :
% 90.26/90.45  [1493] theorem(or(A,or(not(or(A,or(B,B))),or(C,or(X,B))))) -> true
% 90.26/90.45  Current number of equations to process: 876
% 90.26/90.45  Current number of ordered equations: 0
% 90.26/90.45  Current number of rules: 1474
% 90.26/90.45  New rule produced :
% 90.26/90.45  [1494] theorem(or(not(or(or(A,A),B)),or(B,or(C,or(X,A))))) -> true
% 90.26/90.45  Current number of equations to process: 876
% 90.26/90.45  Current number of ordered equations: 0
% 90.26/90.45  Current number of rules: 1475
% 90.26/90.45  New rule produced :
% 90.26/90.45  [1495] ifeq(axiom(or(or(A,or(B,C)),not(or(C,C)))),true,true,true) -> true
% 90.26/90.45  Current number of equations to process: 877
% 90.26/90.45  Current number of ordered equations: 0
% 90.26/90.45  Current number of rules: 1476
% 90.26/90.45  New rule produced :
% 90.26/90.45  [1496] theorem(or(A,or(or(B,or(C,X)),not(or(X,X))))) -> true
% 90.26/90.45  Current number of equations to process: 877
% 90.26/90.45  Current number of ordered equations: 0
% 90.26/90.45  Current number of rules: 1477
% 90.26/90.45  New rule produced :
% 90.26/90.45  [1497] theorem(or(or(not(or(A,A)),or(B,or(C,A))),X)) -> true
% 90.26/90.45  Current number of equations to process: 881
% 90.26/90.45  Current number of ordered equations: 0
% 90.26/90.45  Current number of rules: 1478
% 90.26/90.45  New rule produced :
% 90.26/90.45  [1498] theorem(or(A,or(B,or(not(or(C,C)),or(X,or(Y,C)))))) -> true
% 90.26/90.45  Current number of equations to process: 880
% 90.26/90.45  Current number of ordered equations: 0
% 90.26/90.45  Current number of rules: 1479
% 90.26/90.45  New rule produced :
% 90.26/90.45  [1499] theorem(or(A,or(not(or(B,or(C,C))),or(B,or(X,or(Y,C)))))) -> true
% 90.26/90.45  Current number of equations to process: 881
% 90.26/90.45  Current number of ordered equations: 0
% 90.26/90.45  Current number of rules: 1480
% 90.26/90.45  New rule produced :
% 90.26/90.45  [1500]
% 90.26/90.45  ifeq(axiom(or(A,or(not(or(B,B)),or(C,or(X,B))))),true,true,true) -> true
% 90.26/90.45  Current number of equations to process: 880
% 90.26/90.45  Current number of ordered equations: 0
% 90.26/90.45  Current number of rules: 1481
% 90.26/90.45  New rule produced :
% 90.26/90.45  [1501] theorem(or(or(A,or(B,C)),not(or(or(C,C),or(C,C))))) -> true
% 90.26/90.45  Current number of equations to process: 883
% 90.26/90.45  Current number of ordered equations: 0
% 90.26/90.45  Current number of rules: 1482
% 90.26/90.45  New rule produced :
% 90.26/90.45  [1502] theorem(or(A,or(not(or(or(B,B),or(B,B))),or(C,or(X,B))))) -> true
% 90.26/90.45  Current number of equations to process: 884
% 90.26/90.45  Current number of ordered equations: 0
% 90.26/90.45  Current number of rules: 1483
% 90.26/90.45  New rule produced :
% 90.26/90.45  [1503] theorem(or(or(A,or(B,or(C,or(X,Y)))),not(or(A,Y)))) -> true
% 90.26/90.45  Current number of equations to process: 888
% 90.26/90.45  Current number of ordered equations: 0
% 90.26/90.45  Current number of rules: 1484
% 90.26/90.45  New rule produced :
% 90.26/90.45  [1504] theorem(or(A,or(not(or(A,B)),or(C,or(X,or(Y,B)))))) -> true
% 90.26/90.45  Current number of equations to process: 887
% 90.26/90.45  Current number of ordered equations: 0
% 90.26/90.45  Current number of rules: 1485
% 90.26/90.45  New rule produced :
% 90.26/90.45  [1505] theorem(or(not(or(A,B)),or(B,or(C,or(X,or(Y,A)))))) -> true
% 90.26/90.45  Current number of equations to process: 887
% 90.26/90.45  Current number of ordered equations: 0
% 90.26/90.45  Current number of rules: 1486
% 90.26/90.45  New rule produced :
% 90.26/90.45  [1506] ifeq(axiom(or(or(A,or(B,or(C,X))),not(X))),true,true,true) -> true
% 90.26/90.45  Current number of equations to process: 888
% 90.26/90.45  Current number of ordered equations: 0
% 90.26/90.45  Current number of rules: 1487
% 90.26/90.45  New rule produced :
% 90.26/90.45  [1507] theorem(or(A,or(or(B,or(C,or(X,Y))),not(Y)))) -> true
% 93.58/93.77  Current number of equations to process: 888
% 93.58/93.77  Current number of ordered equations: 0
% 93.58/93.77  Current number of rules: 1488
% 93.58/93.77  New rule produced :
% 93.58/93.77  [1508] theorem(or(or(not(A),or(B,or(C,or(X,A)))),Y)) -> true
% 93.58/93.77  Current number of equations to process: 892
% 93.58/93.77  Current number of ordered equations: 0
% 93.58/93.77  Current number of rules: 1489
% 93.58/93.77  New rule produced :
% 93.58/93.77  [1509] theorem(or(A,or(B,or(not(C),or(X,or(Y,or(Z,C))))))) -> true
% 93.58/93.77  Current number of equations to process: 891
% 93.58/93.77  Current number of ordered equations: 0
% 93.58/93.77  Current number of rules: 1490
% 93.58/93.77  New rule produced :
% 93.58/93.77  [1510] theorem(or(or(A,or(B,or(C,X))),not(or(X,X)))) -> true
% 93.58/93.77  Current number of equations to process: 895
% 93.58/93.77  Current number of ordered equations: 0
% 93.58/93.77  Current number of rules: 1491
% 93.58/93.77  New rule produced :
% 93.58/93.77  [1511] theorem(or(A,or(not(or(B,B)),or(C,or(X,or(Y,B)))))) -> true
% 93.58/93.77  Current number of equations to process: 895
% 93.58/93.77  Current number of ordered equations: 0
% 93.58/93.77  Current number of rules: 1492
% 93.58/93.77  New rule produced :
% 93.58/93.77  [1512] theorem(or(or(A,or(B,or(C,or(X,Y)))),not(Y))) -> true
% 93.58/93.77  Current number of equations to process: 899
% 93.58/93.77  Current number of ordered equations: 0
% 93.58/93.77  Current number of rules: 1493
% 93.58/93.77  New rule produced :
% 93.58/93.77  [1513] theorem(or(A,or(not(B),or(C,or(X,or(Y,or(Z,B))))))) -> true
% 93.58/93.77  Current number of equations to process: 901
% 93.58/93.77  Current number of ordered equations: 0
% 93.58/93.77  Current number of rules: 1494
% 93.58/93.77  New rule produced :
% 93.58/93.77  [1514] theorem(or(not(or(A,A)),or(B,or(C,or(X,or(Y,A)))))) -> true
% 93.58/93.77  Current number of equations to process: 900
% 93.58/93.77  Current number of ordered equations: 0
% 93.58/93.77  Current number of rules: 1495
% 93.58/93.77  New rule produced :
% 93.58/93.77  [1515] theorem(or(not(A),or(B,or(C,or(X,or(Y,or(Z,A))))))) -> true
% 93.58/93.77  Current number of equations to process: 899
% 93.58/93.77  Current number of ordered equations: 0
% 93.58/93.77  Current number of rules: 1496
% 93.58/93.77  New rule produced :
% 93.58/93.77  [1516] theorem(or(A,or(not(or(B,C)),or(B,or(X,or(Y,or(Z,C))))))) -> true
% 93.58/93.77  Current number of equations to process: 900
% 93.58/93.77  Current number of ordered equations: 0
% 93.58/93.77  Current number of rules: 1497
% 93.58/93.77  New rule produced :
% 93.58/93.77  [1517]
% 93.58/93.77  ifeq(axiom(or(A,or(not(B),or(C,or(X,or(Y,B)))))),true,true,true) -> true
% 93.58/93.77  Current number of equations to process: 899
% 93.58/93.77  Current number of ordered equations: 0
% 93.58/93.77  Current number of rules: 1498
% 93.58/93.77  New rule produced :
% 93.58/93.77  [1518] theorem(or(not(or(A,or(B,B))),or(A,or(C,or(X,or(Y,B)))))) -> true
% 93.58/93.77  Current number of equations to process: 898
% 93.58/93.77  Current number of ordered equations: 0
% 93.58/93.77  Current number of rules: 1499
% 93.58/93.77  New rule produced :
% 93.58/93.77  [1519] theorem(or(not(or(or(A,A),or(A,A))),or(B,or(C,or(X,A))))) -> true
% 93.58/93.77  Current number of equations to process: 897
% 93.58/93.77  Current number of ordered equations: 0
% 93.58/93.77  Current number of rules: 1500
% 93.58/93.77  New rule produced :
% 93.58/93.77  [1520] theorem(or(not(or(A,B)),or(A,or(C,or(X,or(Y,or(Z,B))))))) -> true
% 93.58/93.77  Current number of equations to process: 896
% 93.58/93.77  Current number of ordered equations: 0
% 93.58/93.77  Current number of rules: 1501
% 93.58/93.77  New rule produced :
% 93.58/93.77  [1521] theorem(or(not(or(A,B)),or(C,or(X,or(Y,or(Z,or(B,A))))))) -> true
% 93.58/93.77  Current number of equations to process: 895
% 93.58/93.77  Current number of ordered equations: 0
% 93.58/93.77  Current number of rules: 1502
% 93.58/93.77  New rule produced :
% 93.58/93.77  [1522] theorem(or(not(A),or(B,or(C,or(X,or(A,Y)))))) -> true
% 93.58/93.77  Current number of equations to process: 899
% 93.58/93.77  Current number of ordered equations: 0
% 93.58/93.77  Current number of rules: 1503
% 93.58/93.77  New rule produced :
% 93.58/93.77  [1523] theorem(or(or(A,or(B,or(C,or(X,Y)))),not(or(Y,X)))) -> true
% 93.58/93.77  Current number of equations to process: 898
% 93.58/93.77  Current number of ordered equations: 0
% 93.58/93.77  Current number of rules: 1504
% 93.58/93.77  New rule produced :
% 93.58/93.77  [1524] theorem(or(A,or(not(or(B,C)),or(X,or(Y,or(Z,or(C,B))))))) -> true
% 93.58/93.77  Current number of equations to process: 899
% 93.58/93.77  Current number of ordered equations: 0
% 93.58/93.77  Current number of rules: 1505
% 93.58/93.77  New rule produced :
% 93.58/93.77  [1525] theorem(or(not(or(A,B)),or(C,or(A,or(B,X))))) -> true
% 93.58/93.77  Current number of equations to process: 904
% 93.58/93.77  Current number of ordered equations: 0
% 93.58/93.77  Current number of rules: 1506
% 93.58/93.77  New rule produced :
% 93.58/93.77  [1526] theorem(or(or(A,or(B,or(C,X))),not(or(A,or(B,C))))) -> true
% 93.58/93.77  Current number of equations to process: 903
% 93.58/93.77  Current number of ordered equations: 0
% 93.58/93.77  Current number of rules: 1507
% 93.58/93.77  New rule produced :
% 93.58/93.77  [1527] theorem(or(A,or(not(or(A,or(B,C))),or(B,or(C,X))))) -> true
% 93.58/93.77  Current number of equations to process: 902
% 93.58/93.77  Current number of ordered equations: 0
% 96.66/96.82  Current number of rules: 1508
% 96.66/96.82  New rule produced :
% 96.66/96.82  [1528] theorem(or(not(or(or(A,B),C)),or(C,or(A,or(B,X))))) -> true
% 96.66/96.82  Current number of equations to process: 902
% 96.66/96.82  Current number of ordered equations: 0
% 96.66/96.82  Current number of rules: 1509
% 96.66/96.82  New rule produced :
% 96.66/96.82  [1529] ifeq(axiom(or(or(A,or(B,C)),not(or(A,B)))),true,true,true) -> true
% 96.66/96.82  Current number of equations to process: 903
% 96.66/96.82  Current number of ordered equations: 0
% 96.66/96.82  Current number of rules: 1510
% 96.66/96.82  New rule produced :
% 96.66/96.82  [1530] theorem(or(A,or(or(B,or(C,X)),not(or(B,C))))) -> true
% 96.66/96.82  Current number of equations to process: 903
% 96.66/96.82  Current number of ordered equations: 0
% 96.66/96.82  Current number of rules: 1511
% 96.66/96.82  New rule produced :
% 96.66/96.82  [1531] ifeq(axiom(or(A,or(not(or(A,B)),or(B,C)))),true,true,true) -> true
% 96.66/96.82  Current number of equations to process: 905
% 96.66/96.82  Current number of ordered equations: 0
% 96.66/96.82  Current number of rules: 1512
% 96.66/96.82  New rule produced : [1532] theorem(or(or(not(or(A,B)),or(B,C)),A)) -> true
% 96.66/96.82  Current number of equations to process: 907
% 96.66/96.82  Current number of ordered equations: 0
% 96.66/96.82  Current number of rules: 1513
% 96.66/96.82  New rule produced :
% 96.66/96.82  [1533] theorem(or(A,or(B,or(not(or(B,C)),or(C,X))))) -> true
% 96.66/96.82  Current number of equations to process: 908
% 96.66/96.82  Current number of ordered equations: 0
% 96.66/96.82  Current number of rules: 1514
% 96.66/96.82  New rule produced :
% 96.66/96.82  [1534] theorem(or(not(or(A,A)),or(not(or(not(A),B)),or(B,C)))) -> true
% 96.66/96.82  Current number of equations to process: 911
% 96.66/96.82  Current number of ordered equations: 0
% 96.66/96.82  Current number of rules: 1515
% 96.66/96.82  New rule produced :
% 96.66/96.82  [1535] theorem(or(not(A),or(not(or(not(or(B,A)),C)),or(C,X)))) -> true
% 96.66/96.82  Current number of equations to process: 910
% 96.66/96.82  Current number of ordered equations: 0
% 96.66/96.82  Current number of rules: 1516
% 96.66/96.82  New rule produced :
% 96.66/96.82  [1536] theorem(or(or(not(or(A,B)),or(A,or(B,C))),X)) -> true
% 96.66/96.82  Current number of equations to process: 911
% 96.66/96.82  Current number of ordered equations: 0
% 96.66/96.82  Current number of rules: 1517
% 96.66/96.82  New rule produced :
% 96.66/96.82  [1537] theorem(or(A,or(B,or(not(or(C,X)),or(C,or(X,Y)))))) -> true
% 96.66/96.82  Current number of equations to process: 910
% 96.66/96.82  Current number of ordered equations: 0
% 96.66/96.82  Current number of rules: 1518
% 96.66/96.82  New rule produced :
% 96.66/96.82  [1538] theorem(or(not(or(A,or(B,C))),or(A,or(C,or(B,X))))) -> true
% 96.66/96.82  Current number of equations to process: 911
% 96.66/96.82  Current number of ordered equations: 0
% 96.66/96.82  Current number of rules: 1519
% 96.66/96.82  New rule produced : [1539] theorem(or(or(A,or(B,C)),not(or(B,A)))) -> true
% 96.66/96.82  Current number of equations to process: 913
% 96.66/96.82  Current number of ordered equations: 0
% 96.66/96.82  Current number of rules: 1520
% 96.66/96.82  New rule produced : [1540] theorem(or(A,or(not(or(B,A)),or(B,C)))) -> true
% 96.66/96.82  Current number of equations to process: 913
% 96.66/96.82  Current number of ordered equations: 0
% 96.66/96.82  Current number of rules: 1521
% 96.66/96.82  New rule produced :
% 96.66/96.82  [1541] theorem(or(A,or(not(or(B,C)),or(C,or(B,X))))) -> true
% 96.66/96.82  Current number of equations to process: 913
% 96.66/96.82  Current number of ordered equations: 0
% 96.66/96.82  Current number of rules: 1522
% 96.66/96.82  New rule produced :
% 96.66/96.82  [1542] theorem(or(not(or(or(A,B),or(A,B))),or(B,or(A,C)))) -> true
% 96.66/96.82  Current number of equations to process: 912
% 96.66/96.82  Current number of ordered equations: 0
% 96.66/96.82  Current number of rules: 1523
% 96.66/96.82  New rule produced :
% 96.66/96.82  [1543] theorem(or(A,or(not(or(B,or(C,X))),or(B,or(C,or(X,Y)))))) -> true
% 96.66/96.82  Current number of equations to process: 913
% 96.66/96.82  Current number of ordered equations: 0
% 96.66/96.82  Current number of rules: 1524
% 96.66/96.82  New rule produced :
% 96.66/96.82  [1544] theorem(or(not(or(A,B)),or(A,or(not(or(not(B),C)),or(C,X))))) -> true
% 96.66/96.82  Current number of equations to process: 912
% 96.66/96.82  Current number of ordered equations: 0
% 96.66/96.82  Current number of rules: 1525
% 96.66/96.82  New rule produced :
% 96.66/96.82  [1545] theorem(or(not(or(A,B)),or(not(or(not(or(B,A)),C)),or(C,X)))) -> true
% 96.66/96.82  Current number of equations to process: 911
% 96.66/96.82  Current number of ordered equations: 0
% 96.66/96.82  Current number of rules: 1526
% 96.66/96.82  New rule produced :
% 96.66/96.82  [1546]
% 96.66/96.82  ifeq(axiom(or(A,or(not(or(B,C)),or(B,or(C,X))))),true,true,true) -> true
% 96.66/96.82  Current number of equations to process: 910
% 96.66/96.82  Current number of ordered equations: 0
% 96.66/96.82  Current number of rules: 1527
% 96.66/96.82  New rule produced :
% 96.66/96.82  [1547] theorem(or(or(A,or(B,C)),not(or(or(A,B),or(A,B))))) -> true
% 96.66/96.82  Current number of equations to process: 914
% 96.66/96.82  Current number of ordered equations: 0
% 96.66/96.82  Current number of rules: 1528
% 96.66/96.82  New rule produced :
% 96.66/96.82  [1548] theorem(or(A,or(not(or(or(A,B),or(A,B))),or(B,C)))) -> true
% 100.67/100.87  Current number of equations to process: 913
% 100.67/100.87  Current number of ordered equations: 0
% 100.67/100.87  Current number of rules: 1529
% 100.67/100.87  New rule produced :
% 100.67/100.87  [1549] theorem(or(A,or(or(B,or(C,or(X,Y))),not(or(Y,X))))) -> true
% 100.67/100.87  Current number of equations to process: 915
% 100.67/100.87  Current number of ordered equations: 0
% 100.67/100.87  Current number of rules: 1530
% 100.67/100.87  New rule produced :
% 100.67/100.87  [1550] theorem(or(not(or(A,B)),or(A,or(C,or(X,or(B,Y)))))) -> true
% 100.67/100.87  Current number of equations to process: 916
% 100.67/100.87  Current number of ordered equations: 0
% 100.67/100.87  Current number of rules: 1531
% 100.67/100.87  New rule produced : [1551] theorem(or(or(A,or(B,or(C,X))),not(C))) -> true
% 100.67/100.87  Current number of equations to process: 918
% 100.67/100.87  Current number of ordered equations: 0
% 100.67/100.87  Current number of rules: 1532
% 100.67/100.87  New rule produced :
% 100.67/100.87  [1552] theorem(or(A,or(not(B),or(C,or(X,or(B,Y)))))) -> true
% 100.67/100.87  Current number of equations to process: 919
% 100.67/100.87  Current number of ordered equations: 0
% 100.67/100.87  Current number of rules: 1533
% 100.67/100.87  New rule produced :
% 100.67/100.87  [1553] theorem(or(not(or(A,A)),or(B,or(C,or(A,X))))) -> true
% 100.67/100.87  Current number of equations to process: 918
% 100.67/100.87  Current number of ordered equations: 0
% 100.67/100.87  Current number of rules: 1534
% 100.67/100.87  New rule produced :
% 100.67/100.87  [1554] theorem(or(not(A),or(B,or(C,or(or(X,A),Y))))) -> true
% 100.67/100.87  Current number of equations to process: 917
% 100.67/100.87  Current number of ordered equations: 0
% 100.67/100.87  Current number of rules: 1535
% 100.67/100.87  New rule produced :
% 100.67/100.87  [1555] theorem(or(not(or(A,B)),or(C,or(X,or(or(B,A),Y))))) -> true
% 100.67/100.87  Current number of equations to process: 917
% 100.67/100.87  Current number of ordered equations: 0
% 100.67/100.87  Current number of rules: 1536
% 100.67/100.87  New rule produced :
% 100.67/100.87  [1556] theorem(or(A,or(not(or(or(B,C),or(B,C))),or(B,or(C,X))))) -> true
% 100.67/100.87  Current number of equations to process: 919
% 100.67/100.87  Current number of ordered equations: 0
% 100.67/100.87  Current number of rules: 1537
% 100.67/100.87  New rule produced :
% 100.67/100.87  [1557]
% 100.67/100.87  ifeq(axiom(or(or(A,or(B,or(C,X))),not(or(X,C)))),true,true,true) -> true
% 100.67/100.87  Current number of equations to process: 918
% 100.67/100.87  Current number of ordered equations: 0
% 100.67/100.87  Current number of rules: 1538
% 100.67/100.87  New rule produced :
% 100.67/100.87  [1558] theorem(or(or(not(or(A,B)),or(C,or(X,or(B,A)))),Y)) -> true
% 100.67/100.87  Current number of equations to process: 919
% 100.67/100.87  Current number of ordered equations: 0
% 100.67/100.87  Current number of rules: 1539
% 100.67/100.87  New rule produced :
% 100.67/100.87  [1559] ifeq(axiom(or(A,or(or(B,C),not(B)))),true,true,true) -> true
% 100.67/100.87  Current number of equations to process: 921
% 100.67/100.87  Current number of ordered equations: 0
% 100.67/100.87  Current number of rules: 1540
% 100.67/100.87  New rule produced :
% 100.67/100.87  [1560] theorem(or(not(or(A,B)),or(A,or(or(C,X),not(C))))) -> true
% 100.67/100.87  Current number of equations to process: 920
% 100.67/100.87  Current number of ordered equations: 0
% 100.67/100.87  Current number of rules: 1541
% 100.67/100.87  New rule produced : [1561] theorem(or(or(or(A,B),not(A)),C)) -> true
% 100.67/100.87  Current number of equations to process: 921
% 100.67/100.87  Current number of ordered equations: 0
% 100.67/100.87  Current number of rules: 1542
% 100.67/100.87  New rule produced : [1562] theorem(or(A,or(B,or(or(C,X),not(C))))) -> true
% 100.67/100.87  Rule [1560] theorem(or(not(or(A,B)),or(A,or(or(C,X),not(C))))) -> true
% 100.67/100.87  collapsed.
% 100.67/100.87  Current number of equations to process: 920
% 100.67/100.87  Current number of ordered equations: 0
% 100.67/100.87  Current number of rules: 1542
% 100.67/100.87  New rule produced : [1563] theorem(or(or(A,B),or(C,not(A)))) -> true
% 100.67/100.87  Current number of equations to process: 920
% 100.67/100.87  Current number of ordered equations: 0
% 100.67/100.87  Current number of rules: 1543
% 100.67/100.87  New rule produced :
% 100.67/100.87  [1564] ifeq(axiom(or(or(not(A),or(A,B)),C)),true,true,true) -> true
% 100.67/100.87  Current number of equations to process: 921
% 100.67/100.87  Current number of ordered equations: 0
% 100.67/100.87  Current number of rules: 1544
% 100.67/100.87  New rule produced : [1565] theorem(or(A,or(or(not(B),or(B,C)),X))) -> true
% 100.67/100.87  Current number of equations to process: 921
% 100.67/100.87  Current number of ordered equations: 0
% 100.67/100.87  Current number of rules: 1545
% 100.67/100.87  New rule produced :
% 100.67/100.87  [1566] ifeq(axiom(or(A,or(B,or(not(C),or(C,X))))),true,true,true) -> true
% 100.67/100.87  Current number of equations to process: 923
% 100.67/100.87  Current number of ordered equations: 0
% 100.67/100.87  Current number of rules: 1546
% 100.67/100.87  New rule produced : [1567] theorem(or(or(A,or(not(B),or(B,C))),X)) -> true
% 100.67/100.87  Current number of equations to process: 924
% 100.67/100.87  Current number of ordered equations: 0
% 100.67/100.87  Current number of rules: 1547
% 100.67/100.87  New rule produced :
% 100.67/100.87  [1568] theorem(or(A,or(B,or(C,or(not(X),or(X,Y)))))) -> true
% 100.67/100.87  Current number of equations to process: 923
% 100.67/100.87  Current number of ordered equations: 0
% 103.86/104.06  Current number of rules: 1548
% 103.86/104.06  New rule produced :
% 103.86/104.06  [1569] theorem(or(or(A,or(not(not(B)),C)),not(or(A,B)))) -> true
% 103.86/104.06  Current number of equations to process: 926
% 103.86/104.06  Current number of ordered equations: 0
% 103.86/104.06  Current number of rules: 1549
% 103.86/104.06  New rule produced :
% 103.86/104.06  [1570] theorem(or(A,or(not(or(A,B)),or(not(not(B)),C)))) -> true
% 103.86/104.06  Current number of equations to process: 926
% 103.86/104.06  Current number of ordered equations: 0
% 103.86/104.06  Current number of rules: 1550
% 103.86/104.06  New rule produced :
% 103.86/104.06  [1571] theorem(or(not(A),or(B,or(not(not(A)),C)))) -> true
% 103.86/104.06  Current number of equations to process: 927
% 103.86/104.06  Current number of ordered equations: 0
% 103.86/104.06  Current number of rules: 1551
% 103.86/104.06  New rule produced :
% 103.86/104.06  [1572] theorem(or(not(or(A,B)),or(B,or(not(not(A)),C)))) -> true
% 103.86/104.06  Current number of equations to process: 927
% 103.86/104.06  Current number of ordered equations: 0
% 103.86/104.06  Current number of rules: 1552
% 103.86/104.06  New rule produced :
% 103.86/104.06  [1573] theorem(or(A,or(not(or(B,C)),or(B,or(not(not(C)),X))))) -> true
% 103.86/104.06  Current number of equations to process: 926
% 103.86/104.06  Current number of ordered equations: 0
% 103.86/104.06  Current number of rules: 1553
% 103.86/104.06  New rule produced :
% 103.86/104.06  [1574] ifeq(axiom(or(or(not(A),B),A)),true,true,true) -> true
% 103.86/104.06  Current number of equations to process: 927
% 103.86/104.06  Current number of ordered equations: 0
% 103.86/104.06  Current number of rules: 1554
% 103.86/104.06  New rule produced : [1575] theorem(or(A,or(or(not(B),C),B))) -> true
% 103.86/104.06  Current number of equations to process: 927
% 103.86/104.06  Current number of ordered equations: 0
% 103.86/104.06  Current number of rules: 1555
% 103.86/104.06  New rule produced : [1576] theorem(or(A,or(or(not(or(A,B)),C),B))) -> true
% 103.86/104.06  Current number of equations to process: 927
% 103.86/104.06  Current number of ordered equations: 0
% 103.86/104.06  Current number of rules: 1556
% 103.86/104.06  New rule produced :
% 103.86/104.06  [1577] ifeq(axiom(or(A,or(B,or(not(B),C)))),true,true,true) -> true
% 103.86/104.06  Current number of equations to process: 929
% 103.86/104.06  Current number of ordered equations: 0
% 103.86/104.06  Current number of rules: 1557
% 103.86/104.06  New rule produced :
% 103.86/104.06  [1578] theorem(or(not(or(A,B)),or(A,or(C,or(not(C),X))))) -> true
% 103.86/104.06  Current number of equations to process: 928
% 103.86/104.06  Current number of ordered equations: 0
% 103.86/104.06  Current number of rules: 1558
% 103.86/104.06  New rule produced : [1579] theorem(or(or(A,or(not(A),B)),C)) -> true
% 103.86/104.07  Current number of equations to process: 929
% 103.86/104.07  Current number of ordered equations: 0
% 103.86/104.07  Current number of rules: 1559
% 103.86/104.07  New rule produced : [1580] theorem(or(A,or(B,or(C,or(not(C),X))))) -> true
% 103.86/104.07  Rule [1578] theorem(or(not(or(A,B)),or(A,or(C,or(not(C),X))))) -> true
% 103.86/104.07  collapsed.
% 103.86/104.07  Current number of equations to process: 928
% 103.86/104.07  Current number of ordered equations: 0
% 103.86/104.07  Current number of rules: 1559
% 103.86/104.07  New rule produced : [1581] theorem(or(A,or(B,or(not(A),C)))) -> true
% 103.86/104.07  Rule [1571] theorem(or(not(A),or(B,or(not(not(A)),C)))) -> true collapsed.
% 103.86/104.07  Current number of equations to process: 928
% 103.86/104.07  Current number of ordered equations: 0
% 103.86/104.07  Current number of rules: 1559
% 103.86/104.07  New rule produced :
% 103.86/104.07  [1582]
% 103.86/104.07  ifeq(axiom(or(not(or(or(not(A),B),A)),C)),true,theorem(C),true) -> true
% 103.86/104.07  Current number of equations to process: 929
% 103.86/104.07  Current number of ordered equations: 0
% 103.86/104.07  Current number of rules: 1560
% 103.86/104.07  New rule produced :
% 103.86/104.07  [1583] theorem(or(not(or(A,or(B,B))),or(A,or(not(not(B)),C)))) -> true
% 103.86/104.07  Current number of equations to process: 928
% 103.86/104.07  Current number of ordered equations: 0
% 103.86/104.07  Current number of rules: 1561
% 103.86/104.07  New rule produced :
% 103.86/104.07  [1584] theorem(or(or(not(not(A)),B),not(or(A,A)))) -> true
% 103.86/104.07  Current number of equations to process: 930
% 103.86/104.07  Current number of ordered equations: 0
% 103.86/104.07  Current number of rules: 1562
% 103.86/104.07  New rule produced :
% 103.86/104.07  [1585] theorem(or(A,or(not(or(B,B)),or(not(not(B)),C)))) -> true
% 103.86/104.07  Current number of equations to process: 930
% 103.86/104.07  Current number of ordered equations: 0
% 103.86/104.07  Current number of rules: 1563
% 103.86/104.07  New rule produced :
% 103.86/104.07  [1586] theorem(or(not(or(or(A,A),or(A,A))),or(not(not(A)),B))) -> true
% 103.86/104.07  Current number of equations to process: 931
% 103.86/104.07  Current number of ordered equations: 0
% 103.86/104.07  Current number of rules: 1564
% 103.86/104.07  New rule produced :
% 103.86/104.07  [1587] theorem(or(not(or(A,B)),or(A,or(not(not(or(C,B))),X)))) -> true
% 103.86/104.07  Current number of equations to process: 930
% 103.86/104.07  Current number of ordered equations: 0
% 103.86/104.07  Current number of rules: 1565
% 103.86/104.07  New rule produced :
% 103.86/104.07  [1588] theorem(or(or(not(not(or(A,B))),C),not(B))) -> true
% 103.86/104.07  Current number of equations to process: 932
% 103.86/104.07  Current number of ordered equations: 0
% 107.26/107.43  Current number of rules: 1566
% 107.26/107.43  New rule produced :
% 107.26/107.43  [1589] theorem(or(A,or(not(B),or(not(not(or(C,B))),X)))) -> true
% 107.26/107.43  Current number of equations to process: 933
% 107.26/107.43  Current number of ordered equations: 0
% 107.26/107.43  Current number of rules: 1567
% 107.26/107.43  New rule produced :
% 107.26/107.43  [1590] theorem(or(not(or(A,A)),or(not(not(or(B,A))),C))) -> true
% 107.26/107.43  Current number of equations to process: 932
% 107.26/107.43  Current number of ordered equations: 0
% 107.26/107.43  Current number of rules: 1568
% 107.26/107.43  New rule produced :
% 107.26/107.43  [1591] theorem(or(not(A),or(not(not(or(B,or(C,A)))),X))) -> true
% 107.26/107.43  Current number of equations to process: 931
% 107.26/107.43  Current number of ordered equations: 0
% 107.26/107.43  Current number of rules: 1569
% 107.26/107.43  New rule produced :
% 107.26/107.43  [1592] theorem(or(not(or(A,B)),or(not(not(or(C,or(B,A)))),X))) -> true
% 107.26/107.43  Current number of equations to process: 933
% 107.26/107.43  Current number of ordered equations: 0
% 107.26/107.43  Current number of rules: 1570
% 107.26/107.43  New rule produced :
% 107.26/107.43  [1593] theorem(or(or(not(not(or(A,B))),C),not(or(B,A)))) -> true
% 107.26/107.43  Current number of equations to process: 935
% 107.26/107.43  Current number of ordered equations: 0
% 107.26/107.43  Current number of rules: 1571
% 107.26/107.43  New rule produced :
% 107.26/107.43  [1594] theorem(or(not(A),or(not(not(or(A,B))),C))) -> true
% 107.26/107.43  Current number of equations to process: 936
% 107.26/107.43  Current number of ordered equations: 0
% 107.26/107.43  Current number of rules: 1572
% 107.26/107.43  New rule produced :
% 107.26/107.43  [1595] theorem(or(A,or(not(or(B,C)),or(not(not(or(C,B))),X)))) -> true
% 107.26/107.43  Current number of equations to process: 935
% 107.26/107.43  Current number of ordered equations: 0
% 107.26/107.43  Current number of rules: 1573
% 107.26/107.43  New rule produced :
% 107.26/107.43  [1596] theorem(or(or(A,or(B,C)),not(or(A,or(B,B))))) -> true
% 107.26/107.43  Current number of equations to process: 939
% 107.26/107.43  Current number of ordered equations: 0
% 107.26/107.43  Current number of rules: 1574
% 107.26/107.43  New rule produced :
% 107.26/107.43  [1597] theorem(or(A,or(not(or(A,or(B,B))),or(B,C)))) -> true
% 107.26/107.43  Current number of equations to process: 939
% 107.26/107.43  Current number of ordered equations: 0
% 107.26/107.43  Current number of rules: 1575
% 107.26/107.43  New rule produced :
% 107.26/107.43  [1598] theorem(or(not(or(or(A,A),B)),or(B,or(A,C)))) -> true
% 107.26/107.43  Current number of equations to process: 940
% 107.26/107.43  Current number of ordered equations: 0
% 107.26/107.43  Current number of rules: 1576
% 107.26/107.43  New rule produced :
% 107.26/107.43  [1599] theorem(or(A,or(not(or(B,or(C,C))),or(B,or(C,X))))) -> true
% 107.26/107.43  Current number of equations to process: 939
% 107.26/107.43  Current number of ordered equations: 0
% 107.26/107.43  Current number of rules: 1577
% 107.26/107.43  New rule produced :
% 107.26/107.43  [1600] ifeq(axiom(or(or(A,B),not(or(A,A)))),true,true,true) -> true
% 107.26/107.43  Current number of equations to process: 940
% 107.26/107.43  Current number of ordered equations: 0
% 107.26/107.43  Current number of rules: 1578
% 107.26/107.43  New rule produced : [1601] theorem(or(A,or(or(B,C),not(or(B,B))))) -> true
% 107.26/107.43  Current number of equations to process: 940
% 107.26/107.43  Current number of ordered equations: 0
% 107.26/107.43  Current number of rules: 1579
% 107.26/107.43  New rule produced :
% 107.26/107.43  [1602] ifeq(axiom(or(A,or(not(or(B,B)),or(B,C)))),true,true,true) -> true
% 107.26/107.43  Current number of equations to process: 942
% 107.26/107.43  Current number of ordered equations: 0
% 107.26/107.43  Current number of rules: 1580
% 107.26/107.43  New rule produced : [1603] theorem(or(or(not(or(A,A)),or(A,B)),C)) -> true
% 107.26/107.43  Current number of equations to process: 943
% 107.26/107.43  Current number of ordered equations: 0
% 107.26/107.43  Current number of rules: 1581
% 107.26/107.43  New rule produced :
% 107.26/107.43  [1604] theorem(or(A,or(B,or(not(or(C,C)),or(C,X))))) -> true
% 107.26/107.43  Current number of equations to process: 942
% 107.26/107.43  Current number of ordered equations: 0
% 107.26/107.43  Current number of rules: 1582
% 107.26/107.43  New rule produced :
% 107.26/107.43  [1605] ifeq(axiom(or(A,or(not(or(A,A)),B))),true,true,true) -> true
% 107.26/107.43  Current number of equations to process: 944
% 107.26/107.43  Current number of ordered equations: 0
% 107.26/107.43  Current number of rules: 1583
% 107.26/107.43  New rule produced : [1606] theorem(or(or(not(or(A,A)),B),A)) -> true
% 107.26/107.43  Current number of equations to process: 946
% 107.26/107.43  Current number of ordered equations: 0
% 107.26/107.43  Current number of rules: 1584
% 107.26/107.43  New rule produced : [1607] theorem(or(A,or(B,or(not(or(B,B)),C)))) -> true
% 107.26/107.43  Current number of equations to process: 945
% 107.26/107.43  Current number of ordered equations: 0
% 107.26/107.43  Current number of rules: 1585
% 107.26/107.43  New rule produced :
% 107.26/107.43  [1608] theorem(or(not(or(A,A)),or(not(or(not(A),not(A))),B))) -> true
% 107.26/107.43  Current number of equations to process: 947
% 107.26/107.43  Current number of ordered equations: 0
% 107.26/107.43  Current number of rules: 1586
% 107.26/107.43  New rule produced :
% 107.26/107.43  [1609] theorem(or(not(or(A,B)),or(A,or(not(or(not(B),not(B))),C)))) -> true
% 107.26/107.43  Current number of equations to process: 947
% 110.63/110.82  Current number of ordered equations: 0
% 110.63/110.82  Current number of rules: 1587
% 110.63/110.82  New rule produced :
% 110.63/110.82  [1610] theorem(or(not(A),or(not(or(not(or(B,A)),not(or(B,A)))),C))) -> true
% 110.63/110.82  Current number of equations to process: 946
% 110.63/110.82  Current number of ordered equations: 0
% 110.63/110.82  Current number of rules: 1588
% 110.63/110.82  New rule produced :
% 110.63/110.82  [1611] theorem(or(or(A,B),not(or(or(A,A),or(A,A))))) -> true
% 110.63/110.82  Current number of equations to process: 948
% 110.63/110.82  Current number of ordered equations: 0
% 110.63/110.82  Current number of rules: 1589
% 110.63/110.82  New rule produced :
% 110.63/110.82  [1612] theorem(or(A,or(not(or(or(A,A),or(A,A))),B))) -> true
% 110.63/110.82  Current number of equations to process: 948
% 110.63/110.82  Current number of ordered equations: 0
% 110.63/110.82  Current number of rules: 1590
% 110.63/110.82  New rule produced :
% 110.63/110.82  [1613] theorem(or(A,or(not(or(or(B,B),or(B,B))),or(B,C)))) -> true
% 110.63/110.82  Current number of equations to process: 948
% 110.63/110.82  Current number of ordered equations: 0
% 110.63/110.82  Current number of rules: 1591
% 110.63/110.82  New rule produced :
% 110.63/110.82  [1614] theorem(or(or(A,or(or(B,C),X)),not(or(A,C)))) -> true
% 110.63/110.82  Current number of equations to process: 952
% 110.63/110.82  Current number of ordered equations: 0
% 110.63/110.82  Current number of rules: 1592
% 110.63/110.82  New rule produced :
% 110.63/110.82  [1615] theorem(or(A,or(not(or(A,B)),or(or(C,B),X)))) -> true
% 110.63/110.82  Current number of equations to process: 952
% 110.63/110.82  Current number of ordered equations: 0
% 110.63/110.82  Current number of rules: 1593
% 110.63/110.82  New rule produced :
% 110.63/110.82  [1616] theorem(or(not(or(A,B)),or(B,or(or(C,A),X)))) -> true
% 110.63/110.82  Current number of equations to process: 953
% 110.63/110.82  Current number of ordered equations: 0
% 110.63/110.82  Current number of rules: 1594
% 110.63/110.82  New rule produced :
% 110.63/110.82  [1617] theorem(or(A,or(not(or(B,C)),or(B,or(or(X,C),Y))))) -> true
% 110.63/110.82  Current number of equations to process: 952
% 110.63/110.82  Current number of ordered equations: 0
% 110.63/110.82  Current number of rules: 1595
% 110.63/110.82  New rule produced :
% 110.63/110.82  [1618] ifeq(axiom(or(or(or(A,B),C),not(B))),true,true,true) -> true
% 110.63/110.82  Current number of equations to process: 953
% 110.63/110.82  Current number of ordered equations: 0
% 110.63/110.82  Current number of rules: 1596
% 110.63/110.82  New rule produced : [1619] theorem(or(A,or(or(or(B,C),X),not(C)))) -> true
% 110.63/110.82  Current number of equations to process: 953
% 110.63/110.82  Current number of ordered equations: 0
% 110.63/110.82  Current number of rules: 1597
% 110.63/110.82  New rule produced :
% 110.63/110.82  [1620] ifeq(axiom(or(A,or(not(B),or(or(C,B),X)))),true,true,true) -> true
% 110.63/110.82  Current number of equations to process: 955
% 110.63/110.82  Current number of ordered equations: 0
% 110.63/110.82  Current number of rules: 1598
% 110.63/110.82  New rule produced : [1621] theorem(or(or(not(A),or(or(B,A),C)),X)) -> true
% 110.63/110.82  Current number of equations to process: 956
% 110.63/110.82  Current number of ordered equations: 0
% 110.63/110.82  Current number of rules: 1599
% 110.63/110.82  New rule produced :
% 110.63/110.82  [1622] theorem(or(A,or(B,or(not(C),or(or(X,C),Y))))) -> true
% 110.63/110.82  Current number of equations to process: 955
% 110.63/110.82  Current number of ordered equations: 0
% 110.63/110.82  Current number of rules: 1600
% 110.63/110.82  New rule produced :
% 110.63/110.82  [1623] ifeq(axiom(or(or(A,B),or(not(B),C))),true,true,true) -> true
% 110.63/110.82  Current number of equations to process: 956
% 110.63/110.82  Current number of ordered equations: 0
% 110.63/110.82  Current number of rules: 1601
% 110.63/110.82  New rule produced : [1624] theorem(or(or(not(A),B),or(C,A))) -> true
% 110.63/110.82  Current number of equations to process: 957
% 110.63/110.82  Current number of ordered equations: 0
% 110.63/110.82  Current number of rules: 1602
% 110.63/110.82  New rule produced : [1625] theorem(or(A,or(or(B,C),or(not(C),X)))) -> true
% 110.63/110.82  Current number of equations to process: 956
% 110.63/110.82  Current number of ordered equations: 0
% 110.63/110.82  Current number of rules: 1603
% 110.63/110.82  New rule produced :
% 110.63/110.82  [1626] theorem(or(not(or(A,or(B,B))),or(A,or(or(C,B),X)))) -> true
% 110.63/110.82  Current number of equations to process: 957
% 110.63/110.82  Current number of ordered equations: 0
% 110.63/110.82  Current number of rules: 1604
% 110.63/110.82  New rule produced : [1627] theorem(or(or(or(A,B),C),not(or(B,B)))) -> true
% 110.63/110.82  Current number of equations to process: 959
% 110.63/110.82  Current number of ordered equations: 0
% 110.63/110.82  Current number of rules: 1605
% 110.63/110.82  New rule produced : [1628] theorem(or(or(A,B),or(not(or(B,B)),C))) -> true
% 110.63/110.82  Current number of equations to process: 959
% 110.63/110.82  Current number of ordered equations: 0
% 110.63/110.82  Current number of rules: 1606
% 110.63/110.82  New rule produced :
% 110.63/110.82  [1629] theorem(or(A,or(not(or(B,B)),or(or(C,B),X)))) -> true
% 110.63/110.82  Current number of equations to process: 959
% 110.63/110.82  Current number of ordered equations: 0
% 110.63/110.82  Current number of rules: 1607
% 110.63/110.82  New rule produced :
% 110.63/110.82  [1630] theorem(or(not(or(or(A,A),or(A,A))),or(or(B,A),C))) -> true
% 110.63/110.82  Current number of equations to process: 960
% 112.13/112.38  Current number of ordered equations: 0
% 112.13/112.38  Current number of rules: 1608
% 112.13/112.38  New rule produced :
% 112.13/112.38  [1631] theorem(or(not(or(A,B)),or(A,or(or(C,or(X,B)),Y)))) -> true
% 112.13/112.38  Current number of equations to process: 959
% 112.13/112.38  Current number of ordered equations: 0
% 112.13/112.38  Current number of rules: 1609
% 112.13/112.38  New rule produced : [1632] theorem(or(or(or(A,or(B,C)),X),not(C))) -> true
% 112.13/112.38  Current number of equations to process: 961
% 112.13/112.38  Current number of ordered equations: 0
% 112.13/112.38  Current number of rules: 1610
% 112.13/112.38  New rule produced : [1633] theorem(or(or(A,or(B,C)),or(not(C),X))) -> true
% 112.13/112.38  Current number of equations to process: 961
% 112.13/112.38  Current number of ordered equations: 0
% 112.13/112.38  Current number of rules: 1611
% 112.13/112.38  New rule produced :
% 112.13/112.38  [1634] theorem(or(A,or(not(B),or(or(C,or(X,B)),Y)))) -> true
% 112.13/112.38  Current number of equations to process: 962
% 112.13/112.38  Current number of ordered equations: 0
% 112.13/112.38  Current number of rules: 1612
% 112.13/112.38  New rule produced :
% 112.13/112.38  [1635] theorem(or(not(or(A,A)),or(or(B,or(C,A)),X))) -> true
% 112.13/112.38  Current number of equations to process: 961
% 112.13/112.38  Current number of ordered equations: 0
% 112.13/112.38  Current number of rules: 1613
% 112.13/112.38  New rule produced :
% 112.13/112.38  [1636] theorem(or(not(A),or(or(B,or(C,or(X,A))),Y))) -> true
% 112.13/112.38  Current number of equations to process: 960
% 112.13/112.38  Current number of ordered equations: 0
% 112.13/112.38  Current number of rules: 1614
% 112.13/112.38  New rule produced :
% 112.13/112.38  [1637] theorem(or(not(or(A,B)),or(or(C,or(X,or(B,A))),Y))) -> true
% 112.13/112.38  Current number of equations to process: 962
% 112.13/112.38  Current number of ordered equations: 0
% 112.13/112.38  Current number of rules: 1615
% 112.13/112.38  New rule produced :
% 112.13/112.38  [1638] theorem(or(or(or(A,or(B,C)),X),not(or(C,B)))) -> true
% 112.13/112.38  Current number of equations to process: 963
% 112.13/112.38  Current number of ordered equations: 0
% 112.13/112.38  Current number of rules: 1616
% 112.13/112.38  New rule produced :
% 112.13/112.38  [1639] theorem(or(or(A,or(B,C)),or(not(or(C,B)),X))) -> true
% 112.13/112.38  Current number of equations to process: 963
% 112.13/112.38  Current number of ordered equations: 0
% 112.13/112.38  Current number of rules: 1617
% 112.13/112.38  New rule produced : [1640] theorem(or(not(A),or(or(B,or(A,C)),X))) -> true
% 112.13/112.38  Current number of equations to process: 964
% 112.13/112.38  Current number of ordered equations: 0
% 112.13/112.38  Current number of rules: 1618
% 112.13/112.38  New rule produced :
% 112.13/112.38  [1641] theorem(or(A,or(not(or(B,C)),or(or(X,or(C,B)),Y)))) -> true
% 112.13/112.38  Current number of equations to process: 963
% 112.13/112.38  Current number of ordered equations: 0
% 112.13/112.38  Current number of rules: 1619
% 112.13/112.38  New rule produced :
% 112.13/112.38  [1642] theorem(or(A,or(B,or(not(or(C,X)),or(Y,or(Z,or(X,C))))))) -> true
% 112.13/112.38  Current number of equations to process: 962
% 112.13/112.38  Current number of ordered equations: 0
% 112.13/112.38  Current number of rules: 1620
% 112.13/112.38  New rule produced :
% 112.13/112.38  [1643]
% 112.13/112.38  ifeq(axiom(or(not(or(A,or(or(B,C),not(B)))),X)),true,theorem(X),true) -> true
% 112.13/112.38  Current number of equations to process: 961
% 112.13/112.38  Current number of ordered equations: 0
% 112.13/112.38  Current number of rules: 1621
% 112.13/112.38  New rule produced :
% 112.13/112.38  [1644]
% 112.13/112.38  ifeq(axiom(or(not(or(or(not(A),or(A,B)),C)),X)),true,theorem(X),true) -> true
% 112.13/112.38  Current number of equations to process: 960
% 112.13/112.38  Current number of ordered equations: 0
% 112.13/112.38  Current number of rules: 1622
% 112.13/112.38  New rule produced :
% 112.13/112.38  [1645] theorem(or(not(or(A,or(B,C))),or(A,or(B,or(not(not(C)),X))))) -> true
% 112.13/112.38  Current number of equations to process: 959
% 112.13/112.38  Current number of ordered equations: 0
% 112.13/112.38  Current number of rules: 1623
% 112.13/112.38  New rule produced :
% 112.13/112.38  [1646] theorem(or(not(or(or(A,B),or(A,B))),or(A,or(not(not(B)),C)))) -> true
% 112.13/112.38  Current number of equations to process: 958
% 112.13/112.38  Current number of ordered equations: 0
% 112.13/112.38  Current number of rules: 1624
% 112.13/112.38  New rule produced :
% 112.13/112.38  [1647]
% 112.13/112.38  ifeq(axiom(or(not(or(A,or(B,or(not(B),C)))),X)),true,theorem(X),true) -> true
% 112.13/112.38  Current number of equations to process: 957
% 112.13/112.38  Current number of ordered equations: 0
% 112.13/112.38  Current number of rules: 1625
% 112.13/112.38  New rule produced :
% 112.13/112.38  [1648] theorem(or(not(or(A,or(B,C))),or(A,or(not(not(or(C,B))),X)))) -> true
% 112.13/112.38  Current number of equations to process: 956
% 112.13/112.38  Current number of ordered equations: 0
% 112.13/112.38  Current number of rules: 1626
% 112.13/112.38  New rule produced :
% 112.13/112.38  [1649] theorem(or(not(or(or(A,B),or(A,B))),or(not(not(or(B,A))),C))) -> true
% 112.13/112.38  Current number of equations to process: 955
% 112.13/112.38  Current number of ordered equations: 0
% 112.13/112.38  Current number of rules: 1627
% 112.13/112.38  New rule produced :
% 112.13/112.38  [1650] theorem(or(not(or(A,or(B,or(C,C)))),or(A,or(B,or(C,X))))) -> true
% 112.13/112.38  Current number of equations to process: 954
% 112.13/112.38  Current number of ordered equations: 0
% 112.13/112.38  Current number of rules: 1628
% 116.77/116.99  New rule produced :
% 116.77/116.99  [1651]
% 116.77/116.99  ifeq(axiom(or(not(or(or(A,B),not(or(A,A)))),C)),true,theorem(C),true) -> true
% 116.77/116.99  Current number of equations to process: 953
% 116.77/116.99  Current number of ordered equations: 0
% 116.77/116.99  Current number of rules: 1629
% 116.77/116.99  New rule produced :
% 116.77/116.99  [1652]
% 116.77/116.99  ifeq(axiom(or(not(or(A,or(not(or(A,A)),B))),C)),true,theorem(C),true) -> true
% 116.77/116.99  Current number of equations to process: 952
% 116.77/116.99  Current number of ordered equations: 0
% 116.77/116.99  Current number of rules: 1630
% 116.77/116.99  New rule produced :
% 116.77/116.99  [1653] theorem(or(not(or(A,or(or(B,B),or(B,B)))),or(A,or(B,C)))) -> true
% 116.77/116.99  Current number of equations to process: 951
% 116.77/116.99  Current number of ordered equations: 0
% 116.77/116.99  Current number of rules: 1631
% 116.77/116.99  New rule produced :
% 116.77/116.99  [1654] theorem(or(not(or(A,or(B,C))),or(A,or(B,or(or(X,C),Y))))) -> true
% 116.77/116.99  Current number of equations to process: 950
% 116.77/116.99  Current number of ordered equations: 0
% 116.77/116.99  Current number of rules: 1632
% 116.77/116.99  New rule produced :
% 116.77/116.99  [1655] theorem(or(not(or(or(A,B),or(A,B))),or(A,or(or(C,B),X)))) -> true
% 116.77/116.99  Current number of equations to process: 949
% 116.77/116.99  Current number of ordered equations: 0
% 116.77/116.99  Current number of rules: 1633
% 116.77/116.99  New rule produced :
% 116.77/116.99  [1656]
% 116.77/116.99  ifeq(axiom(or(not(or(or(or(A,B),C),not(B))),X)),true,theorem(X),true) -> true
% 116.77/116.99  Current number of equations to process: 948
% 116.77/116.99  Current number of ordered equations: 0
% 116.77/116.99  Current number of rules: 1634
% 116.77/116.99  New rule produced :
% 116.77/116.99  [1657]
% 116.77/116.99  ifeq(axiom(or(not(or(or(A,B),or(not(B),C))),X)),true,theorem(X),true) -> true
% 116.77/116.99  Current number of equations to process: 947
% 116.77/116.99  Current number of ordered equations: 0
% 116.77/116.99  Current number of rules: 1635
% 116.77/116.99  New rule produced :
% 116.77/116.99  [1658] theorem(or(not(or(A,or(B,C))),or(A,or(or(X,or(C,B)),Y)))) -> true
% 116.77/116.99  Current number of equations to process: 946
% 116.77/116.99  Current number of ordered equations: 0
% 116.77/116.99  Current number of rules: 1636
% 116.77/116.99  New rule produced :
% 116.77/116.99  [1659] theorem(or(not(or(or(A,B),or(A,B))),or(or(C,or(B,A)),X))) -> true
% 116.77/116.99  Current number of equations to process: 945
% 116.77/116.99  Current number of ordered equations: 0
% 116.77/116.99  Current number of rules: 1637
% 116.77/116.99  New rule produced :
% 116.77/116.99  [1660] theorem(or(or(A,or(or(B,C),X)),not(or(A,or(C,B))))) -> true
% 116.77/116.99  Current number of equations to process: 951
% 116.77/116.99  Current number of ordered equations: 0
% 116.77/116.99  Current number of rules: 1638
% 116.77/116.99  New rule produced :
% 116.77/116.99  [1661] theorem(or(A,or(not(or(A,or(B,C))),or(or(C,B),X)))) -> true
% 116.77/116.99  Current number of equations to process: 950
% 116.77/116.99  Current number of ordered equations: 0
% 116.77/116.99  Current number of rules: 1639
% 116.77/116.99  New rule produced :
% 116.77/116.99  [1662] theorem(or(not(or(or(A,B),C)),or(C,or(or(B,A),X)))) -> true
% 116.77/116.99  Current number of equations to process: 950
% 116.77/116.99  Current number of ordered equations: 0
% 116.77/116.99  Current number of rules: 1640
% 116.77/116.99  New rule produced :
% 116.77/116.99  [1663] ifeq(axiom(or(or(or(A,B),C),not(or(B,A)))),true,true,true) -> true
% 116.77/116.99  Current number of equations to process: 951
% 116.77/116.99  Current number of ordered equations: 0
% 116.77/116.99  Current number of rules: 1641
% 116.77/116.99  New rule produced :
% 116.77/116.99  [1664] theorem(or(A,or(or(or(B,C),X),not(or(C,B))))) -> true
% 116.77/116.99  Current number of equations to process: 951
% 116.77/116.99  Current number of ordered equations: 0
% 116.77/116.99  Current number of rules: 1642
% 116.77/116.99  New rule produced :
% 116.77/116.99  [1665] ifeq(axiom(or(or(A,B),or(not(or(B,A)),C))),true,true,true) -> true
% 116.77/116.99  Current number of equations to process: 952
% 116.77/116.99  Current number of ordered equations: 0
% 116.77/116.99  Current number of rules: 1643
% 116.77/116.99  New rule produced : [1666] theorem(or(or(not(or(A,B)),C),or(B,A))) -> true
% 116.77/116.99  Current number of equations to process: 953
% 116.77/116.99  Current number of ordered equations: 0
% 116.77/116.99  Current number of rules: 1644
% 116.77/116.99  New rule produced :
% 116.77/116.99  [1667] theorem(or(A,or(or(B,C),or(not(or(C,B)),X)))) -> true
% 116.77/116.99  Current number of equations to process: 952
% 116.77/116.99  Current number of ordered equations: 0
% 116.77/116.99  Current number of rules: 1645
% 116.77/116.99  New rule produced :
% 116.77/116.99  [1668] theorem(or(not(or(A,B)),or(A,or(or(B,C),X)))) -> true
% 116.77/116.99  Current number of equations to process: 953
% 116.77/116.99  Current number of ordered equations: 0
% 116.77/116.99  Current number of rules: 1646
% 116.77/116.99  New rule produced : [1669] theorem(or(or(or(A,B),C),not(A))) -> true
% 116.77/116.99  Current number of equations to process: 955
% 116.77/116.99  Current number of ordered equations: 0
% 116.77/116.99  Current number of rules: 1647
% 116.77/116.99  New rule produced : [1670] theorem(or(A,or(not(B),or(or(B,C),X)))) -> true
% 116.77/116.99  Current number of equations to process: 954
% 116.77/116.99  Current number of ordered equations: 0
% 116.77/116.99  Current number of rules: 1648
% 116.77/116.99  New rule produced : [1671] theorem(or(or(A,B),or(not(A),C))) -> true
% 122.97/123.19  Current number of equations to process: 954
% 122.97/123.19  Current number of ordered equations: 0
% 122.97/123.19  Current number of rules: 1649
% 122.97/123.19  New rule produced : [1672] theorem(or(not(or(A,A)),or(or(A,B),C))) -> true
% 122.97/123.19  Current number of equations to process: 954
% 122.97/123.19  Current number of ordered equations: 0
% 122.97/123.19  Current number of rules: 1650
% 122.97/123.19  New rule produced : [1673] theorem(or(not(A),or(or(or(B,A),C),X))) -> true
% 122.97/123.19  Current number of equations to process: 954
% 122.97/123.19  Current number of ordered equations: 0
% 122.97/123.19  Current number of rules: 1651
% 122.97/123.19  New rule produced :
% 122.97/123.19  [1674] theorem(or(not(or(A,B)),or(or(or(B,A),C),X))) -> true
% 122.97/123.19  Current number of equations to process: 954
% 122.97/123.19  Current number of ordered equations: 0
% 122.97/123.19  Current number of rules: 1652
% 122.97/123.19  New rule produced :
% 122.97/123.19  [1675] theorem(or(or(not(or(A,B)),or(or(B,A),C)),X)) -> true
% 122.97/123.19  Current number of equations to process: 958
% 122.97/123.19  Current number of ordered equations: 0
% 122.97/123.19  Current number of rules: 1653
% 122.97/123.19  New rule produced :
% 122.97/123.19  [1676] theorem(or(A,or(B,or(not(or(C,X)),or(or(X,C),Y))))) -> true
% 122.97/123.19  Current number of equations to process: 957
% 122.97/123.19  Current number of ordered equations: 0
% 122.97/123.19  Current number of rules: 1654
% 122.97/123.19  New rule produced :
% 122.97/123.19  [1677] theorem(or(A,or(not(or(B,or(C,X))),or(B,or(or(X,C),Y))))) -> true
% 122.97/123.19  Current number of equations to process: 958
% 122.97/123.19  Current number of ordered equations: 0
% 122.97/123.19  Current number of rules: 1655
% 122.97/123.19  New rule produced :
% 122.97/123.19  [1678]
% 122.97/123.19  ifeq(axiom(or(not(or(not(A),or(or(A,B),C))),X)),true,theorem(X),true) -> true
% 122.97/123.19  Current number of equations to process: 957
% 122.97/123.19  Current number of ordered equations: 0
% 122.97/123.19  Current number of rules: 1656
% 122.97/123.19  New rule produced :
% 122.97/123.19  [1679]
% 122.97/123.19  ifeq(axiom(or(not(A),B)),true,theorem(or(not(A),or(or(B,C),X))),true) -> true
% 122.97/123.19  Current number of equations to process: 956
% 122.97/123.19  Current number of ordered equations: 0
% 122.97/123.19  Current number of rules: 1657
% 122.97/123.19  New rule produced :
% 122.97/123.19  [1680]
% 122.97/123.19  ifeq(axiom(or(A,or(not(or(B,C)),or(or(C,B),X)))),true,true,true) -> true
% 122.97/123.19  Current number of equations to process: 955
% 122.97/123.19  Current number of ordered equations: 0
% 122.97/123.19  Current number of rules: 1658
% 122.97/123.19  New rule produced :
% 122.97/123.19  [1681] theorem(or(or(or(A,B),C),not(or(or(B,A),or(B,A))))) -> true
% 122.97/123.19  Current number of equations to process: 959
% 122.97/123.19  Current number of ordered equations: 0
% 122.97/123.19  Current number of rules: 1659
% 122.97/123.19  New rule produced :
% 122.97/123.19  [1682] theorem(or(or(A,B),or(not(or(or(B,A),or(B,A))),C))) -> true
% 122.97/123.19  Current number of equations to process: 958
% 122.97/123.19  Current number of ordered equations: 0
% 122.97/123.19  Current number of rules: 1660
% 122.97/123.19  New rule produced :
% 122.97/123.19  [1683] theorem(or(A,or(not(or(or(B,C),or(B,C))),or(or(C,B),X)))) -> true
% 122.97/123.19  Current number of equations to process: 960
% 122.97/123.19  Current number of ordered equations: 0
% 122.97/123.19  Current number of rules: 1661
% 122.97/123.19  New rule produced :
% 122.97/123.19  [1684]
% 122.97/123.19  theorem(or(not(or(A,B)),or(not(or(not(or(B,A)),not(or(B,A)))),C))) -> true
% 122.97/123.19  Current number of equations to process: 954
% 122.97/123.19  Current number of ordered equations: 0
% 122.97/123.19  Current number of rules: 1662
% 122.97/123.19  New rule produced :
% 122.97/123.19  [1685] theorem(or(or(not(or(A,or(or(B,B),or(B,B)))),or(A,B)),C)) -> true
% 122.97/123.19  Current number of equations to process: 955
% 122.97/123.19  Current number of ordered equations: 0
% 122.97/123.19  Current number of rules: 1663
% 122.97/123.19  New rule produced :
% 122.97/123.19  [1686] theorem(or(not(or(A,or(or(B,B),or(B,B)))),or(C,or(A,B)))) -> true
% 122.97/123.19  Current number of equations to process: 954
% 122.97/123.19  Current number of ordered equations: 0
% 122.97/123.19  Current number of rules: 1664
% 122.97/123.19  New rule produced :
% 122.97/123.19  [1687] theorem(or(or(A,or(B,or(C,or(X,Y)))),not(or(A,or(B,Y))))) -> true
% 122.97/123.19  Current number of equations to process: 961
% 122.97/123.19  Current number of ordered equations: 0
% 122.97/123.19  Current number of rules: 1665
% 122.97/123.19  New rule produced :
% 122.97/123.19  [1688] theorem(or(A,or(not(or(A,or(B,C))),or(B,or(X,or(Y,C)))))) -> true
% 122.97/123.19  Current number of equations to process: 960
% 122.97/123.19  Current number of ordered equations: 0
% 122.97/123.19  Current number of rules: 1666
% 122.97/123.19  New rule produced :
% 122.97/123.19  [1689] theorem(or(not(or(or(A,B),C)),or(C,or(A,or(X,or(Y,B)))))) -> true
% 122.97/123.19  Current number of equations to process: 959
% 122.97/123.19  Current number of ordered equations: 0
% 122.97/123.19  Current number of rules: 1667
% 122.97/123.19  New rule produced :
% 122.97/123.19  [1690] theorem(or(or(A,or(B,or(C,X))),not(or(or(A,X),or(A,X))))) -> true
% 122.97/123.19  Current number of equations to process: 965
% 122.97/123.19  Current number of ordered equations: 0
% 122.97/123.19  Current number of rules: 1668
% 122.97/123.19  New rule produced :
% 122.97/123.19  [1691] theorem(or(A,or(not(or(or(A,B),or(A,B))),or(C,or(X,B))))) -> true
% 137.78/137.98  Current number of equations to process: 964
% 137.78/137.98  Current number of ordered equations: 0
% 137.78/137.98  Current number of rules: 1669
% 137.78/137.98  New rule produced :
% 137.78/137.98  [1692] theorem(or(or(A,or(B,or(C,or(X,Y)))),not(or(A,or(Y,X))))) -> true
% 137.78/137.98  Current number of equations to process: 971
% 137.78/137.98  Current number of ordered equations: 0
% 137.78/137.98  Current number of rules: 1670
% 137.78/137.98  New rule produced :
% 137.78/137.98  [1693] theorem(or(A,or(not(or(A,or(B,C))),or(X,or(Y,or(C,B)))))) -> true
% 137.78/137.98  Current number of equations to process: 970
% 137.78/137.98  Current number of ordered equations: 0
% 137.78/137.98  Current number of rules: 1671
% 137.78/137.98  New rule produced :
% 137.78/137.98  [1694] theorem(or(not(or(or(A,B),C)),or(C,or(X,or(Y,or(B,A)))))) -> true
% 137.78/137.98  Current number of equations to process: 969
% 137.78/137.98  Current number of ordered equations: 0
% 137.78/137.98  Current number of rules: 1672
% 137.78/137.98  New rule produced :
% 137.78/137.98  [1695] theorem(or(or(A,or(B,or(C,X))),not(or(or(X,C),or(X,C))))) -> true
% 137.78/137.98  Current number of equations to process: 974
% 137.78/137.98  Current number of ordered equations: 0
% 137.78/137.98  Current number of rules: 1673
% 137.78/137.98  New rule produced :
% 137.78/137.98  [1696] theorem(or(not(or(A,or(B,C))),or(not(not(or(B,or(A,C)))),X))) -> true
% 137.78/137.98  Current number of equations to process: 975
% 137.78/137.98  Current number of ordered equations: 0
% 137.78/137.98  Current number of rules: 1674
% 137.78/137.98  New rule produced :
% 137.78/137.98  [1697] theorem(or(not(or(A,or(or(A,B),B))),or(or(A,B),C))) -> true
% 137.78/137.98  Current number of equations to process: 975
% 137.78/137.98  Current number of ordered equations: 0
% 137.78/137.98  Current number of rules: 1675
% 137.78/137.98  New rule produced :
% 137.78/137.98  [1698] theorem(or(not(or(A,or(B,C))),or(or(X,or(B,or(A,C))),Y))) -> true
% 137.78/137.98  Current number of equations to process: 976
% 137.78/137.98  Current number of ordered equations: 0
% 137.78/137.98  Current number of rules: 1676
% 137.78/137.98  New rule produced :
% 137.78/137.98  [1699] theorem(or(A,or(or(not(or(or(B,C),or(B,C))),or(C,B)),X))) -> true
% 137.78/137.98  Current number of equations to process: 981
% 137.78/137.98  Current number of ordered equations: 0
% 137.78/137.98  Current number of rules: 1677
% 137.78/137.98  New rule produced :
% 137.78/137.98  [1700] theorem(or(or(A,or(not(or(or(B,C),or(B,C))),or(C,B))),X)) -> true
% 137.78/137.98  Current number of equations to process: 982
% 137.78/137.98  Current number of ordered equations: 0
% 137.78/137.98  Current number of rules: 1678
% 137.78/137.98  New rule produced :
% 137.78/137.98  [1701] theorem(or(not(or(A,B)),or(or(A,or(C,B)),X))) -> true
% 137.78/137.98  Current number of equations to process: 989
% 137.78/137.98  Current number of ordered equations: 0
% 137.78/137.98  Current number of rules: 1679
% 137.78/137.98  New rule produced :
% 137.78/137.98  [1702] theorem(or(or(or(A,or(B,C)),X),not(or(B,or(A,C))))) -> true
% 137.78/137.98  Current number of equations to process: 988
% 137.78/137.98  Current number of ordered equations: 0
% 137.78/137.98  Current number of rules: 1680
% 137.78/137.98  New rule produced :
% 137.78/137.98  [1703] theorem(or(or(A,or(B,C)),or(not(or(B,or(A,C))),X))) -> true
% 137.78/137.98  Current number of equations to process: 987
% 137.78/137.98  Current number of ordered equations: 0
% 137.78/137.98  Current number of rules: 1681
% 137.78/137.98  New rule produced :
% 137.78/137.98  [1704] theorem(or(not(or(or(A,B),C)),or(or(A,or(C,B)),X))) -> true
% 137.78/137.98  Current number of equations to process: 987
% 137.78/137.98  Current number of ordered equations: 0
% 137.78/137.98  Current number of rules: 1682
% 137.78/137.98  New rule produced :
% 137.78/137.98  [1705] theorem(or(A,or(not(or(B,or(C,X))),or(or(C,or(B,X)),Y)))) -> true
% 137.78/137.98  Current number of equations to process: 988
% 137.78/137.98  Current number of ordered equations: 0
% 137.78/137.98  Current number of rules: 1683
% 137.78/137.98  New rule produced :
% 137.78/137.98  [1706] theorem(or(or(or(not(or(A,B)),or(A,C)),X),not(or(not(B),C)))) -> true
% 137.78/137.98  Current number of equations to process: 993
% 137.78/137.98  Current number of ordered equations: 0
% 137.78/137.98  Current number of rules: 1684
% 137.78/137.98  New rule produced :
% 137.78/137.98  [1707] theorem(or(or(not(or(A,B)),or(A,C)),or(not(or(not(B),C)),X))) -> true
% 137.78/137.98  Current number of equations to process: 992
% 137.78/137.98  Current number of ordered equations: 0
% 137.78/137.98  Current number of rules: 1685
% 137.78/137.98  New rule produced :
% 137.78/137.98  [1708] theorem(or(not(or(A,not(B))),or(or(not(or(C,B)),or(C,A)),X))) -> true
% 137.78/137.98  Current number of equations to process: 991
% 137.78/137.98  Current number of ordered equations: 0
% 137.78/137.98  Current number of rules: 1686
% 137.78/137.98  New rule produced :
% 137.78/137.98  [1709] theorem(or(A,or(or(B,or(C,or(X,Y))),not(or(B,or(Y,X)))))) -> true
% 137.78/137.98  Current number of equations to process: 996
% 137.78/137.98  Current number of ordered equations: 0
% 137.78/137.98  Current number of rules: 1687
% 137.78/137.98  New rule produced :
% 137.78/137.98  [1710] theorem(or(or(not(or(A,or(B,C))),or(X,or(C,B))),A)) -> true
% 137.78/137.98  Current number of equations to process: 1000
% 137.78/137.98  Current number of ordered equations: 0
% 137.78/137.98  Current number of rules: 1688
% 137.78/137.98  New rule produced :
% 137.78/137.98  [1711] theorem(or(A,or(B,or(not(or(B,or(C,X))),or(Y,or(X,C)))))) -> true
% 142.48/142.71  Current number of equations to process: 1002
% 142.48/142.71  Current number of ordered equations: 0
% 142.48/142.71  Current number of rules: 1689
% 142.48/142.71  New rule produced :
% 142.48/142.71  [1712] theorem(or(or(A,or(B,or(C,X))),not(or(or(X,C),A)))) -> true
% 142.48/142.71  Current number of equations to process: 1006
% 142.48/142.71  Current number of ordered equations: 0
% 142.48/142.71  Current number of rules: 1690
% 142.48/142.71  New rule produced :
% 142.48/142.71  [1713] theorem(or(A,or(not(or(or(B,C),A)),or(X,or(C,B))))) -> true
% 142.48/142.71  Current number of equations to process: 1005
% 142.48/142.71  Current number of ordered equations: 0
% 142.48/142.71  Current number of rules: 1691
% 142.48/142.71  New rule produced :
% 142.48/142.71  [1714] theorem(or(A,or(not(or(or(B,C),X)),or(X,or(Y,or(C,B)))))) -> true
% 142.48/142.71  Current number of equations to process: 1004
% 142.48/142.71  Current number of ordered equations: 0
% 142.48/142.71  Current number of rules: 1692
% 142.48/142.71  New rule produced :
% 142.48/142.71  [1715] theorem(or(or(or(A,or(B,C)),not(or(C,B))),X)) -> true
% 142.48/142.71  Current number of equations to process: 1008
% 142.48/142.71  Current number of ordered equations: 0
% 142.48/142.71  Current number of rules: 1693
% 142.48/142.71  New rule produced :
% 142.48/142.71  [1716] theorem(or(or(A,or(B,C)),or(X,not(or(C,B))))) -> true
% 142.48/142.71  Current number of equations to process: 1008
% 142.48/142.71  Current number of ordered equations: 0
% 142.48/142.71  Current number of rules: 1694
% 142.48/142.71  New rule produced :
% 142.48/142.71  [1717] theorem(or(A,or(B,or(or(C,or(X,Y)),not(or(Y,X)))))) -> true
% 142.48/142.71  Current number of equations to process: 1007
% 142.48/142.71  Current number of ordered equations: 0
% 142.48/142.71  Current number of rules: 1695
% 142.48/142.71  New rule produced :
% 142.48/142.71  [1718] theorem(or(or(A,or(B,or(C,X))),not(or(A,C)))) -> true
% 142.48/142.71  Current number of equations to process: 1011
% 142.48/142.71  Current number of ordered equations: 0
% 142.48/142.71  Current number of rules: 1696
% 142.48/142.71  New rule produced :
% 142.48/142.71  [1719] theorem(or(A,or(not(or(A,B)),or(C,or(B,X))))) -> true
% 142.48/142.71  Current number of equations to process: 1011
% 142.48/142.71  Current number of ordered equations: 0
% 142.48/142.71  Current number of rules: 1697
% 142.48/142.71  New rule produced :
% 142.48/142.71  [1720] theorem(or(not(or(A,B)),or(B,or(C,or(A,X))))) -> true
% 142.48/142.71  Current number of equations to process: 1012
% 142.48/142.71  Current number of ordered equations: 0
% 142.48/142.71  Current number of rules: 1698
% 142.48/142.71  New rule produced :
% 142.48/142.71  [1721] theorem(or(A,or(not(or(B,C)),or(B,or(X,or(C,Y)))))) -> true
% 142.48/142.71  Current number of equations to process: 1011
% 142.48/142.71  Current number of ordered equations: 0
% 142.48/142.71  Current number of rules: 1699
% 142.48/142.71  New rule produced :
% 142.48/142.71  [1722] ifeq(axiom(or(or(A,or(B,C)),not(B))),true,true,true) -> true
% 142.48/142.71  Current number of equations to process: 1012
% 142.48/142.71  Current number of ordered equations: 0
% 142.48/142.71  Current number of rules: 1700
% 142.48/142.71  New rule produced : [1723] theorem(or(A,or(or(B,or(C,X)),not(C)))) -> true
% 142.48/142.71  Current number of equations to process: 1012
% 142.48/142.71  Current number of ordered equations: 0
% 142.48/142.71  Current number of rules: 1701
% 142.48/142.71  New rule produced :
% 142.48/142.71  [1724] ifeq(axiom(or(A,or(not(B),or(C,or(B,X))))),true,true,true) -> true
% 142.48/142.71  Current number of equations to process: 1014
% 142.48/142.71  Current number of ordered equations: 0
% 142.48/142.71  Current number of rules: 1702
% 142.48/142.71  New rule produced : [1725] theorem(or(or(not(A),or(B,or(A,C))),X)) -> true
% 142.48/142.71  Current number of equations to process: 1015
% 142.48/142.71  Current number of ordered equations: 0
% 142.48/142.71  Current number of rules: 1703
% 142.48/142.71  New rule produced :
% 142.48/142.71  [1726] theorem(or(A,or(B,or(not(C),or(X,or(C,Y)))))) -> true
% 142.48/142.71  Current number of equations to process: 1014
% 142.48/142.71  Current number of ordered equations: 0
% 142.48/142.71  Current number of rules: 1704
% 142.48/142.71  New rule produced :
% 142.48/142.71  [1727] theorem(or(not(or(A,or(B,B))),or(A,or(C,or(B,X))))) -> true
% 142.48/142.71  Current number of equations to process: 1015
% 142.48/142.71  Current number of ordered equations: 0
% 142.48/142.71  Current number of rules: 1705
% 142.48/142.71  New rule produced : [1728] theorem(or(or(A,or(B,C)),not(or(B,B)))) -> true
% 142.48/142.71  Current number of equations to process: 1017
% 142.48/142.71  Current number of ordered equations: 0
% 142.48/142.71  Current number of rules: 1706
% 142.48/142.71  New rule produced :
% 142.48/142.71  [1729] theorem(or(A,or(not(or(B,B)),or(C,or(B,X))))) -> true
% 142.48/142.71  Current number of equations to process: 1017
% 142.48/142.71  Current number of ordered equations: 0
% 142.48/142.71  Current number of rules: 1707
% 142.48/142.71  New rule produced :
% 142.48/142.71  [1730] theorem(or(not(or(or(A,A),or(A,A))),or(B,or(A,C)))) -> true
% 142.48/142.71  Current number of equations to process: 1018
% 142.48/142.71  Current number of ordered equations: 0
% 142.48/142.71  Current number of rules: 1708
% 142.48/142.71  New rule produced :
% 142.48/142.71  [1731] theorem(or(not(or(A,B)),or(A,or(C,or(or(X,B),Y))))) -> true
% 142.48/142.71  Current number of equations to process: 1017
% 142.48/142.71  Current number of ordered equations: 0
% 142.48/142.71  Current number of rules: 1709
% 148.18/148.40  New rule produced : [1732] theorem(or(or(A,or(or(B,C),X)),not(C))) -> true
% 148.18/148.40  Current number of equations to process: 1019
% 148.18/148.40  Current number of ordered equations: 0
% 148.18/148.40  Current number of rules: 1710
% 148.18/148.40  New rule produced :
% 148.18/148.40  [1733] theorem(or(A,or(not(B),or(C,or(or(X,B),Y))))) -> true
% 148.18/148.40  Current number of equations to process: 1020
% 148.18/148.40  Current number of ordered equations: 0
% 148.18/148.40  Current number of rules: 1711
% 148.18/148.40  New rule produced :
% 148.18/148.40  [1734] theorem(or(not(or(A,A)),or(B,or(or(C,A),X)))) -> true
% 148.18/148.40  Current number of equations to process: 1019
% 148.18/148.40  Current number of ordered equations: 0
% 148.18/148.40  Current number of rules: 1712
% 148.18/148.40  New rule produced :
% 148.18/148.40  [1735] theorem(or(not(A),or(B,or(or(C,or(X,A)),Y)))) -> true
% 148.18/148.40  Current number of equations to process: 1018
% 148.18/148.40  Current number of ordered equations: 0
% 148.18/148.40  Current number of rules: 1713
% 148.18/148.40  New rule produced :
% 148.18/148.40  [1736] theorem(or(not(or(A,B)),or(C,or(or(X,or(B,A)),Y)))) -> true
% 148.18/148.40  Current number of equations to process: 1020
% 148.18/148.40  Current number of ordered equations: 0
% 148.18/148.40  Current number of rules: 1714
% 148.18/148.40  New rule produced :
% 148.18/148.40  [1737] theorem(or(or(A,or(or(B,C),X)),not(or(C,B)))) -> true
% 148.18/148.40  Current number of equations to process: 1021
% 148.18/148.40  Current number of ordered equations: 0
% 148.18/148.40  Current number of rules: 1715
% 148.18/148.40  New rule produced : [1738] theorem(or(not(A),or(B,or(or(A,C),X)))) -> true
% 148.18/148.40  Current number of equations to process: 1022
% 148.18/148.40  Current number of ordered equations: 0
% 148.18/148.40  Current number of rules: 1716
% 148.18/148.40  New rule produced :
% 148.18/148.40  [1739] theorem(or(A,or(not(or(B,C)),or(X,or(or(C,B),Y))))) -> true
% 148.18/148.40  Current number of equations to process: 1021
% 148.18/148.40  Current number of ordered equations: 0
% 148.18/148.40  Current number of rules: 1717
% 148.18/148.40  New rule produced :
% 148.18/148.40  [1740] theorem(or(A,or(or(not(or(B,C)),or(X,or(C,B))),Y))) -> true
% 148.18/148.40  Current number of equations to process: 1023
% 148.18/148.40  Current number of ordered equations: 0
% 148.18/148.40  Current number of rules: 1718
% 148.18/148.40  New rule produced :
% 148.18/148.40  [1741]
% 148.18/148.40  ifeq(axiom(or(A,or(or(B,or(C,X)),not(or(X,C))))),true,true,true) -> true
% 148.18/148.40  Current number of equations to process: 1025
% 148.18/148.40  Current number of ordered equations: 0
% 148.18/148.40  Current number of rules: 1719
% 148.18/148.40  New rule produced :
% 148.18/148.40  [1742] theorem(or(not(or(A,or(B,C))),or(A,or(B,or(X,or(C,Y)))))) -> true
% 148.18/148.40  Current number of equations to process: 1024
% 148.18/148.40  Current number of ordered equations: 0
% 148.18/148.40  Current number of rules: 1720
% 148.18/148.40  New rule produced :
% 148.18/148.40  [1743] theorem(or(not(or(or(A,B),or(A,B))),or(A,or(C,or(B,X))))) -> true
% 148.18/148.40  Current number of equations to process: 1023
% 148.18/148.40  Current number of ordered equations: 0
% 148.18/148.40  Current number of rules: 1721
% 148.18/148.40  New rule produced :
% 148.18/148.40  [1744]
% 148.18/148.40  ifeq(axiom(or(not(or(or(A,or(B,C)),not(B))),X)),true,theorem(X),true) -> true
% 148.18/148.40  Current number of equations to process: 1022
% 148.18/148.40  Current number of ordered equations: 0
% 148.18/148.40  Current number of rules: 1722
% 148.18/148.40  New rule produced :
% 148.18/148.40  [1745] theorem(or(not(or(A,or(B,C))),or(A,or(X,or(or(C,B),Y))))) -> true
% 148.18/148.40  Current number of equations to process: 1021
% 148.18/148.40  Current number of ordered equations: 0
% 148.18/148.40  Current number of rules: 1723
% 148.18/148.40  New rule produced :
% 148.18/148.40  [1746] theorem(or(not(or(or(A,B),or(A,B))),or(C,or(or(B,A),X)))) -> true
% 148.18/148.40  Current number of equations to process: 1020
% 148.18/148.40  Current number of ordered equations: 0
% 148.18/148.40  Current number of rules: 1724
% 148.18/148.40  New rule produced :
% 148.18/148.40  [1747]
% 148.18/148.40  ifeq(axiom(or(or(not(or(A,B)),or(C,or(B,A))),X)),true,true,true) -> true
% 148.18/148.40  Current number of equations to process: 1019
% 148.18/148.40  Current number of ordered equations: 0
% 148.18/148.40  Current number of rules: 1725
% 148.18/148.40  New rule produced :
% 148.18/148.40  [1748] theorem(or(or(A,or(not(or(B,C)),or(X,or(C,B)))),Y)) -> true
% 148.18/148.40  Current number of equations to process: 1020
% 148.18/148.40  Current number of ordered equations: 0
% 148.18/148.40  Current number of rules: 1726
% 148.18/148.40  New rule produced :
% 148.18/148.40  [1749] theorem(or(A,or(B,or(C,or(not(or(X,Y)),or(Z,or(Y,X))))))) -> true
% 148.18/148.40  Current number of equations to process: 1022
% 148.18/148.40  Current number of ordered equations: 0
% 148.18/148.40  Current number of rules: 1727
% 148.18/148.40  New rule produced :
% 148.18/148.40  [1750] theorem(or(or(not(or(A,or(B,C))),or(A,or(X,or(C,B)))),Y)) -> true
% 148.18/148.40  Current number of equations to process: 1023
% 148.18/148.40  Current number of ordered equations: 0
% 148.18/148.40  Current number of rules: 1728
% 148.18/148.40  New rule produced :
% 148.18/148.40  [1751] theorem(or(not(or(A,or(B,C))),or(X,or(A,or(Y,or(C,B)))))) -> true
% 148.18/148.40  Current number of equations to process: 1022
% 148.18/148.40  Current number of ordered equations: 0
% 148.18/148.40  Current number of rules: 1729
% 148.18/148.40  New rule produced :
% 148.18/148.40  [1752] theorem(or(not(or(A,or(B,C))),or(X,or(or(B,or(A,C)),Y)))) -> true
% 156.96/157.18  Current number of equations to process: 1023
% 156.96/157.18  Current number of ordered equations: 0
% 156.96/157.18  Current number of rules: 1730
% 156.96/157.18  New rule produced :
% 156.96/157.18  [1753] theorem(or(A,or(or(B,or(C,X)),not(or(or(X,C),or(X,C)))))) -> true
% 156.96/157.18  Current number of equations to process: 1028
% 156.96/157.18  Current number of ordered equations: 0
% 156.96/157.18  Current number of rules: 1731
% 156.96/157.18  New rule produced :
% 156.96/157.18  [1754] theorem(or(or(or(A,or(B,C)),not(or(or(A,C),B))),X)) -> true
% 156.96/157.18  Current number of equations to process: 1030
% 156.96/157.18  Current number of ordered equations: 0
% 156.96/157.18  Current number of rules: 1732
% 156.96/157.18  New rule produced :
% 156.96/157.18  [1755] theorem(or(or(A,or(B,C)),or(X,not(or(or(A,C),B))))) -> true
% 156.96/157.18  Current number of equations to process: 1029
% 156.96/157.18  Current number of ordered equations: 0
% 156.96/157.18  Current number of rules: 1733
% 156.96/157.18  New rule produced :
% 156.96/157.18  [1756] theorem(or(A,or(or(not(or(or(B,C),X)),or(X,C)),B))) -> true
% 156.96/157.18  Current number of equations to process: 1032
% 156.96/157.18  Current number of ordered equations: 0
% 156.96/157.18  Current number of rules: 1734
% 156.96/157.18  New rule produced :
% 156.96/157.18  [1757] theorem(or(A,or(B,or(or(C,or(X,Y)),not(or(or(C,Y),X)))))) -> true
% 156.96/157.18  Current number of equations to process: 1034
% 156.96/157.18  Current number of ordered equations: 0
% 156.96/157.18  Current number of rules: 1735
% 156.96/157.18  New rule produced :
% 156.96/157.18  [1758]
% 156.96/157.18  ifeq(axiom(or(or(not(or(or(A,B),C)),or(C,B)),A)),true,true,true) -> true
% 156.96/157.18  Current number of equations to process: 1033
% 156.96/157.18  Current number of ordered equations: 0
% 156.96/157.18  Current number of rules: 1736
% 156.96/157.18  New rule produced :
% 156.96/157.18  [1759] theorem(or(A,or(or(not(or(or(or(A,B),C),X)),or(X,C)),B))) -> true
% 156.96/157.18  Current number of equations to process: 1032
% 156.96/157.18  Current number of ordered equations: 0
% 156.96/157.18  Current number of rules: 1737
% 156.96/157.18  New rule produced :
% 156.96/157.18  [1760] theorem(or(or(A,or(not(or(or(A,B),C)),or(C,B))),X)) -> true
% 156.96/157.18  Current number of equations to process: 1034
% 156.96/157.18  Current number of ordered equations: 0
% 156.96/157.18  Current number of rules: 1738
% 156.96/157.18  New rule produced :
% 156.96/157.18  [1761] theorem(or(A,or(B,or(not(or(or(A,C),X)),or(X,C))))) -> true
% 156.96/157.18  Current number of equations to process: 1033
% 156.96/157.18  Current number of ordered equations: 0
% 156.96/157.18  Current number of rules: 1739
% 156.96/157.18  New rule produced :
% 156.96/157.18  [1762] theorem(or(A,or(B,or(C,or(not(or(or(C,X),Y)),or(Y,X)))))) -> true
% 156.96/157.18  Current number of equations to process: 1035
% 156.96/157.18  Current number of ordered equations: 0
% 156.96/157.18  Current number of rules: 1740
% 156.96/157.18  New rule produced :
% 156.96/157.18  [1763] theorem(or(or(not(or(or(A,B),or(A,B))),or(C,or(B,A))),X)) -> true
% 156.96/157.18  Current number of equations to process: 1036
% 156.96/157.18  Current number of ordered equations: 0
% 156.96/157.18  Current number of rules: 1741
% 156.96/157.18  New rule produced :
% 156.96/157.18  [1764] theorem(or(or(not(or(or(not(A),B),C)),or(C,B)),not(or(A,A)))) -> true
% 156.96/157.18  Current number of equations to process: 1041
% 156.96/157.18  Current number of ordered equations: 0
% 156.96/157.18  Current number of rules: 1742
% 156.96/157.18  New rule produced :
% 156.96/157.18  [1765] theorem(or(or(not(or(or(not(or(A,B)),C),X)),or(X,C)),not(B))) -> true
% 156.96/157.18  Current number of equations to process: 1048
% 156.96/157.18  Current number of ordered equations: 0
% 156.96/157.18  Current number of rules: 1743
% 156.96/157.18  New rule produced :
% 156.96/157.18  [1766] theorem(or(A,or(or(not(or(or(B,C),X)),or(B,or(X,C))),Y))) -> true
% 156.96/157.18  Current number of equations to process: 1053
% 156.96/157.18  Current number of ordered equations: 0
% 156.96/157.18  Current number of rules: 1744
% 156.96/157.18  New rule produced :
% 156.96/157.18  [1767] theorem(or(or(A,or(not(or(or(B,C),X)),or(B,or(X,C)))),Y)) -> true
% 156.96/157.18  Current number of equations to process: 1054
% 156.96/157.18  Current number of ordered equations: 0
% 156.96/157.18  Current number of rules: 1745
% 156.96/157.18  New rule produced :
% 156.96/157.18  [1768]
% 156.96/157.18  theorem(or(or(not(or(A,or(B,or(C,X)))),or(A,or(B,or(X,C)))),Y)) -> true
% 156.96/157.18  Current number of equations to process: 1055
% 156.96/157.18  Current number of ordered equations: 0
% 156.96/157.18  Current number of rules: 1746
% 156.96/157.18  New rule produced :
% 156.96/157.18  [1769]
% 156.96/157.18  theorem(or(not(or(A,or(B,or(C,X)))),or(Y,or(A,or(B,or(X,C)))))) -> true
% 156.96/157.18  Current number of equations to process: 1054
% 156.96/157.18  Current number of ordered equations: 0
% 156.96/157.18  Current number of rules: 1747
% 156.96/157.18  New rule produced :
% 156.96/157.18  [1770]
% 156.96/157.18  theorem(or(not(or(A,B)),or(A,or(not(or(not(B),or(C,C))),or(X,C))))) -> true
% 156.96/157.18  Current number of equations to process: 1053
% 156.96/157.18  Current number of ordered equations: 0
% 156.96/157.18  Current number of rules: 1748
% 156.96/157.18  New rule produced :
% 156.96/157.18  [1771]
% 156.96/157.18  theorem(or(not(or(A,B)),or(not(or(not(or(B,A)),or(C,C))),or(X,C)))) -> true
% 156.96/157.18  Current number of equations to process: 1052
% 156.96/157.18  Current number of ordered equations: 0
% 157.65/157.84  Current number of rules: 1749
% 157.65/157.84  New rule produced :
% 157.65/157.84  [1772]
% 157.65/157.84  theorem(or(not(or(or(or(A,A),B),or(or(A,A),B))),or(B,or(C,A)))) -> true
% 157.65/157.84  Current number of equations to process: 1051
% 157.65/157.84  Current number of ordered equations: 0
% 157.65/157.84  Current number of rules: 1750
% 157.65/157.84  New rule produced :
% 157.65/157.84  [1773]
% 157.65/157.84  ifeq(axiom(or(A,or(not(or(B,or(C,C))),or(B,or(X,C))))),true,true,true) ->
% 157.65/157.84  true
% 157.65/157.84  Current number of equations to process: 1050
% 157.65/157.84  Current number of ordered equations: 0
% 157.65/157.84  Current number of rules: 1751
% 157.65/157.84  New rule produced :
% 157.65/157.84  [1774]
% 157.65/157.84  ifeq(axiom(or(not(or(A,or(or(B,C),not(or(C,C))))),X)),true,theorem(X),true)
% 157.65/157.84  -> true
% 157.65/157.84  Current number of equations to process: 1049
% 157.65/157.84  Current number of ordered equations: 0
% 157.65/157.84  Current number of rules: 1752
% 157.65/157.84  New rule produced :
% 157.65/157.84  [1775]
% 157.65/157.84  ifeq(axiom(or(not(or(or(not(or(A,A)),or(B,A)),C)),X)),true,theorem(X),true)
% 157.65/157.84  -> true
% 157.65/157.84  Current number of equations to process: 1048
% 157.65/157.84  Current number of ordered equations: 0
% 157.65/157.84  Current number of rules: 1753
% 157.65/157.84  New rule produced :
% 157.65/157.84  [1776]
% 157.65/157.84  ifeq(axiom(or(A,or(not(or(or(B,B),or(B,B))),or(C,B)))),true,true,true) ->
% 157.65/157.84  true
% 157.65/157.84  Current number of equations to process: 1047
% 157.65/157.84  Current number of ordered equations: 0
% 157.65/157.84  Current number of rules: 1754
% 157.65/157.84  New rule produced :
% 157.65/157.84  [1777]
% 157.65/157.84  theorem(or(A,or(not(or(B,or(C,or(X,X)))),or(B,or(C,or(Y,X)))))) -> true
% 157.65/157.84  Current number of equations to process: 1046
% 157.65/157.84  Current number of ordered equations: 0
% 157.65/157.84  Current number of rules: 1755
% 157.65/157.84  New rule produced :
% 157.65/157.84  [1778]
% 157.65/157.84  theorem(or(A,or(not(or(B,or(or(C,C),or(C,C)))),or(B,or(X,C))))) -> true
% 157.65/157.84  Current number of equations to process: 1045
% 157.65/157.84  Current number of ordered equations: 0
% 157.65/157.84  Current number of rules: 1756
% 157.65/157.84  New rule produced :
% 157.65/157.84  [1779]
% 157.65/157.84  ifeq(axiom(or(or(A,B),not(or(A,or(or(B,B),or(B,B)))))),true,true,true) ->
% 157.65/157.84  true
% 157.65/157.84  Current number of equations to process: 1044
% 157.65/157.84  Current number of ordered equations: 0
% 157.65/157.84  Current number of rules: 1757
% 157.65/157.84  New rule produced :
% 157.65/157.84  [1780]
% 157.65/157.84  ifeq(axiom(or(A,or(not(or(A,or(or(B,B),or(B,B)))),B))),true,true,true) ->
% 157.65/157.84  true
% 157.65/157.84  Current number of equations to process: 1043
% 157.65/157.84  Current number of ordered equations: 0
% 157.65/157.84  Current number of rules: 1758
% 157.65/157.84  New rule produced :
% 157.65/157.84  [1781]
% 157.65/157.84  theorem(or(not(or(A,A)),or(not(or(not(A),or(or(B,B),or(B,B)))),B))) -> true
% 157.65/157.84  Current number of equations to process: 1042
% 157.65/157.84  Current number of ordered equations: 0
% 157.65/157.84  Current number of rules: 1759
% 157.65/157.84  New rule produced :
% 157.65/157.84  [1782]
% 157.65/157.84  theorem(or(not(A),or(not(or(not(or(B,A)),or(or(C,C),or(C,C)))),C))) -> true
% 157.65/157.84  Current number of equations to process: 1041
% 157.65/157.84  Current number of ordered equations: 0
% 157.65/157.84  Current number of rules: 1760
% 157.65/157.84  New rule produced :
% 157.65/157.84  [1783]
% 157.65/157.84  theorem(or(not(or(A,or(or(or(B,B),or(B,B)),C))),or(A,or(C,B)))) -> true
% 157.65/157.84  Current number of equations to process: 1040
% 157.65/157.84  Current number of ordered equations: 0
% 157.65/157.84  Current number of rules: 1761
% 157.65/157.84  New rule produced :
% 157.65/157.84  [1784]
% 157.65/157.84  ifeq(axiom(or(A,or(B,or(not(or(or(C,C),or(C,C))),C)))),true,true,true) ->
% 157.65/157.84  true
% 157.65/157.84  Current number of equations to process: 1039
% 157.65/157.84  Current number of ordered equations: 0
% 157.65/157.84  Current number of rules: 1762
% 157.65/157.84  New rule produced :
% 157.65/157.84  [1785]
% 157.65/157.84  ifeq(axiom(or(A,or(or(B,C),not(or(or(C,B),or(C,B)))))),true,true,true) ->
% 157.65/157.84  true
% 157.65/157.84  Current number of equations to process: 1038
% 157.65/157.84  Current number of ordered equations: 0
% 157.65/157.84  Current number of rules: 1763
% 157.65/157.84  New rule produced :
% 157.65/157.84  [1786]
% 157.65/157.84  theorem(or(A,or(or(not(or(or(B,or(A,C)),or(B,or(A,C)))),B),C))) -> true
% 157.65/157.84  Current number of equations to process: 1037
% 157.65/157.84  Current number of ordered equations: 0
% 157.65/157.84  Current number of rules: 1764
% 157.65/157.84  New rule produced :
% 157.65/157.84  [1787]
% 157.65/157.84  ifeq(axiom(or(A,or(B,or(not(or(or(C,B),or(C,B))),C)))),true,true,true) ->
% 157.65/157.84  true
% 157.65/157.84  Current number of equations to process: 1036
% 157.65/157.84  Current number of ordered equations: 0
% 157.65/157.84  Current number of rules: 1765
% 157.65/157.84  New rule produced :
% 157.65/157.84  [1788]
% 157.65/157.84  ifeq(axiom(or(not(or(not(or(A,B)),or(A,not(not(B))))),C)),true,theorem(C),true)
% 157.65/157.84  -> true
% 157.65/157.84  Current number of equations to process: 1035
% 157.65/157.84  Current number of ordered equations: 0
% 157.65/157.84  Current number of rules: 1766
% 157.65/157.84  New rule produced :
% 157.65/157.84  [1789]
% 157.65/157.84  ifeq(axiom(or(not(A),or(B,C))),true,theorem(or(not(A),or(B,not(not(C))))),true)
% 157.65/157.84  -> true
% 157.65/157.84  Current number of equations to process: 1034
% 157.65/157.84  Current number of ordered equations: 0
% 157.65/157.84  Current number of rules: 1767
% 157.65/157.84  New rule produced :
% 157.65/157.84  [1790]
% 157.65/157.84  ifeq(axiom(or(not(or(not(or(A,B)),not(not(or(B,A))))),C)),true,theorem(C),true)
% 157.65/157.84  -> true
% 158.64/158.78  Current number of equations to process: 1033
% 158.64/158.78  Current number of ordered equations: 0
% 158.64/158.78  Current number of rules: 1768
% 158.64/158.78  New rule produced :
% 158.64/158.78  [1791]
% 158.64/158.78  ifeq(axiom(or(not(A),or(B,C))),true,theorem(or(not(A),not(not(or(C,B))))),true)
% 158.64/158.78  -> true
% 158.64/158.78  Current number of equations to process: 1032
% 158.64/158.78  Current number of ordered equations: 0
% 158.64/158.78  Current number of rules: 1769
% 158.64/158.78  New rule produced :
% 158.64/158.78  [1792]
% 158.64/158.78  ifeq(axiom(or(not(or(A,or(B,or(not(or(B,C)),C)))),X)),true,theorem(X),true)
% 158.64/158.78  -> true
% 158.64/158.78  Current number of equations to process: 1031
% 158.64/158.78  Current number of ordered equations: 0
% 158.64/158.78  Current number of rules: 1770
% 158.64/158.78  New rule produced :
% 158.64/158.78  [1793]
% 158.64/158.78  theorem(or(not(or(A,or(B,C))),or(A,or(B,or(not(or(not(C),X)),X))))) -> true
% 158.64/158.78  Current number of equations to process: 1030
% 158.64/158.78  Current number of ordered equations: 0
% 158.64/158.78  Current number of rules: 1771
% 158.64/158.78  New rule produced :
% 158.64/158.78  [1794]
% 158.64/158.78  theorem(or(not(or(or(A,B),or(A,B))),or(A,or(not(or(not(B),C)),C)))) -> true
% 158.64/158.78  Current number of equations to process: 1029
% 158.64/158.78  Current number of ordered equations: 0
% 158.64/158.78  Current number of rules: 1772
% 158.64/158.78  New rule produced :
% 158.64/158.78  [1795]
% 158.64/158.78  theorem(or(not(or(A,or(B,C))),or(A,or(not(or(not(or(C,B)),X)),X)))) -> true
% 158.64/158.78  Current number of equations to process: 1028
% 158.64/158.78  Current number of ordered equations: 0
% 158.64/158.78  Current number of rules: 1773
% 158.64/158.78  New rule produced :
% 158.64/158.78  [1796]
% 158.64/158.78  theorem(or(not(or(or(A,B),or(A,B))),or(not(or(not(or(B,A)),C)),C))) -> true
% 158.64/158.78  Current number of equations to process: 1027
% 158.64/158.78  Current number of ordered equations: 0
% 158.64/158.78  Current number of rules: 1774
% 158.64/158.78  New rule produced :
% 158.64/158.78  [1797]
% 158.64/158.78  theorem(or(not(or(A,B)),or(A,or(not(or(not(B),C)),or(X,or(Y,C)))))) -> true
% 158.64/158.78  Current number of equations to process: 1026
% 158.64/158.78  Current number of ordered equations: 0
% 158.64/158.78  Current number of rules: 1775
% 158.64/158.78  New rule produced :
% 158.64/158.78  [1798]
% 158.64/158.78  theorem(or(not(or(A,B)),or(not(or(not(or(B,A)),C)),or(X,or(Y,C))))) -> true
% 158.64/158.78  Current number of equations to process: 1025
% 158.64/158.78  Current number of ordered equations: 0
% 158.64/158.78  Current number of rules: 1776
% 158.64/158.78  New rule produced :
% 158.64/158.78  [1799]
% 158.64/158.78  ifeq(axiom(or(A,or(not(or(B,C)),or(B,or(X,or(Y,C)))))),true,true,true) ->
% 158.64/158.78  true
% 158.64/158.78  Current number of equations to process: 1024
% 158.64/158.78  Current number of ordered equations: 0
% 158.64/158.78  Current number of rules: 1777
% 158.64/158.78  New rule produced :
% 158.64/158.78  [1800]
% 158.64/158.78  ifeq(axiom(or(not(or(A,or(or(B,or(C,X)),not(X)))),Y)),true,theorem(Y),true)
% 158.64/158.78  -> true
% 158.64/158.78  Current number of equations to process: 1023
% 158.64/158.78  Current number of ordered equations: 0
% 158.64/158.78  Current number of rules: 1778
% 158.64/158.78  New rule produced :
% 158.64/158.78  [1801]
% 158.64/158.78  ifeq(axiom(or(not(or(or(not(A),or(B,or(C,A))),X)),Y)),true,theorem(Y),true)
% 158.64/158.78  -> true
% 158.64/158.78  Current number of equations to process: 1022
% 158.64/158.78  Current number of ordered equations: 0
% 158.64/158.78  Current number of rules: 1779
% 158.64/158.78  New rule produced :
% 158.64/158.78  [1802]
% 158.64/158.78  theorem(or(not(or(A,or(B,or(C,C)))),or(A,or(B,or(X,or(Y,C)))))) -> true
% 158.64/158.78  Current number of equations to process: 1021
% 158.64/158.78  Current number of ordered equations: 0
% 158.64/158.78  Current number of rules: 1780
% 158.64/158.78  New rule produced :
% 158.64/158.78  [1803]
% 158.64/158.78  ifeq(axiom(or(not(or(or(A,or(B,C)),not(or(C,C)))),X)),true,theorem(X),true)
% 158.64/158.78  -> true
% 158.64/158.78  Current number of equations to process: 1020
% 158.64/158.78  Current number of ordered equations: 0
% 158.64/158.78  Current number of rules: 1781
% 158.64/158.78  New rule produced :
% 158.64/158.78  [1804]
% 158.64/158.78  theorem(or(not(or(A,or(or(B,B),or(B,B)))),or(A,or(C,or(X,B))))) -> true
% 158.64/158.78  Current number of equations to process: 1019
% 158.64/158.78  Current number of ordered equations: 0
% 158.64/158.78  Current number of rules: 1782
% 158.64/158.78  New rule produced :
% 158.64/158.78  [1805]
% 158.64/158.78  theorem(or(not(or(A,or(B,C))),or(A,or(B,or(X,or(Y,or(Z,C))))))) -> true
% 158.64/158.78  Current number of equations to process: 1018
% 158.64/158.78  Current number of ordered equations: 0
% 158.64/158.78  Current number of rules: 1783
% 158.64/158.78  New rule produced :
% 158.64/158.78  [1806]
% 158.64/158.78  theorem(or(not(or(or(A,B),or(A,B))),or(A,or(C,or(X,or(Y,B)))))) -> true
% 158.64/158.78  Current number of equations to process: 1017
% 158.64/158.78  Current number of ordered equations: 0
% 158.64/158.78  Current number of rules: 1784
% 158.64/158.78  New rule produced :
% 158.64/158.78  [1807]
% 158.64/158.78  ifeq(axiom(or(not(or(or(A,or(B,or(C,X))),not(X))),Y)),true,theorem(Y),true)
% 158.64/158.78  -> true
% 158.64/158.78  Current number of equations to process: 1016
% 158.64/158.78  Current number of ordered equations: 0
% 158.64/158.78  Current number of rules: 1785
% 158.64/158.78  New rule produced :
% 158.64/158.78  [1808]
% 158.64/158.78  theorem(or(not(or(A,or(B,C))),or(A,or(X,or(Y,or(Z,or(C,B))))))) -> true
% 158.64/158.78  Current number of equations to process: 1015
% 158.64/158.78  Current number of ordered equations: 0
% 158.64/158.78  Current number of rules: 1786
% 158.64/158.78  New rule produced :
% 158.64/158.78  [1809]
% 158.64/158.78  theorem(or(not(or(or(A,B),or(A,B))),or(C,or(X,or(Y,or(B,A)))))) -> true
% 159.28/159.49  Current number of equations to process: 1014
% 159.28/159.49  Current number of ordered equations: 0
% 159.28/159.49  Current number of rules: 1787
% 159.28/159.49  New rule produced :
% 159.28/159.49  [1810]
% 159.28/159.49  theorem(or(not(or(A,or(B,or(C,X)))),or(A,or(B,or(C,or(X,Y)))))) -> true
% 159.28/159.49  Current number of equations to process: 1013
% 159.28/159.49  Current number of ordered equations: 0
% 159.28/159.49  Current number of rules: 1788
% 159.28/159.49  New rule produced :
% 159.28/159.49  [1811]
% 159.28/159.49  ifeq(axiom(or(not(or(or(A,or(B,C)),not(or(A,B)))),X)),true,theorem(X),true)
% 159.28/159.49  -> true
% 159.28/159.49  Current number of equations to process: 1012
% 159.28/159.49  Current number of ordered equations: 0
% 159.28/159.49  Current number of rules: 1789
% 159.28/159.49  New rule produced :
% 159.28/159.49  [1812]
% 159.28/159.49  ifeq(axiom(or(not(or(A,or(not(or(A,B)),or(B,C)))),X)),true,theorem(X),true)
% 159.28/159.49  -> true
% 159.28/159.49  Current number of equations to process: 1011
% 159.28/159.49  Current number of ordered equations: 0
% 159.28/159.49  Current number of rules: 1790
% 159.28/159.49  New rule produced :
% 159.28/159.49  [1813]
% 159.28/159.49  ifeq(axiom(or(not(or(not(or(A,B)),or(B,or(A,C)))),X)),true,theorem(X),true)
% 159.28/159.49  -> true
% 159.28/159.49  Current number of equations to process: 1010
% 159.28/159.49  Current number of ordered equations: 0
% 159.28/159.49  Current number of rules: 1791
% 159.28/159.49  New rule produced :
% 159.28/159.49  [1814]
% 159.28/159.49  ifeq(axiom(or(not(A),or(B,C))),true,theorem(or(not(A),or(C,or(B,X)))),true)
% 159.28/159.49  -> true
% 159.28/159.49  Current number of equations to process: 1009
% 159.28/159.49  Current number of ordered equations: 0
% 159.28/159.49  Current number of rules: 1792
% 159.28/159.49  New rule produced :
% 159.28/159.49  [1815]
% 159.28/159.49  theorem(or(not(or(A,or(or(B,C),or(B,C)))),or(A,or(B,or(C,X))))) -> true
% 159.28/159.49  Current number of equations to process: 1008
% 159.28/159.49  Current number of ordered equations: 0
% 159.28/159.49  Current number of rules: 1793
% 159.28/159.49  New rule produced :
% 159.28/159.49  [1816]
% 159.28/159.49  ifeq(axiom(or(not(or(not(A),or(B,or(C,or(A,X))))),Y)),true,theorem(Y),true)
% 159.28/159.49  -> true
% 159.28/159.49  Current number of equations to process: 1007
% 159.28/159.49  Current number of ordered equations: 0
% 159.28/159.49  Current number of rules: 1794
% 159.28/159.49  New rule produced :
% 159.28/159.49  [1817]
% 159.28/159.49  ifeq(axiom(or(not(A),B)),true,theorem(or(not(A),or(C,or(X,or(B,Y))))),true)
% 159.28/159.49  -> true
% 159.28/159.49  Current number of equations to process: 1006
% 159.28/159.49  Current number of ordered equations: 0
% 159.28/159.49  Current number of rules: 1795
% 159.28/159.49  New rule produced :
% 159.28/159.49  [1818]
% 159.28/159.49  ifeq(axiom(or(A,or(not(or(B,C)),or(X,or(Y,or(C,B)))))),true,true,true) ->
% 159.28/159.49  true
% 159.28/159.49  Current number of equations to process: 1005
% 159.28/159.49  Current number of ordered equations: 0
% 159.28/159.49  Current number of rules: 1796
% 159.28/159.49  New rule produced :
% 159.28/159.49  [1819]
% 159.28/159.49  ifeq(axiom(or(not(or(A,or(B,or(not(C),or(C,X))))),Y)),true,theorem(Y),true)
% 159.28/159.49  -> true
% 159.28/159.49  Current number of equations to process: 1004
% 159.28/159.49  Current number of ordered equations: 0
% 159.28/159.49  Current number of rules: 1797
% 159.28/159.49  New rule produced :
% 159.28/159.49  [1820]
% 159.28/159.49  ifeq(axiom(or(not(or(not(or(A,A)),or(not(not(A)),B))),C)),true,theorem(C),true)
% 159.28/159.49  -> true
% 159.28/159.49  Current number of equations to process: 1003
% 159.28/159.49  Current number of ordered equations: 0
% 159.28/159.49  Current number of rules: 1798
% 159.28/159.49  New rule produced :
% 159.28/159.49  [1821]
% 159.28/159.49  ifeq(axiom(or(not(A),or(B,B))),true,theorem(or(not(A),or(not(not(B)),C))),true)
% 159.28/159.49  -> true
% 159.28/159.49  Current number of equations to process: 1002
% 159.28/159.49  Current number of ordered equations: 0
% 159.28/159.49  Current number of rules: 1799
% 159.28/159.49  New rule produced :
% 159.28/159.49  [1822]
% 159.28/159.49  ifeq(axiom(or(not(or(not(A),or(not(not(or(B,A))),C))),X)),true,theorem(X),true)
% 159.28/159.49  -> true
% 159.28/159.49  Current number of equations to process: 1001
% 159.28/159.49  Current number of ordered equations: 0
% 159.28/159.49  Current number of rules: 1800
% 159.28/159.49  New rule produced :
% 159.28/159.49  [1823]
% 159.28/159.49  ifeq(axiom(or(not(A),B)),true,theorem(or(not(A),or(not(not(or(C,B))),X))),true)
% 159.28/159.49  -> true
% 159.28/159.49  Current number of equations to process: 1000
% 159.28/159.49  Current number of ordered equations: 0
% 159.28/159.49  Current number of rules: 1801
% 159.28/159.49  New rule produced :
% 159.28/159.49  [1824]
% 159.28/159.49  theorem(or(not(or(or(A,or(B,B)),or(A,or(B,B)))),or(A,or(B,C)))) -> true
% 159.28/159.49  Current number of equations to process: 999
% 159.28/159.49  Current number of ordered equations: 0
% 159.28/159.49  Current number of rules: 1802
% 159.28/159.49  New rule produced :
% 159.28/159.49  [1825]
% 159.28/159.49  ifeq(axiom(or(not(or(A,or(not(or(B,B)),or(B,C)))),X)),true,theorem(X),true)
% 159.28/159.49  -> true
% 159.28/159.49  Current number of equations to process: 998
% 159.28/159.49  Current number of ordered equations: 0
% 159.28/159.49  Current number of rules: 1803
% 159.28/159.49  New rule produced :
% 159.28/159.49  [1826]
% 159.28/159.49  ifeq(axiom(or(not(or(A,or(not(B),or(or(C,B),X)))),Y)),true,theorem(Y),true)
% 159.28/159.49  -> true
% 159.28/159.49  Current number of equations to process: 997
% 159.28/159.49  Current number of ordered equations: 0
% 159.28/159.49  Current number of rules: 1804
% 159.28/159.49  New rule produced :
% 159.28/159.49  [1827]
% 159.28/159.49  ifeq(axiom(or(not(or(not(or(A,A)),or(or(B,A),C))),X)),true,theorem(X),true)
% 159.28/159.49  -> true
% 159.28/159.49  Current number of equations to process: 996
% 160.07/160.22  Current number of ordered equations: 0
% 160.07/160.22  Current number of rules: 1805
% 160.07/160.22  New rule produced :
% 160.07/160.22  [1828]
% 160.07/160.22  ifeq(axiom(or(not(A),or(B,B))),true,theorem(or(not(A),or(or(C,B),X))),true)
% 160.07/160.22  -> true
% 160.07/160.22  Current number of equations to process: 995
% 160.07/160.22  Current number of ordered equations: 0
% 160.07/160.22  Current number of rules: 1806
% 160.07/160.22  New rule produced :
% 160.07/160.22  [1829]
% 160.07/160.22  ifeq(axiom(or(not(or(not(A),or(or(B,or(C,A)),X))),Y)),true,theorem(Y),true)
% 160.07/160.22  -> true
% 160.07/160.22  Current number of equations to process: 994
% 160.07/160.22  Current number of ordered equations: 0
% 160.07/160.22  Current number of rules: 1807
% 160.07/160.22  New rule produced :
% 160.07/160.22  [1830]
% 160.07/160.22  ifeq(axiom(or(not(A),B)),true,theorem(or(not(A),or(or(C,or(X,B)),Y))),true)
% 160.07/160.22  -> true
% 160.07/160.22  Current number of equations to process: 993
% 160.07/160.22  Current number of ordered equations: 0
% 160.07/160.22  Current number of rules: 1808
% 160.07/160.22  New rule produced :
% 160.07/160.22  [1831]
% 160.07/160.22  theorem(or(not(or(A,or(B,or(C,X)))),or(A,or(B,or(or(X,C),Y))))) -> true
% 160.07/160.22  Current number of equations to process: 992
% 160.07/160.22  Current number of ordered equations: 0
% 160.07/160.22  Current number of rules: 1809
% 160.07/160.22  New rule produced :
% 160.07/160.22  [1832]
% 160.07/160.22  ifeq(axiom(or(not(or(or(or(A,B),C),not(or(B,A)))),X)),true,theorem(X),true)
% 160.07/160.22  -> true
% 160.07/160.22  Current number of equations to process: 991
% 160.07/160.22  Current number of ordered equations: 0
% 160.07/160.22  Current number of rules: 1810
% 160.07/160.22  New rule produced :
% 160.07/160.22  [1833]
% 160.07/160.22  ifeq(axiom(or(not(or(or(A,B),or(not(or(B,A)),C))),X)),true,theorem(X),true)
% 160.07/160.22  -> true
% 160.07/160.22  Current number of equations to process: 990
% 160.07/160.22  Current number of ordered equations: 0
% 160.07/160.22  Current number of rules: 1811
% 160.07/160.22  New rule produced :
% 160.07/160.22  [1834]
% 160.07/160.22  theorem(or(not(or(A,or(or(B,C),or(B,C)))),or(A,or(or(C,B),X)))) -> true
% 160.07/160.22  Current number of equations to process: 989
% 160.07/160.22  Current number of ordered equations: 0
% 160.07/160.22  Current number of rules: 1812
% 160.07/160.22  New rule produced :
% 160.07/160.22  [1835]
% 160.07/160.22  theorem(or(A,or(B,or(not(or(C,or(or(X,X),or(X,X)))),or(C,X))))) -> true
% 160.07/160.22  Current number of equations to process: 988
% 160.07/160.22  Current number of ordered equations: 0
% 160.07/160.22  Current number of rules: 1813
% 160.07/160.22  New rule produced :
% 160.07/160.22  [1836]
% 160.07/160.22  theorem(or(A,or(not(or(B,or(C,X))),or(B,or(C,or(Y,or(Z,X))))))) -> true
% 160.07/160.22  Current number of equations to process: 987
% 160.07/160.22  Current number of ordered equations: 0
% 160.07/160.22  Current number of rules: 1814
% 160.07/160.22  New rule produced :
% 160.07/160.22  [1837]
% 160.07/160.22  theorem(or(A,or(not(or(or(B,C),or(B,C))),or(B,or(X,or(Y,C)))))) -> true
% 160.07/160.22  Current number of equations to process: 986
% 160.07/160.22  Current number of ordered equations: 0
% 160.07/160.22  Current number of rules: 1815
% 160.07/160.22  New rule produced :
% 160.07/160.22  [1838]
% 160.07/160.22  theorem(or(A,or(not(or(B,or(C,X))),or(B,or(Y,or(Z,or(X,C))))))) -> true
% 160.07/160.22  Current number of equations to process: 985
% 160.07/160.22  Current number of ordered equations: 0
% 160.07/160.22  Current number of rules: 1816
% 160.07/160.22  New rule produced :
% 160.07/160.22  [1839]
% 160.07/160.22  theorem(or(A,or(not(or(or(B,C),or(B,C))),or(X,or(Y,or(C,B)))))) -> true
% 160.07/160.22  Current number of equations to process: 984
% 160.07/160.22  Current number of ordered equations: 0
% 160.07/160.22  Current number of rules: 1817
% 160.07/160.22  New rule produced :
% 160.07/160.22  [1840]
% 160.07/160.22  theorem(or(not(or(not(A),B)),or(not(not(or(not(or(C,A)),or(C,B)))),X))) ->
% 160.07/160.22  true
% 160.07/160.22  Current number of equations to process: 983
% 160.07/160.22  Current number of ordered equations: 0
% 160.07/160.22  Current number of rules: 1818
% 160.07/160.22  New rule produced :
% 160.07/160.22  [1841]
% 160.07/160.22  theorem(or(not(or(not(A),B)),or(or(C,or(not(or(X,A)),or(X,B))),Y))) -> true
% 160.07/160.22  Current number of equations to process: 982
% 160.07/160.22  Current number of ordered equations: 0
% 160.07/160.22  Current number of rules: 1819
% 160.07/160.22  New rule produced :
% 160.07/160.22  [1842]
% 160.07/160.22  ifeq(axiom(or(or(not(or(or(A,B),or(A,B))),or(B,A)),C)),true,true,true) ->
% 160.07/160.22  true
% 160.07/160.22  Current number of equations to process: 981
% 160.07/160.22  Current number of ordered equations: 0
% 160.07/160.22  Current number of rules: 1820
% 160.07/160.22  New rule produced :
% 160.07/160.22  [1843]
% 160.07/160.22  theorem(or(A,or(B,or(C,or(not(or(or(X,Y),or(X,Y))),or(Y,X)))))) -> true
% 160.07/160.22  Current number of equations to process: 980
% 160.07/160.22  Current number of ordered equations: 0
% 160.07/160.22  Current number of rules: 1821
% 160.07/160.22  New rule produced :
% 160.07/160.22  [1844]
% 160.07/160.22  theorem(or(not(or(A,or(B,or(C,X)))),or(A,or(or(C,or(B,X)),Y)))) -> true
% 160.07/160.22  Current number of equations to process: 979
% 160.07/160.22  Current number of ordered equations: 0
% 160.07/160.22  Current number of rules: 1822
% 160.07/160.22  New rule produced :
% 160.07/160.22  [1845]
% 160.07/160.22  theorem(or(A,or(not(or(not(B),C)),or(or(not(or(X,B)),or(X,C)),Y)))) -> true
% 160.07/160.22  Current number of equations to process: 978
% 160.07/160.22  Current number of ordered equations: 0
% 160.07/160.22  Current number of rules: 1823
% 160.07/160.22  New rule produced :
% 160.07/160.22  [1846]
% 160.07/160.22  ifeq(axiom(or(or(A,or(B,or(C,X))),not(or(A,or(X,C))))),true,true,true) ->
% 160.98/161.17  true
% 160.98/161.17  Current number of equations to process: 977
% 160.98/161.17  Current number of ordered equations: 0
% 160.98/161.17  Current number of rules: 1824
% 160.98/161.17  New rule produced :
% 160.98/161.17  [1847]
% 160.98/161.17  ifeq(axiom(or(A,or(not(or(A,or(B,C))),or(X,or(C,B))))),true,true,true) ->
% 160.98/161.17  true
% 160.98/161.17  Current number of equations to process: 976
% 160.98/161.17  Current number of ordered equations: 0
% 160.98/161.17  Current number of rules: 1825
% 160.98/161.17  New rule produced :
% 160.98/161.17  [1848]
% 160.98/161.17  theorem(or(not(or(A,A)),or(not(or(not(A),or(B,C))),or(X,or(C,B))))) -> true
% 160.98/161.17  Current number of equations to process: 975
% 160.98/161.17  Current number of ordered equations: 0
% 160.98/161.17  Current number of rules: 1826
% 160.98/161.17  New rule produced :
% 160.98/161.17  [1849]
% 160.98/161.17  theorem(or(not(A),or(not(or(not(or(B,A)),or(C,X))),or(Y,or(X,C))))) -> true
% 160.98/161.17  Current number of equations to process: 974
% 160.98/161.17  Current number of ordered equations: 0
% 160.98/161.17  Current number of rules: 1827
% 160.98/161.17  New rule produced :
% 160.98/161.17  [1850]
% 160.98/161.17  theorem(or(not(or(A,or(or(B,C),X))),or(A,or(X,or(Y,or(C,B)))))) -> true
% 160.98/161.17  Current number of equations to process: 973
% 160.98/161.17  Current number of ordered equations: 0
% 160.98/161.17  Current number of rules: 1828
% 160.98/161.17  New rule produced :
% 160.98/161.17  [1851]
% 160.98/161.17  ifeq(axiom(or(not(or(A,or(not(B),or(C,or(B,X))))),Y)),true,theorem(Y),true)
% 160.98/161.17  -> true
% 160.98/161.17  Current number of equations to process: 972
% 160.98/161.17  Current number of ordered equations: 0
% 160.98/161.17  Current number of rules: 1829
% 160.98/161.17  New rule produced :
% 160.98/161.17  [1852]
% 160.98/161.17  ifeq(axiom(or(not(or(not(or(A,A)),or(B,or(A,C)))),X)),true,theorem(X),true)
% 160.98/161.17  -> true
% 160.98/161.17  Current number of equations to process: 971
% 160.98/161.17  Current number of ordered equations: 0
% 160.98/161.17  Current number of rules: 1830
% 160.98/161.17  New rule produced :
% 160.98/161.17  [1853]
% 160.98/161.17  ifeq(axiom(or(not(A),or(B,B))),true,theorem(or(not(A),or(C,or(B,X)))),true)
% 160.98/161.17  -> true
% 160.98/161.17  Current number of equations to process: 970
% 160.98/161.17  Current number of ordered equations: 0
% 160.98/161.17  Current number of rules: 1831
% 160.98/161.17  New rule produced :
% 160.98/161.17  [1854]
% 160.98/161.17  ifeq(axiom(or(not(or(not(A),or(B,or(or(C,A),X)))),Y)),true,theorem(Y),true)
% 160.98/161.17  -> true
% 160.98/161.17  Current number of equations to process: 969
% 160.98/161.17  Current number of ordered equations: 0
% 160.98/161.17  Current number of rules: 1832
% 160.98/161.17  New rule produced :
% 160.98/161.17  [1855]
% 160.98/161.17  ifeq(axiom(or(not(A),B)),true,theorem(or(not(A),or(C,or(or(X,B),Y)))),true)
% 160.98/161.17  -> true
% 160.98/161.17  Current number of equations to process: 968
% 160.98/161.17  Current number of ordered equations: 0
% 160.98/161.17  Current number of rules: 1833
% 160.98/161.17  New rule produced :
% 160.98/161.17  [1856]
% 160.98/161.17  ifeq(axiom(or(A,or(B,or(not(or(C,X)),or(Y,or(X,C)))))),true,true,true) ->
% 160.98/161.17  true
% 160.98/161.17  Current number of equations to process: 967
% 160.98/161.17  Current number of ordered equations: 0
% 160.98/161.17  Current number of rules: 1834
% 160.98/161.17  New rule produced :
% 160.98/161.17  [1857]
% 160.98/161.17  theorem(or(A,or(B,or(not(or(C,or(X,Y))),or(C,or(Z,or(Y,X))))))) -> true
% 160.98/161.17  Current number of equations to process: 966
% 160.98/161.17  Current number of ordered equations: 0
% 160.98/161.17  Current number of rules: 1835
% 160.98/161.17  New rule produced :
% 160.98/161.17  [1858]
% 160.98/161.17  theorem(or(not(or(not(A),B)),or(C,or(or(not(or(X,A)),or(X,B)),Y)))) -> true
% 160.98/161.17  Current number of equations to process: 965
% 160.98/161.17  Current number of ordered equations: 0
% 160.98/161.17  Current number of rules: 1836
% 160.98/161.17  New rule produced :
% 160.98/161.17  [1859]
% 160.98/161.17  ifeq(axiom(or(or(A,or(B,C)),not(or(or(C,B),or(C,B))))),true,true,true) ->
% 160.98/161.17  true
% 160.98/161.17  Current number of equations to process: 964
% 160.98/161.17  Current number of ordered equations: 0
% 160.98/161.17  Current number of rules: 1837
% 160.98/161.17  New rule produced :
% 160.98/161.17  [1860]
% 160.98/161.17  ifeq(axiom(or(A,or(or(B,or(C,X)),not(or(or(B,X),C))))),true,true,true) ->
% 160.98/161.17  true
% 160.98/161.17  Current number of equations to process: 963
% 160.98/161.17  Current number of ordered equations: 0
% 160.98/161.17  Current number of rules: 1838
% 160.98/161.17  New rule produced :
% 160.98/161.17  [1861]
% 160.98/161.17  ifeq(axiom(or(A,or(B,or(not(or(or(B,C),X)),or(X,C))))),true,true,true) ->
% 160.98/161.17  true
% 160.98/161.17  Current number of equations to process: 962
% 160.98/161.17  Current number of ordered equations: 0
% 160.98/161.17  Current number of rules: 1839
% 160.98/161.17  New rule produced :
% 160.98/161.17  [1862]
% 160.98/161.17  theorem(or(A,or(B,or(not(or(or(C,X),or(C,X))),or(Y,or(X,C)))))) -> true
% 160.98/161.17  Current number of equations to process: 961
% 160.98/161.17  Current number of ordered equations: 0
% 160.98/161.17  Current number of rules: 1840
% 160.98/161.17  New rule produced :
% 160.98/161.17  [1863]
% 160.98/161.17  theorem(or(A,or(not(or(B,B)),or(not(or(or(not(B),C),X)),or(X,C))))) -> true
% 160.98/161.17  Current number of equations to process: 960
% 160.98/161.17  Current number of ordered equations: 0
% 160.98/161.17  Current number of rules: 1841
% 160.98/161.17  New rule produced :
% 160.98/161.17  [1864]
% 160.98/161.17  theorem(or(A,or(not(B),or(not(or(or(not(or(C,B)),X),Y)),or(Y,X))))) -> true
% 160.98/161.17  Current number of equations to process: 959
% 160.98/161.17  Current number of ordered equations: 0
% 160.98/161.17  Current number of rules: 1842
% 160.98/161.17  New rule produced :
% 160.98/161.17  [1865]
% 160.98/161.17  theorem(or(not(or(A,A)),or(not(or(or(not(or(B,A)),C),X)),or(X,C)))) -> true
% 170.98/171.13  Current number of equations to process: 958
% 170.98/171.13  Current number of ordered equations: 0
% 170.98/171.13  Current number of rules: 1843
% 170.98/171.13  New rule produced :
% 170.98/171.13  [1866]
% 170.98/171.13  theorem(or(not(A),or(not(or(or(not(or(B,or(C,A))),X),Y)),or(Y,X)))) -> true
% 170.98/171.13  Current number of equations to process: 957
% 170.98/171.13  Current number of ordered equations: 0
% 170.98/171.13  Current number of rules: 1844
% 170.98/171.13  New rule produced :
% 170.98/171.13  [1867]
% 170.98/171.13  ifeq(axiom(or(or(not(or(or(A,B),C)),or(A,or(C,B))),X)),true,true,true) ->
% 170.98/171.13  true
% 170.98/171.13  Current number of equations to process: 956
% 170.98/171.13  Current number of ordered equations: 0
% 170.98/171.13  Current number of rules: 1845
% 170.98/171.13  New rule produced :
% 170.98/171.13  [1868]
% 170.98/171.13  theorem(or(A,or(B,or(C,or(not(or(or(X,Y),Z)),or(X,or(Z,Y))))))) -> true
% 170.98/171.13  Current number of equations to process: 955
% 170.98/171.13  Current number of ordered equations: 0
% 170.98/171.13  Current number of rules: 1846
% 170.98/171.13  New rule produced :
% 170.98/171.13  [1869]
% 170.98/171.13  theorem(or(or(not(or(A,A)),B),not(or(or(not(A),B),or(not(A),B))))) -> true
% 170.98/171.13  Current number of equations to process: 961
% 170.98/171.13  Current number of ordered equations: 0
% 170.98/171.13  Current number of rules: 1847
% 170.98/171.13  New rule produced :
% 170.98/171.13  [1870]
% 170.98/171.13  theorem(or(or(not(or(or(A,not(B)),or(A,not(B)))),A),not(or(B,B)))) -> true
% 170.98/171.13  Current number of equations to process: 971
% 170.98/171.13  Current number of ordered equations: 0
% 170.98/171.13  Current number of rules: 1848
% 170.98/171.13  New rule produced :
% 170.98/171.13  [1871] theorem(or(or(not(or(or(A,or(B,C)),X)),or(B,or(A,C))),X)) -> true
% 170.98/171.13  Current number of equations to process: 986
% 170.98/171.13  Current number of ordered equations: 0
% 170.98/171.13  Current number of rules: 1849
% 170.98/171.13  New rule produced :
% 170.98/171.13  [1872] theorem(or(not(or(or(A,B),B)),or(C,or(A,B)))) -> true
% 170.98/171.13  Current number of equations to process: 992
% 170.98/171.13  Current number of ordered equations: 0
% 170.98/171.13  Current number of rules: 1850
% 170.98/171.13  New rule produced :
% 170.98/171.13  [1873] theorem(or(or(A,or(B,C)),not(or(B,or(or(B,C),C))))) -> true
% 170.98/171.13  Current number of equations to process: 991
% 170.98/171.13  Current number of ordered equations: 0
% 170.98/171.13  Current number of rules: 1851
% 170.98/171.13  New rule produced :
% 170.98/171.13  [1874] theorem(or(not(or(or(or(A,B),B),A)),or(C,or(A,B)))) -> true
% 170.98/171.13  Current number of equations to process: 991
% 170.98/171.13  Current number of ordered equations: 0
% 170.98/171.13  Current number of rules: 1852
% 170.98/171.13  New rule produced :
% 170.98/171.13  [1875] theorem(or(A,or(not(or(B,or(or(B,C),C))),or(X,or(B,C))))) -> true
% 170.98/171.13  Current number of equations to process: 992
% 170.98/171.13  Current number of ordered equations: 0
% 170.98/171.13  Current number of rules: 1853
% 170.98/171.13  New rule produced :
% 170.98/171.13  [1876] theorem(or(or(not(or(A,or(or(B,C),or(B,C)))),or(C,B)),A)) -> true
% 170.98/171.13  Current number of equations to process: 1001
% 170.98/171.13  Current number of ordered equations: 0
% 170.98/171.13  Current number of rules: 1854
% 170.98/171.13  New rule produced :
% 170.98/171.13  [1877] theorem(or(or(A,or(B,C)),not(or(or(or(C,B),or(C,B)),A)))) -> true
% 170.98/171.13  Current number of equations to process: 1007
% 170.98/171.13  Current number of ordered equations: 0
% 170.98/171.13  Current number of rules: 1855
% 170.98/171.13  New rule produced :
% 170.98/171.13  [1878] theorem(or(A,or(not(or(or(or(B,C),or(B,C)),A)),or(C,B)))) -> true
% 170.98/171.13  Current number of equations to process: 1006
% 170.98/171.13  Current number of ordered equations: 0
% 170.98/171.13  Current number of rules: 1856
% 170.98/171.13  New rule produced :
% 170.98/171.13  [1879] theorem(or(not(or(A,B)),or(C,or(X,or(A,or(Y,B)))))) -> true
% 170.98/171.13  Current number of equations to process: 1012
% 170.98/171.13  Current number of ordered equations: 0
% 170.98/171.13  Current number of rules: 1857
% 170.98/171.13  New rule produced :
% 170.98/171.13  [1880] theorem(or(or(A,or(B,or(C,or(X,Y)))),not(or(X,or(C,Y))))) -> true
% 170.98/171.13  Current number of equations to process: 1012
% 170.98/171.13  Current number of ordered equations: 0
% 170.98/171.13  Current number of rules: 1858
% 170.98/171.13  New rule produced :
% 170.98/171.13  [1881] theorem(or(not(or(or(A,B),C)),or(X,or(Y,or(A,or(C,B)))))) -> true
% 170.98/171.13  Current number of equations to process: 1011
% 170.98/171.13  Current number of ordered equations: 0
% 170.98/171.13  Current number of rules: 1859
% 170.98/171.13  New rule produced :
% 170.98/171.13  [1882] theorem(or(or(not(or(A,or(or(B,C),X))),or(B,or(X,C))),A)) -> true
% 170.98/171.13  Current number of equations to process: 1022
% 170.98/171.13  Current number of ordered equations: 0
% 170.98/171.13  Current number of rules: 1860
% 170.98/171.13  New rule produced :
% 170.98/171.13  [1883] theorem(or(or(A,or(B,or(C,X))),not(or(or(or(B,X),C),A)))) -> true
% 170.98/171.13  Current number of equations to process: 1028
% 170.98/171.13  Current number of ordered equations: 0
% 170.98/171.13  Current number of rules: 1861
% 170.98/171.13  New rule produced :
% 170.98/171.13  [1884] theorem(or(A,or(not(or(or(or(B,C),X),A)),or(B,or(X,C))))) -> true
% 170.98/171.13  Current number of equations to process: 1027
% 170.98/171.13  Current number of ordered equations: 0
% 170.98/171.13  Current number of rules: 1862
% 177.57/177.79  New rule produced :
% 177.57/177.79  [1885] theorem(or(A,or(or(not(or(B,C)),or(B,X)),not(not(C))))) -> true
% 177.57/177.79  Current number of equations to process: 1029
% 177.57/177.79  Current number of ordered equations: 0
% 177.57/177.79  Current number of rules: 1863
% 177.57/177.79  New rule produced :
% 177.57/177.79  [1886] theorem(or(or(not(not(A)),or(B,C)),not(or(B,A)))) -> true
% 177.57/177.79  Current number of equations to process: 1033
% 177.57/177.79  Current number of ordered equations: 0
% 177.57/177.79  Current number of rules: 1864
% 177.57/177.79  New rule produced :
% 177.57/177.79  [1887] theorem(or(not(or(A,B)),or(not(not(A)),or(B,C)))) -> true
% 177.57/177.79  Current number of equations to process: 1034
% 177.57/177.79  Current number of ordered equations: 0
% 177.57/177.79  Current number of rules: 1865
% 177.57/177.79  New rule produced :
% 177.57/177.79  [1888] theorem(or(A,or(not(or(B,C)),or(not(not(C)),or(B,X))))) -> true
% 177.57/177.79  Current number of equations to process: 1033
% 177.57/177.79  Current number of ordered equations: 0
% 177.57/177.79  Current number of rules: 1866
% 177.57/177.79  New rule produced :
% 177.57/177.79  [1889]
% 177.57/177.79  ifeq(axiom(or(or(not(or(A,B)),or(A,C)),not(not(B)))),true,true,true) -> true
% 177.57/177.79  Current number of equations to process: 1035
% 177.57/177.79  Current number of ordered equations: 0
% 177.57/177.79  Current number of rules: 1867
% 177.57/177.79  New rule produced :
% 177.57/177.79  [1890] theorem(or(not(or(A,or(B,C))),or(A,or(not(not(C)),or(B,X))))) -> true
% 177.57/177.79  Current number of equations to process: 1034
% 177.57/177.79  Current number of ordered equations: 0
% 177.57/177.79  Current number of rules: 1868
% 177.57/177.79  New rule produced :
% 177.57/177.79  [1891] theorem(or(not(or(or(A,B),or(A,B))),or(not(not(B)),or(A,C)))) -> true
% 177.57/177.79  Current number of equations to process: 1033
% 177.57/177.79  Current number of ordered equations: 0
% 177.57/177.79  Current number of rules: 1869
% 177.57/177.79  New rule produced :
% 177.57/177.79  [1892] theorem(or(or(not(not(A)),or(not(or(B,A)),or(B,C))),X)) -> true
% 177.57/177.79  Current number of equations to process: 1034
% 177.57/177.79  Current number of ordered equations: 0
% 177.57/177.79  Current number of rules: 1870
% 177.57/177.79  New rule produced :
% 177.57/177.79  [1893] theorem(or(A,or(B,or(not(not(C)),or(not(or(X,C)),or(X,Y)))))) -> true
% 177.57/177.79  Current number of equations to process: 1035
% 177.57/177.79  Current number of ordered equations: 0
% 177.57/177.79  Current number of rules: 1871
% 177.57/177.79  New rule produced :
% 177.57/177.79  [1894] theorem(or(or(not(or(A,B)),or(A,C)),not(or(not(B),not(B))))) -> true
% 177.57/177.79  Current number of equations to process: 1039
% 177.57/177.79  Current number of ordered equations: 0
% 177.57/177.79  Current number of rules: 1872
% 177.57/177.79  New rule produced :
% 177.57/177.79  [1895] theorem(or(not(or(A,B)),or(not(or(not(B),not(B))),or(A,C)))) -> true
% 177.57/177.79  Current number of equations to process: 1038
% 177.57/177.79  Current number of ordered equations: 0
% 177.57/177.79  Current number of rules: 1873
% 177.57/177.79  New rule produced :
% 177.57/177.79  [1896]
% 177.57/177.79  theorem(or(A,or(not(or(not(B),not(B))),or(not(or(C,B)),or(C,X))))) -> true
% 177.57/177.79  Current number of equations to process: 1039
% 177.57/177.79  Current number of ordered equations: 0
% 177.57/177.79  Current number of rules: 1874
% 177.57/177.79  New rule produced :
% 177.57/177.79  [1897] theorem(or(or(A,or(not(or(B,C)),or(B,X))),not(or(A,not(C))))) -> true
% 177.57/177.79  Current number of equations to process: 1044
% 177.57/177.79  Current number of ordered equations: 0
% 177.57/177.79  Current number of rules: 1875
% 177.57/177.79  New rule produced :
% 177.57/177.79  [1898] theorem(or(A,or(not(or(A,not(B))),or(not(or(C,B)),or(C,X))))) -> true
% 177.57/177.79  Current number of equations to process: 1043
% 177.57/177.79  Current number of ordered equations: 0
% 177.57/177.79  Current number of rules: 1876
% 177.57/177.79  New rule produced :
% 177.57/177.79  [1899] theorem(or(not(or(not(A),B)),or(B,or(not(or(C,A)),or(C,X))))) -> true
% 177.57/177.79  Current number of equations to process: 1042
% 177.57/177.79  Current number of ordered equations: 0
% 177.57/177.79  Current number of rules: 1877
% 177.57/177.79  New rule produced :
% 177.57/177.79  [1900] theorem(or(or(or(not(or(A,B)),or(A,C)),not(or(C,not(B)))),X)) -> true
% 177.57/177.79  Current number of equations to process: 1047
% 177.57/177.79  Current number of ordered equations: 0
% 177.57/177.79  Current number of rules: 1878
% 177.57/177.79  New rule produced :
% 177.57/177.79  [1901] theorem(or(or(not(or(A,B)),or(A,C)),or(X,not(or(C,not(B)))))) -> true
% 177.57/177.79  Current number of equations to process: 1046
% 177.57/177.79  Current number of ordered equations: 0
% 177.57/177.79  Current number of rules: 1879
% 177.57/177.79  New rule produced :
% 177.57/177.79  [1902] theorem(or(A,or(or(not(or(B,not(C))),or(X,B)),not(or(X,C))))) -> true
% 177.57/177.79  Current number of equations to process: 1050
% 177.57/177.79  Current number of ordered equations: 0
% 177.57/177.79  Current number of rules: 1880
% 177.57/177.79  New rule produced :
% 177.57/177.79  [1903] theorem(or(or(not(or(A,not(B))),or(C,A)),not(or(B,C)))) -> true
% 177.57/177.79  Current number of equations to process: 1053
% 177.57/177.79  Current number of ordered equations: 0
% 177.57/177.79  Current number of rules: 1881
% 177.57/177.79  New rule produced :
% 177.57/177.79  [1904] theorem(or(A,or(not(or(B,C)),or(not(or(X,not(B))),or(C,X))))) -> true
% 177.57/177.79  Current number of equations to process: 1055
% 182.17/182.34  Current number of ordered equations: 0
% 182.17/182.34  Current number of rules: 1882
% 182.17/182.34  New rule produced :
% 182.17/182.34  [1905] theorem(or(or(or(A,B),not(or(A,or(or(A,B),B)))),C)) -> true
% 182.17/182.34  Current number of equations to process: 1057
% 182.17/182.34  Current number of ordered equations: 0
% 182.17/182.34  Current number of rules: 1883
% 182.17/182.34  New rule produced :
% 182.17/182.34  [1906] theorem(or(or(A,B),or(C,not(or(A,or(or(A,B),B)))))) -> true
% 182.17/182.34  Current number of equations to process: 1056
% 182.17/182.34  Current number of ordered equations: 0
% 182.17/182.34  Current number of rules: 1884
% 182.17/182.34  New rule produced :
% 182.17/182.34  [1907] theorem(or(A,or(or(not(or(B,or(or(B,C),C))),C),B))) -> true
% 182.17/182.34  Current number of equations to process: 1059
% 182.17/182.34  Current number of ordered equations: 0
% 182.17/182.34  Current number of rules: 1885
% 182.17/182.34  New rule produced :
% 182.17/182.34  [1908] theorem(or(A,or(B,or(or(C,X),not(or(C,or(or(C,X),X))))))) -> true
% 182.17/182.34  Current number of equations to process: 1061
% 182.17/182.34  Current number of ordered equations: 0
% 182.17/182.34  Current number of rules: 1886
% 182.17/182.34  New rule produced :
% 182.17/182.34  [1909]
% 182.17/182.34  ifeq(axiom(or(or(not(or(A,or(or(A,B),B))),B),A)),true,true,true) -> true
% 182.17/182.34  Current number of equations to process: 1060
% 182.17/182.34  Current number of ordered equations: 0
% 182.17/182.34  Current number of rules: 1887
% 182.17/182.34  New rule produced :
% 182.17/182.34  [1910] theorem(or(or(A,or(not(or(A,or(or(A,B),B))),B)),C)) -> true
% 182.17/182.34  Current number of equations to process: 1062
% 182.17/182.34  Current number of ordered equations: 0
% 182.17/182.34  Current number of rules: 1888
% 182.17/182.34  New rule produced :
% 182.17/182.34  [1911] theorem(or(A,or(B,or(not(or(A,or(or(A,C),C))),C)))) -> true
% 182.17/182.34  Current number of equations to process: 1061
% 182.17/182.34  Current number of ordered equations: 0
% 182.17/182.34  Current number of rules: 1889
% 182.17/182.34  New rule produced :
% 182.17/182.34  [1912] theorem(or(A,or(B,or(C,or(not(or(C,or(or(C,X),X))),X))))) -> true
% 182.17/182.34  Current number of equations to process: 1062
% 182.17/182.34  Current number of ordered equations: 0
% 182.17/182.34  Current number of rules: 1890
% 182.17/182.34  New rule produced :
% 182.17/182.34  [1913] theorem(or(or(A,or(B,C)),not(or(A,or(or(B,C),C))))) -> true
% 182.17/182.34  Current number of equations to process: 1066
% 182.17/182.34  Current number of ordered equations: 0
% 182.17/182.34  Current number of rules: 1891
% 182.17/182.34  New rule produced :
% 182.17/182.34  [1914] theorem(or(A,or(not(or(A,or(or(B,C),C))),or(B,C)))) -> true
% 182.17/182.34  Current number of equations to process: 1065
% 182.17/182.34  Current number of ordered equations: 0
% 182.17/182.34  Current number of rules: 1892
% 182.17/182.34  New rule produced :
% 182.17/182.34  [1915] theorem(or(not(or(or(or(A,B),B),C)),or(C,or(A,B)))) -> true
% 182.17/182.34  Current number of equations to process: 1065
% 182.17/182.34  Current number of ordered equations: 0
% 182.17/182.34  Current number of rules: 1893
% 182.17/182.34  New rule produced :
% 182.17/182.34  [1916] ifeq(axiom(or(or(A,B),not(or(or(A,B),B)))),true,true,true) -> true
% 182.17/182.34  Current number of equations to process: 1066
% 182.17/182.34  Current number of ordered equations: 0
% 182.17/182.34  Current number of rules: 1894
% 182.17/182.34  New rule produced :
% 182.17/182.34  [1917] theorem(or(A,or(or(B,C),not(or(or(B,C),C))))) -> true
% 182.17/182.34  Current number of equations to process: 1066
% 182.17/182.34  Current number of ordered equations: 0
% 182.17/182.34  Current number of rules: 1895
% 182.17/182.34  New rule produced :
% 182.17/182.34  [1918] ifeq(axiom(or(A,or(not(or(or(A,B),B)),B))),true,true,true) -> true
% 182.17/182.34  Current number of equations to process: 1068
% 182.17/182.34  Current number of ordered equations: 0
% 182.17/182.34  Current number of rules: 1896
% 182.17/182.34  New rule produced : [1919] theorem(or(or(not(or(or(A,B),B)),B),A)) -> true
% 182.17/182.34  Current number of equations to process: 1070
% 182.17/182.34  Current number of ordered equations: 0
% 182.17/182.34  Current number of rules: 1897
% 182.17/182.34  New rule produced :
% 182.17/182.34  [1920] theorem(or(A,or(B,or(not(or(or(B,C),C)),C)))) -> true
% 182.17/182.34  Current number of equations to process: 1071
% 182.17/182.34  Current number of ordered equations: 0
% 182.17/182.34  Current number of rules: 1898
% 182.17/182.34  New rule produced :
% 182.17/182.34  [1921] theorem(or(not(or(A,A)),or(not(or(or(not(A),B),B)),B))) -> true
% 182.17/182.34  Current number of equations to process: 1074
% 182.17/182.34  Current number of ordered equations: 0
% 182.17/182.34  Current number of rules: 1899
% 182.17/182.34  New rule produced :
% 182.17/182.34  [1922] theorem(or(not(A),or(not(or(or(not(or(B,A)),C),C)),C))) -> true
% 182.17/182.34  Current number of equations to process: 1073
% 182.17/182.34  Current number of ordered equations: 0
% 182.17/182.34  Current number of rules: 1900
% 182.17/182.34  New rule produced :
% 182.17/182.34  [1923] theorem(or(or(not(or(or(A,B),B)),or(A,B)),C)) -> true
% 182.17/182.34  Current number of equations to process: 1074
% 182.17/182.34  Current number of ordered equations: 0
% 182.17/182.34  Current number of rules: 1901
% 182.17/182.34  New rule produced :
% 182.17/182.34  [1924] theorem(or(A,or(B,or(not(or(or(C,X),X)),or(C,X))))) -> true
% 182.17/182.34  Current number of equations to process: 1073
% 182.17/182.34  Current number of ordered equations: 0
% 187.65/187.88  Current number of rules: 1902
% 187.65/187.88  New rule produced :
% 187.65/187.88  [1925] theorem(or(not(or(A,or(B,or(C,B)))),or(A,or(C,B)))) -> true
% 187.65/187.88  Current number of equations to process: 1074
% 187.65/187.88  Current number of ordered equations: 0
% 187.65/187.88  Current number of rules: 1903
% 187.65/187.88  New rule produced : [1926] theorem(or(or(A,B),not(or(B,or(A,B))))) -> true
% 187.65/187.88  Current number of equations to process: 1076
% 187.65/187.88  Current number of ordered equations: 0
% 187.65/187.88  Current number of rules: 1904
% 187.65/187.88  New rule produced : [1927] theorem(or(A,or(not(or(B,or(A,B))),B))) -> true
% 187.65/187.88  Current number of equations to process: 1076
% 187.65/187.88  Current number of ordered equations: 0
% 187.65/187.88  Current number of rules: 1905
% 187.65/187.88  New rule produced :
% 187.65/187.88  [1928] theorem(or(A,or(not(or(B,or(C,B))),or(C,B)))) -> true
% 187.65/187.88  Current number of equations to process: 1076
% 187.65/187.88  Current number of ordered equations: 0
% 187.65/187.88  Current number of rules: 1906
% 187.65/187.88  New rule produced :
% 187.65/187.88  [1929] theorem(or(A,or(or(B,C),not(or(or(or(B,C),C),B))))) -> true
% 187.65/187.88  Current number of equations to process: 1078
% 187.65/187.88  Current number of ordered equations: 0
% 187.65/187.88  Current number of rules: 1907
% 187.65/187.88  New rule produced :
% 187.65/187.88  [1930] theorem(or(or(not(or(or(or(A,B),B),A)),B),A)) -> true
% 187.65/187.88  Current number of equations to process: 1083
% 187.65/187.88  Current number of ordered equations: 0
% 187.65/187.88  Current number of rules: 1908
% 187.65/187.88  New rule produced :
% 187.65/187.88  [1931] theorem(or(A,or(B,or(not(or(or(or(B,C),C),B)),C)))) -> true
% 187.65/187.88  Current number of equations to process: 1085
% 187.65/187.88  Current number of ordered equations: 0
% 187.65/187.88  Current number of rules: 1909
% 187.65/187.88  New rule produced :
% 187.65/187.88  [1932] theorem(or(A,or(not(or(B,or(or(C,X),X))),or(B,or(C,X))))) -> true
% 187.65/187.88  Current number of equations to process: 1087
% 187.65/187.88  Current number of ordered equations: 0
% 187.65/187.88  Current number of rules: 1910
% 187.65/187.88  New rule produced :
% 187.65/187.88  [1933] theorem(or(not(or(A,B)),or(A,or(not(or(or(not(B),C),C)),C)))) -> true
% 187.65/187.88  Current number of equations to process: 1086
% 187.65/187.88  Current number of ordered equations: 0
% 187.65/187.88  Current number of rules: 1911
% 187.65/187.88  New rule produced :
% 187.65/187.88  [1934] theorem(or(not(or(A,B)),or(not(or(or(not(or(B,A)),C),C)),C))) -> true
% 187.65/187.88  Current number of equations to process: 1085
% 187.65/187.88  Current number of ordered equations: 0
% 187.65/187.88  Current number of rules: 1912
% 187.65/187.88  New rule produced :
% 187.65/187.88  [1935]
% 187.65/187.88  ifeq(axiom(or(A,or(not(or(or(B,C),C)),or(B,C)))),true,true,true) -> true
% 187.65/187.88  Current number of equations to process: 1084
% 187.65/187.88  Current number of ordered equations: 0
% 187.65/187.88  Current number of rules: 1913
% 187.65/187.88  New rule produced :
% 187.65/187.88  [1936] theorem(or(not(or(or(A,or(B,A)),or(A,or(B,A)))),or(B,A))) -> true
% 187.65/187.88  Current number of equations to process: 1083
% 187.65/187.88  Current number of ordered equations: 0
% 187.65/187.88  Current number of rules: 1914
% 187.65/187.88  New rule produced :
% 187.65/187.88  [1937]
% 187.65/187.88  ifeq(axiom(or(or(A,B),not(or(or(or(A,B),B),A)))),true,true,true) -> true
% 187.65/187.88  Current number of equations to process: 1082
% 187.65/187.88  Current number of ordered equations: 0
% 187.65/187.88  Current number of rules: 1915
% 187.65/187.88  New rule produced :
% 187.65/187.88  [1938]
% 187.65/187.88  ifeq(axiom(or(A,or(not(or(or(or(A,B),B),A)),B))),true,true,true) -> true
% 187.65/187.88  Current number of equations to process: 1081
% 187.65/187.88  Current number of ordered equations: 0
% 187.65/187.88  Current number of rules: 1916
% 187.65/187.88  New rule produced :
% 187.65/187.88  [1939] theorem(or(or(not(or(or(or(A,B),B),A)),or(A,B)),C)) -> true
% 187.65/187.88  Current number of equations to process: 1082
% 187.65/187.88  Current number of ordered equations: 0
% 187.65/187.88  Current number of rules: 1917
% 187.65/187.88  New rule produced :
% 187.65/187.88  [1940] theorem(or(A,or(B,or(not(or(or(or(C,X),X),C)),or(C,X))))) -> true
% 187.65/187.88  Current number of equations to process: 1084
% 187.65/187.88  Current number of ordered equations: 0
% 187.65/187.88  Current number of rules: 1918
% 187.65/187.88  New rule produced :
% 187.65/187.88  [1941]
% 187.65/187.88  theorem(or(not(or(A,A)),or(not(or(or(or(not(A),B),B),not(A))),B))) -> true
% 187.65/187.88  Current number of equations to process: 1082
% 187.65/187.88  Current number of ordered equations: 0
% 187.65/187.88  Current number of rules: 1919
% 187.65/187.88  New rule produced :
% 187.65/187.88  [1942] theorem(or(or(not(or(A,B)),or(not(or(C,not(B))),or(A,C))),X)) -> true
% 187.65/187.88  Current number of equations to process: 1084
% 187.65/187.88  Current number of ordered equations: 0
% 187.65/187.88  Current number of rules: 1920
% 187.65/187.88  New rule produced :
% 187.65/187.88  [1943] theorem(or(not(or(A,B)),or(C,or(not(or(X,not(B))),or(A,X))))) -> true
% 187.65/187.88  Current number of equations to process: 1083
% 187.65/187.88  Current number of ordered equations: 0
% 187.65/187.88  Current number of rules: 1921
% 187.65/187.88  New rule produced :
% 187.65/187.88  [1944] theorem(or(or(A,B),not(or(or(or(A,B),B),or(or(A,B),B))))) -> true
% 187.65/187.88  Current number of equations to process: 1089
% 187.65/187.88  Current number of ordered equations: 0
% 191.15/191.30  Current number of rules: 1922
% 191.15/191.30  New rule produced :
% 191.15/191.30  [1945] theorem(or(A,or(not(or(or(or(A,B),B),or(or(A,B),B))),B))) -> true
% 191.15/191.30  Current number of equations to process: 1088
% 191.15/191.30  Current number of ordered equations: 0
% 191.15/191.30  Current number of rules: 1923
% 191.15/191.30  New rule produced :
% 191.15/191.30  [1946] theorem(or(or(A,or(B,C)),not(or(A,or(or(or(B,C),C),B))))) -> true
% 191.15/191.30  Current number of equations to process: 1095
% 191.15/191.30  Current number of ordered equations: 0
% 191.15/191.30  Current number of rules: 1924
% 191.15/191.30  New rule produced :
% 191.15/191.30  [1947] theorem(or(A,or(not(or(A,or(or(or(B,C),C),B))),or(B,C)))) -> true
% 191.15/191.30  Current number of equations to process: 1094
% 191.15/191.30  Current number of ordered equations: 0
% 191.15/191.30  Current number of rules: 1925
% 191.15/191.30  New rule produced :
% 191.15/191.30  [1948] theorem(or(not(or(or(or(or(A,B),B),A),C)),or(C,or(A,B)))) -> true
% 191.15/191.30  Current number of equations to process: 1093
% 191.15/191.30  Current number of ordered equations: 0
% 191.15/191.30  Current number of rules: 1926
% 191.15/191.30  New rule produced :
% 191.15/191.30  [1949] theorem(or(A,or(or(not(or(B,or(or(B,C),C))),or(B,C)),X))) -> true
% 191.15/191.30  Current number of equations to process: 1098
% 191.15/191.30  Current number of ordered equations: 0
% 191.15/191.30  Current number of rules: 1927
% 191.15/191.30  New rule produced :
% 191.15/191.30  [1950] theorem(or(or(A,or(not(or(B,or(or(B,C),C))),or(B,C))),X)) -> true
% 191.15/191.30  Current number of equations to process: 1099
% 191.15/191.30  Current number of ordered equations: 0
% 191.15/191.30  Current number of rules: 1928
% 191.15/191.30  New rule produced :
% 191.15/191.30  [1951]
% 191.15/191.30  theorem(or(A,or(or(not(or(B,or(C,or(X,Y)))),or(X,or(C,Y))),B))) -> true
% 191.15/191.30  Current number of equations to process: 1100
% 191.15/191.30  Current number of ordered equations: 0
% 191.15/191.30  Current number of rules: 1929
% 191.15/191.30  New rule produced :
% 191.15/191.30  [1952]
% 191.15/191.30  theorem(or(A,or(or(B,or(C,or(X,Y))),not(or(or(X,or(C,Y)),B))))) -> true
% 191.15/191.30  Current number of equations to process: 1099
% 191.15/191.30  Current number of ordered equations: 0
% 191.15/191.30  Current number of rules: 1930
% 191.15/191.30  New rule produced :
% 191.15/191.30  [1953]
% 191.15/191.30  theorem(or(A,or(B,or(not(or(or(C,or(X,Y)),B)),or(X,or(C,Y)))))) -> true
% 191.15/191.30  Current number of equations to process: 1098
% 191.15/191.30  Current number of ordered equations: 0
% 191.15/191.30  Current number of rules: 1931
% 191.15/191.30  New rule produced :
% 191.15/191.30  [1954]
% 191.15/191.30  theorem(or(not(or(A,or(B,or(or(B,C),C)))),or(A,or(X,or(B,C))))) -> true
% 191.15/191.30  Current number of equations to process: 1097
% 191.15/191.30  Current number of ordered equations: 0
% 191.15/191.30  Current number of rules: 1932
% 191.15/191.30  New rule produced :
% 191.15/191.30  [1955]
% 191.15/191.30  theorem(or(A,or(or(B,or(C,X)),not(or(B,or(or(X,C),or(X,C))))))) -> true
% 191.15/191.30  Current number of equations to process: 1096
% 191.15/191.30  Current number of ordered equations: 0
% 191.15/191.30  Current number of rules: 1933
% 191.15/191.30  New rule produced :
% 191.15/191.30  [1956]
% 191.15/191.30  theorem(or(A,or(B,or(not(or(B,or(or(C,X),or(C,X)))),or(X,C))))) -> true
% 191.15/191.30  Current number of equations to process: 1095
% 191.15/191.30  Current number of ordered equations: 0
% 191.15/191.30  Current number of rules: 1934
% 191.15/191.30  New rule produced :
% 191.15/191.30  [1957]
% 191.15/191.30  theorem(or(A,or(not(or(or(or(B,C),or(B,C)),X)),or(X,or(C,B))))) -> true
% 191.15/191.30  Current number of equations to process: 1094
% 191.15/191.30  Current number of ordered equations: 0
% 191.15/191.30  Current number of rules: 1935
% 191.15/191.30  New rule produced :
% 191.15/191.30  [1958]
% 191.15/191.30  theorem(or(A,or(not(or(B,or(C,X))),or(Y,or(Z,or(C,or(B,X))))))) -> true
% 191.15/191.30  Current number of equations to process: 1093
% 191.15/191.30  Current number of ordered equations: 0
% 191.15/191.30  Current number of rules: 1936
% 191.15/191.30  New rule produced :
% 191.15/191.30  [1959]
% 191.15/191.30  theorem(or(A,or(or(B,or(C,or(X,Y))),not(or(B,or(or(C,Y),X)))))) -> true
% 191.15/191.30  Current number of equations to process: 1092
% 191.15/191.30  Current number of ordered equations: 0
% 191.15/191.30  Current number of rules: 1937
% 191.15/191.30  New rule produced :
% 191.15/191.30  [1960]
% 191.15/191.30  theorem(or(A,or(B,or(not(or(B,or(or(C,X),Y))),or(C,or(Y,X)))))) -> true
% 191.15/191.30  Current number of equations to process: 1091
% 191.15/191.30  Current number of ordered equations: 0
% 191.15/191.30  Current number of rules: 1938
% 191.15/191.30  New rule produced :
% 191.15/191.30  [1961]
% 191.15/191.30  theorem(or(A,or(not(or(or(or(B,C),X),Y)),or(Y,or(B,or(X,C)))))) -> true
% 191.15/191.30  Current number of equations to process: 1090
% 191.15/191.30  Current number of ordered equations: 0
% 191.15/191.30  Current number of rules: 1939
% 191.15/191.30  New rule produced :
% 191.15/191.30  [1962]
% 191.15/191.30  ifeq(axiom(or(A,or(not(not(B)),or(not(or(C,B)),or(C,X))))),true,true,true) ->
% 191.15/191.30  true
% 191.15/191.30  Current number of equations to process: 1089
% 191.15/191.30  Current number of ordered equations: 0
% 191.15/191.30  Current number of rules: 1940
% 191.15/191.30  New rule produced :
% 191.15/191.30  [1963]
% 191.15/191.30  theorem(or(A,or(not(or(B,not(C))),or(B,or(not(or(X,C)),or(X,Y)))))) -> true
% 191.15/191.30  Current number of equations to process: 1088
% 191.15/191.30  Current number of ordered equations: 0
% 191.15/191.30  Current number of rules: 1941
% 191.15/191.30  New rule produced :
% 191.97/192.18  [1964]
% 191.97/192.18  theorem(or(A,or(B,or(or(not(or(C,X)),or(C,Y)),not(or(Y,not(X))))))) -> true
% 191.97/192.18  Current number of equations to process: 1087
% 191.97/192.18  Current number of ordered equations: 0
% 191.97/192.18  Current number of rules: 1942
% 191.97/192.18  New rule produced :
% 191.97/192.18  [1965]
% 191.97/192.18  ifeq(axiom(or(or(not(or(A,not(B))),or(C,A)),not(or(C,B)))),true,true,true) ->
% 191.97/192.18  true
% 191.97/192.18  Current number of equations to process: 1086
% 191.97/192.18  Current number of ordered equations: 0
% 191.97/192.18  Current number of rules: 1943
% 191.97/192.18  New rule produced :
% 191.97/192.18  [1966]
% 191.97/192.18  theorem(or(not(or(A,or(B,C))),or(A,or(not(or(X,not(B))),or(C,X))))) -> true
% 191.97/192.18  Current number of equations to process: 1085
% 191.97/192.18  Current number of ordered equations: 0
% 191.97/192.18  Current number of rules: 1944
% 191.97/192.18  New rule produced :
% 191.97/192.18  [1967]
% 191.97/192.18  theorem(or(not(or(or(A,B),or(A,B))),or(not(or(C,not(A))),or(B,C)))) -> true
% 191.97/192.18  Current number of equations to process: 1084
% 191.97/192.18  Current number of ordered equations: 0
% 191.97/192.18  Current number of rules: 1945
% 191.97/192.18  New rule produced :
% 191.97/192.18  [1968]
% 191.97/192.18  ifeq(axiom(or(A,or(or(B,C),not(or(B,or(or(B,C),C)))))),true,true,true) ->
% 191.97/192.18  true
% 191.97/192.18  Current number of equations to process: 1083
% 191.97/192.18  Current number of ordered equations: 0
% 191.97/192.18  Current number of rules: 1946
% 191.97/192.18  New rule produced :
% 191.97/192.18  [1969]
% 191.97/192.18  theorem(or(A,or(or(not(or(or(A,B),or(or(or(A,B),C),C))),C),B))) -> true
% 191.97/192.18  Current number of equations to process: 1082
% 191.97/192.18  Current number of ordered equations: 0
% 191.97/192.18  Current number of rules: 1947
% 191.97/192.18  New rule produced :
% 191.97/192.18  [1970]
% 191.97/192.18  ifeq(axiom(or(A,or(B,or(not(or(B,or(or(B,C),C))),C)))),true,true,true) ->
% 191.97/192.18  true
% 191.97/192.18  Current number of equations to process: 1081
% 191.97/192.18  Current number of ordered equations: 0
% 191.97/192.18  Current number of rules: 1948
% 191.97/192.18  New rule produced :
% 191.97/192.18  [1971]
% 191.97/192.18  theorem(or(not(or(A,or(B,or(or(C,X),X)))),or(A,or(B,or(C,X))))) -> true
% 191.97/192.18  Current number of equations to process: 1080
% 191.97/192.18  Current number of ordered equations: 0
% 191.97/192.18  Current number of rules: 1949
% 191.97/192.18  New rule produced :
% 191.97/192.18  [1972]
% 191.97/192.18  ifeq(axiom(or(not(or(or(A,B),not(or(or(A,B),B)))),C)),true,theorem(C),true)
% 191.97/192.18  -> true
% 191.97/192.18  Current number of equations to process: 1079
% 191.97/192.18  Current number of ordered equations: 0
% 191.97/192.18  Current number of rules: 1950
% 191.97/192.18  New rule produced :
% 191.97/192.18  [1973]
% 191.97/192.18  ifeq(axiom(or(not(or(A,or(not(or(or(A,B),B)),B))),C)),true,theorem(C),true)
% 191.97/192.18  -> true
% 191.97/192.18  Current number of equations to process: 1078
% 191.97/192.18  Current number of ordered equations: 0
% 191.97/192.18  Current number of rules: 1951
% 191.97/192.18  New rule produced :
% 191.97/192.18  [1974]
% 191.97/192.18  ifeq(axiom(or(not(or(not(or(A,or(B,A))),or(B,A))),C)),true,theorem(C),true)
% 191.97/192.18  -> true
% 191.97/192.18  Current number of equations to process: 1077
% 191.97/192.18  Current number of ordered equations: 0
% 191.97/192.18  Current number of rules: 1952
% 191.97/192.18  New rule produced :
% 191.97/192.18  [1975]
% 191.97/192.18  ifeq(axiom(or(not(A),or(B,or(C,B)))),true,theorem(or(not(A),or(C,B))),true)
% 191.97/192.18  -> true
% 191.97/192.18  Current number of equations to process: 1076
% 191.97/192.18  Current number of ordered equations: 0
% 191.97/192.18  Current number of rules: 1953
% 191.97/192.18  New rule produced :
% 191.97/192.18  [1976]
% 191.97/192.18  ifeq(axiom(or(A,or(not(or(or(or(B,C),C),B)),or(B,C)))),true,true,true) ->
% 191.97/192.18  true
% 191.97/192.18  Current number of equations to process: 1075
% 191.97/192.18  Current number of ordered equations: 0
% 191.97/192.18  Current number of rules: 1954
% 191.97/192.18  New rule produced :
% 191.97/192.18  [1977]
% 191.97/192.18  theorem(or(A,or(B,or(not(or(C,X)),or(not(or(Y,not(X))),or(C,Y)))))) -> true
% 191.97/192.18  Current number of equations to process: 1074
% 191.97/192.18  Current number of ordered equations: 0
% 191.97/192.18  Current number of rules: 1955
% 191.97/192.18  New rule produced :
% 191.97/192.18  [1978]
% 191.97/192.18  theorem(or(A,or(not(or(or(or(B,C),C),or(or(B,C),C))),or(B,C)))) -> true
% 191.97/192.18  Current number of equations to process: 1073
% 191.97/192.18  Current number of ordered equations: 0
% 191.97/192.18  Current number of rules: 1956
% 191.97/192.18  New rule produced :
% 191.97/192.18  [1979]
% 191.97/192.18  theorem(or(A,or(not(or(B,or(or(or(C,X),X),C))),or(B,or(C,X))))) -> true
% 191.97/192.18  Current number of equations to process: 1072
% 191.97/192.18  Current number of ordered equations: 0
% 191.97/192.18  Current number of rules: 1957
% 191.97/192.18  New rule produced :
% 191.97/192.18  [1980]
% 191.97/192.18  ifeq(axiom(or(or(not(or(A,or(or(A,B),B))),or(A,B)),C)),true,true,true) ->
% 191.97/192.18  true
% 191.97/192.18  Current number of equations to process: 1071
% 191.97/192.18  Current number of ordered equations: 0
% 191.97/192.18  Current number of rules: 1958
% 191.97/192.18  New rule produced :
% 191.97/192.18  [1981]
% 191.97/192.18  theorem(or(A,or(B,or(C,or(not(or(X,or(or(X,Y),Y))),or(X,Y)))))) -> true
% 191.97/192.18  Current number of equations to process: 1070
% 191.97/192.18  Current number of ordered equations: 0
% 191.97/192.18  Current number of rules: 1959
% 191.97/192.18  New rule produced :
% 191.97/192.18  [1982]
% 191.97/192.18  theorem(or(or(not(or(not(A),or(or(not(A),B),B))),B),not(or(A,A)))) -> true
% 191.97/192.18  Current number of equations to process: 1074
% 191.97/192.18  Current number of ordered equations: 0
% 201.74/201.92  Current number of rules: 1960
% 201.74/201.92  New rule produced :
% 201.74/201.92  [1983]
% 201.74/201.92  theorem(or(not(or(not(A),or(or(not(A),B),B))),or(not(or(A,A)),B))) -> true
% 201.74/201.92  Current number of equations to process: 1073
% 201.74/201.92  Current number of ordered equations: 0
% 201.74/201.92  Current number of rules: 1961
% 201.74/201.92  New rule produced :
% 201.74/201.92  [1984] theorem(or(or(not(or(A,or(B,or(or(B,C),C)))),or(B,C)),A)) -> true
% 201.74/201.92  Current number of equations to process: 1087
% 201.74/201.92  Current number of ordered equations: 0
% 201.74/201.92  Current number of rules: 1962
% 201.74/201.92  New rule produced :
% 201.74/201.92  [1985] theorem(or(or(A,or(B,C)),not(or(or(B,or(or(B,C),C)),A)))) -> true
% 201.74/201.92  Current number of equations to process: 1093
% 201.74/201.92  Current number of ordered equations: 0
% 201.74/201.92  Current number of rules: 1963
% 201.74/201.92  New rule produced :
% 201.74/201.92  [1986] theorem(or(A,or(not(or(or(B,or(or(B,C),C)),A)),or(B,C)))) -> true
% 201.74/201.92  Current number of equations to process: 1092
% 201.74/201.92  Current number of ordered equations: 0
% 201.74/201.92  Current number of rules: 1964
% 201.74/201.92  New rule produced :
% 201.74/201.92  [1987] theorem(or(A,or(or(B,or(C,or(X,Y))),not(or(C,Y))))) -> true
% 201.74/201.92  Current number of equations to process: 1094
% 201.74/201.92  Current number of ordered equations: 0
% 201.74/201.92  Current number of rules: 1965
% 201.74/201.92  New rule produced :
% 201.74/201.92  [1988] theorem(or(or(A,or(B,or(C,X))),not(or(X,B)))) -> true
% 201.74/201.92  Current number of equations to process: 1098
% 201.74/201.92  Current number of ordered equations: 0
% 201.74/201.92  Current number of rules: 1966
% 201.74/201.92  New rule produced :
% 201.74/201.92  [1989] theorem(or(A,or(not(or(B,C)),or(X,or(C,or(Y,B)))))) -> true
% 201.74/201.92  Current number of equations to process: 1098
% 201.74/201.92  Current number of ordered equations: 0
% 201.74/201.92  Current number of rules: 1967
% 201.74/201.92  New rule produced :
% 201.74/201.92  [1990]
% 201.74/201.92  ifeq(axiom(or(or(A,or(B,or(C,X))),not(or(B,X)))),true,true,true) -> true
% 201.74/201.92  Current number of equations to process: 1100
% 201.74/201.92  Current number of ordered equations: 0
% 201.74/201.92  Current number of rules: 1968
% 201.74/201.92  New rule produced :
% 201.74/201.92  [1991] theorem(or(not(or(A,or(B,C))),or(A,or(X,or(C,or(Y,B)))))) -> true
% 201.74/201.92  Current number of equations to process: 1099
% 201.74/201.92  Current number of ordered equations: 0
% 201.74/201.92  Current number of rules: 1969
% 201.74/201.92  New rule produced :
% 201.74/201.92  [1992] theorem(or(not(or(or(A,B),or(A,B))),or(C,or(B,or(X,A))))) -> true
% 201.74/201.92  Current number of equations to process: 1098
% 201.74/201.92  Current number of ordered equations: 0
% 201.74/201.92  Current number of rules: 1970
% 201.74/201.92  New rule produced :
% 201.74/201.92  [1993] theorem(or(or(not(or(A,B)),or(C,or(A,or(X,B)))),Y)) -> true
% 201.74/201.92  Current number of equations to process: 1099
% 201.74/201.92  Current number of ordered equations: 0
% 201.74/201.92  Current number of rules: 1971
% 201.74/201.92  New rule produced :
% 201.74/201.92  [1994] theorem(or(A,or(B,or(not(or(C,X)),or(Y,or(C,or(Z,X))))))) -> true
% 201.74/201.92  Current number of equations to process: 1100
% 201.74/201.92  Current number of ordered equations: 0
% 201.74/201.92  Current number of rules: 1972
% 201.74/201.92  New rule produced :
% 201.74/201.92  [1995] theorem(or(or(A,or(B,or(C,or(X,Y)))),not(or(A,or(C,Y))))) -> true
% 201.74/201.92  Current number of equations to process: 1105
% 201.74/201.92  Current number of ordered equations: 0
% 201.74/201.92  Current number of rules: 1973
% 201.74/201.92  New rule produced :
% 201.74/201.92  [1996] theorem(or(A,or(not(or(A,or(B,C))),or(X,or(B,or(Y,C)))))) -> true
% 201.74/201.92  Current number of equations to process: 1104
% 201.74/201.92  Current number of ordered equations: 0
% 201.74/201.92  Current number of rules: 1974
% 201.74/201.92  New rule produced :
% 201.74/201.92  [1997] theorem(or(not(or(or(A,B),C)),or(C,or(X,or(A,or(Y,B)))))) -> true
% 201.74/201.92  Current number of equations to process: 1103
% 201.74/201.92  Current number of ordered equations: 0
% 201.74/201.92  Current number of rules: 1975
% 201.74/201.92  New rule produced :
% 201.74/201.92  [1998] theorem(or(or(A,or(B,or(C,X))),not(or(or(B,X),or(B,X))))) -> true
% 201.74/201.92  Current number of equations to process: 1108
% 201.74/201.92  Current number of ordered equations: 0
% 201.74/201.92  Current number of rules: 1976
% 201.74/201.92  New rule produced :
% 201.74/201.92  [1999] theorem(or(or(or(A,or(B,or(C,X))),not(or(C,or(B,X)))),Y)) -> true
% 201.74/201.92  Current number of equations to process: 1113
% 201.74/201.92  Current number of ordered equations: 0
% 201.74/201.92  Current number of rules: 1977
% 201.74/201.92  New rule produced :
% 201.74/201.92  [2000] theorem(or(or(A,or(B,or(C,X))),or(Y,not(or(C,or(B,X)))))) -> true
% 201.74/201.92  Current number of equations to process: 1112
% 201.74/201.92  Current number of ordered equations: 0
% 201.74/201.92  Current number of rules: 1978
% 201.74/201.92  New rule produced :
% 201.74/201.92  [2001] theorem(or(A,or(or(B,or(C,or(X,Y))),not(or(or(C,Y),X))))) -> true
% 201.74/201.92  Current number of equations to process: 1117
% 201.74/201.92  Current number of ordered equations: 0
% 201.74/201.92  Current number of rules: 1979
% 201.74/201.92  New rule produced :
% 201.74/201.92  [2002] theorem(or(or(not(or(or(A,B),C)),or(X,or(A,or(C,B)))),Y)) -> true
% 201.74/201.92  Current number of equations to process: 1118
% 201.74/201.92  Current number of ordered equations: 0
% 211.15/211.38  Current number of rules: 1980
% 211.15/211.38  New rule produced :
% 211.15/211.38  [2003] ifeq(axiom(or(or(or(not(or(A,A)),A),B),C)),true,true,true) -> true
% 211.15/211.38  Current number of equations to process: 1122
% 211.15/211.38  Current number of ordered equations: 0
% 211.15/211.38  Current number of rules: 1981
% 211.15/211.38  New rule produced :
% 211.15/211.38  [2004] theorem(or(A,or(or(or(not(or(B,B)),B),C),X))) -> true
% 211.15/211.38  Current number of equations to process: 1122
% 211.15/211.38  Current number of ordered equations: 0
% 211.15/211.38  Current number of rules: 1982
% 211.15/211.38  New rule produced :
% 211.15/211.38  [2005] theorem(or(or(A,or(or(not(or(B,B)),B),C)),X)) -> true
% 211.15/211.38  Current number of equations to process: 1126
% 211.15/211.38  Current number of ordered equations: 0
% 211.15/211.38  Current number of rules: 1983
% 211.15/211.38  New rule produced :
% 211.15/211.38  [2006] theorem(or(A,or(B,or(C,or(or(not(or(X,X)),X),Y))))) -> true
% 211.15/211.38  Current number of equations to process: 1125
% 211.15/211.38  Current number of ordered equations: 0
% 211.15/211.38  Current number of rules: 1984
% 211.15/211.38  New rule produced :
% 211.15/211.38  [2007]
% 211.15/211.38  ifeq(axiom(or(A,or(B,or(or(not(or(C,C)),C),X)))),true,true,true) -> true
% 211.15/211.38  Current number of equations to process: 1124
% 211.15/211.38  Current number of ordered equations: 0
% 211.15/211.38  Current number of rules: 1985
% 211.15/211.38  New rule produced :
% 211.15/211.38  [2008] theorem(or(or(or(A,or(not(or(B,B)),B)),C),X)) -> true
% 211.15/211.38  Current number of equations to process: 1128
% 211.15/211.38  Current number of ordered equations: 0
% 211.15/211.38  Current number of rules: 1986
% 211.15/211.38  New rule produced :
% 211.15/211.38  [2009] theorem(or(A,or(B,or(or(C,or(not(or(X,X)),X)),Y)))) -> true
% 211.15/211.38  Current number of equations to process: 1127
% 211.15/211.38  Current number of ordered equations: 0
% 211.15/211.38  Current number of rules: 1987
% 211.15/211.38  New rule produced :
% 211.15/211.38  [2010] theorem(or(A,or(or(B,or(C,or(not(or(X,X)),X))),Y))) -> true
% 211.15/211.38  Current number of equations to process: 1129
% 211.15/211.38  Current number of ordered equations: 0
% 211.15/211.38  Current number of rules: 1988
% 211.15/211.38  New rule produced :
% 211.15/211.38  [2011]
% 211.15/211.38  ifeq(axiom(or(A,or(or(B,or(not(or(C,C)),C)),X))),true,true,true) -> true
% 211.15/211.38  Current number of equations to process: 1131
% 211.15/211.38  Current number of ordered equations: 0
% 211.15/211.38  Current number of rules: 1989
% 211.15/211.38  New rule produced :
% 211.15/211.38  [2012]
% 211.15/211.38  ifeq(axiom(or(or(A,or(B,or(not(or(C,C)),C))),X)),true,true,true) -> true
% 211.15/211.38  Current number of equations to process: 1130
% 211.15/211.38  Current number of ordered equations: 0
% 211.15/211.38  Current number of rules: 1990
% 211.15/211.38  New rule produced :
% 211.15/211.38  [2013] theorem(or(or(A,or(B,or(C,or(not(or(X,X)),X)))),Y)) -> true
% 211.15/211.38  Current number of equations to process: 1131
% 211.15/211.38  Current number of ordered equations: 0
% 211.15/211.38  Current number of rules: 1991
% 211.15/211.38  New rule produced :
% 211.15/211.38  [2014] theorem(or(A,or(B,or(C,or(X,or(Y,or(not(or(Z,Z)),Z))))))) -> true
% 211.15/211.38  Current number of equations to process: 1130
% 211.15/211.38  Current number of ordered equations: 0
% 211.15/211.38  Current number of rules: 1992
% 211.15/211.38  New rule produced :
% 211.15/211.38  [2015] ifeq(axiom(or(or(or(not(A),or(B,A)),C),X)),true,true,true) -> true
% 211.15/211.38  Current number of equations to process: 1131
% 211.15/211.38  Current number of ordered equations: 0
% 211.15/211.38  Current number of rules: 1993
% 211.15/211.38  New rule produced :
% 211.15/211.38  [2016] theorem(or(A,or(or(or(not(B),or(C,B)),X),Y))) -> true
% 211.15/211.38  Current number of equations to process: 1131
% 211.15/211.38  Current number of ordered equations: 0
% 211.15/211.38  Current number of rules: 1994
% 211.15/211.38  New rule produced :
% 211.15/211.38  [2017] theorem(or(or(A,or(or(not(B),or(C,B)),X)),Y)) -> true
% 211.15/211.38  Current number of equations to process: 1135
% 211.15/211.38  Current number of ordered equations: 0
% 211.15/211.38  Current number of rules: 1995
% 211.15/211.38  New rule produced :
% 211.15/211.38  [2018] theorem(or(A,or(B,or(C,or(or(not(X),or(Y,X)),Z))))) -> true
% 211.15/211.38  Current number of equations to process: 1134
% 211.15/211.38  Current number of ordered equations: 0
% 211.15/211.38  Current number of rules: 1996
% 211.15/211.38  New rule produced :
% 211.15/211.38  [2019]
% 211.15/211.38  ifeq(axiom(or(A,or(B,or(or(not(C),or(X,C)),Y)))),true,true,true) -> true
% 211.15/211.38  Current number of equations to process: 1133
% 211.15/211.38  Current number of ordered equations: 0
% 211.15/211.38  Current number of rules: 1997
% 211.15/211.38  New rule produced :
% 211.15/211.38  [2020] theorem(or(or(or(A,or(not(B),or(C,B))),X),Y)) -> true
% 211.15/211.38  Current number of equations to process: 1134
% 211.15/211.38  Current number of ordered equations: 0
% 211.15/211.38  Current number of rules: 1998
% 211.15/211.38  New rule produced :
% 211.15/211.38  [2021] theorem(or(A,or(B,or(or(C,or(not(X),or(Y,X))),Z)))) -> true
% 211.15/211.38  Current number of equations to process: 1133
% 211.15/211.38  Current number of ordered equations: 0
% 211.15/211.38  Current number of rules: 1999
% 211.15/211.38  New rule produced :
% 211.15/211.38  [2022] theorem(or(A,or(or(B,or(C,or(not(X),or(Y,X)))),Z))) -> true
% 211.15/211.38  Current number of equations to process: 1135
% 211.15/211.38  Current number of ordered equations: 0
% 211.15/211.38  Current number of rules: 2000
% 221.46/221.64  New rule produced :
% 221.46/221.64  [2023]
% 221.46/221.64  ifeq(axiom(or(A,or(or(B,or(not(C),or(X,C))),Y))),true,true,true) -> true
% 221.46/221.64  Current number of equations to process: 1137
% 221.46/221.64  Current number of ordered equations: 0
% 221.46/221.64  Current number of rules: 2001
% 221.46/221.64  New rule produced :
% 221.46/221.64  [2024]
% 221.46/221.64  ifeq(axiom(or(or(A,or(B,or(not(C),or(X,C)))),Y)),true,true,true) -> true
% 221.46/221.64  Current number of equations to process: 1136
% 221.46/221.64  Current number of ordered equations: 0
% 221.46/221.64  Current number of rules: 2002
% 221.46/221.64  New rule produced :
% 221.46/221.64  [2025] theorem(or(or(A,or(B,or(C,or(not(X),or(Y,X))))),Z)) -> true
% 221.46/221.64  Current number of equations to process: 1137
% 221.46/221.64  Current number of ordered equations: 0
% 221.46/221.64  Current number of rules: 2003
% 221.46/221.64  New rule produced :
% 221.46/221.64  [2026] theorem(or(A,or(B,or(C,or(X,or(Y,or(not(Z),or(V_6,Z)))))))) -> true
% 221.46/221.64  Current number of equations to process: 1136
% 221.46/221.64  Current number of ordered equations: 0
% 221.46/221.64  Current number of rules: 2004
% 221.46/221.64  New rule produced :
% 221.46/221.64  [2027] theorem(or(or(A,or(not(or(B,C)),or(B,X))),not(not(C)))) -> true
% 221.46/221.64  Current number of equations to process: 1140
% 221.46/221.64  Current number of ordered equations: 0
% 221.46/221.65  Current number of rules: 2005
% 221.46/221.65  New rule produced :
% 221.46/221.65  [2028] theorem(or(A,or(not(not(B)),or(C,or(not(or(X,B)),or(X,Y)))))) -> true
% 221.46/221.65  Current number of equations to process: 1141
% 221.46/221.65  Current number of ordered equations: 0
% 221.46/221.65  Current number of rules: 2006
% 221.46/221.65  New rule produced :
% 221.46/221.65  [2029]
% 221.46/221.65  theorem(or(not(or(not(A),not(A))),or(B,or(not(or(C,A)),or(C,X))))) -> true
% 221.46/221.65  Current number of equations to process: 1140
% 221.46/221.65  Current number of ordered equations: 0
% 221.46/221.65  Current number of rules: 2007
% 221.46/221.65  New rule produced :
% 221.46/221.65  [2030] theorem(or(A,or(or(or(not(or(B,C)),or(C,B)),X),Y))) -> true
% 221.46/221.65  Current number of equations to process: 1143
% 221.46/221.65  Current number of ordered equations: 0
% 221.46/221.65  Current number of rules: 2008
% 221.46/221.65  New rule produced :
% 221.46/221.65  [2031]
% 221.46/221.65  ifeq(axiom(or(or(or(not(or(A,B)),or(B,A)),C),X)),true,true,true) -> true
% 221.46/221.65  Current number of equations to process: 1145
% 221.46/221.65  Current number of ordered equations: 0
% 221.46/221.65  Current number of rules: 2009
% 221.46/221.65  New rule produced :
% 221.46/221.65  [2032] theorem(or(or(A,or(or(not(or(B,C)),or(C,B)),X)),Y)) -> true
% 221.46/221.65  Current number of equations to process: 1146
% 221.46/221.65  Current number of ordered equations: 0
% 221.46/221.65  Current number of rules: 2010
% 221.46/221.65  New rule produced :
% 221.46/221.65  [2033] theorem(or(A,or(B,or(C,or(or(not(or(X,Y)),or(Y,X)),Z))))) -> true
% 221.46/221.65  Current number of equations to process: 1148
% 221.46/221.65  Current number of ordered equations: 0
% 221.46/221.65  Current number of rules: 2011
% 221.46/221.65  New rule produced :
% 221.46/221.65  [2034] theorem(or(or(or(A,or(not(or(B,C)),or(C,B))),X),Y)) -> true
% 221.46/221.65  Current number of equations to process: 1149
% 221.46/221.65  Current number of ordered equations: 0
% 221.46/221.65  Current number of rules: 2012
% 221.46/221.65  New rule produced :
% 221.46/221.65  [2035] theorem(or(A,or(B,or(or(C,or(not(or(X,Y)),or(Y,X))),Z)))) -> true
% 221.46/221.65  Current number of equations to process: 1148
% 221.46/221.65  Current number of ordered equations: 0
% 221.46/221.65  Current number of rules: 2013
% 221.46/221.65  New rule produced :
% 221.46/221.65  [2036] theorem(or(A,or(or(B,or(C,or(not(or(X,Y)),or(Y,X)))),Z))) -> true
% 221.46/221.65  Current number of equations to process: 1153
% 221.46/221.65  Current number of ordered equations: 0
% 221.46/221.65  Current number of rules: 2014
% 221.46/221.65  New rule produced :
% 221.46/221.65  [2037] theorem(or(or(A,or(B,or(C,or(not(or(X,Y)),or(Y,X))))),Z)) -> true
% 221.46/221.65  Current number of equations to process: 1154
% 221.46/221.65  Current number of ordered equations: 0
% 221.46/221.65  Current number of rules: 2015
% 221.46/221.65  New rule produced :
% 221.46/221.65  [2038] ifeq(axiom(or(A,or(or(B,not(or(B,B))),C))),true,true,true) -> true
% 221.46/221.65  Current number of equations to process: 1156
% 221.46/221.65  Current number of ordered equations: 0
% 221.46/221.65  Current number of rules: 2016
% 221.46/221.65  New rule produced : [2039] theorem(or(or(or(A,not(or(A,A))),B),C)) -> true
% 221.46/221.65  Current number of equations to process: 1157
% 221.46/221.65  Current number of ordered equations: 0
% 221.46/221.65  Current number of rules: 2017
% 221.46/221.65  New rule produced :
% 221.46/221.65  [2040] theorem(or(A,or(B,or(or(C,not(or(C,C))),X)))) -> true
% 221.46/221.65  Current number of equations to process: 1156
% 221.46/221.65  Current number of ordered equations: 0
% 221.46/221.65  Current number of rules: 2018
% 221.46/221.65  New rule produced :
% 221.46/221.65  [2041] ifeq(axiom(or(or(A,or(B,not(or(B,B)))),C)),true,true,true) -> true
% 221.46/221.65  Current number of equations to process: 1156
% 221.46/221.65  Current number of ordered equations: 0
% 221.46/221.65  Current number of rules: 2019
% 221.46/221.65  New rule produced :
% 221.46/221.65  [2042] theorem(or(A,or(or(B,or(C,not(or(C,C)))),X))) -> true
% 221.46/221.65  Current number of equations to process: 1156
% 221.46/221.65  Current number of ordered equations: 0
% 227.15/227.33  Current number of rules: 2020
% 227.15/227.33  New rule produced :
% 227.15/227.33  [2043] theorem(or(or(A,or(B,or(C,not(or(C,C))))),X)) -> true
% 227.15/227.33  Current number of equations to process: 1160
% 227.15/227.33  Current number of ordered equations: 0
% 227.15/227.33  Current number of rules: 2021
% 227.15/227.33  New rule produced :
% 227.15/227.33  [2044] theorem(or(A,or(B,or(C,or(X,or(Y,not(or(Y,Y)))))))) -> true
% 227.15/227.33  Current number of equations to process: 1159
% 227.15/227.33  Current number of ordered equations: 0
% 227.15/227.33  Current number of rules: 2022
% 227.15/227.33  New rule produced :
% 227.15/227.33  [2045] ifeq(axiom(or(or(A,not(or(B,B))),B)),true,true,true) -> true
% 227.15/227.33  Current number of equations to process: 1160
% 227.15/227.33  Current number of ordered equations: 0
% 227.15/227.33  Current number of rules: 2023
% 227.15/227.33  New rule produced : [2046] theorem(or(A,or(or(B,not(or(C,C))),C))) -> true
% 227.15/227.33  Current number of equations to process: 1160
% 227.15/227.33  Current number of ordered equations: 0
% 227.15/227.33  Current number of rules: 2024
% 227.15/227.33  New rule produced :
% 227.15/227.33  [2047] theorem(or(A,or(or(B,not(or(or(A,C),or(A,C)))),C))) -> true
% 227.15/227.33  Current number of equations to process: 1163
% 227.15/227.33  Current number of ordered equations: 0
% 227.15/227.33  Current number of rules: 2025
% 227.15/227.33  New rule produced :
% 227.15/227.33  [2048] ifeq(axiom(or(A,or(B,or(C,not(or(B,B)))))),true,true,true) -> true
% 227.15/227.33  Current number of equations to process: 1162
% 227.15/227.33  Current number of ordered equations: 0
% 227.15/227.33  Current number of rules: 2026
% 227.15/227.33  New rule produced : [2049] theorem(or(or(A,or(B,not(or(A,A)))),C)) -> true
% 227.15/227.33  Current number of equations to process: 1163
% 227.15/227.33  Current number of ordered equations: 0
% 227.15/227.33  Current number of rules: 2027
% 227.15/227.33  New rule produced : [2050] theorem(or(A,or(B,or(C,not(or(A,A)))))) -> true
% 227.15/227.33  Current number of equations to process: 1163
% 227.15/227.33  Current number of ordered equations: 0
% 227.15/227.33  Current number of rules: 2028
% 227.15/227.33  New rule produced :
% 227.15/227.33  [2051] theorem(or(A,or(B,or(C,or(X,not(or(C,C))))))) -> true
% 227.15/227.33  Current number of equations to process: 1162
% 227.15/227.33  Current number of ordered equations: 0
% 227.15/227.33  Current number of rules: 2029
% 227.15/227.33  New rule produced :
% 227.15/227.33  [2052]
% 227.15/227.33  ifeq(axiom(or(A,or(B,or(C,or(X,not(or(X,X))))))),true,true,true) -> true
% 227.15/227.33  Current number of equations to process: 1162
% 227.15/227.33  Current number of ordered equations: 0
% 227.15/227.33  Current number of rules: 2030
% 227.15/227.33  New rule produced :
% 227.15/227.33  [2053]
% 227.15/227.33  ifeq(axiom(or(not(or(or(A,not(or(B,B))),B)),C)),true,theorem(C),true) -> true
% 227.15/227.33  Current number of equations to process: 1161
% 227.15/227.33  Current number of ordered equations: 0
% 227.15/227.33  Current number of rules: 2031
% 227.15/227.33  New rule produced :
% 227.15/227.33  [2054] theorem(or(or(A,not(or(not(B),not(B)))),not(or(B,B)))) -> true
% 227.15/227.33  Current number of equations to process: 1163
% 227.15/227.33  Current number of ordered equations: 0
% 227.15/227.33  Current number of rules: 2032
% 227.15/227.33  New rule produced :
% 227.15/227.33  [2055] theorem(or(A,or(not(or(B,B)),or(C,not(or(not(B),not(B))))))) -> true
% 227.15/227.33  Current number of equations to process: 1163
% 227.15/227.33  Current number of ordered equations: 0
% 227.15/227.33  Current number of rules: 2033
% 227.15/227.33  New rule produced :
% 227.15/227.33  [2056]
% 227.15/227.33  theorem(or(not(or(A,or(B,B))),or(A,or(C,not(or(not(B),not(B))))))) -> true
% 227.15/227.33  Current number of equations to process: 1163
% 227.15/227.33  Current number of ordered equations: 0
% 227.15/227.33  Current number of rules: 2034
% 227.15/227.33  New rule produced :
% 227.15/227.33  [2057]
% 227.15/227.33  theorem(or(not(or(or(A,A),or(A,A))),or(B,not(or(not(A),not(A)))))) -> true
% 227.15/227.33  Current number of equations to process: 1162
% 227.15/227.33  Current number of ordered equations: 0
% 227.15/227.33  Current number of rules: 2035
% 227.15/227.33  New rule produced :
% 227.15/227.33  [2058] theorem(or(or(A,or(B,not(or(not(C),not(C))))),not(or(A,C)))) -> true
% 227.15/227.33  Current number of equations to process: 1166
% 227.15/227.33  Current number of ordered equations: 0
% 227.15/227.33  Current number of rules: 2036
% 227.15/227.33  New rule produced :
% 227.15/227.33  [2059] theorem(or(A,or(not(or(A,B)),or(C,not(or(not(B),not(B))))))) -> true
% 227.15/227.33  Current number of equations to process: 1165
% 227.15/227.33  Current number of ordered equations: 0
% 227.15/227.33  Current number of rules: 2037
% 227.15/227.33  New rule produced :
% 227.15/227.33  [2060] theorem(or(not(or(A,B)),or(B,or(C,not(or(not(A),not(A))))))) -> true
% 227.15/227.33  Current number of equations to process: 1165
% 227.15/227.33  Current number of ordered equations: 0
% 227.15/227.33  Current number of rules: 2038
% 227.15/227.33  New rule produced :
% 227.15/227.33  [2061]
% 227.15/227.33  theorem(or(A,or(not(or(B,C)),or(B,or(X,not(or(not(C),not(C)))))))) -> true
% 227.15/227.33  Current number of equations to process: 1166
% 227.15/227.33  Current number of ordered equations: 0
% 227.15/227.33  Current number of rules: 2039
% 227.15/227.33  New rule produced :
% 227.15/227.33  [2062] theorem(or(or(A,not(or(not(or(B,C)),not(or(B,C))))),not(C))) -> true
% 227.15/227.33  Current number of equations to process: 1170
% 227.15/227.33  Current number of ordered equations: 0
% 232.97/233.16  Current number of rules: 2040
% 232.97/233.16  New rule produced :
% 232.97/233.16  [2063]
% 232.97/233.16  theorem(or(A,or(not(B),or(C,not(or(not(or(X,B)),not(or(X,B)))))))) -> true
% 232.97/233.16  Current number of equations to process: 1170
% 232.97/233.16  Current number of ordered equations: 0
% 232.97/233.16  Current number of rules: 2041
% 232.97/233.16  New rule produced :
% 232.97/233.16  [2064]
% 232.97/233.16  theorem(or(not(or(A,A)),or(B,not(or(not(or(C,A)),not(or(C,A))))))) -> true
% 232.97/233.16  Current number of equations to process: 1169
% 232.97/233.16  Current number of ordered equations: 0
% 232.97/233.16  Current number of rules: 2042
% 232.97/233.16  New rule produced :
% 232.97/233.16  [2065]
% 232.97/233.16  theorem(or(A,or(or(not(or(B,not(C))),or(not(or(X,C)),or(X,B))),Y))) -> true
% 232.97/233.16  Current number of equations to process: 1170
% 232.97/233.16  Current number of ordered equations: 0
% 232.97/233.16  Current number of rules: 2043
% 232.97/233.16  New rule produced :
% 232.97/233.16  [2066]
% 232.97/233.16  theorem(or(A,or(or(B,or(C,X)),not(or(B,or(C,or(or(C,X),X))))))) -> true
% 232.97/233.16  Current number of equations to process: 1169
% 232.97/233.16  Current number of ordered equations: 0
% 232.97/233.16  Current number of rules: 2044
% 232.97/233.16  New rule produced :
% 232.97/233.16  [2067]
% 232.97/233.16  theorem(or(A,or(B,or(not(or(B,or(C,or(or(C,X),X)))),or(C,X))))) -> true
% 232.97/233.16  Current number of equations to process: 1168
% 232.97/233.16  Current number of ordered equations: 0
% 232.97/233.16  Current number of rules: 2045
% 232.97/233.16  New rule produced :
% 232.97/233.16  [2068]
% 232.97/233.16  theorem(or(A,or(not(or(or(B,or(or(B,C),C)),X)),or(X,or(B,C))))) -> true
% 232.97/233.16  Current number of equations to process: 1167
% 232.97/233.16  Current number of ordered equations: 0
% 232.97/233.16  Current number of rules: 2046
% 232.97/233.16  New rule produced :
% 232.97/233.16  [2069]
% 232.97/233.16  ifeq(axiom(or(A,or(not(or(B,C)),or(X,or(B,or(Y,C)))))),true,true,true) ->
% 232.97/233.16  true
% 232.97/233.16  Current number of equations to process: 1166
% 232.97/233.16  Current number of ordered equations: 0
% 232.97/233.16  Current number of rules: 2047
% 232.97/233.16  New rule produced :
% 232.97/233.16  [2070]
% 232.97/233.16  theorem(or(A,or(not(or(B,or(C,X))),or(B,or(Y,or(C,or(Z,X))))))) -> true
% 232.97/233.16  Current number of equations to process: 1165
% 232.97/233.16  Current number of ordered equations: 0
% 232.97/233.16  Current number of rules: 2048
% 232.97/233.16  New rule produced :
% 232.97/233.16  [2071]
% 232.97/233.16  theorem(or(A,or(not(or(or(B,C),or(B,C))),or(X,or(B,or(Y,C)))))) -> true
% 232.97/233.16  Current number of equations to process: 1164
% 232.97/233.16  Current number of ordered equations: 0
% 232.97/233.16  Current number of rules: 2049
% 232.97/233.16  New rule produced :
% 232.97/233.16  [2072]
% 232.97/233.16  theorem(or(A,or(B,or(or(C,or(X,or(Y,Z))),not(or(Y,or(X,Z))))))) -> true
% 232.97/233.16  Current number of equations to process: 1163
% 232.97/233.16  Current number of ordered equations: 0
% 232.97/233.16  Current number of rules: 2050
% 232.97/233.16  New rule produced :
% 232.97/233.16  [2073]
% 232.97/233.16  ifeq(axiom(or(or(A,or(B,or(C,X))),not(or(or(B,X),C)))),true,true,true) ->
% 232.97/233.16  true
% 232.97/233.16  Current number of equations to process: 1162
% 232.97/233.16  Current number of ordered equations: 0
% 232.97/233.16  Current number of rules: 2051
% 232.97/233.16  New rule produced :
% 232.97/233.16  [2074]
% 232.97/233.16  theorem(or(A,or(B,or(not(or(or(C,X),Y)),or(Z,or(C,or(Y,X))))))) -> true
% 232.97/233.16  Current number of equations to process: 1161
% 232.97/233.16  Current number of ordered equations: 0
% 232.97/233.16  Current number of rules: 2052
% 232.97/233.16  New rule produced :
% 232.97/233.16  [2075]
% 232.97/233.16  theorem(or(A,or(or(not(or(B,or(C,X))),or(Y,or(C,or(B,X)))),Z))) -> true
% 232.97/233.16  Current number of equations to process: 1160
% 232.97/233.16  Current number of ordered equations: 0
% 232.97/233.16  Current number of rules: 2053
% 232.97/233.16  New rule produced :
% 232.97/233.16  [2076]
% 232.97/233.16  ifeq(axiom(or(not(or(or(or(not(or(A,A)),A),B),C)),X)),true,theorem(X),true)
% 232.97/233.16  -> true
% 232.97/233.16  Current number of equations to process: 1159
% 232.97/233.16  Current number of ordered equations: 0
% 232.97/233.16  Current number of rules: 2054
% 232.97/233.16  New rule produced :
% 232.97/233.16  [2077]
% 232.97/233.16  ifeq(axiom(or(A,or(B,or(C,or(X,or(not(or(Y,Y)),Y)))))),true,true,true) ->
% 232.97/233.16  true
% 232.97/233.16  Current number of equations to process: 1158
% 232.97/233.16  Current number of ordered equations: 0
% 232.97/233.16  Current number of rules: 2055
% 232.97/233.16  New rule produced :
% 232.97/233.16  [2078]
% 232.97/233.16  ifeq(axiom(or(not(or(or(or(not(A),or(B,A)),C),X)),Y)),true,theorem(Y),true)
% 232.97/233.16  -> true
% 232.97/233.16  Current number of equations to process: 1157
% 232.97/233.16  Current number of ordered equations: 0
% 232.97/233.16  Current number of rules: 2056
% 232.97/233.16  New rule produced :
% 232.97/233.16  [2079]
% 232.97/233.16  ifeq(axiom(or(A,or(B,or(C,or(X,or(not(Y),or(Z,Y))))))),true,true,true) ->
% 232.97/233.16  true
% 232.97/233.16  Current number of equations to process: 1156
% 232.97/233.16  Current number of ordered equations: 0
% 232.97/233.16  Current number of rules: 2057
% 232.97/233.16  New rule produced :
% 232.97/233.16  [2080]
% 232.97/233.16  theorem(or(not(or(A,not(B))),or(A,or(C,or(not(or(X,B)),or(X,Y)))))) -> true
% 232.97/233.16  Current number of equations to process: 1155
% 232.97/233.16  Current number of ordered equations: 0
% 232.97/233.16  Current number of rules: 2058
% 232.97/233.16  New rule produced :
% 232.97/233.16  [2081]
% 232.97/233.16  theorem(or(A,or(or(B,or(not(or(C,X)),or(C,Y))),not(or(Y,not(X)))))) -> true
% 232.97/233.16  Current number of equations to process: 1154
% 236.87/237.05  Current number of ordered equations: 0
% 236.87/237.05  Current number of rules: 2059
% 236.87/237.05  New rule produced :
% 236.87/237.05  [2082]
% 236.87/237.05  ifeq(axiom(or(A,or(B,or(or(not(or(C,X)),or(X,C)),Y)))),true,true,true) ->
% 236.87/237.05  true
% 236.87/237.05  Current number of equations to process: 1153
% 236.87/237.05  Current number of ordered equations: 0
% 236.87/237.05  Current number of rules: 2060
% 236.87/237.05  New rule produced :
% 236.87/237.05  [2083]
% 236.87/237.05  ifeq(axiom(or(A,or(or(B,or(not(or(C,X)),or(X,C))),Y))),true,true,true) ->
% 236.87/237.05  true
% 236.87/237.05  Current number of equations to process: 1152
% 236.87/237.05  Current number of ordered equations: 0
% 236.87/237.05  Current number of rules: 2061
% 236.87/237.05  New rule produced :
% 236.87/237.05  [2084]
% 236.87/237.05  ifeq(axiom(or(or(A,or(B,or(not(or(C,X)),or(X,C)))),Y)),true,true,true) ->
% 236.87/237.05  true
% 236.87/237.05  Current number of equations to process: 1151
% 236.87/237.05  Current number of ordered equations: 0
% 236.87/237.05  Current number of rules: 2062
% 236.87/237.05  New rule produced :
% 236.87/237.05  [2085]
% 236.87/237.05  theorem(or(A,or(B,or(C,or(X,or(Y,or(not(or(Z,V_6)),or(V_6,Z)))))))) -> true
% 236.87/237.05  Current number of equations to process: 1150
% 236.87/237.05  Current number of ordered equations: 0
% 236.87/237.05  Current number of rules: 2063
% 236.87/237.05  New rule produced :
% 236.87/237.05  [2086]
% 236.87/237.05  ifeq(axiom(or(not(or(A,or(or(B,not(or(B,B))),C))),X)),true,theorem(X),true)
% 236.87/237.05  -> true
% 236.87/237.05  Current number of equations to process: 1149
% 236.87/237.05  Current number of ordered equations: 0
% 236.87/237.05  Current number of rules: 2064
% 236.87/237.05  New rule produced :
% 236.87/237.05  [2087]
% 236.87/237.05  ifeq(axiom(or(not(or(or(A,or(B,not(or(B,B)))),C)),X)),true,theorem(X),true)
% 236.87/237.05  -> true
% 236.87/237.05  Current number of equations to process: 1148
% 236.87/237.05  Current number of ordered equations: 0
% 236.87/237.05  Current number of rules: 2065
% 236.87/237.05  New rule produced :
% 236.87/237.05  [2088]
% 236.87/237.05  ifeq(axiom(or(not(or(A,or(B,or(C,not(or(B,B)))))),X)),true,theorem(X),true)
% 236.87/237.05  -> true
% 236.87/237.05  Current number of equations to process: 1147
% 236.87/237.05  Current number of ordered equations: 0
% 236.87/237.05  Current number of rules: 2066
% 236.87/237.05  New rule produced :
% 236.87/237.05  [2089] theorem(or(not(A),or(B,not(or(not(or(A,C)),not(or(A,C))))))) -> true
% 236.87/237.05  Current number of equations to process: 1151
% 236.87/237.05  Current number of ordered equations: 0
% 236.87/237.05  Current number of rules: 2067
% 236.87/237.05  New rule produced :
% 236.87/237.05  [2090]
% 236.87/237.05  theorem(or(or(A,not(or(not(or(B,C)),not(or(B,C))))),not(or(C,B)))) -> true
% 236.87/237.05  Current number of equations to process: 1150
% 236.87/237.05  Current number of ordered equations: 0
% 236.87/237.05  Current number of rules: 2068
% 236.87/237.05  New rule produced :
% 236.87/237.05  [2091]
% 236.87/237.05  theorem(or(A,or(or(B,not(or(not(C),not(C)))),not(or(B,or(C,C)))))) -> true
% 236.87/237.05  Current number of equations to process: 1155
% 236.87/237.05  Current number of ordered equations: 0
% 236.87/237.05  Current number of rules: 2069
% 236.87/237.05  New rule produced :
% 236.87/237.05  [2092] theorem(or(or(not(or(A,or(B,B))),not(or(not(B),not(B)))),A)) -> true
% 236.87/237.05  Current number of equations to process: 1159
% 236.87/237.05  Current number of ordered equations: 0
% 236.87/237.05  Current number of rules: 2070
% 236.87/237.05  New rule produced :
% 236.87/237.05  [2093]
% 236.87/237.05  theorem(or(A,or(B,or(not(or(B,or(C,C))),not(or(not(C),not(C))))))) -> true
% 236.87/237.05  Current number of equations to process: 1161
% 236.87/237.05  Current number of ordered equations: 0
% 236.87/237.05  Current number of rules: 2071
% 236.87/237.05  New rule produced :
% 236.87/237.05  [2094] theorem(or(or(A,not(or(not(B),not(B)))),not(or(or(B,B),A)))) -> true
% 236.87/237.05  Current number of equations to process: 1165
% 236.87/237.05  Current number of ordered equations: 0
% 236.87/237.05  Current number of rules: 2072
% 236.87/237.05  New rule produced :
% 236.87/237.05  [2095] theorem(or(A,or(not(or(or(B,B),A)),not(or(not(B),not(B)))))) -> true
% 236.87/237.05  Current number of equations to process: 1164
% 236.87/237.05  Current number of ordered equations: 0
% 236.87/237.05  Current number of rules: 2073
% 236.87/237.05  New rule produced :
% 236.87/237.05  [2096]
% 236.87/237.05  theorem(or(A,or(not(or(or(B,B),C)),or(C,not(or(not(B),not(B))))))) -> true
% 236.87/237.05  Current number of equations to process: 1165
% 236.87/237.05  Current number of ordered equations: 0
% 236.87/237.05  Current number of rules: 2074
% 236.87/237.05  New rule produced :
% 236.87/237.05  [2097] theorem(or(not(or(not(A),not(A))),or(B,not(or(A,A))))) -> true
% 236.87/237.05  Current number of equations to process: 1170
% 236.87/237.05  Current number of ordered equations: 0
% 236.87/237.05  Current number of rules: 2075
% 236.87/237.05  New rule produced :
% 236.87/237.05  [2098] theorem(or(or(A,not(or(B,B))),not(or(A,or(not(B),not(B)))))) -> true
% 236.87/237.05  Current number of equations to process: 1169
% 236.87/237.05  Current number of ordered equations: 0
% 236.87/237.05  Current number of rules: 2076
% 236.87/237.05  New rule produced :
% 236.87/237.05  [2099] theorem(or(A,or(not(or(A,or(not(B),not(B)))),not(or(B,B))))) -> true
% 236.87/237.05  Current number of equations to process: 1168
% 236.87/237.05  Current number of ordered equations: 0
% 236.87/237.05  Current number of rules: 2077
% 236.87/237.05  New rule produced :
% 236.87/237.05  [2100] theorem(or(not(or(or(not(A),not(A)),B)),or(B,not(or(A,A))))) -> true
% 236.87/237.05  Current number of equations to process: 1168
% 236.87/237.05  Current number of ordered equations: 0
% 245.06/245.28  Current number of rules: 2078
% 245.06/245.28  New rule produced :
% 245.06/245.28  [2101] theorem(or(not(or(A,not(B))),or(A,not(or(B,B))))) -> true
% 245.06/245.28  Current number of equations to process: 1169
% 245.06/245.28  Current number of ordered equations: 0
% 245.06/245.28  Current number of rules: 2079
% 245.06/245.28  New rule produced :
% 245.06/245.28  [2102] theorem(or(A,or(not(not(B)),not(or(B,B))))) -> true
% 245.06/245.28  Current number of equations to process: 1170
% 245.06/245.28  Current number of ordered equations: 0
% 245.06/245.28  Current number of rules: 2080
% 245.06/245.28  New rule produced :
% 245.06/245.28  [2103]
% 245.06/245.28  ifeq(axiom(or(not(or(not(not(A)),not(or(A,A)))),B)),true,theorem(B),true) ->
% 245.06/245.28  true
% 245.06/245.28  Current number of equations to process: 1172
% 245.06/245.28  Current number of ordered equations: 0
% 245.06/245.28  Current number of rules: 2081
% 245.06/245.28  New rule produced :
% 245.06/245.28  [2104]
% 245.06/245.28  ifeq(axiom(or(not(A),not(B))),true,theorem(or(not(A),not(or(B,B)))),true) ->
% 245.06/245.28  true
% 245.06/245.28  Current number of equations to process: 1171
% 245.06/245.28  Current number of ordered equations: 0
% 245.06/245.28  Current number of rules: 2082
% 245.06/245.28  New rule produced :
% 245.06/245.28  [2105] theorem(or(or(not(or(not(A),not(A))),not(or(A,A))),B)) -> true
% 245.06/245.28  Current number of equations to process: 1172
% 245.06/245.28  Current number of ordered equations: 0
% 245.06/245.28  Current number of rules: 2083
% 245.06/245.28  New rule produced :
% 245.06/245.28  [2106] theorem(or(A,or(B,or(not(or(not(C),not(C))),not(or(C,C)))))) -> true
% 245.06/245.28  Current number of equations to process: 1171
% 245.06/245.28  Current number of ordered equations: 0
% 245.06/245.28  Current number of rules: 2084
% 245.06/245.28  New rule produced :
% 245.06/245.28  [2107] theorem(or(A,or(or(not(or(B,B)),not(or(not(B),not(B)))),C))) -> true
% 245.06/245.28  Current number of equations to process: 1173
% 245.06/245.28  Current number of ordered equations: 0
% 245.06/245.28  Current number of rules: 2085
% 245.06/245.28  New rule produced :
% 245.06/245.28  [2108]
% 245.06/245.28  theorem(or(A,or(not(or(B,or(not(C),not(C)))),or(B,not(or(C,C)))))) -> true
% 245.06/245.28  Current number of equations to process: 1175
% 245.06/245.28  Current number of ordered equations: 0
% 245.06/245.28  Current number of rules: 2086
% 245.06/245.28  New rule produced :
% 245.06/245.28  [2109]
% 245.06/245.28  ifeq(axiom(or(A,or(not(or(not(B),not(B))),not(or(B,B))))),true,true,true) ->
% 245.06/245.28  true
% 245.06/245.28  Current number of equations to process: 1174
% 245.06/245.28  Current number of ordered equations: 0
% 245.06/245.28  Current number of rules: 2087
% 245.06/245.28  New rule produced :
% 245.06/245.28  [2110]
% 245.06/245.28  ifeq(axiom(or(or(not(or(A,A)),not(or(not(A),not(A)))),B)),true,true,true) ->
% 245.06/245.28  true
% 245.06/245.28  Current number of equations to process: 1173
% 245.06/245.28  Current number of ordered equations: 0
% 245.06/245.28  Current number of rules: 2088
% 245.06/245.28  New rule produced :
% 245.06/245.28  [2111] theorem(or(or(A,or(not(or(B,B)),not(or(not(B),not(B))))),C)) -> true
% 245.06/245.28  Current number of equations to process: 1174
% 245.06/245.28  Current number of ordered equations: 0
% 245.06/245.28  Current number of rules: 2089
% 245.06/245.28  New rule produced :
% 245.06/245.28  [2112] ifeq(axiom(or(A,or(or(or(B,C),not(C)),X))),true,true,true) -> true
% 245.06/245.28  Current number of equations to process: 1176
% 245.06/245.28  Current number of ordered equations: 0
% 245.06/245.28  Current number of rules: 2090
% 245.06/245.28  New rule produced : [2113] theorem(or(or(or(or(A,B),not(B)),C),X)) -> true
% 245.06/245.28  Current number of equations to process: 1177
% 245.06/245.28  Current number of ordered equations: 0
% 245.06/245.28  Current number of rules: 2091
% 245.06/245.28  New rule produced :
% 245.06/245.28  [2114] theorem(or(A,or(B,or(or(or(C,X),not(X)),Y)))) -> true
% 245.06/245.28  Current number of equations to process: 1176
% 245.06/245.28  Current number of ordered equations: 0
% 245.06/245.28  Current number of rules: 2092
% 245.06/245.28  New rule produced :
% 245.06/245.28  [2115] ifeq(axiom(or(or(A,or(or(B,C),not(C))),X)),true,true,true) -> true
% 245.06/245.28  Current number of equations to process: 1176
% 245.06/245.28  Current number of ordered equations: 0
% 245.06/245.28  Current number of rules: 2093
% 245.06/245.28  New rule produced :
% 245.06/245.28  [2116] theorem(or(A,or(or(B,or(or(C,X),not(X))),Y))) -> true
% 245.06/245.28  Current number of equations to process: 1176
% 245.06/245.28  Current number of ordered equations: 0
% 245.06/245.28  Current number of rules: 2094
% 245.06/245.28  New rule produced :
% 245.06/245.28  [2117] theorem(or(or(A,or(B,or(or(C,X),not(X)))),Y)) -> true
% 245.06/245.28  Current number of equations to process: 1180
% 245.06/245.28  Current number of ordered equations: 0
% 245.06/245.28  Current number of rules: 2095
% 245.06/245.28  New rule produced :
% 245.06/245.28  [2118] theorem(or(A,or(B,or(C,or(X,or(or(Y,Z),not(Z))))))) -> true
% 245.06/245.28  Current number of equations to process: 1179
% 245.06/245.28  Current number of ordered equations: 0
% 245.06/245.28  Current number of rules: 2096
% 245.06/245.28  New rule produced :
% 245.06/245.28  [2119] ifeq(axiom(or(or(A,not(B)),or(C,B))),true,true,true) -> true
% 245.06/245.28  Current number of equations to process: 1180
% 245.06/245.28  Current number of ordered equations: 0
% 245.06/245.28  Current number of rules: 2097
% 245.06/245.28  New rule produced : [2120] theorem(or(A,or(or(B,not(C)),or(X,C)))) -> true
% 245.06/245.28  Current number of equations to process: 1180
% 258.27/258.43  Current number of ordered equations: 0
% 258.27/258.43  Current number of rules: 2098
% 258.27/258.43  New rule produced : [2121] theorem(or(A,or(or(B,not(C)),C))) -> true
% 258.27/258.43  Current number of equations to process: 1180
% 258.27/258.43  Current number of ordered equations: 0
% 258.27/258.43  Current number of rules: 2099
% 258.27/258.43  New rule produced :
% 258.27/258.43  [2122] ifeq(axiom(or(A,or(or(B,C),or(X,not(C))))),true,true,true) -> true
% 258.27/258.43  Current number of equations to process: 1182
% 258.27/258.43  Current number of ordered equations: 0
% 258.27/258.43  Current number of rules: 2100
% 258.27/258.43  New rule produced : [2123] theorem(or(or(or(A,B),or(C,not(B))),X)) -> true
% 258.27/258.43  Current number of equations to process: 1183
% 258.27/258.43  Current number of ordered equations: 0
% 258.27/258.43  Current number of rules: 2101
% 258.27/258.43  New rule produced : [2124] theorem(or(or(A,B),or(C,or(X,not(B))))) -> true
% 258.27/258.43  Current number of equations to process: 1183
% 258.27/258.43  Current number of ordered equations: 0
% 258.27/258.43  Current number of rules: 2102
% 258.27/258.43  New rule produced :
% 258.27/258.43  [2125] theorem(or(A,or(B,or(or(C,X),or(Y,not(X)))))) -> true
% 258.27/258.43  Current number of equations to process: 1182
% 258.27/258.43  Current number of ordered equations: 0
% 258.27/258.43  Current number of rules: 2103
% 258.27/258.43  New rule produced :
% 258.27/258.43  [2126]
% 258.27/258.43  ifeq(axiom(or(A,or(B,or(C,or(or(X,Y),not(Y)))))),true,true,true) -> true
% 258.27/258.43  Current number of equations to process: 1180
% 258.27/258.43  Current number of ordered equations: 0
% 258.27/258.43  Current number of rules: 2104
% 258.27/258.43  New rule produced :
% 258.27/258.43  [2127]
% 258.27/258.43  ifeq(axiom(or(not(or(or(A,not(B)),or(C,B))),X)),true,theorem(X),true) -> true
% 258.27/258.43  Current number of equations to process: 1179
% 258.27/258.43  Current number of ordered equations: 0
% 258.27/258.43  Current number of rules: 2105
% 258.27/258.43  New rule produced :
% 258.27/258.43  [2128]
% 258.27/258.43  theorem(or(A,or(B,or(C,or(not(or(X,X)),not(or(not(X),not(X)))))))) -> true
% 258.27/258.43  Current number of equations to process: 1178
% 258.27/258.43  Current number of ordered equations: 0
% 258.27/258.43  Current number of rules: 2106
% 258.27/258.43  New rule produced :
% 258.27/258.43  [2129]
% 258.27/258.43  ifeq(axiom(or(not(or(A,or(or(or(B,C),not(C)),X))),Y)),true,theorem(Y),true)
% 258.27/258.43  -> true
% 258.27/258.43  Current number of equations to process: 1178
% 258.27/258.43  Current number of ordered equations: 0
% 258.27/258.43  Current number of rules: 2107
% 258.27/258.43  New rule produced :
% 258.27/258.43  [2130]
% 258.27/258.43  ifeq(axiom(or(not(or(or(A,or(or(B,C),not(C))),X)),Y)),true,theorem(Y),true)
% 258.27/258.43  -> true
% 258.27/258.43  Current number of equations to process: 1177
% 258.27/258.43  Current number of ordered equations: 0
% 258.27/258.43  Current number of rules: 2108
% 258.27/258.43  New rule produced :
% 258.27/258.43  [2131]
% 258.27/258.43  ifeq(axiom(or(not(or(A,or(or(B,C),or(X,not(C))))),Y)),true,theorem(Y),true)
% 258.27/258.43  -> true
% 258.27/258.43  Current number of equations to process: 1176
% 258.27/258.43  Current number of ordered equations: 0
% 258.27/258.43  Current number of rules: 2109
% 258.27/258.43  New rule produced :
% 258.27/258.43  [2132]
% 258.27/258.43  theorem(or(or(not(or(A,or(B,B))),or(A,not(or(not(B),not(B))))),C)) -> true
% 258.27/258.43  Current number of equations to process: 1178
% 258.27/258.43  Current number of ordered equations: 0
% 258.27/258.43  Current number of rules: 2110
% 258.27/258.43  New rule produced :
% 258.27/258.43  [2133]
% 258.27/258.43  theorem(or(not(or(A,or(B,B))),or(C,or(A,not(or(not(B),not(B))))))) -> true
% 258.27/258.43  Current number of equations to process: 1177
% 258.27/258.43  Current number of ordered equations: 0
% 258.27/258.43  Current number of rules: 2111
% 258.27/258.43  New rule produced :
% 258.27/258.43  [2134] theorem(or(not(not(A)),not(or(or(A,A),or(A,A))))) -> true
% 258.27/258.43  Current number of equations to process: 1187
% 258.27/258.43  Current number of ordered equations: 0
% 258.27/258.43  Current number of rules: 2112
% 258.27/258.43  New rule produced :
% 258.27/258.43  [2135]
% 258.27/258.43  theorem(or(A,or(not(or(not(B),not(B))),not(or(or(B,B),or(B,B)))))) -> true
% 258.27/258.43  Current number of equations to process: 1189
% 258.27/258.43  Current number of ordered equations: 0
% 258.27/258.43  Current number of rules: 2113
% 258.27/258.43  New rule produced :
% 258.27/258.43  [2136]
% 258.27/258.43  theorem(or(or(not(or(or(A,A),or(A,A))),not(or(not(A),not(A)))),B)) -> true
% 258.27/258.43  Current number of equations to process: 1190
% 258.27/258.43  Current number of ordered equations: 0
% 258.27/258.43  Current number of rules: 2114
% 258.27/258.43  New rule produced :
% 258.27/258.43  [2137] theorem(or(or(or(A,not(or(not(B),not(B)))),not(or(A,B))),C)) -> true
% 258.27/258.43  Current number of equations to process: 1198
% 258.27/258.43  Current number of ordered equations: 0
% 258.27/258.43  Current number of rules: 2115
% 258.27/258.43  New rule produced :
% 258.27/258.43  [2138] theorem(or(or(A,not(or(not(B),not(B)))),or(C,not(or(A,B))))) -> true
% 258.27/258.43  Current number of equations to process: 1197
% 258.27/258.43  Current number of ordered equations: 0
% 258.27/258.43  Current number of rules: 2116
% 258.27/258.43  New rule produced :
% 258.27/258.43  [2139] theorem(or(A,or(or(not(or(B,C)),not(or(not(C),not(C)))),B))) -> true
% 258.27/258.43  Current number of equations to process: 1200
% 258.27/258.43  Current number of ordered equations: 0
% 258.27/258.43  Current number of rules: 2117
% 258.27/258.43  New rule produced :
% 258.27/258.43  [2140]
% 258.27/258.43  theorem(or(A,or(B,or(or(C,not(or(not(X),not(X)))),not(or(C,X)))))) -> true
% 264.77/264.97  Current number of equations to process: 1202
% 264.77/264.97  Current number of ordered equations: 0
% 264.77/264.97  Current number of rules: 2118
% 264.77/264.97  New rule produced :
% 264.77/264.97  [2141]
% 264.77/264.97  ifeq(axiom(or(or(not(or(A,B)),not(or(not(B),not(B)))),A)),true,true,true) ->
% 264.77/264.97  true
% 264.77/264.97  Current number of equations to process: 1201
% 264.77/264.97  Current number of ordered equations: 0
% 264.77/264.97  Current number of rules: 2119
% 264.77/264.97  New rule produced :
% 264.77/264.97  [2142]
% 264.77/264.97  theorem(or(A,or(or(not(or(or(A,B),C)),not(or(not(C),not(C)))),B))) -> true
% 264.77/264.97  Current number of equations to process: 1200
% 264.77/264.97  Current number of ordered equations: 0
% 264.77/264.97  Current number of rules: 2120
% 264.77/264.97  New rule produced :
% 264.77/264.97  [2143] theorem(or(or(A,or(not(or(A,B)),not(or(not(B),not(B))))),C)) -> true
% 264.77/264.97  Current number of equations to process: 1202
% 264.77/264.97  Current number of ordered equations: 0
% 264.77/264.97  Current number of rules: 2121
% 264.77/264.97  New rule produced :
% 264.77/264.97  [2144] theorem(or(A,or(B,or(not(or(A,C)),not(or(not(C),not(C))))))) -> true
% 264.77/264.97  Current number of equations to process: 1201
% 264.77/264.97  Current number of ordered equations: 0
% 264.77/264.97  Current number of rules: 2122
% 264.77/264.97  New rule produced :
% 264.77/264.97  [2145] theorem(or(A,or(or(B,not(or(not(C),not(C)))),not(or(C,B))))) -> true
% 264.77/264.97  Current number of equations to process: 1203
% 264.77/264.97  Current number of ordered equations: 0
% 264.77/264.97  Current number of rules: 2123
% 264.77/264.97  New rule produced :
% 264.77/264.97  [2146] theorem(or(or(not(or(A,B)),not(or(not(A),not(A)))),B)) -> true
% 264.77/264.97  Current number of equations to process: 1208
% 264.77/264.97  Current number of ordered equations: 0
% 264.77/264.97  Current number of rules: 2124
% 264.77/264.97  New rule produced :
% 264.77/264.97  [2147] theorem(or(A,or(B,or(not(or(C,B)),not(or(not(C),not(C))))))) -> true
% 264.77/264.97  Current number of equations to process: 1210
% 264.77/264.97  Current number of ordered equations: 0
% 264.77/264.97  Current number of rules: 2125
% 264.77/264.97  New rule produced :
% 264.77/264.97  [2148]
% 264.77/264.97  theorem(or(A,or(B,or(C,or(not(or(C,X)),not(or(not(X),not(X)))))))) -> true
% 264.77/264.97  Current number of equations to process: 1212
% 264.77/264.97  Current number of ordered equations: 0
% 264.77/264.97  Current number of rules: 2126
% 264.77/264.97  New rule produced :
% 264.77/264.97  [2149]
% 264.77/264.97  ifeq(axiom(or(or(A,not(or(not(B),not(B)))),not(or(B,A)))),true,true,true) ->
% 264.77/264.97  true
% 264.77/264.97  Current number of equations to process: 1211
% 264.77/264.97  Current number of ordered equations: 0
% 264.77/264.97  Current number of rules: 2127
% 264.77/264.97  New rule produced :
% 264.77/264.97  [2150]
% 264.77/264.97  ifeq(axiom(or(A,or(not(or(B,A)),not(or(not(B),not(B)))))),true,true,true) ->
% 264.77/264.97  true
% 264.77/264.97  Current number of equations to process: 1210
% 264.77/264.97  Current number of ordered equations: 0
% 264.77/264.97  Current number of rules: 2128
% 264.77/264.97  New rule produced :
% 264.77/264.97  [2151]
% 264.77/264.97  theorem(or(not(or(A,A)),or(not(or(B,not(A))),not(or(not(B),not(B)))))) ->
% 264.77/264.97  true
% 264.77/264.97  Current number of equations to process: 1209
% 264.77/264.97  Current number of ordered equations: 0
% 264.77/264.97  Current number of rules: 2129
% 264.77/264.97  New rule produced :
% 264.77/264.97  [2152]
% 264.77/264.97  theorem(or(not(A),or(not(or(B,not(or(C,A)))),not(or(not(B),not(B)))))) ->
% 264.77/264.97  true
% 264.77/264.97  Current number of equations to process: 1208
% 264.77/264.97  Current number of ordered equations: 0
% 264.77/264.97  Current number of rules: 2130
% 264.77/264.97  New rule produced :
% 264.77/264.97  [2153] theorem(or(or(not(or(A,B)),or(B,not(or(not(A),not(A))))),C)) -> true
% 264.77/264.97  Current number of equations to process: 1210
% 264.77/264.97  Current number of ordered equations: 0
% 264.77/264.97  Current number of rules: 2131
% 264.77/264.97  New rule produced :
% 264.77/264.97  [2154] theorem(or(not(or(A,B)),or(C,or(B,not(or(not(A),not(A))))))) -> true
% 264.77/264.97  Current number of equations to process: 1209
% 264.77/264.97  Current number of ordered equations: 0
% 264.77/264.97  Current number of rules: 2132
% 264.77/264.97  New rule produced :
% 264.77/264.97  [2155]
% 264.77/264.97  theorem(or(A,or(B,or(not(or(C,X)),or(X,not(or(not(C),not(C)))))))) -> true
% 264.77/264.97  Current number of equations to process: 1208
% 264.77/264.97  Current number of ordered equations: 0
% 264.77/264.97  Current number of rules: 2133
% 264.77/264.97  New rule produced :
% 264.77/264.97  [2156]
% 264.77/264.97  theorem(or(A,or(or(or(not(or(B,or(C,X))),or(C,or(B,X))),Y),Z))) -> true
% 264.77/264.97  Current number of equations to process: 1207
% 264.77/264.97  Current number of ordered equations: 0
% 264.77/264.97  Current number of rules: 2134
% 264.77/264.97  New rule produced :
% 264.77/264.97  [2157]
% 264.77/264.97  theorem(or(or(not(or(not(A),B)),not(or(not(B),not(B)))),not(or(A,A)))) ->
% 264.77/264.97  true
% 264.77/264.97  Current number of equations to process: 1213
% 264.77/264.97  Current number of ordered equations: 0
% 264.77/264.97  Current number of rules: 2135
% 264.77/264.97  New rule produced :
% 264.77/264.97  [2158]
% 264.77/264.97  theorem(or(not(or(not(A),B)),or(not(or(A,A)),not(or(not(B),not(B)))))) ->
% 264.77/264.97  true
% 264.77/264.97  Current number of equations to process: 1212
% 264.77/264.97  Current number of ordered equations: 0
% 264.77/264.97  Current number of rules: 2136
% 264.77/264.97  New rule produced :
% 264.77/264.97  [2159]
% 264.77/264.97  theorem(or(or(not(or(not(or(A,B)),C)),not(or(not(C),not(C)))),not(B))) ->
% 273.47/273.70  true
% 273.47/273.70  Current number of equations to process: 1220
% 273.47/273.70  Current number of ordered equations: 0
% 273.47/273.70  Current number of rules: 2137
% 273.47/273.70  New rule produced :
% 273.47/273.70  [2160]
% 273.47/273.70  theorem(or(not(or(not(or(A,B)),C)),or(not(B),not(or(not(C),not(C)))))) ->
% 273.47/273.70  true
% 273.47/273.70  Current number of equations to process: 1219
% 273.47/273.70  Current number of ordered equations: 0
% 273.47/273.70  Current number of rules: 2138
% 273.47/273.70  New rule produced :
% 273.47/273.70  [2161]
% 273.47/273.70  theorem(or(or(A,or(B,not(or(not(C),not(C))))),not(or(A,or(C,B))))) -> true
% 273.47/273.70  Current number of equations to process: 1226
% 273.47/273.70  Current number of ordered equations: 0
% 273.47/273.70  Current number of rules: 2139
% 273.47/273.70  New rule produced :
% 273.47/273.70  [2162]
% 273.47/273.70  theorem(or(A,or(not(or(A,or(B,C))),or(C,not(or(not(B),not(B))))))) -> true
% 273.47/273.70  Current number of equations to process: 1225
% 273.47/273.70  Current number of ordered equations: 0
% 273.47/273.70  Current number of rules: 2140
% 273.47/273.70  New rule produced :
% 273.47/273.70  [2163]
% 273.47/273.70  theorem(or(not(or(or(A,B),C)),or(C,or(B,not(or(not(A),not(A))))))) -> true
% 273.47/273.70  Current number of equations to process: 1224
% 273.47/273.70  Current number of ordered equations: 0
% 273.47/273.70  Current number of rules: 2141
% 273.47/273.70  New rule produced :
% 273.47/273.70  [2164]
% 273.47/273.70  theorem(or(or(A,not(or(not(B),not(B)))),not(or(or(B,A),or(B,A))))) -> true
% 273.47/273.70  Current number of equations to process: 1230
% 273.47/273.70  Current number of ordered equations: 0
% 273.47/273.70  Current number of rules: 2142
% 273.47/273.70  New rule produced :
% 273.47/273.70  [2165]
% 273.47/273.70  theorem(or(A,or(not(or(or(B,A),or(B,A))),not(or(not(B),not(B)))))) -> true
% 273.47/273.70  Current number of equations to process: 1229
% 273.47/273.70  Current number of ordered equations: 0
% 273.47/273.70  Current number of rules: 2143
% 273.47/273.70  New rule produced :
% 273.47/273.70  [2166]
% 273.47/273.70  theorem(or(A,or(or(not(or(B,C)),or(B,not(or(not(C),not(C))))),X))) -> true
% 273.47/273.70  Current number of equations to process: 1233
% 273.47/273.70  Current number of ordered equations: 0
% 273.47/273.70  Current number of rules: 2144
% 273.47/273.70  New rule produced :
% 273.47/273.70  [2167] theorem(or(or(A,or(B,not(or(not(C),not(C))))),not(or(B,C)))) -> true
% 273.47/273.70  Current number of equations to process: 1236
% 273.47/273.70  Current number of ordered equations: 0
% 273.47/273.70  Current number of rules: 2145
% 273.47/273.70  New rule produced :
% 273.47/273.70  [2168] theorem(or(not(or(A,not(or(B,C)))),or(A,not(C)))) -> true
% 273.47/273.70  Current number of equations to process: 1237
% 273.47/273.70  Current number of ordered equations: 0
% 273.47/273.70  Current number of rules: 2146
% 273.47/273.70  New rule produced :
% 273.47/273.70  [2169] theorem(or(A,or(not(not(or(B,C))),not(C)))) -> true
% 273.47/273.70  Current number of equations to process: 1238
% 273.47/273.70  Current number of ordered equations: 0
% 273.47/273.70  Current number of rules: 2147
% 273.47/273.70  New rule produced :
% 273.47/273.70  [2170]
% 273.47/273.70  ifeq(axiom(or(not(or(not(not(or(A,B))),not(B))),C)),true,theorem(C),true) ->
% 273.47/273.70  true
% 273.47/273.70  Current number of equations to process: 1240
% 273.47/273.70  Current number of ordered equations: 0
% 273.47/273.70  Current number of rules: 2148
% 273.47/273.70  New rule produced :
% 273.47/273.70  [2171]
% 273.47/273.70  ifeq(axiom(or(not(A),not(or(B,C)))),true,theorem(or(not(A),not(C))),true) ->
% 273.47/273.70  true
% 273.47/273.70  Current number of equations to process: 1239
% 273.47/273.70  Current number of ordered equations: 0
% 273.47/273.70  Current number of rules: 2149
% 273.47/273.70  New rule produced :
% 273.47/273.70  [2172]
% 273.47/273.70  theorem(or(A,or(not(or(B,C)),or(X,or(B,not(or(not(C),not(C)))))))) -> true
% 273.47/273.70  Current number of equations to process: 1238
% 273.47/273.70  Current number of ordered equations: 0
% 273.47/273.70  Current number of rules: 2150
% 273.47/273.70  New rule produced :
% 273.47/273.70  [2173] theorem(or(or(not(or(not(or(A,B)),not(or(A,B)))),not(B)),C)) -> true
% 273.47/273.70  Current number of equations to process: 1240
% 273.47/273.70  Current number of ordered equations: 0
% 273.47/273.70  Current number of rules: 2151
% 273.47/273.70  New rule produced :
% 273.47/273.70  [2174] theorem(or(not(or(not(or(A,B)),not(or(A,B)))),or(C,not(B)))) -> true
% 273.47/273.70  Current number of equations to process: 1239
% 273.47/273.70  Current number of ordered equations: 0
% 273.47/273.70  Current number of rules: 2152
% 273.47/273.70  New rule produced :
% 273.47/273.70  [2175] theorem(or(or(or(or(A,B),not(or(B,A))),C),X)) -> true
% 273.47/273.70  Current number of equations to process: 1243
% 273.47/273.70  Current number of ordered equations: 0
% 273.47/273.70  Current number of rules: 2153
% 273.47/273.70  New rule produced :
% 273.47/273.70  [2176] theorem(or(A,or(B,or(or(or(C,X),not(or(X,C))),Y)))) -> true
% 273.47/273.70  Current number of equations to process: 1242
% 273.47/273.70  Current number of ordered equations: 0
% 273.47/273.70  Current number of rules: 2154
% 273.47/273.70  New rule produced :
% 273.47/273.70  [2177]
% 273.47/273.70  ifeq(axiom(or(A,or(or(or(B,C),not(or(C,B))),X))),true,true,true) -> true
% 273.47/273.70  Current number of equations to process: 1241
% 273.47/273.70  Current number of ordered equations: 0
% 273.47/273.70  Current number of rules: 2155
% 273.47/273.70  New rule produced :
% 273.47/273.70  [2178] ifeq(axiom(or(or(A,not(or(B,C))),or(C,B))),true,true,true) -> true
% 273.47/273.70  Current number of equations to process: 1242
% 282.56/282.73  Current number of ordered equations: 0
% 282.56/282.73  Current number of rules: 2156
% 282.56/282.73  New rule produced : [2179] theorem(or(A,or(or(B,not(or(C,A))),C))) -> true
% 282.56/282.73  Current number of equations to process: 1243
% 282.56/282.73  Current number of ordered equations: 0
% 282.56/282.73  Current number of rules: 2157
% 282.56/282.73  New rule produced :
% 282.56/282.73  [2180] theorem(or(A,or(or(B,not(or(C,X))),or(X,C)))) -> true
% 282.56/282.73  Current number of equations to process: 1242
% 282.56/282.73  Current number of ordered equations: 0
% 282.56/282.73  Current number of rules: 2158
% 282.56/282.73  New rule produced :
% 282.56/282.73  [2181] theorem(or(or(or(A,B),or(C,not(or(B,A)))),X)) -> true
% 282.56/282.73  Current number of equations to process: 1246
% 282.56/282.73  Current number of ordered equations: 0
% 282.56/282.73  Current number of rules: 2159
% 282.56/282.73  New rule produced :
% 282.56/282.73  [2182] theorem(or(or(A,B),or(C,or(X,not(or(B,A)))))) -> true
% 282.56/282.73  Current number of equations to process: 1246
% 282.56/282.73  Current number of ordered equations: 0
% 282.56/282.73  Current number of rules: 2160
% 282.56/282.73  New rule produced :
% 282.56/282.73  [2183] theorem(or(A,or(B,or(or(C,X),or(Y,not(or(X,C))))))) -> true
% 282.56/282.73  Current number of equations to process: 1245
% 282.56/282.73  Current number of ordered equations: 0
% 282.56/282.73  Current number of rules: 2161
% 282.56/282.73  New rule produced :
% 282.56/282.73  [2184] theorem(or(A,or(or(B,or(or(C,X),not(or(X,C)))),Y))) -> true
% 282.56/282.73  Current number of equations to process: 1247
% 282.56/282.73  Current number of ordered equations: 0
% 282.56/282.73  Current number of rules: 2162
% 282.56/282.73  New rule produced :
% 282.56/282.73  [2185]
% 282.56/282.73  ifeq(axiom(or(A,or(or(B,C),or(X,not(or(C,B)))))),true,true,true) -> true
% 282.56/282.73  Current number of equations to process: 1249
% 282.56/282.73  Current number of ordered equations: 0
% 282.56/282.73  Current number of rules: 2163
% 282.56/282.73  New rule produced :
% 282.56/282.73  [2186]
% 282.56/282.73  ifeq(axiom(or(or(A,or(or(B,C),not(or(C,B)))),X)),true,true,true) -> true
% 282.56/282.73  Current number of equations to process: 1248
% 282.56/282.73  Current number of ordered equations: 0
% 282.56/282.73  Current number of rules: 2164
% 282.56/282.73  New rule produced :
% 282.56/282.73  [2187] theorem(or(or(A,or(B,or(or(C,X),not(or(X,C))))),Y)) -> true
% 282.56/282.73  Current number of equations to process: 1249
% 282.56/282.73  Current number of ordered equations: 0
% 282.56/282.73  Current number of rules: 2165
% 282.56/282.73  New rule produced :
% 282.56/282.73  [2188] theorem(or(A,or(B,or(C,or(X,or(or(Y,Z),not(or(Z,Y)))))))) -> true
% 282.56/282.73  Current number of equations to process: 1248
% 282.56/282.73  Current number of ordered equations: 0
% 282.56/282.73  Current number of rules: 2166
% 282.56/282.73  New rule produced :
% 282.56/282.73  [2189]
% 282.56/282.73  theorem(or(A,or(B,or(not(or(not(or(C,X)),not(or(C,X)))),not(X))))) -> true
% 282.56/282.73  Current number of equations to process: 1247
% 282.56/282.73  Current number of ordered equations: 0
% 282.56/282.73  Current number of rules: 2167
% 282.56/282.73  New rule produced :
% 282.56/282.73  [2190]
% 282.56/282.73  ifeq(axiom(or(not(or(or(A,not(or(B,C))),or(C,B))),X)),true,theorem(X),true)
% 282.56/282.73  -> true
% 282.56/282.73  Current number of equations to process: 1247
% 282.56/282.73  Current number of ordered equations: 0
% 282.56/282.73  Current number of rules: 2168
% 282.56/282.73  New rule produced :
% 282.56/282.73  [2191]
% 282.56/282.73  ifeq(axiom(or(A,or(B,or(C,or(or(X,Y),not(or(Y,X))))))),true,true,true) ->
% 282.56/282.73  true
% 282.56/282.73  Current number of equations to process: 1246
% 282.56/282.73  Current number of ordered equations: 0
% 282.56/282.73  Current number of rules: 2169
% 282.56/282.73  New rule produced :
% 282.56/282.73  [2192]
% 282.56/282.73  theorem(or(or(A,or(not(or(B,C)),or(B,not(or(not(C),not(C)))))),X)) -> true
% 282.56/282.73  Current number of equations to process: 1247
% 282.56/282.73  Current number of ordered equations: 0
% 282.56/282.73  Current number of rules: 2170
% 282.56/282.73  New rule produced :
% 282.56/282.73  [2193]
% 282.56/282.73  theorem(or(or(A,not(B)),not(or(A,or(not(or(C,B)),not(or(C,B))))))) -> true
% 282.56/282.73  Current number of equations to process: 1254
% 282.56/282.73  Current number of ordered equations: 0
% 282.56/282.73  Current number of rules: 2171
% 282.56/282.73  New rule produced :
% 282.56/282.73  [2194]
% 282.56/282.73  theorem(or(A,or(not(or(A,or(not(or(B,C)),not(or(B,C))))),not(C)))) -> true
% 282.56/282.73  Current number of equations to process: 1253
% 282.56/282.73  Current number of ordered equations: 0
% 282.56/282.73  Current number of rules: 2172
% 282.56/282.73  New rule produced :
% 282.56/282.73  [2195]
% 282.56/282.73  theorem(or(not(or(or(not(or(A,B)),not(or(A,B))),C)),or(C,not(B)))) -> true
% 282.56/282.73  Current number of equations to process: 1252
% 282.56/282.73  Current number of ordered equations: 0
% 282.56/282.73  Current number of rules: 2173
% 282.56/282.73  New rule produced :
% 282.56/282.73  [2196]
% 282.56/282.73  theorem(or(A,or(or(not(B),not(or(not(or(C,B)),not(or(C,B))))),X))) -> true
% 282.56/282.73  Current number of equations to process: 1257
% 282.56/282.73  Current number of ordered equations: 0
% 282.56/282.73  Current number of rules: 2174
% 282.56/282.73  New rule produced :
% 282.56/282.73  [2197]
% 282.56/282.73  theorem(or(or(A,or(not(B),not(or(not(or(C,B)),not(or(C,B)))))),X)) -> true
% 282.56/282.73  Current number of equations to process: 1258
% 282.56/282.73  Current number of ordered equations: 0
% 282.56/282.73  Current number of rules: 2175
% 282.56/282.73  New rule produced :
% 282.56/282.73  [2
%------------------------------------------------------------------------------