TSTP Solution File: FLD011-3 by E-SAT---3.1.00

View Problem - Process Solution

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

% Computer : n031.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 : 300s
% WCLimit  : 300s
% DateTime : Sat May  4 07:40:21 EDT 2024

% Result   : Unsatisfiable 6.60s 1.27s
% Output   : CNFRefutation 6.60s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   16
%            Number of leaves      :   17
% Syntax   : Number of clauses     :   88 (  36 unt;   8 nHn;  88 RR)
%            Number of literals    :  183 (   0 equ;  96 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    :    5 (   5 usr;   3 con; 0-1 aty)
%            Number of variables   :  143 (   0 sgn)

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

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.moIplr5U33/E---3.1_21929.p',associativity_multiplication_1) ).

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

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

cnf(not_sum_2,negated_conjecture,
    ~ sum(additive_identity,a,additive_identity),
    file('/export/starexec/sandbox/tmp/tmp.moIplr5U33/E---3.1_21929.p',not_sum_2) ).

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

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

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.moIplr5U33/E---3.1_21929.p',associativity_addition_1) ).

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

cnf(not_product_3,negated_conjecture,
    ~ product(multiplicative_identity,multiplicative_inverse(multiplicative_inverse(a)),a),
    file('/export/starexec/sandbox/tmp/tmp.moIplr5U33/E---3.1_21929.p',not_product_3) ).

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

cnf(well_definedness_of_multiplicative_identity,axiom,
    defined(multiplicative_identity),
    file('/export/starexec/sandbox/tmp/tmp.moIplr5U33/E---3.1_21929.p',well_definedness_of_multiplicative_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.moIplr5U33/E---3.1_21929.p',distributivity_1) ).

cnf(existence_of_inverse_addition,axiom,
    ( sum(additive_inverse(X1),X1,additive_identity)
    | ~ defined(X1) ),
    file('/export/starexec/sandbox/tmp/tmp.moIplr5U33/E---3.1_21929.p',existence_of_inverse_addition) ).

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.moIplr5U33/E---3.1_21929.p',associativity_addition_2) ).

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

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

cnf(c_0_17,plain,
    ( product(multiplicative_identity,X1,X1)
    | ~ defined(X1) ),
    inference(fof_simplification,[status(thm)],[existence_of_identity_multiplication]) ).

cnf(c_0_18,plain,
    ( product(X1,X2,X3)
    | ~ product(X1,X4,X5)
    | ~ product(X4,X6,X2)
    | ~ product(X5,X6,X3) ),
    inference(fof_simplification,[status(thm)],[associativity_multiplication_1]) ).

cnf(c_0_19,plain,
    ( product(multiplicative_identity,X1,X1)
    | ~ defined(X1) ),
    c_0_17 ).

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

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

cnf(c_0_22,negated_conjecture,
    ~ sum(additive_identity,a,additive_identity),
    inference(fof_simplification,[status(thm)],[not_sum_2]) ).

cnf(c_0_23,plain,
    ( defined(multiplicative_inverse(X1))
    | sum(additive_identity,X1,additive_identity)
    | ~ defined(X1) ),
    inference(fof_simplification,[status(thm)],[well_definedness_of_multiplicative_inverse]) ).

cnf(c_0_24,plain,
    ( product(X1,X2,X3)
    | ~ product(X1,X4,X5)
    | ~ product(X4,X6,X2)
    | ~ product(X5,X6,X3) ),
    c_0_18 ).

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

cnf(c_0_26,plain,
    ( product(multiplicative_inverse(X1),X1,multiplicative_identity)
    | sum(additive_identity,X1,additive_identity)
    | ~ defined(X1) ),
    c_0_21 ).

cnf(c_0_27,negated_conjecture,
    ~ sum(additive_identity,a,additive_identity),
    c_0_22 ).

cnf(c_0_28,plain,
    ( defined(multiplicative_inverse(X1))
    | sum(additive_identity,X1,additive_identity)
    | ~ defined(X1) ),
    c_0_23 ).

cnf(c_0_29,plain,
    ( sum(additive_identity,X1,X1)
    | ~ defined(X1) ),
    inference(fof_simplification,[status(thm)],[existence_of_identity_addition]) ).

cnf(c_0_30,hypothesis,
    ( product(X1,X2,a)
    | ~ product(X3,a,X2)
    | ~ product(X1,X3,multiplicative_identity) ),
    inference(spm,[status(thm)],[c_0_24,c_0_25]) ).

cnf(c_0_31,hypothesis,
    product(multiplicative_inverse(a),a,multiplicative_identity),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_26,c_0_20]),c_0_27]) ).

