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

View Problem - Process Solution

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

% Computer : n022.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 300s
% DateTime : Thu Aug 31 08:59:58 EDT 2023

% Result   : Theorem 10.57s 2.15s
% Output   : Refutation 10.57s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   22
%            Number of leaves      :   47
% Syntax   : Number of formulae    :  177 (  99 unt;  21 typ;   0 def)
%            Number of atoms       :  229 (  66 equ;   0 cnn)
%            Maximal formula atoms :    4 (   1 avg)
%            Number of connectives : 1090 (  61   ~;  57   |;   1   &; 956   @)
%                                         (   8 <=>;   7  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   16 (   6 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   10 (  10   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   23 (  21 usr;  16 con; 0-2 aty)
%            Number of variables   :  253 (   0   ^; 253   !;   0   ?; 253   :)

% Comments : 
%------------------------------------------------------------------------------
thf(op_or_type,type,
    op_or: $o ).

thf(op_and_type,type,
    op_and: $o ).

thf(and_type,type,
    and: $i > $i > $i ).

thf(is_a_theorem_type,type,
    is_a_theorem: $i > $o ).

thf(r2_type,type,
    r2: $o ).

thf(op_equiv_type,type,
    op_equiv: $o ).

thf(r1_type,type,
    r1: $o ).

thf(op_implies_and_type,type,
    op_implies_and: $o ).

thf(or_type,type,
    or: $i > $i > $i ).

thf(kn2_type,type,
    kn2: $o ).

thf(sk__33_type,type,
    sk__33: $i ).

thf(op_implies_or_type,type,
    op_implies_or: $o ).

thf(r3_type,type,
    r3: $o ).

thf(equiv_type,type,
    equiv: $i > $i > $i ).

thf(modus_ponens_type,type,
    modus_ponens: $o ).

thf(r5_type,type,
    r5: $o ).

thf(sk__34_type,type,
    sk__34: $i ).

thf(r4_type,type,
    r4: $o ).

thf(implies_type,type,
    implies: $i > $i > $i ).

thf(substitution_of_equivalents_type,type,
    substitution_of_equivalents: $o ).

thf(not_type,type,
    not: $i > $i ).

thf(kn2,axiom,
    ( kn2
  <=> ! [P: $i,Q: $i] : ( is_a_theorem @ ( implies @ ( and @ P @ Q ) @ P ) ) ) ).

thf(zip_derived_cl36,plain,
    ( kn2
    | ~ ( is_a_theorem @ ( implies @ ( and @ sk__33 @ sk__34 ) @ sk__33 ) ) ),
    inference(cnf,[status(esa)],[kn2]) ).

thf(rosser_kn2,conjecture,
    kn2 ).

thf(zf_stmt_0,negated_conjecture,
    ~ kn2,
    inference('cnf.neg',[status(esa)],[rosser_kn2]) ).

thf(zip_derived_cl73,plain,
    ~ kn2,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl363,plain,
    ~ ( is_a_theorem @ ( implies @ ( and @ sk__33 @ sk__34 ) @ sk__33 ) ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl36,zip_derived_cl73]) ).

thf(principia_op_and,axiom,
    op_and ).

thf(zip_derived_cl61,plain,
    op_and,
    inference(cnf,[status(esa)],[principia_op_and]) ).

thf(op_and,axiom,
    ( op_and
   => ! [X: $i,Y: $i] :
        ( ( and @ X @ Y )
        = ( not @ ( or @ ( not @ X ) @ ( not @ Y ) ) ) ) ) ).

thf(zip_derived_cl56,plain,
    ! [X0: $i,X1: $i] :
      ( ( ( and @ X0 @ X1 )
        = ( not @ ( or @ ( not @ X0 ) @ ( not @ X1 ) ) ) )
      | ~ op_and ),
    inference(cnf,[status(esa)],[op_and]) ).

thf(zip_derived_cl335,plain,
    ! [X0: $i,X1: $i] :
      ( ( and @ X1 @ X0 )
      = ( not @ ( or @ ( not @ X1 ) @ ( not @ X0 ) ) ) ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl61,zip_derived_cl56]) ).

thf(principia_op_implies_or,axiom,
    op_implies_or ).

thf(zip_derived_cl60,plain,
    op_implies_or,
    inference(cnf,[status(esa)],[principia_op_implies_or]) ).

thf(op_implies_or,axiom,
    ( op_implies_or
   => ! [X: $i,Y: $i] :
        ( ( implies @ X @ Y )
        = ( or @ ( not @ X ) @ Y ) ) ) ).

thf(zip_derived_cl58,plain,
    ! [X0: $i,X1: $i] :
      ( ( ( implies @ X0 @ X1 )
        = ( or @ ( not @ X0 ) @ X1 ) )
      | ~ op_implies_or ),
    inference(cnf,[status(esa)],[op_implies_or]) ).

thf(zip_derived_cl337,plain,
    ! [X0: $i,X1: $i] :
      ( ( implies @ X1 @ X0 )
      = ( or @ ( not @ X1 ) @ X0 ) ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl60,zip_derived_cl58]) ).

