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

View Problem - Process Solution

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

% Computer : n016.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:27:05 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(clause1,negated_conjecture,
    ( f(X2,a)
    | g(X2,a) ),
    input ).

cnf(clause3,negated_conjecture,
    ( f(X4,a)
    | ~ g(X4,a) ),
    input ).

cnf(c1,plain,
    f(X5,a),
    inference(resolution,status(thm),[clause3,clause1]) ).

cnf(clause2,negated_conjecture,
    ( ~ f(a,X3)
    | g(X3,a) ),
    input ).

cnf(c0,plain,
    g(a,a),
    inference(resolution,status(thm),[clause2,clause1]) ).

cnf(clause4,negated_conjecture,
    ( ~ f(a,X6)
    | ~ g(X6,a) ),
    input ).

cnf(c4,plain,
    ~ f(a,a),
    inference(resolution,status(thm),[clause4,c0]) ).

cnf(c5,plain,
    $false,
    inference(resolution,status(thm),[c4,c1]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.14  % Problem  : SYN323-1 : TPTP v8.1.0. Released v1.2.0.
% 0.03/0.14  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.15/0.36  % Computer : n016.cluster.edu
% 0.15/0.36  % Model    : x86_64 x86_64
% 0.15/0.36  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.15/0.36  % Memory   : 8042.1875MB
% 0.15/0.36  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.15/0.36  % CPULimit : 300
% 0.15/0.36  % WCLimit  : 600
% 0.15/0.36  % DateTime : Mon Jul 11 20:46:43 EDT 2022
% 0.15/0.36  % CPUTime  : 
% 0.38/0.56  # Version:  1.3
% 0.38/0.56  # SZS status Unsatisfiable
% 0.38/0.56  # SZS output start CNFRefutation
% See solution above
% 0.38/0.56  
% 0.38/0.56  # Initial clauses    : 4
% 0.38/0.56  # Processed clauses  : 7
% 0.38/0.56  # Factors computed   : 0
% 0.38/0.56  # Resolvents computed: 6
% 0.38/0.56  # Tautologies deleted: 0
% 0.38/0.56  # Forward subsumed   : 2
% 0.38/0.56  # Backward subsumed  : 2
% 0.38/0.56  # -------- CPU Time ---------
% 0.38/0.56  # User time          : 0.168 s
% 0.38/0.56  # System time        : 0.026 s
% 0.38/0.56  # Total time         : 0.194 s
%------------------------------------------------------------------------------