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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : MGT056+1 : TPTP v8.1.2. Released v2.4.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.3mPRJJekbw true

% Computer : n025.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 09:20:35 EDT 2023

% Result   : Theorem 0.22s 0.83s
% Output   : Refutation 0.22s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   17
%            Number of leaves      :   24
% Syntax   : Number of formulae    :   82 (  21 unt;  16 typ;   0 def)
%            Number of atoms       :  162 (  27 equ;   0 cnn)
%            Maximal formula atoms :    9 (   2 avg)
%            Number of connectives :  525 (  65   ~;  64   |;  21   &; 364   @)
%                                         (   4 <=>;   7  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   16 (   6 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   16 (  16   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   18 (  16 usr;   8 con; 0-2 aty)
%            Number of variables   :   63 (   0   ^;  63   !;   0   ?;  63   :)

% Comments : 
%------------------------------------------------------------------------------
thf(greater_type,type,
    greater: $i > $i > $o ).

thf(age_type,type,
    age: $i > $i > $i ).

thf(has_immunity_type,type,
    has_immunity: $i > $i > $o ).

thf(smaller_type,type,
    smaller: $i > $i > $o ).

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

thf(has_endowment_type,type,
    has_endowment: $i > $o ).

thf(eta_type,type,
    eta: $i ).

thf(greater_or_equal_type,type,
    greater_or_equal: $i > $i > $o ).

thf(smaller_or_equal_type,type,
    smaller_or_equal: $i > $i > $o ).

thf(organization_type,type,
    organization: $i > $o ).

thf(sigma_type,type,
    sigma: $i ).

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

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

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

thf(hazard_of_mortality_type,type,
    hazard_of_mortality: $i > $i > $i ).

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

thf(definition_1,axiom,
    ! [X: $i] :
      ( ( has_endowment @ X )
    <=> ! [T: $i] :
          ( ( ( greater @ ( age @ X @ T ) @ eta )
           => ~ ( has_immunity @ X @ T ) )
          & ( ( smaller_or_equal @ ( age @ X @ T ) @ eta )
           => ( has_immunity @ X @ T ) )
          & ( organization @ X ) ) ) ).

thf(zip_derived_cl11,plain,
    ! [X0: $i] :
      ( ( organization @ X0 )
      | ~ ( has_endowment @ X0 ) ),
    inference(cnf,[status(esa)],[definition_1]) ).

thf(assumption_3,axiom,
    ! [X: $i,T0: $i,T: $i] :
      ( ( ( organization @ X )
        & ( has_immunity @ X @ T0 )
        & ~ ( has_immunity @ X @ T ) )
     => ( greater @ ( hazard_of_mortality @ X @ T ) @ ( hazard_of_mortality @ X @ T0 ) ) ) ).

thf(zip_derived_cl19,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ~ ( has_immunity @ X0 @ X1 )
      | ~ ( organization @ X0 )
      | ( has_immunity @ X0 @ X2 )
      | ( greater @ ( hazard_of_mortality @ X0 @ X2 ) @ ( hazard_of_mortality @ X0 @ X1 ) ) ),
    inference(cnf,[status(esa)],[assumption_3]) ).

thf(zip_derived_cl190,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ~ ( has_endowment @ X0 )
      | ( greater @ ( hazard_of_mortality @ X0 @ X2 ) @ ( hazard_of_mortality @ X0 @ X1 ) )
      | ( has_immunity @ X0 @ X2 )
      | ~ ( has_immunity @ X0 @ X1 ) ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl11,zip_derived_cl19]) ).

thf(definition_smaller,axiom,
    ! [X: $i,Y: $i] :
      ( ( smaller @ X @ Y )
    <=> ( greater @ Y @ X ) ) ).

thf(zip_derived_cl7,plain,
    ! [X0: $i,X1: $i] :
      ( ( smaller @ X0 @ X1 )
      | ~ ( greater @ X1 @ X0 ) ),
    inference(cnf,[status(esa)],[definition_smaller]) ).

thf(definition_smaller_or_equal,axiom,
    ! [X: $i,Y: $i] :
      ( ( smaller_or_equal @ X @ Y )
    <=> ( ( smaller @ X @ Y )
        | ( X = Y ) ) ) ).

