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 v1.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : java -Dfile.encoding=UTF-8 -Xms512M -Xmx4G -Xss10M -jar /export/starexec/sandbox/solver/bin/beagle.jar -auto -q -proof -print tff -smtsolver /export/starexec/sandbox/solver/bin/cvc4-1.4-x86_64-linux-opt -liasolver cooper -t %d %s

% Computer : n028.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   : Unsatisfiable 5.90s 2.34s
% Output   : CNFRefutation 5.90s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   20
%            Number of leaves      :   40
% Syntax   : Number of formulae    :  109 (  34 unt;  18 typ;   0 def)
%            Number of atoms       :  259 (   0 equ)
%            Maximal formula atoms :    8 (   2 avg)
%            Number of connectives :  351 ( 183   ~; 168   |;   0   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   13 (   5 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   14 (  12   >;   2   *;   0   +;   0  <<)
%            Number of predicates  :   11 (  10 usr;   1 prp; 0-2 aty)
%            Number of functors    :    8 (   8 usr;   6 con; 0-1 aty)
%            Number of variables   :  121 (; 121   !;   0   ?;   0   :)

% Comments : 
%------------------------------------------------------------------------------
%$ much_smaller > eats > wolf > snail > plant > grain > fox > caterpillar > bird > animal > #nlpp > snail_food_of > caterpillar_food_of > a_wolf > a_snail > a_grain > a_fox > a_caterpillar > a_bird

%Foreground sorts:

%Background operators:

%Foreground operators:
tff(caterpillar_food_of,type,
    caterpillar_food_of: $i > $i ).

tff(a_wolf,type,
    a_wolf: $i ).

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

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

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

tff(a_bird,type,
    a_bird: $i ).

tff(a_caterpillar,type,
    a_caterpillar: $i ).

tff(a_grain,type,
    a_grain: $i ).

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

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

tff(a_fox,type,
    a_fox: $i ).

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

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

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

tff(snail_food_of,type,
    snail_food_of: $i > $i ).

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

tff(a_snail,type,
    a_snail: $i ).

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

tff(f_72,axiom,
    ! [X] :
      ( plant(X)
      | ~ grain(X) ),
    file(unknown,unknown) ).

tff(f_62,axiom,
    wolf(a_wolf),
    file(unknown,unknown) ).

tff(f_41,axiom,
    ! [X] :
      ( animal(X)
      | ~ wolf(X) ),
    file(unknown,unknown) ).

tff(f_63,axiom,
    fox(a_fox),
    file(unknown,unknown) ).

tff(f_46,axiom,
    ! [X] :
      ( animal(X)
      | ~ fox(X) ),
    file(unknown,unknown) ).

tff(f_126,axiom,
    ! [Fox,Wolf] :
      ( much_smaller(Fox,Wolf)
      | ~ fox(Fox)
      | ~ wolf(Wolf) ),
    file(unknown,unknown) ).

tff(f_64,axiom,
    bird(a_bird),
    file(unknown,unknown) ).

tff(f_51,axiom,
    ! [X] :
      ( animal(X)
      | ~ bird(X) ),
    file(unknown,unknown) ).

tff(f_118,axiom,
    ! [Bird,Fox] :
      ( much_smaller(Bird,Fox)
      | ~ bird(Bird)
      | ~ fox(Fox) ),
    file(unknown,unknown) ).

tff(f_66,axiom,
    snail(a_snail),
    file(unknown,unknown) ).

tff(f_61,axiom,
    ! [X] :
      ( animal(X)
      | ~ snail(X) ),
    file(unknown,unknown) ).

tff(f_176,axiom,
    ! [Snail] :
      ( plant(snail_food_of(Snail))
      | ~ snail(Snail) ),
    file(unknown,unknown) ).

tff(f_110,axiom,
    ! [Snail,Bird] :
      ( much_smaller(Snail,Bird)
      | ~ snail(Snail)
      | ~ bird(Bird) ),
    file(unknown,unknown) ).

tff(f_181,axiom,
    ! [Snail] :
      ( eats(Snail,snail_food_of(Snail))
      | ~ snail(Snail) ),
    file(unknown,unknown) ).

tff(f_94,axiom,
    ! [Animal,Plant,Small_animal,Other_plant] :
      ( eats(Animal,Plant)
      | eats(Animal,Small_animal)
      | ~ animal(Animal)
      | ~ plant(Plant)
      | ~ animal(Small_animal)
      | ~ plant(Other_plant)
      | ~ much_smaller(Small_animal,Animal)
      | ~ eats(Small_animal,Other_plant) ),
    file(unknown,unknown) ).

tff(f_161,axiom,
    ! [Bird,Snail] :
      ( ~ bird(Bird)
      | ~ snail(Snail)
      | ~ eats(Bird,Snail) ),
    file(unknown,unknown) ).

tff(f_166,axiom,
    ! [Catapillar] :
      ( plant(caterpillar_food_of(Catapillar))
      | ~ caterpillar(Catapillar) ),
    file(unknown,unknown) ).

tff(f_65,axiom,
    caterpillar(a_caterpillar),
    file(unknown,unknown) ).

tff(f_196,axiom,
    ! [Animal,Grain_eater,Grain] :
      ( ~ animal(Animal)
      | ~ animal(Grain_eater)
      | ~ grain(Grain)
      | ~ eats(Animal,Grain_eater)
      | ~ eats(Grain_eater,Grain) ),
    file(unknown,unknown) ).

tff(f_135,axiom,
    ! [Wolf,Fox] :
      ( ~ wolf(Wolf)
      | ~ fox(Fox)
      | ~ eats(Wolf,Fox) ),
    file(unknown,unknown) ).

tff(f_144,axiom,
    ! [Wolf,Grain] :
      ( ~ wolf(Wolf)
      | ~ grain(Grain)
      | ~ eats(Wolf,Grain) ),
    file(unknown,unknown) ).

tff(f_67,axiom,
    grain(a_grain),
    file(unknown,unknown) ).

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

tff(c_12,plain,
    wolf(a_wolf),
    inference(cnfTransformation,[status(thm)],[f_62]) ).

tff(c_74,plain,
    ! [X_39] :
      ( ~ wolf(X_39)
      | animal(X_39) ),
    inference(cnfTransformation,[status(thm)],[f_41]) ).

tff(c_78,plain,
    animal(a_wolf),
    inference(resolution,[status(thm)],[c_12,c_74]) ).

tff(c_14,plain,
    fox(a_fox),
    inference(cnfTransformation,[status(thm)],[f_63]) ).

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

tff(c_57,plain,
    animal(a_fox),
    inference(resolution,[status(thm)],[c_14,c_53]) ).

tff(c_34,plain,
    ! [Wolf_18,Fox_17] :
      ( ~ wolf(Wolf_18)
      | ~ fox(Fox_17)
      | much_smaller(Fox_17,Wolf_18) ),
    inference(cnfTransformation,[status(thm)],[f_126]) ).

tff(c_16,plain,
    bird(a_bird),
    inference(cnfTransformation,[status(thm)],[f_64]) ).

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

tff(c_62,plain,
    animal(a_bird),
    inference(resolution,[status(thm)],[c_16,c_58]) ).

tff(c_32,plain,
    ! [Fox_16,Bird_15] :
      ( ~ fox(Fox_16)
      | ~ bird(Bird_15)
      | much_smaller(Bird_15,Fox_16) ),
    inference(cnfTransformation,[status(thm)],[f_118]) ).

tff(c_20,plain,
    snail(a_snail),
    inference(cnfTransformation,[status(thm)],[f_66]) ).

tff(c_69,plain,
    ! [X_38] :
      ( ~ snail(X_38)
      | animal(X_38) ),
    inference(cnfTransformation,[status(thm)],[f_61]) ).

tff(c_73,plain,
    animal(a_snail),
    inference(resolution,[status(thm)],[c_20,c_69]) ).

tff(c_48,plain,
    ! [Snail_29] :
      ( ~ snail(Snail_29)
      | plant(snail_food_of(Snail_29)) ),
    inference(cnfTransformation,[status(thm)],[f_176]) ).

tff(c_30,plain,
    ! [Bird_14,Snail_13] :
      ( ~ bird(Bird_14)
      | ~ snail(Snail_13)
      | much_smaller(Snail_13,Bird_14) ),
    inference(cnfTransformation,[status(thm)],[f_110]) ).

tff(c_50,plain,
    ! [Snail_30] :
      ( ~ snail(Snail_30)
      | eats(Snail_30,snail_food_of(Snail_30)) ),
    inference(cnfTransformation,[status(thm)],[f_181]) ).

tff(c_151,plain,
    ! [Small_animal_69,Other_plant_70,Animal_71,Plant_72] :
      ( ~ eats(Small_animal_69,Other_plant_70)
      | ~ much_smaller(Small_animal_69,Animal_71)
      | ~ plant(Other_plant_70)
      | ~ animal(Small_animal_69)
      | ~ plant(Plant_72)
      | ~ animal(Animal_71)
      | eats(Animal_71,Small_animal_69)
      | eats(Animal_71,Plant_72) ),
    inference(cnfTransformation,[status(thm)],[f_94]) ).

tff(c_1149,plain,
    ! [Snail_177,Animal_178,Plant_179] :
      ( ~ much_smaller(Snail_177,Animal_178)
      | ~ plant(snail_food_of(Snail_177))
      | ~ animal(Snail_177)
      | ~ plant(Plant_179)
      | ~ animal(Animal_178)
      | eats(Animal_178,Snail_177)
      | eats(Animal_178,Plant_179)
      | ~ snail(Snail_177) ),
    inference(resolution,[status(thm)],[c_50,c_151]) ).

tff(c_1162,plain,
    ! [Snail_180,Plant_181,Bird_182] :
      ( ~ plant(snail_food_of(Snail_180))
      | ~ animal(Snail_180)
      | ~ plant(Plant_181)
      | ~ animal(Bird_182)
      | eats(Bird_182,Snail_180)
      | eats(Bird_182,Plant_181)
      | ~ bird(Bird_182)
      | ~ snail(Snail_180) ),
    inference(resolution,[status(thm)],[c_30,c_1149]) ).

tff(c_1184,plain,
    ! [Snail_183,Plant_184,Bird_185] :
      ( ~ animal(Snail_183)
      | ~ plant(Plant_184)
      | ~ animal(Bird_185)
      | eats(Bird_185,Snail_183)
      | eats(Bird_185,Plant_184)
      | ~ bird(Bird_185)
      | ~ snail(Snail_183) ),
    inference(resolution,[status(thm)],[c_48,c_1162]) ).

tff(c_42,plain,
    ! [Bird_25,Snail_26] :
      ( ~ eats(Bird_25,Snail_26)
      | ~ snail(Snail_26)
      | ~ bird(Bird_25) ),
    inference(cnfTransformation,[status(thm)],[f_161]) ).

tff(c_1220,plain,
    ! [Snail_183,Plant_184,Bird_185] :
      ( ~ animal(Snail_183)
      | ~ plant(Plant_184)
      | ~ animal(Bird_185)
      | eats(Bird_185,Plant_184)
      | ~ bird(Bird_185)
      | ~ snail(Snail_183) ),
    inference(resolution,[status(thm)],[c_1184,c_42]) ).

tff(c_1275,plain,
    ! [Snail_192] :
      ( ~ animal(Snail_192)
      | ~ snail(Snail_192) ),
    inference(splitLeft,[status(thm)],[c_1220]) ).

tff(c_1278,plain,
    ~ animal(a_snail),
    inference(resolution,[status(thm)],[c_20,c_1275]) ).

tff(c_1282,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_73,c_1278]) ).

