TSTP Solution File: SET015+4 by Zipperpin---2.1.9999

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : SET015+4 : TPTP v8.1.2. Released v2.2.0.
% Transfm  : NO INFORMATION
% Format   : NO INFORMATION
% Command  : python3 /export/starexec/sandbox/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox/tmp/tmp.4MlECU30Qh true

% Computer : n022.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 16:11:44 EDT 2023

% Result   : Theorem 54.01s 8.32s
% Output   : Refutation 54.01s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    7
%            Number of leaves      :   11
% Syntax   : Number of formulae    :   30 (   6 unt;   7 typ;   0 def)
%            Number of atoms       :   47 (   0 equ;   0 cnn)
%            Maximal formula atoms :    3 (   2 avg)
%            Number of connectives :  225 (  13   ~;  19   |;   1   &; 188   @)
%                                         (   3 <=>;   1  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   12 (   8 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   10 (  10   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :    8 (   7 usr;   3 con; 0-2 aty)
%            Number of variables   :   50 (   0   ^;  50   !;   0   ?;  50   :)

% Comments : 
%------------------------------------------------------------------------------
thf(member_type,type,
    member: $i > $i > $o ).

thf(sk__3_type,type,
    sk__3: $i ).

thf(union_type,type,
    union: $i > $i > $i ).

thf(sk__4_type,type,
    sk__4: $i ).

thf(equal_set_type,type,
    equal_set: $i > $i > $o ).

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

thf(sk__type,type,
    sk_: $i > $i > $i ).

thf(equal_set,axiom,
    ! [A: $i,B: $i] :
      ( ( equal_set @ A @ B )
    <=> ( ( subset @ A @ B )
        & ( subset @ B @ A ) ) ) ).

thf(zip_derived_cl5,plain,
    ! [X0: $i,X1: $i] :
      ( ( equal_set @ X0 @ X1 )
      | ~ ( subset @ X1 @ X0 )
      | ~ ( subset @ X0 @ X1 ) ),
    inference(cnf,[status(esa)],[equal_set]) ).

thf(thI07,conjecture,
    ! [A: $i,B: $i] : ( equal_set @ ( union @ A @ B ) @ ( union @ B @ A ) ) ).

thf(zf_stmt_0,negated_conjecture,
    ~ ! [A: $i,B: $i] : ( equal_set @ ( union @ A @ B ) @ ( union @ B @ A ) ),
    inference('cnf.neg',[status(esa)],[thI07]) ).

thf(zip_derived_cl29,plain,
    ~ ( equal_set @ ( union @ sk__3 @ sk__4 ) @ ( union @ sk__4 @ sk__3 ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl153,plain,
    ( ~ ( subset @ ( union @ sk__3 @ sk__4 ) @ ( union @ sk__4 @ sk__3 ) )
    | ~ ( subset @ ( union @ sk__4 @ sk__3 ) @ ( union @ sk__3 @ sk__4 ) ) ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl5,zip_derived_cl29]) ).

thf(subset,axiom,
    ! [A: $i,B: $i] :
      ( ( subset @ A @ B )
    <=> ! [X: $i] :
          ( ( member @ X @ A )
         => ( member @ X @ B ) ) ) ).

thf(zip_derived_cl2,plain,
    ! [X0: $i,X1: $i] :
      ( ( subset @ X0 @ X1 )
      | ( member @ ( sk_ @ X1 @ X0 ) @ X0 ) ),
    inference(cnf,[status(esa)],[subset]) ).

thf(union,axiom,
    ! [X: $i,A: $i,B: $i] :
      ( ( member @ X @ ( union @ A @ B ) )
    <=> ( ( member @ X @ A )
        | ( member @ X @ B ) ) ) ).

thf(zip_derived_cl11,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ( member @ X0 @ X1 )
      | ( member @ X0 @ X2 )
      | ~ ( member @ X0 @ ( union @ X2 @ X1 ) ) ),
    inference(cnf,[status(esa)],[union]) ).

thf(zip_derived_cl185,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ( subset @ ( union @ X1 @ X0 ) @ X2 )
      | ( member @ ( sk_ @ X2 @ ( union @ X1 @ X0 ) ) @ X0 )
      | ( member @ ( sk_ @ X2 @ ( union @ X1 @ X0 ) ) @ X1 ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl2,zip_derived_cl11]) ).

thf(zip_derived_cl12,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ( member @ X0 @ ( union @ X1 @ X2 ) )
      | ~ ( member @ X0 @ X1 ) ),
    inference(cnf,[status(esa)],[union]) ).

thf(zip_derived_cl1,plain,
    ! [X0: $i,X1: $i] :
      ( ( subset @ X0 @ X1 )
      | ~ ( member @ ( sk_ @ X1 @ X0 ) @ X1 ) ),
    inference(cnf,[status(esa)],[subset]) ).

thf(zip_derived_cl183,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ~ ( member @ ( sk_ @ ( union @ X1 @ X0 ) @ X2 ) @ X1 )
      | ( subset @ X2 @ ( union @ X1 @ X0 ) ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl12,zip_derived_cl1]) ).

