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

View Problem - Process Solution

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

% Computer : n028.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:43 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(clause_2,axiom,
    ( ~ r
    | p ),
    input ).

cnf(clause_1,axiom,
    ( ~ q
    | r ),
    input ).

cnf(clause_6,negated_conjecture,
    ( p
    | q ),
    input ).

cnf(c1,plain,
    ( p
    | r ),
    inference(resolution,status(thm),[clause_6,clause_1]) ).

cnf(c4,plain,
    p,
    inference(resolution,status(thm),[c1,clause_2]) ).

cnf(clause_5,negated_conjecture,
    ( ~ p
    | ~ q ),
    input ).

cnf(clause_3,axiom,
    ( ~ r
    | q ),
    input ).

cnf(clause_4,axiom,
    ( ~ p
    | q
    | r ),
    input ).

cnf(c2,plain,
    ( q
    | r ),
    inference(resolution,status(thm),[clause_4,clause_6]) ).

cnf(c9,plain,
    q,
    inference(resolution,status(thm),[c2,clause_3]) ).

cnf(c11,plain,
    ~ p,
    inference(resolution,status(thm),[c9,clause_5]) ).

cnf(c12,plain,
    $false,
    inference(resolution,status(thm),[c11,c4]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : SYN044-1 : TPTP v8.1.0. Released v1.0.0.
% 0.07/0.13  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.12/0.34  % Computer : n028.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit : 300
% 0.12/0.34  % WCLimit  : 600
% 0.12/0.34  % DateTime : Tue Jul 12 01:05:29 EDT 2022
% 0.12/0.34  % CPUTime  : 
% 0.34/0.52  # Version:  1.3
% 0.34/0.52  # SZS status Unsatisfiable
% 0.34/0.52  # SZS output start CNFRefutation
% See solution above
% 0.34/0.52  
% 0.34/0.52  # Initial clauses    : 6
% 0.34/0.52  # Processed clauses  : 12
% 0.34/0.52  # Factors computed   : 0
% 0.34/0.52  # Resolvents computed: 13
% 0.34/0.52  # Tautologies deleted: 1
% 0.34/0.52  # Forward subsumed   : 2
% 0.34/0.52  # Backward subsumed  : 8
% 0.34/0.52  # -------- CPU Time ---------
% 0.34/0.52  # User time          : 0.151 s
% 0.34/0.52  # System time        : 0.017 s
% 0.34/0.52  # Total time         : 0.168 s
%------------------------------------------------------------------------------