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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : SYN046+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.LMAkX8MSyk 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 : Fri Sep  1 04:01:18 EDT 2023

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

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

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

thf(pel15,conjecture,
    ( ( p
     => q )
  <=> ( ~ p
      | q ) ) ).

thf(zf_stmt_0,negated_conjecture,
    ~ ( ( p
       => q )
    <=> ( ~ p
        | q ) ),
    inference('cnf.neg',[status(esa)],[pel15]) ).

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

thf(zip_derived_cl8,plain,
    ( ~ p
    | q ),
    inference(simplify,[status(thm)],[zip_derived_cl0]) ).

thf(zip_derived_cl3,plain,
    ( ~ q
    | ~ q ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl5,plain,
    ~ q,
    inference(simplify,[status(thm)],[zip_derived_cl3]) ).

thf(zip_derived_cl9,plain,
    ~ p,
    inference(clc,[status(thm)],[zip_derived_cl8,zip_derived_cl5]) ).

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

thf(zip_derived_cl10,plain,
    p,
    inference(simplify,[status(thm)],[zip_derived_cl2]) ).

thf(zip_derived_cl11,plain,
    $false,
    inference(demod,[status(thm)],[zip_derived_cl9,zip_derived_cl10]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.13  % Problem  : SYN046+1 : TPTP v8.1.2. Released v2.0.0.
% 0.03/0.14  % Command  : python3 /export/starexec/sandbox/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox/tmp/tmp.LMAkX8MSyk true
% 0.13/0.35  % Computer : n023.cluster.edu
% 0.13/0.35  % Model    : x86_64 x86_64
% 0.13/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.35  % Memory   : 8042.1875MB
% 0.13/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.35  % CPULimit : 300
% 0.13/0.35  % WCLimit  : 300
% 0.13/0.35  % DateTime : Sat Aug 26 19:46:41 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.50/0.64  % Total configuration time : 435
% 0.50/0.64  % Estimated wc time : 1092
% 0.50/0.64  % Estimated cpu time (7 cpus) : 156.0
% 0.56/0.73  % /export/starexec/sandbox/solver/bin/fo/fo6_bce.sh running for 75s
% 0.56/0.73  % /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.57/0.75  % Solved by fo/fo6_bce.sh.
% 0.57/0.75  % BCE start: 5
% 0.57/0.75  % BCE eliminated: 0
% 0.57/0.75  % PE start: 5
% 0.57/0.75  logic: neq
% 0.57/0.75  % PE eliminated: 0
% 0.57/0.75  % done 4 iterations in 0.005s
% 0.57/0.75  % SZS status Theorem for '/export/starexec/sandbox/benchmark/theBenchmark.p'
% 0.57/0.75  % SZS output start Refutation
% See solution above
% 0.57/0.75  
% 0.57/0.75  
% 0.57/0.75  % Terminating...
% 0.61/0.85  % Runner terminated.
% 0.61/0.86  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------