TSTP Solution File: GEO040-3 by iProver---3.8

View Problem - Process Solution

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

% Computer : n021.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:59 EDT 2023

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

% Comments : 
%------------------------------------------------------------------------------
cnf(c_77,plain,
    between(u,v,w),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',v_between_u_and_w) ).

cnf(c_78,plain,
    between(v,u,w),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',u_between_v_and_w) ).

cnf(c_79,negated_conjecture,
    u != v,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_u_is_v) ).

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

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

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

cnf(c_1910,plain,
    ( ~ between(u,v,u)
    | u = v ),
    inference(instantiation,[status(thm)],[c_87]) ).

cnf(c_1995,plain,
    ( ~ between(X0,X1,X2)
    | ~ between(X1,X3,X2)
    | inner_pasch(X0,X1,X2,X3,X1) = X1 ),
    inference(superposition,[status(thm)],[c_88,c_87]) ).

cnf(c_321289,plain,
    ( ~ between(v,X0,w)
    | inner_pasch(u,v,w,X0,v) = v ),
    inference(superposition,[status(thm)],[c_77,c_1995]) ).

cnf(c_322104,plain,
    inner_pasch(u,v,w,u,v) = v,
    inference(superposition,[status(thm)],[c_78,c_321289]) ).

cnf(c_322197,plain,
    ( ~ between(u,v,w)
    | ~ between(v,u,w)
    | between(u,v,u) ),
    inference(superposition,[status(thm)],[c_322104,c_89]) ).

cnf(c_322200,plain,
    between(u,v,u),
    inference(forward_subsumption_resolution,[status(thm)],[c_322197,c_78,c_77]) ).

cnf(c_322201,plain,
    $false,
    inference(prop_impl_just,[status(thm)],[c_322200,c_1910,c_79]) ).


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