TSTP Solution File: PUZ031+3 by ET---2.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : ET---2.0
% Problem  : PUZ031+3 : TPTP v8.1.0. Released v4.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_ET %s %d

% Computer : n024.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  : 600s
% DateTime : Mon Jul 18 18:10:43 EDT 2022

% Result   : Theorem 0.22s 1.40s
% Output   : CNFRefutation 0.22s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   14
%            Number of leaves      :   20
% Syntax   : Number of formulae    :   84 (  27 unt;   0 def)
%            Number of atoms       :  213 (   0 equ)
%            Maximal formula atoms :    8 (   2 avg)
%            Number of connectives :  232 ( 103   ~;  95   |;  18   &)
%                                         (   0 <=>;  16  =>;   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    :    7 (   7 usr;   6 con; 0-1 aty)
%            Number of variables   :  114 (   3 sgn  46   !;  14   ?)

% Comments : 
%------------------------------------------------------------------------------
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/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in',pel47_7) ).

fof(pel47_8,axiom,
    ! [X3,X2] :
      ( ( bird(X3)
        & snail(X2) )
     => much_smaller(X2,X3) ),
    file('/export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in',pel47_8) ).

fof(bird_is_animal,axiom,
    ! [X1] :
      ( bird(X1)
     => animal(X1) ),
    file('/export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in',bird_is_animal) ).

fof(snail_is_animal,axiom,
    ! [X1] :
      ( snail(X1)
     => animal(X1) ),
    file('/export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in',snail_is_animal) ).

fof(pel47_13,axiom,
    ! [X2,X3] :
      ( ( bird(X2)
        & snail(X3) )
     => ~ eats(X2,X3) ),
    file('/export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in',pel47_13) ).

fof(pel47_14a,axiom,
    ! [X2] :
      ( snail(X2)
     => ? [X3] :
          ( plant(X3)
          & eats(X2,X3) ) ),
    file('/export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in',pel47_14a) ).

fof(grain_is_plant,axiom,
    ! [X1] :
      ( grain(X1)
     => plant(X1) ),
    file('/export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in',grain_is_plant) ).

fof(grain_type,axiom,
    ? [X1] : grain(X1),
    file('/export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in',grain_type) ).

fof(plant_type,axiom,
    ? [X1] : plant(X1),
    file('/export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in',plant_type) ).

fof(snail_type,axiom,
    ? [X1] : snail(X1),
    file('/export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in',snail_type) ).

fof(pel47_9,axiom,
    ! [X2,X3] :
      ( ( bird(X2)
        & fox(X3) )
     => much_smaller(X2,X3) ),
    file('/export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in',pel47_9) ).

fof(fox_is_animal,axiom,
    ! [X1] :
      ( fox(X1)
     => animal(X1) ),
    file('/export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in',fox_is_animal) ).

fof(bird_type,axiom,
    ? [X1] : bird(X1),
    file('/export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in',bird_type) ).

fof(pel47,conjecture,
    ? [X2,X3,X5] :
      ( animal(X2)
      & animal(X3)
      & grain(X5)
      & eats(X3,X5)
      & eats(X2,X3) ),
    file('/export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in',pel47) ).

fof(fox_type,axiom,
    ? [X1] : fox(X1),
    file('/export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in',fox_type) ).

fof(pel47_10,axiom,
    ! [X2,X3] :
      ( ( fox(X2)
        & wolf(X3) )
     => much_smaller(X2,X3) ),
    file('/export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in',pel47_10) ).

fof(wolf_is_animal,axiom,
    ! [X1] :
      ( wolf(X1)
     => animal(X1) ),
    file('/export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in',wolf_is_animal) ).

fof(pel47_11,axiom,
    ! [X2,X3] :
      ( ( wolf(X2)
        & fox(X3) )
     => ~ eats(X2,X3) ),
    file('/export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in',pel47_11) ).

fof(wolf_type,axiom,
    ? [X1] : wolf(X1),
    file('/export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in',wolf_type) ).

fof(pel47_11a,axiom,
    ! [X2,X3] :
      ( ( wolf(X2)
        & grain(X3) )
     => ~ eats(X2,X3) ),
    file('/export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in',pel47_11a) ).

fof(c_0_20,plain,
    ! [X6,X7,X8,X9] :
      ( ~ animal(X6)
      | ~ plant(X7)
      | eats(X6,X7)
      | ~ animal(X8)
      | ~ much_smaller(X8,X6)
      | ~ plant(X9)
      | ~ eats(X8,X9)
      | eats(X6,X8) ),
    inference(shift_quantors,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[pel47_7])])])])]) ).

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

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

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

