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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : SYN946+1 : TPTP v8.1.2. Released v3.1.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.AnttxN6iTt true

% Computer : n026.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:06:20 EDT 2023

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

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

thf(r_type,type,
    r: $i > $o ).

thf(sk__type,type,
    sk_: $i ).

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

thf(prove_this,conjecture,
    ( ( ! [X: $i] : ( p @ X )
      & ? [Y: $i] : ( q @ Y ) )
   => ? [Z: $i] :
      ! [Y: $i] :
        ( ( r @ Z )
        | ( p @ Y ) ) ) ).

thf(zf_stmt_0,negated_conjecture,
    ~ ( ( ! [X: $i] : ( p @ X )
        & ? [Y: $i] : ( q @ Y ) )
     => ? [Z: $i] :
        ! [Y: $i] :
          ( ( r @ Z )
          | ( p @ Y ) ) ),
    inference('cnf.neg',[status(esa)],[prove_this]) ).

thf(zip_derived_cl0,plain,
    ! [X0: $i] : ( p @ X0 ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl3,plain,
    ~ ( p @ sk_ ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl4,plain,
    $false,
    inference('dp-resolution',[status(thm)],[zip_derived_cl0,zip_derived_cl3]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : SYN946+1 : TPTP v8.1.2. Released v3.1.0.
% 0.00/0.13  % Command  : python3 /export/starexec/sandbox2/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox2/tmp/tmp.AnttxN6iTt true
% 0.13/0.33  % Computer : n026.cluster.edu
% 0.13/0.33  % Model    : x86_64 x86_64
% 0.13/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.33  % Memory   : 8042.1875MB
% 0.13/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.33  % CPULimit : 300
% 0.13/0.33  % WCLimit  : 300
% 0.13/0.33  % DateTime : Sat Aug 26 19:08:33 EDT 2023
% 0.13/0.33  % CPUTime  : 
% 0.13/0.33  % Running portfolio for 300 s
% 0.13/0.33  % File         : /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.13/0.34  % Number of cores: 8
% 0.13/0.34  % Python version: Python 3.6.8
% 0.13/0.34  % Running in FO mode
% 0.20/0.62  % Total configuration time : 435
% 0.20/0.62  % Estimated wc time : 1092
% 0.20/0.62  % Estimated cpu time (7 cpus) : 156.0
% 0.20/0.70  % /export/starexec/sandbox2/solver/bin/fo/fo3_bce.sh running for 75s
% 0.20/0.70  % /export/starexec/sandbox2/solver/bin/fo/fo6_bce.sh running for 75s
% 0.20/0.71  % /export/starexec/sandbox2/solver/bin/fo/fo1_av.sh running for 75s
% 0.20/0.72  % /export/starexec/sandbox2/solver/bin/fo/fo7.sh running for 63s
% 0.20/0.72  % /export/starexec/sandbox2/solver/bin/fo/fo13.sh running for 50s
% 0.20/0.72  % Solved by fo/fo6_bce.sh.
% 0.20/0.72  % BCE start: 4
% 0.20/0.72  % BCE eliminated: 2
% 0.20/0.72  % PE start: 2
% 0.20/0.72  logic: neq
% 0.20/0.72  % PE eliminated: 1
% 0.20/0.72  % done 0 iterations in 0.004s
% 0.20/0.72  % SZS status Theorem for '/export/starexec/sandbox2/benchmark/theBenchmark.p'
% 0.20/0.72  % SZS output start Refutation
% See solution above
% 0.20/0.73  
% 0.20/0.73  
% 0.20/0.73  % Terminating...
% 1.33/0.83  % Runner terminated.
% 1.33/0.84  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------