TSTP Solution File: SET062+3 by Beagle---0.9.51

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Beagle---0.9.51
% Problem  : SET062+3 : TPTP v8.1.2. Released v2.2.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 : n017.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:55:45 EDT 2023

% Result   : Theorem 2.05s 1.60s
% Output   : CNFRefutation 2.72s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    3
%            Number of leaves      :   10
% Syntax   : Number of formulae    :   15 (   6 unt;   7 typ;   0 def)
%            Number of atoms       :   11 (   0 equ)
%            Maximal formula atoms :    3 (   1 avg)
%            Number of connectives :    7 (   4   ~;   1   |;   0   &)
%                                         (   1 <=>;   1  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    6 (   3 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :    8 (   5   >;   3   *;   0   +;   0  <<)
%            Number of predicates  :    4 (   3 usr;   1 prp; 0-2 aty)
%            Number of functors    :    4 (   4 usr;   2 con; 0-2 aty)
%            Number of variables   :    9 (;   9   !;   0   ?;   0   :)

% Comments : 
%------------------------------------------------------------------------------
%$ subset > member > empty > #nlpp > empty_set > #skF_2 > #skF_3 > #skF_1

%Foreground sorts:

%Background operators:

%Foreground operators:
tff('#skF_2',type,
    '#skF_2': $i > $i ).

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

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

tff('#skF_3',type,
    '#skF_3': $i ).

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

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

tff('#skF_1',type,
    '#skF_1': ( $i * $i ) > $i ).

tff(f_38,axiom,
    ! [B,C] :
      ( subset(B,C)
    <=> ! [D] :
          ( member(D,B)
         => member(D,C) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',subset_defn) ).

tff(f_30,axiom,
    ! [B] : ~ member(B,empty_set),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',empty_set_defn) ).

tff(f_52,negated_conjecture,
    ~ ! [B] : subset(empty_set,B),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_empty_set_subset) ).

tff(c_30,plain,
    ! [B_17,C_18] :
      ( member('#skF_1'(B_17,C_18),B_17)
      | subset(B_17,C_18) ),
    inference(cnfTransformation,[status(thm)],[f_38]) ).

tff(c_2,plain,
    ! [B_1] : ~ member(B_1,empty_set),
    inference(cnfTransformation,[status(thm)],[f_30]) ).

tff(c_39,plain,
    ! [C_18] : subset(empty_set,C_18),
    inference(resolution,[status(thm)],[c_30,c_2]) ).

tff(c_16,plain,
    ~ subset(empty_set,'#skF_3'),
    inference(cnfTransformation,[status(thm)],[f_52]) ).

tff(c_42,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_39,c_16]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.14  % Problem  : SET062+3 : TPTP v8.1.2. Released v2.2.0.
% 0.15/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 : n017.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 16:00:36 EDT 2023
% 0.15/0.36  % CPUTime  : 
% 2.05/1.60  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p
% 2.05/1.60  
% 2.05/1.60  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
% 2.72/1.62  
% 2.72/1.62  Inference rules
% 2.72/1.62  ----------------------
% 2.72/1.62  #Ref     : 0
% 2.72/1.62  #Sup     : 4
% 2.72/1.62  #Fact    : 0
% 2.72/1.62  #Define  : 0
% 2.72/1.62  #Split   : 0
% 2.72/1.62  #Chain   : 0
% 2.72/1.62  #Close   : 0
% 2.72/1.62  
% 2.72/1.62  Ordering : KBO
% 2.72/1.62  
% 2.72/1.62  Simplification rules
% 2.72/1.62  ----------------------
% 2.72/1.62  #Subsume      : 0
% 2.72/1.63  #Demod        : 1
% 2.72/1.63  #Tautology    : 1
% 2.72/1.63  #SimpNegUnit  : 0
% 2.72/1.63  #BackRed      : 1
% 2.72/1.63  
% 2.72/1.63  #Partial instantiations: 0
% 2.72/1.63  #Strategies tried      : 1
% 2.72/1.63  
% 2.72/1.63  Timing (in seconds)
% 2.72/1.63  ----------------------
% 2.72/1.63  Preprocessing        : 0.40
% 2.72/1.63  Parsing              : 0.22
% 2.72/1.63  CNF conversion       : 0.03
% 2.72/1.63  Main loop            : 0.16
% 2.72/1.63  Inferencing          : 0.08
% 2.72/1.63  Reduction            : 0.03
% 2.72/1.63  Demodulation         : 0.02
% 2.72/1.63  BG Simplification    : 0.01
% 2.72/1.63  Subsumption          : 0.03
% 2.72/1.63  Abstraction          : 0.00
% 2.72/1.63  MUC search           : 0.00
% 2.72/1.63  Cooper               : 0.00
% 2.72/1.63  Total                : 0.61
% 2.72/1.63  Index Insertion      : 0.00
% 2.72/1.63  Index Deletion       : 0.00
% 2.72/1.63  Index Matching       : 0.00
% 2.72/1.63  BG Taut test         : 0.00
%------------------------------------------------------------------------------