TSTP Solution File: DAT105_1 by Vampire---4.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Vampire---4.8
% Problem  : DAT105_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 : n016.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 0.48s 0.70s
% Output   : Refutation 0.48s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   19
%            Number of leaves      :   18
% Syntax   : Number of formulae    :   49 (  11 unt;   8 typ;   0 def)
%            Number of atoms       :  151 (  45 equ)
%            Maximal formula atoms :   12 (   3 avg)
%            Number of connectives :  186 (  76   ~;  63   |;  39   &)
%                                         (   3 <=>;   5  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   12 (   6 avg)
%            Maximal term depth    :    5 (   1 avg)
%            Number arithmetic     :  202 (  56 atm;  35 fun;  53 num;  58 var)
%            Number of types       :    3 (   1 usr;   1 ari)
%            Number of type conns  :   10 (   6   >;   4   *;   0   +;   0  <<)
%            Number of predicates  :    6 (   1 usr;   1 prp; 0-2 aty)
%            Number of functors    :   12 (   6 usr;   4 con; 0-2 aty)
%            Number of variables   :  104 (  90   !;  14   ?; 104   :)

% 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_10,type,
    sK0: ( $int * list ) > $int ).

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

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

tff(f531,plain,
    $false,
    inference(resolution,[],[f518,f44]) ).

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

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

tff(f31,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])],[f29,f30]) ).

