TSTP Solution File: FLD012-4 by E-SAT---3.1

View Problem - Process Solution

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

% Computer : n015.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:27 EDT 2023

% Result   : Unsatisfiable 0.52s 0.62s
% Output   : CNFRefutation 0.52s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   22
%            Number of leaves      :   24
% Syntax   : Number of clauses     :   89 (  42 unt;   6 nHn;  89 RR)
%            Number of literals    :  179 (   0 equ;  92 neg)
%            Maximal clause size   :    5 (   2 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of predicates  :    4 (   3 usr;   1 prp; 0-3 aty)
%            Number of functors    :    8 (   8 usr;   6 con; 0-1 aty)
%            Number of variables   :  127 (   0 sgn)

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

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

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

cnf(not_sum_6,negated_conjecture,
    ~ sum(additive_identity,b,additive_identity),
    file('/export/starexec/sandbox/tmp/tmp.q4eMeP6a4d/E---3.1_633.p',not_sum_6) ).

cnf(commutativity_multiplication,axiom,
    ( product(X1,X2,X3)
    | ~ product(X2,X1,X3) ),
    file('/export/starexec/sandbox/tmp/tmp.q4eMeP6a4d/E---3.1_633.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.q4eMeP6a4d/E---3.1_633.p',well_definedness_of_multiplicative_inverse) ).

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

cnf(product_8,negated_conjecture,
    product(multiplicative_inverse(a),multiplicative_inverse(b),v),
    file('/export/starexec/sandbox/tmp/tmp.q4eMeP6a4d/E---3.1_633.p',product_8) ).

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

cnf(not_sum_5,negated_conjecture,
    ~ sum(additive_identity,a,additive_identity),
    file('/export/starexec/sandbox/tmp/tmp.q4eMeP6a4d/E---3.1_633.p',not_sum_5) ).

cnf(product_7,negated_conjecture,
    product(a,b,u),
    file('/export/starexec/sandbox/tmp/tmp.q4eMeP6a4d/E---3.1_633.p',product_7) ).

cnf(v_is_defined,hypothesis,
    defined(v),
    file('/export/starexec/sandbox/tmp/tmp.q4eMeP6a4d/E---3.1_633.p',v_is_defined) ).

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

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

cnf(u_is_defined,hypothesis,
    defined(u),
    file('/export/starexec/sandbox/tmp/tmp.q4eMeP6a4d/E---3.1_633.p',u_is_defined) ).

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

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

cnf(not_product_9,negated_conjecture,
    ~ product(multiplicative_identity,multiplicative_inverse(u),v),
    file('/export/starexec/sandbox/tmp/tmp.q4eMeP6a4d/E---3.1_633.p',not_product_9) ).

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

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

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

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

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

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

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

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

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

cnf(c_0_28,hypothesis,
    ( product(X1,b,X2)
    | ~ product(X3,b,X2)
    | ~ product(X3,multiplicative_identity,X1) ),
    inference(spm,[status(thm)],[c_0_26,c_0_27]) ).

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

cnf(c_0_30,negated_conjecture,
    ~ sum(additive_identity,b,additive_identity),
    not_sum_6 ).

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

cnf(c_0_32,hypothesis,
    ( product(X1,b,multiplicative_identity)
    | ~ product(multiplicative_inverse(b),multiplicative_identity,X1) ),
    inference(sr,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_28,c_0_29]),c_0_25])]),c_0_30]) ).

cnf(c_0_33,plain,
    ( product(X1,multiplicative_identity,X1)
    | ~ defined(X1) ),
    inference(spm,[status(thm)],[c_0_31,c_0_24]) ).

cnf(c_0_34,hypothesis,
    ( product(multiplicative_inverse(b),b,multiplicative_identity)
    | ~ defined(multiplicative_inverse(b)) ),
    inference(spm,[status(thm)],[c_0_32,c_0_33]) ).

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

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

