TSTP Solution File: ARI740_1 by SnakeForV---1.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SnakeForV---1.0
% Problem  : ARI740_1 : TPTP v8.1.0. Released v7.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : vampire --input_syntax tptp --proof tptp --output_axiom_names on --mode portfolio --schedule snake_tptp_uns --cores 0 -t %d %s

% Computer : n027.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 15:47:03 EDT 2022

% Result   : Theorem 2.42s 0.70s
% Output   : Refutation 2.42s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    9
%            Number of leaves      :    4
% Syntax   : Number of formulae    :   17 (   9 unt;   1 typ;   0 def)
%            Number of atoms       :   23 (  15 equ)
%            Maximal formula atoms :    2 (   1 avg)
%            Number of connectives :   13 (   6   ~;   4   |;   0   &)
%                                         (   0 <=>;   3  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    5 (   3 avg)
%            Maximal term depth    :    3 (   1 avg)
%            Number of FOOLs       :    1 (   1 fml;   0 var)
%            Number arithmetic     :   73 (   7 atm;  16 fun;  34 num;  16 var)
%            Number of types       :    2 (   0 usr;   2 ari)
%            Number of type conns  :    2 (   1   >;   1   *;   0   +;   0  <<)
%            Number of predicates  :    4 (   0 usr;   1 prp; 0-2 aty)
%            Number of functors    :    8 (   1 usr;   5 con; 0-2 aty)
%            Number of variables   :   16 (  16   !;   0   ?;  16   :)

% Comments : 
%------------------------------------------------------------------------------
tff(func_def_0,type,
    power: ( $real * $int ) > $real ).

tff(f57,plain,
    $false,
    inference(evaluation,[],[f52]) ).

tff(f52,plain,
    4.0 != $product(2.0,2.0),
    inference(superposition,[],[f40,f50]) ).

tff(f50,plain,
    ! [X0: $real] : ( $product(X0,X0) = power(X0,2) ),
    inference(evaluation,[],[f44]) ).

tff(f44,plain,
    ! [X0: $real] :
      ( $less(1,0)
      | ( $product(X0,X0) = power(X0,$sum(1,1)) ) ),
    inference(superposition,[],[f37,f32]) ).

tff(f32,plain,
    ! [X0: $real] : ( power(X0,1) = X0 ),
    inference(cnf_transformation,[],[f4]) ).

tff(f4,axiom,
    ! [X0: $real] : ( power(X0,1) = X0 ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',power_1) ).

tff(f37,plain,
    ! [X0: $real,X1: $int] :
      ( ( power(X0,$sum(X1,1)) = $product(X0,power(X0,X1)) )
      | $less(X1,0) ),
    inference(cnf_transformation,[],[f30]) ).

tff(f30,plain,
    ! [X0: $real,X1: $int] :
      ( ( power(X0,$sum(X1,1)) = $product(X0,power(X0,X1)) )
      | $less(X1,0) ),
    inference(rectify,[],[f21]) ).

tff(f21,plain,
    ! [X1: $real,X0: $int] :
      ( ( power(X1,$sum(X0,1)) = $product(X1,power(X1,X0)) )
      | $less(X0,0) ),
    inference(ennf_transformation,[],[f18]) ).

tff(f18,plain,
    ! [X0: $int,X1: $real] :
      ( ~ $less(X0,0)
     => ( power(X1,$sum(X0,1)) = $product(X1,power(X1,X0)) ) ),
    inference(rectify,[],[f13]) ).

tff(f13,plain,
    ! [X1: $int,X0: $real] :
      ( ~ $less(X1,0)
     => ( power(X0,$sum(X1,1)) = $product(X0,power(X0,X1)) ) ),
    inference(theory_normalization,[],[f2]) ).

tff(f2,axiom,
    ! [X1: $int,X0: $real] :
      ( $lesseq(0,X1)
     => ( power(X0,$sum(X1,1)) = $product(X0,power(X0,X1)) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',power_s) ).

tff(f40,plain,
    power(2.0,2) != 4.0,
    inference(cnf_transformation,[],[f19]) ).

tff(f19,plain,
    power(2.0,2) != 4.0,
    inference(flattening,[],[f10]) ).

tff(f10,negated_conjecture,
    ( ( ~ power(2.0,2) )
    = 4.0 ),
    inference(negated_conjecture,[],[f9]) ).

tff(f9,conjecture,
    power(2.0,2) = 4.0,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',pow_2_2) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.09  % Problem    : ARI740=1 : TPTP v8.1.0. Released v7.0.0.
% 0.07/0.09  % Command    : vampire --input_syntax tptp --proof tptp --output_axiom_names on --mode portfolio --schedule snake_tptp_uns --cores 0 -t %d %s
% 0.08/0.29  % Computer : n027.cluster.edu
% 0.08/0.29  % Model    : x86_64 x86_64
% 0.08/0.29  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.08/0.29  % Memory   : 8042.1875MB
% 0.08/0.29  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.08/0.29  % CPULimit   : 300
% 0.08/0.29  % WCLimit    : 300
% 0.08/0.29  % DateTime   : Mon Aug 29 16:40:00 EDT 2022
% 0.08/0.29  % CPUTime    : 
% 0.14/0.44  % (21334)lrs+10_5:1_br=off:fde=none:nwc=3.0:sd=1:sgt=10:sos=on:ss=axioms:urr=on:i=32:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/32Mi)
% 0.14/0.45  % (21351)dis+32_1:1_bd=off:nm=4:sos=on:ss=included:i=50:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/50Mi)
% 0.14/0.45  % (21342)lrs+22_1:1_amm=sco:fsr=off:gve=force:sos=on:uwa=all:i=50:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/50Mi)
% 0.14/0.46  % (21350)dis+2_1:1_av=off:bsr=on:erd=off:s2pl=on:sgt=16:sos=on:sp=frequency:ss=axioms:i=46:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/46Mi)
% 0.14/0.46  % (21334)Refutation not found, incomplete strategy% (21334)------------------------------
% 0.14/0.46  % (21334)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.14/0.46  % (21334)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.14/0.46  % (21334)Termination reason: Refutation not found, incomplete strategy
% 0.14/0.46  
% 0.14/0.46  % (21334)Memory used [KB]: 5500
% 0.14/0.46  % (21334)Time elapsed: 0.098 s
% 0.14/0.46  % (21334)Instructions burned: 3 (million)
% 0.14/0.46  % (21334)------------------------------
% 0.14/0.46  % (21334)------------------------------
% 0.14/0.46  % (21343)dis+20_1:12_aac=none:acc=model:awrs=converge:fd=preordered:fsr=off:nicw=on:nwc=3.0:s2a=on:s2agt=16:spb=goal:to=lpo:i=2:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/2Mi)
% 0.14/0.46  % (21335)lrs+1010_1:1_bd=off:fd=off:fde=none:ins=3:sac=on:sos=on:spb=goal:to=lpo:i=36:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/36Mi)
% 0.14/0.46  % (21335)Refutation not found, incomplete strategy% (21335)------------------------------
% 0.14/0.46  % (21335)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.14/0.46  % (21335)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.14/0.46  % (21335)Termination reason: Refutation not found, incomplete strategy
% 0.14/0.46  
% 0.14/0.46  % (21335)Memory used [KB]: 5500
% 0.14/0.46  % (21335)Time elapsed: 0.100 s
% 0.14/0.46  % (21335)Instructions burned: 4 (million)
% 0.14/0.46  % (21335)------------------------------
% 0.14/0.46  % (21335)------------------------------
% 0.14/0.46  % (21350)Refutation not found, incomplete strategy% (21350)------------------------------
% 0.14/0.46  % (21350)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.14/0.46  % (21342)Refutation not found, incomplete strategy% (21342)------------------------------
% 0.14/0.46  % (21342)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.14/0.46  % (21342)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.14/0.46  % (21342)Termination reason: Refutation not found, incomplete strategy
% 0.14/0.46  
% 0.14/0.46  % (21342)Memory used [KB]: 5628
% 0.14/0.46  % (21342)Time elapsed: 0.102 s
% 0.14/0.46  % (21342)Instructions burned: 4 (million)
% 0.14/0.46  % (21342)------------------------------
% 0.14/0.46  % (21342)------------------------------
% 0.14/0.46  % (21343)Instruction limit reached!
% 0.14/0.46  % (21343)------------------------------
% 0.14/0.46  % (21343)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.14/0.47  % (21350)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.14/0.47  % (21350)Termination reason: Refutation not found, incomplete strategy
% 0.14/0.47  
% 0.14/0.47  % (21350)Memory used [KB]: 1023
% 0.14/0.47  % (21350)Time elapsed: 0.102 s
% 0.14/0.47  % (21350)Instructions burned: 3 (million)
% 0.14/0.47  % (21350)------------------------------
% 0.14/0.47  % (21350)------------------------------
% 0.14/0.47  % (21351)Refutation not found, incomplete strategy% (21351)------------------------------
% 0.14/0.47  % (21351)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.14/0.47  % (21343)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.14/0.47  % (21343)Termination reason: Unknown
% 0.14/0.47  % (21343)Termination phase: Preprocessing 2
% 0.14/0.47  
% 0.14/0.47  % (21343)Memory used [KB]: 895
% 0.14/0.47  % (21343)Time elapsed: 0.004 s
% 0.14/0.47  % (21343)Instructions burned: 2 (million)
% 0.14/0.47  % (21343)------------------------------
% 0.14/0.47  % (21343)------------------------------
% 0.14/0.47  % (21351)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.14/0.47  % (21351)Termination reason: Refutation not found, incomplete strategy
% 0.14/0.47  
% 0.14/0.47  % (21351)Memory used [KB]: 5500
% 0.14/0.47  % (21351)Time elapsed: 0.104 s
% 0.14/0.47  % (21351)Instructions burned: 4 (million)
% 0.14/0.47  % (21351)------------------------------
% 0.14/0.47  % (21351)------------------------------
% 0.14/0.49  % (21333)lrs+10_1:32_s2a=on:s2agt=10:sgt=8:ss=axioms:i=15:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/15Mi)
% 0.14/0.50  % (21330)dis+1011_1:64_drc=off:flr=on:nwc=2.0:sac=on:urr=ec_only:i=8:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/8Mi)
% 0.14/0.50  % (21328)dis+1010_1:4_aac=none:abs=on:atotf=0.5:avsq=on:avsqc=2:avsqr=215,247:awrs=converge:awrsf=128:bsd=on:erd=off:fde=none:gve=cautious:newcnf=on:nwc=5.0:rnwc=on:sac=on:sas=z3:sp=const_min:tgt=ground:thsq=on:thsqc=64:thsqr=1,4:i=59848:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/59848Mi)
% 0.14/0.50  % (21356)dis+1011_1:1_bd=off:canc=force:ev=cautious:nwc=5.0:i=21:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/21Mi)
% 0.14/0.50  % (21355)dis+10_1:64_nwc=1.4:tha=off:i=21:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/21Mi)
% 0.14/0.50  % (21332)ott+1011_1:2_br=off:bs=unit_only:bsr=unit_only:nwc=5.0:s2a=on:s2agt=32:urr=on:i=37:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/37Mi)
% 0.14/0.50  % (21331)ott+21_1:1_erd=off:s2a=on:sac=on:sd=1:sgt=64:sos=on:ss=included:st=3.0:to=lpo:urr=on:i=2:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/2Mi)
% 0.14/0.51  % (21330)Instruction limit reached!
% 0.14/0.51  % (21330)------------------------------
% 0.14/0.51  % (21330)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.14/0.51  % (21330)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.14/0.51  % (21330)Termination reason: Unknown
% 0.14/0.51  % (21330)Termination phase: Saturation
% 0.14/0.51  
% 0.14/0.51  % (21330)Memory used [KB]: 5500
% 0.14/0.51  % (21330)Time elapsed: 0.142 s
% 0.14/0.51  % (21330)Instructions burned: 8 (million)
% 0.14/0.51  % (21330)------------------------------
% 0.14/0.51  % (21330)------------------------------
% 0.14/0.51  % (21331)Instruction limit reached!
% 0.14/0.51  % (21331)------------------------------
% 0.14/0.51  % (21331)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.14/0.51  % (21331)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.14/0.51  % (21331)Termination reason: Unknown
% 0.14/0.51  % (21331)Termination phase: SInE selection
% 0.14/0.51  
% 0.14/0.51  % (21331)Memory used [KB]: 895
% 0.14/0.51  % (21331)Time elapsed: 0.004 s
% 0.14/0.51  % (21331)Instructions burned: 2 (million)
% 0.14/0.51  % (21331)------------------------------
% 0.14/0.51  % (21331)------------------------------
% 0.14/0.51  % (21345)dis+21_1:1_aac=none:abs=on:er=known:fde=none:fsr=off:nwc=5.0:s2a=on:s2at=4.0:sp=const_frequency:to=lpo:urr=ec_only:i=49:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/49Mi)
% 0.14/0.51  % (21357)dis+20_1:12_aac=none:acc=model:awrs=converge:fd=preordered:fsr=off:nicw=on:nwc=3.0:s2a=on:s2agt=16:spb=goal:to=lpo:i=41:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/41Mi)
% 0.14/0.51  % (21344)lrs+10_1:1_ev=force:gve=cautious:tha=off:i=2:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/2Mi)
% 0.14/0.51  % (21346)lrs+10_1:1_ss=axioms:st=5.0:tha=off:i=15:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/15Mi)
% 0.14/0.51  % (21344)Instruction limit reached!
% 0.14/0.51  % (21344)------------------------------
% 0.14/0.51  % (21344)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.14/0.51  % (21344)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.14/0.51  % (21344)Termination reason: Unknown
% 0.14/0.51  % (21344)Termination phase: Saturation
% 0.14/0.51  
% 0.14/0.51  % (21344)Memory used [KB]: 5500
% 0.14/0.51  % (21344)Time elapsed: 0.003 s
% 0.14/0.51  % (21344)Instructions burned: 2 (million)
% 0.14/0.51  % (21344)------------------------------
% 0.14/0.51  % (21344)------------------------------
% 0.14/0.51  % (21353)lrs+1002_1:1_br=off:canc=force:drc=off:s2a=on:sos=on:sp=reverse_frequency:urr=on:i=42:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/42Mi)
% 0.14/0.51  % (21347)lrs+10_1:1_sd=10:sos=all:ss=axioms:st=5.0:tha=off:i=2:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/2Mi)
% 0.14/0.51  % (21348)dis+1002_1:5_av=off:nwc=2.0:sos=all:i=15:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/15Mi)
% 0.14/0.51  % (21336)lrs+1010_1:1_ep=RST:s2a=on:s2at=5.0:sos=all:i=26:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/26Mi)
% 0.14/0.52  % (21348)Refutation not found, incomplete strategy% (21348)------------------------------
% 0.14/0.52  % (21348)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.14/0.52  % (21348)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.14/0.52  % (21348)Termination reason: Refutation not found, incomplete strategy
% 0.14/0.52  
% 0.14/0.52  % (21348)Memory used [KB]: 1023
% 0.14/0.52  % (21348)Time elapsed: 0.152 s
% 0.14/0.52  % (21348)Instructions burned: 4 (million)
% 0.14/0.52  % (21348)------------------------------
% 0.14/0.52  % (21348)------------------------------
% 0.14/0.52  % (21354)lrs+1_3:1_ep=RSTC:sos=on:urr=on:i=43:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/43Mi)
% 0.14/0.52  % (21339)dis+32_1:1_bd=off:nm=4:sos=on:ss=included:i=4:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/4Mi)
% 0.14/0.52  % (21353)Refutation not found, incomplete strategy% (21353)------------------------------
% 0.14/0.52  % (21353)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.14/0.52  % (21353)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.14/0.52  % (21353)Termination reason: Refutation not found, incomplete strategy
% 0.14/0.52  
% 0.14/0.52  % (21353)Memory used [KB]: 5500
% 0.14/0.52  % (21353)Time elapsed: 0.125 s
% 0.14/0.52  % (21353)Instructions burned: 5 (million)
% 0.14/0.52  % (21353)------------------------------
% 0.14/0.52  % (21353)------------------------------
% 0.14/0.52  % (21347)Instruction limit reached!
% 0.14/0.52  % (21347)------------------------------
% 0.14/0.52  % (21347)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.14/0.52  % (21340)lrs+10_1:1_ep=R:gve=force:plsq=on:plsqr=32,1:uwa=one_side_interpreted:i=2:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/2Mi)
% 0.14/0.52  % (21337)lrs+10_1:8_ep=R:erd=off:fs=off:fsr=off:gve=force:nwc=2.0:uwa=one_side_interpreted:i=2:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/2Mi)
% 0.14/0.52  % (21338)lrs+10_1:1_canc=force:tha=some:to=lpo:i=35:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/35Mi)
% 0.14/0.52  % (21337)Instruction limit reached!
% 0.14/0.52  % (21337)------------------------------
% 0.14/0.52  % (21337)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.14/0.52  % (21337)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.14/0.52  % (21337)Termination reason: Unknown
% 0.14/0.52  % (21337)Termination phase: Including theory axioms
% 0.14/0.52  
% 0.14/0.52  % (21337)Memory used [KB]: 895
% 0.14/0.52  % (21337)Time elapsed: 0.003 s
% 0.14/0.52  % (21337)Instructions burned: 2 (million)
% 0.14/0.52  % (21337)------------------------------
% 0.14/0.52  % (21337)------------------------------
% 0.14/0.52  % (21339)Instruction limit reached!
% 0.14/0.52  % (21339)------------------------------
% 0.14/0.52  % (21339)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.14/0.52  % (21352)lrs+1_1:10_av=off:drc=off:nwc=2.0:sp=reverse_frequency:thsq=on:thsqc=64:thsql=off:i=47:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/47Mi)
% 0.14/0.52  % (21347)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.14/0.52  % (21347)Termination reason: Unknown
% 0.14/0.52  % (21347)Termination phase: Saturation
% 0.14/0.52  
% 0.14/0.52  % (21347)Memory used [KB]: 1023
% 0.14/0.52  % (21347)Time elapsed: 0.003 s
% 0.14/0.52  % (21347)Instructions burned: 2 (million)
% 0.14/0.52  % (21347)------------------------------
% 0.14/0.52  % (21347)------------------------------
% 0.14/0.52  % (21355)Refutation not found, incomplete strategy% (21355)------------------------------
% 0.14/0.52  % (21355)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.14/0.52  % (21355)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.14/0.52  % (21355)Termination reason: Refutation not found, incomplete strategy
% 0.14/0.52  
% 0.14/0.52  % (21355)Memory used [KB]: 5500
% 0.14/0.52  % (21355)Time elapsed: 0.164 s
% 0.14/0.52  % (21355)Instructions burned: 4 (million)
% 0.14/0.52  % (21355)------------------------------
% 0.14/0.52  % (21355)------------------------------
% 0.14/0.52  % (21341)dis+10_1:64_nwc=1.4:tha=off:i=21:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/21Mi)
% 0.14/0.52  % (21339)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.14/0.52  % (21339)Termination reason: Unknown
% 0.14/0.52  % (21339)Termination phase: Saturation
% 0.14/0.52  
% 0.14/0.52  % (21339)Memory used [KB]: 5500
% 0.14/0.52  % (21339)Time elapsed: 0.161 s
% 0.14/0.52  % (21339)Instructions burned: 4 (million)
% 0.14/0.52  % (21339)------------------------------
% 0.14/0.52  % (21339)------------------------------
% 0.14/0.52  % (21349)dis+10_1:64_nwc=1.4:rp=on:tha=off:i=21:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/21Mi)
% 0.14/0.52  % (21346)Refutation not found, incomplete strategy% (21346)------------------------------
% 0.14/0.52  % (21346)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.14/0.52  % (21346)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.14/0.52  % (21346)Termination reason: Refutation not found, incomplete strategy
% 0.14/0.52  
% 0.14/0.52  % (21346)Memory used [KB]: 5500
% 0.14/0.52  % (21346)Time elapsed: 0.162 s
% 0.14/0.52  % (21346)Instructions burned: 2 (million)
% 0.14/0.52  % (21346)------------------------------
% 0.14/0.52  % (21346)------------------------------
% 0.14/0.53  % (21329)lrs+1010_1:1_aac=none:bce=on:nicw=on:nm=0:plsq=on:plsql=on:sac=on:sos=on:sp=frequency:spb=units:to=lpo:i=34:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/34Mi)
% 0.14/0.53  % (21349)Refutation not found, incomplete strategy% (21349)------------------------------
% 0.14/0.53  % (21349)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.14/0.53  % (21349)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.14/0.53  % (21349)Termination reason: Refutation not found, incomplete strategy
% 0.14/0.53  
% 0.14/0.53  % (21349)Memory used [KB]: 5500
% 0.14/0.53  % (21349)Time elapsed: 0.162 s
% 0.14/0.53  % (21349)Instructions burned: 3 (million)
% 0.14/0.53  % (21349)------------------------------
% 0.14/0.53  % (21349)------------------------------
% 0.14/0.53  % (21333)Instruction limit reached!
% 0.14/0.53  % (21333)------------------------------
% 0.14/0.53  % (21333)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.14/0.53  % (21333)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.14/0.53  % (21333)Termination reason: Unknown
% 0.14/0.53  % (21333)Termination phase: Saturation
% 0.14/0.53  
% 0.14/0.53  % (21333)Memory used [KB]: 5756
% 0.14/0.53  % (21333)Time elapsed: 0.160 s
% 0.14/0.53  % (21333)Instructions burned: 16 (million)
% 0.14/0.53  % (21333)------------------------------
% 0.14/0.53  % (21333)------------------------------
% 0.14/0.53  % (21340)Instruction limit reached!
% 0.14/0.53  % (21340)------------------------------
% 0.14/0.53  % (21340)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.14/0.53  % (21340)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.14/0.53  % (21340)Termination reason: Unknown
% 0.14/0.53  % (21340)Termination phase: Property scanning
% 0.14/0.53  
% 0.14/0.53  % (21340)Memory used [KB]: 895
% 0.14/0.53  % (21340)Time elapsed: 0.004 s
% 0.14/0.53  % (21340)Instructions burned: 2 (million)
% 0.14/0.53  % (21340)------------------------------
% 0.14/0.53  % (21340)------------------------------
% 0.14/0.54  % (21341)Refutation not found, incomplete strategy% (21341)------------------------------
% 0.14/0.54  % (21341)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.14/0.54  % (21341)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.14/0.54  % (21341)Termination reason: Refutation not found, incomplete strategy
% 0.14/0.54  
% 0.14/0.54  % (21341)Memory used [KB]: 5500
% 0.14/0.54  % (21341)Time elapsed: 0.161 s
% 0.14/0.54  % (21341)Instructions burned: 3 (million)
% 0.14/0.54  % (21341)------------------------------
% 0.14/0.54  % (21341)------------------------------
% 1.87/0.55  % (21329)Refutation not found, incomplete strategy% (21329)------------------------------
% 1.87/0.55  % (21329)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.87/0.55  % (21329)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.87/0.55  % (21329)Termination reason: Refutation not found, incomplete strategy
% 1.87/0.55  
% 1.87/0.55  % (21329)Memory used [KB]: 5500
% 1.87/0.55  % (21329)Time elapsed: 0.160 s
% 1.87/0.55  % (21329)Instructions burned: 4 (million)
% 1.87/0.55  % (21329)------------------------------
% 1.87/0.55  % (21329)------------------------------
% 1.99/0.56  % (21356)Instruction limit reached!
% 1.99/0.56  % (21356)------------------------------
% 1.99/0.56  % (21356)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.99/0.56  % (21356)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.99/0.56  % (21356)Termination reason: Unknown
% 1.99/0.56  % (21356)Termination phase: Saturation
% 1.99/0.56  
% 1.99/0.56  % (21356)Memory used [KB]: 5756
% 1.99/0.56  % (21356)Time elapsed: 0.204 s
% 1.99/0.56  % (21356)Instructions burned: 21 (million)
% 1.99/0.56  % (21356)------------------------------
% 1.99/0.56  % (21356)------------------------------
% 1.99/0.58  % (21332)Instruction limit reached!
% 1.99/0.58  % (21332)------------------------------
% 1.99/0.58  % (21332)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.99/0.58  % (21332)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.99/0.58  % (21332)Termination reason: Unknown
% 1.99/0.58  % (21332)Termination phase: Saturation
% 1.99/0.58  
% 1.99/0.58  % (21332)Memory used [KB]: 6012
% 1.99/0.58  % (21332)Time elapsed: 0.222 s
% 1.99/0.58  % (21332)Instructions burned: 38 (million)
% 1.99/0.58  % (21332)------------------------------
% 1.99/0.58  % (21332)------------------------------
% 1.99/0.59  % (21336)Instruction limit reached!
% 1.99/0.59  % (21336)------------------------------
% 1.99/0.59  % (21336)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.99/0.59  % (21336)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.99/0.59  % (21336)Termination reason: Unknown
% 1.99/0.59  % (21336)Termination phase: Saturation
% 1.99/0.59  
% 1.99/0.59  % (21336)Memory used [KB]: 5756
% 1.99/0.59  % (21336)Time elapsed: 0.237 s
% 1.99/0.59  % (21336)Instructions burned: 27 (million)
% 1.99/0.59  % (21336)------------------------------
% 1.99/0.59  % (21336)------------------------------
% 1.99/0.60  % (21338)Instruction limit reached!
% 1.99/0.60  % (21338)------------------------------
% 1.99/0.60  % (21338)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.99/0.60  % (21338)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.99/0.60  % (21338)Termination reason: Unknown
% 1.99/0.60  % (21338)Termination phase: Saturation
% 1.99/0.60  
% 1.99/0.60  % (21338)Memory used [KB]: 5884
% 1.99/0.60  % (21338)Time elapsed: 0.207 s
% 1.99/0.60  % (21338)Instructions burned: 35 (million)
% 1.99/0.60  % (21338)------------------------------
% 1.99/0.60  % (21338)------------------------------
% 1.99/0.60  % (21354)Instruction limit reached!
% 1.99/0.60  % (21354)------------------------------
% 1.99/0.60  % (21354)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.99/0.60  % (21354)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.99/0.60  % (21354)Termination reason: Unknown
% 1.99/0.60  % (21354)Termination phase: Saturation
% 1.99/0.60  
% 1.99/0.60  % (21354)Memory used [KB]: 6012
% 1.99/0.60  % (21354)Time elapsed: 0.229 s
% 1.99/0.60  % (21354)Instructions burned: 43 (million)
% 1.99/0.60  % (21354)------------------------------
% 1.99/0.60  % (21354)------------------------------
% 1.99/0.63  % (21357)Instruction limit reached!
% 1.99/0.63  % (21357)------------------------------
% 1.99/0.63  % (21357)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.99/0.63  % (21357)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.99/0.63  % (21357)Termination reason: Unknown
% 1.99/0.63  % (21357)Termination phase: Saturation
% 1.99/0.63  
% 1.99/0.63  % (21357)Memory used [KB]: 6140
% 1.99/0.63  % (21357)Time elapsed: 0.246 s
% 1.99/0.63  % (21357)Instructions burned: 41 (million)
% 1.99/0.63  % (21357)------------------------------
% 1.99/0.63  % (21357)------------------------------
% 1.99/0.63  % (21345)Instruction limit reached!
% 1.99/0.63  % (21345)------------------------------
% 1.99/0.63  % (21345)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.99/0.63  % (21345)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.99/0.63  % (21345)Termination reason: Unknown
% 1.99/0.63  % (21345)Termination phase: Saturation
% 1.99/0.63  
% 1.99/0.63  % (21345)Memory used [KB]: 6140
% 1.99/0.63  % (21345)Time elapsed: 0.217 s
% 1.99/0.63  % (21345)Instructions burned: 50 (million)
% 1.99/0.63  % (21345)------------------------------
% 1.99/0.63  % (21345)------------------------------
% 1.99/0.64  % (21364)ott+21_1:1_bd=off:bsr=unit_only:drc=off:fd=preordered:fsr=off:nwc=3.0:sac=on:to=lpo:urr=on:i=76:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/76Mi)
% 1.99/0.64  % (21360)lrs+1_1:1_aac=none:acc=on:add=large:bd=off:bs=unit_only:bsr=on:cond=on:nm=0:sac=on:sd=3:sos=on:ss=axioms:st=2.0:i=47:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/47Mi)
% 2.30/0.64  % (21360)Refutation not found, incomplete strategy% (21360)------------------------------
% 2.30/0.64  % (21360)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.30/0.64  % (21360)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.30/0.64  % (21360)Termination reason: Refutation not found, incomplete strategy
% 2.30/0.64  
% 2.30/0.64  % (21360)Memory used [KB]: 5500
% 2.30/0.64  % (21360)Time elapsed: 0.106 s
% 2.30/0.64  % (21360)Instructions burned: 3 (million)
% 2.30/0.64  % (21360)------------------------------
% 2.30/0.64  % (21360)------------------------------
% 2.30/0.64  % (21352)Instruction limit reached!
% 2.30/0.64  % (21352)------------------------------
% 2.30/0.64  % (21352)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.30/0.64  % (21352)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.30/0.64  % (21352)Termination reason: Unknown
% 2.30/0.64  % (21352)Termination phase: Saturation
% 2.30/0.64  
% 2.30/0.64  % (21352)Memory used [KB]: 1535
% 2.30/0.64  % (21352)Time elapsed: 0.281 s
% 2.30/0.64  % (21352)Instructions burned: 48 (million)
% 2.30/0.64  % (21352)------------------------------
% 2.30/0.64  % (21352)------------------------------
% 2.30/0.65  % (21363)lrs+10_1:1_acc=model:br=off:ins=1:newcnf=on:nwc=5.0:s2a=on:sac=on:sp=frequency:to=lpo:urr=on:i=100:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/100Mi)
% 2.30/0.67  % (21359)lrs+10_1:1_ss=axioms:st=5.0:tha=off:i=15:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/15Mi)
% 2.30/0.67  % (21359)Refutation not found, incomplete strategy% (21359)------------------------------
% 2.30/0.67  % (21359)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.30/0.67  % (21359)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.30/0.67  % (21359)Termination reason: Refutation not found, incomplete strategy
% 2.30/0.67  
% 2.30/0.67  % (21359)Memory used [KB]: 5500
% 2.30/0.67  % (21359)Time elapsed: 0.145 s
% 2.30/0.67  % (21359)Instructions burned: 3 (million)
% 2.30/0.67  % (21359)------------------------------
% 2.30/0.67  % (21359)------------------------------
% 2.30/0.67  % (21362)lrs+1010_1:1_aac=none:bce=on:nicw=on:nm=0:plsq=on:plsql=on:sac=on:sos=on:sp=frequency:spb=units:to=lpo:i=148:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/148Mi)
% 2.30/0.67  % (21362)Refutation not found, incomplete strategy% (21362)------------------------------
% 2.30/0.67  % (21362)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.30/0.67  % (21362)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.30/0.67  % (21362)Termination reason: Refutation not found, incomplete strategy
% 2.30/0.67  
% 2.30/0.67  % (21362)Memory used [KB]: 5500
% 2.30/0.67  % (21362)Time elapsed: 0.150 s
% 2.30/0.67  % (21362)Instructions burned: 4 (million)
% 2.30/0.67  % (21362)------------------------------
% 2.30/0.67  % (21362)------------------------------
% 2.30/0.68  % (21361)dis+10_1:64_nwc=1.4:rp=on:tha=off:i=25:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/25Mi)
% 2.42/0.68  % (21372)lrs+1011_1:1_br=off:fs=off:fsr=off:tha=off:urr=ec_only:i=488:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/488Mi)
% 2.42/0.68  % (21368)lrs+10_1:1_plsq=on:plsqc=1:plsqr=32,1:tha=off:thi=overlap:i=463:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/463Mi)
% 2.42/0.68  % (21361)Refutation not found, incomplete strategy% (21361)------------------------------
% 2.42/0.68  % (21361)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.42/0.69  % (21361)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.42/0.69  % (21361)Termination reason: Refutation not found, incomplete strategy
% 2.42/0.69  
% 2.42/0.69  % (21361)Memory used [KB]: 5500
% 2.42/0.69  % (21361)Time elapsed: 0.152 s
% 2.42/0.69  % (21361)Instructions burned: 3 (million)
% 2.42/0.69  % (21361)------------------------------
% 2.42/0.69  % (21361)------------------------------
% 2.42/0.69  % (21371)lrs+1002_1:1_av=off:br=off:fs=off:fsr=off:tha=off:urr=ec_only:i=343:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/343Mi)
% 2.42/0.69  % (21373)lrs+1010_5:1_aer=off:norm_ineq=on:sas=z3:sos=all:ss=axioms:tha=off:i=150:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/150Mi)
% 2.42/0.69  % (21371)First to succeed.
% 2.42/0.70  % (21372)Refutation not found, incomplete strategy% (21372)------------------------------
% 2.42/0.70  % (21372)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.42/0.70  % (21371)Refutation found. Thanks to Tanya!
% 2.42/0.70  % SZS status Theorem for theBenchmark
% 2.42/0.70  % SZS output start Proof for theBenchmark
% See solution above
% 2.42/0.70  % (21371)------------------------------
% 2.42/0.70  % (21371)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.42/0.70  % (21371)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.42/0.70  % (21371)Termination reason: Refutation
% 2.42/0.70  
% 2.42/0.70  % (21371)Memory used [KB]: 1023
% 2.42/0.70  % (21371)Time elapsed: 0.097 s
% 2.42/0.70  % (21371)Instructions burned: 2 (million)
% 2.42/0.70  % (21371)------------------------------
% 2.42/0.70  % (21371)------------------------------
% 2.42/0.70  % (21327)Success in time 0.387 s
%------------------------------------------------------------------------------