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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Beagle---0.9.51
% Problem  : FLD015-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/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 : n003.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:28 EDT 2023

% Result   : Unsatisfiable 12.30s 4.29s
% Output   : CNFRefutation 12.55s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   16
%            Number of leaves      :   22
% Syntax   : Number of formulae    :   54 (  17 unt;  12 typ;   0 def)
%            Number of atoms       :   84 (   0 equ)
%            Maximal formula atoms :    4 (   2 avg)
%            Number of connectives :   86 (  44   ~;  42   |;   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   :   58 (;  58   !;   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_253,axiom,
    ~ sum(additive_identity,a,b),
    file(unknown,unknown) ).

tff(f_250,axiom,
    defined(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_249,axiom,
    defined(a),
    file(unknown,unknown) ).

tff(f_159,axiom,
    defined(additive_identity),
    file(unknown,unknown) ).

tff(f_251,axiom,
    sum(additive_identity,additive_inverse(a),additive_inverse(b)),
    file(unknown,unknown) ).

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

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

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

tff(c_60,plain,
    ~ sum(additive_identity,a,b),
    inference(cnfTransformation,[status(thm)],[f_253]) ).

tff(c_56,plain,
    defined(b),
    inference(cnfTransformation,[status(thm)],[f_250]) ).

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_74,plain,
    ! [X_84,Y_85,Z_86] :
      ( ~ sum(X_84,Y_85,Z_86)
      | sum(Y_85,X_84,Z_86) ),
    inference(cnfTransformation,[status(thm)],[f_83]) ).

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

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

tff(c_28,plain,
    defined(additive_identity),
    inference(cnfTransformation,[status(thm)],[f_159]) ).

tff(c_58,plain,
    sum(additive_identity,additive_inverse(a),additive_inverse(b)),
    inference(cnfTransformation,[status(thm)],[f_251]) ).

tff(c_82,plain,
    sum(additive_inverse(a),additive_identity,additive_inverse(b)),
    inference(resolution,[status(thm)],[c_58,c_74]) ).

tff(c_6,plain,
    ! [X_13] :
      ( ~ defined(X_13)
      | sum(additive_identity,X_13,X_13) ),
    inference(cnfTransformation,[status(thm)],[f_73]) ).

tff(c_10869,plain,
    ! [U_450,W_452,Z_447,Y_448,V_449,X_451] :
      ( ~ sum(U_450,Z_447,W_452)
      | ~ sum(Y_448,Z_447,V_449)
      | ~ sum(X_451,Y_448,U_450)
      | sum(X_451,V_449,W_452) ),
    inference(cnfTransformation,[status(thm)],[f_57]) ).

tff(c_14067,plain,
    ! [Y_550,X_551,V_552,X_553] :
      ( ~ sum(Y_550,X_551,V_552)
      | ~ sum(X_553,Y_550,additive_identity)
      | sum(X_553,V_552,X_551)
      | ~ defined(X_551) ),
    inference(resolution,[status(thm)],[c_6,c_10869]) ).

tff(c_14091,plain,
    ! [X_553] :
      ( ~ sum(X_553,additive_inverse(a),additive_identity)
      | sum(X_553,additive_inverse(b),additive_identity)
      | ~ defined(additive_identity) ),
    inference(resolution,[status(thm)],[c_82,c_14067]) ).

tff(c_19060,plain,
    ! [X_649] :
      ( ~ sum(X_649,additive_inverse(a),additive_identity)
      | sum(X_649,additive_inverse(b),additive_identity) ),
    inference(demodulation,[status(thm),theory(equality)],[c_28,c_14091]) ).

tff(c_10,plain,
    ! [X_16,Y_15,Z_17] :
      ( ~ sum(X_16,Y_15,Z_17)
      | sum(Y_15,X_16,Z_17) ),
    inference(cnfTransformation,[status(thm)],[f_83]) ).

tff(c_19547,plain,
    ! [X_658] :
      ( sum(additive_inverse(b),X_658,additive_identity)
      | ~ sum(X_658,additive_inverse(a),additive_identity) ),
    inference(resolution,[status(thm)],[c_19060,c_10]) ).

tff(c_19559,plain,
    ( sum(additive_inverse(b),a,additive_identity)
    | ~ defined(a) ),
    inference(resolution,[status(thm)],[c_81,c_19547]) ).

tff(c_19570,plain,
    sum(additive_inverse(b),a,additive_identity),
    inference(demodulation,[status(thm),theory(equality)],[c_54,c_19559]) ).

tff(c_10899,plain,
    ! [Y_448,X_13,V_449,X_451] :
      ( ~ sum(Y_448,X_13,V_449)
      | ~ sum(X_451,Y_448,additive_identity)
      | sum(X_451,V_449,X_13)
      | ~ defined(X_13) ),
    inference(resolution,[status(thm)],[c_6,c_10869]) ).

tff(c_19650,plain,
    ! [X_451] :
      ( ~ sum(X_451,additive_inverse(b),additive_identity)
      | sum(X_451,additive_identity,a)
      | ~ defined(a) ),
    inference(resolution,[status(thm)],[c_19570,c_10899]) ).

tff(c_19860,plain,
    ! [X_660] :
      ( ~ sum(X_660,additive_inverse(b),additive_identity)
      | sum(X_660,additive_identity,a) ),
    inference(demodulation,[status(thm),theory(equality)],[c_54,c_19650]) ).

tff(c_19885,plain,
    ( sum(b,additive_identity,a)
    | ~ defined(b) ),
    inference(resolution,[status(thm)],[c_81,c_19860]) ).

tff(c_19900,plain,
    sum(b,additive_identity,a),
    inference(demodulation,[status(thm),theory(equality)],[c_56,c_19885]) ).

tff(c_20237,plain,
    sum(additive_identity,b,a),
    inference(resolution,[status(thm)],[c_19900,c_10]) ).

tff(c_83,plain,
    ! [X_13] :
      ( sum(X_13,additive_identity,X_13)
      | ~ defined(X_13) ),
    inference(resolution,[status(thm)],[c_6,c_74]) ).

tff(c_10035,plain,
    ! [Y_402,X_401,W_398,U_399,Z_397,V_400] :
      ( ~ sum(X_401,V_400,W_398)
      | ~ sum(Y_402,Z_397,V_400)
      | ~ sum(X_401,Y_402,U_399)
      | sum(U_399,Z_397,W_398) ),
    inference(cnfTransformation,[status(thm)],[f_68]) ).

tff(c_13297,plain,
    ! [Y_531,Z_532,X_533,U_534] :
      ( ~ sum(Y_531,Z_532,X_533)
      | ~ sum(additive_identity,Y_531,U_534)
      | sum(U_534,Z_532,X_533)
      | ~ defined(X_533) ),
    inference(resolution,[status(thm)],[c_6,c_10035]) ).

tff(c_13325,plain,
    ! [X_13,U_534] :
      ( ~ sum(additive_identity,X_13,U_534)
      | sum(U_534,additive_identity,X_13)
      | ~ defined(X_13) ),
    inference(resolution,[status(thm)],[c_83,c_13297]) ).

tff(c_20345,plain,
    ( sum(a,additive_identity,b)
    | ~ defined(b) ),
    inference(resolution,[status(thm)],[c_20237,c_13325]) ).

tff(c_20384,plain,
    sum(a,additive_identity,b),
    inference(demodulation,[status(thm),theory(equality)],[c_56,c_20345]) ).

tff(c_20470,plain,
    sum(additive_identity,a,b),
    inference(resolution,[status(thm)],[c_20384,c_10]) ).

tff(c_20507,plain,
    $false,
    inference(negUnitSimplification,[status(thm)],[c_60,c_20470]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.13  % Problem  : FLD015-3 : TPTP v8.1.2. Bugfixed v2.1.0.
% 0.00/0.14  % 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 : n003.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 19:52:38 EDT 2023
% 0.15/0.36  % CPUTime  : 
% 12.30/4.29  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p
% 12.30/4.30  
% 12.30/4.30  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
% 12.55/4.33  
% 12.55/4.33  Inference rules
% 12.55/4.33  ----------------------
% 12.55/4.33  #Ref     : 0
% 12.55/4.33  #Sup     : 4586
% 12.55/4.33  #Fact    : 14
% 12.55/4.33  #Define  : 0
% 12.55/4.33  #Split   : 39
% 12.55/4.33  #Chain   : 0
% 12.55/4.33  #Close   : 0
% 12.55/4.33  
% 12.55/4.33  Ordering : KBO
% 12.55/4.33  
% 12.55/4.33  Simplification rules
% 12.55/4.33  ----------------------
% 12.55/4.33  #Subsume      : 561
% 12.55/4.33  #Demod        : 3142
% 12.55/4.33  #Tautology    : 965
% 12.55/4.33  #SimpNegUnit  : 41
% 12.55/4.33  #BackRed      : 0
% 12.55/4.33  
% 12.55/4.33  #Partial instantiations: 0
% 12.55/4.33  #Strategies tried      : 1
% 12.55/4.33  
% 12.55/4.33  Timing (in seconds)
% 12.55/4.33  ----------------------
% 12.55/4.33  Preprocessing        : 0.50
% 12.55/4.33  Parsing              : 0.27
% 12.55/4.33  CNF conversion       : 0.03
% 12.55/4.33  Main loop            : 2.75
% 12.55/4.33  Inferencing          : 0.75
% 12.55/4.33  Reduction            : 0.84
% 12.55/4.33  Demodulation         : 0.60
% 12.55/4.33  BG Simplification    : 0.06
% 12.55/4.33  Subsumption          : 0.90
% 12.55/4.33  Abstraction          : 0.06
% 12.55/4.33  MUC search           : 0.00
% 12.55/4.33  Cooper               : 0.00
% 12.55/4.33  Total                : 3.30
% 12.55/4.33  Index Insertion      : 0.00
% 12.55/4.33  Index Deletion       : 0.00
% 12.55/4.33  Index Matching       : 0.00
% 12.55/4.33  BG Taut test         : 0.00
%------------------------------------------------------------------------------