TSTP Solution File: GRP043-2 by Beagle---0.9.51

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Beagle---0.9.51
% Problem  : GRP043-2 : 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/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 : n023.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:39:43 EDT 2023

% Result   : Unsatisfiable 7.44s 2.96s
% Output   : CNFRefutation 7.69s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    8
%            Number of leaves      :   14
% Syntax   : Number of formulae    :   30 (  11 unt;   8 typ;   0 def)
%            Number of atoms       :   39 (   0 equ)
%            Maximal formula atoms :    3 (   1 avg)
%            Number of connectives :   36 (  19   ~;  17   |;   0   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    8 (   4 avg)
%            Maximal term depth    :    1 (   1 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :    8 (   4   >;   4   *;   0   +;   0  <<)
%            Number of predicates  :    3 (   2 usr;   1 prp; 0-3 aty)
%            Number of functors    :    6 (   6 usr;   4 con; 0-2 aty)
%            Number of variables   :   33 (;  33   !;   0   ?;   0   :)

% Comments : 
%------------------------------------------------------------------------------
%$ product > equalish > multiply > #nlpp > inverse > identity > c > b > a

%Foreground sorts:

%Background operators:

%Foreground operators:
tff(a,type,
    a: $i ).

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

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

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

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

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

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

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

tff(f_101,axiom,
    ~ equalish(a,c),
    file(unknown,unknown) ).

tff(f_98,axiom,
    equalish(a,b),
    file(unknown,unknown) ).

tff(f_99,axiom,
    equalish(b,c),
    file(unknown,unknown) ).

tff(f_51,axiom,
    ! [X] : product(identity,X,X),
    file(unknown,unknown) ).

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

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

tff(c_20,plain,
    ~ equalish(a,c),
    inference(cnfTransformation,[status(thm)],[f_101]) ).

tff(c_16,plain,
    equalish(a,b),
    inference(cnfTransformation,[status(thm)],[f_98]) ).

tff(c_18,plain,
    equalish(b,c),
    inference(cnfTransformation,[status(thm)],[f_99]) ).

tff(c_2,plain,
    ! [X_1] : product(identity,X_1,X_1),
    inference(cnfTransformation,[status(thm)],[f_51]) ).

tff(c_45,plain,
    ! [W_36,Z_37,Y_38,X_39] :
      ( product(W_36,Z_37,Y_38)
      | ~ product(W_36,Z_37,X_39)
      | ~ equalish(X_39,Y_38) ),
    inference(cnfTransformation,[status(thm)],[f_95]) ).

tff(c_56,plain,
    ! [X_41,Y_42] :
      ( product(identity,X_41,Y_42)
      | ~ equalish(X_41,Y_42) ),
    inference(resolution,[status(thm)],[c_2,c_45]) ).

tff(c_14,plain,
    ! [W_23,Z_24,Y_22,X_21] :
      ( product(W_23,Z_24,Y_22)
      | ~ product(W_23,Z_24,X_21)
      | ~ equalish(X_21,Y_22) ),
    inference(cnfTransformation,[status(thm)],[f_95]) ).

tff(c_4711,plain,
    ! [X_227,Y_228,Y_229] :
      ( product(identity,X_227,Y_228)
      | ~ equalish(Y_229,Y_228)
      | ~ equalish(X_227,Y_229) ),
    inference(resolution,[status(thm)],[c_56,c_14]) ).

tff(c_4992,plain,
    ! [X_232] :
      ( product(identity,X_232,c)
      | ~ equalish(X_232,b) ),
    inference(resolution,[status(thm)],[c_18,c_4711]) ).

tff(c_24,plain,
    ! [Z_29,W_30,X_31,Y_32] :
      ( equalish(Z_29,W_30)
      | ~ product(X_31,Y_32,W_30)
      | ~ product(X_31,Y_32,Z_29) ),
    inference(cnfTransformation,[status(thm)],[f_65]) ).

tff(c_33,plain,
    ! [Z_29,X_1] :
      ( equalish(Z_29,X_1)
      | ~ product(identity,X_1,Z_29) ),
    inference(resolution,[status(thm)],[c_2,c_24]) ).

tff(c_5436,plain,
    ! [X_237] :
      ( equalish(c,X_237)
      | ~ equalish(X_237,b) ),
    inference(resolution,[status(thm)],[c_4992,c_33]) ).

tff(c_5505,plain,
    equalish(c,a),
    inference(resolution,[status(thm)],[c_16,c_5436]) ).

tff(c_65,plain,
    ! [Y_42,X_41] :
      ( equalish(Y_42,X_41)
      | ~ equalish(X_41,Y_42) ),
    inference(resolution,[status(thm)],[c_56,c_33]) ).

tff(c_5511,plain,
    equalish(a,c),
    inference(resolution,[status(thm)],[c_5505,c_65]) ).

tff(c_5518,plain,
    $false,
    inference(negUnitSimplification,[status(thm)],[c_20,c_5511]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.12/0.13  % Problem  : GRP043-2 : TPTP v8.1.2. Released v1.0.0.
% 0.13/0.14  % 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.14/0.35  % Computer : n023.cluster.edu
% 0.14/0.35  % Model    : x86_64 x86_64
% 0.14/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.35  % Memory   : 8042.1875MB
% 0.14/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.35  % CPULimit : 300
% 0.14/0.35  % WCLimit  : 300
% 0.14/0.35  % DateTime : Thu Aug  3 22:23:22 EDT 2023
% 0.14/0.35  % CPUTime  : 
% 7.44/2.96  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p
% 7.44/2.97  
% 7.44/2.97  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p
% See solution above
% 7.69/3.00  
% 7.69/3.00  Inference rules
% 7.69/3.00  ----------------------
% 7.69/3.00  #Ref     : 0
% 7.69/3.00  #Sup     : 1368
% 7.69/3.00  #Fact    : 0
% 7.69/3.00  #Define  : 0
% 7.69/3.00  #Split   : 0
% 7.69/3.00  #Chain   : 0
% 7.69/3.00  #Close   : 0
% 7.69/3.00  
% 7.69/3.00  Ordering : KBO
% 7.69/3.00  
% 7.69/3.00  Simplification rules
% 7.69/3.00  ----------------------
% 7.69/3.00  #Subsume      : 57
% 7.69/3.00  #Demod        : 341
% 7.69/3.00  #Tautology    : 303
% 7.69/3.00  #SimpNegUnit  : 1
% 7.69/3.00  #BackRed      : 0
% 7.69/3.00  
% 7.69/3.00  #Partial instantiations: 0
% 7.69/3.00  #Strategies tried      : 1
% 7.69/3.00  
% 7.69/3.00  Timing (in seconds)
% 7.69/3.00  ----------------------
% 7.69/3.01  Preprocessing        : 0.43
% 7.69/3.01  Parsing              : 0.24
% 7.69/3.01  CNF conversion       : 0.02
% 7.69/3.01  Main loop            : 1.42
% 7.69/3.01  Inferencing          : 0.46
% 7.69/3.01  Reduction            : 0.41
% 7.69/3.01  Demodulation         : 0.31
% 7.69/3.01  BG Simplification    : 0.04
% 7.69/3.01  Subsumption          : 0.40
% 7.69/3.01  Abstraction          : 0.04
% 7.69/3.01  MUC search           : 0.00
% 7.69/3.01  Cooper               : 0.00
% 7.69/3.01  Total                : 1.90
% 7.69/3.01  Index Insertion      : 0.00
% 7.69/3.01  Index Deletion       : 0.00
% 7.69/3.01  Index Matching       : 0.00
% 7.69/3.01  BG Taut test         : 0.00
%------------------------------------------------------------------------------