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

View Problem - Process Solution

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

% Computer : n020.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:53 EDT 2024

% Result   : Unsatisfiable 0.22s 0.54s
% Output   : Refutation 0.22s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    3
%            Number of leaves      :    4
% Syntax   : Number of clauses     :    8 (   4 unt;   1 nHn;   6 RR)
%            Number of literals    :   12 (   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    :    1 (   1 usr;   1 con; 0-0 aty)
%            Number of variables   :    5 (   1 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(clause1,negated_conjecture,
    ( f(X2,a)
    | g(X2,a) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',clause1) ).

cnf(clause3,negated_conjecture,
    ( f(X4,a)
    | ~ g(X4,a) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',clause3) ).

cnf(c1,plain,
    f(X5,a),
    inference(resolution,[status(thm)],[clause3,clause1]) ).

cnf(clause2,negated_conjecture,
    ( ~ f(a,X3)
    | g(X3,a) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',clause2) ).

cnf(c0,plain,
    g(a,a),
    inference(resolution,[status(thm)],[clause2,clause1]) ).

cnf(clause4,negated_conjecture,
    ( ~ f(a,X6)
    | ~ g(X6,a) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',clause4) ).

cnf(c4,plain,
    ~ f(a,a),
    inference(resolution,[status(thm)],[clause4,c0]) ).

cnf(c5,plain,
    $false,
    inference(resolution,[status(thm)],[c4,c1]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.08/0.13  % Problem  : SYN323-1 : TPTP v8.1.2. Released v1.2.0.
% 0.08/0.14  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.16/0.36  % Computer : n020.cluster.edu
% 0.16/0.36  % Model    : x86_64 x86_64
% 0.16/0.36  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.16/0.36  % Memory   : 8042.1875MB
% 0.16/0.36  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.16/0.36  % CPULimit : 300
% 0.16/0.36  % WCLimit  : 300
% 0.16/0.36  % DateTime : Wed May  8 20:06:23 EDT 2024
% 0.16/0.36  % CPUTime  : 
% 0.22/0.54  % Version:  1.5
% 0.22/0.54  % SZS status Unsatisfiable
% 0.22/0.54  % SZS output start CNFRefutation
% See solution above
% 0.22/0.54  
% 0.22/0.54  % Initial clauses    : 4
% 0.22/0.54  % Processed clauses  : 7
% 0.22/0.54  % Factors computed   : 0
% 0.22/0.54  % Resolvents computed: 6
% 0.22/0.54  % Tautologies deleted: 0
% 0.22/0.54  % Forward subsumed   : 2
% 0.22/0.54  % Backward subsumed  : 2
% 0.22/0.54  % -------- CPU Time ---------
% 0.22/0.54  % User time          : 0.156 s
% 0.22/0.54  % System time        : 0.021 s
% 0.22/0.54  % Total time         : 0.177 s
%------------------------------------------------------------------------------