TSTP Solution File: SEU147+2 by Zipperpin---2.1.9999

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : SEU147+2 : TPTP v8.1.2. Released v3.3.0.
% Transfm  : NO INFORMATION
% Format   : NO INFORMATION
% Command  : python3 /export/starexec/sandbox2/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox2/tmp/tmp.DTGvf8SGut true

% Computer : n004.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 : Thu Aug 31 19:10:45 EDT 2023

% Result   : Theorem 1.28s 0.81s
% Output   : Refutation 1.28s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   10
%            Number of leaves      :   11
% Syntax   : Number of formulae    :   31 (   8 unt;   6 typ;   0 def)
%            Number of atoms       :   57 (  34 equ;   0 cnn)
%            Maximal formula atoms :    5 (   2 avg)
%            Number of connectives :  155 (  20   ~;  27   |;   0   &; 103   @)
%                                         (   4 <=>;   1  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   10 (   5 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :    8 (   8   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :    8 (   6 usr;   2 con; 0-2 aty)
%            Number of variables   :   31 (   0   ^;  31   !;   0   ?;  31   :)

% Comments : 
%------------------------------------------------------------------------------
thf(singleton_type,type,
    singleton: $i > $i ).

thf(subset_type,type,
    subset: $i > $i > $o ).

thf(in_type,type,
    in: $i > $i > $o ).

thf(empty_set_type,type,
    empty_set: $i ).

thf(sk__2_type,type,
    sk__2: $i > $i > $i ).

thf(powerset_type,type,
    powerset: $i > $i ).

thf(d1_zfmisc_1,axiom,
    ! [A: $i,B: $i] :
      ( ( B
        = ( powerset @ A ) )
    <=> ! [C: $i] :
          ( ( in @ C @ B )
        <=> ( subset @ C @ A ) ) ) ).

thf(zip_derived_cl17,plain,
    ! [X0: $i,X1: $i] :
      ( ( X1
        = ( powerset @ X0 ) )
      | ( subset @ ( sk__2 @ X1 @ X0 ) @ X0 )
      | ( in @ ( sk__2 @ X1 @ X0 ) @ X1 ) ),
    inference(cnf,[status(esa)],[d1_zfmisc_1]) ).

thf(t3_xboole_1,axiom,
    ! [A: $i] :
      ( ( subset @ A @ empty_set )
     => ( A = empty_set ) ) ).

thf(zip_derived_cl97,plain,
    ! [X0: $i] :
      ( ( X0 = empty_set )
      | ~ ( subset @ X0 @ empty_set ) ),
    inference(cnf,[status(esa)],[t3_xboole_1]) ).

thf(zip_derived_cl547,plain,
    ! [X0: $i] :
      ( ( in @ ( sk__2 @ X0 @ empty_set ) @ X0 )
      | ( X0
        = ( powerset @ empty_set ) )
      | ( ( sk__2 @ X0 @ empty_set )
        = empty_set ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl17,zip_derived_cl97]) ).

thf(d1_tarski,axiom,
    ! [A: $i,B: $i] :
      ( ( B
        = ( singleton @ A ) )
    <=> ! [C: $i] :
          ( ( in @ C @ B )
        <=> ( C = A ) ) ) ).

thf(zip_derived_cl9,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ~ ( in @ X0 @ X1 )
      | ( X0 = X2 )
      | ( X1
       != ( singleton @ X2 ) ) ),
    inference(cnf,[status(esa)],[d1_tarski]) ).

thf(zip_derived_cl490,plain,
    ! [X0: $i,X1: $i] :
      ( ( X0 = X1 )
      | ~ ( in @ X0 @ ( singleton @ X1 ) ) ),
    inference(eq_res,[status(thm)],[zip_derived_cl9]) ).

thf(zip_derived_cl623,plain,
    ! [X0: $i] :
      ( ( ( sk__2 @ ( singleton @ X0 ) @ empty_set )
        = empty_set )
      | ( ( singleton @ X0 )
        = ( powerset @ empty_set ) )
      | ( ( sk__2 @ ( singleton @ X0 ) @ empty_set )
        = X0 ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl547,zip_derived_cl490]) ).

thf(zip_derived_cl688,plain,
    ! [X0: $i] :
      ( ( X0 != empty_set )
      | ( ( singleton @ X0 )
        = ( powerset @ empty_set ) )
      | ( ( sk__2 @ ( singleton @ X0 ) @ empty_set )
        = empty_set ) ),
    inference(eq_fact,[status(thm)],[zip_derived_cl623]) ).

thf(zip_derived_cl16,plain,
    ! [X0: $i,X1: $i] :
      ( ( X1
        = ( powerset @ X0 ) )
      | ~ ( subset @ ( sk__2 @ X1 @ X0 ) @ X0 )
      | ~ ( in @ ( sk__2 @ X1 @ X0 ) @ X1 ) ),
    inference(cnf,[status(esa)],[d1_zfmisc_1]) ).

thf(zip_derived_cl749,plain,
    ! [X0: $i] :
      ( ( ( singleton @ X0 )
        = ( powerset @ empty_set ) )
      | ( X0 != empty_set )
      | ( ( singleton @ X0 )
        = ( powerset @ empty_set ) )
      | ~ ( subset @ empty_set @ empty_set )
      | ~ ( in @ empty_set @ ( singleton @ X0 ) ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl688,zip_derived_cl16]) ).

thf(t2_xboole_1,axiom,
    ! [A: $i] : ( subset @ empty_set @ A ) ).

thf(zip_derived_cl87,plain,
    ! [X0: $i] : ( subset @ empty_set @ X0 ),
    inference(cnf,[status(esa)],[t2_xboole_1]) ).

thf(zip_derived_cl753,plain,
    ! [X0: $i] :
      ( ( ( singleton @ X0 )
        = ( powerset @ empty_set ) )
      | ( X0 != empty_set )
      | ( ( singleton @ X0 )
        = ( powerset @ empty_set ) )
      | ~ ( in @ empty_set @ ( singleton @ X0 ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl749,zip_derived_cl87]) ).

thf(zip_derived_cl754,plain,
    ! [X0: $i] :
      ( ~ ( in @ empty_set @ ( singleton @ X0 ) )
      | ( X0 != empty_set )
      | ( ( singleton @ X0 )
        = ( powerset @ empty_set ) ) ),
    inference(simplify,[status(thm)],[zip_derived_cl753]) ).

thf(zip_derived_cl759,plain,
    ( ( ( singleton @ empty_set )
      = ( powerset @ empty_set ) )
    | ~ ( in @ empty_set @ ( singleton @ empty_set ) ) ),
    inference(eq_res,[status(thm)],[zip_derived_cl754]) ).

thf(zip_derived_cl8,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ( X1 != X0 )
      | ( in @ X1 @ X2 )
      | ( X2
       != ( singleton @ X0 ) ) ),
    inference(cnf,[status(esa)],[d1_tarski]) ).

thf(zip_derived_cl485,plain,
    ! [X0: $i,X1: $i] :
      ( ( X0
       != ( singleton @ X1 ) )
      | ( in @ X1 @ X0 ) ),
    inference(eq_res,[status(thm)],[zip_derived_cl8]) ).

thf(zip_derived_cl517,plain,
    ! [X0: $i] : ( in @ X0 @ ( singleton @ X0 ) ),
    inference(eq_res,[status(thm)],[zip_derived_cl485]) ).

thf(zip_derived_cl760,plain,
    ( ( singleton @ empty_set )
    = ( powerset @ empty_set ) ),
    inference(demod,[status(thm)],[zip_derived_cl759,zip_derived_cl517]) ).

thf(t1_zfmisc_1,conjecture,
    ( ( powerset @ empty_set )
    = ( singleton @ empty_set ) ) ).

thf(zf_stmt_0,negated_conjecture,
    ( ( powerset @ empty_set )
   != ( singleton @ empty_set ) ),
    inference('cnf.neg',[status(esa)],[t1_zfmisc_1]) ).

thf(zip_derived_cl81,plain,
    ( ( powerset @ empty_set )
   != ( singleton @ empty_set ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl761,plain,
    $false,
    inference('simplify_reflect-',[status(thm)],[zip_derived_cl760,zip_derived_cl81]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : SEU147+2 : TPTP v8.1.2. Released v3.3.0.
% 0.12/0.13  % Command  : python3 /export/starexec/sandbox2/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox2/tmp/tmp.DTGvf8SGut true
% 0.12/0.34  % Computer : n004.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit : 300
% 0.12/0.34  % WCLimit  : 300
% 0.12/0.34  % DateTime : Wed Aug 23 20:46:08 EDT 2023
% 0.12/0.34  % CPUTime  : 
% 0.12/0.34  % Running portfolio for 300 s
% 0.12/0.34  % File         : /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.12/0.34  % Number of cores: 8
% 0.12/0.34  % Python version: Python 3.6.8
% 0.12/0.35  % Running in FO mode
% 0.19/0.65  % Total configuration time : 435
% 0.19/0.65  % Estimated wc time : 1092
% 0.19/0.65  % Estimated cpu time (7 cpus) : 156.0
% 0.19/0.72  % /export/starexec/sandbox2/solver/bin/fo/fo6_bce.sh running for 75s
% 0.19/0.72  % /export/starexec/sandbox2/solver/bin/fo/fo3_bce.sh running for 75s
% 0.19/0.75  % /export/starexec/sandbox2/solver/bin/fo/fo1_av.sh running for 75s
% 0.19/0.75  % /export/starexec/sandbox2/solver/bin/fo/fo7.sh running for 63s
% 0.19/0.75  % /export/starexec/sandbox2/solver/bin/fo/fo5.sh running for 50s
% 0.19/0.75  % /export/starexec/sandbox2/solver/bin/fo/fo13.sh running for 50s
% 0.19/0.76  % /export/starexec/sandbox2/solver/bin/fo/fo4.sh running for 50s
% 1.28/0.81  % Solved by fo/fo6_bce.sh.
% 1.28/0.81  % BCE start: 114
% 1.28/0.81  % BCE eliminated: 2
% 1.28/0.81  % PE start: 112
% 1.28/0.81  logic: eq
% 1.28/0.81  % PE eliminated: 0
% 1.28/0.81  % done 131 iterations in 0.065s
% 1.28/0.81  % SZS status Theorem for '/export/starexec/sandbox2/benchmark/theBenchmark.p'
% 1.28/0.81  % SZS output start Refutation
% See solution above
% 1.28/0.81  
% 1.28/0.81  
% 1.28/0.81  % Terminating...
% 1.50/0.88  % Runner terminated.
% 1.50/0.89  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------