TSTP Solution File: DAT104_1 by Vampire---4.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Vampire---4.8
% Problem  : DAT104_1 : TPTP v8.1.2. Released v6.1.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 : 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 : Sun May  5 05:04:36 EDT 2024

% Result   : Theorem 1.46s 0.94s
% Output   : Refutation 1.46s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   17
%            Number of leaves      :   20
% Syntax   : Number of formulae    :   68 (  12 unt;   8 typ;   0 def)
%            Number of atoms       :  187 (  45 equ)
%            Maximal formula atoms :   12 (   3 avg)
%            Number of connectives :  193 (  66   ~;  82   |;  35   &)
%                                         (   5 <=>;   5  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   12 (   5 avg)
%            Maximal term depth    :    3 (   1 avg)
%            Number arithmetic     :  224 (  60 atm;  32 fun;  69 num;  63 var)
%            Number of types       :    3 (   1 usr;   1 ari)
%            Number of type conns  :   10 (   6   >;   4   *;   0   +;   0  <<)
%            Number of predicates  :    7 (   3 usr;   3 prp; 0-2 aty)
%            Number of functors    :   12 (   6 usr;   4 con; 0-2 aty)
%            Number of variables   :  113 (  99   !;  14   ?; 113   :)

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

tff(func_def_0,type,
    nil: list ).

tff(func_def_1,type,
    cons: ( $int * list ) > list ).

tff(func_def_2,type,
    head: list > $int ).

tff(func_def_3,type,
    tail: list > list ).

tff(func_def_9,type,
    sK0: ( $int * list ) > $int ).

tff(func_def_10,type,
    sK1: ( $int * list ) > list ).

tff(pred_def_1,type,
    inRange: ( $int * list ) > $o ).

tff(f1633,plain,
    $false,
    inference(avatar_sat_refutation,[],[f1622,f1626,f1632]) ).

tff(f1632,plain,
    ~ spl2_1,
    inference(avatar_contradiction_clause,[],[f1631]) ).

tff(f1631,plain,
    ( $false
    | ~ spl2_1 ),
    inference(evaluation,[],[f1627]) ).

tff(f1627,plain,
    ( $less(0,0)
    | $less(1,1)
    | ~ spl2_1 ),
    inference(resolution,[],[f1618,f86]) ).

tff(f86,plain,
    ! [X0: $int] :
      ( $less(0,X0)
      | $less(X0,1) ),
    inference(superposition,[],[f71,f12]) ).

tff(f12,plain,
    ! [X0: $int] : ( $sum(X0,0) = X0 ),
    introduced(theory_axiom_137,[]) ).

tff(f71,plain,
    ! [X0: $int,X1: $int] :
      ( $less(X1,$sum(1,X0))
      | $less(X0,X1) ),
    inference(superposition,[],[f19,f10]) ).

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

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

tff(f1618,plain,
    ( ! [X0: $int] :
        ( ~ $less(X0,1)
        | $less(X0,0) )
    | ~ spl2_1 ),
    inference(avatar_component_clause,[],[f1617]) ).

tff(f1617,plain,
    ( spl2_1
  <=> ! [X0: $int] :
        ( ~ $less(X0,1)
        | $less(X0,0) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl2_1])]) ).

tff(f1626,plain,
    ~ spl2_2,
    inference(avatar_contradiction_clause,[],[f1623]) ).

tff(f1623,plain,
    ( $false
    | ~ spl2_2 ),
    inference(resolution,[],[f1621,f45]) ).

tff(f45,plain,
    ! [X0: $int] : ~ inRange(X0,nil),
    inference(consistent_polarity_flipping,[],[f43]) ).

tff(f43,plain,
    ! [X0: $int] : inRange(X0,nil),
    inference(equality_resolution,[],[f39]) ).

tff(f39,plain,
    ! [X0: $int,X1: list] :
      ( inRange(X0,X1)
      | ( nil != X1 ) ),
    inference(cnf_transformation,[],[f30]) ).

tff(f30,plain,
    ! [X0: $int,X1: list] :
      ( ( inRange(X0,X1)
        | ( ! [X2: $int,X3: list] :
              ( ~ inRange(X0,X3)
              | ~ $less(X2,X0)
              | $less(X2,0)
              | ( cons(X2,X3) != X1 ) )
          & ( nil != X1 ) ) )
      & ( ( inRange(X0,sK1(X0,X1))
          & $less(sK0(X0,X1),X0)
          & ~ $less(sK0(X0,X1),0)
          & ( cons(sK0(X0,X1),sK1(X0,X1)) = X1 ) )
        | ( nil = X1 )
        | ~ inRange(X0,X1) ) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK0,sK1])],[f28,f29]) ).

tff(f29,plain,
    ! [X0: $int,X1: list] :
      ( ? [X4: $int,X5: list] :
          ( inRange(X0,X5)
          & $less(X4,X0)
          & ~ $less(X4,0)
          & ( cons(X4,X5) = X1 ) )
     => ( inRange(X0,sK1(X0,X1))
        & $less(sK0(X0,X1),X0)
        & ~ $less(sK0(X0,X1),0)
        & ( cons(sK0(X0,X1),sK1(X0,X1)) = X1 ) ) ),
    introduced(choice_axiom,[]) ).

tff(f28,plain,
    ! [X0: $int,X1: list] :
      ( ( inRange(X0,X1)
        | ( ! [X2: $int,X3: list] :
              ( ~ inRange(X0,X3)
              | ~ $less(X2,X0)
              | $less(X2,0)
              | ( cons(X2,X3) != X1 ) )
          & ( nil != X1 ) ) )
      & ( ? [X4: $int,X5: list] :
            ( inRange(X0,X5)
            & $less(X4,X0)
            & ~ $less(X4,0)
            & ( cons(X4,X5) = X1 ) )
        | ( nil = X1 )
        | ~ inRange(X0,X1) ) ),
    inference(rectify,[],[f27]) ).

