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

View Problem - Process Solution

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

% Computer : n012.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:35 EDT 2024

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

% Comments : 
%------------------------------------------------------------------------------
cnf(c_49,negated_conjecture,
    ( ~ n
    | ~ t ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',clause_1) ).

cnf(c_50,negated_conjecture,
    ( n
    | m
    | q ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',clause_2) ).

cnf(c_51,negated_conjecture,
    ( ~ m
    | l ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',clause_3) ).

cnf(c_52,negated_conjecture,
    ( ~ q
    | l ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',clause_4) ).

cnf(c_53,negated_conjecture,
    ( ~ l
    | ~ p ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',clause_5) ).

cnf(c_54,negated_conjecture,
    ( n
    | p
    | r ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',clause_6) ).

cnf(c_55,negated_conjecture,
    ( ~ l
    | ~ r ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',clause_7) ).

cnf(c_56,negated_conjecture,
    t,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',clause_8) ).

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


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.13  % Problem  : SYN011-1 : TPTP v8.1.2. Released v1.1.0.
% 0.07/0.14  % Command  : run_iprover %s %d THM
% 0.14/0.36  % Computer : n012.cluster.edu
% 0.14/0.36  % Model    : x86_64 x86_64
% 0.14/0.36  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.36  % Memory   : 8042.1875MB
% 0.14/0.36  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.36  % CPULimit : 300
% 0.14/0.36  % WCLimit  : 300
% 0.14/0.36  % DateTime : Thu May  2 20:47:10 EDT 2024
% 0.14/0.36  % CPUTime  : 
% 0.21/0.49  Running first-order theorem proving
% 0.21/0.49  Running: /export/starexec/sandbox/solver/bin/run_problem --schedule fof_schedule --heuristic_context casc_unsat --no_cores 8 /export/starexec/sandbox/benchmark/theBenchmark.p 300
% 0.65/1.17  % SZS status Started for theBenchmark.p
% 0.65/1.17  % SZS status Unsatisfiable for theBenchmark.p
% 0.65/1.17  
% 0.65/1.17  %---------------- iProver v3.9 (pre CASC 2024/SMT-COMP 2024) ----------------%
% 0.65/1.17  
% 0.65/1.17  ------  iProver source info
% 0.65/1.17  
% 0.65/1.17  git: date: 2024-05-02 19:28:25 +0000
% 0.65/1.17  git: sha1: a33b5eb135c74074ba803943bb12f2ebd971352f
% 0.65/1.17  git: non_committed_changes: false
% 0.65/1.17  
% 0.65/1.17  ------ Parsing...successful
% 0.65/1.17  
% 0.65/1.17  ------  preprocesses with Option_epr_non_horn_non_eq
% 0.65/1.17  
% 0.65/1.17  
% 0.65/1.17  ------ Preprocessing...
% 0.65/1.17  
% 0.65/1.17  % SZS status Unsatisfiable for theBenchmark.p
% 0.65/1.17  
% 0.65/1.17  % SZS output start CNFRefutation for theBenchmark.p
% See solution above
% 0.65/1.17  
% 0.65/1.17  
%------------------------------------------------------------------------------