TSTP Solution File: GRP036-3 by CSE---1.6

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : CSE---1.6
% Problem  : GRP036-3 : TPTP v8.1.2. Released v1.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : java -jar /export/starexec/sandbox/solver/bin/mcs_scs.jar %s %d

% Computer : n007.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 00:10:42 EDT 2023

% Result   : Unsatisfiable 0.55s 0.62s
% Output   : CNFRefutation 0.55s
% Verified : 
% SZS Type : -

% Comments : 
%------------------------------------------------------------------------------
%----WARNING: Could not form TPTP format derivation
%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.12  % Problem    : GRP036-3 : TPTP v8.1.2. Released v1.0.0.
% 0.11/0.13  % Command    : java -jar /export/starexec/sandbox/solver/bin/mcs_scs.jar %s %d
% 0.12/0.34  % Computer : n007.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit   : 300
% 0.12/0.34  % WCLimit    : 300
% 0.12/0.34  % DateTime   : Mon Aug 28 22:12:28 EDT 2023
% 0.12/0.34  % CPUTime    : 
% 0.19/0.57  start to proof:theBenchmark
% 0.55/0.62  %-------------------------------------------
% 0.55/0.62  % File        :CSE---1.6
% 0.55/0.62  % Problem     :theBenchmark
% 0.55/0.62  % Transform   :cnf
% 0.55/0.62  % Format      :tptp:raw
% 0.55/0.62  % Command     :java -jar mcs_scs.jar %d %s
% 0.55/0.62  
% 0.55/0.62  % Result      :Theorem 0.010000s
% 0.55/0.62  % Output      :CNFRefutation 0.010000s
% 0.55/0.62  %-------------------------------------------
% 0.55/0.62  %--------------------------------------------------------------------------
% 0.55/0.62  % File     : GRP036-3 : TPTP v8.1.2. Released v1.0.0.
% 0.55/0.62  % Domain   : Group Theory (Subgroups)
% 0.55/0.62  % Problem  : In subgroups, the identity element is unique
% 0.55/0.62  % Version  : [Wos65] axioms.
% 0.55/0.62  % English  :
% 0.55/0.62  
% 0.55/0.62  % Refs     : [Wos65] Wos (1965), Unpublished Note
% 0.55/0.62  %          : [WM76]  Wilson & Minker (1976), Resolution, Refinements, and S
% 0.55/0.62  % Source   : [SPRFN]
% 0.55/0.62  % Names    : Problem 16 [Wos65]
% 0.55/0.62  %          : wos16 [WM76]
% 0.55/0.62  
% 0.55/0.62  % Status   : Unsatisfiable
% 0.55/0.62  % Rating   : 0.00 v5.5.0, 0.06 v5.4.0, 0.00 v5.3.0, 0.08 v5.2.0, 0.00 v2.0.0
% 0.55/0.62  % Syntax   : Number of clauses     :   16 (   7 unt;   0 nHn;  11 RR)
% 0.55/0.62  %            Number of literals    :   32 (   2 equ;  17 neg)
% 0.55/0.62  %            Maximal clause size   :    4 (   2 avg)
% 0.55/0.62  %            Maximal term depth    :    2 (   1 avg)
% 0.55/0.62  %            Number of predicates  :    3 (   2 usr;   0 prp; 1-3 aty)
% 0.55/0.62  %            Number of functors    :    5 (   5 usr;   2 con; 0-2 aty)
% 0.55/0.62  %            Number of variables   :   30 (   0 sgn)
% 0.55/0.62  % SPC      : CNF_UNS_RFO_SEQ_HRN
% 0.55/0.62  
% 0.55/0.62  % Comments :
% 0.55/0.62  %--------------------------------------------------------------------------
% 0.55/0.62  %----Include group theory axioms
% 0.55/0.62  include('Axioms/GRP003-0.ax').
% 0.55/0.62  %----Include sub-group theory axioms
% 0.55/0.62  include('Axioms/GRP003-2.ax').
% 0.55/0.62  %--------------------------------------------------------------------------
% 0.55/0.62  cnf(another_left_identity,hypothesis,
% 0.55/0.62      ( ~ subgroup_member(A)
% 0.55/0.62      | product(another_identity,A,A) ) ).
% 0.55/0.62  
% 0.55/0.62  cnf(another_right_identity,hypothesis,
% 0.55/0.62      ( ~ subgroup_member(A)
% 0.55/0.62      | product(A,another_identity,A) ) ).
% 0.55/0.62  
% 0.55/0.62  cnf(another_right_inverse,hypothesis,
% 0.55/0.62      ( ~ subgroup_member(A)
% 0.55/0.62      | product(A,another_inverse(A),another_identity) ) ).
% 0.55/0.62  
% 0.55/0.62  cnf(another_left_inverse,hypothesis,
% 0.55/0.62      ( ~ subgroup_member(A)
% 0.55/0.62      | product(another_inverse(A),A,another_identity) ) ).
% 0.55/0.62  
% 0.55/0.62  cnf(another_inverse_in_subgroup,hypothesis,
% 0.55/0.62      ( ~ subgroup_member(A)
% 0.55/0.62      | subgroup_member(another_inverse(A)) ) ).
% 0.55/0.62  
% 0.55/0.62  cnf(another_identity_in_subgroup,hypothesis,
% 0.55/0.62      subgroup_member(another_identity) ).
% 0.55/0.62  
% 0.55/0.62  cnf(prove_identity_equals_another_identity,negated_conjecture,
% 0.55/0.62      identity != another_identity ).
% 0.55/0.62  
% 0.55/0.62  %--------------------------------------------------------------------------
% 0.55/0.62  %-------------------------------------------
% 0.55/0.62  % Proof found
% 0.55/0.62  % SZS status Theorem for theBenchmark
% 0.55/0.62  % SZS output start Proof
% 0.55/0.63  %ClaNum:27(EqnAxiom:11)
% 0.55/0.63  %VarNum:64(SingletonVarNum:30)
% 0.55/0.63  %MaxLitNum:4
% 0.55/0.63  %MaxfuncDepth:1
% 0.55/0.63  %SharedTerms:4
% 0.55/0.63  %goalClause: 18
% 0.55/0.63  %singleGoalClaCount:1
% 0.55/0.63  [12]P1(a1)
% 0.55/0.63  [18]~E(a1,a2)
% 0.55/0.63  [13]P2(x131,a2,x131)
% 0.55/0.63  [14]P2(a2,x141,x141)
% 0.55/0.63  [15]P2(x151,f4(x151),a2)
% 0.55/0.63  [16]P2(f4(x161),x161,a2)
% 0.55/0.63  [17]P2(x171,x172,f5(x171,x172))
% 0.55/0.63  [20]~P1(x201)+P2(x201,a1,x201)
% 0.55/0.63  [21]~P1(x211)+P2(a1,x211,x211)
% 0.55/0.63  [19]~P1(x191)+P1(f3(x191))
% 0.55/0.63  [22]~P1(x221)+P2(x221,f3(x221),a1)
% 0.55/0.63  [23]~P1(x231)+P2(f3(x231),x231,a1)
% 0.55/0.63  [25]~P2(x253,x254,x251)+E(x251,x252)+~P2(x253,x254,x252)
% 0.55/0.63  [24]P1(x241)+~P1(x242)+~P1(x243)+~P2(x243,f4(x242),x241)
% 0.55/0.63  [26]~P2(x266,x264,x261)+P2(x261,x262,x263)+~P2(x264,x262,x265)+~P2(x266,x265,x263)
% 0.55/0.63  [27]~P2(x271,x276,x274)+P2(x271,x272,x273)+~P2(x274,x275,x273)+~P2(x276,x275,x272)
% 0.55/0.63  %EqnAxiom
% 0.55/0.63  [1]E(x11,x11)
% 0.55/0.63  [2]E(x22,x21)+~E(x21,x22)
% 0.55/0.63  [3]E(x31,x33)+~E(x31,x32)+~E(x32,x33)
% 0.55/0.63  [4]~E(x41,x42)+E(f4(x41),f4(x42))
% 0.55/0.63  [5]~E(x51,x52)+E(f3(x51),f3(x52))
% 0.55/0.63  [6]~E(x61,x62)+E(f5(x61,x63),f5(x62,x63))
% 0.55/0.63  [7]~E(x71,x72)+E(f5(x73,x71),f5(x73,x72))
% 0.55/0.63  [8]~P1(x81)+P1(x82)+~E(x81,x82)
% 0.55/0.63  [9]P2(x92,x93,x94)+~E(x91,x92)+~P2(x91,x93,x94)
% 0.55/0.63  [10]P2(x103,x102,x104)+~E(x101,x102)+~P2(x103,x101,x104)
% 0.55/0.63  [11]P2(x113,x114,x112)+~E(x111,x112)+~P2(x113,x114,x111)
% 0.55/0.63  
% 0.55/0.63  %-------------------------------------------
% 0.55/0.63  cnf(29,plain,
% 0.55/0.63     (P2(x291,x292,f5(x291,x292))),
% 0.55/0.63     inference(rename_variables,[],[17])).
% 0.55/0.63  cnf(31,plain,
% 0.55/0.63     (P2(x311,x312,f5(x311,x312))),
% 0.55/0.63     inference(rename_variables,[],[17])).
% 0.55/0.63  cnf(36,plain,
% 0.55/0.63     (~E(a2,a1)),
% 0.55/0.63     inference(scs_inference,[],[18,13,12,17,29,31,25,27,24,2])).
% 0.55/0.63  cnf(37,plain,
% 0.55/0.63     (P2(a1,a1,a1)),
% 0.55/0.63     inference(scs_inference,[],[18,13,12,17,29,31,25,27,24,2,21])).
% 0.55/0.63  cnf(43,plain,
% 0.55/0.63     (P1(f3(a1))),
% 0.55/0.63     inference(scs_inference,[],[18,13,12,17,29,31,25,27,24,2,21,23,22,19])).
% 0.55/0.63  cnf(45,plain,
% 0.55/0.63     (E(f5(x451,x452),f5(x451,f5(x452,a2)))),
% 0.55/0.63     inference(scs_inference,[],[18,13,12,17,29,31,25,27,24,2,21,23,22,19,7])).
% 0.55/0.63  cnf(48,plain,
% 0.55/0.63     (E(f4(x481),f4(f5(x481,a2)))),
% 0.55/0.63     inference(scs_inference,[],[18,13,12,17,29,31,25,27,24,2,21,23,22,19,7,6,5,4])).
% 0.55/0.63  cnf(66,plain,
% 0.55/0.63     (P2(x661,f4(x661),a2)),
% 0.55/0.63     inference(rename_variables,[],[15])).
% 0.55/0.63  cnf(72,plain,
% 0.55/0.63     ($false),
% 0.55/0.63     inference(scs_inference,[],[15,66,14,13,45,48,37,43,36,20,2,10,25,27,26]),
% 0.55/0.63     ['proof']).
% 0.55/0.63  % SZS output end Proof
% 0.55/0.63  % Total time :0.010000s
%------------------------------------------------------------------------------