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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Beagle---0.9.51
% Problem  : BOO015-2 : TPTP v8.1.2. Bugfixed v1.0.1.
% 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:34:26 EDT 2023

% Result   : Unsatisfiable 15.02s 6.72s
% Output   : CNFRefutation 15.16s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   20
%            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   :  127 (; 127   !;   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_77,axiom,
    inverse(c) != d,
    file(unknown,unknown) ).

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

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

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

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

tff(f_75,axiom,
    add(inverse(a),inverse(b)) = d,
    file(unknown,unknown) ).

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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_49]) ).

tff(c_424,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_449,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_424]) ).

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

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

tff(c_1029,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_55]) ).

tff(c_1114,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_1029]) ).

tff(c_1140,plain,
    ! [X_21,Z_55] : ( add(X_21,multiply(X_21,Z_55)) = X_21 ),
    inference(demodulation,[status(thm),theory(equality)],[c_22,c_517,c_1114]) ).

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

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

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

tff(c_519,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_53]) ).

tff(c_572,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_519]) ).

tff(c_1381,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_572]) ).

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

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

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_55]) ).

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

tff(c_2166,plain,
    ! [X_71,Y_72] : ( multiply(X_71,add(Y_72,X_71)) = X_71 ),
    inference(demodulation,[status(thm),theory(equality)],[c_1140,c_2,c_1529]) ).

tff(c_2262,plain,
    multiply(inverse(b),d) = inverse(b),
    inference(superposition,[status(thm),theory(equality)],[c_32,c_2166]) ).

tff(c_796,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_51]) ).

tff(c_879,plain,
    ! [X_17,Z_50] : ( add(X_17,multiply(inverse(X_17),Z_50)) = multiply(multiplicative_identity,add(X_17,Z_50)) ),
    inference(superposition,[status(thm),theory(equality)],[c_14,c_796]) ).

tff(c_908,plain,
    ! [X_17,Z_50] : ( add(X_17,multiply(inverse(X_17),Z_50)) = add(X_17,Z_50) ),
    inference(demodulation,[status(thm),theory(equality)],[c_24,c_879]) ).

tff(c_3422,plain,
    add(b,inverse(b)) = add(b,d),
    inference(superposition,[status(thm),theory(equality)],[c_2262,c_908]) ).

tff(c_3464,plain,
    add(b,d) = multiplicative_identity,
    inference(demodulation,[status(thm),theory(equality)],[c_14,c_3422]) ).

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

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

tff(c_581,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_519]) ).

tff(c_4583,plain,
    ! [X_92,X_93] : ( multiply(add(X_92,X_93),inverse(X_93)) = multiply(X_92,inverse(X_93)) ),
    inference(demodulation,[status(thm),theory(equality)],[c_26,c_581]) ).

tff(c_4638,plain,
    multiply(multiplicative_identity,inverse(d)) = multiply(b,inverse(d)),
    inference(superposition,[status(thm),theory(equality)],[c_3464,c_4583]) ).

tff(c_4750,plain,
    multiply(b,inverse(d)) = inverse(d),
    inference(demodulation,[status(thm),theory(equality)],[c_24,c_4638]) ).

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

tff(c_1526,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_1509,c_12]) ).

tff(c_2772,plain,
    ! [X_77,Z_78] : ( multiply(X_77,add(X_77,Z_78)) = X_77 ),
    inference(demodulation,[status(thm),theory(equality)],[c_1140,c_1526]) ).

tff(c_2885,plain,
    multiply(inverse(a),d) = inverse(a),
    inference(superposition,[status(thm),theory(equality)],[c_32,c_2772]) ).

tff(c_445,plain,
    ! [X_18,Y_39] : ( add(multiply(inverse(X_18),Y_39),X_18) = add(Y_39,X_18) ),
    inference(demodulation,[status(thm),theory(equality)],[c_24,c_424]) ).

tff(c_2961,plain,
    add(inverse(a),a) = add(d,a),
    inference(superposition,[status(thm),theory(equality)],[c_2885,c_445]) ).

