TSTP Solution File: GEO207+1 by PyRes---1.3

View Problem - Process Solution

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

% Computer : n008.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 : Sat Jul 16 05:59:16 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
fof(apart3,axiom,
    ! [X] : ~ convergent_lines(X,X),
    input ).

fof(c64,axiom,
    ! [X] : ~ convergent_lines(X,X),
    inference(fof_simplification,status(thm),[apart3]) ).

fof(c65,axiom,
    ! [X40] : ~ convergent_lines(X40,X40),
    inference(variable_rename,status(thm),[c64]) ).

cnf(c66,axiom,
    ~ convergent_lines(X43,X43),
    inference(split_conjunct,status(thm),[c65]) ).

fof(con,conjecture,
    ! [X] : ~ convergent_lines(X,X),
    input ).

fof(c0,negated_conjecture,
    ~ ! [X] : ~ convergent_lines(X,X),
    inference(assume_negation,status(cth),[con]) ).

fof(c1,negated_conjecture,
    ~ ! [X] : ~ convergent_lines(X,X),
    inference(fof_simplification,status(thm),[c0]) ).

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

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

fof(c4,negated_conjecture,
    convergent_lines(skolem0001,skolem0001),
    inference(skolemize,status(esa),[c3]) ).

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

cnf(c73,plain,
    $false,
    inference(resolution,status(thm),[c5,c66]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : GEO207+1 : TPTP v8.1.0. Released v3.3.0.
% 0.03/0.13  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.13/0.34  % Computer : n008.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 : Sat Jun 18 00:41:07 EDT 2022
% 0.13/0.35  % CPUTime  : 
% 0.35/0.59  # Version:  1.3
% 0.35/0.59  # SZS status Theorem
% 0.35/0.59  # SZS output start CNFRefutation
% See solution above
% 0.35/0.59  
% 0.35/0.59  # Initial clauses    : 18
% 0.35/0.59  # Processed clauses  : 4
% 0.35/0.59  # Factors computed   : 0
% 0.35/0.59  # Resolvents computed: 1
% 0.35/0.59  # Tautologies deleted: 0
% 0.35/0.59  # Forward subsumed   : 0
% 0.35/0.59  # Backward subsumed  : 0
% 0.35/0.59  # -------- CPU Time ---------
% 0.35/0.59  # User time          : 0.185 s
% 0.35/0.59  # System time        : 0.013 s
% 0.35/0.59  # Total time         : 0.198 s
%------------------------------------------------------------------------------