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

View Problem - Process Solution

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

% Computer : n029.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:29 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(rule_1,axiom,
    ( theorem(X2)
    | ~ axiom(X2) ),
    input ).

cnf(axiom_1_3,axiom,
    axiom(or(not(X5),or(X4,X5))),
    input ).

cnf(c1,plain,
    theorem(or(not(X8),or(X7,X8))),
    inference(resolution,status(thm),[axiom_1_3,rule_1]) ).

cnf(prove_this,negated_conjecture,
    ~ theorem(or(not(q),or(not(p),q))),
    input ).

cnf(c45,plain,
    $false,
    inference(resolution,status(thm),[prove_this,c1]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.12/0.13  % Problem  : LCL170-1 : TPTP v8.1.0. Released v1.1.0.
% 0.12/0.13  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.14/0.35  % Computer : n029.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.35  % CPULimit : 300
% 0.14/0.35  % WCLimit  : 600
% 0.14/0.35  % DateTime : Sun Jul  3 13:35:56 EDT 2022
% 0.14/0.35  % CPUTime  : 
% 0.20/0.55  # Version:  1.3
% 0.20/0.55  # SZS status Unsatisfiable
% 0.20/0.55  # SZS output start CNFRefutation
% See solution above
% 0.20/0.55  
% 0.20/0.55  # Initial clauses    : 9
% 0.20/0.55  # Processed clauses  : 23
% 0.20/0.55  # Factors computed   : 0
% 0.20/0.55  # Resolvents computed: 46
% 0.20/0.55  # Tautologies deleted: 0
% 0.20/0.55  # Forward subsumed   : 7
% 0.20/0.55  # Backward subsumed  : 0
% 0.20/0.55  # -------- CPU Time ---------
% 0.20/0.55  # User time          : 0.182 s
% 0.20/0.55  # System time        : 0.020 s
% 0.20/0.55  # Total time         : 0.202 s
%------------------------------------------------------------------------------