TSTP Solution File: NUM702^4 by Zipperpin---2.1.9999

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : NUM702^4 : TPTP v8.1.2. Released v7.1.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.jreVU4EeGr true

% Computer : n013.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 12:43:36 EDT 2023

% Result   : Theorem 116.44s 17.47s
% Output   : Refutation 116.44s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    4
%            Number of leaves      :   68
% Syntax   : Number of formulae    :   96 (  48 unt;  26 typ;   0 def)
%            Number of atoms       :  254 (  85 equ;   0 cnn)
%            Maximal formula atoms :   11 (   3 avg)
%            Number of connectives :  454 (  58   ~;  14   |;   0   &; 358   @)
%                                         (   0 <=>;  24  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   14 (   4 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   51 (  51   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   28 (  26 usr;   7 con; 0-3 aty)
%            Number of variables   :  116 (  87   ^;  29   !;   0   ?; 116   :)

% Comments : 
%------------------------------------------------------------------------------
thf(d_29_ii_type,type,
    d_29_ii: $i > $i > $o ).

thf(n_1_type,type,
    n_1: $i ).

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

thf(nat_type,type,
    nat: $i ).

thf(moreis_type,type,
    moreis: $i > $i > $o ).

thf(lessis_type,type,
    lessis: $i > $i > $o ).

thf(is_of_type,type,
    is_of: $i > ( $i > $o ) > $o ).

thf(in_type,type,
    in: $i > $i > $o ).

thf(l_some_type,type,
    l_some: $i > ( $i > $o ) > $o ).

thf(d_Sep_type,type,
    d_Sep: $i > ( $i > $o ) > $i ).

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

thf(ap_type,type,
    ap: $i > $i > $i ).

thf(emptyset_type,type,
    emptyset: $i ).

thf(n_is_type,type,
    n_is: $i > $i > $o ).

thf(imp_type,type,
    imp: $o > $o > $o ).

thf(omega_type,type,
    omega: $i ).

thf(all_of_type,type,
    all_of: ( $i > $o ) > ( $i > $o ) > $o ).

thf(diffprop_type,type,
    diffprop: $i > $i > $i > $o ).

thf(n_some_type,type,
    n_some: ( $i > $o ) > $o ).

thf(l_or_type,type,
    l_or: $o > $o > $o ).

thf(ordsucc_type,type,
    ordsucc: $i > $i ).

thf(d_not_type,type,
    d_not: $o > $o ).

thf(plus_type,type,
    plus: $i > $i ).

thf(iii_type,type,
    iii: $i > $i > $o ).

thf('#l_lift4898_type',type,
    '#l_lift4898': $i > $o ).

thf(n_pl_type,type,
    n_pl: $i > $i > $i ).

thf(def_moreis,axiom,
    ( moreis
    = ( ^ [X0: $i,X1: $i] : ( l_or @ ( d_29_ii @ X0 @ X1 ) @ ( n_is @ X0 @ X1 ) ) ) ) ).

thf(def_d_29_ii,axiom,
    ( d_29_ii
    = ( ^ [X0: $i,X1: $i] : ( n_some @ ( diffprop @ X0 @ X1 ) ) ) ) ).

thf(def_n_some,axiom,
    ( n_some
    = ( l_some @ nat ) ) ).

thf(def_nat,axiom,
    ( nat
    = ( d_Sep @ omega
      @ ^ [X0: $i] : ( X0 != emptyset ) ) ) ).

thf('0',plain,
    ( nat
    = ( d_Sep @ omega
      @ ^ [X0: $i] : ( X0 != emptyset ) ) ),
    inference(simplify_rw_rule,[status(thm)],[def_nat]) ).

thf('1',plain,
    ( nat
    = ( d_Sep @ omega
      @ ^ [V_1: $i] : ( V_1 != emptyset ) ) ),
    define([status(thm)]) ).

thf('2',plain,
    ( n_some
    = ( l_some @ nat ) ),
    inference(simplify_rw_rule,[status(thm)],[def_n_some,'1']) ).

thf('3',plain,
    ( n_some
    = ( l_some @ nat ) ),
    define([status(thm)]) ).

thf('4',plain,
    ( d_29_ii
    = ( ^ [X0: $i,X1: $i] : ( n_some @ ( diffprop @ X0 @ X1 ) ) ) ),
    inference(simplify_rw_rule,[status(thm)],[def_d_29_ii,'3','1']) ).

thf('5',plain,
    ( d_29_ii
    = ( ^ [V_1: $i,V_2: $i] : ( n_some @ ( diffprop @ V_1 @ V_2 ) ) ) ),
    define([status(thm)]) ).

thf(def_l_or,axiom,
    ( l_or
    = ( ^ [X0: $o] : ( imp @ ( d_not @ X0 ) ) ) ) ).

thf(def_d_not,axiom,
    ( d_not
    = ( ^ [X0: $o] : ( imp @ X0 @ $false ) ) ) ).

thf(def_imp,axiom,
    ( imp
    = ( ^ [X0: $o,X1: $o] :
          ( X0
         => X1 ) ) ) ).

thf('6',plain,
    ( imp
    = ( ^ [X0: $o,X1: $o] :
          ( X0
         => X1 ) ) ),
    inference(simplify_rw_rule,[status(thm)],[def_imp]) ).

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

thf('8',plain,
    ( d_not
    = ( ^ [X0: $o] : ( imp @ X0 @ $false ) ) ),
    inference(simplify_rw_rule,[status(thm)],[def_d_not,'7']) ).

thf('9',plain,
    ( d_not
    = ( ^ [V_1: $o] : ( imp @ V_1 @ $false ) ) ),
    define([status(thm)]) ).

thf('10',plain,
    ( l_or
    = ( ^ [X0: $o] : ( imp @ ( d_not @ X0 ) ) ) ),
    inference(simplify_rw_rule,[status(thm)],[def_l_or,'9','7']) ).

thf('11',plain,
    ( l_or
    = ( ^ [V_1: $o] : ( imp @ ( d_not @ V_1 ) ) ) ),
    define([status(thm)]) ).

thf('12',plain,
    ( moreis
    = ( ^ [X0: $i,X1: $i] : ( l_or @ ( d_29_ii @ X0 @ X1 ) @ ( n_is @ X0 @ X1 ) ) ) ),
    inference(simplify_rw_rule,[status(thm)],[def_moreis,'5','3','1','11','9','7']) ).

thf('13',plain,
    ( moreis
    = ( ^ [V_1: $i,V_2: $i] : ( l_or @ ( d_29_ii @ V_1 @ V_2 ) @ ( n_is @ V_1 @ V_2 ) ) ) ),
    define([status(thm)]) ).

thf(def_n_pl,axiom,
    ( n_pl
    = ( ^ [X0: $i] : ( ap @ ( plus @ X0 ) ) ) ) ).

thf('14',plain,
    ( n_pl
    = ( ^ [X0: $i] : ( ap @ ( plus @ X0 ) ) ) ),
    inference(simplify_rw_rule,[status(thm)],[def_n_pl]) ).

thf('15',plain,
    ( n_pl
    = ( ^ [V_1: $i] : ( ap @ ( plus @ V_1 ) ) ) ),
    define([status(thm)]) ).

thf(def_n_1,axiom,
    ( n_1
    = ( ordsucc @ emptyset ) ) ).

thf('16',plain,
    ( n_1
    = ( ordsucc @ emptyset ) ),
    inference(simplify_rw_rule,[status(thm)],[def_n_1]) ).

thf('17',plain,
    ( n_1
    = ( ordsucc @ emptyset ) ),
    define([status(thm)]) ).

thf(def_all_of,axiom,
    ( all_of
    = ( ^ [X0: $i > $o,X1: $i > $o] :
        ! [X2: $i] :
          ( ( is_of @ X2 @ X0 )
         => ( X1 @ X2 ) ) ) ) ).

thf(def_is_of,axiom,
    ( is_of
    = ( ^ [X0: $i,X1: $i > $o] : ( X1 @ X0 ) ) ) ).

thf('18',plain,
    ( is_of
    = ( ^ [X0: $i,X1: $i > $o] : ( X1 @ X0 ) ) ),
    inference(simplify_rw_rule,[status(thm)],[def_is_of]) ).

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

thf('20',plain,
    ( all_of
    = ( ^ [X0: $i > $o,X1: $i > $o] :
        ! [X2: $i] :
          ( ( is_of @ X2 @ X0 )
         => ( X1 @ X2 ) ) ) ),
    inference(simplify_rw_rule,[status(thm)],[def_all_of,'19']) ).

thf('21',plain,
    ( all_of
    = ( ^ [V_1: $i > $o,V_2: $i > $o] :
        ! [X4: $i] :
          ( ( is_of @ X4 @ V_1 )
         => ( V_2 @ X4 ) ) ) ),
    define([status(thm)]) ).

thf(satz26b,conjecture,
    ( all_of
    @ ^ [X0: $i] : ( in @ X0 @ nat )
    @ ^ [X0: $i] :
        ( all_of
        @ ^ [X1: $i] : ( in @ X1 @ nat )
        @ ^ [X1: $i] :
            ( ( d_29_ii @ ( n_pl @ X1 @ n_1 ) @ X0 )
           => ( moreis @ X1 @ X0 ) ) ) ) ).

thf(zf_stmt_0,conjecture,
    ! [X4: $i] :
      ( ( in @ X4
        @ ( d_Sep @ omega
          @ ^ [V_1: $i] : ( V_1 != emptyset ) ) )
     => ! [X6: $i] :
          ( ( in @ X6
            @ ( d_Sep @ omega
              @ ^ [V_2: $i] : ( V_2 != emptyset ) ) )
         => ( ( l_some
              @ ( d_Sep @ omega
                @ ^ [V_3: $i] : ( V_3 != emptyset ) )
              @ ( diffprop @ ( ap @ ( plus @ X6 ) @ ( ordsucc @ emptyset ) ) @ X4 ) )
           => ( ~ ( l_some
                  @ ( d_Sep @ omega
                    @ ^ [V_4: $i] : ( V_4 != emptyset ) )
                  @ ( diffprop @ X6 @ X4 ) )
             => ( n_is @ X6 @ X4 ) ) ) ) ) ).

thf(zf_stmt_1,negated_conjecture,
    ~ ! [X4: $i] :
        ( ( in @ X4
          @ ( d_Sep @ omega
            @ ^ [V_1: $i] : ( V_1 != emptyset ) ) )
       => ! [X6: $i] :
            ( ( in @ X6
              @ ( d_Sep @ omega
                @ ^ [V_2: $i] : ( V_2 != emptyset ) ) )
           => ( ( l_some
                @ ( d_Sep @ omega
                  @ ^ [V_3: $i] : ( V_3 != emptyset ) )
                @ ( diffprop @ ( ap @ ( plus @ X6 ) @ ( ordsucc @ emptyset ) ) @ X4 ) )
             => ( ~ ( l_some
                    @ ( d_Sep @ omega
                      @ ^ [V_4: $i] : ( V_4 != emptyset ) )
                    @ ( diffprop @ X6 @ X4 ) )
               => ( n_is @ X6 @ X4 ) ) ) ) ),
    inference('cnf.neg',[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl131,plain,
    ~ ( n_is @ sk__3 @ sk__2 ),
    inference(cnf,[status(esa)],[zf_stmt_1]) ).

thf(zip_derived_cl129,plain,
    ( in @ sk__2
    @ ( d_Sep @ omega
      @ ^ [Y0: $i] : ( Y0 != emptyset ) ) ),
    inference(cnf,[status(esa)],[zf_stmt_1]) ).

thf(n_1_p,axiom,
    ( is_of @ n_1
    @ ^ [X0: $i] : ( in @ X0 @ nat ) ) ).

thf(zf_stmt_2,axiom,
    ( in @ ( ordsucc @ emptyset )
    @ ( d_Sep @ omega
      @ ^ [V_1: $i] : ( V_1 != emptyset ) ) ) ).

thf(zip_derived_cl35,plain,
    ( in @ ( ordsucc @ emptyset )
    @ ( d_Sep @ omega
      @ ^ [Y0: $i] : ( Y0 != emptyset ) ) ),
    inference(cnf,[status(esa)],[zf_stmt_2]) ).

thf(zip_derived_cl8951,plain,
    ! [X1: $i] :
      ( ( '#l_lift4898' @ X1 )
      = ( X1 != emptyset ) ),
    define([status(thm)]) ).

thf(zip_derived_cl9051,plain,
    in @ sk__2 @ ( d_Sep @ omega @ '#l_lift4898' ),
    inference(lambda_lifting,[status(thm)],[zip_derived_cl129,zip_derived_cl8951]) ).

thf(zip_derived_cl133,plain,
    ( in @ sk__3
    @ ( d_Sep @ omega
      @ ^ [Y0: $i] : ( Y0 != emptyset ) ) ),
    inference(cnf,[status(esa)],[zf_stmt_1]) ).

thf(zip_derived_cl8951_001,plain,
    ! [X1: $i] :
      ( ( '#l_lift4898' @ X1 )
      = ( X1 != emptyset ) ),
    define([status(thm)]) ).

thf(zip_derived_cl9054,plain,
    in @ sk__3 @ ( d_Sep @ omega @ '#l_lift4898' ),
    inference(lambda_lifting,[status(thm)],[zip_derived_cl133,zip_derived_cl8951]) ).

thf(zip_derived_cl130,plain,
    ( l_some
    @ ( d_Sep @ omega
      @ ^ [Y0: $i] : ( Y0 != emptyset ) )
    @ ( diffprop @ ( ap @ ( plus @ sk__3 ) @ ( ordsucc @ emptyset ) ) @ sk__2 ) ),
    inference(cnf,[status(esa)],[zf_stmt_1]) ).

thf(zip_derived_cl8951_002,plain,
    ! [X1: $i] :
      ( ( '#l_lift4898' @ X1 )
      = ( X1 != emptyset ) ),
    define([status(thm)]) ).

thf(zip_derived_cl9052,plain,
    l_some @ ( d_Sep @ omega @ '#l_lift4898' ) @ ( diffprop @ ( ap @ ( plus @ sk__3 ) @ ( ordsucc @ emptyset ) ) @ sk__2 ),
    inference(lambda_lifting,[status(thm)],[zip_derived_cl130,zip_derived_cl8951]) ).

thf(zip_derived_cl132,plain,
    ~ ( l_some
      @ ( d_Sep @ omega
        @ ^ [Y0: $i] : ( Y0 != emptyset ) )
      @ ( diffprop @ sk__3 @ sk__2 ) ),
    inference(cnf,[status(esa)],[zf_stmt_1]) ).

thf(zip_derived_cl8951_003,plain,
    ! [X1: $i] :
      ( ( '#l_lift4898' @ X1 )
      = ( X1 != emptyset ) ),
    define([status(thm)]) ).

thf(zip_derived_cl9053,plain,
    ~ ( l_some @ ( d_Sep @ omega @ '#l_lift4898' ) @ ( diffprop @ sk__3 @ sk__2 ) ),
    inference(lambda_lifting,[status(thm)],[zip_derived_cl132,zip_derived_cl8951]) ).

thf(satz14,axiom,
    ( all_of
    @ ^ [X0: $i] : ( in @ X0 @ nat )
    @ ^ [X0: $i] :
        ( all_of
        @ ^ [X1: $i] : ( in @ X1 @ nat )
        @ ^ [X1: $i] :
            ( ( lessis @ X0 @ X1 )
           => ( moreis @ X1 @ X0 ) ) ) ) ).

thf(zf_stmt_3,axiom,
    ! [X4: $i] :
      ( ( in @ X4
        @ ( d_Sep @ omega
          @ ^ [V_1: $i] : ( V_1 != emptyset ) ) )
     => ! [X6: $i] :
          ( ( in @ X6
            @ ( d_Sep @ omega
              @ ^ [V_2: $i] : ( V_2 != emptyset ) ) )
         => ( ( lessis @ X4 @ X6 )
           => ( ~ ( l_some
                  @ ( d_Sep @ omega
                    @ ^ [V_3: $i] : ( V_3 != emptyset ) )
                  @ ( diffprop @ X6 @ X4 ) )
             => ( n_is @ X6 @ X4 ) ) ) ) ) ).

thf(zip_derived_cl62,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( in @ X0
          @ ( d_Sep @ omega
            @ ^ [Y0: $i] : ( Y0 != emptyset ) ) )
      | ( l_some
        @ ( d_Sep @ omega
          @ ^ [Y0: $i] : ( Y0 != emptyset ) )
        @ ( diffprop @ X0 @ X1 ) )
      | ( n_is @ X0 @ X1 )
      | ~ ( lessis @ X1 @ X0 )
      | ~ ( in @ X1
          @ ( d_Sep @ omega
            @ ^ [Y0: $i] : ( Y0 != emptyset ) ) ) ),
    inference(cnf,[status(esa)],[zf_stmt_3]) ).

thf(zip_derived_cl8951_004,plain,
    ! [X1: $i] :
      ( ( '#l_lift4898' @ X1 )
      = ( X1 != emptyset ) ),
    define([status(thm)]) ).

thf(zip_derived_cl8951_005,plain,
    ! [X1: $i] :
      ( ( '#l_lift4898' @ X1 )
      = ( X1 != emptyset ) ),
    define([status(thm)]) ).

thf(zip_derived_cl8951_006,plain,
    ! [X1: $i] :
      ( ( '#l_lift4898' @ X1 )
      = ( X1 != emptyset ) ),
    define([status(thm)]) ).

thf(zip_derived_cl8985,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( in @ X0 @ ( d_Sep @ omega @ '#l_lift4898' ) )
      | ( l_some @ ( d_Sep @ omega @ '#l_lift4898' ) @ ( diffprop @ X0 @ X1 ) )
      | ( n_is @ X0 @ X1 )
      | ~ ( lessis @ X1 @ X0 )
      | ~ ( in @ X1 @ ( d_Sep @ omega @ '#l_lift4898' ) ) ),
    inference(lambda_lifting,[status(thm)],[zip_derived_cl62,zip_derived_cl8951,zip_derived_cl8951,zip_derived_cl8951]) ).

thf(def_iii,axiom,
    ( iii
    = ( ^ [X0: $i,X1: $i] : ( n_some @ ( diffprop @ X1 @ X0 ) ) ) ) ).

thf('22',plain,
    ( iii
    = ( ^ [X0: $i,X1: $i] : ( n_some @ ( diffprop @ X1 @ X0 ) ) ) ),
    inference(simplify_rw_rule,[status(thm)],[def_iii,'3','1']) ).

thf('23',plain,
    ( iii
    = ( ^ [V_1: $i,V_2: $i] : ( n_some @ ( diffprop @ V_2 @ V_1 ) ) ) ),
    define([status(thm)]) ).

thf(satz26,axiom,
    ( all_of
    @ ^ [X0: $i] : ( in @ X0 @ nat )
    @ ^ [X0: $i] :
        ( all_of
        @ ^ [X1: $i] : ( in @ X1 @ nat )
        @ ^ [X1: $i] :
            ( ( iii @ X1 @ ( n_pl @ X0 @ n_1 ) )
           => ( lessis @ X1 @ X0 ) ) ) ) ).

thf(zf_stmt_4,axiom,
    ! [X4: $i] :
      ( ( in @ X4
        @ ( d_Sep @ omega
          @ ^ [V_1: $i] : ( V_1 != emptyset ) ) )
     => ! [X6: $i] :
          ( ( in @ X6
            @ ( d_Sep @ omega
              @ ^ [V_2: $i] : ( V_2 != emptyset ) ) )
         => ( ( l_some
              @ ( d_Sep @ omega
                @ ^ [V_3: $i] : ( V_3 != emptyset ) )
              @ ( diffprop @ ( ap @ ( plus @ X4 ) @ ( ordsucc @ emptyset ) ) @ X6 ) )
           => ( lessis @ X6 @ X4 ) ) ) ) ).

thf(zip_derived_cl127,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( in @ X0
          @ ( d_Sep @ omega
            @ ^ [Y0: $i] : ( Y0 != emptyset ) ) )
      | ( lessis @ X0 @ X1 )
      | ~ ( l_some
          @ ( d_Sep @ omega
            @ ^ [Y0: $i] : ( Y0 != emptyset ) )
          @ ( diffprop @ ( ap @ ( plus @ X1 ) @ ( ordsucc @ emptyset ) ) @ X0 ) )
      | ~ ( in @ X1
          @ ( d_Sep @ omega
            @ ^ [Y0: $i] : ( Y0 != emptyset ) ) ) ),
    inference(cnf,[status(esa)],[zf_stmt_4]) ).

thf(zip_derived_cl8951_007,plain,
    ! [X1: $i] :
      ( ( '#l_lift4898' @ X1 )
      = ( X1 != emptyset ) ),
    define([status(thm)]) ).

thf(zip_derived_cl8951_008,plain,
    ! [X1: $i] :
      ( ( '#l_lift4898' @ X1 )
      = ( X1 != emptyset ) ),
    define([status(thm)]) ).

thf(zip_derived_cl8951_009,plain,
    ! [X1: $i] :
      ( ( '#l_lift4898' @ X1 )
      = ( X1 != emptyset ) ),
    define([status(thm)]) ).

thf(zip_derived_cl9049,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( in @ X0 @ ( d_Sep @ omega @ '#l_lift4898' ) )
      | ( lessis @ X0 @ X1 )
      | ~ ( l_some @ ( d_Sep @ omega @ '#l_lift4898' ) @ ( diffprop @ ( ap @ ( plus @ X1 ) @ ( ordsucc @ emptyset ) ) @ X0 ) )
      | ~ ( in @ X1 @ ( d_Sep @ omega @ '#l_lift4898' ) ) ),
    inference(lambda_lifting,[status(thm)],[zip_derived_cl127,zip_derived_cl8951,zip_derived_cl8951,zip_derived_cl8951]) ).

thf(zip_derived_cl9071,plain,
    $false,
    inference(eprover,[status(thm)],[zip_derived_cl131,zip_derived_cl9051,zip_derived_cl9054,zip_derived_cl9052,zip_derived_cl9053,zip_derived_cl8985,zip_derived_cl9049]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : NUM702^4 : TPTP v8.1.2. Released v7.1.0.
% 0.12/0.13  % Command  : python3 /export/starexec/sandbox/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox/tmp/tmp.jreVU4EeGr true
% 0.14/0.34  % Computer : n013.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.35  % CPULimit : 300
% 0.14/0.35  % WCLimit  : 300
% 0.14/0.35  % DateTime : Fri Aug 25 17:41:02 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 HO mode
% 0.74/0.68  % Total configuration time : 828
% 0.74/0.68  % Estimated wc time : 1656
% 0.74/0.68  % Estimated cpu time (8 cpus) : 207.0
% 0.74/0.71  % /export/starexec/sandbox/solver/bin/lams/40_c.s.sh running for 80s
% 0.74/0.72  % /export/starexec/sandbox/solver/bin/lams/35_full_unif4.sh running for 80s
% 0.74/0.72  % /export/starexec/sandbox/solver/bin/lams/40_c_ic.sh running for 80s
% 0.74/0.76  % /export/starexec/sandbox/solver/bin/lams/15_e_short1.sh running for 30s
% 0.74/0.76  % /export/starexec/sandbox/solver/bin/lams/40_noforms.sh running for 90s
% 0.74/0.76  % /export/starexec/sandbox/solver/bin/lams/40_b.comb.sh running for 70s
% 0.74/0.76  % /export/starexec/sandbox/solver/bin/lams/20_acsne_simpl.sh running for 40s
% 1.34/0.76  % /export/starexec/sandbox/solver/bin/lams/30_sp5.sh running for 60s
% 116.44/17.47  % Solved by lams/40_c.s.sh.
% 116.44/17.47  % done 612 iterations in 16.712s
% 116.44/17.47  % SZS status Theorem for '/export/starexec/sandbox/benchmark/theBenchmark.p'
% 116.44/17.47  % SZS output start Refutation
% See solution above
% 116.44/17.47  
% 116.44/17.47  
% 116.44/17.47  % Terminating...
% 116.99/17.68  % Runner terminated.
% 116.99/17.70  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------