TSTP Solution File: PUZ031+1 by Beagle---0.9.51

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Beagle---0.9.51
% Problem  : PUZ031+1 : TPTP v8.1.2. Released v2.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : java -Dfile.encoding=UTF-8 -Xms512M -Xmx4G -Xss10M -jar /export/starexec/sandbox2/solver/bin/beagle.jar -auto -q -proof -print tff -smtsolver /export/starexec/sandbox2/solver/bin/cvc4-1.4-x86_64-linux-opt -liasolver cooper -t %d %s

% Computer : n005.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 Aug 22 10:54:04 EDT 2023

% Result   : Theorem 5.76s 2.62s
% Output   : CNFRefutation 6.16s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   20
%            Number of leaves      :   36
% Syntax   : Number of formulae    :  106 (  34 unt;  17 typ;   0 def)
%            Number of atoms       :  259 (   0 equ)
%            Maximal formula atoms :    8 (   2 avg)
%            Number of connectives :  324 ( 154   ~; 143   |;  13   &)
%                                         (   0 <=>;  14  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   13 (   5 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   13 (  11   >;   2   *;   0   +;   0  <<)
%            Number of predicates  :   11 (  10 usr;   1 prp; 0-2 aty)
%            Number of functors    :    7 (   7 usr;   6 con; 0-1 aty)
%            Number of variables   :  126 (; 115   !;  11   ?;   0   :)

% Comments : 
%------------------------------------------------------------------------------
%$ much_smaller > eats > wolf > snail > plant > grain > fox > caterpillar > bird > animal > #nlpp > #skF_7 > #skF_5 > #skF_6 > #skF_2 > #skF_3 > #skF_1 > #skF_4

%Foreground sorts:

%Background operators:

%Foreground operators:
tff('#skF_7',type,
    '#skF_7': $i > $i ).

tff(grain,type,
    grain: $i > $o ).

tff(much_smaller,type,
    much_smaller: ( $i * $i ) > $o ).

tff(plant,type,
    plant: $i > $o ).

tff(animal,type,
    animal: $i > $o ).

tff(snail,type,
    snail: $i > $o ).

tff('#skF_5',type,
    '#skF_5': $i ).

tff('#skF_6',type,
    '#skF_6': $i ).

tff('#skF_2',type,
    '#skF_2': $i ).

tff(bird,type,
    bird: $i > $o ).

tff('#skF_3',type,
    '#skF_3': $i ).

tff('#skF_1',type,
    '#skF_1': $i ).

tff(caterpillar,type,
    caterpillar: $i > $o ).

tff(wolf,type,
    wolf: $i > $o ).

tff('#skF_4',type,
    '#skF_4': $i ).

tff(eats,type,
    eats: ( $i * $i ) > $o ).

tff(fox,type,
    fox: $i > $o ).

tff(f_70,axiom,
    ! [X1] :
      ( grain(X1)
     => plant(X1) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',pel47_6_2) ).

tff(f_40,axiom,
    ? [X1] : wolf(X1),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',pel47_1_2) ).

tff(f_38,axiom,
    ! [X] :
      ( wolf(X)
     => animal(X) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',pel47_1_1) ).

tff(f_46,axiom,
    ? [X1] : fox(X1),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',pel47_2_2) ).

tff(f_44,axiom,
    ! [X] :
      ( fox(X)
     => animal(X) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',pel47_2_1) ).

tff(f_109,axiom,
    ! [X,Y] :
      ( ( fox(X)
        & wolf(Y) )
     => much_smaller(X,Y) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',pel47_10) ).

tff(f_52,axiom,
    ? [X1] : bird(X1),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',pel47_3_2) ).

tff(f_50,axiom,
    ! [X] :
      ( bird(X)
     => animal(X) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',pel47_3_1) ).

tff(f_64,axiom,
    ? [X1] : snail(X1),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',pel47_5_2) ).

tff(f_62,axiom,
    ! [X] :
      ( snail(X)
     => animal(X) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',pel47_5_1) ).

tff(f_97,axiom,
    ! [X,Y] :
      ( ( bird(Y)
        & ( snail(X)
          | caterpillar(X) ) )
     => much_smaller(X,Y) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',pel47_8) ).

tff(f_140,axiom,
    ! [X] :
      ( ( caterpillar(X)
        | snail(X) )
     => ? [Y] :
          ( plant(Y)
          & eats(X,Y) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',pel47_14) ).

tff(f_89,axiom,
    ! [X] :
      ( animal(X)
     => ( ! [Y] :
            ( plant(Y)
           => eats(X,Y) )
        | ! [Y1] :
            ( ( animal(Y1)
              & much_smaller(Y1,X)
              & ? [Z] :
                  ( plant(Z)
                  & eats(Y1,Z) ) )
           => eats(X,Y1) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',pel47_7) ).

tff(f_131,axiom,
    ! [X,Y] :
      ( ( bird(X)
        & snail(Y) )
     => ~ eats(X,Y) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',pel47_13) ).

tff(f_103,axiom,
    ! [X,Y] :
      ( ( bird(X)
        & fox(Y) )
     => much_smaller(X,Y) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',pel47_9) ).

tff(f_58,axiom,
    ? [X1] : caterpillar(X1),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',pel47_4_2) ).

tff(f_152,negated_conjecture,
    ~ ? [X,Y] :
        ( animal(X)
        & animal(Y)
        & ? [Z] :
            ( grain(Z)
            & eats(Y,Z)
            & eats(X,Y) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',pel47) ).

tff(f_66,axiom,
    ? [X] : grain(X),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',pel47_6_1) ).

tff(f_118,axiom,
    ! [X,Y] :
      ( ( wolf(X)
        & ( fox(Y)
          | grain(Y) ) )
     => ~ eats(X,Y) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',pel47_11) ).

tff(c_24,plain,
    ! [X1_6] :
      ( plant(X1_6)
      | ~ grain(X1_6) ),
    inference(cnfTransformation,[status(thm)],[f_70]) ).

tff(c_4,plain,
    wolf('#skF_1'),
    inference(cnfTransformation,[status(thm)],[f_40]) ).

tff(c_75,plain,
    ! [X_42] :
      ( animal(X_42)
      | ~ wolf(X_42) ),
    inference(cnfTransformation,[status(thm)],[f_38]) ).

tff(c_79,plain,
    animal('#skF_1'),
    inference(resolution,[status(thm)],[c_4,c_75]) ).

tff(c_8,plain,
    fox('#skF_2'),
    inference(cnfTransformation,[status(thm)],[f_46]) ).

tff(c_53,plain,
    ! [X_34] :
      ( animal(X_34)
      | ~ fox(X_34) ),
    inference(cnfTransformation,[status(thm)],[f_44]) ).

tff(c_57,plain,
    animal('#skF_2'),
    inference(resolution,[status(thm)],[c_8,c_53]) ).

tff(c_34,plain,
    ! [X_20,Y_21] :
      ( much_smaller(X_20,Y_21)
      | ~ wolf(Y_21)
      | ~ fox(X_20) ),
    inference(cnfTransformation,[status(thm)],[f_109]) ).

tff(c_12,plain,
    bird('#skF_3'),
    inference(cnfTransformation,[status(thm)],[f_52]) ).

tff(c_58,plain,
    ! [X_35] :
      ( animal(X_35)
      | ~ bird(X_35) ),
    inference(cnfTransformation,[status(thm)],[f_50]) ).

tff(c_62,plain,
    animal('#skF_3'),
    inference(resolution,[status(thm)],[c_12,c_58]) ).

tff(c_20,plain,
    snail('#skF_5'),
    inference(cnfTransformation,[status(thm)],[f_64]) ).

tff(c_64,plain,
    ! [X_39] :
      ( animal(X_39)
      | ~ snail(X_39) ),
    inference(cnfTransformation,[status(thm)],[f_62]) ).

tff(c_68,plain,
    animal('#skF_5'),
    inference(resolution,[status(thm)],[c_20,c_64]) ).

tff(c_30,plain,
    ! [X_16,Y_17] :
      ( ~ snail(X_16)
      | much_smaller(X_16,Y_17)
      | ~ bird(Y_17) ),
    inference(cnfTransformation,[status(thm)],[f_97]) ).

tff(c_48,plain,
    ! [X_28] :
      ( ~ snail(X_28)
      | plant('#skF_7'(X_28)) ),
    inference(cnfTransformation,[status(thm)],[f_140]) ).

tff(c_44,plain,
    ! [X_28] :
      ( ~ snail(X_28)
      | eats(X_28,'#skF_7'(X_28)) ),
    inference(cnfTransformation,[status(thm)],[f_140]) ).

tff(c_191,plain,
    ! [X_77,Y1_78,Z_79,Y_80] :
      ( eats(X_77,Y1_78)
      | ~ eats(Y1_78,Z_79)
      | ~ plant(Z_79)
      | ~ much_smaller(Y1_78,X_77)
      | ~ animal(Y1_78)
      | eats(X_77,Y_80)
      | ~ plant(Y_80)
      | ~ animal(X_77) ),
    inference(cnfTransformation,[status(thm)],[f_89]) ).

tff(c_263,plain,
    ! [X_96,X_97,Y_98] :
      ( eats(X_96,X_97)
      | ~ plant('#skF_7'(X_97))
      | ~ much_smaller(X_97,X_96)
      | ~ animal(X_97)
      | eats(X_96,Y_98)
      | ~ plant(Y_98)
      | ~ animal(X_96)
      | ~ snail(X_97) ),
    inference(resolution,[status(thm)],[c_44,c_191]) ).

tff(c_274,plain,
    ! [X_99,X_100,Y_101] :
      ( eats(X_99,X_100)
      | ~ much_smaller(X_100,X_99)
      | ~ animal(X_100)
      | eats(X_99,Y_101)
      | ~ plant(Y_101)
      | ~ animal(X_99)
      | ~ snail(X_100) ),
    inference(resolution,[status(thm)],[c_48,c_263]) ).

tff(c_301,plain,
    ! [Y_102,X_103,Y_104] :
      ( eats(Y_102,X_103)
      | ~ animal(X_103)
      | eats(Y_102,Y_104)
      | ~ plant(Y_104)
      | ~ animal(Y_102)
      | ~ snail(X_103)
      | ~ bird(Y_102) ),
    inference(resolution,[status(thm)],[c_30,c_274]) ).

tff(c_42,plain,
    ! [X_26,Y_27] :
      ( ~ eats(X_26,Y_27)
      | ~ snail(Y_27)
      | ~ bird(X_26) ),
    inference(cnfTransformation,[status(thm)],[f_131]) ).

tff(c_356,plain,
    ! [X_103,Y_102,Y_104] :
      ( ~ animal(X_103)
      | eats(Y_102,Y_104)
      | ~ plant(Y_104)
      | ~ animal(Y_102)
      | ~ snail(X_103)
      | ~ bird(Y_102) ),
    inference(resolution,[status(thm)],[c_301,c_42]) ).

tff(c_475,plain,
    ! [X_117] :
      ( ~ animal(X_117)
      | ~ snail(X_117) ),
    inference(splitLeft,[status(thm)],[c_356]) ).

tff(c_478,plain,
    ~ animal('#skF_5'),
    inference(resolution,[status(thm)],[c_20,c_475]) ).

tff(c_482,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_68,c_478]) ).

tff(c_483,plain,
    ! [Y_102,Y_104] :
      ( eats(Y_102,Y_104)
      | ~ plant(Y_104)
      | ~ animal(Y_102)
      | ~ bird(Y_102) ),
    inference(splitRight,[status(thm)],[c_356]) ).

tff(c_32,plain,
    ! [X_18,Y_19] :
      ( much_smaller(X_18,Y_19)
      | ~ fox(Y_19)
      | ~ bird(X_18) ),
    inference(cnfTransformation,[status(thm)],[f_103]) ).

tff(c_485,plain,
    ! [Y_118,Y_119] :
      ( eats(Y_118,Y_119)
      | ~ plant(Y_119)
      | ~ animal(Y_118)
      | ~ bird(Y_118) ),
    inference(splitRight,[status(thm)],[c_356]) ).

tff(c_26,plain,
    ! [X_7,Y1_13,Z_15,Y_12] :
      ( eats(X_7,Y1_13)
      | ~ eats(Y1_13,Z_15)
      | ~ plant(Z_15)
      | ~ much_smaller(Y1_13,X_7)
      | ~ animal(Y1_13)
      | eats(X_7,Y_12)
      | ~ plant(Y_12)
      | ~ animal(X_7) ),
    inference(cnfTransformation,[status(thm)],[f_89]) ).

tff(c_515,plain,
    ! [X_7,Y_118,Y_12,Y_119] :
      ( eats(X_7,Y_118)
      | ~ much_smaller(Y_118,X_7)
      | eats(X_7,Y_12)
      | ~ plant(Y_12)
      | ~ animal(X_7)
      | ~ plant(Y_119)
      | ~ animal(Y_118)
      | ~ bird(Y_118) ),
    inference(resolution,[status(thm)],[c_485,c_26]) ).

tff(c_798,plain,
    ! [Y_119] : ~ plant(Y_119),
    inference(splitLeft,[status(thm)],[c_515]) ).

tff(c_50,plain,
    ! [X_28] :
      ( ~ caterpillar(X_28)
      | plant('#skF_7'(X_28)) ),
    inference(cnfTransformation,[status(thm)],[f_140]) ).

tff(c_799,plain,
    ! [X_28] : ~ caterpillar(X_28),
    inference(negUnitSimplification,[status(thm)],[c_798,c_50]) ).

tff(c_16,plain,
    caterpillar('#skF_4'),
    inference(cnfTransformation,[status(thm)],[f_58]) ).

tff(c_804,plain,
    $false,
    inference(negUnitSimplification,[status(thm)],[c_799,c_16]) ).

tff(c_806,plain,
    ! [X_139,Y_140,Y_141] :
      ( eats(X_139,Y_140)
      | ~ much_smaller(Y_140,X_139)
      | eats(X_139,Y_141)
      | ~ plant(Y_141)
      | ~ animal(X_139)
      | ~ animal(Y_140)
      | ~ bird(Y_140) ),
    inference(splitRight,[status(thm)],[c_515]) ).

tff(c_833,plain,
    ! [Y_142,X_143,Y_144] :
      ( eats(Y_142,X_143)
      | eats(Y_142,Y_144)
      | ~ plant(Y_144)
      | ~ animal(Y_142)
      | ~ animal(X_143)
      | ~ fox(Y_142)
      | ~ bird(X_143) ),
    inference(resolution,[status(thm)],[c_32,c_806]) ).

tff(c_52,plain,
    ! [X_30,Y_31,Z_33] :
      ( ~ eats(X_30,Y_31)
      | ~ eats(Y_31,Z_33)
      | ~ grain(Z_33)
      | ~ animal(Y_31)
      | ~ animal(X_30) ),
    inference(cnfTransformation,[status(thm)],[f_152]) ).

tff(c_903,plain,
    ! [X_143,Z_33,Y_142,Y_144] :
      ( ~ eats(X_143,Z_33)
      | ~ grain(Z_33)
      | eats(Y_142,Y_144)
      | ~ plant(Y_144)
      | ~ animal(Y_142)
      | ~ animal(X_143)
      | ~ fox(Y_142)
      | ~ bird(X_143) ),
    inference(resolution,[status(thm)],[c_833,c_52]) ).

tff(c_923,plain,
    ! [X_146,Z_147] :
      ( ~ eats(X_146,Z_147)
      | ~ grain(Z_147)
      | ~ animal(X_146)
      | ~ bird(X_146) ),
    inference(splitLeft,[status(thm)],[c_903]) ).

tff(c_944,plain,
    ! [Y_104,Y_102] :
      ( ~ grain(Y_104)
      | ~ plant(Y_104)
      | ~ animal(Y_102)
      | ~ bird(Y_102) ),
    inference(resolution,[status(thm)],[c_483,c_923]) ).

tff(c_949,plain,
    ! [Y_148] :
      ( ~ animal(Y_148)
      | ~ bird(Y_148) ),
    inference(splitLeft,[status(thm)],[c_944]) ).

tff(c_952,plain,
    ~ animal('#skF_3'),
    inference(resolution,[status(thm)],[c_12,c_949]) ).

tff(c_956,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_62,c_952]) ).

tff(c_958,plain,
    ! [Y_149] :
      ( ~ grain(Y_149)
      | ~ plant(Y_149) ),
    inference(splitRight,[status(thm)],[c_944]) ).

tff(c_970,plain,
    ! [X1_6] : ~ grain(X1_6),
    inference(resolution,[status(thm)],[c_24,c_958]) ).

tff(c_22,plain,
    grain('#skF_6'),
    inference(cnfTransformation,[status(thm)],[f_66]) ).

tff(c_972,plain,
    $false,
    inference(negUnitSimplification,[status(thm)],[c_970,c_22]) ).

tff(c_974,plain,
    ! [Y_150,Y_151] :
      ( eats(Y_150,Y_151)
      | ~ plant(Y_151)
      | ~ animal(Y_150)
      | ~ fox(Y_150) ),
    inference(splitRight,[status(thm)],[c_903]) ).

tff(c_1008,plain,
    ! [X_7,Y_150,Y_12,Y_151] :
      ( eats(X_7,Y_150)
      | ~ much_smaller(Y_150,X_7)
      | eats(X_7,Y_12)
      | ~ plant(Y_12)
      | ~ animal(X_7)
      | ~ plant(Y_151)
      | ~ animal(Y_150)
      | ~ fox(Y_150) ),
    inference(resolution,[status(thm)],[c_974,c_26]) ).

tff(c_1047,plain,
    ! [Y_151] : ~ plant(Y_151),
    inference(splitLeft,[status(thm)],[c_1008]) ).

tff(c_1048,plain,
    ! [X_28] : ~ caterpillar(X_28),
    inference(negUnitSimplification,[status(thm)],[c_1047,c_50]) ).

tff(c_1053,plain,
    $false,
    inference(negUnitSimplification,[status(thm)],[c_1048,c_16]) ).

tff(c_1055,plain,
    ! [X_158,Y_159,Y_160] :
      ( eats(X_158,Y_159)
      | ~ much_smaller(Y_159,X_158)
      | eats(X_158,Y_160)
      | ~ plant(Y_160)
      | ~ animal(X_158)
      | ~ animal(Y_159)
      | ~ fox(Y_159) ),
    inference(splitRight,[status(thm)],[c_1008]) ).

tff(c_1082,plain,
    ! [Y_161,X_162,Y_163] :
      ( eats(Y_161,X_162)
      | eats(Y_161,Y_163)
      | ~ plant(Y_163)
      | ~ animal(Y_161)
      | ~ animal(X_162)
      | ~ wolf(Y_161)
      | ~ fox(X_162) ),
    inference(resolution,[status(thm)],[c_34,c_1055]) ).

tff(c_38,plain,
    ! [Y_23,X_22] :
      ( ~ fox(Y_23)
      | ~ eats(X_22,Y_23)
      | ~ wolf(X_22) ),
    inference(cnfTransformation,[status(thm)],[f_118]) ).

tff(c_1149,plain,
    ! [Y_161,Y_163,X_162] :
      ( eats(Y_161,Y_163)
      | ~ plant(Y_163)
      | ~ animal(Y_161)
      | ~ animal(X_162)
      | ~ wolf(Y_161)
      | ~ fox(X_162) ),
    inference(resolution,[status(thm)],[c_1082,c_38]) ).

tff(c_1164,plain,
    ! [X_164] :
      ( ~ animal(X_164)
      | ~ fox(X_164) ),
    inference(splitLeft,[status(thm)],[c_1149]) ).

tff(c_1167,plain,
    ~ animal('#skF_2'),
    inference(resolution,[status(thm)],[c_8,c_1164]) ).

tff(c_1171,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_57,c_1167]) ).

tff(c_1173,plain,
    ! [Y_165,Y_166] :
      ( eats(Y_165,Y_166)
      | ~ plant(Y_166)
      | ~ animal(Y_165)
      | ~ wolf(Y_165) ),
    inference(splitRight,[status(thm)],[c_1149]) ).

tff(c_36,plain,
    ! [Y_23,X_22] :
      ( ~ grain(Y_23)
      | ~ eats(X_22,Y_23)
      | ~ wolf(X_22) ),
    inference(cnfTransformation,[status(thm)],[f_118]) ).

tff(c_1209,plain,
    ! [Y_166,Y_165] :
      ( ~ grain(Y_166)
      | ~ plant(Y_166)
      | ~ animal(Y_165)
      | ~ wolf(Y_165) ),
    inference(resolution,[status(thm)],[c_1173,c_36]) ).

tff(c_1215,plain,
    ! [Y_167] :
      ( ~ animal(Y_167)
      | ~ wolf(Y_167) ),
    inference(splitLeft,[status(thm)],[c_1209]) ).

tff(c_1218,plain,
    ~ animal('#skF_1'),
    inference(resolution,[status(thm)],[c_4,c_1215]) ).

tff(c_1222,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_79,c_1218]) ).

tff(c_1224,plain,
    ! [Y_168] :
      ( ~ grain(Y_168)
      | ~ plant(Y_168) ),
    inference(splitRight,[status(thm)],[c_1209]) ).

tff(c_1236,plain,
    ! [X1_6] : ~ grain(X1_6),
    inference(resolution,[status(thm)],[c_24,c_1224]) ).

tff(c_1238,plain,
    $false,
    inference(negUnitSimplification,[status(thm)],[c_1236,c_22]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.13/0.14  % Problem  : PUZ031+1 : TPTP v8.1.2. Released v2.0.0.
% 0.13/0.15  % Command  : java -Dfile.encoding=UTF-8 -Xms512M -Xmx4G -Xss10M -jar /export/starexec/sandbox2/solver/bin/beagle.jar -auto -q -proof -print tff -smtsolver /export/starexec/sandbox2/solver/bin/cvc4-1.4-x86_64-linux-opt -liasolver cooper -t %d %s
% 0.15/0.36  % Computer : n005.cluster.edu
% 0.15/0.36  % Model    : x86_64 x86_64
% 0.15/0.36  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.15/0.36  % Memory   : 8042.1875MB
% 0.15/0.36  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.15/0.36  % CPULimit : 300
% 0.15/0.36  % WCLimit  : 300
% 0.15/0.36  % DateTime : Thu Aug  3 17:34:27 EDT 2023
% 0.15/0.36  % CPUTime  : 
% 5.76/2.62  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p
% 6.03/2.63  
% 6.03/2.63  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p
% See solution above
% 6.16/2.69  
% 6.16/2.69  Inference rules
% 6.16/2.69  ----------------------
% 6.16/2.69  #Ref     : 0
% 6.16/2.69  #Sup     : 237
% 6.16/2.69  #Fact    : 10
% 6.16/2.69  #Define  : 0
% 6.16/2.69  #Split   : 31
% 6.16/2.69  #Chain   : 0
% 6.16/2.69  #Close   : 0
% 6.16/2.69  
% 6.16/2.69  Ordering : KBO
% 6.16/2.69  
% 6.16/2.69  Simplification rules
% 6.16/2.69  ----------------------
% 6.16/2.69  #Subsume      : 299
% 6.16/2.69  #Demod        : 16
% 6.16/2.69  #Tautology    : 0
% 6.16/2.69  #SimpNegUnit  : 11
% 6.16/2.69  #BackRed      : 11
% 6.16/2.69  
% 6.16/2.69  #Partial instantiations: 0
% 6.16/2.69  #Strategies tried      : 1
% 6.16/2.69  
% 6.16/2.69  Timing (in seconds)
% 6.16/2.69  ----------------------
% 6.16/2.70  Preprocessing        : 0.57
% 6.16/2.70  Parsing              : 0.33
% 6.16/2.70  CNF conversion       : 0.04
% 6.16/2.70  Main loop            : 0.89
% 6.16/2.70  Inferencing          : 0.35
% 6.16/2.70  Reduction            : 0.19
% 6.16/2.70  Demodulation         : 0.13
% 6.16/2.70  BG Simplification    : 0.03
% 6.16/2.70  Subsumption          : 0.23
% 6.16/2.70  Abstraction          : 0.03
% 6.16/2.70  MUC search           : 0.00
% 6.16/2.70  Cooper               : 0.00
% 6.16/2.70  Total                : 1.56
% 6.16/2.70  Index Insertion      : 0.00
% 6.16/2.70  Index Deletion       : 0.00
% 6.16/2.70  Index Matching       : 0.00
% 6.16/2.70  BG Taut test         : 0.00
%------------------------------------------------------------------------------