thf(zip_derived_cl484,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ( member @ ( sk_ @ ( union @ X0 @ X2 ) @ ( union @ X1 @ X0 ) ) @ X1 )
      | ( subset @ ( union @ X1 @ X0 ) @ ( union @ X0 @ X2 ) )
      | ( subset @ ( union @ X1 @ X0 ) @ ( union @ X0 @ X2 ) ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl185,zip_derived_cl183]) ).

thf(zip_derived_cl511,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ( subset @ ( union @ X1 @ X0 ) @ ( union @ X0 @ X2 ) )
      | ( member @ ( sk_ @ ( union @ X0 @ X2 ) @ ( union @ X1 @ X0 ) ) @ X1 ) ),
    inference(simplify,[status(thm)],[zip_derived_cl484]) ).

thf(zip_derived_cl13,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ( member @ X0 @ ( union @ X1 @ X2 ) )
      | ~ ( member @ X0 @ X2 ) ),
    inference(cnf,[status(esa)],[union]) ).

thf(zip_derived_cl1_001,plain,
    ! [X0: $i,X1: $i] :
      ( ( subset @ X0 @ X1 )
      | ~ ( member @ ( sk_ @ X1 @ X0 ) @ X1 ) ),
    inference(cnf,[status(esa)],[subset]) ).

thf(zip_derived_cl187,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ~ ( member @ ( sk_ @ ( union @ X1 @ X0 ) @ X2 ) @ X0 )
      | ( subset @ X2 @ ( union @ X1 @ X0 ) ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl13,zip_derived_cl1]) ).

thf(zip_derived_cl37136,plain,
    ! [X0: $i,X1: $i] :
      ( ( subset @ ( union @ X0 @ X1 ) @ ( union @ X1 @ X0 ) )
      | ( subset @ ( union @ X0 @ X1 ) @ ( union @ X1 @ X0 ) ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl511,zip_derived_cl187]) ).

thf(zip_derived_cl37145,plain,
    ! [X0: $i,X1: $i] : ( subset @ ( union @ X0 @ X1 ) @ ( union @ X1 @ X0 ) ),
    inference(simplify,[status(thm)],[zip_derived_cl37136]) ).

thf(zip_derived_cl37145_002,plain,
    ! [X0: $i,X1: $i] : ( subset @ ( union @ X0 @ X1 ) @ ( union @ X1 @ X0 ) ),
    inference(simplify,[status(thm)],[zip_derived_cl37136]) ).

thf(zip_derived_cl37512,plain,
    $false,
    inference(demod,[status(thm)],[zip_derived_cl153,zip_derived_cl37145,zip_derived_cl37145]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.13  % Problem  : SET015+4 : TPTP v8.1.2. Released v2.2.0.
% 0.00/0.14  % Command  : python3 /export/starexec/sandbox/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox/tmp/tmp.4MlECU30Qh true
% 0.13/0.35  % Computer : n022.cluster.edu
% 0.13/0.35  % Model    : x86_64 x86_64
% 0.13/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.35  % Memory   : 8042.1875MB
% 0.13/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.35  % CPULimit : 300
% 0.13/0.35  % WCLimit  : 300
% 0.13/0.35  % DateTime : Sat Aug 26 11:13:40 EDT 2023
% 0.13/0.35  % CPUTime  : 
% 0.13/0.35  % Running portfolio for 300 s
% 0.13/0.35  % File         : /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.13/0.35  % Number of cores: 8
% 0.13/0.36  % Python version: Python 3.6.8
% 0.13/0.36  % Running in FO mode
% 0.22/0.65  % Total configuration time : 435
% 0.22/0.65  % Estimated wc time : 1092
% 0.22/0.65  % Estimated cpu time (7 cpus) : 156.0
% 0.22/0.73  % /export/starexec/sandbox/solver/bin/fo/fo6_bce.sh running for 75s
% 0.22/0.75  % /export/starexec/sandbox/solver/bin/fo/fo3_bce.sh running for 75s
% 0.22/0.76  % /export/starexec/sandbox/solver/bin/fo/fo1_av.sh running for 75s
% 0.22/0.76  % /export/starexec/sandbox/solver/bin/fo/fo7.sh running for 63s
% 0.22/0.77  % /export/starexec/sandbox/solver/bin/fo/fo13.sh running for 50s
% 0.22/0.77  % /export/starexec/sandbox/solver/bin/fo/fo4.sh running for 50s
% 0.22/0.77  % /export/starexec/sandbox/solver/bin/fo/fo5.sh running for 50s
% 54.01/8.32  % Solved by fo/fo6_bce.sh.
% 54.01/8.32  % BCE start: 30
% 54.01/8.32  % BCE eliminated: 0
% 54.01/8.32  % PE start: 30
% 54.01/8.32  logic: eq
% 54.01/8.32  % PE eliminated: 3
% 54.01/8.32  % done 927 iterations in 7.560s
% 54.01/8.32  % SZS status Theorem for '/export/starexec/sandbox/benchmark/theBenchmark.p'
% 54.01/8.32  % SZS output start Refutation
% See solution above
% 54.01/8.32  
% 54.01/8.32  
% 54.01/8.32  % Terminating...
% 54.37/8.38  % Runner terminated.
% 54.37/8.39  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------