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

View Problem - Process Solution

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

% Computer : n028.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:38:25 EDT 2024

% Result   : Theorem 0.11s 0.34s
% Output   : Refutation 0.11s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   12
%            Number of leaves      :    4
% Syntax   : Number of formulae    :   16 (   5 unt;   0 typ;   0 def)
%            Number of atoms       :   39 (  32 equ)
%            Maximal formula atoms :    6 (   2 avg)
%            Number of connectives :   32 (   9   ~;  11   |;   8   &)
%                                         (   3 <=>;   0  =>;   0  <=;   1 <~>)
%            Maximal formula depth :    8 (   5 avg)
%            Maximal term depth    :    3 (   1 avg)
%            Number arithmetic     :   88 (   6 atm;  43 fun;   3 num;  36 var)
%            Number of types       :    1 (   0 usr;   1 ari)
%            Number of type conns  :    0 (   0   >;   0   *;   0   +;   0  <<)
%            Number of predicates  :    3 (   0 usr;   1 prp; 0-2 aty)
%            Number of functors    :    5 (   0 usr;   2 con; 0-2 aty)
%            Number of variables   :   36 (  27   !;   9   ?;  36   :)

% Comments : 
%------------------------------------------------------------------------------
tff(f57,plain,
    $false,
    inference(resolution,[],[f56,f9]) ).

tff(f9,plain,
    ! [X0: $real] : ~ $less(X0,X0),
    introduced(theory_axiom_142,[]) ).

tff(f56,plain,
    ! [X0: $real,X1: $real] : $less(X0,X1),
    inference(resolution,[],[f54,f9]) ).

tff(f54,plain,
    ! [X2: $real,X0: $real,X1: $real] :
      ( $less(X2,X1)
      | $less(X0,X2) ),
    inference(superposition,[],[f13,f48]) ).

tff(f48,plain,
    ! [X0: $real,X1: $real] : ( X0 = X1 ),
    inference(duplicate_literal_removal,[],[f47]) ).

tff(f47,plain,
    ! [X0: $real,X1: $real] :
      ( ( X0 = X1 )
      | ( X0 = X1 ) ),
    inference(evaluation,[],[f31]) ).

tff(f31,plain,
    ! [X0: $real,X1: $real] :
      ( ( X0 = X1 )
      | ( $sum(X1,$uminus(0.0)) = X0 ) ),
    inference(superposition,[],[f18,f6]) ).

tff(f6,plain,
    ! [X0: $real] : ( $sum(X0,0.0) = X0 ),
    introduced(theory_axiom_137,[]) ).

tff(f18,plain,
    ! [X2: $real,X0: $real,X1: $real] :
      ( ( $sum(X2,$uminus(X1)) = X0 )
      | ( $sum(X0,X1) = X2 ) ),
    inference(cnf_transformation,[],[f17]) ).

tff(f17,plain,
    ! [X0: $real,X1: $real,X2: $real] :
      ( ( ( $sum(X2,$uminus(X0)) != X1 )
        | ( $sum(X2,$uminus(X1)) != X0 )
        | ( $sum(X0,X1) != X2 ) )
      & ( ( ( $sum(X2,$uminus(X0)) = X1 )
          & ( $sum(X2,$uminus(X1)) = X0 ) )
        | ( $sum(X0,X1) = X2 ) ) ),
    inference(flattening,[],[f16]) ).

tff(f16,plain,
    ! [X0: $real,X1: $real,X2: $real] :
      ( ( ( $sum(X2,$uminus(X0)) != X1 )
        | ( $sum(X2,$uminus(X1)) != X0 )
        | ( $sum(X0,X1) != X2 ) )
      & ( ( ( $sum(X2,$uminus(X0)) = X1 )
          & ( $sum(X2,$uminus(X1)) = X0 ) )
        | ( $sum(X0,X1) = X2 ) ) ),
    inference(nnf_transformation,[],[f15]) ).

tff(f15,plain,
    ! [X0: $real,X1: $real,X2: $real] :
      ( ( $sum(X0,X1) = X2 )
    <~> ( ( $sum(X2,$uminus(X0)) = X1 )
        & ( $sum(X2,$uminus(X1)) = X0 ) ) ),
    inference(ennf_transformation,[],[f3]) ).

tff(f3,plain,
    ~ ? [X0: $real,X1: $real,X2: $real] :
        ( ( $sum(X0,X1) = X2 )
      <=> ( ( $sum(X2,$uminus(X0)) = X1 )
          & ( $sum(X2,$uminus(X1)) = X0 ) ) ),
    inference(theory_normalization,[],[f2]) ).

tff(f2,negated_conjecture,
    ~ ? [X0: $real,X1: $real,X2: $real] :
        ( ( $sum(X0,X1) = X2 )
      <=> ( ( $difference(X2,X0) = X1 )
          & ( $difference(X2,X1) = X0 ) ) ),
    inference(negated_conjecture,[],[f1]) ).

