TSTP Solution File: FLD026-3 by E-SAT---3.1

View Problem - Process Solution

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

% Computer : n008.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:32 EDT 2023

% Result   : Unsatisfiable 6.73s 1.28s
% Output   : CNFRefutation 6.73s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   19
%            Number of leaves      :   19
% Syntax   : Number of clauses     :   90 (  35 unt;  15 nHn;  90 RR)
%            Number of literals    :  198 (   0 equ;  98 neg)
%            Maximal clause size   :    6 (   2 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of predicates  :    4 (   3 usr;   1 prp; 0-3 aty)
%            Number of functors    :    5 (   5 usr;   4 con; 0-1 aty)
%            Number of variables   :  140 (   0 sgn)

% Comments : 
%------------------------------------------------------------------------------
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.fjg4MgVclF/E---3.1_26134.p',associativity_multiplication_1) ).

cnf(product_4,negated_conjecture,
    product(multiplicative_identity,a,b),
    file('/export/starexec/sandbox/tmp/tmp.fjg4MgVclF/E---3.1_26134.p',product_4) ).

cnf(existence_of_identity_multiplication,axiom,
    ( product(multiplicative_identity,X1,X1)
    | ~ defined(X1) ),
    file('/export/starexec/sandbox/tmp/tmp.fjg4MgVclF/E---3.1_26134.p',existence_of_identity_multiplication) ).

cnf(a_is_defined,hypothesis,
    defined(a),
    file('/export/starexec/sandbox/tmp/tmp.fjg4MgVclF/E---3.1_26134.p',a_is_defined) ).

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

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.fjg4MgVclF/E---3.1_26134.p',associativity_multiplication_2) ).

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.fjg4MgVclF/E---3.1_26134.p',existence_of_inverse_multiplication) ).

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

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

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

cnf(b_is_defined,hypothesis,
    defined(b),
    file('/export/starexec/sandbox/tmp/tmp.fjg4MgVclF/E---3.1_26134.p',b_is_defined) ).

cnf(associativity_addition_2,axiom,
    ( sum(X1,X2,X3)
    | ~ sum(X4,X5,X1)
    | ~ sum(X5,X2,X6)
    | ~ sum(X4,X6,X3) ),
    file('/export/starexec/sandbox/tmp/tmp.fjg4MgVclF/E---3.1_26134.p',associativity_addition_2) ).

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

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.fjg4MgVclF/E---3.1_26134.p',distributivity_1) ).

cnf(different_identities,axiom,
    ~ sum(additive_identity,additive_identity,multiplicative_identity),
    file('/export/starexec/sandbox/tmp/tmp.fjg4MgVclF/E---3.1_26134.p',different_identities) ).

cnf(associativity_addition_1,axiom,
    ( sum(X1,X2,X3)
    | ~ sum(X1,X4,X5)
    | ~ sum(X4,X6,X2)
    | ~ sum(X5,X6,X3) ),
    file('/export/starexec/sandbox/tmp/tmp.fjg4MgVclF/E---3.1_26134.p',associativity_addition_1) ).

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.fjg4MgVclF/E---3.1_26134.p',well_definedness_of_multiplicative_inverse) ).

cnf(not_product_5,negated_conjecture,
    ~ product(multiplicative_identity,multiplicative_inverse(a),multiplicative_inverse(b)),
    file('/export/starexec/sandbox/tmp/tmp.fjg4MgVclF/E---3.1_26134.p',not_product_5) ).

cnf(not_sum_3,negated_conjecture,
    ~ sum(additive_identity,a,additive_identity),
    file('/export/starexec/sandbox/tmp/tmp.fjg4MgVclF/E---3.1_26134.p',not_sum_3) ).

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

cnf(c_0_20,negated_conjecture,
    product(multiplicative_identity,a,b),
    product_4 ).

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

cnf(c_0_22,hypothesis,
    defined(a),
    a_is_defined ).

cnf(c_0_23,negated_conjecture,
    ( product(X1,X2,b)
    | ~ product(X3,a,X2)
    | ~ product(X1,X3,multiplicative_identity) ),
    inference(spm,[status(thm)],[c_0_19,c_0_20]) ).

cnf(c_0_24,hypothesis,
    product(multiplicative_identity,a,a),
    inference(spm,[status(thm)],[c_0_21,c_0_22]) ).

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

cnf(c_0_26,hypothesis,
    ( product(X1,a,b)
    | ~ product(X1,multiplicative_identity,multiplicative_identity) ),
    inference(spm,[status(thm)],[c_0_23,c_0_24]) ).

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

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

cnf(c_0_29,hypothesis,
    ( product(a,X1,b)
    | ~ product(X1,multiplicative_identity,multiplicative_identity) ),
    inference(spm,[status(thm)],[c_0_25,c_0_26]) ).

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

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

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

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

cnf(c_0_34,hypothesis,
    ( product(a,multiplicative_inverse(multiplicative_identity),b)
    | sum(additive_identity,multiplicative_identity,additive_identity) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_29,c_0_28]),c_0_30])]) ).

