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

View Problem - Process Solution

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

% Computer : n017.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:14 EDT 2024

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

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

cnf(clause_5,axiom,
    ( big_i(X6)
    | big_f(X6) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',clause_5) ).

cnf(c2,plain,
    big_f(a),
    inference(resolution,[status(thm)],[clause_5,clause_7]) ).

cnf(clause_1,axiom,
    ( ~ big_f(X2)
    | ~ big_h(X2) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',clause_1) ).

cnf(clause_6,axiom,
    ( big_i(X7)
    | big_h(X7) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',clause_6) ).

cnf(c3,plain,
    big_h(a),
    inference(resolution,[status(thm)],[clause_6,clause_7]) ).

cnf(c6,plain,
    ~ big_f(a),
    inference(resolution,[status(thm)],[c3,clause_1]) ).

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

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : SYN060-1 : TPTP v8.1.2. Released v1.0.0.
% 0.13/0.12  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.13/0.33  % Computer : n017.cluster.edu
% 0.13/0.33  % Model    : x86_64 x86_64
% 0.13/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.33  % Memory   : 8042.1875MB
% 0.13/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.33  % CPULimit : 300
% 0.13/0.33  % WCLimit  : 300
% 0.13/0.33  % DateTime : Wed May  8 20:08:08 EDT 2024
% 0.13/0.33  % CPUTime  : 
% 0.19/0.51  % Version:  1.5
% 0.19/0.51  % SZS status Unsatisfiable
% 0.19/0.51  % SZS output start CNFRefutation
% See solution above
% 0.19/0.51  
% 0.19/0.51  % Initial clauses    : 7
% 0.19/0.51  % Processed clauses  : 10
% 0.19/0.51  % Factors computed   : 0
% 0.19/0.51  % Resolvents computed: 11
% 0.19/0.51  % Tautologies deleted: 0
% 0.19/0.51  % Forward subsumed   : 0
% 0.19/0.51  % Backward subsumed  : 0
% 0.19/0.51  % -------- CPU Time ---------
% 0.19/0.51  % User time          : 0.158 s
% 0.19/0.51  % System time        : 0.019 s
% 0.19/0.51  % Total time         : 0.177 s
%------------------------------------------------------------------------------