TSTP Solution File: SYN032-1 by iProver---3.9

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : iProver---3.9
% Problem  : SYN032-1 : TPTP v8.1.2. Released v1.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_iprover %s %d THM

% Computer : n028.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:28:39 EDT 2024

% Result   : Unsatisfiable 0.57s 1.15s
% Output   : CNFRefutation 0.57s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    1
%            Number of leaves      :    7
% Syntax   : Number of clauses     :    8 (   1 unt;   3 nHn;   8 RR)
%            Number of literals    :   18 (   0 equ;   8 neg)
%            Maximal clause size   :    3 (   2 avg)
%            Maximal term depth    :    0 (   0 avg)
%            Number of predicates  :    7 (   6 usr;   7 prp; 0-0 aty)
%            Number of functors    :    0 (   0 usr;   0 con; --- aty)
%            Number of variables   :    0 (   0 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(c_49,plain,
    ( ~ j
    | h
    | a ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',three) ).

cnf(c_50,plain,
    ( h
    | j
    | k ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',four) ).

cnf(c_51,plain,
    ( ~ k
    | h
    | j ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',five) ).

cnf(c_52,plain,
    ( ~ a
    | b ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',six) ).

cnf(c_53,plain,
    ( ~ h
    | c ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',seven) ).

cnf(c_54,plain,
    ( ~ h
    | ~ c ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',one) ).

cnf(c_55,negated_conjecture,
    ( ~ a
    | ~ b ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_something) ).

cnf(c_56,plain,
    $false,
    inference(prop_impl_just,[status(thm)],[c_49,c_51,c_54,c_55,c_50,c_52,c_53]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.11  % Problem  : SYN032-1 : TPTP v8.1.2. Released v1.0.0.
% 0.06/0.12  % Command  : run_iprover %s %d THM
% 0.11/0.33  % Computer : n028.cluster.edu
% 0.11/0.33  % Model    : x86_64 x86_64
% 0.11/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.11/0.33  % Memory   : 8042.1875MB
% 0.11/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.11/0.33  % CPULimit : 300
% 0.11/0.33  % WCLimit  : 300
% 0.11/0.33  % DateTime : Thu May  2 21:03:18 EDT 2024
% 0.11/0.33  % CPUTime  : 
% 0.18/0.45  Running first-order theorem proving
% 0.18/0.45  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.57/1.15  % SZS status Started for theBenchmark.p
% 0.57/1.15  % SZS status Unsatisfiable for theBenchmark.p
% 0.57/1.15  
% 0.57/1.15  %---------------- iProver v3.9 (pre CASC 2024/SMT-COMP 2024) ----------------%
% 0.57/1.15  
% 0.57/1.15  ------  iProver source info
% 0.57/1.15  
% 0.57/1.15  git: date: 2024-05-02 19:28:25 +0000
% 0.57/1.15  git: sha1: a33b5eb135c74074ba803943bb12f2ebd971352f
% 0.57/1.15  git: non_committed_changes: false
% 0.57/1.15  
% 0.57/1.15  ------ Parsing...successful
% 0.57/1.15  
% 0.57/1.15  ------  preprocesses with Option_epr_non_horn_non_eq
% 0.57/1.15  
% 0.57/1.15  
% 0.57/1.15  ------ Preprocessing...
% 0.57/1.15  
% 0.57/1.15  % SZS status Unsatisfiable for theBenchmark.p
% 0.57/1.15  
% 0.57/1.15  % SZS output start CNFRefutation for theBenchmark.p
% See solution above
% 0.57/1.15  
% 0.57/1.15  
%------------------------------------------------------------------------------