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

View Problem - Process Solution

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

% Computer : n013.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:32 EDT 2024

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

% Comments : 
%------------------------------------------------------------------------------
cnf(axiom_17,axiom,
    q0(X3,d),
    file('/export/starexec/sandbox2/benchmark/Axioms/SYN001-0.ax',axiom_17) ).

cnf(prove_this,negated_conjecture,
    ~ q0(c,d),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_this) ).

cnf(c0,plain,
    $false,
    inference(resolution,[status(thm)],[prove_this,axiom_17]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.04/0.13  % Problem  : SYN172-1 : TPTP v8.1.2. Released v1.1.0.
% 0.04/0.13  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.13/0.35  % Computer : n013.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:05:08 EDT 2024
% 0.13/0.35  % CPUTime  : 
% 0.68/0.87  % Version:  1.5
% 0.68/0.87  % SZS status Unsatisfiable
% 0.68/0.87  % SZS output start CNFRefutation
% See solution above
% 0.68/0.87  
% 0.68/0.87  % Initial clauses    : 369
% 0.68/0.87  % Processed clauses  : 29
% 0.68/0.87  % Factors computed   : 0
% 0.68/0.87  % Resolvents computed: 1
% 0.68/0.87  % Tautologies deleted: 0
% 0.68/0.87  % Forward subsumed   : 4
% 0.68/0.87  % Backward subsumed  : 2
% 0.68/0.87  % -------- CPU Time ---------
% 0.68/0.87  % User time          : 0.496 s
% 0.68/0.87  % System time        : 0.016 s
% 0.68/0.87  % Total time         : 0.512 s
%------------------------------------------------------------------------------