TSTP Solution File: CAT010-1 by SnakeForV-SAT---1.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SnakeForV-SAT---1.0
% Problem  : CAT010-1 : 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 : n019.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:51:16 EDT 2022

% Result   : Unsatisfiable 1.95s 0.62s
% Output   : Refutation 1.95s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   10
%            Number of leaves      :   11
% Syntax   : Number of formulae    :   26 (   7 unt;   0 def)
%            Number of atoms       :   57 (  13 equ)
%            Maximal formula atoms :    3 (   2 avg)
%            Number of connectives :   63 (  32   ~;  31   |;   0   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    8 (   5 avg)
%            Maximal term depth    :    3 (   1 avg)
%            Number of predicates  :    5 (   3 usr;   1 prp; 0-3 aty)
%            Number of functors    :    4 (   4 usr;   2 con; 0-2 aty)
%            Number of variables   :   49 (  49   !;   0   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(f859,plain,
    $false,
    inference(subsumption_resolution,[],[f858,f20]) ).

fof(f20,axiom,
    codomain(compose(b,a)) != codomain(b),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_codomain_of_ba_equals_codomain_of_b) ).

fof(f858,plain,
    codomain(compose(b,a)) = codomain(b),
    inference(resolution,[],[f722,f19]) ).

fof(f19,axiom,
    defined(b,a),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ba_defined) ).

fof(f722,plain,
    ! [X16,X15] :
      ( ~ defined(X15,X16)
      | codomain(compose(X15,X16)) = codomain(X15) ),
    inference(subsumption_resolution,[],[f705,f11]) ).