tff(c_1284,plain,
    ! [Plant_193,Bird_194] :
      ( ~ plant(Plant_193)
      | ~ animal(Bird_194)
      | eats(Bird_194,Plant_193)
      | ~ bird(Bird_194) ),
    inference(splitRight,[status(thm)],[c_1220]) ).

tff(c_26,plain,
    ! [Small_animal_9,Other_plant_10,Animal_7,Plant_8] :
      ( ~ eats(Small_animal_9,Other_plant_10)
      | ~ much_smaller(Small_animal_9,Animal_7)
      | ~ plant(Other_plant_10)
      | ~ animal(Small_animal_9)
      | ~ plant(Plant_8)
      | ~ animal(Animal_7)
      | eats(Animal_7,Small_animal_9)
      | eats(Animal_7,Plant_8) ),
    inference(cnfTransformation,[status(thm)],[f_94]) ).

tff(c_1301,plain,
    ! [Bird_194,Animal_7,Plant_8,Plant_193] :
      ( ~ much_smaller(Bird_194,Animal_7)
      | ~ plant(Plant_8)
      | ~ animal(Animal_7)
      | eats(Animal_7,Bird_194)
      | eats(Animal_7,Plant_8)
      | ~ plant(Plant_193)
      | ~ animal(Bird_194)
      | ~ bird(Bird_194) ),
    inference(resolution,[status(thm)],[c_1284,c_26]) ).