thf(zip_derived_cl384,plain,
    ! [X0: $i,X1: $i] :
      ( ( and @ X1 @ X0 )
      = ( not @ ( implies @ X1 @ ( not @ X0 ) ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl335,zip_derived_cl337]) ).

thf(zip_derived_cl387,plain,
    ~ ( is_a_theorem @ ( implies @ ( not @ ( implies @ sk__33 @ ( not @ sk__34 ) ) ) @ sk__33 ) ),
    inference(demod,[status(thm)],[zip_derived_cl363,zip_derived_cl384]) ).

thf(rosser_op_or,axiom,
    op_or ).

thf(zip_derived_cl70,plain,
    op_or,
    inference(cnf,[status(esa)],[rosser_op_or]) ).

thf(op_or,axiom,
    ( op_or
   => ! [X: $i,Y: $i] :
        ( ( or @ X @ Y )
        = ( not @ ( and @ ( not @ X ) @ ( not @ Y ) ) ) ) ) ).

thf(zip_derived_cl55,plain,
    ! [X0: $i,X1: $i] :
      ( ( ( or @ X0 @ X1 )
        = ( not @ ( and @ ( not @ X0 ) @ ( not @ X1 ) ) ) )
      | ~ op_or ),
    inference(cnf,[status(esa)],[op_or]) ).

thf(zip_derived_cl334,plain,
    ! [X0: $i,X1: $i] :
      ( ( or @ X1 @ X0 )
      = ( not @ ( and @ ( not @ X1 ) @ ( not @ X0 ) ) ) ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl70,zip_derived_cl55]) ).

thf(rosser_op_implies_and,axiom,
    op_implies_and ).

thf(zip_derived_cl71,plain,
    op_implies_and,
    inference(cnf,[status(esa)],[rosser_op_implies_and]) ).

thf(op_implies_and,axiom,
    ( op_implies_and
   => ! [X: $i,Y: $i] :
        ( ( implies @ X @ Y )
        = ( not @ ( and @ X @ ( not @ Y ) ) ) ) ) ).

thf(zip_derived_cl57,plain,
    ! [X0: $i,X1: $i] :
      ( ( ( implies @ X0 @ X1 )
        = ( not @ ( and @ X0 @ ( not @ X1 ) ) ) )
      | ~ op_implies_and ),
    inference(cnf,[status(esa)],[op_implies_and]) ).

thf(zip_derived_cl336,plain,
    ! [X0: $i,X1: $i] :
      ( ( implies @ X1 @ X0 )
      = ( not @ ( and @ X1 @ ( not @ X0 ) ) ) ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl71,zip_derived_cl57]) ).

thf(zip_derived_cl374,plain,
    ! [X0: $i,X1: $i] :
      ( ( or @ X1 @ X0 )
      = ( implies @ ( not @ X1 ) @ X0 ) ),
    inference(demod,[status(thm)],[zip_derived_cl334,zip_derived_cl336]) ).

thf(zip_derived_cl337_001,plain,
    ! [X0: $i,X1: $i] :
      ( ( implies @ X1 @ X0 )
      = ( or @ ( not @ X1 ) @ X0 ) ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl60,zip_derived_cl58]) ).

thf(zip_derived_cl379,plain,
    ! [X0: $i,X1: $i] :
      ( ( implies @ X1 @ X0 )
      = ( implies @ ( not @ ( not @ X1 ) ) @ X0 ) ),
    inference('sup+',[status(thm)],[zip_derived_cl374,zip_derived_cl337]) ).

thf(principia_r2,axiom,
    r2 ).

thf(zip_derived_cl65,plain,
    r2,
    inference(cnf,[status(esa)],[principia_r2]) ).

thf(r2,axiom,
    ( r2
  <=> ! [P: $i,Q: $i] : ( is_a_theorem @ ( implies @ Q @ ( or @ P @ Q ) ) ) ) ).

thf(zip_derived_cl47,plain,
    ! [X0: $i,X1: $i] :
      ( ( is_a_theorem @ ( implies @ X0 @ ( or @ X1 @ X0 ) ) )
      | ~ r2 ),
    inference(cnf,[status(esa)],[r2]) ).

thf(zip_derived_cl358,plain,
    ! [X0: $i,X1: $i] : ( is_a_theorem @ ( implies @ X0 @ ( or @ X1 @ X0 ) ) ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl65,zip_derived_cl47]) ).

thf(zip_derived_cl334_002,plain,
    ! [X0: $i,X1: $i] :
      ( ( or @ X1 @ X0 )
      = ( not @ ( and @ ( not @ X1 ) @ ( not @ X0 ) ) ) ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl70,zip_derived_cl55]) ).

thf(zip_derived_cl371,plain,
    ! [X0: $i,X1: $i] : ( is_a_theorem @ ( implies @ X0 @ ( not @ ( and @ ( not @ X1 ) @ ( not @ X0 ) ) ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl358,zip_derived_cl334]) ).

thf(zip_derived_cl336_003,plain,
    ! [X0: $i,X1: $i] :
      ( ( implies @ X1 @ X0 )
      = ( not @ ( and @ X1 @ ( not @ X0 ) ) ) ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl71,zip_derived_cl57]) ).

thf(zip_derived_cl375,plain,
    ! [X0: $i,X1: $i] : ( is_a_theorem @ ( implies @ X0 @ ( implies @ ( not @ X1 ) @ X0 ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl371,zip_derived_cl336]) ).

thf(zip_derived_cl395,plain,
    ! [X0: $i,X1: $i] : ( is_a_theorem @ ( implies @ X0 @ ( implies @ X1 @ X0 ) ) ),
    inference('sup+',[status(thm)],[zip_derived_cl379,zip_derived_cl375]) ).

thf(principia_r1,axiom,
    r1 ).

thf(zip_derived_cl64,plain,
    r1,
    inference(cnf,[status(esa)],[principia_r1]) ).

thf(r1,axiom,
    ( r1
  <=> ! [P: $i] : ( is_a_theorem @ ( implies @ ( or @ P @ P ) @ P ) ) ) ).

thf(zip_derived_cl45,plain,
    ! [X0: $i] :
      ( ( is_a_theorem @ ( implies @ ( or @ X0 @ X0 ) @ X0 ) )
      | ~ r1 ),
    inference(cnf,[status(esa)],[r1]) ).

thf(zip_derived_cl357,plain,
    ! [X0: $i] : ( is_a_theorem @ ( implies @ ( or @ X0 @ X0 ) @ X0 ) ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl64,zip_derived_cl45]) ).