tff(c_2981,plain,
    add(a,d) = multiplicative_identity,
    inference(demodulation,[status(thm),theory(equality)],[c_2,c_16,c_2961]) ).

tff(c_4653,plain,
    multiply(multiplicative_identity,inverse(d)) = multiply(a,inverse(d)),
    inference(superposition,[status(thm),theory(equality)],[c_2981,c_4583]) ).

tff(c_4754,plain,
    multiply(a,inverse(d)) = inverse(d),
    inference(demodulation,[status(thm),theory(equality)],[c_24,c_4653]) ).

tff(c_658,plain,
    ! [X_46] : ( add(multiplicative_identity,X_46) = multiplicative_identity ),
    inference(demodulation,[status(thm),theory(equality)],[c_16,c_504]) ).

tff(c_673,plain,
    ! [X_46] : ( add(X_46,multiplicative_identity) = multiplicative_identity ),
    inference(superposition,[status(thm),theory(equality)],[c_658,c_2]) ).

tff(c_1117,plain,
    ! [X_21,Y_54] : ( multiply(X_21,add(Y_54,multiplicative_identity)) = add(multiply(X_21,Y_54),X_21) ),
    inference(superposition,[status(thm),theory(equality)],[c_22,c_1029]) ).

tff(c_1141,plain,
    ! [X_21,Y_54] : ( add(multiply(X_21,Y_54),X_21) = X_21 ),
    inference(demodulation,[status(thm),theory(equality)],[c_22,c_673,c_1117]) ).

tff(c_5151,plain,
    add(inverse(d),a) = a,
    inference(superposition,[status(thm),theory(equality)],[c_4754,c_1141]) ).

tff(c_599,plain,
    ! [X_42] : ( multiply(add(X_42,a),b) = add(multiply(X_42,b),c) ),
    inference(superposition,[status(thm),theory(equality)],[c_30,c_519]) ).

tff(c_12271,plain,
    ! [X_137] : ( multiply(add(X_137,a),b) = add(c,multiply(X_137,b)) ),
    inference(demodulation,[status(thm),theory(equality)],[c_2,c_599]) ).

tff(c_12347,plain,
    add(c,multiply(inverse(d),b)) = multiply(a,b),
    inference(superposition,[status(thm),theory(equality)],[c_5151,c_12271]) ).

tff(c_12413,plain,
    add(c,inverse(d)) = c,
    inference(demodulation,[status(thm),theory(equality)],[c_4750,c_4,c_30,c_12347]) ).

tff(c_1588,plain,
    ! [X_62,Y_15] : ( multiply(X_62,add(Y_15,X_62)) = X_62 ),
    inference(demodulation,[status(thm),theory(equality)],[c_1140,c_2,c_1529]) ).

tff(c_3272,plain,
    ! [X_81,Z_82] : ( add(X_81,multiply(inverse(X_81),Z_82)) = add(X_81,Z_82) ),
    inference(demodulation,[status(thm),theory(equality)],[c_24,c_879]) ).

tff(c_3335,plain,
    ! [X_81,Y_15] : ( add(X_81,add(Y_15,inverse(X_81))) = add(X_81,inverse(X_81)) ),
    inference(superposition,[status(thm),theory(equality)],[c_1588,c_3272]) ).

tff(c_3402,plain,
    ! [X_81,Y_15] : ( add(X_81,add(Y_15,inverse(X_81))) = multiplicative_identity ),
    inference(demodulation,[status(thm),theory(equality)],[c_14,c_3335]) ).

tff(c_12427,plain,
    add(d,c) = multiplicative_identity,
    inference(superposition,[status(thm),theory(equality)],[c_12413,c_3402]) ).

tff(c_1105,plain,
    ! [X_20,Y_54] : ( multiply(inverse(X_20),add(Y_54,X_20)) = add(multiply(inverse(X_20),Y_54),additive_identity) ),
    inference(superposition,[status(thm),theory(equality)],[c_20,c_1029]) ).