tff(c_1500,plain,
    ! [Plant_193] : ~ plant(Plant_193),
    inference(splitLeft,[status(thm)],[c_1301]) ).

tff(c_44,plain,
    ! [Catapillar_27] :
      ( ~ caterpillar(Catapillar_27)
      | plant(caterpillar_food_of(Catapillar_27)) ),
    inference(cnfTransformation,[status(thm)],[f_166]) ).

tff(c_1501,plain,
    ! [Catapillar_27] : ~ caterpillar(Catapillar_27),
    inference(negUnitSimplification,[status(thm)],[c_1500,c_44]) ).

tff(c_18,plain,
    caterpillar(a_caterpillar),
    inference(cnfTransformation,[status(thm)],[f_65]) ).

tff(c_1506,plain,
    $false,
    inference(negUnitSimplification,[status(thm)],[c_1501,c_18]) ).

tff(c_1508,plain,
    ! [Plant_222,Bird_223,Animal_224] :
      ( ~ plant(Plant_222)
      | ~ much_smaller(Bird_223,Animal_224)
      | ~ animal(Animal_224)
      | eats(Animal_224,Bird_223)
      | eats(Animal_224,Plant_222)
      | ~ animal(Bird_223)
      | ~ bird(Bird_223) ),
    inference(splitRight,[status(thm)],[c_1301]) ).