thf(zip_derived_cl334_004,plain,
    ! [X0: $i,X1: $i] :
      ( ( or @ X1 @ X0 )
      = ( not @ ( and @ ( not @ X1 ) @ ( not @ X0 ) ) ) ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl70,zip_derived_cl55]) ).

thf(zip_derived_cl369,plain,
    ! [X0: $i] : ( is_a_theorem @ ( implies @ ( not @ ( and @ ( not @ X0 ) @ ( not @ X0 ) ) ) @ X0 ) ),
    inference(demod,[status(thm)],[zip_derived_cl357,zip_derived_cl334]) ).

thf(zip_derived_cl384_005,plain,
    ! [X0: $i,X1: $i] :
      ( ( and @ X1 @ X0 )
      = ( not @ ( implies @ X1 @ ( not @ X0 ) ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl335,zip_derived_cl337]) ).

thf(zip_derived_cl336_006,plain,
    ! [X0: $i,X1: $i] :
      ( ( implies @ X1 @ X0 )
      = ( not @ ( and @ X1 @ ( not @ X0 ) ) ) ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl71,zip_derived_cl57]) ).

thf(zip_derived_cl384_007,plain,
    ! [X0: $i,X1: $i] :
      ( ( and @ X1 @ X0 )
      = ( not @ ( implies @ X1 @ ( not @ X0 ) ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl335,zip_derived_cl337]) ).

thf(zip_derived_cl385,plain,
    ! [X0: $i,X1: $i] :
      ( ( implies @ X1 @ X0 )
      = ( not @ ( not @ ( implies @ X1 @ ( not @ ( not @ X0 ) ) ) ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl336,zip_derived_cl384]) ).

thf(zip_derived_cl470,plain,
    ! [X0: $i] : ( is_a_theorem @ ( implies @ ( implies @ ( not @ X0 ) @ X0 ) @ X0 ) ),
    inference(demod,[status(thm)],[zip_derived_cl369,zip_derived_cl384,zip_derived_cl385]) ).

thf(zip_derived_cl379_008,plain,
    ! [X0: $i,X1: $i] :
      ( ( implies @ X1 @ X0 )
      = ( implies @ ( not @ ( not @ X1 ) ) @ X0 ) ),
    inference('sup+',[status(thm)],[zip_derived_cl374,zip_derived_cl337]) ).

thf(zip_derived_cl379_009,plain,
    ! [X0: $i,X1: $i] :
      ( ( implies @ X1 @ X0 )
      = ( implies @ ( not @ ( not @ X1 ) ) @ X0 ) ),
    inference('sup+',[status(thm)],[zip_derived_cl374,zip_derived_cl337]) ).

thf(principia_r3,axiom,
    r3 ).

thf(zip_derived_cl66,plain,
    r3,
    inference(cnf,[status(esa)],[principia_r3]) ).

thf(r3,axiom,
    ( r3
  <=> ! [P: $i,Q: $i] : ( is_a_theorem @ ( implies @ ( or @ P @ Q ) @ ( or @ Q @ P ) ) ) ) ).

thf(zip_derived_cl49,plain,
    ! [X0: $i,X1: $i] :
      ( ( is_a_theorem @ ( implies @ ( or @ X0 @ X1 ) @ ( or @ X1 @ X0 ) ) )
      | ~ r3 ),
    inference(cnf,[status(esa)],[r3]) ).

thf(zip_derived_cl359,plain,
    ! [X0: $i,X1: $i] : ( is_a_theorem @ ( implies @ ( or @ X0 @ X1 ) @ ( or @ X1 @ X0 ) ) ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl66,zip_derived_cl49]) ).

thf(zip_derived_cl374_010,plain,
    ! [X0: $i,X1: $i] :
      ( ( or @ X1 @ X0 )
      = ( implies @ ( not @ X1 ) @ X0 ) ),
    inference(demod,[status(thm)],[zip_derived_cl334,zip_derived_cl336]) ).

thf(zip_derived_cl374_011,plain,
    ! [X0: $i,X1: $i] :
      ( ( or @ X1 @ X0 )
      = ( implies @ ( not @ X1 ) @ X0 ) ),
    inference(demod,[status(thm)],[zip_derived_cl334,zip_derived_cl336]) ).

thf(zip_derived_cl406,plain,
    ! [X0: $i,X1: $i] : ( is_a_theorem @ ( implies @ ( implies @ ( not @ X0 ) @ X1 ) @ ( implies @ ( not @ X1 ) @ X0 ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl359,zip_derived_cl374,zip_derived_cl374]) ).

thf(zip_derived_cl409,plain,
    ! [X0: $i,X1: $i] : ( is_a_theorem @ ( implies @ ( implies @ ( not @ X0 ) @ ( not @ X1 ) ) @ ( implies @ X1 @ X0 ) ) ),
    inference('sup+',[status(thm)],[zip_derived_cl379,zip_derived_cl406]) ).

thf(principia_modus_ponens,axiom,
    modus_ponens ).

thf(zip_derived_cl63,plain,
    modus_ponens,
    inference(cnf,[status(esa)],[principia_modus_ponens]) ).

thf(modus_ponens,axiom,
    ( modus_ponens
  <=> ! [X: $i,Y: $i] :
        ( ( ( is_a_theorem @ X )
          & ( is_a_theorem @ ( implies @ X @ Y ) ) )
       => ( is_a_theorem @ Y ) ) ) ).

thf(zip_derived_cl0,plain,
    ! [X0: $i,X1: $i] :
      ( ( is_a_theorem @ X0 )
      | ~ ( is_a_theorem @ ( implies @ X1 @ X0 ) )
      | ~ ( is_a_theorem @ X1 )
      | ~ modus_ponens ),
    inference(cnf,[status(esa)],[modus_ponens]) ).

thf(zip_derived_cl365,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( is_a_theorem @ X1 )
      | ~ ( is_a_theorem @ ( implies @ X1 @ X0 ) )
      | ( is_a_theorem @ X0 ) ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl63,zip_derived_cl0]) ).

