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

View Problem - Process Solution

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

% Computer : n026.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 : Sun Jul 17 13:52:31 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(prove_this,negated_conjecture,
    ~ theorem(or(not(or(not(p),q)),or(not(or(not(q),r)),or(not(p),r)))),
    input ).

cnf(rule_2,axiom,
    ( theorem(X12)
    | ~ axiom(or(not(X11),X12))
    | ~ theorem(X11) ),
    input ).

cnf(axiom_1_5,axiom,
    axiom(or(not(or(X19,or(X21,X20))),or(X21,or(X19,X20)))),
    input ).

cnf(c13,plain,
    ( theorem(or(X81,or(X82,X83)))
    | ~ theorem(or(X82,or(X81,X83))) ),
    inference(resolution,status(thm),[axiom_1_5,rule_2]) ).

cnf(rule_1,axiom,
    ( theorem(X2)
    | ~ axiom(X2) ),
    input ).

cnf(axiom_1_6,axiom,
    axiom(or(not(or(not(X31),X33)),or(not(or(X32,X31)),or(X32,X33)))),
    input ).

cnf(c21,plain,
    theorem(or(not(or(not(X114),X116)),or(not(or(X115,X114)),or(X115,X116)))),
    inference(resolution,status(thm),[axiom_1_6,rule_1]) ).

cnf(c109,plain,
    theorem(or(not(or(X717,X716)),or(not(or(not(X716),X718)),or(X717,X718)))),
    inference(resolution,status(thm),[c21,c13]) ).

cnf(c589,plain,
    $false,
    inference(resolution,status(thm),[c109,prove_this]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.13  % Problem  : LCL174-1 : TPTP v8.1.0. Released v1.1.0.
% 0.13/0.14  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.14/0.35  % Computer : n026.cluster.edu
% 0.14/0.35  % Model    : x86_64 x86_64
% 0.14/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.35  % Memory   : 8042.1875MB
% 0.14/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.36  % CPULimit : 300
% 0.14/0.36  % WCLimit  : 600
% 0.14/0.36  % DateTime : Sun Jul  3 20:28:21 EDT 2022
% 0.14/0.36  % CPUTime  : 
% 0.99/1.16  # Version:  1.3
% 0.99/1.16  # SZS status Unsatisfiable
% 0.99/1.16  # SZS output start CNFRefutation
% See solution above
% 0.99/1.16  
% 0.99/1.16  # Initial clauses    : 9
% 0.99/1.16  # Processed clauses  : 137
% 0.99/1.16  # Factors computed   : 0
% 0.99/1.16  # Resolvents computed: 593
% 0.99/1.16  # Tautologies deleted: 0
% 0.99/1.16  # Forward subsumed   : 145
% 0.99/1.16  # Backward subsumed  : 0
% 0.99/1.16  # -------- CPU Time ---------
% 0.99/1.16  # User time          : 0.775 s
% 0.99/1.16  # System time        : 0.024 s
% 0.99/1.16  # Total time         : 0.799 s
%------------------------------------------------------------------------------