fof(c_0_24,plain,
    ! [X4,X5] :
      ( ~ bird(X4)
      | ~ snail(X5)
      | ~ eats(X4,X5) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[inference(fof_simplification,[status(thm)],[pel47_13])])]) ).

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

cnf(c_0_26,plain,
    ( much_smaller(X1,X2)
    | ~ snail(X1)
    | ~ bird(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,
    ( ~ eats(X1,X2)
    | ~ snail(X2)
    | ~ bird(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_24]) ).

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

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

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

cnf(c_0_33,plain,
    ( eats(X1,X2)
    | ~ eats(X3,X4)
    | ~ plant(X2)
    | ~ plant(X4)
    | ~ 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,esk5_1(X1))
    | ~ snail(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_30]) ).

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

fof(c_0_36,plain,
    plant(esk3_0),
    inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[plant_type])]) ).

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

cnf(c_0_38,plain,
    grain(esk1_0),
    inference(split_conjunct,[status(thm)],[c_0_32]) ).

cnf(c_0_39,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_40,plain,
    plant(esk3_0),
    inference(split_conjunct,[status(thm)],[c_0_36]) ).

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

cnf(c_0_42,plain,
    plant(esk1_0),
    inference(spm,[status(thm)],[c_0_37,c_0_38]) ).

fof(c_0_43,plain,
    ! [X4,X5] :
      ( ~ bird(X4)
      | ~ fox(X5)
      | much_smaller(X4,X5) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[pel47_9])]) ).

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

cnf(c_0_45,plain,
    ( eats(X1,esk3_0)
    | ~ snail(X2)
    | ~ bird(X1) ),
    inference(spm,[status(thm)],[c_0_39,c_0_40]) ).

cnf(c_0_46,plain,
    snail(esk9_0),
    inference(split_conjunct,[status(thm)],[c_0_41]) ).

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

fof(c_0_48,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_49,plain,
    ( eats(X1,esk1_0)
    | ~ snail(X2)
    | ~ bird(X1) ),
    inference(spm,[status(thm)],[c_0_39,c_0_42]) ).

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

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

cnf(c_0_52,plain,
    ( eats(X1,esk3_0)
    | ~ bird(X1) ),
    inference(spm,[status(thm)],[c_0_45,c_0_46]) ).

cnf(c_0_53,plain,
    bird(esk7_0),
    inference(split_conjunct,[status(thm)],[c_0_47]) ).

fof(c_0_54,negated_conjecture,
    ! [X6,X7,X8] :
      ( ~ animal(X6)
      | ~ animal(X7)
      | ~ grain(X8)
      | ~ eats(X7,X8)
      | ~ eats(X6,X7) ),
    inference(shift_quantors,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_48])])])]) ).

cnf(c_0_55,plain,
    ( eats(X1,esk1_0)
    | ~ bird(X1) ),
    inference(spm,[status(thm)],[c_0_49,c_0_46]) ).

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

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

cnf(c_0_58,plain,
    eats(esk7_0,esk3_0),
    inference(spm,[status(thm)],[c_0_52,c_0_53]) ).

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