thf(zip_derived_cl1,plain,
    ! [X0: $i,X1: $i] :
      ( ( smaller_or_equal @ X0 @ X1 )
      | ~ ( smaller @ X0 @ X1 ) ),
    inference(cnf,[status(esa)],[definition_smaller_or_equal]) ).

thf(zip_derived_cl153,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( greater @ X0 @ X1 )
      | ( smaller_or_equal @ X1 @ X0 ) ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl7,zip_derived_cl1]) ).

thf(lemma_9,conjecture,
    ! [X: $i,T0: $i,T1: $i,T2: $i] :
      ( ( ( organization @ X )
        & ( has_endowment @ X )
        & ( ( age @ X @ T0 )
          = zero )
        & ( smaller_or_equal @ ( age @ X @ T1 ) @ eta )
        & ( greater @ ( age @ X @ T2 ) @ eta )
        & ( greater_or_equal @ eta @ sigma )
        & ( greater @ sigma @ zero ) )
     => ( ( greater @ ( hazard_of_mortality @ X @ T2 ) @ ( hazard_of_mortality @ X @ T1 ) )
        & ( ( hazard_of_mortality @ X @ T1 )
          = ( hazard_of_mortality @ X @ T0 ) ) ) ) ).

thf(zf_stmt_0,negated_conjecture,
    ~ ! [X: $i,T0: $i,T1: $i,T2: $i] :
        ( ( ( organization @ X )
          & ( has_endowment @ X )
          & ( ( age @ X @ T0 )
            = zero )
          & ( smaller_or_equal @ ( age @ X @ T1 ) @ eta )
          & ( greater @ ( age @ X @ T2 ) @ eta )
          & ( greater_or_equal @ eta @ sigma )
          & ( greater @ sigma @ zero ) )
       => ( ( greater @ ( hazard_of_mortality @ X @ T2 ) @ ( hazard_of_mortality @ X @ T1 ) )
          & ( ( hazard_of_mortality @ X @ T1 )
            = ( hazard_of_mortality @ X @ T0 ) ) ) ),
    inference('cnf.neg',[status(esa)],[lemma_9]) ).

thf(zip_derived_cl24,plain,
    ( ( age @ sk__1 @ sk__2 )
    = zero ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl13,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( smaller_or_equal @ ( age @ X0 @ X1 ) @ eta )
      | ( has_immunity @ X0 @ X1 )
      | ~ ( has_endowment @ X0 ) ),
    inference(cnf,[status(esa)],[definition_1]) ).

thf(zip_derived_cl239,plain,
    ( ~ ( smaller_or_equal @ zero @ eta )
    | ( has_immunity @ sk__1 @ sk__2 )
    | ~ ( has_endowment @ sk__1 ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl24,zip_derived_cl13]) ).

thf(zip_derived_cl23,plain,
    has_endowment @ sk__1,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl240,plain,
    ( ~ ( smaller_or_equal @ zero @ eta )
    | ( has_immunity @ sk__1 @ sk__2 ) ),
    inference(demod,[status(thm)],[zip_derived_cl239,zip_derived_cl23]) ).

thf(zip_derived_cl337,plain,
    ( ~ ( greater @ eta @ zero )
    | ( has_immunity @ sk__1 @ sk__2 ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl153,zip_derived_cl240]) ).

thf(zip_derived_cl27,plain,
    greater @ sigma @ zero,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl190_001,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ~ ( has_endowment @ X0 )
      | ( greater @ ( hazard_of_mortality @ X0 @ X2 ) @ ( hazard_of_mortality @ X0 @ X1 ) )
      | ( has_immunity @ X0 @ X2 )
      | ~ ( has_immunity @ X0 @ X1 ) ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl11,zip_derived_cl19]) ).

thf(zip_derived_cl27_002,plain,
    greater @ sigma @ zero,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl26,plain,
    greater_or_equal @ eta @ sigma,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(definition_greater_or_equal,axiom,
    ! [X: $i,Y: $i] :
      ( ( greater_or_equal @ X @ Y )
    <=> ( ( greater @ X @ Y )
        | ( X = Y ) ) ) ).

thf(zip_derived_cl3,plain,
    ! [X0: $i,X1: $i] :
      ( ( X1 = X0 )
      | ( greater @ X1 @ X0 )
      | ~ ( greater_or_equal @ X1 @ X0 ) ),
    inference(cnf,[status(esa)],[definition_greater_or_equal]) ).

thf(zip_derived_cl150,plain,
    ( ( greater @ eta @ sigma )
    | ( eta = sigma ) ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl26,zip_derived_cl3]) ).