tff(f27,plain,
    ! [X0: $int,X1: list] :
      ( ( inRange(X0,X1)
        | ( ! [X2: $int,X3: list] :
              ( ~ inRange(X0,X3)
              | ~ $less(X2,X0)
              | $less(X2,0)
              | ( cons(X2,X3) != X1 ) )
          & ( nil != X1 ) ) )
      & ( ? [X2: $int,X3: list] :
            ( inRange(X0,X3)
            & $less(X2,X0)
            & ~ $less(X2,0)
            & ( cons(X2,X3) = X1 ) )
        | ( nil = X1 )
        | ~ inRange(X0,X1) ) ),
    inference(flattening,[],[f26]) ).

tff(f26,plain,
    ! [X0: $int,X1: list] :
      ( ( inRange(X0,X1)
        | ( ! [X2: $int,X3: list] :
              ( ~ inRange(X0,X3)
              | ~ $less(X2,X0)
              | $less(X2,0)
              | ( cons(X2,X3) != X1 ) )
          & ( nil != X1 ) ) )
      & ( ? [X2: $int,X3: list] :
            ( inRange(X0,X3)
            & $less(X2,X0)
            & ~ $less(X2,0)
            & ( cons(X2,X3) = X1 ) )
        | ( nil = X1 )
        | ~ inRange(X0,X1) ) ),
    inference(nnf_transformation,[],[f23]) ).

tff(f23,plain,
    ! [X0: $int,X1: list] :
      ( inRange(X0,X1)
    <=> ( ? [X2: $int,X3: list] :
            ( inRange(X0,X3)
            & $less(X2,X0)
            & ~ $less(X2,0)
            & ( cons(X2,X3) = X1 ) )
        | ( nil = X1 ) ) ),
    inference(rectify,[],[f8]) ).

tff(f8,plain,
    ! [X2: $int,X1: list] :
      ( inRange(X2,X1)
    <=> ( ? [X0: $int,X3: list] :
            ( inRange(X2,X3)
            & $less(X0,X2)
            & ~ $less(X0,0)
            & ( cons(X0,X3) = X1 ) )
        | ( nil = X1 ) ) ),
    inference(theory_normalization,[],[f5]) ).

tff(f5,axiom,
    ! [X2: $int,X1: list] :
      ( inRange(X2,X1)
    <=> ( ? [X0: $int,X3: list] :
            ( inRange(X2,X3)
            & $less(X0,X2)
            & $lesseq(0,X0)
            & ( cons(X0,X3) = X1 ) )
        | ( nil = X1 ) ) ),
    file('/export/starexec/sandbox2/tmp/tmp.c1oirpTNqp/Vampire---4.8_23999',inRange) ).

tff(f1621,plain,
    ( ! [X1: list] : inRange(1,X1)
    | ~ spl2_2 ),
    inference(avatar_component_clause,[],[f1620]) ).

tff(f1620,plain,
    ( spl2_2
  <=> ! [X1: list] : inRange(1,X1) ),
    introduced(avatar_definition,[new_symbols(naming,[spl2_2])]) ).

tff(f1622,plain,
    ( spl2_1
    | spl2_2 ),
    inference(avatar_split_clause,[],[f1615,f1620,f1617]) ).

tff(f1615,plain,
    ! [X0: $int,X1: list] :
      ( inRange(1,X1)
      | ~ $less(X0,1)
      | $less(X0,0) ),
    inference(subsumption_resolution,[],[f1614,f34]) ).

tff(f34,plain,
    ! [X0: $int,X1: list] : ( cons(X0,X1) != nil ),
    inference(cnf_transformation,[],[f4]) ).

tff(f4,axiom,
    ! [X0: $int,X1: list] : ( cons(X0,X1) != nil ),
    file('/export/starexec/sandbox2/tmp/tmp.c1oirpTNqp/Vampire---4.8_23999',l4) ).

tff(f1614,plain,
    ! [X0: $int,X1: list] :
      ( ( cons(X0,X1) = nil )
      | inRange(1,X1)
      | ~ $less(X0,1)
      | $less(X0,0) ),
    inference(resolution,[],[f1608,f44]) ).

tff(f44,plain,
    ! [X2: $int,X3: list,X0: $int] :
      ( ~ inRange(X0,cons(X2,X3))
      | inRange(X0,X3)
      | ~ $less(X2,X0)
      | $less(X2,0) ),
    inference(consistent_polarity_flipping,[],[f42]) ).

tff(f42,plain,
    ! [X2: $int,X3: list,X0: $int] :
      ( inRange(X0,cons(X2,X3))
      | ~ inRange(X0,X3)
      | ~ $less(X2,X0)
      | $less(X2,0) ),
    inference(equality_resolution,[],[f40]) ).

tff(f40,plain,
    ! [X2: $int,X3: list,X0: $int,X1: list] :
      ( inRange(X0,X1)
      | ~ inRange(X0,X3)
      | ~ $less(X2,X0)
      | $less(X2,0)
      | ( cons(X2,X3) != X1 ) ),
    inference(cnf_transformation,[],[f30]) ).

tff(f1608,plain,
    ! [X0: list] :
      ( inRange(1,X0)
      | ( nil = X0 ) ),
    inference(resolution,[],[f1297,f57]) ).

tff(f57,plain,
    ! [X0: list] :
      ( ~ inRange(0,X0)
      | inRange(1,X0) ),
    inference(evaluation,[],[f55]) ).

tff(f55,plain,
    ! [X0: list] :
      ( ~ inRange(0,X0)
      | inRange($uminus(-1),X0) ),
    inference(superposition,[],[f51,f52]) ).

tff(f52,plain,
    ! [X0: $int] : ( 0 = $sum($uminus(X0),X0) ),
    inference(superposition,[],[f14,f20]) ).

