TSTP Solution File: RNG023-7 by CSE---1.6

View Problem - Process Solution

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

% Computer : n028.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 13:47:44 EDT 2023

% Result   : Unsatisfiable 0.60s 0.76s
% Output   : CNFRefutation 0.60s
% Verified : 
% SZS Type : -

% Comments : 
%------------------------------------------------------------------------------
%----WARNING: Could not form TPTP format derivation
%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem    : RNG023-7 : TPTP v8.1.2. Released v1.0.0.
% 0.00/0.13  % Command    : java -jar /export/starexec/sandbox2/solver/bin/mcs_scs.jar %s %d
% 0.12/0.34  % Computer : n028.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   : Sun Aug 27 03:26:38 EDT 2023
% 0.12/0.34  % CPUTime    : 
% 0.20/0.59  start to proof:theBenchmark
% 0.60/0.76  %-------------------------------------------
% 0.60/0.76  % File        :CSE---1.6
% 0.60/0.76  % Problem     :theBenchmark
% 0.60/0.76  % Transform   :cnf
% 0.60/0.76  % Format      :tptp:raw
% 0.60/0.76  % Command     :java -jar mcs_scs.jar %d %s
% 0.60/0.76  
% 0.60/0.76  % Result      :Theorem 0.100000s
% 0.60/0.76  % Output      :CNFRefutation 0.100000s
% 0.60/0.76  %-------------------------------------------
% 0.60/0.76  %--------------------------------------------------------------------------
% 0.60/0.76  % File     : RNG023-7 : TPTP v8.1.2. Released v1.0.0.
% 0.60/0.76  % Domain   : Ring Theory (Alternative)
% 0.60/0.76  % Problem  : Left alternative
% 0.60/0.76  % Version  : [Ste87] (equality) axioms : Augmented.
% 0.60/0.76  %            Theorem formulation : In terms of associators
% 0.60/0.76  % English  :
% 0.60/0.76  
% 0.60/0.76  % Refs     : [Ste87] Stevens (1987), Some Experiments in Nonassociative Rin
% 0.60/0.76  %          : [Ste92] Stevens (1992), Unpublished Note
% 0.60/0.76  % Source   : [TPTP]
% 0.60/0.76  % Names    :
% 0.60/0.76  
% 0.60/0.76  % Status   : Unsatisfiable
% 0.60/0.76  % Rating   : 0.04 v8.1.0, 0.10 v7.5.0, 0.08 v7.4.0, 0.13 v7.3.0, 0.05 v7.1.0, 0.06 v7.0.0, 0.05 v6.4.0, 0.00 v6.3.0, 0.06 v6.2.0, 0.07 v6.1.0, 0.06 v6.0.0, 0.10 v5.5.0, 0.05 v5.4.0, 0.07 v5.3.0, 0.00 v2.2.1, 0.11 v2.2.0, 0.00 v2.1.0, 0.13 v2.0.0
% 0.60/0.76  % Syntax   : Number of clauses     :   23 (  23 unt;   0 nHn;   1 RR)
% 0.60/0.76  %            Number of literals    :   23 (  23 equ;   1 neg)
% 0.60/0.76  %            Maximal clause size   :    1 (   1 avg)
% 0.60/0.76  %            Maximal term depth    :    5 (   2 avg)
% 0.60/0.76  %            Number of predicates  :    1 (   0 usr;   0 prp; 2-2 aty)
% 0.60/0.76  %            Number of functors    :    8 (   8 usr;   3 con; 0-3 aty)
% 0.60/0.76  %            Number of variables   :   45 (   2 sgn)
% 0.60/0.76  % SPC      : CNF_UNS_RFO_PEQ_UEQ
% 0.60/0.76  
% 0.60/0.76  % Comments :
% 0.60/0.76  %--------------------------------------------------------------------------
% 0.60/0.76  %----Include nonassociative ring axioms
% 0.60/0.76  include('Axioms/RNG003-0.ax').
% 0.60/0.76  %--------------------------------------------------------------------------
% 0.60/0.76  %----The next 7 clause are extra lemmas which Stevens found useful
% 0.60/0.76  cnf(product_of_inverses,axiom,
% 0.60/0.76      multiply(additive_inverse(X),additive_inverse(Y)) = multiply(X,Y) ).
% 0.60/0.76  
% 0.60/0.76  cnf(inverse_product1,axiom,
% 0.60/0.76      multiply(additive_inverse(X),Y) = additive_inverse(multiply(X,Y)) ).
% 0.60/0.76  
% 0.60/0.76  cnf(inverse_product2,axiom,
% 0.60/0.76      multiply(X,additive_inverse(Y)) = additive_inverse(multiply(X,Y)) ).
% 0.60/0.76  
% 0.60/0.76  cnf(distributivity_of_difference1,axiom,
% 0.60/0.76      multiply(X,add(Y,additive_inverse(Z))) = add(multiply(X,Y),additive_inverse(multiply(X,Z))) ).
% 0.60/0.76  
% 0.60/0.76  cnf(distributivity_of_difference2,axiom,
% 0.60/0.76      multiply(add(X,additive_inverse(Y)),Z) = add(multiply(X,Z),additive_inverse(multiply(Y,Z))) ).
% 0.60/0.76  
% 0.60/0.76  cnf(distributivity_of_difference3,axiom,
% 0.60/0.76      multiply(additive_inverse(X),add(Y,Z)) = add(additive_inverse(multiply(X,Y)),additive_inverse(multiply(X,Z))) ).
% 0.60/0.76  
% 0.60/0.76  cnf(distributivity_of_difference4,axiom,
% 0.60/0.76      multiply(add(X,Y),additive_inverse(Z)) = add(additive_inverse(multiply(X,Z)),additive_inverse(multiply(Y,Z))) ).
% 0.60/0.76  
% 0.60/0.76  cnf(prove_left_alternative,negated_conjecture,
% 0.60/0.76      associator(x,x,y) != additive_identity ).
% 0.60/0.76  
% 0.60/0.76  %--------------------------------------------------------------------------
% 0.60/0.76  %-------------------------------------------
% 0.60/0.76  % Proof found
% 0.60/0.76  % SZS status Theorem for theBenchmark
% 0.60/0.76  % SZS output start Proof
% 0.60/0.77  %ClaNum:29(EqnAxiom:8)
% 0.60/0.77  %VarNum:88(SingletonVarNum:40)
% 0.60/0.77  %MaxLitNum:1
% 0.60/0.77  %MaxfuncDepth:4
% 0.60/0.77  %SharedTerms:10
% 0.60/0.77  %goalClause: 29
% 0.60/0.77  %singleGoalClaCount:1
% 0.60/0.77  [29]~E(f3(f4(f4(a5,a5),a6),f1(f4(a5,f4(a5,a6)))),a2)
% 0.60/0.77  [10]E(f4(x101,a2),a2)
% 0.60/0.77  [11]E(f4(a2,x111),a2)
% 0.60/0.77  [12]E(f3(x121,a2),x121)
% 0.60/0.77  [13]E(f3(a2,x131),x131)
% 0.60/0.77  [9]E(f1(f1(x91)),x91)
% 0.60/0.77  [14]E(f3(x141,f1(x141)),a2)
% 0.60/0.77  [15]E(f3(f1(x151),x151),a2)
% 0.60/0.77  [16]E(f3(x161,x162),f3(x162,x161))
% 0.60/0.77  [17]E(f4(f1(x171),f1(x172)),f4(x171,x172))
% 0.60/0.77  [18]E(f1(f4(x181,x182)),f4(x181,f1(x182)))
% 0.60/0.77  [19]E(f1(f4(x191,x192)),f4(f1(x191),x192))
% 0.60/0.77  [21]E(f4(f4(x211,x212),x212),f4(x211,f4(x212,x212)))
% 0.60/0.77  [22]E(f4(f4(x221,x221),x222),f4(x221,f4(x221,x222)))
% 0.60/0.77  [20]E(f3(f3(x201,x202),x203),f3(x201,f3(x202,x203)))
% 0.60/0.77  [23]E(f3(f4(x231,x232),f4(x231,x233)),f4(x231,f3(x232,x233)))
% 0.60/0.77  [24]E(f3(f4(x241,x242),f4(x243,x242)),f4(f3(x241,x243),x242))
% 0.60/0.77  [25]E(f3(f4(x251,x252),f1(f4(x251,x253))),f4(x251,f3(x252,f1(x253))))
% 0.60/0.77  [26]E(f3(f4(x261,x262),f1(f4(x263,x262))),f4(f3(x261,f1(x263)),x262))
% 0.60/0.77  [27]E(f3(f1(f4(x271,x272)),f1(f4(x271,x273))),f4(f1(x271),f3(x272,x273)))
% 0.60/0.77  [28]E(f3(f1(f4(x281,x282)),f1(f4(x283,x282))),f4(f3(x281,x283),f1(x282)))
% 0.60/0.77  %EqnAxiom
% 0.60/0.77  [1]E(x11,x11)
% 0.60/0.77  [2]E(x22,x21)+~E(x21,x22)
% 0.60/0.77  [3]E(x31,x33)+~E(x31,x32)+~E(x32,x33)
% 0.60/0.77  [4]~E(x41,x42)+E(f1(x41),f1(x42))
% 0.60/0.77  [5]~E(x51,x52)+E(f3(x51,x53),f3(x52,x53))
% 0.60/0.77  [6]~E(x61,x62)+E(f3(x63,x61),f3(x63,x62))
% 0.60/0.77  [7]~E(x71,x72)+E(f4(x71,x73),f4(x72,x73))
% 0.60/0.77  [8]~E(x81,x82)+E(f4(x83,x81),f4(x83,x82))
% 0.60/0.77  
% 0.60/0.77  %-------------------------------------------
% 0.60/0.77  cnf(32,plain,
% 0.60/0.77     (E(f3(x321,a2),x321)),
% 0.60/0.77     inference(rename_variables,[],[12])).
% 0.60/0.77  cnf(35,plain,
% 0.60/0.77     (E(f3(x351,f3(x352,a2)),f3(x351,x352))),
% 0.60/0.77     inference(scs_inference,[],[29,12,32,2,3,8,7,6])).
% 0.60/0.77  cnf(39,plain,
% 0.60/0.77     (~E(f3(f1(f4(a5,f4(a5,a6))),f4(f4(a5,a5),a6)),a2)),
% 0.60/0.77     inference(scs_inference,[],[29,16,2,3])).
% 0.60/0.77  cnf(44,plain,
% 0.60/0.77     (~E(a2,f3(f1(f4(a5,f4(a5,a6))),f4(f4(a5,a5),a6)))),
% 0.60/0.77     inference(scs_inference,[],[39,2])).
% 0.60/0.77  cnf(47,plain,
% 0.60/0.77     (E(a2,f4(x471,a2))),
% 0.60/0.77     inference(scs_inference,[],[10,2])).
% 0.60/0.77  cnf(81,plain,
% 0.60/0.77     (~E(f3(f1(f4(a5,f4(a5,a6))),f4(f4(a5,a5),a6)),f3(x811,f1(x811)))),
% 0.60/0.77     inference(scs_inference,[],[14,39,2,3])).
% 0.60/0.77  cnf(87,plain,
% 0.60/0.77     (~E(f3(x871,f1(x871)),f3(f1(f4(a5,f4(a5,a6))),f4(f4(a5,a5),a6)))),
% 0.60/0.77     inference(scs_inference,[],[81,2])).
% 0.60/0.77  cnf(96,plain,
% 0.60/0.77     (~E(f3(f1(x961),x961),f3(f1(f4(a5,f4(a5,a6))),f4(f4(a5,a5),a6)))),
% 0.60/0.77     inference(scs_inference,[],[16,35,87,2,3])).
% 0.60/0.77  cnf(104,plain,
% 0.60/0.77     (~E(f3(f1(f4(a5,f4(a5,a6))),f4(f4(a5,a5),a6)),f3(f1(x1041),x1041))),
% 0.60/0.77     inference(scs_inference,[],[96,2])).
% 0.60/0.77  cnf(151,plain,
% 0.60/0.77     ($false),
% 0.60/0.77     inference(scs_inference,[],[22,47,44,104,3,8,7,6]),
% 0.60/0.77     ['proof']).
% 0.60/0.77  % SZS output end Proof
% 0.60/0.77  % Total time :0.100000s
%------------------------------------------------------------------------------