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

View Problem - Process Solution

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

% Computer : n021.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  : 600s
% DateTime : Thu Jul 21 11:25:07 EDT 2022

% Result   : Unsatisfiable 0.37s 0.53s
% Output   : Refutation 0.37s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named input)

% Comments : 
%------------------------------------------------------------------------------
cnf(clause_5,axiom,
    big_j(a),
    input ).

cnf(clause_7,negated_conjecture,
    ( ~ big_j(X2)
    | big_f(X2) ),
    input ).

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

cnf(clause_3,axiom,
    ( ~ big_f(X5)
    | big_g(g(X5)) ),
    input ).

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) ),
    input ).

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

cnf(clause_4,axiom,
    ( ~ big_f(X7)
    | ~ big_h(X7,g(X7)) ),
    input ).

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

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

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : SYN068-1 : TPTP v8.1.0. Released v1.0.0.
% 0.07/0.12  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.14/0.33  % Computer : n021.cluster.edu
% 0.14/0.33  % Model    : x86_64 x86_64
% 0.14/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.33  % Memory   : 8042.1875MB
% 0.14/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.33  % CPULimit : 300
% 0.14/0.33  % WCLimit  : 600
% 0.14/0.33  % DateTime : Mon Jul 11 22:23:38 EDT 2022
% 0.14/0.33  % CPUTime  : 
% 0.37/0.53  # Version:  1.3
% 0.37/0.53  # SZS status Unsatisfiable
% 0.37/0.53  # SZS output start CNFRefutation
% See solution above
% 0.37/0.53  
% 0.37/0.53  # Initial clauses    : 7
% 0.37/0.53  # Processed clauses  : 13
% 0.37/0.53  # Factors computed   : 0
% 0.37/0.53  # Resolvents computed: 8
% 0.37/0.53  # Tautologies deleted: 0
% 0.37/0.53  # Forward subsumed   : 0
% 0.37/0.53  # Backward subsumed  : 0
% 0.37/0.53  # -------- CPU Time ---------
% 0.37/0.53  # User time          : 0.178 s
% 0.37/0.53  # System time        : 0.019 s
% 0.37/0.53  # Total time         : 0.197 s
%------------------------------------------------------------------------------