TSTP Solution File: FLD010-5 by E-SAT---3.1

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : E-SAT---3.1
% Problem  : FLD010-5 : TPTP v8.1.2. Bugfixed v2.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_E %s %d THM

% Computer : n012.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 2400s
% WCLimit  : 300s
% DateTime : Tue Oct 10 17:30:26 EDT 2023

% Result   : Unsatisfiable 0.16s 0.48s
% Output   : CNFRefutation 0.16s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   19
%            Number of leaves      :   13
% Syntax   : Number of clauses     :   57 (  17 unt;  19 nHn;  57 RR)
%            Number of literals    :  137 (   0 equ;  65 neg)
%            Maximal clause size   :    5 (   2 avg)
%            Maximal term depth    :    3 (   1 avg)
%            Number of predicates  :    4 (   3 usr;   1 prp; 0-3 aty)
%            Number of functors    :    3 (   3 usr;   2 con; 0-1 aty)
%            Number of variables   :   88 (   0 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(existence_of_identity_multiplication,axiom,
    ( product(multiplicative_identity,X1,X1)
    | ~ defined(X1) ),
    file('/export/starexec/sandbox/tmp/tmp.cG8s6OjPp5/E---3.1_10872.p',existence_of_identity_multiplication) ).

cnf(well_definedness_of_multiplicative_identity,axiom,
    defined(multiplicative_identity),
    file('/export/starexec/sandbox/tmp/tmp.cG8s6OjPp5/E---3.1_10872.p',well_definedness_of_multiplicative_identity) ).

cnf(associativity_multiplication_1,axiom,
    ( product(X1,X2,X3)
    | ~ product(X1,X4,X5)
    | ~ product(X4,X6,X2)
    | ~ product(X5,X6,X3) ),
    file('/export/starexec/sandbox/tmp/tmp.cG8s6OjPp5/E---3.1_10872.p',associativity_multiplication_1) ).

cnf(existence_of_inverse_multiplication,axiom,
    ( product(multiplicative_inverse(X1),X1,multiplicative_identity)
    | sum(additive_identity,X1,additive_identity)
    | ~ defined(X1) ),
    file('/export/starexec/sandbox/tmp/tmp.cG8s6OjPp5/E---3.1_10872.p',existence_of_inverse_multiplication) ).

cnf(not_sum_1,negated_conjecture,
    ~ sum(additive_identity,multiplicative_identity,additive_identity),
    file('/export/starexec/sandbox/tmp/tmp.cG8s6OjPp5/E---3.1_10872.p',not_sum_1) ).

cnf(commutativity_multiplication,axiom,
    ( product(X1,X2,X3)
    | ~ product(X2,X1,X3) ),
    file('/export/starexec/sandbox/tmp/tmp.cG8s6OjPp5/E---3.1_10872.p',commutativity_multiplication) ).

cnf(well_definedness_of_multiplicative_inverse,axiom,
    ( defined(multiplicative_inverse(X1))
    | sum(additive_identity,X1,additive_identity)
    | ~ defined(X1) ),
    file('/export/starexec/sandbox/tmp/tmp.cG8s6OjPp5/E---3.1_10872.p',well_definedness_of_multiplicative_inverse) ).

cnf(associativity_multiplication_2,axiom,
    ( product(X1,X2,X3)
    | ~ product(X4,X5,X1)
    | ~ product(X5,X2,X6)
    | ~ product(X4,X6,X3) ),
    file('/export/starexec/sandbox/tmp/tmp.cG8s6OjPp5/E---3.1_10872.p',associativity_multiplication_2) ).

cnf(well_definedness_of_additive_identity,axiom,
    defined(additive_identity),
    file('/export/starexec/sandbox/tmp/tmp.cG8s6OjPp5/E---3.1_10872.p',well_definedness_of_additive_identity) ).

cnf(distributivity_1,axiom,
    ( sum(X1,X2,X3)
    | ~ sum(X4,X5,X6)
    | ~ product(X6,X7,X3)
    | ~ product(X4,X7,X1)
    | ~ product(X5,X7,X2) ),
    file('/export/starexec/sandbox/tmp/tmp.cG8s6OjPp5/E---3.1_10872.p',distributivity_1) ).

cnf(existence_of_identity_addition,axiom,
    ( sum(additive_identity,X1,X1)
    | ~ defined(X1) ),
    file('/export/starexec/sandbox/tmp/tmp.cG8s6OjPp5/E---3.1_10872.p',existence_of_identity_addition) ).

cnf(commutativity_addition,axiom,
    ( sum(X1,X2,X3)
    | ~ sum(X2,X1,X3) ),
    file('/export/starexec/sandbox/tmp/tmp.cG8s6OjPp5/E---3.1_10872.p',commutativity_addition) ).

cnf(not_sum_2,negated_conjecture,
    ~ sum(additive_identity,multiplicative_inverse(multiplicative_identity),multiplicative_identity),
    file('/export/starexec/sandbox/tmp/tmp.cG8s6OjPp5/E---3.1_10872.p',not_sum_2) ).

cnf(c_0_13,axiom,
    ( product(multiplicative_identity,X1,X1)
    | ~ defined(X1) ),
    existence_of_identity_multiplication ).

cnf(c_0_14,axiom,
    defined(multiplicative_identity),
    well_definedness_of_multiplicative_identity ).

cnf(c_0_15,axiom,
    ( product(X1,X2,X3)
    | ~ product(X1,X4,X5)
    | ~ product(X4,X6,X2)
    | ~ product(X5,X6,X3) ),
    associativity_multiplication_1 ).

cnf(c_0_16,plain,
    product(multiplicative_identity,multiplicative_identity,multiplicative_identity),
    inference(spm,[status(thm)],[c_0_13,c_0_14]) ).

cnf(c_0_17,plain,
    ( product(X1,X2,multiplicative_identity)
    | ~ product(X3,multiplicative_identity,X2)
    | ~ product(X1,X3,multiplicative_identity) ),
    inference(spm,[status(thm)],[c_0_15,c_0_16]) ).

cnf(c_0_18,axiom,
    ( product(multiplicative_inverse(X1),X1,multiplicative_identity)
    | sum(additive_identity,X1,additive_identity)
    | ~ defined(X1) ),
    existence_of_inverse_multiplication ).

cnf(c_0_19,negated_conjecture,
    ~ sum(additive_identity,multiplicative_identity,additive_identity),
    not_sum_1 ).

cnf(c_0_20,plain,
    ( product(X1,multiplicative_identity,multiplicative_identity)
    | ~ product(X1,multiplicative_inverse(multiplicative_identity),multiplicative_identity) ),
    inference(sr,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_17,c_0_18]),c_0_14])]),c_0_19]) ).

