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

View Problem - Process Solution

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

% Computer : n023.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:16 EDT 2024

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

% Comments : 
%------------------------------------------------------------------------------
cnf(clause_5,axiom,
    big_j(a),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',clause_5) ).

cnf(clause_7,negated_conjecture,
    ( ~ big_j(X2)
    | big_f(X2) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',clause_7) ).

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

cnf(clause_4,axiom,
    ( ~ big_f(X7)
    | ~ big_h(X7,g(X7)) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',clause_4) ).

cnf(clause_3,axiom,
    ( ~ big_f(X5)
    | big_g(g(X5)) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',clause_3) ).

cnf(c3,plain,
    big_g(g(a)),
    inference(resolution,[status(thm)],[clause_3,c0]) ).

cnf(clause_6,axiom,
    ( ~ big_g(X6)
    | big_h(a,X6) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',clause_6) ).

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

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

cnf(c7,plain,
    $false,
    inference(resolution,[status(thm)],[c6,c0]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.04/0.12  % Problem  : SYN068-1 : TPTP v8.1.2. Released v1.0.0.
% 0.04/0.13  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.14/0.34  % Computer : n023.cluster.edu
% 0.14/0.34  % Model    : x86_64 x86_64
% 0.14/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.34  % Memory   : 8042.1875MB
% 0.14/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.34  % CPULimit : 300
% 0.14/0.34  % WCLimit  : 300
% 0.14/0.34  % DateTime : Wed May  8 20:10:38 EDT 2024
% 0.14/0.34  % 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    : 7
% 0.20/0.51  % Processed clauses  : 13
% 0.20/0.51  % Factors computed   : 0
% 0.20/0.51  % Resolvents computed: 8
% 0.20/0.51  % Tautologies deleted: 0
% 0.20/0.51  % Forward subsumed   : 1
% 0.20/0.51  % Backward subsumed  : 0
% 0.20/0.51  % -------- CPU Time ---------
% 0.20/0.51  % User time          : 0.157 s
% 0.20/0.51  % System time        : 0.009 s
% 0.20/0.51  % Total time         : 0.166 s
%------------------------------------------------------------------------------