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

View Problem - Process Solution

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

% Computer : n026.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:46:54 EDT 2024

% Result   : Unsatisfiable 0.37s 0.54s
% Output   : Refutation 0.37s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    3
%            Number of leaves      :    4
% Syntax   : Number of clauses     :    7 (   5 unt;   2 nHn;   7 RR)
%            Number of literals    :   10 (   0 equ;   3 neg)
%            Maximal clause size   :    3 (   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_2,negated_conjecture,
    ~ q,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',clause_2) ).

cnf(clause_1,negated_conjecture,
    ~ p,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',clause_1) ).

cnf(clause_3,negated_conjecture,
    r,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',clause_3) ).

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

cnf(c2,plain,
    ( p
    | q ),
    inference(resolution,[status(thm)],[clause_6,clause_3]) ).

cnf(c3,plain,
    q,
    inference(resolution,[status(thm)],[c2,clause_1]) ).

cnf(c5,plain,
    $false,
    inference(resolution,[status(thm)],[c3,clause_2]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : SYN008-1 : TPTP v8.1.2. Released v1.0.0.
% 0.07/0.13  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.12/0.34  % Computer : n026.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit : 300
% 0.12/0.34  % WCLimit  : 300
% 0.12/0.34  % DateTime : Wed May  8 20:31:23 EDT 2024
% 0.12/0.34  % CPUTime  : 
% 0.37/0.54  % Version:  1.5
% 0.37/0.54  % SZS status Unsatisfiable
% 0.37/0.54  % SZS output start CNFRefutation
% See solution above
% 0.37/0.54  
% 0.37/0.54  % Initial clauses    : 6
% 0.37/0.54  % Processed clauses  : 9
% 0.37/0.54  % Factors computed   : 0
% 0.37/0.54  % Resolvents computed: 6
% 0.37/0.54  % Tautologies deleted: 0
% 0.37/0.54  % Forward subsumed   : 0
% 0.37/0.54  % Backward subsumed  : 3
% 0.37/0.54  % -------- CPU Time ---------
% 0.37/0.54  % User time          : 0.181 s
% 0.37/0.54  % System time        : 0.019 s
% 0.37/0.54  % Total time         : 0.200 s
%------------------------------------------------------------------------------