TSTP Solution File: MSC004-1 by CSE_E---1.5

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : CSE_E---1.5
% Problem  : MSC004-1 : TPTP v8.1.2. Released v1.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : java -jar /export/starexec/sandbox2/solver/bin/mcs_scs.jar %d %s

% Computer : n013.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:20:50 EDT 2023

% Result   : Unsatisfiable 0.17s 0.58s
% Output   : CNFRefutation 0.17s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    5
%            Number of leaves      :   21
% Syntax   : Number of formulae    :   37 (   7 unt;  13 typ;   0 def)
%            Number of atoms       :   47 (   0 equ)
%            Maximal formula atoms :    3 (   1 avg)
%            Number of connectives :   45 (  22   ~;  23   |;   0   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    4 (   3 avg)
%            Maximal term depth    :    3 (   1 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   12 (   4   >;   8   *;   0   +;   0  <<)
%            Number of predicates  :    3 (   2 usr;   1 prp; 0-3 aty)
%            Number of functors    :   11 (  11 usr;   9 con; 0-5 aty)
%            Number of variables   :   41 (   0 sgn;   0   !;   0   ?;   0   :)

% Comments : 
%------------------------------------------------------------------------------
tff(decl_22,type,
    object_in: ( $i * $i * $i * $i * $i ) > $i ).

tff(decl_23,type,
    in: ( $i * $i ) > $o ).

tff(decl_24,type,
    times: ( $i * $i ) > $i ).

tff(decl_25,type,
    has_parts: ( $i * $i * $i ) > $o ).

tff(decl_26,type,
    john: $i ).

tff(decl_27,type,
    boy: $i ).

tff(decl_28,type,
    human: $i ).

tff(decl_29,type,
    n5: $i ).

tff(decl_30,type,
    fingers: $i ).

tff(decl_31,type,
    hand: $i ).

tff(decl_32,type,
    n2: $i ).

tff(decl_33,type,
    arm: $i ).

tff(decl_34,type,
    n1: $i ).

cnf(hands_have_5_fingers,hypothesis,
    ( has_parts(X1,n5,fingers)
    | ~ in(X1,hand) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',hands_have_5_fingers) ).

cnf(not_part_inheritance,axiom,
    ( in(object_in(X1,X2,X3,X4,X5),X2)
    | has_parts(X1,times(X4,X5),X3)
    | ~ has_parts(X1,X4,X2) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',not_part_inheritance) ).

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

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

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

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

cnf(prove_john_has_10_fingers,negated_conjecture,
    ~ has_parts(john,times(times(n2,n1),n5),fingers),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_john_has_10_fingers) ).

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

cnf(c_0_8,hypothesis,
    ( has_parts(X1,n5,fingers)
    | ~ in(X1,hand) ),
    hands_have_5_fingers ).

cnf(c_0_9,axiom,
    ( in(object_in(X1,X2,X3,X4,X5),X2)
    | has_parts(X1,times(X4,X5),X3)
    | ~ has_parts(X1,X4,X2) ),
    not_part_inheritance ).

cnf(c_0_10,axiom,
    ( has_parts(X1,times(X2,X3),X4)
    | ~ has_parts(X1,X2,X5)
    | ~ has_parts(object_in(X1,X5,X4,X2,X3),X3,X4) ),
    part_inheritance ).

cnf(c_0_11,hypothesis,
    ( has_parts(object_in(X1,hand,X2,X3,X4),n5,fingers)
    | has_parts(X1,times(X3,X4),X2)
    | ~ has_parts(X1,X3,hand) ),
    inference(spm,[status(thm)],[c_0_8,c_0_9]) ).

cnf(c_0_12,hypothesis,
    ( has_parts(X1,n1,hand)
    | ~ in(X1,arm) ),
    arms_have_one_hand ).

cnf(c_0_13,hypothesis,
    ( has_parts(X1,n2,arm)
    | ~ in(X1,human) ),
    humans_have_two_arms ).

cnf(c_0_14,hypothesis,
    ( in(X1,human)
    | ~ in(X1,boy) ),
    in_boy_in_human ).

cnf(c_0_15,negated_conjecture,
    ~ has_parts(john,times(times(n2,n1),n5),fingers),
    prove_john_has_10_fingers ).

cnf(c_0_16,hypothesis,
    ( has_parts(X1,times(X2,n5),fingers)
    | ~ has_parts(X1,X2,hand) ),
    inference(spm,[status(thm)],[c_0_10,c_0_11]) ).

cnf(c_0_17,hypothesis,
    ( has_parts(object_in(X1,arm,X2,X3,X4),n1,hand)
    | has_parts(X1,times(X3,X4),X2)
    | ~ has_parts(X1,X3,arm) ),
    inference(spm,[status(thm)],[c_0_12,c_0_9]) ).

cnf(c_0_18,hypothesis,
    ( has_parts(X1,n2,arm)
    | ~ in(X1,boy) ),
    inference(spm,[status(thm)],[c_0_13,c_0_14]) ).

cnf(c_0_19,hypothesis,
    in(john,boy),
    john_is_a_boy ).

cnf(c_0_20,negated_conjecture,
    ~ has_parts(john,times(n2,n1),hand),
    inference(spm,[status(thm)],[c_0_15,c_0_16]) ).

cnf(c_0_21,hypothesis,
    ( has_parts(X1,times(X2,n1),hand)
    | ~ has_parts(X1,X2,arm) ),
    inference(spm,[status(thm)],[c_0_10,c_0_17]) ).

cnf(c_0_22,hypothesis,
    has_parts(john,n2,arm),
    inference(spm,[status(thm)],[c_0_18,c_0_19]) ).

cnf(c_0_23,negated_conjecture,
    $false,
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_20,c_0_21]),c_0_22])]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.10  % Problem    : MSC004-1 : TPTP v8.1.2. Released v1.0.0.
% 0.00/0.11  % Command    : java -jar /export/starexec/sandbox2/solver/bin/mcs_scs.jar %d %s
% 0.10/0.32  % Computer : n013.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   : Thu Aug 24 13:44:47 EDT 2023
% 0.10/0.32  % CPUTime  : 
% 0.17/0.56  start to proof: theBenchmark
% 0.17/0.58  % Version  : CSE_E---1.5
% 0.17/0.58  % Problem  : theBenchmark.p
% 0.17/0.58  % Proof found
% 0.17/0.58  % SZS status Theorem for theBenchmark.p
% 0.17/0.58  % SZS output start Proof
% See solution above
% 0.17/0.58  % Total time : 0.004000 s
% 0.17/0.58  % SZS output end Proof
% 0.17/0.58  % Total time : 0.006000 s
%------------------------------------------------------------------------------