TSTP Solution File: DAT033_1 by SnakeForV---1.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SnakeForV---1.0
% Problem  : DAT033_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 : 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 : Wed Aug 31 16:03:57 EDT 2022

% Result   : Theorem 1.30s 0.52s
% Output   : Refutation 1.30s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   10
%            Number of leaves      :   16
% Syntax   : Number of formulae    :   67 (   3 unt;   7 typ;   0 def)
%            Number of atoms       :  138 (  61 equ)
%            Maximal formula atoms :    4 (   2 avg)
%            Number of connectives :  137 (  59   ~;  52   |;  11   &)
%                                         (  12 <=>;   3  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    6 (   4 avg)
%            Maximal term depth    :    3 (   2 avg)
%            Number arithmetic     :  126 (   0 atm;  29 fun;  74 num;  23 var)
%            Number of types       :    3 (   1 usr;   1 ari)
%            Number of type conns  :    7 (   4   >;   3   *;   0   +;   0  <<)
%            Number of predicates  :    6 (   4 usr;   4 prp; 0-2 aty)
%            Number of functors    :   12 (   5 usr;   6 con; 0-2 aty)
%            Number of variables   :   50 (  48   !;   2   ?;  50   :)

% 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(func_def_3,type,
    count: collection > $int ).

tff(func_def_11,type,
    sK0: collection ).

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

tff(f315,plain,
    $false,
    inference(avatar_sat_refutation,[],[f179,f229,f264,f314]) ).

tff(f314,plain,
    ( ~ spl1_3
    | ~ spl1_4 ),
    inference(avatar_contradiction_clause,[],[f313]) ).

tff(f313,plain,
    ( $false
    | ~ spl1_3
    | ~ spl1_4 ),
    inference(subsumption_resolution,[],[f310,f271]) ).

tff(f271,plain,
    ( ( count(remove(5,sK0)) != $sum(count(sK0),-1) )
    | ~ spl1_4 ),
    inference(backward_demodulation,[],[f67,f268]) ).

tff(f268,plain,
    ( ( $sum(count(sK0),-1) = count(remove(3,sK0)) )
    | ~ spl1_4 ),
    inference(resolution,[],[f117,f87]) ).

tff(f87,plain,
    ! [X0: $int,X1: collection] :
      ( ~ in(X0,X1)
      | ( count(remove(X0,X1)) = $sum(count(X1),-1) ) ),
    inference(evaluation,[],[f80]) ).

tff(f80,plain,
    ! [X0: $int,X1: collection] :
      ( ~ in(X0,X1)
      | ( $sum(count(X1),$uminus(1)) = count(remove(X0,X1)) ) ),
    inference(cnf_transformation,[],[f58]) ).

tff(f58,plain,
    ! [X0: $int,X1: collection] :
      ( ( in(X0,X1)
        | ( $sum(count(X1),$uminus(1)) != count(remove(X0,X1)) ) )
      & ( ( $sum(count(X1),$uminus(1)) = count(remove(X0,X1)) )
        | ~ in(X0,X1) ) ),
    inference(nnf_transformation,[],[f31]) ).

tff(f31,plain,
    ! [X0: $int,X1: collection] :
      ( in(X0,X1)
    <=> ( $sum(count(X1),$uminus(1)) = count(remove(X0,X1)) ) ),
    inference(rectify,[],[f16]) ).

tff(f16,plain,
    ! [X17: $int,X18: collection] :
      ( in(X17,X18)
    <=> ( count(remove(X17,X18)) = $sum(count(X18),$uminus(1)) ) ),
    inference(theory_normalization,[],[f10]) ).

tff(f10,axiom,
    ! [X17: $int,X18: collection] :
      ( in(X17,X18)
    <=> ( count(remove(X17,X18)) = $difference(count(X18),1) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax5) ).

tff(f117,plain,
    ( in(3,sK0)
    | ~ spl1_4 ),
    inference(avatar_component_clause,[],[f115]) ).

tff(f115,plain,
    ( spl1_4
  <=> in(3,sK0) ),
    introduced(avatar_definition,[new_symbols(naming,[spl1_4])]) ).

tff(f67,plain,
    count(remove(5,sK0)) != count(remove(3,sK0)),
    inference(cnf_transformation,[],[f47]) ).

tff(f47,plain,
    ( ( count(add(5,sK0)) = count(add(3,sK0)) )
    & ( count(remove(5,sK0)) != count(remove(3,sK0)) ) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK0])],[f40,f46]) ).

