TSTP Solution File: SWW624_2 by SnakeForV-SAT---1.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SnakeForV-SAT---1.0
% Problem  : SWW624_2 : TPTP v8.1.0. Released v6.1.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 : n025.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 19:20:20 EDT 2022

% Result   : Theorem 17.44s 2.60s
% Output   : Refutation 17.44s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   13
%            Number of leaves      :   69
% Syntax   : Number of formulae    :  118 (  21 unt;  56 typ;   0 def)
%            Number of atoms       :  111 (  20 equ)
%            Maximal formula atoms :    4 (   1 avg)
%            Number of connectives :   88 (  39   ~;  28   |;   9   &)
%                                         (   3 <=>;   9  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    7 (   4 avg)
%            Maximal term depth    :    6 (   2 avg)
%            Number arithmetic     :   95 (  15 atm;  27 fun;  42 num;  11 var)
%            Number of types       :    8 (   6 usr;   1 ari)
%            Number of type conns  :   80 (  39   >;  41   *;   0   +;   0  <<)
%            Number of predicates  :   12 (   8 usr;   4 prp; 0-3 aty)
%            Number of functors    :   51 (  45 usr;  14 con; 0-5 aty)
%            Number of variables   :  110 ( 106   !;   4   ?; 110   :)

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

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

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

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

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

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

tff(func_def_0,type,
    witness: ty > uni ).

tff(func_def_1,type,
    int: ty ).

tff(func_def_2,type,
    real: ty ).

tff(func_def_3,type,
    bool1: ty ).

tff(func_def_4,type,
    true: bool ).

tff(func_def_5,type,
    false: bool ).

tff(func_def_6,type,
    match_bool: ( ty * bool * uni * uni ) > uni ).

tff(func_def_7,type,
    tuple01: ty ).

tff(func_def_8,type,
    tuple02: tuple0 ).

tff(func_def_9,type,
    qtmark: ty ).

tff(func_def_12,type,
    list: ty > ty ).

tff(func_def_13,type,
    nil: ty > uni ).

tff(func_def_14,type,
    cons: ( ty * uni * uni ) > uni ).

tff(func_def_15,type,
    match_list: ( ty * ty * uni * uni * uni ) > uni ).

tff(func_def_16,type,
    cons_proj_1: ( ty * uni ) > uni ).

tff(func_def_17,type,
    cons_proj_2: ( ty * uni ) > uni ).

tff(func_def_18,type,
    length: ( ty * uni ) > $int ).

tff(func_def_21,type,
    infix_plpl: ( ty * uni * uni ) > uni ).

tff(func_def_22,type,
    num_occ: ( ty * uni * uni ) > $int ).

tff(func_def_23,type,
    reverse: ( ty * uni ) > uni ).

tff(func_def_24,type,
    elt1: ty ).

tff(func_def_25,type,
    t2tb: list_elt > uni ).

tff(func_def_26,type,
    tb2t: uni > list_elt ).

tff(func_def_27,type,
    t2tb1: elt > uni ).

tff(func_def_28,type,
    tb2t1: uni > elt ).

tff(func_def_29,type,
    rev_append: ( ty * uni * uni ) > uni ).

tff(func_def_30,type,
    prefix: ( ty * $int * uni ) > uni ).

tff(func_def_32,type,
    abs: $int > $int ).

tff(func_def_34,type,
    div: ( $int * $int ) > $int ).

tff(func_def_35,type,
    mod: ( $int * $int ) > $int ).

tff(func_def_36,type,
    sK0: ( elt * list_elt ) > elt ).

tff(func_def_37,type,
    sK1: ( uni * uni * ty ) > uni ).

tff(func_def_38,type,
    sK2: ( list_elt * list_elt ) > elt ).

tff(func_def_39,type,
    sK3: ( list_elt * list_elt ) > elt ).

tff(func_def_40,type,
    sK4: list_elt ).

tff(func_def_41,type,
    sK5: elt ).

tff(func_def_42,type,
    sK6: ( list_elt * elt ) > elt ).

tff(func_def_43,type,
    sK7: ( list_elt * list_elt ) > elt ).

tff(func_def_44,type,
    sK8: ( list_elt * list_elt ) > elt ).

tff(func_def_45,type,
    sK9: list_elt > elt ).

tff(func_def_46,type,
    sK10: list_elt > list_elt ).

tff(func_def_47,type,
    sK11: list_elt > elt ).

tff(func_def_48,type,
    sK12: list_elt > elt ).

tff(func_def_49,type,
    sK13: ( uni * uni * ty ) > uni ).

tff(func_def_50,type,
    sK14: ( uni * uni * ty ) > uni ).

tff(pred_def_1,type,
    sort: ( ty * uni ) > $o ).

tff(pred_def_3,type,
    mem: ( ty * uni * uni ) > $o ).

tff(pred_def_5,type,
    permut: ( ty * uni * uni ) > $o ).

tff(pred_def_6,type,
    le: ( elt * elt ) > $o ).

tff(pred_def_7,type,
    sorted: list_elt > $o ).

tff(f14396,plain,
    $false,
    inference(avatar_sat_refutation,[],[f557,f566,f573,f14395]) ).

tff(f14395,plain,
    ( ~ spl15_1
    | spl15_3 ),
    inference(avatar_contradiction_clause,[],[f14394]) ).

tff(f14394,plain,
    ( $false
    | ~ spl15_1
    | spl15_3 ),
    inference(subsumption_resolution,[],[f14389,f552]) ).

tff(f552,plain,
    ( permut(elt1,prefix(elt1,length(elt1,t2tb(sK4)),t2tb(sK4)),t2tb(sK4))
    | ~ spl15_1 ),
    inference(avatar_component_clause,[],[f550]) ).

tff(f550,plain,
    ( spl15_1
  <=> permut(elt1,prefix(elt1,length(elt1,t2tb(sK4)),t2tb(sK4)),t2tb(sK4)) ),
    introduced(avatar_definition,[new_symbols(naming,[spl15_1])]) ).

tff(f14389,plain,
    ( ~ permut(elt1,prefix(elt1,length(elt1,t2tb(sK4)),t2tb(sK4)),t2tb(sK4))
    | spl15_3 ),
    inference(resolution,[],[f14377,f398]) ).

tff(f398,plain,
    ! [X2: uni,X3: uni,X0: ty,X1: uni] :
      ( permut(X0,cons(X0,X2,X1),cons(X0,X2,X3))
      | ~ permut(X0,X1,X3) ),
    inference(cnf_transformation,[],[f300]) ).

tff(f300,plain,
    ! [X0: ty,X1: uni,X2: uni,X3: uni] :
      ( ~ permut(X0,X1,X3)
      | permut(X0,cons(X0,X2,X1),cons(X0,X2,X3)) ),
    inference(rectify,[],[f254]) ).

tff(f254,plain,
    ! [X0: ty,X1: uni,X3: uni,X2: uni] :
      ( ~ permut(X0,X1,X2)
      | permut(X0,cons(X0,X3,X1),cons(X0,X3,X2)) ),
    inference(ennf_transformation,[],[f147]) ).

tff(f147,plain,
    ! [X0: ty,X2: uni,X1: uni,X3: uni] :
      ( permut(X0,X1,X2)
     => permut(X0,cons(X0,X3,X1),cons(X0,X3,X2)) ),
    inference(rectify,[],[f46]) ).

tff(f46,axiom,
    ! [X0: ty,X14: uni,X13: uni,X1: uni] :
      ( permut(X0,X14,X13)
     => permut(X0,cons(X0,X1,X14),cons(X0,X1,X13)) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',permut_cons) ).

tff(f14377,plain,
    ( ~ permut(elt1,cons(elt1,t2tb1(sK5),prefix(elt1,length(elt1,t2tb(sK4)),t2tb(sK4))),cons(elt1,t2tb1(sK5),t2tb(sK4)))
    | spl15_3 ),
    inference(backward_demodulation,[],[f565,f14324]) ).

tff(f14324,plain,
    ! [X8: uni,X6: ty,X7: uni,X4: ty,X5: uni] : ( cons(X4,X5,prefix(X4,length(X6,X7),X8)) = prefix(X4,$sum(1,length(X6,X7)),cons(X4,X5,X8)) ),
    inference(evaluation,[],[f14197]) ).

tff(f14197,plain,
    ! [X8: uni,X6: ty,X7: uni,X4: ty,X5: uni] : ( cons(X4,X5,prefix(X4,$sum($sum(1,length(X6,X7)),-1),X8)) = prefix(X4,$sum(1,length(X6,X7)),cons(X4,X5,X8)) ),
    inference(resolution,[],[f544,f652]) ).

tff(f652,plain,
    ! [X3: ty,X4: uni] : $less(0,$sum(1,length(X3,X4))),
    inference(forward_demodulation,[],[f650,f121]) ).

tff(f121,plain,
    ! [X0: $int,X1: $int] : ( $sum(X0,X1) = $sum(X1,X0) ),
    introduced(theory_axiom_140,[]) ).

tff(f650,plain,
    ! [X3: ty,X4: uni] : $less(0,$sum(length(X3,X4),1)),
    inference(resolution,[],[f130,f501]) ).

tff(f501,plain,
    ! [X0: ty,X1: uni] : ~ $less(length(X0,X1),0),
    inference(cnf_transformation,[],[f215]) ).

tff(f215,plain,
    ! [X0: ty,X1: uni] : ~ $less(length(X0,X1),0),
    inference(rectify,[],[f113]) ).

tff(f113,plain,
    ! [X0: ty,X12: uni] : ~ $less(length(X0,X12),0),
    inference(theory_normalization,[],[f21]) ).

tff(f21,axiom,
    ! [X0: ty,X12: uni] : $lesseq(0,length(X0,X12)),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',length_nonnegative) ).

tff(f130,plain,
    ! [X0: $int,X1: $int] :
      ( $less(X0,X1)
      | $less(X1,$sum(X0,1)) ),
    introduced(theory_axiom_152,[]) ).

tff(f544,plain,
    ! [X2: ty,X3: uni,X0: uni,X1: $int] :
      ( ~ $less(0,X1)
      | ( cons(X2,X3,prefix(X2,$sum(X1,-1),X0)) = prefix(X2,X1,cons(X2,X3,X0)) ) ),
    inference(evaluation,[],[f492]) ).

tff(f492,plain,
    ! [X2: ty,X3: uni,X0: uni,X1: $int] :
      ( ( cons(X2,X3,prefix(X2,$sum(X1,$uminus(1)),X0)) = prefix(X2,X1,cons(X2,X3,X0)) )
      | ~ $less(0,X1) ),
    inference(cnf_transformation,[],[f364]) ).

tff(f364,plain,
    ! [X0: uni,X1: $int,X2: ty,X3: uni] :
      ( ( cons(X2,X3,prefix(X2,$sum(X1,$uminus(1)),X0)) = prefix(X2,X1,cons(X2,X3,X0)) )
      | ~ $less(0,X1) ),
    inference(rectify,[],[f253]) ).

tff(f253,plain,
    ! [X0: uni,X1: $int,X3: ty,X2: uni] :
      ( ( prefix(X3,X1,cons(X3,X2,X0)) = cons(X3,X2,prefix(X3,$sum(X1,$uminus(1)),X0)) )
      | ~ $less(0,X1) ),
    inference(ennf_transformation,[],[f227]) ).

tff(f227,plain,
    ! [X3: ty,X0: uni,X1: $int,X2: uni] :
      ( $less(0,X1)
     => ( prefix(X3,X1,cons(X3,X2,X0)) = cons(X3,X2,prefix(X3,$sum(X1,$uminus(1)),X0)) ) ),
    inference(rectify,[],[f119]) ).

tff(f119,plain,
    ! [X12: uni,X24: $int,X1: uni,X0: ty] :
      ( $less(0,X24)
     => ( prefix(X0,X24,cons(X0,X1,X12)) = cons(X0,X1,prefix(X0,$sum(X24,$uminus(1)),X12)) ) ),
    inference(theory_normalization,[],[f81]) ).

tff(f81,axiom,
    ! [X12: uni,X24: $int,X1: uni,X0: ty] :
      ( $less(0,X24)
     => ( prefix(X0,X24,cons(X0,X1,X12)) = cons(X0,X1,prefix(X0,$difference(X24,1),X12)) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prefix_def2) ).

tff(f565,plain,
    ( ~ permut(elt1,prefix(elt1,$sum(1,length(elt1,t2tb(sK4))),cons(elt1,t2tb1(sK5),t2tb(sK4))),cons(elt1,t2tb1(sK5),t2tb(sK4)))
    | spl15_3 ),
    inference(avatar_component_clause,[],[f563]) ).

tff(f563,plain,
    ( spl15_3
  <=> permut(elt1,prefix(elt1,$sum(1,length(elt1,t2tb(sK4))),cons(elt1,t2tb1(sK5),t2tb(sK4))),cons(elt1,t2tb1(sK5),t2tb(sK4))) ),
    introduced(avatar_definition,[new_symbols(naming,[spl15_3])]) ).

tff(f573,plain,
    spl15_2,
    inference(avatar_contradiction_clause,[],[f572]) ).

tff(f572,plain,
    ( $false
    | spl15_2 ),
    inference(subsumption_resolution,[],[f556,f520]) ).

tff(f520,plain,
    ! [X0: ty,X1: uni] : permut(X0,X1,X1),
    inference(cnf_transformation,[],[f385]) ).

tff(f385,plain,
    ! [X0: ty,X1: uni] : permut(X0,X1,X1),
    inference(rectify,[],[f140]) ).

tff(f140,plain,
    ! [X1: ty,X0: uni] : permut(X1,X0,X0),
    inference(rectify,[],[f43]) ).

tff(f43,axiom,
    ! [X12: uni,X0: ty] : permut(X0,X12,X12),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',permut_refl) ).

tff(f556,plain,
    ( ~ permut(elt1,nil(elt1),nil(elt1))
    | spl15_2 ),
    inference(avatar_component_clause,[],[f554]) ).

tff(f554,plain,
    ( spl15_2
  <=> permut(elt1,nil(elt1),nil(elt1)) ),
    introduced(avatar_definition,[new_symbols(naming,[spl15_2])]) ).

tff(f566,plain,
    ( ~ spl15_3
    | ~ spl15_2 ),
    inference(avatar_split_clause,[],[f561,f554,f563]) ).

tff(f561,plain,
    ( ~ permut(elt1,nil(elt1),nil(elt1))
    | ~ permut(elt1,prefix(elt1,$sum(1,length(elt1,t2tb(sK4))),cons(elt1,t2tb1(sK5),t2tb(sK4))),cons(elt1,t2tb1(sK5),t2tb(sK4))) ),
    inference(forward_demodulation,[],[f560,f466]) ).

tff(f466,plain,
    ! [X2: uni,X0: ty,X1: uni] : ( $sum(1,length(X0,X1)) = length(X0,cons(X0,X2,X1)) ),
    inference(cnf_transformation,[],[f349]) ).

tff(f349,plain,
    ! [X0: ty] :
      ( ! [X1: uni,X2: uni] : ( $sum(1,length(X0,X1)) = length(X0,cons(X0,X2,X1)) )
      & ( 0 = length(X0,nil(X0)) ) ),
    inference(rectify,[],[f20]) ).

tff(f20,axiom,
    ! [X0: ty] :
      ( ! [X2: uni,X1: uni] : ( length(X0,cons(X0,X1,X2)) = $sum(1,length(X0,X2)) )
      & ( 0 = length(X0,nil(X0)) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',length_def) ).

tff(f560,plain,
    ( ~ permut(elt1,prefix(elt1,length(elt1,cons(elt1,t2tb1(sK5),t2tb(sK4))),cons(elt1,t2tb1(sK5),t2tb(sK4))),cons(elt1,t2tb1(sK5),t2tb(sK4)))
    | ~ permut(elt1,nil(elt1),nil(elt1)) ),
    inference(forward_demodulation,[],[f559,f440]) ).

tff(f440,plain,
    ! [X0: uni,X1: ty] : ( prefix(X1,0,X0) = nil(X1) ),
    inference(cnf_transformation,[],[f333]) ).

tff(f333,plain,
    ! [X0: uni,X1: ty] : ( prefix(X1,0,X0) = nil(X1) ),
    inference(rectify,[],[f170]) ).

tff(f170,plain,
    ! [X1: uni,X0: ty] : ( nil(X0) = prefix(X0,0,X1) ),
    inference(rectify,[],[f80]) ).

tff(f80,axiom,
    ! [X0: ty,X12: uni] : ( nil(X0) = prefix(X0,0,X12) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prefix_def1) ).

tff(f559,plain,
    ( ~ permut(elt1,prefix(elt1,0,nil(elt1)),nil(elt1))
    | ~ permut(elt1,prefix(elt1,length(elt1,cons(elt1,t2tb1(sK5),t2tb(sK4))),cons(elt1,t2tb1(sK5),t2tb(sK4))),cons(elt1,t2tb1(sK5),t2tb(sK4))) ),
    inference(forward_demodulation,[],[f471,f465]) ).

tff(f465,plain,
    ! [X0: ty] : ( 0 = length(X0,nil(X0)) ),
    inference(cnf_transformation,[],[f349]) ).

tff(f471,plain,
    ( ~ permut(elt1,prefix(elt1,length(elt1,nil(elt1)),nil(elt1)),nil(elt1))
    | ~ permut(elt1,prefix(elt1,length(elt1,cons(elt1,t2tb1(sK5),t2tb(sK4))),cons(elt1,t2tb1(sK5),t2tb(sK4))),cons(elt1,t2tb1(sK5),t2tb(sK4))) ),
    inference(cnf_transformation,[],[f352]) ).

tff(f352,plain,
    ( ( permut(elt1,prefix(elt1,length(elt1,t2tb(sK4)),t2tb(sK4)),t2tb(sK4))
      & ~ permut(elt1,prefix(elt1,length(elt1,cons(elt1,t2tb1(sK5),t2tb(sK4))),cons(elt1,t2tb1(sK5),t2tb(sK4))),cons(elt1,t2tb1(sK5),t2tb(sK4))) )
    | ~ permut(elt1,prefix(elt1,length(elt1,nil(elt1)),nil(elt1)),nil(elt1)) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK4,sK5])],[f237,f351]) ).

tff(f351,plain,
    ( ? [X0: list_elt,X1: elt] :
        ( permut(elt1,prefix(elt1,length(elt1,t2tb(X0)),t2tb(X0)),t2tb(X0))
        & ~ permut(elt1,prefix(elt1,length(elt1,cons(elt1,t2tb1(X1),t2tb(X0))),cons(elt1,t2tb1(X1),t2tb(X0))),cons(elt1,t2tb1(X1),t2tb(X0))) )
   => ( permut(elt1,prefix(elt1,length(elt1,t2tb(sK4)),t2tb(sK4)),t2tb(sK4))
      & ~ permut(elt1,prefix(elt1,length(elt1,cons(elt1,t2tb1(sK5),t2tb(sK4))),cons(elt1,t2tb1(sK5),t2tb(sK4))),cons(elt1,t2tb1(sK5),t2tb(sK4))) ) ),
    introduced(choice_axiom,[]) ).

tff(f237,plain,
    ( ? [X0: list_elt,X1: elt] :
        ( permut(elt1,prefix(elt1,length(elt1,t2tb(X0)),t2tb(X0)),t2tb(X0))
        & ~ permut(elt1,prefix(elt1,length(elt1,cons(elt1,t2tb1(X1),t2tb(X0))),cons(elt1,t2tb1(X1),t2tb(X0))),cons(elt1,t2tb1(X1),t2tb(X0))) )
    | ~ permut(elt1,prefix(elt1,length(elt1,nil(elt1)),nil(elt1)),nil(elt1)) ),
    inference(ennf_transformation,[],[f210]) ).

tff(f210,plain,
    ~ ( ! [X1: elt,X0: list_elt] :
          ( permut(elt1,prefix(elt1,length(elt1,t2tb(X0)),t2tb(X0)),t2tb(X0))
         => permut(elt1,prefix(elt1,length(elt1,cons(elt1,t2tb1(X1),t2tb(X0))),cons(elt1,t2tb1(X1),t2tb(X0))),cons(elt1,t2tb1(X1),t2tb(X0))) )
      & permut(elt1,prefix(elt1,length(elt1,nil(elt1)),nil(elt1)),nil(elt1)) ),
    inference(rectify,[],[f102]) ).

tff(f102,negated_conjecture,
    ~ ( permut(elt1,prefix(elt1,length(elt1,nil(elt1)),nil(elt1)),nil(elt1))
      & ! [X2: list_elt,X1: elt] :
          ( permut(elt1,prefix(elt1,length(elt1,t2tb(X2)),t2tb(X2)),t2tb(X2))
         => permut(elt1,prefix(elt1,length(elt1,cons(elt1,t2tb1(X1),t2tb(X2))),cons(elt1,t2tb1(X1),t2tb(X2))),cons(elt1,t2tb1(X1),t2tb(X2))) ) ),
    inference(negated_conjecture,[],[f101]) ).

tff(f101,conjecture,
    ( permut(elt1,prefix(elt1,length(elt1,nil(elt1)),nil(elt1)),nil(elt1))
    & ! [X2: list_elt,X1: elt] :
        ( permut(elt1,prefix(elt1,length(elt1,t2tb(X2)),t2tb(X2)),t2tb(X2))
       => permut(elt1,prefix(elt1,length(elt1,cons(elt1,t2tb1(X1),t2tb(X2))),cons(elt1,t2tb1(X1),t2tb(X2))),cons(elt1,t2tb1(X1),t2tb(X2))) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',permut_prefix) ).

tff(f557,plain,
    ( spl15_1
    | ~ spl15_2 ),
    inference(avatar_split_clause,[],[f548,f554,f550]) ).

tff(f548,plain,
    ( ~ permut(elt1,nil(elt1),nil(elt1))
    | permut(elt1,prefix(elt1,length(elt1,t2tb(sK4)),t2tb(sK4)),t2tb(sK4)) ),
    inference(forward_demodulation,[],[f547,f440]) ).

tff(f547,plain,
    ( permut(elt1,prefix(elt1,length(elt1,t2tb(sK4)),t2tb(sK4)),t2tb(sK4))
    | ~ permut(elt1,prefix(elt1,0,nil(elt1)),nil(elt1)) ),
    inference(forward_demodulation,[],[f472,f465]) ).

tff(f472,plain,
    ( permut(elt1,prefix(elt1,length(elt1,t2tb(sK4)),t2tb(sK4)),t2tb(sK4))
    | ~ permut(elt1,prefix(elt1,length(elt1,nil(elt1)),nil(elt1)),nil(elt1)) ),
    inference(cnf_transformation,[],[f352]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem    : SWW624=2 : TPTP v8.1.0. Released v6.1.0.
% 0.13/0.13  % Command    : vampire --input_syntax tptp --proof tptp --output_axiom_names on --mode portfolio --schedule snake_tptp_sat --cores 0 -t %d %s
% 0.14/0.34  % Computer : n025.cluster.edu
% 0.14/0.34  % Model    : x86_64 x86_64
% 0.14/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.34  % Memory   : 8042.1875MB
% 0.14/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.34  % CPULimit   : 300
% 0.14/0.34  % WCLimit    : 300
% 0.14/0.34  % DateTime   : Tue Aug 30 21:09:45 EDT 2022
% 0.14/0.34  % CPUTime    : 
% 0.21/0.54  % (14552)fmb+10_1:1_fmbsr=2.0:nm=4:skr=on:i=51:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/51Mi)
% 0.21/0.55  % (14554)dis+2_1:64_add=large:bce=on:bd=off:i=2:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/2Mi)
% 0.21/0.55  % (14562)dis+34_1:32_abs=on:add=off:bsr=on:gsp=on:sp=weighted_frequency:i=99:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/99Mi)
% 0.21/0.55  % (14560)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 (2999ds/68Mi)
% 0.21/0.56  % (14554)Instruction limit reached!
% 0.21/0.56  % (14554)------------------------------
% 0.21/0.56  % (14554)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.21/0.56  % (14554)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.21/0.56  % (14554)Termination reason: Unknown
% 0.21/0.56  % (14554)Termination phase: Property scanning
% 0.21/0.56  
% 0.21/0.56  % (14554)Memory used [KB]: 1023
% 0.21/0.56  % (14554)Time elapsed: 0.005 s
% 0.21/0.56  % (14554)Instructions burned: 3 (million)
% 0.21/0.56  % (14554)------------------------------
% 0.21/0.56  % (14554)------------------------------
% 0.21/0.56  % (14570)ott+10_1:1_kws=precedence:tgt=ground:i=482:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/482Mi)
% 0.21/0.56  % (14568)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 (2999ds/498Mi)
% 0.21/0.57  % (14552)WARNING: trying to run FMB on interpreted or otherwise provably infinite-domain problem!
% 0.21/0.57  % (14552)Terminated due to inappropriate strategy.
% 0.21/0.57  % (14552)------------------------------
% 0.21/0.57  % (14552)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.21/0.57  % (14552)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.21/0.57  % (14552)Termination reason: Inappropriate
% 0.21/0.57  
% 0.21/0.57  % (14552)Memory used [KB]: 1151
% 0.21/0.57  % (14552)Time elapsed: 0.013 s
% 0.21/0.57  % (14552)Instructions burned: 13 (million)
% 0.21/0.57  % (14552)------------------------------
% 0.21/0.57  % (14552)------------------------------
% 0.21/0.59  % (14571)ott+10_1:5_bd=off:tgt=full:i=500:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/500Mi)
% 0.21/0.60  % (14565)ott+4_1:1_av=off:bd=off:nwc=5.0:rp=on:s2a=on:s2at=2.0:slsq=on:slsqc=2:slsql=off:slsqr=1,2:sp=frequency:i=100:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/100Mi)
% 0.21/0.60  % (14548)ott+4_1:1_av=off:bd=off:nwc=5.0:s2a=on:s2at=2.0:slsq=on:slsqc=2:slsql=off:slsqr=1,2:sp=frequency:i=37:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/37Mi)
% 0.21/0.60  % (14550)ott+33_1:4_s2a=on:tgt=ground:i=51:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/51Mi)
% 0.21/0.60  % (14563)fmb+10_1:1_bce=on:i=59:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/59Mi)
% 0.21/0.60  % (14557)ott+10_1:32_bd=off:fsr=off:newcnf=on:tgt=full:i=100:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/100Mi)
% 1.74/0.60  % (14549)ott+10_1:32_bd=off:fsr=off:newcnf=on:tgt=full:i=51:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/51Mi)
% 1.74/0.61  % (14555)ott-1_1:6_av=off:cond=on:fsr=off:nwc=3.0:i=51:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/51Mi)
% 1.74/0.61  % (14558)ott+10_1:28_bd=off:bs=on:tgt=ground:i=101:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/101Mi)
% 1.74/0.61  % (14553)dis+10_1:1_fsd=on:sp=occurrence:i=7:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/7Mi)
% 1.74/0.61  % (14556)ott+2_1:1_fsr=off:gsp=on:i=50:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/50Mi)
% 1.74/0.62  % (14573)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 (2999ds/177Mi)
% 1.74/0.62  % (14572)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 (2999ds/68Mi)
% 1.74/0.62  % (14546)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 (2999ds/191324Mi)
% 1.74/0.62  % (14574)ott+33_1:4_s2a=on:tgt=ground:i=439:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/439Mi)
% 1.74/0.62  % (14567)ott+3_1:1_gsp=on:lcm=predicate:i=138:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/138Mi)
% 1.74/0.62  % (14566)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 (2999ds/176Mi)
% 1.74/0.62  % (14564)ott+10_1:1_tgt=ground:i=100:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/100Mi)
% 2.03/0.63  % (14551)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 (2999ds/48Mi)
% 2.03/0.63  % (14569)ott+11_1:1_drc=off:nwc=5.0:slsq=on:slsqc=1:spb=goal_then_units:to=lpo:i=467:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/467Mi)
% 2.03/0.63  % (14563)WARNING: trying to run FMB on interpreted or otherwise provably infinite-domain problem!
% 2.03/0.63  % (14563)Terminated due to inappropriate strategy.
% 2.03/0.63  % (14563)------------------------------
% 2.03/0.63  % (14563)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.03/0.63  % (14563)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.03/0.63  % (14563)Termination reason: Inappropriate
% 2.03/0.63  
% 2.03/0.63  % (14563)Memory used [KB]: 1279
% 2.03/0.63  % (14563)Time elapsed: 0.010 s
% 2.03/0.63  % (14563)Instructions burned: 13 (million)
% 2.03/0.63  % (14563)------------------------------
% 2.03/0.63  % (14563)------------------------------
% 2.03/0.63  % (14561)ott+11_2:3_av=off:fde=unused:nwc=5.0:tgt=ground:i=75:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/75Mi)
% 2.03/0.63  % (14553)Instruction limit reached!
% 2.03/0.63  % (14553)------------------------------
% 2.03/0.63  % (14553)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.03/0.63  % (14553)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.03/0.63  % (14553)Termination reason: Unknown
% 2.03/0.63  % (14553)Termination phase: Preprocessing 3
% 2.03/0.63  
% 2.03/0.63  % (14553)Memory used [KB]: 1151
% 2.03/0.63  % (14553)Time elapsed: 0.007 s
% 2.03/0.63  % (14553)Instructions burned: 8 (million)
% 2.03/0.63  % (14553)------------------------------
% 2.03/0.63  % (14553)------------------------------
% 2.03/0.63  % (14559)ott+10_1:5_bd=off:tgt=full:i=99:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/99Mi)
% 2.03/0.64  % (14547)ott+10_1:32_abs=on:br=off:urr=ec_only:i=50:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/50Mi)
% 2.03/0.64  % (14575)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 (2999ds/355Mi)
% 2.03/0.66  % (14560)Instruction limit reached!
% 2.03/0.66  % (14560)------------------------------
% 2.03/0.66  % (14560)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.03/0.66  % (14560)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.03/0.66  % (14560)Termination reason: Unknown
% 2.03/0.66  % (14560)Termination phase: Saturation
% 2.03/0.66  
% 2.03/0.66  % (14560)Memory used [KB]: 6908
% 2.03/0.66  % (14560)Time elapsed: 0.096 s
% 2.03/0.66  % (14560)Instructions burned: 68 (million)
% 2.03/0.66  % (14560)------------------------------
% 2.03/0.66  % (14560)------------------------------
% 2.03/0.66  % (14546)WARNING: trying to run FMB on interpreted or otherwise provably infinite-domain problem!
% 2.03/0.66  % (14546)Terminated due to inappropriate strategy.
% 2.03/0.66  % (14546)------------------------------
% 2.03/0.66  % (14546)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.03/0.66  % (14546)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.03/0.66  % (14546)Termination reason: Inappropriate
% 2.03/0.66  
% 2.03/0.66  % (14546)Memory used [KB]: 1279
% 2.03/0.66  % (14546)Time elapsed: 0.011 s
% 2.03/0.66  % (14546)Instructions burned: 15 (million)
% 2.03/0.66  % (14546)------------------------------
% 2.03/0.66  % (14546)------------------------------
% 2.43/0.68  % (14548)Instruction limit reached!
% 2.43/0.68  % (14548)------------------------------
% 2.43/0.68  % (14548)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.43/0.68  % (14548)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.43/0.68  % (14548)Termination reason: Unknown
% 2.43/0.68  % (14548)Termination phase: Saturation
% 2.43/0.68  
% 2.43/0.68  % (14548)Memory used [KB]: 1535
% 2.43/0.68  % (14548)Time elapsed: 0.240 s
% 2.43/0.68  % (14548)Instructions burned: 37 (million)
% 2.43/0.68  % (14548)------------------------------
% 2.43/0.68  % (14548)------------------------------
% 2.43/0.74  % (14549)Instruction limit reached!
% 2.43/0.74  % (14549)------------------------------
% 2.43/0.74  % (14549)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.43/0.74  % (14549)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.43/0.74  % (14549)Termination reason: Unknown
% 2.43/0.74  % (14549)Termination phase: Saturation
% 2.43/0.74  
% 2.43/0.74  % (14549)Memory used [KB]: 6268
% 2.43/0.74  % (14549)Time elapsed: 0.290 s
% 2.43/0.74  % (14549)Instructions burned: 51 (million)
% 2.43/0.74  % (14549)------------------------------
% 2.43/0.74  % (14549)------------------------------
% 2.43/0.74  % (14550)Instruction limit reached!
% 2.43/0.74  % (14550)------------------------------
% 2.43/0.74  % (14550)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.43/0.74  % (14550)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.43/0.74  % (14550)Termination reason: Unknown
% 2.43/0.74  % (14550)Termination phase: Saturation
% 2.43/0.74  
% 2.43/0.74  % (14550)Memory used [KB]: 6268
% 2.43/0.74  % (14550)Time elapsed: 0.279 s
% 2.43/0.74  % (14550)Instructions burned: 51 (million)
% 2.43/0.74  % (14550)------------------------------
% 2.43/0.74  % (14550)------------------------------
% 2.43/0.74  % (14556)Instruction limit reached!
% 2.43/0.74  % (14556)------------------------------
% 2.43/0.74  % (14556)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.43/0.74  % (14556)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.43/0.74  % (14556)Termination reason: Unknown
% 2.43/0.74  % (14556)Termination phase: Saturation
% 2.43/0.74  
% 2.43/0.74  % (14556)Memory used [KB]: 6268
% 2.43/0.74  % (14556)Time elapsed: 0.281 s
% 2.43/0.74  % (14556)Instructions burned: 50 (million)
% 2.43/0.74  % (14556)------------------------------
% 2.43/0.74  % (14556)------------------------------
% 2.43/0.74  % (14562)Instruction limit reached!
% 2.43/0.74  % (14562)------------------------------
% 2.43/0.74  % (14562)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.43/0.74  % (14562)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.43/0.74  % (14562)Termination reason: Unknown
% 2.43/0.74  % (14562)Termination phase: Saturation
% 2.43/0.74  
% 2.43/0.74  % (14562)Memory used [KB]: 6780
% 2.43/0.74  % (14562)Time elapsed: 0.303 s
% 2.43/0.74  % (14562)Instructions burned: 100 (million)
% 2.43/0.74  % (14562)------------------------------
% 2.43/0.74  % (14562)------------------------------
% 2.43/0.75  % (14551)Instruction limit reached!
% 2.43/0.75  % (14551)------------------------------
% 2.43/0.75  % (14551)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.43/0.75  % (14551)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.43/0.75  % (14551)Termination reason: Unknown
% 2.43/0.75  % (14551)Termination phase: Saturation
% 2.43/0.75  
% 2.43/0.75  % (14551)Memory used [KB]: 6140
% 2.43/0.75  % (14551)Time elapsed: 0.319 s
% 2.43/0.75  % (14551)Instructions burned: 48 (million)
% 2.43/0.75  % (14551)------------------------------
% 2.43/0.75  % (14551)------------------------------
% 2.43/0.75  % (14592)dis+34_1:32_abs=on:add=off:bsr=on:gsp=on:sp=weighted_frequency:i=388:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/388Mi)
% 2.97/0.76  % (14555)Instruction limit reached!
% 2.97/0.76  % (14555)------------------------------
% 2.97/0.76  % (14555)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.97/0.76  % (14555)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.97/0.76  % (14555)Termination reason: Unknown
% 2.97/0.76  % (14555)Termination phase: Saturation
% 2.97/0.76  
% 2.97/0.76  % (14555)Memory used [KB]: 1918
% 2.97/0.76  % (14555)Time elapsed: 0.292 s
% 2.97/0.76  % (14555)Instructions burned: 51 (million)
% 2.97/0.76  % (14555)------------------------------
% 2.97/0.76  % (14555)------------------------------
% 2.97/0.76  % (14572)Instruction limit reached!
% 2.97/0.76  % (14572)------------------------------
% 2.97/0.76  % (14572)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.97/0.76  % (14572)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.97/0.76  % (14572)Termination reason: Unknown
% 2.97/0.76  % (14572)Termination phase: Saturation
% 2.97/0.76  
% 2.97/0.76  % (14572)Memory used [KB]: 6908
% 2.97/0.76  % (14572)Time elapsed: 0.051 s
% 2.97/0.76  % (14572)Instructions burned: 68 (million)
% 2.97/0.76  % (14572)------------------------------
% 2.97/0.76  % (14572)------------------------------
% 2.97/0.77  % (14547)Instruction limit reached!
% 2.97/0.77  % (14547)------------------------------
% 2.97/0.77  % (14547)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.97/0.77  % (14547)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.97/0.77  % (14547)Termination reason: Unknown
% 2.97/0.77  % (14547)Termination phase: Saturation
% 2.97/0.77  
% 2.97/0.77  % (14547)Memory used [KB]: 6140
% 2.97/0.77  % (14547)Time elapsed: 0.297 s
% 2.97/0.77  % (14547)Instructions burned: 51 (million)
% 2.97/0.77  % (14547)------------------------------
% 2.97/0.77  % (14547)------------------------------
% 3.33/0.82  % (14564)Instruction limit reached!
% 3.33/0.82  % (14564)------------------------------
% 3.33/0.82  % (14564)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 3.33/0.82  % (14564)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 3.33/0.82  % (14564)Termination reason: Unknown
% 3.33/0.82  % (14564)Termination phase: Saturation
% 3.33/0.82  
% 3.33/0.82  % (14564)Memory used [KB]: 6780
% 3.33/0.82  % (14564)Time elapsed: 0.373 s
% 3.33/0.82  % (14564)Instructions burned: 100 (million)
% 3.33/0.82  % (14564)------------------------------
% 3.33/0.82  % (14564)------------------------------
% 3.33/0.84  % (14594)ott-1_1:6_av=off:cond=on:fsr=off:nwc=3.0:i=211:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/211Mi)
% 3.42/0.85  % (14557)Instruction limit reached!
% 3.42/0.85  % (14557)------------------------------
% 3.42/0.85  % (14557)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 3.42/0.85  % (14565)Instruction limit reached!
% 3.42/0.85  % (14565)------------------------------
% 3.42/0.85  % (14565)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 3.42/0.85  % (14565)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 3.42/0.85  % (14565)Termination reason: Unknown
% 3.42/0.85  % (14565)Termination phase: Saturation
% 3.42/0.85  
% 3.42/0.85  % (14565)Memory used [KB]: 2174
% 3.42/0.85  % (14565)Time elapsed: 0.409 s
% 3.42/0.85  % (14565)Instructions burned: 101 (million)
% 3.42/0.85  % (14565)------------------------------
% 3.42/0.85  % (14565)------------------------------
% 3.42/0.85  % (14557)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 3.42/0.85  % (14557)Termination reason: Unknown
% 3.42/0.85  % (14557)Termination phase: Saturation
% 3.42/0.85  
% 3.42/0.85  % (14557)Memory used [KB]: 6780
% 3.42/0.85  % (14557)Time elapsed: 0.421 s
% 3.42/0.85  % (14557)Instructions burned: 102 (million)
% 3.42/0.85  % (14557)------------------------------
% 3.42/0.85  % (14557)------------------------------
% 3.42/0.85  % (14604)dis+22_1:128_bsd=on:rp=on:slsq=on:slsqc=1:slsqr=1,6:sp=frequency:spb=goal:thsq=on:thsqc=16:thsqd=1:thsql=off:i=90:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/90Mi)
% 3.42/0.86  % (14558)Instruction limit reached!
% 3.42/0.86  % (14558)------------------------------
% 3.42/0.86  % (14558)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 3.42/0.86  % (14558)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 3.42/0.86  % (14558)Termination reason: Unknown
% 3.42/0.86  % (14558)Termination phase: Saturation
% 3.42/0.86  
% 3.42/0.86  % (14558)Memory used [KB]: 6652
% 3.42/0.86  % (14558)Time elapsed: 0.414 s
% 3.42/0.86  % (14558)Instructions burned: 101 (million)
% 3.42/0.86  % (14558)------------------------------
% 3.42/0.86  % (14558)------------------------------
% 3.42/0.86  % (14561)Instruction limit reached!
% 3.42/0.86  % (14561)------------------------------
% 3.42/0.86  % (14561)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 3.42/0.86  % (14561)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 3.42/0.86  % (14561)Termination reason: Unknown
% 3.42/0.86  % (14561)Termination phase: Saturation
% 3.42/0.86  
% 3.42/0.86  % (14561)Memory used [KB]: 2174
% 3.42/0.86  % (14561)Time elapsed: 0.436 s
% 3.42/0.86  % (14561)Instructions burned: 76 (million)
% 3.42/0.86  % (14561)------------------------------
% 3.42/0.86  % (14561)------------------------------
% 3.42/0.87  % (14607)ott+1_1:2_i=920:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/920Mi)
% 3.42/0.87  % (14559)Instruction limit reached!
% 3.42/0.87  % (14559)------------------------------
% 3.42/0.87  % (14559)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 3.42/0.87  % (14610)ott+10_1:50_bsr=unit_only:drc=off:fd=preordered:sp=frequency:i=747:si=on:rawr=on:rtra=on_0 on theBenchmark for (2996ds/747Mi)
% 3.42/0.88  WARNING Broken Constraint: if sine_depth(2) has been set then sine_selection(off) is not equal to off
% 3.42/0.88  % (14559)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 3.42/0.88  % (14559)Termination reason: Unknown
% 3.42/0.88  % (14559)Termination phase: Saturation
% 3.42/0.88  
% 3.42/0.88  % (14559)Memory used [KB]: 6780
% 3.42/0.88  % (14559)Time elapsed: 0.443 s
% 3.42/0.88  % (14559)Instructions burned: 100 (million)
% 3.42/0.88  % (14559)------------------------------
% 3.42/0.88  % (14559)------------------------------
% 3.42/0.88  % (14617)ott+11_4:1_br=off:fde=none:s2a=on:sd=2:sp=frequency:urr=on:i=981:si=on:rawr=on:rtra=on_0 on theBenchmark for (2996ds/981Mi)
% 3.42/0.88  % (14609)ott+1_1:7_bd=off:i=934:si=on:rawr=on:rtra=on_0 on theBenchmark for (2996ds/934Mi)
% 3.42/0.89  % (14615)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 (2996ds/68Mi)
% 3.42/0.89  % (14618)dis+22_1:128_bsd=on:rp=on:slsq=on:slsqc=1:slsqr=1,6:sp=frequency:spb=goal:thsq=on:thsqc=16:thsqd=1:thsql=off:i=90:si=on:rawr=on:rtra=on_0 on theBenchmark for (2996ds/90Mi)
% 3.42/0.90  % (14612)dis+21_1:1_av=off:er=filter:slsq=on:slsqc=0:slsqr=1,1:sp=frequency:to=lpo:i=655:si=on:rawr=on:rtra=on_0 on theBenchmark for (2996ds/655Mi)
% 3.42/0.90  % (14620)dis+10_1:2_atotf=0.3:i=3735:si=on:rawr=on:rtra=on_0 on theBenchmark for (2996ds/3735Mi)
% 3.42/0.91  % (14616)dis+34_1:32_abs=on:add=off:bsr=on:gsp=on:sp=weighted_frequency:i=940:si=on:rawr=on:rtra=on_0 on theBenchmark for (2996ds/940Mi)
% 3.69/0.93  % (14567)Instruction limit reached!
% 3.69/0.93  % (14567)------------------------------
% 3.69/0.93  % (14567)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 3.69/0.93  % (14567)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 3.69/0.93  % (14567)Termination reason: Unknown
% 3.69/0.93  % (14567)Termination phase: Saturation
% 3.69/0.93  
% 3.69/0.93  % (14567)Memory used [KB]: 7547
% 3.69/0.93  % (14567)Time elapsed: 0.486 s
% 3.69/0.93  % (14567)Instructions burned: 138 (million)
% 3.69/0.93  % (14567)------------------------------
% 3.69/0.93  % (14567)------------------------------
% 3.69/0.93  % (14619)dis+21_1:1_av=off:er=filter:slsq=on:slsqc=0:slsqr=1,1:sp=frequency:to=lpo:i=2016:si=on:rawr=on:rtra=on_0 on theBenchmark for (2996ds/2016Mi)
% 3.69/0.93  % (14621)ott+11_9:8_add=large:afp=10:amm=off:fsd=on:fsr=off:lma=on:nm=0:nwc=2.4:s2a=on:s2agt=10:sas=z3:sp=reverse_arity:tha=some:thi=overlap:i=4958:si=on:rawr=on:rtra=on_0 on theBenchmark for (2995ds/4958Mi)
% 3.69/0.93  % (14624)ott+10_1:1_kws=precedence:tgt=ground:i=4756:si=on:rawr=on:rtra=on_0 on theBenchmark for (2995ds/4756Mi)
% 3.69/0.94  % (14622)ott+10_1:32_bd=off:fsr=off:newcnf=on:tgt=full:i=4959:si=on:rawr=on:rtra=on_0 on theBenchmark for (2995ds/4959Mi)
% 3.82/0.97  % (14626)ott+3_1:1_atotf=0.2:fsr=off:kws=precedence:sp=weighted_frequency:spb=intro:tgt=ground:i=4931:si=on:rawr=on:rtra=on_0 on theBenchmark for (2995ds/4931Mi)
% 3.82/0.98  % (14573)Instruction limit reached!
% 3.82/0.98  % (14573)------------------------------
% 3.82/0.98  % (14573)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 3.82/0.98  % (14573)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 3.82/0.98  % (14573)Termination reason: Unknown
% 3.82/0.98  % (14573)Termination phase: Saturation
% 3.82/0.98  
% 3.82/0.98  % (14573)Memory used [KB]: 3326
% 3.82/0.98  % (14573)Time elapsed: 0.556 s
% 3.82/0.98  % (14573)Instructions burned: 177 (million)
% 3.82/0.98  % (14573)------------------------------
% 3.82/0.98  % (14573)------------------------------
% 3.82/0.98  % (14627)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 (2995ds/68Mi)
% 3.82/0.99  % (14630)ott+11_9:8_amm=off:bsd=on:etr=on:fsd=on:fsr=off:lma=on:newcnf=on:nm=0:nwc=3.0:s2a=on:s2agt=10:sas=z3:tha=some:i=1824:si=on:rawr=on:rtra=on_0 on theBenchmark for (2995ds/1824Mi)
% 3.82/0.99  % (14604)Instruction limit reached!
% 3.82/0.99  % (14604)------------------------------
% 3.82/0.99  % (14604)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 3.82/0.99  % (14604)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 3.82/0.99  % (14604)Termination reason: Unknown
% 3.82/0.99  % (14604)Termination phase: Saturation
% 3.82/0.99  
% 3.82/0.99  % (14604)Memory used [KB]: 6652
% 3.82/0.99  % (14604)Time elapsed: 0.296 s
% 3.82/0.99  % (14604)Instructions burned: 92 (million)
% 3.82/0.99  % (14604)------------------------------
% 3.82/0.99  % (14604)------------------------------
% 3.82/0.99  % (14568)Instruction limit reached!
% 3.82/0.99  % (14568)------------------------------
% 3.82/0.99  % (14568)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 3.82/0.99  % (14568)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 3.82/0.99  % (14568)Termination reason: Unknown
% 3.82/0.99  % (14568)Termination phase: Saturation
% 3.82/0.99  
% 3.82/0.99  % (14568)Memory used [KB]: 3454
% 3.82/0.99  % (14568)Time elapsed: 0.543 s
% 3.82/0.99  % (14568)Instructions burned: 499 (million)
% 3.82/0.99  % (14568)------------------------------
% 3.82/0.99  % (14568)------------------------------
% 3.82/1.00  % (14566)Instruction limit reached!
% 3.82/1.00  % (14566)------------------------------
% 3.82/1.00  % (14566)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 3.82/1.00  % (14566)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 3.82/1.00  % (14566)Termination reason: Unknown
% 3.82/1.00  % (14566)Termination phase: Saturation
% 3.82/1.00  
% 3.82/1.00  % (14566)Memory used [KB]: 7803
% 3.82/1.00  % (14566)Time elapsed: 0.563 s
% 3.82/1.00  % (14566)Instructions burned: 177 (million)
% 3.82/1.00  % (14566)------------------------------
% 3.82/1.00  % (14566)------------------------------
% 3.82/1.00  % (14615)Instruction limit reached!
% 3.82/1.00  % (14615)------------------------------
% 3.82/1.00  % (14615)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 3.82/1.00  % (14615)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 3.82/1.00  % (14615)Termination reason: Unknown
% 3.82/1.00  % (14615)Termination phase: Saturation
% 3.82/1.00  
% 3.82/1.00  % (14615)Memory used [KB]: 6908
% 3.82/1.00  % (14615)Time elapsed: 0.034 s
% 3.82/1.00  % (14615)Instructions burned: 69 (million)
% 3.82/1.00  % (14615)------------------------------
% 3.82/1.00  % (14615)------------------------------
% 3.82/1.00  % (14632)dis+34_1:32_abs=on:add=off:bsr=on:gsp=on:sp=weighted_frequency:i=2134:si=on:rawr=on:rtra=on_0 on theBenchmark for (2995ds/2134Mi)
% 3.82/1.02  % (14643)ott-1_1:1_sp=const_frequency:i=2891:si=on:rawr=on:rtra=on_0 on theBenchmark for (2994ds/2891Mi)
% 3.82/1.04  % (14618)Instruction limit reached!
% 3.82/1.04  % (14618)------------------------------
% 3.82/1.04  % (14618)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 3.82/1.04  % (14618)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 3.82/1.04  % (14618)Termination reason: Unknown
% 3.82/1.04  % (14618)Termination phase: Saturation
% 3.82/1.04  
% 3.82/1.04  % (14618)Memory used [KB]: 6652
% 3.82/1.04  % (14618)Time elapsed: 0.247 s
% 3.82/1.04  % (14618)Instructions burned: 90 (million)
% 3.82/1.04  % (14618)------------------------------
% 3.82/1.04  % (14618)------------------------------
% 3.82/1.05  % (14664)dis+2_1:64_add=large:bce=on:bd=off:i=4585:si=on:rawr=on:rtra=on_0 on theBenchmark for (2994ds/4585Mi)
% 4.24/1.09  % (14688)dis+21_1:1_av=off:er=filter:slsq=on:slsqc=0:slsqr=1,1:sp=frequency:to=lpo:i=2016:si=on:rawr=on:rtra=on_0 on theBenchmark for (2993ds/2016Mi)
% 4.24/1.09  % (14627)Instruction limit reached!
% 4.24/1.09  % (14627)------------------------------
% 4.24/1.09  % (14627)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 4.24/1.09  % (14627)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 4.24/1.10  % (14690)dis+10_1:2_atotf=0.3:i=8004:si=on:rawr=on:rtra=on_0 on theBenchmark for (2993ds/8004Mi)
% 4.24/1.10  % (14627)Termination reason: Unknown
% 4.24/1.10  % (14627)Termination phase: Saturation
% 4.24/1.10  
% 4.24/1.10  % (14627)Memory used [KB]: 6908
% 4.24/1.10  % (14627)Time elapsed: 0.034 s
% 4.24/1.10  % (14627)Instructions burned: 68 (million)
% 4.24/1.10  % (14627)------------------------------
% 4.24/1.10  % (14627)------------------------------
% 4.24/1.12  % (14684)dis+22_1:128_bsd=on:rp=on:slsq=on:slsqc=1:slsqr=1,6:sp=frequency:spb=goal:thsq=on:thsqc=16:thsqd=1:thsql=off:i=90:si=on:rawr=on:rtra=on_0 on theBenchmark for (2993ds/90Mi)
% 4.24/1.13  % (14692)ott+11_9:8_add=large:afp=10:amm=off:fsd=on:fsr=off:lma=on:nm=0:nwc=2.4:s2a=on:s2agt=10:sas=z3:sp=reverse_arity:tha=some:thi=overlap:i=9965:si=on:rawr=on:rtra=on_0 on theBenchmark for (2993ds/9965Mi)
% 6.02/1.13  % (14693)ott+10_1:32_bd=off:fsr=off:newcnf=on:tgt=full:i=9877:si=on:rawr=on:rtra=on_0 on theBenchmark for (2993ds/9877Mi)
% 6.02/1.15  % (14721)ins+10_1:16_bce=on:fde=unused:igpr=on:igs=35:igwr=on:sp=const_frequency:tgt=full:to=lpo:i=9902:si=on:rawr=on:rtra=on_0 on theBenchmark for (2993ds/9902Mi)
% 6.02/1.15  % (14594)Instruction limit reached!
% 6.02/1.15  % (14594)------------------------------
% 6.02/1.15  % (14594)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 6.02/1.15  % (14594)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 6.02/1.15  % (14594)Termination reason: Unknown
% 6.02/1.15  % (14594)Termination phase: Saturation
% 6.02/1.15  
% 6.02/1.15  % (14594)Memory used [KB]: 4093
% 6.02/1.15  % (14594)Time elapsed: 0.525 s
% 6.02/1.15  % (14594)Instructions burned: 213 (million)
% 6.02/1.15  % (14594)------------------------------
% 6.02/1.15  % (14594)------------------------------
% 6.24/1.22  % (14758)ott+11_9:8_amm=off:bsd=on:etr=on:fsd=on:fsr=off:lma=on:newcnf=on:nm=0:nwc=3.0:s2a=on:s2agt=10:sas=z3:tha=some:i=1824:si=on:rawr=on:rtra=on_0 on theBenchmark for (2992ds/1824Mi)
% 6.84/1.26  % (14684)Instruction limit reached!
% 6.84/1.26  % (14684)------------------------------
% 6.84/1.26  % (14684)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 6.84/1.26  % (14684)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 6.84/1.26  % (14684)Termination reason: Unknown
% 6.84/1.26  % (14684)Termination phase: Saturation
% 6.84/1.26  
% 6.84/1.26  % (14684)Memory used [KB]: 6652
% 6.84/1.26  % (14684)Time elapsed: 0.270 s
% 6.84/1.26  % (14684)Instructions burned: 91 (million)
% 6.84/1.26  % (14684)------------------------------
% 6.84/1.26  % (14684)------------------------------
% 6.84/1.27  % (14569)Instruction limit reached!
% 6.84/1.27  % (14569)------------------------------
% 6.84/1.27  % (14569)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 7.18/1.29  % (14783)dis+2_1:64_add=large:bce=on:bd=off:i=9989:si=on:rawr=on:rtra=on_0 on theBenchmark for (2991ds/9989Mi)
% 7.18/1.30  % (14569)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 7.18/1.30  % (14569)Termination reason: Unknown
% 7.18/1.30  % (14569)Termination phase: Saturation
% 7.18/1.30  
% 7.18/1.30  % (14569)Memory used [KB]: 9594
% 7.18/1.30  % (14569)Time elapsed: 0.827 s
% 7.18/1.30  % (14569)Instructions burned: 469 (million)
% 7.18/1.30  % (14569)------------------------------
% 7.18/1.30  % (14569)------------------------------
% 7.18/1.33  % (14575)Instruction limit reached!
% 7.18/1.33  % (14575)------------------------------
% 7.18/1.33  % (14575)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 7.18/1.33  % (14575)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 7.18/1.33  % (14575)Termination reason: Unknown
% 7.18/1.33  % (14575)Termination phase: Saturation
% 7.18/1.33  
% 7.18/1.33  % (14575)Memory used [KB]: 9850
% 7.18/1.33  % (14575)Time elapsed: 0.900 s
% 7.18/1.33  % (14575)Instructions burned: 355 (million)
% 7.18/1.33  % (14575)------------------------------
% 7.18/1.33  % (14575)------------------------------
% 7.80/1.37  % (14574)Instruction limit reached!
% 7.80/1.37  % (14574)------------------------------
% 7.80/1.37  % (14574)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 7.80/1.38  % (14592)Instruction limit reached!
% 7.80/1.38  % (14592)------------------------------
% 7.80/1.38  % (14592)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 7.80/1.39  % (14574)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 7.80/1.39  % (14574)Termination reason: Unknown
% 7.80/1.39  % (14574)Termination phase: Saturation
% 7.80/1.39  
% 7.80/1.39  % (14574)Memory used [KB]: 11513
% 7.80/1.39  % (14574)Time elapsed: 0.940 s
% 7.80/1.39  % (14574)Instructions burned: 441 (million)
% 7.80/1.39  % (14574)------------------------------
% 7.80/1.39  % (14574)------------------------------
% 7.80/1.40  % (14807)ott-11_1:32_i=9707:si=on:rawr=on:rtra=on_0 on theBenchmark for (2990ds/9707Mi)
% 7.80/1.40  % (14570)Instruction limit reached!
% 7.80/1.40  % (14570)------------------------------
% 7.80/1.40  % (14570)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 7.80/1.40  % (14570)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 7.80/1.40  % (14570)Termination reason: Unknown
% 7.80/1.40  % (14570)Termination phase: Saturation
% 7.80/1.40  
% 7.80/1.40  % (14570)Memory used [KB]: 10490
% 7.80/1.40  % (14570)Time elapsed: 0.957 s
% 7.80/1.40  % (14570)Instructions burned: 482 (million)
% 7.80/1.40  % (14570)------------------------------
% 7.80/1.40  % (14570)------------------------------
% 7.80/1.40  % (14592)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 7.80/1.40  % (14592)Termination reason: Unknown
% 7.80/1.40  % (14592)Termination phase: Saturation
% 7.80/1.40  
% 7.80/1.40  % (14592)Memory used [KB]: 9083
% 7.80/1.40  % (14592)Time elapsed: 0.742 s
% 7.80/1.40  % (14592)Instructions burned: 388 (million)
% 7.80/1.40  % (14592)------------------------------
% 7.80/1.40  % (14592)------------------------------
% 8.24/1.42  % (14817)dis+22_1:128_bsd=on:rp=on:slsq=on:slsqc=1:slsqr=1,6:sp=frequency:spb=goal:thsq=on:thsqc=16:thsqd=1:thsql=off:i=90:si=on:rawr=on:rtra=on_0 on theBenchmark for (2990ds/90Mi)
% 8.24/1.45  % (14827)ott+3_1:1_abs=on:anc=none:bs=on:fsr=off:spb=goal_then_units:i=44001:si=on:rawr=on:rtra=on_0 on theBenchmark for (2990ds/44001Mi)
% 8.44/1.51  % (14857)ott+11_9:8_add=large:afp=10:amm=off:fsd=on:fsr=off:lma=on:nm=0:nwc=2.4:s2a=on:s2agt=10:sas=z3:sp=reverse_arity:tha=some:thi=overlap:i=4958:si=on:rawr=on:rtra=on_0 on theBenchmark for (2989ds/4958Mi)
% 8.44/1.53  % (14864)ott+1_27:428_av=off:awrs=converge:awrsf=8:bsr=unit_only:drc=off:fd=preordered:newcnf=on:nwc=1.5:skr=on:slsq=on:slsqc=2:slsql=off:slsqr=1,4:sp=reverse_frequency:uwa=one_side_constant:i=35256:si=on:rawr=on:rtra=on_0 on theBenchmark for (2989ds/35256Mi)
% 8.91/1.54  % (14865)dis+1002_1:1_fde=unused:nwc=10.0:s2a=on:s2at=3.0:sac=on:i=32293:si=on:rawr=on:rtra=on_0 on theBenchmark for (2989ds/32293Mi)
% 8.91/1.55  % (14817)Instruction limit reached!
% 8.91/1.55  % (14817)------------------------------
% 8.91/1.55  % (14817)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 8.91/1.55  % (14817)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 8.91/1.55  % (14817)Termination reason: Unknown
% 8.91/1.55  % (14817)Termination phase: Saturation
% 8.91/1.55  
% 8.91/1.55  % (14817)Memory used [KB]: 6524
% 8.91/1.55  % (14817)Time elapsed: 0.216 s
% 8.91/1.55  % (14817)Instructions burned: 92 (million)
% 8.91/1.55  % (14817)------------------------------
% 8.91/1.55  % (14817)------------------------------
% 8.91/1.57  % (14571)Instruction limit reached!
% 8.91/1.57  % (14571)------------------------------
% 8.91/1.57  % (14571)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 8.91/1.57  % (14571)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 8.91/1.57  % (14571)Termination reason: Unknown
% 8.91/1.57  % (14571)Termination phase: Saturation
% 8.91/1.57  
% 8.91/1.57  % (14571)Memory used [KB]: 11129
% 8.91/1.57  % (14571)Time elapsed: 1.101 s
% 8.91/1.57  % (14571)Instructions burned: 501 (million)
% 8.91/1.57  % (14571)------------------------------
% 8.91/1.57  % (14571)------------------------------
% 10.31/1.68  % (14874)ott+21_1:28_afr=on:anc=all_dependent:bs=on:bsr=unit_only:nicw=on:sp=const_frequency:uhcvi=on:i=37001:si=on:rawr=on:rtra=on_0 on theBenchmark for (2988ds/37001Mi)
% 10.31/1.70  % (14875)ott+10_1:32_bd=off:fsr=off:newcnf=on:tgt=full:i=10187:si=on:rawr=on:rtra=on_0 on theBenchmark for (2987ds/10187Mi)
% 11.60/1.85  % (14612)Instruction limit reached!
% 11.60/1.85  % (14612)------------------------------
% 11.60/1.85  % (14612)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 11.60/1.85  % (14612)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 11.60/1.85  % (14612)Termination reason: Unknown
% 11.60/1.85  % (14612)Termination phase: Saturation
% 11.60/1.85  
% 11.60/1.85  % (14612)Memory used [KB]: 3709
% 11.60/1.86  % (14612)Time elapsed: 1.093 s
% 11.60/1.86  % (14612)Instructions burned: 657 (million)
% 11.60/1.86  % (14612)------------------------------
% 11.60/1.86  % (14612)------------------------------
% 12.62/1.99  % (14876)ott+3_1:1_atotf=0.2:fsr=off:kws=precedence:sp=weighted_frequency:spb=intro:tgt=ground:i=29337:si=on:rawr=on:rtra=on_0 on theBenchmark for (2984ds/29337Mi)
% 13.38/2.10  % (14610)Instruction limit reached!
% 13.38/2.10  % (14610)------------------------------
% 13.38/2.10  % (14610)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 13.38/2.12  % (14610)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 13.38/2.12  % (14610)Termination reason: Unknown
% 13.38/2.12  % (14610)Termination phase: Saturation
% 13.38/2.12  
% 13.38/2.12  % (14610)Memory used [KB]: 12792
% 13.38/2.12  % (14610)Time elapsed: 1.364 s
% 13.38/2.12  % (14610)Instructions burned: 748 (million)
% 13.38/2.12  % (14610)------------------------------
% 13.38/2.12  % (14610)------------------------------
% 14.16/2.17  % (14617)Instruction limit reached!
% 14.16/2.17  % (14617)------------------------------
% 14.16/2.17  % (14617)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 14.16/2.17  % (14617)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 14.16/2.17  % (14617)Termination reason: Unknown
% 14.16/2.17  % (14617)Termination phase: Saturation
% 14.16/2.17  
% 14.16/2.17  % (14617)Memory used [KB]: 15223
% 14.16/2.17  % (14617)Time elapsed: 1.331 s
% 14.16/2.17  % (14617)Instructions burned: 981 (million)
% 14.16/2.17  % (14617)------------------------------
% 14.16/2.17  % (14617)------------------------------
% 14.16/2.22  % (14877)ins+10_1:16_bce=on:fde=unused:igpr=on:igs=35:igwr=on:sp=const_frequency:tgt=full:to=lpo:i=10147:si=on:rawr=on:rtra=on_0 on theBenchmark for (2982ds/10147Mi)
% 15.08/2.30  % (14878)fmb+10_1:1_fmbsr=2.0:nm=4:skr=on:i=38056:si=on:rawr=on:rtra=on_0 on theBenchmark for (2981ds/38056Mi)
% 15.08/2.33  % (14878)WARNING: trying to run FMB on interpreted or otherwise provably infinite-domain problem!
% 15.08/2.33  % (14878)Terminated due to inappropriate strategy.
% 15.08/2.33  % (14878)------------------------------
% 15.08/2.33  % (14878)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 15.08/2.33  % (14878)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 15.08/2.33  % (14878)Termination reason: Inappropriate
% 15.08/2.33  
% 15.08/2.33  % (14878)Memory used [KB]: 1151
% 15.08/2.33  % (14878)Time elapsed: 0.006 s
% 15.08/2.33  % (14878)Instructions burned: 11 (million)
% 15.08/2.33  % (14878)------------------------------
% 15.08/2.33  % (14878)------------------------------
% 15.85/2.37  % (14607)Instruction limit reached!
% 15.85/2.37  % (14607)------------------------------
% 15.85/2.37  % (14607)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 15.85/2.38  % (14607)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 15.85/2.38  % (14607)Termination reason: Unknown
% 15.85/2.38  % (14607)Termination phase: Saturation
% 15.85/2.38  
% 15.85/2.38  % (14607)Memory used [KB]: 12920
% 15.85/2.38  % (14607)Time elapsed: 1.652 s
% 15.85/2.38  % (14607)Instructions burned: 920 (million)
% 15.85/2.38  % (14607)------------------------------
% 15.85/2.38  % (14607)------------------------------
% 15.85/2.39  % (14616)Instruction limit reached!
% 15.85/2.39  % (14616)------------------------------
% 15.85/2.39  % (14616)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 15.85/2.39  % (14616)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 15.85/2.39  % (14616)Termination reason: Unknown
% 15.85/2.39  % (14616)Termination phase: Saturation
% 15.85/2.39  
% 15.85/2.39  % (14616)Memory used [KB]: 14200
% 15.85/2.39  % (14616)Time elapsed: 1.630 s
% 15.85/2.39  % (14616)Instructions burned: 942 (million)
% 15.85/2.39  % (14616)------------------------------
% 15.85/2.39  % (14616)------------------------------
% 16.52/2.47  % (14879)fmb+10_1:1_dr=on:fmbsr=2.0:newcnf=on:nm=2:i=33239:si=on:rawr=on:rtra=on_0 on theBenchmark for (2980ds/33239Mi)
% 16.52/2.48  % (14880)fmb+10_1:1_fmbas=predicate:gsp=on:nm=2:i=20987:si=on:rawr=on:rtra=on_0 on theBenchmark for (2979ds/20987Mi)
% 16.52/2.49  % (14609)Instruction limit reached!
% 16.52/2.49  % (14609)------------------------------
% 16.52/2.49  % (14609)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 16.52/2.49  % (14609)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 16.52/2.49  % (14609)Termination reason: Unknown
% 16.52/2.49  % (14609)Termination phase: Saturation
% 16.52/2.49  
% 16.52/2.49  % (14609)Memory used [KB]: 15607
% 16.52/2.49  % (14609)Time elapsed: 1.768 s
% 16.52/2.49  % (14609)Instructions burned: 934 (million)
% 16.52/2.49  % (14609)------------------------------
% 16.52/2.49  % (14609)------------------------------
% 16.52/2.49  % (14880)WARNING: trying to run FMB on interpreted or otherwise provably infinite-domain problem!
% 16.52/2.49  % (14880)Terminated due to inappropriate strategy.
% 16.52/2.49  % (14880)------------------------------
% 16.52/2.49  % (14880)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 16.52/2.49  % (14880)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 16.52/2.49  % (14880)Termination reason: Inappropriate
% 16.52/2.49  
% 16.52/2.49  % (14880)Memory used [KB]: 1279
% 16.52/2.49  % (14880)Time elapsed: 0.010 s
% 16.52/2.49  % (14880)Instructions burned: 12 (million)
% 16.52/2.49  % (14880)------------------------------
% 16.52/2.49  % (14880)------------------------------
% 16.52/2.49  % (14879)WARNING: trying to run FMB on interpreted or otherwise provably infinite-domain problem!
% 16.52/2.49  % (14879)Terminated due to inappropriate strategy.
% 16.52/2.49  % (14879)------------------------------
% 16.52/2.49  % (14879)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 16.52/2.49  % (14879)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 16.52/2.49  % (14879)Termination reason: Inappropriate
% 16.52/2.49  
% 16.52/2.49  % (14879)Memory used [KB]: 1151
% 16.52/2.49  % (14879)Time elapsed: 0.006 s
% 16.52/2.49  % (14879)Instructions burned: 10 (million)
% 16.52/2.49  % (14879)------------------------------
% 16.52/2.49  % (14879)------------------------------
% 17.16/2.54  % (14881)fmb+10_1:1_bce=on:fmbsr=1.5:nm=4:skr=on:i=49917:si=on:rawr=on:rtra=on_0 on theBenchmark for (2979ds/49917Mi)
% 17.16/2.56  % (14881)WARNING: trying to run FMB on interpreted or otherwise provably infinite-domain problem!
% 17.16/2.56  % (14881)Terminated due to inappropriate strategy.
% 17.16/2.56  % (14881)------------------------------
% 17.16/2.56  % (14881)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 17.16/2.56  % (14881)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 17.16/2.56  % (14881)Termination reason: Inappropriate
% 17.16/2.56  
% 17.16/2.56  % (14881)Memory used [KB]: 1279
% 17.16/2.56  % (14881)Time elapsed: 0.007 s
% 17.16/2.56  % (14881)Instructions burned: 13 (million)
% 17.16/2.56  % (14881)------------------------------
% 17.16/2.56  % (14881)------------------------------
% 17.44/2.59  % (14807)First to succeed.
% 17.44/2.60  % (14807)Refutation found. Thanks to Tanya!
% 17.44/2.60  % SZS status Theorem for theBenchmark
% 17.44/2.60  % SZS output start Proof for theBenchmark
% See solution above
% 17.44/2.60  % (14807)------------------------------
% 17.44/2.60  % (14807)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 17.44/2.60  % (14807)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 17.44/2.60  % (14807)Termination reason: Refutation
% 17.44/2.60  
% 17.44/2.60  % (14807)Memory used [KB]: 12025
% 17.44/2.60  % (14807)Time elapsed: 1.262 s
% 17.44/2.60  % (14807)Instructions burned: 687 (million)
% 17.44/2.60  % (14807)------------------------------
% 17.44/2.60  % (14807)------------------------------
% 17.44/2.60  % (14545)Success in time 2.237 s
%------------------------------------------------------------------------------