cnf(c_0_21,plain,
    ( product(multiplicative_inverse(multiplicative_inverse(multiplicative_identity)),multiplicative_identity,multiplicative_identity)
    | sum(additive_identity,multiplicative_inverse(multiplicative_identity),additive_identity)
    | ~ defined(multiplicative_inverse(multiplicative_identity)) ),
    inference(spm,[status(thm)],[c_0_20,c_0_18]) ).

cnf(c_0_22,axiom,
    ( product(X1,X2,X3)
    | ~ product(X2,X1,X3) ),
    commutativity_multiplication ).

cnf(c_0_23,plain,
    ( product(X1,multiplicative_identity,multiplicative_identity)
    | sum(additive_identity,multiplicative_inverse(multiplicative_identity),additive_identity)
    | ~ product(X1,multiplicative_inverse(multiplicative_inverse(multiplicative_identity)),multiplicative_identity)
    | ~ defined(multiplicative_inverse(multiplicative_identity)) ),
    inference(spm,[status(thm)],[c_0_17,c_0_21]) ).

cnf(c_0_24,plain,
    ( product(X1,multiplicative_inverse(X1),multiplicative_identity)
    | sum(additive_identity,X1,additive_identity)
    | ~ defined(X1) ),
    inference(spm,[status(thm)],[c_0_22,c_0_18]) ).