cnf(c_0_37,hypothesis,
    product(multiplicative_inverse(b),b,multiplicative_identity),
    inference(sr,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_34,c_0_35]),c_0_25])]),c_0_30]) ).

cnf(c_0_38,plain,
    ( product(X1,X2,X3)
    | ~ product(X1,X4,multiplicative_identity)
    | ~ product(X4,X3,X2)
    | ~ defined(X3) ),
    inference(spm,[status(thm)],[c_0_36,c_0_24]) ).

cnf(c_0_39,hypothesis,
    product(b,multiplicative_inverse(b),multiplicative_identity),
    inference(spm,[status(thm)],[c_0_31,c_0_37]) ).

cnf(c_0_40,negated_conjecture,
    product(multiplicative_inverse(a),multiplicative_inverse(b),v),
    product_8 ).

cnf(c_0_41,hypothesis,
    ( product(b,X1,X2)
    | ~ product(multiplicative_inverse(b),X2,X1)
    | ~ defined(X2) ),
    inference(spm,[status(thm)],[c_0_38,c_0_39]) ).

cnf(c_0_42,negated_conjecture,
    product(multiplicative_inverse(b),multiplicative_inverse(a),v),
    inference(spm,[status(thm)],[c_0_31,c_0_40]) ).

cnf(c_0_43,negated_conjecture,
    ( product(b,v,multiplicative_inverse(a))
    | ~ defined(multiplicative_inverse(a)) ),
    inference(spm,[status(thm)],[c_0_41,c_0_42]) ).

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

cnf(c_0_45,negated_conjecture,
    ~ sum(additive_identity,a,additive_identity),
    not_sum_5 ).

cnf(c_0_46,negated_conjecture,
    product(b,v,multiplicative_inverse(a)),
    inference(sr,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_43,c_0_35]),c_0_44])]),c_0_45]) ).

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

cnf(c_0_48,negated_conjecture,
    product(v,b,multiplicative_inverse(a)),
    inference(spm,[status(thm)],[c_0_31,c_0_46]) ).

cnf(c_0_49,negated_conjecture,
    product(a,b,u),
    product_7 ).

cnf(c_0_50,hypothesis,
    defined(v),
    v_is_defined ).

cnf(c_0_51,negated_conjecture,
    ( product(v,X1,multiplicative_identity)
    | ~ product(b,a,X1) ),
    inference(sr,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_47,c_0_48]),c_0_44])]),c_0_45]) ).

cnf(c_0_52,negated_conjecture,
    product(b,a,u),
    inference(spm,[status(thm)],[c_0_31,c_0_49]) ).

cnf(c_0_53,hypothesis,
    product(multiplicative_identity,v,v),
    inference(spm,[status(thm)],[c_0_24,c_0_50]) ).

cnf(c_0_54,negated_conjecture,
    product(v,u,multiplicative_identity),
    inference(spm,[status(thm)],[c_0_51,c_0_52]) ).

cnf(c_0_55,hypothesis,
    ( product(X1,X2,v)
    | ~ product(X3,v,X2)
    | ~ product(X1,X3,multiplicative_identity) ),
    inference(spm,[status(thm)],[c_0_36,c_0_53]) ).

cnf(c_0_56,negated_conjecture,
    product(u,v,multiplicative_identity),
    inference(spm,[status(thm)],[c_0_31,c_0_54]) ).

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

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

cnf(c_0_59,hypothesis,
    ( product(X1,multiplicative_identity,v)
    | ~ product(X1,u,multiplicative_identity) ),
    inference(spm,[status(thm)],[c_0_55,c_0_56]) ).

cnf(c_0_60,hypothesis,
    defined(u),
    u_is_defined ).

cnf(c_0_61,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_62,axiom,
    ( sum(X1,X2,X3)
    | ~ sum(X1,X4,X5)
    | ~ sum(X4,X6,X2)
    | ~ sum(X5,X6,X3) ),
    associativity_addition_1 ).

