TSTP Solution File: BOO014-2 by Beagle---0.9.51

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Beagle---0.9.51
% Problem  : BOO014-2 : 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 : n025.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:25 EDT 2023

% Result   : Unsatisfiable 17.27s 7.31s
% Output   : CNFRefutation 17.27s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   19
%            Number of leaves      :   26
% Syntax   : Number of formulae    :  115 ( 106 unt;   9 typ;   0 def)
%            Number of atoms       :  106 ( 105 equ)
%            Maximal formula atoms :    1 (   1 avg)
%            Number of connectives :    2 (   2   ~;   0   |;   0   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    4 (   2 avg)
%            Maximal term depth    :    4 (   2 avg)
%            Number of types       :    1 (   0 usr)
%            Number of type conns  :    5 (   3   >;   2   *;   0   +;   0  <<)
%            Number of predicates  :    2 (   0 usr;   1 prp; 0-2 aty)
%            Number of functors    :    9 (   9 usr;   6 con; 0-2 aty)
%            Number of variables   :  126 (; 126   !;   0   ?;   0   :)

% Comments : 
%------------------------------------------------------------------------------
%$ multiply > add > #nlpp > inverse > multiplicative_identity > d > c > b > additive_identity > a

%Foreground sorts:

%Background operators:

%Foreground operators:
tff(a,type,
    a: $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(b,type,
    b: $i ).

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

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

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

tff(f_76,axiom,
    inverse(c) != d,
    file(unknown,unknown) ).

tff(f_44,axiom,
    ! [X,Y] : ( add(X,Y) = add(Y,X) ),
    file(unknown,unknown) ).

tff(f_68,axiom,
    ! [X] : ( add(X,additive_identity) = X ),
    file(unknown,unknown) ).

tff(f_73,axiom,
    add(a,b) = c,
    file(unknown,unknown) ).

tff(f_46,axiom,
    ! [X,Y] : ( multiply(X,Y) = multiply(Y,X) ),
    file(unknown,unknown) ).

tff(f_62,axiom,
    ! [X] : ( multiply(inverse(X),X) = additive_identity ),
    file(unknown,unknown) ).

tff(f_74,axiom,
    multiply(inverse(a),inverse(b)) = d,
    file(unknown,unknown) ).

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

tff(f_58,axiom,
    ! [X] : ( add(inverse(X),X) = multiplicative_identity ),
    file(unknown,unknown) ).

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

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

tff(f_54,axiom,
    ! [X,Y,Z] : ( multiply(X,add(Y,Z)) = add(multiply(X,Y),multiply(X,Z)) ),
    file(unknown,unknown) ).

tff(f_70,axiom,
    ! [X] : ( add(additive_identity,X) = X ),
    file(unknown,unknown) ).

tff(f_52,axiom,
    ! [X,Y,Z] : ( multiply(add(X,Y),Z) = add(multiply(X,Z),multiply(Y,Z)) ),
    file(unknown,unknown) ).

tff(f_50,axiom,
    ! [X,Y,Z] : ( add(X,multiply(Y,Z)) = multiply(add(X,Y),add(X,Z)) ),
    file(unknown,unknown) ).

tff(f_60,axiom,
    ! [X] : ( multiply(X,inverse(X)) = additive_identity ),
    file(unknown,unknown) ).

tff(f_56,axiom,
    ! [X] : ( add(X,inverse(X)) = multiplicative_identity ),
    file(unknown,unknown) ).

tff(c_34,plain,
    inverse(c) != d,
    inference(cnfTransformation,[status(thm)],[f_76]) ).

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

tff(c_26,plain,
    ! [X_23] : ( add(X_23,additive_identity) = X_23 ),
    inference(cnfTransformation,[status(thm)],[f_68]) ).

tff(c_30,plain,
    add(a,b) = c,
    inference(cnfTransformation,[status(thm)],[f_73]) ).

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

tff(c_20,plain,
    ! [X_20] : ( multiply(inverse(X_20),X_20) = additive_identity ),
    inference(cnfTransformation,[status(thm)],[f_62]) ).

tff(c_32,plain,
    multiply(inverse(a),inverse(b)) = d,
    inference(cnfTransformation,[status(thm)],[f_74]) ).

tff(c_22,plain,
    ! [X_21] : ( multiply(X_21,multiplicative_identity) = X_21 ),
    inference(cnfTransformation,[status(thm)],[f_64]) ).

tff(c_16,plain,
    ! [X_18] : ( add(inverse(X_18),X_18) = multiplicative_identity ),
    inference(cnfTransformation,[status(thm)],[f_58]) ).

tff(c_24,plain,
    ! [X_22] : ( multiply(multiplicative_identity,X_22) = X_22 ),
    inference(cnfTransformation,[status(thm)],[f_66]) ).

tff(c_379,plain,
    ! [X_37,Z_38,Y_39] : ( multiply(add(X_37,Z_38),add(Y_39,Z_38)) = add(multiply(X_37,Y_39),Z_38) ),
    inference(cnfTransformation,[status(thm)],[f_48]) ).

tff(c_418,plain,
    ! [X_18,Y_39] : ( add(multiply(inverse(X_18),Y_39),X_18) = multiply(multiplicative_identity,add(Y_39,X_18)) ),
    inference(superposition,[status(thm),theory(equality)],[c_16,c_379]) ).

tff(c_450,plain,
    ! [X_40,Y_41] : ( add(multiply(inverse(X_40),Y_41),X_40) = add(Y_41,X_40) ),
    inference(demodulation,[status(thm),theory(equality)],[c_24,c_418]) ).

tff(c_508,plain,
    ! [X_40] : ( add(inverse(X_40),X_40) = add(multiplicative_identity,X_40) ),
    inference(superposition,[status(thm),theory(equality)],[c_22,c_450]) ).

tff(c_522,plain,
    ! [X_40] : ( add(multiplicative_identity,X_40) = multiplicative_identity ),
    inference(demodulation,[status(thm),theory(equality)],[c_16,c_508]) ).

tff(c_1033,plain,
    ! [X_53,Y_54,Z_55] : ( add(multiply(X_53,Y_54),multiply(X_53,Z_55)) = multiply(X_53,add(Y_54,Z_55)) ),
    inference(cnfTransformation,[status(thm)],[f_54]) ).

tff(c_1124,plain,
    ! [X_21,Z_55] : ( multiply(X_21,add(multiplicative_identity,Z_55)) = add(X_21,multiply(X_21,Z_55)) ),
    inference(superposition,[status(thm),theory(equality)],[c_22,c_1033]) ).

tff(c_1149,plain,
    ! [X_56,Z_57] : ( add(X_56,multiply(X_56,Z_57)) = X_56 ),
    inference(demodulation,[status(thm),theory(equality)],[c_22,c_522,c_1124]) ).

tff(c_1714,plain,
    ! [X_65,Y_66] : ( add(X_65,multiply(Y_66,X_65)) = X_65 ),
    inference(superposition,[status(thm),theory(equality)],[c_4,c_1149]) ).

tff(c_1791,plain,
    add(inverse(b),d) = inverse(b),
    inference(superposition,[status(thm),theory(equality)],[c_32,c_1714]) ).

tff(c_28,plain,
    ! [X_24] : ( add(additive_identity,X_24) = X_24 ),
    inference(cnfTransformation,[status(thm)],[f_70]) ).

tff(c_524,plain,
    ! [X_42,Z_43,Y_44] : ( add(multiply(X_42,Z_43),multiply(Y_44,Z_43)) = multiply(add(X_42,Y_44),Z_43) ),
    inference(cnfTransformation,[status(thm)],[f_52]) ).

tff(c_583,plain,
    ! [X_20,Y_44] : ( multiply(add(inverse(X_20),Y_44),X_20) = add(additive_identity,multiply(Y_44,X_20)) ),
    inference(superposition,[status(thm),theory(equality)],[c_20,c_524]) ).

tff(c_610,plain,
    ! [X_20,Y_44] : ( multiply(add(inverse(X_20),Y_44),X_20) = multiply(Y_44,X_20) ),
    inference(demodulation,[status(thm),theory(equality)],[c_28,c_583]) ).

tff(c_3324,plain,
    multiply(inverse(b),b) = multiply(d,b),
    inference(superposition,[status(thm),theory(equality)],[c_1791,c_610]) ).

tff(c_3352,plain,
    multiply(b,d) = additive_identity,
    inference(demodulation,[status(thm),theory(equality)],[c_4,c_20,c_3324]) ).

tff(c_801,plain,
    ! [X_48,Y_49,Z_50] : ( multiply(add(X_48,Y_49),add(X_48,Z_50)) = add(X_48,multiply(Y_49,Z_50)) ),
    inference(cnfTransformation,[status(thm)],[f_50]) ).

tff(c_887,plain,
    ! [X_18,Y_49] : ( multiply(add(inverse(X_18),Y_49),multiplicative_identity) = add(inverse(X_18),multiply(Y_49,X_18)) ),
    inference(superposition,[status(thm),theory(equality)],[c_16,c_801]) ).

tff(c_4626,plain,
    ! [X_94,Y_95] : ( add(inverse(X_94),multiply(Y_95,X_94)) = add(inverse(X_94),Y_95) ),
    inference(demodulation,[status(thm),theory(equality)],[c_22,c_887]) ).

tff(c_4688,plain,
    add(inverse(d),b) = add(inverse(d),additive_identity),
    inference(superposition,[status(thm),theory(equality)],[c_3352,c_4626]) ).

tff(c_4782,plain,
    add(b,inverse(d)) = inverse(d),
    inference(demodulation,[status(thm),theory(equality)],[c_2,c_26,c_4688]) ).

tff(c_1145,plain,
    ! [X_21,Z_55] : ( add(X_21,multiply(X_21,Z_55)) = X_21 ),
    inference(demodulation,[status(thm),theory(equality)],[c_22,c_522,c_1124]) ).

tff(c_1368,plain,
    ! [X_60,Y_61] : ( multiply(add(inverse(X_60),Y_61),X_60) = multiply(Y_61,X_60) ),
    inference(demodulation,[status(thm),theory(equality)],[c_28,c_583]) ).

tff(c_1463,plain,
    ! [X_18] : ( multiply(multiplicative_identity,X_18) = multiply(X_18,X_18) ),
    inference(superposition,[status(thm),theory(equality)],[c_16,c_1368]) ).

tff(c_1492,plain,
    ! [X_62] : ( multiply(X_62,X_62) = X_62 ),
    inference(demodulation,[status(thm),theory(equality)],[c_24,c_1463]) ).

tff(c_12,plain,
    ! [X_14,Y_15,Z_16] : ( add(multiply(X_14,Y_15),multiply(X_14,Z_16)) = multiply(X_14,add(Y_15,Z_16)) ),
    inference(cnfTransformation,[status(thm)],[f_54]) ).

tff(c_1509,plain,
    ! [X_62,Z_16] : ( multiply(X_62,add(X_62,Z_16)) = add(X_62,multiply(X_62,Z_16)) ),
    inference(superposition,[status(thm),theory(equality)],[c_1492,c_12]) ).

tff(c_1570,plain,
    ! [X_62,Z_16] : ( multiply(X_62,add(X_62,Z_16)) = X_62 ),
    inference(demodulation,[status(thm),theory(equality)],[c_1145,c_1509]) ).

tff(c_4895,plain,
    multiply(b,inverse(d)) = b,
    inference(superposition,[status(thm),theory(equality)],[c_4782,c_1570]) ).

tff(c_1202,plain,
    add(inverse(a),d) = inverse(a),
    inference(superposition,[status(thm),theory(equality)],[c_32,c_1149]) ).

tff(c_1835,plain,
    multiply(inverse(a),a) = multiply(d,a),
    inference(superposition,[status(thm),theory(equality)],[c_1202,c_610]) ).

tff(c_1862,plain,
    multiply(a,d) = additive_identity,
    inference(demodulation,[status(thm),theory(equality)],[c_4,c_20,c_1835]) ).

tff(c_4710,plain,
    add(inverse(d),additive_identity) = add(inverse(d),a),
    inference(superposition,[status(thm),theory(equality)],[c_1862,c_4626]) ).

tff(c_4789,plain,
    add(a,inverse(d)) = inverse(d),
    inference(demodulation,[status(thm),theory(equality)],[c_2,c_26,c_4710]) ).

tff(c_5180,plain,
    ! [Z_97] : ( multiply(c,add(a,Z_97)) = add(a,multiply(b,Z_97)) ),
    inference(superposition,[status(thm),theory(equality)],[c_30,c_801]) ).

tff(c_5224,plain,
    add(a,multiply(b,inverse(d))) = multiply(c,inverse(d)),
    inference(superposition,[status(thm),theory(equality)],[c_4789,c_5180]) ).

tff(c_5287,plain,
    multiply(c,inverse(d)) = c,
    inference(demodulation,[status(thm),theory(equality)],[c_30,c_4895,c_5224]) ).

tff(c_18,plain,
    ! [X_19] : ( multiply(X_19,inverse(X_19)) = additive_identity ),
    inference(cnfTransformation,[status(thm)],[f_60]) ).

tff(c_1118,plain,
    ! [X_19,Z_55] : ( multiply(X_19,add(inverse(X_19),Z_55)) = add(additive_identity,multiply(X_19,Z_55)) ),
    inference(superposition,[status(thm),theory(equality)],[c_18,c_1033]) ).

tff(c_3470,plain,
    ! [X_83,Z_84] : ( multiply(X_83,add(inverse(X_83),Z_84)) = multiply(X_83,Z_84) ),
    inference(demodulation,[status(thm),theory(equality)],[c_28,c_1118]) ).

tff(c_3557,plain,
    ! [X_83,Z_55] : ( multiply(X_83,multiply(inverse(X_83),Z_55)) = multiply(X_83,inverse(X_83)) ),
    inference(superposition,[status(thm),theory(equality)],[c_1145,c_3470]) ).

tff(c_5954,plain,
    ! [X_101,Z_102] : ( multiply(X_101,multiply(inverse(X_101),Z_102)) = additive_identity ),
    inference(demodulation,[status(thm),theory(equality)],[c_18,c_3557]) ).

tff(c_6359,plain,
    ! [X_105,X_106] : ( multiply(X_105,multiply(X_106,inverse(X_105))) = additive_identity ),
    inference(superposition,[status(thm),theory(equality)],[c_4,c_5954]) ).

tff(c_6432,plain,
    multiply(d,c) = additive_identity,
    inference(superposition,[status(thm),theory(equality)],[c_5287,c_6359]) ).

tff(c_915,plain,
    ! [X_18,Y_49] : ( add(inverse(X_18),multiply(Y_49,X_18)) = add(inverse(X_18),Y_49) ),
    inference(demodulation,[status(thm),theory(equality)],[c_22,c_887]) ).

tff(c_6541,plain,
    add(inverse(c),d) = add(inverse(c),additive_identity),
    inference(superposition,[status(thm),theory(equality)],[c_6432,c_915]) ).

tff(c_6580,plain,
    add(d,inverse(c)) = inverse(c),
    inference(demodulation,[status(thm),theory(equality)],[c_2,c_26,c_6541]) ).

tff(c_884,plain,
    ! [X_18,Z_50] : ( multiply(multiplicative_identity,add(inverse(X_18),Z_50)) = add(inverse(X_18),multiply(X_18,Z_50)) ),
    inference(superposition,[status(thm),theory(equality)],[c_16,c_801]) ).

tff(c_11432,plain,
    ! [X_128,Z_129] : ( add(inverse(X_128),multiply(X_128,Z_129)) = add(inverse(X_128),Z_129) ),
    inference(demodulation,[status(thm),theory(equality)],[c_24,c_884]) ).

tff(c_11644,plain,
    ! [X_62,Z_16] : ( add(inverse(X_62),add(X_62,Z_16)) = add(inverse(X_62),X_62) ),
    inference(superposition,[status(thm),theory(equality)],[c_1570,c_11432]) ).

tff(c_15013,plain,
    ! [X_147,Z_148] : ( add(inverse(X_147),add(X_147,Z_148)) = multiplicative_identity ),
    inference(demodulation,[status(thm),theory(equality)],[c_16,c_11644]) ).

tff(c_15275,plain,
    add(inverse(a),c) = multiplicative_identity,
    inference(superposition,[status(thm),theory(equality)],[c_30,c_15013]) ).

tff(c_592,plain,
    ! [X_42,X_19] : ( multiply(add(X_42,X_19),inverse(X_19)) = add(multiply(X_42,inverse(X_19)),additive_identity) ),
    inference(superposition,[status(thm),theory(equality)],[c_18,c_524]) ).

tff(c_613,plain,
    ! [X_42,X_19] : ( multiply(add(X_42,X_19),inverse(X_19)) = multiply(X_42,inverse(X_19)) ),
    inference(demodulation,[status(thm),theory(equality)],[c_26,c_592]) ).

tff(c_15394,plain,
    multiply(inverse(a),inverse(c)) = multiply(multiplicative_identity,inverse(c)),
    inference(superposition,[status(thm),theory(equality)],[c_15275,c_613]) ).

tff(c_15448,plain,
    multiply(inverse(a),inverse(c)) = inverse(c),
    inference(demodulation,[status(thm),theory(equality)],[c_24,c_15394]) ).

tff(c_421,plain,
    ! [X_37,X_18] : ( add(multiply(X_37,inverse(X_18)),X_18) = multiply(add(X_37,X_18),multiplicative_identity) ),
    inference(superposition,[status(thm),theory(equality)],[c_16,c_379]) ).

tff(c_2358,plain,
    ! [X_73,X_74] : ( add(multiply(X_73,inverse(X_74)),X_74) = add(X_73,X_74) ),
    inference(demodulation,[status(thm),theory(equality)],[c_22,c_421]) ).

tff(c_2463,plain,
    add(inverse(a),b) = add(d,b),
    inference(superposition,[status(thm),theory(equality)],[c_32,c_2358]) ).

tff(c_2505,plain,
    add(inverse(a),b) = add(b,d),
    inference(demodulation,[status(thm),theory(equality)],[c_2,c_2463]) ).

tff(c_427,plain,
    ! [X_37] : ( multiply(add(X_37,b),c) = add(multiply(X_37,a),b) ),
    inference(superposition,[status(thm),theory(equality)],[c_30,c_379]) ).

tff(c_7567,plain,
    ! [X_111] : ( multiply(add(X_111,b),c) = add(b,multiply(X_111,a)) ),
    inference(demodulation,[status(thm),theory(equality)],[c_2,c_427]) ).

tff(c_7628,plain,
    add(b,multiply(inverse(a),a)) = multiply(add(b,d),c),
    inference(superposition,[status(thm),theory(equality)],[c_2505,c_7567]) ).

tff(c_7697,plain,
    multiply(c,add(b,d)) = b,
    inference(demodulation,[status(thm),theory(equality)],[c_4,c_26,c_20,c_7628]) ).

tff(c_1112,plain,
    ! [X_20,Z_55] : ( multiply(inverse(X_20),add(X_20,Z_55)) = add(additive_identity,multiply(inverse(X_20),Z_55)) ),
    inference(superposition,[status(thm),theory(equality)],[c_20,c_1033]) ).

tff(c_8141,plain,
    ! [X_114,Z_115] : ( multiply(inverse(X_114),add(X_114,Z_115)) = multiply(inverse(X_114),Z_115) ),
    inference(demodulation,[status(thm),theory(equality)],[c_28,c_1112]) ).

tff(c_8331,plain,
    ! [X_21,Z_55] : ( multiply(inverse(X_21),multiply(X_21,Z_55)) = multiply(inverse(X_21),X_21) ),
    inference(superposition,[status(thm),theory(equality)],[c_1145,c_8141]) ).

tff(c_10053,plain,
    ! [X_120,Z_121] : ( multiply(inverse(X_120),multiply(X_120,Z_121)) = additive_identity ),
    inference(demodulation,[status(thm),theory(equality)],[c_20,c_8331]) ).

tff(c_10147,plain,
    multiply(inverse(c),b) = additive_identity,
    inference(superposition,[status(thm),theory(equality)],[c_7697,c_10053]) ).

tff(c_14,plain,
    ! [X_17] : ( add(X_17,inverse(X_17)) = multiplicative_identity ),
    inference(cnfTransformation,[status(thm)],[f_56]) ).

tff(c_415,plain,
    ! [X_37,X_17] : ( multiply(add(X_37,inverse(X_17)),multiplicative_identity) = add(multiply(X_37,X_17),inverse(X_17)) ),
    inference(superposition,[status(thm),theory(equality)],[c_14,c_379]) ).

tff(c_20807,plain,
    ! [X_171,X_172] : ( add(multiply(X_171,X_172),inverse(X_172)) = add(X_171,inverse(X_172)) ),
    inference(demodulation,[status(thm),theory(equality)],[c_22,c_415]) ).

tff(c_20967,plain,
    add(inverse(c),inverse(b)) = add(additive_identity,inverse(b)),
    inference(superposition,[status(thm),theory(equality)],[c_10147,c_20807]) ).

tff(c_21214,plain,
    add(inverse(c),inverse(b)) = inverse(b),
    inference(demodulation,[status(thm),theory(equality)],[c_28,c_20967]) ).

tff(c_1109,plain,
    ! [Y_54] : ( multiply(inverse(a),add(Y_54,inverse(b))) = add(multiply(inverse(a),Y_54),d) ),
    inference(superposition,[status(thm),theory(equality)],[c_32,c_1033]) ).

tff(c_47354,plain,
    ! [Y_264] : ( multiply(inverse(a),add(Y_264,inverse(b))) = add(d,multiply(inverse(a),Y_264)) ),
    inference(demodulation,[status(thm),theory(equality)],[c_2,c_1109]) ).

tff(c_47489,plain,
    add(d,multiply(inverse(a),inverse(c))) = multiply(inverse(a),inverse(b)),
    inference(superposition,[status(thm),theory(equality)],[c_21214,c_47354]) ).

tff(c_47605,plain,
    inverse(c) = d,
    inference(demodulation,[status(thm),theory(equality)],[c_6580,c_15448,c_32,c_47489]) ).

tff(c_47607,plain,
    $false,
    inference(negUnitSimplification,[status(thm)],[c_34,c_47605]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.13  % Problem  : BOO014-2 : 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.18/0.35  % Computer : n025.cluster.edu
% 0.18/0.35  % Model    : x86_64 x86_64
% 0.18/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.18/0.35  % Memory   : 8042.1875MB
% 0.18/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.18/0.36  % CPULimit : 300
% 0.18/0.36  % WCLimit  : 300
% 0.18/0.36  % DateTime : Thu Aug  3 18:44:04 EDT 2023
% 0.18/0.36  % CPUTime  : 
% 17.27/7.31  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p
% 17.27/7.32  
% 17.27/7.32  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
% 17.27/7.36  
% 17.27/7.36  Inference rules
% 17.27/7.36  ----------------------
% 17.27/7.36  #Ref     : 0
% 17.27/7.36  #Sup     : 12201
% 17.27/7.36  #Fact    : 0
% 17.27/7.36  #Define  : 0
% 17.27/7.36  #Split   : 0
% 17.27/7.36  #Chain   : 0
% 17.27/7.36  #Close   : 0
% 17.27/7.36  
% 17.27/7.36  Ordering : KBO
% 17.27/7.36  
% 17.27/7.36  Simplification rules
% 17.27/7.36  ----------------------
% 17.27/7.36  #Subsume      : 72
% 17.27/7.36  #Demod        : 13321
% 17.27/7.36  #Tautology    : 7302
% 17.27/7.36  #SimpNegUnit  : 1
% 17.27/7.36  #BackRed      : 4
% 17.27/7.36  
% 17.27/7.36  #Partial instantiations: 0
% 17.27/7.36  #Strategies tried      : 1
% 17.27/7.36  
% 17.27/7.36  Timing (in seconds)
% 17.27/7.36  ----------------------
% 17.27/7.36  Preprocessing        : 0.45
% 17.27/7.36  Parsing              : 0.23
% 17.27/7.36  CNF conversion       : 0.03
% 17.27/7.36  Main loop            : 5.82
% 17.27/7.37  Inferencing          : 0.94
% 17.27/7.37  Reduction            : 3.53
% 17.27/7.37  Demodulation         : 3.21
% 17.27/7.37  BG Simplification    : 0.10
% 17.27/7.37  Subsumption          : 0.96
% 17.27/7.37  Abstraction          : 0.15
% 17.27/7.37  MUC search           : 0.00
% 17.27/7.37  Cooper               : 0.00
% 17.27/7.37  Total                : 6.34
% 17.27/7.37  Index Insertion      : 0.00
% 17.27/7.37  Index Deletion       : 0.00
% 17.27/7.37  Index Matching       : 0.00
% 17.27/7.37  BG Taut test         : 0.00
%------------------------------------------------------------------------------