cnf(c_0_35,hypothesis,
    defined(b),
    b_is_defined ).

cnf(c_0_36,axiom,
    ( sum(X1,X2,X3)
    | ~ sum(X4,X5,X1)
    | ~ sum(X5,X2,X6)
    | ~ sum(X4,X6,X3) ),
    associativity_addition_2 ).

cnf(c_0_37,plain,
    sum(additive_identity,additive_identity,additive_identity),
    inference(spm,[status(thm)],[c_0_31,c_0_32]) ).

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

cnf(c_0_39,plain,
    sum(additive_identity,multiplicative_identity,multiplicative_identity),
    inference(spm,[status(thm)],[c_0_31,c_0_30]) ).

cnf(c_0_40,hypothesis,
    ( product(b,multiplicative_identity,X1)
    | sum(additive_identity,multiplicative_identity,additive_identity)
    | ~ product(a,multiplicative_identity,X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_33,c_0_34]),c_0_30])]) ).

cnf(c_0_41,hypothesis,
    product(a,multiplicative_identity,a),
    inference(spm,[status(thm)],[c_0_25,c_0_24]) ).

cnf(c_0_42,hypothesis,
    product(multiplicative_identity,b,b),
    inference(spm,[status(thm)],[c_0_21,c_0_35]) ).

cnf(c_0_43,plain,
    ( sum(X1,additive_identity,X2)
    | ~ sum(X3,additive_identity,X2)
    | ~ sum(X3,additive_identity,X1) ),
    inference(spm,[status(thm)],[c_0_36,c_0_37]) ).

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

cnf(c_0_45,hypothesis,
    ( product(b,multiplicative_identity,a)
    | sum(additive_identity,multiplicative_identity,additive_identity) ),
    inference(spm,[status(thm)],[c_0_40,c_0_41]) ).

cnf(c_0_46,hypothesis,
    sum(additive_identity,a,a),
    inference(spm,[status(thm)],[c_0_31,c_0_22]) ).

cnf(c_0_47,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_48,hypothesis,
    product(b,multiplicative_identity,b),
    inference(spm,[status(thm)],[c_0_25,c_0_42]) ).

cnf(c_0_49,plain,
    ( sum(X1,additive_identity,multiplicative_identity)
    | ~ sum(multiplicative_identity,additive_identity,X1) ),
    inference(spm,[status(thm)],[c_0_43,c_0_44]) ).

cnf(c_0_50,hypothesis,
    ( product(b,multiplicative_identity,a)
    | sum(multiplicative_identity,additive_identity,additive_identity) ),
    inference(spm,[status(thm)],[c_0_38,c_0_45]) ).

cnf(c_0_51,axiom,
    ~ sum(additive_identity,additive_identity,multiplicative_identity),
    different_identities ).

cnf(c_0_52,hypothesis,
    sum(a,additive_identity,a),
    inference(spm,[status(thm)],[c_0_38,c_0_46]) ).

cnf(c_0_53,hypothesis,
    ( sum(X1,X2,b)
    | ~ product(X3,multiplicative_identity,X2)
    | ~ product(X4,multiplicative_identity,X1)
    | ~ sum(X4,X3,b) ),
    inference(spm,[status(thm)],[c_0_47,c_0_48]) ).

cnf(c_0_54,hypothesis,
    product(b,multiplicative_identity,a),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_49,c_0_50]),c_0_51]) ).

cnf(c_0_55,hypothesis,
    sum(additive_identity,b,b),
    inference(spm,[status(thm)],[c_0_31,c_0_35]) ).

cnf(c_0_56,hypothesis,
    ( sum(X1,additive_identity,X2)
    | ~ sum(X3,a,X2)
    | ~ sum(X3,a,X1) ),
    inference(spm,[status(thm)],[c_0_36,c_0_52]) ).

cnf(c_0_57,hypothesis,
    ( sum(X1,a,b)
    | ~ product(X2,multiplicative_identity,X1)
    | ~ sum(X2,b,b) ),
    inference(spm,[status(thm)],[c_0_53,c_0_54]) ).

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

cnf(c_0_59,hypothesis,
    sum(b,additive_identity,b),
    inference(spm,[status(thm)],[c_0_38,c_0_55]) ).

