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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : SYN358+1 : TPTP v8.1.2. Released v2.0.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.LIuEsUlp1N true

% Computer : n001.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 04:02:58 EDT 2023

% Result   : Theorem 0.20s 0.74s
% Output   : Refutation 0.88s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    7
%            Number of leaves      :    5
% Syntax   : Number of formulae    :   16 (   5 unt;   4 typ;   0 def)
%            Number of atoms       :   26 (   0 equ;   0 cnn)
%            Maximal formula atoms :    4 (   2 avg)
%            Number of connectives :   40 (  12   ~;   8   |;   4   &;  14   @)
%                                         (   2 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    8 (   4 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :    1 (   1   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :    5 (   4 usr;   4 con; 0-1 aty)
%            Number of variables   :   11 (   0   ^;   7   !;   4   ?;  11   :)

% Comments : 
%------------------------------------------------------------------------------
thf(sk__type,type,
    sk_: $i ).

thf(big_q_type,type,
    big_q: $i > $o ).

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

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

thf(x2109,conjecture,
    ( ? [X: $i] :
        ( ( big_q @ X )
        & p )
  <=> ( p
      & ? [X: $i] : ( big_q @ X ) ) ) ).

thf(zf_stmt_0,negated_conjecture,
    ~ ( ? [X: $i] :
          ( ( big_q @ X )
          & p )
    <=> ( p
        & ? [X: $i] : ( big_q @ X ) ) ),
    inference('cnf.neg',[status(esa)],[x2109]) ).

thf(zip_derived_cl3,plain,
    ( ( big_q @ sk_ )
    | ( big_q @ sk__1 ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl4,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( big_q @ X0 )
      | ~ p
      | ~ ( big_q @ X1 )
      | ~ p ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl5,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( big_q @ X1 )
      | ~ p
      | ~ ( big_q @ X0 ) ),
    inference(simplify,[status(thm)],[zip_derived_cl4]) ).

thf(zip_derived_cl6,plain,
    ! [X0: $i] :
      ( ~ ( big_q @ X0 )
      | ~ p ),
    inference(condensation,[status(thm)],[zip_derived_cl5]) ).

thf(zip_derived_cl0,plain,
    ( p
    | p ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl7,plain,
    p,
    inference(simplify,[status(thm)],[zip_derived_cl0]) ).

thf(zip_derived_cl8,plain,
    ! [X0: $i] :
      ~ ( big_q @ X0 ),
    inference(demod,[status(thm)],[zip_derived_cl6,zip_derived_cl7]) ).

thf(zip_derived_cl11,plain,
    big_q @ sk__1,
    inference(demod,[status(thm)],[zip_derived_cl3,zip_derived_cl8]) ).

thf(zip_derived_cl8_001,plain,
    ! [X0: $i] :
      ~ ( big_q @ X0 ),
    inference(demod,[status(thm)],[zip_derived_cl6,zip_derived_cl7]) ).

thf(zip_derived_cl12,plain,
    $false,
    inference('s_sup-',[status(thm)],[zip_derived_cl11,zip_derived_cl8]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : SYN358+1 : TPTP v8.1.2. Released v2.0.0.
% 0.00/0.13  % Command  : python3 /export/starexec/sandbox/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox/tmp/tmp.LIuEsUlp1N true
% 0.13/0.34  % Computer : n001.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 300
% 0.13/0.34  % DateTime : Sat Aug 26 20:24:46 EDT 2023
% 0.13/0.35  % CPUTime  : 
% 0.13/0.35  % Running portfolio for 300 s
% 0.13/0.35  % File         : /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.13/0.35  % Number of cores: 8
% 0.13/0.35  % Python version: Python 3.6.8
% 0.13/0.35  % Running in FO mode
% 0.20/0.69  % Total configuration time : 435
% 0.20/0.69  % Estimated wc time : 1092
% 0.20/0.69  % Estimated cpu time (7 cpus) : 156.0
% 0.20/0.72  % /export/starexec/sandbox/solver/bin/fo/fo6_bce.sh running for 75s
% 0.20/0.74  % Solved by fo/fo6_bce.sh.
% 0.20/0.74  % BCE start: 5
% 0.20/0.74  % BCE eliminated: 0
% 0.20/0.74  % PE start: 5
% 0.20/0.74  logic: neq
% 0.20/0.74  % PE eliminated: 0
% 0.20/0.74  % done 5 iterations in 0.005s
% 0.20/0.74  % SZS status Theorem for '/export/starexec/sandbox/benchmark/theBenchmark.p'
% 0.20/0.74  % SZS output start Refutation
% See solution above
% 0.88/0.75  
% 0.88/0.75  
% 0.88/0.75  % Terminating...
% 0.88/0.78  % Runner terminated.
% 0.88/0.79  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------