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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SnakeForV-SAT---1.0
% Problem  : DAT049_1 : TPTP v8.1.0. Released v5.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : vampire --input_syntax tptp --proof tptp --output_axiom_names on --mode portfolio --schedule snake_tptp_sat --cores 0 -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 : Wed Aug 31 16:04:44 EDT 2022

% Result   : Theorem 2.68s 0.72s
% Output   : Refutation 2.68s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   15
%            Number of leaves      :   16
% Syntax   : Number of formulae    :   62 (  15 unt;   8 typ;   0 def)
%            Number of atoms       :  117 (  67 equ)
%            Maximal formula atoms :    6 (   2 avg)
%            Number of connectives :  110 (  47   ~;  40   |;  11   &)
%                                         (  11 <=>;   1  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    8 (   4 avg)
%            Maximal term depth    :    4 (   2 avg)
%            Number arithmetic     :  106 (   0 atm;  34 fun;  25 num;  47 var)
%            Number of types       :    3 (   1 usr;   1 ari)
%            Number of type conns  :    7 (   4   >;   3   *;   0   +;   0  <<)
%            Number of predicates  :    3 (   1 usr;   1 prp; 0-2 aty)
%            Number of functors    :   11 (   6 usr;   5 con; 0-2 aty)
%            Number of variables   :   87 (  83   !;   4   ?;  87   :)

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

tff(func_def_0,type,
    empty: collection ).

tff(func_def_1,type,
    add: ( $int * collection ) > collection ).

tff(func_def_2,type,
    remove: ( $int * collection ) > collection ).

tff(func_def_3,type,
    count: collection > $int ).

tff(func_def_9,type,
    sK0: $int ).

tff(func_def_10,type,
    sK1: collection ).

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

tff(f772,plain,
    $false,
    inference(subsumption_resolution,[],[f771,f739]) ).

tff(f739,plain,
    ~ in(sK0,sK1),
    inference(trivial_inequality_removal,[],[f729]) ).

tff(f729,plain,
    ( ( count(sK1) != count(sK1) )
    | ~ in(sK0,sK1) ),
    inference(superposition,[],[f65,f677]) ).

tff(f677,plain,
    count(sK1) = count(remove(sK0,sK1)),
    inference(subsumption_resolution,[],[f665,f210]) ).

tff(f210,plain,
    ! [X8: $int,X7: collection] :
      ( ( count(X7) = count(remove(X8,X7)) )
      | ( $sum(-1,count(X7)) = count(remove(X8,X7)) ) ),
    inference(resolution,[],[f90,f66]) ).

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

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

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

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

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

tff(f90,plain,
    ! [X0: $int,X1: collection] :
      ( ~ in(X0,X1)
      | ( $sum(-1,count(X1)) = count(remove(X0,X1)) ) ),
    inference(forward_demodulation,[],[f86,f17]) ).

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

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

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

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

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

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

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

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

tff(f665,plain,
    ( ( $sum(-1,count(sK1)) != count(remove(sK0,sK1)) )
    | ( count(sK1) = count(remove(sK0,sK1)) ) ),
    inference(superposition,[],[f565,f139]) ).

tff(f139,plain,
    ! [X6: $int,X5: collection] :
      ( ( count(X5) = count(add(X6,X5)) )
      | ( count(X5) = count(remove(X6,X5)) ) ),
    inference(resolution,[],[f75,f66]) ).

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

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

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

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

tff(f565,plain,
    $sum(-1,count(add(sK0,sK1))) != count(remove(sK0,sK1)),
    inference(superposition,[],[f82,f207]) ).

tff(f207,plain,
    ! [X0: $int,X1: collection] : ( $sum(-1,count(add(X0,X1))) = count(remove(X0,add(X0,X1))) ),
    inference(resolution,[],[f90,f83]) ).

tff(f83,plain,
    ! [X2: $int,X1: collection] : in(X2,add(X2,X1)),
    inference(equality_resolution,[],[f62]) ).

tff(f62,plain,
    ! [X2: $int,X0: $int,X1: collection] :
      ( in(X0,add(X2,X1))
      | ( X0 != X2 ) ),
    inference(cnf_transformation,[],[f45]) ).

tff(f45,plain,
    ! [X0: $int,X1: collection,X2: $int] :
      ( ( in(X0,X1)
        | ( X0 = X2 )
        | ~ in(X0,add(X2,X1)) )
      & ( in(X0,add(X2,X1))
        | ( ~ in(X0,X1)
          & ( X0 != X2 ) ) ) ),
    inference(flattening,[],[f44]) ).

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

tff(f35,plain,
    ! [X0: $int,X1: collection,X2: $int] :
      ( ( in(X0,X1)
        | ( X0 = X2 ) )
    <=> in(X0,add(X2,X1)) ),
    inference(rectify,[],[f4]) ).

tff(f4,axiom,
    ! [X5: $int,X6: collection,X7: $int] :
      ( in(X5,add(X7,X6))
    <=> ( in(X5,X6)
        | ( X5 = X7 ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax4) ).

tff(f82,plain,
    count(remove(sK0,add(sK0,sK1))) != count(remove(sK0,sK1)),
    inference(cnf_transformation,[],[f60]) ).

tff(f60,plain,
    count(remove(sK0,add(sK0,sK1))) != count(remove(sK0,sK1)),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK0,sK1])],[f42,f59]) ).

