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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Beagle---0.9.51
% Problem  : FLD037-3 : 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/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 : n029.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:33 EDT 2023

% Result   : Unsatisfiable 5.49s 2.35s
% Output   : CNFRefutation 5.84s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    8
%            Number of leaves      :   21
% Syntax   : Number of formulae    :   39 (  12 unt;  12 typ;   0 def)
%            Number of atoms       :   52 (   0 equ)
%            Maximal formula atoms :    4 (   1 avg)
%            Number of connectives :   50 (  25   ~;  25   |;   0   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   11 (   4 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    :    8 (   8 usr;   4 con; 0-2 aty)
%            Number of variables   :   32 (;  32   !;   0   ?;   0   :)

% Comments : 
%------------------------------------------------------------------------------
%$ sum > product > less_or_equal > defined > multiply > add > #nlpp > multiplicative_inverse > additive_inverse > 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(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_252,axiom,
    ~ sum(additive_identity,a,additive_identity),
    file(unknown,unknown) ).

tff(f_255,axiom,
    ~ product(b,multiplicative_inverse(a),multiplicative_identity),
    file(unknown,unknown) ).

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

tff(f_117,axiom,
    ! [X] :
      ( product(multiplicative_inverse(X),X,multiplicative_identity)
      | sum(additive_identity,X,additive_identity)
      | ~ defined(X) ),
    file(unknown,unknown) ).

tff(f_173,axiom,
    defined(multiplicative_identity),
    file(unknown,unknown) ).

tff(f_253,axiom,
    product(multiplicative_identity,a,b),
    file(unknown,unknown) ).

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

tff(f_110,axiom,
    ! [X] :
      ( product(multiplicative_identity,X,X)
      | ~ defined(X) ),
    file(unknown,unknown) ).

tff(f_94,axiom,
    ! [W,U,Z,X,Y,V] :
      ( product(X,V,W)
      | ~ product(X,Y,U)
      | ~ product(Y,Z,V)
      | ~ product(U,Z,W) ),
    file(unknown,unknown) ).

tff(c_58,plain,
    ~ sum(additive_identity,a,additive_identity),
    inference(cnfTransformation,[status(thm)],[f_252]) ).

tff(c_62,plain,
    ~ product(b,multiplicative_inverse(a),multiplicative_identity),
    inference(cnfTransformation,[status(thm)],[f_255]) ).

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

tff(c_18,plain,
    ! [X_31] :
      ( ~ defined(X_31)
      | sum(additive_identity,X_31,additive_identity)
      | product(multiplicative_inverse(X_31),X_31,multiplicative_identity) ),
    inference(cnfTransformation,[status(thm)],[f_117]) ).

tff(c_34,plain,
    defined(multiplicative_identity),
    inference(cnfTransformation,[status(thm)],[f_173]) ).

tff(c_60,plain,
    product(multiplicative_identity,a,b),
    inference(cnfTransformation,[status(thm)],[f_253]) ).

tff(c_69,plain,
    ! [X_82,Y_83,Z_84] :
      ( ~ product(X_82,Y_83,Z_84)
      | product(Y_83,X_82,Z_84) ),
    inference(cnfTransformation,[status(thm)],[f_122]) ).

tff(c_75,plain,
    product(a,multiplicative_identity,b),
    inference(resolution,[status(thm)],[c_60,c_69]) ).

tff(c_16,plain,
    ! [X_30] :
      ( ~ defined(X_30)
      | product(multiplicative_identity,X_30,X_30) ),
    inference(cnfTransformation,[status(thm)],[f_110]) ).

tff(c_319,plain,
    ! [Z_133,V_136,X_135,W_134,U_132,Y_137] :
      ( ~ product(U_132,Z_133,W_134)
      | ~ product(Y_137,Z_133,V_136)
      | ~ product(X_135,Y_137,U_132)
      | product(X_135,V_136,W_134) ),
    inference(cnfTransformation,[status(thm)],[f_94]) ).

tff(c_1317,plain,
    ! [Y_216,X_217,V_218,X_219] :
      ( ~ product(Y_216,X_217,V_218)
      | ~ product(X_219,Y_216,multiplicative_identity)
      | product(X_219,V_218,X_217)
      | ~ defined(X_217) ),
    inference(resolution,[status(thm)],[c_16,c_319]) ).

tff(c_1363,plain,
    ! [X_219] :
      ( ~ product(X_219,a,multiplicative_identity)
      | product(X_219,b,multiplicative_identity)
      | ~ defined(multiplicative_identity) ),
    inference(resolution,[status(thm)],[c_75,c_1317]) ).

tff(c_1419,plain,
    ! [X_220] :
      ( ~ product(X_220,a,multiplicative_identity)
      | product(X_220,b,multiplicative_identity) ),
    inference(demodulation,[status(thm),theory(equality)],[c_34,c_1363]) ).

tff(c_20,plain,
    ! [X_33,Y_32,Z_34] :
      ( ~ product(X_33,Y_32,Z_34)
      | product(Y_32,X_33,Z_34) ),
    inference(cnfTransformation,[status(thm)],[f_122]) ).

tff(c_1586,plain,
    ! [X_222] :
      ( product(b,X_222,multiplicative_identity)
      | ~ product(X_222,a,multiplicative_identity) ),
    inference(resolution,[status(thm)],[c_1419,c_20]) ).

tff(c_1589,plain,
    ( product(b,multiplicative_inverse(a),multiplicative_identity)
    | ~ defined(a)
    | sum(additive_identity,a,additive_identity) ),
    inference(resolution,[status(thm)],[c_18,c_1586]) ).

tff(c_1592,plain,
    ( product(b,multiplicative_inverse(a),multiplicative_identity)
    | sum(additive_identity,a,additive_identity) ),
    inference(demodulation,[status(thm),theory(equality)],[c_54,c_1589]) ).

tff(c_1594,plain,
    $false,
    inference(negUnitSimplification,[status(thm)],[c_58,c_62,c_1592]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : FLD037-3 : TPTP v8.1.2. Bugfixed v2.1.0.
% 0.00/0.13  % 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.13/0.35  % Computer : n029.cluster.edu
% 0.13/0.35  % Model    : x86_64 x86_64
% 0.13/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.35  % Memory   : 8042.1875MB
% 0.13/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.35  % CPULimit : 300
% 0.13/0.35  % WCLimit  : 300
% 0.13/0.35  % DateTime : Thu Aug  3 20:03:38 EDT 2023
% 0.13/0.35  % CPUTime  : 
% 5.49/2.35  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p
% 5.49/2.36  
% 5.49/2.36  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p
% See solution above
% 5.84/2.39  
% 5.84/2.39  Inference rules
% 5.84/2.39  ----------------------
% 5.84/2.39  #Ref     : 0
% 5.84/2.39  #Sup     : 359
% 5.84/2.39  #Fact    : 4
% 5.84/2.39  #Define  : 0
% 5.84/2.39  #Split   : 7
% 5.84/2.39  #Chain   : 0
% 5.84/2.39  #Close   : 0
% 5.84/2.39  
% 5.84/2.39  Ordering : KBO
% 5.84/2.39  
% 5.84/2.39  Simplification rules
% 5.84/2.39  ----------------------
% 5.84/2.39  #Subsume      : 39
% 5.84/2.39  #Demod        : 120
% 5.84/2.39  #Tautology    : 49
% 5.84/2.39  #SimpNegUnit  : 11
% 5.84/2.39  #BackRed      : 0
% 5.84/2.39  
% 5.84/2.39  #Partial instantiations: 0
% 5.84/2.39  #Strategies tried      : 1
% 5.84/2.39  
% 5.84/2.39  Timing (in seconds)
% 5.84/2.39  ----------------------
% 5.84/2.39  Preprocessing        : 0.51
% 5.84/2.39  Parsing              : 0.27
% 5.84/2.39  CNF conversion       : 0.03
% 5.84/2.39  Main loop            : 0.79
% 5.84/2.39  Inferencing          : 0.29
% 5.84/2.39  Reduction            : 0.20
% 5.84/2.39  Demodulation         : 0.13
% 5.84/2.39  BG Simplification    : 0.03
% 5.84/2.39  Subsumption          : 0.20
% 5.84/2.39  Abstraction          : 0.02
% 5.84/2.39  MUC search           : 0.00
% 5.84/2.39  Cooper               : 0.00
% 5.84/2.39  Total                : 1.35
% 5.84/2.39  Index Insertion      : 0.00
% 5.84/2.40  Index Deletion       : 0.00
% 5.84/2.40  Index Matching       : 0.00
% 5.84/2.40  BG Taut test         : 0.00
%------------------------------------------------------------------------------