tff(f30,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(f29,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,[],[f28]) ).

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 ) ) )
      & ( ? [X2: $int,X3: list] :
            ( inRange(X0,X3)
            & $less(X2,X0)
            & ~ $less(X2,0)
            & ( cons(X2,X3) = X1 ) )
        | ( nil = X1 )
        | ~ inRange(X0,X1) ) ),
    inference(flattening,[],[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(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.bOqyDop8TO/Vampire---4.8_32327',inRange) ).

tff(f518,plain,
    ! [X0: list] : ~ inRange(1,X0),
    inference(evaluation,[],[f516]) ).

tff(f516,plain,
    ! [X0: list] :
      ( ~ $less(1,2)
      | ~ inRange(1,X0)
      | $less(0,0) ),
    inference(superposition,[],[f489,f12]) ).

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

tff(f489,plain,
    ! [X0: $int,X1: list] :
      ( ~ $less($sum(1,X0),2)
      | ~ inRange($sum(1,X0),X1)
      | $less(X0,0) ),
    inference(superposition,[],[f201,f10]) ).

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

tff(f201,plain,
    ! [X0: $int,X1: list] :
      ( ~ $less($sum(X0,1),2)
      | ~ inRange($sum(X0,1),X1)
      | $less(X0,0) ),
    inference(resolution,[],[f161,f19]) ).

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

tff(f161,plain,
    ! [X0: $int,X1: list] :
      ( ~ $less(0,X0)
      | ~ inRange(X0,X1)
      | ~ $less(X0,2) ),
    inference(evaluation,[],[f160]) ).

tff(f160,plain,
    ! [X0: $int,X1: list] :
      ( ~ $less(X0,2)
      | ~ inRange(X0,X1)
      | ~ $less(0,X0)
      | $less(0,0) ),
    inference(resolution,[],[f145,f43]) ).

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

tff(f38,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,[],[f31]) ).

tff(f145,plain,
    ! [X0: $int,X1: list] :
      ( ~ inRange(X0,cons(0,X1))
      | ~ $less(X0,2) ),
    inference(superposition,[],[f141,f12]) ).

tff(f141,plain,
    ! [X2: $int,X0: $int,X1: list] :
      ( ~ inRange($sum(X2,X0),cons(X0,X1))
      | ~ $less(X2,2) ),
    inference(subsumption_resolution,[],[f134,f39]) ).

tff(f39,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.bOqyDop8TO/Vampire---4.8_32327',l4) ).

tff(f134,plain,
    ! [X2: $int,X0: $int,X1: list] :
      ( ~ inRange($sum(X2,X0),cons(X0,X1))
      | ~ $less(X2,2)
      | ( cons(X0,X1) = nil ) ),
    inference(superposition,[],[f116,f42]) ).

tff(f42,plain,
    ! [X0: $int,X1: list] : ( head(cons(X0,X1)) = X0 ),
    inference(cnf_transformation,[],[f1]) ).

tff(f1,axiom,
    ! [X0: $int,X1: list] : ( head(cons(X0,X1)) = X0 ),
    file('/export/starexec/sandbox2/tmp/tmp.bOqyDop8TO/Vampire---4.8_32327',l1) ).

tff(f116,plain,
    ! [X0: list,X1: $int] :
      ( ~ inRange($sum(X1,head(X0)),X0)
      | ~ $less(X1,2)
      | ( nil = X0 ) ),
    inference(evaluation,[],[f109]) ).

tff(f109,plain,
    ! [X0: list,X1: $int] :
      ( ~ $less($sum(X1,0),2)
      | ~ inRange($sum(X1,head(X0)),X0)
      | ( nil = X0 ) ),
    inference(superposition,[],[f51,f14]) ).

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

tff(f51,plain,
    ! [X2: list,X0: $int,X1: $int] :
      ( ~ $less($sum(X0,$sum(X1,$uminus(head(X2)))),2)
      | ~ inRange($sum(X0,X1),X2)
      | ( nil = X2 ) ),
    inference(superposition,[],[f32,f11]) ).

tff(f11,plain,
    ! [X2: $int,X0: $int,X1: $int] : ( $sum(X0,$sum(X1,X2)) = $sum($sum(X0,X1),X2) ),
    introduced(theory_axiom_136,[]) ).

tff(f32,plain,
    ! [X0: list,X1: $int] :
      ( ~ $less($sum(X1,$uminus(head(X0))),2)
      | ~ inRange(X1,X0)
      | ( nil = X0 ) ),
    inference(cnf_transformation,[],[f26]) ).

tff(f26,plain,
    ! [X0: list,X1: $int] :
      ( ~ $less($sum(X1,$uminus(head(X0))),2)
      | ~ inRange(X1,X0)
      | ( nil = X0 ) ),
    inference(flattening,[],[f25]) ).

tff(f25,plain,
    ! [X0: list,X1: $int] :
      ( ~ $less($sum(X1,$uminus(head(X0))),2)
      | ~ inRange(X1,X0)
      | ( nil = X0 ) ),
    inference(ennf_transformation,[],[f22]) ).

tff(f22,plain,
    ! [X0: list,X1: $int] :
      ( ( inRange(X1,X0)
        & ( nil != X0 ) )
     => ~ $less($sum(X1,$uminus(head(X0))),2) ),
    inference(rectify,[],[f9]) ).

tff(f9,plain,
    ! [X1: list,X2: $int] :
      ( ( inRange(X2,X1)
        & ( nil != X1 ) )
     => ~ $less($sum(X2,$uminus(head(X1))),2) ),
    inference(theory_normalization,[],[f7]) ).

tff(f7,negated_conjecture,
    ~ ~ ! [X1: list,X2: $int] :
          ( ( inRange(X2,X1)
            & ( nil != X1 ) )
         => $greatereq($difference(X2,head(X1)),2) ),
    inference(negated_conjecture,[],[f6]) ).

tff(f6,conjecture,
    ~ ! [X1: list,X2: $int] :
        ( ( inRange(X2,X1)
          & ( nil != X1 ) )
       => $greatereq($difference(X2,head(X1)),2) ),
    file('/export/starexec/sandbox2/tmp/tmp.bOqyDop8TO/Vampire---4.8_32327',c) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.10/0.11  % Problem    : DAT105_1 : TPTP v8.1.2. Released v6.1.0.
% 0.10/0.13  % 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.13/0.34  % Computer : n016.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit   : 300
% 0.13/0.34  % WCLimit    : 300
% 0.13/0.34  % DateTime   : Fri May  3 13:36:16 EDT 2024
% 0.13/0.34  % CPUTime    : 
% 0.13/0.34  This is a TF0_THM_EQU_ARI problem
% 0.13/0.34  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.bOqyDop8TO/Vampire---4.8_32327
% 0.48/0.66  % (32658)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 (2996ds/56Mi)
% 0.48/0.66  % (32651)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 (2996ds/34Mi)
% 0.48/0.66  % (32653)lrs+1011_1:1_sil=8000:sp=occurrence:nwc=10.0:i=78:ss=axioms:sgt=8_0 on Vampire---4 for (2996ds/78Mi)
% 0.48/0.66  % (32654)ott+1011_1:1_sil=2000:urr=on:i=33:sd=1:kws=inv_frequency:ss=axioms:sup=off_0 on Vampire---4 for (2996ds/33Mi)
% 0.48/0.66  % (32658)Refutation not found, incomplete strategy% (32658)------------------------------
% 0.48/0.66  % (32658)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.48/0.66  % (32652)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 (2996ds/51Mi)
% 0.48/0.66  % (32658)Termination reason: Refutation not found, incomplete strategy
% 0.48/0.66  
% 0.48/0.66  % (32655)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 (2996ds/34Mi)
% 0.48/0.66  % (32658)Memory used [KB]: 971
% 0.48/0.66  % (32658)Time elapsed: 0.002 s
% 0.48/0.66  % (32658)Instructions burned: 3 (million)
% 0.48/0.66  % (32656)lrs+1002_1:16_to=lpo:sil=32000:sp=unary_frequency:sos=on:i=45:bd=off:ss=axioms_0 on Vampire---4 for (2996ds/45Mi)
% 0.48/0.66  % (32657)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 (2996ds/83Mi)
% 0.48/0.66  % (32658)------------------------------
% 0.48/0.66  % (32658)------------------------------
% 0.48/0.66  % (32654)Refutation not found, incomplete strategy% (32654)------------------------------
% 0.48/0.66  % (32654)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.48/0.66  % (32654)Termination reason: Refutation not found, incomplete strategy
% 0.48/0.66  
% 0.48/0.66  % (32654)Memory used [KB]: 1041
% 0.48/0.66  % (32654)Time elapsed: 0.004 s
% 0.48/0.66  % (32654)Instructions burned: 4 (million)
% 0.48/0.66  % (32654)------------------------------
% 0.48/0.66  % (32654)------------------------------
% 0.48/0.66  % (32661)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 (2996ds/55Mi)
% 0.48/0.66  % (32664)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 (2996ds/50Mi)
% 0.48/0.68  % (32655)Instruction limit reached!
% 0.48/0.68  % (32655)------------------------------
% 0.48/0.68  % (32655)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.48/0.68  % (32655)Termination reason: Unknown
% 0.48/0.68  % (32655)Termination phase: Saturation
% 0.48/0.68  
% 0.48/0.68  % (32655)Memory used [KB]: 1134
% 0.48/0.68  % (32655)Time elapsed: 0.020 s
% 0.48/0.68  % (32655)Instructions burned: 35 (million)
% 0.48/0.68  % (32655)------------------------------
% 0.48/0.68  % (32655)------------------------------
% 0.48/0.68  % (32651)Instruction limit reached!
% 0.48/0.68  % (32651)------------------------------
% 0.48/0.68  % (32651)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.48/0.68  % (32651)Termination reason: Unknown
% 0.48/0.68  % (32651)Termination phase: Saturation
% 0.48/0.68  
% 0.48/0.68  % (32651)Memory used [KB]: 1134
% 0.48/0.68  % (32651)Time elapsed: 0.021 s
% 0.48/0.68  % (32651)Instructions burned: 35 (million)
% 0.48/0.68  % (32651)------------------------------
% 0.48/0.68  % (32651)------------------------------
% 0.48/0.68  % (32668)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 (2996ds/208Mi)
% 0.48/0.68  % (32661)Instruction limit reached!
% 0.48/0.68  % (32661)------------------------------
% 0.48/0.68  % (32661)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.48/0.68  % (32661)Termination reason: Unknown
% 0.48/0.68  % (32661)Termination phase: Saturation
% 0.48/0.68  
% 0.48/0.68  % (32661)Memory used [KB]: 1415
% 0.48/0.68  % (32661)Time elapsed: 0.021 s
% 0.48/0.68  % (32661)Instructions burned: 57 (million)
% 0.48/0.68  % (32661)------------------------------
% 0.48/0.68  % (32661)------------------------------
% 0.48/0.68  % (32669)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 (2996ds/52Mi)
% 0.48/0.68  % (32672)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 (2996ds/518Mi)
% 0.48/0.68  % (32656)Instruction limit reached!
% 0.48/0.68  % (32656)------------------------------
% 0.48/0.68  % (32656)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.48/0.68  % (32656)Termination reason: Unknown
% 0.48/0.68  % (32656)Termination phase: Saturation
% 0.48/0.68  
% 0.48/0.68  % (32656)Memory used [KB]: 1315
% 0.48/0.68  % (32656)Time elapsed: 0.029 s
% 0.48/0.68  % (32656)Instructions burned: 45 (million)
% 0.48/0.69  % (32656)------------------------------
% 0.48/0.69  % (32656)------------------------------
% 0.48/0.69  % (32652)Instruction limit reached!
% 0.48/0.69  % (32652)------------------------------
% 0.48/0.69  % (32652)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.48/0.69  % (32652)Termination reason: Unknown
% 0.48/0.69  % (32652)Termination phase: Saturation
% 0.48/0.69  
% 0.48/0.69  % (32652)Memory used [KB]: 1658
% 0.48/0.69  % (32652)Time elapsed: 0.033 s
% 0.48/0.69  % (32652)Instructions burned: 51 (million)
% 0.48/0.69  % (32652)------------------------------
% 0.48/0.69  % (32652)------------------------------
% 0.48/0.69  % (32675)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 (2996ds/42Mi)
% 0.48/0.69  % (32675)Refutation not found, incomplete strategy% (32675)------------------------------
% 0.48/0.69  % (32675)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.48/0.69  % (32675)Termination reason: Refutation not found, incomplete strategy
% 0.48/0.69  
% 0.48/0.69  % (32675)Memory used [KB]: 976
% 0.48/0.69  % (32675)Time elapsed: 0.003 s
% 0.48/0.69  % (32675)Instructions burned: 3 (million)
% 0.48/0.69  % (32675)------------------------------
% 0.48/0.69  % (32675)------------------------------
% 0.48/0.69  % (32677)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 (2996ds/243Mi)
% 0.48/0.69  % (32664)Instruction limit reached!
% 0.48/0.69  % (32664)------------------------------
% 0.48/0.69  % (32664)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.48/0.69  % (32664)Termination reason: Unknown
% 0.48/0.69  % (32664)Termination phase: Saturation
% 0.48/0.69  
% 0.48/0.69  % (32664)Memory used [KB]: 1487
% 0.48/0.69  % (32664)Time elapsed: 0.031 s
% 0.48/0.69  % (32664)Instructions burned: 50 (million)
% 0.48/0.69  % (32664)------------------------------
% 0.48/0.69  % (32664)------------------------------
% 0.48/0.70  % (32672)First to succeed.
% 0.48/0.70  % (32680)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 (2996ds/117Mi)
% 0.48/0.70  % (32672)Solution written to "/export/starexec/sandbox2/tmp/vampire-proof-32510"
% 0.48/0.70  % (32672)Refutation found. Thanks to Tanya!
% 0.48/0.70  % SZS status Theorem for Vampire---4
% 0.48/0.70  % SZS output start Proof for Vampire---4
% See solution above
% 0.48/0.70  % (32672)------------------------------
% 0.48/0.70  % (32672)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.48/0.70  % (32672)Termination reason: Refutation
% 0.48/0.70  
% 0.48/0.70  % (32672)Memory used [KB]: 1229
% 0.48/0.70  % (32672)Time elapsed: 0.014 s
% 0.48/0.70  % (32672)Instructions burned: 37 (million)
% 0.48/0.70  % (32510)Success in time 0.343 s
% 0.48/0.70  % Vampire---4.8 exiting
%------------------------------------------------------------------------------