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

View Problem - Process Solution

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

% Computer : n014.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.38s 0.63s
% Output   : Refutation 0.38s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named input)

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

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

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

cnf(c22,plain,
    theorem(or(not(or(not(X129),X130)),or(not(or(X128,X129)),or(X128,X130)))),
    inference(resolution,status(thm),[axiom_1_6,rule_1]) ).

cnf(c133,plain,
    $false,
    inference(resolution,status(thm),[c22,prove_this]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.11  % Problem  : LCL173-1 : TPTP v8.1.0. Released v1.1.0.
% 0.06/0.11  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.11/0.32  % Computer : n014.cluster.edu
% 0.11/0.32  % Model    : x86_64 x86_64
% 0.11/0.32  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.11/0.32  % Memory   : 8042.1875MB
% 0.11/0.32  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.11/0.32  % CPULimit : 300
% 0.11/0.32  % WCLimit  : 600
% 0.11/0.32  % DateTime : Sun Jul  3 18:10:39 EDT 2022
% 0.11/0.32  % CPUTime  : 
% 0.38/0.63  # Version:  1.3
% 0.38/0.63  # SZS status Unsatisfiable
% 0.38/0.63  # SZS output start CNFRefutation
% See solution above
% 0.38/0.63  
% 0.38/0.63  # Initial clauses    : 9
% 0.38/0.63  # Processed clauses  : 41
% 0.38/0.63  # Factors computed   : 0
% 0.38/0.63  # Resolvents computed: 138
% 0.38/0.63  # Tautologies deleted: 0
% 0.38/0.63  # Forward subsumed   : 25
% 0.38/0.63  # Backward subsumed  : 0
% 0.38/0.63  # -------- CPU Time ---------
% 0.38/0.63  # User time          : 0.279 s
% 0.38/0.63  # System time        : 0.020 s
% 0.38/0.63  # Total time         : 0.299 s
%------------------------------------------------------------------------------