TSTP Solution File: PUZ031+3 by E-SAT---3.1.00

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : E-SAT---3.1.00
% Problem  : PUZ031+3 : TPTP v8.2.0. Released v4.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_E %s %d THM

% Computer : n023.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 : Tue May 21 02:25:57 EDT 2024

% Result   : Theorem 0.20s 0.49s
% Output   : CNFRefutation 0.20s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   16
%            Number of leaves      :   19
% Syntax   : Number of formulae    :   81 (  21 unt;   0 def)
%            Number of atoms       :  217 (   0 equ)
%            Maximal formula atoms :    8 (   2 avg)
%            Number of connectives :  238 ( 102   ~;  96   |;  21   &)
%                                         (   0 <=>;  19  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   13 (   4 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of predicates  :   10 (   9 usr;   1 prp; 0-2 aty)
%            Number of functors    :    6 (   6 usr;   5 con; 0-1 aty)
%            Number of variables   :  116 (   2 sgn  52   !;  13   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(pel47_13,axiom,
    ! [X2,X3] :
      ( ( bird(X2)
        & snail(X3) )
     => ~ eats(X2,X3) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',pel47_13) ).

fof(pel47_7,axiom,
    ! [X2] :
      ( animal(X2)
     => ( ! [X3] :
            ( plant(X3)
           => eats(X2,X3) )
        | ! [X4] :
            ( animal(X4)
           => ( ( much_smaller(X4,X2)
                & ? [X5] :
                    ( plant(X5)
                    & eats(X4,X5) ) )
             => eats(X2,X4) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',pel47_7) ).

fof(pel47_8,axiom,
    ! [X3,X2] :
      ( ( bird(X3)
        & snail(X2) )
     => much_smaller(X2,X3) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',pel47_8) ).

fof(bird_is_animal,axiom,
    ! [X1] :
      ( bird(X1)
     => animal(X1) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',bird_is_animal) ).

fof(snail_is_animal,axiom,
    ! [X1] :
      ( snail(X1)
     => animal(X1) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',snail_is_animal) ).

fof(pel47_14a,axiom,
    ! [X2] :
      ( snail(X2)
     => ? [X3] :
          ( plant(X3)
          & eats(X2,X3) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',pel47_14a) ).

fof(grain_is_plant,axiom,
    ! [X1] :
      ( grain(X1)
     => plant(X1) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',grain_is_plant) ).

fof(grain_type,axiom,
    ? [X1] : grain(X1),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',grain_type) ).

fof(snail_type,axiom,
    ? [X1] : snail(X1),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',snail_type) ).

fof(pel47_9,axiom,
    ! [X2,X3] :
      ( ( bird(X2)
        & fox(X3) )
     => much_smaller(X2,X3) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',pel47_9) ).

fof(fox_is_animal,axiom,
    ! [X1] :
      ( fox(X1)
     => animal(X1) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fox_is_animal) ).

fof(bird_type,axiom,
    ? [X1] : bird(X1),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',bird_type) ).

fof(pel47_11,axiom,
    ! [X2,X3] :
      ( ( wolf(X2)
        & fox(X3) )
     => ~ eats(X2,X3) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',pel47_11) ).

fof(pel47_10,axiom,
    ! [X2,X3] :
      ( ( fox(X2)
        & wolf(X3) )
     => much_smaller(X2,X3) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',pel47_10) ).

fof(wolf_is_animal,axiom,
    ! [X1] :
      ( wolf(X1)
     => animal(X1) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',wolf_is_animal) ).

fof(fox_type,axiom,
    ? [X1] : fox(X1),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fox_type) ).

fof(pel47,conjecture,
    ? [X2,X3,X5] :
      ( animal(X2)
      & animal(X3)
      & grain(X5)
      & eats(X3,X5)
      & eats(X2,X3) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',pel47) ).

fof(wolf_type,axiom,
    ? [X1] : wolf(X1),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',wolf_type) ).

fof(pel47_11a,axiom,
    ! [X2,X3] :
      ( ( wolf(X2)
        & grain(X3) )
     => ~ eats(X2,X3) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',pel47_11a) ).

fof(c_0_19,plain,
    ! [X2,X3] :
      ( ( bird(X2)
        & snail(X3) )
     => ~ eats(X2,X3) ),
    inference(fof_simplification,[status(thm)],[pel47_13]) ).

fof(c_0_20,plain,
    ! [X23,X24,X25,X26] :
      ( ~ animal(X23)
      | ~ plant(X24)
      | eats(X23,X24)
      | ~ animal(X25)
      | ~ much_smaller(X25,X23)
      | ~ plant(X26)
      | ~ eats(X25,X26)
      | eats(X23,X25) ),
    inference(fof_nnf,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[pel47_7])])])]) ).

fof(c_0_21,plain,
    ! [X27,X28] :
      ( ~ bird(X27)
      | ~ snail(X28)
      | much_smaller(X28,X27) ),
    inference(fof_nnf,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[pel47_8])])]) ).

fof(c_0_22,plain,
    ! [X14] :
      ( ~ bird(X14)
      | animal(X14) ),
    inference(fof_nnf,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[bird_is_animal])])]) ).

fof(c_0_23,plain,
    ! [X18] :
      ( ~ snail(X18)
      | animal(X18) ),
    inference(fof_nnf,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[snail_is_animal])])]) ).

fof(c_0_24,plain,
    ! [X41,X42] :
      ( ~ bird(X41)
      | ~ snail(X42)
      | ~ eats(X41,X42) ),
    inference(fof_nnf,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_19])])]) ).

cnf(c_0_25,plain,
    ( eats(X1,X2)
    | eats(X1,X3)
    | ~ animal(X1)
    | ~ plant(X2)
    | ~ animal(X3)
    | ~ much_smaller(X3,X1)
    | ~ plant(X4)
    | ~ eats(X3,X4) ),
    inference(split_conjunct,[status(thm)],[c_0_20]) ).

cnf(c_0_26,plain,
    ( much_smaller(X2,X1)
    | ~ bird(X1)
    | ~ snail(X2) ),
    inference(split_conjunct,[status(thm)],[c_0_21]) ).

cnf(c_0_27,plain,
    ( animal(X1)
    | ~ bird(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_22]) ).

cnf(c_0_28,plain,
    ( animal(X1)
    | ~ snail(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_23]) ).

cnf(c_0_29,plain,
    ( ~ bird(X1)
    | ~ snail(X2)
    | ~ eats(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_24]) ).

fof(c_0_30,plain,
    ! [X45] :
      ( ( plant(esk11_1(X45))
        | ~ snail(X45) )
      & ( eats(X45,esk11_1(X45))
        | ~ snail(X45) ) ),
    inference(distribute,[status(thm)],[inference(fof_nnf,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[pel47_14a])])])])]) ).

fof(c_0_31,plain,
    ! [X22] :
      ( ~ grain(X22)
      | plant(X22) ),
    inference(fof_nnf,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[grain_is_plant])])]) ).

fof(c_0_32,plain,
    grain(esk9_0),
    inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[grain_type])]) ).

