TSTP Solution File: DAT334_8 by Zipperpin---2.1.9999

View Problem - Process Solution

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

% Computer : n005.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 : Wed Aug 30 22:26:24 EDT 2023

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

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

thf(sk__2_type,type,
    sk__2: '$ki_world' ).

thf(cs_type,type,
    cs: $i ).

thf('$ki_exists_in_world_$i_type',type,
    '$ki_exists_in_world_$i': '$ki_world' > $i > $o ).

thf(math_type,type,
    math: $i ).

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

thf(mary_type,type,
    mary: $i ).

thf(psych_type,type,
    psych: $i ).

thf(john_type,type,
    john: $i ).

thf(sue_type,type,
    sue: $i ).

thf(sk__1_type,type,
    sk__1: '$ki_world' > $i ).

thf(teach_type,type,
    teach: '$ki_world' > $i > $i > $o ).

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

thf(db,axiom,
    ! [W: '$ki_world'] :
      ( ( '$ki_accessible' @ '$ki_local_world' @ W )
     => ( ( teach @ W @ john @ math )
        & ? [X: $i] :
            ( ( teach @ W @ X @ cs )
            & ( '$ki_exists_in_world_$i' @ W @ X ) )
        & ( teach @ W @ mary @ psych )
        & ( teach @ W @ sue @ psych ) ) ) ).

thf(zip_derived_cl3,plain,
    ! [X0: '$ki_world'] :
      ( ( '$ki_exists_in_world_$i' @ X0 @ ( sk__1 @ X0 ) )
      | ~ ( '$ki_accessible' @ '$ki_local_world' @ X0 ) ),
    inference(cnf,[status(esa)],[db]) ).

thf(zip_derived_cl4,plain,
    ! [X0: '$ki_world'] :
      ( ( teach @ X0 @ ( sk__1 @ X0 ) @ cs )
      | ~ ( '$ki_accessible' @ '$ki_local_world' @ X0 ) ),
    inference(cnf,[status(esa)],[db]) ).

thf(verify,conjecture,
    ! [W: '$ki_world'] :
      ( ( '$ki_accessible' @ '$ki_local_world' @ W )
     => ? [X: $i] :
          ( ( teach @ W @ X @ cs )
          & ( '$ki_exists_in_world_$i' @ W @ X ) ) ) ).

thf(zf_stmt_0,negated_conjecture,
    ~ ! [W: '$ki_world'] :
        ( ( '$ki_accessible' @ '$ki_local_world' @ W )
       => ? [X: $i] :
            ( ( teach @ W @ X @ cs )
            & ( '$ki_exists_in_world_$i' @ W @ X ) ) ),
    inference('cnf.neg',[status(esa)],[verify]) ).

thf(zip_derived_cl8,plain,
    ! [X0: $i] :
      ( ~ ( teach @ sk__2 @ X0 @ cs )
      | ~ ( '$ki_exists_in_world_$i' @ sk__2 @ X0 ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl9,plain,
    ( ~ ( '$ki_accessible' @ '$ki_local_world' @ sk__2 )
    | ~ ( '$ki_exists_in_world_$i' @ sk__2 @ ( sk__1 @ sk__2 ) ) ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl4,zip_derived_cl8]) ).

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

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

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

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


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : DAT334_8 : TPTP v8.2.0. Released v8.2.0.
% 0.00/0.13  % Command  : python3 /export/starexec/sandbox2/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox2/tmp/tmp.jm78vjDwDh true
% 0.15/0.34  % Computer : n005.cluster.edu
% 0.15/0.34  % Model    : x86_64 x86_64
% 0.15/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.15/0.34  % Memory   : 8042.1875MB
% 0.15/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.15/0.34  % CPULimit : 300
% 0.15/0.34  % WCLimit  : 300
% 0.15/0.34  % DateTime : Thu Aug 24 14:20:38 EDT 2023
% 0.15/0.34  % CPUTime  : 
% 0.15/0.34  % Running portfolio for 300 s
% 0.15/0.35  % File         : /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.15/0.35  % Number of cores: 8
% 0.15/0.35  % Python version: Python 3.6.8
% 0.15/0.35  % Running in FO mode
% 0.21/0.67  % Total configuration time : 435
% 0.21/0.67  % Estimated wc time : 1092
% 0.21/0.67  % Estimated cpu time (7 cpus) : 156.0
% 0.21/0.71  % /export/starexec/sandbox2/solver/bin/fo/fo6_bce.sh running for 75s
% 0.21/0.72  % /export/starexec/sandbox2/solver/bin/fo/fo3_bce.sh running for 75s
% 0.21/0.73  % /export/starexec/sandbox2/solver/bin/fo/fo1_av.sh running for 75s
% 0.71/0.74  % Solved by fo/fo3_bce.sh.
% 0.71/0.74  % BCE start: 9
% 0.71/0.74  % BCE eliminated: 3
% 0.71/0.74  % PE start: 6
% 0.71/0.74  logic: neq
% 0.71/0.74  % PE eliminated: 3
% 0.71/0.74  % done 1 iterations in 0.006s
% 0.71/0.74  % SZS status Theorem for '/export/starexec/sandbox2/benchmark/theBenchmark.p'
% 0.71/0.74  % SZS output start Refutation
% See solution above
% 0.71/0.74  
% 0.71/0.74  
% 0.71/0.74  % Terminating...
% 0.71/0.77  % Runner terminated.
% 1.40/0.77  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------