tff(f46,plain,
    ( ? [X0: collection] :
        ( ( count(add(5,X0)) = count(add(3,X0)) )
        & ( count(remove(5,X0)) != count(remove(3,X0)) ) )
   => ( ( count(add(5,sK0)) = count(add(3,sK0)) )
      & ( count(remove(5,sK0)) != count(remove(3,sK0)) ) ) ),
    introduced(choice_axiom,[]) ).

tff(f40,plain,
    ? [X0: collection] :
      ( ( count(add(5,X0)) = count(add(3,X0)) )
      & ( count(remove(5,X0)) != count(remove(3,X0)) ) ),
    inference(ennf_transformation,[],[f14]) ).

tff(f14,negated_conjecture,
    ~ ! [X0: collection] :
        ( ( count(add(5,X0)) = count(add(3,X0)) )
       => ( count(remove(5,X0)) = count(remove(3,X0)) ) ),
    inference(negated_conjecture,[],[f13]) ).

tff(f13,conjecture,
    ! [X0: collection] :
      ( ( count(add(5,X0)) = count(add(3,X0)) )
     => ( count(remove(5,X0)) = count(remove(3,X0)) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',co1) ).

tff(f310,plain,
    ( ( count(remove(5,sK0)) = $sum(count(sK0),-1) )
    | ~ spl1_3 ),
    inference(resolution,[],[f285,f87]) ).

tff(f285,plain,
    ( in(5,sK0)
    | ~ spl1_3 ),
    inference(trivial_inequality_removal,[],[f281]) ).

tff(f281,plain,
    ( in(5,sK0)
    | ( count(sK0) != count(sK0) )
    | ~ spl1_3 ),
    inference(superposition,[],[f73,f112]) ).

tff(f112,plain,
    ( ( count(add(5,sK0)) = count(sK0) )
    | ~ spl1_3 ),
    inference(avatar_component_clause,[],[f111]) ).

tff(f111,plain,
    ( spl1_3
  <=> ( count(add(5,sK0)) = count(sK0) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl1_3])]) ).

tff(f73,plain,
    ! [X0: collection,X1: $int] :
      ( ( count(add(X1,X0)) != count(X0) )
      | in(X1,X0) ),
    inference(cnf_transformation,[],[f53]) ).

tff(f53,plain,
    ! [X0: collection,X1: $int] :
      ( ( ( count(add(X1,X0)) = count(X0) )
        | ~ in(X1,X0) )
      & ( in(X1,X0)
        | ( count(add(X1,X0)) != count(X0) ) ) ),
    inference(rectify,[],[f52]) ).

tff(f52,plain,
    ! [X1: collection,X0: $int] :
      ( ( ( count(add(X0,X1)) = count(X1) )
        | ~ in(X0,X1) )
      & ( in(X0,X1)
        | ( count(add(X0,X1)) != count(X1) ) ) ),
    inference(nnf_transformation,[],[f39]) ).

tff(f39,plain,
    ! [X1: collection,X0: $int] :
      ( ( count(add(X0,X1)) = count(X1) )
    <=> in(X0,X1) ),
    inference(rectify,[],[f9]) ).

tff(f9,axiom,
    ! [X15: $int,X16: collection] :
      ( ( count(add(X15,X16)) = count(X16) )
    <=> in(X15,X16) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax4) ).

tff(f264,plain,
    ( spl1_4
    | ~ spl1_5 ),
    inference(avatar_contradiction_clause,[],[f263]) ).

tff(f263,plain,
    ( $false
    | spl1_4
    | ~ spl1_5 ),
    inference(subsumption_resolution,[],[f262,f233]) ).

tff(f233,plain,
    ( ( count(remove(5,sK0)) != count(sK0) )
    | spl1_4 ),
    inference(backward_demodulation,[],[f67,f232]) ).

tff(f232,plain,
    ( ( count(sK0) = count(remove(3,sK0)) )
    | spl1_4 ),
    inference(resolution,[],[f116,f82]) ).

tff(f82,plain,
    ! [X0: collection,X1: $int] :
      ( in(X1,X0)
      | ( count(X0) = count(remove(X1,X0)) ) ),
    inference(cnf_transformation,[],[f60]) ).

tff(f60,plain,
    ! [X0: collection,X1: $int] :
      ( ( ~ in(X1,X0)
        | ( count(X0) != count(remove(X1,X0)) ) )
      & ( ( count(X0) = count(remove(X1,X0)) )
        | in(X1,X0) ) ),
    inference(rectify,[],[f59]) ).

tff(f59,plain,
    ! [X1: collection,X0: $int] :
      ( ( ~ in(X0,X1)
        | ( count(X1) != count(remove(X0,X1)) ) )
      & ( ( count(X1) = count(remove(X0,X1)) )
        | in(X0,X1) ) ),
    inference(nnf_transformation,[],[f36]) ).

tff(f36,plain,
    ! [X1: collection,X0: $int] :
      ( ~ in(X0,X1)
    <=> ( count(X1) = count(remove(X0,X1)) ) ),
    inference(rectify,[],[f11]) ).

tff(f11,axiom,
    ! [X19: $int,X20: collection] :
      ( ( count(remove(X19,X20)) = count(X20) )
    <=> ~ in(X19,X20) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax6) ).

tff(f116,plain,
    ( ~ in(3,sK0)
    | spl1_4 ),
    inference(avatar_component_clause,[],[f115]) ).

tff(f262,plain,
    ( ( count(remove(5,sK0)) = count(sK0) )
    | ~ spl1_5 ),
    inference(resolution,[],[f259,f82]) ).

tff(f259,plain,
    ( ~ in(5,sK0)
    | ~ spl1_5 ),
    inference(trivial_inequality_removal,[],[f253]) ).

tff(f253,plain,
    ( ~ in(5,sK0)
    | ( $sum(count(sK0),1) != $sum(count(sK0),1) )
    | ~ spl1_5 ),
    inference(superposition,[],[f77,f167]) ).

tff(f167,plain,
    ( ( count(add(5,sK0)) = $sum(count(sK0),1) )
    | ~ spl1_5 ),
    inference(avatar_component_clause,[],[f166]) ).

tff(f166,plain,
    ( spl1_5
  <=> ( count(add(5,sK0)) = $sum(count(sK0),1) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl1_5])]) ).

