TSTP Solution File: GEO011-5 by PyRes---1.3

View Problem - Process Solution

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

% Computer : n003.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:57:37 EDT 2022

% Result   : Unsatisfiable 0.47s 0.68s
% Output   : Refutation 0.47s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named input)

% Comments : 
%------------------------------------------------------------------------------
cnf(lower_dimension3,axiom,
    ~ between(lower_dimension_point_3,lower_dimension_point_1,lower_dimension_point_2),
    input ).

cnf(lower_dimension2,axiom,
    ~ between(lower_dimension_point_2,lower_dimension_point_3,lower_dimension_point_1),
    input ).

cnf(lower_dimension1,axiom,
    ~ between(lower_dimension_point_1,lower_dimension_point_2,lower_dimension_point_3),
    input ).

cnf(prove_lower_dimension_points_not_colinear,negated_conjecture,
    colinear(lower_dimension_point_1,lower_dimension_point_2,lower_dimension_point_3),
    input ).

cnf(colinearity4,axiom,
    ( ~ colinear(X17,X19,X18)
    | between(X17,X19,X18)
    | between(X19,X18,X17)
    | between(X18,X17,X19) ),
    input ).

cnf(c7,plain,
    ( between(lower_dimension_point_1,lower_dimension_point_2,lower_dimension_point_3)
    | between(lower_dimension_point_2,lower_dimension_point_3,lower_dimension_point_1)
    | between(lower_dimension_point_3,lower_dimension_point_1,lower_dimension_point_2) ),
    inference(resolution,status(thm),[colinearity4,prove_lower_dimension_points_not_colinear]) ).

cnf(c129,plain,
    ( between(lower_dimension_point_2,lower_dimension_point_3,lower_dimension_point_1)
    | between(lower_dimension_point_3,lower_dimension_point_1,lower_dimension_point_2) ),
    inference(resolution,status(thm),[c7,lower_dimension1]) ).

cnf(c150,plain,
    between(lower_dimension_point_3,lower_dimension_point_1,lower_dimension_point_2),
    inference(resolution,status(thm),[c129,lower_dimension2]) ).

cnf(c167,plain,
    $false,
    inference(resolution,status(thm),[c150,lower_dimension3]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.12  % Problem  : GEO011-5 : TPTP v8.1.0. Released v1.0.0.
% 0.06/0.12  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.13/0.33  % Computer : n003.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 : Fri Jun 17 17:31:57 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 0.47/0.68  # Version:  1.3
% 0.47/0.68  # SZS status Unsatisfiable
% 0.47/0.68  # SZS output start CNFRefutation
% See solution above
% 0.47/0.68  
% 0.47/0.68  # Initial clauses    : 26
% 0.47/0.68  # Processed clauses  : 50
% 0.47/0.68  # Factors computed   : 0
% 0.47/0.68  # Resolvents computed: 165
% 0.47/0.68  # Tautologies deleted: 1
% 0.47/0.68  # Forward subsumed   : 27
% 0.47/0.68  # Backward subsumed  : 2
% 0.47/0.68  # -------- CPU Time ---------
% 0.47/0.68  # User time          : 0.313 s
% 0.47/0.68  # System time        : 0.010 s
% 0.47/0.68  # Total time         : 0.323 s
%------------------------------------------------------------------------------