cnf(c_0_60,hypothesis,
    ( sum(X1,additive_identity,a)
    | ~ sum(additive_identity,a,X1) ),
    inference(spm,[status(thm)],[c_0_56,c_0_46]) ).

cnf(c_0_61,hypothesis,
    ( sum(X1,a,b)
    | ~ product(additive_identity,multiplicative_identity,X1) ),
    inference(spm,[status(thm)],[c_0_57,c_0_55]) ).

cnf(c_0_62,plain,
    product(additive_identity,multiplicative_identity,additive_identity),
    inference(spm,[status(thm)],[c_0_25,c_0_58]) ).

cnf(c_0_63,axiom,
    ( sum(X1,X2,X3)
    | ~ sum(X1,X4,X5)
    | ~ sum(X4,X6,X2)
    | ~ sum(X5,X6,X3) ),
    associativity_addition_1 ).

cnf(c_0_64,hypothesis,
    ( sum(X1,additive_identity,b)
    | ~ sum(b,additive_identity,X1) ),
    inference(spm,[status(thm)],[c_0_43,c_0_59]) ).

cnf(c_0_65,hypothesis,
    sum(b,additive_identity,a),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_60,c_0_61]),c_0_62])]) ).

cnf(c_0_66,hypothesis,
    ( sum(X1,X2,b)
    | ~ sum(X3,additive_identity,X2)
    | ~ sum(X1,X3,b) ),
    inference(spm,[status(thm)],[c_0_63,c_0_59]) ).

cnf(c_0_67,hypothesis,
    sum(a,additive_identity,b),
    inference(spm,[status(thm)],[c_0_64,c_0_65]) ).

cnf(c_0_68,hypothesis,
    ( sum(X1,b,b)
    | ~ sum(X1,a,b) ),
    inference(spm,[status(thm)],[c_0_66,c_0_67]) ).

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

cnf(c_0_70,plain,
    product(multiplicative_identity,multiplicative_identity,multiplicative_identity),
    inference(spm,[status(thm)],[c_0_21,c_0_30]) ).

cnf(c_0_71,hypothesis,
    ( sum(X1,X2,a)
    | ~ product(X3,multiplicative_identity,X2)
    | ~ product(X4,multiplicative_identity,X1)
    | ~ sum(X4,X3,b) ),
    inference(spm,[status(thm)],[c_0_47,c_0_54]) ).

cnf(c_0_72,hypothesis,
    ( sum(b,X1,b)
    | ~ sum(X1,a,b) ),
    inference(spm,[status(thm)],[c_0_38,c_0_68]) ).

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

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

cnf(c_0_75,plain,
    ( product(X1,X2,multiplicative_identity)
    | ~ product(X3,multiplicative_identity,X2)
    | ~ product(X1,X3,multiplicative_identity) ),
    inference(spm,[status(thm)],[c_0_19,c_0_70]) ).

cnf(c_0_76,hypothesis,
    ( sum(X1,additive_identity,a)
    | ~ product(X2,multiplicative_identity,X1)
    | ~ sum(X2,additive_identity,b) ),
    inference(spm,[status(thm)],[c_0_71,c_0_62]) ).

cnf(c_0_77,hypothesis,
    ( sum(b,X1,b)
    | ~ product(additive_identity,multiplicative_identity,X1) ),
    inference(spm,[status(thm)],[c_0_72,c_0_61]) ).

cnf(c_0_78,plain,
    ( product(X1,multiplicative_inverse(X2),X3)
    | sum(additive_identity,X2,additive_identity)
    | ~ product(X4,multiplicative_identity,X3)
    | ~ product(X4,X2,X1)
    | ~ defined(X2) ),
    inference(spm,[status(thm)],[c_0_27,c_0_73]) ).

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

cnf(c_0_80,hypothesis,
    ( product(X1,a,multiplicative_identity)
    | ~ product(X1,b,multiplicative_identity) ),
    inference(spm,[status(thm)],[c_0_75,c_0_54]) ).

cnf(c_0_81,plain,
    ( sum(X1,X2,additive_identity)
    | ~ sum(X3,additive_identity,X2)
    | ~ sum(X1,X3,additive_identity) ),
    inference(spm,[status(thm)],[c_0_63,c_0_37]) ).

cnf(c_0_82,hypothesis,
    ( sum(X1,additive_identity,a)
    | ~ product(b,multiplicative_identity,X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_76,c_0_77]),c_0_62])]) ).

cnf(c_0_83,negated_conjecture,
    ~ product(multiplicative_identity,multiplicative_inverse(a),multiplicative_inverse(b)),
    not_product_5 ).