thf(zip_derived_cl625,plain,
    ! [X0: $i,X1: $i] :
      ( ( is_a_theorem @ ( implies @ X1 @ X0 ) )
      | ~ ( is_a_theorem @ ( implies @ ( not @ X0 ) @ ( not @ X1 ) ) ) ),
    inference('sup-',[status(thm)],[zip_derived_cl409,zip_derived_cl365]) ).

thf(zip_derived_cl911,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( is_a_theorem @ ( implies @ X1 @ ( not @ X0 ) ) )
      | ( is_a_theorem @ ( implies @ X0 @ ( not @ X1 ) ) ) ),
    inference('sup-',[status(thm)],[zip_derived_cl379,zip_derived_cl625]) ).

thf(zip_derived_cl1085,plain,
    ! [X0: $i] : ( is_a_theorem @ ( implies @ X0 @ ( not @ ( implies @ ( not @ ( not @ X0 ) ) @ ( not @ X0 ) ) ) ) ),
    inference('sup-',[status(thm)],[zip_derived_cl470,zip_derived_cl911]) ).

thf(zip_derived_cl379_012,plain,
    ! [X0: $i,X1: $i] :
      ( ( implies @ X1 @ X0 )
      = ( implies @ ( not @ ( not @ X1 ) ) @ X0 ) ),
    inference('sup+',[status(thm)],[zip_derived_cl374,zip_derived_cl337]) ).

thf(zip_derived_cl1094,plain,
    ! [X0: $i] : ( is_a_theorem @ ( implies @ X0 @ ( not @ ( implies @ X0 @ ( not @ X0 ) ) ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl1085,zip_derived_cl379]) ).

thf(zip_derived_cl365_013,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( is_a_theorem @ X1 )
      | ~ ( is_a_theorem @ ( implies @ X1 @ X0 ) )
      | ( is_a_theorem @ X0 ) ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl63,zip_derived_cl0]) ).

thf(zip_derived_cl1579,plain,
    ! [X0: $i] :
      ( ( is_a_theorem @ ( not @ ( implies @ X0 @ ( not @ X0 ) ) ) )
      | ~ ( is_a_theorem @ X0 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl1094,zip_derived_cl365]) ).

thf(zip_derived_cl385_014,plain,
    ! [X0: $i,X1: $i] :
      ( ( implies @ X1 @ X0 )
      = ( not @ ( not @ ( implies @ X1 @ ( not @ ( not @ X0 ) ) ) ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl336,zip_derived_cl384]) ).

thf(zip_derived_cl385_015,plain,
    ! [X0: $i,X1: $i] :
      ( ( implies @ X1 @ X0 )
      = ( not @ ( not @ ( implies @ X1 @ ( not @ ( not @ X0 ) ) ) ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl336,zip_derived_cl384]) ).

thf(zip_derived_cl433,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ( implies @ X2 @ ( not @ ( implies @ X1 @ ( not @ ( not @ X0 ) ) ) ) )
      = ( not @ ( not @ ( implies @ X2 @ ( not @ ( implies @ X1 @ X0 ) ) ) ) ) ),
    inference('sup+',[status(thm)],[zip_derived_cl385,zip_derived_cl385]) ).

thf(substitution_of_equivalents,axiom,
    substitution_of_equivalents ).

thf(zip_derived_cl69,plain,
    substitution_of_equivalents,
    inference(cnf,[status(esa)],[substitution_of_equivalents]) ).

thf(substitution_of_equivalents_016,axiom,
    ( substitution_of_equivalents
  <=> ! [X: $i,Y: $i] :
        ( ( is_a_theorem @ ( equiv @ X @ Y ) )
       => ( X = Y ) ) ) ).

thf(zip_derived_cl4,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( is_a_theorem @ ( equiv @ X0 @ X1 ) )
      | ( X0 = X1 )
      | ~ substitution_of_equivalents ),
    inference(cnf,[status(esa)],[substitution_of_equivalents]) ).

thf(zip_derived_cl364,plain,
    ! [X0: $i,X1: $i] :
      ( ( X1 = X0 )
      | ~ ( is_a_theorem @ ( equiv @ X1 @ X0 ) ) ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl69,zip_derived_cl4]) ).

thf(principia_op_equiv,axiom,
    op_equiv ).

thf(zip_derived_cl62,plain,
    op_equiv,
    inference(cnf,[status(esa)],[principia_op_equiv]) ).

thf(op_equiv,axiom,
    ( op_equiv
   => ! [X: $i,Y: $i] :
        ( ( equiv @ X @ Y )
        = ( and @ ( implies @ X @ Y ) @ ( implies @ Y @ X ) ) ) ) ).

thf(zip_derived_cl59,plain,
    ! [X0: $i,X1: $i] :
      ( ( ( equiv @ X0 @ X1 )
        = ( and @ ( implies @ X0 @ X1 ) @ ( implies @ X1 @ X0 ) ) )
      | ~ op_equiv ),
    inference(cnf,[status(esa)],[op_equiv]) ).

thf(zip_derived_cl356,plain,
    ! [X0: $i,X1: $i] :
      ( ( equiv @ X1 @ X0 )
      = ( and @ ( implies @ X1 @ X0 ) @ ( implies @ X0 @ X1 ) ) ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl62,zip_derived_cl59]) ).

