TSTP Solution File: GEO178+2 by Vampire-SAT---4.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Vampire-SAT---4.8
% Problem  : GEO178+2 : TPTP v8.1.2. Released v3.3.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : vampire --mode casc_sat -m 16384 --cores 7 -t %d %s

% Computer : n012.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 : Sun May  5 05:15:52 EDT 2024

% Result   : Theorem 0.20s 0.39s
% Output   : Refutation 0.20s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    9
%            Number of leaves      :    5
% Syntax   : Number of formulae    :   24 (   7 unt;   0 def)
%            Number of atoms       :   65 (   0 equ)
%            Maximal formula atoms :    8 (   2 avg)
%            Number of connectives :   66 (  25   ~;  17   |;  17   &)
%                                         (   2 <=>;   5  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    8 (   4 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of predicates  :    5 (   4 usr;   3 prp; 0-2 aty)
%            Number of functors    :    4 (   4 usr;   3 con; 0-2 aty)
%            Number of variables   :   30 (  21   !;   9   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(f111,plain,
    $false,
    inference(avatar_sat_refutation,[],[f62,f108,f110]) ).

fof(f110,plain,
    spl3_2,
    inference(avatar_split_clause,[],[f109,f59]) ).

fof(f59,plain,
    ( spl3_2
  <=> distinct_points(sK2,sK1) ),
    introduced(avatar_definition,[new_symbols(naming,[spl3_2])]) ).

fof(f109,plain,
    distinct_points(sK2,sK1),
    inference(subsumption_resolution,[],[f101,f37]) ).

fof(f37,plain,
    distinct_points(sK0,sK1),
    inference(cnf_transformation,[],[f36]) ).

fof(f36,plain,
    ( ( ~ distinct_points(sK2,sK1)
      | ~ distinct_points(sK2,sK0) )
    & apart_point_and_line(sK2,line_connecting(sK0,sK1))
    & distinct_points(sK0,sK1) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK0,sK1,sK2])],[f17,f35]) ).

fof(f35,plain,
    ( ? [X0,X1,X2] :
        ( ( ~ distinct_points(X2,X1)
          | ~ distinct_points(X2,X0) )
        & apart_point_and_line(X2,line_connecting(X0,X1))
        & distinct_points(X0,X1) )
   => ( ( ~ distinct_points(sK2,sK1)
        | ~ distinct_points(sK2,sK0) )
      & apart_point_and_line(sK2,line_connecting(sK0,sK1))
      & distinct_points(sK0,sK1) ) ),
    introduced(choice_axiom,[]) ).

fof(f17,plain,
    ? [X0,X1,X2] :
      ( ( ~ distinct_points(X2,X1)
        | ~ distinct_points(X2,X0) )
      & apart_point_and_line(X2,line_connecting(X0,X1))
      & distinct_points(X0,X1) ),
    inference(flattening,[],[f16]) ).

fof(f16,plain,
    ? [X0,X1,X2] :
      ( ( ~ distinct_points(X2,X1)
        | ~ distinct_points(X2,X0) )
      & apart_point_and_line(X2,line_connecting(X0,X1))
      & distinct_points(X0,X1) ),
    inference(ennf_transformation,[],[f14]) ).

fof(f14,negated_conjecture,
    ~ ! [X0,X1,X2] :
        ( ( apart_point_and_line(X2,line_connecting(X0,X1))
          & distinct_points(X0,X1) )
       => ( distinct_points(X2,X1)
          & distinct_points(X2,X0) ) ),
    inference(negated_conjecture,[],[f13]) ).

