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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Beagle---0.9.51
% Problem  : FLD067-4 : TPTP v8.1.2. Bugfixed v2.1.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 : n028.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:37:41 EDT 2023

% Result   : Unsatisfiable 3.99s 1.90s
% Output   : CNFRefutation 3.99s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    5
%            Number of leaves      :   20
% Syntax   : Number of formulae    :   32 (  10 unt;  13 typ;   0 def)
%            Number of atoms       :   34 (   0 equ)
%            Maximal formula atoms :    4 (   1 avg)
%            Number of connectives :   32 (  17   ~;  15   |;   0   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   10 (   3 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   15 (   8   >;   7   *;   0   +;   0  <<)
%            Number of predicates  :    5 (   4 usr;   1 prp; 0-3 aty)
%            Number of functors    :    9 (   9 usr;   5 con; 0-2 aty)
%            Number of variables   :   21 (;  21   !;   0   ?;   0   :)

% Comments : 
%------------------------------------------------------------------------------
%$ sum > product > less_or_equal > defined > multiply > add > #nlpp > multiplicative_inverse > additive_inverse > u > multiplicative_identity > b > additive_identity > a

%Foreground sorts:

%Background operators:

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

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

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

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

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

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

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

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

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

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

tff(defined,type,
    defined: $i > $o ).

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

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

tff(f_255,axiom,
    ~ less_or_equal(additive_identity,u),
    file(unknown,unknown) ).

tff(f_249,axiom,
    defined(a),
    file(unknown,unknown) ).

tff(f_252,axiom,
    less_or_equal(a,b),
    file(unknown,unknown) ).

tff(f_78,axiom,
    ! [X] :
      ( sum(additive_inverse(X),X,additive_identity)
      | ~ defined(X) ),
    file(unknown,unknown) ).

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

tff(f_253,axiom,
    sum(b,additive_inverse(a),u),
    file(unknown,unknown) ).

tff(f_233,axiom,
    ! [U,Z,X,Y,V] :
      ( less_or_equal(U,V)
      | ~ less_or_equal(X,Y)
      | ~ sum(X,Z,U)
      | ~ sum(Y,Z,V) ),
    file(unknown,unknown) ).

tff(c_64,plain,
    ~ less_or_equal(additive_identity,u),
    inference(cnfTransformation,[status(thm)],[f_255]) ).

tff(c_54,plain,
    defined(a),
    inference(cnfTransformation,[status(thm)],[f_249]) ).

tff(c_60,plain,
    less_or_equal(a,b),
    inference(cnfTransformation,[status(thm)],[f_252]) ).

tff(c_8,plain,
    ! [X_14] :
      ( ~ defined(X_14)
      | sum(additive_inverse(X_14),X_14,additive_identity) ),
    inference(cnfTransformation,[status(thm)],[f_78]) ).

tff(c_79,plain,
    ! [X_86,Y_87,Z_88] :
      ( ~ sum(X_86,Y_87,Z_88)
      | sum(Y_87,X_86,Z_88) ),
    inference(cnfTransformation,[status(thm)],[f_83]) ).

tff(c_86,plain,
    ! [X_14] :
      ( sum(X_14,additive_inverse(X_14),additive_identity)
      | ~ defined(X_14) ),
    inference(resolution,[status(thm)],[c_8,c_79]) ).

tff(c_62,plain,
    sum(b,additive_inverse(a),u),
    inference(cnfTransformation,[status(thm)],[f_253]) ).

tff(c_226,plain,
    ! [X_119,V_122,U_118,Y_121,Z_120] :
      ( ~ sum(Y_121,Z_120,V_122)
      | ~ sum(X_119,Z_120,U_118)
      | ~ less_or_equal(X_119,Y_121)
      | less_or_equal(U_118,V_122) ),
    inference(cnfTransformation,[status(thm)],[f_233]) ).

tff(c_257,plain,
    ! [X_123,U_124] :
      ( ~ sum(X_123,additive_inverse(a),U_124)
      | ~ less_or_equal(X_123,b)
      | less_or_equal(U_124,u) ),
    inference(resolution,[status(thm)],[c_62,c_226]) ).

tff(c_273,plain,
    ( ~ less_or_equal(a,b)
    | less_or_equal(additive_identity,u)
    | ~ defined(a) ),
    inference(resolution,[status(thm)],[c_86,c_257]) ).

tff(c_290,plain,
    less_or_equal(additive_identity,u),
    inference(demodulation,[status(thm),theory(equality)],[c_54,c_60,c_273]) ).

tff(c_292,plain,
    $false,
    inference(negUnitSimplification,[status(thm)],[c_64,c_290]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.13/0.14  % Problem  : FLD067-4 : TPTP v8.1.2. Bugfixed v2.1.0.
% 0.13/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.15/0.36  % Computer : n028.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 20:16:09 EDT 2023
% 0.15/0.36  % CPUTime  : 
% 3.99/1.90  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p
% 3.99/1.90  
% 3.99/1.90  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
% 3.99/1.93  
% 3.99/1.93  Inference rules
% 3.99/1.93  ----------------------
% 3.99/1.93  #Ref     : 0
% 3.99/1.93  #Sup     : 51
% 3.99/1.93  #Fact    : 2
% 3.99/1.93  #Define  : 0
% 3.99/1.93  #Split   : 1
% 3.99/1.93  #Chain   : 0
% 3.99/1.93  #Close   : 0
% 3.99/1.93  
% 3.99/1.93  Ordering : KBO
% 3.99/1.93  
% 3.99/1.93  Simplification rules
% 3.99/1.93  ----------------------
% 3.99/1.93  #Subsume      : 13
% 3.99/1.93  #Demod        : 4
% 3.99/1.93  #Tautology    : 3
% 3.99/1.93  #SimpNegUnit  : 3
% 3.99/1.93  #BackRed      : 0
% 3.99/1.93  
% 3.99/1.93  #Partial instantiations: 0
% 3.99/1.93  #Strategies tried      : 1
% 3.99/1.93  
% 3.99/1.93  Timing (in seconds)
% 3.99/1.93  ----------------------
% 3.99/1.93  Preprocessing        : 0.51
% 3.99/1.93  Parsing              : 0.28
% 3.99/1.93  CNF conversion       : 0.03
% 3.99/1.93  Main loop            : 0.37
% 3.99/1.93  Inferencing          : 0.15
% 3.99/1.93  Reduction            : 0.09
% 3.99/1.93  Demodulation         : 0.06
% 3.99/1.93  BG Simplification    : 0.02
% 3.99/1.93  Subsumption          : 0.09
% 3.99/1.93  Abstraction          : 0.01
% 3.99/1.93  MUC search           : 0.00
% 3.99/1.93  Cooper               : 0.00
% 3.99/1.93  Total                : 0.93
% 3.99/1.93  Index Insertion      : 0.00
% 3.99/1.94  Index Deletion       : 0.00
% 3.99/1.94  Index Matching       : 0.00
% 3.99/1.94  BG Taut test         : 0.00
%------------------------------------------------------------------------------