TSTP Solution File: NUM784_8 by Vampire-SAT---4.8

View Problem - Process Solution

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

% Computer : n031.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 : Tue Apr 30 14:37:39 EDT 2024

% Result   : Theorem 0.09s 0.34s
% Output   : Refutation 0.09s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    8
%            Number of leaves      :    9
% Syntax   : Number of formulae    :   24 (   8 unt;   6 typ;   0 def)
%            Number of atoms       :   48 (   0 equ)
%            Maximal formula atoms :    6 (   2 avg)
%            Number of connectives :   71 (  41   ~;  10   |;   4   &)
%                                         (   0 <=>;  16  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   11 (   4 avg)
%            Maximal term depth    :    1 (   1 avg)
%            Number of types       :    2 (   1 usr)
%            Number of type conns  :    6 (   3   >;   3   *;   0   +;   0  <<)
%            Number of predicates  :    4 (   3 usr;   1 prp; 0-2 aty)
%            Number of functors    :    2 (   2 usr;   2 con; 0-0 aty)
%            Number of variables   :   14 (  14   !;   0   ?;  14   :)

% Comments : 
%------------------------------------------------------------------------------
tff(type_def_5,type,
    rat: $tType ).

tff(func_def_0,type,
    x0: rat ).

tff(func_def_1,type,
    y0: rat ).

tff(pred_def_1,type,
    more: ( rat * rat ) > $o ).

tff(pred_def_2,type,
    is: ( rat * rat ) > $o ).

tff(pred_def_3,type,
    less: ( rat * rat ) > $o ).

tff(f32,plain,
    $false,
    inference(subsumption_resolution,[],[f31,f29]) ).

tff(f29,plain,
    ~ more(x0,y0),
    inference(resolution,[],[f22,f18]) ).

tff(f18,plain,
    less(x0,y0),
    inference(cnf_transformation,[],[f10]) ).

tff(f10,plain,
    less(x0,y0),
    inference(flattening,[],[f5]) ).

tff(f5,negated_conjecture,
    ~ ~ less(x0,y0),
    inference(negated_conjecture,[],[f4]) ).

tff(f4,conjecture,
    ~ less(x0,y0),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',satz81c) ).

tff(f22,plain,
    ! [X0: rat,X1: rat] :
      ( ~ less(X0,X1)
      | ~ more(X0,X1) ),
    inference(cnf_transformation,[],[f17]) ).

tff(f17,plain,
    ! [X0: rat,X1: rat] :
      ( ( ~ is(X0,X1)
        | ~ less(X0,X1) )
      & ( ~ less(X0,X1)
        | ~ more(X0,X1) )
      & ( ~ more(X0,X1)
        | ~ is(X0,X1) ) ),
    inference(flattening,[],[f16]) ).

tff(f16,plain,
    ! [X0: rat,X1: rat] :
      ( ( ~ is(X0,X1)
        | ~ less(X0,X1) )
      & ( ~ less(X0,X1)
        | ~ more(X0,X1) )
      & ( ~ more(X0,X1)
        | ~ is(X0,X1) ) ),
    inference(ennf_transformation,[],[f13]) ).

tff(f13,plain,
    ! [X0: rat,X1: rat] :
      ~ ( ( is(X0,X1)
         => ~ more(X0,X1) )
       => ( ( more(X0,X1)
           => ~ less(X0,X1) )
         => ~ ( less(X0,X1)
             => ~ is(X0,X1) ) ) ),
    inference(flattening,[],[f12]) ).

tff(f12,plain,
    ! [X0: rat,X1: rat] :
      ~ ( ( is(X0,X1)
         => ~ more(X0,X1) )
       => ~ ~ ( ( more(X0,X1)
               => ~ less(X0,X1) )
             => ~ ( less(X0,X1)
                 => ~ is(X0,X1) ) ) ),
    inference(rectify,[],[f3]) ).

tff(f3,axiom,
    ! [X1: rat,X2: rat] :
      ~ ( ( is(X1,X2)
         => ~ more(X1,X2) )
       => ~ ~ ( ( more(X1,X2)
               => ~ less(X1,X2) )
             => ~ ( less(X1,X2)
                 => ~ is(X1,X2) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',satz81b) ).

tff(f31,plain,
    more(x0,y0),
    inference(resolution,[],[f30,f19]) ).

tff(f19,plain,
    ( is(x0,y0)
    | more(x0,y0) ),
    inference(cnf_transformation,[],[f14]) ).

tff(f14,plain,
    ( is(x0,y0)
    | more(x0,y0) ),
    inference(ennf_transformation,[],[f1]) ).

tff(f1,axiom,
    ( ~ more(x0,y0)
   => is(x0,y0) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',m) ).

tff(f30,plain,
    ~ is(x0,y0),
    inference(resolution,[],[f23,f18]) ).

tff(f23,plain,
    ! [X0: rat,X1: rat] :
      ( ~ less(X0,X1)
      | ~ is(X0,X1) ),
    inference(cnf_transformation,[],[f17]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.05/0.10  % Problem    : NUM784_8 : TPTP v8.1.2. Released v8.0.0.
% 0.05/0.11  % Command    : vampire --mode casc_sat -m 16384 --cores 7 -t %d %s
% 0.09/0.31  % Computer : n031.cluster.edu
% 0.09/0.31  % Model    : x86_64 x86_64
% 0.09/0.31  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.09/0.31  % Memory   : 8042.1875MB
% 0.09/0.31  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.09/0.31  % CPULimit   : 300
% 0.09/0.31  % WCLimit    : 300
% 0.09/0.31  % DateTime   : Tue Apr 30 00:36:58 EDT 2024
% 0.09/0.31  % CPUTime    : 
% 0.09/0.32  % (7370)Running in auto input_syntax mode. Trying TPTP
% 0.09/0.33  % (7376)dis+11_4:5_nm=4_216 on theBenchmark for (216ds/0Mi)
% 0.09/0.33  % (7375)dis+1_20_av=off:lcm=predicate:nm=2:nwc=2.0_396 on theBenchmark for (396ds/0Mi)
% 0.09/0.33  % (7373)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.09/0.33  % (7374)fmb+10_1_bce=on:fmbas=expand:fmbksg=on:fmbsr=1.3:gsp=on:nm=4_470 on theBenchmark for (470ds/0Mi)
% 0.09/0.33  Detected minimum model sizes of [1,1,1]
% 0.09/0.33  Detected maximum model sizes of [1,1,2]
% 0.09/0.33  % (7375)First to succeed.
% 0.09/0.33  TRYING [1,1,1]
% 0.09/0.33  Cannot enumerate next child to try in an incomplete setup
% 0.09/0.33  % (7374)Refutation not found, incomplete strategy% (7374)------------------------------
% 0.09/0.33  % (7374)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 0.09/0.33  % (7374)Termination reason: Refutation not found, incomplete strategy
% 0.09/0.33  
% 0.09/0.33  % (7374)Memory used [KB]: 721
% 0.09/0.33  % (7374)Time elapsed: 0.002 s
% 0.09/0.33  % (7374)Instructions burned: 2 (million)
% 0.09/0.33  % (7374)------------------------------
% 0.09/0.33  % (7374)------------------------------
% 0.09/0.33  % (7376)Also succeeded, but the first one will report.
% 0.09/0.34  % (7375)Refutation found. Thanks to Tanya!
% 0.09/0.34  % SZS status Theorem for theBenchmark
% 0.09/0.34  % SZS output start Proof for theBenchmark
% See solution above
% 0.09/0.34  % (7375)------------------------------
% 0.09/0.34  % (7375)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 0.09/0.34  % (7375)Termination reason: Refutation
% 0.09/0.34  
% 0.09/0.34  % (7375)Memory used [KB]: 733
% 0.09/0.34  % (7375)Time elapsed: 0.003 s
% 0.09/0.34  % (7375)Instructions burned: 3 (million)
% 0.09/0.34  % (7375)------------------------------
% 0.09/0.34  % (7375)------------------------------
% 0.09/0.34  % (7370)Success in time 0.016 s
%------------------------------------------------------------------------------