TSTP Solution File: SYN944+1 by Vampire---4.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Vampire---4.8
% Problem  : SYN944+1 : TPTP v8.1.2. Released v3.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : vampire --input_syntax tptp --proof tptp --output_axiom_names on --mode portfolio --schedule file --schedule_file /export/starexec/sandbox/solver/bin/quickGreedyProduceRating_steal_pow3.txt --cores 8 -m 12000 -t %d %s

% Computer : n025.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 12:07:56 EDT 2024

% Result   : Theorem 0.56s 0.75s
% Output   : Refutation 0.56s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    8
%            Number of leaves      :    1
% Syntax   : Number of formulae    :   14 (   6 unt;   0 def)
%            Number of atoms       :   57 (   0 equ)
%            Maximal formula atoms :    9 (   4 avg)
%            Number of connectives :   58 (  15   ~;   9   |;  25   &)
%                                         (   0 <=>;   9  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   10 (   5 avg)
%            Maximal term depth    :    1 (   1 avg)
%            Number of predicates  :    5 (   4 usr;   1 prp; 0-2 aty)
%            Number of functors    :    2 (   2 usr;   2 con; 0-0 aty)
%            Number of variables   :   46 (  34   !;  12   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(f18,plain,
    $false,
    inference(subsumption_resolution,[],[f16,f15]) ).

fof(f15,plain,
    ! [X0] : ~ q(sK1,X0),
    inference(unit_resulting_resolution,[],[f13,f6]) ).

fof(f6,plain,
    ! [X6,X7] :
      ( ~ q(X6,X7)
      | ~ p(X6) ),
    inference(cnf_transformation,[],[f5]) ).

fof(f5,plain,
    ? [X0,X1,X2] :
      ( ! [X6,X7] :
          ( ~ q(X6,X7)
          | ~ p(X6) )
      & ! [X3,X4] :
          ( q(X3,X4)
          | ~ r(X3,X4) )
      & ! [X5] :
          ( p(X5)
          | ~ s(X5) )
      & r(X1,X2)
      & s(X1)
      & s(X0) ),
    inference(flattening,[],[f4]) ).

fof(f4,plain,
    ? [X0,X1,X2] :
      ( ! [X6,X7] :
          ( ~ q(X6,X7)
          | ~ p(X6) )
      & ! [X3,X4] :
          ( q(X3,X4)
          | ~ r(X3,X4) )
      & ! [X5] :
          ( p(X5)
          | ~ s(X5) )
      & r(X1,X2)
      & s(X1)
      & s(X0) ),
    inference(ennf_transformation,[],[f3]) ).

fof(f3,plain,
    ~ ! [X0,X1,X2] :
        ( ( ! [X3,X4] :
              ( r(X3,X4)
             => q(X3,X4) )
          & ! [X5] :
              ( s(X5)
             => p(X5) )
          & r(X1,X2)
          & s(X1)
          & s(X0) )
       => ? [X6,X7] :
            ( q(X6,X7)
            & p(X6) ) ),
    inference(rectify,[],[f2]) ).

fof(f2,negated_conjecture,
    ~ ! [X0,X1,X2] :
        ( ( ! [X3,X4] :
              ( r(X3,X4)
             => q(X3,X4) )
          & ! [X3] :
              ( s(X3)
             => p(X3) )
          & r(X1,X2)
          & s(X1)
          & s(X0) )
       => ? [X3,X4] :
            ( q(X3,X4)
            & p(X3) ) ),
    inference(negated_conjecture,[],[f1]) ).

fof(f1,conjecture,
    ! [X0,X1,X2] :
      ( ( ! [X3,X4] :
            ( r(X3,X4)
           => q(X3,X4) )
        & ! [X3] :
            ( s(X3)
           => p(X3) )
        & r(X1,X2)
        & s(X1)
        & s(X0) )
     => ? [X3,X4] :
          ( q(X3,X4)
          & p(X3) ) ),
    file('/export/starexec/sandbox/tmp/tmp.wgCs6SngXV/Vampire---4.8_20147',prove_this) ).

fof(f13,plain,
    p(sK1),
    inference(unit_resulting_resolution,[],[f10,f8]) ).

fof(f8,plain,
    ! [X5] :
      ( p(X5)
      | ~ s(X5) ),
    inference(cnf_transformation,[],[f5]) ).

fof(f10,plain,
    s(sK1),
    inference(cnf_transformation,[],[f5]) ).

fof(f16,plain,
    q(sK1,sK2),
    inference(unit_resulting_resolution,[],[f11,f7]) ).

fof(f7,plain,
    ! [X3,X4] :
      ( q(X3,X4)
      | ~ r(X3,X4) ),
    inference(cnf_transformation,[],[f5]) ).

fof(f11,plain,
    r(sK1,sK2),
    inference(cnf_transformation,[],[f5]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.12/0.13  % Problem    : SYN944+1 : TPTP v8.1.2. Released v3.1.0.
% 0.12/0.15  % Command    : vampire --input_syntax tptp --proof tptp --output_axiom_names on --mode portfolio --schedule file --schedule_file /export/starexec/sandbox/solver/bin/quickGreedyProduceRating_steal_pow3.txt --cores 8 -m 12000 -t %d %s
% 0.15/0.36  % Computer : n025.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   : Fri May  3 18:02:38 EDT 2024
% 0.15/0.36  % CPUTime    : 
% 0.15/0.36  This is a FOF_THM_EPR_NEQ problem
% 0.15/0.36  Running vampire --input_syntax tptp --proof tptp --output_axiom_names on --mode portfolio --schedule file --schedule_file /export/starexec/sandbox/solver/bin/quickGreedyProduceRating_steal_pow3.txt --cores 8 -m 12000 -t 300 /export/starexec/sandbox/tmp/tmp.wgCs6SngXV/Vampire---4.8_20147
% 0.56/0.75  % (20401)lrs+21_1:5_sil=2000:sos=on:urr=on:newcnf=on:slsq=on:i=83:slsql=off:bd=off:nm=2:ss=axioms:st=1.5:sp=const_min:gsp=on:rawr=on_0 on Vampire---4 for (2996ds/83Mi)
% 0.56/0.75  % (20401)First to succeed.
% 0.56/0.75  % (20395)dis-1011_2:1_sil=2000:lsd=20:nwc=5.0:flr=on:mep=off:st=3.0:i=34:sd=1:ep=RS:ss=axioms_0 on Vampire---4 for (2996ds/34Mi)
% 0.56/0.75  % (20401)Solution written to "/export/starexec/sandbox/tmp/vampire-proof-20391"
% 0.56/0.75  % (20397)lrs+1011_1:1_sil=8000:sp=occurrence:nwc=10.0:i=78:ss=axioms:sgt=8_0 on Vampire---4 for (2996ds/78Mi)
% 0.56/0.75  % (20398)ott+1011_1:1_sil=2000:urr=on:i=33:sd=1:kws=inv_frequency:ss=axioms:sup=off_0 on Vampire---4 for (2996ds/33Mi)
% 0.56/0.75  % (20396)lrs+1011_461:32768_sil=16000:irw=on:sp=frequency:lsd=20:fd=preordered:nwc=10.0:s2agt=32:alpa=false:cond=fast:s2a=on:i=51:s2at=3.0:awrs=decay:awrsf=691:bd=off:nm=20:fsr=off:amm=sco:uhcvi=on:rawr=on_0 on Vampire---4 for (2996ds/51Mi)
% 0.56/0.75  % (20399)lrs+2_1:1_sil=16000:fde=none:sos=all:nwc=5.0:i=34:ep=RS:s2pl=on:lma=on:afp=100000_0 on Vampire---4 for (2996ds/34Mi)
% 0.56/0.75  % (20400)lrs+1002_1:16_to=lpo:sil=32000:sp=unary_frequency:sos=on:i=45:bd=off:ss=axioms_0 on Vampire---4 for (2996ds/45Mi)
% 0.56/0.75  % (20401)Refutation found. Thanks to Tanya!
% 0.56/0.75  % SZS status Theorem for Vampire---4
% 0.56/0.75  % SZS output start Proof for Vampire---4
% See solution above
% 0.56/0.75  % (20401)------------------------------
% 0.56/0.75  % (20401)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.56/0.75  % (20401)Termination reason: Refutation
% 0.56/0.75  
% 0.56/0.75  % (20401)Memory used [KB]: 958
% 0.56/0.75  % (20401)Time elapsed: 0.002 s
% 0.56/0.75  % (20401)Instructions burned: 2 (million)
% 0.56/0.75  % (20391)Success in time 0.379 s
% 0.56/0.75  % Vampire---4.8 exiting
%------------------------------------------------------------------------------