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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : iProver---3.9
% Problem  : GEO008-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 : Fri May  3 02:16:01 EDT 2024

% Result   : Unsatisfiable 3.98s 1.17s
% Output   : CNFRefutation 3.98s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    8
%            Number of leaves      :    9
% Syntax   : Number of clauses     :   24 (   9 unt;   6 nHn;  24 RR)
%            Number of literals    :   45 (   0 equ;  16 neg)
%            Maximal clause size   :    4 (   1 avg)
%            Maximal term depth    :    1 (   1 avg)
%            Number of predicates  :    2 (   1 usr;   1 prp; 0-3 aty)
%            Number of functors    :    5 (   5 usr;   5 con; 0-0 aty)
%            Number of variables   :   25 (   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_82,plain,
    ( ~ between(X0,X1,X2)
    | ~ between(X0,X2,X3)
    | between(X1,X2,X3) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',b5) ).

cnf(c_85,plain,
    ( ~ between(X0,X1,X2)
    | ~ between(X1,X3,X2)
    | between(X0,X3,X2) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',b8) ).

cnf(c_86,plain,
    ( ~ between(X0,X1,X2)
    | ~ between(X0,X2,X3)
    | between(X0,X1,X3) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',b9) ).

cnf(c_109,plain,
    ( ~ between(X0,X1,X2)
    | ~ between(X0,X3,X2)
    | between(X1,X3,X2)
    | between(X3,X1,X2) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',b14) ).

cnf(c_110,plain,
    between(a,c,e),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',c_between_a_and_e) ).

cnf(c_111,plain,
    between(a,d,e),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',d_between_a_and_e) ).

cnf(c_112,plain,
    between(c,b,d),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',b_between_c_and_d) ).

cnf(c_113,negated_conjecture,
    ~ between(a,b,e),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_betweenness) ).

cnf(c_4141,plain,
    between(d,b,c),
    inference(superposition,[status(thm)],[c_112,c_75]) ).

cnf(c_4152,plain,
    ( ~ between(c,d,X0)
    | between(c,b,X0) ),
    inference(superposition,[status(thm)],[c_112,c_86]) ).

cnf(c_4162,plain,
    ( ~ between(c,X0,e)
    | between(a,X0,e) ),
    inference(superposition,[status(thm)],[c_110,c_85]) ).

cnf(c_4163,plain,
    ( ~ between(d,X0,e)
    | between(a,X0,e) ),
    inference(superposition,[status(thm)],[c_111,c_85]) ).

cnf(c_4202,plain,
    ( ~ between(a,X0,e)
    | between(X0,d,e)
    | between(d,X0,e) ),
    inference(superposition,[status(thm)],[c_111,c_109]) ).

cnf(c_4232,plain,
    ( ~ between(d,c,X0)
    | between(b,c,X0) ),
    inference(superposition,[status(thm)],[c_4141,c_82]) ).

cnf(c_4234,plain,
    ( ~ between(d,c,X0)
    | between(d,b,X0) ),
    inference(superposition,[status(thm)],[c_4141,c_86]) ).

cnf(c_4344,plain,
    ( between(c,d,e)
    | between(d,c,e) ),
    inference(superposition,[status(thm)],[c_110,c_4202]) ).

cnf(c_4543,plain,
    ( between(c,d,e)
    | between(b,c,e) ),
    inference(superposition,[status(thm)],[c_4344,c_4232]) ).

cnf(c_4544,plain,
    ( between(c,d,e)
    | between(d,b,e) ),
    inference(superposition,[status(thm)],[c_4344,c_4234]) ).

cnf(c_4600,plain,
    ( between(a,b,e)
    | between(c,d,e) ),
    inference(superposition,[status(thm)],[c_4544,c_4163]) ).

cnf(c_4606,plain,
    between(c,d,e),
    inference(global_subsumption_just,[status(thm)],[c_4543,c_113,c_4600]) ).

cnf(c_4616,plain,
    between(c,b,e),
    inference(superposition,[status(thm)],[c_4606,c_4152]) ).

cnf(c_4962,plain,
    between(a,b,e),
    inference(superposition,[status(thm)],[c_4616,c_4162]) ).

cnf(c_4963,plain,
    $false,
    inference(backward_subsumption_resolution,[status(thm)],[c_113,c_4962]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.12  % Problem  : GEO008-3 : TPTP v8.1.2. Bugfixed v1.2.1.
% 0.11/0.13  % Command  : run_iprover %s %d THM
% 0.13/0.34  % Computer : n003.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 300
% 0.13/0.34  % DateTime : Fri May  3 01:26:35 EDT 2024
% 0.13/0.34  % CPUTime  : 
% 0.19/0.47  Running first-order theorem proving
% 0.19/0.47  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
% 3.98/1.17  % SZS status Started for theBenchmark.p
% 3.98/1.17  % SZS status Unsatisfiable for theBenchmark.p
% 3.98/1.17  
% 3.98/1.17  %---------------- iProver v3.9 (pre CASC 2024/SMT-COMP 2024) ----------------%
% 3.98/1.17  
% 3.98/1.17  ------  iProver source info
% 3.98/1.17  
% 3.98/1.17  git: date: 2024-05-02 19:28:25 +0000
% 3.98/1.17  git: sha1: a33b5eb135c74074ba803943bb12f2ebd971352f
% 3.98/1.17  git: non_committed_changes: false
% 3.98/1.17  
% 3.98/1.17  ------ Parsing...successful
% 3.98/1.17  
% 3.98/1.17  
% 3.98/1.17  
% 3.98/1.17  ------ 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 
% 3.98/1.17  
% 3.98/1.17  ------ Preprocessing... gs_s  sp: 0 0s  gs_e  snvd_s sp: 0 0s snvd_e 
% 3.98/1.17  
% 3.98/1.17  ------ Preprocessing... sf_s  rm: 1 0s  sf_e  sf_s  rm: 0 0s  sf_e 
% 3.98/1.17  ------ Proving...
% 3.98/1.17  ------ Problem Properties 
% 3.98/1.17  
% 3.98/1.17  
% 3.98/1.17  clauses                                 78
% 3.98/1.17  conjectures                             1
% 3.98/1.17  EPR                                     50
% 3.98/1.17  Horn                                    60
% 3.98/1.17  unary                                   27
% 3.98/1.17  binary                                  15
% 3.98/1.17  lits                                    212
% 3.98/1.17  lits eq                                 38
% 3.98/1.17  fd_pure                                 0
% 3.98/1.17  fd_pseudo                               0
% 3.98/1.17  fd_cond                                 0
% 3.98/1.17  fd_pseudo_cond                          20
% 3.98/1.17  AC symbols                              0
% 3.98/1.17  
% 3.98/1.17  ------ Input Options Time Limit: Unbounded
% 3.98/1.17  
% 3.98/1.17  
% 3.98/1.17  ------ 
% 3.98/1.17  Current options:
% 3.98/1.17  ------ 
% 3.98/1.17  
% 3.98/1.17  
% 3.98/1.17  
% 3.98/1.17  
% 3.98/1.17  ------ Proving...
% 3.98/1.17  
% 3.98/1.17  
% 3.98/1.17  ------ Proving...
% 3.98/1.17  
% 3.98/1.17  
% 3.98/1.17  % SZS status Unsatisfiable for theBenchmark.p
% 3.98/1.17  
% 3.98/1.17  % SZS output start CNFRefutation for theBenchmark.p
% See solution above
% 3.98/1.17  
% 3.98/1.17  
%------------------------------------------------------------------------------