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

View Problem - Process Solution

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

% Computer : n190.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:51 EST 2019

% Result   : Timeout 300.11s
% 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  : LCL218-10 : TPTP v7.3.0. Released v7.3.0.
% 0.00/0.05  % Command  : tptp2X_and_run_cime %s
% 0.03/0.26  % Computer : n190.star.cs.uiowa.edu
% 0.03/0.26  % Model    : x86_64 x86_64
% 0.03/0.26  % CPU      : Intel(R) Xeon(R) CPU E5-2609 0 @ 2.40GHz
% 0.03/0.26  % Memory   : 32218.5MB
% 0.03/0.26  % OS       : Linux 3.10.0-862.11.6.el7.x86_64
% 0.03/0.26  % CPULimit : 300
% 0.03/0.26  % DateTime : Thu Feb 21 16:15:25 CST 2019
% 0.03/0.26  % CPUTime  : 
% 1.18/1.46  Processing problem /tmp/CiME_16780_n190.star.cs.uiowa.edu
% 1.18/1.46  #verbose 1;
% 1.18/1.46                let F = signature " q,p,true : constant;  theorem : 1;  axiom : 1;  not : 1;  or : 2;  ifeq : 4;";
% 1.18/1.46  let X = vars "A B C X Y Z";
% 1.18/1.46  let Axioms = equations F X "
% 1.18/1.46   ifeq(A,A,B,C) = B;
% 1.18/1.46   axiom(or(not(or(A,A)),A)) = true;
% 1.18/1.46   axiom(or(not(A),or(B,A))) = true;
% 1.18/1.46   axiom(or(not(or(A,B)),or(B,A))) = true;
% 1.18/1.46   axiom(or(not(or(A,or(B,C))),or(B,or(A,C)))) = true;
% 1.18/1.46   axiom(or(not(or(not(A),B)),or(not(or(C,A)),or(C,B)))) = true;
% 1.18/1.46   ifeq(axiom(X),true,theorem(X),true) = true;
% 1.18/1.46   ifeq(theorem(Y),true,ifeq(axiom(or(not(Y),X)),true,theorem(X),true),true) = true;
% 1.18/1.46   ifeq(theorem(or(not(Y),Z)),true,ifeq(axiom(or(not(X),Y)),true,theorem(or(not(X),Z)),true),true) = true;
% 1.18/1.46  ";
% 1.18/1.46  
% 1.18/1.46  let s1 = status F "
% 1.18/1.46   q lr_lex;
% 1.18/1.46   p lr_lex;
% 1.18/1.46   theorem lr_lex;
% 1.18/1.46   true lr_lex;
% 1.18/1.46   axiom lr_lex;
% 1.18/1.46   not lr_lex;
% 1.18/1.46   or lr_lex;
% 1.18/1.46   ifeq lr_lex;
% 1.18/1.46  ";
% 1.18/1.46  
% 1.18/1.46  let p1 = precedence F "
% 1.18/1.46  ifeq > or > not > axiom > theorem > true > p > q";
% 1.18/1.46  
% 1.18/1.46  let s2 = status F "
% 1.18/1.46  q mul;
% 1.18/1.46  p mul;
% 1.18/1.46  theorem mul;
% 1.18/1.46  true mul;
% 1.18/1.46  axiom mul;
% 1.18/1.46  not mul;
% 1.18/1.46  or mul;
% 1.18/1.46  ifeq mul;
% 1.18/1.46  ";
% 1.18/1.46  
% 1.18/1.46  let p2 = precedence F "
% 1.18/1.46  ifeq > or > not > axiom > theorem > true = p = q";
% 1.18/1.46  
% 1.18/1.46  let o_auto = AUTO Axioms;
% 1.18/1.46  
% 1.18/1.46  let o = LEX o_auto (LEX (ACRPO s1 p1) (ACRPO s2 p2));
% 1.18/1.46  
% 1.18/1.46  let Conjectures = equations F X " theorem(or(not(or(not(or(p,q)),q)),or(not(p),q))) = true;"
% 1.18/1.46  ;
% 1.18/1.46  (*
% 1.18/1.46  let Red_Axioms = normalize_equations Defining_rules Axioms;
% 1.18/1.46  
% 1.18/1.46  let Red_Conjectures =  normalize_equations Defining_rules Conjectures;
% 1.18/1.46  *)
% 1.18/1.46  #time on;
% 1.18/1.46  
% 1.18/1.46  let res = prove_conj_by_ordered_completion o Axioms Conjectures;
% 1.18/1.46  
% 1.18/1.46  #time off;
% 1.18/1.46  
% 1.18/1.46  
% 1.18/1.46  let status = if res then "unsatisfiable" else "satisfiable";
% 1.18/1.46  #quit;
% 1.18/1.46  Verbose level is now 1
% 1.18/1.46  
% 1.18/1.46  F : signature = <signature>
% 1.18/1.46  X : variable_set = <variable set>
% 1.18/1.46  
% 1.18/1.46  Axioms : (F,X) equations = { ifeq(A,A,B,C) = B,
% 1.18/1.46                               axiom(or(not(or(A,A)),A)) = true,
% 1.18/1.46                               axiom(or(not(A),or(B,A))) = true,
% 1.18/1.46                               axiom(or(not(or(A,B)),or(B,A))) = true,
% 1.18/1.46                               axiom(or(not(or(A,or(B,C))),or(B,or(A,C)))) =
% 1.18/1.46                               true,
% 1.18/1.46                               axiom(or(not(or(not(A),B)),or(not(or(C,A)),
% 1.18/1.46                                                          or(C,B)))) = true,
% 1.18/1.46                               ifeq(axiom(X),true,theorem(X),true) = true,
% 1.18/1.46                               ifeq(theorem(Y),true,ifeq(axiom(or(not(Y),X)),true,
% 1.18/1.46                                                    theorem(X),true),true) =
% 1.18/1.46                               true,
% 1.18/1.46                               ifeq(theorem(or(not(Y),Z)),true,ifeq(axiom(
% 1.18/1.46                                                                    or(
% 1.18/1.46                                                                    not(X),Y)),true,
% 1.18/1.46                                                               theorem(
% 1.18/1.46                                                               or(not(X),Z)),true),true)
% 1.18/1.46                               = true } (9 equation(s))
% 1.18/1.46  s1 : F status = <status>
% 1.18/1.46  p1 : F precedence = <precedence>
% 1.18/1.46  s2 : F status = <status>
% 1.18/1.46  p2 : F precedence = <precedence>
% 1.18/1.46  o_auto : F term_ordering = <term ordering>
% 1.18/1.46  o : F term_ordering = <term ordering>
% 1.18/1.46  Conjectures : (F,X) equations = { theorem(or(not(or(not(or(p,q)),q)),
% 1.18/1.46                                            or(not(p),q))) = true }
% 1.18/1.46                                    (1 equation(s))
% 1.18/1.46  time is now on
% 1.18/1.46  
% 1.18/1.46  Initializing completion ...
% 1.18/1.46  New rule produced : [1] ifeq(A,A,B,C) -> B
% 1.18/1.46  Current number of equations to process: 0
% 1.18/1.46  Current number of ordered equations: 8
% 1.18/1.46  Current number of rules: 1
% 1.18/1.46  New rule produced : [2] axiom(or(not(or(A,A)),A)) -> true
% 1.18/1.46  Current number of equations to process: 0
% 1.18/1.46  Current number of ordered equations: 7
% 1.18/1.46  Current number of rules: 2
% 1.18/1.46  New rule produced : [3] axiom(or(not(A),or(B,A))) -> true
% 1.18/1.46  Current number of equations to process: 0
% 1.18/1.46  Current number of ordered equations: 6
% 1.18/1.46  Current number of rules: 3
% 1.18/1.46  New rule produced : [4] ifeq(axiom(X),true,theorem(X),true) -> true
% 1.18/1.46  Current number of equations to process: 0
% 1.18/1.46  Current number of ordered equations: 5
% 1.18/1.46  Current number of rules: 4
% 1.18/1.46  New rule produced : [5] axiom(or(not(or(A,B)),or(B,A))) -> true
% 1.18/1.46  Current number of equations to process: 0
% 1.18/1.46  Current number of ordered equations: 4
% 1.18/1.47  Current number of rules: 5
% 1.18/1.47  New rule produced : [6] axiom(or(not(or(A,or(B,C))),or(B,or(A,C)))) -> true
% 1.18/1.47  Current number of equations to process: 0
% 1.18/1.47  Current number of ordered equations: 3
% 1.18/1.47  Current number of rules: 6
% 1.18/1.47  New rule produced :
% 1.18/1.47  [7] axiom(or(not(or(not(A),B)),or(not(or(C,A)),or(C,B)))) -> true
% 1.18/1.47  Current number of equations to process: 0
% 1.18/1.47  Current number of ordered equations: 2
% 1.18/1.47  Current number of rules: 7
% 1.18/1.47  New rule produced :
% 1.18/1.47  [8]
% 1.18/1.47  ifeq(theorem(Y),true,ifeq(axiom(or(not(Y),X)),true,theorem(X),true),true) ->
% 1.18/1.47  true
% 1.18/1.47  Current number of equations to process: 0
% 1.18/1.47  Current number of ordered equations: 1
% 1.18/1.47  Current number of rules: 8
% 1.18/1.47  New rule produced :
% 1.18/1.47  [9]
% 1.18/1.47  ifeq(theorem(or(not(Y),Z)),true,ifeq(axiom(or(not(X),Y)),true,theorem(
% 1.18/1.47                                                                or(not(X),Z)),true),true)
% 1.18/1.47  -> true
% 1.18/1.47  Current number of equations to process: 0
% 1.18/1.47  Current number of ordered equations: 0
% 1.18/1.47  Current number of rules: 9
% 1.18/1.47  New rule produced : [10] theorem(or(not(or(A,A)),A)) -> true
% 1.18/1.47  Current number of equations to process: 1
% 1.19/1.47  Current number of ordered equations: 0
% 1.19/1.47  Current number of rules: 10
% 1.19/1.47  New rule produced : [11] theorem(or(not(A),or(B,A))) -> true
% 1.19/1.47  Current number of equations to process: 0
% 1.19/1.47  Current number of ordered equations: 0
% 1.19/1.47  Current number of rules: 11
% 1.19/1.47  New rule produced : [12] theorem(or(not(or(A,B)),or(B,A))) -> true
% 1.19/1.47  Current number of equations to process: 0
% 1.19/1.47  Current number of ordered equations: 0
% 1.19/1.47  Current number of rules: 12
% 1.19/1.47  New rule produced :
% 1.19/1.47  [13] theorem(or(not(or(A,or(B,C))),or(B,or(A,C)))) -> true
% 1.19/1.47  Current number of equations to process: 0
% 1.19/1.47  Current number of ordered equations: 0
% 1.19/1.47  Current number of rules: 13
% 1.19/1.47  New rule produced : [14] ifeq(theorem(or(A,A)),true,theorem(A),true) -> true
% 1.19/1.47  Current number of equations to process: 1
% 1.19/1.47  Current number of ordered equations: 0
% 1.19/1.47  Current number of rules: 14
% 1.19/1.47  New rule produced : [15] ifeq(theorem(A),true,theorem(or(B,A)),true) -> true
% 1.19/1.47  Current number of equations to process: 1
% 1.19/1.47  Current number of ordered equations: 0
% 1.19/1.47  Current number of rules: 15
% 1.19/1.47  New rule produced :
% 1.19/1.47  [16] ifeq(theorem(or(A,B)),true,theorem(or(B,A)),true) -> true
% 1.19/1.47  Current number of equations to process: 1
% 1.19/1.47  Current number of ordered equations: 0
% 1.19/1.47  Current number of rules: 16
% 1.19/1.47  New rule produced :
% 1.19/1.47  [17] theorem(or(not(or(not(A),B)),or(not(or(C,A)),or(C,B)))) -> true
% 1.19/1.47  Current number of equations to process: 2
% 1.19/1.47  Current number of ordered equations: 0
% 1.19/1.47  Current number of rules: 17
% 1.19/1.47  New rule produced :
% 1.19/1.47  [18] ifeq(theorem(or(A,or(B,C))),true,theorem(or(B,or(A,C))),true) -> true
% 1.19/1.47  Current number of equations to process: 1
% 1.19/1.47  Current number of ordered equations: 0
% 1.19/1.47  Current number of rules: 18
% 1.19/1.47  New rule produced :
% 1.19/1.47  [19]
% 1.19/1.47  ifeq(theorem(or(not(A),B)),true,theorem(or(not(or(C,A)),or(C,B))),true) ->
% 1.19/1.47  true
% 1.19/1.47  Current number of equations to process: 0
% 1.19/1.47  Current number of ordered equations: 0
% 1.19/1.47  Current number of rules: 19
% 1.19/1.47  New rule produced : [20] ifeq(theorem(or(not(A),A)),true,true,true) -> true
% 1.19/1.47  Current number of equations to process: 2
% 1.19/1.47  Current number of ordered equations: 0
% 1.19/1.47  Current number of rules: 20
% 1.19/1.47  New rule produced :
% 1.19/1.47  [21]
% 1.19/1.47  ifeq(theorem(or(not(A),B)),true,theorem(or(not(or(A,A)),B)),true) -> true
% 1.19/1.47  Current number of equations to process: 2
% 1.19/1.47  Current number of ordered equations: 0
% 1.19/1.47  Current number of rules: 21
% 1.19/1.47  New rule produced :
% 1.19/1.47  [22]
% 1.19/1.47  ifeq(theorem(or(not(or(A,B)),C)),true,theorem(or(not(B),C)),true) -> true
% 1.19/1.47  Current number of equations to process: 1
% 1.19/1.47  Current number of ordered equations: 0
% 1.19/1.47  Current number of rules: 22
% 1.19/1.47  New rule produced :
% 1.19/1.47  [23]
% 1.19/1.47  ifeq(theorem(or(not(or(A,B)),C)),true,theorem(or(not(or(B,A)),C)),true) ->
% 1.19/1.47  true
% 1.19/1.47  Current number of equations to process: 1
% 1.19/1.47  Current number of ordered equations: 0
% 1.19/1.47  Current number of rules: 23
% 1.19/1.47  New rule produced :
% 1.19/1.47  [24] ifeq(axiom(or(not(or(not(or(A,A)),A)),B)),true,theorem(B),true) -> true
% 1.19/1.47  Current number of equations to process: 15
% 1.19/1.47  Current number of ordered equations: 0
% 1.19/1.47  Current number of rules: 24
% 1.19/1.47  New rule produced :
% 1.19/1.47  [25] ifeq(axiom(or(not(A),or(B,B))),true,theorem(or(not(A),B)),true) -> true
% 1.19/1.47  Current number of equations to process: 14
% 1.19/1.47  Current number of ordered equations: 0
% 1.19/1.47  Current number of rules: 25
% 1.19/1.47  New rule produced :
% 1.19/1.47  [26] ifeq(axiom(or(not(or(not(A),or(B,A))),C)),true,theorem(C),true) -> true
% 1.19/1.48  Current number of equations to process: 13
% 1.19/1.48  Current number of ordered equations: 0
% 1.19/1.48  Current number of rules: 26
% 1.19/1.48  New rule produced :
% 1.19/1.48  [27] ifeq(axiom(or(not(A),B)),true,theorem(or(not(A),or(C,B))),true) -> true
% 1.19/1.48  Current number of equations to process: 12
% 1.19/1.48  Current number of ordered equations: 0
% 1.19/1.48  Current number of rules: 27
% 1.19/1.48  New rule produced : [28] ifeq(theorem(A),true,true,true) -> true
% 1.19/1.48  Rule [20] ifeq(theorem(or(not(A),A)),true,true,true) -> true collapsed.
% 1.19/1.48  Current number of equations to process: 19
% 1.19/1.48  Current number of ordered equations: 0
% 1.19/1.48  Current number of rules: 27
% 1.19/1.48  New rule produced : [29] theorem(or(A,or(not(or(B,B)),B))) -> true
% 1.19/1.48  Current number of equations to process: 20
% 1.19/1.48  Current number of ordered equations: 0
% 1.19/1.48  Current number of rules: 28
% 1.19/1.48  New rule produced : [30] theorem(or(A,or(not(B),or(C,B)))) -> true
% 1.19/1.48  Current number of equations to process: 19
% 1.19/1.48  Current number of ordered equations: 0
% 1.19/1.48  Current number of rules: 29
% 1.19/1.48  New rule produced : [31] theorem(or(A,or(not(or(B,C)),or(C,B)))) -> true
% 1.19/1.48  Current number of equations to process: 19
% 1.19/1.48  Current number of ordered equations: 0
% 1.19/1.48  Current number of rules: 30
% 1.19/1.48  New rule produced :
% 1.19/1.48  [32] theorem(or(A,or(not(or(B,or(C,X))),or(C,or(B,X))))) -> true
% 1.19/1.48  Current number of equations to process: 18
% 1.19/1.48  Current number of ordered equations: 0
% 1.19/1.48  Current number of rules: 31
% 1.19/1.48  New rule produced : [33] theorem(or(A,not(or(A,A)))) -> true
% 1.19/1.48  Current number of equations to process: 18
% 1.19/1.48  Current number of ordered equations: 0
% 1.19/1.48  Current number of rules: 32
% 1.19/1.48  New rule produced : [34] theorem(or(or(A,B),not(B))) -> true
% 1.19/1.48  Current number of equations to process: 18
% 1.19/1.48  Current number of ordered equations: 0
% 1.19/1.48  Current number of rules: 33
% 1.19/1.48  New rule produced : [35] theorem(or(or(A,B),not(or(B,A)))) -> true
% 1.19/1.48  Current number of equations to process: 18
% 1.19/1.48  Current number of ordered equations: 0
% 1.19/1.48  Current number of rules: 34
% 1.19/1.48  New rule produced :
% 1.19/1.48  [36] theorem(or(or(A,or(B,C)),not(or(B,or(A,C))))) -> true
% 1.19/1.48  Current number of equations to process: 18
% 1.19/1.48  Current number of ordered equations: 0
% 1.19/1.48  Current number of rules: 35
% 1.19/1.48  New rule produced :
% 1.19/1.48  [37]
% 1.19/1.48  ifeq(axiom(or(not(or(not(or(A,B)),or(B,A))),C)),true,theorem(C),true) -> true
% 1.19/1.48  Current number of equations to process: 19
% 1.19/1.48  Current number of ordered equations: 0
% 1.19/1.48  Current number of rules: 36
% 1.19/1.48  New rule produced :
% 1.19/1.48  [38]
% 1.19/1.48  ifeq(axiom(or(not(A),or(B,C))),true,theorem(or(not(A),or(C,B))),true) -> true
% 1.19/1.48  Current number of equations to process: 18
% 1.19/1.48  Current number of ordered equations: 0
% 1.19/1.48  Current number of rules: 37
% 1.19/1.48  New rule produced :
% 1.19/1.48  [39] theorem(or(or(not(or(A,B)),or(A,C)),not(or(not(B),C)))) -> true
% 1.19/1.48  Current number of equations to process: 21
% 1.19/1.48  Current number of ordered equations: 0
% 1.19/1.48  Current number of rules: 38
% 1.19/1.48  New rule produced :
% 1.19/1.48  [40] theorem(or(A,or(not(or(not(B),C)),or(not(or(X,B)),or(X,C))))) -> true
% 1.19/1.48  Current number of equations to process: 20
% 1.19/1.48  Current number of ordered equations: 0
% 1.19/1.48  Current number of rules: 39
% 1.19/1.48  New rule produced : [41] theorem(or(A,or(not(B),B))) -> true
% 1.19/1.48  Current number of equations to process: 21
% 1.19/1.48  Current number of ordered equations: 0
% 1.19/1.48  Current number of rules: 40
% 1.19/1.48  New rule produced : [42] theorem(or(A,or(not(or(B,A)),B))) -> true
% 1.19/1.48  Current number of equations to process: 21
% 1.19/1.48  Current number of ordered equations: 0
% 1.19/1.48  Current number of rules: 41
% 1.19/1.48  New rule produced :
% 1.19/1.48  [43] theorem(or(A,or(not(or(or(A,B),or(A,B))),B))) -> true
% 1.19/1.48  Current number of equations to process: 20
% 1.19/1.48  Current number of ordered equations: 0
% 1.19/1.48  Current number of rules: 42
% 1.19/1.48  New rule produced :
% 1.19/1.48  [44] theorem(or(A,or(not(or(B,or(A,C))),or(B,C)))) -> true
% 1.19/1.48  Current number of equations to process: 20
% 1.19/1.48  Current number of ordered equations: 0
% 1.19/1.48  Current number of rules: 43
% 1.19/1.48  New rule produced :
% 1.19/1.48  [45] theorem(or(not(or(A,B)),or(not(or(not(B),C)),or(A,C)))) -> true
% 1.19/1.48  Current number of equations to process: 20
% 1.19/1.48  Current number of ordered equations: 0
% 1.19/1.48  Current number of rules: 44
% 1.19/1.48  New rule produced : [46] theorem(or(not(or(A,or(B,B))),or(A,B))) -> true
% 1.19/1.48  Current number of equations to process: 18
% 1.19/1.48  Current number of ordered equations: 0
% 1.19/1.48  Current number of rules: 45
% 1.19/1.48  New rule produced : [47] theorem(or(not(or(A,B)),or(A,or(C,B)))) -> true
% 1.19/1.48  Current number of equations to process: 18
% 1.19/1.48  Current number of ordered equations: 0
% 1.19/1.51  Current number of rules: 46
% 1.19/1.51  New rule produced :
% 1.19/1.51  [48] theorem(or(not(or(A,or(B,C))),or(A,or(C,B)))) -> true
% 1.19/1.51  Current number of equations to process: 18
% 1.19/1.51  Current number of ordered equations: 0
% 1.19/1.51  Current number of rules: 47
% 1.19/1.51  New rule produced :
% 1.19/1.51  [49] theorem(or(not(or(A,or(B,or(C,X)))),or(A,or(C,or(B,X))))) -> true
% 1.19/1.51  Current number of equations to process: 19
% 1.19/1.51  Current number of ordered equations: 0
% 1.19/1.51  Current number of rules: 48
% 1.19/1.51  New rule produced : [50] theorem(or(not(or(A,A)),or(B,A))) -> true
% 1.19/1.51  Current number of equations to process: 20
% 1.19/1.51  Current number of ordered equations: 0
% 1.19/1.51  Current number of rules: 49
% 1.19/1.51  New rule produced : [51] theorem(or(not(or(or(A,A),or(A,A))),A)) -> true
% 1.19/1.51  Current number of equations to process: 19
% 1.19/1.51  Current number of ordered equations: 0
% 1.19/1.51  Current number of rules: 50
% 1.19/1.51  New rule produced :
% 1.19/1.51  [52] theorem(or(not(or(or(A,B),or(A,B))),or(B,A))) -> true
% 1.19/1.51  Current number of equations to process: 19
% 1.19/1.51  Current number of ordered equations: 0
% 1.19/1.51  Current number of rules: 51
% 1.19/1.51  New rule produced : [53] theorem(or(not(A),A)) -> true
% 1.19/1.51  Current number of equations to process: 21
% 1.19/1.51  Current number of ordered equations: 0
% 1.19/1.51  Current number of rules: 52
% 1.19/1.51  New rule produced : [54] theorem(or(not(A),or(B,or(C,A)))) -> true
% 1.19/1.51  Current number of equations to process: 21
% 1.19/1.51  Current number of ordered equations: 0
% 1.19/1.51  Current number of rules: 53
% 1.19/1.51  New rule produced : [55] theorem(or(not(A),or(A,B))) -> true
% 1.19/1.51  Current number of equations to process: 21
% 1.19/1.51  Current number of ordered equations: 0
% 1.19/1.51  Current number of rules: 54
% 1.19/1.51  New rule produced : [56] theorem(or(not(or(A,B)),or(C,or(B,A)))) -> true
% 1.19/1.51  Current number of equations to process: 21
% 1.19/1.51  Current number of ordered equations: 0
% 1.19/1.51  Current number of rules: 55
% 1.19/1.51  New rule produced :
% 1.19/1.51  [57] theorem(or(not(or(or(A,B),C)),or(A,or(C,B)))) -> true
% 1.19/1.51  Current number of equations to process: 21
% 1.19/1.51  Current number of ordered equations: 0
% 1.19/1.51  Current number of rules: 56
% 1.19/1.51  New rule produced :
% 1.19/1.51  [58] theorem(or(not(or(A,not(B))),or(not(or(C,B)),or(C,A)))) -> true
% 1.19/1.51  Current number of equations to process: 21
% 1.19/1.51  Current number of ordered equations: 0
% 1.19/1.51  Current number of rules: 57
% 1.19/1.51  New rule produced :
% 1.19/1.51  [59] theorem(or(not(or(A,or(or(A,B),B))),or(A,B))) -> true
% 1.19/1.51  Current number of equations to process: 26
% 1.19/1.51  Current number of ordered equations: 0
% 1.19/1.51  Current number of rules: 58
% 1.19/1.51  New rule produced :
% 1.19/1.51  [60] ifeq(axiom(or(not(A),or(or(B,A),or(B,A)))),true,true,true) -> true
% 1.19/1.51  Current number of equations to process: 29
% 1.19/1.51  Current number of ordered equations: 0
% 1.19/1.51  Current number of rules: 59
% 1.19/1.51  New rule produced :
% 1.19/1.51  [61] ifeq(axiom(or(not(or(A,B)),or(or(B,A),or(B,A)))),true,true,true) -> true
% 1.19/1.51  Current number of equations to process: 28
% 1.19/1.51  Current number of ordered equations: 0
% 1.19/1.51  Current number of rules: 60
% 1.19/1.51  New rule produced :
% 1.19/1.51  [62] theorem(or(not(or(A,or(B,C))),or(X,or(B,or(A,C))))) -> true
% 1.19/1.51  Current number of equations to process: 34
% 1.19/1.51  Current number of ordered equations: 0
% 1.19/1.51  Current number of rules: 61
% 1.19/1.51  New rule produced :
% 1.19/1.51  [63] theorem(or(not(or(not(A),B)),or(C,or(not(or(X,A)),or(X,B))))) -> true
% 1.19/1.51  Current number of equations to process: 33
% 1.19/1.51  Current number of ordered equations: 0
% 1.19/1.51  Current number of rules: 62
% 1.19/1.51  New rule produced : [64] ifeq(axiom(or(not(A),A)),true,true,true) -> true
% 1.19/1.51  Current number of equations to process: 34
% 1.19/1.51  Current number of ordered equations: 0
% 1.19/1.51  Current number of rules: 63
% 1.19/1.51  New rule produced :
% 1.19/1.51  [65] ifeq(axiom(or(not(or(A,B)),A)),true,true,true) -> true
% 1.19/1.51  Current number of equations to process: 34
% 1.19/1.51  Current number of ordered equations: 0
% 1.19/1.51  Current number of rules: 64
% 1.19/1.51  New rule produced :
% 1.19/1.51  [66] ifeq(axiom(or(not(or(not(A),B)),or(C,B))),true,true,true) -> true
% 1.19/1.51  Current number of equations to process: 35
% 1.19/1.51  Current number of ordered equations: 0
% 1.19/1.51  Current number of rules: 65
% 1.19/1.51  New rule produced :
% 1.19/1.51  [67] ifeq(axiom(or(not(or(or(A,B),or(A,B))),B)),true,true,true) -> true
% 1.19/1.51  Current number of equations to process: 34
% 1.19/1.51  Current number of ordered equations: 0
% 1.19/1.51  Current number of rules: 66
% 1.19/1.51  New rule produced :
% 1.19/1.51  [68] ifeq(axiom(or(not(or(A,or(B,C))),or(A,C))),true,true,true) -> true
% 1.19/1.51  Current number of equations to process: 33
% 1.19/1.51  Current number of ordered equations: 0
% 1.19/1.51  Current number of rules: 67
% 1.19/1.51  New rule produced :
% 1.19/1.51  [69] ifeq(axiom(or(A,or(not(or(B,B)),B))),true,true,true) -> true
% 1.19/1.54  Current number of equations to process: 36
% 1.19/1.54  Current number of ordered equations: 0
% 1.19/1.54  Current number of rules: 68
% 1.19/1.54  New rule produced :
% 1.19/1.54  [70] theorem(or(not(or(A,B)),or(A,or(not(or(C,C)),C)))) -> true
% 1.19/1.54  Current number of equations to process: 35
% 1.19/1.54  Current number of ordered equations: 0
% 1.19/1.54  Current number of rules: 69
% 1.19/1.54  New rule produced : [71] ifeq(axiom(or(not(A),B)),true,true,true) -> true
% 1.19/1.54  Rule [60] ifeq(axiom(or(not(A),or(or(B,A),or(B,A)))),true,true,true) -> true
% 1.19/1.54  collapsed.
% 1.19/1.54  Rule
% 1.19/1.54  [61] ifeq(axiom(or(not(or(A,B)),or(or(B,A),or(B,A)))),true,true,true) -> true
% 1.19/1.54  collapsed.
% 1.19/1.54  Rule [64] ifeq(axiom(or(not(A),A)),true,true,true) -> true collapsed.
% 1.19/1.54  Rule [65] ifeq(axiom(or(not(or(A,B)),A)),true,true,true) -> true collapsed.
% 1.19/1.54  Rule [66] ifeq(axiom(or(not(or(not(A),B)),or(C,B))),true,true,true) -> true
% 1.19/1.54  collapsed.
% 1.19/1.54  Rule [67] ifeq(axiom(or(not(or(or(A,B),or(A,B))),B)),true,true,true) -> true
% 1.19/1.54  collapsed.
% 1.19/1.54  Rule [68] ifeq(axiom(or(not(or(A,or(B,C))),or(A,C))),true,true,true) -> true
% 1.19/1.54  collapsed.
% 1.19/1.54  Current number of equations to process: 35
% 1.19/1.54  Current number of ordered equations: 0
% 1.19/1.54  Current number of rules: 63
% 1.19/1.54  New rule produced : [72] theorem(or(or(not(or(A,A)),A),B)) -> true
% 1.19/1.54  Current number of equations to process: 36
% 1.19/1.54  Current number of ordered equations: 0
% 1.19/1.54  Current number of rules: 64
% 1.19/1.54  New rule produced : [73] theorem(or(A,or(B,or(not(or(C,C)),C)))) -> true
% 1.19/1.54  Rule [70] theorem(or(not(or(A,B)),or(A,or(not(or(C,C)),C)))) -> true
% 1.19/1.54  collapsed.
% 1.19/1.54  Current number of equations to process: 35
% 1.19/1.54  Current number of ordered equations: 0
% 1.19/1.54  Current number of rules: 64
% 1.19/1.54  New rule produced :
% 1.19/1.54  [74] ifeq(axiom(or(A,or(not(B),or(C,B)))),true,true,true) -> true
% 1.19/1.54  Current number of equations to process: 37
% 1.19/1.54  Current number of ordered equations: 0
% 1.19/1.54  Current number of rules: 65
% 1.19/1.54  New rule produced :
% 1.19/1.54  [75] theorem(or(not(or(A,B)),or(A,or(not(C),or(X,C))))) -> true
% 1.19/1.54  Current number of equations to process: 36
% 1.19/1.54  Current number of ordered equations: 0
% 1.19/1.54  Current number of rules: 66
% 1.19/1.54  New rule produced : [76] theorem(or(or(not(A),or(B,A)),C)) -> true
% 1.19/1.54  Current number of equations to process: 37
% 1.19/1.54  Current number of ordered equations: 0
% 1.19/1.54  Current number of rules: 67
% 1.19/1.54  New rule produced : [77] theorem(or(A,or(B,or(not(C),or(X,C))))) -> true
% 1.19/1.54  Rule [75] theorem(or(not(or(A,B)),or(A,or(not(C),or(X,C))))) -> true
% 1.19/1.54  collapsed.
% 1.19/1.54  Current number of equations to process: 36
% 1.19/1.54  Current number of ordered equations: 0
% 1.19/1.54  Current number of rules: 67
% 1.19/1.54  New rule produced :
% 1.19/1.54  [78] ifeq(axiom(or(A,or(not(or(B,C)),or(C,B)))),true,true,true) -> true
% 1.19/1.54  Current number of equations to process: 38
% 1.19/1.54  Current number of ordered equations: 0
% 1.19/1.54  Current number of rules: 68
% 1.19/1.54  New rule produced : [79] theorem(or(or(not(or(A,B)),or(B,A)),C)) -> true
% 1.19/1.54  Current number of equations to process: 39
% 1.19/1.54  Current number of ordered equations: 0
% 1.19/1.54  Current number of rules: 69
% 1.19/1.54  New rule produced :
% 1.19/1.54  [80] theorem(or(A,or(B,or(not(or(C,X)),or(X,C))))) -> true
% 1.19/1.54  Current number of equations to process: 38
% 1.19/1.54  Current number of ordered equations: 0
% 1.19/1.54  Current number of rules: 70
% 1.19/1.54  New rule produced :
% 1.19/1.54  [81]
% 1.19/1.54  ifeq(axiom(or(not(or(A,or(not(or(B,B)),B))),C)),true,theorem(C),true) -> true
% 1.19/1.54  Current number of equations to process: 39
% 1.19/1.54  Current number of ordered equations: 0
% 1.19/1.54  Current number of rules: 71
% 1.19/1.54  New rule produced :
% 1.19/1.54  [82]
% 1.19/1.54  ifeq(axiom(or(not(or(A,or(not(B),or(C,B)))),X)),true,theorem(X),true) -> true
% 1.19/1.54  Current number of equations to process: 38
% 1.19/1.54  Current number of ordered equations: 0
% 1.19/1.54  Current number of rules: 72
% 1.19/1.54  New rule produced :
% 1.19/1.54  [83] theorem(or(or(not(or(A,or(B,C))),or(B,or(A,C))),X)) -> true
% 1.19/1.54  Current number of equations to process: 39
% 1.19/1.54  Current number of ordered equations: 0
% 1.19/1.54  Current number of rules: 73
% 1.19/1.54  New rule produced :
% 1.19/1.54  [84] ifeq(axiom(or(A,not(or(A,A)))),true,true,true) -> true
% 1.19/1.54  Current number of equations to process: 41
% 1.19/1.54  Current number of ordered equations: 0
% 1.19/1.54  Current number of rules: 74
% 1.19/1.54  New rule produced : [85] theorem(or(A,or(B,not(or(B,B))))) -> true
% 1.19/1.54  Current number of equations to process: 42
% 1.19/1.54  Current number of ordered equations: 0
% 1.19/1.54  Current number of rules: 75
% 1.19/1.54  New rule produced :
% 1.19/1.54  [86] ifeq(axiom(or(or(A,B),not(B))),true,true,true) -> true
% 1.19/1.54  Current number of equations to process: 46
% 1.19/1.54  Current number of ordered equations: 0
% 1.19/1.58  Current number of rules: 76
% 1.19/1.58  New rule produced :
% 1.19/1.58  [87] theorem(or(not(or(A,A)),not(or(not(A),not(A))))) -> true
% 1.19/1.58  Current number of equations to process: 45
% 1.19/1.58  Current number of ordered equations: 0
% 1.19/1.58  Current number of rules: 77
% 1.19/1.58  New rule produced : [88] theorem(or(A,or(or(B,C),not(C)))) -> true
% 1.19/1.58  Current number of equations to process: 45
% 1.19/1.58  Current number of ordered equations: 0
% 1.19/1.58  Current number of rules: 78
% 1.19/1.58  New rule produced :
% 1.19/1.58  [89] ifeq(axiom(or(or(A,B),not(or(B,A)))),true,true,true) -> true
% 1.19/1.58  Current number of equations to process: 46
% 1.19/1.58  Current number of ordered equations: 0
% 1.19/1.58  Current number of rules: 79
% 1.19/1.58  New rule produced :
% 1.19/1.58  [90] theorem(or(not(or(A,B)),or(A,not(or(not(B),not(B)))))) -> true
% 1.19/1.58  Current number of equations to process: 45
% 1.19/1.58  Current number of ordered equations: 0
% 1.19/1.58  Current number of rules: 80
% 1.19/1.58  New rule produced :
% 1.19/1.58  [91] theorem(or(not(A),not(or(not(or(B,A)),not(or(B,A)))))) -> true
% 1.19/1.58  Current number of equations to process: 44
% 1.19/1.58  Current number of ordered equations: 0
% 1.19/1.58  Current number of rules: 81
% 1.19/1.58  New rule produced : [92] theorem(or(A,or(or(B,C),not(or(C,B))))) -> true
% 1.19/1.58  Current number of equations to process: 44
% 1.19/1.58  Current number of ordered equations: 0
% 1.19/1.58  Current number of rules: 82
% 1.19/1.58  New rule produced :
% 1.19/1.58  [93] ifeq(axiom(or(not(or(A,not(or(A,A)))),B)),true,theorem(B),true) -> true
% 1.19/1.58  Current number of equations to process: 45
% 1.19/1.58  Current number of ordered equations: 0
% 1.19/1.58  Current number of rules: 83
% 1.19/1.58  New rule produced :
% 1.19/1.58  [94] ifeq(axiom(or(not(or(or(A,B),not(B))),C)),true,theorem(C),true) -> true
% 1.19/1.58  Current number of equations to process: 44
% 1.19/1.58  Current number of ordered equations: 0
% 1.19/1.58  Current number of rules: 84
% 1.19/1.58  New rule produced :
% 1.19/1.58  [95] theorem(or(not(or(A,B)),not(or(not(or(B,A)),not(or(B,A)))))) -> true
% 1.19/1.58  Current number of equations to process: 43
% 1.19/1.58  Current number of ordered equations: 0
% 1.19/1.58  Current number of rules: 85
% 1.19/1.58  New rule produced :
% 1.19/1.58  [96] theorem(or(A,or(or(B,or(C,X)),not(or(C,or(B,X)))))) -> true
% 1.19/1.58  Current number of equations to process: 43
% 1.19/1.58  Current number of ordered equations: 0
% 1.19/1.58  Current number of rules: 86
% 1.19/1.58  New rule produced :
% 1.19/1.58  [97] theorem(or(A,or(B,or(not(or(C,or(X,Y))),or(X,or(C,Y)))))) -> true
% 1.19/1.58  Current number of equations to process: 42
% 1.19/1.58  Current number of ordered equations: 0
% 1.19/1.58  Current number of rules: 87
% 1.19/1.58  New rule produced :
% 1.19/1.58  [98]
% 1.19/1.58  ifeq(axiom(or(not(or(or(A,B),not(or(B,A)))),C)),true,theorem(C),true) -> true
% 1.19/1.58  Current number of equations to process: 41
% 1.19/1.58  Current number of ordered equations: 0
% 1.19/1.58  Current number of rules: 88
% 1.19/1.58  New rule produced :
% 1.19/1.58  [99] ifeq(axiom(or(or(A,or(B,C)),not(or(B,or(A,C))))),true,true,true) -> true
% 1.19/1.58  Current number of equations to process: 40
% 1.19/1.58  Current number of ordered equations: 0
% 1.19/1.58  Current number of rules: 89
% 1.19/1.58  New rule produced :
% 1.19/1.58  [100]
% 1.19/1.58  ifeq(axiom(or(not(A),B)),true,theorem(or(not(A),not(or(not(B),not(B))))),true)
% 1.19/1.58  -> true
% 1.19/1.58  Current number of equations to process: 39
% 1.19/1.58  Current number of ordered equations: 0
% 1.19/1.58  Current number of rules: 90
% 1.19/1.58  New rule produced :
% 1.19/1.58  [101] theorem(or(not(or(A,or(B,C))),or(or(A,C),B))) -> true
% 1.19/1.58  Current number of equations to process: 39
% 1.19/1.58  Current number of ordered equations: 0
% 1.19/1.58  Current number of rules: 91
% 1.19/1.58  New rule produced :
% 1.19/1.58  [102] theorem(or(not(or(not(A),B)),or(or(C,B),not(or(C,A))))) -> true
% 1.19/1.58  Current number of equations to process: 39
% 1.19/1.58  Current number of ordered equations: 0
% 1.19/1.58  Current number of rules: 92
% 1.19/1.58  New rule produced :
% 1.19/1.58  [103] theorem(or(A,or(or(not(or(B,C)),or(B,X)),not(or(not(C),X))))) -> true
% 1.19/1.58  Current number of equations to process: 44
% 1.19/1.58  Current number of ordered equations: 0
% 1.19/1.58  Current number of rules: 93
% 1.19/1.58  New rule produced :
% 1.19/1.58  [104] ifeq(axiom(or(A,or(not(B),B))),true,true,true) -> true
% 1.19/1.58  Current number of equations to process: 44
% 1.19/1.58  Current number of ordered equations: 0
% 1.19/1.58  Current number of rules: 94
% 1.19/1.58  New rule produced :
% 1.19/1.58  [105] theorem(or(not(or(A,B)),or(A,or(not(C),C)))) -> true
% 1.19/1.58  Current number of equations to process: 43
% 1.19/1.58  Current number of ordered equations: 0
% 1.19/1.58  Current number of rules: 95
% 1.19/1.58  New rule produced : [106] theorem(or(or(not(A),A),B)) -> true
% 1.19/1.58  Current number of equations to process: 44
% 1.19/1.58  Current number of ordered equations: 0
% 1.19/1.58  Current number of rules: 96
% 1.19/1.58  New rule produced : [107] theorem(or(A,or(B,or(not(C),C)))) -> true
% 1.19/1.58  Rule [105] theorem(or(not(or(A,B)),or(A,or(not(C),C)))) -> true collapsed.
% 1.19/1.62  Current number of equations to process: 43
% 1.19/1.62  Current number of ordered equations: 0
% 1.19/1.62  Current number of rules: 96
% 1.19/1.62  New rule produced :
% 1.19/1.62  [108] ifeq(axiom(or(A,or(not(or(B,A)),B))),true,true,true) -> true
% 1.19/1.62  Current number of equations to process: 45
% 1.19/1.62  Current number of ordered equations: 0
% 1.19/1.62  Current number of rules: 97
% 1.19/1.62  New rule produced : [109] theorem(or(or(not(or(A,B)),A),B)) -> true
% 1.19/1.62  Current number of equations to process: 47
% 1.19/1.62  Current number of ordered equations: 0
% 1.19/1.62  Current number of rules: 98
% 1.19/1.62  New rule produced : [110] theorem(or(A,or(B,or(not(or(C,B)),C)))) -> true
% 1.19/1.62  Current number of equations to process: 46
% 1.19/1.62  Current number of ordered equations: 0
% 1.19/1.62  Current number of rules: 99
% 1.19/1.62  New rule produced :
% 1.19/1.62  [111] theorem(or(not(or(A,A)),or(not(or(B,not(A))),B))) -> true
% 1.19/1.62  Current number of equations to process: 48
% 1.19/1.62  Current number of ordered equations: 0
% 1.19/1.62  Current number of rules: 100
% 1.19/1.62  New rule produced :
% 1.19/1.62  [112] theorem(or(not(A),or(not(or(B,not(or(C,A)))),B))) -> true
% 1.19/1.62  Current number of equations to process: 47
% 1.19/1.62  Current number of ordered equations: 0
% 1.19/1.62  Current number of rules: 101
% 1.19/1.62  New rule produced :
% 1.19/1.62  [113] ifeq(axiom(or(not(or(A,or(not(B),B))),C)),true,theorem(C),true) -> true
% 1.19/1.62  Current number of equations to process: 49
% 1.19/1.62  Current number of ordered equations: 0
% 1.19/1.62  Current number of rules: 102
% 1.19/1.62  New rule produced :
% 1.19/1.62  [114] theorem(or(not(or(A,B)),or(A,or(not(or(C,not(B))),C)))) -> true
% 1.19/1.62  Current number of equations to process: 48
% 1.19/1.62  Current number of ordered equations: 0
% 1.19/1.62  Current number of rules: 103
% 1.19/1.62  New rule produced :
% 1.19/1.62  [115] theorem(or(not(or(A,B)),or(not(or(C,not(or(B,A)))),C))) -> true
% 1.19/1.62  Current number of equations to process: 47
% 1.19/1.62  Current number of ordered equations: 0
% 1.19/1.62  Current number of rules: 104
% 1.19/1.62  New rule produced :
% 1.19/1.62  [116] theorem(or(or(not(or(or(A,B),or(A,B))),B),A)) -> true
% 1.19/1.62  Current number of equations to process: 49
% 1.19/1.62  Current number of ordered equations: 0
% 1.19/1.62  Current number of rules: 105
% 1.19/1.62  New rule produced :
% 1.19/1.62  [117] theorem(or(A,or(B,or(not(or(or(B,C),or(B,C))),C)))) -> true
% 1.19/1.62  Current number of equations to process: 54
% 1.19/1.62  Current number of ordered equations: 0
% 1.19/1.62  Current number of rules: 106
% 1.19/1.62  New rule produced :
% 1.19/1.62  [118] theorem(or(or(not(or(A,or(B,C))),or(A,C)),B)) -> true
% 1.19/1.62  Current number of equations to process: 56
% 1.19/1.62  Current number of ordered equations: 0
% 1.19/1.62  Current number of rules: 107
% 1.19/1.62  New rule produced :
% 1.19/1.62  [119] theorem(or(A,or(B,or(not(or(C,or(B,X))),or(C,X))))) -> true
% 1.19/1.62  Current number of equations to process: 58
% 1.19/1.62  Current number of ordered equations: 0
% 1.19/1.62  Current number of rules: 108
% 1.19/1.62  New rule produced :
% 1.19/1.62  [120] theorem(or(or(not(or(not(A),B)),or(not(or(C,A)),or(C,B))),X)) -> true
% 1.19/1.62  Current number of equations to process: 59
% 1.19/1.62  Current number of ordered equations: 0
% 1.19/1.62  Current number of rules: 109
% 1.19/1.62  New rule produced :
% 1.19/1.62  [121]
% 1.19/1.62  ifeq(axiom(or(not(or(A,or(not(or(B,A)),B))),C)),true,theorem(C),true) -> true
% 1.19/1.62  Current number of equations to process: 58
% 1.19/1.62  Current number of ordered equations: 0
% 1.19/1.62  Current number of rules: 110
% 1.19/1.62  New rule produced :
% 1.19/1.62  [122]
% 1.19/1.62  ifeq(axiom(or(A,or(not(or(or(A,B),or(A,B))),B))),true,true,true) -> true
% 1.19/1.62  Current number of equations to process: 57
% 1.19/1.62  Current number of ordered equations: 0
% 1.19/1.62  Current number of rules: 111
% 1.19/1.62  New rule produced :
% 1.19/1.62  [123]
% 1.19/1.62  ifeq(axiom(or(A,or(not(or(B,or(A,C))),or(B,C)))),true,true,true) -> true
% 1.19/1.62  Current number of equations to process: 56
% 1.19/1.62  Current number of ordered equations: 0
% 1.19/1.62  Current number of rules: 112
% 1.19/1.62  New rule produced :
% 1.19/1.62  [124] theorem(or(not(or(A,A)),or(not(or(B,or(not(A),C))),or(B,C)))) -> true
% 1.19/1.62  Current number of equations to process: 55
% 1.19/1.62  Current number of ordered equations: 0
% 1.19/1.62  Current number of rules: 113
% 1.19/1.62  New rule produced :
% 1.19/1.62  [125] theorem(or(not(A),or(not(or(B,or(not(or(C,A)),X))),or(B,X)))) -> true
% 1.19/1.62  Current number of equations to process: 54
% 1.19/1.62  Current number of ordered equations: 0
% 1.19/1.62  Current number of rules: 114
% 1.19/1.62  New rule produced :
% 1.19/1.62  [126] theorem(or(not(A),or(not(or(not(A),B)),or(C,B)))) -> true
% 1.19/1.62  Current number of equations to process: 58
% 1.19/1.62  Current number of ordered equations: 0
% 1.19/1.62  Current number of rules: 115
% 1.19/1.62  New rule produced :
% 1.19/1.62  [127] theorem(or(or(not(or(not(A),B)),or(C,B)),not(or(C,A)))) -> true
% 1.19/1.62  Current number of equations to process: 57
% 1.19/1.62  Current number of ordered equations: 0
% 1.40/1.68  Current number of rules: 116
% 1.40/1.68  New rule produced :
% 1.40/1.68  [128] theorem(or(not(or(A,B)),or(not(or(not(A),C)),or(B,C)))) -> true
% 1.40/1.68  Current number of equations to process: 57
% 1.40/1.68  Current number of ordered equations: 0
% 1.40/1.68  Current number of rules: 117
% 1.40/1.68  New rule produced :
% 1.40/1.68  [129] theorem(or(not(or(A,or(B,or(C,C)))),or(A,or(B,C)))) -> true
% 1.40/1.68  Current number of equations to process: 58
% 1.40/1.68  Current number of ordered equations: 0
% 1.40/1.68  Current number of rules: 118
% 1.40/1.68  New rule produced : [130] theorem(or(or(A,B),not(or(A,or(B,B))))) -> true
% 1.40/1.68  Current number of equations to process: 60
% 1.40/1.68  Current number of ordered equations: 0
% 1.40/1.68  Current number of rules: 119
% 1.40/1.68  New rule produced : [131] theorem(or(A,or(not(or(A,or(B,B))),B))) -> true
% 1.40/1.68  Current number of equations to process: 60
% 1.40/1.68  Current number of ordered equations: 0
% 1.40/1.68  Current number of rules: 120
% 1.40/1.68  New rule produced :
% 1.40/1.68  [132] theorem(or(A,or(not(or(B,or(C,C))),or(B,C)))) -> true
% 1.40/1.68  Current number of equations to process: 60
% 1.40/1.68  Current number of ordered equations: 0
% 1.40/1.68  Current number of rules: 121
% 1.40/1.68  New rule produced : [133] theorem(or(not(or(or(A,A),B)),or(B,A))) -> true
% 1.40/1.68  Current number of equations to process: 60
% 1.40/1.68  Current number of ordered equations: 0
% 1.40/1.68  Current number of rules: 122
% 1.40/1.68  New rule produced :
% 1.40/1.68  [134] theorem(or(not(or(A,or(B,C))),or(A,or(B,or(X,C))))) -> true
% 1.40/1.68  Current number of equations to process: 61
% 1.40/1.68  Current number of ordered equations: 0
% 1.40/1.68  Current number of rules: 123
% 1.40/1.68  New rule produced : [135] theorem(or(or(A,or(B,C)),not(or(A,C)))) -> true
% 1.40/1.68  Current number of equations to process: 63
% 1.40/1.68  Current number of ordered equations: 0
% 1.40/1.68  Current number of rules: 124
% 1.40/1.68  New rule produced : [136] theorem(or(A,or(not(or(A,B)),or(C,B)))) -> true
% 1.40/1.68  Rule [126] theorem(or(not(A),or(not(or(not(A),B)),or(C,B)))) -> true
% 1.40/1.68  collapsed.
% 1.40/1.68  Current number of equations to process: 63
% 1.40/1.68  Current number of ordered equations: 0
% 1.40/1.68  Current number of rules: 124
% 1.40/1.68  New rule produced :
% 1.40/1.68  [137] theorem(or(A,or(not(or(B,C)),or(B,or(X,C))))) -> true
% 1.40/1.68  Current number of equations to process: 63
% 1.40/1.68  Current number of ordered equations: 0
% 1.40/1.68  Current number of rules: 125
% 1.40/1.68  New rule produced : [138] theorem(or(not(or(A,B)),or(B,or(C,A)))) -> true
% 1.40/1.68  Current number of equations to process: 63
% 1.40/1.68  Current number of ordered equations: 0
% 1.40/1.68  Current number of rules: 126
% 1.40/1.68  New rule produced :
% 1.40/1.68  [139] theorem(or(not(or(or(A,B),or(A,B))),or(A,or(C,B)))) -> true
% 1.40/1.68  Current number of equations to process: 64
% 1.40/1.68  Current number of ordered equations: 0
% 1.40/1.68  Current number of rules: 127
% 1.40/1.68  New rule produced :
% 1.40/1.68  [140] theorem(or(or(A,or(B,C)),not(or(A,or(C,B))))) -> true
% 1.40/1.68  Current number of equations to process: 66
% 1.40/1.68  Current number of ordered equations: 0
% 1.40/1.68  Current number of rules: 128
% 1.40/1.68  New rule produced :
% 1.40/1.68  [141] theorem(or(A,or(not(or(A,or(B,C))),or(C,B)))) -> true
% 1.40/1.68  Current number of equations to process: 66
% 1.40/1.68  Current number of ordered equations: 0
% 1.40/1.68  Current number of rules: 129
% 1.40/1.68  New rule produced :
% 1.40/1.68  [142] theorem(or(not(or(or(A,B),C)),or(C,or(B,A)))) -> true
% 1.40/1.68  Current number of equations to process: 67
% 1.40/1.68  Current number of ordered equations: 0
% 1.40/1.68  Current number of rules: 130
% 1.40/1.68  New rule produced :
% 1.40/1.68  [143] theorem(or(A,or(not(or(B,or(C,X))),or(B,or(X,C))))) -> true
% 1.40/1.68  Current number of equations to process: 66
% 1.40/1.68  Current number of ordered equations: 0
% 1.40/1.68  Current number of rules: 131
% 1.40/1.68  New rule produced :
% 1.40/1.68  [144] theorem(or(A,or(not(or(B,C)),or(not(or(not(C),X)),or(B,X))))) -> true
% 1.40/1.68  Current number of equations to process: 67
% 1.40/1.68  Current number of ordered equations: 0
% 1.40/1.68  Current number of rules: 132
% 1.40/1.68  New rule produced :
% 1.40/1.68  [145] theorem(or(not(or(or(A,or(B,B)),or(A,or(B,B)))),or(A,B))) -> true
% 1.40/1.68  Current number of equations to process: 66
% 1.40/1.68  Current number of ordered equations: 0
% 1.40/1.68  Current number of rules: 133
% 1.40/1.68  New rule produced :
% 1.40/1.68  [146] theorem(or(not(or(A,or(B,or(C,X)))),or(A,or(B,or(X,C))))) -> true
% 1.40/1.68  Current number of equations to process: 65
% 1.40/1.68  Current number of ordered equations: 0
% 1.40/1.68  Current number of rules: 134
% 1.40/1.68  New rule produced :
% 1.40/1.68  [147]
% 1.40/1.68  theorem(or(not(or(A,A)),or(not(or(or(not(A),B),or(not(A),B))),B))) -> true
% 1.40/1.68  Current number of equations to process: 64
% 1.40/1.68  Current number of ordered equations: 0
% 1.40/1.68  Current number of rules: 135
% 1.40/1.68  New rule produced :
% 1.40/1.68  [148] theorem(or(not(or(A,or(B,B))),or(A,or(C,B)))) -> true
% 1.47/1.74  Current number of equations to process: 71
% 1.47/1.74  Current number of ordered equations: 0
% 1.47/1.74  Current number of rules: 136
% 1.47/1.74  New rule produced : [149] theorem(or(or(A,B),not(or(B,B)))) -> true
% 1.47/1.74  Current number of equations to process: 73
% 1.47/1.74  Current number of ordered equations: 0
% 1.47/1.74  Current number of rules: 137
% 1.47/1.74  New rule produced : [150] theorem(or(A,or(not(or(B,B)),or(C,B)))) -> true
% 1.47/1.74  Current number of equations to process: 72
% 1.47/1.74  Current number of ordered equations: 0
% 1.47/1.74  Current number of rules: 138
% 1.47/1.74  New rule produced :
% 1.47/1.74  [151] theorem(or(not(or(or(A,A),or(A,A))),or(B,A))) -> true
% 1.47/1.74  Current number of equations to process: 72
% 1.47/1.74  Current number of ordered equations: 0
% 1.47/1.74  Current number of rules: 139
% 1.47/1.74  New rule produced :
% 1.47/1.74  [152] theorem(or(not(or(A,or(or(B,B),or(B,B)))),or(A,B))) -> true
% 1.47/1.74  Current number of equations to process: 73
% 1.47/1.74  Current number of ordered equations: 0
% 1.47/1.74  Current number of rules: 140
% 1.47/1.74  New rule produced : [153] theorem(or(A,not(or(or(A,A),or(A,A))))) -> true
% 1.47/1.74  Current number of equations to process: 75
% 1.47/1.74  Current number of ordered equations: 0
% 1.47/1.74  Current number of rules: 141
% 1.47/1.74  New rule produced :
% 1.47/1.74  [154] theorem(or(A,or(not(or(or(B,B),or(B,B))),B))) -> true
% 1.47/1.74  Current number of equations to process: 76
% 1.47/1.74  Current number of ordered equations: 0
% 1.47/1.74  Current number of rules: 142
% 1.47/1.74  New rule produced :
% 1.47/1.74  [155] theorem(or(or(A,B),not(or(or(B,A),or(B,A))))) -> true
% 1.47/1.74  Current number of equations to process: 80
% 1.47/1.74  Current number of ordered equations: 0
% 1.47/1.74  Current number of rules: 143
% 1.47/1.74  New rule produced :
% 1.47/1.74  [156] theorem(or(A,or(not(or(or(B,A),or(B,A))),B))) -> true
% 1.47/1.74  Current number of equations to process: 80
% 1.47/1.74  Current number of ordered equations: 0
% 1.47/1.74  Current number of rules: 144
% 1.47/1.74  New rule produced : [157] theorem(or(A,not(A))) -> true
% 1.47/1.74  Current number of equations to process: 82
% 1.47/1.74  Current number of ordered equations: 0
% 1.47/1.74  Current number of rules: 145
% 1.47/1.74  New rule produced : [158] theorem(or(A,or(not(or(A,B)),B))) -> true
% 1.47/1.74  Current number of equations to process: 82
% 1.47/1.74  Current number of ordered equations: 0
% 1.47/1.74  Current number of rules: 146
% 1.47/1.74  New rule produced :
% 1.47/1.74  [159] ifeq(axiom(or(not(or(not(A),A)),B)),true,theorem(B),true) -> true
% 1.47/1.74  Current number of equations to process: 83
% 1.47/1.74  Current number of ordered equations: 0
% 1.47/1.74  Current number of rules: 147
% 1.47/1.74  New rule produced :
% 1.47/1.74  [160] theorem(or(not(or(A,B)),or(A,or(C,or(X,B))))) -> true
% 1.47/1.74  Current number of equations to process: 82
% 1.47/1.74  Current number of ordered equations: 0
% 1.47/1.74  Current number of rules: 148
% 1.47/1.74  New rule produced : [161] theorem(or(or(A,or(B,C)),not(C))) -> true
% 1.47/1.74  Current number of equations to process: 84
% 1.47/1.74  Current number of ordered equations: 0
% 1.47/1.74  Current number of rules: 149
% 1.47/1.74  New rule produced : [162] theorem(or(A,or(not(B),or(C,or(X,B))))) -> true
% 1.47/1.74  Current number of equations to process: 83
% 1.47/1.74  Current number of ordered equations: 0
% 1.47/1.74  Current number of rules: 150
% 1.47/1.74  New rule produced : [163] theorem(or(not(or(A,A)),or(B,or(C,A)))) -> true
% 1.47/1.74  Current number of equations to process: 83
% 1.47/1.74  Current number of ordered equations: 0
% 1.47/1.74  Current number of rules: 151
% 1.47/1.74  New rule produced : [164] theorem(or(not(A),or(B,or(C,or(X,A))))) -> true
% 1.47/1.74  Current number of equations to process: 83
% 1.47/1.74  Current number of ordered equations: 0
% 1.47/1.74  Current number of rules: 152
% 1.47/1.74  New rule produced : [165] theorem(or(not(or(A,B)),or(A,or(B,C)))) -> true
% 1.47/1.74  Current number of equations to process: 85
% 1.47/1.74  Current number of ordered equations: 0
% 1.47/1.74  Current number of rules: 153
% 1.47/1.74  New rule produced :
% 1.47/1.74  [166] theorem(or(not(or(A,B)),or(C,or(X,or(B,A))))) -> true
% 1.47/1.74  Current number of equations to process: 84
% 1.47/1.74  Current number of ordered equations: 0
% 1.47/1.74  Current number of rules: 154
% 1.47/1.74  New rule produced : [167] theorem(or(or(A,B),not(A))) -> true
% 1.47/1.74  Current number of equations to process: 86
% 1.47/1.74  Current number of ordered equations: 0
% 1.47/1.74  Current number of rules: 155
% 1.47/1.74  New rule produced : [168] theorem(or(A,or(not(B),or(B,C)))) -> true
% 1.47/1.74  Current number of equations to process: 85
% 1.47/1.74  Current number of ordered equations: 0
% 1.47/1.74  Current number of rules: 156
% 1.47/1.74  New rule produced : [169] theorem(or(A,or(not(A),B))) -> true
% 1.47/1.74  Current number of equations to process: 85
% 1.47/1.74  Current number of ordered equations: 0
% 1.47/1.74  Current number of rules: 157
% 1.47/1.74  New rule produced : [170] theorem(or(not(or(A,A)),or(A,B))) -> true
% 1.47/1.74  Current number of equations to process: 85
% 1.50/1.81  Current number of ordered equations: 0
% 1.50/1.81  Current number of rules: 158
% 1.50/1.81  New rule produced : [171] theorem(or(not(A),or(or(B,A),C))) -> true
% 1.50/1.81  Current number of equations to process: 85
% 1.50/1.81  Current number of ordered equations: 0
% 1.50/1.81  Current number of rules: 159
% 1.50/1.81  New rule produced : [172] theorem(or(not(or(A,B)),or(or(B,A),C))) -> true
% 1.50/1.81  Current number of equations to process: 85
% 1.50/1.81  Current number of ordered equations: 0
% 1.50/1.81  Current number of rules: 160
% 1.50/1.81  New rule produced :
% 1.50/1.81  [173] theorem(or(A,or(not(or(or(B,C),or(B,C))),or(C,B)))) -> true
% 1.50/1.81  Current number of equations to process: 86
% 1.50/1.81  Current number of ordered equations: 0
% 1.50/1.81  Current number of rules: 161
% 1.50/1.81  New rule produced :
% 1.50/1.81  [174] ifeq(axiom(or(not(or(not(A),or(A,B))),C)),true,theorem(C),true) -> true
% 1.50/1.81  Current number of equations to process: 85
% 1.50/1.81  Current number of ordered equations: 0
% 1.50/1.81  Current number of rules: 162
% 1.50/1.81  New rule produced :
% 1.50/1.81  [175] ifeq(axiom(or(not(A),B)),true,theorem(or(not(A),or(B,C))),true) -> true
% 1.50/1.81  Current number of equations to process: 84
% 1.50/1.81  Current number of ordered equations: 0
% 1.50/1.81  Current number of rules: 163
% 1.50/1.81  New rule produced :
% 1.50/1.81  [176] theorem(or(not(or(A,or(B,C))),or(A,or(X,or(C,B))))) -> true
% 1.50/1.81  Current number of equations to process: 83
% 1.50/1.81  Current number of ordered equations: 0
% 1.50/1.81  Current number of rules: 164
% 1.50/1.81  New rule produced : [177] theorem(or(or(A,or(B,C)),not(or(C,B)))) -> true
% 1.50/1.81  Current number of equations to process: 85
% 1.50/1.81  Current number of ordered equations: 0
% 1.50/1.81  Current number of rules: 165
% 1.50/1.81  New rule produced : [178] theorem(or(not(A),or(B,or(A,C)))) -> true
% 1.50/1.81  Current number of equations to process: 86
% 1.50/1.81  Current number of ordered equations: 0
% 1.50/1.81  Current number of rules: 166
% 1.50/1.81  New rule produced :
% 1.50/1.81  [179] theorem(or(A,or(not(or(B,C)),or(X,or(C,B))))) -> true
% 1.50/1.81  Current number of equations to process: 85
% 1.50/1.81  Current number of ordered equations: 0
% 1.50/1.81  Current number of rules: 167
% 1.50/1.81  New rule produced :
% 1.50/1.81  [180] theorem(or(not(or(or(A,B),or(A,B))),or(C,or(B,A)))) -> true
% 1.50/1.81  Current number of equations to process: 86
% 1.50/1.81  Current number of ordered equations: 0
% 1.50/1.81  Current number of rules: 168
% 1.50/1.81  New rule produced :
% 1.50/1.81  [181] theorem(or(or(A,or(B,C)),not(or(or(A,C),B)))) -> true
% 1.50/1.81  Current number of equations to process: 88
% 1.50/1.81  Current number of ordered equations: 0
% 1.50/1.81  Current number of rules: 169
% 1.50/1.81  New rule produced :
% 1.50/1.81  [182] theorem(or(A,or(not(or(or(A,B),C)),or(C,B)))) -> true
% 1.50/1.81  Current number of equations to process: 88
% 1.50/1.81  Current number of ordered equations: 0
% 1.50/1.81  Current number of rules: 170
% 1.50/1.81  New rule produced :
% 1.50/1.81  [183] theorem(or(A,or(not(or(or(B,C),X)),or(B,or(X,C))))) -> true
% 1.50/1.81  Current number of equations to process: 88
% 1.50/1.81  Current number of ordered equations: 0
% 1.50/1.81  Current number of rules: 171
% 1.50/1.81  New rule produced :
% 1.50/1.81  [184] theorem(or(or(A,or(B,or(C,X))),not(or(A,or(C,or(B,X)))))) -> true
% 1.50/1.81  Current number of equations to process: 89
% 1.50/1.81  Current number of ordered equations: 0
% 1.50/1.81  Current number of rules: 172
% 1.50/1.81  New rule produced :
% 1.50/1.81  [185] theorem(or(A,or(not(or(A,or(B,or(C,X)))),or(C,or(B,X))))) -> true
% 1.50/1.81  Current number of equations to process: 88
% 1.50/1.81  Current number of ordered equations: 0
% 1.50/1.81  Current number of rules: 173
% 1.50/1.81  New rule produced :
% 1.50/1.81  [186] theorem(or(not(or(or(A,or(B,C)),X)),or(X,or(B,or(A,C))))) -> true
% 1.50/1.81  Current number of equations to process: 87
% 1.50/1.81  Current number of ordered equations: 0
% 1.50/1.81  Current number of rules: 174
% 1.50/1.81  New rule produced :
% 1.50/1.81  [187]
% 1.50/1.81  ifeq(axiom(or(not(or(not(or(A,A)),or(B,A))),C)),true,theorem(C),true) -> true
% 1.50/1.81  Current number of equations to process: 86
% 1.50/1.81  Current number of ordered equations: 0
% 1.50/1.81  Current number of rules: 175
% 1.50/1.81  New rule produced :
% 1.50/1.81  [188]
% 1.50/1.81  ifeq(axiom(or(not(A),or(B,B))),true,theorem(or(not(A),or(C,B))),true) -> true
% 1.50/1.81  Current number of equations to process: 85
% 1.50/1.81  Current number of ordered equations: 0
% 1.50/1.81  Current number of rules: 176
% 1.50/1.81  New rule produced :
% 1.50/1.81  [189] theorem(or(not(or(A,or(or(B,C),or(B,C)))),or(A,or(C,B)))) -> true
% 1.50/1.81  Current number of equations to process: 84
% 1.50/1.81  Current number of ordered equations: 0
% 1.50/1.81  Current number of rules: 177
% 1.50/1.81  New rule produced :
% 1.50/1.81  [190]
% 1.50/1.81  ifeq(axiom(or(not(or(not(A),or(B,or(C,A)))),X)),true,theorem(X),true) -> true
% 1.50/1.81  Current number of equations to process: 83
% 1.50/1.81  Current number of ordered equations: 0
% 1.50/1.81  Current number of rules: 178
% 1.50/1.81  New rule produced :
% 1.50/1.81  [191]
% 1.50/1.81  ifeq(axiom(or(not(A),B)),true,theorem(or(not(A),or(C,or(X,B)))),true) -> true
% 1.58/1.91  Current number of equations to process: 82
% 1.58/1.91  Current number of ordered equations: 0
% 1.58/1.91  Current number of rules: 179
% 1.58/1.91  New rule produced :
% 1.58/1.91  [192] theorem(or(not(or(A,or(or(B,C),X))),or(A,or(B,or(X,C))))) -> true
% 1.58/1.91  Current number of equations to process: 81
% 1.58/1.91  Current number of ordered equations: 0
% 1.58/1.91  Current number of rules: 180
% 1.58/1.91  New rule produced :
% 1.58/1.91  [193] theorem(or(not(not(A)),or(not(or(B,A)),or(B,C)))) -> true
% 1.58/1.91  Current number of equations to process: 86
% 1.58/1.91  Current number of ordered equations: 0
% 1.58/1.91  Current number of rules: 181
% 1.58/1.91  New rule produced :
% 1.58/1.91  [194] theorem(or(or(not(or(A,B)),or(A,C)),not(or(C,not(B))))) -> true
% 1.58/1.91  Current number of equations to process: 85
% 1.58/1.91  Current number of ordered equations: 0
% 1.58/1.91  Current number of rules: 182
% 1.58/1.91  New rule produced :
% 1.58/1.91  [195] theorem(or(not(or(A,B)),or(not(or(C,not(B))),or(A,C)))) -> true
% 1.58/1.91  Current number of equations to process: 84
% 1.58/1.91  Current number of ordered equations: 0
% 1.58/1.91  Current number of rules: 183
% 1.58/1.91  New rule produced :
% 1.58/1.91  [196] theorem(or(or(A,B),not(or(A,or(or(A,B),B))))) -> true
% 1.58/1.91  Current number of equations to process: 88
% 1.58/1.91  Current number of ordered equations: 0
% 1.58/1.91  Current number of rules: 184
% 1.58/1.91  New rule produced :
% 1.58/1.91  [197] theorem(or(A,or(not(or(A,or(or(A,B),B))),B))) -> true
% 1.58/1.91  Current number of equations to process: 88
% 1.58/1.91  Current number of ordered equations: 0
% 1.58/1.91  Current number of rules: 185
% 1.58/1.91  New rule produced : [198] theorem(or(not(or(or(A,B),B)),or(A,B))) -> true
% 1.58/1.91  Current number of equations to process: 89
% 1.58/1.91  Current number of ordered equations: 0
% 1.58/1.91  Current number of rules: 186
% 1.58/1.91  New rule produced :
% 1.58/1.91  [199] theorem(or(not(or(or(or(A,B),B),A)),or(A,B))) -> true
% 1.58/1.91  Current number of equations to process: 89
% 1.58/1.91  Current number of ordered equations: 0
% 1.58/1.91  Current number of rules: 187
% 1.58/1.91  New rule produced :
% 1.58/1.91  [200] theorem(or(A,or(not(or(B,or(or(B,C),C))),or(B,C)))) -> true
% 1.58/1.91  Current number of equations to process: 88
% 1.58/1.91  Current number of ordered equations: 0
% 1.58/1.91  Current number of rules: 188
% 1.58/1.91  New rule produced :
% 1.58/1.91  [201] theorem(or(A,or(not(or(B,not(C))),or(not(or(X,C)),or(X,B))))) -> true
% 1.58/1.91  Current number of equations to process: 89
% 1.58/1.91  Current number of ordered equations: 0
% 1.58/1.91  Current number of rules: 189
% 1.58/1.91  New rule produced :
% 1.58/1.91  [202] theorem(or(not(or(A,or(B,or(or(B,C),C)))),or(A,or(B,C)))) -> true
% 1.58/1.91  Current number of equations to process: 88
% 1.58/1.91  Current number of ordered equations: 0
% 1.58/1.91  Current number of rules: 190
% 1.58/1.91  New rule produced :
% 1.58/1.91  [203] theorem(or(not(or(A,B)),or(C,or(A,or(X,B))))) -> true
% 1.58/1.91  Current number of equations to process: 92
% 1.58/1.91  Current number of ordered equations: 0
% 1.58/1.91  Current number of rules: 191
% 1.58/1.91  New rule produced :
% 1.58/1.91  [204] theorem(or(or(A,or(B,or(C,X))),not(or(C,or(B,X))))) -> true
% 1.58/1.91  Current number of equations to process: 91
% 1.58/1.91  Current number of ordered equations: 0
% 1.58/1.91  Current number of rules: 192
% 1.58/1.91  New rule produced :
% 1.58/1.91  [205] theorem(or(not(or(or(A,B),C)),or(X,or(A,or(C,B))))) -> true
% 1.58/1.91  Current number of equations to process: 91
% 1.58/1.91  Current number of ordered equations: 0
% 1.58/1.91  Current number of rules: 193
% 1.58/1.91  New rule produced :
% 1.58/1.91  [206] theorem(or(A,or(not(or(B,or(C,X))),or(Y,or(C,or(B,X)))))) -> true
% 1.58/1.91  Current number of equations to process: 92
% 1.58/1.91  Current number of ordered equations: 0
% 1.58/1.91  Current number of rules: 194
% 1.58/1.91  New rule produced :
% 1.58/1.91  [207] ifeq(axiom(or(or(not(or(A,A)),A),B)),true,true,true) -> true
% 1.58/1.91  Current number of equations to process: 98
% 1.58/1.91  Current number of ordered equations: 0
% 1.58/1.91  Current number of rules: 195
% 1.58/1.91  New rule produced : [208] theorem(or(A,or(or(not(or(B,B)),B),C))) -> true
% 1.58/1.91  Current number of equations to process: 98
% 1.58/1.91  Current number of ordered equations: 0
% 1.58/1.91  Current number of rules: 196
% 1.58/1.91  New rule produced :
% 1.58/1.91  [209] ifeq(axiom(or(A,or(B,or(not(or(C,C)),C)))),true,true,true) -> true
% 1.58/1.91  Current number of equations to process: 100
% 1.58/1.91  Current number of ordered equations: 0
% 1.58/1.91  Current number of rules: 197
% 1.58/1.91  New rule produced : [210] theorem(or(or(A,or(not(or(B,B)),B)),C)) -> true
% 1.58/1.91  Current number of equations to process: 101
% 1.58/1.91  Current number of ordered equations: 0
% 1.58/1.91  Current number of rules: 198
% 1.58/1.91  New rule produced :
% 1.58/1.91  [211] theorem(or(A,or(B,or(C,or(not(or(X,X)),X))))) -> true
% 1.58/1.91  Current number of equations to process: 100
% 1.58/1.91  Current number of ordered equations: 0
% 1.58/1.91  Current number of rules: 199
% 1.58/1.91  New rule produced :
% 1.70/2.03  [212] ifeq(axiom(or(or(not(A),or(B,A)),C)),true,true,true) -> true
% 1.70/2.03  Current number of equations to process: 100
% 1.70/2.03  Current number of ordered equations: 0
% 1.70/2.03  Current number of rules: 200
% 1.70/2.03  New rule produced : [213] theorem(or(A,or(or(not(B),or(C,B)),X))) -> true
% 1.70/2.03  Current number of equations to process: 100
% 1.70/2.03  Current number of ordered equations: 0
% 1.70/2.03  Current number of rules: 201
% 1.70/2.03  New rule produced :
% 1.70/2.03  [214] ifeq(axiom(or(A,or(B,or(not(C),or(X,C))))),true,true,true) -> true
% 1.70/2.03  Current number of equations to process: 102
% 1.70/2.03  Current number of ordered equations: 0
% 1.70/2.03  Current number of rules: 202
% 1.70/2.03  New rule produced : [215] theorem(or(or(A,or(not(B),or(C,B))),X)) -> true
% 1.70/2.03  Current number of equations to process: 103
% 1.70/2.03  Current number of ordered equations: 0
% 1.70/2.03  Current number of rules: 203
% 1.70/2.03  New rule produced :
% 1.70/2.03  [216] theorem(or(A,or(B,or(C,or(not(X),or(Y,X)))))) -> true
% 1.70/2.03  Current number of equations to process: 102
% 1.70/2.03  Current number of ordered equations: 0
% 1.70/2.03  Current number of rules: 204
% 1.70/2.03  New rule produced :
% 1.70/2.03  [217] theorem(or(or(A,or(not(or(B,C)),or(B,X))),not(or(not(C),X)))) -> true
% 1.70/2.03  Current number of equations to process: 100
% 1.70/2.03  Current number of ordered equations: 0
% 1.70/2.03  Current number of rules: 205
% 1.70/2.03  New rule produced :
% 1.70/2.03  [218] theorem(or(not(or(A,not(B))),or(C,or(not(or(X,B)),or(X,A))))) -> true
% 1.70/2.03  Current number of equations to process: 99
% 1.70/2.03  Current number of ordered equations: 0
% 1.70/2.03  Current number of rules: 206
% 1.70/2.03  New rule produced :
% 1.70/2.03  [219]
% 1.70/2.03  ifeq(axiom(or(not(or(or(not(or(A,A)),A),B)),C)),true,theorem(C),true) -> true
% 1.70/2.03  Current number of equations to process: 98
% 1.70/2.03  Current number of ordered equations: 0
% 1.70/2.03  Current number of rules: 207
% 1.70/2.03  New rule produced :
% 1.70/2.03  [220]
% 1.70/2.03  ifeq(axiom(or(not(or(or(not(A),or(B,A)),C)),X)),true,theorem(X),true) -> true
% 1.70/2.03  Current number of equations to process: 97
% 1.70/2.03  Current number of ordered equations: 0
% 1.70/2.03  Current number of rules: 208
% 1.70/2.03  New rule produced :
% 1.70/2.03  [221] ifeq(axiom(or(or(not(or(A,B)),or(B,A)),C)),true,true,true) -> true
% 1.70/2.03  Current number of equations to process: 98
% 1.70/2.03  Current number of ordered equations: 0
% 1.70/2.03  Current number of rules: 209
% 1.70/2.03  New rule produced :
% 1.70/2.03  [222] theorem(or(A,or(or(not(or(B,C)),or(C,B)),X))) -> true
% 1.70/2.03  Current number of equations to process: 98
% 1.70/2.03  Current number of ordered equations: 0
% 1.70/2.03  Current number of rules: 210
% 1.70/2.03  New rule produced :
% 1.70/2.03  [223] theorem(or(or(A,or(not(or(B,C)),or(C,B))),X)) -> true
% 1.70/2.03  Current number of equations to process: 102
% 1.70/2.03  Current number of ordered equations: 0
% 1.70/2.03  Current number of rules: 211
% 1.70/2.03  New rule produced :
% 1.70/2.03  [224] theorem(or(A,or(B,or(C,or(not(or(X,Y)),or(Y,X)))))) -> true
% 1.70/2.03  Current number of equations to process: 101
% 1.70/2.03  Current number of ordered equations: 0
% 1.70/2.03  Current number of rules: 212
% 1.70/2.03  New rule produced :
% 1.70/2.03  [225]
% 1.70/2.03  ifeq(axiom(or(A,or(B,or(not(or(C,X)),or(X,C))))),true,true,true) -> true
% 1.70/2.03  Current number of equations to process: 100
% 1.70/2.03  Current number of ordered equations: 0
% 1.70/2.03  Current number of rules: 213
% 1.70/2.03  New rule produced :
% 1.70/2.03  [226] ifeq(axiom(or(A,or(B,not(or(B,B))))),true,true,true) -> true
% 1.70/2.03  Current number of equations to process: 104
% 1.70/2.03  Current number of ordered equations: 0
% 1.70/2.03  Current number of rules: 214
% 1.70/2.03  New rule produced :
% 1.70/2.03  [227] theorem(or(not(or(A,B)),or(A,or(C,not(or(C,C)))))) -> true
% 1.70/2.03  Current number of equations to process: 103
% 1.70/2.03  Current number of ordered equations: 0
% 1.70/2.03  Current number of rules: 215
% 1.70/2.03  New rule produced : [228] theorem(or(or(A,not(or(A,A))),B)) -> true
% 1.70/2.03  Current number of equations to process: 104
% 1.70/2.03  Current number of ordered equations: 0
% 1.70/2.03  Current number of rules: 216
% 1.70/2.03  New rule produced : [229] theorem(or(A,or(B,or(C,not(or(C,C)))))) -> true
% 1.70/2.03  Rule [227] theorem(or(not(or(A,B)),or(A,or(C,not(or(C,C)))))) -> true
% 1.70/2.03  collapsed.
% 1.70/2.03  Current number of equations to process: 103
% 1.70/2.03  Current number of ordered equations: 0
% 1.70/2.03  Current number of rules: 216
% 1.70/2.03  New rule produced : [230] theorem(or(A,or(B,not(or(A,A))))) -> true
% 1.70/2.03  Current number of equations to process: 103
% 1.70/2.03  Current number of ordered equations: 0
% 1.70/2.03  Current number of rules: 217
% 1.70/2.03  New rule produced :
% 1.70/2.03  [231] theorem(or(not(or(A,or(B,B))),or(A,not(or(not(B),not(B)))))) -> true
% 1.70/2.03  Current number of equations to process: 104
% 1.70/2.03  Current number of ordered equations: 0
% 1.70/2.03  Current number of rules: 218
% 1.70/2.03  New rule produced :
% 1.70/2.03  [232] theorem(or(not(or(not(A),not(A))),not(or(A,A)))) -> true
% 1.85/2.13  Current number of equations to process: 106
% 1.85/2.13  Current number of ordered equations: 0
% 1.85/2.13  Current number of rules: 219
% 1.85/2.13  New rule produced :
% 1.85/2.13  [233] theorem(or(A,or(not(or(B,B)),not(or(not(B),not(B)))))) -> true
% 1.85/2.13  Current number of equations to process: 106
% 1.85/2.13  Current number of ordered equations: 0
% 1.85/2.13  Current number of rules: 220
% 1.85/2.13  New rule produced :
% 1.85/2.13  [234] ifeq(axiom(or(A,or(or(B,C),not(C)))),true,true,true) -> true
% 1.85/2.13  Current number of equations to process: 108
% 1.85/2.13  Current number of ordered equations: 0
% 1.85/2.13  Current number of rules: 221
% 1.85/2.13  New rule produced :
% 1.85/2.13  [235] theorem(or(not(or(A,B)),or(A,or(or(C,X),not(X))))) -> true
% 1.85/2.13  Current number of equations to process: 107
% 1.85/2.13  Current number of ordered equations: 0
% 1.85/2.13  Current number of rules: 222
% 1.85/2.13  New rule produced : [236] theorem(or(or(or(A,B),not(B)),C)) -> true
% 1.85/2.13  Current number of equations to process: 108
% 1.85/2.13  Current number of ordered equations: 0
% 1.85/2.13  Current number of rules: 223
% 1.85/2.13  New rule produced : [237] theorem(or(A,or(B,or(or(C,X),not(X))))) -> true
% 1.85/2.13  Rule [235] theorem(or(not(or(A,B)),or(A,or(or(C,X),not(X))))) -> true
% 1.85/2.13  collapsed.
% 1.85/2.13  Current number of equations to process: 107
% 1.85/2.13  Current number of ordered equations: 0
% 1.85/2.13  Current number of rules: 223
% 1.85/2.13  New rule produced : [238] theorem(or(or(A,B),or(C,not(B)))) -> true
% 1.85/2.13  Current number of equations to process: 107
% 1.85/2.13  Current number of ordered equations: 0
% 1.85/2.13  Current number of rules: 224
% 1.85/2.13  New rule produced :
% 1.85/2.13  [239] theorem(or(not(or(or(A,A),or(A,A))),not(or(not(A),not(A))))) -> true
% 1.85/2.13  Current number of equations to process: 106
% 1.85/2.13  Current number of ordered equations: 0
% 1.85/2.13  Current number of rules: 225
% 1.85/2.13  New rule produced :
% 1.85/2.13  [240] theorem(or(A,or(or(not(or(B,or(C,X))),or(C,or(B,X))),Y))) -> true
% 1.85/2.13  Current number of equations to process: 107
% 1.85/2.13  Current number of ordered equations: 0
% 1.85/2.13  Current number of rules: 226
% 1.85/2.13  New rule produced :
% 1.85/2.13  [241]
% 1.85/2.13  ifeq(axiom(or(not(or(A,or(B,not(or(B,B))))),C)),true,theorem(C),true) -> true
% 1.85/2.13  Current number of equations to process: 106
% 1.85/2.13  Current number of ordered equations: 0
% 1.85/2.13  Current number of rules: 227
% 1.85/2.13  New rule produced :
% 1.85/2.13  [242]
% 1.85/2.13  ifeq(axiom(or(not(or(A,or(or(B,C),not(C)))),X)),true,theorem(X),true) -> true
% 1.85/2.13  Current number of equations to process: 105
% 1.85/2.13  Current number of ordered equations: 0
% 1.85/2.13  Current number of rules: 228
% 1.85/2.13  New rule produced :
% 1.85/2.13  [243] theorem(or(or(A,not(or(not(B),not(B)))),not(or(A,B)))) -> true
% 1.85/2.13  Current number of equations to process: 107
% 1.85/2.13  Current number of ordered equations: 0
% 1.85/2.13  Current number of rules: 229
% 1.85/2.13  New rule produced :
% 1.85/2.13  [244] theorem(or(A,or(not(or(A,B)),not(or(not(B),not(B)))))) -> true
% 1.85/2.13  Current number of equations to process: 107
% 1.85/2.13  Current number of ordered equations: 0
% 1.85/2.13  Current number of rules: 230
% 1.85/2.13  New rule produced :
% 1.85/2.13  [245] theorem(or(not(or(A,B)),or(B,not(or(not(A),not(A)))))) -> true
% 1.85/2.13  Current number of equations to process: 108
% 1.85/2.13  Current number of ordered equations: 0
% 1.85/2.13  Current number of rules: 231
% 1.85/2.13  New rule produced :
% 1.85/2.13  [246] theorem(or(A,or(not(or(B,C)),or(B,not(or(not(C),not(C))))))) -> true
% 1.85/2.13  Current number of equations to process: 109
% 1.85/2.13  Current number of ordered equations: 0
% 1.85/2.13  Current number of rules: 232
% 1.85/2.13  New rule produced :
% 1.85/2.13  [247] theorem(or(not(or(not(or(A,B)),not(or(A,B)))),not(B))) -> true
% 1.85/2.13  Current number of equations to process: 111
% 1.85/2.13  Current number of ordered equations: 0
% 1.85/2.13  Current number of rules: 233
% 1.85/2.13  New rule produced :
% 1.85/2.13  [248] ifeq(axiom(or(A,or(or(B,C),not(or(C,B))))),true,true,true) -> true
% 1.85/2.13  Current number of equations to process: 116
% 1.85/2.13  Current number of ordered equations: 0
% 1.85/2.13  Current number of rules: 234
% 1.85/2.13  New rule produced : [249] theorem(or(or(or(A,B),not(or(B,A))),C)) -> true
% 1.85/2.13  Current number of equations to process: 117
% 1.85/2.13  Current number of ordered equations: 0
% 1.85/2.13  Current number of rules: 235
% 1.85/2.13  New rule produced : [250] theorem(or(or(A,B),or(C,not(or(B,A))))) -> true
% 1.85/2.13  Current number of equations to process: 117
% 1.85/2.13  Current number of ordered equations: 0
% 1.85/2.13  Current number of rules: 236
% 1.85/2.13  New rule produced :
% 1.85/2.13  [251] theorem(or(A,or(B,or(or(C,X),not(or(X,C)))))) -> true
% 1.85/2.13  Current number of equations to process: 116
% 1.85/2.13  Current number of ordered equations: 0
% 1.85/2.13  Current number of rules: 237
% 1.85/2.13  New rule produced :
% 1.85/2.13  [252] theorem(or(A,or(not(B),not(or(not(or(C,B)),not(or(C,B))))))) -> true
% 1.85/2.13  Current number of equations to process: 115
% 1.96/2.27  Current number of ordered equations: 0
% 1.96/2.27  Current number of rules: 238
% 1.96/2.27  New rule produced :
% 1.96/2.27  [253] theorem(or(not(or(A,A)),not(or(not(or(B,A)),not(or(B,A)))))) -> true
% 1.96/2.27  Current number of equations to process: 114
% 1.96/2.27  Current number of ordered equations: 0
% 1.96/2.27  Current number of rules: 239
% 1.96/2.27  New rule produced :
% 1.96/2.27  [254]
% 1.96/2.27  theorem(or(not(or(A,or(B,C))),or(A,or(B,not(or(not(C),not(C))))))) -> true
% 1.96/2.27  Current number of equations to process: 114
% 1.96/2.27  Current number of ordered equations: 0
% 1.96/2.27  Current number of rules: 240
% 1.96/2.27  New rule produced :
% 1.96/2.27  [255]
% 1.96/2.27  theorem(or(not(or(or(A,B),or(A,B))),or(A,not(or(not(B),not(B)))))) -> true
% 1.96/2.27  Current number of equations to process: 113
% 1.96/2.27  Current number of ordered equations: 0
% 1.96/2.27  Current number of rules: 241
% 1.96/2.27  New rule produced :
% 1.96/2.27  [256]
% 1.96/2.27  theorem(or(not(or(A,B)),or(A,not(or(not(or(C,B)),not(or(C,B))))))) -> true
% 1.96/2.27  Current number of equations to process: 112
% 1.96/2.27  Current number of ordered equations: 0
% 1.96/2.27  Current number of rules: 242
% 1.96/2.27  New rule produced :
% 1.96/2.27  [257]
% 1.96/2.27  theorem(or(not(A),not(or(not(or(B,or(C,A))),not(or(B,or(C,A))))))) -> true
% 1.96/2.27  Current number of equations to process: 111
% 1.96/2.27  Current number of ordered equations: 0
% 1.96/2.27  Current number of rules: 243
% 1.96/2.27  New rule produced :
% 1.96/2.27  [258] theorem(or(not(A),not(or(not(or(A,B)),not(or(A,B)))))) -> true
% 1.96/2.27  Current number of equations to process: 115
% 1.96/2.27  Current number of ordered equations: 0
% 1.96/2.27  Current number of rules: 244
% 1.96/2.27  New rule produced :
% 1.96/2.27  [259] theorem(or(not(or(not(or(A,B)),not(or(A,B)))),not(or(B,A)))) -> true
% 1.96/2.27  Current number of equations to process: 114
% 1.96/2.27  Current number of ordered equations: 0
% 1.96/2.27  Current number of rules: 245
% 1.96/2.27  New rule produced :
% 1.96/2.27  [260] theorem(or(or(or(A,or(B,C)),not(or(B,or(A,C)))),X)) -> true
% 1.96/2.27  Current number of equations to process: 119
% 1.96/2.27  Current number of ordered equations: 0
% 1.96/2.27  Current number of rules: 246
% 1.96/2.27  New rule produced :
% 1.96/2.27  [261] theorem(or(or(A,or(B,C)),or(X,not(or(B,or(A,C)))))) -> true
% 1.96/2.27  Current number of equations to process: 118
% 1.96/2.27  Current number of ordered equations: 0
% 1.96/2.27  Current number of rules: 247
% 1.96/2.27  New rule produced :
% 1.96/2.27  [262] theorem(or(A,or(B,or(or(C,or(X,Y)),not(or(X,or(C,Y))))))) -> true
% 1.96/2.27  Current number of equations to process: 120
% 1.96/2.27  Current number of ordered equations: 0
% 1.96/2.27  Current number of rules: 248
% 1.96/2.27  New rule produced :
% 1.96/2.27  [263]
% 1.96/2.27  theorem(or(A,or(not(or(B,C)),not(or(not(or(C,B)),not(or(C,B))))))) -> true
% 1.96/2.27  Current number of equations to process: 119
% 1.96/2.27  Current number of ordered equations: 0
% 1.96/2.27  Current number of rules: 249
% 1.96/2.27  New rule produced :
% 1.96/2.27  [264]
% 1.96/2.27  theorem(or(not(or(A,or(not(B),C))),or(A,or(not(or(X,B)),or(X,C))))) -> true
% 1.96/2.27  Current number of equations to process: 118
% 1.96/2.27  Current number of ordered equations: 0
% 1.96/2.27  Current number of rules: 250
% 1.96/2.27  New rule produced :
% 1.96/2.27  [265] theorem(or(not(or(or(A,or(B,C)),or(A,or(B,C)))),or(B,or(A,C)))) -> true
% 1.96/2.27  Current number of equations to process: 117
% 1.96/2.27  Current number of ordered equations: 0
% 1.96/2.27  Current number of rules: 251
% 1.96/2.27  New rule produced :
% 1.96/2.27  [266] theorem(or(or(A,or(not(or(B,or(C,X))),or(C,or(B,X)))),Y)) -> true
% 1.96/2.27  Current number of equations to process: 118
% 1.96/2.27  Current number of ordered equations: 0
% 1.96/2.27  Current number of rules: 252
% 1.96/2.27  New rule produced :
% 1.96/2.27  [267]
% 1.96/2.27  ifeq(axiom(or(not(or(A,or(not(or(B,C)),or(C,B)))),X)),true,theorem(X),true)
% 1.96/2.27  -> true
% 1.96/2.27  Current number of equations to process: 115
% 1.96/2.27  Current number of ordered equations: 0
% 1.96/2.27  Current number of rules: 253
% 1.96/2.27  New rule produced :
% 1.96/2.27  [268]
% 1.96/2.27  ifeq(axiom(or(A,or(not(or(B,or(C,X))),or(C,or(B,X))))),true,true,true) ->
% 1.96/2.27  true
% 1.96/2.27  Current number of equations to process: 114
% 1.96/2.27  Current number of ordered equations: 0
% 1.96/2.27  Current number of rules: 254
% 1.96/2.27  New rule produced :
% 1.96/2.27  [269]
% 1.96/2.27  ifeq(axiom(or(or(not(or(A,B)),or(A,C)),not(or(not(B),C)))),true,true,true) ->
% 1.96/2.27  true
% 1.96/2.27  Current number of equations to process: 113
% 1.96/2.27  Current number of ordered equations: 0
% 1.96/2.27  Current number of rules: 255
% 1.96/2.27  New rule produced :
% 1.96/2.27  [270]
% 1.96/2.27  theorem(or(A,or(B,or(not(or(not(C),X)),or(not(or(Y,C)),or(Y,X)))))) -> true
% 1.96/2.27  Current number of equations to process: 112
% 1.96/2.27  Current number of ordered equations: 0
% 1.96/2.27  Current number of rules: 256
% 1.96/2.27  New rule produced :
% 1.96/2.27  [271]
% 1.96/2.27  ifeq(axiom(or(not(A),B)),true,theorem(or(not(A),or(not(or(C,not(B))),C))),true)
% 1.96/2.27  -> true
% 1.96/2.27  Current number of equations to process: 111
% 1.96/2.27  Current number of ordered equations: 0
% 1.96/2.27  Current number of rules: 257
% 1.96/2.27  New rule produced :
% 2.01/2.33  [272]
% 2.01/2.33  theorem(or(not(or(A,B)),or(A,or(not(or(C,or(not(B),X))),or(C,X))))) -> true
% 2.01/2.33  Current number of equations to process: 110
% 2.01/2.33  Current number of ordered equations: 0
% 2.01/2.33  Current number of rules: 258
% 2.01/2.33  New rule produced :
% 2.01/2.33  [273]
% 2.01/2.33  theorem(or(not(or(A,B)),or(not(or(C,or(not(or(B,A)),X))),or(C,X)))) -> true
% 2.01/2.33  Current number of equations to process: 109
% 2.01/2.33  Current number of ordered equations: 0
% 2.01/2.33  Current number of rules: 259
% 2.01/2.33  New rule produced :
% 2.01/2.33  [274]
% 2.01/2.33  theorem(or(not(or(A,or(B,C))),or(A,or(not(or(not(C),X)),or(B,X))))) -> true
% 2.01/2.33  Current number of equations to process: 108
% 2.01/2.33  Current number of ordered equations: 0
% 2.01/2.33  Current number of rules: 260
% 2.01/2.33  New rule produced :
% 2.01/2.33  [275]
% 2.01/2.33  theorem(or(not(or(or(A,B),or(A,B))),or(not(or(not(B),C)),or(A,C)))) -> true
% 2.01/2.33  Current number of equations to process: 107
% 2.01/2.33  Current number of ordered equations: 0
% 2.01/2.33  Current number of rules: 261
% 2.01/2.33  New rule produced :
% 2.01/2.33  [276]
% 2.01/2.33  ifeq(axiom(or(not(or(not(or(A,or(B,B))),or(A,B))),C)),true,theorem(C),true)
% 2.01/2.33  -> true
% 2.01/2.33  Current number of equations to process: 106
% 2.01/2.33  Current number of ordered equations: 0
% 2.01/2.33  Current number of rules: 262
% 2.01/2.33  New rule produced :
% 2.01/2.33  [277]
% 2.01/2.33  ifeq(axiom(or(not(A),or(B,or(C,C)))),true,theorem(or(not(A),or(B,C))),true)
% 2.01/2.33  -> true
% 2.01/2.33  Current number of equations to process: 105
% 2.01/2.33  Current number of ordered equations: 0
% 2.01/2.33  Current number of rules: 263
% 2.01/2.33  New rule produced :
% 2.01/2.33  [278]
% 2.01/2.33  ifeq(axiom(or(not(or(not(or(A,B)),or(A,or(C,B)))),X)),true,theorem(X),true)
% 2.01/2.33  -> true
% 2.01/2.33  Current number of equations to process: 104
% 2.01/2.33  Current number of ordered equations: 0
% 2.01/2.33  Current number of rules: 264
% 2.01/2.33  New rule produced :
% 2.01/2.33  [279]
% 2.01/2.33  ifeq(axiom(or(not(A),or(B,C))),true,theorem(or(not(A),or(B,or(X,C)))),true)
% 2.01/2.33  -> true
% 2.01/2.33  Current number of equations to process: 103
% 2.01/2.33  Current number of ordered equations: 0
% 2.01/2.33  Current number of rules: 265
% 2.01/2.33  New rule produced :
% 2.01/2.33  [280] theorem(or(not(or(or(A,or(B,C)),or(A,or(B,C)))),or(A,or(C,B)))) -> true
% 2.01/2.33  Current number of equations to process: 102
% 2.01/2.33  Current number of ordered equations: 0
% 2.01/2.33  Current number of rules: 266
% 2.01/2.33  New rule produced :
% 2.01/2.33  [281] theorem(or(A,or(not(or(B,or(C,or(X,Y)))),or(B,or(X,or(C,Y)))))) -> true
% 2.01/2.33  Current number of equations to process: 101
% 2.01/2.33  Current number of ordered equations: 0
% 2.01/2.33  Current number of rules: 267
% 2.01/2.33  New rule produced :
% 2.01/2.33  [282]
% 2.01/2.33  ifeq(axiom(or(not(or(not(or(or(A,A),or(A,A))),A)),B)),true,theorem(B),true)
% 2.01/2.33  -> true
% 2.01/2.33  Current number of equations to process: 100
% 2.01/2.33  Current number of ordered equations: 0
% 2.01/2.33  Current number of rules: 268
% 2.01/2.33  New rule produced :
% 2.01/2.33  [283]
% 2.01/2.33  ifeq(axiom(or(not(A),or(or(B,B),or(B,B)))),true,theorem(or(not(A),B)),true)
% 2.01/2.33  -> true
% 2.01/2.33  Current number of equations to process: 99
% 2.01/2.33  Current number of ordered equations: 0
% 2.01/2.33  Current number of rules: 269
% 2.01/2.33  New rule produced :
% 2.01/2.33  [284] theorem(or(not(or(or(or(A,A),or(A,A)),or(or(A,A),or(A,A)))),A)) -> true
% 2.01/2.33  Current number of equations to process: 98
% 2.01/2.33  Current number of ordered equations: 0
% 2.01/2.33  Current number of rules: 270
% 2.01/2.33  New rule produced :
% 2.01/2.33  [285]
% 2.01/2.33  ifeq(axiom(or(not(or(not(or(A,B)),or(C,or(B,A)))),X)),true,theorem(X),true)
% 2.01/2.33  -> true
% 2.01/2.33  Current number of equations to process: 97
% 2.01/2.33  Current number of ordered equations: 0
% 2.01/2.33  Current number of rules: 271
% 2.01/2.33  New rule produced :
% 2.01/2.33  [286]
% 2.01/2.33  ifeq(axiom(or(not(A),or(B,C))),true,theorem(or(not(A),or(X,or(C,B)))),true)
% 2.01/2.33  -> true
% 2.01/2.33  Current number of equations to process: 96
% 2.01/2.33  Current number of ordered equations: 0
% 2.01/2.33  Current number of rules: 272
% 2.01/2.33  New rule produced :
% 2.01/2.33  [287] theorem(or(not(or(or(or(A,B),C),or(or(A,B),C))),or(A,or(C,B)))) -> true
% 2.01/2.33  Current number of equations to process: 95
% 2.01/2.33  Current number of ordered equations: 0
% 2.01/2.33  Current number of rules: 273
% 2.01/2.33  New rule produced :
% 2.01/2.33  [288]
% 2.01/2.33  theorem(or(not(or(A,or(B,not(C)))),or(A,or(not(or(X,C)),or(X,B))))) -> true
% 2.01/2.33  Current number of equations to process: 94
% 2.01/2.33  Current number of ordered equations: 0
% 2.01/2.33  Current number of rules: 274
% 2.01/2.33  New rule produced :
% 2.01/2.33  [289] theorem(or(not(or(A,or(B,or(C,X)))),or(A,or(Y,or(C,or(B,X)))))) -> true
% 2.01/2.33  Current number of equations to process: 93
% 2.01/2.33  Current number of ordered equations: 0
% 2.01/2.33  Current number of rules: 275
% 2.01/2.33  New rule produced :
% 2.01/2.33  [290]
% 2.01/2.33  theorem(or(A,or(not(or(not(B),C)),or(X,or(not(or(Y,B)),or(Y,C)))))) -> true
% 2.01/2.33  Current number of equations to process: 92
% 2.01/2.33  Current number of ordered equations: 0
% 2.01/2.33  Current number of rules: 276
% 2.18/2.45  New rule produced :
% 2.18/2.45  [291]
% 2.18/2.45  ifeq(axiom(or(not(or(A,or(B,or(not(or(C,C)),C)))),X)),true,theorem(X),true)
% 2.18/2.45  -> true
% 2.18/2.45  Current number of equations to process: 91
% 2.18/2.45  Current number of ordered equations: 0
% 2.18/2.45  Current number of rules: 277
% 2.18/2.45  New rule produced :
% 2.18/2.45  [292]
% 2.18/2.45  ifeq(axiom(or(not(or(A,or(B,or(not(C),or(X,C))))),Y)),true,theorem(Y),true)
% 2.18/2.45  -> true
% 2.18/2.45  Current number of equations to process: 90
% 2.18/2.45  Current number of ordered equations: 0
% 2.18/2.45  Current number of rules: 278
% 2.18/2.45  New rule produced :
% 2.18/2.45  [293]
% 2.18/2.45  ifeq(axiom(or(not(or(or(not(or(A,B)),or(B,A)),C)),X)),true,theorem(X),true)
% 2.18/2.45  -> true
% 2.18/2.45  Current number of equations to process: 89
% 2.18/2.45  Current number of ordered equations: 0
% 2.18/2.45  Current number of rules: 279
% 2.18/2.45  New rule produced :
% 2.18/2.45  [294]
% 2.18/2.45  ifeq(axiom(or(or(not(or(A,or(B,C))),or(B,or(A,C))),X)),true,true,true) ->
% 2.18/2.45  true
% 2.18/2.45  Current number of equations to process: 88
% 2.18/2.45  Current number of ordered equations: 0
% 2.18/2.45  Current number of rules: 280
% 2.18/2.45  New rule produced :
% 2.18/2.45  [295]
% 2.18/2.45  ifeq(axiom(or(not(or(A,or(or(B,C),not(or(C,B))))),X)),true,theorem(X),true)
% 2.18/2.45  -> true
% 2.18/2.45  Current number of equations to process: 87
% 2.18/2.45  Current number of ordered equations: 0
% 2.18/2.45  Current number of rules: 281
% 2.18/2.45  New rule produced :
% 2.18/2.45  [296]
% 2.18/2.45  ifeq(axiom(or(A,or(or(B,or(C,X)),not(or(C,or(B,X)))))),true,true,true) ->
% 2.18/2.45  true
% 2.18/2.45  Current number of equations to process: 86
% 2.18/2.45  Current number of ordered equations: 0
% 2.18/2.45  Current number of rules: 282
% 2.18/2.45  New rule produced :
% 2.18/2.45  [297] theorem(or(A,or(B,or(C,or(not(or(X,or(Y,Z))),or(Y,or(X,Z))))))) -> true
% 2.18/2.45  Current number of equations to process: 85
% 2.18/2.45  Current number of ordered equations: 0
% 2.18/2.45  Current number of rules: 283
% 2.18/2.45  New rule produced :
% 2.18/2.45  [298] theorem(or(or(or(A,B),C),not(or(A,or(C,B))))) -> true
% 2.18/2.45  Current number of equations to process: 89
% 2.18/2.45  Current number of ordered equations: 0
% 2.18/2.45  Current number of rules: 284
% 2.18/2.45  New rule produced :
% 2.18/2.45  [299] theorem(or(or(A,B),or(not(or(A,or(C,B))),C))) -> true
% 2.18/2.45  Current number of equations to process: 89
% 2.18/2.45  Current number of ordered equations: 0
% 2.18/2.45  Current number of rules: 285
% 2.18/2.45  New rule produced : [300] theorem(or(not(or(A,B)),or(or(C,B),A))) -> true
% 2.18/2.45  Current number of equations to process: 90
% 2.18/2.45  Current number of ordered equations: 0
% 2.18/2.45  Current number of rules: 286
% 2.18/2.45  New rule produced :
% 2.18/2.45  [301] theorem(or(not(or(or(A,B),C)),or(or(C,B),A))) -> true
% 2.18/2.45  Current number of equations to process: 90
% 2.18/2.45  Current number of ordered equations: 0
% 2.18/2.45  Current number of rules: 287
% 2.18/2.45  New rule produced :
% 2.18/2.45  [302] theorem(or(A,or(not(or(B,or(C,X))),or(or(B,X),C)))) -> true
% 2.18/2.45  Current number of equations to process: 89
% 2.18/2.45  Current number of ordered equations: 0
% 2.18/2.45  Current number of rules: 288
% 2.18/2.45  New rule produced :
% 2.18/2.45  [303] theorem(or(not(or(A,or(B,or(C,X)))),or(A,or(or(B,X),C)))) -> true
% 2.18/2.45  Current number of equations to process: 90
% 2.18/2.45  Current number of ordered equations: 0
% 2.18/2.45  Current number of rules: 289
% 2.18/2.45  New rule produced :
% 2.18/2.45  [304] theorem(or(or(or(A,B),not(or(A,C))),not(or(not(C),B)))) -> true
% 2.18/2.45  Current number of equations to process: 94
% 2.18/2.45  Current number of ordered equations: 0
% 2.18/2.45  Current number of rules: 290
% 2.18/2.45  New rule produced :
% 2.18/2.45  [305] theorem(or(or(A,B),or(not(or(not(C),B)),not(or(A,C))))) -> true
% 2.18/2.45  Current number of equations to process: 93
% 2.18/2.45  Current number of ordered equations: 0
% 2.18/2.45  Current number of rules: 291
% 2.18/2.45  New rule produced :
% 2.18/2.45  [306] theorem(or(not(or(A,not(B))),or(or(C,A),not(or(C,B))))) -> true
% 2.18/2.45  Current number of equations to process: 93
% 2.18/2.45  Current number of ordered equations: 0
% 2.18/2.45  Current number of rules: 292
% 2.18/2.45  New rule produced :
% 2.18/2.45  [307] theorem(or(A,or(not(or(not(B),C)),or(or(X,C),not(or(X,B)))))) -> true
% 2.18/2.45  Current number of equations to process: 95
% 2.18/2.45  Current number of ordered equations: 0
% 2.18/2.45  Current number of rules: 293
% 2.18/2.45  New rule produced :
% 2.18/2.45  [308] theorem(or(or(or(not(or(A,B)),or(A,C)),not(or(not(B),C))),X)) -> true
% 2.18/2.45  Current number of equations to process: 97
% 2.18/2.45  Current number of ordered equations: 0
% 2.18/2.45  Current number of rules: 294
% 2.18/2.45  New rule produced :
% 2.18/2.45  [309] theorem(or(or(not(or(A,B)),or(A,C)),or(X,not(or(not(B),C))))) -> true
% 2.18/2.45  Current number of equations to process: 96
% 2.18/2.45  Current number of ordered equations: 0
% 2.18/2.45  Current number of rules: 295
% 2.18/2.45  New rule produced :
% 2.18/2.45  [310] ifeq(axiom(or(or(not(A),A),B)),true,true,true) -> true
% 2.18/2.45  Current number of equations to process: 97
% 2.18/2.45  Current number of ordered equations: 0
% 2.18/2.45  Current number of rules: 296
% 2.31/2.61  New rule produced : [311] theorem(or(A,or(or(not(B),B),C))) -> true
% 2.31/2.61  Current number of equations to process: 97
% 2.31/2.61  Current number of ordered equations: 0
% 2.31/2.61  Current number of rules: 297
% 2.31/2.61  New rule produced :
% 2.31/2.61  [312] ifeq(axiom(or(A,or(B,or(not(C),C)))),true,true,true) -> true
% 2.31/2.61  Current number of equations to process: 99
% 2.31/2.61  Current number of ordered equations: 0
% 2.31/2.61  Current number of rules: 298
% 2.31/2.61  New rule produced :
% 2.31/2.61  [313] theorem(or(not(or(A,B)),or(A,or(C,or(not(X),X))))) -> true
% 2.31/2.61  Current number of equations to process: 98
% 2.31/2.61  Current number of ordered equations: 0
% 2.31/2.61  Current number of rules: 299
% 2.31/2.61  New rule produced : [314] theorem(or(or(A,or(not(B),B)),C)) -> true
% 2.31/2.61  Current number of equations to process: 99
% 2.31/2.61  Current number of ordered equations: 0
% 2.31/2.61  Current number of rules: 300
% 2.31/2.61  New rule produced : [315] theorem(or(A,or(B,or(C,or(not(X),X))))) -> true
% 2.31/2.61  Rule [313] theorem(or(not(or(A,B)),or(A,or(C,or(not(X),X))))) -> true
% 2.31/2.61  collapsed.
% 2.31/2.61  Current number of equations to process: 98
% 2.31/2.61  Current number of ordered equations: 0
% 2.31/2.61  Current number of rules: 300
% 2.31/2.61  New rule produced :
% 2.31/2.61  [316] ifeq(axiom(or(not(or(or(not(A),A),B)),C)),true,theorem(C),true) -> true
% 2.31/2.61  Current number of equations to process: 97
% 2.31/2.61  Current number of ordered equations: 0
% 2.31/2.61  Current number of rules: 301
% 2.31/2.61  New rule produced :
% 2.31/2.61  [317] ifeq(axiom(or(or(not(or(A,B)),A),B)),true,true,true) -> true
% 2.31/2.61  Current number of equations to process: 98
% 2.31/2.61  Current number of ordered equations: 0
% 2.31/2.61  Current number of rules: 302
% 2.31/2.61  New rule produced : [318] theorem(or(A,or(or(not(or(B,C)),B),C))) -> true
% 2.31/2.61  Current number of equations to process: 98
% 2.31/2.61  Current number of ordered equations: 0
% 2.31/2.61  Current number of rules: 303
% 2.31/2.61  New rule produced :
% 2.31/2.61  [319] theorem(or(A,or(or(not(or(B,or(A,C))),B),C))) -> true
% 2.31/2.61  Current number of equations to process: 98
% 2.31/2.61  Current number of ordered equations: 0
% 2.31/2.61  Current number of rules: 304
% 2.31/2.61  New rule produced :
% 2.31/2.61  [320] ifeq(axiom(or(A,or(B,or(not(or(C,B)),C)))),true,true,true) -> true
% 2.31/2.61  Current number of equations to process: 100
% 2.31/2.61  Current number of ordered equations: 0
% 2.31/2.61  Current number of rules: 305
% 2.31/2.61  New rule produced : [321] theorem(or(or(A,or(not(or(B,A)),B)),C)) -> true
% 2.31/2.61  Current number of equations to process: 101
% 2.31/2.61  Current number of ordered equations: 0
% 2.31/2.61  Current number of rules: 306
% 2.31/2.61  New rule produced : [322] theorem(or(A,or(B,or(not(or(C,A)),C)))) -> true
% 2.31/2.61  Current number of equations to process: 101
% 2.31/2.61  Current number of ordered equations: 0
% 2.31/2.61  Current number of rules: 307
% 2.31/2.61  New rule produced :
% 2.31/2.61  [323] theorem(or(A,or(B,or(C,or(not(or(X,C)),X))))) -> true
% 2.31/2.61  Current number of equations to process: 100
% 2.31/2.61  Current number of ordered equations: 0
% 2.31/2.61  Current number of rules: 308
% 2.31/2.61  New rule produced :
% 2.31/2.61  [324] theorem(or(or(not(or(A,not(B))),A),not(or(B,B)))) -> true
% 2.31/2.61  Current number of equations to process: 103
% 2.31/2.61  Current number of ordered equations: 0
% 2.31/2.61  Current number of rules: 309
% 2.31/2.61  New rule produced :
% 2.31/2.61  [325] theorem(or(not(or(A,not(B))),or(not(or(B,B)),A))) -> true
% 2.31/2.61  Current number of equations to process: 103
% 2.31/2.61  Current number of ordered equations: 0
% 2.31/2.61  Current number of rules: 310
% 2.31/2.61  New rule produced :
% 2.31/2.61  [326] theorem(or(A,or(not(or(B,B)),or(not(or(C,not(B))),C)))) -> true
% 2.31/2.61  Current number of equations to process: 103
% 2.31/2.61  Current number of ordered equations: 0
% 2.31/2.61  Current number of rules: 311
% 2.31/2.61  New rule produced :
% 2.31/2.61  [327] theorem(or(or(not(or(A,not(or(B,C)))),A),not(C))) -> true
% 2.31/2.61  Current number of equations to process: 107
% 2.31/2.61  Current number of ordered equations: 0
% 2.31/2.61  Current number of rules: 312
% 2.31/2.61  New rule produced :
% 2.31/2.61  [328] theorem(or(not(or(A,not(or(B,C)))),or(not(C),A))) -> true
% 2.31/2.61  Current number of equations to process: 107
% 2.31/2.61  Current number of ordered equations: 0
% 2.31/2.61  Current number of rules: 313
% 2.31/2.61  New rule produced :
% 2.31/2.61  [329] theorem(or(A,or(not(B),or(not(or(C,not(or(X,B)))),C)))) -> true
% 2.31/2.61  Current number of equations to process: 109
% 2.31/2.61  Current number of ordered equations: 0
% 2.31/2.61  Current number of rules: 314
% 2.31/2.61  New rule produced :
% 2.31/2.61  [330] theorem(or(not(or(A,A)),or(not(or(B,not(or(C,A)))),B))) -> true
% 2.31/2.61  Current number of equations to process: 108
% 2.31/2.61  Current number of ordered equations: 0
% 2.31/2.61  Current number of rules: 315
% 2.31/2.61  New rule produced :
% 2.31/2.61  [331] theorem(or(not(A),or(not(or(B,not(or(C,or(X,A))))),B))) -> true
% 2.31/2.61  Current number of equations to process: 107
% 2.49/2.79  Current number of ordered equations: 0
% 2.49/2.79  Current number of rules: 316
% 2.49/2.79  New rule produced :
% 2.49/2.79  [332]
% 2.49/2.79  ifeq(axiom(or(not(or(A,or(B,or(not(C),C)))),X)),true,theorem(X),true) -> true
% 2.49/2.79  Current number of equations to process: 106
% 2.49/2.79  Current number of ordered equations: 0
% 2.49/2.79  Current number of rules: 317
% 2.49/2.79  New rule produced :
% 2.49/2.79  [333]
% 2.49/2.79  ifeq(axiom(or(not(or(or(not(or(A,B)),A),B)),C)),true,theorem(C),true) -> true
% 2.49/2.79  Current number of equations to process: 105
% 2.49/2.79  Current number of ordered equations: 0
% 2.49/2.79  Current number of rules: 318
% 2.49/2.79  New rule produced :
% 2.49/2.79  [334] theorem(or(not(or(A,or(B,B))),or(A,or(not(or(C,not(B))),C)))) -> true
% 2.49/2.79  Current number of equations to process: 104
% 2.49/2.79  Current number of ordered equations: 0
% 2.49/2.79  Current number of rules: 319
% 2.49/2.79  New rule produced :
% 2.49/2.79  [335] theorem(or(not(or(or(A,A),or(A,A))),or(not(or(B,not(A))),B))) -> true
% 2.49/2.79  Current number of equations to process: 103
% 2.49/2.79  Current number of ordered equations: 0
% 2.49/2.79  Current number of rules: 320
% 2.49/2.79  New rule produced :
% 2.49/2.79  [336] theorem(or(not(or(A,B)),or(A,or(not(or(C,not(or(X,B)))),C)))) -> true
% 2.49/2.79  Current number of equations to process: 102
% 2.49/2.79  Current number of ordered equations: 0
% 2.49/2.79  Current number of rules: 321
% 2.49/2.79  New rule produced :
% 2.49/2.79  [337] theorem(or(not(or(A,B)),or(not(or(C,not(or(X,or(B,A))))),C))) -> true
% 2.49/2.79  Current number of equations to process: 101
% 2.49/2.79  Current number of ordered equations: 0
% 2.49/2.79  Current number of rules: 322
% 2.49/2.79  New rule produced :
% 2.49/2.79  [338] theorem(or(or(A,or(not(or(B,not(C))),B)),not(or(A,C)))) -> true
% 2.49/2.79  Current number of equations to process: 107
% 2.49/2.79  Current number of ordered equations: 0
% 2.49/2.79  Current number of rules: 323
% 2.49/2.79  New rule produced :
% 2.49/2.79  [339] theorem(or(A,or(not(or(A,B)),or(not(or(C,not(B))),C)))) -> true
% 2.49/2.79  Current number of equations to process: 106
% 2.49/2.79  Current number of ordered equations: 0
% 2.49/2.79  Current number of rules: 324
% 2.49/2.79  New rule produced :
% 2.49/2.79  [340] theorem(or(not(or(A,B)),or(B,or(not(or(C,not(A))),C)))) -> true
% 2.49/2.79  Current number of equations to process: 106
% 2.49/2.79  Current number of ordered equations: 0
% 2.49/2.79  Current number of rules: 325
% 2.49/2.79  New rule produced :
% 2.49/2.79  [341] theorem(or(A,or(not(or(B,C)),or(B,or(not(or(X,not(C))),X))))) -> true
% 2.49/2.79  Current number of equations to process: 107
% 2.49/2.79  Current number of ordered equations: 0
% 2.49/2.79  Current number of rules: 326
% 2.49/2.79  New rule produced :
% 2.49/2.79  [342] theorem(or(not(A),or(not(or(B,not(or(A,C)))),B))) -> true
% 2.49/2.79  Current number of equations to process: 112
% 2.49/2.79  Current number of ordered equations: 0
% 2.49/2.79  Current number of rules: 327
% 2.49/2.79  New rule produced :
% 2.49/2.79  [343] theorem(or(or(not(or(A,not(or(B,C)))),A),not(or(C,B)))) -> true
% 2.49/2.79  Current number of equations to process: 111
% 2.49/2.79  Current number of ordered equations: 0
% 2.49/2.79  Current number of rules: 328
% 2.49/2.79  New rule produced :
% 2.49/2.79  [344] theorem(or(not(or(A,not(or(B,C)))),or(not(or(C,B)),A))) -> true
% 2.49/2.79  Current number of equations to process: 110
% 2.49/2.79  Current number of ordered equations: 0
% 2.49/2.79  Current number of rules: 329
% 2.49/2.79  New rule produced :
% 2.49/2.79  [345] theorem(or(A,or(or(not(or(or(B,C),or(B,C))),C),B))) -> true
% 2.49/2.79  Current number of equations to process: 113
% 2.49/2.79  Current number of ordered equations: 0
% 2.49/2.79  Current number of rules: 330
% 2.49/2.79  New rule produced :
% 2.49/2.79  [346] theorem(or(A,or(not(or(B,C)),or(not(or(X,not(or(C,B)))),X)))) -> true
% 2.49/2.79  Current number of equations to process: 115
% 2.49/2.79  Current number of ordered equations: 0
% 2.49/2.79  Current number of rules: 331
% 2.49/2.79  New rule produced :
% 2.49/2.79  [347]
% 2.49/2.79  ifeq(axiom(or(or(not(or(or(A,B),or(A,B))),B),A)),true,true,true) -> true
% 2.49/2.79  Current number of equations to process: 114
% 2.49/2.79  Current number of ordered equations: 0
% 2.49/2.79  Current number of rules: 332
% 2.49/2.79  New rule produced :
% 2.49/2.79  [348] theorem(or(or(A,or(not(or(or(A,B),or(A,B))),B)),C)) -> true
% 2.49/2.79  Current number of equations to process: 116
% 2.49/2.79  Current number of ordered equations: 0
% 2.49/2.79  Current number of rules: 333
% 2.49/2.79  New rule produced :
% 2.49/2.79  [349] theorem(or(A,or(B,or(not(or(or(A,C),or(A,C))),C)))) -> true
% 2.49/2.79  Current number of equations to process: 115
% 2.49/2.79  Current number of ordered equations: 0
% 2.49/2.79  Current number of rules: 334
% 2.49/2.79  New rule produced :
% 2.49/2.79  [350] theorem(or(A,or(or(not(or(B,or(C,X))),or(B,X)),C))) -> true
% 2.49/2.79  Current number of equations to process: 118
% 2.49/2.79  Current number of ordered equations: 0
% 2.49/2.79  Current number of rules: 335
% 2.49/2.79  New rule produced :
% 2.49/2.79  [351] theorem(or(A,or(B,or(C,or(not(or(or(C,X),or(C,X))),X))))) -> true
% 2.49/2.79  Current number of equations to process: 120
% 2.49/2.79  Current number of ordered equations: 0
% 2.74/3.05  Current number of rules: 336
% 2.74/3.05  New rule produced :
% 2.74/3.05  [352]
% 2.74/3.05  ifeq(axiom(or(or(not(or(A,or(B,C))),or(A,C)),B)),true,true,true) -> true
% 2.74/3.05  Current number of equations to process: 119
% 2.74/3.05  Current number of ordered equations: 0
% 2.74/3.05  Current number of rules: 337
% 2.74/3.05  New rule produced :
% 2.74/3.05  [353] theorem(or(A,or(or(not(or(B,or(or(A,C),X))),or(B,X)),C))) -> true
% 2.74/3.05  Current number of equations to process: 118
% 2.74/3.05  Current number of ordered equations: 0
% 2.74/3.05  Current number of rules: 338
% 2.74/3.05  New rule produced :
% 2.74/3.05  [354] theorem(or(or(A,or(not(or(B,or(A,C))),or(B,C))),X)) -> true
% 2.74/3.05  Current number of equations to process: 120
% 2.74/3.05  Current number of ordered equations: 0
% 2.74/3.05  Current number of rules: 339
% 2.74/3.05  New rule produced :
% 2.74/3.05  [355] theorem(or(A,or(B,or(not(or(C,or(A,X))),or(C,X))))) -> true
% 2.74/3.05  Current number of equations to process: 119
% 2.74/3.05  Current number of ordered equations: 0
% 2.74/3.05  Current number of rules: 340
% 2.74/3.05  New rule produced :
% 2.74/3.05  [356] theorem(or(A,or(B,or(C,or(not(or(X,or(C,Y))),or(X,Y)))))) -> true
% 2.74/3.05  Current number of equations to process: 120
% 2.74/3.05  Current number of ordered equations: 0
% 2.74/3.05  Current number of rules: 341
% 2.74/3.05  New rule produced :
% 2.74/3.05  [357] theorem(or(or(not(or(A,or(not(B),C))),or(A,C)),not(or(B,B)))) -> true
% 2.74/3.05  Current number of equations to process: 127
% 2.74/3.05  Current number of ordered equations: 0
% 2.74/3.05  Current number of rules: 342
% 2.74/3.05  New rule produced :
% 2.74/3.05  [358] theorem(or(not(or(A,or(not(B),C))),or(not(or(B,B)),or(A,C)))) -> true
% 2.74/3.05  Current number of equations to process: 126
% 2.74/3.05  Current number of ordered equations: 0
% 2.74/3.05  Current number of rules: 343
% 2.74/3.05  New rule produced :
% 2.74/3.05  [359] theorem(or(or(not(or(A,or(not(or(B,C)),X))),or(A,X)),not(C))) -> true
% 2.74/3.05  Current number of equations to process: 134
% 2.74/3.05  Current number of ordered equations: 0
% 2.74/3.05  Current number of rules: 344
% 2.74/3.05  New rule produced :
% 2.74/3.05  [360] theorem(or(not(or(A,or(not(or(B,C)),X))),or(not(C),or(A,X)))) -> true
% 2.74/3.05  Current number of equations to process: 133
% 2.74/3.05  Current number of ordered equations: 0
% 2.74/3.05  Current number of rules: 345
% 2.74/3.05  New rule produced :
% 2.74/3.05  [361] theorem(or(A,or(or(not(or(not(B),C)),or(X,C)),not(or(X,B))))) -> true
% 2.74/3.05  Current number of equations to process: 137
% 2.74/3.05  Current number of ordered equations: 0
% 2.74/3.05  Current number of rules: 346
% 2.74/3.05  New rule produced :
% 2.74/3.05  [362] theorem(or(or(not(or(not(A),B)),or(C,B)),not(or(A,C)))) -> true
% 2.74/3.05  Current number of equations to process: 141
% 2.74/3.05  Current number of ordered equations: 0
% 2.74/3.05  Current number of rules: 347
% 2.74/3.05  New rule produced :
% 2.74/3.05  [363] theorem(or(not(or(not(A),B)),or(not(or(A,C)),or(C,B)))) -> true
% 2.74/3.05  Current number of equations to process: 140
% 2.74/3.05  Current number of ordered equations: 0
% 2.74/3.05  Current number of rules: 348
% 2.74/3.05  New rule produced :
% 2.74/3.05  [364] theorem(or(A,or(not(or(B,C)),or(not(or(not(B),X)),or(C,X))))) -> true
% 2.74/3.05  Current number of equations to process: 141
% 2.74/3.05  Current number of ordered equations: 0
% 2.74/3.05  Current number of rules: 349
% 2.74/3.05  New rule produced :
% 2.74/3.05  [365] theorem(or(not(or(A,or(B,B))),or(C,or(A,B)))) -> true
% 2.74/3.05  Current number of equations to process: 146
% 2.74/3.05  Current number of ordered equations: 0
% 2.74/3.05  Current number of rules: 350
% 2.74/3.05  New rule produced :
% 2.74/3.05  [366] theorem(or(or(A,or(B,C)),not(or(A,or(B,or(C,C)))))) -> true
% 2.74/3.05  Current number of equations to process: 145
% 2.74/3.05  Current number of ordered equations: 0
% 2.74/3.05  Current number of rules: 351
% 2.74/3.05  New rule produced :
% 2.74/3.05  [367] theorem(or(A,or(not(or(A,or(B,or(C,C)))),or(B,C)))) -> true
% 2.74/3.05  Current number of equations to process: 144
% 2.74/3.05  Current number of ordered equations: 0
% 2.74/3.05  Current number of rules: 352
% 2.74/3.05  New rule produced :
% 2.74/3.05  [368] theorem(or(not(or(or(A,or(B,B)),C)),or(C,or(A,B)))) -> true
% 2.74/3.05  Current number of equations to process: 144
% 2.74/3.05  Current number of ordered equations: 0
% 2.74/3.05  Current number of rules: 353
% 2.74/3.05  New rule produced :
% 2.74/3.05  [369] ifeq(axiom(or(or(A,B),not(or(A,or(B,B))))),true,true,true) -> true
% 2.74/3.05  Current number of equations to process: 145
% 2.74/3.05  Current number of ordered equations: 0
% 2.74/3.05  Current number of rules: 354
% 2.74/3.05  New rule produced :
% 2.74/3.05  [370] theorem(or(A,or(or(B,C),not(or(B,or(C,C)))))) -> true
% 2.74/3.05  Current number of equations to process: 145
% 2.74/3.05  Current number of ordered equations: 0
% 2.74/3.05  Current number of rules: 355
% 2.74/3.05  New rule produced :
% 2.74/3.05  [371] ifeq(axiom(or(A,or(not(or(A,or(B,B))),B))),true,true,true) -> true
% 2.74/3.05  Current number of equations to process: 147
% 2.74/3.05  Current number of ordered equations: 0
% 2.74/3.05  Current number of rules: 356
% 2.97/3.25  New rule produced : [372] theorem(or(or(not(or(A,or(B,B))),B),A)) -> true
% 2.97/3.25  Current number of equations to process: 149
% 2.97/3.25  Current number of ordered equations: 0
% 2.97/3.25  Current number of rules: 357
% 2.97/3.25  New rule produced :
% 2.97/3.25  [373] theorem(or(A,or(B,or(not(or(B,or(C,C))),C)))) -> true
% 2.97/3.25  Current number of equations to process: 150
% 2.97/3.25  Current number of ordered equations: 0
% 2.97/3.25  Current number of rules: 358
% 2.97/3.25  New rule produced :
% 2.97/3.25  [374] theorem(or(not(or(A,A)),or(not(or(not(A),or(B,B))),B))) -> true
% 2.97/3.25  Current number of equations to process: 153
% 2.97/3.25  Current number of ordered equations: 0
% 2.97/3.25  Current number of rules: 359
% 2.97/3.25  New rule produced :
% 2.97/3.25  [375] theorem(or(not(A),or(not(or(not(or(B,A)),or(C,C))),C))) -> true
% 2.97/3.25  Current number of equations to process: 152
% 2.97/3.25  Current number of ordered equations: 0
% 2.97/3.25  Current number of rules: 360
% 2.97/3.25  New rule produced :
% 2.97/3.25  [376] theorem(or(or(not(or(A,or(B,B))),or(A,B)),C)) -> true
% 2.97/3.25  Current number of equations to process: 153
% 2.97/3.25  Current number of ordered equations: 0
% 2.97/3.25  Current number of rules: 361
% 2.97/3.25  New rule produced :
% 2.97/3.25  [377] theorem(or(A,or(B,or(not(or(C,or(X,X))),or(C,X))))) -> true
% 2.97/3.25  Current number of equations to process: 152
% 2.97/3.25  Current number of ordered equations: 0
% 2.97/3.25  Current number of rules: 362
% 2.97/3.25  New rule produced :
% 2.97/3.25  [378] theorem(or(not(or(A,or(or(B,B),C))),or(A,or(C,B)))) -> true
% 2.97/3.25  Current number of equations to process: 153
% 2.97/3.25  Current number of ordered equations: 0
% 2.97/3.25  Current number of rules: 363
% 2.97/3.25  New rule produced : [379] theorem(or(or(A,B),not(or(or(B,B),A)))) -> true
% 2.97/3.25  Current number of equations to process: 155
% 2.97/3.25  Current number of ordered equations: 0
% 2.97/3.25  Current number of rules: 364
% 2.97/3.25  New rule produced : [380] theorem(or(A,or(not(or(or(B,B),A)),B))) -> true
% 2.97/3.25  Current number of equations to process: 155
% 2.97/3.25  Current number of ordered equations: 0
% 2.97/3.25  Current number of rules: 365
% 2.97/3.25  New rule produced :
% 2.97/3.25  [381] theorem(or(A,or(not(or(or(B,B),C)),or(C,B)))) -> true
% 2.97/3.25  Current number of equations to process: 155
% 2.97/3.25  Current number of ordered equations: 0
% 2.97/3.25  Current number of rules: 366
% 2.97/3.25  New rule produced :
% 2.97/3.25  [382] theorem(or(A,or(not(or(B,or(C,or(X,X)))),or(B,or(C,X))))) -> true
% 2.97/3.25  Current number of equations to process: 156
% 2.97/3.25  Current number of ordered equations: 0
% 2.97/3.25  Current number of rules: 367
% 2.97/3.25  New rule produced :
% 2.97/3.25  [383] theorem(or(not(or(A,B)),or(A,or(not(or(not(B),or(C,C))),C)))) -> true
% 2.97/3.25  Current number of equations to process: 155
% 2.97/3.25  Current number of ordered equations: 0
% 2.97/3.25  Current number of rules: 368
% 2.97/3.25  New rule produced :
% 2.97/3.25  [384] theorem(or(not(or(A,B)),or(not(or(not(or(B,A)),or(C,C))),C))) -> true
% 2.97/3.25  Current number of equations to process: 154
% 2.97/3.25  Current number of ordered equations: 0
% 2.97/3.25  Current number of rules: 369
% 2.97/3.25  New rule produced :
% 2.97/3.25  [385]
% 2.97/3.25  ifeq(axiom(or(A,or(not(or(B,or(C,C))),or(B,C)))),true,true,true) -> true
% 2.97/3.25  Current number of equations to process: 153
% 2.97/3.25  Current number of ordered equations: 0
% 2.97/3.25  Current number of rules: 370
% 2.97/3.25  New rule produced :
% 2.97/3.25  [386] theorem(or(not(or(or(or(A,A),B),or(or(A,A),B))),or(B,A))) -> true
% 2.97/3.25  Current number of equations to process: 152
% 2.97/3.25  Current number of ordered equations: 0
% 2.97/3.25  Current number of rules: 371
% 2.97/3.25  New rule produced :
% 2.97/3.25  [387] theorem(or(or(A,or(B,or(C,X))),not(or(A,or(B,X))))) -> true
% 2.97/3.25  Current number of equations to process: 156
% 2.97/3.25  Current number of ordered equations: 0
% 2.97/3.25  Current number of rules: 372
% 2.97/3.25  New rule produced :
% 2.97/3.25  [388] theorem(or(A,or(not(or(A,or(B,C))),or(B,or(X,C))))) -> true
% 2.97/3.25  Current number of equations to process: 155
% 2.97/3.25  Current number of ordered equations: 0
% 2.97/3.25  Current number of rules: 373
% 2.97/3.25  New rule produced :
% 2.97/3.25  [389] theorem(or(not(or(or(A,B),C)),or(C,or(A,or(X,B))))) -> true
% 2.97/3.25  Current number of equations to process: 155
% 2.97/3.25  Current number of ordered equations: 0
% 2.97/3.25  Current number of rules: 374
% 2.97/3.25  New rule produced :
% 2.97/3.25  [390] ifeq(axiom(or(or(A,or(B,C)),not(or(A,C)))),true,true,true) -> true
% 2.97/3.25  Current number of equations to process: 156
% 2.97/3.25  Current number of ordered equations: 0
% 2.97/3.25  Current number of rules: 375
% 2.97/3.25  New rule produced :
% 2.97/3.25  [391] theorem(or(A,or(or(B,or(C,X)),not(or(B,X))))) -> true
% 2.97/3.25  Current number of equations to process: 156
% 2.97/3.25  Current number of ordered equations: 0
% 2.97/3.25  Current number of rules: 376
% 2.97/3.25  New rule produced :
% 2.97/3.25  [392] ifeq(axiom(or(A,or(not(or(A,B)),or(C,B)))),true,true,true) -> true
% 2.97/3.25  Current number of equations to process: 158
% 3.21/3.50  Current number of ordered equations: 0
% 3.21/3.50  Current number of rules: 377
% 3.21/3.50  New rule produced : [393] theorem(or(or(not(or(A,B)),or(C,B)),A)) -> true
% 3.21/3.50  Current number of equations to process: 160
% 3.21/3.50  Current number of ordered equations: 0
% 3.21/3.50  Current number of rules: 378
% 3.21/3.50  New rule produced :
% 3.21/3.50  [394] theorem(or(A,or(B,or(not(or(B,C)),or(X,C))))) -> true
% 3.21/3.50  Current number of equations to process: 161
% 3.21/3.50  Current number of ordered equations: 0
% 3.21/3.50  Current number of rules: 379
% 3.21/3.50  New rule produced :
% 3.21/3.50  [395] theorem(or(not(or(A,A)),or(not(or(not(A),B)),or(C,B)))) -> true
% 3.21/3.50  Current number of equations to process: 164
% 3.21/3.50  Current number of ordered equations: 0
% 3.21/3.50  Current number of rules: 380
% 3.21/3.50  New rule produced :
% 3.21/3.50  [396] theorem(or(not(A),or(not(or(not(or(B,A)),C)),or(X,C)))) -> true
% 3.21/3.50  Current number of equations to process: 163
% 3.21/3.50  Current number of ordered equations: 0
% 3.21/3.50  Current number of rules: 381
% 3.21/3.50  New rule produced :
% 3.21/3.50  [397] theorem(or(or(not(or(A,B)),or(A,or(C,B))),X)) -> true
% 3.21/3.50  Current number of equations to process: 164
% 3.21/3.50  Current number of ordered equations: 0
% 3.21/3.50  Current number of rules: 382
% 3.21/3.50  New rule produced :
% 3.21/3.50  [398] theorem(or(A,or(B,or(not(or(C,X)),or(C,or(Y,X)))))) -> true
% 3.21/3.50  Current number of equations to process: 163
% 3.21/3.50  Current number of ordered equations: 0
% 3.21/3.50  Current number of rules: 383
% 3.21/3.50  New rule produced :
% 3.21/3.50  [399] theorem(or(not(or(A,or(B,C))),or(A,or(C,or(X,B))))) -> true
% 3.21/3.50  Current number of equations to process: 164
% 3.21/3.50  Current number of ordered equations: 0
% 3.21/3.50  Current number of rules: 384
% 3.21/3.50  New rule produced : [400] theorem(or(or(A,or(B,C)),not(or(C,A)))) -> true
% 3.21/3.50  Current number of equations to process: 166
% 3.21/3.50  Current number of ordered equations: 0
% 3.21/3.50  Current number of rules: 385
% 3.21/3.50  New rule produced : [401] theorem(or(A,or(not(or(B,A)),or(C,B)))) -> true
% 3.21/3.50  Current number of equations to process: 166
% 3.21/3.50  Current number of ordered equations: 0
% 3.21/3.50  Current number of rules: 386
% 3.21/3.50  New rule produced :
% 3.21/3.50  [402] theorem(or(A,or(not(or(B,C)),or(C,or(X,B))))) -> true
% 3.21/3.50  Current number of equations to process: 166
% 3.21/3.50  Current number of ordered equations: 0
% 3.21/3.50  Current number of rules: 387
% 3.21/3.50  New rule produced :
% 3.21/3.50  [403] theorem(or(not(or(or(A,B),or(A,B))),or(B,or(C,A)))) -> true
% 3.21/3.50  Current number of equations to process: 165
% 3.21/3.50  Current number of ordered equations: 0
% 3.21/3.50  Current number of rules: 388
% 3.21/3.50  New rule produced :
% 3.21/3.50  [404] theorem(or(A,or(not(or(B,or(C,X))),or(B,or(C,or(Y,X)))))) -> true
% 3.21/3.50  Current number of equations to process: 166
% 3.21/3.50  Current number of ordered equations: 0
% 3.21/3.50  Current number of rules: 389
% 3.21/3.50  New rule produced :
% 3.21/3.50  [405] theorem(or(not(or(A,B)),or(A,or(not(or(not(B),C)),or(X,C))))) -> true
% 3.21/3.50  Current number of equations to process: 165
% 3.21/3.50  Current number of ordered equations: 0
% 3.21/3.50  Current number of rules: 390
% 3.21/3.50  New rule produced :
% 3.21/3.50  [406] theorem(or(not(or(A,B)),or(not(or(not(or(B,A)),C)),or(X,C)))) -> true
% 3.21/3.50  Current number of equations to process: 164
% 3.21/3.50  Current number of ordered equations: 0
% 3.21/3.50  Current number of rules: 391
% 3.21/3.50  New rule produced :
% 3.21/3.50  [407]
% 3.21/3.50  ifeq(axiom(or(A,or(not(or(B,C)),or(B,or(X,C))))),true,true,true) -> true
% 3.21/3.50  Current number of equations to process: 163
% 3.21/3.50  Current number of ordered equations: 0
% 3.21/3.50  Current number of rules: 392
% 3.21/3.50  New rule produced :
% 3.21/3.50  [408] theorem(or(or(A,or(B,C)),not(or(or(A,C),or(A,C))))) -> true
% 3.21/3.50  Current number of equations to process: 167
% 3.21/3.50  Current number of ordered equations: 0
% 3.21/3.50  Current number of rules: 393
% 3.21/3.50  New rule produced :
% 3.21/3.50  [409] theorem(or(A,or(not(or(or(A,B),or(A,B))),or(C,B)))) -> true
% 3.21/3.50  Current number of equations to process: 166
% 3.21/3.50  Current number of ordered equations: 0
% 3.21/3.50  Current number of rules: 394
% 3.21/3.50  New rule produced :
% 3.21/3.50  [410] theorem(or(A,or(or(B,or(C,X)),not(or(B,or(X,C)))))) -> true
% 3.21/3.50  Current number of equations to process: 168
% 3.21/3.50  Current number of ordered equations: 0
% 3.21/3.50  Current number of rules: 395
% 3.21/3.50  New rule produced :
% 3.21/3.50  [411] theorem(or(or(not(or(A,or(B,C))),or(C,B)),A)) -> true
% 3.21/3.50  Current number of equations to process: 173
% 3.21/3.50  Current number of ordered equations: 0
% 3.21/3.50  Current number of rules: 396
% 3.21/3.50  New rule produced :
% 3.21/3.50  [412] theorem(or(A,or(B,or(not(or(B,or(C,X))),or(X,C))))) -> true
% 3.21/3.50  Current number of equations to process: 175
% 3.21/3.50  Current number of ordered equations: 0
% 3.21/3.50  Current number of rules: 397
% 3.21/3.50  New rule produced :
% 3.21/3.50  [413] theorem(or(or(A,or(B,C)),not(or(or(C,B),A)))) -> true
% 3.49/3.75  Current number of equations to process: 179
% 3.49/3.75  Current number of ordered equations: 0
% 3.49/3.75  Current number of rules: 398
% 3.49/3.75  New rule produced :
% 3.49/3.75  [414] theorem(or(A,or(not(or(or(B,C),A)),or(C,B)))) -> true
% 3.49/3.75  Current number of equations to process: 179
% 3.49/3.75  Current number of ordered equations: 0
% 3.49/3.75  Current number of rules: 399
% 3.49/3.75  New rule produced :
% 3.49/3.75  [415] theorem(or(A,or(not(or(or(B,C),X)),or(X,or(C,B))))) -> true
% 3.49/3.75  Current number of equations to process: 179
% 3.49/3.75  Current number of ordered equations: 0
% 3.49/3.75  Current number of rules: 400
% 3.49/3.75  New rule produced :
% 3.49/3.75  [416] theorem(or(A,or(not(or(or(B,C),or(B,C))),or(B,or(X,C))))) -> true
% 3.49/3.75  Current number of equations to process: 181
% 3.49/3.75  Current number of ordered equations: 0
% 3.49/3.75  Current number of rules: 401
% 3.49/3.75  New rule produced :
% 3.49/3.75  [417]
% 3.49/3.75  ifeq(axiom(or(or(A,or(B,C)),not(or(A,or(C,B))))),true,true,true) -> true
% 3.49/3.75  Current number of equations to process: 180
% 3.49/3.75  Current number of ordered equations: 0
% 3.49/3.75  Current number of rules: 402
% 3.49/3.75  New rule produced :
% 3.49/3.75  [418]
% 3.49/3.75  ifeq(axiom(or(A,or(not(or(A,or(B,C))),or(C,B)))),true,true,true) -> true
% 3.49/3.75  Current number of equations to process: 179
% 3.49/3.75  Current number of ordered equations: 0
% 3.49/3.75  Current number of rules: 403
% 3.49/3.75  New rule produced :
% 3.49/3.75  [419] theorem(or(not(or(A,A)),or(not(or(not(A),or(B,C))),or(C,B)))) -> true
% 3.49/3.75  Current number of equations to process: 178
% 3.49/3.75  Current number of ordered equations: 0
% 3.49/3.75  Current number of rules: 404
% 3.49/3.75  New rule produced :
% 3.49/3.75  [420] theorem(or(not(A),or(not(or(not(or(B,A)),or(C,X))),or(X,C)))) -> true
% 3.49/3.75  Current number of equations to process: 177
% 3.49/3.75  Current number of ordered equations: 0
% 3.49/3.75  Current number of rules: 405
% 3.49/3.75  New rule produced :
% 3.49/3.75  [421] theorem(or(not(or(A,or(or(B,C),X))),or(A,or(X,or(C,B))))) -> true
% 3.49/3.75  Current number of equations to process: 176
% 3.49/3.75  Current number of ordered equations: 0
% 3.49/3.75  Current number of rules: 406
% 3.49/3.75  New rule produced :
% 3.49/3.75  [422] theorem(or(or(not(or(A,or(B,C))),or(A,or(C,B))),X)) -> true
% 3.49/3.75  Current number of equations to process: 178
% 3.49/3.75  Current number of ordered equations: 0
% 3.49/3.75  Current number of rules: 407
% 3.49/3.75  New rule produced :
% 3.49/3.75  [423] theorem(or(not(or(A,or(B,C))),or(X,or(A,or(C,B))))) -> true
% 3.49/3.75  Current number of equations to process: 177
% 3.49/3.75  Current number of ordered equations: 0
% 3.49/3.75  Current number of rules: 408
% 3.49/3.75  New rule produced :
% 3.49/3.75  [424] theorem(or(A,or(B,or(not(or(C,or(X,Y))),or(C,or(Y,X)))))) -> true
% 3.49/3.75  Current number of equations to process: 179
% 3.49/3.75  Current number of ordered equations: 0
% 3.49/3.75  Current number of rules: 409
% 3.49/3.75  New rule produced :
% 3.49/3.75  [425] theorem(or(or(not(or(A,B)),or(not(or(not(B),C)),or(A,C))),X)) -> true
% 3.49/3.75  Current number of equations to process: 179
% 3.49/3.75  Current number of ordered equations: 0
% 3.49/3.75  Current number of rules: 410
% 3.49/3.75  New rule produced :
% 3.49/3.75  [426] theorem(or(not(or(A,B)),or(C,or(not(or(not(B),X)),or(A,X))))) -> true
% 3.49/3.75  Current number of equations to process: 178
% 3.49/3.75  Current number of ordered equations: 0
% 3.49/3.75  Current number of rules: 411
% 3.49/3.75  New rule produced :
% 3.49/3.75  [427] theorem(or(or(A,B),not(or(or(A,or(B,B)),or(A,or(B,B)))))) -> true
% 3.49/3.75  Current number of equations to process: 184
% 3.49/3.75  Current number of ordered equations: 0
% 3.49/3.75  Current number of rules: 412
% 3.49/3.75  New rule produced :
% 3.49/3.75  [428] theorem(or(A,or(not(or(or(A,or(B,B)),or(A,or(B,B)))),B))) -> true
% 3.49/3.75  Current number of equations to process: 183
% 3.49/3.75  Current number of ordered equations: 0
% 3.49/3.75  Current number of rules: 413
% 3.49/3.75  New rule produced :
% 3.49/3.75  [429] theorem(or(or(A,or(B,or(C,X))),not(or(A,or(B,or(X,C)))))) -> true
% 3.49/3.75  Current number of equations to process: 190
% 3.49/3.75  Current number of ordered equations: 0
% 3.49/3.75  Current number of rules: 414
% 3.49/3.75  New rule produced :
% 3.49/3.75  [430] theorem(or(A,or(not(or(A,or(B,or(C,X)))),or(B,or(X,C))))) -> true
% 3.49/3.75  Current number of equations to process: 189
% 3.49/3.75  Current number of ordered equations: 0
% 3.49/3.75  Current number of rules: 415
% 3.49/3.75  New rule produced :
% 3.49/3.75  [431] theorem(or(not(or(or(A,or(B,C)),X)),or(X,or(A,or(C,B))))) -> true
% 3.49/3.75  Current number of equations to process: 188
% 3.49/3.75  Current number of ordered equations: 0
% 3.49/3.75  Current number of rules: 416
% 3.49/3.75  New rule produced :
% 3.49/3.75  [432] theorem(or(not(or(or(A,or(B,C)),or(A,or(B,C)))),or(or(A,C),B))) -> true
% 3.49/3.75  Current number of equations to process: 189
% 3.49/3.75  Current number of ordered equations: 0
% 3.49/3.75  Current number of rules: 417
% 3.49/3.75  New rule produced :
% 3.49/3.75  [433]
% 3.49/3.75  theorem(or(not(or(A,or(not(B),C))),or(A,or(or(X,C),not(or(X,B)))))) -> true
% 3.60/3.87  Current number of equations to process: 188
% 3.60/3.87  Current number of ordered equations: 0
% 3.60/3.87  Current number of rules: 418
% 3.60/3.87  New rule produced :
% 3.60/3.87  [434]
% 3.60/3.87  theorem(or(A,or(B,or(or(not(or(C,X)),or(C,Y)),not(or(not(X),Y)))))) -> true
% 3.60/3.87  Current number of equations to process: 187
% 3.60/3.87  Current number of ordered equations: 0
% 3.60/3.87  Current number of rules: 419
% 3.60/3.87  New rule produced :
% 3.60/3.87  [435]
% 3.60/3.87  ifeq(axiom(or(not(or(A,or(B,or(not(or(C,B)),C)))),X)),true,theorem(X),true)
% 3.60/3.87  -> true
% 3.60/3.87  Current number of equations to process: 186
% 3.60/3.87  Current number of ordered equations: 0
% 3.60/3.87  Current number of rules: 420
% 3.60/3.87  New rule produced :
% 3.60/3.87  [436]
% 3.60/3.87  theorem(or(not(or(A,or(B,C))),or(A,or(B,or(not(or(X,not(C))),X))))) -> true
% 3.60/3.87  Current number of equations to process: 185
% 3.60/3.87  Current number of ordered equations: 0
% 3.60/3.87  Current number of rules: 421
% 3.60/3.87  New rule produced :
% 3.60/3.87  [437]
% 3.60/3.87  theorem(or(not(or(or(A,B),or(A,B))),or(A,or(not(or(C,not(B))),C)))) -> true
% 3.60/3.87  Current number of equations to process: 184
% 3.60/3.87  Current number of ordered equations: 0
% 3.60/3.87  Current number of rules: 422
% 3.60/3.87  New rule produced :
% 3.60/3.87  [438]
% 3.60/3.87  theorem(or(not(or(A,or(B,C))),or(A,or(not(or(X,not(or(C,B)))),X)))) -> true
% 3.60/3.87  Current number of equations to process: 183
% 3.60/3.87  Current number of ordered equations: 0
% 3.60/3.87  Current number of rules: 423
% 3.60/3.87  New rule produced :
% 3.60/3.87  [439]
% 3.60/3.87  theorem(or(not(or(or(A,B),or(A,B))),or(not(or(C,not(or(B,A)))),C))) -> true
% 3.60/3.87  Current number of equations to process: 182
% 3.60/3.87  Current number of ordered equations: 0
% 3.60/3.87  Current number of rules: 424
% 3.60/3.87  New rule produced :
% 3.60/3.87  [440] theorem(or(A,or(or(not(or(or(or(A,B),C),or(or(A,B),C))),C),B))) -> true
% 3.60/3.87  Current number of equations to process: 181
% 3.60/3.87  Current number of ordered equations: 0
% 3.60/3.87  Current number of rules: 425
% 3.60/3.87  New rule produced :
% 3.60/3.87  [441]
% 3.60/3.87  ifeq(axiom(or(A,or(B,or(not(or(or(B,C),or(B,C))),C)))),true,true,true) ->
% 3.60/3.87  true
% 3.60/3.87  Current number of equations to process: 180
% 3.60/3.87  Current number of ordered equations: 0
% 3.60/3.87  Current number of rules: 426
% 3.60/3.87  New rule produced :
% 3.60/3.87  [442]
% 3.60/3.87  ifeq(axiom(or(A,or(B,or(not(or(C,or(B,X))),or(C,X))))),true,true,true) ->
% 3.60/3.87  true
% 3.60/3.87  Current number of equations to process: 179
% 3.60/3.87  Current number of ordered equations: 0
% 3.60/3.87  Current number of rules: 427
% 3.60/3.87  New rule produced :
% 3.60/3.87  [443]
% 3.60/3.87  theorem(or(A,or(or(not(or(not(B),C)),or(not(or(X,B)),or(X,C))),Y))) -> true
% 3.60/3.87  Current number of equations to process: 178
% 3.60/3.87  Current number of ordered equations: 0
% 3.60/3.87  Current number of rules: 428
% 3.60/3.87  New rule produced :
% 3.60/3.87  [444]
% 3.60/3.87  theorem(or(A,or(not(or(B,B)),or(not(or(C,or(not(B),X))),or(C,X))))) -> true
% 3.60/3.87  Current number of equations to process: 177
% 3.60/3.87  Current number of ordered equations: 0
% 3.60/3.87  Current number of rules: 429
% 3.60/3.87  New rule produced :
% 3.60/3.87  [445]
% 3.60/3.87  theorem(or(A,or(not(B),or(not(or(C,or(not(or(X,B)),Y))),or(C,Y))))) -> true
% 3.60/3.87  Current number of equations to process: 176
% 3.60/3.87  Current number of ordered equations: 0
% 3.60/3.87  Current number of rules: 430
% 3.60/3.87  New rule produced :
% 3.60/3.87  [446]
% 3.60/3.87  theorem(or(not(or(A,A)),or(not(or(B,or(not(or(C,A)),X))),or(B,X)))) -> true
% 3.60/3.87  Current number of equations to process: 175
% 3.60/3.87  Current number of ordered equations: 0
% 3.60/3.87  Current number of rules: 431
% 3.60/3.87  New rule produced :
% 3.60/3.87  [447]
% 3.60/3.87  theorem(or(not(A),or(not(or(B,or(not(or(C,or(X,A))),Y))),or(B,Y)))) -> true
% 3.60/3.87  Current number of equations to process: 174
% 3.60/3.87  Current number of ordered equations: 0
% 3.60/3.87  Current number of rules: 432
% 3.60/3.87  New rule produced :
% 3.60/3.87  [448]
% 3.60/3.87  ifeq(axiom(or(or(not(or(not(A),B)),or(C,B)),not(or(C,A)))),true,true,true) ->
% 3.60/3.87  true
% 3.60/3.87  Current number of equations to process: 173
% 3.60/3.87  Current number of ordered equations: 0
% 3.60/3.87  Current number of rules: 433
% 3.60/3.87  New rule produced :
% 3.60/3.87  [449]
% 3.60/3.87  theorem(or(not(or(A,or(B,C))),or(A,or(not(or(not(B),X)),or(C,X))))) -> true
% 3.60/3.87  Current number of equations to process: 172
% 3.60/3.87  Current number of ordered equations: 0
% 3.60/3.87  Current number of rules: 434
% 3.60/3.87  New rule produced :
% 3.60/3.87  [450]
% 3.60/3.87  theorem(or(not(or(or(A,B),or(A,B))),or(not(or(not(A),C)),or(B,C)))) -> true
% 3.60/3.87  Current number of equations to process: 171
% 3.60/3.87  Current number of ordered equations: 0
% 3.60/3.87  Current number of rules: 435
% 3.60/3.87  New rule produced :
% 3.60/3.87  [451] theorem(or(not(or(A,or(B,or(C,or(X,X))))),or(A,or(B,or(C,X))))) -> true
% 3.60/3.87  Current number of equations to process: 170
% 3.60/3.87  Current number of ordered equations: 0
% 3.60/3.87  Current number of rules: 436
% 3.60/3.87  New rule produced :
% 3.60/3.87  [452]
% 3.60/3.87  ifeq(axiom(or(not(or(or(A,B),not(or(A,or(B,B))))),C)),true,theorem(C),true)
% 3.71/4.03  -> true
% 3.71/4.03  Current number of equations to process: 169
% 3.71/4.03  Current number of ordered equations: 0
% 3.71/4.03  Current number of rules: 437
% 3.71/4.03  New rule produced :
% 3.71/4.03  [453]
% 3.71/4.03  ifeq(axiom(or(not(or(A,or(not(or(A,or(B,B))),B))),C)),true,theorem(C),true)
% 3.71/4.03  -> true
% 3.71/4.03  Current number of equations to process: 168
% 3.71/4.03  Current number of ordered equations: 0
% 3.71/4.03  Current number of rules: 438
% 3.71/4.03  New rule produced :
% 3.71/4.03  [454]
% 3.71/4.03  ifeq(axiom(or(not(or(not(or(or(A,A),B)),or(B,A))),C)),true,theorem(C),true)
% 3.71/4.03  -> true
% 3.71/4.03  Current number of equations to process: 167
% 3.71/4.03  Current number of ordered equations: 0
% 3.71/4.03  Current number of rules: 439
% 3.71/4.03  New rule produced :
% 3.71/4.03  [455]
% 3.71/4.03  ifeq(axiom(or(not(A),or(or(B,B),C))),true,theorem(or(not(A),or(C,B))),true)
% 3.71/4.03  -> true
% 3.71/4.03  Current number of equations to process: 166
% 3.71/4.03  Current number of ordered equations: 0
% 3.71/4.03  Current number of rules: 440
% 3.71/4.03  New rule produced :
% 3.71/4.03  [456] theorem(or(not(or(A,or(B,or(C,X)))),or(A,or(B,or(C,or(Y,X)))))) -> true
% 3.71/4.03  Current number of equations to process: 165
% 3.71/4.03  Current number of ordered equations: 0
% 3.71/4.03  Current number of rules: 441
% 3.71/4.03  New rule produced :
% 3.71/4.03  [457]
% 3.71/4.03  ifeq(axiom(or(not(or(or(A,or(B,C)),not(or(A,C)))),X)),true,theorem(X),true)
% 3.71/4.03  -> true
% 3.71/4.03  Current number of equations to process: 164
% 3.71/4.03  Current number of ordered equations: 0
% 3.71/4.03  Current number of rules: 442
% 3.71/4.03  New rule produced :
% 3.71/4.03  [458]
% 3.71/4.03  ifeq(axiom(or(not(or(A,or(not(or(A,B)),or(C,B)))),X)),true,theorem(X),true)
% 3.71/4.03  -> true
% 3.71/4.03  Current number of equations to process: 163
% 3.71/4.03  Current number of ordered equations: 0
% 3.71/4.03  Current number of rules: 443
% 3.71/4.03  New rule produced :
% 3.71/4.03  [459]
% 3.71/4.03  ifeq(axiom(or(not(or(not(or(A,B)),or(B,or(C,A)))),X)),true,theorem(X),true)
% 3.71/4.03  -> true
% 3.71/4.03  Current number of equations to process: 162
% 3.71/4.03  Current number of ordered equations: 0
% 3.71/4.03  Current number of rules: 444
% 3.71/4.03  New rule produced :
% 3.71/4.03  [460]
% 3.71/4.03  ifeq(axiom(or(not(A),or(B,C))),true,theorem(or(not(A),or(C,or(X,B)))),true)
% 3.71/4.03  -> true
% 3.71/4.03  Current number of equations to process: 161
% 3.71/4.03  Current number of ordered equations: 0
% 3.71/4.03  Current number of rules: 445
% 3.71/4.03  New rule produced :
% 3.71/4.03  [461] theorem(or(not(or(A,or(or(B,C),or(B,C)))),or(A,or(B,or(X,C))))) -> true
% 3.71/4.03  Current number of equations to process: 160
% 3.71/4.03  Current number of ordered equations: 0
% 3.71/4.03  Current number of rules: 446
% 3.71/4.03  New rule produced :
% 3.71/4.03  [462]
% 3.71/4.03  theorem(or(not(or(A,B)),or(A,or(not(or(not(B),or(C,X))),or(X,C))))) -> true
% 3.71/4.03  Current number of equations to process: 159
% 3.71/4.03  Current number of ordered equations: 0
% 3.71/4.03  Current number of rules: 447
% 3.71/4.03  New rule produced :
% 3.71/4.03  [463]
% 3.71/4.03  theorem(or(not(or(A,B)),or(not(or(not(or(B,A)),or(C,X))),or(X,C)))) -> true
% 3.71/4.03  Current number of equations to process: 158
% 3.71/4.03  Current number of ordered equations: 0
% 3.71/4.03  Current number of rules: 448
% 3.71/4.03  New rule produced :
% 3.71/4.03  [464] theorem(or(not(or(or(or(A,B),C),or(or(A,B),C))),or(C,or(B,A)))) -> true
% 3.71/4.03  Current number of equations to process: 157
% 3.71/4.03  Current number of ordered equations: 0
% 3.71/4.03  Current number of rules: 449
% 3.71/4.03  New rule produced :
% 3.71/4.03  [465]
% 3.71/4.03  ifeq(axiom(or(A,or(not(or(B,or(C,X))),or(B,or(X,C))))),true,true,true) ->
% 3.71/4.03  true
% 3.71/4.03  Current number of equations to process: 156
% 3.71/4.03  Current number of ordered equations: 0
% 3.71/4.03  Current number of rules: 450
% 3.71/4.03  New rule produced :
% 3.71/4.03  [466]
% 3.71/4.03  theorem(or(A,or(B,or(not(or(C,X)),or(not(or(not(X),Y)),or(C,Y)))))) -> true
% 3.71/4.03  Current number of equations to process: 155
% 3.71/4.03  Current number of ordered equations: 0
% 3.71/4.03  Current number of rules: 451
% 3.71/4.03  New rule produced :
% 3.71/4.03  [467] theorem(or(A,or(not(or(or(B,or(C,C)),or(B,or(C,C)))),or(B,C)))) -> true
% 3.71/4.03  Current number of equations to process: 154
% 3.71/4.03  Current number of ordered equations: 0
% 3.71/4.03  Current number of rules: 452
% 3.71/4.03  New rule produced :
% 3.71/4.03  [468] theorem(or(A,or(not(or(B,or(C,or(X,Y)))),or(B,or(C,or(Y,X)))))) -> true
% 3.71/4.03  Current number of equations to process: 153
% 3.71/4.03  Current number of ordered equations: 0
% 3.71/4.03  Current number of rules: 453
% 3.71/4.03  New rule produced :
% 3.71/4.03  [469] theorem(or(or(A,or(B,C)),not(or(A,or(C,C))))) -> true
% 3.71/4.03  Current number of equations to process: 162
% 3.71/4.03  Current number of ordered equations: 0
% 3.71/4.03  Current number of rules: 454
% 3.71/4.03  New rule produced :
% 3.71/4.03  [470] theorem(or(A,or(not(or(A,or(B,B))),or(C,B)))) -> true
% 3.71/4.03  Current number of equations to process: 162
% 3.71/4.03  Current number of ordered equations: 0
% 3.71/4.03  Current number of rules: 455
% 3.71/4.03  New rule produced :
% 3.71/4.03  [471] theorem(or(not(or(or(A,A),B)),or(B,or(C,A)))) -> true
% 3.71/4.03  Current number of equations to process: 163
% 4.09/4.36  Current number of ordered equations: 0
% 4.09/4.36  Current number of rules: 456
% 4.09/4.36  New rule produced :
% 4.09/4.36  [472] theorem(or(A,or(not(or(B,or(C,C))),or(B,or(X,C))))) -> true
% 4.09/4.36  Current number of equations to process: 162
% 4.09/4.36  Current number of ordered equations: 0
% 4.09/4.36  Current number of rules: 457
% 4.09/4.36  New rule produced :
% 4.09/4.36  [473] ifeq(axiom(or(or(A,B),not(or(B,B)))),true,true,true) -> true
% 4.09/4.36  Current number of equations to process: 163
% 4.09/4.36  Current number of ordered equations: 0
% 4.09/4.36  Current number of rules: 458
% 4.09/4.36  New rule produced : [474] theorem(or(A,or(or(B,C),not(or(C,C))))) -> true
% 4.09/4.36  Current number of equations to process: 163
% 4.09/4.36  Current number of ordered equations: 0
% 4.09/4.36  Current number of rules: 459
% 4.09/4.36  New rule produced :
% 4.09/4.36  [475] ifeq(axiom(or(A,or(not(or(B,B)),or(C,B)))),true,true,true) -> true
% 4.09/4.36  Current number of equations to process: 165
% 4.09/4.36  Current number of ordered equations: 0
% 4.09/4.36  Current number of rules: 460
% 4.09/4.36  New rule produced : [476] theorem(or(or(not(or(A,A)),or(B,A)),C)) -> true
% 4.09/4.36  Current number of equations to process: 166
% 4.09/4.36  Current number of ordered equations: 0
% 4.09/4.36  Current number of rules: 461
% 4.09/4.36  New rule produced :
% 4.09/4.36  [477] theorem(or(A,or(B,or(not(or(C,C)),or(X,C))))) -> true
% 4.09/4.36  Current number of equations to process: 165
% 4.09/4.36  Current number of ordered equations: 0
% 4.09/4.36  Current number of rules: 462
% 4.09/4.36  New rule produced :
% 4.09/4.36  [478] theorem(or(or(A,B),not(or(or(B,B),or(B,B))))) -> true
% 4.09/4.36  Current number of equations to process: 168
% 4.09/4.36  Current number of ordered equations: 0
% 4.09/4.36  Current number of rules: 463
% 4.09/4.36  New rule produced :
% 4.09/4.36  [479] theorem(or(A,or(not(or(or(B,B),or(B,B))),or(C,B)))) -> true
% 4.09/4.36  Current number of equations to process: 168
% 4.09/4.36  Current number of ordered equations: 0
% 4.09/4.36  Current number of rules: 464
% 4.09/4.36  New rule produced :
% 4.09/4.36  [480] theorem(or(not(or(A,or(B,or(C,C)))),or(A,or(B,or(X,C))))) -> true
% 4.09/4.36  Current number of equations to process: 169
% 4.09/4.36  Current number of ordered equations: 0
% 4.09/4.36  Current number of rules: 465
% 4.09/4.36  New rule produced :
% 4.09/4.36  [481]
% 4.09/4.36  ifeq(axiom(or(not(or(or(A,B),not(or(B,B)))),C)),true,theorem(C),true) -> true
% 4.09/4.36  Current number of equations to process: 168
% 4.09/4.36  Current number of ordered equations: 0
% 4.09/4.36  Current number of rules: 466
% 4.09/4.36  New rule produced :
% 4.09/4.36  [482] theorem(or(not(or(A,or(or(B,B),or(B,B)))),or(A,or(C,B)))) -> true
% 4.09/4.36  Current number of equations to process: 167
% 4.09/4.36  Current number of ordered equations: 0
% 4.09/4.36  Current number of rules: 467
% 4.09/4.36  New rule produced :
% 4.09/4.36  [483] theorem(or(or(A,B),not(or(A,or(or(B,B),or(B,B)))))) -> true
% 4.09/4.36  Current number of equations to process: 171
% 4.09/4.36  Current number of ordered equations: 0
% 4.09/4.36  Current number of rules: 468
% 4.09/4.36  New rule produced :
% 4.09/4.36  [484] theorem(or(A,or(not(or(A,or(or(B,B),or(B,B)))),B))) -> true
% 4.09/4.36  Current number of equations to process: 170
% 4.09/4.36  Current number of ordered equations: 0
% 4.09/4.36  Current number of rules: 469
% 4.09/4.36  New rule produced :
% 4.09/4.36  [485] theorem(or(not(or(or(or(A,A),or(A,A)),B)),or(B,A))) -> true
% 4.09/4.36  Current number of equations to process: 170
% 4.09/4.36  Current number of ordered equations: 0
% 4.09/4.36  Current number of rules: 470
% 4.09/4.36  New rule produced :
% 4.09/4.36  [486] ifeq(axiom(or(A,not(or(or(A,A),or(A,A))))),true,true,true) -> true
% 4.09/4.36  Current number of equations to process: 172
% 4.09/4.36  Current number of ordered equations: 0
% 4.09/4.36  Current number of rules: 471
% 4.09/4.36  New rule produced :
% 4.09/4.36  [487] theorem(or(A,or(B,not(or(or(B,B),or(B,B)))))) -> true
% 4.09/4.36  Current number of equations to process: 175
% 4.09/4.36  Current number of ordered equations: 0
% 4.09/4.36  Current number of rules: 472
% 4.09/4.36  New rule produced :
% 4.09/4.36  [488] theorem(or(or(not(or(or(A,A),or(A,A))),A),B)) -> true
% 4.09/4.36  Current number of equations to process: 180
% 4.09/4.36  Current number of ordered equations: 0
% 4.09/4.36  Current number of rules: 473
% 4.09/4.36  New rule produced :
% 4.09/4.36  [489] theorem(or(A,or(B,or(not(or(or(C,C),or(C,C))),C)))) -> true
% 4.09/4.36  Current number of equations to process: 179
% 4.09/4.36  Current number of ordered equations: 0
% 4.09/4.36  Current number of rules: 474
% 4.09/4.36  New rule produced :
% 4.09/4.36  [490] theorem(or(A,or(or(B,C),not(or(or(C,B),or(C,B)))))) -> true
% 4.09/4.36  Current number of equations to process: 181
% 4.09/4.36  Current number of ordered equations: 0
% 4.09/4.36  Current number of rules: 475
% 4.09/4.36  New rule produced :
% 4.09/4.36  [491] theorem(or(or(not(or(or(A,B),or(A,B))),A),B)) -> true
% 4.09/4.36  Current number of equations to process: 186
% 4.09/4.36  Current number of ordered equations: 0
% 4.09/4.36  Current number of rules: 476
% 4.09/4.36  New rule produced :
% 4.09/4.36  [492] theorem(or(A,or(B,or(not(or(or(C,B),or(C,B))),C)))) -> true
% 4.38/4.64  Current number of equations to process: 188
% 4.38/4.64  Current number of ordered equations: 0
% 4.38/4.64  Current number of rules: 477
% 4.38/4.64  New rule produced : [493] ifeq(axiom(or(A,not(A))),true,true,true) -> true
% 4.38/4.64  Current number of equations to process: 189
% 4.38/4.64  Current number of ordered equations: 0
% 4.38/4.64  Current number of rules: 478
% 4.38/4.64  New rule produced : [494] theorem(or(not(or(A,B)),or(A,not(not(B))))) -> true
% 4.38/4.64  Current number of equations to process: 189
% 4.38/4.64  Current number of ordered equations: 0
% 4.38/4.64  Current number of rules: 479
% 4.38/4.64  New rule produced : [495] theorem(or(A,or(B,not(B)))) -> true
% 4.38/4.64  Current number of equations to process: 190
% 4.38/4.64  Current number of ordered equations: 0
% 4.38/4.64  Current number of rules: 480
% 4.38/4.64  New rule produced : [496] theorem(or(not(or(A,A)),not(not(A)))) -> true
% 4.38/4.64  Current number of equations to process: 190
% 4.38/4.64  Current number of ordered equations: 0
% 4.38/4.64  Current number of rules: 481
% 4.38/4.64  New rule produced : [497] theorem(or(not(A),not(not(or(B,A))))) -> true
% 4.38/4.64  Current number of equations to process: 190
% 4.38/4.64  Current number of ordered equations: 0
% 4.38/4.64  Current number of rules: 482
% 4.38/4.64  New rule produced : [498] theorem(or(not(or(A,B)),not(not(or(B,A))))) -> true
% 4.38/4.64  Current number of equations to process: 190
% 4.38/4.64  Current number of ordered equations: 0
% 4.38/4.64  Current number of rules: 483
% 4.38/4.64  New rule produced :
% 4.38/4.64  [499] ifeq(axiom(or(not(or(A,not(A))),B)),true,theorem(B),true) -> true
% 4.38/4.64  Current number of equations to process: 192
% 4.38/4.64  Current number of ordered equations: 0
% 4.38/4.64  Current number of rules: 484
% 4.38/4.64  New rule produced :
% 4.38/4.64  [500] ifeq(axiom(or(A,or(not(or(A,B)),B))),true,true,true) -> true
% 4.38/4.64  Current number of equations to process: 191
% 4.38/4.64  Current number of ordered equations: 0
% 4.38/4.64  Current number of rules: 485
% 4.38/4.64  New rule produced : [501] theorem(or(or(not(or(A,B)),B),A)) -> true
% 4.38/4.64  Current number of equations to process: 193
% 4.38/4.64  Current number of ordered equations: 0
% 4.38/4.64  Current number of rules: 486
% 4.38/4.64  New rule produced : [502] theorem(or(A,or(B,or(not(or(B,C)),C)))) -> true
% 4.38/4.64  Current number of equations to process: 192
% 4.38/4.64  Current number of ordered equations: 0
% 4.38/4.64  Current number of rules: 487
% 4.38/4.64  New rule produced :
% 4.38/4.64  [503] theorem(or(not(or(A,A)),or(not(or(not(A),B)),B))) -> true
% 4.38/4.64  Current number of equations to process: 194
% 4.38/4.64  Current number of ordered equations: 0
% 4.38/4.64  Current number of rules: 488
% 4.38/4.64  New rule produced :
% 4.38/4.64  [504] theorem(or(not(A),or(not(or(not(or(B,A)),C)),C))) -> true
% 4.38/4.64  Current number of equations to process: 193
% 4.38/4.64  Current number of ordered equations: 0
% 4.38/4.64  Current number of rules: 489
% 4.38/4.64  New rule produced :
% 4.38/4.64  [505]
% 4.38/4.64  ifeq(axiom(or(not(A),B)),true,theorem(or(not(A),not(not(B)))),true) -> true
% 4.38/4.64  Current number of equations to process: 192
% 4.38/4.64  Current number of ordered equations: 0
% 4.38/4.64  Current number of rules: 490
% 4.38/4.64  New rule produced :
% 4.38/4.64  [506] theorem(or(not(or(A,B)),or(A,or(not(or(not(B),C)),C)))) -> true
% 4.38/4.64  Current number of equations to process: 191
% 4.38/4.64  Current number of ordered equations: 0
% 4.38/4.64  Current number of rules: 491
% 4.38/4.64  New rule produced :
% 4.38/4.64  [507] theorem(or(not(or(A,B)),or(not(or(not(or(B,A)),C)),C))) -> true
% 4.38/4.64  Current number of equations to process: 190
% 4.38/4.64  Current number of ordered equations: 0
% 4.38/4.64  Current number of rules: 492
% 4.38/4.64  New rule produced :
% 4.38/4.64  [508] theorem(or(or(A,or(B,or(C,X))),not(or(A,X)))) -> true
% 4.38/4.64  Current number of equations to process: 194
% 4.38/4.64  Current number of ordered equations: 0
% 4.38/4.64  Current number of rules: 493
% 4.38/4.64  New rule produced :
% 4.38/4.64  [509] theorem(or(A,or(not(or(A,B)),or(C,or(X,B))))) -> true
% 4.38/4.64  Current number of equations to process: 194
% 4.38/4.64  Current number of ordered equations: 0
% 4.38/4.64  Current number of rules: 494
% 4.38/4.64  New rule produced :
% 4.38/4.64  [510] theorem(or(not(or(A,B)),or(B,or(C,or(X,A))))) -> true
% 4.38/4.64  Current number of equations to process: 195
% 4.38/4.64  Current number of ordered equations: 0
% 4.38/4.64  Current number of rules: 495
% 4.38/4.64  New rule produced :
% 4.38/4.64  [511] theorem(or(A,or(not(or(B,C)),or(B,or(X,or(Y,C)))))) -> true
% 4.38/4.64  Current number of equations to process: 194
% 4.38/4.64  Current number of ordered equations: 0
% 4.38/4.64  Current number of rules: 496
% 4.38/4.64  New rule produced :
% 4.38/4.64  [512] ifeq(axiom(or(or(A,or(B,C)),not(C))),true,true,true) -> true
% 4.38/4.64  Current number of equations to process: 195
% 4.38/4.64  Current number of ordered equations: 0
% 4.38/4.64  Current number of rules: 497
% 4.38/4.64  New rule produced : [513] theorem(or(A,or(or(B,or(C,X)),not(X)))) -> true
% 4.38/4.64  Current number of equations to process: 195
% 4.72/4.98  Current number of ordered equations: 0
% 4.72/4.98  Current number of rules: 498
% 4.72/4.98  New rule produced :
% 4.72/4.98  [514] ifeq(axiom(or(A,or(not(B),or(C,or(X,B))))),true,true,true) -> true
% 4.72/4.98  Current number of equations to process: 197
% 4.72/4.98  Current number of ordered equations: 0
% 4.72/4.98  Current number of rules: 499
% 4.72/4.98  New rule produced : [515] theorem(or(or(not(A),or(B,or(C,A))),X)) -> true
% 4.72/4.98  Current number of equations to process: 198
% 4.72/4.98  Current number of ordered equations: 0
% 4.72/4.98  Current number of rules: 500
% 4.72/4.98  New rule produced :
% 4.72/4.98  [516] theorem(or(A,or(B,or(not(C),or(X,or(Y,C)))))) -> true
% 4.72/4.98  Current number of equations to process: 197
% 4.72/4.98  Current number of ordered equations: 0
% 4.72/4.98  Current number of rules: 501
% 4.72/4.98  New rule produced :
% 4.72/4.98  [517] theorem(or(not(or(A,or(B,B))),or(A,or(C,or(X,B))))) -> true
% 4.72/4.98  Current number of equations to process: 198
% 4.72/4.98  Current number of ordered equations: 0
% 4.72/4.98  Current number of rules: 502
% 4.72/4.98  New rule produced : [518] theorem(or(or(A,or(B,C)),not(or(C,C)))) -> true
% 4.72/4.98  Current number of equations to process: 200
% 4.72/4.98  Current number of ordered equations: 0
% 4.72/4.98  Current number of rules: 503
% 4.72/4.98  New rule produced :
% 4.72/4.98  [519] theorem(or(A,or(not(or(B,B)),or(C,or(X,B))))) -> true
% 4.72/4.98  Current number of equations to process: 200
% 4.72/4.98  Current number of ordered equations: 0
% 4.72/4.98  Current number of rules: 504
% 4.72/4.98  New rule produced :
% 4.72/4.98  [520] theorem(or(not(or(or(A,A),or(A,A))),or(B,or(C,A)))) -> true
% 4.72/4.98  Current number of equations to process: 201
% 4.72/4.98  Current number of ordered equations: 0
% 4.72/4.98  Current number of rules: 505
% 4.72/4.98  New rule produced :
% 4.72/4.98  [521] theorem(or(not(or(A,B)),or(A,or(C,or(X,or(Y,B)))))) -> true
% 4.72/4.98  Current number of equations to process: 200
% 4.72/4.98  Current number of ordered equations: 0
% 4.72/4.98  Current number of rules: 506
% 4.72/4.98  New rule produced : [522] theorem(or(or(A,or(B,or(C,X))),not(X))) -> true
% 4.72/4.98  Current number of equations to process: 202
% 4.72/4.98  Current number of ordered equations: 0
% 4.72/4.98  Current number of rules: 507
% 4.72/4.98  New rule produced :
% 4.72/4.98  [523] theorem(or(A,or(not(B),or(C,or(X,or(Y,B)))))) -> true
% 4.72/4.98  Current number of equations to process: 203
% 4.72/4.98  Current number of ordered equations: 0
% 4.72/4.98  Current number of rules: 508
% 4.72/4.98  New rule produced :
% 4.72/4.98  [524] theorem(or(not(or(A,A)),or(B,or(C,or(X,A))))) -> true
% 4.72/4.98  Current number of equations to process: 202
% 4.72/4.98  Current number of ordered equations: 0
% 4.72/4.98  Current number of rules: 509
% 4.72/4.98  New rule produced :
% 4.72/4.98  [525] theorem(or(not(A),or(B,or(C,or(X,or(Y,A)))))) -> true
% 4.72/4.98  Current number of equations to process: 201
% 4.72/4.98  Current number of ordered equations: 0
% 4.72/4.98  Current number of rules: 510
% 4.72/4.98  New rule produced :
% 4.72/4.98  [526] theorem(or(not(or(A,B)),or(C,or(X,or(Y,or(B,A)))))) -> true
% 4.72/4.98  Current number of equations to process: 203
% 4.72/4.98  Current number of ordered equations: 0
% 4.72/4.98  Current number of rules: 511
% 4.72/4.98  New rule produced :
% 4.72/4.98  [527] theorem(or(not(or(A,or(B,C))),or(A,or(B,or(C,X))))) -> true
% 4.72/4.98  Current number of equations to process: 202
% 4.72/4.98  Current number of ordered equations: 0
% 4.72/4.98  Current number of rules: 512
% 4.72/4.98  New rule produced : [528] theorem(or(or(A,or(B,C)),not(or(A,B)))) -> true
% 4.72/4.98  Current number of equations to process: 204
% 4.72/4.98  Current number of ordered equations: 0
% 4.72/4.98  Current number of rules: 513
% 4.72/4.98  New rule produced : [529] theorem(or(A,or(not(or(A,B)),or(B,C)))) -> true
% 4.72/4.98  Current number of equations to process: 204
% 4.72/4.98  Current number of ordered equations: 0
% 4.72/4.98  Current number of rules: 514
% 4.72/4.98  New rule produced :
% 4.72/4.98  [530] theorem(or(A,or(not(or(B,C)),or(B,or(C,X))))) -> true
% 4.72/4.98  Current number of equations to process: 204
% 4.72/4.98  Current number of ordered equations: 0
% 4.72/4.98  Current number of rules: 515
% 4.72/4.98  New rule produced : [531] theorem(or(not(or(A,B)),or(B,or(A,C)))) -> true
% 4.72/4.98  Current number of equations to process: 204
% 4.72/4.98  Current number of ordered equations: 0
% 4.72/4.98  Current number of rules: 516
% 4.72/4.98  New rule produced :
% 4.72/4.98  [532] theorem(or(not(or(or(A,B),or(A,B))),or(A,or(B,C)))) -> true
% 4.72/4.98  Current number of equations to process: 205
% 4.72/4.98  Current number of ordered equations: 0
% 4.72/4.98  Current number of rules: 517
% 4.72/4.98  New rule produced :
% 4.72/4.98  [533] theorem(or(or(A,or(B,or(C,X))),not(or(X,C)))) -> true
% 4.72/4.98  Current number of equations to process: 206
% 4.72/4.98  Current number of ordered equations: 0
% 4.72/4.98  Current number of rules: 518
% 4.72/4.98  New rule produced : [534] theorem(or(not(A),or(B,or(C,or(A,X))))) -> true
% 4.72/4.98  Current number of equations to process: 207
% 4.72/4.98  Current number of ordered equations: 0
% 4.72/4.98  Current number of rules: 519
% 5.02/5.27  New rule produced :
% 5.02/5.27  [535] theorem(or(A,or(not(or(B,C)),or(X,or(Y,or(C,B)))))) -> true
% 5.02/5.27  Current number of equations to process: 206
% 5.02/5.27  Current number of ordered equations: 0
% 5.02/5.27  Current number of rules: 520
% 5.02/5.27  New rule produced :
% 5.02/5.27  [536] ifeq(axiom(or(or(A,B),not(A))),true,true,true) -> true
% 5.02/5.27  Current number of equations to process: 207
% 5.02/5.27  Current number of ordered equations: 0
% 5.02/5.27  Current number of rules: 521
% 5.02/5.27  New rule produced : [537] theorem(or(A,or(or(B,C),not(B)))) -> true
% 5.02/5.27  Current number of equations to process: 207
% 5.02/5.27  Current number of ordered equations: 0
% 5.02/5.27  Current number of rules: 522
% 5.02/5.27  New rule produced :
% 5.02/5.27  [538] ifeq(axiom(or(A,or(not(B),or(B,C)))),true,true,true) -> true
% 5.02/5.27  Current number of equations to process: 209
% 5.02/5.27  Current number of ordered equations: 0
% 5.02/5.27  Current number of rules: 523
% 5.02/5.27  New rule produced :
% 5.02/5.27  [539] theorem(or(not(or(A,B)),or(A,or(not(C),or(C,X))))) -> true
% 5.02/5.27  Current number of equations to process: 208
% 5.02/5.27  Current number of ordered equations: 0
% 5.02/5.27  Current number of rules: 524
% 5.02/5.27  New rule produced : [540] theorem(or(or(not(A),or(A,B)),C)) -> true
% 5.02/5.27  Current number of equations to process: 209
% 5.02/5.27  Current number of ordered equations: 0
% 5.02/5.27  Current number of rules: 525
% 5.02/5.27  New rule produced : [541] theorem(or(A,or(B,or(not(C),or(C,X))))) -> true
% 5.02/5.27  Rule [539] theorem(or(not(or(A,B)),or(A,or(not(C),or(C,X))))) -> true
% 5.02/5.27  collapsed.
% 5.02/5.27  Current number of equations to process: 208
% 5.02/5.27  Current number of ordered equations: 0
% 5.02/5.27  Current number of rules: 525
% 5.02/5.27  New rule produced :
% 5.02/5.27  [542] ifeq(axiom(or(A,or(not(A),B))),true,true,true) -> true
% 5.02/5.27  Current number of equations to process: 210
% 5.02/5.27  Current number of ordered equations: 0
% 5.02/5.27  Current number of rules: 526
% 5.02/5.27  New rule produced :
% 5.02/5.27  [543] theorem(or(not(or(A,B)),or(A,or(not(not(B)),C)))) -> true
% 5.02/5.27  Current number of equations to process: 209
% 5.02/5.27  Current number of ordered equations: 0
% 5.02/5.27  Current number of rules: 527
% 5.02/5.27  New rule produced : [544] theorem(or(or(not(A),B),A)) -> true
% 5.02/5.27  Current number of equations to process: 211
% 5.02/5.27  Current number of ordered equations: 0
% 5.02/5.27  Current number of rules: 528
% 5.02/5.27  New rule produced : [545] theorem(or(A,or(B,or(not(B),C)))) -> true
% 5.02/5.27  Current number of equations to process: 210
% 5.02/5.27  Current number of ordered equations: 0
% 5.02/5.27  Current number of rules: 529
% 5.02/5.27  New rule produced : [546] theorem(or(not(or(A,A)),or(not(not(A)),B))) -> true
% 5.02/5.27  Current number of equations to process: 211
% 5.02/5.27  Current number of ordered equations: 0
% 5.02/5.27  Current number of rules: 530
% 5.02/5.27  New rule produced : [547] theorem(or(not(A),or(not(not(or(B,A))),C))) -> true
% 5.02/5.27  Current number of equations to process: 210
% 5.02/5.27  Current number of ordered equations: 0
% 5.02/5.27  Current number of rules: 531
% 5.02/5.27  New rule produced :
% 5.02/5.27  [548] theorem(or(not(or(A,B)),or(not(not(or(B,A))),C))) -> true
% 5.02/5.27  Current number of equations to process: 212
% 5.02/5.27  Current number of ordered equations: 0
% 5.02/5.27  Current number of rules: 532
% 5.02/5.27  New rule produced :
% 5.02/5.27  [549] theorem(or(not(or(A,or(B,B))),or(A,or(B,C)))) -> true
% 5.02/5.27  Current number of equations to process: 211
% 5.02/5.27  Current number of ordered equations: 0
% 5.02/5.27  Current number of rules: 533
% 5.02/5.27  New rule produced : [550] theorem(or(or(A,B),not(or(A,A)))) -> true
% 5.02/5.27  Current number of equations to process: 213
% 5.02/5.27  Current number of ordered equations: 0
% 5.02/5.27  Current number of rules: 534
% 5.02/5.27  New rule produced : [551] theorem(or(A,or(not(or(B,B)),or(B,C)))) -> true
% 5.02/5.27  Current number of equations to process: 212
% 5.02/5.27  Current number of ordered equations: 0
% 5.02/5.27  Current number of rules: 535
% 5.02/5.27  New rule produced : [552] theorem(or(A,or(not(or(A,A)),B))) -> true
% 5.02/5.27  Current number of equations to process: 212
% 5.02/5.27  Current number of ordered equations: 0
% 5.02/5.27  Current number of rules: 536
% 5.02/5.27  New rule produced :
% 5.02/5.27  [553] theorem(or(not(or(or(A,A),or(A,A))),or(A,B))) -> true
% 5.02/5.27  Current number of equations to process: 212
% 5.02/5.27  Current number of ordered equations: 0
% 5.02/5.27  Current number of rules: 537
% 5.02/5.27  New rule produced :
% 5.02/5.27  [554] theorem(or(not(or(A,B)),or(A,or(or(C,B),X)))) -> true
% 5.02/5.27  Current number of equations to process: 213
% 5.02/5.27  Current number of ordered equations: 0
% 5.02/5.27  Current number of rules: 538
% 5.02/5.27  New rule produced : [555] theorem(or(or(or(A,B),C),not(B))) -> true
% 5.02/5.27  Current number of equations to process: 215
% 5.02/5.27  Current number of ordered equations: 0
% 5.02/5.27  Current number of rules: 539
% 5.02/5.27  New rule produced : [556] theorem(or(A,or(not(B),or(or(C,B),X)))) -> true
% 5.21/5.48  Current number of equations to process: 214
% 5.21/5.48  Current number of ordered equations: 0
% 5.21/5.48  Current number of rules: 540
% 5.21/5.48  New rule produced : [557] theorem(or(or(A,B),or(not(B),C))) -> true
% 5.21/5.48  Current number of equations to process: 214
% 5.21/5.48  Current number of ordered equations: 0
% 5.21/5.48  Current number of rules: 541
% 5.21/5.48  New rule produced : [558] theorem(or(not(or(A,A)),or(or(B,A),C))) -> true
% 5.21/5.48  Current number of equations to process: 214
% 5.21/5.48  Current number of ordered equations: 0
% 5.21/5.48  Current number of rules: 542
% 5.21/5.48  New rule produced : [559] theorem(or(not(A),or(or(B,or(C,A)),X))) -> true
% 5.21/5.48  Current number of equations to process: 214
% 5.21/5.48  Current number of ordered equations: 0
% 5.21/5.48  Current number of rules: 543
% 5.21/5.48  New rule produced :
% 5.21/5.48  [560] theorem(or(not(or(A,B)),or(or(C,or(B,A)),X))) -> true
% 5.21/5.48  Current number of equations to process: 214
% 5.21/5.48  Current number of ordered equations: 0
% 5.21/5.48  Current number of rules: 544
% 5.21/5.48  New rule produced :
% 5.21/5.48  [561] ifeq(axiom(or(not(or(or(A,B),not(A))),C)),true,theorem(C),true) -> true
% 5.21/5.48  Current number of equations to process: 215
% 5.21/5.48  Current number of ordered equations: 0
% 5.21/5.48  Current number of rules: 545
% 5.21/5.48  New rule produced :
% 5.21/5.48  [562] ifeq(axiom(or(not(or(A,or(not(A),B))),C)),true,theorem(C),true) -> true
% 5.21/5.48  Current number of equations to process: 214
% 5.21/5.48  Current number of ordered equations: 0
% 5.21/5.48  Current number of rules: 546
% 5.21/5.48  New rule produced :
% 5.21/5.48  [563] theorem(or(not(or(A,or(B,C))),or(A,or(or(C,B),X)))) -> true
% 5.21/5.48  Current number of equations to process: 213
% 5.21/5.48  Current number of ordered equations: 0
% 5.21/5.48  Current number of rules: 547
% 5.21/5.48  New rule produced : [564] theorem(or(or(or(A,B),C),not(or(B,A)))) -> true
% 5.21/5.48  Current number of equations to process: 215
% 5.21/5.48  Current number of ordered equations: 0
% 5.21/5.48  Current number of rules: 548
% 5.21/5.48  New rule produced : [565] theorem(or(or(A,B),or(not(or(B,A)),C))) -> true
% 5.21/5.48  Current number of equations to process: 215
% 5.21/5.48  Current number of ordered equations: 0
% 5.21/5.48  Current number of rules: 549
% 5.21/5.48  New rule produced : [566] theorem(or(not(A),or(or(A,B),C))) -> true
% 5.21/5.48  Current number of equations to process: 216
% 5.21/5.48  Current number of ordered equations: 0
% 5.21/5.48  Current number of rules: 550
% 5.21/5.48  New rule produced :
% 5.21/5.48  [567] theorem(or(A,or(not(or(B,C)),or(or(C,B),X)))) -> true
% 5.21/5.48  Current number of equations to process: 215
% 5.21/5.48  Current number of ordered equations: 0
% 5.21/5.48  Current number of rules: 551
% 5.21/5.48  New rule produced :
% 5.21/5.48  [568] theorem(or(not(or(or(A,B),or(A,B))),or(or(B,A),C))) -> true
% 5.21/5.48  Current number of equations to process: 214
% 5.21/5.48  Current number of ordered equations: 0
% 5.21/5.48  Current number of rules: 552
% 5.21/5.48  New rule produced :
% 5.21/5.48  [569] theorem(or(A,or(not(or(B,or(or(C,C),or(C,C)))),or(B,C)))) -> true
% 5.21/5.48  Current number of equations to process: 216
% 5.21/5.48  Current number of ordered equations: 0
% 5.21/5.48  Current number of rules: 553
% 5.21/5.48  New rule produced :
% 5.21/5.48  [570]
% 5.21/5.48  ifeq(axiom(or(A,or(not(or(or(B,B),or(B,B))),B))),true,true,true) -> true
% 5.21/5.48  Current number of equations to process: 215
% 5.21/5.48  Current number of ordered equations: 0
% 5.21/5.48  Current number of rules: 554
% 5.21/5.48  New rule produced :
% 5.21/5.48  [571]
% 5.21/5.48  ifeq(axiom(or(or(A,B),not(or(or(B,A),or(B,A))))),true,true,true) -> true
% 5.21/5.48  Current number of equations to process: 214
% 5.21/5.48  Current number of ordered equations: 0
% 5.21/5.48  Current number of rules: 555
% 5.21/5.48  New rule produced :
% 5.21/5.48  [572]
% 5.21/5.48  ifeq(axiom(or(A,or(not(or(or(B,A),or(B,A))),B))),true,true,true) -> true
% 5.21/5.48  Current number of equations to process: 213
% 5.21/5.48  Current number of ordered equations: 0
% 5.21/5.48  Current number of rules: 556
% 5.21/5.48  New rule produced :
% 5.21/5.48  [573]
% 5.21/5.48  ifeq(axiom(or(not(or(A,or(not(or(A,B)),B))),C)),true,theorem(C),true) -> true
% 5.21/5.48  Current number of equations to process: 212
% 5.21/5.48  Current number of ordered equations: 0
% 5.21/5.48  Current number of rules: 557
% 5.21/5.48  New rule produced :
% 5.21/5.48  [574] theorem(or(not(or(A,or(B,C))),or(A,or(B,or(X,or(Y,C)))))) -> true
% 5.21/5.48  Current number of equations to process: 211
% 5.21/5.48  Current number of ordered equations: 0
% 5.21/5.48  Current number of rules: 558
% 5.21/5.48  New rule produced :
% 5.21/5.48  [575] theorem(or(not(or(or(A,B),or(A,B))),or(A,or(C,or(X,B))))) -> true
% 5.21/5.48  Current number of equations to process: 210
% 5.21/5.48  Current number of ordered equations: 0
% 5.21/5.48  Current number of rules: 559
% 5.21/5.48  New rule produced :
% 5.21/5.48  [576]
% 5.21/5.48  ifeq(axiom(or(not(or(or(A,or(B,C)),not(C))),X)),true,theorem(X),true) -> true
% 5.21/5.48  Current number of equations to process: 209
% 5.21/5.48  Current number of ordered equations: 0
% 5.63/5.91  Current number of rules: 560
% 5.63/5.91  New rule produced :
% 5.63/5.91  [577] theorem(or(not(or(A,or(B,C))),or(A,or(X,or(Y,or(C,B)))))) -> true
% 5.63/5.91  Current number of equations to process: 208
% 5.63/5.91  Current number of ordered equations: 0
% 5.63/5.91  Current number of rules: 561
% 5.63/5.91  New rule produced :
% 5.63/5.91  [578] theorem(or(not(or(or(A,B),or(A,B))),or(C,or(X,or(B,A))))) -> true
% 5.63/5.91  Current number of equations to process: 207
% 5.63/5.91  Current number of ordered equations: 0
% 5.63/5.91  Current number of rules: 562
% 5.63/5.91  New rule produced :
% 5.63/5.91  [579]
% 5.63/5.91  ifeq(axiom(or(not(or(A,or(not(B),or(B,C)))),X)),true,theorem(X),true) -> true
% 5.63/5.91  Current number of equations to process: 206
% 5.63/5.91  Current number of ordered equations: 0
% 5.63/5.91  Current number of rules: 563
% 5.63/5.91  New rule produced :
% 5.63/5.91  [580]
% 5.63/5.91  ifeq(axiom(or(not(A),B)),true,theorem(or(not(A),or(not(not(B)),C))),true) ->
% 5.63/5.91  true
% 5.63/5.91  Current number of equations to process: 205
% 5.63/5.91  Current number of ordered equations: 0
% 5.63/5.91  Current number of rules: 564
% 5.63/5.91  New rule produced :
% 5.63/5.91  [581]
% 5.63/5.91  ifeq(axiom(or(not(or(not(or(A,A)),or(A,B))),C)),true,theorem(C),true) -> true
% 5.63/5.91  Current number of equations to process: 204
% 5.63/5.91  Current number of ordered equations: 0
% 5.63/5.91  Current number of rules: 565
% 5.63/5.91  New rule produced :
% 5.63/5.91  [582]
% 5.63/5.91  ifeq(axiom(or(not(A),or(B,B))),true,theorem(or(not(A),or(B,C))),true) -> true
% 5.63/5.91  Current number of equations to process: 203
% 5.63/5.91  Current number of ordered equations: 0
% 5.63/5.91  Current number of rules: 566
% 5.63/5.91  New rule produced :
% 5.63/5.91  [583]
% 5.63/5.91  ifeq(axiom(or(not(or(not(A),or(or(B,A),C))),X)),true,theorem(X),true) -> true
% 5.63/5.91  Current number of equations to process: 202
% 5.63/5.91  Current number of ordered equations: 0
% 5.63/5.91  Current number of rules: 567
% 5.63/5.91  New rule produced :
% 5.63/5.91  [584]
% 5.63/5.91  ifeq(axiom(or(not(A),B)),true,theorem(or(not(A),or(or(C,B),X))),true) -> true
% 5.63/5.91  Current number of equations to process: 201
% 5.63/5.91  Current number of ordered equations: 0
% 5.63/5.91  Current number of rules: 568
% 5.63/5.91  New rule produced :
% 5.63/5.91  [585] theorem(or(or(not(or(or(A,B),or(A,B))),or(B,A)),C)) -> true
% 5.63/5.91  Current number of equations to process: 202
% 5.63/5.91  Current number of ordered equations: 0
% 5.63/5.91  Current number of rules: 569
% 5.63/5.91  New rule produced :
% 5.63/5.91  [586] theorem(or(A,or(B,or(not(or(or(C,X),or(C,X))),or(X,C))))) -> true
% 5.63/5.91  Current number of equations to process: 201
% 5.63/5.91  Current number of ordered equations: 0
% 5.63/5.91  Current number of rules: 570
% 5.63/5.91  New rule produced :
% 5.63/5.91  [587] theorem(or(not(or(A,or(B,C))),or(or(B,or(A,C)),X))) -> true
% 5.63/5.91  Current number of equations to process: 202
% 5.63/5.91  Current number of ordered equations: 0
% 5.63/5.91  Current number of rules: 571
% 5.63/5.91  New rule produced :
% 5.63/5.91  [588] theorem(or(not(or(not(A),B)),or(or(not(or(C,A)),or(C,B)),X))) -> true
% 5.63/5.91  Current number of equations to process: 201
% 5.63/5.91  Current number of ordered equations: 0
% 5.63/5.91  Current number of rules: 572
% 5.63/5.91  New rule produced :
% 5.63/5.91  [589] theorem(or(or(A,or(B,or(C,X))),not(or(A,or(X,C))))) -> true
% 5.63/5.91  Current number of equations to process: 207
% 5.63/5.91  Current number of ordered equations: 0
% 5.63/5.91  Current number of rules: 573
% 5.63/5.91  New rule produced :
% 5.63/5.91  [590] theorem(or(A,or(not(or(A,or(B,C))),or(X,or(C,B))))) -> true
% 5.63/5.91  Current number of equations to process: 206
% 5.63/5.91  Current number of ordered equations: 0
% 5.63/5.91  Current number of rules: 574
% 5.63/5.91  New rule produced :
% 5.63/5.91  [591] theorem(or(not(or(or(A,B),C)),or(C,or(X,or(B,A))))) -> true
% 5.63/5.91  Current number of equations to process: 206
% 5.63/5.91  Current number of ordered equations: 0
% 5.63/5.91  Current number of rules: 575
% 5.63/5.91  New rule produced :
% 5.63/5.91  [592] ifeq(axiom(or(or(A,or(B,C)),not(or(C,B)))),true,true,true) -> true
% 5.63/5.91  Current number of equations to process: 207
% 5.63/5.91  Current number of ordered equations: 0
% 5.63/5.91  Current number of rules: 576
% 5.63/5.91  New rule produced :
% 5.63/5.91  [593] theorem(or(A,or(or(B,or(C,X)),not(or(X,C))))) -> true
% 5.63/5.91  Current number of equations to process: 207
% 5.63/5.91  Current number of ordered equations: 0
% 5.63/5.91  Current number of rules: 577
% 5.63/5.91  New rule produced :
% 5.63/5.91  [594] theorem(or(not(or(A,B)),or(A,or(C,or(B,X))))) -> true
% 5.63/5.91  Current number of equations to process: 208
% 5.63/5.91  Current number of ordered equations: 0
% 5.63/5.91  Current number of rules: 578
% 5.63/5.91  New rule produced : [595] theorem(or(or(A,or(B,C)),not(B))) -> true
% 5.63/5.91  Current number of equations to process: 210
% 5.63/5.91  Current number of ordered equations: 0
% 5.63/5.91  Current number of rules: 579
% 5.63/5.91  New rule produced : [596] theorem(or(A,or(not(B),or(C,or(B,X))))) -> true
% 5.63/5.91  Current number of equations to process: 209
% 5.63/5.91  Current number of ordered equations: 0
% 5.63/5.91  Current number of rules: 580
% 5.63/5.91  New rule produced : [597] theorem(or(not(or(A,A)),or(B,or(A,C)))) -> true
% 6.06/6.34  Current number of equations to process: 209
% 6.06/6.34  Current number of ordered equations: 0
% 6.06/6.34  Current number of rules: 581
% 6.06/6.34  New rule produced : [598] theorem(or(not(A),or(B,or(or(C,A),X)))) -> true
% 6.06/6.34  Current number of equations to process: 209
% 6.06/6.34  Current number of ordered equations: 0
% 6.06/6.34  Current number of rules: 582
% 6.06/6.34  New rule produced :
% 6.06/6.34  [599] theorem(or(not(or(A,B)),or(C,or(or(B,A),X)))) -> true
% 6.06/6.34  Current number of equations to process: 209
% 6.06/6.34  Current number of ordered equations: 0
% 6.06/6.34  Current number of rules: 583
% 6.06/6.34  New rule produced :
% 6.06/6.34  [600] theorem(or(or(not(or(A,B)),or(C,or(B,A))),X)) -> true
% 6.06/6.34  Current number of equations to process: 213
% 6.06/6.34  Current number of ordered equations: 0
% 6.06/6.34  Current number of rules: 584
% 6.06/6.34  New rule produced :
% 6.06/6.34  [601] theorem(or(A,or(B,or(not(or(C,X)),or(Y,or(X,C)))))) -> true
% 6.06/6.34  Current number of equations to process: 212
% 6.06/6.34  Current number of ordered equations: 0
% 6.06/6.34  Current number of rules: 585
% 6.06/6.34  New rule produced :
% 6.06/6.34  [602] theorem(or(A,or(not(or(B,or(C,X))),or(B,or(Y,or(X,C)))))) -> true
% 6.06/6.34  Current number of equations to process: 213
% 6.06/6.34  Current number of ordered equations: 0
% 6.06/6.34  Current number of rules: 586
% 6.06/6.34  New rule produced :
% 6.06/6.34  [603]
% 6.06/6.34  ifeq(axiom(or(not(or(not(A),or(B,or(A,C)))),X)),true,theorem(X),true) -> true
% 6.06/6.34  Current number of equations to process: 212
% 6.06/6.34  Current number of ordered equations: 0
% 6.06/6.34  Current number of rules: 587
% 6.06/6.34  New rule produced :
% 6.06/6.34  [604]
% 6.06/6.34  ifeq(axiom(or(not(A),B)),true,theorem(or(not(A),or(C,or(B,X)))),true) -> true
% 6.06/6.34  Current number of equations to process: 211
% 6.06/6.34  Current number of ordered equations: 0
% 6.06/6.34  Current number of rules: 588
% 6.06/6.34  New rule produced :
% 6.06/6.34  [605]
% 6.06/6.34  ifeq(axiom(or(A,or(not(or(B,C)),or(X,or(C,B))))),true,true,true) -> true
% 6.06/6.34  Current number of equations to process: 210
% 6.06/6.34  Current number of ordered equations: 0
% 6.06/6.34  Current number of rules: 589
% 6.06/6.34  New rule produced :
% 6.06/6.34  [606] theorem(or(or(A,or(B,C)),not(or(or(C,B),or(C,B))))) -> true
% 6.06/6.34  Current number of equations to process: 213
% 6.06/6.34  Current number of ordered equations: 0
% 6.06/6.34  Current number of rules: 590
% 6.06/6.34  New rule produced :
% 6.06/6.34  [607] theorem(or(A,or(or(B,or(C,X)),not(or(or(B,X),C))))) -> true
% 6.06/6.34  Current number of equations to process: 215
% 6.06/6.34  Current number of ordered equations: 0
% 6.06/6.34  Current number of rules: 591
% 6.06/6.34  New rule produced :
% 6.06/6.34  [608] theorem(or(or(not(or(or(A,B),C)),or(C,B)),A)) -> true
% 6.06/6.34  Current number of equations to process: 220
% 6.06/6.34  Current number of ordered equations: 0
% 6.06/6.34  Current number of rules: 592
% 6.06/6.34  New rule produced :
% 6.06/6.34  [609] theorem(or(A,or(B,or(not(or(or(B,C),X)),or(X,C))))) -> true
% 6.06/6.34  Current number of equations to process: 222
% 6.06/6.34  Current number of ordered equations: 0
% 6.06/6.34  Current number of rules: 593
% 6.06/6.34  New rule produced :
% 6.06/6.34  [610] theorem(or(A,or(not(or(or(B,C),or(B,C))),or(X,or(C,B))))) -> true
% 6.06/6.34  Current number of equations to process: 224
% 6.06/6.34  Current number of ordered equations: 0
% 6.06/6.34  Current number of rules: 594
% 6.06/6.34  New rule produced :
% 6.06/6.34  [611]
% 6.06/6.34  ifeq(axiom(or(or(A,or(B,C)),not(or(or(A,C),B)))),true,true,true) -> true
% 6.06/6.34  Current number of equations to process: 223
% 6.06/6.34  Current number of ordered equations: 0
% 6.06/6.34  Current number of rules: 595
% 6.06/6.34  New rule produced :
% 6.06/6.34  [612]
% 6.06/6.34  ifeq(axiom(or(A,or(not(or(or(A,B),C)),or(C,B)))),true,true,true) -> true
% 6.06/6.34  Current number of equations to process: 222
% 6.06/6.34  Current number of ordered equations: 0
% 6.06/6.34  Current number of rules: 596
% 6.06/6.34  New rule produced :
% 6.06/6.34  [613] theorem(or(not(or(A,A)),or(not(or(or(not(A),B),C)),or(C,B)))) -> true
% 6.06/6.34  Current number of equations to process: 221
% 6.06/6.34  Current number of ordered equations: 0
% 6.06/6.34  Current number of rules: 597
% 6.06/6.34  New rule produced :
% 6.06/6.34  [614] theorem(or(not(A),or(not(or(or(not(or(B,A)),C),X)),or(X,C)))) -> true
% 6.06/6.34  Current number of equations to process: 220
% 6.06/6.34  Current number of ordered equations: 0
% 6.06/6.34  Current number of rules: 598
% 6.06/6.34  New rule produced :
% 6.06/6.34  [615] theorem(or(or(not(or(or(A,B),C)),or(A,or(C,B))),X)) -> true
% 6.06/6.34  Current number of equations to process: 221
% 6.06/6.34  Current number of ordered equations: 0
% 6.06/6.34  Current number of rules: 599
% 6.06/6.34  New rule produced :
% 6.06/6.34  [616] theorem(or(A,or(B,or(not(or(or(C,X),Y)),or(C,or(Y,X)))))) -> true
% 6.06/6.34  Current number of equations to process: 222
% 6.06/6.34  Current number of ordered equations: 0
% 6.06/6.34  Current number of rules: 600
% 6.06/6.34  New rule produced :
% 6.06/6.34  [617]
% 6.06/6.34  theorem(or(or(not(or(or(not(A),B),or(not(A),B))),B),not(or(A,A)))) -> true
% 6.90/7.22  Current number of equations to process: 221
% 6.90/7.22  Current number of ordered equations: 0
% 6.90/7.22  Current number of rules: 601
% 6.90/7.22  New rule produced :
% 6.90/7.22  [618]
% 6.90/7.22  theorem(or(not(or(or(not(A),B),or(not(A),B))),or(not(or(A,A)),B))) -> true
% 6.90/7.22  Current number of equations to process: 220
% 6.90/7.22  Current number of ordered equations: 0
% 6.90/7.22  Current number of rules: 602
% 6.90/7.22  New rule produced :
% 6.90/7.22  [619]
% 6.90/7.22  theorem(or(not(or(A,A)),not(or(or(not(A),not(A)),or(not(A),not(A)))))) ->
% 6.90/7.22  true
% 6.90/7.22  Current number of equations to process: 219
% 6.90/7.22  Current number of ordered equations: 0
% 6.90/7.22  Current number of rules: 603
% 6.90/7.22  New rule produced :
% 6.90/7.22  [620]
% 6.90/7.22  theorem(or(not(or(A,A)),or(not(or(or(B,not(A)),or(B,not(A)))),B))) -> true
% 6.90/7.22  Current number of equations to process: 217
% 6.90/7.22  Current number of ordered equations: 0
% 6.90/7.22  Current number of rules: 604
% 6.90/7.22  New rule produced :
% 6.90/7.22  [621] theorem(or(or(not(or(A,or(B,or(C,X)))),or(C,or(B,X))),A)) -> true
% 6.90/7.22  Current number of equations to process: 225
% 6.90/7.22  Current number of ordered equations: 0
% 6.90/7.22  Current number of rules: 605
% 6.90/7.22  New rule produced :
% 6.90/7.22  [622] theorem(or(or(A,or(B,or(C,X))),not(or(or(C,or(B,X)),A)))) -> true
% 6.90/7.22  Current number of equations to process: 231
% 6.90/7.22  Current number of ordered equations: 0
% 6.90/7.22  Current number of rules: 606
% 6.90/7.22  New rule produced :
% 6.90/7.22  [623] theorem(or(A,or(not(or(or(B,or(C,X)),A)),or(C,or(B,X))))) -> true
% 6.90/7.22  Current number of equations to process: 230
% 6.90/7.22  Current number of ordered equations: 0
% 6.90/7.22  Current number of rules: 607
% 6.90/7.22  New rule produced :
% 6.90/7.22  [624] theorem(or(not(or(A,or(or(A,B),B))),or(C,or(A,B)))) -> true
% 6.90/7.22  Current number of equations to process: 230
% 6.90/7.22  Current number of ordered equations: 0
% 6.90/7.22  Current number of rules: 608
% 6.90/7.22  New rule produced :
% 6.90/7.22  [625] theorem(or(or(A,or(B,C)),not(or(A,or(or(C,B),or(C,B)))))) -> true
% 6.90/7.22  Current number of equations to process: 237
% 6.90/7.22  Current number of ordered equations: 0
% 6.90/7.22  Current number of rules: 609
% 6.90/7.22  New rule produced :
% 6.90/7.22  [626] theorem(or(A,or(not(or(A,or(or(B,C),or(B,C)))),or(C,B)))) -> true
% 6.90/7.22  Current number of equations to process: 236
% 6.90/7.22  Current number of ordered equations: 0
% 6.90/7.22  Current number of rules: 610
% 6.90/7.22  New rule produced :
% 6.90/7.22  [627] theorem(or(not(or(or(or(A,B),or(A,B)),C)),or(C,or(B,A)))) -> true
% 6.90/7.22  Current number of equations to process: 235
% 6.90/7.22  Current number of ordered equations: 0
% 6.90/7.22  Current number of rules: 611
% 6.90/7.22  New rule produced :
% 6.90/7.22  [628] theorem(or(not(or(A,or(B,C))),or(X,or(Y,or(B,or(A,C)))))) -> true
% 6.90/7.22  Current number of equations to process: 236
% 6.90/7.22  Current number of ordered equations: 0
% 6.90/7.22  Current number of rules: 612
% 6.90/7.22  New rule produced :
% 6.90/7.22  [629] theorem(or(or(A,or(B,or(C,X))),not(or(A,or(or(B,X),C))))) -> true
% 6.90/7.22  Current number of equations to process: 243
% 6.90/7.22  Current number of ordered equations: 0
% 6.90/7.22  Current number of rules: 613
% 6.90/7.22  New rule produced :
% 6.90/7.22  [630] theorem(or(A,or(not(or(A,or(or(B,C),X))),or(B,or(X,C))))) -> true
% 6.90/7.22  Current number of equations to process: 242
% 6.90/7.22  Current number of ordered equations: 0
% 6.90/7.22  Current number of rules: 614
% 6.90/7.22  New rule produced :
% 6.90/7.22  [631] theorem(or(not(or(or(or(A,B),C),X)),or(X,or(A,or(C,B))))) -> true
% 6.90/7.22  Current number of equations to process: 241
% 6.90/7.22  Current number of ordered equations: 0
% 6.90/7.22  Current number of rules: 615
% 6.90/7.22  New rule produced :
% 6.90/7.22  [632] theorem(or(or(not(or(A,B)),or(A,C)),not(not(B)))) -> true
% 6.90/7.22  Current number of equations to process: 245
% 6.90/7.22  Current number of ordered equations: 0
% 6.90/7.22  Current number of rules: 616
% 6.90/7.22  New rule produced :
% 6.90/7.22  [633] theorem(or(not(or(A,B)),or(not(not(B)),or(A,C)))) -> true
% 6.90/7.22  Current number of equations to process: 245
% 6.90/7.22  Current number of ordered equations: 0
% 6.90/7.22  Current number of rules: 617
% 6.90/7.22  New rule produced :
% 6.90/7.22  [634] theorem(or(A,or(not(not(B)),or(not(or(C,B)),or(C,X))))) -> true
% 6.90/7.22  Current number of equations to process: 245
% 6.90/7.22  Current number of ordered equations: 0
% 6.90/7.22  Current number of rules: 618
% 6.90/7.22  New rule produced :
% 6.90/7.22  [635] theorem(or(not(or(not(A),not(A))),or(not(or(B,A)),or(B,C)))) -> true
% 6.90/7.22  Current number of equations to process: 246
% 6.90/7.22  Current number of ordered equations: 0
% 6.90/7.22  Current number of rules: 619
% 6.90/7.22  New rule produced :
% 6.90/7.22  [636] theorem(or(not(or(A,not(B))),or(A,or(not(or(C,B)),or(C,X))))) -> true
% 6.90/7.22  Current number of equations to process: 245
% 6.90/7.22  Current number of ordered equations: 0
% 6.90/7.22  Current number of rules: 620
% 6.90/7.22  New rule produced :
% 6.90/7.22  [637] theorem(or(A,or(or(not(or(B,C)),or(B,X)),not(or(X,not(C)))))) -> true
% 7.44/7.69  Current number of equations to process: 247
% 7.44/7.69  Current number of ordered equations: 0
% 7.44/7.69  Current number of rules: 621
% 7.44/7.69  New rule produced :
% 7.44/7.69  [638] theorem(or(or(not(or(A,not(B))),or(C,A)),not(or(C,B)))) -> true
% 7.44/7.69  Current number of equations to process: 250
% 7.44/7.69  Current number of ordered equations: 0
% 7.44/7.69  Current number of rules: 622
% 7.44/7.69  New rule produced :
% 7.44/7.69  [639] theorem(or(not(or(A,B)),or(not(or(C,not(A))),or(B,C)))) -> true
% 7.44/7.69  Current number of equations to process: 250
% 7.44/7.69  Current number of ordered equations: 0
% 7.44/7.69  Current number of rules: 623
% 7.44/7.69  New rule produced :
% 7.44/7.69  [640] theorem(or(A,or(or(B,C),not(or(B,or(or(B,C),C)))))) -> true
% 7.44/7.69  Current number of equations to process: 252
% 7.44/7.69  Current number of ordered equations: 0
% 7.44/7.69  Current number of rules: 624
% 7.44/7.69  New rule produced :
% 7.44/7.69  [641] theorem(or(or(not(or(A,or(or(A,B),B))),B),A)) -> true
% 7.44/7.69  Current number of equations to process: 257
% 7.44/7.69  Current number of ordered equations: 0
% 7.44/7.69  Current number of rules: 625
% 7.44/7.69  New rule produced :
% 7.44/7.69  [642] theorem(or(A,or(B,or(not(or(B,or(or(B,C),C))),C)))) -> true
% 7.44/7.69  Current number of equations to process: 259
% 7.44/7.69  Current number of ordered equations: 0
% 7.44/7.69  Current number of rules: 626
% 7.44/7.69  New rule produced :
% 7.44/7.69  [643] theorem(or(not(or(A,or(or(B,C),C))),or(A,or(B,C)))) -> true
% 7.44/7.69  Current number of equations to process: 260
% 7.44/7.69  Current number of ordered equations: 0
% 7.44/7.69  Current number of rules: 627
% 7.44/7.69  New rule produced : [644] theorem(or(or(A,B),not(or(or(A,B),B)))) -> true
% 7.44/7.69  Current number of equations to process: 262
% 7.44/7.69  Current number of ordered equations: 0
% 7.44/7.69  Current number of rules: 628
% 7.44/7.69  New rule produced : [645] theorem(or(A,or(not(or(or(A,B),B)),B))) -> true
% 7.44/7.69  Current number of equations to process: 262
% 7.44/7.69  Current number of ordered equations: 0
% 7.44/7.69  Current number of rules: 629
% 7.44/7.69  New rule produced :
% 7.44/7.69  [646] theorem(or(A,or(not(or(or(B,C),C)),or(B,C)))) -> true
% 7.44/7.69  Current number of equations to process: 262
% 7.44/7.69  Current number of ordered equations: 0
% 7.44/7.69  Current number of rules: 630
% 7.44/7.69  New rule produced : [647] theorem(or(not(or(A,or(B,A))),or(B,A))) -> true
% 7.44/7.69  Current number of equations to process: 262
% 7.44/7.69  Current number of ordered equations: 0
% 7.44/7.69  Current number of rules: 631
% 7.44/7.69  New rule produced :
% 7.44/7.69  [648] theorem(or(or(A,B),not(or(or(or(A,B),B),A)))) -> true
% 7.44/7.69  Current number of equations to process: 266
% 7.44/7.69  Current number of ordered equations: 0
% 7.44/7.69  Current number of rules: 632
% 7.44/7.69  New rule produced :
% 7.44/7.69  [649] theorem(or(A,or(not(or(or(or(A,B),B),A)),B))) -> true
% 7.44/7.69  Current number of equations to process: 266
% 7.44/7.69  Current number of ordered equations: 0
% 7.44/7.69  Current number of rules: 633
% 7.44/7.69  New rule produced :
% 7.44/7.69  [650] theorem(or(A,or(not(or(or(or(B,C),C),B)),or(B,C)))) -> true
% 7.44/7.69  Current number of equations to process: 266
% 7.44/7.69  Current number of ordered equations: 0
% 7.44/7.69  Current number of rules: 634
% 7.44/7.69  New rule produced :
% 7.44/7.69  [651] theorem(or(A,or(not(or(B,C)),or(not(or(X,not(C))),or(B,X))))) -> true
% 7.44/7.69  Current number of equations to process: 268
% 7.44/7.69  Current number of ordered equations: 0
% 7.44/7.69  Current number of rules: 635
% 7.44/7.69  New rule produced :
% 7.44/7.69  [652]
% 7.44/7.69  ifeq(axiom(or(or(A,B),not(or(A,or(or(A,B),B))))),true,true,true) -> true
% 7.44/7.69  Current number of equations to process: 267
% 7.44/7.69  Current number of ordered equations: 0
% 7.44/7.69  Current number of rules: 636
% 7.44/7.69  New rule produced :
% 7.44/7.69  [653]
% 7.44/7.69  ifeq(axiom(or(A,or(not(or(A,or(or(A,B),B))),B))),true,true,true) -> true
% 7.44/7.69  Current number of equations to process: 266
% 7.44/7.69  Current number of ordered equations: 0
% 7.44/7.69  Current number of rules: 637
% 7.44/7.69  New rule produced :
% 7.44/7.69  [654] theorem(or(not(or(or(or(A,B),B),or(or(A,B),B))),or(A,B))) -> true
% 7.44/7.69  Current number of equations to process: 265
% 7.44/7.69  Current number of ordered equations: 0
% 7.44/7.69  Current number of rules: 638
% 7.44/7.69  New rule produced :
% 7.44/7.69  [655] theorem(or(not(or(A,or(or(or(B,C),C),B))),or(A,or(B,C)))) -> true
% 7.44/7.69  Current number of equations to process: 264
% 7.44/7.69  Current number of ordered equations: 0
% 7.44/7.69  Current number of rules: 639
% 7.44/7.69  New rule produced :
% 7.44/7.69  [656] theorem(or(or(not(or(A,or(or(A,B),B))),or(A,B)),C)) -> true
% 7.44/7.69  Current number of equations to process: 265
% 7.44/7.69  Current number of ordered equations: 0
% 7.44/7.69  Current number of rules: 640
% 7.44/7.69  New rule produced :
% 7.44/7.69  [657] theorem(or(A,or(B,or(not(or(C,or(or(C,X),X))),or(C,X))))) -> true
% 7.44/7.69  Current number of equations to process: 267
% 7.44/7.69  Current number of ordered equations: 0
% 7.44/7.69  Current number of rules: 641
% 8.22/8.50  New rule produced :
% 8.22/8.50  [658]
% 8.22/8.50  theorem(or(not(or(A,A)),or(not(or(not(A),or(or(not(A),B),B))),B))) -> true
% 8.22/8.50  Current number of equations to process: 266
% 8.22/8.50  Current number of ordered equations: 0
% 8.22/8.50  Current number of rules: 642
% 8.22/8.50  New rule produced :
% 8.22/8.50  [659] theorem(or(or(not(or(A,not(B))),or(not(or(C,B)),or(C,A))),X)) -> true
% 8.22/8.50  Current number of equations to process: 267
% 8.22/8.50  Current number of ordered equations: 0
% 8.22/8.50  Current number of rules: 643
% 8.22/8.50  New rule produced :
% 8.22/8.50  [660] theorem(or(or(A,or(B,C)),not(or(A,or(B,or(or(B,C),C)))))) -> true
% 8.22/8.50  Current number of equations to process: 274
% 8.22/8.50  Current number of ordered equations: 0
% 8.22/8.50  Current number of rules: 644
% 8.22/8.50  New rule produced :
% 8.22/8.50  [661] theorem(or(A,or(not(or(A,or(B,or(or(B,C),C)))),or(B,C)))) -> true
% 8.22/8.50  Current number of equations to process: 273
% 8.22/8.50  Current number of ordered equations: 0
% 8.22/8.50  Current number of rules: 645
% 8.22/8.50  New rule produced :
% 8.22/8.50  [662] theorem(or(not(or(or(A,or(or(A,B),B)),C)),or(C,or(A,B)))) -> true
% 8.22/8.50  Current number of equations to process: 272
% 8.22/8.50  Current number of ordered equations: 0
% 8.22/8.50  Current number of rules: 646
% 8.22/8.50  New rule produced :
% 8.22/8.50  [663] theorem(or(or(A,or(B,or(C,X))),not(or(B,X)))) -> true
% 8.22/8.50  Current number of equations to process: 276
% 8.22/8.50  Current number of ordered equations: 0
% 8.22/8.50  Current number of rules: 647
% 8.22/8.50  New rule produced :
% 8.22/8.50  [664] theorem(or(not(or(A,B)),or(C,or(B,or(X,A))))) -> true
% 8.22/8.50  Current number of equations to process: 277
% 8.22/8.50  Current number of ordered equations: 0
% 8.22/8.50  Current number of rules: 648
% 8.22/8.50  New rule produced :
% 8.22/8.50  [665] theorem(or(A,or(not(or(B,C)),or(X,or(B,or(Y,C)))))) -> true
% 8.22/8.50  Current number of equations to process: 276
% 8.22/8.50  Current number of ordered equations: 0
% 8.22/8.50  Current number of rules: 649
% 8.22/8.50  New rule produced :
% 8.22/8.50  [666] theorem(or(not(or(A,or(B,C))),or(A,or(X,or(B,or(Y,C)))))) -> true
% 8.22/8.50  Current number of equations to process: 277
% 8.22/8.50  Current number of ordered equations: 0
% 8.22/8.50  Current number of rules: 650
% 8.22/8.50  New rule produced :
% 8.22/8.50  [667] theorem(or(not(or(or(A,B),or(A,B))),or(C,or(A,or(X,B))))) -> true
% 8.22/8.50  Current number of equations to process: 276
% 8.22/8.50  Current number of ordered equations: 0
% 8.22/8.50  Current number of rules: 651
% 8.22/8.50  New rule produced :
% 8.22/8.50  [668] theorem(or(A,or(or(B,or(C,or(X,Y))),not(or(X,or(C,Y)))))) -> true
% 8.22/8.50  Current number of equations to process: 278
% 8.22/8.50  Current number of ordered equations: 0
% 8.22/8.50  Current number of rules: 652
% 8.22/8.50  New rule produced :
% 8.22/8.50  [669] theorem(or(or(A,or(B,or(C,X))),not(or(or(B,X),C)))) -> true
% 8.22/8.50  Current number of equations to process: 281
% 8.22/8.50  Current number of ordered equations: 0
% 8.22/8.50  Current number of rules: 653
% 8.22/8.50  New rule produced :
% 8.22/8.50  [670] theorem(or(A,or(not(or(or(B,C),X)),or(Y,or(B,or(X,C)))))) -> true
% 8.22/8.50  Current number of equations to process: 283
% 8.22/8.50  Current number of ordered equations: 0
% 8.22/8.50  Current number of rules: 654
% 8.22/8.50  New rule produced :
% 8.22/8.50  [671] theorem(or(or(not(or(A,or(B,C))),or(X,or(B,or(A,C)))),Y)) -> true
% 8.22/8.50  Current number of equations to process: 284
% 8.22/8.50  Current number of ordered equations: 0
% 8.22/8.50  Current number of rules: 655
% 8.22/8.50  New rule produced :
% 8.22/8.50  [672] ifeq(axiom(or(A,or(or(not(or(B,B)),B),C))),true,true,true) -> true
% 8.22/8.50  Current number of equations to process: 286
% 8.22/8.50  Current number of ordered equations: 0
% 8.22/8.50  Current number of rules: 656
% 8.22/8.50  New rule produced : [673] theorem(or(or(or(not(or(A,A)),A),B),C)) -> true
% 8.22/8.50  Current number of equations to process: 287
% 8.22/8.50  Current number of ordered equations: 0
% 8.22/8.50  Current number of rules: 657
% 8.22/8.50  New rule produced :
% 8.22/8.50  [674] theorem(or(A,or(B,or(or(not(or(C,C)),C),X)))) -> true
% 8.22/8.50  Current number of equations to process: 286
% 8.22/8.50  Current number of ordered equations: 0
% 8.22/8.50  Current number of rules: 658
% 8.22/8.50  New rule produced :
% 8.22/8.50  [675] ifeq(axiom(or(or(A,or(not(or(B,B)),B)),C)),true,true,true) -> true
% 8.22/8.50  Current number of equations to process: 286
% 8.22/8.50  Current number of ordered equations: 0
% 8.22/8.50  Current number of rules: 659
% 8.22/8.50  New rule produced :
% 8.22/8.50  [676] theorem(or(A,or(or(B,or(not(or(C,C)),C)),X))) -> true
% 8.22/8.50  Current number of equations to process: 286
% 8.22/8.50  Current number of ordered equations: 0
% 8.22/8.50  Current number of rules: 660
% 8.22/8.50  New rule produced :
% 8.22/8.50  [677] theorem(or(or(A,or(B,or(not(or(C,C)),C))),X)) -> true
% 8.22/8.50  Current number of equations to process: 290
% 8.22/8.50  Current number of ordered equations: 0
% 8.22/8.50  Current number of rules: 661
% 8.22/8.50  New rule produced :
% 8.22/8.50  [678] theorem(or(A,or(B,or(C,or(X,or(not(or(Y,Y)),Y)))))) -> true
% 9.38/9.63  Current number of equations to process: 289
% 9.38/9.63  Current number of ordered equations: 0
% 9.38/9.63  Current number of rules: 662
% 9.38/9.63  New rule produced :
% 9.38/9.63  [679] ifeq(axiom(or(A,or(or(not(B),or(C,B)),X))),true,true,true) -> true
% 9.38/9.63  Current number of equations to process: 291
% 9.38/9.63  Current number of ordered equations: 0
% 9.38/9.63  Current number of rules: 663
% 9.38/9.63  New rule produced : [680] theorem(or(or(or(not(A),or(B,A)),C),X)) -> true
% 9.38/9.63  Current number of equations to process: 292
% 9.38/9.63  Current number of ordered equations: 0
% 9.38/9.63  Current number of rules: 664
% 9.38/9.63  New rule produced :
% 9.38/9.63  [681] theorem(or(A,or(B,or(or(not(C),or(X,C)),Y)))) -> true
% 9.38/9.63  Current number of equations to process: 291
% 9.38/9.63  Current number of ordered equations: 0
% 9.38/9.63  Current number of rules: 665
% 9.38/9.63  New rule produced :
% 9.38/9.63  [682]
% 9.38/9.63  ifeq(axiom(or(A,or(B,or(C,or(not(or(X,X)),X))))),true,true,true) -> true
% 9.38/9.63  Current number of equations to process: 289
% 9.38/9.63  Current number of ordered equations: 0
% 9.38/9.63  Current number of rules: 666
% 9.38/9.63  New rule produced :
% 9.38/9.63  [683] ifeq(axiom(or(or(A,or(not(B),or(C,B))),X)),true,true,true) -> true
% 9.38/9.63  Current number of equations to process: 290
% 9.38/9.63  Current number of ordered equations: 0
% 9.38/9.63  Current number of rules: 667
% 9.38/9.63  New rule produced :
% 9.38/9.63  [684] theorem(or(A,or(or(B,or(not(C),or(X,C))),Y))) -> true
% 9.38/9.63  Current number of equations to process: 290
% 9.38/9.63  Current number of ordered equations: 0
% 9.38/9.63  Current number of rules: 668
% 9.38/9.63  New rule produced :
% 9.38/9.63  [685] theorem(or(or(A,or(B,or(not(C),or(X,C)))),Y)) -> true
% 9.38/9.63  Current number of equations to process: 294
% 9.38/9.63  Current number of ordered equations: 0
% 9.38/9.63  Current number of rules: 669
% 9.38/9.63  New rule produced :
% 9.38/9.63  [686] theorem(or(A,or(B,or(C,or(X,or(not(Y),or(Z,Y))))))) -> true
% 9.38/9.63  Current number of equations to process: 293
% 9.38/9.63  Current number of ordered equations: 0
% 9.38/9.63  Current number of rules: 670
% 9.38/9.63  New rule produced :
% 9.38/9.63  [687]
% 9.38/9.63  ifeq(axiom(or(A,or(B,or(C,or(not(X),or(Y,X)))))),true,true,true) -> true
% 9.38/9.63  Current number of equations to process: 294
% 9.38/9.63  Current number of ordered equations: 0
% 9.38/9.63  Current number of rules: 671
% 9.38/9.63  New rule produced :
% 9.38/9.63  [688] theorem(or(not(not(A)),or(B,or(not(or(C,A)),or(C,X))))) -> true
% 9.38/9.63  Current number of equations to process: 299
% 9.38/9.63  Current number of ordered equations: 0
% 9.38/9.63  Current number of rules: 672
% 9.38/9.63  New rule produced :
% 9.38/9.63  [689] theorem(or(or(A,or(not(or(B,C)),or(B,X))),not(or(X,not(C))))) -> true
% 9.38/9.63  Current number of equations to process: 298
% 9.38/9.63  Current number of ordered equations: 0
% 9.38/9.63  Current number of rules: 673
% 9.38/9.63  New rule produced :
% 9.38/9.63  [690] theorem(or(or(or(not(or(A,B)),or(B,A)),C),X)) -> true
% 9.38/9.63  Current number of equations to process: 302
% 9.38/9.63  Current number of ordered equations: 0
% 9.38/9.63  Current number of rules: 674
% 9.38/9.63  New rule produced :
% 9.38/9.63  [691] theorem(or(A,or(B,or(or(not(or(C,X)),or(X,C)),Y)))) -> true
% 9.38/9.63  Current number of equations to process: 301
% 9.38/9.63  Current number of ordered equations: 0
% 9.38/9.63  Current number of rules: 675
% 9.38/9.63  New rule produced :
% 9.38/9.63  [692] theorem(or(A,or(or(B,or(not(or(C,X)),or(X,C))),Y))) -> true
% 9.38/9.63  Current number of equations to process: 303
% 9.38/9.63  Current number of ordered equations: 0
% 9.38/9.63  Current number of rules: 676
% 9.38/9.63  New rule produced :
% 9.38/9.63  [693]
% 9.38/9.63  ifeq(axiom(or(A,or(or(not(or(B,C)),or(C,B)),X))),true,true,true) -> true
% 9.38/9.63  Current number of equations to process: 305
% 9.38/9.63  Current number of ordered equations: 0
% 9.38/9.63  Current number of rules: 677
% 9.38/9.63  New rule produced :
% 9.38/9.63  [694]
% 9.38/9.63  ifeq(axiom(or(or(A,or(not(or(B,C)),or(C,B))),X)),true,true,true) -> true
% 9.38/9.63  Current number of equations to process: 304
% 9.38/9.63  Current number of ordered equations: 0
% 9.38/9.63  Current number of rules: 678
% 9.38/9.63  New rule produced :
% 9.38/9.63  [695] theorem(or(or(A,or(B,or(not(or(C,X)),or(X,C)))),Y)) -> true
% 9.38/9.63  Current number of equations to process: 305
% 9.38/9.63  Current number of ordered equations: 0
% 9.38/9.63  Current number of rules: 679
% 9.38/9.63  New rule produced :
% 9.38/9.63  [696] theorem(or(A,or(B,or(C,or(X,or(not(or(Y,Z)),or(Z,Y))))))) -> true
% 9.38/9.63  Current number of equations to process: 304
% 9.38/9.63  Current number of ordered equations: 0
% 9.38/9.63  Current number of rules: 680
% 9.38/9.63  New rule produced :
% 9.38/9.63  [697] ifeq(axiom(or(or(A,not(or(A,A))),B)),true,true,true) -> true
% 9.38/9.63  Current number of equations to process: 304
% 9.38/9.63  Current number of ordered equations: 0
% 9.38/9.63  Current number of rules: 681
% 9.38/9.63  New rule produced : [698] theorem(or(A,or(or(B,not(or(B,B))),C))) -> true
% 9.38/9.63  Current number of equations to process: 304
% 9.38/9.63  Current number of ordered equations: 0
% 9.38/9.63  Current number of rules: 682
% 9.91/10.21  New rule produced :
% 9.91/10.21  [699] ifeq(axiom(or(A,or(B,or(C,not(or(C,C)))))),true,true,true) -> true
% 9.91/10.21  Current number of equations to process: 306
% 9.91/10.21  Current number of ordered equations: 0
% 9.91/10.21  Current number of rules: 683
% 9.91/10.21  New rule produced : [700] theorem(or(or(A,or(B,not(or(B,B)))),C)) -> true
% 9.91/10.21  Current number of equations to process: 307
% 9.91/10.21  Current number of ordered equations: 0
% 9.91/10.21  Current number of rules: 684
% 9.91/10.21  New rule produced :
% 9.91/10.21  [701] theorem(or(A,or(B,or(C,or(X,not(or(X,X))))))) -> true
% 9.91/10.21  Current number of equations to process: 306
% 9.91/10.21  Current number of ordered equations: 0
% 9.91/10.21  Current number of rules: 685
% 9.91/10.21  New rule produced :
% 9.91/10.21  [702] ifeq(axiom(or(A,or(B,not(or(A,A))))),true,true,true) -> true
% 9.91/10.21  Current number of equations to process: 308
% 9.91/10.21  Current number of ordered equations: 0
% 9.91/10.21  Current number of rules: 686
% 9.91/10.21  New rule produced : [703] theorem(or(or(A,not(or(B,B))),B)) -> true
% 9.91/10.21  Current number of equations to process: 310
% 9.91/10.21  Current number of ordered equations: 0
% 9.91/10.21  Current number of rules: 687
% 9.91/10.21  New rule produced : [704] theorem(or(A,or(B,or(C,not(or(B,B)))))) -> true
% 9.91/10.21  Current number of equations to process: 309
% 9.91/10.21  Current number of ordered equations: 0
% 9.91/10.21  Current number of rules: 688
% 9.91/10.21  New rule produced :
% 9.91/10.21  [705] theorem(or(not(or(A,A)),or(B,not(or(not(A),not(A)))))) -> true
% 9.91/10.21  Current number of equations to process: 311
% 9.91/10.21  Current number of ordered equations: 0
% 9.91/10.21  Current number of rules: 689
% 9.91/10.21  New rule produced :
% 9.91/10.21  [706] theorem(or(not(or(A,B)),or(A,or(C,not(or(not(B),not(B))))))) -> true
% 9.91/10.21  Current number of equations to process: 309
% 9.91/10.21  Current number of ordered equations: 0
% 9.91/10.21  Current number of rules: 690
% 9.91/10.21  New rule produced :
% 9.91/10.21  [707] theorem(or(not(A),or(B,not(or(not(or(C,A)),not(or(C,A))))))) -> true
% 9.91/10.21  Current number of equations to process: 308
% 9.91/10.21  Current number of ordered equations: 0
% 9.91/10.21  Current number of rules: 691
% 9.91/10.21  New rule produced :
% 9.91/10.21  [708]
% 9.91/10.21  ifeq(axiom(or(not(or(or(A,not(or(A,A))),B)),C)),true,theorem(C),true) -> true
% 9.91/10.21  Current number of equations to process: 309
% 9.91/10.21  Current number of ordered equations: 0
% 9.91/10.21  Current number of rules: 692
% 9.91/10.21  New rule produced :
% 9.91/10.21  [709]
% 9.91/10.21  ifeq(axiom(or(not(or(A,or(B,not(or(A,A))))),C)),true,theorem(C),true) -> true
% 9.91/10.21  Current number of equations to process: 308
% 9.91/10.21  Current number of ordered equations: 0
% 9.91/10.21  Current number of rules: 693
% 9.91/10.21  New rule produced :
% 9.91/10.21  [710]
% 9.91/10.21  theorem(or(not(or(A,B)),or(C,not(or(not(or(B,A)),not(or(B,A))))))) -> true
% 9.91/10.21  Current number of equations to process: 307
% 9.91/10.21  Current number of ordered equations: 0
% 9.91/10.21  Current number of rules: 694
% 9.91/10.21  New rule produced :
% 9.91/10.21  [711] theorem(or(or(A,not(or(not(B),not(B)))),not(or(A,or(B,B))))) -> true
% 9.91/10.21  Current number of equations to process: 311
% 9.91/10.21  Current number of ordered equations: 0
% 9.91/10.21  Current number of rules: 695
% 9.91/10.21  New rule produced :
% 9.91/10.21  [712] theorem(or(A,or(not(or(A,or(B,B))),not(or(not(B),not(B)))))) -> true
% 9.91/10.21  Current number of equations to process: 310
% 9.91/10.21  Current number of ordered equations: 0
% 9.91/10.21  Current number of rules: 696
% 9.91/10.21  New rule produced :
% 9.91/10.21  [713] theorem(or(not(or(or(A,A),B)),or(B,not(or(not(A),not(A)))))) -> true
% 9.91/10.21  Current number of equations to process: 310
% 9.91/10.21  Current number of ordered equations: 0
% 9.91/10.21  Current number of rules: 697
% 9.91/10.21  New rule produced :
% 9.91/10.21  [714] theorem(or(not(or(A,or(not(B),not(B)))),or(A,not(or(B,B))))) -> true
% 9.91/10.21  Current number of equations to process: 311
% 9.91/10.21  Current number of ordered equations: 0
% 9.91/10.21  Current number of rules: 698
% 9.91/10.21  New rule produced : [715] theorem(or(not(not(A)),not(or(A,A)))) -> true
% 9.91/10.21  Current number of equations to process: 314
% 9.91/10.21  Current number of ordered equations: 0
% 9.91/10.21  Current number of rules: 699
% 9.91/10.21  New rule produced :
% 9.91/10.21  [716] theorem(or(A,or(not(or(not(B),not(B))),not(or(B,B))))) -> true
% 9.91/10.21  Current number of equations to process: 313
% 9.91/10.21  Current number of ordered equations: 0
% 9.91/10.21  Current number of rules: 700
% 9.91/10.21  New rule produced :
% 9.91/10.21  [717] theorem(or(or(not(or(A,A)),not(or(not(A),not(A)))),B)) -> true
% 9.91/10.21  Current number of equations to process: 317
% 9.91/10.21  Current number of ordered equations: 0
% 9.91/10.21  Current number of rules: 701
% 9.91/10.21  New rule produced :
% 9.91/10.21  [718] theorem(or(A,or(B,or(not(or(C,C)),not(or(not(C),not(C))))))) -> true
% 9.91/10.21  Current number of equations to process: 316
% 9.91/10.21  Current number of ordered equations: 0
% 9.91/10.21  Current number of rules: 702
% 9.91/10.21  New rule produced :
% 9.91/10.21  [719] ifeq(axiom(or(or(or(A,B),not(B)),C)),true,true,true) -> true
% 10.83/11.12  Current number of equations to process: 317
% 10.83/11.12  Current number of ordered equations: 0
% 10.83/11.12  Current number of rules: 703
% 10.83/11.12  New rule produced : [720] theorem(or(A,or(or(or(B,C),not(C)),X))) -> true
% 10.83/11.12  Current number of equations to process: 317
% 10.83/11.12  Current number of ordered equations: 0
% 10.83/11.12  Current number of rules: 704
% 10.83/11.12  New rule produced :
% 10.83/11.12  [721] ifeq(axiom(or(A,or(B,or(or(C,X),not(X))))),true,true,true) -> true
% 10.83/11.12  Current number of equations to process: 319
% 10.83/11.12  Current number of ordered equations: 0
% 10.83/11.12  Current number of rules: 705
% 10.83/11.12  New rule produced : [722] theorem(or(or(A,or(or(B,C),not(C))),X)) -> true
% 10.83/11.12  Current number of equations to process: 320
% 10.83/11.12  Current number of ordered equations: 0
% 10.83/11.12  Current number of rules: 706
% 10.83/11.12  New rule produced :
% 10.83/11.12  [723] theorem(or(A,or(B,or(C,or(or(X,Y),not(Y)))))) -> true
% 10.83/11.12  Current number of equations to process: 319
% 10.83/11.12  Current number of ordered equations: 0
% 10.83/11.12  Current number of rules: 707
% 10.83/11.12  New rule produced :
% 10.83/11.12  [724] ifeq(axiom(or(or(A,B),or(C,not(B)))),true,true,true) -> true
% 10.83/11.12  Current number of equations to process: 320
% 10.83/11.12  Current number of ordered equations: 0
% 10.83/11.12  Current number of rules: 708
% 10.83/11.12  New rule produced : [725] theorem(or(or(A,not(B)),or(C,B))) -> true
% 10.83/11.12  Current number of equations to process: 321
% 10.83/11.12  Current number of ordered equations: 0
% 10.83/11.12  Current number of rules: 709
% 10.83/11.12  New rule produced : [726] theorem(or(A,or(or(B,C),or(X,not(C))))) -> true
% 10.83/11.12  Current number of equations to process: 320
% 10.83/11.12  Current number of ordered equations: 0
% 10.83/11.12  Current number of rules: 710
% 10.83/11.12  New rule produced :
% 10.83/11.12  [727]
% 10.83/11.12  ifeq(axiom(or(not(or(or(or(A,B),not(B)),C)),X)),true,theorem(X),true) -> true
% 10.83/11.12  Current number of equations to process: 320
% 10.83/11.12  Current number of ordered equations: 0
% 10.83/11.12  Current number of rules: 711
% 10.83/11.12  New rule produced :
% 10.83/11.12  [728]
% 10.83/11.12  ifeq(axiom(or(not(or(or(A,B),or(C,not(B)))),X)),true,theorem(X),true) -> true
% 10.83/11.12  Current number of equations to process: 319
% 10.83/11.12  Current number of ordered equations: 0
% 10.83/11.12  Current number of rules: 712
% 10.83/11.12  New rule produced :
% 10.83/11.12  [729]
% 10.83/11.12  theorem(or(A,or(not(or(B,or(C,C))),or(B,not(or(not(C),not(C))))))) -> true
% 10.83/11.12  Current number of equations to process: 318
% 10.83/11.12  Current number of ordered equations: 0
% 10.83/11.12  Current number of rules: 713
% 10.83/11.12  New rule produced :
% 10.83/11.12  [730]
% 10.83/11.12  theorem(or(not(or(or(not(A),not(A)),or(not(A),not(A)))),not(or(A,A)))) ->
% 10.83/11.12  true
% 10.83/11.12  Current number of equations to process: 317
% 10.83/11.12  Current number of ordered equations: 0
% 10.83/11.12  Current number of rules: 714
% 10.83/11.12  New rule produced :
% 10.83/11.12  [731]
% 10.83/11.12  ifeq(axiom(or(A,or(not(or(B,B)),not(or(not(B),not(B)))))),true,true,true) ->
% 10.83/11.12  true
% 10.83/11.12  Current number of equations to process: 316
% 10.83/11.12  Current number of ordered equations: 0
% 10.83/11.12  Current number of rules: 715
% 10.83/11.12  New rule produced :
% 10.83/11.12  [732] theorem(or(not(or(not(A),not(A))),not(or(or(A,A),or(A,A))))) -> true
% 10.83/11.12  Current number of equations to process: 319
% 10.83/11.12  Current number of ordered equations: 0
% 10.83/11.12  Current number of rules: 716
% 10.83/11.12  New rule produced :
% 10.83/11.12  [733]
% 10.83/11.12  theorem(or(A,or(not(or(or(B,B),or(B,B))),not(or(not(B),not(B)))))) -> true
% 10.83/11.12  Current number of equations to process: 321
% 10.83/11.12  Current number of ordered equations: 0
% 10.83/11.12  Current number of rules: 717
% 10.83/11.12  New rule produced :
% 10.83/11.12  [734] theorem(or(or(or(not(or(A,or(B,C))),or(B,or(A,C))),X),Y)) -> true
% 10.83/11.12  Current number of equations to process: 322
% 10.83/11.12  Current number of ordered equations: 0
% 10.83/11.12  Current number of rules: 718
% 10.83/11.12  New rule produced :
% 10.83/11.12  [735] theorem(or(A,or(or(B,not(or(not(C),not(C)))),not(or(B,C))))) -> true
% 10.83/11.12  Current number of equations to process: 327
% 10.83/11.12  Current number of ordered equations: 0
% 10.83/11.12  Current number of rules: 719
% 10.83/11.12  New rule produced :
% 10.83/11.12  [736] theorem(or(or(not(or(A,B)),not(or(not(B),not(B)))),A)) -> true
% 10.83/11.12  Current number of equations to process: 329
% 10.83/11.12  Current number of ordered equations: 0
% 10.83/11.12  Current number of rules: 720
% 10.83/11.12  New rule produced :
% 10.83/11.12  [737] theorem(or(A,or(B,or(not(or(B,C)),not(or(not(C),not(C))))))) -> true
% 10.83/11.12  Current number of equations to process: 333
% 10.83/11.12  Current number of ordered equations: 0
% 10.83/11.12  Current number of rules: 721
% 10.83/11.12  New rule produced :
% 10.83/11.12  [738] theorem(or(or(A,not(or(not(B),not(B)))),not(or(B,A)))) -> true
% 10.83/11.12  Current number of equations to process: 335
% 10.83/11.12  Current number of ordered equations: 0
% 10.83/11.12  Current number of rules: 722
% 10.83/11.12  New rule produced :
% 10.83/11.12  [739] theorem(or(A,or(not(or(B,A)),not(or(not(B),not(B)))))) -> true
% 11.43/11.71  Current number of equations to process: 335
% 11.43/11.71  Current number of ordered equations: 0
% 11.43/11.71  Current number of rules: 723
% 11.43/11.71  New rule produced :
% 11.43/11.71  [740] theorem(or(A,or(not(or(B,C)),or(C,not(or(not(B),not(B))))))) -> true
% 11.43/11.71  Current number of equations to process: 335
% 11.43/11.71  Current number of ordered equations: 0
% 11.43/11.71  Current number of rules: 724
% 11.43/11.71  New rule produced :
% 11.43/11.71  [741]
% 11.43/11.71  ifeq(axiom(or(or(A,not(or(not(B),not(B)))),not(or(A,B)))),true,true,true) ->
% 11.43/11.71  true
% 11.43/11.71  Current number of equations to process: 337
% 11.43/11.71  Current number of ordered equations: 0
% 11.43/11.71  Current number of rules: 725
% 11.43/11.71  New rule produced :
% 11.43/11.71  [742]
% 11.43/11.71  ifeq(axiom(or(A,or(not(or(A,B)),not(or(not(B),not(B)))))),true,true,true) ->
% 11.43/11.71  true
% 11.43/11.71  Current number of equations to process: 336
% 11.43/11.71  Current number of ordered equations: 0
% 11.43/11.71  Current number of rules: 726
% 11.43/11.71  New rule produced :
% 11.43/11.71  [743]
% 11.43/11.71  theorem(or(not(or(A,A)),or(not(or(not(A),B)),not(or(not(B),not(B)))))) ->
% 11.43/11.71  true
% 11.43/11.71  Current number of equations to process: 335
% 11.43/11.71  Current number of ordered equations: 0
% 11.43/11.71  Current number of rules: 727
% 11.43/11.71  New rule produced :
% 11.43/11.71  [744]
% 11.43/11.71  theorem(or(not(A),or(not(or(not(or(B,A)),C)),not(or(not(C),not(C)))))) ->
% 11.43/11.71  true
% 11.43/11.71  Current number of equations to process: 334
% 11.43/11.71  Current number of ordered equations: 0
% 11.43/11.71  Current number of rules: 728
% 11.43/11.71  New rule produced :
% 11.43/11.71  [745]
% 11.43/11.71  theorem(or(not(or(A,or(B,C))),or(A,or(C,not(or(not(B),not(B))))))) -> true
% 11.43/11.71  Current number of equations to process: 333
% 11.43/11.71  Current number of ordered equations: 0
% 11.43/11.71  Current number of rules: 729
% 11.43/11.71  New rule produced :
% 11.43/11.71  [746]
% 11.43/11.71  theorem(or(not(or(or(A,B),or(A,B))),or(B,not(or(not(A),not(A)))))) -> true
% 11.43/11.71  Current number of equations to process: 332
% 11.43/11.71  Current number of ordered equations: 0
% 11.43/11.71  Current number of rules: 730
% 11.43/11.71  New rule produced :
% 11.43/11.71  [747] theorem(or(or(not(or(A,B)),or(A,not(or(not(B),not(B))))),C)) -> true
% 11.43/11.71  Current number of equations to process: 334
% 11.43/11.71  Current number of ordered equations: 0
% 11.43/11.71  Current number of rules: 731
% 11.43/11.71  New rule produced :
% 11.43/11.71  [748] theorem(or(not(or(A,B)),or(C,or(A,not(or(not(B),not(B))))))) -> true
% 11.43/11.71  Current number of equations to process: 333
% 11.43/11.71  Current number of ordered equations: 0
% 11.43/11.71  Current number of rules: 732
% 11.43/11.71  New rule produced : [749] theorem(or(not(not(or(A,B))),not(B))) -> true
% 11.43/11.71  Current number of equations to process: 338
% 11.43/11.71  Current number of ordered equations: 0
% 11.43/11.71  Current number of rules: 733
% 11.43/11.71  New rule produced :
% 11.43/11.71  [750] theorem(or(A,or(not(or(not(or(B,C)),not(or(B,C)))),not(C)))) -> true
% 11.43/11.71  Current number of equations to process: 337
% 11.43/11.71  Current number of ordered equations: 0
% 11.43/11.71  Current number of rules: 734
% 11.43/11.71  New rule produced :
% 11.43/11.71  [751] ifeq(axiom(or(or(or(A,B),not(or(B,A))),C)),true,true,true) -> true
% 11.43/11.71  Current number of equations to process: 338
% 11.43/11.71  Current number of ordered equations: 0
% 11.43/11.71  Current number of rules: 735
% 11.43/11.71  New rule produced :
% 11.43/11.71  [752] theorem(or(A,or(or(or(B,C),not(or(C,B))),X))) -> true
% 11.43/11.71  Current number of equations to process: 338
% 11.43/11.71  Current number of ordered equations: 0
% 11.43/11.71  Current number of rules: 736
% 11.43/11.71  New rule produced :
% 11.43/11.71  [753] ifeq(axiom(or(or(A,B),or(C,not(or(B,A))))),true,true,true) -> true
% 11.43/11.71  Current number of equations to process: 339
% 11.43/11.71  Current number of ordered equations: 0
% 11.43/11.71  Current number of rules: 737
% 11.43/11.71  New rule produced : [754] theorem(or(or(A,not(or(B,C))),or(C,B))) -> true
% 11.43/11.71  Current number of equations to process: 340
% 11.43/11.71  Current number of ordered equations: 0
% 11.43/11.71  Current number of rules: 738
% 11.43/11.71  New rule produced :
% 11.43/11.71  [755] theorem(or(A,or(or(B,C),or(X,not(or(C,B)))))) -> true
% 11.43/11.71  Current number of equations to process: 339
% 11.43/11.71  Current number of ordered equations: 0
% 11.43/11.71  Current number of rules: 739
% 11.43/11.71  New rule produced :
% 11.43/11.71  [756] theorem(or(or(A,or(or(B,C),not(or(C,B)))),X)) -> true
% 11.43/11.71  Current number of equations to process: 343
% 11.43/11.71  Current number of ordered equations: 0
% 11.43/11.71  Current number of rules: 740
% 11.43/11.71  New rule produced :
% 11.43/11.71  [757] theorem(or(A,or(B,or(C,or(or(X,Y),not(or(Y,X))))))) -> true
% 11.43/11.71  Current number of equations to process: 342
% 11.43/11.71  Current number of ordered equations: 0
% 11.43/11.71  Current number of rules: 741
% 11.43/11.71  New rule produced :
% 11.43/11.71  [758]
% 11.43/11.71  ifeq(axiom(or(A,or(B,or(or(C,X),not(or(X,C)))))),true,true,true) -> true
% 11.43/11.71  Current number of equations to process: 344
% 11.43/11.71  Current number of ordered equations: 0
% 11.43/11.71  Current number of rules: 742
% 11.43/11.71  New rule produced :
% 11.43/11.71  [759]
% 11.43/11.71  theorem(or(A,or(B,or(not(or(C,X)),or(C,not(or(not(X),not(X)))))))) -> true
% 11.78/12.03  Current number of equations to process: 343
% 11.78/12.03  Current number of ordered equations: 0
% 11.78/12.03  Current number of rules: 743
% 11.78/12.03  New rule produced :
% 11.78/12.03  [760]
% 11.78/12.03  theorem(or(not(or(A,or(not(or(B,C)),not(or(B,C))))),or(A,not(C)))) -> true
% 11.78/12.03  Current number of equations to process: 342
% 11.78/12.03  Current number of ordered equations: 0
% 11.78/12.03  Current number of rules: 744
% 11.78/12.03  New rule produced :
% 11.78/12.03  [761] theorem(or(or(not(A),not(or(not(or(B,A)),not(or(B,A))))),C)) -> true
% 11.78/12.03  Current number of equations to process: 342
% 11.78/12.03  Current number of ordered equations: 0
% 11.78/12.03  Current number of rules: 745
% 11.78/12.03  New rule produced :
% 11.78/12.03  [762]
% 11.78/12.03  theorem(or(A,or(B,or(not(C),not(or(not(or(X,C)),not(or(X,C)))))))) -> true
% 11.78/12.03  Current number of equations to process: 343
% 11.78/12.03  Current number of ordered equations: 0
% 11.78/12.03  Current number of rules: 746
% 11.78/12.03  New rule produced :
% 11.78/12.03  [763] theorem(or(not(or(not(or(A,B)),not(or(A,B)))),not(or(B,B)))) -> true
% 11.78/12.03  Current number of equations to process: 346
% 11.78/12.03  Current number of ordered equations: 0
% 11.78/12.03  Current number of rules: 747
% 11.78/12.03  New rule produced :
% 11.78/12.03  [764]
% 11.78/12.03  theorem(or(A,or(not(or(B,B)),not(or(not(or(C,B)),not(or(C,B))))))) -> true
% 11.78/12.03  Current number of equations to process: 347
% 11.78/12.03  Current number of ordered equations: 0
% 11.78/12.03  Current number of rules: 748
% 11.78/12.03  New rule produced :
% 11.78/12.03  [765] theorem(or(not(or(or(A,or(B,B)),or(A,or(B,B)))),or(A,or(C,B)))) -> true
% 11.78/12.03  Current number of equations to process: 346
% 11.78/12.03  Current number of ordered equations: 0
% 11.78/12.03  Current number of rules: 749
% 11.78/12.03  New rule produced :
% 11.78/12.03  [766]
% 11.78/12.03  ifeq(axiom(or(not(or(A,or(not(or(B,B)),or(C,B)))),X)),true,theorem(X),true)
% 11.78/12.03  -> true
% 11.78/12.03  Current number of equations to process: 345
% 11.78/12.03  Current number of ordered equations: 0
% 11.78/12.03  Current number of rules: 750
% 11.78/12.03  New rule produced :
% 11.78/12.03  [767] theorem(or(not(or(A,or(B,or(or(C,C),or(C,C))))),or(A,or(B,C)))) -> true
% 11.78/12.03  Current number of equations to process: 344
% 11.78/12.03  Current number of ordered equations: 0
% 11.78/12.03  Current number of rules: 751
% 11.78/12.03  New rule produced :
% 11.78/12.03  [768]
% 11.78/12.03  ifeq(axiom(or(not(or(A,not(or(or(A,A),or(A,A))))),B)),true,theorem(B),true)
% 11.78/12.03  -> true
% 11.78/12.03  Current number of equations to process: 343
% 11.78/12.03  Current number of ordered equations: 0
% 11.78/12.03  Current number of rules: 752
% 11.78/12.03  New rule produced :
% 11.78/12.03  [769]
% 11.78/12.03  ifeq(axiom(or(not(A),B)),true,theorem(or(not(A),or(not(or(not(B),C)),C))),true)
% 11.78/12.03  -> true
% 11.78/12.03  Current number of equations to process: 342
% 11.78/12.03  Current number of ordered equations: 0
% 11.78/12.03  Current number of rules: 753
% 11.78/12.03  New rule produced :
% 11.78/12.03  [770]
% 11.78/12.03  ifeq(axiom(or(not(or(A,or(not(B),or(C,or(X,B))))),Y)),true,theorem(Y),true)
% 11.78/12.03  -> true
% 11.78/12.03  Current number of equations to process: 341
% 11.78/12.03  Current number of ordered equations: 0
% 11.78/12.03  Current number of rules: 754
% 11.78/12.03  New rule produced :
% 11.78/12.03  [771]
% 11.78/12.03  ifeq(axiom(or(not(or(not(or(A,A)),or(B,or(C,A)))),X)),true,theorem(X),true)
% 11.78/12.03  -> true
% 11.78/12.03  Current number of equations to process: 340
% 11.78/12.03  Current number of ordered equations: 0
% 11.78/12.03  Current number of rules: 755
% 11.78/12.03  New rule produced :
% 11.78/12.03  [772]
% 11.78/12.03  ifeq(axiom(or(not(A),or(B,B))),true,theorem(or(not(A),or(C,or(X,B)))),true)
% 11.78/12.03  -> true
% 11.78/12.03  Current number of equations to process: 339
% 11.78/12.03  Current number of ordered equations: 0
% 11.78/12.03  Current number of rules: 756
% 11.78/12.03  New rule produced :
% 11.78/12.03  [773]
% 11.78/12.03  ifeq(axiom(or(not(or(not(A),or(B,or(C,or(X,A))))),Y)),true,theorem(Y),true)
% 11.78/12.03  -> true
% 11.78/12.03  Current number of equations to process: 338
% 11.78/12.03  Current number of ordered equations: 0
% 11.78/12.03  Current number of rules: 757
% 11.78/12.03  New rule produced :
% 11.78/12.03  [774]
% 11.78/12.03  ifeq(axiom(or(not(A),B)),true,theorem(or(not(A),or(C,or(X,or(Y,B))))),true)
% 11.78/12.03  -> true
% 11.78/12.03  Current number of equations to process: 337
% 11.78/12.03  Current number of ordered equations: 0
% 11.78/12.03  Current number of rules: 758
% 11.78/12.03  New rule produced :
% 11.78/12.03  [775]
% 11.78/12.03  ifeq(axiom(or(not(or(not(or(A,B)),or(A,or(B,C)))),X)),true,theorem(X),true)
% 11.78/12.03  -> true
% 11.78/12.03  Current number of equations to process: 336
% 11.78/12.03  Current number of ordered equations: 0
% 11.78/12.03  Current number of rules: 759
% 11.78/12.03  New rule produced :
% 11.78/12.03  [776]
% 11.78/12.03  ifeq(axiom(or(not(A),or(B,C))),true,theorem(or(not(A),or(B,or(C,X)))),true)
% 11.78/12.03  -> true
% 11.78/12.03  Current number of equations to process: 335
% 11.78/12.03  Current number of ordered equations: 0
% 11.78/12.03  Current number of rules: 760
% 11.78/12.03  New rule produced :
% 11.78/12.03  [777]
% 11.78/12.03  ifeq(axiom(or(not(or(not(or(A,B)),or(or(B,A),C))),X)),true,theorem(X),true)
% 11.78/12.03  -> true
% 11.78/12.03  Current number of equations to process: 334
% 11.78/12.03  Current number of ordered equations: 0
% 11.78/12.03  Current number of rules: 761
% 11.78/12.03  New rule produced :
% 11.78/12.03  [778]
% 11.78/12.03  ifeq(axiom(or(not(A),or(B,C))),true,theorem(or(not(A),or(or(C,B),X))),true)
% 12.01/12.25  -> true
% 12.01/12.25  Current number of equations to process: 333
% 12.01/12.25  Current number of ordered equations: 0
% 12.01/12.25  Current number of rules: 762
% 12.01/12.25  New rule produced :
% 12.01/12.25  [779]
% 12.01/12.25  ifeq(axiom(or(A,or(not(or(or(B,C),or(B,C))),or(C,B)))),true,true,true) ->
% 12.01/12.25  true
% 12.01/12.25  Current number of equations to process: 332
% 12.01/12.25  Current number of ordered equations: 0
% 12.01/12.25  Current number of rules: 763
% 12.01/12.25  New rule produced :
% 12.01/12.25  [780] theorem(or(not(or(A,or(B,or(C,X)))),or(A,or(B,or(Y,or(X,C)))))) -> true
% 12.01/12.25  Current number of equations to process: 331
% 12.01/12.25  Current number of ordered equations: 0
% 12.01/12.25  Current number of rules: 764
% 12.01/12.25  New rule produced :
% 12.01/12.25  [781]
% 12.01/12.25  ifeq(axiom(or(not(or(or(A,or(B,C)),not(or(C,B)))),X)),true,theorem(X),true)
% 12.01/12.25  -> true
% 12.01/12.25  Current number of equations to process: 330
% 12.01/12.25  Current number of ordered equations: 0
% 12.01/12.25  Current number of rules: 765
% 12.01/12.25  New rule produced :
% 12.01/12.25  [782] theorem(or(not(or(A,or(or(B,C),or(B,C)))),or(A,or(X,or(C,B))))) -> true
% 12.01/12.25  Current number of equations to process: 329
% 12.01/12.25  Current number of ordered equations: 0
% 12.01/12.25  Current number of rules: 766
% 12.01/12.25  New rule produced :
% 12.01/12.25  [783]
% 12.01/12.25  theorem(or(not(or(A,B)),or(A,or(not(or(or(not(B),C),X)),or(X,C))))) -> true
% 12.01/12.25  Current number of equations to process: 328
% 12.01/12.25  Current number of ordered equations: 0
% 12.01/12.25  Current number of rules: 767
% 12.01/12.25  New rule produced :
% 12.01/12.25  [784]
% 12.01/12.25  theorem(or(not(or(A,B)),or(not(or(or(not(or(B,A)),C),X)),or(X,C)))) -> true
% 12.01/12.25  Current number of equations to process: 327
% 12.01/12.25  Current number of ordered equations: 0
% 12.01/12.25  Current number of rules: 768
% 12.01/12.25  New rule produced :
% 12.01/12.25  [785]
% 12.01/12.25  ifeq(axiom(or(A,or(not(or(or(B,C),X)),or(B,or(X,C))))),true,true,true) ->
% 12.01/12.25  true
% 12.01/12.25  Current number of equations to process: 326
% 12.01/12.25  Current number of ordered equations: 0
% 12.01/12.25  Current number of rules: 769
% 12.01/12.25  New rule produced :
% 12.01/12.25  [786] theorem(or(A,or(or(B,or(C,or(X,Y))),not(or(B,or(X,or(C,Y))))))) -> true
% 12.01/12.25  Current number of equations to process: 325
% 12.01/12.25  Current number of ordered equations: 0
% 12.01/12.25  Current number of rules: 770
% 12.01/12.25  New rule produced :
% 12.01/12.25  [787] theorem(or(A,or(B,or(not(or(B,or(C,or(X,Y)))),or(X,or(C,Y)))))) -> true
% 12.01/12.25  Current number of equations to process: 324
% 12.01/12.25  Current number of ordered equations: 0
% 12.01/12.25  Current number of rules: 771
% 12.01/12.25  New rule produced :
% 12.01/12.25  [788] theorem(or(A,or(not(or(or(B,or(C,X)),Y)),or(Y,or(C,or(B,X)))))) -> true
% 12.01/12.25  Current number of equations to process: 323
% 12.01/12.25  Current number of ordered equations: 0
% 12.01/12.25  Current number of rules: 772
% 12.01/12.25  New rule produced :
% 12.01/12.25  [789] theorem(or(A,or(not(or(B,or(or(C,X),or(C,X)))),or(B,or(X,C))))) -> true
% 12.01/12.25  Current number of equations to process: 322
% 12.01/12.25  Current number of ordered equations: 0
% 12.01/12.25  Current number of rules: 773
% 12.01/12.25  New rule produced :
% 12.01/12.25  [790]
% 12.01/12.25  theorem(or(not(or(not(A),B)),or(C,or(X,or(not(or(Y,A)),or(Y,B)))))) -> true
% 12.01/12.25  Current number of equations to process: 321
% 12.01/12.25  Current number of ordered equations: 0
% 12.01/12.25  Current number of rules: 774
% 12.01/12.25  New rule produced :
% 12.01/12.25  [791] theorem(or(A,or(not(or(B,or(or(C,X),Y))),or(B,or(C,or(Y,X)))))) -> true
% 12.01/12.25  Current number of equations to process: 320
% 12.01/12.25  Current number of ordered equations: 0
% 12.01/12.25  Current number of rules: 775
% 12.01/12.25  New rule produced :
% 12.01/12.25  [792]
% 12.01/12.25  ifeq(axiom(or(or(not(or(A,B)),or(A,C)),not(or(C,not(B))))),true,true,true) ->
% 12.01/12.25  true
% 12.01/12.25  Current number of equations to process: 319
% 12.01/12.25  Current number of ordered equations: 0
% 12.01/12.25  Current number of rules: 776
% 12.01/12.25  New rule produced :
% 12.01/12.25  [793]
% 12.01/12.25  theorem(or(not(or(A,or(B,C))),or(A,or(not(or(X,not(C))),or(B,X))))) -> true
% 12.01/12.25  Current number of equations to process: 318
% 12.01/12.25  Current number of ordered equations: 0
% 12.01/12.25  Current number of rules: 777
% 12.01/12.25  New rule produced :
% 12.01/12.25  [794]
% 12.01/12.25  theorem(or(not(or(or(A,B),or(A,B))),or(not(or(C,not(B))),or(A,C)))) -> true
% 12.01/12.25  Current number of equations to process: 317
% 12.01/12.25  Current number of ordered equations: 0
% 12.01/12.25  Current number of rules: 778
% 12.01/12.25  New rule produced :
% 12.01/12.25  [795]
% 12.01/12.25  ifeq(axiom(or(not(or(not(or(or(A,B),B)),or(A,B))),C)),true,theorem(C),true)
% 12.01/12.25  -> true
% 12.01/12.25  Current number of equations to process: 316
% 12.01/12.25  Current number of ordered equations: 0
% 12.01/12.25  Current number of rules: 779
% 12.01/12.25  New rule produced :
% 12.01/12.25  [796]
% 12.01/12.25  ifeq(axiom(or(not(A),or(or(B,C),C))),true,theorem(or(not(A),or(B,C))),true)
% 12.01/12.25  -> true
% 12.01/12.25  Current number of equations to process: 315
% 12.01/12.25  Current number of ordered equations: 0
% 12.01/12.25  Current number of rules: 780
% 12.01/12.25  New rule produced :
% 12.01/12.25  [797]
% 12.01/12.25  ifeq(axiom(or(A,or(not(or(B,or(or(B,C),C))),or(B,C)))),true,true,true) ->
% 12.31/12.56  true
% 12.31/12.56  Current number of equations to process: 314
% 12.31/12.56  Current number of ordered equations: 0
% 12.31/12.56  Current number of rules: 781
% 12.31/12.56  New rule produced :
% 12.31/12.56  [798]
% 12.31/12.56  theorem(or(A,or(B,or(not(or(C,not(X))),or(not(or(Y,X)),or(Y,C)))))) -> true
% 12.31/12.56  Current number of equations to process: 313
% 12.31/12.56  Current number of ordered equations: 0
% 12.31/12.56  Current number of rules: 782
% 12.31/12.56  New rule produced :
% 12.31/12.56  [799] theorem(or(A,or(not(or(B,or(C,or(or(C,X),X)))),or(B,or(C,X))))) -> true
% 12.31/12.56  Current number of equations to process: 312
% 12.31/12.56  Current number of ordered equations: 0
% 12.31/12.56  Current number of rules: 783
% 12.31/12.56  New rule produced :
% 12.31/12.56  [800]
% 12.31/12.56  ifeq(axiom(or(or(A,or(B,or(C,X))),not(or(C,or(B,X))))),true,true,true) ->
% 12.31/12.56  true
% 12.31/12.56  Current number of equations to process: 311
% 12.31/12.56  Current number of ordered equations: 0
% 12.31/12.56  Current number of rules: 784
% 12.31/12.56  New rule produced :
% 12.31/12.56  [801] theorem(or(not(or(A,or(or(B,C),X))),or(A,or(Y,or(B,or(X,C)))))) -> true
% 12.31/12.56  Current number of equations to process: 310
% 12.31/12.56  Current number of ordered equations: 0
% 12.31/12.56  Current number of rules: 785
% 12.31/12.56  New rule produced :
% 12.31/12.56  [802] theorem(or(A,or(B,or(not(or(C,or(X,Y))),or(Z,or(X,or(C,Y))))))) -> true
% 12.31/12.56  Current number of equations to process: 309
% 12.31/12.56  Current number of ordered equations: 0
% 12.31/12.56  Current number of rules: 786
% 12.31/12.56  New rule produced :
% 12.31/12.56  [803]
% 12.31/12.56  ifeq(axiom(or(not(or(A,or(or(not(or(B,B)),B),C))),X)),true,theorem(X),true)
% 12.31/12.56  -> true
% 12.31/12.56  Current number of equations to process: 308
% 12.31/12.56  Current number of ordered equations: 0
% 12.31/12.56  Current number of rules: 787
% 12.31/12.56  New rule produced :
% 12.31/12.56  [804]
% 12.31/12.56  ifeq(axiom(or(not(or(or(A,or(not(or(B,B)),B)),C)),X)),true,theorem(X),true)
% 12.31/12.56  -> true
% 12.31/12.56  Current number of equations to process: 307
% 12.31/12.56  Current number of ordered equations: 0
% 12.31/12.56  Current number of rules: 788
% 12.31/12.56  New rule produced :
% 12.31/12.56  [805]
% 12.31/12.56  ifeq(axiom(or(not(or(A,or(or(not(B),or(C,B)),X))),Y)),true,theorem(Y),true)
% 12.31/12.56  -> true
% 12.31/12.56  Current number of equations to process: 306
% 12.31/12.56  Current number of ordered equations: 0
% 12.31/12.56  Current number of rules: 789
% 12.31/12.56  New rule produced :
% 12.31/12.56  [806]
% 12.31/12.56  ifeq(axiom(or(not(or(or(A,or(not(B),or(C,B))),X)),Y)),true,theorem(Y),true)
% 12.31/12.56  -> true
% 12.31/12.56  Current number of equations to process: 305
% 12.31/12.56  Current number of ordered equations: 0
% 12.31/12.56  Current number of rules: 790
% 12.31/12.56  New rule produced :
% 12.31/12.56  [807]
% 12.31/12.56  theorem(or(A,or(or(B,or(not(or(C,X)),or(C,Y))),not(or(not(X),Y))))) -> true
% 12.31/12.56  Current number of equations to process: 304
% 12.31/12.56  Current number of ordered equations: 0
% 12.31/12.56  Current number of rules: 791
% 12.31/12.56  New rule produced :
% 12.31/12.56  [808]
% 12.31/12.56  theorem(or(A,or(not(or(B,not(C))),or(X,or(not(or(Y,C)),or(Y,B)))))) -> true
% 12.31/12.56  Current number of equations to process: 303
% 12.31/12.56  Current number of ordered equations: 0
% 12.31/12.56  Current number of rules: 792
% 12.31/12.56  New rule produced :
% 12.31/12.56  [809]
% 12.31/12.56  ifeq(axiom(or(A,or(B,or(C,or(not(or(X,Y)),or(Y,X)))))),true,true,true) ->
% 12.31/12.56  true
% 12.31/12.56  Current number of equations to process: 302
% 12.31/12.56  Current number of ordered equations: 0
% 12.31/12.56  Current number of rules: 793
% 12.31/12.56  New rule produced :
% 12.31/12.56  [810]
% 12.31/12.56  ifeq(axiom(or(not(or(A,or(B,or(C,not(or(C,C)))))),X)),true,theorem(X),true)
% 12.31/12.56  -> true
% 12.31/12.56  Current number of equations to process: 301
% 12.31/12.56  Current number of ordered equations: 0
% 12.31/12.56  Current number of rules: 794
% 12.31/12.56  New rule produced :
% 12.31/12.56  [811]
% 12.31/12.56  ifeq(axiom(or(not(or(A,or(B,or(or(C,X),not(X))))),Y)),true,theorem(Y),true)
% 12.31/12.56  -> true
% 12.31/12.56  Current number of equations to process: 299
% 12.31/12.56  Current number of ordered equations: 0
% 12.31/12.56  Current number of rules: 795
% 12.31/12.56  New rule produced :
% 12.31/12.56  [812] theorem(or(A,or(B,or(or(not(or(C,or(X,Y))),or(X,or(C,Y))),Z)))) -> true
% 12.31/12.56  Current number of equations to process: 298
% 12.31/12.56  Current number of ordered equations: 0
% 12.31/12.56  Current number of rules: 796
% 12.31/12.56  New rule produced :
% 12.31/12.56  [813]
% 12.31/12.56  ifeq(axiom(or(not(or(or(or(A,B),not(or(B,A))),C)),X)),true,theorem(X),true)
% 12.31/12.56  -> true
% 12.31/12.56  Current number of equations to process: 297
% 12.31/12.56  Current number of ordered equations: 0
% 12.31/12.56  Current number of rules: 797
% 12.31/12.56  New rule produced :
% 12.31/12.56  [814]
% 12.31/12.56  ifeq(axiom(or(not(or(or(A,B),or(C,not(or(B,A))))),X)),true,theorem(X),true)
% 12.31/12.56  -> true
% 12.31/12.56  Current number of equations to process: 296
% 12.31/12.56  Current number of ordered equations: 0
% 12.31/12.56  Current number of rules: 798
% 12.31/12.56  New rule produced :
% 12.31/12.56  [815]
% 12.31/12.56  theorem(or(or(A,or(B,not(or(not(C),not(C))))),not(or(A,or(B,C))))) -> true
% 12.31/12.56  Current number of equations to process: 303
% 12.31/12.56  Current number of ordered equations: 0
% 12.31/12.56  Current number of rules: 799
% 12.31/12.56  New rule produced :
% 12.31/12.56  [816]
% 12.31/12.56  theorem(or(A,or(not(or(A,or(B,C))),or(B,not(or(not(C),not(C))))))) -> true
% 13.04/13.28  Current number of equations to process: 302
% 13.04/13.28  Current number of ordered equations: 0
% 13.04/13.28  Current number of rules: 800
% 13.04/13.28  New rule produced :
% 13.04/13.28  [817]
% 13.04/13.28  theorem(or(not(or(or(A,B),C)),or(C,or(A,not(or(not(B),not(B))))))) -> true
% 13.04/13.28  Current number of equations to process: 301
% 13.04/13.28  Current number of ordered equations: 0
% 13.04/13.28  Current number of rules: 801
% 13.04/13.28  New rule produced :
% 13.04/13.28  [818]
% 13.04/13.28  theorem(or(or(A,not(or(not(B),not(B)))),not(or(or(A,B),or(A,B))))) -> true
% 13.04/13.28  Current number of equations to process: 307
% 13.04/13.28  Current number of ordered equations: 0
% 13.04/13.28  Current number of rules: 802
% 13.04/13.28  New rule produced :
% 13.04/13.28  [819]
% 13.04/13.28  theorem(or(A,or(not(or(or(A,B),or(A,B))),not(or(not(B),not(B)))))) -> true
% 13.04/13.28  Current number of equations to process: 306
% 13.04/13.28  Current number of ordered equations: 0
% 13.04/13.28  Current number of rules: 803
% 13.04/13.28  New rule produced :
% 13.04/13.28  [820]
% 13.04/13.28  theorem(or(or(A,not(or(not(or(B,C)),not(or(B,C))))),not(or(A,C)))) -> true
% 13.04/13.28  Current number of equations to process: 313
% 13.04/13.28  Current number of ordered equations: 0
% 13.04/13.28  Current number of rules: 804
% 13.04/13.28  New rule produced :
% 13.04/13.28  [821]
% 13.04/13.28  theorem(or(A,or(not(or(A,B)),not(or(not(or(C,B)),not(or(C,B))))))) -> true
% 13.04/13.28  Current number of equations to process: 312
% 13.04/13.28  Current number of ordered equations: 0
% 13.04/13.28  Current number of rules: 805
% 13.04/13.28  New rule produced :
% 13.04/13.28  [822]
% 13.04/13.28  theorem(or(not(or(A,B)),or(B,not(or(not(or(C,A)),not(or(C,A))))))) -> true
% 13.04/13.28  Current number of equations to process: 311
% 13.04/13.28  Current number of ordered equations: 0
% 13.04/13.28  Current number of rules: 806
% 13.04/13.28  New rule produced :
% 13.04/13.28  [823] theorem(or(not(or(not(or(A,B)),not(or(A,B)))),not(A))) -> true
% 13.04/13.28  Current number of equations to process: 321
% 13.04/13.28  Current number of ordered equations: 0
% 13.04/13.28  Current number of rules: 807
% 13.04/13.28  New rule produced :
% 13.04/13.28  [824] theorem(or(A,or(not(B),not(or(not(or(B,C)),not(or(B,C))))))) -> true
% 13.04/13.28  Current number of equations to process: 323
% 13.04/13.28  Current number of ordered equations: 0
% 13.04/13.28  Current number of rules: 808
% 13.04/13.28  New rule produced :
% 13.04/13.28  [825] theorem(or(not(or(A,A)),not(or(not(or(A,B)),not(or(A,B)))))) -> true
% 13.04/13.28  Current number of equations to process: 322
% 13.04/13.28  Current number of ordered equations: 0
% 13.04/13.28  Current number of rules: 809
% 13.04/13.28  New rule produced :
% 13.04/13.28  [826]
% 13.04/13.28  theorem(or(not(or(not(or(A,or(B,C))),not(or(A,or(B,C))))),not(C))) -> true
% 13.04/13.28  Current number of equations to process: 323
% 13.04/13.28  Current number of ordered equations: 0
% 13.04/13.28  Current number of rules: 810
% 13.04/13.28  New rule produced :
% 13.04/13.28  [827]
% 13.04/13.28  theorem(or(not(or(A,B)),or(A,not(or(not(or(B,C)),not(or(B,C))))))) -> true
% 13.04/13.28  Current number of equations to process: 322
% 13.04/13.28  Current number of ordered equations: 0
% 13.04/13.28  Current number of rules: 811
% 13.04/13.28  New rule produced :
% 13.04/13.28  [828]
% 13.04/13.28  theorem(or(not(A),not(or(not(or(or(B,A),C)),not(or(or(B,A),C)))))) -> true
% 13.04/13.28  Current number of equations to process: 321
% 13.04/13.28  Current number of ordered equations: 0
% 13.04/13.28  Current number of rules: 812
% 13.04/13.28  New rule produced : [829] theorem(or(not(not(or(A,B))),not(or(B,A)))) -> true
% 13.04/13.28  Current number of equations to process: 324
% 13.04/13.28  Current number of ordered equations: 0
% 13.04/13.28  Current number of rules: 813
% 13.04/13.28  New rule produced :
% 13.04/13.28  [830] theorem(or(A,or(or(or(B,or(C,X)),not(or(C,or(B,X)))),Y))) -> true
% 13.04/13.28  Current number of equations to process: 328
% 13.04/13.28  Current number of ordered equations: 0
% 13.04/13.28  Current number of rules: 814
% 13.04/13.28  New rule produced :
% 13.04/13.28  [831] theorem(or(or(A,not(or(B,or(C,X)))),or(C,or(B,X)))) -> true
% 13.04/13.28  Current number of equations to process: 329
% 13.04/13.28  Current number of ordered equations: 0
% 13.04/13.28  Current number of rules: 815
% 13.04/13.28  New rule produced :
% 13.04/13.28  [832] theorem(or(A,or(or(B,or(C,X)),or(Y,not(or(C,or(B,X))))))) -> true
% 13.04/13.28  Current number of equations to process: 331
% 13.04/13.28  Current number of ordered equations: 0
% 13.04/13.28  Current number of rules: 816
% 13.04/13.28  New rule produced :
% 13.04/13.28  [833]
% 13.04/13.28  theorem(or(A,or(not(or(not(or(B,C)),not(or(B,C)))),not(or(C,B))))) -> true
% 13.04/13.28  Current number of equations to process: 330
% 13.04/13.28  Current number of ordered equations: 0
% 13.04/13.28  Current number of rules: 817
% 13.04/13.28  New rule produced :
% 13.04/13.28  [834] theorem(or(or(A,or(or(B,or(C,X)),not(or(C,or(B,X))))),Y)) -> true
% 13.04/13.28  Current number of equations to process: 331
% 13.04/13.28  Current number of ordered equations: 0
% 13.04/13.28  Current number of rules: 818
% 13.04/13.28  New rule produced :
% 13.04/13.28  [835]
% 13.04/13.28  ifeq(axiom(or(or(or(A,or(B,C)),not(or(B,or(A,C)))),X)),true,true,true) ->
% 13.04/13.28  true
% 13.04/13.28  Current number of equations to process: 333
% 13.04/13.28  Current number of ordered equations: 0
% 14.53/14.80  Current number of rules: 819
% 14.53/14.80  New rule produced :
% 14.53/14.80  [836]
% 14.53/14.80  ifeq(axiom(or(or(A,or(B,C)),or(X,not(or(B,or(A,C)))))),true,true,true) ->
% 14.53/14.80  true
% 14.53/14.80  Current number of equations to process: 332
% 14.53/14.80  Current number of ordered equations: 0
% 14.53/14.80  Current number of rules: 820
% 14.53/14.80  New rule produced :
% 14.53/14.80  [837] theorem(or(A,or(B,or(C,or(or(X,or(Y,Z)),not(or(Y,or(X,Z)))))))) -> true
% 14.53/14.80  Current number of equations to process: 331
% 14.53/14.80  Current number of ordered equations: 0
% 14.53/14.80  Current number of rules: 821
% 14.53/14.80  New rule produced :
% 14.53/14.80  [838]
% 14.53/14.80  theorem(or(or(not(or(A,B)),not(or(not(or(B,A)),not(or(B,A))))),C)) -> true
% 14.53/14.80  Current number of equations to process: 332
% 14.53/14.80  Current number of ordered equations: 0
% 14.53/14.80  Current number of rules: 822
% 14.53/14.80  New rule produced :
% 14.53/14.80  [839]
% 14.53/14.80  theorem(or(or(A,or(not(or(B,C)),or(B,X))),not(or(A,or(not(C),X))))) -> true
% 14.53/14.80  Current number of equations to process: 341
% 14.53/14.80  Current number of ordered equations: 0
% 14.53/14.80  Current number of rules: 823
% 14.53/14.80  New rule produced :
% 14.53/14.80  [840]
% 14.53/14.80  theorem(or(A,or(not(or(A,or(not(B),C))),or(not(or(X,B)),or(X,C))))) -> true
% 14.53/14.80  Current number of equations to process: 340
% 14.53/14.80  Current number of ordered equations: 0
% 14.53/14.80  Current number of rules: 824
% 14.53/14.80  New rule produced :
% 14.53/14.80  [841]
% 14.53/14.80  theorem(or(not(or(or(not(A),B),C)),or(C,or(not(or(X,A)),or(X,B))))) -> true
% 14.53/14.80  Current number of equations to process: 339
% 14.53/14.80  Current number of ordered equations: 0
% 14.53/14.80  Current number of rules: 825
% 14.53/14.80  New rule produced :
% 14.53/14.80  [842] theorem(or(or(A,or(B,C)),not(or(or(B,or(A,C)),or(B,or(A,C)))))) -> true
% 14.53/14.80  Current number of equations to process: 346
% 14.53/14.80  Current number of ordered equations: 0
% 14.53/14.80  Current number of rules: 826
% 14.53/14.80  New rule produced :
% 14.53/14.80  [843] theorem(or(A,or(not(or(or(B,or(A,C)),or(B,or(A,C)))),or(B,C)))) -> true
% 14.53/14.80  Current number of equations to process: 345
% 14.53/14.80  Current number of ordered equations: 0
% 14.53/14.80  Current number of rules: 827
% 14.53/14.80  New rule produced :
% 14.53/14.80  [844] theorem(or(A,or(or(B,or(not(or(C,or(X,Y))),or(X,or(C,Y)))),Z))) -> true
% 14.53/14.80  Current number of equations to process: 344
% 14.53/14.80  Current number of ordered equations: 0
% 14.53/14.80  Current number of rules: 828
% 14.53/14.80  New rule produced :
% 14.53/14.80  [845]
% 14.53/14.80  theorem(or(not(or(or(not(A),B),or(not(A),B))),or(not(or(C,A)),or(C,B)))) ->
% 14.53/14.80  true
% 14.53/14.80  Current number of equations to process: 343
% 14.53/14.80  Current number of ordered equations: 0
% 14.53/14.80  Current number of rules: 829
% 14.53/14.80  New rule produced :
% 14.53/14.80  [846]
% 14.53/14.80  theorem(or(or(A,or(not(or(not(B),C)),or(not(or(X,B)),or(X,C)))),Y)) -> true
% 14.53/14.80  Current number of equations to process: 349
% 14.53/14.80  Current number of ordered equations: 0
% 14.53/14.80  Current number of rules: 830
% 14.53/14.80  New rule produced :
% 14.53/14.80  [847]
% 14.53/14.80  theorem(or(not(or(A,or(B,C))),or(not(or(X,not(or(B,or(A,C))))),X))) -> true
% 14.53/14.80  Current number of equations to process: 348
% 14.53/14.80  Current number of ordered equations: 0
% 14.53/14.80  Current number of rules: 831
% 14.53/14.80  New rule produced :
% 14.53/14.80  [848]
% 14.53/14.80  theorem(or(or(A,or(not(or(B,or(not(C),X))),or(B,X))),not(or(A,C)))) -> true
% 14.53/14.80  Current number of equations to process: 357
% 14.53/14.80  Current number of ordered equations: 0
% 14.53/14.80  Current number of rules: 832
% 14.53/14.80  New rule produced :
% 14.53/14.80  [849]
% 14.53/14.80  theorem(or(A,or(not(or(A,B)),or(not(or(C,or(not(B),X))),or(C,X))))) -> true
% 14.53/14.80  Current number of equations to process: 356
% 14.53/14.80  Current number of ordered equations: 0
% 14.53/14.80  Current number of rules: 833
% 14.53/14.80  New rule produced :
% 14.53/14.80  [850]
% 14.53/14.80  theorem(or(not(or(A,B)),or(B,or(not(or(C,or(not(A),X))),or(C,X))))) -> true
% 14.53/14.80  Current number of equations to process: 355
% 14.53/14.80  Current number of ordered equations: 0
% 14.53/14.80  Current number of rules: 834
% 14.53/14.80  New rule produced :
% 14.53/14.80  [851] theorem(or(not(A),or(not(or(B,or(not(or(A,C)),X))),or(B,X)))) -> true
% 14.53/14.80  Current number of equations to process: 360
% 14.53/14.80  Current number of ordered equations: 0
% 14.53/14.80  Current number of rules: 835
% 14.53/14.80  New rule produced :
% 14.53/14.80  [852]
% 14.53/14.80  theorem(or(or(not(or(A,or(not(or(B,C)),X))),or(A,X)),not(or(C,B)))) -> true
% 14.53/14.80  Current number of equations to process: 361
% 14.53/14.80  Current number of ordered equations: 0
% 14.53/14.80  Current number of rules: 836
% 14.53/14.80  New rule produced :
% 14.53/14.80  [853]
% 14.53/14.80  theorem(or(not(or(A,or(not(or(B,C)),X))),or(not(or(C,B)),or(A,X)))) -> true
% 14.53/14.80  Current number of equations to process: 360
% 14.53/14.80  Current number of ordered equations: 0
% 14.53/14.80  Current number of rules: 837
% 14.53/14.80  New rule produced :
% 14.53/14.80  [854]
% 14.53/14.80  theorem(or(or(A,or(not(or(not(B),C)),or(X,C))),not(or(A,or(X,B))))) -> true
% 14.53/14.80  Current number of equations to process: 367
% 14.53/14.80  Current number of ordered equations: 0
% 14.53/14.80  Current number of rules: 838
% 14.53/14.80  New rule produced :
% 17.13/17.37  [855]
% 17.13/17.37  theorem(or(A,or(not(or(A,or(B,C))),or(not(or(not(C),X)),or(B,X))))) -> true
% 17.13/17.37  Current number of equations to process: 366
% 17.13/17.37  Current number of ordered equations: 0
% 17.13/17.37  Current number of rules: 839
% 17.13/17.37  New rule produced :
% 17.13/17.37  [856]
% 17.13/17.37  theorem(or(not(or(or(A,B),C)),or(C,or(not(or(not(B),X)),or(A,X))))) -> true
% 17.13/17.37  Current number of equations to process: 365
% 17.13/17.37  Current number of ordered equations: 0
% 17.13/17.37  Current number of rules: 840
% 17.13/17.37  New rule produced :
% 17.13/17.37  [857]
% 17.13/17.37  theorem(or(or(not(or(not(A),B)),or(C,B)),not(or(or(C,A),or(C,A))))) -> true
% 17.13/17.37  Current number of equations to process: 369
% 17.13/17.37  Current number of ordered equations: 0
% 17.13/17.37  Current number of rules: 841
% 17.13/17.37  New rule produced :
% 17.13/17.37  [858]
% 17.13/17.37  theorem(or(not(or(not(A),B)),or(not(or(or(C,A),or(C,A))),or(C,B)))) -> true
% 17.13/17.37  Current number of equations to process: 368
% 17.13/17.37  Current number of ordered equations: 0
% 17.13/17.37  Current number of rules: 842
% 17.13/17.37  New rule produced :
% 17.13/17.37  [859] theorem(or(not(or(not(A),B)),or(not(or(B,A)),B))) -> true
% 17.13/17.37  Current number of equations to process: 367
% 17.13/17.37  Current number of ordered equations: 0
% 17.13/17.37  Current number of rules: 843
% 17.13/17.37  New rule produced :
% 17.13/17.37  [860] theorem(or(not(or(A,or(B,C))),or(B,or(X,or(A,C))))) -> true
% 17.13/17.37  Current number of equations to process: 367
% 17.13/17.37  Current number of ordered equations: 0
% 17.13/17.37  Current number of rules: 844
% 17.13/17.37  New rule produced :
% 17.13/17.37  [861] theorem(or(not(or(not(A),B)),or(not(or(C,A)),or(X,or(C,B))))) -> true
% 17.13/17.37  Current number of equations to process: 367
% 17.13/17.37  Current number of ordered equations: 0
% 17.13/17.37  Current number of rules: 845
% 17.13/17.37  New rule produced :
% 17.13/17.37  [862] theorem(or(or(A,or(B,C)),not(or(or(A,or(C,B)),or(A,or(C,B)))))) -> true
% 17.13/17.37  Current number of equations to process: 376
% 17.13/17.37  Current number of ordered equations: 0
% 17.13/17.37  Current number of rules: 846
% 17.13/17.37  New rule produced :
% 17.13/17.37  [863] theorem(or(A,or(not(or(or(A,or(B,C)),or(A,or(B,C)))),or(C,B)))) -> true
% 17.13/17.37  Current number of equations to process: 375
% 17.13/17.37  Current number of ordered equations: 0
% 17.13/17.37  Current number of rules: 847
% 17.13/17.37  New rule produced :
% 17.13/17.37  [864] theorem(or(or(not(or(A,or(B,or(C,X)))),or(A,or(C,or(B,X)))),Y)) -> true
% 17.13/17.37  Current number of equations to process: 378
% 17.13/17.37  Current number of ordered equations: 0
% 17.13/17.37  Current number of rules: 848
% 17.13/17.37  New rule produced :
% 17.13/17.37  [865] theorem(or(not(or(A,or(B,or(C,X)))),or(Y,or(A,or(C,or(B,X)))))) -> true
% 17.13/17.37  Current number of equations to process: 377
% 17.13/17.37  Current number of ordered equations: 0
% 17.13/17.37  Current number of rules: 849
% 17.13/17.37  New rule produced : [866] theorem(or(not(or(A,or(or(A,A),A))),A)) -> true
% 17.13/17.37  Current number of equations to process: 377
% 17.13/17.37  Current number of ordered equations: 0
% 17.13/17.37  Current number of rules: 850
% 17.13/17.37  New rule produced :
% 17.13/17.37  [867] theorem(or(A,not(or(or(or(A,A),or(A,A)),or(or(A,A),or(A,A)))))) -> true
% 17.13/17.37  Current number of equations to process: 383
% 17.13/17.37  Current number of ordered equations: 0
% 17.13/17.37  Current number of rules: 851
% 17.13/17.37  New rule produced :
% 17.13/17.37  [868] theorem(or(not(or(A,or(B,C))),or(X,or(or(A,C),B)))) -> true
% 17.13/17.37  Current number of equations to process: 383
% 17.13/17.37  Current number of ordered equations: 0
% 17.13/17.37  Current number of rules: 852
% 17.13/17.37  New rule produced :
% 17.13/17.37  [869] theorem(or(not(or(not(A),B)),or(C,or(or(X,B),not(or(X,A)))))) -> true
% 17.13/17.37  Current number of equations to process: 383
% 17.13/17.37  Current number of ordered equations: 0
% 17.13/17.37  Current number of rules: 853
% 17.13/17.37  New rule produced :
% 17.13/17.37  [870] theorem(or(or(A,or(B,C)),not(or(or(or(A,C),B),or(or(A,C),B))))) -> true
% 17.13/17.37  Current number of equations to process: 391
% 17.13/17.37  Current number of ordered equations: 0
% 17.13/17.37  Current number of rules: 854
% 17.13/17.37  New rule produced :
% 17.13/17.37  [871] theorem(or(A,or(not(or(or(or(A,B),C),or(or(A,B),C))),or(C,B)))) -> true
% 17.13/17.37  Current number of equations to process: 390
% 17.13/17.37  Current number of ordered equations: 0
% 17.13/17.37  Current number of rules: 855
% 17.13/17.37  New rule produced :
% 17.13/17.37  [872]
% 17.13/17.37  theorem(or(or(A,or(not(or(B,C)),or(B,X))),not(or(A,or(X,not(C)))))) -> true
% 17.13/17.37  Current number of equations to process: 397
% 17.13/17.37  Current number of ordered equations: 0
% 17.13/17.37  Current number of rules: 856
% 17.13/17.37  New rule produced :
% 17.13/17.37  [873]
% 17.13/17.37  theorem(or(A,or(not(or(A,or(B,not(C)))),or(not(or(X,C)),or(X,B))))) -> true
% 17.13/17.37  Current number of equations to process: 396
% 17.13/17.37  Current number of ordered equations: 0
% 17.13/17.37  Current number of rules: 857
% 17.13/17.37  New rule produced :
% 17.13/17.37  [874]
% 17.13/17.37  theorem(or(not(or(or(A,not(B)),C)),or(C,or(not(or(X,B)),or(X,A))))) -> true
% 17.13/17.37  Current number of equations to process: 395
% 17.13/17.37  Current number of ordered equations: 0
% 19.28/19.50  Current number of rules: 858
% 19.28/19.50  New rule produced :
% 19.28/19.50  [875] theorem(or(or(A,or(B,or(C,or(X,Y)))),not(or(A,or(X,or(C,Y)))))) -> true
% 19.28/19.50  Current number of equations to process: 403
% 19.28/19.50  Current number of ordered equations: 0
% 19.28/19.50  Current number of rules: 859
% 19.28/19.50  New rule produced :
% 19.28/19.50  [876] theorem(or(A,or(not(or(A,or(B,or(C,X)))),or(Y,or(C,or(B,X)))))) -> true
% 19.28/19.50  Current number of equations to process: 402
% 19.28/19.50  Current number of ordered equations: 0
% 19.28/19.50  Current number of rules: 860
% 19.28/19.50  New rule produced :
% 19.28/19.50  [877] theorem(or(not(or(or(A,or(B,C)),X)),or(X,or(Y,or(B,or(A,C)))))) -> true
% 19.28/19.50  Current number of equations to process: 401
% 19.28/19.50  Current number of ordered equations: 0
% 19.28/19.50  Current number of rules: 861
% 19.28/19.50  New rule produced :
% 19.28/19.50  [878]
% 19.28/19.50  theorem(or(not(or(A,B)),or(A,or(not(or(or(not(B),C),or(not(B),C))),C)))) ->
% 19.28/19.50  true
% 19.28/19.50  Current number of equations to process: 400
% 19.28/19.50  Current number of ordered equations: 0
% 19.28/19.50  Current number of rules: 862
% 19.28/19.50  New rule produced :
% 19.28/19.50  [879]
% 19.28/19.50  theorem(or(or(not(or(not(A),B)),or(C,or(not(or(X,A)),or(X,B)))),Y)) -> true
% 19.28/19.50  Current number of equations to process: 401
% 19.28/19.50  Current number of ordered equations: 0
% 19.28/19.50  Current number of rules: 863
% 19.28/19.50  New rule produced :
% 19.28/19.50  [880]
% 19.28/19.50  theorem(or(not(A),or(not(or(or(not(or(B,A)),C),or(not(or(B,A)),C))),C))) ->
% 19.28/19.50  true
% 19.28/19.50  Current number of equations to process: 400
% 19.28/19.50  Current number of ordered equations: 0
% 19.28/19.50  Current number of rules: 864
% 19.28/19.50  New rule produced :
% 19.28/19.50  [881]
% 19.28/19.50  theorem(or(not(or(or(A,not(B)),or(A,not(B)))),or(not(or(C,B)),or(C,A)))) ->
% 19.28/19.50  true
% 19.28/19.50  Current number of equations to process: 399
% 19.28/19.50  Current number of ordered equations: 0
% 19.28/19.50  Current number of rules: 865
% 19.28/19.50  New rule produced :
% 19.28/19.50  [882] theorem(or(A,or(or(or(B,C),X),not(or(B,or(X,C)))))) -> true
% 19.28/19.50  Current number of equations to process: 406
% 19.28/19.50  Current number of ordered equations: 0
% 19.28/19.50  Current number of rules: 866
% 19.28/19.50  New rule produced :
% 19.28/19.50  [883] theorem(or(or(not(or(A,or(B,C))),B),or(A,C))) -> true
% 19.28/19.50  Current number of equations to process: 409
% 19.28/19.50  Current number of ordered equations: 0
% 19.28/19.50  Current number of rules: 867
% 19.28/19.50  New rule produced :
% 19.28/19.50  [884] theorem(or(A,or(or(B,C),or(not(or(B,or(X,C))),X)))) -> true
% 19.28/19.50  Current number of equations to process: 408
% 19.28/19.50  Current number of ordered equations: 0
% 19.28/19.50  Current number of rules: 868
% 19.28/19.50  New rule produced :
% 19.28/19.50  [885] theorem(or(not(or(A,or(B,C))),or(A,or(or(X,C),B)))) -> true
% 19.28/19.50  Current number of equations to process: 409
% 19.28/19.50  Current number of ordered equations: 0
% 19.28/19.50  Current number of rules: 869
% 19.28/19.50  New rule produced : [886] theorem(or(or(or(A,B),C),not(or(C,B)))) -> true
% 19.28/19.50  Current number of equations to process: 411
% 19.28/19.50  Current number of ordered equations: 0
% 19.28/19.50  Current number of rules: 870
% 19.28/19.50  New rule produced : [887] theorem(or(or(A,B),or(not(or(C,B)),C))) -> true
% 19.28/19.50  Current number of equations to process: 411
% 19.28/19.50  Current number of ordered equations: 0
% 19.28/19.50  Current number of rules: 871
% 19.28/19.50  New rule produced :
% 19.28/19.50  [888] theorem(or(A,or(not(or(B,C)),or(or(X,C),B)))) -> true
% 19.28/19.50  Current number of equations to process: 411
% 19.28/19.50  Current number of ordered equations: 0
% 19.28/19.50  Current number of rules: 872
% 19.28/19.50  New rule produced : [889] theorem(or(not(or(A,B)),or(or(C,A),B))) -> true
% 19.28/19.50  Current number of equations to process: 411
% 19.28/19.50  Current number of ordered equations: 0
% 19.28/19.50  Current number of rules: 873
% 19.28/19.50  New rule produced :
% 19.28/19.50  [890] theorem(or(not(or(or(A,B),or(A,B))),or(or(C,B),A))) -> true
% 19.28/19.50  Current number of equations to process: 412
% 19.28/19.50  Current number of ordered equations: 0
% 19.28/19.50  Current number of rules: 874
% 19.28/19.50  New rule produced :
% 19.28/19.50  [891] theorem(or(or(or(A,B),C),not(or(or(C,B),A)))) -> true
% 19.28/19.50  Current number of equations to process: 414
% 19.28/19.50  Current number of ordered equations: 0
% 19.28/19.50  Current number of rules: 875
% 19.28/19.50  New rule produced :
% 19.28/19.50  [892] theorem(or(or(A,B),or(not(or(or(C,B),A)),C))) -> true
% 19.28/19.50  Current number of equations to process: 414
% 19.28/19.50  Current number of ordered equations: 0
% 19.28/19.50  Current number of rules: 876
% 19.28/19.50  New rule produced :
% 19.28/19.50  [893] theorem(or(A,or(not(or(or(B,C),X)),or(or(X,C),B)))) -> true
% 19.28/19.50  Current number of equations to process: 414
% 19.28/19.50  Current number of ordered equations: 0
% 19.28/19.50  Current number of rules: 877
% 19.28/19.50  New rule produced :
% 19.28/19.50  [894]
% 19.28/19.50  ifeq(axiom(or(or(or(A,B),C),not(or(A,or(C,B))))),true,true,true) -> true
% 19.28/19.50  Current number of equations to process: 416
% 19.28/19.50  Current number of ordered equations: 0
% 19.28/19.50  Current number of rules: 878
% 19.28/19.50  New rule produced :
% 20.42/20.67  [895]
% 20.42/20.67  ifeq(axiom(or(or(A,B),or(not(or(A,or(C,B))),C))),true,true,true) -> true
% 20.42/20.67  Current number of equations to process: 415
% 20.42/20.67  Current number of ordered equations: 0
% 20.42/20.67  Current number of rules: 879
% 20.42/20.67  New rule produced :
% 20.42/20.67  [896] theorem(or(not(or(A,or(or(B,C),X))),or(A,or(or(X,C),B)))) -> true
% 20.42/20.67  Current number of equations to process: 414
% 20.42/20.67  Current number of ordered equations: 0
% 20.42/20.67  Current number of rules: 880
% 20.42/20.67  New rule produced :
% 20.42/20.67  [897] theorem(or(or(not(or(A,or(B,C))),or(or(A,C),B)),X)) -> true
% 20.42/20.67  Current number of equations to process: 415
% 20.42/20.67  Current number of ordered equations: 0
% 20.42/20.67  Current number of rules: 881
% 20.42/20.67  New rule produced :
% 20.42/20.67  [898] theorem(or(A,or(B,or(not(or(C,or(X,Y))),or(or(C,Y),X))))) -> true
% 20.42/20.67  Current number of equations to process: 416
% 20.42/20.67  Current number of ordered equations: 0
% 20.42/20.67  Current number of rules: 882
% 20.42/20.67  New rule produced :
% 20.42/20.67  [899] theorem(or(or(A,or(or(B,C),X)),not(or(A,or(B,or(X,C)))))) -> true
% 20.42/20.67  Current number of equations to process: 421
% 20.42/20.67  Current number of ordered equations: 0
% 20.42/20.67  Current number of rules: 883
% 20.42/20.67  New rule produced :
% 20.42/20.67  [900] theorem(or(A,or(not(or(A,or(B,or(C,X)))),or(or(B,X),C)))) -> true
% 20.42/20.67  Current number of equations to process: 420
% 20.42/20.67  Current number of ordered equations: 0
% 20.42/20.67  Current number of rules: 884
% 20.42/20.67  New rule produced :
% 20.42/20.67  [901] theorem(or(not(or(or(A,or(B,C)),X)),or(X,or(or(A,C),B)))) -> true
% 20.42/20.67  Current number of equations to process: 419
% 20.42/20.67  Current number of ordered equations: 0
% 20.42/20.67  Current number of rules: 885
% 20.42/20.67  New rule produced :
% 20.42/20.67  [902] theorem(or(A,or(or(or(B,C),not(or(B,X))),not(or(not(X),C))))) -> true
% 20.42/20.67  Current number of equations to process: 423
% 20.42/20.67  Current number of ordered equations: 0
% 20.42/20.67  Current number of rules: 886
% 20.42/20.67  New rule produced :
% 20.42/20.67  [903] theorem(or(or(not(or(not(A),B)),not(or(C,A))),or(C,B))) -> true
% 20.42/20.67  Current number of equations to process: 424
% 20.42/20.67  Current number of ordered equations: 0
% 20.42/20.67  Current number of rules: 887
% 20.42/20.67  New rule produced :
% 20.42/20.67  [904] theorem(or(A,or(or(B,C),or(not(or(not(X),C)),not(or(B,X)))))) -> true
% 20.42/20.67  Current number of equations to process: 425
% 20.42/20.67  Current number of ordered equations: 0
% 20.42/20.67  Current number of rules: 888
% 20.42/20.67  New rule produced :
% 20.42/20.67  [905] theorem(or(not(not(A)),or(or(B,C),not(or(B,A))))) -> true
% 20.42/20.67  Current number of equations to process: 430
% 20.42/20.67  Current number of ordered equations: 0
% 20.42/20.67  Current number of rules: 889
% 20.42/20.67  New rule produced :
% 20.42/20.67  [906] theorem(or(or(or(A,B),not(or(A,C))),not(or(B,not(C))))) -> true
% 20.42/20.67  Current number of equations to process: 429
% 20.42/20.67  Current number of ordered equations: 0
% 20.42/20.67  Current number of rules: 890
% 20.42/20.67  New rule produced :
% 20.42/20.67  [907] theorem(or(or(A,B),or(not(or(B,not(C))),not(or(A,C))))) -> true
% 20.42/20.67  Current number of equations to process: 428
% 20.42/20.67  Current number of ordered equations: 0
% 20.42/20.67  Current number of rules: 891
% 20.42/20.67  New rule produced :
% 20.42/20.67  [908] theorem(or(A,or(not(or(B,not(C))),or(or(X,B),not(or(X,C)))))) -> true
% 20.42/20.67  Current number of equations to process: 430
% 20.42/20.67  Current number of ordered equations: 0
% 20.42/20.67  Current number of rules: 892
% 20.42/20.67  New rule produced :
% 20.42/20.67  [909] theorem(or(or(not(or(not(A),B)),or(or(C,B),not(or(C,A)))),X)) -> true
% 20.42/20.67  Current number of equations to process: 431
% 20.42/20.67  Current number of ordered equations: 0
% 20.42/20.67  Current number of rules: 893
% 20.42/20.67  New rule produced :
% 20.42/20.67  [910] theorem(or(or(A,not(or(not(B),C))),or(not(or(X,B)),or(X,C)))) -> true
% 20.42/20.67  Current number of equations to process: 437
% 20.42/20.67  Current number of ordered equations: 0
% 20.42/20.67  Current number of rules: 894
% 20.42/20.67  New rule produced :
% 20.42/20.67  [911] ifeq(axiom(or(A,or(or(not(B),B),C))),true,true,true) -> true
% 20.42/20.67  Current number of equations to process: 439
% 20.42/20.67  Current number of ordered equations: 0
% 20.42/20.67  Current number of rules: 895
% 20.42/20.67  New rule produced :
% 20.42/20.67  [912] theorem(or(not(or(A,B)),or(A,or(or(not(C),C),X)))) -> true
% 20.42/20.67  Current number of equations to process: 438
% 20.42/20.67  Current number of ordered equations: 0
% 20.42/20.67  Current number of rules: 896
% 20.42/20.67  New rule produced : [913] theorem(or(or(or(not(A),A),B),C)) -> true
% 20.42/20.67  Current number of equations to process: 439
% 20.42/20.67  Current number of ordered equations: 0
% 20.42/20.67  Current number of rules: 897
% 20.42/20.67  New rule produced : [914] theorem(or(A,or(B,or(or(not(C),C),X)))) -> true
% 20.42/20.67  Rule [912] theorem(or(not(or(A,B)),or(A,or(or(not(C),C),X)))) -> true
% 20.42/20.67  collapsed.
% 20.42/20.67  Current number of equations to process: 438
% 20.42/20.67  Current number of ordered equations: 0
% 20.42/20.67  Current number of rules: 897
% 21.74/21.98  New rule produced :
% 21.74/21.98  [915] ifeq(axiom(or(or(A,or(not(B),B)),C)),true,true,true) -> true
% 21.74/21.98  Current number of equations to process: 439
% 21.74/21.98  Current number of ordered equations: 0
% 21.74/21.98  Current number of rules: 898
% 21.74/21.98  New rule produced : [916] theorem(or(A,or(or(B,or(not(C),C)),X))) -> true
% 21.74/21.98  Current number of equations to process: 439
% 21.74/21.98  Current number of ordered equations: 0
% 21.74/21.98  Current number of rules: 899
% 21.74/21.98  New rule produced :
% 21.74/21.98  [917] ifeq(axiom(or(A,or(B,or(C,or(not(X),X))))),true,true,true) -> true
% 21.74/21.98  Current number of equations to process: 441
% 21.74/21.98  Current number of ordered equations: 0
% 21.74/21.98  Current number of rules: 900
% 21.74/21.98  New rule produced : [918] theorem(or(or(A,or(B,or(not(C),C))),X)) -> true
% 21.74/21.98  Current number of equations to process: 442
% 21.74/21.98  Current number of ordered equations: 0
% 21.74/21.98  Current number of rules: 901
% 21.74/21.98  New rule produced :
% 21.74/21.98  [919] theorem(or(A,or(B,or(C,or(X,or(not(Y),Y)))))) -> true
% 21.74/21.98  Current number of equations to process: 441
% 21.74/21.98  Current number of ordered equations: 0
% 21.74/21.98  Current number of rules: 902
% 21.74/21.98  New rule produced :
% 21.74/21.98  [920]
% 21.74/21.98  ifeq(axiom(or(not(or(A,or(or(not(B),B),C))),X)),true,theorem(X),true) -> true
% 21.74/21.98  Current number of equations to process: 439
% 21.74/21.98  Current number of ordered equations: 0
% 21.74/21.98  Current number of rules: 903
% 21.74/21.98  New rule produced :
% 21.74/21.98  [921]
% 21.74/21.98  ifeq(axiom(or(not(or(or(A,or(not(B),B)),C)),X)),true,theorem(X),true) -> true
% 21.74/21.98  Current number of equations to process: 438
% 21.74/21.98  Current number of ordered equations: 0
% 21.74/21.98  Current number of rules: 904
% 21.74/21.98  New rule produced :
% 21.74/21.98  [922] ifeq(axiom(or(A,or(or(not(or(B,C)),B),C))),true,true,true) -> true
% 21.74/21.98  Current number of equations to process: 440
% 21.74/21.98  Current number of ordered equations: 0
% 21.74/21.98  Current number of rules: 905
% 21.74/21.98  New rule produced : [923] theorem(or(or(or(not(or(A,B)),A),B),C)) -> true
% 21.74/21.98  Current number of equations to process: 441
% 21.74/21.98  Current number of ordered equations: 0
% 21.74/21.98  Current number of rules: 906
% 21.74/21.98  New rule produced : [924] theorem(or(or(not(or(A,B)),A),or(C,B))) -> true
% 21.74/21.98  Current number of equations to process: 441
% 21.74/21.98  Current number of ordered equations: 0
% 21.74/21.98  Current number of rules: 907
% 21.74/21.98  New rule produced :
% 21.74/21.98  [925] theorem(or(A,or(B,or(or(not(or(C,X)),C),X)))) -> true
% 21.74/21.98  Current number of equations to process: 440
% 21.74/21.98  Current number of ordered equations: 0
% 21.74/21.98  Current number of rules: 908
% 21.74/21.98  New rule produced :
% 21.74/21.98  [926] theorem(or(or(or(not(or(A,or(B,C))),A),C),B)) -> true
% 21.74/21.98  Current number of equations to process: 444
% 21.74/21.98  Current number of ordered equations: 0
% 21.74/21.98  Current number of rules: 909
% 21.74/21.98  New rule produced :
% 21.74/21.98  [927] theorem(or(A,or(B,or(or(not(or(C,or(B,X))),C),X)))) -> true
% 21.74/21.98  Current number of equations to process: 446
% 21.74/21.98  Current number of ordered equations: 0
% 21.74/21.98  Current number of rules: 910
% 21.74/21.98  New rule produced :
% 21.74/21.98  [928]
% 21.74/21.98  ifeq(axiom(or(A,or(or(not(or(B,or(A,C))),B),C))),true,true,true) -> true
% 21.74/21.98  Current number of equations to process: 445
% 21.74/21.98  Current number of ordered equations: 0
% 21.74/21.98  Current number of rules: 911
% 21.74/21.98  New rule produced :
% 21.74/21.98  [929] theorem(or(not(or(A,A)),or(or(not(or(B,or(not(A),C))),B),C))) -> true
% 21.74/21.98  Current number of equations to process: 444
% 21.74/21.98  Current number of ordered equations: 0
% 21.74/21.98  Current number of rules: 912
% 21.74/21.98  New rule produced :
% 21.74/21.98  [930] theorem(or(not(A),or(or(not(or(B,or(not(or(C,A)),X))),B),X))) -> true
% 21.74/21.98  Current number of equations to process: 443
% 21.74/21.98  Current number of ordered equations: 0
% 21.74/21.98  Current number of rules: 913
% 21.74/21.98  New rule produced :
% 21.74/21.98  [931] ifeq(axiom(or(or(A,or(not(or(B,A)),B)),C)),true,true,true) -> true
% 21.74/21.98  Current number of equations to process: 444
% 21.74/21.98  Current number of ordered equations: 0
% 21.74/21.98  Current number of rules: 914
% 21.74/21.98  New rule produced :
% 21.74/21.98  [932] theorem(or(A,or(or(B,or(not(or(C,B)),C)),X))) -> true
% 21.74/21.98  Current number of equations to process: 444
% 21.74/21.98  Current number of ordered equations: 0
% 21.74/21.98  Current number of rules: 915
% 21.74/21.98  New rule produced :
% 21.74/21.98  [933] ifeq(axiom(or(A,or(B,or(not(or(C,A)),C)))),true,true,true) -> true
% 21.74/21.98  Current number of equations to process: 446
% 21.74/21.98  Current number of ordered equations: 0
% 21.74/21.98  Current number of rules: 916
% 21.74/21.98  New rule produced : [934] theorem(or(or(A,or(not(or(B,C)),B)),C)) -> true
% 21.74/21.98  Current number of equations to process: 448
% 21.74/21.98  Current number of ordered equations: 0
% 21.74/21.98  Current number of rules: 917
% 21.74/21.98  New rule produced :
% 21.74/21.98  [935] theorem(or(A,or(B,or(C,or(not(or(X,B)),X))))) -> true
% 21.74/21.98  Current number of equations to process: 449
% 22.73/22.99  Current number of ordered equations: 0
% 22.73/22.99  Current number of rules: 918
% 22.73/22.99  New rule produced :
% 22.73/22.99  [936] theorem(or(not(or(A,A)),or(B,or(not(or(C,not(A))),C)))) -> true
% 22.73/22.99  Current number of equations to process: 452
% 22.73/22.99  Current number of ordered equations: 0
% 22.73/22.99  Current number of rules: 919
% 22.73/22.99  New rule produced :
% 22.73/22.99  [937] theorem(or(not(A),or(B,or(not(or(C,not(or(X,A)))),C)))) -> true
% 22.73/22.99  Current number of equations to process: 451
% 22.73/22.99  Current number of ordered equations: 0
% 22.73/22.99  Current number of rules: 920
% 22.73/22.99  New rule produced :
% 22.73/22.99  [938] theorem(or(or(A,or(B,or(not(or(C,B)),C))),X)) -> true
% 22.73/22.99  Current number of equations to process: 452
% 22.73/22.99  Current number of ordered equations: 0
% 22.73/22.99  Current number of rules: 921
% 22.73/22.99  New rule produced :
% 22.73/22.99  [939] theorem(or(A,or(B,or(C,or(X,or(not(or(Y,X)),Y)))))) -> true
% 22.73/22.99  Current number of equations to process: 451
% 22.73/22.99  Current number of ordered equations: 0
% 22.73/22.99  Current number of rules: 922
% 22.73/22.99  New rule produced :
% 22.73/22.99  [940] theorem(or(A,or(or(not(or(B,not(C))),B),not(or(C,C))))) -> true
% 22.73/22.99  Current number of equations to process: 453
% 22.73/22.99  Current number of ordered equations: 0
% 22.73/22.99  Current number of rules: 923
% 22.73/22.99  New rule produced :
% 22.73/22.99  [941] theorem(or(or(not(or(A,A)),B),not(or(B,not(A))))) -> true
% 22.73/22.99  Current number of equations to process: 457
% 22.73/22.99  Current number of ordered equations: 0
% 22.73/22.99  Current number of rules: 924
% 22.73/22.99  New rule produced : [942] theorem(or(not(not(A)),or(not(or(A,A)),B))) -> true
% 22.73/22.99  Current number of equations to process: 458
% 22.73/22.99  Current number of ordered equations: 0
% 22.73/22.99  Current number of rules: 925
% 22.73/22.99  New rule produced :
% 22.73/22.99  [943] theorem(or(not(or(not(A),B)),or(not(or(A,A)),B))) -> true
% 22.73/22.99  Current number of equations to process: 458
% 22.73/22.99  Current number of ordered equations: 0
% 22.73/22.99  Current number of rules: 926
% 22.73/22.99  New rule produced :
% 22.73/22.99  [944] theorem(or(A,or(not(or(B,not(C))),or(not(or(C,C)),B)))) -> true
% 22.73/22.99  Current number of equations to process: 457
% 22.73/22.99  Current number of ordered equations: 0
% 22.73/22.99  Current number of rules: 927
% 22.73/22.99  New rule produced :
% 22.73/22.99  [945] theorem(or(not(or(A,B)),or(A,or(C,or(not(or(X,not(B))),X))))) -> true
% 22.73/22.99  Current number of equations to process: 459
% 22.73/22.99  Current number of ordered equations: 0
% 22.73/22.99  Current number of rules: 928
% 22.73/22.99  New rule produced :
% 22.73/22.99  [946] theorem(or(not(or(A,B)),or(C,or(not(or(X,not(or(B,A)))),X)))) -> true
% 22.73/22.99  Current number of equations to process: 458
% 22.73/22.99  Current number of ordered equations: 0
% 22.73/22.99  Current number of rules: 929
% 22.73/22.99  New rule produced :
% 22.73/22.99  [947]
% 22.73/22.99  ifeq(axiom(or(A,or(B,or(C,or(not(or(X,C)),X))))),true,true,true) -> true
% 22.73/22.99  Current number of equations to process: 457
% 22.73/22.99  Current number of ordered equations: 0
% 22.73/22.99  Current number of rules: 930
% 22.73/22.99  New rule produced :
% 22.73/22.99  [948]
% 22.73/22.99  ifeq(axiom(or(or(not(or(A,not(B))),A),not(or(B,B)))),true,true,true) -> true
% 22.73/22.99  Current number of equations to process: 456
% 22.73/22.99  Current number of ordered equations: 0
% 22.73/22.99  Current number of rules: 931
% 22.73/22.99  New rule produced :
% 22.73/22.99  [949] theorem(or(not(or(A,or(B,not(C)))),or(A,or(not(or(C,C)),B)))) -> true
% 22.73/22.99  Current number of equations to process: 455
% 22.73/22.99  Current number of ordered equations: 0
% 22.73/22.99  Current number of rules: 932
% 22.73/22.99  New rule produced :
% 22.73/22.99  [950] theorem(or(or(not(or(A,A)),or(not(or(B,not(A))),B)),C)) -> true
% 22.73/22.99  Current number of equations to process: 456
% 22.73/22.99  Current number of ordered equations: 0
% 22.73/22.99  Current number of rules: 933
% 22.73/22.99  New rule produced :
% 22.73/22.99  [951] theorem(or(A,or(or(not(or(B,not(or(C,X)))),B),not(X)))) -> true
% 22.73/22.99  Current number of equations to process: 458
% 22.73/22.99  Current number of ordered equations: 0
% 22.73/22.99  Current number of rules: 934
% 22.73/22.99  New rule produced :
% 22.73/22.99  [952] theorem(or(or(not(A),B),not(or(B,not(or(C,A)))))) -> true
% 22.73/22.99  Current number of equations to process: 462
% 22.73/22.99  Current number of ordered equations: 0
% 22.73/22.99  Current number of rules: 935
% 22.73/22.99  New rule produced : [953] theorem(or(not(not(or(A,B))),or(not(B),C))) -> true
% 22.73/22.99  Current number of equations to process: 463
% 22.73/22.99  Current number of ordered equations: 0
% 22.73/22.99  Current number of rules: 936
% 22.73/22.99  New rule produced :
% 22.73/22.99  [954] theorem(or(not(or(not(or(A,B)),C)),or(not(B),C))) -> true
% 22.73/22.99  Current number of equations to process: 463
% 22.73/22.99  Current number of ordered equations: 0
% 22.73/22.99  Current number of rules: 937
% 22.73/22.99  New rule produced :
% 22.73/22.99  [955] theorem(or(A,or(not(or(B,not(or(C,X)))),or(not(X),B)))) -> true
% 22.73/22.99  Current number of equations to process: 462
% 22.73/22.99  Current number of ordered equations: 0
% 22.73/22.99  Current number of rules: 938
% 24.43/24.69  New rule produced :
% 24.43/24.69  [956] theorem(or(A,or(B,or(not(or(C,C)),or(not(or(X,not(C))),X))))) -> true
% 24.43/24.69  Current number of equations to process: 464
% 24.43/24.69  Current number of ordered equations: 0
% 24.43/24.69  Current number of rules: 939
% 24.43/24.69  New rule produced :
% 24.43/24.69  [957]
% 24.43/24.69  ifeq(axiom(or(or(not(or(A,not(or(B,C)))),A),not(C))),true,true,true) -> true
% 24.43/24.69  Current number of equations to process: 463
% 24.43/24.69  Current number of ordered equations: 0
% 24.43/24.69  Current number of rules: 940
% 24.43/24.69  New rule produced :
% 24.43/24.69  [958] theorem(or(not(or(A,or(B,not(or(C,X))))),or(A,or(not(X),B)))) -> true
% 24.43/24.69  Current number of equations to process: 462
% 24.43/24.69  Current number of ordered equations: 0
% 24.43/24.69  Current number of rules: 941
% 24.43/24.69  New rule produced :
% 24.43/24.69  [959] theorem(or(or(not(A),or(not(or(B,not(or(C,A)))),B)),X)) -> true
% 24.43/24.69  Current number of equations to process: 463
% 24.43/24.69  Current number of ordered equations: 0
% 24.43/24.69  Current number of rules: 942
% 24.43/24.69  New rule produced :
% 24.43/24.69  [960] theorem(or(A,or(B,or(not(C),or(not(or(X,not(or(Y,C)))),X))))) -> true
% 24.43/24.69  Current number of equations to process: 464
% 24.43/24.69  Current number of ordered equations: 0
% 24.43/24.69  Current number of rules: 943
% 24.43/24.69  New rule produced :
% 24.43/24.69  [961] theorem(or(or(not(or(A,not(or(B,C)))),A),not(or(C,C)))) -> true
% 24.43/24.69  Current number of equations to process: 468
% 24.43/24.69  Current number of ordered equations: 0
% 24.43/24.69  Current number of rules: 944
% 24.43/24.69  New rule produced :
% 24.43/24.69  [962] theorem(or(not(or(A,not(or(B,C)))),or(not(or(C,C)),A))) -> true
% 24.43/24.69  Current number of equations to process: 467
% 24.43/24.69  Current number of ordered equations: 0
% 24.43/24.69  Current number of rules: 945
% 24.43/24.69  New rule produced :
% 24.43/24.69  [963] theorem(or(A,or(not(or(B,B)),or(not(or(C,not(or(X,B)))),C)))) -> true
% 24.43/24.69  Current number of equations to process: 468
% 24.43/24.69  Current number of ordered equations: 0
% 24.43/24.69  Current number of rules: 946
% 24.43/24.69  New rule produced :
% 24.43/24.69  [964] theorem(or(or(not(or(A,not(or(B,or(C,X))))),A),not(X))) -> true
% 24.43/24.69  Current number of equations to process: 473
% 24.43/24.69  Current number of ordered equations: 0
% 24.43/24.69  Current number of rules: 947
% 24.43/24.69  New rule produced :
% 24.43/24.69  [965] theorem(or(not(or(A,not(or(B,or(C,X))))),or(not(X),A))) -> true
% 24.43/24.69  Current number of equations to process: 472
% 24.43/24.69  Current number of ordered equations: 0
% 24.43/24.69  Current number of rules: 948
% 24.43/24.69  New rule produced :
% 24.43/24.69  [966] theorem(or(A,or(not(B),or(not(or(C,not(or(X,or(Y,B))))),C)))) -> true
% 24.43/24.69  Current number of equations to process: 472
% 24.43/24.69  Current number of ordered equations: 0
% 24.43/24.69  Current number of rules: 949
% 24.43/24.69  New rule produced :
% 24.43/24.69  [967] theorem(or(not(or(A,A)),or(not(or(B,not(or(C,or(X,A))))),B))) -> true
% 24.43/24.69  Current number of equations to process: 471
% 24.43/24.69  Current number of ordered equations: 0
% 24.43/24.69  Current number of rules: 950
% 24.43/24.69  New rule produced :
% 24.43/24.69  [968] theorem(or(not(A),or(not(or(B,not(or(C,or(X,or(Y,A)))))),B))) -> true
% 24.43/24.69  Current number of equations to process: 470
% 24.43/24.69  Current number of ordered equations: 0
% 24.43/24.69  Current number of rules: 951
% 24.43/24.69  New rule produced :
% 24.43/24.69  [969]
% 24.43/24.69  theorem(or(not(or(or(A,not(B)),or(A,not(B)))),or(not(or(B,B)),A))) -> true
% 24.43/24.69  Current number of equations to process: 468
% 24.43/24.69  Current number of ordered equations: 0
% 24.43/24.69  Current number of rules: 952
% 24.43/24.69  New rule produced :
% 24.43/24.69  [970] theorem(or(or(A,or(not(or(B,not(C))),B)),not(or(A,or(C,C))))) -> true
% 24.43/24.69  Current number of equations to process: 475
% 24.43/24.69  Current number of ordered equations: 0
% 24.43/24.69  Current number of rules: 953
% 24.43/24.69  New rule produced :
% 24.43/24.69  [971] theorem(or(A,or(not(or(A,or(B,B))),or(not(or(C,not(B))),C)))) -> true
% 24.43/24.69  Current number of equations to process: 474
% 24.43/24.69  Current number of ordered equations: 0
% 24.43/24.69  Current number of rules: 954
% 24.43/24.69  New rule produced :
% 24.43/24.69  [972] theorem(or(not(or(or(A,A),B)),or(B,or(not(or(C,not(A))),C)))) -> true
% 24.43/24.69  Current number of equations to process: 473
% 24.43/24.69  Current number of ordered equations: 0
% 24.43/24.69  Current number of rules: 955
% 24.43/24.69  New rule produced :
% 24.43/24.69  [973] theorem(or(or(not(or(A,not(B))),A),not(or(or(B,B),or(B,B))))) -> true
% 24.43/24.69  Current number of equations to process: 479
% 24.43/24.69  Current number of ordered equations: 0
% 24.43/24.69  Current number of rules: 956
% 24.43/24.69  New rule produced :
% 24.43/24.69  [974] theorem(or(not(or(A,not(B))),or(not(or(or(B,B),or(B,B))),A))) -> true
% 24.43/24.69  Current number of equations to process: 478
% 24.43/24.69  Current number of ordered equations: 0
% 24.43/24.69  Current number of rules: 957
% 24.43/24.69  New rule produced :
% 24.43/24.69  [975] theorem(or(or(A,or(not(or(B,not(or(C,X)))),B)),not(or(A,X)))) -> true
% 24.43/24.69  Current number of equations to process: 485
% 24.43/24.69  Current number of ordered equations: 0
% 25.72/25.97  Current number of rules: 958
% 25.72/25.97  New rule produced :
% 25.72/25.97  [976] theorem(or(A,or(not(or(A,B)),or(not(or(C,not(or(X,B)))),C)))) -> true
% 25.72/25.97  Current number of equations to process: 484
% 25.72/25.97  Current number of ordered equations: 0
% 25.72/25.97  Current number of rules: 959
% 25.72/25.97  New rule produced :
% 25.72/25.97  [977] theorem(or(not(or(A,B)),or(B,or(not(or(C,not(or(X,A)))),C)))) -> true
% 25.72/25.97  Current number of equations to process: 483
% 25.72/25.97  Current number of ordered equations: 0
% 25.72/25.97  Current number of rules: 960
% 25.72/25.97  New rule produced :
% 25.72/25.97  [978] theorem(or(not(A),or(not(or(B,not(or(C,or(A,X))))),B))) -> true
% 25.72/25.97  Current number of equations to process: 490
% 25.72/25.97  Current number of ordered equations: 0
% 25.72/25.97  Current number of rules: 961
% 25.72/25.97  New rule produced :
% 25.72/25.97  [979] theorem(or(or(not(or(A,not(or(B,or(C,X))))),A),not(or(X,C)))) -> true
% 25.72/25.97  Current number of equations to process: 489
% 25.72/25.97  Current number of ordered equations: 0
% 25.72/25.97  Current number of rules: 962
% 25.72/25.97  New rule produced :
% 25.72/25.97  [980] theorem(or(not(or(A,not(or(B,or(C,X))))),or(not(or(X,C)),A))) -> true
% 25.72/25.97  Current number of equations to process: 488
% 25.72/25.97  Current number of ordered equations: 0
% 25.72/25.97  Current number of rules: 963
% 25.72/25.97  New rule produced :
% 25.72/25.97  [981] theorem(or(A,or(or(B,or(not(or(C,not(X))),C)),not(or(B,X))))) -> true
% 25.72/25.97  Current number of equations to process: 493
% 25.72/25.97  Current number of ordered equations: 0
% 25.72/25.97  Current number of rules: 964
% 25.72/25.97  New rule produced :
% 25.72/25.97  [982] theorem(or(or(not(or(A,B)),or(not(or(C,not(B))),C)),A)) -> true
% 25.72/25.97  Current number of equations to process: 497
% 25.72/25.97  Current number of ordered equations: 0
% 25.72/25.97  Current number of rules: 965
% 25.72/25.97  New rule produced :
% 25.72/25.97  [983] theorem(or(A,or(B,or(not(or(B,C)),or(not(or(X,not(C))),X))))) -> true
% 25.72/25.97  Current number of equations to process: 499
% 25.72/25.97  Current number of ordered equations: 0
% 25.72/25.97  Current number of rules: 966
% 25.72/25.97  New rule produced :
% 25.72/25.97  [984] theorem(or(or(A,or(not(or(B,not(C))),B)),not(or(C,A)))) -> true
% 25.72/25.97  Current number of equations to process: 503
% 25.72/25.97  Current number of ordered equations: 0
% 25.72/25.97  Current number of rules: 967
% 25.72/25.97  New rule produced :
% 25.72/25.97  [985] theorem(or(A,or(not(or(B,A)),or(not(or(C,not(B))),C)))) -> true
% 25.72/25.97  Current number of equations to process: 502
% 25.72/25.97  Current number of ordered equations: 0
% 25.72/25.97  Current number of rules: 968
% 25.72/25.97  New rule produced :
% 25.72/25.97  [986] theorem(or(A,or(not(or(B,C)),or(C,or(not(or(X,not(B))),X))))) -> true
% 25.72/25.97  Current number of equations to process: 504
% 25.72/25.97  Current number of ordered equations: 0
% 25.72/25.97  Current number of rules: 969
% 25.72/25.97  New rule produced :
% 25.72/25.97  [987] theorem(or(or(not(or(A,B)),or(A,or(not(or(C,not(B))),C))),X)) -> true
% 25.72/25.97  Current number of equations to process: 506
% 25.72/25.97  Current number of ordered equations: 0
% 25.72/25.97  Current number of rules: 970
% 25.72/25.97  New rule produced :
% 25.72/25.97  [988] theorem(or(not(or(A,B)),or(C,or(A,or(not(or(X,not(B))),X))))) -> true
% 25.72/25.97  Current number of equations to process: 505
% 25.72/25.97  Current number of ordered equations: 0
% 25.72/25.97  Current number of rules: 971
% 25.72/25.97  New rule produced :
% 25.72/25.97  [989] theorem(or(or(not(or(A,not(or(B,C)))),A),not(B))) -> true
% 25.72/25.97  Current number of equations to process: 509
% 25.72/25.97  Current number of ordered equations: 0
% 25.72/25.97  Current number of rules: 972
% 25.72/25.97  New rule produced :
% 25.72/25.97  [990] theorem(or(not(or(A,not(or(B,C)))),or(not(B),A))) -> true
% 25.72/25.97  Current number of equations to process: 509
% 25.72/25.97  Current number of ordered equations: 0
% 25.72/25.97  Current number of rules: 973
% 25.72/25.97  New rule produced :
% 25.72/25.97  [991] theorem(or(A,or(not(B),or(not(or(C,not(or(B,X)))),C)))) -> true
% 25.72/25.97  Current number of equations to process: 511
% 25.72/25.97  Current number of ordered equations: 0
% 25.72/25.97  Current number of rules: 974
% 25.72/25.97  New rule produced :
% 25.72/25.97  [992] theorem(or(not(or(A,A)),or(not(or(B,not(or(A,C)))),B))) -> true
% 25.72/25.97  Current number of equations to process: 510
% 25.72/25.97  Current number of ordered equations: 0
% 25.72/25.97  Current number of rules: 975
% 25.72/25.97  New rule produced :
% 25.72/25.97  [993] theorem(or(not(A),or(not(or(B,not(or(or(C,A),X)))),B))) -> true
% 25.72/25.97  Current number of equations to process: 509
% 25.72/25.97  Current number of ordered equations: 0
% 25.72/25.97  Current number of rules: 976
% 25.72/25.97  New rule produced :
% 25.72/25.97  [994] theorem(or(not(or(A,B)),or(A,or(not(or(C,not(or(B,X)))),C)))) -> true
% 25.72/25.97  Current number of equations to process: 510
% 25.72/25.97  Current number of ordered equations: 0
% 25.72/25.97  Current number of rules: 977
% 25.72/25.97  New rule produced :
% 25.72/25.97  [995] theorem(or(not(or(A,B)),or(not(or(C,not(or(or(B,A),X)))),C))) -> true
% 25.72/25.97  Current number of equations to process: 509
% 25.72/25.97  Current number of ordered equations: 0
% 27.64/27.88  Current number of rules: 978
% 27.64/27.88  New rule produced :
% 27.64/27.88  [996] theorem(or(A,or(or(not(or(B,not(or(C,X)))),B),not(or(X,C))))) -> true
% 27.64/27.88  Current number of equations to process: 511
% 27.64/27.88  Current number of ordered equations: 0
% 27.64/27.88  Current number of rules: 979
% 27.64/27.88  New rule produced :
% 27.64/27.88  [997] theorem(or(not(not(or(A,B))),or(not(or(B,A)),C))) -> true
% 27.64/27.88  Current number of equations to process: 515
% 27.64/27.88  Current number of ordered equations: 0
% 27.64/27.88  Current number of rules: 980
% 27.64/27.88  New rule produced :
% 27.64/27.88  [998] theorem(or(or(not(or(A,B)),C),not(or(C,not(or(B,A)))))) -> true
% 27.64/27.88  Current number of equations to process: 514
% 27.64/27.88  Current number of ordered equations: 0
% 27.64/27.88  Current number of rules: 981
% 27.64/27.88  New rule produced :
% 27.64/27.88  [999] theorem(or(not(or(not(or(A,B)),C)),or(not(or(B,A)),C))) -> true
% 27.64/27.88  Current number of equations to process: 514
% 27.64/27.88  Current number of ordered equations: 0
% 27.64/27.88  Current number of rules: 982
% 27.64/27.88  New rule produced :
% 27.64/27.88  [1000] theorem(or(A,or(not(or(B,not(or(C,X)))),or(not(or(X,C)),B)))) -> true
% 27.64/27.88  Current number of equations to process: 516
% 27.64/27.88  Current number of ordered equations: 0
% 27.64/27.88  Current number of rules: 983
% 27.64/27.88  New rule produced :
% 27.64/27.88  [1001] theorem(or(or(or(not(or(or(A,B),or(A,B))),B),A),C)) -> true
% 27.64/27.88  Current number of equations to process: 518
% 27.64/27.88  Current number of ordered equations: 0
% 27.64/27.88  Current number of rules: 984
% 27.64/27.88  New rule produced :
% 27.64/27.88  [1002] theorem(or(or(not(or(or(A,B),or(A,B))),B),or(C,A))) -> true
% 27.64/27.88  Current number of equations to process: 517
% 27.64/27.88  Current number of ordered equations: 0
% 27.64/27.88  Current number of rules: 985
% 27.64/27.88  New rule produced :
% 27.64/27.88  [1003] theorem(or(A,or(B,or(or(not(or(or(C,X),or(C,X))),X),C)))) -> true
% 27.64/27.88  Current number of equations to process: 519
% 27.64/27.88  Current number of ordered equations: 0
% 27.64/27.88  Current number of rules: 986
% 27.64/27.88  New rule produced :
% 27.64/27.88  [1004] theorem(or(or(not(or(A,B)),or(not(or(C,not(or(B,A)))),C)),X)) -> true
% 27.64/27.88  Current number of equations to process: 520
% 27.64/27.88  Current number of ordered equations: 0
% 27.64/27.88  Current number of rules: 987
% 27.64/27.88  New rule produced :
% 27.64/27.88  [1005] theorem(or(A,or(or(B,or(not(or(or(B,C),or(B,C))),C)),X))) -> true
% 27.64/27.88  Current number of equations to process: 525
% 27.64/27.88  Current number of ordered equations: 0
% 27.64/27.88  Current number of rules: 988
% 27.64/27.88  New rule produced :
% 27.64/27.88  [1006] theorem(or(or(A,or(not(or(or(B,C),or(B,C))),C)),B)) -> true
% 27.64/27.88  Current number of equations to process: 529
% 27.64/27.88  Current number of ordered equations: 0
% 27.64/27.88  Current number of rules: 989
% 27.64/27.88  New rule produced :
% 27.64/27.88  [1007] theorem(or(A,or(B,or(C,or(not(or(or(B,X),or(B,X))),X))))) -> true
% 27.64/27.88  Current number of equations to process: 532
% 27.64/27.88  Current number of ordered equations: 0
% 27.64/27.88  Current number of rules: 990
% 27.64/27.88  New rule produced :
% 27.64/27.88  [1008] theorem(or(or(or(not(or(A,or(B,C))),or(A,C)),B),X)) -> true
% 27.64/27.88  Current number of equations to process: 534
% 27.64/27.88  Current number of ordered equations: 0
% 27.64/27.88  Current number of rules: 991
% 27.64/27.88  New rule produced :
% 27.64/27.88  [1009] theorem(or(or(not(or(A,or(B,C))),or(A,C)),or(X,B))) -> true
% 27.64/27.88  Current number of equations to process: 533
% 27.64/27.88  Current number of ordered equations: 0
% 27.64/27.88  Current number of rules: 992
% 27.64/27.88  New rule produced :
% 27.64/27.88  [1010] theorem(or(A,or(B,or(or(not(or(C,or(X,Y))),or(C,Y)),X)))) -> true
% 27.64/27.88  Current number of equations to process: 535
% 27.64/27.88  Current number of ordered equations: 0
% 27.64/27.88  Current number of rules: 993
% 27.64/27.88  New rule produced :
% 27.64/27.88  [1011] theorem(or(or(A,or(B,or(not(or(or(B,C),or(B,C))),C))),X)) -> true
% 27.64/27.88  Current number of equations to process: 536
% 27.64/27.88  Current number of ordered equations: 0
% 27.64/27.88  Current number of rules: 994
% 27.64/27.88  New rule produced :
% 27.64/27.88  [1012] theorem(or(or(or(not(or(A,or(or(B,C),X))),or(A,X)),C),B)) -> true
% 27.64/27.88  Current number of equations to process: 544
% 27.64/27.88  Current number of ordered equations: 0
% 27.64/27.88  Current number of rules: 995
% 27.64/27.88  New rule produced :
% 27.64/27.88  [1013] theorem(or(A,or(or(B,or(not(or(C,or(B,X))),or(C,X))),Y))) -> true
% 27.64/27.88  Current number of equations to process: 549
% 27.64/27.88  Current number of ordered equations: 0
% 27.64/27.88  Current number of rules: 996
% 27.64/27.88  New rule produced :
% 27.64/27.88  [1014] theorem(or(or(A,or(not(or(B,or(C,X))),or(B,X))),C)) -> true
% 27.64/27.88  Current number of equations to process: 553
% 27.64/27.88  Current number of ordered equations: 0
% 27.64/27.88  Current number of rules: 997
% 27.64/27.88  New rule produced :
% 27.64/27.88  [1015] theorem(or(A,or(B,or(C,or(not(or(X,or(B,Y))),or(X,Y)))))) -> true
% 27.64/27.88  Current number of equations to process: 556
% 27.64/27.88  Current number of ordered equations: 0
% 27.64/27.88  Current number of rules: 998
% 29.55/29.85  New rule produced :
% 29.55/29.85  [1016] theorem(or(or(A,or(B,or(not(or(C,or(B,X))),or(C,X)))),Y)) -> true
% 29.55/29.85  Current number of equations to process: 557
% 29.55/29.85  Current number of ordered equations: 0
% 29.55/29.85  Current number of rules: 999
% 29.55/29.85  New rule produced :
% 29.55/29.85  [1017] theorem(or(not(or(not(A),B)),or(not(or(A,A)),or(C,B)))) -> true
% 29.55/29.85  Current number of equations to process: 566
% 29.55/29.85  Current number of ordered equations: 0
% 29.55/29.85  Current number of rules: 1000
% 29.55/29.85  New rule produced :
% 29.55/29.85  [1018] theorem(or(or(not(or(A,A)),or(B,C)),not(or(B,or(not(A),C))))) -> true
% 29.55/29.85  Current number of equations to process: 566
% 29.55/29.85  Current number of ordered equations: 0
% 29.55/29.85  Current number of rules: 1001
% 29.55/29.85  New rule produced :
% 29.55/29.85  [1019] theorem(or(not(or(or(not(A),B),C)),or(not(or(A,A)),or(C,B)))) -> true
% 29.55/29.85  Current number of equations to process: 565
% 29.55/29.85  Current number of ordered equations: 0
% 29.55/29.85  Current number of rules: 1002
% 29.55/29.85  New rule produced :
% 29.55/29.85  [1020] theorem(or(not(or(not(or(A,B)),C)),or(not(B),or(X,C)))) -> true
% 29.55/29.85  Current number of equations to process: 574
% 29.55/29.85  Current number of ordered equations: 0
% 29.55/29.85  Current number of rules: 1003
% 29.64/29.87  New rule produced :
% 29.64/29.87  [1021] theorem(or(or(not(A),or(B,C)),not(or(B,or(not(or(X,A)),C))))) -> true
% 29.64/29.87  Current number of equations to process: 574
% 29.64/29.87  Current number of ordered equations: 0
% 29.64/29.87  Current number of rules: 1004
% 29.64/29.87  New rule produced :
% 29.64/29.87  [1022] theorem(or(not(or(or(not(or(A,B)),C),X)),or(not(B),or(X,C)))) -> true
% 29.64/29.87  Current number of equations to process: 573
% 29.64/29.87  Current number of ordered equations: 0
% 29.64/29.87  Current number of rules: 1005
% 29.64/29.87  New rule produced :
% 29.64/29.87  [1023] theorem(or(or(or(not(or(not(A),B)),or(C,B)),not(or(C,A))),X)) -> true
% 29.64/29.87  Current number of equations to process: 578
% 29.64/29.87  Current number of ordered equations: 0
% 29.64/29.87  Current number of rules: 1006
% 29.64/29.87  New rule produced :
% 29.64/29.87  [1024] theorem(or(or(not(or(not(A),B)),or(C,B)),or(X,not(or(C,A))))) -> true
% 29.64/29.87  Current number of equations to process: 577
% 29.64/29.87  Current number of ordered equations: 0
% 29.64/29.87  Current number of rules: 1007
% 29.64/29.87  New rule produced :
% 29.64/29.87  [1025] theorem(or(A,or(or(not(or(not(B),C)),or(X,C)),not(or(B,X))))) -> true
% 29.64/29.87  Current number of equations to process: 581
% 29.64/29.87  Current number of ordered equations: 0
% 29.64/29.87  Current number of rules: 1008
% 29.64/29.87  New rule produced :
% 29.64/29.87  [1026] theorem(or(or(not(or(A,B)),or(B,C)),not(or(not(A),C)))) -> true
% 29.64/29.87  Current number of equations to process: 584
% 29.64/29.87  Current number of ordered equations: 0
% 29.64/29.87  Current number of rules: 1009
% 29.64/29.87  New rule produced :
% 29.64/29.87  [1027] theorem(or(not(or(A,not(B))),or(not(or(B,C)),or(C,A)))) -> true
% 29.64/29.87  Current number of equations to process: 584
% 29.64/29.87  Current number of ordered equations: 0
% 29.64/29.87  Current number of rules: 1010
% 29.64/29.87  New rule produced :
% 29.64/29.87  [1028] theorem(or(A,or(not(or(not(B),C)),or(not(or(B,X)),or(X,C))))) -> true
% 29.64/29.87  Current number of equations to process: 586
% 29.64/29.87  Current number of ordered equations: 0
% 29.64/29.87  Current number of rules: 1011
% 29.64/29.87  New rule produced :
% 29.64/29.87  [1029] theorem(or(or(not(or(A,B)),or(not(or(not(A),C)),or(B,C))),X)) -> true
% 29.64/29.87  Current number of equations to process: 588
% 29.64/29.87  Current number of ordered equations: 0
% 29.64/29.87  Current number of rules: 1012
% 29.64/29.87  New rule produced :
% 29.64/29.87  [1030] theorem(or(not(or(A,B)),or(C,or(not(or(not(A),X)),or(B,X))))) -> true
% 29.64/29.87  Current number of equations to process: 587
% 29.64/29.87  Current number of ordered equations: 0
% 29.64/29.87  Current number of rules: 1013
% 29.64/29.87  New rule produced :
% 29.64/29.87  [1031] theorem(or(or(A,or(B,C)),not(or(B,or(C,C))))) -> true
% 29.64/29.87  Current number of equations to process: 591
% 29.64/29.87  Current number of ordered equations: 0
% 29.64/29.87  Current number of rules: 1014
% 29.64/29.87  New rule produced :
% 29.64/29.87  [1032] theorem(or(not(or(or(A,A),B)),or(C,or(B,A)))) -> true
% 29.64/29.87  Current number of equations to process: 592
% 29.64/29.87  Current number of ordered equations: 0
% 29.64/29.87  Current number of rules: 1015
% 29.64/29.87  New rule produced :
% 29.64/29.87  [1033] theorem(or(A,or(not(or(B,or(C,C))),or(X,or(B,C))))) -> true
% 29.64/29.87  Current number of equations to process: 591
% 29.64/29.87  Current number of ordered equations: 0
% 29.64/29.87  Current number of rules: 1016
% 29.64/29.87  New rule produced :
% 29.64/29.87  [1034] theorem(or(not(or(A,or(B,or(C,C)))),or(A,or(X,or(B,C))))) -> true
% 29.64/29.87  Current number of equations to process: 592
% 29.64/29.87  Current number of ordered equations: 0
% 29.64/29.87  Current number of rules: 1017
% 29.64/29.87  New rule produced :
% 29.64/29.87  [1035] theorem(or(A,or(or(B,or(C,X)),not(or(B,or(C,or(X,X))))))) -> true
% 29.64/29.87  Current number of equations to process: 595
% 29.64/29.87  Current number of ordered equations: 0
% 31.04/31.30  Current number of rules: 1018
% 31.04/31.30  New rule produced :
% 31.04/31.30  [1036] theorem(or(or(not(or(A,or(B,or(C,C)))),or(B,C)),A)) -> true
% 31.04/31.30  Current number of equations to process: 599
% 31.04/31.30  Current number of ordered equations: 0
% 31.04/31.30  Current number of rules: 1019
% 31.04/31.30  New rule produced :
% 31.04/31.30  [1037] theorem(or(A,or(B,or(not(or(B,or(C,or(X,X)))),or(C,X))))) -> true
% 31.04/31.30  Current number of equations to process: 601
% 31.04/31.30  Current number of ordered equations: 0
% 31.04/31.30  Current number of rules: 1020
% 31.04/31.30  New rule produced :
% 31.04/31.30  [1038] theorem(or(or(A,or(B,C)),not(or(or(B,or(C,C)),A)))) -> true
% 31.04/31.30  Current number of equations to process: 605
% 31.04/31.30  Current number of ordered equations: 0
% 31.04/31.30  Current number of rules: 1021
% 31.04/31.30  New rule produced :
% 31.04/31.30  [1039] theorem(or(A,or(not(or(or(B,or(C,C)),A)),or(B,C)))) -> true
% 31.04/31.30  Current number of equations to process: 604
% 31.04/31.30  Current number of ordered equations: 0
% 31.04/31.30  Current number of rules: 1022
% 31.04/31.30  New rule produced :
% 31.04/31.30  [1040] theorem(or(A,or(not(or(or(B,or(C,C)),X)),or(X,or(B,C))))) -> true
% 31.04/31.30  Current number of equations to process: 603
% 31.04/31.30  Current number of ordered equations: 0
% 31.04/31.30  Current number of rules: 1023
% 31.04/31.30  New rule produced :
% 31.04/31.30  [1041] theorem(or(or(or(A,B),not(or(A,or(B,B)))),C)) -> true
% 31.04/31.30  Current number of equations to process: 607
% 31.04/31.30  Current number of ordered equations: 0
% 31.04/31.30  Current number of rules: 1024
% 31.04/31.30  New rule produced :
% 31.04/31.30  [1042] theorem(or(or(A,B),or(C,not(or(A,or(B,B)))))) -> true
% 31.04/31.30  Current number of equations to process: 607
% 31.04/31.30  Current number of ordered equations: 0
% 31.04/31.30  Current number of rules: 1025
% 31.04/31.30  New rule produced :
% 31.04/31.30  [1043] theorem(or(A,or(B,or(or(C,X),not(or(C,or(X,X))))))) -> true
% 31.04/31.30  Current number of equations to process: 606
% 31.04/31.30  Current number of ordered equations: 0
% 31.04/31.30  Current number of rules: 1026
% 31.04/31.30  New rule produced :
% 31.04/31.30  [1044]
% 31.04/31.30  ifeq(axiom(or(A,or(or(B,C),not(or(B,or(C,C)))))),true,true,true) -> true
% 31.04/31.30  Current number of equations to process: 605
% 31.04/31.30  Current number of ordered equations: 0
% 31.04/31.30  Current number of rules: 1027
% 31.04/31.30  New rule produced :
% 31.04/31.30  [1045] ifeq(axiom(or(or(not(or(A,or(B,B))),B),A)),true,true,true) -> true
% 31.04/31.30  Current number of equations to process: 606
% 31.04/31.30  Current number of ordered equations: 0
% 31.04/31.30  Current number of rules: 1028
% 31.04/31.30  New rule produced :
% 31.04/31.30  [1046] theorem(or(A,or(or(not(or(B,or(C,C))),C),B))) -> true
% 31.04/31.30  Current number of equations to process: 607
% 31.04/31.30  Current number of ordered equations: 0
% 31.04/31.30  Current number of rules: 1029
% 31.04/31.30  New rule produced :
% 31.04/31.30  [1047] theorem(or(A,or(or(not(or(or(A,B),or(C,C))),C),B))) -> true
% 31.04/31.30  Current number of equations to process: 609
% 31.04/31.30  Current number of ordered equations: 0
% 31.04/31.30  Current number of rules: 1030
% 31.04/31.30  New rule produced :
% 31.04/31.30  [1048] theorem(or(or(A,or(not(or(A,or(B,B))),B)),C)) -> true
% 31.04/31.30  Current number of equations to process: 610
% 31.04/31.30  Current number of ordered equations: 0
% 31.04/31.30  Current number of rules: 1031
% 31.04/31.30  New rule produced :
% 31.04/31.30  [1049] theorem(or(A,or(B,or(not(or(A,or(C,C))),C)))) -> true
% 31.04/31.30  Current number of equations to process: 610
% 31.04/31.30  Current number of ordered equations: 0
% 31.04/31.30  Current number of rules: 1032
% 31.04/31.30  New rule produced :
% 31.04/31.30  [1050] theorem(or(A,or(B,or(C,or(not(or(C,or(X,X))),X))))) -> true
% 31.04/31.30  Current number of equations to process: 609
% 31.04/31.30  Current number of ordered equations: 0
% 31.04/31.30  Current number of rules: 1033
% 31.04/31.30  New rule produced :
% 31.04/31.30  [1051]
% 31.04/31.30  ifeq(axiom(or(A,or(B,or(not(or(B,or(C,C))),C)))),true,true,true) -> true
% 31.04/31.30  Current number of equations to process: 610
% 31.04/31.30  Current number of ordered equations: 0
% 31.04/31.30  Current number of rules: 1034
% 31.04/31.30  New rule produced :
% 31.04/31.30  [1052] theorem(or(or(not(or(not(A),or(B,B))),B),not(or(A,A)))) -> true
% 31.04/31.30  Current number of equations to process: 614
% 31.04/31.30  Current number of ordered equations: 0
% 31.04/31.30  Current number of rules: 1035
% 31.04/31.30  New rule produced :
% 31.04/31.30  [1053] theorem(or(not(or(not(A),or(B,B))),or(not(or(A,A)),B))) -> true
% 31.04/31.30  Current number of equations to process: 613
% 31.04/31.30  Current number of ordered equations: 0
% 31.04/31.30  Current number of rules: 1036
% 31.04/31.30  New rule produced :
% 31.04/31.30  [1054] theorem(or(A,or(not(or(B,B)),or(not(or(not(B),or(C,C))),C)))) -> true
% 31.04/31.30  Current number of equations to process: 614
% 31.04/31.30  Current number of ordered equations: 0
% 31.04/31.30  Current number of rules: 1037
% 31.04/31.30  New rule produced :
% 31.04/31.30  [1055] theorem(or(or(not(or(not(or(A,B)),or(C,C))),C),not(B))) -> true
% 31.04/31.30  Current number of equations to process: 619
% 31.04/31.30  Current number of ordered equations: 0
% 31.04/31.30  Current number of rules: 1038
% 31.04/31.30  New rule produced :
% 31.04/31.30  [1056] theorem(or(not(or(not(or(A,B)),or(C,C))),or(not(B),C))) -> true
% 32.48/32.73  Current number of equations to process: 618
% 32.48/32.73  Current number of ordered equations: 0
% 32.48/32.73  Current number of rules: 1039
% 32.48/32.73  New rule produced :
% 32.48/32.73  [1057] theorem(or(A,or(or(not(or(B,or(C,C))),or(B,C)),X))) -> true
% 32.48/32.73  Current number of equations to process: 621
% 32.48/32.73  Current number of ordered equations: 0
% 32.48/32.73  Current number of rules: 1040
% 32.48/32.73  New rule produced :
% 32.48/32.73  [1058] theorem(or(A,or(not(B),or(not(or(not(or(C,B)),or(X,X))),X)))) -> true
% 32.48/32.73  Current number of equations to process: 623
% 32.48/32.73  Current number of ordered equations: 0
% 32.48/32.73  Current number of rules: 1041
% 32.48/32.73  New rule produced :
% 32.48/32.73  [1059] theorem(or(not(or(A,A)),or(not(or(not(or(B,A)),or(C,C))),C))) -> true
% 32.48/32.73  Current number of equations to process: 622
% 32.48/32.73  Current number of ordered equations: 0
% 32.48/32.73  Current number of rules: 1042
% 32.48/32.73  New rule produced :
% 32.48/32.73  [1060] theorem(or(not(A),or(not(or(not(or(B,or(C,A))),or(X,X))),X))) -> true
% 32.48/32.73  Current number of equations to process: 621
% 32.48/32.73  Current number of ordered equations: 0
% 32.48/32.73  Current number of rules: 1043
% 32.48/32.73  New rule produced :
% 32.48/32.73  [1061]
% 32.48/32.73  ifeq(axiom(or(or(not(or(A,or(B,B))),or(A,B)),C)),true,true,true) -> true
% 32.48/32.73  Current number of equations to process: 620
% 32.48/32.73  Current number of ordered equations: 0
% 32.48/32.73  Current number of rules: 1044
% 32.48/32.73  New rule produced :
% 32.48/32.73  [1062] theorem(or(or(A,or(not(or(B,or(C,C))),or(B,C))),X)) -> true
% 32.48/32.73  Current number of equations to process: 621
% 32.48/32.73  Current number of ordered equations: 0
% 32.48/32.73  Current number of rules: 1045
% 32.48/32.73  New rule produced :
% 32.48/32.73  [1063] theorem(or(A,or(B,or(C,or(not(or(X,or(Y,Y))),or(X,Y)))))) -> true
% 32.48/32.73  Current number of equations to process: 622
% 32.48/32.73  Current number of ordered equations: 0
% 32.48/32.73  Current number of rules: 1046
% 32.48/32.73  New rule produced :
% 32.48/32.73  [1064] theorem(or(or(A,or(B,C)),not(or(A,or(or(C,C),B))))) -> true
% 32.48/32.73  Current number of equations to process: 626
% 32.48/32.73  Current number of ordered equations: 0
% 32.48/32.73  Current number of rules: 1047
% 32.48/32.73  New rule produced :
% 32.48/32.73  [1065] theorem(or(A,or(not(or(A,or(or(B,B),C))),or(C,B)))) -> true
% 32.48/32.73  Current number of equations to process: 625
% 32.48/32.73  Current number of ordered equations: 0
% 32.48/32.73  Current number of rules: 1048
% 32.48/32.73  New rule produced :
% 32.48/32.73  [1066] theorem(or(not(or(or(or(A,A),B),C)),or(C,or(B,A)))) -> true
% 32.48/32.73  Current number of equations to process: 625
% 32.48/32.73  Current number of ordered equations: 0
% 32.48/32.73  Current number of rules: 1049
% 32.48/32.73  New rule produced :
% 32.48/32.73  [1067] ifeq(axiom(or(or(A,B),not(or(or(B,B),A)))),true,true,true) -> true
% 32.48/32.73  Current number of equations to process: 626
% 32.48/32.73  Current number of ordered equations: 0
% 32.48/32.73  Current number of rules: 1050
% 32.48/32.73  New rule produced :
% 32.48/32.73  [1068] theorem(or(A,or(or(B,C),not(or(or(C,C),B))))) -> true
% 32.48/32.73  Current number of equations to process: 626
% 32.48/32.73  Current number of ordered equations: 0
% 32.48/32.73  Current number of rules: 1051
% 32.48/32.73  New rule produced :
% 32.48/32.73  [1069] ifeq(axiom(or(A,or(not(or(or(B,B),A)),B))),true,true,true) -> true
% 32.48/32.73  Current number of equations to process: 628
% 32.48/32.73  Current number of ordered equations: 0
% 32.48/32.73  Current number of rules: 1052
% 32.48/32.73  New rule produced : [1070] theorem(or(or(not(or(or(A,A),B)),A),B)) -> true
% 32.48/32.73  Current number of equations to process: 630
% 32.48/32.73  Current number of ordered equations: 0
% 32.48/32.73  Current number of rules: 1053
% 32.48/32.73  New rule produced :
% 32.48/32.73  [1071] theorem(or(A,or(B,or(not(or(or(C,C),B)),C)))) -> true
% 32.48/32.73  Current number of equations to process: 631
% 32.48/32.73  Current number of ordered equations: 0
% 32.48/32.73  Current number of rules: 1054
% 32.48/32.73  New rule produced :
% 32.48/32.73  [1072] theorem(or(not(or(A,A)),or(not(or(or(B,B),not(A))),B))) -> true
% 32.48/32.73  Current number of equations to process: 634
% 32.48/32.73  Current number of ordered equations: 0
% 32.48/32.73  Current number of rules: 1055
% 32.48/32.73  New rule produced :
% 32.48/32.73  [1073] theorem(or(not(A),or(not(or(or(B,B),not(or(C,A)))),B))) -> true
% 32.48/32.73  Current number of equations to process: 633
% 32.48/32.73  Current number of ordered equations: 0
% 32.48/32.73  Current number of rules: 1056
% 32.48/32.73  New rule produced :
% 32.48/32.73  [1074] theorem(or(or(not(or(or(A,A),B)),or(B,A)),C)) -> true
% 32.48/32.73  Current number of equations to process: 634
% 32.48/32.73  Current number of ordered equations: 0
% 32.48/32.73  Current number of rules: 1057
% 32.48/32.73  New rule produced :
% 32.48/32.73  [1075] theorem(or(A,or(B,or(not(or(or(C,C),X)),or(X,C))))) -> true
% 32.48/32.73  Current number of equations to process: 633
% 32.48/32.73  Current number of ordered equations: 0
% 32.48/32.73  Current number of rules: 1058
% 32.48/32.73  New rule produced :
% 32.48/32.73  [1076] theorem(or(A,or(not(or(B,or(or(C,C),X))),or(B,or(X,C))))) -> true
% 34.43/34.65  Current number of equations to process: 635
% 34.43/34.65  Current number of ordered equations: 0
% 34.43/34.65  Current number of rules: 1059
% 34.43/34.65  New rule produced :
% 34.43/34.65  [1077] theorem(or(not(or(A,B)),or(A,or(not(or(or(C,C),not(B))),C)))) -> true
% 34.43/34.65  Current number of equations to process: 634
% 34.43/34.65  Current number of ordered equations: 0
% 34.43/34.65  Current number of rules: 1060
% 34.43/34.65  New rule produced :
% 34.43/34.65  [1078] theorem(or(not(or(A,B)),or(not(or(or(C,C),not(or(B,A)))),C))) -> true
% 34.43/34.65  Current number of equations to process: 633
% 34.43/34.65  Current number of ordered equations: 0
% 34.43/34.65  Current number of rules: 1061
% 34.43/34.65  New rule produced :
% 34.43/34.65  [1079]
% 34.43/34.65  ifeq(axiom(or(A,or(not(or(or(B,B),C)),or(C,B)))),true,true,true) -> true
% 34.43/34.65  Current number of equations to process: 632
% 34.43/34.65  Current number of ordered equations: 0
% 34.43/34.65  Current number of rules: 1062
% 34.43/34.65  New rule produced :
% 34.43/34.65  [1080] theorem(or(or(not(or(A,or(B,or(C,C)))),or(A,or(B,C))),X)) -> true
% 34.43/34.65  Current number of equations to process: 631
% 34.43/34.65  Current number of ordered equations: 0
% 34.43/34.65  Current number of rules: 1063
% 34.43/34.65  New rule produced :
% 34.43/34.65  [1081] theorem(or(not(or(A,or(B,or(C,C)))),or(X,or(A,or(B,C))))) -> true
% 34.43/34.65  Current number of equations to process: 630
% 34.43/34.65  Current number of ordered equations: 0
% 34.43/34.65  Current number of rules: 1064
% 34.43/34.65  New rule produced :
% 34.43/34.65  [1082] theorem(or(or(A,or(not(or(not(B),or(C,C))),C)),not(or(A,B)))) -> true
% 34.43/34.65  Current number of equations to process: 637
% 34.43/34.65  Current number of ordered equations: 0
% 34.43/34.65  Current number of rules: 1065
% 34.43/34.65  New rule produced :
% 34.43/34.65  [1083] theorem(or(A,or(not(or(A,B)),or(not(or(not(B),or(C,C))),C)))) -> true
% 34.43/34.65  Current number of equations to process: 636
% 34.43/34.65  Current number of ordered equations: 0
% 34.43/34.65  Current number of rules: 1066
% 34.43/34.65  New rule produced :
% 34.43/34.65  [1084] theorem(or(not(or(A,B)),or(B,or(not(or(not(A),or(C,C))),C)))) -> true
% 34.43/34.65  Current number of equations to process: 635
% 34.43/34.65  Current number of ordered equations: 0
% 34.43/34.65  Current number of rules: 1067
% 34.43/34.65  New rule produced :
% 34.43/34.65  [1085] theorem(or(not(A),or(not(or(not(or(A,B)),or(C,C))),C))) -> true
% 34.43/34.65  Current number of equations to process: 642
% 34.43/34.65  Current number of ordered equations: 0
% 34.43/34.65  Current number of rules: 1068
% 34.43/34.65  New rule produced :
% 34.43/34.65  [1086] theorem(or(or(not(or(not(or(A,B)),or(C,C))),C),not(or(B,A)))) -> true
% 34.43/34.65  Current number of equations to process: 641
% 34.43/34.65  Current number of ordered equations: 0
% 34.43/34.65  Current number of rules: 1069
% 34.43/34.65  New rule produced :
% 34.43/34.65  [1087] theorem(or(not(or(not(or(A,B)),or(C,C))),or(not(or(B,A)),C))) -> true
% 34.43/34.65  Current number of equations to process: 640
% 34.43/34.65  Current number of ordered equations: 0
% 34.43/34.65  Current number of rules: 1070
% 34.43/34.65  New rule produced :
% 34.43/34.65  [1088] theorem(or(or(A,B),not(or(or(or(B,B),A),or(or(B,B),A))))) -> true
% 34.43/34.65  Current number of equations to process: 646
% 34.43/34.65  Current number of ordered equations: 0
% 34.43/34.65  Current number of rules: 1071
% 34.43/34.65  New rule produced :
% 34.43/34.65  [1089] theorem(or(A,or(not(or(or(or(B,B),A),or(or(B,B),A))),B))) -> true
% 34.43/34.65  Current number of equations to process: 645
% 34.43/34.65  Current number of ordered equations: 0
% 34.43/34.65  Current number of rules: 1072
% 34.43/34.65  New rule produced :
% 34.43/34.65  [1090] theorem(or(A,or(or(B,or(C,or(X,Y))),not(or(B,or(C,Y)))))) -> true
% 34.43/34.65  Current number of equations to process: 650
% 34.43/34.65  Current number of ordered equations: 0
% 34.43/34.65  Current number of rules: 1073
% 34.43/34.65  New rule produced :
% 34.43/34.65  [1091] theorem(or(or(not(or(A,or(B,C))),or(B,or(X,C))),A)) -> true
% 34.43/34.65  Current number of equations to process: 654
% 34.43/34.65  Current number of ordered equations: 0
% 34.43/34.65  Current number of rules: 1074
% 34.43/34.65  New rule produced :
% 34.43/34.65  [1092] theorem(or(A,or(B,or(not(or(B,or(C,X))),or(C,or(Y,X)))))) -> true
% 34.43/34.65  Current number of equations to process: 656
% 34.43/34.65  Current number of ordered equations: 0
% 34.43/34.65  Current number of rules: 1075
% 34.43/34.65  New rule produced :
% 34.43/34.65  [1093] theorem(or(or(A,or(B,or(C,X))),not(or(or(B,X),A)))) -> true
% 34.43/34.65  Current number of equations to process: 660
% 34.43/34.65  Current number of ordered equations: 0
% 34.43/34.65  Current number of rules: 1076
% 34.43/34.65  New rule produced :
% 34.43/34.65  [1094] theorem(or(A,or(not(or(or(B,C),A)),or(B,or(X,C))))) -> true
% 34.43/34.65  Current number of equations to process: 659
% 34.43/34.65  Current number of ordered equations: 0
% 34.43/34.65  Current number of rules: 1077
% 34.43/34.65  New rule produced :
% 34.43/34.65  [1095] theorem(or(A,or(not(or(or(B,C),X)),or(X,or(B,or(Y,C)))))) -> true
% 34.43/34.65  Current number of equations to process: 658
% 34.43/34.65  Current number of ordered equations: 0
% 34.43/34.65  Current number of rules: 1078
% 34.43/34.65  New rule produced :
% 34.43/34.65  [1096] theorem(or(or(or(A,or(B,C)),not(or(A,C))),X)) -> true
% 36.13/36.37  Current number of equations to process: 662
% 36.13/36.37  Current number of ordered equations: 0
% 36.13/36.37  Current number of rules: 1079
% 36.13/36.37  New rule produced :
% 36.13/36.37  [1097] theorem(or(or(A,or(B,C)),or(X,not(or(A,C))))) -> true
% 36.13/36.37  Current number of equations to process: 662
% 36.13/36.37  Current number of ordered equations: 0
% 36.13/36.37  Current number of rules: 1080
% 36.13/36.37  New rule produced :
% 36.13/36.37  [1098] theorem(or(A,or(B,or(or(C,or(X,Y)),not(or(C,Y)))))) -> true
% 36.13/36.37  Current number of equations to process: 661
% 36.13/36.37  Current number of ordered equations: 0
% 36.13/36.37  Current number of rules: 1081
% 36.13/36.37  New rule produced :
% 36.13/36.37  [1099]
% 36.13/36.37  ifeq(axiom(or(A,or(or(B,or(C,X)),not(or(B,X))))),true,true,true) -> true
% 36.13/36.37  Current number of equations to process: 660
% 36.13/36.37  Current number of ordered equations: 0
% 36.13/36.37  Current number of rules: 1082
% 36.13/36.37  New rule produced :
% 36.13/36.37  [1100] ifeq(axiom(or(or(not(or(A,B)),or(C,B)),A)),true,true,true) -> true
% 36.13/36.37  Current number of equations to process: 661
% 36.13/36.37  Current number of ordered equations: 0
% 36.13/36.37  Current number of rules: 1083
% 36.13/36.37  New rule produced :
% 36.13/36.37  [1101] theorem(or(A,or(or(not(or(B,C)),or(X,C)),B))) -> true
% 36.13/36.37  Current number of equations to process: 662
% 36.13/36.37  Current number of ordered equations: 0
% 36.13/36.37  Current number of rules: 1084
% 36.13/36.37  New rule produced :
% 36.13/36.37  [1102] theorem(or(A,or(or(not(or(or(A,B),C)),or(X,C)),B))) -> true
% 36.13/36.37  Current number of equations to process: 664
% 36.13/36.37  Current number of ordered equations: 0
% 36.13/36.37  Current number of rules: 1085
% 36.13/36.37  New rule produced :
% 36.13/36.37  [1103] theorem(or(or(A,or(not(or(A,B)),or(C,B))),X)) -> true
% 36.13/36.37  Current number of equations to process: 665
% 36.13/36.37  Current number of ordered equations: 0
% 36.13/36.37  Current number of rules: 1086
% 36.13/36.37  New rule produced :
% 36.13/36.37  [1104] theorem(or(A,or(B,or(not(or(A,C)),or(X,C))))) -> true
% 36.13/36.37  Current number of equations to process: 665
% 36.13/36.37  Current number of ordered equations: 0
% 36.13/36.37  Current number of rules: 1087
% 36.13/36.37  New rule produced :
% 36.13/36.37  [1105] theorem(or(A,or(B,or(C,or(not(or(C,X)),or(Y,X)))))) -> true
% 36.13/36.37  Current number of equations to process: 664
% 36.13/36.37  Current number of ordered equations: 0
% 36.13/36.37  Current number of rules: 1088
% 36.13/36.37  New rule produced :
% 36.13/36.37  [1106]
% 36.13/36.37  ifeq(axiom(or(A,or(B,or(not(or(B,C)),or(X,C))))),true,true,true) -> true
% 36.13/36.37  Current number of equations to process: 665
% 36.13/36.37  Current number of ordered equations: 0
% 36.13/36.37  Current number of rules: 1089
% 36.13/36.37  New rule produced :
% 36.13/36.37  [1107] theorem(or(or(not(or(not(A),B)),or(C,B)),not(or(A,A)))) -> true
% 36.13/36.37  Current number of equations to process: 668
% 36.13/36.37  Current number of ordered equations: 0
% 36.13/36.37  Current number of rules: 1090
% 36.13/36.37  New rule produced :
% 36.13/36.37  [1108] theorem(or(A,or(not(or(B,B)),or(not(or(not(B),C)),or(X,C))))) -> true
% 36.13/36.37  Current number of equations to process: 669
% 36.13/36.37  Current number of ordered equations: 0
% 36.13/36.37  Current number of rules: 1091
% 36.13/36.37  New rule produced :
% 36.13/36.37  [1109] theorem(or(or(not(or(not(or(A,B)),C)),or(X,C)),not(B))) -> true
% 36.13/36.37  Current number of equations to process: 673
% 36.13/36.37  Current number of ordered equations: 0
% 36.13/36.37  Current number of rules: 1092
% 36.13/36.37  New rule produced :
% 36.13/36.37  [1110] theorem(or(A,or(or(not(or(B,C)),or(B,or(X,C))),Y))) -> true
% 36.13/36.37  Current number of equations to process: 676
% 36.13/36.37  Current number of ordered equations: 0
% 36.13/36.37  Current number of rules: 1093
% 36.13/36.37  New rule produced :
% 36.13/36.37  [1111] theorem(or(A,or(not(B),or(not(or(not(or(C,B)),X)),or(Y,X))))) -> true
% 36.13/36.37  Current number of equations to process: 678
% 36.13/36.37  Current number of ordered equations: 0
% 36.13/36.37  Current number of rules: 1094
% 36.13/36.37  New rule produced :
% 36.13/36.37  [1112] theorem(or(not(or(A,A)),or(not(or(not(or(B,A)),C)),or(X,C)))) -> true
% 36.13/36.37  Current number of equations to process: 677
% 36.13/36.37  Current number of ordered equations: 0
% 36.13/36.37  Current number of rules: 1095
% 36.13/36.37  New rule produced :
% 36.13/36.37  [1113] theorem(or(not(A),or(not(or(not(or(B,or(C,A))),X)),or(Y,X)))) -> true
% 36.13/36.37  Current number of equations to process: 676
% 36.13/36.37  Current number of ordered equations: 0
% 36.13/36.37  Current number of rules: 1096
% 36.13/36.37  New rule produced :
% 36.13/36.37  [1114]
% 36.13/36.37  ifeq(axiom(or(or(not(or(A,B)),or(A,or(C,B))),X)),true,true,true) -> true
% 36.13/36.37  Current number of equations to process: 675
% 36.13/36.37  Current number of ordered equations: 0
% 36.13/36.37  Current number of rules: 1097
% 36.13/36.37  New rule produced :
% 36.13/36.37  [1115] theorem(or(or(A,or(not(or(B,C)),or(B,or(X,C)))),Y)) -> true
% 36.13/36.37  Current number of equations to process: 676
% 36.13/36.37  Current number of ordered equations: 0
% 36.13/36.37  Current number of rules: 1098
% 36.13/36.37  New rule produced :
% 36.13/36.37  [1116] theorem(or(A,or(B,or(C,or(not(or(X,Y)),or(X,or(Z,Y))))))) -> true
% 37.67/37.93  Current number of equations to process: 677
% 37.67/37.93  Current number of ordered equations: 0
% 37.67/37.93  Current number of rules: 1099
% 37.67/37.93  New rule produced :
% 37.67/37.93  [1117] theorem(or(or(A,or(B,or(C,X))),not(or(A,or(X,B))))) -> true
% 37.67/37.93  Current number of equations to process: 681
% 37.67/37.93  Current number of ordered equations: 0
% 37.67/37.93  Current number of rules: 1100
% 37.67/37.93  New rule produced :
% 37.67/37.93  [1118] theorem(or(A,or(not(or(A,or(B,C))),or(C,or(X,B))))) -> true
% 37.67/37.93  Current number of equations to process: 680
% 37.67/37.93  Current number of ordered equations: 0
% 37.67/37.93  Current number of rules: 1101
% 37.67/37.93  New rule produced :
% 37.67/37.93  [1119] theorem(or(not(or(or(A,B),C)),or(C,or(B,or(X,A))))) -> true
% 37.67/37.93  Current number of equations to process: 680
% 37.67/37.93  Current number of ordered equations: 0
% 37.67/37.93  Current number of rules: 1102
% 37.67/37.93  New rule produced :
% 37.67/37.93  [1120] ifeq(axiom(or(or(A,or(B,C)),not(or(C,A)))),true,true,true) -> true
% 37.67/37.93  Current number of equations to process: 681
% 37.67/37.93  Current number of ordered equations: 0
% 37.67/37.93  Current number of rules: 1103
% 37.67/37.93  New rule produced :
% 37.67/37.93  [1121] theorem(or(A,or(or(B,or(C,X)),not(or(X,B))))) -> true
% 37.67/37.93  Current number of equations to process: 681
% 37.67/37.93  Current number of ordered equations: 0
% 37.67/37.93  Current number of rules: 1104
% 37.67/37.93  New rule produced :
% 37.67/37.93  [1122] ifeq(axiom(or(A,or(not(or(B,A)),or(C,B)))),true,true,true) -> true
% 37.67/37.93  Current number of equations to process: 683
% 37.67/37.93  Current number of ordered equations: 0
% 37.67/37.93  Current number of rules: 1105
% 37.67/37.93  New rule produced : [1123] theorem(or(or(not(or(A,B)),or(C,A)),B)) -> true
% 37.67/37.93  Current number of equations to process: 685
% 37.67/37.93  Current number of ordered equations: 0
% 37.67/37.93  Current number of rules: 1106
% 37.67/37.93  New rule produced :
% 37.67/37.93  [1124] theorem(or(A,or(B,or(not(or(C,B)),or(X,C))))) -> true
% 37.67/37.93  Current number of equations to process: 686
% 37.67/37.93  Current number of ordered equations: 0
% 37.67/37.93  Current number of rules: 1107
% 37.67/37.93  New rule produced :
% 37.67/37.93  [1125] theorem(or(not(or(A,A)),or(not(or(B,not(A))),or(C,B)))) -> true
% 37.67/37.93  Current number of equations to process: 689
% 37.67/37.93  Current number of ordered equations: 0
% 37.67/37.93  Current number of rules: 1108
% 37.67/37.93  New rule produced :
% 37.67/37.93  [1126] theorem(or(not(A),or(not(or(B,not(or(C,A)))),or(X,B)))) -> true
% 37.67/37.93  Current number of equations to process: 688
% 37.67/37.93  Current number of ordered equations: 0
% 37.67/37.93  Current number of rules: 1109
% 37.67/37.93  New rule produced :
% 37.67/37.93  [1127] theorem(or(or(not(or(A,B)),or(B,or(C,A))),X)) -> true
% 37.67/37.93  Current number of equations to process: 689
% 37.67/37.93  Current number of ordered equations: 0
% 37.67/37.93  Current number of rules: 1110
% 37.67/37.93  New rule produced :
% 37.67/37.93  [1128] theorem(or(A,or(B,or(not(or(C,X)),or(X,or(Y,C)))))) -> true
% 37.67/37.93  Current number of equations to process: 688
% 37.67/37.93  Current number of ordered equations: 0
% 37.67/37.93  Current number of rules: 1111
% 37.67/37.93  New rule produced :
% 37.67/37.93  [1129] theorem(or(A,or(not(or(B,or(C,X))),or(B,or(X,or(Y,C)))))) -> true
% 37.67/37.93  Current number of equations to process: 689
% 37.67/37.93  Current number of ordered equations: 0
% 37.67/37.93  Current number of rules: 1112
% 37.67/37.93  New rule produced :
% 37.67/37.93  [1130] theorem(or(not(or(A,B)),or(A,or(not(or(C,not(B))),or(X,C))))) -> true
% 37.67/37.93  Current number of equations to process: 688
% 37.67/37.93  Current number of ordered equations: 0
% 37.67/37.93  Current number of rules: 1113
% 37.67/37.93  New rule produced :
% 37.67/37.93  [1131] theorem(or(not(or(A,B)),or(not(or(C,not(or(B,A)))),or(X,C)))) -> true
% 37.67/37.93  Current number of equations to process: 687
% 37.67/37.93  Current number of ordered equations: 0
% 37.67/37.93  Current number of rules: 1114
% 37.67/37.93  New rule produced :
% 37.67/37.93  [1132]
% 37.67/37.93  ifeq(axiom(or(A,or(not(or(B,C)),or(C,or(X,B))))),true,true,true) -> true
% 37.67/37.93  Current number of equations to process: 686
% 37.67/37.93  Current number of ordered equations: 0
% 37.67/37.93  Current number of rules: 1115
% 37.67/37.93  New rule produced :
% 37.67/37.93  [1133] theorem(or(or(A,or(B,C)),not(or(or(C,A),or(C,A))))) -> true
% 37.67/37.93  Current number of equations to process: 690
% 37.67/37.93  Current number of ordered equations: 0
% 37.67/37.93  Current number of rules: 1116
% 37.67/37.93  New rule produced :
% 37.67/37.93  [1134] theorem(or(A,or(not(or(or(B,A),or(B,A))),or(C,B)))) -> true
% 37.67/37.93  Current number of equations to process: 689
% 37.67/37.93  Current number of ordered equations: 0
% 37.67/37.93  Current number of rules: 1117
% 37.67/37.93  New rule produced :
% 37.67/37.93  [1135] theorem(or(A,or(not(or(or(B,C),or(B,C))),or(C,or(X,B))))) -> true
% 37.67/37.93  Current number of equations to process: 691
% 37.67/37.93  Current number of ordered equations: 0
% 37.67/37.93  Current number of rules: 1118
% 37.67/37.93  New rule produced :
% 37.67/37.93  [1136] theorem(or(or(not(or(A,or(B,C))),or(A,or(B,or(X,C)))),Y)) -> true
% 37.67/37.93  Current number of equations to process: 690
% 39.94/40.15  Current number of ordered equations: 0
% 39.94/40.15  Current number of rules: 1119
% 39.94/40.15  New rule produced :
% 39.94/40.15  [1137] theorem(or(not(or(A,or(B,C))),or(X,or(A,or(B,or(Y,C)))))) -> true
% 39.94/40.15  Current number of equations to process: 689
% 39.94/40.15  Current number of ordered equations: 0
% 39.94/40.15  Current number of rules: 1120
% 39.94/40.15  New rule produced :
% 39.94/40.15  [1138] theorem(or(or(A,or(not(or(not(B),C)),or(X,C))),not(or(A,B)))) -> true
% 39.94/40.15  Current number of equations to process: 696
% 39.94/40.15  Current number of ordered equations: 0
% 39.94/40.15  Current number of rules: 1121
% 39.94/40.15  New rule produced :
% 39.94/40.15  [1139] theorem(or(A,or(not(or(A,B)),or(not(or(not(B),C)),or(X,C))))) -> true
% 39.94/40.15  Current number of equations to process: 695
% 39.94/40.15  Current number of ordered equations: 0
% 39.94/40.15  Current number of rules: 1122
% 39.94/40.15  New rule produced :
% 39.94/40.15  [1140] theorem(or(not(or(A,B)),or(B,or(not(or(not(A),C)),or(X,C))))) -> true
% 39.94/40.15  Current number of equations to process: 694
% 39.94/40.15  Current number of ordered equations: 0
% 39.94/40.15  Current number of rules: 1123
% 39.94/40.15  New rule produced :
% 39.94/40.15  [1141] theorem(or(not(A),or(not(or(not(or(A,B)),C)),or(X,C)))) -> true
% 39.94/40.15  Current number of equations to process: 701
% 39.94/40.15  Current number of ordered equations: 0
% 39.94/40.15  Current number of rules: 1124
% 39.94/40.15  New rule produced :
% 39.94/40.15  [1142] theorem(or(or(not(or(not(or(A,B)),C)),or(X,C)),not(or(B,A)))) -> true
% 39.94/40.15  Current number of equations to process: 700
% 39.94/40.15  Current number of ordered equations: 0
% 39.94/40.15  Current number of rules: 1125
% 39.94/40.15  New rule produced :
% 39.94/40.15  [1143] theorem(or(not(or(not(or(A,B)),C)),or(not(or(B,A)),or(X,C)))) -> true
% 39.94/40.15  Current number of equations to process: 699
% 39.94/40.15  Current number of ordered equations: 0
% 39.94/40.15  Current number of rules: 1126
% 39.94/40.15  New rule produced :
% 39.94/40.15  [1144] theorem(or(A,or(or(B,or(C,X)),not(or(or(B,X),or(B,X)))))) -> true
% 39.94/40.15  Current number of equations to process: 704
% 39.94/40.15  Current number of ordered equations: 0
% 39.94/40.15  Current number of rules: 1127
% 39.94/40.15  New rule produced :
% 39.94/40.15  [1145] theorem(or(or(not(or(or(A,B),or(A,B))),or(C,B)),A)) -> true
% 39.94/40.15  Current number of equations to process: 708
% 39.94/40.15  Current number of ordered equations: 0
% 39.94/40.15  Current number of rules: 1128
% 39.94/40.15  New rule produced :
% 39.94/40.15  [1146] theorem(or(A,or(B,or(not(or(or(B,C),or(B,C))),or(X,C))))) -> true
% 39.94/40.15  Current number of equations to process: 711
% 39.94/40.15  Current number of ordered equations: 0
% 39.94/40.15  Current number of rules: 1129
% 39.94/40.15  New rule produced :
% 39.94/40.15  [1147] theorem(or(or(or(A,or(B,C)),not(or(A,or(C,B)))),X)) -> true
% 39.94/40.15  Current number of equations to process: 713
% 39.94/40.15  Current number of ordered equations: 0
% 39.94/40.15  Current number of rules: 1130
% 39.94/40.15  New rule produced :
% 39.94/40.15  [1148] theorem(or(or(A,or(B,C)),or(X,not(or(A,or(C,B)))))) -> true
% 39.94/40.15  Current number of equations to process: 712
% 39.94/40.15  Current number of ordered equations: 0
% 39.94/40.15  Current number of rules: 1131
% 39.94/40.15  New rule produced :
% 39.94/40.15  [1149] theorem(or(A,or(or(not(or(B,or(C,X))),or(X,C)),B))) -> true
% 39.94/40.15  Current number of equations to process: 715
% 39.94/40.15  Current number of ordered equations: 0
% 39.94/40.15  Current number of rules: 1132
% 39.94/40.15  New rule produced :
% 39.94/40.15  [1150] theorem(or(A,or(B,or(or(C,or(X,Y)),not(or(C,or(Y,X))))))) -> true
% 39.94/40.15  Current number of equations to process: 717
% 39.94/40.15  Current number of ordered equations: 0
% 39.94/40.15  Current number of rules: 1133
% 39.94/40.15  New rule produced :
% 39.94/40.15  [1151]
% 39.94/40.15  ifeq(axiom(or(or(not(or(A,or(B,C))),or(C,B)),A)),true,true,true) -> true
% 39.94/40.15  Current number of equations to process: 716
% 39.94/40.15  Current number of ordered equations: 0
% 39.94/40.15  Current number of rules: 1134
% 39.94/40.15  New rule produced :
% 39.94/40.15  [1152] theorem(or(A,or(or(not(or(or(A,B),or(C,X))),or(X,C)),B))) -> true
% 39.94/40.15  Current number of equations to process: 715
% 39.94/40.15  Current number of ordered equations: 0
% 39.94/40.15  Current number of rules: 1135
% 39.94/40.15  New rule produced :
% 39.94/40.15  [1153] theorem(or(or(A,or(not(or(A,or(B,C))),or(C,B))),X)) -> true
% 39.94/40.15  Current number of equations to process: 717
% 39.94/40.15  Current number of ordered equations: 0
% 39.94/40.15  Current number of rules: 1136
% 39.94/40.15  New rule produced :
% 39.94/40.15  [1154] theorem(or(A,or(B,or(not(or(A,or(C,X))),or(X,C))))) -> true
% 39.94/40.15  Current number of equations to process: 716
% 39.94/40.15  Current number of ordered equations: 0
% 39.94/40.15  Current number of rules: 1137
% 39.94/40.15  New rule produced :
% 39.94/40.15  [1155] theorem(or(A,or(or(B,or(C,X)),not(or(or(X,C),B))))) -> true
% 39.94/40.15  Current number of equations to process: 718
% 39.94/40.15  Current number of ordered equations: 0
% 39.94/40.15  Current number of rules: 1138
% 39.94/40.15  New rule produced :
% 39.94/40.15  [1156] theorem(or(or(not(or(or(A,B),C)),or(B,A)),C)) -> true
% 39.94/40.15  Current number of equations to process: 723
% 42.54/42.79  Current number of ordered equations: 0
% 42.54/42.79  Current number of rules: 1139
% 42.54/42.79  New rule produced :
% 42.54/42.79  [1157] theorem(or(A,or(B,or(not(or(or(C,X),B)),or(X,C))))) -> true
% 42.54/42.79  Current number of equations to process: 725
% 42.54/42.79  Current number of ordered equations: 0
% 42.54/42.79  Current number of rules: 1140
% 42.54/42.79  New rule produced :
% 42.54/42.79  [1158] theorem(or(A,or(B,or(C,or(not(or(C,or(X,Y))),or(Y,X)))))) -> true
% 42.54/42.79  Current number of equations to process: 727
% 42.54/42.79  Current number of ordered equations: 0
% 42.54/42.79  Current number of rules: 1141
% 42.54/42.79  New rule produced :
% 42.54/42.79  [1159]
% 42.54/42.79  ifeq(axiom(or(or(A,or(B,C)),not(or(or(C,B),A)))),true,true,true) -> true
% 42.54/42.79  Current number of equations to process: 726
% 42.54/42.79  Current number of ordered equations: 0
% 42.54/42.79  Current number of rules: 1142
% 42.54/42.79  New rule produced :
% 42.54/42.79  [1160]
% 42.54/42.79  ifeq(axiom(or(A,or(not(or(or(B,C),A)),or(C,B)))),true,true,true) -> true
% 42.54/42.79  Current number of equations to process: 725
% 42.54/42.79  Current number of ordered equations: 0
% 42.54/42.79  Current number of rules: 1143
% 42.54/42.79  New rule produced :
% 42.54/42.79  [1161] theorem(or(not(or(A,A)),or(not(or(or(B,C),not(A))),or(C,B)))) -> true
% 42.54/42.79  Current number of equations to process: 724
% 42.54/42.79  Current number of ordered equations: 0
% 42.54/42.79  Current number of rules: 1144
% 42.54/42.79  New rule produced :
% 42.54/42.79  [1162] theorem(or(not(A),or(not(or(or(B,C),not(or(X,A)))),or(C,B)))) -> true
% 42.54/42.79  Current number of equations to process: 723
% 42.54/42.79  Current number of ordered equations: 0
% 42.54/42.79  Current number of rules: 1145
% 42.54/42.79  New rule produced :
% 42.54/42.79  [1163] theorem(or(or(not(or(or(A,B),C)),or(C,or(B,A))),X)) -> true
% 42.54/42.79  Current number of equations to process: 725
% 42.54/42.79  Current number of ordered equations: 0
% 42.54/42.79  Current number of rules: 1146
% 42.54/42.79  New rule produced :
% 42.54/42.79  [1164] theorem(or(not(or(or(A,B),C)),or(X,or(C,or(B,A))))) -> true
% 42.54/42.79  Current number of equations to process: 724
% 42.54/42.79  Current number of ordered equations: 0
% 42.54/42.79  Current number of rules: 1147
% 42.54/42.79  New rule produced :
% 42.54/42.79  [1165] theorem(or(A,or(B,or(not(or(or(C,X),Y)),or(Y,or(X,C)))))) -> true
% 42.54/42.79  Current number of equations to process: 726
% 42.54/42.79  Current number of ordered equations: 0
% 42.54/42.79  Current number of rules: 1148
% 42.54/42.79  New rule produced :
% 42.54/42.79  [1166] theorem(or(or(not(or(or(A,B),or(A,B))),or(A,or(C,B))),X)) -> true
% 42.54/42.79  Current number of equations to process: 727
% 42.54/42.79  Current number of ordered equations: 0
% 42.54/42.79  Current number of rules: 1149
% 42.54/42.79  New rule produced :
% 42.54/42.79  [1167] theorem(or(or(not(or(not(A),or(B,C))),or(C,B)),not(or(A,A)))) -> true
% 42.54/42.79  Current number of equations to process: 733
% 42.54/42.79  Current number of ordered equations: 0
% 42.54/42.79  Current number of rules: 1150
% 42.54/42.79  New rule produced :
% 42.54/42.79  [1168] theorem(or(not(or(not(A),or(B,C))),or(not(or(A,A)),or(C,B)))) -> true
% 42.54/42.79  Current number of equations to process: 732
% 42.54/42.79  Current number of ordered equations: 0
% 42.54/42.79  Current number of rules: 1151
% 42.54/42.79  New rule produced :
% 42.54/42.79  [1169] theorem(or(or(not(or(not(or(A,B)),or(C,X))),or(X,C)),not(B))) -> true
% 42.54/42.79  Current number of equations to process: 740
% 42.54/42.79  Current number of ordered equations: 0
% 42.54/42.79  Current number of rules: 1152
% 42.54/42.79  New rule produced :
% 42.54/42.79  [1170] theorem(or(not(or(not(or(A,B)),or(C,X))),or(not(B),or(X,C)))) -> true
% 42.54/42.79  Current number of equations to process: 739
% 42.54/42.79  Current number of ordered equations: 0
% 42.54/42.79  Current number of rules: 1153
% 42.54/42.79  New rule produced :
% 42.54/42.79  [1171] theorem(or(or(A,or(B,or(C,X))),not(or(A,or(or(X,C),B))))) -> true
% 42.54/42.79  Current number of equations to process: 746
% 42.54/42.79  Current number of ordered equations: 0
% 42.54/42.79  Current number of rules: 1154
% 42.54/42.79  New rule produced :
% 42.54/42.79  [1172] theorem(or(A,or(not(or(A,or(or(B,C),X))),or(X,or(C,B))))) -> true
% 42.54/42.79  Current number of equations to process: 745
% 42.54/42.79  Current number of ordered equations: 0
% 42.54/42.79  Current number of rules: 1155
% 42.54/42.79  New rule produced :
% 42.54/42.79  [1173] theorem(or(not(or(or(or(A,B),C),X)),or(X,or(C,or(B,A))))) -> true
% 42.54/42.79  Current number of equations to process: 744
% 42.54/42.79  Current number of ordered equations: 0
% 42.54/42.79  Current number of rules: 1156
% 42.54/42.79  New rule produced :
% 42.54/42.79  [1174] theorem(or(A,or(or(not(or(B,or(C,X))),or(B,or(X,C))),Y))) -> true
% 42.54/42.79  Current number of equations to process: 748
% 42.54/42.79  Current number of ordered equations: 0
% 42.54/42.79  Current number of rules: 1157
% 42.54/42.79  New rule produced :
% 42.54/42.79  [1175] theorem(or(or(A,or(B,or(C,X))),not(or(B,or(X,C))))) -> true
% 42.54/42.79  Current number of equations to process: 751
% 42.54/42.79  Current number of ordered equations: 0
% 42.54/42.79  Current number of rules: 1158
% 42.54/42.79  New rule produced :
% 42.54/42.79  [1176] theorem(or(A,or(not(or(B,or(C,X))),or(Y,or(B,or(X,C)))))) -> true
% 44.85/45.07  Current number of equations to process: 753
% 44.85/45.07  Current number of ordered equations: 0
% 44.85/45.07  Current number of rules: 1159
% 44.85/45.07  New rule produced :
% 44.85/45.07  [1177] theorem(or(or(A,or(not(or(B,or(C,X))),or(B,or(X,C)))),Y)) -> true
% 44.85/45.07  Current number of equations to process: 754
% 44.85/45.07  Current number of ordered equations: 0
% 44.85/45.07  Current number of rules: 1160
% 44.85/45.07  New rule produced :
% 44.85/45.07  [1178] theorem(or(or(A,or(not(or(not(B),C)),or(X,C))),not(or(X,B)))) -> true
% 44.85/45.07  Current number of equations to process: 762
% 44.85/45.07  Current number of ordered equations: 0
% 44.85/45.07  Current number of rules: 1161
% 44.85/45.07  New rule produced :
% 44.85/45.07  [1179] theorem(or(or(not(or(or(A,or(B,B)),or(A,or(B,B)))),B),A)) -> true
% 44.85/45.07  Current number of equations to process: 773
% 44.85/45.07  Current number of ordered equations: 0
% 44.85/45.07  Current number of rules: 1162
% 44.85/45.07  New rule produced :
% 44.85/45.07  [1180] theorem(or(or(not(or(A,or(B,or(C,X)))),or(B,or(X,C))),A)) -> true
% 44.85/45.07  Current number of equations to process: 784
% 44.85/45.07  Current number of ordered equations: 0
% 44.85/45.07  Current number of rules: 1163
% 44.85/45.07  New rule produced :
% 44.85/45.07  [1181] theorem(or(or(A,or(B,or(C,X))),not(or(or(B,or(X,C)),A)))) -> true
% 44.85/45.07  Current number of equations to process: 790
% 44.85/45.07  Current number of ordered equations: 0
% 44.85/45.07  Current number of rules: 1164
% 44.85/45.07  New rule produced :
% 44.85/45.07  [1182] theorem(or(A,or(not(or(or(B,or(C,X)),A)),or(B,or(X,C))))) -> true
% 44.85/45.07  Current number of equations to process: 789
% 44.85/45.07  Current number of ordered equations: 0
% 44.85/45.07  Current number of rules: 1165
% 44.85/45.07  New rule produced :
% 44.85/45.07  [1183]
% 44.85/45.07  theorem(or(or(A,or(B,or(not(or(C,or(X,Y))),or(X,or(C,Y))))),Z)) -> true
% 44.85/45.07  Current number of equations to process: 790
% 44.85/45.07  Current number of ordered equations: 0
% 44.85/45.07  Current number of rules: 1166
% 44.85/45.07  New rule produced :
% 44.85/45.07  [1184]
% 44.85/45.07  ifeq(axiom(or(not(or(not(or(A,B)),or(or(C,B),A))),X)),true,theorem(X),true)
% 44.85/45.07  -> true
% 44.85/45.07  Current number of equations to process: 789
% 44.85/45.07  Current number of ordered equations: 0
% 44.85/45.07  Current number of rules: 1167
% 44.85/45.07  New rule produced :
% 44.85/45.07  [1185]
% 44.85/45.07  ifeq(axiom(or(not(A),or(B,C))),true,theorem(or(not(A),or(or(X,C),B))),true)
% 44.85/45.07  -> true
% 44.85/45.07  Current number of equations to process: 788
% 44.85/45.07  Current number of ordered equations: 0
% 44.85/45.07  Current number of rules: 1168
% 44.85/45.07  New rule produced :
% 44.85/45.07  [1186]
% 44.85/45.07  theorem(or(not(or(or(or(A,B),C),or(or(A,B),C))),or(or(C,B),A))) -> true
% 44.85/45.07  Current number of equations to process: 787
% 44.85/45.07  Current number of ordered equations: 0
% 44.85/45.07  Current number of rules: 1169
% 44.85/45.07  New rule produced :
% 44.85/45.07  [1187]
% 44.85/45.07  ifeq(axiom(or(A,or(not(or(B,or(C,X))),or(or(B,X),C)))),true,true,true) ->
% 44.85/45.07  true
% 44.85/45.07  Current number of equations to process: 786
% 44.85/45.07  Current number of ordered equations: 0
% 44.85/45.07  Current number of rules: 1170
% 44.85/45.07  New rule produced :
% 44.85/45.07  [1188]
% 44.85/45.07  theorem(or(A,or(not(or(B,or(C,or(X,Y)))),or(B,or(or(C,Y),X))))) -> true
% 44.85/45.07  Current number of equations to process: 785
% 44.85/45.07  Current number of ordered equations: 0
% 44.85/45.07  Current number of rules: 1171
% 44.85/45.07  New rule produced :
% 44.85/45.07  [1189]
% 44.85/45.07  ifeq(axiom(or(or(or(A,B),not(or(A,C))),not(or(not(C),B)))),true,true,true) ->
% 44.85/45.07  true
% 44.85/45.07  Current number of equations to process: 784
% 44.85/45.07  Current number of ordered equations: 0
% 44.85/45.07  Current number of rules: 1172
% 44.85/45.07  New rule produced :
% 44.85/45.07  [1190]
% 44.85/45.07  ifeq(axiom(or(or(A,B),or(not(or(not(C),B)),not(or(A,C))))),true,true,true) ->
% 44.85/45.07  true
% 44.85/45.07  Current number of equations to process: 783
% 44.85/45.07  Current number of ordered equations: 0
% 44.85/45.07  Current number of rules: 1173
% 44.85/45.07  New rule produced :
% 44.85/45.07  [1191]
% 44.85/45.07  theorem(or(not(or(A,or(B,not(C)))),or(A,or(or(X,B),not(or(X,C)))))) -> true
% 44.85/45.07  Current number of equations to process: 782
% 44.85/45.07  Current number of ordered equations: 0
% 44.85/45.07  Current number of rules: 1174
% 44.85/45.07  New rule produced :
% 44.85/45.07  [1192]
% 44.85/45.07  theorem(or(A,or(B,or(not(or(not(C),X)),or(or(Y,X),not(or(Y,C))))))) -> true
% 44.85/45.07  Current number of equations to process: 781
% 44.85/45.07  Current number of ordered equations: 0
% 44.85/45.07  Current number of rules: 1175
% 44.85/45.07  New rule produced :
% 44.85/45.07  [1193]
% 44.85/45.07  theorem(or(A,or(or(or(not(or(B,C)),or(B,X)),not(or(not(C),X))),Y))) -> true
% 44.85/45.07  Current number of equations to process: 780
% 44.85/45.07  Current number of ordered equations: 0
% 44.85/45.07  Current number of rules: 1176
% 44.85/45.07  New rule produced :
% 44.85/45.07  [1194]
% 44.85/45.07  theorem(or(A,or(or(not(or(B,C)),or(B,X)),or(Y,not(or(not(C),X)))))) -> true
% 44.85/45.07  Current number of equations to process: 779
% 44.85/45.07  Current number of ordered equations: 0
% 44.85/45.07  Current number of rules: 1177
% 44.85/45.07  New rule produced :
% 44.85/45.07  [1195]
% 44.85/45.07  ifeq(axiom(or(not(or(A,or(B,or(C,or(not(X),X))))),Y)),true,theorem(Y),true)
% 44.85/45.07  -> true
% 44.85/45.07  Current number of equations to process: 778
% 45.25/45.51  Current number of ordered equations: 0
% 45.25/45.51  Current number of rules: 1178
% 45.25/45.51  New rule produced :
% 45.25/45.51  [1196]
% 45.25/45.51  ifeq(axiom(or(not(or(A,or(or(not(or(B,C)),B),C))),X)),true,theorem(X),true)
% 45.25/45.51  -> true
% 45.25/45.51  Current number of equations to process: 777
% 45.25/45.51  Current number of ordered equations: 0
% 45.25/45.51  Current number of rules: 1179
% 45.25/45.51  New rule produced :
% 45.25/45.51  [1197]
% 45.25/45.51  theorem(or(not(or(A,B)),or(A,or(or(not(or(C,or(not(B),X))),C),X)))) -> true
% 45.25/45.51  Current number of equations to process: 776
% 45.25/45.51  Current number of ordered equations: 0
% 45.25/45.51  Current number of rules: 1180
% 45.25/45.51  New rule produced :
% 45.25/45.51  [1198]
% 45.25/45.51  theorem(or(not(or(A,B)),or(or(not(or(C,or(not(or(B,A)),X))),C),X))) -> true
% 45.25/45.51  Current number of equations to process: 775
% 45.25/45.51  Current number of ordered equations: 0
% 45.25/45.51  Current number of rules: 1181
% 45.25/45.51  New rule produced :
% 45.25/45.51  [1199]
% 45.25/45.51  ifeq(axiom(or(not(or(or(A,or(not(or(B,A)),B)),C)),X)),true,theorem(X),true)
% 45.25/45.51  -> true
% 45.25/45.51  Current number of equations to process: 774
% 45.25/45.51  Current number of ordered equations: 0
% 45.25/45.51  Current number of rules: 1182
% 45.25/45.51  New rule produced :
% 45.25/45.51  [1200]
% 45.25/45.51  ifeq(axiom(or(not(or(A,or(B,or(not(or(C,A)),C)))),X)),true,theorem(X),true)
% 45.25/45.51  -> true
% 45.25/45.51  Current number of equations to process: 773
% 45.25/45.51  Current number of ordered equations: 0
% 45.25/45.51  Current number of rules: 1183
% 45.25/45.51  New rule produced :
% 45.25/45.51  [1201]
% 45.25/45.51  ifeq(axiom(or(A,or(not(or(B,B)),or(not(or(C,not(B))),C)))),true,true,true) ->
% 45.25/45.51  true
% 45.25/45.51  Current number of equations to process: 772
% 45.25/45.51  Current number of ordered equations: 0
% 45.25/45.51  Current number of rules: 1184
% 45.25/45.51  New rule produced :
% 45.25/45.51  [1202]
% 45.25/45.51  ifeq(axiom(or(A,or(not(B),or(not(or(C,not(or(X,B)))),C)))),true,true,true) ->
% 45.25/45.51  true
% 45.25/45.51  Current number of equations to process: 771
% 45.25/45.51  Current number of ordered equations: 0
% 45.25/45.51  Current number of rules: 1185
% 45.25/45.51  New rule produced :
% 45.25/45.51  [1203]
% 45.25/45.51  theorem(or(not(or(A,or(B,B))),or(A,or(not(or(C,not(or(X,B)))),C)))) -> true
% 45.25/45.51  Current number of equations to process: 770
% 45.25/45.51  Current number of ordered equations: 0
% 45.25/45.51  Current number of rules: 1186
% 45.25/45.51  New rule produced :
% 45.25/45.51  [1204]
% 45.25/45.51  theorem(or(not(or(or(A,A),or(A,A))),or(not(or(B,not(or(C,A)))),B))) -> true
% 45.25/45.51  Current number of equations to process: 769
% 45.25/45.51  Current number of ordered equations: 0
% 45.25/45.51  Current number of rules: 1187
% 45.25/45.51  New rule produced :
% 45.25/45.51  [1205]
% 45.25/45.51  theorem(or(not(or(A,B)),or(A,or(not(or(C,not(or(X,or(Y,B))))),C)))) -> true
% 45.25/45.51  Current number of equations to process: 768
% 45.25/45.51  Current number of ordered equations: 0
% 45.25/45.51  Current number of rules: 1188
% 45.25/45.51  New rule produced :
% 45.25/45.51  [1206]
% 45.25/45.51  theorem(or(not(or(A,B)),or(not(or(C,not(or(X,or(Y,or(B,A)))))),C))) -> true
% 45.25/45.51  Current number of equations to process: 767
% 45.25/45.51  Current number of ordered equations: 0
% 45.25/45.51  Current number of rules: 1189
% 45.25/45.51  New rule produced :
% 45.25/45.51  [1207]
% 45.25/45.51  theorem(or(A,or(not(or(B,or(C,C))),or(B,or(not(or(X,not(C))),X))))) -> true
% 45.25/45.51  Current number of equations to process: 766
% 45.25/45.51  Current number of ordered equations: 0
% 45.25/45.51  Current number of rules: 1190
% 45.25/45.51  New rule produced :
% 45.25/45.51  [1208]
% 45.25/45.51  theorem(or(A,or(not(or(or(B,B),or(B,B))),or(not(or(C,not(B))),C)))) -> true
% 45.25/45.51  Current number of equations to process: 765
% 45.25/45.51  Current number of ordered equations: 0
% 45.25/45.51  Current number of rules: 1191
% 45.25/45.51  New rule produced :
% 45.25/45.51  [1209]
% 45.25/45.51  theorem(or(A,or(not(or(B,C)),or(B,or(not(or(X,not(or(Y,C)))),X))))) -> true
% 45.25/45.51  Current number of equations to process: 764
% 45.25/45.51  Current number of ordered equations: 0
% 45.25/45.51  Current number of rules: 1192
% 45.25/45.51  New rule produced :
% 45.25/45.51  [1210]
% 45.25/45.51  theorem(or(A,or(not(or(B,C)),or(not(or(X,not(or(Y,or(C,B))))),X)))) -> true
% 45.25/45.51  Current number of equations to process: 763
% 45.25/45.51  Current number of ordered equations: 0
% 45.25/45.51  Current number of rules: 1193
% 45.25/45.51  New rule produced :
% 45.25/45.51  [1211]
% 45.25/45.51  ifeq(axiom(or(or(A,or(not(or(B,not(C))),B)),not(or(A,C)))),true,true,true) ->
% 45.25/45.51  true
% 45.25/45.51  Current number of equations to process: 762
% 45.25/45.51  Current number of ordered equations: 0
% 45.25/45.51  Current number of rules: 1194
% 45.25/45.51  New rule produced :
% 45.25/45.51  [1212]
% 45.25/45.51  ifeq(axiom(or(A,or(not(or(A,B)),or(not(or(C,not(B))),C)))),true,true,true) ->
% 45.25/45.51  true
% 45.25/45.51  Current number of equations to process: 761
% 45.25/45.51  Current number of ordered equations: 0
% 45.25/45.51  Current number of rules: 1195
% 45.25/45.51  New rule produced :
% 45.25/45.51  [1213]
% 45.25/45.51  theorem(or(not(or(A,A)),or(not(or(not(A),B)),or(not(or(C,not(B))),C)))) ->
% 45.25/45.51  true
% 45.25/45.51  Current number of equations to process: 760
% 45.25/45.51  Current number of ordered equations: 0
% 45.25/45.51  Current number of rules: 1196
% 45.25/45.51  New rule produced :
% 45.25/45.51  [1214]
% 45.25/45.51  theorem(or(not(A),or(not(or(not(or(B,A)),C)),or(not(or(X,not(C))),X)))) ->
% 45.69/45.93  true
% 45.69/45.93  Current number of equations to process: 759
% 45.69/45.93  Current number of ordered equations: 0
% 45.69/45.93  Current number of rules: 1197
% 45.69/45.93  New rule produced :
% 45.69/45.93  [1215]
% 45.69/45.93  theorem(or(not(or(A,or(B,C))),or(A,or(C,or(not(or(X,not(B))),X))))) -> true
% 45.69/45.93  Current number of equations to process: 758
% 45.69/45.93  Current number of ordered equations: 0
% 45.69/45.93  Current number of rules: 1198
% 45.69/45.93  New rule produced :
% 45.69/45.93  [1216]
% 45.69/45.93  theorem(or(not(or(or(A,B),or(A,B))),or(B,or(not(or(C,not(A))),C)))) -> true
% 45.69/45.93  Current number of equations to process: 757
% 45.69/45.93  Current number of ordered equations: 0
% 45.69/45.93  Current number of rules: 1199
% 45.69/45.93  New rule produced :
% 45.69/45.93  [1217]
% 45.69/45.93  theorem(or(A,or(B,or(not(or(C,X)),or(C,or(not(or(Y,not(X))),Y)))))) -> true
% 45.69/45.93  Current number of equations to process: 756
% 45.69/45.93  Current number of ordered equations: 0
% 45.69/45.93  Current number of rules: 1200
% 45.69/45.93  New rule produced :
% 45.69/45.93  [1218]
% 45.69/45.93  ifeq(axiom(or(or(not(or(A,not(or(B,C)))),A),not(or(C,B)))),true,true,true) ->
% 45.69/45.93  true
% 45.69/45.93  Current number of equations to process: 755
% 45.69/45.93  Current number of ordered equations: 0
% 45.69/45.93  Current number of rules: 1201
% 45.69/45.93  New rule produced :
% 45.69/45.93  [1219]
% 45.69/45.93  theorem(or(not(or(A,or(B,not(or(C,X))))),or(A,or(not(or(X,C)),B)))) -> true
% 45.69/45.93  Current number of equations to process: 754
% 45.69/45.93  Current number of ordered equations: 0
% 45.69/45.93  Current number of rules: 1202
% 45.69/45.93  New rule produced :
% 45.69/45.93  [1220]
% 45.69/45.93  ifeq(axiom(or(A,or(or(not(or(or(B,C),or(B,C))),C),B))),true,true,true) ->
% 45.69/45.93  true
% 45.69/45.93  Current number of equations to process: 753
% 45.69/45.93  Current number of ordered equations: 0
% 45.69/45.93  Current number of rules: 1203
% 45.69/45.93  New rule produced :
% 45.69/45.93  [1221]
% 45.69/45.93  theorem(or(A,or(B,or(not(or(C,X)),or(not(or(Y,not(or(X,C)))),Y))))) -> true
% 45.69/45.93  Current number of equations to process: 752
% 45.69/45.93  Current number of ordered equations: 0
% 45.69/45.93  Current number of rules: 1204
% 45.69/45.93  New rule produced :
% 45.69/45.93  [1222]
% 45.69/45.93  ifeq(axiom(or(or(A,or(not(or(or(A,B),or(A,B))),B)),C)),true,true,true) ->
% 45.69/45.93  true
% 45.69/45.93  Current number of equations to process: 751
% 45.69/45.93  Current number of ordered equations: 0
% 45.69/45.93  Current number of rules: 1205
% 45.69/45.93  New rule produced :
% 45.69/45.93  [1223]
% 45.69/45.93  ifeq(axiom(or(A,or(B,or(not(or(or(A,C),or(A,C))),C)))),true,true,true) ->
% 45.69/45.93  true
% 45.69/45.93  Current number of equations to process: 750
% 45.69/45.93  Current number of ordered equations: 0
% 45.69/45.93  Current number of rules: 1206
% 45.69/45.93  New rule produced :
% 45.69/45.93  [1224]
% 45.69/45.93  ifeq(axiom(or(A,or(or(not(or(B,or(C,X))),or(B,X)),C))),true,true,true) ->
% 45.69/45.93  true
% 45.69/45.93  Current number of equations to process: 749
% 45.69/45.93  Current number of ordered equations: 0
% 45.69/45.93  Current number of rules: 1207
% 45.69/45.93  New rule produced :
% 45.69/45.93  [1225]
% 45.69/45.93  theorem(or(A,or(B,or(C,or(X,or(not(or(or(X,Y),or(X,Y))),Y)))))) -> true
% 45.69/45.93  Current number of equations to process: 748
% 45.69/45.93  Current number of ordered equations: 0
% 45.69/45.93  Current number of rules: 1208
% 45.69/45.93  New rule produced :
% 45.69/45.93  [1226]
% 45.69/45.93  theorem(or(A,or(B,or(or(not(or(C,or(or(B,X),Y))),or(C,Y)),X)))) -> true
% 45.69/45.93  Current number of equations to process: 747
% 45.69/45.93  Current number of ordered equations: 0
% 45.69/45.93  Current number of rules: 1209
% 45.69/45.93  New rule produced :
% 45.69/45.93  [1227]
% 45.69/45.93  ifeq(axiom(or(or(A,or(not(or(B,or(A,C))),or(B,C))),X)),true,true,true) ->
% 45.69/45.93  true
% 45.69/45.93  Current number of equations to process: 746
% 45.69/45.93  Current number of ordered equations: 0
% 45.69/45.93  Current number of rules: 1210
% 45.69/45.93  New rule produced :
% 45.69/45.93  [1228]
% 45.69/45.93  ifeq(axiom(or(A,or(B,or(not(or(C,or(A,X))),or(C,X))))),true,true,true) ->
% 45.69/45.93  true
% 45.69/45.93  Current number of equations to process: 745
% 45.69/45.93  Current number of ordered equations: 0
% 45.69/45.93  Current number of rules: 1211
% 45.69/45.93  New rule produced :
% 45.69/45.93  [1229]
% 45.69/45.93  theorem(or(not(or(A,A)),or(B,or(not(or(C,or(not(A),X))),or(C,X))))) -> true
% 45.69/45.93  Current number of equations to process: 744
% 45.69/45.93  Current number of ordered equations: 0
% 45.69/45.93  Current number of rules: 1212
% 45.69/45.93  New rule produced :
% 45.69/45.93  [1230]
% 45.69/45.93  theorem(or(not(A),or(B,or(not(or(C,or(not(or(X,A)),Y))),or(C,Y))))) -> true
% 45.69/45.93  Current number of equations to process: 743
% 45.69/45.93  Current number of ordered equations: 0
% 45.69/45.93  Current number of rules: 1213
% 45.69/45.93  New rule produced :
% 45.69/45.93  [1231]
% 45.69/45.93  theorem(or(A,or(B,or(C,or(X,or(not(or(Y,or(X,Z))),or(Y,Z))))))) -> true
% 45.69/45.93  Current number of equations to process: 742
% 45.69/45.93  Current number of ordered equations: 0
% 45.69/45.93  Current number of rules: 1214
% 45.69/45.93  New rule produced :
% 45.69/45.93  [1232]
% 45.69/45.93  theorem(or(A,or(or(not(or(B,or(not(C),X))),or(B,X)),not(or(C,C))))) -> true
% 45.69/45.93  Current number of equations to process: 741
% 45.69/45.93  Current number of ordered equations: 0
% 45.69/45.93  Current number of rules: 1215
% 45.69/45.93  New rule produced :
% 45.69/45.93  [1233]
% 46.15/46.36  theorem(or(A,or(not(or(B,or(not(C),X))),or(not(or(C,C)),or(B,X))))) -> true
% 46.15/46.36  Current number of equations to process: 740
% 46.15/46.36  Current number of ordered equations: 0
% 46.15/46.36  Current number of rules: 1216
% 46.15/46.36  New rule produced :
% 46.15/46.36  [1234]
% 46.15/46.36  theorem(or(A,or(or(not(or(B,or(not(or(C,X)),Y))),or(B,Y)),not(X)))) -> true
% 46.15/46.36  Current number of equations to process: 739
% 46.15/46.36  Current number of ordered equations: 0
% 46.15/46.36  Current number of rules: 1217
% 46.15/46.36  New rule produced :
% 46.15/46.36  [1235]
% 46.15/46.36  theorem(or(A,or(not(or(B,or(not(or(C,X)),Y))),or(not(X),or(B,Y))))) -> true
% 46.15/46.36  Current number of equations to process: 738
% 46.15/46.36  Current number of ordered equations: 0
% 46.15/46.36  Current number of rules: 1218
% 46.15/46.36  New rule produced :
% 46.15/46.36  [1236]
% 46.15/46.36  theorem(or(A,or(B,or(or(not(or(not(C),X)),or(Y,X)),not(or(Y,C)))))) -> true
% 46.15/46.36  Current number of equations to process: 737
% 46.15/46.36  Current number of ordered equations: 0
% 46.15/46.36  Current number of rules: 1219
% 46.15/46.36  New rule produced :
% 46.15/46.36  [1237]
% 46.15/46.36  ifeq(axiom(or(or(not(or(not(A),B)),or(C,B)),not(or(A,C)))),true,true,true) ->
% 46.15/46.36  true
% 46.15/46.36  Current number of equations to process: 736
% 46.15/46.36  Current number of ordered equations: 0
% 46.15/46.36  Current number of rules: 1220
% 46.15/46.36  New rule produced :
% 46.15/46.36  [1238]
% 46.15/46.36  theorem(or(not(or(A,or(not(B),C))),or(A,or(not(or(B,X)),or(X,C))))) -> true
% 46.15/46.36  Current number of equations to process: 735
% 46.15/46.36  Current number of ordered equations: 0
% 46.15/46.36  Current number of rules: 1221
% 46.15/46.36  New rule produced :
% 46.15/46.36  [1239]
% 46.15/46.36  theorem(or(A,or(B,or(not(or(C,X)),or(not(or(not(C),Y)),or(X,Y)))))) -> true
% 46.15/46.36  Current number of equations to process: 734
% 46.15/46.36  Current number of ordered equations: 0
% 46.15/46.36  Current number of rules: 1222
% 46.15/46.36  New rule produced :
% 46.15/46.36  [1240]
% 46.15/46.36  theorem(or(not(or(or(A,or(B,B)),or(A,or(B,B)))),or(C,or(A,B)))) -> true
% 46.15/46.36  Current number of equations to process: 733
% 46.15/46.36  Current number of ordered equations: 0
% 46.15/46.36  Current number of rules: 1223
% 46.15/46.36  New rule produced :
% 46.15/46.36  [1241]
% 46.15/46.36  ifeq(axiom(or(or(A,or(B,C)),not(or(A,or(B,or(C,C)))))),true,true,true) ->
% 46.15/46.36  true
% 46.15/46.36  Current number of equations to process: 732
% 46.15/46.36  Current number of ordered equations: 0
% 46.15/46.36  Current number of rules: 1224
% 46.15/46.36  New rule produced :
% 46.15/46.36  [1242]
% 46.15/46.36  ifeq(axiom(or(A,or(not(or(A,or(B,or(C,C)))),or(B,C)))),true,true,true) ->
% 46.15/46.36  true
% 46.15/46.36  Current number of equations to process: 731
% 46.15/46.36  Current number of ordered equations: 0
% 46.15/46.36  Current number of rules: 1225
% 46.15/46.36  New rule produced :
% 46.15/46.36  [1243]
% 46.15/46.36  theorem(or(not(or(A,A)),or(not(or(not(A),or(B,or(C,C)))),or(B,C)))) -> true
% 46.15/46.36  Current number of equations to process: 730
% 46.15/46.36  Current number of ordered equations: 0
% 46.15/46.36  Current number of rules: 1226
% 46.15/46.36  New rule produced :
% 46.15/46.36  [1244]
% 46.15/46.36  theorem(or(not(A),or(not(or(not(or(B,A)),or(C,or(X,X)))),or(C,X)))) -> true
% 46.15/46.36  Current number of equations to process: 729
% 46.15/46.36  Current number of ordered equations: 0
% 46.15/46.36  Current number of rules: 1227
% 46.15/46.36  New rule produced :
% 46.15/46.36  [1245]
% 46.15/46.36  theorem(or(not(or(A,or(or(B,or(C,C)),X))),or(A,or(X,or(B,C))))) -> true
% 46.15/46.36  Current number of equations to process: 728
% 46.15/46.36  Current number of ordered equations: 0
% 46.15/46.36  Current number of rules: 1228
% 46.15/46.36  New rule produced :
% 46.15/46.36  [1246]
% 46.15/46.36  ifeq(axiom(or(not(or(or(not(or(A,or(B,B))),B),A)),C)),true,theorem(C),true)
% 46.15/46.36  -> true
% 46.15/46.36  Current number of equations to process: 727
% 46.15/46.36  Current number of ordered equations: 0
% 46.15/46.36  Current number of rules: 1229
% 46.15/46.36  New rule produced :
% 46.15/46.36  [1247]
% 46.15/46.36  theorem(or(not(or(A,or(B,B))),or(A,or(not(or(not(B),or(C,C))),C)))) -> true
% 46.15/46.36  Current number of equations to process: 726
% 46.15/46.36  Current number of ordered equations: 0
% 46.15/46.36  Current number of rules: 1230
% 46.15/46.36  New rule produced :
% 46.15/46.36  [1248]
% 46.15/46.36  theorem(or(not(or(or(A,A),or(A,A))),or(not(or(not(A),or(B,B))),B))) -> true
% 46.15/46.36  Current number of equations to process: 725
% 46.15/46.36  Current number of ordered equations: 0
% 46.15/46.36  Current number of rules: 1231
% 46.15/46.36  New rule produced :
% 46.15/46.36  [1249]
% 46.15/46.36  theorem(or(not(or(A,B)),or(A,or(not(or(not(or(C,B)),or(X,X))),X)))) -> true
% 46.15/46.36  Current number of equations to process: 724
% 46.15/46.36  Current number of ordered equations: 0
% 46.15/46.36  Current number of rules: 1232
% 46.15/46.36  New rule produced :
% 46.15/46.36  [1250]
% 46.15/46.36  theorem(or(not(or(A,B)),or(not(or(not(or(C,or(B,A))),or(X,X))),X))) -> true
% 46.15/46.36  Current number of equations to process: 723
% 46.15/46.36  Current number of ordered equations: 0
% 46.15/46.36  Current number of rules: 1233
% 46.15/46.36  New rule produced :
% 46.15/46.36  [1251]
% 46.15/46.36  ifeq(axiom(or(A,or(B,or(not(or(C,or(X,X))),or(C,X))))),true,true,true) ->
% 46.15/46.36  true
% 46.15/46.36  Current number of equations to process: 722
% 46.15/46.36  Current number of ordered equations: 0
% 46.15/46.36  Current number of rules: 1234
% 46.15/46.36  New rule produced :
% 46.61/46.82  [1252]
% 46.61/46.82  theorem(or(not(or(A,or(B,or(or(C,C),X)))),or(A,or(B,or(X,C))))) -> true
% 46.61/46.82  Current number of equations to process: 721
% 46.61/46.82  Current number of ordered equations: 0
% 46.61/46.82  Current number of rules: 1235
% 46.61/46.82  New rule produced :
% 46.61/46.82  [1253]
% 46.61/46.82  ifeq(axiom(or(not(or(or(A,B),not(or(or(B,B),A)))),C)),true,theorem(C),true)
% 46.61/46.82  -> true
% 46.61/46.82  Current number of equations to process: 720
% 46.61/46.82  Current number of ordered equations: 0
% 46.61/46.82  Current number of rules: 1236
% 46.61/46.82  New rule produced :
% 46.61/46.82  [1254]
% 46.61/46.82  ifeq(axiom(or(not(or(A,or(not(or(or(B,B),A)),B))),C)),true,theorem(C),true)
% 46.61/46.82  -> true
% 46.61/46.82  Current number of equations to process: 719
% 46.61/46.82  Current number of ordered equations: 0
% 46.61/46.82  Current number of rules: 1237
% 46.61/46.82  New rule produced :
% 46.61/46.82  [1255]
% 46.61/46.82  theorem(or(A,or(B,or(not(or(C,or(X,or(Y,Y)))),or(C,or(X,Y)))))) -> true
% 46.61/46.82  Current number of equations to process: 718
% 46.61/46.82  Current number of ordered equations: 0
% 46.61/46.82  Current number of rules: 1238
% 46.61/46.82  New rule produced :
% 46.61/46.82  [1256]
% 46.61/46.82  theorem(or(A,or(not(or(B,C)),or(B,or(not(or(not(C),or(X,X))),X))))) -> true
% 46.61/46.82  Current number of equations to process: 717
% 46.61/46.82  Current number of ordered equations: 0
% 46.61/46.82  Current number of rules: 1239
% 46.61/46.82  New rule produced :
% 46.61/46.82  [1257]
% 46.61/46.82  theorem(or(A,or(not(or(B,C)),or(not(or(not(or(C,B)),or(X,X))),X)))) -> true
% 46.61/46.82  Current number of equations to process: 716
% 46.61/46.82  Current number of ordered equations: 0
% 46.61/46.82  Current number of rules: 1240
% 46.61/46.82  New rule produced :
% 46.61/46.82  [1258]
% 46.61/46.82  theorem(or(A,or(not(or(or(or(B,B),C),or(or(B,B),C))),or(C,B)))) -> true
% 46.61/46.82  Current number of equations to process: 715
% 46.61/46.82  Current number of ordered equations: 0
% 46.61/46.82  Current number of rules: 1241
% 46.61/46.82  New rule produced :
% 46.61/46.82  [1259]
% 46.61/46.82  ifeq(axiom(or(or(A,or(B,or(C,X))),not(or(A,or(B,X))))),true,true,true) ->
% 46.61/46.82  true
% 46.61/46.82  Current number of equations to process: 714
% 46.61/46.82  Current number of ordered equations: 0
% 46.61/46.82  Current number of rules: 1242
% 46.61/46.82  New rule produced :
% 46.61/46.82  [1260]
% 46.61/46.82  ifeq(axiom(or(A,or(not(or(A,or(B,C))),or(B,or(X,C))))),true,true,true) ->
% 46.61/46.82  true
% 46.61/46.82  Current number of equations to process: 713
% 46.61/46.82  Current number of ordered equations: 0
% 46.61/46.82  Current number of rules: 1243
% 46.61/46.82  New rule produced :
% 46.61/46.82  [1261]
% 46.61/46.82  theorem(or(not(or(A,A)),or(not(or(not(A),or(B,C))),or(B,or(X,C))))) -> true
% 46.61/46.82  Current number of equations to process: 712
% 46.61/46.82  Current number of ordered equations: 0
% 46.61/46.82  Current number of rules: 1244
% 46.61/46.82  New rule produced :
% 46.61/46.82  [1262]
% 46.61/46.82  theorem(or(not(A),or(not(or(not(or(B,A)),or(C,X))),or(C,or(Y,X))))) -> true
% 46.61/46.82  Current number of equations to process: 711
% 46.61/46.82  Current number of ordered equations: 0
% 46.61/46.82  Current number of rules: 1245
% 46.61/46.82  New rule produced :
% 46.61/46.82  [1263]
% 46.61/46.82  theorem(or(not(or(A,or(or(B,C),X))),or(A,or(X,or(B,or(Y,C)))))) -> true
% 46.61/46.82  Current number of equations to process: 710
% 46.61/46.82  Current number of ordered equations: 0
% 46.61/46.82  Current number of rules: 1246
% 46.61/46.82  New rule produced :
% 46.61/46.82  [1264]
% 46.61/46.82  ifeq(axiom(or(not(or(or(not(or(A,B)),or(C,B)),A)),X)),true,theorem(X),true)
% 46.61/46.82  -> true
% 46.61/46.82  Current number of equations to process: 709
% 46.61/46.82  Current number of ordered equations: 0
% 46.61/46.82  Current number of rules: 1247
% 46.61/46.82  New rule produced :
% 46.61/46.82  [1265]
% 46.61/46.82  theorem(or(not(or(A,or(B,B))),or(A,or(not(or(not(B),C)),or(X,C))))) -> true
% 46.61/46.82  Current number of equations to process: 708
% 46.61/46.82  Current number of ordered equations: 0
% 46.61/46.82  Current number of rules: 1248
% 46.61/46.82  New rule produced :
% 46.61/46.82  [1266]
% 46.61/46.82  theorem(or(not(or(or(A,A),or(A,A))),or(not(or(not(A),B)),or(C,B)))) -> true
% 46.61/46.82  Current number of equations to process: 707
% 46.61/46.82  Current number of ordered equations: 0
% 46.61/46.82  Current number of rules: 1249
% 46.61/46.82  New rule produced :
% 46.61/46.82  [1267]
% 46.61/46.82  theorem(or(not(or(A,B)),or(A,or(not(or(not(or(C,B)),X)),or(Y,X))))) -> true
% 46.61/46.82  Current number of equations to process: 706
% 46.61/46.82  Current number of ordered equations: 0
% 46.61/46.82  Current number of rules: 1250
% 46.61/46.82  New rule produced :
% 46.61/46.82  [1268]
% 46.61/46.82  theorem(or(not(or(A,B)),or(not(or(not(or(C,or(B,A))),X)),or(Y,X)))) -> true
% 46.61/46.82  Current number of equations to process: 705
% 46.61/46.82  Current number of ordered equations: 0
% 46.61/46.82  Current number of rules: 1251
% 46.61/46.82  New rule produced :
% 46.61/46.82  [1269]
% 46.61/46.82  ifeq(axiom(or(A,or(B,or(not(or(C,X)),or(C,or(Y,X)))))),true,true,true) ->
% 46.61/46.82  true
% 46.61/46.82  Current number of equations to process: 704
% 46.61/46.82  Current number of ordered equations: 0
% 46.61/46.82  Current number of rules: 1252
% 46.61/46.82  New rule produced :
% 46.61/46.82  [1270]
% 46.61/46.82  theorem(or(not(or(A,or(B,or(C,X)))),or(A,or(B,or(X,or(Y,C)))))) -> true
% 46.61/46.82  Current number of equations to process: 703
% 46.61/46.82  Current number of ordered equations: 0
% 46.61/46.82  Current number of rules: 1253
% 46.95/47.21  New rule produced :
% 46.95/47.21  [1271]
% 46.95/47.21  ifeq(axiom(or(not(or(or(A,or(B,C)),not(or(C,A)))),X)),true,theorem(X),true)
% 46.95/47.21  -> true
% 46.95/47.21  Current number of equations to process: 702
% 46.95/47.21  Current number of ordered equations: 0
% 46.95/47.21  Current number of rules: 1254
% 46.95/47.21  New rule produced :
% 46.95/47.21  [1272]
% 46.95/47.21  ifeq(axiom(or(not(or(A,or(not(or(B,A)),or(C,B)))),X)),true,theorem(X),true)
% 46.95/47.21  -> true
% 46.95/47.21  Current number of equations to process: 701
% 46.95/47.21  Current number of ordered equations: 0
% 46.95/47.21  Current number of rules: 1255
% 46.95/47.21  New rule produced :
% 46.95/47.21  [1273]
% 46.95/47.21  theorem(or(not(or(A,or(or(B,C),or(B,C)))),or(A,or(C,or(X,B))))) -> true
% 46.95/47.21  Current number of equations to process: 700
% 46.95/47.21  Current number of ordered equations: 0
% 46.95/47.21  Current number of rules: 1256
% 46.95/47.21  New rule produced :
% 46.95/47.21  [1274]
% 46.95/47.21  theorem(or(A,or(B,or(not(or(C,or(X,Y))),or(C,or(X,or(Z,Y))))))) -> true
% 46.95/47.21  Current number of equations to process: 699
% 46.95/47.21  Current number of ordered equations: 0
% 46.95/47.21  Current number of rules: 1257
% 46.95/47.21  New rule produced :
% 46.95/47.21  [1275]
% 46.95/47.21  theorem(or(A,or(not(or(B,C)),or(B,or(not(or(not(C),X)),or(Y,X)))))) -> true
% 46.95/47.21  Current number of equations to process: 698
% 46.95/47.21  Current number of ordered equations: 0
% 46.95/47.21  Current number of rules: 1258
% 46.95/47.21  New rule produced :
% 46.95/47.21  [1276]
% 46.95/47.21  theorem(or(A,or(not(or(B,C)),or(not(or(not(or(C,B)),X)),or(Y,X))))) -> true
% 46.95/47.21  Current number of equations to process: 697
% 46.95/47.21  Current number of ordered equations: 0
% 46.95/47.21  Current number of rules: 1259
% 46.95/47.21  New rule produced :
% 46.95/47.21  [1277]
% 46.95/47.21  ifeq(axiom(or(or(A,or(B,C)),not(or(or(A,C),or(A,C))))),true,true,true) ->
% 46.95/47.21  true
% 46.95/47.21  Current number of equations to process: 696
% 46.95/47.21  Current number of ordered equations: 0
% 46.95/47.21  Current number of rules: 1260
% 46.95/47.21  New rule produced :
% 46.95/47.21  [1278]
% 46.95/47.21  ifeq(axiom(or(A,or(not(or(or(A,B),or(A,B))),or(C,B)))),true,true,true) ->
% 46.95/47.21  true
% 46.95/47.21  Current number of equations to process: 695
% 46.95/47.21  Current number of ordered equations: 0
% 46.95/47.21  Current number of rules: 1261
% 46.95/47.21  New rule produced :
% 46.95/47.21  [1279]
% 46.95/47.21  ifeq(axiom(or(A,or(or(B,or(C,X)),not(or(B,or(X,C)))))),true,true,true) ->
% 46.95/47.21  true
% 46.95/47.21  Current number of equations to process: 694
% 46.95/47.21  Current number of ordered equations: 0
% 46.95/47.21  Current number of rules: 1262
% 46.95/47.21  New rule produced :
% 46.95/47.21  [1280]
% 46.95/47.21  ifeq(axiom(or(A,or(B,or(not(or(B,or(C,X))),or(X,C))))),true,true,true) ->
% 46.95/47.21  true
% 46.95/47.21  Current number of equations to process: 693
% 46.95/47.21  Current number of ordered equations: 0
% 46.95/47.21  Current number of rules: 1263
% 46.95/47.21  New rule produced :
% 46.95/47.21  [1281]
% 46.95/47.21  theorem(or(not(or(A,B)),or(A,or(not(or(or(C,X),not(B))),or(X,C))))) -> true
% 46.95/47.21  Current number of equations to process: 692
% 46.95/47.21  Current number of ordered equations: 0
% 46.95/47.21  Current number of rules: 1264
% 46.95/47.21  New rule produced :
% 46.95/47.21  [1282]
% 46.95/47.21  theorem(or(not(or(A,B)),or(not(or(or(C,X),not(or(B,A)))),or(X,C)))) -> true
% 46.95/47.21  Current number of equations to process: 691
% 46.95/47.21  Current number of ordered equations: 0
% 46.95/47.21  Current number of rules: 1265
% 46.95/47.21  New rule produced :
% 46.95/47.21  [1283]
% 46.95/47.21  ifeq(axiom(or(A,or(not(or(or(B,C),X)),or(X,or(C,B))))),true,true,true) ->
% 46.95/47.21  true
% 46.95/47.21  Current number of equations to process: 690
% 46.95/47.21  Current number of ordered equations: 0
% 46.95/47.21  Current number of rules: 1266
% 46.95/47.21  New rule produced :
% 46.95/47.21  [1284]
% 46.95/47.21  theorem(or(A,or(B,or(not(or(or(C,X),or(C,X))),or(C,or(Y,X)))))) -> true
% 46.95/47.21  Current number of equations to process: 689
% 46.95/47.21  Current number of ordered equations: 0
% 46.95/47.21  Current number of rules: 1267
% 46.95/47.21  New rule produced :
% 46.95/47.21  [1285]
% 46.95/47.21  theorem(or(A,or(not(or(B,B)),or(not(or(not(B),or(C,X))),or(X,C))))) -> true
% 46.95/47.21  Current number of equations to process: 688
% 46.95/47.21  Current number of ordered equations: 0
% 46.95/47.21  Current number of rules: 1268
% 46.95/47.21  New rule produced :
% 46.95/47.21  [1286]
% 46.95/47.21  theorem(or(A,or(not(B),or(not(or(not(or(C,B)),or(X,Y))),or(Y,X))))) -> true
% 46.95/47.21  Current number of equations to process: 687
% 46.95/47.21  Current number of ordered equations: 0
% 46.95/47.21  Current number of rules: 1269
% 46.95/47.21  New rule produced :
% 46.95/47.21  [1287]
% 46.95/47.21  theorem(or(not(or(A,A)),or(not(or(not(or(B,A)),or(C,X))),or(X,C)))) -> true
% 46.95/47.21  Current number of equations to process: 686
% 46.95/47.21  Current number of ordered equations: 0
% 46.95/47.21  Current number of rules: 1270
% 46.95/47.21  New rule produced :
% 46.95/47.21  [1288]
% 46.95/47.21  theorem(or(not(A),or(not(or(not(or(B,or(C,A))),or(X,Y))),or(Y,X)))) -> true
% 46.95/47.21  Current number of equations to process: 685
% 46.95/47.21  Current number of ordered equations: 0
% 46.95/47.21  Current number of rules: 1271
% 46.95/47.21  New rule produced :
% 46.95/47.21  [1289]
% 46.95/47.21  theorem(or(A,or(not(or(B,or(or(C,X),Y))),or(B,or(Y,or(X,C)))))) -> true
% 46.95/47.21  Current number of equations to process: 684
% 46.95/47.21  Current number of ordered equations: 0
% 49.17/49.37  Current number of rules: 1272
% 49.17/49.37  New rule produced :
% 49.17/49.37  [1290]
% 49.17/49.37  ifeq(axiom(or(or(not(or(A,or(B,C))),or(A,or(C,B))),X)),true,true,true) ->
% 49.17/49.37  true
% 49.17/49.37  Current number of equations to process: 683
% 49.17/49.37  Current number of ordered equations: 0
% 49.17/49.37  Current number of rules: 1273
% 49.17/49.37  New rule produced :
% 49.17/49.37  [1291]
% 49.17/49.37  theorem(or(not(or(A,or(B,or(C,X)))),or(A,or(Y,or(B,or(X,C)))))) -> true
% 49.17/49.37  Current number of equations to process: 682
% 49.17/49.37  Current number of ordered equations: 0
% 49.17/49.37  Current number of rules: 1274
% 49.17/49.37  New rule produced :
% 49.17/49.37  [1292]
% 49.17/49.37  theorem(or(A,or(B,or(C,or(not(or(X,or(Y,Z))),or(X,or(Z,Y))))))) -> true
% 49.17/49.37  Current number of equations to process: 681
% 49.17/49.37  Current number of ordered equations: 0
% 49.17/49.37  Current number of rules: 1275
% 49.17/49.37  New rule produced :
% 49.17/49.37  [1293]
% 49.17/49.37  theorem(or(A,or(or(not(or(B,C)),or(not(or(not(C),X)),or(B,X))),Y))) -> true
% 49.17/49.37  Current number of equations to process: 680
% 49.17/49.37  Current number of ordered equations: 0
% 49.17/49.37  Current number of rules: 1276
% 49.17/49.37  New rule produced :
% 49.17/49.37  [1294]
% 49.17/49.37  theorem(or(A,or(not(or(B,C)),or(X,or(not(or(not(C),Y)),or(B,Y)))))) -> true
% 49.17/49.37  Current number of equations to process: 679
% 49.17/49.37  Current number of ordered equations: 0
% 49.17/49.37  Current number of rules: 1277
% 49.17/49.37  New rule produced :
% 49.17/49.37  [1295]
% 49.17/49.37  theorem(or(A,or(or(B,C),not(or(or(B,or(C,C)),or(B,or(C,C))))))) -> true
% 49.17/49.37  Current number of equations to process: 678
% 49.17/49.37  Current number of ordered equations: 0
% 49.17/49.37  Current number of rules: 1278
% 49.17/49.37  New rule produced :
% 49.17/49.37  [1296]
% 49.17/49.37  theorem(or(A,or(B,or(not(or(or(B,or(C,C)),or(B,or(C,C)))),C)))) -> true
% 49.17/49.37  Current number of equations to process: 677
% 49.17/49.37  Current number of ordered equations: 0
% 49.17/49.37  Current number of rules: 1279
% 49.17/49.37  New rule produced :
% 49.17/49.37  [1297]
% 49.17/49.37  theorem(or(A,or(or(B,or(C,or(X,Y))),not(or(B,or(C,or(Y,X))))))) -> true
% 49.17/49.37  Current number of equations to process: 676
% 49.17/49.37  Current number of ordered equations: 0
% 49.17/49.37  Current number of rules: 1280
% 49.17/49.37  New rule produced :
% 49.17/49.37  [1298]
% 49.17/49.37  theorem(or(A,or(B,or(not(or(B,or(C,or(X,Y)))),or(C,or(Y,X)))))) -> true
% 49.17/49.37  Current number of equations to process: 675
% 49.17/49.37  Current number of ordered equations: 0
% 49.17/49.37  Current number of rules: 1281
% 49.17/49.37  New rule produced :
% 49.17/49.37  [1299]
% 49.17/49.37  theorem(or(A,or(not(or(or(B,or(C,X)),Y)),or(Y,or(B,or(X,C)))))) -> true
% 49.17/49.37  Current number of equations to process: 674
% 49.17/49.37  Current number of ordered equations: 0
% 49.17/49.37  Current number of rules: 1282
% 49.17/49.37  New rule produced :
% 49.17/49.37  [1300]
% 49.17/49.37  theorem(or(or(or(A,B),C),not(or(or(A,or(C,B)),or(A,or(C,B)))))) -> true
% 49.17/49.37  Current number of equations to process: 680
% 49.17/49.37  Current number of ordered equations: 0
% 49.17/49.37  Current number of rules: 1283
% 49.17/49.37  New rule produced :
% 49.17/49.37  [1301]
% 49.17/49.37  theorem(or(or(A,B),or(not(or(or(A,or(C,B)),or(A,or(C,B)))),C))) -> true
% 49.17/49.37  Current number of equations to process: 679
% 49.17/49.37  Current number of ordered equations: 0
% 49.17/49.37  Current number of rules: 1284
% 49.17/49.37  New rule produced :
% 49.17/49.37  [1302]
% 49.17/49.37  theorem(or(or(A,or(or(B,C),not(or(B,X)))),not(or(A,or(not(X),C))))) -> true
% 49.17/49.37  Current number of equations to process: 687
% 49.17/49.37  Current number of ordered equations: 0
% 49.17/49.37  Current number of rules: 1285
% 49.17/49.37  New rule produced :
% 49.17/49.37  [1303]
% 49.17/49.37  theorem(or(A,or(not(or(A,or(not(B),C))),or(or(X,C),not(or(X,B)))))) -> true
% 49.17/49.37  Current number of equations to process: 686
% 49.17/49.37  Current number of ordered equations: 0
% 49.17/49.37  Current number of rules: 1286
% 49.17/49.37  New rule produced :
% 49.17/49.37  [1304]
% 49.17/49.37  theorem(or(not(or(or(not(A),B),C)),or(C,or(or(X,B),not(or(X,A)))))) -> true
% 49.17/49.37  Current number of equations to process: 685
% 49.17/49.37  Current number of ordered equations: 0
% 49.17/49.37  Current number of rules: 1287
% 49.17/49.37  New rule produced :
% 49.17/49.37  [1305]
% 49.17/49.37  theorem(or(or(A,or(or(not(or(B,C)),or(B,X)),not(or(not(C),X)))),Y)) -> true
% 49.17/49.37  Current number of equations to process: 686
% 49.17/49.37  Current number of ordered equations: 0
% 49.17/49.37  Current number of rules: 1288
% 49.17/49.37  New rule produced :
% 49.17/49.37  [1306]
% 49.17/49.37  theorem(or(or(A,or(B,or(not(or(C,not(X))),C))),not(or(A,or(B,X))))) -> true
% 49.17/49.37  Current number of equations to process: 695
% 49.17/49.37  Current number of ordered equations: 0
% 49.17/49.37  Current number of rules: 1289
% 49.17/49.37  New rule produced :
% 49.17/49.37  [1307]
% 49.17/49.37  theorem(or(A,or(not(or(A,or(B,C))),or(B,or(not(or(X,not(C))),X))))) -> true
% 49.17/49.37  Current number of equations to process: 694
% 49.17/49.37  Current number of ordered equations: 0
% 49.17/49.37  Current number of rules: 1290
% 49.17/49.37  New rule produced :
% 49.17/49.37  [1308]
% 49.17/49.37  theorem(or(not(or(or(A,B),C)),or(C,or(A,or(not(or(X,not(B))),X))))) -> true
% 49.17/49.37  Current number of equations to process: 693
% 49.17/49.37  Current number of ordered equations: 0
% 49.17/49.37  Current number of rules: 1291
% 53.00/53.21  New rule produced :
% 53.00/53.21  [1309]
% 53.00/53.21  theorem(or(or(A,or(not(or(B,not(C))),B)),not(or(or(A,C),or(A,C))))) -> true
% 53.00/53.21  Current number of equations to process: 699
% 53.00/53.21  Current number of ordered equations: 0
% 53.00/53.21  Current number of rules: 1292
% 53.00/53.21  New rule produced :
% 53.00/53.21  [1310]
% 53.00/53.21  theorem(or(A,or(not(or(or(A,B),or(A,B))),or(not(or(C,not(B))),C)))) -> true
% 53.00/53.21  Current number of equations to process: 698
% 53.00/53.21  Current number of ordered equations: 0
% 53.00/53.21  Current number of rules: 1293
% 53.00/53.21  New rule produced :
% 53.00/53.21  [1311]
% 53.00/53.21  theorem(or(or(A,or(not(or(B,not(or(C,X)))),B)),not(or(A,or(X,C))))) -> true
% 53.00/53.21  Current number of equations to process: 705
% 53.00/53.21  Current number of ordered equations: 0
% 53.00/53.21  Current number of rules: 1294
% 53.00/53.21  New rule produced :
% 53.00/53.21  [1312]
% 53.00/53.21  theorem(or(A,or(not(or(A,or(B,C))),or(not(or(X,not(or(C,B)))),X)))) -> true
% 53.00/53.21  Current number of equations to process: 704
% 53.00/53.21  Current number of ordered equations: 0
% 53.00/53.21  Current number of rules: 1295
% 53.00/53.21  New rule produced :
% 53.00/53.21  [1313]
% 53.00/53.21  theorem(or(not(or(or(A,B),C)),or(C,or(not(or(X,not(or(B,A)))),X)))) -> true
% 53.00/53.21  Current number of equations to process: 703
% 53.00/53.21  Current number of ordered equations: 0
% 53.00/53.21  Current number of rules: 1296
% 53.00/53.21  New rule produced :
% 53.00/53.21  [1314]
% 53.00/53.21  theorem(or(or(not(or(A,not(or(B,C)))),A),not(or(or(C,B),or(C,B))))) -> true
% 53.00/53.21  Current number of equations to process: 710
% 53.00/53.21  Current number of ordered equations: 0
% 53.00/53.21  Current number of rules: 1297
% 53.00/53.21  New rule produced :
% 53.00/53.21  [1315]
% 53.00/53.21  theorem(or(not(or(A,not(or(B,C)))),or(not(or(or(C,B),or(C,B))),A))) -> true
% 53.00/53.21  Current number of equations to process: 709
% 53.00/53.21  Current number of ordered equations: 0
% 53.00/53.21  Current number of rules: 1298
% 53.00/53.21  New rule produced :
% 53.00/53.21  [1316]
% 53.00/53.21  theorem(or(or(or(not(or(or(or(A,B),C),or(or(A,B),C))),C),B),A)) -> true
% 53.00/53.21  Current number of equations to process: 714
% 53.00/53.21  Current number of ordered equations: 0
% 53.00/53.21  Current number of rules: 1299
% 53.00/53.21  New rule produced :
% 53.00/53.21  [1317]
% 53.00/53.21  theorem(or(or(or(not(or(not(A),B)),or(not(or(C,A)),or(C,B))),X),Y)) -> true
% 53.00/53.21  Current number of equations to process: 721
% 53.00/53.21  Current number of ordered equations: 0
% 53.00/53.21  Current number of rules: 1300
% 53.00/53.21  New rule produced :
% 53.00/53.21  [1318]
% 53.00/53.21  ifeq(axiom(or(not(or(not(or(A,A)),not(or(not(A),not(A))))),B)),true,theorem(B),true)
% 53.00/53.21  -> true
% 53.00/53.21  Current number of equations to process: 720
% 53.00/53.21  Current number of ordered equations: 0
% 53.00/53.21  Current number of rules: 1301
% 53.00/53.21  New rule produced :
% 53.00/53.21  [1319]
% 53.00/53.21  ifeq(axiom(or(not(A),or(B,B))),true,theorem(or(not(A),not(or(not(B),not(B))))),true)
% 53.00/53.21  -> true
% 53.00/53.21  Current number of equations to process: 719
% 53.00/53.21  Current number of ordered equations: 0
% 53.00/53.21  Current number of rules: 1302
% 53.00/53.21  New rule produced :
% 53.00/53.21  [1320]
% 53.00/53.21  theorem(or(or(not(or(A,A)),or(not(or(B,or(not(A),C))),or(B,C))),X)) -> true
% 53.00/53.21  Current number of equations to process: 723
% 53.00/53.21  Current number of ordered equations: 0
% 53.00/53.21  Current number of rules: 1303
% 53.00/53.21  New rule produced :
% 53.00/53.21  [1321]
% 53.00/53.21  theorem(or(or(not(A),or(not(or(B,or(not(or(C,A)),X))),or(B,X))),Y)) -> true
% 53.00/53.21  Current number of equations to process: 726
% 53.00/53.21  Current number of ordered equations: 0
% 53.00/53.21  Current number of rules: 1304
% 53.00/53.21  New rule produced :
% 53.00/53.21  [1322]
% 53.00/53.21  theorem(or(or(not(or(A,or(not(or(B,C)),X))),or(A,X)),not(or(C,C)))) -> true
% 53.00/53.21  Current number of equations to process: 732
% 53.00/53.21  Current number of ordered equations: 0
% 53.00/53.21  Current number of rules: 1305
% 53.00/53.21  New rule produced :
% 53.00/53.21  [1323]
% 53.00/53.21  theorem(or(not(or(A,or(not(or(B,C)),X))),or(not(or(C,C)),or(A,X)))) -> true
% 53.00/53.21  Current number of equations to process: 731
% 53.00/53.21  Current number of ordered equations: 0
% 53.00/53.21  Current number of rules: 1306
% 53.00/53.21  New rule produced :
% 53.00/53.21  [1324]
% 53.00/53.21  theorem(or(or(not(or(A,or(not(or(B,or(C,X))),Y))),or(A,Y)),not(X))) -> true
% 53.00/53.21  Current number of equations to process: 737
% 53.00/53.21  Current number of ordered equations: 0
% 53.00/53.21  Current number of rules: 1307
% 53.00/53.21  New rule produced :
% 53.00/53.21  [1325]
% 53.00/53.21  theorem(or(not(or(A,or(not(or(B,or(C,X))),Y))),or(not(X),or(A,Y)))) -> true
% 53.00/53.21  Current number of equations to process: 736
% 53.00/53.21  Current number of ordered equations: 0
% 53.00/53.21  Current number of rules: 1308
% 53.00/53.21  New rule produced :
% 53.00/53.21  [1326]
% 53.00/53.21  theorem(or(or(A,or(not(or(not(B),C)),or(X,C))),not(or(A,or(B,X))))) -> true
% 53.00/53.21  Current number of equations to process: 745
% 53.00/53.21  Current number of ordered equations: 0
% 53.00/53.21  Current number of rules: 1309
% 53.00/53.21  New rule produced :
% 53.00/53.21  [1327]
% 53.00/53.21  theorem(or(A,or(not(or(A,or(B,C))),or(not(or(not(B),X)),or(C,X))))) -> true
% 53.00/53.21  Current number of equations to process: 744
% 53.00/53.21  Current number of ordered equations: 0
% 60.68/60.87  Current number of rules: 1310
% 60.68/60.87  New rule produced :
% 60.68/60.87  [1328]
% 60.68/60.87  theorem(or(not(or(or(A,B),C)),or(C,or(not(or(not(A),X)),or(B,X))))) -> true
% 60.68/60.87  Current number of equations to process: 743
% 60.68/60.87  Current number of ordered equations: 0
% 60.68/60.87  Current number of rules: 1311
% 60.68/60.87  New rule produced :
% 60.68/60.87  [1329]
% 60.68/60.87  theorem(or(or(not(or(not(A),B)),or(C,B)),not(or(or(A,C),or(A,C))))) -> true
% 60.68/60.87  Current number of equations to process: 749
% 60.68/60.87  Current number of ordered equations: 0
% 60.68/60.87  Current number of rules: 1312
% 60.68/60.87  New rule produced :
% 60.68/60.87  [1330]
% 60.68/60.87  theorem(or(not(or(not(A),B)),or(not(or(or(A,C),or(A,C))),or(C,B)))) -> true
% 60.68/60.87  Current number of equations to process: 748
% 60.68/60.87  Current number of ordered equations: 0
% 60.68/60.87  Current number of rules: 1313
% 60.68/60.87  New rule produced :
% 60.68/60.87  [1331]
% 60.68/60.87  theorem(or(or(A,or(B,or(C,X))),not(or(A,or(B,or(C,or(X,X))))))) -> true
% 60.68/60.87  Current number of equations to process: 753
% 60.68/60.87  Current number of ordered equations: 0
% 60.68/60.87  Current number of rules: 1314
% 60.68/60.87  New rule produced :
% 60.68/60.87  [1332]
% 60.68/60.87  theorem(or(A,or(not(or(A,or(B,or(C,or(X,X))))),or(B,or(C,X))))) -> true
% 60.68/60.87  Current number of equations to process: 752
% 60.68/60.87  Current number of ordered equations: 0
% 60.68/60.87  Current number of rules: 1315
% 60.68/60.87  New rule produced :
% 60.68/60.87  [1333]
% 60.68/60.87  theorem(or(not(or(or(A,or(B,or(C,C))),X)),or(X,or(A,or(B,C))))) -> true
% 60.68/60.87  Current number of equations to process: 751
% 60.68/60.87  Current number of ordered equations: 0
% 60.68/60.87  Current number of rules: 1316
% 60.68/60.87  New rule produced :
% 60.68/60.87  [1334]
% 60.68/60.87  theorem(or(not(or(A,B)),not(or(not(or(C,or(B,A))),not(or(C,or(B,A))))))) ->
% 60.68/60.87  true
% 60.68/60.87  Current number of equations to process: 750
% 60.68/60.87  Current number of ordered equations: 0
% 60.68/60.87  Current number of rules: 1317
% 60.68/60.87  New rule produced :
% 60.68/60.87  [1335] theorem(or(not(or(A,or(or(B,B),C))),or(or(A,C),B))) -> true
% 60.68/60.87  Current number of equations to process: 750
% 60.68/60.87  Current number of ordered equations: 0
% 60.68/60.87  Current number of rules: 1318
% 60.68/60.87  New rule produced :
% 60.68/60.87  [1336]
% 60.68/60.87  theorem(or(or(A,or(B,or(C,or(X,Y)))),not(or(A,or(B,or(C,Y)))))) -> true
% 60.68/60.87  Current number of equations to process: 757
% 60.68/60.87  Current number of ordered equations: 0
% 60.68/60.87  Current number of rules: 1319
% 60.68/60.87  New rule produced :
% 60.68/60.87  [1337]
% 60.68/60.87  theorem(or(A,or(not(or(A,or(B,or(C,X)))),or(B,or(C,or(Y,X)))))) -> true
% 60.68/60.87  Current number of equations to process: 756
% 60.68/60.87  Current number of ordered equations: 0
% 60.68/60.87  Current number of rules: 1320
% 60.68/60.87  New rule produced :
% 60.68/60.87  [1338]
% 60.68/60.87  theorem(or(not(or(or(A,or(B,C)),X)),or(X,or(A,or(B,or(Y,C)))))) -> true
% 60.68/60.87  Current number of equations to process: 755
% 60.68/60.87  Current number of ordered equations: 0
% 60.68/60.87  Current number of rules: 1321
% 60.68/60.87  New rule produced :
% 60.68/60.87  [1339]
% 60.68/60.87  theorem(or(not(or(A,or(B,C))),or(A,not(or(not(or(C,B)),not(or(C,B))))))) ->
% 60.68/60.87  true
% 60.68/60.87  Current number of equations to process: 754
% 60.68/60.87  Current number of ordered equations: 0
% 60.68/60.87  Current number of rules: 1322
% 60.68/60.87  New rule produced :
% 60.68/60.87  [1340]
% 60.68/60.87  theorem(or(not(or(or(A,B),or(A,B))),not(or(not(or(B,A)),not(or(B,A)))))) ->
% 60.68/60.87  true
% 60.68/60.87  Current number of equations to process: 753
% 60.68/60.87  Current number of ordered equations: 0
% 60.68/60.87  Current number of rules: 1323
% 60.68/60.87  New rule produced :
% 60.68/60.87  [1341] theorem(or(not(or(A,or(B,C))),or(or(A,C),or(X,B)))) -> true
% 60.68/60.87  Current number of equations to process: 752
% 60.68/60.87  Current number of ordered equations: 0
% 60.68/60.87  Current number of rules: 1324
% 60.68/60.87  New rule produced :
% 60.68/60.87  [1342] theorem(or(not(or(not(A),B)),or(or(C,B),or(X,not(or(C,A)))))) -> true
% 60.68/60.87  Current number of equations to process: 752
% 60.68/60.87  Current number of ordered equations: 0
% 60.68/60.87  Current number of rules: 1325
% 60.68/60.87  New rule produced :
% 60.68/60.87  [1343]
% 60.68/60.87  theorem(or(or(A,or(B,or(C,X))),not(or(A,or(or(B,X),or(B,X)))))) -> true
% 60.68/60.87  Current number of equations to process: 761
% 60.68/60.87  Current number of ordered equations: 0
% 60.68/60.87  Current number of rules: 1326
% 60.68/60.87  New rule produced :
% 60.68/60.87  [1344]
% 60.68/60.87  theorem(or(A,or(not(or(A,or(or(B,C),or(B,C)))),or(B,or(X,C))))) -> true
% 60.68/60.87  Current number of equations to process: 760
% 60.68/60.87  Current number of ordered equations: 0
% 60.68/60.87  Current number of rules: 1327
% 60.68/60.87  New rule produced :
% 60.68/60.87  [1345]
% 60.68/60.87  theorem(or(not(or(or(or(A,B),or(A,B)),C)),or(C,or(A,or(X,B))))) -> true
% 60.68/60.87  Current number of equations to process: 759
% 60.68/60.87  Current number of ordered equations: 0
% 60.68/60.87  Current number of rules: 1328
% 60.68/60.87  New rule produced :
% 60.68/60.87  [1346]
% 60.68/60.87  theorem(or(or(A,or(not(or(not(B),or(C,X))),or(X,C))),not(or(A,B)))) -> true
% 60.68/60.87  Current number of equations to process: 766
% 60.68/60.87  Current number of ordered equations: 0
% 60.68/60.87  Current number of rules: 1329
% 64.21/64.41  New rule produced :
% 64.21/64.41  [1347]
% 64.21/64.41  theorem(or(A,or(not(or(A,B)),or(not(or(not(B),or(C,X))),or(X,C))))) -> true
% 64.21/64.41  Current number of equations to process: 765
% 64.21/64.41  Current number of ordered equations: 0
% 64.21/64.41  Current number of rules: 1330
% 64.21/64.41  New rule produced :
% 64.21/64.41  [1348]
% 64.21/64.41  theorem(or(not(or(A,B)),or(B,or(not(or(not(A),or(C,X))),or(X,C))))) -> true
% 64.21/64.41  Current number of equations to process: 764
% 64.21/64.41  Current number of ordered equations: 0
% 64.21/64.41  Current number of rules: 1331
% 64.21/64.41  New rule produced :
% 64.21/64.41  [1349] theorem(or(not(A),or(not(or(not(or(A,B)),or(C,X))),or(X,C)))) -> true
% 64.21/64.41  Current number of equations to process: 769
% 64.21/64.41  Current number of ordered equations: 0
% 64.21/64.41  Current number of rules: 1332
% 64.21/64.41  New rule produced :
% 64.21/64.41  [1350]
% 64.21/64.41  theorem(or(or(not(or(not(or(A,B)),or(C,X))),or(X,C)),not(or(B,A)))) -> true
% 64.21/64.41  Current number of equations to process: 770
% 64.21/64.41  Current number of ordered equations: 0
% 64.21/64.41  Current number of rules: 1333
% 64.21/64.41  New rule produced :
% 64.21/64.41  [1351]
% 64.21/64.41  theorem(or(not(or(not(or(A,B)),or(C,X))),or(not(or(B,A)),or(X,C)))) -> true
% 64.21/64.41  Current number of equations to process: 769
% 64.21/64.41  Current number of ordered equations: 0
% 64.21/64.41  Current number of rules: 1334
% 64.21/64.41  New rule produced :
% 64.21/64.41  [1352]
% 64.21/64.41  theorem(or(or(A,or(B,C)),not(or(or(or(C,B),A),or(or(C,B),A))))) -> true
% 64.21/64.41  Current number of equations to process: 773
% 64.21/64.41  Current number of ordered equations: 0
% 64.21/64.41  Current number of rules: 1335
% 64.21/64.41  New rule produced :
% 64.21/64.41  [1353]
% 64.21/64.41  theorem(or(A,or(not(or(or(or(B,C),A),or(or(B,C),A))),or(C,B)))) -> true
% 64.21/64.41  Current number of equations to process: 772
% 64.21/64.41  Current number of ordered equations: 0
% 64.21/64.41  Current number of rules: 1336
% 64.21/64.41  New rule produced :
% 64.21/64.41  [1354]
% 64.21/64.41  theorem(or(or(A,or(not(or(B,C)),or(not(or(not(C),X)),or(B,X)))),Y)) -> true
% 64.21/64.41  Current number of equations to process: 779
% 64.21/64.41  Current number of ordered equations: 0
% 64.21/64.41  Current number of rules: 1337
% 64.21/64.41  New rule produced :
% 64.21/64.41  [1355]
% 64.21/64.41  theorem(or(not(or(or(not(A),B),or(not(A),B))),or(or(C,B),not(or(C,A))))) ->
% 64.21/64.41  true
% 64.21/64.41  Current number of equations to process: 778
% 64.21/64.41  Current number of ordered equations: 0
% 64.21/64.41  Current number of rules: 1338
% 64.21/64.41  New rule produced :
% 64.21/64.41  [1356]
% 64.21/64.41  theorem(or(or(not(or(or(A,or(B,B)),or(A,or(B,B)))),or(A,B)),C)) -> true
% 64.21/64.41  Current number of equations to process: 782
% 64.21/64.41  Current number of ordered equations: 0
% 64.21/64.41  Current number of rules: 1339
% 64.21/64.41  New rule produced :
% 64.21/64.41  [1357] theorem(or(A,or(or(B,or(C,X)),not(or(B,or(X,X)))))) -> true
% 64.21/64.41  Current number of equations to process: 787
% 64.21/64.41  Current number of ordered equations: 0
% 64.21/64.41  Current number of rules: 1340
% 64.21/64.41  New rule produced :
% 64.21/64.41  [1358] theorem(or(or(not(or(A,or(B,B))),or(C,B)),A)) -> true
% 64.21/64.41  Current number of equations to process: 792
% 64.21/64.41  Current number of ordered equations: 0
% 64.21/64.41  Current number of rules: 1341
% 64.21/64.41  New rule produced :
% 64.21/64.41  [1359] theorem(or(A,or(B,or(not(or(B,or(C,C))),or(X,C))))) -> true
% 64.21/64.41  Current number of equations to process: 794
% 64.21/64.41  Current number of ordered equations: 0
% 64.21/64.41  Current number of rules: 1342
% 64.21/64.41  New rule produced :
% 64.21/64.41  [1360] theorem(or(or(A,or(B,C)),not(or(or(C,C),A)))) -> true
% 64.21/64.41  Current number of equations to process: 798
% 64.21/64.41  Current number of ordered equations: 0
% 64.21/64.41  Current number of rules: 1343
% 64.21/64.41  New rule produced :
% 64.21/64.41  [1361] theorem(or(A,or(not(or(or(B,B),A)),or(C,B)))) -> true
% 64.21/64.41  Current number of equations to process: 798
% 64.21/64.41  Current number of ordered equations: 0
% 64.21/64.41  Current number of rules: 1344
% 64.21/64.41  New rule produced :
% 64.21/64.41  [1362] theorem(or(A,or(not(or(or(B,B),C)),or(C,or(X,B))))) -> true
% 64.21/64.41  Current number of equations to process: 798
% 64.21/64.41  Current number of ordered equations: 0
% 64.21/64.41  Current number of rules: 1345
% 64.21/64.41  New rule produced :
% 64.21/64.41  [1363]
% 64.21/64.41  ifeq(axiom(or(or(A,or(B,C)),not(or(A,or(C,C))))),true,true,true) -> true
% 64.21/64.41  Current number of equations to process: 800
% 64.21/64.41  Current number of ordered equations: 0
% 64.21/64.41  Current number of rules: 1346
% 64.21/64.41  New rule produced :
% 64.21/64.41  [1364]
% 64.21/64.41  ifeq(axiom(or(A,or(not(or(A,or(B,B))),or(C,B)))),true,true,true) -> true
% 64.21/64.41  Current number of equations to process: 799
% 64.21/64.41  Current number of ordered equations: 0
% 64.21/64.41  Current number of rules: 1347
% 64.21/64.41  New rule produced :
% 64.21/64.41  [1365] theorem(or(not(or(A,A)),or(not(or(not(A),or(B,B))),or(C,B)))) -> true
% 64.21/64.41  Current number of equations to process: 798
% 64.21/64.41  Current number of ordered equations: 0
% 64.21/64.41  Current number of rules: 1348
% 64.21/64.41  New rule produced :
% 64.21/64.41  [1366] theorem(or(not(A),or(not(or(not(or(B,A)),or(C,C))),or(X,C)))) -> true
% 64.21/64.41  Current number of equations to process: 797
% 67.17/67.36  Current number of ordered equations: 0
% 67.17/67.36  Current number of rules: 1349
% 67.17/67.36  New rule produced :
% 67.17/67.36  [1367] theorem(or(not(or(A,or(or(B,B),C))),or(A,or(C,or(X,B))))) -> true
% 67.17/67.36  Current number of equations to process: 796
% 67.17/67.36  Current number of ordered equations: 0
% 67.17/67.36  Current number of rules: 1350
% 67.17/67.36  New rule produced :
% 67.17/67.36  [1368] theorem(or(or(not(or(A,or(B,B))),or(A,or(C,B))),X)) -> true
% 67.17/67.36  Current number of equations to process: 798
% 67.17/67.36  Current number of ordered equations: 0
% 67.17/67.36  Current number of rules: 1351
% 67.17/67.36  New rule produced :
% 67.17/67.36  [1369] theorem(or(not(or(A,or(B,B))),or(C,or(A,or(X,B))))) -> true
% 67.17/67.36  Current number of equations to process: 797
% 67.17/67.36  Current number of ordered equations: 0
% 67.17/67.36  Current number of rules: 1352
% 67.17/67.36  New rule produced :
% 67.17/67.36  [1370] ifeq(axiom(or(A,or(or(B,C),not(or(C,C))))),true,true,true) -> true
% 67.17/67.36  Current number of equations to process: 799
% 67.17/67.36  Current number of ordered equations: 0
% 67.17/67.36  Current number of rules: 1353
% 67.17/67.36  New rule produced : [1371] theorem(or(or(or(A,B),not(or(B,B))),C)) -> true
% 67.17/67.36  Current number of equations to process: 800
% 67.17/67.36  Current number of ordered equations: 0
% 67.17/67.36  Current number of rules: 1354
% 67.17/67.36  New rule produced : [1372] theorem(or(or(A,B),or(C,not(or(B,B))))) -> true
% 67.17/67.36  Current number of equations to process: 800
% 67.17/67.36  Current number of ordered equations: 0
% 67.17/67.36  Current number of rules: 1355
% 67.17/67.36  New rule produced :
% 67.17/67.36  [1373] theorem(or(A,or(B,or(or(C,X),not(or(X,X)))))) -> true
% 67.17/67.36  Current number of equations to process: 799
% 67.17/67.36  Current number of ordered equations: 0
% 67.17/67.36  Current number of rules: 1356
% 67.17/67.36  New rule produced :
% 67.17/67.36  [1374] theorem(or(A,or(B,or(not(or(C,or(X,X))),or(C,or(Y,X)))))) -> true
% 67.17/67.36  Current number of equations to process: 797
% 67.17/67.36  Current number of ordered equations: 0
% 67.17/67.36  Current number of rules: 1357
% 67.17/67.36  New rule produced :
% 67.17/67.36  [1375] ifeq(axiom(or(or(not(or(A,A)),or(B,A)),C)),true,true,true) -> true
% 67.17/67.36  Current number of equations to process: 798
% 67.17/67.36  Current number of ordered equations: 0
% 67.17/67.36  Current number of rules: 1358
% 67.17/67.36  New rule produced :
% 67.17/67.36  [1376] theorem(or(A,or(or(not(or(B,B)),or(C,B)),X))) -> true
% 67.17/67.36  Current number of equations to process: 798
% 67.17/67.36  Current number of ordered equations: 0
% 67.17/67.36  Current number of rules: 1359
% 67.17/67.36  New rule produced :
% 67.17/67.36  [1377] theorem(or(or(A,or(not(or(B,B)),or(C,B))),X)) -> true
% 67.17/67.36  Current number of equations to process: 802
% 67.17/67.36  Current number of ordered equations: 0
% 67.17/67.36  Current number of rules: 1360
% 67.17/67.36  New rule produced :
% 67.17/67.36  [1378] theorem(or(A,or(B,or(C,or(not(or(X,X)),or(Y,X)))))) -> true
% 67.17/67.36  Current number of equations to process: 801
% 67.17/67.36  Current number of ordered equations: 0
% 67.17/67.36  Current number of rules: 1361
% 67.17/67.36  New rule produced :
% 67.17/67.36  [1379] theorem(or(A,or(or(B,C),not(or(or(C,C),or(C,C)))))) -> true
% 67.17/67.36  Current number of equations to process: 803
% 67.17/67.36  Current number of ordered equations: 0
% 67.17/67.36  Current number of rules: 1362
% 67.17/67.36  New rule produced :
% 67.17/67.36  [1380]
% 67.17/67.36  ifeq(axiom(or(A,or(B,or(not(or(C,C)),or(X,C))))),true,true,true) -> true
% 67.17/67.36  Current number of equations to process: 805
% 67.17/67.36  Current number of ordered equations: 0
% 67.17/67.36  Current number of rules: 1363
% 67.17/67.36  New rule produced :
% 67.17/67.36  [1381]
% 67.17/67.36  ifeq(axiom(or(or(A,B),not(or(or(B,B),or(B,B))))),true,true,true) -> true
% 67.17/67.36  Current number of equations to process: 804
% 67.17/67.36  Current number of ordered equations: 0
% 67.17/67.36  Current number of rules: 1364
% 67.17/67.36  New rule produced :
% 67.17/67.36  [1382] theorem(or(or(not(or(or(A,A),or(A,A))),or(B,A)),C)) -> true
% 67.17/67.36  Current number of equations to process: 805
% 67.17/67.36  Current number of ordered equations: 0
% 67.17/67.36  Current number of rules: 1365
% 67.17/67.36  New rule produced :
% 67.17/67.36  [1383] theorem(or(A,or(B,or(not(or(or(C,C),or(C,C))),or(X,C))))) -> true
% 67.17/67.36  Current number of equations to process: 806
% 67.17/67.36  Current number of ordered equations: 0
% 67.17/67.36  Current number of rules: 1366
% 67.17/67.36  New rule produced :
% 67.17/67.36  [1384] theorem(or(or(A,or(B,or(C,X))),not(or(A,or(B,or(X,X)))))) -> true
% 67.17/67.36  Current number of equations to process: 810
% 67.17/67.36  Current number of ordered equations: 0
% 67.17/67.36  Current number of rules: 1367
% 67.17/67.36  New rule produced :
% 67.17/67.36  [1385] theorem(or(A,or(not(or(A,or(B,or(C,C)))),or(B,or(X,C))))) -> true
% 67.17/67.36  Current number of equations to process: 809
% 67.17/67.36  Current number of ordered equations: 0
% 67.17/67.36  Current number of rules: 1368
% 67.17/67.36  New rule produced :
% 67.17/67.36  [1386] theorem(or(not(or(or(A,or(B,B)),C)),or(C,or(A,or(X,B))))) -> true
% 67.17/67.36  Current number of equations to process: 808
% 67.17/67.36  Current number of ordered equations: 0
% 67.17/67.36  Current number of rules: 1369
% 71.71/71.94  New rule produced :
% 71.71/71.94  [1387] theorem(or(or(A,or(B,C)),not(or(A,or(or(C,C),or(C,C)))))) -> true
% 71.71/71.94  Current number of equations to process: 815
% 71.71/71.94  Current number of ordered equations: 0
% 71.71/71.94  Current number of rules: 1370
% 71.71/71.94  New rule produced :
% 71.71/71.94  [1388] theorem(or(A,or(not(or(A,or(or(B,B),or(B,B)))),or(C,B)))) -> true
% 71.71/71.94  Current number of equations to process: 814
% 71.71/71.94  Current number of ordered equations: 0
% 71.71/71.94  Current number of rules: 1371
% 71.71/71.94  New rule produced :
% 71.71/71.94  [1389] theorem(or(not(or(or(or(A,A),or(A,A)),B)),or(B,or(C,A)))) -> true
% 71.71/71.94  Current number of equations to process: 813
% 71.71/71.94  Current number of ordered equations: 0
% 71.71/71.94  Current number of rules: 1372
% 71.71/71.94  New rule produced :
% 71.71/71.94  [1390] theorem(or(A,or(or(B,C),not(or(B,or(or(C,C),or(C,C))))))) -> true
% 71.71/71.94  Current number of equations to process: 818
% 71.71/71.94  Current number of ordered equations: 0
% 71.71/71.94  Current number of rules: 1373
% 71.71/71.94  New rule produced :
% 71.71/71.94  [1391] theorem(or(or(not(or(A,or(or(B,B),or(B,B)))),B),A)) -> true
% 71.71/71.94  Current number of equations to process: 822
% 71.71/71.94  Current number of ordered equations: 0
% 71.71/71.94  Current number of rules: 1374
% 71.71/71.95  New rule produced :
% 71.71/71.95  [1392] theorem(or(A,or(B,or(not(or(B,or(or(C,C),or(C,C)))),C)))) -> true
% 71.71/71.95  Current number of equations to process: 824
% 71.71/71.95  Current number of ordered equations: 0
% 71.71/71.95  Current number of rules: 1375
% 71.71/71.95  New rule produced :
% 71.71/71.95  [1393] theorem(or(or(A,B),not(or(or(or(B,B),or(B,B)),A)))) -> true
% 71.71/71.95  Current number of equations to process: 828
% 71.71/71.95  Current number of ordered equations: 0
% 71.71/71.95  Current number of rules: 1376
% 71.71/71.95  New rule produced :
% 71.71/71.95  [1394] theorem(or(A,or(not(or(or(or(B,B),or(B,B)),A)),B))) -> true
% 71.71/71.95  Current number of equations to process: 827
% 71.71/71.95  Current number of ordered equations: 0
% 71.71/71.95  Current number of rules: 1377
% 71.71/71.95  New rule produced :
% 71.71/71.95  [1395] theorem(or(A,or(not(or(or(or(B,B),or(B,B)),C)),or(C,B)))) -> true
% 71.71/71.95  Current number of equations to process: 826
% 71.71/71.95  Current number of ordered equations: 0
% 71.71/71.95  Current number of rules: 1378
% 71.71/71.95  New rule produced :
% 71.71/71.95  [1396] theorem(or(or(A,not(or(or(A,A),or(A,A)))),B)) -> true
% 71.71/71.95  Current number of equations to process: 830
% 71.71/71.95  Current number of ordered equations: 0
% 71.71/71.95  Current number of rules: 1379
% 71.71/71.95  New rule produced :
% 71.71/71.95  [1397] theorem(or(A,or(B,not(or(or(A,A),or(A,A)))))) -> true
% 71.71/71.95  Current number of equations to process: 830
% 71.71/71.95  Current number of ordered equations: 0
% 71.71/71.95  Current number of rules: 1380
% 71.71/71.95  New rule produced :
% 71.71/71.95  [1398] theorem(or(A,or(B,or(C,not(or(or(C,C),or(C,C))))))) -> true
% 71.71/71.95  Current number of equations to process: 829
% 71.71/71.95  Current number of ordered equations: 0
% 71.71/71.95  Current number of rules: 1381
% 71.71/71.95  New rule produced :
% 71.71/71.95  [1399] theorem(or(A,or(or(not(or(or(B,B),or(B,B))),B),C))) -> true
% 71.71/71.95  Current number of equations to process: 831
% 71.71/71.95  Current number of ordered equations: 0
% 71.71/71.95  Current number of rules: 1382
% 71.71/71.95  New rule produced :
% 71.71/71.95  [1400]
% 71.71/71.95  ifeq(axiom(or(A,or(B,not(or(or(B,B),or(B,B)))))),true,true,true) -> true
% 71.71/71.95  Current number of equations to process: 833
% 71.71/71.95  Current number of ordered equations: 0
% 71.71/71.95  Current number of rules: 1383
% 71.71/71.95  New rule produced :
% 71.71/71.95  [1401]
% 71.71/71.95  ifeq(axiom(or(or(not(or(or(A,A),or(A,A))),A),B)),true,true,true) -> true
% 71.71/71.95  Current number of equations to process: 832
% 71.71/71.95  Current number of ordered equations: 0
% 71.71/71.95  Current number of rules: 1384
% 71.71/71.95  New rule produced :
% 71.71/71.95  [1402] theorem(or(or(A,or(not(or(or(B,B),or(B,B))),B)),C)) -> true
% 71.71/71.95  Current number of equations to process: 833
% 71.71/71.95  Current number of ordered equations: 0
% 71.71/71.95  Current number of rules: 1385
% 71.71/71.95  New rule produced :
% 71.71/71.95  [1403] theorem(or(A,or(B,or(C,or(not(or(or(X,X),or(X,X))),X))))) -> true
% 71.71/71.95  Current number of equations to process: 835
% 71.71/71.95  Current number of ordered equations: 0
% 71.71/71.95  Current number of rules: 1386
% 71.71/71.95  New rule produced :
% 71.71/71.95  [1404] theorem(or(or(or(A,B),not(or(or(B,A),or(B,A)))),C)) -> true
% 71.71/71.95  Current number of equations to process: 837
% 71.71/71.95  Current number of ordered equations: 0
% 71.71/71.95  Current number of rules: 1387
% 71.71/71.95  New rule produced :
% 71.71/71.95  [1405] theorem(or(or(A,B),or(C,not(or(or(B,A),or(B,A)))))) -> true
% 71.71/71.95  Current number of equations to process: 836
% 71.71/71.95  Current number of ordered equations: 0
% 71.71/71.95  Current number of rules: 1388
% 71.71/71.95  New rule produced :
% 71.71/71.95  [1406] theorem(or(A,or(or(not(or(or(B,C),or(B,C))),B),C))) -> true
% 71.71/71.95  Current number of equations to process: 839
% 71.71/71.95  Current number of ordered equations: 0
% 71.71/71.95  Current number of rules: 1389
% 71.71/71.95  New rule produced :
% 73.68/73.88  [1407] theorem(or(A,or(B,or(or(C,X),not(or(or(X,C),or(X,C))))))) -> true
% 73.68/73.88  Current number of equations to process: 841
% 73.68/73.88  Current number of ordered equations: 0
% 73.68/73.88  Current number of rules: 1390
% 73.68/73.88  New rule produced :
% 73.68/73.88  [1408]
% 73.68/73.88  ifeq(axiom(or(or(not(or(or(A,B),or(A,B))),A),B)),true,true,true) -> true
% 73.68/73.88  Current number of equations to process: 840
% 73.68/73.88  Current number of ordered equations: 0
% 73.68/73.88  Current number of rules: 1391
% 73.68/73.88  New rule produced :
% 73.68/73.88  [1409] theorem(or(or(A,or(not(or(or(B,A),or(B,A))),B)),C)) -> true
% 73.68/73.88  Current number of equations to process: 842
% 73.68/73.88  Current number of ordered equations: 0
% 73.68/73.88  Current number of rules: 1392
% 73.68/73.88  New rule produced :
% 73.68/73.88  [1410] theorem(or(A,or(B,or(not(or(or(C,A),or(C,A))),C)))) -> true
% 73.68/73.88  Current number of equations to process: 841
% 73.68/73.88  Current number of ordered equations: 0
% 73.68/73.88  Current number of rules: 1393
% 73.68/73.88  New rule produced :
% 73.68/73.88  [1411] theorem(or(not(or(A,or(B,C))),or(A,or(B,not(not(C)))))) -> true
% 73.68/73.88  Current number of equations to process: 842
% 73.68/73.88  Current number of ordered equations: 0
% 73.68/73.88  Current number of rules: 1394
% 73.68/73.88  New rule produced :
% 73.68/73.88  [1412] theorem(or(or(A,not(not(B))),not(or(A,B)))) -> true
% 73.68/73.88  Current number of equations to process: 844
% 73.68/73.88  Current number of ordered equations: 0
% 73.68/73.88  Current number of rules: 1395
% 73.68/73.88  New rule produced :
% 73.68/73.88  [1413] theorem(or(A,or(not(or(A,B)),not(not(B))))) -> true
% 73.68/73.88  Current number of equations to process: 844
% 73.68/73.88  Current number of ordered equations: 0
% 73.68/73.88  Current number of rules: 1396
% 73.68/73.88  New rule produced : [1414] theorem(or(not(A),or(B,not(not(A))))) -> true
% 73.68/73.88  Current number of equations to process: 845
% 73.68/73.88  Current number of ordered equations: 0
% 73.68/73.88  Current number of rules: 1397
% 73.68/73.88  New rule produced :
% 73.68/73.88  [1415] theorem(or(A,or(not(or(B,C)),or(B,not(not(C)))))) -> true
% 73.68/73.88  Current number of equations to process: 844
% 73.68/73.88  Current number of ordered equations: 0
% 73.68/73.88  Current number of rules: 1398
% 73.68/73.88  New rule produced :
% 73.68/73.88  [1416] theorem(or(not(or(A,B)),or(B,not(not(A))))) -> true
% 73.68/73.88  Current number of equations to process: 844
% 73.68/73.88  Current number of ordered equations: 0
% 73.68/73.88  Current number of rules: 1399
% 73.68/73.88  New rule produced :
% 73.68/73.88  [1417] ifeq(axiom(or(A,or(B,not(B)))),true,true,true) -> true
% 73.68/73.88  Current number of equations to process: 846
% 73.68/73.88  Current number of ordered equations: 0
% 73.68/73.88  Current number of rules: 1400
% 73.68/73.88  New rule produced :
% 73.68/73.88  [1418] theorem(or(not(or(A,B)),or(A,or(C,not(C))))) -> true
% 73.68/73.88  Current number of equations to process: 845
% 73.68/73.88  Current number of ordered equations: 0
% 73.68/73.88  Current number of rules: 1401
% 73.68/73.88  New rule produced : [1419] theorem(or(or(A,not(A)),B)) -> true
% 73.68/73.88  Current number of equations to process: 846
% 73.68/73.88  Current number of ordered equations: 0
% 73.68/73.88  Current number of rules: 1402
% 73.68/73.88  New rule produced : [1420] theorem(or(A,or(B,or(C,not(C))))) -> true
% 73.68/73.88  Rule [1418] theorem(or(not(or(A,B)),or(A,or(C,not(C))))) -> true collapsed.
% 73.68/73.88  Current number of equations to process: 845
% 73.68/73.88  Current number of ordered equations: 0
% 73.68/73.88  Current number of rules: 1402
% 73.68/73.88  New rule produced : [1421] theorem(or(A,or(B,not(A)))) -> true
% 73.68/73.88  Rule [1414] theorem(or(not(A),or(B,not(not(A))))) -> true collapsed.
% 73.68/73.88  Current number of equations to process: 845
% 73.68/73.88  Current number of ordered equations: 0
% 73.68/73.88  Current number of rules: 1402
% 73.68/73.88  New rule produced :
% 73.68/73.88  [1422] theorem(or(not(or(A,or(B,B))),or(A,not(not(B))))) -> true
% 73.68/73.88  Current number of equations to process: 846
% 73.68/73.88  Current number of ordered equations: 0
% 73.68/73.88  Current number of rules: 1403
% 73.68/73.88  New rule produced :
% 73.68/73.88  [1423] theorem(or(A,or(not(or(B,B)),not(not(B))))) -> true
% 73.68/73.88  Current number of equations to process: 847
% 73.68/73.88  Current number of ordered equations: 0
% 73.68/73.88  Current number of rules: 1404
% 73.68/73.88  New rule produced :
% 73.68/73.88  [1424] theorem(or(not(or(or(A,A),or(A,A))),not(not(A)))) -> true
% 73.68/73.88  Current number of equations to process: 847
% 73.68/73.88  Current number of ordered equations: 0
% 73.68/73.88  Current number of rules: 1405
% 73.68/73.88  New rule produced :
% 73.68/73.88  [1425] theorem(or(not(or(A,B)),or(A,not(not(or(C,B)))))) -> true
% 73.68/73.88  Current number of equations to process: 848
% 73.68/73.88  Current number of ordered equations: 0
% 73.68/73.88  Current number of rules: 1406
% 73.68/73.88  New rule produced :
% 73.68/73.88  [1426] theorem(or(A,or(not(B),not(not(or(C,B)))))) -> true
% 73.68/73.88  Current number of equations to process: 849
% 73.68/73.88  Current number of ordered equations: 0
% 73.68/73.88  Current number of rules: 1407
% 73.68/73.88  New rule produced :
% 73.68/73.88  [1427] theorem(or(not(or(A,A)),not(not(or(B,A))))) -> true
% 73.68/73.88  Current number of equations to process: 849
% 76.91/77.11  Current number of ordered equations: 0
% 76.91/77.11  Current number of rules: 1408
% 76.91/77.11  New rule produced :
% 76.91/77.11  [1428] theorem(or(not(A),not(not(or(B,or(C,A)))))) -> true
% 76.91/77.11  Current number of equations to process: 849
% 76.91/77.11  Current number of ordered equations: 0
% 76.91/77.11  Current number of rules: 1409
% 76.91/77.11  New rule produced :
% 76.91/77.11  [1429] theorem(or(not(or(A,B)),not(not(or(C,or(B,A)))))) -> true
% 76.91/77.11  Current number of equations to process: 849
% 76.91/77.11  Current number of ordered equations: 0
% 76.91/77.11  Current number of rules: 1410
% 76.91/77.11  New rule produced :
% 76.91/77.11  [1430] theorem(or(not(or(or(A,B),or(A,B))),or(A,not(not(B))))) -> true
% 76.91/77.11  Current number of equations to process: 850
% 76.91/77.11  Current number of ordered equations: 0
% 76.91/77.11  Current number of rules: 1411
% 76.91/77.11  New rule produced :
% 76.91/77.11  [1431]
% 76.91/77.11  ifeq(axiom(or(not(or(A,or(B,not(B)))),C)),true,theorem(C),true) -> true
% 76.91/77.11  Current number of equations to process: 849
% 76.91/77.11  Current number of ordered equations: 0
% 76.91/77.11  Current number of rules: 1412
% 76.91/77.11  New rule produced :
% 76.91/77.11  [1432] theorem(or(not(or(A,or(B,C))),or(A,not(not(or(C,B)))))) -> true
% 76.91/77.11  Current number of equations to process: 848
% 76.91/77.11  Current number of ordered equations: 0
% 76.91/77.11  Current number of rules: 1413
% 76.91/77.11  New rule produced : [1433] theorem(or(not(A),not(not(or(A,B))))) -> true
% 76.91/77.11  Current number of equations to process: 851
% 76.91/77.11  Current number of ordered equations: 0
% 76.91/77.11  Current number of rules: 1414
% 76.91/77.11  New rule produced :
% 76.91/77.11  [1434] theorem(or(A,or(not(or(B,C)),not(not(or(C,B)))))) -> true
% 76.91/77.11  Current number of equations to process: 850
% 76.91/77.11  Current number of ordered equations: 0
% 76.91/77.11  Current number of rules: 1415
% 76.91/77.11  New rule produced :
% 76.91/77.11  [1435] theorem(or(not(or(or(A,B),or(A,B))),not(not(or(B,A))))) -> true
% 76.91/77.11  Current number of equations to process: 849
% 76.91/77.11  Current number of ordered equations: 0
% 76.91/77.11  Current number of rules: 1416
% 76.91/77.11  New rule produced :
% 76.91/77.11  [1436] ifeq(axiom(or(or(not(or(A,B)),B),A)),true,true,true) -> true
% 76.91/77.11  Current number of equations to process: 850
% 76.91/77.11  Current number of ordered equations: 0
% 76.91/77.11  Current number of rules: 1417
% 76.91/77.11  New rule produced : [1437] theorem(or(A,or(or(not(or(B,C)),C),B))) -> true
% 76.91/77.11  Current number of equations to process: 850
% 76.91/77.11  Current number of ordered equations: 0
% 76.91/77.11  Current number of rules: 1418
% 76.91/77.11  New rule produced :
% 76.91/77.11  [1438] theorem(or(A,or(or(not(or(or(A,B),C)),C),B))) -> true
% 76.91/77.11  Current number of equations to process: 850
% 76.91/77.11  Current number of ordered equations: 0
% 76.91/77.11  Current number of rules: 1419
% 76.91/77.11  New rule produced :
% 76.91/77.11  [1439] ifeq(axiom(or(A,or(B,or(not(or(B,C)),C)))),true,true,true) -> true
% 76.91/77.11  Current number of equations to process: 852
% 76.91/77.11  Current number of ordered equations: 0
% 76.91/77.11  Current number of rules: 1420
% 76.91/77.11  New rule produced : [1440] theorem(or(or(A,or(not(or(A,B)),B)),C)) -> true
% 76.91/77.11  Current number of equations to process: 853
% 76.91/77.11  Current number of ordered equations: 0
% 76.91/77.11  Current number of rules: 1421
% 76.91/77.11  New rule produced : [1441] theorem(or(A,or(B,or(not(or(A,C)),C)))) -> true
% 76.91/77.11  Current number of equations to process: 853
% 76.91/77.11  Current number of ordered equations: 0
% 76.91/77.11  Current number of rules: 1422
% 76.91/77.11  New rule produced :
% 76.91/77.11  [1442] theorem(or(A,or(B,or(C,or(not(or(C,X)),X))))) -> true
% 76.91/77.11  Current number of equations to process: 852
% 76.91/77.11  Current number of ordered equations: 0
% 76.91/77.11  Current number of rules: 1423
% 76.91/77.11  New rule produced :
% 76.91/77.11  [1443] theorem(or(or(not(or(not(A),B)),B),not(or(A,A)))) -> true
% 76.91/77.11  Current number of equations to process: 855
% 76.91/77.11  Current number of ordered equations: 0
% 76.91/77.11  Current number of rules: 1424
% 76.91/77.11  New rule produced :
% 76.91/77.11  [1444] theorem(or(A,or(not(or(B,B)),or(not(or(not(B),C)),C)))) -> true
% 76.91/77.11  Current number of equations to process: 855
% 76.91/77.11  Current number of ordered equations: 0
% 76.91/77.11  Current number of rules: 1425
% 76.91/77.11  New rule produced :
% 76.91/77.11  [1445] theorem(or(or(not(or(not(or(A,B)),C)),C),not(B))) -> true
% 76.91/77.11  Current number of equations to process: 859
% 76.91/77.11  Current number of ordered equations: 0
% 76.91/77.11  Current number of rules: 1426
% 76.91/77.11  New rule produced :
% 76.91/77.11  [1446] theorem(or(A,or(not(B),or(not(or(not(or(C,B)),X)),X)))) -> true
% 76.91/77.11  Current number of equations to process: 861
% 76.91/77.11  Current number of ordered equations: 0
% 76.91/77.11  Current number of rules: 1427
% 76.91/77.11  New rule produced :
% 76.91/77.11  [1447] theorem(or(not(or(A,A)),or(not(or(not(or(B,A)),C)),C))) -> true
% 76.91/77.11  Current number of equations to process: 860
% 76.91/77.11  Current number of ordered equations: 0
% 76.91/77.11  Current number of rules: 1428
% 76.91/77.11  New rule produced :
% 76.91/77.11  [1448] theorem(or(not(A),or(not(or(not(or(B,or(C,A))),X)),X))) -> true
% 78.77/78.99  Current number of equations to process: 859
% 78.77/78.99  Current number of ordered equations: 0
% 78.77/78.99  Current number of rules: 1429
% 78.77/78.99  New rule produced :
% 78.77/78.99  [1449] theorem(or(not(or(A,or(B,C))),not(not(or(B,or(A,C)))))) -> true
% 78.77/78.99  Current number of equations to process: 860
% 78.77/78.99  Current number of ordered equations: 0
% 78.77/78.99  Current number of rules: 1430
% 78.77/78.99  New rule produced :
% 78.77/78.99  [1450] theorem(or(A,or(B,or(C,or(not(or(or(X,C),or(X,C))),X))))) -> true
% 78.77/78.99  Current number of equations to process: 859
% 78.77/78.99  Current number of ordered equations: 0
% 78.77/78.99  Current number of rules: 1431
% 78.77/78.99  New rule produced :
% 78.77/78.99  [1451]
% 78.77/78.99  ifeq(axiom(or(not(or(not(or(A,A)),not(not(A)))),B)),true,theorem(B),true) ->
% 78.77/78.99  true
% 78.77/78.99  Current number of equations to process: 858
% 78.77/78.99  Current number of ordered equations: 0
% 78.77/78.99  Current number of rules: 1432
% 78.77/78.99  New rule produced :
% 78.77/78.99  [1452]
% 78.77/78.99  ifeq(axiom(or(not(A),or(B,B))),true,theorem(or(not(A),not(not(B)))),true) ->
% 78.77/78.99  true
% 78.77/78.99  Current number of equations to process: 857
% 78.77/78.99  Current number of ordered equations: 0
% 78.77/78.99  Current number of rules: 1433
% 78.77/78.99  New rule produced :
% 78.77/78.99  [1453]
% 78.77/78.99  ifeq(axiom(or(not(or(not(A),not(not(or(B,A))))),C)),true,theorem(C),true) ->
% 78.77/78.99  true
% 78.77/78.99  Current number of equations to process: 856
% 78.77/78.99  Current number of ordered equations: 0
% 78.77/78.99  Current number of rules: 1434
% 78.77/78.99  New rule produced :
% 78.77/78.99  [1454]
% 78.77/78.99  ifeq(axiom(or(not(A),B)),true,theorem(or(not(A),not(not(or(C,B))))),true) ->
% 78.77/78.99  true
% 78.77/78.99  Current number of equations to process: 855
% 78.77/78.99  Current number of ordered equations: 0
% 78.77/78.99  Current number of rules: 1435
% 78.77/78.99  New rule produced :
% 78.77/78.99  [1455]
% 78.77/78.99  ifeq(axiom(or(not(or(or(not(or(A,B)),B),A)),C)),true,theorem(C),true) -> true
% 78.77/78.99  Current number of equations to process: 854
% 78.77/78.99  Current number of ordered equations: 0
% 78.77/78.99  Current number of rules: 1436
% 78.77/78.99  New rule produced :
% 78.77/78.99  [1456] theorem(or(not(or(A,or(B,B))),or(A,or(not(or(not(B),C)),C)))) -> true
% 78.77/78.99  Current number of equations to process: 853
% 78.77/78.99  Current number of ordered equations: 0
% 78.77/78.99  Current number of rules: 1437
% 78.77/78.99  New rule produced :
% 78.77/78.99  [1457] theorem(or(not(or(or(A,A),or(A,A))),or(not(or(not(A),B)),B))) -> true
% 78.77/78.99  Current number of equations to process: 852
% 78.77/78.99  Current number of ordered equations: 0
% 78.77/78.99  Current number of rules: 1438
% 78.77/78.99  New rule produced :
% 78.77/78.99  [1458] theorem(or(not(or(A,B)),or(A,or(not(or(not(or(C,B)),X)),X)))) -> true
% 78.77/78.99  Current number of equations to process: 851
% 78.77/78.99  Current number of ordered equations: 0
% 78.77/78.99  Current number of rules: 1439
% 78.77/78.99  New rule produced :
% 78.77/78.99  [1459] theorem(or(not(or(A,B)),or(not(or(not(or(C,or(B,A))),X)),X))) -> true
% 78.77/78.99  Current number of equations to process: 850
% 78.77/78.99  Current number of ordered equations: 0
% 78.77/78.99  Current number of rules: 1440
% 78.77/78.99  New rule produced :
% 78.77/78.99  [1460]
% 78.77/78.99  theorem(or(not(or(not(A),B)),not(not(or(not(or(C,A)),or(C,B)))))) -> true
% 78.77/78.99  Current number of equations to process: 849
% 78.77/78.99  Current number of ordered equations: 0
% 78.77/78.99  Current number of rules: 1441
% 78.77/78.99  New rule produced :
% 78.77/78.99  [1461] theorem(or(or(A,or(not(or(not(B),C)),C)),not(or(A,B)))) -> true
% 78.77/78.99  Current number of equations to process: 855
% 78.77/78.99  Current number of ordered equations: 0
% 78.77/78.99  Current number of rules: 1442
% 78.77/78.99  New rule produced :
% 78.77/78.99  [1462] theorem(or(A,or(not(or(A,B)),or(not(or(not(B),C)),C)))) -> true
% 78.77/78.99  Current number of equations to process: 854
% 78.77/78.99  Current number of ordered equations: 0
% 78.77/78.99  Current number of rules: 1443
% 78.77/78.99  New rule produced :
% 78.77/78.99  [1463] theorem(or(not(or(A,B)),or(B,or(not(or(not(A),C)),C)))) -> true
% 78.77/78.99  Current number of equations to process: 854
% 78.77/78.99  Current number of ordered equations: 0
% 78.77/78.99  Current number of rules: 1444
% 78.77/78.99  New rule produced :
% 78.77/78.99  [1464] theorem(or(A,or(not(or(B,C)),or(B,or(not(or(not(C),X)),X))))) -> true
% 78.77/78.99  Current number of equations to process: 855
% 78.77/78.99  Current number of ordered equations: 0
% 78.77/78.99  Current number of rules: 1445
% 78.77/78.99  New rule produced :
% 78.77/78.99  [1465] theorem(or(not(A),or(not(or(not(or(A,B)),C)),C))) -> true
% 78.77/78.99  Current number of equations to process: 859
% 78.77/78.99  Current number of ordered equations: 0
% 78.77/78.99  Current number of rules: 1446
% 78.77/78.99  New rule produced :
% 78.77/78.99  [1466] theorem(or(or(not(or(not(or(A,B)),C)),C),not(or(B,A)))) -> true
% 78.77/78.99  Current number of equations to process: 858
% 78.77/78.99  Current number of ordered equations: 0
% 78.77/78.99  Current number of rules: 1447
% 78.77/78.99  New rule produced :
% 78.77/78.99  [1467] theorem(or(A,or(or(B,or(C,or(X,Y))),not(or(B,Y))))) -> true
% 78.77/78.99  Current number of equations to process: 860
% 81.82/82.04  Current number of ordered equations: 0
% 81.82/82.04  Current number of rules: 1448
% 81.82/82.04  New rule produced :
% 81.82/82.04  [1468] theorem(or(or(not(or(A,B)),or(C,or(X,B))),A)) -> true
% 81.82/82.04  Current number of equations to process: 865
% 81.82/82.04  Current number of ordered equations: 0
% 81.82/82.04  Current number of rules: 1449
% 81.82/82.04  New rule produced :
% 81.82/82.04  [1469] theorem(or(A,or(B,or(not(or(B,C)),or(X,or(Y,C)))))) -> true
% 81.82/82.04  Current number of equations to process: 867
% 81.82/82.04  Current number of ordered equations: 0
% 81.82/82.04  Current number of rules: 1450
% 81.82/82.04  New rule produced :
% 81.82/82.04  [1470] theorem(or(or(A,or(B,or(C,X))),not(or(X,A)))) -> true
% 81.82/82.04  Current number of equations to process: 871
% 81.82/82.04  Current number of ordered equations: 0
% 81.82/82.04  Current number of rules: 1451
% 81.82/82.04  New rule produced :
% 81.82/82.04  [1471] theorem(or(A,or(not(or(B,A)),or(C,or(X,B))))) -> true
% 81.82/82.04  Current number of equations to process: 871
% 81.82/82.04  Current number of ordered equations: 0
% 81.82/82.04  Current number of rules: 1452
% 81.82/82.04  New rule produced :
% 81.82/82.04  [1472] theorem(or(A,or(not(or(B,C)),or(C,or(X,or(Y,B)))))) -> true
% 81.82/82.04  Current number of equations to process: 871
% 81.82/82.04  Current number of ordered equations: 0
% 81.82/82.04  Current number of rules: 1453
% 81.82/82.04  New rule produced :
% 81.82/82.04  [1473] theorem(or(A,or(not(or(B,C)),or(not(or(not(or(C,B)),X)),X)))) -> true
% 81.82/82.04  Current number of equations to process: 873
% 81.82/82.04  Current number of ordered equations: 0
% 81.82/82.04  Current number of rules: 1454
% 81.82/82.04  New rule produced :
% 81.82/82.04  [1474]
% 81.82/82.04  ifeq(axiom(or(or(A,or(B,or(C,X))),not(or(A,X)))),true,true,true) -> true
% 81.82/82.04  Current number of equations to process: 872
% 81.82/82.04  Current number of ordered equations: 0
% 81.82/82.04  Current number of rules: 1455
% 81.82/82.04  New rule produced :
% 81.82/82.04  [1475]
% 81.82/82.04  ifeq(axiom(or(A,or(not(or(A,B)),or(C,or(X,B))))),true,true,true) -> true
% 81.82/82.04  Current number of equations to process: 871
% 81.82/82.04  Current number of ordered equations: 0
% 81.82/82.04  Current number of rules: 1456
% 81.82/82.04  New rule produced :
% 81.82/82.04  [1476] theorem(or(not(or(A,A)),or(not(or(not(A),B)),or(C,or(X,B))))) -> true
% 81.82/82.04  Current number of equations to process: 870
% 81.82/82.04  Current number of ordered equations: 0
% 81.82/82.04  Current number of rules: 1457
% 81.82/82.04  New rule produced :
% 81.82/82.04  [1477] theorem(or(not(A),or(not(or(not(or(B,A)),C)),or(X,or(Y,C))))) -> true
% 81.82/82.04  Current number of equations to process: 869
% 81.82/82.04  Current number of ordered equations: 0
% 81.82/82.04  Current number of rules: 1458
% 81.82/82.04  New rule produced :
% 81.82/82.04  [1478] theorem(or(not(or(A,or(B,C))),or(A,or(C,or(X,or(Y,B)))))) -> true
% 81.82/82.04  Current number of equations to process: 868
% 81.82/82.04  Current number of ordered equations: 0
% 81.82/82.04  Current number of rules: 1459
% 81.82/82.04  New rule produced :
% 81.82/82.04  [1479] theorem(or(not(or(or(A,B),or(A,B))),or(B,or(C,or(X,A))))) -> true
% 81.82/82.04  Current number of equations to process: 867
% 81.82/82.04  Current number of ordered equations: 0
% 81.82/82.04  Current number of rules: 1460
% 81.82/82.04  New rule produced :
% 81.82/82.04  [1480] theorem(or(or(not(or(A,B)),or(A,or(C,or(X,B)))),Y)) -> true
% 81.82/82.04  Current number of equations to process: 869
% 81.82/82.04  Current number of ordered equations: 0
% 81.82/82.04  Current number of rules: 1461
% 81.82/82.04  New rule produced :
% 81.82/82.04  [1481] theorem(or(not(or(A,B)),or(C,or(A,or(X,or(Y,B)))))) -> true
% 81.82/82.04  Current number of equations to process: 868
% 81.82/82.04  Current number of ordered equations: 0
% 81.82/82.04  Current number of rules: 1462
% 81.82/82.04  New rule produced :
% 81.82/82.04  [1482] ifeq(axiom(or(A,or(or(B,or(C,X)),not(X)))),true,true,true) -> true
% 81.82/82.04  Current number of equations to process: 870
% 81.82/82.04  Current number of ordered equations: 0
% 81.82/82.04  Current number of rules: 1463
% 81.82/82.04  New rule produced : [1483] theorem(or(or(or(A,or(B,C)),not(C)),X)) -> true
% 81.82/82.04  Current number of equations to process: 871
% 81.82/82.04  Current number of ordered equations: 0
% 81.82/82.04  Current number of rules: 1464
% 81.82/82.04  New rule produced : [1484] theorem(or(or(A,or(B,C)),or(X,not(C)))) -> true
% 81.82/82.04  Current number of equations to process: 871
% 81.82/82.04  Current number of ordered equations: 0
% 81.82/82.04  Current number of rules: 1465
% 81.82/82.04  New rule produced :
% 81.82/82.04  [1485] theorem(or(A,or(B,or(or(C,or(X,Y)),not(Y))))) -> true
% 81.82/82.04  Current number of equations to process: 870
% 81.82/82.04  Current number of ordered equations: 0
% 81.82/82.04  Current number of rules: 1466
% 81.82/82.04  New rule produced :
% 81.82/82.04  [1486] theorem(or(A,or(B,or(not(or(C,X)),or(C,or(Y,or(Z,X))))))) -> true
% 81.82/82.04  Current number of equations to process: 868
% 81.82/82.04  Current number of ordered equations: 0
% 81.82/82.04  Current number of rules: 1467
% 81.82/82.04  New rule produced :
% 81.82/82.04  [1487] ifeq(axiom(or(or(not(A),or(B,or(C,A))),X)),true,true,true) -> true
% 81.82/82.04  Current number of equations to process: 869
% 81.82/82.04  Current number of ordered equations: 0
% 81.82/82.04  Current number of rules: 1468
% 85.97/86.19  New rule produced :
% 85.97/86.19  [1488] theorem(or(A,or(or(not(B),or(C,or(X,B))),Y))) -> true
% 85.97/86.19  Current number of equations to process: 869
% 85.97/86.19  Current number of ordered equations: 0
% 85.97/86.19  Current number of rules: 1469
% 85.97/86.19  New rule produced :
% 85.97/86.19  [1489] theorem(or(or(A,or(not(B),or(C,or(X,B)))),Y)) -> true
% 85.97/86.19  Current number of equations to process: 873
% 85.97/86.19  Current number of ordered equations: 0
% 85.97/86.19  Current number of rules: 1470
% 85.97/86.19  New rule produced :
% 85.97/86.19  [1490] theorem(or(A,or(B,or(C,or(not(X),or(Y,or(Z,X))))))) -> true
% 85.97/86.19  Current number of equations to process: 872
% 85.97/86.19  Current number of ordered equations: 0
% 85.97/86.19  Current number of rules: 1471
% 85.97/86.19  New rule produced :
% 85.97/86.19  [1491]
% 85.97/86.19  ifeq(axiom(or(A,or(B,or(not(C),or(X,or(Y,C)))))),true,true,true) -> true
% 85.97/86.19  Current number of equations to process: 873
% 85.97/86.19  Current number of ordered equations: 0
% 85.97/86.19  Current number of rules: 1472
% 85.97/86.19  New rule produced :
% 85.97/86.19  [1492] theorem(or(or(A,or(B,or(C,X))),not(or(A,or(X,X))))) -> true
% 85.97/86.19  Current number of equations to process: 877
% 85.97/86.19  Current number of ordered equations: 0
% 85.97/86.19  Current number of rules: 1473
% 85.97/86.19  New rule produced :
% 85.97/86.19  [1493] theorem(or(A,or(not(or(A,or(B,B))),or(C,or(X,B))))) -> true
% 85.97/86.19  Current number of equations to process: 876
% 85.97/86.19  Current number of ordered equations: 0
% 85.97/86.19  Current number of rules: 1474
% 85.97/86.19  New rule produced :
% 85.97/86.19  [1494] theorem(or(not(or(or(A,A),B)),or(B,or(C,or(X,A))))) -> true
% 85.97/86.19  Current number of equations to process: 876
% 85.97/86.19  Current number of ordered equations: 0
% 85.97/86.19  Current number of rules: 1475
% 85.97/86.19  New rule produced :
% 85.97/86.19  [1495] ifeq(axiom(or(or(A,or(B,C)),not(or(C,C)))),true,true,true) -> true
% 85.97/86.19  Current number of equations to process: 877
% 85.97/86.19  Current number of ordered equations: 0
% 85.97/86.19  Current number of rules: 1476
% 85.97/86.19  New rule produced :
% 85.97/86.19  [1496] theorem(or(A,or(or(B,or(C,X)),not(or(X,X))))) -> true
% 85.97/86.19  Current number of equations to process: 877
% 85.97/86.19  Current number of ordered equations: 0
% 85.97/86.19  Current number of rules: 1477
% 85.97/86.19  New rule produced :
% 85.97/86.19  [1497] theorem(or(or(not(or(A,A)),or(B,or(C,A))),X)) -> true
% 85.97/86.19  Current number of equations to process: 881
% 85.97/86.19  Current number of ordered equations: 0
% 85.97/86.19  Current number of rules: 1478
% 85.97/86.19  New rule produced :
% 85.97/86.19  [1498] theorem(or(A,or(B,or(not(or(C,C)),or(X,or(Y,C)))))) -> true
% 85.97/86.19  Current number of equations to process: 880
% 85.97/86.19  Current number of ordered equations: 0
% 85.97/86.19  Current number of rules: 1479
% 85.97/86.19  New rule produced :
% 85.97/86.19  [1499] theorem(or(A,or(not(or(B,or(C,C))),or(B,or(X,or(Y,C)))))) -> true
% 85.97/86.19  Current number of equations to process: 881
% 85.97/86.19  Current number of ordered equations: 0
% 85.97/86.19  Current number of rules: 1480
% 85.97/86.19  New rule produced :
% 85.97/86.19  [1500]
% 85.97/86.19  ifeq(axiom(or(A,or(not(or(B,B)),or(C,or(X,B))))),true,true,true) -> true
% 85.97/86.19  Current number of equations to process: 880
% 85.97/86.19  Current number of ordered equations: 0
% 85.97/86.19  Current number of rules: 1481
% 85.97/86.19  New rule produced :
% 85.97/86.19  [1501] theorem(or(or(A,or(B,C)),not(or(or(C,C),or(C,C))))) -> true
% 85.97/86.19  Current number of equations to process: 883
% 85.97/86.19  Current number of ordered equations: 0
% 85.97/86.19  Current number of rules: 1482
% 85.97/86.19  New rule produced :
% 85.97/86.19  [1502] theorem(or(A,or(not(or(or(B,B),or(B,B))),or(C,or(X,B))))) -> true
% 85.97/86.19  Current number of equations to process: 884
% 85.97/86.19  Current number of ordered equations: 0
% 85.97/86.19  Current number of rules: 1483
% 85.97/86.19  New rule produced :
% 85.97/86.19  [1503] theorem(or(or(A,or(B,or(C,or(X,Y)))),not(or(A,Y)))) -> true
% 85.97/86.19  Current number of equations to process: 888
% 85.97/86.19  Current number of ordered equations: 0
% 85.97/86.19  Current number of rules: 1484
% 85.97/86.19  New rule produced :
% 85.97/86.19  [1504] theorem(or(A,or(not(or(A,B)),or(C,or(X,or(Y,B)))))) -> true
% 85.97/86.19  Current number of equations to process: 887
% 85.97/86.19  Current number of ordered equations: 0
% 85.97/86.19  Current number of rules: 1485
% 85.97/86.19  New rule produced :
% 85.97/86.19  [1505] theorem(or(not(or(A,B)),or(B,or(C,or(X,or(Y,A)))))) -> true
% 85.97/86.19  Current number of equations to process: 887
% 85.97/86.19  Current number of ordered equations: 0
% 85.97/86.19  Current number of rules: 1486
% 85.97/86.19  New rule produced :
% 85.97/86.19  [1506] ifeq(axiom(or(or(A,or(B,or(C,X))),not(X))),true,true,true) -> true
% 85.97/86.19  Current number of equations to process: 888
% 85.97/86.19  Current number of ordered equations: 0
% 85.97/86.19  Current number of rules: 1487
% 85.97/86.19  New rule produced :
% 85.97/86.19  [1507] theorem(or(A,or(or(B,or(C,or(X,Y))),not(Y)))) -> true
% 85.97/86.19  Current number of equations to process: 888
% 85.97/86.19  Current number of ordered equations: 0
% 85.97/86.19  Current number of rules: 1488
% 85.97/86.19  New rule produced :
% 85.97/86.19  [1508] theorem(or(or(not(A),or(B,or(C,or(X,A)))),Y)) -> true
% 88.78/88.97  Current number of equations to process: 892
% 88.78/88.97  Current number of ordered equations: 0
% 88.78/88.97  Current number of rules: 1489
% 88.78/88.97  New rule produced :
% 88.78/88.97  [1509] theorem(or(A,or(B,or(not(C),or(X,or(Y,or(Z,C))))))) -> true
% 88.78/88.97  Current number of equations to process: 891
% 88.78/88.97  Current number of ordered equations: 0
% 88.78/88.97  Current number of rules: 1490
% 88.78/88.97  New rule produced :
% 88.78/88.97  [1510] theorem(or(or(A,or(B,or(C,X))),not(or(X,X)))) -> true
% 88.78/88.97  Current number of equations to process: 895
% 88.78/88.97  Current number of ordered equations: 0
% 88.78/88.97  Current number of rules: 1491
% 88.78/88.97  New rule produced :
% 88.78/88.97  [1511] theorem(or(A,or(not(or(B,B)),or(C,or(X,or(Y,B)))))) -> true
% 88.78/88.97  Current number of equations to process: 895
% 88.78/88.97  Current number of ordered equations: 0
% 88.78/88.97  Current number of rules: 1492
% 88.78/88.97  New rule produced :
% 88.78/88.97  [1512] theorem(or(or(A,or(B,or(C,or(X,Y)))),not(Y))) -> true
% 88.78/88.97  Current number of equations to process: 899
% 88.78/88.97  Current number of ordered equations: 0
% 88.78/88.97  Current number of rules: 1493
% 88.78/88.97  New rule produced :
% 88.78/88.97  [1513] theorem(or(A,or(not(B),or(C,or(X,or(Y,or(Z,B))))))) -> true
% 88.78/88.97  Current number of equations to process: 901
% 88.78/88.97  Current number of ordered equations: 0
% 88.78/88.97  Current number of rules: 1494
% 88.78/88.97  New rule produced :
% 88.78/88.97  [1514] theorem(or(not(or(A,A)),or(B,or(C,or(X,or(Y,A)))))) -> true
% 88.78/88.97  Current number of equations to process: 900
% 88.78/88.97  Current number of ordered equations: 0
% 88.78/88.97  Current number of rules: 1495
% 88.78/88.97  New rule produced :
% 88.78/88.97  [1515] theorem(or(not(A),or(B,or(C,or(X,or(Y,or(Z,A))))))) -> true
% 88.78/88.97  Current number of equations to process: 899
% 88.78/88.97  Current number of ordered equations: 0
% 88.78/88.97  Current number of rules: 1496
% 88.78/88.97  New rule produced :
% 88.78/88.97  [1516] theorem(or(A,or(not(or(B,C)),or(B,or(X,or(Y,or(Z,C))))))) -> true
% 88.78/88.97  Current number of equations to process: 900
% 88.78/88.97  Current number of ordered equations: 0
% 88.78/88.97  Current number of rules: 1497
% 88.78/88.97  New rule produced :
% 88.78/88.97  [1517]
% 88.78/88.97  ifeq(axiom(or(A,or(not(B),or(C,or(X,or(Y,B)))))),true,true,true) -> true
% 88.78/88.97  Current number of equations to process: 899
% 88.78/88.97  Current number of ordered equations: 0
% 88.78/88.97  Current number of rules: 1498
% 88.78/88.97  New rule produced :
% 88.78/88.97  [1518] theorem(or(not(or(A,or(B,B))),or(A,or(C,or(X,or(Y,B)))))) -> true
% 88.78/88.97  Current number of equations to process: 898
% 88.78/88.97  Current number of ordered equations: 0
% 88.78/88.97  Current number of rules: 1499
% 88.78/88.97  New rule produced :
% 88.78/88.97  [1519] theorem(or(not(or(or(A,A),or(A,A))),or(B,or(C,or(X,A))))) -> true
% 88.78/88.97  Current number of equations to process: 897
% 88.78/88.97  Current number of ordered equations: 0
% 88.78/88.97  Current number of rules: 1500
% 88.78/88.97  New rule produced :
% 88.78/88.97  [1520] theorem(or(not(or(A,B)),or(A,or(C,or(X,or(Y,or(Z,B))))))) -> true
% 88.78/88.97  Current number of equations to process: 896
% 88.78/88.97  Current number of ordered equations: 0
% 88.78/88.97  Current number of rules: 1501
% 88.78/88.97  New rule produced :
% 88.78/88.97  [1521] theorem(or(not(or(A,B)),or(C,or(X,or(Y,or(Z,or(B,A))))))) -> true
% 88.78/88.97  Current number of equations to process: 895
% 88.78/88.97  Current number of ordered equations: 0
% 88.78/88.97  Current number of rules: 1502
% 88.78/88.97  New rule produced :
% 88.78/88.97  [1522] theorem(or(not(A),or(B,or(C,or(X,or(A,Y)))))) -> true
% 88.78/88.97  Current number of equations to process: 899
% 88.78/88.97  Current number of ordered equations: 0
% 88.78/88.97  Current number of rules: 1503
% 88.78/88.97  New rule produced :
% 88.78/88.97  [1523] theorem(or(or(A,or(B,or(C,or(X,Y)))),not(or(Y,X)))) -> true
% 88.78/88.97  Current number of equations to process: 898
% 88.78/88.97  Current number of ordered equations: 0
% 88.78/88.97  Current number of rules: 1504
% 88.78/88.97  New rule produced :
% 88.78/88.97  [1524] theorem(or(A,or(not(or(B,C)),or(X,or(Y,or(Z,or(C,B))))))) -> true
% 88.78/88.97  Current number of equations to process: 899
% 88.78/88.97  Current number of ordered equations: 0
% 88.78/88.97  Current number of rules: 1505
% 88.78/88.97  New rule produced :
% 88.78/88.97  [1525] theorem(or(not(or(A,B)),or(C,or(A,or(B,X))))) -> true
% 88.78/88.97  Current number of equations to process: 904
% 88.78/88.97  Current number of ordered equations: 0
% 88.78/88.97  Current number of rules: 1506
% 88.78/88.97  New rule produced :
% 88.78/88.97  [1526] theorem(or(or(A,or(B,or(C,X))),not(or(A,or(B,C))))) -> true
% 88.78/88.97  Current number of equations to process: 903
% 88.78/88.97  Current number of ordered equations: 0
% 88.78/88.97  Current number of rules: 1507
% 88.78/88.97  New rule produced :
% 88.78/88.97  [1527] theorem(or(A,or(not(or(A,or(B,C))),or(B,or(C,X))))) -> true
% 88.78/88.97  Current number of equations to process: 902
% 88.78/88.97  Current number of ordered equations: 0
% 88.78/88.97  Current number of rules: 1508
% 88.78/88.97  New rule produced :
% 88.78/88.97  [1528] theorem(or(not(or(or(A,B),C)),or(C,or(A,or(B,X))))) -> true
% 88.78/88.97  Current number of equations to process: 902
% 92.18/92.37  Current number of ordered equations: 0
% 92.18/92.37  Current number of rules: 1509
% 92.18/92.37  New rule produced :
% 92.18/92.37  [1529] ifeq(axiom(or(or(A,or(B,C)),not(or(A,B)))),true,true,true) -> true
% 92.18/92.37  Current number of equations to process: 903
% 92.18/92.37  Current number of ordered equations: 0
% 92.18/92.37  Current number of rules: 1510
% 92.18/92.37  New rule produced :
% 92.18/92.37  [1530] theorem(or(A,or(or(B,or(C,X)),not(or(B,C))))) -> true
% 92.18/92.37  Current number of equations to process: 903
% 92.18/92.37  Current number of ordered equations: 0
% 92.18/92.37  Current number of rules: 1511
% 92.18/92.37  New rule produced :
% 92.18/92.37  [1531] ifeq(axiom(or(A,or(not(or(A,B)),or(B,C)))),true,true,true) -> true
% 92.18/92.37  Current number of equations to process: 905
% 92.18/92.37  Current number of ordered equations: 0
% 92.18/92.37  Current number of rules: 1512
% 92.18/92.37  New rule produced : [1532] theorem(or(or(not(or(A,B)),or(B,C)),A)) -> true
% 92.18/92.37  Current number of equations to process: 907
% 92.18/92.37  Current number of ordered equations: 0
% 92.18/92.37  Current number of rules: 1513
% 92.18/92.37  New rule produced :
% 92.18/92.37  [1533] theorem(or(A,or(B,or(not(or(B,C)),or(C,X))))) -> true
% 92.18/92.37  Current number of equations to process: 908
% 92.18/92.37  Current number of ordered equations: 0
% 92.18/92.37  Current number of rules: 1514
% 92.18/92.37  New rule produced :
% 92.18/92.37  [1534] theorem(or(not(or(A,A)),or(not(or(not(A),B)),or(B,C)))) -> true
% 92.18/92.37  Current number of equations to process: 911
% 92.18/92.37  Current number of ordered equations: 0
% 92.18/92.37  Current number of rules: 1515
% 92.18/92.37  New rule produced :
% 92.18/92.37  [1535] theorem(or(not(A),or(not(or(not(or(B,A)),C)),or(C,X)))) -> true
% 92.18/92.37  Current number of equations to process: 910
% 92.18/92.37  Current number of ordered equations: 0
% 92.18/92.37  Current number of rules: 1516
% 92.18/92.37  New rule produced :
% 92.18/92.37  [1536] theorem(or(or(not(or(A,B)),or(A,or(B,C))),X)) -> true
% 92.18/92.37  Current number of equations to process: 911
% 92.18/92.37  Current number of ordered equations: 0
% 92.18/92.37  Current number of rules: 1517
% 92.18/92.37  New rule produced :
% 92.18/92.37  [1537] theorem(or(A,or(B,or(not(or(C,X)),or(C,or(X,Y)))))) -> true
% 92.18/92.37  Current number of equations to process: 910
% 92.18/92.37  Current number of ordered equations: 0
% 92.18/92.37  Current number of rules: 1518
% 92.18/92.37  New rule produced :
% 92.18/92.37  [1538] theorem(or(not(or(A,or(B,C))),or(A,or(C,or(B,X))))) -> true
% 92.18/92.37  Current number of equations to process: 911
% 92.18/92.37  Current number of ordered equations: 0
% 92.18/92.37  Current number of rules: 1519
% 92.18/92.37  New rule produced : [1539] theorem(or(or(A,or(B,C)),not(or(B,A)))) -> true
% 92.18/92.37  Current number of equations to process: 913
% 92.18/92.37  Current number of ordered equations: 0
% 92.18/92.37  Current number of rules: 1520
% 92.18/92.37  New rule produced : [1540] theorem(or(A,or(not(or(B,A)),or(B,C)))) -> true
% 92.18/92.37  Current number of equations to process: 913
% 92.18/92.37  Current number of ordered equations: 0
% 92.18/92.37  Current number of rules: 1521
% 92.18/92.37  New rule produced :
% 92.18/92.37  [1541] theorem(or(A,or(not(or(B,C)),or(C,or(B,X))))) -> true
% 92.18/92.37  Current number of equations to process: 913
% 92.18/92.37  Current number of ordered equations: 0
% 92.18/92.37  Current number of rules: 1522
% 92.18/92.37  New rule produced :
% 92.18/92.37  [1542] theorem(or(not(or(or(A,B),or(A,B))),or(B,or(A,C)))) -> true
% 92.18/92.37  Current number of equations to process: 912
% 92.18/92.37  Current number of ordered equations: 0
% 92.18/92.37  Current number of rules: 1523
% 92.18/92.37  New rule produced :
% 92.18/92.37  [1543] theorem(or(A,or(not(or(B,or(C,X))),or(B,or(C,or(X,Y)))))) -> true
% 92.18/92.37  Current number of equations to process: 913
% 92.18/92.37  Current number of ordered equations: 0
% 92.18/92.37  Current number of rules: 1524
% 92.18/92.37  New rule produced :
% 92.18/92.37  [1544] theorem(or(not(or(A,B)),or(A,or(not(or(not(B),C)),or(C,X))))) -> true
% 92.18/92.37  Current number of equations to process: 912
% 92.18/92.37  Current number of ordered equations: 0
% 92.18/92.37  Current number of rules: 1525
% 92.18/92.37  New rule produced :
% 92.18/92.37  [1545] theorem(or(not(or(A,B)),or(not(or(not(or(B,A)),C)),or(C,X)))) -> true
% 92.18/92.37  Current number of equations to process: 911
% 92.18/92.37  Current number of ordered equations: 0
% 92.18/92.37  Current number of rules: 1526
% 92.18/92.37  New rule produced :
% 92.18/92.37  [1546]
% 92.18/92.37  ifeq(axiom(or(A,or(not(or(B,C)),or(B,or(C,X))))),true,true,true) -> true
% 92.18/92.37  Current number of equations to process: 910
% 92.18/92.37  Current number of ordered equations: 0
% 92.18/92.37  Current number of rules: 1527
% 92.18/92.37  New rule produced :
% 92.18/92.37  [1547] theorem(or(or(A,or(B,C)),not(or(or(A,B),or(A,B))))) -> true
% 92.18/92.37  Current number of equations to process: 914
% 92.18/92.37  Current number of ordered equations: 0
% 92.18/92.37  Current number of rules: 1528
% 92.18/92.37  New rule produced :
% 92.18/92.37  [1548] theorem(or(A,or(not(or(or(A,B),or(A,B))),or(B,C)))) -> true
% 92.18/92.37  Current number of equations to process: 913
% 92.18/92.37  Current number of ordered equations: 0
% 92.18/92.37  Current number of rules: 1529
% 92.18/92.37  New rule produced :
% 92.18/92.37  [1549] theorem(or(A,or(or(B,or(C,or(X,Y))),not(or(Y,X))))) -> true
% 96.38/96.56  Current number of equations to process: 915
% 96.38/96.56  Current number of ordered equations: 0
% 96.38/96.56  Current number of rules: 1530
% 96.38/96.56  New rule produced :
% 96.38/96.56  [1550] theorem(or(not(or(A,B)),or(A,or(C,or(X,or(B,Y)))))) -> true
% 96.38/96.56  Current number of equations to process: 916
% 96.38/96.56  Current number of ordered equations: 0
% 96.38/96.56  Current number of rules: 1531
% 96.38/96.56  New rule produced : [1551] theorem(or(or(A,or(B,or(C,X))),not(C))) -> true
% 96.38/96.56  Current number of equations to process: 918
% 96.38/96.56  Current number of ordered equations: 0
% 96.38/96.56  Current number of rules: 1532
% 96.38/96.56  New rule produced :
% 96.38/96.56  [1552] theorem(or(A,or(not(B),or(C,or(X,or(B,Y)))))) -> true
% 96.38/96.56  Current number of equations to process: 919
% 96.38/96.56  Current number of ordered equations: 0
% 96.38/96.56  Current number of rules: 1533
% 96.38/96.56  New rule produced :
% 96.38/96.56  [1553] theorem(or(not(or(A,A)),or(B,or(C,or(A,X))))) -> true
% 96.38/96.56  Current number of equations to process: 918
% 96.38/96.56  Current number of ordered equations: 0
% 96.38/96.56  Current number of rules: 1534
% 96.38/96.56  New rule produced :
% 96.38/96.56  [1554] theorem(or(not(A),or(B,or(C,or(or(X,A),Y))))) -> true
% 96.38/96.56  Current number of equations to process: 917
% 96.38/96.56  Current number of ordered equations: 0
% 96.38/96.56  Current number of rules: 1535
% 96.38/96.56  New rule produced :
% 96.38/96.56  [1555] theorem(or(not(or(A,B)),or(C,or(X,or(or(B,A),Y))))) -> true
% 96.38/96.56  Current number of equations to process: 917
% 96.38/96.56  Current number of ordered equations: 0
% 96.38/96.56  Current number of rules: 1536
% 96.38/96.56  New rule produced :
% 96.38/96.56  [1556] theorem(or(A,or(not(or(or(B,C),or(B,C))),or(B,or(C,X))))) -> true
% 96.38/96.56  Current number of equations to process: 919
% 96.38/96.56  Current number of ordered equations: 0
% 96.38/96.56  Current number of rules: 1537
% 96.38/96.56  New rule produced :
% 96.38/96.56  [1557]
% 96.38/96.56  ifeq(axiom(or(or(A,or(B,or(C,X))),not(or(X,C)))),true,true,true) -> true
% 96.38/96.56  Current number of equations to process: 918
% 96.38/96.56  Current number of ordered equations: 0
% 96.38/96.56  Current number of rules: 1538
% 96.38/96.56  New rule produced :
% 96.38/96.56  [1558] theorem(or(or(not(or(A,B)),or(C,or(X,or(B,A)))),Y)) -> true
% 96.38/96.56  Current number of equations to process: 919
% 96.38/96.56  Current number of ordered equations: 0
% 96.38/96.56  Current number of rules: 1539
% 96.38/96.56  New rule produced :
% 96.38/96.56  [1559] ifeq(axiom(or(A,or(or(B,C),not(B)))),true,true,true) -> true
% 96.38/96.56  Current number of equations to process: 921
% 96.38/96.56  Current number of ordered equations: 0
% 96.38/96.56  Current number of rules: 1540
% 96.38/96.56  New rule produced :
% 96.38/96.56  [1560] theorem(or(not(or(A,B)),or(A,or(or(C,X),not(C))))) -> true
% 96.38/96.56  Current number of equations to process: 920
% 96.38/96.56  Current number of ordered equations: 0
% 96.38/96.56  Current number of rules: 1541
% 96.38/96.56  New rule produced : [1561] theorem(or(or(or(A,B),not(A)),C)) -> true
% 96.38/96.56  Current number of equations to process: 921
% 96.38/96.56  Current number of ordered equations: 0
% 96.38/96.56  Current number of rules: 1542
% 96.38/96.56  New rule produced : [1562] theorem(or(A,or(B,or(or(C,X),not(C))))) -> true
% 96.38/96.56  Rule [1560] theorem(or(not(or(A,B)),or(A,or(or(C,X),not(C))))) -> true
% 96.38/96.56  collapsed.
% 96.38/96.56  Current number of equations to process: 920
% 96.38/96.56  Current number of ordered equations: 0
% 96.38/96.56  Current number of rules: 1542
% 96.38/96.56  New rule produced : [1563] theorem(or(or(A,B),or(C,not(A)))) -> true
% 96.38/96.56  Current number of equations to process: 920
% 96.38/96.56  Current number of ordered equations: 0
% 96.38/96.56  Current number of rules: 1543
% 96.38/96.56  New rule produced :
% 96.38/96.56  [1564] ifeq(axiom(or(or(not(A),or(A,B)),C)),true,true,true) -> true
% 96.38/96.56  Current number of equations to process: 921
% 96.38/96.56  Current number of ordered equations: 0
% 96.38/96.56  Current number of rules: 1544
% 96.38/96.56  New rule produced : [1565] theorem(or(A,or(or(not(B),or(B,C)),X))) -> true
% 96.38/96.56  Current number of equations to process: 921
% 96.38/96.56  Current number of ordered equations: 0
% 96.38/96.56  Current number of rules: 1545
% 96.38/96.56  New rule produced :
% 96.38/96.56  [1566] ifeq(axiom(or(A,or(B,or(not(C),or(C,X))))),true,true,true) -> true
% 96.38/96.56  Current number of equations to process: 923
% 96.38/96.56  Current number of ordered equations: 0
% 96.38/96.56  Current number of rules: 1546
% 96.38/96.56  New rule produced : [1567] theorem(or(or(A,or(not(B),or(B,C))),X)) -> true
% 96.38/96.56  Current number of equations to process: 924
% 96.38/96.56  Current number of ordered equations: 0
% 96.38/96.56  Current number of rules: 1547
% 96.38/96.56  New rule produced :
% 96.38/96.56  [1568] theorem(or(A,or(B,or(C,or(not(X),or(X,Y)))))) -> true
% 96.38/96.56  Current number of equations to process: 923
% 96.38/96.56  Current number of ordered equations: 0
% 96.38/96.56  Current number of rules: 1548
% 96.38/96.56  New rule produced :
% 96.38/96.56  [1569] theorem(or(or(A,or(not(not(B)),C)),not(or(A,B)))) -> true
% 96.38/96.56  Current number of equations to process: 926
% 98.64/98.81  Current number of ordered equations: 0
% 98.64/98.81  Current number of rules: 1549
% 98.64/98.81  New rule produced :
% 98.64/98.81  [1570] theorem(or(A,or(not(or(A,B)),or(not(not(B)),C)))) -> true
% 98.64/98.81  Current number of equations to process: 926
% 98.64/98.81  Current number of ordered equations: 0
% 98.64/98.81  Current number of rules: 1550
% 98.64/98.81  New rule produced :
% 98.64/98.81  [1571] theorem(or(not(A),or(B,or(not(not(A)),C)))) -> true
% 98.64/98.81  Current number of equations to process: 927
% 98.64/98.81  Current number of ordered equations: 0
% 98.64/98.81  Current number of rules: 1551
% 98.64/98.81  New rule produced :
% 98.64/98.81  [1572] theorem(or(not(or(A,B)),or(B,or(not(not(A)),C)))) -> true
% 98.64/98.81  Current number of equations to process: 927
% 98.64/98.81  Current number of ordered equations: 0
% 98.64/98.81  Current number of rules: 1552
% 98.64/98.81  New rule produced :
% 98.64/98.81  [1573] theorem(or(A,or(not(or(B,C)),or(B,or(not(not(C)),X))))) -> true
% 98.64/98.81  Current number of equations to process: 926
% 98.64/98.81  Current number of ordered equations: 0
% 98.64/98.81  Current number of rules: 1553
% 98.64/98.81  New rule produced :
% 98.64/98.81  [1574] ifeq(axiom(or(or(not(A),B),A)),true,true,true) -> true
% 98.64/98.81  Current number of equations to process: 927
% 98.64/98.81  Current number of ordered equations: 0
% 98.64/98.81  Current number of rules: 1554
% 98.64/98.81  New rule produced : [1575] theorem(or(A,or(or(not(B),C),B))) -> true
% 98.64/98.81  Current number of equations to process: 927
% 98.64/98.81  Current number of ordered equations: 0
% 98.64/98.81  Current number of rules: 1555
% 98.64/98.81  New rule produced : [1576] theorem(or(A,or(or(not(or(A,B)),C),B))) -> true
% 98.64/98.81  Current number of equations to process: 927
% 98.64/98.81  Current number of ordered equations: 0
% 98.64/98.81  Current number of rules: 1556
% 98.64/98.81  New rule produced :
% 98.64/98.81  [1577] ifeq(axiom(or(A,or(B,or(not(B),C)))),true,true,true) -> true
% 98.64/98.81  Current number of equations to process: 929
% 98.64/98.81  Current number of ordered equations: 0
% 98.64/98.81  Current number of rules: 1557
% 98.64/98.81  New rule produced :
% 98.64/98.81  [1578] theorem(or(not(or(A,B)),or(A,or(C,or(not(C),X))))) -> true
% 98.64/98.81  Current number of equations to process: 928
% 98.64/98.81  Current number of ordered equations: 0
% 98.64/98.81  Current number of rules: 1558
% 98.64/98.81  New rule produced : [1579] theorem(or(or(A,or(not(A),B)),C)) -> true
% 98.64/98.81  Current number of equations to process: 929
% 98.64/98.81  Current number of ordered equations: 0
% 98.64/98.81  Current number of rules: 1559
% 98.64/98.81  New rule produced : [1580] theorem(or(A,or(B,or(C,or(not(C),X))))) -> true
% 98.64/98.81  Rule [1578] theorem(or(not(or(A,B)),or(A,or(C,or(not(C),X))))) -> true
% 98.64/98.81  collapsed.
% 98.64/98.81  Current number of equations to process: 928
% 98.64/98.81  Current number of ordered equations: 0
% 98.64/98.81  Current number of rules: 1559
% 98.64/98.81  New rule produced : [1581] theorem(or(A,or(B,or(not(A),C)))) -> true
% 98.64/98.81  Rule [1571] theorem(or(not(A),or(B,or(not(not(A)),C)))) -> true collapsed.
% 98.64/98.81  Current number of equations to process: 928
% 98.64/98.81  Current number of ordered equations: 0
% 98.64/98.81  Current number of rules: 1559
% 98.64/98.81  New rule produced :
% 98.64/98.81  [1582]
% 98.64/98.81  ifeq(axiom(or(not(or(or(not(A),B),A)),C)),true,theorem(C),true) -> true
% 98.64/98.81  Current number of equations to process: 929
% 98.64/98.81  Current number of ordered equations: 0
% 98.64/98.81  Current number of rules: 1560
% 98.64/98.81  New rule produced :
% 98.64/98.81  [1583] theorem(or(not(or(A,or(B,B))),or(A,or(not(not(B)),C)))) -> true
% 98.64/98.81  Current number of equations to process: 928
% 98.64/98.81  Current number of ordered equations: 0
% 98.64/98.81  Current number of rules: 1561
% 98.64/98.81  New rule produced :
% 98.64/98.81  [1584] theorem(or(or(not(not(A)),B),not(or(A,A)))) -> true
% 98.64/98.81  Current number of equations to process: 930
% 98.64/98.81  Current number of ordered equations: 0
% 98.64/98.81  Current number of rules: 1562
% 98.64/98.81  New rule produced :
% 98.64/98.81  [1585] theorem(or(A,or(not(or(B,B)),or(not(not(B)),C)))) -> true
% 98.64/98.81  Current number of equations to process: 930
% 98.64/98.81  Current number of ordered equations: 0
% 98.64/98.81  Current number of rules: 1563
% 98.64/98.81  New rule produced :
% 98.64/98.81  [1586] theorem(or(not(or(or(A,A),or(A,A))),or(not(not(A)),B))) -> true
% 98.64/98.81  Current number of equations to process: 931
% 98.64/98.81  Current number of ordered equations: 0
% 98.64/98.81  Current number of rules: 1564
% 98.64/98.81  New rule produced :
% 98.64/98.81  [1587] theorem(or(not(or(A,B)),or(A,or(not(not(or(C,B))),X)))) -> true
% 98.64/98.81  Current number of equations to process: 930
% 98.64/98.81  Current number of ordered equations: 0
% 98.64/98.81  Current number of rules: 1565
% 98.64/98.81  New rule produced :
% 98.64/98.81  [1588] theorem(or(or(not(not(or(A,B))),C),not(B))) -> true
% 98.64/98.81  Current number of equations to process: 932
% 98.64/98.81  Current number of ordered equations: 0
% 98.64/98.81  Current number of rules: 1566
% 98.64/98.81  New rule produced :
% 98.64/98.81  [1589] theorem(or(A,or(not(B),or(not(not(or(C,B))),X)))) -> true
% 98.64/98.81  Current number of equations to process: 933
% 98.64/98.81  Current number of ordered equations: 0
% 101.80/102.03  Current number of rules: 1567
% 101.80/102.03  New rule produced :
% 101.80/102.03  [1590] theorem(or(not(or(A,A)),or(not(not(or(B,A))),C))) -> true
% 101.80/102.03  Current number of equations to process: 932
% 101.80/102.03  Current number of ordered equations: 0
% 101.80/102.03  Current number of rules: 1568
% 101.80/102.03  New rule produced :
% 101.80/102.03  [1591] theorem(or(not(A),or(not(not(or(B,or(C,A)))),X))) -> true
% 101.80/102.03  Current number of equations to process: 931
% 101.80/102.03  Current number of ordered equations: 0
% 101.80/102.03  Current number of rules: 1569
% 101.80/102.03  New rule produced :
% 101.80/102.03  [1592] theorem(or(not(or(A,B)),or(not(not(or(C,or(B,A)))),X))) -> true
% 101.80/102.03  Current number of equations to process: 933
% 101.80/102.03  Current number of ordered equations: 0
% 101.80/102.03  Current number of rules: 1570
% 101.80/102.03  New rule produced :
% 101.80/102.03  [1593] theorem(or(or(not(not(or(A,B))),C),not(or(B,A)))) -> true
% 101.80/102.03  Current number of equations to process: 935
% 101.80/102.03  Current number of ordered equations: 0
% 101.80/102.03  Current number of rules: 1571
% 101.80/102.03  New rule produced :
% 101.80/102.03  [1594] theorem(or(not(A),or(not(not(or(A,B))),C))) -> true
% 101.80/102.03  Current number of equations to process: 936
% 101.80/102.03  Current number of ordered equations: 0
% 101.80/102.03  Current number of rules: 1572
% 101.80/102.03  New rule produced :
% 101.80/102.03  [1595] theorem(or(A,or(not(or(B,C)),or(not(not(or(C,B))),X)))) -> true
% 101.80/102.03  Current number of equations to process: 935
% 101.80/102.03  Current number of ordered equations: 0
% 101.80/102.03  Current number of rules: 1573
% 101.80/102.03  New rule produced :
% 101.80/102.03  [1596] theorem(or(or(A,or(B,C)),not(or(A,or(B,B))))) -> true
% 101.80/102.03  Current number of equations to process: 939
% 101.80/102.03  Current number of ordered equations: 0
% 101.80/102.03  Current number of rules: 1574
% 101.80/102.03  New rule produced :
% 101.80/102.03  [1597] theorem(or(A,or(not(or(A,or(B,B))),or(B,C)))) -> true
% 101.80/102.03  Current number of equations to process: 939
% 101.80/102.03  Current number of ordered equations: 0
% 101.80/102.03  Current number of rules: 1575
% 101.80/102.03  New rule produced :
% 101.80/102.03  [1598] theorem(or(not(or(or(A,A),B)),or(B,or(A,C)))) -> true
% 101.80/102.03  Current number of equations to process: 940
% 101.80/102.03  Current number of ordered equations: 0
% 101.80/102.03  Current number of rules: 1576
% 101.80/102.03  New rule produced :
% 101.80/102.03  [1599] theorem(or(A,or(not(or(B,or(C,C))),or(B,or(C,X))))) -> true
% 101.80/102.03  Current number of equations to process: 939
% 101.80/102.03  Current number of ordered equations: 0
% 101.80/102.03  Current number of rules: 1577
% 101.80/102.03  New rule produced :
% 101.80/102.03  [1600] ifeq(axiom(or(or(A,B),not(or(A,A)))),true,true,true) -> true
% 101.80/102.03  Current number of equations to process: 940
% 101.80/102.03  Current number of ordered equations: 0
% 101.80/102.03  Current number of rules: 1578
% 101.80/102.03  New rule produced : [1601] theorem(or(A,or(or(B,C),not(or(B,B))))) -> true
% 101.80/102.03  Current number of equations to process: 940
% 101.80/102.03  Current number of ordered equations: 0
% 101.80/102.03  Current number of rules: 1579
% 101.80/102.03  New rule produced :
% 101.80/102.03  [1602] ifeq(axiom(or(A,or(not(or(B,B)),or(B,C)))),true,true,true) -> true
% 101.80/102.03  Current number of equations to process: 942
% 101.80/102.03  Current number of ordered equations: 0
% 101.80/102.03  Current number of rules: 1580
% 101.80/102.03  New rule produced : [1603] theorem(or(or(not(or(A,A)),or(A,B)),C)) -> true
% 101.80/102.03  Current number of equations to process: 943
% 101.80/102.03  Current number of ordered equations: 0
% 101.80/102.03  Current number of rules: 1581
% 101.80/102.03  New rule produced :
% 101.80/102.03  [1604] theorem(or(A,or(B,or(not(or(C,C)),or(C,X))))) -> true
% 101.80/102.03  Current number of equations to process: 942
% 101.80/102.03  Current number of ordered equations: 0
% 101.80/102.03  Current number of rules: 1582
% 101.80/102.03  New rule produced :
% 101.80/102.03  [1605] ifeq(axiom(or(A,or(not(or(A,A)),B))),true,true,true) -> true
% 101.80/102.03  Current number of equations to process: 944
% 101.80/102.03  Current number of ordered equations: 0
% 101.80/102.03  Current number of rules: 1583
% 101.80/102.03  New rule produced : [1606] theorem(or(or(not(or(A,A)),B),A)) -> true
% 101.80/102.03  Current number of equations to process: 946
% 101.80/102.03  Current number of ordered equations: 0
% 101.80/102.03  Current number of rules: 1584
% 101.80/102.03  New rule produced : [1607] theorem(or(A,or(B,or(not(or(B,B)),C)))) -> true
% 101.80/102.03  Current number of equations to process: 945
% 101.80/102.03  Current number of ordered equations: 0
% 101.80/102.03  Current number of rules: 1585
% 101.80/102.03  New rule produced :
% 101.80/102.03  [1608] theorem(or(not(or(A,A)),or(not(or(not(A),not(A))),B))) -> true
% 101.80/102.03  Current number of equations to process: 947
% 101.80/102.03  Current number of ordered equations: 0
% 101.80/102.03  Current number of rules: 1586
% 101.80/102.03  New rule produced :
% 101.80/102.03  [1609] theorem(or(not(or(A,B)),or(A,or(not(or(not(B),not(B))),C)))) -> true
% 101.80/102.03  Current number of equations to process: 947
% 101.80/102.03  Current number of ordered equations: 0
% 101.80/102.03  Current number of rules: 1587
% 101.80/102.03  New rule produced :
% 101.80/102.03  [1610] theorem(or(not(A),or(not(or(not(or(B,A)),not(or(B,A)))),C))) -> true
% 101.80/102.03  Current number of equations to process: 946
% 105.08/105.24  Current number of ordered equations: 0
% 105.08/105.24  Current number of rules: 1588
% 105.08/105.24  New rule produced :
% 105.08/105.24  [1611] theorem(or(or(A,B),not(or(or(A,A),or(A,A))))) -> true
% 105.08/105.24  Current number of equations to process: 948
% 105.08/105.24  Current number of ordered equations: 0
% 105.08/105.24  Current number of rules: 1589
% 105.08/105.24  New rule produced :
% 105.08/105.24  [1612] theorem(or(A,or(not(or(or(A,A),or(A,A))),B))) -> true
% 105.08/105.24  Current number of equations to process: 948
% 105.08/105.24  Current number of ordered equations: 0
% 105.08/105.24  Current number of rules: 1590
% 105.08/105.24  New rule produced :
% 105.08/105.24  [1613] theorem(or(A,or(not(or(or(B,B),or(B,B))),or(B,C)))) -> true
% 105.08/105.24  Current number of equations to process: 948
% 105.08/105.24  Current number of ordered equations: 0
% 105.08/105.24  Current number of rules: 1591
% 105.08/105.24  New rule produced :
% 105.08/105.24  [1614] theorem(or(or(A,or(or(B,C),X)),not(or(A,C)))) -> true
% 105.08/105.24  Current number of equations to process: 952
% 105.08/105.24  Current number of ordered equations: 0
% 105.08/105.24  Current number of rules: 1592
% 105.08/105.24  New rule produced :
% 105.08/105.24  [1615] theorem(or(A,or(not(or(A,B)),or(or(C,B),X)))) -> true
% 105.08/105.24  Current number of equations to process: 952
% 105.08/105.24  Current number of ordered equations: 0
% 105.08/105.24  Current number of rules: 1593
% 105.08/105.24  New rule produced :
% 105.08/105.24  [1616] theorem(or(not(or(A,B)),or(B,or(or(C,A),X)))) -> true
% 105.08/105.24  Current number of equations to process: 953
% 105.08/105.24  Current number of ordered equations: 0
% 105.08/105.24  Current number of rules: 1594
% 105.08/105.24  New rule produced :
% 105.08/105.24  [1617] theorem(or(A,or(not(or(B,C)),or(B,or(or(X,C),Y))))) -> true
% 105.08/105.24  Current number of equations to process: 952
% 105.08/105.24  Current number of ordered equations: 0
% 105.08/105.24  Current number of rules: 1595
% 105.08/105.24  New rule produced :
% 105.08/105.24  [1618] ifeq(axiom(or(or(or(A,B),C),not(B))),true,true,true) -> true
% 105.08/105.24  Current number of equations to process: 953
% 105.08/105.24  Current number of ordered equations: 0
% 105.08/105.24  Current number of rules: 1596
% 105.08/105.24  New rule produced : [1619] theorem(or(A,or(or(or(B,C),X),not(C)))) -> true
% 105.08/105.24  Current number of equations to process: 953
% 105.08/105.24  Current number of ordered equations: 0
% 105.08/105.24  Current number of rules: 1597
% 105.08/105.24  New rule produced :
% 105.08/105.24  [1620] ifeq(axiom(or(A,or(not(B),or(or(C,B),X)))),true,true,true) -> true
% 105.08/105.24  Current number of equations to process: 955
% 105.08/105.24  Current number of ordered equations: 0
% 105.08/105.24  Current number of rules: 1598
% 105.08/105.24  New rule produced : [1621] theorem(or(or(not(A),or(or(B,A),C)),X)) -> true
% 105.08/105.24  Current number of equations to process: 956
% 105.08/105.24  Current number of ordered equations: 0
% 105.08/105.24  Current number of rules: 1599
% 105.08/105.24  New rule produced :
% 105.08/105.24  [1622] theorem(or(A,or(B,or(not(C),or(or(X,C),Y))))) -> true
% 105.08/105.24  Current number of equations to process: 955
% 105.08/105.24  Current number of ordered equations: 0
% 105.08/105.24  Current number of rules: 1600
% 105.08/105.24  New rule produced :
% 105.08/105.24  [1623] ifeq(axiom(or(or(A,B),or(not(B),C))),true,true,true) -> true
% 105.08/105.24  Current number of equations to process: 956
% 105.08/105.24  Current number of ordered equations: 0
% 105.08/105.24  Current number of rules: 1601
% 105.08/105.24  New rule produced : [1624] theorem(or(or(not(A),B),or(C,A))) -> true
% 105.08/105.24  Current number of equations to process: 957
% 105.08/105.24  Current number of ordered equations: 0
% 105.08/105.24  Current number of rules: 1602
% 105.08/105.24  New rule produced : [1625] theorem(or(A,or(or(B,C),or(not(C),X)))) -> true
% 105.08/105.24  Current number of equations to process: 956
% 105.08/105.24  Current number of ordered equations: 0
% 105.08/105.24  Current number of rules: 1603
% 105.08/105.24  New rule produced :
% 105.08/105.24  [1626] theorem(or(not(or(A,or(B,B))),or(A,or(or(C,B),X)))) -> true
% 105.08/105.24  Current number of equations to process: 957
% 105.08/105.24  Current number of ordered equations: 0
% 105.08/105.24  Current number of rules: 1604
% 105.08/105.24  New rule produced : [1627] theorem(or(or(or(A,B),C),not(or(B,B)))) -> true
% 105.08/105.24  Current number of equations to process: 959
% 105.08/105.24  Current number of ordered equations: 0
% 105.08/105.24  Current number of rules: 1605
% 105.08/105.24  New rule produced : [1628] theorem(or(or(A,B),or(not(or(B,B)),C))) -> true
% 105.08/105.24  Current number of equations to process: 959
% 105.08/105.24  Current number of ordered equations: 0
% 105.08/105.24  Current number of rules: 1606
% 105.08/105.24  New rule produced :
% 105.08/105.24  [1629] theorem(or(A,or(not(or(B,B)),or(or(C,B),X)))) -> true
% 105.08/105.24  Current number of equations to process: 959
% 105.08/105.24  Current number of ordered equations: 0
% 105.08/105.24  Current number of rules: 1607
% 105.08/105.24  New rule produced :
% 105.08/105.24  [1630] theorem(or(not(or(or(A,A),or(A,A))),or(or(B,A),C))) -> true
% 105.08/105.24  Current number of equations to process: 960
% 105.08/105.24  Current number of ordered equations: 0
% 105.08/105.24  Current number of rules: 1608
% 105.08/105.24  New rule produced :
% 105.08/105.24  [1631] theorem(or(not(or(A,B)),or(A,or(or(C,or(X,B)),Y)))) -> true
% 105.08/105.24  Current number of equations to process: 959
% 106.49/106.73  Current number of ordered equations: 0
% 106.49/106.73  Current number of rules: 1609
% 106.49/106.73  New rule produced : [1632] theorem(or(or(or(A,or(B,C)),X),not(C))) -> true
% 106.49/106.73  Current number of equations to process: 961
% 106.49/106.73  Current number of ordered equations: 0
% 106.49/106.73  Current number of rules: 1610
% 106.49/106.73  New rule produced : [1633] theorem(or(or(A,or(B,C)),or(not(C),X))) -> true
% 106.49/106.73  Current number of equations to process: 961
% 106.49/106.73  Current number of ordered equations: 0
% 106.49/106.73  Current number of rules: 1611
% 106.49/106.73  New rule produced :
% 106.49/106.73  [1634] theorem(or(A,or(not(B),or(or(C,or(X,B)),Y)))) -> true
% 106.49/106.73  Current number of equations to process: 962
% 106.49/106.73  Current number of ordered equations: 0
% 106.49/106.73  Current number of rules: 1612
% 106.49/106.73  New rule produced :
% 106.49/106.73  [1635] theorem(or(not(or(A,A)),or(or(B,or(C,A)),X))) -> true
% 106.49/106.73  Current number of equations to process: 961
% 106.49/106.73  Current number of ordered equations: 0
% 106.49/106.73  Current number of rules: 1613
% 106.49/106.73  New rule produced :
% 106.49/106.73  [1636] theorem(or(not(A),or(or(B,or(C,or(X,A))),Y))) -> true
% 106.49/106.73  Current number of equations to process: 960
% 106.49/106.73  Current number of ordered equations: 0
% 106.49/106.73  Current number of rules: 1614
% 106.49/106.73  New rule produced :
% 106.49/106.73  [1637] theorem(or(not(or(A,B)),or(or(C,or(X,or(B,A))),Y))) -> true
% 106.49/106.73  Current number of equations to process: 962
% 106.49/106.73  Current number of ordered equations: 0
% 106.49/106.73  Current number of rules: 1615
% 106.49/106.73  New rule produced :
% 106.49/106.73  [1638] theorem(or(or(or(A,or(B,C)),X),not(or(C,B)))) -> true
% 106.49/106.73  Current number of equations to process: 963
% 106.49/106.73  Current number of ordered equations: 0
% 106.49/106.73  Current number of rules: 1616
% 106.49/106.73  New rule produced :
% 106.49/106.73  [1639] theorem(or(or(A,or(B,C)),or(not(or(C,B)),X))) -> true
% 106.49/106.73  Current number of equations to process: 963
% 106.49/106.73  Current number of ordered equations: 0
% 106.49/106.73  Current number of rules: 1617
% 106.49/106.73  New rule produced : [1640] theorem(or(not(A),or(or(B,or(A,C)),X))) -> true
% 106.49/106.73  Current number of equations to process: 964
% 106.49/106.73  Current number of ordered equations: 0
% 106.49/106.73  Current number of rules: 1618
% 106.49/106.73  New rule produced :
% 106.49/106.73  [1641] theorem(or(A,or(not(or(B,C)),or(or(X,or(C,B)),Y)))) -> true
% 106.49/106.73  Current number of equations to process: 963
% 106.49/106.73  Current number of ordered equations: 0
% 106.49/106.73  Current number of rules: 1619
% 106.49/106.73  New rule produced :
% 106.49/106.73  [1642] theorem(or(A,or(B,or(not(or(C,X)),or(Y,or(Z,or(X,C))))))) -> true
% 106.49/106.73  Current number of equations to process: 962
% 106.49/106.73  Current number of ordered equations: 0
% 106.49/106.73  Current number of rules: 1620
% 106.49/106.73  New rule produced :
% 106.49/106.73  [1643]
% 106.49/106.73  ifeq(axiom(or(not(or(A,or(or(B,C),not(B)))),X)),true,theorem(X),true) -> true
% 106.49/106.73  Current number of equations to process: 961
% 106.49/106.73  Current number of ordered equations: 0
% 106.49/106.73  Current number of rules: 1621
% 106.49/106.73  New rule produced :
% 106.49/106.73  [1644]
% 106.49/106.73  ifeq(axiom(or(not(or(or(not(A),or(A,B)),C)),X)),true,theorem(X),true) -> true
% 106.49/106.73  Current number of equations to process: 960
% 106.49/106.73  Current number of ordered equations: 0
% 106.49/106.73  Current number of rules: 1622
% 106.49/106.73  New rule produced :
% 106.49/106.73  [1645] theorem(or(not(or(A,or(B,C))),or(A,or(B,or(not(not(C)),X))))) -> true
% 106.49/106.73  Current number of equations to process: 959
% 106.49/106.73  Current number of ordered equations: 0
% 106.49/106.73  Current number of rules: 1623
% 106.49/106.73  New rule produced :
% 106.49/106.73  [1646] theorem(or(not(or(or(A,B),or(A,B))),or(A,or(not(not(B)),C)))) -> true
% 106.49/106.73  Current number of equations to process: 958
% 106.49/106.73  Current number of ordered equations: 0
% 106.49/106.73  Current number of rules: 1624
% 106.49/106.73  New rule produced :
% 106.49/106.73  [1647]
% 106.49/106.73  ifeq(axiom(or(not(or(A,or(B,or(not(B),C)))),X)),true,theorem(X),true) -> true
% 106.49/106.73  Current number of equations to process: 957
% 106.49/106.73  Current number of ordered equations: 0
% 106.49/106.73  Current number of rules: 1625
% 106.49/106.73  New rule produced :
% 106.49/106.73  [1648] theorem(or(not(or(A,or(B,C))),or(A,or(not(not(or(C,B))),X)))) -> true
% 106.49/106.73  Current number of equations to process: 956
% 106.49/106.73  Current number of ordered equations: 0
% 106.49/106.73  Current number of rules: 1626
% 106.49/106.73  New rule produced :
% 106.49/106.73  [1649] theorem(or(not(or(or(A,B),or(A,B))),or(not(not(or(B,A))),C))) -> true
% 106.49/106.73  Current number of equations to process: 955
% 106.49/106.73  Current number of ordered equations: 0
% 106.49/106.73  Current number of rules: 1627
% 106.49/106.73  New rule produced :
% 106.49/106.73  [1650] theorem(or(not(or(A,or(B,or(C,C)))),or(A,or(B,or(C,X))))) -> true
% 106.49/106.73  Current number of equations to process: 954
% 106.49/106.73  Current number of ordered equations: 0
% 106.49/106.73  Current number of rules: 1628
% 106.49/106.73  New rule produced :
% 106.49/106.73  [1651]
% 106.49/106.73  ifeq(axiom(or(not(or(or(A,B),not(or(A,A)))),C)),true,theorem(C),true) -> true
% 106.49/106.73  Current number of equations to process: 953
% 106.49/106.73  Current number of ordered equations: 0
% 110.94/111.11  Current number of rules: 1629
% 110.94/111.11  New rule produced :
% 110.94/111.11  [1652]
% 110.94/111.11  ifeq(axiom(or(not(or(A,or(not(or(A,A)),B))),C)),true,theorem(C),true) -> true
% 110.94/111.11  Current number of equations to process: 952
% 110.94/111.11  Current number of ordered equations: 0
% 110.94/111.11  Current number of rules: 1630
% 110.94/111.11  New rule produced :
% 110.94/111.11  [1653] theorem(or(not(or(A,or(or(B,B),or(B,B)))),or(A,or(B,C)))) -> true
% 110.94/111.11  Current number of equations to process: 951
% 110.94/111.11  Current number of ordered equations: 0
% 110.94/111.11  Current number of rules: 1631
% 110.94/111.11  New rule produced :
% 110.94/111.11  [1654] theorem(or(not(or(A,or(B,C))),or(A,or(B,or(or(X,C),Y))))) -> true
% 110.94/111.11  Current number of equations to process: 950
% 110.94/111.11  Current number of ordered equations: 0
% 110.94/111.11  Current number of rules: 1632
% 110.94/111.11  New rule produced :
% 110.94/111.11  [1655] theorem(or(not(or(or(A,B),or(A,B))),or(A,or(or(C,B),X)))) -> true
% 110.94/111.11  Current number of equations to process: 949
% 110.94/111.11  Current number of ordered equations: 0
% 110.94/111.11  Current number of rules: 1633
% 110.94/111.11  New rule produced :
% 110.94/111.11  [1656]
% 110.94/111.11  ifeq(axiom(or(not(or(or(or(A,B),C),not(B))),X)),true,theorem(X),true) -> true
% 110.94/111.11  Current number of equations to process: 948
% 110.94/111.11  Current number of ordered equations: 0
% 110.94/111.11  Current number of rules: 1634
% 110.94/111.11  New rule produced :
% 110.94/111.11  [1657]
% 110.94/111.11  ifeq(axiom(or(not(or(or(A,B),or(not(B),C))),X)),true,theorem(X),true) -> true
% 110.94/111.11  Current number of equations to process: 947
% 110.94/111.11  Current number of ordered equations: 0
% 110.94/111.11  Current number of rules: 1635
% 110.94/111.11  New rule produced :
% 110.94/111.11  [1658] theorem(or(not(or(A,or(B,C))),or(A,or(or(X,or(C,B)),Y)))) -> true
% 110.94/111.11  Current number of equations to process: 946
% 110.94/111.11  Current number of ordered equations: 0
% 110.94/111.11  Current number of rules: 1636
% 110.94/111.11  New rule produced :
% 110.94/111.11  [1659] theorem(or(not(or(or(A,B),or(A,B))),or(or(C,or(B,A)),X))) -> true
% 110.94/111.11  Current number of equations to process: 945
% 110.94/111.11  Current number of ordered equations: 0
% 110.94/111.11  Current number of rules: 1637
% 110.94/111.11  New rule produced :
% 110.94/111.11  [1660] theorem(or(or(A,or(or(B,C),X)),not(or(A,or(C,B))))) -> true
% 110.94/111.11  Current number of equations to process: 951
% 110.94/111.11  Current number of ordered equations: 0
% 110.94/111.11  Current number of rules: 1638
% 110.94/111.11  New rule produced :
% 110.94/111.11  [1661] theorem(or(A,or(not(or(A,or(B,C))),or(or(C,B),X)))) -> true
% 110.94/111.11  Current number of equations to process: 950
% 110.94/111.11  Current number of ordered equations: 0
% 110.94/111.11  Current number of rules: 1639
% 110.94/111.11  New rule produced :
% 110.94/111.11  [1662] theorem(or(not(or(or(A,B),C)),or(C,or(or(B,A),X)))) -> true
% 110.94/111.11  Current number of equations to process: 950
% 110.94/111.11  Current number of ordered equations: 0
% 110.94/111.11  Current number of rules: 1640
% 110.94/111.11  New rule produced :
% 110.94/111.11  [1663] ifeq(axiom(or(or(or(A,B),C),not(or(B,A)))),true,true,true) -> true
% 110.94/111.11  Current number of equations to process: 951
% 110.94/111.11  Current number of ordered equations: 0
% 110.94/111.11  Current number of rules: 1641
% 110.94/111.11  New rule produced :
% 110.94/111.11  [1664] theorem(or(A,or(or(or(B,C),X),not(or(C,B))))) -> true
% 110.94/111.11  Current number of equations to process: 951
% 110.94/111.11  Current number of ordered equations: 0
% 110.94/111.11  Current number of rules: 1642
% 110.94/111.11  New rule produced :
% 110.94/111.11  [1665] ifeq(axiom(or(or(A,B),or(not(or(B,A)),C))),true,true,true) -> true
% 110.94/111.11  Current number of equations to process: 952
% 110.94/111.11  Current number of ordered equations: 0
% 110.94/111.11  Current number of rules: 1643
% 110.94/111.11  New rule produced : [1666] theorem(or(or(not(or(A,B)),C),or(B,A))) -> true
% 110.94/111.11  Current number of equations to process: 953
% 110.94/111.11  Current number of ordered equations: 0
% 110.94/111.11  Current number of rules: 1644
% 110.94/111.11  New rule produced :
% 110.94/111.11  [1667] theorem(or(A,or(or(B,C),or(not(or(C,B)),X)))) -> true
% 110.94/111.11  Current number of equations to process: 952
% 110.94/111.11  Current number of ordered equations: 0
% 110.94/111.11  Current number of rules: 1645
% 110.94/111.11  New rule produced :
% 110.94/111.11  [1668] theorem(or(not(or(A,B)),or(A,or(or(B,C),X)))) -> true
% 110.94/111.11  Current number of equations to process: 953
% 110.94/111.11  Current number of ordered equations: 0
% 110.94/111.11  Current number of rules: 1646
% 110.94/111.11  New rule produced : [1669] theorem(or(or(or(A,B),C),not(A))) -> true
% 110.94/111.11  Current number of equations to process: 955
% 110.94/111.11  Current number of ordered equations: 0
% 110.94/111.11  Current number of rules: 1647
% 110.94/111.11  New rule produced : [1670] theorem(or(A,or(not(B),or(or(B,C),X)))) -> true
% 110.94/111.11  Current number of equations to process: 954
% 110.94/111.11  Current number of ordered equations: 0
% 110.94/111.11  Current number of rules: 1648
% 110.94/111.11  New rule produced : [1671] theorem(or(or(A,B),or(not(A),C))) -> true
% 110.94/111.11  Current number of equations to process: 954
% 110.94/111.11  Current number of ordered equations: 0
% 110.94/111.11  Current number of rules: 1649
% 110.94/111.11  New rule produced : [1672] theorem(or(not(or(A,A)),or(or(A,B),C))) -> true
% 118.69/118.89  Current number of equations to process: 954
% 118.69/118.89  Current number of ordered equations: 0
% 118.69/118.89  Current number of rules: 1650
% 118.69/118.89  New rule produced : [1673] theorem(or(not(A),or(or(or(B,A),C),X))) -> true
% 118.69/118.89  Current number of equations to process: 954
% 118.69/118.89  Current number of ordered equations: 0
% 118.69/118.89  Current number of rules: 1651
% 118.69/118.89  New rule produced :
% 118.69/118.89  [1674] theorem(or(not(or(A,B)),or(or(or(B,A),C),X))) -> true
% 118.69/118.89  Current number of equations to process: 954
% 118.69/118.89  Current number of ordered equations: 0
% 118.69/118.89  Current number of rules: 1652
% 118.69/118.89  New rule produced :
% 118.69/118.89  [1675] theorem(or(or(not(or(A,B)),or(or(B,A),C)),X)) -> true
% 118.69/118.89  Current number of equations to process: 958
% 118.69/118.89  Current number of ordered equations: 0
% 118.69/118.89  Current number of rules: 1653
% 118.69/118.89  New rule produced :
% 118.69/118.89  [1676] theorem(or(A,or(B,or(not(or(C,X)),or(or(X,C),Y))))) -> true
% 118.69/118.89  Current number of equations to process: 957
% 118.69/118.89  Current number of ordered equations: 0
% 118.69/118.89  Current number of rules: 1654
% 118.69/118.89  New rule produced :
% 118.69/118.89  [1677] theorem(or(A,or(not(or(B,or(C,X))),or(B,or(or(X,C),Y))))) -> true
% 118.69/118.89  Current number of equations to process: 958
% 118.69/118.89  Current number of ordered equations: 0
% 118.69/118.89  Current number of rules: 1655
% 118.69/118.89  New rule produced :
% 118.69/118.89  [1678]
% 118.69/118.89  ifeq(axiom(or(not(or(not(A),or(or(A,B),C))),X)),true,theorem(X),true) -> true
% 118.69/118.89  Current number of equations to process: 957
% 118.69/118.89  Current number of ordered equations: 0
% 118.69/118.89  Current number of rules: 1656
% 118.69/118.89  New rule produced :
% 118.69/118.89  [1679]
% 118.69/118.89  ifeq(axiom(or(not(A),B)),true,theorem(or(not(A),or(or(B,C),X))),true) -> true
% 118.69/118.89  Current number of equations to process: 956
% 118.69/118.89  Current number of ordered equations: 0
% 118.69/118.89  Current number of rules: 1657
% 118.69/118.89  New rule produced :
% 118.69/118.89  [1680]
% 118.69/118.89  ifeq(axiom(or(A,or(not(or(B,C)),or(or(C,B),X)))),true,true,true) -> true
% 118.69/118.89  Current number of equations to process: 955
% 118.69/118.89  Current number of ordered equations: 0
% 118.69/118.89  Current number of rules: 1658
% 118.69/118.89  New rule produced :
% 118.69/118.89  [1681] theorem(or(or(or(A,B),C),not(or(or(B,A),or(B,A))))) -> true
% 118.69/118.89  Current number of equations to process: 959
% 118.69/118.89  Current number of ordered equations: 0
% 118.69/118.89  Current number of rules: 1659
% 118.69/118.89  New rule produced :
% 118.69/118.89  [1682] theorem(or(or(A,B),or(not(or(or(B,A),or(B,A))),C))) -> true
% 118.69/118.89  Current number of equations to process: 958
% 118.69/118.89  Current number of ordered equations: 0
% 118.69/118.89  Current number of rules: 1660
% 118.69/118.89  New rule produced :
% 118.69/118.89  [1683] theorem(or(A,or(not(or(or(B,C),or(B,C))),or(or(C,B),X)))) -> true
% 118.69/118.89  Current number of equations to process: 960
% 118.69/118.89  Current number of ordered equations: 0
% 118.69/118.89  Current number of rules: 1661
% 118.69/118.89  New rule produced :
% 118.69/118.89  [1684]
% 118.69/118.89  theorem(or(not(or(A,B)),or(not(or(not(or(B,A)),not(or(B,A)))),C))) -> true
% 118.69/118.89  Current number of equations to process: 954
% 118.69/118.89  Current number of ordered equations: 0
% 118.69/118.89  Current number of rules: 1662
% 118.69/118.89  New rule produced :
% 118.69/118.89  [1685] theorem(or(or(not(or(A,or(or(B,B),or(B,B)))),or(A,B)),C)) -> true
% 118.69/118.89  Current number of equations to process: 955
% 118.69/118.89  Current number of ordered equations: 0
% 118.69/118.89  Current number of rules: 1663
% 118.69/118.89  New rule produced :
% 118.69/118.89  [1686] theorem(or(not(or(A,or(or(B,B),or(B,B)))),or(C,or(A,B)))) -> true
% 118.69/118.89  Current number of equations to process: 954
% 118.69/118.89  Current number of ordered equations: 0
% 118.69/118.89  Current number of rules: 1664
% 118.69/118.89  New rule produced :
% 118.69/118.89  [1687] theorem(or(or(A,or(B,or(C,or(X,Y)))),not(or(A,or(B,Y))))) -> true
% 118.69/118.89  Current number of equations to process: 961
% 118.69/118.89  Current number of ordered equations: 0
% 118.69/118.89  Current number of rules: 1665
% 118.69/118.89  New rule produced :
% 118.69/118.89  [1688] theorem(or(A,or(not(or(A,or(B,C))),or(B,or(X,or(Y,C)))))) -> true
% 118.69/118.89  Current number of equations to process: 960
% 118.69/118.89  Current number of ordered equations: 0
% 118.69/118.89  Current number of rules: 1666
% 118.69/118.89  New rule produced :
% 118.69/118.89  [1689] theorem(or(not(or(or(A,B),C)),or(C,or(A,or(X,or(Y,B)))))) -> true
% 118.69/118.89  Current number of equations to process: 959
% 118.69/118.89  Current number of ordered equations: 0
% 118.69/118.89  Current number of rules: 1667
% 118.69/118.89  New rule produced :
% 118.69/118.89  [1690] theorem(or(or(A,or(B,or(C,X))),not(or(or(A,X),or(A,X))))) -> true
% 118.69/118.89  Current number of equations to process: 965
% 118.69/118.89  Current number of ordered equations: 0
% 118.69/118.89  Current number of rules: 1668
% 118.69/118.89  New rule produced :
% 118.69/118.89  [1691] theorem(or(A,or(not(or(or(A,B),or(A,B))),or(C,or(X,B))))) -> true
% 118.69/118.89  Current number of equations to process: 964
% 118.69/118.89  Current number of ordered equations: 0
% 118.69/118.89  Current number of rules: 1669
% 118.69/118.89  New rule produced :
% 118.69/118.89  [1692] theorem(or(or(A,or(B,or(C,or(X,Y)))),not(or(A,or(Y,X))))) -> true
% 130.72/130.95  Current number of equations to process: 971
% 130.72/130.95  Current number of ordered equations: 0
% 130.72/130.95  Current number of rules: 1670
% 130.72/130.95  New rule produced :
% 130.72/130.95  [1693] theorem(or(A,or(not(or(A,or(B,C))),or(X,or(Y,or(C,B)))))) -> true
% 130.72/130.95  Current number of equations to process: 970
% 130.72/130.95  Current number of ordered equations: 0
% 130.72/130.95  Current number of rules: 1671
% 130.72/130.95  New rule produced :
% 130.72/130.95  [1694] theorem(or(not(or(or(A,B),C)),or(C,or(X,or(Y,or(B,A)))))) -> true
% 130.72/130.95  Current number of equations to process: 969
% 130.72/130.95  Current number of ordered equations: 0
% 130.72/130.95  Current number of rules: 1672
% 130.72/130.95  New rule produced :
% 130.72/130.95  [1695] theorem(or(or(A,or(B,or(C,X))),not(or(or(X,C),or(X,C))))) -> true
% 130.72/130.95  Current number of equations to process: 974
% 130.72/130.95  Current number of ordered equations: 0
% 130.72/130.95  Current number of rules: 1673
% 130.72/130.95  New rule produced :
% 130.72/130.95  [1696] theorem(or(not(or(A,or(B,C))),or(not(not(or(B,or(A,C)))),X))) -> true
% 130.72/130.95  Current number of equations to process: 975
% 130.72/130.95  Current number of ordered equations: 0
% 130.72/130.95  Current number of rules: 1674
% 130.72/130.95  New rule produced :
% 130.72/130.95  [1697] theorem(or(not(or(A,or(or(A,B),B))),or(or(A,B),C))) -> true
% 130.72/130.95  Current number of equations to process: 975
% 130.72/130.95  Current number of ordered equations: 0
% 130.72/130.95  Current number of rules: 1675
% 130.72/130.95  New rule produced :
% 130.72/130.95  [1698] theorem(or(not(or(A,or(B,C))),or(or(X,or(B,or(A,C))),Y))) -> true
% 130.72/130.95  Current number of equations to process: 976
% 130.72/130.95  Current number of ordered equations: 0
% 130.72/130.95  Current number of rules: 1676
% 130.72/130.95  New rule produced :
% 130.72/130.95  [1699] theorem(or(A,or(or(not(or(or(B,C),or(B,C))),or(C,B)),X))) -> true
% 130.72/130.95  Current number of equations to process: 981
% 130.72/130.95  Current number of ordered equations: 0
% 130.72/130.95  Current number of rules: 1677
% 130.72/130.95  New rule produced :
% 130.72/130.95  [1700] theorem(or(or(A,or(not(or(or(B,C),or(B,C))),or(C,B))),X)) -> true
% 130.72/130.95  Current number of equations to process: 982
% 130.72/130.95  Current number of ordered equations: 0
% 130.72/130.95  Current number of rules: 1678
% 130.72/130.95  New rule produced :
% 130.72/130.95  [1701] theorem(or(not(or(A,B)),or(or(A,or(C,B)),X))) -> true
% 130.72/130.95  Current number of equations to process: 989
% 130.72/130.95  Current number of ordered equations: 0
% 130.72/130.95  Current number of rules: 1679
% 130.72/130.95  New rule produced :
% 130.72/130.95  [1702] theorem(or(or(or(A,or(B,C)),X),not(or(B,or(A,C))))) -> true
% 130.72/130.95  Current number of equations to process: 988
% 130.72/130.95  Current number of ordered equations: 0
% 130.72/130.95  Current number of rules: 1680
% 130.72/130.95  New rule produced :
% 130.72/130.95  [1703] theorem(or(or(A,or(B,C)),or(not(or(B,or(A,C))),X))) -> true
% 130.72/130.95  Current number of equations to process: 987
% 130.72/130.95  Current number of ordered equations: 0
% 130.72/130.95  Current number of rules: 1681
% 130.72/130.95  New rule produced :
% 130.72/130.95  [1704] theorem(or(not(or(or(A,B),C)),or(or(A,or(C,B)),X))) -> true
% 130.72/130.95  Current number of equations to process: 987
% 130.72/130.95  Current number of ordered equations: 0
% 130.72/130.95  Current number of rules: 1682
% 130.72/130.95  New rule produced :
% 130.72/130.95  [1705] theorem(or(A,or(not(or(B,or(C,X))),or(or(C,or(B,X)),Y)))) -> true
% 130.72/130.95  Current number of equations to process: 988
% 130.72/130.95  Current number of ordered equations: 0
% 130.72/130.95  Current number of rules: 1683
% 130.72/130.95  New rule produced :
% 130.72/130.95  [1706] theorem(or(or(or(not(or(A,B)),or(A,C)),X),not(or(not(B),C)))) -> true
% 130.72/130.95  Current number of equations to process: 993
% 130.72/130.95  Current number of ordered equations: 0
% 130.72/130.95  Current number of rules: 1684
% 130.72/130.95  New rule produced :
% 130.72/130.95  [1707] theorem(or(or(not(or(A,B)),or(A,C)),or(not(or(not(B),C)),X))) -> true
% 130.72/130.95  Current number of equations to process: 992
% 130.72/130.95  Current number of ordered equations: 0
% 130.72/130.95  Current number of rules: 1685
% 130.72/130.95  New rule produced :
% 130.72/130.95  [1708] theorem(or(not(or(A,not(B))),or(or(not(or(C,B)),or(C,A)),X))) -> true
% 130.72/130.95  Current number of equations to process: 991
% 130.72/130.95  Current number of ordered equations: 0
% 130.72/130.95  Current number of rules: 1686
% 130.72/130.95  New rule produced :
% 130.72/130.95  [1709] theorem(or(A,or(or(B,or(C,or(X,Y))),not(or(B,or(Y,X)))))) -> true
% 130.72/130.95  Current number of equations to process: 996
% 130.72/130.95  Current number of ordered equations: 0
% 130.72/130.95  Current number of rules: 1687
% 130.72/130.95  New rule produced :
% 130.72/130.95  [1710] theorem(or(or(not(or(A,or(B,C))),or(X,or(C,B))),A)) -> true
% 130.72/130.95  Current number of equations to process: 1000
% 130.72/130.95  Current number of ordered equations: 0
% 130.72/130.95  Current number of rules: 1688
% 130.72/130.95  New rule produced :
% 130.72/130.95  [1711] theorem(or(A,or(B,or(not(or(B,or(C,X))),or(Y,or(X,C)))))) -> true
% 130.72/130.95  Current number of equations to process: 1002
% 130.72/130.95  Current number of ordered equations: 0
% 130.72/130.95  Current number of rules: 1689
% 130.72/130.95  New rule produced :
% 130.72/130.95  [1712] theorem(or(or(A,or(B,or(C,X))),not(or(or(X,C),A)))) -> true
% 135.24/135.41  Current number of equations to process: 1006
% 135.24/135.41  Current number of ordered equations: 0
% 135.24/135.41  Current number of rules: 1690
% 135.24/135.41  New rule produced :
% 135.24/135.41  [1713] theorem(or(A,or(not(or(or(B,C),A)),or(X,or(C,B))))) -> true
% 135.24/135.41  Current number of equations to process: 1005
% 135.24/135.41  Current number of ordered equations: 0
% 135.24/135.41  Current number of rules: 1691
% 135.24/135.41  New rule produced :
% 135.24/135.41  [1714] theorem(or(A,or(not(or(or(B,C),X)),or(X,or(Y,or(C,B)))))) -> true
% 135.24/135.41  Current number of equations to process: 1004
% 135.24/135.41  Current number of ordered equations: 0
% 135.24/135.41  Current number of rules: 1692
% 135.24/135.41  New rule produced :
% 135.24/135.41  [1715] theorem(or(or(or(A,or(B,C)),not(or(C,B))),X)) -> true
% 135.24/135.41  Current number of equations to process: 1008
% 135.24/135.41  Current number of ordered equations: 0
% 135.24/135.41  Current number of rules: 1693
% 135.24/135.41  New rule produced :
% 135.24/135.41  [1716] theorem(or(or(A,or(B,C)),or(X,not(or(C,B))))) -> true
% 135.24/135.41  Current number of equations to process: 1008
% 135.24/135.41  Current number of ordered equations: 0
% 135.24/135.41  Current number of rules: 1694
% 135.24/135.41  New rule produced :
% 135.24/135.41  [1717] theorem(or(A,or(B,or(or(C,or(X,Y)),not(or(Y,X)))))) -> true
% 135.24/135.41  Current number of equations to process: 1007
% 135.24/135.41  Current number of ordered equations: 0
% 135.24/135.41  Current number of rules: 1695
% 135.24/135.41  New rule produced :
% 135.24/135.41  [1718] theorem(or(or(A,or(B,or(C,X))),not(or(A,C)))) -> true
% 135.24/135.41  Current number of equations to process: 1011
% 135.24/135.41  Current number of ordered equations: 0
% 135.24/135.41  Current number of rules: 1696
% 135.24/135.41  New rule produced :
% 135.24/135.41  [1719] theorem(or(A,or(not(or(A,B)),or(C,or(B,X))))) -> true
% 135.24/135.41  Current number of equations to process: 1011
% 135.24/135.41  Current number of ordered equations: 0
% 135.24/135.41  Current number of rules: 1697
% 135.24/135.41  New rule produced :
% 135.24/135.41  [1720] theorem(or(not(or(A,B)),or(B,or(C,or(A,X))))) -> true
% 135.24/135.41  Current number of equations to process: 1012
% 135.24/135.41  Current number of ordered equations: 0
% 135.24/135.41  Current number of rules: 1698
% 135.24/135.41  New rule produced :
% 135.24/135.41  [1721] theorem(or(A,or(not(or(B,C)),or(B,or(X,or(C,Y)))))) -> true
% 135.24/135.41  Current number of equations to process: 1011
% 135.24/135.41  Current number of ordered equations: 0
% 135.24/135.41  Current number of rules: 1699
% 135.24/135.41  New rule produced :
% 135.24/135.41  [1722] ifeq(axiom(or(or(A,or(B,C)),not(B))),true,true,true) -> true
% 135.24/135.41  Current number of equations to process: 1012
% 135.24/135.41  Current number of ordered equations: 0
% 135.24/135.41  Current number of rules: 1700
% 135.24/135.41  New rule produced : [1723] theorem(or(A,or(or(B,or(C,X)),not(C)))) -> true
% 135.24/135.41  Current number of equations to process: 1012
% 135.24/135.41  Current number of ordered equations: 0
% 135.24/135.41  Current number of rules: 1701
% 135.24/135.41  New rule produced :
% 135.24/135.41  [1724] ifeq(axiom(or(A,or(not(B),or(C,or(B,X))))),true,true,true) -> true
% 135.24/135.41  Current number of equations to process: 1014
% 135.24/135.41  Current number of ordered equations: 0
% 135.24/135.41  Current number of rules: 1702
% 135.24/135.41  New rule produced : [1725] theorem(or(or(not(A),or(B,or(A,C))),X)) -> true
% 135.24/135.41  Current number of equations to process: 1015
% 135.24/135.41  Current number of ordered equations: 0
% 135.24/135.41  Current number of rules: 1703
% 135.24/135.41  New rule produced :
% 135.24/135.41  [1726] theorem(or(A,or(B,or(not(C),or(X,or(C,Y)))))) -> true
% 135.24/135.41  Current number of equations to process: 1014
% 135.24/135.41  Current number of ordered equations: 0
% 135.24/135.41  Current number of rules: 1704
% 135.24/135.41  New rule produced :
% 135.24/135.41  [1727] theorem(or(not(or(A,or(B,B))),or(A,or(C,or(B,X))))) -> true
% 135.24/135.41  Current number of equations to process: 1015
% 135.24/135.41  Current number of ordered equations: 0
% 135.24/135.41  Current number of rules: 1705
% 135.24/135.41  New rule produced : [1728] theorem(or(or(A,or(B,C)),not(or(B,B)))) -> true
% 135.24/135.41  Current number of equations to process: 1017
% 135.24/135.41  Current number of ordered equations: 0
% 135.24/135.41  Current number of rules: 1706
% 135.24/135.41  New rule produced :
% 135.24/135.41  [1729] theorem(or(A,or(not(or(B,B)),or(C,or(B,X))))) -> true
% 135.24/135.41  Current number of equations to process: 1017
% 135.24/135.41  Current number of ordered equations: 0
% 135.24/135.41  Current number of rules: 1707
% 135.24/135.41  New rule produced :
% 135.24/135.41  [1730] theorem(or(not(or(or(A,A),or(A,A))),or(B,or(A,C)))) -> true
% 135.24/135.41  Current number of equations to process: 1018
% 135.24/135.41  Current number of ordered equations: 0
% 135.24/135.41  Current number of rules: 1708
% 135.24/135.41  New rule produced :
% 135.24/135.41  [1731] theorem(or(not(or(A,B)),or(A,or(C,or(or(X,B),Y))))) -> true
% 135.24/135.41  Current number of equations to process: 1017
% 135.24/135.41  Current number of ordered equations: 0
% 135.24/135.41  Current number of rules: 1709
% 135.24/135.41  New rule produced : [1732] theorem(or(or(A,or(or(B,C),X)),not(C))) -> true
% 135.24/135.41  Current number of equations to process: 1019
% 135.24/135.41  Current number of ordered equations: 0
% 135.24/135.41  Current number of rules: 1710
% 142.60/142.77  New rule produced :
% 142.60/142.77  [1733] theorem(or(A,or(not(B),or(C,or(or(X,B),Y))))) -> true
% 142.60/142.77  Current number of equations to process: 1020
% 142.60/142.77  Current number of ordered equations: 0
% 142.60/142.77  Current number of rules: 1711
% 142.60/142.77  New rule produced :
% 142.60/142.77  [1734] theorem(or(not(or(A,A)),or(B,or(or(C,A),X)))) -> true
% 142.60/142.77  Current number of equations to process: 1019
% 142.60/142.77  Current number of ordered equations: 0
% 142.60/142.77  Current number of rules: 1712
% 142.60/142.77  New rule produced :
% 142.60/142.77  [1735] theorem(or(not(A),or(B,or(or(C,or(X,A)),Y)))) -> true
% 142.60/142.77  Current number of equations to process: 1018
% 142.60/142.77  Current number of ordered equations: 0
% 142.60/142.77  Current number of rules: 1713
% 142.60/142.77  New rule produced :
% 142.60/142.77  [1736] theorem(or(not(or(A,B)),or(C,or(or(X,or(B,A)),Y)))) -> true
% 142.60/142.77  Current number of equations to process: 1020
% 142.60/142.77  Current number of ordered equations: 0
% 142.60/142.77  Current number of rules: 1714
% 142.60/142.77  New rule produced :
% 142.60/142.77  [1737] theorem(or(or(A,or(or(B,C),X)),not(or(C,B)))) -> true
% 142.60/142.77  Current number of equations to process: 1021
% 142.60/142.77  Current number of ordered equations: 0
% 142.60/142.77  Current number of rules: 1715
% 142.60/142.77  New rule produced : [1738] theorem(or(not(A),or(B,or(or(A,C),X)))) -> true
% 142.60/142.77  Current number of equations to process: 1022
% 142.60/142.77  Current number of ordered equations: 0
% 142.60/142.77  Current number of rules: 1716
% 142.60/142.77  New rule produced :
% 142.60/142.77  [1739] theorem(or(A,or(not(or(B,C)),or(X,or(or(C,B),Y))))) -> true
% 142.60/142.77  Current number of equations to process: 1021
% 142.60/142.77  Current number of ordered equations: 0
% 142.60/142.77  Current number of rules: 1717
% 142.60/142.77  New rule produced :
% 142.60/142.77  [1740] theorem(or(A,or(or(not(or(B,C)),or(X,or(C,B))),Y))) -> true
% 142.60/142.77  Current number of equations to process: 1023
% 142.60/142.77  Current number of ordered equations: 0
% 142.60/142.77  Current number of rules: 1718
% 142.60/142.77  New rule produced :
% 142.60/142.77  [1741]
% 142.60/142.77  ifeq(axiom(or(A,or(or(B,or(C,X)),not(or(X,C))))),true,true,true) -> true
% 142.60/142.77  Current number of equations to process: 1025
% 142.60/142.77  Current number of ordered equations: 0
% 142.60/142.77  Current number of rules: 1719
% 142.60/142.77  New rule produced :
% 142.60/142.77  [1742] theorem(or(not(or(A,or(B,C))),or(A,or(B,or(X,or(C,Y)))))) -> true
% 142.60/142.77  Current number of equations to process: 1024
% 142.60/142.77  Current number of ordered equations: 0
% 142.60/142.77  Current number of rules: 1720
% 142.60/142.77  New rule produced :
% 142.60/142.77  [1743] theorem(or(not(or(or(A,B),or(A,B))),or(A,or(C,or(B,X))))) -> true
% 142.60/142.77  Current number of equations to process: 1023
% 142.60/142.77  Current number of ordered equations: 0
% 142.60/142.77  Current number of rules: 1721
% 142.60/142.77  New rule produced :
% 142.60/142.77  [1744]
% 142.60/142.77  ifeq(axiom(or(not(or(or(A,or(B,C)),not(B))),X)),true,theorem(X),true) -> true
% 142.60/142.77  Current number of equations to process: 1022
% 142.60/142.77  Current number of ordered equations: 0
% 142.60/142.77  Current number of rules: 1722
% 142.60/142.77  New rule produced :
% 142.60/142.77  [1745] theorem(or(not(or(A,or(B,C))),or(A,or(X,or(or(C,B),Y))))) -> true
% 142.60/142.77  Current number of equations to process: 1021
% 142.60/142.77  Current number of ordered equations: 0
% 142.60/142.77  Current number of rules: 1723
% 142.60/142.77  New rule produced :
% 142.60/142.77  [1746] theorem(or(not(or(or(A,B),or(A,B))),or(C,or(or(B,A),X)))) -> true
% 142.60/142.77  Current number of equations to process: 1020
% 142.60/142.77  Current number of ordered equations: 0
% 142.60/142.77  Current number of rules: 1724
% 142.60/142.77  New rule produced :
% 142.60/142.77  [1747]
% 142.60/142.77  ifeq(axiom(or(or(not(or(A,B)),or(C,or(B,A))),X)),true,true,true) -> true
% 142.60/142.77  Current number of equations to process: 1019
% 142.60/142.77  Current number of ordered equations: 0
% 142.60/142.77  Current number of rules: 1725
% 142.60/142.77  New rule produced :
% 142.60/142.77  [1748] theorem(or(or(A,or(not(or(B,C)),or(X,or(C,B)))),Y)) -> true
% 142.60/142.77  Current number of equations to process: 1020
% 142.60/142.77  Current number of ordered equations: 0
% 142.60/142.77  Current number of rules: 1726
% 142.60/142.77  New rule produced :
% 142.60/142.77  [1749] theorem(or(A,or(B,or(C,or(not(or(X,Y)),or(Z,or(Y,X))))))) -> true
% 142.60/142.77  Current number of equations to process: 1022
% 142.60/142.77  Current number of ordered equations: 0
% 142.60/142.77  Current number of rules: 1727
% 142.60/142.77  New rule produced :
% 142.60/142.77  [1750] theorem(or(or(not(or(A,or(B,C))),or(A,or(X,or(C,B)))),Y)) -> true
% 142.60/142.77  Current number of equations to process: 1023
% 142.60/142.77  Current number of ordered equations: 0
% 142.60/142.77  Current number of rules: 1728
% 142.60/142.77  New rule produced :
% 142.60/142.77  [1751] theorem(or(not(or(A,or(B,C))),or(X,or(A,or(Y,or(C,B)))))) -> true
% 142.60/142.77  Current number of equations to process: 1022
% 142.60/142.77  Current number of ordered equations: 0
% 142.60/142.77  Current number of rules: 1729
% 142.60/142.77  New rule produced :
% 142.60/142.77  [1752] theorem(or(not(or(A,or(B,C))),or(X,or(or(B,or(A,C)),Y)))) -> true
% 142.60/142.77  Current number of equations to process: 1023
% 142.60/142.77  Current number of ordered equations: 0
% 142.60/142.77  Current number of rules: 1730
% 142.60/142.77  New rule produced :
% 148.88/149.04  [1753] theorem(or(A,or(or(B,or(C,X)),not(or(or(X,C),or(X,C)))))) -> true
% 148.88/149.04  Current number of equations to process: 1028
% 148.88/149.04  Current number of ordered equations: 0
% 148.88/149.04  Current number of rules: 1731
% 148.88/149.04  New rule produced :
% 148.88/149.04  [1754] theorem(or(or(or(A,or(B,C)),not(or(or(A,C),B))),X)) -> true
% 148.88/149.04  Current number of equations to process: 1030
% 148.88/149.04  Current number of ordered equations: 0
% 148.88/149.04  Current number of rules: 1732
% 148.88/149.04  New rule produced :
% 148.88/149.04  [1755] theorem(or(or(A,or(B,C)),or(X,not(or(or(A,C),B))))) -> true
% 148.88/149.04  Current number of equations to process: 1029
% 148.88/149.04  Current number of ordered equations: 0
% 148.88/149.04  Current number of rules: 1733
% 148.88/149.04  New rule produced :
% 148.88/149.04  [1756] theorem(or(A,or(or(not(or(or(B,C),X)),or(X,C)),B))) -> true
% 148.88/149.04  Current number of equations to process: 1032
% 148.88/149.04  Current number of ordered equations: 0
% 148.88/149.04  Current number of rules: 1734
% 148.88/149.04  New rule produced :
% 148.88/149.04  [1757] theorem(or(A,or(B,or(or(C,or(X,Y)),not(or(or(C,Y),X)))))) -> true
% 148.88/149.04  Current number of equations to process: 1034
% 148.88/149.04  Current number of ordered equations: 0
% 148.88/149.04  Current number of rules: 1735
% 148.88/149.04  New rule produced :
% 148.88/149.04  [1758]
% 148.88/149.04  ifeq(axiom(or(or(not(or(or(A,B),C)),or(C,B)),A)),true,true,true) -> true
% 148.88/149.04  Current number of equations to process: 1033
% 148.88/149.04  Current number of ordered equations: 0
% 148.88/149.04  Current number of rules: 1736
% 148.88/149.04  New rule produced :
% 148.88/149.04  [1759] theorem(or(A,or(or(not(or(or(or(A,B),C),X)),or(X,C)),B))) -> true
% 148.88/149.04  Current number of equations to process: 1032
% 148.88/149.04  Current number of ordered equations: 0
% 148.88/149.04  Current number of rules: 1737
% 148.88/149.04  New rule produced :
% 148.88/149.04  [1760] theorem(or(or(A,or(not(or(or(A,B),C)),or(C,B))),X)) -> true
% 148.88/149.04  Current number of equations to process: 1034
% 148.88/149.04  Current number of ordered equations: 0
% 148.88/149.04  Current number of rules: 1738
% 148.88/149.04  New rule produced :
% 148.88/149.04  [1761] theorem(or(A,or(B,or(not(or(or(A,C),X)),or(X,C))))) -> true
% 148.88/149.04  Current number of equations to process: 1033
% 148.88/149.04  Current number of ordered equations: 0
% 148.88/149.04  Current number of rules: 1739
% 148.88/149.04  New rule produced :
% 148.88/149.04  [1762] theorem(or(A,or(B,or(C,or(not(or(or(C,X),Y)),or(Y,X)))))) -> true
% 148.88/149.04  Current number of equations to process: 1035
% 148.88/149.04  Current number of ordered equations: 0
% 148.88/149.04  Current number of rules: 1740
% 148.88/149.04  New rule produced :
% 148.88/149.04  [1763] theorem(or(or(not(or(or(A,B),or(A,B))),or(C,or(B,A))),X)) -> true
% 148.88/149.04  Current number of equations to process: 1036
% 148.88/149.04  Current number of ordered equations: 0
% 148.88/149.04  Current number of rules: 1741
% 148.88/149.04  New rule produced :
% 148.88/149.04  [1764] theorem(or(or(not(or(or(not(A),B),C)),or(C,B)),not(or(A,A)))) -> true
% 148.88/149.04  Current number of equations to process: 1041
% 148.88/149.04  Current number of ordered equations: 0
% 148.88/149.04  Current number of rules: 1742
% 148.88/149.04  New rule produced :
% 148.88/149.04  [1765] theorem(or(or(not(or(or(not(or(A,B)),C),X)),or(X,C)),not(B))) -> true
% 148.88/149.04  Current number of equations to process: 1048
% 148.88/149.04  Current number of ordered equations: 0
% 148.88/149.04  Current number of rules: 1743
% 148.88/149.04  New rule produced :
% 148.88/149.04  [1766] theorem(or(A,or(or(not(or(or(B,C),X)),or(B,or(X,C))),Y))) -> true
% 148.88/149.04  Current number of equations to process: 1053
% 148.88/149.04  Current number of ordered equations: 0
% 148.88/149.04  Current number of rules: 1744
% 148.88/149.04  New rule produced :
% 148.88/149.04  [1767] theorem(or(or(A,or(not(or(or(B,C),X)),or(B,or(X,C)))),Y)) -> true
% 148.88/149.04  Current number of equations to process: 1054
% 148.88/149.04  Current number of ordered equations: 0
% 148.88/149.04  Current number of rules: 1745
% 148.88/149.04  New rule produced :
% 148.88/149.04  [1768]
% 148.88/149.04  theorem(or(or(not(or(A,or(B,or(C,X)))),or(A,or(B,or(X,C)))),Y)) -> true
% 148.88/149.04  Current number of equations to process: 1055
% 148.88/149.04  Current number of ordered equations: 0
% 148.88/149.04  Current number of rules: 1746
% 148.88/149.04  New rule produced :
% 148.88/149.04  [1769]
% 148.88/149.04  theorem(or(not(or(A,or(B,or(C,X)))),or(Y,or(A,or(B,or(X,C)))))) -> true
% 148.88/149.04  Current number of equations to process: 1054
% 148.88/149.04  Current number of ordered equations: 0
% 148.88/149.04  Current number of rules: 1747
% 148.88/149.04  New rule produced :
% 148.88/149.04  [1770]
% 148.88/149.04  theorem(or(not(or(A,B)),or(A,or(not(or(not(B),or(C,C))),or(X,C))))) -> true
% 148.88/149.04  Current number of equations to process: 1053
% 148.88/149.04  Current number of ordered equations: 0
% 148.88/149.04  Current number of rules: 1748
% 148.88/149.04  New rule produced :
% 148.88/149.04  [1771]
% 148.88/149.04  theorem(or(not(or(A,B)),or(not(or(not(or(B,A)),or(C,C))),or(X,C)))) -> true
% 148.88/149.04  Current number of equations to process: 1052
% 148.88/149.04  Current number of ordered equations: 0
% 148.88/149.04  Current number of rules: 1749
% 148.88/149.04  New rule produced :
% 148.88/149.04  [1772]
% 148.88/149.04  theorem(or(not(or(or(or(A,A),B),or(or(A,A),B))),or(B,or(C,A)))) -> true
% 148.88/149.04  Current number of equations to process: 1051
% 148.88/149.04  Current number of ordered equations: 0
% 149.50/149.69  Current number of rules: 1750
% 149.50/149.69  New rule produced :
% 149.50/149.69  [1773]
% 149.50/149.69  ifeq(axiom(or(A,or(not(or(B,or(C,C))),or(B,or(X,C))))),true,true,true) ->
% 149.50/149.69  true
% 149.50/149.69  Current number of equations to process: 1050
% 149.50/149.69  Current number of ordered equations: 0
% 149.50/149.69  Current number of rules: 1751
% 149.50/149.69  New rule produced :
% 149.50/149.69  [1774]
% 149.50/149.69  ifeq(axiom(or(not(or(A,or(or(B,C),not(or(C,C))))),X)),true,theorem(X),true)
% 149.50/149.69  -> true
% 149.50/149.69  Current number of equations to process: 1049
% 149.50/149.69  Current number of ordered equations: 0
% 149.50/149.69  Current number of rules: 1752
% 149.50/149.69  New rule produced :
% 149.50/149.69  [1775]
% 149.50/149.69  ifeq(axiom(or(not(or(or(not(or(A,A)),or(B,A)),C)),X)),true,theorem(X),true)
% 149.50/149.69  -> true
% 149.50/149.69  Current number of equations to process: 1048
% 149.50/149.69  Current number of ordered equations: 0
% 149.50/149.69  Current number of rules: 1753
% 149.50/149.69  New rule produced :
% 149.50/149.69  [1776]
% 149.50/149.69  ifeq(axiom(or(A,or(not(or(or(B,B),or(B,B))),or(C,B)))),true,true,true) ->
% 149.50/149.69  true
% 149.50/149.69  Current number of equations to process: 1047
% 149.50/149.69  Current number of ordered equations: 0
% 149.50/149.69  Current number of rules: 1754
% 149.50/149.69  New rule produced :
% 149.50/149.69  [1777]
% 149.50/149.69  theorem(or(A,or(not(or(B,or(C,or(X,X)))),or(B,or(C,or(Y,X)))))) -> true
% 149.50/149.69  Current number of equations to process: 1046
% 149.50/149.69  Current number of ordered equations: 0
% 149.50/149.69  Current number of rules: 1755
% 149.50/149.69  New rule produced :
% 149.50/149.69  [1778]
% 149.50/149.69  theorem(or(A,or(not(or(B,or(or(C,C),or(C,C)))),or(B,or(X,C))))) -> true
% 149.50/149.69  Current number of equations to process: 1045
% 149.50/149.69  Current number of ordered equations: 0
% 149.50/149.69  Current number of rules: 1756
% 149.50/149.69  New rule produced :
% 149.50/149.69  [1779]
% 149.50/149.69  ifeq(axiom(or(or(A,B),not(or(A,or(or(B,B),or(B,B)))))),true,true,true) ->
% 149.50/149.69  true
% 149.50/149.69  Current number of equations to process: 1044
% 149.50/149.69  Current number of ordered equations: 0
% 149.50/149.69  Current number of rules: 1757
% 149.50/149.69  New rule produced :
% 149.50/149.69  [1780]
% 149.50/149.69  ifeq(axiom(or(A,or(not(or(A,or(or(B,B),or(B,B)))),B))),true,true,true) ->
% 149.50/149.69  true
% 149.50/149.69  Current number of equations to process: 1043
% 149.50/149.69  Current number of ordered equations: 0
% 149.50/149.69  Current number of rules: 1758
% 149.50/149.69  New rule produced :
% 149.50/149.69  [1781]
% 149.50/149.69  theorem(or(not(or(A,A)),or(not(or(not(A),or(or(B,B),or(B,B)))),B))) -> true
% 149.50/149.69  Current number of equations to process: 1042
% 149.50/149.69  Current number of ordered equations: 0
% 149.50/149.69  Current number of rules: 1759
% 149.50/149.69  New rule produced :
% 149.50/149.69  [1782]
% 149.50/149.69  theorem(or(not(A),or(not(or(not(or(B,A)),or(or(C,C),or(C,C)))),C))) -> true
% 149.50/149.69  Current number of equations to process: 1041
% 149.50/149.69  Current number of ordered equations: 0
% 149.50/149.69  Current number of rules: 1760
% 149.50/149.69  New rule produced :
% 149.50/149.69  [1783]
% 149.50/149.69  theorem(or(not(or(A,or(or(or(B,B),or(B,B)),C))),or(A,or(C,B)))) -> true
% 149.50/149.69  Current number of equations to process: 1040
% 149.50/149.69  Current number of ordered equations: 0
% 149.50/149.69  Current number of rules: 1761
% 149.50/149.69  New rule produced :
% 149.50/149.69  [1784]
% 149.50/149.69  ifeq(axiom(or(A,or(B,or(not(or(or(C,C),or(C,C))),C)))),true,true,true) ->
% 149.50/149.69  true
% 149.50/149.69  Current number of equations to process: 1039
% 149.50/149.69  Current number of ordered equations: 0
% 149.50/149.69  Current number of rules: 1762
% 149.50/149.69  New rule produced :
% 149.50/149.69  [1785]
% 149.50/149.69  ifeq(axiom(or(A,or(or(B,C),not(or(or(C,B),or(C,B)))))),true,true,true) ->
% 149.50/149.69  true
% 149.50/149.69  Current number of equations to process: 1038
% 149.50/149.69  Current number of ordered equations: 0
% 149.50/149.69  Current number of rules: 1763
% 149.50/149.69  New rule produced :
% 149.50/149.69  [1786]
% 149.50/149.69  theorem(or(A,or(or(not(or(or(B,or(A,C)),or(B,or(A,C)))),B),C))) -> true
% 149.50/149.69  Current number of equations to process: 1037
% 149.50/149.69  Current number of ordered equations: 0
% 149.50/149.69  Current number of rules: 1764
% 149.50/149.69  New rule produced :
% 149.50/149.69  [1787]
% 149.50/149.69  ifeq(axiom(or(A,or(B,or(not(or(or(C,B),or(C,B))),C)))),true,true,true) ->
% 149.50/149.69  true
% 149.50/149.69  Current number of equations to process: 1036
% 149.50/149.69  Current number of ordered equations: 0
% 149.50/149.69  Current number of rules: 1765
% 149.50/149.69  New rule produced :
% 149.50/149.69  [1788]
% 149.50/149.69  ifeq(axiom(or(not(or(not(or(A,B)),or(A,not(not(B))))),C)),true,theorem(C),true)
% 149.50/149.69  -> true
% 149.50/149.69  Current number of equations to process: 1035
% 149.50/149.69  Current number of ordered equations: 0
% 149.50/149.69  Current number of rules: 1766
% 149.50/149.69  New rule produced :
% 149.50/149.69  [1789]
% 149.50/149.69  ifeq(axiom(or(not(A),or(B,C))),true,theorem(or(not(A),or(B,not(not(C))))),true)
% 149.50/149.69  -> true
% 149.50/149.69  Current number of equations to process: 1034
% 149.50/149.69  Current number of ordered equations: 0
% 149.50/149.69  Current number of rules: 1767
% 149.50/149.69  New rule produced :
% 149.50/149.69  [1790]
% 149.50/149.69  ifeq(axiom(or(not(or(not(or(A,B)),not(not(or(B,A))))),C)),true,theorem(C),true)
% 149.50/149.69  -> true
% 149.50/149.69  Current number of equations to process: 1033
% 149.50/149.69  Current number of ordered equations: 0
% 149.50/149.69  Current number of rules: 1768
% 149.50/149.69  New rule produced :
% 149.50/149.69  [1791]
% 149.50/149.69  ifeq(axiom(or(not(A),or(B,C))),true,theorem(or(not(A),not(not(or(C,B))))),true)
% 150.30/150.48  -> true
% 150.30/150.48  Current number of equations to process: 1032
% 150.30/150.48  Current number of ordered equations: 0
% 150.30/150.48  Current number of rules: 1769
% 150.30/150.48  New rule produced :
% 150.30/150.48  [1792]
% 150.30/150.48  ifeq(axiom(or(not(or(A,or(B,or(not(or(B,C)),C)))),X)),true,theorem(X),true)
% 150.30/150.48  -> true
% 150.30/150.48  Current number of equations to process: 1031
% 150.30/150.48  Current number of ordered equations: 0
% 150.30/150.48  Current number of rules: 1770
% 150.30/150.48  New rule produced :
% 150.30/150.48  [1793]
% 150.30/150.48  theorem(or(not(or(A,or(B,C))),or(A,or(B,or(not(or(not(C),X)),X))))) -> true
% 150.30/150.48  Current number of equations to process: 1030
% 150.30/150.48  Current number of ordered equations: 0
% 150.30/150.48  Current number of rules: 1771
% 150.30/150.48  New rule produced :
% 150.30/150.48  [1794]
% 150.30/150.48  theorem(or(not(or(or(A,B),or(A,B))),or(A,or(not(or(not(B),C)),C)))) -> true
% 150.30/150.48  Current number of equations to process: 1029
% 150.30/150.48  Current number of ordered equations: 0
% 150.30/150.48  Current number of rules: 1772
% 150.30/150.48  New rule produced :
% 150.30/150.48  [1795]
% 150.30/150.48  theorem(or(not(or(A,or(B,C))),or(A,or(not(or(not(or(C,B)),X)),X)))) -> true
% 150.30/150.48  Current number of equations to process: 1028
% 150.30/150.48  Current number of ordered equations: 0
% 150.30/150.48  Current number of rules: 1773
% 150.30/150.48  New rule produced :
% 150.30/150.48  [1796]
% 150.30/150.48  theorem(or(not(or(or(A,B),or(A,B))),or(not(or(not(or(B,A)),C)),C))) -> true
% 150.30/150.48  Current number of equations to process: 1027
% 150.30/150.48  Current number of ordered equations: 0
% 150.30/150.48  Current number of rules: 1774
% 150.30/150.48  New rule produced :
% 150.30/150.48  [1797]
% 150.30/150.48  theorem(or(not(or(A,B)),or(A,or(not(or(not(B),C)),or(X,or(Y,C)))))) -> true
% 150.30/150.48  Current number of equations to process: 1026
% 150.30/150.48  Current number of ordered equations: 0
% 150.30/150.48  Current number of rules: 1775
% 150.30/150.48  New rule produced :
% 150.30/150.48  [1798]
% 150.30/150.48  theorem(or(not(or(A,B)),or(not(or(not(or(B,A)),C)),or(X,or(Y,C))))) -> true
% 150.30/150.48  Current number of equations to process: 1025
% 150.30/150.48  Current number of ordered equations: 0
% 150.30/150.48  Current number of rules: 1776
% 150.30/150.48  New rule produced :
% 150.30/150.48  [1799]
% 150.30/150.48  ifeq(axiom(or(A,or(not(or(B,C)),or(B,or(X,or(Y,C)))))),true,true,true) ->
% 150.30/150.48  true
% 150.30/150.48  Current number of equations to process: 1024
% 150.30/150.48  Current number of ordered equations: 0
% 150.30/150.48  Current number of rules: 1777
% 150.30/150.48  New rule produced :
% 150.30/150.48  [1800]
% 150.30/150.48  ifeq(axiom(or(not(or(A,or(or(B,or(C,X)),not(X)))),Y)),true,theorem(Y),true)
% 150.30/150.48  -> true
% 150.30/150.48  Current number of equations to process: 1023
% 150.30/150.48  Current number of ordered equations: 0
% 150.30/150.48  Current number of rules: 1778
% 150.30/150.48  New rule produced :
% 150.30/150.48  [1801]
% 150.30/150.48  ifeq(axiom(or(not(or(or(not(A),or(B,or(C,A))),X)),Y)),true,theorem(Y),true)
% 150.30/150.48  -> true
% 150.30/150.48  Current number of equations to process: 1022
% 150.30/150.48  Current number of ordered equations: 0
% 150.30/150.48  Current number of rules: 1779
% 150.30/150.48  New rule produced :
% 150.30/150.48  [1802]
% 150.30/150.48  theorem(or(not(or(A,or(B,or(C,C)))),or(A,or(B,or(X,or(Y,C)))))) -> true
% 150.30/150.48  Current number of equations to process: 1021
% 150.30/150.48  Current number of ordered equations: 0
% 150.30/150.48  Current number of rules: 1780
% 150.30/150.48  New rule produced :
% 150.30/150.48  [1803]
% 150.30/150.48  ifeq(axiom(or(not(or(or(A,or(B,C)),not(or(C,C)))),X)),true,theorem(X),true)
% 150.30/150.48  -> true
% 150.30/150.48  Current number of equations to process: 1020
% 150.30/150.48  Current number of ordered equations: 0
% 150.30/150.48  Current number of rules: 1781
% 150.30/150.48  New rule produced :
% 150.30/150.48  [1804]
% 150.30/150.48  theorem(or(not(or(A,or(or(B,B),or(B,B)))),or(A,or(C,or(X,B))))) -> true
% 150.30/150.48  Current number of equations to process: 1019
% 150.30/150.48  Current number of ordered equations: 0
% 150.30/150.48  Current number of rules: 1782
% 150.30/150.48  New rule produced :
% 150.30/150.48  [1805]
% 150.30/150.48  theorem(or(not(or(A,or(B,C))),or(A,or(B,or(X,or(Y,or(Z,C))))))) -> true
% 150.30/150.48  Current number of equations to process: 1018
% 150.30/150.48  Current number of ordered equations: 0
% 150.30/150.48  Current number of rules: 1783
% 150.30/150.48  New rule produced :
% 150.30/150.48  [1806]
% 150.30/150.48  theorem(or(not(or(or(A,B),or(A,B))),or(A,or(C,or(X,or(Y,B)))))) -> true
% 150.30/150.48  Current number of equations to process: 1017
% 150.30/150.48  Current number of ordered equations: 0
% 150.30/150.48  Current number of rules: 1784
% 150.30/150.48  New rule produced :
% 150.30/150.48  [1807]
% 150.30/150.48  ifeq(axiom(or(not(or(or(A,or(B,or(C,X))),not(X))),Y)),true,theorem(Y),true)
% 150.30/150.48  -> true
% 150.30/150.48  Current number of equations to process: 1016
% 150.30/150.48  Current number of ordered equations: 0
% 150.30/150.48  Current number of rules: 1785
% 150.30/150.48  New rule produced :
% 150.30/150.48  [1808]
% 150.30/150.48  theorem(or(not(or(A,or(B,C))),or(A,or(X,or(Y,or(Z,or(C,B))))))) -> true
% 150.30/150.48  Current number of equations to process: 1015
% 150.30/150.48  Current number of ordered equations: 0
% 150.30/150.48  Current number of rules: 1786
% 150.30/150.48  New rule produced :
% 150.30/150.48  [1809]
% 150.30/150.48  theorem(or(not(or(or(A,B),or(A,B))),or(C,or(X,or(Y,or(B,A)))))) -> true
% 150.30/150.48  Current number of equations to process: 1014
% 150.30/150.48  Current number of ordered equations: 0
% 150.30/150.48  Current number of rules: 1787
% 150.30/150.48  New rule produced :
% 151.01/151.18  [1810]
% 151.01/151.18  theorem(or(not(or(A,or(B,or(C,X)))),or(A,or(B,or(C,or(X,Y)))))) -> true
% 151.01/151.18  Current number of equations to process: 1013
% 151.01/151.18  Current number of ordered equations: 0
% 151.01/151.18  Current number of rules: 1788
% 151.01/151.18  New rule produced :
% 151.01/151.18  [1811]
% 151.01/151.18  ifeq(axiom(or(not(or(or(A,or(B,C)),not(or(A,B)))),X)),true,theorem(X),true)
% 151.01/151.18  -> true
% 151.01/151.18  Current number of equations to process: 1012
% 151.01/151.18  Current number of ordered equations: 0
% 151.01/151.18  Current number of rules: 1789
% 151.01/151.18  New rule produced :
% 151.01/151.18  [1812]
% 151.01/151.18  ifeq(axiom(or(not(or(A,or(not(or(A,B)),or(B,C)))),X)),true,theorem(X),true)
% 151.01/151.18  -> true
% 151.01/151.18  Current number of equations to process: 1011
% 151.01/151.18  Current number of ordered equations: 0
% 151.01/151.18  Current number of rules: 1790
% 151.01/151.18  New rule produced :
% 151.01/151.18  [1813]
% 151.01/151.18  ifeq(axiom(or(not(or(not(or(A,B)),or(B,or(A,C)))),X)),true,theorem(X),true)
% 151.01/151.18  -> true
% 151.01/151.18  Current number of equations to process: 1010
% 151.01/151.18  Current number of ordered equations: 0
% 151.01/151.18  Current number of rules: 1791
% 151.01/151.18  New rule produced :
% 151.01/151.18  [1814]
% 151.01/151.18  ifeq(axiom(or(not(A),or(B,C))),true,theorem(or(not(A),or(C,or(B,X)))),true)
% 151.01/151.18  -> true
% 151.01/151.18  Current number of equations to process: 1009
% 151.01/151.18  Current number of ordered equations: 0
% 151.01/151.18  Current number of rules: 1792
% 151.01/151.18  New rule produced :
% 151.01/151.18  [1815]
% 151.01/151.18  theorem(or(not(or(A,or(or(B,C),or(B,C)))),or(A,or(B,or(C,X))))) -> true
% 151.01/151.18  Current number of equations to process: 1008
% 151.01/151.18  Current number of ordered equations: 0
% 151.01/151.18  Current number of rules: 1793
% 151.01/151.18  New rule produced :
% 151.01/151.18  [1816]
% 151.01/151.18  ifeq(axiom(or(not(or(not(A),or(B,or(C,or(A,X))))),Y)),true,theorem(Y),true)
% 151.01/151.18  -> true
% 151.01/151.18  Current number of equations to process: 1007
% 151.01/151.18  Current number of ordered equations: 0
% 151.01/151.18  Current number of rules: 1794
% 151.01/151.18  New rule produced :
% 151.01/151.18  [1817]
% 151.01/151.18  ifeq(axiom(or(not(A),B)),true,theorem(or(not(A),or(C,or(X,or(B,Y))))),true)
% 151.01/151.18  -> true
% 151.01/151.18  Current number of equations to process: 1006
% 151.01/151.18  Current number of ordered equations: 0
% 151.01/151.18  Current number of rules: 1795
% 151.01/151.18  New rule produced :
% 151.01/151.18  [1818]
% 151.01/151.18  ifeq(axiom(or(A,or(not(or(B,C)),or(X,or(Y,or(C,B)))))),true,true,true) ->
% 151.01/151.18  true
% 151.01/151.18  Current number of equations to process: 1005
% 151.01/151.18  Current number of ordered equations: 0
% 151.01/151.18  Current number of rules: 1796
% 151.01/151.18  New rule produced :
% 151.01/151.18  [1819]
% 151.01/151.18  ifeq(axiom(or(not(or(A,or(B,or(not(C),or(C,X))))),Y)),true,theorem(Y),true)
% 151.01/151.18  -> true
% 151.01/151.18  Current number of equations to process: 1004
% 151.01/151.18  Current number of ordered equations: 0
% 151.01/151.18  Current number of rules: 1797
% 151.01/151.18  New rule produced :
% 151.01/151.18  [1820]
% 151.01/151.18  ifeq(axiom(or(not(or(not(or(A,A)),or(not(not(A)),B))),C)),true,theorem(C),true)
% 151.01/151.18  -> true
% 151.01/151.18  Current number of equations to process: 1003
% 151.01/151.18  Current number of ordered equations: 0
% 151.01/151.18  Current number of rules: 1798
% 151.01/151.18  New rule produced :
% 151.01/151.18  [1821]
% 151.01/151.18  ifeq(axiom(or(not(A),or(B,B))),true,theorem(or(not(A),or(not(not(B)),C))),true)
% 151.01/151.18  -> true
% 151.01/151.18  Current number of equations to process: 1002
% 151.01/151.18  Current number of ordered equations: 0
% 151.01/151.18  Current number of rules: 1799
% 151.01/151.18  New rule produced :
% 151.01/151.18  [1822]
% 151.01/151.18  ifeq(axiom(or(not(or(not(A),or(not(not(or(B,A))),C))),X)),true,theorem(X),true)
% 151.01/151.18  -> true
% 151.01/151.18  Current number of equations to process: 1001
% 151.01/151.18  Current number of ordered equations: 0
% 151.01/151.18  Current number of rules: 1800
% 151.01/151.18  New rule produced :
% 151.01/151.18  [1823]
% 151.01/151.18  ifeq(axiom(or(not(A),B)),true,theorem(or(not(A),or(not(not(or(C,B))),X))),true)
% 151.01/151.18  -> true
% 151.01/151.18  Current number of equations to process: 1000
% 151.01/151.18  Current number of ordered equations: 0
% 151.01/151.18  Current number of rules: 1801
% 151.01/151.18  New rule produced :
% 151.01/151.18  [1824]
% 151.01/151.18  theorem(or(not(or(or(A,or(B,B)),or(A,or(B,B)))),or(A,or(B,C)))) -> true
% 151.01/151.18  Current number of equations to process: 999
% 151.01/151.18  Current number of ordered equations: 0
% 151.01/151.18  Current number of rules: 1802
% 151.01/151.18  New rule produced :
% 151.01/151.18  [1825]
% 151.01/151.18  ifeq(axiom(or(not(or(A,or(not(or(B,B)),or(B,C)))),X)),true,theorem(X),true)
% 151.01/151.18  -> true
% 151.01/151.18  Current number of equations to process: 998
% 151.01/151.18  Current number of ordered equations: 0
% 151.01/151.18  Current number of rules: 1803
% 151.01/151.18  New rule produced :
% 151.01/151.18  [1826]
% 151.01/151.18  ifeq(axiom(or(not(or(A,or(not(B),or(or(C,B),X)))),Y)),true,theorem(Y),true)
% 151.01/151.18  -> true
% 151.01/151.18  Current number of equations to process: 997
% 151.01/151.18  Current number of ordered equations: 0
% 151.01/151.18  Current number of rules: 1804
% 151.01/151.18  New rule produced :
% 151.01/151.18  [1827]
% 151.01/151.18  ifeq(axiom(or(not(or(not(or(A,A)),or(or(B,A),C))),X)),true,theorem(X),true)
% 151.01/151.18  -> true
% 151.01/151.18  Current number of equations to process: 996
% 151.01/151.18  Current number of ordered equations: 0
% 151.01/151.18  Current number of rules: 1805
% 151.01/151.18  New rule produced :
% 151.01/151.18  [1828]
% 151.01/151.18  ifeq(axiom(or(not(A),or(B,B))),true,theorem(or(not(A),or(or(C,B),X))),true)
% 151.63/151.78  -> true
% 151.63/151.78  Current number of equations to process: 995
% 151.63/151.78  Current number of ordered equations: 0
% 151.63/151.78  Current number of rules: 1806
% 151.63/151.78  New rule produced :
% 151.63/151.78  [1829]
% 151.63/151.78  ifeq(axiom(or(not(or(not(A),or(or(B,or(C,A)),X))),Y)),true,theorem(Y),true)
% 151.63/151.78  -> true
% 151.63/151.78  Current number of equations to process: 994
% 151.63/151.78  Current number of ordered equations: 0
% 151.63/151.78  Current number of rules: 1807
% 151.63/151.78  New rule produced :
% 151.63/151.78  [1830]
% 151.63/151.78  ifeq(axiom(or(not(A),B)),true,theorem(or(not(A),or(or(C,or(X,B)),Y))),true)
% 151.63/151.78  -> true
% 151.63/151.78  Current number of equations to process: 993
% 151.63/151.78  Current number of ordered equations: 0
% 151.63/151.78  Current number of rules: 1808
% 151.63/151.78  New rule produced :
% 151.63/151.78  [1831]
% 151.63/151.78  theorem(or(not(or(A,or(B,or(C,X)))),or(A,or(B,or(or(X,C),Y))))) -> true
% 151.63/151.78  Current number of equations to process: 992
% 151.63/151.78  Current number of ordered equations: 0
% 151.63/151.78  Current number of rules: 1809
% 151.63/151.78  New rule produced :
% 151.63/151.78  [1832]
% 151.63/151.78  ifeq(axiom(or(not(or(or(or(A,B),C),not(or(B,A)))),X)),true,theorem(X),true)
% 151.63/151.78  -> true
% 151.63/151.78  Current number of equations to process: 991
% 151.63/151.78  Current number of ordered equations: 0
% 151.63/151.78  Current number of rules: 1810
% 151.63/151.78  New rule produced :
% 151.63/151.78  [1833]
% 151.63/151.78  ifeq(axiom(or(not(or(or(A,B),or(not(or(B,A)),C))),X)),true,theorem(X),true)
% 151.63/151.78  -> true
% 151.63/151.78  Current number of equations to process: 990
% 151.63/151.78  Current number of ordered equations: 0
% 151.63/151.78  Current number of rules: 1811
% 151.63/151.78  New rule produced :
% 151.63/151.78  [1834]
% 151.63/151.78  theorem(or(not(or(A,or(or(B,C),or(B,C)))),or(A,or(or(C,B),X)))) -> true
% 151.63/151.78  Current number of equations to process: 989
% 151.63/151.78  Current number of ordered equations: 0
% 151.63/151.78  Current number of rules: 1812
% 151.63/151.78  New rule produced :
% 151.63/151.78  [1835]
% 151.63/151.78  theorem(or(A,or(B,or(not(or(C,or(or(X,X),or(X,X)))),or(C,X))))) -> true
% 151.63/151.78  Current number of equations to process: 988
% 151.63/151.78  Current number of ordered equations: 0
% 151.63/151.78  Current number of rules: 1813
% 151.63/151.78  New rule produced :
% 151.63/151.78  [1836]
% 151.63/151.78  theorem(or(A,or(not(or(B,or(C,X))),or(B,or(C,or(Y,or(Z,X))))))) -> true
% 151.63/151.78  Current number of equations to process: 987
% 151.63/151.78  Current number of ordered equations: 0
% 151.63/151.78  Current number of rules: 1814
% 151.63/151.78  New rule produced :
% 151.63/151.78  [1837]
% 151.63/151.78  theorem(or(A,or(not(or(or(B,C),or(B,C))),or(B,or(X,or(Y,C)))))) -> true
% 151.63/151.78  Current number of equations to process: 986
% 151.63/151.78  Current number of ordered equations: 0
% 151.63/151.78  Current number of rules: 1815
% 151.63/151.78  New rule produced :
% 151.63/151.78  [1838]
% 151.63/151.78  theorem(or(A,or(not(or(B,or(C,X))),or(B,or(Y,or(Z,or(X,C))))))) -> true
% 151.63/151.78  Current number of equations to process: 985
% 151.63/151.78  Current number of ordered equations: 0
% 151.63/151.78  Current number of rules: 1816
% 151.63/151.78  New rule produced :
% 151.63/151.78  [1839]
% 151.63/151.78  theorem(or(A,or(not(or(or(B,C),or(B,C))),or(X,or(Y,or(C,B)))))) -> true
% 151.63/151.78  Current number of equations to process: 984
% 151.63/151.78  Current number of ordered equations: 0
% 151.63/151.78  Current number of rules: 1817
% 151.63/151.78  New rule produced :
% 151.63/151.78  [1840]
% 151.63/151.78  theorem(or(not(or(not(A),B)),or(not(not(or(not(or(C,A)),or(C,B)))),X))) ->
% 151.63/151.78  true
% 151.63/151.78  Current number of equations to process: 983
% 151.63/151.78  Current number of ordered equations: 0
% 151.63/151.78  Current number of rules: 1818
% 151.63/151.78  New rule produced :
% 151.63/151.78  [1841]
% 151.63/151.78  theorem(or(not(or(not(A),B)),or(or(C,or(not(or(X,A)),or(X,B))),Y))) -> true
% 151.63/151.78  Current number of equations to process: 982
% 151.63/151.78  Current number of ordered equations: 0
% 151.63/151.78  Current number of rules: 1819
% 151.63/151.78  New rule produced :
% 151.63/151.78  [1842]
% 151.63/151.78  ifeq(axiom(or(or(not(or(or(A,B),or(A,B))),or(B,A)),C)),true,true,true) ->
% 151.63/151.78  true
% 151.63/151.78  Current number of equations to process: 981
% 151.63/151.78  Current number of ordered equations: 0
% 151.63/151.78  Current number of rules: 1820
% 151.63/151.78  New rule produced :
% 151.63/151.78  [1843]
% 151.63/151.78  theorem(or(A,or(B,or(C,or(not(or(or(X,Y),or(X,Y))),or(Y,X)))))) -> true
% 151.63/151.78  Current number of equations to process: 980
% 151.63/151.78  Current number of ordered equations: 0
% 151.63/151.78  Current number of rules: 1821
% 151.63/151.78  New rule produced :
% 151.63/151.78  [1844]
% 151.63/151.78  theorem(or(not(or(A,or(B,or(C,X)))),or(A,or(or(C,or(B,X)),Y)))) -> true
% 151.63/151.78  Current number of equations to process: 979
% 151.63/151.78  Current number of ordered equations: 0
% 151.63/151.78  Current number of rules: 1822
% 151.63/151.78  New rule produced :
% 151.63/151.78  [1845]
% 151.63/151.78  theorem(or(A,or(not(or(not(B),C)),or(or(not(or(X,B)),or(X,C)),Y)))) -> true
% 151.63/151.78  Current number of equations to process: 978
% 151.63/151.78  Current number of ordered equations: 0
% 151.63/151.78  Current number of rules: 1823
% 151.63/151.78  New rule produced :
% 151.63/151.78  [1846]
% 151.63/151.78  ifeq(axiom(or(or(A,or(B,or(C,X))),not(or(A,or(X,C))))),true,true,true) ->
% 151.63/151.78  true
% 151.63/151.78  Current number of equations to process: 977
% 151.63/151.78  Current number of ordered equations: 0
% 151.63/151.78  Current number of rules: 1824
% 151.63/151.78  New rule produced :
% 151.63/151.78  [1847]
% 151.63/151.78  ifeq(axiom(or(A,or(not(or(A,or(B,C))),or(X,or(C,B))))),true,true,true) ->
% 152.47/152.60  true
% 152.47/152.60  Current number of equations to process: 976
% 152.47/152.60  Current number of ordered equations: 0
% 152.47/152.60  Current number of rules: 1825
% 152.47/152.60  New rule produced :
% 152.47/152.60  [1848]
% 152.47/152.60  theorem(or(not(or(A,A)),or(not(or(not(A),or(B,C))),or(X,or(C,B))))) -> true
% 152.47/152.60  Current number of equations to process: 975
% 152.47/152.60  Current number of ordered equations: 0
% 152.47/152.60  Current number of rules: 1826
% 152.47/152.60  New rule produced :
% 152.47/152.60  [1849]
% 152.47/152.60  theorem(or(not(A),or(not(or(not(or(B,A)),or(C,X))),or(Y,or(X,C))))) -> true
% 152.47/152.60  Current number of equations to process: 974
% 152.47/152.60  Current number of ordered equations: 0
% 152.47/152.60  Current number of rules: 1827
% 152.47/152.60  New rule produced :
% 152.47/152.60  [1850]
% 152.47/152.60  theorem(or(not(or(A,or(or(B,C),X))),or(A,or(X,or(Y,or(C,B)))))) -> true
% 152.47/152.60  Current number of equations to process: 973
% 152.47/152.60  Current number of ordered equations: 0
% 152.47/152.60  Current number of rules: 1828
% 152.47/152.60  New rule produced :
% 152.47/152.60  [1851]
% 152.47/152.60  ifeq(axiom(or(not(or(A,or(not(B),or(C,or(B,X))))),Y)),true,theorem(Y),true)
% 152.47/152.60  -> true
% 152.47/152.60  Current number of equations to process: 972
% 152.47/152.60  Current number of ordered equations: 0
% 152.47/152.60  Current number of rules: 1829
% 152.47/152.60  New rule produced :
% 152.47/152.60  [1852]
% 152.47/152.60  ifeq(axiom(or(not(or(not(or(A,A)),or(B,or(A,C)))),X)),true,theorem(X),true)
% 152.47/152.60  -> true
% 152.47/152.60  Current number of equations to process: 971
% 152.47/152.60  Current number of ordered equations: 0
% 152.47/152.60  Current number of rules: 1830
% 152.47/152.60  New rule produced :
% 152.47/152.60  [1853]
% 152.47/152.60  ifeq(axiom(or(not(A),or(B,B))),true,theorem(or(not(A),or(C,or(B,X)))),true)
% 152.47/152.60  -> true
% 152.47/152.60  Current number of equations to process: 970
% 152.47/152.60  Current number of ordered equations: 0
% 152.47/152.60  Current number of rules: 1831
% 152.47/152.60  New rule produced :
% 152.47/152.60  [1854]
% 152.47/152.60  ifeq(axiom(or(not(or(not(A),or(B,or(or(C,A),X)))),Y)),true,theorem(Y),true)
% 152.47/152.60  -> true
% 152.47/152.60  Current number of equations to process: 969
% 152.47/152.60  Current number of ordered equations: 0
% 152.47/152.60  Current number of rules: 1832
% 152.47/152.60  New rule produced :
% 152.47/152.60  [1855]
% 152.47/152.60  ifeq(axiom(or(not(A),B)),true,theorem(or(not(A),or(C,or(or(X,B),Y)))),true)
% 152.47/152.60  -> true
% 152.47/152.60  Current number of equations to process: 968
% 152.47/152.60  Current number of ordered equations: 0
% 152.47/152.60  Current number of rules: 1833
% 152.47/152.60  New rule produced :
% 152.47/152.60  [1856]
% 152.47/152.60  ifeq(axiom(or(A,or(B,or(not(or(C,X)),or(Y,or(X,C)))))),true,true,true) ->
% 152.47/152.60  true
% 152.47/152.60  Current number of equations to process: 967
% 152.47/152.60  Current number of ordered equations: 0
% 152.47/152.60  Current number of rules: 1834
% 152.47/152.60  New rule produced :
% 152.47/152.60  [1857]
% 152.47/152.60  theorem(or(A,or(B,or(not(or(C,or(X,Y))),or(C,or(Z,or(Y,X))))))) -> true
% 152.47/152.60  Current number of equations to process: 966
% 152.47/152.60  Current number of ordered equations: 0
% 152.47/152.60  Current number of rules: 1835
% 152.47/152.60  New rule produced :
% 152.47/152.60  [1858]
% 152.47/152.60  theorem(or(not(or(not(A),B)),or(C,or(or(not(or(X,A)),or(X,B)),Y)))) -> true
% 152.47/152.60  Current number of equations to process: 965
% 152.47/152.60  Current number of ordered equations: 0
% 152.47/152.60  Current number of rules: 1836
% 152.47/152.60  New rule produced :
% 152.47/152.60  [1859]
% 152.47/152.60  ifeq(axiom(or(or(A,or(B,C)),not(or(or(C,B),or(C,B))))),true,true,true) ->
% 152.47/152.60  true
% 152.47/152.60  Current number of equations to process: 964
% 152.47/152.60  Current number of ordered equations: 0
% 152.47/152.60  Current number of rules: 1837
% 152.47/152.60  New rule produced :
% 152.47/152.60  [1860]
% 152.47/152.60  ifeq(axiom(or(A,or(or(B,or(C,X)),not(or(or(B,X),C))))),true,true,true) ->
% 152.47/152.60  true
% 152.47/152.60  Current number of equations to process: 963
% 152.47/152.60  Current number of ordered equations: 0
% 152.47/152.60  Current number of rules: 1838
% 152.47/152.60  New rule produced :
% 152.47/152.60  [1861]
% 152.47/152.60  ifeq(axiom(or(A,or(B,or(not(or(or(B,C),X)),or(X,C))))),true,true,true) ->
% 152.47/152.60  true
% 152.47/152.60  Current number of equations to process: 962
% 152.47/152.60  Current number of ordered equations: 0
% 152.47/152.60  Current number of rules: 1839
% 152.47/152.60  New rule produced :
% 152.47/152.60  [1862]
% 152.47/152.60  theorem(or(A,or(B,or(not(or(or(C,X),or(C,X))),or(Y,or(X,C)))))) -> true
% 152.47/152.60  Current number of equations to process: 961
% 152.47/152.60  Current number of ordered equations: 0
% 152.47/152.60  Current number of rules: 1840
% 152.47/152.60  New rule produced :
% 152.47/152.60  [1863]
% 152.47/152.60  theorem(or(A,or(not(or(B,B)),or(not(or(or(not(B),C),X)),or(X,C))))) -> true
% 152.47/152.60  Current number of equations to process: 960
% 152.47/152.60  Current number of ordered equations: 0
% 152.47/152.60  Current number of rules: 1841
% 152.47/152.60  New rule produced :
% 152.47/152.60  [1864]
% 152.47/152.60  theorem(or(A,or(not(B),or(not(or(or(not(or(C,B)),X),Y)),or(Y,X))))) -> true
% 152.47/152.60  Current number of equations to process: 959
% 152.47/152.60  Current number of ordered equations: 0
% 152.47/152.60  Current number of rules: 1842
% 152.47/152.60  New rule produced :
% 152.47/152.60  [1865]
% 152.47/152.60  theorem(or(not(or(A,A)),or(not(or(or(not(or(B,A)),C),X)),or(X,C)))) -> true
% 152.47/152.60  Current number of equations to process: 958
% 152.47/152.60  Current number of ordered equations: 0
% 152.47/152.60  Current number of rules: 1843
% 152.47/152.60  New rule produced :
% 162.56/162.74  [1866]
% 162.56/162.74  theorem(or(not(A),or(not(or(or(not(or(B,or(C,A))),X),Y)),or(Y,X)))) -> true
% 162.56/162.74  Current number of equations to process: 957
% 162.56/162.74  Current number of ordered equations: 0
% 162.56/162.74  Current number of rules: 1844
% 162.56/162.74  New rule produced :
% 162.56/162.74  [1867]
% 162.56/162.74  ifeq(axiom(or(or(not(or(or(A,B),C)),or(A,or(C,B))),X)),true,true,true) ->
% 162.56/162.74  true
% 162.56/162.74  Current number of equations to process: 956
% 162.56/162.74  Current number of ordered equations: 0
% 162.56/162.74  Current number of rules: 1845
% 162.56/162.74  New rule produced :
% 162.56/162.74  [1868]
% 162.56/162.74  theorem(or(A,or(B,or(C,or(not(or(or(X,Y),Z)),or(X,or(Z,Y))))))) -> true
% 162.56/162.74  Current number of equations to process: 955
% 162.56/162.74  Current number of ordered equations: 0
% 162.56/162.74  Current number of rules: 1846
% 162.56/162.74  New rule produced :
% 162.56/162.74  [1869]
% 162.56/162.74  theorem(or(or(not(or(A,A)),B),not(or(or(not(A),B),or(not(A),B))))) -> true
% 162.56/162.74  Current number of equations to process: 961
% 162.56/162.74  Current number of ordered equations: 0
% 162.56/162.74  Current number of rules: 1847
% 162.56/162.74  New rule produced :
% 162.56/162.74  [1870]
% 162.56/162.74  theorem(or(or(not(or(or(A,not(B)),or(A,not(B)))),A),not(or(B,B)))) -> true
% 162.56/162.74  Current number of equations to process: 971
% 162.56/162.74  Current number of ordered equations: 0
% 162.56/162.74  Current number of rules: 1848
% 162.56/162.74  New rule produced :
% 162.56/162.74  [1871] theorem(or(or(not(or(or(A,or(B,C)),X)),or(B,or(A,C))),X)) -> true
% 162.56/162.74  Current number of equations to process: 986
% 162.56/162.74  Current number of ordered equations: 0
% 162.56/162.74  Current number of rules: 1849
% 162.56/162.74  New rule produced :
% 162.56/162.74  [1872] theorem(or(not(or(or(A,B),B)),or(C,or(A,B)))) -> true
% 162.56/162.74  Current number of equations to process: 992
% 162.56/162.74  Current number of ordered equations: 0
% 162.56/162.74  Current number of rules: 1850
% 162.56/162.74  New rule produced :
% 162.56/162.74  [1873] theorem(or(or(A,or(B,C)),not(or(B,or(or(B,C),C))))) -> true
% 162.56/162.74  Current number of equations to process: 991
% 162.56/162.74  Current number of ordered equations: 0
% 162.56/162.74  Current number of rules: 1851
% 162.56/162.74  New rule produced :
% 162.56/162.74  [1874] theorem(or(not(or(or(or(A,B),B),A)),or(C,or(A,B)))) -> true
% 162.56/162.74  Current number of equations to process: 991
% 162.56/162.74  Current number of ordered equations: 0
% 162.56/162.74  Current number of rules: 1852
% 162.56/162.74  New rule produced :
% 162.56/162.74  [1875] theorem(or(A,or(not(or(B,or(or(B,C),C))),or(X,or(B,C))))) -> true
% 162.56/162.74  Current number of equations to process: 992
% 162.56/162.74  Current number of ordered equations: 0
% 162.56/162.74  Current number of rules: 1853
% 162.56/162.74  New rule produced :
% 162.56/162.74  [1876] theorem(or(or(not(or(A,or(or(B,C),or(B,C)))),or(C,B)),A)) -> true
% 162.56/162.74  Current number of equations to process: 1001
% 162.56/162.74  Current number of ordered equations: 0
% 162.56/162.74  Current number of rules: 1854
% 162.56/162.74  New rule produced :
% 162.56/162.74  [1877] theorem(or(or(A,or(B,C)),not(or(or(or(C,B),or(C,B)),A)))) -> true
% 162.56/162.74  Current number of equations to process: 1007
% 162.56/162.74  Current number of ordered equations: 0
% 162.56/162.74  Current number of rules: 1855
% 162.56/162.74  New rule produced :
% 162.56/162.74  [1878] theorem(or(A,or(not(or(or(or(B,C),or(B,C)),A)),or(C,B)))) -> true
% 162.56/162.74  Current number of equations to process: 1006
% 162.56/162.74  Current number of ordered equations: 0
% 162.56/162.74  Current number of rules: 1856
% 162.56/162.74  New rule produced :
% 162.56/162.74  [1879] theorem(or(not(or(A,B)),or(C,or(X,or(A,or(Y,B)))))) -> true
% 162.56/162.74  Current number of equations to process: 1012
% 162.56/162.74  Current number of ordered equations: 0
% 162.56/162.74  Current number of rules: 1857
% 162.56/162.74  New rule produced :
% 162.56/162.74  [1880] theorem(or(or(A,or(B,or(C,or(X,Y)))),not(or(X,or(C,Y))))) -> true
% 162.56/162.74  Current number of equations to process: 1012
% 162.56/162.74  Current number of ordered equations: 0
% 162.56/162.74  Current number of rules: 1858
% 162.56/162.74  New rule produced :
% 162.56/162.74  [1881] theorem(or(not(or(or(A,B),C)),or(X,or(Y,or(A,or(C,B)))))) -> true
% 162.56/162.74  Current number of equations to process: 1011
% 162.56/162.74  Current number of ordered equations: 0
% 162.56/162.74  Current number of rules: 1859
% 162.56/162.74  New rule produced :
% 162.56/162.74  [1882] theorem(or(or(not(or(A,or(or(B,C),X))),or(B,or(X,C))),A)) -> true
% 162.56/162.74  Current number of equations to process: 1022
% 162.56/162.74  Current number of ordered equations: 0
% 162.56/162.74  Current number of rules: 1860
% 162.56/162.74  New rule produced :
% 162.56/162.74  [1883] theorem(or(or(A,or(B,or(C,X))),not(or(or(or(B,X),C),A)))) -> true
% 162.56/162.74  Current number of equations to process: 1028
% 162.56/162.74  Current number of ordered equations: 0
% 162.56/162.74  Current number of rules: 1861
% 162.56/162.74  New rule produced :
% 162.56/162.74  [1884] theorem(or(A,or(not(or(or(or(B,C),X),A)),or(B,or(X,C))))) -> true
% 162.56/162.74  Current number of equations to process: 1027
% 162.56/162.74  Current number of ordered equations: 0
% 162.56/162.74  Current number of rules: 1862
% 162.56/162.74  New rule produced :
% 162.56/162.74  [1885] theorem(or(A,or(or(not(or(B,C)),or(B,X)),not(not(C))))) -> true
% 162.56/162.74  Current number of equations to process: 1029
% 162.56/162.74  Current number of ordered equations: 0
% 168.51/168.65  Current number of rules: 1863
% 168.51/168.65  New rule produced :
% 168.51/168.65  [1886] theorem(or(or(not(not(A)),or(B,C)),not(or(B,A)))) -> true
% 168.51/168.65  Current number of equations to process: 1033
% 168.51/168.65  Current number of ordered equations: 0
% 168.51/168.65  Current number of rules: 1864
% 168.51/168.65  New rule produced :
% 168.51/168.65  [1887] theorem(or(not(or(A,B)),or(not(not(A)),or(B,C)))) -> true
% 168.51/168.65  Current number of equations to process: 1034
% 168.51/168.65  Current number of ordered equations: 0
% 168.51/168.65  Current number of rules: 1865
% 168.51/168.65  New rule produced :
% 168.51/168.65  [1888] theorem(or(A,or(not(or(B,C)),or(not(not(C)),or(B,X))))) -> true
% 168.51/168.65  Current number of equations to process: 1033
% 168.51/168.65  Current number of ordered equations: 0
% 168.51/168.65  Current number of rules: 1866
% 168.51/168.65  New rule produced :
% 168.51/168.65  [1889]
% 168.51/168.65  ifeq(axiom(or(or(not(or(A,B)),or(A,C)),not(not(B)))),true,true,true) -> true
% 168.51/168.65  Current number of equations to process: 1035
% 168.51/168.65  Current number of ordered equations: 0
% 168.51/168.65  Current number of rules: 1867
% 168.51/168.65  New rule produced :
% 168.51/168.65  [1890] theorem(or(not(or(A,or(B,C))),or(A,or(not(not(C)),or(B,X))))) -> true
% 168.51/168.65  Current number of equations to process: 1034
% 168.51/168.65  Current number of ordered equations: 0
% 168.51/168.65  Current number of rules: 1868
% 168.51/168.65  New rule produced :
% 168.51/168.65  [1891] theorem(or(not(or(or(A,B),or(A,B))),or(not(not(B)),or(A,C)))) -> true
% 168.51/168.65  Current number of equations to process: 1033
% 168.51/168.65  Current number of ordered equations: 0
% 168.51/168.65  Current number of rules: 1869
% 168.51/168.65  New rule produced :
% 168.51/168.65  [1892] theorem(or(or(not(not(A)),or(not(or(B,A)),or(B,C))),X)) -> true
% 168.51/168.65  Current number of equations to process: 1034
% 168.51/168.65  Current number of ordered equations: 0
% 168.51/168.65  Current number of rules: 1870
% 168.51/168.65  New rule produced :
% 168.51/168.65  [1893] theorem(or(A,or(B,or(not(not(C)),or(not(or(X,C)),or(X,Y)))))) -> true
% 168.51/168.65  Current number of equations to process: 1035
% 168.51/168.65  Current number of ordered equations: 0
% 168.51/168.65  Current number of rules: 1871
% 168.51/168.65  New rule produced :
% 168.51/168.65  [1894] theorem(or(or(not(or(A,B)),or(A,C)),not(or(not(B),not(B))))) -> true
% 168.51/168.65  Current number of equations to process: 1039
% 168.51/168.65  Current number of ordered equations: 0
% 168.51/168.65  Current number of rules: 1872
% 168.51/168.65  New rule produced :
% 168.51/168.65  [1895] theorem(or(not(or(A,B)),or(not(or(not(B),not(B))),or(A,C)))) -> true
% 168.51/168.65  Current number of equations to process: 1038
% 168.51/168.65  Current number of ordered equations: 0
% 168.51/168.65  Current number of rules: 1873
% 168.51/168.65  New rule produced :
% 168.51/168.65  [1896]
% 168.51/168.65  theorem(or(A,or(not(or(not(B),not(B))),or(not(or(C,B)),or(C,X))))) -> true
% 168.51/168.65  Current number of equations to process: 1039
% 168.51/168.65  Current number of ordered equations: 0
% 168.51/168.65  Current number of rules: 1874
% 168.51/168.65  New rule produced :
% 168.51/168.65  [1897] theorem(or(or(A,or(not(or(B,C)),or(B,X))),not(or(A,not(C))))) -> true
% 168.51/168.65  Current number of equations to process: 1044
% 168.51/168.65  Current number of ordered equations: 0
% 168.51/168.65  Current number of rules: 1875
% 168.51/168.65  New rule produced :
% 168.51/168.65  [1898] theorem(or(A,or(not(or(A,not(B))),or(not(or(C,B)),or(C,X))))) -> true
% 168.51/168.65  Current number of equations to process: 1043
% 168.51/168.65  Current number of ordered equations: 0
% 168.51/168.65  Current number of rules: 1876
% 168.51/168.65  New rule produced :
% 168.51/168.65  [1899] theorem(or(not(or(not(A),B)),or(B,or(not(or(C,A)),or(C,X))))) -> true
% 168.51/168.65  Current number of equations to process: 1042
% 168.51/168.65  Current number of ordered equations: 0
% 168.51/168.65  Current number of rules: 1877
% 168.51/168.65  New rule produced :
% 168.51/168.65  [1900] theorem(or(or(or(not(or(A,B)),or(A,C)),not(or(C,not(B)))),X)) -> true
% 168.51/168.65  Current number of equations to process: 1047
% 168.51/168.65  Current number of ordered equations: 0
% 168.51/168.65  Current number of rules: 1878
% 168.51/168.65  New rule produced :
% 168.51/168.65  [1901] theorem(or(or(not(or(A,B)),or(A,C)),or(X,not(or(C,not(B)))))) -> true
% 168.51/168.65  Current number of equations to process: 1046
% 168.51/168.65  Current number of ordered equations: 0
% 168.51/168.65  Current number of rules: 1879
% 168.51/168.65  New rule produced :
% 168.51/168.65  [1902] theorem(or(A,or(or(not(or(B,not(C))),or(X,B)),not(or(X,C))))) -> true
% 168.51/168.65  Current number of equations to process: 1050
% 168.51/168.65  Current number of ordered equations: 0
% 168.51/168.65  Current number of rules: 1880
% 168.51/168.65  New rule produced :
% 168.51/168.65  [1903] theorem(or(or(not(or(A,not(B))),or(C,A)),not(or(B,C)))) -> true
% 168.51/168.65  Current number of equations to process: 1053
% 168.51/168.65  Current number of ordered equations: 0
% 168.51/168.65  Current number of rules: 1881
% 168.51/168.65  New rule produced :
% 168.51/168.65  [1904] theorem(or(A,or(not(or(B,C)),or(not(or(X,not(B))),or(C,X))))) -> true
% 168.51/168.65  Current number of equations to process: 1055
% 168.51/168.65  Current number of ordered equations: 0
% 168.51/168.65  Current number of rules: 1882
% 168.51/168.65  New rule produced :
% 168.51/168.65  [1905] theorem(or(or(or(A,B),not(or(A,or(or(A,B),B)))),C)) -> true
% 173.26/173.43  Current number of equations to process: 1057
% 173.26/173.43  Current number of ordered equations: 0
% 173.26/173.43  Current number of rules: 1883
% 173.26/173.43  New rule produced :
% 173.26/173.43  [1906] theorem(or(or(A,B),or(C,not(or(A,or(or(A,B),B)))))) -> true
% 173.26/173.43  Current number of equations to process: 1056
% 173.26/173.43  Current number of ordered equations: 0
% 173.26/173.43  Current number of rules: 1884
% 173.26/173.43  New rule produced :
% 173.26/173.43  [1907] theorem(or(A,or(or(not(or(B,or(or(B,C),C))),C),B))) -> true
% 173.26/173.43  Current number of equations to process: 1059
% 173.26/173.43  Current number of ordered equations: 0
% 173.26/173.43  Current number of rules: 1885
% 173.26/173.43  New rule produced :
% 173.26/173.43  [1908] theorem(or(A,or(B,or(or(C,X),not(or(C,or(or(C,X),X))))))) -> true
% 173.26/173.43  Current number of equations to process: 1061
% 173.26/173.43  Current number of ordered equations: 0
% 173.26/173.43  Current number of rules: 1886
% 173.26/173.43  New rule produced :
% 173.26/173.43  [1909]
% 173.26/173.43  ifeq(axiom(or(or(not(or(A,or(or(A,B),B))),B),A)),true,true,true) -> true
% 173.26/173.43  Current number of equations to process: 1060
% 173.26/173.43  Current number of ordered equations: 0
% 173.26/173.43  Current number of rules: 1887
% 173.26/173.43  New rule produced :
% 173.26/173.43  [1910] theorem(or(or(A,or(not(or(A,or(or(A,B),B))),B)),C)) -> true
% 173.26/173.43  Current number of equations to process: 1062
% 173.26/173.43  Current number of ordered equations: 0
% 173.26/173.43  Current number of rules: 1888
% 173.26/173.43  New rule produced :
% 173.26/173.43  [1911] theorem(or(A,or(B,or(not(or(A,or(or(A,C),C))),C)))) -> true
% 173.26/173.43  Current number of equations to process: 1061
% 173.26/173.43  Current number of ordered equations: 0
% 173.26/173.43  Current number of rules: 1889
% 173.26/173.43  New rule produced :
% 173.26/173.43  [1912] theorem(or(A,or(B,or(C,or(not(or(C,or(or(C,X),X))),X))))) -> true
% 173.26/173.43  Current number of equations to process: 1062
% 173.26/173.43  Current number of ordered equations: 0
% 173.26/173.43  Current number of rules: 1890
% 173.26/173.43  New rule produced :
% 173.26/173.43  [1913] theorem(or(or(A,or(B,C)),not(or(A,or(or(B,C),C))))) -> true
% 173.26/173.43  Current number of equations to process: 1066
% 173.26/173.43  Current number of ordered equations: 0
% 173.26/173.43  Current number of rules: 1891
% 173.26/173.43  New rule produced :
% 173.26/173.43  [1914] theorem(or(A,or(not(or(A,or(or(B,C),C))),or(B,C)))) -> true
% 173.26/173.43  Current number of equations to process: 1065
% 173.26/173.43  Current number of ordered equations: 0
% 173.26/173.43  Current number of rules: 1892
% 173.26/173.43  New rule produced :
% 173.26/173.43  [1915] theorem(or(not(or(or(or(A,B),B),C)),or(C,or(A,B)))) -> true
% 173.26/173.43  Current number of equations to process: 1065
% 173.26/173.43  Current number of ordered equations: 0
% 173.26/173.43  Current number of rules: 1893
% 173.26/173.43  New rule produced :
% 173.26/173.43  [1916] ifeq(axiom(or(or(A,B),not(or(or(A,B),B)))),true,true,true) -> true
% 173.26/173.43  Current number of equations to process: 1066
% 173.26/173.43  Current number of ordered equations: 0
% 173.26/173.43  Current number of rules: 1894
% 173.26/173.43  New rule produced :
% 173.26/173.43  [1917] theorem(or(A,or(or(B,C),not(or(or(B,C),C))))) -> true
% 173.26/173.43  Current number of equations to process: 1066
% 173.26/173.43  Current number of ordered equations: 0
% 173.26/173.43  Current number of rules: 1895
% 173.26/173.43  New rule produced :
% 173.26/173.43  [1918] ifeq(axiom(or(A,or(not(or(or(A,B),B)),B))),true,true,true) -> true
% 173.26/173.43  Current number of equations to process: 1068
% 173.26/173.43  Current number of ordered equations: 0
% 173.26/173.43  Current number of rules: 1896
% 173.26/173.43  New rule produced : [1919] theorem(or(or(not(or(or(A,B),B)),B),A)) -> true
% 173.26/173.43  Current number of equations to process: 1070
% 173.26/173.43  Current number of ordered equations: 0
% 173.26/173.43  Current number of rules: 1897
% 173.26/173.43  New rule produced :
% 173.26/173.43  [1920] theorem(or(A,or(B,or(not(or(or(B,C),C)),C)))) -> true
% 173.26/173.43  Current number of equations to process: 1071
% 173.26/173.43  Current number of ordered equations: 0
% 173.26/173.43  Current number of rules: 1898
% 173.26/173.43  New rule produced :
% 173.26/173.43  [1921] theorem(or(not(or(A,A)),or(not(or(or(not(A),B),B)),B))) -> true
% 173.26/173.43  Current number of equations to process: 1074
% 173.26/173.43  Current number of ordered equations: 0
% 173.26/173.43  Current number of rules: 1899
% 173.26/173.43  New rule produced :
% 173.26/173.43  [1922] theorem(or(not(A),or(not(or(or(not(or(B,A)),C),C)),C))) -> true
% 173.26/173.43  Current number of equations to process: 1073
% 173.26/173.43  Current number of ordered equations: 0
% 173.26/173.43  Current number of rules: 1900
% 173.26/173.43  New rule produced :
% 173.26/173.43  [1923] theorem(or(or(not(or(or(A,B),B)),or(A,B)),C)) -> true
% 173.26/173.43  Current number of equations to process: 1074
% 173.26/173.43  Current number of ordered equations: 0
% 173.26/173.43  Current number of rules: 1901
% 173.26/173.43  New rule produced :
% 173.26/173.43  [1924] theorem(or(A,or(B,or(not(or(or(C,X),X)),or(C,X))))) -> true
% 173.26/173.43  Current number of equations to process: 1073
% 173.26/173.43  Current number of ordered equations: 0
% 173.26/173.43  Current number of rules: 1902
% 173.26/173.43  New rule produced :
% 173.26/173.43  [1925] theorem(or(not(or(A,or(B,or(C,B)))),or(A,or(C,B)))) -> true
% 173.26/173.43  Current number of equations to process: 1074
% 173.26/173.43  Current number of ordered equations: 0
% 178.17/178.32  Current number of rules: 1903
% 178.17/178.32  New rule produced : [1926] theorem(or(or(A,B),not(or(B,or(A,B))))) -> true
% 178.17/178.32  Current number of equations to process: 1076
% 178.17/178.32  Current number of ordered equations: 0
% 178.17/178.32  Current number of rules: 1904
% 178.17/178.32  New rule produced : [1927] theorem(or(A,or(not(or(B,or(A,B))),B))) -> true
% 178.17/178.32  Current number of equations to process: 1076
% 178.17/178.32  Current number of ordered equations: 0
% 178.17/178.32  Current number of rules: 1905
% 178.17/178.32  New rule produced :
% 178.17/178.32  [1928] theorem(or(A,or(not(or(B,or(C,B))),or(C,B)))) -> true
% 178.17/178.32  Current number of equations to process: 1076
% 178.17/178.32  Current number of ordered equations: 0
% 178.17/178.32  Current number of rules: 1906
% 178.17/178.32  New rule produced :
% 178.17/178.32  [1929] theorem(or(A,or(or(B,C),not(or(or(or(B,C),C),B))))) -> true
% 178.17/178.32  Current number of equations to process: 1078
% 178.17/178.32  Current number of ordered equations: 0
% 178.17/178.32  Current number of rules: 1907
% 178.17/178.32  New rule produced :
% 178.17/178.32  [1930] theorem(or(or(not(or(or(or(A,B),B),A)),B),A)) -> true
% 178.17/178.32  Current number of equations to process: 1083
% 178.17/178.32  Current number of ordered equations: 0
% 178.17/178.32  Current number of rules: 1908
% 178.17/178.32  New rule produced :
% 178.17/178.32  [1931] theorem(or(A,or(B,or(not(or(or(or(B,C),C),B)),C)))) -> true
% 178.17/178.32  Current number of equations to process: 1085
% 178.17/178.32  Current number of ordered equations: 0
% 178.17/178.32  Current number of rules: 1909
% 178.17/178.32  New rule produced :
% 178.17/178.32  [1932] theorem(or(A,or(not(or(B,or(or(C,X),X))),or(B,or(C,X))))) -> true
% 178.17/178.32  Current number of equations to process: 1087
% 178.17/178.32  Current number of ordered equations: 0
% 178.17/178.32  Current number of rules: 1910
% 178.17/178.32  New rule produced :
% 178.17/178.32  [1933] theorem(or(not(or(A,B)),or(A,or(not(or(or(not(B),C),C)),C)))) -> true
% 178.17/178.32  Current number of equations to process: 1086
% 178.17/178.32  Current number of ordered equations: 0
% 178.17/178.32  Current number of rules: 1911
% 178.17/178.32  New rule produced :
% 178.17/178.32  [1934] theorem(or(not(or(A,B)),or(not(or(or(not(or(B,A)),C),C)),C))) -> true
% 178.17/178.32  Current number of equations to process: 1085
% 178.17/178.32  Current number of ordered equations: 0
% 178.17/178.32  Current number of rules: 1912
% 178.17/178.32  New rule produced :
% 178.17/178.32  [1935]
% 178.17/178.32  ifeq(axiom(or(A,or(not(or(or(B,C),C)),or(B,C)))),true,true,true) -> true
% 178.17/178.32  Current number of equations to process: 1084
% 178.17/178.32  Current number of ordered equations: 0
% 178.17/178.32  Current number of rules: 1913
% 178.17/178.32  New rule produced :
% 178.17/178.32  [1936] theorem(or(not(or(or(A,or(B,A)),or(A,or(B,A)))),or(B,A))) -> true
% 178.17/178.32  Current number of equations to process: 1083
% 178.17/178.32  Current number of ordered equations: 0
% 178.17/178.32  Current number of rules: 1914
% 178.17/178.32  New rule produced :
% 178.17/178.32  [1937]
% 178.17/178.32  ifeq(axiom(or(or(A,B),not(or(or(or(A,B),B),A)))),true,true,true) -> true
% 178.17/178.32  Current number of equations to process: 1082
% 178.17/178.32  Current number of ordered equations: 0
% 178.17/178.32  Current number of rules: 1915
% 178.17/178.32  New rule produced :
% 178.17/178.32  [1938]
% 178.17/178.32  ifeq(axiom(or(A,or(not(or(or(or(A,B),B),A)),B))),true,true,true) -> true
% 178.17/178.32  Current number of equations to process: 1081
% 178.17/178.32  Current number of ordered equations: 0
% 178.17/178.32  Current number of rules: 1916
% 178.17/178.32  New rule produced :
% 178.17/178.32  [1939] theorem(or(or(not(or(or(or(A,B),B),A)),or(A,B)),C)) -> true
% 178.17/178.32  Current number of equations to process: 1082
% 178.17/178.32  Current number of ordered equations: 0
% 178.17/178.32  Current number of rules: 1917
% 178.17/178.32  New rule produced :
% 178.17/178.32  [1940] theorem(or(A,or(B,or(not(or(or(or(C,X),X),C)),or(C,X))))) -> true
% 178.17/178.32  Current number of equations to process: 1084
% 178.17/178.32  Current number of ordered equations: 0
% 178.17/178.32  Current number of rules: 1918
% 178.17/178.32  New rule produced :
% 178.17/178.32  [1941]
% 178.17/178.32  theorem(or(not(or(A,A)),or(not(or(or(or(not(A),B),B),not(A))),B))) -> true
% 178.17/178.32  Current number of equations to process: 1082
% 178.17/178.32  Current number of ordered equations: 0
% 178.17/178.32  Current number of rules: 1919
% 178.17/178.32  New rule produced :
% 178.17/178.32  [1942] theorem(or(or(not(or(A,B)),or(not(or(C,not(B))),or(A,C))),X)) -> true
% 178.17/178.32  Current number of equations to process: 1084
% 178.17/178.32  Current number of ordered equations: 0
% 178.17/178.32  Current number of rules: 1920
% 178.17/178.32  New rule produced :
% 178.17/178.32  [1943] theorem(or(not(or(A,B)),or(C,or(not(or(X,not(B))),or(A,X))))) -> true
% 178.17/178.32  Current number of equations to process: 1083
% 178.17/178.32  Current number of ordered equations: 0
% 178.17/178.32  Current number of rules: 1921
% 178.17/178.32  New rule produced :
% 178.17/178.32  [1944] theorem(or(or(A,B),not(or(or(or(A,B),B),or(or(A,B),B))))) -> true
% 178.17/178.32  Current number of equations to process: 1089
% 178.17/178.32  Current number of ordered equations: 0
% 178.17/178.32  Current number of rules: 1922
% 178.17/178.32  New rule produced :
% 178.17/178.32  [1945] theorem(or(A,or(not(or(or(or(A,B),B),or(or(A,B),B))),B))) -> true
% 178.17/178.32  Current number of equations to process: 1088
% 181.49/181.70  Current number of ordered equations: 0
% 181.49/181.70  Current number of rules: 1923
% 181.49/181.70  New rule produced :
% 181.49/181.70  [1946] theorem(or(or(A,or(B,C)),not(or(A,or(or(or(B,C),C),B))))) -> true
% 181.49/181.70  Current number of equations to process: 1095
% 181.49/181.70  Current number of ordered equations: 0
% 181.49/181.70  Current number of rules: 1924
% 181.49/181.70  New rule produced :
% 181.49/181.70  [1947] theorem(or(A,or(not(or(A,or(or(or(B,C),C),B))),or(B,C)))) -> true
% 181.49/181.70  Current number of equations to process: 1094
% 181.49/181.70  Current number of ordered equations: 0
% 181.49/181.70  Current number of rules: 1925
% 181.49/181.70  New rule produced :
% 181.49/181.70  [1948] theorem(or(not(or(or(or(or(A,B),B),A),C)),or(C,or(A,B)))) -> true
% 181.49/181.70  Current number of equations to process: 1093
% 181.49/181.70  Current number of ordered equations: 0
% 181.49/181.70  Current number of rules: 1926
% 181.49/181.70  New rule produced :
% 181.49/181.70  [1949] theorem(or(A,or(or(not(or(B,or(or(B,C),C))),or(B,C)),X))) -> true
% 181.49/181.70  Current number of equations to process: 1098
% 181.49/181.70  Current number of ordered equations: 0
% 181.49/181.70  Current number of rules: 1927
% 181.49/181.70  New rule produced :
% 181.49/181.70  [1950] theorem(or(or(A,or(not(or(B,or(or(B,C),C))),or(B,C))),X)) -> true
% 181.49/181.70  Current number of equations to process: 1099
% 181.49/181.70  Current number of ordered equations: 0
% 181.49/181.70  Current number of rules: 1928
% 181.49/181.70  New rule produced :
% 181.49/181.70  [1951]
% 181.49/181.70  theorem(or(A,or(or(not(or(B,or(C,or(X,Y)))),or(X,or(C,Y))),B))) -> true
% 181.49/181.70  Current number of equations to process: 1100
% 181.49/181.70  Current number of ordered equations: 0
% 181.49/181.70  Current number of rules: 1929
% 181.49/181.70  New rule produced :
% 181.49/181.70  [1952]
% 181.49/181.70  theorem(or(A,or(or(B,or(C,or(X,Y))),not(or(or(X,or(C,Y)),B))))) -> true
% 181.49/181.70  Current number of equations to process: 1099
% 181.49/181.70  Current number of ordered equations: 0
% 181.49/181.70  Current number of rules: 1930
% 181.49/181.70  New rule produced :
% 181.49/181.70  [1953]
% 181.49/181.70  theorem(or(A,or(B,or(not(or(or(C,or(X,Y)),B)),or(X,or(C,Y)))))) -> true
% 181.49/181.70  Current number of equations to process: 1098
% 181.49/181.70  Current number of ordered equations: 0
% 181.49/181.70  Current number of rules: 1931
% 181.49/181.70  New rule produced :
% 181.49/181.70  [1954]
% 181.49/181.70  theorem(or(not(or(A,or(B,or(or(B,C),C)))),or(A,or(X,or(B,C))))) -> true
% 181.49/181.70  Current number of equations to process: 1097
% 181.49/181.70  Current number of ordered equations: 0
% 181.49/181.70  Current number of rules: 1932
% 181.49/181.70  New rule produced :
% 181.49/181.70  [1955]
% 181.49/181.70  theorem(or(A,or(or(B,or(C,X)),not(or(B,or(or(X,C),or(X,C))))))) -> true
% 181.49/181.70  Current number of equations to process: 1096
% 181.49/181.70  Current number of ordered equations: 0
% 181.49/181.70  Current number of rules: 1933
% 181.49/181.70  New rule produced :
% 181.49/181.70  [1956]
% 181.49/181.70  theorem(or(A,or(B,or(not(or(B,or(or(C,X),or(C,X)))),or(X,C))))) -> true
% 181.49/181.70  Current number of equations to process: 1095
% 181.49/181.70  Current number of ordered equations: 0
% 181.49/181.70  Current number of rules: 1934
% 181.49/181.70  New rule produced :
% 181.49/181.70  [1957]
% 181.49/181.70  theorem(or(A,or(not(or(or(or(B,C),or(B,C)),X)),or(X,or(C,B))))) -> true
% 181.49/181.70  Current number of equations to process: 1094
% 181.49/181.70  Current number of ordered equations: 0
% 181.49/181.70  Current number of rules: 1935
% 181.49/181.70  New rule produced :
% 181.49/181.70  [1958]
% 181.49/181.70  theorem(or(A,or(not(or(B,or(C,X))),or(Y,or(Z,or(C,or(B,X))))))) -> true
% 181.49/181.70  Current number of equations to process: 1093
% 181.49/181.70  Current number of ordered equations: 0
% 181.49/181.70  Current number of rules: 1936
% 181.49/181.70  New rule produced :
% 181.49/181.70  [1959]
% 181.49/181.70  theorem(or(A,or(or(B,or(C,or(X,Y))),not(or(B,or(or(C,Y),X)))))) -> true
% 181.49/181.70  Current number of equations to process: 1092
% 181.49/181.70  Current number of ordered equations: 0
% 181.49/181.70  Current number of rules: 1937
% 181.49/181.70  New rule produced :
% 181.49/181.70  [1960]
% 181.49/181.70  theorem(or(A,or(B,or(not(or(B,or(or(C,X),Y))),or(C,or(Y,X)))))) -> true
% 181.49/181.70  Current number of equations to process: 1091
% 181.49/181.70  Current number of ordered equations: 0
% 181.49/181.70  Current number of rules: 1938
% 181.49/181.70  New rule produced :
% 181.49/181.70  [1961]
% 181.49/181.70  theorem(or(A,or(not(or(or(or(B,C),X),Y)),or(Y,or(B,or(X,C)))))) -> true
% 181.49/181.70  Current number of equations to process: 1090
% 181.49/181.70  Current number of ordered equations: 0
% 181.49/181.70  Current number of rules: 1939
% 181.49/181.70  New rule produced :
% 181.49/181.70  [1962]
% 181.49/181.70  ifeq(axiom(or(A,or(not(not(B)),or(not(or(C,B)),or(C,X))))),true,true,true) ->
% 181.49/181.70  true
% 181.49/181.70  Current number of equations to process: 1089
% 181.49/181.70  Current number of ordered equations: 0
% 181.49/181.70  Current number of rules: 1940
% 181.49/181.70  New rule produced :
% 181.49/181.70  [1963]
% 181.49/181.70  theorem(or(A,or(not(or(B,not(C))),or(B,or(not(or(X,C)),or(X,Y)))))) -> true
% 181.49/181.70  Current number of equations to process: 1088
% 181.49/181.70  Current number of ordered equations: 0
% 181.49/181.70  Current number of rules: 1941
% 181.49/181.70  New rule produced :
% 181.49/181.70  [1964]
% 181.49/181.70  theorem(or(A,or(B,or(or(not(or(C,X)),or(C,Y)),not(or(Y,not(X))))))) -> true
% 181.49/181.70  Current number of equations to process: 1087
% 181.49/181.70  Current number of ordered equations: 0
% 181.49/181.70  Current number of rules: 1942
% 182.57/182.71  New rule produced :
% 182.57/182.71  [1965]
% 182.57/182.71  ifeq(axiom(or(or(not(or(A,not(B))),or(C,A)),not(or(C,B)))),true,true,true) ->
% 182.57/182.71  true
% 182.57/182.71  Current number of equations to process: 1086
% 182.57/182.71  Current number of ordered equations: 0
% 182.57/182.71  Current number of rules: 1943
% 182.57/182.71  New rule produced :
% 182.57/182.71  [1966]
% 182.57/182.71  theorem(or(not(or(A,or(B,C))),or(A,or(not(or(X,not(B))),or(C,X))))) -> true
% 182.57/182.71  Current number of equations to process: 1085
% 182.57/182.71  Current number of ordered equations: 0
% 182.57/182.71  Current number of rules: 1944
% 182.57/182.71  New rule produced :
% 182.57/182.71  [1967]
% 182.57/182.71  theorem(or(not(or(or(A,B),or(A,B))),or(not(or(C,not(A))),or(B,C)))) -> true
% 182.57/182.71  Current number of equations to process: 1084
% 182.57/182.71  Current number of ordered equations: 0
% 182.57/182.71  Current number of rules: 1945
% 182.57/182.71  New rule produced :
% 182.57/182.71  [1968]
% 182.57/182.71  ifeq(axiom(or(A,or(or(B,C),not(or(B,or(or(B,C),C)))))),true,true,true) ->
% 182.57/182.71  true
% 182.57/182.71  Current number of equations to process: 1083
% 182.57/182.71  Current number of ordered equations: 0
% 182.57/182.71  Current number of rules: 1946
% 182.57/182.71  New rule produced :
% 182.57/182.71  [1969]
% 182.57/182.71  theorem(or(A,or(or(not(or(or(A,B),or(or(or(A,B),C),C))),C),B))) -> true
% 182.57/182.71  Current number of equations to process: 1082
% 182.57/182.71  Current number of ordered equations: 0
% 182.57/182.71  Current number of rules: 1947
% 182.57/182.71  New rule produced :
% 182.57/182.71  [1970]
% 182.57/182.71  ifeq(axiom(or(A,or(B,or(not(or(B,or(or(B,C),C))),C)))),true,true,true) ->
% 182.57/182.71  true
% 182.57/182.71  Current number of equations to process: 1081
% 182.57/182.71  Current number of ordered equations: 0
% 182.57/182.71  Current number of rules: 1948
% 182.57/182.71  New rule produced :
% 182.57/182.71  [1971]
% 182.57/182.71  theorem(or(not(or(A,or(B,or(or(C,X),X)))),or(A,or(B,or(C,X))))) -> true
% 182.57/182.71  Current number of equations to process: 1080
% 182.57/182.71  Current number of ordered equations: 0
% 182.57/182.71  Current number of rules: 1949
% 182.57/182.71  New rule produced :
% 182.57/182.71  [1972]
% 182.57/182.71  ifeq(axiom(or(not(or(or(A,B),not(or(or(A,B),B)))),C)),true,theorem(C),true)
% 182.57/182.71  -> true
% 182.57/182.71  Current number of equations to process: 1079
% 182.57/182.71  Current number of ordered equations: 0
% 182.57/182.71  Current number of rules: 1950
% 182.57/182.71  New rule produced :
% 182.57/182.71  [1973]
% 182.57/182.71  ifeq(axiom(or(not(or(A,or(not(or(or(A,B),B)),B))),C)),true,theorem(C),true)
% 182.57/182.71  -> true
% 182.57/182.71  Current number of equations to process: 1078
% 182.57/182.71  Current number of ordered equations: 0
% 182.57/182.71  Current number of rules: 1951
% 182.57/182.71  New rule produced :
% 182.57/182.71  [1974]
% 182.57/182.71  ifeq(axiom(or(not(or(not(or(A,or(B,A))),or(B,A))),C)),true,theorem(C),true)
% 182.57/182.71  -> true
% 182.57/182.71  Current number of equations to process: 1077
% 182.57/182.71  Current number of ordered equations: 0
% 182.57/182.71  Current number of rules: 1952
% 182.57/182.71  New rule produced :
% 182.57/182.71  [1975]
% 182.57/182.71  ifeq(axiom(or(not(A),or(B,or(C,B)))),true,theorem(or(not(A),or(C,B))),true)
% 182.57/182.71  -> true
% 182.57/182.71  Current number of equations to process: 1076
% 182.57/182.71  Current number of ordered equations: 0
% 182.57/182.71  Current number of rules: 1953
% 182.57/182.71  New rule produced :
% 182.57/182.71  [1976]
% 182.57/182.71  ifeq(axiom(or(A,or(not(or(or(or(B,C),C),B)),or(B,C)))),true,true,true) ->
% 182.57/182.71  true
% 182.57/182.71  Current number of equations to process: 1075
% 182.57/182.71  Current number of ordered equations: 0
% 182.57/182.71  Current number of rules: 1954
% 182.57/182.71  New rule produced :
% 182.57/182.71  [1977]
% 182.57/182.71  theorem(or(A,or(B,or(not(or(C,X)),or(not(or(Y,not(X))),or(C,Y)))))) -> true
% 182.57/182.71  Current number of equations to process: 1074
% 182.57/182.71  Current number of ordered equations: 0
% 182.57/182.71  Current number of rules: 1955
% 182.57/182.71  New rule produced :
% 182.57/182.71  [1978]
% 182.57/182.71  theorem(or(A,or(not(or(or(or(B,C),C),or(or(B,C),C))),or(B,C)))) -> true
% 182.57/182.71  Current number of equations to process: 1073
% 182.57/182.71  Current number of ordered equations: 0
% 182.57/182.71  Current number of rules: 1956
% 182.57/182.71  New rule produced :
% 182.57/182.71  [1979]
% 182.57/182.71  theorem(or(A,or(not(or(B,or(or(or(C,X),X),C))),or(B,or(C,X))))) -> true
% 182.57/182.71  Current number of equations to process: 1072
% 182.57/182.71  Current number of ordered equations: 0
% 182.57/182.71  Current number of rules: 1957
% 182.57/182.71  New rule produced :
% 182.57/182.71  [1980]
% 182.57/182.71  ifeq(axiom(or(or(not(or(A,or(or(A,B),B))),or(A,B)),C)),true,true,true) ->
% 182.57/182.71  true
% 182.57/182.71  Current number of equations to process: 1071
% 182.57/182.71  Current number of ordered equations: 0
% 182.57/182.71  Current number of rules: 1958
% 182.57/182.71  New rule produced :
% 182.57/182.71  [1981]
% 182.57/182.71  theorem(or(A,or(B,or(C,or(not(or(X,or(or(X,Y),Y))),or(X,Y)))))) -> true
% 182.57/182.71  Current number of equations to process: 1070
% 182.57/182.71  Current number of ordered equations: 0
% 182.57/182.71  Current number of rules: 1959
% 182.57/182.71  New rule produced :
% 182.57/182.71  [1982]
% 182.57/182.71  theorem(or(or(not(or(not(A),or(or(not(A),B),B))),B),not(or(A,A)))) -> true
% 182.57/182.71  Current number of equations to process: 1074
% 182.57/182.71  Current number of ordered equations: 0
% 182.57/182.71  Current number of rules: 1960
% 182.57/182.71  New rule produced :
% 182.57/182.71  [1983]
% 182.57/182.71  theorem(or(not(or(not(A),or(or(not(A),B),B))),or(not(or(A,A)),B))) -> true
% 182.57/182.71  Current number of equations to process: 1073
% 182.57/182.71  Current number of ordered equations: 0
% 193.97/194.10  Current number of rules: 1961
% 193.97/194.10  New rule produced :
% 193.97/194.10  [1984] theorem(or(or(not(or(A,or(B,or(or(B,C),C)))),or(B,C)),A)) -> true
% 193.97/194.10  Current number of equations to process: 1087
% 193.97/194.10  Current number of ordered equations: 0
% 193.97/194.10  Current number of rules: 1962
% 193.97/194.10  New rule produced :
% 193.97/194.10  [1985] theorem(or(or(A,or(B,C)),not(or(or(B,or(or(B,C),C)),A)))) -> true
% 193.97/194.10  Current number of equations to process: 1093
% 193.97/194.10  Current number of ordered equations: 0
% 193.97/194.10  Current number of rules: 1963
% 193.97/194.10  New rule produced :
% 193.97/194.10  [1986] theorem(or(A,or(not(or(or(B,or(or(B,C),C)),A)),or(B,C)))) -> true
% 193.97/194.10  Current number of equations to process: 1092
% 193.97/194.10  Current number of ordered equations: 0
% 193.97/194.10  Current number of rules: 1964
% 193.97/194.10  New rule produced :
% 193.97/194.10  [1987] theorem(or(A,or(or(B,or(C,or(X,Y))),not(or(C,Y))))) -> true
% 193.97/194.10  Current number of equations to process: 1094
% 193.97/194.10  Current number of ordered equations: 0
% 193.97/194.10  Current number of rules: 1965
% 193.97/194.10  New rule produced :
% 193.97/194.10  [1988] theorem(or(or(A,or(B,or(C,X))),not(or(X,B)))) -> true
% 193.97/194.10  Current number of equations to process: 1098
% 193.97/194.10  Current number of ordered equations: 0
% 193.97/194.10  Current number of rules: 1966
% 193.97/194.10  New rule produced :
% 193.97/194.10  [1989] theorem(or(A,or(not(or(B,C)),or(X,or(C,or(Y,B)))))) -> true
% 193.97/194.10  Current number of equations to process: 1098
% 193.97/194.10  Current number of ordered equations: 0
% 193.97/194.10  Current number of rules: 1967
% 193.97/194.10  New rule produced :
% 193.97/194.10  [1990]
% 193.97/194.10  ifeq(axiom(or(or(A,or(B,or(C,X))),not(or(B,X)))),true,true,true) -> true
% 193.97/194.10  Current number of equations to process: 1100
% 193.97/194.10  Current number of ordered equations: 0
% 193.97/194.10  Current number of rules: 1968
% 193.97/194.10  New rule produced :
% 193.97/194.10  [1991] theorem(or(not(or(A,or(B,C))),or(A,or(X,or(C,or(Y,B)))))) -> true
% 193.97/194.10  Current number of equations to process: 1099
% 193.97/194.10  Current number of ordered equations: 0
% 193.97/194.10  Current number of rules: 1969
% 193.97/194.10  New rule produced :
% 193.97/194.10  [1992] theorem(or(not(or(or(A,B),or(A,B))),or(C,or(B,or(X,A))))) -> true
% 193.97/194.10  Current number of equations to process: 1098
% 193.97/194.10  Current number of ordered equations: 0
% 193.97/194.10  Current number of rules: 1970
% 193.97/194.10  New rule produced :
% 193.97/194.10  [1993] theorem(or(or(not(or(A,B)),or(C,or(A,or(X,B)))),Y)) -> true
% 193.97/194.10  Current number of equations to process: 1099
% 193.97/194.10  Current number of ordered equations: 0
% 193.97/194.10  Current number of rules: 1971
% 193.97/194.10  New rule produced :
% 193.97/194.10  [1994] theorem(or(A,or(B,or(not(or(C,X)),or(Y,or(C,or(Z,X))))))) -> true
% 193.97/194.10  Current number of equations to process: 1100
% 193.97/194.10  Current number of ordered equations: 0
% 193.97/194.10  Current number of rules: 1972
% 193.97/194.10  New rule produced :
% 193.97/194.10  [1995] theorem(or(or(A,or(B,or(C,or(X,Y)))),not(or(A,or(C,Y))))) -> true
% 193.97/194.10  Current number of equations to process: 1105
% 193.97/194.10  Current number of ordered equations: 0
% 193.97/194.10  Current number of rules: 1973
% 193.97/194.10  New rule produced :
% 193.97/194.10  [1996] theorem(or(A,or(not(or(A,or(B,C))),or(X,or(B,or(Y,C)))))) -> true
% 193.97/194.10  Current number of equations to process: 1104
% 193.97/194.10  Current number of ordered equations: 0
% 193.97/194.10  Current number of rules: 1974
% 193.97/194.10  New rule produced :
% 193.97/194.10  [1997] theorem(or(not(or(or(A,B),C)),or(C,or(X,or(A,or(Y,B)))))) -> true
% 193.97/194.10  Current number of equations to process: 1103
% 193.97/194.10  Current number of ordered equations: 0
% 193.97/194.10  Current number of rules: 1975
% 193.97/194.10  New rule produced :
% 193.97/194.10  [1998] theorem(or(or(A,or(B,or(C,X))),not(or(or(B,X),or(B,X))))) -> true
% 193.97/194.10  Current number of equations to process: 1108
% 193.97/194.10  Current number of ordered equations: 0
% 193.97/194.10  Current number of rules: 1976
% 193.97/194.10  New rule produced :
% 193.97/194.10  [1999] theorem(or(or(or(A,or(B,or(C,X))),not(or(C,or(B,X)))),Y)) -> true
% 193.97/194.10  Current number of equations to process: 1113
% 193.97/194.10  Current number of ordered equations: 0
% 193.97/194.10  Current number of rules: 1977
% 193.97/194.10  New rule produced :
% 193.97/194.10  [2000] theorem(or(or(A,or(B,or(C,X))),or(Y,not(or(C,or(B,X)))))) -> true
% 193.97/194.10  Current number of equations to process: 1112
% 193.97/194.10  Current number of ordered equations: 0
% 193.97/194.10  Current number of rules: 1978
% 193.97/194.10  New rule produced :
% 193.97/194.10  [2001] theorem(or(A,or(or(B,or(C,or(X,Y))),not(or(or(C,Y),X))))) -> true
% 193.97/194.10  Current number of equations to process: 1117
% 193.97/194.10  Current number of ordered equations: 0
% 193.97/194.10  Current number of rules: 1979
% 193.97/194.10  New rule produced :
% 193.97/194.10  [2002] theorem(or(or(not(or(or(A,B),C)),or(X,or(A,or(C,B)))),Y)) -> true
% 193.97/194.10  Current number of equations to process: 1118
% 193.97/194.10  Current number of ordered equations: 0
% 193.97/194.10  Current number of rules: 1980
% 193.97/194.10  New rule produced :
% 193.97/194.10  [2003] ifeq(axiom(or(or(or(not(or(A,A)),A),B),C)),true,true,true) -> true
% 193.97/194.10  Current number of equations to process: 1122
% 202.44/202.57  Current number of ordered equations: 0
% 202.44/202.57  Current number of rules: 1981
% 202.44/202.57  New rule produced :
% 202.44/202.57  [2004] theorem(or(A,or(or(or(not(or(B,B)),B),C),X))) -> true
% 202.44/202.57  Current number of equations to process: 1122
% 202.44/202.57  Current number of ordered equations: 0
% 202.44/202.57  Current number of rules: 1982
% 202.44/202.57  New rule produced :
% 202.44/202.57  [2005] theorem(or(or(A,or(or(not(or(B,B)),B),C)),X)) -> true
% 202.44/202.57  Current number of equations to process: 1126
% 202.44/202.57  Current number of ordered equations: 0
% 202.44/202.57  Current number of rules: 1983
% 202.44/202.57  New rule produced :
% 202.44/202.57  [2006] theorem(or(A,or(B,or(C,or(or(not(or(X,X)),X),Y))))) -> true
% 202.44/202.57  Current number of equations to process: 1125
% 202.44/202.57  Current number of ordered equations: 0
% 202.44/202.57  Current number of rules: 1984
% 202.44/202.57  New rule produced :
% 202.44/202.57  [2007]
% 202.44/202.57  ifeq(axiom(or(A,or(B,or(or(not(or(C,C)),C),X)))),true,true,true) -> true
% 202.44/202.57  Current number of equations to process: 1124
% 202.44/202.57  Current number of ordered equations: 0
% 202.44/202.57  Current number of rules: 1985
% 202.44/202.57  New rule produced :
% 202.44/202.57  [2008] theorem(or(or(or(A,or(not(or(B,B)),B)),C),X)) -> true
% 202.44/202.57  Current number of equations to process: 1128
% 202.44/202.57  Current number of ordered equations: 0
% 202.44/202.57  Current number of rules: 1986
% 202.44/202.57  New rule produced :
% 202.44/202.57  [2009] theorem(or(A,or(B,or(or(C,or(not(or(X,X)),X)),Y)))) -> true
% 202.44/202.57  Current number of equations to process: 1127
% 202.44/202.57  Current number of ordered equations: 0
% 202.44/202.57  Current number of rules: 1987
% 202.44/202.57  New rule produced :
% 202.44/202.57  [2010] theorem(or(A,or(or(B,or(C,or(not(or(X,X)),X))),Y))) -> true
% 202.44/202.57  Current number of equations to process: 1129
% 202.44/202.57  Current number of ordered equations: 0
% 202.44/202.57  Current number of rules: 1988
% 202.44/202.57  New rule produced :
% 202.44/202.57  [2011]
% 202.44/202.57  ifeq(axiom(or(A,or(or(B,or(not(or(C,C)),C)),X))),true,true,true) -> true
% 202.44/202.57  Current number of equations to process: 1131
% 202.44/202.57  Current number of ordered equations: 0
% 202.44/202.57  Current number of rules: 1989
% 202.44/202.57  New rule produced :
% 202.44/202.57  [2012]
% 202.44/202.57  ifeq(axiom(or(or(A,or(B,or(not(or(C,C)),C))),X)),true,true,true) -> true
% 202.44/202.57  Current number of equations to process: 1130
% 202.44/202.57  Current number of ordered equations: 0
% 202.44/202.57  Current number of rules: 1990
% 202.44/202.57  New rule produced :
% 202.44/202.57  [2013] theorem(or(or(A,or(B,or(C,or(not(or(X,X)),X)))),Y)) -> true
% 202.44/202.57  Current number of equations to process: 1131
% 202.44/202.57  Current number of ordered equations: 0
% 202.44/202.57  Current number of rules: 1991
% 202.44/202.57  New rule produced :
% 202.44/202.57  [2014] theorem(or(A,or(B,or(C,or(X,or(Y,or(not(or(Z,Z)),Z))))))) -> true
% 202.44/202.57  Current number of equations to process: 1130
% 202.44/202.57  Current number of ordered equations: 0
% 202.44/202.57  Current number of rules: 1992
% 202.44/202.57  New rule produced :
% 202.44/202.57  [2015] ifeq(axiom(or(or(or(not(A),or(B,A)),C),X)),true,true,true) -> true
% 202.44/202.57  Current number of equations to process: 1131
% 202.44/202.57  Current number of ordered equations: 0
% 202.44/202.57  Current number of rules: 1993
% 202.44/202.57  New rule produced :
% 202.44/202.57  [2016] theorem(or(A,or(or(or(not(B),or(C,B)),X),Y))) -> true
% 202.44/202.57  Current number of equations to process: 1131
% 202.44/202.57  Current number of ordered equations: 0
% 202.44/202.57  Current number of rules: 1994
% 202.44/202.57  New rule produced :
% 202.44/202.57  [2017] theorem(or(or(A,or(or(not(B),or(C,B)),X)),Y)) -> true
% 202.44/202.57  Current number of equations to process: 1135
% 202.44/202.57  Current number of ordered equations: 0
% 202.44/202.57  Current number of rules: 1995
% 202.44/202.57  New rule produced :
% 202.44/202.57  [2018] theorem(or(A,or(B,or(C,or(or(not(X),or(Y,X)),Z))))) -> true
% 202.44/202.57  Current number of equations to process: 1134
% 202.44/202.57  Current number of ordered equations: 0
% 202.44/202.57  Current number of rules: 1996
% 202.44/202.57  New rule produced :
% 202.44/202.57  [2019]
% 202.44/202.57  ifeq(axiom(or(A,or(B,or(or(not(C),or(X,C)),Y)))),true,true,true) -> true
% 202.44/202.57  Current number of equations to process: 1133
% 202.44/202.57  Current number of ordered equations: 0
% 202.44/202.57  Current number of rules: 1997
% 202.44/202.57  New rule produced :
% 202.44/202.57  [2020] theorem(or(or(or(A,or(not(B),or(C,B))),X),Y)) -> true
% 202.44/202.57  Current number of equations to process: 1134
% 202.44/202.57  Current number of ordered equations: 0
% 202.44/202.57  Current number of rules: 1998
% 202.44/202.57  New rule produced :
% 202.44/202.57  [2021] theorem(or(A,or(B,or(or(C,or(not(X),or(Y,X))),Z)))) -> true
% 202.44/202.57  Current number of equations to process: 1133
% 202.44/202.57  Current number of ordered equations: 0
% 202.44/202.57  Current number of rules: 1999
% 202.44/202.57  New rule produced :
% 202.44/202.57  [2022] theorem(or(A,or(or(B,or(C,or(not(X),or(Y,X)))),Z))) -> true
% 202.44/202.57  Current number of equations to process: 1135
% 202.44/202.57  Current number of ordered equations: 0
% 202.44/202.57  Current number of rules: 2000
% 202.44/202.57  New rule produced :
% 202.44/202.57  [2023]
% 202.44/202.57  ifeq(axiom(or(A,or(or(B,or(not(C),or(X,C))),Y))),true,true,true) -> true
% 202.44/202.57  Current number of equations to process: 1137
% 202.44/202.57  Current number of ordered equations: 0
% 212.90/213.07  Current number of rules: 2001
% 212.90/213.07  New rule produced :
% 212.90/213.07  [2024]
% 212.90/213.07  ifeq(axiom(or(or(A,or(B,or(not(C),or(X,C)))),Y)),true,true,true) -> true
% 212.90/213.07  Current number of equations to process: 1136
% 212.90/213.07  Current number of ordered equations: 0
% 212.90/213.07  Current number of rules: 2002
% 212.90/213.07  New rule produced :
% 212.90/213.07  [2025] theorem(or(or(A,or(B,or(C,or(not(X),or(Y,X))))),Z)) -> true
% 212.90/213.07  Current number of equations to process: 1137
% 212.90/213.07  Current number of ordered equations: 0
% 212.90/213.07  Current number of rules: 2003
% 212.90/213.07  New rule produced :
% 212.90/213.07  [2026] theorem(or(A,or(B,or(C,or(X,or(Y,or(not(Z),or(V_6,Z)))))))) -> true
% 212.90/213.07  Current number of equations to process: 1136
% 212.90/213.07  Current number of ordered equations: 0
% 212.90/213.07  Current number of rules: 2004
% 212.90/213.07  New rule produced :
% 212.90/213.07  [2027] theorem(or(or(A,or(not(or(B,C)),or(B,X))),not(not(C)))) -> true
% 212.90/213.07  Current number of equations to process: 1140
% 212.90/213.07  Current number of ordered equations: 0
% 212.90/213.07  Current number of rules: 2005
% 212.90/213.07  New rule produced :
% 212.90/213.07  [2028] theorem(or(A,or(not(not(B)),or(C,or(not(or(X,B)),or(X,Y)))))) -> true
% 212.90/213.07  Current number of equations to process: 1141
% 212.90/213.07  Current number of ordered equations: 0
% 212.90/213.07  Current number of rules: 2006
% 212.90/213.07  New rule produced :
% 212.90/213.07  [2029]
% 212.90/213.07  theorem(or(not(or(not(A),not(A))),or(B,or(not(or(C,A)),or(C,X))))) -> true
% 212.90/213.07  Current number of equations to process: 1140
% 212.90/213.07  Current number of ordered equations: 0
% 212.90/213.07  Current number of rules: 2007
% 212.90/213.07  New rule produced :
% 212.90/213.07  [2030] theorem(or(A,or(or(or(not(or(B,C)),or(C,B)),X),Y))) -> true
% 212.90/213.07  Current number of equations to process: 1143
% 212.90/213.07  Current number of ordered equations: 0
% 212.90/213.07  Current number of rules: 2008
% 212.90/213.07  New rule produced :
% 212.90/213.07  [2031]
% 212.90/213.07  ifeq(axiom(or(or(or(not(or(A,B)),or(B,A)),C),X)),true,true,true) -> true
% 212.90/213.07  Current number of equations to process: 1145
% 212.90/213.07  Current number of ordered equations: 0
% 212.90/213.07  Current number of rules: 2009
% 212.90/213.07  New rule produced :
% 212.90/213.07  [2032] theorem(or(or(A,or(or(not(or(B,C)),or(C,B)),X)),Y)) -> true
% 212.90/213.07  Current number of equations to process: 1146
% 212.90/213.07  Current number of ordered equations: 0
% 212.90/213.07  Current number of rules: 2010
% 212.90/213.07  New rule produced :
% 212.90/213.07  [2033] theorem(or(A,or(B,or(C,or(or(not(or(X,Y)),or(Y,X)),Z))))) -> true
% 212.90/213.07  Current number of equations to process: 1148
% 212.90/213.07  Current number of ordered equations: 0
% 212.90/213.07  Current number of rules: 2011
% 212.90/213.07  New rule produced :
% 212.90/213.07  [2034] theorem(or(or(or(A,or(not(or(B,C)),or(C,B))),X),Y)) -> true
% 212.90/213.07  Current number of equations to process: 1149
% 212.90/213.07  Current number of ordered equations: 0
% 212.90/213.07  Current number of rules: 2012
% 212.90/213.07  New rule produced :
% 212.90/213.07  [2035] theorem(or(A,or(B,or(or(C,or(not(or(X,Y)),or(Y,X))),Z)))) -> true
% 212.90/213.07  Current number of equations to process: 1148
% 212.90/213.07  Current number of ordered equations: 0
% 212.90/213.07  Current number of rules: 2013
% 212.90/213.07  New rule produced :
% 212.90/213.07  [2036] theorem(or(A,or(or(B,or(C,or(not(or(X,Y)),or(Y,X)))),Z))) -> true
% 212.90/213.07  Current number of equations to process: 1153
% 212.90/213.07  Current number of ordered equations: 0
% 212.90/213.07  Current number of rules: 2014
% 212.90/213.07  New rule produced :
% 212.90/213.07  [2037] theorem(or(or(A,or(B,or(C,or(not(or(X,Y)),or(Y,X))))),Z)) -> true
% 212.90/213.07  Current number of equations to process: 1154
% 212.90/213.07  Current number of ordered equations: 0
% 212.90/213.07  Current number of rules: 2015
% 212.90/213.07  New rule produced :
% 212.90/213.07  [2038] ifeq(axiom(or(A,or(or(B,not(or(B,B))),C))),true,true,true) -> true
% 212.90/213.07  Current number of equations to process: 1156
% 212.90/213.07  Current number of ordered equations: 0
% 212.90/213.07  Current number of rules: 2016
% 212.90/213.07  New rule produced : [2039] theorem(or(or(or(A,not(or(A,A))),B),C)) -> true
% 212.90/213.07  Current number of equations to process: 1157
% 212.90/213.07  Current number of ordered equations: 0
% 212.90/213.07  Current number of rules: 2017
% 212.90/213.07  New rule produced :
% 212.90/213.07  [2040] theorem(or(A,or(B,or(or(C,not(or(C,C))),X)))) -> true
% 212.90/213.07  Current number of equations to process: 1156
% 212.90/213.07  Current number of ordered equations: 0
% 212.90/213.07  Current number of rules: 2018
% 212.90/213.07  New rule produced :
% 212.90/213.07  [2041] ifeq(axiom(or(or(A,or(B,not(or(B,B)))),C)),true,true,true) -> true
% 212.90/213.07  Current number of equations to process: 1156
% 212.90/213.07  Current number of ordered equations: 0
% 212.90/213.07  Current number of rules: 2019
% 212.90/213.07  New rule produced :
% 212.90/213.07  [2042] theorem(or(A,or(or(B,or(C,not(or(C,C)))),X))) -> true
% 212.90/213.07  Current number of equations to process: 1156
% 212.90/213.07  Current number of ordered equations: 0
% 212.90/213.07  Current number of rules: 2020
% 212.90/213.07  New rule produced :
% 212.90/213.07  [2043] theorem(or(or(A,or(B,or(C,not(or(C,C))))),X)) -> true
% 212.90/213.07  Current number of equations to process: 1160
% 212.90/213.07  Current number of ordered equations: 0
% 218.69/218.86  Current number of rules: 2021
% 218.69/218.86  New rule produced :
% 218.69/218.86  [2044] theorem(or(A,or(B,or(C,or(X,or(Y,not(or(Y,Y)))))))) -> true
% 218.69/218.86  Current number of equations to process: 1159
% 218.69/218.86  Current number of ordered equations: 0
% 218.69/218.86  Current number of rules: 2022
% 218.69/218.86  New rule produced :
% 218.69/218.86  [2045] ifeq(axiom(or(or(A,not(or(B,B))),B)),true,true,true) -> true
% 218.69/218.86  Current number of equations to process: 1160
% 218.69/218.86  Current number of ordered equations: 0
% 218.69/218.86  Current number of rules: 2023
% 218.69/218.86  New rule produced : [2046] theorem(or(A,or(or(B,not(or(C,C))),C))) -> true
% 218.69/218.86  Current number of equations to process: 1160
% 218.69/218.86  Current number of ordered equations: 0
% 218.69/218.86  Current number of rules: 2024
% 218.69/218.86  New rule produced :
% 218.69/218.86  [2047] theorem(or(A,or(or(B,not(or(or(A,C),or(A,C)))),C))) -> true
% 218.69/218.86  Current number of equations to process: 1163
% 218.69/218.86  Current number of ordered equations: 0
% 218.69/218.86  Current number of rules: 2025
% 218.69/218.86  New rule produced :
% 218.69/218.86  [2048] ifeq(axiom(or(A,or(B,or(C,not(or(B,B)))))),true,true,true) -> true
% 218.69/218.86  Current number of equations to process: 1162
% 218.69/218.86  Current number of ordered equations: 0
% 218.69/218.86  Current number of rules: 2026
% 218.69/218.86  New rule produced : [2049] theorem(or(or(A,or(B,not(or(A,A)))),C)) -> true
% 218.69/218.86  Current number of equations to process: 1163
% 218.69/218.86  Current number of ordered equations: 0
% 218.69/218.86  Current number of rules: 2027
% 218.69/218.86  New rule produced : [2050] theorem(or(A,or(B,or(C,not(or(A,A)))))) -> true
% 218.69/218.86  Current number of equations to process: 1163
% 218.69/218.86  Current number of ordered equations: 0
% 218.69/218.86  Current number of rules: 2028
% 218.69/218.86  New rule produced :
% 218.69/218.86  [2051] theorem(or(A,or(B,or(C,or(X,not(or(C,C))))))) -> true
% 218.69/218.86  Current number of equations to process: 1162
% 218.69/218.86  Current number of ordered equations: 0
% 218.69/218.86  Current number of rules: 2029
% 218.69/218.86  New rule produced :
% 218.69/218.86  [2052]
% 218.69/218.86  ifeq(axiom(or(A,or(B,or(C,or(X,not(or(X,X))))))),true,true,true) -> true
% 218.69/218.86  Current number of equations to process: 1162
% 218.69/218.86  Current number of ordered equations: 0
% 218.69/218.86  Current number of rules: 2030
% 218.69/218.86  New rule produced :
% 218.69/218.86  [2053]
% 218.69/218.86  ifeq(axiom(or(not(or(or(A,not(or(B,B))),B)),C)),true,theorem(C),true) -> true
% 218.69/218.86  Current number of equations to process: 1161
% 218.69/218.86  Current number of ordered equations: 0
% 218.69/218.86  Current number of rules: 2031
% 218.69/218.86  New rule produced :
% 218.69/218.86  [2054] theorem(or(or(A,not(or(not(B),not(B)))),not(or(B,B)))) -> true
% 218.69/218.86  Current number of equations to process: 1163
% 218.69/218.86  Current number of ordered equations: 0
% 218.69/218.86  Current number of rules: 2032
% 218.69/218.86  New rule produced :
% 218.69/218.86  [2055] theorem(or(A,or(not(or(B,B)),or(C,not(or(not(B),not(B))))))) -> true
% 218.69/218.86  Current number of equations to process: 1163
% 218.69/218.86  Current number of ordered equations: 0
% 218.69/218.86  Current number of rules: 2033
% 218.69/218.86  New rule produced :
% 218.69/218.86  [2056]
% 218.69/218.86  theorem(or(not(or(A,or(B,B))),or(A,or(C,not(or(not(B),not(B))))))) -> true
% 218.69/218.86  Current number of equations to process: 1163
% 218.69/218.86  Current number of ordered equations: 0
% 218.69/218.86  Current number of rules: 2034
% 218.69/218.86  New rule produced :
% 218.69/218.86  [2057]
% 218.69/218.86  theorem(or(not(or(or(A,A),or(A,A))),or(B,not(or(not(A),not(A)))))) -> true
% 218.69/218.86  Current number of equations to process: 1162
% 218.69/218.86  Current number of ordered equations: 0
% 218.69/218.86  Current number of rules: 2035
% 218.69/218.86  New rule produced :
% 218.69/218.86  [2058] theorem(or(or(A,or(B,not(or(not(C),not(C))))),not(or(A,C)))) -> true
% 218.69/218.86  Current number of equations to process: 1166
% 218.69/218.86  Current number of ordered equations: 0
% 218.69/218.86  Current number of rules: 2036
% 218.69/218.86  New rule produced :
% 218.69/218.86  [2059] theorem(or(A,or(not(or(A,B)),or(C,not(or(not(B),not(B))))))) -> true
% 218.69/218.86  Current number of equations to process: 1165
% 218.69/218.86  Current number of ordered equations: 0
% 218.69/218.86  Current number of rules: 2037
% 218.69/218.86  New rule produced :
% 218.69/218.86  [2060] theorem(or(not(or(A,B)),or(B,or(C,not(or(not(A),not(A))))))) -> true
% 218.69/218.86  Current number of equations to process: 1165
% 218.69/218.86  Current number of ordered equations: 0
% 218.69/218.86  Current number of rules: 2038
% 218.69/218.86  New rule produced :
% 218.69/218.86  [2061]
% 218.69/218.86  theorem(or(A,or(not(or(B,C)),or(B,or(X,not(or(not(C),not(C)))))))) -> true
% 218.69/218.86  Current number of equations to process: 1166
% 218.69/218.86  Current number of ordered equations: 0
% 218.69/218.86  Current number of rules: 2039
% 218.69/218.86  New rule produced :
% 218.69/218.86  [2062] theorem(or(or(A,not(or(not(or(B,C)),not(or(B,C))))),not(C))) -> true
% 218.69/218.86  Current number of equations to process: 1170
% 218.69/218.86  Current number of ordered equations: 0
% 218.69/218.86  Current number of rules: 2040
% 218.69/218.86  New rule produced :
% 218.69/218.86  [2063]
% 218.69/218.86  theorem(or(A,or(not(B),or(C,not(or(not(or(X,B)),not(or(X,B)))))))) -> true
% 218.69/218.86  Current number of equations to process: 1170
% 223.85/224.00  Current number of ordered equations: 0
% 223.85/224.00  Current number of rules: 2041
% 223.85/224.00  New rule produced :
% 223.85/224.00  [2064]
% 223.85/224.00  theorem(or(not(or(A,A)),or(B,not(or(not(or(C,A)),not(or(C,A))))))) -> true
% 223.85/224.00  Current number of equations to process: 1169
% 223.85/224.00  Current number of ordered equations: 0
% 223.85/224.00  Current number of rules: 2042
% 223.85/224.00  New rule produced :
% 223.85/224.00  [2065]
% 223.85/224.00  theorem(or(A,or(or(not(or(B,not(C))),or(not(or(X,C)),or(X,B))),Y))) -> true
% 223.85/224.00  Current number of equations to process: 1170
% 223.85/224.00  Current number of ordered equations: 0
% 223.85/224.00  Current number of rules: 2043
% 223.85/224.00  New rule produced :
% 223.85/224.00  [2066]
% 223.85/224.00  theorem(or(A,or(or(B,or(C,X)),not(or(B,or(C,or(or(C,X),X))))))) -> true
% 223.85/224.00  Current number of equations to process: 1169
% 223.85/224.00  Current number of ordered equations: 0
% 223.85/224.00  Current number of rules: 2044
% 223.85/224.00  New rule produced :
% 223.85/224.00  [2067]
% 223.85/224.00  theorem(or(A,or(B,or(not(or(B,or(C,or(or(C,X),X)))),or(C,X))))) -> true
% 223.85/224.00  Current number of equations to process: 1168
% 223.85/224.00  Current number of ordered equations: 0
% 223.85/224.00  Current number of rules: 2045
% 223.85/224.00  New rule produced :
% 223.85/224.00  [2068]
% 223.85/224.00  theorem(or(A,or(not(or(or(B,or(or(B,C),C)),X)),or(X,or(B,C))))) -> true
% 223.85/224.00  Current number of equations to process: 1167
% 223.85/224.00  Current number of ordered equations: 0
% 223.85/224.00  Current number of rules: 2046
% 223.85/224.00  New rule produced :
% 223.85/224.00  [2069]
% 223.85/224.00  ifeq(axiom(or(A,or(not(or(B,C)),or(X,or(B,or(Y,C)))))),true,true,true) ->
% 223.85/224.00  true
% 223.85/224.00  Current number of equations to process: 1166
% 223.85/224.00  Current number of ordered equations: 0
% 223.85/224.00  Current number of rules: 2047
% 223.85/224.00  New rule produced :
% 223.85/224.00  [2070]
% 223.85/224.00  theorem(or(A,or(not(or(B,or(C,X))),or(B,or(Y,or(C,or(Z,X))))))) -> true
% 223.85/224.00  Current number of equations to process: 1165
% 223.85/224.00  Current number of ordered equations: 0
% 223.85/224.00  Current number of rules: 2048
% 223.85/224.00  New rule produced :
% 223.85/224.00  [2071]
% 223.85/224.00  theorem(or(A,or(not(or(or(B,C),or(B,C))),or(X,or(B,or(Y,C)))))) -> true
% 223.85/224.00  Current number of equations to process: 1164
% 223.85/224.00  Current number of ordered equations: 0
% 223.85/224.00  Current number of rules: 2049
% 223.85/224.00  New rule produced :
% 223.85/224.00  [2072]
% 223.85/224.00  theorem(or(A,or(B,or(or(C,or(X,or(Y,Z))),not(or(Y,or(X,Z))))))) -> true
% 223.85/224.00  Current number of equations to process: 1163
% 223.85/224.00  Current number of ordered equations: 0
% 223.85/224.00  Current number of rules: 2050
% 223.85/224.00  New rule produced :
% 223.85/224.00  [2073]
% 223.85/224.00  ifeq(axiom(or(or(A,or(B,or(C,X))),not(or(or(B,X),C)))),true,true,true) ->
% 223.85/224.00  true
% 223.85/224.00  Current number of equations to process: 1162
% 223.85/224.00  Current number of ordered equations: 0
% 223.85/224.00  Current number of rules: 2051
% 223.85/224.00  New rule produced :
% 223.85/224.00  [2074]
% 223.85/224.00  theorem(or(A,or(B,or(not(or(or(C,X),Y)),or(Z,or(C,or(Y,X))))))) -> true
% 223.85/224.00  Current number of equations to process: 1161
% 223.85/224.00  Current number of ordered equations: 0
% 223.85/224.00  Current number of rules: 2052
% 223.85/224.00  New rule produced :
% 223.85/224.00  [2075]
% 223.85/224.00  theorem(or(A,or(or(not(or(B,or(C,X))),or(Y,or(C,or(B,X)))),Z))) -> true
% 223.85/224.00  Current number of equations to process: 1160
% 223.85/224.00  Current number of ordered equations: 0
% 223.85/224.00  Current number of rules: 2053
% 223.85/224.00  New rule produced :
% 223.85/224.00  [2076]
% 223.85/224.00  ifeq(axiom(or(not(or(or(or(not(or(A,A)),A),B),C)),X)),true,theorem(X),true)
% 223.85/224.00  -> true
% 223.85/224.00  Current number of equations to process: 1159
% 223.85/224.00  Current number of ordered equations: 0
% 223.85/224.00  Current number of rules: 2054
% 223.85/224.00  New rule produced :
% 223.85/224.00  [2077]
% 223.85/224.00  ifeq(axiom(or(A,or(B,or(C,or(X,or(not(or(Y,Y)),Y)))))),true,true,true) ->
% 223.85/224.00  true
% 223.85/224.00  Current number of equations to process: 1158
% 223.85/224.00  Current number of ordered equations: 0
% 223.85/224.00  Current number of rules: 2055
% 223.85/224.00  New rule produced :
% 223.85/224.00  [2078]
% 223.85/224.00  ifeq(axiom(or(not(or(or(or(not(A),or(B,A)),C),X)),Y)),true,theorem(Y),true)
% 223.85/224.00  -> true
% 223.85/224.00  Current number of equations to process: 1157
% 223.85/224.00  Current number of ordered equations: 0
% 223.85/224.00  Current number of rules: 2056
% 223.85/224.00  New rule produced :
% 223.85/224.00  [2079]
% 223.85/224.00  ifeq(axiom(or(A,or(B,or(C,or(X,or(not(Y),or(Z,Y))))))),true,true,true) ->
% 223.85/224.00  true
% 223.85/224.00  Current number of equations to process: 1156
% 223.85/224.00  Current number of ordered equations: 0
% 223.85/224.00  Current number of rules: 2057
% 223.85/224.00  New rule produced :
% 223.85/224.00  [2080]
% 223.85/224.00  theorem(or(not(or(A,not(B))),or(A,or(C,or(not(or(X,B)),or(X,Y)))))) -> true
% 223.85/224.00  Current number of equations to process: 1155
% 223.85/224.00  Current number of ordered equations: 0
% 223.85/224.00  Current number of rules: 2058
% 223.85/224.00  New rule produced :
% 223.85/224.00  [2081]
% 223.85/224.00  theorem(or(A,or(or(B,or(not(or(C,X)),or(C,Y))),not(or(Y,not(X)))))) -> true
% 223.85/224.00  Current number of equations to process: 1154
% 223.85/224.00  Current number of ordered equations: 0
% 223.85/224.00  Current number of rules: 2059
% 223.85/224.00  New rule produced :
% 223.85/224.00  [2082]
% 223.85/224.00  ifeq(axiom(or(A,or(B,or(or(not(or(C,X)),or(X,C)),Y)))),true,true,true) ->
% 223.85/224.00  true
% 223.85/224.00  Current number of equations to process: 1153
% 228.50/228.62  Current number of ordered equations: 0
% 228.50/228.62  Current number of rules: 2060
% 228.50/228.62  New rule produced :
% 228.50/228.62  [2083]
% 228.50/228.62  ifeq(axiom(or(A,or(or(B,or(not(or(C,X)),or(X,C))),Y))),true,true,true) ->
% 228.50/228.62  true
% 228.50/228.62  Current number of equations to process: 1152
% 228.50/228.62  Current number of ordered equations: 0
% 228.50/228.62  Current number of rules: 2061
% 228.50/228.62  New rule produced :
% 228.50/228.62  [2084]
% 228.50/228.62  ifeq(axiom(or(or(A,or(B,or(not(or(C,X)),or(X,C)))),Y)),true,true,true) ->
% 228.50/228.62  true
% 228.50/228.62  Current number of equations to process: 1151
% 228.50/228.62  Current number of ordered equations: 0
% 228.50/228.62  Current number of rules: 2062
% 228.50/228.62  New rule produced :
% 228.50/228.62  [2085]
% 228.50/228.62  theorem(or(A,or(B,or(C,or(X,or(Y,or(not(or(Z,V_6)),or(V_6,Z)))))))) -> true
% 228.50/228.62  Current number of equations to process: 1150
% 228.50/228.62  Current number of ordered equations: 0
% 228.50/228.62  Current number of rules: 2063
% 228.50/228.62  New rule produced :
% 228.50/228.62  [2086]
% 228.50/228.62  ifeq(axiom(or(not(or(A,or(or(B,not(or(B,B))),C))),X)),true,theorem(X),true)
% 228.50/228.62  -> true
% 228.50/228.62  Current number of equations to process: 1149
% 228.50/228.62  Current number of ordered equations: 0
% 228.50/228.62  Current number of rules: 2064
% 228.50/228.62  New rule produced :
% 228.50/228.62  [2087]
% 228.50/228.62  ifeq(axiom(or(not(or(or(A,or(B,not(or(B,B)))),C)),X)),true,theorem(X),true)
% 228.50/228.62  -> true
% 228.50/228.62  Current number of equations to process: 1148
% 228.50/228.62  Current number of ordered equations: 0
% 228.50/228.62  Current number of rules: 2065
% 228.50/228.62  New rule produced :
% 228.50/228.62  [2088]
% 228.50/228.62  ifeq(axiom(or(not(or(A,or(B,or(C,not(or(B,B)))))),X)),true,theorem(X),true)
% 228.50/228.62  -> true
% 228.50/228.62  Current number of equations to process: 1147
% 228.50/228.62  Current number of ordered equations: 0
% 228.50/228.62  Current number of rules: 2066
% 228.50/228.62  New rule produced :
% 228.50/228.62  [2089] theorem(or(not(A),or(B,not(or(not(or(A,C)),not(or(A,C))))))) -> true
% 228.50/228.62  Current number of equations to process: 1151
% 228.50/228.62  Current number of ordered equations: 0
% 228.50/228.62  Current number of rules: 2067
% 228.50/228.62  New rule produced :
% 228.50/228.62  [2090]
% 228.50/228.62  theorem(or(or(A,not(or(not(or(B,C)),not(or(B,C))))),not(or(C,B)))) -> true
% 228.50/228.62  Current number of equations to process: 1150
% 228.50/228.62  Current number of ordered equations: 0
% 228.50/228.62  Current number of rules: 2068
% 228.50/228.62  New rule produced :
% 228.50/228.62  [2091]
% 228.50/228.62  theorem(or(A,or(or(B,not(or(not(C),not(C)))),not(or(B,or(C,C)))))) -> true
% 228.50/228.62  Current number of equations to process: 1155
% 228.50/228.62  Current number of ordered equations: 0
% 228.50/228.62  Current number of rules: 2069
% 228.50/228.62  New rule produced :
% 228.50/228.62  [2092] theorem(or(or(not(or(A,or(B,B))),not(or(not(B),not(B)))),A)) -> true
% 228.50/228.62  Current number of equations to process: 1159
% 228.50/228.62  Current number of ordered equations: 0
% 228.50/228.62  Current number of rules: 2070
% 228.50/228.62  New rule produced :
% 228.50/228.62  [2093]
% 228.50/228.62  theorem(or(A,or(B,or(not(or(B,or(C,C))),not(or(not(C),not(C))))))) -> true
% 228.50/228.62  Current number of equations to process: 1161
% 228.50/228.62  Current number of ordered equations: 0
% 228.50/228.62  Current number of rules: 2071
% 228.50/228.62  New rule produced :
% 228.50/228.62  [2094] theorem(or(or(A,not(or(not(B),not(B)))),not(or(or(B,B),A)))) -> true
% 228.50/228.62  Current number of equations to process: 1165
% 228.50/228.62  Current number of ordered equations: 0
% 228.50/228.62  Current number of rules: 2072
% 228.50/228.62  New rule produced :
% 228.50/228.62  [2095] theorem(or(A,or(not(or(or(B,B),A)),not(or(not(B),not(B)))))) -> true
% 228.50/228.62  Current number of equations to process: 1164
% 228.50/228.62  Current number of ordered equations: 0
% 228.50/228.62  Current number of rules: 2073
% 228.50/228.62  New rule produced :
% 228.50/228.62  [2096]
% 228.50/228.62  theorem(or(A,or(not(or(or(B,B),C)),or(C,not(or(not(B),not(B))))))) -> true
% 228.50/228.62  Current number of equations to process: 1165
% 228.50/228.62  Current number of ordered equations: 0
% 228.50/228.62  Current number of rules: 2074
% 228.50/228.62  New rule produced :
% 228.50/228.62  [2097] theorem(or(not(or(not(A),not(A))),or(B,not(or(A,A))))) -> true
% 228.50/228.62  Current number of equations to process: 1170
% 228.50/228.62  Current number of ordered equations: 0
% 228.50/228.62  Current number of rules: 2075
% 228.50/228.62  New rule produced :
% 228.50/228.62  [2098] theorem(or(or(A,not(or(B,B))),not(or(A,or(not(B),not(B)))))) -> true
% 228.50/228.62  Current number of equations to process: 1169
% 228.50/228.62  Current number of ordered equations: 0
% 228.50/228.62  Current number of rules: 2076
% 228.50/228.62  New rule produced :
% 228.50/228.62  [2099] theorem(or(A,or(not(or(A,or(not(B),not(B)))),not(or(B,B))))) -> true
% 228.50/228.62  Current number of equations to process: 1168
% 228.50/228.62  Current number of ordered equations: 0
% 228.50/228.62  Current number of rules: 2077
% 228.50/228.62  New rule produced :
% 228.50/228.62  [2100] theorem(or(not(or(or(not(A),not(A)),B)),or(B,not(or(A,A))))) -> true
% 228.50/228.62  Current number of equations to process: 1168
% 228.50/228.62  Current number of ordered equations: 0
% 228.50/228.62  Current number of rules: 2078
% 228.50/228.62  New rule produced :
% 228.50/228.62  [2101] theorem(or(not(or(A,not(B))),or(A,not(or(B,B))))) -> true
% 228.50/228.62  Current number of equations to process: 1169
% 236.14/236.26  Current number of ordered equations: 0
% 236.14/236.26  Current number of rules: 2079
% 236.14/236.26  New rule produced :
% 236.14/236.26  [2102] theorem(or(A,or(not(not(B)),not(or(B,B))))) -> true
% 236.14/236.26  Current number of equations to process: 1170
% 236.14/236.26  Current number of ordered equations: 0
% 236.14/236.26  Current number of rules: 2080
% 236.14/236.26  New rule produced :
% 236.14/236.26  [2103]
% 236.14/236.26  ifeq(axiom(or(not(or(not(not(A)),not(or(A,A)))),B)),true,theorem(B),true) ->
% 236.14/236.26  true
% 236.14/236.26  Current number of equations to process: 1172
% 236.14/236.26  Current number of ordered equations: 0
% 236.14/236.26  Current number of rules: 2081
% 236.14/236.26  New rule produced :
% 236.14/236.26  [2104]
% 236.14/236.26  ifeq(axiom(or(not(A),not(B))),true,theorem(or(not(A),not(or(B,B)))),true) ->
% 236.14/236.26  true
% 236.14/236.26  Current number of equations to process: 1171
% 236.14/236.26  Current number of ordered equations: 0
% 236.14/236.26  Current number of rules: 2082
% 236.14/236.26  New rule produced :
% 236.14/236.26  [2105] theorem(or(or(not(or(not(A),not(A))),not(or(A,A))),B)) -> true
% 236.14/236.26  Current number of equations to process: 1172
% 236.14/236.26  Current number of ordered equations: 0
% 236.14/236.26  Current number of rules: 2083
% 236.14/236.26  New rule produced :
% 236.14/236.26  [2106] theorem(or(A,or(B,or(not(or(not(C),not(C))),not(or(C,C)))))) -> true
% 236.14/236.26  Current number of equations to process: 1171
% 236.14/236.26  Current number of ordered equations: 0
% 236.14/236.26  Current number of rules: 2084
% 236.14/236.26  New rule produced :
% 236.14/236.26  [2107] theorem(or(A,or(or(not(or(B,B)),not(or(not(B),not(B)))),C))) -> true
% 236.14/236.26  Current number of equations to process: 1173
% 236.14/236.26  Current number of ordered equations: 0
% 236.14/236.26  Current number of rules: 2085
% 236.14/236.26  New rule produced :
% 236.14/236.26  [2108]
% 236.14/236.26  theorem(or(A,or(not(or(B,or(not(C),not(C)))),or(B,not(or(C,C)))))) -> true
% 236.14/236.26  Current number of equations to process: 1175
% 236.14/236.26  Current number of ordered equations: 0
% 236.14/236.26  Current number of rules: 2086
% 236.14/236.26  New rule produced :
% 236.14/236.26  [2109]
% 236.14/236.26  ifeq(axiom(or(A,or(not(or(not(B),not(B))),not(or(B,B))))),true,true,true) ->
% 236.14/236.26  true
% 236.14/236.26  Current number of equations to process: 1174
% 236.14/236.26  Current number of ordered equations: 0
% 236.14/236.26  Current number of rules: 2087
% 236.14/236.26  New rule produced :
% 236.14/236.26  [2110]
% 236.14/236.26  ifeq(axiom(or(or(not(or(A,A)),not(or(not(A),not(A)))),B)),true,true,true) ->
% 236.14/236.26  true
% 236.14/236.26  Current number of equations to process: 1173
% 236.14/236.26  Current number of ordered equations: 0
% 236.14/236.26  Current number of rules: 2088
% 236.14/236.26  New rule produced :
% 236.14/236.26  [2111] theorem(or(or(A,or(not(or(B,B)),not(or(not(B),not(B))))),C)) -> true
% 236.14/236.26  Current number of equations to process: 1174
% 236.14/236.26  Current number of ordered equations: 0
% 236.14/236.26  Current number of rules: 2089
% 236.14/236.26  New rule produced :
% 236.14/236.26  [2112] ifeq(axiom(or(A,or(or(or(B,C),not(C)),X))),true,true,true) -> true
% 236.14/236.26  Current number of equations to process: 1176
% 236.14/236.26  Current number of ordered equations: 0
% 236.14/236.26  Current number of rules: 2090
% 236.14/236.26  New rule produced : [2113] theorem(or(or(or(or(A,B),not(B)),C),X)) -> true
% 236.14/236.26  Current number of equations to process: 1177
% 236.14/236.26  Current number of ordered equations: 0
% 236.14/236.26  Current number of rules: 2091
% 236.14/236.26  New rule produced :
% 236.14/236.26  [2114] theorem(or(A,or(B,or(or(or(C,X),not(X)),Y)))) -> true
% 236.14/236.26  Current number of equations to process: 1176
% 236.14/236.26  Current number of ordered equations: 0
% 236.14/236.26  Current number of rules: 2092
% 236.14/236.26  New rule produced :
% 236.14/236.26  [2115] ifeq(axiom(or(or(A,or(or(B,C),not(C))),X)),true,true,true) -> true
% 236.14/236.26  Current number of equations to process: 1176
% 236.14/236.26  Current number of ordered equations: 0
% 236.14/236.26  Current number of rules: 2093
% 236.14/236.26  New rule produced :
% 236.14/236.26  [2116] theorem(or(A,or(or(B,or(or(C,X),not(X))),Y))) -> true
% 236.14/236.26  Current number of equations to process: 1176
% 236.14/236.26  Current number of ordered equations: 0
% 236.14/236.26  Current number of rules: 2094
% 236.14/236.26  New rule produced :
% 236.14/236.26  [2117] theorem(or(or(A,or(B,or(or(C,X),not(X)))),Y)) -> true
% 236.14/236.26  Current number of equations to process: 1180
% 236.14/236.26  Current number of ordered equations: 0
% 236.14/236.26  Current number of rules: 2095
% 236.14/236.26  New rule produced :
% 236.14/236.26  [2118] theorem(or(A,or(B,or(C,or(X,or(or(Y,Z),not(Z))))))) -> true
% 236.14/236.26  Current number of equations to process: 1179
% 236.14/236.26  Current number of ordered equations: 0
% 236.14/236.26  Current number of rules: 2096
% 236.14/236.26  New rule produced :
% 236.14/236.26  [2119] ifeq(axiom(or(or(A,not(B)),or(C,B))),true,true,true) -> true
% 236.14/236.26  Current number of equations to process: 1180
% 236.14/236.26  Current number of ordered equations: 0
% 236.14/236.26  Current number of rules: 2097
% 236.14/236.26  New rule produced : [2120] theorem(or(A,or(or(B,not(C)),or(X,C)))) -> true
% 236.14/236.26  Current number of equations to process: 1180
% 236.14/236.26  Current number of ordered equations: 0
% 236.14/236.26  Current number of rules: 2098
% 236.14/236.26  New rule produced : [2121] theorem(or(A,or(or(B,not(C)),C))) -> true
% 236.14/236.26  Current number of equations to process: 1180
% 249.28/249.45  Current number of ordered equations: 0
% 249.28/249.45  Current number of rules: 2099
% 249.28/249.45  New rule produced :
% 249.28/249.45  [2122] ifeq(axiom(or(A,or(or(B,C),or(X,not(C))))),true,true,true) -> true
% 249.28/249.45  Current number of equations to process: 1182
% 249.28/249.45  Current number of ordered equations: 0
% 249.28/249.45  Current number of rules: 2100
% 249.28/249.45  New rule produced : [2123] theorem(or(or(or(A,B),or(C,not(B))),X)) -> true
% 249.28/249.45  Current number of equations to process: 1183
% 249.28/249.45  Current number of ordered equations: 0
% 249.28/249.45  Current number of rules: 2101
% 249.28/249.45  New rule produced : [2124] theorem(or(or(A,B),or(C,or(X,not(B))))) -> true
% 249.28/249.45  Current number of equations to process: 1183
% 249.28/249.45  Current number of ordered equations: 0
% 249.28/249.45  Current number of rules: 2102
% 249.28/249.45  New rule produced :
% 249.28/249.45  [2125] theorem(or(A,or(B,or(or(C,X),or(Y,not(X)))))) -> true
% 249.28/249.45  Current number of equations to process: 1182
% 249.28/249.45  Current number of ordered equations: 0
% 249.28/249.45  Current number of rules: 2103
% 249.28/249.45  New rule produced :
% 249.28/249.45  [2126]
% 249.28/249.45  ifeq(axiom(or(A,or(B,or(C,or(or(X,Y),not(Y)))))),true,true,true) -> true
% 249.28/249.45  Current number of equations to process: 1180
% 249.28/249.45  Current number of ordered equations: 0
% 249.28/249.45  Current number of rules: 2104
% 249.28/249.45  New rule produced :
% 249.28/249.45  [2127]
% 249.28/249.45  ifeq(axiom(or(not(or(or(A,not(B)),or(C,B))),X)),true,theorem(X),true) -> true
% 249.28/249.45  Current number of equations to process: 1179
% 249.28/249.45  Current number of ordered equations: 0
% 249.28/249.45  Current number of rules: 2105
% 249.28/249.45  New rule produced :
% 249.28/249.45  [2128]
% 249.28/249.45  theorem(or(A,or(B,or(C,or(not(or(X,X)),not(or(not(X),not(X)))))))) -> true
% 249.28/249.45  Current number of equations to process: 1178
% 249.28/249.45  Current number of ordered equations: 0
% 249.28/249.45  Current number of rules: 2106
% 249.28/249.45  New rule produced :
% 249.28/249.45  [2129]
% 249.28/249.45  ifeq(axiom(or(not(or(A,or(or(or(B,C),not(C)),X))),Y)),true,theorem(Y),true)
% 249.28/249.45  -> true
% 249.28/249.45  Current number of equations to process: 1178
% 249.28/249.45  Current number of ordered equations: 0
% 249.28/249.45  Current number of rules: 2107
% 249.28/249.45  New rule produced :
% 249.28/249.45  [2130]
% 249.28/249.45  ifeq(axiom(or(not(or(or(A,or(or(B,C),not(C))),X)),Y)),true,theorem(Y),true)
% 249.28/249.45  -> true
% 249.28/249.45  Current number of equations to process: 1177
% 249.28/249.45  Current number of ordered equations: 0
% 249.28/249.45  Current number of rules: 2108
% 249.28/249.45  New rule produced :
% 249.28/249.45  [2131]
% 249.28/249.45  ifeq(axiom(or(not(or(A,or(or(B,C),or(X,not(C))))),Y)),true,theorem(Y),true)
% 249.28/249.45  -> true
% 249.28/249.45  Current number of equations to process: 1176
% 249.28/249.45  Current number of ordered equations: 0
% 249.28/249.45  Current number of rules: 2109
% 249.28/249.45  New rule produced :
% 249.28/249.45  [2132]
% 249.28/249.45  theorem(or(or(not(or(A,or(B,B))),or(A,not(or(not(B),not(B))))),C)) -> true
% 249.28/249.45  Current number of equations to process: 1178
% 249.28/249.45  Current number of ordered equations: 0
% 249.28/249.45  Current number of rules: 2110
% 249.28/249.45  New rule produced :
% 249.28/249.45  [2133]
% 249.28/249.45  theorem(or(not(or(A,or(B,B))),or(C,or(A,not(or(not(B),not(B))))))) -> true
% 249.28/249.45  Current number of equations to process: 1177
% 249.28/249.45  Current number of ordered equations: 0
% 249.28/249.45  Current number of rules: 2111
% 249.28/249.45  New rule produced :
% 249.28/249.45  [2134] theorem(or(not(not(A)),not(or(or(A,A),or(A,A))))) -> true
% 249.28/249.45  Current number of equations to process: 1187
% 249.28/249.45  Current number of ordered equations: 0
% 249.28/249.45  Current number of rules: 2112
% 249.28/249.45  New rule produced :
% 249.28/249.45  [2135]
% 249.28/249.45  theorem(or(A,or(not(or(not(B),not(B))),not(or(or(B,B),or(B,B)))))) -> true
% 249.28/249.45  Current number of equations to process: 1189
% 249.28/249.45  Current number of ordered equations: 0
% 249.28/249.45  Current number of rules: 2113
% 249.28/249.45  New rule produced :
% 249.28/249.45  [2136]
% 249.28/249.45  theorem(or(or(not(or(or(A,A),or(A,A))),not(or(not(A),not(A)))),B)) -> true
% 249.28/249.45  Current number of equations to process: 1190
% 249.28/249.45  Current number of ordered equations: 0
% 249.28/249.45  Current number of rules: 2114
% 249.28/249.45  New rule produced :
% 249.28/249.45  [2137] theorem(or(or(or(A,not(or(not(B),not(B)))),not(or(A,B))),C)) -> true
% 249.28/249.45  Current number of equations to process: 1198
% 249.28/249.45  Current number of ordered equations: 0
% 249.28/249.45  Current number of rules: 2115
% 249.28/249.45  New rule produced :
% 249.28/249.45  [2138] theorem(or(or(A,not(or(not(B),not(B)))),or(C,not(or(A,B))))) -> true
% 249.28/249.45  Current number of equations to process: 1197
% 249.28/249.45  Current number of ordered equations: 0
% 249.28/249.45  Current number of rules: 2116
% 249.28/249.45  New rule produced :
% 249.28/249.45  [2139] theorem(or(A,or(or(not(or(B,C)),not(or(not(C),not(C)))),B))) -> true
% 249.28/249.45  Current number of equations to process: 1200
% 249.28/249.45  Current number of ordered equations: 0
% 249.28/249.45  Current number of rules: 2117
% 249.28/249.45  New rule produced :
% 249.28/249.45  [2140]
% 249.28/249.45  theorem(or(A,or(B,or(or(C,not(or(not(X),not(X)))),not(or(C,X)))))) -> true
% 249.28/249.45  Current number of equations to process: 1202
% 249.28/249.45  Current number of ordered equations: 0
% 249.28/249.45  Current number of rules: 2118
% 249.28/249.45  New rule produced :
% 255.87/256.03  [2141]
% 255.87/256.03  ifeq(axiom(or(or(not(or(A,B)),not(or(not(B),not(B)))),A)),true,true,true) ->
% 255.87/256.03  true
% 255.87/256.03  Current number of equations to process: 1201
% 255.87/256.03  Current number of ordered equations: 0
% 255.87/256.03  Current number of rules: 2119
% 255.87/256.03  New rule produced :
% 255.87/256.03  [2142]
% 255.87/256.03  theorem(or(A,or(or(not(or(or(A,B),C)),not(or(not(C),not(C)))),B))) -> true
% 255.87/256.03  Current number of equations to process: 1200
% 255.87/256.03  Current number of ordered equations: 0
% 255.87/256.03  Current number of rules: 2120
% 255.87/256.03  New rule produced :
% 255.87/256.03  [2143] theorem(or(or(A,or(not(or(A,B)),not(or(not(B),not(B))))),C)) -> true
% 255.87/256.03  Current number of equations to process: 1202
% 255.87/256.03  Current number of ordered equations: 0
% 255.87/256.03  Current number of rules: 2121
% 255.87/256.03  New rule produced :
% 255.87/256.03  [2144] theorem(or(A,or(B,or(not(or(A,C)),not(or(not(C),not(C))))))) -> true
% 255.87/256.03  Current number of equations to process: 1201
% 255.87/256.03  Current number of ordered equations: 0
% 255.87/256.03  Current number of rules: 2122
% 255.87/256.03  New rule produced :
% 255.87/256.03  [2145] theorem(or(A,or(or(B,not(or(not(C),not(C)))),not(or(C,B))))) -> true
% 255.87/256.03  Current number of equations to process: 1203
% 255.87/256.03  Current number of ordered equations: 0
% 255.87/256.03  Current number of rules: 2123
% 255.87/256.03  New rule produced :
% 255.87/256.03  [2146] theorem(or(or(not(or(A,B)),not(or(not(A),not(A)))),B)) -> true
% 255.87/256.03  Current number of equations to process: 1208
% 255.87/256.03  Current number of ordered equations: 0
% 255.87/256.03  Current number of rules: 2124
% 255.87/256.03  New rule produced :
% 255.87/256.03  [2147] theorem(or(A,or(B,or(not(or(C,B)),not(or(not(C),not(C))))))) -> true
% 255.87/256.03  Current number of equations to process: 1210
% 255.87/256.03  Current number of ordered equations: 0
% 255.87/256.03  Current number of rules: 2125
% 255.87/256.03  New rule produced :
% 255.87/256.03  [2148]
% 255.87/256.03  theorem(or(A,or(B,or(C,or(not(or(C,X)),not(or(not(X),not(X)))))))) -> true
% 255.87/256.03  Current number of equations to process: 1212
% 255.87/256.03  Current number of ordered equations: 0
% 255.87/256.03  Current number of rules: 2126
% 255.87/256.03  New rule produced :
% 255.87/256.03  [2149]
% 255.87/256.03  ifeq(axiom(or(or(A,not(or(not(B),not(B)))),not(or(B,A)))),true,true,true) ->
% 255.87/256.03  true
% 255.87/256.03  Current number of equations to process: 1211
% 255.87/256.03  Current number of ordered equations: 0
% 255.87/256.03  Current number of rules: 2127
% 255.87/256.03  New rule produced :
% 255.87/256.03  [2150]
% 255.87/256.03  ifeq(axiom(or(A,or(not(or(B,A)),not(or(not(B),not(B)))))),true,true,true) ->
% 255.87/256.03  true
% 255.87/256.03  Current number of equations to process: 1210
% 255.87/256.03  Current number of ordered equations: 0
% 255.87/256.03  Current number of rules: 2128
% 255.87/256.03  New rule produced :
% 255.87/256.03  [2151]
% 255.87/256.03  theorem(or(not(or(A,A)),or(not(or(B,not(A))),not(or(not(B),not(B)))))) ->
% 255.87/256.03  true
% 255.87/256.03  Current number of equations to process: 1209
% 255.87/256.03  Current number of ordered equations: 0
% 255.87/256.03  Current number of rules: 2129
% 255.87/256.03  New rule produced :
% 255.87/256.03  [2152]
% 255.87/256.03  theorem(or(not(A),or(not(or(B,not(or(C,A)))),not(or(not(B),not(B)))))) ->
% 255.87/256.03  true
% 255.87/256.03  Current number of equations to process: 1208
% 255.87/256.03  Current number of ordered equations: 0
% 255.87/256.03  Current number of rules: 2130
% 255.87/256.03  New rule produced :
% 255.87/256.03  [2153] theorem(or(or(not(or(A,B)),or(B,not(or(not(A),not(A))))),C)) -> true
% 255.87/256.03  Current number of equations to process: 1210
% 255.87/256.03  Current number of ordered equations: 0
% 255.87/256.03  Current number of rules: 2131
% 255.87/256.03  New rule produced :
% 255.87/256.03  [2154] theorem(or(not(or(A,B)),or(C,or(B,not(or(not(A),not(A))))))) -> true
% 255.87/256.03  Current number of equations to process: 1209
% 255.87/256.03  Current number of ordered equations: 0
% 255.87/256.03  Current number of rules: 2132
% 255.87/256.03  New rule produced :
% 255.87/256.03  [2155]
% 255.87/256.03  theorem(or(A,or(B,or(not(or(C,X)),or(X,not(or(not(C),not(C)))))))) -> true
% 255.87/256.03  Current number of equations to process: 1208
% 255.87/256.03  Current number of ordered equations: 0
% 255.87/256.03  Current number of rules: 2133
% 255.87/256.03  New rule produced :
% 255.87/256.03  [2156]
% 255.87/256.03  theorem(or(A,or(or(or(not(or(B,or(C,X))),or(C,or(B,X))),Y),Z))) -> true
% 255.87/256.03  Current number of equations to process: 1207
% 255.87/256.03  Current number of ordered equations: 0
% 255.87/256.03  Current number of rules: 2134
% 255.87/256.03  New rule produced :
% 255.87/256.03  [2157]
% 255.87/256.03  theorem(or(or(not(or(not(A),B)),not(or(not(B),not(B)))),not(or(A,A)))) ->
% 255.87/256.03  true
% 255.87/256.03  Current number of equations to process: 1213
% 255.87/256.03  Current number of ordered equations: 0
% 255.87/256.03  Current number of rules: 2135
% 255.87/256.03  New rule produced :
% 255.87/256.03  [2158]
% 255.87/256.03  theorem(or(not(or(not(A),B)),or(not(or(A,A)),not(or(not(B),not(B)))))) ->
% 255.87/256.03  true
% 255.87/256.03  Current number of equations to process: 1212
% 255.87/256.03  Current number of ordered equations: 0
% 255.87/256.03  Current number of rules: 2136
% 255.87/256.03  New rule produced :
% 255.87/256.03  [2159]
% 255.87/256.03  theorem(or(or(not(or(not(or(A,B)),C)),not(or(not(C),not(C)))),not(B))) ->
% 255.87/256.03  true
% 255.87/256.03  Current number of equations to process: 1220
% 255.87/256.03  Current number of ordered equations: 0
% 255.87/256.03  Current number of rules: 2137
% 255.87/256.03  New rule produced :
% 264.73/264.92  [2160]
% 264.73/264.92  theorem(or(not(or(not(or(A,B)),C)),or(not(B),not(or(not(C),not(C)))))) ->
% 264.73/264.92  true
% 264.73/264.92  Current number of equations to process: 1219
% 264.73/264.92  Current number of ordered equations: 0
% 264.73/264.92  Current number of rules: 2138
% 264.73/264.92  New rule produced :
% 264.73/264.92  [2161]
% 264.73/264.92  theorem(or(or(A,or(B,not(or(not(C),not(C))))),not(or(A,or(C,B))))) -> true
% 264.73/264.92  Current number of equations to process: 1226
% 264.73/264.92  Current number of ordered equations: 0
% 264.73/264.92  Current number of rules: 2139
% 264.73/264.92  New rule produced :
% 264.73/264.92  [2162]
% 264.73/264.92  theorem(or(A,or(not(or(A,or(B,C))),or(C,not(or(not(B),not(B))))))) -> true
% 264.73/264.92  Current number of equations to process: 1225
% 264.73/264.92  Current number of ordered equations: 0
% 264.73/264.92  Current number of rules: 2140
% 264.73/264.92  New rule produced :
% 264.73/264.92  [2163]
% 264.73/264.92  theorem(or(not(or(or(A,B),C)),or(C,or(B,not(or(not(A),not(A))))))) -> true
% 264.73/264.92  Current number of equations to process: 1224
% 264.73/264.92  Current number of ordered equations: 0
% 264.73/264.92  Current number of rules: 2141
% 264.73/264.92  New rule produced :
% 264.73/264.92  [2164]
% 264.73/264.92  theorem(or(or(A,not(or(not(B),not(B)))),not(or(or(B,A),or(B,A))))) -> true
% 264.73/264.92  Current number of equations to process: 1230
% 264.73/264.92  Current number of ordered equations: 0
% 264.73/264.92  Current number of rules: 2142
% 264.73/264.92  New rule produced :
% 264.73/264.92  [2165]
% 264.73/264.92  theorem(or(A,or(not(or(or(B,A),or(B,A))),not(or(not(B),not(B)))))) -> true
% 264.73/264.92  Current number of equations to process: 1229
% 264.73/264.92  Current number of ordered equations: 0
% 264.73/264.92  Current number of rules: 2143
% 264.73/264.92  New rule produced :
% 264.73/264.92  [2166]
% 264.73/264.92  theorem(or(A,or(or(not(or(B,C)),or(B,not(or(not(C),not(C))))),X))) -> true
% 264.73/264.92  Current number of equations to process: 1233
% 264.73/264.92  Current number of ordered equations: 0
% 264.73/264.92  Current number of rules: 2144
% 264.73/264.92  New rule produced :
% 264.73/264.92  [2167] theorem(or(or(A,or(B,not(or(not(C),not(C))))),not(or(B,C)))) -> true
% 264.73/264.92  Current number of equations to process: 1236
% 264.73/264.92  Current number of ordered equations: 0
% 264.73/264.92  Current number of rules: 2145
% 264.73/264.92  New rule produced :
% 264.73/264.92  [2168] theorem(or(not(or(A,not(or(B,C)))),or(A,not(C)))) -> true
% 264.73/264.92  Current number of equations to process: 1237
% 264.73/264.92  Current number of ordered equations: 0
% 264.73/264.92  Current number of rules: 2146
% 264.73/264.92  New rule produced :
% 264.73/264.92  [2169] theorem(or(A,or(not(not(or(B,C))),not(C)))) -> true
% 264.73/264.92  Current number of equations to process: 1238
% 264.73/264.92  Current number of ordered equations: 0
% 264.73/264.92  Current number of rules: 2147
% 264.73/264.92  New rule produced :
% 264.73/264.92  [2170]
% 264.73/264.92  ifeq(axiom(or(not(or(not(not(or(A,B))),not(B))),C)),true,theorem(C),true) ->
% 264.73/264.92  true
% 264.73/264.92  Current number of equations to process: 1240
% 264.73/264.92  Current number of ordered equations: 0
% 264.73/264.92  Current number of rules: 2148
% 264.73/264.92  New rule produced :
% 264.73/264.92  [2171]
% 264.73/264.92  ifeq(axiom(or(not(A),not(or(B,C)))),true,theorem(or(not(A),not(C))),true) ->
% 264.73/264.92  true
% 264.73/264.92  Current number of equations to process: 1239
% 264.73/264.92  Current number of ordered equations: 0
% 264.73/264.92  Current number of rules: 2149
% 264.73/264.92  New rule produced :
% 264.73/264.92  [2172]
% 264.73/264.92  theorem(or(A,or(not(or(B,C)),or(X,or(B,not(or(not(C),not(C)))))))) -> true
% 264.73/264.92  Current number of equations to process: 1238
% 264.73/264.92  Current number of ordered equations: 0
% 264.73/264.92  Current number of rules: 2150
% 264.73/264.92  New rule produced :
% 264.73/264.92  [2173] theorem(or(or(not(or(not(or(A,B)),not(or(A,B)))),not(B)),C)) -> true
% 264.73/264.92  Current number of equations to process: 1240
% 264.73/264.92  Current number of ordered equations: 0
% 264.73/264.92  Current number of rules: 2151
% 264.73/264.92  New rule produced :
% 264.73/264.92  [2174] theorem(or(not(or(not(or(A,B)),not(or(A,B)))),or(C,not(B)))) -> true
% 264.73/264.92  Current number of equations to process: 1239
% 264.73/264.92  Current number of ordered equations: 0
% 264.73/264.92  Current number of rules: 2152
% 264.73/264.92  New rule produced :
% 264.73/264.92  [2175] theorem(or(or(or(or(A,B),not(or(B,A))),C),X)) -> true
% 264.73/264.92  Current number of equations to process: 1243
% 264.73/264.92  Current number of ordered equations: 0
% 264.73/264.92  Current number of rules: 2153
% 264.73/264.92  New rule produced :
% 264.73/264.92  [2176] theorem(or(A,or(B,or(or(or(C,X),not(or(X,C))),Y)))) -> true
% 264.73/264.92  Current number of equations to process: 1242
% 264.73/264.92  Current number of ordered equations: 0
% 264.73/264.92  Current number of rules: 2154
% 264.73/264.92  New rule produced :
% 264.73/264.92  [2177]
% 264.73/264.92  ifeq(axiom(or(A,or(or(or(B,C),not(or(C,B))),X))),true,true,true) -> true
% 264.73/264.92  Current number of equations to process: 1241
% 264.73/264.92  Current number of ordered equations: 0
% 264.73/264.92  Current number of rules: 2155
% 264.73/264.92  New rule produced :
% 264.73/264.92  [2178] ifeq(axiom(or(or(A,not(or(B,C))),or(C,B))),true,true,true) -> true
% 264.73/264.92  Current number of equations to process: 1242
% 264.73/264.92  Current number of ordered equations: 0
% 264.73/264.92  Current number of rules: 2156
% 264.73/264.92  New rule produced : [2179] theorem(or(A,or(or(B,not(or(C,A))),C))) -> true
% 264.73/264.92  Current number of equations to process: 1243
% 274.68/274.80  Current number of ordered equations: 0
% 274.68/274.80  Current number of rules: 2157
% 274.68/274.80  New rule produced :
% 274.68/274.80  [2180] theorem(or(A,or(or(B,not(or(C,X))),or(X,C)))) -> true
% 274.68/274.80  Current number of equations to process: 1242
% 274.68/274.80  Current number of ordered equations: 0
% 274.68/274.80  Current number of rules: 2158
% 274.68/274.80  New rule produced :
% 274.68/274.80  [2181] theorem(or(or(or(A,B),or(C,not(or(B,A)))),X)) -> true
% 274.68/274.80  Current number of equations to process: 1246
% 274.68/274.80  Current number of ordered equations: 0
% 274.68/274.80  Current number of rules: 2159
% 274.68/274.80  New rule produced :
% 274.68/274.80  [2182] theorem(or(or(A,B),or(C,or(X,not(or(B,A)))))) -> true
% 274.68/274.80  Current number of equations to process: 1246
% 274.68/274.80  Current number of ordered equations: 0
% 274.68/274.80  Current number of rules: 2160
% 274.68/274.80  New rule produced :
% 274.68/274.80  [2183] theorem(or(A,or(B,or(or(C,X),or(Y,not(or(X,C))))))) -> true
% 274.68/274.80  Current number of equations to process: 1245
% 274.68/274.80  Current number of ordered equations: 0
% 274.68/274.80  Current number of rules: 2161
% 274.68/274.80  New rule produced :
% 274.68/274.80  [2184] theorem(or(A,or(or(B,or(or(C,X),not(or(X,C)))),Y))) -> true
% 274.68/274.80  Current number of equations to process: 1247
% 274.68/274.80  Current number of ordered equations: 0
% 274.68/274.80  Current number of rules: 2162
% 274.68/274.80  New rule produced :
% 274.68/274.80  [2185]
% 274.68/274.80  ifeq(axiom(or(A,or(or(B,C),or(X,not(or(C,B)))))),true,true,true) -> true
% 274.68/274.80  Current number of equations to process: 1249
% 274.68/274.80  Current number of ordered equations: 0
% 274.68/274.80  Current number of rules: 2163
% 274.68/274.80  New rule produced :
% 274.68/274.80  [2186]
% 274.68/274.80  ifeq(axiom(or(or(A,or(or(B,C),not(or(C,B)))),X)),true,true,true) -> true
% 274.68/274.80  Current number of equations to process: 1248
% 274.68/274.80  Current number of ordered equations: 0
% 274.68/274.80  Current number of rules: 2164
% 274.68/274.80  New rule produced :
% 274.68/274.80  [2187] theorem(or(or(A,or(B,or(or(C,X),not(or(X,C))))),Y)) -> true
% 274.68/274.80  Current number of equations to process: 1249
% 274.68/274.80  Current number of ordered equations: 0
% 274.68/274.80  Current number of rules: 2165
% 274.68/274.80  New rule produced :
% 274.68/274.80  [2188] theorem(or(A,or(B,or(C,or(X,or(or(Y,Z),not(or(Z,Y)))))))) -> true
% 274.68/274.80  Current number of equations to process: 1248
% 274.68/274.80  Current number of ordered equations: 0
% 274.68/274.80  Current number of rules: 2166
% 274.68/274.80  New rule produced :
% 274.68/274.80  [2189]
% 274.68/274.80  theorem(or(A,or(B,or(not(or(not(or(C,X)),not(or(C,X)))),not(X))))) -> true
% 274.68/274.80  Current number of equations to process: 1247
% 274.68/274.80  Current number of ordered equations: 0
% 274.68/274.80  Current number of rules: 2167
% 274.68/274.80  New rule produced :
% 274.68/274.80  [2190]
% 274.68/274.80  ifeq(axiom(or(not(or(or(A,not(or(B,C))),or(C,B))),X)),true,theorem(X),true)
% 274.68/274.80  -> true
% 274.68/274.80  Current number of equations to process: 1247
% 274.68/274.80  Current number of ordered equations: 0
% 274.68/274.80  Current number of rules: 2168
% 274.68/274.80  New rule produced :
% 274.68/274.80  [2191]
% 274.68/274.80  ifeq(axiom(or(A,or(B,or(C,or(or(X,Y),not(or(Y,X))))))),true,true,true) ->
% 274.68/274.80  true
% 274.68/274.80  Current number of equations to process: 1246
% 274.68/274.80  Current number of ordered equations: 0
% 274.68/274.80  Current number of rules: 2169
% 274.68/274.80  New rule produced :
% 274.68/274.80  [2192]
% 274.68/274.80  theorem(or(or(A,or(not(or(B,C)),or(B,not(or(not(C),not(C)))))),X)) -> true
% 274.68/274.80  Current number of equations to process: 1247
% 274.68/274.80  Current number of ordered equations: 0
% 274.68/274.80  Current number of rules: 2170
% 274.68/274.80  New rule produced :
% 274.68/274.80  [2193]
% 274.68/274.80  theorem(or(or(A,not(B)),not(or(A,or(not(or(C,B)),not(or(C,B))))))) -> true
% 274.68/274.80  Current number of equations to process: 1254
% 274.68/274.80  Current number of ordered equations: 0
% 274.68/274.80  Current number of rules: 2171
% 274.68/274.80  New rule produced :
% 274.68/274.80  [2194]
% 274.68/274.80  theorem(or(A,or(not(or(A,or(not(or(B,C)),not(or(B,C))))),not(C)))) -> true
% 274.68/274.80  Current number of equations to process: 1253
% 274.68/274.80  Current number of ordered equations: 0
% 274.68/274.80  Current number of rules: 2172
% 274.68/274.80  New rule produced :
% 274.68/274.80  [2195]
% 274.68/274.80  theorem(or(not(or(or(not(or(A,B)),not(or(A,B))),C)),or(C,not(B)))) -> true
% 274.68/274.80  Current number of equations to process: 1252
% 274.68/274.80  Current number of ordered equations: 0
% 274.68/274.80  Current number of rules: 2173
% 274.68/274.80  New rule produced :
% 274.68/274.80  [2196]
% 274.68/274.80  theorem(or(A,or(or(not(B),not(or(not(or(C,B)),not(or(C,B))))),X))) -> true
% 274.68/274.80  Current number of equations to process: 1257
% 274.68/274.80  Current number of ordered equations: 0
% 274.68/274.80  Current number of rules: 2174
% 274.68/274.80  New rule produced :
% 274.68/274.80  [2197]
% 274.68/274.80  theorem(or(or(A,or(not(B),not(or(not(or(C,B)),not(or(C,B)))))),X)) -> true
% 274.68/274.80  Current number of equations to process: 1258
% 274.68/274.80  Current number of ordered equations: 0
% 274.68/274.80  Current number of rules: 2175
% 274.68/274.80  New rule produced :
% 274.68/274.80  [2198] theorem(or(not(not(or(A,B))),not(or(B,B)))) -> true
% 274.68/274.80  Current number of equations to process: 1263
% 274.68/274.80  Current number of ordered equations: 0
% 274.68/274.80  Current number of rules: 2176
% 274.68/274.80  New rule produc
%------------------------------------------------------------------------------