thf(zip_derived_cl384_017,plain,
    ! [X0: $i,X1: $i] :
      ( ( and @ X1 @ X0 )
      = ( not @ ( implies @ X1 @ ( not @ X0 ) ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl335,zip_derived_cl337]) ).

thf(zip_derived_cl429,plain,
    ! [X0: $i,X1: $i] :
      ( ( equiv @ X1 @ X0 )
      = ( not @ ( implies @ ( implies @ X1 @ X0 ) @ ( not @ ( implies @ X0 @ X1 ) ) ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl356,zip_derived_cl384]) ).

thf(zip_derived_cl430,plain,
    ! [X0: $i,X1: $i] :
      ( ( X1 = X0 )
      | ~ ( is_a_theorem @ ( not @ ( implies @ ( implies @ X1 @ X0 ) @ ( not @ ( implies @ X0 @ X1 ) ) ) ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl364,zip_derived_cl429]) ).

thf(zip_derived_cl857,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( is_a_theorem @ ( not @ ( not @ ( not @ ( implies @ ( implies @ ( not @ ( not @ X0 ) ) @ X1 ) @ ( not @ ( implies @ X1 @ X0 ) ) ) ) ) ) )
      | ( ( not @ ( not @ X0 ) )
        = X1 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl433,zip_derived_cl430]) ).

thf(zip_derived_cl379_018,plain,
    ! [X0: $i,X1: $i] :
      ( ( implies @ X1 @ X0 )
      = ( implies @ ( not @ ( not @ X1 ) ) @ X0 ) ),
    inference('sup+',[status(thm)],[zip_derived_cl374,zip_derived_cl337]) ).

thf(zip_derived_cl887,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( is_a_theorem @ ( not @ ( not @ ( not @ ( implies @ ( implies @ X0 @ X1 ) @ ( not @ ( implies @ X1 @ X0 ) ) ) ) ) ) )
      | ( ( not @ ( not @ X0 ) )
        = X1 ) ),
    inference(demod,[status(thm)],[zip_derived_cl857,zip_derived_cl379]) ).

thf(zip_derived_cl385_019,plain,
    ! [X0: $i,X1: $i] :
      ( ( implies @ X1 @ X0 )
      = ( not @ ( not @ ( implies @ X1 @ ( not @ ( not @ X0 ) ) ) ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl336,zip_derived_cl384]) ).

thf(zip_derived_cl1579_020,plain,
    ! [X0: $i] :
      ( ( is_a_theorem @ ( not @ ( implies @ X0 @ ( not @ X0 ) ) ) )
      | ~ ( is_a_theorem @ X0 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl1094,zip_derived_cl365]) ).

thf(zip_derived_cl433_021,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ( implies @ X2 @ ( not @ ( implies @ X1 @ ( not @ ( not @ X0 ) ) ) ) )
      = ( not @ ( not @ ( implies @ X2 @ ( not @ ( implies @ X1 @ X0 ) ) ) ) ) ),
    inference('sup+',[status(thm)],[zip_derived_cl385,zip_derived_cl385]) ).

thf(zip_derived_cl430_022,plain,
    ! [X0: $i,X1: $i] :
      ( ( X1 = X0 )
      | ~ ( is_a_theorem @ ( not @ ( implies @ ( implies @ X1 @ X0 ) @ ( not @ ( implies @ X0 @ X1 ) ) ) ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl364,zip_derived_cl429]) ).

thf(zip_derived_cl845,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ~ ( is_a_theorem @ ( not @ ( implies @ ( not @ ( not @ ( implies @ X2 @ ( not @ ( implies @ X1 @ X0 ) ) ) ) ) @ ( not @ ( implies @ ( not @ ( implies @ X1 @ ( not @ ( not @ X0 ) ) ) ) @ X2 ) ) ) ) )
      | ( X2
        = ( not @ ( implies @ X1 @ ( not @ ( not @ X0 ) ) ) ) ) ),
    inference('sup-',[status(thm)],[zip_derived_cl433,zip_derived_cl430]) ).

thf(zip_derived_cl379_023,plain,
    ! [X0: $i,X1: $i] :
      ( ( implies @ X1 @ X0 )
      = ( implies @ ( not @ ( not @ X1 ) ) @ X0 ) ),
    inference('sup+',[status(thm)],[zip_derived_cl374,zip_derived_cl337]) ).

thf(zip_derived_cl882,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ~ ( is_a_theorem @ ( not @ ( implies @ ( implies @ X2 @ ( not @ ( implies @ X1 @ X0 ) ) ) @ ( not @ ( implies @ ( not @ ( implies @ X1 @ ( not @ ( not @ X0 ) ) ) ) @ X2 ) ) ) ) )
      | ( X2
        = ( not @ ( implies @ X1 @ ( not @ ( not @ X0 ) ) ) ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl845,zip_derived_cl379]) ).

thf(zip_derived_cl385_024,plain,
    ! [X0: $i,X1: $i] :
      ( ( implies @ X1 @ X0 )
      = ( not @ ( not @ ( implies @ X1 @ ( not @ ( not @ X0 ) ) ) ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl336,zip_derived_cl384]) ).

thf(zip_derived_cl379_025,plain,
    ! [X0: $i,X1: $i] :
      ( ( implies @ X1 @ X0 )
      = ( implies @ ( not @ ( not @ X1 ) ) @ X0 ) ),
    inference('sup+',[status(thm)],[zip_derived_cl374,zip_derived_cl337]) ).

thf(zip_derived_cl436,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ( implies @ ( not @ ( implies @ X1 @ ( not @ ( not @ X0 ) ) ) ) @ X2 )
      = ( implies @ ( not @ ( implies @ X1 @ X0 ) ) @ X2 ) ),
    inference('sup+',[status(thm)],[zip_derived_cl385,zip_derived_cl379]) ).

thf(zip_derived_cl7434,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ~ ( is_a_theorem @ ( not @ ( implies @ ( implies @ X2 @ ( not @ ( implies @ X1 @ X0 ) ) ) @ ( not @ ( implies @ ( not @ ( implies @ X1 @ X0 ) ) @ X2 ) ) ) ) )
      | ( X2
        = ( not @ ( implies @ X1 @ ( not @ ( not @ X0 ) ) ) ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl882,zip_derived_cl436]) ).

thf(zip_derived_cl7437,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( is_a_theorem @ ( implies @ ( not @ ( implies @ X1 @ X0 ) ) @ ( not @ ( implies @ X1 @ X0 ) ) ) )
      | ( ( not @ ( implies @ X1 @ X0 ) )
        = ( not @ ( implies @ X1 @ ( not @ ( not @ X0 ) ) ) ) ) ),
    inference('sup-',[status(thm)],[zip_derived_cl1579,zip_derived_cl7434]) ).

