TSTP Solution File: DAT019_1 by Vampire-SAT---4.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Vampire-SAT---4.8
% Problem  : DAT019_1 : TPTP v8.1.2. Released v5.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : vampire --mode casc_sat -m 16384 --cores 7 -t %d %s

% Computer : n019.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 : Sun May  5 05:05:27 EDT 2024

% Result   : Theorem 0.15s 0.39s
% Output   : Refutation 0.15s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    6
%            Number of leaves      :    8
% Syntax   : Number of formulae    :   19 (   9 unt;   5 typ;   0 def)
%            Number of atoms       :   29 (   6 equ)
%            Maximal formula atoms :    6 (   2 avg)
%            Number of connectives :   26 (  11   ~;   9   |;   4   &)
%                                         (   2 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    8 (   4 avg)
%            Maximal term depth    :    4 (   1 avg)
%            Number arithmetic     :   32 (   0 atm;   0 fun;  19 num;  13 var)
%            Number of types       :    3 (   1 usr;   1 ari)
%            Number of type conns  :    6 (   3   >;   3   *;   0   +;   0  <<)
%            Number of predicates  :    3 (   1 usr;   1 prp; 0-2 aty)
%            Number of functors    :    6 (   3 usr;   4 con; 0-2 aty)
%            Number of variables   :   21 (  21   !;   0   ?;  21   :)

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

tff(func_def_0,type,
    empty: collection ).

tff(func_def_1,type,
    add: ( $int * collection ) > collection ).

tff(func_def_2,type,
    remove: ( $int * collection ) > collection ).

tff(pred_def_1,type,
    in: ( $int * collection ) > $o ).

tff(f30,plain,
    $false,
    inference(resolution,[],[f29,f20]) ).

tff(f20,plain,
    ! [X0: $int,X1: collection] : in(X0,add(X0,X1)),
    inference(cnf_transformation,[],[f10]) ).

tff(f10,plain,
    ! [X0: $int,X1: collection] : in(X0,add(X0,X1)),
    inference(rectify,[],[f2]) ).

tff(f2,axiom,
    ! [X1: $int,X2: collection] : in(X1,add(X1,X2)),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax2) ).

tff(f29,plain,
    ~ in(3,add(3,add(5,empty))),
    inference(resolution,[],[f24,f17]) ).

tff(f17,plain,
    ~ in(3,add(1,add(3,add(5,empty)))),
    inference(cnf_transformation,[],[f8]) ).

tff(f8,plain,
    ~ in(3,add(1,add(3,add(5,empty)))),
    inference(flattening,[],[f7]) ).

tff(f7,negated_conjecture,
    ~ in(3,add(1,add(3,add(5,empty)))),
    inference(negated_conjecture,[],[f6]) ).

tff(f6,conjecture,
    in(3,add(1,add(3,add(5,empty)))),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',co1) ).

tff(f24,plain,
    ! [X2: $int,X0: $int,X1: collection] :
      ( in(X0,add(X2,X1))
      | ~ in(X0,X1) ),
    inference(cnf_transformation,[],[f16]) ).

tff(f16,plain,
    ! [X0: $int,X1: collection,X2: $int] :
      ( ( ( X0 = X2 )
        | in(X0,X1)
        | ~ in(X0,add(X2,X1)) )
      & ( in(X0,add(X2,X1))
        | ( ( X0 != X2 )
          & ~ in(X0,X1) ) ) ),
    inference(flattening,[],[f15]) ).

tff(f15,plain,
    ! [X0: $int,X1: collection,X2: $int] :
      ( ( ( X0 = X2 )
        | in(X0,X1)
        | ~ in(X0,add(X2,X1)) )
      & ( in(X0,add(X2,X1))
        | ( ( X0 != X2 )
          & ~ in(X0,X1) ) ) ),
    inference(nnf_transformation,[],[f12]) ).

tff(f12,plain,
    ! [X0: $int,X1: collection,X2: $int] :
      ( ( ( X0 = X2 )
        | in(X0,X1) )
    <=> in(X0,add(X2,X1)) ),
    inference(rectify,[],[f4]) ).

tff(f4,axiom,
    ! [X5: $int,X6: collection,X7: $int] :
      ( ( ( X5 = X7 )
        | in(X5,X6) )
    <=> in(X5,add(X7,X6)) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax4) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.04/0.13  % Problem    : DAT019_1 : TPTP v8.1.2. Released v5.0.0.
% 0.13/0.15  % Command    : vampire --mode casc_sat -m 16384 --cores 7 -t %d %s
% 0.15/0.36  % Computer : n019.cluster.edu
% 0.15/0.36  % Model    : x86_64 x86_64
% 0.15/0.36  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.15/0.36  % Memory   : 8042.1875MB
% 0.15/0.36  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.15/0.36  % CPULimit   : 300
% 0.15/0.36  % WCLimit    : 300
% 0.15/0.37  % DateTime   : Fri May  3 12:54:44 EDT 2024
% 0.15/0.37  % CPUTime    : 
% 0.15/0.37  % (3220)Running in auto input_syntax mode. Trying TPTP
% 0.15/0.38  % (3227)ott+1_64_av=off:bd=off:bce=on:fsd=off:fde=unused:gsp=on:irw=on:lcm=predicate:lma=on:nm=2:nwc=1.1:sims=off:urr=on_497 on theBenchmark for (497ds/0Mi)
% 0.15/0.38  % (3226)ott-10_8_av=off:bd=preordered:bs=on:fsd=off:fsr=off:fde=unused:irw=on:lcm=predicate:lma=on:nm=4:nwc=1.7:sp=frequency_522 on theBenchmark for (522ds/0Mi)
% 0.15/0.38  % (3226)First to succeed.
% 0.15/0.38  % (3227)Also succeeded, but the first one will report.
% 0.15/0.38  % (3226)Solution written to "/export/starexec/sandbox2/tmp/vampire-proof-3220"
% 0.15/0.39  % (3226)Refutation found. Thanks to Tanya!
% 0.15/0.39  % SZS status Theorem for theBenchmark
% 0.15/0.39  % SZS output start Proof for theBenchmark
% See solution above
% 0.15/0.39  % (3226)------------------------------
% 0.15/0.39  % (3226)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.15/0.39  % (3226)Termination reason: Refutation
% 0.15/0.39  
% 0.15/0.39  % (3226)Memory used [KB]: 759
% 0.15/0.39  % (3226)Time elapsed: 0.003 s
% 0.15/0.39  % (3226)Instructions burned: 3 (million)
% 0.15/0.39  % (3220)Success in time 0.013 s
%------------------------------------------------------------------------------