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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Beagle---0.9.51
% Problem  : HEN012-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 : n020.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 3.07s 1.81s
% Output   : CNFRefutation 3.07s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    8
%            Number of leaves      :   12
% Syntax   : Number of formulae    :   32 (  16 unt;   5 typ;   0 def)
%            Number of atoms       :   41 (  19 equ)
%            Maximal formula atoms :    3 (   1 avg)
%            Number of connectives :   31 (  17   ~;  14   |;   0   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    6 (   3 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   :   39 (;  39   !;   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_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_56,axiom,
    ! [X,Y] : less_equal(divide(X,Y),X),
    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_53,axiom,
    ! [X,Y] :
      ( ( divide(X,Y) != zero )
      | less_equal(X,Y) ),
    file(unknown,unknown) ).

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

tff(f_79,axiom,
    ~ less_equal(a,a),
    file(unknown,unknown) ).

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

tff(c_25,plain,
    ! [X_20,Y_21] :
      ( ( divide(X_20,Y_21) = zero )
      | ~ less_equal(X_20,Y_21) ),
    inference(cnfTransformation,[status(thm)],[f_48]) ).

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

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

tff(c_39,plain,
    ! [X_5,Y_6] : ( divide(divide(X_5,Y_6),X_5) = zero ),
    inference(resolution,[status(thm)],[c_6,c_25]) ).

tff(c_170,plain,
    ! [X_32,Z_33,Y_34] : less_equal(divide(divide(X_32,Z_33),divide(Y_34,Z_33)),divide(divide(X_32,Y_34),Z_33)),
    inference(cnfTransformation,[status(thm)],[f_59]) ).

tff(c_312,plain,
    ! [X_41,Y_42] : less_equal(divide(divide(X_41,X_41),divide(Y_42,X_41)),zero),
    inference(superposition,[status(thm),theory(equality)],[c_39,c_170]) ).

tff(c_352,plain,
    ! [X_43] : less_equal(divide(divide(X_43,X_43),zero),zero),
    inference(superposition,[status(thm),theory(equality)],[c_39,c_312]) ).

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_72,plain,
    ! [Y_24,X_25] :
      ( ( Y_24 = X_25 )
      | ~ less_equal(Y_24,X_25)
      | ~ less_equal(X_25,Y_24) ),
    inference(cnfTransformation,[status(thm)],[f_71]) ).

tff(c_81,plain,
    ! [Y_4,X_3] :
      ( ( Y_4 = X_3 )
      | ~ less_equal(Y_4,X_3)
      | ( divide(X_3,Y_4) != zero ) ),
    inference(resolution,[status(thm)],[c_4,c_72]) ).

tff(c_355,plain,
    ! [X_43] :
      ( ( divide(divide(X_43,X_43),zero) = zero )
      | ( divide(zero,divide(divide(X_43,X_43),zero)) != zero ) ),
    inference(resolution,[status(thm)],[c_352,c_81]) ).

tff(c_386,plain,
    ! [X_44] : ( divide(divide(X_44,X_44),zero) = zero ),
    inference(demodulation,[status(thm),theory(equality)],[c_40,c_355]) ).

tff(c_85,plain,
    ! [X_26] :
      ( ( zero = X_26 )
      | ~ less_equal(X_26,zero) ),
    inference(resolution,[status(thm)],[c_10,c_72]) ).

tff(c_98,plain,
    ! [X_3] :
      ( ( zero = X_3 )
      | ( divide(X_3,zero) != zero ) ),
    inference(resolution,[status(thm)],[c_4,c_85]) ).

tff(c_439,plain,
    ! [X_44] : ( divide(X_44,X_44) = zero ),
    inference(superposition,[status(thm),theory(equality)],[c_386,c_98]) ).

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

tff(c_16,plain,
    ~ less_equal(a,a),
    inference(cnfTransformation,[status(thm)],[f_79]) ).

tff(c_24,plain,
    divide(a,a) != zero,
    inference(resolution,[status(thm)],[c_20,c_16]) ).

tff(c_452,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_439,c_24]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.14  % Problem  : HEN012-3 : 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.16/0.37  % Computer : n020.cluster.edu
% 0.16/0.37  % Model    : x86_64 x86_64
% 0.16/0.37  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.16/0.37  % Memory   : 8042.1875MB
% 0.16/0.37  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.16/0.37  % CPULimit : 300
% 0.16/0.37  % WCLimit  : 300
% 0.16/0.37  % DateTime : Thu Aug  3 13:07:07 EDT 2023
% 0.16/0.37  % CPUTime  : 
% 3.07/1.81  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p
% 3.07/1.81  
% 3.07/1.81  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
% 3.07/1.84  
% 3.07/1.84  Inference rules
% 3.07/1.84  ----------------------
% 3.07/1.84  #Ref     : 0
% 3.07/1.84  #Sup     : 99
% 3.07/1.84  #Fact    : 0
% 3.07/1.84  #Define  : 0
% 3.07/1.84  #Split   : 0
% 3.07/1.84  #Chain   : 0
% 3.07/1.84  #Close   : 0
% 3.07/1.84  
% 3.07/1.84  Ordering : KBO
% 3.07/1.84  
% 3.07/1.84  Simplification rules
% 3.07/1.84  ----------------------
% 3.07/1.84  #Subsume      : 5
% 3.07/1.84  #Demod        : 67
% 3.07/1.84  #Tautology    : 58
% 3.07/1.84  #SimpNegUnit  : 0
% 3.07/1.84  #BackRed      : 3
% 3.07/1.84  
% 3.07/1.84  #Partial instantiations: 0
% 3.07/1.84  #Strategies tried      : 1
% 3.07/1.84  
% 3.07/1.84  Timing (in seconds)
% 3.07/1.84  ----------------------
% 3.07/1.84  Preprocessing        : 0.42
% 3.07/1.84  Parsing              : 0.24
% 3.07/1.84  CNF conversion       : 0.02
% 3.07/1.84  Main loop            : 0.34
% 3.07/1.84  Inferencing          : 0.14
% 3.07/1.84  Reduction            : 0.10
% 3.07/1.84  Demodulation         : 0.07
% 3.07/1.84  BG Simplification    : 0.01
% 3.07/1.84  Subsumption          : 0.06
% 3.07/1.84  Abstraction          : 0.02
% 3.07/1.84  MUC search           : 0.00
% 3.07/1.84  Cooper               : 0.00
% 3.07/1.84  Total                : 0.80
% 3.07/1.84  Index Insertion      : 0.00
% 3.07/1.84  Index Deletion       : 0.00
% 3.07/1.84  Index Matching       : 0.00
% 3.07/1.84  BG Taut test         : 0.00
%------------------------------------------------------------------------------