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

View Problem - Process Solution

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

% Computer : n015.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:28 EDT 2022

% Result   : Unsatisfiable 0.40s 0.60s
% Output   : Refutation 0.40s
% 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_2,axiom,
    axiom(or(not(or(X3,X3)),X3)),
    input ).

cnf(c0,plain,
    theorem(or(not(or(X6,X6)),X6)),
    inference(resolution,status(thm),[axiom_1_2,rule_1]) ).

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

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

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.12/0.12  % Problem  : LCL169-1 : TPTP v8.1.0. Released v1.1.0.
% 0.12/0.13  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.13/0.34  % Computer : n015.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 600
% 0.13/0.34  % DateTime : Sun Jul  3 05:23:30 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 0.40/0.60  # Version:  1.3
% 0.40/0.60  # SZS status Unsatisfiable
% 0.40/0.60  # SZS output start CNFRefutation
% See solution above
% 0.40/0.60  
% 0.40/0.60  # Initial clauses    : 9
% 0.40/0.60  # Processed clauses  : 23
% 0.40/0.60  # Factors computed   : 0
% 0.40/0.60  # Resolvents computed: 46
% 0.40/0.60  # Tautologies deleted: 0
% 0.40/0.60  # Forward subsumed   : 7
% 0.40/0.60  # Backward subsumed  : 0
% 0.40/0.60  # -------- CPU Time ---------
% 0.40/0.60  # User time          : 0.218 s
% 0.40/0.60  # System time        : 0.019 s
% 0.40/0.60  # Total time         : 0.237 s
%------------------------------------------------------------------------------