TSTP Solution File: SWV474+1 by Zipperpin---2.1.9999

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : SWV474+1 : TPTP v8.1.2. Released v4.0.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.sZtr0ra1Xs 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 : Fri Sep  1 00:10:07 EDT 2023

% Result   : Theorem 34.87s 5.62s
% Output   : Refutation 34.87s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   22
%            Number of leaves      :   35
% Syntax   : Number of formulae    :  140 (  59 unt;  30 typ;   0 def)
%            Number of atoms       :  375 ( 200 equ;   0 cnn)
%            Maximal formula atoms :   75 (   3 avg)
%            Number of connectives : 1407 ( 159   ~; 128   |;  93   &; 983   @)
%                                         (   2 <=>;  42  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   30 (   5 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   16 (  16   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   32 (  30 usr;  20 con; 0-2 aty)
%            Number of variables   :  140 (   0   ^; 140   !;   0   ?; 140   :)

% Comments : 
%------------------------------------------------------------------------------
thf(wait_type,type,
    wait: $i ).

thf(sk__10_type,type,
    sk__10: $i ).

thf(sk__12_type,type,
    sk__12: $i ).

thf(m_Ldr_type,type,
    m_Ldr: $i > $i ).

thf(elec_2_type,type,
    elec_2: $i ).

thf(alive_type,type,
    alive: $i ).

thf(setIn_type,type,
    setIn: $i > $i > $o ).

thf(status_type,type,
    status: $i ).

thf(elem_type,type,
    elem: $i > $i > $o ).

thf(leq_type,type,
    leq: $i > $i > $o ).

thf(sk__8_type,type,
    sk__8: $i ).

thf(s_type,type,
    s: $i > $i ).

thf(m_Down_type,type,
    m_Down: $i > $i ).

thf(sk__7_type,type,
    sk__7: $i ).

thf(norm_type,type,
    norm: $i ).

thf(elid_type,type,
    elid: $i ).

thf(m_NotNorm_type,type,
    m_NotNorm: $i > $i ).

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

thf(nbr_proc_type,type,
    nbr_proc: $i ).

thf(index_type,type,
    index: $i > $i > $i ).

thf(ldr_type,type,
    ldr: $i ).

thf(sk__11_type,type,
    sk__11: $i ).

thf(zero_type,type,
    zero: $i ).

thf(elec_1_type,type,
    elec_1: $i ).

thf(cons_type,type,
    cons: $i > $i > $i ).

thf(sk__9_type,type,
    sk__9: $i ).

thf(host_type,type,
    host: $i > $i ).

thf(sk__5_type,type,
    sk__5: $i ).

thf(queue_type,type,
    queue: $i > $i ).

thf(down_type,type,
    down: $i ).

thf(conj,conjecture,
    ! [V: $i,W: $i,X: $i,Y: $i] :
      ( ( ! [Z: $i,Pid0: $i] :
            ( ( elem @ ( m_Ldr @ Pid0 ) @ ( queue @ ( host @ Z ) ) )
           => ~ ( leq @ ( host @ Z ) @ ( host @ Pid0 ) ) )
        & ! [Z: $i,Pid0: $i] :
            ( ( elem @ ( m_Down @ Pid0 ) @ ( queue @ ( host @ Z ) ) )
           => ( ( host @ Pid0 )
             != ( host @ Z ) ) )
        & ! [Z: $i,Pid0: $i] :
            ( ( ( host @ Pid0 )
              = nbr_proc )
           => ~ ( elem @ ( m_NotNorm @ Z ) @ ( queue @ ( host @ Pid0 ) ) ) )
        & ! [Z: $i,Pid0: $i] :
            ( ( ( Pid0 != Z )
              & ( ( host @ Pid0 )
                = ( host @ Z ) ) )
           => ( ~ ( setIn @ Z @ alive )
              | ~ ( setIn @ Pid0 @ alive ) ) )
        & ! [Z: $i] :
            ( ( ( ( ( index @ status @ ( host @ Z ) )
                  = elec_1 )
                | ( ( index @ status @ ( host @ Z ) )
                  = elec_2 ) )
              & ( setIn @ Z @ alive ) )
           => ( ( index @ elid @ ( host @ Z ) )
              = Z ) )
        & ! [Z: $i,Pid20: $i,Pid0: $i] :
            ( ( ( ( host @ Pid0 )
               != ( host @ Pid20 ) )
              & ( setIn @ Pid0 @ alive )
              & ( ( host @ Pid0 )
                = ( host @ Z ) )
              & ( ( index @ status @ ( host @ Pid0 ) )
                = norm )
              & ( ( index @ ldr @ ( host @ Pid0 ) )
                = ( host @ Pid20 ) ) )
           => ~ ( elem @ ( m_Down @ Z ) @ ( queue @ ( host @ Pid20 ) ) ) )
        & ! [Z: $i,Pid20: $i,Pid0: $i] :
            ( ( ( ( host @ Pid0 )
               != ( host @ Pid20 ) )
              & ( setIn @ Pid0 @ alive )
              & ( ( host @ Pid0 )
                = ( host @ Z ) )
              & ( ( index @ status @ ( host @ Pid0 ) )
                = wait )
              & ( ( host @ ( index @ elid @ ( host @ Pid0 ) ) )
                = ( host @ Pid20 ) ) )
           => ~ ( elem @ ( m_Down @ Z ) @ ( queue @ ( host @ Pid20 ) ) ) )
        & ! [Z: $i,Pid30: $i,Pid20: $i,Pid0: $i] :
            ( ( ( ( host @ Pid20 )
               != ( host @ Z ) )
              & ( setIn @ Z @ alive )
              & ( setIn @ Pid20 @ alive )
              & ( ( host @ Pid30 )
                = ( host @ Z ) )
              & ( ( host @ Pid0 )
                = ( host @ Pid20 ) ) )
           => ~ ( ( elem @ ( m_Down @ Pid0 ) @ ( queue @ ( host @ Z ) ) )
                & ( elem @ ( m_Down @ Pid30 ) @ ( queue @ ( host @ Pid20 ) ) ) ) )
        & ! [Z: $i,Pid30: $i,Pid20: $i,Pid0: $i] :
            ( ( ( ( host @ Pid20 )
               != ( host @ Z ) )
              & ( setIn @ Z @ alive )
              & ( setIn @ Pid20 @ alive )
              & ( ( host @ Pid30 )
                = ( host @ Z ) )
              & ( ( host @ Pid0 )
                = ( host @ Pid20 ) ) )
           => ~ ( ( elem @ ( m_Down @ Pid0 ) @ ( queue @ ( host @ Z ) ) )
                & ( setIn @ ( host @ Pid30 ) @ ( index @ down @ ( host @ Pid20 ) ) ) ) )
        & ! [Z: $i,Pid30: $i,Pid20: $i,Pid0: $i] :
            ( ( ! [V0: $i] :
                  ( ( ~ ( leq @ ( host @ Pid0 ) @ V0 )
                    & ( leq @ ( s @ zero ) @ V0 ) )
                 => ( ( setIn @ V0 @ ( index @ down @ ( host @ Pid0 ) ) )
                    | ( V0
                      = ( host @ Pid20 ) ) ) )
              & ( elem @ ( m_Down @ Pid20 ) @ ( queue @ ( host @ Pid0 ) ) )
              & ( ( host @ Pid0 )
                = nbr_proc )
              & ( ( host @ Pid0 )
                = ( host @ Pid30 ) )
              & ( ( index @ status @ ( host @ Pid0 ) )
                = elec_1 ) )
           => ~ ( ( setIn @ Z @ alive )
                & ( elem @ ( m_Down @ Pid30 ) @ ( queue @ ( host @ Z ) ) ) ) )
        & ( ( queue @ ( host @ X ) )
          = ( cons @ ( m_Down @ Y ) @ V ) ) )
     => ( ( setIn @ X @ alive )
       => ( ~ ( leq @ ( host @ X ) @ ( host @ Y ) )
         => ( ~ ( ( ( ( index @ ldr @ ( host @ X ) )
                    = ( host @ Y ) )
                  & ( ( index @ status @ ( host @ X ) )
                    = norm ) )
                | ( ( ( index @ status @ ( host @ X ) )
                    = wait )
                  & ( ( host @ Y )
                    = ( host @ ( index @ elid @ ( host @ X ) ) ) ) ) )
           => ( ~ ( ! [Z: $i] :
                      ( ( ~ ( leq @ ( host @ X ) @ Z )
                        & ( leq @ ( s @ zero ) @ Z ) )
                     => ( ( setIn @ Z @ ( index @ down @ ( host @ X ) ) )
                        | ( Z
                          = ( host @ Y ) ) ) )
                  & ( ( index @ status @ ( host @ X ) )
                    = elec_1 ) )
             => ! [Z: $i] :
                  ( ( ( host @ X )
                   != ( host @ Z ) )
                 => ! [W0: $i,X0: $i,Y0: $i] :
                      ( ( ( host @ X )
                        = ( host @ Y0 ) )
                     => ( ( ! [V0: $i] :
                              ( ( ~ ( leq @ ( host @ Y0 ) @ V0 )
                                & ( leq @ ( s @ zero ) @ V0 ) )
                             => ( ( setIn @ V0 @ ( index @ down @ ( host @ X ) ) )
                                | ( V0
                                  = ( host @ Y ) )
                                | ( V0
                                  = ( host @ X0 ) ) ) )
                          & ( elem @ ( m_Down @ X0 ) @ V )
                          & ( ( host @ Y0 )
                            = ( host @ W0 ) )
                          & ( ( host @ Y0 )
                            = nbr_proc )
                          & ( ( index @ status @ ( host @ Y0 ) )
                            = elec_1 ) )
                       => ~ ( ( setIn @ Z @ alive )
                            & ( elem @ ( m_Down @ W0 ) @ ( queue @ ( host @ Z ) ) ) ) ) ) ) ) ) ) ) ) ).

thf(zf_stmt_0,negated_conjecture,
    ~ ! [V: $i,W: $i,X: $i,Y: $i] :
        ( ( ! [Z: $i,Pid0: $i] :
              ( ( elem @ ( m_Ldr @ Pid0 ) @ ( queue @ ( host @ Z ) ) )
             => ~ ( leq @ ( host @ Z ) @ ( host @ Pid0 ) ) )
          & ! [Z: $i,Pid0: $i] :
              ( ( elem @ ( m_Down @ Pid0 ) @ ( queue @ ( host @ Z ) ) )
             => ( ( host @ Pid0 )
               != ( host @ Z ) ) )
          & ! [Z: $i,Pid0: $i] :
              ( ( ( host @ Pid0 )
                = nbr_proc )
             => ~ ( elem @ ( m_NotNorm @ Z ) @ ( queue @ ( host @ Pid0 ) ) ) )
          & ! [Z: $i,Pid0: $i] :
              ( ( ( Pid0 != Z )
                & ( ( host @ Pid0 )
                  = ( host @ Z ) ) )
             => ( ~ ( setIn @ Z @ alive )
                | ~ ( setIn @ Pid0 @ alive ) ) )
          & ! [Z: $i] :
              ( ( ( ( ( index @ status @ ( host @ Z ) )
                    = elec_1 )
                  | ( ( index @ status @ ( host @ Z ) )
                    = elec_2 ) )
                & ( setIn @ Z @ alive ) )
             => ( ( index @ elid @ ( host @ Z ) )
                = Z ) )
          & ! [Z: $i,Pid20: $i,Pid0: $i] :
              ( ( ( ( host @ Pid0 )
                 != ( host @ Pid20 ) )
                & ( setIn @ Pid0 @ alive )
                & ( ( host @ Pid0 )
                  = ( host @ Z ) )
                & ( ( index @ status @ ( host @ Pid0 ) )
                  = norm )
                & ( ( index @ ldr @ ( host @ Pid0 ) )
                  = ( host @ Pid20 ) ) )
             => ~ ( elem @ ( m_Down @ Z ) @ ( queue @ ( host @ Pid20 ) ) ) )
          & ! [Z: $i,Pid20: $i,Pid0: $i] :
              ( ( ( ( host @ Pid0 )
                 != ( host @ Pid20 ) )
                & ( setIn @ Pid0 @ alive )
                & ( ( host @ Pid0 )
                  = ( host @ Z ) )
                & ( ( index @ status @ ( host @ Pid0 ) )
                  = wait )
                & ( ( host @ ( index @ elid @ ( host @ Pid0 ) ) )
                  = ( host @ Pid20 ) ) )
             => ~ ( elem @ ( m_Down @ Z ) @ ( queue @ ( host @ Pid20 ) ) ) )
          & ! [Z: $i,Pid30: $i,Pid20: $i,Pid0: $i] :
              ( ( ( ( host @ Pid20 )
                 != ( host @ Z ) )
                & ( setIn @ Z @ alive )
                & ( setIn @ Pid20 @ alive )
                & ( ( host @ Pid30 )
                  = ( host @ Z ) )
                & ( ( host @ Pid0 )
                  = ( host @ Pid20 ) ) )
             => ~ ( ( elem @ ( m_Down @ Pid0 ) @ ( queue @ ( host @ Z ) ) )
                  & ( elem @ ( m_Down @ Pid30 ) @ ( queue @ ( host @ Pid20 ) ) ) ) )
          & ! [Z: $i,Pid30: $i,Pid20: $i,Pid0: $i] :
              ( ( ( ( host @ Pid20 )
                 != ( host @ Z ) )
                & ( setIn @ Z @ alive )
                & ( setIn @ Pid20 @ alive )
                & ( ( host @ Pid30 )
                  = ( host @ Z ) )
                & ( ( host @ Pid0 )
                  = ( host @ Pid20 ) ) )
             => ~ ( ( elem @ ( m_Down @ Pid0 ) @ ( queue @ ( host @ Z ) ) )
                  & ( setIn @ ( host @ Pid30 ) @ ( index @ down @ ( host @ Pid20 ) ) ) ) )
          & ! [Z: $i,Pid30: $i,Pid20: $i,Pid0: $i] :
              ( ( ! [V0: $i] :
                    ( ( ~ ( leq @ ( host @ Pid0 ) @ V0 )
                      & ( leq @ ( s @ zero ) @ V0 ) )
                   => ( ( setIn @ V0 @ ( index @ down @ ( host @ Pid0 ) ) )
                      | ( V0
                        = ( host @ Pid20 ) ) ) )
                & ( elem @ ( m_Down @ Pid20 ) @ ( queue @ ( host @ Pid0 ) ) )
                & ( ( host @ Pid0 )
                  = nbr_proc )
                & ( ( host @ Pid0 )
                  = ( host @ Pid30 ) )
                & ( ( index @ status @ ( host @ Pid0 ) )
                  = elec_1 ) )
             => ~ ( ( setIn @ Z @ alive )
                  & ( elem @ ( m_Down @ Pid30 ) @ ( queue @ ( host @ Z ) ) ) ) )
          & ( ( queue @ ( host @ X ) )
            = ( cons @ ( m_Down @ Y ) @ V ) ) )
       => ( ( setIn @ X @ alive )
         => ( ~ ( leq @ ( host @ X ) @ ( host @ Y ) )
           => ( ~ ( ( ( ( index @ ldr @ ( host @ X ) )
                      = ( host @ Y ) )
                    & ( ( index @ status @ ( host @ X ) )
                      = norm ) )
                  | ( ( ( index @ status @ ( host @ X ) )
                      = wait )
                    & ( ( host @ Y )
                      = ( host @ ( index @ elid @ ( host @ X ) ) ) ) ) )
             => ( ~ ( ! [Z: $i] :
                        ( ( ~ ( leq @ ( host @ X ) @ Z )
                          & ( leq @ ( s @ zero ) @ Z ) )
                       => ( ( setIn @ Z @ ( index @ down @ ( host @ X ) ) )
                          | ( Z
                            = ( host @ Y ) ) ) )
                    & ( ( index @ status @ ( host @ X ) )
                      = elec_1 ) )
               => ! [Z: $i] :
                    ( ( ( host @ X )
                     != ( host @ Z ) )
                   => ! [W0: $i,X0: $i,Y0: $i] :
                        ( ( ( host @ X )
                          = ( host @ Y0 ) )
                       => ( ( ! [V0: $i] :
                                ( ( ~ ( leq @ ( host @ Y0 ) @ V0 )
                                  & ( leq @ ( s @ zero ) @ V0 ) )
                               => ( ( setIn @ V0 @ ( index @ down @ ( host @ X ) ) )
                                  | ( V0
                                    = ( host @ Y ) )
                                  | ( V0
                                    = ( host @ X0 ) ) ) )
                            & ( elem @ ( m_Down @ X0 ) @ V )
                            & ( ( host @ Y0 )
                              = ( host @ W0 ) )
                            & ( ( host @ Y0 )
                              = nbr_proc )
                            & ( ( index @ status @ ( host @ Y0 ) )
                              = elec_1 ) )
                         => ~ ( ( setIn @ Z @ alive )
                              & ( elem @ ( m_Down @ W0 ) @ ( queue @ ( host @ Z ) ) ) ) ) ) ) ) ) ) ) ),
    inference('cnf.neg',[status(esa)],[conj]) ).

thf(zip_derived_cl112,plain,
    ( ( queue @ ( host @ sk__5 ) )
    = ( cons @ ( m_Down @ sk__7 ) @ sk__3 ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl102,plain,
    ( ( host @ sk__5 )
    = ( host @ sk__11 ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl104,plain,
    ( ( host @ sk__11 )
    = nbr_proc ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl417,plain,
    ( ( host @ sk__5 )
    = nbr_proc ),
    inference(demod,[status(thm)],[zip_derived_cl102,zip_derived_cl104]) ).

thf(zip_derived_cl457,plain,
    ( ( queue @ nbr_proc )
    = ( cons @ ( m_Down @ sk__7 ) @ sk__3 ) ),
    inference(demod,[status(thm)],[zip_derived_cl112,zip_derived_cl417]) ).

thf(axiom_46,axiom,
    ! [X: $i,Y: $i,Q: $i] :
      ( ( elem @ X @ ( cons @ Y @ Q ) )
    <=> ( ( X = Y )
        | ( elem @ X @ Q ) ) ) ).

thf(zip_derived_cl54,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ( elem @ X0 @ ( cons @ X1 @ X2 ) )
      | ~ ( elem @ X0 @ X2 ) ),
    inference(cnf,[status(esa)],[axiom_46]) ).

thf(zip_derived_cl566,plain,
    ! [X0: $i] :
      ( ( elem @ X0 @ ( queue @ nbr_proc ) )
      | ~ ( elem @ X0 @ sk__3 ) ),
    inference('s_sup+',[status(thm)],[zip_derived_cl457,zip_derived_cl54]) ).

thf(zip_derived_cl109,plain,
    ( ( leq @ ( s @ zero ) @ sk__12 )
    | ( ( index @ status @ ( host @ sk__5 ) )
     != elec_1 ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl417_001,plain,
    ( ( host @ sk__5 )
    = nbr_proc ),
    inference(demod,[status(thm)],[zip_derived_cl102,zip_derived_cl104]) ).

thf(zip_derived_cl103,plain,
    ( ( index @ status @ ( host @ sk__11 ) )
    = elec_1 ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl104_002,plain,
    ( ( host @ sk__11 )
    = nbr_proc ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl449,plain,
    ( ( index @ status @ nbr_proc )
    = elec_1 ),
    inference(demod,[status(thm)],[zip_derived_cl103,zip_derived_cl104]) ).

thf(zip_derived_cl475,plain,
    ( ( leq @ ( s @ zero ) @ sk__12 )
    | ( elec_1 != elec_1 ) ),
    inference(demod,[status(thm)],[zip_derived_cl109,zip_derived_cl417,zip_derived_cl449]) ).

thf(zip_derived_cl476,plain,
    leq @ ( s @ zero ) @ sk__12,
    inference(simplify,[status(thm)],[zip_derived_cl475]) ).

thf(zip_derived_cl106,plain,
    ! [X0: $i] :
      ( ( X0
        = ( host @ sk__10 ) )
      | ( X0
        = ( host @ sk__7 ) )
      | ( setIn @ X0 @ ( index @ down @ ( host @ sk__5 ) ) )
      | ~ ( leq @ ( s @ zero ) @ X0 )
      | ( leq @ ( host @ sk__11 ) @ X0 ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl417_003,plain,
    ( ( host @ sk__5 )
    = nbr_proc ),
    inference(demod,[status(thm)],[zip_derived_cl102,zip_derived_cl104]) ).

thf(zip_derived_cl104_004,plain,
    ( ( host @ sk__11 )
    = nbr_proc ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl880,plain,
    ! [X0: $i] :
      ( ( X0
        = ( host @ sk__10 ) )
      | ( X0
        = ( host @ sk__7 ) )
      | ( setIn @ X0 @ ( index @ down @ nbr_proc ) )
      | ~ ( leq @ ( s @ zero ) @ X0 )
      | ( leq @ nbr_proc @ X0 ) ),
    inference(demod,[status(thm)],[zip_derived_cl106,zip_derived_cl417,zip_derived_cl104]) ).

thf(zip_derived_cl888,plain,
    ( ( sk__12
      = ( host @ sk__10 ) )
    | ( sk__12
      = ( host @ sk__7 ) )
    | ( setIn @ sk__12 @ ( index @ down @ nbr_proc ) )
    | ( leq @ nbr_proc @ sk__12 ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl476,zip_derived_cl880]) ).

thf(zip_derived_cl110,plain,
    ( ~ ( leq @ ( host @ sk__5 ) @ sk__12 )
    | ( ( index @ status @ ( host @ sk__5 ) )
     != elec_1 ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl417_005,plain,
    ( ( host @ sk__5 )
    = nbr_proc ),
    inference(demod,[status(thm)],[zip_derived_cl102,zip_derived_cl104]) ).

thf(zip_derived_cl417_006,plain,
    ( ( host @ sk__5 )
    = nbr_proc ),
    inference(demod,[status(thm)],[zip_derived_cl102,zip_derived_cl104]) ).

thf(zip_derived_cl449_007,plain,
    ( ( index @ status @ nbr_proc )
    = elec_1 ),
    inference(demod,[status(thm)],[zip_derived_cl103,zip_derived_cl104]) ).

thf(zip_derived_cl472,plain,
    ( ~ ( leq @ nbr_proc @ sk__12 )
    | ( elec_1 != elec_1 ) ),
    inference(demod,[status(thm)],[zip_derived_cl110,zip_derived_cl417,zip_derived_cl417,zip_derived_cl449]) ).

thf(zip_derived_cl473,plain,
    ~ ( leq @ nbr_proc @ sk__12 ),
    inference(simplify,[status(thm)],[zip_derived_cl472]) ).

thf(zip_derived_cl890,plain,
    ( ( sk__12
      = ( host @ sk__10 ) )
    | ( sk__12
      = ( host @ sk__7 ) )
    | ( setIn @ sk__12 @ ( index @ down @ nbr_proc ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl888,zip_derived_cl473]) ).

thf(zip_derived_cl107,plain,
    ( ( sk__12
     != ( host @ sk__7 ) )
    | ( ( index @ status @ ( host @ sk__5 ) )
     != elec_1 ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl417_008,plain,
    ( ( host @ sk__5 )
    = nbr_proc ),
    inference(demod,[status(thm)],[zip_derived_cl102,zip_derived_cl104]) ).

thf(zip_derived_cl449_009,plain,
    ( ( index @ status @ nbr_proc )
    = elec_1 ),
    inference(demod,[status(thm)],[zip_derived_cl103,zip_derived_cl104]) ).

thf(zip_derived_cl450,plain,
    ( ( sk__12
     != ( host @ sk__7 ) )
    | ( elec_1 != elec_1 ) ),
    inference(demod,[status(thm)],[zip_derived_cl107,zip_derived_cl417,zip_derived_cl449]) ).

thf(zip_derived_cl451,plain,
    ( sk__12
   != ( host @ sk__7 ) ),
    inference(simplify,[status(thm)],[zip_derived_cl450]) ).

thf(zip_derived_cl891,plain,
    ( ( sk__12
      = ( host @ sk__10 ) )
    | ( setIn @ sk__12 @ ( index @ down @ nbr_proc ) ) ),
    inference('simplify_reflect-',[status(thm)],[zip_derived_cl890,zip_derived_cl451]) ).

thf(zip_derived_cl108,plain,
    ( ~ ( setIn @ sk__12 @ ( index @ down @ ( host @ sk__5 ) ) )
    | ( ( index @ status @ ( host @ sk__5 ) )
     != elec_1 ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl417_010,plain,
    ( ( host @ sk__5 )
    = nbr_proc ),
    inference(demod,[status(thm)],[zip_derived_cl102,zip_derived_cl104]) ).

thf(zip_derived_cl417_011,plain,
    ( ( host @ sk__5 )
    = nbr_proc ),
    inference(demod,[status(thm)],[zip_derived_cl102,zip_derived_cl104]) ).

thf(zip_derived_cl449_012,plain,
    ( ( index @ status @ nbr_proc )
    = elec_1 ),
    inference(demod,[status(thm)],[zip_derived_cl103,zip_derived_cl104]) ).

thf(zip_derived_cl477,plain,
    ( ~ ( setIn @ sk__12 @ ( index @ down @ nbr_proc ) )
    | ( elec_1 != elec_1 ) ),
    inference(demod,[status(thm)],[zip_derived_cl108,zip_derived_cl417,zip_derived_cl417,zip_derived_cl449]) ).

thf(zip_derived_cl478,plain,
    ~ ( setIn @ sk__12 @ ( index @ down @ nbr_proc ) ),
    inference(simplify,[status(thm)],[zip_derived_cl477]) ).

thf(zip_derived_cl1165,plain,
    ( sk__12
    = ( host @ sk__10 ) ),
    inference(clc,[status(thm)],[zip_derived_cl891,zip_derived_cl478]) ).

thf(zip_derived_cl105,plain,
    ( ( host @ sk__11 )
    = ( host @ sk__9 ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl104_013,plain,
    ( ( host @ sk__11 )
    = nbr_proc ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl426,plain,
    ( nbr_proc
    = ( host @ sk__9 ) ),
    inference(demod,[status(thm)],[zip_derived_cl105,zip_derived_cl104]) ).

thf(zip_derived_cl127,plain,
    setIn @ sk__5 @ alive,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl100,plain,
    setIn @ sk__8 @ alive,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl121,plain,
    ! [X16: $i,X17: $i,X18: $i,X19: $i] :
      ( ~ ( elem @ ( m_Down @ X16 ) @ ( queue @ ( host @ X17 ) ) )
      | ( ( host @ X16 )
       != ( host @ X18 ) )
      | ~ ( setIn @ X17 @ alive )
      | ~ ( setIn @ X18 @ alive )
      | ( ( host @ X17 )
        = ( host @ X18 ) )
      | ( ( host @ X19 )
       != ( host @ X17 ) )
      | ~ ( elem @ ( m_Down @ X19 ) @ ( queue @ ( host @ X18 ) ) ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl946,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ~ ( elem @ ( m_Down @ X0 ) @ ( queue @ ( host @ sk__8 ) ) )
      | ( ( host @ X0 )
       != ( host @ X1 ) )
      | ~ ( setIn @ X1 @ alive )
      | ( ( host @ sk__8 )
        = ( host @ X1 ) )
      | ( ( host @ X2 )
       != ( host @ sk__8 ) )
      | ~ ( elem @ ( m_Down @ X2 ) @ ( queue @ ( host @ X1 ) ) ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl100,zip_derived_cl121]) ).

thf(zip_derived_cl959,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( elem @ ( m_Down @ X0 ) @ ( queue @ ( host @ sk__8 ) ) )
      | ( ( host @ X0 )
       != ( host @ sk__5 ) )
      | ( ( host @ sk__8 )
        = ( host @ sk__5 ) )
      | ( ( host @ X1 )
       != ( host @ sk__8 ) )
      | ~ ( elem @ ( m_Down @ X1 ) @ ( queue @ ( host @ sk__5 ) ) ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl127,zip_derived_cl946]) ).

thf(zip_derived_cl417_014,plain,
    ( ( host @ sk__5 )
    = nbr_proc ),
    inference(demod,[status(thm)],[zip_derived_cl102,zip_derived_cl104]) ).

thf(zip_derived_cl417_015,plain,
    ( ( host @ sk__5 )
    = nbr_proc ),
    inference(demod,[status(thm)],[zip_derived_cl102,zip_derived_cl104]) ).

thf(zip_derived_cl417_016,plain,
    ( ( host @ sk__5 )
    = nbr_proc ),
    inference(demod,[status(thm)],[zip_derived_cl102,zip_derived_cl104]) ).

thf(zip_derived_cl961,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( elem @ ( m_Down @ X0 ) @ ( queue @ ( host @ sk__8 ) ) )
      | ( ( host @ X0 )
       != nbr_proc )
      | ( ( host @ sk__8 )
        = nbr_proc )
      | ( ( host @ X1 )
       != ( host @ sk__8 ) )
      | ~ ( elem @ ( m_Down @ X1 ) @ ( queue @ nbr_proc ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl959,zip_derived_cl417,zip_derived_cl417,zip_derived_cl417]) ).

thf(zip_derived_cl98,plain,
    ( ( host @ sk__5 )
   != ( host @ sk__8 ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl417_017,plain,
    ( ( host @ sk__5 )
    = nbr_proc ),
    inference(demod,[status(thm)],[zip_derived_cl102,zip_derived_cl104]) ).

thf(zip_derived_cl440,plain,
    ( nbr_proc
   != ( host @ sk__8 ) ),
    inference(demod,[status(thm)],[zip_derived_cl98,zip_derived_cl417]) ).

thf(zip_derived_cl962,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( elem @ ( m_Down @ X0 ) @ ( queue @ ( host @ sk__8 ) ) )
      | ( ( host @ X0 )
       != nbr_proc )
      | ( ( host @ X1 )
       != ( host @ sk__8 ) )
      | ~ ( elem @ ( m_Down @ X1 ) @ ( queue @ nbr_proc ) ) ),
    inference('simplify_reflect-',[status(thm)],[zip_derived_cl961,zip_derived_cl440]) ).

thf(zip_derived_cl1003,plain,
    ! [X0: $i] :
      ( ~ ( elem @ ( m_Down @ sk__9 ) @ ( queue @ ( host @ sk__8 ) ) )
      | ( nbr_proc != nbr_proc )
      | ( ( host @ X0 )
       != ( host @ sk__8 ) )
      | ~ ( elem @ ( m_Down @ X0 ) @ ( queue @ nbr_proc ) ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl426,zip_derived_cl962]) ).

thf(zip_derived_cl101,plain,
    elem @ ( m_Down @ sk__9 ) @ ( queue @ ( host @ sk__8 ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl1006,plain,
    ! [X0: $i] :
      ( ( nbr_proc != nbr_proc )
      | ( ( host @ X0 )
       != ( host @ sk__8 ) )
      | ~ ( elem @ ( m_Down @ X0 ) @ ( queue @ nbr_proc ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl1003,zip_derived_cl101]) ).

thf(zip_derived_cl1007,plain,
    ! [X0: $i] :
      ( ~ ( elem @ ( m_Down @ X0 ) @ ( queue @ nbr_proc ) )
      | ( ( host @ X0 )
       != ( host @ sk__8 ) ) ),
    inference(simplify,[status(thm)],[zip_derived_cl1006]) ).

thf(zip_derived_cl1194,plain,
    ( ~ ( elem @ ( m_Down @ sk__10 ) @ ( queue @ nbr_proc ) )
    | ( sk__12
     != ( host @ sk__8 ) ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl1165,zip_derived_cl1007]) ).

thf(axiom_02,axiom,
    ! [P: $i] : ( leq @ ( s @ zero ) @ ( host @ P ) ) ).

thf(zip_derived_cl3,plain,
    ! [X0: $i] : ( leq @ ( s @ zero ) @ ( host @ X0 ) ),
    inference(cnf,[status(esa)],[axiom_02]) ).

thf(zip_derived_cl880_018,plain,
    ! [X0: $i] :
      ( ( X0
        = ( host @ sk__10 ) )
      | ( X0
        = ( host @ sk__7 ) )
      | ( setIn @ X0 @ ( index @ down @ nbr_proc ) )
      | ~ ( leq @ ( s @ zero ) @ X0 )
      | ( leq @ nbr_proc @ X0 ) ),
    inference(demod,[status(thm)],[zip_derived_cl106,zip_derived_cl417,zip_derived_cl104]) ).

thf(zip_derived_cl1165_019,plain,
    ( sk__12
    = ( host @ sk__10 ) ),
    inference(clc,[status(thm)],[zip_derived_cl891,zip_derived_cl478]) ).

thf(zip_derived_cl1166,plain,
    ! [X0: $i] :
      ( ( X0 = sk__12 )
      | ( X0
        = ( host @ sk__7 ) )
      | ( setIn @ X0 @ ( index @ down @ nbr_proc ) )
      | ~ ( leq @ ( s @ zero ) @ X0 )
      | ( leq @ nbr_proc @ X0 ) ),
    inference(demod,[status(thm)],[zip_derived_cl880,zip_derived_cl1165]) ).

thf(zip_derived_cl2787,plain,
    ! [X0: $i] :
      ( ( ( host @ X0 )
        = sk__12 )
      | ( ( host @ X0 )
        = ( host @ sk__7 ) )
      | ( setIn @ ( host @ X0 ) @ ( index @ down @ nbr_proc ) )
      | ( leq @ nbr_proc @ ( host @ X0 ) ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl3,zip_derived_cl1166]) ).

thf(zip_derived_cl100_020,plain,
    setIn @ sk__8 @ alive,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl426_021,plain,
    ( nbr_proc
    = ( host @ sk__9 ) ),
    inference(demod,[status(thm)],[zip_derived_cl105,zip_derived_cl104]) ).

thf(zip_derived_cl127_022,plain,
    setIn @ sk__5 @ alive,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl122,plain,
    ! [X20: $i,X21: $i,X22: $i,X23: $i] :
      ( ~ ( setIn @ ( host @ X20 ) @ ( index @ down @ ( host @ X21 ) ) )
      | ( ( host @ X20 )
       != ( host @ X22 ) )
      | ~ ( setIn @ X21 @ alive )
      | ~ ( setIn @ X22 @ alive )
      | ( ( host @ X21 )
        = ( host @ X22 ) )
      | ( ( host @ X23 )
       != ( host @ X21 ) )
      | ~ ( elem @ ( m_Down @ X23 ) @ ( queue @ ( host @ X22 ) ) ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl956,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ~ ( setIn @ ( host @ X0 ) @ ( index @ down @ ( host @ sk__5 ) ) )
      | ( ( host @ X0 )
       != ( host @ X1 ) )
      | ~ ( setIn @ X1 @ alive )
      | ( ( host @ sk__5 )
        = ( host @ X1 ) )
      | ( ( host @ X2 )
       != ( host @ sk__5 ) )
      | ~ ( elem @ ( m_Down @ X2 ) @ ( queue @ ( host @ X1 ) ) ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl127,zip_derived_cl122]) ).

thf(zip_derived_cl417_023,plain,
    ( ( host @ sk__5 )
    = nbr_proc ),
    inference(demod,[status(thm)],[zip_derived_cl102,zip_derived_cl104]) ).

thf(zip_derived_cl417_024,plain,
    ( ( host @ sk__5 )
    = nbr_proc ),
    inference(demod,[status(thm)],[zip_derived_cl102,zip_derived_cl104]) ).

thf(zip_derived_cl417_025,plain,
    ( ( host @ sk__5 )
    = nbr_proc ),
    inference(demod,[status(thm)],[zip_derived_cl102,zip_derived_cl104]) ).

thf(zip_derived_cl958,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ~ ( setIn @ ( host @ X0 ) @ ( index @ down @ nbr_proc ) )
      | ( ( host @ X0 )
       != ( host @ X1 ) )
      | ~ ( setIn @ X1 @ alive )
      | ( nbr_proc
        = ( host @ X1 ) )
      | ( ( host @ X2 )
       != nbr_proc )
      | ~ ( elem @ ( m_Down @ X2 ) @ ( queue @ ( host @ X1 ) ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl956,zip_derived_cl417,zip_derived_cl417,zip_derived_cl417]) ).

thf(zip_derived_cl2001,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( setIn @ ( host @ X0 ) @ ( index @ down @ nbr_proc ) )
      | ( ( host @ X0 )
       != ( host @ X1 ) )
      | ~ ( setIn @ X1 @ alive )
      | ( nbr_proc
        = ( host @ X1 ) )
      | ( nbr_proc != nbr_proc )
      | ~ ( elem @ ( m_Down @ sk__9 ) @ ( queue @ ( host @ X1 ) ) ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl426,zip_derived_cl958]) ).

thf(zip_derived_cl2005,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( elem @ ( m_Down @ sk__9 ) @ ( queue @ ( host @ X1 ) ) )
      | ( nbr_proc
        = ( host @ X1 ) )
      | ~ ( setIn @ X1 @ alive )
      | ( ( host @ X0 )
       != ( host @ X1 ) )
      | ~ ( setIn @ ( host @ X0 ) @ ( index @ down @ nbr_proc ) ) ),
    inference(simplify,[status(thm)],[zip_derived_cl2001]) ).

thf(zip_derived_cl426_026,plain,
    ( nbr_proc
    = ( host @ sk__9 ) ),
    inference(demod,[status(thm)],[zip_derived_cl105,zip_derived_cl104]) ).

thf(zip_derived_cl114,plain,
    ! [X3: $i,X4: $i] :
      ( ( ( host @ X4 )
       != ( host @ X3 ) )
      | ~ ( elem @ ( m_Down @ X4 ) @ ( queue @ ( host @ X3 ) ) ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl480,plain,
    ! [X0: $i] :
      ( ( nbr_proc
       != ( host @ X0 ) )
      | ~ ( elem @ ( m_Down @ sk__9 ) @ ( queue @ ( host @ X0 ) ) ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl426,zip_derived_cl114]) ).

thf(zip_derived_cl4181,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( setIn @ ( host @ X0 ) @ ( index @ down @ nbr_proc ) )
      | ( ( host @ X0 )
       != ( host @ X1 ) )
      | ~ ( setIn @ X1 @ alive )
      | ~ ( elem @ ( m_Down @ sk__9 ) @ ( queue @ ( host @ X1 ) ) ) ),
    inference(clc,[status(thm)],[zip_derived_cl2005,zip_derived_cl480]) ).

thf(zip_derived_cl4183,plain,
    ! [X0: $i] :
      ( ~ ( setIn @ ( host @ X0 ) @ ( index @ down @ nbr_proc ) )
      | ( ( host @ X0 )
       != ( host @ sk__8 ) )
      | ~ ( elem @ ( m_Down @ sk__9 ) @ ( queue @ ( host @ sk__8 ) ) ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl100,zip_derived_cl4181]) ).

thf(zip_derived_cl101_027,plain,
    elem @ ( m_Down @ sk__9 ) @ ( queue @ ( host @ sk__8 ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl4185,plain,
    ! [X0: $i] :
      ( ~ ( setIn @ ( host @ X0 ) @ ( index @ down @ nbr_proc ) )
      | ( ( host @ X0 )
       != ( host @ sk__8 ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl4183,zip_derived_cl101]) ).

thf(zip_derived_cl4191,plain,
    ~ ( setIn @ ( host @ sk__8 ) @ ( index @ down @ nbr_proc ) ),
    inference(eq_res,[status(thm)],[zip_derived_cl4185]) ).

thf(zip_derived_cl15935,plain,
    ( ( leq @ nbr_proc @ ( host @ sk__8 ) )
    | ( ( host @ sk__8 )
      = ( host @ sk__7 ) )
    | ( ( host @ sk__8 )
      = sk__12 ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl2787,zip_derived_cl4191]) ).

thf(axiom_61,axiom,
    ! [X: $i,Y: $i] :
      ( ( ( leq @ X @ Y )
        & ( leq @ Y @ X ) )
    <=> ( X = Y ) ) ).

thf(zip_derived_cl86,plain,
    ! [X0: $i,X1: $i] :
      ( ( X1 = X0 )
      | ~ ( leq @ X0 @ X1 )
      | ~ ( leq @ X1 @ X0 ) ),
    inference(cnf,[status(esa)],[axiom_61]) ).

thf(zip_derived_cl15949,plain,
    ( ( ( host @ sk__8 )
      = sk__12 )
    | ( ( host @ sk__8 )
      = ( host @ sk__7 ) )
    | ( ( host @ sk__8 )
      = nbr_proc )
    | ~ ( leq @ ( host @ sk__8 ) @ nbr_proc ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl15935,zip_derived_cl86]) ).

thf(axiom_04,axiom,
    ! [P: $i] : ( leq @ ( host @ P ) @ nbr_proc ) ).

thf(zip_derived_cl5,plain,
    ! [X0: $i] : ( leq @ ( host @ X0 ) @ nbr_proc ),
    inference(cnf,[status(esa)],[axiom_04]) ).

thf(zip_derived_cl15990,plain,
    ( ( ( host @ sk__8 )
      = sk__12 )
    | ( ( host @ sk__8 )
      = ( host @ sk__7 ) )
    | ( ( host @ sk__8 )
      = nbr_proc ) ),
    inference(demod,[status(thm)],[zip_derived_cl15949,zip_derived_cl5]) ).

thf(zip_derived_cl440_028,plain,
    ( nbr_proc
   != ( host @ sk__8 ) ),
    inference(demod,[status(thm)],[zip_derived_cl98,zip_derived_cl417]) ).

thf(zip_derived_cl15991,plain,
    ( ( ( host @ sk__8 )
      = sk__12 )
    | ( ( host @ sk__8 )
      = ( host @ sk__7 ) ) ),
    inference('simplify_reflect-',[status(thm)],[zip_derived_cl15990,zip_derived_cl440]) ).

thf(zip_derived_cl1007_029,plain,
    ! [X0: $i] :
      ( ~ ( elem @ ( m_Down @ X0 ) @ ( queue @ nbr_proc ) )
      | ( ( host @ X0 )
       != ( host @ sk__8 ) ) ),
    inference(simplify,[status(thm)],[zip_derived_cl1006]) ).

thf(zip_derived_cl16212,plain,
    ! [X0: $i] :
      ( ( ( host @ sk__8 )
        = sk__12 )
      | ~ ( elem @ ( m_Down @ X0 ) @ ( queue @ nbr_proc ) )
      | ( ( host @ X0 )
       != ( host @ sk__7 ) ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl15991,zip_derived_cl1007]) ).

thf(zip_derived_cl17661,plain,
    ( ~ ( elem @ ( m_Down @ sk__7 ) @ ( queue @ nbr_proc ) )
    | ( ( host @ sk__8 )
      = sk__12 ) ),
    inference(eq_res,[status(thm)],[zip_derived_cl16212]) ).

thf(zip_derived_cl457_030,plain,
    ( ( queue @ nbr_proc )
    = ( cons @ ( m_Down @ sk__7 ) @ sk__3 ) ),
    inference(demod,[status(thm)],[zip_derived_cl112,zip_derived_cl417]) ).

thf(zip_derived_cl53,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ( elem @ X0 @ ( cons @ X1 @ X2 ) )
      | ( X0 != X1 ) ),
    inference(cnf,[status(esa)],[axiom_46]) ).

thf(zip_derived_cl561,plain,
    ! [X0: $i,X1: $i] : ( elem @ X1 @ ( cons @ X1 @ X0 ) ),
    inference(eq_res,[status(thm)],[zip_derived_cl53]) ).

thf(zip_derived_cl613,plain,
    elem @ ( m_Down @ sk__7 ) @ ( queue @ nbr_proc ),
    inference('s_sup+',[status(thm)],[zip_derived_cl457,zip_derived_cl561]) ).

thf(zip_derived_cl17662,plain,
    ( ( host @ sk__8 )
    = sk__12 ),
    inference(demod,[status(thm)],[zip_derived_cl17661,zip_derived_cl613]) ).

thf(zip_derived_cl17675,plain,
    ( ~ ( elem @ ( m_Down @ sk__10 ) @ ( queue @ nbr_proc ) )
    | ( sk__12 != sk__12 ) ),
    inference(demod,[status(thm)],[zip_derived_cl1194,zip_derived_cl17662]) ).

thf(zip_derived_cl17676,plain,
    ~ ( elem @ ( m_Down @ sk__10 ) @ ( queue @ nbr_proc ) ),
    inference(simplify,[status(thm)],[zip_derived_cl17675]) ).

thf(zip_derived_cl18263,plain,
    ~ ( elem @ ( m_Down @ sk__10 ) @ sk__3 ),
    inference('s_sup-',[status(thm)],[zip_derived_cl566,zip_derived_cl17676]) ).

thf(zip_derived_cl99,plain,
    elem @ ( m_Down @ sk__10 ) @ sk__3,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl18264,plain,
    $false,
    inference(demod,[status(thm)],[zip_derived_cl18263,zip_derived_cl99]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : SWV474+1 : TPTP v8.1.2. Released v4.0.0.
% 0.07/0.13  % Command  : python3 /export/starexec/sandbox/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox/tmp/tmp.sZtr0ra1Xs true
% 0.13/0.34  % Computer : n004.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 300
% 0.13/0.34  % DateTime : Tue Aug 29 06:12:22 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 0.13/0.34  % Running portfolio for 300 s
% 0.13/0.34  % File         : /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.13/0.34  % Number of cores: 8
% 0.13/0.35  % Python version: Python 3.6.8
% 0.13/0.35  % Running in FO mode
% 0.21/0.66  % Total configuration time : 435
% 0.21/0.66  % Estimated wc time : 1092
% 0.21/0.66  % Estimated cpu time (7 cpus) : 156.0
% 0.21/0.75  % /export/starexec/sandbox/solver/bin/fo/fo6_bce.sh running for 75s
% 0.21/0.75  % /export/starexec/sandbox/solver/bin/fo/fo3_bce.sh running for 75s
% 0.21/0.75  % /export/starexec/sandbox/solver/bin/fo/fo7.sh running for 63s
% 0.21/0.75  % /export/starexec/sandbox/solver/bin/fo/fo1_av.sh running for 75s
% 0.21/0.76  % /export/starexec/sandbox/solver/bin/fo/fo13.sh running for 50s
% 0.21/0.76  % /export/starexec/sandbox/solver/bin/fo/fo5.sh running for 50s
% 0.21/0.76  % /export/starexec/sandbox/solver/bin/fo/fo4.sh running for 50s
% 34.87/5.62  % Solved by fo/fo6_bce.sh.
% 34.87/5.62  % BCE start: 128
% 34.87/5.62  % BCE eliminated: 0
% 34.87/5.62  % PE start: 128
% 34.87/5.62  logic: eq
% 34.87/5.62  % PE eliminated: 0
% 34.87/5.62  % done 2607 iterations in 4.847s
% 34.87/5.62  % SZS status Theorem for '/export/starexec/sandbox/benchmark/theBenchmark.p'
% 34.87/5.62  % SZS output start Refutation
% See solution above
% 34.87/5.62  
% 34.87/5.62  
% 34.87/5.62  % Terminating...
% 35.13/5.67  % Runner terminated.
% 35.13/5.69  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------