tff(c_1535,plain,
    ! [Plant_225,Fox_226,Bird_227] :
      ( ~ plant(Plant_225)
      | ~ animal(Fox_226)
      | eats(Fox_226,Bird_227)
      | eats(Fox_226,Plant_225)
      | ~ animal(Bird_227)
      | ~ fox(Fox_226)
      | ~ bird(Bird_227) ),
    inference(resolution,[status(thm)],[c_32,c_1508]) ).

tff(c_52,plain,
    ! [Grain_eater_32,Grain_33,Animal_31] :
      ( ~ eats(Grain_eater_32,Grain_33)
      | ~ eats(Animal_31,Grain_eater_32)
      | ~ grain(Grain_33)
      | ~ animal(Grain_eater_32)
      | ~ animal(Animal_31) ),
    inference(cnfTransformation,[status(thm)],[f_196]) ).

tff(c_1302,plain,
    ! [Animal_31,Bird_194,Plant_193] :
      ( ~ eats(Animal_31,Bird_194)
      | ~ grain(Plant_193)
      | ~ animal(Animal_31)
      | ~ plant(Plant_193)
      | ~ animal(Bird_194)
      | ~ bird(Bird_194) ),
    inference(resolution,[status(thm)],[c_1284,c_52]) ).

tff(c_1322,plain,
    ! [Animal_31,Bird_194] :
      ( ~ eats(Animal_31,Bird_194)
      | ~ animal(Animal_31)
      | ~ animal(Bird_194)
      | ~ bird(Bird_194) ),
    inference(splitLeft,[status(thm)],[c_1302]) ).

tff(c_1572,plain,
    ! [Plant_225,Fox_226,Bird_227] :
      ( ~ plant(Plant_225)
      | ~ animal(Fox_226)
      | eats(Fox_226,Plant_225)
      | ~ animal(Bird_227)
      | ~ fox(Fox_226)
      | ~ bird(Bird_227) ),
    inference(resolution,[status(thm)],[c_1535,c_1322]) ).

tff(c_1595,plain,
    ! [Bird_231] :
      ( ~ animal(Bird_231)
      | ~ bird(Bird_231) ),
    inference(splitLeft,[status(thm)],[c_1572]) ).

tff(c_1598,plain,
    ~ animal(a_bird),
    inference(resolution,[status(thm)],[c_16,c_1595]) ).

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

