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

View Problem - Process Solution

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

% Computer : n006.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.19s 0.44s
% Output   : Refutation 0.19s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named input)

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

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

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

cnf(c12,plain,
    theorem(or(not(or(X68,or(X69,X67))),or(X69,or(X68,X67)))),
    inference(resolution,status(thm),[axiom_1_5,rule_1]) ).

cnf(c55,plain,
    $false,
    inference(resolution,status(thm),[c12,prove_this]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.10/0.12  % Problem  : LCL172-1 : TPTP v8.1.0. Released v1.1.0.
% 0.10/0.12  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.13/0.33  % Computer : n006.cluster.edu
% 0.13/0.33  % Model    : x86_64 x86_64
% 0.13/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.33  % Memory   : 8042.1875MB
% 0.13/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.33  % CPULimit : 300
% 0.13/0.33  % WCLimit  : 600
% 0.13/0.33  % DateTime : Sun Jul  3 19:57:52 EDT 2022
% 0.13/0.33  % CPUTime  : 
% 0.19/0.44  # Version:  1.3
% 0.19/0.44  # SZS status Unsatisfiable
% 0.19/0.44  # SZS output start CNFRefutation
% See solution above
% 0.19/0.44  
% 0.19/0.44  # Initial clauses    : 9
% 0.19/0.44  # Processed clauses  : 27
% 0.19/0.44  # Factors computed   : 0
% 0.19/0.44  # Resolvents computed: 58
% 0.19/0.44  # Tautologies deleted: 0
% 0.19/0.44  # Forward subsumed   : 9
% 0.19/0.44  # Backward subsumed  : 0
% 0.19/0.44  # -------- CPU Time ---------
% 0.19/0.44  # User time          : 0.100 s
% 0.19/0.44  # System time        : 0.011 s
% 0.19/0.44  # Total time         : 0.111 s
%------------------------------------------------------------------------------