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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : KLE025+1 : TPTP v8.1.2. Released v4.0.0.
% Transfm  : NO INFORMATION
% Format   : NO INFORMATION
% Command  : python3 /export/starexec/sandbox2/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox2/tmp/tmp.vFBFhqFnO3 true

% Computer : n028.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 05:38:21 EDT 2023

% Result   : Theorem 1.54s 1.00s
% Output   : Refutation 1.54s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   13
%            Number of leaves      :   22
% Syntax   : Number of formulae    :   87 (  36 unt;  10 typ;   0 def)
%            Number of atoms       :  144 (  79 equ;   0 cnn)
%            Maximal formula atoms :    5 (   1 avg)
%            Number of connectives :  476 (  52   ~;  54   |;   4   &; 357   @)
%                                         (   3 <=>;   6  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    8 (   4 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :    8 (   8   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   12 (  10 usr;   6 con; 0-2 aty)
%            Number of variables   :  100 (   0   ^;  99   !;   1   ?; 100   :)

% Comments : 
%------------------------------------------------------------------------------
thf(multiplication_type,type,
    multiplication: $i > $i > $i ).

thf(c_type,type,
    c: $i > $i ).

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

thf(complement_type,type,
    complement: $i > $i > $o ).

thf(one_type,type,
    one: $i ).

thf(addition_type,type,
    addition: $i > $i > $i ).

thf(test_type,type,
    test: $i > $o ).

thf(sk__1_type,type,
    sk__1: $i ).

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

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

thf(test_3,axiom,
    ! [X0: $i,X1: $i] :
      ( ( test @ X0 )
     => ( ( ( c @ X0 )
          = X1 )
      <=> ( complement @ X0 @ X1 ) ) ) ).

thf(zip_derived_cl20,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( test @ X0 )
      | ( complement @ X0 @ X1 )
      | ( ( c @ X0 )
       != X1 ) ),
    inference(cnf,[status(esa)],[test_3]) ).

thf(zip_derived_cl42,plain,
    ! [X0: $i] :
      ( ( complement @ X0 @ ( c @ X0 ) )
      | ~ ( test @ X0 ) ),
    inference(eq_res,[status(thm)],[zip_derived_cl20]) ).

thf(test_2,axiom,
    ! [X0: $i,X1: $i] :
      ( ( complement @ X1 @ X0 )
    <=> ( ( ( multiplication @ X0 @ X1 )
          = zero )
        & ( ( multiplication @ X1 @ X0 )
          = zero )
        & ( ( addition @ X0 @ X1 )
          = one ) ) ) ).

thf(zip_derived_cl17,plain,
    ! [X0: $i,X1: $i] :
      ( ( ( addition @ X0 @ X1 )
        = one )
      | ~ ( complement @ X1 @ X0 ) ),
    inference(cnf,[status(esa)],[test_2]) ).

thf(zip_derived_cl99,plain,
    ! [X0: $i] :
      ( ~ ( test @ X0 )
      | ( ( addition @ ( c @ X0 ) @ X0 )
        = one ) ),
    inference('sup-',[status(thm)],[zip_derived_cl42,zip_derived_cl17]) ).

thf(additive_commutativity,axiom,
    ! [A: $i,B: $i] :
      ( ( addition @ A @ B )
      = ( addition @ B @ A ) ) ).

thf(zip_derived_cl0,plain,
    ! [X0: $i,X1: $i] :
      ( ( addition @ X1 @ X0 )
      = ( addition @ X0 @ X1 ) ),
    inference(cnf,[status(esa)],[additive_commutativity]) ).

thf(zip_derived_cl18,plain,
    ! [X0: $i,X1: $i] :
      ( ( complement @ X0 @ X1 )
      | ( ( addition @ X1 @ X0 )
       != one )
      | ( ( multiplication @ X0 @ X1 )
       != zero )
      | ( ( multiplication @ X1 @ X0 )
       != zero ) ),
    inference(cnf,[status(esa)],[test_2]) ).

thf(zip_derived_cl101,plain,
    ! [X0: $i,X1: $i] :
      ( ( ( addition @ X1 @ X0 )
       != one )
      | ( ( multiplication @ X0 @ X1 )
       != zero )
      | ( ( multiplication @ X1 @ X0 )
       != zero )
      | ( complement @ X1 @ X0 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl0,zip_derived_cl18]) ).

thf(zip_derived_cl1966,plain,
    ! [X0: $i] :
      ( ( one != one )
      | ~ ( test @ X0 )
      | ( complement @ ( c @ X0 ) @ X0 )
      | ( ( multiplication @ ( c @ X0 ) @ X0 )
       != zero )
      | ( ( multiplication @ X0 @ ( c @ X0 ) )
       != zero ) ),
    inference('sup-',[status(thm)],[zip_derived_cl99,zip_derived_cl101]) ).

thf(zip_derived_cl42_001,plain,
    ! [X0: $i] :
      ( ( complement @ X0 @ ( c @ X0 ) )
      | ~ ( test @ X0 ) ),
    inference(eq_res,[status(thm)],[zip_derived_cl20]) ).

thf(zip_derived_cl15,plain,
    ! [X0: $i,X1: $i] :
      ( ( ( multiplication @ X0 @ X1 )
        = zero )
      | ~ ( complement @ X1 @ X0 ) ),
    inference(cnf,[status(esa)],[test_2]) ).

thf(zip_derived_cl82,plain,
    ! [X0: $i] :
      ( ~ ( test @ X0 )
      | ( ( multiplication @ ( c @ X0 ) @ X0 )
        = zero ) ),
    inference('sup-',[status(thm)],[zip_derived_cl42,zip_derived_cl15]) ).

thf(test_4,axiom,
    ! [X0: $i] :
      ( ~ ( test @ X0 )
     => ( ( c @ X0 )
        = zero ) ) ).

thf(zip_derived_cl21,plain,
    ! [X0: $i] :
      ( ( ( c @ X0 )
        = zero )
      | ( test @ X0 ) ),
    inference(cnf,[status(esa)],[test_4]) ).

thf(left_annihilation,axiom,
    ! [A: $i] :
      ( ( multiplication @ zero @ A )
      = zero ) ).

thf(zip_derived_cl10,plain,
    ! [X0: $i] :
      ( ( multiplication @ zero @ X0 )
      = zero ),
    inference(cnf,[status(esa)],[left_annihilation]) ).

thf(zip_derived_cl28,plain,
    ! [X0: $i,X1: $i] :
      ( ( ( multiplication @ ( c @ X0 ) @ X1 )
        = zero )
      | ( test @ X0 ) ),
    inference('sup+',[status(thm)],[zip_derived_cl21,zip_derived_cl10]) ).

thf(zip_derived_cl431,plain,
    ! [X0: $i] :
      ( ( multiplication @ ( c @ X0 ) @ X0 )
      = zero ),
    inference(clc,[status(thm)],[zip_derived_cl82,zip_derived_cl28]) ).

thf(zip_derived_cl42_002,plain,
    ! [X0: $i] :
      ( ( complement @ X0 @ ( c @ X0 ) )
      | ~ ( test @ X0 ) ),
    inference(eq_res,[status(thm)],[zip_derived_cl20]) ).

thf(zip_derived_cl16,plain,
    ! [X0: $i,X1: $i] :
      ( ( ( multiplication @ X0 @ X1 )
        = zero )
      | ~ ( complement @ X0 @ X1 ) ),
    inference(cnf,[status(esa)],[test_2]) ).

thf(zip_derived_cl83,plain,
    ! [X0: $i] :
      ( ~ ( test @ X0 )
      | ( ( multiplication @ X0 @ ( c @ X0 ) )
        = zero ) ),
    inference('sup-',[status(thm)],[zip_derived_cl42,zip_derived_cl16]) ).

thf(zip_derived_cl21_003,plain,
    ! [X0: $i] :
      ( ( ( c @ X0 )
        = zero )
      | ( test @ X0 ) ),
    inference(cnf,[status(esa)],[test_4]) ).

thf(right_annihilation,axiom,
    ! [A: $i] :
      ( ( multiplication @ A @ zero )
      = zero ) ).

thf(zip_derived_cl9,plain,
    ! [X0: $i] :
      ( ( multiplication @ X0 @ zero )
      = zero ),
    inference(cnf,[status(esa)],[right_annihilation]) ).

thf(zip_derived_cl27,plain,
    ! [X0: $i,X1: $i] :
      ( ( ( multiplication @ X1 @ ( c @ X0 ) )
        = zero )
      | ( test @ X0 ) ),
    inference('sup+',[status(thm)],[zip_derived_cl21,zip_derived_cl9]) ).

thf(zip_derived_cl480,plain,
    ! [X0: $i] :
      ( ( multiplication @ X0 @ ( c @ X0 ) )
      = zero ),
    inference(clc,[status(thm)],[zip_derived_cl83,zip_derived_cl27]) ).

thf(zip_derived_cl1978,plain,
    ! [X0: $i] :
      ( ( one != one )
      | ~ ( test @ X0 )
      | ( complement @ ( c @ X0 ) @ X0 )
      | ( zero != zero )
      | ( zero != zero ) ),
    inference(demod,[status(thm)],[zip_derived_cl1966,zip_derived_cl431,zip_derived_cl480]) ).

thf(zip_derived_cl1979,plain,
    ! [X0: $i] :
      ( ( complement @ ( c @ X0 ) @ X0 )
      | ~ ( test @ X0 ) ),
    inference(simplify,[status(thm)],[zip_derived_cl1978]) ).

thf(zip_derived_cl19,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( test @ X0 )
      | ( ( c @ X0 )
        = X1 )
      | ~ ( complement @ X0 @ X1 ) ),
    inference(cnf,[status(esa)],[test_3]) ).

thf(zip_derived_cl1986,plain,
    ! [X0: $i] :
      ( ~ ( test @ X0 )
      | ( ( c @ ( c @ X0 ) )
        = X0 )
      | ~ ( test @ ( c @ X0 ) ) ),
    inference('sup-',[status(thm)],[zip_derived_cl1979,zip_derived_cl19]) ).

thf(zip_derived_cl21_004,plain,
    ! [X0: $i] :
      ( ( ( c @ X0 )
        = zero )
      | ( test @ X0 ) ),
    inference(cnf,[status(esa)],[test_4]) ).

thf(additive_identity,axiom,
    ! [A: $i] :
      ( ( addition @ A @ zero )
      = A ) ).

thf(zip_derived_cl2,plain,
    ! [X0: $i] :
      ( ( addition @ X0 @ zero )
      = X0 ),
    inference(cnf,[status(esa)],[additive_identity]) ).

thf(zip_derived_cl0_005,plain,
    ! [X0: $i,X1: $i] :
      ( ( addition @ X1 @ X0 )
      = ( addition @ X0 @ X1 ) ),
    inference(cnf,[status(esa)],[additive_commutativity]) ).

thf(zip_derived_cl32,plain,
    ! [X0: $i] :
      ( X0
      = ( addition @ zero @ X0 ) ),
    inference('sup+',[status(thm)],[zip_derived_cl2,zip_derived_cl0]) ).

thf(zip_derived_cl18_006,plain,
    ! [X0: $i,X1: $i] :
      ( ( complement @ X0 @ X1 )
      | ( ( addition @ X1 @ X0 )
       != one )
      | ( ( multiplication @ X0 @ X1 )
       != zero )
      | ( ( multiplication @ X1 @ X0 )
       != zero ) ),
    inference(cnf,[status(esa)],[test_2]) ).

thf(zip_derived_cl107,plain,
    ! [X0: $i] :
      ( ( X0 != one )
      | ( ( multiplication @ zero @ X0 )
       != zero )
      | ( ( multiplication @ X0 @ zero )
       != zero )
      | ( complement @ X0 @ zero ) ),
    inference('sup-',[status(thm)],[zip_derived_cl32,zip_derived_cl18]) ).

thf(zip_derived_cl10_007,plain,
    ! [X0: $i] :
      ( ( multiplication @ zero @ X0 )
      = zero ),
    inference(cnf,[status(esa)],[left_annihilation]) ).

thf(zip_derived_cl9_008,plain,
    ! [X0: $i] :
      ( ( multiplication @ X0 @ zero )
      = zero ),
    inference(cnf,[status(esa)],[right_annihilation]) ).

thf(zip_derived_cl112,plain,
    ! [X0: $i] :
      ( ( X0 != one )
      | ( zero != zero )
      | ( zero != zero )
      | ( complement @ X0 @ zero ) ),
    inference(demod,[status(thm)],[zip_derived_cl107,zip_derived_cl10,zip_derived_cl9]) ).

thf(zip_derived_cl113,plain,
    ! [X0: $i] :
      ( ( complement @ X0 @ zero )
      | ( X0 != one ) ),
    inference(simplify,[status(thm)],[zip_derived_cl112]) ).

thf(zip_derived_cl182,plain,
    complement @ one @ zero,
    inference(eq_res,[status(thm)],[zip_derived_cl113]) ).

thf(test_1,axiom,
    ! [X0: $i] :
      ( ( test @ X0 )
    <=> ? [X1: $i] : ( complement @ X1 @ X0 ) ) ).

thf(zip_derived_cl14,plain,
    ! [X0: $i,X1: $i] :
      ( ( test @ X0 )
      | ~ ( complement @ X1 @ X0 ) ),
    inference(cnf,[status(esa)],[test_1]) ).

thf(zip_derived_cl212,plain,
    test @ zero,
    inference('sup-',[status(thm)],[zip_derived_cl182,zip_derived_cl14]) ).

thf(zip_derived_cl220,plain,
    ! [X0: $i] :
      ( ( test @ ( c @ X0 ) )
      | ( test @ X0 ) ),
    inference('sup+',[status(thm)],[zip_derived_cl21,zip_derived_cl212]) ).

thf(zip_derived_cl42_009,plain,
    ! [X0: $i] :
      ( ( complement @ X0 @ ( c @ X0 ) )
      | ~ ( test @ X0 ) ),
    inference(eq_res,[status(thm)],[zip_derived_cl20]) ).

thf(zip_derived_cl14_010,plain,
    ! [X0: $i,X1: $i] :
      ( ( test @ X0 )
      | ~ ( complement @ X1 @ X0 ) ),
    inference(cnf,[status(esa)],[test_1]) ).

thf(zip_derived_cl81,plain,
    ! [X0: $i] :
      ( ~ ( test @ X0 )
      | ( test @ ( c @ X0 ) ) ),
    inference('sup-',[status(thm)],[zip_derived_cl42,zip_derived_cl14]) ).

thf(zip_derived_cl294,plain,
    ! [X0: $i] : ( test @ ( c @ X0 ) ),
    inference(clc,[status(thm)],[zip_derived_cl220,zip_derived_cl81]) ).

thf(zip_derived_cl1996,plain,
    ! [X0: $i] :
      ( ~ ( test @ X0 )
      | ( ( c @ ( c @ X0 ) )
        = X0 ) ),
    inference(demod,[status(thm)],[zip_derived_cl1986,zip_derived_cl294]) ).

thf(zip_derived_cl99_011,plain,
    ! [X0: $i] :
      ( ~ ( test @ X0 )
      | ( ( addition @ ( c @ X0 ) @ X0 )
        = one ) ),
    inference('sup-',[status(thm)],[zip_derived_cl42,zip_derived_cl17]) ).

thf(goals,conjecture,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ( ( test @ X1 )
        & ( test @ X2 ) )
     => ( ( ( multiplication @ ( multiplication @ X1 @ X0 ) @ ( c @ X2 ) )
          = zero )
       => ( ( multiplication @ X1 @ X0 )
          = ( multiplication @ ( multiplication @ X1 @ X0 ) @ X2 ) ) ) ) ).

