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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Beagle---0.9.51
% Problem  : HEN009-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/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 : n017.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:18 EDT 2023

% Result   : Unsatisfiable 19.81s 8.98s
% Output   : CNFRefutation 19.81s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    9
%            Number of leaves      :   13
% Syntax   : Number of formulae    :   39 (  13 unt;   5 typ;   0 def)
%            Number of atoms       :   61 (  13 equ)
%            Maximal formula atoms :    3 (   1 avg)
%            Number of connectives :   57 (  30   ~;  27   |;   0   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    7 (   5 avg)
%            Maximal term depth    :    4 (   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    :    4 (   4 usr;   3 con; 0-2 aty)
%            Number of variables   :   68 (;  68   !;   0   ?;   0   :)

% Comments : 
%------------------------------------------------------------------------------
%$ less_equal > divide > #nlpp > zero > identity > 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(identity,type,
    identity: $i ).

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

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

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

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

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

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

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

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

tff(f_111,axiom,
    divide(identity,a) != divide(identity,divide(identity,divide(identity,a))),
    file(unknown,unknown) ).

tff(c_6,plain,
    ! [X_5,Y_6] : less_equal(divide(X_5,Y_6),X_5),
    inference(cnfTransformation,[status(thm)],[f_58]) ).

tff(c_239,plain,
    ! [X_47,Z_48,Y_49] :
      ( less_equal(X_47,Z_48)
      | ~ less_equal(Y_49,Z_48)
      | ~ less_equal(X_47,Y_49) ),
    inference(cnfTransformation,[status(thm)],[f_94]) ).

tff(c_310,plain,
    ! [X_55,X_56,Y_57] :
      ( less_equal(X_55,X_56)
      | ~ less_equal(X_55,divide(X_56,Y_57)) ),
    inference(resolution,[status(thm)],[c_6,c_239]) ).

tff(c_344,plain,
    ! [X_56,Y_57,Y_6] : less_equal(divide(divide(X_56,Y_57),Y_6),X_56),
    inference(resolution,[status(thm)],[c_6,c_310]) ).

tff(c_28,plain,
    ! [Z_25,Y_24,X_23] :
      ( less_equal(divide(Z_25,Y_24),divide(Z_25,X_23))
      | ~ less_equal(X_23,Y_24) ),
    inference(cnfTransformation,[status(thm)],[f_104]) ).

tff(c_521,plain,
    ! [X_68,Z_69,Y_70] :
      ( less_equal(divide(X_68,Z_69),Y_70)
      | ~ less_equal(divide(X_68,Y_70),Z_69) ),
    inference(cnfTransformation,[status(thm)],[f_99]) ).

tff(c_2636,plain,
    ! [Z_137,X_138,Y_139] :
      ( less_equal(divide(Z_137,divide(Z_137,X_138)),Y_139)
      | ~ less_equal(X_138,Y_139) ),
    inference(resolution,[status(thm)],[c_28,c_521]) ).

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

tff(c_168,plain,
    ! [Y_42,X_43] :
      ( ( Y_42 = X_43 )
      | ~ less_equal(Y_42,X_43)
      | ~ less_equal(X_43,Y_42) ),
    inference(cnfTransformation,[status(thm)],[f_73]) ).

tff(c_185,plain,
    ! [X_10] :
      ( ( zero = X_10 )
      | ~ less_equal(X_10,zero) ),
    inference(resolution,[status(thm)],[c_10,c_168]) ).

tff(c_3255,plain,
    ! [Z_150,X_151] :
      ( ( divide(Z_150,divide(Z_150,X_151)) = zero )
      | ~ less_equal(X_151,zero) ),
    inference(resolution,[status(thm)],[c_2636,c_185]) ).

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

tff(c_343,plain,
    ! [X_3,X_56,Y_57] :
      ( less_equal(X_3,X_56)
      | ( divide(X_3,divide(X_56,Y_57)) != zero ) ),
    inference(resolution,[status(thm)],[c_4,c_310]) ).

tff(c_3430,plain,
    ! [Z_150,X_151] :
      ( less_equal(Z_150,Z_150)
      | ~ less_equal(X_151,zero) ),
    inference(superposition,[status(thm),theory(equality)],[c_3255,c_343]) ).

tff(c_3468,plain,
    ! [X_152] : ~ less_equal(X_152,zero),
    inference(splitLeft,[status(thm)],[c_3430]) ).

tff(c_3518,plain,
    $false,
    inference(resolution,[status(thm)],[c_344,c_3468]) ).

tff(c_3521,plain,
    ! [Z_153] : less_equal(Z_153,Z_153),
    inference(splitRight,[status(thm)],[c_3430]) ).

tff(c_26,plain,
    ! [X_20,Z_22,Y_21] :
      ( less_equal(divide(X_20,Z_22),Y_21)
      | ~ less_equal(divide(X_20,Y_21),Z_22) ),
    inference(cnfTransformation,[status(thm)],[f_99]) ).

tff(c_3585,plain,
    ! [X_20,Y_21] : less_equal(divide(X_20,divide(X_20,Y_21)),Y_21),
    inference(resolution,[status(thm)],[c_3521,c_26]) ).

tff(c_424,plain,
    ! [Z_63,Y_64,X_65] :
      ( less_equal(divide(Z_63,Y_64),divide(Z_63,X_65))
      | ~ less_equal(X_65,Y_64) ),
    inference(cnfTransformation,[status(thm)],[f_104]) ).

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

tff(c_17510,plain,
    ! [Z_288,Y_289,X_290] :
      ( ( divide(Z_288,Y_289) = divide(Z_288,X_290) )
      | ~ less_equal(divide(Z_288,X_290),divide(Z_288,Y_289))
      | ~ less_equal(X_290,Y_289) ),
    inference(resolution,[status(thm)],[c_424,c_12]) ).

tff(c_17635,plain,
    ! [X_20,Y_289] :
      ( ( divide(X_20,divide(X_20,divide(X_20,Y_289))) = divide(X_20,Y_289) )
      | ~ less_equal(divide(X_20,divide(X_20,Y_289)),Y_289) ),
    inference(resolution,[status(thm)],[c_3585,c_17510]) ).

tff(c_17798,plain,
    ! [X_20,Y_289] : ( divide(X_20,divide(X_20,divide(X_20,Y_289))) = divide(X_20,Y_289) ),
    inference(demodulation,[status(thm),theory(equality)],[c_3585,c_17635]) ).

tff(c_32,plain,
    divide(identity,divide(identity,divide(identity,a))) != divide(identity,a),
    inference(cnfTransformation,[status(thm)],[f_111]) ).

tff(c_99302,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_17798,c_32]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.13  % Problem  : HEN009-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/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.15/0.36  % Computer : n017.cluster.edu
% 0.15/0.36  % Model    : x86_64 x86_64
% 0.15/0.36  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.15/0.36  % Memory   : 8042.1875MB
% 0.15/0.36  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.15/0.36  % CPULimit : 300
% 0.15/0.36  % WCLimit  : 300
% 0.15/0.36  % DateTime : Thu Aug  3 12:36:51 EDT 2023
% 0.15/0.36  % CPUTime  : 
% 19.81/8.98  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p
% 19.81/8.98  
% 19.81/8.98  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p
% See solution above
% 19.81/9.01  
% 19.81/9.01  Inference rules
% 19.81/9.01  ----------------------
% 19.81/9.01  #Ref     : 6
% 19.81/9.01  #Sup     : 25081
% 19.81/9.01  #Fact    : 0
% 19.81/9.01  #Define  : 0
% 19.81/9.01  #Split   : 6
% 19.81/9.01  #Chain   : 0
% 19.81/9.01  #Close   : 0
% 19.81/9.01  
% 19.81/9.01  Ordering : KBO
% 19.81/9.01  
% 19.81/9.01  Simplification rules
% 19.81/9.01  ----------------------
% 19.81/9.01  #Subsume      : 9748
% 19.81/9.01  #Demod        : 16494
% 19.81/9.01  #Tautology    : 9361
% 19.81/9.01  #SimpNegUnit  : 462
% 19.81/9.01  #BackRed      : 56
% 19.81/9.01  
% 19.81/9.01  #Partial instantiations: 0
% 19.81/9.01  #Strategies tried      : 1
% 19.81/9.01  
% 19.81/9.01  Timing (in seconds)
% 19.81/9.01  ----------------------
% 19.81/9.01  Preprocessing        : 0.45
% 19.81/9.02  Parsing              : 0.23
% 19.81/9.02  CNF conversion       : 0.03
% 19.81/9.02  Main loop            : 7.48
% 19.81/9.02  Inferencing          : 1.28
% 19.81/9.02  Reduction            : 3.18
% 19.81/9.02  Demodulation         : 2.58
% 19.81/9.02  BG Simplification    : 0.10
% 19.81/9.02  Subsumption          : 2.40
% 19.81/9.02  Abstraction          : 0.16
% 19.81/9.02  MUC search           : 0.00
% 19.81/9.02  Cooper               : 0.00
% 19.81/9.02  Total                : 7.98
% 19.81/9.02  Index Insertion      : 0.00
% 19.81/9.02  Index Deletion       : 0.00
% 19.81/9.02  Index Matching       : 0.00
% 19.81/9.02  BG Taut test         : 0.00
%------------------------------------------------------------------------------