cnf(c_0_25,plain,
    ( product(multiplicative_inverse(multiplicative_identity),multiplicative_identity,multiplicative_identity)
    | sum(additive_identity,multiplicative_inverse(multiplicative_identity),additive_identity)
    | ~ defined(multiplicative_inverse(multiplicative_identity)) ),
    inference(spm,[status(thm)],[c_0_23,c_0_24]) ).

cnf(c_0_26,axiom,
    ( defined(multiplicative_inverse(X1))
    | sum(additive_identity,X1,additive_identity)
    | ~ defined(X1) ),
    well_definedness_of_multiplicative_inverse ).

cnf(c_0_27,plain,
    ( product(multiplicative_inverse(multiplicative_identity),multiplicative_identity,multiplicative_identity)
    | sum(additive_identity,multiplicative_inverse(multiplicative_identity),additive_identity) ),
    inference(sr,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_25,c_0_26]),c_0_14])]),c_0_19]) ).

cnf(c_0_28,plain,
    ( product(multiplicative_identity,multiplicative_inverse(multiplicative_identity),multiplicative_identity)
    | sum(additive_identity,multiplicative_inverse(multiplicative_identity),additive_identity) ),
    inference(spm,[status(thm)],[c_0_22,c_0_27]) ).

cnf(c_0_29,axiom,
    ( product(X1,X2,X3)
    | ~ product(X4,X5,X1)
    | ~ product(X5,X2,X6)
    | ~ product(X4,X6,X3) ),
    associativity_multiplication_2 ).

cnf(c_0_30,plain,
    ( product(X1,X2,multiplicative_identity)
    | sum(additive_identity,multiplicative_inverse(multiplicative_identity),additive_identity)
    | ~ product(X3,multiplicative_inverse(multiplicative_identity),X2)
    | ~ product(X1,X3,multiplicative_identity) ),
    inference(spm,[status(thm)],[c_0_15,c_0_28]) ).

cnf(c_0_31,plain,
    ( product(multiplicative_identity,multiplicative_inverse(X1),multiplicative_inverse(X1))
    | sum(additive_identity,X1,additive_identity)
    | ~ defined(X1) ),
    inference(spm,[status(thm)],[c_0_13,c_0_26]) ).

cnf(c_0_32,axiom,
    defined(additive_identity),
    well_definedness_of_additive_identity ).

cnf(c_0_33,plain,
    ( product(X1,multiplicative_identity,X2)
    | sum(additive_identity,multiplicative_inverse(multiplicative_identity),additive_identity)
    | ~ product(X3,multiplicative_inverse(multiplicative_identity),X1)
    | ~ product(X3,multiplicative_identity,X2) ),
    inference(spm,[status(thm)],[c_0_29,c_0_27]) ).

cnf(c_0_34,plain,
    ( product(X1,multiplicative_inverse(multiplicative_identity),multiplicative_identity)
    | sum(additive_identity,multiplicative_inverse(multiplicative_identity),additive_identity)
    | ~ product(X1,multiplicative_identity,multiplicative_identity) ),
    inference(sr,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_30,c_0_31]),c_0_14])]),c_0_19]) ).

cnf(c_0_35,axiom,
    ( sum(X1,X2,X3)
    | ~ sum(X4,X5,X6)
    | ~ product(X6,X7,X3)
    | ~ product(X4,X7,X1)
    | ~ product(X5,X7,X2) ),
    distributivity_1 ).

cnf(c_0_36,plain,
    product(multiplicative_identity,additive_identity,additive_identity),
    inference(spm,[status(thm)],[c_0_13,c_0_32]) ).

cnf(c_0_37,plain,
    ( product(multiplicative_identity,multiplicative_identity,X1)
    | sum(additive_identity,multiplicative_inverse(multiplicative_identity),additive_identity)
    | ~ product(X2,multiplicative_identity,multiplicative_identity)
    | ~ product(X2,multiplicative_identity,X1) ),
    inference(spm,[status(thm)],[c_0_33,c_0_34]) ).

cnf(c_0_38,axiom,
    ( sum(additive_identity,X1,X1)
    | ~ defined(X1) ),
    existence_of_identity_addition ).