tff(f20,plain,
    ! [X0: $int] : ( $uminus($uminus(X0)) = X0 ),
    introduced(theory_axiom_148,[]) ).

tff(f14,plain,
    ! [X0: $int] : ( 0 = $sum(X0,$uminus(X0)) ),
    introduced(theory_axiom_140,[]) ).

tff(f51,plain,
    ! [X0: $int,X1: list] :
      ( ~ inRange($sum(X0,-1),X1)
      | inRange(X0,X1) ),
    inference(evaluation,[],[f50]) ).

tff(f50,plain,
    ! [X0: $int,X1: list] :
      ( ~ inRange($sum(X0,$uminus(1)),X1)
      | inRange(X0,X1) ),
    inference(consistent_polarity_flipping,[],[f41]) ).

tff(f41,plain,
    ! [X0: $int,X1: list] :
      ( inRange($sum(X0,$uminus(1)),X1)
      | ~ inRange(X0,X1) ),
    inference(cnf_transformation,[],[f25]) ).

tff(f25,plain,
    ! [X0: $int,X1: list] :
      ( inRange($sum(X0,$uminus(1)),X1)
      | ~ inRange(X0,X1) ),
    inference(ennf_transformation,[],[f24]) ).

tff(f24,plain,
    ! [X0: $int,X1: list] :
      ( inRange(X0,X1)
     => inRange($sum(X0,$uminus(1)),X1) ),
    inference(rectify,[],[f9]) ).

tff(f9,plain,
    ! [X2: $int,X1: list] :
      ( inRange(X2,X1)
     => inRange($sum(X2,$uminus(1)),X1) ),
    inference(theory_normalization,[],[f7]) ).

tff(f7,negated_conjecture,
    ~ ~ ! [X2: $int,X1: list] :
          ( inRange(X2,X1)
         => inRange($difference(X2,1),X1) ),
    inference(negated_conjecture,[],[f6]) ).

tff(f6,conjecture,
    ~ ! [X2: $int,X1: list] :
        ( inRange(X2,X1)
       => inRange($difference(X2,1),X1) ),
    file('/export/starexec/sandbox2/tmp/tmp.c1oirpTNqp/Vampire---4.8_23999',c) ).

tff(f1297,plain,
    ! [X0: list] :
      ( inRange(0,X0)
      | ( nil = X0 ) ),
    inference(evaluation,[],[f1296]) ).

tff(f1296,plain,
    ! [X0: list] :
      ( inRange($sum(-1,1),X0)
      | ( nil = X0 ) ),
    inference(duplicate_literal_removal,[],[f1286]) ).

tff(f1286,plain,
    ! [X0: list] :
      ( inRange($sum(-1,1),X0)
      | ( nil = X0 )
      | ( nil = X0 )
      | inRange($sum(-1,1),X0) ),
    inference(resolution,[],[f239,f249]) ).

tff(f249,plain,
    ! [X0: $int,X1: list] :
      ( $less(-1,sK0(X0,X1))
      | ( nil = X1 )
      | inRange(X0,X1) ),
    inference(forward_literal_rewriting,[],[f48,f90]) ).

tff(f90,plain,
    ! [X0: $int] :
      ( $less(-1,X0)
      | $less(X0,0) ),
    inference(evaluation,[],[f87]) ).

tff(f87,plain,
    ! [X0: $int] :
      ( $less(X0,0)
      | $less($uminus(1),X0) ),
    inference(superposition,[],[f71,f14]) ).

tff(f48,plain,
    ! [X0: $int,X1: list] :
      ( ~ $less(sK0(X0,X1),0)
      | ( nil = X1 )
      | inRange(X0,X1) ),
    inference(consistent_polarity_flipping,[],[f36]) ).

tff(f36,plain,
    ! [X0: $int,X1: list] :
      ( ~ $less(sK0(X0,X1),0)
      | ( nil = X1 )
      | ~ inRange(X0,X1) ),
    inference(cnf_transformation,[],[f30]) ).

tff(f239,plain,
    ! [X0: list,X1: $int] :
      ( ~ $less(X1,sK0($sum(X1,1),X0))
      | inRange($sum(X1,1),X0)
      | ( nil = X0 ) ),
    inference(resolution,[],[f47,f21]) ).

tff(f21,plain,
    ! [X0: $int,X1: $int] :
      ( ~ $less(X1,$sum(X0,1))
      | ~ $less(X0,X1) ),
    introduced(theory_axiom_161,[]) ).

tff(f47,plain,
    ! [X0: $int,X1: list] :
      ( $less(sK0(X0,X1),X0)
      | ( nil = X1 )
      | inRange(X0,X1) ),
    inference(consistent_polarity_flipping,[],[f37]) ).

