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

View Problem - Process Solution

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

% Computer : n004.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:33 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(clause1,axiom,
    ( ~ t
    | ~ s
    | p ),
    input ).

cnf(clause2,axiom,
    ( ~ r
    | s ),
    input ).

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

cnf(clause6,axiom,
    ( q
    | r ),
    input ).

cnf(c0,plain,
    r,
    inference(resolution,status(thm),[clause6,clause5]) ).

cnf(c2,plain,
    s,
    inference(resolution,status(thm),[c0,clause2]) ).

cnf(c3,plain,
    ( ~ t
    | p ),
    inference(resolution,status(thm),[c2,clause1]) ).

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

cnf(c4,plain,
    q,
    inference(resolution,status(thm),[clause7,c0]) ).

cnf(clause4,axiom,
    ( ~ r
    | ~ q
    | t ),
    input ).

cnf(c5,plain,
    ( ~ r
    | t ),
    inference(resolution,status(thm),[clause4,c4]) ).

cnf(c6,plain,
    t,
    inference(resolution,status(thm),[c5,c0]) ).

cnf(c7,plain,
    p,
    inference(resolution,status(thm),[c6,c3]) ).

cnf(theorem,negated_conjecture,
    ( ~ p
    | ~ q
    | ~ r ),
    input ).

cnf(c8,plain,
    ( ~ p
    | ~ q ),
    inference(resolution,status(thm),[theorem,c0]) ).

cnf(c9,plain,
    ~ p,
    inference(resolution,status(thm),[c8,c4]) ).

cnf(c10,plain,
    $false,
    inference(resolution,status(thm),[c9,c7]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.10/0.11  % Problem  : SYN030-1 : TPTP v8.1.0. Released v1.0.0.
% 0.10/0.12  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.12/0.33  % Computer : n004.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.33  % CPULimit : 300
% 0.12/0.33  % WCLimit  : 600
% 0.12/0.33  % DateTime : Mon Jul 11 11:50:07 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.17/0.50  # Version:  1.3
% 0.17/0.50  # SZS status Unsatisfiable
% 0.17/0.50  # SZS output start CNFRefutation
% See solution above
% 0.17/0.50  
% 0.17/0.50  # Initial clauses    : 9
% 0.17/0.50  # Processed clauses  : 17
% 0.17/0.50  # Factors computed   : 0
% 0.17/0.50  # Resolvents computed: 11
% 0.17/0.50  # Tautologies deleted: 0
% 0.17/0.50  # Forward subsumed   : 2
% 0.17/0.50  # Backward subsumed  : 11
% 0.17/0.50  # -------- CPU Time ---------
% 0.17/0.50  # User time          : 0.162 s
% 0.17/0.50  # System time        : 0.009 s
% 0.17/0.50  # Total time         : 0.171 s
%------------------------------------------------------------------------------