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

View Problem - Process Solution

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

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

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

% Comments : 
%------------------------------------------------------------------------------
cnf(clause_4,negated_conjecture,
    ( l
    | ~ q ),
    input ).

cnf(clause_3,negated_conjecture,
    ( l
    | ~ m ),
    input ).

cnf(clause_8,negated_conjecture,
    t,
    input ).

cnf(clause_1,negated_conjecture,
    ( ~ n
    | ~ t ),
    input ).

cnf(c0,plain,
    ~ n,
    inference(resolution,status(thm),[clause_1,clause_8]) ).

cnf(clause_2,negated_conjecture,
    ( m
    | q
    | n ),
    input ).

cnf(c3,plain,
    ( m
    | q ),
    inference(resolution,status(thm),[clause_2,c0]) ).

cnf(c4,plain,
    ( q
    | l ),
    inference(resolution,status(thm),[c3,clause_3]) ).

cnf(c6,plain,
    l,
    inference(resolution,status(thm),[c4,clause_4]) ).

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

cnf(clause_7,negated_conjecture,
    ( ~ r
    | ~ l ),
    input ).

cnf(c8,plain,
    ~ r,
    inference(resolution,status(thm),[c6,clause_7]) ).

cnf(clause_6,negated_conjecture,
    ( r
    | p
    | n ),
    input ).

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

cnf(c12,plain,
    p,
    inference(resolution,status(thm),[c10,c8]) ).

cnf(c14,plain,
    ~ l,
    inference(resolution,status(thm),[c12,clause_5]) ).

cnf(c15,plain,
    $false,
    inference(resolution,status(thm),[c14,c6]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.12  % Problem  : SYN011-1 : TPTP v8.1.0. Released v1.1.0.
% 0.06/0.12  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.12/0.33  % Computer : n013.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 23:42:14 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.20/0.50  # Version:  1.3
% 0.20/0.50  # SZS status Unsatisfiable
% 0.20/0.50  # SZS output start CNFRefutation
% See solution above
% 0.20/0.50  
% 0.20/0.50  # Initial clauses    : 8
% 0.20/0.50  # Processed clauses  : 16
% 0.20/0.50  # Factors computed   : 0
% 0.20/0.50  # Resolvents computed: 16
% 0.20/0.50  # Tautologies deleted: 0
% 0.20/0.50  # Forward subsumed   : 3
% 0.20/0.50  # Backward subsumed  : 9
% 0.20/0.50  # -------- CPU Time ---------
% 0.20/0.50  # User time          : 0.155 s
% 0.20/0.50  # System time        : 0.010 s
% 0.20/0.50  # Total time         : 0.165 s
%------------------------------------------------------------------------------