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

View Problem - Process Solution

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

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

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

% Comments : 
%------------------------------------------------------------------------------
cnf(thm31_10,negated_conjecture,
    ( r(sk2)
    | ~ s(sk1) ),
    input ).

cnf(thm31_3,negated_conjecture,
    ( s(X2)
    | ~ r(X2) ),
    input ).

cnf(thm31_4,negated_conjecture,
    ( r(sk1)
    | r(sk2) ),
    input ).

cnf(c0,plain,
    ( r(sk2)
    | s(sk1) ),
    inference(resolution,status(thm),[thm31_4,thm31_3]) ).

cnf(c3,plain,
    r(sk2),
    inference(resolution,status(thm),[c0,thm31_10]) ).

cnf(thm31_9,negated_conjecture,
    ( r(sk1)
    | ~ r(sk2)
    | ~ s(sk2) ),
    input ).

cnf(c4,plain,
    s(sk2),
    inference(resolution,status(thm),[c3,thm31_3]) ).

cnf(c5,plain,
    ( r(sk1)
    | ~ r(sk2) ),
    inference(resolution,status(thm),[c4,thm31_9]) ).

cnf(c6,plain,
    r(sk1),
    inference(resolution,status(thm),[c5,c3]) ).

cnf(c7,plain,
    s(sk1),
    inference(resolution,status(thm),[c6,thm31_3]) ).

cnf(thm31_15,negated_conjecture,
    ( ~ r(sk2)
    | ~ s(sk1)
    | ~ s(sk2) ),
    input ).

cnf(c8,plain,
    ( ~ r(sk2)
    | ~ s(sk1) ),
    inference(resolution,status(thm),[thm31_15,c4]) ).

cnf(c9,plain,
    ~ r(sk2),
    inference(resolution,status(thm),[c8,c7]) ).

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

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.12  % Problem  : SYN724-1 : TPTP v8.1.0. Released v2.5.0.
% 0.11/0.12  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.12/0.33  % Computer : n015.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 16:15:24 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.18/0.51  # Version:  1.3
% 0.18/0.51  # SZS status Unsatisfiable
% 0.18/0.51  # SZS output start CNFRefutation
% See solution above
% 0.18/0.51  
% 0.18/0.51  # Initial clauses    : 5
% 0.18/0.51  # Processed clauses  : 13
% 0.18/0.51  # Factors computed   : 0
% 0.18/0.51  # Resolvents computed: 11
% 0.18/0.51  # Tautologies deleted: 0
% 0.18/0.51  # Forward subsumed   : 2
% 0.18/0.51  # Backward subsumed  : 7
% 0.18/0.51  # -------- CPU Time ---------
% 0.18/0.51  # User time          : 0.165 s
% 0.18/0.51  # System time        : 0.006 s
% 0.18/0.51  # Total time         : 0.171 s
%------------------------------------------------------------------------------