TSTP Solution File: MSC003-1 by iProver---3.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : iProver---3.8
% Problem  : MSC003-1 : TPTP v8.1.2. Released v1.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_iprover %s %d THM

% Computer : n004.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 : Thu Aug 31 09:25:57 EDT 2023

% Result   : Unsatisfiable 1.65s 1.17s
% Output   : CNFRefutation 1.65s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    3
%            Number of leaves      :    7
% Syntax   : Number of clauses     :   15 (   3 unt;   3 nHn;  13 RR)
%            Number of literals    :   33 (   0 equ;  16 neg)
%            Maximal clause size   :    3 (   2 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of predicates  :    3 (   2 usr;   1 prp; 0-3 aty)
%            Number of functors    :    9 (   9 usr;   7 con; 0-5 aty)
%            Number of variables   :   17 (   0 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(c_49,plain,
    ( ~ has_parts(X0,X1,X2)
    | in(object_in(X0,X2,X3,X1,X4),X2)
    | has_parts(X0,times(X1,X4),X3) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',not_part_inheritance) ).

cnf(c_50,plain,
    ( ~ has_parts(object_in(X0,X1,X2,X3,X4),X4,X2)
    | ~ has_parts(X0,X3,X1)
    | has_parts(X0,times(X3,X4),X2) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',part_inheritance) ).

cnf(c_51,plain,
    in(john,boy),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',john_is_a_boy) ).

cnf(c_52,plain,
    ( ~ in(X0,boy)
    | in(X0,human) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',in_boy_in_human) ).

cnf(c_54,plain,
    ( ~ in(X0,human)
    | has_parts(X0,n2,arm) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',humans_have_two_arms) ).

cnf(c_55,plain,
    ( ~ in(X0,arm)
    | has_parts(X0,n1,hand) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',arms_have_one_hand) ).

cnf(c_56,negated_conjecture,
    ~ has_parts(john,times(n2,n1),hand),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_john_has_2_hands) ).

cnf(c_95,plain,
    ( ~ in(john,boy)
    | in(john,human) ),
    inference(instantiation,[status(thm)],[c_52]) ).

cnf(c_96,plain,
    ( ~ in(john,human)
    | has_parts(john,n2,arm) ),
    inference(instantiation,[status(thm)],[c_54]) ).

cnf(c_97,plain,
    ( ~ has_parts(object_in(john,arm,X0,n2,X1),X1,X0)
    | ~ has_parts(john,n2,arm)
    | has_parts(john,times(n2,X1),X0) ),
    inference(instantiation,[status(thm)],[c_50]) ).

cnf(c_99,plain,
    ( ~ has_parts(john,n2,arm)
    | in(object_in(john,arm,X0,n2,X1),arm)
    | has_parts(john,times(n2,X1),X0) ),
    inference(instantiation,[status(thm)],[c_49]) ).

cnf(c_105,plain,
    ( ~ has_parts(john,n2,arm)
    | in(object_in(john,arm,hand,n2,n1),arm)
    | has_parts(john,times(n2,n1),hand) ),
    inference(instantiation,[status(thm)],[c_99]) ).

cnf(c_108,plain,
    ( ~ has_parts(object_in(john,arm,hand,n2,n1),n1,hand)
    | ~ has_parts(john,n2,arm)
    | has_parts(john,times(n2,n1),hand) ),
    inference(instantiation,[status(thm)],[c_97]) ).

cnf(c_109,plain,
    ( ~ in(object_in(john,arm,hand,n2,n1),arm)
    | has_parts(object_in(john,arm,hand,n2,n1),n1,hand) ),
    inference(instantiation,[status(thm)],[c_55]) ).

cnf(c_110,plain,
    $false,
    inference(prop_impl_just,[status(thm)],[c_109,c_108,c_105,c_96,c_95,c_56,c_51]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : MSC003-1 : TPTP v8.1.2. Released v1.0.0.
% 0.00/0.13  % Command  : run_iprover %s %d THM
% 0.13/0.34  % Computer : n004.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 : Thu Aug 24 13:33:08 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 0.19/0.46  Running first-order theorem proving
% 0.19/0.46  Running: /export/starexec/sandbox2/solver/bin/run_problem --schedule fof_schedule --no_cores 8 /export/starexec/sandbox2/benchmark/theBenchmark.p 300
% 1.65/1.17  % SZS status Started for theBenchmark.p
% 1.65/1.17  % SZS status Unsatisfiable for theBenchmark.p
% 1.65/1.17  
% 1.65/1.17  %---------------- iProver v3.8 (pre SMT-COMP 2023/CASC 2023) ----------------%
% 1.65/1.17  
% 1.65/1.17  ------  iProver source info
% 1.65/1.17  
% 1.65/1.17  git: date: 2023-05-31 18:12:56 +0000
% 1.65/1.17  git: sha1: 8abddc1f627fd3ce0bcb8b4cbf113b3cc443d7b6
% 1.65/1.17  git: non_committed_changes: false
% 1.65/1.17  git: last_make_outside_of_git: false
% 1.65/1.17  
% 1.65/1.17  ------ Parsing...successful
% 1.65/1.17  
% 1.65/1.17  
% 1.65/1.17  
% 1.65/1.17  ------ Preprocessing... sf_s  rm: 0 0s  sf_e  pe_s  pe_e 
% 1.65/1.17  
% 1.65/1.17  ------ Preprocessing... gs_s  sp: 0 0s  gs_e  snvd_s sp: 0 0s snvd_e 
% 1.65/1.17  ------ Proving...
% 1.65/1.17  ------ Problem Properties 
% 1.65/1.17  
% 1.65/1.17  
% 1.65/1.17  clauses                                 8
% 1.65/1.17  conjectures                             1
% 1.65/1.17  EPR                                     5
% 1.65/1.17  Horn                                    7
% 1.65/1.17  unary                                   2
% 1.65/1.17  binary                                  4
% 1.65/1.17  lits                                    16
% 1.65/1.17  lits eq                                 0
% 1.65/1.17  fd_pure                                 0
% 1.65/1.17  fd_pseudo                               0
% 1.65/1.17  fd_cond                                 0
% 1.65/1.17  fd_pseudo_cond                          0
% 1.65/1.17  AC symbols                              0
% 1.65/1.17  
% 1.65/1.17  ------ Schedule dynamic 5 is on 
% 1.65/1.17  
% 1.65/1.17  ------ no equalities: superposition off 
% 1.65/1.17  
% 1.65/1.17  ------ Input Options "--resolution_flag false --inst_lit_sel_side none" Time Limit: 10.
% 1.65/1.17  
% 1.65/1.17  
% 1.65/1.17  ------ 
% 1.65/1.17  Current options:
% 1.65/1.17  ------ 
% 1.65/1.17  
% 1.65/1.17  
% 1.65/1.17  
% 1.65/1.17  
% 1.65/1.17  ------ Proving...
% 1.65/1.17  
% 1.65/1.17  
% 1.65/1.17  % SZS status Unsatisfiable for theBenchmark.p
% 1.65/1.17  
% 1.65/1.17  % SZS output start CNFRefutation for theBenchmark.p
% See solution above
% 1.65/1.17  
% 1.65/1.17  
%------------------------------------------------------------------------------