TSTP Solution File: GRP029-1 by Beagle---0.9.51

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Beagle---0.9.51
% Problem  : GRP029-1 : 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 : n027.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:40 EDT 2023

% Result   : Unsatisfiable 3.37s 1.87s
% Output   : CNFRefutation 3.48s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    9
%            Number of leaves      :   10
% Syntax   : Number of formulae    :   29 (  14 unt;   5 typ;   0 def)
%            Number of atoms       :   42 (   4 equ)
%            Maximal formula atoms :    4 (   1 avg)
%            Number of connectives :   38 (  20   ~;  18   |;   0   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   11 (   4 avg)
%            Maximal term depth    :    5 (   1 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :    7 (   4   >;   3   *;   0   +;   0  <<)
%            Number of predicates  :    3 (   1 usr;   1 prp; 0-3 aty)
%            Number of functors    :    4 (   4 usr;   1 con; 0-2 aty)
%            Number of variables   :   49 (;  49   !;   0   ?;   0   :)

% Comments : 
%------------------------------------------------------------------------------
%$ product > multiply > #nlpp > not_right_identity > inverse > identity

%Foreground sorts:

%Background operators:

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

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

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

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

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

tff(f_101,axiom,
    ! [A] : product(inverse(A),A,identity),
    file(unknown,unknown) ).

tff(f_99,axiom,
    ! [A] : product(identity,A,A),
    file(unknown,unknown) ).

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

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

tff(f_104,axiom,
    ! [A] : ~ product(not_right_identity(A),A,not_right_identity(A)),
    file(unknown,unknown) ).

tff(c_12,plain,
    ! [A_20] : product(inverse(A_20),A_20,identity),
    inference(cnfTransformation,[status(thm)],[f_101]) ).

tff(c_10,plain,
    ! [A_19] : product(identity,A_19,A_19),
    inference(cnfTransformation,[status(thm)],[f_99]) ).

tff(c_29,plain,
    ! [Y_36,W_32,Z_31,U_33,V_34,X_35] :
      ( product(X_35,V_34,W_32)
      | ~ product(U_33,Z_31,W_32)
      | ~ product(Y_36,Z_31,V_34)
      | ~ product(X_35,Y_36,U_33) ),
    inference(cnfTransformation,[status(thm)],[f_84]) ).

tff(c_145,plain,
    ! [X_60,V_61,A_62,Y_63] :
      ( product(X_60,V_61,A_62)
      | ~ product(Y_63,A_62,V_61)
      | ~ product(X_60,Y_63,identity) ),
    inference(resolution,[status(thm)],[c_10,c_29]) ).

tff(c_237,plain,
    ! [X_70,A_71] :
      ( product(X_70,identity,A_71)
      | ~ product(X_70,inverse(A_71),identity) ),
    inference(resolution,[status(thm)],[c_12,c_145]) ).

tff(c_242,plain,
    ! [A_71] : product(inverse(inverse(A_71)),identity,A_71),
    inference(resolution,[status(thm)],[c_12,c_237]) ).

tff(c_346,plain,
    ! [X_75,V_76,Y_77,A_78] :
      ( product(X_75,V_76,identity)
      | ~ product(Y_77,A_78,V_76)
      | ~ product(X_75,Y_77,inverse(A_78)) ),
    inference(resolution,[status(thm)],[c_12,c_29]) ).

tff(c_378,plain,
    ! [X_81,A_82] :
      ( product(X_81,A_82,identity)
      | ~ product(X_81,identity,inverse(A_82)) ),
    inference(resolution,[status(thm)],[c_10,c_346]) ).

tff(c_387,plain,
    ! [A_83] : product(inverse(inverse(inverse(A_83))),A_83,identity),
    inference(resolution,[status(thm)],[c_242,c_378]) ).

tff(c_153,plain,
    ! [X_60,A_20] :
      ( product(X_60,identity,A_20)
      | ~ product(X_60,inverse(A_20),identity) ),
    inference(resolution,[status(thm)],[c_12,c_145]) ).

tff(c_455,plain,
    ! [A_85] : product(inverse(inverse(inverse(inverse(A_85)))),identity,A_85),
    inference(resolution,[status(thm)],[c_387,c_153]) ).

tff(c_243,plain,
    ! [A_72] : product(inverse(inverse(A_72)),identity,A_72),
    inference(resolution,[status(thm)],[c_12,c_237]) ).

tff(c_4,plain,
    ! [Z_5,W_6,X_3,Y_4] :
      ( ( Z_5 = W_6 )
      | ~ product(X_3,Y_4,W_6)
      | ~ product(X_3,Y_4,Z_5) ),
    inference(cnfTransformation,[status(thm)],[f_73]) ).

tff(c_266,plain,
    ! [Z_5,A_72] :
      ( ( Z_5 = A_72 )
      | ~ product(inverse(inverse(A_72)),identity,Z_5) ),
    inference(resolution,[status(thm)],[c_243,c_4]) ).

tff(c_485,plain,
    ! [A_85] : ( inverse(inverse(A_85)) = A_85 ),
    inference(resolution,[status(thm)],[c_455,c_266]) ).

tff(c_420,plain,
    ! [A_20] : product(inverse(inverse(inverse(inverse(A_20)))),identity,A_20),
    inference(resolution,[status(thm)],[c_387,c_153]) ).

tff(c_544,plain,
    ! [A_87] : product(A_87,identity,A_87),
    inference(demodulation,[status(thm),theory(equality)],[c_485,c_485,c_420]) ).

tff(c_14,plain,
    ! [A_21] : ~ product(not_right_identity(A_21),A_21,not_right_identity(A_21)),
    inference(cnfTransformation,[status(thm)],[f_104]) ).

tff(c_600,plain,
    $false,
    inference(resolution,[status(thm)],[c_544,c_14]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.14  % Problem  : GRP029-1 : TPTP v8.1.2. Released v1.0.0.
% 0.00/0.15  % 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.15/0.36  % Computer : n027.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 22:48:24 EDT 2023
% 0.15/0.36  % CPUTime  : 
% 3.37/1.87  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p
% 3.37/1.88  
% 3.37/1.88  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p
% See solution above
% 3.48/1.91  
% 3.48/1.91  Inference rules
% 3.48/1.91  ----------------------
% 3.48/1.91  #Ref     : 0
% 3.48/1.91  #Sup     : 139
% 3.48/1.91  #Fact    : 0
% 3.48/1.91  #Define  : 0
% 3.48/1.91  #Split   : 0
% 3.48/1.91  #Chain   : 0
% 3.48/1.91  #Close   : 0
% 3.48/1.91  
% 3.48/1.91  Ordering : KBO
% 3.48/1.91  
% 3.48/1.91  Simplification rules
% 3.48/1.91  ----------------------
% 3.48/1.91  #Subsume      : 7
% 3.48/1.91  #Demod        : 70
% 3.48/1.91  #Tautology    : 67
% 3.48/1.91  #SimpNegUnit  : 0
% 3.48/1.91  #BackRed      : 10
% 3.48/1.91  
% 3.48/1.91  #Partial instantiations: 0
% 3.48/1.91  #Strategies tried      : 1
% 3.48/1.91  
% 3.48/1.91  Timing (in seconds)
% 3.48/1.91  ----------------------
% 3.48/1.91  Preprocessing        : 0.42
% 3.48/1.91  Parsing              : 0.22
% 3.48/1.91  CNF conversion       : 0.02
% 3.48/1.91  Main loop            : 0.42
% 3.48/1.91  Inferencing          : 0.16
% 3.48/1.91  Reduction            : 0.11
% 3.48/1.91  Demodulation         : 0.08
% 3.48/1.91  BG Simplification    : 0.02
% 3.48/1.91  Subsumption          : 0.11
% 3.48/1.91  Abstraction          : 0.02
% 3.48/1.91  MUC search           : 0.00
% 3.48/1.91  Cooper               : 0.00
% 3.48/1.91  Total                : 0.88
% 3.48/1.91  Index Insertion      : 0.00
% 3.48/1.91  Index Deletion       : 0.00
% 3.48/1.91  Index Matching       : 0.00
% 3.48/1.91  BG Taut test         : 0.00
%------------------------------------------------------------------------------