cnf(c_0_60,plain,
    eats(esk7_0,esk1_0),
    inference(spm,[status(thm)],[c_0_55,c_0_53]) ).

cnf(c_0_61,plain,
    animal(esk7_0),
    inference(spm,[status(thm)],[c_0_27,c_0_53]) ).

cnf(c_0_62,plain,
    fox(esk10_0),
    inference(split_conjunct,[status(thm)],[c_0_56]) ).

fof(c_0_63,plain,
    ! [X4,X5] :
      ( ~ fox(X4)
      | ~ wolf(X5)
      | much_smaller(X4,X5) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[pel47_10])]) ).

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

fof(c_0_65,plain,
    ! [X4,X5] :
      ( ~ wolf(X4)
      | ~ fox(X5)
      | ~ eats(X4,X5) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[inference(fof_simplification,[status(thm)],[pel47_11])])]) ).

cnf(c_0_66,plain,
    ( eats(X1,esk7_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_57,c_0_58]),c_0_40]),c_0_53])]) ).

cnf(c_0_67,negated_conjecture,
    ( ~ eats(X1,esk7_0)
    | ~ animal(X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_59,c_0_60]),c_0_38]),c_0_61])]) ).

cnf(c_0_68,plain,
    animal(esk10_0),
    inference(spm,[status(thm)],[c_0_51,c_0_62]) ).

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

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

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

cnf(c_0_72,plain,
    ( eats(X1,esk3_0)
    | eats(X1,esk7_0)
    | ~ fox(X1) ),
    inference(spm,[status(thm)],[c_0_66,c_0_40]) ).

cnf(c_0_73,negated_conjecture,
    ~ eats(esk10_0,esk7_0),
    inference(spm,[status(thm)],[c_0_67,c_0_68]) ).

cnf(c_0_74,plain,
    ( eats(X1,X2)
    | ~ eats(X3,X4)
    | ~ plant(X2)
    | ~ plant(X4)
    | ~ 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_69]),c_0_70]),c_0_51]),c_0_71]) ).

cnf(c_0_75,plain,
    eats(esk10_0,esk3_0),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_72,c_0_62]),c_0_73]) ).

cnf(c_0_76,plain,
    ( 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_74,c_0_75]),c_0_40]),c_0_62])]) ).

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

fof(c_0_78,plain,
    ! [X4,X5] :
      ( ~ wolf(X4)
      | ~ grain(X5)
      | ~ eats(X4,X5) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[inference(fof_simplification,[status(thm)],[pel47_11a])])]) ).

cnf(c_0_79,plain,
    ( eats(X1,esk1_0)
    | ~ wolf(X1) ),
    inference(spm,[status(thm)],[c_0_76,c_0_42]) ).

cnf(c_0_80,plain,
    wolf(esk6_0),
    inference(split_conjunct,[status(thm)],[c_0_77]) ).

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

cnf(c_0_82,plain,
    eats(esk6_0,esk1_0),
    inference(spm,[status(thm)],[c_0_79,c_0_80]) ).

