TSTP Solution File: SYO898_9 by SnakeForV---1.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SnakeForV---1.0
% Problem  : SYO898_9 : TPTP v8.2.0. Released v8.2.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : vampire --input_syntax tptp --proof tptp --output_axiom_names on --mode portfolio --schedule snake_tptp_uns --cores 0 -t %d %s

% Computer : n004.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 : Mon May 22 15:45:49 EDT 2023

% Result   : Theorem 0.19s 0.51s
% Output   : Refutation 0.19s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    7
%            Number of leaves      :    9
% Syntax   : Number of formulae    :   19 (   5 unt;   6 typ;   0 def)
%            Number of atoms       :   34 (   0 equ)
%            Maximal formula atoms :    5 (   2 avg)
%            Number of connectives :   31 (  10   ~;   4   |;   5   &)
%                                         (   0 <=>;  12  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    6 (   4 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of types       :    2 (   1 usr)
%            Number of type conns  :    5 (   4   >;   1   *;   0   +;   0  <<)
%            Number of predicates  :    4 (   3 usr;   1 prp; 0-2 aty)
%            Number of functors    :    2 (   2 usr;   1 con; 0-1 aty)
%            Number of variables   :   19 (;  13   !;   6   ?;  19   :)

% Comments : 
%------------------------------------------------------------------------------
tff(type_def_5,type,
    '$ki_world': $tType ).

tff(func_def_0,type,
    '$ki_local_world': '$ki_world' ).

tff(func_def_1,type,
    sK0: '$ki_world' > '$ki_world' ).

tff(pred_def_1,type,
    '$ki_accessible': ( '$ki_world' * '$ki_world' ) > $o ).

tff(pred_def_2,type,
    p: '$ki_world' > $o ).

tff(pred_def_3,type,
    q: '$ki_world' > $o ).

tff(f13,plain,
    $false,
    inference(resolution,[],[f11,f12]) ).

tff(f12,plain,
    ! [X0: '$ki_world'] : ~ '$ki_accessible'('$ki_local_world',X0),
    inference(subsumption_resolution,[],[f10,f9]) ).

tff(f9,plain,
    ! [X1: '$ki_world'] :
      ( ~ '$ki_accessible'('$ki_local_world',X1)
      | ~ p(X1) ),
    inference(cnf_transformation,[],[f6]) ).

tff(f6,plain,
    ( ! [X0: '$ki_world'] :
        ( ~ '$ki_accessible'('$ki_local_world',X0)
        | p(X0) )
    & ! [X1: '$ki_world'] :
        ( ~ p(X1)
        | ~ '$ki_accessible'('$ki_local_world',X1) ) ),
    inference(ennf_transformation,[],[f5]) ).

tff(f5,plain,
    ~ ( ! [X0: '$ki_world'] :
          ( '$ki_accessible'('$ki_local_world',X0)
         => p(X0) )
     => ? [X1: '$ki_world'] :
          ( p(X1)
          & '$ki_accessible'('$ki_local_world',X1) ) ),
    inference(pure_predicate_removal,[],[f4]) ).

tff(f4,plain,
    ~ ( ! [X0: '$ki_world'] :
          ( '$ki_accessible'('$ki_local_world',X0)
         => p(X0) )
     => ? [X1: '$ki_world'] :
          ( ( q(X1)
           => p(X1) )
          & '$ki_accessible'('$ki_local_world',X1) ) ),
    inference(rectify,[],[f3]) ).

tff(f3,negated_conjecture,
    ~ ( ! [X0: '$ki_world'] :
          ( '$ki_accessible'('$ki_local_world',X0)
         => p(X0) )
     => ? [X0: '$ki_world'] :
          ( ( q(X0)
           => p(X0) )
          & '$ki_accessible'('$ki_local_world',X0) ) ),
    inference(negated_conjecture,[],[f2]) ).

tff(f2,conjecture,
    ( ! [X0: '$ki_world'] :
        ( '$ki_accessible'('$ki_local_world',X0)
       => p(X0) )
   => ? [X0: '$ki_world'] :
        ( ( q(X0)
         => p(X0) )
        & '$ki_accessible'('$ki_local_world',X0) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',verify) ).

tff(f10,plain,
    ! [X0: '$ki_world'] :
      ( ~ '$ki_accessible'('$ki_local_world',X0)
      | p(X0) ),
    inference(cnf_transformation,[],[f6]) ).

tff(f11,plain,
    ! [X0: '$ki_world'] : '$ki_accessible'(X0,sK0(X0)),
    inference(cnf_transformation,[],[f8]) ).

tff(f8,plain,
    ! [X0: '$ki_world'] : '$ki_accessible'(X0,sK0(X0)),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK0])],[f1,f7]) ).

tff(f7,plain,
    ! [X0: '$ki_world'] :
      ( ? [X1: '$ki_world'] : '$ki_accessible'(X0,X1)
     => '$ki_accessible'(X0,sK0(X0)) ),
    introduced(choice_axiom,[]) ).

tff(f1,axiom,
    ! [X0: '$ki_world'] :
    ? [X1: '$ki_world'] : '$ki_accessible'(X0,X1),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',mrel_serial) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.11  % Problem    : SYO898_9 : TPTP v8.2.0. Released v8.2.0.
% 0.11/0.12  % Command    : vampire --input_syntax tptp --proof tptp --output_axiom_names on --mode portfolio --schedule snake_tptp_uns --cores 0 -t %d %s
% 0.12/0.33  % Computer : n004.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.33  % CPULimit   : 300
% 0.12/0.33  % WCLimit    : 300
% 0.12/0.33  % DateTime   : Mon May 22 13:07:23 EDT 2023
% 0.12/0.33  % CPUTime    : 
% 0.19/0.49  % (29601)dis+21_1:1_av=off:sos=on:sp=frequency:ss=included:to=lpo:i=15:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/15Mi)
% 0.19/0.50  % (29605)lrs+10_1:1_br=off:sos=on:ss=axioms:st=2.0:urr=on:i=33:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/33Mi)
% 0.19/0.50  % (29602)dis+1010_1:50_awrs=decay:awrsf=128:nwc=10.0:s2pl=no:sp=frequency:ss=axioms:i=39:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/39Mi)
% 0.19/0.50  % (29609)lrs+10_1:32_br=off:nm=16:sd=2:ss=axioms:st=2.0:urr=on:i=51:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/51Mi)
% 0.19/0.50  % (29602)First to succeed.
% 0.19/0.50  % (29620)dis+21_1:1_ep=RS:nwc=10.0:s2a=on:s2at=1.5:i=50:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/50Mi)
% 0.19/0.50  % (29609)Also succeeded, but the first one will report.
% 0.19/0.51  % (29602)Refutation found. Thanks to Tanya!
% 0.19/0.51  % SZS status Theorem for theBenchmark
% 0.19/0.51  % SZS output start Proof for theBenchmark
% See solution above
% 0.19/0.51  % (29602)------------------------------
% 0.19/0.51  % (29602)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.51  % (29602)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.51  % (29602)Termination reason: Refutation
% 0.19/0.51  
% 0.19/0.51  % (29602)Memory used [KB]: 5884
% 0.19/0.51  % (29602)Time elapsed: 0.111 s
% 0.19/0.51  % (29602)Instructions burned: 1 (million)
% 0.19/0.51  % (29602)------------------------------
% 0.19/0.51  % (29602)------------------------------
% 0.19/0.51  % (29595)Success in time 0.166 s
%------------------------------------------------------------------------------