TSTP Solution File: SYN959+1 by iProver---3.9

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : iProver---3.9
% Problem  : SYN959+1 : TPTP v8.1.2. Released v3.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_iprover %s %d THM

% Computer : n014.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 : Fri May  3 03:33:43 EDT 2024

% Result   : Theorem 0.70s 1.17s
% Output   : CNFRefutation 0.70s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   10
%            Number of leaves      :    2
% Syntax   : Number of formulae    :   14 (   6 unt;   0 def)
%            Number of atoms       :   25 (   0 equ)
%            Maximal formula atoms :    3 (   1 avg)
%            Number of connectives :   20 (   9   ~;   3   |;   3   &)
%                                         (   0 <=>;   5  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    5 (   3 avg)
%            Maximal term depth    :    1 (   1 avg)
%            Number of predicates  :    3 (   2 usr;   1 prp; 0-1 aty)
%            Number of functors    :    1 (   1 usr;   1 con; 0-0 aty)
%            Number of variables   :   16 (   1 sgn   4   !;  11   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(f1,conjecture,
    ( ? [X0] : b(X0)
   => ? [X0] :
        ( b(X0)
        | a(X0) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_this) ).

fof(f2,negated_conjecture,
    ~ ( ? [X0] : b(X0)
     => ? [X0] :
          ( b(X0)
          | a(X0) ) ),
    inference(negated_conjecture,[],[f1]) ).

fof(f3,plain,
    ~ ( ? [X0] : b(X0)
     => ? [X1] :
          ( b(X1)
          | a(X1) ) ),
    inference(rectify,[],[f2]) ).

fof(f4,plain,
    ~ ( ? [X0] : b(X0)
     => ? [X1] : b(X1) ),
    inference(pure_predicate_removal,[],[f3]) ).

fof(f5,plain,
    ( ! [X1] : ~ b(X1)
    & ? [X0] : b(X0) ),
    inference(ennf_transformation,[],[f4]) ).

fof(f6,plain,
    ( ! [X0] : ~ b(X0)
    & ? [X1] : b(X1) ),
    inference(rectify,[],[f5]) ).

fof(f7,plain,
    ( ? [X1] : b(X1)
   => b(sK0) ),
    introduced(choice_axiom,[]) ).

fof(f8,plain,
    ( ! [X0] : ~ b(X0)
    & b(sK0) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK0])],[f6,f7]) ).

fof(f9,plain,
    b(sK0),
    inference(cnf_transformation,[],[f8]) ).

fof(f10,plain,
    ! [X0] : ~ b(X0),
    inference(cnf_transformation,[],[f8]) ).

cnf(c_49,negated_conjecture,
    ~ b(X0),
    inference(cnf_transformation,[],[f10]) ).

cnf(c_50,negated_conjecture,
    b(sK0),
    inference(cnf_transformation,[],[f9]) ).

cnf(c_51,plain,
    ~ b(sK0),
    inference(instantiation,[status(thm)],[c_49]) ).

cnf(c_52,plain,
    $false,
    inference(prop_impl_just,[status(thm)],[c_51,c_50]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : SYN959+1 : TPTP v8.1.2. Released v3.1.0.
% 0.03/0.13  % Command  : run_iprover %s %d THM
% 0.14/0.35  % Computer : n014.cluster.edu
% 0.14/0.35  % Model    : x86_64 x86_64
% 0.14/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.35  % Memory   : 8042.1875MB
% 0.14/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.35  % CPULimit : 300
% 0.14/0.35  % WCLimit  : 300
% 0.14/0.35  % DateTime : Thu May  2 20:50:47 EDT 2024
% 0.14/0.35  % CPUTime  : 
% 0.20/0.48  Running first-order theorem proving
% 0.20/0.48  Running: /export/starexec/sandbox2/solver/bin/run_problem --schedule fof_schedule --heuristic_context casc_unsat --no_cores 8 /export/starexec/sandbox2/benchmark/theBenchmark.p 300
% 0.70/1.17  % SZS status Started for theBenchmark.p
% 0.70/1.17  % SZS status Theorem for theBenchmark.p
% 0.70/1.17  
% 0.70/1.17  %---------------- iProver v3.9 (pre CASC 2024/SMT-COMP 2024) ----------------%
% 0.70/1.17  
% 0.70/1.17  ------  iProver source info
% 0.70/1.17  
% 0.70/1.17  git: date: 2024-05-02 19:28:25 +0000
% 0.70/1.17  git: sha1: a33b5eb135c74074ba803943bb12f2ebd971352f
% 0.70/1.17  git: non_committed_changes: false
% 0.70/1.17  
% 0.70/1.17  ------ Parsing...
% 0.70/1.17  ------ Clausification by vclausify_rel  & Parsing by iProver...------  preprocesses with Option_epr_horn
% 0.70/1.17  
% 0.70/1.17  
% 0.70/1.17  ------ Preprocessing...
% 0.70/1.17  
% 0.70/1.17  % SZS status Theorem for theBenchmark.p
% 0.70/1.17  
% 0.70/1.17  % SZS output start CNFRefutation for theBenchmark.p
% See solution above
% 0.70/1.17  
% 0.70/1.17  
%------------------------------------------------------------------------------