cnf(c_0_32,hypothesis,
    defined(multiplicative_inverse(a)),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_28,c_0_20]),c_0_27]) ).

cnf(c_0_33,plain,
    ( sum(X1,X2,X3)
    | ~ sum(X1,X4,X5)
    | ~ sum(X4,X6,X2)
    | ~ sum(X5,X6,X3) ),
    inference(fof_simplification,[status(thm)],[associativity_addition_1]) ).

cnf(c_0_34,plain,
    ( sum(additive_identity,X1,X1)
    | ~ defined(X1) ),
    c_0_29 ).

cnf(c_0_35,plain,
    ( product(X1,X2,X3)
    | ~ product(X2,X1,X3) ),
    inference(fof_simplification,[status(thm)],[commutativity_multiplication]) ).

cnf(c_0_36,hypothesis,
    ( product(X1,multiplicative_identity,a)
    | ~ product(X1,multiplicative_inverse(a),multiplicative_identity) ),
    inference(spm,[status(thm)],[c_0_30,c_0_31]) ).

cnf(c_0_37,hypothesis,
    ( product(multiplicative_inverse(multiplicative_inverse(a)),multiplicative_inverse(a),multiplicative_identity)
    | sum(additive_identity,multiplicative_inverse(a),additive_identity) ),
    inference(spm,[status(thm)],[c_0_26,c_0_32]) ).

cnf(c_0_38,negated_conjecture,
    ~ product(multiplicative_identity,multiplicative_inverse(multiplicative_inverse(a)),a),
    inference(fof_simplification,[status(thm)],[not_product_3]) ).

cnf(c_0_39,plain,
    ( sum(X1,X2,X3)
    | ~ sum(X1,X4,X5)
    | ~ sum(X4,X6,X2)
    | ~ sum(X5,X6,X3) ),
    c_0_33 ).

cnf(c_0_40,hypothesis,
    sum(additive_identity,a,a),
    inference(spm,[status(thm)],[c_0_34,c_0_20]) ).

cnf(c_0_41,plain,
    ( sum(X1,X2,X3)
    | ~ sum(X2,X1,X3) ),
    inference(fof_simplification,[status(thm)],[commutativity_addition]) ).

cnf(c_0_42,plain,
    ( product(X1,X2,X3)
    | ~ product(X2,X1,X3) ),
    c_0_35 ).

cnf(c_0_43,hypothesis,
    ( product(multiplicative_inverse(multiplicative_inverse(a)),multiplicative_identity,a)
    | sum(additive_identity,multiplicative_inverse(a),additive_identity) ),
    inference(spm,[status(thm)],[c_0_36,c_0_37]) ).

cnf(c_0_44,negated_conjecture,
    ~ product(multiplicative_identity,multiplicative_inverse(multiplicative_inverse(a)),a),
    c_0_38 ).

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

cnf(c_0_46,hypothesis,
    ( sum(X1,X2,a)
    | ~ sum(X3,a,X2)
    | ~ sum(X1,X3,additive_identity) ),
    inference(spm,[status(thm)],[c_0_39,c_0_40]) ).

cnf(c_0_47,plain,
    ( sum(X1,X2,X3)
    | ~ sum(X2,X1,X3) ),
    c_0_41 ).

cnf(c_0_48,hypothesis,
    sum(additive_identity,multiplicative_inverse(a),additive_identity),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_42,c_0_43]),c_0_44]) ).

