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

View Problem - Process Solution

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

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

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

% Comments : 
%------------------------------------------------------------------------------
cnf(c_50,plain,
    ( compose(X0,a) != X1
    | compose(X2,a) != X1
    | X0 = X2 ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',cancellation_for_product1) ).

cnf(c_51,plain,
    ( compose(X0,b) != X1
    | compose(X2,b) != X1
    | X0 = X2 ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',cancellation_for_product2) ).

cnf(c_53,plain,
    compose(h,compose(a,b)) = compose(g,compose(a,b)),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',h_ab_equals_g_ab) ).

cnf(c_54,negated_conjecture,
    h != g,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_h_equals_g) ).

cnf(c_63,plain,
    compose(compose(X0,X1),X2) = compose(X0,compose(X1,X2)),
    file('/export/starexec/sandbox2/benchmark/Axioms/CAT003-0.ax',associativity_of_compose) ).

cnf(c_74,plain,
    ( compose(X0,b) != compose(X1,b)
    | X1 = X0 ),
    inference(unflattening,[status(thm)],[c_51]) ).

cnf(c_75,plain,
    ( compose(X0,a) != compose(X1,a)
    | X1 = X0 ),
    inference(unflattening,[status(thm)],[c_50]) ).

cnf(c_570,plain,
    ( compose(X0,compose(X1,b)) != compose(X2,b)
    | compose(X0,X1) = X2 ),
    inference(superposition,[status(thm)],[c_63,c_74]) ).

cnf(c_593,plain,
    ( compose(h,compose(a,b)) != compose(X0,b)
    | compose(g,a) = X0 ),
    inference(superposition,[status(thm)],[c_53,c_570]) ).

cnf(c_656,plain,
    ( compose(X0,compose(X1,b)) != compose(h,compose(a,b))
    | compose(X0,X1) = compose(g,a) ),
    inference(superposition,[status(thm)],[c_63,c_593]) ).

cnf(c_780,plain,
    compose(h,a) = compose(g,a),
    inference(equality_resolution,[status(thm)],[c_656]) ).

cnf(c_1075,plain,
    ( compose(X0,a) != compose(h,a)
    | X0 = g ),
    inference(superposition,[status(thm)],[c_780,c_75]) ).

cnf(c_1900,plain,
    h = g,
    inference(equality_resolution,[status(thm)],[c_1075]) ).

cnf(c_1901,plain,
    $false,
    inference(backward_subsumption_resolution,[status(thm)],[c_54,c_1900]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.13  % Problem  : CAT004-3 : TPTP v8.1.2. Released v1.0.0.
% 0.07/0.14  % Command  : run_iprover %s %d THM
% 0.14/0.35  % Computer : n015.cluster.edu
% 0.14/0.35  % Model    : x86_64 x86_64
% 0.14/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.35  % Memory   : 8042.1875MB
% 0.14/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.35  % CPULimit : 300
% 0.14/0.35  % WCLimit  : 300
% 0.14/0.35  % DateTime : Thu May  2 21:35:06 EDT 2024
% 0.14/0.35  % CPUTime  : 
% 0.20/0.48  Running first-order theorem proving
% 0.20/0.48  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
% 4.03/1.19  % SZS status Started for theBenchmark.p
% 4.03/1.19  % SZS status Unsatisfiable for theBenchmark.p
% 4.03/1.19  
% 4.03/1.19  %---------------- iProver v3.9 (pre CASC 2024/SMT-COMP 2024) ----------------%
% 4.03/1.19  
% 4.03/1.19  ------  iProver source info
% 4.03/1.19  
% 4.03/1.19  git: date: 2024-05-02 19:28:25 +0000
% 4.03/1.19  git: sha1: a33b5eb135c74074ba803943bb12f2ebd971352f
% 4.03/1.19  git: non_committed_changes: false
% 4.03/1.19  
% 4.03/1.19  ------ Parsing...successful
% 4.03/1.19  
% 4.03/1.19  
% 4.03/1.19  
% 4.03/1.19  ------ Preprocessing... sup_sim: 0  sf_s  rm: 1 0s  sf_e  pe_s  pe:1:0s pe_e  sup_sim: 0  sf_s  rm: 1 0s  sf_e  pe_s  pe_e 
% 4.03/1.19  
% 4.03/1.19  ------ Preprocessing... gs_s  sp: 0 0s  gs_e  snvd_s sp: 0 0s snvd_e 
% 4.03/1.19  
% 4.03/1.19  ------ Preprocessing... sf_s  rm: 1 0s  sf_e  sf_s  rm: 0 0s  sf_e 
% 4.03/1.19  ------ Proving...
% 4.03/1.19  ------ Problem Properties 
% 4.03/1.19  
% 4.03/1.19  
% 4.03/1.19  clauses                                 18
% 4.03/1.19  conjectures                             1
% 4.03/1.19  EPR                                     2
% 4.03/1.19  Horn                                    16
% 4.03/1.19  unary                                   7
% 4.03/1.19  binary                                  8
% 4.03/1.19  lits                                    32
% 4.03/1.19  lits eq                                 18
% 4.03/1.19  fd_pure                                 0
% 4.03/1.19  fd_pseudo                               0
% 4.03/1.19  fd_cond                                 0
% 4.03/1.19  fd_pseudo_cond                          4
% 4.03/1.19  AC symbols                              0
% 4.03/1.19  
% 4.03/1.19  ------ Input Options Time Limit: Unbounded
% 4.03/1.19  
% 4.03/1.19  
% 4.03/1.19  ------ 
% 4.03/1.19  Current options:
% 4.03/1.19  ------ 
% 4.03/1.19  
% 4.03/1.19  
% 4.03/1.19  
% 4.03/1.19  
% 4.03/1.19  ------ Proving...
% 4.03/1.19  
% 4.03/1.19  
% 4.03/1.19  ------ Proving...
% 4.03/1.19  
% 4.03/1.19  
% 4.03/1.19  ------ Proving...
% 4.03/1.19  
% 4.03/1.19  
% 4.03/1.19  % SZS status Unsatisfiable for theBenchmark.p
% 4.03/1.19  
% 4.03/1.19  % SZS output start CNFRefutation for theBenchmark.p
% See solution above
% 4.03/1.19  
% 4.03/1.19  
%------------------------------------------------------------------------------