TSTP Solution File: SYO448^1 by Zipperpin---2.1.9999

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : SYO448^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.8oS753W5yW true

% Computer : n002.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 : Fri Sep  1 05:51:13 EDT 2023

% Result   : Theorem 1.51s 0.86s
% Output   : Refutation 1.51s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   11
%            Number of leaves      :   34
% Syntax   : Number of formulae    :   75 (  30 unt;  14 typ;   0 def)
%            Number of atoms       :  256 (  21 equ;  36 cnn)
%            Maximal formula atoms :   25 (   4 avg)
%            Number of connectives :  554 (  78   ~;  71   |;   9   &; 347   @)
%                                         (   0 <=>;  15  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   16 (   5 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   61 (  61   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   18 (  14 usr;   7 con; 0-3 aty)
%                                         (  34  !!;   0  ??;   0 @@+;   0 @@-)
%            Number of variables   :  134 (  70   ^;  64   !;   0   ?; 134   :)

% Comments : 
%------------------------------------------------------------------------------
thf(q_type,type,
    q: $i > $o ).

thf(rel_s5_type,type,
    rel_s5: $i > $i > $o ).

thf('#sk4_type',type,
    '#sk4': $i ).

thf(mnot_type,type,
    mnot: ( $i > $o ) > $i > $o ).

thf(mimplies_type,type,
    mimplies: ( $i > $o ) > ( $i > $o ) > $i > $o ).

thf(p_type,type,
    p: $i > $o ).

thf(mtransitive_type,type,
    mtransitive: ( $i > $i > $o ) > $o ).

thf(mbox_s5_type,type,
    mbox_s5: ( $i > $o ) > $i > $o ).

thf(msymmetric_type,type,
    msymmetric: ( $i > $i > $o ) > $o ).

thf('#sk2_type',type,
    '#sk2': $i ).

thf('#sk1_type',type,
    '#sk1': $i ).

thf('#sk3_type',type,
    '#sk3': $i ).

thf(mor_type,type,
    mor: ( $i > $o ) > ( $i > $o ) > $i > $o ).

thf(mvalid_type,type,
    mvalid: ( $i > $o ) > $o ).

thf(mbox_s5,axiom,
    ( mbox_s5
    = ( ^ [Phi: $i > $o,W: $i] :
        ! [V: $i] :
          ( ( Phi @ V )
          | ~ ( rel_s5 @ W @ V ) ) ) ) ).

thf('0',plain,
    ( mbox_s5
    = ( ^ [Phi: $i > $o,W: $i] :
        ! [V: $i] :
          ( ( Phi @ V )
          | ~ ( rel_s5 @ W @ V ) ) ) ),
    inference(simplify_rw_rule,[status(thm)],[mbox_s5]) ).

thf('1',plain,
    ( mbox_s5
    = ( ^ [V_1: $i > $o,V_2: $i] :
        ! [X4: $i] :
          ( ( V_1 @ X4 )
          | ~ ( rel_s5 @ V_2 @ X4 ) ) ) ),
    define([status(thm)]) ).

thf(mvalid,axiom,
    ( mvalid
    = ( ^ [Phi: $i > $o] :
        ! [W: $i] : ( Phi @ W ) ) ) ).

thf('2',plain,
    ( mvalid
    = ( ^ [Phi: $i > $o] :
        ! [W: $i] : ( Phi @ W ) ) ),
    inference(simplify_rw_rule,[status(thm)],[mvalid]) ).

thf('3',plain,
    ( mvalid
    = ( ^ [V_1: $i > $o] :
        ! [X4: $i] : ( V_1 @ X4 ) ) ),
    define([status(thm)]) ).

thf(mimplies,axiom,
    ( mimplies
    = ( ^ [Phi: $i > $o,Psi: $i > $o] : ( mor @ ( mnot @ Phi ) @ Psi ) ) ) ).

thf(mor,axiom,
    ( mor
    = ( ^ [Phi: $i > $o,Psi: $i > $o,W: $i] :
          ( ( Phi @ W )
          | ( Psi @ W ) ) ) ) ).

thf('4',plain,
    ( mor
    = ( ^ [Phi: $i > $o,Psi: $i > $o,W: $i] :
          ( ( Phi @ W )
          | ( Psi @ W ) ) ) ),
    inference(simplify_rw_rule,[status(thm)],[mor]) ).

thf('5',plain,
    ( mor
    = ( ^ [V_1: $i > $o,V_2: $i > $o,V_3: $i] :
          ( ( V_1 @ V_3 )
          | ( V_2 @ V_3 ) ) ) ),
    define([status(thm)]) ).

thf(mnot,axiom,
    ( mnot
    = ( ^ [Phi: $i > $o,W: $i] :
          ~ ( Phi @ W ) ) ) ).

thf('6',plain,
    ( mnot
    = ( ^ [Phi: $i > $o,W: $i] :
          ~ ( Phi @ W ) ) ),
    inference(simplify_rw_rule,[status(thm)],[mnot]) ).

thf('7',plain,
    ( mnot
    = ( ^ [V_1: $i > $o,V_2: $i] :
          ~ ( V_1 @ V_2 ) ) ),
    define([status(thm)]) ).

thf('8',plain,
    ( mimplies
    = ( ^ [Phi: $i > $o,Psi: $i > $o] : ( mor @ ( mnot @ Phi ) @ Psi ) ) ),
    inference(simplify_rw_rule,[status(thm)],[mimplies,'5','7']) ).

thf('9',plain,
    ( mimplies
    = ( ^ [V_1: $i > $o,V_2: $i > $o] : ( mor @ ( mnot @ V_1 ) @ V_2 ) ) ),
    define([status(thm)]) ).

thf(prove,conjecture,
    mvalid @ ( mor @ ( mbox_s5 @ ( mimplies @ ( mbox_s5 @ p ) @ ( mbox_s5 @ q ) ) ) @ ( mbox_s5 @ ( mimplies @ ( mbox_s5 @ q ) @ ( mbox_s5 @ p ) ) ) ) ).

thf(zf_stmt_0,conjecture,
    ! [X4: $i] :
      ( ! [X12: $i] :
          ( ~ ( rel_s5 @ X4 @ X12 )
          | ! [X16: $i] :
              ( ~ ( rel_s5 @ X12 @ X16 )
              | ( p @ X16 ) )
          | ~ ! [X14: $i] :
                ( ~ ( rel_s5 @ X12 @ X14 )
                | ( q @ X14 ) ) )
      | ! [X6: $i] :
          ( ~ ( rel_s5 @ X4 @ X6 )
          | ! [X10: $i] :
              ( ~ ( rel_s5 @ X6 @ X10 )
              | ( q @ X10 ) )
          | ~ ! [X8: $i] :
                ( ~ ( rel_s5 @ X6 @ X8 )
                | ( p @ X8 ) ) ) ) ).

thf(zf_stmt_1,negated_conjecture,
    ~ ! [X4: $i] :
        ( ! [X12: $i] :
            ( ~ ( rel_s5 @ X4 @ X12 )
            | ! [X16: $i] :
                ( ~ ( rel_s5 @ X12 @ X16 )
                | ( p @ X16 ) )
            | ~ ! [X14: $i] :
                  ( ~ ( rel_s5 @ X12 @ X14 )
                  | ( q @ X14 ) ) )
        | ! [X6: $i] :
            ( ~ ( rel_s5 @ X4 @ X6 )
            | ! [X10: $i] :
                ( ~ ( rel_s5 @ X6 @ X10 )
                | ( q @ X10 ) )
            | ~ ! [X8: $i] :
                  ( ~ ( rel_s5 @ X6 @ X8 )
                  | ( p @ X8 ) ) ) ),
    inference('cnf.neg',[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl3,plain,
    ~ ( !!
      @ ^ [Y0: $i] :
          ( ( !!
            @ ^ [Y1: $i] :
                ( ( (~) @ ( rel_s5 @ Y0 @ Y1 ) )
                | ( !!
                  @ ^ [Y2: $i] :
                      ( ( (~) @ ( rel_s5 @ Y1 @ Y2 ) )
                      | ( p @ Y2 ) ) )
                | ( (~)
                  @ ( !!
                    @ ^ [Y2: $i] :
                        ( ( (~) @ ( rel_s5 @ Y1 @ Y2 ) )
                        | ( q @ Y2 ) ) ) ) ) )
          | ( !!
            @ ^ [Y1: $i] :
                ( ( (~) @ ( rel_s5 @ Y0 @ Y1 ) )
                | ( !!
                  @ ^ [Y2: $i] :
                      ( ( (~) @ ( rel_s5 @ Y1 @ Y2 ) )
                      | ( q @ Y2 ) ) )
                | ( (~)
                  @ ( !!
                    @ ^ [Y2: $i] :
                        ( ( (~) @ ( rel_s5 @ Y1 @ Y2 ) )
                        | ( p @ Y2 ) ) ) ) ) ) ) ),
    inference(cnf,[status(esa)],[zf_stmt_1]) ).

thf(zip_derived_cl25,plain,
    ~ ( ( !!
        @ ^ [Y0: $i] :
            ( ( (~) @ ( rel_s5 @ '#sk1' @ Y0 ) )
            | ( !!
              @ ^ [Y1: $i] :
                  ( ( (~) @ ( rel_s5 @ Y0 @ Y1 ) )
                  | ( p @ Y1 ) ) )
            | ( (~)
              @ ( !!
                @ ^ [Y1: $i] :
                    ( ( (~) @ ( rel_s5 @ Y0 @ Y1 ) )
                    | ( q @ Y1 ) ) ) ) ) )
      | ( !!
        @ ^ [Y0: $i] :
            ( ( (~) @ ( rel_s5 @ '#sk1' @ Y0 ) )
            | ( !!
              @ ^ [Y1: $i] :
                  ( ( (~) @ ( rel_s5 @ Y0 @ Y1 ) )
                  | ( q @ Y1 ) ) )
            | ( (~)
              @ ( !!
                @ ^ [Y1: $i] :
                    ( ( (~) @ ( rel_s5 @ Y0 @ Y1 ) )
                    | ( p @ Y1 ) ) ) ) ) ) ),
    inference(lazy_cnf_exists,[status(thm)],[zip_derived_cl3]) ).

thf(zip_derived_cl27,plain,
    ~ ( !!
      @ ^ [Y0: $i] :
          ( ( (~) @ ( rel_s5 @ '#sk1' @ Y0 ) )
          | ( !!
            @ ^ [Y1: $i] :
                ( ( (~) @ ( rel_s5 @ Y0 @ Y1 ) )
                | ( q @ Y1 ) ) )
          | ( (~)
            @ ( !!
              @ ^ [Y1: $i] :
                  ( ( (~) @ ( rel_s5 @ Y0 @ Y1 ) )
                  | ( p @ Y1 ) ) ) ) ) ),
    inference(lazy_cnf_or,[status(thm)],[zip_derived_cl25]) ).

thf(zip_derived_cl29,plain,
    ~ ( ( (~) @ ( rel_s5 @ '#sk1' @ '#sk3' ) )
      | ( !!
        @ ^ [Y0: $i] :
            ( ( (~) @ ( rel_s5 @ '#sk3' @ Y0 ) )
            | ( q @ Y0 ) ) )
      | ( (~)
        @ ( !!
          @ ^ [Y0: $i] :
              ( ( (~) @ ( rel_s5 @ '#sk3' @ Y0 ) )
              | ( p @ Y0 ) ) ) ) ),
    inference(lazy_cnf_exists,[status(thm)],[zip_derived_cl27]) ).

thf(zip_derived_cl35,plain,
    ( !!
    @ ^ [Y0: $i] :
        ( ( (~) @ ( rel_s5 @ '#sk3' @ Y0 ) )
        | ( p @ Y0 ) ) ),
    inference(lazy_cnf_or,[status(thm)],[zip_derived_cl29]) ).

thf(zip_derived_cl39,plain,
    ! [X2: $i] :
      ( ( (~) @ ( rel_s5 @ '#sk3' @ X2 ) )
      | ( p @ X2 ) ),
    inference(lazy_cnf_forall,[status(thm)],[zip_derived_cl35]) ).

thf(zip_derived_cl45,plain,
    ! [X2: $i] :
      ( ~ ( rel_s5 @ '#sk3' @ X2 )
      | ( p @ X2 ) ),
    inference(lazy_cnf_or,[status(thm)],[zip_derived_cl39]) ).

thf(zip_derived_cl26,plain,
    ~ ( !!
      @ ^ [Y0: $i] :
          ( ( (~) @ ( rel_s5 @ '#sk1' @ Y0 ) )
          | ( !!
            @ ^ [Y1: $i] :
                ( ( (~) @ ( rel_s5 @ Y0 @ Y1 ) )
                | ( p @ Y1 ) ) )
          | ( (~)
            @ ( !!
              @ ^ [Y1: $i] :
                  ( ( (~) @ ( rel_s5 @ Y0 @ Y1 ) )
                  | ( q @ Y1 ) ) ) ) ) ),
    inference(lazy_cnf_or,[status(thm)],[zip_derived_cl25]) ).

thf(zip_derived_cl28,plain,
    ~ ( ( (~) @ ( rel_s5 @ '#sk1' @ '#sk2' ) )
      | ( !!
        @ ^ [Y0: $i] :
            ( ( (~) @ ( rel_s5 @ '#sk2' @ Y0 ) )
            | ( p @ Y0 ) ) )
      | ( (~)
        @ ( !!
          @ ^ [Y0: $i] :
              ( ( (~) @ ( rel_s5 @ '#sk2' @ Y0 ) )
              | ( q @ Y0 ) ) ) ) ),
    inference(lazy_cnf_exists,[status(thm)],[zip_derived_cl26]) ).

thf(zip_derived_cl31,plain,
    ~ ( !!
      @ ^ [Y0: $i] :
          ( ( (~) @ ( rel_s5 @ '#sk2' @ Y0 ) )
          | ( p @ Y0 ) ) ),
    inference(lazy_cnf_or,[status(thm)],[zip_derived_cl28]) ).

thf(zip_derived_cl36,plain,
    ~ ( ( (~) @ ( rel_s5 @ '#sk2' @ '#sk4' ) )
      | ( p @ '#sk4' ) ),
    inference(lazy_cnf_exists,[status(thm)],[zip_derived_cl31]) ).

thf(zip_derived_cl41,plain,
    ~ ( p @ '#sk4' ),
    inference(lazy_cnf_or,[status(thm)],[zip_derived_cl36]) ).

thf(zip_derived_cl82,plain,
    ~ ( rel_s5 @ '#sk3' @ '#sk4' ),
    inference('sup-',[status(thm)],[zip_derived_cl45,zip_derived_cl41]) ).

thf(zip_derived_cl33,plain,
    rel_s5 @ '#sk1' @ '#sk3',
    inference(lazy_cnf_or,[status(thm)],[zip_derived_cl29]) ).

thf(msymmetric,axiom,
    ( msymmetric
    = ( ^ [R: $i > $i > $o] :
        ! [S: $i,T: $i] :
          ( ( R @ S @ T )
         => ( R @ T @ S ) ) ) ) ).

thf('10',plain,
    ( msymmetric
    = ( ^ [R: $i > $i > $o] :
        ! [S: $i,T: $i] :
          ( ( R @ S @ T )
         => ( R @ T @ S ) ) ) ),
    inference(simplify_rw_rule,[status(thm)],[msymmetric]) ).

thf('11',plain,
    ( msymmetric
    = ( ^ [V_1: $i > $i > $o] :
        ! [X4: $i,X6: $i] :
          ( ( V_1 @ X4 @ X6 )
         => ( V_1 @ X6 @ X4 ) ) ) ),
    define([status(thm)]) ).

thf(a3,axiom,
    msymmetric @ rel_s5 ).

thf(zf_stmt_2,axiom,
    ! [X4: $i,X6: $i] :
      ( ( rel_s5 @ X4 @ X6 )
     => ( rel_s5 @ X6 @ X4 ) ) ).

thf(zip_derived_cl2,plain,
    ( !!
    @ ^ [Y0: $i] :
        ( !!
        @ ^ [Y1: $i] :
            ( ( rel_s5 @ Y0 @ Y1 )
           => ( rel_s5 @ Y1 @ Y0 ) ) ) ),
    inference(cnf,[status(esa)],[zf_stmt_2]) ).

thf(zip_derived_cl5,plain,
    ! [X2: $i] :
      ( !!
      @ ^ [Y0: $i] :
          ( ( rel_s5 @ X2 @ Y0 )
         => ( rel_s5 @ Y0 @ X2 ) ) ),
    inference(lazy_cnf_forall,[status(thm)],[zip_derived_cl2]) ).

thf(zip_derived_cl6,plain,
    ! [X2: $i,X4: $i] :
      ( ( rel_s5 @ X2 @ X4 )
     => ( rel_s5 @ X4 @ X2 ) ),
    inference(lazy_cnf_forall,[status(thm)],[zip_derived_cl5]) ).

thf(zip_derived_cl7,plain,
    ! [X2: $i,X4: $i] :
      ( ~ ( rel_s5 @ X2 @ X4 )
      | ( rel_s5 @ X4 @ X2 ) ),
    inference(lazy_cnf_imply,[status(thm)],[zip_derived_cl6]) ).

thf(zip_derived_cl51,plain,
    rel_s5 @ '#sk3' @ '#sk1',
    inference('sup-',[status(thm)],[zip_derived_cl33,zip_derived_cl7]) ).

thf(zip_derived_cl30,plain,
    rel_s5 @ '#sk1' @ '#sk2',
    inference(lazy_cnf_or,[status(thm)],[zip_derived_cl28]) ).

thf(mtransitive,axiom,
    ( mtransitive
    = ( ^ [R: $i > $i > $o] :
        ! [S: $i,T: $i,U: $i] :
          ( ( ( R @ S @ T )
            & ( R @ T @ U ) )
         => ( R @ S @ U ) ) ) ) ).

thf('12',plain,
    ( mtransitive
    = ( ^ [R: $i > $i > $o] :
        ! [S: $i,T: $i,U: $i] :
          ( ( ( R @ S @ T )
            & ( R @ T @ U ) )
         => ( R @ S @ U ) ) ) ),
    inference(simplify_rw_rule,[status(thm)],[mtransitive]) ).

thf('13',plain,
    ( mtransitive
    = ( ^ [V_1: $i > $i > $o] :
        ! [X4: $i,X6: $i,X8: $i] :
          ( ( ( V_1 @ X4 @ X6 )
            & ( V_1 @ X6 @ X8 ) )
         => ( V_1 @ X4 @ X8 ) ) ) ),
    define([status(thm)]) ).

thf(a2,axiom,
    mtransitive @ rel_s5 ).

thf(zf_stmt_3,axiom,
    ! [X4: $i,X6: $i,X8: $i] :
      ( ( ( rel_s5 @ X6 @ X8 )
        & ( rel_s5 @ X4 @ X6 ) )
     => ( rel_s5 @ X4 @ X8 ) ) ).

thf(zip_derived_cl1,plain,
    ( !!
    @ ^ [Y0: $i] :
        ( !!
        @ ^ [Y1: $i] :
            ( !!
            @ ^ [Y2: $i] :
                ( ( ( rel_s5 @ Y1 @ Y2 )
                  & ( rel_s5 @ Y0 @ Y1 ) )
               => ( rel_s5 @ Y0 @ Y2 ) ) ) ) ),
    inference(cnf,[status(esa)],[zf_stmt_3]) ).

thf(zip_derived_cl12,plain,
    ! [X2: $i] :
      ( !!
      @ ^ [Y0: $i] :
          ( !!
          @ ^ [Y1: $i] :
              ( ( ( rel_s5 @ Y0 @ Y1 )
                & ( rel_s5 @ X2 @ Y0 ) )
             => ( rel_s5 @ X2 @ Y1 ) ) ) ),
    inference(lazy_cnf_forall,[status(thm)],[zip_derived_cl1]) ).

thf(zip_derived_cl13,plain,
    ! [X2: $i,X4: $i] :
      ( !!
      @ ^ [Y0: $i] :
          ( ( ( rel_s5 @ X4 @ Y0 )
            & ( rel_s5 @ X2 @ X4 ) )
         => ( rel_s5 @ X2 @ Y0 ) ) ),
    inference(lazy_cnf_forall,[status(thm)],[zip_derived_cl12]) ).

thf(zip_derived_cl14,plain,
    ! [X2: $i,X4: $i,X6: $i] :
      ( ( ( rel_s5 @ X4 @ X6 )
        & ( rel_s5 @ X2 @ X4 ) )
     => ( rel_s5 @ X2 @ X6 ) ),
    inference(lazy_cnf_forall,[status(thm)],[zip_derived_cl13]) ).

thf(zip_derived_cl15,plain,
    ! [X2: $i,X4: $i,X6: $i] :
      ( ~ ( ( rel_s5 @ X4 @ X6 )
          & ( rel_s5 @ X2 @ X4 ) )
      | ( rel_s5 @ X2 @ X6 ) ),
    inference(lazy_cnf_imply,[status(thm)],[zip_derived_cl14]) ).

thf(zip_derived_cl16,plain,
    ! [X2: $i,X4: $i,X6: $i] :
      ( ~ ( rel_s5 @ X4 @ X6 )
      | ~ ( rel_s5 @ X2 @ X4 )
      | ( rel_s5 @ X2 @ X6 ) ),
    inference(lazy_cnf_and,[status(thm)],[zip_derived_cl15]) ).

thf(zip_derived_cl46,plain,
    ! [X0: $i] :
      ( ( rel_s5 @ X0 @ '#sk2' )
      | ~ ( rel_s5 @ X0 @ '#sk1' ) ),
    inference('sup-',[status(thm)],[zip_derived_cl30,zip_derived_cl16]) ).

thf(zip_derived_cl86,plain,
    rel_s5 @ '#sk3' @ '#sk2',
    inference('sup-',[status(thm)],[zip_derived_cl51,zip_derived_cl46]) ).

thf(zip_derived_cl40,plain,
    rel_s5 @ '#sk2' @ '#sk4',
    inference(lazy_cnf_or,[status(thm)],[zip_derived_cl36]) ).

thf(zip_derived_cl16_001,plain,
    ! [X2: $i,X4: $i,X6: $i] :
      ( ~ ( rel_s5 @ X4 @ X6 )
      | ~ ( rel_s5 @ X2 @ X4 )
      | ( rel_s5 @ X2 @ X6 ) ),
    inference(lazy_cnf_and,[status(thm)],[zip_derived_cl15]) ).

thf(zip_derived_cl54,plain,
    ! [X0: $i] :
      ( ( rel_s5 @ X0 @ '#sk4' )
      | ~ ( rel_s5 @ X0 @ '#sk2' ) ),
    inference('sup-',[status(thm)],[zip_derived_cl40,zip_derived_cl16]) ).

thf(zip_derived_cl107,plain,
    rel_s5 @ '#sk3' @ '#sk4',
    inference('sup-',[status(thm)],[zip_derived_cl86,zip_derived_cl54]) ).

thf(zip_derived_cl118,plain,
    $false,
    inference(demod,[status(thm)],[zip_derived_cl82,zip_derived_cl107]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.12/0.15  % Problem  : SYO448^1 : TPTP v8.1.2. Released v4.0.0.
% 0.12/0.16  % Command  : python3 /export/starexec/sandbox2/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox2/tmp/tmp.8oS753W5yW true
% 0.15/0.38  % Computer : n002.cluster.edu
% 0.15/0.38  % Model    : x86_64 x86_64
% 0.15/0.38  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.15/0.38  % Memory   : 8042.1875MB
% 0.15/0.38  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.15/0.38  % CPULimit : 300
% 0.15/0.38  % WCLimit  : 300
% 0.15/0.38  % DateTime : Sat Aug 26 08:07:48 EDT 2023
% 0.15/0.38  % CPUTime  : 
% 0.15/0.38  % Running portfolio for 300 s
% 0.15/0.38  % File         : /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.15/0.38  % Number of cores: 8
% 0.15/0.39  % Python version: Python 3.6.8
% 0.15/0.39  % Running in HO mode
% 0.24/0.67  % Total configuration time : 828
% 0.24/0.67  % Estimated wc time : 1656
% 0.24/0.67  % Estimated cpu time (8 cpus) : 207.0
% 0.24/0.76  % /export/starexec/sandbox2/solver/bin/lams/40_c.s.sh running for 80s
% 0.24/0.76  % /export/starexec/sandbox2/solver/bin/lams/40_c_ic.sh running for 80s
% 0.24/0.77  % /export/starexec/sandbox2/solver/bin/lams/35_full_unif4.sh running for 80s
% 0.24/0.77  % /export/starexec/sandbox2/solver/bin/lams/15_e_short1.sh running for 30s
% 0.24/0.77  % /export/starexec/sandbox2/solver/bin/lams/20_acsne_simpl.sh running for 40s
% 0.24/0.77  % /export/starexec/sandbox2/solver/bin/lams/40_b.comb.sh running for 70s
% 0.24/0.78  % /export/starexec/sandbox2/solver/bin/lams/40_noforms.sh running for 90s
% 1.38/0.80  % /export/starexec/sandbox2/solver/bin/lams/30_sp5.sh running for 60s
% 1.38/0.82  % /export/starexec/sandbox2/solver/bin/lams/30_b.l.sh running for 90s
% 1.50/0.83  % /export/starexec/sandbox2/solver/bin/lams/35_full_unif.sh running for 56s
% 1.51/0.86  % Solved by lams/35_full_unif4.sh.
% 1.51/0.86  % done 61 iterations in 0.058s
% 1.51/0.86  % SZS status Theorem for '/export/starexec/sandbox2/benchmark/theBenchmark.p'
% 1.51/0.86  % SZS output start Refutation
% See solution above
% 1.51/0.87  
% 1.51/0.87  
% 1.51/0.87  % Terminating...
% 2.35/0.98  % Runner terminated.
% 2.35/0.99  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------