TSTP Solution File: HEN008-3 by Beagle---0.9.51

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Beagle---0.9.51
% Problem  : HEN008-3 : 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 : n013.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:42:17 EDT 2023

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

% Comments : 
%------------------------------------------------------------------------------
%$ less_equal > divide > #nlpp > zero > identity > c > b > a

%Foreground sorts:

%Background operators:

%Foreground operators:
tff(less_equal,type,
    less_equal: ( $i * $i ) > $o ).

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

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

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

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

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

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

tff(f_62,axiom,
    ! [X] : less_equal(zero,X),
    file(unknown,unknown) ).

tff(f_48,axiom,
    ! [X,Y] :
      ( ~ less_equal(X,Y)
      | ( divide(X,Y) = zero ) ),
    file(unknown,unknown) ).

tff(f_78,axiom,
    less_equal(a,b),
    file(unknown,unknown) ).

tff(f_59,axiom,
    ! [X,Z,Y] : less_equal(divide(divide(X,Z),divide(Y,Z)),divide(divide(X,Y),Z)),
    file(unknown,unknown) ).

tff(f_71,axiom,
    ! [X,Y] :
      ( ~ less_equal(X,Y)
      | ~ less_equal(Y,X)
      | ( X = Y ) ),
    file(unknown,unknown) ).

tff(f_53,axiom,
    ! [X,Y] :
      ( ( divide(X,Y) != zero )
      | less_equal(X,Y) ),
    file(unknown,unknown) ).

tff(f_80,axiom,
    ~ less_equal(divide(a,c),divide(b,c)),
    file(unknown,unknown) ).

tff(c_10,plain,
    ! [X_10] : less_equal(zero,X_10),
    inference(cnfTransformation,[status(thm)],[f_62]) ).

tff(c_22,plain,
    ! [X_18,Y_19] :
      ( ( divide(X_18,Y_19) = zero )
      | ~ less_equal(X_18,Y_19) ),
    inference(cnfTransformation,[status(thm)],[f_48]) ).

tff(c_37,plain,
    ! [X_10] : ( divide(zero,X_10) = zero ),
    inference(resolution,[status(thm)],[c_10,c_22]) ).

tff(c_16,plain,
    less_equal(a,b),
    inference(cnfTransformation,[status(thm)],[f_78]) ).

tff(c_38,plain,
    divide(a,b) = zero,
    inference(resolution,[status(thm)],[c_16,c_22]) ).

tff(c_158,plain,
    ! [X_29,Z_30,Y_31] : less_equal(divide(divide(X_29,Z_30),divide(Y_31,Z_30)),divide(divide(X_29,Y_31),Z_30)),
    inference(cnfTransformation,[status(thm)],[f_59]) ).

tff(c_12,plain,
    ! [Y_12,X_11] :
      ( ( Y_12 = X_11 )
      | ~ less_equal(Y_12,X_11)
      | ~ less_equal(X_11,Y_12) ),
    inference(cnfTransformation,[status(thm)],[f_71]) ).

tff(c_910,plain,
    ! [X_52,Z_53,Y_54] :
      ( ( divide(divide(X_52,Z_53),divide(Y_54,Z_53)) = divide(divide(X_52,Y_54),Z_53) )
      | ~ less_equal(divide(divide(X_52,Y_54),Z_53),divide(divide(X_52,Z_53),divide(Y_54,Z_53))) ),
    inference(resolution,[status(thm)],[c_158,c_12]) ).

tff(c_982,plain,
    ! [Z_53] :
      ( ( divide(divide(a,Z_53),divide(b,Z_53)) = divide(divide(a,b),Z_53) )
      | ~ less_equal(divide(zero,Z_53),divide(divide(a,Z_53),divide(b,Z_53))) ),
    inference(superposition,[status(thm),theory(equality)],[c_38,c_910]) ).

tff(c_1042,plain,
    ! [Z_53] : ( divide(divide(a,Z_53),divide(b,Z_53)) = zero ),
    inference(demodulation,[status(thm),theory(equality)],[c_10,c_37,c_37,c_38,c_982]) ).

tff(c_4,plain,
    ! [X_3,Y_4] :
      ( less_equal(X_3,Y_4)
      | ( divide(X_3,Y_4) != zero ) ),
    inference(cnfTransformation,[status(thm)],[f_53]) ).

tff(c_18,plain,
    ~ less_equal(divide(a,c),divide(b,c)),
    inference(cnfTransformation,[status(thm)],[f_80]) ).

tff(c_85,plain,
    divide(divide(a,c),divide(b,c)) != zero,
    inference(resolution,[status(thm)],[c_4,c_18]) ).

tff(c_1060,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_1042,c_85]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.13  % Problem  : HEN008-3 : 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.36  % Computer : n013.cluster.edu
% 0.18/0.36  % Model    : x86_64 x86_64
% 0.18/0.36  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.18/0.36  % Memory   : 8042.1875MB
% 0.18/0.36  % 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 13:03:47 EDT 2023
% 0.18/0.36  % CPUTime  : 
% 3.45/1.93  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p
% 3.45/1.93  
% 3.45/1.93  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
% 3.76/1.96  
% 3.76/1.96  Inference rules
% 3.76/1.96  ----------------------
% 3.76/1.96  #Ref     : 0
% 3.76/1.96  #Sup     : 244
% 3.76/1.96  #Fact    : 0
% 3.76/1.96  #Define  : 0
% 3.76/1.96  #Split   : 1
% 3.76/1.96  #Chain   : 0
% 3.76/1.96  #Close   : 0
% 3.76/1.96  
% 3.76/1.96  Ordering : KBO
% 3.76/1.96  
% 3.76/1.96  Simplification rules
% 3.76/1.96  ----------------------
% 3.76/1.96  #Subsume      : 14
% 3.76/1.96  #Demod        : 297
% 3.76/1.96  #Tautology    : 150
% 3.76/1.96  #SimpNegUnit  : 0
% 3.76/1.96  #BackRed      : 5
% 3.76/1.96  
% 3.76/1.96  #Partial instantiations: 0
% 3.76/1.96  #Strategies tried      : 1
% 3.76/1.96  
% 3.76/1.96  Timing (in seconds)
% 3.76/1.96  ----------------------
% 3.76/1.97  Preprocessing        : 0.41
% 3.76/1.97  Parsing              : 0.23
% 3.76/1.97  CNF conversion       : 0.02
% 3.76/1.97  Main loop            : 0.48
% 3.76/1.97  Inferencing          : 0.19
% 3.76/1.97  Reduction            : 0.16
% 3.76/1.97  Demodulation         : 0.12
% 3.76/1.97  BG Simplification    : 0.02
% 3.76/1.97  Subsumption          : 0.09
% 3.76/1.97  Abstraction          : 0.02
% 3.76/1.97  MUC search           : 0.00
% 3.76/1.97  Cooper               : 0.00
% 3.76/1.97  Total                : 0.94
% 3.76/1.97  Index Insertion      : 0.00
% 3.76/1.97  Index Deletion       : 0.00
% 3.76/1.97  Index Matching       : 0.00
% 3.76/1.97  BG Taut test         : 0.00
%------------------------------------------------------------------------------