cnf(c_0_63,plain,
    sum(additive_identity,multiplicative_identity,multiplicative_identity),
    inference(spm,[status(thm)],[c_0_57,c_0_58]) ).

cnf(c_0_64,hypothesis,
    ( product(multiplicative_inverse(u),multiplicative_identity,v)
    | sum(additive_identity,u,additive_identity) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_59,c_0_29]),c_0_60])]) ).

cnf(c_0_65,negated_conjecture,
    ~ product(multiplicative_identity,multiplicative_inverse(u),v),
    not_product_9 ).

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

cnf(c_0_67,axiom,
    ( sum(additive_inverse(X1),X1,additive_identity)
    | ~ defined(X1) ),
    existence_of_inverse_addition ).

cnf(c_0_68,hypothesis,
    ( sum(X1,X2,v)
    | ~ product(X3,v,X2)
    | ~ product(X4,v,X1)
    | ~ sum(X4,X3,multiplicative_identity) ),
    inference(spm,[status(thm)],[c_0_61,c_0_53]) ).

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

cnf(c_0_70,hypothesis,
    sum(additive_identity,u,additive_identity),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_31,c_0_64]),c_0_65]) ).

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

cnf(c_0_72,plain,
    ( sum(X1,additive_inverse(X1),additive_identity)
    | ~ defined(X1) ),
    inference(spm,[status(thm)],[c_0_66,c_0_67]) ).

cnf(c_0_73,hypothesis,
    ( sum(X1,v,v)
    | ~ product(X2,v,X1)
    | ~ sum(X2,multiplicative_identity,multiplicative_identity) ),
    inference(spm,[status(thm)],[c_0_68,c_0_53]) ).

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

cnf(c_0_75,hypothesis,
    sum(u,additive_identity,additive_identity),
    inference(spm,[status(thm)],[c_0_66,c_0_70]) ).

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

cnf(c_0_77,plain,
    sum(additive_identity,additive_identity,additive_identity),
    inference(spm,[status(thm)],[c_0_57,c_0_71]) ).

cnf(c_0_78,plain,
    ( sum(X1,X2,additive_identity)
    | ~ defined(X3)
    | ~ sum(X4,additive_inverse(X3),X2)
    | ~ sum(X1,X4,X3) ),
    inference(spm,[status(thm)],[c_0_62,c_0_72]) ).

cnf(c_0_79,hypothesis,
    ( sum(multiplicative_identity,v,v)
    | ~ sum(u,multiplicative_identity,multiplicative_identity) ),
    inference(spm,[status(thm)],[c_0_73,c_0_56]) ).

cnf(c_0_80,hypothesis,
    sum(u,multiplicative_identity,multiplicative_identity),
    inference(spm,[status(thm)],[c_0_74,c_0_75]) ).

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

cnf(c_0_82,plain,
    ( sum(X1,additive_identity,X1)
    | ~ defined(X1) ),
    inference(spm,[status(thm)],[c_0_66,c_0_57]) ).

cnf(c_0_83,plain,
    ( sum(X1,additive_identity,additive_identity)
    | ~ defined(X2)
    | ~ sum(X1,X2,X2) ),
    inference(spm,[status(thm)],[c_0_78,c_0_72]) ).

cnf(c_0_84,hypothesis,
    sum(multiplicative_identity,v,v),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[c_0_79,c_0_80])]) ).

cnf(c_0_85,plain,
    ( sum(X1,additive_identity,X2)
    | ~ defined(X2)
    | ~ sum(X2,additive_identity,X1) ),
    inference(spm,[status(thm)],[c_0_81,c_0_82]) ).