tff(c_1137,plain,
    ! [X_20,Y_54] : ( multiply(inverse(X_20),add(Y_54,X_20)) = multiply(inverse(X_20),Y_54) ),
    inference(demodulation,[status(thm),theory(equality)],[c_26,c_1105]) ).

tff(c_12500,plain,
    multiply(inverse(c),multiplicative_identity) = multiply(inverse(c),d),
    inference(superposition,[status(thm),theory(equality)],[c_12427,c_1137]) ).

tff(c_12557,plain,
    multiply(d,inverse(c)) = inverse(c),
    inference(demodulation,[status(thm),theory(equality)],[c_4,c_22,c_12500]) ).

tff(c_1145,plain,
    ! [X_56,Z_57] : ( add(X_56,multiply(X_56,Z_57)) = X_56 ),
    inference(demodulation,[status(thm),theory(equality)],[c_22,c_517,c_1114]) ).

tff(c_1882,plain,
    ! [Y_67,X_68] : ( add(Y_67,multiply(X_68,Y_67)) = Y_67 ),
    inference(superposition,[status(thm),theory(equality)],[c_4,c_1145]) ).

tff(c_1971,plain,
    add(b,c) = b,
    inference(superposition,[status(thm),theory(equality)],[c_30,c_1882]) ).

tff(c_885,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_796]) ).

tff(c_8204,plain,
    ! [X_111,Z_112] : ( add(inverse(X_111),multiply(X_111,Z_112)) = add(inverse(X_111),Z_112) ),
    inference(demodulation,[status(thm),theory(equality)],[c_24,c_885]) ).

tff(c_8390,plain,
    ! [X_62,Y_15] : ( add(inverse(X_62),add(Y_15,X_62)) = add(inverse(X_62),X_62) ),
    inference(superposition,[status(thm),theory(equality)],[c_1588,c_8204]) ).

tff(c_9099,plain,
    ! [X_117,Y_118] : ( add(inverse(X_117),add(Y_118,X_117)) = multiplicative_identity ),
    inference(demodulation,[status(thm),theory(equality)],[c_16,c_8390]) ).

tff(c_9217,plain,
    add(inverse(c),b) = multiplicative_identity,
    inference(superposition,[status(thm),theory(equality)],[c_1971,c_9099]) ).

tff(c_11253,plain,
    ! [X_131,Y_132] : ( multiply(inverse(X_131),add(Y_132,X_131)) = multiply(inverse(X_131),Y_132) ),
    inference(demodulation,[status(thm),theory(equality)],[c_26,c_1105]) ).

tff(c_11336,plain,
    multiply(inverse(b),inverse(c)) = multiply(inverse(b),multiplicative_identity),
    inference(superposition,[status(thm),theory(equality)],[c_9217,c_11253]) ).

tff(c_11503,plain,
    multiply(inverse(b),inverse(c)) = inverse(b),
    inference(demodulation,[status(thm),theory(equality)],[c_22,c_11336]) ).

tff(c_1731,plain,
    ! [X_65,Y_66] : ( add(multiply(X_65,Y_66),X_65) = X_65 ),
    inference(demodulation,[status(thm),theory(equality)],[c_22,c_673,c_1117]) ).

tff(c_1796,plain,
    ! [Y_4,X_3] : ( add(multiply(Y_4,X_3),X_3) = X_3 ),
    inference(superposition,[status(thm),theory(equality)],[c_4,c_1731]) ).

tff(c_36233,plain,
    add(inverse(b),inverse(c)) = inverse(c),
    inference(superposition,[status(thm),theory(equality)],[c_11503,c_1796]) ).

tff(c_1210,plain,
    add(a,c) = a,
    inference(superposition,[status(thm),theory(equality)],[c_30,c_1145]) ).

tff(c_9232,plain,
    add(inverse(c),a) = multiplicative_identity,
    inference(superposition,[status(thm),theory(equality)],[c_1210,c_9099]) ).