tff(c_1604,plain,
    ! [Plant_232,Fox_233] :
      ( ~ plant(Plant_232)
      | ~ animal(Fox_233)
      | eats(Fox_233,Plant_232)
      | ~ fox(Fox_233) ),
    inference(splitRight,[status(thm)],[c_1572]) ).

tff(c_1625,plain,
    ! [Fox_233,Animal_7,Plant_8,Plant_232] :
      ( ~ much_smaller(Fox_233,Animal_7)
      | ~ plant(Plant_8)
      | ~ animal(Animal_7)
      | eats(Animal_7,Fox_233)
      | eats(Animal_7,Plant_8)
      | ~ plant(Plant_232)
      | ~ animal(Fox_233)
      | ~ fox(Fox_233) ),
    inference(resolution,[status(thm)],[c_1604,c_26]) ).

tff(c_1887,plain,
    ! [Plant_232] : ~ plant(Plant_232),
    inference(splitLeft,[status(thm)],[c_1625]) ).

tff(c_1888,plain,
    ! [Catapillar_27] : ~ caterpillar(Catapillar_27),
    inference(negUnitSimplification,[status(thm)],[c_1887,c_44]) ).

tff(c_1893,plain,
    $false,
    inference(negUnitSimplification,[status(thm)],[c_1888,c_18]) ).

tff(c_1895,plain,
    ! [Plant_259,Fox_260,Animal_261] :
      ( ~ plant(Plant_259)
      | ~ much_smaller(Fox_260,Animal_261)
      | ~ animal(Animal_261)
      | eats(Animal_261,Fox_260)
      | eats(Animal_261,Plant_259)
      | ~ animal(Fox_260)
      | ~ fox(Fox_260) ),
    inference(splitRight,[status(thm)],[c_1625]) ).

tff(c_1922,plain,
    ! [Plant_262,Wolf_263,Fox_264] :
      ( ~ plant(Plant_262)
      | ~ animal(Wolf_263)
      | eats(Wolf_263,Fox_264)
      | eats(Wolf_263,Plant_262)
      | ~ animal(Fox_264)
      | ~ wolf(Wolf_263)
      | ~ fox(Fox_264) ),
    inference(resolution,[status(thm)],[c_34,c_1895]) ).

tff(c_36,plain,
    ! [Wolf_19,Fox_20] :
      ( ~ eats(Wolf_19,Fox_20)
      | ~ fox(Fox_20)
      | ~ wolf(Wolf_19) ),
    inference(cnfTransformation,[status(thm)],[f_135]) ).

tff(c_1971,plain,
    ! [Plant_262,Wolf_263,Fox_264] :
      ( ~ plant(Plant_262)
      | ~ animal(Wolf_263)
      | eats(Wolf_263,Plant_262)
      | ~ animal(Fox_264)
      | ~ wolf(Wolf_263)
      | ~ fox(Fox_264) ),
    inference(resolution,[status(thm)],[c_1922,c_36]) ).

tff(c_1983,plain,
    ! [Fox_265] :
      ( ~ animal(Fox_265)
      | ~ fox(Fox_265) ),
    inference(splitLeft,[status(thm)],[c_1971]) ).

tff(c_1986,plain,
    ~ animal(a_fox),
    inference(resolution,[status(thm)],[c_14,c_1983]) ).

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

tff(c_1992,plain,
    ! [Plant_266,Wolf_267] :
      ( ~ plant(Plant_266)
      | ~ animal(Wolf_267)
      | eats(Wolf_267,Plant_266)
      | ~ wolf(Wolf_267) ),
    inference(splitRight,[status(thm)],[c_1971]) ).

tff(c_38,plain,
    ! [Wolf_21,Grain_22] :
      ( ~ eats(Wolf_21,Grain_22)
      | ~ grain(Grain_22)
      | ~ wolf(Wolf_21) ),
    inference(cnfTransformation,[status(thm)],[f_144]) ).

tff(c_2019,plain,
    ! [Plant_266,Wolf_267] :
      ( ~ grain(Plant_266)
      | ~ plant(Plant_266)
      | ~ animal(Wolf_267)
      | ~ wolf(Wolf_267) ),
    inference(resolution,[status(thm)],[c_1992,c_38]) ).

