TSTP Solution File: PUZ031_1 by Vampire---4.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Vampire---4.8
% Problem  : PUZ031_1 : TPTP v8.2.0. Released v5.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : vampire --input_syntax tptp --proof tptp --output_axiom_names on --mode portfolio --schedule file --schedule_file /export/starexec/sandbox2/solver/bin/quickGreedyProduceRating_steal_pow3.txt --cores 8 -m 12000 -t %d %s

% Computer : n024.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 : Tue May 21 02:27:50 EDT 2024

% Result   : Theorem 0.64s 0.82s
% Output   : Refutation 0.64s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   14
%            Number of leaves      :   31
% Syntax   : Number of formulae    :   58 (  18 unt;  21 typ;   0 def)
%            Number of atoms       :   76 (   0 equ)
%            Maximal formula atoms :    5 (   2 avg)
%            Number of connectives :   78 (  39   ~;  31   |;   5   &)
%                                         (   0 <=>;   3  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   11 (   5 avg)
%            Maximal term depth    :    3 (   1 avg)
%            Number of types       :   10 (   9 usr)
%            Number of type conns  :   14 (  12   >;   2   *;   0   +;   0  <<)
%            Number of predicates  :    3 (   2 usr;   1 prp; 0-2 aty)
%            Number of functors    :   10 (  10 usr;   0 con; 1-1 aty)
%            Number of variables   :   97 (  84   !;  13   ?;  97   :)

% 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(pred_def_1,type,
    eats: ( animal * edible ) > $o ).

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

tff(f48,plain,
    $false,
    inference(resolution,[],[f46,f24]) ).

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

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

tff(f19,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(f46,plain,
    ! [X2: plant,X0: snail] : ~ eats(snail_to_animal(X0),plant_to_edible(X2)),
    inference(subsumption_resolution,[],[f44,f31]) ).

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

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

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

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

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

tff(f43,plain,
    ! [X2: plant,X0: animal,X1: bird] :
      ( eats(bird_to_animal(X1),animal_to_edible(X0))
      | ~ much_smaller(X0,bird_to_animal(X1))
      | ~ eats(X0,plant_to_edible(X2)) ),
    inference(resolution,[],[f42,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(f42,plain,
    ! [X3: animal,X0: animal,X1: fox,X4: plant] :
      ( ~ much_smaller(X0,fox_to_animal(X1))
      | ~ much_smaller(X3,X0)
      | eats(X0,animal_to_edible(X3))
      | ~ eats(X3,plant_to_edible(X4)) ),
    inference(subsumption_resolution,[],[f41,f30]) ).

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

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

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

tff(f15,plain,
    ! [X0: animal] :
      ( ! [X1: animal] :
          ( ( ? [X2: plant] : eats(X1,plant_to_edible(X2))
            & much_smaller(X1,X0) )
         => eats(X0,animal_to_edible(X1)) )
      | ! [X3: plant] : eats(X0,plant_to_edible(X3)) ),
    inference(rectify,[],[f1]) ).

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

tff(f41,plain,
    ! [X2: plant,X3: animal,X0: animal,X1: fox,X4: plant] :
      ( ~ much_smaller(X0,fox_to_animal(X1))
      | ~ eats(X0,plant_to_edible(X2))
      | ~ much_smaller(X3,X0)
      | eats(X0,animal_to_edible(X3))
      | ~ eats(X3,plant_to_edible(X4)) ),
    inference(resolution,[],[f40,f35]) ).

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

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

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

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

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

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

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

tff(f39,plain,
    ! [X0: fox,X1: plant] : ~ eats(fox_to_animal(X0),plant_to_edible(X1)),
    inference(subsumption_resolution,[],[f38,f29]) ).

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

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

tff(f38,plain,
    ! [X2: wolf,X0: fox,X1: plant] :
      ( ~ eats(fox_to_animal(X0),plant_to_edible(X1))
      | eats(wolf_to_animal(X2),animal_to_edible(fox_to_animal(X0))) ),
    inference(resolution,[],[f36,f34]) ).

tff(f34,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(f36,plain,
    ! [X2: wolf,X0: animal,X1: plant] :
      ( ~ much_smaller(X0,wolf_to_animal(X2))
      | ~ eats(X0,plant_to_edible(X1))
      | eats(wolf_to_animal(X2),animal_to_edible(X0)) ),
    inference(resolution,[],[f30,f28]) ).

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

tff(f7,axiom,
    ! [X0: wolf,X1: grain] : ~ 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.05/0.11  % Problem    : PUZ031_1 : TPTP v8.2.0. Released v5.0.0.
% 0.05/0.12  % Command    : vampire --input_syntax tptp --proof tptp --output_axiom_names on --mode portfolio --schedule file --schedule_file /export/starexec/sandbox2/solver/bin/quickGreedyProduceRating_steal_pow3.txt --cores 8 -m 12000 -t %d %s
% 0.12/0.33  % Computer : n024.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   : Sat May 18 10:31:23 EDT 2024
% 0.12/0.33  % CPUTime    : 
% 0.12/0.33  This is a TF0_THM_NEQ_NAR problem
% 0.12/0.33  Running vampire --input_syntax tptp --proof tptp --output_axiom_names on --mode portfolio --schedule file --schedule_file /export/starexec/sandbox2/solver/bin/quickGreedyProduceRating_steal_pow3.txt --cores 8 -m 12000 -t 300 /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.64/0.81  % (10055)lrs+1002_1:16_to=lpo:sil=32000:sp=unary_frequency:sos=on:i=45:bd=off:ss=axioms_0 on theBenchmark for (2995ds/45Mi)
% 0.64/0.81  % (10056)lrs+21_1:5_sil=2000:sos=on:urr=on:newcnf=on:slsq=on:i=83:slsql=off:bd=off:nm=2:ss=axioms:st=1.5:sp=const_min:gsp=on:rawr=on_0 on theBenchmark for (2995ds/83Mi)
% 0.64/0.81  % (10054)lrs+2_1:1_sil=16000:fde=none:sos=all:nwc=5.0:i=34:ep=RS:s2pl=on:lma=on:afp=100000_0 on theBenchmark for (2995ds/34Mi)
% 0.64/0.81  % (10053)ott+1011_1:1_sil=2000:urr=on:i=33:sd=1:kws=inv_frequency:ss=axioms:sup=off_0 on theBenchmark for (2995ds/33Mi)
% 0.64/0.81  % (10050)dis-1011_2:1_sil=2000:lsd=20:nwc=5.0:flr=on:mep=off:st=3.0:i=34:sd=1:ep=RS:ss=axioms_0 on theBenchmark for (2995ds/34Mi)
% 0.64/0.81  % (10052)lrs+1011_1:1_sil=8000:sp=occurrence:nwc=10.0:i=78:ss=axioms:sgt=8_0 on theBenchmark for (2995ds/78Mi)
% 0.64/0.81  % (10057)lrs-21_1:1_to=lpo:sil=2000:sp=frequency:sos=on:lma=on:i=56:sd=2:ss=axioms:ep=R_0 on theBenchmark for (2995ds/56Mi)
% 0.64/0.81  % (10053)Refutation not found, incomplete strategy% (10053)------------------------------
% 0.64/0.81  % (10053)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.64/0.81  % (10053)Termination reason: Refutation not found, incomplete strategy
% 0.64/0.81  
% 0.64/0.81  % (10053)Memory used [KB]: 945
% 0.64/0.81  % (10053)Time elapsed: 0.002 s
% 0.64/0.81  % (10053)Instructions burned: 2 (million)
% 0.64/0.81  % (10050)Refutation not found, incomplete strategy% (10050)------------------------------
% 0.64/0.81  % (10050)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.64/0.81  % (10050)Termination reason: Refutation not found, incomplete strategy
% 0.64/0.81  % (10053)------------------------------
% 0.64/0.81  % (10053)------------------------------
% 0.64/0.81  
% 0.64/0.81  % (10050)Memory used [KB]: 954
% 0.64/0.81  % (10050)Time elapsed: 0.003 s
% 0.64/0.81  % (10050)Instructions burned: 2 (million)
% 0.64/0.81  % (10055)Refutation not found, incomplete strategy% (10055)------------------------------
% 0.64/0.81  % (10055)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.64/0.81  % (10055)Termination reason: Refutation not found, incomplete strategy
% 0.64/0.81  
% 0.64/0.81  % (10055)Memory used [KB]: 968
% 0.64/0.81  % (10055)Time elapsed: 0.003 s
% 0.64/0.81  % (10055)Instructions burned: 2 (million)
% 0.64/0.82  % (10057)Refutation not found, incomplete strategy% (10057)------------------------------
% 0.64/0.82  % (10057)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.64/0.82  % (10057)Termination reason: Refutation not found, incomplete strategy
% 0.64/0.82  
% 0.64/0.82  % (10057)Memory used [KB]: 951
% 0.64/0.82  % (10057)Time elapsed: 0.003 s
% 0.64/0.82  % (10057)Instructions burned: 2 (million)
% 0.64/0.82  % (10050)------------------------------
% 0.64/0.82  % (10050)------------------------------
% 0.64/0.82  % (10056)Refutation not found, incomplete strategy% (10056)------------------------------
% 0.64/0.82  % (10056)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.64/0.82  % (10056)Termination reason: Refutation not found, incomplete strategy
% 0.64/0.82  % (10055)------------------------------
% 0.64/0.82  % (10055)------------------------------
% 0.64/0.82  
% 0.64/0.82  % (10056)Memory used [KB]: 975
% 0.64/0.82  % (10056)Time elapsed: 0.003 s
% 0.64/0.82  % (10056)Instructions burned: 3 (million)
% 0.64/0.82  % (10057)------------------------------
% 0.64/0.82  % (10057)------------------------------
% 0.64/0.82  % (10051)lrs+1011_461:32768_sil=16000:irw=on:sp=frequency:lsd=20:fd=preordered:nwc=10.0:s2agt=32:alpa=false:cond=fast:s2a=on:i=51:s2at=3.0:awrs=decay:awrsf=691:bd=off:nm=20:fsr=off:amm=sco:uhcvi=on:rawr=on_0 on theBenchmark for (2995ds/51Mi)
% 0.64/0.82  % (10052)First to succeed.
% 0.64/0.82  % (10056)------------------------------
% 0.64/0.82  % (10056)------------------------------
% 0.64/0.82  % (10054)Refutation not found, incomplete strategy% (10054)------------------------------
% 0.64/0.82  % (10054)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.64/0.82  % (10054)Termination reason: Refutation not found, incomplete strategy
% 0.64/0.82  
% 0.64/0.82  % (10054)Memory used [KB]: 957
% 0.64/0.82  % (10054)Time elapsed: 0.004 s
% 0.64/0.82  % (10054)Instructions burned: 2 (million)
% 0.64/0.82  % (10054)------------------------------
% 0.64/0.82  % (10054)------------------------------
% 0.64/0.82  % (10052)Solution written to "/export/starexec/sandbox2/tmp/vampire-proof-10049"
% 0.64/0.82  % (10051)Also succeeded, but the first one will report.
% 0.64/0.82  % (10052)Refutation found. Thanks to Tanya!
% 0.64/0.82  % SZS status Theorem for theBenchmark
% 0.64/0.82  % SZS output start Proof for theBenchmark
% See solution above
% 0.64/0.82  % (10052)------------------------------
% 0.64/0.82  % (10052)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.64/0.82  % (10052)Termination reason: Refutation
% 0.64/0.82  
% 0.64/0.82  % (10052)Memory used [KB]: 982
% 0.64/0.82  % (10052)Time elapsed: 0.005 s
% 0.64/0.82  % (10052)Instructions burned: 4 (million)
% 0.64/0.82  % (10049)Success in time 0.477 s
% 0.64/0.82  % Vampire---4.8 exiting
%------------------------------------------------------------------------------