tff(c_607,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_581]) ).

tff(c_9422,plain,
    multiply(inverse(c),inverse(a)) = multiply(multiplicative_identity,inverse(a)),
    inference(superposition,[status(thm),theory(equality)],[c_9232,c_607]) ).

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

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

tff(c_44782,plain,
    ! [X_255] : ( add(multiply(X_255,inverse(a)),inverse(b)) = multiply(d,add(X_255,inverse(b))) ),
    inference(demodulation,[status(thm),theory(equality)],[c_4,c_415]) ).

tff(c_44917,plain,
    multiply(d,add(inverse(c),inverse(b))) = add(inverse(a),inverse(b)),
    inference(superposition,[status(thm),theory(equality)],[c_9468,c_44782]) ).

tff(c_45047,plain,
    inverse(c) = d,
    inference(demodulation,[status(thm),theory(equality)],[c_12557,c_36233,c_2,c_32,c_44917]) ).

tff(c_45049,plain,
    $false,
    inference(negUnitSimplification,[status(thm)],[c_34,c_45047]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.09  % Problem  : BOO015-2 : TPTP v8.1.2. Bugfixed v1.0.1.
% 0.00/0.10  % 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.08/0.29  % Computer : n028.cluster.edu
% 0.08/0.29  % Model    : x86_64 x86_64
% 0.08/0.29  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.08/0.29  % Memory   : 8042.1875MB
% 0.08/0.29  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.08/0.29  % CPULimit : 300
% 0.08/0.29  % WCLimit  : 300
% 0.08/0.29  % DateTime : Thu Aug  3 18:51:39 EDT 2023
% 0.08/0.29  % CPUTime  : 
% 15.02/6.72  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p
% 15.16/6.73  
% 15.16/6.73  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
% 15.16/6.77  
% 15.16/6.77  Inference rules
% 15.16/6.77  ----------------------
% 15.16/6.77  #Ref     : 0
% 15.16/6.77  #Sup     : 11566
% 15.16/6.77  #Fact    : 0
% 15.16/6.77  #Define  : 0
% 15.16/6.77  #Split   : 0
% 15.16/6.77  #Chain   : 0
% 15.16/6.77  #Close   : 0
% 15.16/6.77  
% 15.16/6.77  Ordering : KBO
% 15.16/6.77  
% 15.16/6.77  Simplification rules
% 15.16/6.77  ----------------------
% 15.16/6.77  #Subsume      : 72
% 15.16/6.77  #Demod        : 12453
% 15.16/6.77  #Tautology    : 6803
% 15.16/6.77  #SimpNegUnit  : 1
% 15.16/6.77  #BackRed      : 3
% 15.16/6.77  
% 15.16/6.77  #Partial instantiations: 0
% 15.16/6.77  #Strategies tried      : 1
% 15.16/6.77  
% 15.16/6.77  Timing (in seconds)
% 15.16/6.77  ----------------------
% 15.16/6.77  Preprocessing        : 0.41
% 15.16/6.77  Parsing              : 0.21
% 15.16/6.77  CNF conversion       : 0.02
% 15.16/6.77  Main loop            : 5.25
% 15.16/6.77  Inferencing          : 0.85
% 15.16/6.77  Reduction            : 3.16
% 15.16/6.77  Demodulation         : 2.87
% 15.16/6.77  BG Simplification    : 0.09
% 15.16/6.77  Subsumption          : 0.88
% 15.16/6.77  Abstraction          : 0.15
% 15.16/6.77  MUC search           : 0.00
% 15.16/6.77  Cooper               : 0.00
% 15.16/6.77  Total                : 5.72
% 15.16/6.77  Index Insertion      : 0.00
% 15.16/6.77  Index Deletion       : 0.00
% 15.16/6.77  Index Matching       : 0.00
% 15.16/6.77  BG Taut test         : 0.00
%------------------------------------------------------------------------------