TSTP Solution File: GEO202+3 by SnakeForV-SAT---1.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SnakeForV-SAT---1.0
% Problem  : GEO202+3 : TPTP v8.1.0. Released v4.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 : n007.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:12:15 EDT 2022

% Result   : Theorem 1.86s 0.64s
% Output   : Refutation 1.86s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   16
%            Number of leaves      :   12
% Syntax   : Number of formulae    :   64 (  18 unt;   0 def)
%            Number of atoms       :  171 (   3 equ)
%            Maximal formula atoms :    8 (   2 avg)
%            Number of connectives :  167 (  60   ~;  64   |;  27   &)
%                                         (   2 <=>;  14  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   11 (   5 avg)
%            Maximal term depth    :    3 (   1 avg)
%            Number of predicates  :    7 (   5 usr;   1 prp; 0-2 aty)
%            Number of functors    :    8 (   8 usr;   6 con; 0-2 aty)
%            Number of variables   :  103 (  91   !;  12   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(f761,plain,
    $false,
    inference(subsumption_resolution,[],[f760,f187]) ).

fof(f187,plain,
    ~ apart_point_and_line(sK1,sF3),
    inference(subsumption_resolution,[],[f184,f136]) ).

fof(f136,plain,
    distinct_points(sK1,sK2),
    inference(cnf_transformation,[],[f111]) ).

fof(f111,plain,
    ( ~ equal_points(intersection_point(line_connecting(sK1,sK2),line_connecting(sK1,sK0)),sK1)
    & convergent_lines(line_connecting(sK1,sK2),line_connecting(sK1,sK0))
    & distinct_points(sK1,sK2)
    & distinct_points(sK1,sK0) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK0,sK1,sK2])],[f109,f110]) ).

fof(f110,plain,
    ( ? [X0,X1,X2] :
        ( ~ equal_points(intersection_point(line_connecting(X1,X2),line_connecting(X1,X0)),X1)
        & convergent_lines(line_connecting(X1,X2),line_connecting(X1,X0))
        & distinct_points(X1,X2)
        & distinct_points(X1,X0) )
   => ( ~ equal_points(intersection_point(line_connecting(sK1,sK2),line_connecting(sK1,sK0)),sK1)
      & convergent_lines(line_connecting(sK1,sK2),line_connecting(sK1,sK0))
      & distinct_points(sK1,sK2)
      & distinct_points(sK1,sK0) ) ),
    introduced(choice_axiom,[]) ).

fof(f109,plain,
    ? [X0,X1,X2] :
      ( ~ equal_points(intersection_point(line_connecting(X1,X2),line_connecting(X1,X0)),X1)
      & convergent_lines(line_connecting(X1,X2),line_connecting(X1,X0))
      & distinct_points(X1,X2)
      & distinct_points(X1,X0) ),
    inference(rectify,[],[f95]) ).

fof(f95,plain,
    ? [X1,X0,X2] :
      ( ~ equal_points(intersection_point(line_connecting(X0,X2),line_connecting(X0,X1)),X0)
      & convergent_lines(line_connecting(X0,X2),line_connecting(X0,X1))
      & distinct_points(X0,X2)
      & distinct_points(X0,X1) ),
    inference(flattening,[],[f94]) ).

fof(f94,plain,
    ? [X1,X2,X0] :
      ( ~ equal_points(intersection_point(line_connecting(X0,X2),line_connecting(X0,X1)),X0)
      & distinct_points(X0,X2)
      & convergent_lines(line_connecting(X0,X2),line_connecting(X0,X1))
      & distinct_points(X0,X1) ),
    inference(ennf_transformation,[],[f40]) ).

fof(f40,plain,
    ~ ! [X1,X2,X0] :
        ( ( distinct_points(X0,X2)
          & convergent_lines(line_connecting(X0,X2),line_connecting(X0,X1))
          & distinct_points(X0,X1) )
       => equal_points(intersection_point(line_connecting(X0,X2),line_connecting(X0,X1)),X0) ),
    inference(rectify,[],[f37]) ).

