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

View Problem - Process Solution

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

% Computer : n025.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:48:43 EDT 2024

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

% Comments : 
%------------------------------------------------------------------------------
cnf(lx1_2,negated_conjecture,
    ( q(X2,X2)
    | ~ r(X2,X3) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',lx1_2) ).

cnf(lx1_1,negated_conjecture,
    r(a,b),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',lx1_1) ).

cnf(c0,plain,
    q(a,a),
    inference(resolution,[status(thm)],[lx1_2,lx1_1]) ).

cnf(lx1_3,negated_conjecture,
    ( r(X5,X4)
    | ~ q(X6,X4) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',lx1_3) ).

cnf(c1,plain,
    r(X7,a),
    inference(resolution,[status(thm)],[lx1_3,c0]) ).

cnf(c2,plain,
    q(X9,X9),
    inference(resolution,[status(thm)],[c1,lx1_2]) ).

cnf(lx1_4,negated_conjecture,
    ( ~ q(X8,a)
    | ~ r(b,X8) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',lx1_4) ).

cnf(c4,plain,
    r(X10,X11),
    inference(resolution,[status(thm)],[c2,lx1_3]) ).

cnf(c5,plain,
    ~ q(X12,a),
    inference(resolution,[status(thm)],[c4,lx1_4]) ).

cnf(c6,plain,
    $false,
    inference(resolution,[status(thm)],[c5,c2]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : SYN721-1 : TPTP v8.1.2. Released v2.5.0.
% 0.03/0.13  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.13/0.35  % Computer : n025.cluster.edu
% 0.13/0.35  % Model    : x86_64 x86_64
% 0.13/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.35  % Memory   : 8042.1875MB
% 0.13/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.35  % CPULimit : 300
% 0.13/0.35  % WCLimit  : 300
% 0.13/0.35  % DateTime : Wed May  8 19:54:38 EDT 2024
% 0.13/0.35  % CPUTime  : 
% 0.36/0.55  % Version:  1.5
% 0.36/0.55  % SZS status Unsatisfiable
% 0.36/0.55  % SZS output start CNFRefutation
% See solution above
% 0.36/0.55  
% 0.36/0.55  % Initial clauses    : 4
% 0.36/0.55  % Processed clauses  : 9
% 0.36/0.55  % Factors computed   : 0
% 0.36/0.55  % Resolvents computed: 7
% 0.36/0.55  % Tautologies deleted: 0
% 0.36/0.55  % Forward subsumed   : 0
% 0.36/0.55  % Backward subsumed  : 6
% 0.36/0.55  % -------- CPU Time ---------
% 0.36/0.55  % User time          : 0.171 s
% 0.36/0.55  % System time        : 0.017 s
% 0.36/0.55  % Total time         : 0.188 s
%------------------------------------------------------------------------------