tff(f77,plain,
    ! [X0: collection,X1: $int] :
      ( ( $sum(count(X0),1) != count(add(X1,X0)) )
      | ~ in(X1,X0) ),
    inference(cnf_transformation,[],[f55]) ).

tff(f55,plain,
    ! [X0: collection,X1: $int] :
      ( ( ~ in(X1,X0)
        | ( $sum(count(X0),1) != count(add(X1,X0)) ) )
      & ( ( $sum(count(X0),1) = count(add(X1,X0)) )
        | in(X1,X0) ) ),
    inference(rectify,[],[f54]) ).

tff(f54,plain,
    ! [X1: collection,X0: $int] :
      ( ( ~ in(X0,X1)
        | ( count(add(X0,X1)) != $sum(count(X1),1) ) )
      & ( ( count(add(X0,X1)) = $sum(count(X1),1) )
        | in(X0,X1) ) ),
    inference(nnf_transformation,[],[f35]) ).

tff(f35,plain,
    ! [X1: collection,X0: $int] :
      ( ~ in(X0,X1)
    <=> ( count(add(X0,X1)) = $sum(count(X1),1) ) ),
    inference(rectify,[],[f8]) ).

tff(f8,axiom,
    ! [X13: $int,X14: collection] :
      ( ~ in(X13,X14)
    <=> ( count(add(X13,X14)) = $sum(count(X14),1) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax3) ).

tff(f229,plain,
    ( spl1_3
    | ~ spl1_4 ),
    inference(avatar_contradiction_clause,[],[f228]) ).

tff(f228,plain,
    ( $false
    | spl1_3
    | ~ spl1_4 ),
    inference(subsumption_resolution,[],[f227,f113]) ).

tff(f113,plain,
    ( ( count(add(5,sK0)) != count(sK0) )
    | spl1_3 ),
    inference(avatar_component_clause,[],[f111]) ).

tff(f227,plain,
    ( ( count(add(5,sK0)) = count(sK0) )
    | ~ spl1_4 ),
    inference(backward_demodulation,[],[f68,f225]) ).

tff(f225,plain,
    ( ( count(sK0) = count(add(3,sK0)) )
    | ~ spl1_4 ),
    inference(resolution,[],[f117,f74]) ).

tff(f74,plain,
    ! [X0: collection,X1: $int] :
      ( ~ in(X1,X0)
      | ( count(add(X1,X0)) = count(X0) ) ),
    inference(cnf_transformation,[],[f53]) ).

tff(f68,plain,
    count(add(5,sK0)) = count(add(3,sK0)),
    inference(cnf_transformation,[],[f47]) ).

tff(f179,plain,
    ( spl1_5
    | spl1_4 ),
    inference(avatar_split_clause,[],[f178,f115,f166]) ).

tff(f178,plain,
    ( ( count(add(5,sK0)) = $sum(count(sK0),1) )
    | spl1_4 ),
    inference(backward_demodulation,[],[f68,f175]) ).

tff(f175,plain,
    ( ( $sum(count(sK0),1) = count(add(3,sK0)) )
    | spl1_4 ),
    inference(resolution,[],[f116,f76]) ).

tff(f76,plain,
    ! [X0: collection,X1: $int] :
      ( in(X1,X0)
      | ( $sum(count(X0),1) = count(add(X1,X0)) ) ),
    inference(cnf_transformation,[],[f55]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem    : DAT033=1 : TPTP v8.1.0. Released v5.0.0.
% 0.07/0.13  % Command    : vampire --input_syntax tptp --proof tptp --output_axiom_names on --mode portfolio --schedule snake_tptp_uns --cores 0 -t %d %s
% 0.13/0.34  % Computer : n019.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit   : 300
% 0.13/0.34  % WCLimit    : 300
% 0.13/0.34  % DateTime   : Mon Aug 29 20:20:35 EDT 2022
% 0.13/0.34  % CPUTime    : 
% 0.20/0.48  % (628)dis+1011_1:64_drc=off:flr=on:nwc=2.0:sac=on:urr=ec_only:i=8:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/8Mi)
% 0.20/0.50  % (668)dis+2_1:1_av=off:bsr=on:erd=off:s2pl=on:sgt=16:sos=on:sp=frequency:ss=axioms:i=46:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/46Mi)
% 0.20/0.50  % (629)ott+21_1:1_erd=off:s2a=on:sac=on:sd=1:sgt=64:sos=on:ss=included:st=3.0:to=lpo:urr=on:i=2:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/2Mi)
% 0.20/0.50  % (629)Instruction limit reached!
% 0.20/0.50  % (629)------------------------------
% 0.20/0.50  % (629)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.50  % (629)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.50  % (629)Termination reason: Unknown
% 0.20/0.50  % (629)Termination phase: Preprocessing 3
% 0.20/0.50  
% 0.20/0.50  % (629)Memory used [KB]: 895
% 0.20/0.50  % (629)Time elapsed: 0.002 s
% 0.20/0.50  % (629)Instructions burned: 2 (million)
% 0.20/0.50  % (629)------------------------------
% 0.20/0.50  % (629)------------------------------
% 0.20/0.50  % (669)dis+32_1:1_bd=off:nm=4:sos=on:ss=included:i=50:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/50Mi)
% 0.20/0.50  % (639)lrs+10_1:1_canc=force:tha=some:to=lpo:i=35:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/35Mi)
% 0.20/0.50  % (628)Instruction limit reached!
% 0.20/0.50  % (628)------------------------------
% 0.20/0.50  % (628)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.50  % (642)dis+10_1:64_nwc=1.4:tha=off:i=21:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/21Mi)
% 0.20/0.50  % (628)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.50  % (628)Termination reason: Unknown
% 0.20/0.50  % (628)Termination phase: Saturation
% 0.20/0.50  
% 0.20/0.50  % (628)Memory used [KB]: 5628
% 0.20/0.50  % (628)Time elapsed: 0.107 s
% 0.20/0.50  % (628)Instructions burned: 8 (million)
% 0.20/0.50  % (628)------------------------------
% 0.20/0.50  % (628)------------------------------
% 0.20/0.50  % (669)Refutation not found, incomplete strategy% (669)------------------------------
% 0.20/0.50  % (669)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.50  % (669)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.50  % (669)Termination reason: Refutation not found, incomplete strategy
% 0.20/0.50  
% 0.20/0.50  % (669)Memory used [KB]: 5500
% 0.20/0.50  % (669)Time elapsed: 0.062 s
% 0.20/0.50  % (669)Instructions burned: 4 (million)
% 0.20/0.50  % (669)------------------------------
% 0.20/0.50  % (669)------------------------------
% 0.20/0.51  % (640)dis+32_1:1_bd=off:nm=4:sos=on:ss=included:i=4:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/4Mi)
% 0.20/0.51  % (640)Refutation not found, incomplete strategy% (640)------------------------------
% 0.20/0.51  % (640)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.51  % (640)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.51  % (640)Termination reason: Refutation not found, incomplete strategy
% 0.20/0.51  
% 0.20/0.51  % (640)Memory used [KB]: 5500
% 0.20/0.51  % (640)Time elapsed: 0.127 s
% 0.20/0.51  % (640)Instructions burned: 3 (million)
% 0.20/0.51  % (640)------------------------------
% 0.20/0.51  % (640)------------------------------
% 0.20/0.51  % (646)dis+21_1:1_aac=none:abs=on:er=known:fde=none:fsr=off:nwc=5.0:s2a=on:s2at=4.0:sp=const_frequency:to=lpo:urr=ec_only:i=49:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/49Mi)
% 0.20/0.51  % (668)Refutation not found, incomplete strategy% (668)------------------------------
% 0.20/0.51  % (668)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.51  % (668)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.51  % (668)Termination reason: Refutation not found, incomplete strategy
% 0.20/0.51  
% 0.20/0.51  % (668)Memory used [KB]: 1023
% 0.20/0.51  % (668)Time elapsed: 0.117 s
% 0.20/0.51  % (668)Instructions burned: 6 (million)
% 0.20/0.51  % (668)------------------------------
% 0.20/0.51  % (668)------------------------------
% 1.30/0.51  % (644)dis+20_1:12_aac=none:acc=model:awrs=converge:fd=preordered:fsr=off:nicw=on:nwc=3.0:s2a=on:s2agt=16:spb=goal:to=lpo:i=2:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/2Mi)
% 1.30/0.51  % (644)Instruction limit reached!
% 1.30/0.51  % (644)------------------------------
% 1.30/0.51  % (644)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.30/0.51  % (644)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.30/0.51  % (644)Termination reason: Unknown
% 1.30/0.51  % (644)Termination phase: Including theory axioms
% 1.30/0.51  
% 1.30/0.51  % (644)Memory used [KB]: 895
% 1.30/0.51  % (644)Time elapsed: 0.002 s
% 1.30/0.51  % (644)Instructions burned: 2 (million)
% 1.30/0.51  % (644)------------------------------
% 1.30/0.51  % (644)------------------------------
% 1.30/0.52  % (672)lrs+1002_1:1_br=off:canc=force:drc=off:s2a=on:sos=on:sp=reverse_frequency:urr=on:i=42:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/42Mi)
% 1.30/0.52  % (627)lrs+1010_1:1_aac=none:bce=on:nicw=on:nm=0:plsq=on:plsql=on:sac=on:sos=on:sp=frequency:spb=units:to=lpo:i=34:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/34Mi)
% 1.30/0.52  % (639)First to succeed.
% 1.30/0.52  % (636)lrs+1010_1:1_bd=off:fd=off:fde=none:ins=3:sac=on:sos=on:spb=goal:to=lpo:i=36:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/36Mi)
% 1.30/0.52  % (664)lrs+10_1:1_sd=10:sos=all:ss=axioms:st=5.0:tha=off:i=2:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/2Mi)
% 1.30/0.52  % (643)lrs+22_1:1_amm=sco:fsr=off:gve=force:sos=on:uwa=all:i=50:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/50Mi)
% 1.30/0.52  % (664)Instruction limit reached!
% 1.30/0.52  % (664)------------------------------
% 1.30/0.52  % (664)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.30/0.52  % (664)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.30/0.52  % (664)Termination reason: Unknown
% 1.30/0.52  % (664)Termination phase: SInE selection
% 1.30/0.52  
% 1.30/0.52  % (664)Memory used [KB]: 895
% 1.30/0.52  % (664)Time elapsed: 0.002 s
% 1.30/0.52  % (664)Instructions burned: 2 (million)
% 1.30/0.52  % (664)------------------------------
% 1.30/0.52  % (664)------------------------------
% 1.30/0.52  % (639)Refutation found. Thanks to Tanya!
% 1.30/0.52  % SZS status Theorem for theBenchmark
% 1.30/0.52  % SZS output start Proof for theBenchmark
% See solution above
% 1.30/0.52  % (639)------------------------------
% 1.30/0.52  % (639)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.30/0.52  % (639)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.30/0.52  % (639)Termination reason: Refutation
% 1.30/0.52  
% 1.30/0.52  % (639)Memory used [KB]: 5756
% 1.30/0.52  % (639)Time elapsed: 0.129 s
% 1.30/0.52  % (639)Instructions burned: 14 (million)
% 1.30/0.52  % (639)------------------------------
% 1.30/0.52  % (639)------------------------------
% 1.30/0.52  % (622)Success in time 0.17 s
%------------------------------------------------------------------------------