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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Beagle---0.9.51
% Problem  : COL031-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/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 : n019.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:51 EDT 2023

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

% Comments : 
%------------------------------------------------------------------------------
%$ apply > #nlpp > f > o > l

%Foreground sorts:

%Background operators:

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

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

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

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

tff(f_28,axiom,
    ! [X,Y] : ( apply(apply(l,X),Y) = apply(X,apply(Y,Y)) ),
    file(unknown,unknown) ).

tff(f_30,axiom,
    ! [X,Y] : ( apply(apply(o,X),Y) = apply(Y,apply(X,Y)) ),
    file(unknown,unknown) ).

tff(f_33,axiom,
    ! [Y] : ( apply(Y,f(Y)) != apply(f(Y),apply(Y,f(Y))) ),
    file(unknown,unknown) ).

tff(c_2,plain,
    ! [X_1,Y_2] : ( apply(apply(l,X_1),Y_2) = apply(X_1,apply(Y_2,Y_2)) ),
    inference(cnfTransformation,[status(thm)],[f_28]) ).

tff(c_4,plain,
    ! [X_3,Y_4] : ( apply(apply(o,X_3),Y_4) = apply(Y_4,apply(X_3,Y_4)) ),
    inference(cnfTransformation,[status(thm)],[f_30]) ).

tff(c_6,plain,
    ! [Y_5] : ( apply(f(Y_5),apply(Y_5,f(Y_5))) != apply(Y_5,f(Y_5)) ),
    inference(cnfTransformation,[status(thm)],[f_33]) ).

tff(c_88,plain,
    ! [Y_10] : ( apply(apply(o,Y_10),f(Y_10)) != apply(Y_10,f(Y_10)) ),
    inference(demodulation,[status(thm),theory(equality)],[c_4,c_6]) ).

tff(c_92,plain,
    ! [Y_2] : ( apply(apply(apply(l,o),Y_2),f(apply(Y_2,Y_2))) != apply(apply(Y_2,Y_2),f(apply(Y_2,Y_2))) ),
    inference(superposition,[status(thm),theory(equality)],[c_2,c_88]) ).

tff(c_2592,plain,
    $false,
    inference(reflexivity,[status(thm),theory(equality)],[c_92]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.14  % Problem  : COL031-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/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 : n019.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 18:14:31 EDT 2023
% 0.15/0.37  % CPUTime  : 
% 5.44/2.44  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p
% 5.44/2.44  
% 5.44/2.44  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
% 5.79/2.47  
% 5.79/2.47  Inference rules
% 5.79/2.47  ----------------------
% 5.79/2.47  #Ref     : 1
% 5.79/2.47  #Sup     : 626
% 5.79/2.47  #Fact    : 0
% 5.79/2.47  #Define  : 0
% 5.79/2.47  #Split   : 0
% 5.79/2.47  #Chain   : 0
% 5.79/2.47  #Close   : 0
% 5.79/2.47  
% 5.79/2.47  Ordering : KBO
% 5.79/2.47  
% 5.79/2.47  Simplification rules
% 5.79/2.47  ----------------------
% 5.79/2.47  #Subsume      : 69
% 5.79/2.47  #Demod        : 414
% 5.79/2.47  #Tautology    : 96
% 5.79/2.47  #SimpNegUnit  : 0
% 5.79/2.47  #BackRed      : 0
% 5.79/2.47  
% 5.79/2.47  #Partial instantiations: 0
% 5.79/2.47  #Strategies tried      : 1
% 5.79/2.47  
% 5.79/2.47  Timing (in seconds)
% 5.79/2.47  ----------------------
% 5.79/2.47  Preprocessing        : 0.40
% 5.79/2.47  Parsing              : 0.22
% 5.79/2.47  CNF conversion       : 0.02
% 5.79/2.47  Main loop            : 0.91
% 5.79/2.47  Inferencing          : 0.30
% 5.79/2.47  Reduction            : 0.41
% 5.79/2.47  Demodulation         : 0.36
% 5.79/2.47  BG Simplification    : 0.04
% 5.79/2.47  Subsumption          : 0.11
% 5.79/2.47  Abstraction          : 0.05
% 5.79/2.47  MUC search           : 0.00
% 5.79/2.47  Cooper               : 0.00
% 5.79/2.47  Total                : 1.35
% 5.79/2.47  Index Insertion      : 0.00
% 5.79/2.47  Index Deletion       : 0.00
% 5.79/2.47  Index Matching       : 0.00
% 5.79/2.47  BG Taut test         : 0.00
%------------------------------------------------------------------------------