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

View Problem - Process Solution

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

% Computer : n002.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 0.42s 1.11s
% Output   : CNFRefutation 0.42s
% 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(v,u,w),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',u_between_v_and_w) ).

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

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

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

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

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

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


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.10  % Problem  : GEO066-3 : TPTP v8.1.2. Bugfixed v1.2.1.
% 0.00/0.11  % Command  : run_iprover %s %d THM
% 0.10/0.32  % Computer : n002.cluster.edu
% 0.10/0.32  % Model    : x86_64 x86_64
% 0.10/0.32  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.10/0.32  % Memory   : 8042.1875MB
% 0.10/0.32  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.10/0.32  % CPULimit : 300
% 0.10/0.32  % WCLimit  : 300
% 0.10/0.32  % DateTime : Fri May  3 01:32:57 EDT 2024
% 0.10/0.32  % CPUTime  : 
% 0.16/0.43  Running first-order theorem proving
% 0.16/0.43  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
% 0.42/1.11  % SZS status Started for theBenchmark.p
% 0.42/1.11  % SZS status Unsatisfiable for theBenchmark.p
% 0.42/1.11  
% 0.42/1.11  %---------------- iProver v3.9 (pre CASC 2024/SMT-COMP 2024) ----------------%
% 0.42/1.11  
% 0.42/1.11  ------  iProver source info
% 0.42/1.11  
% 0.42/1.11  git: date: 2024-05-02 19:28:25 +0000
% 0.42/1.11  git: sha1: a33b5eb135c74074ba803943bb12f2ebd971352f
% 0.42/1.11  git: non_committed_changes: false
% 0.42/1.11  
% 0.42/1.11  ------ Parsing...successful
% 0.42/1.11  
% 0.42/1.11  
% 0.42/1.11  
% 0.42/1.11  ------ 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 
% 0.42/1.11  
% 0.42/1.11  ------ Preprocessing... gs_s  sp: 0 0s  gs_e  snvd_s sp: 0 0s snvd_e 
% 0.42/1.11  
% 0.42/1.11  ------ Preprocessing... sf_s  rm: 1 0s  sf_e  sf_s  rm: 0 0s  sf_e 
% 0.42/1.11  ------ Proving...
% 0.42/1.11  ------ Problem Properties 
% 0.42/1.11  
% 0.42/1.11  
% 0.42/1.11  clauses                                 80
% 0.42/1.11  conjectures                             0
% 0.42/1.11  EPR                                     52
% 0.42/1.11  Horn                                    62
% 0.42/1.11  unary                                   27
% 0.42/1.11  binary                                  15
% 0.42/1.11  lits                                    219
% 0.42/1.11  lits eq                                 39
% 0.42/1.11  fd_pure                                 0
% 0.42/1.11  fd_pseudo                               0
% 0.42/1.11  fd_cond                                 0
% 0.42/1.11  fd_pseudo_cond                          21
% 0.42/1.11  AC symbols                              0
% 0.42/1.11  
% 0.42/1.11  ------ Schedule dynamic 5 is on 
% 0.42/1.11  
% 0.42/1.11  ------ no conjectures: strip conj schedule 
% 0.42/1.11  
% 0.42/1.11  ------ Input Options "--resolution_flag false --inst_lit_sel_side none" stripped conjectures Time Limit: 10.
% 0.42/1.11  
% 0.42/1.11  
% 0.42/1.11  ------ 
% 0.42/1.11  Current options:
% 0.42/1.11  ------ 
% 0.42/1.11  
% 0.42/1.11  
% 0.42/1.11  
% 0.42/1.11  
% 0.42/1.11  ------ Proving...
% 0.42/1.11  
% 0.42/1.11  
% 0.42/1.11  % SZS status Unsatisfiable for theBenchmark.p
% 0.42/1.11  
% 0.42/1.11  % SZS output start CNFRefutation for theBenchmark.p
% See solution above
% 0.42/1.11  
% 0.42/1.11  
%------------------------------------------------------------------------------