fof(f13,conjecture,
    ! [X0,X1,X2] :
      ( ( apart_point_and_line(X2,line_connecting(X0,X1))
        & distinct_points(X0,X1) )
     => ( distinct_points(X2,X1)
        & distinct_points(X2,X0) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',con) ).

fof(f101,plain,
    ( distinct_points(sK2,sK1)
    | ~ distinct_points(sK0,sK1) ),
    inference(resolution,[],[f52,f38]) ).

fof(f38,plain,
    apart_point_and_line(sK2,line_connecting(sK0,sK1)),
    inference(cnf_transformation,[],[f36]) ).

fof(f52,plain,
    ! [X2,X0,X1] :
      ( ~ apart_point_and_line(X2,line_connecting(X0,X1))
      | distinct_points(X2,X1)
      | ~ distinct_points(X0,X1) ),
    inference(cnf_transformation,[],[f32]) ).

fof(f32,plain,
    ! [X0,X1,X2] :
      ( ( distinct_points(X2,X1)
        & distinct_points(X2,X0) )
      | ~ apart_point_and_line(X2,line_connecting(X0,X1))
      | ~ distinct_points(X0,X1) ),
    inference(flattening,[],[f31]) ).

fof(f31,plain,
    ! [X0,X1,X2] :
      ( ( distinct_points(X2,X1)
        & distinct_points(X2,X0) )
      | ~ apart_point_and_line(X2,line_connecting(X0,X1))
      | ~ distinct_points(X0,X1) ),
    inference(ennf_transformation,[],[f7]) ).

fof(f7,axiom,
    ! [X0,X1,X2] :
      ( distinct_points(X0,X1)
     => ( apart_point_and_line(X2,line_connecting(X0,X1))
       => ( distinct_points(X2,X1)
          & distinct_points(X2,X0) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',con1) ).

fof(f108,plain,
    spl3_1,
    inference(avatar_split_clause,[],[f107,f55]) ).

fof(f55,plain,
    ( spl3_1
  <=> distinct_points(sK2,sK0) ),
    introduced(avatar_definition,[new_symbols(naming,[spl3_1])]) ).

fof(f107,plain,
    distinct_points(sK2,sK0),
    inference(subsumption_resolution,[],[f95,f37]) ).

fof(f95,plain,
    ( distinct_points(sK2,sK0)
    | ~ distinct_points(sK0,sK1) ),
    inference(resolution,[],[f51,f38]) ).

fof(f51,plain,
    ! [X2,X0,X1] :
      ( ~ apart_point_and_line(X2,line_connecting(X0,X1))
      | distinct_points(X2,X0)
      | ~ distinct_points(X0,X1) ),
    inference(cnf_transformation,[],[f32]) ).

fof(f62,plain,
    ( ~ spl3_1
    | ~ spl3_2 ),
    inference(avatar_split_clause,[],[f39,f59,f55]) ).

fof(f39,plain,
    ( ~ distinct_points(sK2,sK1)
    | ~ distinct_points(sK2,sK0) ),
    inference(cnf_transformation,[],[f36]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem    : GEO178+2 : TPTP v8.1.2. Released v3.3.0.
% 0.13/0.14  % Command    : vampire --mode casc_sat -m 16384 --cores 7 -t %d %s
% 0.14/0.35  % Computer : n012.cluster.edu
% 0.14/0.35  % Model    : x86_64 x86_64
% 0.14/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.35  % Memory   : 8042.1875MB
% 0.14/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.35  % CPULimit   : 300
% 0.14/0.35  % WCLimit    : 300
% 0.14/0.35  % DateTime   : Fri May  3 22:02:38 EDT 2024
% 0.14/0.35  % CPUTime    : 
% 0.14/0.35  % (20099)Running in auto input_syntax mode. Trying TPTP
% 0.20/0.37  % (20100)fmb+10_1_fmbas=off:fmbsr=1.3:nm=2_1451 on theBenchmark for (1451ds/0Mi)
% 0.20/0.37  TRYING [1]
% 0.20/0.37  TRYING [2]
% 0.20/0.37  TRYING [3]
% 0.20/0.38  TRYING [4]
% 0.20/0.38  TRYING [5]
% 0.20/0.38  % (20102)fmb+10_1_bce=on:fmbas=expand:fmbksg=on:fmbsr=1.3_569 on theBenchmark for (569ds/0Mi)
% 0.20/0.38  % (20109)dis+11_4:5_nm=4_216 on theBenchmark for (216ds/0Mi)
% 0.20/0.38  % (20105)fmb+10_1_bce=on:fmbas=expand:fmbksg=on:fmbsr=1.3:gsp=on:nm=4_470 on theBenchmark for (470ds/0Mi)
% 0.20/0.38  % (20107)dis+1_20_av=off:lcm=predicate:nm=2:nwc=2.0_396 on theBenchmark for (396ds/0Mi)
% 0.20/0.38  % (20103)dis-2_2:3_amm=sco:anc=none:bce=on:fsr=off:gsp=on:nm=16:nwc=1.2:nicw=on:sac=on:sp=weighted_frequency_476 on theBenchmark for (476ds/0Mi)
% 0.20/0.38  Detected minimum model sizes of [1,1,1,1]
% 0.20/0.38  Detected maximum model sizes of [max,3,max,max]
% 0.20/0.38  TRYING [6]
% 0.20/0.38  TRYING [1,1,1,1]
% 0.20/0.38  Detected minimum model sizes of [1,1,1,1]
% 0.20/0.38  Detected maximum model sizes of [max,3,max,max]
% 0.20/0.38  TRYING [1,1,1,1]
% 0.20/0.38  TRYING [2,2,1,1]
% 0.20/0.38  TRYING [2,2,1,1]
% 0.20/0.39  TRYING [3,2,1,1]
% 0.20/0.39  TRYING [3,2,1,1]
% 0.20/0.39  % (20109)First to succeed.
% 0.20/0.39  % (20103)Also succeeded, but the first one will report.
% 0.20/0.39  TRYING [4,2,1,1]
% 0.20/0.39  TRYING [4,2,1,1]
% 0.20/0.39  % (20109)Solution written to "/export/starexec/sandbox2/tmp/vampire-proof-20099"
% 0.20/0.39  TRYING [3,3,1,1]
% 0.20/0.39  TRYING [3,3,1,1]
% 0.20/0.39  % (20109)Refutation found. Thanks to Tanya!
% 0.20/0.39  % SZS status Theorem for theBenchmark
% 0.20/0.39  % SZS output start Proof for theBenchmark
% See solution above
% 0.20/0.39  % (20109)------------------------------
% 0.20/0.39  % (20109)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.20/0.39  % (20109)Termination reason: Refutation
% 0.20/0.39  
% 0.20/0.39  % (20109)Memory used [KB]: 784
% 0.20/0.39  % (20109)Time elapsed: 0.005 s
% 0.20/0.39  % (20109)Instructions burned: 4 (million)
% 0.20/0.39  % (20099)Success in time 0.032 s
%------------------------------------------------------------------------------