thf(zf_stmt_0,negated_conjecture,
    ~ ! [X0: $i,X1: $i,X2: $i] :
        ( ( ( test @ X1 )
          & ( test @ X2 ) )
       => ( ( ( multiplication @ ( multiplication @ X1 @ X0 ) @ ( c @ X2 ) )
            = zero )
         => ( ( multiplication @ X1 @ X0 )
            = ( multiplication @ ( multiplication @ X1 @ X0 ) @ X2 ) ) ) ),
    inference('cnf.neg',[status(esa)],[goals]) ).

thf(zip_derived_cl22,plain,
    ( ( multiplication @ ( multiplication @ sk__2 @ sk__1 ) @ ( c @ sk__3 ) )
    = zero ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(right_distributivity,axiom,
    ! [A: $i,B: $i,C: $i] :
      ( ( multiplication @ A @ ( addition @ B @ C ) )
      = ( addition @ ( multiplication @ A @ B ) @ ( multiplication @ A @ C ) ) ) ).

thf(zip_derived_cl7,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ( multiplication @ X0 @ ( addition @ X1 @ X2 ) )
      = ( addition @ ( multiplication @ X0 @ X1 ) @ ( multiplication @ X0 @ X2 ) ) ),
    inference(cnf,[status(esa)],[right_distributivity]) ).

thf(zip_derived_cl152,plain,
    ! [X0: $i] :
      ( ( multiplication @ ( multiplication @ sk__2 @ sk__1 ) @ ( addition @ X0 @ ( c @ sk__3 ) ) )
      = ( addition @ ( multiplication @ ( multiplication @ sk__2 @ sk__1 ) @ X0 ) @ zero ) ),
    inference('sup+',[status(thm)],[zip_derived_cl22,zip_derived_cl7]) ).

thf(multiplicative_associativity,axiom,
    ! [A: $i,B: $i,C: $i] :
      ( ( multiplication @ A @ ( multiplication @ B @ C ) )
      = ( multiplication @ ( multiplication @ A @ B ) @ C ) ) ).

thf(zip_derived_cl4,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ( multiplication @ X0 @ ( multiplication @ X1 @ X2 ) )
      = ( multiplication @ ( multiplication @ X0 @ X1 ) @ X2 ) ),
    inference(cnf,[status(esa)],[multiplicative_associativity]) ).

