TSTP Solution File: GEO211+2 by PyRes---1.3

View Problem - Process Solution

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

% Computer : n007.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:20 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
fof(con,conjecture,
    ! [L] : unorthogonal_lines(L,L),
    input ).

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

fof(c1,negated_conjecture,
    ? [L] : ~ unorthogonal_lines(L,L),
    inference(fof_nnf,status(thm),[c0]) ).

fof(c2,negated_conjecture,
    ? [X2] : ~ unorthogonal_lines(X2,X2),
    inference(variable_rename,status(thm),[c1]) ).

fof(c3,negated_conjecture,
    ~ unorthogonal_lines(skolem0001,skolem0001),
    inference(skolemize,status(esa),[c2]) ).

cnf(c4,negated_conjecture,
    ~ unorthogonal_lines(skolem0001,skolem0001),
    inference(split_conjunct,status(thm),[c3]) ).

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

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

fof(c82,axiom,
    ! [X50] : ~ convergent_lines(X50,X50),
    inference(variable_rename,status(thm),[c81]) ).

cnf(c83,axiom,
    ~ convergent_lines(X53,X53),
    inference(split_conjunct,status(thm),[c82]) ).

fof(occu1,axiom,
    ! [L,M] :
      ( convergent_lines(L,M)
      | unorthogonal_lines(L,M) ),
    input ).

fof(c25,axiom,
    ! [X14,X15] :
      ( convergent_lines(X14,X15)
      | unorthogonal_lines(X14,X15) ),
    inference(variable_rename,status(thm),[occu1]) ).

cnf(c26,axiom,
    ( convergent_lines(X69,X68)
    | unorthogonal_lines(X69,X68) ),
    inference(split_conjunct,status(thm),[c25]) ).

cnf(c91,plain,
    unorthogonal_lines(X70,X70),
    inference(resolution,status(thm),[c26,c83]) ).

cnf(c94,plain,
    $false,
    inference(resolution,status(thm),[c91,c4]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : GEO211+2 : TPTP v8.1.0. Released v3.3.0.
% 0.03/0.12  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.12/0.33  % Computer : n007.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.33  % CPULimit : 300
% 0.12/0.33  % WCLimit  : 600
% 0.12/0.33  % DateTime : Sat Jun 18 10:11:28 EDT 2022
% 0.12/0.34  % CPUTime  : 
% 0.19/0.54  # Version:  1.3
% 0.19/0.54  # SZS status Theorem
% 0.19/0.54  # SZS output start CNFRefutation
% See solution above
% 0.19/0.54  
% 0.19/0.54  # Initial clauses    : 26
% 0.19/0.54  # Processed clauses  : 12
% 0.19/0.54  # Factors computed   : 0
% 0.19/0.54  # Resolvents computed: 7
% 0.19/0.54  # Tautologies deleted: 0
% 0.19/0.54  # Forward subsumed   : 0
% 0.19/0.54  # Backward subsumed  : 0
% 0.19/0.54  # -------- CPU Time ---------
% 0.19/0.54  # User time          : 0.182 s
% 0.19/0.54  # System time        : 0.019 s
% 0.19/0.54  # Total time         : 0.201 s
%------------------------------------------------------------------------------