TSTP Solution File: GEO025-2 by SnakeForV-SAT---1.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SnakeForV-SAT---1.0
% Problem  : GEO025-2 : 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 : n015.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:11:34 EDT 2022

% Result   : Unsatisfiable 2.83s 0.83s
% Output   : Refutation 2.83s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    6
%            Number of leaves      :   10
% Syntax   : Number of formulae    :   29 (  26 unt;   0 def)
%            Number of atoms       :   39 (   5 equ)
%            Maximal formula atoms :    8 (   1 avg)
%            Number of connectives :   25 (  15   ~;  10   |;   0   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   17 (   3 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of predicates  :    4 (   2 usr;   1 prp; 0-4 aty)
%            Number of functors    :    7 (   7 usr;   6 con; 0-4 aty)
%            Number of variables   :   28 (  28   !;   0   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(f415,plain,
    $false,
    inference(subsumption_resolution,[],[f408,f36]) ).

fof(f36,plain,
    ~ equidistant(u1,w1,u,w),
    inference(unit_resulting_resolution,[],[f1,f29,f2]) ).

fof(f2,axiom,
    ! [X2,X3,X0,X1,X4,X5] :
      ( ~ equidistant(X0,X1,X4,X5)
      | ~ equidistant(X0,X1,X2,X3)
      | equidistant(X2,X3,X4,X5) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',transitivity_for_equidistance) ).

fof(f29,plain,
    ~ equidistant(w1,u1,u,w),
    inference(unit_resulting_resolution,[],[f23,f1,f2]) ).

fof(f23,axiom,
    ~ equidistant(u,w,u1,w1),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_equal_sums) ).

fof(f1,axiom,
    ! [X0,X1] : equidistant(X0,X1,X1,X0),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',reflexivity_for_equidistance) ).

fof(f408,plain,
    equidistant(u1,w1,u,w),
    inference(backward_demodulation,[],[f371,f362]) ).

fof(f362,plain,
    u1 = v1,
    inference(unit_resulting_resolution,[],[f222,f58,f33,f21,f42,f50,f22,f6]) ).

fof(f6,axiom,
    ! [X2,X3,X0,X1,X8,X6,X9,X7] :
      ( ~ between(X0,X1,X2)
      | equidistant(X2,X3,X8,X9)
      | ~ equidistant(X1,X3,X7,X9)
      | ~ between(X6,X7,X8)
      | ~ equidistant(X1,X2,X7,X8)
      | ~ equidistant(X0,X1,X6,X7)
      | X0 = X1
      | ~ equidistant(X0,X3,X6,X9) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',outer_five_segment) ).

fof(f22,axiom,
    between(u1,v1,w1),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',v1_between_u1_and_w1) ).

fof(f50,plain,
    equidistant(v1,w1,v,w),
    inference(unit_resulting_resolution,[],[f1,f28,f2]) ).

fof(f28,plain,
    equidistant(w,v,v1,w1),
    inference(unit_resulting_resolution,[],[f1,f20,f2]) ).

fof(f20,axiom,
    equidistant(v,w,v1,w1),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',v_to_w_equals_v1_to_w1) ).

fof(f42,plain,
    equidistant(u1,v1,u,v),
    inference(unit_resulting_resolution,[],[f1,f26,f2]) ).

fof(f26,plain,
    equidistant(v,u,u1,v1),
    inference(unit_resulting_resolution,[],[f1,f19,f2]) ).

fof(f19,axiom,
    equidistant(u,v,u1,v1),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',u_to_v_equals_u1_to_v1) ).

fof(f21,axiom,
    between(u,v,w),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',v_between_u_and_w) ).

fof(f33,plain,
    ~ equidistant(w1,u1,w,u),
    inference(unit_resulting_resolution,[],[f1,f24,f2]) ).

fof(f24,plain,
    ~ equidistant(w,u,u1,w1),
    inference(unit_resulting_resolution,[],[f23,f1,f2]) ).

fof(f58,plain,
    equidistant(v1,u1,v,u),
    inference(unit_resulting_resolution,[],[f1,f30,f2]) ).

fof(f30,plain,
    equidistant(u1,v1,v,u),
    inference(unit_resulting_resolution,[],[f19,f1,f2]) ).

fof(f222,plain,
    ! [X2,X1] : equidistant(X1,X1,X2,X2),
    inference(superposition,[],[f5,f215]) ).

fof(f215,plain,
    ! [X2,X0,X1] : extension(X0,X1,X2,X2) = X1,
    inference(unit_resulting_resolution,[],[f5,f3]) ).

fof(f3,axiom,
    ! [X2,X0,X1] :
      ( ~ equidistant(X0,X1,X2,X2)
      | X0 = X1 ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',identity_for_equidistance) ).

fof(f5,axiom,
    ! [X3,X0,X1,X5] : equidistant(X1,extension(X0,X1,X5,X3),X5,X3),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',segment_construction2) ).

fof(f371,plain,
    equidistant(v1,w1,u,w),
    inference(backward_demodulation,[],[f50,f361]) ).

fof(f361,plain,
    u = v,
    inference(unit_resulting_resolution,[],[f222,f55,f35,f22,f19,f20,f21,f6]) ).

fof(f35,plain,
    ~ equidistant(w,u,w1,u1),
    inference(unit_resulting_resolution,[],[f1,f29,f2]) ).

fof(f55,plain,
    equidistant(v,u,v1,u1),
    inference(unit_resulting_resolution,[],[f1,f30,f2]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.11  % Problem    : GEO025-2 : TPTP v8.1.0. Released v1.0.0.
% 0.07/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.11/0.33  % Computer : n015.cluster.edu
% 0.11/0.33  % Model    : x86_64 x86_64
% 0.11/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.11/0.33  % Memory   : 8042.1875MB
% 0.11/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.11/0.33  % CPULimit   : 300
% 0.11/0.33  % WCLimit    : 300
% 0.11/0.33  % DateTime   : Mon Aug 29 21:09:05 EDT 2022
% 0.11/0.33  % CPUTime    : 
% 0.18/0.43  % (29925)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.18/0.43  % (29931)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.18/0.45  % (29949)ott+33_1:4_s2a=on:tgt=ground:i=439:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/439Mi)
% 0.18/0.50  % (29950)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.18/0.50  % (29930)ott+2_1:1_fsr=off:gsp=on:i=50:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/50Mi)
% 0.18/0.50  % (29921)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.18/0.50  % (29933)ott+10_1:5_bd=off:tgt=full:i=99:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/99Mi)
% 0.18/0.50  % (29925)Instruction limit reached!
% 0.18/0.50  % (29925)------------------------------
% 0.18/0.50  % (29925)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.18/0.51  % (29939)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.18/0.51  % (29923)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.18/0.51  % (29919)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)
% 1.31/0.51  % (29944)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)
% 1.31/0.51  % (29935)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)
% 1.31/0.51  % (29941)ott+3_1:1_gsp=on:lcm=predicate:i=138:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/138Mi)
% 1.31/0.51  % (29929)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.31/0.51  % (29920)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.31/0.52  % (29924)ott+33_1:4_s2a=on:tgt=ground:i=51:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/51Mi)
% 1.31/0.52  % (29920)Refutation not found, incomplete strategy% (29920)------------------------------
% 1.31/0.52  % (29920)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.31/0.52  % (29920)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.31/0.52  % (29920)Termination reason: Refutation not found, incomplete strategy
% 1.31/0.52  
% 1.31/0.52  % (29920)Memory used [KB]: 5500
% 1.31/0.52  % (29920)Time elapsed: 0.125 s
% 1.31/0.52  % (29920)Instructions burned: 2 (million)
% 1.31/0.52  % (29920)------------------------------
% 1.31/0.52  % (29920)------------------------------
% 1.31/0.52  TRYING [1]
% 1.31/0.52  TRYING [2]
% 1.31/0.52  % (29932)ott+10_1:28_bd=off:bs=on:tgt=ground:i=101:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/101Mi)
% 1.31/0.52  % (29934)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.31/0.52  % (29925)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.31/0.52  % (29925)Termination reason: Unknown
% 1.31/0.52  % (29925)Termination phase: Saturation
% 1.31/0.52  
% 1.31/0.52  % (29925)Memory used [KB]: 5884
% 1.31/0.52  % (29925)Time elapsed: 0.138 s
% 1.31/0.52  % (29925)Instructions burned: 49 (million)
% 1.31/0.52  % (29925)------------------------------
% 1.31/0.52  % (29925)------------------------------
% 1.31/0.52  % (29947)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.31/0.53  % (29927)dis+10_1:1_fsd=on:sp=occurrence:i=7:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/7Mi)
% 1.31/0.53  % (29928)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.31/0.53  % (29927)Instruction limit reached!
% 1.31/0.53  % (29927)------------------------------
% 1.31/0.53  % (29927)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.31/0.53  % (29945)ott+10_1:1_kws=precedence:tgt=ground:i=482:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/482Mi)
% 1.46/0.53  % (29940)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)
% 1.46/0.53  % (29936)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.46/0.53  % (29943)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)
% 1.46/0.53  % (29926)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)
% 1.46/0.53  TRYING [3]
% 1.46/0.53  % (29946)ott+10_1:5_bd=off:tgt=full:i=500:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/500Mi)
% 1.46/0.54  TRYING [1]
% 1.46/0.54  % (29938)ott+10_1:1_tgt=ground:i=100:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/100Mi)
% 1.46/0.54  % (29948)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.46/0.54  % (29927)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.46/0.54  % (29927)Termination reason: Unknown
% 1.46/0.54  % (29927)Termination phase: Saturation
% 1.46/0.54  
% 1.46/0.54  % (29927)Memory used [KB]: 5500
% 1.46/0.54  % (29927)Time elapsed: 0.103 s
% 1.46/0.54  % (29927)Instructions burned: 7 (million)
% 1.46/0.54  % (29927)------------------------------
% 1.46/0.54  % (29927)------------------------------
% 1.46/0.54  TRYING [2]
% 1.46/0.54  % (29928)Instruction limit reached!
% 1.46/0.54  % (29928)------------------------------
% 1.46/0.54  % (29928)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.46/0.55  TRYING [3]
% 1.46/0.55  % (29937)fmb+10_1:1_bce=on:i=59:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/59Mi)
% 1.46/0.55  TRYING [1]
% 1.46/0.55  % (29928)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.46/0.55  % (29928)Termination reason: Unknown
% 1.46/0.55  % (29928)Termination phase: Saturation
% 1.46/0.55  
% 1.46/0.55  % (29928)Memory used [KB]: 5373
% 1.46/0.55  % (29928)Time elapsed: 0.150 s
% 1.46/0.55  % (29928)Instructions burned: 3 (million)
% 1.46/0.55  % (29928)------------------------------
% 1.46/0.55  % (29928)------------------------------
% 1.46/0.56  TRYING [2]
% 1.46/0.57  TRYING [3]
% 1.46/0.58  % (29931)Instruction limit reached!
% 1.46/0.58  % (29931)------------------------------
% 1.46/0.58  % (29931)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.46/0.58  % (29921)Instruction limit reached!
% 1.46/0.58  % (29921)------------------------------
% 1.46/0.58  % (29921)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.46/0.58  % (29921)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.46/0.58  % (29921)Termination reason: Unknown
% 1.46/0.58  % (29921)Termination phase: Saturation
% 1.46/0.58  
% 1.46/0.58  % (29921)Memory used [KB]: 1407
% 1.46/0.58  % (29921)Time elapsed: 0.188 s
% 1.46/0.58  % (29921)Instructions burned: 38 (million)
% 1.46/0.58  % (29921)------------------------------
% 1.46/0.58  % (29921)------------------------------
% 1.46/0.59  % (29923)Instruction limit reached!
% 1.46/0.59  % (29923)------------------------------
% 1.46/0.59  % (29923)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.46/0.59  % (29926)Instruction limit reached!
% 1.46/0.59  % (29926)------------------------------
% 1.46/0.59  % (29926)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.46/0.59  % (29931)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.46/0.59  % (29931)Termination reason: Unknown
% 1.46/0.59  % (29931)Termination phase: Saturation
% 1.46/0.59  
% 1.46/0.59  % (29931)Memory used [KB]: 7036
% 1.46/0.59  % (29931)Time elapsed: 0.184 s
% 1.46/0.59  % (29931)Instructions burned: 101 (million)
% 1.46/0.59  % (29931)------------------------------
% 1.46/0.59  % (29931)------------------------------
% 1.46/0.59  % (29923)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.46/0.59  % (29923)Termination reason: Unknown
% 1.46/0.59  % (29923)Termination phase: Saturation
% 1.46/0.59  
% 1.46/0.59  % (29923)Memory used [KB]: 6140
% 1.46/0.59  % (29923)Time elapsed: 0.197 s
% 1.46/0.59  % (29923)Instructions burned: 52 (million)
% 1.46/0.59  % (29923)------------------------------
% 1.46/0.59  % (29923)------------------------------
% 1.46/0.60  % (29929)Instruction limit reached!
% 1.46/0.60  % (29929)------------------------------
% 1.46/0.60  % (29929)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.46/0.60  % (29929)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.46/0.60  % (29929)Termination reason: Unknown
% 1.46/0.60  % (29929)Termination phase: Saturation
% 1.46/0.60  
% 1.46/0.60  % (29929)Memory used [KB]: 1663
% 1.46/0.60  % (29929)Time elapsed: 0.196 s
% 1.46/0.60  % (29929)Instructions burned: 52 (million)
% 1.46/0.60  % (29929)------------------------------
% 1.46/0.60  % (29929)------------------------------
% 1.46/0.60  % (29926)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.46/0.60  % (29926)Termination reason: Unknown
% 1.46/0.60  % (29926)Termination phase: Finite model building constraint generation
% 1.46/0.60  
% 1.46/0.60  % (29926)Memory used [KB]: 9978
% 1.46/0.60  % (29926)Time elapsed: 0.166 s
% 1.46/0.60  % (29926)Instructions burned: 52 (million)
% 1.46/0.60  % (29926)------------------------------
% 1.46/0.60  % (29926)------------------------------
% 1.46/0.60  % (29924)Instruction limit reached!
% 1.46/0.60  % (29924)------------------------------
% 1.46/0.60  % (29924)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.46/0.60  % (29924)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.46/0.60  % (29924)Termination reason: Unknown
% 1.46/0.60  % (29924)Termination phase: Saturation
% 1.46/0.60  
% 1.46/0.60  % (29924)Memory used [KB]: 5884
% 1.46/0.60  % (29924)Time elapsed: 0.177 s
% 1.46/0.60  % (29924)Instructions burned: 51 (million)
% 1.46/0.60  % (29924)------------------------------
% 1.46/0.60  % (29924)------------------------------
% 1.46/0.61  % (29930)Instruction limit reached!
% 1.46/0.61  % (29930)------------------------------
% 1.46/0.61  % (29930)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.46/0.61  % (29930)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.46/0.61  % (29930)Termination reason: Unknown
% 1.46/0.61  % (29930)Termination phase: Saturation
% 1.46/0.61  
% 1.46/0.61  % (29930)Memory used [KB]: 6524
% 1.46/0.61  % (29930)Time elapsed: 0.220 s
% 1.46/0.61  % (29930)Instructions burned: 50 (million)
% 1.46/0.61  % (29930)------------------------------
% 1.46/0.61  % (29930)------------------------------
% 1.46/0.61  % (29937)Instruction limit reached!
% 1.46/0.61  % (29937)------------------------------
% 1.46/0.61  % (29937)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.46/0.62  % (29937)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.46/0.62  % (29937)Termination reason: Unknown
% 1.46/0.62  % (29937)Termination phase: Finite model building constraint generation
% 1.46/0.62  
% 1.46/0.62  % (29937)Memory used [KB]: 10362
% 1.46/0.62  % (29937)Time elapsed: 0.206 s
% 1.46/0.62  % (29937)Instructions burned: 60 (million)
% 1.46/0.62  % (29937)------------------------------
% 1.46/0.62  % (29937)------------------------------
% 1.46/0.62  % (30045)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.14/0.63  % (30038)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.14/0.63  % (29935)Instruction limit reached!
% 2.14/0.63  % (29935)------------------------------
% 2.14/0.63  % (29935)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.14/0.64  % (29933)Instruction limit reached!
% 2.14/0.64  % (29933)------------------------------
% 2.14/0.64  % (29933)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.14/0.65  % (29934)Instruction limit reached!
% 2.14/0.65  % (29934)------------------------------
% 2.14/0.65  % (29934)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.14/0.65  % (29934)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.14/0.65  % (29934)Termination reason: Unknown
% 2.14/0.65  % (29934)Termination phase: Saturation
% 2.14/0.65  
% 2.14/0.65  % (29934)Memory used [KB]: 6524
% 2.14/0.65  % (29934)Time elapsed: 0.039 s
% 2.14/0.65  % (29934)Instructions burned: 69 (million)
% 2.14/0.65  % (29934)------------------------------
% 2.14/0.65  % (29934)------------------------------
% 2.14/0.65  % (29935)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.14/0.65  % (29935)Termination reason: Unknown
% 2.14/0.65  % (29935)Termination phase: Saturation
% 2.14/0.65  
% 2.14/0.65  % (29935)Memory used [KB]: 1918
% 2.14/0.65  % (29935)Time elapsed: 0.203 s
% 2.14/0.65  % (29935)Instructions burned: 76 (million)
% 2.14/0.65  % (29935)------------------------------
% 2.14/0.65  % (29935)------------------------------
% 2.14/0.66  % (29939)Instruction limit reached!
% 2.14/0.66  % (29939)------------------------------
% 2.14/0.66  % (29939)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.14/0.66  % (29939)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.14/0.66  % (29939)Termination reason: Unknown
% 2.14/0.66  % (29939)Termination phase: Saturation
% 2.14/0.66  
% 2.14/0.66  % (29939)Memory used [KB]: 1663
% 2.14/0.66  % (29939)Time elapsed: 0.261 s
% 2.14/0.66  % (29939)Instructions burned: 101 (million)
% 2.14/0.66  % (29939)------------------------------
% 2.14/0.66  % (29939)------------------------------
% 2.14/0.66  % (29933)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.14/0.66  % (29933)Termination reason: Unknown
% 2.14/0.66  % (29933)Termination phase: Saturation
% 2.14/0.66  
% 2.14/0.66  % (29933)Memory used [KB]: 6396
% 2.14/0.66  % (29933)Time elapsed: 0.243 s
% 2.14/0.66  % (29933)Instructions burned: 100 (million)
% 2.14/0.66  % (29933)------------------------------
% 2.14/0.66  % (29933)------------------------------
% 2.14/0.66  % (29947)Instruction limit reached!
% 2.14/0.66  % (29947)------------------------------
% 2.14/0.66  % (29947)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.14/0.66  % (29947)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.14/0.66  % (29947)Termination reason: Unknown
% 2.14/0.66  % (29947)Termination phase: Saturation
% 2.14/0.66  
% 2.14/0.66  % (29947)Memory used [KB]: 6524
% 2.14/0.66  % (29947)Time elapsed: 0.039 s
% 2.14/0.66  % (29947)Instructions burned: 69 (million)
% 2.14/0.66  % (29947)------------------------------
% 2.14/0.66  % (29947)------------------------------
% 2.14/0.67  % (29932)Instruction limit reached!
% 2.14/0.67  % (29932)------------------------------
% 2.14/0.67  % (29932)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.14/0.67  % (29932)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.14/0.67  % (29932)Termination reason: Unknown
% 2.14/0.67  % (29932)Termination phase: Saturation
% 2.14/0.67  
% 2.14/0.67  % (29932)Memory used [KB]: 6524
% 2.14/0.67  % (29932)Time elapsed: 0.286 s
% 2.14/0.67  % (29932)Instructions burned: 101 (million)
% 2.14/0.67  % (29932)------------------------------
% 2.14/0.67  % (29932)------------------------------
% 2.14/0.68  % (30060)ott+1_1:2_i=920:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/920Mi)
% 2.14/0.69  % (30055)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.14/0.69  % (29938)Instruction limit reached!
% 2.14/0.69  % (29938)------------------------------
% 2.14/0.69  % (29938)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.14/0.69  % (29938)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.14/0.69  % (29938)Termination reason: Unknown
% 2.14/0.69  % (29938)Termination phase: Saturation
% 2.14/0.69  
% 2.14/0.69  % (29938)Memory used [KB]: 6652
% 2.14/0.69  % (29938)Time elapsed: 0.287 s
% 2.14/0.69  % (29938)Instructions burned: 101 (million)
% 2.14/0.69  % (29938)------------------------------
% 2.14/0.69  % (29938)------------------------------
% 2.45/0.70  TRYING [4]
% 2.45/0.70  % (29936)Instruction limit reached!
% 2.45/0.70  % (29936)------------------------------
% 2.45/0.70  % (29936)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.45/0.71  % (30087)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 (2997ds/68Mi)
% 2.45/0.71  % (29936)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.45/0.71  % (29936)Termination reason: Unknown
% 2.45/0.71  % (29936)Termination phase: Saturation
% 2.45/0.71  
% 2.45/0.71  % (29936)Memory used [KB]: 6396
% 2.45/0.71  % (29936)Time elapsed: 0.302 s
% 2.45/0.71  % (29936)Instructions burned: 100 (million)
% 2.45/0.71  % (29936)------------------------------
% 2.45/0.71  % (29936)------------------------------
% 2.45/0.71  % (29941)Instruction limit reached!
% 2.45/0.71  % (29941)------------------------------
% 2.45/0.71  % (29941)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.45/0.71  % (30084)dis+21_1:1_av=off:er=filter:slsq=on:slsqc=0:slsqr=1,1:sp=frequency:to=lpo:i=655:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/655Mi)
% 2.45/0.71  % (30088)dis+34_1:32_abs=on:add=off:bsr=on:gsp=on:sp=weighted_frequency:i=940:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/940Mi)
% 2.45/0.71  % (30083)ott+10_1:50_bsr=unit_only:drc=off:fd=preordered:sp=frequency:i=747:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/747Mi)
% 2.45/0.72  WARNING Broken Constraint: if sine_depth(2) has been set then sine_selection(off) is not equal to off
% 2.45/0.72  % (29941)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.45/0.72  % (29941)Termination reason: Unknown
% 2.45/0.72  % (29941)Termination phase: Saturation
% 2.45/0.72  
% 2.45/0.72  % (29941)Memory used [KB]: 6652
% 2.45/0.72  % (29941)Time elapsed: 0.306 s
% 2.45/0.72  % (29941)Instructions burned: 139 (million)
% 2.45/0.72  % (29941)------------------------------
% 2.45/0.72  % (29941)------------------------------
% 2.45/0.73  % (30079)ott+1_1:7_bd=off:i=934:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/934Mi)
% 2.45/0.74  % (30091)ott+11_4:1_br=off:fde=none:s2a=on:sd=2:sp=frequency:urr=on:i=981:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/981Mi)
% 2.45/0.75  % (30093)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 (2997ds/90Mi)
% 2.67/0.77  % (30100)dis+21_1:1_av=off:er=filter:slsq=on:slsqc=0:slsqr=1,1:sp=frequency:to=lpo:i=2016:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/2016Mi)
% 2.67/0.77  % (30104)ott+10_1:1_kws=precedence:tgt=ground:i=4756:si=on:rawr=on:rtra=on_0 on theBenchmark for (2996ds/4756Mi)
% 2.67/0.79  % (30101)dis+10_1:2_atotf=0.3:i=3735:si=on:rawr=on:rtra=on_0 on theBenchmark for (2996ds/3735Mi)
% 2.67/0.79  % (30102)ott+11_9:8_add=large:afp=10:amm=off:fsd=on:fsr=off:lma=on:nm=0:nwc=2.4:s2a=on:s2agt=10:sas=z3:sp=reverse_arity:tha=some:thi=overlap:i=4958:si=on:rawr=on:rtra=on_0 on theBenchmark for (2996ds/4958Mi)
% 2.67/0.79  % (30105)ott+3_1:1_atotf=0.2:fsr=off:kws=precedence:sp=weighted_frequency:spb=intro:tgt=ground:i=4931:si=on:rawr=on:rtra=on_0 on theBenchmark for (2996ds/4931Mi)
% 2.76/0.80  % (30103)ott+10_1:32_bd=off:fsr=off:newcnf=on:tgt=full:i=4959:si=on:rawr=on:rtra=on_0 on theBenchmark for (2996ds/4959Mi)
% 2.76/0.81  % (30112)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 (2996ds/68Mi)
% 2.76/0.83  % (30120)ott+11_9:8_amm=off:bsd=on:etr=on:fsd=on:fsr=off:lma=on:newcnf=on:nm=0:nwc=3.0:s2a=on:s2agt=10:sas=z3:tha=some:i=1824:si=on:rawr=on:rtra=on_0 on theBenchmark for (2996ds/1824Mi)
% 2.83/0.83  % (29940)Instruction limit reached!
% 2.83/0.83  % (29940)------------------------------
% 2.83/0.83  % (29940)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.83/0.83  % (30091)First to succeed.
% 2.83/0.83  % (30091)Refutation found. Thanks to Tanya!
% 2.83/0.83  % SZS status Unsatisfiable for theBenchmark
% 2.83/0.83  % SZS output start Proof for theBenchmark
% See solution above
% 2.83/0.83  % (30091)------------------------------
% 2.83/0.83  % (30091)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.83/0.83  % (30091)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.83/0.83  % (30091)Termination reason: Refutation
% 2.83/0.83  
% 2.83/0.83  % (30091)Memory used [KB]: 6140
% 2.83/0.83  % (30091)Time elapsed: 0.194 s
% 2.83/0.83  % (30091)Instructions burned: 49 (million)
% 2.83/0.83  % (30091)------------------------------
% 2.83/0.83  % (30091)------------------------------
% 2.83/0.83  % (29916)Success in time 0.477 s
%------------------------------------------------------------------------------