fof(f37,negated_conjecture,
    ~ ! [X0,X2,X1] :
        ( ( convergent_lines(line_connecting(X0,X1),line_connecting(X0,X2))
          & distinct_points(X0,X1)
          & distinct_points(X0,X2) )
       => equal_points(intersection_point(line_connecting(X0,X1),line_connecting(X0,X2)),X0) ),
    inference(negated_conjecture,[],[f36]) ).

fof(f36,conjecture,
    ! [X0,X2,X1] :
      ( ( convergent_lines(line_connecting(X0,X1),line_connecting(X0,X2))
        & distinct_points(X0,X1)
        & distinct_points(X0,X2) )
     => equal_points(intersection_point(line_connecting(X0,X1),line_connecting(X0,X2)),X0) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',con) ).

fof(f184,plain,
    ( ~ distinct_points(sK1,sK2)
    | ~ apart_point_and_line(sK1,sF3) ),
    inference(superposition,[],[f132,f172]) ).

fof(f172,plain,
    sF3 = line_connecting(sK1,sK2),
    introduced(function_definition,[]) ).

fof(f132,plain,
    ! [X0,X1] :
      ( ~ apart_point_and_line(X1,line_connecting(X1,X0))
      | ~ distinct_points(X1,X0) ),
    inference(cnf_transformation,[],[f69]) ).

fof(f69,plain,
    ! [X0,X1] :
      ( ~ distinct_points(X1,X0)
      | ~ apart_point_and_line(X1,line_connecting(X1,X0)) ),
    inference(ennf_transformation,[],[f43]) ).

fof(f43,plain,
    ! [X1,X0] :
      ( distinct_points(X1,X0)
     => ~ apart_point_and_line(X1,line_connecting(X1,X0)) ),
    inference(rectify,[],[f7]) ).

fof(f7,axiom,
    ! [X1,X0] :
      ( distinct_points(X0,X1)
     => ~ apart_point_and_line(X0,line_connecting(X0,X1)) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',ci1) ).

fof(f760,plain,
    apart_point_and_line(sK1,sF3),
    inference(subsumption_resolution,[],[f753,f140]) ).

fof(f140,plain,
    ! [X0] : ~ convergent_lines(X0,X0),
    inference(cnf_transformation,[],[f3]) ).

fof(f3,axiom,
    ! [X0] : ~ convergent_lines(X0,X0),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',apart3) ).

fof(f753,plain,
    ( convergent_lines(sF3,sF3)
    | apart_point_and_line(sK1,sF3) ),
    inference(resolution,[],[f659,f193]) ).

fof(f193,plain,
    ~ apart_point_and_line(sF5,sF3),
    inference(subsumption_resolution,[],[f192,f176]) ).

fof(f176,plain,
    convergent_lines(sF3,sF4),
    inference(definition_folding,[],[f137,f173,f172]) ).

fof(f173,plain,
    sF4 = line_connecting(sK1,sK0),
    introduced(function_definition,[]) ).

fof(f137,plain,
    convergent_lines(line_connecting(sK1,sK2),line_connecting(sK1,sK0)),
    inference(cnf_transformation,[],[f111]) ).

fof(f192,plain,
    ( ~ apart_point_and_line(sF5,sF3)
    | ~ convergent_lines(sF3,sF4) ),
    inference(superposition,[],[f157,f174]) ).

fof(f174,plain,
    sF5 = intersection_point(sF3,sF4),
    introduced(function_definition,[]) ).

fof(f157,plain,
    ! [X0,X1] :
      ( ~ apart_point_and_line(intersection_point(X1,X0),X1)
      | ~ convergent_lines(X1,X0) ),
    inference(cnf_transformation,[],[f65]) ).

fof(f65,plain,
    ! [X0,X1] :
      ( ~ convergent_lines(X1,X0)
      | ~ apart_point_and_line(intersection_point(X1,X0),X1) ),
    inference(ennf_transformation,[],[f54]) ).

fof(f54,plain,
    ! [X0,X1] :
      ( convergent_lines(X1,X0)
     => ~ apart_point_and_line(intersection_point(X1,X0),X1) ),
    inference(rectify,[],[f9]) ).

fof(f9,axiom,
    ! [X1,X0] :
      ( convergent_lines(X0,X1)
     => ~ apart_point_and_line(intersection_point(X0,X1),X0) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',ci3) ).

fof(f659,plain,
    ! [X30] :
      ( apart_point_and_line(sF5,X30)
      | convergent_lines(sF3,X30)
      | apart_point_and_line(sK1,X30) ),
    inference(subsumption_resolution,[],[f658,f183]) ).

fof(f183,plain,
    ~ apart_point_and_line(sF5,sF4),
    inference(subsumption_resolution,[],[f182,f176]) ).

fof(f182,plain,
    ( ~ convergent_lines(sF3,sF4)
    | ~ apart_point_and_line(sF5,sF4) ),
    inference(superposition,[],[f130,f174]) ).

fof(f130,plain,
    ! [X0,X1] :
      ( ~ apart_point_and_line(intersection_point(X0,X1),X1)
      | ~ convergent_lines(X0,X1) ),
    inference(cnf_transformation,[],[f105]) ).

fof(f105,plain,
    ! [X0,X1] :
      ( ~ apart_point_and_line(intersection_point(X0,X1),X1)
      | ~ convergent_lines(X0,X1) ),
    inference(rectify,[],[f66]) ).

fof(f66,plain,
    ! [X1,X0] :
      ( ~ apart_point_and_line(intersection_point(X1,X0),X0)
      | ~ convergent_lines(X1,X0) ),
    inference(ennf_transformation,[],[f50]) ).

fof(f50,plain,
    ! [X0,X1] :
      ( convergent_lines(X1,X0)
     => ~ apart_point_and_line(intersection_point(X1,X0),X0) ),
    inference(rectify,[],[f10]) ).

fof(f10,axiom,
    ! [X1,X0] :
      ( convergent_lines(X0,X1)
     => ~ apart_point_and_line(intersection_point(X0,X1),X1) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',ci4) ).

fof(f658,plain,
    ! [X30] :
      ( apart_point_and_line(sF5,X30)
      | convergent_lines(sF3,X30)
      | apart_point_and_line(sK1,X30)
      | apart_point_and_line(sF5,sF4) ),
    inference(subsumption_resolution,[],[f637,f186]) ).

fof(f186,plain,
    ~ apart_point_and_line(sK1,sF4),
    inference(subsumption_resolution,[],[f185,f135]) ).

fof(f135,plain,
    distinct_points(sK1,sK0),
    inference(cnf_transformation,[],[f111]) ).

fof(f185,plain,
    ( ~ apart_point_and_line(sK1,sF4)
    | ~ distinct_points(sK1,sK0) ),
    inference(superposition,[],[f132,f173]) ).

fof(f637,plain,
    ! [X30] :
      ( apart_point_and_line(sF5,X30)
      | apart_point_and_line(sK1,X30)
      | apart_point_and_line(sK1,sF4)
      | apart_point_and_line(sF5,sF4)
      | convergent_lines(sF3,X30) ),
    inference(resolution,[],[f295,f180]) ).

fof(f180,plain,
    distinct_points(sF5,sK1),
    inference(resolution,[],[f166,f175]) ).

fof(f175,plain,
    ~ equal_points(sF5,sK1),
    inference(definition_folding,[],[f138,f174,f173,f172]) ).

fof(f138,plain,
    ~ equal_points(intersection_point(line_connecting(sK1,sK2),line_connecting(sK1,sK0)),sK1),
    inference(cnf_transformation,[],[f111]) ).

fof(f166,plain,
    ! [X0,X1] :
      ( equal_points(X1,X0)
      | distinct_points(X1,X0) ),
    inference(cnf_transformation,[],[f124]) ).

fof(f124,plain,
    ! [X0,X1] :
      ( ( ~ distinct_points(X1,X0)
        | ~ equal_points(X1,X0) )
      & ( equal_points(X1,X0)
        | distinct_points(X1,X0) ) ),
    inference(nnf_transformation,[],[f56]) ).

fof(f56,plain,
    ! [X0,X1] :
      ( ~ distinct_points(X1,X0)
    <=> equal_points(X1,X0) ),
    inference(rectify,[],[f31]) ).

fof(f31,axiom,
    ! [X1,X0] :
      ( equal_points(X0,X1)
    <=> ~ distinct_points(X0,X1) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',ax1) ).

fof(f295,plain,
    ! [X2,X0,X1] :
      ( ~ distinct_points(X0,X1)
      | apart_point_and_line(X1,X2)
      | apart_point_and_line(X0,X2)
      | apart_point_and_line(X0,sF4)
      | convergent_lines(sF3,X2)
      | apart_point_and_line(X1,sF4) ),
    inference(resolution,[],[f160,f206]) ).

fof(f206,plain,
    ! [X0] :
      ( distinct_lines(sF4,X0)
      | convergent_lines(sF3,X0) ),
    inference(resolution,[],[f165,f176]) ).

fof(f165,plain,
    ! [X2,X0,X1] :
      ( ~ convergent_lines(X2,X0)
      | convergent_lines(X2,X1)
      | distinct_lines(X0,X1) ),
    inference(cnf_transformation,[],[f78]) ).

fof(f78,plain,
    ! [X0,X1,X2] :
      ( ~ convergent_lines(X2,X0)
      | distinct_lines(X0,X1)
      | convergent_lines(X2,X1) ),
    inference(flattening,[],[f77]) ).

fof(f77,plain,
    ! [X2,X0,X1] :
      ( convergent_lines(X2,X1)
      | distinct_lines(X0,X1)
      | ~ convergent_lines(X2,X0) ),
    inference(ennf_transformation,[],[f57]) ).

fof(f57,plain,
    ! [X2,X0,X1] :
      ( convergent_lines(X2,X0)
     => ( convergent_lines(X2,X1)
        | distinct_lines(X0,X1) ) ),
    inference(rectify,[],[f14]) ).

fof(f14,axiom,
    ! [X1,X2,X0] :
      ( convergent_lines(X0,X1)
     => ( distinct_lines(X1,X2)
        | convergent_lines(X0,X2) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',ceq3) ).

fof(f160,plain,
    ! [X2,X3,X0,X1] :
      ( ~ distinct_lines(X3,X2)
      | ~ distinct_points(X1,X0)
      | apart_point_and_line(X0,X2)
      | apart_point_and_line(X0,X3)
      | apart_point_and_line(X1,X2)
      | apart_point_and_line(X1,X3) ),
    inference(cnf_transformation,[],[f122]) ).

fof(f122,plain,
    ! [X0,X1,X2,X3] :
      ( apart_point_and_line(X1,X2)
      | ~ distinct_lines(X3,X2)
      | apart_point_and_line(X0,X3)
      | ~ distinct_points(X1,X0)
      | apart_point_and_line(X1,X3)
      | apart_point_and_line(X0,X2) ),
    inference(rectify,[],[f97]) ).

fof(f97,plain,
    ! [X0,X1,X3,X2] :
      ( apart_point_and_line(X1,X3)
      | ~ distinct_lines(X2,X3)
      | apart_point_and_line(X0,X2)
      | ~ distinct_points(X1,X0)
      | apart_point_and_line(X1,X2)
      | apart_point_and_line(X0,X3) ),
    inference(flattening,[],[f96]) ).

fof(f96,plain,
    ! [X2,X0,X1,X3] :
      ( apart_point_and_line(X0,X2)
      | apart_point_and_line(X1,X3)
      | apart_point_and_line(X1,X2)
      | apart_point_and_line(X0,X3)
      | ~ distinct_lines(X2,X3)
      | ~ distinct_points(X1,X0) ),
    inference(ennf_transformation,[],[f62]) ).

fof(f62,plain,
    ! [X2,X0,X1,X3] :
      ( ( distinct_lines(X2,X3)
        & distinct_points(X1,X0) )
     => ( apart_point_and_line(X0,X2)
        | apart_point_and_line(X1,X3)
        | apart_point_and_line(X1,X2)
        | apart_point_and_line(X0,X3) ) ),
    inference(rectify,[],[f11]) ).

fof(f11,axiom,
    ! [X1,X0,X3,X4] :
      ( ( distinct_lines(X3,X4)
        & distinct_points(X0,X1) )
     => ( apart_point_and_line(X1,X3)
        | apart_point_and_line(X0,X3)
        | apart_point_and_line(X1,X4)
        | apart_point_and_line(X0,X4) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',cu1) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem    : GEO202+3 : TPTP v8.1.0. Released v4.0.0.
% 0.13/0.13  % Command    : vampire --input_syntax tptp --proof tptp --output_axiom_names on --mode portfolio --schedule snake_tptp_sat --cores 0 -t %d %s
% 0.13/0.34  % Computer : n007.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit   : 300
% 0.13/0.34  % WCLimit    : 300
% 0.13/0.34  % DateTime   : Mon Aug 29 21:21:00 EDT 2022
% 0.13/0.34  % CPUTime    : 
% 0.19/0.49  % (2733)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.49  % (2725)fmb+10_1:1_bce=on:i=59:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/59Mi)
% 0.19/0.51  % (2737)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.51  % (2721)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  % (2730)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.51  TRYING [1]
% 0.19/0.51  TRYING [2]
% 0.19/0.51  % (2718)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.51  TRYING [3]
% 0.19/0.51  TRYING [4]
% 0.19/0.52  % (2713)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  % (2722)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  % (2715)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.52  TRYING [5]
% 0.19/0.52  % (2716)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.52  % (2716)Instruction limit reached!
% 0.19/0.52  % (2716)------------------------------
% 0.19/0.52  % (2716)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.52  % (2716)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.52  % (2716)Termination reason: Unknown
% 0.19/0.52  % (2716)Termination phase: Preprocessing 3
% 0.19/0.52  
% 0.19/0.52  % (2716)Memory used [KB]: 895
% 0.19/0.52  % (2716)Time elapsed: 0.002 s
% 0.19/0.52  % (2716)Instructions burned: 2 (million)
% 0.19/0.52  % (2716)------------------------------
% 0.19/0.52  % (2716)------------------------------
% 0.19/0.52  % (2709)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  % (2708)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  % (2709)Refutation not found, incomplete strategy% (2709)------------------------------
% 0.19/0.52  % (2709)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.52  % (2709)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.52  % (2709)Termination reason: Refutation not found, incomplete strategy
% 0.19/0.52  
% 0.19/0.52  % (2709)Memory used [KB]: 5500
% 0.19/0.52  % (2709)Time elapsed: 0.125 s
% 0.19/0.52  % (2709)Instructions burned: 3 (million)
% 0.19/0.52  % (2709)------------------------------
% 0.19/0.52  % (2709)------------------------------
% 0.19/0.53  % (2714)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.53  % (2717)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.53  TRYING [1]
% 0.19/0.53  TRYING [2]
% 0.19/0.53  % (2710)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.53  TRYING [3]
% 0.19/0.53  % (2727)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  % (2712)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.53  TRYING [1]
% 0.19/0.53  % (2715)Instruction limit reached!
% 0.19/0.53  % (2715)------------------------------
% 0.19/0.53  % (2715)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.53  % (2715)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.53  % (2715)Termination reason: Unknown
% 0.19/0.53  % (2715)Termination phase: Saturation
% 0.19/0.53  
% 0.19/0.53  % (2715)Memory used [KB]: 5500
% 0.19/0.53  % (2715)Time elapsed: 0.103 s
% 0.19/0.53  % (2715)Instructions burned: 7 (million)
% 0.19/0.53  % (2715)------------------------------
% 0.19/0.53  % (2715)------------------------------
% 0.19/0.53  TRYING [2]
% 0.19/0.53  % (2732)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.53  % (2734)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  % (2736)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.53  % (2719)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.53  TRYING [3]
% 0.19/0.53  % (2723)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.53  % (2729)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  % (2724)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.54  % (2711)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.54  % (2728)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.54  % (2720)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  TRYING [4]
% 0.19/0.54  % (2726)ott+10_1:1_tgt=ground:i=100:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/100Mi)
% 0.19/0.55  % (2735)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.55  TRYING [6]
% 0.19/0.55  % (2731)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.55  % (2725)Instruction limit reached!
% 0.19/0.55  % (2725)------------------------------
% 0.19/0.55  % (2725)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.55  TRYING [4]
% 0.19/0.55  % (2725)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.55  % (2725)Termination reason: Unknown
% 0.19/0.55  % (2725)Termination phase: Finite model building constraint generation
% 0.19/0.55  
% 0.19/0.55  % (2725)Memory used [KB]: 6908
% 0.19/0.55  % (2725)Time elapsed: 0.164 s
% 0.19/0.55  % (2725)Instructions burned: 61 (million)
% 0.19/0.55  % (2725)------------------------------
% 0.19/0.55  % (2725)------------------------------
% 0.19/0.56  TRYING [5]
% 0.19/0.57  TRYING [5]
% 1.53/0.58  % (2714)Instruction limit reached!
% 1.53/0.58  % (2714)------------------------------
% 1.53/0.58  % (2714)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.53/0.59  % (2710)Instruction limit reached!
% 1.53/0.59  % (2710)------------------------------
% 1.53/0.59  % (2710)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.53/0.59  % (2710)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.53/0.59  % (2710)Termination reason: Unknown
% 1.53/0.59  % (2710)Termination phase: Saturation
% 1.53/0.59  
% 1.53/0.59  % (2710)Memory used [KB]: 1151
% 1.53/0.59  % (2710)Time elapsed: 0.186 s
% 1.53/0.59  % (2710)Instructions burned: 38 (million)
% 1.53/0.59  % (2710)------------------------------
% 1.53/0.59  % (2710)------------------------------
% 1.86/0.60  % (2714)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.86/0.60  % (2714)Termination reason: Unknown
% 1.86/0.60  % (2714)Termination phase: Finite model building SAT solving
% 1.86/0.60  
% 1.86/0.60  % (2714)Memory used [KB]: 6652
% 1.86/0.60  % (2714)Time elapsed: 0.146 s
% 1.86/0.60  % (2714)Instructions burned: 52 (million)
% 1.86/0.60  % (2714)------------------------------
% 1.86/0.60  % (2714)------------------------------
% 1.86/0.60  % (2718)Instruction limit reached!
% 1.86/0.60  % (2718)------------------------------
% 1.86/0.60  % (2718)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.86/0.60  TRYING [6]
% 1.86/0.61  % (2718)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.86/0.61  % (2718)Termination reason: Unknown
% 1.86/0.61  % (2718)Termination phase: Saturation
% 1.86/0.61  
% 1.86/0.61  % (2718)Memory used [KB]: 5884
% 1.86/0.61  % (2718)Time elapsed: 0.191 s
% 1.86/0.61  % (2718)Instructions burned: 51 (million)
% 1.86/0.61  % (2718)------------------------------
% 1.86/0.61  % (2718)------------------------------
% 1.86/0.61  % (2717)Instruction limit reached!
% 1.86/0.61  % (2717)------------------------------
% 1.86/0.61  % (2717)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.86/0.61  % (2717)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.86/0.61  % (2717)Termination reason: Unknown
% 1.86/0.61  % (2717)Termination phase: Saturation
% 1.86/0.61  
% 1.86/0.61  % (2717)Memory used [KB]: 1791
% 1.86/0.61  % (2717)Time elapsed: 0.200 s
% 1.86/0.61  % (2717)Instructions burned: 53 (million)
% 1.86/0.61  % (2717)------------------------------
% 1.86/0.61  % (2717)------------------------------
% 1.86/0.61  % (2712)Instruction limit reached!
% 1.86/0.61  % (2712)------------------------------
% 1.86/0.61  % (2712)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.86/0.61  % (2712)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.86/0.61  % (2712)Termination reason: Unknown
% 1.86/0.61  % (2712)Termination phase: Saturation
% 1.86/0.61  
% 1.86/0.61  % (2712)Memory used [KB]: 5756
% 1.86/0.61  % (2712)Time elapsed: 0.219 s
% 1.86/0.61  % (2712)Instructions burned: 52 (million)
% 1.86/0.61  % (2712)------------------------------
% 1.86/0.61  % (2712)------------------------------
% 1.86/0.62  % (2722)Instruction limit reached!
% 1.86/0.62  % (2722)------------------------------
% 1.86/0.62  % (2722)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.86/0.62  % (2713)Instruction limit reached!
% 1.86/0.62  % (2713)------------------------------
% 1.86/0.62  % (2713)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.86/0.62  % (2713)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.86/0.62  % (2713)Termination reason: Unknown
% 1.86/0.62  % (2713)Termination phase: Saturation
% 1.86/0.62  
% 1.86/0.62  % (2713)Memory used [KB]: 5884
% 1.86/0.62  % (2713)Time elapsed: 0.201 s
% 1.86/0.62  % (2713)Instructions burned: 48 (million)
% 1.86/0.62  % (2713)------------------------------
% 1.86/0.62  % (2713)------------------------------
% 1.86/0.62  % (2711)Instruction limit reached!
% 1.86/0.62  % (2711)------------------------------
% 1.86/0.62  % (2711)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.86/0.63  % (2711)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.86/0.63  % (2711)Termination reason: Unknown
% 1.86/0.63  % (2711)Termination phase: Saturation
% 1.86/0.63  
% 1.86/0.63  % (2711)Memory used [KB]: 5884
% 1.86/0.63  % (2711)Time elapsed: 0.220 s
% 1.86/0.63  % (2711)Instructions burned: 52 (million)
% 1.86/0.63  % (2711)------------------------------
% 1.86/0.63  % (2711)------------------------------
% 1.86/0.63  % (2722)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.86/0.63  % (2722)Termination reason: Unknown
% 1.86/0.63  % (2722)Termination phase: Saturation
% 1.86/0.63  
% 1.86/0.63  % (2722)Memory used [KB]: 6140
% 1.86/0.63  % (2722)Time elapsed: 0.047 s
% 1.86/0.63  % (2722)Instructions burned: 68 (million)
% 1.86/0.63  % (2722)------------------------------
% 1.86/0.63  % (2722)------------------------------
% 1.86/0.64  % (2766)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)
% 1.86/0.64  % (2732)First to succeed.
% 1.86/0.64  % (2723)Instruction limit reached!
% 1.86/0.64  % (2723)------------------------------
% 1.86/0.64  % (2723)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.86/0.64  % (2732)Refutation found. Thanks to Tanya!
% 1.86/0.64  % SZS status Theorem for theBenchmark
% 1.86/0.64  % SZS output start Proof for theBenchmark
% See solution above
% 1.86/0.64  % (2732)------------------------------
% 1.86/0.64  % (2732)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.86/0.64  % (2732)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.86/0.64  % (2732)Termination reason: Refutation
% 1.86/0.64  
% 1.86/0.64  % (2732)Memory used [KB]: 5884
% 1.86/0.64  % (2732)Time elapsed: 0.226 s
% 1.86/0.64  % (2732)Instructions burned: 50 (million)
% 1.86/0.64  % (2732)------------------------------
% 1.86/0.64  % (2732)------------------------------
% 1.86/0.64  % (2707)Success in time 0.283 s
%------------------------------------------------------------------------------