TSTP Solution File: COL048-1 by CSE---1.7

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : CSE---1.7
% Problem  : COL048-1 : TPTP v8.2.0. Released v1.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : java -jar /export/starexec/sandbox/solver/bin/mcs_scs.jar %d %s

% Computer : n017.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 : Mon Jun 24 04:44:55 EDT 2024

% Result   : Unsatisfiable 0.57s 0.65s
% Output   : CNFRefutation 0.57s
% Verified : 
% SZS Type : -

% Comments : 
%------------------------------------------------------------------------------
%----WARNING: Could not form TPTP format derivation
%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem    : COL048-1 : TPTP v8.2.0. Released v1.0.0.
% 0.03/0.12  % Command    : java -jar /export/starexec/sandbox/solver/bin/mcs_scs.jar %d %s
% 0.13/0.34  % Computer : n017.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   : Tue Jun 18 15:36:39 EDT 2024
% 0.13/0.34  % CPUTime    : 
% 0.45/0.61  start to proof:theBenchmark
% 0.57/0.64  %-------------------------------------------
% 0.57/0.64  % File        :CSE---1.7
% 0.57/0.64  % Problem     :theBenchmark
% 0.57/0.64  % Transform   :cnf
% 0.57/0.64  % Format      :tptp:raw
% 0.57/0.64  % Command     :java -jar mcs_scs.jar %d %s
% 0.57/0.64  
% 0.57/0.64  % Result      :Theorem 0.000000s
% 0.57/0.64  % Output      :CNFRefutation 0.000000s
% 0.57/0.64  %-------------------------------------------
% 0.57/0.65  %--------------------------------------------------------------------------
% 0.57/0.65  % File     : COL048-1 : TPTP v8.2.0. Released v1.0.0.
% 0.57/0.65  % Domain   : Combinatory Logic
% 0.57/0.65  % Problem  : Weak fixed point for B, W, and M
% 0.57/0.65  % Version  : [WM88] (equality) axioms.
% 0.57/0.65  % English  : The weak fixed point property holds for the set P consisting
% 0.57/0.65  %            of the combinators B, W, and M, where ((Bx)y)z = x(yz), (Wx)y
% 0.57/0.65  %            = (xy)y, Mx = xx.
% 0.57/0.65  
% 0.57/0.65  % Refs     : [Smu85] Smullyan (1978), To Mock a Mocking Bird and Other Logi
% 0.57/0.65  %          : [MW87]  McCune & Wos (1987), A Case Study in Automated Theorem
% 0.57/0.65  %          : [WM88]  Wos & McCune (1988), Challenge Problems Focusing on Eq
% 0.57/0.65  %          : [MW88]  McCune & Wos (1988), Some Fixed Point Problems in Comb
% 0.57/0.65  % Source   : [TPTP]
% 0.57/0.65  % Names    :
% 0.57/0.65  
% 0.57/0.65  % Status   : Unsatisfiable
% 0.57/0.65  % Rating   : 0.14 v8.2.0, 0.21 v8.1.0, 0.25 v7.5.0, 0.21 v7.4.0, 0.26 v7.3.0, 0.21 v7.1.0, 0.11 v6.4.0, 0.16 v6.3.0, 0.18 v6.2.0, 0.14 v6.1.0, 0.00 v6.0.0, 0.10 v5.5.0, 0.05 v5.4.0, 0.00 v5.1.0, 0.07 v4.1.0, 0.09 v4.0.1, 0.07 v4.0.0, 0.08 v3.7.0, 0.11 v3.4.0, 0.00 v2.0.0
% 0.57/0.65  % Syntax   : Number of clauses     :    4 (   4 unt;   0 nHn;   1 RR)
% 0.57/0.65  %            Number of literals    :    4 (   4 equ;   1 neg)
% 0.57/0.65  %            Maximal clause size   :    1 (   1 avg)
% 0.57/0.65  %            Maximal term depth    :    4 (   2 avg)
% 0.57/0.65  %            Number of predicates  :    1 (   0 usr;   0 prp; 2-2 aty)
% 0.57/0.65  %            Number of functors    :    5 (   5 usr;   4 con; 0-2 aty)
% 0.57/0.65  %            Number of variables   :    7 (   0 sgn)
% 0.57/0.65  % SPC      : CNF_UNS_RFO_PEQ_UEQ
% 0.57/0.65  
% 0.57/0.65  % Comments :
% 0.57/0.65  %--------------------------------------------------------------------------
% 0.57/0.65  cnf(b_definition,axiom,
% 0.57/0.65      apply(apply(apply(b,X),Y),Z) = apply(X,apply(Y,Z)) ).
% 0.57/0.65  
% 0.57/0.65  cnf(w_definition,axiom,
% 0.57/0.65      apply(apply(w,X),Y) = apply(apply(X,Y),Y) ).
% 0.57/0.65  
% 0.57/0.65  cnf(m_definition,axiom,
% 0.57/0.65      apply(m,X) = apply(X,X) ).
% 0.57/0.65  
% 0.57/0.65  cnf(prove_fixed_point,negated_conjecture,
% 0.57/0.65      Y != apply(combinator,Y) ).
% 0.57/0.65  
% 0.57/0.65  %--------------------------------------------------------------------------
% 0.57/0.65  %-------------------------------------------
% 0.57/0.65  % Proof found
% 0.57/0.65  % SZS status Theorem for theBenchmark
% 0.57/0.65  % SZS output start Proof
% 0.57/0.65  %ClaNum:9(EqnAxiom:5)
% 0.57/0.65  %VarNum:16(SingletonVarNum:7)
% 0.57/0.65  %MaxLitNum:1
% 0.57/0.65  %MaxfuncDepth:3
% 0.57/0.65  %SharedTerms:4
% 0.57/0.65  %goalClause: 9
% 0.57/0.65  %singleGoalClaCount:1
% 0.57/0.65  [6]E(f2(a1,x61),f2(x61,x61))
% 0.57/0.65  [9]~E(f2(a4,x91),x91)
% 0.57/0.65  [7]E(f2(f2(a5,x71),x72),f2(f2(x71,x72),x72))
% 0.57/0.65  [8]E(f2(f2(f2(a3,x81),x82),x83),f2(x81,f2(x82,x83)))
% 0.57/0.65  %EqnAxiom
% 0.57/0.65  [1]E(x11,x11)
% 0.57/0.65  [2]E(x22,x21)+~E(x21,x22)
% 0.57/0.65  [3]E(x31,x33)+~E(x31,x32)+~E(x32,x33)
% 0.57/0.65  [4]~E(x41,x42)+E(f2(x41,x43),f2(x42,x43))
% 0.57/0.65  [5]~E(x51,x52)+E(f2(x53,x51),f2(x53,x52))
% 0.57/0.65  
% 0.57/0.65  %-------------------------------------------
% 0.57/0.65  cnf(10,plain,
% 0.57/0.65     (E(f2(x101,x101),f2(a1,x101))),
% 0.57/0.65     inference(scs_inference,[],[6,2])).
% 0.57/0.65  cnf(14,plain,
% 0.57/0.65     (~E(f2(a4,f2(a1,x141)),f2(x141,x141))),
% 0.57/0.65     inference(scs_inference,[],[9,10,7,2,3])).
% 0.57/0.65  cnf(17,plain,
% 0.57/0.65     ($false),
% 0.57/0.65     inference(scs_inference,[],[14,8,2]),
% 0.57/0.65     ['proof']).
% 0.57/0.65  % SZS output end Proof
% 0.57/0.65  % Total time :0.000000s
%------------------------------------------------------------------------------