thf(zip_derived_cl395_026,plain,
    ! [X0: $i,X1: $i] : ( is_a_theorem @ ( implies @ X0 @ ( implies @ X1 @ X0 ) ) ),
    inference('sup+',[status(thm)],[zip_derived_cl379,zip_derived_cl375]) ).

thf(principia_r4,axiom,
    r4 ).

thf(zip_derived_cl67,plain,
    r4,
    inference(cnf,[status(esa)],[principia_r4]) ).

thf(r4,axiom,
    ( r4
  <=> ! [P: $i,Q: $i,R: $i] : ( is_a_theorem @ ( implies @ ( or @ P @ ( or @ Q @ R ) ) @ ( or @ Q @ ( or @ P @ R ) ) ) ) ) ).

thf(zip_derived_cl51,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ( is_a_theorem @ ( implies @ ( or @ X0 @ ( or @ X1 @ X2 ) ) @ ( or @ X1 @ ( or @ X0 @ X2 ) ) ) )
      | ~ r4 ),
    inference(cnf,[status(esa)],[r4]) ).

thf(zip_derived_cl360,plain,
    ! [X0: $i,X1: $i,X2: $i] : ( is_a_theorem @ ( implies @ ( or @ X1 @ ( or @ X2 @ X0 ) ) @ ( or @ X2 @ ( or @ X1 @ X0 ) ) ) ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl67,zip_derived_cl51]) ).

thf(zip_derived_cl374_027,plain,
    ! [X0: $i,X1: $i] :
      ( ( or @ X1 @ X0 )
      = ( implies @ ( not @ X1 ) @ X0 ) ),
    inference(demod,[status(thm)],[zip_derived_cl334,zip_derived_cl336]) ).

thf(zip_derived_cl374_028,plain,
    ! [X0: $i,X1: $i] :
      ( ( or @ X1 @ X0 )
      = ( implies @ ( not @ X1 ) @ X0 ) ),
    inference(demod,[status(thm)],[zip_derived_cl334,zip_derived_cl336]) ).

thf(zip_derived_cl374_029,plain,
    ! [X0: $i,X1: $i] :
      ( ( or @ X1 @ X0 )
      = ( implies @ ( not @ X1 ) @ X0 ) ),
    inference(demod,[status(thm)],[zip_derived_cl334,zip_derived_cl336]) ).

thf(zip_derived_cl374_030,plain,
    ! [X0: $i,X1: $i] :
      ( ( or @ X1 @ X0 )
      = ( implies @ ( not @ X1 ) @ X0 ) ),
    inference(demod,[status(thm)],[zip_derived_cl334,zip_derived_cl336]) ).

thf(zip_derived_cl477,plain,
    ! [X0: $i,X1: $i,X2: $i] : ( is_a_theorem @ ( implies @ ( implies @ ( not @ X1 ) @ ( implies @ ( not @ X2 ) @ X0 ) ) @ ( implies @ ( not @ X2 ) @ ( implies @ ( not @ X1 ) @ X0 ) ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl360,zip_derived_cl374,zip_derived_cl374,zip_derived_cl374,zip_derived_cl374]) ).

thf(zip_derived_cl365_031,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( is_a_theorem @ X1 )
      | ~ ( is_a_theorem @ ( implies @ X1 @ X0 ) )
      | ( is_a_theorem @ X0 ) ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl63,zip_derived_cl0]) ).

thf(zip_derived_cl478,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ( is_a_theorem @ ( implies @ ( not @ X2 ) @ ( implies @ ( not @ X1 ) @ X0 ) ) )
      | ~ ( is_a_theorem @ ( implies @ ( not @ X1 ) @ ( implies @ ( not @ X2 ) @ X0 ) ) ) ),
    inference('sup-',[status(thm)],[zip_derived_cl477,zip_derived_cl365]) ).

thf(zip_derived_cl1915,plain,
    ! [X0: $i,X1: $i] : ( is_a_theorem @ ( implies @ ( not @ X1 ) @ ( implies @ ( not @ X0 ) @ ( not @ X0 ) ) ) ),
    inference('sup-',[status(thm)],[zip_derived_cl395,zip_derived_cl478]) ).

thf(zip_derived_cl470_032,plain,
    ! [X0: $i] : ( is_a_theorem @ ( implies @ ( implies @ ( not @ X0 ) @ X0 ) @ X0 ) ),
    inference(demod,[status(thm)],[zip_derived_cl369,zip_derived_cl384,zip_derived_cl385]) ).

thf(zip_derived_cl365_033,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( is_a_theorem @ X1 )
      | ~ ( is_a_theorem @ ( implies @ X1 @ X0 ) )
      | ( is_a_theorem @ X0 ) ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl63,zip_derived_cl0]) ).

thf(zip_derived_cl471,plain,
    ! [X0: $i] :
      ( ( is_a_theorem @ X0 )
      | ~ ( is_a_theorem @ ( implies @ ( not @ X0 ) @ X0 ) ) ),
    inference('sup-',[status(thm)],[zip_derived_cl470,zip_derived_cl365]) ).

thf(zip_derived_cl5992,plain,
    ! [X0: $i] : ( is_a_theorem @ ( implies @ ( not @ X0 ) @ ( not @ X0 ) ) ),
    inference('sup-',[status(thm)],[zip_derived_cl1915,zip_derived_cl471]) ).