cnf(c_0_33,plain,
    ( eats(X1,X2)
    | ~ eats(X3,X4)
    | ~ plant(X4)
    | ~ plant(X2)
    | ~ snail(X3)
    | ~ bird(X1) ),
    inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_25,c_0_26]),c_0_27]),c_0_28]),c_0_29]) ).

cnf(c_0_34,plain,
    ( eats(X1,esk11_1(X1))
    | ~ snail(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_30]) ).

cnf(c_0_35,plain,
    ( plant(esk11_1(X1))
    | ~ snail(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_30]) ).

cnf(c_0_36,plain,
    ( plant(X1)
    | ~ grain(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_31]) ).

cnf(c_0_37,plain,
    grain(esk9_0),
    inference(split_conjunct,[status(thm)],[c_0_32]) ).

cnf(c_0_38,plain,
    ( eats(X1,X2)
    | ~ plant(X2)
    | ~ snail(X3)
    | ~ bird(X1) ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_33,c_0_34]),c_0_35]) ).

cnf(c_0_39,plain,
    plant(esk9_0),
    inference(spm,[status(thm)],[c_0_36,c_0_37]) ).

fof(c_0_40,plain,
    snail(esk7_0),
    inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[snail_type])]) ).

fof(c_0_41,plain,
    ! [X31,X32] :
      ( ~ bird(X31)
      | ~ fox(X32)
      | much_smaller(X31,X32) ),
    inference(fof_nnf,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[pel47_9])])]) ).

