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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Beagle---0.9.51
% Problem  : BOO005-4 : 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/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 : n022.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.17s 1.85s
% Output   : CNFRefutation 3.23s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    6
%            Number of leaves      :   11
% Syntax   : Number of formulae    :   22 (  16 unt;   6 typ;   0 def)
%            Number of atoms       :   16 (  15 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    :    6 (   6 usr;   3 con; 0-2 aty)
%            Number of variables   :   21 (;  21   !;   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_57,axiom,
    ! [X] : ( add(X,inverse(X)) = multiplicative_identity ),
    file(unknown,unknown) ).

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

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

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

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

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

tff(c_12,plain,
    ! [X_12] : ( multiply(X_12,multiplicative_identity) = X_12 ),
    inference(cnfTransformation,[status(thm)],[f_55]) ).

tff(c_156,plain,
    ! [Y_22,X_23] : ( multiply(Y_22,X_23) = multiply(X_23,Y_22) ),
    inference(cnfTransformation,[status(thm)],[f_47]) ).

tff(c_194,plain,
    ! [X_12] : ( multiply(multiplicative_identity,X_12) = X_12 ),
    inference(superposition,[status(thm),theory(equality)],[c_12,c_156]) ).

tff(c_263,plain,
    ! [X_25,Y_26,Z_27] : ( multiply(add(X_25,Y_26),add(X_25,Z_27)) = add(X_25,multiply(Y_26,Z_27)) ),
    inference(cnfTransformation,[status(thm)],[f_49]) ).

tff(c_302,plain,
    ! [X_13,Z_27] : ( add(X_13,multiply(inverse(X_13),Z_27)) = multiply(multiplicative_identity,add(X_13,Z_27)) ),
    inference(superposition,[status(thm),theory(equality)],[c_14,c_263]) ).

tff(c_389,plain,
    ! [X_31,Z_32] : ( add(X_31,multiply(inverse(X_31),Z_32)) = add(X_31,Z_32) ),
    inference(demodulation,[status(thm),theory(equality)],[c_194,c_302]) ).

tff(c_431,plain,
    ! [X_31] : ( add(X_31,inverse(X_31)) = add(X_31,multiplicative_identity) ),
    inference(superposition,[status(thm),theory(equality)],[c_12,c_389]) ).

tff(c_440,plain,
    ! [X_31] : ( add(X_31,multiplicative_identity) = multiplicative_identity ),
    inference(demodulation,[status(thm),theory(equality)],[c_14,c_431]) ).

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

tff(c_443,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_440,c_18]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.13  % Problem  : BOO005-4 : TPTP v8.1.2. Bugfixed v1.2.1.
% 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.13/0.35  % Computer : n022.cluster.edu
% 0.13/0.35  % Model    : x86_64 x86_64
% 0.13/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.35  % Memory   : 8042.1875MB
% 0.13/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.35  % CPULimit : 300
% 0.13/0.35  % WCLimit  : 300
% 0.13/0.35  % DateTime : Thu Aug  3 18:33:18 EDT 2023
% 0.13/0.35  % CPUTime  : 
% 3.17/1.85  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p
% 3.17/1.85  
% 3.17/1.85  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
% 3.23/1.88  
% 3.23/1.88  Inference rules
% 3.23/1.88  ----------------------
% 3.23/1.88  #Ref     : 0
% 3.23/1.88  #Sup     : 108
% 3.23/1.88  #Fact    : 0
% 3.23/1.88  #Define  : 0
% 3.23/1.88  #Split   : 0
% 3.23/1.88  #Chain   : 0
% 3.23/1.88  #Close   : 0
% 3.23/1.88  
% 3.23/1.88  Ordering : KBO
% 3.23/1.88  
% 3.23/1.88  Simplification rules
% 3.23/1.88  ----------------------
% 3.23/1.88  #Subsume      : 0
% 3.23/1.88  #Demod        : 46
% 3.23/1.88  #Tautology    : 69
% 3.23/1.88  #SimpNegUnit  : 0
% 3.23/1.88  #BackRed      : 1
% 3.23/1.88  
% 3.23/1.88  #Partial instantiations: 0
% 3.23/1.88  #Strategies tried      : 1
% 3.23/1.88  
% 3.23/1.88  Timing (in seconds)
% 3.23/1.88  ----------------------
% 3.23/1.88  Preprocessing        : 0.41
% 3.23/1.88  Parsing              : 0.22
% 3.23/1.88  CNF conversion       : 0.02
% 3.23/1.88  Main loop            : 0.36
% 3.23/1.88  Inferencing          : 0.13
% 3.23/1.88  Reduction            : 0.13
% 3.23/1.88  Demodulation         : 0.10
% 3.23/1.88  BG Simplification    : 0.02
% 3.23/1.88  Subsumption          : 0.06
% 3.23/1.88  Abstraction          : 0.02
% 3.23/1.88  MUC search           : 0.00
% 3.23/1.88  Cooper               : 0.00
% 3.23/1.88  Total                : 0.81
% 3.23/1.88  Index Insertion      : 0.00
% 3.23/1.88  Index Deletion       : 0.00
% 3.23/1.88  Index Matching       : 0.00
% 3.23/1.88  BG Taut test         : 0.00
%------------------------------------------------------------------------------