fof(f11,axiom,
    ! [X0] : identity_map(codomain(X0)),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',codomain_is_an_identity_map) ).

fof(f705,plain,
    ! [X16,X15] :
      ( ~ identity_map(codomain(compose(X15,X16)))
      | codomain(compose(X15,X16)) = codomain(X15)
      | ~ defined(X15,X16) ),
    inference(resolution,[],[f691,f305]) ).

fof(f305,plain,
    ! [X2,X1] :
      ( ~ defined(X1,X2)
      | ~ identity_map(X1)
      | codomain(X2) = X1 ),
    inference(forward_subsumption_demodulation,[],[f279,f164]) ).

fof(f164,plain,
    ! [X2,X1] :
      ( ~ defined(X1,X2)
      | compose(X1,codomain(X2)) = X1 ),
    inference(subsumption_resolution,[],[f149,f11]) ).

fof(f149,plain,
    ! [X2,X1] :
      ( ~ identity_map(codomain(X2))
      | compose(X1,codomain(X2)) = X1
      | ~ defined(X1,X2) ),
    inference(resolution,[],[f118,f31]) ).

fof(f31,plain,
    ! [X0,X1] :
      ( defined(X0,codomain(X1))
      | ~ defined(X0,X1) ),
    inference(resolution,[],[f6,f15]) ).

fof(f15,axiom,
    ! [X0] : product(codomain(X0),X0,X0),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',product_on_codomain) ).

fof(f6,axiom,
    ! [X2,X0,X1,X4] :
      ( ~ product(X1,X2,X4)
      | ~ defined(X0,X4)
      | defined(X0,X1) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',category_theory_axiom3) ).

fof(f118,plain,
    ! [X2,X3] :
      ( ~ defined(X2,X3)
      | compose(X2,X3) = X2
      | ~ identity_map(X3) ),
    inference(resolution,[],[f42,f17]) ).

fof(f17,axiom,
    ! [X0,X1] :
      ( product(X0,X1,X0)
      | ~ identity_map(X1)
      | ~ defined(X0,X1) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',identity2) ).

fof(f42,plain,
    ! [X8,X9,X7] :
      ( ~ product(X8,X9,X7)
      | compose(X8,X9) = X7 ),
    inference(subsumption_resolution,[],[f39,f2]) ).

fof(f2,axiom,
    ! [X2,X0,X1] :
      ( ~ product(X0,X1,X2)
      | defined(X0,X1) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',associative_property1) ).

fof(f39,plain,
    ! [X8,X9,X7] :
      ( compose(X8,X9) = X7
      | ~ product(X8,X9,X7)
      | ~ defined(X8,X9) ),
    inference(resolution,[],[f18,f1]) ).

fof(f1,axiom,
    ! [X0,X1] :
      ( product(X0,X1,compose(X0,X1))
      | ~ defined(X0,X1) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',closure_of_composition) ).

fof(f18,axiom,
    ! [X2,X0,X1,X6] :
      ( ~ product(X0,X1,X6)
      | X2 = X6
      | ~ product(X0,X1,X2) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',composition_is_well_defined) ).

fof(f279,plain,
    ! [X2,X1] :
      ( codomain(X2) = compose(X1,codomain(X2))
      | ~ identity_map(X1)
      | ~ defined(X1,X2) ),
    inference(resolution,[],[f119,f31]) ).

fof(f119,plain,
    ! [X4,X5] :
      ( ~ defined(X4,X5)
      | compose(X4,X5) = X5
      | ~ identity_map(X4) ),
    inference(resolution,[],[f42,f16]) ).

fof(f16,axiom,
    ! [X0,X1] :
      ( product(X0,X1,X1)
      | ~ identity_map(X0)
      | ~ defined(X0,X1) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',identity1) ).

fof(f691,plain,
    ! [X6,X5] :
      ( defined(codomain(compose(X5,X6)),X5)
      | ~ defined(X5,X6) ),
    inference(resolution,[],[f34,f13]) ).

fof(f13,axiom,
    ! [X0] : defined(codomain(X0),X0),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',mapping_from_codomain_of_x_to_x) ).

fof(f34,plain,
    ! [X8,X9,X7] :
      ( ~ defined(X7,compose(X8,X9))
      | ~ defined(X8,X9)
      | defined(X7,X8) ),
    inference(resolution,[],[f6,f1]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.12/0.12  % Problem    : CAT010-1 : TPTP v8.1.0. Released v1.0.0.
% 0.12/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.12/0.33  % Computer : n019.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.34  % CPULimit   : 300
% 0.12/0.34  % WCLimit    : 300
% 0.12/0.34  % DateTime   : Mon Aug 29 16:21:05 EDT 2022
% 0.12/0.34  % CPUTime    : 
% 0.19/0.48  % (27228)ott+2_1:1_fsr=off:gsp=on:i=50:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/50Mi)
% 0.19/0.48  % (27236)ott+10_1:1_tgt=ground:i=100:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/100Mi)
% 0.19/0.50  % (27231)ott+10_1:5_bd=off:tgt=full:i=99:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/99Mi)
% 0.19/0.51  % (27220)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.19/0.52  % (27240)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.19/0.52  % (27218)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.19/0.52  % (27232)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.19/0.52  TRYING [1]
% 0.19/0.52  TRYING [2]
% 0.19/0.52  % (27219)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.19/0.52  TRYING [3]
% 0.19/0.52  % (27219)Refutation not found, incomplete strategy% (27219)------------------------------
% 0.19/0.52  % (27219)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.52  % (27219)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.52  % (27219)Termination reason: Refutation not found, incomplete strategy
% 0.19/0.52  
% 0.19/0.52  % (27219)Memory used [KB]: 5373
% 0.19/0.52  % (27219)Time elapsed: 0.123 s
% 0.19/0.52  % (27219)Instructions burned: 2 (million)
% 0.19/0.52  % (27219)------------------------------
% 0.19/0.52  % (27219)------------------------------
% 0.19/0.52  % (27223)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.19/0.52  % (27246)ott+33_1:4_s2a=on:tgt=ground:i=439:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/439Mi)
% 0.19/0.52  % (27245)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.19/0.52  % (27222)ott+33_1:4_s2a=on:tgt=ground:i=51:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/51Mi)
% 0.19/0.52  % (27221)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.19/0.52  % (27233)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.19/0.52  % (27235)fmb+10_1:1_bce=on:i=59:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/59Mi)
% 0.19/0.53  % (27241)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.19/0.53  TRYING [1]
% 0.19/0.53  TRYING [2]
% 0.19/0.53  TRYING [3]
% 0.19/0.53  % (27234)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.19/0.53  % (27243)ott+10_1:5_bd=off:tgt=full:i=500:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/500Mi)
% 0.19/0.53  % (27244)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.19/0.53  % (27226)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.19/0.53  % (27238)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.19/0.53  % (27237)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.19/0.53  % (27247)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.19/0.53  % (27225)dis+10_1:1_fsd=on:sp=occurrence:i=7:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/7Mi)
% 0.19/0.53  % (27226)Instruction limit reached!
% 0.19/0.53  % (27226)------------------------------
% 0.19/0.53  % (27226)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.53  % (27226)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.53  % (27226)Termination reason: Unknown
% 0.19/0.53  % (27226)Termination phase: Saturation
% 0.19/0.53  
% 0.19/0.53  % (27226)Memory used [KB]: 5373
% 0.19/0.53  % (27226)Time elapsed: 0.138 s
% 0.19/0.53  % (27226)Instructions burned: 2 (million)
% 0.19/0.53  % (27226)------------------------------
% 0.19/0.53  % (27226)------------------------------
% 0.19/0.54  % (27239)ott+3_1:1_gsp=on:lcm=predicate:i=138:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/138Mi)
% 0.19/0.54  % (27242)ott+10_1:1_kws=precedence:tgt=ground:i=482:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/482Mi)
% 0.19/0.54  % (27229)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.19/0.54  % (27230)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.19/0.54  % (27227)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.19/0.54  % (27224)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.19/0.54  TRYING [4]
% 0.19/0.54  TRYING [1]
% 0.19/0.54  TRYING [2]
% 0.19/0.54  TRYING [3]
% 0.19/0.55  TRYING [4]
% 0.19/0.55  TRYING [4]
% 0.19/0.56  % (27225)Instruction limit reached!
% 0.19/0.56  % (27225)------------------------------
% 0.19/0.56  % (27225)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.56  % (27225)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.56  % (27225)Termination reason: Unknown
% 0.19/0.56  % (27225)Termination phase: Saturation
% 0.19/0.56  
% 0.19/0.56  % (27225)Memory used [KB]: 5500
% 0.19/0.56  % (27225)Time elapsed: 0.160 s
% 0.19/0.56  % (27225)Instructions burned: 7 (million)
% 0.19/0.56  % (27225)------------------------------
% 0.19/0.56  % (27225)------------------------------
% 0.19/0.56  % (27220)Instruction limit reached!
% 0.19/0.56  % (27220)------------------------------
% 0.19/0.56  % (27220)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.57  % (27228)Instruction limit reached!
% 0.19/0.57  % (27228)------------------------------
% 0.19/0.57  % (27228)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.57  TRYING [5]
% 0.19/0.57  % (27228)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.57  % (27228)Termination reason: Unknown
% 0.19/0.57  % (27228)Termination phase: Saturation
% 0.19/0.57  
% 0.19/0.57  % (27228)Memory used [KB]: 6140
% 0.19/0.57  % (27228)Time elapsed: 0.153 s
% 0.19/0.57  % (27228)Instructions burned: 50 (million)
% 0.19/0.57  % (27228)------------------------------
% 0.19/0.57  % (27228)------------------------------
% 1.82/0.58  TRYING [5]
% 1.82/0.58  % (27224)Instruction limit reached!
% 1.82/0.58  % (27224)------------------------------
% 1.82/0.58  % (27224)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.82/0.58  % (27224)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.82/0.58  % (27224)Termination reason: Unknown
% 1.82/0.58  % (27224)Termination phase: Finite model building constraint generation
% 1.82/0.58  
% 1.82/0.58  % (27224)Memory used [KB]: 7419
% 1.82/0.58  % (27224)Time elapsed: 0.151 s
% 1.82/0.58  % (27224)Instructions burned: 51 (million)
% 1.82/0.58  % (27224)------------------------------
% 1.82/0.58  % (27224)------------------------------
% 1.82/0.58  % (27220)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.82/0.58  % (27220)Termination reason: Unknown
% 1.82/0.58  % (27220)Termination phase: Saturation
% 1.82/0.58  
% 1.82/0.58  % (27220)Memory used [KB]: 1279
% 1.82/0.58  % (27220)Time elapsed: 0.153 s
% 1.82/0.58  % (27220)Instructions burned: 37 (million)
% 1.82/0.58  % (27220)------------------------------
% 1.82/0.58  % (27220)------------------------------
% 1.82/0.58  % (27235)Instruction limit reached!
% 1.82/0.58  % (27235)------------------------------
% 1.82/0.58  % (27235)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.82/0.58  % (27235)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.82/0.58  % (27235)Termination reason: Unknown
% 1.82/0.58  % (27235)Termination phase: Finite model building constraint generation
% 1.82/0.58  
% 1.82/0.58  % (27235)Memory used [KB]: 7547
% 1.82/0.58  % (27235)Time elapsed: 0.179 s
% 1.82/0.58  % (27235)Instructions burned: 59 (million)
% 1.82/0.58  % (27235)------------------------------
% 1.82/0.58  % (27235)------------------------------
% 1.82/0.59  TRYING [5]
% 1.95/0.59  % (27227)Instruction limit reached!
% 1.95/0.59  % (27227)------------------------------
% 1.95/0.59  % (27227)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.95/0.59  % (27227)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.95/0.59  % (27227)Termination reason: Unknown
% 1.95/0.59  % (27227)Termination phase: Saturation
% 1.95/0.59  
% 1.95/0.59  % (27227)Memory used [KB]: 1151
% 1.95/0.59  % (27227)Time elapsed: 0.194 s
% 1.95/0.59  % (27227)Instructions burned: 51 (million)
% 1.95/0.59  % (27227)------------------------------
% 1.95/0.59  % (27227)------------------------------
% 1.95/0.60  % (27223)Instruction limit reached!
% 1.95/0.60  % (27223)------------------------------
% 1.95/0.60  % (27223)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.95/0.60  % (27223)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.95/0.60  % (27223)Termination reason: Unknown
% 1.95/0.60  % (27223)Termination phase: Saturation
% 1.95/0.60  
% 1.95/0.60  % (27223)Memory used [KB]: 6140
% 1.95/0.60  % (27223)Time elapsed: 0.213 s
% 1.95/0.60  % (27223)Instructions burned: 48 (million)
% 1.95/0.60  % (27223)------------------------------
% 1.95/0.60  % (27223)------------------------------
% 1.95/0.61  % (27222)Instruction limit reached!
% 1.95/0.61  % (27222)------------------------------
% 1.95/0.61  % (27222)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.95/0.61  % (27238)First to succeed.
% 1.95/0.61  % (27221)Instruction limit reached!
% 1.95/0.61  % (27221)------------------------------
% 1.95/0.61  % (27221)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.95/0.62  % (27238)Refutation found. Thanks to Tanya!
% 1.95/0.62  % SZS status Unsatisfiable for theBenchmark
% 1.95/0.62  % SZS output start Proof for theBenchmark
% See solution above
% 1.95/0.62  % (27238)------------------------------
% 1.95/0.62  % (27238)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.95/0.62  % (27238)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.95/0.62  % (27238)Termination reason: Refutation
% 1.95/0.62  
% 1.95/0.62  % (27238)Memory used [KB]: 5756
% 1.95/0.62  % (27238)Time elapsed: 0.209 s
% 1.95/0.62  % (27238)Instructions burned: 39 (million)
% 1.95/0.62  % (27238)------------------------------
% 1.95/0.62  % (27238)------------------------------
% 1.95/0.62  % (27217)Success in time 0.266 s
%------------------------------------------------------------------------------