tff(f1,conjecture,
    ? [X0: $real,X1: $real,X2: $real] :
      ( ( $sum(X0,X1) = X2 )
    <=> ( ( $difference(X2,X0) = X1 )
        & ( $difference(X2,X1) = X0 ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',real_combined_problem_2) ).

tff(f13,plain,
    ! [X0: $real,X1: $real] :
      ( $less(X1,$sum(X0,1.0))
      | $less(X0,X1) ),
    introduced(theory_axiom_147,[]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.09/0.10  % Problem    : NUM914_1 : TPTP v8.1.2. Released v5.0.0.
% 0.09/0.12  % Command    : vampire --mode casc_sat -m 16384 --cores 7 -t %d %s
% 0.11/0.32  % Computer : n028.cluster.edu
% 0.11/0.32  % Model    : x86_64 x86_64
% 0.11/0.32  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.11/0.32  % Memory   : 8042.1875MB
% 0.11/0.32  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.11/0.32  % CPULimit   : 300
% 0.11/0.32  % WCLimit    : 300
% 0.11/0.32  % DateTime   : Tue Apr 30 01:35:59 EDT 2024
% 0.11/0.32  % CPUTime    : 
% 0.11/0.32  % (25918)Running in auto input_syntax mode. Trying TPTP
% 0.11/0.33  % (25925)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.33  % (25921)WARNING: value z3 for option sas not known
% 0.11/0.34  % (25919)fmb+10_1_bce=on:fmbas=function:fmbsr=1.2:fde=unused:nm=0_846 on theBenchmark for (846ds/0Mi)
% 0.11/0.34  % (25919)WARNING: trying to run FMB on interpreted or otherwise provably infinite-domain problem!
% 0.11/0.34  % (25921)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.34  % (25919)Terminated due to inappropriate strategy.
% 0.11/0.34  % (25919)------------------------------
% 0.11/0.34  % (25919)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 0.11/0.34  % (25919)Termination reason: Inappropriate
% 0.11/0.34  
% 0.11/0.34  % (25919)Memory used [KB]: 721
% 0.11/0.34  % (25919)Time elapsed: 0.002 s
% 0.11/0.34  % (25919)Instructions burned: 2 (million)
% 0.11/0.34  % (25919)------------------------------
% 0.11/0.34  % (25919)------------------------------
% 0.11/0.34  % (25923)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.34  % (25922)fmb+10_1_bce=on:fmbsr=1.5:nm=32_533 on theBenchmark for (533ds/0Mi)
% 0.11/0.34  % (25920)fmb+10_1_bce=on:fmbdsb=on:fmbes=contour:fmbswr=3:fde=none:nm=0_793 on theBenchmark for (793ds/0Mi)
% 0.11/0.34  % (25924)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.34  % (25922)WARNING: trying to run FMB on interpreted or otherwise provably infinite-domain problem!
% 0.11/0.34  % (25922)Terminated due to inappropriate strategy.
% 0.11/0.34  % (25922)------------------------------
% 0.11/0.34  % (25922)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 0.11/0.34  % (25922)Termination reason: Inappropriate
% 0.11/0.34  
% 0.11/0.34  % (25922)Memory used [KB]: 721
% 0.11/0.34  % (25922)Time elapsed: 0.001 s
% 0.11/0.34  % (25922)Instructions burned: 2 (million)
% 0.11/0.34  % (25922)------------------------------
% 0.11/0.34  % (25922)------------------------------
% 0.11/0.34  % (25920)WARNING: trying to run FMB on interpreted or otherwise provably infinite-domain problem!
% 0.11/0.34  % (25920)Terminated due to inappropriate strategy.
% 0.11/0.34  % (25920)------------------------------
% 0.11/0.34  % (25920)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 0.11/0.34  % (25920)Termination reason: Inappropriate
% 0.11/0.34  
% 0.11/0.34  % (25920)Memory used [KB]: 722
% 0.11/0.34  % (25920)Time elapsed: 0.002 s
% 0.11/0.34  % (25920)Instructions burned: 2 (million)
% 0.11/0.34  % (25920)------------------------------
% 0.11/0.34  % (25920)------------------------------
% 0.11/0.34  % (25924)First to succeed.
% 0.11/0.34  % (25923)Also succeeded, but the first one will report.
% 0.11/0.34  % (25924)Refutation found. Thanks to Tanya!
% 0.11/0.34  % SZS status Theorem for theBenchmark
% 0.11/0.34  % SZS output start Proof for theBenchmark
% See solution above
% 0.11/0.34  % (25924)------------------------------
% 0.11/0.34  % (25924)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 0.11/0.34  % (25924)Termination reason: Refutation
% 0.11/0.34  
% 0.11/0.34  % (25924)Memory used [KB]: 772
% 0.11/0.34  % (25924)Time elapsed: 0.004 s
% 0.11/0.34  % (25924)Instructions burned: 5 (million)
% 0.11/0.34  % (25924)------------------------------
% 0.11/0.34  % (25924)------------------------------
% 0.11/0.34  % (25918)Success in time 0.016 s
%------------------------------------------------------------------------------