TSTP Solution File: LCL680+1.001 by PyRes---1.3

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : PyRes---1.3
% Problem  : LCL680+1.001 : TPTP v8.1.0. Released v4.0.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:56:40 EDT 2022

% Result   : Theorem 0.37s 0.53s
% Output   : Refutation 0.37s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named input)

% Comments : 
%------------------------------------------------------------------------------
fof(main,conjecture,
    ~ ? [X] :
        ~ ( ~ p1(X)
          | p1(X) ),
    input ).

fof(c0,negated_conjecture,
    ~ ~ ? [X] :
          ~ ( ~ p1(X)
            | p1(X) ),
    inference(assume_negation,status(cth),[main]) ).

fof(c1,negated_conjecture,
    ~ ~ ? [X] :
          ~ ( ~ p1(X)
            | p1(X) ),
    inference(fof_simplification,status(thm),[c0]) ).

fof(c2,negated_conjecture,
    ? [X] :
      ( p1(X)
      & ~ p1(X) ),
    inference(fof_nnf,status(thm),[c1]) ).

fof(c3,negated_conjecture,
    ? [X2] :
      ( p1(X2)
      & ~ p1(X2) ),
    inference(variable_rename,status(thm),[c2]) ).

fof(c4,negated_conjecture,
    ( p1(skolem0001)
    & ~ p1(skolem0001) ),
    inference(skolemize,status(esa),[c3]) ).

cnf(c5,negated_conjecture,
    p1(skolem0001),
    inference(split_conjunct,status(thm),[c4]) ).

cnf(c6,negated_conjecture,
    ~ p1(skolem0001),
    inference(split_conjunct,status(thm),[c4]) ).

cnf(c7,plain,
    $false,
    inference(resolution,status(thm),[c6,c5]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : LCL680+1.001 : TPTP v8.1.0. Released v4.0.0.
% 0.07/0.13  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.14/0.34  % Computer : n025.cluster.edu
% 0.14/0.34  % Model    : x86_64 x86_64
% 0.14/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.34  % Memory   : 8042.1875MB
% 0.14/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.34  % CPULimit : 300
% 0.14/0.34  % WCLimit  : 600
% 0.14/0.34  % DateTime : Mon Jul  4 01:25:41 EDT 2022
% 0.14/0.34  % CPUTime  : 
% 0.37/0.53  # Version:  1.3
% 0.37/0.53  # SZS status Theorem
% 0.37/0.53  # SZS output start CNFRefutation
% See solution above
% 0.37/0.53  
% 0.37/0.53  # Initial clauses    : 2
% 0.37/0.53  # Processed clauses  : 2
% 0.37/0.53  # Factors computed   : 0
% 0.37/0.53  # Resolvents computed: 1
% 0.37/0.53  # Tautologies deleted: 0
% 0.37/0.53  # Forward subsumed   : 0
% 0.37/0.53  # Backward subsumed  : 0
% 0.37/0.53  # -------- CPU Time ---------
% 0.37/0.53  # User time          : 0.179 s
% 0.37/0.53  # System time        : 0.013 s
% 0.37/0.53  # Total time         : 0.192 s
%------------------------------------------------------------------------------