cnf(c_0_49,plain,
    sum(additive_identity,multiplicative_identity,multiplicative_identity),
    inference(spm,[status(thm)],[c_0_34,c_0_45]) ).

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

cnf(c_0_51,hypothesis,
    sum(multiplicative_inverse(a),additive_identity,additive_identity),
    inference(spm,[status(thm)],[c_0_47,c_0_48]) ).

cnf(c_0_52,plain,
    ( sum(X1,X2,X3)
    | ~ sum(X4,X5,X6)
    | ~ product(X6,X7,X3)
    | ~ product(X4,X7,X1)
    | ~ product(X5,X7,X2) ),
    inference(fof_simplification,[status(thm)],[distributivity_1]) ).

cnf(c_0_53,plain,
    ( sum(X1,X2,multiplicative_identity)
    | ~ sum(X3,multiplicative_identity,X2)
    | ~ sum(X1,X3,additive_identity) ),
    inference(spm,[status(thm)],[c_0_39,c_0_49]) ).

cnf(c_0_54,hypothesis,
    sum(additive_identity,multiplicative_inverse(a),multiplicative_inverse(a)),
    inference(spm,[status(thm)],[c_0_34,c_0_32]) ).

cnf(c_0_55,hypothesis,
    sum(multiplicative_inverse(a),a,a),
    inference(spm,[status(thm)],[c_0_50,c_0_51]) ).

cnf(c_0_56,plain,
    ( sum(additive_inverse(X1),X1,additive_identity)
    | ~ defined(X1) ),
    inference(fof_simplification,[status(thm)],[existence_of_inverse_addition]) ).

cnf(c_0_57,plain,
    ( sum(X1,X2,X3)
    | ~ sum(X4,X5,X6)
    | ~ product(X6,X7,X3)
    | ~ product(X4,X7,X1)
    | ~ product(X5,X7,X2) ),
    c_0_52 ).

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

cnf(c_0_59,hypothesis,
    ( sum(X1,X2,multiplicative_inverse(a))
    | ~ sum(X3,multiplicative_inverse(a),X2)
    | ~ sum(X1,X3,additive_identity) ),
    inference(spm,[status(thm)],[c_0_39,c_0_54]) ).

cnf(c_0_60,hypothesis,
    sum(a,multiplicative_inverse(a),a),
    inference(spm,[status(thm)],[c_0_47,c_0_55]) ).

cnf(c_0_61,plain,
    ( sum(additive_inverse(X1),X1,additive_identity)
    | ~ defined(X1) ),
    c_0_56 ).

cnf(c_0_62,hypothesis,
    ( sum(X1,X2,a)
    | ~ product(X3,a,X2)
    | ~ product(X4,a,X1)
    | ~ sum(X4,X3,multiplicative_identity) ),
    inference(spm,[status(thm)],[c_0_57,c_0_25]) ).

cnf(c_0_63,hypothesis,
    sum(multiplicative_inverse(a),multiplicative_identity,multiplicative_identity),
    inference(spm,[status(thm)],[c_0_58,c_0_51]) ).

cnf(c_0_64,plain,
    ( sum(X1,X2,X3)
    | ~ sum(X4,X5,X1)
    | ~ sum(X5,X2,X6)
    | ~ sum(X4,X6,X3) ),
    inference(fof_simplification,[status(thm)],[associativity_addition_2]) ).

cnf(c_0_65,hypothesis,
    ( sum(X1,a,multiplicative_inverse(a))
    | ~ sum(X1,a,additive_identity) ),
    inference(spm,[status(thm)],[c_0_59,c_0_60]) ).

cnf(c_0_66,hypothesis,
    sum(additive_inverse(a),a,additive_identity),
    inference(spm,[status(thm)],[c_0_61,c_0_20]) ).

cnf(c_0_67,hypothesis,
    ( sum(X1,multiplicative_identity,a)
    | ~ product(X2,a,X1)
    | ~ sum(X2,multiplicative_inverse(a),multiplicative_identity) ),
    inference(spm,[status(thm)],[c_0_62,c_0_31]) ).