tff(f59,plain,
    ( ? [X0: $int,X1: collection] : ( count(remove(X0,X1)) != count(remove(X0,add(X0,X1))) )
   => ( count(remove(sK0,add(sK0,sK1))) != count(remove(sK0,sK1)) ) ),
    introduced(choice_axiom,[]) ).

tff(f42,plain,
    ? [X0: $int,X1: collection] : ( count(remove(X0,X1)) != count(remove(X0,add(X0,X1))) ),
    inference(ennf_transformation,[],[f34]) ).

tff(f34,plain,
    ~ ! [X0: $int,X1: collection] : ( count(remove(X0,X1)) = count(remove(X0,add(X0,X1))) ),
    inference(rectify,[],[f14]) ).

tff(f14,negated_conjecture,
    ~ ! [X1: $int,X0: collection] : ( count(remove(X1,add(X1,X0))) = count(remove(X1,X0)) ),
    inference(negated_conjecture,[],[f13]) ).

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

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

tff(f771,plain,
    in(sK0,sK1),
    inference(trivial_inequality_removal,[],[f761]) ).

tff(f761,plain,
    ( ( count(sK1) != count(sK1) )
    | in(sK0,sK1) ),
    inference(superposition,[],[f76,f712]) ).

tff(f712,plain,
    count(sK1) = count(add(sK0,sK1)),
    inference(subsumption_resolution,[],[f707,f677]) ).

tff(f707,plain,
    ( ( count(sK1) != count(remove(sK0,sK1)) )
    | ( count(sK1) = count(add(sK0,sK1)) ) ),
    inference(evaluation,[],[f695]) ).

tff(f695,plain,
    ( ( count(sK1) = count(add(sK0,sK1)) )
    | ( $sum(-1,$sum(1,count(sK1))) != count(remove(sK0,sK1)) ) ),
    inference(superposition,[],[f565,f182]) ).

tff(f182,plain,
    ! [X0: collection,X1: $int] :
      ( ( count(add(X1,X0)) = $sum(1,count(X0)) )
      | ( count(X0) = count(add(X1,X0)) ) ),
    inference(forward_demodulation,[],[f174,f17]) ).