cnf(c_0_86,hypothesis,
    sum(multiplicative_identity,additive_identity,additive_identity),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_83,c_0_84]),c_0_50])]) ).

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

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

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem    : FLD012-4 : TPTP v8.1.2. Bugfixed v2.1.0.
% 0.07/0.14  % Command    : run_E %s %d THM
% 0.13/0.35  % Computer : n015.cluster.edu
% 0.13/0.35  % Model    : x86_64 x86_64
% 0.13/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.35  % Memory   : 8042.1875MB
% 0.13/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.35  % CPULimit   : 2400
% 0.13/0.35  % WCLimit    : 300
% 0.13/0.35  % DateTime   : Mon Oct  2 23:31:16 EDT 2023
% 0.13/0.35  % CPUTime    : 
% 0.21/0.49  Running first-order model finding
% 0.21/0.49  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.q4eMeP6a4d/E---3.1_633.p
% 0.52/0.62  # Version: 3.1pre001
% 0.52/0.62  # Preprocessing class: FSMSSMSSSSSNFFN.
% 0.52/0.62  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 0.52/0.62  # Starting G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with 1500s (5) cores
% 0.52/0.62  # Starting new_bool_3 with 300s (1) cores
% 0.52/0.62  # Starting new_bool_1 with 300s (1) cores
% 0.52/0.62  # Starting sh5l with 300s (1) cores
% 0.52/0.62  # sh5l with pid 823 completed with status 0
% 0.52/0.62  # Result found by sh5l
% 0.52/0.62  # Preprocessing class: FSMSSMSSSSSNFFN.
% 0.52/0.62  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 0.52/0.62  # Starting G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with 1500s (5) cores
% 0.52/0.62  # Starting new_bool_3 with 300s (1) cores
% 0.52/0.62  # Starting new_bool_1 with 300s (1) cores
% 0.52/0.62  # Starting sh5l with 300s (1) cores
% 0.52/0.62  # SinE strategy is gf500_gu_R04_F100_L20000
% 0.52/0.62  # Search class: FGUNF-FFMM11-SFFFFFNN
% 0.52/0.62  # partial match(1): FGUNF-FFMM21-SFFFFFNN
% 0.52/0.62  # Scheduled 6 strats onto 1 cores with 300 seconds (300 total)
% 0.52/0.62  # Starting G-E--_006_C18_F1_PI_AE_Q4_CS_SP_S2S with 118s (1) cores
% 0.52/0.62  # G-E--_006_C18_F1_PI_AE_Q4_CS_SP_S2S with pid 830 completed with status 0
% 0.52/0.62  # Result found by G-E--_006_C18_F1_PI_AE_Q4_CS_SP_S2S
% 0.52/0.62  # Preprocessing class: FSMSSMSSSSSNFFN.
% 0.52/0.62  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 0.52/0.62  # Starting G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with 1500s (5) cores
% 0.52/0.62  # Starting new_bool_3 with 300s (1) cores
% 0.52/0.62  # Starting new_bool_1 with 300s (1) cores
% 0.52/0.62  # Starting sh5l with 300s (1) cores
% 0.52/0.62  # SinE strategy is gf500_gu_R04_F100_L20000
% 0.52/0.62  # Search class: FGUNF-FFMM11-SFFFFFNN
% 0.52/0.62  # partial match(1): FGUNF-FFMM21-SFFFFFNN
% 0.52/0.62  # Scheduled 6 strats onto 1 cores with 300 seconds (300 total)
% 0.52/0.62  # Starting G-E--_006_C18_F1_PI_AE_Q4_CS_SP_S2S with 118s (1) cores
% 0.52/0.62  # Preprocessing time       : 0.001 s
% 0.52/0.62  
% 0.52/0.62  # Proof found!
% 0.52/0.62  # SZS status Unsatisfiable
% 0.52/0.62  # SZS output start CNFRefutation
% See solution above
% 0.52/0.62  # Parsed axioms                        : 35
% 0.52/0.62  # Removed by relevancy pruning/SinE    : 4
% 0.52/0.62  # Initial clauses                      : 31
% 0.52/0.62  # Removed in clause preprocessing      : 0
% 0.52/0.62  # Initial clauses in saturation        : 31
% 0.52/0.62  # Processed clauses                    : 1224
% 0.52/0.62  # ...of these trivial                  : 44
% 0.52/0.62  # ...subsumed                          : 191
% 0.52/0.62  # ...remaining for further processing  : 989
% 0.52/0.62  # Other redundant clauses eliminated   : 0
% 0.52/0.62  # Clauses deleted for lack of memory   : 0
% 0.52/0.62  # Backward-subsumed                    : 4
% 0.52/0.62  # Backward-rewritten                   : 35
% 0.52/0.62  # Generated clauses                    : 4274
% 0.52/0.62  # ...of the previous two non-redundant : 2810
% 0.52/0.62  # ...aggressively subsumed             : 0
% 0.52/0.62  # Contextual simplify-reflections      : 0
% 0.52/0.62  # Paramodulations                      : 4262
% 0.52/0.62  # Factorizations                       : 12
% 0.52/0.62  # NegExts                              : 0
% 0.52/0.62  # Equation resolutions                 : 0
% 0.52/0.62  # Total rewrite steps                  : 1891
% 0.52/0.62  # Propositional unsat checks           : 0
% 0.52/0.62  #    Propositional check models        : 0
% 0.52/0.62  #    Propositional check unsatisfiable : 0
% 0.52/0.62  #    Propositional clauses             : 0
% 0.52/0.62  #    Propositional clauses after purity: 0
% 0.52/0.62  #    Propositional unsat core size     : 0
% 0.52/0.62  #    Propositional preprocessing time  : 0.000
% 0.52/0.62  #    Propositional encoding time       : 0.000
% 0.52/0.62  #    Propositional solver time         : 0.000
% 0.52/0.62  #    Success case prop preproc time    : 0.000
% 0.52/0.62  #    Success case prop encoding time   : 0.000
% 0.52/0.62  #    Success case prop solver time     : 0.000
% 0.52/0.62  # Current number of processed clauses  : 950
% 0.52/0.62  #    Positive orientable unit clauses  : 129
% 0.52/0.62  #    Positive unorientable unit clauses: 0
% 0.52/0.62  #    Negative unit clauses             : 10
% 0.52/0.62  #    Non-unit-clauses                  : 811
% 0.52/0.62  # Current number of unprocessed clauses: 1606
% 0.52/0.62  # ...number of literals in the above   : 4988
% 0.52/0.62  # Current number of archived formulas  : 0
% 0.52/0.62  # Current number of archived clauses   : 39
% 0.52/0.62  # Clause-clause subsumption calls (NU) : 53158
% 0.52/0.62  # Rec. Clause-clause subsumption calls : 42505
% 0.52/0.62  # Non-unit clause-clause subsumptions  : 192
% 0.52/0.62  # Unit Clause-clause subsumption calls : 3555
% 0.52/0.62  # Rewrite failures with RHS unbound    : 0
% 0.52/0.62  # BW rewrite match attempts            : 130
% 0.52/0.62  # BW rewrite match successes           : 26
% 0.52/0.62  # Condensation attempts                : 0
% 0.52/0.62  # Condensation successes               : 0
% 0.52/0.62  # Termbank termtop insertions          : 58413
% 0.52/0.62  
% 0.52/0.62  # -------------------------------------------------
% 0.52/0.62  # User time                : 0.116 s
% 0.52/0.62  # System time              : 0.001 s
% 0.52/0.62  # Total time               : 0.117 s
% 0.52/0.62  # Maximum resident set size: 1792 pages
% 0.52/0.62  
% 0.52/0.62  # -------------------------------------------------
% 0.52/0.62  # User time                : 0.117 s
% 0.52/0.62  # System time              : 0.003 s
% 0.52/0.62  # Total time               : 0.120 s
% 0.52/0.62  # Maximum resident set size: 1704 pages
% 0.52/0.62  % E---3.1 exiting
%------------------------------------------------------------------------------