TSTP Solution File: SCT172_5 by Vampire---4.8

View Problem - Process Solution

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

% Computer : n004.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 300s
% DateTime : Tue May 21 02:49:25 EDT 2024

% Result   : Theorem 0.61s 0.84s
% Output   : Refutation 0.61s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    7
%            Number of leaves      :   53
% Syntax   : Number of formulae    :   68 (  13 unt;  49 typ;   0 def)
%            Number of atoms       :   41 (  13 equ)
%            Maximal formula atoms :    8 (   2 avg)
%            Number of connectives :   40 (  18   ~;   9   |;  10   &)
%                                         (   2 <=>;   1  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   10 (   5 avg)
%            Maximal term depth    :    5 (   1 avg)
%            Number of types       :    3 (   2 usr)
%            Number of type conns  :   67 (  39   >;  28   *;   0   +;   0  <<)
%            Number of predicates  :    8 (   6 usr;   1 prp; 0-3 aty)
%            Number of functors    :   41 (  41 usr;   6 con; 0-5 aty)
%            Number of variables   :   83 (  28   !;  12   ?;  83   :)
%                                         (  43  !>;   0  ?*;   0  @-;   0  @+)

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

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

tff(type_def_7,type,
    list: $tType > $tType ).

tff(type_def_8,type,
    fun: ( $tType * $tType ) > $tType ).

tff(func_def_0,type,
    append: 
      !>[X0: $tType] : ( ( list(X0) * list(X0) ) > list(X0) ) ).

tff(func_def_1,type,
    butlast: 
      !>[X0: $tType] : ( list(X0) > list(X0) ) ).

tff(func_def_2,type,
    dropWhile: 
      !>[X0: $tType] : ( ( fun(X0,bool) * list(X0) ) > list(X0) ) ).

tff(func_def_3,type,
    hd: 
      !>[X0: $tType] : ( list(X0) > X0 ) ).

tff(func_def_4,type,
    insert: 
      !>[X0: $tType] : ( ( X0 * list(X0) ) > list(X0) ) ).

tff(func_def_5,type,
    last: 
      !>[X0: $tType] : ( list(X0) > X0 ) ).

tff(func_def_6,type,
    linorder_insort_key: 
      !>[X0: $tType,X1: $tType] : ( ( fun(X0,X1) * X0 * list(X0) ) > list(X0) ) ).

tff(func_def_7,type,
    linorder_sort_key: 
      !>[X0: $tType,X1: $tType] : ( ( fun(X0,X1) * list(X0) ) > list(X0) ) ).

tff(func_def_8,type,
    cons: 
      !>[X0: $tType] : ( ( X0 * list(X0) ) > list(X0) ) ).

tff(func_def_9,type,
    nil: 
      !>[X0: $tType] : list(X0) ).

tff(func_def_10,type,
    list_case: 
      !>[X0: $tType,X1: $tType] : ( ( X0 * fun(X1,fun(list(X1),X0)) * list(X1) ) > X0 ) ).

tff(func_def_11,type,
    list_rec: 
      !>[X0: $tType,X1: $tType] : ( ( X0 * fun(X1,fun(list(X1),fun(X0,X0))) * list(X1) ) > X0 ) ).

tff(func_def_12,type,
    maps: 
      !>[X0: $tType,X1: $tType] : ( ( fun(X0,list(X1)) * list(X0) ) > list(X1) ) ).

tff(func_def_13,type,
    rev: 
      !>[X0: $tType] : ( list(X0) > list(X0) ) ).

tff(func_def_14,type,
    rotate1: 
      !>[X0: $tType] : ( list(X0) > list(X0) ) ).

tff(func_def_15,type,
    splice: 
      !>[X0: $tType] : ( ( list(X0) * list(X0) ) > list(X0) ) ).

tff(func_def_16,type,
    takeWhile: 
      !>[X0: $tType] : ( ( fun(X0,bool) * list(X0) ) > list(X0) ) ).

tff(func_def_17,type,
    aa: 
      !>[X0: $tType,X1: $tType] : ( ( fun(X0,X1) * X0 ) > X1 ) ).

tff(func_def_18,type,
    fFalse: bool ).

tff(func_def_19,type,
    fTrue: bool ).

tff(func_def_20,type,
    a: arrow_411405190le_alt ).

tff(func_def_21,type,
    sK0: arrow_411405190le_alt ).

tff(func_def_22,type,
    sK1: arrow_411405190le_alt ).

tff(func_def_23,type,
    sK2: arrow_411405190le_alt ).

tff(func_def_24,type,
    sK3: ( arrow_411405190le_alt * arrow_411405190le_alt ) > arrow_411405190le_alt ).

tff(func_def_25,type,
    sK4: 
      !>[X0: $tType] : ( list(X0) > X0 ) ).

tff(func_def_26,type,
    sK5: 
      !>[X0: $tType] : ( list(X0) > list(X0) ) ).

tff(func_def_27,type,
    sK6: 
      !>[X0: $tType] : ( list(X0) > X0 ) ).

tff(func_def_28,type,
    sK7: 
      !>[X0: $tType] : ( list(X0) > list(X0) ) ).

tff(func_def_29,type,
    sK8: 
      !>[X0: $tType] : ( fun(list(X0),bool) > X0 ) ).

tff(func_def_30,type,
    sK9: 
      !>[X0: $tType] : ( fun(list(X0),bool) > list(X0) ) ).

tff(func_def_31,type,
    sK10: 
      !>[X0: $tType] : ( fun(list(X0),bool) > X0 ) ).

tff(func_def_32,type,
    sK11: 
      !>[X0: $tType] : ( ( list(X0) * list(X0) * list(X0) * list(X0) ) > list(X0) ) ).

tff(func_def_33,type,
    sK12: 
      !>[X0: $tType] : ( ( list(X0) * list(X0) * list(X0) * X0 ) > list(X0) ) ).

tff(func_def_34,type,
    sK13: 
      !>[X0: $tType] : ( ( list(X0) * X0 * list(X0) * list(X0) ) > list(X0) ) ).

tff(func_def_35,type,
    sK14: 
      !>[X0: $tType] : ( list(X0) > list(X0) ) ).

tff(func_def_36,type,
    sK15: 
      !>[X0: $tType] : ( list(X0) > X0 ) ).

tff(func_def_37,type,
    sK16: 
      !>[X0: $tType] : ( fun(list(X0),bool) > X0 ) ).

tff(func_def_38,type,
    sK17: 
      !>[X0: $tType] : ( fun(list(X0),bool) > list(X0) ) ).

tff(pred_def_1,type,
    linorder: 
      !>[X0: $tType] : $o ).

tff(pred_def_2,type,
    equal_equal: 
      !>[X0: $tType] : ( ( X0 * X0 ) > $o ) ).

tff(pred_def_3,type,
    distinct: 
      !>[X0: $tType] : ( list(X0) > $o ) ).

tff(pred_def_4,type,
    list_ex1: 
      !>[X0: $tType] : ( ( fun(X0,bool) * list(X0) ) > $o ) ).

tff(pred_def_5,type,
    null: 
      !>[X0: $tType] : ( list(X0) > $o ) ).

tff(pred_def_6,type,
    pp: bool > $o ).

tff(f687,plain,
    $false,
    inference(resolution,[],[f677,f478]) ).

tff(f478,plain,
    ! [X0: $tType,X3: X0,X1: list(X0)] : ~ distinct(X0,cons(X0,X3,cons(X0,X3,X1))),
    inference(equality_resolution,[],[f317]) ).

tff(f317,plain,
    ! [X0: $tType,X2: X0,X3: X0,X1: list(X0)] :
      ( ( X2 != X3 )
      | ~ distinct(X0,cons(X0,X3,cons(X0,X2,X1))) ),
    inference(cnf_transformation,[],[f250]) ).

tff(f250,plain,
    ! [X0: $tType,X1: list(X0),X2: X0,X3: X0] :
      ( ( distinct(X0,cons(X0,X3,cons(X0,X2,X1)))
        | ~ distinct(X0,cons(X0,X2,X1))
        | ~ distinct(X0,cons(X0,X3,X1))
        | ( X2 = X3 ) )
      & ( ( distinct(X0,cons(X0,X2,X1))
          & distinct(X0,cons(X0,X3,X1))
          & ( X2 != X3 ) )
        | ~ distinct(X0,cons(X0,X3,cons(X0,X2,X1))) ) ),
    inference(flattening,[],[f249]) ).

tff(f249,plain,
    ! [X0: $tType,X1: list(X0),X2: X0,X3: X0] :
      ( ( distinct(X0,cons(X0,X3,cons(X0,X2,X1)))
        | ~ distinct(X0,cons(X0,X2,X1))
        | ~ distinct(X0,cons(X0,X3,X1))
        | ( X2 = X3 ) )
      & ( ( distinct(X0,cons(X0,X2,X1))
          & distinct(X0,cons(X0,X3,X1))
          & ( X2 != X3 ) )
        | ~ distinct(X0,cons(X0,X3,cons(X0,X2,X1))) ) ),
    inference(nnf_transformation,[],[f110]) ).

tff(f110,plain,
    ! [X0: $tType,X1: list(X0),X2: X0,X3: X0] :
      ( distinct(X0,cons(X0,X3,cons(X0,X2,X1)))
    <=> ( distinct(X0,cons(X0,X2,X1))
        & distinct(X0,cons(X0,X3,X1))
        & ( X2 != X3 ) ) ),
    inference(rectify,[],[f6]) ).

tff(f6,axiom,
    ! [X0: $tType,X13: list(X0),X14: X0,X12: X0] :
      ( distinct(X0,cons(X0,X12,cons(X0,X14,X13)))
    <=> ( distinct(X0,cons(X0,X14,X13))
        & distinct(X0,cons(X0,X12,X13))
        & ( X12 != X14 ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_5_distinct__length__2__or__more) ).

tff(f677,plain,
    ! [X0: arrow_411405190le_alt] : distinct(arrow_411405190le_alt,cons(arrow_411405190le_alt,X0,cons(arrow_411405190le_alt,sK1,cons(arrow_411405190le_alt,sK2,nil(arrow_411405190le_alt))))),
    inference(superposition,[],[f310,f534]) ).

tff(f534,plain,
    ! [X0: arrow_411405190le_alt,X1: arrow_411405190le_alt] : ( X0 = X1 ),
    inference(superposition,[],[f475,f475]) ).

tff(f475,plain,
    ! [X0: arrow_411405190le_alt] : ( a = X0 ),
    inference(cnf_transformation,[],[f242]) ).

tff(f242,plain,
    ! [X0: arrow_411405190le_alt] : ( a = X0 ),
    inference(ennf_transformation,[],[f203]) ).

tff(f203,plain,
    ~ ? [X0: arrow_411405190le_alt] : ( a != X0 ),
    inference(rectify,[],[f105]) ).

tff(f105,negated_conjecture,
    ~ ? [X44: arrow_411405190le_alt] : ( a != X44 ),
    inference(negated_conjecture,[],[f104]) ).

tff(f104,conjecture,
    ? [X44: arrow_411405190le_alt] : ( a != X44 ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',conj_0) ).

tff(f310,plain,
    distinct(arrow_411405190le_alt,cons(arrow_411405190le_alt,sK0,cons(arrow_411405190le_alt,sK1,cons(arrow_411405190le_alt,sK2,nil(arrow_411405190le_alt))))),
    inference(cnf_transformation,[],[f244]) ).

tff(f244,plain,
    distinct(arrow_411405190le_alt,cons(arrow_411405190le_alt,sK0,cons(arrow_411405190le_alt,sK1,cons(arrow_411405190le_alt,sK2,nil(arrow_411405190le_alt))))),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK0,sK1,sK2])],[f106,f243]) ).

tff(f243,plain,
    ( ? [X0: arrow_411405190le_alt,X1: arrow_411405190le_alt,X2: arrow_411405190le_alt] : distinct(arrow_411405190le_alt,cons(arrow_411405190le_alt,X0,cons(arrow_411405190le_alt,X1,cons(arrow_411405190le_alt,X2,nil(arrow_411405190le_alt)))))
   => distinct(arrow_411405190le_alt,cons(arrow_411405190le_alt,sK0,cons(arrow_411405190le_alt,sK1,cons(arrow_411405190le_alt,sK2,nil(arrow_411405190le_alt))))) ),
    introduced(choice_axiom,[]) ).

tff(f106,plain,
    ? [X0: arrow_411405190le_alt,X1: arrow_411405190le_alt,X2: arrow_411405190le_alt] : distinct(arrow_411405190le_alt,cons(arrow_411405190le_alt,X0,cons(arrow_411405190le_alt,X1,cons(arrow_411405190le_alt,X2,nil(arrow_411405190le_alt))))),
    inference(rectify,[],[f1]) ).

tff(f1,axiom,
    ? [X3: arrow_411405190le_alt,X4: arrow_411405190le_alt,X5: arrow_411405190le_alt] : distinct(arrow_411405190le_alt,cons(arrow_411405190le_alt,X3,cons(arrow_411405190le_alt,X4,cons(arrow_411405190le_alt,X5,nil(arrow_411405190le_alt))))),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_0_alt3) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.11  % Problem    : SCT172_5 : TPTP v8.2.0. Released v6.0.0.
% 0.10/0.12  % Command    : vampire --input_syntax tptp --proof tptp --output_axiom_names on --mode portfolio --schedule file --schedule_file /export/starexec/sandbox2/solver/bin/quickGreedyProduceRating_steal_pow3.txt --cores 8 -m 12000 -t %d %s
% 0.12/0.33  % Computer : n004.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.33  % CPULimit   : 300
% 0.12/0.33  % WCLimit    : 300
% 0.12/0.33  % DateTime   : Mon May 20 00:06:23 EDT 2024
% 0.12/0.33  % CPUTime    : 
% 0.12/0.33  This is a TF1_THM_EQU_NAR problem
% 0.12/0.33  Running vampire --input_syntax tptp --proof tptp --output_axiom_names on --mode portfolio --schedule file --schedule_file /export/starexec/sandbox2/solver/bin/quickGreedyProduceRating_steal_pow3.txt --cores 8 -m 12000 -t 300 /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.61/0.82  % (9996)dis-1011_2:1_sil=2000:lsd=20:nwc=5.0:flr=on:mep=off:st=3.0:i=34:sd=1:ep=RS:ss=axioms_0 on theBenchmark for (2995ds/34Mi)
% 0.61/0.82  % (9998)lrs+1011_1:1_sil=8000:sp=occurrence:nwc=10.0:i=78:ss=axioms:sgt=8_0 on theBenchmark for (2995ds/78Mi)
% 0.61/0.82  % (9997)lrs+1011_461:32768_sil=16000:irw=on:sp=frequency:lsd=20:fd=preordered:nwc=10.0:s2agt=32:alpa=false:cond=fast:s2a=on:i=51:s2at=3.0:awrs=decay:awrsf=691:bd=off:nm=20:fsr=off:amm=sco:uhcvi=on:rawr=on_0 on theBenchmark for (2995ds/51Mi)
% 0.61/0.82  % (9999)ott+1011_1:1_sil=2000:urr=on:i=33:sd=1:kws=inv_frequency:ss=axioms:sup=off_0 on theBenchmark for (2995ds/33Mi)
% 0.61/0.82  % (10000)lrs+2_1:1_sil=16000:fde=none:sos=all:nwc=5.0:i=34:ep=RS:s2pl=on:lma=on:afp=100000_0 on theBenchmark for (2995ds/34Mi)
% 0.61/0.82  % (10001)lrs+1002_1:16_to=lpo:sil=32000:sp=unary_frequency:sos=on:i=45:bd=off:ss=axioms_0 on theBenchmark for (2995ds/45Mi)
% 0.61/0.82  % (10002)lrs+21_1:5_sil=2000:sos=on:urr=on:newcnf=on:slsq=on:i=83:slsql=off:bd=off:nm=2:ss=axioms:st=1.5:sp=const_min:gsp=on:rawr=on_0 on theBenchmark for (2995ds/83Mi)
% 0.61/0.82  % (10003)lrs-21_1:1_to=lpo:sil=2000:sp=frequency:sos=on:lma=on:i=56:sd=2:ss=axioms:ep=R_0 on theBenchmark for (2995ds/56Mi)
% 0.61/0.82  % (9999)Refutation not found, incomplete strategy% (9999)------------------------------
% 0.61/0.82  % (9999)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.61/0.82  % (9999)Termination reason: Refutation not found, incomplete strategy
% 0.61/0.82  
% 0.61/0.82  % (9999)Memory used [KB]: 1054
% 0.61/0.82  % (9998)Refutation not found, incomplete strategy% (9998)------------------------------
% 0.61/0.82  % (9998)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.61/0.82  % (9999)Time elapsed: 0.002 s
% 0.61/0.82  % (9999)Instructions burned: 2 (million)
% 0.61/0.82  % (10001)Refutation not found, incomplete strategy% (10001)------------------------------
% 0.61/0.82  % (10001)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.61/0.82  % (10001)Termination reason: Refutation not found, incomplete strategy
% 0.61/0.82  
% 0.61/0.82  % (10001)Memory used [KB]: 1058
% 0.61/0.82  % (10001)Time elapsed: 0.002 s
% 0.61/0.82  % (10001)Instructions burned: 2 (million)
% 0.61/0.82  % (9998)Termination reason: Refutation not found, incomplete strategy
% 0.61/0.82  
% 0.61/0.82  % (9998)Memory used [KB]: 1058
% 0.61/0.82  % (9998)Time elapsed: 0.003 s
% 0.61/0.82  % (9998)Instructions burned: 2 (million)
% 0.61/0.82  % (9999)------------------------------
% 0.61/0.82  % (9999)------------------------------
% 0.61/0.82  % (10001)------------------------------
% 0.61/0.82  % (10001)------------------------------
% 0.61/0.82  % (9998)------------------------------
% 0.61/0.82  % (9998)------------------------------
% 0.61/0.82  % (10003)Refutation not found, incomplete strategy% (10003)------------------------------
% 0.61/0.82  % (10003)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.61/0.82  % (10003)Termination reason: Refutation not found, incomplete strategy
% 0.61/0.82  
% 0.61/0.82  % (10003)Memory used [KB]: 1055
% 0.61/0.82  % (10003)Time elapsed: 0.002 s
% 0.61/0.82  % (10003)Instructions burned: 2 (million)
% 0.61/0.82  % (10002)Refutation not found, incomplete strategy% (10002)------------------------------
% 0.61/0.82  % (10002)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.61/0.82  % (10002)Termination reason: Refutation not found, incomplete strategy
% 0.61/0.82  
% 0.61/0.82  % (10002)Memory used [KB]: 1058
% 0.61/0.82  % (10002)Time elapsed: 0.003 s
% 0.61/0.82  % (10002)Instructions burned: 3 (million)
% 0.61/0.82  % (10003)------------------------------
% 0.61/0.82  % (10003)------------------------------
% 0.61/0.82  % (10002)------------------------------
% 0.61/0.82  % (10002)------------------------------
% 0.61/0.83  % (10004)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 theBenchmark for (2995ds/55Mi)
% 0.61/0.83  % (10006)lrs+1010_1:2_sil=4000:tgt=ground:nwc=10.0:st=2.0:i=208:sd=1:bd=off:ss=axioms_0 on theBenchmark for (2995ds/208Mi)
% 0.61/0.83  % (10005)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 theBenchmark for (2995ds/50Mi)
% 0.61/0.83  % (10007)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 theBenchmark for (2995ds/52Mi)
% 0.61/0.83  % (10008)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 theBenchmark for (2995ds/518Mi)
% 0.61/0.83  % (10008)Refutation not found, incomplete strategy% (10008)------------------------------
% 0.61/0.83  % (10008)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.61/0.83  % (10008)Termination reason: Refutation not found, incomplete strategy
% 0.61/0.83  
% 0.61/0.83  % (10008)Memory used [KB]: 1058
% 0.61/0.83  % (10008)Time elapsed: 0.002 s
% 0.61/0.83  % (10008)Instructions burned: 2 (million)
% 0.61/0.83  % (10007)Refutation not found, incomplete strategy% (10007)------------------------------
% 0.61/0.83  % (10007)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.61/0.83  % (10007)Termination reason: Refutation not found, incomplete strategy
% 0.61/0.83  
% 0.61/0.83  % (10007)Memory used [KB]: 1059
% 0.61/0.83  % (10007)Time elapsed: 0.002 s
% 0.61/0.83  % (10007)Instructions burned: 2 (million)
% 0.61/0.83  % (10008)------------------------------
% 0.61/0.83  % (10008)------------------------------
% 0.61/0.83  % (10007)------------------------------
% 0.61/0.83  % (10007)------------------------------
% 0.61/0.83  % (10000)Refutation not found, incomplete strategy% (10000)------------------------------
% 0.61/0.83  % (10000)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.61/0.83  % (10000)Termination reason: Refutation not found, incomplete strategy
% 0.61/0.83  
% 0.61/0.83  % (10000)Memory used [KB]: 1297
% 0.61/0.83  % (10000)Time elapsed: 0.008 s
% 0.61/0.83  % (10000)Instructions burned: 16 (million)
% 0.61/0.83  % (10000)------------------------------
% 0.61/0.83  % (10000)------------------------------
% 0.61/0.83  % (10009)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 theBenchmark for (2994ds/42Mi)
% 0.61/0.83  % (10010)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 theBenchmark for (2994ds/243Mi)
% 0.61/0.83  % (10010)WARNING: Not using newCnf currently not compatible with polymorphic/higher-order inputs.
% 0.61/0.83  % (10012)lrs+1011_2:9_sil=2000:lsd=10:newcnf=on:i=117:sd=2:awrs=decay:ss=included:amm=off:ep=R_0 on theBenchmark for (2994ds/117Mi)
% 0.61/0.83  % (10005)Refutation not found, incomplete strategy% (10005)------------------------------
% 0.61/0.83  % (10005)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.61/0.83  % (10005)Termination reason: Refutation not found, incomplete strategy
% 0.61/0.83  
% 0.61/0.83  % (10005)Memory used [KB]: 1277
% 0.61/0.83  % (10005)Time elapsed: 0.008 s
% 0.61/0.83  % (10005)Instructions burned: 14 (million)
% 0.61/0.83  % (10005)------------------------------
% 0.61/0.83  % (10005)------------------------------
% 0.61/0.83  % (9997)First to succeed.
% 0.61/0.83  % (10012)WARNING: Not using newCnf currently not compatible with polymorphic/higher-order inputs.
% 0.61/0.84  % (9997)Solution written to "/export/starexec/sandbox2/tmp/vampire-proof-9994"
% 0.61/0.84  % (9997)Refutation found. Thanks to Tanya!
% 0.61/0.84  % SZS status Theorem for theBenchmark
% 0.61/0.84  % SZS output start Proof for theBenchmark
% See solution above
% 0.61/0.84  % (9997)------------------------------
% 0.61/0.84  % (9997)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.61/0.84  % (9997)Termination reason: Refutation
% 0.61/0.84  
% 0.61/0.84  % (9997)Memory used [KB]: 1303
% 0.61/0.84  % (9997)Time elapsed: 0.035 s
% 0.61/0.84  % (9997)Instructions burned: 27 (million)
% 0.61/0.84  % (9994)Success in time 0.506 s
% 0.61/0.84  % Vampire---4.8 exiting
%------------------------------------------------------------------------------