TSTP Solution File: PUZ031_1 by SnakeForV---1.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SnakeForV---1.0
% Problem  : PUZ031_1 : TPTP v8.1.0. Released v5.0.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 : n026.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:10:46 EDT 2022

% Result   : Theorem 0.18s 0.54s
% Output   : Refutation 0.18s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   16
%            Number of leaves      :   33
% Syntax   : Number of formulae    :   68 (  24 unt;  22 typ;   0 def)
%            Number of atoms       :   86 (   1 equ)
%            Maximal formula atoms :    4 (   1 avg)
%            Number of connectives :   90 (  50   ~;  34   |;   4   &)
%                                         (   0 <=>;   2  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    9 (   5 avg)
%            Maximal term depth    :    3 (   2 avg)
%            Number of types       :   10 (   9 usr)
%            Number of type conns  :   15 (  13   >;   2   *;   0   +;   0  <<)
%            Number of predicates  :    4 (   2 usr;   1 prp; 0-2 aty)
%            Number of functors    :   11 (  11 usr;   0 con; 1-1 aty)
%            Number of variables   :  116 ( 104   !;  12   ?; 116   :)

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

tff(type_def_6,type,
    wolf: $tType ).

tff(type_def_7,type,
    fox: $tType ).

tff(type_def_8,type,
    bird: $tType ).

tff(type_def_9,type,
    caterpillar: $tType ).

tff(type_def_10,type,
    snail: $tType ).

tff(type_def_11,type,
    plant: $tType ).

tff(type_def_12,type,
    grain: $tType ).

tff(type_def_13,type,
    edible: $tType ).

tff(func_def_0,type,
    wolf_to_animal: wolf > animal ).

tff(func_def_1,type,
    fox_to_animal: fox > animal ).

tff(func_def_2,type,
    bird_to_animal: bird > animal ).

tff(func_def_3,type,
    caterpillar_to_animal: caterpillar > animal ).

tff(func_def_4,type,
    snail_to_animal: snail > animal ).

tff(func_def_5,type,
    grain_to_plant: grain > plant ).

tff(func_def_6,type,
    animal_to_edible: animal > edible ).

tff(func_def_7,type,
    plant_to_edible: plant > edible ).

tff(func_def_8,type,
    sK0: snail > plant ).

tff(func_def_9,type,
    sK1: caterpillar > plant ).

tff(func_def_10,type,
    sF2: grain > edible ).

tff(pred_def_1,type,
    eats: ( animal * edible ) > $o ).

tff(pred_def_2,type,
    much_smaller: ( animal * animal ) > $o ).

tff(f65,plain,
    $false,
    inference(resolution,[],[f64,f38]) ).

tff(f38,plain,
    ! [X0: snail] : eats(snail_to_animal(X0),plant_to_edible(sK0(X0))),
    inference(cnf_transformation,[],[f27]) ).

tff(f27,plain,
    ! [X0: snail] : eats(snail_to_animal(X0),plant_to_edible(sK0(X0))),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK0])],[f11,f26]) ).

tff(f26,plain,
    ! [X0: snail] :
      ( ? [X1: plant] : eats(snail_to_animal(X0),plant_to_edible(X1))
     => eats(snail_to_animal(X0),plant_to_edible(sK0(X0))) ),
    introduced(choice_axiom,[]) ).

