TSTP Solution File: BOO016-1 by Beagle---0.9.51

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Beagle---0.9.51
% Problem  : BOO016-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/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 : n031.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:34:26 EDT 2023

% Result   : Unsatisfiable 100.28s 85.82s
% Output   : CNFRefutation 100.33s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   19
%            Number of leaves      :   29
% Syntax   : Number of formulae    :   98 (  41 unt;  10 typ;   0 def)
%            Number of atoms       :  180 (  27 equ)
%            Maximal formula atoms :    5 (   2 avg)
%            Number of connectives :  186 (  94   ~;  92   |;   0   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   13 (   5 avg)
%            Maximal term depth    :    5 (   1 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   11 (   5   >;   6   *;   0   +;   0  <<)
%            Number of predicates  :    4 (   2 usr;   1 prp; 0-3 aty)
%            Number of functors    :    8 (   8 usr;   5 con; 0-2 aty)
%            Number of variables   :  216 (; 216   !;   0   ?;   0   :)

% Comments : 
%------------------------------------------------------------------------------
%$ sum > product > multiply > add > #nlpp > inverse > z > y > x > multiplicative_identity > additive_identity

%Foreground sorts:

%Background operators:

%Foreground operators:
tff(sum,type,
    sum: ( $i * $i * $i ) > $o ).

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

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

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

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

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

tff(multiply,type,
    multiply: ( $i * $i ) > $i ).

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

tff(add,type,
    add: ( $i * $i ) > $i ).

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

tff(f_208,axiom,
    ~ sum(x,z,x),
    file(unknown,unknown) ).

tff(f_180,axiom,
    ! [X] : sum(inverse(X),X,multiplicative_identity),
    file(unknown,unknown) ).

tff(f_46,axiom,
    ! [X,Y] : sum(X,Y,add(X,Y)),
    file(unknown,unknown) ).

tff(f_53,axiom,
    ! [X,Y,Z] :
      ( ~ sum(X,Y,Z)
      | sum(Y,X,Z) ),
    file(unknown,unknown) ).

tff(f_195,axiom,
    ! [X,Y,U,V] :
      ( ~ sum(X,Y,U)
      | ~ sum(X,Y,V)
      | ( U = V ) ),
    file(unknown,unknown) ).

tff(f_182,axiom,
    ! [X] : sum(X,inverse(X),multiplicative_identity),
    file(unknown,unknown) ).

tff(f_60,axiom,
    ! [X] : sum(additive_identity,X,X),
    file(unknown,unknown) ).

tff(f_184,axiom,
    ! [X] : product(inverse(X),X,additive_identity),
    file(unknown,unknown) ).

tff(f_136,axiom,
    ! [V3,Z,V1,X,Y,V2,V4] :
      ( ~ sum(X,Y,V1)
      | ~ sum(X,Z,V2)
      | ~ product(Y,Z,V3)
      | ~ sum(X,V3,V4)
      | product(V1,V2,V4) ),
    file(unknown,unknown) ).

tff(f_66,axiom,
    ! [X] : product(X,multiplicative_identity,X),
    file(unknown,unknown) ).

tff(f_203,axiom,
    ! [X,Y,U,V] :
      ( ~ product(X,Y,U)
      | ~ product(X,Y,V)
      | ( U = V ) ),
    file(unknown,unknown) ).

tff(f_64,axiom,
    ! [X] : product(multiplicative_identity,X,X),
    file(unknown,unknown) ).

tff(f_150,axiom,
    ! [V3,Z,V1,X,Y,V2,V4] :
      ( ~ sum(X,Y,V1)
      | ~ sum(X,Z,V2)
      | ~ product(Y,Z,V3)
      | ~ product(V1,V2,V4)
      | sum(X,V3,V4) ),
    file(unknown,unknown) ).

tff(f_62,axiom,
    ! [X] : sum(X,additive_identity,X),
    file(unknown,unknown) ).

tff(f_48,axiom,
    ! [X,Y] : product(X,Y,multiply(X,Y)),
    file(unknown,unknown) ).

tff(f_58,axiom,
    ! [X,Y,Z] :
      ( ~ product(X,Y,Z)
      | product(Y,X,Z) ),
    file(unknown,unknown) ).

tff(f_206,axiom,
    product(x,y,z),
    file(unknown,unknown) ).

tff(f_80,axiom,
    ! [V3,Z,V1,X,Y,V2,V4] :
      ( ~ product(X,Y,V1)
      | ~ product(X,Z,V2)
      | ~ sum(Y,Z,V3)
      | ~ product(X,V3,V4)
      | sum(V1,V2,V4) ),
    file(unknown,unknown) ).

tff(f_178,axiom,
    ! [V3,Z,V1,X,Y,V2,V4] :
      ( ~ sum(Y,X,V1)
      | ~ sum(Z,X,V2)
      | ~ product(Y,Z,V3)
      | ~ product(V1,V2,V4)
      | sum(V3,X,V4) ),
    file(unknown,unknown) ).

tff(c_48,plain,
    ~ sum(x,z,x),
    inference(cnfTransformation,[status(thm)],[f_208]) ).

tff(c_34,plain,
    ! [X_71] : sum(inverse(X_71),X_71,multiplicative_identity),
    inference(cnfTransformation,[status(thm)],[f_180]) ).

tff(c_2,plain,
    ! [X_1,Y_2] : sum(X_1,Y_2,add(X_1,Y_2)),
    inference(cnfTransformation,[status(thm)],[f_46]) ).

tff(c_59,plain,
    ! [Y_95,X_96,Z_97] :
      ( sum(Y_95,X_96,Z_97)
      | ~ sum(X_96,Y_95,Z_97) ),
    inference(cnfTransformation,[status(thm)],[f_53]) ).

tff(c_70,plain,
    ! [Y_2,X_1] : sum(Y_2,X_1,add(X_1,Y_2)),
    inference(resolution,[status(thm)],[c_2,c_59]) ).

tff(c_107,plain,
    ! [V_103,U_104,X_105,Y_106] :
      ( ( V_103 = U_104 )
      | ~ sum(X_105,Y_106,V_103)
      | ~ sum(X_105,Y_106,U_104) ),
    inference(cnfTransformation,[status(thm)],[f_195]) ).

tff(c_974,plain,
    ! [X_179,Y_180,U_181] :
      ( ( add(X_179,Y_180) = U_181 )
      | ~ sum(X_179,Y_180,U_181) ),
    inference(resolution,[status(thm)],[c_2,c_107]) ).

tff(c_993,plain,
    ! [Y_2,X_1] : ( add(Y_2,X_1) = add(X_1,Y_2) ),
    inference(resolution,[status(thm)],[c_70,c_974]) ).

tff(c_36,plain,
    ! [X_72] : sum(X_72,inverse(X_72),multiplicative_identity),
    inference(cnfTransformation,[status(thm)],[f_182]) ).

tff(c_10,plain,
    ! [X_11] : sum(additive_identity,X_11,X_11),
    inference(cnfTransformation,[status(thm)],[f_60]) ).

tff(c_135,plain,
    ! [X_109,U_110] :
      ( ( X_109 = U_110 )
      | ~ sum(additive_identity,X_109,U_110) ),
    inference(resolution,[status(thm)],[c_10,c_107]) ).

tff(c_155,plain,
    ! [X_1] : ( add(X_1,additive_identity) = X_1 ),
    inference(resolution,[status(thm)],[c_70,c_135]) ).

tff(c_38,plain,
    ! [X_73] : product(inverse(X_73),X_73,additive_identity),
    inference(cnfTransformation,[status(thm)],[f_184]) ).

tff(c_796,plain,
    ! [V1_171,V3_167,Z_170,V2_169,V4_173,Y_168,X_172] :
      ( product(V1_171,V2_169,V4_173)
      | ~ sum(X_172,V3_167,V4_173)
      | ~ product(Y_168,Z_170,V3_167)
      | ~ sum(X_172,Z_170,V2_169)
      | ~ sum(X_172,Y_168,V1_171) ),
    inference(cnfTransformation,[status(thm)],[f_136]) ).

tff(c_10060,plain,
    ! [X_603,Y_605,Y_607,Z_602,V1_604,V2_606] :
      ( product(V1_604,V2_606,add(X_603,Y_607))
      | ~ product(Y_605,Z_602,Y_607)
      | ~ sum(X_603,Z_602,V2_606)
      | ~ sum(X_603,Y_605,V1_604) ),
    inference(resolution,[status(thm)],[c_2,c_796]) ).

tff(c_10080,plain,
    ! [V1_604,V2_606,X_603,X_73] :
      ( product(V1_604,V2_606,add(X_603,additive_identity))
      | ~ sum(X_603,X_73,V2_606)
      | ~ sum(X_603,inverse(X_73),V1_604) ),
    inference(resolution,[status(thm)],[c_38,c_10060]) ).

tff(c_31784,plain,
    ! [V1_975,V2_976,X_977,X_978] :
      ( product(V1_975,V2_976,X_977)
      | ~ sum(X_977,X_978,V2_976)
      | ~ sum(X_977,inverse(X_978),V1_975) ),
    inference(demodulation,[status(thm),theory(equality)],[c_155,c_10080]) ).

tff(c_49583,plain,
    ! [V1_1144,X_1145] :
      ( product(V1_1144,multiplicative_identity,X_1145)
      | ~ sum(X_1145,inverse(inverse(X_1145)),V1_1144) ),
    inference(resolution,[status(thm)],[c_36,c_31784]) ).

tff(c_49767,plain,
    ! [Y_2] : product(add(inverse(inverse(Y_2)),Y_2),multiplicative_identity,Y_2),
    inference(resolution,[status(thm)],[c_70,c_49583]) ).

tff(c_49846,plain,
    ! [Y_1146] : product(add(Y_1146,inverse(inverse(Y_1146))),multiplicative_identity,Y_1146),
    inference(demodulation,[status(thm),theory(equality)],[c_993,c_49767]) ).

tff(c_16,plain,
    ! [X_14] : product(X_14,multiplicative_identity,X_14),
    inference(cnfTransformation,[status(thm)],[f_66]) ).

tff(c_162,plain,
    ! [V_111,U_112,X_113,Y_114] :
      ( ( V_111 = U_112 )
      | ~ product(X_113,Y_114,V_111)
      | ~ product(X_113,Y_114,U_112) ),
    inference(cnfTransformation,[status(thm)],[f_203]) ).

tff(c_185,plain,
    ! [X_14,U_112] :
      ( ( X_14 = U_112 )
      | ~ product(X_14,multiplicative_identity,U_112) ),
    inference(resolution,[status(thm)],[c_16,c_162]) ).

tff(c_50168,plain,
    ! [Y_1147] : ( add(Y_1147,inverse(inverse(Y_1147))) = Y_1147 ),
    inference(resolution,[status(thm)],[c_49846,c_185]) ).

tff(c_50297,plain,
    ! [Y_1148] : sum(inverse(inverse(Y_1148)),Y_1148,Y_1148),
    inference(superposition,[status(thm),theory(equality)],[c_50168,c_70]) ).

tff(c_14,plain,
    ! [X_13] : product(multiplicative_identity,X_13,X_13),
    inference(cnfTransformation,[status(thm)],[f_64]) ).

tff(c_617,plain,
    ! [Y_156,Z_153,V3_155,X_158,V1_154,V4_157,V2_152] :
      ( sum(X_158,V3_155,V4_157)
      | ~ product(V1_154,V2_152,V4_157)
      | ~ product(Y_156,Z_153,V3_155)
      | ~ sum(X_158,Z_153,V2_152)
      | ~ sum(X_158,Y_156,V1_154) ),
    inference(cnfTransformation,[status(thm)],[f_150]) ).

tff(c_4052,plain,
    ! [X_387,X_389,Z_391,Y_390,V3_388] :
      ( sum(X_387,V3_388,X_389)
      | ~ product(Y_390,Z_391,V3_388)
      | ~ sum(X_387,Z_391,X_389)
      | ~ sum(X_387,Y_390,multiplicative_identity) ),
    inference(resolution,[status(thm)],[c_14,c_617]) ).

tff(c_4076,plain,
    ! [X_387,X_389,X_73] :
      ( sum(X_387,additive_identity,X_389)
      | ~ sum(X_387,X_73,X_389)
      | ~ sum(X_387,inverse(X_73),multiplicative_identity) ),
    inference(resolution,[status(thm)],[c_38,c_4052]) ).

tff(c_50306,plain,
    ! [Y_1148] :
      ( sum(inverse(inverse(Y_1148)),additive_identity,Y_1148)
      | ~ sum(inverse(inverse(Y_1148)),inverse(Y_1148),multiplicative_identity) ),
    inference(resolution,[status(thm)],[c_50297,c_4076]) ).

tff(c_50892,plain,
    ! [Y_1150] : sum(inverse(inverse(Y_1150)),additive_identity,Y_1150),
    inference(demodulation,[status(thm),theory(equality)],[c_34,c_50306]) ).

tff(c_12,plain,
    ! [X_12] : sum(X_12,additive_identity,X_12),
    inference(cnfTransformation,[status(thm)],[f_62]) ).

tff(c_125,plain,
    ! [X_12,U_104] :
      ( ( X_12 = U_104 )
      | ~ sum(X_12,additive_identity,U_104) ),
    inference(resolution,[status(thm)],[c_12,c_107]) ).

tff(c_51145,plain,
    ! [Y_1150] : ( inverse(inverse(Y_1150)) = Y_1150 ),
    inference(resolution,[status(thm)],[c_50892,c_125]) ).

tff(c_4,plain,
    ! [X_3,Y_4] : product(X_3,Y_4,multiply(X_3,Y_4)),
    inference(cnfTransformation,[status(thm)],[f_48]) ).

tff(c_84,plain,
    ! [Y_100,X_101,Z_102] :
      ( product(Y_100,X_101,Z_102)
      | ~ product(X_101,Y_100,Z_102) ),
    inference(cnfTransformation,[status(thm)],[f_58]) ).

tff(c_97,plain,
    ! [Y_4,X_3] : product(Y_4,X_3,multiply(X_3,Y_4)),
    inference(resolution,[status(thm)],[c_4,c_84]) ).

tff(c_251,plain,
    ! [X_117,U_118] :
      ( ( X_117 = U_118 )
      | ~ product(multiplicative_identity,X_117,U_118) ),
    inference(resolution,[status(thm)],[c_14,c_162]) ).

tff(c_271,plain,
    ! [X_3] : ( multiply(X_3,multiplicative_identity) = X_3 ),
    inference(resolution,[status(thm)],[c_97,c_251]) ).

tff(c_46,plain,
    product(x,y,z),
    inference(cnfTransformation,[status(thm)],[f_206]) ).

tff(c_14618,plain,
    ! [X_748,Y_750,Z_747,V1_749,V2_751] :
      ( product(V1_749,V2_751,multiplicative_identity)
      | ~ product(Y_750,Z_747,X_748)
      | ~ sum(inverse(X_748),Z_747,V2_751)
      | ~ sum(inverse(X_748),Y_750,V1_749) ),
    inference(resolution,[status(thm)],[c_34,c_796]) ).

tff(c_117233,plain,
    ! [V1_1603,V2_1604] :
      ( product(V1_1603,V2_1604,multiplicative_identity)
      | ~ sum(inverse(z),y,V2_1604)
      | ~ sum(inverse(z),x,V1_1603) ),
    inference(resolution,[status(thm)],[c_46,c_14618]) ).

tff(c_397373,plain,
    ! [V1_3237] :
      ( product(V1_3237,add(y,inverse(z)),multiplicative_identity)
      | ~ sum(inverse(z),x,V1_3237) ),
    inference(resolution,[status(thm)],[c_70,c_117233]) ).

tff(c_298,plain,
    ! [X_122,Y_125,V2_120,Z_121,V1_124,V4_119,V3_123] :
      ( sum(V1_124,V2_120,V4_119)
      | ~ product(X_122,V3_123,V4_119)
      | ~ sum(Y_125,Z_121,V3_123)
      | ~ product(X_122,Z_121,V2_120)
      | ~ product(X_122,Y_125,V1_124) ),
    inference(cnfTransformation,[status(thm)],[f_80]) ).

tff(c_14243,plain,
    ! [Y_742,V1_740,Z_737,V2_739,X_738,Y_741] :
      ( sum(V1_740,V2_739,multiply(X_738,Y_741))
      | ~ sum(Y_742,Z_737,Y_741)
      | ~ product(X_738,Z_737,V2_739)
      | ~ product(X_738,Y_742,V1_740) ),
    inference(resolution,[status(thm)],[c_4,c_298]) ).

tff(c_14311,plain,
    ! [V1_740,V2_739,X_738,X_71] :
      ( sum(V1_740,V2_739,multiply(X_738,multiplicative_identity))
      | ~ product(X_738,X_71,V2_739)
      | ~ product(X_738,inverse(X_71),V1_740) ),
    inference(resolution,[status(thm)],[c_34,c_14243]) ).

tff(c_15871,plain,
    ! [V1_772,V2_773,X_774,X_775] :
      ( sum(V1_772,V2_773,X_774)
      | ~ product(X_774,X_775,V2_773)
      | ~ product(X_774,inverse(X_775),V1_772) ),
    inference(demodulation,[status(thm),theory(equality)],[c_271,c_14311]) ).

tff(c_178374,plain,
    ! [V1_2104,X_2105,Y_2106] :
      ( sum(V1_2104,multiply(X_2105,Y_2106),X_2105)
      | ~ product(X_2105,inverse(Y_2106),V1_2104) ),
    inference(resolution,[status(thm)],[c_4,c_15871]) ).

tff(c_672,plain,
    ! [U_161,X_162] :
      ( ( multiplicative_identity = U_161 )
      | ~ sum(X_162,inverse(X_162),U_161) ),
    inference(resolution,[status(thm)],[c_36,c_107]) ).

tff(c_695,plain,
    ! [X_1] : ( add(X_1,inverse(X_1)) = multiplicative_identity ),
    inference(resolution,[status(thm)],[c_2,c_672]) ).

tff(c_1274,plain,
    ! [Z_208,Y_209,X_211,V4_206,V3_207,V2_210,V1_205] :
      ( sum(V3_207,X_211,V4_206)
      | ~ product(V1_205,V2_210,V4_206)
      | ~ product(Y_209,Z_208,V3_207)
      | ~ sum(Z_208,X_211,V2_210)
      | ~ sum(Y_209,X_211,V1_205) ),
    inference(cnfTransformation,[status(thm)],[f_178]) ).

tff(c_1595,plain,
    ! [X_240,X_244,Y_241,V3_242,Z_243] :
      ( sum(V3_242,X_244,X_240)
      | ~ product(Y_241,Z_243,V3_242)
      | ~ sum(Z_243,X_244,multiplicative_identity)
      | ~ sum(Y_241,X_244,X_240) ),
    inference(resolution,[status(thm)],[c_16,c_1274]) ).

tff(c_1622,plain,
    ! [X_245,X_246,X_247] :
      ( sum(X_245,X_246,X_247)
      | ~ sum(X_245,X_246,multiplicative_identity)
      | ~ sum(multiplicative_identity,X_246,X_247) ),
    inference(resolution,[status(thm)],[c_14,c_1595]) ).

tff(c_1813,plain,
    ! [X_255,X_256] :
      ( sum(inverse(X_255),X_255,X_256)
      | ~ sum(multiplicative_identity,X_255,X_256) ),
    inference(resolution,[status(thm)],[c_34,c_1622]) ).

tff(c_120,plain,
    ! [X_1,Y_2,U_104] :
      ( ( add(X_1,Y_2) = U_104 )
      | ~ sum(Y_2,X_1,U_104) ),
    inference(resolution,[status(thm)],[c_70,c_107]) ).

tff(c_1826,plain,
    ! [X_255,X_256] :
      ( ( add(X_255,inverse(X_255)) = X_256 )
      | ~ sum(multiplicative_identity,X_255,X_256) ),
    inference(resolution,[status(thm)],[c_1813,c_120]) ).

tff(c_1858,plain,
    ! [X_256,X_255] :
      ( ( multiplicative_identity = X_256 )
      | ~ sum(multiplicative_identity,X_255,X_256) ),
    inference(demodulation,[status(thm),theory(equality)],[c_695,c_1826]) ).

tff(c_179098,plain,
    ! [X_2110,Y_2111] :
      ( ( multiplicative_identity = X_2110 )
      | ~ product(X_2110,inverse(Y_2111),multiplicative_identity) ),
    inference(resolution,[status(thm)],[c_178374,c_1858]) ).

tff(c_179135,plain,
    ! [X_2110,Y_1150] :
      ( ( multiplicative_identity = X_2110 )
      | ~ product(X_2110,Y_1150,multiplicative_identity) ),
    inference(superposition,[status(thm),theory(equality)],[c_51145,c_179098]) ).

tff(c_398959,plain,
    ! [V1_3241] :
      ( ( multiplicative_identity = V1_3241 )
      | ~ sum(inverse(z),x,V1_3241) ),
    inference(resolution,[status(thm)],[c_397373,c_179135]) ).

tff(c_399223,plain,
    add(x,inverse(z)) = multiplicative_identity,
    inference(resolution,[status(thm)],[c_70,c_398959]) ).

tff(c_196487,plain,
    ! [V1_2233,X_2234,Y_2235] :
      ( product(V1_2233,add(X_2234,Y_2235),X_2234)
      | ~ sum(X_2234,inverse(Y_2235),V1_2233) ),
    inference(resolution,[status(thm)],[c_2,c_31784]) ).

tff(c_216762,plain,
    ! [Y_2393,Y_2394] : product(add(inverse(Y_2393),Y_2394),add(Y_2394,Y_2393),Y_2394),
    inference(resolution,[status(thm)],[c_70,c_196487]) ).

tff(c_181,plain,
    ! [X_3,Y_4,U_112] :
      ( ( multiply(X_3,Y_4) = U_112 )
      | ~ product(X_3,Y_4,U_112) ),
    inference(resolution,[status(thm)],[c_4,c_162]) ).

tff(c_217142,plain,
    ! [Y_2393,Y_2394] : ( multiply(add(inverse(Y_2393),Y_2394),add(Y_2394,Y_2393)) = Y_2394 ),
    inference(resolution,[status(thm)],[c_216762,c_181]) ).

tff(c_399305,plain,
    multiply(add(inverse(inverse(z)),x),multiplicative_identity) = x,
    inference(superposition,[status(thm),theory(equality)],[c_399223,c_217142]) ).

tff(c_399580,plain,
    add(x,z) = x,
    inference(demodulation,[status(thm),theory(equality)],[c_51145,c_271,c_993,c_399305]) ).

tff(c_399853,plain,
    sum(x,z,x),
    inference(superposition,[status(thm),theory(equality)],[c_399580,c_2]) ).

tff(c_399897,plain,
    $false,
    inference(negUnitSimplification,[status(thm)],[c_48,c_399853]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.14  % Problem  : BOO016-1 : TPTP v8.1.2. Released v1.0.0.
% 0.11/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 : n031.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.37  % WCLimit  : 300
% 0.15/0.37  % DateTime : Thu Aug  3 18:59:30 EDT 2023
% 0.15/0.37  % CPUTime  : 
% 100.28/85.82  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p
% 100.33/85.83  
% 100.33/85.83  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p
% See solution above
% 100.33/85.88  
% 100.33/85.88  Inference rules
% 100.33/85.88  ----------------------
% 100.33/85.88  #Ref     : 0
% 100.33/85.88  #Sup     : 91007
% 100.33/85.88  #Fact    : 0
% 100.33/85.88  #Define  : 0
% 100.33/85.88  #Split   : 125
% 100.33/85.88  #Chain   : 0
% 100.33/85.88  #Close   : 0
% 100.33/85.88  
% 100.33/85.88  Ordering : KBO
% 100.33/85.88  
% 100.33/85.88  Simplification rules
% 100.33/85.88  ----------------------
% 100.33/85.88  #Subsume      : 32284
% 100.33/85.88  #Demod        : 41351
% 100.33/85.88  #Tautology    : 12322
% 100.33/85.88  #SimpNegUnit  : 2563
% 100.33/85.88  #BackRed      : 24
% 100.33/85.88  
% 100.33/85.88  #Partial instantiations: 0
% 100.33/85.88  #Strategies tried      : 1
% 100.33/85.88  
% 100.33/85.88  Timing (in seconds)
% 100.33/85.88  ----------------------
% 100.33/85.88  Preprocessing        : 0.48
% 100.33/85.88  Parsing              : 0.27
% 100.33/85.88  CNF conversion       : 0.03
% 100.33/85.88  Main loop            : 84.30
% 100.33/85.88  Inferencing          : 6.05
% 100.33/85.88  Reduction            : 22.55
% 100.33/85.88  Demodulation         : 13.49
% 100.33/85.88  BG Simplification    : 0.36
% 100.33/85.88  Subsumption          : 48.98
% 100.33/85.88  Abstraction          : 0.55
% 100.33/85.88  MUC search           : 0.00
% 100.33/85.88  Cooper               : 0.00
% 100.33/85.88  Total                : 84.85
% 100.33/85.88  Index Insertion      : 0.00
% 100.33/85.88  Index Deletion       : 0.00
% 100.33/85.88  Index Matching       : 0.00
% 100.33/85.88  BG Taut test         : 0.00
%------------------------------------------------------------------------------