fof(c_0_42,plain,
    ! [X12] :
      ( ~ fox(X12)
      | animal(X12) ),
    inference(fof_nnf,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[fox_is_animal])])]) ).

cnf(c_0_43,plain,
    ( eats(X1,esk9_0)
    | ~ snail(X2)
    | ~ bird(X1) ),
    inference(spm,[status(thm)],[c_0_38,c_0_39]) ).

cnf(c_0_44,plain,
    snail(esk7_0),
    inference(split_conjunct,[status(thm)],[c_0_40]) ).

fof(c_0_45,plain,
    bird(esk5_0),
    inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[bird_type])]) ).

cnf(c_0_46,plain,
    ( much_smaller(X1,X2)
    | ~ bird(X1)
    | ~ fox(X2) ),
    inference(split_conjunct,[status(thm)],[c_0_41]) ).

cnf(c_0_47,plain,
    ( animal(X1)
    | ~ fox(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_42]) ).

cnf(c_0_48,plain,
    ( eats(X1,esk9_0)
    | ~ bird(X1) ),
    inference(spm,[status(thm)],[c_0_43,c_0_44]) ).

cnf(c_0_49,plain,
    bird(esk5_0),
    inference(split_conjunct,[status(thm)],[c_0_45]) ).

fof(c_0_50,plain,
    ! [X2,X3] :
      ( ( wolf(X2)
        & fox(X3) )
     => ~ eats(X2,X3) ),
    inference(fof_simplification,[status(thm)],[pel47_11]) ).

cnf(c_0_51,plain,
    ( eats(X1,X2)
    | eats(X1,X3)
    | ~ eats(X3,X4)
    | ~ plant(X4)
    | ~ plant(X2)
    | ~ bird(X3)
    | ~ fox(X1) ),
    inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_25,c_0_46]),c_0_47]),c_0_27]) ).

cnf(c_0_52,plain,
    eats(esk5_0,esk9_0),
    inference(spm,[status(thm)],[c_0_48,c_0_49]) ).

fof(c_0_53,plain,
    ! [X33,X34] :
      ( ~ fox(X33)
      | ~ wolf(X34)
      | much_smaller(X33,X34) ),
    inference(fof_nnf,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[pel47_10])])]) ).

fof(c_0_54,plain,
    ! [X10] :
      ( ~ wolf(X10)
      | animal(X10) ),
    inference(fof_nnf,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[wolf_is_animal])])]) ).

fof(c_0_55,plain,
    ! [X35,X36] :
      ( ~ wolf(X35)
      | ~ fox(X36)
      | ~ eats(X35,X36) ),
    inference(fof_nnf,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_50])])]) ).

cnf(c_0_56,plain,
    ( eats(X1,esk5_0)
    | eats(X1,X2)
    | ~ plant(X2)
    | ~ fox(X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_51,c_0_52]),c_0_39]),c_0_49])]) ).

fof(c_0_57,plain,
    fox(esk4_0),
    inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[fox_type])]) ).

cnf(c_0_58,plain,
    ( much_smaller(X1,X2)
    | ~ fox(X1)
    | ~ wolf(X2) ),
    inference(split_conjunct,[status(thm)],[c_0_53]) ).

