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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : PyRes---1.5
% Problem  : SYN310-1 : TPTP v8.1.2. Released v1.2.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:47:51 EDT 2024

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

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

cnf(clause2,negated_conjecture,
    ( ~ p(X5,X7,X6)
    | p(X7,X5,X6) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',clause2) ).

cnf(clause1,negated_conjecture,
    ( ~ p(X3,X2,X4)
    | p(X4,X2,X3) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',clause1) ).

cnf(clause3,negated_conjecture,
    ( ~ p(X10,X8,g(X9))
    | p(X10,X8,X9) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',clause3) ).

cnf(clause4,negated_conjecture,
    ( ~ p(f(X13),X11,X12)
    | p(X13,X11,X12) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',clause4) ).

cnf(clause6,negated_conjecture,
    p(f(g(a)),f(g(b)),f(g(c))),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',clause6) ).

cnf(c1,plain,
    p(g(a),f(g(b)),f(g(c))),
    inference(resolution,[status(thm)],[clause6,clause4]) ).

cnf(c3,plain,
    p(f(g(c)),f(g(b)),g(a)),
    inference(resolution,[status(thm)],[c1,clause1]) ).

cnf(c5,plain,
    p(f(g(c)),f(g(b)),a),
    inference(resolution,[status(thm)],[c3,clause3]) ).

cnf(c10,plain,
    p(g(c),f(g(b)),a),
    inference(resolution,[status(thm)],[c5,clause4]) ).

cnf(c12,plain,
    p(a,f(g(b)),g(c)),
    inference(resolution,[status(thm)],[c10,clause1]) ).

cnf(c14,plain,
    p(a,f(g(b)),c),
    inference(resolution,[status(thm)],[c12,clause3]) ).

cnf(c21,plain,
    p(f(g(b)),a,c),
    inference(resolution,[status(thm)],[c14,clause2]) ).

cnf(c25,plain,
    p(g(b),a,c),
    inference(resolution,[status(thm)],[c21,clause4]) ).

cnf(c27,plain,
    p(c,a,g(b)),
    inference(resolution,[status(thm)],[c25,clause1]) ).

cnf(c29,plain,
    p(c,a,b),
    inference(resolution,[status(thm)],[c27,clause3]) ).

cnf(c35,plain,
    p(b,a,c),
    inference(resolution,[status(thm)],[c29,clause1]) ).

cnf(c38,plain,
    p(a,b,c),
    inference(resolution,[status(thm)],[c35,clause2]) ).

cnf(c42,plain,
    $false,
    inference(resolution,[status(thm)],[c38,clause5]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.12/0.13  % Problem  : SYN310-1 : TPTP v8.1.2. Released v1.2.0.
% 0.12/0.14  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.13/0.35  % Computer : n022.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 20:21:23 EDT 2024
% 0.13/0.35  % CPUTime  : 
% 0.21/0.54  % Version:  1.5
% 0.21/0.54  % SZS status Unsatisfiable
% 0.21/0.54  % SZS output start CNFRefutation
% See solution above
% 0.21/0.54  
% 0.21/0.54  % Initial clauses    : 6
% 0.21/0.54  % Processed clauses  : 23
% 0.21/0.54  % Factors computed   : 0
% 0.21/0.54  % Resolvents computed: 47
% 0.21/0.54  % Tautologies deleted: 0
% 0.21/0.54  % Forward subsumed   : 1
% 0.21/0.54  % Backward subsumed  : 0
% 0.21/0.54  % -------- CPU Time ---------
% 0.21/0.54  % User time          : 0.172 s
% 0.21/0.54  % System time        : 0.015 s
% 0.21/0.54  % Total time         : 0.187 s
%------------------------------------------------------------------------------