TSTP Solution File: SET041-3 by SnakeForV-SAT---1.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SnakeForV-SAT---1.0
% Problem  : SET041-3 : TPTP v8.1.0. Released v1.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 : n006.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 18:23:20 EDT 2022

% Result   : Unsatisfiable 2.71s 0.72s
% Output   : Refutation 2.71s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    7
%            Number of leaves      :    6
% Syntax   : Number of formulae    :   16 (   8 unt;   0 def)
%            Number of atoms       :   30 (   7 equ)
%            Maximal formula atoms :    4 (   1 avg)
%            Number of connectives :   24 (  10   ~;  14   |;   0   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    8 (   4 avg)
%            Maximal term depth    :    3 (   2 avg)
%            Number of predicates  :    5 (   3 usr;   1 prp; 0-2 aty)
%            Number of functors    :    6 (   6 usr;   3 con; 0-2 aty)
%            Number of variables   :   22 (  22   !;   0   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(f1012,plain,
    $false,
    inference(trivial_inequality_removal,[],[f993]) ).

fof(f993,plain,
    apply(another_function,apply(a_function,a)) != apply(another_function,apply(a_function,a)),
    inference(superposition,[],[f169,f990]) ).

fof(f990,plain,
    ! [X27] : apply(compose(X27,a_function),a) = apply(X27,apply(a_function,a)),
    inference(subsumption_resolution,[],[f989,f340]) ).

fof(f340,plain,
    ~ function(a_function),
    inference(consistent_polarity_flipping,[],[f167]) ).

fof(f167,axiom,
    function(a_function),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',a_function) ).

fof(f989,plain,
    ! [X27] :
      ( function(a_function)
      | apply(compose(X27,a_function),a) = apply(X27,apply(a_function,a)) ),
    inference(resolution,[],[f883,f297]) ).

fof(f297,plain,
    ~ member(a,domain_of(a_function)),
    inference(consistent_polarity_flipping,[],[f168]) ).

fof(f168,axiom,
    member(a,domain_of(a_function)),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',member_of_domain) ).

fof(f883,plain,
    ! [X10,X11,X9] :
      ( member(X11,domain_of(X10))
      | apply(X9,apply(X10,X11)) = apply(compose(X9,X10),X11)
      | function(X10) ),
    inference(subsumption_resolution,[],[f882,f341]) ).

fof(f341,plain,
    ! [X0,X9,X7] :
      ( subset(apply(compose(X9,X7),X0),apply(X9,apply(X7,X0)))
      | function(X7) ),
    inference(consistent_polarity_flipping,[],[f166]) ).

fof(f166,axiom,
    ! [X0,X9,X7] :
      ( ~ function(X7)
      | subset(apply(compose(X9,X7),X0),apply(X9,apply(X7,X0))) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',apply_for_composition2) ).

fof(f882,plain,
    ! [X10,X11,X9] :
      ( member(X11,domain_of(X10))
      | apply(X9,apply(X10,X11)) = apply(compose(X9,X10),X11)
      | ~ subset(apply(compose(X9,X10),X11),apply(X9,apply(X10,X11)))
      | function(X10) ),
    inference(resolution,[],[f145,f250]) ).

fof(f250,plain,
    ! [X0,X9,X7] :
      ( subset(apply(X9,apply(X7,X0)),apply(compose(X9,X7),X0))
      | member(X0,domain_of(X7))
      | function(X7) ),
    inference(consistent_polarity_flipping,[],[f165]) ).

fof(f165,axiom,
    ! [X0,X9,X7] :
      ( ~ member(X0,domain_of(X7))
      | ~ function(X7)
      | subset(apply(X9,apply(X7,X0)),apply(compose(X9,X7),X0)) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',apply_for_composition1) ).

fof(f145,axiom,
    ! [X0,X1] :
      ( ~ subset(X1,X0)
      | X0 = X1
      | ~ subset(X0,X1) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',two_sets_equal) ).

fof(f169,axiom,
    apply(another_function,apply(a_function,a)) != apply(compose(another_function,a_function),a),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_apply_for_composition3) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.11  % Problem    : SET041-3 : TPTP v8.1.0. Released v1.0.0.
% 0.11/0.12  % Command    : vampire --input_syntax tptp --proof tptp --output_axiom_names on --mode portfolio --schedule snake_tptp_sat --cores 0 -t %d %s
% 0.12/0.33  % Computer : n006.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   : Tue Aug 30 13:00:25 EDT 2022
% 0.12/0.33  % CPUTime    : 
% 0.20/0.44  % (9069)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)
% 0.20/0.48  % (9087)ott+10_1:1_tgt=ground:i=100:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/100Mi)
% 0.20/0.48  % (9078)ott+2_1:1_fsr=off:gsp=on:i=50:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/50Mi)
% 0.20/0.50  % (9092)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.50  % (9071)ott+33_1:4_s2a=on:tgt=ground:i=51:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/51Mi)
% 0.20/0.50  % (9084)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.51  % (9075)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.51  % (9077)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)
% 0.20/0.52  % (9075)Instruction limit reached!
% 0.20/0.52  % (9075)------------------------------
% 0.20/0.52  % (9075)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.52  % (9075)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.52  % (9075)Termination reason: Unknown
% 0.20/0.52  % (9075)Termination phase: Saturation
% 0.20/0.52  
% 0.20/0.52  % (9075)Memory used [KB]: 5628
% 0.20/0.52  % (9075)Time elapsed: 0.077 s
% 0.20/0.52  % (9075)Instructions burned: 7 (million)
% 0.20/0.52  % (9075)------------------------------
% 0.20/0.52  % (9075)------------------------------
% 0.20/0.52  % (9097)ott+33_1:4_s2a=on:tgt=ground:i=439:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/439Mi)
% 0.20/0.52  % (9098)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)
% 0.20/0.52  % (9076)dis+2_1:64_add=large:bce=on:bd=off:i=2:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/2Mi)
% 0.20/0.52  % (9069)Instruction limit reached!
% 0.20/0.52  % (9069)------------------------------
% 0.20/0.52  % (9069)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.52  % (9095)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.52  % (9076)Instruction limit reached!
% 0.20/0.52  % (9076)------------------------------
% 0.20/0.52  % (9076)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.52  % (9076)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.52  % (9076)Termination reason: Unknown
% 0.20/0.52  % (9076)Termination phase: Property scanning
% 0.20/0.52  
% 0.20/0.52  % (9076)Memory used [KB]: 1023
% 0.20/0.52  % (9076)Time elapsed: 0.003 s
% 0.20/0.52  % (9076)Instructions burned: 3 (million)
% 0.20/0.52  % (9076)------------------------------
% 0.20/0.52  % (9076)------------------------------
% 0.20/0.52  % (9082)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.52  % (9069)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.52  % (9069)Termination reason: Unknown
% 0.20/0.52  % (9069)Termination phase: Saturation
% 0.20/0.52  % (9073)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)
% 0.20/0.52  
% 0.20/0.52  % (9069)Memory used [KB]: 1791
% 0.20/0.52  % (9069)Time elapsed: 0.149 s
% 0.20/0.52  % (9069)Instructions burned: 38 (million)
% 0.20/0.52  % (9069)------------------------------
% 0.20/0.52  % (9069)------------------------------
% 0.20/0.52  % (9074)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.53  % (9070)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)
% 0.20/0.53  % (9067)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)
% 0.20/0.53  % (9068)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)
% 0.20/0.53  % (9089)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)
% 0.20/0.53  % (9090)ott+3_1:1_gsp=on:lcm=predicate:i=138:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/138Mi)
% 0.20/0.53  % (9091)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  % (9085)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)
% 0.20/0.54  % (9088)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)
% 0.20/0.54  % (9080)ott+10_1:28_bd=off:bs=on:tgt=ground:i=101:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/101Mi)
% 0.20/0.54  % (9086)fmb+10_1:1_bce=on:i=59:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/59Mi)
% 0.20/0.54  % (9079)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)
% 0.20/0.54  % (9081)ott+10_1:5_bd=off:tgt=full:i=99:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/99Mi)
% 0.20/0.54  % (9093)ott+10_1:1_kws=precedence:tgt=ground:i=482:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/482Mi)
% 0.20/0.54  % (9094)ott+10_1:5_bd=off:tgt=full:i=500:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/500Mi)
% 0.20/0.55  % (9096)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)
% 0.20/0.56  TRYING [1]
% 0.20/0.56  % (9068)Refutation not found, incomplete strategy% (9068)------------------------------
% 0.20/0.56  % (9068)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.56  % (9068)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.56  % (9068)Termination reason: Refutation not found, incomplete strategy
% 0.20/0.56  
% 0.20/0.56  % (9068)Memory used [KB]: 5884
% 0.20/0.56  % (9068)Time elapsed: 0.163 s
% 0.20/0.56  % (9068)Instructions burned: 13 (million)
% 0.20/0.56  % (9068)------------------------------
% 0.20/0.56  % (9068)------------------------------
% 0.20/0.56  % (9078)Instruction limit reached!
% 0.20/0.56  % (9078)------------------------------
% 0.20/0.56  % (9078)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.56  % (9078)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.56  % (9078)Termination reason: Unknown
% 0.20/0.56  % (9078)Termination phase: Saturation
% 0.20/0.56  
% 0.20/0.56  % (9078)Memory used [KB]: 6652
% 0.20/0.56  % (9078)Time elapsed: 0.180 s
% 0.20/0.56  % (9078)Instructions burned: 50 (million)
% 0.20/0.56  % (9078)------------------------------
% 0.20/0.56  % (9078)------------------------------
% 1.85/0.58  TRYING [2]
% 1.85/0.58  TRYING [1]
% 1.85/0.58  % (9074)Instruction limit reached!
% 1.85/0.58  % (9074)------------------------------
% 1.85/0.58  % (9074)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.85/0.59  % (9071)Instruction limit reached!
% 1.85/0.59  % (9071)------------------------------
% 1.85/0.59  % (9071)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.93/0.60  TRYING [1]
% 1.93/0.60  % (9074)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.93/0.60  % (9074)Termination reason: Unknown
% 1.93/0.60  % (9074)Termination phase: Finite model building constraint generation
% 1.93/0.60  
% 1.93/0.60  % (9074)Memory used [KB]: 8443
% 1.93/0.60  % (9074)Time elapsed: 0.175 s
% 1.93/0.60  % (9074)Instructions burned: 53 (million)
% 1.93/0.60  % (9074)------------------------------
% 1.93/0.60  % (9074)------------------------------
% 1.93/0.60  % (9071)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.93/0.60  % (9071)Termination reason: Unknown
% 1.93/0.60  % (9071)Termination phase: Saturation
% 1.93/0.60  
% 1.93/0.60  % (9071)Memory used [KB]: 6652
% 1.93/0.60  % (9071)Time elapsed: 0.202 s
% 1.93/0.60  % (9071)Instructions burned: 51 (million)
% 1.93/0.60  % (9071)------------------------------
% 1.93/0.60  % (9071)------------------------------
% 1.93/0.60  TRYING [2]
% 1.93/0.61  % (9070)Instruction limit reached!
% 1.93/0.61  % (9070)------------------------------
% 1.93/0.61  % (9070)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.93/0.61  % (9070)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.93/0.61  % (9070)Termination reason: Unknown
% 1.93/0.61  % (9070)Termination phase: Saturation
% 1.93/0.61  
% 1.93/0.61  % (9070)Memory used [KB]: 6780
% 1.93/0.61  % (9070)Time elapsed: 0.215 s
% 1.93/0.61  % (9070)Instructions burned: 51 (million)
% 1.93/0.61  % (9070)------------------------------
% 1.93/0.61  % (9070)------------------------------
% 1.93/0.61  % (9073)Instruction limit reached!
% 1.93/0.61  % (9073)------------------------------
% 1.93/0.61  % (9073)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.93/0.61  % (9073)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.93/0.61  % (9073)Termination reason: Unknown
% 1.93/0.61  % (9073)Termination phase: Saturation
% 1.93/0.61  
% 1.93/0.61  % (9073)Memory used [KB]: 6268
% 1.93/0.61  % (9073)Time elapsed: 0.227 s
% 1.93/0.61  % (9073)Instructions burned: 49 (million)
% 1.93/0.61  % (9073)------------------------------
% 1.93/0.61  % (9073)------------------------------
% 1.93/0.61  TRYING [2]
% 1.93/0.62  % (9086)Instruction limit reached!
% 1.93/0.62  % (9086)------------------------------
% 1.93/0.62  % (9086)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.93/0.62  % (9086)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.93/0.62  % (9086)Termination reason: Unknown
% 1.93/0.62  % (9086)Termination phase: Finite model building constraint generation
% 1.93/0.62  
% 1.93/0.62  % (9086)Memory used [KB]: 8571
% 1.93/0.62  % (9086)Time elapsed: 0.230 s
% 1.93/0.62  % (9086)Instructions burned: 60 (million)
% 1.93/0.62  % (9086)------------------------------
% 1.93/0.62  % (9086)------------------------------
% 1.93/0.62  % (9084)Instruction limit reached!
% 1.93/0.62  % (9084)------------------------------
% 1.93/0.62  % (9084)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.22/0.62  % (9077)Instruction limit reached!
% 2.22/0.62  % (9077)------------------------------
% 2.22/0.62  % (9077)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.22/0.62  % (9077)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.22/0.62  % (9077)Termination reason: Unknown
% 2.22/0.62  % (9077)Termination phase: Saturation
% 2.22/0.62  
% 2.22/0.62  % (9077)Memory used [KB]: 1791
% 2.22/0.62  % (9077)Time elapsed: 0.211 s
% 2.22/0.62  % (9077)Instructions burned: 52 (million)
% 2.22/0.62  % (9077)------------------------------
% 2.22/0.62  % (9077)------------------------------
% 2.24/0.63  % (9177)dis+34_1:32_abs=on:add=off:bsr=on:gsp=on:sp=weighted_frequency:i=388:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/388Mi)
% 2.24/0.63  % (9084)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.24/0.63  % (9084)Termination reason: Unknown
% 2.24/0.63  % (9084)Termination phase: Saturation
% 2.24/0.63  
% 2.24/0.63  % (9084)Memory used [KB]: 2686
% 2.24/0.63  % (9084)Time elapsed: 0.187 s
% 2.24/0.63  % (9084)Instructions burned: 76 (million)
% 2.24/0.63  % (9084)------------------------------
% 2.24/0.63  % (9084)------------------------------
% 2.24/0.64  % (9179)dis+22_1:128_bsd=on:rp=on:slsq=on:slsqc=1:slsqr=1,6:sp=frequency:spb=goal:thsq=on:thsqc=16:thsqd=1:thsql=off:i=90:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/90Mi)
% 2.24/0.64  % (9095)Instruction limit reached!
% 2.24/0.64  % (9095)------------------------------
% 2.24/0.64  % (9095)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.24/0.64  % (9095)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.24/0.64  % (9095)Termination reason: Unknown
% 2.24/0.64  % (9095)Termination phase: Saturation
% 2.24/0.64  
% 2.24/0.64  % (9095)Memory used [KB]: 7036
% 2.24/0.64  % (9095)Time elapsed: 0.044 s
% 2.24/0.64  % (9095)Instructions burned: 69 (million)
% 2.24/0.64  % (9095)------------------------------
% 2.24/0.64  % (9095)------------------------------
% 2.24/0.64  % (9087)Instruction limit reached!
% 2.24/0.64  % (9087)------------------------------
% 2.24/0.64  % (9087)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.24/0.64  % (9087)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.24/0.64  % (9087)Termination reason: Unknown
% 2.24/0.64  % (9087)Termination phase: Saturation
% 2.24/0.64  
% 2.24/0.64  % (9087)Memory used [KB]: 7675
% 2.24/0.64  % (9087)Time elapsed: 0.230 s
% 2.24/0.64  % (9087)Instructions burned: 101 (million)
% 2.24/0.64  % (9087)------------------------------
% 2.24/0.64  % (9087)------------------------------
% 2.24/0.66  % (9178)ott-1_1:6_av=off:cond=on:fsr=off:nwc=3.0:i=211:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/211Mi)
% 2.24/0.66  % (9082)Instruction limit reached!
% 2.24/0.66  % (9082)------------------------------
% 2.24/0.66  % (9082)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.24/0.66  % (9082)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.24/0.66  % (9082)Termination reason: Unknown
% 2.24/0.66  % (9082)Termination phase: Saturation
% 2.24/0.66  
% 2.24/0.66  % (9082)Memory used [KB]: 7164
% 2.24/0.66  % (9082)Time elapsed: 0.052 s
% 2.24/0.66  % (9082)Instructions burned: 69 (million)
% 2.24/0.66  % (9082)------------------------------
% 2.24/0.66  % (9082)------------------------------
% 2.24/0.68  % (9194)ott+1_1:7_bd=off:i=934:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/934Mi)
% 2.24/0.69  % (9088)Instruction limit reached!
% 2.24/0.69  % (9088)------------------------------
% 2.24/0.69  % (9088)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.24/0.70  % (9079)Instruction limit reached!
% 2.24/0.70  % (9079)------------------------------
% 2.24/0.70  % (9079)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.24/0.70  % (9088)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.24/0.70  % (9088)Termination reason: Unknown
% 2.24/0.70  % (9088)Termination phase: Saturation
% 2.24/0.70  
% 2.24/0.70  % (9088)Memory used [KB]: 2430
% 2.24/0.70  % (9088)Time elapsed: 0.290 s
% 2.24/0.70  % (9088)Instructions burned: 101 (million)
% 2.24/0.70  % (9088)------------------------------
% 2.24/0.70  % (9088)------------------------------
% 2.24/0.70  % (9192)ott+1_1:2_i=920:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/920Mi)
% 2.71/0.70  % (9079)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.71/0.70  % (9079)Termination reason: Unknown
% 2.71/0.70  % (9079)Termination phase: Saturation
% 2.71/0.70  
% 2.71/0.70  % (9079)Memory used [KB]: 7803
% 2.71/0.70  % (9079)Time elapsed: 0.313 s
% 2.71/0.70  % (9079)Instructions burned: 100 (million)
% 2.71/0.70  % (9079)------------------------------
% 2.71/0.70  % (9079)------------------------------
% 2.71/0.72  % (9179)First to succeed.
% 2.71/0.72  % (9179)Refutation found. Thanks to Tanya!
% 2.71/0.72  % SZS status Unsatisfiable for theBenchmark
% 2.71/0.72  % SZS output start Proof for theBenchmark
% See solution above
% 2.71/0.72  % (9179)------------------------------
% 2.71/0.72  % (9179)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.71/0.72  % (9179)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.71/0.72  % (9179)Termination reason: Refutation
% 2.71/0.72  
% 2.71/0.72  % (9179)Memory used [KB]: 6268
% 2.71/0.72  % (9179)Time elapsed: 0.149 s
% 2.71/0.72  % (9179)Instructions burned: 36 (million)
% 2.71/0.72  % (9179)------------------------------
% 2.71/0.72  % (9179)------------------------------
% 2.71/0.72  % (9060)Success in time 0.371 s
%------------------------------------------------------------------------------