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

View Problem - Process Solution

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

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

% Result   : Unsatisfiable 0.37s 0.56s
% Output   : Refutation 0.37s
% 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_4,axiom,
    axiom(or(not(or(X9,X10)),or(X10,X9))),
    input ).

cnf(c2,plain,
    theorem(or(not(or(X28,X27)),or(X27,X28))),
    inference(resolution,status(thm),[axiom_1_4,rule_1]) ).

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

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

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.10  % Problem  : LCL171-1 : TPTP v8.1.0. Released v1.1.0.
% 0.06/0.11  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.10/0.32  % Computer : n025.cluster.edu
% 0.10/0.32  % Model    : x86_64 x86_64
% 0.10/0.32  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.10/0.32  % Memory   : 8042.1875MB
% 0.10/0.32  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.10/0.32  % CPULimit : 300
% 0.10/0.32  % WCLimit  : 600
% 0.10/0.32  % DateTime : Sun Jul  3 03:33:10 EDT 2022
% 0.10/0.32  % CPUTime  : 
% 0.37/0.56  # Version:  1.3
% 0.37/0.56  # SZS status Unsatisfiable
% 0.37/0.56  # SZS output start CNFRefutation
% See solution above
% 0.37/0.56  
% 0.37/0.56  # Initial clauses    : 9
% 0.37/0.56  # Processed clauses  : 23
% 0.37/0.56  # Factors computed   : 0
% 0.37/0.56  # Resolvents computed: 46
% 0.37/0.56  # Tautologies deleted: 0
% 0.37/0.56  # Forward subsumed   : 7
% 0.37/0.56  # Backward subsumed  : 0
% 0.37/0.56  # -------- CPU Time ---------
% 0.37/0.56  # User time          : 0.219 s
% 0.37/0.56  # System time        : 0.019 s
% 0.37/0.56  # Total time         : 0.238 s
%------------------------------------------------------------------------------