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

View Problem - Process Solution

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

% Computer : n022.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:02 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(clause_4,negated_conjecture,
    ~ big_p(c),
    input ).

cnf(clause_1,negated_conjecture,
    big_p(a),
    input ).

cnf(clause_2,negated_conjecture,
    ( ~ big_p(a)
    | big_p(X2)
    | big_p(c)
    | big_p(X3) ),
    input ).

cnf(c0,plain,
    ( big_p(X5)
    | big_p(c)
    | big_p(X6) ),
    inference(resolution,status(thm),[clause_2,clause_1]) ).

cnf(c7,plain,
    ( big_p(X8)
    | big_p(X7) ),
    inference(resolution,status(thm),[c0,clause_4]) ).

cnf(c11,plain,
    big_p(X9),
    inference(factor,status(thm),[c7]) ).

cnf(c18,plain,
    $false,
    inference(resolution,status(thm),[c11,clause_4]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : SYN063-1 : TPTP v8.1.0. Released v1.0.0.
% 0.03/0.13  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.13/0.34  % Computer : n022.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 600
% 0.13/0.34  % DateTime : Mon Jul 11 23:44:10 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 0.19/0.52  # Version:  1.3
% 0.19/0.52  # SZS status Unsatisfiable
% 0.19/0.52  # SZS output start CNFRefutation
% See solution above
% 0.19/0.52  
% 0.19/0.52  # Initial clauses    : 7
% 0.19/0.52  # Processed clauses  : 8
% 0.19/0.52  # Factors computed   : 4
% 0.19/0.52  # Resolvents computed: 15
% 0.19/0.52  # Tautologies deleted: 0
% 0.19/0.52  # Forward subsumed   : 1
% 0.19/0.52  # Backward subsumed  : 6
% 0.19/0.52  # -------- CPU Time ---------
% 0.19/0.52  # User time          : 0.170 s
% 0.19/0.52  # System time        : 0.012 s
% 0.19/0.52  # Total time         : 0.182 s
%------------------------------------------------------------------------------