cnf(c_0_68,hypothesis,
    sum(multiplicative_identity,multiplicative_inverse(a),multiplicative_identity),
    inference(spm,[status(thm)],[c_0_47,c_0_63]) ).

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

cnf(c_0_70,plain,
    ( sum(X1,X2,X3)
    | ~ sum(X4,X5,X1)
    | ~ sum(X5,X2,X6)
    | ~ sum(X4,X6,X3) ),
    c_0_64 ).

cnf(c_0_71,hypothesis,
    sum(a,additive_identity,a),
    inference(spm,[status(thm)],[c_0_47,c_0_40]) ).

cnf(c_0_72,hypothesis,
    ( sum(X1,X2,multiplicative_identity)
    | ~ sum(X1,X3,multiplicative_inverse(a))
    | ~ sum(X3,multiplicative_identity,X2) ),
    inference(spm,[status(thm)],[c_0_39,c_0_63]) ).

cnf(c_0_73,hypothesis,
    sum(additive_inverse(a),a,multiplicative_inverse(a)),
    inference(spm,[status(thm)],[c_0_65,c_0_66]) ).

cnf(c_0_74,hypothesis,
    ( sum(X1,multiplicative_identity,a)
    | ~ product(multiplicative_identity,a,X1) ),
    inference(spm,[status(thm)],[c_0_67,c_0_68]) ).

cnf(c_0_75,plain,
    sum(additive_identity,additive_identity,additive_identity),
    inference(spm,[status(thm)],[c_0_34,c_0_69]) ).

cnf(c_0_76,hypothesis,
    ( sum(X1,additive_identity,X2)
    | ~ sum(X3,a,X2)
    | ~ sum(X3,a,X1) ),
    inference(spm,[status(thm)],[c_0_70,c_0_71]) ).

cnf(c_0_77,hypothesis,
    ( sum(additive_inverse(a),X1,multiplicative_identity)
    | ~ sum(a,multiplicative_identity,X1) ),
    inference(spm,[status(thm)],[c_0_72,c_0_73]) ).

cnf(c_0_78,hypothesis,
    sum(a,multiplicative_identity,a),
    inference(spm,[status(thm)],[c_0_74,c_0_25]) ).

cnf(c_0_79,plain,
    ( sum(X1,additive_identity,X2)
    | ~ sum(X3,additive_identity,X2)
    | ~ sum(X3,additive_identity,X1) ),
    inference(spm,[status(thm)],[c_0_70,c_0_75]) ).

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

cnf(c_0_81,hypothesis,
    ( sum(X1,additive_identity,additive_identity)
    | ~ sum(additive_inverse(a),a,X1) ),
    inference(spm,[status(thm)],[c_0_76,c_0_66]) ).

cnf(c_0_82,hypothesis,
    sum(additive_inverse(a),a,multiplicative_identity),
    inference(spm,[status(thm)],[c_0_77,c_0_78]) ).

cnf(c_0_83,plain,
    ~ sum(additive_identity,additive_identity,multiplicative_identity),
    inference(fof_simplification,[status(thm)],[different_identities]) ).

cnf(c_0_84,plain,
    ( sum(X1,additive_identity,multiplicative_identity)
    | ~ sum(multiplicative_identity,additive_identity,X1) ),
    inference(spm,[status(thm)],[c_0_79,c_0_80]) ).

cnf(c_0_85,hypothesis,
    sum(multiplicative_identity,additive_identity,additive_identity),
    inference(spm,[status(thm)],[c_0_81,c_0_82]) ).

cnf(c_0_86,plain,
    ~ sum(additive_identity,additive_identity,multiplicative_identity),
    c_0_83 ).

