TSTP Solution File: SYN389+1 by iProver---3.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : iProver---3.8
% Problem  : SYN389+1 : TPTP v8.1.2. Released v2.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_iprover %s %d THM

% Computer : n011.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 Sep  1 03:06:50 EDT 2023

% Result   : Theorem 0.73s 1.17s
% Output   : CNFRefutation 0.73s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named f7)

% Comments : 
%------------------------------------------------------------------------------
fof(f1,conjecture,
    ( ( ( p
       => q )
     => p )
   => p ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',pel8) ).

fof(f2,negated_conjecture,
    ~ ( ( ( p
         => q )
       => p )
     => p ),
    inference(negated_conjecture,[],[f1]) ).

fof(f3,plain,
    ~ ( ( ~ p
       => p )
     => p ),
    inference(pure_predicate_removal,[],[f2]) ).

fof(f4,plain,
    ( ~ p
    & ( p
      | p ) ),
    inference(ennf_transformation,[],[f3]) ).

fof(f6,plain,
    ~ p,
    inference(cnf_transformation,[],[f4]) ).

cnf(c_49,negated_conjecture,
    ~ p,
    inference(cnf_transformation,[],[f6]) ).

cnf(c_50,negated_conjecture,
    p,
    inference(cnf_transformation,[],[f7]) ).

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


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.13  % Problem  : SYN389+1 : TPTP v8.1.2. Released v2.0.0.
% 0.07/0.14  % Command  : run_iprover %s %d THM
% 0.14/0.35  % Computer : n011.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 : Sat Aug 26 19:17:54 EDT 2023
% 0.14/0.35  % CPUTime  : 
% 0.20/0.48  Running first-order theorem proving
% 0.20/0.49  Running: /export/starexec/sandbox/solver/bin/run_problem --schedule fof_schedule --no_cores 8 /export/starexec/sandbox/benchmark/theBenchmark.p 300
% 0.73/1.17  % SZS status Started for theBenchmark.p
% 0.73/1.17  % SZS status Theorem for theBenchmark.p
% 0.73/1.17  
% 0.73/1.17  %---------------- iProver v3.8 (pre SMT-COMP 2023/CASC 2023) ----------------%
% 0.73/1.17  
% 0.73/1.17  ------  iProver source info
% 0.73/1.17  
% 0.73/1.17  git: date: 2023-05-31 18:12:56 +0000
% 0.73/1.17  git: sha1: 8abddc1f627fd3ce0bcb8b4cbf113b3cc443d7b6
% 0.73/1.17  git: non_committed_changes: false
% 0.73/1.17  git: last_make_outside_of_git: false
% 0.73/1.17  
% 0.73/1.17  ------ Parsing...
% 0.73/1.17  ------ Clausification by vclausify_rel  & Parsing by iProver...------  preprocesses with Option_epr_horn
% 0.73/1.17  
% 0.73/1.17  
% 0.73/1.17  ------ Preprocessing...
% 0.73/1.17  
% 0.73/1.17  % SZS status Theorem for theBenchmark.p
% 0.73/1.17  
% 0.73/1.17  % SZS output start CNFRefutation for theBenchmark.p
% See solution above
% 0.73/1.17  
% 0.73/1.17  
%------------------------------------------------------------------------------