TSTP Solution File: SYN081-1 by Vampire-SAT---4.8

View Problem - Process Solution

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

% Computer : n018.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 18:02:07 EDT 2024

% Result   : Unsatisfiable 0.22s 0.38s
% Output   : Refutation 0.22s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    3
%            Number of leaves      :    3
% Syntax   : Number of formulae    :    6 (   3 unt;   0 def)
%            Number of atoms       :    9 (   0 equ)
%            Maximal formula atoms :    2 (   1 avg)
%            Number of connectives :    7 (   4   ~;   3   |;   0   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    4 (   3 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of predicates  :    2 (   1 usr;   1 prp; 0-1 aty)
%            Number of functors    :    1 (   1 usr;   0 con; 1-1 aty)
%            Number of variables   :    5 (   5   !;   0   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(f6,plain,
    $false,
    inference(subsumption_resolution,[],[f5,f4]) ).

fof(f4,plain,
    ! [X0] : ~ big_f(X0),
    inference(subsumption_resolution,[],[f1,f3]) ).

fof(f3,axiom,
    ! [X0] :
      ( ~ big_f(X0)
      | big_f(f(X0)) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_this) ).

fof(f1,axiom,
    ! [X0] :
      ( ~ big_f(X0)
      | ~ big_f(f(X0)) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',clause_1) ).

fof(f5,plain,
    ! [X0] : big_f(f(X0)),
    inference(subsumption_resolution,[],[f2,f4]) ).

fof(f2,axiom,
    ! [X0] :
      ( big_f(X0)
      | big_f(f(X0)) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',clause_2) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.13  % Problem    : SYN081-1 : TPTP v8.1.2. Released v1.0.0.
% 0.07/0.15  % Command    : vampire --mode casc_sat -m 16384 --cores 7 -t %d %s
% 0.15/0.36  % Computer : n018.cluster.edu
% 0.15/0.36  % Model    : x86_64 x86_64
% 0.15/0.36  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.15/0.36  % Memory   : 8042.1875MB
% 0.15/0.36  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.15/0.36  % CPULimit   : 300
% 0.15/0.36  % WCLimit    : 300
% 0.15/0.36  % DateTime   : Tue Apr 30 01:59:28 EDT 2024
% 0.15/0.36  % CPUTime    : 
% 0.15/0.36  % (24666)Running in auto input_syntax mode. Trying TPTP
% 0.15/0.38  % (24669)fmb+10_1_fmbas=off:fmbsr=1.3:nm=2_1451 on theBenchmark for (1451ds/0Mi)
% 0.15/0.38  % (24670)fmb+10_1_bce=on:fmbas=expand:fmbksg=on:fmbsr=1.3_569 on theBenchmark for (569ds/0Mi)
% 0.15/0.38  % (24672)fmb+10_1_bce=on:fmbas=expand:fmbksg=on:fmbsr=1.3:gsp=on:nm=4_470 on theBenchmark for (470ds/0Mi)
% 0.15/0.38  % (24673)dis+1_20_av=off:lcm=predicate:nm=2:nwc=2.0_396 on theBenchmark for (396ds/0Mi)
% 0.15/0.38  % (24674)dis+11_4:5_nm=4_216 on theBenchmark for (216ds/0Mi)
% 0.15/0.38  TRYING [1]
% 0.15/0.38  TRYING [1]
% 0.15/0.38  % (24675)fmb+10_1_fmbas=off:fmbsr=1.3:nm=2:si=on:rtra=on:rawr=on:rp=on:fmbksg=on_1451 on theBenchmark for (1451ds/0Mi)
% 0.15/0.38  TRYING [2]
% 0.15/0.38  TRYING [2]
% 0.15/0.38  TRYING [3]
% 0.15/0.38  TRYING [1]
% 0.15/0.38  TRYING [3]
% 0.15/0.38  % (24673)First to succeed.
% 0.15/0.38  TRYING [2]
% 0.15/0.38  TRYING [3]
% 0.15/0.38  TRYING [1]
% 0.15/0.38  TRYING [2]
% 0.15/0.38  % (24674)Also succeeded, but the first one will report.
% 0.15/0.38  TRYING [3]
% 0.22/0.38  % (24673)Refutation found. Thanks to Tanya!
% 0.22/0.38  % SZS status Unsatisfiable for theBenchmark
% 0.22/0.38  % SZS output start Proof for theBenchmark
% See solution above
% 0.22/0.38  % (24673)------------------------------
% 0.22/0.38  % (24673)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 0.22/0.38  % (24673)Termination reason: Refutation
% 0.22/0.38  
% 0.22/0.38  % (24673)Memory used [KB]: 737
% 0.22/0.38  % (24673)Time elapsed: 0.002 s
% 0.22/0.38  % (24673)Instructions burned: 2 (million)
% 0.22/0.38  % (24673)------------------------------
% 0.22/0.38  % (24673)------------------------------
% 0.22/0.38  % (24666)Success in time 0.017 s
%------------------------------------------------------------------------------