tff(f37,plain,
    ! [X0: $int,X1: list] :
      ( $less(sK0(X0,X1),X0)
      | ( nil = X1 )
      | ~ inRange(X0,X1) ),
    inference(cnf_transformation,[],[f30]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.09  % Problem    : DAT104_1 : TPTP v8.1.2. Released v6.1.0.
% 0.00/0.10  % 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.11/0.30  % Computer : n025.cluster.edu
% 0.11/0.30  % Model    : x86_64 x86_64
% 0.11/0.30  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.11/0.30  % Memory   : 8042.1875MB
% 0.11/0.30  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.11/0.30  % CPULimit   : 300
% 0.11/0.30  % WCLimit    : 300
% 0.11/0.30  % DateTime   : Fri May  3 13:13:13 EDT 2024
% 0.11/0.30  % CPUTime    : 
% 0.11/0.30  This is a TF0_THM_EQU_ARI problem
% 0.11/0.30  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/tmp/tmp.c1oirpTNqp/Vampire---4.8_23999
% 0.57/0.78  % (24113)lrs+1011_1:1_sil=8000:sp=occurrence:nwc=10.0:i=78:ss=axioms:sgt=8_0 on Vampire---4 for (2995ds/78Mi)
% 0.57/0.78  % (24115)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 Vampire---4 for (2995ds/34Mi)
% 0.57/0.78  % (24112)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 Vampire---4 for (2995ds/51Mi)
% 0.57/0.78  % (24116)lrs+1002_1:16_to=lpo:sil=32000:sp=unary_frequency:sos=on:i=45:bd=off:ss=axioms_0 on Vampire---4 for (2995ds/45Mi)
% 0.57/0.78  % (24114)ott+1011_1:1_sil=2000:urr=on:i=33:sd=1:kws=inv_frequency:ss=axioms:sup=off_0 on Vampire---4 for (2995ds/33Mi)
% 0.57/0.78  % (24117)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 Vampire---4 for (2995ds/83Mi)
% 0.57/0.78  % (24118)lrs-21_1:1_to=lpo:sil=2000:sp=frequency:sos=on:lma=on:i=56:sd=2:ss=axioms:ep=R_0 on Vampire---4 for (2995ds/56Mi)
% 0.57/0.78  % (24111)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 Vampire---4 for (2995ds/34Mi)
% 0.57/0.78  % (24115)Refutation not found, incomplete strategy% (24115)------------------------------
% 0.57/0.78  % (24115)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.57/0.78  % (24115)Termination reason: Refutation not found, incomplete strategy
% 0.57/0.78  
% 0.57/0.78  % (24115)Memory used [KB]: 964
% 0.57/0.78  % (24115)Time elapsed: 0.004 s
% 0.57/0.78  % (24115)Instructions burned: 3 (million)
% 0.57/0.78  % (24118)Refutation not found, incomplete strategy% (24118)------------------------------
% 0.57/0.78  % (24118)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.57/0.78  % (24118)Termination reason: Refutation not found, incomplete strategy
% 0.57/0.78  
% 0.57/0.78  % (24118)Memory used [KB]: 957
% 0.57/0.78  % (24118)Time elapsed: 0.003 s
% 0.57/0.78  % (24118)Instructions burned: 3 (million)
% 0.57/0.78  % (24114)Refutation not found, incomplete strategy% (24114)------------------------------
% 0.57/0.78  % (24114)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.57/0.78  % (24115)------------------------------
% 0.57/0.78  % (24115)------------------------------
% 0.57/0.78  % (24114)Termination reason: Refutation not found, incomplete strategy
% 0.57/0.78  
% 0.57/0.78  % (24114)Memory used [KB]: 975
% 0.57/0.78  % (24114)Time elapsed: 0.004 s
% 0.57/0.78  % (24114)Instructions burned: 3 (million)
% 0.57/0.78  % (24118)------------------------------
% 0.57/0.78  % (24118)------------------------------
% 0.57/0.78  % (24114)------------------------------
% 0.57/0.78  % (24114)------------------------------
% 0.57/0.78  % (24111)Refutation not found, incomplete strategy% (24111)------------------------------
% 0.57/0.78  % (24111)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.57/0.78  % (24111)Termination reason: Refutation not found, incomplete strategy
% 0.57/0.78  
% 0.57/0.78  % (24111)Memory used [KB]: 989
% 0.57/0.78  % (24111)Time elapsed: 0.003 s
% 0.57/0.78  % (24111)Instructions burned: 3 (million)
% 0.57/0.78  % (24111)------------------------------
% 0.57/0.78  % (24111)------------------------------
% 0.57/0.78  % (24119)lrs+21_1:16_sil=2000:sp=occurrence:urr=on:flr=on:i=55:sd=1:nm=0:ins=3:ss=included:rawr=on:br=off_0 on Vampire---4 for (2995ds/55Mi)
% 0.57/0.78  % (24121)lrs+1010_1:2_sil=4000:tgt=ground:nwc=10.0:st=2.0:i=208:sd=1:bd=off:ss=axioms_0 on Vampire---4 for (2995ds/208Mi)
% 0.57/0.78  % (24120)dis+3_25:4_sil=16000:sos=all:erd=off:i=50:s2at=4.0:bd=off:nm=60:sup=off:cond=on:av=off:ins=2:nwc=10.0:etr=on:to=lpo:s2agt=20:fd=off:bsr=unit_only:slsq=on:slsqr=28,19:awrs=converge:awrsf=500:tgt=ground:bs=unit_only_0 on Vampire---4 for (2995ds/50Mi)
% 0.57/0.78  % (24122)lrs-1011_1:1_sil=4000:plsq=on:plsqr=32,1:sp=frequency:plsql=on:nwc=10.0:i=52:aac=none:afr=on:ss=axioms:er=filter:sgt=16:rawr=on:etr=on:lma=on_0 on Vampire---4 for (2995ds/52Mi)
% 0.63/0.80  % (24116)Instruction limit reached!
% 0.63/0.80  % (24116)------------------------------
% 0.63/0.80  % (24116)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.63/0.80  % (24116)Termination reason: Unknown
% 0.63/0.80  % (24116)Termination phase: Saturation
% 0.63/0.80  
% 0.63/0.80  % (24116)Memory used [KB]: 1299
% 0.63/0.80  % (24116)Time elapsed: 0.026 s
% 0.63/0.80  % (24116)Instructions burned: 46 (million)
% 0.63/0.80  % (24116)------------------------------
% 0.63/0.80  % (24116)------------------------------
% 0.63/0.81  % (24123)lrs-1010_1:1_to=lpo:sil=2000:sp=reverse_arity:sos=on:urr=ec_only:i=518:sd=2:bd=off:ss=axioms:sgt=16_0 on Vampire---4 for (2995ds/518Mi)
% 0.63/0.81  % (24120)Instruction limit reached!
% 0.63/0.81  % (24120)------------------------------
% 0.63/0.81  % (24120)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.63/0.81  % (24120)Termination reason: Unknown
% 0.63/0.81  % (24120)Termination phase: Saturation
% 0.63/0.81  
% 0.63/0.81  % (24120)Memory used [KB]: 1415
% 0.63/0.81  % (24120)Time elapsed: 0.025 s
% 0.63/0.81  % (24120)Instructions burned: 50 (million)
% 0.63/0.81  % (24120)------------------------------
% 0.63/0.81  % (24120)------------------------------
% 0.63/0.81  % (24112)Instruction limit reached!
% 0.63/0.81  % (24112)------------------------------
% 0.63/0.81  % (24112)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.63/0.81  % (24112)Termination reason: Unknown
% 0.63/0.81  % (24112)Termination phase: Saturation
% 0.63/0.81  
% 0.63/0.81  % (24112)Memory used [KB]: 1444
% 0.63/0.81  % (24112)Time elapsed: 0.031 s
% 0.63/0.81  % (24112)Instructions burned: 52 (million)
% 0.63/0.81  % (24112)------------------------------
% 0.63/0.81  % (24112)------------------------------
% 0.63/0.81  % (24124)lrs+1011_87677:1048576_sil=8000:sos=on:spb=non_intro:nwc=10.0:kmz=on:i=42:ep=RS:nm=0:ins=1:uhcvi=on:rawr=on:fde=unused:afp=2000:afq=1.444:plsq=on:nicw=on_0 on Vampire---4 for (2995ds/42Mi)
% 0.63/0.81  % (24125)dis+1011_1258907:1048576_bsr=unit_only:to=lpo:drc=off:sil=2000:tgt=full:fde=none:sp=frequency:spb=goal:rnwc=on:nwc=6.70083:sac=on:newcnf=on:st=2:i=243:bs=unit_only:sd=3:afp=300:awrs=decay:awrsf=218:nm=16:ins=3:afq=3.76821:afr=on:ss=axioms:sgt=5:rawr=on:add=off:bsd=on_0 on Vampire---4 for (2995ds/243Mi)
% 0.63/0.81  % (24124)Refutation not found, incomplete strategy% (24124)------------------------------
% 0.63/0.81  % (24124)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.63/0.81  % (24119)Instruction limit reached!
% 0.63/0.81  % (24119)------------------------------
% 0.63/0.81  % (24119)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.63/0.81  % (24124)Termination reason: Refutation not found, incomplete strategy
% 0.63/0.81  
% 0.63/0.81  % (24124)Memory used [KB]: 963
% 0.63/0.81  % (24124)Time elapsed: 0.003 s
% 0.63/0.81  % (24124)Instructions burned: 3 (million)
% 0.63/0.81  % (24119)Termination reason: Unknown
% 0.63/0.81  % (24119)Termination phase: Saturation
% 0.63/0.81  
% 0.63/0.81  % (24119)Memory used [KB]: 1337
% 0.63/0.81  % (24119)Time elapsed: 0.030 s
% 0.63/0.81  % (24119)Instructions burned: 55 (million)
% 0.63/0.81  % (24119)------------------------------
% 0.63/0.81  % (24119)------------------------------
% 0.63/0.81  % (24122)Instruction limit reached!
% 0.63/0.81  % (24122)------------------------------
% 0.63/0.81  % (24122)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.63/0.81  % (24122)Termination reason: Unknown
% 0.63/0.81  % (24122)Termination phase: Saturation
% 0.63/0.81  
% 0.63/0.81  % (24122)Memory used [KB]: 1287
% 0.63/0.81  % (24122)Time elapsed: 0.029 s
% 0.63/0.81  % (24122)Instructions burned: 52 (million)
% 0.63/0.81  % (24122)------------------------------
% 0.63/0.81  % (24122)------------------------------
% 0.63/0.81  % (24124)------------------------------
% 0.63/0.81  % (24124)------------------------------
% 0.63/0.82  % (24126)lrs+1011_2:9_sil=2000:lsd=10:newcnf=on:i=117:sd=2:awrs=decay:ss=included:amm=off:ep=R_0 on Vampire---4 for (2994ds/117Mi)
% 0.63/0.82  % (24127)dis+1011_11:1_sil=2000:avsq=on:i=143:avsqr=1,16:ep=RS:rawr=on:aac=none:lsd=100:mep=off:fde=none:newcnf=on:bsr=unit_only_0 on Vampire---4 for (2994ds/143Mi)
% 0.63/0.82  % (24128)lrs+1011_1:2_to=lpo:sil=8000:plsqc=1:plsq=on:plsqr=326,59:sp=weighted_frequency:plsql=on:nwc=10.0:newcnf=on:i=93:awrs=converge:awrsf=200:bd=off:ins=1:rawr=on:alpa=false:avsq=on:avsqr=1,16_0 on Vampire---4 for (2994ds/93Mi)
% 0.63/0.82  % (24113)Instruction limit reached!
% 0.63/0.82  % (24113)------------------------------
% 0.63/0.82  % (24113)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.63/0.82  % (24113)Termination reason: Unknown
% 0.63/0.82  % (24113)Termination phase: Saturation
% 0.63/0.82  
% 0.63/0.82  % (24113)Memory used [KB]: 1522
% 0.63/0.82  % (24113)Time elapsed: 0.043 s
% 0.63/0.82  % (24113)Instructions burned: 78 (million)
% 0.63/0.82  % (24113)------------------------------
% 0.63/0.82  % (24113)------------------------------
% 0.63/0.82  % (24117)Instruction limit reached!
% 0.63/0.82  % (24117)------------------------------
% 0.63/0.82  % (24117)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.63/0.82  % (24117)Termination reason: Unknown
% 0.63/0.82  % (24117)Termination phase: Saturation
% 0.63/0.82  
% 0.63/0.82  % (24117)Memory used [KB]: 1580
% 0.63/0.82  % (24117)Time elapsed: 0.045 s
% 0.63/0.82  % (24117)Instructions burned: 84 (million)
% 0.63/0.82  % (24117)------------------------------
% 0.63/0.82  % (24117)------------------------------
% 0.63/0.82  % (24129)lrs+1666_1:1_sil=4000:sp=occurrence:sos=on:urr=on:newcnf=on:i=62:amm=off:ep=R:erd=off:nm=0:plsq=on:plsqr=14,1_0 on Vampire---4 for (2994ds/62Mi)
% 0.63/0.82  % (24130)lrs+21_2461:262144_anc=none:drc=off:sil=2000:sp=occurrence:nwc=6.0:updr=off:st=3.0:i=32:sd=2:afp=4000:erml=3:nm=14:afq=2.0:uhcvi=on:ss=included:er=filter:abs=on:nicw=on:ile=on:sims=off:s2a=on:s2agt=50:s2at=-1.0:plsq=on:plsql=on:plsqc=2:plsqr=1,32:newcnf=on:bd=off:to=lpo_0 on Vampire---4 for (2994ds/32Mi)
% 0.63/0.84  % (24130)Instruction limit reached!
% 0.63/0.84  % (24130)------------------------------
% 0.63/0.84  % (24130)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.63/0.84  % (24130)Termination reason: Unknown
% 0.63/0.84  % (24130)Termination phase: Saturation
% 0.63/0.84  
% 0.63/0.84  % (24130)Memory used [KB]: 1222
% 0.63/0.84  % (24130)Time elapsed: 0.020 s
% 0.63/0.84  % (24130)Instructions burned: 32 (million)
% 0.63/0.84  % (24130)------------------------------
% 0.63/0.84  % (24130)------------------------------
% 0.63/0.85  % (24131)dis+1011_1:1_sil=16000:nwc=7.0:s2agt=64:s2a=on:i=1919:ss=axioms:sgt=8:lsd=50:sd=7_0 on Vampire---4 for (2994ds/1919Mi)
% 0.63/0.85  % (24129)Instruction limit reached!
% 0.63/0.85  % (24129)------------------------------
% 0.63/0.85  % (24129)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.63/0.85  % (24129)Termination reason: Unknown
% 0.63/0.85  % (24129)Termination phase: Saturation
% 0.63/0.85  
% 0.63/0.85  % (24129)Memory used [KB]: 1481
% 0.63/0.85  % (24129)Time elapsed: 0.033 s
% 0.63/0.85  % (24129)Instructions burned: 63 (million)
% 0.63/0.85  % (24129)------------------------------
% 0.63/0.85  % (24129)------------------------------
% 0.63/0.86  % (24133)ott-32_5:1_sil=4000:sp=occurrence:urr=full:rp=on:nwc=5.0:newcnf=on:st=5.0:s2pl=on:i=55:sd=2:ins=2:ss=included:rawr=on:anc=none:sos=on:s2agt=8:spb=intro:ep=RS:avsq=on:avsqr=27,155:lma=on_0 on Vampire---4 for (2994ds/55Mi)
% 0.63/0.86  % (24133)Refutation not found, incomplete strategy% (24133)------------------------------
% 0.63/0.86  % (24133)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.63/0.86  % (24133)Termination reason: Refutation not found, incomplete strategy
% 0.63/0.86  
% 0.63/0.86  % (24133)Memory used [KB]: 966
% 0.63/0.86  % (24133)Time elapsed: 0.003 s
% 0.63/0.86  % (24133)Instructions burned: 3 (million)
% 0.63/0.86  % (24128)Instruction limit reached!
% 0.63/0.86  % (24128)------------------------------
% 0.63/0.86  % (24128)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.63/0.86  % (24128)Termination reason: Unknown
% 0.63/0.86  % (24128)Termination phase: Saturation
% 0.63/0.86  
% 0.63/0.86  % (24128)Memory used [KB]: 1675
% 0.63/0.86  % (24128)Time elapsed: 0.045 s
% 0.63/0.86  % (24128)Instructions burned: 93 (million)
% 0.63/0.86  % (24128)------------------------------
% 0.63/0.86  % (24128)------------------------------
% 0.63/0.86  % (24133)------------------------------
% 0.63/0.86  % (24133)------------------------------
% 0.63/0.86  % (24134)lrs-1011_1:1_sil=2000:sos=on:urr=on:i=53:sd=1:bd=off:ins=3:av=off:ss=axioms:sgt=16:gsp=on:lsd=10_0 on Vampire---4 for (2994ds/53Mi)
% 0.63/0.86  % (24135)lrs+1011_6929:65536_anc=all_dependent:sil=2000:fde=none:plsqc=1:plsq=on:plsqr=19,8:plsql=on:nwc=3.0:i=46:afp=4000:ep=R:nm=3:fsr=off:afr=on:aer=off:gsp=on_0 on Vampire---4 for (2994ds/46Mi)
% 0.98/0.87  % (24126)Instruction limit reached!
% 0.98/0.87  % (24126)------------------------------
% 0.98/0.87  % (24126)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.98/0.87  % (24126)Termination reason: Unknown
% 0.98/0.87  % (24126)Termination phase: Saturation
% 0.98/0.87  
% 0.98/0.87  % (24126)Memory used [KB]: 1548
% 0.98/0.87  % (24126)Time elapsed: 0.055 s
% 0.98/0.87  % (24126)Instructions burned: 118 (million)
% 0.98/0.87  % (24126)------------------------------
% 0.98/0.87  % (24126)------------------------------
% 1.04/0.87  % (24136)dis+10_3:31_sil=2000:sp=frequency:abs=on:acc=on:lcm=reverse:nwc=3.0:alpa=random:st=3.0:i=102:sd=1:nm=4:ins=1:aer=off:ss=axioms_0 on Vampire---4 for (2994ds/102Mi)
% 1.04/0.88  % (24127)Instruction limit reached!
% 1.04/0.88  % (24127)------------------------------
% 1.04/0.88  % (24127)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 1.04/0.88  % (24127)Termination reason: Unknown
% 1.04/0.88  % (24127)Termination phase: Saturation
% 1.04/0.88  
% 1.04/0.88  % (24127)Memory used [KB]: 1395
% 1.04/0.88  % (24127)Time elapsed: 0.067 s
% 1.04/0.88  % (24127)Instructions burned: 144 (million)
% 1.04/0.88  % (24127)------------------------------
% 1.04/0.88  % (24127)------------------------------
% 1.04/0.88  % (24137)ott+1011_9:29_slsqr=3,2:sil=2000:tgt=ground:lsd=10:lcm=predicate:avsqc=4:slsq=on:avsq=on:i=35:s2at=4.0:add=large:sd=1:avsqr=1,16:aer=off:ss=axioms:sgt=100:rawr=on:s2a=on:sac=on:afp=1:nwc=10.0:nm=64:bd=preordered:abs=on:rnwc=on:er=filter:nicw=on:spb=non_intro:lma=on_0 on Vampire---4 for (2994ds/35Mi)
% 1.04/0.89  % (24135)Instruction limit reached!
% 1.04/0.89  % (24135)------------------------------
% 1.04/0.89  % (24135)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 1.04/0.89  % (24135)Termination reason: Unknown
% 1.04/0.89  % (24135)Termination phase: Saturation
% 1.04/0.89  
% 1.04/0.89  % (24135)Memory used [KB]: 1469
% 1.04/0.89  % (24135)Time elapsed: 0.025 s
% 1.04/0.89  % (24135)Instructions burned: 47 (million)
% 1.04/0.89  % (24135)------------------------------
% 1.04/0.89  % (24135)------------------------------
% 1.04/0.89  % (24121)Instruction limit reached!
% 1.04/0.89  % (24121)------------------------------
% 1.04/0.89  % (24121)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 1.04/0.89  % (24121)Termination reason: Unknown
% 1.04/0.89  % (24121)Termination phase: Saturation
% 1.04/0.89  
% 1.04/0.89  % (24121)Memory used [KB]: 2203
% 1.04/0.89  % (24121)Time elapsed: 0.106 s
% 1.04/0.89  % (24121)Instructions burned: 209 (million)
% 1.04/0.89  % (24121)------------------------------
% 1.04/0.89  % (24121)------------------------------
% 1.04/0.89  % (24134)Instruction limit reached!
% 1.04/0.89  % (24134)------------------------------
% 1.04/0.89  % (24134)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 1.04/0.89  % (24134)Termination reason: Unknown
% 1.04/0.89  % (24134)Termination phase: Saturation
% 1.04/0.89  
% 1.04/0.89  % (24134)Memory used [KB]: 1215
% 1.04/0.89  % (24134)Time elapsed: 0.028 s
% 1.04/0.89  % (24134)Instructions burned: 53 (million)
% 1.04/0.89  % (24134)------------------------------
% 1.04/0.89  % (24134)------------------------------
% 1.04/0.89  % (24138)dis+1003_1:1024_sil=4000:urr=on:newcnf=on:i=87:av=off:fsr=off:bce=on_0 on Vampire---4 for (2994ds/87Mi)
% 1.04/0.89  % (24139)dis+1010_12107:524288_anc=none:drc=encompass:sil=2000:bsd=on:rp=on:nwc=10.0:alpa=random:i=109:kws=precedence:awrs=decay:awrsf=2:nm=16:ins=3:rawr=on:s2a=on:s2at=4.5:acc=on:flr=on_0 on Vampire---4 for (2994ds/109Mi)
% 1.04/0.89  % (24140)lrs+1002_1:16_sil=2000:sp=occurrence:sos=on:i=161:aac=none:bd=off:ss=included:sd=5:st=2.5:sup=off_0 on Vampire---4 for (2994ds/161Mi)
% 1.04/0.89  % (24140)Refutation not found, incomplete strategy% (24140)------------------------------
% 1.04/0.89  % (24140)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 1.04/0.89  % (24140)Termination reason: Refutation not found, incomplete strategy
% 1.04/0.89  
% 1.04/0.89  % (24140)Memory used [KB]: 956
% 1.04/0.89  % (24140)Time elapsed: 0.003 s
% 1.04/0.89  % (24140)Instructions burned: 3 (million)
% 1.04/0.89  % (24140)------------------------------
% 1.04/0.89  % (24140)------------------------------
% 1.04/0.90  % (24141)lrs-1002_2:9_anc=none:sil=2000:plsqc=1:plsq=on:avsql=on:plsqr=2859761,1048576:erd=off:rp=on:nwc=21.7107:newcnf=on:avsq=on:i=69:aac=none:avsqr=6317,1048576:ep=RS:fsr=off:rawr=on:afp=50:afq=2.133940627822616:sac=on_0 on Vampire---4 for (2994ds/69Mi)
% 1.28/0.90  % (24137)Instruction limit reached!
% 1.28/0.90  % (24137)------------------------------
% 1.28/0.90  % (24137)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 1.28/0.90  % (24137)Termination reason: Unknown
% 1.28/0.90  % (24137)Termination phase: Saturation
% 1.28/0.90  
% 1.28/0.90  % (24137)Memory used [KB]: 1280
% 1.28/0.90  % (24137)Time elapsed: 0.021 s
% 1.28/0.90  % (24137)Instructions burned: 35 (million)
% 1.28/0.90  % (24137)------------------------------
% 1.28/0.90  % (24137)------------------------------
% 1.28/0.91  % (24142)lrs+1010_1:512_sil=8000:tgt=ground:spb=units:gs=on:lwlo=on:nicw=on:gsem=on:st=1.5:i=40:nm=21:ss=included:nwc=5.3:afp=4000:afq=1.38:ins=1:bs=unit_only:awrs=converge:awrsf=10:bce=on_0 on Vampire---4 for (2994ds/40Mi)
% 1.28/0.92  % (24125)Instruction limit reached!
% 1.28/0.92  % (24125)------------------------------
% 1.28/0.92  % (24125)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 1.28/0.92  % (24125)Termination reason: Unknown
% 1.28/0.92  % (24125)Termination phase: Saturation
% 1.28/0.92  
% 1.28/0.92  % (24125)Memory used [KB]: 2085
% 1.28/0.92  % (24125)Time elapsed: 0.110 s
% 1.28/0.92  % (24125)Instructions burned: 243 (million)
% 1.28/0.92  % (24125)------------------------------
% 1.28/0.92  % (24125)------------------------------
% 1.28/0.92  % (24136)Instruction limit reached!
% 1.28/0.92  % (24136)------------------------------
% 1.28/0.92  % (24136)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 1.28/0.92  % (24136)Termination reason: Unknown
% 1.28/0.92  % (24136)Termination phase: Saturation
% 1.28/0.92  
% 1.28/0.92  % (24136)Memory used [KB]: 1988
% 1.28/0.92  % (24136)Time elapsed: 0.051 s
% 1.28/0.92  % (24136)Instructions burned: 102 (million)
% 1.28/0.92  % (24136)------------------------------
% 1.28/0.92  % (24136)------------------------------
% 1.28/0.92  % (24143)ott+1011_1:3_drc=off:sil=4000:tgt=ground:fde=unused:plsq=on:sp=unary_first:fd=preordered:nwc=10.0:i=360:ins=1:rawr=on:bd=preordered_0 on Vampire---4 for (2993ds/360Mi)
% 1.28/0.92  % (24144)dis+10_1:4_to=lpo:sil=2000:sos=on:spb=goal:rp=on:sac=on:newcnf=on:i=161:ss=axioms:aac=none_0 on Vampire---4 for (2993ds/161Mi)
% 1.46/0.93  % (24141)Instruction limit reached!
% 1.46/0.93  % (24141)------------------------------
% 1.46/0.93  % (24141)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 1.46/0.93  % (24141)Termination reason: Unknown
% 1.46/0.93  % (24141)Termination phase: Saturation
% 1.46/0.93  
% 1.46/0.93  % (24141)Memory used [KB]: 1603
% 1.46/0.93  % (24141)Time elapsed: 0.036 s
% 1.46/0.93  % (24141)Instructions burned: 69 (million)
% 1.46/0.93  % (24141)------------------------------
% 1.46/0.93  % (24141)------------------------------
% 1.46/0.93  % (24142)Instruction limit reached!
% 1.46/0.93  % (24142)------------------------------
% 1.46/0.93  % (24142)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 1.46/0.93  % (24142)Termination reason: Unknown
% 1.46/0.93  % (24142)Termination phase: Saturation
% 1.46/0.93  
% 1.46/0.93  % (24142)Memory used [KB]: 1421
% 1.46/0.93  % (24142)Time elapsed: 0.027 s
% 1.46/0.93  % (24142)Instructions burned: 41 (million)
% 1.46/0.93  % (24142)------------------------------
% 1.46/0.93  % (24142)------------------------------
% 1.46/0.93  % (24138)Instruction limit reached!
% 1.46/0.93  % (24138)------------------------------
% 1.46/0.93  % (24138)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 1.46/0.93  % (24138)Termination reason: Unknown
% 1.46/0.93  % (24138)Termination phase: Saturation
% 1.46/0.93  
% 1.46/0.93  % (24138)Memory used [KB]: 1737
% 1.46/0.93  % (24138)Time elapsed: 0.046 s
% 1.46/0.93  % (24138)Instructions burned: 88 (million)
% 1.46/0.93  % (24138)------------------------------
% 1.46/0.93  % (24138)------------------------------
% 1.46/0.93  % (24145)lrs+1011_1:20_sil=4000:tgt=ground:i=80:sd=1:bd=off:nm=32:av=off:ss=axioms:lsd=60_0 on Vampire---4 for (2993ds/80Mi)
% 1.46/0.94  % (24146)lrs+11_1:2_slsqr=1,2:sil=2000:sp=const_frequency:kmz=on:newcnf=on:slsq=on:i=37:s2at=1.5:awrs=converge:nm=2:uhcvi=on:ss=axioms:sgt=20:afp=10000:fs=off:fsr=off:bd=off:s2agt=5:fd=off:add=off:erd=off:foolp=on:nwc=10.0:rp=on_0 on Vampire---4 for (2993ds/37Mi)
% 1.46/0.94  % (24147)lrs+1011_1:2_drc=encompass:sil=4000:fde=unused:sos=on:sac=on:newcnf=on:i=55:sd=10:bd=off:ins=1:uhcvi=on:ss=axioms:spb=non_intro:st=3.0:erd=off:s2a=on:nwc=3.0_0 on Vampire---4 for (2993ds/55Mi)
% 1.46/0.94  % (24139)First to succeed.
% 1.46/0.94  % (24139)Solution written to "/export/starexec/sandbox2/tmp/vampire-proof-24108"
% 1.46/0.94  % (24139)Refutation found. Thanks to Tanya!
% 1.46/0.94  % SZS status Theorem for Vampire---4
% 1.46/0.94  % SZS output start Proof for Vampire---4
% See solution above
% 1.46/0.94  % (24139)------------------------------
% 1.46/0.94  % (24139)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 1.46/0.94  % (24139)Termination reason: Refutation
% 1.46/0.94  
% 1.46/0.94  % (24139)Memory used [KB]: 1603
% 1.46/0.94  % (24139)Time elapsed: 0.051 s
% 1.46/0.94  % (24139)Instructions burned: 101 (million)
% 1.46/0.94  % (24108)Success in time 0.62 s
% 1.46/0.94  % Vampire---4.8 exiting
%------------------------------------------------------------------------------