TSTP Solution File: NLP267_1 by Zipperpin---2.1.9999

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : NLP267_1 : TPTP v8.2.0. Released v8.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.RiREvfyulN true

% Computer : n012.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 10:20:10 EDT 2023

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

% Comments : 
%------------------------------------------------------------------------------
thf('$ki_world_type',type,
    '$ki_world': $tType ).

thf(price_type,type,
    price: '$ki_world' > $i > $o ).

thf(sk__type,type,
    sk_: '$ki_world' ).

thf('$ki_accessible_type',type,
    '$ki_accessible': '$ki_world' > '$ki_world' > $o ).

thf(paris_type,type,
    paris: $i ).

thf(dest_type,type,
    dest: '$ki_world' > $i > $o ).

thf(second_type,type,
    second: $i ).

thf(seventy_type,type,
    seventy: $i ).

thf(class_type,type,
    class: '$ki_world' > $i > $o ).

thf('$ki_local_world_type',type,
    '$ki_local_world': '$ki_world' ).

thf(belief2,axiom,
    ! [W: '$ki_world'] :
      ( ( '$ki_accessible' @ '$ki_local_world' @ W )
     => ( class @ W @ second ) ) ).

thf(zip_derived_cl5,plain,
    ! [X0: '$ki_world'] :
      ( ( class @ X0 @ second )
      | ~ ( '$ki_accessible' @ '$ki_local_world' @ X0 ) ),
    inference(cnf,[status(esa)],[belief2]) ).

thf(belief1,axiom,
    ! [W: '$ki_world'] :
      ( ( '$ki_accessible' @ '$ki_local_world' @ W )
     => ( dest @ W @ paris ) ) ).

thf(zip_derived_cl4,plain,
    ! [X0: '$ki_world'] :
      ( ( dest @ X0 @ paris )
      | ~ ( '$ki_accessible' @ '$ki_local_world' @ X0 ) ),
    inference(cnf,[status(esa)],[belief1]) ).

thf(law2,axiom,
    ! [W: '$ki_world'] :
      ( ( '$ki_accessible' @ '$ki_local_world' @ W )
     => ( ( ( dest @ W @ paris )
          & ( class @ W @ second ) )
       => ( price @ W @ seventy ) ) ) ).

thf(zip_derived_cl1,plain,
    ! [X0: '$ki_world'] :
      ( ~ ( dest @ X0 @ paris )
      | ~ ( class @ X0 @ second )
      | ( price @ X0 @ seventy )
      | ~ ( '$ki_accessible' @ '$ki_local_world' @ X0 ) ),
    inference(cnf,[status(esa)],[law2]) ).

thf(verify,conjecture,
    ! [W: '$ki_world'] :
      ( ( '$ki_accessible' @ '$ki_local_world' @ W )
     => ( price @ W @ seventy ) ) ).

thf(zf_stmt_0,negated_conjecture,
    ~ ! [W: '$ki_world'] :
        ( ( '$ki_accessible' @ '$ki_local_world' @ W )
       => ( price @ W @ seventy ) ),
    inference('cnf.neg',[status(esa)],[verify]) ).

thf(zip_derived_cl7,plain,
    ~ ( price @ sk_ @ seventy ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl8,plain,
    ( ~ ( '$ki_accessible' @ '$ki_local_world' @ sk_ )
    | ~ ( class @ sk_ @ second )
    | ~ ( dest @ sk_ @ paris ) ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl1,zip_derived_cl7]) ).

thf(zip_derived_cl9,plain,
    ( ~ ( '$ki_accessible' @ '$ki_local_world' @ sk_ )
    | ~ ( class @ sk_ @ second )
    | ~ ( '$ki_accessible' @ '$ki_local_world' @ sk_ ) ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl4,zip_derived_cl8]) ).

thf(zip_derived_cl10,plain,
    ( ~ ( '$ki_accessible' @ '$ki_local_world' @ sk_ )
    | ~ ( '$ki_accessible' @ '$ki_local_world' @ sk_ )
    | ~ ( '$ki_accessible' @ '$ki_local_world' @ sk_ ) ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl5,zip_derived_cl9]) ).

thf(zip_derived_cl11,plain,
    ~ ( '$ki_accessible' @ '$ki_local_world' @ sk_ ),
    inference(simplify,[status(thm)],[zip_derived_cl10]) ).

thf(zip_derived_cl6,plain,
    '$ki_accessible' @ '$ki_local_world' @ sk_,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl12,plain,
    $false,
    inference(demod,[status(thm)],[zip_derived_cl11,zip_derived_cl6]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : NLP267_1 : TPTP v8.2.0. Released v8.2.0.
% 0.00/0.13  % Command  : python3 /export/starexec/sandbox/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox/tmp/tmp.RiREvfyulN true
% 0.13/0.34  % Computer : n012.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 : Thu Aug 24 12:12:26 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 0.13/0.34  % Running portfolio for 300 s
% 0.13/0.34  % 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.21/0.64  % Total configuration time : 435
% 0.21/0.64  % Estimated wc time : 1092
% 0.21/0.64  % Estimated cpu time (7 cpus) : 156.0
% 0.21/0.69  % /export/starexec/sandbox/solver/bin/fo/fo6_bce.sh running for 75s
% 0.21/0.70  % /export/starexec/sandbox/solver/bin/fo/fo3_bce.sh running for 75s
% 0.21/0.71  % /export/starexec/sandbox/solver/bin/fo/fo1_av.sh running for 75s
% 0.21/0.71  % Solved by fo/fo6_bce.sh.
% 0.21/0.71  % BCE start: 8
% 0.21/0.71  % BCE eliminated: 3
% 0.21/0.71  % PE start: 5
% 0.21/0.71  logic: neq
% 0.21/0.71  % PE eliminated: 3
% 0.21/0.71  % done 1 iterations in 0.006s
% 0.21/0.71  % SZS status Theorem for '/export/starexec/sandbox/benchmark/theBenchmark.p'
% 0.21/0.71  % SZS output start Refutation
% See solution above
% 0.21/0.71  
% 0.21/0.71  
% 0.21/0.71  % Terminating...
% 0.21/0.74  % Runner terminated.
% 0.21/0.75  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------