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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Beagle---0.9.51
% Problem  : CAT014-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 : n012.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:34:39 EDT 2023

% Result   : Unsatisfiable 3.15s 1.84s
% Output   : CNFRefutation 3.37s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    6
%            Number of leaves      :   13
% Syntax   : Number of formulae    :   24 (  10 unt;   7 typ;   0 def)
%            Number of atoms       :   29 (   8 equ)
%            Maximal formula atoms :    3 (   1 avg)
%            Number of connectives :   26 (  14   ~;  12   |;   0   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    8 (   4 avg)
%            Maximal term depth    :    3 (   1 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   10 (   6   >;   4   *;   0   +;   0  <<)
%            Number of predicates  :    5 (   3 usr;   1 prp; 0-3 aty)
%            Number of functors    :    4 (   4 usr;   1 con; 0-2 aty)
%            Number of variables   :   23 (;  23   !;   0   ?;   0   :)

% Comments : 
%------------------------------------------------------------------------------
%$ product > defined > identity_map > compose > #nlpp > domain > codomain > a

%Foreground sorts:

%Background operators:

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

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

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

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

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

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

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

tff(f_134,axiom,
    ! [X] : identity_map(codomain(X)),
    file(unknown,unknown) ).

tff(f_138,axiom,
    ! [X] : defined(codomain(X),X),
    file(unknown,unknown) ).

tff(f_159,axiom,
    ! [X,Y] :
      ( ~ defined(X,Y)
      | ~ identity_map(Y)
      | product(X,Y,X) ),
    file(unknown,unknown) ).

tff(f_142,axiom,
    ! [X] : product(codomain(X),X,X),
    file(unknown,unknown) ).

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

tff(f_172,axiom,
    codomain(codomain(a)) != codomain(a),
    file(unknown,unknown) ).

tff(c_22,plain,
    ! [X_40] : identity_map(codomain(X_40)),
    inference(cnfTransformation,[status(thm)],[f_134]) ).

tff(c_26,plain,
    ! [X_42] : defined(codomain(X_42),X_42),
    inference(cnfTransformation,[status(thm)],[f_138]) ).

tff(c_34,plain,
    ! [X_47,Y_48] :
      ( product(X_47,Y_48,X_47)
      | ~ identity_map(Y_48)
      | ~ defined(X_47,Y_48) ),
    inference(cnfTransformation,[status(thm)],[f_159]) ).

tff(c_30,plain,
    ! [X_44] : product(codomain(X_44),X_44,X_44),
    inference(cnfTransformation,[status(thm)],[f_142]) ).

tff(c_71,plain,
    ! [Z_68,W_69,X_70,Y_71] :
      ( ( Z_68 = W_69 )
      | ~ product(X_70,Y_71,W_69)
      | ~ product(X_70,Y_71,Z_68) ),
    inference(cnfTransformation,[status(thm)],[f_168]) ).

tff(c_243,plain,
    ! [Z_88,X_89] :
      ( ( Z_88 = X_89 )
      | ~ product(codomain(X_89),X_89,Z_88) ),
    inference(resolution,[status(thm)],[c_30,c_71]) ).

tff(c_255,plain,
    ! [Y_48] :
      ( ( codomain(Y_48) = Y_48 )
      | ~ identity_map(Y_48)
      | ~ defined(codomain(Y_48),Y_48) ),
    inference(resolution,[status(thm)],[c_34,c_243]) ).

tff(c_285,plain,
    ! [Y_91] :
      ( ( codomain(Y_91) = Y_91 )
      | ~ identity_map(Y_91) ),
    inference(demodulation,[status(thm),theory(equality)],[c_26,c_255]) ).

tff(c_293,plain,
    ! [X_40] : ( codomain(codomain(X_40)) = codomain(X_40) ),
    inference(resolution,[status(thm)],[c_22,c_285]) ).

tff(c_38,plain,
    codomain(codomain(a)) != codomain(a),
    inference(cnfTransformation,[status(thm)],[f_172]) ).

tff(c_360,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_293,c_38]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.13  % Problem  : CAT014-1 : TPTP v8.1.2. Released v1.0.0.
% 0.00/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.17/0.36  % Computer : n012.cluster.edu
% 0.17/0.36  % Model    : x86_64 x86_64
% 0.17/0.36  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.17/0.36  % Memory   : 8042.1875MB
% 0.17/0.36  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.17/0.36  % CPULimit : 300
% 0.17/0.36  % WCLimit  : 300
% 0.17/0.36  % DateTime : Thu Aug  3 17:41:37 EDT 2023
% 0.17/0.36  % CPUTime  : 
% 3.15/1.84  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p
% 3.15/1.84  
% 3.15/1.84  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p
% See solution above
% 3.37/1.87  
% 3.37/1.87  Inference rules
% 3.37/1.87  ----------------------
% 3.37/1.87  #Ref     : 0
% 3.37/1.87  #Sup     : 73
% 3.37/1.87  #Fact    : 0
% 3.37/1.87  #Define  : 0
% 3.37/1.87  #Split   : 0
% 3.37/1.87  #Chain   : 0
% 3.37/1.87  #Close   : 0
% 3.37/1.87  
% 3.37/1.87  Ordering : KBO
% 3.37/1.87  
% 3.37/1.87  Simplification rules
% 3.37/1.87  ----------------------
% 3.37/1.87  #Subsume      : 0
% 3.37/1.87  #Demod        : 42
% 3.37/1.87  #Tautology    : 38
% 3.37/1.87  #SimpNegUnit  : 0
% 3.37/1.87  #BackRed      : 1
% 3.37/1.87  
% 3.37/1.87  #Partial instantiations: 0
% 3.37/1.87  #Strategies tried      : 1
% 3.37/1.87  
% 3.37/1.87  Timing (in seconds)
% 3.37/1.87  ----------------------
% 3.37/1.87  Preprocessing        : 0.47
% 3.37/1.87  Parsing              : 0.26
% 3.37/1.87  CNF conversion       : 0.03
% 3.37/1.87  Main loop            : 0.30
% 3.37/1.87  Inferencing          : 0.12
% 3.37/1.87  Reduction            : 0.08
% 3.37/1.87  Demodulation         : 0.06
% 3.37/1.87  BG Simplification    : 0.02
% 3.37/1.87  Subsumption          : 0.06
% 3.37/1.87  Abstraction          : 0.01
% 3.37/1.87  MUC search           : 0.00
% 3.37/1.87  Cooper               : 0.00
% 3.37/1.87  Total                : 0.81
% 3.37/1.87  Index Insertion      : 0.00
% 3.37/1.87  Index Deletion       : 0.00
% 3.37/1.87  Index Matching       : 0.00
% 3.37/1.87  BG Taut test         : 0.00
%------------------------------------------------------------------------------