TSTP Solution File: PUZ002-1 by SnakeForV-SAT---1.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SnakeForV-SAT---1.0
% Problem  : PUZ002-1 : TPTP v8.1.0. Released v1.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : vampire --input_syntax tptp --proof tptp --output_axiom_names on --mode portfolio --schedule snake_tptp_sat --cores 0 -t %d %s

% Computer : n008.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 31 18:11:28 EDT 2022

% Result   : Unsatisfiable 0.18s 0.51s
% Output   : Refutation 0.18s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   10
%            Number of leaves      :   12
% Syntax   : Number of formulae    :   23 (  12 unt;   0 def)
%            Number of atoms       :   34 (   0 equ)
%            Maximal formula atoms :    2 (   1 avg)
%            Number of connectives :   23 (  12   ~;  11   |;   0   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    4 (   2 avg)
%            Maximal term depth    :    1 (   1 avg)
%            Number of predicates  :   12 (  11 usr;   1 prp; 0-1 aty)
%            Number of functors    :    1 (   1 usr;   1 con; 0-0 aty)
%            Number of variables   :   11 (  11   !;   0   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(f23,plain,
    $false,
    inference(subsumption_resolution,[],[f22,f13]) ).

fof(f13,plain,
    ~ suitable_pet(the_kangaroo),
    inference(resolution,[],[f7,f11]) ).

fof(f11,axiom,
    kangaroo(the_kangaroo),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',kangaroo_is_a_kangaroo) ).

fof(f7,axiom,
    ! [X5] :
      ( ~ kangaroo(X5)
      | ~ suitable_pet(X5) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',kangaroos_are_not_pets) ).

fof(f22,plain,
    suitable_pet(the_kangaroo),
    inference(resolution,[],[f21,f2]) ).

fof(f2,axiom,
    ! [X1] :
      ( ~ gazer(X1)
      | suitable_pet(X1) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',gazers_are_suitable_pets) ).

fof(f21,plain,
    gazer(the_kangaroo),
    inference(resolution,[],[f20,f10]) ).

fof(f10,axiom,
    ! [X8] :
      ( ~ prowler(X8)
      | gazer(X8) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',prowlers_are_gazers) ).

fof(f20,plain,
    prowler(the_kangaroo),
    inference(resolution,[],[f19,f4]) ).

fof(f4,axiom,
    ! [X3] :
      ( ~ carnivore(X3)
      | prowler(X3) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',carnivores_are_prowlers) ).

fof(f19,plain,
    carnivore(the_kangaroo),
    inference(resolution,[],[f18,f8]) ).

fof(f8,axiom,
    ! [X6] :
      ( ~ mouse_killer(X6)
      | carnivore(X6) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',mouse_killers_are_carnivores) ).

fof(f18,plain,
    mouse_killer(the_kangaroo),
    inference(resolution,[],[f17,f5]) ).

fof(f5,axiom,
    ! [X0] :
      ( ~ cat(X0)
      | mouse_killer(X0) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',cats_are_mice_killers) ).

fof(f17,plain,
    cat(the_kangaroo),
    inference(resolution,[],[f16,f1]) ).

fof(f1,axiom,
    ! [X0] :
      ( ~ in_house(X0)
      | cat(X0) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',only_cats_in_house) ).

fof(f16,plain,
    in_house(the_kangaroo),
    inference(resolution,[],[f15,f6]) ).

fof(f6,axiom,
    ! [X4] :
      ( ~ takes_to_me(X4)
      | in_house(X4) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',in_house_if_takes_to_me) ).

fof(f15,plain,
    takes_to_me(the_kangaroo),
    inference(resolution,[],[f14,f12]) ).

fof(f12,axiom,
    ~ avoided(the_kangaroo),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',avoid_kangaroo) ).

fof(f14,plain,
    ! [X0] :
      ( avoided(X0)
      | takes_to_me(X0) ),
    inference(resolution,[],[f9,f3]) ).

fof(f3,axiom,
    ! [X2] :
      ( ~ detested(X2)
      | avoided(X2) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',avoid_detested) ).

fof(f9,axiom,
    ! [X7] :
      ( detested(X7)
      | takes_to_me(X7) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',takes_to_me_or_detested) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.11  % Problem    : PUZ002-1 : TPTP v8.1.0. Released v1.0.0.
% 0.00/0.12  % Command    : vampire --input_syntax tptp --proof tptp --output_axiom_names on --mode portfolio --schedule snake_tptp_sat --cores 0 -t %d %s
% 0.12/0.33  % Computer : n008.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   : Tue Aug 30 10:37:40 EDT 2022
% 0.12/0.33  % CPUTime    : 
% 0.18/0.49  % (21743)ott+10_1:32_bd=off:fsr=off:newcnf=on:tgt=full:i=51:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/51Mi)
% 0.18/0.49  % (21745)dis+34_1:32_abs=on:add=off:bsr=on:gsp=on:sp=weighted_frequency:i=48:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/48Mi)
% 0.18/0.49  % (21747)dis+10_1:1_fsd=on:sp=occurrence:i=7:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/7Mi)
% 0.18/0.49  % (21747)First to succeed.
% 0.18/0.49  % (21751)ott+10_1:32_bd=off:fsr=off:newcnf=on:tgt=full:i=100:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/100Mi)
% 0.18/0.50  % (21750)ott+2_1:1_fsr=off:gsp=on:i=50:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/50Mi)
% 0.18/0.50  % (21767)ott+11_2:3_av=off:fde=unused:nwc=5.0:tgt=ground:i=177:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/177Mi)
% 0.18/0.50  % (21758)ott+10_1:1_tgt=ground:i=100:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/100Mi)
% 0.18/0.50  % (21764)ott+10_1:1_kws=precedence:tgt=ground:i=482:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/482Mi)
% 0.18/0.50  % (21741)ott+10_1:32_abs=on:br=off:urr=ec_only:i=50:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/50Mi)
% 0.18/0.50  % (21741)Refutation not found, incomplete strategy% (21741)------------------------------
% 0.18/0.50  % (21741)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.18/0.50  % (21741)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.18/0.50  % (21741)Termination reason: Refutation not found, incomplete strategy
% 0.18/0.50  
% 0.18/0.50  % (21741)Memory used [KB]: 5373
% 0.18/0.50  % (21741)Time elapsed: 0.117 s
% 0.18/0.50  % (21741)------------------------------
% 0.18/0.50  % (21741)------------------------------
% 0.18/0.50  % (21752)ott+10_1:28_bd=off:bs=on:tgt=ground:i=101:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/101Mi)
% 0.18/0.51  % (21769)ott+10_7:2_awrs=decay:awrsf=8:bd=preordered:drc=off:fd=preordered:fde=unused:fsr=off:slsq=on:slsqc=2:slsqr=5,8:sp=const_min:spb=units:to=lpo:i=355:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/355Mi)
% 0.18/0.51  % (21753)ott+10_1:5_bd=off:tgt=full:i=99:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/99Mi)
% 0.18/0.51  % (21766)ins+10_1:1_awrs=decay:awrsf=30:bsr=unit_only:foolp=on:igrr=8/457:igs=10:igwr=on:nwc=1.5:sp=weighted_frequency:to=lpo:uhcvi=on:i=68:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/68Mi)
% 0.18/0.51  % (21740)fmb+10_1:1_bce=on:fmbsr=1.5:nm=4:skr=on:i=191324:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/191324Mi)
% 0.18/0.51  Detected maximum model sizes of [1]
% 0.18/0.51  TRYING [1]
% 0.18/0.51  % (21760)ott+10_1:8_bsd=on:fsd=on:lcm=predicate:nwc=5.0:s2a=on:s2at=1.5:spb=goal_then_units:i=176:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/176Mi)
% 0.18/0.51  % (21762)dis+21_1:1_av=off:er=filter:slsq=on:slsqc=0:slsqr=1,1:sp=frequency:to=lpo:i=498:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/498Mi)
% 0.18/0.51  % (21747)Refutation found. Thanks to Tanya!
% 0.18/0.51  % SZS status Unsatisfiable for theBenchmark
% 0.18/0.51  % SZS output start Proof for theBenchmark
% See solution above
% 0.18/0.51  % (21747)------------------------------
% 0.18/0.51  % (21747)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.18/0.51  % (21747)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.18/0.51  % (21747)Termination reason: Refutation
% 0.18/0.51  
% 0.18/0.51  % (21747)Memory used [KB]: 5373
% 0.18/0.51  % (21747)Time elapsed: 0.109 s
% 0.18/0.51  % (21747)------------------------------
% 0.18/0.51  % (21747)------------------------------
% 0.18/0.51  % (21739)Success in time 0.176 s
%------------------------------------------------------------------------------