cnf(c_0_39,plain,
    ( sum(X1,X2,multiplicative_identity)
    | ~ product(X3,multiplicative_identity,X2)
    | ~ product(X4,multiplicative_identity,X1)
    | ~ sum(X4,X3,multiplicative_identity) ),
    inference(spm,[status(thm)],[c_0_35,c_0_16]) ).

cnf(c_0_40,plain,
    product(additive_identity,multiplicative_identity,additive_identity),
    inference(spm,[status(thm)],[c_0_22,c_0_36]) ).

cnf(c_0_41,plain,
    ( product(multiplicative_identity,multiplicative_identity,X1)
    | sum(additive_identity,multiplicative_inverse(multiplicative_identity),additive_identity)
    | ~ product(multiplicative_inverse(multiplicative_identity),multiplicative_identity,X1) ),
    inference(sr,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_37,c_0_18]),c_0_14])]),c_0_19]) ).

cnf(c_0_42,plain,
    ( product(multiplicative_inverse(X1),multiplicative_identity,multiplicative_inverse(X1))
    | sum(additive_identity,X1,additive_identity)
    | ~ defined(X1) ),
    inference(spm,[status(thm)],[c_0_22,c_0_31]) ).

cnf(c_0_43,axiom,
    ( sum(X1,X2,X3)
    | ~ sum(X2,X1,X3) ),
    commutativity_addition ).

cnf(c_0_44,plain,
    sum(additive_identity,multiplicative_identity,multiplicative_identity),
    inference(spm,[status(thm)],[c_0_38,c_0_14]) ).

cnf(c_0_45,plain,
    ( sum(X1,additive_identity,multiplicative_identity)
    | ~ product(X2,multiplicative_identity,X1)
    | ~ sum(X2,additive_identity,multiplicative_identity) ),
    inference(spm,[status(thm)],[c_0_39,c_0_40]) ).

cnf(c_0_46,plain,
    ( product(multiplicative_identity,multiplicative_identity,multiplicative_inverse(multiplicative_identity))
    | sum(additive_identity,multiplicative_inverse(multiplicative_identity),additive_identity) ),
    inference(sr,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_41,c_0_42]),c_0_14])]),c_0_19]) ).

cnf(c_0_47,plain,
    sum(multiplicative_identity,additive_identity,multiplicative_identity),
    inference(spm,[status(thm)],[c_0_43,c_0_44]) ).

cnf(c_0_48,plain,
    ( sum(X1,X2,additive_identity)
    | ~ product(X3,multiplicative_identity,X2)
    | ~ product(X4,multiplicative_identity,X1)
    | ~ sum(X4,X3,additive_identity) ),
    inference(spm,[status(thm)],[c_0_35,c_0_40]) ).

cnf(c_0_49,plain,
    ( sum(additive_identity,multiplicative_inverse(multiplicative_identity),additive_identity)
    | sum(multiplicative_inverse(multiplicative_identity),additive_identity,multiplicative_identity) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_45,c_0_46]),c_0_47])]) ).

cnf(c_0_50,negated_conjecture,
    ~ sum(additive_identity,multiplicative_inverse(multiplicative_identity),multiplicative_identity),
    not_sum_2 ).

cnf(c_0_51,plain,
    ( sum(X1,additive_identity,additive_identity)
    | ~ product(X2,multiplicative_identity,X1)
    | ~ sum(X2,additive_identity,additive_identity) ),
    inference(spm,[status(thm)],[c_0_48,c_0_40]) ).

cnf(c_0_52,plain,
    sum(additive_identity,multiplicative_inverse(multiplicative_identity),additive_identity),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_43,c_0_49]),c_0_50]) ).

cnf(c_0_53,plain,
    ( sum(multiplicative_identity,additive_identity,additive_identity)
    | ~ sum(multiplicative_inverse(multiplicative_identity),additive_identity,additive_identity) ),
    inference(sr,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_51,c_0_18]),c_0_14])]),c_0_19]) ).

cnf(c_0_54,plain,
    sum(multiplicative_inverse(multiplicative_identity),additive_identity,additive_identity),
    inference(spm,[status(thm)],[c_0_43,c_0_52]) ).