thf(zip_derived_cl625_034,plain,
    ! [X0: $i,X1: $i] :
      ( ( is_a_theorem @ ( implies @ X1 @ X0 ) )
      | ~ ( is_a_theorem @ ( implies @ ( not @ X0 ) @ ( not @ X1 ) ) ) ),
    inference('sup-',[status(thm)],[zip_derived_cl409,zip_derived_cl365]) ).

thf(zip_derived_cl6037,plain,
    ! [X0: $i] : ( is_a_theorem @ ( implies @ X0 @ X0 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl5992,zip_derived_cl625]) ).

thf(zip_derived_cl7457,plain,
    ! [X0: $i,X1: $i] :
      ( ( not @ ( implies @ X1 @ X0 ) )
      = ( not @ ( implies @ X1 @ ( not @ ( not @ X0 ) ) ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl7437,zip_derived_cl6037]) ).

thf(zip_derived_cl7479,plain,
    ! [X0: $i,X1: $i] :
      ( ( implies @ X1 @ X0 )
      = ( not @ ( not @ ( implies @ X1 @ X0 ) ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl385,zip_derived_cl7457]) ).

thf(zip_derived_cl8379,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( is_a_theorem @ ( not @ ( implies @ ( implies @ X0 @ X1 ) @ ( not @ ( implies @ X1 @ X0 ) ) ) ) )
      | ( ( not @ ( not @ X0 ) )
        = X1 ) ),
    inference(demod,[status(thm)],[zip_derived_cl887,zip_derived_cl7479]) ).

thf(zip_derived_cl8382,plain,
    ! [X0: $i] :
      ( ~ ( is_a_theorem @ ( implies @ X0 @ X0 ) )
      | ( ( not @ ( not @ X0 ) )
        = X0 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl1579,zip_derived_cl8379]) ).

thf(zip_derived_cl6037_035,plain,
    ! [X0: $i] : ( is_a_theorem @ ( implies @ X0 @ X0 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl5992,zip_derived_cl625]) ).

thf(zip_derived_cl8388,plain,
    ! [X0: $i] :
      ( ( not @ ( not @ X0 ) )
      = X0 ),
    inference(demod,[status(thm)],[zip_derived_cl8382,zip_derived_cl6037]) ).

thf(principia_r5,axiom,
    r5 ).

thf(zip_derived_cl68,plain,
    r5,
    inference(cnf,[status(esa)],[principia_r5]) ).

thf(r5,axiom,
    ( r5
  <=> ! [P: $i,Q: $i,R: $i] : ( is_a_theorem @ ( implies @ ( implies @ Q @ R ) @ ( implies @ ( or @ P @ Q ) @ ( or @ P @ R ) ) ) ) ) ).

thf(zip_derived_cl53,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ( is_a_theorem @ ( implies @ ( implies @ X0 @ X1 ) @ ( implies @ ( or @ X2 @ X0 ) @ ( or @ X2 @ X1 ) ) ) )
      | ~ r5 ),
    inference(cnf,[status(esa)],[r5]) ).

thf(zip_derived_cl361,plain,
    ! [X0: $i,X1: $i,X2: $i] : ( is_a_theorem @ ( implies @ ( implies @ X2 @ X0 ) @ ( implies @ ( or @ X1 @ X2 ) @ ( or @ X1 @ X0 ) ) ) ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl68,zip_derived_cl53]) ).

thf(zip_derived_cl374_036,plain,
    ! [X0: $i,X1: $i] :
      ( ( or @ X1 @ X0 )
      = ( implies @ ( not @ X1 ) @ X0 ) ),
    inference(demod,[status(thm)],[zip_derived_cl334,zip_derived_cl336]) ).

thf(zip_derived_cl374_037,plain,
    ! [X0: $i,X1: $i] :
      ( ( or @ X1 @ X0 )
      = ( implies @ ( not @ X1 ) @ X0 ) ),
    inference(demod,[status(thm)],[zip_derived_cl334,zip_derived_cl336]) ).

thf(zip_derived_cl521,plain,
    ! [X0: $i,X1: $i,X2: $i] : ( is_a_theorem @ ( implies @ ( implies @ X2 @ X0 ) @ ( implies @ ( implies @ ( not @ X1 ) @ X2 ) @ ( implies @ ( not @ X1 ) @ X0 ) ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl361,zip_derived_cl374,zip_derived_cl374]) ).

thf(zip_derived_cl365_038,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( is_a_theorem @ X1 )
      | ~ ( is_a_theorem @ ( implies @ X1 @ X0 ) )
      | ( is_a_theorem @ X0 ) ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl63,zip_derived_cl0]) ).

thf(zip_derived_cl522,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ( is_a_theorem @ ( implies @ ( implies @ ( not @ X1 ) @ X2 ) @ ( implies @ ( not @ X1 ) @ X0 ) ) )
      | ~ ( is_a_theorem @ ( implies @ X2 @ X0 ) ) ),
    inference('sup-',[status(thm)],[zip_derived_cl521,zip_derived_cl365]) ).

thf(zip_derived_cl365_039,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( is_a_theorem @ X1 )
      | ~ ( is_a_theorem @ ( implies @ X1 @ X0 ) )
      | ( is_a_theorem @ X0 ) ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl63,zip_derived_cl0]) ).

thf(zip_derived_cl2808,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ~ ( is_a_theorem @ ( implies @ X2 @ X0 ) )
      | ( is_a_theorem @ ( implies @ ( not @ X1 ) @ X0 ) )
      | ~ ( is_a_theorem @ ( implies @ ( not @ X1 ) @ X2 ) ) ),
    inference('sup-',[status(thm)],[zip_derived_cl522,zip_derived_cl365]) ).