thf(meaning_postulate_greater_transitive,axiom,
    ! [X: $i,Y: $i,Z: $i] :
      ( ( ( greater @ X @ Y )
        & ( greater @ Y @ Z ) )
     => ( greater @ X @ Z ) ) ).

thf(zip_derived_cl9,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ~ ( greater @ X0 @ X1 )
      | ~ ( greater @ X1 @ X2 )
      | ( greater @ X0 @ X2 ) ),
    inference(cnf,[status(esa)],[meaning_postulate_greater_transitive]) ).

thf(zip_derived_cl233,plain,
    ! [X0: $i] :
      ( ( eta = sigma )
      | ~ ( greater @ sigma @ X0 )
      | ( greater @ eta @ X0 ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl150,zip_derived_cl9]) ).

thf(zip_derived_cl241,plain,
    ( ( eta = sigma )
    | ( greater @ eta @ zero ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl27,zip_derived_cl233]) ).

thf(zip_derived_cl337_003,plain,
    ( ~ ( greater @ eta @ zero )
    | ( has_immunity @ sk__1 @ sk__2 ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl153,zip_derived_cl240]) ).

thf(zip_derived_cl391,plain,
    ( ( eta = sigma )
    | ( has_immunity @ sk__1 @ sk__2 ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl241,zip_derived_cl337]) ).

thf(zip_derived_cl11_004,plain,
    ! [X0: $i] :
      ( ( organization @ X0 )
      | ~ ( has_endowment @ X0 ) ),
    inference(cnf,[status(esa)],[definition_1]) ).

thf(assumption_2,axiom,
    ! [X: $i,T0: $i,T: $i] :
      ( ( ( organization @ X )
        & ( has_immunity @ X @ T0 )
        & ( has_immunity @ X @ T ) )
     => ( ( hazard_of_mortality @ X @ T0 )
        = ( hazard_of_mortality @ X @ T ) ) ) ).

thf(zip_derived_cl18,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ~ ( has_immunity @ X0 @ X1 )
      | ~ ( organization @ X0 )
      | ~ ( has_immunity @ X0 @ X2 )
      | ( ( hazard_of_mortality @ X0 @ X1 )
        = ( hazard_of_mortality @ X0 @ X2 ) ) ),
    inference(cnf,[status(esa)],[assumption_2]) ).

thf(zip_derived_cl189,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ~ ( has_endowment @ X0 )
      | ( ( hazard_of_mortality @ X0 @ X1 )
        = ( hazard_of_mortality @ X0 @ X2 ) )
      | ~ ( has_immunity @ X0 @ X2 )
      | ~ ( has_immunity @ X0 @ X1 ) ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl11,zip_derived_cl18]) ).

