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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Beagle---0.9.51
% Problem  : GRP188-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/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 : n005.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:40:26 EDT 2023

% Result   : Unsatisfiable 3.45s 1.90s
% Output   : CNFRefutation 3.83s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    5
%            Number of leaves      :   11
% Syntax   : Number of formulae    :   19 (  12 unt;   7 typ;   0 def)
%            Number of atoms       :   12 (  11 equ)
%            Maximal formula atoms :    1 (   1 avg)
%            Number of connectives :    3 (   3   ~;   0   |;   0   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    4 (   3 avg)
%            Maximal term depth    :    3 (   1 avg)
%            Number of types       :    1 (   0 usr)
%            Number of type conns  :    7 (   4   >;   3   *;   0   +;   0  <<)
%            Number of predicates  :    2 (   0 usr;   1 prp; 0-2 aty)
%            Number of functors    :    7 (   7 usr;   3 con; 0-2 aty)
%            Number of variables   :   16 (;  16   !;   0   ?;   0   :)

% Comments : 
%------------------------------------------------------------------------------
%$ multiply > least_upper_bound > greatest_lower_bound > #nlpp > inverse > identity > b > a

%Foreground sorts:

%Background operators:

%Foreground operators:
tff(a,type,
    a: $i ).

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

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

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

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

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

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

tff(f_90,axiom,
    ! [X,Y] : ( least_upper_bound(X,Y) = least_upper_bound(Y,X) ),
    file(unknown,unknown) ).

tff(f_96,axiom,
    ! [X] : ( least_upper_bound(X,X) = X ),
    file(unknown,unknown) ).

tff(f_94,axiom,
    ! [X,Y,Z] : ( least_upper_bound(X,least_upper_bound(Y,Z)) = least_upper_bound(least_upper_bound(X,Y),Z) ),
    file(unknown,unknown) ).

tff(f_120,axiom,
    least_upper_bound(b,least_upper_bound(a,b)) != least_upper_bound(a,b),
    file(unknown,unknown) ).

tff(c_10,plain,
    ! [Y_9,X_8] : ( least_upper_bound(Y_9,X_8) = least_upper_bound(X_8,Y_9) ),
    inference(cnfTransformation,[status(thm)],[f_90]) ).

tff(c_16,plain,
    ! [X_16] : ( least_upper_bound(X_16,X_16) = X_16 ),
    inference(cnfTransformation,[status(thm)],[f_96]) ).

tff(c_628,plain,
    ! [X_65,Y_66,Z_67] : ( least_upper_bound(least_upper_bound(X_65,Y_66),Z_67) = least_upper_bound(X_65,least_upper_bound(Y_66,Z_67)) ),
    inference(cnfTransformation,[status(thm)],[f_94]) ).

tff(c_719,plain,
    ! [X_68,Z_69] : ( least_upper_bound(X_68,least_upper_bound(X_68,Z_69)) = least_upper_bound(X_68,Z_69) ),
    inference(superposition,[status(thm),theory(equality)],[c_16,c_628]) ).

tff(c_766,plain,
    ! [Y_9,X_8] : ( least_upper_bound(Y_9,least_upper_bound(X_8,Y_9)) = least_upper_bound(Y_9,X_8) ),
    inference(superposition,[status(thm),theory(equality)],[c_10,c_719]) ).

tff(c_38,plain,
    least_upper_bound(b,least_upper_bound(a,b)) != least_upper_bound(a,b),
    inference(cnfTransformation,[status(thm)],[f_120]) ).

tff(c_1185,plain,
    least_upper_bound(b,a) != least_upper_bound(a,b),
    inference(demodulation,[status(thm),theory(equality)],[c_766,c_38]) ).

tff(c_1188,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_10,c_1185]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : GRP188-2 : TPTP v8.1.2. Bugfixed v1.2.1.
% 0.00/0.13  % 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.34  % Computer : n005.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 21:51:56 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 3.45/1.90  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p
% 3.45/1.90  
% 3.45/1.90  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
% 3.83/1.92  
% 3.83/1.92  Inference rules
% 3.83/1.92  ----------------------
% 3.83/1.92  #Ref     : 0
% 3.83/1.92  #Sup     : 288
% 3.83/1.92  #Fact    : 0
% 3.83/1.92  #Define  : 0
% 3.83/1.92  #Split   : 0
% 3.83/1.92  #Chain   : 0
% 3.83/1.92  #Close   : 0
% 3.83/1.92  
% 3.83/1.92  Ordering : KBO
% 3.83/1.92  
% 3.83/1.92  Simplification rules
% 3.83/1.92  ----------------------
% 3.83/1.92  #Subsume      : 0
% 3.83/1.92  #Demod        : 206
% 3.83/1.92  #Tautology    : 174
% 3.83/1.92  #SimpNegUnit  : 0
% 3.83/1.92  #BackRed      : 1
% 3.83/1.92  
% 3.83/1.92  #Partial instantiations: 0
% 3.83/1.92  #Strategies tried      : 1
% 3.83/1.92  
% 3.83/1.92  Timing (in seconds)
% 3.83/1.92  ----------------------
% 3.83/1.92  Preprocessing        : 0.45
% 3.83/1.92  Parsing              : 0.24
% 3.83/1.92  CNF conversion       : 0.02
% 3.83/1.92  Main loop            : 0.45
% 3.83/1.92  Inferencing          : 0.15
% 3.83/1.92  Reduction            : 0.17
% 3.83/1.93  Demodulation         : 0.14
% 3.83/1.93  BG Simplification    : 0.02
% 3.83/1.93  Subsumption          : 0.08
% 3.83/1.93  Abstraction          : 0.02
% 3.83/1.93  MUC search           : 0.00
% 3.83/1.93  Cooper               : 0.00
% 3.83/1.93  Total                : 0.94
% 3.83/1.93  Index Insertion      : 0.00
% 3.83/1.93  Index Deletion       : 0.00
% 3.83/1.93  Index Matching       : 0.00
% 3.83/1.93  BG Taut test         : 0.00
%------------------------------------------------------------------------------