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

View Problem - Process Solution

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

% Computer : n019.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:00 EDT 2024

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

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

cnf(c_77,plain,
    ( ~ between(X0,X1,X2)
    | ~ between(X1,X0,X2)
    | X0 = X1 ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',b2) ).

cnf(c_79,plain,
    a != c,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',a_not_c) ).

cnf(c_81,plain,
    c != d,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',c_not_d) ).

cnf(c_82,plain,
    between(a,c,d),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',c_between_a_and_d) ).

cnf(c_83,negated_conjecture,
    ( between(a,d,c)
    | between(c,a,d) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_not_between_others) ).

cnf(c_1008,negated_conjecture,
    ( between(a,d,c)
    | between(c,a,d) ),
    inference(demodulation,[status(thm)],[c_83]) ).

cnf(c_1582,plain,
    between(d,c,a),
    inference(superposition,[status(thm)],[c_82,c_75]) ).

cnf(c_1839,plain,
    ( ~ between(a,c,d)
    | a = c
    | between(a,d,c) ),
    inference(superposition,[status(thm)],[c_1008,c_77]) ).

cnf(c_1842,plain,
    ( ~ between(c,d,a)
    | c = d ),
    inference(superposition,[status(thm)],[c_1582,c_77]) ).

cnf(c_1845,plain,
    ~ between(c,d,a),
    inference(forward_subsumption_resolution,[status(thm)],[c_1842,c_81]) ).

cnf(c_1853,plain,
    between(a,d,c),
    inference(forward_subsumption_resolution,[status(thm)],[c_1839,c_79,c_82]) ).

cnf(c_1858,plain,
    between(c,d,a),
    inference(superposition,[status(thm)],[c_1853,c_75]) ).

cnf(c_1860,plain,
    $false,
    inference(prop_impl_just,[status(thm)],[c_1858,c_1845]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.12/0.13  % Problem  : GEO006-3 : TPTP v8.1.2. Released v1.0.0.
% 0.12/0.14  % Command  : run_iprover %s %d THM
% 0.13/0.34  % Computer : n019.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.35  % WCLimit  : 300
% 0.13/0.35  % DateTime : Fri May  3 01:28:29 EDT 2024
% 0.13/0.35  % CPUTime  : 
% 0.20/0.47  Running first-order theorem proving
% 0.20/0.47  Running: /export/starexec/sandbox/solver/bin/run_problem --schedule fof_schedule --heuristic_context casc_unsat --no_cores 8 /export/starexec/sandbox/benchmark/theBenchmark.p 300
% 2.53/1.20  % SZS status Started for theBenchmark.p
% 2.53/1.20  % SZS status Unsatisfiable for theBenchmark.p
% 2.53/1.20  
% 2.53/1.20  %---------------- iProver v3.9 (pre CASC 2024/SMT-COMP 2024) ----------------%
% 2.53/1.20  
% 2.53/1.20  ------  iProver source info
% 2.53/1.20  
% 2.53/1.20  git: date: 2024-05-02 19:28:25 +0000
% 2.53/1.20  git: sha1: a33b5eb135c74074ba803943bb12f2ebd971352f
% 2.53/1.20  git: non_committed_changes: false
% 2.53/1.20  
% 2.53/1.20  ------ Parsing...successful
% 2.53/1.20  
% 2.53/1.20  
% 2.53/1.20  
% 2.53/1.20  ------ 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 
% 2.53/1.20  
% 2.53/1.20  ------ Preprocessing... gs_s  sp: 0 0s  gs_e  snvd_s sp: 0 0s snvd_e 
% 2.53/1.20  
% 2.53/1.20  ------ Preprocessing... sf_s  rm: 1 0s  sf_e  sf_s  rm: 0 0s  sf_e 
% 2.53/1.20  ------ Proving...
% 2.53/1.20  ------ Problem Properties 
% 2.53/1.20  
% 2.53/1.20  
% 2.53/1.20  clauses                                 51
% 2.53/1.20  conjectures                             1
% 2.53/1.20  EPR                                     32
% 2.53/1.20  Horn                                    41
% 2.53/1.20  unary                                   20
% 2.53/1.20  binary                                  14
% 2.53/1.20  lits                                    119
% 2.53/1.20  lits eq                                 26
% 2.53/1.20  fd_pure                                 0
% 2.53/1.20  fd_pseudo                               0
% 2.53/1.20  fd_cond                                 0
% 2.53/1.20  fd_pseudo_cond                          13
% 2.53/1.20  AC symbols                              0
% 2.53/1.20  
% 2.53/1.20  ------ Schedule dynamic 5 is on 
% 2.53/1.20  
% 2.53/1.20  ------ Input Options "--resolution_flag false --inst_lit_sel_side none" Time Limit: 10.
% 2.53/1.20  
% 2.53/1.20  
% 2.53/1.20  ------ 
% 2.53/1.20  Current options:
% 2.53/1.20  ------ 
% 2.53/1.20  
% 2.53/1.20  
% 2.53/1.20  
% 2.53/1.20  
% 2.53/1.20  ------ Proving...
% 2.53/1.20  
% 2.53/1.20  
% 2.53/1.20  % SZS status Unsatisfiable for theBenchmark.p
% 2.53/1.20  
% 2.53/1.20  % SZS output start CNFRefutation for theBenchmark.p
% See solution above
% 2.53/1.20  
% 2.53/1.20  
%------------------------------------------------------------------------------