TSTP Solution File: SWV477+1 by LEO-II---1.7.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : LEO-II---1.7.0
% Problem  : SWV477+1 : TPTP v8.1.0. Released v4.0.0.
% Transfm  : none
% Format   : tptp
% Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s

% Computer : n026.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  : 600s
% DateTime : Wed Jul 20 20:12:58 EDT 2022

% Result   : Timeout 291.72s 292.16s
% Output   : None 
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   48
%            Number of leaves      :  120
% Syntax   : Number of formulae    : 1229 ( 691 unt;  54 typ;   0 def)
%            Number of atoms       : 11671 (5449 equ;   0 cnn)
%            Maximal formula atoms :  126 (   9 avg)
%            Number of connectives : 27266 (4256   ~;3687   |; 852   &;18206   @)
%                                         (  26 <=>; 239  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   35 (   4 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   43 (  43   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   57 (  54 usr;  28 con; 0-4 aty)
%            Number of variables   : 3324 (   0   ^3322   !;   2   ?;3324   :)

% Comments : 
%------------------------------------------------------------------------------
thf(tp_acks,type,
    acks: $i ).

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

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

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

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

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

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

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

thf(tp_head,type,
    head: $i > $i ).

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

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

thf(tp_init,type,
    init: $i > $i ).

thf(tp_last,type,
    last: $i > $i ).

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

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

thf(tp_m_Ack,type,
    m_Ack: $i > $i > $i ).

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

thf(tp_m_Halt,type,
    m_Halt: $i > $i ).

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

thf(tp_m_NormQ,type,
    m_NormQ: $i > $i ).

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

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

thf(tp_nil,type,
    nil: $i ).

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

thf(tp_ordered,type,
    ordered: $i > $o ).

thf(tp_pendack,type,
    pendack: $i ).

thf(tp_pidElem,type,
    pidElem: $i > $o ).

thf(tp_pidMsg,type,
    pidMsg: $i > $i ).

thf(tp_pids,type,
    pids: $i ).

thf(tp_q_nil,type,
    q_nil: $i ).

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

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

thf(tp_sK10_V0,type,
    sK10_V0: $i > $i > $i > $i > $i ).

thf(tp_sK11_V0,type,
    sK11_V0: $i > $i > $i > $i > $i ).

thf(tp_sK12_Y,type,
    sK12_Y: $i > $i > $i ).

thf(tp_sK13_Y,type,
    sK13_Y: $i > $i > $i ).

thf(tp_sK14_Y,type,
    sK14_Y: $i > $i ).

thf(tp_sK15_Y,type,
    sK15_Y: $i > $i ).

thf(tp_sK1_V,type,
    sK1_V: $i ).

thf(tp_sK2_SY1658,type,
    sK2_SY1658: $i ).

thf(tp_sK3_SY1713,type,
    sK3_SY1713: $i ).

thf(tp_sK4_SY1767,type,
    sK4_SY1767: $i ).

thf(tp_sK5_SY1815,type,
    sK5_SY1815: $i ).

thf(tp_sK6_SY1872,type,
    sK6_SY1872: $i ).

thf(tp_sK7_SY1876,type,
    sK7_SY1876: $i ).

thf(tp_sK8_SY1879,type,
    sK8_SY1879: $i ).

thf(tp_sK9_SY1866,type,
    sK9_SY1866: $i ).

thf(tp_setEmpty,type,
    setEmpty: $i ).

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

thf(tp_snoc,type,
    snoc: $i > $i > $i ).

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

thf(tp_tail,type,
    tail: $i > $i ).

thf(tp_wait,type,
    wait: $i ).

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

thf(1,axiom,
    ! [X: $i] :
      ~ ( setIn @ X @ setEmpty ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_65) ).

thf(2,axiom,
    ! [X: $i,Y: $i] :
      ( ( leq @ X @ ( s @ Y ) )
    <=> ( ( X
          = ( s @ Y ) )
        | ( leq @ X @ Y ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_64) ).

thf(3,axiom,
    ! [X: $i,Y: $i] :
      ( ( leq @ X @ Y )
    <=> ( leq @ ( s @ X ) @ ( s @ Y ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_63) ).

thf(4,axiom,
    ! [X: $i,Y: $i,Z: $i] :
      ( ( ( leq @ X @ Y )
        & ( leq @ Y @ Z ) )
     => ( leq @ X @ Z ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_62) ).

thf(5,axiom,
    ! [X: $i,Y: $i] :
      ( ( ( leq @ X @ Y )
        & ( leq @ Y @ X ) )
    <=> ( X = Y ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_61) ).

thf(6,axiom,
    ! [X: $i,Y: $i] :
      ( ( leq @ X @ Y )
      | ( leq @ Y @ X ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_60) ).

thf(7,axiom,
    ! [X: $i] : ( leq @ X @ X ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_59) ).

thf(8,axiom,
    ! [X: $i] :
      ~ ( leq @ ( s @ X ) @ X ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_58) ).

thf(9,axiom,
    ! [Q: $i,X: $i,Y: $i] :
      ( ( ( ordered @ ( cons @ ( m_Halt @ X ) @ Q ) )
        & ( ( host @ X )
          = ( host @ Y ) )
        & ( elem @ ( m_Down @ Y ) @ Q ) )
     => ( leq @ X @ Y ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_57) ).

thf(10,axiom,
    ! [Q: $i,X: $i] :
      ( ( ordered @ Q )
     => ( ordered @ ( snoc @ Q @ ( m_Ldr @ X ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_56) ).

thf(11,axiom,
    ! [Q: $i,X: $i,Y: $i] :
      ( ( ordered @ Q )
     => ( ordered @ ( snoc @ Q @ ( m_Ack @ X @ Y ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_55) ).

thf(12,axiom,
    ! [X: $i,Q: $i] :
      ( ( ordered @ ( snoc @ Q @ X ) )
    <=> ( ( ordered @ Q )
        & ! [Y: $i] :
            ( ( ( elem @ Y @ Q )
              & ( pidElem @ X )
              & ( pidElem @ Y )
              & ( ( host @ ( pidMsg @ Y ) )
                = ( host @ ( pidMsg @ X ) ) ) )
           => ( leq @ ( pidMsg @ Y ) @ ( pidMsg @ X ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_54) ).

thf(13,axiom,
    ! [X: $i,Q: $i] :
      ( ( ordered @ ( cons @ X @ Q ) )
    <=> ( ( ordered @ Q )
        & ! [Y: $i] :
            ( ( ( elem @ Y @ Q )
              & ( pidElem @ X )
              & ( pidElem @ Y )
              & ( ( host @ ( pidMsg @ Y ) )
                = ( host @ ( pidMsg @ X ) ) ) )
           => ( leq @ ( pidMsg @ X ) @ ( pidMsg @ Y ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_53) ).

thf(14,axiom,
    ! [X: $i] :
      ( ( ordered @ ( cons @ X @ q_nil ) )
      & ( ordered @ ( snoc @ q_nil @ X ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_52) ).

thf(15,axiom,
    ordered @ q_nil,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_51) ).

thf(16,axiom,
    ! [X: $i] :
      ( ( pidMsg @ ( m_Down @ X ) )
      = X ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_50) ).

thf(17,axiom,
    ! [X: $i] :
      ( ( pidMsg @ ( m_Halt @ X ) )
      = X ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_49) ).

thf(18,axiom,
    ! [X: $i] :
      ( ( pidElem @ X )
    <=> ? [Y: $i] :
          ( ( X
            = ( m_Halt @ Y ) )
          | ( X
            = ( m_Down @ Y ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_48) ).

thf(19,axiom,
    ! [X: $i,Y: $i,Q: $i] :
      ( ( elem @ X @ ( snoc @ Q @ Y ) )
    <=> ( ( X = Y )
        | ( elem @ X @ Q ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_47) ).

thf(20,axiom,
    ! [X: $i,Y: $i,Q: $i] :
      ( ( elem @ X @ ( cons @ Y @ Q ) )
    <=> ( ( X = Y )
        | ( elem @ X @ Q ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_46) ).

thf(21,axiom,
    ! [X: $i] :
      ~ ( elem @ X @ q_nil ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_45) ).

thf(22,axiom,
    ! [X: $i,Y: $i,Q: $i] :
      ( ( snoc @ ( cons @ X @ Q ) @ Y )
      = ( cons @ X @ ( snoc @ Q @ Y ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_44) ).

thf(23,axiom,
    ! [X: $i] :
      ( ( cons @ X @ q_nil )
      = ( snoc @ q_nil @ X ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_43) ).

thf(24,axiom,
    ! [Y: $i,Q: $i] :
      ( q_nil
     != ( snoc @ Q @ Y ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_42) ).

thf(25,axiom,
    ! [X: $i,Q: $i] :
      ( q_nil
     != ( cons @ X @ Q ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_41) ).

thf(27,axiom,
    ! [Q: $i] :
      ( ( Q = q_nil )
      | ( Q
        = ( cons @ ( head @ Q ) @ ( tail @ Q ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_39) ).

thf(28,axiom,
    ! [Y: $i,Q: $i] :
      ( ( init @ ( snoc @ Q @ Y ) )
      = Q ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_38) ).

thf(29,axiom,
    ! [Y: $i,Q: $i] :
      ( ( last @ ( snoc @ Q @ Y ) )
      = Y ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_37) ).

thf(30,axiom,
    ! [X: $i,Q: $i] :
      ( ( tail @ ( cons @ X @ Q ) )
      = Q ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_36) ).

thf(31,axiom,
    ! [X: $i,Q: $i] :
      ( ( head @ ( cons @ X @ Q ) )
      = X ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_35) ).

thf(32,axiom,
    ~ ( setIn @ nil @ alive ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_34) ).

thf(33,axiom,
    ! [Pid: $i,Pid2: $i] :
      ( ( ( host @ Pid )
       != ( host @ Pid2 ) )
     => ( Pid != Pid2 ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_33) ).

thf(34,axiom,
    ! [X1: $i,X2: $i,Y1: $i,Y2: $i] :
      ( ( Y1 != Y2 )
     => ( ( m_Ack @ X1 @ Y1 )
       != ( m_Ack @ X2 @ Y2 ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_32) ).

thf(35,axiom,
    ! [X1: $i,X2: $i,Y1: $i,Y2: $i] :
      ( ( X1 != X2 )
     => ( ( m_Ack @ X1 @ Y1 )
       != ( m_Ack @ X2 @ Y2 ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_31) ).

thf(36,axiom,
    ! [X: $i,Y: $i] :
      ( ( X != Y )
    <=> ( ( m_Down @ X )
       != ( m_Down @ Y ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_30) ).

thf(37,axiom,
    ! [X: $i,Y: $i] :
      ( ( X != Y )
    <=> ( ( m_Ldr @ X )
       != ( m_Ldr @ Y ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_29) ).

thf(38,axiom,
    ! [X: $i,Y: $i] :
      ( ( X != Y )
    <=> ( ( m_NotNorm @ X )
       != ( m_NotNorm @ Y ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_28) ).

thf(39,axiom,
    ! [X: $i,Y: $i] :
      ( ( X != Y )
    <=> ( ( m_NormQ @ X )
       != ( m_NormQ @ Y ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_27) ).

thf(40,axiom,
    ! [X: $i,Y: $i] :
      ( ( X != Y )
    <=> ( ( m_Halt @ X )
       != ( m_Halt @ Y ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_26) ).

thf(41,axiom,
    ! [X: $i,Y: $i] :
      ( ( m_NormQ @ X )
     != ( m_NotNorm @ Y ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_25) ).

thf(42,axiom,
    ! [X: $i,Y: $i] :
      ( ( m_Ldr @ X )
     != ( m_NotNorm @ Y ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_24) ).

thf(43,axiom,
    ! [X: $i,Y: $i] :
      ( ( m_Ldr @ X )
     != ( m_NormQ @ Y ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_23) ).

thf(44,axiom,
    ! [X: $i,Y: $i] :
      ( ( m_Ldr @ X )
     != ( m_Halt @ Y ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_22) ).

thf(45,axiom,
    ! [X: $i,Y: $i] :
      ( ( m_NormQ @ X )
     != ( m_Halt @ Y ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_21) ).

thf(46,axiom,
    ! [X: $i,Y: $i] :
      ( ( m_Down @ X )
     != ( m_NormQ @ Y ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_20) ).

thf(47,axiom,
    ! [X: $i,Y: $i] :
      ( ( m_Down @ X )
     != ( m_NotNorm @ Y ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_19) ).

thf(48,axiom,
    ! [X: $i,Y: $i] :
      ( ( m_Down @ X )
     != ( m_Ldr @ Y ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_18) ).

thf(49,axiom,
    ! [X: $i,Y: $i] :
      ( ( m_Down @ X )
     != ( m_Halt @ Y ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_17) ).

thf(50,axiom,
    ! [X: $i,Y: $i] :
      ( ( m_NotNorm @ X )
     != ( m_Halt @ Y ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_16) ).

thf(51,axiom,
    ! [X: $i,Y: $i,Z: $i] :
      ( ( m_Ack @ X @ Y )
     != ( m_NormQ @ Z ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_15) ).

thf(52,axiom,
    ! [X: $i,Y: $i,Z: $i] :
      ( ( m_Ack @ X @ Y )
     != ( m_Ldr @ Z ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_14) ).

thf(53,axiom,
    ! [X: $i,Y: $i,Z: $i] :
      ( ( m_Ack @ X @ Y )
     != ( m_NotNorm @ Z ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_13) ).

thf(54,axiom,
    ! [X: $i,Y: $i,Z: $i] :
      ( ( m_Ack @ X @ Y )
     != ( m_Down @ Z ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_12) ).

thf(55,axiom,
    ! [X: $i,Y: $i,Z: $i] :
      ( ( m_Ack @ X @ Y )
     != ( m_Halt @ Z ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_11) ).

thf(56,axiom,
    norm != wait,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_10) ).

thf(57,axiom,
    elec_2 != norm,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_09) ).

thf(58,axiom,
    elec_2 != wait,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_08) ).

thf(59,axiom,
    elec_1 != norm,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_07) ).

thf(60,axiom,
    elec_1 != wait,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_06) ).

thf(61,axiom,
    elec_1 != elec_2,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_05) ).

thf(62,axiom,
    ! [P: $i] : ( leq @ ( host @ P ) @ nbr_proc ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_04) ).

thf(63,axiom,
    leq @ ( s @ zero ) @ nbr_proc,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_03) ).

thf(64,axiom,
    ! [P: $i] : ( leq @ ( s @ zero ) @ ( host @ P ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_02) ).

thf(65,axiom,
    ! [P: $i,Q: $i] :
      ( ( ( s @ ( host @ P ) )
        = ( host @ Q ) )
     => ( ( host @ P )
       != ( host @ Q ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_01) ).

thf(66,axiom,
    ! [Pid: $i,Pid2: $i] :
      ( ( elem @ ( m_Ack @ Pid @ Pid2 ) @ ( queue @ ( host @ Pid ) ) )
     => ( ( setIn @ Pid @ pids )
        & ( setIn @ Pid2 @ pids ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom) ).

thf(67,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] :
            ( ( ( 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,Pid0: $i] :
            ( ( ( setIn @ Z @ alive )
              & ( setIn @ Pid0 @ alive )
              & ( setIn @ ( host @ Pid0 ) @ ( index @ down @ ( host @ Z ) ) )
              & ( ( index @ status @ ( host @ Pid0 ) )
                = elec_2 ) )
           => ( leq @ ( index @ pendack @ ( host @ Pid0 ) ) @ ( host @ Z ) ) )
        & ! [Z: $i,Pid0: $i] :
            ( ( ( setIn @ Pid0 @ alive )
              & ( ( index @ status @ ( host @ Pid0 ) )
                = norm )
              & ( ( index @ ldr @ ( host @ Pid0 ) )
                = ( host @ Pid0 ) ) )
           => ~ ( ( setIn @ Z @ alive )
                & ( setIn @ ( host @ Pid0 ) @ ( index @ down @ ( host @ Z ) ) ) ) )
        & ! [Z: $i,Pid20: $i,Pid0: $i] :
            ( ( ( setIn @ Z @ alive )
              & ( setIn @ Pid0 @ alive )
              & ( elem @ ( m_Down @ Pid20 ) @ ( queue @ ( host @ Z ) ) )
              & ( ( host @ Pid0 )
                = ( host @ Pid20 ) )
              & ( ( index @ status @ ( host @ Pid0 ) )
                = elec_2 ) )
           => ( leq @ ( index @ pendack @ ( host @ Pid0 ) ) @ ( host @ Z ) ) )
        & ! [Z: $i,Pid20: $i,Pid0: $i] :
            ( ( ( setIn @ Pid0 @ alive )
              & ( ( host @ Pid20 )
                = ( host @ Pid0 ) )
              & ( ( index @ status @ ( host @ Pid0 ) )
                = norm )
              & ( ( index @ ldr @ ( host @ Pid0 ) )
                = ( host @ Pid0 ) ) )
           => ~ ( ( setIn @ Z @ alive )
                & ( elem @ ( m_Down @ Pid20 ) @ ( queue @ ( host @ Z ) ) ) ) )
        & ! [Z: $i,Pid0: $i] :
            ( ( ( setIn @ Z @ alive )
              & ( setIn @ Pid0 @ alive )
              & ( ( index @ ldr @ ( host @ Z ) )
                = ( host @ Z ) )
              & ( ( index @ status @ ( host @ Z ) )
                = norm )
              & ( ( index @ status @ ( host @ Pid0 ) )
                = norm )
              & ( ( index @ ldr @ ( host @ Pid0 ) )
                = ( host @ Pid0 ) ) )
           => ( Pid0 = Z ) )
        & ! [Z: $i,Pid20: $i,Pid0: $i] :
            ( ( ~ ( leq @ ( host @ Pid20 ) @ ( host @ Pid0 ) )
              & ( setIn @ Pid0 @ alive )
              & ( elem @ ( m_Down @ Pid20 ) @ ( queue @ ( host @ Pid0 ) ) )
              & ( ( host @ Pid20 )
                = ( host @ Z ) ) )
           => ~ ( ( setIn @ Z @ alive )
                & ( ( index @ ldr @ ( host @ Z ) )
                  = ( host @ Z ) )
                & ( ( index @ status @ ( host @ Z ) )
                  = norm ) ) )
        & ! [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,Pid20: $i,Pid0: $i] :
            ( ( ( ( host @ Pid0 )
               != ( host @ Pid20 ) )
              & ( setIn @ Pid0 @ alive )
              & ( elem @ ( m_Down @ Z ) @ ( queue @ ( host @ Pid0 ) ) )
              & ( ( host @ Pid20 )
                = ( host @ Z ) )
              & ( ( index @ status @ ( host @ Pid0 ) )
                = norm )
              & ( ( index @ ldr @ ( host @ Pid0 ) )
                = ( host @ Pid20 ) ) )
           => ~ ( ( setIn @ Pid20 @ alive )
                & ( ( index @ status @ ( host @ Pid20 ) )
                  = norm )
                & ( ( index @ ldr @ ( host @ Pid20 ) )
                  = ( host @ Pid20 ) ) ) )
        & ! [Z: $i,Pid20: $i,Pid0: $i] :
            ( ( ( ( host @ Pid0 )
               != ( host @ Pid20 ) )
              & ( setIn @ Pid0 @ alive )
              & ( elem @ ( m_Down @ Z ) @ ( queue @ ( host @ Pid0 ) ) )
              & ( ( host @ Pid20 )
                = ( host @ Z ) )
              & ( ( index @ status @ ( host @ Pid0 ) )
                = wait )
              & ( ( host @ ( index @ elid @ ( host @ Pid0 ) ) )
                = ( host @ Pid20 ) ) )
           => ~ ( ( setIn @ Pid20 @ alive )
                & ( ( index @ status @ ( host @ Pid20 ) )
                  = norm )
                & ( ( index @ ldr @ ( host @ Pid20 ) )
                  = ( 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 ) ) ) )
              & ( setIn @ Z @ alive )
              & ( leq @ ( host @ Z ) @ ( host @ Pid0 ) )
              & ( elem @ ( m_Down @ Pid20 ) @ ( queue @ ( host @ Pid0 ) ) )
              & ( ( host @ Pid30 )
                = ( host @ Pid0 ) )
              & ( ( index @ status @ ( host @ Z ) )
                = elec_2 )
              & ( ( index @ status @ ( host @ Pid0 ) )
                = elec_1 ) )
           => ~ ( elem @ ( m_Ack @ Z @ Pid30 ) @ ( queue @ ( host @ Z ) ) ) )
        & ! [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 ) ) ) )
              & ( setIn @ Pid0 @ alive )
              & ( leq @ nbr_proc @ ( s @ ( host @ Pid0 ) ) )
              & ( elem @ ( m_Down @ Pid20 ) @ ( queue @ ( host @ Pid0 ) ) )
              & ( elem @ ( m_Down @ Pid30 ) @ ( queue @ ( host @ Pid0 ) ) )
              & ( ( host @ Pid30 )
                = ( s @ ( host @ Pid0 ) ) )
              & ( ( index @ status @ ( host @ Pid0 ) )
                = elec_1 ) )
           => ~ ( ( setIn @ Z @ alive )
                & ( ( index @ ldr @ ( host @ Z ) )
                  = ( host @ Z ) )
                & ( ( index @ status @ ( host @ Z ) )
                  = norm ) ) )
        & ( ( queue @ ( host @ X ) )
          = ( cons @ ( m_Ack @ W @ Y ) @ V ) ) )
     => ( ( setIn @ X @ alive )
       => ( ( ( ( index @ elid @ ( host @ X ) )
              = W )
            & ( ( index @ status @ ( host @ X ) )
              = elec_2 )
            & ( ( host @ Y )
              = ( index @ pendack @ ( host @ X ) ) ) )
         => ( ( leq @ nbr_proc @ ( index @ pendack @ ( host @ X ) ) )
           => ! [Z: $i] :
                ( ~ ( ( setIn @ ( host @ Z ) @ ( index @ acks @ ( host @ X ) ) )
                    | ( ( host @ Z )
                      = ( host @ Y ) ) )
               => ! [V0: $i] :
                    ( ( ( host @ X )
                      = ( host @ V0 ) )
                   => ! [W0: $i,X0: $i,Y0: $i] :
                        ( ( ( host @ X )
                         != ( host @ Y0 ) )
                       => ( ( ! [V1: $i] :
                                ( ( ~ ( leq @ ( host @ Y0 ) @ V1 )
                                  & ( leq @ ( s @ zero ) @ V1 ) )
                               => ( ( setIn @ V1 @ ( index @ down @ ( host @ Y0 ) ) )
                                  | ( V1
                                    = ( host @ X0 ) ) ) )
                            & ( setIn @ Y0 @ alive )
                            & ( leq @ nbr_proc @ ( s @ ( host @ Y0 ) ) )
                            & ( elem @ ( m_Down @ W0 ) @ ( queue @ ( host @ Y0 ) ) )
                            & ( elem @ ( m_Down @ X0 ) @ ( queue @ ( host @ Y0 ) ) )
                            & ( ( host @ W0 )
                              = ( s @ ( host @ Y0 ) ) )
                            & ( ( index @ status @ ( host @ Y0 ) )
                              = elec_1 ) )
                         => ~ ( ( setIn @ V0 @ alive )
                              & ( ( host @ X )
                                = ( host @ V0 ) ) ) ) ) ) ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',conj) ).

thf(68,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] :
                ( ( ( 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,Pid0: $i] :
                ( ( ( setIn @ Z @ alive )
                  & ( setIn @ Pid0 @ alive )
                  & ( setIn @ ( host @ Pid0 ) @ ( index @ down @ ( host @ Z ) ) )
                  & ( ( index @ status @ ( host @ Pid0 ) )
                    = elec_2 ) )
               => ( leq @ ( index @ pendack @ ( host @ Pid0 ) ) @ ( host @ Z ) ) )
            & ! [Z: $i,Pid0: $i] :
                ( ( ( setIn @ Pid0 @ alive )
                  & ( ( index @ status @ ( host @ Pid0 ) )
                    = norm )
                  & ( ( index @ ldr @ ( host @ Pid0 ) )
                    = ( host @ Pid0 ) ) )
               => ~ ( ( setIn @ Z @ alive )
                    & ( setIn @ ( host @ Pid0 ) @ ( index @ down @ ( host @ Z ) ) ) ) )
            & ! [Z: $i,Pid20: $i,Pid0: $i] :
                ( ( ( setIn @ Z @ alive )
                  & ( setIn @ Pid0 @ alive )
                  & ( elem @ ( m_Down @ Pid20 ) @ ( queue @ ( host @ Z ) ) )
                  & ( ( host @ Pid0 )
                    = ( host @ Pid20 ) )
                  & ( ( index @ status @ ( host @ Pid0 ) )
                    = elec_2 ) )
               => ( leq @ ( index @ pendack @ ( host @ Pid0 ) ) @ ( host @ Z ) ) )
            & ! [Z: $i,Pid20: $i,Pid0: $i] :
                ( ( ( setIn @ Pid0 @ alive )
                  & ( ( host @ Pid20 )
                    = ( host @ Pid0 ) )
                  & ( ( index @ status @ ( host @ Pid0 ) )
                    = norm )
                  & ( ( index @ ldr @ ( host @ Pid0 ) )
                    = ( host @ Pid0 ) ) )
               => ~ ( ( setIn @ Z @ alive )
                    & ( elem @ ( m_Down @ Pid20 ) @ ( queue @ ( host @ Z ) ) ) ) )
            & ! [Z: $i,Pid0: $i] :
                ( ( ( setIn @ Z @ alive )
                  & ( setIn @ Pid0 @ alive )
                  & ( ( index @ ldr @ ( host @ Z ) )
                    = ( host @ Z ) )
                  & ( ( index @ status @ ( host @ Z ) )
                    = norm )
                  & ( ( index @ status @ ( host @ Pid0 ) )
                    = norm )
                  & ( ( index @ ldr @ ( host @ Pid0 ) )
                    = ( host @ Pid0 ) ) )
               => ( Pid0 = Z ) )
            & ! [Z: $i,Pid20: $i,Pid0: $i] :
                ( ( ~ ( leq @ ( host @ Pid20 ) @ ( host @ Pid0 ) )
                  & ( setIn @ Pid0 @ alive )
                  & ( elem @ ( m_Down @ Pid20 ) @ ( queue @ ( host @ Pid0 ) ) )
                  & ( ( host @ Pid20 )
                    = ( host @ Z ) ) )
               => ~ ( ( setIn @ Z @ alive )
                    & ( ( index @ ldr @ ( host @ Z ) )
                      = ( host @ Z ) )
                    & ( ( index @ status @ ( host @ Z ) )
                      = norm ) ) )
            & ! [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,Pid20: $i,Pid0: $i] :
                ( ( ( ( host @ Pid0 )
                   != ( host @ Pid20 ) )
                  & ( setIn @ Pid0 @ alive )
                  & ( elem @ ( m_Down @ Z ) @ ( queue @ ( host @ Pid0 ) ) )
                  & ( ( host @ Pid20 )
                    = ( host @ Z ) )
                  & ( ( index @ status @ ( host @ Pid0 ) )
                    = norm )
                  & ( ( index @ ldr @ ( host @ Pid0 ) )
                    = ( host @ Pid20 ) ) )
               => ~ ( ( setIn @ Pid20 @ alive )
                    & ( ( index @ status @ ( host @ Pid20 ) )
                      = norm )
                    & ( ( index @ ldr @ ( host @ Pid20 ) )
                      = ( host @ Pid20 ) ) ) )
            & ! [Z: $i,Pid20: $i,Pid0: $i] :
                ( ( ( ( host @ Pid0 )
                   != ( host @ Pid20 ) )
                  & ( setIn @ Pid0 @ alive )
                  & ( elem @ ( m_Down @ Z ) @ ( queue @ ( host @ Pid0 ) ) )
                  & ( ( host @ Pid20 )
                    = ( host @ Z ) )
                  & ( ( index @ status @ ( host @ Pid0 ) )
                    = wait )
                  & ( ( host @ ( index @ elid @ ( host @ Pid0 ) ) )
                    = ( host @ Pid20 ) ) )
               => ~ ( ( setIn @ Pid20 @ alive )
                    & ( ( index @ status @ ( host @ Pid20 ) )
                      = norm )
                    & ( ( index @ ldr @ ( host @ Pid20 ) )
                      = ( 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 ) ) ) )
                  & ( setIn @ Z @ alive )
                  & ( leq @ ( host @ Z ) @ ( host @ Pid0 ) )
                  & ( elem @ ( m_Down @ Pid20 ) @ ( queue @ ( host @ Pid0 ) ) )
                  & ( ( host @ Pid30 )
                    = ( host @ Pid0 ) )
                  & ( ( index @ status @ ( host @ Z ) )
                    = elec_2 )
                  & ( ( index @ status @ ( host @ Pid0 ) )
                    = elec_1 ) )
               => ~ ( elem @ ( m_Ack @ Z @ Pid30 ) @ ( queue @ ( host @ Z ) ) ) )
            & ! [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 ) ) ) )
                  & ( setIn @ Pid0 @ alive )
                  & ( leq @ nbr_proc @ ( s @ ( host @ Pid0 ) ) )
                  & ( elem @ ( m_Down @ Pid20 ) @ ( queue @ ( host @ Pid0 ) ) )
                  & ( elem @ ( m_Down @ Pid30 ) @ ( queue @ ( host @ Pid0 ) ) )
                  & ( ( host @ Pid30 )
                    = ( s @ ( host @ Pid0 ) ) )
                  & ( ( index @ status @ ( host @ Pid0 ) )
                    = elec_1 ) )
               => ~ ( ( setIn @ Z @ alive )
                    & ( ( index @ ldr @ ( host @ Z ) )
                      = ( host @ Z ) )
                    & ( ( index @ status @ ( host @ Z ) )
                      = norm ) ) )
            & ( ( queue @ ( host @ X ) )
              = ( cons @ ( m_Ack @ W @ Y ) @ V ) ) )
         => ( ( setIn @ X @ alive )
           => ( ( ( ( index @ elid @ ( host @ X ) )
                  = W )
                & ( ( index @ status @ ( host @ X ) )
                  = elec_2 )
                & ( ( host @ Y )
                  = ( index @ pendack @ ( host @ X ) ) ) )
             => ( ( leq @ nbr_proc @ ( index @ pendack @ ( host @ X ) ) )
               => ! [Z: $i] :
                    ( ~ ( ( setIn @ ( host @ Z ) @ ( index @ acks @ ( host @ X ) ) )
                        | ( ( host @ Z )
                          = ( host @ Y ) ) )
                   => ! [V0: $i] :
                        ( ( ( host @ X )
                          = ( host @ V0 ) )
                       => ! [W0: $i,X0: $i,Y0: $i] :
                            ( ( ( host @ X )
                             != ( host @ Y0 ) )
                           => ( ( ! [V1: $i] :
                                    ( ( ~ ( leq @ ( host @ Y0 ) @ V1 )
                                      & ( leq @ ( s @ zero ) @ V1 ) )
                                   => ( ( setIn @ V1 @ ( index @ down @ ( host @ Y0 ) ) )
                                      | ( V1
                                        = ( host @ X0 ) ) ) )
                                & ( setIn @ Y0 @ alive )
                                & ( leq @ nbr_proc @ ( s @ ( host @ Y0 ) ) )
                                & ( elem @ ( m_Down @ W0 ) @ ( queue @ ( host @ Y0 ) ) )
                                & ( elem @ ( m_Down @ X0 ) @ ( queue @ ( host @ Y0 ) ) )
                                & ( ( host @ W0 )
                                  = ( s @ ( host @ Y0 ) ) )
                                & ( ( index @ status @ ( host @ Y0 ) )
                                  = elec_1 ) )
                             => ~ ( ( setIn @ V0 @ alive )
                                  & ( ( host @ X )
                                    = ( host @ V0 ) ) ) ) ) ) ) ) ) ) ) )
    = $false ),
    inference(negate_conjecture,[status(cth)],[67]) ).

thf(69,plain,
    ( ( ! [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] :
                ( ( ( 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,Pid0: $i] :
                ( ( ( setIn @ Z @ alive )
                  & ( setIn @ Pid0 @ alive )
                  & ( setIn @ ( host @ Pid0 ) @ ( index @ down @ ( host @ Z ) ) )
                  & ( ( index @ status @ ( host @ Pid0 ) )
                    = elec_2 ) )
               => ( leq @ ( index @ pendack @ ( host @ Pid0 ) ) @ ( host @ Z ) ) )
            & ! [Z: $i,Pid0: $i] :
                ( ( ( setIn @ Pid0 @ alive )
                  & ( ( index @ status @ ( host @ Pid0 ) )
                    = norm )
                  & ( ( index @ ldr @ ( host @ Pid0 ) )
                    = ( host @ Pid0 ) ) )
               => ~ ( ( setIn @ Z @ alive )
                    & ( setIn @ ( host @ Pid0 ) @ ( index @ down @ ( host @ Z ) ) ) ) )
            & ! [Z: $i,Pid20: $i,Pid0: $i] :
                ( ( ( setIn @ Z @ alive )
                  & ( setIn @ Pid0 @ alive )
                  & ( elem @ ( m_Down @ Pid20 ) @ ( queue @ ( host @ Z ) ) )
                  & ( ( host @ Pid0 )
                    = ( host @ Pid20 ) )
                  & ( ( index @ status @ ( host @ Pid0 ) )
                    = elec_2 ) )
               => ( leq @ ( index @ pendack @ ( host @ Pid0 ) ) @ ( host @ Z ) ) )
            & ! [Z: $i,Pid20: $i,Pid0: $i] :
                ( ( ( setIn @ Pid0 @ alive )
                  & ( ( host @ Pid20 )
                    = ( host @ Pid0 ) )
                  & ( ( index @ status @ ( host @ Pid0 ) )
                    = norm )
                  & ( ( index @ ldr @ ( host @ Pid0 ) )
                    = ( host @ Pid0 ) ) )
               => ~ ( ( setIn @ Z @ alive )
                    & ( elem @ ( m_Down @ Pid20 ) @ ( queue @ ( host @ Z ) ) ) ) )
            & ! [Z: $i,Pid0: $i] :
                ( ( ( setIn @ Z @ alive )
                  & ( setIn @ Pid0 @ alive )
                  & ( ( index @ ldr @ ( host @ Z ) )
                    = ( host @ Z ) )
                  & ( ( index @ status @ ( host @ Z ) )
                    = norm )
                  & ( ( index @ status @ ( host @ Pid0 ) )
                    = norm )
                  & ( ( index @ ldr @ ( host @ Pid0 ) )
                    = ( host @ Pid0 ) ) )
               => ( Pid0 = Z ) )
            & ! [Z: $i,Pid20: $i,Pid0: $i] :
                ( ( ~ ( leq @ ( host @ Pid20 ) @ ( host @ Pid0 ) )
                  & ( setIn @ Pid0 @ alive )
                  & ( elem @ ( m_Down @ Pid20 ) @ ( queue @ ( host @ Pid0 ) ) )
                  & ( ( host @ Pid20 )
                    = ( host @ Z ) ) )
               => ~ ( ( setIn @ Z @ alive )
                    & ( ( index @ ldr @ ( host @ Z ) )
                      = ( host @ Z ) )
                    & ( ( index @ status @ ( host @ Z ) )
                      = norm ) ) )
            & ! [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,Pid20: $i,Pid0: $i] :
                ( ( ( ( host @ Pid0 )
                   != ( host @ Pid20 ) )
                  & ( setIn @ Pid0 @ alive )
                  & ( elem @ ( m_Down @ Z ) @ ( queue @ ( host @ Pid0 ) ) )
                  & ( ( host @ Pid20 )
                    = ( host @ Z ) )
                  & ( ( index @ status @ ( host @ Pid0 ) )
                    = norm )
                  & ( ( index @ ldr @ ( host @ Pid0 ) )
                    = ( host @ Pid20 ) ) )
               => ~ ( ( setIn @ Pid20 @ alive )
                    & ( ( index @ status @ ( host @ Pid20 ) )
                      = norm )
                    & ( ( index @ ldr @ ( host @ Pid20 ) )
                      = ( host @ Pid20 ) ) ) )
            & ! [Z: $i,Pid20: $i,Pid0: $i] :
                ( ( ( ( host @ Pid0 )
                   != ( host @ Pid20 ) )
                  & ( setIn @ Pid0 @ alive )
                  & ( elem @ ( m_Down @ Z ) @ ( queue @ ( host @ Pid0 ) ) )
                  & ( ( host @ Pid20 )
                    = ( host @ Z ) )
                  & ( ( index @ status @ ( host @ Pid0 ) )
                    = wait )
                  & ( ( host @ ( index @ elid @ ( host @ Pid0 ) ) )
                    = ( host @ Pid20 ) ) )
               => ~ ( ( setIn @ Pid20 @ alive )
                    & ( ( index @ status @ ( host @ Pid20 ) )
                      = norm )
                    & ( ( index @ ldr @ ( host @ Pid20 ) )
                      = ( 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 ) ) ) )
                  & ( setIn @ Z @ alive )
                  & ( leq @ ( host @ Z ) @ ( host @ Pid0 ) )
                  & ( elem @ ( m_Down @ Pid20 ) @ ( queue @ ( host @ Pid0 ) ) )
                  & ( ( host @ Pid30 )
                    = ( host @ Pid0 ) )
                  & ( ( index @ status @ ( host @ Z ) )
                    = elec_2 )
                  & ( ( index @ status @ ( host @ Pid0 ) )
                    = elec_1 ) )
               => ~ ( elem @ ( m_Ack @ Z @ Pid30 ) @ ( queue @ ( host @ Z ) ) ) )
            & ! [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 ) ) ) )
                  & ( setIn @ Pid0 @ alive )
                  & ( leq @ nbr_proc @ ( s @ ( host @ Pid0 ) ) )
                  & ( elem @ ( m_Down @ Pid20 ) @ ( queue @ ( host @ Pid0 ) ) )
                  & ( elem @ ( m_Down @ Pid30 ) @ ( queue @ ( host @ Pid0 ) ) )
                  & ( ( host @ Pid30 )
                    = ( s @ ( host @ Pid0 ) ) )
                  & ( ( index @ status @ ( host @ Pid0 ) )
                    = elec_1 ) )
               => ~ ( ( setIn @ Z @ alive )
                    & ( ( index @ ldr @ ( host @ Z ) )
                      = ( host @ Z ) )
                    & ( ( index @ status @ ( host @ Z ) )
                      = norm ) ) )
            & ( ( queue @ ( host @ X ) )
              = ( cons @ ( m_Ack @ W @ Y ) @ V ) ) )
         => ( ( setIn @ X @ alive )
           => ( ( ( ( index @ elid @ ( host @ X ) )
                  = W )
                & ( ( index @ status @ ( host @ X ) )
                  = elec_2 )
                & ( ( host @ Y )
                  = ( index @ pendack @ ( host @ X ) ) ) )
             => ( ( leq @ nbr_proc @ ( index @ pendack @ ( host @ X ) ) )
               => ! [Z: $i] :
                    ( ~ ( ( setIn @ ( host @ Z ) @ ( index @ acks @ ( host @ X ) ) )
                        | ( ( host @ Z )
                          = ( host @ Y ) ) )
                   => ! [V0: $i] :
                        ( ( ( host @ X )
                          = ( host @ V0 ) )
                       => ! [W0: $i,X0: $i,Y0: $i] :
                            ( ( ( host @ X )
                             != ( host @ Y0 ) )
                           => ( ( ! [V1: $i] :
                                    ( ( ~ ( leq @ ( host @ Y0 ) @ V1 )
                                      & ( leq @ ( s @ zero ) @ V1 ) )
                                   => ( ( setIn @ V1 @ ( index @ down @ ( host @ Y0 ) ) )
                                      | ( V1
                                        = ( host @ X0 ) ) ) )
                                & ( setIn @ Y0 @ alive )
                                & ( leq @ nbr_proc @ ( s @ ( host @ Y0 ) ) )
                                & ( elem @ ( m_Down @ W0 ) @ ( queue @ ( host @ Y0 ) ) )
                                & ( elem @ ( m_Down @ X0 ) @ ( queue @ ( host @ Y0 ) ) )
                                & ( ( host @ W0 )
                                  = ( s @ ( host @ Y0 ) ) )
                                & ( ( index @ status @ ( host @ Y0 ) )
                                  = elec_1 ) )
                             => ~ ( ( setIn @ V0 @ alive )
                                  & ( ( host @ X )
                                    = ( host @ V0 ) ) ) ) ) ) ) ) ) ) ) )
    = $false ),
    inference(unfold_def,[status(thm)],[68]) ).

thf(70,plain,
    ( ( ! [X: $i,Q: $i] :
          ( ( ordered @ ( snoc @ Q @ X ) )
        <=> ( ( ordered @ Q )
            & ! [Y: $i] :
                ( ( ( elem @ Y @ Q )
                  & ( pidElem @ X )
                  & ( pidElem @ Y )
                  & ( ( host @ ( pidMsg @ Y ) )
                    = ( host @ ( pidMsg @ X ) ) ) )
               => ( leq @ ( pidMsg @ Y ) @ ( pidMsg @ X ) ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[12]) ).

thf(71,plain,
    ( ( ! [X: $i,Q: $i] :
          ( ( ordered @ ( cons @ X @ Q ) )
        <=> ( ( ordered @ Q )
            & ! [Y: $i] :
                ( ( ( elem @ Y @ Q )
                  & ( pidElem @ X )
                  & ( pidElem @ Y )
                  & ( ( host @ ( pidMsg @ Y ) )
                    = ( host @ ( pidMsg @ X ) ) ) )
               => ( leq @ ( pidMsg @ X ) @ ( pidMsg @ Y ) ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[13]) ).

thf(72,plain,
    ( ( ! [X: $i] :
          ( ( ordered @ ( cons @ X @ q_nil ) )
          & ( ordered @ ( snoc @ q_nil @ X ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[14]) ).

thf(73,plain,
    ( ( ordered @ q_nil )
    = $true ),
    inference(unfold_def,[status(thm)],[15]) ).

thf(74,plain,
    ( ( ! [X: $i] :
          ( ( pidMsg @ ( m_Halt @ X ) )
          = X ) )
    = $true ),
    inference(unfold_def,[status(thm)],[17]) ).

thf(75,plain,
    ( ( ! [Y: $i,Q: $i] :
          ( q_nil
         != ( snoc @ Q @ Y ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[24]) ).

thf(76,plain,
    ( ( ! [Q: $i] :
          ( ( Q = q_nil )
          | ( Q
            = ( cons @ ( head @ Q ) @ ( tail @ Q ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[27]) ).

thf(77,plain,
    ( ( ! [Y: $i,Q: $i] :
          ( ( init @ ( snoc @ Q @ Y ) )
          = Q ) )
    = $true ),
    inference(unfold_def,[status(thm)],[28]) ).

thf(78,plain,
    ( ( ! [Y: $i,Q: $i] :
          ( ( last @ ( snoc @ Q @ Y ) )
          = Y ) )
    = $true ),
    inference(unfold_def,[status(thm)],[29]) ).

thf(79,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( X != Y )
        <=> ( ( m_NotNorm @ X )
           != ( m_NotNorm @ Y ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[38]) ).

thf(80,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( X != Y )
        <=> ( ( m_NormQ @ X )
           != ( m_NormQ @ Y ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[39]) ).

thf(81,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( X != Y )
        <=> ( ( m_Halt @ X )
           != ( m_Halt @ Y ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[40]) ).

thf(82,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( m_NormQ @ X )
         != ( m_NotNorm @ Y ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[41]) ).

thf(83,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( m_NormQ @ X )
         != ( m_Halt @ Y ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[45]) ).

thf(84,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( m_NotNorm @ X )
         != ( m_Halt @ Y ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[50]) ).

thf(85,plain,
    ( ( ! [X: $i] :
          ~ ( setIn @ X @ setEmpty ) )
    = $true ),
    inference(unfold_def,[status(thm)],[1]) ).

thf(86,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( leq @ X @ ( s @ Y ) )
        <=> ( ( X
              = ( s @ Y ) )
            | ( leq @ X @ Y ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[2]) ).

thf(87,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( leq @ X @ Y )
        <=> ( leq @ ( s @ X ) @ ( s @ Y ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[3]) ).

thf(88,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ( ( leq @ X @ Y )
            & ( leq @ Y @ Z ) )
         => ( leq @ X @ Z ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[4]) ).

thf(89,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( ( leq @ X @ Y )
            & ( leq @ Y @ X ) )
        <=> ( X = Y ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[5]) ).

thf(90,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( leq @ X @ Y )
          | ( leq @ Y @ X ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[6]) ).

thf(91,plain,
    ( ( ! [X: $i] : ( leq @ X @ X ) )
    = $true ),
    inference(unfold_def,[status(thm)],[7]) ).

thf(92,plain,
    ( ( ! [X: $i] :
          ~ ( leq @ ( s @ X ) @ X ) )
    = $true ),
    inference(unfold_def,[status(thm)],[8]) ).

thf(93,plain,
    ( ( ! [Q: $i,X: $i,Y: $i] :
          ( ( ( ordered @ ( cons @ ( m_Halt @ X ) @ Q ) )
            & ( ( host @ X )
              = ( host @ Y ) )
            & ( elem @ ( m_Down @ Y ) @ Q ) )
         => ( leq @ X @ Y ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[9]) ).

thf(94,plain,
    ( ( ! [Q: $i,X: $i] :
          ( ( ordered @ Q )
         => ( ordered @ ( snoc @ Q @ ( m_Ldr @ X ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[10]) ).

thf(95,plain,
    ( ( ! [Q: $i,X: $i,Y: $i] :
          ( ( ordered @ Q )
         => ( ordered @ ( snoc @ Q @ ( m_Ack @ X @ Y ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[11]) ).

thf(96,plain,
    ( ( ! [X: $i] :
          ( ( pidMsg @ ( m_Down @ X ) )
          = X ) )
    = $true ),
    inference(unfold_def,[status(thm)],[16]) ).

thf(97,plain,
    ( ( ! [X: $i] :
          ( ( pidElem @ X )
        <=> ? [Y: $i] :
              ( ( X
                = ( m_Halt @ Y ) )
              | ( X
                = ( m_Down @ Y ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[18]) ).

thf(98,plain,
    ( ( ! [X: $i,Y: $i,Q: $i] :
          ( ( elem @ X @ ( snoc @ Q @ Y ) )
        <=> ( ( X = Y )
            | ( elem @ X @ Q ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[19]) ).

thf(99,plain,
    ( ( ! [X: $i,Y: $i,Q: $i] :
          ( ( elem @ X @ ( cons @ Y @ Q ) )
        <=> ( ( X = Y )
            | ( elem @ X @ Q ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[20]) ).

thf(100,plain,
    ( ( ! [X: $i] :
          ~ ( elem @ X @ q_nil ) )
    = $true ),
    inference(unfold_def,[status(thm)],[21]) ).

thf(101,plain,
    ( ( ! [X: $i,Y: $i,Q: $i] :
          ( ( snoc @ ( cons @ X @ Q ) @ Y )
          = ( cons @ X @ ( snoc @ Q @ Y ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[22]) ).

thf(102,plain,
    ( ( ! [X: $i] :
          ( ( cons @ X @ q_nil )
          = ( snoc @ q_nil @ X ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[23]) ).

thf(103,plain,
    ( ( ! [X: $i,Q: $i] :
          ( q_nil
         != ( cons @ X @ Q ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[25]) ).

thf(104,plain,
    ( ( ! [X: $i,Q: $i] :
          ( ( tail @ ( cons @ X @ Q ) )
          = Q ) )
    = $true ),
    inference(unfold_def,[status(thm)],[30]) ).

thf(105,plain,
    ( ( ! [X: $i,Q: $i] :
          ( ( head @ ( cons @ X @ Q ) )
          = X ) )
    = $true ),
    inference(unfold_def,[status(thm)],[31]) ).

thf(106,plain,
    ( ( ~ ( setIn @ nil @ alive ) )
    = $true ),
    inference(unfold_def,[status(thm)],[32]) ).

thf(107,plain,
    ( ( ! [Pid: $i,Pid2: $i] :
          ( ( ( host @ Pid )
           != ( host @ Pid2 ) )
         => ( Pid != Pid2 ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[33]) ).

thf(108,plain,
    ( ( ! [X1: $i,X2: $i,Y1: $i,Y2: $i] :
          ( ( Y1 != Y2 )
         => ( ( m_Ack @ X1 @ Y1 )
           != ( m_Ack @ X2 @ Y2 ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[34]) ).

thf(109,plain,
    ( ( ! [X1: $i,X2: $i,Y1: $i,Y2: $i] :
          ( ( X1 != X2 )
         => ( ( m_Ack @ X1 @ Y1 )
           != ( m_Ack @ X2 @ Y2 ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[35]) ).

thf(110,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( X != Y )
        <=> ( ( m_Down @ X )
           != ( m_Down @ Y ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[36]) ).

thf(111,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( X != Y )
        <=> ( ( m_Ldr @ X )
           != ( m_Ldr @ Y ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[37]) ).

thf(112,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( m_Ldr @ X )
         != ( m_NotNorm @ Y ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[42]) ).

thf(113,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( m_Ldr @ X )
         != ( m_NormQ @ Y ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[43]) ).

thf(114,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( m_Ldr @ X )
         != ( m_Halt @ Y ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[44]) ).

thf(115,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( m_Down @ X )
         != ( m_NormQ @ Y ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[46]) ).

thf(116,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( m_Down @ X )
         != ( m_NotNorm @ Y ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[47]) ).

thf(117,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( m_Down @ X )
         != ( m_Ldr @ Y ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[48]) ).

thf(118,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( m_Down @ X )
         != ( m_Halt @ Y ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[49]) ).

thf(119,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ( m_Ack @ X @ Y )
         != ( m_NormQ @ Z ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[51]) ).

thf(120,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ( m_Ack @ X @ Y )
         != ( m_Ldr @ Z ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[52]) ).

thf(121,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ( m_Ack @ X @ Y )
         != ( m_NotNorm @ Z ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[53]) ).

thf(122,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ( m_Ack @ X @ Y )
         != ( m_Down @ Z ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[54]) ).

thf(123,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ( m_Ack @ X @ Y )
         != ( m_Halt @ Z ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[55]) ).

thf(124,plain,
    ( ( ( norm != wait ) )
    = $true ),
    inference(unfold_def,[status(thm)],[56]) ).

thf(125,plain,
    ( ( ( elec_2 != norm ) )
    = $true ),
    inference(unfold_def,[status(thm)],[57]) ).

thf(126,plain,
    ( ( ( elec_2 != wait ) )
    = $true ),
    inference(unfold_def,[status(thm)],[58]) ).

thf(127,plain,
    ( ( ( elec_1 != norm ) )
    = $true ),
    inference(unfold_def,[status(thm)],[59]) ).

thf(128,plain,
    ( ( ( elec_1 != wait ) )
    = $true ),
    inference(unfold_def,[status(thm)],[60]) ).

thf(129,plain,
    ( ( ( elec_1 != elec_2 ) )
    = $true ),
    inference(unfold_def,[status(thm)],[61]) ).

thf(130,plain,
    ( ( ! [P: $i] : ( leq @ ( host @ P ) @ nbr_proc ) )
    = $true ),
    inference(unfold_def,[status(thm)],[62]) ).

thf(131,plain,
    ( ( leq @ ( s @ zero ) @ nbr_proc )
    = $true ),
    inference(unfold_def,[status(thm)],[63]) ).

thf(132,plain,
    ( ( ! [P: $i] : ( leq @ ( s @ zero ) @ ( host @ P ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[64]) ).

thf(133,plain,
    ( ( ! [P: $i,Q: $i] :
          ( ( ( s @ ( host @ P ) )
            = ( host @ Q ) )
         => ( ( host @ P )
           != ( host @ Q ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[65]) ).

thf(134,plain,
    ( ( ! [Pid: $i,Pid2: $i] :
          ( ( elem @ ( m_Ack @ Pid @ Pid2 ) @ ( queue @ ( host @ Pid ) ) )
         => ( ( setIn @ Pid @ pids )
            & ( setIn @ Pid2 @ pids ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[66]) ).

thf(135,plain,
    ( ( ! [SY1658: $i,SY1659: $i,SY1660: $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] :
                ( ( ( 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,Pid0: $i] :
                ( ( ( setIn @ Z @ alive )
                  & ( setIn @ Pid0 @ alive )
                  & ( setIn @ ( host @ Pid0 ) @ ( index @ down @ ( host @ Z ) ) )
                  & ( ( index @ status @ ( host @ Pid0 ) )
                    = elec_2 ) )
               => ( leq @ ( index @ pendack @ ( host @ Pid0 ) ) @ ( host @ Z ) ) )
            & ! [Z: $i,Pid0: $i] :
                ( ( ( setIn @ Pid0 @ alive )
                  & ( ( index @ status @ ( host @ Pid0 ) )
                    = norm )
                  & ( ( index @ ldr @ ( host @ Pid0 ) )
                    = ( host @ Pid0 ) ) )
               => ~ ( ( setIn @ Z @ alive )
                    & ( setIn @ ( host @ Pid0 ) @ ( index @ down @ ( host @ Z ) ) ) ) )
            & ! [Z: $i,Pid20: $i,Pid0: $i] :
                ( ( ( setIn @ Z @ alive )
                  & ( setIn @ Pid0 @ alive )
                  & ( elem @ ( m_Down @ Pid20 ) @ ( queue @ ( host @ Z ) ) )
                  & ( ( host @ Pid0 )
                    = ( host @ Pid20 ) )
                  & ( ( index @ status @ ( host @ Pid0 ) )
                    = elec_2 ) )
               => ( leq @ ( index @ pendack @ ( host @ Pid0 ) ) @ ( host @ Z ) ) )
            & ! [Z: $i,Pid20: $i,Pid0: $i] :
                ( ( ( setIn @ Pid0 @ alive )
                  & ( ( host @ Pid20 )
                    = ( host @ Pid0 ) )
                  & ( ( index @ status @ ( host @ Pid0 ) )
                    = norm )
                  & ( ( index @ ldr @ ( host @ Pid0 ) )
                    = ( host @ Pid0 ) ) )
               => ~ ( ( setIn @ Z @ alive )
                    & ( elem @ ( m_Down @ Pid20 ) @ ( queue @ ( host @ Z ) ) ) ) )
            & ! [Z: $i,Pid0: $i] :
                ( ( ( setIn @ Z @ alive )
                  & ( setIn @ Pid0 @ alive )
                  & ( ( index @ ldr @ ( host @ Z ) )
                    = ( host @ Z ) )
                  & ( ( index @ status @ ( host @ Z ) )
                    = norm )
                  & ( ( index @ status @ ( host @ Pid0 ) )
                    = norm )
                  & ( ( index @ ldr @ ( host @ Pid0 ) )
                    = ( host @ Pid0 ) ) )
               => ( Pid0 = Z ) )
            & ! [Z: $i,Pid20: $i,Pid0: $i] :
                ( ( ~ ( leq @ ( host @ Pid20 ) @ ( host @ Pid0 ) )
                  & ( setIn @ Pid0 @ alive )
                  & ( elem @ ( m_Down @ Pid20 ) @ ( queue @ ( host @ Pid0 ) ) )
                  & ( ( host @ Pid20 )
                    = ( host @ Z ) ) )
               => ~ ( ( setIn @ Z @ alive )
                    & ( ( index @ ldr @ ( host @ Z ) )
                      = ( host @ Z ) )
                    & ( ( index @ status @ ( host @ Z ) )
                      = norm ) ) )
            & ! [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,Pid20: $i,Pid0: $i] :
                ( ( ( ( host @ Pid0 )
                   != ( host @ Pid20 ) )
                  & ( setIn @ Pid0 @ alive )
                  & ( elem @ ( m_Down @ Z ) @ ( queue @ ( host @ Pid0 ) ) )
                  & ( ( host @ Pid20 )
                    = ( host @ Z ) )
                  & ( ( index @ status @ ( host @ Pid0 ) )
                    = norm )
                  & ( ( index @ ldr @ ( host @ Pid0 ) )
                    = ( host @ Pid20 ) ) )
               => ~ ( ( setIn @ Pid20 @ alive )
                    & ( ( index @ status @ ( host @ Pid20 ) )
                      = norm )
                    & ( ( index @ ldr @ ( host @ Pid20 ) )
                      = ( host @ Pid20 ) ) ) )
            & ! [Z: $i,Pid20: $i,Pid0: $i] :
                ( ( ( ( host @ Pid0 )
                   != ( host @ Pid20 ) )
                  & ( setIn @ Pid0 @ alive )
                  & ( elem @ ( m_Down @ Z ) @ ( queue @ ( host @ Pid0 ) ) )
                  & ( ( host @ Pid20 )
                    = ( host @ Z ) )
                  & ( ( index @ status @ ( host @ Pid0 ) )
                    = wait )
                  & ( ( host @ ( index @ elid @ ( host @ Pid0 ) ) )
                    = ( host @ Pid20 ) ) )
               => ~ ( ( setIn @ Pid20 @ alive )
                    & ( ( index @ status @ ( host @ Pid20 ) )
                      = norm )
                    & ( ( index @ ldr @ ( host @ Pid20 ) )
                      = ( 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 ) ) ) )
                  & ( setIn @ Z @ alive )
                  & ( leq @ ( host @ Z ) @ ( host @ Pid0 ) )
                  & ( elem @ ( m_Down @ Pid20 ) @ ( queue @ ( host @ Pid0 ) ) )
                  & ( ( host @ Pid30 )
                    = ( host @ Pid0 ) )
                  & ( ( index @ status @ ( host @ Z ) )
                    = elec_2 )
                  & ( ( index @ status @ ( host @ Pid0 ) )
                    = elec_1 ) )
               => ~ ( elem @ ( m_Ack @ Z @ Pid30 ) @ ( queue @ ( host @ Z ) ) ) )
            & ! [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 ) ) ) )
                  & ( setIn @ Pid0 @ alive )
                  & ( leq @ nbr_proc @ ( s @ ( host @ Pid0 ) ) )
                  & ( elem @ ( m_Down @ Pid20 ) @ ( queue @ ( host @ Pid0 ) ) )
                  & ( elem @ ( m_Down @ Pid30 ) @ ( queue @ ( host @ Pid0 ) ) )
                  & ( ( host @ Pid30 )
                    = ( s @ ( host @ Pid0 ) ) )
                  & ( ( index @ status @ ( host @ Pid0 ) )
                    = elec_1 ) )
               => ~ ( ( setIn @ Z @ alive )
                    & ( ( index @ ldr @ ( host @ Z ) )
                      = ( host @ Z ) )
                    & ( ( index @ status @ ( host @ Z ) )
                      = norm ) ) )
            & ( ( queue @ ( host @ SY1659 ) )
              = ( cons @ ( m_Ack @ SY1658 @ SY1660 ) @ sK1_V ) ) )
         => ( ( setIn @ SY1659 @ alive )
           => ( ( ( ( index @ elid @ ( host @ SY1659 ) )
                  = SY1658 )
                & ( ( index @ status @ ( host @ SY1659 ) )
                  = elec_2 )
                & ( ( host @ SY1660 )
                  = ( index @ pendack @ ( host @ SY1659 ) ) ) )
             => ( ( leq @ nbr_proc @ ( index @ pendack @ ( host @ SY1659 ) ) )
               => ! [Z: $i] :
                    ( ~ ( ( setIn @ ( host @ Z ) @ ( index @ acks @ ( host @ SY1659 ) ) )
                        | ( ( host @ Z )
                          = ( host @ SY1660 ) ) )
                   => ! [V0: $i] :
                        ( ( ( host @ SY1659 )
                          = ( host @ V0 ) )
                       => ! [W0: $i,X0: $i,Y0: $i] :
                            ( ( ( host @ SY1659 )
                             != ( host @ Y0 ) )
                           => ( ( ! [V1: $i] :
                                    ( ( ~ ( leq @ ( host @ Y0 ) @ V1 )
                                      & ( leq @ ( s @ zero ) @ V1 ) )
                                   => ( ( setIn @ V1 @ ( index @ down @ ( host @ Y0 ) ) )
                                      | ( V1
                                        = ( host @ X0 ) ) ) )
                                & ( setIn @ Y0 @ alive )
                                & ( leq @ nbr_proc @ ( s @ ( host @ Y0 ) ) )
                                & ( elem @ ( m_Down @ W0 ) @ ( queue @ ( host @ Y0 ) ) )
                                & ( elem @ ( m_Down @ X0 ) @ ( queue @ ( host @ Y0 ) ) )
                                & ( ( host @ W0 )
                                  = ( s @ ( host @ Y0 ) ) )
                                & ( ( index @ status @ ( host @ Y0 ) )
                                  = elec_1 ) )
                             => ~ ( ( setIn @ V0 @ alive )
                                  & ( ( host @ SY1659 )
                                    = ( host @ V0 ) ) ) ) ) ) ) ) ) ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[69]) ).

thf(136,plain,
    ( ( ! [SY1713: $i,SY1714: $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] :
                ( ( ( 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,Pid0: $i] :
                ( ( ( setIn @ Z @ alive )
                  & ( setIn @ Pid0 @ alive )
                  & ( setIn @ ( host @ Pid0 ) @ ( index @ down @ ( host @ Z ) ) )
                  & ( ( index @ status @ ( host @ Pid0 ) )
                    = elec_2 ) )
               => ( leq @ ( index @ pendack @ ( host @ Pid0 ) ) @ ( host @ Z ) ) )
            & ! [Z: $i,Pid0: $i] :
                ( ( ( setIn @ Pid0 @ alive )
                  & ( ( index @ status @ ( host @ Pid0 ) )
                    = norm )
                  & ( ( index @ ldr @ ( host @ Pid0 ) )
                    = ( host @ Pid0 ) ) )
               => ~ ( ( setIn @ Z @ alive )
                    & ( setIn @ ( host @ Pid0 ) @ ( index @ down @ ( host @ Z ) ) ) ) )
            & ! [Z: $i,Pid20: $i,Pid0: $i] :
                ( ( ( setIn @ Z @ alive )
                  & ( setIn @ Pid0 @ alive )
                  & ( elem @ ( m_Down @ Pid20 ) @ ( queue @ ( host @ Z ) ) )
                  & ( ( host @ Pid0 )
                    = ( host @ Pid20 ) )
                  & ( ( index @ status @ ( host @ Pid0 ) )
                    = elec_2 ) )
               => ( leq @ ( index @ pendack @ ( host @ Pid0 ) ) @ ( host @ Z ) ) )
            & ! [Z: $i,Pid20: $i,Pid0: $i] :
                ( ( ( setIn @ Pid0 @ alive )
                  & ( ( host @ Pid20 )
                    = ( host @ Pid0 ) )
                  & ( ( index @ status @ ( host @ Pid0 ) )
                    = norm )
                  & ( ( index @ ldr @ ( host @ Pid0 ) )
                    = ( host @ Pid0 ) ) )
               => ~ ( ( setIn @ Z @ alive )
                    & ( elem @ ( m_Down @ Pid20 ) @ ( queue @ ( host @ Z ) ) ) ) )
            & ! [Z: $i,Pid0: $i] :
                ( ( ( setIn @ Z @ alive )
                  & ( setIn @ Pid0 @ alive )
                  & ( ( index @ ldr @ ( host @ Z ) )
                    = ( host @ Z ) )
                  & ( ( index @ status @ ( host @ Z ) )
                    = norm )
                  & ( ( index @ status @ ( host @ Pid0 ) )
                    = norm )
                  & ( ( index @ ldr @ ( host @ Pid0 ) )
                    = ( host @ Pid0 ) ) )
               => ( Pid0 = Z ) )
            & ! [Z: $i,Pid20: $i,Pid0: $i] :
                ( ( ~ ( leq @ ( host @ Pid20 ) @ ( host @ Pid0 ) )
                  & ( setIn @ Pid0 @ alive )
                  & ( elem @ ( m_Down @ Pid20 ) @ ( queue @ ( host @ Pid0 ) ) )
                  & ( ( host @ Pid20 )
                    = ( host @ Z ) ) )
               => ~ ( ( setIn @ Z @ alive )
                    & ( ( index @ ldr @ ( host @ Z ) )
                      = ( host @ Z ) )
                    & ( ( index @ status @ ( host @ Z ) )
                      = norm ) ) )
            & ! [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,Pid20: $i,Pid0: $i] :
                ( ( ( ( host @ Pid0 )
                   != ( host @ Pid20 ) )
                  & ( setIn @ Pid0 @ alive )
                  & ( elem @ ( m_Down @ Z ) @ ( queue @ ( host @ Pid0 ) ) )
                  & ( ( host @ Pid20 )
                    = ( host @ Z ) )
                  & ( ( index @ status @ ( host @ Pid0 ) )
                    = norm )
                  & ( ( index @ ldr @ ( host @ Pid0 ) )
                    = ( host @ Pid20 ) ) )
               => ~ ( ( setIn @ Pid20 @ alive )
                    & ( ( index @ status @ ( host @ Pid20 ) )
                      = norm )
                    & ( ( index @ ldr @ ( host @ Pid20 ) )
                      = ( host @ Pid20 ) ) ) )
            & ! [Z: $i,Pid20: $i,Pid0: $i] :
                ( ( ( ( host @ Pid0 )
                   != ( host @ Pid20 ) )
                  & ( setIn @ Pid0 @ alive )
                  & ( elem @ ( m_Down @ Z ) @ ( queue @ ( host @ Pid0 ) ) )
                  & ( ( host @ Pid20 )
                    = ( host @ Z ) )
                  & ( ( index @ status @ ( host @ Pid0 ) )
                    = wait )
                  & ( ( host @ ( index @ elid @ ( host @ Pid0 ) ) )
                    = ( host @ Pid20 ) ) )
               => ~ ( ( setIn @ Pid20 @ alive )
                    & ( ( index @ status @ ( host @ Pid20 ) )
                      = norm )
                    & ( ( index @ ldr @ ( host @ Pid20 ) )
                      = ( 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 ) ) ) )
                  & ( setIn @ Z @ alive )
                  & ( leq @ ( host @ Z ) @ ( host @ Pid0 ) )
                  & ( elem @ ( m_Down @ Pid20 ) @ ( queue @ ( host @ Pid0 ) ) )
                  & ( ( host @ Pid30 )
                    = ( host @ Pid0 ) )
                  & ( ( index @ status @ ( host @ Z ) )
                    = elec_2 )
                  & ( ( index @ status @ ( host @ Pid0 ) )
                    = elec_1 ) )
               => ~ ( elem @ ( m_Ack @ Z @ Pid30 ) @ ( queue @ ( host @ Z ) ) ) )
            & ! [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 ) ) ) )
                  & ( setIn @ Pid0 @ alive )
                  & ( leq @ nbr_proc @ ( s @ ( host @ Pid0 ) ) )
                  & ( elem @ ( m_Down @ Pid20 ) @ ( queue @ ( host @ Pid0 ) ) )
                  & ( elem @ ( m_Down @ Pid30 ) @ ( queue @ ( host @ Pid0 ) ) )
                  & ( ( host @ Pid30 )
                    = ( s @ ( host @ Pid0 ) ) )
                  & ( ( index @ status @ ( host @ Pid0 ) )
                    = elec_1 ) )
               => ~ ( ( setIn @ Z @ alive )
                    & ( ( index @ ldr @ ( host @ Z ) )
                      = ( host @ Z ) )
                    & ( ( index @ status @ ( host @ Z ) )
                      = norm ) ) )
            & ( ( queue @ ( host @ SY1713 ) )
              = ( cons @ ( m_Ack @ sK2_SY1658 @ SY1714 ) @ sK1_V ) ) )
         => ( ( setIn @ SY1713 @ alive )
           => ( ( ( ( index @ elid @ ( host @ SY1713 ) )
                  = sK2_SY1658 )
                & ( ( index @ status @ ( host @ SY1713 ) )
                  = elec_2 )
                & ( ( host @ SY1714 )
                  = ( index @ pendack @ ( host @ SY1713 ) ) ) )
             => ( ( leq @ nbr_proc @ ( index @ pendack @ ( host @ SY1713 ) ) )
               => ! [Z: $i] :
                    ( ~ ( ( setIn @ ( host @ Z ) @ ( index @ acks @ ( host @ SY1713 ) ) )
                        | ( ( host @ Z )
                          = ( host @ SY1714 ) ) )
                   => ! [V0: $i] :
                        ( ( ( host @ SY1713 )
                          = ( host @ V0 ) )
                       => ! [W0: $i,X0: $i,Y0: $i] :
                            ( ( ( host @ SY1713 )
                             != ( host @ Y0 ) )
                           => ( ( ! [V1: $i] :
                                    ( ( ~ ( leq @ ( host @ Y0 ) @ V1 )
                                      & ( leq @ ( s @ zero ) @ V1 ) )
                                   => ( ( setIn @ V1 @ ( index @ down @ ( host @ Y0 ) ) )
                                      | ( V1
                                        = ( host @ X0 ) ) ) )
                                & ( setIn @ Y0 @ alive )
                                & ( leq @ nbr_proc @ ( s @ ( host @ Y0 ) ) )
                                & ( elem @ ( m_Down @ W0 ) @ ( queue @ ( host @ Y0 ) ) )
                                & ( elem @ ( m_Down @ X0 ) @ ( queue @ ( host @ Y0 ) ) )
                                & ( ( host @ W0 )
                                  = ( s @ ( host @ Y0 ) ) )
                                & ( ( index @ status @ ( host @ Y0 ) )
                                  = elec_1 ) )
                             => ~ ( ( setIn @ V0 @ alive )
                                  & ( ( host @ SY1713 )
                                    = ( host @ V0 ) ) ) ) ) ) ) ) ) ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[135]) ).

thf(137,plain,
    ( ( ! [SY1767: $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] :
                ( ( ( 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,Pid0: $i] :
                ( ( ( setIn @ Z @ alive )
                  & ( setIn @ Pid0 @ alive )
                  & ( setIn @ ( host @ Pid0 ) @ ( index @ down @ ( host @ Z ) ) )
                  & ( ( index @ status @ ( host @ Pid0 ) )
                    = elec_2 ) )
               => ( leq @ ( index @ pendack @ ( host @ Pid0 ) ) @ ( host @ Z ) ) )
            & ! [Z: $i,Pid0: $i] :
                ( ( ( setIn @ Pid0 @ alive )
                  & ( ( index @ status @ ( host @ Pid0 ) )
                    = norm )
                  & ( ( index @ ldr @ ( host @ Pid0 ) )
                    = ( host @ Pid0 ) ) )
               => ~ ( ( setIn @ Z @ alive )
                    & ( setIn @ ( host @ Pid0 ) @ ( index @ down @ ( host @ Z ) ) ) ) )
            & ! [Z: $i,Pid20: $i,Pid0: $i] :
                ( ( ( setIn @ Z @ alive )
                  & ( setIn @ Pid0 @ alive )
                  & ( elem @ ( m_Down @ Pid20 ) @ ( queue @ ( host @ Z ) ) )
                  & ( ( host @ Pid0 )
                    = ( host @ Pid20 ) )
                  & ( ( index @ status @ ( host @ Pid0 ) )
                    = elec_2 ) )
               => ( leq @ ( index @ pendack @ ( host @ Pid0 ) ) @ ( host @ Z ) ) )
            & ! [Z: $i,Pid20: $i,Pid0: $i] :
                ( ( ( setIn @ Pid0 @ alive )
                  & ( ( host @ Pid20 )
                    = ( host @ Pid0 ) )
                  & ( ( index @ status @ ( host @ Pid0 ) )
                    = norm )
                  & ( ( index @ ldr @ ( host @ Pid0 ) )
                    = ( host @ Pid0 ) ) )
               => ~ ( ( setIn @ Z @ alive )
                    & ( elem @ ( m_Down @ Pid20 ) @ ( queue @ ( host @ Z ) ) ) ) )
            & ! [Z: $i,Pid0: $i] :
                ( ( ( setIn @ Z @ alive )
                  & ( setIn @ Pid0 @ alive )
                  & ( ( index @ ldr @ ( host @ Z ) )
                    = ( host @ Z ) )
                  & ( ( index @ status @ ( host @ Z ) )
                    = norm )
                  & ( ( index @ status @ ( host @ Pid0 ) )
                    = norm )
                  & ( ( index @ ldr @ ( host @ Pid0 ) )
                    = ( host @ Pid0 ) ) )
               => ( Pid0 = Z ) )
            & ! [Z: $i,Pid20: $i,Pid0: $i] :
                ( ( ~ ( leq @ ( host @ Pid20 ) @ ( host @ Pid0 ) )
                  & ( setIn @ Pid0 @ alive )
                  & ( elem @ ( m_Down @ Pid20 ) @ ( queue @ ( host @ Pid0 ) ) )
                  & ( ( host @ Pid20 )
                    = ( host @ Z ) ) )
               => ~ ( ( setIn @ Z @ alive )
                    & ( ( index @ ldr @ ( host @ Z ) )
                      = ( host @ Z ) )
                    & ( ( index @ status @ ( host @ Z ) )
                      = norm ) ) )
            & ! [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,Pid20: $i,Pid0: $i] :
                ( ( ( ( host @ Pid0 )
                   != ( host @ Pid20 ) )
                  & ( setIn @ Pid0 @ alive )
                  & ( elem @ ( m_Down @ Z ) @ ( queue @ ( host @ Pid0 ) ) )
                  & ( ( host @ Pid20 )
                    = ( host @ Z ) )
                  & ( ( index @ status @ ( host @ Pid0 ) )
                    = norm )
                  & ( ( index @ ldr @ ( host @ Pid0 ) )
                    = ( host @ Pid20 ) ) )
               => ~ ( ( setIn @ Pid20 @ alive )
                    & ( ( index @ status @ ( host @ Pid20 ) )
                      = norm )
                    & ( ( index @ ldr @ ( host @ Pid20 ) )
                      = ( host @ Pid20 ) ) ) )
            & ! [Z: $i,Pid20: $i,Pid0: $i] :
                ( ( ( ( host @ Pid0 )
                   != ( host @ Pid20 ) )
                  & ( setIn @ Pid0 @ alive )
                  & ( elem @ ( m_Down @ Z ) @ ( queue @ ( host @ Pid0 ) ) )
                  & ( ( host @ Pid20 )
                    = ( host @ Z ) )
                  & ( ( index @ status @ ( host @ Pid0 ) )
                    = wait )
                  & ( ( host @ ( index @ elid @ ( host @ Pid0 ) ) )
                    = ( host @ Pid20 ) ) )
               => ~ ( ( setIn @ Pid20 @ alive )
                    & ( ( index @ status @ ( host @ Pid20 ) )
                      = norm )
                    & ( ( index @ ldr @ ( host @ Pid20 ) )
                      = ( 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 ) ) ) )
                  & ( setIn @ Z @ alive )
                  & ( leq @ ( host @ Z ) @ ( host @ Pid0 ) )
                  & ( elem @ ( m_Down @ Pid20 ) @ ( queue @ ( host @ Pid0 ) ) )
                  & ( ( host @ Pid30 )
                    = ( host @ Pid0 ) )
                  & ( ( index @ status @ ( host @ Z ) )
                    = elec_2 )
                  & ( ( index @ status @ ( host @ Pid0 ) )
                    = elec_1 ) )
               => ~ ( elem @ ( m_Ack @ Z @ Pid30 ) @ ( queue @ ( host @ Z ) ) ) )
            & ! [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 ) ) ) )
                  & ( setIn @ Pid0 @ alive )
                  & ( leq @ nbr_proc @ ( s @ ( host @ Pid0 ) ) )
                  & ( elem @ ( m_Down @ Pid20 ) @ ( queue @ ( host @ Pid0 ) ) )
                  & ( elem @ ( m_Down @ Pid30 ) @ ( queue @ ( host @ Pid0 ) ) )
                  & ( ( host @ Pid30 )
                    = ( s @ ( host @ Pid0 ) ) )
                  & ( ( index @ status @ ( host @ Pid0 ) )
                    = elec_1 ) )
               => ~ ( ( setIn @ Z @ alive )
                    & ( ( index @ ldr @ ( host @ Z ) )
                      = ( host @ Z ) )
                    & ( ( index @ status @ ( host @ Z ) )
                      = norm ) ) )
            & ( ( queue @ ( host @ sK3_SY1713 ) )
              = ( cons @ ( m_Ack @ sK2_SY1658 @ SY1767 ) @ sK1_V ) ) )
         => ( ( setIn @ sK3_SY1713 @ alive )
           => ( ( ( ( index @ elid @ ( host @ sK3_SY1713 ) )
                  = sK2_SY1658 )
                & ( ( index @ status @ ( host @ sK3_SY1713 ) )
                  = elec_2 )
                & ( ( host @ SY1767 )
                  = ( index @ pendack @ ( host @ sK3_SY1713 ) ) ) )
             => ( ( leq @ nbr_proc @ ( index @ pendack @ ( host @ sK3_SY1713 ) ) )
               => ! [SY1814: $i] :
                    ( ~ ( ( setIn @ ( host @ SY1814 ) @ ( index @ acks @ ( host @ sK3_SY1713 ) ) )
                        | ( ( host @ SY1814 )
                          = ( host @ SY1767 ) ) )
                   => ! [SY1815: $i] :
                        ( ( ( host @ sK3_SY1713 )
                          = ( host @ SY1815 ) )
                       => ! [SY1816: $i,SY1817: $i,SY1818: $i] :
                            ( ( ( host @ sK3_SY1713 )
                             != ( host @ SY1818 ) )
                           => ( ( ! [V1: $i] :
                                    ( ( ~ ( leq @ ( host @ SY1818 ) @ V1 )
                                      & ( leq @ ( s @ zero ) @ V1 ) )
                                   => ( ( setIn @ V1 @ ( index @ down @ ( host @ SY1818 ) ) )
                                      | ( V1
                                        = ( host @ SY1817 ) ) ) )
                                & ( setIn @ SY1818 @ alive )
                                & ( leq @ nbr_proc @ ( s @ ( host @ SY1818 ) ) )
                                & ( elem @ ( m_Down @ SY1816 ) @ ( queue @ ( host @ SY1818 ) ) )
                                & ( elem @ ( m_Down @ SY1817 ) @ ( queue @ ( host @ SY1818 ) ) )
                                & ( ( host @ SY1816 )
                                  = ( s @ ( host @ SY1818 ) ) )
                                & ( ( index @ status @ ( host @ SY1818 ) )
                                  = elec_1 ) )
                             => ~ ( ( setIn @ SY1815 @ alive )
                                  & ( ( host @ sK3_SY1713 )
                                    = ( host @ SY1815 ) ) ) ) ) ) ) ) ) ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[136]) ).

thf(138,plain,
    ( ( ( ! [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] :
            ( ( ( 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,Pid0: $i] :
            ( ( ( setIn @ Z @ alive )
              & ( setIn @ Pid0 @ alive )
              & ( setIn @ ( host @ Pid0 ) @ ( index @ down @ ( host @ Z ) ) )
              & ( ( index @ status @ ( host @ Pid0 ) )
                = elec_2 ) )
           => ( leq @ ( index @ pendack @ ( host @ Pid0 ) ) @ ( host @ Z ) ) )
        & ! [Z: $i,Pid0: $i] :
            ( ( ( setIn @ Pid0 @ alive )
              & ( ( index @ status @ ( host @ Pid0 ) )
                = norm )
              & ( ( index @ ldr @ ( host @ Pid0 ) )
                = ( host @ Pid0 ) ) )
           => ~ ( ( setIn @ Z @ alive )
                & ( setIn @ ( host @ Pid0 ) @ ( index @ down @ ( host @ Z ) ) ) ) )
        & ! [Z: $i,Pid20: $i,Pid0: $i] :
            ( ( ( setIn @ Z @ alive )
              & ( setIn @ Pid0 @ alive )
              & ( elem @ ( m_Down @ Pid20 ) @ ( queue @ ( host @ Z ) ) )
              & ( ( host @ Pid0 )
                = ( host @ Pid20 ) )
              & ( ( index @ status @ ( host @ Pid0 ) )
                = elec_2 ) )
           => ( leq @ ( index @ pendack @ ( host @ Pid0 ) ) @ ( host @ Z ) ) )
        & ! [Z: $i,Pid20: $i,Pid0: $i] :
            ( ( ( setIn @ Pid0 @ alive )
              & ( ( host @ Pid20 )
                = ( host @ Pid0 ) )
              & ( ( index @ status @ ( host @ Pid0 ) )
                = norm )
              & ( ( index @ ldr @ ( host @ Pid0 ) )
                = ( host @ Pid0 ) ) )
           => ~ ( ( setIn @ Z @ alive )
                & ( elem @ ( m_Down @ Pid20 ) @ ( queue @ ( host @ Z ) ) ) ) )
        & ! [Z: $i,Pid0: $i] :
            ( ( ( setIn @ Z @ alive )
              & ( setIn @ Pid0 @ alive )
              & ( ( index @ ldr @ ( host @ Z ) )
                = ( host @ Z ) )
              & ( ( index @ status @ ( host @ Z ) )
                = norm )
              & ( ( index @ status @ ( host @ Pid0 ) )
                = norm )
              & ( ( index @ ldr @ ( host @ Pid0 ) )
                = ( host @ Pid0 ) ) )
           => ( Pid0 = Z ) )
        & ! [Z: $i,Pid20: $i,Pid0: $i] :
            ( ( ~ ( leq @ ( host @ Pid20 ) @ ( host @ Pid0 ) )
              & ( setIn @ Pid0 @ alive )
              & ( elem @ ( m_Down @ Pid20 ) @ ( queue @ ( host @ Pid0 ) ) )
              & ( ( host @ Pid20 )
                = ( host @ Z ) ) )
           => ~ ( ( setIn @ Z @ alive )
                & ( ( index @ ldr @ ( host @ Z ) )
                  = ( host @ Z ) )
                & ( ( index @ status @ ( host @ Z ) )
                  = norm ) ) )
        & ! [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,Pid20: $i,Pid0: $i] :
            ( ( ( ( host @ Pid0 )
               != ( host @ Pid20 ) )
              & ( setIn @ Pid0 @ alive )
              & ( elem @ ( m_Down @ Z ) @ ( queue @ ( host @ Pid0 ) ) )
              & ( ( host @ Pid20 )
                = ( host @ Z ) )
              & ( ( index @ status @ ( host @ Pid0 ) )
                = norm )
              & ( ( index @ ldr @ ( host @ Pid0 ) )
                = ( host @ Pid20 ) ) )
           => ~ ( ( setIn @ Pid20 @ alive )
                & ( ( index @ status @ ( host @ Pid20 ) )
                  = norm )
                & ( ( index @ ldr @ ( host @ Pid20 ) )
                  = ( host @ Pid20 ) ) ) )
        & ! [Z: $i,Pid20: $i,Pid0: $i] :
            ( ( ( ( host @ Pid0 )
               != ( host @ Pid20 ) )
              & ( setIn @ Pid0 @ alive )
              & ( elem @ ( m_Down @ Z ) @ ( queue @ ( host @ Pid0 ) ) )
              & ( ( host @ Pid20 )
                = ( host @ Z ) )
              & ( ( index @ status @ ( host @ Pid0 ) )
                = wait )
              & ( ( host @ ( index @ elid @ ( host @ Pid0 ) ) )
                = ( host @ Pid20 ) ) )
           => ~ ( ( setIn @ Pid20 @ alive )
                & ( ( index @ status @ ( host @ Pid20 ) )
                  = norm )
                & ( ( index @ ldr @ ( host @ Pid20 ) )
                  = ( 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 ) ) ) )
              & ( setIn @ Z @ alive )
              & ( leq @ ( host @ Z ) @ ( host @ Pid0 ) )
              & ( elem @ ( m_Down @ Pid20 ) @ ( queue @ ( host @ Pid0 ) ) )
              & ( ( host @ Pid30 )
                = ( host @ Pid0 ) )
              & ( ( index @ status @ ( host @ Z ) )
                = elec_2 )
              & ( ( index @ status @ ( host @ Pid0 ) )
                = elec_1 ) )
           => ~ ( elem @ ( m_Ack @ Z @ Pid30 ) @ ( queue @ ( host @ Z ) ) ) )
        & ! [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 ) ) ) )
              & ( setIn @ Pid0 @ alive )
              & ( leq @ nbr_proc @ ( s @ ( host @ Pid0 ) ) )
              & ( elem @ ( m_Down @ Pid20 ) @ ( queue @ ( host @ Pid0 ) ) )
              & ( elem @ ( m_Down @ Pid30 ) @ ( queue @ ( host @ Pid0 ) ) )
              & ( ( host @ Pid30 )
                = ( s @ ( host @ Pid0 ) ) )
              & ( ( index @ status @ ( host @ Pid0 ) )
                = elec_1 ) )
           => ~ ( ( setIn @ Z @ alive )
                & ( ( index @ ldr @ ( host @ Z ) )
                  = ( host @ Z ) )
                & ( ( index @ status @ ( host @ Z ) )
                  = norm ) ) )
        & ( ( queue @ ( host @ sK3_SY1713 ) )
          = ( cons @ ( m_Ack @ sK2_SY1658 @ sK4_SY1767 ) @ sK1_V ) ) )
     => ( ( setIn @ sK3_SY1713 @ alive )
       => ( ( ( ( index @ elid @ ( host @ sK3_SY1713 ) )
              = sK2_SY1658 )
            & ( ( index @ status @ ( host @ sK3_SY1713 ) )
              = elec_2 )
            & ( ( host @ sK4_SY1767 )
              = ( index @ pendack @ ( host @ sK3_SY1713 ) ) ) )
         => ( ( leq @ nbr_proc @ ( index @ pendack @ ( host @ sK3_SY1713 ) ) )
           => ! [SY1866: $i] :
                ( ~ ( ( setIn @ ( host @ SY1866 ) @ ( index @ acks @ ( host @ sK3_SY1713 ) ) )
                    | ( ( host @ SY1866 )
                      = ( host @ sK4_SY1767 ) ) )
               => ! [SY1815: $i] :
                    ( ( ( host @ sK3_SY1713 )
                      = ( host @ SY1815 ) )
                   => ! [SY1816: $i,SY1817: $i,SY1818: $i] :
                        ( ( ( host @ sK3_SY1713 )
                         != ( host @ SY1818 ) )
                       => ( ( ! [V1: $i] :
                                ( ( ~ ( leq @ ( host @ SY1818 ) @ V1 )
                                  & ( leq @ ( s @ zero ) @ V1 ) )
                               => ( ( setIn @ V1 @ ( index @ down @ ( host @ SY1818 ) ) )
                                  | ( V1
                                    = ( host @ SY1817 ) ) ) )
                            & ( setIn @ SY1818 @ alive )
                            & ( leq @ nbr_proc @ ( s @ ( host @ SY1818 ) ) )
                            & ( elem @ ( m_Down @ SY1816 ) @ ( queue @ ( host @ SY1818 ) ) )
                            & ( elem @ ( m_Down @ SY1817 ) @ ( queue @ ( host @ SY1818 ) ) )
                            & ( ( host @ SY1816 )
                              = ( s @ ( host @ SY1818 ) ) )
                            & ( ( index @ status @ ( host @ SY1818 ) )
                              = elec_1 ) )
                         => ~ ( ( setIn @ SY1815 @ alive )
                              & ( ( host @ sK3_SY1713 )
                                = ( host @ SY1815 ) ) ) ) ) ) ) ) ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[137]) ).

thf(139,plain,
    ( ( ! [Z: $i,Pid0: $i] :
          ( ( elem @ ( m_Ldr @ Pid0 ) @ ( queue @ ( host @ Z ) ) )
         => ~ ( leq @ ( host @ Z ) @ ( host @ Pid0 ) ) ) )
    = $true ),
    inference(standard_cnf,[status(thm)],[138]) ).

thf(140,plain,
    ( ( ! [Z: $i,Pid0: $i] :
          ( ( elem @ ( m_Down @ Pid0 ) @ ( queue @ ( host @ Z ) ) )
         => ( ( host @ Pid0 )
           != ( host @ Z ) ) ) )
    = $true ),
    inference(standard_cnf,[status(thm)],[138]) ).

thf(141,plain,
    ( ( ! [Z: $i,Pid0: $i] :
          ( ( ( Pid0 != Z )
            & ( ( host @ Pid0 )
              = ( host @ Z ) ) )
         => ( ~ ( setIn @ Z @ alive )
            | ~ ( setIn @ Pid0 @ alive ) ) ) )
    = $true ),
    inference(standard_cnf,[status(thm)],[138]) ).

thf(142,plain,
    ( ( ! [Z: $i] :
          ( ( ( ( ( index @ status @ ( host @ Z ) )
                = elec_1 )
              | ( ( index @ status @ ( host @ Z ) )
                = elec_2 ) )
            & ( setIn @ Z @ alive ) )
         => ( ( index @ elid @ ( host @ Z ) )
            = Z ) ) )
    = $true ),
    inference(standard_cnf,[status(thm)],[138]) ).

thf(143,plain,
    ( ( ! [Z: $i,Pid0: $i] :
          ( ( ( setIn @ Z @ alive )
            & ( setIn @ Pid0 @ alive )
            & ( setIn @ ( host @ Pid0 ) @ ( index @ down @ ( host @ Z ) ) )
            & ( ( index @ status @ ( host @ Pid0 ) )
              = elec_2 ) )
         => ( leq @ ( index @ pendack @ ( host @ Pid0 ) ) @ ( host @ Z ) ) ) )
    = $true ),
    inference(standard_cnf,[status(thm)],[138]) ).

thf(144,plain,
    ( ( ! [Z: $i,Pid0: $i] :
          ( ( ( setIn @ Pid0 @ alive )
            & ( ( index @ status @ ( host @ Pid0 ) )
              = norm )
            & ( ( index @ ldr @ ( host @ Pid0 ) )
              = ( host @ Pid0 ) ) )
         => ~ ( ( setIn @ Z @ alive )
              & ( setIn @ ( host @ Pid0 ) @ ( index @ down @ ( host @ Z ) ) ) ) ) )
    = $true ),
    inference(standard_cnf,[status(thm)],[138]) ).

thf(145,plain,
    ( ( ! [Z: $i,Pid20: $i,Pid0: $i] :
          ( ( ( setIn @ Z @ alive )
            & ( setIn @ Pid0 @ alive )
            & ( elem @ ( m_Down @ Pid20 ) @ ( queue @ ( host @ Z ) ) )
            & ( ( host @ Pid0 )
              = ( host @ Pid20 ) )
            & ( ( index @ status @ ( host @ Pid0 ) )
              = elec_2 ) )
         => ( leq @ ( index @ pendack @ ( host @ Pid0 ) ) @ ( host @ Z ) ) ) )
    = $true ),
    inference(standard_cnf,[status(thm)],[138]) ).

thf(146,plain,
    ( ( ! [Z: $i,Pid20: $i,Pid0: $i] :
          ( ( ( setIn @ Pid0 @ alive )
            & ( ( host @ Pid20 )
              = ( host @ Pid0 ) )
            & ( ( index @ status @ ( host @ Pid0 ) )
              = norm )
            & ( ( index @ ldr @ ( host @ Pid0 ) )
              = ( host @ Pid0 ) ) )
         => ~ ( ( setIn @ Z @ alive )
              & ( elem @ ( m_Down @ Pid20 ) @ ( queue @ ( host @ Z ) ) ) ) ) )
    = $true ),
    inference(standard_cnf,[status(thm)],[138]) ).

thf(147,plain,
    ( ( ! [Z: $i,Pid0: $i] :
          ( ( ( setIn @ Z @ alive )
            & ( setIn @ Pid0 @ alive )
            & ( ( index @ ldr @ ( host @ Z ) )
              = ( host @ Z ) )
            & ( ( index @ status @ ( host @ Z ) )
              = norm )
            & ( ( index @ status @ ( host @ Pid0 ) )
              = norm )
            & ( ( index @ ldr @ ( host @ Pid0 ) )
              = ( host @ Pid0 ) ) )
         => ( Pid0 = Z ) ) )
    = $true ),
    inference(standard_cnf,[status(thm)],[138]) ).

thf(148,plain,
    ( ( ! [Z: $i,Pid20: $i,Pid0: $i] :
          ( ( ~ ( leq @ ( host @ Pid20 ) @ ( host @ Pid0 ) )
            & ( setIn @ Pid0 @ alive )
            & ( elem @ ( m_Down @ Pid20 ) @ ( queue @ ( host @ Pid0 ) ) )
            & ( ( host @ Pid20 )
              = ( host @ Z ) ) )
         => ~ ( ( setIn @ Z @ alive )
              & ( ( index @ ldr @ ( host @ Z ) )
                = ( host @ Z ) )
              & ( ( index @ status @ ( host @ Z ) )
                = norm ) ) ) )
    = $true ),
    inference(standard_cnf,[status(thm)],[138]) ).

thf(149,plain,
    ( ( ! [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 ) ) ) ) ) )
    = $true ),
    inference(standard_cnf,[status(thm)],[138]) ).

thf(150,plain,
    ( ( ! [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 ) ) ) ) ) )
    = $true ),
    inference(standard_cnf,[status(thm)],[138]) ).

thf(151,plain,
    ( ( ! [Z: $i,Pid20: $i,Pid0: $i] :
          ( ( ( ( host @ Pid0 )
             != ( host @ Pid20 ) )
            & ( setIn @ Pid0 @ alive )
            & ( elem @ ( m_Down @ Z ) @ ( queue @ ( host @ Pid0 ) ) )
            & ( ( host @ Pid20 )
              = ( host @ Z ) )
            & ( ( index @ status @ ( host @ Pid0 ) )
              = norm )
            & ( ( index @ ldr @ ( host @ Pid0 ) )
              = ( host @ Pid20 ) ) )
         => ~ ( ( setIn @ Pid20 @ alive )
              & ( ( index @ status @ ( host @ Pid20 ) )
                = norm )
              & ( ( index @ ldr @ ( host @ Pid20 ) )
                = ( host @ Pid20 ) ) ) ) )
    = $true ),
    inference(standard_cnf,[status(thm)],[138]) ).

thf(152,plain,
    ( ( ! [Z: $i,Pid20: $i,Pid0: $i] :
          ( ( ( ( host @ Pid0 )
             != ( host @ Pid20 ) )
            & ( setIn @ Pid0 @ alive )
            & ( elem @ ( m_Down @ Z ) @ ( queue @ ( host @ Pid0 ) ) )
            & ( ( host @ Pid20 )
              = ( host @ Z ) )
            & ( ( index @ status @ ( host @ Pid0 ) )
              = wait )
            & ( ( host @ ( index @ elid @ ( host @ Pid0 ) ) )
              = ( host @ Pid20 ) ) )
         => ~ ( ( setIn @ Pid20 @ alive )
              & ( ( index @ status @ ( host @ Pid20 ) )
                = norm )
              & ( ( index @ ldr @ ( host @ Pid20 ) )
                = ( host @ Pid20 ) ) ) ) )
    = $true ),
    inference(standard_cnf,[status(thm)],[138]) ).

thf(153,plain,
    ( ( ! [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 ) ) ) )
            & ( setIn @ Z @ alive )
            & ( leq @ ( host @ Z ) @ ( host @ Pid0 ) )
            & ( elem @ ( m_Down @ Pid20 ) @ ( queue @ ( host @ Pid0 ) ) )
            & ( ( host @ Pid30 )
              = ( host @ Pid0 ) )
            & ( ( index @ status @ ( host @ Z ) )
              = elec_2 )
            & ( ( index @ status @ ( host @ Pid0 ) )
              = elec_1 ) )
         => ~ ( elem @ ( m_Ack @ Z @ Pid30 ) @ ( queue @ ( host @ Z ) ) ) ) )
    = $true ),
    inference(standard_cnf,[status(thm)],[138]) ).

thf(154,plain,
    ( ( ! [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 ) ) ) )
            & ( setIn @ Pid0 @ alive )
            & ( leq @ nbr_proc @ ( s @ ( host @ Pid0 ) ) )
            & ( elem @ ( m_Down @ Pid20 ) @ ( queue @ ( host @ Pid0 ) ) )
            & ( elem @ ( m_Down @ Pid30 ) @ ( queue @ ( host @ Pid0 ) ) )
            & ( ( host @ Pid30 )
              = ( s @ ( host @ Pid0 ) ) )
            & ( ( index @ status @ ( host @ Pid0 ) )
              = elec_1 ) )
         => ~ ( ( setIn @ Z @ alive )
              & ( ( index @ ldr @ ( host @ Z ) )
                = ( host @ Z ) )
              & ( ( index @ status @ ( host @ Z ) )
                = norm ) ) ) )
    = $true ),
    inference(standard_cnf,[status(thm)],[138]) ).

thf(155,plain,
    ( ( ( queue @ ( host @ sK3_SY1713 ) )
      = ( cons @ ( m_Ack @ sK2_SY1658 @ sK4_SY1767 ) @ sK1_V ) )
    = $true ),
    inference(standard_cnf,[status(thm)],[138]) ).

thf(156,plain,
    ( ( setIn @ sK3_SY1713 @ alive )
    = $true ),
    inference(standard_cnf,[status(thm)],[138]) ).

thf(157,plain,
    ( ( ( index @ elid @ ( host @ sK3_SY1713 ) )
      = sK2_SY1658 )
    = $true ),
    inference(standard_cnf,[status(thm)],[138]) ).

thf(158,plain,
    ( ( ( index @ status @ ( host @ sK3_SY1713 ) )
      = elec_2 )
    = $true ),
    inference(standard_cnf,[status(thm)],[138]) ).

thf(159,plain,
    ( ( ( host @ sK4_SY1767 )
      = ( index @ pendack @ ( host @ sK3_SY1713 ) ) )
    = $true ),
    inference(standard_cnf,[status(thm)],[138]) ).

thf(160,plain,
    ( ( leq @ nbr_proc @ ( index @ pendack @ ( host @ sK3_SY1713 ) ) )
    = $true ),
    inference(standard_cnf,[status(thm)],[138]) ).

thf(161,plain,
    ( ( ! [SY1866: $i] :
          ( ~ ( ( setIn @ ( host @ SY1866 ) @ ( index @ acks @ ( host @ sK3_SY1713 ) ) )
              | ( ( host @ SY1866 )
                = ( host @ sK4_SY1767 ) ) )
         => ! [SY1815: $i] :
              ( ( ( host @ sK3_SY1713 )
                = ( host @ SY1815 ) )
             => ! [SY1816: $i,SY1817: $i,SY1818: $i] :
                  ( ( ( host @ sK3_SY1713 )
                   != ( host @ SY1818 ) )
                 => ( ( ! [V1: $i] :
                          ( ( ~ ( leq @ ( host @ SY1818 ) @ V1 )
                            & ( leq @ ( s @ zero ) @ V1 ) )
                         => ( ( setIn @ V1 @ ( index @ down @ ( host @ SY1818 ) ) )
                            | ( V1
                              = ( host @ SY1817 ) ) ) )
                      & ( setIn @ SY1818 @ alive )
                      & ( leq @ nbr_proc @ ( s @ ( host @ SY1818 ) ) )
                      & ( elem @ ( m_Down @ SY1816 ) @ ( queue @ ( host @ SY1818 ) ) )
                      & ( elem @ ( m_Down @ SY1817 ) @ ( queue @ ( host @ SY1818 ) ) )
                      & ( ( host @ SY1816 )
                        = ( s @ ( host @ SY1818 ) ) )
                      & ( ( index @ status @ ( host @ SY1818 ) )
                        = elec_1 ) )
                   => ~ ( ( setIn @ SY1815 @ alive )
                        & ( ( host @ sK3_SY1713 )
                          = ( host @ SY1815 ) ) ) ) ) ) ) )
    = $false ),
    inference(standard_cnf,[status(thm)],[138]) ).

thf(162,plain,
    ( ( ~ ! [SY1866: $i] :
            ( ~ ( ( setIn @ ( host @ SY1866 ) @ ( index @ acks @ ( host @ sK3_SY1713 ) ) )
                | ( ( host @ SY1866 )
                  = ( host @ sK4_SY1767 ) ) )
           => ! [SY1815: $i] :
                ( ( ( host @ sK3_SY1713 )
                  = ( host @ SY1815 ) )
               => ! [SY1816: $i,SY1817: $i,SY1818: $i] :
                    ( ( ( host @ sK3_SY1713 )
                     != ( host @ SY1818 ) )
                   => ( ( ! [V1: $i] :
                            ( ( ~ ( leq @ ( host @ SY1818 ) @ V1 )
                              & ( leq @ ( s @ zero ) @ V1 ) )
                           => ( ( setIn @ V1 @ ( index @ down @ ( host @ SY1818 ) ) )
                              | ( V1
                                = ( host @ SY1817 ) ) ) )
                        & ( setIn @ SY1818 @ alive )
                        & ( leq @ nbr_proc @ ( s @ ( host @ SY1818 ) ) )
                        & ( elem @ ( m_Down @ SY1816 ) @ ( queue @ ( host @ SY1818 ) ) )
                        & ( elem @ ( m_Down @ SY1817 ) @ ( queue @ ( host @ SY1818 ) ) )
                        & ( ( host @ SY1816 )
                          = ( s @ ( host @ SY1818 ) ) )
                        & ( ( index @ status @ ( host @ SY1818 ) )
                          = elec_1 ) )
                     => ~ ( ( setIn @ SY1815 @ alive )
                          & ( ( host @ sK3_SY1713 )
                            = ( host @ SY1815 ) ) ) ) ) ) ) )
    = $true ),
    inference(polarity_switch,[status(thm)],[161]) ).

thf(163,plain,
    ( ( ( ( host @ sK9_SY1866 )
       != ( host @ sK4_SY1767 ) )
      & ~ ( setIn @ ( host @ sK9_SY1866 ) @ ( index @ acks @ ( host @ sK3_SY1713 ) ) )
      & ( ( host @ sK3_SY1713 )
        = ( host @ sK5_SY1815 ) )
      & ( ( host @ sK3_SY1713 )
       != ( host @ sK8_SY1879 ) )
      & ! [SY1881: $i] :
          ( ( leq @ ( host @ sK8_SY1879 ) @ SY1881 )
          | ~ ( leq @ ( s @ zero ) @ SY1881 )
          | ( SY1881
            = ( host @ sK7_SY1876 ) )
          | ( setIn @ SY1881 @ ( index @ down @ ( host @ sK8_SY1879 ) ) ) )
      & ( setIn @ sK8_SY1879 @ alive )
      & ( leq @ nbr_proc @ ( s @ ( host @ sK8_SY1879 ) ) )
      & ( elem @ ( m_Down @ sK6_SY1872 ) @ ( queue @ ( host @ sK8_SY1879 ) ) )
      & ( elem @ ( m_Down @ sK7_SY1876 ) @ ( queue @ ( host @ sK8_SY1879 ) ) )
      & ( ( host @ sK6_SY1872 )
        = ( s @ ( host @ sK8_SY1879 ) ) )
      & ( ( index @ status @ ( host @ sK8_SY1879 ) )
        = elec_1 )
      & ( ( host @ sK3_SY1713 )
        = ( host @ sK5_SY1815 ) )
      & ( setIn @ sK5_SY1815 @ alive ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[162]) ).

thf(164,plain,
    ( ( ! [Z: $i,Pid0: $i] :
          ( ~ ( elem @ ( m_Ldr @ Pid0 ) @ ( queue @ ( host @ Z ) ) )
          | ~ ( leq @ ( host @ Z ) @ ( host @ Pid0 ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[139]) ).

thf(165,plain,
    ( ( ! [Z: $i,Pid0: $i] :
          ( ~ ( elem @ ( m_Down @ Pid0 ) @ ( queue @ ( host @ Z ) ) )
          | ( ( host @ Pid0 )
           != ( host @ Z ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[140]) ).

thf(166,plain,
    ( ( ! [Z: $i,Pid0: $i] :
          ( ( Pid0 = Z )
          | ( ( host @ Pid0 )
           != ( host @ Z ) )
          | ~ ( setIn @ Z @ alive )
          | ~ ( setIn @ Pid0 @ alive ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[141]) ).

thf(167,plain,
    ( ( ! [Z: $i] :
          ( ~ ( setIn @ Z @ alive )
          | ( ( index @ status @ ( host @ Z ) )
           != elec_1 )
          | ( ( index @ elid @ ( host @ Z ) )
            = Z ) )
      & ! [Z: $i] :
          ( ~ ( setIn @ Z @ alive )
          | ( ( index @ status @ ( host @ Z ) )
           != elec_2 )
          | ( ( index @ elid @ ( host @ Z ) )
            = Z ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[142]) ).

thf(168,plain,
    ( ( ! [Z: $i,Pid0: $i] :
          ( ~ ( setIn @ Z @ alive )
          | ~ ( setIn @ Pid0 @ alive )
          | ~ ( setIn @ ( host @ Pid0 ) @ ( index @ down @ ( host @ Z ) ) )
          | ( ( index @ status @ ( host @ Pid0 ) )
           != elec_2 )
          | ( leq @ ( index @ pendack @ ( host @ Pid0 ) ) @ ( host @ Z ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[143]) ).

thf(169,plain,
    ( ( ! [Z: $i,Pid0: $i] :
          ( ( ( index @ status @ ( host @ Pid0 ) )
           != norm )
          | ~ ( setIn @ Pid0 @ alive )
          | ( ( index @ ldr @ ( host @ Pid0 ) )
           != ( host @ Pid0 ) )
          | ~ ( setIn @ Z @ alive )
          | ~ ( setIn @ ( host @ Pid0 ) @ ( index @ down @ ( host @ Z ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[144]) ).

thf(170,plain,
    ( ( ! [Z: $i,Pid20: $i,Pid0: $i] :
          ( ~ ( setIn @ Z @ alive )
          | ~ ( setIn @ Pid0 @ alive )
          | ~ ( elem @ ( m_Down @ Pid20 ) @ ( queue @ ( host @ Z ) ) )
          | ( ( host @ Pid0 )
           != ( host @ Pid20 ) )
          | ( ( index @ status @ ( host @ Pid0 ) )
           != elec_2 )
          | ( leq @ ( index @ pendack @ ( host @ Pid0 ) ) @ ( host @ Z ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[145]) ).

thf(171,plain,
    ( ( ! [Z: $i,Pid20: $i] :
          ( ! [Pid0: $i] :
              ( ( ( host @ Pid20 )
               != ( host @ Pid0 ) )
              | ~ ( setIn @ Pid0 @ alive )
              | ( ( index @ status @ ( host @ Pid0 ) )
               != norm )
              | ( ( index @ ldr @ ( host @ Pid0 ) )
               != ( host @ Pid0 ) ) )
          | ~ ( elem @ ( m_Down @ Pid20 ) @ ( queue @ ( host @ Z ) ) )
          | ~ ( setIn @ Z @ alive ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[146]) ).

thf(172,plain,
    ( ( ! [Z: $i,Pid0: $i] :
          ( ~ ( setIn @ Z @ alive )
          | ~ ( setIn @ Pid0 @ alive )
          | ( ( index @ ldr @ ( host @ Z ) )
           != ( host @ Z ) )
          | ( ( index @ status @ ( host @ Z ) )
           != norm )
          | ( ( index @ status @ ( host @ Pid0 ) )
           != norm )
          | ( ( index @ ldr @ ( host @ Pid0 ) )
           != ( host @ Pid0 ) )
          | ( Pid0 = Z ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[147]) ).

thf(173,plain,
    ( ( ! [Z: $i] :
          ( ! [Pid20: $i] :
              ( ! [Pid0: $i] :
                  ( ( leq @ ( host @ Pid20 ) @ ( host @ Pid0 ) )
                  | ~ ( setIn @ Pid0 @ alive )
                  | ~ ( elem @ ( m_Down @ Pid20 ) @ ( queue @ ( host @ Pid0 ) ) ) )
              | ( ( host @ Pid20 )
               != ( host @ Z ) ) )
          | ( ( index @ ldr @ ( host @ Z ) )
           != ( host @ Z ) )
          | ~ ( setIn @ Z @ alive )
          | ( ( index @ status @ ( host @ Z ) )
           != norm ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[148]) ).

thf(174,plain,
    ( ( ! [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 ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[149]) ).

thf(175,plain,
    ( ( ! [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 ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[150]) ).

thf(176,plain,
    ( ( ! [Z: $i,Pid20: $i] :
          ( ! [Pid0: $i] :
              ( ( ( host @ Pid0 )
                = ( host @ Pid20 ) )
              | ~ ( setIn @ Pid0 @ alive )
              | ~ ( elem @ ( m_Down @ Z ) @ ( queue @ ( host @ Pid0 ) ) )
              | ( ( host @ Pid20 )
               != ( host @ Z ) )
              | ( ( index @ status @ ( host @ Pid0 ) )
               != norm )
              | ( ( index @ ldr @ ( host @ Pid0 ) )
               != ( host @ Pid20 ) ) )
          | ( ( index @ status @ ( host @ Pid20 ) )
           != norm )
          | ~ ( setIn @ Pid20 @ alive )
          | ( ( index @ ldr @ ( host @ Pid20 ) )
           != ( host @ Pid20 ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[151]) ).

thf(177,plain,
    ( ( ! [Z: $i,Pid20: $i] :
          ( ! [Pid0: $i] :
              ( ( ( host @ Pid0 )
                = ( host @ Pid20 ) )
              | ~ ( setIn @ Pid0 @ alive )
              | ~ ( elem @ ( m_Down @ Z ) @ ( queue @ ( host @ Pid0 ) ) )
              | ( ( host @ Pid20 )
               != ( host @ Z ) )
              | ( ( index @ status @ ( host @ Pid0 ) )
               != wait )
              | ( ( host @ ( index @ elid @ ( host @ Pid0 ) ) )
               != ( host @ Pid20 ) ) )
          | ( ( index @ status @ ( host @ Pid20 ) )
           != norm )
          | ~ ( setIn @ Pid20 @ alive )
          | ( ( index @ ldr @ ( host @ Pid20 ) )
           != ( host @ Pid20 ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[152]) ).

thf(178,plain,
    ( ( ! [Z: $i,Pid30: $i] :
          ( ! [Pid20: $i,Pid0: $i] :
              ( ( ~ ( leq @ ( host @ Pid0 ) @ ( sK10_V0 @ Pid0 @ Pid20 @ Pid30 @ Z ) )
                & ( leq @ ( s @ zero ) @ ( sK10_V0 @ Pid0 @ Pid20 @ Pid30 @ Z ) )
                & ( ( sK10_V0 @ Pid0 @ Pid20 @ Pid30 @ Z )
                 != ( host @ Pid20 ) )
                & ~ ( setIn @ ( sK10_V0 @ Pid0 @ Pid20 @ Pid30 @ Z ) @ ( index @ down @ ( host @ Pid0 ) ) ) )
              | ~ ( setIn @ Z @ alive )
              | ~ ( leq @ ( host @ Z ) @ ( host @ Pid0 ) )
              | ~ ( elem @ ( m_Down @ Pid20 ) @ ( queue @ ( host @ Pid0 ) ) )
              | ( ( host @ Pid30 )
               != ( host @ Pid0 ) )
              | ( ( index @ status @ ( host @ Z ) )
               != elec_2 )
              | ( ( index @ status @ ( host @ Pid0 ) )
               != elec_1 ) )
          | ~ ( elem @ ( m_Ack @ Z @ Pid30 ) @ ( queue @ ( host @ Z ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[153]) ).

thf(179,plain,
    ( ( ! [Z: $i,Pid30: $i] :
          ( ! [Pid20: $i,Pid0: $i] :
              ( ( ~ ( leq @ ( host @ Pid0 ) @ ( sK11_V0 @ Pid0 @ Pid20 @ Pid30 @ Z ) )
                & ( leq @ ( s @ zero ) @ ( sK11_V0 @ Pid0 @ Pid20 @ Pid30 @ Z ) )
                & ( ( sK11_V0 @ Pid0 @ Pid20 @ Pid30 @ Z )
                 != ( host @ Pid20 ) )
                & ~ ( setIn @ ( sK11_V0 @ Pid0 @ Pid20 @ Pid30 @ Z ) @ ( index @ down @ ( host @ Pid0 ) ) ) )
              | ~ ( setIn @ Pid0 @ alive )
              | ~ ( leq @ nbr_proc @ ( s @ ( host @ Pid0 ) ) )
              | ~ ( elem @ ( m_Down @ Pid20 ) @ ( queue @ ( host @ Pid0 ) ) )
              | ~ ( elem @ ( m_Down @ Pid30 ) @ ( queue @ ( host @ Pid0 ) ) )
              | ( ( host @ Pid30 )
               != ( s @ ( host @ Pid0 ) ) )
              | ( ( index @ status @ ( host @ Pid0 ) )
               != elec_1 ) )
          | ( ( index @ ldr @ ( host @ Z ) )
           != ( host @ Z ) )
          | ~ ( setIn @ Z @ alive )
          | ( ( index @ status @ ( host @ Z ) )
           != norm ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[154]) ).

thf(180,plain,
    ( ( ! [X: $i,Q: $i] :
          ( ( ( elem @ ( sK12_Y @ Q @ X ) @ Q )
            & ( pidElem @ X )
            & ( pidElem @ ( sK12_Y @ Q @ X ) )
            & ( ( host @ ( pidMsg @ ( sK12_Y @ Q @ X ) ) )
              = ( host @ ( pidMsg @ X ) ) )
            & ~ ( leq @ ( pidMsg @ ( sK12_Y @ Q @ X ) ) @ ( pidMsg @ X ) ) )
          | ~ ( ordered @ Q )
          | ( ordered @ ( snoc @ Q @ X ) ) )
      & ! [X: $i,Q: $i] :
          ( ~ ( ordered @ ( snoc @ Q @ X ) )
          | ! [Y: $i] :
              ( ~ ( elem @ Y @ Q )
              | ~ ( pidElem @ X )
              | ~ ( pidElem @ Y )
              | ( ( host @ ( pidMsg @ Y ) )
               != ( host @ ( pidMsg @ X ) ) )
              | ( leq @ ( pidMsg @ Y ) @ ( pidMsg @ X ) ) ) )
      & ! [X: $i,Q: $i] :
          ( ~ ( ordered @ ( snoc @ Q @ X ) )
          | ( ordered @ Q ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[70]) ).

thf(181,plain,
    ( ( ! [X: $i,Q: $i] :
          ( ( ( elem @ ( sK13_Y @ Q @ X ) @ Q )
            & ( pidElem @ X )
            & ( pidElem @ ( sK13_Y @ Q @ X ) )
            & ( ( host @ ( pidMsg @ ( sK13_Y @ Q @ X ) ) )
              = ( host @ ( pidMsg @ X ) ) )
            & ~ ( leq @ ( pidMsg @ X ) @ ( pidMsg @ ( sK13_Y @ Q @ X ) ) ) )
          | ~ ( ordered @ Q )
          | ( ordered @ ( cons @ X @ Q ) ) )
      & ! [X: $i,Q: $i] :
          ( ~ ( ordered @ ( cons @ X @ Q ) )
          | ! [Y: $i] :
              ( ~ ( elem @ Y @ Q )
              | ~ ( pidElem @ X )
              | ~ ( pidElem @ Y )
              | ( ( host @ ( pidMsg @ Y ) )
               != ( host @ ( pidMsg @ X ) ) )
              | ( leq @ ( pidMsg @ X ) @ ( pidMsg @ Y ) ) ) )
      & ! [X: $i,Q: $i] :
          ( ~ ( ordered @ ( cons @ X @ Q ) )
          | ( ordered @ Q ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[71]) ).

thf(182,plain,
    ( ( ! [X: $i] : ( ordered @ ( cons @ X @ q_nil ) )
      & ! [X: $i] : ( ordered @ ( snoc @ q_nil @ X ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[72]) ).

thf(183,plain,
    ( ( ! [Y: $i,Q: $i] :
          ( q_nil
         != ( snoc @ Q @ Y ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[75]) ).

thf(184,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( X = Y )
          | ( ( m_NotNorm @ X )
           != ( m_NotNorm @ Y ) ) )
      & ! [X: $i,Y: $i] :
          ( ( ( m_NotNorm @ X )
            = ( m_NotNorm @ Y ) )
          | ( X != Y ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[79]) ).

thf(185,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( X = Y )
          | ( ( m_NormQ @ X )
           != ( m_NormQ @ Y ) ) )
      & ! [X: $i,Y: $i] :
          ( ( ( m_NormQ @ X )
            = ( m_NormQ @ Y ) )
          | ( X != Y ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[80]) ).

thf(186,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( X = Y )
          | ( ( m_Halt @ X )
           != ( m_Halt @ Y ) ) )
      & ! [X: $i,Y: $i] :
          ( ( ( m_Halt @ X )
            = ( m_Halt @ Y ) )
          | ( X != Y ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[81]) ).

thf(187,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( m_NormQ @ X )
         != ( m_NotNorm @ Y ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[82]) ).

thf(188,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( m_NormQ @ X )
         != ( m_Halt @ Y ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[83]) ).

thf(189,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( m_NotNorm @ X )
         != ( m_Halt @ Y ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[84]) ).

thf(190,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( leq @ X @ ( s @ Y ) )
          | ( X
            = ( s @ Y ) )
          | ( leq @ X @ Y ) )
      & ! [X: $i,Y: $i] :
          ( ( X
           != ( s @ Y ) )
          | ( leq @ X @ ( s @ Y ) ) )
      & ! [X: $i,Y: $i] :
          ( ~ ( leq @ X @ Y )
          | ( leq @ X @ ( s @ Y ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[86]) ).

thf(191,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( leq @ X @ Y )
          | ( leq @ ( s @ X ) @ ( s @ Y ) ) )
      & ! [X: $i,Y: $i] :
          ( ~ ( leq @ ( s @ X ) @ ( s @ Y ) )
          | ( leq @ X @ Y ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[87]) ).

thf(192,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ~ ( leq @ X @ Y )
          | ~ ( leq @ Y @ Z )
          | ( leq @ X @ Z ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[88]) ).

thf(193,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( leq @ X @ Y )
          | ~ ( leq @ Y @ X )
          | ( X = Y ) )
      & ! [X: $i,Y: $i] :
          ( ( X != Y )
          | ( leq @ X @ Y ) )
      & ! [X: $i,Y: $i] :
          ( ( X != Y )
          | ( leq @ Y @ X ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[89]) ).

thf(194,plain,
    ( ( ! [Q: $i,X: $i,Y: $i] :
          ( ( ( host @ X )
           != ( host @ Y ) )
          | ~ ( ordered @ ( cons @ ( m_Halt @ X ) @ Q ) )
          | ~ ( elem @ ( m_Down @ Y ) @ Q )
          | ( leq @ X @ Y ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[93]) ).

thf(195,plain,
    ( ( ! [Q: $i] :
          ( ~ ( ordered @ Q )
          | ! [X: $i] : ( ordered @ ( snoc @ Q @ ( m_Ldr @ X ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[94]) ).

thf(196,plain,
    ( ( ! [Q: $i] :
          ( ~ ( ordered @ Q )
          | ! [X: $i,Y: $i] : ( ordered @ ( snoc @ Q @ ( m_Ack @ X @ Y ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[95]) ).

thf(197,plain,
    ( ( ! [X: $i] :
          ( ( ! [Y: $i] :
                ( X
               != ( m_Halt @ Y ) )
            & ! [Y: $i] :
                ( X
               != ( m_Down @ Y ) ) )
          | ( pidElem @ X ) )
      & ! [X: $i] :
          ( ~ ( pidElem @ X )
          | ( X
            = ( m_Halt @ ( sK15_Y @ X ) ) )
          | ( X
            = ( m_Down @ ( sK14_Y @ X ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[97]) ).

thf(198,plain,
    ( ( ! [X: $i] :
          ( ! [Y: $i,Q: $i] :
              ( ~ ( elem @ X @ ( snoc @ Q @ Y ) )
              | ( X = Y )
              | ( elem @ X @ Q ) )
          & ! [Y: $i] :
              ( ( X != Y )
              | ! [Q: $i] : ( elem @ X @ ( snoc @ Q @ Y ) ) )
          & ! [Y: $i,Q: $i] :
              ( ~ ( elem @ X @ Q )
              | ( elem @ X @ ( snoc @ Q @ Y ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[98]) ).

thf(199,plain,
    ( ( ! [X: $i] :
          ( ! [Y: $i,Q: $i] :
              ( ~ ( elem @ X @ ( cons @ Y @ Q ) )
              | ( X = Y )
              | ( elem @ X @ Q ) )
          & ! [Y: $i] :
              ( ( X != Y )
              | ! [Q: $i] : ( elem @ X @ ( cons @ Y @ Q ) ) )
          & ! [Y: $i,Q: $i] :
              ( ~ ( elem @ X @ Q )
              | ( elem @ X @ ( cons @ Y @ Q ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[99]) ).

thf(200,plain,
    ( ( ! [X: $i,Q: $i] :
          ( q_nil
         != ( cons @ X @ Q ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[103]) ).

thf(201,plain,
    ( ( ! [Pid: $i,Pid2: $i] :
          ( ( ( host @ Pid )
            = ( host @ Pid2 ) )
          | ( Pid != Pid2 ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[107]) ).

thf(202,plain,
    ( ( ! [X1: $i,X2: $i,Y1: $i,Y2: $i] :
          ( ( Y1 = Y2 )
          | ( ( m_Ack @ X1 @ Y1 )
           != ( m_Ack @ X2 @ Y2 ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[108]) ).

thf(203,plain,
    ( ( ! [X1: $i,X2: $i] :
          ( ( X1 = X2 )
          | ! [Y1: $i,Y2: $i] :
              ( ( m_Ack @ X1 @ Y1 )
             != ( m_Ack @ X2 @ Y2 ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[109]) ).

thf(204,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( X = Y )
          | ( ( m_Down @ X )
           != ( m_Down @ Y ) ) )
      & ! [X: $i,Y: $i] :
          ( ( ( m_Down @ X )
            = ( m_Down @ Y ) )
          | ( X != Y ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[110]) ).

thf(205,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( X = Y )
          | ( ( m_Ldr @ X )
           != ( m_Ldr @ Y ) ) )
      & ! [X: $i,Y: $i] :
          ( ( ( m_Ldr @ X )
            = ( m_Ldr @ Y ) )
          | ( X != Y ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[111]) ).

thf(206,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( m_Ldr @ X )
         != ( m_NotNorm @ Y ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[112]) ).

thf(207,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( m_Ldr @ X )
         != ( m_NormQ @ Y ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[113]) ).

thf(208,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( m_Ldr @ X )
         != ( m_Halt @ Y ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[114]) ).

thf(209,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( m_Down @ X )
         != ( m_NormQ @ Y ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[115]) ).

thf(210,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( m_Down @ X )
         != ( m_NotNorm @ Y ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[116]) ).

thf(211,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( m_Down @ X )
         != ( m_Ldr @ Y ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[117]) ).

thf(212,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( m_Down @ X )
         != ( m_Halt @ Y ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[118]) ).

thf(213,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ( m_Ack @ X @ Y )
         != ( m_NormQ @ Z ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[119]) ).

thf(214,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ( m_Ack @ X @ Y )
         != ( m_Ldr @ Z ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[120]) ).

thf(215,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ( m_Ack @ X @ Y )
         != ( m_NotNorm @ Z ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[121]) ).

thf(216,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ( m_Ack @ X @ Y )
         != ( m_Down @ Z ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[122]) ).

thf(217,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ( m_Ack @ X @ Y )
         != ( m_Halt @ Z ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[123]) ).

thf(218,plain,
    ( ( ( norm != wait ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[124]) ).

thf(219,plain,
    ( ( ( elec_2 != norm ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[125]) ).

thf(220,plain,
    ( ( ( elec_2 != wait ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[126]) ).

thf(221,plain,
    ( ( ( elec_1 != norm ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[127]) ).

thf(222,plain,
    ( ( ( elec_1 != wait ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[128]) ).

thf(223,plain,
    ( ( ( elec_1 != elec_2 ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[129]) ).

thf(224,plain,
    ( ( ! [P: $i,Q: $i] :
          ( ( ( s @ ( host @ P ) )
           != ( host @ Q ) )
          | ( ( host @ P )
           != ( host @ Q ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[133]) ).

thf(225,plain,
    ( ( ! [Pid: $i] :
          ( ! [Pid2: $i] :
              ~ ( elem @ ( m_Ack @ Pid @ Pid2 ) @ ( queue @ ( host @ Pid ) ) )
          | ( setIn @ Pid @ pids ) )
      & ! [Pid: $i,Pid2: $i] :
          ( ~ ( elem @ ( m_Ack @ Pid @ Pid2 ) @ ( queue @ ( host @ Pid ) ) )
          | ( setIn @ Pid2 @ pids ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[134]) ).

thf(226,plain,
    ( ( ! [Pid: $i] :
          ( ! [Pid2: $i] :
              ~ ( elem @ ( m_Ack @ Pid @ Pid2 ) @ ( queue @ ( host @ Pid ) ) )
          | ( setIn @ Pid @ pids ) )
      & ! [Pid: $i,Pid2: $i] :
          ( ~ ( elem @ ( m_Ack @ Pid @ Pid2 ) @ ( queue @ ( host @ Pid ) ) )
          | ( setIn @ Pid2 @ pids ) ) )
    = $true ),
    inference(copy,[status(thm)],[225]) ).

thf(227,plain,
    ( ( ! [P: $i,Q: $i] :
          ( ( ( s @ ( host @ P ) )
           != ( host @ Q ) )
          | ( ( host @ P )
           != ( host @ Q ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[224]) ).

thf(228,plain,
    ( ( ! [P: $i] : ( leq @ ( s @ zero ) @ ( host @ P ) ) )
    = $true ),
    inference(copy,[status(thm)],[132]) ).

thf(229,plain,
    ( ( leq @ ( s @ zero ) @ nbr_proc )
    = $true ),
    inference(copy,[status(thm)],[131]) ).

thf(230,plain,
    ( ( ! [P: $i] : ( leq @ ( host @ P ) @ nbr_proc ) )
    = $true ),
    inference(copy,[status(thm)],[130]) ).

thf(231,plain,
    ( ( ( elec_1 != elec_2 ) )
    = $true ),
    inference(copy,[status(thm)],[223]) ).

thf(232,plain,
    ( ( ( elec_1 != wait ) )
    = $true ),
    inference(copy,[status(thm)],[222]) ).

thf(233,plain,
    ( ( ( elec_1 != norm ) )
    = $true ),
    inference(copy,[status(thm)],[221]) ).

thf(234,plain,
    ( ( ( elec_2 != wait ) )
    = $true ),
    inference(copy,[status(thm)],[220]) ).

thf(235,plain,
    ( ( ( elec_2 != norm ) )
    = $true ),
    inference(copy,[status(thm)],[219]) ).

thf(236,plain,
    ( ( ( norm != wait ) )
    = $true ),
    inference(copy,[status(thm)],[218]) ).

thf(237,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ( m_Ack @ X @ Y )
         != ( m_Halt @ Z ) ) )
    = $true ),
    inference(copy,[status(thm)],[217]) ).

thf(238,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ( m_Ack @ X @ Y )
         != ( m_Down @ Z ) ) )
    = $true ),
    inference(copy,[status(thm)],[216]) ).

thf(239,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ( m_Ack @ X @ Y )
         != ( m_NotNorm @ Z ) ) )
    = $true ),
    inference(copy,[status(thm)],[215]) ).

thf(240,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ( m_Ack @ X @ Y )
         != ( m_Ldr @ Z ) ) )
    = $true ),
    inference(copy,[status(thm)],[214]) ).

thf(241,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ( m_Ack @ X @ Y )
         != ( m_NormQ @ Z ) ) )
    = $true ),
    inference(copy,[status(thm)],[213]) ).

thf(242,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( m_Down @ X )
         != ( m_Halt @ Y ) ) )
    = $true ),
    inference(copy,[status(thm)],[212]) ).

thf(243,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( m_Down @ X )
         != ( m_Ldr @ Y ) ) )
    = $true ),
    inference(copy,[status(thm)],[211]) ).

thf(244,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( m_Down @ X )
         != ( m_NotNorm @ Y ) ) )
    = $true ),
    inference(copy,[status(thm)],[210]) ).

thf(245,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( m_Down @ X )
         != ( m_NormQ @ Y ) ) )
    = $true ),
    inference(copy,[status(thm)],[209]) ).

thf(246,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( m_Ldr @ X )
         != ( m_Halt @ Y ) ) )
    = $true ),
    inference(copy,[status(thm)],[208]) ).

thf(247,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( m_Ldr @ X )
         != ( m_NormQ @ Y ) ) )
    = $true ),
    inference(copy,[status(thm)],[207]) ).

thf(248,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( m_Ldr @ X )
         != ( m_NotNorm @ Y ) ) )
    = $true ),
    inference(copy,[status(thm)],[206]) ).

thf(249,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( X = Y )
          | ( ( m_Ldr @ X )
           != ( m_Ldr @ Y ) ) )
      & ! [X: $i,Y: $i] :
          ( ( ( m_Ldr @ X )
            = ( m_Ldr @ Y ) )
          | ( X != Y ) ) )
    = $true ),
    inference(copy,[status(thm)],[205]) ).

thf(250,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( X = Y )
          | ( ( m_Down @ X )
           != ( m_Down @ Y ) ) )
      & ! [X: $i,Y: $i] :
          ( ( ( m_Down @ X )
            = ( m_Down @ Y ) )
          | ( X != Y ) ) )
    = $true ),
    inference(copy,[status(thm)],[204]) ).

thf(251,plain,
    ( ( ! [X1: $i,X2: $i] :
          ( ( X1 = X2 )
          | ! [Y1: $i,Y2: $i] :
              ( ( m_Ack @ X1 @ Y1 )
             != ( m_Ack @ X2 @ Y2 ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[203]) ).

thf(252,plain,
    ( ( ! [X1: $i,X2: $i,Y1: $i,Y2: $i] :
          ( ( Y1 = Y2 )
          | ( ( m_Ack @ X1 @ Y1 )
           != ( m_Ack @ X2 @ Y2 ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[202]) ).

thf(253,plain,
    ( ( ! [Pid: $i,Pid2: $i] :
          ( ( ( host @ Pid )
            = ( host @ Pid2 ) )
          | ( Pid != Pid2 ) ) )
    = $true ),
    inference(copy,[status(thm)],[201]) ).

thf(254,plain,
    ( ( ~ ( setIn @ nil @ alive ) )
    = $true ),
    inference(copy,[status(thm)],[106]) ).

thf(255,plain,
    ( ( ! [X: $i,Q: $i] :
          ( ( head @ ( cons @ X @ Q ) )
          = X ) )
    = $true ),
    inference(copy,[status(thm)],[105]) ).

thf(256,plain,
    ( ( ! [X: $i,Q: $i] :
          ( ( tail @ ( cons @ X @ Q ) )
          = Q ) )
    = $true ),
    inference(copy,[status(thm)],[104]) ).

thf(257,plain,
    ( ( ! [X: $i,Q: $i] :
          ( q_nil
         != ( cons @ X @ Q ) ) )
    = $true ),
    inference(copy,[status(thm)],[200]) ).

thf(258,plain,
    ( ( ! [X: $i] :
          ( ( cons @ X @ q_nil )
          = ( snoc @ q_nil @ X ) ) )
    = $true ),
    inference(copy,[status(thm)],[102]) ).

thf(259,plain,
    ( ( ! [X: $i,Y: $i,Q: $i] :
          ( ( snoc @ ( cons @ X @ Q ) @ Y )
          = ( cons @ X @ ( snoc @ Q @ Y ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[101]) ).

thf(260,plain,
    ( ( ! [X: $i] :
          ~ ( elem @ X @ q_nil ) )
    = $true ),
    inference(copy,[status(thm)],[100]) ).

thf(261,plain,
    ( ( ! [X: $i] :
          ( ! [Y: $i,Q: $i] :
              ( ~ ( elem @ X @ ( cons @ Y @ Q ) )
              | ( X = Y )
              | ( elem @ X @ Q ) )
          & ! [Y: $i] :
              ( ( X != Y )
              | ! [Q: $i] : ( elem @ X @ ( cons @ Y @ Q ) ) )
          & ! [Y: $i,Q: $i] :
              ( ~ ( elem @ X @ Q )
              | ( elem @ X @ ( cons @ Y @ Q ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[199]) ).

thf(262,plain,
    ( ( ! [X: $i] :
          ( ! [Y: $i,Q: $i] :
              ( ~ ( elem @ X @ ( snoc @ Q @ Y ) )
              | ( X = Y )
              | ( elem @ X @ Q ) )
          & ! [Y: $i] :
              ( ( X != Y )
              | ! [Q: $i] : ( elem @ X @ ( snoc @ Q @ Y ) ) )
          & ! [Y: $i,Q: $i] :
              ( ~ ( elem @ X @ Q )
              | ( elem @ X @ ( snoc @ Q @ Y ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[198]) ).

thf(263,plain,
    ( ( ! [X: $i] :
          ( ( ! [Y: $i] :
                ( X
               != ( m_Halt @ Y ) )
            & ! [Y: $i] :
                ( X
               != ( m_Down @ Y ) ) )
          | ( pidElem @ X ) )
      & ! [X: $i] :
          ( ~ ( pidElem @ X )
          | ( X
            = ( m_Halt @ ( sK15_Y @ X ) ) )
          | ( X
            = ( m_Down @ ( sK14_Y @ X ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[197]) ).

thf(264,plain,
    ( ( ! [X: $i] :
          ( ( pidMsg @ ( m_Down @ X ) )
          = X ) )
    = $true ),
    inference(copy,[status(thm)],[96]) ).

thf(265,plain,
    ( ( ! [Q: $i] :
          ( ~ ( ordered @ Q )
          | ! [X: $i,Y: $i] : ( ordered @ ( snoc @ Q @ ( m_Ack @ X @ Y ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[196]) ).

thf(266,plain,
    ( ( ! [Q: $i] :
          ( ~ ( ordered @ Q )
          | ! [X: $i] : ( ordered @ ( snoc @ Q @ ( m_Ldr @ X ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[195]) ).

thf(267,plain,
    ( ( ! [Q: $i,X: $i,Y: $i] :
          ( ( ( host @ X )
           != ( host @ Y ) )
          | ~ ( ordered @ ( cons @ ( m_Halt @ X ) @ Q ) )
          | ~ ( elem @ ( m_Down @ Y ) @ Q )
          | ( leq @ X @ Y ) ) )
    = $true ),
    inference(copy,[status(thm)],[194]) ).

thf(268,plain,
    ( ( ! [X: $i] :
          ~ ( leq @ ( s @ X ) @ X ) )
    = $true ),
    inference(copy,[status(thm)],[92]) ).

thf(269,plain,
    ( ( ! [X: $i] : ( leq @ X @ X ) )
    = $true ),
    inference(copy,[status(thm)],[91]) ).

thf(270,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( leq @ X @ Y )
          | ( leq @ Y @ X ) ) )
    = $true ),
    inference(copy,[status(thm)],[90]) ).

thf(271,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( leq @ X @ Y )
          | ~ ( leq @ Y @ X )
          | ( X = Y ) )
      & ! [X: $i,Y: $i] :
          ( ( X != Y )
          | ( leq @ X @ Y ) )
      & ! [X: $i,Y: $i] :
          ( ( X != Y )
          | ( leq @ Y @ X ) ) )
    = $true ),
    inference(copy,[status(thm)],[193]) ).

thf(272,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ~ ( leq @ X @ Y )
          | ~ ( leq @ Y @ Z )
          | ( leq @ X @ Z ) ) )
    = $true ),
    inference(copy,[status(thm)],[192]) ).

thf(273,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( leq @ X @ Y )
          | ( leq @ ( s @ X ) @ ( s @ Y ) ) )
      & ! [X: $i,Y: $i] :
          ( ~ ( leq @ ( s @ X ) @ ( s @ Y ) )
          | ( leq @ X @ Y ) ) )
    = $true ),
    inference(copy,[status(thm)],[191]) ).

thf(274,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( leq @ X @ ( s @ Y ) )
          | ( X
            = ( s @ Y ) )
          | ( leq @ X @ Y ) )
      & ! [X: $i,Y: $i] :
          ( ( X
           != ( s @ Y ) )
          | ( leq @ X @ ( s @ Y ) ) )
      & ! [X: $i,Y: $i] :
          ( ~ ( leq @ X @ Y )
          | ( leq @ X @ ( s @ Y ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[190]) ).

thf(275,plain,
    ( ( ! [X: $i] :
          ~ ( setIn @ X @ setEmpty ) )
    = $true ),
    inference(copy,[status(thm)],[85]) ).

thf(276,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( m_NotNorm @ X )
         != ( m_Halt @ Y ) ) )
    = $true ),
    inference(copy,[status(thm)],[189]) ).

thf(277,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( m_NormQ @ X )
         != ( m_Halt @ Y ) ) )
    = $true ),
    inference(copy,[status(thm)],[188]) ).

thf(278,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( m_NormQ @ X )
         != ( m_NotNorm @ Y ) ) )
    = $true ),
    inference(copy,[status(thm)],[187]) ).

thf(279,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( X = Y )
          | ( ( m_Halt @ X )
           != ( m_Halt @ Y ) ) )
      & ! [X: $i,Y: $i] :
          ( ( ( m_Halt @ X )
            = ( m_Halt @ Y ) )
          | ( X != Y ) ) )
    = $true ),
    inference(copy,[status(thm)],[186]) ).

thf(280,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( X = Y )
          | ( ( m_NormQ @ X )
           != ( m_NormQ @ Y ) ) )
      & ! [X: $i,Y: $i] :
          ( ( ( m_NormQ @ X )
            = ( m_NormQ @ Y ) )
          | ( X != Y ) ) )
    = $true ),
    inference(copy,[status(thm)],[185]) ).

thf(281,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( X = Y )
          | ( ( m_NotNorm @ X )
           != ( m_NotNorm @ Y ) ) )
      & ! [X: $i,Y: $i] :
          ( ( ( m_NotNorm @ X )
            = ( m_NotNorm @ Y ) )
          | ( X != Y ) ) )
    = $true ),
    inference(copy,[status(thm)],[184]) ).

thf(282,plain,
    ( ( ! [Y: $i,Q: $i] :
          ( ( last @ ( snoc @ Q @ Y ) )
          = Y ) )
    = $true ),
    inference(copy,[status(thm)],[78]) ).

thf(283,plain,
    ( ( ! [Y: $i,Q: $i] :
          ( ( init @ ( snoc @ Q @ Y ) )
          = Q ) )
    = $true ),
    inference(copy,[status(thm)],[77]) ).

thf(284,plain,
    ( ( ! [Q: $i] :
          ( ( Q = q_nil )
          | ( Q
            = ( cons @ ( head @ Q ) @ ( tail @ Q ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[76]) ).

thf(285,plain,
    ( ( ! [Y: $i,Q: $i] :
          ( q_nil
         != ( snoc @ Q @ Y ) ) )
    = $true ),
    inference(copy,[status(thm)],[183]) ).

thf(286,plain,
    ( ( ! [X: $i] :
          ( ( pidMsg @ ( m_Halt @ X ) )
          = X ) )
    = $true ),
    inference(copy,[status(thm)],[74]) ).

thf(287,plain,
    ( ( ordered @ q_nil )
    = $true ),
    inference(copy,[status(thm)],[73]) ).

thf(288,plain,
    ( ( ! [X: $i] : ( ordered @ ( cons @ X @ q_nil ) )
      & ! [X: $i] : ( ordered @ ( snoc @ q_nil @ X ) ) )
    = $true ),
    inference(copy,[status(thm)],[182]) ).

thf(289,plain,
    ( ( ! [X: $i,Q: $i] :
          ( ( ( elem @ ( sK13_Y @ Q @ X ) @ Q )
            & ( pidElem @ X )
            & ( pidElem @ ( sK13_Y @ Q @ X ) )
            & ( ( host @ ( pidMsg @ ( sK13_Y @ Q @ X ) ) )
              = ( host @ ( pidMsg @ X ) ) )
            & ~ ( leq @ ( pidMsg @ X ) @ ( pidMsg @ ( sK13_Y @ Q @ X ) ) ) )
          | ~ ( ordered @ Q )
          | ( ordered @ ( cons @ X @ Q ) ) )
      & ! [X: $i,Q: $i] :
          ( ~ ( ordered @ ( cons @ X @ Q ) )
          | ! [Y: $i] :
              ( ~ ( elem @ Y @ Q )
              | ~ ( pidElem @ X )
              | ~ ( pidElem @ Y )
              | ( ( host @ ( pidMsg @ Y ) )
               != ( host @ ( pidMsg @ X ) ) )
              | ( leq @ ( pidMsg @ X ) @ ( pidMsg @ Y ) ) ) )
      & ! [X: $i,Q: $i] :
          ( ~ ( ordered @ ( cons @ X @ Q ) )
          | ( ordered @ Q ) ) )
    = $true ),
    inference(copy,[status(thm)],[181]) ).

thf(290,plain,
    ( ( ! [X: $i,Q: $i] :
          ( ( ( elem @ ( sK12_Y @ Q @ X ) @ Q )
            & ( pidElem @ X )
            & ( pidElem @ ( sK12_Y @ Q @ X ) )
            & ( ( host @ ( pidMsg @ ( sK12_Y @ Q @ X ) ) )
              = ( host @ ( pidMsg @ X ) ) )
            & ~ ( leq @ ( pidMsg @ ( sK12_Y @ Q @ X ) ) @ ( pidMsg @ X ) ) )
          | ~ ( ordered @ Q )
          | ( ordered @ ( snoc @ Q @ X ) ) )
      & ! [X: $i,Q: $i] :
          ( ~ ( ordered @ ( snoc @ Q @ X ) )
          | ! [Y: $i] :
              ( ~ ( elem @ Y @ Q )
              | ~ ( pidElem @ X )
              | ~ ( pidElem @ Y )
              | ( ( host @ ( pidMsg @ Y ) )
               != ( host @ ( pidMsg @ X ) ) )
              | ( leq @ ( pidMsg @ Y ) @ ( pidMsg @ X ) ) ) )
      & ! [X: $i,Q: $i] :
          ( ~ ( ordered @ ( snoc @ Q @ X ) )
          | ( ordered @ Q ) ) )
    = $true ),
    inference(copy,[status(thm)],[180]) ).

thf(291,plain,
    ( ( leq @ nbr_proc @ ( index @ pendack @ ( host @ sK3_SY1713 ) ) )
    = $true ),
    inference(copy,[status(thm)],[160]) ).

thf(292,plain,
    ( ( ( host @ sK4_SY1767 )
      = ( index @ pendack @ ( host @ sK3_SY1713 ) ) )
    = $true ),
    inference(copy,[status(thm)],[159]) ).

thf(293,plain,
    ( ( ( index @ status @ ( host @ sK3_SY1713 ) )
      = elec_2 )
    = $true ),
    inference(copy,[status(thm)],[158]) ).

thf(294,plain,
    ( ( ( index @ elid @ ( host @ sK3_SY1713 ) )
      = sK2_SY1658 )
    = $true ),
    inference(copy,[status(thm)],[157]) ).

thf(295,plain,
    ( ( setIn @ sK3_SY1713 @ alive )
    = $true ),
    inference(copy,[status(thm)],[156]) ).

thf(296,plain,
    ( ( ( queue @ ( host @ sK3_SY1713 ) )
      = ( cons @ ( m_Ack @ sK2_SY1658 @ sK4_SY1767 ) @ sK1_V ) )
    = $true ),
    inference(copy,[status(thm)],[155]) ).

thf(297,plain,
    ( ( ! [Z: $i,Pid30: $i] :
          ( ! [Pid20: $i,Pid0: $i] :
              ( ( ~ ( leq @ ( host @ Pid0 ) @ ( sK11_V0 @ Pid0 @ Pid20 @ Pid30 @ Z ) )
                & ( leq @ ( s @ zero ) @ ( sK11_V0 @ Pid0 @ Pid20 @ Pid30 @ Z ) )
                & ( ( sK11_V0 @ Pid0 @ Pid20 @ Pid30 @ Z )
                 != ( host @ Pid20 ) )
                & ~ ( setIn @ ( sK11_V0 @ Pid0 @ Pid20 @ Pid30 @ Z ) @ ( index @ down @ ( host @ Pid0 ) ) ) )
              | ~ ( setIn @ Pid0 @ alive )
              | ~ ( leq @ nbr_proc @ ( s @ ( host @ Pid0 ) ) )
              | ~ ( elem @ ( m_Down @ Pid20 ) @ ( queue @ ( host @ Pid0 ) ) )
              | ~ ( elem @ ( m_Down @ Pid30 ) @ ( queue @ ( host @ Pid0 ) ) )
              | ( ( host @ Pid30 )
               != ( s @ ( host @ Pid0 ) ) )
              | ( ( index @ status @ ( host @ Pid0 ) )
               != elec_1 ) )
          | ( ( index @ ldr @ ( host @ Z ) )
           != ( host @ Z ) )
          | ~ ( setIn @ Z @ alive )
          | ( ( index @ status @ ( host @ Z ) )
           != norm ) ) )
    = $true ),
    inference(copy,[status(thm)],[179]) ).

thf(298,plain,
    ( ( ! [Z: $i,Pid30: $i] :
          ( ! [Pid20: $i,Pid0: $i] :
              ( ( ~ ( leq @ ( host @ Pid0 ) @ ( sK10_V0 @ Pid0 @ Pid20 @ Pid30 @ Z ) )
                & ( leq @ ( s @ zero ) @ ( sK10_V0 @ Pid0 @ Pid20 @ Pid30 @ Z ) )
                & ( ( sK10_V0 @ Pid0 @ Pid20 @ Pid30 @ Z )
                 != ( host @ Pid20 ) )
                & ~ ( setIn @ ( sK10_V0 @ Pid0 @ Pid20 @ Pid30 @ Z ) @ ( index @ down @ ( host @ Pid0 ) ) ) )
              | ~ ( setIn @ Z @ alive )
              | ~ ( leq @ ( host @ Z ) @ ( host @ Pid0 ) )
              | ~ ( elem @ ( m_Down @ Pid20 ) @ ( queue @ ( host @ Pid0 ) ) )
              | ( ( host @ Pid30 )
               != ( host @ Pid0 ) )
              | ( ( index @ status @ ( host @ Z ) )
               != elec_2 )
              | ( ( index @ status @ ( host @ Pid0 ) )
               != elec_1 ) )
          | ~ ( elem @ ( m_Ack @ Z @ Pid30 ) @ ( queue @ ( host @ Z ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[178]) ).

thf(299,plain,
    ( ( ! [Z: $i,Pid20: $i] :
          ( ! [Pid0: $i] :
              ( ( ( host @ Pid0 )
                = ( host @ Pid20 ) )
              | ~ ( setIn @ Pid0 @ alive )
              | ~ ( elem @ ( m_Down @ Z ) @ ( queue @ ( host @ Pid0 ) ) )
              | ( ( host @ Pid20 )
               != ( host @ Z ) )
              | ( ( index @ status @ ( host @ Pid0 ) )
               != wait )
              | ( ( host @ ( index @ elid @ ( host @ Pid0 ) ) )
               != ( host @ Pid20 ) ) )
          | ( ( index @ status @ ( host @ Pid20 ) )
           != norm )
          | ~ ( setIn @ Pid20 @ alive )
          | ( ( index @ ldr @ ( host @ Pid20 ) )
           != ( host @ Pid20 ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[177]) ).

thf(300,plain,
    ( ( ! [Z: $i,Pid20: $i] :
          ( ! [Pid0: $i] :
              ( ( ( host @ Pid0 )
                = ( host @ Pid20 ) )
              | ~ ( setIn @ Pid0 @ alive )
              | ~ ( elem @ ( m_Down @ Z ) @ ( queue @ ( host @ Pid0 ) ) )
              | ( ( host @ Pid20 )
               != ( host @ Z ) )
              | ( ( index @ status @ ( host @ Pid0 ) )
               != norm )
              | ( ( index @ ldr @ ( host @ Pid0 ) )
               != ( host @ Pid20 ) ) )
          | ( ( index @ status @ ( host @ Pid20 ) )
           != norm )
          | ~ ( setIn @ Pid20 @ alive )
          | ( ( index @ ldr @ ( host @ Pid20 ) )
           != ( host @ Pid20 ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[176]) ).

thf(301,plain,
    ( ( ! [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 ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[175]) ).

thf(302,plain,
    ( ( ! [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 ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[174]) ).

thf(303,plain,
    ( ( ! [Z: $i] :
          ( ! [Pid20: $i] :
              ( ! [Pid0: $i] :
                  ( ( leq @ ( host @ Pid20 ) @ ( host @ Pid0 ) )
                  | ~ ( setIn @ Pid0 @ alive )
                  | ~ ( elem @ ( m_Down @ Pid20 ) @ ( queue @ ( host @ Pid0 ) ) ) )
              | ( ( host @ Pid20 )
               != ( host @ Z ) ) )
          | ( ( index @ ldr @ ( host @ Z ) )
           != ( host @ Z ) )
          | ~ ( setIn @ Z @ alive )
          | ( ( index @ status @ ( host @ Z ) )
           != norm ) ) )
    = $true ),
    inference(copy,[status(thm)],[173]) ).

thf(304,plain,
    ( ( ! [Z: $i,Pid0: $i] :
          ( ~ ( setIn @ Z @ alive )
          | ~ ( setIn @ Pid0 @ alive )
          | ( ( index @ ldr @ ( host @ Z ) )
           != ( host @ Z ) )
          | ( ( index @ status @ ( host @ Z ) )
           != norm )
          | ( ( index @ status @ ( host @ Pid0 ) )
           != norm )
          | ( ( index @ ldr @ ( host @ Pid0 ) )
           != ( host @ Pid0 ) )
          | ( Pid0 = Z ) ) )
    = $true ),
    inference(copy,[status(thm)],[172]) ).

thf(305,plain,
    ( ( ! [Z: $i,Pid20: $i] :
          ( ! [Pid0: $i] :
              ( ( ( host @ Pid20 )
               != ( host @ Pid0 ) )
              | ~ ( setIn @ Pid0 @ alive )
              | ( ( index @ status @ ( host @ Pid0 ) )
               != norm )
              | ( ( index @ ldr @ ( host @ Pid0 ) )
               != ( host @ Pid0 ) ) )
          | ~ ( elem @ ( m_Down @ Pid20 ) @ ( queue @ ( host @ Z ) ) )
          | ~ ( setIn @ Z @ alive ) ) )
    = $true ),
    inference(copy,[status(thm)],[171]) ).

thf(306,plain,
    ( ( ! [Z: $i,Pid20: $i,Pid0: $i] :
          ( ~ ( setIn @ Z @ alive )
          | ~ ( setIn @ Pid0 @ alive )
          | ~ ( elem @ ( m_Down @ Pid20 ) @ ( queue @ ( host @ Z ) ) )
          | ( ( host @ Pid0 )
           != ( host @ Pid20 ) )
          | ( ( index @ status @ ( host @ Pid0 ) )
           != elec_2 )
          | ( leq @ ( index @ pendack @ ( host @ Pid0 ) ) @ ( host @ Z ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[170]) ).

thf(307,plain,
    ( ( ! [Z: $i,Pid0: $i] :
          ( ( ( index @ status @ ( host @ Pid0 ) )
           != norm )
          | ~ ( setIn @ Pid0 @ alive )
          | ( ( index @ ldr @ ( host @ Pid0 ) )
           != ( host @ Pid0 ) )
          | ~ ( setIn @ Z @ alive )
          | ~ ( setIn @ ( host @ Pid0 ) @ ( index @ down @ ( host @ Z ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[169]) ).

thf(308,plain,
    ( ( ! [Z: $i,Pid0: $i] :
          ( ~ ( setIn @ Z @ alive )
          | ~ ( setIn @ Pid0 @ alive )
          | ~ ( setIn @ ( host @ Pid0 ) @ ( index @ down @ ( host @ Z ) ) )
          | ( ( index @ status @ ( host @ Pid0 ) )
           != elec_2 )
          | ( leq @ ( index @ pendack @ ( host @ Pid0 ) ) @ ( host @ Z ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[168]) ).

thf(309,plain,
    ( ( ! [Z: $i] :
          ( ~ ( setIn @ Z @ alive )
          | ( ( index @ status @ ( host @ Z ) )
           != elec_1 )
          | ( ( index @ elid @ ( host @ Z ) )
            = Z ) )
      & ! [Z: $i] :
          ( ~ ( setIn @ Z @ alive )
          | ( ( index @ status @ ( host @ Z ) )
           != elec_2 )
          | ( ( index @ elid @ ( host @ Z ) )
            = Z ) ) )
    = $true ),
    inference(copy,[status(thm)],[167]) ).

thf(310,plain,
    ( ( ! [Z: $i,Pid0: $i] :
          ( ( Pid0 = Z )
          | ( ( host @ Pid0 )
           != ( host @ Z ) )
          | ~ ( setIn @ Z @ alive )
          | ~ ( setIn @ Pid0 @ alive ) ) )
    = $true ),
    inference(copy,[status(thm)],[166]) ).

thf(311,plain,
    ( ( ! [Z: $i,Pid0: $i] :
          ( ~ ( elem @ ( m_Down @ Pid0 ) @ ( queue @ ( host @ Z ) ) )
          | ( ( host @ Pid0 )
           != ( host @ Z ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[165]) ).

thf(312,plain,
    ( ( ! [Z: $i,Pid0: $i] :
          ( ~ ( elem @ ( m_Ldr @ Pid0 ) @ ( queue @ ( host @ Z ) ) )
          | ~ ( leq @ ( host @ Z ) @ ( host @ Pid0 ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[164]) ).

thf(313,plain,
    ( ( ( ( host @ sK9_SY1866 )
       != ( host @ sK4_SY1767 ) )
      & ~ ( setIn @ ( host @ sK9_SY1866 ) @ ( index @ acks @ ( host @ sK3_SY1713 ) ) )
      & ( ( host @ sK3_SY1713 )
        = ( host @ sK5_SY1815 ) )
      & ( ( host @ sK3_SY1713 )
       != ( host @ sK8_SY1879 ) )
      & ! [SY1881: $i] :
          ( ( leq @ ( host @ sK8_SY1879 ) @ SY1881 )
          | ~ ( leq @ ( s @ zero ) @ SY1881 )
          | ( SY1881
            = ( host @ sK7_SY1876 ) )
          | ( setIn @ SY1881 @ ( index @ down @ ( host @ sK8_SY1879 ) ) ) )
      & ( setIn @ sK8_SY1879 @ alive )
      & ( leq @ nbr_proc @ ( s @ ( host @ sK8_SY1879 ) ) )
      & ( elem @ ( m_Down @ sK6_SY1872 ) @ ( queue @ ( host @ sK8_SY1879 ) ) )
      & ( elem @ ( m_Down @ sK7_SY1876 ) @ ( queue @ ( host @ sK8_SY1879 ) ) )
      & ( ( host @ sK6_SY1872 )
        = ( s @ ( host @ sK8_SY1879 ) ) )
      & ( ( index @ status @ ( host @ sK8_SY1879 ) )
        = elec_1 )
      & ( ( host @ sK3_SY1713 )
        = ( host @ sK5_SY1815 ) )
      & ( setIn @ sK5_SY1815 @ alive ) )
    = $true ),
    inference(copy,[status(thm)],[163]) ).

thf(314,plain,
    ( ( ~ ( ~ ! [SX0: $i] :
                ( ~ ( ~ ! [SX1: $i] :
                          ( SX0
                         != ( m_Halt @ SX1 ) )
                    | ~ ! [SX1: $i] :
                          ( SX0
                         != ( m_Down @ SX1 ) ) )
                | ( pidElem @ SX0 ) )
          | ~ ! [SX0: $i] :
                ( ~ ( pidElem @ SX0 )
                | ( SX0
                  = ( m_Halt @ ( sK15_Y @ SX0 ) ) )
                | ( SX0
                  = ( m_Down @ ( sK14_Y @ SX0 ) ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[263]) ).

thf(315,plain,
    ( ( ~ ( ~ ! [SX0: $i,SX1: $i] :
                ( ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ( elem @ ( sK12_Y @ SX1 @ SX0 ) @ SX1 )
                                      | ~ ( pidElem @ SX0 ) )
                                | ~ ( pidElem @ ( sK12_Y @ SX1 @ SX0 ) ) )
                          | ( ( host @ ( pidMsg @ ( sK12_Y @ SX1 @ SX0 ) ) )
                           != ( host @ ( pidMsg @ SX0 ) ) ) )
                    | ~ ~ ( leq @ ( pidMsg @ ( sK12_Y @ SX1 @ SX0 ) ) @ ( pidMsg @ SX0 ) ) )
                | ~ ( ordered @ SX1 )
                | ( ordered @ ( snoc @ SX1 @ SX0 ) ) )
          | ~ ~ ( ~ ! [SX0: $i,SX1: $i] :
                      ( ~ ( ordered @ ( snoc @ SX1 @ SX0 ) )
                      | ! [SX2: $i] :
                          ( ~ ( elem @ SX2 @ SX1 )
                          | ~ ( pidElem @ SX0 )
                          | ~ ( pidElem @ SX2 )
                          | ( ( host @ ( pidMsg @ SX2 ) )
                           != ( host @ ( pidMsg @ SX0 ) ) )
                          | ( leq @ ( pidMsg @ SX2 ) @ ( pidMsg @ SX0 ) ) ) )
                | ~ ! [SX0: $i,SX1: $i] :
                      ( ~ ( ordered @ ( snoc @ SX1 @ SX0 ) )
                      | ( ordered @ SX1 ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[290]) ).

thf(316,plain,
    ( ( ~ ( ~ ! [SX0: $i] : ( ordered @ ( cons @ SX0 @ q_nil ) )
          | ~ ! [SX0: $i] : ( ordered @ ( snoc @ q_nil @ SX0 ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[288]) ).

thf(317,plain,
    ( ( ~ ( ~ ! [SX0: $i] :
                ( ~ ( setIn @ SX0 @ alive )
                | ( ( index @ status @ ( host @ SX0 ) )
                 != elec_1 )
                | ( ( index @ elid @ ( host @ SX0 ) )
                  = SX0 ) )
          | ~ ! [SX0: $i] :
                ( ~ ( setIn @ SX0 @ alive )
                | ( ( index @ status @ ( host @ SX0 ) )
                 != elec_2 )
                | ( ( index @ elid @ ( host @ SX0 ) )
                  = SX0 ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[309]) ).

thf(318,plain,
    ( ( ! [SX0: $i] :
          ~ ( ~ ! [SX1: $i,SX2: $i] :
                  ( ~ ( elem @ SX0 @ ( cons @ SX1 @ SX2 ) )
                  | ( SX0 = SX1 )
                  | ( elem @ SX0 @ SX2 ) )
            | ~ ~ ( ~ ! [SX1: $i] :
                        ( ( SX0 != SX1 )
                        | ! [SX2: $i] : ( elem @ SX0 @ ( cons @ SX1 @ SX2 ) ) )
                  | ~ ! [SX1: $i,SX2: $i] :
                        ( ~ ( elem @ SX0 @ SX2 )
                        | ( elem @ SX0 @ ( cons @ SX1 @ SX2 ) ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[261]) ).

thf(319,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ! [SX2: $i,SX3: $i] :
              ( ~ ( ~ ~ ( ~ ~ ( leq @ ( host @ SX3 ) @ ( sK10_V0 @ SX3 @ SX2 @ SX1 @ SX0 ) )
                        | ~ ( leq @ ( s @ zero ) @ ( sK10_V0 @ SX3 @ SX2 @ SX1 @ SX0 ) ) )
                  | ~ ~ ( ~ ( ( ( sK10_V0 @ SX3 @ SX2 @ SX1 @ SX0 )
                             != ( host @ SX2 ) ) )
                        | ~ ~ ( setIn @ ( sK10_V0 @ SX3 @ SX2 @ SX1 @ SX0 ) @ ( index @ down @ ( host @ SX3 ) ) ) ) )
              | ~ ( setIn @ SX0 @ alive )
              | ~ ( leq @ ( host @ SX0 ) @ ( host @ SX3 ) )
              | ~ ( elem @ ( m_Down @ SX2 ) @ ( queue @ ( host @ SX3 ) ) )
              | ( ( host @ SX1 )
               != ( host @ SX3 ) )
              | ( ( index @ status @ ( host @ SX0 ) )
               != elec_2 )
              | ( ( index @ status @ ( host @ SX3 ) )
               != elec_1 ) )
          | ~ ( elem @ ( m_Ack @ SX0 @ SX1 ) @ ( queue @ ( host @ SX0 ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[298]) ).

thf(320,plain,
    ( ( ~ ( ~ ! [SX0: $i,SX1: $i] :
                ( ( SX0 = SX1 )
                | ( ( m_NotNorm @ SX0 )
                 != ( m_NotNorm @ SX1 ) ) )
          | ~ ! [SX0: $i,SX1: $i] :
                ( ( ( m_NotNorm @ SX0 )
                  = ( m_NotNorm @ SX1 ) )
                | ( SX0 != SX1 ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[281]) ).

thf(321,plain,
    ( ( ~ ( ~ ! [SX0: $i,SX1: $i] :
                ( ~ ( leq @ SX0 @ ( s @ SX1 ) )
                | ( SX0
                  = ( s @ SX1 ) )
                | ( leq @ SX0 @ SX1 ) )
          | ~ ~ ( ~ ! [SX0: $i,SX1: $i] :
                      ( ( SX0
                       != ( s @ SX1 ) )
                      | ( leq @ SX0 @ ( s @ SX1 ) ) )
                | ~ ! [SX0: $i,SX1: $i] :
                      ( ~ ( leq @ SX0 @ SX1 )
                      | ( leq @ SX0 @ ( s @ SX1 ) ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[274]) ).

thf(322,plain,
    ( ( ~ ( ~ ! [SX0: $i,SX1: $i] :
                ( ~ ( leq @ SX0 @ SX1 )
                | ~ ( leq @ SX1 @ SX0 )
                | ( SX0 = SX1 ) )
          | ~ ~ ( ~ ! [SX0: $i,SX1: $i] :
                      ( ( SX0 != SX1 )
                      | ( leq @ SX0 @ SX1 ) )
                | ~ ! [SX0: $i,SX1: $i] :
                      ( ( SX0 != SX1 )
                      | ( leq @ SX1 @ SX0 ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[271]) ).

thf(323,plain,
    ( ( ~ ( ~ ! [SX0: $i,SX1: $i] :
                ( ( SX0 = SX1 )
                | ( ( m_Ldr @ SX0 )
                 != ( m_Ldr @ SX1 ) ) )
          | ~ ! [SX0: $i,SX1: $i] :
                ( ( ( m_Ldr @ SX0 )
                  = ( m_Ldr @ SX1 ) )
                | ( SX0 != SX1 ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[249]) ).

thf(324,plain,
    ( ( ~ ( ~ ! [SX0: $i,SX1: $i] :
                ( ~ ( leq @ SX0 @ SX1 )
                | ( leq @ ( s @ SX0 ) @ ( s @ SX1 ) ) )
          | ~ ! [SX0: $i,SX1: $i] :
                ( ~ ( leq @ ( s @ SX0 ) @ ( s @ SX1 ) )
                | ( leq @ SX0 @ SX1 ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[273]) ).

thf(325,plain,
    ( ( ~ ( ~ ! [SX0: $i,SX1: $i] :
                ( ( SX0 = SX1 )
                | ( ( m_Down @ SX0 )
                 != ( m_Down @ SX1 ) ) )
          | ~ ! [SX0: $i,SX1: $i] :
                ( ( ( m_Down @ SX0 )
                  = ( m_Down @ SX1 ) )
                | ( SX0 != SX1 ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[250]) ).

thf(326,plain,
    ( ( ~ ( ~ ! [SX0: $i,SX1: $i] :
                ( ( SX0 = SX1 )
                | ( ( m_NormQ @ SX0 )
                 != ( m_NormQ @ SX1 ) ) )
          | ~ ! [SX0: $i,SX1: $i] :
                ( ( ( m_NormQ @ SX0 )
                  = ( m_NormQ @ SX1 ) )
                | ( SX0 != SX1 ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[280]) ).

thf(327,plain,
    ( ( ~ ( ~ ! [SX0: $i,SX1: $i] :
                ( ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ( elem @ ( sK13_Y @ SX1 @ SX0 ) @ SX1 )
                                      | ~ ( pidElem @ SX0 ) )
                                | ~ ( pidElem @ ( sK13_Y @ SX1 @ SX0 ) ) )
                          | ( ( host @ ( pidMsg @ ( sK13_Y @ SX1 @ SX0 ) ) )
                           != ( host @ ( pidMsg @ SX0 ) ) ) )
                    | ~ ~ ( leq @ ( pidMsg @ SX0 ) @ ( pidMsg @ ( sK13_Y @ SX1 @ SX0 ) ) ) )
                | ~ ( ordered @ SX1 )
                | ( ordered @ ( cons @ SX0 @ SX1 ) ) )
          | ~ ~ ( ~ ! [SX0: $i,SX1: $i] :
                      ( ~ ( ordered @ ( cons @ SX0 @ SX1 ) )
                      | ! [SX2: $i] :
                          ( ~ ( elem @ SX2 @ SX1 )
                          | ~ ( pidElem @ SX0 )
                          | ~ ( pidElem @ SX2 )
                          | ( ( host @ ( pidMsg @ SX2 ) )
                           != ( host @ ( pidMsg @ SX0 ) ) )
                          | ( leq @ ( pidMsg @ SX0 ) @ ( pidMsg @ SX2 ) ) ) )
                | ~ ! [SX0: $i,SX1: $i] :
                      ( ~ ( ordered @ ( cons @ SX0 @ SX1 ) )
                      | ( ordered @ SX1 ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[289]) ).

thf(328,plain,
    ( ( ! [SX0: $i] :
          ~ ( ~ ! [SX1: $i,SX2: $i] :
                  ( ~ ( elem @ SX0 @ ( snoc @ SX2 @ SX1 ) )
                  | ( SX0 = SX1 )
                  | ( elem @ SX0 @ SX2 ) )
            | ~ ~ ( ~ ! [SX1: $i] :
                        ( ( SX0 != SX1 )
                        | ! [SX2: $i] : ( elem @ SX0 @ ( snoc @ SX2 @ SX1 ) ) )
                  | ~ ! [SX1: $i,SX2: $i] :
                        ( ~ ( elem @ SX0 @ SX2 )
                        | ( elem @ SX0 @ ( snoc @ SX2 @ SX1 ) ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[262]) ).

thf(329,plain,
    ( ( ~ ( ~ ! [SX0: $i] :
                ( ! [SX1: $i] :
                    ~ ( elem @ ( m_Ack @ SX0 @ SX1 ) @ ( queue @ ( host @ SX0 ) ) )
                | ( setIn @ SX0 @ pids ) )
          | ~ ! [SX0: $i,SX1: $i] :
                ( ~ ( elem @ ( m_Ack @ SX0 @ SX1 ) @ ( queue @ ( host @ SX0 ) ) )
                | ( setIn @ SX1 @ pids ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[226]) ).

thf(330,plain,
    ( ( ~ ( ~ ~ ( ~ ( ( ( host @ sK9_SY1866 )
                     != ( host @ sK4_SY1767 ) ) )
                | ~ ~ ( setIn @ ( host @ sK9_SY1866 ) @ ( index @ acks @ ( host @ sK3_SY1713 ) ) ) )
          | ~ ~ ( ( ( host @ sK3_SY1713 )
                 != ( host @ sK5_SY1815 ) )
                | ~ ~ ( ~ ( ( ( host @ sK3_SY1713 )
                           != ( host @ sK8_SY1879 ) ) )
                      | ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ! [SX0: $i] :
                                                                      ( ( leq @ ( host @ sK8_SY1879 ) @ SX0 )
                                                                      | ~ ( leq @ ( s @ zero ) @ SX0 )
                                                                      | ( SX0
                                                                        = ( host @ sK7_SY1876 ) )
                                                                      | ( setIn @ SX0 @ ( index @ down @ ( host @ sK8_SY1879 ) ) ) )
                                                                | ~ ( setIn @ sK8_SY1879 @ alive ) )
                                                          | ~ ( leq @ nbr_proc @ ( s @ ( host @ sK8_SY1879 ) ) ) )
                                                    | ~ ( elem @ ( m_Down @ sK6_SY1872 ) @ ( queue @ ( host @ sK8_SY1879 ) ) ) )
                                              | ~ ( elem @ ( m_Down @ sK7_SY1876 ) @ ( queue @ ( host @ sK8_SY1879 ) ) ) )
                                        | ( ( host @ sK6_SY1872 )
                                         != ( s @ ( host @ sK8_SY1879 ) ) ) )
                                  | ( ( index @ status @ ( host @ sK8_SY1879 ) )
                                   != elec_1 ) )
                            | ~ ~ ( ( ( host @ sK3_SY1713 )
                                   != ( host @ sK5_SY1815 ) )
                                  | ~ ( setIn @ sK5_SY1815 @ alive ) ) ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[313]) ).

thf(331,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ! [SX2: $i,SX3: $i] :
              ( ~ ( ~ ~ ( ~ ~ ( leq @ ( host @ SX3 ) @ ( sK11_V0 @ SX3 @ SX2 @ SX1 @ SX0 ) )
                        | ~ ( leq @ ( s @ zero ) @ ( sK11_V0 @ SX3 @ SX2 @ SX1 @ SX0 ) ) )
                  | ~ ~ ( ~ ( ( ( sK11_V0 @ SX3 @ SX2 @ SX1 @ SX0 )
                             != ( host @ SX2 ) ) )
                        | ~ ~ ( setIn @ ( sK11_V0 @ SX3 @ SX2 @ SX1 @ SX0 ) @ ( index @ down @ ( host @ SX3 ) ) ) ) )
              | ~ ( setIn @ SX3 @ alive )
              | ~ ( leq @ nbr_proc @ ( s @ ( host @ SX3 ) ) )
              | ~ ( elem @ ( m_Down @ SX2 ) @ ( queue @ ( host @ SX3 ) ) )
              | ~ ( elem @ ( m_Down @ SX1 ) @ ( queue @ ( host @ SX3 ) ) )
              | ( ( host @ SX1 )
               != ( s @ ( host @ SX3 ) ) )
              | ( ( index @ status @ ( host @ SX3 ) )
               != elec_1 ) )
          | ( ( index @ ldr @ ( host @ SX0 ) )
           != ( host @ SX0 ) )
          | ~ ( setIn @ SX0 @ alive )
          | ( ( index @ status @ ( host @ SX0 ) )
           != norm ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[297]) ).

thf(332,plain,
    ( ( ~ ( ~ ! [SX0: $i,SX1: $i] :
                ( ( SX0 = SX1 )
                | ( ( m_Halt @ SX0 )
                 != ( m_Halt @ SX1 ) ) )
          | ~ ! [SX0: $i,SX1: $i] :
                ( ( ( m_Halt @ SX0 )
                  = ( m_Halt @ SX1 ) )
                | ( SX0 != SX1 ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[279]) ).

thf(333,plain,
    ! [SV1: $i] :
      ( ( ! [SY1882: $i] :
            ( ( ( s @ ( host @ SV1 ) )
             != ( host @ SY1882 ) )
            | ( ( host @ SV1 )
             != ( host @ SY1882 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[227]) ).

thf(334,plain,
    ! [SV2: $i] :
      ( ( leq @ ( s @ zero ) @ ( host @ SV2 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[228]) ).

thf(335,plain,
    ! [SV3: $i] :
      ( ( leq @ ( host @ SV3 ) @ nbr_proc )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[230]) ).

thf(336,plain,
    ( ( elec_1 = elec_2 )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[231]) ).

thf(337,plain,
    ( ( elec_1 = wait )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[232]) ).

thf(338,plain,
    ( ( elec_1 = norm )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[233]) ).

thf(339,plain,
    ( ( elec_2 = wait )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[234]) ).

thf(340,plain,
    ( ( elec_2 = norm )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[235]) ).

thf(341,plain,
    ( ( norm = wait )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[236]) ).

thf(342,plain,
    ! [SV4: $i] :
      ( ( ! [SY1883: $i,SY1884: $i] :
            ( ( m_Ack @ SV4 @ SY1883 )
           != ( m_Halt @ SY1884 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[237]) ).

thf(343,plain,
    ! [SV5: $i] :
      ( ( ! [SY1885: $i,SY1886: $i] :
            ( ( m_Ack @ SV5 @ SY1885 )
           != ( m_Down @ SY1886 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[238]) ).

thf(344,plain,
    ! [SV6: $i] :
      ( ( ! [SY1887: $i,SY1888: $i] :
            ( ( m_Ack @ SV6 @ SY1887 )
           != ( m_NotNorm @ SY1888 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[239]) ).

thf(345,plain,
    ! [SV7: $i] :
      ( ( ! [SY1889: $i,SY1890: $i] :
            ( ( m_Ack @ SV7 @ SY1889 )
           != ( m_Ldr @ SY1890 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[240]) ).

thf(346,plain,
    ! [SV8: $i] :
      ( ( ! [SY1891: $i,SY1892: $i] :
            ( ( m_Ack @ SV8 @ SY1891 )
           != ( m_NormQ @ SY1892 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[241]) ).

thf(347,plain,
    ! [SV9: $i] :
      ( ( ! [SY1893: $i] :
            ( ( m_Down @ SV9 )
           != ( m_Halt @ SY1893 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[242]) ).

thf(348,plain,
    ! [SV10: $i] :
      ( ( ! [SY1894: $i] :
            ( ( m_Down @ SV10 )
           != ( m_Ldr @ SY1894 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[243]) ).

thf(349,plain,
    ! [SV11: $i] :
      ( ( ! [SY1895: $i] :
            ( ( m_Down @ SV11 )
           != ( m_NotNorm @ SY1895 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[244]) ).

thf(350,plain,
    ! [SV12: $i] :
      ( ( ! [SY1896: $i] :
            ( ( m_Down @ SV12 )
           != ( m_NormQ @ SY1896 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[245]) ).

thf(351,plain,
    ! [SV13: $i] :
      ( ( ! [SY1897: $i] :
            ( ( m_Ldr @ SV13 )
           != ( m_Halt @ SY1897 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[246]) ).

thf(352,plain,
    ! [SV14: $i] :
      ( ( ! [SY1898: $i] :
            ( ( m_Ldr @ SV14 )
           != ( m_NormQ @ SY1898 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[247]) ).

thf(353,plain,
    ! [SV15: $i] :
      ( ( ! [SY1899: $i] :
            ( ( m_Ldr @ SV15 )
           != ( m_NotNorm @ SY1899 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[248]) ).

thf(354,plain,
    ! [SV16: $i] :
      ( ( ! [SY1900: $i] :
            ( ( SV16 = SY1900 )
            | ! [SY1901: $i,SY1902: $i] :
                ( ( m_Ack @ SV16 @ SY1901 )
               != ( m_Ack @ SY1900 @ SY1902 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[251]) ).

thf(355,plain,
    ! [SV17: $i] :
      ( ( ! [SY1903: $i,SY1904: $i,SY1905: $i] :
            ( ( SY1904 = SY1905 )
            | ( ( m_Ack @ SV17 @ SY1904 )
             != ( m_Ack @ SY1903 @ SY1905 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[252]) ).

thf(356,plain,
    ! [SV18: $i] :
      ( ( ! [SY1906: $i] :
            ( ( ( host @ SV18 )
              = ( host @ SY1906 ) )
            | ( SV18 != SY1906 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[253]) ).

thf(357,plain,
    ( ( setIn @ nil @ alive )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[254]) ).

thf(358,plain,
    ! [SV19: $i] :
      ( ( ! [SY1907: $i] :
            ( ( head @ ( cons @ SV19 @ SY1907 ) )
            = SV19 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[255]) ).

thf(359,plain,
    ! [SV20: $i] :
      ( ( ! [SY1908: $i] :
            ( ( tail @ ( cons @ SV20 @ SY1908 ) )
            = SY1908 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[256]) ).

thf(360,plain,
    ! [SV21: $i] :
      ( ( ! [SY1909: $i] :
            ( q_nil
           != ( cons @ SV21 @ SY1909 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[257]) ).

thf(361,plain,
    ! [SV22: $i] :
      ( ( ( cons @ SV22 @ q_nil )
        = ( snoc @ q_nil @ SV22 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[258]) ).

thf(362,plain,
    ! [SV23: $i] :
      ( ( ! [SY1910: $i,SY1911: $i] :
            ( ( snoc @ ( cons @ SV23 @ SY1911 ) @ SY1910 )
            = ( cons @ SV23 @ ( snoc @ SY1911 @ SY1910 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[259]) ).

thf(363,plain,
    ! [SV24: $i] :
      ( ( ~ ( elem @ SV24 @ q_nil ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[260]) ).

thf(364,plain,
    ! [SV25: $i] :
      ( ( ( pidMsg @ ( m_Down @ SV25 ) )
        = SV25 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[264]) ).

thf(365,plain,
    ! [SV26: $i] :
      ( ( ~ ( ordered @ SV26 )
        | ! [SY1912: $i,SY1913: $i] : ( ordered @ ( snoc @ SV26 @ ( m_Ack @ SY1912 @ SY1913 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[265]) ).

thf(366,plain,
    ! [SV27: $i] :
      ( ( ~ ( ordered @ SV27 )
        | ! [SY1914: $i] : ( ordered @ ( snoc @ SV27 @ ( m_Ldr @ SY1914 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[266]) ).

thf(367,plain,
    ! [SV28: $i] :
      ( ( ! [SY1915: $i,SY1916: $i] :
            ( ( ( host @ SY1915 )
             != ( host @ SY1916 ) )
            | ~ ( ordered @ ( cons @ ( m_Halt @ SY1915 ) @ SV28 ) )
            | ~ ( elem @ ( m_Down @ SY1916 ) @ SV28 )
            | ( leq @ SY1915 @ SY1916 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[267]) ).

thf(368,plain,
    ! [SV29: $i] :
      ( ( ~ ( leq @ ( s @ SV29 ) @ SV29 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[268]) ).

thf(369,plain,
    ! [SV30: $i] :
      ( ( leq @ SV30 @ SV30 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[269]) ).

thf(370,plain,
    ! [SV31: $i] :
      ( ( ! [SY1917: $i] :
            ( ( leq @ SV31 @ SY1917 )
            | ( leq @ SY1917 @ SV31 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[270]) ).

thf(371,plain,
    ! [SV32: $i] :
      ( ( ! [SY1918: $i,SY1919: $i] :
            ( ~ ( leq @ SV32 @ SY1918 )
            | ~ ( leq @ SY1918 @ SY1919 )
            | ( leq @ SV32 @ SY1919 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[272]) ).

thf(372,plain,
    ! [SV33: $i] :
      ( ( ~ ( setIn @ SV33 @ setEmpty ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[275]) ).

thf(373,plain,
    ! [SV34: $i] :
      ( ( ! [SY1920: $i] :
            ( ( m_NotNorm @ SV34 )
           != ( m_Halt @ SY1920 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[276]) ).

thf(374,plain,
    ! [SV35: $i] :
      ( ( ! [SY1921: $i] :
            ( ( m_NormQ @ SV35 )
           != ( m_Halt @ SY1921 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[277]) ).

thf(375,plain,
    ! [SV36: $i] :
      ( ( ! [SY1922: $i] :
            ( ( m_NormQ @ SV36 )
           != ( m_NotNorm @ SY1922 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[278]) ).

thf(376,plain,
    ! [SV37: $i] :
      ( ( ! [SY1923: $i] :
            ( ( last @ ( snoc @ SY1923 @ SV37 ) )
            = SV37 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[282]) ).

thf(377,plain,
    ! [SV38: $i] :
      ( ( ! [SY1924: $i] :
            ( ( init @ ( snoc @ SY1924 @ SV38 ) )
            = SY1924 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[283]) ).

thf(378,plain,
    ! [SV39: $i] :
      ( ( ( SV39 = q_nil )
        | ( SV39
          = ( cons @ ( head @ SV39 ) @ ( tail @ SV39 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[284]) ).

thf(379,plain,
    ! [SV40: $i] :
      ( ( ! [SY1925: $i] :
            ( q_nil
           != ( snoc @ SY1925 @ SV40 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[285]) ).

thf(380,plain,
    ! [SV41: $i] :
      ( ( ( pidMsg @ ( m_Halt @ SV41 ) )
        = SV41 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[286]) ).

thf(381,plain,
    ! [SV42: $i] :
      ( ( ! [SY1926: $i] :
            ( ! [SY1927: $i] :
                ( ( ( host @ SY1927 )
                  = ( host @ SY1926 ) )
                | ~ ( setIn @ SY1927 @ alive )
                | ~ ( elem @ ( m_Down @ SV42 ) @ ( queue @ ( host @ SY1927 ) ) )
                | ( ( host @ SY1926 )
                 != ( host @ SV42 ) )
                | ( ( index @ status @ ( host @ SY1927 ) )
                 != wait )
                | ( ( host @ ( index @ elid @ ( host @ SY1927 ) ) )
                 != ( host @ SY1926 ) ) )
            | ( ( index @ status @ ( host @ SY1926 ) )
             != norm )
            | ~ ( setIn @ SY1926 @ alive )
            | ( ( index @ ldr @ ( host @ SY1926 ) )
             != ( host @ SY1926 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[299]) ).

thf(382,plain,
    ! [SV43: $i] :
      ( ( ! [SY1928: $i] :
            ( ! [SY1929: $i] :
                ( ( ( host @ SY1929 )
                  = ( host @ SY1928 ) )
                | ~ ( setIn @ SY1929 @ alive )
                | ~ ( elem @ ( m_Down @ SV43 ) @ ( queue @ ( host @ SY1929 ) ) )
                | ( ( host @ SY1928 )
                 != ( host @ SV43 ) )
                | ( ( index @ status @ ( host @ SY1929 ) )
                 != norm )
                | ( ( index @ ldr @ ( host @ SY1929 ) )
                 != ( host @ SY1928 ) ) )
            | ( ( index @ status @ ( host @ SY1928 ) )
             != norm )
            | ~ ( setIn @ SY1928 @ alive )
            | ( ( index @ ldr @ ( host @ SY1928 ) )
             != ( host @ SY1928 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[300]) ).

thf(383,plain,
    ! [SV44: $i] :
      ( ( ! [SY1930: $i,SY1931: $i,SY1932: $i] :
            ( ( ( host @ SY1931 )
              = ( host @ SV44 ) )
            | ~ ( setIn @ SV44 @ alive )
            | ~ ( setIn @ SY1931 @ alive )
            | ( ( host @ SY1930 )
             != ( host @ SV44 ) )
            | ( ( host @ SY1932 )
             != ( host @ SY1931 ) )
            | ~ ( elem @ ( m_Down @ SY1932 ) @ ( queue @ ( host @ SV44 ) ) )
            | ~ ( setIn @ ( host @ SY1930 ) @ ( index @ down @ ( host @ SY1931 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[301]) ).

thf(384,plain,
    ! [SV45: $i] :
      ( ( ! [SY1933: $i,SY1934: $i,SY1935: $i] :
            ( ( ( host @ SY1934 )
              = ( host @ SV45 ) )
            | ~ ( setIn @ SV45 @ alive )
            | ~ ( setIn @ SY1934 @ alive )
            | ( ( host @ SY1933 )
             != ( host @ SV45 ) )
            | ( ( host @ SY1935 )
             != ( host @ SY1934 ) )
            | ~ ( elem @ ( m_Down @ SY1935 ) @ ( queue @ ( host @ SV45 ) ) )
            | ~ ( elem @ ( m_Down @ SY1933 ) @ ( queue @ ( host @ SY1934 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[302]) ).

thf(385,plain,
    ! [SV46: $i] :
      ( ( ! [SY1936: $i] :
            ( ! [Pid0: $i] :
                ( ( leq @ ( host @ SY1936 ) @ ( host @ Pid0 ) )
                | ~ ( setIn @ Pid0 @ alive )
                | ~ ( elem @ ( m_Down @ SY1936 ) @ ( queue @ ( host @ Pid0 ) ) ) )
            | ( ( host @ SY1936 )
             != ( host @ SV46 ) ) )
        | ( ( index @ ldr @ ( host @ SV46 ) )
         != ( host @ SV46 ) )
        | ~ ( setIn @ SV46 @ alive )
        | ( ( index @ status @ ( host @ SV46 ) )
         != norm ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[303]) ).

thf(386,plain,
    ! [SV47: $i] :
      ( ( ! [SY1938: $i] :
            ( ~ ( setIn @ SV47 @ alive )
            | ~ ( setIn @ SY1938 @ alive )
            | ( ( index @ ldr @ ( host @ SV47 ) )
             != ( host @ SV47 ) )
            | ( ( index @ status @ ( host @ SV47 ) )
             != norm )
            | ( ( index @ status @ ( host @ SY1938 ) )
             != norm )
            | ( ( index @ ldr @ ( host @ SY1938 ) )
             != ( host @ SY1938 ) )
            | ( SY1938 = SV47 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[304]) ).

thf(387,plain,
    ! [SV48: $i] :
      ( ( ! [SY1939: $i] :
            ( ! [Pid0: $i] :
                ( ( ( host @ SY1939 )
                 != ( host @ Pid0 ) )
                | ~ ( setIn @ Pid0 @ alive )
                | ( ( index @ status @ ( host @ Pid0 ) )
                 != norm )
                | ( ( index @ ldr @ ( host @ Pid0 ) )
                 != ( host @ Pid0 ) ) )
            | ~ ( elem @ ( m_Down @ SY1939 ) @ ( queue @ ( host @ SV48 ) ) )
            | ~ ( setIn @ SV48 @ alive ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[305]) ).

thf(388,plain,
    ! [SV49: $i] :
      ( ( ! [SY1941: $i,SY1942: $i] :
            ( ~ ( setIn @ SV49 @ alive )
            | ~ ( setIn @ SY1942 @ alive )
            | ~ ( elem @ ( m_Down @ SY1941 ) @ ( queue @ ( host @ SV49 ) ) )
            | ( ( host @ SY1942 )
             != ( host @ SY1941 ) )
            | ( ( index @ status @ ( host @ SY1942 ) )
             != elec_2 )
            | ( leq @ ( index @ pendack @ ( host @ SY1942 ) ) @ ( host @ SV49 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[306]) ).

thf(389,plain,
    ! [SV50: $i] :
      ( ( ! [SY1943: $i] :
            ( ( ( index @ status @ ( host @ SY1943 ) )
             != norm )
            | ~ ( setIn @ SY1943 @ alive )
            | ( ( index @ ldr @ ( host @ SY1943 ) )
             != ( host @ SY1943 ) )
            | ~ ( setIn @ SV50 @ alive )
            | ~ ( setIn @ ( host @ SY1943 ) @ ( index @ down @ ( host @ SV50 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[307]) ).

thf(390,plain,
    ! [SV51: $i] :
      ( ( ! [SY1944: $i] :
            ( ~ ( setIn @ SV51 @ alive )
            | ~ ( setIn @ SY1944 @ alive )
            | ~ ( setIn @ ( host @ SY1944 ) @ ( index @ down @ ( host @ SV51 ) ) )
            | ( ( index @ status @ ( host @ SY1944 ) )
             != elec_2 )
            | ( leq @ ( index @ pendack @ ( host @ SY1944 ) ) @ ( host @ SV51 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[308]) ).

thf(391,plain,
    ! [SV52: $i] :
      ( ( ! [SY1945: $i] :
            ( ( SY1945 = SV52 )
            | ( ( host @ SY1945 )
             != ( host @ SV52 ) )
            | ~ ( setIn @ SV52 @ alive )
            | ~ ( setIn @ SY1945 @ alive ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[310]) ).

thf(392,plain,
    ! [SV53: $i] :
      ( ( ! [SY1946: $i] :
            ( ~ ( elem @ ( m_Down @ SY1946 ) @ ( queue @ ( host @ SV53 ) ) )
            | ( ( host @ SY1946 )
             != ( host @ SV53 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[311]) ).

thf(393,plain,
    ! [SV54: $i] :
      ( ( ! [SY1947: $i] :
            ( ~ ( elem @ ( m_Ldr @ SY1947 ) @ ( queue @ ( host @ SV54 ) ) )
            | ~ ( leq @ ( host @ SV54 ) @ ( host @ SY1947 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[312]) ).

thf(394,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( ~ ! [SX1: $i] :
                      ( SX0
                     != ( m_Halt @ SX1 ) )
                | ~ ! [SX1: $i] :
                      ( SX0
                     != ( m_Down @ SX1 ) ) )
            | ( pidElem @ SX0 ) )
      | ~ ! [SX0: $i] :
            ( ~ ( pidElem @ SX0 )
            | ( SX0
              = ( m_Halt @ ( sK15_Y @ SX0 ) ) )
            | ( SX0
              = ( m_Down @ ( sK14_Y @ SX0 ) ) ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[314]) ).

thf(395,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ( elem @ ( sK12_Y @ SX1 @ SX0 ) @ SX1 )
                                  | ~ ( pidElem @ SX0 ) )
                            | ~ ( pidElem @ ( sK12_Y @ SX1 @ SX0 ) ) )
                      | ( ( host @ ( pidMsg @ ( sK12_Y @ SX1 @ SX0 ) ) )
                       != ( host @ ( pidMsg @ SX0 ) ) ) )
                | ~ ~ ( leq @ ( pidMsg @ ( sK12_Y @ SX1 @ SX0 ) ) @ ( pidMsg @ SX0 ) ) )
            | ~ ( ordered @ SX1 )
            | ( ordered @ ( snoc @ SX1 @ SX0 ) ) )
      | ~ ~ ( ~ ! [SX0: $i,SX1: $i] :
                  ( ~ ( ordered @ ( snoc @ SX1 @ SX0 ) )
                  | ! [SX2: $i] :
                      ( ~ ( elem @ SX2 @ SX1 )
                      | ~ ( pidElem @ SX0 )
                      | ~ ( pidElem @ SX2 )
                      | ( ( host @ ( pidMsg @ SX2 ) )
                       != ( host @ ( pidMsg @ SX0 ) ) )
                      | ( leq @ ( pidMsg @ SX2 ) @ ( pidMsg @ SX0 ) ) ) )
            | ~ ! [SX0: $i,SX1: $i] :
                  ( ~ ( ordered @ ( snoc @ SX1 @ SX0 ) )
                  | ( ordered @ SX1 ) ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[315]) ).

thf(396,plain,
    ( ( ~ ! [SX0: $i] : ( ordered @ ( cons @ SX0 @ q_nil ) )
      | ~ ! [SX0: $i] : ( ordered @ ( snoc @ q_nil @ SX0 ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[316]) ).

thf(397,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( setIn @ SX0 @ alive )
            | ( ( index @ status @ ( host @ SX0 ) )
             != elec_1 )
            | ( ( index @ elid @ ( host @ SX0 ) )
              = SX0 ) )
      | ~ ! [SX0: $i] :
            ( ~ ( setIn @ SX0 @ alive )
            | ( ( index @ status @ ( host @ SX0 ) )
             != elec_2 )
            | ( ( index @ elid @ ( host @ SX0 ) )
              = SX0 ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[317]) ).

thf(398,plain,
    ! [SV55: $i] :
      ( ( ~ ( ~ ! [SY1948: $i,SY1949: $i] :
                  ( ~ ( elem @ SV55 @ ( cons @ SY1948 @ SY1949 ) )
                  | ( SV55 = SY1948 )
                  | ( elem @ SV55 @ SY1949 ) )
            | ~ ~ ( ~ ! [SY1950: $i] :
                        ( ( SV55 != SY1950 )
                        | ! [SY1951: $i] : ( elem @ SV55 @ ( cons @ SY1950 @ SY1951 ) ) )
                  | ~ ! [SY1952: $i,SY1953: $i] :
                        ( ~ ( elem @ SV55 @ SY1953 )
                        | ( elem @ SV55 @ ( cons @ SY1952 @ SY1953 ) ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[318]) ).

thf(399,plain,
    ! [SV56: $i] :
      ( ( ! [SY1954: $i] :
            ( ! [SY1955: $i,SY1956: $i] :
                ( ~ ( ~ ~ ( ~ ~ ( leq @ ( host @ SY1956 ) @ ( sK10_V0 @ SY1956 @ SY1955 @ SY1954 @ SV56 ) )
                          | ~ ( leq @ ( s @ zero ) @ ( sK10_V0 @ SY1956 @ SY1955 @ SY1954 @ SV56 ) ) )
                    | ~ ~ ( ~ ( ( ( sK10_V0 @ SY1956 @ SY1955 @ SY1954 @ SV56 )
                               != ( host @ SY1955 ) ) )
                          | ~ ~ ( setIn @ ( sK10_V0 @ SY1956 @ SY1955 @ SY1954 @ SV56 ) @ ( index @ down @ ( host @ SY1956 ) ) ) ) )
                | ~ ( setIn @ SV56 @ alive )
                | ~ ( leq @ ( host @ SV56 ) @ ( host @ SY1956 ) )
                | ~ ( elem @ ( m_Down @ SY1955 ) @ ( queue @ ( host @ SY1956 ) ) )
                | ( ( host @ SY1954 )
                 != ( host @ SY1956 ) )
                | ( ( index @ status @ ( host @ SV56 ) )
                 != elec_2 )
                | ( ( index @ status @ ( host @ SY1956 ) )
                 != elec_1 ) )
            | ~ ( elem @ ( m_Ack @ SV56 @ SY1954 ) @ ( queue @ ( host @ SV56 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[319]) ).

thf(400,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ( SX0 = SX1 )
            | ( ( m_NotNorm @ SX0 )
             != ( m_NotNorm @ SX1 ) ) )
      | ~ ! [SX0: $i,SX1: $i] :
            ( ( ( m_NotNorm @ SX0 )
              = ( m_NotNorm @ SX1 ) )
            | ( SX0 != SX1 ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[320]) ).

thf(401,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( leq @ SX0 @ ( s @ SX1 ) )
            | ( SX0
              = ( s @ SX1 ) )
            | ( leq @ SX0 @ SX1 ) )
      | ~ ~ ( ~ ! [SX0: $i,SX1: $i] :
                  ( ( SX0
                   != ( s @ SX1 ) )
                  | ( leq @ SX0 @ ( s @ SX1 ) ) )
            | ~ ! [SX0: $i,SX1: $i] :
                  ( ~ ( leq @ SX0 @ SX1 )
                  | ( leq @ SX0 @ ( s @ SX1 ) ) ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[321]) ).

thf(402,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( leq @ SX0 @ SX1 )
            | ~ ( leq @ SX1 @ SX0 )
            | ( SX0 = SX1 ) )
      | ~ ~ ( ~ ! [SX0: $i,SX1: $i] :
                  ( ( SX0 != SX1 )
                  | ( leq @ SX0 @ SX1 ) )
            | ~ ! [SX0: $i,SX1: $i] :
                  ( ( SX0 != SX1 )
                  | ( leq @ SX1 @ SX0 ) ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[322]) ).

thf(403,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ( SX0 = SX1 )
            | ( ( m_Ldr @ SX0 )
             != ( m_Ldr @ SX1 ) ) )
      | ~ ! [SX0: $i,SX1: $i] :
            ( ( ( m_Ldr @ SX0 )
              = ( m_Ldr @ SX1 ) )
            | ( SX0 != SX1 ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[323]) ).

thf(404,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( leq @ SX0 @ SX1 )
            | ( leq @ ( s @ SX0 ) @ ( s @ SX1 ) ) )
      | ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( leq @ ( s @ SX0 ) @ ( s @ SX1 ) )
            | ( leq @ SX0 @ SX1 ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[324]) ).

thf(405,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ( SX0 = SX1 )
            | ( ( m_Down @ SX0 )
             != ( m_Down @ SX1 ) ) )
      | ~ ! [SX0: $i,SX1: $i] :
            ( ( ( m_Down @ SX0 )
              = ( m_Down @ SX1 ) )
            | ( SX0 != SX1 ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[325]) ).

thf(406,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ( SX0 = SX1 )
            | ( ( m_NormQ @ SX0 )
             != ( m_NormQ @ SX1 ) ) )
      | ~ ! [SX0: $i,SX1: $i] :
            ( ( ( m_NormQ @ SX0 )
              = ( m_NormQ @ SX1 ) )
            | ( SX0 != SX1 ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[326]) ).

thf(407,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ( elem @ ( sK13_Y @ SX1 @ SX0 ) @ SX1 )
                                  | ~ ( pidElem @ SX0 ) )
                            | ~ ( pidElem @ ( sK13_Y @ SX1 @ SX0 ) ) )
                      | ( ( host @ ( pidMsg @ ( sK13_Y @ SX1 @ SX0 ) ) )
                       != ( host @ ( pidMsg @ SX0 ) ) ) )
                | ~ ~ ( leq @ ( pidMsg @ SX0 ) @ ( pidMsg @ ( sK13_Y @ SX1 @ SX0 ) ) ) )
            | ~ ( ordered @ SX1 )
            | ( ordered @ ( cons @ SX0 @ SX1 ) ) )
      | ~ ~ ( ~ ! [SX0: $i,SX1: $i] :
                  ( ~ ( ordered @ ( cons @ SX0 @ SX1 ) )
                  | ! [SX2: $i] :
                      ( ~ ( elem @ SX2 @ SX1 )
                      | ~ ( pidElem @ SX0 )
                      | ~ ( pidElem @ SX2 )
                      | ( ( host @ ( pidMsg @ SX2 ) )
                       != ( host @ ( pidMsg @ SX0 ) ) )
                      | ( leq @ ( pidMsg @ SX0 ) @ ( pidMsg @ SX2 ) ) ) )
            | ~ ! [SX0: $i,SX1: $i] :
                  ( ~ ( ordered @ ( cons @ SX0 @ SX1 ) )
                  | ( ordered @ SX1 ) ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[327]) ).

thf(408,plain,
    ! [SV57: $i] :
      ( ( ~ ( ~ ! [SY1957: $i,SY1958: $i] :
                  ( ~ ( elem @ SV57 @ ( snoc @ SY1958 @ SY1957 ) )
                  | ( SV57 = SY1957 )
                  | ( elem @ SV57 @ SY1958 ) )
            | ~ ~ ( ~ ! [SY1959: $i] :
                        ( ( SV57 != SY1959 )
                        | ! [SY1960: $i] : ( elem @ SV57 @ ( snoc @ SY1960 @ SY1959 ) ) )
                  | ~ ! [SY1961: $i,SY1962: $i] :
                        ( ~ ( elem @ SV57 @ SY1962 )
                        | ( elem @ SV57 @ ( snoc @ SY1962 @ SY1961 ) ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[328]) ).

thf(409,plain,
    ( ( ~ ! [SX0: $i] :
            ( ! [SX1: $i] :
                ~ ( elem @ ( m_Ack @ SX0 @ SX1 ) @ ( queue @ ( host @ SX0 ) ) )
            | ( setIn @ SX0 @ pids ) )
      | ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( elem @ ( m_Ack @ SX0 @ SX1 ) @ ( queue @ ( host @ SX0 ) ) )
            | ( setIn @ SX1 @ pids ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[329]) ).

thf(410,plain,
    ( ( ~ ~ ( ~ ( ( ( host @ sK9_SY1866 )
                 != ( host @ sK4_SY1767 ) ) )
            | ~ ~ ( setIn @ ( host @ sK9_SY1866 ) @ ( index @ acks @ ( host @ sK3_SY1713 ) ) ) )
      | ~ ~ ( ( ( host @ sK3_SY1713 )
             != ( host @ sK5_SY1815 ) )
            | ~ ~ ( ~ ( ( ( host @ sK3_SY1713 )
                       != ( host @ sK8_SY1879 ) ) )
                  | ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ! [SX0: $i] :
                                                                  ( ( leq @ ( host @ sK8_SY1879 ) @ SX0 )
                                                                  | ~ ( leq @ ( s @ zero ) @ SX0 )
                                                                  | ( SX0
                                                                    = ( host @ sK7_SY1876 ) )
                                                                  | ( setIn @ SX0 @ ( index @ down @ ( host @ sK8_SY1879 ) ) ) )
                                                            | ~ ( setIn @ sK8_SY1879 @ alive ) )
                                                      | ~ ( leq @ nbr_proc @ ( s @ ( host @ sK8_SY1879 ) ) ) )
                                                | ~ ( elem @ ( m_Down @ sK6_SY1872 ) @ ( queue @ ( host @ sK8_SY1879 ) ) ) )
                                          | ~ ( elem @ ( m_Down @ sK7_SY1876 ) @ ( queue @ ( host @ sK8_SY1879 ) ) ) )
                                    | ( ( host @ sK6_SY1872 )
                                     != ( s @ ( host @ sK8_SY1879 ) ) ) )
                              | ( ( index @ status @ ( host @ sK8_SY1879 ) )
                               != elec_1 ) )
                        | ~ ~ ( ( ( host @ sK3_SY1713 )
                               != ( host @ sK5_SY1815 ) )
                              | ~ ( setIn @ sK5_SY1815 @ alive ) ) ) ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[330]) ).

thf(411,plain,
    ! [SV58: $i] :
      ( ( ! [SY1963: $i] :
            ( ! [SY1964: $i,SY1965: $i] :
                ( ~ ( ~ ~ ( ~ ~ ( leq @ ( host @ SY1965 ) @ ( sK11_V0 @ SY1965 @ SY1964 @ SY1963 @ SV58 ) )
                          | ~ ( leq @ ( s @ zero ) @ ( sK11_V0 @ SY1965 @ SY1964 @ SY1963 @ SV58 ) ) )
                    | ~ ~ ( ~ ( ( ( sK11_V0 @ SY1965 @ SY1964 @ SY1963 @ SV58 )
                               != ( host @ SY1964 ) ) )
                          | ~ ~ ( setIn @ ( sK11_V0 @ SY1965 @ SY1964 @ SY1963 @ SV58 ) @ ( index @ down @ ( host @ SY1965 ) ) ) ) )
                | ~ ( setIn @ SY1965 @ alive )
                | ~ ( leq @ nbr_proc @ ( s @ ( host @ SY1965 ) ) )
                | ~ ( elem @ ( m_Down @ SY1964 ) @ ( queue @ ( host @ SY1965 ) ) )
                | ~ ( elem @ ( m_Down @ SY1963 ) @ ( queue @ ( host @ SY1965 ) ) )
                | ( ( host @ SY1963 )
                 != ( s @ ( host @ SY1965 ) ) )
                | ( ( index @ status @ ( host @ SY1965 ) )
                 != elec_1 ) )
            | ( ( index @ ldr @ ( host @ SV58 ) )
             != ( host @ SV58 ) )
            | ~ ( setIn @ SV58 @ alive )
            | ( ( index @ status @ ( host @ SV58 ) )
             != norm ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[331]) ).

thf(412,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ( SX0 = SX1 )
            | ( ( m_Halt @ SX0 )
             != ( m_Halt @ SX1 ) ) )
      | ~ ! [SX0: $i,SX1: $i] :
            ( ( ( m_Halt @ SX0 )
              = ( m_Halt @ SX1 ) )
            | ( SX0 != SX1 ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[332]) ).

thf(413,plain,
    ! [SV59: $i,SV1: $i] :
      ( ( ( ( s @ ( host @ SV1 ) )
         != ( host @ SV59 ) )
        | ( ( host @ SV1 )
         != ( host @ SV59 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[333]) ).

thf(414,plain,
    ! [SV60: $i,SV4: $i] :
      ( ( ! [SY1966: $i] :
            ( ( m_Ack @ SV4 @ SV60 )
           != ( m_Halt @ SY1966 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[342]) ).

thf(415,plain,
    ! [SV61: $i,SV5: $i] :
      ( ( ! [SY1967: $i] :
            ( ( m_Ack @ SV5 @ SV61 )
           != ( m_Down @ SY1967 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[343]) ).

thf(416,plain,
    ! [SV62: $i,SV6: $i] :
      ( ( ! [SY1968: $i] :
            ( ( m_Ack @ SV6 @ SV62 )
           != ( m_NotNorm @ SY1968 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[344]) ).

thf(417,plain,
    ! [SV63: $i,SV7: $i] :
      ( ( ! [SY1969: $i] :
            ( ( m_Ack @ SV7 @ SV63 )
           != ( m_Ldr @ SY1969 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[345]) ).

thf(418,plain,
    ! [SV64: $i,SV8: $i] :
      ( ( ! [SY1970: $i] :
            ( ( m_Ack @ SV8 @ SV64 )
           != ( m_NormQ @ SY1970 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[346]) ).

thf(419,plain,
    ! [SV65: $i,SV9: $i] :
      ( ( ( ( m_Down @ SV9 )
         != ( m_Halt @ SV65 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[347]) ).

thf(420,plain,
    ! [SV66: $i,SV10: $i] :
      ( ( ( ( m_Down @ SV10 )
         != ( m_Ldr @ SV66 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[348]) ).

thf(421,plain,
    ! [SV67: $i,SV11: $i] :
      ( ( ( ( m_Down @ SV11 )
         != ( m_NotNorm @ SV67 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[349]) ).

thf(422,plain,
    ! [SV68: $i,SV12: $i] :
      ( ( ( ( m_Down @ SV12 )
         != ( m_NormQ @ SV68 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[350]) ).

thf(423,plain,
    ! [SV69: $i,SV13: $i] :
      ( ( ( ( m_Ldr @ SV13 )
         != ( m_Halt @ SV69 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[351]) ).

thf(424,plain,
    ! [SV70: $i,SV14: $i] :
      ( ( ( ( m_Ldr @ SV14 )
         != ( m_NormQ @ SV70 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[352]) ).

thf(425,plain,
    ! [SV71: $i,SV15: $i] :
      ( ( ( ( m_Ldr @ SV15 )
         != ( m_NotNorm @ SV71 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[353]) ).

thf(426,plain,
    ! [SV72: $i,SV16: $i] :
      ( ( ( SV16 = SV72 )
        | ! [SY1971: $i,SY1972: $i] :
            ( ( m_Ack @ SV16 @ SY1971 )
           != ( m_Ack @ SV72 @ SY1972 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[354]) ).

thf(427,plain,
    ! [SV73: $i,SV17: $i] :
      ( ( ! [SY1973: $i,SY1974: $i] :
            ( ( SY1973 = SY1974 )
            | ( ( m_Ack @ SV17 @ SY1973 )
             != ( m_Ack @ SV73 @ SY1974 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[355]) ).

thf(428,plain,
    ! [SV74: $i,SV18: $i] :
      ( ( ( ( host @ SV18 )
          = ( host @ SV74 ) )
        | ( SV18 != SV74 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[356]) ).

thf(429,plain,
    ! [SV75: $i,SV19: $i] :
      ( ( ( head @ ( cons @ SV19 @ SV75 ) )
        = SV19 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[358]) ).

thf(430,plain,
    ! [SV76: $i,SV20: $i] :
      ( ( ( tail @ ( cons @ SV20 @ SV76 ) )
        = SV76 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[359]) ).

thf(431,plain,
    ! [SV77: $i,SV21: $i] :
      ( ( ( q_nil
         != ( cons @ SV21 @ SV77 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[360]) ).

thf(432,plain,
    ! [SV78: $i,SV23: $i] :
      ( ( ! [SY1975: $i] :
            ( ( snoc @ ( cons @ SV23 @ SY1975 ) @ SV78 )
            = ( cons @ SV23 @ ( snoc @ SY1975 @ SV78 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[362]) ).

thf(433,plain,
    ! [SV24: $i] :
      ( ( elem @ SV24 @ q_nil )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[363]) ).

thf(434,plain,
    ! [SV26: $i] :
      ( ( ( ~ ( ordered @ SV26 ) )
        = $true )
      | ( ( ! [SY1912: $i,SY1913: $i] : ( ordered @ ( snoc @ SV26 @ ( m_Ack @ SY1912 @ SY1913 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[365]) ).

thf(435,plain,
    ! [SV27: $i] :
      ( ( ( ~ ( ordered @ SV27 ) )
        = $true )
      | ( ( ! [SY1914: $i] : ( ordered @ ( snoc @ SV27 @ ( m_Ldr @ SY1914 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[366]) ).

thf(436,plain,
    ! [SV28: $i,SV79: $i] :
      ( ( ! [SY1976: $i] :
            ( ( ( host @ SV79 )
             != ( host @ SY1976 ) )
            | ~ ( ordered @ ( cons @ ( m_Halt @ SV79 ) @ SV28 ) )
            | ~ ( elem @ ( m_Down @ SY1976 ) @ SV28 )
            | ( leq @ SV79 @ SY1976 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[367]) ).

thf(437,plain,
    ! [SV29: $i] :
      ( ( leq @ ( s @ SV29 ) @ SV29 )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[368]) ).

thf(438,plain,
    ! [SV80: $i,SV31: $i] :
      ( ( ( leq @ SV31 @ SV80 )
        | ( leq @ SV80 @ SV31 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[370]) ).

thf(439,plain,
    ! [SV81: $i,SV32: $i] :
      ( ( ! [SY1977: $i] :
            ( ~ ( leq @ SV32 @ SV81 )
            | ~ ( leq @ SV81 @ SY1977 )
            | ( leq @ SV32 @ SY1977 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[371]) ).

thf(440,plain,
    ! [SV33: $i] :
      ( ( setIn @ SV33 @ setEmpty )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[372]) ).

thf(441,plain,
    ! [SV82: $i,SV34: $i] :
      ( ( ( ( m_NotNorm @ SV34 )
         != ( m_Halt @ SV82 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[373]) ).

thf(442,plain,
    ! [SV83: $i,SV35: $i] :
      ( ( ( ( m_NormQ @ SV35 )
         != ( m_Halt @ SV83 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[374]) ).

thf(443,plain,
    ! [SV84: $i,SV36: $i] :
      ( ( ( ( m_NormQ @ SV36 )
         != ( m_NotNorm @ SV84 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[375]) ).

thf(444,plain,
    ! [SV37: $i,SV85: $i] :
      ( ( ( last @ ( snoc @ SV85 @ SV37 ) )
        = SV37 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[376]) ).

thf(445,plain,
    ! [SV38: $i,SV86: $i] :
      ( ( ( init @ ( snoc @ SV86 @ SV38 ) )
        = SV86 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[377]) ).

thf(446,plain,
    ! [SV39: $i] :
      ( ( ( SV39 = q_nil )
        = $true )
      | ( ( SV39
          = ( cons @ ( head @ SV39 ) @ ( tail @ SV39 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[378]) ).

thf(447,plain,
    ! [SV40: $i,SV87: $i] :
      ( ( ( q_nil
         != ( snoc @ SV87 @ SV40 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[379]) ).

thf(448,plain,
    ! [SV42: $i,SV88: $i] :
      ( ( ! [SY1978: $i] :
            ( ( ( host @ SY1978 )
              = ( host @ SV88 ) )
            | ~ ( setIn @ SY1978 @ alive )
            | ~ ( elem @ ( m_Down @ SV42 ) @ ( queue @ ( host @ SY1978 ) ) )
            | ( ( host @ SV88 )
             != ( host @ SV42 ) )
            | ( ( index @ status @ ( host @ SY1978 ) )
             != wait )
            | ( ( host @ ( index @ elid @ ( host @ SY1978 ) ) )
             != ( host @ SV88 ) ) )
        | ( ( index @ status @ ( host @ SV88 ) )
         != norm )
        | ~ ( setIn @ SV88 @ alive )
        | ( ( index @ ldr @ ( host @ SV88 ) )
         != ( host @ SV88 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[381]) ).

thf(449,plain,
    ! [SV43: $i,SV89: $i] :
      ( ( ! [SY1979: $i] :
            ( ( ( host @ SY1979 )
              = ( host @ SV89 ) )
            | ~ ( setIn @ SY1979 @ alive )
            | ~ ( elem @ ( m_Down @ SV43 ) @ ( queue @ ( host @ SY1979 ) ) )
            | ( ( host @ SV89 )
             != ( host @ SV43 ) )
            | ( ( index @ status @ ( host @ SY1979 ) )
             != norm )
            | ( ( index @ ldr @ ( host @ SY1979 ) )
             != ( host @ SV89 ) ) )
        | ( ( index @ status @ ( host @ SV89 ) )
         != norm )
        | ~ ( setIn @ SV89 @ alive )
        | ( ( index @ ldr @ ( host @ SV89 ) )
         != ( host @ SV89 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[382]) ).

thf(450,plain,
    ! [SV90: $i,SV44: $i] :
      ( ( ! [SY1980: $i,SY1981: $i] :
            ( ( ( host @ SY1980 )
              = ( host @ SV44 ) )
            | ~ ( setIn @ SV44 @ alive )
            | ~ ( setIn @ SY1980 @ alive )
            | ( ( host @ SV90 )
             != ( host @ SV44 ) )
            | ( ( host @ SY1981 )
             != ( host @ SY1980 ) )
            | ~ ( elem @ ( m_Down @ SY1981 ) @ ( queue @ ( host @ SV44 ) ) )
            | ~ ( setIn @ ( host @ SV90 ) @ ( index @ down @ ( host @ SY1980 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[383]) ).

thf(451,plain,
    ! [SV91: $i,SV45: $i] :
      ( ( ! [SY1982: $i,SY1983: $i] :
            ( ( ( host @ SY1982 )
              = ( host @ SV45 ) )
            | ~ ( setIn @ SV45 @ alive )
            | ~ ( setIn @ SY1982 @ alive )
            | ( ( host @ SV91 )
             != ( host @ SV45 ) )
            | ( ( host @ SY1983 )
             != ( host @ SY1982 ) )
            | ~ ( elem @ ( m_Down @ SY1983 ) @ ( queue @ ( host @ SV45 ) ) )
            | ~ ( elem @ ( m_Down @ SV91 ) @ ( queue @ ( host @ SY1982 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[384]) ).

thf(452,plain,
    ! [SV46: $i] :
      ( ( ( ! [SY1936: $i] :
              ( ! [Pid0: $i] :
                  ( ( leq @ ( host @ SY1936 ) @ ( host @ Pid0 ) )
                  | ~ ( setIn @ Pid0 @ alive )
                  | ~ ( elem @ ( m_Down @ SY1936 ) @ ( queue @ ( host @ Pid0 ) ) ) )
              | ( ( host @ SY1936 )
               != ( host @ SV46 ) ) ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV46 ) )
           != ( host @ SV46 ) )
          | ~ ( setIn @ SV46 @ alive )
          | ( ( index @ status @ ( host @ SV46 ) )
           != norm ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[385]) ).

thf(453,plain,
    ! [SV92: $i,SV47: $i] :
      ( ( ~ ( setIn @ SV47 @ alive )
        | ~ ( setIn @ SV92 @ alive )
        | ( ( index @ ldr @ ( host @ SV47 ) )
         != ( host @ SV47 ) )
        | ( ( index @ status @ ( host @ SV47 ) )
         != norm )
        | ( ( index @ status @ ( host @ SV92 ) )
         != norm )
        | ( ( index @ ldr @ ( host @ SV92 ) )
         != ( host @ SV92 ) )
        | ( SV92 = SV47 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[386]) ).

thf(454,plain,
    ! [SV48: $i,SV93: $i] :
      ( ( ! [SY1984: $i] :
            ( ( ( host @ SV93 )
             != ( host @ SY1984 ) )
            | ~ ( setIn @ SY1984 @ alive )
            | ( ( index @ status @ ( host @ SY1984 ) )
             != norm )
            | ( ( index @ ldr @ ( host @ SY1984 ) )
             != ( host @ SY1984 ) ) )
        | ~ ( elem @ ( m_Down @ SV93 ) @ ( queue @ ( host @ SV48 ) ) )
        | ~ ( setIn @ SV48 @ alive ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[387]) ).

thf(455,plain,
    ! [SV94: $i,SV49: $i] :
      ( ( ! [SY1985: $i] :
            ( ~ ( setIn @ SV49 @ alive )
            | ~ ( setIn @ SY1985 @ alive )
            | ~ ( elem @ ( m_Down @ SV94 ) @ ( queue @ ( host @ SV49 ) ) )
            | ( ( host @ SY1985 )
             != ( host @ SV94 ) )
            | ( ( index @ status @ ( host @ SY1985 ) )
             != elec_2 )
            | ( leq @ ( index @ pendack @ ( host @ SY1985 ) ) @ ( host @ SV49 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[388]) ).

thf(456,plain,
    ! [SV50: $i,SV95: $i] :
      ( ( ( ( index @ status @ ( host @ SV95 ) )
         != norm )
        | ~ ( setIn @ SV95 @ alive )
        | ( ( index @ ldr @ ( host @ SV95 ) )
         != ( host @ SV95 ) )
        | ~ ( setIn @ SV50 @ alive )
        | ~ ( setIn @ ( host @ SV95 ) @ ( index @ down @ ( host @ SV50 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[389]) ).

thf(457,plain,
    ! [SV96: $i,SV51: $i] :
      ( ( ~ ( setIn @ SV51 @ alive )
        | ~ ( setIn @ SV96 @ alive )
        | ~ ( setIn @ ( host @ SV96 ) @ ( index @ down @ ( host @ SV51 ) ) )
        | ( ( index @ status @ ( host @ SV96 ) )
         != elec_2 )
        | ( leq @ ( index @ pendack @ ( host @ SV96 ) ) @ ( host @ SV51 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[390]) ).

thf(458,plain,
    ! [SV52: $i,SV97: $i] :
      ( ( ( SV97 = SV52 )
        | ( ( host @ SV97 )
         != ( host @ SV52 ) )
        | ~ ( setIn @ SV52 @ alive )
        | ~ ( setIn @ SV97 @ alive ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[391]) ).

thf(459,plain,
    ! [SV53: $i,SV98: $i] :
      ( ( ~ ( elem @ ( m_Down @ SV98 ) @ ( queue @ ( host @ SV53 ) ) )
        | ( ( host @ SV98 )
         != ( host @ SV53 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[392]) ).

thf(460,plain,
    ! [SV54: $i,SV99: $i] :
      ( ( ~ ( elem @ ( m_Ldr @ SV99 ) @ ( queue @ ( host @ SV54 ) ) )
        | ~ ( leq @ ( host @ SV54 ) @ ( host @ SV99 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[393]) ).

thf(461,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( ~ ! [SX1: $i] :
                      ( SX0
                     != ( m_Halt @ SX1 ) )
                | ~ ! [SX1: $i] :
                      ( SX0
                     != ( m_Down @ SX1 ) ) )
            | ( pidElem @ SX0 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[394]) ).

thf(462,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( pidElem @ SX0 )
            | ( SX0
              = ( m_Halt @ ( sK15_Y @ SX0 ) ) )
            | ( SX0
              = ( m_Down @ ( sK14_Y @ SX0 ) ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[394]) ).

thf(463,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ( elem @ ( sK12_Y @ SX1 @ SX0 ) @ SX1 )
                                  | ~ ( pidElem @ SX0 ) )
                            | ~ ( pidElem @ ( sK12_Y @ SX1 @ SX0 ) ) )
                      | ( ( host @ ( pidMsg @ ( sK12_Y @ SX1 @ SX0 ) ) )
                       != ( host @ ( pidMsg @ SX0 ) ) ) )
                | ~ ~ ( leq @ ( pidMsg @ ( sK12_Y @ SX1 @ SX0 ) ) @ ( pidMsg @ SX0 ) ) )
            | ~ ( ordered @ SX1 )
            | ( ordered @ ( snoc @ SX1 @ SX0 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[395]) ).

thf(464,plain,
    ( ( ~ ~ ( ~ ! [SX0: $i,SX1: $i] :
                  ( ~ ( ordered @ ( snoc @ SX1 @ SX0 ) )
                  | ! [SX2: $i] :
                      ( ~ ( elem @ SX2 @ SX1 )
                      | ~ ( pidElem @ SX0 )
                      | ~ ( pidElem @ SX2 )
                      | ( ( host @ ( pidMsg @ SX2 ) )
                       != ( host @ ( pidMsg @ SX0 ) ) )
                      | ( leq @ ( pidMsg @ SX2 ) @ ( pidMsg @ SX0 ) ) ) )
            | ~ ! [SX0: $i,SX1: $i] :
                  ( ~ ( ordered @ ( snoc @ SX1 @ SX0 ) )
                  | ( ordered @ SX1 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[395]) ).

thf(465,plain,
    ( ( ~ ! [SX0: $i] : ( ordered @ ( cons @ SX0 @ q_nil ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[396]) ).

thf(466,plain,
    ( ( ~ ! [SX0: $i] : ( ordered @ ( snoc @ q_nil @ SX0 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[396]) ).

thf(467,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( setIn @ SX0 @ alive )
            | ( ( index @ status @ ( host @ SX0 ) )
             != elec_1 )
            | ( ( index @ elid @ ( host @ SX0 ) )
              = SX0 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[397]) ).

thf(468,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( setIn @ SX0 @ alive )
            | ( ( index @ status @ ( host @ SX0 ) )
             != elec_2 )
            | ( ( index @ elid @ ( host @ SX0 ) )
              = SX0 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[397]) ).

thf(469,plain,
    ! [SV55: $i] :
      ( ( ~ ! [SY1948: $i,SY1949: $i] :
              ( ~ ( elem @ SV55 @ ( cons @ SY1948 @ SY1949 ) )
              | ( SV55 = SY1948 )
              | ( elem @ SV55 @ SY1949 ) )
        | ~ ~ ( ~ ! [SY1950: $i] :
                    ( ( SV55 != SY1950 )
                    | ! [SY1951: $i] : ( elem @ SV55 @ ( cons @ SY1950 @ SY1951 ) ) )
              | ~ ! [SY1952: $i,SY1953: $i] :
                    ( ~ ( elem @ SV55 @ SY1953 )
                    | ( elem @ SV55 @ ( cons @ SY1952 @ SY1953 ) ) ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[398]) ).

thf(470,plain,
    ! [SV56: $i,SV100: $i] :
      ( ( ! [SY1986: $i,SY1987: $i] :
            ( ~ ( ~ ~ ( ~ ~ ( leq @ ( host @ SY1987 ) @ ( sK10_V0 @ SY1987 @ SY1986 @ SV100 @ SV56 ) )
                      | ~ ( leq @ ( s @ zero ) @ ( sK10_V0 @ SY1987 @ SY1986 @ SV100 @ SV56 ) ) )
                | ~ ~ ( ~ ( ( ( sK10_V0 @ SY1987 @ SY1986 @ SV100 @ SV56 )
                           != ( host @ SY1986 ) ) )
                      | ~ ~ ( setIn @ ( sK10_V0 @ SY1987 @ SY1986 @ SV100 @ SV56 ) @ ( index @ down @ ( host @ SY1987 ) ) ) ) )
            | ~ ( setIn @ SV56 @ alive )
            | ~ ( leq @ ( host @ SV56 ) @ ( host @ SY1987 ) )
            | ~ ( elem @ ( m_Down @ SY1986 ) @ ( queue @ ( host @ SY1987 ) ) )
            | ( ( host @ SV100 )
             != ( host @ SY1987 ) )
            | ( ( index @ status @ ( host @ SV56 ) )
             != elec_2 )
            | ( ( index @ status @ ( host @ SY1987 ) )
             != elec_1 ) )
        | ~ ( elem @ ( m_Ack @ SV56 @ SV100 ) @ ( queue @ ( host @ SV56 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[399]) ).

thf(471,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ( SX0 = SX1 )
            | ( ( m_NotNorm @ SX0 )
             != ( m_NotNorm @ SX1 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[400]) ).

thf(472,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ( ( m_NotNorm @ SX0 )
              = ( m_NotNorm @ SX1 ) )
            | ( SX0 != SX1 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[400]) ).

thf(473,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( leq @ SX0 @ ( s @ SX1 ) )
            | ( SX0
              = ( s @ SX1 ) )
            | ( leq @ SX0 @ SX1 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[401]) ).

thf(474,plain,
    ( ( ~ ~ ( ~ ! [SX0: $i,SX1: $i] :
                  ( ( SX0
                   != ( s @ SX1 ) )
                  | ( leq @ SX0 @ ( s @ SX1 ) ) )
            | ~ ! [SX0: $i,SX1: $i] :
                  ( ~ ( leq @ SX0 @ SX1 )
                  | ( leq @ SX0 @ ( s @ SX1 ) ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[401]) ).

thf(475,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( leq @ SX0 @ SX1 )
            | ~ ( leq @ SX1 @ SX0 )
            | ( SX0 = SX1 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[402]) ).

thf(476,plain,
    ( ( ~ ~ ( ~ ! [SX0: $i,SX1: $i] :
                  ( ( SX0 != SX1 )
                  | ( leq @ SX0 @ SX1 ) )
            | ~ ! [SX0: $i,SX1: $i] :
                  ( ( SX0 != SX1 )
                  | ( leq @ SX1 @ SX0 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[402]) ).

thf(477,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ( SX0 = SX1 )
            | ( ( m_Ldr @ SX0 )
             != ( m_Ldr @ SX1 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[403]) ).

thf(478,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ( ( m_Ldr @ SX0 )
              = ( m_Ldr @ SX1 ) )
            | ( SX0 != SX1 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[403]) ).

thf(479,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( leq @ SX0 @ SX1 )
            | ( leq @ ( s @ SX0 ) @ ( s @ SX1 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[404]) ).

thf(480,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( leq @ ( s @ SX0 ) @ ( s @ SX1 ) )
            | ( leq @ SX0 @ SX1 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[404]) ).

thf(481,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ( SX0 = SX1 )
            | ( ( m_Down @ SX0 )
             != ( m_Down @ SX1 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[405]) ).

thf(482,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ( ( m_Down @ SX0 )
              = ( m_Down @ SX1 ) )
            | ( SX0 != SX1 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[405]) ).

thf(483,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ( SX0 = SX1 )
            | ( ( m_NormQ @ SX0 )
             != ( m_NormQ @ SX1 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[406]) ).

thf(484,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ( ( m_NormQ @ SX0 )
              = ( m_NormQ @ SX1 ) )
            | ( SX0 != SX1 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[406]) ).

thf(485,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ( elem @ ( sK13_Y @ SX1 @ SX0 ) @ SX1 )
                                  | ~ ( pidElem @ SX0 ) )
                            | ~ ( pidElem @ ( sK13_Y @ SX1 @ SX0 ) ) )
                      | ( ( host @ ( pidMsg @ ( sK13_Y @ SX1 @ SX0 ) ) )
                       != ( host @ ( pidMsg @ SX0 ) ) ) )
                | ~ ~ ( leq @ ( pidMsg @ SX0 ) @ ( pidMsg @ ( sK13_Y @ SX1 @ SX0 ) ) ) )
            | ~ ( ordered @ SX1 )
            | ( ordered @ ( cons @ SX0 @ SX1 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[407]) ).

thf(486,plain,
    ( ( ~ ~ ( ~ ! [SX0: $i,SX1: $i] :
                  ( ~ ( ordered @ ( cons @ SX0 @ SX1 ) )
                  | ! [SX2: $i] :
                      ( ~ ( elem @ SX2 @ SX1 )
                      | ~ ( pidElem @ SX0 )
                      | ~ ( pidElem @ SX2 )
                      | ( ( host @ ( pidMsg @ SX2 ) )
                       != ( host @ ( pidMsg @ SX0 ) ) )
                      | ( leq @ ( pidMsg @ SX0 ) @ ( pidMsg @ SX2 ) ) ) )
            | ~ ! [SX0: $i,SX1: $i] :
                  ( ~ ( ordered @ ( cons @ SX0 @ SX1 ) )
                  | ( ordered @ SX1 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[407]) ).

thf(487,plain,
    ! [SV57: $i] :
      ( ( ~ ! [SY1957: $i,SY1958: $i] :
              ( ~ ( elem @ SV57 @ ( snoc @ SY1958 @ SY1957 ) )
              | ( SV57 = SY1957 )
              | ( elem @ SV57 @ SY1958 ) )
        | ~ ~ ( ~ ! [SY1959: $i] :
                    ( ( SV57 != SY1959 )
                    | ! [SY1960: $i] : ( elem @ SV57 @ ( snoc @ SY1960 @ SY1959 ) ) )
              | ~ ! [SY1961: $i,SY1962: $i] :
                    ( ~ ( elem @ SV57 @ SY1962 )
                    | ( elem @ SV57 @ ( snoc @ SY1962 @ SY1961 ) ) ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[408]) ).

thf(488,plain,
    ( ( ~ ! [SX0: $i] :
            ( ! [SX1: $i] :
                ~ ( elem @ ( m_Ack @ SX0 @ SX1 ) @ ( queue @ ( host @ SX0 ) ) )
            | ( setIn @ SX0 @ pids ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[409]) ).

thf(489,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( elem @ ( m_Ack @ SX0 @ SX1 ) @ ( queue @ ( host @ SX0 ) ) )
            | ( setIn @ SX1 @ pids ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[409]) ).

thf(490,plain,
    ( ( ~ ~ ( ~ ( ( ( host @ sK9_SY1866 )
                 != ( host @ sK4_SY1767 ) ) )
            | ~ ~ ( setIn @ ( host @ sK9_SY1866 ) @ ( index @ acks @ ( host @ sK3_SY1713 ) ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[410]) ).

thf(491,plain,
    ( ( ~ ~ ( ( ( host @ sK3_SY1713 )
             != ( host @ sK5_SY1815 ) )
            | ~ ~ ( ~ ( ( ( host @ sK3_SY1713 )
                       != ( host @ sK8_SY1879 ) ) )
                  | ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ! [SX0: $i] :
                                                                  ( ( leq @ ( host @ sK8_SY1879 ) @ SX0 )
                                                                  | ~ ( leq @ ( s @ zero ) @ SX0 )
                                                                  | ( SX0
                                                                    = ( host @ sK7_SY1876 ) )
                                                                  | ( setIn @ SX0 @ ( index @ down @ ( host @ sK8_SY1879 ) ) ) )
                                                            | ~ ( setIn @ sK8_SY1879 @ alive ) )
                                                      | ~ ( leq @ nbr_proc @ ( s @ ( host @ sK8_SY1879 ) ) ) )
                                                | ~ ( elem @ ( m_Down @ sK6_SY1872 ) @ ( queue @ ( host @ sK8_SY1879 ) ) ) )
                                          | ~ ( elem @ ( m_Down @ sK7_SY1876 ) @ ( queue @ ( host @ sK8_SY1879 ) ) ) )
                                    | ( ( host @ sK6_SY1872 )
                                     != ( s @ ( host @ sK8_SY1879 ) ) ) )
                              | ( ( index @ status @ ( host @ sK8_SY1879 ) )
                               != elec_1 ) )
                        | ~ ~ ( ( ( host @ sK3_SY1713 )
                               != ( host @ sK5_SY1815 ) )
                              | ~ ( setIn @ sK5_SY1815 @ alive ) ) ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[410]) ).

thf(492,plain,
    ! [SV58: $i,SV101: $i] :
      ( ( ! [SY1988: $i,SY1989: $i] :
            ( ~ ( ~ ~ ( ~ ~ ( leq @ ( host @ SY1989 ) @ ( sK11_V0 @ SY1989 @ SY1988 @ SV101 @ SV58 ) )
                      | ~ ( leq @ ( s @ zero ) @ ( sK11_V0 @ SY1989 @ SY1988 @ SV101 @ SV58 ) ) )
                | ~ ~ ( ~ ( ( ( sK11_V0 @ SY1989 @ SY1988 @ SV101 @ SV58 )
                           != ( host @ SY1988 ) ) )
                      | ~ ~ ( setIn @ ( sK11_V0 @ SY1989 @ SY1988 @ SV101 @ SV58 ) @ ( index @ down @ ( host @ SY1989 ) ) ) ) )
            | ~ ( setIn @ SY1989 @ alive )
            | ~ ( leq @ nbr_proc @ ( s @ ( host @ SY1989 ) ) )
            | ~ ( elem @ ( m_Down @ SY1988 ) @ ( queue @ ( host @ SY1989 ) ) )
            | ~ ( elem @ ( m_Down @ SV101 ) @ ( queue @ ( host @ SY1989 ) ) )
            | ( ( host @ SV101 )
             != ( s @ ( host @ SY1989 ) ) )
            | ( ( index @ status @ ( host @ SY1989 ) )
             != elec_1 ) )
        | ( ( index @ ldr @ ( host @ SV58 ) )
         != ( host @ SV58 ) )
        | ~ ( setIn @ SV58 @ alive )
        | ( ( index @ status @ ( host @ SV58 ) )
         != norm ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[411]) ).

thf(493,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ( SX0 = SX1 )
            | ( ( m_Halt @ SX0 )
             != ( m_Halt @ SX1 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[412]) ).

thf(494,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ( ( m_Halt @ SX0 )
              = ( m_Halt @ SX1 ) )
            | ( SX0 != SX1 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[412]) ).

thf(495,plain,
    ! [SV59: $i,SV1: $i] :
      ( ( ( ( ( s @ ( host @ SV1 ) )
           != ( host @ SV59 ) ) )
        = $true )
      | ( ( ( ( host @ SV1 )
           != ( host @ SV59 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[413]) ).

thf(496,plain,
    ! [SV102: $i,SV60: $i,SV4: $i] :
      ( ( ( ( m_Ack @ SV4 @ SV60 )
         != ( m_Halt @ SV102 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[414]) ).

thf(497,plain,
    ! [SV103: $i,SV61: $i,SV5: $i] :
      ( ( ( ( m_Ack @ SV5 @ SV61 )
         != ( m_Down @ SV103 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[415]) ).

thf(498,plain,
    ! [SV104: $i,SV62: $i,SV6: $i] :
      ( ( ( ( m_Ack @ SV6 @ SV62 )
         != ( m_NotNorm @ SV104 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[416]) ).

thf(499,plain,
    ! [SV105: $i,SV63: $i,SV7: $i] :
      ( ( ( ( m_Ack @ SV7 @ SV63 )
         != ( m_Ldr @ SV105 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[417]) ).

thf(500,plain,
    ! [SV106: $i,SV64: $i,SV8: $i] :
      ( ( ( ( m_Ack @ SV8 @ SV64 )
         != ( m_NormQ @ SV106 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[418]) ).

thf(501,plain,
    ! [SV65: $i,SV9: $i] :
      ( ( ( m_Down @ SV9 )
        = ( m_Halt @ SV65 ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[419]) ).

thf(502,plain,
    ! [SV66: $i,SV10: $i] :
      ( ( ( m_Down @ SV10 )
        = ( m_Ldr @ SV66 ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[420]) ).

thf(503,plain,
    ! [SV67: $i,SV11: $i] :
      ( ( ( m_Down @ SV11 )
        = ( m_NotNorm @ SV67 ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[421]) ).

thf(504,plain,
    ! [SV68: $i,SV12: $i] :
      ( ( ( m_Down @ SV12 )
        = ( m_NormQ @ SV68 ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[422]) ).

thf(505,plain,
    ! [SV69: $i,SV13: $i] :
      ( ( ( m_Ldr @ SV13 )
        = ( m_Halt @ SV69 ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[423]) ).

thf(506,plain,
    ! [SV70: $i,SV14: $i] :
      ( ( ( m_Ldr @ SV14 )
        = ( m_NormQ @ SV70 ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[424]) ).

thf(507,plain,
    ! [SV71: $i,SV15: $i] :
      ( ( ( m_Ldr @ SV15 )
        = ( m_NotNorm @ SV71 ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[425]) ).

thf(508,plain,
    ! [SV72: $i,SV16: $i] :
      ( ( ( SV16 = SV72 )
        = $true )
      | ( ( ! [SY1971: $i,SY1972: $i] :
              ( ( m_Ack @ SV16 @ SY1971 )
             != ( m_Ack @ SV72 @ SY1972 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[426]) ).

thf(509,plain,
    ! [SV73: $i,SV17: $i,SV107: $i] :
      ( ( ! [SY1990: $i] :
            ( ( SV107 = SY1990 )
            | ( ( m_Ack @ SV17 @ SV107 )
             != ( m_Ack @ SV73 @ SY1990 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[427]) ).

thf(510,plain,
    ! [SV74: $i,SV18: $i] :
      ( ( ( ( host @ SV18 )
          = ( host @ SV74 ) )
        = $true )
      | ( ( ( SV18 != SV74 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[428]) ).

thf(511,plain,
    ! [SV77: $i,SV21: $i] :
      ( ( q_nil
        = ( cons @ SV21 @ SV77 ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[431]) ).

thf(512,plain,
    ! [SV78: $i,SV108: $i,SV23: $i] :
      ( ( ( snoc @ ( cons @ SV23 @ SV108 ) @ SV78 )
        = ( cons @ SV23 @ ( snoc @ SV108 @ SV78 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[432]) ).

thf(513,plain,
    ! [SV26: $i] :
      ( ( ( ordered @ SV26 )
        = $false )
      | ( ( ! [SY1912: $i,SY1913: $i] : ( ordered @ ( snoc @ SV26 @ ( m_Ack @ SY1912 @ SY1913 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[434]) ).

thf(514,plain,
    ! [SV27: $i] :
      ( ( ( ordered @ SV27 )
        = $false )
      | ( ( ! [SY1914: $i] : ( ordered @ ( snoc @ SV27 @ ( m_Ldr @ SY1914 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[435]) ).

thf(515,plain,
    ! [SV28: $i,SV109: $i,SV79: $i] :
      ( ( ( ( host @ SV79 )
         != ( host @ SV109 ) )
        | ~ ( ordered @ ( cons @ ( m_Halt @ SV79 ) @ SV28 ) )
        | ~ ( elem @ ( m_Down @ SV109 ) @ SV28 )
        | ( leq @ SV79 @ SV109 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[436]) ).

thf(516,plain,
    ! [SV80: $i,SV31: $i] :
      ( ( ( leq @ SV31 @ SV80 )
        = $true )
      | ( ( leq @ SV80 @ SV31 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[438]) ).

thf(517,plain,
    ! [SV110: $i,SV81: $i,SV32: $i] :
      ( ( ~ ( leq @ SV32 @ SV81 )
        | ~ ( leq @ SV81 @ SV110 )
        | ( leq @ SV32 @ SV110 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[439]) ).

thf(518,plain,
    ! [SV82: $i,SV34: $i] :
      ( ( ( m_NotNorm @ SV34 )
        = ( m_Halt @ SV82 ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[441]) ).

thf(519,plain,
    ! [SV83: $i,SV35: $i] :
      ( ( ( m_NormQ @ SV35 )
        = ( m_Halt @ SV83 ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[442]) ).

thf(520,plain,
    ! [SV84: $i,SV36: $i] :
      ( ( ( m_NormQ @ SV36 )
        = ( m_NotNorm @ SV84 ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[443]) ).

thf(521,plain,
    ! [SV40: $i,SV87: $i] :
      ( ( q_nil
        = ( snoc @ SV87 @ SV40 ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[447]) ).

thf(522,plain,
    ! [SV42: $i,SV88: $i] :
      ( ( ( ! [SY1978: $i] :
              ( ( ( host @ SY1978 )
                = ( host @ SV88 ) )
              | ~ ( setIn @ SY1978 @ alive )
              | ~ ( elem @ ( m_Down @ SV42 ) @ ( queue @ ( host @ SY1978 ) ) )
              | ( ( host @ SV88 )
               != ( host @ SV42 ) )
              | ( ( index @ status @ ( host @ SY1978 ) )
               != wait )
              | ( ( host @ ( index @ elid @ ( host @ SY1978 ) ) )
               != ( host @ SV88 ) ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV88 ) )
           != norm )
          | ~ ( setIn @ SV88 @ alive )
          | ( ( index @ ldr @ ( host @ SV88 ) )
           != ( host @ SV88 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[448]) ).

thf(523,plain,
    ! [SV43: $i,SV89: $i] :
      ( ( ( ! [SY1979: $i] :
              ( ( ( host @ SY1979 )
                = ( host @ SV89 ) )
              | ~ ( setIn @ SY1979 @ alive )
              | ~ ( elem @ ( m_Down @ SV43 ) @ ( queue @ ( host @ SY1979 ) ) )
              | ( ( host @ SV89 )
               != ( host @ SV43 ) )
              | ( ( index @ status @ ( host @ SY1979 ) )
               != norm )
              | ( ( index @ ldr @ ( host @ SY1979 ) )
               != ( host @ SV89 ) ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV89 ) )
           != norm )
          | ~ ( setIn @ SV89 @ alive )
          | ( ( index @ ldr @ ( host @ SV89 ) )
           != ( host @ SV89 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[449]) ).

thf(524,plain,
    ! [SV90: $i,SV44: $i,SV111: $i] :
      ( ( ! [SY1991: $i] :
            ( ( ( host @ SV111 )
              = ( host @ SV44 ) )
            | ~ ( setIn @ SV44 @ alive )
            | ~ ( setIn @ SV111 @ alive )
            | ( ( host @ SV90 )
             != ( host @ SV44 ) )
            | ( ( host @ SY1991 )
             != ( host @ SV111 ) )
            | ~ ( elem @ ( m_Down @ SY1991 ) @ ( queue @ ( host @ SV44 ) ) )
            | ~ ( setIn @ ( host @ SV90 ) @ ( index @ down @ ( host @ SV111 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[450]) ).

thf(525,plain,
    ! [SV91: $i,SV45: $i,SV112: $i] :
      ( ( ! [SY1992: $i] :
            ( ( ( host @ SV112 )
              = ( host @ SV45 ) )
            | ~ ( setIn @ SV45 @ alive )
            | ~ ( setIn @ SV112 @ alive )
            | ( ( host @ SV91 )
             != ( host @ SV45 ) )
            | ( ( host @ SY1992 )
             != ( host @ SV112 ) )
            | ~ ( elem @ ( m_Down @ SY1992 ) @ ( queue @ ( host @ SV45 ) ) )
            | ~ ( elem @ ( m_Down @ SV91 ) @ ( queue @ ( host @ SV112 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[451]) ).

thf(526,plain,
    ! [SV46: $i,SV113: $i] :
      ( ( ( ! [SY1993: $i] :
              ( ( leq @ ( host @ SV113 ) @ ( host @ SY1993 ) )
              | ~ ( setIn @ SY1993 @ alive )
              | ~ ( elem @ ( m_Down @ SV113 ) @ ( queue @ ( host @ SY1993 ) ) ) )
          | ( ( host @ SV113 )
           != ( host @ SV46 ) ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV46 ) )
           != ( host @ SV46 ) )
          | ~ ( setIn @ SV46 @ alive )
          | ( ( index @ status @ ( host @ SV46 ) )
           != norm ) )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[452]) ).

thf(527,plain,
    ! [SV92: $i,SV47: $i] :
      ( ( ( ~ ( setIn @ SV47 @ alive )
          | ~ ( setIn @ SV92 @ alive )
          | ( ( index @ ldr @ ( host @ SV47 ) )
           != ( host @ SV47 ) )
          | ( ( index @ status @ ( host @ SV47 ) )
           != norm )
          | ( ( index @ status @ ( host @ SV92 ) )
           != norm )
          | ( ( index @ ldr @ ( host @ SV92 ) )
           != ( host @ SV92 ) ) )
        = $true )
      | ( ( SV92 = SV47 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[453]) ).

thf(528,plain,
    ! [SV48: $i,SV93: $i] :
      ( ( ( ! [SY1984: $i] :
              ( ( ( host @ SV93 )
               != ( host @ SY1984 ) )
              | ~ ( setIn @ SY1984 @ alive )
              | ( ( index @ status @ ( host @ SY1984 ) )
               != norm )
              | ( ( index @ ldr @ ( host @ SY1984 ) )
               != ( host @ SY1984 ) ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV93 ) @ ( queue @ ( host @ SV48 ) ) )
          | ~ ( setIn @ SV48 @ alive ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[454]) ).

thf(529,plain,
    ! [SV94: $i,SV114: $i,SV49: $i] :
      ( ( ~ ( setIn @ SV49 @ alive )
        | ~ ( setIn @ SV114 @ alive )
        | ~ ( elem @ ( m_Down @ SV94 ) @ ( queue @ ( host @ SV49 ) ) )
        | ( ( host @ SV114 )
         != ( host @ SV94 ) )
        | ( ( index @ status @ ( host @ SV114 ) )
         != elec_2 )
        | ( leq @ ( index @ pendack @ ( host @ SV114 ) ) @ ( host @ SV49 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[455]) ).

thf(530,plain,
    ! [SV50: $i,SV95: $i] :
      ( ( ( ( ( index @ status @ ( host @ SV95 ) )
           != norm )
          | ~ ( setIn @ SV95 @ alive )
          | ( ( index @ ldr @ ( host @ SV95 ) )
           != ( host @ SV95 ) ) )
        = $true )
      | ( ( ~ ( setIn @ SV50 @ alive )
          | ~ ( setIn @ ( host @ SV95 ) @ ( index @ down @ ( host @ SV50 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[456]) ).

thf(531,plain,
    ! [SV96: $i,SV51: $i] :
      ( ( ( ~ ( setIn @ SV51 @ alive )
          | ~ ( setIn @ SV96 @ alive )
          | ~ ( setIn @ ( host @ SV96 ) @ ( index @ down @ ( host @ SV51 ) ) )
          | ( ( index @ status @ ( host @ SV96 ) )
           != elec_2 ) )
        = $true )
      | ( ( leq @ ( index @ pendack @ ( host @ SV96 ) ) @ ( host @ SV51 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[457]) ).

thf(532,plain,
    ! [SV52: $i,SV97: $i] :
      ( ( ( ( SV97 = SV52 )
          | ( ( host @ SV97 )
           != ( host @ SV52 ) ) )
        = $true )
      | ( ( ~ ( setIn @ SV52 @ alive )
          | ~ ( setIn @ SV97 @ alive ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[458]) ).

thf(533,plain,
    ! [SV53: $i,SV98: $i] :
      ( ( ( ~ ( elem @ ( m_Down @ SV98 ) @ ( queue @ ( host @ SV53 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV98 )
           != ( host @ SV53 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[459]) ).

thf(534,plain,
    ! [SV54: $i,SV99: $i] :
      ( ( ( ~ ( elem @ ( m_Ldr @ SV99 ) @ ( queue @ ( host @ SV54 ) ) ) )
        = $true )
      | ( ( ~ ( leq @ ( host @ SV54 ) @ ( host @ SV99 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[460]) ).

thf(535,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( ~ ! [SX1: $i] :
                    ( SX0
                   != ( m_Halt @ SX1 ) )
              | ~ ! [SX1: $i] :
                    ( SX0
                   != ( m_Down @ SX1 ) ) )
          | ( pidElem @ SX0 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[461]) ).

thf(536,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( pidElem @ SX0 )
          | ( SX0
            = ( m_Halt @ ( sK15_Y @ SX0 ) ) )
          | ( SX0
            = ( m_Down @ ( sK14_Y @ SX0 ) ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[462]) ).

thf(537,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ( elem @ ( sK12_Y @ SX1 @ SX0 ) @ SX1 )
                                | ~ ( pidElem @ SX0 ) )
                          | ~ ( pidElem @ ( sK12_Y @ SX1 @ SX0 ) ) )
                    | ( ( host @ ( pidMsg @ ( sK12_Y @ SX1 @ SX0 ) ) )
                     != ( host @ ( pidMsg @ SX0 ) ) ) )
              | ~ ~ ( leq @ ( pidMsg @ ( sK12_Y @ SX1 @ SX0 ) ) @ ( pidMsg @ SX0 ) ) )
          | ~ ( ordered @ SX1 )
          | ( ordered @ ( snoc @ SX1 @ SX0 ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[463]) ).

thf(538,plain,
    ( ( ~ ( ~ ! [SX0: $i,SX1: $i] :
                ( ~ ( ordered @ ( snoc @ SX1 @ SX0 ) )
                | ! [SX2: $i] :
                    ( ~ ( elem @ SX2 @ SX1 )
                    | ~ ( pidElem @ SX0 )
                    | ~ ( pidElem @ SX2 )
                    | ( ( host @ ( pidMsg @ SX2 ) )
                     != ( host @ ( pidMsg @ SX0 ) ) )
                    | ( leq @ ( pidMsg @ SX2 ) @ ( pidMsg @ SX0 ) ) ) )
          | ~ ! [SX0: $i,SX1: $i] :
                ( ~ ( ordered @ ( snoc @ SX1 @ SX0 ) )
                | ( ordered @ SX1 ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[464]) ).

thf(539,plain,
    ( ( ! [SX0: $i] : ( ordered @ ( cons @ SX0 @ q_nil ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[465]) ).

thf(540,plain,
    ( ( ! [SX0: $i] : ( ordered @ ( snoc @ q_nil @ SX0 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[466]) ).

thf(541,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( setIn @ SX0 @ alive )
          | ( ( index @ status @ ( host @ SX0 ) )
           != elec_1 )
          | ( ( index @ elid @ ( host @ SX0 ) )
            = SX0 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[467]) ).

thf(542,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( setIn @ SX0 @ alive )
          | ( ( index @ status @ ( host @ SX0 ) )
           != elec_2 )
          | ( ( index @ elid @ ( host @ SX0 ) )
            = SX0 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[468]) ).

thf(543,plain,
    ! [SV55: $i] :
      ( ( ~ ! [SY1948: $i,SY1949: $i] :
              ( ~ ( elem @ SV55 @ ( cons @ SY1948 @ SY1949 ) )
              | ( SV55 = SY1948 )
              | ( elem @ SV55 @ SY1949 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[469]) ).

thf(544,plain,
    ! [SV55: $i] :
      ( ( ~ ~ ( ~ ! [SY1950: $i] :
                    ( ( SV55 != SY1950 )
                    | ! [SY1951: $i] : ( elem @ SV55 @ ( cons @ SY1950 @ SY1951 ) ) )
              | ~ ! [SY1952: $i,SY1953: $i] :
                    ( ~ ( elem @ SV55 @ SY1953 )
                    | ( elem @ SV55 @ ( cons @ SY1952 @ SY1953 ) ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[469]) ).

thf(545,plain,
    ! [SV56: $i,SV100: $i] :
      ( ( ( ! [SY1986: $i,SY1987: $i] :
              ( ~ ( ~ ~ ( ~ ~ ( leq @ ( host @ SY1987 ) @ ( sK10_V0 @ SY1987 @ SY1986 @ SV100 @ SV56 ) )
                        | ~ ( leq @ ( s @ zero ) @ ( sK10_V0 @ SY1987 @ SY1986 @ SV100 @ SV56 ) ) )
                  | ~ ~ ( ~ ( ( ( sK10_V0 @ SY1987 @ SY1986 @ SV100 @ SV56 )
                             != ( host @ SY1986 ) ) )
                        | ~ ~ ( setIn @ ( sK10_V0 @ SY1987 @ SY1986 @ SV100 @ SV56 ) @ ( index @ down @ ( host @ SY1987 ) ) ) ) )
              | ~ ( setIn @ SV56 @ alive )
              | ~ ( leq @ ( host @ SV56 ) @ ( host @ SY1987 ) )
              | ~ ( elem @ ( m_Down @ SY1986 ) @ ( queue @ ( host @ SY1987 ) ) )
              | ( ( host @ SV100 )
               != ( host @ SY1987 ) )
              | ( ( index @ status @ ( host @ SV56 ) )
               != elec_2 )
              | ( ( index @ status @ ( host @ SY1987 ) )
               != elec_1 ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Ack @ SV56 @ SV100 ) @ ( queue @ ( host @ SV56 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[470]) ).

thf(546,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ( SX0 = SX1 )
          | ( ( m_NotNorm @ SX0 )
           != ( m_NotNorm @ SX1 ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[471]) ).

thf(547,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ( ( m_NotNorm @ SX0 )
            = ( m_NotNorm @ SX1 ) )
          | ( SX0 != SX1 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[472]) ).

thf(548,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ~ ( leq @ SX0 @ ( s @ SX1 ) )
          | ( SX0
            = ( s @ SX1 ) )
          | ( leq @ SX0 @ SX1 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[473]) ).

thf(549,plain,
    ( ( ~ ( ~ ! [SX0: $i,SX1: $i] :
                ( ( SX0
                 != ( s @ SX1 ) )
                | ( leq @ SX0 @ ( s @ SX1 ) ) )
          | ~ ! [SX0: $i,SX1: $i] :
                ( ~ ( leq @ SX0 @ SX1 )
                | ( leq @ SX0 @ ( s @ SX1 ) ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[474]) ).

thf(550,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ~ ( leq @ SX0 @ SX1 )
          | ~ ( leq @ SX1 @ SX0 )
          | ( SX0 = SX1 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[475]) ).

thf(551,plain,
    ( ( ~ ( ~ ! [SX0: $i,SX1: $i] :
                ( ( SX0 != SX1 )
                | ( leq @ SX0 @ SX1 ) )
          | ~ ! [SX0: $i,SX1: $i] :
                ( ( SX0 != SX1 )
                | ( leq @ SX1 @ SX0 ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[476]) ).

thf(552,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ( SX0 = SX1 )
          | ( ( m_Ldr @ SX0 )
           != ( m_Ldr @ SX1 ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[477]) ).

thf(553,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ( ( m_Ldr @ SX0 )
            = ( m_Ldr @ SX1 ) )
          | ( SX0 != SX1 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[478]) ).

thf(554,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ~ ( leq @ SX0 @ SX1 )
          | ( leq @ ( s @ SX0 ) @ ( s @ SX1 ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[479]) ).

thf(555,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ~ ( leq @ ( s @ SX0 ) @ ( s @ SX1 ) )
          | ( leq @ SX0 @ SX1 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[480]) ).

thf(556,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ( SX0 = SX1 )
          | ( ( m_Down @ SX0 )
           != ( m_Down @ SX1 ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[481]) ).

thf(557,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ( ( m_Down @ SX0 )
            = ( m_Down @ SX1 ) )
          | ( SX0 != SX1 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[482]) ).

thf(558,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ( SX0 = SX1 )
          | ( ( m_NormQ @ SX0 )
           != ( m_NormQ @ SX1 ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[483]) ).

thf(559,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ( ( m_NormQ @ SX0 )
            = ( m_NormQ @ SX1 ) )
          | ( SX0 != SX1 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[484]) ).

thf(560,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ( elem @ ( sK13_Y @ SX1 @ SX0 ) @ SX1 )
                                | ~ ( pidElem @ SX0 ) )
                          | ~ ( pidElem @ ( sK13_Y @ SX1 @ SX0 ) ) )
                    | ( ( host @ ( pidMsg @ ( sK13_Y @ SX1 @ SX0 ) ) )
                     != ( host @ ( pidMsg @ SX0 ) ) ) )
              | ~ ~ ( leq @ ( pidMsg @ SX0 ) @ ( pidMsg @ ( sK13_Y @ SX1 @ SX0 ) ) ) )
          | ~ ( ordered @ SX1 )
          | ( ordered @ ( cons @ SX0 @ SX1 ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[485]) ).

thf(561,plain,
    ( ( ~ ( ~ ! [SX0: $i,SX1: $i] :
                ( ~ ( ordered @ ( cons @ SX0 @ SX1 ) )
                | ! [SX2: $i] :
                    ( ~ ( elem @ SX2 @ SX1 )
                    | ~ ( pidElem @ SX0 )
                    | ~ ( pidElem @ SX2 )
                    | ( ( host @ ( pidMsg @ SX2 ) )
                     != ( host @ ( pidMsg @ SX0 ) ) )
                    | ( leq @ ( pidMsg @ SX0 ) @ ( pidMsg @ SX2 ) ) ) )
          | ~ ! [SX0: $i,SX1: $i] :
                ( ~ ( ordered @ ( cons @ SX0 @ SX1 ) )
                | ( ordered @ SX1 ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[486]) ).

thf(562,plain,
    ! [SV57: $i] :
      ( ( ~ ! [SY1957: $i,SY1958: $i] :
              ( ~ ( elem @ SV57 @ ( snoc @ SY1958 @ SY1957 ) )
              | ( SV57 = SY1957 )
              | ( elem @ SV57 @ SY1958 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[487]) ).

thf(563,plain,
    ! [SV57: $i] :
      ( ( ~ ~ ( ~ ! [SY1959: $i] :
                    ( ( SV57 != SY1959 )
                    | ! [SY1960: $i] : ( elem @ SV57 @ ( snoc @ SY1960 @ SY1959 ) ) )
              | ~ ! [SY1961: $i,SY1962: $i] :
                    ( ~ ( elem @ SV57 @ SY1962 )
                    | ( elem @ SV57 @ ( snoc @ SY1962 @ SY1961 ) ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[487]) ).

thf(564,plain,
    ( ( ! [SX0: $i] :
          ( ! [SX1: $i] :
              ~ ( elem @ ( m_Ack @ SX0 @ SX1 ) @ ( queue @ ( host @ SX0 ) ) )
          | ( setIn @ SX0 @ pids ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[488]) ).

thf(565,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ~ ( elem @ ( m_Ack @ SX0 @ SX1 ) @ ( queue @ ( host @ SX0 ) ) )
          | ( setIn @ SX1 @ pids ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[489]) ).

thf(566,plain,
    ( ( ~ ( ~ ( ( ( host @ sK9_SY1866 )
               != ( host @ sK4_SY1767 ) ) )
          | ~ ~ ( setIn @ ( host @ sK9_SY1866 ) @ ( index @ acks @ ( host @ sK3_SY1713 ) ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[490]) ).

thf(567,plain,
    ( ( ~ ( ( ( host @ sK3_SY1713 )
           != ( host @ sK5_SY1815 ) )
          | ~ ~ ( ~ ( ( ( host @ sK3_SY1713 )
                     != ( host @ sK8_SY1879 ) ) )
                | ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ! [SX0: $i] :
                                                                ( ( leq @ ( host @ sK8_SY1879 ) @ SX0 )
                                                                | ~ ( leq @ ( s @ zero ) @ SX0 )
                                                                | ( SX0
                                                                  = ( host @ sK7_SY1876 ) )
                                                                | ( setIn @ SX0 @ ( index @ down @ ( host @ sK8_SY1879 ) ) ) )
                                                          | ~ ( setIn @ sK8_SY1879 @ alive ) )
                                                    | ~ ( leq @ nbr_proc @ ( s @ ( host @ sK8_SY1879 ) ) ) )
                                              | ~ ( elem @ ( m_Down @ sK6_SY1872 ) @ ( queue @ ( host @ sK8_SY1879 ) ) ) )
                                        | ~ ( elem @ ( m_Down @ sK7_SY1876 ) @ ( queue @ ( host @ sK8_SY1879 ) ) ) )
                                  | ( ( host @ sK6_SY1872 )
                                   != ( s @ ( host @ sK8_SY1879 ) ) ) )
                            | ( ( index @ status @ ( host @ sK8_SY1879 ) )
                             != elec_1 ) )
                      | ~ ~ ( ( ( host @ sK3_SY1713 )
                             != ( host @ sK5_SY1815 ) )
                            | ~ ( setIn @ sK5_SY1815 @ alive ) ) ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[491]) ).

thf(568,plain,
    ! [SV58: $i,SV101: $i] :
      ( ( ( ! [SY1988: $i,SY1989: $i] :
              ( ~ ( ~ ~ ( ~ ~ ( leq @ ( host @ SY1989 ) @ ( sK11_V0 @ SY1989 @ SY1988 @ SV101 @ SV58 ) )
                        | ~ ( leq @ ( s @ zero ) @ ( sK11_V0 @ SY1989 @ SY1988 @ SV101 @ SV58 ) ) )
                  | ~ ~ ( ~ ( ( ( sK11_V0 @ SY1989 @ SY1988 @ SV101 @ SV58 )
                             != ( host @ SY1988 ) ) )
                        | ~ ~ ( setIn @ ( sK11_V0 @ SY1989 @ SY1988 @ SV101 @ SV58 ) @ ( index @ down @ ( host @ SY1989 ) ) ) ) )
              | ~ ( setIn @ SY1989 @ alive )
              | ~ ( leq @ nbr_proc @ ( s @ ( host @ SY1989 ) ) )
              | ~ ( elem @ ( m_Down @ SY1988 ) @ ( queue @ ( host @ SY1989 ) ) )
              | ~ ( elem @ ( m_Down @ SV101 ) @ ( queue @ ( host @ SY1989 ) ) )
              | ( ( host @ SV101 )
               != ( s @ ( host @ SY1989 ) ) )
              | ( ( index @ status @ ( host @ SY1989 ) )
               != elec_1 ) ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV58 ) )
           != ( host @ SV58 ) )
          | ~ ( setIn @ SV58 @ alive )
          | ( ( index @ status @ ( host @ SV58 ) )
           != norm ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[492]) ).

thf(569,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ( SX0 = SX1 )
          | ( ( m_Halt @ SX0 )
           != ( m_Halt @ SX1 ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[493]) ).

thf(570,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ( ( m_Halt @ SX0 )
            = ( m_Halt @ SX1 ) )
          | ( SX0 != SX1 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[494]) ).

thf(571,plain,
    ! [SV59: $i,SV1: $i] :
      ( ( ( ( s @ ( host @ SV1 ) )
          = ( host @ SV59 ) )
        = $false )
      | ( ( ( ( host @ SV1 )
           != ( host @ SV59 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[495]) ).

thf(572,plain,
    ! [SV102: $i,SV60: $i,SV4: $i] :
      ( ( ( m_Ack @ SV4 @ SV60 )
        = ( m_Halt @ SV102 ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[496]) ).

thf(573,plain,
    ! [SV103: $i,SV61: $i,SV5: $i] :
      ( ( ( m_Ack @ SV5 @ SV61 )
        = ( m_Down @ SV103 ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[497]) ).

thf(574,plain,
    ! [SV104: $i,SV62: $i,SV6: $i] :
      ( ( ( m_Ack @ SV6 @ SV62 )
        = ( m_NotNorm @ SV104 ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[498]) ).

thf(575,plain,
    ! [SV105: $i,SV63: $i,SV7: $i] :
      ( ( ( m_Ack @ SV7 @ SV63 )
        = ( m_Ldr @ SV105 ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[499]) ).

thf(576,plain,
    ! [SV106: $i,SV64: $i,SV8: $i] :
      ( ( ( m_Ack @ SV8 @ SV64 )
        = ( m_NormQ @ SV106 ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[500]) ).

thf(577,plain,
    ! [SV72: $i,SV115: $i,SV16: $i] :
      ( ( ( ! [SY1994: $i] :
              ( ( m_Ack @ SV16 @ SV115 )
             != ( m_Ack @ SV72 @ SY1994 ) ) )
        = $true )
      | ( ( SV16 = SV72 )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[508]) ).

thf(578,plain,
    ! [SV73: $i,SV17: $i,SV116: $i,SV107: $i] :
      ( ( ( SV107 = SV116 )
        | ( ( m_Ack @ SV17 @ SV107 )
         != ( m_Ack @ SV73 @ SV116 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[509]) ).

thf(579,plain,
    ! [SV74: $i,SV18: $i] :
      ( ( ( SV18 = SV74 )
        = $false )
      | ( ( ( host @ SV18 )
          = ( host @ SV74 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[510]) ).

thf(580,plain,
    ! [SV117: $i,SV26: $i] :
      ( ( ( ! [SY1995: $i] : ( ordered @ ( snoc @ SV26 @ ( m_Ack @ SV117 @ SY1995 ) ) ) )
        = $true )
      | ( ( ordered @ SV26 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[513]) ).

thf(581,plain,
    ! [SV118: $i,SV27: $i] :
      ( ( ( ordered @ ( snoc @ SV27 @ ( m_Ldr @ SV118 ) ) )
        = $true )
      | ( ( ordered @ SV27 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[514]) ).

thf(582,plain,
    ! [SV28: $i,SV109: $i,SV79: $i] :
      ( ( ( ( ( host @ SV79 )
           != ( host @ SV109 ) )
          | ~ ( ordered @ ( cons @ ( m_Halt @ SV79 ) @ SV28 ) )
          | ~ ( elem @ ( m_Down @ SV109 ) @ SV28 ) )
        = $true )
      | ( ( leq @ SV79 @ SV109 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[515]) ).

thf(583,plain,
    ! [SV110: $i,SV81: $i,SV32: $i] :
      ( ( ( ~ ( leq @ SV32 @ SV81 )
          | ~ ( leq @ SV81 @ SV110 ) )
        = $true )
      | ( ( leq @ SV32 @ SV110 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[517]) ).

thf(584,plain,
    ! [SV42: $i,SV88: $i,SV119: $i] :
      ( ( ( ( ( host @ SV119 )
            = ( host @ SV88 ) )
          | ~ ( setIn @ SV119 @ alive )
          | ~ ( elem @ ( m_Down @ SV42 ) @ ( queue @ ( host @ SV119 ) ) )
          | ( ( host @ SV88 )
           != ( host @ SV42 ) )
          | ( ( index @ status @ ( host @ SV119 ) )
           != wait )
          | ( ( host @ ( index @ elid @ ( host @ SV119 ) ) )
           != ( host @ SV88 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV88 ) )
           != norm )
          | ~ ( setIn @ SV88 @ alive )
          | ( ( index @ ldr @ ( host @ SV88 ) )
           != ( host @ SV88 ) ) )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[522]) ).

thf(585,plain,
    ! [SV43: $i,SV89: $i,SV120: $i] :
      ( ( ( ( ( host @ SV120 )
            = ( host @ SV89 ) )
          | ~ ( setIn @ SV120 @ alive )
          | ~ ( elem @ ( m_Down @ SV43 ) @ ( queue @ ( host @ SV120 ) ) )
          | ( ( host @ SV89 )
           != ( host @ SV43 ) )
          | ( ( index @ status @ ( host @ SV120 ) )
           != norm )
          | ( ( index @ ldr @ ( host @ SV120 ) )
           != ( host @ SV89 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV89 ) )
           != norm )
          | ~ ( setIn @ SV89 @ alive )
          | ( ( index @ ldr @ ( host @ SV89 ) )
           != ( host @ SV89 ) ) )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[523]) ).

thf(586,plain,
    ! [SV121: $i,SV90: $i,SV44: $i,SV111: $i] :
      ( ( ( ( host @ SV111 )
          = ( host @ SV44 ) )
        | ~ ( setIn @ SV44 @ alive )
        | ~ ( setIn @ SV111 @ alive )
        | ( ( host @ SV90 )
         != ( host @ SV44 ) )
        | ( ( host @ SV121 )
         != ( host @ SV111 ) )
        | ~ ( elem @ ( m_Down @ SV121 ) @ ( queue @ ( host @ SV44 ) ) )
        | ~ ( setIn @ ( host @ SV90 ) @ ( index @ down @ ( host @ SV111 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[524]) ).

thf(587,plain,
    ! [SV122: $i,SV91: $i,SV45: $i,SV112: $i] :
      ( ( ( ( host @ SV112 )
          = ( host @ SV45 ) )
        | ~ ( setIn @ SV45 @ alive )
        | ~ ( setIn @ SV112 @ alive )
        | ( ( host @ SV91 )
         != ( host @ SV45 ) )
        | ( ( host @ SV122 )
         != ( host @ SV112 ) )
        | ~ ( elem @ ( m_Down @ SV122 ) @ ( queue @ ( host @ SV45 ) ) )
        | ~ ( elem @ ( m_Down @ SV91 ) @ ( queue @ ( host @ SV112 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[525]) ).

thf(588,plain,
    ! [SV46: $i,SV113: $i] :
      ( ( ( ! [SY1993: $i] :
              ( ( leq @ ( host @ SV113 ) @ ( host @ SY1993 ) )
              | ~ ( setIn @ SY1993 @ alive )
              | ~ ( elem @ ( m_Down @ SV113 ) @ ( queue @ ( host @ SY1993 ) ) ) ) )
        = $true )
      | ( ( ( ( host @ SV113 )
           != ( host @ SV46 ) ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV46 ) )
           != ( host @ SV46 ) )
          | ~ ( setIn @ SV46 @ alive )
          | ( ( index @ status @ ( host @ SV46 ) )
           != norm ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[526]) ).

thf(589,plain,
    ! [SV92: $i,SV47: $i] :
      ( ( ( ~ ( setIn @ SV47 @ alive )
          | ~ ( setIn @ SV92 @ alive )
          | ( ( index @ ldr @ ( host @ SV47 ) )
           != ( host @ SV47 ) )
          | ( ( index @ status @ ( host @ SV47 ) )
           != norm )
          | ( ( index @ status @ ( host @ SV92 ) )
           != norm ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV92 ) )
           != ( host @ SV92 ) ) )
        = $true )
      | ( ( SV92 = SV47 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[527]) ).

thf(590,plain,
    ! [SV48: $i,SV123: $i,SV93: $i] :
      ( ( ( ( ( host @ SV93 )
           != ( host @ SV123 ) )
          | ~ ( setIn @ SV123 @ alive )
          | ( ( index @ status @ ( host @ SV123 ) )
           != norm )
          | ( ( index @ ldr @ ( host @ SV123 ) )
           != ( host @ SV123 ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV93 ) @ ( queue @ ( host @ SV48 ) ) )
          | ~ ( setIn @ SV48 @ alive ) )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[528]) ).

thf(591,plain,
    ! [SV94: $i,SV114: $i,SV49: $i] :
      ( ( ( ~ ( setIn @ SV49 @ alive )
          | ~ ( setIn @ SV114 @ alive )
          | ~ ( elem @ ( m_Down @ SV94 ) @ ( queue @ ( host @ SV49 ) ) )
          | ( ( host @ SV114 )
           != ( host @ SV94 ) )
          | ( ( index @ status @ ( host @ SV114 ) )
           != elec_2 ) )
        = $true )
      | ( ( leq @ ( index @ pendack @ ( host @ SV114 ) ) @ ( host @ SV49 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[529]) ).

thf(592,plain,
    ! [SV50: $i,SV95: $i] :
      ( ( ( ( ( index @ status @ ( host @ SV95 ) )
           != norm )
          | ~ ( setIn @ SV95 @ alive ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV95 ) )
           != ( host @ SV95 ) ) )
        = $true )
      | ( ( ~ ( setIn @ SV50 @ alive )
          | ~ ( setIn @ ( host @ SV95 ) @ ( index @ down @ ( host @ SV50 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[530]) ).

thf(593,plain,
    ! [SV96: $i,SV51: $i] :
      ( ( ( ~ ( setIn @ SV51 @ alive )
          | ~ ( setIn @ SV96 @ alive )
          | ~ ( setIn @ ( host @ SV96 ) @ ( index @ down @ ( host @ SV51 ) ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV96 ) )
           != elec_2 ) )
        = $true )
      | ( ( leq @ ( index @ pendack @ ( host @ SV96 ) ) @ ( host @ SV51 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[531]) ).

thf(594,plain,
    ! [SV52: $i,SV97: $i] :
      ( ( ( SV97 = SV52 )
        = $true )
      | ( ( ( ( host @ SV97 )
           != ( host @ SV52 ) ) )
        = $true )
      | ( ( ~ ( setIn @ SV52 @ alive )
          | ~ ( setIn @ SV97 @ alive ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[532]) ).

thf(595,plain,
    ! [SV53: $i,SV98: $i] :
      ( ( ( elem @ ( m_Down @ SV98 ) @ ( queue @ ( host @ SV53 ) ) )
        = $false )
      | ( ( ( ( host @ SV98 )
           != ( host @ SV53 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[533]) ).

thf(596,plain,
    ! [SV54: $i,SV99: $i] :
      ( ( ( elem @ ( m_Ldr @ SV99 ) @ ( queue @ ( host @ SV54 ) ) )
        = $false )
      | ( ( ~ ( leq @ ( host @ SV54 ) @ ( host @ SV99 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[534]) ).

thf(597,plain,
    ! [SV124: $i] :
      ( ( ~ ( ~ ! [SY1996: $i] :
                  ( SV124
                 != ( m_Halt @ SY1996 ) )
            | ~ ! [SY1997: $i] :
                  ( SV124
                 != ( m_Down @ SY1997 ) ) )
        | ( pidElem @ SV124 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[535]) ).

thf(598,plain,
    ! [SV125: $i] :
      ( ( ~ ( pidElem @ SV125 )
        | ( SV125
          = ( m_Halt @ ( sK15_Y @ SV125 ) ) )
        | ( SV125
          = ( m_Down @ ( sK14_Y @ SV125 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[536]) ).

thf(599,plain,
    ! [SV126: $i] :
      ( ( ! [SY1998: $i] :
            ( ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ( elem @ ( sK12_Y @ SY1998 @ SV126 ) @ SY1998 )
                                  | ~ ( pidElem @ SV126 ) )
                            | ~ ( pidElem @ ( sK12_Y @ SY1998 @ SV126 ) ) )
                      | ( ( host @ ( pidMsg @ ( sK12_Y @ SY1998 @ SV126 ) ) )
                       != ( host @ ( pidMsg @ SV126 ) ) ) )
                | ~ ~ ( leq @ ( pidMsg @ ( sK12_Y @ SY1998 @ SV126 ) ) @ ( pidMsg @ SV126 ) ) )
            | ~ ( ordered @ SY1998 )
            | ( ordered @ ( snoc @ SY1998 @ SV126 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[537]) ).

thf(600,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( ordered @ ( snoc @ SX1 @ SX0 ) )
            | ! [SX2: $i] :
                ( ~ ( elem @ SX2 @ SX1 )
                | ~ ( pidElem @ SX0 )
                | ~ ( pidElem @ SX2 )
                | ( ( host @ ( pidMsg @ SX2 ) )
                 != ( host @ ( pidMsg @ SX0 ) ) )
                | ( leq @ ( pidMsg @ SX2 ) @ ( pidMsg @ SX0 ) ) ) )
      | ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( ordered @ ( snoc @ SX1 @ SX0 ) )
            | ( ordered @ SX1 ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[538]) ).

thf(601,plain,
    ! [SV127: $i] :
      ( ( ordered @ ( cons @ SV127 @ q_nil ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[539]) ).

thf(602,plain,
    ! [SV128: $i] :
      ( ( ordered @ ( snoc @ q_nil @ SV128 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[540]) ).

thf(603,plain,
    ! [SV129: $i] :
      ( ( ~ ( setIn @ SV129 @ alive )
        | ( ( index @ status @ ( host @ SV129 ) )
         != elec_1 )
        | ( ( index @ elid @ ( host @ SV129 ) )
          = SV129 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[541]) ).

thf(604,plain,
    ! [SV130: $i] :
      ( ( ~ ( setIn @ SV130 @ alive )
        | ( ( index @ status @ ( host @ SV130 ) )
         != elec_2 )
        | ( ( index @ elid @ ( host @ SV130 ) )
          = SV130 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[542]) ).

thf(605,plain,
    ! [SV55: $i] :
      ( ( ! [SY1948: $i,SY1949: $i] :
            ( ~ ( elem @ SV55 @ ( cons @ SY1948 @ SY1949 ) )
            | ( SV55 = SY1948 )
            | ( elem @ SV55 @ SY1949 ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[543]) ).

thf(606,plain,
    ! [SV55: $i] :
      ( ( ~ ( ~ ! [SY1950: $i] :
                  ( ( SV55 != SY1950 )
                  | ! [SY1951: $i] : ( elem @ SV55 @ ( cons @ SY1950 @ SY1951 ) ) )
            | ~ ! [SY1952: $i,SY1953: $i] :
                  ( ~ ( elem @ SV55 @ SY1953 )
                  | ( elem @ SV55 @ ( cons @ SY1952 @ SY1953 ) ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[544]) ).

thf(607,plain,
    ! [SV56: $i,SV100: $i,SV131: $i] :
      ( ( ( ! [SY1999: $i] :
              ( ~ ( ~ ~ ( ~ ~ ( leq @ ( host @ SY1999 ) @ ( sK10_V0 @ SY1999 @ SV131 @ SV100 @ SV56 ) )
                        | ~ ( leq @ ( s @ zero ) @ ( sK10_V0 @ SY1999 @ SV131 @ SV100 @ SV56 ) ) )
                  | ~ ~ ( ~ ( ( ( sK10_V0 @ SY1999 @ SV131 @ SV100 @ SV56 )
                             != ( host @ SV131 ) ) )
                        | ~ ~ ( setIn @ ( sK10_V0 @ SY1999 @ SV131 @ SV100 @ SV56 ) @ ( index @ down @ ( host @ SY1999 ) ) ) ) )
              | ~ ( setIn @ SV56 @ alive )
              | ~ ( leq @ ( host @ SV56 ) @ ( host @ SY1999 ) )
              | ~ ( elem @ ( m_Down @ SV131 ) @ ( queue @ ( host @ SY1999 ) ) )
              | ( ( host @ SV100 )
               != ( host @ SY1999 ) )
              | ( ( index @ status @ ( host @ SV56 ) )
               != elec_2 )
              | ( ( index @ status @ ( host @ SY1999 ) )
               != elec_1 ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Ack @ SV56 @ SV100 ) @ ( queue @ ( host @ SV56 ) ) ) )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[545]) ).

thf(608,plain,
    ! [SV132: $i] :
      ( ( ! [SY2000: $i] :
            ( ( SV132 = SY2000 )
            | ( ( m_NotNorm @ SV132 )
             != ( m_NotNorm @ SY2000 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[546]) ).

thf(609,plain,
    ! [SV133: $i] :
      ( ( ! [SY2001: $i] :
            ( ( ( m_NotNorm @ SV133 )
              = ( m_NotNorm @ SY2001 ) )
            | ( SV133 != SY2001 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[547]) ).

thf(610,plain,
    ! [SV134: $i] :
      ( ( ! [SY2002: $i] :
            ( ~ ( leq @ SV134 @ ( s @ SY2002 ) )
            | ( SV134
              = ( s @ SY2002 ) )
            | ( leq @ SV134 @ SY2002 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[548]) ).

thf(611,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ( SX0
             != ( s @ SX1 ) )
            | ( leq @ SX0 @ ( s @ SX1 ) ) )
      | ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( leq @ SX0 @ SX1 )
            | ( leq @ SX0 @ ( s @ SX1 ) ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[549]) ).

thf(612,plain,
    ! [SV135: $i] :
      ( ( ! [SY2003: $i] :
            ( ~ ( leq @ SV135 @ SY2003 )
            | ~ ( leq @ SY2003 @ SV135 )
            | ( SV135 = SY2003 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[550]) ).

thf(613,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ( SX0 != SX1 )
            | ( leq @ SX0 @ SX1 ) )
      | ~ ! [SX0: $i,SX1: $i] :
            ( ( SX0 != SX1 )
            | ( leq @ SX1 @ SX0 ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[551]) ).

thf(614,plain,
    ! [SV136: $i] :
      ( ( ! [SY2004: $i] :
            ( ( SV136 = SY2004 )
            | ( ( m_Ldr @ SV136 )
             != ( m_Ldr @ SY2004 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[552]) ).

thf(615,plain,
    ! [SV137: $i] :
      ( ( ! [SY2005: $i] :
            ( ( ( m_Ldr @ SV137 )
              = ( m_Ldr @ SY2005 ) )
            | ( SV137 != SY2005 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[553]) ).

thf(616,plain,
    ! [SV138: $i] :
      ( ( ! [SY2006: $i] :
            ( ~ ( leq @ SV138 @ SY2006 )
            | ( leq @ ( s @ SV138 ) @ ( s @ SY2006 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[554]) ).

thf(617,plain,
    ! [SV139: $i] :
      ( ( ! [SY2007: $i] :
            ( ~ ( leq @ ( s @ SV139 ) @ ( s @ SY2007 ) )
            | ( leq @ SV139 @ SY2007 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[555]) ).

thf(618,plain,
    ! [SV140: $i] :
      ( ( ! [SY2008: $i] :
            ( ( SV140 = SY2008 )
            | ( ( m_Down @ SV140 )
             != ( m_Down @ SY2008 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[556]) ).

thf(619,plain,
    ! [SV141: $i] :
      ( ( ! [SY2009: $i] :
            ( ( ( m_Down @ SV141 )
              = ( m_Down @ SY2009 ) )
            | ( SV141 != SY2009 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[557]) ).

thf(620,plain,
    ! [SV142: $i] :
      ( ( ! [SY2010: $i] :
            ( ( SV142 = SY2010 )
            | ( ( m_NormQ @ SV142 )
             != ( m_NormQ @ SY2010 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[558]) ).

thf(621,plain,
    ! [SV143: $i] :
      ( ( ! [SY2011: $i] :
            ( ( ( m_NormQ @ SV143 )
              = ( m_NormQ @ SY2011 ) )
            | ( SV143 != SY2011 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[559]) ).

thf(622,plain,
    ! [SV144: $i] :
      ( ( ! [SY2012: $i] :
            ( ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ( elem @ ( sK13_Y @ SY2012 @ SV144 ) @ SY2012 )
                                  | ~ ( pidElem @ SV144 ) )
                            | ~ ( pidElem @ ( sK13_Y @ SY2012 @ SV144 ) ) )
                      | ( ( host @ ( pidMsg @ ( sK13_Y @ SY2012 @ SV144 ) ) )
                       != ( host @ ( pidMsg @ SV144 ) ) ) )
                | ~ ~ ( leq @ ( pidMsg @ SV144 ) @ ( pidMsg @ ( sK13_Y @ SY2012 @ SV144 ) ) ) )
            | ~ ( ordered @ SY2012 )
            | ( ordered @ ( cons @ SV144 @ SY2012 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[560]) ).

thf(623,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( ordered @ ( cons @ SX0 @ SX1 ) )
            | ! [SX2: $i] :
                ( ~ ( elem @ SX2 @ SX1 )
                | ~ ( pidElem @ SX0 )
                | ~ ( pidElem @ SX2 )
                | ( ( host @ ( pidMsg @ SX2 ) )
                 != ( host @ ( pidMsg @ SX0 ) ) )
                | ( leq @ ( pidMsg @ SX0 ) @ ( pidMsg @ SX2 ) ) ) )
      | ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( ordered @ ( cons @ SX0 @ SX1 ) )
            | ( ordered @ SX1 ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[561]) ).

thf(624,plain,
    ! [SV57: $i] :
      ( ( ! [SY1957: $i,SY1958: $i] :
            ( ~ ( elem @ SV57 @ ( snoc @ SY1958 @ SY1957 ) )
            | ( SV57 = SY1957 )
            | ( elem @ SV57 @ SY1958 ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[562]) ).

thf(625,plain,
    ! [SV57: $i] :
      ( ( ~ ( ~ ! [SY1959: $i] :
                  ( ( SV57 != SY1959 )
                  | ! [SY1960: $i] : ( elem @ SV57 @ ( snoc @ SY1960 @ SY1959 ) ) )
            | ~ ! [SY1961: $i,SY1962: $i] :
                  ( ~ ( elem @ SV57 @ SY1962 )
                  | ( elem @ SV57 @ ( snoc @ SY1962 @ SY1961 ) ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[563]) ).

thf(626,plain,
    ! [SV145: $i] :
      ( ( ! [SY2013: $i] :
            ~ ( elem @ ( m_Ack @ SV145 @ SY2013 ) @ ( queue @ ( host @ SV145 ) ) )
        | ( setIn @ SV145 @ pids ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[564]) ).

thf(627,plain,
    ! [SV146: $i] :
      ( ( ! [SY2014: $i] :
            ( ~ ( elem @ ( m_Ack @ SV146 @ SY2014 ) @ ( queue @ ( host @ SV146 ) ) )
            | ( setIn @ SY2014 @ pids ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[565]) ).

thf(628,plain,
    ( ( ~ ( ( ( host @ sK9_SY1866 )
           != ( host @ sK4_SY1767 ) ) )
      | ~ ~ ( setIn @ ( host @ sK9_SY1866 ) @ ( index @ acks @ ( host @ sK3_SY1713 ) ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[566]) ).

thf(629,plain,
    ( ( ( ( host @ sK3_SY1713 )
       != ( host @ sK5_SY1815 ) )
      | ~ ~ ( ~ ( ( ( host @ sK3_SY1713 )
                 != ( host @ sK8_SY1879 ) ) )
            | ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ! [SX0: $i] :
                                                            ( ( leq @ ( host @ sK8_SY1879 ) @ SX0 )
                                                            | ~ ( leq @ ( s @ zero ) @ SX0 )
                                                            | ( SX0
                                                              = ( host @ sK7_SY1876 ) )
                                                            | ( setIn @ SX0 @ ( index @ down @ ( host @ sK8_SY1879 ) ) ) )
                                                      | ~ ( setIn @ sK8_SY1879 @ alive ) )
                                                | ~ ( leq @ nbr_proc @ ( s @ ( host @ sK8_SY1879 ) ) ) )
                                          | ~ ( elem @ ( m_Down @ sK6_SY1872 ) @ ( queue @ ( host @ sK8_SY1879 ) ) ) )
                                    | ~ ( elem @ ( m_Down @ sK7_SY1876 ) @ ( queue @ ( host @ sK8_SY1879 ) ) ) )
                              | ( ( host @ sK6_SY1872 )
                               != ( s @ ( host @ sK8_SY1879 ) ) ) )
                        | ( ( index @ status @ ( host @ sK8_SY1879 ) )
                         != elec_1 ) )
                  | ~ ~ ( ( ( host @ sK3_SY1713 )
                         != ( host @ sK5_SY1815 ) )
                        | ~ ( setIn @ sK5_SY1815 @ alive ) ) ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[567]) ).

thf(630,plain,
    ! [SV58: $i,SV101: $i,SV147: $i] :
      ( ( ( ! [SY2015: $i] :
              ( ~ ( ~ ~ ( ~ ~ ( leq @ ( host @ SY2015 ) @ ( sK11_V0 @ SY2015 @ SV147 @ SV101 @ SV58 ) )
                        | ~ ( leq @ ( s @ zero ) @ ( sK11_V0 @ SY2015 @ SV147 @ SV101 @ SV58 ) ) )
                  | ~ ~ ( ~ ( ( ( sK11_V0 @ SY2015 @ SV147 @ SV101 @ SV58 )
                             != ( host @ SV147 ) ) )
                        | ~ ~ ( setIn @ ( sK11_V0 @ SY2015 @ SV147 @ SV101 @ SV58 ) @ ( index @ down @ ( host @ SY2015 ) ) ) ) )
              | ~ ( setIn @ SY2015 @ alive )
              | ~ ( leq @ nbr_proc @ ( s @ ( host @ SY2015 ) ) )
              | ~ ( elem @ ( m_Down @ SV147 ) @ ( queue @ ( host @ SY2015 ) ) )
              | ~ ( elem @ ( m_Down @ SV101 ) @ ( queue @ ( host @ SY2015 ) ) )
              | ( ( host @ SV101 )
               != ( s @ ( host @ SY2015 ) ) )
              | ( ( index @ status @ ( host @ SY2015 ) )
               != elec_1 ) ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV58 ) )
           != ( host @ SV58 ) )
          | ~ ( setIn @ SV58 @ alive )
          | ( ( index @ status @ ( host @ SV58 ) )
           != norm ) )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[568]) ).

thf(631,plain,
    ! [SV148: $i] :
      ( ( ! [SY2016: $i] :
            ( ( SV148 = SY2016 )
            | ( ( m_Halt @ SV148 )
             != ( m_Halt @ SY2016 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[569]) ).

thf(632,plain,
    ! [SV149: $i] :
      ( ( ! [SY2017: $i] :
            ( ( ( m_Halt @ SV149 )
              = ( m_Halt @ SY2017 ) )
            | ( SV149 != SY2017 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[570]) ).

thf(633,plain,
    ! [SV59: $i,SV1: $i] :
      ( ( ( ( host @ SV1 )
          = ( host @ SV59 ) )
        = $false )
      | ( ( ( s @ ( host @ SV1 ) )
          = ( host @ SV59 ) )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[571]) ).

thf(634,plain,
    ! [SV150: $i,SV72: $i,SV115: $i,SV16: $i] :
      ( ( ( ( ( m_Ack @ SV16 @ SV115 )
           != ( m_Ack @ SV72 @ SV150 ) ) )
        = $true )
      | ( ( SV16 = SV72 )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[577]) ).

thf(635,plain,
    ! [SV73: $i,SV17: $i,SV116: $i,SV107: $i] :
      ( ( ( SV107 = SV116 )
        = $true )
      | ( ( ( ( m_Ack @ SV17 @ SV107 )
           != ( m_Ack @ SV73 @ SV116 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[578]) ).

thf(636,plain,
    ! [SV151: $i,SV117: $i,SV26: $i] :
      ( ( ( ordered @ ( snoc @ SV26 @ ( m_Ack @ SV117 @ SV151 ) ) )
        = $true )
      | ( ( ordered @ SV26 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[580]) ).

thf(637,plain,
    ! [SV28: $i,SV109: $i,SV79: $i] :
      ( ( ( ( ( host @ SV79 )
           != ( host @ SV109 ) )
          | ~ ( ordered @ ( cons @ ( m_Halt @ SV79 ) @ SV28 ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV109 ) @ SV28 ) )
        = $true )
      | ( ( leq @ SV79 @ SV109 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[582]) ).

thf(638,plain,
    ! [SV110: $i,SV81: $i,SV32: $i] :
      ( ( ( ~ ( leq @ SV32 @ SV81 ) )
        = $true )
      | ( ( ~ ( leq @ SV81 @ SV110 ) )
        = $true )
      | ( ( leq @ SV32 @ SV110 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[583]) ).

thf(639,plain,
    ! [SV42: $i,SV88: $i,SV119: $i] :
      ( ( ( ( ( host @ SV119 )
            = ( host @ SV88 ) )
          | ~ ( setIn @ SV119 @ alive )
          | ~ ( elem @ ( m_Down @ SV42 ) @ ( queue @ ( host @ SV119 ) ) )
          | ( ( host @ SV88 )
           != ( host @ SV42 ) )
          | ( ( index @ status @ ( host @ SV119 ) )
           != wait ) )
        = $true )
      | ( ( ( ( host @ ( index @ elid @ ( host @ SV119 ) ) )
           != ( host @ SV88 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV88 ) )
           != norm )
          | ~ ( setIn @ SV88 @ alive )
          | ( ( index @ ldr @ ( host @ SV88 ) )
           != ( host @ SV88 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[584]) ).

thf(640,plain,
    ! [SV43: $i,SV89: $i,SV120: $i] :
      ( ( ( ( ( host @ SV120 )
            = ( host @ SV89 ) )
          | ~ ( setIn @ SV120 @ alive )
          | ~ ( elem @ ( m_Down @ SV43 ) @ ( queue @ ( host @ SV120 ) ) )
          | ( ( host @ SV89 )
           != ( host @ SV43 ) )
          | ( ( index @ status @ ( host @ SV120 ) )
           != norm ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV120 ) )
           != ( host @ SV89 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV89 ) )
           != norm )
          | ~ ( setIn @ SV89 @ alive )
          | ( ( index @ ldr @ ( host @ SV89 ) )
           != ( host @ SV89 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[585]) ).

thf(641,plain,
    ! [SV121: $i,SV90: $i,SV44: $i,SV111: $i] :
      ( ( ( ( ( host @ SV111 )
            = ( host @ SV44 ) )
          | ~ ( setIn @ SV44 @ alive )
          | ~ ( setIn @ SV111 @ alive )
          | ( ( host @ SV90 )
           != ( host @ SV44 ) )
          | ( ( host @ SV121 )
           != ( host @ SV111 ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV121 ) @ ( queue @ ( host @ SV44 ) ) )
          | ~ ( setIn @ ( host @ SV90 ) @ ( index @ down @ ( host @ SV111 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[586]) ).

thf(642,plain,
    ! [SV122: $i,SV91: $i,SV45: $i,SV112: $i] :
      ( ( ( ( ( host @ SV112 )
            = ( host @ SV45 ) )
          | ~ ( setIn @ SV45 @ alive )
          | ~ ( setIn @ SV112 @ alive )
          | ( ( host @ SV91 )
           != ( host @ SV45 ) )
          | ( ( host @ SV122 )
           != ( host @ SV112 ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV122 ) @ ( queue @ ( host @ SV45 ) ) )
          | ~ ( elem @ ( m_Down @ SV91 ) @ ( queue @ ( host @ SV112 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[587]) ).

thf(643,plain,
    ! [SV46: $i,SV152: $i,SV113: $i] :
      ( ( ( ( leq @ ( host @ SV113 ) @ ( host @ SV152 ) )
          | ~ ( setIn @ SV152 @ alive )
          | ~ ( elem @ ( m_Down @ SV113 ) @ ( queue @ ( host @ SV152 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV113 )
           != ( host @ SV46 ) ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV46 ) )
           != ( host @ SV46 ) )
          | ~ ( setIn @ SV46 @ alive )
          | ( ( index @ status @ ( host @ SV46 ) )
           != norm ) )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[588]) ).

thf(644,plain,
    ! [SV92: $i,SV47: $i] :
      ( ( ( ~ ( setIn @ SV47 @ alive )
          | ~ ( setIn @ SV92 @ alive )
          | ( ( index @ ldr @ ( host @ SV47 ) )
           != ( host @ SV47 ) )
          | ( ( index @ status @ ( host @ SV47 ) )
           != norm ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV92 ) )
           != norm ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV92 ) )
           != ( host @ SV92 ) ) )
        = $true )
      | ( ( SV92 = SV47 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[589]) ).

thf(645,plain,
    ! [SV48: $i,SV123: $i,SV93: $i] :
      ( ( ( ( ( host @ SV93 )
           != ( host @ SV123 ) )
          | ~ ( setIn @ SV123 @ alive )
          | ( ( index @ status @ ( host @ SV123 ) )
           != norm ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV123 ) )
           != ( host @ SV123 ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV93 ) @ ( queue @ ( host @ SV48 ) ) )
          | ~ ( setIn @ SV48 @ alive ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[590]) ).

thf(646,plain,
    ! [SV94: $i,SV114: $i,SV49: $i] :
      ( ( ( ~ ( setIn @ SV49 @ alive )
          | ~ ( setIn @ SV114 @ alive )
          | ~ ( elem @ ( m_Down @ SV94 ) @ ( queue @ ( host @ SV49 ) ) )
          | ( ( host @ SV114 )
           != ( host @ SV94 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV114 ) )
           != elec_2 ) )
        = $true )
      | ( ( leq @ ( index @ pendack @ ( host @ SV114 ) ) @ ( host @ SV49 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[591]) ).

thf(647,plain,
    ! [SV50: $i,SV95: $i] :
      ( ( ( ( ( index @ status @ ( host @ SV95 ) )
           != norm ) )
        = $true )
      | ( ( ~ ( setIn @ SV95 @ alive ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV95 ) )
           != ( host @ SV95 ) ) )
        = $true )
      | ( ( ~ ( setIn @ SV50 @ alive )
          | ~ ( setIn @ ( host @ SV95 ) @ ( index @ down @ ( host @ SV50 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[592]) ).

thf(648,plain,
    ! [SV96: $i,SV51: $i] :
      ( ( ( ~ ( setIn @ SV51 @ alive )
          | ~ ( setIn @ SV96 @ alive ) )
        = $true )
      | ( ( ~ ( setIn @ ( host @ SV96 ) @ ( index @ down @ ( host @ SV51 ) ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV96 ) )
           != elec_2 ) )
        = $true )
      | ( ( leq @ ( index @ pendack @ ( host @ SV96 ) ) @ ( host @ SV51 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[593]) ).

thf(649,plain,
    ! [SV52: $i,SV97: $i] :
      ( ( ( ( host @ SV97 )
          = ( host @ SV52 ) )
        = $false )
      | ( ( SV97 = SV52 )
        = $true )
      | ( ( ~ ( setIn @ SV52 @ alive )
          | ~ ( setIn @ SV97 @ alive ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[594]) ).

thf(650,plain,
    ! [SV53: $i,SV98: $i] :
      ( ( ( ( host @ SV98 )
          = ( host @ SV53 ) )
        = $false )
      | ( ( elem @ ( m_Down @ SV98 ) @ ( queue @ ( host @ SV53 ) ) )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[595]) ).

thf(651,plain,
    ! [SV99: $i,SV54: $i] :
      ( ( ( leq @ ( host @ SV54 ) @ ( host @ SV99 ) )
        = $false )
      | ( ( elem @ ( m_Ldr @ SV99 ) @ ( queue @ ( host @ SV54 ) ) )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[596]) ).

thf(652,plain,
    ! [SV124: $i] :
      ( ( ( ~ ( ~ ! [SY1996: $i] :
                    ( SV124
                   != ( m_Halt @ SY1996 ) )
              | ~ ! [SY1997: $i] :
                    ( SV124
                   != ( m_Down @ SY1997 ) ) ) )
        = $true )
      | ( ( pidElem @ SV124 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[597]) ).

thf(653,plain,
    ! [SV125: $i] :
      ( ( ( ~ ( pidElem @ SV125 ) )
        = $true )
      | ( ( ( SV125
            = ( m_Halt @ ( sK15_Y @ SV125 ) ) )
          | ( SV125
            = ( m_Down @ ( sK14_Y @ SV125 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[598]) ).

thf(654,plain,
    ! [SV126: $i,SV153: $i] :
      ( ( ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ( elem @ ( sK12_Y @ SV153 @ SV126 ) @ SV153 )
                              | ~ ( pidElem @ SV126 ) )
                        | ~ ( pidElem @ ( sK12_Y @ SV153 @ SV126 ) ) )
                  | ( ( host @ ( pidMsg @ ( sK12_Y @ SV153 @ SV126 ) ) )
                   != ( host @ ( pidMsg @ SV126 ) ) ) )
            | ~ ~ ( leq @ ( pidMsg @ ( sK12_Y @ SV153 @ SV126 ) ) @ ( pidMsg @ SV126 ) ) )
        | ~ ( ordered @ SV153 )
        | ( ordered @ ( snoc @ SV153 @ SV126 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[599]) ).

thf(655,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( ordered @ ( snoc @ SX1 @ SX0 ) )
            | ! [SX2: $i] :
                ( ~ ( elem @ SX2 @ SX1 )
                | ~ ( pidElem @ SX0 )
                | ~ ( pidElem @ SX2 )
                | ( ( host @ ( pidMsg @ SX2 ) )
                 != ( host @ ( pidMsg @ SX0 ) ) )
                | ( leq @ ( pidMsg @ SX2 ) @ ( pidMsg @ SX0 ) ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[600]) ).

thf(656,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( ordered @ ( snoc @ SX1 @ SX0 ) )
            | ( ordered @ SX1 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[600]) ).

thf(657,plain,
    ! [SV129: $i] :
      ( ( ( ~ ( setIn @ SV129 @ alive )
          | ( ( index @ status @ ( host @ SV129 ) )
           != elec_1 ) )
        = $true )
      | ( ( ( index @ elid @ ( host @ SV129 ) )
          = SV129 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[603]) ).

thf(658,plain,
    ! [SV130: $i] :
      ( ( ( ~ ( setIn @ SV130 @ alive )
          | ( ( index @ status @ ( host @ SV130 ) )
           != elec_2 ) )
        = $true )
      | ( ( ( index @ elid @ ( host @ SV130 ) )
          = SV130 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[604]) ).

thf(659,plain,
    ! [SV154: $i,SV55: $i] :
      ( ( ! [SY2018: $i] :
            ( ~ ( elem @ SV55 @ ( cons @ SV154 @ SY2018 ) )
            | ( SV55 = SV154 )
            | ( elem @ SV55 @ SY2018 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[605]) ).

thf(660,plain,
    ! [SV55: $i] :
      ( ( ~ ! [SY1950: $i] :
              ( ( SV55 != SY1950 )
              | ! [SY1951: $i] : ( elem @ SV55 @ ( cons @ SY1950 @ SY1951 ) ) )
        | ~ ! [SY1952: $i,SY1953: $i] :
              ( ~ ( elem @ SV55 @ SY1953 )
              | ( elem @ SV55 @ ( cons @ SY1952 @ SY1953 ) ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[606]) ).

thf(661,plain,
    ! [SV56: $i,SV100: $i,SV131: $i,SV155: $i] :
      ( ( ( ~ ( ~ ~ ( ~ ~ ( leq @ ( host @ SV155 ) @ ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 ) )
                    | ~ ( leq @ ( s @ zero ) @ ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 ) ) )
              | ~ ~ ( ~ ( ( ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 )
                         != ( host @ SV131 ) ) )
                    | ~ ~ ( setIn @ ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 ) @ ( index @ down @ ( host @ SV155 ) ) ) ) )
          | ~ ( setIn @ SV56 @ alive )
          | ~ ( leq @ ( host @ SV56 ) @ ( host @ SV155 ) )
          | ~ ( elem @ ( m_Down @ SV131 ) @ ( queue @ ( host @ SV155 ) ) )
          | ( ( host @ SV100 )
           != ( host @ SV155 ) )
          | ( ( index @ status @ ( host @ SV56 ) )
           != elec_2 )
          | ( ( index @ status @ ( host @ SV155 ) )
           != elec_1 ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Ack @ SV56 @ SV100 ) @ ( queue @ ( host @ SV56 ) ) ) )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[607]) ).

thf(662,plain,
    ! [SV156: $i,SV132: $i] :
      ( ( ( SV132 = SV156 )
        | ( ( m_NotNorm @ SV132 )
         != ( m_NotNorm @ SV156 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[608]) ).

thf(663,plain,
    ! [SV157: $i,SV133: $i] :
      ( ( ( ( m_NotNorm @ SV133 )
          = ( m_NotNorm @ SV157 ) )
        | ( SV133 != SV157 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[609]) ).

thf(664,plain,
    ! [SV158: $i,SV134: $i] :
      ( ( ~ ( leq @ SV134 @ ( s @ SV158 ) )
        | ( SV134
          = ( s @ SV158 ) )
        | ( leq @ SV134 @ SV158 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[610]) ).

thf(665,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ( SX0
             != ( s @ SX1 ) )
            | ( leq @ SX0 @ ( s @ SX1 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[611]) ).

thf(666,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( leq @ SX0 @ SX1 )
            | ( leq @ SX0 @ ( s @ SX1 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[611]) ).

thf(667,plain,
    ! [SV159: $i,SV135: $i] :
      ( ( ~ ( leq @ SV135 @ SV159 )
        | ~ ( leq @ SV159 @ SV135 )
        | ( SV135 = SV159 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[612]) ).

thf(668,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ( SX0 != SX1 )
            | ( leq @ SX0 @ SX1 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[613]) ).

thf(669,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ( SX0 != SX1 )
            | ( leq @ SX1 @ SX0 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[613]) ).

thf(670,plain,
    ! [SV160: $i,SV136: $i] :
      ( ( ( SV136 = SV160 )
        | ( ( m_Ldr @ SV136 )
         != ( m_Ldr @ SV160 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[614]) ).

thf(671,plain,
    ! [SV161: $i,SV137: $i] :
      ( ( ( ( m_Ldr @ SV137 )
          = ( m_Ldr @ SV161 ) )
        | ( SV137 != SV161 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[615]) ).

thf(672,plain,
    ! [SV162: $i,SV138: $i] :
      ( ( ~ ( leq @ SV138 @ SV162 )
        | ( leq @ ( s @ SV138 ) @ ( s @ SV162 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[616]) ).

thf(673,plain,
    ! [SV163: $i,SV139: $i] :
      ( ( ~ ( leq @ ( s @ SV139 ) @ ( s @ SV163 ) )
        | ( leq @ SV139 @ SV163 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[617]) ).

thf(674,plain,
    ! [SV164: $i,SV140: $i] :
      ( ( ( SV140 = SV164 )
        | ( ( m_Down @ SV140 )
         != ( m_Down @ SV164 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[618]) ).

thf(675,plain,
    ! [SV165: $i,SV141: $i] :
      ( ( ( ( m_Down @ SV141 )
          = ( m_Down @ SV165 ) )
        | ( SV141 != SV165 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[619]) ).

thf(676,plain,
    ! [SV166: $i,SV142: $i] :
      ( ( ( SV142 = SV166 )
        | ( ( m_NormQ @ SV142 )
         != ( m_NormQ @ SV166 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[620]) ).

thf(677,plain,
    ! [SV167: $i,SV143: $i] :
      ( ( ( ( m_NormQ @ SV143 )
          = ( m_NormQ @ SV167 ) )
        | ( SV143 != SV167 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[621]) ).

thf(678,plain,
    ! [SV144: $i,SV168: $i] :
      ( ( ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ( elem @ ( sK13_Y @ SV168 @ SV144 ) @ SV168 )
                              | ~ ( pidElem @ SV144 ) )
                        | ~ ( pidElem @ ( sK13_Y @ SV168 @ SV144 ) ) )
                  | ( ( host @ ( pidMsg @ ( sK13_Y @ SV168 @ SV144 ) ) )
                   != ( host @ ( pidMsg @ SV144 ) ) ) )
            | ~ ~ ( leq @ ( pidMsg @ SV144 ) @ ( pidMsg @ ( sK13_Y @ SV168 @ SV144 ) ) ) )
        | ~ ( ordered @ SV168 )
        | ( ordered @ ( cons @ SV144 @ SV168 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[622]) ).

thf(679,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( ordered @ ( cons @ SX0 @ SX1 ) )
            | ! [SX2: $i] :
                ( ~ ( elem @ SX2 @ SX1 )
                | ~ ( pidElem @ SX0 )
                | ~ ( pidElem @ SX2 )
                | ( ( host @ ( pidMsg @ SX2 ) )
                 != ( host @ ( pidMsg @ SX0 ) ) )
                | ( leq @ ( pidMsg @ SX0 ) @ ( pidMsg @ SX2 ) ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[623]) ).

thf(680,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( ordered @ ( cons @ SX0 @ SX1 ) )
            | ( ordered @ SX1 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[623]) ).

thf(681,plain,
    ! [SV169: $i,SV57: $i] :
      ( ( ! [SY2019: $i] :
            ( ~ ( elem @ SV57 @ ( snoc @ SY2019 @ SV169 ) )
            | ( SV57 = SV169 )
            | ( elem @ SV57 @ SY2019 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[624]) ).

thf(682,plain,
    ! [SV57: $i] :
      ( ( ~ ! [SY1959: $i] :
              ( ( SV57 != SY1959 )
              | ! [SY1960: $i] : ( elem @ SV57 @ ( snoc @ SY1960 @ SY1959 ) ) )
        | ~ ! [SY1961: $i,SY1962: $i] :
              ( ~ ( elem @ SV57 @ SY1962 )
              | ( elem @ SV57 @ ( snoc @ SY1962 @ SY1961 ) ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[625]) ).

thf(683,plain,
    ! [SV145: $i] :
      ( ( ( ! [SY2013: $i] :
              ~ ( elem @ ( m_Ack @ SV145 @ SY2013 ) @ ( queue @ ( host @ SV145 ) ) ) )
        = $true )
      | ( ( setIn @ SV145 @ pids )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[626]) ).

thf(684,plain,
    ! [SV170: $i,SV146: $i] :
      ( ( ~ ( elem @ ( m_Ack @ SV146 @ SV170 ) @ ( queue @ ( host @ SV146 ) ) )
        | ( setIn @ SV170 @ pids ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[627]) ).

thf(685,plain,
    ( ( ~ ( ( ( host @ sK9_SY1866 )
           != ( host @ sK4_SY1767 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[628]) ).

thf(686,plain,
    ( ( ~ ~ ( setIn @ ( host @ sK9_SY1866 ) @ ( index @ acks @ ( host @ sK3_SY1713 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[628]) ).

thf(687,plain,
    ( ( ( ( host @ sK3_SY1713 )
       != ( host @ sK5_SY1815 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[629]) ).

thf(688,plain,
    ( ( ~ ~ ( ~ ( ( ( host @ sK3_SY1713 )
                 != ( host @ sK8_SY1879 ) ) )
            | ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ! [SX0: $i] :
                                                            ( ( leq @ ( host @ sK8_SY1879 ) @ SX0 )
                                                            | ~ ( leq @ ( s @ zero ) @ SX0 )
                                                            | ( SX0
                                                              = ( host @ sK7_SY1876 ) )
                                                            | ( setIn @ SX0 @ ( index @ down @ ( host @ sK8_SY1879 ) ) ) )
                                                      | ~ ( setIn @ sK8_SY1879 @ alive ) )
                                                | ~ ( leq @ nbr_proc @ ( s @ ( host @ sK8_SY1879 ) ) ) )
                                          | ~ ( elem @ ( m_Down @ sK6_SY1872 ) @ ( queue @ ( host @ sK8_SY1879 ) ) ) )
                                    | ~ ( elem @ ( m_Down @ sK7_SY1876 ) @ ( queue @ ( host @ sK8_SY1879 ) ) ) )
                              | ( ( host @ sK6_SY1872 )
                               != ( s @ ( host @ sK8_SY1879 ) ) ) )
                        | ( ( index @ status @ ( host @ sK8_SY1879 ) )
                         != elec_1 ) )
                  | ~ ~ ( ( ( host @ sK3_SY1713 )
                         != ( host @ sK5_SY1815 ) )
                        | ~ ( setIn @ sK5_SY1815 @ alive ) ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[629]) ).

thf(689,plain,
    ! [SV58: $i,SV101: $i,SV147: $i,SV171: $i] :
      ( ( ( ~ ( ~ ~ ( ~ ~ ( leq @ ( host @ SV171 ) @ ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 ) )
                    | ~ ( leq @ ( s @ zero ) @ ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 ) ) )
              | ~ ~ ( ~ ( ( ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 )
                         != ( host @ SV147 ) ) )
                    | ~ ~ ( setIn @ ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 ) @ ( index @ down @ ( host @ SV171 ) ) ) ) )
          | ~ ( setIn @ SV171 @ alive )
          | ~ ( leq @ nbr_proc @ ( s @ ( host @ SV171 ) ) )
          | ~ ( elem @ ( m_Down @ SV147 ) @ ( queue @ ( host @ SV171 ) ) )
          | ~ ( elem @ ( m_Down @ SV101 ) @ ( queue @ ( host @ SV171 ) ) )
          | ( ( host @ SV101 )
           != ( s @ ( host @ SV171 ) ) )
          | ( ( index @ status @ ( host @ SV171 ) )
           != elec_1 ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV58 ) )
           != ( host @ SV58 ) )
          | ~ ( setIn @ SV58 @ alive )
          | ( ( index @ status @ ( host @ SV58 ) )
           != norm ) )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[630]) ).

thf(690,plain,
    ! [SV172: $i,SV148: $i] :
      ( ( ( SV148 = SV172 )
        | ( ( m_Halt @ SV148 )
         != ( m_Halt @ SV172 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[631]) ).

thf(691,plain,
    ! [SV173: $i,SV149: $i] :
      ( ( ( ( m_Halt @ SV149 )
          = ( m_Halt @ SV173 ) )
        | ( SV149 != SV173 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[632]) ).

thf(692,plain,
    ! [SV150: $i,SV72: $i,SV115: $i,SV16: $i] :
      ( ( ( ( m_Ack @ SV16 @ SV115 )
          = ( m_Ack @ SV72 @ SV150 ) )
        = $false )
      | ( ( SV16 = SV72 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[634]) ).

thf(693,plain,
    ! [SV116: $i,SV73: $i,SV107: $i,SV17: $i] :
      ( ( ( ( m_Ack @ SV17 @ SV107 )
          = ( m_Ack @ SV73 @ SV116 ) )
        = $false )
      | ( ( SV107 = SV116 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[635]) ).

thf(694,plain,
    ! [SV28: $i,SV109: $i,SV79: $i] :
      ( ( ( ( ( host @ SV79 )
           != ( host @ SV109 ) ) )
        = $true )
      | ( ( ~ ( ordered @ ( cons @ ( m_Halt @ SV79 ) @ SV28 ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV109 ) @ SV28 ) )
        = $true )
      | ( ( leq @ SV79 @ SV109 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[637]) ).

thf(695,plain,
    ! [SV110: $i,SV81: $i,SV32: $i] :
      ( ( ( leq @ SV32 @ SV81 )
        = $false )
      | ( ( ~ ( leq @ SV81 @ SV110 ) )
        = $true )
      | ( ( leq @ SV32 @ SV110 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[638]) ).

thf(696,plain,
    ! [SV42: $i,SV88: $i,SV119: $i] :
      ( ( ( ( ( host @ SV119 )
            = ( host @ SV88 ) )
          | ~ ( setIn @ SV119 @ alive )
          | ~ ( elem @ ( m_Down @ SV42 ) @ ( queue @ ( host @ SV119 ) ) )
          | ( ( host @ SV88 )
           != ( host @ SV42 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV119 ) )
           != wait ) )
        = $true )
      | ( ( ( ( host @ ( index @ elid @ ( host @ SV119 ) ) )
           != ( host @ SV88 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV88 ) )
           != norm )
          | ~ ( setIn @ SV88 @ alive )
          | ( ( index @ ldr @ ( host @ SV88 ) )
           != ( host @ SV88 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[639]) ).

thf(697,plain,
    ! [SV43: $i,SV89: $i,SV120: $i] :
      ( ( ( ( ( host @ SV120 )
            = ( host @ SV89 ) )
          | ~ ( setIn @ SV120 @ alive )
          | ~ ( elem @ ( m_Down @ SV43 ) @ ( queue @ ( host @ SV120 ) ) )
          | ( ( host @ SV89 )
           != ( host @ SV43 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV120 ) )
           != norm ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV120 ) )
           != ( host @ SV89 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV89 ) )
           != norm )
          | ~ ( setIn @ SV89 @ alive )
          | ( ( index @ ldr @ ( host @ SV89 ) )
           != ( host @ SV89 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[640]) ).

thf(698,plain,
    ! [SV121: $i,SV90: $i,SV44: $i,SV111: $i] :
      ( ( ( ( ( host @ SV111 )
            = ( host @ SV44 ) )
          | ~ ( setIn @ SV44 @ alive )
          | ~ ( setIn @ SV111 @ alive )
          | ( ( host @ SV90 )
           != ( host @ SV44 ) ) )
        = $true )
      | ( ( ( ( host @ SV121 )
           != ( host @ SV111 ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV121 ) @ ( queue @ ( host @ SV44 ) ) )
          | ~ ( setIn @ ( host @ SV90 ) @ ( index @ down @ ( host @ SV111 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[641]) ).

thf(699,plain,
    ! [SV122: $i,SV91: $i,SV45: $i,SV112: $i] :
      ( ( ( ( ( host @ SV112 )
            = ( host @ SV45 ) )
          | ~ ( setIn @ SV45 @ alive )
          | ~ ( setIn @ SV112 @ alive )
          | ( ( host @ SV91 )
           != ( host @ SV45 ) ) )
        = $true )
      | ( ( ( ( host @ SV122 )
           != ( host @ SV112 ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV122 ) @ ( queue @ ( host @ SV45 ) ) )
          | ~ ( elem @ ( m_Down @ SV91 ) @ ( queue @ ( host @ SV112 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[642]) ).

thf(700,plain,
    ! [SV46: $i,SV152: $i,SV113: $i] :
      ( ( ( ( leq @ ( host @ SV113 ) @ ( host @ SV152 ) )
          | ~ ( setIn @ SV152 @ alive ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV113 ) @ ( queue @ ( host @ SV152 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV113 )
           != ( host @ SV46 ) ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV46 ) )
           != ( host @ SV46 ) )
          | ~ ( setIn @ SV46 @ alive )
          | ( ( index @ status @ ( host @ SV46 ) )
           != norm ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[643]) ).

thf(701,plain,
    ! [SV92: $i,SV47: $i] :
      ( ( ( ~ ( setIn @ SV47 @ alive )
          | ~ ( setIn @ SV92 @ alive )
          | ( ( index @ ldr @ ( host @ SV47 ) )
           != ( host @ SV47 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV47 ) )
           != norm ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV92 ) )
           != norm ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV92 ) )
           != ( host @ SV92 ) ) )
        = $true )
      | ( ( SV92 = SV47 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[644]) ).

thf(702,plain,
    ! [SV48: $i,SV123: $i,SV93: $i] :
      ( ( ( ( ( host @ SV93 )
           != ( host @ SV123 ) )
          | ~ ( setIn @ SV123 @ alive ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV123 ) )
           != norm ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV123 ) )
           != ( host @ SV123 ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV93 ) @ ( queue @ ( host @ SV48 ) ) )
          | ~ ( setIn @ SV48 @ alive ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[645]) ).

thf(703,plain,
    ! [SV94: $i,SV114: $i,SV49: $i] :
      ( ( ( ~ ( setIn @ SV49 @ alive )
          | ~ ( setIn @ SV114 @ alive )
          | ~ ( elem @ ( m_Down @ SV94 ) @ ( queue @ ( host @ SV49 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV114 )
           != ( host @ SV94 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV114 ) )
           != elec_2 ) )
        = $true )
      | ( ( leq @ ( index @ pendack @ ( host @ SV114 ) ) @ ( host @ SV49 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[646]) ).

thf(704,plain,
    ! [SV50: $i,SV95: $i] :
      ( ( ( ( index @ status @ ( host @ SV95 ) )
          = norm )
        = $false )
      | ( ( ~ ( setIn @ SV95 @ alive ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV95 ) )
           != ( host @ SV95 ) ) )
        = $true )
      | ( ( ~ ( setIn @ SV50 @ alive )
          | ~ ( setIn @ ( host @ SV95 ) @ ( index @ down @ ( host @ SV50 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[647]) ).

thf(705,plain,
    ! [SV96: $i,SV51: $i] :
      ( ( ( ~ ( setIn @ SV51 @ alive ) )
        = $true )
      | ( ( ~ ( setIn @ SV96 @ alive ) )
        = $true )
      | ( ( ~ ( setIn @ ( host @ SV96 ) @ ( index @ down @ ( host @ SV51 ) ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV96 ) )
           != elec_2 ) )
        = $true )
      | ( ( leq @ ( index @ pendack @ ( host @ SV96 ) ) @ ( host @ SV51 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[648]) ).

thf(706,plain,
    ! [SV97: $i,SV52: $i] :
      ( ( ( ~ ( setIn @ SV52 @ alive ) )
        = $true )
      | ( ( ~ ( setIn @ SV97 @ alive ) )
        = $true )
      | ( ( SV97 = SV52 )
        = $true )
      | ( ( ( host @ SV97 )
          = ( host @ SV52 ) )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[649]) ).

thf(707,plain,
    ! [SV124: $i] :
      ( ( ( ~ ! [SY1996: $i] :
                ( SV124
               != ( m_Halt @ SY1996 ) )
          | ~ ! [SY1997: $i] :
                ( SV124
               != ( m_Down @ SY1997 ) ) )
        = $false )
      | ( ( pidElem @ SV124 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[652]) ).

thf(708,plain,
    ! [SV125: $i] :
      ( ( ( pidElem @ SV125 )
        = $false )
      | ( ( ( SV125
            = ( m_Halt @ ( sK15_Y @ SV125 ) ) )
          | ( SV125
            = ( m_Down @ ( sK14_Y @ SV125 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[653]) ).

thf(709,plain,
    ! [SV126: $i,SV153: $i] :
      ( ( ( ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ( elem @ ( sK12_Y @ SV153 @ SV126 ) @ SV153 )
                                | ~ ( pidElem @ SV126 ) )
                          | ~ ( pidElem @ ( sK12_Y @ SV153 @ SV126 ) ) )
                    | ( ( host @ ( pidMsg @ ( sK12_Y @ SV153 @ SV126 ) ) )
                     != ( host @ ( pidMsg @ SV126 ) ) ) )
              | ~ ~ ( leq @ ( pidMsg @ ( sK12_Y @ SV153 @ SV126 ) ) @ ( pidMsg @ SV126 ) ) )
          | ~ ( ordered @ SV153 ) )
        = $true )
      | ( ( ordered @ ( snoc @ SV153 @ SV126 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[654]) ).

thf(710,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ~ ( ordered @ ( snoc @ SX1 @ SX0 ) )
          | ! [SX2: $i] :
              ( ~ ( elem @ SX2 @ SX1 )
              | ~ ( pidElem @ SX0 )
              | ~ ( pidElem @ SX2 )
              | ( ( host @ ( pidMsg @ SX2 ) )
               != ( host @ ( pidMsg @ SX0 ) ) )
              | ( leq @ ( pidMsg @ SX2 ) @ ( pidMsg @ SX0 ) ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[655]) ).

thf(711,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ~ ( ordered @ ( snoc @ SX1 @ SX0 ) )
          | ( ordered @ SX1 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[656]) ).

thf(712,plain,
    ! [SV129: $i] :
      ( ( ( ~ ( setIn @ SV129 @ alive ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV129 ) )
           != elec_1 ) )
        = $true )
      | ( ( ( index @ elid @ ( host @ SV129 ) )
          = SV129 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[657]) ).

thf(713,plain,
    ! [SV130: $i] :
      ( ( ( ~ ( setIn @ SV130 @ alive ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV130 ) )
           != elec_2 ) )
        = $true )
      | ( ( ( index @ elid @ ( host @ SV130 ) )
          = SV130 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[658]) ).

thf(714,plain,
    ! [SV174: $i,SV154: $i,SV55: $i] :
      ( ( ~ ( elem @ SV55 @ ( cons @ SV154 @ SV174 ) )
        | ( SV55 = SV154 )
        | ( elem @ SV55 @ SV174 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[659]) ).

thf(715,plain,
    ! [SV55: $i] :
      ( ( ~ ! [SY1950: $i] :
              ( ( SV55 != SY1950 )
              | ! [SY1951: $i] : ( elem @ SV55 @ ( cons @ SY1950 @ SY1951 ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[660]) ).

thf(716,plain,
    ! [SV55: $i] :
      ( ( ~ ! [SY1952: $i,SY1953: $i] :
              ( ~ ( elem @ SV55 @ SY1953 )
              | ( elem @ SV55 @ ( cons @ SY1952 @ SY1953 ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[660]) ).

thf(717,plain,
    ! [SV56: $i,SV100: $i,SV131: $i,SV155: $i] :
      ( ( ( ~ ( ~ ~ ( ~ ~ ( leq @ ( host @ SV155 ) @ ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 ) )
                    | ~ ( leq @ ( s @ zero ) @ ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 ) ) )
              | ~ ~ ( ~ ( ( ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 )
                         != ( host @ SV131 ) ) )
                    | ~ ~ ( setIn @ ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 ) @ ( index @ down @ ( host @ SV155 ) ) ) ) )
          | ~ ( setIn @ SV56 @ alive )
          | ~ ( leq @ ( host @ SV56 ) @ ( host @ SV155 ) )
          | ~ ( elem @ ( m_Down @ SV131 ) @ ( queue @ ( host @ SV155 ) ) )
          | ( ( host @ SV100 )
           != ( host @ SV155 ) )
          | ( ( index @ status @ ( host @ SV56 ) )
           != elec_2 ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV155 ) )
           != elec_1 ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Ack @ SV56 @ SV100 ) @ ( queue @ ( host @ SV56 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[661]) ).

thf(718,plain,
    ! [SV156: $i,SV132: $i] :
      ( ( ( SV132 = SV156 )
        = $true )
      | ( ( ( ( m_NotNorm @ SV132 )
           != ( m_NotNorm @ SV156 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[662]) ).

thf(719,plain,
    ! [SV157: $i,SV133: $i] :
      ( ( ( ( m_NotNorm @ SV133 )
          = ( m_NotNorm @ SV157 ) )
        = $true )
      | ( ( ( SV133 != SV157 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[663]) ).

thf(720,plain,
    ! [SV158: $i,SV134: $i] :
      ( ( ( ~ ( leq @ SV134 @ ( s @ SV158 ) ) )
        = $true )
      | ( ( ( SV134
            = ( s @ SV158 ) )
          | ( leq @ SV134 @ SV158 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[664]) ).

thf(721,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ( SX0
           != ( s @ SX1 ) )
          | ( leq @ SX0 @ ( s @ SX1 ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[665]) ).

thf(722,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ~ ( leq @ SX0 @ SX1 )
          | ( leq @ SX0 @ ( s @ SX1 ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[666]) ).

thf(723,plain,
    ! [SV159: $i,SV135: $i] :
      ( ( ( ~ ( leq @ SV135 @ SV159 )
          | ~ ( leq @ SV159 @ SV135 ) )
        = $true )
      | ( ( SV135 = SV159 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[667]) ).

thf(724,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ( SX0 != SX1 )
          | ( leq @ SX0 @ SX1 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[668]) ).

thf(725,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ( SX0 != SX1 )
          | ( leq @ SX1 @ SX0 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[669]) ).

thf(726,plain,
    ! [SV160: $i,SV136: $i] :
      ( ( ( SV136 = SV160 )
        = $true )
      | ( ( ( ( m_Ldr @ SV136 )
           != ( m_Ldr @ SV160 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[670]) ).

thf(727,plain,
    ! [SV161: $i,SV137: $i] :
      ( ( ( ( m_Ldr @ SV137 )
          = ( m_Ldr @ SV161 ) )
        = $true )
      | ( ( ( SV137 != SV161 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[671]) ).

thf(728,plain,
    ! [SV162: $i,SV138: $i] :
      ( ( ( ~ ( leq @ SV138 @ SV162 ) )
        = $true )
      | ( ( leq @ ( s @ SV138 ) @ ( s @ SV162 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[672]) ).

thf(729,plain,
    ! [SV163: $i,SV139: $i] :
      ( ( ( ~ ( leq @ ( s @ SV139 ) @ ( s @ SV163 ) ) )
        = $true )
      | ( ( leq @ SV139 @ SV163 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[673]) ).

thf(730,plain,
    ! [SV164: $i,SV140: $i] :
      ( ( ( SV140 = SV164 )
        = $true )
      | ( ( ( ( m_Down @ SV140 )
           != ( m_Down @ SV164 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[674]) ).

thf(731,plain,
    ! [SV165: $i,SV141: $i] :
      ( ( ( ( m_Down @ SV141 )
          = ( m_Down @ SV165 ) )
        = $true )
      | ( ( ( SV141 != SV165 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[675]) ).

thf(732,plain,
    ! [SV166: $i,SV142: $i] :
      ( ( ( SV142 = SV166 )
        = $true )
      | ( ( ( ( m_NormQ @ SV142 )
           != ( m_NormQ @ SV166 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[676]) ).

thf(733,plain,
    ! [SV167: $i,SV143: $i] :
      ( ( ( ( m_NormQ @ SV143 )
          = ( m_NormQ @ SV167 ) )
        = $true )
      | ( ( ( SV143 != SV167 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[677]) ).

thf(734,plain,
    ! [SV144: $i,SV168: $i] :
      ( ( ( ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ( elem @ ( sK13_Y @ SV168 @ SV144 ) @ SV168 )
                                | ~ ( pidElem @ SV144 ) )
                          | ~ ( pidElem @ ( sK13_Y @ SV168 @ SV144 ) ) )
                    | ( ( host @ ( pidMsg @ ( sK13_Y @ SV168 @ SV144 ) ) )
                     != ( host @ ( pidMsg @ SV144 ) ) ) )
              | ~ ~ ( leq @ ( pidMsg @ SV144 ) @ ( pidMsg @ ( sK13_Y @ SV168 @ SV144 ) ) ) )
          | ~ ( ordered @ SV168 ) )
        = $true )
      | ( ( ordered @ ( cons @ SV144 @ SV168 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[678]) ).

thf(735,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ~ ( ordered @ ( cons @ SX0 @ SX1 ) )
          | ! [SX2: $i] :
              ( ~ ( elem @ SX2 @ SX1 )
              | ~ ( pidElem @ SX0 )
              | ~ ( pidElem @ SX2 )
              | ( ( host @ ( pidMsg @ SX2 ) )
               != ( host @ ( pidMsg @ SX0 ) ) )
              | ( leq @ ( pidMsg @ SX0 ) @ ( pidMsg @ SX2 ) ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[679]) ).

thf(736,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ~ ( ordered @ ( cons @ SX0 @ SX1 ) )
          | ( ordered @ SX1 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[680]) ).

thf(737,plain,
    ! [SV169: $i,SV175: $i,SV57: $i] :
      ( ( ~ ( elem @ SV57 @ ( snoc @ SV175 @ SV169 ) )
        | ( SV57 = SV169 )
        | ( elem @ SV57 @ SV175 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[681]) ).

thf(738,plain,
    ! [SV57: $i] :
      ( ( ~ ! [SY1959: $i] :
              ( ( SV57 != SY1959 )
              | ! [SY1960: $i] : ( elem @ SV57 @ ( snoc @ SY1960 @ SY1959 ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[682]) ).

thf(739,plain,
    ! [SV57: $i] :
      ( ( ~ ! [SY1961: $i,SY1962: $i] :
              ( ~ ( elem @ SV57 @ SY1962 )
              | ( elem @ SV57 @ ( snoc @ SY1962 @ SY1961 ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[682]) ).

thf(740,plain,
    ! [SV176: $i,SV145: $i] :
      ( ( ( ~ ( elem @ ( m_Ack @ SV145 @ SV176 ) @ ( queue @ ( host @ SV145 ) ) ) )
        = $true )
      | ( ( setIn @ SV145 @ pids )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[683]) ).

thf(741,plain,
    ! [SV170: $i,SV146: $i] :
      ( ( ( ~ ( elem @ ( m_Ack @ SV146 @ SV170 ) @ ( queue @ ( host @ SV146 ) ) ) )
        = $true )
      | ( ( setIn @ SV170 @ pids )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[684]) ).

thf(742,plain,
    ( ( ( ( host @ sK9_SY1866 )
       != ( host @ sK4_SY1767 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[685]) ).

thf(743,plain,
    ( ( ~ ( setIn @ ( host @ sK9_SY1866 ) @ ( index @ acks @ ( host @ sK3_SY1713 ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[686]) ).

thf(744,plain,
    ( ( ( host @ sK3_SY1713 )
      = ( host @ sK5_SY1815 ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[687]) ).

thf(745,plain,
    ( ( ~ ( ~ ( ( ( host @ sK3_SY1713 )
               != ( host @ sK8_SY1879 ) ) )
          | ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ! [SX0: $i] :
                                                          ( ( leq @ ( host @ sK8_SY1879 ) @ SX0 )
                                                          | ~ ( leq @ ( s @ zero ) @ SX0 )
                                                          | ( SX0
                                                            = ( host @ sK7_SY1876 ) )
                                                          | ( setIn @ SX0 @ ( index @ down @ ( host @ sK8_SY1879 ) ) ) )
                                                    | ~ ( setIn @ sK8_SY1879 @ alive ) )
                                              | ~ ( leq @ nbr_proc @ ( s @ ( host @ sK8_SY1879 ) ) ) )
                                        | ~ ( elem @ ( m_Down @ sK6_SY1872 ) @ ( queue @ ( host @ sK8_SY1879 ) ) ) )
                                  | ~ ( elem @ ( m_Down @ sK7_SY1876 ) @ ( queue @ ( host @ sK8_SY1879 ) ) ) )
                            | ( ( host @ sK6_SY1872 )
                             != ( s @ ( host @ sK8_SY1879 ) ) ) )
                      | ( ( index @ status @ ( host @ sK8_SY1879 ) )
                       != elec_1 ) )
                | ~ ~ ( ( ( host @ sK3_SY1713 )
                       != ( host @ sK5_SY1815 ) )
                      | ~ ( setIn @ sK5_SY1815 @ alive ) ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[688]) ).

thf(746,plain,
    ! [SV58: $i,SV101: $i,SV147: $i,SV171: $i] :
      ( ( ( ~ ( ~ ~ ( ~ ~ ( leq @ ( host @ SV171 ) @ ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 ) )
                    | ~ ( leq @ ( s @ zero ) @ ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 ) ) )
              | ~ ~ ( ~ ( ( ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 )
                         != ( host @ SV147 ) ) )
                    | ~ ~ ( setIn @ ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 ) @ ( index @ down @ ( host @ SV171 ) ) ) ) )
          | ~ ( setIn @ SV171 @ alive )
          | ~ ( leq @ nbr_proc @ ( s @ ( host @ SV171 ) ) )
          | ~ ( elem @ ( m_Down @ SV147 ) @ ( queue @ ( host @ SV171 ) ) )
          | ~ ( elem @ ( m_Down @ SV101 ) @ ( queue @ ( host @ SV171 ) ) )
          | ( ( host @ SV101 )
           != ( s @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV171 ) )
           != elec_1 ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV58 ) )
           != ( host @ SV58 ) )
          | ~ ( setIn @ SV58 @ alive )
          | ( ( index @ status @ ( host @ SV58 ) )
           != norm ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[689]) ).

thf(747,plain,
    ! [SV172: $i,SV148: $i] :
      ( ( ( SV148 = SV172 )
        = $true )
      | ( ( ( ( m_Halt @ SV148 )
           != ( m_Halt @ SV172 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[690]) ).

thf(748,plain,
    ! [SV173: $i,SV149: $i] :
      ( ( ( ( m_Halt @ SV149 )
          = ( m_Halt @ SV173 ) )
        = $true )
      | ( ( ( SV149 != SV173 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[691]) ).

thf(749,plain,
    ! [SV28: $i,SV109: $i,SV79: $i] :
      ( ( ( ( host @ SV79 )
          = ( host @ SV109 ) )
        = $false )
      | ( ( ~ ( ordered @ ( cons @ ( m_Halt @ SV79 ) @ SV28 ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV109 ) @ SV28 ) )
        = $true )
      | ( ( leq @ SV79 @ SV109 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[694]) ).

thf(750,plain,
    ! [SV32: $i,SV110: $i,SV81: $i] :
      ( ( ( leq @ SV81 @ SV110 )
        = $false )
      | ( ( leq @ SV32 @ SV81 )
        = $false )
      | ( ( leq @ SV32 @ SV110 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[695]) ).

thf(751,plain,
    ! [SV42: $i,SV88: $i,SV119: $i] :
      ( ( ( ( ( host @ SV119 )
            = ( host @ SV88 ) )
          | ~ ( setIn @ SV119 @ alive )
          | ~ ( elem @ ( m_Down @ SV42 ) @ ( queue @ ( host @ SV119 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV88 )
           != ( host @ SV42 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV119 ) )
           != wait ) )
        = $true )
      | ( ( ( ( host @ ( index @ elid @ ( host @ SV119 ) ) )
           != ( host @ SV88 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV88 ) )
           != norm )
          | ~ ( setIn @ SV88 @ alive )
          | ( ( index @ ldr @ ( host @ SV88 ) )
           != ( host @ SV88 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[696]) ).

thf(752,plain,
    ! [SV43: $i,SV89: $i,SV120: $i] :
      ( ( ( ( ( host @ SV120 )
            = ( host @ SV89 ) )
          | ~ ( setIn @ SV120 @ alive )
          | ~ ( elem @ ( m_Down @ SV43 ) @ ( queue @ ( host @ SV120 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV89 )
           != ( host @ SV43 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV120 ) )
           != norm ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV120 ) )
           != ( host @ SV89 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV89 ) )
           != norm )
          | ~ ( setIn @ SV89 @ alive )
          | ( ( index @ ldr @ ( host @ SV89 ) )
           != ( host @ SV89 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[697]) ).

thf(753,plain,
    ! [SV121: $i,SV90: $i,SV44: $i,SV111: $i] :
      ( ( ( ( ( host @ SV111 )
            = ( host @ SV44 ) )
          | ~ ( setIn @ SV44 @ alive )
          | ~ ( setIn @ SV111 @ alive ) )
        = $true )
      | ( ( ( ( host @ SV90 )
           != ( host @ SV44 ) ) )
        = $true )
      | ( ( ( ( host @ SV121 )
           != ( host @ SV111 ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV121 ) @ ( queue @ ( host @ SV44 ) ) )
          | ~ ( setIn @ ( host @ SV90 ) @ ( index @ down @ ( host @ SV111 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[698]) ).

thf(754,plain,
    ! [SV122: $i,SV91: $i,SV45: $i,SV112: $i] :
      ( ( ( ( ( host @ SV112 )
            = ( host @ SV45 ) )
          | ~ ( setIn @ SV45 @ alive )
          | ~ ( setIn @ SV112 @ alive ) )
        = $true )
      | ( ( ( ( host @ SV91 )
           != ( host @ SV45 ) ) )
        = $true )
      | ( ( ( ( host @ SV122 )
           != ( host @ SV112 ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV122 ) @ ( queue @ ( host @ SV45 ) ) )
          | ~ ( elem @ ( m_Down @ SV91 ) @ ( queue @ ( host @ SV112 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[699]) ).

thf(755,plain,
    ! [SV46: $i,SV152: $i,SV113: $i] :
      ( ( ( leq @ ( host @ SV113 ) @ ( host @ SV152 ) )
        = $true )
      | ( ( ~ ( setIn @ SV152 @ alive ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV113 ) @ ( queue @ ( host @ SV152 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV113 )
           != ( host @ SV46 ) ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV46 ) )
           != ( host @ SV46 ) )
          | ~ ( setIn @ SV46 @ alive )
          | ( ( index @ status @ ( host @ SV46 ) )
           != norm ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[700]) ).

thf(756,plain,
    ! [SV92: $i,SV47: $i] :
      ( ( ( ~ ( setIn @ SV47 @ alive )
          | ~ ( setIn @ SV92 @ alive ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV47 ) )
           != ( host @ SV47 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV47 ) )
           != norm ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV92 ) )
           != norm ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV92 ) )
           != ( host @ SV92 ) ) )
        = $true )
      | ( ( SV92 = SV47 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[701]) ).

thf(757,plain,
    ! [SV48: $i,SV123: $i,SV93: $i] :
      ( ( ( ( ( host @ SV93 )
           != ( host @ SV123 ) ) )
        = $true )
      | ( ( ~ ( setIn @ SV123 @ alive ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV123 ) )
           != norm ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV123 ) )
           != ( host @ SV123 ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV93 ) @ ( queue @ ( host @ SV48 ) ) )
          | ~ ( setIn @ SV48 @ alive ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[702]) ).

thf(758,plain,
    ! [SV94: $i,SV114: $i,SV49: $i] :
      ( ( ( ~ ( setIn @ SV49 @ alive )
          | ~ ( setIn @ SV114 @ alive ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV94 ) @ ( queue @ ( host @ SV49 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV114 )
           != ( host @ SV94 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV114 ) )
           != elec_2 ) )
        = $true )
      | ( ( leq @ ( index @ pendack @ ( host @ SV114 ) ) @ ( host @ SV49 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[703]) ).

thf(759,plain,
    ! [SV50: $i,SV95: $i] :
      ( ( ( setIn @ SV95 @ alive )
        = $false )
      | ( ( ( index @ status @ ( host @ SV95 ) )
          = norm )
        = $false )
      | ( ( ( ( index @ ldr @ ( host @ SV95 ) )
           != ( host @ SV95 ) ) )
        = $true )
      | ( ( ~ ( setIn @ SV50 @ alive )
          | ~ ( setIn @ ( host @ SV95 ) @ ( index @ down @ ( host @ SV50 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[704]) ).

thf(760,plain,
    ! [SV96: $i,SV51: $i] :
      ( ( ( setIn @ SV51 @ alive )
        = $false )
      | ( ( ~ ( setIn @ SV96 @ alive ) )
        = $true )
      | ( ( ~ ( setIn @ ( host @ SV96 ) @ ( index @ down @ ( host @ SV51 ) ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV96 ) )
           != elec_2 ) )
        = $true )
      | ( ( leq @ ( index @ pendack @ ( host @ SV96 ) ) @ ( host @ SV51 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[705]) ).

thf(761,plain,
    ! [SV97: $i,SV52: $i] :
      ( ( ( setIn @ SV52 @ alive )
        = $false )
      | ( ( ~ ( setIn @ SV97 @ alive ) )
        = $true )
      | ( ( SV97 = SV52 )
        = $true )
      | ( ( ( host @ SV97 )
          = ( host @ SV52 ) )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[706]) ).

thf(762,plain,
    ! [SV124: $i] :
      ( ( ( ~ ! [SY1996: $i] :
                ( SV124
               != ( m_Halt @ SY1996 ) ) )
        = $false )
      | ( ( pidElem @ SV124 )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[707]) ).

thf(763,plain,
    ! [SV124: $i] :
      ( ( ( ~ ! [SY1997: $i] :
                ( SV124
               != ( m_Down @ SY1997 ) ) )
        = $false )
      | ( ( pidElem @ SV124 )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[707]) ).

thf(764,plain,
    ! [SV125: $i] :
      ( ( ( SV125
          = ( m_Halt @ ( sK15_Y @ SV125 ) ) )
        = $true )
      | ( ( SV125
          = ( m_Down @ ( sK14_Y @ SV125 ) ) )
        = $true )
      | ( ( pidElem @ SV125 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[708]) ).

thf(765,plain,
    ! [SV126: $i,SV153: $i] :
      ( ( ( ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ( elem @ ( sK12_Y @ SV153 @ SV126 ) @ SV153 )
                                | ~ ( pidElem @ SV126 ) )
                          | ~ ( pidElem @ ( sK12_Y @ SV153 @ SV126 ) ) )
                    | ( ( host @ ( pidMsg @ ( sK12_Y @ SV153 @ SV126 ) ) )
                     != ( host @ ( pidMsg @ SV126 ) ) ) )
              | ~ ~ ( leq @ ( pidMsg @ ( sK12_Y @ SV153 @ SV126 ) ) @ ( pidMsg @ SV126 ) ) ) )
        = $true )
      | ( ( ~ ( ordered @ SV153 ) )
        = $true )
      | ( ( ordered @ ( snoc @ SV153 @ SV126 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[709]) ).

thf(766,plain,
    ! [SV177: $i] :
      ( ( ! [SY2020: $i] :
            ( ~ ( ordered @ ( snoc @ SY2020 @ SV177 ) )
            | ! [SY2021: $i] :
                ( ~ ( elem @ SY2021 @ SY2020 )
                | ~ ( pidElem @ SV177 )
                | ~ ( pidElem @ SY2021 )
                | ( ( host @ ( pidMsg @ SY2021 ) )
                 != ( host @ ( pidMsg @ SV177 ) ) )
                | ( leq @ ( pidMsg @ SY2021 ) @ ( pidMsg @ SV177 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[710]) ).

thf(767,plain,
    ! [SV178: $i] :
      ( ( ! [SY2022: $i] :
            ( ~ ( ordered @ ( snoc @ SY2022 @ SV178 ) )
            | ( ordered @ SY2022 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[711]) ).

thf(768,plain,
    ! [SV129: $i] :
      ( ( ( setIn @ SV129 @ alive )
        = $false )
      | ( ( ( ( index @ status @ ( host @ SV129 ) )
           != elec_1 ) )
        = $true )
      | ( ( ( index @ elid @ ( host @ SV129 ) )
          = SV129 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[712]) ).

thf(769,plain,
    ! [SV130: $i] :
      ( ( ( setIn @ SV130 @ alive )
        = $false )
      | ( ( ( ( index @ status @ ( host @ SV130 ) )
           != elec_2 ) )
        = $true )
      | ( ( ( index @ elid @ ( host @ SV130 ) )
          = SV130 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[713]) ).

thf(770,plain,
    ! [SV174: $i,SV154: $i,SV55: $i] :
      ( ( ( ~ ( elem @ SV55 @ ( cons @ SV154 @ SV174 ) ) )
        = $true )
      | ( ( ( SV55 = SV154 )
          | ( elem @ SV55 @ SV174 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[714]) ).

thf(771,plain,
    ! [SV55: $i] :
      ( ( ! [SY1950: $i] :
            ( ( SV55 != SY1950 )
            | ! [SY1951: $i] : ( elem @ SV55 @ ( cons @ SY1950 @ SY1951 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[715]) ).

thf(772,plain,
    ! [SV55: $i] :
      ( ( ! [SY1952: $i,SY1953: $i] :
            ( ~ ( elem @ SV55 @ SY1953 )
            | ( elem @ SV55 @ ( cons @ SY1952 @ SY1953 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[716]) ).

thf(773,plain,
    ! [SV56: $i,SV100: $i,SV131: $i,SV155: $i] :
      ( ( ( ~ ( ~ ~ ( ~ ~ ( leq @ ( host @ SV155 ) @ ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 ) )
                    | ~ ( leq @ ( s @ zero ) @ ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 ) ) )
              | ~ ~ ( ~ ( ( ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 )
                         != ( host @ SV131 ) ) )
                    | ~ ~ ( setIn @ ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 ) @ ( index @ down @ ( host @ SV155 ) ) ) ) )
          | ~ ( setIn @ SV56 @ alive )
          | ~ ( leq @ ( host @ SV56 ) @ ( host @ SV155 ) )
          | ~ ( elem @ ( m_Down @ SV131 ) @ ( queue @ ( host @ SV155 ) ) )
          | ( ( host @ SV100 )
           != ( host @ SV155 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV56 ) )
           != elec_2 ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV155 ) )
           != elec_1 ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Ack @ SV56 @ SV100 ) @ ( queue @ ( host @ SV56 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[717]) ).

thf(774,plain,
    ! [SV156: $i,SV132: $i] :
      ( ( ( ( m_NotNorm @ SV132 )
          = ( m_NotNorm @ SV156 ) )
        = $false )
      | ( ( SV132 = SV156 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[718]) ).

thf(775,plain,
    ! [SV157: $i,SV133: $i] :
      ( ( ( SV133 = SV157 )
        = $false )
      | ( ( ( m_NotNorm @ SV133 )
          = ( m_NotNorm @ SV157 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[719]) ).

thf(776,plain,
    ! [SV158: $i,SV134: $i] :
      ( ( ( leq @ SV134 @ ( s @ SV158 ) )
        = $false )
      | ( ( ( SV134
            = ( s @ SV158 ) )
          | ( leq @ SV134 @ SV158 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[720]) ).

thf(777,plain,
    ! [SV179: $i] :
      ( ( ! [SY2023: $i] :
            ( ( SV179
             != ( s @ SY2023 ) )
            | ( leq @ SV179 @ ( s @ SY2023 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[721]) ).

thf(778,plain,
    ! [SV180: $i] :
      ( ( ! [SY2024: $i] :
            ( ~ ( leq @ SV180 @ SY2024 )
            | ( leq @ SV180 @ ( s @ SY2024 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[722]) ).

thf(779,plain,
    ! [SV159: $i,SV135: $i] :
      ( ( ( ~ ( leq @ SV135 @ SV159 ) )
        = $true )
      | ( ( ~ ( leq @ SV159 @ SV135 ) )
        = $true )
      | ( ( SV135 = SV159 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[723]) ).

thf(780,plain,
    ! [SV181: $i] :
      ( ( ! [SY2025: $i] :
            ( ( SV181 != SY2025 )
            | ( leq @ SV181 @ SY2025 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[724]) ).

thf(781,plain,
    ! [SV182: $i] :
      ( ( ! [SY2026: $i] :
            ( ( SV182 != SY2026 )
            | ( leq @ SY2026 @ SV182 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[725]) ).

thf(782,plain,
    ! [SV160: $i,SV136: $i] :
      ( ( ( ( m_Ldr @ SV136 )
          = ( m_Ldr @ SV160 ) )
        = $false )
      | ( ( SV136 = SV160 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[726]) ).

thf(783,plain,
    ! [SV161: $i,SV137: $i] :
      ( ( ( SV137 = SV161 )
        = $false )
      | ( ( ( m_Ldr @ SV137 )
          = ( m_Ldr @ SV161 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[727]) ).

thf(784,plain,
    ! [SV162: $i,SV138: $i] :
      ( ( ( leq @ SV138 @ SV162 )
        = $false )
      | ( ( leq @ ( s @ SV138 ) @ ( s @ SV162 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[728]) ).

thf(785,plain,
    ! [SV163: $i,SV139: $i] :
      ( ( ( leq @ ( s @ SV139 ) @ ( s @ SV163 ) )
        = $false )
      | ( ( leq @ SV139 @ SV163 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[729]) ).

thf(786,plain,
    ! [SV164: $i,SV140: $i] :
      ( ( ( ( m_Down @ SV140 )
          = ( m_Down @ SV164 ) )
        = $false )
      | ( ( SV140 = SV164 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[730]) ).

thf(787,plain,
    ! [SV165: $i,SV141: $i] :
      ( ( ( SV141 = SV165 )
        = $false )
      | ( ( ( m_Down @ SV141 )
          = ( m_Down @ SV165 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[731]) ).

thf(788,plain,
    ! [SV166: $i,SV142: $i] :
      ( ( ( ( m_NormQ @ SV142 )
          = ( m_NormQ @ SV166 ) )
        = $false )
      | ( ( SV142 = SV166 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[732]) ).

thf(789,plain,
    ! [SV167: $i,SV143: $i] :
      ( ( ( SV143 = SV167 )
        = $false )
      | ( ( ( m_NormQ @ SV143 )
          = ( m_NormQ @ SV167 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[733]) ).

thf(790,plain,
    ! [SV144: $i,SV168: $i] :
      ( ( ( ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ( elem @ ( sK13_Y @ SV168 @ SV144 ) @ SV168 )
                                | ~ ( pidElem @ SV144 ) )
                          | ~ ( pidElem @ ( sK13_Y @ SV168 @ SV144 ) ) )
                    | ( ( host @ ( pidMsg @ ( sK13_Y @ SV168 @ SV144 ) ) )
                     != ( host @ ( pidMsg @ SV144 ) ) ) )
              | ~ ~ ( leq @ ( pidMsg @ SV144 ) @ ( pidMsg @ ( sK13_Y @ SV168 @ SV144 ) ) ) ) )
        = $true )
      | ( ( ~ ( ordered @ SV168 ) )
        = $true )
      | ( ( ordered @ ( cons @ SV144 @ SV168 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[734]) ).

thf(791,plain,
    ! [SV183: $i] :
      ( ( ! [SY2027: $i] :
            ( ~ ( ordered @ ( cons @ SV183 @ SY2027 ) )
            | ! [SY2028: $i] :
                ( ~ ( elem @ SY2028 @ SY2027 )
                | ~ ( pidElem @ SV183 )
                | ~ ( pidElem @ SY2028 )
                | ( ( host @ ( pidMsg @ SY2028 ) )
                 != ( host @ ( pidMsg @ SV183 ) ) )
                | ( leq @ ( pidMsg @ SV183 ) @ ( pidMsg @ SY2028 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[735]) ).

thf(792,plain,
    ! [SV184: $i] :
      ( ( ! [SY2029: $i] :
            ( ~ ( ordered @ ( cons @ SV184 @ SY2029 ) )
            | ( ordered @ SY2029 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[736]) ).

thf(793,plain,
    ! [SV169: $i,SV175: $i,SV57: $i] :
      ( ( ( ~ ( elem @ SV57 @ ( snoc @ SV175 @ SV169 ) ) )
        = $true )
      | ( ( ( SV57 = SV169 )
          | ( elem @ SV57 @ SV175 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[737]) ).

thf(794,plain,
    ! [SV57: $i] :
      ( ( ! [SY1959: $i] :
            ( ( SV57 != SY1959 )
            | ! [SY1960: $i] : ( elem @ SV57 @ ( snoc @ SY1960 @ SY1959 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[738]) ).

thf(795,plain,
    ! [SV57: $i] :
      ( ( ! [SY1961: $i,SY1962: $i] :
            ( ~ ( elem @ SV57 @ SY1962 )
            | ( elem @ SV57 @ ( snoc @ SY1962 @ SY1961 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[739]) ).

thf(796,plain,
    ! [SV176: $i,SV145: $i] :
      ( ( ( elem @ ( m_Ack @ SV145 @ SV176 ) @ ( queue @ ( host @ SV145 ) ) )
        = $false )
      | ( ( setIn @ SV145 @ pids )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[740]) ).

thf(797,plain,
    ! [SV170: $i,SV146: $i] :
      ( ( ( elem @ ( m_Ack @ SV146 @ SV170 ) @ ( queue @ ( host @ SV146 ) ) )
        = $false )
      | ( ( setIn @ SV170 @ pids )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[741]) ).

thf(798,plain,
    ( ( ( host @ sK9_SY1866 )
      = ( host @ sK4_SY1767 ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[742]) ).

thf(799,plain,
    ( ( setIn @ ( host @ sK9_SY1866 ) @ ( index @ acks @ ( host @ sK3_SY1713 ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[743]) ).

thf(800,plain,
    ( ( ~ ( ( ( host @ sK3_SY1713 )
           != ( host @ sK8_SY1879 ) ) )
      | ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ! [SX0: $i] :
                                                      ( ( leq @ ( host @ sK8_SY1879 ) @ SX0 )
                                                      | ~ ( leq @ ( s @ zero ) @ SX0 )
                                                      | ( SX0
                                                        = ( host @ sK7_SY1876 ) )
                                                      | ( setIn @ SX0 @ ( index @ down @ ( host @ sK8_SY1879 ) ) ) )
                                                | ~ ( setIn @ sK8_SY1879 @ alive ) )
                                          | ~ ( leq @ nbr_proc @ ( s @ ( host @ sK8_SY1879 ) ) ) )
                                    | ~ ( elem @ ( m_Down @ sK6_SY1872 ) @ ( queue @ ( host @ sK8_SY1879 ) ) ) )
                              | ~ ( elem @ ( m_Down @ sK7_SY1876 ) @ ( queue @ ( host @ sK8_SY1879 ) ) ) )
                        | ( ( host @ sK6_SY1872 )
                         != ( s @ ( host @ sK8_SY1879 ) ) ) )
                  | ( ( index @ status @ ( host @ sK8_SY1879 ) )
                   != elec_1 ) )
            | ~ ~ ( ( ( host @ sK3_SY1713 )
                   != ( host @ sK5_SY1815 ) )
                  | ~ ( setIn @ sK5_SY1815 @ alive ) ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[745]) ).

thf(801,plain,
    ! [SV58: $i,SV101: $i,SV147: $i,SV171: $i] :
      ( ( ( ~ ( ~ ~ ( ~ ~ ( leq @ ( host @ SV171 ) @ ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 ) )
                    | ~ ( leq @ ( s @ zero ) @ ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 ) ) )
              | ~ ~ ( ~ ( ( ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 )
                         != ( host @ SV147 ) ) )
                    | ~ ~ ( setIn @ ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 ) @ ( index @ down @ ( host @ SV171 ) ) ) ) )
          | ~ ( setIn @ SV171 @ alive )
          | ~ ( leq @ nbr_proc @ ( s @ ( host @ SV171 ) ) )
          | ~ ( elem @ ( m_Down @ SV147 ) @ ( queue @ ( host @ SV171 ) ) )
          | ~ ( elem @ ( m_Down @ SV101 ) @ ( queue @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV101 )
           != ( s @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV171 ) )
           != elec_1 ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV58 ) )
           != ( host @ SV58 ) )
          | ~ ( setIn @ SV58 @ alive )
          | ( ( index @ status @ ( host @ SV58 ) )
           != norm ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[746]) ).

thf(802,plain,
    ! [SV172: $i,SV148: $i] :
      ( ( ( ( m_Halt @ SV148 )
          = ( m_Halt @ SV172 ) )
        = $false )
      | ( ( SV148 = SV172 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[747]) ).

thf(803,plain,
    ! [SV173: $i,SV149: $i] :
      ( ( ( SV149 = SV173 )
        = $false )
      | ( ( ( m_Halt @ SV149 )
          = ( m_Halt @ SV173 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[748]) ).

thf(804,plain,
    ! [SV109: $i,SV28: $i,SV79: $i] :
      ( ( ( ordered @ ( cons @ ( m_Halt @ SV79 ) @ SV28 ) )
        = $false )
      | ( ( ( host @ SV79 )
          = ( host @ SV109 ) )
        = $false )
      | ( ( ~ ( elem @ ( m_Down @ SV109 ) @ SV28 ) )
        = $true )
      | ( ( leq @ SV79 @ SV109 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[749]) ).

thf(805,plain,
    ! [SV42: $i,SV88: $i,SV119: $i] :
      ( ( ( ( ( host @ SV119 )
            = ( host @ SV88 ) )
          | ~ ( setIn @ SV119 @ alive ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV42 ) @ ( queue @ ( host @ SV119 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV88 )
           != ( host @ SV42 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV119 ) )
           != wait ) )
        = $true )
      | ( ( ( ( host @ ( index @ elid @ ( host @ SV119 ) ) )
           != ( host @ SV88 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV88 ) )
           != norm )
          | ~ ( setIn @ SV88 @ alive )
          | ( ( index @ ldr @ ( host @ SV88 ) )
           != ( host @ SV88 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[751]) ).

thf(806,plain,
    ! [SV43: $i,SV89: $i,SV120: $i] :
      ( ( ( ( ( host @ SV120 )
            = ( host @ SV89 ) )
          | ~ ( setIn @ SV120 @ alive ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV43 ) @ ( queue @ ( host @ SV120 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV89 )
           != ( host @ SV43 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV120 ) )
           != norm ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV120 ) )
           != ( host @ SV89 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV89 ) )
           != norm )
          | ~ ( setIn @ SV89 @ alive )
          | ( ( index @ ldr @ ( host @ SV89 ) )
           != ( host @ SV89 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[752]) ).

thf(807,plain,
    ! [SV121: $i,SV90: $i,SV44: $i,SV111: $i] :
      ( ( ( ( ( host @ SV111 )
            = ( host @ SV44 ) )
          | ~ ( setIn @ SV44 @ alive ) )
        = $true )
      | ( ( ~ ( setIn @ SV111 @ alive ) )
        = $true )
      | ( ( ( ( host @ SV90 )
           != ( host @ SV44 ) ) )
        = $true )
      | ( ( ( ( host @ SV121 )
           != ( host @ SV111 ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV121 ) @ ( queue @ ( host @ SV44 ) ) )
          | ~ ( setIn @ ( host @ SV90 ) @ ( index @ down @ ( host @ SV111 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[753]) ).

thf(808,plain,
    ! [SV122: $i,SV91: $i,SV45: $i,SV112: $i] :
      ( ( ( ( ( host @ SV112 )
            = ( host @ SV45 ) )
          | ~ ( setIn @ SV45 @ alive ) )
        = $true )
      | ( ( ~ ( setIn @ SV112 @ alive ) )
        = $true )
      | ( ( ( ( host @ SV91 )
           != ( host @ SV45 ) ) )
        = $true )
      | ( ( ( ( host @ SV122 )
           != ( host @ SV112 ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV122 ) @ ( queue @ ( host @ SV45 ) ) )
          | ~ ( elem @ ( m_Down @ SV91 ) @ ( queue @ ( host @ SV112 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[754]) ).

thf(809,plain,
    ! [SV46: $i,SV113: $i,SV152: $i] :
      ( ( ( setIn @ SV152 @ alive )
        = $false )
      | ( ( leq @ ( host @ SV113 ) @ ( host @ SV152 ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV113 ) @ ( queue @ ( host @ SV152 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV113 )
           != ( host @ SV46 ) ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV46 ) )
           != ( host @ SV46 ) )
          | ~ ( setIn @ SV46 @ alive )
          | ( ( index @ status @ ( host @ SV46 ) )
           != norm ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[755]) ).

thf(810,plain,
    ! [SV92: $i,SV47: $i] :
      ( ( ( ~ ( setIn @ SV47 @ alive ) )
        = $true )
      | ( ( ~ ( setIn @ SV92 @ alive ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV47 ) )
           != ( host @ SV47 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV47 ) )
           != norm ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV92 ) )
           != norm ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV92 ) )
           != ( host @ SV92 ) ) )
        = $true )
      | ( ( SV92 = SV47 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[756]) ).

thf(811,plain,
    ! [SV48: $i,SV123: $i,SV93: $i] :
      ( ( ( ( host @ SV93 )
          = ( host @ SV123 ) )
        = $false )
      | ( ( ~ ( setIn @ SV123 @ alive ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV123 ) )
           != norm ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV123 ) )
           != ( host @ SV123 ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV93 ) @ ( queue @ ( host @ SV48 ) ) )
          | ~ ( setIn @ SV48 @ alive ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[757]) ).

thf(812,plain,
    ! [SV94: $i,SV114: $i,SV49: $i] :
      ( ( ( ~ ( setIn @ SV49 @ alive ) )
        = $true )
      | ( ( ~ ( setIn @ SV114 @ alive ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV94 ) @ ( queue @ ( host @ SV49 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV114 )
           != ( host @ SV94 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV114 ) )
           != elec_2 ) )
        = $true )
      | ( ( leq @ ( index @ pendack @ ( host @ SV114 ) ) @ ( host @ SV49 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[758]) ).

thf(813,plain,
    ! [SV50: $i,SV95: $i] :
      ( ( ( ( index @ ldr @ ( host @ SV95 ) )
          = ( host @ SV95 ) )
        = $false )
      | ( ( ( index @ status @ ( host @ SV95 ) )
          = norm )
        = $false )
      | ( ( setIn @ SV95 @ alive )
        = $false )
      | ( ( ~ ( setIn @ SV50 @ alive )
          | ~ ( setIn @ ( host @ SV95 ) @ ( index @ down @ ( host @ SV50 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[759]) ).

thf(814,plain,
    ! [SV51: $i,SV96: $i] :
      ( ( ( setIn @ SV96 @ alive )
        = $false )
      | ( ( setIn @ SV51 @ alive )
        = $false )
      | ( ( ~ ( setIn @ ( host @ SV96 ) @ ( index @ down @ ( host @ SV51 ) ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV96 ) )
           != elec_2 ) )
        = $true )
      | ( ( leq @ ( index @ pendack @ ( host @ SV96 ) ) @ ( host @ SV51 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[760]) ).

thf(815,plain,
    ! [SV52: $i,SV97: $i] :
      ( ( ( setIn @ SV97 @ alive )
        = $false )
      | ( ( setIn @ SV52 @ alive )
        = $false )
      | ( ( SV97 = SV52 )
        = $true )
      | ( ( ( host @ SV97 )
          = ( host @ SV52 ) )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[761]) ).

thf(816,plain,
    ! [SV124: $i] :
      ( ( ( ! [SY1996: $i] :
              ( SV124
             != ( m_Halt @ SY1996 ) ) )
        = $true )
      | ( ( pidElem @ SV124 )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[762]) ).

thf(817,plain,
    ! [SV124: $i] :
      ( ( ( ! [SY1997: $i] :
              ( SV124
             != ( m_Down @ SY1997 ) ) )
        = $true )
      | ( ( pidElem @ SV124 )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[763]) ).

thf(818,plain,
    ! [SV126: $i,SV153: $i] :
      ( ( ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ( elem @ ( sK12_Y @ SV153 @ SV126 ) @ SV153 )
                            | ~ ( pidElem @ SV126 ) )
                      | ~ ( pidElem @ ( sK12_Y @ SV153 @ SV126 ) ) )
                | ( ( host @ ( pidMsg @ ( sK12_Y @ SV153 @ SV126 ) ) )
                 != ( host @ ( pidMsg @ SV126 ) ) ) )
          | ~ ~ ( leq @ ( pidMsg @ ( sK12_Y @ SV153 @ SV126 ) ) @ ( pidMsg @ SV126 ) ) )
        = $false )
      | ( ( ~ ( ordered @ SV153 ) )
        = $true )
      | ( ( ordered @ ( snoc @ SV153 @ SV126 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[765]) ).

thf(819,plain,
    ! [SV177: $i,SV185: $i] :
      ( ( ~ ( ordered @ ( snoc @ SV185 @ SV177 ) )
        | ! [SY2030: $i] :
            ( ~ ( elem @ SY2030 @ SV185 )
            | ~ ( pidElem @ SV177 )
            | ~ ( pidElem @ SY2030 )
            | ( ( host @ ( pidMsg @ SY2030 ) )
             != ( host @ ( pidMsg @ SV177 ) ) )
            | ( leq @ ( pidMsg @ SY2030 ) @ ( pidMsg @ SV177 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[766]) ).

thf(820,plain,
    ! [SV178: $i,SV186: $i] :
      ( ( ~ ( ordered @ ( snoc @ SV186 @ SV178 ) )
        | ( ordered @ SV186 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[767]) ).

thf(821,plain,
    ! [SV129: $i] :
      ( ( ( ( index @ status @ ( host @ SV129 ) )
          = elec_1 )
        = $false )
      | ( ( setIn @ SV129 @ alive )
        = $false )
      | ( ( ( index @ elid @ ( host @ SV129 ) )
          = SV129 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[768]) ).

thf(822,plain,
    ! [SV130: $i] :
      ( ( ( ( index @ status @ ( host @ SV130 ) )
          = elec_2 )
        = $false )
      | ( ( setIn @ SV130 @ alive )
        = $false )
      | ( ( ( index @ elid @ ( host @ SV130 ) )
          = SV130 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[769]) ).

thf(823,plain,
    ! [SV174: $i,SV154: $i,SV55: $i] :
      ( ( ( elem @ SV55 @ ( cons @ SV154 @ SV174 ) )
        = $false )
      | ( ( ( SV55 = SV154 )
          | ( elem @ SV55 @ SV174 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[770]) ).

thf(824,plain,
    ! [SV187: $i,SV55: $i] :
      ( ( ( SV55 != SV187 )
        | ! [SY2031: $i] : ( elem @ SV55 @ ( cons @ SV187 @ SY2031 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[771]) ).

thf(825,plain,
    ! [SV188: $i,SV55: $i] :
      ( ( ! [SY2032: $i] :
            ( ~ ( elem @ SV55 @ SY2032 )
            | ( elem @ SV55 @ ( cons @ SV188 @ SY2032 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[772]) ).

thf(826,plain,
    ! [SV56: $i,SV100: $i,SV131: $i,SV155: $i] :
      ( ( ( ~ ( ~ ~ ( ~ ~ ( leq @ ( host @ SV155 ) @ ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 ) )
                    | ~ ( leq @ ( s @ zero ) @ ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 ) ) )
              | ~ ~ ( ~ ( ( ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 )
                         != ( host @ SV131 ) ) )
                    | ~ ~ ( setIn @ ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 ) @ ( index @ down @ ( host @ SV155 ) ) ) ) )
          | ~ ( setIn @ SV56 @ alive )
          | ~ ( leq @ ( host @ SV56 ) @ ( host @ SV155 ) )
          | ~ ( elem @ ( m_Down @ SV131 ) @ ( queue @ ( host @ SV155 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV100 )
           != ( host @ SV155 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV56 ) )
           != elec_2 ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV155 ) )
           != elec_1 ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Ack @ SV56 @ SV100 ) @ ( queue @ ( host @ SV56 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[773]) ).

thf(827,plain,
    ! [SV158: $i,SV134: $i] :
      ( ( ( SV134
          = ( s @ SV158 ) )
        = $true )
      | ( ( leq @ SV134 @ SV158 )
        = $true )
      | ( ( leq @ SV134 @ ( s @ SV158 ) )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[776]) ).

thf(828,plain,
    ! [SV189: $i,SV179: $i] :
      ( ( ( SV179
         != ( s @ SV189 ) )
        | ( leq @ SV179 @ ( s @ SV189 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[777]) ).

thf(829,plain,
    ! [SV190: $i,SV180: $i] :
      ( ( ~ ( leq @ SV180 @ SV190 )
        | ( leq @ SV180 @ ( s @ SV190 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[778]) ).

thf(830,plain,
    ! [SV159: $i,SV135: $i] :
      ( ( ( leq @ SV135 @ SV159 )
        = $false )
      | ( ( ~ ( leq @ SV159 @ SV135 ) )
        = $true )
      | ( ( SV135 = SV159 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[779]) ).

thf(831,plain,
    ! [SV191: $i,SV181: $i] :
      ( ( ( SV181 != SV191 )
        | ( leq @ SV181 @ SV191 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[780]) ).

thf(832,plain,
    ! [SV192: $i,SV182: $i] :
      ( ( ( SV182 != SV192 )
        | ( leq @ SV192 @ SV182 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[781]) ).

thf(833,plain,
    ! [SV144: $i,SV168: $i] :
      ( ( ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ( elem @ ( sK13_Y @ SV168 @ SV144 ) @ SV168 )
                            | ~ ( pidElem @ SV144 ) )
                      | ~ ( pidElem @ ( sK13_Y @ SV168 @ SV144 ) ) )
                | ( ( host @ ( pidMsg @ ( sK13_Y @ SV168 @ SV144 ) ) )
                 != ( host @ ( pidMsg @ SV144 ) ) ) )
          | ~ ~ ( leq @ ( pidMsg @ SV144 ) @ ( pidMsg @ ( sK13_Y @ SV168 @ SV144 ) ) ) )
        = $false )
      | ( ( ~ ( ordered @ SV168 ) )
        = $true )
      | ( ( ordered @ ( cons @ SV144 @ SV168 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[790]) ).

thf(834,plain,
    ! [SV193: $i,SV183: $i] :
      ( ( ~ ( ordered @ ( cons @ SV183 @ SV193 ) )
        | ! [SY2033: $i] :
            ( ~ ( elem @ SY2033 @ SV193 )
            | ~ ( pidElem @ SV183 )
            | ~ ( pidElem @ SY2033 )
            | ( ( host @ ( pidMsg @ SY2033 ) )
             != ( host @ ( pidMsg @ SV183 ) ) )
            | ( leq @ ( pidMsg @ SV183 ) @ ( pidMsg @ SY2033 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[791]) ).

thf(835,plain,
    ! [SV194: $i,SV184: $i] :
      ( ( ~ ( ordered @ ( cons @ SV184 @ SV194 ) )
        | ( ordered @ SV194 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[792]) ).

thf(836,plain,
    ! [SV169: $i,SV175: $i,SV57: $i] :
      ( ( ( elem @ SV57 @ ( snoc @ SV175 @ SV169 ) )
        = $false )
      | ( ( ( SV57 = SV169 )
          | ( elem @ SV57 @ SV175 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[793]) ).

thf(837,plain,
    ! [SV195: $i,SV57: $i] :
      ( ( ( SV57 != SV195 )
        | ! [SY2034: $i] : ( elem @ SV57 @ ( snoc @ SY2034 @ SV195 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[794]) ).

thf(838,plain,
    ! [SV196: $i,SV57: $i] :
      ( ( ! [SY2035: $i] :
            ( ~ ( elem @ SV57 @ SY2035 )
            | ( elem @ SV57 @ ( snoc @ SY2035 @ SV196 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[795]) ).

thf(839,plain,
    ( ( ~ ( ( ( host @ sK3_SY1713 )
           != ( host @ sK8_SY1879 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[800]) ).

thf(840,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ! [SX0: $i] :
                                                      ( ( leq @ ( host @ sK8_SY1879 ) @ SX0 )
                                                      | ~ ( leq @ ( s @ zero ) @ SX0 )
                                                      | ( SX0
                                                        = ( host @ sK7_SY1876 ) )
                                                      | ( setIn @ SX0 @ ( index @ down @ ( host @ sK8_SY1879 ) ) ) )
                                                | ~ ( setIn @ sK8_SY1879 @ alive ) )
                                          | ~ ( leq @ nbr_proc @ ( s @ ( host @ sK8_SY1879 ) ) ) )
                                    | ~ ( elem @ ( m_Down @ sK6_SY1872 ) @ ( queue @ ( host @ sK8_SY1879 ) ) ) )
                              | ~ ( elem @ ( m_Down @ sK7_SY1876 ) @ ( queue @ ( host @ sK8_SY1879 ) ) ) )
                        | ( ( host @ sK6_SY1872 )
                         != ( s @ ( host @ sK8_SY1879 ) ) ) )
                  | ( ( index @ status @ ( host @ sK8_SY1879 ) )
                   != elec_1 ) )
            | ~ ~ ( ( ( host @ sK3_SY1713 )
                   != ( host @ sK5_SY1815 ) )
                  | ~ ( setIn @ sK5_SY1815 @ alive ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[800]) ).

thf(841,plain,
    ! [SV58: $i,SV101: $i,SV147: $i,SV171: $i] :
      ( ( ( ~ ( ~ ~ ( ~ ~ ( leq @ ( host @ SV171 ) @ ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 ) )
                    | ~ ( leq @ ( s @ zero ) @ ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 ) ) )
              | ~ ~ ( ~ ( ( ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 )
                         != ( host @ SV147 ) ) )
                    | ~ ~ ( setIn @ ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 ) @ ( index @ down @ ( host @ SV171 ) ) ) ) )
          | ~ ( setIn @ SV171 @ alive )
          | ~ ( leq @ nbr_proc @ ( s @ ( host @ SV171 ) ) )
          | ~ ( elem @ ( m_Down @ SV147 ) @ ( queue @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV101 ) @ ( queue @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV101 )
           != ( s @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV171 ) )
           != elec_1 ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV58 ) )
           != ( host @ SV58 ) )
          | ~ ( setIn @ SV58 @ alive )
          | ( ( index @ status @ ( host @ SV58 ) )
           != norm ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[801]) ).

thf(842,plain,
    ! [SV79: $i,SV28: $i,SV109: $i] :
      ( ( ( elem @ ( m_Down @ SV109 ) @ SV28 )
        = $false )
      | ( ( ( host @ SV79 )
          = ( host @ SV109 ) )
        = $false )
      | ( ( ordered @ ( cons @ ( m_Halt @ SV79 ) @ SV28 ) )
        = $false )
      | ( ( leq @ SV79 @ SV109 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[804]) ).

thf(843,plain,
    ! [SV42: $i,SV88: $i,SV119: $i] :
      ( ( ( ( host @ SV119 )
          = ( host @ SV88 ) )
        = $true )
      | ( ( ~ ( setIn @ SV119 @ alive ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV42 ) @ ( queue @ ( host @ SV119 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV88 )
           != ( host @ SV42 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV119 ) )
           != wait ) )
        = $true )
      | ( ( ( ( host @ ( index @ elid @ ( host @ SV119 ) ) )
           != ( host @ SV88 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV88 ) )
           != norm )
          | ~ ( setIn @ SV88 @ alive )
          | ( ( index @ ldr @ ( host @ SV88 ) )
           != ( host @ SV88 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[805]) ).

thf(844,plain,
    ! [SV43: $i,SV89: $i,SV120: $i] :
      ( ( ( ( host @ SV120 )
          = ( host @ SV89 ) )
        = $true )
      | ( ( ~ ( setIn @ SV120 @ alive ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV43 ) @ ( queue @ ( host @ SV120 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV89 )
           != ( host @ SV43 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV120 ) )
           != norm ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV120 ) )
           != ( host @ SV89 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV89 ) )
           != norm )
          | ~ ( setIn @ SV89 @ alive )
          | ( ( index @ ldr @ ( host @ SV89 ) )
           != ( host @ SV89 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[806]) ).

thf(845,plain,
    ! [SV121: $i,SV90: $i,SV44: $i,SV111: $i] :
      ( ( ( ( host @ SV111 )
          = ( host @ SV44 ) )
        = $true )
      | ( ( ~ ( setIn @ SV44 @ alive ) )
        = $true )
      | ( ( ~ ( setIn @ SV111 @ alive ) )
        = $true )
      | ( ( ( ( host @ SV90 )
           != ( host @ SV44 ) ) )
        = $true )
      | ( ( ( ( host @ SV121 )
           != ( host @ SV111 ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV121 ) @ ( queue @ ( host @ SV44 ) ) )
          | ~ ( setIn @ ( host @ SV90 ) @ ( index @ down @ ( host @ SV111 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[807]) ).

thf(846,plain,
    ! [SV122: $i,SV91: $i,SV45: $i,SV112: $i] :
      ( ( ( ( host @ SV112 )
          = ( host @ SV45 ) )
        = $true )
      | ( ( ~ ( setIn @ SV45 @ alive ) )
        = $true )
      | ( ( ~ ( setIn @ SV112 @ alive ) )
        = $true )
      | ( ( ( ( host @ SV91 )
           != ( host @ SV45 ) ) )
        = $true )
      | ( ( ( ( host @ SV122 )
           != ( host @ SV112 ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV122 ) @ ( queue @ ( host @ SV45 ) ) )
          | ~ ( elem @ ( m_Down @ SV91 ) @ ( queue @ ( host @ SV112 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[808]) ).

thf(847,plain,
    ! [SV46: $i,SV152: $i,SV113: $i] :
      ( ( ( elem @ ( m_Down @ SV113 ) @ ( queue @ ( host @ SV152 ) ) )
        = $false )
      | ( ( leq @ ( host @ SV113 ) @ ( host @ SV152 ) )
        = $true )
      | ( ( setIn @ SV152 @ alive )
        = $false )
      | ( ( ( ( host @ SV113 )
           != ( host @ SV46 ) ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV46 ) )
           != ( host @ SV46 ) )
          | ~ ( setIn @ SV46 @ alive )
          | ( ( index @ status @ ( host @ SV46 ) )
           != norm ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[809]) ).

thf(848,plain,
    ! [SV92: $i,SV47: $i] :
      ( ( ( setIn @ SV47 @ alive )
        = $false )
      | ( ( ~ ( setIn @ SV92 @ alive ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV47 ) )
           != ( host @ SV47 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV47 ) )
           != norm ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV92 ) )
           != norm ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV92 ) )
           != ( host @ SV92 ) ) )
        = $true )
      | ( ( SV92 = SV47 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[810]) ).

thf(849,plain,
    ! [SV48: $i,SV93: $i,SV123: $i] :
      ( ( ( setIn @ SV123 @ alive )
        = $false )
      | ( ( ( host @ SV93 )
          = ( host @ SV123 ) )
        = $false )
      | ( ( ( ( index @ status @ ( host @ SV123 ) )
           != norm ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV123 ) )
           != ( host @ SV123 ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV93 ) @ ( queue @ ( host @ SV48 ) ) )
          | ~ ( setIn @ SV48 @ alive ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[811]) ).

thf(850,plain,
    ! [SV94: $i,SV114: $i,SV49: $i] :
      ( ( ( setIn @ SV49 @ alive )
        = $false )
      | ( ( ~ ( setIn @ SV114 @ alive ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV94 ) @ ( queue @ ( host @ SV49 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV114 )
           != ( host @ SV94 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV114 ) )
           != elec_2 ) )
        = $true )
      | ( ( leq @ ( index @ pendack @ ( host @ SV114 ) ) @ ( host @ SV49 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[812]) ).

thf(851,plain,
    ! [SV95: $i,SV50: $i] :
      ( ( ( ~ ( setIn @ SV50 @ alive ) )
        = $true )
      | ( ( ~ ( setIn @ ( host @ SV95 ) @ ( index @ down @ ( host @ SV50 ) ) ) )
        = $true )
      | ( ( setIn @ SV95 @ alive )
        = $false )
      | ( ( ( index @ status @ ( host @ SV95 ) )
          = norm )
        = $false )
      | ( ( ( index @ ldr @ ( host @ SV95 ) )
          = ( host @ SV95 ) )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[813]) ).

thf(852,plain,
    ! [SV51: $i,SV96: $i] :
      ( ( ( setIn @ ( host @ SV96 ) @ ( index @ down @ ( host @ SV51 ) ) )
        = $false )
      | ( ( setIn @ SV51 @ alive )
        = $false )
      | ( ( setIn @ SV96 @ alive )
        = $false )
      | ( ( ( ( index @ status @ ( host @ SV96 ) )
           != elec_2 ) )
        = $true )
      | ( ( leq @ ( index @ pendack @ ( host @ SV96 ) ) @ ( host @ SV51 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[814]) ).

thf(853,plain,
    ! [SV197: $i,SV124: $i] :
      ( ( ( ( SV124
           != ( m_Halt @ SV197 ) ) )
        = $true )
      | ( ( pidElem @ SV124 )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[816]) ).

thf(854,plain,
    ! [SV198: $i,SV124: $i] :
      ( ( ( ( SV124
           != ( m_Down @ SV198 ) ) )
        = $true )
      | ( ( pidElem @ SV124 )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[817]) ).

thf(855,plain,
    ! [SV126: $i,SV153: $i] :
      ( ( ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ( elem @ ( sK12_Y @ SV153 @ SV126 ) @ SV153 )
                            | ~ ( pidElem @ SV126 ) )
                      | ~ ( pidElem @ ( sK12_Y @ SV153 @ SV126 ) ) )
                | ( ( host @ ( pidMsg @ ( sK12_Y @ SV153 @ SV126 ) ) )
                 != ( host @ ( pidMsg @ SV126 ) ) ) ) )
        = $false )
      | ( ( ~ ( ordered @ SV153 ) )
        = $true )
      | ( ( ordered @ ( snoc @ SV153 @ SV126 ) )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[818]) ).

thf(856,plain,
    ! [SV126: $i,SV153: $i] :
      ( ( ( ~ ~ ( leq @ ( pidMsg @ ( sK12_Y @ SV153 @ SV126 ) ) @ ( pidMsg @ SV126 ) ) )
        = $false )
      | ( ( ~ ( ordered @ SV153 ) )
        = $true )
      | ( ( ordered @ ( snoc @ SV153 @ SV126 ) )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[818]) ).

thf(857,plain,
    ! [SV177: $i,SV185: $i] :
      ( ( ( ~ ( ordered @ ( snoc @ SV185 @ SV177 ) ) )
        = $true )
      | ( ( ! [SY2030: $i] :
              ( ~ ( elem @ SY2030 @ SV185 )
              | ~ ( pidElem @ SV177 )
              | ~ ( pidElem @ SY2030 )
              | ( ( host @ ( pidMsg @ SY2030 ) )
               != ( host @ ( pidMsg @ SV177 ) ) )
              | ( leq @ ( pidMsg @ SY2030 ) @ ( pidMsg @ SV177 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[819]) ).

thf(858,plain,
    ! [SV178: $i,SV186: $i] :
      ( ( ( ~ ( ordered @ ( snoc @ SV186 @ SV178 ) ) )
        = $true )
      | ( ( ordered @ SV186 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[820]) ).

thf(859,plain,
    ! [SV174: $i,SV154: $i,SV55: $i] :
      ( ( ( SV55 = SV154 )
        = $true )
      | ( ( elem @ SV55 @ SV174 )
        = $true )
      | ( ( elem @ SV55 @ ( cons @ SV154 @ SV174 ) )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[823]) ).

thf(860,plain,
    ! [SV187: $i,SV55: $i] :
      ( ( ( ( SV55 != SV187 ) )
        = $true )
      | ( ( ! [SY2031: $i] : ( elem @ SV55 @ ( cons @ SV187 @ SY2031 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[824]) ).

thf(861,plain,
    ! [SV188: $i,SV199: $i,SV55: $i] :
      ( ( ~ ( elem @ SV55 @ SV199 )
        | ( elem @ SV55 @ ( cons @ SV188 @ SV199 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[825]) ).

thf(862,plain,
    ! [SV56: $i,SV100: $i,SV131: $i,SV155: $i] :
      ( ( ( ~ ( ~ ~ ( ~ ~ ( leq @ ( host @ SV155 ) @ ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 ) )
                    | ~ ( leq @ ( s @ zero ) @ ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 ) ) )
              | ~ ~ ( ~ ( ( ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 )
                         != ( host @ SV131 ) ) )
                    | ~ ~ ( setIn @ ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 ) @ ( index @ down @ ( host @ SV155 ) ) ) ) )
          | ~ ( setIn @ SV56 @ alive )
          | ~ ( leq @ ( host @ SV56 ) @ ( host @ SV155 ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV131 ) @ ( queue @ ( host @ SV155 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV100 )
           != ( host @ SV155 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV56 ) )
           != elec_2 ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV155 ) )
           != elec_1 ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Ack @ SV56 @ SV100 ) @ ( queue @ ( host @ SV56 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[826]) ).

thf(863,plain,
    ! [SV189: $i,SV179: $i] :
      ( ( ( ( SV179
           != ( s @ SV189 ) ) )
        = $true )
      | ( ( leq @ SV179 @ ( s @ SV189 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[828]) ).

thf(864,plain,
    ! [SV190: $i,SV180: $i] :
      ( ( ( ~ ( leq @ SV180 @ SV190 ) )
        = $true )
      | ( ( leq @ SV180 @ ( s @ SV190 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[829]) ).

thf(865,plain,
    ! [SV135: $i,SV159: $i] :
      ( ( ( leq @ SV159 @ SV135 )
        = $false )
      | ( ( leq @ SV135 @ SV159 )
        = $false )
      | ( ( SV135 = SV159 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[830]) ).

thf(866,plain,
    ! [SV191: $i,SV181: $i] :
      ( ( ( ( SV181 != SV191 ) )
        = $true )
      | ( ( leq @ SV181 @ SV191 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[831]) ).

thf(867,plain,
    ! [SV192: $i,SV182: $i] :
      ( ( ( ( SV182 != SV192 ) )
        = $true )
      | ( ( leq @ SV192 @ SV182 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[832]) ).

thf(868,plain,
    ! [SV144: $i,SV168: $i] :
      ( ( ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ( elem @ ( sK13_Y @ SV168 @ SV144 ) @ SV168 )
                            | ~ ( pidElem @ SV144 ) )
                      | ~ ( pidElem @ ( sK13_Y @ SV168 @ SV144 ) ) )
                | ( ( host @ ( pidMsg @ ( sK13_Y @ SV168 @ SV144 ) ) )
                 != ( host @ ( pidMsg @ SV144 ) ) ) ) )
        = $false )
      | ( ( ~ ( ordered @ SV168 ) )
        = $true )
      | ( ( ordered @ ( cons @ SV144 @ SV168 ) )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[833]) ).

thf(869,plain,
    ! [SV168: $i,SV144: $i] :
      ( ( ( ~ ~ ( leq @ ( pidMsg @ SV144 ) @ ( pidMsg @ ( sK13_Y @ SV168 @ SV144 ) ) ) )
        = $false )
      | ( ( ~ ( ordered @ SV168 ) )
        = $true )
      | ( ( ordered @ ( cons @ SV144 @ SV168 ) )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[833]) ).

thf(870,plain,
    ! [SV193: $i,SV183: $i] :
      ( ( ( ~ ( ordered @ ( cons @ SV183 @ SV193 ) ) )
        = $true )
      | ( ( ! [SY2033: $i] :
              ( ~ ( elem @ SY2033 @ SV193 )
              | ~ ( pidElem @ SV183 )
              | ~ ( pidElem @ SY2033 )
              | ( ( host @ ( pidMsg @ SY2033 ) )
               != ( host @ ( pidMsg @ SV183 ) ) )
              | ( leq @ ( pidMsg @ SV183 ) @ ( pidMsg @ SY2033 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[834]) ).

thf(871,plain,
    ! [SV194: $i,SV184: $i] :
      ( ( ( ~ ( ordered @ ( cons @ SV184 @ SV194 ) ) )
        = $true )
      | ( ( ordered @ SV194 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[835]) ).

thf(872,plain,
    ! [SV175: $i,SV169: $i,SV57: $i] :
      ( ( ( SV57 = SV169 )
        = $true )
      | ( ( elem @ SV57 @ SV175 )
        = $true )
      | ( ( elem @ SV57 @ ( snoc @ SV175 @ SV169 ) )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[836]) ).

thf(873,plain,
    ! [SV195: $i,SV57: $i] :
      ( ( ( ( SV57 != SV195 ) )
        = $true )
      | ( ( ! [SY2034: $i] : ( elem @ SV57 @ ( snoc @ SY2034 @ SV195 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[837]) ).

thf(874,plain,
    ! [SV196: $i,SV200: $i,SV57: $i] :
      ( ( ~ ( elem @ SV57 @ SV200 )
        | ( elem @ SV57 @ ( snoc @ SV200 @ SV196 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[838]) ).

thf(875,plain,
    ( ( ( ( host @ sK3_SY1713 )
       != ( host @ sK8_SY1879 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[839]) ).

thf(876,plain,
    ( ( ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ! [SX0: $i] :
                                                    ( ( leq @ ( host @ sK8_SY1879 ) @ SX0 )
                                                    | ~ ( leq @ ( s @ zero ) @ SX0 )
                                                    | ( SX0
                                                      = ( host @ sK7_SY1876 ) )
                                                    | ( setIn @ SX0 @ ( index @ down @ ( host @ sK8_SY1879 ) ) ) )
                                              | ~ ( setIn @ sK8_SY1879 @ alive ) )
                                        | ~ ( leq @ nbr_proc @ ( s @ ( host @ sK8_SY1879 ) ) ) )
                                  | ~ ( elem @ ( m_Down @ sK6_SY1872 ) @ ( queue @ ( host @ sK8_SY1879 ) ) ) )
                            | ~ ( elem @ ( m_Down @ sK7_SY1876 ) @ ( queue @ ( host @ sK8_SY1879 ) ) ) )
                      | ( ( host @ sK6_SY1872 )
                       != ( s @ ( host @ sK8_SY1879 ) ) ) )
                | ( ( index @ status @ ( host @ sK8_SY1879 ) )
                 != elec_1 ) )
          | ~ ~ ( ( ( host @ sK3_SY1713 )
                 != ( host @ sK5_SY1815 ) )
                | ~ ( setIn @ sK5_SY1815 @ alive ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[840]) ).

thf(877,plain,
    ! [SV58: $i,SV101: $i,SV147: $i,SV171: $i] :
      ( ( ( ~ ( ~ ~ ( ~ ~ ( leq @ ( host @ SV171 ) @ ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 ) )
                    | ~ ( leq @ ( s @ zero ) @ ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 ) ) )
              | ~ ~ ( ~ ( ( ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 )
                         != ( host @ SV147 ) ) )
                    | ~ ~ ( setIn @ ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 ) @ ( index @ down @ ( host @ SV171 ) ) ) ) )
          | ~ ( setIn @ SV171 @ alive )
          | ~ ( leq @ nbr_proc @ ( s @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV147 ) @ ( queue @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV101 ) @ ( queue @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV101 )
           != ( s @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV171 ) )
           != elec_1 ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV58 ) )
           != ( host @ SV58 ) )
          | ~ ( setIn @ SV58 @ alive )
          | ( ( index @ status @ ( host @ SV58 ) )
           != norm ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[841]) ).

thf(878,plain,
    ! [SV42: $i,SV88: $i,SV119: $i] :
      ( ( ( setIn @ SV119 @ alive )
        = $false )
      | ( ( ( host @ SV119 )
          = ( host @ SV88 ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV42 ) @ ( queue @ ( host @ SV119 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV88 )
           != ( host @ SV42 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV119 ) )
           != wait ) )
        = $true )
      | ( ( ( ( host @ ( index @ elid @ ( host @ SV119 ) ) )
           != ( host @ SV88 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV88 ) )
           != norm )
          | ~ ( setIn @ SV88 @ alive )
          | ( ( index @ ldr @ ( host @ SV88 ) )
           != ( host @ SV88 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[843]) ).

thf(879,plain,
    ! [SV43: $i,SV89: $i,SV120: $i] :
      ( ( ( setIn @ SV120 @ alive )
        = $false )
      | ( ( ( host @ SV120 )
          = ( host @ SV89 ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV43 ) @ ( queue @ ( host @ SV120 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV89 )
           != ( host @ SV43 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV120 ) )
           != norm ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV120 ) )
           != ( host @ SV89 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV89 ) )
           != norm )
          | ~ ( setIn @ SV89 @ alive )
          | ( ( index @ ldr @ ( host @ SV89 ) )
           != ( host @ SV89 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[844]) ).

thf(880,plain,
    ! [SV121: $i,SV90: $i,SV111: $i,SV44: $i] :
      ( ( ( setIn @ SV44 @ alive )
        = $false )
      | ( ( ( host @ SV111 )
          = ( host @ SV44 ) )
        = $true )
      | ( ( ~ ( setIn @ SV111 @ alive ) )
        = $true )
      | ( ( ( ( host @ SV90 )
           != ( host @ SV44 ) ) )
        = $true )
      | ( ( ( ( host @ SV121 )
           != ( host @ SV111 ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV121 ) @ ( queue @ ( host @ SV44 ) ) )
          | ~ ( setIn @ ( host @ SV90 ) @ ( index @ down @ ( host @ SV111 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[845]) ).

thf(881,plain,
    ! [SV122: $i,SV91: $i,SV112: $i,SV45: $i] :
      ( ( ( setIn @ SV45 @ alive )
        = $false )
      | ( ( ( host @ SV112 )
          = ( host @ SV45 ) )
        = $true )
      | ( ( ~ ( setIn @ SV112 @ alive ) )
        = $true )
      | ( ( ( ( host @ SV91 )
           != ( host @ SV45 ) ) )
        = $true )
      | ( ( ( ( host @ SV122 )
           != ( host @ SV112 ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV122 ) @ ( queue @ ( host @ SV45 ) ) )
          | ~ ( elem @ ( m_Down @ SV91 ) @ ( queue @ ( host @ SV112 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[846]) ).

thf(882,plain,
    ! [SV152: $i,SV46: $i,SV113: $i] :
      ( ( ( ( host @ SV113 )
          = ( host @ SV46 ) )
        = $false )
      | ( ( setIn @ SV152 @ alive )
        = $false )
      | ( ( leq @ ( host @ SV113 ) @ ( host @ SV152 ) )
        = $true )
      | ( ( elem @ ( m_Down @ SV113 ) @ ( queue @ ( host @ SV152 ) ) )
        = $false )
      | ( ( ( ( index @ ldr @ ( host @ SV46 ) )
           != ( host @ SV46 ) )
          | ~ ( setIn @ SV46 @ alive )
          | ( ( index @ status @ ( host @ SV46 ) )
           != norm ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[847]) ).

thf(883,plain,
    ! [SV47: $i,SV92: $i] :
      ( ( ( setIn @ SV92 @ alive )
        = $false )
      | ( ( setIn @ SV47 @ alive )
        = $false )
      | ( ( ( ( index @ ldr @ ( host @ SV47 ) )
           != ( host @ SV47 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV47 ) )
           != norm ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV92 ) )
           != norm ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV92 ) )
           != ( host @ SV92 ) ) )
        = $true )
      | ( ( SV92 = SV47 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[848]) ).

thf(884,plain,
    ! [SV48: $i,SV93: $i,SV123: $i] :
      ( ( ( ( index @ status @ ( host @ SV123 ) )
          = norm )
        = $false )
      | ( ( ( host @ SV93 )
          = ( host @ SV123 ) )
        = $false )
      | ( ( setIn @ SV123 @ alive )
        = $false )
      | ( ( ( ( index @ ldr @ ( host @ SV123 ) )
           != ( host @ SV123 ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV93 ) @ ( queue @ ( host @ SV48 ) ) )
          | ~ ( setIn @ SV48 @ alive ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[849]) ).

thf(885,plain,
    ! [SV94: $i,SV49: $i,SV114: $i] :
      ( ( ( setIn @ SV114 @ alive )
        = $false )
      | ( ( setIn @ SV49 @ alive )
        = $false )
      | ( ( ~ ( elem @ ( m_Down @ SV94 ) @ ( queue @ ( host @ SV49 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV114 )
           != ( host @ SV94 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV114 ) )
           != elec_2 ) )
        = $true )
      | ( ( leq @ ( index @ pendack @ ( host @ SV114 ) ) @ ( host @ SV49 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[850]) ).

thf(886,plain,
    ! [SV95: $i,SV50: $i] :
      ( ( ( setIn @ SV50 @ alive )
        = $false )
      | ( ( ~ ( setIn @ ( host @ SV95 ) @ ( index @ down @ ( host @ SV50 ) ) ) )
        = $true )
      | ( ( setIn @ SV95 @ alive )
        = $false )
      | ( ( ( index @ status @ ( host @ SV95 ) )
          = norm )
        = $false )
      | ( ( ( index @ ldr @ ( host @ SV95 ) )
          = ( host @ SV95 ) )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[851]) ).

thf(887,plain,
    ! [SV51: $i,SV96: $i] :
      ( ( ( ( index @ status @ ( host @ SV96 ) )
          = elec_2 )
        = $false )
      | ( ( setIn @ SV96 @ alive )
        = $false )
      | ( ( setIn @ SV51 @ alive )
        = $false )
      | ( ( setIn @ ( host @ SV96 ) @ ( index @ down @ ( host @ SV51 ) ) )
        = $false )
      | ( ( leq @ ( index @ pendack @ ( host @ SV96 ) ) @ ( host @ SV51 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[852]) ).

thf(888,plain,
    ! [SV197: $i,SV124: $i] :
      ( ( ( SV124
          = ( m_Halt @ SV197 ) )
        = $false )
      | ( ( pidElem @ SV124 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[853]) ).

thf(889,plain,
    ! [SV198: $i,SV124: $i] :
      ( ( ( SV124
          = ( m_Down @ SV198 ) )
        = $false )
      | ( ( pidElem @ SV124 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[854]) ).

thf(890,plain,
    ! [SV126: $i,SV153: $i] :
      ( ( ( ~ ( ~ ~ ( ~ ~ ( ~ ( elem @ ( sK12_Y @ SV153 @ SV126 ) @ SV153 )
                          | ~ ( pidElem @ SV126 ) )
                    | ~ ( pidElem @ ( sK12_Y @ SV153 @ SV126 ) ) )
              | ( ( host @ ( pidMsg @ ( sK12_Y @ SV153 @ SV126 ) ) )
               != ( host @ ( pidMsg @ SV126 ) ) ) ) )
        = $true )
      | ( ( ~ ( ordered @ SV153 ) )
        = $true )
      | ( ( ordered @ ( snoc @ SV153 @ SV126 ) )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[855]) ).

thf(891,plain,
    ! [SV126: $i,SV153: $i] :
      ( ( ( ~ ( leq @ ( pidMsg @ ( sK12_Y @ SV153 @ SV126 ) ) @ ( pidMsg @ SV126 ) ) )
        = $true )
      | ( ( ~ ( ordered @ SV153 ) )
        = $true )
      | ( ( ordered @ ( snoc @ SV153 @ SV126 ) )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[856]) ).

thf(892,plain,
    ! [SV177: $i,SV185: $i] :
      ( ( ( ordered @ ( snoc @ SV185 @ SV177 ) )
        = $false )
      | ( ( ! [SY2030: $i] :
              ( ~ ( elem @ SY2030 @ SV185 )
              | ~ ( pidElem @ SV177 )
              | ~ ( pidElem @ SY2030 )
              | ( ( host @ ( pidMsg @ SY2030 ) )
               != ( host @ ( pidMsg @ SV177 ) ) )
              | ( leq @ ( pidMsg @ SY2030 ) @ ( pidMsg @ SV177 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[857]) ).

thf(893,plain,
    ! [SV178: $i,SV186: $i] :
      ( ( ( ordered @ ( snoc @ SV186 @ SV178 ) )
        = $false )
      | ( ( ordered @ SV186 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[858]) ).

thf(894,plain,
    ! [SV187: $i,SV55: $i] :
      ( ( ( SV55 = SV187 )
        = $false )
      | ( ( ! [SY2031: $i] : ( elem @ SV55 @ ( cons @ SV187 @ SY2031 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[860]) ).

thf(895,plain,
    ! [SV188: $i,SV199: $i,SV55: $i] :
      ( ( ( ~ ( elem @ SV55 @ SV199 ) )
        = $true )
      | ( ( elem @ SV55 @ ( cons @ SV188 @ SV199 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[861]) ).

thf(896,plain,
    ! [SV56: $i,SV100: $i,SV131: $i,SV155: $i] :
      ( ( ( ~ ( ~ ~ ( ~ ~ ( leq @ ( host @ SV155 ) @ ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 ) )
                    | ~ ( leq @ ( s @ zero ) @ ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 ) ) )
              | ~ ~ ( ~ ( ( ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 )
                         != ( host @ SV131 ) ) )
                    | ~ ~ ( setIn @ ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 ) @ ( index @ down @ ( host @ SV155 ) ) ) ) )
          | ~ ( setIn @ SV56 @ alive ) )
        = $true )
      | ( ( ~ ( leq @ ( host @ SV56 ) @ ( host @ SV155 ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV131 ) @ ( queue @ ( host @ SV155 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV100 )
           != ( host @ SV155 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV56 ) )
           != elec_2 ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV155 ) )
           != elec_1 ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Ack @ SV56 @ SV100 ) @ ( queue @ ( host @ SV56 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[862]) ).

thf(897,plain,
    ! [SV189: $i,SV179: $i] :
      ( ( ( SV179
          = ( s @ SV189 ) )
        = $false )
      | ( ( leq @ SV179 @ ( s @ SV189 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[863]) ).

thf(898,plain,
    ! [SV190: $i,SV180: $i] :
      ( ( ( leq @ SV180 @ SV190 )
        = $false )
      | ( ( leq @ SV180 @ ( s @ SV190 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[864]) ).

thf(899,plain,
    ! [SV191: $i,SV181: $i] :
      ( ( ( SV181 = SV191 )
        = $false )
      | ( ( leq @ SV181 @ SV191 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[866]) ).

thf(900,plain,
    ! [SV192: $i,SV182: $i] :
      ( ( ( SV182 = SV192 )
        = $false )
      | ( ( leq @ SV192 @ SV182 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[867]) ).

thf(901,plain,
    ! [SV144: $i,SV168: $i] :
      ( ( ( ~ ( ~ ~ ( ~ ~ ( ~ ( elem @ ( sK13_Y @ SV168 @ SV144 ) @ SV168 )
                          | ~ ( pidElem @ SV144 ) )
                    | ~ ( pidElem @ ( sK13_Y @ SV168 @ SV144 ) ) )
              | ( ( host @ ( pidMsg @ ( sK13_Y @ SV168 @ SV144 ) ) )
               != ( host @ ( pidMsg @ SV144 ) ) ) ) )
        = $true )
      | ( ( ~ ( ordered @ SV168 ) )
        = $true )
      | ( ( ordered @ ( cons @ SV144 @ SV168 ) )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[868]) ).

thf(902,plain,
    ! [SV168: $i,SV144: $i] :
      ( ( ( ~ ( leq @ ( pidMsg @ SV144 ) @ ( pidMsg @ ( sK13_Y @ SV168 @ SV144 ) ) ) )
        = $true )
      | ( ( ~ ( ordered @ SV168 ) )
        = $true )
      | ( ( ordered @ ( cons @ SV144 @ SV168 ) )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[869]) ).

thf(903,plain,
    ! [SV193: $i,SV183: $i] :
      ( ( ( ordered @ ( cons @ SV183 @ SV193 ) )
        = $false )
      | ( ( ! [SY2033: $i] :
              ( ~ ( elem @ SY2033 @ SV193 )
              | ~ ( pidElem @ SV183 )
              | ~ ( pidElem @ SY2033 )
              | ( ( host @ ( pidMsg @ SY2033 ) )
               != ( host @ ( pidMsg @ SV183 ) ) )
              | ( leq @ ( pidMsg @ SV183 ) @ ( pidMsg @ SY2033 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[870]) ).

thf(904,plain,
    ! [SV194: $i,SV184: $i] :
      ( ( ( ordered @ ( cons @ SV184 @ SV194 ) )
        = $false )
      | ( ( ordered @ SV194 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[871]) ).

thf(905,plain,
    ! [SV195: $i,SV57: $i] :
      ( ( ( SV57 = SV195 )
        = $false )
      | ( ( ! [SY2034: $i] : ( elem @ SV57 @ ( snoc @ SY2034 @ SV195 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[873]) ).

thf(906,plain,
    ! [SV196: $i,SV200: $i,SV57: $i] :
      ( ( ( ~ ( elem @ SV57 @ SV200 ) )
        = $true )
      | ( ( elem @ SV57 @ ( snoc @ SV200 @ SV196 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[874]) ).

thf(907,plain,
    ( ( ( host @ sK3_SY1713 )
      = ( host @ sK8_SY1879 ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[875]) ).

thf(908,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ! [SX0: $i] :
                                                ( ( leq @ ( host @ sK8_SY1879 ) @ SX0 )
                                                | ~ ( leq @ ( s @ zero ) @ SX0 )
                                                | ( SX0
                                                  = ( host @ sK7_SY1876 ) )
                                                | ( setIn @ SX0 @ ( index @ down @ ( host @ sK8_SY1879 ) ) ) )
                                          | ~ ( setIn @ sK8_SY1879 @ alive ) )
                                    | ~ ( leq @ nbr_proc @ ( s @ ( host @ sK8_SY1879 ) ) ) )
                              | ~ ( elem @ ( m_Down @ sK6_SY1872 ) @ ( queue @ ( host @ sK8_SY1879 ) ) ) )
                        | ~ ( elem @ ( m_Down @ sK7_SY1876 ) @ ( queue @ ( host @ sK8_SY1879 ) ) ) )
                  | ( ( host @ sK6_SY1872 )
                   != ( s @ ( host @ sK8_SY1879 ) ) ) )
            | ( ( index @ status @ ( host @ sK8_SY1879 ) )
             != elec_1 ) )
      | ~ ~ ( ( ( host @ sK3_SY1713 )
             != ( host @ sK5_SY1815 ) )
            | ~ ( setIn @ sK5_SY1815 @ alive ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[876]) ).

thf(909,plain,
    ! [SV58: $i,SV101: $i,SV147: $i,SV171: $i] :
      ( ( ( ~ ( ~ ~ ( ~ ~ ( leq @ ( host @ SV171 ) @ ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 ) )
                    | ~ ( leq @ ( s @ zero ) @ ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 ) ) )
              | ~ ~ ( ~ ( ( ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 )
                         != ( host @ SV147 ) ) )
                    | ~ ~ ( setIn @ ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 ) @ ( index @ down @ ( host @ SV171 ) ) ) ) )
          | ~ ( setIn @ SV171 @ alive ) )
        = $true )
      | ( ( ~ ( leq @ nbr_proc @ ( s @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV147 ) @ ( queue @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV101 ) @ ( queue @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV101 )
           != ( s @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV171 ) )
           != elec_1 ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV58 ) )
           != ( host @ SV58 ) )
          | ~ ( setIn @ SV58 @ alive )
          | ( ( index @ status @ ( host @ SV58 ) )
           != norm ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[877]) ).

thf(910,plain,
    ! [SV88: $i,SV119: $i,SV42: $i] :
      ( ( ( elem @ ( m_Down @ SV42 ) @ ( queue @ ( host @ SV119 ) ) )
        = $false )
      | ( ( ( host @ SV119 )
          = ( host @ SV88 ) )
        = $true )
      | ( ( setIn @ SV119 @ alive )
        = $false )
      | ( ( ( ( host @ SV88 )
           != ( host @ SV42 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV119 ) )
           != wait ) )
        = $true )
      | ( ( ( ( host @ ( index @ elid @ ( host @ SV119 ) ) )
           != ( host @ SV88 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV88 ) )
           != norm )
          | ~ ( setIn @ SV88 @ alive )
          | ( ( index @ ldr @ ( host @ SV88 ) )
           != ( host @ SV88 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[878]) ).

thf(911,plain,
    ! [SV89: $i,SV120: $i,SV43: $i] :
      ( ( ( elem @ ( m_Down @ SV43 ) @ ( queue @ ( host @ SV120 ) ) )
        = $false )
      | ( ( ( host @ SV120 )
          = ( host @ SV89 ) )
        = $true )
      | ( ( setIn @ SV120 @ alive )
        = $false )
      | ( ( ( ( host @ SV89 )
           != ( host @ SV43 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV120 ) )
           != norm ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV120 ) )
           != ( host @ SV89 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV89 ) )
           != norm )
          | ~ ( setIn @ SV89 @ alive )
          | ( ( index @ ldr @ ( host @ SV89 ) )
           != ( host @ SV89 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[879]) ).

thf(912,plain,
    ! [SV121: $i,SV90: $i,SV44: $i,SV111: $i] :
      ( ( ( setIn @ SV111 @ alive )
        = $false )
      | ( ( ( host @ SV111 )
          = ( host @ SV44 ) )
        = $true )
      | ( ( setIn @ SV44 @ alive )
        = $false )
      | ( ( ( ( host @ SV90 )
           != ( host @ SV44 ) ) )
        = $true )
      | ( ( ( ( host @ SV121 )
           != ( host @ SV111 ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV121 ) @ ( queue @ ( host @ SV44 ) ) )
          | ~ ( setIn @ ( host @ SV90 ) @ ( index @ down @ ( host @ SV111 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[880]) ).

thf(913,plain,
    ! [SV122: $i,SV91: $i,SV45: $i,SV112: $i] :
      ( ( ( setIn @ SV112 @ alive )
        = $false )
      | ( ( ( host @ SV112 )
          = ( host @ SV45 ) )
        = $true )
      | ( ( setIn @ SV45 @ alive )
        = $false )
      | ( ( ( ( host @ SV91 )
           != ( host @ SV45 ) ) )
        = $true )
      | ( ( ( ( host @ SV122 )
           != ( host @ SV112 ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV122 ) @ ( queue @ ( host @ SV45 ) ) )
          | ~ ( elem @ ( m_Down @ SV91 ) @ ( queue @ ( host @ SV112 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[881]) ).

thf(914,plain,
    ! [SV152: $i,SV113: $i,SV46: $i] :
      ( ( ( ( ( index @ ldr @ ( host @ SV46 ) )
           != ( host @ SV46 ) )
          | ~ ( setIn @ SV46 @ alive ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV46 ) )
           != norm ) )
        = $true )
      | ( ( elem @ ( m_Down @ SV113 ) @ ( queue @ ( host @ SV152 ) ) )
        = $false )
      | ( ( leq @ ( host @ SV113 ) @ ( host @ SV152 ) )
        = $true )
      | ( ( setIn @ SV152 @ alive )
        = $false )
      | ( ( ( host @ SV113 )
          = ( host @ SV46 ) )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[882]) ).

thf(915,plain,
    ! [SV92: $i,SV47: $i] :
      ( ( ( ( index @ ldr @ ( host @ SV47 ) )
          = ( host @ SV47 ) )
        = $false )
      | ( ( setIn @ SV47 @ alive )
        = $false )
      | ( ( setIn @ SV92 @ alive )
        = $false )
      | ( ( ( ( index @ status @ ( host @ SV47 ) )
           != norm ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV92 ) )
           != norm ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV92 ) )
           != ( host @ SV92 ) ) )
        = $true )
      | ( ( SV92 = SV47 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[883]) ).

thf(916,plain,
    ! [SV48: $i,SV93: $i,SV123: $i] :
      ( ( ( ( index @ ldr @ ( host @ SV123 ) )
          = ( host @ SV123 ) )
        = $false )
      | ( ( setIn @ SV123 @ alive )
        = $false )
      | ( ( ( host @ SV93 )
          = ( host @ SV123 ) )
        = $false )
      | ( ( ( index @ status @ ( host @ SV123 ) )
          = norm )
        = $false )
      | ( ( ~ ( elem @ ( m_Down @ SV93 ) @ ( queue @ ( host @ SV48 ) ) )
          | ~ ( setIn @ SV48 @ alive ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[884]) ).

thf(917,plain,
    ! [SV114: $i,SV49: $i,SV94: $i] :
      ( ( ( elem @ ( m_Down @ SV94 ) @ ( queue @ ( host @ SV49 ) ) )
        = $false )
      | ( ( setIn @ SV49 @ alive )
        = $false )
      | ( ( setIn @ SV114 @ alive )
        = $false )
      | ( ( ( ( host @ SV114 )
           != ( host @ SV94 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV114 ) )
           != elec_2 ) )
        = $true )
      | ( ( leq @ ( index @ pendack @ ( host @ SV114 ) ) @ ( host @ SV49 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[885]) ).

thf(918,plain,
    ! [SV50: $i,SV95: $i] :
      ( ( ( setIn @ ( host @ SV95 ) @ ( index @ down @ ( host @ SV50 ) ) )
        = $false )
      | ( ( setIn @ SV50 @ alive )
        = $false )
      | ( ( setIn @ SV95 @ alive )
        = $false )
      | ( ( ( index @ status @ ( host @ SV95 ) )
          = norm )
        = $false )
      | ( ( ( index @ ldr @ ( host @ SV95 ) )
          = ( host @ SV95 ) )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[886]) ).

thf(919,plain,
    ! [SV126: $i,SV153: $i] :
      ( ( ( ~ ~ ( ~ ~ ( ~ ( elem @ ( sK12_Y @ SV153 @ SV126 ) @ SV153 )
                      | ~ ( pidElem @ SV126 ) )
                | ~ ( pidElem @ ( sK12_Y @ SV153 @ SV126 ) ) )
          | ( ( host @ ( pidMsg @ ( sK12_Y @ SV153 @ SV126 ) ) )
           != ( host @ ( pidMsg @ SV126 ) ) ) )
        = $false )
      | ( ( ~ ( ordered @ SV153 ) )
        = $true )
      | ( ( ordered @ ( snoc @ SV153 @ SV126 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[890]) ).

thf(920,plain,
    ! [SV126: $i,SV153: $i] :
      ( ( ( leq @ ( pidMsg @ ( sK12_Y @ SV153 @ SV126 ) ) @ ( pidMsg @ SV126 ) )
        = $false )
      | ( ( ~ ( ordered @ SV153 ) )
        = $true )
      | ( ( ordered @ ( snoc @ SV153 @ SV126 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[891]) ).

thf(921,plain,
    ! [SV177: $i,SV185: $i,SV201: $i] :
      ( ( ( ~ ( elem @ SV201 @ SV185 )
          | ~ ( pidElem @ SV177 )
          | ~ ( pidElem @ SV201 )
          | ( ( host @ ( pidMsg @ SV201 ) )
           != ( host @ ( pidMsg @ SV177 ) ) )
          | ( leq @ ( pidMsg @ SV201 ) @ ( pidMsg @ SV177 ) ) )
        = $true )
      | ( ( ordered @ ( snoc @ SV185 @ SV177 ) )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[892]) ).

thf(922,plain,
    ! [SV202: $i,SV187: $i,SV55: $i] :
      ( ( ( elem @ SV55 @ ( cons @ SV187 @ SV202 ) )
        = $true )
      | ( ( SV55 = SV187 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[894]) ).

thf(923,plain,
    ! [SV188: $i,SV199: $i,SV55: $i] :
      ( ( ( elem @ SV55 @ SV199 )
        = $false )
      | ( ( elem @ SV55 @ ( cons @ SV188 @ SV199 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[895]) ).

thf(924,plain,
    ! [SV56: $i,SV100: $i,SV131: $i,SV155: $i] :
      ( ( ( ~ ( ~ ~ ( ~ ~ ( leq @ ( host @ SV155 ) @ ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 ) )
                    | ~ ( leq @ ( s @ zero ) @ ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 ) ) )
              | ~ ~ ( ~ ( ( ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 )
                         != ( host @ SV131 ) ) )
                    | ~ ~ ( setIn @ ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 ) @ ( index @ down @ ( host @ SV155 ) ) ) ) ) )
        = $true )
      | ( ( ~ ( setIn @ SV56 @ alive ) )
        = $true )
      | ( ( ~ ( leq @ ( host @ SV56 ) @ ( host @ SV155 ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV131 ) @ ( queue @ ( host @ SV155 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV100 )
           != ( host @ SV155 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV56 ) )
           != elec_2 ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV155 ) )
           != elec_1 ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Ack @ SV56 @ SV100 ) @ ( queue @ ( host @ SV56 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[896]) ).

thf(925,plain,
    ! [SV144: $i,SV168: $i] :
      ( ( ( ~ ~ ( ~ ~ ( ~ ( elem @ ( sK13_Y @ SV168 @ SV144 ) @ SV168 )
                      | ~ ( pidElem @ SV144 ) )
                | ~ ( pidElem @ ( sK13_Y @ SV168 @ SV144 ) ) )
          | ( ( host @ ( pidMsg @ ( sK13_Y @ SV168 @ SV144 ) ) )
           != ( host @ ( pidMsg @ SV144 ) ) ) )
        = $false )
      | ( ( ~ ( ordered @ SV168 ) )
        = $true )
      | ( ( ordered @ ( cons @ SV144 @ SV168 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[901]) ).

thf(926,plain,
    ! [SV168: $i,SV144: $i] :
      ( ( ( leq @ ( pidMsg @ SV144 ) @ ( pidMsg @ ( sK13_Y @ SV168 @ SV144 ) ) )
        = $false )
      | ( ( ~ ( ordered @ SV168 ) )
        = $true )
      | ( ( ordered @ ( cons @ SV144 @ SV168 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[902]) ).

thf(927,plain,
    ! [SV183: $i,SV193: $i,SV203: $i] :
      ( ( ( ~ ( elem @ SV203 @ SV193 )
          | ~ ( pidElem @ SV183 )
          | ~ ( pidElem @ SV203 )
          | ( ( host @ ( pidMsg @ SV203 ) )
           != ( host @ ( pidMsg @ SV183 ) ) )
          | ( leq @ ( pidMsg @ SV183 ) @ ( pidMsg @ SV203 ) ) )
        = $true )
      | ( ( ordered @ ( cons @ SV183 @ SV193 ) )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[903]) ).

thf(928,plain,
    ! [SV195: $i,SV204: $i,SV57: $i] :
      ( ( ( elem @ SV57 @ ( snoc @ SV204 @ SV195 ) )
        = $true )
      | ( ( SV57 = SV195 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[905]) ).

thf(929,plain,
    ! [SV196: $i,SV200: $i,SV57: $i] :
      ( ( ( elem @ SV57 @ SV200 )
        = $false )
      | ( ( elem @ SV57 @ ( snoc @ SV200 @ SV196 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[906]) ).

thf(930,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ! [SX0: $i] :
                                                ( ( leq @ ( host @ sK8_SY1879 ) @ SX0 )
                                                | ~ ( leq @ ( s @ zero ) @ SX0 )
                                                | ( SX0
                                                  = ( host @ sK7_SY1876 ) )
                                                | ( setIn @ SX0 @ ( index @ down @ ( host @ sK8_SY1879 ) ) ) )
                                          | ~ ( setIn @ sK8_SY1879 @ alive ) )
                                    | ~ ( leq @ nbr_proc @ ( s @ ( host @ sK8_SY1879 ) ) ) )
                              | ~ ( elem @ ( m_Down @ sK6_SY1872 ) @ ( queue @ ( host @ sK8_SY1879 ) ) ) )
                        | ~ ( elem @ ( m_Down @ sK7_SY1876 ) @ ( queue @ ( host @ sK8_SY1879 ) ) ) )
                  | ( ( host @ sK6_SY1872 )
                   != ( s @ ( host @ sK8_SY1879 ) ) ) )
            | ( ( index @ status @ ( host @ sK8_SY1879 ) )
             != elec_1 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[908]) ).

thf(931,plain,
    ( ( ~ ~ ( ( ( host @ sK3_SY1713 )
             != ( host @ sK5_SY1815 ) )
            | ~ ( setIn @ sK5_SY1815 @ alive ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[908]) ).

thf(932,plain,
    ! [SV58: $i,SV101: $i,SV147: $i,SV171: $i] :
      ( ( ( ~ ( ~ ~ ( ~ ~ ( leq @ ( host @ SV171 ) @ ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 ) )
                    | ~ ( leq @ ( s @ zero ) @ ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 ) ) )
              | ~ ~ ( ~ ( ( ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 )
                         != ( host @ SV147 ) ) )
                    | ~ ~ ( setIn @ ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 ) @ ( index @ down @ ( host @ SV171 ) ) ) ) ) )
        = $true )
      | ( ( ~ ( setIn @ SV171 @ alive ) )
        = $true )
      | ( ( ~ ( leq @ nbr_proc @ ( s @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV147 ) @ ( queue @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV101 ) @ ( queue @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV101 )
           != ( s @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV171 ) )
           != elec_1 ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV58 ) )
           != ( host @ SV58 ) )
          | ~ ( setIn @ SV58 @ alive )
          | ( ( index @ status @ ( host @ SV58 ) )
           != norm ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[909]) ).

thf(933,plain,
    ! [SV119: $i,SV42: $i,SV88: $i] :
      ( ( ( ( host @ SV88 )
          = ( host @ SV42 ) )
        = $false )
      | ( ( setIn @ SV119 @ alive )
        = $false )
      | ( ( ( host @ SV119 )
          = ( host @ SV88 ) )
        = $true )
      | ( ( elem @ ( m_Down @ SV42 ) @ ( queue @ ( host @ SV119 ) ) )
        = $false )
      | ( ( ( ( index @ status @ ( host @ SV119 ) )
           != wait ) )
        = $true )
      | ( ( ( ( host @ ( index @ elid @ ( host @ SV119 ) ) )
           != ( host @ SV88 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV88 ) )
           != norm )
          | ~ ( setIn @ SV88 @ alive )
          | ( ( index @ ldr @ ( host @ SV88 ) )
           != ( host @ SV88 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[910]) ).

thf(934,plain,
    ! [SV120: $i,SV43: $i,SV89: $i] :
      ( ( ( ( host @ SV89 )
          = ( host @ SV43 ) )
        = $false )
      | ( ( setIn @ SV120 @ alive )
        = $false )
      | ( ( ( host @ SV120 )
          = ( host @ SV89 ) )
        = $true )
      | ( ( elem @ ( m_Down @ SV43 ) @ ( queue @ ( host @ SV120 ) ) )
        = $false )
      | ( ( ( ( index @ status @ ( host @ SV120 ) )
           != norm ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV120 ) )
           != ( host @ SV89 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV89 ) )
           != norm )
          | ~ ( setIn @ SV89 @ alive )
          | ( ( index @ ldr @ ( host @ SV89 ) )
           != ( host @ SV89 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[911]) ).

thf(935,plain,
    ! [SV121: $i,SV111: $i,SV44: $i,SV90: $i] :
      ( ( ( ( host @ SV90 )
          = ( host @ SV44 ) )
        = $false )
      | ( ( setIn @ SV44 @ alive )
        = $false )
      | ( ( ( host @ SV111 )
          = ( host @ SV44 ) )
        = $true )
      | ( ( setIn @ SV111 @ alive )
        = $false )
      | ( ( ( ( host @ SV121 )
           != ( host @ SV111 ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV121 ) @ ( queue @ ( host @ SV44 ) ) )
          | ~ ( setIn @ ( host @ SV90 ) @ ( index @ down @ ( host @ SV111 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[912]) ).

thf(936,plain,
    ! [SV122: $i,SV112: $i,SV45: $i,SV91: $i] :
      ( ( ( ( host @ SV91 )
          = ( host @ SV45 ) )
        = $false )
      | ( ( setIn @ SV45 @ alive )
        = $false )
      | ( ( ( host @ SV112 )
          = ( host @ SV45 ) )
        = $true )
      | ( ( setIn @ SV112 @ alive )
        = $false )
      | ( ( ( ( host @ SV122 )
           != ( host @ SV112 ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV122 ) @ ( queue @ ( host @ SV45 ) ) )
          | ~ ( elem @ ( m_Down @ SV91 ) @ ( queue @ ( host @ SV112 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[913]) ).

thf(937,plain,
    ! [SV152: $i,SV113: $i,SV46: $i] :
      ( ( ( ( ( index @ ldr @ ( host @ SV46 ) )
           != ( host @ SV46 ) ) )
        = $true )
      | ( ( ~ ( setIn @ SV46 @ alive ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV46 ) )
           != norm ) )
        = $true )
      | ( ( elem @ ( m_Down @ SV113 ) @ ( queue @ ( host @ SV152 ) ) )
        = $false )
      | ( ( leq @ ( host @ SV113 ) @ ( host @ SV152 ) )
        = $true )
      | ( ( setIn @ SV152 @ alive )
        = $false )
      | ( ( ( host @ SV113 )
          = ( host @ SV46 ) )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[914]) ).

thf(938,plain,
    ! [SV92: $i,SV47: $i] :
      ( ( ( ( index @ status @ ( host @ SV47 ) )
          = norm )
        = $false )
      | ( ( setIn @ SV92 @ alive )
        = $false )
      | ( ( setIn @ SV47 @ alive )
        = $false )
      | ( ( ( index @ ldr @ ( host @ SV47 ) )
          = ( host @ SV47 ) )
        = $false )
      | ( ( ( ( index @ status @ ( host @ SV92 ) )
           != norm ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV92 ) )
           != ( host @ SV92 ) ) )
        = $true )
      | ( ( SV92 = SV47 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[915]) ).

thf(939,plain,
    ! [SV123: $i,SV48: $i,SV93: $i] :
      ( ( ( ~ ( elem @ ( m_Down @ SV93 ) @ ( queue @ ( host @ SV48 ) ) ) )
        = $true )
      | ( ( ~ ( setIn @ SV48 @ alive ) )
        = $true )
      | ( ( ( index @ status @ ( host @ SV123 ) )
          = norm )
        = $false )
      | ( ( ( host @ SV93 )
          = ( host @ SV123 ) )
        = $false )
      | ( ( setIn @ SV123 @ alive )
        = $false )
      | ( ( ( index @ ldr @ ( host @ SV123 ) )
          = ( host @ SV123 ) )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[916]) ).

thf(940,plain,
    ! [SV49: $i,SV94: $i,SV114: $i] :
      ( ( ( ( host @ SV114 )
          = ( host @ SV94 ) )
        = $false )
      | ( ( setIn @ SV114 @ alive )
        = $false )
      | ( ( setIn @ SV49 @ alive )
        = $false )
      | ( ( elem @ ( m_Down @ SV94 ) @ ( queue @ ( host @ SV49 ) ) )
        = $false )
      | ( ( ( ( index @ status @ ( host @ SV114 ) )
           != elec_2 ) )
        = $true )
      | ( ( leq @ ( index @ pendack @ ( host @ SV114 ) ) @ ( host @ SV49 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[917]) ).

thf(941,plain,
    ! [SV126: $i,SV153: $i] :
      ( ( ( ~ ~ ( ~ ~ ( ~ ( elem @ ( sK12_Y @ SV153 @ SV126 ) @ SV153 )
                      | ~ ( pidElem @ SV126 ) )
                | ~ ( pidElem @ ( sK12_Y @ SV153 @ SV126 ) ) ) )
        = $false )
      | ( ( ~ ( ordered @ SV153 ) )
        = $true )
      | ( ( ordered @ ( snoc @ SV153 @ SV126 ) )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[919]) ).

thf(942,plain,
    ! [SV126: $i,SV153: $i] :
      ( ( ( ( ( host @ ( pidMsg @ ( sK12_Y @ SV153 @ SV126 ) ) )
           != ( host @ ( pidMsg @ SV126 ) ) ) )
        = $false )
      | ( ( ~ ( ordered @ SV153 ) )
        = $true )
      | ( ( ordered @ ( snoc @ SV153 @ SV126 ) )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[919]) ).

thf(943,plain,
    ! [SV126: $i,SV153: $i] :
      ( ( ( ordered @ SV153 )
        = $false )
      | ( ( leq @ ( pidMsg @ ( sK12_Y @ SV153 @ SV126 ) ) @ ( pidMsg @ SV126 ) )
        = $false )
      | ( ( ordered @ ( snoc @ SV153 @ SV126 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[920]) ).

thf(944,plain,
    ! [SV177: $i,SV185: $i,SV201: $i] :
      ( ( ( ~ ( elem @ SV201 @ SV185 )
          | ~ ( pidElem @ SV177 )
          | ~ ( pidElem @ SV201 )
          | ( ( host @ ( pidMsg @ SV201 ) )
           != ( host @ ( pidMsg @ SV177 ) ) ) )
        = $true )
      | ( ( leq @ ( pidMsg @ SV201 ) @ ( pidMsg @ SV177 ) )
        = $true )
      | ( ( ordered @ ( snoc @ SV185 @ SV177 ) )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[921]) ).

thf(945,plain,
    ! [SV56: $i,SV100: $i,SV131: $i,SV155: $i] :
      ( ( ( ~ ~ ( ~ ~ ( leq @ ( host @ SV155 ) @ ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 ) )
                | ~ ( leq @ ( s @ zero ) @ ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 ) ) )
          | ~ ~ ( ~ ( ( ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 )
                     != ( host @ SV131 ) ) )
                | ~ ~ ( setIn @ ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 ) @ ( index @ down @ ( host @ SV155 ) ) ) ) )
        = $false )
      | ( ( ~ ( setIn @ SV56 @ alive ) )
        = $true )
      | ( ( ~ ( leq @ ( host @ SV56 ) @ ( host @ SV155 ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV131 ) @ ( queue @ ( host @ SV155 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV100 )
           != ( host @ SV155 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV56 ) )
           != elec_2 ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV155 ) )
           != elec_1 ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Ack @ SV56 @ SV100 ) @ ( queue @ ( host @ SV56 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[924]) ).

thf(946,plain,
    ! [SV144: $i,SV168: $i] :
      ( ( ( ~ ~ ( ~ ~ ( ~ ( elem @ ( sK13_Y @ SV168 @ SV144 ) @ SV168 )
                      | ~ ( pidElem @ SV144 ) )
                | ~ ( pidElem @ ( sK13_Y @ SV168 @ SV144 ) ) ) )
        = $false )
      | ( ( ~ ( ordered @ SV168 ) )
        = $true )
      | ( ( ordered @ ( cons @ SV144 @ SV168 ) )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[925]) ).

thf(947,plain,
    ! [SV144: $i,SV168: $i] :
      ( ( ( ( ( host @ ( pidMsg @ ( sK13_Y @ SV168 @ SV144 ) ) )
           != ( host @ ( pidMsg @ SV144 ) ) ) )
        = $false )
      | ( ( ~ ( ordered @ SV168 ) )
        = $true )
      | ( ( ordered @ ( cons @ SV144 @ SV168 ) )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[925]) ).

thf(948,plain,
    ! [SV144: $i,SV168: $i] :
      ( ( ( ordered @ SV168 )
        = $false )
      | ( ( leq @ ( pidMsg @ SV144 ) @ ( pidMsg @ ( sK13_Y @ SV168 @ SV144 ) ) )
        = $false )
      | ( ( ordered @ ( cons @ SV144 @ SV168 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[926]) ).

thf(949,plain,
    ! [SV183: $i,SV193: $i,SV203: $i] :
      ( ( ( ~ ( elem @ SV203 @ SV193 )
          | ~ ( pidElem @ SV183 )
          | ~ ( pidElem @ SV203 )
          | ( ( host @ ( pidMsg @ SV203 ) )
           != ( host @ ( pidMsg @ SV183 ) ) ) )
        = $true )
      | ( ( leq @ ( pidMsg @ SV183 ) @ ( pidMsg @ SV203 ) )
        = $true )
      | ( ( ordered @ ( cons @ SV183 @ SV193 ) )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[927]) ).

thf(950,plain,
    ( ( ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ! [SX0: $i] :
                                              ( ( leq @ ( host @ sK8_SY1879 ) @ SX0 )
                                              | ~ ( leq @ ( s @ zero ) @ SX0 )
                                              | ( SX0
                                                = ( host @ sK7_SY1876 ) )
                                              | ( setIn @ SX0 @ ( index @ down @ ( host @ sK8_SY1879 ) ) ) )
                                        | ~ ( setIn @ sK8_SY1879 @ alive ) )
                                  | ~ ( leq @ nbr_proc @ ( s @ ( host @ sK8_SY1879 ) ) ) )
                            | ~ ( elem @ ( m_Down @ sK6_SY1872 ) @ ( queue @ ( host @ sK8_SY1879 ) ) ) )
                      | ~ ( elem @ ( m_Down @ sK7_SY1876 ) @ ( queue @ ( host @ sK8_SY1879 ) ) ) )
                | ( ( host @ sK6_SY1872 )
                 != ( s @ ( host @ sK8_SY1879 ) ) ) )
          | ( ( index @ status @ ( host @ sK8_SY1879 ) )
           != elec_1 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[930]) ).

thf(951,plain,
    ( ( ~ ( ( ( host @ sK3_SY1713 )
           != ( host @ sK5_SY1815 ) )
          | ~ ( setIn @ sK5_SY1815 @ alive ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[931]) ).

thf(952,plain,
    ! [SV58: $i,SV101: $i,SV147: $i,SV171: $i] :
      ( ( ( ~ ~ ( ~ ~ ( leq @ ( host @ SV171 ) @ ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 ) )
                | ~ ( leq @ ( s @ zero ) @ ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 ) ) )
          | ~ ~ ( ~ ( ( ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 )
                     != ( host @ SV147 ) ) )
                | ~ ~ ( setIn @ ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 ) @ ( index @ down @ ( host @ SV171 ) ) ) ) )
        = $false )
      | ( ( ~ ( setIn @ SV171 @ alive ) )
        = $true )
      | ( ( ~ ( leq @ nbr_proc @ ( s @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV147 ) @ ( queue @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV101 ) @ ( queue @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV101 )
           != ( s @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV171 ) )
           != elec_1 ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV58 ) )
           != ( host @ SV58 ) )
          | ~ ( setIn @ SV58 @ alive )
          | ( ( index @ status @ ( host @ SV58 ) )
           != norm ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[932]) ).

thf(953,plain,
    ! [SV88: $i,SV42: $i,SV119: $i] :
      ( ( ( ( index @ status @ ( host @ SV119 ) )
          = wait )
        = $false )
      | ( ( elem @ ( m_Down @ SV42 ) @ ( queue @ ( host @ SV119 ) ) )
        = $false )
      | ( ( ( host @ SV119 )
          = ( host @ SV88 ) )
        = $true )
      | ( ( setIn @ SV119 @ alive )
        = $false )
      | ( ( ( host @ SV88 )
          = ( host @ SV42 ) )
        = $false )
      | ( ( ( ( host @ ( index @ elid @ ( host @ SV119 ) ) )
           != ( host @ SV88 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV88 ) )
           != norm )
          | ~ ( setIn @ SV88 @ alive )
          | ( ( index @ ldr @ ( host @ SV88 ) )
           != ( host @ SV88 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[933]) ).

thf(954,plain,
    ! [SV89: $i,SV43: $i,SV120: $i] :
      ( ( ( ( index @ status @ ( host @ SV120 ) )
          = norm )
        = $false )
      | ( ( elem @ ( m_Down @ SV43 ) @ ( queue @ ( host @ SV120 ) ) )
        = $false )
      | ( ( ( host @ SV120 )
          = ( host @ SV89 ) )
        = $true )
      | ( ( setIn @ SV120 @ alive )
        = $false )
      | ( ( ( host @ SV89 )
          = ( host @ SV43 ) )
        = $false )
      | ( ( ( ( index @ ldr @ ( host @ SV120 ) )
           != ( host @ SV89 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV89 ) )
           != norm )
          | ~ ( setIn @ SV89 @ alive )
          | ( ( index @ ldr @ ( host @ SV89 ) )
           != ( host @ SV89 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[934]) ).

thf(955,plain,
    ! [SV90: $i,SV44: $i,SV111: $i,SV121: $i] :
      ( ( ( ( host @ SV121 )
          = ( host @ SV111 ) )
        = $false )
      | ( ( setIn @ SV111 @ alive )
        = $false )
      | ( ( ( host @ SV111 )
          = ( host @ SV44 ) )
        = $true )
      | ( ( setIn @ SV44 @ alive )
        = $false )
      | ( ( ( host @ SV90 )
          = ( host @ SV44 ) )
        = $false )
      | ( ( ~ ( elem @ ( m_Down @ SV121 ) @ ( queue @ ( host @ SV44 ) ) )
          | ~ ( setIn @ ( host @ SV90 ) @ ( index @ down @ ( host @ SV111 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[935]) ).

thf(956,plain,
    ! [SV91: $i,SV45: $i,SV112: $i,SV122: $i] :
      ( ( ( ( host @ SV122 )
          = ( host @ SV112 ) )
        = $false )
      | ( ( setIn @ SV112 @ alive )
        = $false )
      | ( ( ( host @ SV112 )
          = ( host @ SV45 ) )
        = $true )
      | ( ( setIn @ SV45 @ alive )
        = $false )
      | ( ( ( host @ SV91 )
          = ( host @ SV45 ) )
        = $false )
      | ( ( ~ ( elem @ ( m_Down @ SV122 ) @ ( queue @ ( host @ SV45 ) ) )
          | ~ ( elem @ ( m_Down @ SV91 ) @ ( queue @ ( host @ SV112 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[936]) ).

thf(957,plain,
    ! [SV152: $i,SV113: $i,SV46: $i] :
      ( ( ( ( index @ ldr @ ( host @ SV46 ) )
          = ( host @ SV46 ) )
        = $false )
      | ( ( ~ ( setIn @ SV46 @ alive ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV46 ) )
           != norm ) )
        = $true )
      | ( ( elem @ ( m_Down @ SV113 ) @ ( queue @ ( host @ SV152 ) ) )
        = $false )
      | ( ( leq @ ( host @ SV113 ) @ ( host @ SV152 ) )
        = $true )
      | ( ( setIn @ SV152 @ alive )
        = $false )
      | ( ( ( host @ SV113 )
          = ( host @ SV46 ) )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[937]) ).

thf(958,plain,
    ! [SV47: $i,SV92: $i] :
      ( ( ( ( index @ status @ ( host @ SV92 ) )
          = norm )
        = $false )
      | ( ( ( index @ ldr @ ( host @ SV47 ) )
          = ( host @ SV47 ) )
        = $false )
      | ( ( setIn @ SV47 @ alive )
        = $false )
      | ( ( setIn @ SV92 @ alive )
        = $false )
      | ( ( ( index @ status @ ( host @ SV47 ) )
          = norm )
        = $false )
      | ( ( ( ( index @ ldr @ ( host @ SV92 ) )
           != ( host @ SV92 ) ) )
        = $true )
      | ( ( SV92 = SV47 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[938]) ).

thf(959,plain,
    ! [SV123: $i,SV48: $i,SV93: $i] :
      ( ( ( elem @ ( m_Down @ SV93 ) @ ( queue @ ( host @ SV48 ) ) )
        = $false )
      | ( ( ~ ( setIn @ SV48 @ alive ) )
        = $true )
      | ( ( ( index @ status @ ( host @ SV123 ) )
          = norm )
        = $false )
      | ( ( ( host @ SV93 )
          = ( host @ SV123 ) )
        = $false )
      | ( ( setIn @ SV123 @ alive )
        = $false )
      | ( ( ( index @ ldr @ ( host @ SV123 ) )
          = ( host @ SV123 ) )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[939]) ).

thf(960,plain,
    ! [SV49: $i,SV94: $i,SV114: $i] :
      ( ( ( ( index @ status @ ( host @ SV114 ) )
          = elec_2 )
        = $false )
      | ( ( elem @ ( m_Down @ SV94 ) @ ( queue @ ( host @ SV49 ) ) )
        = $false )
      | ( ( setIn @ SV49 @ alive )
        = $false )
      | ( ( setIn @ SV114 @ alive )
        = $false )
      | ( ( ( host @ SV114 )
          = ( host @ SV94 ) )
        = $false )
      | ( ( leq @ ( index @ pendack @ ( host @ SV114 ) ) @ ( host @ SV49 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[940]) ).

thf(961,plain,
    ! [SV126: $i,SV153: $i] :
      ( ( ( ~ ( ~ ~ ( ~ ( elem @ ( sK12_Y @ SV153 @ SV126 ) @ SV153 )
                    | ~ ( pidElem @ SV126 ) )
              | ~ ( pidElem @ ( sK12_Y @ SV153 @ SV126 ) ) ) )
        = $true )
      | ( ( ~ ( ordered @ SV153 ) )
        = $true )
      | ( ( ordered @ ( snoc @ SV153 @ SV126 ) )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[941]) ).

thf(962,plain,
    ! [SV126: $i,SV153: $i] :
      ( ( ( ( host @ ( pidMsg @ ( sK12_Y @ SV153 @ SV126 ) ) )
          = ( host @ ( pidMsg @ SV126 ) ) )
        = $true )
      | ( ( ~ ( ordered @ SV153 ) )
        = $true )
      | ( ( ordered @ ( snoc @ SV153 @ SV126 ) )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[942]) ).

thf(963,plain,
    ! [SV177: $i,SV185: $i,SV201: $i] :
      ( ( ( ~ ( elem @ SV201 @ SV185 )
          | ~ ( pidElem @ SV177 )
          | ~ ( pidElem @ SV201 ) )
        = $true )
      | ( ( ( ( host @ ( pidMsg @ SV201 ) )
           != ( host @ ( pidMsg @ SV177 ) ) ) )
        = $true )
      | ( ( leq @ ( pidMsg @ SV201 ) @ ( pidMsg @ SV177 ) )
        = $true )
      | ( ( ordered @ ( snoc @ SV185 @ SV177 ) )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[944]) ).

thf(964,plain,
    ! [SV56: $i,SV100: $i,SV131: $i,SV155: $i] :
      ( ( ( ~ ~ ( ~ ~ ( leq @ ( host @ SV155 ) @ ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 ) )
                | ~ ( leq @ ( s @ zero ) @ ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 ) ) ) )
        = $false )
      | ( ( ~ ( setIn @ SV56 @ alive ) )
        = $true )
      | ( ( ~ ( leq @ ( host @ SV56 ) @ ( host @ SV155 ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV131 ) @ ( queue @ ( host @ SV155 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV100 )
           != ( host @ SV155 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV56 ) )
           != elec_2 ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV155 ) )
           != elec_1 ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Ack @ SV56 @ SV100 ) @ ( queue @ ( host @ SV56 ) ) ) )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[945]) ).

thf(965,plain,
    ! [SV56: $i,SV100: $i,SV131: $i,SV155: $i] :
      ( ( ( ~ ~ ( ~ ( ( ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 )
                     != ( host @ SV131 ) ) )
                | ~ ~ ( setIn @ ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 ) @ ( index @ down @ ( host @ SV155 ) ) ) ) )
        = $false )
      | ( ( ~ ( setIn @ SV56 @ alive ) )
        = $true )
      | ( ( ~ ( leq @ ( host @ SV56 ) @ ( host @ SV155 ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV131 ) @ ( queue @ ( host @ SV155 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV100 )
           != ( host @ SV155 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV56 ) )
           != elec_2 ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV155 ) )
           != elec_1 ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Ack @ SV56 @ SV100 ) @ ( queue @ ( host @ SV56 ) ) ) )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[945]) ).

thf(966,plain,
    ! [SV144: $i,SV168: $i] :
      ( ( ( ~ ( ~ ~ ( ~ ( elem @ ( sK13_Y @ SV168 @ SV144 ) @ SV168 )
                    | ~ ( pidElem @ SV144 ) )
              | ~ ( pidElem @ ( sK13_Y @ SV168 @ SV144 ) ) ) )
        = $true )
      | ( ( ~ ( ordered @ SV168 ) )
        = $true )
      | ( ( ordered @ ( cons @ SV144 @ SV168 ) )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[946]) ).

thf(967,plain,
    ! [SV144: $i,SV168: $i] :
      ( ( ( ( host @ ( pidMsg @ ( sK13_Y @ SV168 @ SV144 ) ) )
          = ( host @ ( pidMsg @ SV144 ) ) )
        = $true )
      | ( ( ~ ( ordered @ SV168 ) )
        = $true )
      | ( ( ordered @ ( cons @ SV144 @ SV168 ) )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[947]) ).

thf(968,plain,
    ! [SV183: $i,SV193: $i,SV203: $i] :
      ( ( ( ~ ( elem @ SV203 @ SV193 )
          | ~ ( pidElem @ SV183 )
          | ~ ( pidElem @ SV203 ) )
        = $true )
      | ( ( ( ( host @ ( pidMsg @ SV203 ) )
           != ( host @ ( pidMsg @ SV183 ) ) ) )
        = $true )
      | ( ( leq @ ( pidMsg @ SV183 ) @ ( pidMsg @ SV203 ) )
        = $true )
      | ( ( ordered @ ( cons @ SV183 @ SV193 ) )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[949]) ).

thf(969,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ! [SX0: $i] :
                                          ( ( leq @ ( host @ sK8_SY1879 ) @ SX0 )
                                          | ~ ( leq @ ( s @ zero ) @ SX0 )
                                          | ( SX0
                                            = ( host @ sK7_SY1876 ) )
                                          | ( setIn @ SX0 @ ( index @ down @ ( host @ sK8_SY1879 ) ) ) )
                                    | ~ ( setIn @ sK8_SY1879 @ alive ) )
                              | ~ ( leq @ nbr_proc @ ( s @ ( host @ sK8_SY1879 ) ) ) )
                        | ~ ( elem @ ( m_Down @ sK6_SY1872 ) @ ( queue @ ( host @ sK8_SY1879 ) ) ) )
                  | ~ ( elem @ ( m_Down @ sK7_SY1876 ) @ ( queue @ ( host @ sK8_SY1879 ) ) ) )
            | ( ( host @ sK6_SY1872 )
             != ( s @ ( host @ sK8_SY1879 ) ) ) )
      | ( ( index @ status @ ( host @ sK8_SY1879 ) )
       != elec_1 ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[950]) ).

thf(970,plain,
    ( ( ( ( host @ sK3_SY1713 )
       != ( host @ sK5_SY1815 ) )
      | ~ ( setIn @ sK5_SY1815 @ alive ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[951]) ).

thf(971,plain,
    ! [SV58: $i,SV101: $i,SV147: $i,SV171: $i] :
      ( ( ( ~ ~ ( ~ ~ ( leq @ ( host @ SV171 ) @ ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 ) )
                | ~ ( leq @ ( s @ zero ) @ ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 ) ) ) )
        = $false )
      | ( ( ~ ( setIn @ SV171 @ alive ) )
        = $true )
      | ( ( ~ ( leq @ nbr_proc @ ( s @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV147 ) @ ( queue @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV101 ) @ ( queue @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV101 )
           != ( s @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV171 ) )
           != elec_1 ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV58 ) )
           != ( host @ SV58 ) )
          | ~ ( setIn @ SV58 @ alive )
          | ( ( index @ status @ ( host @ SV58 ) )
           != norm ) )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[952]) ).

thf(972,plain,
    ! [SV58: $i,SV101: $i,SV147: $i,SV171: $i] :
      ( ( ( ~ ~ ( ~ ( ( ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 )
                     != ( host @ SV147 ) ) )
                | ~ ~ ( setIn @ ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 ) @ ( index @ down @ ( host @ SV171 ) ) ) ) )
        = $false )
      | ( ( ~ ( setIn @ SV171 @ alive ) )
        = $true )
      | ( ( ~ ( leq @ nbr_proc @ ( s @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV147 ) @ ( queue @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV101 ) @ ( queue @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV101 )
           != ( s @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV171 ) )
           != elec_1 ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV58 ) )
           != ( host @ SV58 ) )
          | ~ ( setIn @ SV58 @ alive )
          | ( ( index @ status @ ( host @ SV58 ) )
           != norm ) )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[952]) ).

thf(973,plain,
    ! [SV42: $i,SV88: $i,SV119: $i] :
      ( ( ( ( host @ ( index @ elid @ ( host @ SV119 ) ) )
          = ( host @ SV88 ) )
        = $false )
      | ( ( ( host @ SV88 )
          = ( host @ SV42 ) )
        = $false )
      | ( ( setIn @ SV119 @ alive )
        = $false )
      | ( ( ( host @ SV119 )
          = ( host @ SV88 ) )
        = $true )
      | ( ( elem @ ( m_Down @ SV42 ) @ ( queue @ ( host @ SV119 ) ) )
        = $false )
      | ( ( ( index @ status @ ( host @ SV119 ) )
          = wait )
        = $false )
      | ( ( ( ( index @ status @ ( host @ SV88 ) )
           != norm )
          | ~ ( setIn @ SV88 @ alive )
          | ( ( index @ ldr @ ( host @ SV88 ) )
           != ( host @ SV88 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[953]) ).

thf(974,plain,
    ! [SV43: $i,SV89: $i,SV120: $i] :
      ( ( ( ( index @ ldr @ ( host @ SV120 ) )
          = ( host @ SV89 ) )
        = $false )
      | ( ( ( host @ SV89 )
          = ( host @ SV43 ) )
        = $false )
      | ( ( setIn @ SV120 @ alive )
        = $false )
      | ( ( ( host @ SV120 )
          = ( host @ SV89 ) )
        = $true )
      | ( ( elem @ ( m_Down @ SV43 ) @ ( queue @ ( host @ SV120 ) ) )
        = $false )
      | ( ( ( index @ status @ ( host @ SV120 ) )
          = norm )
        = $false )
      | ( ( ( ( index @ status @ ( host @ SV89 ) )
           != norm )
          | ~ ( setIn @ SV89 @ alive )
          | ( ( index @ ldr @ ( host @ SV89 ) )
           != ( host @ SV89 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[954]) ).

thf(975,plain,
    ! [SV111: $i,SV90: $i,SV44: $i,SV121: $i] :
      ( ( ( ~ ( elem @ ( m_Down @ SV121 ) @ ( queue @ ( host @ SV44 ) ) ) )
        = $true )
      | ( ( ~ ( setIn @ ( host @ SV90 ) @ ( index @ down @ ( host @ SV111 ) ) ) )
        = $true )
      | ( ( ( host @ SV90 )
          = ( host @ SV44 ) )
        = $false )
      | ( ( setIn @ SV44 @ alive )
        = $false )
      | ( ( ( host @ SV111 )
          = ( host @ SV44 ) )
        = $true )
      | ( ( setIn @ SV111 @ alive )
        = $false )
      | ( ( ( host @ SV121 )
          = ( host @ SV111 ) )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[955]) ).

thf(976,plain,
    ! [SV112: $i,SV91: $i,SV45: $i,SV122: $i] :
      ( ( ( ~ ( elem @ ( m_Down @ SV122 ) @ ( queue @ ( host @ SV45 ) ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV91 ) @ ( queue @ ( host @ SV112 ) ) ) )
        = $true )
      | ( ( ( host @ SV91 )
          = ( host @ SV45 ) )
        = $false )
      | ( ( setIn @ SV45 @ alive )
        = $false )
      | ( ( ( host @ SV112 )
          = ( host @ SV45 ) )
        = $true )
      | ( ( setIn @ SV112 @ alive )
        = $false )
      | ( ( ( host @ SV122 )
          = ( host @ SV112 ) )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[956]) ).

thf(977,plain,
    ! [SV152: $i,SV113: $i,SV46: $i] :
      ( ( ( setIn @ SV46 @ alive )
        = $false )
      | ( ( ( index @ ldr @ ( host @ SV46 ) )
          = ( host @ SV46 ) )
        = $false )
      | ( ( ( ( index @ status @ ( host @ SV46 ) )
           != norm ) )
        = $true )
      | ( ( elem @ ( m_Down @ SV113 ) @ ( queue @ ( host @ SV152 ) ) )
        = $false )
      | ( ( leq @ ( host @ SV113 ) @ ( host @ SV152 ) )
        = $true )
      | ( ( setIn @ SV152 @ alive )
        = $false )
      | ( ( ( host @ SV113 )
          = ( host @ SV46 ) )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[957]) ).

thf(978,plain,
    ! [SV47: $i,SV92: $i] :
      ( ( ( ( index @ ldr @ ( host @ SV92 ) )
          = ( host @ SV92 ) )
        = $false )
      | ( ( ( index @ status @ ( host @ SV47 ) )
          = norm )
        = $false )
      | ( ( setIn @ SV92 @ alive )
        = $false )
      | ( ( setIn @ SV47 @ alive )
        = $false )
      | ( ( ( index @ ldr @ ( host @ SV47 ) )
          = ( host @ SV47 ) )
        = $false )
      | ( ( ( index @ status @ ( host @ SV92 ) )
          = norm )
        = $false )
      | ( ( SV92 = SV47 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[958]) ).

thf(979,plain,
    ! [SV123: $i,SV93: $i,SV48: $i] :
      ( ( ( setIn @ SV48 @ alive )
        = $false )
      | ( ( elem @ ( m_Down @ SV93 ) @ ( queue @ ( host @ SV48 ) ) )
        = $false )
      | ( ( ( index @ status @ ( host @ SV123 ) )
          = norm )
        = $false )
      | ( ( ( host @ SV93 )
          = ( host @ SV123 ) )
        = $false )
      | ( ( setIn @ SV123 @ alive )
        = $false )
      | ( ( ( index @ ldr @ ( host @ SV123 ) )
          = ( host @ SV123 ) )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[959]) ).

thf(980,plain,
    ! [SV126: $i,SV153: $i] :
      ( ( ( ~ ~ ( ~ ( elem @ ( sK12_Y @ SV153 @ SV126 ) @ SV153 )
                | ~ ( pidElem @ SV126 ) )
          | ~ ( pidElem @ ( sK12_Y @ SV153 @ SV126 ) ) )
        = $false )
      | ( ( ~ ( ordered @ SV153 ) )
        = $true )
      | ( ( ordered @ ( snoc @ SV153 @ SV126 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[961]) ).

thf(981,plain,
    ! [SV126: $i,SV153: $i] :
      ( ( ( ordered @ SV153 )
        = $false )
      | ( ( ( host @ ( pidMsg @ ( sK12_Y @ SV153 @ SV126 ) ) )
          = ( host @ ( pidMsg @ SV126 ) ) )
        = $true )
      | ( ( ordered @ ( snoc @ SV153 @ SV126 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[962]) ).

thf(982,plain,
    ! [SV177: $i,SV185: $i,SV201: $i] :
      ( ( ( ~ ( elem @ SV201 @ SV185 )
          | ~ ( pidElem @ SV177 ) )
        = $true )
      | ( ( ~ ( pidElem @ SV201 ) )
        = $true )
      | ( ( ( ( host @ ( pidMsg @ SV201 ) )
           != ( host @ ( pidMsg @ SV177 ) ) ) )
        = $true )
      | ( ( leq @ ( pidMsg @ SV201 ) @ ( pidMsg @ SV177 ) )
        = $true )
      | ( ( ordered @ ( snoc @ SV185 @ SV177 ) )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[963]) ).

thf(983,plain,
    ! [SV56: $i,SV100: $i,SV131: $i,SV155: $i] :
      ( ( ( ~ ( ~ ~ ( leq @ ( host @ SV155 ) @ ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 ) )
              | ~ ( leq @ ( s @ zero ) @ ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 ) ) ) )
        = $true )
      | ( ( ~ ( setIn @ SV56 @ alive ) )
        = $true )
      | ( ( ~ ( leq @ ( host @ SV56 ) @ ( host @ SV155 ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV131 ) @ ( queue @ ( host @ SV155 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV100 )
           != ( host @ SV155 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV56 ) )
           != elec_2 ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV155 ) )
           != elec_1 ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Ack @ SV56 @ SV100 ) @ ( queue @ ( host @ SV56 ) ) ) )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[964]) ).

thf(984,plain,
    ! [SV56: $i,SV100: $i,SV131: $i,SV155: $i] :
      ( ( ( ~ ( ~ ( ( ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 )
                   != ( host @ SV131 ) ) )
              | ~ ~ ( setIn @ ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 ) @ ( index @ down @ ( host @ SV155 ) ) ) ) )
        = $true )
      | ( ( ~ ( setIn @ SV56 @ alive ) )
        = $true )
      | ( ( ~ ( leq @ ( host @ SV56 ) @ ( host @ SV155 ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV131 ) @ ( queue @ ( host @ SV155 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV100 )
           != ( host @ SV155 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV56 ) )
           != elec_2 ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV155 ) )
           != elec_1 ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Ack @ SV56 @ SV100 ) @ ( queue @ ( host @ SV56 ) ) ) )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[965]) ).

thf(985,plain,
    ! [SV144: $i,SV168: $i] :
      ( ( ( ~ ~ ( ~ ( elem @ ( sK13_Y @ SV168 @ SV144 ) @ SV168 )
                | ~ ( pidElem @ SV144 ) )
          | ~ ( pidElem @ ( sK13_Y @ SV168 @ SV144 ) ) )
        = $false )
      | ( ( ~ ( ordered @ SV168 ) )
        = $true )
      | ( ( ordered @ ( cons @ SV144 @ SV168 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[966]) ).

thf(986,plain,
    ! [SV144: $i,SV168: $i] :
      ( ( ( ordered @ SV168 )
        = $false )
      | ( ( ( host @ ( pidMsg @ ( sK13_Y @ SV168 @ SV144 ) ) )
          = ( host @ ( pidMsg @ SV144 ) ) )
        = $true )
      | ( ( ordered @ ( cons @ SV144 @ SV168 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[967]) ).

thf(987,plain,
    ! [SV183: $i,SV193: $i,SV203: $i] :
      ( ( ( ~ ( elem @ SV203 @ SV193 )
          | ~ ( pidElem @ SV183 ) )
        = $true )
      | ( ( ~ ( pidElem @ SV203 ) )
        = $true )
      | ( ( ( ( host @ ( pidMsg @ SV203 ) )
           != ( host @ ( pidMsg @ SV183 ) ) ) )
        = $true )
      | ( ( leq @ ( pidMsg @ SV183 ) @ ( pidMsg @ SV203 ) )
        = $true )
      | ( ( ordered @ ( cons @ SV183 @ SV193 ) )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[968]) ).

thf(988,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ! [SX0: $i] :
                                          ( ( leq @ ( host @ sK8_SY1879 ) @ SX0 )
                                          | ~ ( leq @ ( s @ zero ) @ SX0 )
                                          | ( SX0
                                            = ( host @ sK7_SY1876 ) )
                                          | ( setIn @ SX0 @ ( index @ down @ ( host @ sK8_SY1879 ) ) ) )
                                    | ~ ( setIn @ sK8_SY1879 @ alive ) )
                              | ~ ( leq @ nbr_proc @ ( s @ ( host @ sK8_SY1879 ) ) ) )
                        | ~ ( elem @ ( m_Down @ sK6_SY1872 ) @ ( queue @ ( host @ sK8_SY1879 ) ) ) )
                  | ~ ( elem @ ( m_Down @ sK7_SY1876 ) @ ( queue @ ( host @ sK8_SY1879 ) ) ) )
            | ( ( host @ sK6_SY1872 )
             != ( s @ ( host @ sK8_SY1879 ) ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[969]) ).

thf(989,plain,
    ( ( ( ( index @ status @ ( host @ sK8_SY1879 ) )
       != elec_1 ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[969]) ).

thf(990,plain,
    ( ( ( ( host @ sK3_SY1713 )
       != ( host @ sK5_SY1815 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[970]) ).

thf(991,plain,
    ( ( ~ ( setIn @ sK5_SY1815 @ alive ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[970]) ).

thf(992,plain,
    ! [SV58: $i,SV101: $i,SV147: $i,SV171: $i] :
      ( ( ( ~ ( ~ ~ ( leq @ ( host @ SV171 ) @ ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 ) )
              | ~ ( leq @ ( s @ zero ) @ ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 ) ) ) )
        = $true )
      | ( ( ~ ( setIn @ SV171 @ alive ) )
        = $true )
      | ( ( ~ ( leq @ nbr_proc @ ( s @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV147 ) @ ( queue @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV101 ) @ ( queue @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV101 )
           != ( s @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV171 ) )
           != elec_1 ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV58 ) )
           != ( host @ SV58 ) )
          | ~ ( setIn @ SV58 @ alive )
          | ( ( index @ status @ ( host @ SV58 ) )
           != norm ) )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[971]) ).

thf(993,plain,
    ! [SV58: $i,SV101: $i,SV147: $i,SV171: $i] :
      ( ( ( ~ ( ~ ( ( ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 )
                   != ( host @ SV147 ) ) )
              | ~ ~ ( setIn @ ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 ) @ ( index @ down @ ( host @ SV171 ) ) ) ) )
        = $true )
      | ( ( ~ ( setIn @ SV171 @ alive ) )
        = $true )
      | ( ( ~ ( leq @ nbr_proc @ ( s @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV147 ) @ ( queue @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV101 ) @ ( queue @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV101 )
           != ( s @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV171 ) )
           != elec_1 ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV58 ) )
           != ( host @ SV58 ) )
          | ~ ( setIn @ SV58 @ alive )
          | ( ( index @ status @ ( host @ SV58 ) )
           != norm ) )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[972]) ).

thf(994,plain,
    ! [SV42: $i,SV119: $i,SV88: $i] :
      ( ( ( ( ( index @ status @ ( host @ SV88 ) )
           != norm )
          | ~ ( setIn @ SV88 @ alive ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV88 ) )
           != ( host @ SV88 ) ) )
        = $true )
      | ( ( ( index @ status @ ( host @ SV119 ) )
          = wait )
        = $false )
      | ( ( elem @ ( m_Down @ SV42 ) @ ( queue @ ( host @ SV119 ) ) )
        = $false )
      | ( ( ( host @ SV119 )
          = ( host @ SV88 ) )
        = $true )
      | ( ( setIn @ SV119 @ alive )
        = $false )
      | ( ( ( host @ SV88 )
          = ( host @ SV42 ) )
        = $false )
      | ( ( ( host @ ( index @ elid @ ( host @ SV119 ) ) )
          = ( host @ SV88 ) )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[973]) ).

thf(995,plain,
    ! [SV43: $i,SV120: $i,SV89: $i] :
      ( ( ( ( ( index @ status @ ( host @ SV89 ) )
           != norm )
          | ~ ( setIn @ SV89 @ alive ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV89 ) )
           != ( host @ SV89 ) ) )
        = $true )
      | ( ( ( index @ status @ ( host @ SV120 ) )
          = norm )
        = $false )
      | ( ( elem @ ( m_Down @ SV43 ) @ ( queue @ ( host @ SV120 ) ) )
        = $false )
      | ( ( ( host @ SV120 )
          = ( host @ SV89 ) )
        = $true )
      | ( ( setIn @ SV120 @ alive )
        = $false )
      | ( ( ( host @ SV89 )
          = ( host @ SV43 ) )
        = $false )
      | ( ( ( index @ ldr @ ( host @ SV120 ) )
          = ( host @ SV89 ) )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[974]) ).

thf(996,plain,
    ! [SV111: $i,SV90: $i,SV44: $i,SV121: $i] :
      ( ( ( elem @ ( m_Down @ SV121 ) @ ( queue @ ( host @ SV44 ) ) )
        = $false )
      | ( ( ~ ( setIn @ ( host @ SV90 ) @ ( index @ down @ ( host @ SV111 ) ) ) )
        = $true )
      | ( ( ( host @ SV90 )
          = ( host @ SV44 ) )
        = $false )
      | ( ( setIn @ SV44 @ alive )
        = $false )
      | ( ( ( host @ SV111 )
          = ( host @ SV44 ) )
        = $true )
      | ( ( setIn @ SV111 @ alive )
        = $false )
      | ( ( ( host @ SV121 )
          = ( host @ SV111 ) )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[975]) ).

thf(997,plain,
    ! [SV112: $i,SV91: $i,SV45: $i,SV122: $i] :
      ( ( ( elem @ ( m_Down @ SV122 ) @ ( queue @ ( host @ SV45 ) ) )
        = $false )
      | ( ( ~ ( elem @ ( m_Down @ SV91 ) @ ( queue @ ( host @ SV112 ) ) ) )
        = $true )
      | ( ( ( host @ SV91 )
          = ( host @ SV45 ) )
        = $false )
      | ( ( setIn @ SV45 @ alive )
        = $false )
      | ( ( ( host @ SV112 )
          = ( host @ SV45 ) )
        = $true )
      | ( ( setIn @ SV112 @ alive )
        = $false )
      | ( ( ( host @ SV122 )
          = ( host @ SV112 ) )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[976]) ).

thf(998,plain,
    ! [SV152: $i,SV113: $i,SV46: $i] :
      ( ( ( ( index @ status @ ( host @ SV46 ) )
          = norm )
        = $false )
      | ( ( ( index @ ldr @ ( host @ SV46 ) )
          = ( host @ SV46 ) )
        = $false )
      | ( ( setIn @ SV46 @ alive )
        = $false )
      | ( ( elem @ ( m_Down @ SV113 ) @ ( queue @ ( host @ SV152 ) ) )
        = $false )
      | ( ( leq @ ( host @ SV113 ) @ ( host @ SV152 ) )
        = $true )
      | ( ( setIn @ SV152 @ alive )
        = $false )
      | ( ( ( host @ SV113 )
          = ( host @ SV46 ) )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[977]) ).

thf(999,plain,
    ! [SV126: $i,SV153: $i] :
      ( ( ( ~ ~ ( ~ ( elem @ ( sK12_Y @ SV153 @ SV126 ) @ SV153 )
                | ~ ( pidElem @ SV126 ) ) )
        = $false )
      | ( ( ~ ( ordered @ SV153 ) )
        = $true )
      | ( ( ordered @ ( snoc @ SV153 @ SV126 ) )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[980]) ).

thf(1000,plain,
    ! [SV126: $i,SV153: $i] :
      ( ( ( ~ ( pidElem @ ( sK12_Y @ SV153 @ SV126 ) ) )
        = $false )
      | ( ( ~ ( ordered @ SV153 ) )
        = $true )
      | ( ( ordered @ ( snoc @ SV153 @ SV126 ) )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[980]) ).

thf(1001,plain,
    ! [SV177: $i,SV185: $i,SV201: $i] :
      ( ( ( ~ ( elem @ SV201 @ SV185 ) )
        = $true )
      | ( ( ~ ( pidElem @ SV177 ) )
        = $true )
      | ( ( ~ ( pidElem @ SV201 ) )
        = $true )
      | ( ( ( ( host @ ( pidMsg @ SV201 ) )
           != ( host @ ( pidMsg @ SV177 ) ) ) )
        = $true )
      | ( ( leq @ ( pidMsg @ SV201 ) @ ( pidMsg @ SV177 ) )
        = $true )
      | ( ( ordered @ ( snoc @ SV185 @ SV177 ) )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[982]) ).

thf(1002,plain,
    ! [SV56: $i,SV100: $i,SV131: $i,SV155: $i] :
      ( ( ( ~ ~ ( leq @ ( host @ SV155 ) @ ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 ) )
          | ~ ( leq @ ( s @ zero ) @ ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 ) ) )
        = $false )
      | ( ( ~ ( setIn @ SV56 @ alive ) )
        = $true )
      | ( ( ~ ( leq @ ( host @ SV56 ) @ ( host @ SV155 ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV131 ) @ ( queue @ ( host @ SV155 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV100 )
           != ( host @ SV155 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV56 ) )
           != elec_2 ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV155 ) )
           != elec_1 ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Ack @ SV56 @ SV100 ) @ ( queue @ ( host @ SV56 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[983]) ).

thf(1003,plain,
    ! [SV56: $i,SV100: $i,SV131: $i,SV155: $i] :
      ( ( ( ~ ( ( ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 )
               != ( host @ SV131 ) ) )
          | ~ ~ ( setIn @ ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 ) @ ( index @ down @ ( host @ SV155 ) ) ) )
        = $false )
      | ( ( ~ ( setIn @ SV56 @ alive ) )
        = $true )
      | ( ( ~ ( leq @ ( host @ SV56 ) @ ( host @ SV155 ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV131 ) @ ( queue @ ( host @ SV155 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV100 )
           != ( host @ SV155 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV56 ) )
           != elec_2 ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV155 ) )
           != elec_1 ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Ack @ SV56 @ SV100 ) @ ( queue @ ( host @ SV56 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[984]) ).

thf(1004,plain,
    ! [SV144: $i,SV168: $i] :
      ( ( ( ~ ~ ( ~ ( elem @ ( sK13_Y @ SV168 @ SV144 ) @ SV168 )
                | ~ ( pidElem @ SV144 ) ) )
        = $false )
      | ( ( ~ ( ordered @ SV168 ) )
        = $true )
      | ( ( ordered @ ( cons @ SV144 @ SV168 ) )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[985]) ).

thf(1005,plain,
    ! [SV144: $i,SV168: $i] :
      ( ( ( ~ ( pidElem @ ( sK13_Y @ SV168 @ SV144 ) ) )
        = $false )
      | ( ( ~ ( ordered @ SV168 ) )
        = $true )
      | ( ( ordered @ ( cons @ SV144 @ SV168 ) )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[985]) ).

thf(1006,plain,
    ! [SV183: $i,SV193: $i,SV203: $i] :
      ( ( ( ~ ( elem @ SV203 @ SV193 ) )
        = $true )
      | ( ( ~ ( pidElem @ SV183 ) )
        = $true )
      | ( ( ~ ( pidElem @ SV203 ) )
        = $true )
      | ( ( ( ( host @ ( pidMsg @ SV203 ) )
           != ( host @ ( pidMsg @ SV183 ) ) ) )
        = $true )
      | ( ( leq @ ( pidMsg @ SV183 ) @ ( pidMsg @ SV203 ) )
        = $true )
      | ( ( ordered @ ( cons @ SV183 @ SV193 ) )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[987]) ).

thf(1007,plain,
    ( ( ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ! [SX0: $i] :
                                        ( ( leq @ ( host @ sK8_SY1879 ) @ SX0 )
                                        | ~ ( leq @ ( s @ zero ) @ SX0 )
                                        | ( SX0
                                          = ( host @ sK7_SY1876 ) )
                                        | ( setIn @ SX0 @ ( index @ down @ ( host @ sK8_SY1879 ) ) ) )
                                  | ~ ( setIn @ sK8_SY1879 @ alive ) )
                            | ~ ( leq @ nbr_proc @ ( s @ ( host @ sK8_SY1879 ) ) ) )
                      | ~ ( elem @ ( m_Down @ sK6_SY1872 ) @ ( queue @ ( host @ sK8_SY1879 ) ) ) )
                | ~ ( elem @ ( m_Down @ sK7_SY1876 ) @ ( queue @ ( host @ sK8_SY1879 ) ) ) )
          | ( ( host @ sK6_SY1872 )
           != ( s @ ( host @ sK8_SY1879 ) ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[988]) ).

thf(1008,plain,
    ( ( ( index @ status @ ( host @ sK8_SY1879 ) )
      = elec_1 )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[989]) ).

thf(1009,plain,
    ( ( ( host @ sK3_SY1713 )
      = ( host @ sK5_SY1815 ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[990]) ).

thf(1010,plain,
    ( ( setIn @ sK5_SY1815 @ alive )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[991]) ).

thf(1011,plain,
    ! [SV58: $i,SV101: $i,SV147: $i,SV171: $i] :
      ( ( ( ~ ~ ( leq @ ( host @ SV171 ) @ ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 ) )
          | ~ ( leq @ ( s @ zero ) @ ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 ) ) )
        = $false )
      | ( ( ~ ( setIn @ SV171 @ alive ) )
        = $true )
      | ( ( ~ ( leq @ nbr_proc @ ( s @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV147 ) @ ( queue @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV101 ) @ ( queue @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV101 )
           != ( s @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV171 ) )
           != elec_1 ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV58 ) )
           != ( host @ SV58 ) )
          | ~ ( setIn @ SV58 @ alive )
          | ( ( index @ status @ ( host @ SV58 ) )
           != norm ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[992]) ).

thf(1012,plain,
    ! [SV58: $i,SV101: $i,SV147: $i,SV171: $i] :
      ( ( ( ~ ( ( ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 )
               != ( host @ SV147 ) ) )
          | ~ ~ ( setIn @ ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 ) @ ( index @ down @ ( host @ SV171 ) ) ) )
        = $false )
      | ( ( ~ ( setIn @ SV171 @ alive ) )
        = $true )
      | ( ( ~ ( leq @ nbr_proc @ ( s @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV147 ) @ ( queue @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV101 ) @ ( queue @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV101 )
           != ( s @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV171 ) )
           != elec_1 ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV58 ) )
           != ( host @ SV58 ) )
          | ~ ( setIn @ SV58 @ alive )
          | ( ( index @ status @ ( host @ SV58 ) )
           != norm ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[993]) ).

thf(1013,plain,
    ! [SV42: $i,SV119: $i,SV88: $i] :
      ( ( ( ( ( index @ status @ ( host @ SV88 ) )
           != norm ) )
        = $true )
      | ( ( ~ ( setIn @ SV88 @ alive ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV88 ) )
           != ( host @ SV88 ) ) )
        = $true )
      | ( ( ( index @ status @ ( host @ SV119 ) )
          = wait )
        = $false )
      | ( ( elem @ ( m_Down @ SV42 ) @ ( queue @ ( host @ SV119 ) ) )
        = $false )
      | ( ( ( host @ SV119 )
          = ( host @ SV88 ) )
        = $true )
      | ( ( setIn @ SV119 @ alive )
        = $false )
      | ( ( ( host @ SV88 )
          = ( host @ SV42 ) )
        = $false )
      | ( ( ( host @ ( index @ elid @ ( host @ SV119 ) ) )
          = ( host @ SV88 ) )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[994]) ).

thf(1014,plain,
    ! [SV43: $i,SV120: $i,SV89: $i] :
      ( ( ( ( ( index @ status @ ( host @ SV89 ) )
           != norm ) )
        = $true )
      | ( ( ~ ( setIn @ SV89 @ alive ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV89 ) )
           != ( host @ SV89 ) ) )
        = $true )
      | ( ( ( index @ status @ ( host @ SV120 ) )
          = norm )
        = $false )
      | ( ( elem @ ( m_Down @ SV43 ) @ ( queue @ ( host @ SV120 ) ) )
        = $false )
      | ( ( ( host @ SV120 )
          = ( host @ SV89 ) )
        = $true )
      | ( ( setIn @ SV120 @ alive )
        = $false )
      | ( ( ( host @ SV89 )
          = ( host @ SV43 ) )
        = $false )
      | ( ( ( index @ ldr @ ( host @ SV120 ) )
          = ( host @ SV89 ) )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[995]) ).

thf(1015,plain,
    ! [SV44: $i,SV121: $i,SV111: $i,SV90: $i] :
      ( ( ( setIn @ ( host @ SV90 ) @ ( index @ down @ ( host @ SV111 ) ) )
        = $false )
      | ( ( elem @ ( m_Down @ SV121 ) @ ( queue @ ( host @ SV44 ) ) )
        = $false )
      | ( ( ( host @ SV90 )
          = ( host @ SV44 ) )
        = $false )
      | ( ( setIn @ SV44 @ alive )
        = $false )
      | ( ( ( host @ SV111 )
          = ( host @ SV44 ) )
        = $true )
      | ( ( setIn @ SV111 @ alive )
        = $false )
      | ( ( ( host @ SV121 )
          = ( host @ SV111 ) )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[996]) ).

thf(1016,plain,
    ! [SV45: $i,SV122: $i,SV112: $i,SV91: $i] :
      ( ( ( elem @ ( m_Down @ SV91 ) @ ( queue @ ( host @ SV112 ) ) )
        = $false )
      | ( ( elem @ ( m_Down @ SV122 ) @ ( queue @ ( host @ SV45 ) ) )
        = $false )
      | ( ( ( host @ SV91 )
          = ( host @ SV45 ) )
        = $false )
      | ( ( setIn @ SV45 @ alive )
        = $false )
      | ( ( ( host @ SV112 )
          = ( host @ SV45 ) )
        = $true )
      | ( ( setIn @ SV112 @ alive )
        = $false )
      | ( ( ( host @ SV122 )
          = ( host @ SV112 ) )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[997]) ).

thf(1017,plain,
    ! [SV126: $i,SV153: $i] :
      ( ( ( ~ ( ~ ( elem @ ( sK12_Y @ SV153 @ SV126 ) @ SV153 )
              | ~ ( pidElem @ SV126 ) ) )
        = $true )
      | ( ( ~ ( ordered @ SV153 ) )
        = $true )
      | ( ( ordered @ ( snoc @ SV153 @ SV126 ) )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[999]) ).

thf(1018,plain,
    ! [SV126: $i,SV153: $i] :
      ( ( ( pidElem @ ( sK12_Y @ SV153 @ SV126 ) )
        = $true )
      | ( ( ~ ( ordered @ SV153 ) )
        = $true )
      | ( ( ordered @ ( snoc @ SV153 @ SV126 ) )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[1000]) ).

thf(1019,plain,
    ! [SV177: $i,SV185: $i,SV201: $i] :
      ( ( ( elem @ SV201 @ SV185 )
        = $false )
      | ( ( ~ ( pidElem @ SV177 ) )
        = $true )
      | ( ( ~ ( pidElem @ SV201 ) )
        = $true )
      | ( ( ( ( host @ ( pidMsg @ SV201 ) )
           != ( host @ ( pidMsg @ SV177 ) ) ) )
        = $true )
      | ( ( leq @ ( pidMsg @ SV201 ) @ ( pidMsg @ SV177 ) )
        = $true )
      | ( ( ordered @ ( snoc @ SV185 @ SV177 ) )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[1001]) ).

thf(1020,plain,
    ! [SV56: $i,SV100: $i,SV131: $i,SV155: $i] :
      ( ( ( ~ ~ ( leq @ ( host @ SV155 ) @ ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 ) ) )
        = $false )
      | ( ( ~ ( setIn @ SV56 @ alive ) )
        = $true )
      | ( ( ~ ( leq @ ( host @ SV56 ) @ ( host @ SV155 ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV131 ) @ ( queue @ ( host @ SV155 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV100 )
           != ( host @ SV155 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV56 ) )
           != elec_2 ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV155 ) )
           != elec_1 ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Ack @ SV56 @ SV100 ) @ ( queue @ ( host @ SV56 ) ) ) )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[1002]) ).

thf(1021,plain,
    ! [SV56: $i,SV100: $i,SV131: $i,SV155: $i] :
      ( ( ( ~ ( leq @ ( s @ zero ) @ ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 ) ) )
        = $false )
      | ( ( ~ ( setIn @ SV56 @ alive ) )
        = $true )
      | ( ( ~ ( leq @ ( host @ SV56 ) @ ( host @ SV155 ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV131 ) @ ( queue @ ( host @ SV155 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV100 )
           != ( host @ SV155 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV56 ) )
           != elec_2 ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV155 ) )
           != elec_1 ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Ack @ SV56 @ SV100 ) @ ( queue @ ( host @ SV56 ) ) ) )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[1002]) ).

thf(1022,plain,
    ! [SV56: $i,SV100: $i,SV131: $i,SV155: $i] :
      ( ( ( ~ ( ( ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 )
               != ( host @ SV131 ) ) ) )
        = $false )
      | ( ( ~ ( setIn @ SV56 @ alive ) )
        = $true )
      | ( ( ~ ( leq @ ( host @ SV56 ) @ ( host @ SV155 ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV131 ) @ ( queue @ ( host @ SV155 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV100 )
           != ( host @ SV155 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV56 ) )
           != elec_2 ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV155 ) )
           != elec_1 ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Ack @ SV56 @ SV100 ) @ ( queue @ ( host @ SV56 ) ) ) )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[1003]) ).

thf(1023,plain,
    ! [SV56: $i,SV100: $i,SV131: $i,SV155: $i] :
      ( ( ( ~ ~ ( setIn @ ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 ) @ ( index @ down @ ( host @ SV155 ) ) ) )
        = $false )
      | ( ( ~ ( setIn @ SV56 @ alive ) )
        = $true )
      | ( ( ~ ( leq @ ( host @ SV56 ) @ ( host @ SV155 ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV131 ) @ ( queue @ ( host @ SV155 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV100 )
           != ( host @ SV155 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV56 ) )
           != elec_2 ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV155 ) )
           != elec_1 ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Ack @ SV56 @ SV100 ) @ ( queue @ ( host @ SV56 ) ) ) )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[1003]) ).

thf(1024,plain,
    ! [SV144: $i,SV168: $i] :
      ( ( ( ~ ( ~ ( elem @ ( sK13_Y @ SV168 @ SV144 ) @ SV168 )
              | ~ ( pidElem @ SV144 ) ) )
        = $true )
      | ( ( ~ ( ordered @ SV168 ) )
        = $true )
      | ( ( ordered @ ( cons @ SV144 @ SV168 ) )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[1004]) ).

thf(1025,plain,
    ! [SV144: $i,SV168: $i] :
      ( ( ( pidElem @ ( sK13_Y @ SV168 @ SV144 ) )
        = $true )
      | ( ( ~ ( ordered @ SV168 ) )
        = $true )
      | ( ( ordered @ ( cons @ SV144 @ SV168 ) )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[1005]) ).

thf(1026,plain,
    ! [SV183: $i,SV193: $i,SV203: $i] :
      ( ( ( elem @ SV203 @ SV193 )
        = $false )
      | ( ( ~ ( pidElem @ SV183 ) )
        = $true )
      | ( ( ~ ( pidElem @ SV203 ) )
        = $true )
      | ( ( ( ( host @ ( pidMsg @ SV203 ) )
           != ( host @ ( pidMsg @ SV183 ) ) ) )
        = $true )
      | ( ( leq @ ( pidMsg @ SV183 ) @ ( pidMsg @ SV203 ) )
        = $true )
      | ( ( ordered @ ( cons @ SV183 @ SV193 ) )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[1006]) ).

thf(1027,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ! [SX0: $i] :
                                    ( ( leq @ ( host @ sK8_SY1879 ) @ SX0 )
                                    | ~ ( leq @ ( s @ zero ) @ SX0 )
                                    | ( SX0
                                      = ( host @ sK7_SY1876 ) )
                                    | ( setIn @ SX0 @ ( index @ down @ ( host @ sK8_SY1879 ) ) ) )
                              | ~ ( setIn @ sK8_SY1879 @ alive ) )
                        | ~ ( leq @ nbr_proc @ ( s @ ( host @ sK8_SY1879 ) ) ) )
                  | ~ ( elem @ ( m_Down @ sK6_SY1872 ) @ ( queue @ ( host @ sK8_SY1879 ) ) ) )
            | ~ ( elem @ ( m_Down @ sK7_SY1876 ) @ ( queue @ ( host @ sK8_SY1879 ) ) ) )
      | ( ( host @ sK6_SY1872 )
       != ( s @ ( host @ sK8_SY1879 ) ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[1007]) ).

thf(1028,plain,
    ! [SV58: $i,SV101: $i,SV147: $i,SV171: $i] :
      ( ( ( ~ ~ ( leq @ ( host @ SV171 ) @ ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 ) ) )
        = $false )
      | ( ( ~ ( setIn @ SV171 @ alive ) )
        = $true )
      | ( ( ~ ( leq @ nbr_proc @ ( s @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV147 ) @ ( queue @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV101 ) @ ( queue @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV101 )
           != ( s @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV171 ) )
           != elec_1 ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV58 ) )
           != ( host @ SV58 ) )
          | ~ ( setIn @ SV58 @ alive )
          | ( ( index @ status @ ( host @ SV58 ) )
           != norm ) )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[1011]) ).

thf(1029,plain,
    ! [SV58: $i,SV101: $i,SV147: $i,SV171: $i] :
      ( ( ( ~ ( leq @ ( s @ zero ) @ ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 ) ) )
        = $false )
      | ( ( ~ ( setIn @ SV171 @ alive ) )
        = $true )
      | ( ( ~ ( leq @ nbr_proc @ ( s @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV147 ) @ ( queue @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV101 ) @ ( queue @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV101 )
           != ( s @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV171 ) )
           != elec_1 ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV58 ) )
           != ( host @ SV58 ) )
          | ~ ( setIn @ SV58 @ alive )
          | ( ( index @ status @ ( host @ SV58 ) )
           != norm ) )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[1011]) ).

thf(1030,plain,
    ! [SV58: $i,SV101: $i,SV147: $i,SV171: $i] :
      ( ( ( ~ ( ( ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 )
               != ( host @ SV147 ) ) ) )
        = $false )
      | ( ( ~ ( setIn @ SV171 @ alive ) )
        = $true )
      | ( ( ~ ( leq @ nbr_proc @ ( s @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV147 ) @ ( queue @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV101 ) @ ( queue @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV101 )
           != ( s @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV171 ) )
           != elec_1 ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV58 ) )
           != ( host @ SV58 ) )
          | ~ ( setIn @ SV58 @ alive )
          | ( ( index @ status @ ( host @ SV58 ) )
           != norm ) )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[1012]) ).

thf(1031,plain,
    ! [SV58: $i,SV101: $i,SV147: $i,SV171: $i] :
      ( ( ( ~ ~ ( setIn @ ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 ) @ ( index @ down @ ( host @ SV171 ) ) ) )
        = $false )
      | ( ( ~ ( setIn @ SV171 @ alive ) )
        = $true )
      | ( ( ~ ( leq @ nbr_proc @ ( s @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV147 ) @ ( queue @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV101 ) @ ( queue @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV101 )
           != ( s @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV171 ) )
           != elec_1 ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV58 ) )
           != ( host @ SV58 ) )
          | ~ ( setIn @ SV58 @ alive )
          | ( ( index @ status @ ( host @ SV58 ) )
           != norm ) )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[1012]) ).

thf(1032,plain,
    ! [SV42: $i,SV119: $i,SV88: $i] :
      ( ( ( ( index @ status @ ( host @ SV88 ) )
          = norm )
        = $false )
      | ( ( ~ ( setIn @ SV88 @ alive ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV88 ) )
           != ( host @ SV88 ) ) )
        = $true )
      | ( ( ( index @ status @ ( host @ SV119 ) )
          = wait )
        = $false )
      | ( ( elem @ ( m_Down @ SV42 ) @ ( queue @ ( host @ SV119 ) ) )
        = $false )
      | ( ( ( host @ SV119 )
          = ( host @ SV88 ) )
        = $true )
      | ( ( setIn @ SV119 @ alive )
        = $false )
      | ( ( ( host @ SV88 )
          = ( host @ SV42 ) )
        = $false )
      | ( ( ( host @ ( index @ elid @ ( host @ SV119 ) ) )
          = ( host @ SV88 ) )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[1013]) ).

thf(1033,plain,
    ! [SV43: $i,SV120: $i,SV89: $i] :
      ( ( ( ( index @ status @ ( host @ SV89 ) )
          = norm )
        = $false )
      | ( ( ~ ( setIn @ SV89 @ alive ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV89 ) )
           != ( host @ SV89 ) ) )
        = $true )
      | ( ( ( index @ status @ ( host @ SV120 ) )
          = norm )
        = $false )
      | ( ( elem @ ( m_Down @ SV43 ) @ ( queue @ ( host @ SV120 ) ) )
        = $false )
      | ( ( ( host @ SV120 )
          = ( host @ SV89 ) )
        = $true )
      | ( ( setIn @ SV120 @ alive )
        = $false )
      | ( ( ( host @ SV89 )
          = ( host @ SV43 ) )
        = $false )
      | ( ( ( index @ ldr @ ( host @ SV120 ) )
          = ( host @ SV89 ) )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[1014]) ).

thf(1034,plain,
    ! [SV126: $i,SV153: $i] :
      ( ( ( ~ ( elem @ ( sK12_Y @ SV153 @ SV126 ) @ SV153 )
          | ~ ( pidElem @ SV126 ) )
        = $false )
      | ( ( ~ ( ordered @ SV153 ) )
        = $true )
      | ( ( ordered @ ( snoc @ SV153 @ SV126 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1017]) ).

thf(1035,plain,
    ! [SV126: $i,SV153: $i] :
      ( ( ( ordered @ SV153 )
        = $false )
      | ( ( pidElem @ ( sK12_Y @ SV153 @ SV126 ) )
        = $true )
      | ( ( ordered @ ( snoc @ SV153 @ SV126 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1018]) ).

thf(1036,plain,
    ! [SV185: $i,SV201: $i,SV177: $i] :
      ( ( ( pidElem @ SV177 )
        = $false )
      | ( ( elem @ SV201 @ SV185 )
        = $false )
      | ( ( ~ ( pidElem @ SV201 ) )
        = $true )
      | ( ( ( ( host @ ( pidMsg @ SV201 ) )
           != ( host @ ( pidMsg @ SV177 ) ) ) )
        = $true )
      | ( ( leq @ ( pidMsg @ SV201 ) @ ( pidMsg @ SV177 ) )
        = $true )
      | ( ( ordered @ ( snoc @ SV185 @ SV177 ) )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[1019]) ).

thf(1037,plain,
    ! [SV56: $i,SV100: $i,SV131: $i,SV155: $i] :
      ( ( ( ~ ( leq @ ( host @ SV155 ) @ ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 ) ) )
        = $true )
      | ( ( ~ ( setIn @ SV56 @ alive ) )
        = $true )
      | ( ( ~ ( leq @ ( host @ SV56 ) @ ( host @ SV155 ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV131 ) @ ( queue @ ( host @ SV155 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV100 )
           != ( host @ SV155 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV56 ) )
           != elec_2 ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV155 ) )
           != elec_1 ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Ack @ SV56 @ SV100 ) @ ( queue @ ( host @ SV56 ) ) ) )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[1020]) ).

thf(1038,plain,
    ! [SV56: $i,SV100: $i,SV131: $i,SV155: $i] :
      ( ( ( leq @ ( s @ zero ) @ ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 ) )
        = $true )
      | ( ( ~ ( setIn @ SV56 @ alive ) )
        = $true )
      | ( ( ~ ( leq @ ( host @ SV56 ) @ ( host @ SV155 ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV131 ) @ ( queue @ ( host @ SV155 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV100 )
           != ( host @ SV155 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV56 ) )
           != elec_2 ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV155 ) )
           != elec_1 ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Ack @ SV56 @ SV100 ) @ ( queue @ ( host @ SV56 ) ) ) )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[1021]) ).

thf(1039,plain,
    ! [SV56: $i,SV100: $i,SV131: $i,SV155: $i] :
      ( ( ( ( ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 )
           != ( host @ SV131 ) ) )
        = $true )
      | ( ( ~ ( setIn @ SV56 @ alive ) )
        = $true )
      | ( ( ~ ( leq @ ( host @ SV56 ) @ ( host @ SV155 ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV131 ) @ ( queue @ ( host @ SV155 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV100 )
           != ( host @ SV155 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV56 ) )
           != elec_2 ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV155 ) )
           != elec_1 ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Ack @ SV56 @ SV100 ) @ ( queue @ ( host @ SV56 ) ) ) )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[1022]) ).

thf(1040,plain,
    ! [SV56: $i,SV100: $i,SV131: $i,SV155: $i] :
      ( ( ( ~ ( setIn @ ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 ) @ ( index @ down @ ( host @ SV155 ) ) ) )
        = $true )
      | ( ( ~ ( setIn @ SV56 @ alive ) )
        = $true )
      | ( ( ~ ( leq @ ( host @ SV56 ) @ ( host @ SV155 ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV131 ) @ ( queue @ ( host @ SV155 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV100 )
           != ( host @ SV155 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV56 ) )
           != elec_2 ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV155 ) )
           != elec_1 ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Ack @ SV56 @ SV100 ) @ ( queue @ ( host @ SV56 ) ) ) )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[1023]) ).

thf(1041,plain,
    ! [SV144: $i,SV168: $i] :
      ( ( ( ~ ( elem @ ( sK13_Y @ SV168 @ SV144 ) @ SV168 )
          | ~ ( pidElem @ SV144 ) )
        = $false )
      | ( ( ~ ( ordered @ SV168 ) )
        = $true )
      | ( ( ordered @ ( cons @ SV144 @ SV168 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1024]) ).

thf(1042,plain,
    ! [SV144: $i,SV168: $i] :
      ( ( ( ordered @ SV168 )
        = $false )
      | ( ( pidElem @ ( sK13_Y @ SV168 @ SV144 ) )
        = $true )
      | ( ( ordered @ ( cons @ SV144 @ SV168 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1025]) ).

thf(1043,plain,
    ! [SV193: $i,SV203: $i,SV183: $i] :
      ( ( ( pidElem @ SV183 )
        = $false )
      | ( ( elem @ SV203 @ SV193 )
        = $false )
      | ( ( ~ ( pidElem @ SV203 ) )
        = $true )
      | ( ( ( ( host @ ( pidMsg @ SV203 ) )
           != ( host @ ( pidMsg @ SV183 ) ) ) )
        = $true )
      | ( ( leq @ ( pidMsg @ SV183 ) @ ( pidMsg @ SV203 ) )
        = $true )
      | ( ( ordered @ ( cons @ SV183 @ SV193 ) )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[1026]) ).

thf(1044,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ! [SX0: $i] :
                                    ( ( leq @ ( host @ sK8_SY1879 ) @ SX0 )
                                    | ~ ( leq @ ( s @ zero ) @ SX0 )
                                    | ( SX0
                                      = ( host @ sK7_SY1876 ) )
                                    | ( setIn @ SX0 @ ( index @ down @ ( host @ sK8_SY1879 ) ) ) )
                              | ~ ( setIn @ sK8_SY1879 @ alive ) )
                        | ~ ( leq @ nbr_proc @ ( s @ ( host @ sK8_SY1879 ) ) ) )
                  | ~ ( elem @ ( m_Down @ sK6_SY1872 ) @ ( queue @ ( host @ sK8_SY1879 ) ) ) )
            | ~ ( elem @ ( m_Down @ sK7_SY1876 ) @ ( queue @ ( host @ sK8_SY1879 ) ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[1027]) ).

thf(1045,plain,
    ( ( ( ( host @ sK6_SY1872 )
       != ( s @ ( host @ sK8_SY1879 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[1027]) ).

thf(1046,plain,
    ! [SV58: $i,SV101: $i,SV147: $i,SV171: $i] :
      ( ( ( ~ ( leq @ ( host @ SV171 ) @ ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 ) ) )
        = $true )
      | ( ( ~ ( setIn @ SV171 @ alive ) )
        = $true )
      | ( ( ~ ( leq @ nbr_proc @ ( s @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV147 ) @ ( queue @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV101 ) @ ( queue @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV101 )
           != ( s @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV171 ) )
           != elec_1 ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV58 ) )
           != ( host @ SV58 ) )
          | ~ ( setIn @ SV58 @ alive )
          | ( ( index @ status @ ( host @ SV58 ) )
           != norm ) )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[1028]) ).

thf(1047,plain,
    ! [SV58: $i,SV101: $i,SV147: $i,SV171: $i] :
      ( ( ( leq @ ( s @ zero ) @ ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 ) )
        = $true )
      | ( ( ~ ( setIn @ SV171 @ alive ) )
        = $true )
      | ( ( ~ ( leq @ nbr_proc @ ( s @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV147 ) @ ( queue @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV101 ) @ ( queue @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV101 )
           != ( s @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV171 ) )
           != elec_1 ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV58 ) )
           != ( host @ SV58 ) )
          | ~ ( setIn @ SV58 @ alive )
          | ( ( index @ status @ ( host @ SV58 ) )
           != norm ) )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[1029]) ).

thf(1048,plain,
    ! [SV58: $i,SV101: $i,SV147: $i,SV171: $i] :
      ( ( ( ( ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 )
           != ( host @ SV147 ) ) )
        = $true )
      | ( ( ~ ( setIn @ SV171 @ alive ) )
        = $true )
      | ( ( ~ ( leq @ nbr_proc @ ( s @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV147 ) @ ( queue @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV101 ) @ ( queue @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV101 )
           != ( s @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV171 ) )
           != elec_1 ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV58 ) )
           != ( host @ SV58 ) )
          | ~ ( setIn @ SV58 @ alive )
          | ( ( index @ status @ ( host @ SV58 ) )
           != norm ) )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[1030]) ).

thf(1049,plain,
    ! [SV58: $i,SV101: $i,SV147: $i,SV171: $i] :
      ( ( ( ~ ( setIn @ ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 ) @ ( index @ down @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ~ ( setIn @ SV171 @ alive ) )
        = $true )
      | ( ( ~ ( leq @ nbr_proc @ ( s @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV147 ) @ ( queue @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV101 ) @ ( queue @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV101 )
           != ( s @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV171 ) )
           != elec_1 ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV58 ) )
           != ( host @ SV58 ) )
          | ~ ( setIn @ SV58 @ alive )
          | ( ( index @ status @ ( host @ SV58 ) )
           != norm ) )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[1031]) ).

thf(1050,plain,
    ! [SV42: $i,SV119: $i,SV88: $i] :
      ( ( ( setIn @ SV88 @ alive )
        = $false )
      | ( ( ( index @ status @ ( host @ SV88 ) )
          = norm )
        = $false )
      | ( ( ( ( index @ ldr @ ( host @ SV88 ) )
           != ( host @ SV88 ) ) )
        = $true )
      | ( ( ( index @ status @ ( host @ SV119 ) )
          = wait )
        = $false )
      | ( ( elem @ ( m_Down @ SV42 ) @ ( queue @ ( host @ SV119 ) ) )
        = $false )
      | ( ( ( host @ SV119 )
          = ( host @ SV88 ) )
        = $true )
      | ( ( setIn @ SV119 @ alive )
        = $false )
      | ( ( ( host @ SV88 )
          = ( host @ SV42 ) )
        = $false )
      | ( ( ( host @ ( index @ elid @ ( host @ SV119 ) ) )
          = ( host @ SV88 ) )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[1032]) ).

thf(1051,plain,
    ! [SV43: $i,SV120: $i,SV89: $i] :
      ( ( ( setIn @ SV89 @ alive )
        = $false )
      | ( ( ( index @ status @ ( host @ SV89 ) )
          = norm )
        = $false )
      | ( ( ( ( index @ ldr @ ( host @ SV89 ) )
           != ( host @ SV89 ) ) )
        = $true )
      | ( ( ( index @ status @ ( host @ SV120 ) )
          = norm )
        = $false )
      | ( ( elem @ ( m_Down @ SV43 ) @ ( queue @ ( host @ SV120 ) ) )
        = $false )
      | ( ( ( host @ SV120 )
          = ( host @ SV89 ) )
        = $true )
      | ( ( setIn @ SV120 @ alive )
        = $false )
      | ( ( ( host @ SV89 )
          = ( host @ SV43 ) )
        = $false )
      | ( ( ( index @ ldr @ ( host @ SV120 ) )
          = ( host @ SV89 ) )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[1033]) ).

thf(1052,plain,
    ! [SV126: $i,SV153: $i] :
      ( ( ( ~ ( elem @ ( sK12_Y @ SV153 @ SV126 ) @ SV153 ) )
        = $false )
      | ( ( ~ ( ordered @ SV153 ) )
        = $true )
      | ( ( ordered @ ( snoc @ SV153 @ SV126 ) )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[1034]) ).

thf(1053,plain,
    ! [SV153: $i,SV126: $i] :
      ( ( ( ~ ( pidElem @ SV126 ) )
        = $false )
      | ( ( ~ ( ordered @ SV153 ) )
        = $true )
      | ( ( ordered @ ( snoc @ SV153 @ SV126 ) )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[1034]) ).

thf(1054,plain,
    ! [SV177: $i,SV185: $i,SV201: $i] :
      ( ( ( pidElem @ SV201 )
        = $false )
      | ( ( elem @ SV201 @ SV185 )
        = $false )
      | ( ( pidElem @ SV177 )
        = $false )
      | ( ( ( ( host @ ( pidMsg @ SV201 ) )
           != ( host @ ( pidMsg @ SV177 ) ) ) )
        = $true )
      | ( ( leq @ ( pidMsg @ SV201 ) @ ( pidMsg @ SV177 ) )
        = $true )
      | ( ( ordered @ ( snoc @ SV185 @ SV177 ) )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[1036]) ).

thf(1055,plain,
    ! [SV56: $i,SV100: $i,SV131: $i,SV155: $i] :
      ( ( ( leq @ ( host @ SV155 ) @ ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 ) )
        = $false )
      | ( ( ~ ( setIn @ SV56 @ alive ) )
        = $true )
      | ( ( ~ ( leq @ ( host @ SV56 ) @ ( host @ SV155 ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV131 ) @ ( queue @ ( host @ SV155 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV100 )
           != ( host @ SV155 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV56 ) )
           != elec_2 ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV155 ) )
           != elec_1 ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Ack @ SV56 @ SV100 ) @ ( queue @ ( host @ SV56 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1037]) ).

thf(1056,plain,
    ! [SV100: $i,SV131: $i,SV155: $i,SV56: $i] :
      ( ( ( setIn @ SV56 @ alive )
        = $false )
      | ( ( leq @ ( s @ zero ) @ ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 ) )
        = $true )
      | ( ( ~ ( leq @ ( host @ SV56 ) @ ( host @ SV155 ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV131 ) @ ( queue @ ( host @ SV155 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV100 )
           != ( host @ SV155 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV56 ) )
           != elec_2 ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV155 ) )
           != elec_1 ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Ack @ SV56 @ SV100 ) @ ( queue @ ( host @ SV56 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1038]) ).

thf(1057,plain,
    ! [SV56: $i,SV100: $i,SV131: $i,SV155: $i] :
      ( ( ( ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 )
          = ( host @ SV131 ) )
        = $false )
      | ( ( ~ ( setIn @ SV56 @ alive ) )
        = $true )
      | ( ( ~ ( leq @ ( host @ SV56 ) @ ( host @ SV155 ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV131 ) @ ( queue @ ( host @ SV155 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV100 )
           != ( host @ SV155 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV56 ) )
           != elec_2 ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV155 ) )
           != elec_1 ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Ack @ SV56 @ SV100 ) @ ( queue @ ( host @ SV56 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1039]) ).

thf(1058,plain,
    ! [SV56: $i,SV100: $i,SV131: $i,SV155: $i] :
      ( ( ( setIn @ ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 ) @ ( index @ down @ ( host @ SV155 ) ) )
        = $false )
      | ( ( ~ ( setIn @ SV56 @ alive ) )
        = $true )
      | ( ( ~ ( leq @ ( host @ SV56 ) @ ( host @ SV155 ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV131 ) @ ( queue @ ( host @ SV155 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV100 )
           != ( host @ SV155 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV56 ) )
           != elec_2 ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV155 ) )
           != elec_1 ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Ack @ SV56 @ SV100 ) @ ( queue @ ( host @ SV56 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1040]) ).

thf(1059,plain,
    ! [SV144: $i,SV168: $i] :
      ( ( ( ~ ( elem @ ( sK13_Y @ SV168 @ SV144 ) @ SV168 ) )
        = $false )
      | ( ( ~ ( ordered @ SV168 ) )
        = $true )
      | ( ( ordered @ ( cons @ SV144 @ SV168 ) )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[1041]) ).

thf(1060,plain,
    ! [SV168: $i,SV144: $i] :
      ( ( ( ~ ( pidElem @ SV144 ) )
        = $false )
      | ( ( ~ ( ordered @ SV168 ) )
        = $true )
      | ( ( ordered @ ( cons @ SV144 @ SV168 ) )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[1041]) ).

thf(1061,plain,
    ! [SV183: $i,SV193: $i,SV203: $i] :
      ( ( ( pidElem @ SV203 )
        = $false )
      | ( ( elem @ SV203 @ SV193 )
        = $false )
      | ( ( pidElem @ SV183 )
        = $false )
      | ( ( ( ( host @ ( pidMsg @ SV203 ) )
           != ( host @ ( pidMsg @ SV183 ) ) ) )
        = $true )
      | ( ( leq @ ( pidMsg @ SV183 ) @ ( pidMsg @ SV203 ) )
        = $true )
      | ( ( ordered @ ( cons @ SV183 @ SV193 ) )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[1043]) ).

thf(1062,plain,
    ( ( ~ ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ! [SX0: $i] :
                                  ( ( leq @ ( host @ sK8_SY1879 ) @ SX0 )
                                  | ~ ( leq @ ( s @ zero ) @ SX0 )
                                  | ( SX0
                                    = ( host @ sK7_SY1876 ) )
                                  | ( setIn @ SX0 @ ( index @ down @ ( host @ sK8_SY1879 ) ) ) )
                            | ~ ( setIn @ sK8_SY1879 @ alive ) )
                      | ~ ( leq @ nbr_proc @ ( s @ ( host @ sK8_SY1879 ) ) ) )
                | ~ ( elem @ ( m_Down @ sK6_SY1872 ) @ ( queue @ ( host @ sK8_SY1879 ) ) ) )
          | ~ ( elem @ ( m_Down @ sK7_SY1876 ) @ ( queue @ ( host @ sK8_SY1879 ) ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[1044]) ).

thf(1063,plain,
    ( ( ( host @ sK6_SY1872 )
      = ( s @ ( host @ sK8_SY1879 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[1045]) ).

thf(1064,plain,
    ! [SV58: $i,SV101: $i,SV147: $i,SV171: $i] :
      ( ( ( leq @ ( host @ SV171 ) @ ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 ) )
        = $false )
      | ( ( ~ ( setIn @ SV171 @ alive ) )
        = $true )
      | ( ( ~ ( leq @ nbr_proc @ ( s @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV147 ) @ ( queue @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV101 ) @ ( queue @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV101 )
           != ( s @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV171 ) )
           != elec_1 ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV58 ) )
           != ( host @ SV58 ) )
          | ~ ( setIn @ SV58 @ alive )
          | ( ( index @ status @ ( host @ SV58 ) )
           != norm ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1046]) ).

thf(1065,plain,
    ! [SV58: $i,SV101: $i,SV147: $i,SV171: $i] :
      ( ( ( setIn @ SV171 @ alive )
        = $false )
      | ( ( leq @ ( s @ zero ) @ ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 ) )
        = $true )
      | ( ( ~ ( leq @ nbr_proc @ ( s @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV147 ) @ ( queue @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV101 ) @ ( queue @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV101 )
           != ( s @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV171 ) )
           != elec_1 ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV58 ) )
           != ( host @ SV58 ) )
          | ~ ( setIn @ SV58 @ alive )
          | ( ( index @ status @ ( host @ SV58 ) )
           != norm ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1047]) ).

thf(1066,plain,
    ! [SV58: $i,SV101: $i,SV147: $i,SV171: $i] :
      ( ( ( ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 )
          = ( host @ SV147 ) )
        = $false )
      | ( ( ~ ( setIn @ SV171 @ alive ) )
        = $true )
      | ( ( ~ ( leq @ nbr_proc @ ( s @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV147 ) @ ( queue @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV101 ) @ ( queue @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV101 )
           != ( s @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV171 ) )
           != elec_1 ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV58 ) )
           != ( host @ SV58 ) )
          | ~ ( setIn @ SV58 @ alive )
          | ( ( index @ status @ ( host @ SV58 ) )
           != norm ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1048]) ).

thf(1067,plain,
    ! [SV58: $i,SV101: $i,SV147: $i,SV171: $i] :
      ( ( ( setIn @ ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 ) @ ( index @ down @ ( host @ SV171 ) ) )
        = $false )
      | ( ( ~ ( setIn @ SV171 @ alive ) )
        = $true )
      | ( ( ~ ( leq @ nbr_proc @ ( s @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV147 ) @ ( queue @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV101 ) @ ( queue @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV101 )
           != ( s @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV171 ) )
           != elec_1 ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV58 ) )
           != ( host @ SV58 ) )
          | ~ ( setIn @ SV58 @ alive )
          | ( ( index @ status @ ( host @ SV58 ) )
           != norm ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1049]) ).

thf(1068,plain,
    ! [SV42: $i,SV119: $i,SV88: $i] :
      ( ( ( ( index @ ldr @ ( host @ SV88 ) )
          = ( host @ SV88 ) )
        = $false )
      | ( ( ( index @ status @ ( host @ SV88 ) )
          = norm )
        = $false )
      | ( ( setIn @ SV88 @ alive )
        = $false )
      | ( ( ( index @ status @ ( host @ SV119 ) )
          = wait )
        = $false )
      | ( ( elem @ ( m_Down @ SV42 ) @ ( queue @ ( host @ SV119 ) ) )
        = $false )
      | ( ( ( host @ SV119 )
          = ( host @ SV88 ) )
        = $true )
      | ( ( setIn @ SV119 @ alive )
        = $false )
      | ( ( ( host @ SV88 )
          = ( host @ SV42 ) )
        = $false )
      | ( ( ( host @ ( index @ elid @ ( host @ SV119 ) ) )
          = ( host @ SV88 ) )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[1050]) ).

thf(1069,plain,
    ! [SV43: $i,SV120: $i,SV89: $i] :
      ( ( ( ( index @ ldr @ ( host @ SV89 ) )
          = ( host @ SV89 ) )
        = $false )
      | ( ( ( index @ status @ ( host @ SV89 ) )
          = norm )
        = $false )
      | ( ( setIn @ SV89 @ alive )
        = $false )
      | ( ( ( index @ status @ ( host @ SV120 ) )
          = norm )
        = $false )
      | ( ( elem @ ( m_Down @ SV43 ) @ ( queue @ ( host @ SV120 ) ) )
        = $false )
      | ( ( ( host @ SV120 )
          = ( host @ SV89 ) )
        = $true )
      | ( ( setIn @ SV120 @ alive )
        = $false )
      | ( ( ( host @ SV89 )
          = ( host @ SV43 ) )
        = $false )
      | ( ( ( index @ ldr @ ( host @ SV120 ) )
          = ( host @ SV89 ) )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[1051]) ).

thf(1070,plain,
    ! [SV126: $i,SV153: $i] :
      ( ( ( elem @ ( sK12_Y @ SV153 @ SV126 ) @ SV153 )
        = $true )
      | ( ( ~ ( ordered @ SV153 ) )
        = $true )
      | ( ( ordered @ ( snoc @ SV153 @ SV126 ) )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[1052]) ).

thf(1071,plain,
    ! [SV153: $i,SV126: $i] :
      ( ( ( pidElem @ SV126 )
        = $true )
      | ( ( ~ ( ordered @ SV153 ) )
        = $true )
      | ( ( ordered @ ( snoc @ SV153 @ SV126 ) )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[1053]) ).

thf(1072,plain,
    ! [SV185: $i,SV177: $i,SV201: $i] :
      ( ( ( ( host @ ( pidMsg @ SV201 ) )
          = ( host @ ( pidMsg @ SV177 ) ) )
        = $false )
      | ( ( pidElem @ SV177 )
        = $false )
      | ( ( elem @ SV201 @ SV185 )
        = $false )
      | ( ( pidElem @ SV201 )
        = $false )
      | ( ( leq @ ( pidMsg @ SV201 ) @ ( pidMsg @ SV177 ) )
        = $true )
      | ( ( ordered @ ( snoc @ SV185 @ SV177 ) )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[1054]) ).

thf(1073,plain,
    ! [SV100: $i,SV131: $i,SV155: $i,SV56: $i] :
      ( ( ( setIn @ SV56 @ alive )
        = $false )
      | ( ( leq @ ( host @ SV155 ) @ ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 ) )
        = $false )
      | ( ( ~ ( leq @ ( host @ SV56 ) @ ( host @ SV155 ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV131 ) @ ( queue @ ( host @ SV155 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV100 )
           != ( host @ SV155 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV56 ) )
           != elec_2 ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV155 ) )
           != elec_1 ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Ack @ SV56 @ SV100 ) @ ( queue @ ( host @ SV56 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1055]) ).

thf(1074,plain,
    ! [SV100: $i,SV131: $i,SV155: $i,SV56: $i] :
      ( ( ( leq @ ( host @ SV56 ) @ ( host @ SV155 ) )
        = $false )
      | ( ( leq @ ( s @ zero ) @ ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 ) )
        = $true )
      | ( ( setIn @ SV56 @ alive )
        = $false )
      | ( ( ~ ( elem @ ( m_Down @ SV131 ) @ ( queue @ ( host @ SV155 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV100 )
           != ( host @ SV155 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV56 ) )
           != elec_2 ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV155 ) )
           != elec_1 ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Ack @ SV56 @ SV100 ) @ ( queue @ ( host @ SV56 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1056]) ).

thf(1075,plain,
    ! [SV100: $i,SV131: $i,SV155: $i,SV56: $i] :
      ( ( ( setIn @ SV56 @ alive )
        = $false )
      | ( ( ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 )
          = ( host @ SV131 ) )
        = $false )
      | ( ( ~ ( leq @ ( host @ SV56 ) @ ( host @ SV155 ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV131 ) @ ( queue @ ( host @ SV155 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV100 )
           != ( host @ SV155 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV56 ) )
           != elec_2 ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV155 ) )
           != elec_1 ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Ack @ SV56 @ SV100 ) @ ( queue @ ( host @ SV56 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1057]) ).

thf(1076,plain,
    ! [SV100: $i,SV131: $i,SV155: $i,SV56: $i] :
      ( ( ( setIn @ SV56 @ alive )
        = $false )
      | ( ( setIn @ ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 ) @ ( index @ down @ ( host @ SV155 ) ) )
        = $false )
      | ( ( ~ ( leq @ ( host @ SV56 ) @ ( host @ SV155 ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV131 ) @ ( queue @ ( host @ SV155 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV100 )
           != ( host @ SV155 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV56 ) )
           != elec_2 ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV155 ) )
           != elec_1 ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Ack @ SV56 @ SV100 ) @ ( queue @ ( host @ SV56 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1058]) ).

thf(1077,plain,
    ! [SV144: $i,SV168: $i] :
      ( ( ( elem @ ( sK13_Y @ SV168 @ SV144 ) @ SV168 )
        = $true )
      | ( ( ~ ( ordered @ SV168 ) )
        = $true )
      | ( ( ordered @ ( cons @ SV144 @ SV168 ) )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[1059]) ).

thf(1078,plain,
    ! [SV168: $i,SV144: $i] :
      ( ( ( pidElem @ SV144 )
        = $true )
      | ( ( ~ ( ordered @ SV168 ) )
        = $true )
      | ( ( ordered @ ( cons @ SV144 @ SV168 ) )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[1060]) ).

thf(1079,plain,
    ! [SV193: $i,SV183: $i,SV203: $i] :
      ( ( ( ( host @ ( pidMsg @ SV203 ) )
          = ( host @ ( pidMsg @ SV183 ) ) )
        = $false )
      | ( ( pidElem @ SV183 )
        = $false )
      | ( ( elem @ SV203 @ SV193 )
        = $false )
      | ( ( pidElem @ SV203 )
        = $false )
      | ( ( leq @ ( pidMsg @ SV183 ) @ ( pidMsg @ SV203 ) )
        = $true )
      | ( ( ordered @ ( cons @ SV183 @ SV193 ) )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[1061]) ).

thf(1080,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ! [SX0: $i] :
                              ( ( leq @ ( host @ sK8_SY1879 ) @ SX0 )
                              | ~ ( leq @ ( s @ zero ) @ SX0 )
                              | ( SX0
                                = ( host @ sK7_SY1876 ) )
                              | ( setIn @ SX0 @ ( index @ down @ ( host @ sK8_SY1879 ) ) ) )
                        | ~ ( setIn @ sK8_SY1879 @ alive ) )
                  | ~ ( leq @ nbr_proc @ ( s @ ( host @ sK8_SY1879 ) ) ) )
            | ~ ( elem @ ( m_Down @ sK6_SY1872 ) @ ( queue @ ( host @ sK8_SY1879 ) ) ) )
      | ~ ( elem @ ( m_Down @ sK7_SY1876 ) @ ( queue @ ( host @ sK8_SY1879 ) ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[1062]) ).

thf(1081,plain,
    ! [SV58: $i,SV101: $i,SV147: $i,SV171: $i] :
      ( ( ( setIn @ SV171 @ alive )
        = $false )
      | ( ( leq @ ( host @ SV171 ) @ ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 ) )
        = $false )
      | ( ( ~ ( leq @ nbr_proc @ ( s @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV147 ) @ ( queue @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV101 ) @ ( queue @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV101 )
           != ( s @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV171 ) )
           != elec_1 ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV58 ) )
           != ( host @ SV58 ) )
          | ~ ( setIn @ SV58 @ alive )
          | ( ( index @ status @ ( host @ SV58 ) )
           != norm ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1064]) ).

thf(1082,plain,
    ! [SV58: $i,SV101: $i,SV147: $i,SV171: $i] :
      ( ( ( leq @ nbr_proc @ ( s @ ( host @ SV171 ) ) )
        = $false )
      | ( ( leq @ ( s @ zero ) @ ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 ) )
        = $true )
      | ( ( setIn @ SV171 @ alive )
        = $false )
      | ( ( ~ ( elem @ ( m_Down @ SV147 ) @ ( queue @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV101 ) @ ( queue @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV101 )
           != ( s @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV171 ) )
           != elec_1 ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV58 ) )
           != ( host @ SV58 ) )
          | ~ ( setIn @ SV58 @ alive )
          | ( ( index @ status @ ( host @ SV58 ) )
           != norm ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1065]) ).

thf(1083,plain,
    ! [SV58: $i,SV101: $i,SV147: $i,SV171: $i] :
      ( ( ( setIn @ SV171 @ alive )
        = $false )
      | ( ( ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 )
          = ( host @ SV147 ) )
        = $false )
      | ( ( ~ ( leq @ nbr_proc @ ( s @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV147 ) @ ( queue @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV101 ) @ ( queue @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV101 )
           != ( s @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV171 ) )
           != elec_1 ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV58 ) )
           != ( host @ SV58 ) )
          | ~ ( setIn @ SV58 @ alive )
          | ( ( index @ status @ ( host @ SV58 ) )
           != norm ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1066]) ).

thf(1084,plain,
    ! [SV58: $i,SV101: $i,SV147: $i,SV171: $i] :
      ( ( ( setIn @ SV171 @ alive )
        = $false )
      | ( ( setIn @ ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 ) @ ( index @ down @ ( host @ SV171 ) ) )
        = $false )
      | ( ( ~ ( leq @ nbr_proc @ ( s @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV147 ) @ ( queue @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV101 ) @ ( queue @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV101 )
           != ( s @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV171 ) )
           != elec_1 ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV58 ) )
           != ( host @ SV58 ) )
          | ~ ( setIn @ SV58 @ alive )
          | ( ( index @ status @ ( host @ SV58 ) )
           != norm ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1067]) ).

thf(1085,plain,
    ! [SV126: $i,SV153: $i] :
      ( ( ( ordered @ SV153 )
        = $false )
      | ( ( elem @ ( sK12_Y @ SV153 @ SV126 ) @ SV153 )
        = $true )
      | ( ( ordered @ ( snoc @ SV153 @ SV126 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1070]) ).

thf(1086,plain,
    ! [SV126: $i,SV153: $i] :
      ( ( ( ordered @ SV153 )
        = $false )
      | ( ( pidElem @ SV126 )
        = $true )
      | ( ( ordered @ ( snoc @ SV153 @ SV126 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1071]) ).

thf(1087,plain,
    ! [SV100: $i,SV131: $i,SV155: $i,SV56: $i] :
      ( ( ( leq @ ( host @ SV56 ) @ ( host @ SV155 ) )
        = $false )
      | ( ( leq @ ( host @ SV155 ) @ ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 ) )
        = $false )
      | ( ( setIn @ SV56 @ alive )
        = $false )
      | ( ( ~ ( elem @ ( m_Down @ SV131 ) @ ( queue @ ( host @ SV155 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV100 )
           != ( host @ SV155 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV56 ) )
           != elec_2 ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV155 ) )
           != elec_1 ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Ack @ SV56 @ SV100 ) @ ( queue @ ( host @ SV56 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1073]) ).

thf(1088,plain,
    ! [SV100: $i,SV56: $i,SV155: $i,SV131: $i] :
      ( ( ( elem @ ( m_Down @ SV131 ) @ ( queue @ ( host @ SV155 ) ) )
        = $false )
      | ( ( setIn @ SV56 @ alive )
        = $false )
      | ( ( leq @ ( s @ zero ) @ ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 ) )
        = $true )
      | ( ( leq @ ( host @ SV56 ) @ ( host @ SV155 ) )
        = $false )
      | ( ( ( ( host @ SV100 )
           != ( host @ SV155 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV56 ) )
           != elec_2 ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV155 ) )
           != elec_1 ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Ack @ SV56 @ SV100 ) @ ( queue @ ( host @ SV56 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1074]) ).

thf(1089,plain,
    ! [SV100: $i,SV131: $i,SV155: $i,SV56: $i] :
      ( ( ( leq @ ( host @ SV56 ) @ ( host @ SV155 ) )
        = $false )
      | ( ( ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 )
          = ( host @ SV131 ) )
        = $false )
      | ( ( setIn @ SV56 @ alive )
        = $false )
      | ( ( ~ ( elem @ ( m_Down @ SV131 ) @ ( queue @ ( host @ SV155 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV100 )
           != ( host @ SV155 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV56 ) )
           != elec_2 ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV155 ) )
           != elec_1 ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Ack @ SV56 @ SV100 ) @ ( queue @ ( host @ SV56 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1075]) ).

thf(1090,plain,
    ! [SV100: $i,SV131: $i,SV155: $i,SV56: $i] :
      ( ( ( leq @ ( host @ SV56 ) @ ( host @ SV155 ) )
        = $false )
      | ( ( setIn @ ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 ) @ ( index @ down @ ( host @ SV155 ) ) )
        = $false )
      | ( ( setIn @ SV56 @ alive )
        = $false )
      | ( ( ~ ( elem @ ( m_Down @ SV131 ) @ ( queue @ ( host @ SV155 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV100 )
           != ( host @ SV155 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV56 ) )
           != elec_2 ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV155 ) )
           != elec_1 ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Ack @ SV56 @ SV100 ) @ ( queue @ ( host @ SV56 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1076]) ).

thf(1091,plain,
    ! [SV144: $i,SV168: $i] :
      ( ( ( ordered @ SV168 )
        = $false )
      | ( ( elem @ ( sK13_Y @ SV168 @ SV144 ) @ SV168 )
        = $true )
      | ( ( ordered @ ( cons @ SV144 @ SV168 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1077]) ).

thf(1092,plain,
    ! [SV144: $i,SV168: $i] :
      ( ( ( ordered @ SV168 )
        = $false )
      | ( ( pidElem @ SV144 )
        = $true )
      | ( ( ordered @ ( cons @ SV144 @ SV168 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1078]) ).

thf(1093,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ! [SX0: $i] :
                              ( ( leq @ ( host @ sK8_SY1879 ) @ SX0 )
                              | ~ ( leq @ ( s @ zero ) @ SX0 )
                              | ( SX0
                                = ( host @ sK7_SY1876 ) )
                              | ( setIn @ SX0 @ ( index @ down @ ( host @ sK8_SY1879 ) ) ) )
                        | ~ ( setIn @ sK8_SY1879 @ alive ) )
                  | ~ ( leq @ nbr_proc @ ( s @ ( host @ sK8_SY1879 ) ) ) )
            | ~ ( elem @ ( m_Down @ sK6_SY1872 ) @ ( queue @ ( host @ sK8_SY1879 ) ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[1080]) ).

thf(1094,plain,
    ( ( ~ ( elem @ ( m_Down @ sK7_SY1876 ) @ ( queue @ ( host @ sK8_SY1879 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[1080]) ).

thf(1095,plain,
    ! [SV58: $i,SV101: $i,SV147: $i,SV171: $i] :
      ( ( ( leq @ nbr_proc @ ( s @ ( host @ SV171 ) ) )
        = $false )
      | ( ( leq @ ( host @ SV171 ) @ ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 ) )
        = $false )
      | ( ( setIn @ SV171 @ alive )
        = $false )
      | ( ( ~ ( elem @ ( m_Down @ SV147 ) @ ( queue @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV101 ) @ ( queue @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV101 )
           != ( s @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV171 ) )
           != elec_1 ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV58 ) )
           != ( host @ SV58 ) )
          | ~ ( setIn @ SV58 @ alive )
          | ( ( index @ status @ ( host @ SV58 ) )
           != norm ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1081]) ).

thf(1096,plain,
    ! [SV58: $i,SV101: $i,SV171: $i,SV147: $i] :
      ( ( ( elem @ ( m_Down @ SV147 ) @ ( queue @ ( host @ SV171 ) ) )
        = $false )
      | ( ( setIn @ SV171 @ alive )
        = $false )
      | ( ( leq @ ( s @ zero ) @ ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 ) )
        = $true )
      | ( ( leq @ nbr_proc @ ( s @ ( host @ SV171 ) ) )
        = $false )
      | ( ( ~ ( elem @ ( m_Down @ SV101 ) @ ( queue @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV101 )
           != ( s @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV171 ) )
           != elec_1 ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV58 ) )
           != ( host @ SV58 ) )
          | ~ ( setIn @ SV58 @ alive )
          | ( ( index @ status @ ( host @ SV58 ) )
           != norm ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1082]) ).

thf(1097,plain,
    ! [SV58: $i,SV101: $i,SV147: $i,SV171: $i] :
      ( ( ( leq @ nbr_proc @ ( s @ ( host @ SV171 ) ) )
        = $false )
      | ( ( ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 )
          = ( host @ SV147 ) )
        = $false )
      | ( ( setIn @ SV171 @ alive )
        = $false )
      | ( ( ~ ( elem @ ( m_Down @ SV147 ) @ ( queue @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV101 ) @ ( queue @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV101 )
           != ( s @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV171 ) )
           != elec_1 ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV58 ) )
           != ( host @ SV58 ) )
          | ~ ( setIn @ SV58 @ alive )
          | ( ( index @ status @ ( host @ SV58 ) )
           != norm ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1083]) ).

thf(1098,plain,
    ! [SV58: $i,SV101: $i,SV147: $i,SV171: $i] :
      ( ( ( leq @ nbr_proc @ ( s @ ( host @ SV171 ) ) )
        = $false )
      | ( ( setIn @ ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 ) @ ( index @ down @ ( host @ SV171 ) ) )
        = $false )
      | ( ( setIn @ SV171 @ alive )
        = $false )
      | ( ( ~ ( elem @ ( m_Down @ SV147 ) @ ( queue @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Down @ SV101 ) @ ( queue @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV101 )
           != ( s @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV171 ) )
           != elec_1 ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV58 ) )
           != ( host @ SV58 ) )
          | ~ ( setIn @ SV58 @ alive )
          | ( ( index @ status @ ( host @ SV58 ) )
           != norm ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1084]) ).

thf(1099,plain,
    ! [SV100: $i,SV56: $i,SV155: $i,SV131: $i] :
      ( ( ( elem @ ( m_Down @ SV131 ) @ ( queue @ ( host @ SV155 ) ) )
        = $false )
      | ( ( setIn @ SV56 @ alive )
        = $false )
      | ( ( leq @ ( host @ SV155 ) @ ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 ) )
        = $false )
      | ( ( leq @ ( host @ SV56 ) @ ( host @ SV155 ) )
        = $false )
      | ( ( ( ( host @ SV100 )
           != ( host @ SV155 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV56 ) )
           != elec_2 ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV155 ) )
           != elec_1 ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Ack @ SV56 @ SV100 ) @ ( queue @ ( host @ SV56 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1087]) ).

thf(1100,plain,
    ! [SV131: $i,SV56: $i,SV155: $i,SV100: $i] :
      ( ( ( ( host @ SV100 )
          = ( host @ SV155 ) )
        = $false )
      | ( ( leq @ ( host @ SV56 ) @ ( host @ SV155 ) )
        = $false )
      | ( ( leq @ ( s @ zero ) @ ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 ) )
        = $true )
      | ( ( setIn @ SV56 @ alive )
        = $false )
      | ( ( elem @ ( m_Down @ SV131 ) @ ( queue @ ( host @ SV155 ) ) )
        = $false )
      | ( ( ( ( index @ status @ ( host @ SV56 ) )
           != elec_2 ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV155 ) )
           != elec_1 ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Ack @ SV56 @ SV100 ) @ ( queue @ ( host @ SV56 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1088]) ).

thf(1101,plain,
    ! [SV100: $i,SV56: $i,SV155: $i,SV131: $i] :
      ( ( ( elem @ ( m_Down @ SV131 ) @ ( queue @ ( host @ SV155 ) ) )
        = $false )
      | ( ( setIn @ SV56 @ alive )
        = $false )
      | ( ( ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 )
          = ( host @ SV131 ) )
        = $false )
      | ( ( leq @ ( host @ SV56 ) @ ( host @ SV155 ) )
        = $false )
      | ( ( ( ( host @ SV100 )
           != ( host @ SV155 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV56 ) )
           != elec_2 ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV155 ) )
           != elec_1 ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Ack @ SV56 @ SV100 ) @ ( queue @ ( host @ SV56 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1089]) ).

thf(1102,plain,
    ! [SV100: $i,SV56: $i,SV155: $i,SV131: $i] :
      ( ( ( elem @ ( m_Down @ SV131 ) @ ( queue @ ( host @ SV155 ) ) )
        = $false )
      | ( ( setIn @ SV56 @ alive )
        = $false )
      | ( ( setIn @ ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 ) @ ( index @ down @ ( host @ SV155 ) ) )
        = $false )
      | ( ( leq @ ( host @ SV56 ) @ ( host @ SV155 ) )
        = $false )
      | ( ( ( ( host @ SV100 )
           != ( host @ SV155 ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV56 ) )
           != elec_2 ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV155 ) )
           != elec_1 ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Ack @ SV56 @ SV100 ) @ ( queue @ ( host @ SV56 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1090]) ).

thf(1103,plain,
    ( ( ~ ( ~ ~ ( ~ ~ ( ~ ! [SX0: $i] :
                            ( ( leq @ ( host @ sK8_SY1879 ) @ SX0 )
                            | ~ ( leq @ ( s @ zero ) @ SX0 )
                            | ( SX0
                              = ( host @ sK7_SY1876 ) )
                            | ( setIn @ SX0 @ ( index @ down @ ( host @ sK8_SY1879 ) ) ) )
                      | ~ ( setIn @ sK8_SY1879 @ alive ) )
                | ~ ( leq @ nbr_proc @ ( s @ ( host @ sK8_SY1879 ) ) ) )
          | ~ ( elem @ ( m_Down @ sK6_SY1872 ) @ ( queue @ ( host @ sK8_SY1879 ) ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[1093]) ).

thf(1104,plain,
    ( ( elem @ ( m_Down @ sK7_SY1876 ) @ ( queue @ ( host @ sK8_SY1879 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[1094]) ).

thf(1105,plain,
    ! [SV58: $i,SV101: $i,SV171: $i,SV147: $i] :
      ( ( ( elem @ ( m_Down @ SV147 ) @ ( queue @ ( host @ SV171 ) ) )
        = $false )
      | ( ( setIn @ SV171 @ alive )
        = $false )
      | ( ( leq @ ( host @ SV171 ) @ ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 ) )
        = $false )
      | ( ( leq @ nbr_proc @ ( s @ ( host @ SV171 ) ) )
        = $false )
      | ( ( ~ ( elem @ ( m_Down @ SV101 ) @ ( queue @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV101 )
           != ( s @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV171 ) )
           != elec_1 ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV58 ) )
           != ( host @ SV58 ) )
          | ~ ( setIn @ SV58 @ alive )
          | ( ( index @ status @ ( host @ SV58 ) )
           != norm ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1095]) ).

thf(1106,plain,
    ! [SV58: $i,SV147: $i,SV171: $i,SV101: $i] :
      ( ( ( elem @ ( m_Down @ SV101 ) @ ( queue @ ( host @ SV171 ) ) )
        = $false )
      | ( ( leq @ nbr_proc @ ( s @ ( host @ SV171 ) ) )
        = $false )
      | ( ( leq @ ( s @ zero ) @ ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 ) )
        = $true )
      | ( ( setIn @ SV171 @ alive )
        = $false )
      | ( ( elem @ ( m_Down @ SV147 ) @ ( queue @ ( host @ SV171 ) ) )
        = $false )
      | ( ( ( ( host @ SV101 )
           != ( s @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV171 ) )
           != elec_1 ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV58 ) )
           != ( host @ SV58 ) )
          | ~ ( setIn @ SV58 @ alive )
          | ( ( index @ status @ ( host @ SV58 ) )
           != norm ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1096]) ).

thf(1107,plain,
    ! [SV58: $i,SV101: $i,SV171: $i,SV147: $i] :
      ( ( ( elem @ ( m_Down @ SV147 ) @ ( queue @ ( host @ SV171 ) ) )
        = $false )
      | ( ( setIn @ SV171 @ alive )
        = $false )
      | ( ( ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 )
          = ( host @ SV147 ) )
        = $false )
      | ( ( leq @ nbr_proc @ ( s @ ( host @ SV171 ) ) )
        = $false )
      | ( ( ~ ( elem @ ( m_Down @ SV101 ) @ ( queue @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV101 )
           != ( s @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV171 ) )
           != elec_1 ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV58 ) )
           != ( host @ SV58 ) )
          | ~ ( setIn @ SV58 @ alive )
          | ( ( index @ status @ ( host @ SV58 ) )
           != norm ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1097]) ).

thf(1108,plain,
    ! [SV58: $i,SV101: $i,SV171: $i,SV147: $i] :
      ( ( ( elem @ ( m_Down @ SV147 ) @ ( queue @ ( host @ SV171 ) ) )
        = $false )
      | ( ( setIn @ SV171 @ alive )
        = $false )
      | ( ( setIn @ ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 ) @ ( index @ down @ ( host @ SV171 ) ) )
        = $false )
      | ( ( leq @ nbr_proc @ ( s @ ( host @ SV171 ) ) )
        = $false )
      | ( ( ~ ( elem @ ( m_Down @ SV101 ) @ ( queue @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ( ( host @ SV101 )
           != ( s @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV171 ) )
           != elec_1 ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV58 ) )
           != ( host @ SV58 ) )
          | ~ ( setIn @ SV58 @ alive )
          | ( ( index @ status @ ( host @ SV58 ) )
           != norm ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1098]) ).

thf(1109,plain,
    ! [SV131: $i,SV56: $i,SV155: $i,SV100: $i] :
      ( ( ( ( host @ SV100 )
          = ( host @ SV155 ) )
        = $false )
      | ( ( leq @ ( host @ SV56 ) @ ( host @ SV155 ) )
        = $false )
      | ( ( leq @ ( host @ SV155 ) @ ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 ) )
        = $false )
      | ( ( setIn @ SV56 @ alive )
        = $false )
      | ( ( elem @ ( m_Down @ SV131 ) @ ( queue @ ( host @ SV155 ) ) )
        = $false )
      | ( ( ( ( index @ status @ ( host @ SV56 ) )
           != elec_2 ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV155 ) )
           != elec_1 ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Ack @ SV56 @ SV100 ) @ ( queue @ ( host @ SV56 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1099]) ).

thf(1110,plain,
    ! [SV100: $i,SV155: $i,SV131: $i,SV56: $i] :
      ( ( ( ( index @ status @ ( host @ SV56 ) )
          = elec_2 )
        = $false )
      | ( ( elem @ ( m_Down @ SV131 ) @ ( queue @ ( host @ SV155 ) ) )
        = $false )
      | ( ( setIn @ SV56 @ alive )
        = $false )
      | ( ( leq @ ( s @ zero ) @ ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 ) )
        = $true )
      | ( ( leq @ ( host @ SV56 ) @ ( host @ SV155 ) )
        = $false )
      | ( ( ( host @ SV100 )
          = ( host @ SV155 ) )
        = $false )
      | ( ( ( ( index @ status @ ( host @ SV155 ) )
           != elec_1 ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Ack @ SV56 @ SV100 ) @ ( queue @ ( host @ SV56 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1100]) ).

thf(1111,plain,
    ! [SV131: $i,SV56: $i,SV155: $i,SV100: $i] :
      ( ( ( ( host @ SV100 )
          = ( host @ SV155 ) )
        = $false )
      | ( ( leq @ ( host @ SV56 ) @ ( host @ SV155 ) )
        = $false )
      | ( ( ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 )
          = ( host @ SV131 ) )
        = $false )
      | ( ( setIn @ SV56 @ alive )
        = $false )
      | ( ( elem @ ( m_Down @ SV131 ) @ ( queue @ ( host @ SV155 ) ) )
        = $false )
      | ( ( ( ( index @ status @ ( host @ SV56 ) )
           != elec_2 ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV155 ) )
           != elec_1 ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Ack @ SV56 @ SV100 ) @ ( queue @ ( host @ SV56 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1101]) ).

thf(1112,plain,
    ! [SV131: $i,SV56: $i,SV155: $i,SV100: $i] :
      ( ( ( ( host @ SV100 )
          = ( host @ SV155 ) )
        = $false )
      | ( ( leq @ ( host @ SV56 ) @ ( host @ SV155 ) )
        = $false )
      | ( ( setIn @ ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 ) @ ( index @ down @ ( host @ SV155 ) ) )
        = $false )
      | ( ( setIn @ SV56 @ alive )
        = $false )
      | ( ( elem @ ( m_Down @ SV131 ) @ ( queue @ ( host @ SV155 ) ) )
        = $false )
      | ( ( ( ( index @ status @ ( host @ SV56 ) )
           != elec_2 ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV155 ) )
           != elec_1 ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Ack @ SV56 @ SV100 ) @ ( queue @ ( host @ SV56 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1102]) ).

thf(1113,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ! [SX0: $i] :
                        ( ( leq @ ( host @ sK8_SY1879 ) @ SX0 )
                        | ~ ( leq @ ( s @ zero ) @ SX0 )
                        | ( SX0
                          = ( host @ sK7_SY1876 ) )
                        | ( setIn @ SX0 @ ( index @ down @ ( host @ sK8_SY1879 ) ) ) )
                  | ~ ( setIn @ sK8_SY1879 @ alive ) )
            | ~ ( leq @ nbr_proc @ ( s @ ( host @ sK8_SY1879 ) ) ) )
      | ~ ( elem @ ( m_Down @ sK6_SY1872 ) @ ( queue @ ( host @ sK8_SY1879 ) ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[1103]) ).

thf(1114,plain,
    ! [SV58: $i,SV147: $i,SV171: $i,SV101: $i] :
      ( ( ( elem @ ( m_Down @ SV101 ) @ ( queue @ ( host @ SV171 ) ) )
        = $false )
      | ( ( leq @ nbr_proc @ ( s @ ( host @ SV171 ) ) )
        = $false )
      | ( ( leq @ ( host @ SV171 ) @ ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 ) )
        = $false )
      | ( ( setIn @ SV171 @ alive )
        = $false )
      | ( ( elem @ ( m_Down @ SV147 ) @ ( queue @ ( host @ SV171 ) ) )
        = $false )
      | ( ( ( ( host @ SV101 )
           != ( s @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV171 ) )
           != elec_1 ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV58 ) )
           != ( host @ SV58 ) )
          | ~ ( setIn @ SV58 @ alive )
          | ( ( index @ status @ ( host @ SV58 ) )
           != norm ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1105]) ).

thf(1115,plain,
    ! [SV58: $i,SV147: $i,SV171: $i,SV101: $i] :
      ( ( ( ( host @ SV101 )
          = ( s @ ( host @ SV171 ) ) )
        = $false )
      | ( ( elem @ ( m_Down @ SV147 ) @ ( queue @ ( host @ SV171 ) ) )
        = $false )
      | ( ( setIn @ SV171 @ alive )
        = $false )
      | ( ( leq @ ( s @ zero ) @ ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 ) )
        = $true )
      | ( ( leq @ nbr_proc @ ( s @ ( host @ SV171 ) ) )
        = $false )
      | ( ( elem @ ( m_Down @ SV101 ) @ ( queue @ ( host @ SV171 ) ) )
        = $false )
      | ( ( ( ( index @ status @ ( host @ SV171 ) )
           != elec_1 ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV58 ) )
           != ( host @ SV58 ) )
          | ~ ( setIn @ SV58 @ alive )
          | ( ( index @ status @ ( host @ SV58 ) )
           != norm ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1106]) ).

thf(1116,plain,
    ! [SV58: $i,SV147: $i,SV171: $i,SV101: $i] :
      ( ( ( elem @ ( m_Down @ SV101 ) @ ( queue @ ( host @ SV171 ) ) )
        = $false )
      | ( ( leq @ nbr_proc @ ( s @ ( host @ SV171 ) ) )
        = $false )
      | ( ( ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 )
          = ( host @ SV147 ) )
        = $false )
      | ( ( setIn @ SV171 @ alive )
        = $false )
      | ( ( elem @ ( m_Down @ SV147 ) @ ( queue @ ( host @ SV171 ) ) )
        = $false )
      | ( ( ( ( host @ SV101 )
           != ( s @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV171 ) )
           != elec_1 ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV58 ) )
           != ( host @ SV58 ) )
          | ~ ( setIn @ SV58 @ alive )
          | ( ( index @ status @ ( host @ SV58 ) )
           != norm ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1107]) ).

thf(1117,plain,
    ! [SV58: $i,SV147: $i,SV171: $i,SV101: $i] :
      ( ( ( elem @ ( m_Down @ SV101 ) @ ( queue @ ( host @ SV171 ) ) )
        = $false )
      | ( ( leq @ nbr_proc @ ( s @ ( host @ SV171 ) ) )
        = $false )
      | ( ( setIn @ ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 ) @ ( index @ down @ ( host @ SV171 ) ) )
        = $false )
      | ( ( setIn @ SV171 @ alive )
        = $false )
      | ( ( elem @ ( m_Down @ SV147 ) @ ( queue @ ( host @ SV171 ) ) )
        = $false )
      | ( ( ( ( host @ SV101 )
           != ( s @ ( host @ SV171 ) ) ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV171 ) )
           != elec_1 ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV58 ) )
           != ( host @ SV58 ) )
          | ~ ( setIn @ SV58 @ alive )
          | ( ( index @ status @ ( host @ SV58 ) )
           != norm ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1108]) ).

thf(1118,plain,
    ! [SV100: $i,SV155: $i,SV131: $i,SV56: $i] :
      ( ( ( ( index @ status @ ( host @ SV56 ) )
          = elec_2 )
        = $false )
      | ( ( elem @ ( m_Down @ SV131 ) @ ( queue @ ( host @ SV155 ) ) )
        = $false )
      | ( ( setIn @ SV56 @ alive )
        = $false )
      | ( ( leq @ ( host @ SV155 ) @ ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 ) )
        = $false )
      | ( ( leq @ ( host @ SV56 ) @ ( host @ SV155 ) )
        = $false )
      | ( ( ( host @ SV100 )
          = ( host @ SV155 ) )
        = $false )
      | ( ( ( ( index @ status @ ( host @ SV155 ) )
           != elec_1 ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Ack @ SV56 @ SV100 ) @ ( queue @ ( host @ SV56 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1109]) ).

thf(1119,plain,
    ! [SV131: $i,SV56: $i,SV100: $i,SV155: $i] :
      ( ( ( ( index @ status @ ( host @ SV155 ) )
          = elec_1 )
        = $false )
      | ( ( ( host @ SV100 )
          = ( host @ SV155 ) )
        = $false )
      | ( ( leq @ ( host @ SV56 ) @ ( host @ SV155 ) )
        = $false )
      | ( ( leq @ ( s @ zero ) @ ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 ) )
        = $true )
      | ( ( setIn @ SV56 @ alive )
        = $false )
      | ( ( elem @ ( m_Down @ SV131 ) @ ( queue @ ( host @ SV155 ) ) )
        = $false )
      | ( ( ( index @ status @ ( host @ SV56 ) )
          = elec_2 )
        = $false )
      | ( ( ~ ( elem @ ( m_Ack @ SV56 @ SV100 ) @ ( queue @ ( host @ SV56 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1110]) ).

thf(1120,plain,
    ! [SV100: $i,SV155: $i,SV131: $i,SV56: $i] :
      ( ( ( ( index @ status @ ( host @ SV56 ) )
          = elec_2 )
        = $false )
      | ( ( elem @ ( m_Down @ SV131 ) @ ( queue @ ( host @ SV155 ) ) )
        = $false )
      | ( ( setIn @ SV56 @ alive )
        = $false )
      | ( ( ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 )
          = ( host @ SV131 ) )
        = $false )
      | ( ( leq @ ( host @ SV56 ) @ ( host @ SV155 ) )
        = $false )
      | ( ( ( host @ SV100 )
          = ( host @ SV155 ) )
        = $false )
      | ( ( ( ( index @ status @ ( host @ SV155 ) )
           != elec_1 ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Ack @ SV56 @ SV100 ) @ ( queue @ ( host @ SV56 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1111]) ).

thf(1121,plain,
    ! [SV100: $i,SV155: $i,SV131: $i,SV56: $i] :
      ( ( ( ( index @ status @ ( host @ SV56 ) )
          = elec_2 )
        = $false )
      | ( ( elem @ ( m_Down @ SV131 ) @ ( queue @ ( host @ SV155 ) ) )
        = $false )
      | ( ( setIn @ SV56 @ alive )
        = $false )
      | ( ( setIn @ ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 ) @ ( index @ down @ ( host @ SV155 ) ) )
        = $false )
      | ( ( leq @ ( host @ SV56 ) @ ( host @ SV155 ) )
        = $false )
      | ( ( ( host @ SV100 )
          = ( host @ SV155 ) )
        = $false )
      | ( ( ( ( index @ status @ ( host @ SV155 ) )
           != elec_1 ) )
        = $true )
      | ( ( ~ ( elem @ ( m_Ack @ SV56 @ SV100 ) @ ( queue @ ( host @ SV56 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1112]) ).

thf(1122,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ! [SX0: $i] :
                        ( ( leq @ ( host @ sK8_SY1879 ) @ SX0 )
                        | ~ ( leq @ ( s @ zero ) @ SX0 )
                        | ( SX0
                          = ( host @ sK7_SY1876 ) )
                        | ( setIn @ SX0 @ ( index @ down @ ( host @ sK8_SY1879 ) ) ) )
                  | ~ ( setIn @ sK8_SY1879 @ alive ) )
            | ~ ( leq @ nbr_proc @ ( s @ ( host @ sK8_SY1879 ) ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[1113]) ).

thf(1123,plain,
    ( ( ~ ( elem @ ( m_Down @ sK6_SY1872 ) @ ( queue @ ( host @ sK8_SY1879 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[1113]) ).

thf(1124,plain,
    ! [SV58: $i,SV147: $i,SV171: $i,SV101: $i] :
      ( ( ( ( host @ SV101 )
          = ( s @ ( host @ SV171 ) ) )
        = $false )
      | ( ( elem @ ( m_Down @ SV147 ) @ ( queue @ ( host @ SV171 ) ) )
        = $false )
      | ( ( setIn @ SV171 @ alive )
        = $false )
      | ( ( leq @ ( host @ SV171 ) @ ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 ) )
        = $false )
      | ( ( leq @ nbr_proc @ ( s @ ( host @ SV171 ) ) )
        = $false )
      | ( ( elem @ ( m_Down @ SV101 ) @ ( queue @ ( host @ SV171 ) ) )
        = $false )
      | ( ( ( ( index @ status @ ( host @ SV171 ) )
           != elec_1 ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV58 ) )
           != ( host @ SV58 ) )
          | ~ ( setIn @ SV58 @ alive )
          | ( ( index @ status @ ( host @ SV58 ) )
           != norm ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1114]) ).

thf(1125,plain,
    ! [SV58: $i,SV147: $i,SV101: $i,SV171: $i] :
      ( ( ( ( index @ status @ ( host @ SV171 ) )
          = elec_1 )
        = $false )
      | ( ( elem @ ( m_Down @ SV101 ) @ ( queue @ ( host @ SV171 ) ) )
        = $false )
      | ( ( leq @ nbr_proc @ ( s @ ( host @ SV171 ) ) )
        = $false )
      | ( ( leq @ ( s @ zero ) @ ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 ) )
        = $true )
      | ( ( setIn @ SV171 @ alive )
        = $false )
      | ( ( elem @ ( m_Down @ SV147 ) @ ( queue @ ( host @ SV171 ) ) )
        = $false )
      | ( ( ( host @ SV101 )
          = ( s @ ( host @ SV171 ) ) )
        = $false )
      | ( ( ( ( index @ ldr @ ( host @ SV58 ) )
           != ( host @ SV58 ) )
          | ~ ( setIn @ SV58 @ alive )
          | ( ( index @ status @ ( host @ SV58 ) )
           != norm ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1115]) ).

thf(1126,plain,
    ! [SV58: $i,SV147: $i,SV171: $i,SV101: $i] :
      ( ( ( ( host @ SV101 )
          = ( s @ ( host @ SV171 ) ) )
        = $false )
      | ( ( elem @ ( m_Down @ SV147 ) @ ( queue @ ( host @ SV171 ) ) )
        = $false )
      | ( ( setIn @ SV171 @ alive )
        = $false )
      | ( ( ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 )
          = ( host @ SV147 ) )
        = $false )
      | ( ( leq @ nbr_proc @ ( s @ ( host @ SV171 ) ) )
        = $false )
      | ( ( elem @ ( m_Down @ SV101 ) @ ( queue @ ( host @ SV171 ) ) )
        = $false )
      | ( ( ( ( index @ status @ ( host @ SV171 ) )
           != elec_1 ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV58 ) )
           != ( host @ SV58 ) )
          | ~ ( setIn @ SV58 @ alive )
          | ( ( index @ status @ ( host @ SV58 ) )
           != norm ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1116]) ).

thf(1127,plain,
    ! [SV58: $i,SV147: $i,SV171: $i,SV101: $i] :
      ( ( ( ( host @ SV101 )
          = ( s @ ( host @ SV171 ) ) )
        = $false )
      | ( ( elem @ ( m_Down @ SV147 ) @ ( queue @ ( host @ SV171 ) ) )
        = $false )
      | ( ( setIn @ SV171 @ alive )
        = $false )
      | ( ( setIn @ ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 ) @ ( index @ down @ ( host @ SV171 ) ) )
        = $false )
      | ( ( leq @ nbr_proc @ ( s @ ( host @ SV171 ) ) )
        = $false )
      | ( ( elem @ ( m_Down @ SV101 ) @ ( queue @ ( host @ SV171 ) ) )
        = $false )
      | ( ( ( ( index @ status @ ( host @ SV171 ) )
           != elec_1 ) )
        = $true )
      | ( ( ( ( index @ ldr @ ( host @ SV58 ) )
           != ( host @ SV58 ) )
          | ~ ( setIn @ SV58 @ alive )
          | ( ( index @ status @ ( host @ SV58 ) )
           != norm ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1117]) ).

thf(1128,plain,
    ! [SV131: $i,SV56: $i,SV100: $i,SV155: $i] :
      ( ( ( ( index @ status @ ( host @ SV155 ) )
          = elec_1 )
        = $false )
      | ( ( ( host @ SV100 )
          = ( host @ SV155 ) )
        = $false )
      | ( ( leq @ ( host @ SV56 ) @ ( host @ SV155 ) )
        = $false )
      | ( ( leq @ ( host @ SV155 ) @ ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 ) )
        = $false )
      | ( ( setIn @ SV56 @ alive )
        = $false )
      | ( ( elem @ ( m_Down @ SV131 ) @ ( queue @ ( host @ SV155 ) ) )
        = $false )
      | ( ( ( index @ status @ ( host @ SV56 ) )
          = elec_2 )
        = $false )
      | ( ( ~ ( elem @ ( m_Ack @ SV56 @ SV100 ) @ ( queue @ ( host @ SV56 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1118]) ).

thf(1129,plain,
    ! [SV155: $i,SV131: $i,SV100: $i,SV56: $i] :
      ( ( ( elem @ ( m_Ack @ SV56 @ SV100 ) @ ( queue @ ( host @ SV56 ) ) )
        = $false )
      | ( ( ( index @ status @ ( host @ SV56 ) )
          = elec_2 )
        = $false )
      | ( ( elem @ ( m_Down @ SV131 ) @ ( queue @ ( host @ SV155 ) ) )
        = $false )
      | ( ( setIn @ SV56 @ alive )
        = $false )
      | ( ( leq @ ( s @ zero ) @ ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 ) )
        = $true )
      | ( ( leq @ ( host @ SV56 ) @ ( host @ SV155 ) )
        = $false )
      | ( ( ( host @ SV100 )
          = ( host @ SV155 ) )
        = $false )
      | ( ( ( index @ status @ ( host @ SV155 ) )
          = elec_1 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[1119]) ).

thf(1130,plain,
    ! [SV131: $i,SV56: $i,SV100: $i,SV155: $i] :
      ( ( ( ( index @ status @ ( host @ SV155 ) )
          = elec_1 )
        = $false )
      | ( ( ( host @ SV100 )
          = ( host @ SV155 ) )
        = $false )
      | ( ( leq @ ( host @ SV56 ) @ ( host @ SV155 ) )
        = $false )
      | ( ( ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 )
          = ( host @ SV131 ) )
        = $false )
      | ( ( setIn @ SV56 @ alive )
        = $false )
      | ( ( elem @ ( m_Down @ SV131 ) @ ( queue @ ( host @ SV155 ) ) )
        = $false )
      | ( ( ( index @ status @ ( host @ SV56 ) )
          = elec_2 )
        = $false )
      | ( ( ~ ( elem @ ( m_Ack @ SV56 @ SV100 ) @ ( queue @ ( host @ SV56 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1120]) ).

thf(1131,plain,
    ! [SV131: $i,SV56: $i,SV100: $i,SV155: $i] :
      ( ( ( ( index @ status @ ( host @ SV155 ) )
          = elec_1 )
        = $false )
      | ( ( ( host @ SV100 )
          = ( host @ SV155 ) )
        = $false )
      | ( ( leq @ ( host @ SV56 ) @ ( host @ SV155 ) )
        = $false )
      | ( ( setIn @ ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 ) @ ( index @ down @ ( host @ SV155 ) ) )
        = $false )
      | ( ( setIn @ SV56 @ alive )
        = $false )
      | ( ( elem @ ( m_Down @ SV131 ) @ ( queue @ ( host @ SV155 ) ) )
        = $false )
      | ( ( ( index @ status @ ( host @ SV56 ) )
          = elec_2 )
        = $false )
      | ( ( ~ ( elem @ ( m_Ack @ SV56 @ SV100 ) @ ( queue @ ( host @ SV56 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1121]) ).

thf(1132,plain,
    ( ( ~ ( ~ ~ ( ~ ! [SX0: $i] :
                      ( ( leq @ ( host @ sK8_SY1879 ) @ SX0 )
                      | ~ ( leq @ ( s @ zero ) @ SX0 )
                      | ( SX0
                        = ( host @ sK7_SY1876 ) )
                      | ( setIn @ SX0 @ ( index @ down @ ( host @ sK8_SY1879 ) ) ) )
                | ~ ( setIn @ sK8_SY1879 @ alive ) )
          | ~ ( leq @ nbr_proc @ ( s @ ( host @ sK8_SY1879 ) ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[1122]) ).

thf(1133,plain,
    ( ( elem @ ( m_Down @ sK6_SY1872 ) @ ( queue @ ( host @ sK8_SY1879 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[1123]) ).

thf(1134,plain,
    ! [SV58: $i,SV147: $i,SV101: $i,SV171: $i] :
      ( ( ( ( index @ status @ ( host @ SV171 ) )
          = elec_1 )
        = $false )
      | ( ( elem @ ( m_Down @ SV101 ) @ ( queue @ ( host @ SV171 ) ) )
        = $false )
      | ( ( leq @ nbr_proc @ ( s @ ( host @ SV171 ) ) )
        = $false )
      | ( ( leq @ ( host @ SV171 ) @ ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 ) )
        = $false )
      | ( ( setIn @ SV171 @ alive )
        = $false )
      | ( ( elem @ ( m_Down @ SV147 ) @ ( queue @ ( host @ SV171 ) ) )
        = $false )
      | ( ( ( host @ SV101 )
          = ( s @ ( host @ SV171 ) ) )
        = $false )
      | ( ( ( ( index @ ldr @ ( host @ SV58 ) )
           != ( host @ SV58 ) )
          | ~ ( setIn @ SV58 @ alive )
          | ( ( index @ status @ ( host @ SV58 ) )
           != norm ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1124]) ).

thf(1135,plain,
    ! [SV147: $i,SV171: $i,SV101: $i,SV58: $i] :
      ( ( ( ( ( index @ ldr @ ( host @ SV58 ) )
           != ( host @ SV58 ) )
          | ~ ( setIn @ SV58 @ alive ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV58 ) )
           != norm ) )
        = $true )
      | ( ( ( host @ SV101 )
          = ( s @ ( host @ SV171 ) ) )
        = $false )
      | ( ( elem @ ( m_Down @ SV147 ) @ ( queue @ ( host @ SV171 ) ) )
        = $false )
      | ( ( setIn @ SV171 @ alive )
        = $false )
      | ( ( leq @ ( s @ zero ) @ ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 ) )
        = $true )
      | ( ( leq @ nbr_proc @ ( s @ ( host @ SV171 ) ) )
        = $false )
      | ( ( elem @ ( m_Down @ SV101 ) @ ( queue @ ( host @ SV171 ) ) )
        = $false )
      | ( ( ( index @ status @ ( host @ SV171 ) )
          = elec_1 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[1125]) ).

thf(1136,plain,
    ! [SV58: $i,SV147: $i,SV101: $i,SV171: $i] :
      ( ( ( ( index @ status @ ( host @ SV171 ) )
          = elec_1 )
        = $false )
      | ( ( elem @ ( m_Down @ SV101 ) @ ( queue @ ( host @ SV171 ) ) )
        = $false )
      | ( ( leq @ nbr_proc @ ( s @ ( host @ SV171 ) ) )
        = $false )
      | ( ( ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 )
          = ( host @ SV147 ) )
        = $false )
      | ( ( setIn @ SV171 @ alive )
        = $false )
      | ( ( elem @ ( m_Down @ SV147 ) @ ( queue @ ( host @ SV171 ) ) )
        = $false )
      | ( ( ( host @ SV101 )
          = ( s @ ( host @ SV171 ) ) )
        = $false )
      | ( ( ( ( index @ ldr @ ( host @ SV58 ) )
           != ( host @ SV58 ) )
          | ~ ( setIn @ SV58 @ alive )
          | ( ( index @ status @ ( host @ SV58 ) )
           != norm ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1126]) ).

thf(1137,plain,
    ! [SV58: $i,SV147: $i,SV101: $i,SV171: $i] :
      ( ( ( ( index @ status @ ( host @ SV171 ) )
          = elec_1 )
        = $false )
      | ( ( elem @ ( m_Down @ SV101 ) @ ( queue @ ( host @ SV171 ) ) )
        = $false )
      | ( ( leq @ nbr_proc @ ( s @ ( host @ SV171 ) ) )
        = $false )
      | ( ( setIn @ ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 ) @ ( index @ down @ ( host @ SV171 ) ) )
        = $false )
      | ( ( setIn @ SV171 @ alive )
        = $false )
      | ( ( elem @ ( m_Down @ SV147 ) @ ( queue @ ( host @ SV171 ) ) )
        = $false )
      | ( ( ( host @ SV101 )
          = ( s @ ( host @ SV171 ) ) )
        = $false )
      | ( ( ( ( index @ ldr @ ( host @ SV58 ) )
           != ( host @ SV58 ) )
          | ~ ( setIn @ SV58 @ alive )
          | ( ( index @ status @ ( host @ SV58 ) )
           != norm ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1127]) ).

thf(1138,plain,
    ! [SV155: $i,SV131: $i,SV100: $i,SV56: $i] :
      ( ( ( elem @ ( m_Ack @ SV56 @ SV100 ) @ ( queue @ ( host @ SV56 ) ) )
        = $false )
      | ( ( ( index @ status @ ( host @ SV56 ) )
          = elec_2 )
        = $false )
      | ( ( elem @ ( m_Down @ SV131 ) @ ( queue @ ( host @ SV155 ) ) )
        = $false )
      | ( ( setIn @ SV56 @ alive )
        = $false )
      | ( ( leq @ ( host @ SV155 ) @ ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 ) )
        = $false )
      | ( ( leq @ ( host @ SV56 ) @ ( host @ SV155 ) )
        = $false )
      | ( ( ( host @ SV100 )
          = ( host @ SV155 ) )
        = $false )
      | ( ( ( index @ status @ ( host @ SV155 ) )
          = elec_1 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[1128]) ).

thf(1139,plain,
    ! [SV155: $i,SV131: $i,SV100: $i,SV56: $i] :
      ( ( ( elem @ ( m_Ack @ SV56 @ SV100 ) @ ( queue @ ( host @ SV56 ) ) )
        = $false )
      | ( ( ( index @ status @ ( host @ SV56 ) )
          = elec_2 )
        = $false )
      | ( ( elem @ ( m_Down @ SV131 ) @ ( queue @ ( host @ SV155 ) ) )
        = $false )
      | ( ( setIn @ SV56 @ alive )
        = $false )
      | ( ( ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 )
          = ( host @ SV131 ) )
        = $false )
      | ( ( leq @ ( host @ SV56 ) @ ( host @ SV155 ) )
        = $false )
      | ( ( ( host @ SV100 )
          = ( host @ SV155 ) )
        = $false )
      | ( ( ( index @ status @ ( host @ SV155 ) )
          = elec_1 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[1130]) ).

thf(1140,plain,
    ! [SV155: $i,SV131: $i,SV100: $i,SV56: $i] :
      ( ( ( elem @ ( m_Ack @ SV56 @ SV100 ) @ ( queue @ ( host @ SV56 ) ) )
        = $false )
      | ( ( ( index @ status @ ( host @ SV56 ) )
          = elec_2 )
        = $false )
      | ( ( elem @ ( m_Down @ SV131 ) @ ( queue @ ( host @ SV155 ) ) )
        = $false )
      | ( ( setIn @ SV56 @ alive )
        = $false )
      | ( ( setIn @ ( sK10_V0 @ SV155 @ SV131 @ SV100 @ SV56 ) @ ( index @ down @ ( host @ SV155 ) ) )
        = $false )
      | ( ( leq @ ( host @ SV56 ) @ ( host @ SV155 ) )
        = $false )
      | ( ( ( host @ SV100 )
          = ( host @ SV155 ) )
        = $false )
      | ( ( ( index @ status @ ( host @ SV155 ) )
          = elec_1 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[1131]) ).

thf(1141,plain,
    ( ( ~ ~ ( ~ ! [SX0: $i] :
                  ( ( leq @ ( host @ sK8_SY1879 ) @ SX0 )
                  | ~ ( leq @ ( s @ zero ) @ SX0 )
                  | ( SX0
                    = ( host @ sK7_SY1876 ) )
                  | ( setIn @ SX0 @ ( index @ down @ ( host @ sK8_SY1879 ) ) ) )
            | ~ ( setIn @ sK8_SY1879 @ alive ) )
      | ~ ( leq @ nbr_proc @ ( s @ ( host @ sK8_SY1879 ) ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[1132]) ).

thf(1142,plain,
    ! [SV147: $i,SV171: $i,SV101: $i,SV58: $i] :
      ( ( ( ( ( index @ ldr @ ( host @ SV58 ) )
           != ( host @ SV58 ) )
          | ~ ( setIn @ SV58 @ alive ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV58 ) )
           != norm ) )
        = $true )
      | ( ( ( host @ SV101 )
          = ( s @ ( host @ SV171 ) ) )
        = $false )
      | ( ( elem @ ( m_Down @ SV147 ) @ ( queue @ ( host @ SV171 ) ) )
        = $false )
      | ( ( setIn @ SV171 @ alive )
        = $false )
      | ( ( leq @ ( host @ SV171 ) @ ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 ) )
        = $false )
      | ( ( leq @ nbr_proc @ ( s @ ( host @ SV171 ) ) )
        = $false )
      | ( ( elem @ ( m_Down @ SV101 ) @ ( queue @ ( host @ SV171 ) ) )
        = $false )
      | ( ( ( index @ status @ ( host @ SV171 ) )
          = elec_1 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[1134]) ).

thf(1143,plain,
    ! [SV147: $i,SV171: $i,SV101: $i,SV58: $i] :
      ( ( ( ( ( index @ ldr @ ( host @ SV58 ) )
           != ( host @ SV58 ) ) )
        = $true )
      | ( ( ~ ( setIn @ SV58 @ alive ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV58 ) )
           != norm ) )
        = $true )
      | ( ( ( host @ SV101 )
          = ( s @ ( host @ SV171 ) ) )
        = $false )
      | ( ( elem @ ( m_Down @ SV147 ) @ ( queue @ ( host @ SV171 ) ) )
        = $false )
      | ( ( setIn @ SV171 @ alive )
        = $false )
      | ( ( leq @ ( s @ zero ) @ ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 ) )
        = $true )
      | ( ( leq @ nbr_proc @ ( s @ ( host @ SV171 ) ) )
        = $false )
      | ( ( elem @ ( m_Down @ SV101 ) @ ( queue @ ( host @ SV171 ) ) )
        = $false )
      | ( ( ( index @ status @ ( host @ SV171 ) )
          = elec_1 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[1135]) ).

thf(1144,plain,
    ! [SV147: $i,SV171: $i,SV101: $i,SV58: $i] :
      ( ( ( ( ( index @ ldr @ ( host @ SV58 ) )
           != ( host @ SV58 ) )
          | ~ ( setIn @ SV58 @ alive ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV58 ) )
           != norm ) )
        = $true )
      | ( ( ( host @ SV101 )
          = ( s @ ( host @ SV171 ) ) )
        = $false )
      | ( ( elem @ ( m_Down @ SV147 ) @ ( queue @ ( host @ SV171 ) ) )
        = $false )
      | ( ( setIn @ SV171 @ alive )
        = $false )
      | ( ( ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 )
          = ( host @ SV147 ) )
        = $false )
      | ( ( leq @ nbr_proc @ ( s @ ( host @ SV171 ) ) )
        = $false )
      | ( ( elem @ ( m_Down @ SV101 ) @ ( queue @ ( host @ SV171 ) ) )
        = $false )
      | ( ( ( index @ status @ ( host @ SV171 ) )
          = elec_1 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[1136]) ).

thf(1145,plain,
    ! [SV147: $i,SV171: $i,SV101: $i,SV58: $i] :
      ( ( ( ( ( index @ ldr @ ( host @ SV58 ) )
           != ( host @ SV58 ) )
          | ~ ( setIn @ SV58 @ alive ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV58 ) )
           != norm ) )
        = $true )
      | ( ( ( host @ SV101 )
          = ( s @ ( host @ SV171 ) ) )
        = $false )
      | ( ( elem @ ( m_Down @ SV147 ) @ ( queue @ ( host @ SV171 ) ) )
        = $false )
      | ( ( setIn @ SV171 @ alive )
        = $false )
      | ( ( setIn @ ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 ) @ ( index @ down @ ( host @ SV171 ) ) )
        = $false )
      | ( ( leq @ nbr_proc @ ( s @ ( host @ SV171 ) ) )
        = $false )
      | ( ( elem @ ( m_Down @ SV101 ) @ ( queue @ ( host @ SV171 ) ) )
        = $false )
      | ( ( ( index @ status @ ( host @ SV171 ) )
          = elec_1 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[1137]) ).

thf(1146,plain,
    ( ( ~ ~ ( ~ ! [SX0: $i] :
                  ( ( leq @ ( host @ sK8_SY1879 ) @ SX0 )
                  | ~ ( leq @ ( s @ zero ) @ SX0 )
                  | ( SX0
                    = ( host @ sK7_SY1876 ) )
                  | ( setIn @ SX0 @ ( index @ down @ ( host @ sK8_SY1879 ) ) ) )
            | ~ ( setIn @ sK8_SY1879 @ alive ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[1141]) ).

thf(1147,plain,
    ( ( ~ ( leq @ nbr_proc @ ( s @ ( host @ sK8_SY1879 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[1141]) ).

thf(1148,plain,
    ! [SV147: $i,SV171: $i,SV101: $i,SV58: $i] :
      ( ( ( ( ( index @ ldr @ ( host @ SV58 ) )
           != ( host @ SV58 ) ) )
        = $true )
      | ( ( ~ ( setIn @ SV58 @ alive ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV58 ) )
           != norm ) )
        = $true )
      | ( ( ( host @ SV101 )
          = ( s @ ( host @ SV171 ) ) )
        = $false )
      | ( ( elem @ ( m_Down @ SV147 ) @ ( queue @ ( host @ SV171 ) ) )
        = $false )
      | ( ( setIn @ SV171 @ alive )
        = $false )
      | ( ( leq @ ( host @ SV171 ) @ ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 ) )
        = $false )
      | ( ( leq @ nbr_proc @ ( s @ ( host @ SV171 ) ) )
        = $false )
      | ( ( elem @ ( m_Down @ SV101 ) @ ( queue @ ( host @ SV171 ) ) )
        = $false )
      | ( ( ( index @ status @ ( host @ SV171 ) )
          = elec_1 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[1142]) ).

thf(1149,plain,
    ! [SV147: $i,SV171: $i,SV101: $i,SV58: $i] :
      ( ( ( ( index @ ldr @ ( host @ SV58 ) )
          = ( host @ SV58 ) )
        = $false )
      | ( ( ~ ( setIn @ SV58 @ alive ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV58 ) )
           != norm ) )
        = $true )
      | ( ( ( host @ SV101 )
          = ( s @ ( host @ SV171 ) ) )
        = $false )
      | ( ( elem @ ( m_Down @ SV147 ) @ ( queue @ ( host @ SV171 ) ) )
        = $false )
      | ( ( setIn @ SV171 @ alive )
        = $false )
      | ( ( leq @ ( s @ zero ) @ ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 ) )
        = $true )
      | ( ( leq @ nbr_proc @ ( s @ ( host @ SV171 ) ) )
        = $false )
      | ( ( elem @ ( m_Down @ SV101 ) @ ( queue @ ( host @ SV171 ) ) )
        = $false )
      | ( ( ( index @ status @ ( host @ SV171 ) )
          = elec_1 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[1143]) ).

thf(1150,plain,
    ! [SV147: $i,SV171: $i,SV101: $i,SV58: $i] :
      ( ( ( ( ( index @ ldr @ ( host @ SV58 ) )
           != ( host @ SV58 ) ) )
        = $true )
      | ( ( ~ ( setIn @ SV58 @ alive ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV58 ) )
           != norm ) )
        = $true )
      | ( ( ( host @ SV101 )
          = ( s @ ( host @ SV171 ) ) )
        = $false )
      | ( ( elem @ ( m_Down @ SV147 ) @ ( queue @ ( host @ SV171 ) ) )
        = $false )
      | ( ( setIn @ SV171 @ alive )
        = $false )
      | ( ( ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 )
          = ( host @ SV147 ) )
        = $false )
      | ( ( leq @ nbr_proc @ ( s @ ( host @ SV171 ) ) )
        = $false )
      | ( ( elem @ ( m_Down @ SV101 ) @ ( queue @ ( host @ SV171 ) ) )
        = $false )
      | ( ( ( index @ status @ ( host @ SV171 ) )
          = elec_1 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[1144]) ).

thf(1151,plain,
    ! [SV147: $i,SV171: $i,SV101: $i,SV58: $i] :
      ( ( ( ( ( index @ ldr @ ( host @ SV58 ) )
           != ( host @ SV58 ) ) )
        = $true )
      | ( ( ~ ( setIn @ SV58 @ alive ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV58 ) )
           != norm ) )
        = $true )
      | ( ( ( host @ SV101 )
          = ( s @ ( host @ SV171 ) ) )
        = $false )
      | ( ( elem @ ( m_Down @ SV147 ) @ ( queue @ ( host @ SV171 ) ) )
        = $false )
      | ( ( setIn @ SV171 @ alive )
        = $false )
      | ( ( setIn @ ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 ) @ ( index @ down @ ( host @ SV171 ) ) )
        = $false )
      | ( ( leq @ nbr_proc @ ( s @ ( host @ SV171 ) ) )
        = $false )
      | ( ( elem @ ( m_Down @ SV101 ) @ ( queue @ ( host @ SV171 ) ) )
        = $false )
      | ( ( ( index @ status @ ( host @ SV171 ) )
          = elec_1 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[1145]) ).

thf(1152,plain,
    ( ( ~ ( ~ ! [SX0: $i] :
                ( ( leq @ ( host @ sK8_SY1879 ) @ SX0 )
                | ~ ( leq @ ( s @ zero ) @ SX0 )
                | ( SX0
                  = ( host @ sK7_SY1876 ) )
                | ( setIn @ SX0 @ ( index @ down @ ( host @ sK8_SY1879 ) ) ) )
          | ~ ( setIn @ sK8_SY1879 @ alive ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[1146]) ).

thf(1153,plain,
    ( ( leq @ nbr_proc @ ( s @ ( host @ sK8_SY1879 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[1147]) ).

thf(1154,plain,
    ! [SV147: $i,SV171: $i,SV101: $i,SV58: $i] :
      ( ( ( ( index @ ldr @ ( host @ SV58 ) )
          = ( host @ SV58 ) )
        = $false )
      | ( ( ~ ( setIn @ SV58 @ alive ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV58 ) )
           != norm ) )
        = $true )
      | ( ( ( host @ SV101 )
          = ( s @ ( host @ SV171 ) ) )
        = $false )
      | ( ( elem @ ( m_Down @ SV147 ) @ ( queue @ ( host @ SV171 ) ) )
        = $false )
      | ( ( setIn @ SV171 @ alive )
        = $false )
      | ( ( leq @ ( host @ SV171 ) @ ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 ) )
        = $false )
      | ( ( leq @ nbr_proc @ ( s @ ( host @ SV171 ) ) )
        = $false )
      | ( ( elem @ ( m_Down @ SV101 ) @ ( queue @ ( host @ SV171 ) ) )
        = $false )
      | ( ( ( index @ status @ ( host @ SV171 ) )
          = elec_1 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[1148]) ).

thf(1155,plain,
    ! [SV147: $i,SV171: $i,SV101: $i,SV58: $i] :
      ( ( ( setIn @ SV58 @ alive )
        = $false )
      | ( ( ( index @ ldr @ ( host @ SV58 ) )
          = ( host @ SV58 ) )
        = $false )
      | ( ( ( ( index @ status @ ( host @ SV58 ) )
           != norm ) )
        = $true )
      | ( ( ( host @ SV101 )
          = ( s @ ( host @ SV171 ) ) )
        = $false )
      | ( ( elem @ ( m_Down @ SV147 ) @ ( queue @ ( host @ SV171 ) ) )
        = $false )
      | ( ( setIn @ SV171 @ alive )
        = $false )
      | ( ( leq @ ( s @ zero ) @ ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 ) )
        = $true )
      | ( ( leq @ nbr_proc @ ( s @ ( host @ SV171 ) ) )
        = $false )
      | ( ( elem @ ( m_Down @ SV101 ) @ ( queue @ ( host @ SV171 ) ) )
        = $false )
      | ( ( ( index @ status @ ( host @ SV171 ) )
          = elec_1 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[1149]) ).

thf(1156,plain,
    ! [SV147: $i,SV171: $i,SV101: $i,SV58: $i] :
      ( ( ( ( index @ ldr @ ( host @ SV58 ) )
          = ( host @ SV58 ) )
        = $false )
      | ( ( ~ ( setIn @ SV58 @ alive ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV58 ) )
           != norm ) )
        = $true )
      | ( ( ( host @ SV101 )
          = ( s @ ( host @ SV171 ) ) )
        = $false )
      | ( ( elem @ ( m_Down @ SV147 ) @ ( queue @ ( host @ SV171 ) ) )
        = $false )
      | ( ( setIn @ SV171 @ alive )
        = $false )
      | ( ( ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 )
          = ( host @ SV147 ) )
        = $false )
      | ( ( leq @ nbr_proc @ ( s @ ( host @ SV171 ) ) )
        = $false )
      | ( ( elem @ ( m_Down @ SV101 ) @ ( queue @ ( host @ SV171 ) ) )
        = $false )
      | ( ( ( index @ status @ ( host @ SV171 ) )
          = elec_1 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[1150]) ).

thf(1157,plain,
    ! [SV147: $i,SV171: $i,SV101: $i,SV58: $i] :
      ( ( ( ( index @ ldr @ ( host @ SV58 ) )
          = ( host @ SV58 ) )
        = $false )
      | ( ( ~ ( setIn @ SV58 @ alive ) )
        = $true )
      | ( ( ( ( index @ status @ ( host @ SV58 ) )
           != norm ) )
        = $true )
      | ( ( ( host @ SV101 )
          = ( s @ ( host @ SV171 ) ) )
        = $false )
      | ( ( elem @ ( m_Down @ SV147 ) @ ( queue @ ( host @ SV171 ) ) )
        = $false )
      | ( ( setIn @ SV171 @ alive )
        = $false )
      | ( ( setIn @ ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 ) @ ( index @ down @ ( host @ SV171 ) ) )
        = $false )
      | ( ( leq @ nbr_proc @ ( s @ ( host @ SV171 ) ) )
        = $false )
      | ( ( elem @ ( m_Down @ SV101 ) @ ( queue @ ( host @ SV171 ) ) )
        = $false )
      | ( ( ( index @ status @ ( host @ SV171 ) )
          = elec_1 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[1151]) ).

thf(1158,plain,
    ( ( ~ ! [SX0: $i] :
            ( ( leq @ ( host @ sK8_SY1879 ) @ SX0 )
            | ~ ( leq @ ( s @ zero ) @ SX0 )
            | ( SX0
              = ( host @ sK7_SY1876 ) )
            | ( setIn @ SX0 @ ( index @ down @ ( host @ sK8_SY1879 ) ) ) )
      | ~ ( setIn @ sK8_SY1879 @ alive ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[1152]) ).

thf(1159,plain,
    ! [SV147: $i,SV171: $i,SV101: $i,SV58: $i] :
      ( ( ( setIn @ SV58 @ alive )
        = $false )
      | ( ( ( index @ ldr @ ( host @ SV58 ) )
          = ( host @ SV58 ) )
        = $false )
      | ( ( ( ( index @ status @ ( host @ SV58 ) )
           != norm ) )
        = $true )
      | ( ( ( host @ SV101 )
          = ( s @ ( host @ SV171 ) ) )
        = $false )
      | ( ( elem @ ( m_Down @ SV147 ) @ ( queue @ ( host @ SV171 ) ) )
        = $false )
      | ( ( setIn @ SV171 @ alive )
        = $false )
      | ( ( leq @ ( host @ SV171 ) @ ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 ) )
        = $false )
      | ( ( leq @ nbr_proc @ ( s @ ( host @ SV171 ) ) )
        = $false )
      | ( ( elem @ ( m_Down @ SV101 ) @ ( queue @ ( host @ SV171 ) ) )
        = $false )
      | ( ( ( index @ status @ ( host @ SV171 ) )
          = elec_1 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[1154]) ).

thf(1160,plain,
    ! [SV147: $i,SV171: $i,SV101: $i,SV58: $i] :
      ( ( ( ( index @ status @ ( host @ SV58 ) )
          = norm )
        = $false )
      | ( ( ( index @ ldr @ ( host @ SV58 ) )
          = ( host @ SV58 ) )
        = $false )
      | ( ( setIn @ SV58 @ alive )
        = $false )
      | ( ( ( host @ SV101 )
          = ( s @ ( host @ SV171 ) ) )
        = $false )
      | ( ( elem @ ( m_Down @ SV147 ) @ ( queue @ ( host @ SV171 ) ) )
        = $false )
      | ( ( setIn @ SV171 @ alive )
        = $false )
      | ( ( leq @ ( s @ zero ) @ ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 ) )
        = $true )
      | ( ( leq @ nbr_proc @ ( s @ ( host @ SV171 ) ) )
        = $false )
      | ( ( elem @ ( m_Down @ SV101 ) @ ( queue @ ( host @ SV171 ) ) )
        = $false )
      | ( ( ( index @ status @ ( host @ SV171 ) )
          = elec_1 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[1155]) ).

thf(1161,plain,
    ! [SV147: $i,SV171: $i,SV101: $i,SV58: $i] :
      ( ( ( setIn @ SV58 @ alive )
        = $false )
      | ( ( ( index @ ldr @ ( host @ SV58 ) )
          = ( host @ SV58 ) )
        = $false )
      | ( ( ( ( index @ status @ ( host @ SV58 ) )
           != norm ) )
        = $true )
      | ( ( ( host @ SV101 )
          = ( s @ ( host @ SV171 ) ) )
        = $false )
      | ( ( elem @ ( m_Down @ SV147 ) @ ( queue @ ( host @ SV171 ) ) )
        = $false )
      | ( ( setIn @ SV171 @ alive )
        = $false )
      | ( ( ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 )
          = ( host @ SV147 ) )
        = $false )
      | ( ( leq @ nbr_proc @ ( s @ ( host @ SV171 ) ) )
        = $false )
      | ( ( elem @ ( m_Down @ SV101 ) @ ( queue @ ( host @ SV171 ) ) )
        = $false )
      | ( ( ( index @ status @ ( host @ SV171 ) )
          = elec_1 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[1156]) ).

thf(1162,plain,
    ! [SV147: $i,SV171: $i,SV101: $i,SV58: $i] :
      ( ( ( setIn @ SV58 @ alive )
        = $false )
      | ( ( ( index @ ldr @ ( host @ SV58 ) )
          = ( host @ SV58 ) )
        = $false )
      | ( ( ( ( index @ status @ ( host @ SV58 ) )
           != norm ) )
        = $true )
      | ( ( ( host @ SV101 )
          = ( s @ ( host @ SV171 ) ) )
        = $false )
      | ( ( elem @ ( m_Down @ SV147 ) @ ( queue @ ( host @ SV171 ) ) )
        = $false )
      | ( ( setIn @ SV171 @ alive )
        = $false )
      | ( ( setIn @ ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 ) @ ( index @ down @ ( host @ SV171 ) ) )
        = $false )
      | ( ( leq @ nbr_proc @ ( s @ ( host @ SV171 ) ) )
        = $false )
      | ( ( elem @ ( m_Down @ SV101 ) @ ( queue @ ( host @ SV171 ) ) )
        = $false )
      | ( ( ( index @ status @ ( host @ SV171 ) )
          = elec_1 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[1157]) ).

thf(1163,plain,
    ( ( ~ ! [SX0: $i] :
            ( ( leq @ ( host @ sK8_SY1879 ) @ SX0 )
            | ~ ( leq @ ( s @ zero ) @ SX0 )
            | ( SX0
              = ( host @ sK7_SY1876 ) )
            | ( setIn @ SX0 @ ( index @ down @ ( host @ sK8_SY1879 ) ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[1158]) ).

thf(1164,plain,
    ( ( ~ ( setIn @ sK8_SY1879 @ alive ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[1158]) ).

thf(1165,plain,
    ! [SV147: $i,SV171: $i,SV101: $i,SV58: $i] :
      ( ( ( ( index @ status @ ( host @ SV58 ) )
          = norm )
        = $false )
      | ( ( ( index @ ldr @ ( host @ SV58 ) )
          = ( host @ SV58 ) )
        = $false )
      | ( ( setIn @ SV58 @ alive )
        = $false )
      | ( ( ( host @ SV101 )
          = ( s @ ( host @ SV171 ) ) )
        = $false )
      | ( ( elem @ ( m_Down @ SV147 ) @ ( queue @ ( host @ SV171 ) ) )
        = $false )
      | ( ( setIn @ SV171 @ alive )
        = $false )
      | ( ( leq @ ( host @ SV171 ) @ ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 ) )
        = $false )
      | ( ( leq @ nbr_proc @ ( s @ ( host @ SV171 ) ) )
        = $false )
      | ( ( elem @ ( m_Down @ SV101 ) @ ( queue @ ( host @ SV171 ) ) )
        = $false )
      | ( ( ( index @ status @ ( host @ SV171 ) )
          = elec_1 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[1159]) ).

thf(1166,plain,
    ! [SV147: $i,SV171: $i,SV101: $i,SV58: $i] :
      ( ( ( ( index @ status @ ( host @ SV58 ) )
          = norm )
        = $false )
      | ( ( ( index @ ldr @ ( host @ SV58 ) )
          = ( host @ SV58 ) )
        = $false )
      | ( ( setIn @ SV58 @ alive )
        = $false )
      | ( ( ( host @ SV101 )
          = ( s @ ( host @ SV171 ) ) )
        = $false )
      | ( ( elem @ ( m_Down @ SV147 ) @ ( queue @ ( host @ SV171 ) ) )
        = $false )
      | ( ( setIn @ SV171 @ alive )
        = $false )
      | ( ( ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 )
          = ( host @ SV147 ) )
        = $false )
      | ( ( leq @ nbr_proc @ ( s @ ( host @ SV171 ) ) )
        = $false )
      | ( ( elem @ ( m_Down @ SV101 ) @ ( queue @ ( host @ SV171 ) ) )
        = $false )
      | ( ( ( index @ status @ ( host @ SV171 ) )
          = elec_1 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[1161]) ).

thf(1167,plain,
    ! [SV147: $i,SV171: $i,SV101: $i,SV58: $i] :
      ( ( ( ( index @ status @ ( host @ SV58 ) )
          = norm )
        = $false )
      | ( ( ( index @ ldr @ ( host @ SV58 ) )
          = ( host @ SV58 ) )
        = $false )
      | ( ( setIn @ SV58 @ alive )
        = $false )
      | ( ( ( host @ SV101 )
          = ( s @ ( host @ SV171 ) ) )
        = $false )
      | ( ( elem @ ( m_Down @ SV147 ) @ ( queue @ ( host @ SV171 ) ) )
        = $false )
      | ( ( setIn @ SV171 @ alive )
        = $false )
      | ( ( setIn @ ( sK11_V0 @ SV171 @ SV147 @ SV101 @ SV58 ) @ ( index @ down @ ( host @ SV171 ) ) )
        = $false )
      | ( ( leq @ nbr_proc @ ( s @ ( host @ SV171 ) ) )
        = $false )
      | ( ( elem @ ( m_Down @ SV101 ) @ ( queue @ ( host @ SV171 ) ) )
        = $false )
      | ( ( ( index @ status @ ( host @ SV171 ) )
          = elec_1 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[1162]) ).

thf(1168,plain,
    ( ( ! [SX0: $i] :
          ( ( leq @ ( host @ sK8_SY1879 ) @ SX0 )
          | ~ ( leq @ ( s @ zero ) @ SX0 )
          | ( SX0
            = ( host @ sK7_SY1876 ) )
          | ( setIn @ SX0 @ ( index @ down @ ( host @ sK8_SY1879 ) ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[1163]) ).

thf(1169,plain,
    ( ( setIn @ sK8_SY1879 @ alive )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[1164]) ).

thf(1170,plain,
    ! [SV205: $i] :
      ( ( ( leq @ ( host @ sK8_SY1879 ) @ SV205 )
        | ~ ( leq @ ( s @ zero ) @ SV205 )
        | ( SV205
          = ( host @ sK7_SY1876 ) )
        | ( setIn @ SV205 @ ( index @ down @ ( host @ sK8_SY1879 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[1168]) ).

thf(1171,plain,
    ! [SV205: $i] :
      ( ( ( ( leq @ ( host @ sK8_SY1879 ) @ SV205 )
          | ~ ( leq @ ( s @ zero ) @ SV205 ) )
        = $true )
      | ( ( ( SV205
            = ( host @ sK7_SY1876 ) )
          | ( setIn @ SV205 @ ( index @ down @ ( host @ sK8_SY1879 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[1170]) ).

thf(1172,plain,
    ! [SV205: $i] :
      ( ( ( leq @ ( host @ sK8_SY1879 ) @ SV205 )
        = $true )
      | ( ( ~ ( leq @ ( s @ zero ) @ SV205 ) )
        = $true )
      | ( ( ( SV205
            = ( host @ sK7_SY1876 ) )
          | ( setIn @ SV205 @ ( index @ down @ ( host @ sK8_SY1879 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[1171]) ).

thf(1173,plain,
    ! [SV205: $i] :
      ( ( ( leq @ ( s @ zero ) @ SV205 )
        = $false )
      | ( ( leq @ ( host @ sK8_SY1879 ) @ SV205 )
        = $true )
      | ( ( ( SV205
            = ( host @ sK7_SY1876 ) )
          | ( setIn @ SV205 @ ( index @ down @ ( host @ sK8_SY1879 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1172]) ).

thf(1174,plain,
    ! [SV205: $i] :
      ( ( ( SV205
          = ( host @ sK7_SY1876 ) )
        = $true )
      | ( ( setIn @ SV205 @ ( index @ down @ ( host @ sK8_SY1879 ) ) )
        = $true )
      | ( ( leq @ ( host @ sK8_SY1879 ) @ SV205 )
        = $true )
      | ( ( leq @ ( s @ zero ) @ SV205 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[1173]) ).

thf(1175,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[229,1174,1169,1167,1166,1165,1160,1153,1140,1139,1138,1133,1129,1104,1092,1091,1086,1085,1079,1072,1069,1068,1063,1042,1035,1016,1015,1010,1009,1008,998,986,981,979,978,960,948,943,929,928,923,922,918,907,904,900,899,898,897,893,889,888,887,872,865,859,842,827,822,821,815,803,802,799,798,797,796,789,788,787,786,785,784,783,782,775,774,764,750,744,693,692,651,650,636,633,602,601,581,579,576,575,574,573,572,521,520,519,518,516,512,511,507,506,505,504,503,502,501,446,445,444,440,437,433,430,429,380,369,364,361,357,341,340,339,338,337,336,335,334,296,295,294,293,292,291,287]) ).

thf(1176,plain,
    $false,
    inference(solved_all_splits,[solved_all_splits(join,[])],[1175]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.04/0.13  % Problem  : SWV477+1 : TPTP v8.1.0. Released v4.0.0.
% 0.04/0.14  % Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s
% 0.14/0.36  % Computer : n026.cluster.edu
% 0.14/0.36  % Model    : x86_64 x86_64
% 0.14/0.36  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.36  % Memory   : 8042.1875MB
% 0.14/0.36  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.36  % CPULimit : 300
% 0.14/0.36  % WCLimit  : 600
% 0.14/0.36  % DateTime : Thu Jun 16 03:26:23 EDT 2022
% 0.14/0.36  % CPUTime  : 
% 0.21/0.42  .
% 0.66/0.85  
% 0.66/0.85   No.of.Axioms: 66
% 0.66/0.85  
% 0.66/0.85   Length.of.Defs: 0
% 0.66/0.85  
% 0.66/0.85   Contains.Choice.Funs: false
% 0.70/0.88  ..
% 1.01/1.19  (rf:0,axioms:66,ps:3,u:6,ude:true,rLeibEQ:true,rAndEQ:true,use_choice:true,use_extuni:true,use_extcnf_combined:true,expand_extuni:false,foatp:e,atp_timeout:600,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:68,loop_count:0,foatp_calls:0,translation:fof_full)..............................................................................eprover: CPU time limit exceeded, terminating
% 75.31/75.48  .........
% 76.09/76.26  (rf:0,axioms:66,ps:2,u:1,ude:false,rLeibEQ:true,rAndEQ:true,use_choice:true,use_extuni:true,use_extcnf_combined:true,expand_extuni:false,foatp:e,atp_timeout:600,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:68,loop_count:0,foatp_calls:0,translation:fof_full).........................................................................eprover: CPU time limit exceeded, terminating
% 150.42/150.83  ......
% 151.00/151.36  (rf:0,axioms:66,ps:3,u:8,ude:true,rLeibEQ:true,rAndEQ:true,use_choice:true,use_extuni:false,use_extcnf_combined:true,expand_extuni:false,foatp:e,atp_timeout:600,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:68,loop_count:0,foatp_calls:0,translation:fof_full).............................................................................eprover: CPU time limit exceeded, terminating
% 225.30/225.73  ...........
% 225.79/226.24  (rf:2,axioms:65,ps:1,u:3,ude:true,rLeibEQ:false,rAndEQ:false,use_choice:false,use_extuni:false,use_extcnf_combined:true,expand_extuni:false,foatp:e,atp_timeout:600,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:68,loop_count:0,foatp_calls:0,translation:fof_full).............................................................................
% 291.72/292.16  
% 291.72/292.16  ********************************
% 291.72/292.16  *   All subproblems solved!    *
% 291.72/292.16  ********************************
% 291.72/292.16  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:2,axioms:87,ps:1,u:3,ude:true,rLeibEQ:false,rAndEQ:false,use_choice:false,use_extuni:false,use_extcnf_combined:true,expand_extuni:false,foatp:e,atp_timeout:73,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:1175,loop_count:0,foatp_calls:1,translation:fof_full)
% 292.25/292.71  
% 292.25/292.71  %**** Beginning of derivation protocol ****
% 292.25/292.71  % SZS output start CNFRefutation
% See solution above
% 292.25/292.71  
% 292.25/292.71  %**** End of derivation protocol ****
% 292.25/292.71  %**** no. of clauses in derivation: 1175 ****
% 292.25/292.71  %**** clause counter: 1175 ****
% 292.25/292.71  
% 292.25/292.71  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:2,axioms:87,ps:1,u:3,ude:true,rLeibEQ:false,rAndEQ:false,use_choice:false,use_extuni:false,use_extcnf_combined:true,expand_extuni:false,foatp:e,atp_timeout:73,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:1175,loop_count:0,foatp_calls:1,translation:fof_full)
%------------------------------------------------------------------------------