TSTP Solution File: SEU163+2 by iProver---3.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : iProver---3.8
% Problem  : SEU163+2 : TPTP v8.1.2. Released v3.3.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_iprover %s %d THM

% Computer : n021.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 : Thu Aug 31 17:04:16 EDT 2023

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

% Comments : 
%------------------------------------------------------------------------------
fof(f45,axiom,
    ! [X0,X1] :
      ( in(X0,X1)
     => subset(X0,union(X1)) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',l50_zfmisc_1) ).

fof(f92,conjecture,
    ! [X0,X1] :
      ( in(X0,X1)
     => subset(X0,union(X1)) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',t92_zfmisc_1) ).

fof(f93,negated_conjecture,
    ~ ! [X0,X1] :
        ( in(X0,X1)
       => subset(X0,union(X1)) ),
    inference(negated_conjecture,[],[f92]) ).

fof(f114,plain,
    ! [X0,X1] :
      ( subset(X0,union(X1))
      | ~ in(X0,X1) ),
    inference(ennf_transformation,[],[f45]) ).

fof(f142,plain,
    ? [X0,X1] :
      ( ~ subset(X0,union(X1))
      & in(X0,X1) ),
    inference(ennf_transformation,[],[f93]) ).

fof(f220,plain,
    ( ? [X0,X1] :
        ( ~ subset(X0,union(X1))
        & in(X0,X1) )
   => ( ~ subset(sK21,union(sK22))
      & in(sK21,sK22) ) ),
    introduced(choice_axiom,[]) ).

fof(f221,plain,
    ( ~ subset(sK21,union(sK22))
    & in(sK21,sK22) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK21,sK22])],[f142,f220]) ).

fof(f304,plain,
    ! [X0,X1] :
      ( subset(X0,union(X1))
      | ~ in(X0,X1) ),
    inference(cnf_transformation,[],[f114]) ).

fof(f366,plain,
    in(sK21,sK22),
    inference(cnf_transformation,[],[f221]) ).

fof(f367,plain,
    ~ subset(sK21,union(sK22)),
    inference(cnf_transformation,[],[f221]) ).

cnf(c_130,plain,
    ( ~ in(X0,X1)
    | subset(X0,union(X1)) ),
    inference(cnf_transformation,[],[f304]) ).

cnf(c_190,negated_conjecture,
    ~ subset(sK21,union(sK22)),
    inference(cnf_transformation,[],[f367]) ).

cnf(c_191,negated_conjecture,
    in(sK21,sK22),
    inference(cnf_transformation,[],[f366]) ).

cnf(c_5402,plain,
    ~ in(sK21,sK22),
    inference(superposition,[status(thm)],[c_130,c_190]) ).

cnf(c_5403,plain,
    $false,
    inference(forward_subsumption_resolution,[status(thm)],[c_5402,c_191]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.13  % Problem  : SEU163+2 : TPTP v8.1.2. Released v3.3.0.
% 0.00/0.13  % Command  : run_iprover %s %d THM
% 0.13/0.35  % Computer : n021.cluster.edu
% 0.13/0.35  % Model    : x86_64 x86_64
% 0.13/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.35  % Memory   : 8042.1875MB
% 0.13/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.35  % CPULimit : 300
% 0.13/0.35  % WCLimit  : 300
% 0.13/0.35  % DateTime : Thu Aug 24 01:29:25 EDT 2023
% 0.13/0.35  % CPUTime  : 
% 0.21/0.48  Running first-order theorem proving
% 0.21/0.48  Running: /export/starexec/sandbox2/solver/bin/run_problem --schedule fof_schedule --no_cores 8 /export/starexec/sandbox2/benchmark/theBenchmark.p 300
% 3.29/1.16  % SZS status Started for theBenchmark.p
% 3.29/1.16  % SZS status Theorem for theBenchmark.p
% 3.29/1.16  
% 3.29/1.16  %---------------- iProver v3.8 (pre SMT-COMP 2023/CASC 2023) ----------------%
% 3.29/1.16  
% 3.29/1.16  ------  iProver source info
% 3.29/1.16  
% 3.29/1.16  git: date: 2023-05-31 18:12:56 +0000
% 3.29/1.16  git: sha1: 8abddc1f627fd3ce0bcb8b4cbf113b3cc443d7b6
% 3.29/1.16  git: non_committed_changes: false
% 3.29/1.16  git: last_make_outside_of_git: false
% 3.29/1.16  
% 3.29/1.16  ------ Parsing...
% 3.29/1.16  ------ Clausification by vclausify_rel  & Parsing by iProver...
% 3.29/1.16  
% 3.29/1.16  ------ Preprocessing... sup_sim: 5  sf_s  rm: 1 0s  sf_e  pe_s  pe_e  sup_sim: 0  sf_s  rm: 1 0s  sf_e  pe_s  pe_e 
% 3.29/1.16  
% 3.29/1.16  ------ Preprocessing... gs_s  sp: 0 0s  gs_e  snvd_s sp: 0 0s snvd_e 
% 3.29/1.16  
% 3.29/1.16  ------ Preprocessing... sf_s  rm: 1 0s  sf_e  sf_s  rm: 0 0s  sf_e 
% 3.29/1.16  ------ Proving...
% 3.29/1.16  ------ Problem Properties 
% 3.29/1.16  
% 3.29/1.16  
% 3.29/1.16  clauses                                 125
% 3.29/1.16  conjectures                             2
% 3.29/1.16  EPR                                     22
% 3.29/1.16  Horn                                    96
% 3.29/1.16  unary                                   26
% 3.29/1.16  binary                                  55
% 3.29/1.16  lits                                    275
% 3.29/1.16  lits eq                                 80
% 3.29/1.16  fd_pure                                 0
% 3.29/1.16  fd_pseudo                               0
% 3.29/1.16  fd_cond                                 3
% 3.29/1.16  fd_pseudo_cond                          35
% 3.29/1.16  AC symbols                              0
% 3.29/1.16  
% 3.29/1.16  ------ Schedule dynamic 5 is on 
% 3.29/1.16  
% 3.29/1.16  ------ Input Options "--resolution_flag false --inst_lit_sel_side none" Time Limit: 10.
% 3.29/1.16  
% 3.29/1.16  
% 3.29/1.16  ------ 
% 3.29/1.16  Current options:
% 3.29/1.16  ------ 
% 3.29/1.16  
% 3.29/1.16  
% 3.29/1.16  
% 3.29/1.16  
% 3.29/1.16  ------ Proving...
% 3.29/1.16  
% 3.29/1.16  
% 3.29/1.16  % SZS status Theorem for theBenchmark.p
% 3.29/1.16  
% 3.29/1.16  % SZS output start CNFRefutation for theBenchmark.p
% See solution above
% 3.29/1.16  
% 3.29/1.16  
%------------------------------------------------------------------------------