thf(zip_derived_cl2_012,plain,
    ! [X0: $i] :
      ( ( addition @ X0 @ zero )
      = X0 ),
    inference(cnf,[status(esa)],[additive_identity]) ).

thf(zip_derived_cl167,plain,
    ! [X0: $i] :
      ( ( multiplication @ ( multiplication @ sk__2 @ sk__1 ) @ ( addition @ X0 @ ( c @ sk__3 ) ) )
      = ( multiplication @ sk__2 @ ( multiplication @ sk__1 @ X0 ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl152,zip_derived_cl4,zip_derived_cl2]) ).

thf(zip_derived_cl1481,plain,
    ( ( ( multiplication @ ( multiplication @ sk__2 @ sk__1 ) @ one )
      = ( multiplication @ sk__2 @ ( multiplication @ sk__1 @ ( c @ ( c @ sk__3 ) ) ) ) )
    | ~ ( test @ ( c @ sk__3 ) ) ),
    inference('sup+',[status(thm)],[zip_derived_cl99,zip_derived_cl167]) ).

thf(zip_derived_cl4_013,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ( multiplication @ X0 @ ( multiplication @ X1 @ X2 ) )
      = ( multiplication @ ( multiplication @ X0 @ X1 ) @ X2 ) ),
    inference(cnf,[status(esa)],[multiplicative_associativity]) ).