cnf(c_0_87,hypothesis,
    $false,
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_84,c_0_85]),c_0_86]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.11  % Problem    : FLD011-3 : TPTP v8.1.2. Bugfixed v2.1.0.
% 0.00/0.11  % Command    : run_E %s %d THM
% 0.11/0.32  % Computer : n031.cluster.edu
% 0.11/0.32  % Model    : x86_64 x86_64
% 0.11/0.32  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.11/0.32  % Memory   : 8042.1875MB
% 0.11/0.32  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.11/0.32  % CPULimit   : 300
% 0.11/0.32  % WCLimit    : 300
% 0.11/0.32  % DateTime   : Fri May  3 14:07:02 EDT 2024
% 0.11/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.moIplr5U33/E---3.1_21929.p
% 6.60/1.27  # Version: 3.1.0
% 6.60/1.27  # Preprocessing class: FSMSSMSSSSSNFFN.
% 6.60/1.27  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 6.60/1.27  # Starting G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with 1500s (5) cores
% 6.60/1.27  # Starting new_bool_3 with 300s (1) cores
% 6.60/1.27  # Starting new_bool_1 with 300s (1) cores
% 6.60/1.27  # Starting sh5l with 300s (1) cores
% 6.60/1.27  # G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with pid 22006 completed with status 0
% 6.60/1.27  # Result found by G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN
% 6.60/1.27  # Preprocessing class: FSMSSMSSSSSNFFN.
% 6.60/1.27  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 6.60/1.27  # Starting G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with 1500s (5) cores
% 6.60/1.27  # No SInE strategy applied
% 6.60/1.27  # Search class: FGUNF-FFMS21-SFFFFFNN
% 6.60/1.27  # Scheduled 7 strats onto 5 cores with 1500 seconds (1500 total)
% 6.60/1.27  # Starting G-E--_208_C12_11_nc_F1_SE_CS_SP_PS_S5PRR_S04BN with 675s (1) cores
% 6.60/1.27  # Starting G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with 151s (1) cores
% 6.60/1.27  # Starting U----_206e_02_C07_23_F1_SE_PI_CS_SP_PS_S5PRR_RG_S04AN with 136s (1) cores
% 6.60/1.27  # Starting G-E--_208_C02CMA_F1_SE_CS_SP_PS_S5PRR_RG_S04AN with 136s (1) cores
% 6.60/1.27  # Starting G-E--_207_C18_F1_AE_CS_SP_PI_PS_S0S with 136s (1) cores
% 6.60/1.27  # G-E--_207_C18_F1_AE_CS_SP_PI_PS_S0S with pid 22017 completed with status 0
% 6.60/1.27  # Result found by G-E--_207_C18_F1_AE_CS_SP_PI_PS_S0S
% 6.60/1.27  # Preprocessing class: FSMSSMSSSSSNFFN.
% 6.60/1.27  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 6.60/1.27  # Starting G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with 1500s (5) cores
% 6.60/1.27  # No SInE strategy applied
% 6.60/1.27  # Search class: FGUNF-FFMS21-SFFFFFNN
% 6.60/1.27  # Scheduled 7 strats onto 5 cores with 1500 seconds (1500 total)
% 6.60/1.27  # Starting G-E--_208_C12_11_nc_F1_SE_CS_SP_PS_S5PRR_S04BN with 675s (1) cores
% 6.60/1.27  # Starting G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with 151s (1) cores
% 6.60/1.27  # Starting U----_206e_02_C07_23_F1_SE_PI_CS_SP_PS_S5PRR_RG_S04AN with 136s (1) cores
% 6.60/1.27  # Starting G-E--_208_C02CMA_F1_SE_CS_SP_PS_S5PRR_RG_S04AN with 136s (1) cores
% 6.60/1.27  # Starting G-E--_207_C18_F1_AE_CS_SP_PI_PS_S0S with 136s (1) cores
% 6.60/1.27  # Preprocessing time       : 0.001 s
% 6.60/1.27  # Presaturation interreduction done
% 6.60/1.27  
% 6.60/1.27  # Proof found!
% 6.60/1.27  # SZS status Unsatisfiable
% 6.60/1.27  # SZS output start CNFRefutation
% See solution above
% 6.60/1.27  # Parsed axioms                        : 29
% 6.60/1.27  # Removed by relevancy pruning/SinE    : 0
% 6.60/1.27  # Initial clauses                      : 29
% 6.60/1.27  # Removed in clause preprocessing      : 0
% 6.60/1.27  # Initial clauses in saturation        : 29
% 6.60/1.27  # Processed clauses                    : 3303
% 6.60/1.27  # ...of these trivial                  : 86
% 6.60/1.27  # ...subsumed                          : 615
% 6.60/1.27  # ...remaining for further processing  : 2602
% 6.60/1.27  # Other redundant clauses eliminated   : 0
% 6.60/1.27  # Clauses deleted for lack of memory   : 0
% 6.60/1.27  # Backward-subsumed                    : 4
% 6.60/1.27  # Backward-rewritten                   : 21
% 6.60/1.27  # Generated clauses                    : 94620
% 6.60/1.27  # ...of the previous two non-redundant : 92398
% 6.60/1.27  # ...aggressively subsumed             : 0
% 6.60/1.27  # Contextual simplify-reflections      : 0
% 6.60/1.27  # Paramodulations                      : 94620
% 6.60/1.27  # Factorizations                       : 0
% 6.60/1.27  # NegExts                              : 0
% 6.60/1.27  # Equation resolutions                 : 0
% 6.60/1.27  # Disequality decompositions           : 0
% 6.60/1.27  # Total rewrite steps                  : 2526
% 6.60/1.27  # ...of those cached                   : 2178
% 6.60/1.27  # Propositional unsat checks           : 0
% 6.60/1.27  #    Propositional check models        : 0
% 6.60/1.27  #    Propositional check unsatisfiable : 0
% 6.60/1.27  #    Propositional clauses             : 0
% 6.60/1.27  #    Propositional clauses after purity: 0
% 6.60/1.27  #    Propositional unsat core size     : 0
% 6.60/1.27  #    Propositional preprocessing time  : 0.000
% 6.60/1.27  #    Propositional encoding time       : 0.000
% 6.60/1.27  #    Propositional solver time         : 0.000
% 6.60/1.27  #    Success case prop preproc time    : 0.000
% 6.60/1.27  #    Success case prop encoding time   : 0.000
% 6.60/1.27  #    Success case prop solver time     : 0.000
% 6.60/1.27  # Current number of processed clauses  : 2548
% 6.60/1.27  #    Positive orientable unit clauses  : 919
% 6.60/1.27  #    Positive unorientable unit clauses: 0
% 6.60/1.27  #    Negative unit clauses             : 3
% 6.60/1.27  #    Non-unit-clauses                  : 1626
% 6.60/1.27  # Current number of unprocessed clauses: 89108
% 6.60/1.27  # ...number of literals in the above   : 112013
% 6.60/1.27  # Current number of archived formulas  : 0
% 6.60/1.27  # Current number of archived clauses   : 54
% 6.60/1.27  # Clause-clause subsumption calls (NU) : 131308
% 6.60/1.27  # Rec. Clause-clause subsumption calls : 89751
% 6.60/1.27  # Non-unit clause-clause subsumptions  : 619
% 6.60/1.27  # Unit Clause-clause subsumption calls : 61272
% 6.60/1.27  # Rewrite failures with RHS unbound    : 0
% 6.60/1.27  # BW rewrite match attempts            : 2399
% 6.60/1.27  # BW rewrite match successes           : 4
% 6.60/1.27  # Condensation attempts                : 0
% 6.60/1.27  # Condensation successes               : 0
% 6.60/1.27  # Termbank termtop insertions          : 1583559
% 6.60/1.27  # Search garbage collected termcells   : 118
% 6.60/1.27  
% 6.60/1.27  # -------------------------------------------------
% 6.60/1.27  # User time                : 0.751 s
% 6.60/1.27  # System time              : 0.043 s
% 6.60/1.27  # Total time               : 0.794 s
% 6.60/1.27  # Maximum resident set size: 1672 pages
% 6.60/1.27  
% 6.60/1.27  # -------------------------------------------------
% 6.60/1.27  # User time                : 3.866 s
% 6.60/1.27  # System time              : 0.124 s
% 6.60/1.27  # Total time               : 3.990 s
% 6.60/1.27  # Maximum resident set size: 1712 pages
% 6.60/1.27  % E---3.1 exiting
%------------------------------------------------------------------------------