TSTP Solution File: SYN045-1 by PyRes---1.5

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : PyRes---1.5
% Problem  : SYN045-1 : TPTP v8.1.2. Released v1.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s

% 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 : Thu May  9 17:47:09 EDT 2024

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

% Comments : 
%------------------------------------------------------------------------------
cnf(clause_3,negated_conjecture,
    ~ p,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',clause_3) ).

cnf(clause_1,negated_conjecture,
    ( p
    | q ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',clause_1) ).

cnf(c0,plain,
    q,
    inference(resolution,[status(thm)],[clause_1,clause_3]) ).

cnf(clause_2,negated_conjecture,
    ( p
    | r ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',clause_2) ).

cnf(c1,plain,
    r,
    inference(resolution,[status(thm)],[clause_2,clause_3]) ).

cnf(clause_4,negated_conjecture,
    ( ~ q
    | ~ r ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',clause_4) ).

cnf(c2,plain,
    ~ q,
    inference(resolution,[status(thm)],[clause_4,c1]) ).

cnf(c3,plain,
    $false,
    inference(resolution,[status(thm)],[c2,c0]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.04/0.14  % Problem  : SYN045-1 : TPTP v8.1.2. Released v1.0.0.
% 0.14/0.15  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.15/0.36  % Computer : n011.cluster.edu
% 0.15/0.36  % Model    : x86_64 x86_64
% 0.15/0.36  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.15/0.36  % Memory   : 8042.1875MB
% 0.15/0.36  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.15/0.36  % CPULimit : 300
% 0.15/0.36  % WCLimit  : 300
% 0.15/0.36  % DateTime : Wed May  8 20:27:53 EDT 2024
% 0.15/0.37  % CPUTime  : 
% 0.23/0.54  % Version:  1.5
% 0.23/0.54  % SZS status Unsatisfiable
% 0.23/0.54  % SZS output start CNFRefutation
% See solution above
% 0.23/0.54  
% 0.23/0.54  % Initial clauses    : 4
% 0.23/0.54  % Processed clauses  : 7
% 0.23/0.54  % Factors computed   : 0
% 0.23/0.54  % Resolvents computed: 4
% 0.23/0.54  % Tautologies deleted: 0
% 0.23/0.54  % Forward subsumed   : 0
% 0.23/0.54  % Backward subsumed  : 3
% 0.23/0.54  % -------- CPU Time ---------
% 0.23/0.54  % User time          : 0.153 s
% 0.23/0.54  % System time        : 0.016 s
% 0.23/0.54  % Total time         : 0.169 s
%------------------------------------------------------------------------------