thf(zip_derived_cl20,plain,
    ( ~ ( greater @ ( hazard_of_mortality @ sk__1 @ sk__4 ) @ ( hazard_of_mortality @ sk__1 @ sk__3 ) )
    | ( ( hazard_of_mortality @ sk__1 @ sk__3 )
     != ( hazard_of_mortality @ sk__1 @ sk__2 ) ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl296,plain,
    ! [X0: $i] :
      ( ~ ( has_immunity @ sk__1 @ X0 )
      | ~ ( has_immunity @ sk__1 @ sk__3 )
      | ~ ( has_endowment @ sk__1 )
      | ~ ( greater @ ( hazard_of_mortality @ sk__1 @ sk__4 ) @ ( hazard_of_mortality @ sk__1 @ X0 ) )
      | ( ( hazard_of_mortality @ sk__1 @ X0 )
       != ( hazard_of_mortality @ sk__1 @ sk__2 ) ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl189,zip_derived_cl20]) ).

thf(zip_derived_cl25,plain,
    smaller_or_equal @ ( age @ sk__1 @ sk__3 ) @ eta,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl13_005,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( smaller_or_equal @ ( age @ X0 @ X1 ) @ eta )
      | ( has_immunity @ X0 @ X1 )
      | ~ ( has_endowment @ X0 ) ),
    inference(cnf,[status(esa)],[definition_1]) ).

thf(zip_derived_cl248,plain,
    ( ( has_immunity @ sk__1 @ sk__3 )
    | ~ ( has_endowment @ sk__1 ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl25,zip_derived_cl13]) ).

thf(zip_derived_cl23_006,plain,
    has_endowment @ sk__1,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl249,plain,
    has_immunity @ sk__1 @ sk__3,
    inference(demod,[status(thm)],[zip_derived_cl248,zip_derived_cl23]) ).

thf(zip_derived_cl23_007,plain,
    has_endowment @ sk__1,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl310,plain,
    ! [X0: $i] :
      ( ~ ( has_immunity @ sk__1 @ X0 )
      | ~ ( greater @ ( hazard_of_mortality @ sk__1 @ sk__4 ) @ ( hazard_of_mortality @ sk__1 @ X0 ) )
      | ( ( hazard_of_mortality @ sk__1 @ X0 )
       != ( hazard_of_mortality @ sk__1 @ sk__2 ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl296,zip_derived_cl249,zip_derived_cl23]) ).

thf(zip_derived_cl412,plain,
    ( ( eta = sigma )
    | ~ ( greater @ ( hazard_of_mortality @ sk__1 @ sk__4 ) @ ( hazard_of_mortality @ sk__1 @ sk__2 ) )
    | ( ( hazard_of_mortality @ sk__1 @ sk__2 )
     != ( hazard_of_mortality @ sk__1 @ sk__2 ) ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl391,zip_derived_cl310]) ).

thf(zip_derived_cl414,plain,
    ( ~ ( greater @ ( hazard_of_mortality @ sk__1 @ sk__4 ) @ ( hazard_of_mortality @ sk__1 @ sk__2 ) )
    | ( eta = sigma ) ),
    inference(simplify,[status(thm)],[zip_derived_cl412]) ).

thf(zip_derived_cl421,plain,
    ( ~ ( has_immunity @ sk__1 @ sk__2 )
    | ( has_immunity @ sk__1 @ sk__4 )
    | ~ ( has_endowment @ sk__1 )
    | ( eta = sigma ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl190,zip_derived_cl414]) ).

thf(zip_derived_cl21,plain,
    greater @ ( age @ sk__1 @ sk__4 ) @ eta,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl12,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( greater @ ( age @ X0 @ X1 ) @ eta )
      | ~ ( has_immunity @ X0 @ X1 )
      | ~ ( has_endowment @ X0 ) ),
    inference(cnf,[status(esa)],[definition_1]) ).

thf(zip_derived_cl246,plain,
    ( ~ ( has_immunity @ sk__1 @ sk__4 )
    | ~ ( has_endowment @ sk__1 ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl21,zip_derived_cl12]) ).

thf(zip_derived_cl23_008,plain,
    has_endowment @ sk__1,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl247,plain,
    ~ ( has_immunity @ sk__1 @ sk__4 ),
    inference(demod,[status(thm)],[zip_derived_cl246,zip_derived_cl23]) ).

thf(zip_derived_cl23_009,plain,
    has_endowment @ sk__1,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl431,plain,
    ( ~ ( has_immunity @ sk__1 @ sk__2 )
    | ( eta = sigma ) ),
    inference(demod,[status(thm)],[zip_derived_cl421,zip_derived_cl247,zip_derived_cl23]) ).

thf(zip_derived_cl391_010,plain,
    ( ( eta = sigma )
    | ( has_immunity @ sk__1 @ sk__2 ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl241,zip_derived_cl337]) ).

thf(zip_derived_cl438,plain,
    eta = sigma,
    inference(clc,[status(thm)],[zip_derived_cl431,zip_derived_cl391]) ).

thf(zip_derived_cl439,plain,
    greater @ eta @ zero,
    inference(demod,[status(thm)],[zip_derived_cl27,zip_derived_cl438]) ).

thf(zip_derived_cl449,plain,
    has_immunity @ sk__1 @ sk__2,
    inference(demod,[status(thm)],[zip_derived_cl337,zip_derived_cl439]) ).

thf(zip_derived_cl310_011,plain,
    ! [X0: $i] :
      ( ~ ( has_immunity @ sk__1 @ X0 )
      | ~ ( greater @ ( hazard_of_mortality @ sk__1 @ sk__4 ) @ ( hazard_of_mortality @ sk__1 @ X0 ) )
      | ( ( hazard_of_mortality @ sk__1 @ X0 )
       != ( hazard_of_mortality @ sk__1 @ sk__2 ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl296,zip_derived_cl249,zip_derived_cl23]) ).

thf(zip_derived_cl466,plain,
    ( ~ ( greater @ ( hazard_of_mortality @ sk__1 @ sk__4 ) @ ( hazard_of_mortality @ sk__1 @ sk__2 ) )
    | ( ( hazard_of_mortality @ sk__1 @ sk__2 )
     != ( hazard_of_mortality @ sk__1 @ sk__2 ) ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl449,zip_derived_cl310]) ).

thf(zip_derived_cl468,plain,
    ~ ( greater @ ( hazard_of_mortality @ sk__1 @ sk__4 ) @ ( hazard_of_mortality @ sk__1 @ sk__2 ) ),
    inference(simplify,[status(thm)],[zip_derived_cl466]) ).

thf(zip_derived_cl506,plain,
    ( ~ ( has_immunity @ sk__1 @ sk__2 )
    | ( has_immunity @ sk__1 @ sk__4 )
    | ~ ( has_endowment @ sk__1 ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl190,zip_derived_cl468]) ).

thf(zip_derived_cl449_012,plain,
    has_immunity @ sk__1 @ sk__2,
    inference(demod,[status(thm)],[zip_derived_cl337,zip_derived_cl439]) ).

thf(zip_derived_cl247_013,plain,
    ~ ( has_immunity @ sk__1 @ sk__4 ),
    inference(demod,[status(thm)],[zip_derived_cl246,zip_derived_cl23]) ).

thf(zip_derived_cl23_014,plain,
    has_endowment @ sk__1,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl516,plain,
    $false,
    inference(demod,[status(thm)],[zip_derived_cl506,zip_derived_cl449,zip_derived_cl247,zip_derived_cl23]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.13  % Problem  : MGT056+1 : TPTP v8.1.2. Released v2.4.0.
% 0.00/0.14  % Command  : python3 /export/starexec/sandbox2/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox2/tmp/tmp.3mPRJJekbw true
% 0.14/0.36  % Computer : n025.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  : 300
% 0.14/0.36  % DateTime : Mon Aug 28 06:46:39 EDT 2023
% 0.14/0.36  % CPUTime  : 
% 0.14/0.36  % Running portfolio for 300 s
% 0.14/0.36  % File         : /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.14/0.36  % Number of cores: 8
% 0.14/0.37  % Python version: Python 3.6.8
% 0.14/0.37  % Running in FO mode
% 0.22/0.67  % Total configuration time : 435
% 0.22/0.67  % Estimated wc time : 1092
% 0.22/0.67  % Estimated cpu time (7 cpus) : 156.0
% 0.22/0.72  % /export/starexec/sandbox2/solver/bin/fo/fo6_bce.sh running for 75s
% 0.22/0.75  % /export/starexec/sandbox2/solver/bin/fo/fo3_bce.sh running for 75s
% 0.22/0.75  % /export/starexec/sandbox2/solver/bin/fo/fo1_av.sh running for 75s
% 0.22/0.78  % /export/starexec/sandbox2/solver/bin/fo/fo7.sh running for 63s
% 0.22/0.78  % /export/starexec/sandbox2/solver/bin/fo/fo13.sh running for 50s
% 0.22/0.78  % /export/starexec/sandbox2/solver/bin/fo/fo5.sh running for 50s
% 0.22/0.78  % /export/starexec/sandbox2/solver/bin/fo/fo4.sh running for 50s
% 0.22/0.83  % Solved by fo/fo6_bce.sh.
% 0.22/0.83  % BCE start: 28
% 0.22/0.83  % BCE eliminated: 1
% 0.22/0.83  % PE start: 27
% 0.22/0.83  logic: eq
% 0.22/0.83  % PE eliminated: 5
% 0.22/0.83  % done 104 iterations in 0.087s
% 0.22/0.83  % SZS status Theorem for '/export/starexec/sandbox2/benchmark/theBenchmark.p'
% 0.22/0.83  % SZS output start Refutation
% See solution above
% 0.22/0.83  
% 0.22/0.83  
% 0.22/0.83  % Terminating...
% 1.47/0.88  % Runner terminated.
% 1.65/0.90  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------