cnf(c_0_84,plain,
    ( product(X1,multiplicative_inverse(X2),multiplicative_inverse(X3))
    | sum(additive_identity,X3,additive_identity)
    | sum(additive_identity,X2,additive_identity)
    | ~ product(multiplicative_inverse(X3),X2,X1)
    | ~ defined(X2)
    | ~ defined(X3) ),
    inference(spm,[status(thm)],[c_0_78,c_0_79]) ).

cnf(c_0_85,negated_conjecture,
    ~ sum(additive_identity,a,additive_identity),
    not_sum_3 ).

cnf(c_0_86,hypothesis,
    ( product(multiplicative_inverse(b),a,multiplicative_identity)
    | sum(additive_identity,b,additive_identity) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_80,c_0_28]),c_0_35])]) ).

cnf(c_0_87,hypothesis,
    ( sum(X1,a,additive_identity)
    | ~ product(b,multiplicative_identity,X2)
    | ~ sum(X1,X2,additive_identity) ),
    inference(spm,[status(thm)],[c_0_81,c_0_82]) ).

cnf(c_0_88,negated_conjecture,
    sum(additive_identity,b,additive_identity),
    inference(csr,[status(thm)],[inference(sr,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_83,c_0_84]),c_0_22]),c_0_35])]),c_0_85]),c_0_86]) ).

cnf(c_0_89,hypothesis,
    $false,
    inference(sr,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_87,c_0_88]),c_0_48])]),c_0_85]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.09  % Problem    : FLD026-3 : TPTP v8.1.2. Bugfixed v2.1.0.