cnf(c_0_59,plain,
    ( animal(X1)
    | ~ wolf(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_54]) ).

cnf(c_0_60,plain,
    ( ~ wolf(X1)
    | ~ fox(X2)
    | ~ eats(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_55]) ).

cnf(c_0_61,plain,
    ( eats(X1,esk9_0)
    | eats(X1,esk5_0)
    | ~ fox(X1) ),
    inference(spm,[status(thm)],[c_0_56,c_0_39]) ).

cnf(c_0_62,plain,
    fox(esk4_0),
    inference(split_conjunct,[status(thm)],[c_0_57]) ).

fof(c_0_63,negated_conjecture,
    ~ ? [X2,X3,X5] :
        ( animal(X2)
        & animal(X3)
        & grain(X5)
        & eats(X3,X5)
        & eats(X2,X3) ),
    inference(assume_negation,[status(cth)],[pel47]) ).

cnf(c_0_64,plain,
    ( eats(X1,X2)
    | ~ eats(X3,X4)
    | ~ plant(X4)
    | ~ plant(X2)
    | ~ fox(X3)
    | ~ wolf(X1) ),
    inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_25,c_0_58]),c_0_59]),c_0_47]),c_0_60]) ).

cnf(c_0_65,plain,
    ( eats(esk4_0,esk5_0)
    | eats(esk4_0,esk9_0) ),
    inference(spm,[status(thm)],[c_0_61,c_0_62]) ).

fof(c_0_66,negated_conjecture,
    ! [X47,X48,X49] :
      ( ~ animal(X47)
      | ~ animal(X48)
      | ~ grain(X49)
      | ~ eats(X48,X49)
      | ~ eats(X47,X48) ),
    inference(fof_nnf,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_63])])]) ).

cnf(c_0_67,plain,
    ( eats(esk4_0,esk5_0)
    | eats(X1,X2)
    | ~ plant(X2)
    | ~ wolf(X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_64,c_0_65]),c_0_39]),c_0_62])]) ).

fof(c_0_68,plain,
    wolf(esk3_0),
    inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[wolf_type])]) ).

fof(c_0_69,plain,
    ! [X2,X3] :
      ( ( wolf(X2)
        & grain(X3) )
     => ~ eats(X2,X3) ),
    inference(fof_simplification,[status(thm)],[pel47_11a]) ).

cnf(c_0_70,negated_conjecture,
    ( ~ animal(X1)
    | ~ animal(X2)
    | ~ grain(X3)
    | ~ eats(X2,X3)
    | ~ eats(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_66]) ).

cnf(c_0_71,plain,
    animal(esk5_0),
    inference(spm,[status(thm)],[c_0_27,c_0_49]) ).

cnf(c_0_72,plain,
    ( eats(esk4_0,esk5_0)
    | eats(X1,esk9_0)
    | ~ wolf(X1) ),
    inference(spm,[status(thm)],[c_0_67,c_0_39]) ).

cnf(c_0_73,plain,
    wolf(esk3_0),
    inference(split_conjunct,[status(thm)],[c_0_68]) ).

fof(c_0_74,plain,
    ! [X37,X38] :
      ( ~ wolf(X37)
      | ~ grain(X38)
      | ~ eats(X37,X38) ),
    inference(fof_nnf,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_69])])]) ).

cnf(c_0_75,negated_conjecture,
    ( ~ eats(X1,esk5_0)
    | ~ animal(X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_70,c_0_52]),c_0_37]),c_0_71])]) ).

cnf(c_0_76,plain,
    ( eats(esk3_0,esk9_0)
    | eats(esk4_0,esk5_0) ),
    inference(spm,[status(thm)],[c_0_72,c_0_73]) ).

cnf(c_0_77,plain,
    animal(esk4_0),
    inference(spm,[status(thm)],[c_0_47,c_0_62]) ).