cnf(c_0_83,plain,
    $false,
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_81,c_0_82]),c_0_38]),c_0_80])]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : PUZ031+3 : TPTP v8.1.0. Released v4.1.0.
% 0.07/0.12  % Command  : run_ET %s %d
% 0.13/0.33  % Computer : n024.cluster.edu
% 0.13/0.33  % Model    : x86_64 x86_64
% 0.13/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.33  % Memory   : 8042.1875MB
% 0.13/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.33  % CPULimit : 300
% 0.13/0.33  % WCLimit  : 600
% 0.13/0.33  % DateTime : Sat May 28 20:40:37 EDT 2022
% 0.13/0.33  % CPUTime  : 
% 0.22/1.40  # Running protocol protocol_eprover_4a02c828a8cc55752123edbcc1ad40e453c11447 for 23 seconds:
% 0.22/1.40  # SinE strategy is GSinE(CountFormulas,hypos,1.4,,04,100,1.0)
% 0.22/1.40  # Preprocessing time       : 0.016 s
% 0.22/1.40  
% 0.22/1.40  # Proof found!
% 0.22/1.40  # SZS status Theorem
% 0.22/1.40  # SZS output start CNFRefutation
% See solution above
% 0.22/1.41  # Proof object total steps             : 84
% 0.22/1.41  # Proof object clause steps            : 43
% 0.22/1.41  # Proof object formula steps           : 41
% 0.22/1.41  # Proof object conjectures             : 6
% 0.22/1.41  # Proof object clause conjectures      : 3
% 0.22/1.41  # Proof object formula conjectures     : 3
% 0.22/1.41  # Proof object initial clauses used    : 21
% 0.22/1.41  # Proof object initial formulas used   : 20
% 0.22/1.41  # Proof object generating inferences   : 22
% 0.22/1.41  # Proof object simplifying inferences  : 22
% 0.22/1.41  # Training examples: 0 positive, 0 negative
% 0.22/1.41  # Parsed axioms                        : 29
% 0.22/1.41  # Removed by relevancy pruning/SinE    : 3
% 0.22/1.41  # Initial clauses                      : 28
% 0.22/1.41  # Removed in clause preprocessing      : 0
% 0.22/1.41  # Initial clauses in saturation        : 28
% 0.22/1.41  # Processed clauses                    : 112
% 0.22/1.41  # ...of these trivial                  : 0
% 0.22/1.41  # ...subsumed                          : 5
% 0.22/1.41  # ...remaining for further processing  : 107
% 0.22/1.41  # Other redundant clauses eliminated   : 0
% 0.22/1.41  # Clauses deleted for lack of memory   : 0
% 0.22/1.41  # Backward-subsumed                    : 21
% 0.22/1.41  # Backward-rewritten                   : 6
% 0.22/1.41  # Generated clauses                    : 130
% 0.22/1.41  # ...of the previous two non-trivial   : 126
% 0.22/1.41  # Contextual simplify-reflections      : 21
% 0.22/1.41  # Paramodulations                      : 130
% 0.22/1.41  # Factorizations                       : 0
% 0.22/1.41  # Equation resolutions                 : 0
% 0.22/1.41  # Current number of processed clauses  : 80
% 0.22/1.41  #    Positive orientable unit clauses  : 21
% 0.22/1.41  #    Positive unorientable unit clauses: 0
% 0.22/1.41  #    Negative unit clauses             : 10
% 0.22/1.41  #    Non-unit-clauses                  : 49
% 0.22/1.41  # Current number of unprocessed clauses: 35
% 0.22/1.41  # ...number of literals in the above   : 107
% 0.22/1.41  # Current number of archived formulas  : 0
% 0.22/1.41  # Current number of archived clauses   : 27
% 0.22/1.41  # Clause-clause subsumption calls (NU) : 668
% 0.22/1.41  # Rec. Clause-clause subsumption calls : 261
% 0.22/1.41  # Non-unit clause-clause subsumptions  : 46
% 0.22/1.41  # Unit Clause-clause subsumption calls : 271
% 0.22/1.41  # Rewrite failures with RHS unbound    : 0
% 0.22/1.41  # BW rewrite match attempts            : 4
% 0.22/1.41  # BW rewrite match successes           : 4
% 0.22/1.41  # Condensation attempts                : 0
% 0.22/1.41  # Condensation successes               : 0
% 0.22/1.41  # Termbank termtop insertions          : 3520
% 0.22/1.41  
% 0.22/1.41  # -------------------------------------------------
% 0.22/1.41  # User time                : 0.019 s
% 0.22/1.41  # System time              : 0.003 s
% 0.22/1.41  # Total time               : 0.022 s
% 0.22/1.41  # Maximum resident set size: 2976 pages
%------------------------------------------------------------------------------