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

View Problem - Process Solution

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

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

% Result   : Unsatisfiable 2.58s 1.08s
% Output   : CNFRefutation 2.58s
% 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(w,v,u),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',v_between_w_and_u) ).

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

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

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

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

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

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


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.02/0.10  % Problem  : GEO064-3 : TPTP v8.1.2. Bugfixed v1.2.1.
% 0.02/0.10  % Command  : run_iprover %s %d THM
% 0.10/0.30  % Computer : n003.cluster.edu
% 0.10/0.30  % Model    : x86_64 x86_64
% 0.10/0.30  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.10/0.30  % Memory   : 8042.1875MB
% 0.10/0.30  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.10/0.30  % CPULimit : 300
% 0.10/0.30  % WCLimit  : 300
% 0.10/0.30  % DateTime : Tue Aug 29 21:14:26 EDT 2023
% 0.10/0.31  % CPUTime  : 
% 0.15/0.41  Running first-order theorem proving
% 0.15/0.41  Running: /export/starexec/sandbox2/solver/bin/run_problem --schedule fof_schedule --no_cores 8 /export/starexec/sandbox2/benchmark/theBenchmark.p 300
% 2.58/1.08  % SZS status Started for theBenchmark.p
% 2.58/1.08  % SZS status Unsatisfiable for theBenchmark.p
% 2.58/1.08  
% 2.58/1.08  %---------------- iProver v3.8 (pre SMT-COMP 2023/CASC 2023) ----------------%
% 2.58/1.08  
% 2.58/1.08  ------  iProver source info
% 2.58/1.08  
% 2.58/1.08  git: date: 2023-05-31 18:12:56 +0000
% 2.58/1.08  git: sha1: 8abddc1f627fd3ce0bcb8b4cbf113b3cc443d7b6
% 2.58/1.08  git: non_committed_changes: false
% 2.58/1.08  git: last_make_outside_of_git: false
% 2.58/1.08  
% 2.58/1.08  ------ Parsing...successful
% 2.58/1.08  
% 2.58/1.08  
% 2.58/1.08  
% 2.58/1.08  ------ 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.58/1.08  
% 2.58/1.08  ------ Preprocessing... gs_s  sp: 0 0s  gs_e  snvd_s sp: 0 0s snvd_e 
% 2.58/1.08  
% 2.58/1.08  ------ Preprocessing... sf_s  rm: 1 0s  sf_e  sf_s  rm: 0 0s  sf_e 
% 2.58/1.08  ------ Proving...
% 2.58/1.08  ------ Problem Properties 
% 2.58/1.08  
% 2.58/1.08  
% 2.58/1.08  clauses                                 80
% 2.58/1.08  conjectures                             0
% 2.58/1.08  EPR                                     52
% 2.58/1.08  Horn                                    62
% 2.58/1.08  unary                                   27
% 2.58/1.08  binary                                  15
% 2.58/1.08  lits                                    219
% 2.58/1.08  lits eq                                 39
% 2.58/1.08  fd_pure                                 0
% 2.58/1.08  fd_pseudo                               0
% 2.58/1.08  fd_cond                                 0
% 2.58/1.08  fd_pseudo_cond                          21
% 2.58/1.08  AC symbols                              0
% 2.58/1.08  
% 2.58/1.08  ------ Schedule dynamic 5 is on 
% 2.58/1.08  
% 2.58/1.08  ------ no conjectures: strip conj schedule 
% 2.58/1.08  
% 2.58/1.08  ------ Input Options "--resolution_flag false --inst_lit_sel_side none" stripped conjectures Time Limit: 10.
% 2.58/1.08  
% 2.58/1.08  
% 2.58/1.08  ------ 
% 2.58/1.08  Current options:
% 2.58/1.08  ------ 
% 2.58/1.08  
% 2.58/1.08  
% 2.58/1.08  
% 2.58/1.08  
% 2.58/1.08  ------ Proving...
% 2.58/1.08  
% 2.58/1.08  
% 2.58/1.08  % SZS status Unsatisfiable for theBenchmark.p
% 2.58/1.08  
% 2.58/1.08  % SZS output start CNFRefutation for theBenchmark.p
% See solution above
% 2.58/1.08  
% 2.58/1.08  
%------------------------------------------------------------------------------