thf(zip_derived_cl8862,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ~ ( is_a_theorem @ ( implies @ X0 @ X1 ) )
      | ( is_a_theorem @ ( implies @ ( not @ ( not @ X0 ) ) @ X2 ) )
      | ~ ( is_a_theorem @ ( implies @ X1 @ X2 ) ) ),
    inference('sup-',[status(thm)],[zip_derived_cl8388,zip_derived_cl2808]) ).

thf(zip_derived_cl8388_040,plain,
    ! [X0: $i] :
      ( ( not @ ( not @ X0 ) )
      = X0 ),
    inference(demod,[status(thm)],[zip_derived_cl8382,zip_derived_cl6037]) ).

thf(zip_derived_cl8867,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ~ ( is_a_theorem @ ( implies @ X0 @ X1 ) )
      | ( is_a_theorem @ ( implies @ X0 @ X2 ) )
      | ~ ( is_a_theorem @ ( implies @ X1 @ X2 ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl8862,zip_derived_cl8388]) ).

thf(zip_derived_cl8871,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ~ ( is_a_theorem @ ( implies @ ( implies @ X1 @ X0 ) @ X2 ) )
      | ( is_a_theorem @ ( implies @ X0 @ X2 ) ) ),
    inference('sup-',[status(thm)],[zip_derived_cl395,zip_derived_cl8867]) ).

thf(zip_derived_cl409_041,plain,
    ! [X0: $i,X1: $i] : ( is_a_theorem @ ( implies @ ( implies @ ( not @ X0 ) @ ( not @ X1 ) ) @ ( implies @ X1 @ X0 ) ) ),
    inference('sup+',[status(thm)],[zip_derived_cl379,zip_derived_cl406]) ).

thf(zip_derived_cl8986,plain,
    ! [X0: $i,X1: $i] : ( is_a_theorem @ ( implies @ ( not @ X1 ) @ ( implies @ X1 @ X0 ) ) ),
    inference('sup+',[status(thm)],[zip_derived_cl8871,zip_derived_cl409]) ).

thf(zip_derived_cl406_042,plain,
    ! [X0: $i,X1: $i] : ( is_a_theorem @ ( implies @ ( implies @ ( not @ X0 ) @ X1 ) @ ( implies @ ( not @ X1 ) @ X0 ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl359,zip_derived_cl374,zip_derived_cl374]) ).

thf(zip_derived_cl365_043,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( is_a_theorem @ X1 )
      | ~ ( is_a_theorem @ ( implies @ X1 @ X0 ) )
      | ( is_a_theorem @ X0 ) ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl63,zip_derived_cl0]) ).

thf(zip_derived_cl407,plain,
    ! [X0: $i,X1: $i] :
      ( ( is_a_theorem @ ( implies @ ( not @ X1 ) @ X0 ) )
      | ~ ( is_a_theorem @ ( implies @ ( not @ X0 ) @ X1 ) ) ),
    inference('sup-',[status(thm)],[zip_derived_cl406,zip_derived_cl365]) ).

thf(zip_derived_cl9125,plain,
    ! [X0: $i,X1: $i] : ( is_a_theorem @ ( implies @ ( not @ ( implies @ X1 @ X0 ) ) @ X1 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl8986,zip_derived_cl407]) ).

thf(zip_derived_cl9152,plain,
    $false,
    inference(demod,[status(thm)],[zip_derived_cl387,zip_derived_cl9125]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : LCL500+1 : TPTP v8.1.2. Released v3.3.0.
% 0.00/0.13  % Command  : python3 /export/starexec/sandbox/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox/tmp/tmp.Sufx1g5zXH true
% 0.13/0.34  % Computer : n022.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 300
% 0.13/0.34  % DateTime : Fri Aug 25 04:44:55 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 0.13/0.34  % Running portfolio for 300 s
% 0.13/0.34  % File         : /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.13/0.35  % Number of cores: 8
% 0.13/0.35  % Python version: Python 3.6.8
% 0.13/0.35  % Running in FO mode
% 0.21/0.64  % Total configuration time : 435
% 0.21/0.64  % Estimated wc time : 1092
% 0.21/0.64  % Estimated cpu time (7 cpus) : 156.0
% 0.21/0.71  % /export/starexec/sandbox/solver/bin/fo/fo6_bce.sh running for 75s
% 0.21/0.72  % /export/starexec/sandbox/solver/bin/fo/fo3_bce.sh running for 75s
% 0.21/0.73  % /export/starexec/sandbox/solver/bin/fo/fo1_av.sh running for 75s
% 0.21/0.74  % /export/starexec/sandbox/solver/bin/fo/fo7.sh running for 63s
% 0.21/0.75  % /export/starexec/sandbox/solver/bin/fo/fo5.sh running for 50s
% 0.21/0.75  % /export/starexec/sandbox/solver/bin/fo/fo13.sh running for 50s
% 0.21/0.75  % /export/starexec/sandbox/solver/bin/fo/fo4.sh running for 50s
% 0.21/0.77  % /export/starexec/sandbox/solver/bin/fo/fo1_lcnf.sh running for 50s
% 10.57/2.15  % Solved by fo/fo3_bce.sh.
% 10.57/2.15  % BCE start: 74
% 10.57/2.15  % BCE eliminated: 0
% 10.57/2.15  % PE start: 74
% 10.57/2.15  logic: eq
% 10.57/2.15  % PE eliminated: 42
% 10.57/2.15  % done 2035 iterations in 1.396s
% 10.57/2.15  % SZS status Theorem for '/export/starexec/sandbox/benchmark/theBenchmark.p'
% 10.57/2.15  % SZS output start Refutation
% See solution above
% 10.57/2.15  
% 10.57/2.15  
% 10.57/2.15  % Terminating...
% 11.18/2.26  % Runner terminated.
% 11.18/2.27  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------