tff(f11,axiom,
    ! [X0: snail] :
    ? [X1: plant] : eats(snail_to_animal(X0),plant_to_edible(X1)),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',pel47_14a) ).

tff(f64,plain,
    ! [X0: snail,X1: plant] : ~ eats(snail_to_animal(X0),plant_to_edible(X1)),
    inference(subsumption_resolution,[],[f62,f35]) ).

tff(f35,plain,
    ! [X0: bird,X1: snail] : much_smaller(snail_to_animal(X1),bird_to_animal(X0)),
    inference(cnf_transformation,[],[f24]) ).

tff(f24,plain,
    ! [X0: bird,X1: snail] : much_smaller(snail_to_animal(X1),bird_to_animal(X0)),
    inference(rectify,[],[f2]) ).

tff(f2,axiom,
    ! [X1: bird,X0: snail] : much_smaller(snail_to_animal(X0),bird_to_animal(X1)),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',pel47_8) ).

tff(f62,plain,
    ! [X2: bird,X0: snail,X1: plant] :
      ( ~ eats(snail_to_animal(X0),plant_to_edible(X1))
      | ~ much_smaller(snail_to_animal(X0),bird_to_animal(X2)) ),
    inference(resolution,[],[f61,f39]) ).

tff(f39,plain,
    ! [X0: snail,X1: bird] : ~ eats(bird_to_animal(X1),animal_to_edible(snail_to_animal(X0))),
    inference(cnf_transformation,[],[f18]) ).

tff(f18,plain,
    ! [X0: snail,X1: bird] : ~ eats(bird_to_animal(X1),animal_to_edible(snail_to_animal(X0))),
    inference(rectify,[],[f9]) ).

tff(f9,axiom,
    ! [X1: snail,X0: bird] : ~ eats(bird_to_animal(X0),animal_to_edible(snail_to_animal(X1))),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',pel47_13) ).

tff(f61,plain,
    ! [X2: animal,X3: plant,X0: bird] :
      ( eats(bird_to_animal(X0),animal_to_edible(X2))
      | ~ eats(X2,plant_to_edible(X3))
      | ~ much_smaller(X2,bird_to_animal(X0)) ),
    inference(subsumption_resolution,[],[f60,f42]) ).

tff(f42,plain,
    ! [X2: plant,X3: plant,X0: animal,X1: animal] :
      ( eats(X0,plant_to_edible(X3))
      | eats(X0,animal_to_edible(X1))
      | ~ much_smaller(X1,X0)
      | ~ eats(X1,plant_to_edible(X2)) ),
    inference(cnf_transformation,[],[f30]) ).

tff(f30,plain,
    ! [X0: animal] :
      ( ! [X1: animal] :
          ( ! [X2: plant] : ~ eats(X1,plant_to_edible(X2))
          | eats(X0,animal_to_edible(X1))
          | ~ much_smaller(X1,X0) )
      | ! [X3: plant] : eats(X0,plant_to_edible(X3)) ),
    inference(rectify,[],[f21]) ).

tff(f21,plain,
    ! [X0: animal] :
      ( ! [X2: animal] :
          ( ! [X3: plant] : ~ eats(X2,plant_to_edible(X3))
          | eats(X0,animal_to_edible(X2))
          | ~ much_smaller(X2,X0) )
      | ! [X1: plant] : eats(X0,plant_to_edible(X1)) ),
    inference(flattening,[],[f20]) ).

tff(f20,plain,
    ! [X0: animal] :
      ( ! [X1: plant] : eats(X0,plant_to_edible(X1))
      | ! [X2: animal] :
          ( eats(X0,animal_to_edible(X2))
          | ! [X3: plant] : ~ eats(X2,plant_to_edible(X3))
          | ~ much_smaller(X2,X0) ) ),
    inference(ennf_transformation,[],[f1]) ).

tff(f1,axiom,
    ! [X0: animal] :
      ( ! [X1: plant] : eats(X0,plant_to_edible(X1))
      | ! [X2: animal] :
          ( ( ? [X3: plant] : eats(X2,plant_to_edible(X3))
            & much_smaller(X2,X0) )
         => eats(X0,animal_to_edible(X2)) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',pel47_7) ).

tff(f60,plain,
    ! [X2: animal,X3: plant,X0: bird,X1: plant] :
      ( ~ much_smaller(X2,bird_to_animal(X0))
      | ~ eats(bird_to_animal(X0),plant_to_edible(X1))
      | ~ eats(X2,plant_to_edible(X3))
      | eats(bird_to_animal(X0),animal_to_edible(X2)) ),
    inference(resolution,[],[f59,f47]) ).

tff(f47,plain,
    ! [X2: animal,X3: plant,X0: grain,X1: animal] :
      ( eats(X1,sF2(X0))
      | eats(X1,animal_to_edible(X2))
      | ~ eats(X2,plant_to_edible(X3))
      | ~ much_smaller(X2,X1) ),
    inference(superposition,[],[f42,f43]) ).

tff(f43,plain,
    ! [X0: grain] : ( sF2(X0) = plant_to_edible(grain_to_plant(X0)) ),
    introduced(function_definition,[]) ).

tff(f59,plain,
    ! [X2: plant,X0: bird,X1: grain] :
      ( ~ eats(bird_to_animal(X0),sF2(X1))
      | ~ eats(bird_to_animal(X0),plant_to_edible(X2)) ),
    inference(resolution,[],[f58,f33]) ).

tff(f33,plain,
    ! [X0: bird,X1: fox] : much_smaller(bird_to_animal(X0),fox_to_animal(X1)),
    inference(cnf_transformation,[],[f4]) ).

tff(f4,axiom,
    ! [X0: bird,X1: fox] : much_smaller(bird_to_animal(X0),fox_to_animal(X1)),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',pel47_9) ).

tff(f58,plain,
    ! [X2: fox,X3: grain,X0: animal,X1: plant] :
      ( ~ much_smaller(X0,fox_to_animal(X2))
      | ~ eats(X0,sF2(X3))
      | ~ eats(X0,plant_to_edible(X1)) ),
    inference(resolution,[],[f54,f44]) ).

tff(f44,plain,
    ! [X2: animal,X0: grain,X1: animal] :
      ( ~ eats(X2,animal_to_edible(X1))
      | ~ eats(X1,sF2(X0)) ),
    inference(definition_folding,[],[f34,f43]) ).

tff(f34,plain,
    ! [X2: animal,X0: grain,X1: animal] :
      ( ~ eats(X1,plant_to_edible(grain_to_plant(X0)))
      | ~ eats(X2,animal_to_edible(X1)) ),
    inference(cnf_transformation,[],[f23]) ).

tff(f23,plain,
    ! [X0: grain,X1: animal,X2: animal] :
      ( ~ eats(X1,plant_to_edible(grain_to_plant(X0)))
      | ~ eats(X2,animal_to_edible(X1)) ),
    inference(rectify,[],[f19]) ).

tff(f19,plain,
    ! [X1: grain,X2: animal,X0: animal] :
      ( ~ eats(X2,plant_to_edible(grain_to_plant(X1)))
      | ~ eats(X0,animal_to_edible(X2)) ),
    inference(ennf_transformation,[],[f15]) ).

tff(f15,plain,
    ~ ? [X2: animal,X1: grain,X0: animal] :
        ( eats(X0,animal_to_edible(X2))
        & eats(X2,plant_to_edible(grain_to_plant(X1))) ),
    inference(rectify,[],[f13]) ).

tff(f13,negated_conjecture,
    ~ ? [X0: animal,X3: grain,X1: animal] :
        ( eats(X0,animal_to_edible(X1))
        & eats(X1,plant_to_edible(grain_to_plant(X3))) ),
    inference(negated_conjecture,[],[f12]) ).

tff(f12,conjecture,
    ? [X0: animal,X3: grain,X1: animal] :
      ( eats(X0,animal_to_edible(X1))
      & eats(X1,plant_to_edible(grain_to_plant(X3))) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',pel47) ).

tff(f54,plain,
    ! [X2: plant,X0: fox,X1: animal] :
      ( eats(fox_to_animal(X0),animal_to_edible(X1))
      | ~ eats(X1,plant_to_edible(X2))
      | ~ much_smaller(X1,fox_to_animal(X0)) ),
    inference(resolution,[],[f53,f42]) ).

tff(f53,plain,
    ! [X2: plant,X0: fox] : ~ eats(fox_to_animal(X0),plant_to_edible(X2)),
    inference(subsumption_resolution,[],[f51,f31]) ).

tff(f31,plain,
    ! [X0: fox,X1: wolf] : much_smaller(fox_to_animal(X0),wolf_to_animal(X1)),
    inference(cnf_transformation,[],[f5]) ).

tff(f5,axiom,
    ! [X0: fox,X1: wolf] : much_smaller(fox_to_animal(X0),wolf_to_animal(X1)),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',pel47_10) ).

tff(f51,plain,
    ! [X2: plant,X0: fox,X1: wolf] :
      ( ~ eats(fox_to_animal(X0),plant_to_edible(X2))
      | ~ much_smaller(fox_to_animal(X0),wolf_to_animal(X1)) ),
    inference(resolution,[],[f48,f37]) ).

tff(f37,plain,
    ! [X0: fox,X1: wolf] : ~ eats(wolf_to_animal(X1),animal_to_edible(fox_to_animal(X0))),
    inference(cnf_transformation,[],[f16]) ).

tff(f16,plain,
    ! [X0: fox,X1: wolf] : ~ eats(wolf_to_animal(X1),animal_to_edible(fox_to_animal(X0))),
    inference(rectify,[],[f6]) ).

tff(f6,axiom,
    ! [X1: fox,X0: wolf] : ~ eats(wolf_to_animal(X0),animal_to_edible(fox_to_animal(X1))),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',pel47_11) ).

tff(f48,plain,
    ! [X2: plant,X0: wolf,X1: animal] :
      ( eats(wolf_to_animal(X0),animal_to_edible(X1))
      | ~ much_smaller(X1,wolf_to_animal(X0))
      | ~ eats(X1,plant_to_edible(X2)) ),
    inference(resolution,[],[f47,f45]) ).

tff(f45,plain,
    ! [X0: grain,X1: wolf] : ~ eats(wolf_to_animal(X1),sF2(X0)),
    inference(backward_demodulation,[],[f40,f43]) ).

tff(f40,plain,
    ! [X0: grain,X1: wolf] : ~ eats(wolf_to_animal(X1),plant_to_edible(grain_to_plant(X0))),
    inference(cnf_transformation,[],[f17]) ).

tff(f17,plain,
    ! [X0: grain,X1: wolf] : ~ eats(wolf_to_animal(X1),plant_to_edible(grain_to_plant(X0))),
    inference(rectify,[],[f7]) ).

tff(f7,axiom,
    ! [X1: grain,X0: wolf] : ~ eats(wolf_to_animal(X0),plant_to_edible(grain_to_plant(X1))),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',pel47_11a) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem    : PUZ031_1 : TPTP v8.1.0. Released v5.0.0.
% 0.12/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 : n026.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:54:06 EDT 2022
% 0.12/0.34  % CPUTime    : 
% 0.18/0.51  % (5972)dis+10_1:1_newcnf=on:sgt=8:sos=on:ss=axioms:to=lpo:urr=on:i=49:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/49Mi)
% 0.18/0.51  % (5969)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.18/0.51  % (5972)Refutation not found, incomplete strategy% (5972)------------------------------
% 0.18/0.51  % (5972)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.18/0.51  % (5972)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.18/0.51  % (5972)Termination reason: Refutation not found, incomplete strategy
% 0.18/0.51  
% 0.18/0.51  % (5972)Memory used [KB]: 5884
% 0.18/0.51  % (5972)Time elapsed: 0.109 s
% 0.18/0.51  % (5972)Instructions burned: 2 (million)
% 0.18/0.51  % (5972)------------------------------
% 0.18/0.51  % (5972)------------------------------
% 0.18/0.51  % (5976)lrs+10_1:4_av=off:bs=unit_only:bsr=unit_only:ep=RS:s2a=on:sos=on:sp=frequency:to=lpo:i=16:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/16Mi)
% 0.18/0.51  % (5969)Refutation not found, incomplete strategy% (5969)------------------------------
% 0.18/0.51  % (5969)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.18/0.51  % (5969)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.18/0.51  % (5969)Termination reason: Refutation not found, incomplete strategy
% 0.18/0.51  
% 0.18/0.51  % (5969)Memory used [KB]: 1407
% 0.18/0.51  % (5969)Time elapsed: 0.112 s
% 0.18/0.51  % (5969)Instructions burned: 2 (million)
% 0.18/0.51  % (5969)------------------------------
% 0.18/0.51  % (5969)------------------------------
% 0.18/0.51  % (5976)Refutation not found, incomplete strategy% (5976)------------------------------
% 0.18/0.51  % (5976)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.18/0.51  % (5976)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.18/0.51  % (5976)Termination reason: Refutation not found, incomplete strategy
% 0.18/0.51  
% 0.18/0.51  % (5976)Memory used [KB]: 1407
% 0.18/0.51  % (5976)Time elapsed: 0.103 s
% 0.18/0.51  % (5976)Instructions burned: 2 (million)
% 0.18/0.51  % (5976)------------------------------
% 0.18/0.51  % (5976)------------------------------
% 0.18/0.52  % (5970)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.18/0.52  % (5970)Refutation not found, incomplete strategy% (5970)------------------------------
% 0.18/0.52  % (5970)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.18/0.52  % (5970)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.18/0.52  % (5970)Termination reason: Refutation not found, incomplete strategy
% 0.18/0.52  
% 0.18/0.52  % (5970)Memory used [KB]: 5884
% 0.18/0.52  % (5970)Time elapsed: 0.089 s
% 0.18/0.52  % (5970)------------------------------
% 0.18/0.52  % (5970)------------------------------
% 0.18/0.52  % (5992)dis+2_3:1_aac=none:abs=on:ep=R:lcm=reverse:nwc=10.0:sos=on:sp=const_frequency:spb=units:urr=ec_only:i=8:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/8Mi)
% 0.18/0.52  % (5964)dis+1002_1:12_drc=off:fd=preordered:tgt=full:i=99978:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/99978Mi)
% 0.18/0.52  % (5965)lrs+10_1:1_gsp=on:sd=1:sgt=32:sos=on:ss=axioms:i=13:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/13Mi)
% 0.18/0.52  % (5965)Refutation not found, incomplete strategy% (5965)------------------------------
% 0.18/0.52  % (5965)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.18/0.52  % (5965)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.18/0.52  % (5965)Termination reason: Refutation not found, incomplete strategy
% 0.18/0.52  
% 0.18/0.52  % (5965)Memory used [KB]: 5884
% 0.18/0.52  % (5965)Time elapsed: 0.122 s
% 0.18/0.52  % (5965)------------------------------
% 0.18/0.52  % (5965)------------------------------
% 0.18/0.52  % (5964)First to succeed.
% 0.18/0.52  % (5981)fmb+10_1:1_nm=2:i=3:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/3Mi)
% 0.18/0.52  % (5966)dis+1002_1:1_aac=none:bd=off:sac=on:sos=on:spb=units:i=3:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/3Mi)
% 0.18/0.52  % (5981)Instruction limit reached!
% 0.18/0.52  % (5981)------------------------------
% 0.18/0.52  % (5981)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.18/0.52  % (5981)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.18/0.52  % (5981)Termination reason: Unknown
% 0.18/0.52  % (5981)Termination phase: Finite model building preprocessing
% 0.18/0.52  
% 0.18/0.52  % (5981)Memory used [KB]: 5884
% 0.18/0.52  % (5981)Time elapsed: 0.003 s
% 0.18/0.52  % (5981)Instructions burned: 4 (million)
% 0.18/0.52  % (5981)------------------------------
% 0.18/0.52  % (5981)------------------------------
% 0.18/0.52  % (5984)dis+1010_1:1_bs=on:ep=RS:erd=off:newcnf=on:nwc=10.0:s2a=on:sgt=32:ss=axioms:i=30:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/30Mi)
% 0.18/0.53  % (5966)Instruction limit reached!
% 0.18/0.53  % (5966)------------------------------
% 0.18/0.53  % (5966)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.18/0.53  % (5966)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.18/0.53  % (5966)Termination reason: Unknown
% 0.18/0.53  % (5966)Termination phase: Saturation
% 0.18/0.53  
% 0.18/0.53  % (5966)Memory used [KB]: 5884
% 0.18/0.53  % (5966)Time elapsed: 0.124 s
% 0.18/0.53  % (5966)Instructions burned: 3 (million)
% 0.18/0.53  % (5966)------------------------------
% 0.18/0.53  % (5966)------------------------------
% 0.18/0.53  % (5992)Refutation not found, incomplete strategy% (5992)------------------------------
% 0.18/0.53  % (5992)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.18/0.53  % (5986)dis+1010_2:3_fs=off:fsr=off:nm=0:nwc=5.0:s2a=on:s2agt=32:i=82:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/82Mi)
% 0.18/0.53  % (5967)lrs+10_5:1_br=off:fde=none:nwc=3.0:sd=1:sgt=10:sos=on:ss=axioms:urr=on:i=51:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/51Mi)
% 0.18/0.53  % (5992)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.18/0.53  % (5992)Termination reason: Refutation not found, incomplete strategy
% 0.18/0.53  
% 0.18/0.53  % (5992)Memory used [KB]: 5884
% 0.18/0.53  % (5992)Time elapsed: 0.125 s
% 0.18/0.53  % (5992)Instructions burned: 2 (million)
% 0.18/0.53  % (5992)------------------------------
% 0.18/0.53  % (5992)------------------------------
% 0.18/0.53  % (5967)Refutation not found, incomplete strategy% (5967)------------------------------
% 0.18/0.53  % (5967)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.18/0.53  % (5967)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.18/0.53  % (5967)Termination reason: Refutation not found, incomplete strategy
% 0.18/0.53  
% 0.18/0.53  % (5967)Memory used [KB]: 5884
% 0.18/0.53  % (5967)Time elapsed: 0.131 s
% 0.18/0.53  % (5967)Instructions burned: 1 (million)
% 0.18/0.53  % (5967)------------------------------
% 0.18/0.53  % (5967)------------------------------
% 0.18/0.53  % (5989)lrs+11_1:1_plsq=on:plsqc=1:plsqr=32,1:ss=included:i=95:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/95Mi)
% 0.18/0.53  % (5979)lrs+10_1:1_drc=off:sp=reverse_frequency:spb=goal:to=lpo:i=7:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/7Mi)
% 0.18/0.53  % (5982)ott+1010_1:1_sd=2:sos=on:sp=occurrence:ss=axioms:urr=on:i=2:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/2Mi)
% 0.18/0.53  % (5982)Refutation not found, incomplete strategy% (5982)------------------------------
% 0.18/0.53  % (5982)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.18/0.53  % (5982)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.18/0.53  % (5982)Termination reason: Refutation not found, incomplete strategy
% 0.18/0.53  
% 0.18/0.53  % (5982)Memory used [KB]: 5884
% 0.18/0.53  % (5982)Time elapsed: 0.135 s
% 0.18/0.53  % (5982)------------------------------
% 0.18/0.53  % (5982)------------------------------
% 0.18/0.53  % (5978)lrs+10_1:1_ins=3:sp=reverse_frequency:spb=goal:to=lpo:i=3:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/3Mi)
% 0.18/0.53  % (5968)lrs+10_1:1024_nm=0:nwc=5.0:ss=axioms:i=13:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/13Mi)
% 0.18/0.53  % (5971)lrs+2_1:1_lcm=reverse:lma=on:sos=all:spb=goal_then_units:ss=included:urr=on:i=39:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/39Mi)
% 0.18/0.53  % (5983)dis-10_3:2_amm=sco:ep=RS:fsr=off:nm=10:sd=2:sos=on:ss=axioms:st=3.0:i=11:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/11Mi)
% 0.18/0.54  % (5973)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.18/0.54  % (5974)lrs+10_1:1_ep=R:lcm=predicate:lma=on:sos=all:spb=goal:ss=included:i=12:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/12Mi)
% 0.18/0.54  % (5973)Refutation not found, incomplete strategy% (5973)------------------------------
% 0.18/0.54  % (5973)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.18/0.54  % (5973)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.18/0.54  % (5973)Termination reason: Refutation not found, incomplete strategy
% 0.18/0.54  
% 0.18/0.54  % (5973)Memory used [KB]: 5884
% 0.18/0.54  % (5973)Time elapsed: 0.144 s
% 0.18/0.54  % (5973)------------------------------
% 0.18/0.54  % (5973)------------------------------
% 0.18/0.54  % (5989)Also succeeded, but the first one will report.
% 0.18/0.54  % (5964)Refutation found. Thanks to Tanya!
% 0.18/0.54  % SZS status Theorem for theBenchmark
% 0.18/0.54  % SZS output start Proof for theBenchmark
% See solution above
% 0.18/0.54  % (5964)------------------------------
% 0.18/0.54  % (5964)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.18/0.54  % (5964)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.18/0.54  % (5964)Termination reason: Refutation
% 0.18/0.54  
% 0.18/0.54  % (5964)Memory used [KB]: 5884
% 0.18/0.54  % (5964)Time elapsed: 0.102 s
% 0.18/0.54  % (5964)Instructions burned: 2 (million)
% 0.18/0.54  % (5964)------------------------------
% 0.18/0.54  % (5964)------------------------------
% 0.18/0.54  % (5963)Success in time 0.189 s
%------------------------------------------------------------------------------