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

View Problem - Process Solution

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

% Computer : n022.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:55 EDT 2024

% Result   : Unsatisfiable 0.21s 0.52s
% Output   : Refutation 0.21s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    8
%            Number of leaves      :    8
% Syntax   : Number of clauses     :   17 (   7 unt;   5 nHn;  17 RR)
%            Number of literals    :   29 (   0 equ;  11 neg)
%            Maximal clause size   :    3 (   1 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(clause_4,negated_conjecture,
    ( l
    | ~ q ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',clause_4) ).

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

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

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

cnf(c0,plain,
    ~ n,
    inference(resolution,[status(thm)],[clause_1,clause_8]) ).

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

cnf(c3,plain,
    ( m
    | q ),
    inference(resolution,[status(thm)],[clause_2,c0]) ).

cnf(c4,plain,
    ( q
    | l ),
    inference(resolution,[status(thm)],[c3,clause_3]) ).

cnf(c6,plain,
    l,
    inference(resolution,[status(thm)],[c4,clause_4]) ).

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

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

cnf(c8,plain,
    ~ r,
    inference(resolution,[status(thm)],[c6,clause_7]) ).

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

cnf(c10,plain,
    ( r
    | p ),
    inference(resolution,[status(thm)],[clause_6,c0]) ).

cnf(c12,plain,
    p,
    inference(resolution,[status(thm)],[c10,c8]) ).

cnf(c14,plain,
    ~ l,
    inference(resolution,[status(thm)],[c12,clause_5]) ).

cnf(c15,plain,
    $false,
    inference(resolution,[status(thm)],[c14,c6]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.08/0.13  % Problem  : SYN011-1 : TPTP v8.1.2. Released v1.1.0.
% 0.08/0.14  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.14/0.35  % Computer : n022.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 : Wed May  8 20:15:38 EDT 2024
% 0.14/0.35  % CPUTime  : 
% 0.21/0.52  % Version:  1.5
% 0.21/0.52  % SZS status Unsatisfiable
% 0.21/0.52  % SZS output start CNFRefutation
% See solution above
% 0.21/0.52  
% 0.21/0.52  % Initial clauses    : 8
% 0.21/0.52  % Processed clauses  : 16
% 0.21/0.52  % Factors computed   : 0
% 0.21/0.52  % Resolvents computed: 16
% 0.21/0.52  % Tautologies deleted: 0
% 0.21/0.52  % Forward subsumed   : 3
% 0.21/0.52  % Backward subsumed  : 9
% 0.21/0.52  % -------- CPU Time ---------
% 0.21/0.52  % User time          : 0.143 s
% 0.21/0.52  % System time        : 0.018 s
% 0.21/0.52  % Total time         : 0.161 s
%------------------------------------------------------------------------------