% 0.09/0.10  % Command    : run_E %s %d THM
% 0.09/0.30  % Computer : n008.cluster.edu
% 0.09/0.30  % Model    : x86_64 x86_64
% 0.09/0.30  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.09/0.30  % Memory   : 8042.1875MB
% 0.09/0.30  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.09/0.30  % CPULimit   : 2400
% 0.09/0.30  % WCLimit    : 300
% 0.09/0.30  % DateTime   : Mon Oct  2 23:23:58 EDT 2023
% 0.09/0.30  % CPUTime    : 
% 0.15/0.40  Running first-order model finding
% 0.15/0.40  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.fjg4MgVclF/E---3.1_26134.p
% 6.73/1.28  # Version: 3.1pre001
% 6.73/1.28  # Preprocessing class: FSMSSMSSSSSNFFN.
% 6.73/1.28  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 6.73/1.28  # Starting G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with 1500s (5) cores
% 6.73/1.28  # Starting new_bool_3 with 300s (1) cores
% 6.73/1.28  # Starting new_bool_1 with 300s (1) cores
% 6.73/1.28  # Starting sh5l with 300s (1) cores
% 6.73/1.28  # new_bool_1 with pid 26213 completed with status 0
% 6.73/1.28  # Result found by new_bool_1
% 6.73/1.28  # Preprocessing class: FSMSSMSSSSSNFFN.
% 6.73/1.28  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 6.73/1.28  # Starting G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with 1500s (5) cores
% 6.73/1.28  # Starting new_bool_3 with 300s (1) cores
% 6.73/1.28  # Starting new_bool_1 with 300s (1) cores
% 6.73/1.28  # SinE strategy is GSinE(CountFormulas,hypos,1.5,,3,20000,1.0)
% 6.73/1.28  # Search class: FGUNF-FFSS11-SFFFFFNN
% 6.73/1.28  # Scheduled 5 strats onto 1 cores with 300 seconds (300 total)
% 6.73/1.28  # Starting SAT001_MinMin_p005000_rr_RG with 181s (1) cores
% 6.73/1.28  # SAT001_MinMin_p005000_rr_RG with pid 26217 completed with status 0
% 6.73/1.28  # Result found by SAT001_MinMin_p005000_rr_RG
% 6.73/1.28  # Preprocessing class: FSMSSMSSSSSNFFN.
% 6.73/1.28  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 6.73/1.28  # Starting G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with 1500s (5) cores
% 6.73/1.28  # Starting new_bool_3 with 300s (1) cores
% 6.73/1.28  # Starting new_bool_1 with 300s (1) cores
% 6.73/1.28  # SinE strategy is GSinE(CountFormulas,hypos,1.5,,3,20000,1.0)
% 6.73/1.28  # Search class: FGUNF-FFSS11-SFFFFFNN
% 6.73/1.28  # Scheduled 5 strats onto 1 cores with 300 seconds (300 total)
% 6.73/1.28  # Starting SAT001_MinMin_p005000_rr_RG with 181s (1) cores
% 6.73/1.28  # Preprocessing time       : 0.001 s
% 6.73/1.28  # Presaturation interreduction done
% 6.73/1.28  
% 6.73/1.28  # Proof found!
% 6.73/1.28  # SZS status Unsatisfiable
% 6.73/1.28  # SZS output start CNFRefutation
% See solution above
% 6.73/1.28  # Parsed axioms                        : 31
% 6.73/1.28  # Removed by relevancy pruning/SinE    : 11
% 6.73/1.28  # Initial clauses                      : 20
% 6.73/1.28  # Removed in clause preprocessing      : 0
% 6.73/1.28  # Initial clauses in saturation        : 20
% 6.73/1.28  # Processed clauses                    : 9489
% 6.73/1.28  # ...of these trivial                  : 2
% 6.73/1.28  # ...subsumed                          : 7094
% 6.73/1.28  # ...remaining for further processing  : 2393
% 6.73/1.28  # Other redundant clauses eliminated   : 0
% 6.73/1.28  # Clauses deleted for lack of memory   : 0
% 6.73/1.28  # Backward-subsumed                    : 352
% 6.73/1.28  # Backward-rewritten                   : 129
% 6.73/1.28  # Generated clauses                    : 47576
% 6.73/1.28  # ...of the previous two non-redundant : 41328
% 6.73/1.28  # ...aggressively subsumed             : 0
% 6.73/1.28  # Contextual simplify-reflections      : 12
% 6.73/1.28  # Paramodulations                      : 47576
% 6.73/1.28  # Factorizations                       : 0
% 6.73/1.28  # NegExts                              : 0
% 6.73/1.28  # Equation resolutions                 : 0
% 6.73/1.28  # Total rewrite steps                  : 13154
% 6.73/1.28  # Propositional unsat checks           : 0
% 6.73/1.28  #    Propositional check models        : 0
% 6.73/1.28  #    Propositional check unsatisfiable : 0
% 6.73/1.28  #    Propositional clauses             : 0
% 6.73/1.28  #    Propositional clauses after purity: 0
% 6.73/1.28  #    Propositional unsat core size     : 0
% 6.73/1.28  #    Propositional preprocessing time  : 0.000
% 6.73/1.28  #    Propositional encoding time       : 0.000
% 6.73/1.28  #    Propositional solver time         : 0.000
% 6.73/1.28  #    Success case prop preproc time    : 0.000
% 6.73/1.28  #    Success case prop encoding time   : 0.000
% 6.73/1.28  #    Success case prop solver time     : 0.000
% 6.73/1.28  # Current number of processed clauses  : 1892
% 6.73/1.28  #    Positive orientable unit clauses  : 31
% 6.73/1.28  #    Positive unorientable unit clauses: 0
% 6.73/1.28  #    Negative unit clauses             : 20
% 6.73/1.28  #    Non-unit-clauses                  : 1841
% 6.73/1.28  # Current number of unprocessed clauses: 30940
% 6.73/1.28  # ...number of literals in the above   : 125237
% 6.73/1.28  # Current number of archived formulas  : 0
% 6.73/1.28  # Current number of archived clauses   : 501
% 6.73/1.28  # Clause-clause subsumption calls (NU) : 405162
% 6.73/1.28  # Rec. Clause-clause subsumption calls : 283240
% 6.73/1.28  # Non-unit clause-clause subsumptions  : 5926
% 6.73/1.28  # Unit Clause-clause subsumption calls : 5110
% 6.73/1.28  # Rewrite failures with RHS unbound    : 0
% 6.73/1.28  # BW rewrite match attempts            : 32
% 6.73/1.28  # BW rewrite match successes           : 8
% 6.73/1.28  # Condensation attempts                : 0
% 6.73/1.28  # Condensation successes               : 0
% 6.73/1.28  # Termbank termtop insertions          : 702243
% 6.73/1.28  
% 6.73/1.28  # -------------------------------------------------
% 6.73/1.28  # User time                : 0.821 s
% 6.73/1.28  # System time              : 0.025 s
% 6.73/1.28  # Total time               : 0.846 s
% 6.73/1.28  # Maximum resident set size: 1780 pages
% 6.73/1.28  
% 6.73/1.28  # -------------------------------------------------
% 6.73/1.28  # User time                : 0.822 s
% 6.73/1.28  # System time              : 0.026 s
% 6.73/1.28  # Total time               : 0.849 s
% 6.73/1.28  # Maximum resident set size: 1700 pages
% 6.73/1.28  % E---3.1 exiting
%------------------------------------------------------------------------------