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

View Problem - Process Solution

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

% Computer : n012.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:10 EDT 2024

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

% Comments : 
%------------------------------------------------------------------------------
cnf(clause_3,negated_conjecture,
    ~ big_q(X3),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',clause_3) ).

cnf(clause_2,negated_conjecture,
    big_p(X2),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',clause_2) ).

cnf(clause_1,negated_conjecture,
    ( ~ big_p(f(X4))
    | big_q(g(X4)) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',clause_1) ).

cnf(c0,plain,
    big_q(g(X5)),
    inference(resolution,[status(thm)],[clause_1,clause_2]) ).

cnf(c1,plain,
    $false,
    inference(resolution,[status(thm)],[c0,clause_3]) ).

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