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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : GRA004+1 : TPTP v8.1.2. Bugfixed v3.2.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.kOZjZAHuJZ true

% Computer : n023.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 00:10:09 EDT 2023

% Result   : Theorem 0.57s 0.79s
% Output   : Refutation 0.57s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   14
%            Number of leaves      :   24
% Syntax   : Number of formulae    :   83 (  24 unt;  17 typ;   0 def)
%            Number of atoms       :  170 (  61 equ;   0 cnn)
%            Maximal formula atoms :    7 (   2 avg)
%            Number of connectives :  546 (  77   ~;  67   |;  25   &; 365   @)
%                                         (   2 <=>;   9  =>;   0  <=;   1 <~>)
%            Maximal formula depth :   16 (   6 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   21 (  21   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   19 (  17 usr;   7 con; 0-3 aty)
%            Number of variables   :  108 (   0   ^; 103   !;   5   ?; 108   :)

% Comments : 
%------------------------------------------------------------------------------
thf(edge_type,type,
    edge: $i > $o ).

thf(sequential_type,type,
    sequential: $i > $i > $o ).

thf(length_of_type,type,
    length_of: $i > $i ).

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

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

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

thf(in_path_type,type,
    in_path: $i > $i > $o ).

thf(precedes_type,type,
    precedes: $i > $i > $i > $o ).

thf(head_of_type,type,
    head_of: $i > $i ).

thf(on_path_type,type,
    on_path: $i > $i > $o ).

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

thf(shortest_path_type,type,
    shortest_path: $i > $i > $i > $o ).

thf(less_or_equal_type,type,
    less_or_equal: $i > $i > $o ).

thf(tail_of_type,type,
    tail_of: $i > $i ).

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

thf(path_type,type,
    path: $i > $i > $i > $o ).

thf(sk__13_type,type,
    sk__13: $i ).

thf(shortest_path_properties_lemma,conjecture,
    ! [V1: $i,V2: $i,E1: $i,E2: $i,P: $i] :
      ( ( ( shortest_path @ V1 @ V2 @ P )
        & ( precedes @ E1 @ E2 @ P ) )
     => ( ~ ? [E3: $i] :
              ( ( ( head_of @ E3 )
                = ( head_of @ E2 ) )
              & ( ( tail_of @ E3 )
                = ( tail_of @ E1 ) ) )
        & ( ( head_of @ E2 )
         != ( tail_of @ E1 ) )
        & ( ( head_of @ E2 )
         != ( head_of @ E1 ) ) ) ) ).

thf(zf_stmt_0,negated_conjecture,
    ~ ! [V1: $i,V2: $i,E1: $i,E2: $i,P: $i] :
        ( ( ( shortest_path @ V1 @ V2 @ P )
          & ( precedes @ E1 @ E2 @ P ) )
       => ( ~ ? [E3: $i] :
                ( ( ( head_of @ E3 )
                  = ( head_of @ E2 ) )
                & ( ( tail_of @ E3 )
                  = ( tail_of @ E1 ) ) )
          & ( ( head_of @ E2 )
           != ( tail_of @ E1 ) )
          & ( ( head_of @ E2 )
           != ( head_of @ E1 ) ) ) ),
    inference('cnf.neg',[status(esa)],[shortest_path_properties_lemma]) ).

thf(zip_derived_cl59,plain,
    precedes @ sk__10 @ sk__11 @ sk__13,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl61,plain,
    ( ( ( head_of @ sk__12 )
      = ( head_of @ sk__11 ) )
    | ( ( head_of @ sk__11 )
      = ( tail_of @ sk__10 ) )
    | ( ( head_of @ sk__11 )
      = ( head_of @ sk__10 ) ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(sequential_defn,axiom,
    ! [E1: $i,E2: $i] :
      ( ( sequential @ E1 @ E2 )
    <=> ( ( edge @ E1 )
        & ( edge @ E2 )
        & ( E1 != E2 )
        & ( ( head_of @ E1 )
          = ( tail_of @ E2 ) ) ) ) ).

thf(zip_derived_cl30,plain,
    ! [X0: $i,X1: $i] :
      ( ( sequential @ X0 @ X1 )
      | ( ( head_of @ X0 )
       != ( tail_of @ X1 ) )
      | ( X0 = X1 )
      | ~ ( edge @ X1 )
      | ~ ( edge @ X0 ) ),
    inference(cnf,[status(esa)],[sequential_defn]) ).

thf(zip_derived_cl60,plain,
    shortest_path @ sk__8 @ sk__9 @ sk__13,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(shortest_path_properties,axiom,
    ! [V1: $i,V2: $i,E1: $i,E2: $i,P: $i] :
      ( ( ( shortest_path @ V1 @ V2 @ P )
        & ( precedes @ E1 @ E2 @ P ) )
     => ( ~ ? [E3: $i] :
              ( ( ( head_of @ E3 )
                = ( head_of @ E2 ) )
              & ( ( tail_of @ E3 )
                = ( tail_of @ E1 ) ) )
        & ~ ( precedes @ E2 @ E1 @ P ) ) ) ).

thf(zip_derived_cl44,plain,
    ! [X0: $i,X1: $i,X2: $i,X3: $i,X4: $i] :
      ( ~ ( precedes @ X0 @ X1 @ X2 )
      | ~ ( precedes @ X1 @ X0 @ X2 )
      | ~ ( shortest_path @ X3 @ X4 @ X2 ) ),
    inference(cnf,[status(esa)],[shortest_path_properties]) ).

thf(zip_derived_cl377,plain,
    ! [X0: $i,X1: $i,X2: $i,X3: $i] :
      ( ~ ( shortest_path @ X3 @ X2 @ X0 )
      | ~ ( precedes @ X1 @ X1 @ X0 ) ),
    inference(eq_fact,[status(thm)],[zip_derived_cl44]) ).

thf(zip_derived_cl380,plain,
    ! [X0: $i] :
      ~ ( precedes @ X0 @ X0 @ sk__13 ),
    inference('sup-',[status(thm)],[zip_derived_cl60,zip_derived_cl377]) ).

thf(zip_derived_cl59_001,plain,
    precedes @ sk__10 @ sk__11 @ sk__13,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(shortest_path_defn,axiom,
    ! [V1: $i,V2: $i,SP: $i] :
      ( ( shortest_path @ V1 @ V2 @ SP )
    <=> ( ( path @ V1 @ V2 @ SP )
        & ( V1 != V2 )
        & ! [P: $i] :
            ( ( path @ V1 @ V2 @ P )
           => ( less_or_equal @ ( length_of @ SP ) @ ( length_of @ P ) ) ) ) ) ).

thf(zip_derived_cl38,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ( path @ X0 @ X1 @ X2 )
      | ~ ( shortest_path @ X0 @ X1 @ X2 ) ),
    inference(cnf,[status(esa)],[shortest_path_defn]) ).

thf(zip_derived_cl60_002,plain,
    shortest_path @ sk__8 @ sk__9 @ sk__13,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl374,plain,
    path @ sk__8 @ sk__9 @ sk__13,
    inference('sup+',[status(thm)],[zip_derived_cl38,zip_derived_cl60]) ).

thf(precedes_defn,axiom,
    ! [P: $i,V1: $i,V2: $i] :
      ( ( path @ V1 @ V2 @ P )
     => ! [E1: $i,E2: $i] :
          ( ( ( on_path @ E1 @ P )
            & ( on_path @ E2 @ P )
            & ( ( sequential @ E1 @ E2 )
              | ? [E3: $i] :
                  ( ( precedes @ E3 @ E2 @ P )
                  & ( sequential @ E1 @ E3 ) ) ) )
         => ( precedes @ E1 @ E2 @ P ) ) ) ).

thf(zip_derived_cl31,plain,
    ! [X0: $i,X1: $i,X2: $i,X3: $i,X4: $i,X5: $i] :
      ( ( precedes @ X0 @ X1 @ X2 )
      | ~ ( sequential @ X0 @ X3 )
      | ~ ( precedes @ X3 @ X1 @ X2 )
      | ~ ( on_path @ X1 @ X2 )
      | ~ ( on_path @ X0 @ X2 )
      | ~ ( path @ X4 @ X5 @ X2 ) ),
    inference(cnf,[status(esa)],[precedes_defn]) ).

thf(precedes_properties,axiom,
    ! [P: $i,V1: $i,V2: $i] :
      ( ( path @ V1 @ V2 @ P )
     => ! [E1: $i,E2: $i] :
          ( ( precedes @ E1 @ E2 @ P )
         => ( ( on_path @ E1 @ P )
            & ( on_path @ E2 @ P )
            & ( ( sequential @ E1 @ E2 )
            <~> ? [E3: $i] :
                  ( ( precedes @ E3 @ E2 @ P )
                  & ( sequential @ E1 @ E3 ) ) ) ) ) ) ).

thf(zip_derived_cl36,plain,
    ! [X0: $i,X1: $i,X2: $i,X3: $i,X4: $i] :
      ( ~ ( precedes @ X0 @ X1 @ X2 )
      | ( on_path @ X1 @ X2 )
      | ~ ( path @ X3 @ X4 @ X2 ) ),
    inference(cnf,[status(esa)],[precedes_properties]) ).

thf(zip_derived_cl540,plain,
    ! [X0: $i,X1: $i,X2: $i,X3: $i,X4: $i,X5: $i] :
      ( ~ ( path @ X4 @ X5 @ X2 )
      | ~ ( on_path @ X0 @ X2 )
      | ~ ( precedes @ X3 @ X1 @ X2 )
      | ~ ( sequential @ X0 @ X3 )
      | ( precedes @ X0 @ X1 @ X2 ) ),
    inference(clc,[status(thm)],[zip_derived_cl31,zip_derived_cl36]) ).

thf(zip_derived_cl543,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ( precedes @ X1 @ X0 @ sk__13 )
      | ~ ( sequential @ X1 @ X2 )
      | ~ ( precedes @ X2 @ X0 @ sk__13 )
      | ~ ( on_path @ X1 @ sk__13 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl374,zip_derived_cl540]) ).

thf(zip_derived_cl550,plain,
    ! [X0: $i] :
      ( ~ ( on_path @ X0 @ sk__13 )
      | ~ ( sequential @ X0 @ sk__10 )
      | ( precedes @ X0 @ sk__11 @ sk__13 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl59,zip_derived_cl543]) ).

thf(zip_derived_cl561,plain,
    ( ~ ( sequential @ sk__11 @ sk__10 )
    | ~ ( on_path @ sk__11 @ sk__13 ) ),
    inference('sup+',[status(thm)],[zip_derived_cl380,zip_derived_cl550]) ).

thf(zip_derived_cl59_003,plain,
    precedes @ sk__10 @ sk__11 @ sk__13,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl36_004,plain,
    ! [X0: $i,X1: $i,X2: $i,X3: $i,X4: $i] :
      ( ~ ( precedes @ X0 @ X1 @ X2 )
      | ( on_path @ X1 @ X2 )
      | ~ ( path @ X3 @ X4 @ X2 ) ),
    inference(cnf,[status(esa)],[precedes_properties]) ).

thf(zip_derived_cl400,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( path @ X1 @ X0 @ sk__13 )
      | ( on_path @ sk__11 @ sk__13 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl59,zip_derived_cl36]) ).

thf(zip_derived_cl374_005,plain,
    path @ sk__8 @ sk__9 @ sk__13,
    inference('sup+',[status(thm)],[zip_derived_cl38,zip_derived_cl60]) ).

thf(zip_derived_cl401,plain,
    on_path @ sk__11 @ sk__13,
    inference('sup+',[status(thm)],[zip_derived_cl400,zip_derived_cl374]) ).

thf(zip_derived_cl564,plain,
    ~ ( sequential @ sk__11 @ sk__10 ),
    inference(demod,[status(thm)],[zip_derived_cl561,zip_derived_cl401]) ).

thf(zip_derived_cl568,plain,
    ( ~ ( edge @ sk__11 )
    | ~ ( edge @ sk__10 )
    | ( sk__11 = sk__10 )
    | ( ( head_of @ sk__11 )
     != ( tail_of @ sk__10 ) ) ),
    inference('sup-',[status(thm)],[zip_derived_cl30,zip_derived_cl564]) ).

thf(zip_derived_cl401_006,plain,
    on_path @ sk__11 @ sk__13,
    inference('sup+',[status(thm)],[zip_derived_cl400,zip_derived_cl374]) ).

thf(zip_derived_cl374_007,plain,
    path @ sk__8 @ sk__9 @ sk__13,
    inference('sup+',[status(thm)],[zip_derived_cl38,zip_derived_cl60]) ).

thf(on_path_properties,axiom,
    ! [V1: $i,V2: $i,P: $i,E: $i] :
      ( ( ( path @ V1 @ V2 @ P )
        & ( on_path @ E @ P ) )
     => ( ( edge @ E )
        & ( in_path @ ( head_of @ E ) @ P )
        & ( in_path @ ( tail_of @ E ) @ P ) ) ) ).

thf(zip_derived_cl22,plain,
    ! [X0: $i,X1: $i,X2: $i,X3: $i] :
      ( ~ ( path @ X0 @ X1 @ X2 )
      | ~ ( on_path @ X3 @ X2 )
      | ( edge @ X3 ) ),
    inference(cnf,[status(esa)],[on_path_properties]) ).

thf(zip_derived_cl382,plain,
    ! [X0: $i] :
      ( ( edge @ X0 )
      | ~ ( on_path @ X0 @ sk__13 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl374,zip_derived_cl22]) ).

thf(zip_derived_cl403,plain,
    edge @ sk__11,
    inference('sup-',[status(thm)],[zip_derived_cl401,zip_derived_cl382]) ).

thf(zip_derived_cl59_008,plain,
    precedes @ sk__10 @ sk__11 @ sk__13,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl37,plain,
    ! [X0: $i,X1: $i,X2: $i,X3: $i,X4: $i] :
      ( ~ ( precedes @ X0 @ X1 @ X2 )
      | ( on_path @ X0 @ X2 )
      | ~ ( path @ X3 @ X4 @ X2 ) ),
    inference(cnf,[status(esa)],[precedes_properties]) ).

thf(zip_derived_cl434,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( path @ X1 @ X0 @ sk__13 )
      | ( on_path @ sk__10 @ sk__13 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl59,zip_derived_cl37]) ).

thf(zip_derived_cl374_009,plain,
    path @ sk__8 @ sk__9 @ sk__13,
    inference('sup+',[status(thm)],[zip_derived_cl38,zip_derived_cl60]) ).

thf(zip_derived_cl435,plain,
    on_path @ sk__10 @ sk__13,
    inference('sup+',[status(thm)],[zip_derived_cl434,zip_derived_cl374]) ).

thf(zip_derived_cl382_010,plain,
    ! [X0: $i] :
      ( ( edge @ X0 )
      | ~ ( on_path @ X0 @ sk__13 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl374,zip_derived_cl22]) ).

thf(zip_derived_cl437,plain,
    edge @ sk__10,
    inference('sup-',[status(thm)],[zip_derived_cl435,zip_derived_cl382]) ).

thf(zip_derived_cl569,plain,
    ( ( sk__11 = sk__10 )
    | ( ( head_of @ sk__11 )
     != ( tail_of @ sk__10 ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl568,zip_derived_cl403,zip_derived_cl437]) ).

thf(zip_derived_cl571,plain,
    ( ( ( head_of @ sk__11 )
     != ( head_of @ sk__11 ) )
    | ( ( head_of @ sk__11 )
      = ( head_of @ sk__10 ) )
    | ( ( head_of @ sk__12 )
      = ( head_of @ sk__11 ) )
    | ( sk__11 = sk__10 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl61,zip_derived_cl569]) ).

thf(zip_derived_cl573,plain,
    ( ( sk__11 = sk__10 )
    | ( ( head_of @ sk__12 )
      = ( head_of @ sk__11 ) )
    | ( ( head_of @ sk__11 )
      = ( head_of @ sk__10 ) ) ),
    inference(simplify,[status(thm)],[zip_derived_cl571]) ).

thf(zip_derived_cl60_011,plain,
    shortest_path @ sk__8 @ sk__9 @ sk__13,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl59_012,plain,
    precedes @ sk__10 @ sk__11 @ sk__13,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl43,plain,
    ! [X0: $i,X1: $i,X2: $i,X3: $i,X4: $i,X5: $i] :
      ( ( ( tail_of @ X1 )
       != ( tail_of @ X0 ) )
      | ( ( head_of @ X1 )
       != ( head_of @ X2 ) )
      | ~ ( precedes @ X0 @ X2 @ X3 )
      | ~ ( shortest_path @ X4 @ X5 @ X3 ) ),
    inference(cnf,[status(esa)],[shortest_path_properties]) ).

thf(zip_derived_cl389,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ~ ( shortest_path @ X1 @ X0 @ sk__13 )
      | ( ( head_of @ X2 )
       != ( head_of @ sk__11 ) )
      | ( ( tail_of @ X2 )
       != ( tail_of @ sk__10 ) ) ),
    inference('sup-',[status(thm)],[zip_derived_cl59,zip_derived_cl43]) ).

thf(zip_derived_cl390,plain,
    ! [X0: $i] :
      ( ( ( tail_of @ X0 )
       != ( tail_of @ sk__10 ) )
      | ( ( head_of @ X0 )
       != ( head_of @ sk__11 ) ) ),
    inference('sup-',[status(thm)],[zip_derived_cl60,zip_derived_cl389]) ).

thf(zip_derived_cl397,plain,
    ( ( head_of @ sk__10 )
   != ( head_of @ sk__11 ) ),
    inference(eq_res,[status(thm)],[zip_derived_cl390]) ).

thf(zip_derived_cl574,plain,
    ( ( sk__11 = sk__10 )
    | ( ( head_of @ sk__12 )
      = ( head_of @ sk__11 ) ) ),
    inference('simplify_reflect-',[status(thm)],[zip_derived_cl573,zip_derived_cl397]) ).

thf(zip_derived_cl62,plain,
    ( ( ( tail_of @ sk__12 )
      = ( tail_of @ sk__10 ) )
    | ( ( head_of @ sk__11 )
      = ( tail_of @ sk__10 ) )
    | ( ( head_of @ sk__11 )
      = ( head_of @ sk__10 ) ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl390_013,plain,
    ! [X0: $i] :
      ( ( ( tail_of @ X0 )
       != ( tail_of @ sk__10 ) )
      | ( ( head_of @ X0 )
       != ( head_of @ sk__11 ) ) ),
    inference('sup-',[status(thm)],[zip_derived_cl60,zip_derived_cl389]) ).

thf(zip_derived_cl395,plain,
    ( ( ( tail_of @ sk__10 )
     != ( tail_of @ sk__10 ) )
    | ( ( head_of @ sk__11 )
      = ( head_of @ sk__10 ) )
    | ( ( head_of @ sk__11 )
      = ( tail_of @ sk__10 ) )
    | ( ( head_of @ sk__12 )
     != ( head_of @ sk__11 ) ) ),
    inference('sup-',[status(thm)],[zip_derived_cl62,zip_derived_cl390]) ).

thf(zip_derived_cl399,plain,
    ( ( ( head_of @ sk__12 )
     != ( head_of @ sk__11 ) )
    | ( ( head_of @ sk__11 )
      = ( tail_of @ sk__10 ) )
    | ( ( head_of @ sk__11 )
      = ( head_of @ sk__10 ) ) ),
    inference(simplify,[status(thm)],[zip_derived_cl395]) ).

thf(zip_derived_cl397_014,plain,
    ( ( head_of @ sk__10 )
   != ( head_of @ sk__11 ) ),
    inference(eq_res,[status(thm)],[zip_derived_cl390]) ).

thf(zip_derived_cl405,plain,
    ( ( ( head_of @ sk__12 )
     != ( head_of @ sk__11 ) )
    | ( ( head_of @ sk__11 )
      = ( tail_of @ sk__10 ) ) ),
    inference('simplify_reflect-',[status(thm)],[zip_derived_cl399,zip_derived_cl397]) ).

thf(zip_derived_cl569_015,plain,
    ( ( sk__11 = sk__10 )
    | ( ( head_of @ sk__11 )
     != ( tail_of @ sk__10 ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl568,zip_derived_cl403,zip_derived_cl437]) ).

thf(zip_derived_cl572,plain,
    ( ( ( head_of @ sk__11 )
     != ( head_of @ sk__11 ) )
    | ( ( head_of @ sk__12 )
     != ( head_of @ sk__11 ) )
    | ( sk__11 = sk__10 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl405,zip_derived_cl569]) ).

thf(zip_derived_cl575,plain,
    ( ( sk__11 = sk__10 )
    | ( ( head_of @ sk__12 )
     != ( head_of @ sk__11 ) ) ),
    inference(simplify,[status(thm)],[zip_derived_cl572]) ).

thf(zip_derived_cl579,plain,
    sk__11 = sk__10,
    inference(clc,[status(thm)],[zip_derived_cl574,zip_derived_cl575]) ).

thf(zip_derived_cl380_016,plain,
    ! [X0: $i] :
      ~ ( precedes @ X0 @ X0 @ sk__13 ),
    inference('sup-',[status(thm)],[zip_derived_cl60,zip_derived_cl377]) ).

thf(zip_derived_cl580,plain,
    $false,
    inference(demod,[status(thm)],[zip_derived_cl59,zip_derived_cl579,zip_derived_cl380]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : GRA004+1 : TPTP v8.1.2. Bugfixed v3.2.0.
% 0.07/0.13  % Command  : python3 /export/starexec/sandbox/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox/tmp/tmp.kOZjZAHuJZ true
% 0.14/0.35  % Computer : n023.cluster.edu
% 0.14/0.35  % Model    : x86_64 x86_64
% 0.14/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.35  % Memory   : 8042.1875MB
% 0.14/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.35  % CPULimit : 300
% 0.14/0.35  % WCLimit  : 300
% 0.14/0.35  % DateTime : Sun Aug 27 04:08:41 EDT 2023
% 0.14/0.35  % CPUTime  : 
% 0.14/0.35  % Running portfolio for 300 s
% 0.14/0.35  % File         : /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.14/0.35  % Number of cores: 8
% 0.14/0.35  % Python version: Python 3.6.8
% 0.14/0.35  % Running in FO mode
% 0.56/0.66  % Total configuration time : 435
% 0.56/0.66  % Estimated wc time : 1092
% 0.56/0.66  % Estimated cpu time (7 cpus) : 156.0
% 0.56/0.70  % /export/starexec/sandbox/solver/bin/fo/fo6_bce.sh running for 75s
% 0.56/0.71  % /export/starexec/sandbox/solver/bin/fo/fo3_bce.sh running for 75s
% 0.56/0.73  % /export/starexec/sandbox/solver/bin/fo/fo1_av.sh running for 75s
% 0.56/0.74  % /export/starexec/sandbox/solver/bin/fo/fo7.sh running for 63s
% 0.56/0.74  % /export/starexec/sandbox/solver/bin/fo/fo13.sh running for 50s
% 0.56/0.74  % /export/starexec/sandbox/solver/bin/fo/fo5.sh running for 50s
% 0.56/0.75  % /export/starexec/sandbox/solver/bin/fo/fo4.sh running for 50s
% 0.57/0.79  % Solved by fo/fo3_bce.sh.
% 0.57/0.79  % BCE start: 63
% 0.57/0.79  % BCE eliminated: 6
% 0.57/0.79  % PE start: 57
% 0.57/0.79  logic: eq
% 0.57/0.79  % PE eliminated: 7
% 0.57/0.79  % done 116 iterations in 0.062s
% 0.57/0.79  % SZS status Theorem for '/export/starexec/sandbox/benchmark/theBenchmark.p'
% 0.57/0.79  % SZS output start Refutation
% See solution above
% 0.57/0.79  
% 0.57/0.79  
% 0.57/0.79  % Terminating...
% 0.57/0.85  % Runner terminated.
% 0.57/0.86  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------