TSTP Solution File: GEO001-2 by iProver---3.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : iProver---3.8
% Problem  : GEO001-2 : TPTP v8.1.2. Released v1.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_iprover %s %d THM

% Computer : n014.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  : 300s
% DateTime : Wed Aug 30 23:08:38 EDT 2023

% Result   : Unsatisfiable 3.74s 1.19s
% Output   : CNFRefutation 3.74s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    5
%            Number of leaves      :    8
% Syntax   : Number of clauses     :   15 (   8 unt;   0 nHn;  11 RR)
%            Number of literals    :   26 (   6 equ;  12 neg)
%            Maximal clause size   :    3 (   1 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of predicates  :    4 (   2 usr;   1 prp; 0-4 aty)
%            Number of functors    :    5 (   5 usr;   3 con; 0-5 aty)
%            Number of variables   :   33 (   5 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(c_49,plain,
    between(a,b,c),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',b_between_a_and_c) ).

cnf(c_50,negated_conjecture,
    ~ between(c,b,a),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_b_between_c_and_a) ).

cnf(c_53,plain,
    ( ~ equidistant(X0,X1,X2,X2)
    | X0 = X1 ),
    file('/export/starexec/sandbox2/benchmark/Axioms/GEO002-0.ax',identity_for_equidistance) ).

cnf(c_54,plain,
    between(X0,X1,extension(X0,X1,X2,X3)),
    file('/export/starexec/sandbox2/benchmark/Axioms/GEO002-0.ax',segment_construction1) ).

cnf(c_55,plain,
    equidistant(X0,extension(X1,X0,X2,X3),X2,X3),
    file('/export/starexec/sandbox2/benchmark/Axioms/GEO002-0.ax',segment_construction2) ).

cnf(c_57,plain,
    ( ~ between(X0,X1,X0)
    | X0 = X1 ),
    file('/export/starexec/sandbox2/benchmark/Axioms/GEO002-0.ax',identity_for_betweeness) ).

cnf(c_58,plain,
    ( ~ between(X0,X1,X2)
    | ~ between(X3,X4,X2)
    | between(X4,inner_pasch(X3,X4,X2,X1,X0),X0) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/GEO002-0.ax',inner_pasch1) ).

cnf(c_59,plain,
    ( ~ between(X0,X1,X2)
    | ~ between(X3,X4,X2)
    | between(X1,inner_pasch(X3,X4,X2,X1,X0),X3) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/GEO002-0.ax',inner_pasch2) ).

cnf(c_597,plain,
    extension(X0,X1,X2,X2) = X1,
    inference(superposition,[status(thm)],[c_55,c_53]) ).

cnf(c_628,plain,
    ( ~ between(X0,X1,X2)
    | ~ between(X1,X3,X2)
    | inner_pasch(X1,X3,X2,X1,X0) = X1 ),
    inference(superposition,[status(thm)],[c_59,c_57]) ).

cnf(c_632,plain,
    between(X0,X1,X1),
    inference(superposition,[status(thm)],[c_597,c_54]) ).

cnf(c_1798,plain,
    ( ~ between(b,X0,c)
    | inner_pasch(b,X0,c,b,a) = b ),
    inference(superposition,[status(thm)],[c_49,c_628]) ).

cnf(c_1850,plain,
    inner_pasch(b,c,c,b,a) = b,
    inference(superposition,[status(thm)],[c_632,c_1798]) ).

cnf(c_1963,plain,
    ( ~ between(a,b,c)
    | ~ between(b,c,c)
    | between(c,b,a) ),
    inference(superposition,[status(thm)],[c_1850,c_58]) ).

cnf(c_1964,plain,
    $false,
    inference(forward_subsumption_resolution,[status(thm)],[c_1963,c_50,c_632,c_49]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.13  % Problem  : GEO001-2 : TPTP v8.1.2. Released v1.0.0.
% 0.13/0.14  % Command  : run_iprover %s %d THM
% 0.14/0.36  % Computer : n014.cluster.edu
% 0.14/0.36  % Model    : x86_64 x86_64
% 0.14/0.36  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.36  % Memory   : 8042.1875MB
% 0.14/0.36  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.36  % CPULimit : 300
% 0.14/0.36  % WCLimit  : 300
% 0.14/0.36  % DateTime : Tue Aug 29 23:03:30 EDT 2023
% 0.14/0.36  % CPUTime  : 
% 0.21/0.49  Running first-order theorem proving
% 0.21/0.49  Running: /export/starexec/sandbox2/solver/bin/run_problem --schedule fof_schedule --no_cores 8 /export/starexec/sandbox2/benchmark/theBenchmark.p 300
% 3.74/1.19  % SZS status Started for theBenchmark.p
% 3.74/1.19  % SZS status Unsatisfiable for theBenchmark.p
% 3.74/1.19  
% 3.74/1.19  %---------------- iProver v3.8 (pre SMT-COMP 2023/CASC 2023) ----------------%
% 3.74/1.19  
% 3.74/1.19  ------  iProver source info
% 3.74/1.19  
% 3.74/1.19  git: date: 2023-05-31 18:12:56 +0000
% 3.74/1.19  git: sha1: 8abddc1f627fd3ce0bcb8b4cbf113b3cc443d7b6
% 3.74/1.19  git: non_committed_changes: false
% 3.74/1.19  git: last_make_outside_of_git: false
% 3.74/1.19  
% 3.74/1.19  ------ Parsing...successful
% 3.74/1.19  
% 3.74/1.19  
% 3.74/1.19  
% 3.74/1.19  ------ Preprocessing... sup_sim: 0  sf_s  rm: 1 0s  sf_e  pe_s  pe_e 
% 3.74/1.19  
% 3.74/1.19  ------ Preprocessing... gs_s  sp: 0 0s  gs_e  snvd_s sp: 0 0s snvd_e 
% 3.74/1.19  
% 3.74/1.19  ------ Preprocessing... sf_s  rm: 1 0s  sf_e  sf_s  rm: 0 0s  sf_e 
% 3.74/1.19  ------ Proving...
% 3.74/1.19  ------ Problem Properties 
% 3.74/1.19  
% 3.74/1.19  
% 3.74/1.19  clauses                                 20
% 3.74/1.19  conjectures                             1
% 3.74/1.19  EPR                                     11
% 3.74/1.19  Horn                                    15
% 3.74/1.19  unary                                   8
% 3.74/1.19  binary                                  2
% 3.74/1.19  lits                                    58
% 3.74/1.19  lits eq                                 7
% 3.74/1.19  fd_pure                                 0
% 3.74/1.19  fd_pseudo                               0
% 3.74/1.19  fd_cond                                 0
% 3.74/1.19  fd_pseudo_cond                          7
% 3.74/1.19  AC symbols                              0
% 3.74/1.19  
% 3.74/1.19  ------ Schedule dynamic 5 is on 
% 3.74/1.19  
% 3.74/1.19  ------ Input Options "--resolution_flag false --inst_lit_sel_side none" Time Limit: 10.
% 3.74/1.19  
% 3.74/1.19  
% 3.74/1.19  ------ 
% 3.74/1.19  Current options:
% 3.74/1.19  ------ 
% 3.74/1.19  
% 3.74/1.19  
% 3.74/1.19  
% 3.74/1.19  
% 3.74/1.19  ------ Proving...
% 3.74/1.19  
% 3.74/1.19  
% 3.74/1.19  % SZS status Unsatisfiable for theBenchmark.p
% 3.74/1.19  
% 3.74/1.19  % SZS output start CNFRefutation for theBenchmark.p
% See solution above
% 3.74/1.20  
% 3.74/1.20  
%------------------------------------------------------------------------------