cnf(c_0_55,plain,
    sum(multiplicative_identity,additive_identity,additive_identity),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[c_0_53,c_0_54])]) ).

cnf(c_0_56,plain,
    $false,
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_43,c_0_55]),c_0_19]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.09/0.11  % Problem    : FLD010-5 : TPTP v8.1.2. Bugfixed v2.1.0.
% 0.09/0.12  % Command    : run_E %s %d THM
% 0.10/0.32  % Computer : n012.cluster.edu
% 0.10/0.32  % Model    : x86_64 x86_64
% 0.10/0.32  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.10/0.32  % Memory   : 8042.1875MB
% 0.10/0.32  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.10/0.32  % CPULimit   : 2400
% 0.10/0.32  % WCLimit    : 300
% 0.10/0.32  % DateTime   : Mon Oct  2 22:59:35 EDT 2023
% 0.10/0.32  % CPUTime    : 
% 0.16/0.44  Running first-order model finding
% 0.16/0.44  Running: /export/starexec/sandbox/solver/bin/eprover --delete-bad-limit=2000000000 --definitional-cnf=24 -s --print-statistics -R --print-version --proof-object --satauto-schedule=8 --cpu-limit=300 /export/starexec/sandbox/tmp/tmp.cG8s6OjPp5/E---3.1_10872.p
% 0.16/0.48  # Version: 3.1pre001
% 0.16/0.48  # Preprocessing class: FSMSSMSSSSSNFFN.
% 0.16/0.48  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 0.16/0.48  # Starting G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with 1500s (5) cores
% 0.16/0.48  # Starting new_bool_3 with 300s (1) cores
% 0.16/0.48  # Starting new_bool_1 with 300s (1) cores
% 0.16/0.48  # Starting sh5l with 300s (1) cores
% 0.16/0.48  # new_bool_1 with pid 10951 completed with status 0
% 0.16/0.48  # Result found by new_bool_1
% 0.16/0.48  # Preprocessing class: FSMSSMSSSSSNFFN.
% 0.16/0.48  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 0.16/0.48  # Starting G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with 1500s (5) cores
% 0.16/0.48  # Starting new_bool_3 with 300s (1) cores
% 0.16/0.48  # Starting new_bool_1 with 300s (1) cores
% 0.16/0.48  # SinE strategy is GSinE(CountFormulas,hypos,1.5,,3,20000,1.0)
% 0.16/0.48  # Search class: FGUNF-FFSF11-SFFFFFNN
% 0.16/0.48  # Scheduled 5 strats onto 1 cores with 300 seconds (300 total)
% 0.16/0.48  # Starting SAT001_CO_MinMin_p005000_rr with 181s (1) cores
% 0.16/0.48  # SAT001_CO_MinMin_p005000_rr with pid 10955 completed with status 0
% 0.16/0.48  # Result found by SAT001_CO_MinMin_p005000_rr
% 0.16/0.48  # Preprocessing class: FSMSSMSSSSSNFFN.
% 0.16/0.48  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 0.16/0.48  # Starting G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with 1500s (5) cores
% 0.16/0.48  # Starting new_bool_3 with 300s (1) cores
% 0.16/0.48  # Starting new_bool_1 with 300s (1) cores
% 0.16/0.48  # SinE strategy is GSinE(CountFormulas,hypos,1.5,,3,20000,1.0)
% 0.16/0.48  # Search class: FGUNF-FFSF11-SFFFFFNN
% 0.16/0.48  # Scheduled 5 strats onto 1 cores with 300 seconds (300 total)
% 0.16/0.48  # Starting SAT001_CO_MinMin_p005000_rr with 181s (1) cores
% 0.16/0.48  # Preprocessing time       : 0.001 s
% 0.16/0.48  # Presaturation interreduction done
% 0.16/0.48  
% 0.16/0.48  # Proof found!
% 0.16/0.48  # SZS status Unsatisfiable
% 0.16/0.48  # SZS output start CNFRefutation
% See solution above
% 0.16/0.48  # Parsed axioms                        : 28
% 0.16/0.48  # Removed by relevancy pruning/SinE    : 11
% 0.16/0.48  # Initial clauses                      : 17
% 0.16/0.48  # Removed in clause preprocessing      : 0
% 0.16/0.48  # Initial clauses in saturation        : 17
% 0.16/0.48  # Processed clauses                    : 312
% 0.16/0.48  # ...of these trivial                  : 3
% 0.16/0.48  # ...subsumed                          : 104
% 0.16/0.48  # ...remaining for further processing  : 205
% 0.16/0.48  # Other redundant clauses eliminated   : 0
% 0.16/0.48  # Clauses deleted for lack of memory   : 0
% 0.16/0.48  # Backward-subsumed                    : 28
% 0.16/0.48  # Backward-rewritten                   : 36
% 0.16/0.48  # Generated clauses                    : 836
% 0.16/0.48  # ...of the previous two non-redundant : 668
% 0.16/0.48  # ...aggressively subsumed             : 0
% 0.16/0.48  # Contextual simplify-reflections      : 1
% 0.16/0.48  # Paramodulations                      : 836
% 0.16/0.48  # Factorizations                       : 0
% 0.16/0.48  # NegExts                              : 0
% 0.16/0.48  # Equation resolutions                 : 0
% 0.16/0.48  # Total rewrite steps                  : 261
% 0.16/0.48  # Propositional unsat checks           : 0
% 0.16/0.48  #    Propositional check models        : 0
% 0.16/0.48  #    Propositional check unsatisfiable : 0
% 0.16/0.48  #    Propositional clauses             : 0
% 0.16/0.48  #    Propositional clauses after purity: 0
% 0.16/0.48  #    Propositional unsat core size     : 0
% 0.16/0.48  #    Propositional preprocessing time  : 0.000
% 0.16/0.48  #    Propositional encoding time       : 0.000
% 0.16/0.48  #    Propositional solver time         : 0.000
% 0.16/0.48  #    Success case prop preproc time    : 0.000
% 0.16/0.48  #    Success case prop encoding time   : 0.000
% 0.16/0.48  #    Success case prop solver time     : 0.000
% 0.16/0.48  # Current number of processed clauses  : 124
% 0.16/0.48  #    Positive orientable unit clauses  : 15
% 0.16/0.48  #    Positive unorientable unit clauses: 0
% 0.16/0.48  #    Negative unit clauses             : 6
% 0.16/0.48  #    Non-unit-clauses                  : 103
% 0.16/0.48  # Current number of unprocessed clauses: 373
% 0.16/0.48  # ...number of literals in the above   : 1628
% 0.16/0.48  # Current number of archived formulas  : 0
% 0.16/0.48  # Current number of archived clauses   : 81
% 0.16/0.48  # Clause-clause subsumption calls (NU) : 3083
% 0.16/0.48  # Rec. Clause-clause subsumption calls : 2116
% 0.16/0.48  # Non-unit clause-clause subsumptions  : 109
% 0.16/0.48  # Unit Clause-clause subsumption calls : 171
% 0.16/0.48  # Rewrite failures with RHS unbound    : 0
% 0.16/0.48  # BW rewrite match attempts            : 11
% 0.16/0.48  # BW rewrite match successes           : 4
% 0.16/0.48  # Condensation attempts                : 312
% 0.16/0.48  # Condensation successes               : 0
% 0.16/0.48  # Termbank termtop insertions          : 13950
% 0.16/0.48  
% 0.16/0.48  # -------------------------------------------------
% 0.16/0.48  # User time                : 0.023 s
% 0.16/0.48  # System time              : 0.002 s
% 0.16/0.48  # Total time               : 0.025 s
% 0.16/0.48  # Maximum resident set size: 1616 pages
% 0.16/0.48  
% 0.16/0.48  # -------------------------------------------------
% 0.16/0.48  # User time                : 0.023 s
% 0.16/0.48  # System time              : 0.005 s
% 0.16/0.48  # Total time               : 0.028 s
% 0.16/0.48  # Maximum resident set size: 1696 pages
% 0.16/0.48  % E---3.1 exiting
%------------------------------------------------------------------------------