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

View Problem - Process Solution

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

% Computer : n032.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 09:31:49 EDT 2023

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

% Comments : 
%------------------------------------------------------------------------------
thf(neg_psi_type,type,
    neg_psi: $o ).

thf(drunk_type,type,
    drunk: $i > $o ).

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

thf(goal_type,type,
    goal: $o ).

thf(not_drunk_type,type,
    not_drunk: $i > $o ).

thf(neg_phi,axiom,
    ! [A: $i] :
      ( neg_psi
      & ( drunk @ A ) ) ).

thf(zip_derived_cl2,plain,
    neg_psi,
    inference(cnf,[status(esa)],[neg_phi]) ).

thf(neg_psi_ax,axiom,
    ( neg_psi
   => ? [A: $i] : ( not_drunk @ A ) ) ).

thf(zip_derived_cl3,plain,
    ( ( not_drunk @ sk_ )
    | ~ neg_psi ),
    inference(cnf,[status(esa)],[neg_psi_ax]) ).

thf(zip_derived_cl5,plain,
    not_drunk @ sk_,
    inference('dp-resolution',[status(thm)],[zip_derived_cl2,zip_derived_cl3]) ).

thf(zip_derived_cl1,plain,
    ! [X0: $i] : ( drunk @ X0 ),
    inference(cnf,[status(esa)],[neg_phi]) ).

thf(d_cons,axiom,
    ! [A: $i] :
      ( ( ( drunk @ A )
        & ( not_drunk @ A ) )
     => goal ) ).

thf(zip_derived_cl0,plain,
    ! [X0: $i] :
      ( goal
      | ~ ( drunk @ X0 )
      | ~ ( not_drunk @ X0 ) ),
    inference(cnf,[status(esa)],[d_cons]) ).

thf(zip_derived_cl6,plain,
    ! [X0: $i] :
      ( ~ ( not_drunk @ X0 )
      | goal ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl1,zip_derived_cl0]) ).

thf(zip_derived_cl7,plain,
    goal,
    inference('dp-resolution',[status(thm)],[zip_derived_cl5,zip_derived_cl6]) ).

thf(goal_to_be_proved,conjecture,
    goal ).

thf(zf_stmt_0,negated_conjecture,
    ~ goal,
    inference('cnf.neg',[status(esa)],[goal_to_be_proved]) ).

thf(zip_derived_cl4,plain,
    ~ goal,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

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


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.10  % Problem  : MSC011+1 : TPTP v8.1.2. Released v3.2.0.
% 0.00/0.11  % Command  : python3 /export/starexec/sandbox/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox/tmp/tmp.XFitH8TBAy true
% 0.11/0.31  % Computer : n032.cluster.edu
% 0.11/0.31  % Model    : x86_64 x86_64
% 0.11/0.31  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.11/0.31  % Memory   : 8042.1875MB
% 0.11/0.31  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.11/0.31  % CPULimit : 300
% 0.11/0.31  % WCLimit  : 300
% 0.11/0.31  % DateTime : Thu Aug 24 13:46:56 EDT 2023
% 0.11/0.31  % CPUTime  : 
% 0.11/0.31  % Running portfolio for 300 s
% 0.11/0.31  % File         : /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.11/0.31  % Number of cores: 8
% 0.11/0.31  % Python version: Python 3.6.8
% 0.17/0.31  % Running in FO mode
% 0.17/0.54  % Total configuration time : 435
% 0.17/0.54  % Estimated wc time : 1092
% 0.17/0.54  % Estimated cpu time (7 cpus) : 156.0
% 0.17/0.58  % /export/starexec/sandbox/solver/bin/fo/fo6_bce.sh running for 75s
% 0.17/0.59  % /export/starexec/sandbox/solver/bin/fo/fo3_bce.sh running for 75s
% 0.17/0.60  % Solved by fo/fo6_bce.sh.
% 0.17/0.60  % BCE start: 5
% 0.17/0.60  % BCE eliminated: 0
% 0.17/0.60  % PE start: 5
% 0.17/0.60  logic: neq
% 0.17/0.60  % PE eliminated: 4
% 0.17/0.60  % done 0 iterations in 0.004s
% 0.17/0.60  % SZS status Theorem for '/export/starexec/sandbox/benchmark/theBenchmark.p'
% 0.17/0.60  % SZS output start Refutation
% See solution above
% 0.17/0.60  
% 0.17/0.60  
% 0.17/0.60  % /export/starexec/sandbox/solver/bin/fo/fo1_av.sh running for 75s
% 0.17/0.60  % Terminating...
% 0.17/0.64  % Runner terminated.
% 0.17/0.65  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------