TSTP Solution File: GEO065-3 by iProver---3.9

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : iProver---3.9
% Problem  : GEO065-3 : TPTP v8.1.2. Bugfixed v1.2.1.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_iprover %s %d THM

% Computer : n025.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 : Fri May  3 02:16:17 EDT 2024

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

% Comments : 
%------------------------------------------------------------------------------
cnf(c_75,plain,
    ( ~ between(X0,X1,X2)
    | between(X2,X1,X0) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',t1) ).

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

cnf(c_113,negated_conjecture,
    ~ colinear(u,v,w),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_uvw_colinear) ).

cnf(c_117,plain,
    ( ~ between(X0,X1,X2)
    | colinear(X2,X0,X1) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/GEO002-1.ax',colinearity2) ).

cnf(c_1050,plain,
    ( X0 != u
    | X1 != w
    | X2 != v
    | ~ between(X2,X1,X0) ),
    inference(resolution_lifted,[status(thm)],[c_113,c_117]) ).

cnf(c_1051,plain,
    ~ between(v,w,u),
    inference(unflattening,[status(thm)],[c_1050]) ).

cnf(c_2890,plain,
    between(v,w,u),
    inference(superposition,[status(thm)],[c_112,c_75]) ).

cnf(c_2893,plain,
    $false,
    inference(forward_subsumption_resolution,[status(thm)],[c_2890,c_1051]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.10  % Problem  : GEO065-3 : TPTP v8.1.2. Bugfixed v1.2.1.
% 0.10/0.11  % Command  : run_iprover %s %d THM
% 0.10/0.31  % Computer : n025.cluster.edu
% 0.10/0.31  % Model    : x86_64 x86_64
% 0.10/0.31  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.10/0.31  % Memory   : 8042.1875MB
% 0.10/0.31  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.10/0.31  % CPULimit : 300
% 0.10/0.31  % WCLimit  : 300
% 0.10/0.31  % DateTime : Fri May  3 01:36:13 EDT 2024
% 0.10/0.31  % CPUTime  : 
% 0.16/0.41  Running first-order theorem proving
% 0.16/0.41  Running: /export/starexec/sandbox2/solver/bin/run_problem --schedule fof_schedule --heuristic_context casc_unsat --no_cores 8 /export/starexec/sandbox2/benchmark/theBenchmark.p 300
% 2.05/1.10  % SZS status Started for theBenchmark.p
% 2.05/1.10  % SZS status Unsatisfiable for theBenchmark.p
% 2.05/1.10  
% 2.05/1.10  %---------------- iProver v3.9 (pre CASC 2024/SMT-COMP 2024) ----------------%
% 2.05/1.10  
% 2.05/1.10  ------  iProver source info
% 2.05/1.10  
% 2.05/1.10  git: date: 2024-05-02 19:28:25 +0000
% 2.05/1.10  git: sha1: a33b5eb135c74074ba803943bb12f2ebd971352f
% 2.05/1.10  git: non_committed_changes: false
% 2.05/1.10  
% 2.05/1.10  ------ Parsing...successful
% 2.05/1.10  
% 2.05/1.10  
% 2.05/1.10  
% 2.05/1.10  ------ Preprocessing... sup_sim: 2  sf_s  rm: 1 0s  sf_e  pe_s  pe:1:0s pe_e  sup_sim: 0  sf_s  rm: 2 0s  sf_e  pe_s  pe_e 
% 2.05/1.10  
% 2.05/1.10  ------ Preprocessing... gs_s  sp: 0 0s  gs_e  snvd_s sp: 0 0s snvd_e 
% 2.05/1.10  
% 2.05/1.10  ------ Preprocessing... sf_s  rm: 1 0s  sf_e  sf_s  rm: 0 0s  sf_e 
% 2.05/1.10  ------ Proving...
% 2.05/1.10  ------ Problem Properties 
% 2.05/1.10  
% 2.05/1.10  
% 2.05/1.10  clauses                                 80
% 2.05/1.10  conjectures                             0
% 2.05/1.10  EPR                                     52
% 2.05/1.10  Horn                                    62
% 2.05/1.10  unary                                   27
% 2.05/1.10  binary                                  15
% 2.05/1.10  lits                                    219
% 2.05/1.10  lits eq                                 39
% 2.05/1.10  fd_pure                                 0
% 2.05/1.10  fd_pseudo                               0
% 2.05/1.10  fd_cond                                 0
% 2.05/1.10  fd_pseudo_cond                          21
% 2.05/1.10  AC symbols                              0
% 2.05/1.10  
% 2.05/1.10  ------ Schedule dynamic 5 is on 
% 2.05/1.10  
% 2.05/1.10  ------ no conjectures: strip conj schedule 
% 2.05/1.10  
% 2.05/1.10  ------ Input Options "--resolution_flag false --inst_lit_sel_side none" stripped conjectures Time Limit: 10.
% 2.05/1.10  
% 2.05/1.10  
% 2.05/1.10  ------ 
% 2.05/1.10  Current options:
% 2.05/1.10  ------ 
% 2.05/1.10  
% 2.05/1.10  
% 2.05/1.10  
% 2.05/1.10  
% 2.05/1.10  ------ Proving...
% 2.05/1.10  
% 2.05/1.10  
% 2.05/1.10  % SZS status Unsatisfiable for theBenchmark.p
% 2.05/1.10  
% 2.05/1.10  % SZS output start CNFRefutation for theBenchmark.p
% See solution above
% 2.05/1.10  
% 2.05/1.10  
%------------------------------------------------------------------------------