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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Vampire-SAT---4.8
% Problem  : NUM680_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 : n029.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:10 EDT 2024

% Result   : Theorem 0.11s 0.28s
% Output   : Refutation 0.11s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   10
%            Number of leaves      :   12
% Syntax   : Number of formulae    :   35 (  12 unt;   7 typ;   0 def)
%            Number of atoms       :   69 (  17 equ)
%            Maximal formula atoms :    6 (   2 avg)
%            Number of connectives :   88 (  47   ~;  16   |;   4   &)
%                                         (   0 <=>;  21  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   11 (   4 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of types       :    2 (   1 usr)
%            Number of type conns  :    6 (   3   >;   3   *;   0   +;   0  <<)
%            Number of predicates  :    4 (   2 usr;   1 prp; 0-2 aty)
%            Number of functors    :    4 (   4 usr;   3 con; 0-2 aty)
%            Number of variables   :   37 (  37   !;   0   ?;  37   :)

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

tff(func_def_0,type,
    x: nat ).

tff(func_def_1,type,
    y: nat ).

tff(func_def_2,type,
    z: nat ).

tff(func_def_3,type,
    pl: ( nat * nat ) > nat ).

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

tff(pred_def_2,type,
    less: ( nat * nat ) > $o ).

tff(f96,plain,
    $false,
    inference(subsumption_resolution,[],[f94,f38]) ).

tff(f38,plain,
    ! [X1: nat] : ~ more(X1,X1),
    inference(equality_resolution,[],[f31]) ).

tff(f31,plain,
    ! [X0: nat,X1: nat] :
      ( ~ more(X0,X1)
      | ( X0 != X1 ) ),
    inference(cnf_transformation,[],[f24]) ).

tff(f24,plain,
    ! [X0: nat,X1: nat] :
      ( ( ( X0 != X1 )
        | ~ less(X0,X1) )
      & ( ~ less(X0,X1)
        | ~ more(X0,X1) )
      & ( ~ more(X0,X1)
        | ( X0 != X1 ) ) ),
    inference(flattening,[],[f23]) ).

tff(f23,plain,
    ! [X0: nat,X1: nat] :
      ( ( ( X0 != X1 )
        | ~ less(X0,X1) )
      & ( ~ less(X0,X1)
        | ~ more(X0,X1) )
      & ( ~ more(X0,X1)
        | ( X0 != X1 ) ) ),
    inference(ennf_transformation,[],[f17]) ).

tff(f17,plain,
    ! [X0: nat,X1: nat] :
      ~ ( ( ( X0 = X1 )
         => ~ more(X0,X1) )
       => ( ( more(X0,X1)
           => ~ less(X0,X1) )
         => ~ ( less(X0,X1)
             => ( X0 != X1 ) ) ) ),
    inference(flattening,[],[f16]) ).

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

tff(f3,axiom,
    ! [X1: nat,X2: nat] :
      ~ ( ( ( X1 = X2 )
         => ~ more(X1,X2) )
       => ~ ~ ( ( more(X1,X2)
               => ~ less(X1,X2) )
             => ~ ( less(X1,X2)
                 => ( X1 != X2 ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',satz10b) ).

tff(f94,plain,
    more(pl(x,z),pl(x,z)),
    inference(superposition,[],[f28,f90]) ).

tff(f90,plain,
    x = y,
    inference(unit_resulting_resolution,[],[f27,f87,f30]) ).

tff(f30,plain,
    ! [X0: nat,X1: nat] :
      ( less(X0,X1)
      | more(X0,X1)
      | ( X0 = X1 ) ),
    inference(cnf_transformation,[],[f22]) ).

tff(f22,plain,
    ! [X0: nat,X1: nat] :
      ( less(X0,X1)
      | more(X0,X1)
      | ( X0 = X1 ) ),
    inference(flattening,[],[f21]) ).

tff(f21,plain,
    ! [X0: nat,X1: nat] :
      ( less(X0,X1)
      | more(X0,X1)
      | ( X0 = X1 ) ),
    inference(ennf_transformation,[],[f15]) ).

tff(f15,plain,
    ! [X0: nat,X1: nat] :
      ( ( X0 != X1 )
     => ( ~ more(X0,X1)
       => less(X0,X1) ) ),
    inference(rectify,[],[f6]) ).

tff(f6,axiom,
    ! [X1: nat,X2: nat] :
      ( ( X1 != X2 )
     => ( ~ more(X1,X2)
       => less(X1,X2) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',satz10a) ).

tff(f87,plain,
    ~ less(x,y),
    inference(unit_resulting_resolution,[],[f45,f35]) ).

tff(f35,plain,
    ! [X2: nat,X0: nat,X1: nat] :
      ( ~ less(X0,X1)
      | less(pl(X0,X2),pl(X1,X2)) ),
    inference(cnf_transformation,[],[f26]) ).

tff(f26,plain,
    ! [X0: nat,X1: nat,X2: nat] :
      ( less(pl(X0,X2),pl(X1,X2))
      | ~ less(X0,X1) ),
    inference(ennf_transformation,[],[f19]) ).

tff(f19,plain,
    ! [X0: nat,X1: nat,X2: nat] :
      ( less(X0,X1)
     => less(pl(X0,X2),pl(X1,X2)) ),
    inference(rectify,[],[f5]) ).

tff(f5,axiom,
    ! [X1: nat,X2: nat,X3: nat] :
      ( less(X1,X2)
     => less(pl(X1,X3),pl(X2,X3)) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',satz19c) ).

tff(f45,plain,
    ~ less(pl(x,z),pl(y,z)),
    inference(unit_resulting_resolution,[],[f28,f32]) ).

tff(f32,plain,
    ! [X0: nat,X1: nat] :
      ( ~ less(X0,X1)
      | ~ more(X0,X1) ),
    inference(cnf_transformation,[],[f24]) ).

tff(f27,plain,
    ~ more(x,y),
    inference(cnf_transformation,[],[f13]) ).

tff(f13,plain,
    ~ more(x,y),
    inference(flattening,[],[f8]) ).

tff(f8,negated_conjecture,
    ~ more(x,y),
    inference(negated_conjecture,[],[f7]) ).

tff(f7,conjecture,
    more(x,y),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',satz20a) ).

tff(f28,plain,
    more(pl(x,z),pl(y,z)),
    inference(cnf_transformation,[],[f1]) ).

tff(f1,axiom,
    more(pl(x,z),pl(y,z)),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',m) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.02/0.07  % Problem    : NUM680_8 : TPTP v8.1.2. Released v8.0.0.
% 0.02/0.08  % Command    : vampire --mode casc_sat -m 16384 --cores 7 -t %d %s
% 0.08/0.27  % Computer : n029.cluster.edu
% 0.08/0.27  % Model    : x86_64 x86_64
% 0.08/0.27  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.08/0.27  % Memory   : 8042.1875MB
% 0.08/0.27  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.08/0.27  % CPULimit   : 300
% 0.08/0.27  % WCLimit    : 300
% 0.08/0.27  % DateTime   : Mon Apr 29 23:41:34 EDT 2024
% 0.08/0.27  % CPUTime    : 
% 0.08/0.27  % (9320)Running in auto input_syntax mode. Trying TPTP
% 0.11/0.28  % (9323)WARNING: value z3 for option sas not known
% 0.11/0.28  % (9321)fmb+10_1_bce=on:fmbas=function:fmbsr=1.2:fde=unused:nm=0_846 on theBenchmark for (846ds/0Mi)
% 0.11/0.28  % (9323)dis+2_11_add=large:afr=on:amm=off:bd=off:bce=on:fsd=off:fde=none:gs=on:gsaa=full_model:gsem=off:irw=on:msp=off:nm=4:nwc=1.3:sas=z3:sims=off:sac=on:sp=reverse_arity_569 on theBenchmark for (569ds/0Mi)
% 0.11/0.28  % (9322)fmb+10_1_bce=on:fmbdsb=on:fmbes=contour:fmbswr=3:fde=none:nm=0_793 on theBenchmark for (793ds/0Mi)
% 0.11/0.28  % (9324)fmb+10_1_bce=on:fmbsr=1.5:nm=32_533 on theBenchmark for (533ds/0Mi)
% 0.11/0.28  % (9325)ott+10_10:1_add=off:afr=on:amm=off:anc=all:bd=off:bs=on:fsr=off:irw=on:lma=on:msp=off:nm=4:nwc=4.0:sac=on:sp=reverse_frequency_531 on theBenchmark for (531ds/0Mi)
% 0.11/0.28  % (9326)ott-10_8_av=off:bd=preordered:bs=on:fsd=off:fsr=off:fde=unused:irw=on:lcm=predicate:lma=on:nm=4:nwc=1.7:sp=frequency_522 on theBenchmark for (522ds/0Mi)
% 0.11/0.28  % (9327)ott+1_64_av=off:bd=off:bce=on:fsd=off:fde=unused:gsp=on:irw=on:lcm=predicate:lma=on:nm=2:nwc=1.1:sims=off:urr=on_497 on theBenchmark for (497ds/0Mi)
% 0.11/0.28  Detected minimum model sizes of [1,1]
% 0.11/0.28  Detected maximum model sizes of [max,2]
% 0.11/0.28  TRYING [1,1]
% 0.11/0.28  TRYING [1,2]
% 0.11/0.28  TRYING [2,2]
% 0.11/0.28  TRYING [3,2]
% 0.11/0.28  TRYING [1]
% 0.11/0.28  TRYING [2]
% 0.11/0.28  % (9327)First to succeed.
% 0.11/0.28  TRYING [4,2]
% 0.11/0.28  % (9326)Also succeeded, but the first one will report.
% 0.11/0.28  Detected minimum model sizes of [1,1]
% 0.11/0.28  Detected maximum model sizes of [max,2]
% 0.11/0.28  TRYING [1,1]
% 0.11/0.28  TRYING [1,2]
% 0.11/0.28  TRYING [5,2]
% 0.11/0.28  TRYING [2,2]
% 0.11/0.28  TRYING [3]
% 0.11/0.28  % (9323)Also succeeded, but the first one will report.
% 0.11/0.28  % (9327)Refutation found. Thanks to Tanya!
% 0.11/0.28  % SZS status Theorem for theBenchmark
% 0.11/0.28  % SZS output start Proof for theBenchmark
% See solution above
% 0.11/0.28  % (9327)------------------------------
% 0.11/0.28  % (9327)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 0.11/0.28  % (9327)Termination reason: Refutation
% 0.11/0.28  
% 0.11/0.28  % (9327)Memory used [KB]: 756
% 0.11/0.28  % (9327)Time elapsed: 0.003 s
% 0.11/0.28  % (9327)Instructions burned: 5 (million)
% 0.11/0.28  % (9327)------------------------------
% 0.11/0.28  % (9327)------------------------------
% 0.11/0.28  % (9320)Success in time 0.011 s
%------------------------------------------------------------------------------