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

View Problem - Process Solution

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

% Computer : n018.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:24:57 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(clause_9,negated_conjecture,
    ~ big_g(d),
    input ).

cnf(clause_7,negated_conjecture,
    big_p(d),
    input ).

cnf(clause_1,axiom,
    ( ~ big_p(X3)
    | big_q(X2) ),
    input ).

cnf(c0,plain,
    big_q(X4),
    inference(resolution,status(thm),[clause_1,clause_7]) ).

cnf(clause_3,axiom,
    ( ~ big_q(b)
    | big_s(c) ),
    input ).

cnf(c1,plain,
    big_s(c),
    inference(resolution,status(thm),[clause_3,c0]) ).

cnf(clause_8,negated_conjecture,
    big_f(d),
    input ).

cnf(clause_6,axiom,
    ( ~ big_s(X6)
    | ~ big_f(X5)
    | big_g(X5) ),
    input ).

cnf(c2,plain,
    ( ~ big_s(X7)
    | big_g(d) ),
    inference(resolution,status(thm),[clause_6,clause_8]) ).

cnf(c3,plain,
    big_g(d),
    inference(resolution,status(thm),[c2,c1]) ).

cnf(c4,plain,
    $false,
    inference(resolution,status(thm),[c3,clause_9]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.11  % Problem  : SYN058-1 : TPTP v8.1.0. Released v1.0.0.
% 0.06/0.12  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.12/0.32  % Computer : n018.cluster.edu
% 0.12/0.32  % Model    : x86_64 x86_64
% 0.12/0.32  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.32  % Memory   : 8042.1875MB
% 0.12/0.32  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.32  % CPULimit : 300
% 0.12/0.32  % WCLimit  : 600
% 0.12/0.32  % DateTime : Mon Jul 11 13:52:29 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.18/0.44  # Version:  1.3
% 0.18/0.44  # SZS status Unsatisfiable
% 0.18/0.44  # SZS output start CNFRefutation
% See solution above
% 0.18/0.44  
% 0.18/0.44  # Initial clauses    : 9
% 0.18/0.44  # Processed clauses  : 10
% 0.18/0.44  # Factors computed   : 0
% 0.18/0.44  # Resolvents computed: 5
% 0.18/0.44  # Tautologies deleted: 0
% 0.18/0.44  # Forward subsumed   : 3
% 0.18/0.44  # Backward subsumed  : 3
% 0.18/0.44  # -------- CPU Time ---------
% 0.18/0.44  # User time          : 0.094 s
% 0.18/0.44  # System time        : 0.016 s
% 0.18/0.44  # Total time         : 0.111 s
%------------------------------------------------------------------------------