cnf(c_0_78,plain,
    ( ~ wolf(X1)
    | ~ grain(X2)
    | ~ eats(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_74]) ).

cnf(c_0_79,negated_conjecture,
    eats(esk3_0,esk9_0),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_75,c_0_76]),c_0_77])]) ).

cnf(c_0_80,negated_conjecture,
    $false,
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_78,c_0_79]),c_0_37]),c_0_73])]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem    : PUZ031+3 : TPTP v8.2.0. Released v4.1.0.
% 0.03/0.13  % Command    : run_E %s %d THM
% 0.13/0.34  % Computer : n023.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit   : 300
% 0.13/0.34  % WCLimit    : 300
% 0.13/0.34  % DateTime   : Sat May 18 10:29:53 EDT 2024
% 0.13/0.34  % CPUTime    : 
% 0.20/0.47  Running first-order model finding
% 0.20/0.47  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/benchmark/theBenchmark.p
% 0.20/0.49  # Version: 3.1.0
% 0.20/0.49  # Preprocessing class: FSMSSMSSSSSNFFN.
% 0.20/0.49  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 0.20/0.49  # Starting G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with 1500s (5) cores
% 0.20/0.49  # Starting new_bool_3 with 300s (1) cores
% 0.20/0.49  # Starting new_bool_1 with 300s (1) cores
% 0.20/0.49  # Starting sh5l with 300s (1) cores
% 0.20/0.49  # G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with pid 11131 completed with status 0
% 0.20/0.49  # Result found by G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN
% 0.20/0.49  # Preprocessing class: FSMSSMSSSSSNFFN.
% 0.20/0.49  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 0.20/0.49  # Starting G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with 1500s (5) cores
% 0.20/0.49  # No SInE strategy applied
% 0.20/0.49  # Search class: FGHNF-FFSM11-SFFFFFNN
% 0.20/0.49  # Scheduled 6 strats onto 5 cores with 1500 seconds (1500 total)
% 0.20/0.49  # Starting SAT001_MinMin_p005000_rr_RG with 811s (1) cores
% 0.20/0.49  # Starting G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with 151s (1) cores
% 0.20/0.49  # Starting new_bool_3 with 136s (1) cores
% 0.20/0.49  # Starting new_bool_1 with 136s (1) cores
% 0.20/0.49  # Starting sh5l with 136s (1) cores
% 0.20/0.49  # SAT001_MinMin_p005000_rr_RG with pid 11135 completed with status 0
% 0.20/0.49  # Result found by SAT001_MinMin_p005000_rr_RG
% 0.20/0.49  # Preprocessing class: FSMSSMSSSSSNFFN.
% 0.20/0.49  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 0.20/0.49  # Starting G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with 1500s (5) cores
% 0.20/0.49  # No SInE strategy applied
% 0.20/0.49  # Search class: FGHNF-FFSM11-SFFFFFNN
% 0.20/0.49  # Scheduled 6 strats onto 5 cores with 1500 seconds (1500 total)
% 0.20/0.49  # Starting SAT001_MinMin_p005000_rr_RG with 811s (1) cores
% 0.20/0.49  # Preprocessing time       : 0.001 s
% 0.20/0.49  # Presaturation interreduction done
% 0.20/0.49  
% 0.20/0.49  # Proof found!
% 0.20/0.49  # SZS status Theorem
% 0.20/0.49  # SZS output start CNFRefutation
% See solution above
% 0.20/0.49  # Parsed axioms                        : 29
% 0.20/0.49  # Removed by relevancy pruning/SinE    : 0
% 0.20/0.49  # Initial clauses                      : 31
% 0.20/0.49  # Removed in clause preprocessing      : 0
% 0.20/0.49  # Initial clauses in saturation        : 31
% 0.20/0.49  # Processed clauses                    : 150
% 0.20/0.49  # ...of these trivial                  : 0
% 0.20/0.49  # ...subsumed                          : 15
% 0.20/0.49  # ...remaining for further processing  : 135
% 0.20/0.49  # Other redundant clauses eliminated   : 0
% 0.20/0.49  # Clauses deleted for lack of memory   : 0
% 0.20/0.49  # Backward-subsumed                    : 11
% 0.20/0.49  # Backward-rewritten                   : 3
% 0.20/0.49  # Generated clauses                    : 119
% 0.20/0.49  # ...of the previous two non-redundant : 114
% 0.20/0.49  # ...aggressively subsumed             : 0
% 0.20/0.49  # Contextual simplify-reflections      : 15
% 0.20/0.49  # Paramodulations                      : 119
% 0.20/0.49  # Factorizations                       : 0
% 0.20/0.49  # NegExts                              : 0
% 0.20/0.49  # Equation resolutions                 : 0
% 0.20/0.49  # Disequality decompositions           : 0
% 0.20/0.49  # Total rewrite steps                  : 34
% 0.20/0.49  # ...of those cached                   : 25
% 0.20/0.49  # Propositional unsat checks           : 0
% 0.20/0.49  #    Propositional check models        : 0
% 0.20/0.49  #    Propositional check unsatisfiable : 0
% 0.20/0.49  #    Propositional clauses             : 0
% 0.20/0.49  #    Propositional clauses after purity: 0
% 0.20/0.49  #    Propositional unsat core size     : 0
% 0.20/0.49  #    Propositional preprocessing time  : 0.000
% 0.20/0.49  #    Propositional encoding time       : 0.000
% 0.20/0.49  #    Propositional solver time         : 0.000
% 0.20/0.49  #    Success case prop preproc time    : 0.000
% 0.20/0.49  #    Success case prop encoding time   : 0.000
% 0.20/0.49  #    Success case prop solver time     : 0.000
% 0.20/0.49  # Current number of processed clauses  : 90
% 0.20/0.49  #    Positive orientable unit clauses  : 19
% 0.20/0.49  #    Positive unorientable unit clauses: 0
% 0.20/0.49  #    Negative unit clauses             : 4
% 0.20/0.49  #    Non-unit-clauses                  : 67
% 0.20/0.49  # Current number of unprocessed clauses: 24
% 0.20/0.49  # ...number of literals in the above   : 122
% 0.20/0.49  # Current number of archived formulas  : 0
% 0.20/0.49  # Current number of archived clauses   : 45
% 0.20/0.49  # Clause-clause subsumption calls (NU) : 551
% 0.20/0.49  # Rec. Clause-clause subsumption calls : 246
% 0.20/0.49  # Non-unit clause-clause subsumptions  : 34
% 0.20/0.49  # Unit Clause-clause subsumption calls : 79
% 0.20/0.49  # Rewrite failures with RHS unbound    : 0
% 0.20/0.49  # BW rewrite match attempts            : 1
% 0.20/0.49  # BW rewrite match successes           : 1
% 0.20/0.49  # Condensation attempts                : 0
% 0.20/0.49  # Condensation successes               : 0
% 0.20/0.49  # Termbank termtop insertions          : 3952
% 0.20/0.49  # Search garbage collected termcells   : 401
% 0.20/0.49  
% 0.20/0.49  # -------------------------------------------------
% 0.20/0.49  # User time                : 0.008 s
% 0.20/0.49  # System time              : 0.004 s
% 0.20/0.49  # Total time               : 0.013 s
% 0.20/0.49  # Maximum resident set size: 1784 pages
% 0.20/0.49  
% 0.20/0.49  # -------------------------------------------------
% 0.20/0.49  # User time                : 0.036 s
% 0.20/0.49  # System time              : 0.010 s
% 0.20/0.49  # Total time               : 0.046 s
% 0.20/0.49  # Maximum resident set size: 1708 pages
% 0.20/0.49  % E---3.1 exiting
%------------------------------------------------------------------------------