TSTP Solution File: HEN012-1 by Beagle---0.9.51

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Beagle---0.9.51
% Problem  : HEN012-1 : 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 : n019.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:20 EDT 2023

% Result   : Unsatisfiable 7.72s 2.88s
% Output   : CNFRefutation 7.92s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   14
%            Number of leaves      :   14
% Syntax   : Number of formulae    :   40 (  16 unt;   6 typ;   0 def)
%            Number of atoms       :   72 (   8 equ)
%            Maximal formula atoms :    6 (   2 avg)
%            Number of connectives :   78 (  40   ~;  38   |;   0   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   15 (   5 avg)
%            Maximal term depth    :    3 (   1 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :    7 (   3   >;   4   *;   0   +;   0  <<)
%            Number of predicates  :    4 (   2 usr;   1 prp; 0-3 aty)
%            Number of functors    :    4 (   4 usr;   3 con; 0-2 aty)
%            Number of variables   :   77 (;  77   !;   0   ?;   0   :)

% Comments : 
%------------------------------------------------------------------------------
%$ quotient > less_equal > divide > #nlpp > zero > x > identity

%Foreground sorts:

%Background operators:

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

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

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

tff(quotient,type,
    quotient: ( $i * $i * $i ) > $o ).

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

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

tff(f_95,axiom,
    ! [X,Y] : quotient(X,Y,divide(X,Y)),
    file(unknown,unknown) ).

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

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

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

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

tff(f_77,axiom,
    ! [V3,V5,Z,V1,X,Y,V2,V4] :
      ( ~ quotient(X,Y,V1)
      | ~ quotient(Y,Z,V2)
      | ~ quotient(X,Z,V3)
      | ~ quotient(V3,V2,V4)
      | ~ quotient(V1,Z,V5)
      | less_equal(V4,V5) ),
    file(unknown,unknown) ).

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

tff(f_108,axiom,
    ~ less_equal(x,x),
    file(unknown,unknown) ).

tff(c_16,plain,
    ! [X_20,Y_21] : quotient(X_20,Y_21,divide(X_20,Y_21)),
    inference(cnfTransformation,[status(thm)],[f_95]) ).

tff(c_24,plain,
    ! [Z_30,X_31,Y_32] :
      ( less_equal(Z_30,X_31)
      | ~ quotient(X_31,Y_32,Z_30) ),
    inference(cnfTransformation,[status(thm)],[f_59]) ).

tff(c_28,plain,
    ! [X_20,Y_21] : less_equal(divide(X_20,Y_21),X_20),
    inference(resolution,[status(thm)],[c_16,c_24]) ).

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

tff(c_41,plain,
    ! [Y_39,X_40] :
      ( ( Y_39 = X_40 )
      | ~ less_equal(Y_39,X_40)
      | ~ less_equal(X_40,Y_39) ),
    inference(cnfTransformation,[status(thm)],[f_89]) ).

tff(c_58,plain,
    ! [X_45] :
      ( ( zero = X_45 )
      | ~ less_equal(X_45,zero) ),
    inference(resolution,[status(thm)],[c_10,c_41]) ).

tff(c_70,plain,
    ! [Y_46] : ( divide(zero,Y_46) = zero ),
    inference(resolution,[status(thm)],[c_28,c_58]) ).

tff(c_78,plain,
    ! [Y_46] : quotient(zero,Y_46,zero),
    inference(superposition,[status(thm),theory(equality)],[c_70,c_16]) ).

tff(c_2,plain,
    ! [X_1,Y_2] :
      ( quotient(X_1,Y_2,zero)
      | ~ less_equal(X_1,Y_2) ),
    inference(cnfTransformation,[status(thm)],[f_48]) ).

tff(c_125,plain,
    ! [Y_57,Z_54,V5_58,X_55,V1_56,V2_51,V4_53,V3_52] :
      ( less_equal(V4_53,V5_58)
      | ~ quotient(V1_56,Z_54,V5_58)
      | ~ quotient(V3_52,V2_51,V4_53)
      | ~ quotient(X_55,Z_54,V3_52)
      | ~ quotient(Y_57,Z_54,V2_51)
      | ~ quotient(X_55,Y_57,V1_56) ),
    inference(cnfTransformation,[status(thm)],[f_77]) ).

tff(c_737,plain,
    ! [X_115,X_111,V4_112,Y_117,Y_113,V2_114,V3_116] :
      ( less_equal(V4_112,zero)
      | ~ quotient(V3_116,V2_114,V4_112)
      | ~ quotient(X_115,Y_117,V3_116)
      | ~ quotient(Y_113,Y_117,V2_114)
      | ~ quotient(X_115,Y_113,X_111)
      | ~ less_equal(X_111,Y_117) ),
    inference(resolution,[status(thm)],[c_2,c_125]) ).

tff(c_1095,plain,
    ! [X_137,X_140,Y_136,X_141,Y_139,Y_138] :
      ( less_equal(divide(X_137,Y_136),zero)
      | ~ quotient(X_141,Y_138,X_137)
      | ~ quotient(Y_139,Y_138,Y_136)
      | ~ quotient(X_141,Y_139,X_140)
      | ~ less_equal(X_140,Y_138) ),
    inference(resolution,[status(thm)],[c_16,c_737]) ).

tff(c_1923,plain,
    ! [X_166,Y_167,X_169,Y_168,Y_165] :
      ( less_equal(divide(divide(X_166,Y_165),Y_167),zero)
      | ~ quotient(Y_168,Y_165,Y_167)
      | ~ quotient(X_166,Y_168,X_169)
      | ~ less_equal(X_169,Y_165) ),
    inference(resolution,[status(thm)],[c_16,c_1095]) ).

tff(c_2803,plain,
    ! [X_191,Y_192,X_193] :
      ( less_equal(divide(divide(X_191,Y_192),zero),zero)
      | ~ quotient(X_191,zero,X_193)
      | ~ less_equal(X_193,Y_192) ),
    inference(resolution,[status(thm)],[c_78,c_1923]) ).

tff(c_11244,plain,
    ! [X_331,Y_332] :
      ( less_equal(divide(divide(X_331,Y_332),zero),zero)
      | ~ less_equal(divide(X_331,zero),Y_332) ),
    inference(resolution,[status(thm)],[c_16,c_2803]) ).

tff(c_49,plain,
    ! [X_16] :
      ( ( zero = X_16 )
      | ~ less_equal(X_16,zero) ),
    inference(resolution,[status(thm)],[c_10,c_41]) ).

tff(c_11739,plain,
    ! [X_339,Y_340] :
      ( ( divide(divide(X_339,Y_340),zero) = zero )
      | ~ less_equal(divide(X_339,zero),Y_340) ),
    inference(resolution,[status(thm)],[c_11244,c_49]) ).

tff(c_12034,plain,
    ! [X_345] : ( divide(divide(X_345,X_345),zero) = zero ),
    inference(resolution,[status(thm)],[c_28,c_11739]) ).

tff(c_12506,plain,
    ! [X_346] : quotient(divide(X_346,X_346),zero,zero),
    inference(superposition,[status(thm),theory(equality)],[c_12034,c_16]) ).

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

tff(c_12649,plain,
    ! [X_347] : less_equal(divide(X_347,X_347),zero),
    inference(resolution,[status(thm)],[c_12506,c_4]) ).

tff(c_12719,plain,
    ! [X_348] : ( divide(X_348,X_348) = zero ),
    inference(resolution,[status(thm)],[c_12649,c_49]) ).

tff(c_13390,plain,
    ! [X_352] : quotient(X_352,X_352,zero),
    inference(superposition,[status(thm),theory(equality)],[c_12719,c_16]) ).

tff(c_13500,plain,
    ! [X_352] : less_equal(X_352,X_352),
    inference(resolution,[status(thm)],[c_13390,c_4]) ).

tff(c_20,plain,
    ~ less_equal(x,x),
    inference(cnfTransformation,[status(thm)],[f_108]) ).

tff(c_13505,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_13500,c_20]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.14  % Problem  : HEN012-1 : TPTP v8.1.2. Released v1.0.0.
% 0.00/0.15  % 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.14/0.36  % Computer : n019.cluster.edu
% 0.14/0.36  % Model    : x86_64 x86_64
% 0.14/0.36  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.36  % Memory   : 8042.1875MB
% 0.14/0.36  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.36  % CPULimit : 300
% 0.14/0.36  % WCLimit  : 300
% 0.14/0.36  % DateTime : Thu Aug  3 13:09:31 EDT 2023
% 0.14/0.37  % CPUTime  : 
% 7.72/2.88  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p
% 7.92/2.88  
% 7.92/2.88  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
% 7.92/2.91  
% 7.92/2.91  Inference rules
% 7.92/2.91  ----------------------
% 7.92/2.91  #Ref     : 0
% 7.92/2.91  #Sup     : 3304
% 7.92/2.91  #Fact    : 0
% 7.92/2.91  #Define  : 0
% 7.92/2.91  #Split   : 0
% 7.92/2.91  #Chain   : 0
% 7.92/2.91  #Close   : 0
% 7.92/2.91  
% 7.92/2.91  Ordering : KBO
% 7.92/2.91  
% 7.92/2.91  Simplification rules
% 7.92/2.91  ----------------------
% 7.92/2.91  #Subsume      : 482
% 7.92/2.91  #Demod        : 2783
% 7.92/2.91  #Tautology    : 2259
% 7.92/2.91  #SimpNegUnit  : 0
% 7.92/2.91  #BackRed      : 7
% 7.92/2.91  
% 7.92/2.91  #Partial instantiations: 0
% 7.92/2.91  #Strategies tried      : 1
% 7.92/2.91  
% 7.92/2.91  Timing (in seconds)
% 7.92/2.91  ----------------------
% 7.92/2.91  Preprocessing        : 0.41
% 7.92/2.91  Parsing              : 0.23
% 7.92/2.91  CNF conversion       : 0.02
% 7.92/2.91  Main loop            : 1.49
% 7.92/2.91  Inferencing          : 0.51
% 7.92/2.91  Reduction            : 0.49
% 7.92/2.91  Demodulation         : 0.38
% 7.92/2.91  BG Simplification    : 0.05
% 7.92/2.91  Subsumption          : 0.36
% 7.92/2.91  Abstraction          : 0.05
% 7.92/2.92  MUC search           : 0.00
% 7.92/2.92  Cooper               : 0.00
% 7.92/2.92  Total                : 1.95
% 7.92/2.92  Index Insertion      : 0.00
% 7.92/2.92  Index Deletion       : 0.00
% 7.92/2.92  Index Matching       : 0.00
% 7.92/2.92  BG Taut test         : 0.00
%------------------------------------------------------------------------------