thf(multiplicative_right_identity,axiom,
    ! [A: $i] :
      ( ( multiplication @ A @ one )
      = A ) ).

thf(zip_derived_cl5,plain,
    ! [X0: $i] :
      ( ( multiplication @ X0 @ one )
      = X0 ),
    inference(cnf,[status(esa)],[multiplicative_right_identity]) ).

thf(zip_derived_cl294_014,plain,
    ! [X0: $i] : ( test @ ( c @ X0 ) ),
    inference(clc,[status(thm)],[zip_derived_cl220,zip_derived_cl81]) ).

thf(zip_derived_cl1502,plain,
    ( ( multiplication @ sk__2 @ sk__1 )
    = ( multiplication @ sk__2 @ ( multiplication @ sk__1 @ ( c @ ( c @ sk__3 ) ) ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl1481,zip_derived_cl4,zip_derived_cl5,zip_derived_cl294]) ).

thf(zip_derived_cl2068,plain,
    ( ( ( multiplication @ sk__2 @ sk__1 )
      = ( multiplication @ sk__2 @ ( multiplication @ sk__1 @ sk__3 ) ) )
    | ~ ( test @ sk__3 ) ),
    inference('sup+',[status(thm)],[zip_derived_cl1996,zip_derived_cl1502]) ).

thf(zip_derived_cl24,plain,
    test @ sk__3,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl2099,plain,
    ( ( multiplication @ sk__2 @ sk__1 )
    = ( multiplication @ sk__2 @ ( multiplication @ sk__1 @ sk__3 ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl2068,zip_derived_cl24]) ).

thf(zip_derived_cl23,plain,
    ( ( multiplication @ sk__2 @ sk__1 )
   != ( multiplication @ ( multiplication @ sk__2 @ sk__1 ) @ sk__3 ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl4_015,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ( multiplication @ X0 @ ( multiplication @ X1 @ X2 ) )
      = ( multiplication @ ( multiplication @ X0 @ X1 ) @ X2 ) ),
    inference(cnf,[status(esa)],[multiplicative_associativity]) ).

thf(zip_derived_cl114,plain,
    ( ( multiplication @ sk__2 @ sk__1 )
   != ( multiplication @ sk__2 @ ( multiplication @ sk__1 @ sk__3 ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl23,zip_derived_cl4]) ).

thf(zip_derived_cl2100,plain,
    $false,
    inference('simplify_reflect-',[status(thm)],[zip_derived_cl2099,zip_derived_cl114]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : KLE025+1 : TPTP v8.1.2. Released v4.0.0.
% 0.07/0.13  % Command  : python3 /export/starexec/sandbox2/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox2/tmp/tmp.vFBFhqFnO3 true
% 0.14/0.34  % Computer : n028.cluster.edu
% 0.14/0.34  % Model    : x86_64 x86_64
% 0.14/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.34  % Memory   : 8042.1875MB
% 0.14/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.34  % CPULimit : 300
% 0.14/0.34  % WCLimit  : 300
% 0.14/0.34  % DateTime : Tue Aug 29 12:33:41 EDT 2023
% 0.14/0.35  % CPUTime  : 
% 0.14/0.35  % Running portfolio for 300 s
% 0.14/0.35  % File         : /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.14/0.35  % Number of cores: 8
% 0.14/0.35  % Python version: Python 3.6.8
% 0.21/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.73  % /export/starexec/sandbox2/solver/bin/fo/fo6_bce.sh running for 75s
% 0.21/0.75  % /export/starexec/sandbox2/solver/bin/fo/fo3_bce.sh running for 75s
% 0.21/0.75  % /export/starexec/sandbox2/solver/bin/fo/fo1_av.sh running for 75s
% 0.21/0.75  % /export/starexec/sandbox2/solver/bin/fo/fo7.sh running for 63s
% 0.21/0.75  % /export/starexec/sandbox2/solver/bin/fo/fo13.sh running for 50s
% 0.21/0.75  % /export/starexec/sandbox2/solver/bin/fo/fo5.sh running for 50s
% 0.21/0.76  % /export/starexec/sandbox2/solver/bin/fo/fo4.sh running for 50s
% 1.54/1.00  % Solved by fo/fo5.sh.
% 1.54/1.00  % done 425 iterations in 0.218s
% 1.54/1.00  % SZS status Theorem for '/export/starexec/sandbox2/benchmark/theBenchmark.p'
% 1.54/1.00  % SZS output start Refutation
% See solution above
% 1.54/1.00  
% 1.54/1.00  
% 1.54/1.00  % Terminating...
% 1.54/1.05  % Runner terminated.
% 1.68/1.06  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------