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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Beagle---0.9.51
% Problem  : BOO005-2 : TPTP v8.1.2. Bugfixed v1.2.1.
% 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 : n016.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:22 EDT 2023

% Result   : Unsatisfiable 3.07s 1.91s
% Output   : CNFRefutation 3.35s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    7
%            Number of leaves      :   12
% Syntax   : Number of formulae    :   24 (  18 unt;   6 typ;   0 def)
%            Number of atoms       :   18 (  17 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 (   1 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    :    6 (   6 usr;   3 con; 0-2 aty)
%            Number of variables   :   23 (;  23   !;   0   ?;   0   :)

% Comments : 
%------------------------------------------------------------------------------
%$ multiply > add > #nlpp > inverse > multiplicative_identity > 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(add,type,
    add: ( $i * $i ) > $i ).

tff(f_59,axiom,
    ! [X] : ( add(inverse(X),X) = multiplicative_identity ),
    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_49,axiom,
    ! [X,Y,Z] : ( add(multiply(X,Y),Z) = multiply(add(X,Z),add(Y,Z)) ),
    file(unknown,unknown) ).

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

tff(f_75,axiom,
    add(a,multiplicative_identity) != multiplicative_identity,
    file(unknown,unknown) ).

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

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_367,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_406,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_367]) ).

tff(c_430,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_406]) ).

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

tff(c_537,plain,
    ! [X_43] : ( add(multiplicative_identity,X_43) = multiplicative_identity ),
    inference(demodulation,[status(thm),theory(equality)],[c_16,c_489]) ).

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_552,plain,
    ! [X_43] : ( add(X_43,multiplicative_identity) = multiplicative_identity ),
    inference(superposition,[status(thm),theory(equality)],[c_537,c_2]) ).

tff(c_30,plain,
    add(a,multiplicative_identity) != multiplicative_identity,
    inference(cnfTransformation,[status(thm)],[f_75]) ).

tff(c_682,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_552,c_30]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.12  % Problem  : BOO005-2 : TPTP v8.1.2. Bugfixed v1.2.1.
% 0.11/0.13  % 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.13/0.34  % Computer : n016.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 300
% 0.13/0.34  % DateTime : Thu Aug  3 19:00:23 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 3.07/1.91  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p
% 3.07/1.92  
% 3.07/1.92  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p
% See solution above
% 3.35/1.94  
% 3.35/1.94  Inference rules
% 3.35/1.94  ----------------------
% 3.35/1.94  #Ref     : 0
% 3.35/1.94  #Sup     : 161
% 3.35/1.94  #Fact    : 0
% 3.35/1.94  #Define  : 0
% 3.35/1.94  #Split   : 0
% 3.35/1.94  #Chain   : 0
% 3.35/1.94  #Close   : 0
% 3.35/1.94  
% 3.35/1.94  Ordering : KBO
% 3.35/1.94  
% 3.35/1.94  Simplification rules
% 3.35/1.94  ----------------------
% 3.35/1.94  #Subsume      : 0
% 3.35/1.94  #Demod        : 77
% 3.35/1.94  #Tautology    : 109
% 3.35/1.94  #SimpNegUnit  : 0
% 3.35/1.94  #BackRed      : 1
% 3.35/1.94  
% 3.35/1.94  #Partial instantiations: 0
% 3.35/1.94  #Strategies tried      : 1
% 3.35/1.94  
% 3.35/1.94  Timing (in seconds)
% 3.35/1.94  ----------------------
% 3.35/1.95  Preprocessing        : 0.45
% 3.35/1.95  Parsing              : 0.24
% 3.35/1.95  CNF conversion       : 0.02
% 3.35/1.95  Main loop            : 0.36
% 3.35/1.95  Inferencing          : 0.13
% 3.35/1.95  Reduction            : 0.14
% 3.35/1.95  Demodulation         : 0.11
% 3.35/1.95  BG Simplification    : 0.02
% 3.35/1.95  Subsumption          : 0.06
% 3.35/1.95  Abstraction          : 0.02
% 3.35/1.95  MUC search           : 0.00
% 3.35/1.95  Cooper               : 0.00
% 3.35/1.95  Total                : 0.86
% 3.35/1.95  Index Insertion      : 0.00
% 3.35/1.95  Index Deletion       : 0.00
% 3.35/1.95  Index Matching       : 0.00
% 3.35/1.95  BG Taut test         : 0.00
%------------------------------------------------------------------------------