tff(f174,plain,
    ! [X0: collection,X1: $int] :
      ( ( $sum(count(X0),1) = count(add(X1,X0)) )
      | ( count(X0) = count(add(X1,X0)) ) ),
    inference(resolution,[],[f70,f75]) ).

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

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

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

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

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

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

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem    : DAT049=1 : TPTP v8.1.0. Released v5.0.0.
% 0.07/0.13  % Command    : vampire --input_syntax tptp --proof tptp --output_axiom_names on --mode portfolio --schedule snake_tptp_sat --cores 0 -t %d %s
% 0.13/0.35  % Computer : n004.cluster.edu
% 0.13/0.35  % Model    : x86_64 x86_64
% 0.13/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.35  % Memory   : 8042.1875MB
% 0.13/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.35  % CPULimit   : 300
% 0.13/0.35  % WCLimit    : 300
% 0.13/0.35  % DateTime   : Mon Aug 29 20:14:50 EDT 2022
% 0.13/0.35  % CPUTime    : 
% 0.20/0.54  % (14994)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)
% 0.20/0.54  % (14993)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.20/0.54  % (14986)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)
% 0.20/0.54  % (14978)dis+10_1:1_fsd=on:sp=occurrence:i=7:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/7Mi)
% 0.20/0.55  % (14977)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.20/0.55  % (14978)Instruction limit reached!
% 0.20/0.55  % (14978)------------------------------
% 0.20/0.55  % (14978)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.55  % (14985)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.20/0.55  % (14977)WARNING: trying to run FMB on interpreted or otherwise provably infinite-domain problem!
% 0.20/0.55  % (14977)Terminated due to inappropriate strategy.
% 0.20/0.55  % (14977)------------------------------
% 0.20/0.55  % (14977)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.55  % (14977)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.55  % (14977)Termination reason: Inappropriate
% 0.20/0.55  
% 0.20/0.55  % (14977)Memory used [KB]: 895
% 0.20/0.55  % (14977)Time elapsed: 0.004 s
% 0.20/0.55  % (14977)Instructions burned: 2 (million)
% 0.20/0.55  % (14977)------------------------------
% 0.20/0.55  % (14977)------------------------------
% 1.35/0.57  % (14995)ott+10_1:1_kws=precedence:tgt=ground:i=482:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/482Mi)
% 1.35/0.57  % (14978)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.35/0.57  % (14978)Termination reason: Unknown
% 1.35/0.57  % (14978)Termination phase: Saturation
% 1.35/0.57  
% 1.35/0.57  % (14978)Memory used [KB]: 5500
% 1.35/0.57  % (14978)Time elapsed: 0.124 s
% 1.35/0.57  % (14978)Instructions burned: 8 (million)
% 1.35/0.57  % (14978)------------------------------
% 1.35/0.57  % (14978)------------------------------
% 1.35/0.57  % (14979)dis+2_1:64_add=large:bce=on:bd=off:i=2:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/2Mi)
% 1.35/0.57  % (14987)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)
% 1.35/0.57  % (14979)Instruction limit reached!
% 1.35/0.57  % (14979)------------------------------
% 1.35/0.57  % (14979)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.35/0.57  % (14979)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.35/0.57  % (14979)Termination reason: Unknown
% 1.35/0.57  % (14979)Termination phase: Preprocessing 3
% 1.35/0.57  
% 1.35/0.57  % (14979)Memory used [KB]: 895
% 1.35/0.57  % (14979)Time elapsed: 0.004 s
% 1.35/0.57  % (14979)Instructions burned: 2 (million)
% 1.35/0.57  % (14979)------------------------------
% 1.35/0.57  % (14979)------------------------------
% 1.70/0.59  % (14974)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.70/0.60  % (14998)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.70/0.60  % (14997)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.70/0.60  % (14973)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)
% 1.70/0.60  % (14976)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)
% 1.70/0.60  % (14990)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)
% 1.70/0.61  % (14981)ott+2_1:1_fsr=off:gsp=on:i=50:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/50Mi)
% 1.70/0.61  % (14988)fmb+10_1:1_bce=on:i=59:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/59Mi)
% 1.70/0.61  % (14982)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.70/0.61  % (14988)WARNING: trying to run FMB on interpreted or otherwise provably infinite-domain problem!
% 1.70/0.61  % (14988)Terminated due to inappropriate strategy.
% 1.70/0.61  % (14988)------------------------------
% 1.70/0.61  % (14988)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.70/0.61  % (14988)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.70/0.61  % (14988)Termination reason: Inappropriate
% 1.70/0.61  
% 1.70/0.61  % (14988)Memory used [KB]: 895
% 1.70/0.61  % (14988)Time elapsed: 0.003 s
% 1.70/0.61  % (14988)Instructions burned: 2 (million)
% 1.70/0.61  % (14988)------------------------------
% 1.70/0.61  % (14988)------------------------------
% 1.70/0.62  % (14980)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.70/0.62  % (15000)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)
% 1.70/0.62  % (14992)ott+3_1:1_gsp=on:lcm=predicate:i=138:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/138Mi)
% 1.70/0.62  % (14989)ott+10_1:1_tgt=ground:i=100:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/100Mi)
% 1.70/0.62  % (14984)ott+10_1:5_bd=off:tgt=full:i=99:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/99Mi)
% 1.70/0.62  % (14972)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)
% 1.70/0.63  % (14996)ott+10_1:5_bd=off:tgt=full:i=500:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/500Mi)
% 2.35/0.68  % (14971)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)
% 2.35/0.68  % (14971)WARNING: trying to run FMB on interpreted or otherwise provably infinite-domain problem!
% 2.35/0.68  % (14971)Terminated due to inappropriate strategy.
% 2.35/0.68  % (14971)------------------------------
% 2.35/0.68  % (14971)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.35/0.68  % (14971)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.35/0.68  % (14971)Termination reason: Inappropriate
% 2.35/0.68  
% 2.35/0.68  % (14971)Memory used [KB]: 895
% 2.35/0.68  % (14971)Time elapsed: 0.004 s
% 2.35/0.68  % (14971)Instructions burned: 2 (million)
% 2.35/0.68  % (14971)------------------------------
% 2.35/0.68  % (14971)------------------------------
% 2.35/0.68  % (14991)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)
% 2.35/0.69  % (14985)Instruction limit reached!
% 2.35/0.69  % (14985)------------------------------
% 2.35/0.69  % (14985)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.35/0.69  % (14985)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.35/0.69  % (14985)Termination reason: Unknown
% 2.35/0.69  % (14985)Termination phase: Saturation
% 2.35/0.69  
% 2.35/0.69  % (14985)Memory used [KB]: 6524
% 2.35/0.69  % (14985)Time elapsed: 0.058 s
% 2.35/0.69  % (14985)Instructions burned: 69 (million)
% 2.35/0.69  % (14985)------------------------------
% 2.35/0.69  % (14985)------------------------------
% 2.35/0.69  % (14999)ott+33_1:4_s2a=on:tgt=ground:i=439:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/439Mi)
% 2.35/0.69  % (14973)Instruction limit reached!
% 2.35/0.69  % (14973)------------------------------
% 2.35/0.69  % (14973)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.50/0.69  % (14983)ott+10_1:28_bd=off:bs=on:tgt=ground:i=101:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/101Mi)
% 2.50/0.69  % (14986)Instruction limit reached!
% 2.50/0.69  % (14986)------------------------------
% 2.50/0.69  % (14986)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.50/0.70  % (14975)ott+33_1:4_s2a=on:tgt=ground:i=51:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/51Mi)
% 2.50/0.70  % (14986)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.50/0.70  % (14986)Termination reason: Unknown
% 2.50/0.70  % (14986)Termination phase: Saturation
% 2.50/0.70  
% 2.50/0.70  % (14986)Memory used [KB]: 2046
% 2.50/0.70  % (14986)Time elapsed: 0.266 s
% 2.50/0.70  % (14986)Instructions burned: 75 (million)
% 2.50/0.70  % (14986)------------------------------
% 2.50/0.70  % (14986)------------------------------
% 2.50/0.71  % (14973)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.50/0.71  % (14973)Termination reason: Unknown
% 2.50/0.71  % (14973)Termination phase: Saturation
% 2.50/0.71  
% 2.50/0.71  % (14973)Memory used [KB]: 1535
% 2.50/0.71  % (14973)Time elapsed: 0.265 s
% 2.50/0.71  % (14973)Instructions burned: 37 (million)
% 2.50/0.71  % (14973)------------------------------
% 2.50/0.71  % (14973)------------------------------
% 2.50/0.72  % (14990)First to succeed.
% 2.68/0.72  % (14990)Refutation found. Thanks to Tanya!
% 2.68/0.72  % SZS status Theorem for theBenchmark
% 2.68/0.72  % SZS output start Proof for theBenchmark
% See solution above
% 2.68/0.72  % (14990)------------------------------
% 2.68/0.72  % (14990)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.68/0.72  % (14990)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.68/0.72  % (14990)Termination reason: Refutation
% 2.68/0.72  
% 2.68/0.72  % (14990)Memory used [KB]: 1535
% 2.68/0.72  % (14990)Time elapsed: 0.295 s
% 2.68/0.72  % (14990)Instructions burned: 40 (million)
% 2.68/0.72  % (14990)------------------------------
% 2.68/0.72  % (14990)------------------------------
% 2.68/0.72  % (14970)Success in time 0.355 s
%------------------------------------------------------------------------------