tff(c_2023,plain,
    ! [Wolf_268] :
      ( ~ animal(Wolf_268)
      | ~ wolf(Wolf_268) ),
    inference(splitLeft,[status(thm)],[c_2019]) ).

tff(c_2026,plain,
    ~ animal(a_wolf),
    inference(resolution,[status(thm)],[c_12,c_2023]) ).

tff(c_2030,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_78,c_2026]) ).

tff(c_2032,plain,
    ! [Plant_269] :
      ( ~ grain(Plant_269)
      | ~ plant(Plant_269) ),
    inference(splitRight,[status(thm)],[c_2019]) ).

tff(c_2044,plain,
    ! [X_6] : ~ grain(X_6),
    inference(resolution,[status(thm)],[c_24,c_2032]) ).

tff(c_22,plain,
    grain(a_grain),
    inference(cnfTransformation,[status(thm)],[f_67]) ).

tff(c_2046,plain,
    $false,
    inference(negUnitSimplification,[status(thm)],[c_2044,c_22]) ).

tff(c_2048,plain,
    ! [Plant_270] :
      ( ~ grain(Plant_270)
      | ~ plant(Plant_270) ),
    inference(splitRight,[status(thm)],[c_1302]) ).

tff(c_2060,plain,
    ! [X_6] : ~ grain(X_6),
    inference(resolution,[status(thm)],[c_24,c_2048]) ).

tff(c_2062,plain,
    $false,
    inference(negUnitSimplification,[status(thm)],[c_2060,c_22]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.14  % Problem  : PUZ031-1 : TPTP v8.1.2. Released v1.0.0.
% 0.00/0.14  % Command  : java -Dfile.encoding=UTF-8 -Xms512M -Xmx4G -Xss10M -jar /export/starexec/sandbox/solver/bin/beagle.jar -auto -q -proof -print tff -smtsolver /export/starexec/sandbox/solver/bin/cvc4-1.4-x86_64-linux-opt -liasolver cooper -t %d %s
% 0.15/0.36  % Computer : n028.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:51:24 EDT 2023
% 0.15/0.36  % CPUTime  : 
% 5.90/2.34  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p
% 5.90/2.35  
% 5.90/2.35  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
% 5.90/2.40  
% 5.90/2.40  Inference rules
% 5.90/2.40  ----------------------
% 5.90/2.40  #Ref     : 0
% 5.90/2.40  #Sup     : 414
% 5.90/2.40  #Fact    : 26
% 5.90/2.40  #Define  : 0
% 5.90/2.40  #Split   : 48
% 5.90/2.40  #Chain   : 0
% 5.90/2.40  #Close   : 0
% 5.90/2.40  
% 5.90/2.40  Ordering : KBO
% 5.90/2.40  
% 5.90/2.40  Simplification rules
% 5.90/2.40  ----------------------
% 5.90/2.40  #Subsume      : 546
% 5.90/2.40  #Demod        : 32
% 5.90/2.40  #Tautology    : 0
% 5.90/2.40  #SimpNegUnit  : 20
% 5.90/2.40  #BackRed      : 20
% 5.90/2.40  
% 5.90/2.40  #Partial instantiations: 0
% 5.90/2.40  #Strategies tried      : 1
% 5.90/2.40  
% 5.90/2.40  Timing (in seconds)
% 5.90/2.40  ----------------------
% 5.90/2.40  Preprocessing        : 0.47
% 5.90/2.40  Parsing              : 0.26
% 5.90/2.40  CNF conversion       : 0.03
% 5.90/2.40  Main loop            : 0.84
% 5.90/2.40  Inferencing          : 0.31
% 5.90/2.40  Reduction            : 0.20
% 5.90/2.40  Demodulation         : 0.11
% 5.90/2.40  BG Simplification    : 0.03
% 5.90/2.40  Subsumption          : 0.22
% 5.90/2.40  Abstraction          : 0.03
% 5.90/2.40  MUC search           : 0.00
% 5.90/2.40  Cooper               : 0.00
% 5.90/2.40  Total                : 1.38
% 5.90/2.40  Index Insertion      : 0.00
% 5.90/2.40  Index Deletion       : 0.00
% 5.90/2.40  Index Matching       : 0.00
% 5.90/2.40  BG Taut test         : 0.00
%------------------------------------------------------------------------------