TSTP Solution File: SWV238+1 by iProver-SAT---3.9

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : iProver-SAT---3.9
% Problem  : SWV238+1 : TPTP v8.1.2. Released v3.2.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_iprover %s %d SAT

% Computer : n014.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 : Fri May  3 03:20:50 EDT 2024

% Result   : CounterSatisfiable 47.01s 6.47s
% Output   : Saturation 47.71s
% Verified : 
% SZS Type : ERROR: Analysing output (MakeTreeStats fails)

% Comments : 
%------------------------------------------------------------------------------
fof(f1,axiom,
    ! [X0,X1] : enc(i(X0),enc(X0,X1)) = X1,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',enc_dec_cancel) ).

fof(f2,axiom,
    ! [X0,X1] : enc(X0,enc(i(X0),X1)) = X1,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',dec_enc_cancel) ).

fof(f3,axiom,
    ! [X0] : i(i(X0)) = X0,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',double_inverse_cancel) ).

fof(f4,axiom,
    ! [X0] :
      ( p(X0)
     => p(i(X0)) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',keys_are_symmetric) ).

fof(f5,axiom,
    ! [X0,X1,X2] :
      ( ( p(X2)
        & p(X1)
        & p(X0) )
     => p(enc(tmk,enc(i(enc(i(zcmk),X1)),X0))) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',key_translate_from_ZCMK_to_TMK) ).

fof(f6,axiom,
    ! [X0,X1,X2] :
      ( ( p(X2)
        & p(X1)
        & p(X0) )
     => p(enc(i(enc(i(zcmk),X1)),enc(i(tmk),X0))) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',key_translate_from_TMK_to_ZCMK) ).

fof(f7,axiom,
    ! [X0,X1,X2] :
      ( ( p(X2)
        & p(X1)
        & p(X0) )
     => p(enc(wk,enc(i(tmk),X0))) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',receive_working_key_from_switch) ).

fof(f8,axiom,
    ! [X0,X1,X2] :
      ( ( p(X2)
        & p(X1)
        & p(X0) )
     => p(enc(enc(i(tmk),X1),enc(i(tmk),X0))) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',encrypt_a_PIN_derivation_key_under_a_TMK) ).

fof(f9,axiom,
    ! [X0,X1,X2] :
      ( ( p(X2)
        & p(X1)
        & p(X0) )
     => p(enc(enc(i(tmk),X1),enc(i(tc),X0))) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',encrypt_a_stored_comms_key) ).

fof(f10,axiom,
    ! [X0,X1,X2] :
      ( ( p(X2)
        & p(X1)
        & p(X0) )
     => p(enc(enc(i(tc),X0),X1)) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',data_encrypt) ).

fof(f11,axiom,
    ! [X0,X1,X2] :
      ( ( p(X2)
        & p(X1)
        & p(X0) )
     => p(enc(i(enc(i(tc),X0)),X1)) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',data_decrypt) ).

fof(f12,axiom,
    ! [X0,X1,X2] :
      ( ( p(X2)
        & p(X1)
        & p(X0) )
     => p(enc(enc(i(wk),X2),enc(i(enc(i(tmk),X1)),X0))) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',data_translate_PIN_from_local_to_interchange_key) ).

fof(f13,axiom,
    ! [X0,X1,X2] :
      ( ( p(X2)
        & p(X1)
        & p(X0) )
     => p(enc(enc(i(wk),X2),enc(i(enc(i(wk),X1)),X0))) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',data_translate_between_interchange_keys) ).

fof(f14,axiom,
    ! [X0,X1,X2] :
      ( ( p(X2)
        & p(X1)
        & p(X0) )
     => p(enc(enc(i(wk),X1),enc(i(lp),X0))) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',data_translate_PIN_from_local_storage_to_interchange_key) ).

fof(f15,axiom,
    ! [X0,X1,X2] :
      ( ( p(X2)
        & p(X1)
        & p(X0) )
     => p(enc(X0,X1)) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',attacker_can_encrypt) ).

fof(f16,axiom,
    p(enc(tmk,pp)),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',intruder_knows_1) ).

fof(f17,axiom,
    p(enc(wk,w)),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',intruder_knows_2) ).

fof(f18,axiom,
    p(enc(w,t1)),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',intruder_knows_3) ).

fof(f19,axiom,
    p(enc(lp,t2)),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',intruder_knows_4) ).

fof(f20,axiom,
    p(enc(tc,k)),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',intruder_knows_5) ).

fof(f21,axiom,
    p(kk),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',intruder_knows_6) ).

fof(f22,axiom,
    p(i(kk)),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',intruder_knows_7) ).

fof(f23,axiom,
    p(a),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',intruder_knows_8) ).

fof(f24,conjecture,
    p(enc(pp,a)),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',co1) ).

fof(f25,negated_conjecture,
    ~ p(enc(pp,a)),
    inference(negated_conjecture,[],[f24]) ).

fof(f26,plain,
    ~ p(enc(pp,a)),
    inference(flattening,[],[f25]) ).

fof(f27,plain,
    ! [X0] :
      ( p(i(X0))
      | ~ p(X0) ),
    inference(ennf_transformation,[],[f4]) ).

fof(f28,plain,
    ! [X0,X1,X2] :
      ( p(enc(tmk,enc(i(enc(i(zcmk),X1)),X0)))
      | ~ p(X2)
      | ~ p(X1)
      | ~ p(X0) ),
    inference(ennf_transformation,[],[f5]) ).

fof(f29,plain,
    ! [X0,X1,X2] :
      ( p(enc(tmk,enc(i(enc(i(zcmk),X1)),X0)))
      | ~ p(X2)
      | ~ p(X1)
      | ~ p(X0) ),
    inference(flattening,[],[f28]) ).

fof(f30,plain,
    ! [X0,X1,X2] :
      ( p(enc(i(enc(i(zcmk),X1)),enc(i(tmk),X0)))
      | ~ p(X2)
      | ~ p(X1)
      | ~ p(X0) ),
    inference(ennf_transformation,[],[f6]) ).

fof(f31,plain,
    ! [X0,X1,X2] :
      ( p(enc(i(enc(i(zcmk),X1)),enc(i(tmk),X0)))
      | ~ p(X2)
      | ~ p(X1)
      | ~ p(X0) ),
    inference(flattening,[],[f30]) ).

fof(f32,plain,
    ! [X0,X1,X2] :
      ( p(enc(wk,enc(i(tmk),X0)))
      | ~ p(X2)
      | ~ p(X1)
      | ~ p(X0) ),
    inference(ennf_transformation,[],[f7]) ).

fof(f33,plain,
    ! [X0,X1,X2] :
      ( p(enc(wk,enc(i(tmk),X0)))
      | ~ p(X2)
      | ~ p(X1)
      | ~ p(X0) ),
    inference(flattening,[],[f32]) ).

fof(f34,plain,
    ! [X0,X1,X2] :
      ( p(enc(enc(i(tmk),X1),enc(i(tmk),X0)))
      | ~ p(X2)
      | ~ p(X1)
      | ~ p(X0) ),
    inference(ennf_transformation,[],[f8]) ).

fof(f35,plain,
    ! [X0,X1,X2] :
      ( p(enc(enc(i(tmk),X1),enc(i(tmk),X0)))
      | ~ p(X2)
      | ~ p(X1)
      | ~ p(X0) ),
    inference(flattening,[],[f34]) ).

fof(f36,plain,
    ! [X0,X1,X2] :
      ( p(enc(enc(i(tmk),X1),enc(i(tc),X0)))
      | ~ p(X2)
      | ~ p(X1)
      | ~ p(X0) ),
    inference(ennf_transformation,[],[f9]) ).

fof(f37,plain,
    ! [X0,X1,X2] :
      ( p(enc(enc(i(tmk),X1),enc(i(tc),X0)))
      | ~ p(X2)
      | ~ p(X1)
      | ~ p(X0) ),
    inference(flattening,[],[f36]) ).

fof(f38,plain,
    ! [X0,X1,X2] :
      ( p(enc(enc(i(tc),X0),X1))
      | ~ p(X2)
      | ~ p(X1)
      | ~ p(X0) ),
    inference(ennf_transformation,[],[f10]) ).

fof(f39,plain,
    ! [X0,X1,X2] :
      ( p(enc(enc(i(tc),X0),X1))
      | ~ p(X2)
      | ~ p(X1)
      | ~ p(X0) ),
    inference(flattening,[],[f38]) ).

fof(f40,plain,
    ! [X0,X1,X2] :
      ( p(enc(i(enc(i(tc),X0)),X1))
      | ~ p(X2)
      | ~ p(X1)
      | ~ p(X0) ),
    inference(ennf_transformation,[],[f11]) ).

fof(f41,plain,
    ! [X0,X1,X2] :
      ( p(enc(i(enc(i(tc),X0)),X1))
      | ~ p(X2)
      | ~ p(X1)
      | ~ p(X0) ),
    inference(flattening,[],[f40]) ).

fof(f42,plain,
    ! [X0,X1,X2] :
      ( p(enc(enc(i(wk),X2),enc(i(enc(i(tmk),X1)),X0)))
      | ~ p(X2)
      | ~ p(X1)
      | ~ p(X0) ),
    inference(ennf_transformation,[],[f12]) ).

fof(f43,plain,
    ! [X0,X1,X2] :
      ( p(enc(enc(i(wk),X2),enc(i(enc(i(tmk),X1)),X0)))
      | ~ p(X2)
      | ~ p(X1)
      | ~ p(X0) ),
    inference(flattening,[],[f42]) ).

fof(f44,plain,
    ! [X0,X1,X2] :
      ( p(enc(enc(i(wk),X2),enc(i(enc(i(wk),X1)),X0)))
      | ~ p(X2)
      | ~ p(X1)
      | ~ p(X0) ),
    inference(ennf_transformation,[],[f13]) ).

fof(f45,plain,
    ! [X0,X1,X2] :
      ( p(enc(enc(i(wk),X2),enc(i(enc(i(wk),X1)),X0)))
      | ~ p(X2)
      | ~ p(X1)
      | ~ p(X0) ),
    inference(flattening,[],[f44]) ).

fof(f46,plain,
    ! [X0,X1,X2] :
      ( p(enc(enc(i(wk),X1),enc(i(lp),X0)))
      | ~ p(X2)
      | ~ p(X1)
      | ~ p(X0) ),
    inference(ennf_transformation,[],[f14]) ).

fof(f47,plain,
    ! [X0,X1,X2] :
      ( p(enc(enc(i(wk),X1),enc(i(lp),X0)))
      | ~ p(X2)
      | ~ p(X1)
      | ~ p(X0) ),
    inference(flattening,[],[f46]) ).

fof(f48,plain,
    ! [X0,X1,X2] :
      ( p(enc(X0,X1))
      | ~ p(X2)
      | ~ p(X1)
      | ~ p(X0) ),
    inference(ennf_transformation,[],[f15]) ).

fof(f49,plain,
    ! [X0,X1,X2] :
      ( p(enc(X0,X1))
      | ~ p(X2)
      | ~ p(X1)
      | ~ p(X0) ),
    inference(flattening,[],[f48]) ).

fof(f50,plain,
    ! [X0,X1] : enc(i(X0),enc(X0,X1)) = X1,
    inference(cnf_transformation,[],[f1]) ).

fof(f51,plain,
    ! [X0,X1] : enc(X0,enc(i(X0),X1)) = X1,
    inference(cnf_transformation,[],[f2]) ).

fof(f52,plain,
    ! [X0] : i(i(X0)) = X0,
    inference(cnf_transformation,[],[f3]) ).

fof(f53,plain,
    ! [X0] :
      ( p(i(X0))
      | ~ p(X0) ),
    inference(cnf_transformation,[],[f27]) ).

fof(f54,plain,
    ! [X2,X0,X1] :
      ( p(enc(tmk,enc(i(enc(i(zcmk),X1)),X0)))
      | ~ p(X2)
      | ~ p(X1)
      | ~ p(X0) ),
    inference(cnf_transformation,[],[f29]) ).

fof(f55,plain,
    ! [X2,X0,X1] :
      ( p(enc(i(enc(i(zcmk),X1)),enc(i(tmk),X0)))
      | ~ p(X2)
      | ~ p(X1)
      | ~ p(X0) ),
    inference(cnf_transformation,[],[f31]) ).

fof(f56,plain,
    ! [X2,X0,X1] :
      ( p(enc(wk,enc(i(tmk),X0)))
      | ~ p(X2)
      | ~ p(X1)
      | ~ p(X0) ),
    inference(cnf_transformation,[],[f33]) ).

fof(f57,plain,
    ! [X2,X0,X1] :
      ( p(enc(enc(i(tmk),X1),enc(i(tmk),X0)))
      | ~ p(X2)
      | ~ p(X1)
      | ~ p(X0) ),
    inference(cnf_transformation,[],[f35]) ).

fof(f58,plain,
    ! [X2,X0,X1] :
      ( p(enc(enc(i(tmk),X1),enc(i(tc),X0)))
      | ~ p(X2)
      | ~ p(X1)
      | ~ p(X0) ),
    inference(cnf_transformation,[],[f37]) ).

fof(f59,plain,
    ! [X2,X0,X1] :
      ( p(enc(enc(i(tc),X0),X1))
      | ~ p(X2)
      | ~ p(X1)
      | ~ p(X0) ),
    inference(cnf_transformation,[],[f39]) ).

fof(f60,plain,
    ! [X2,X0,X1] :
      ( p(enc(i(enc(i(tc),X0)),X1))
      | ~ p(X2)
      | ~ p(X1)
      | ~ p(X0) ),
    inference(cnf_transformation,[],[f41]) ).

fof(f61,plain,
    ! [X2,X0,X1] :
      ( p(enc(enc(i(wk),X2),enc(i(enc(i(tmk),X1)),X0)))
      | ~ p(X2)
      | ~ p(X1)
      | ~ p(X0) ),
    inference(cnf_transformation,[],[f43]) ).

fof(f62,plain,
    ! [X2,X0,X1] :
      ( p(enc(enc(i(wk),X2),enc(i(enc(i(wk),X1)),X0)))
      | ~ p(X2)
      | ~ p(X1)
      | ~ p(X0) ),
    inference(cnf_transformation,[],[f45]) ).

fof(f63,plain,
    ! [X2,X0,X1] :
      ( p(enc(enc(i(wk),X1),enc(i(lp),X0)))
      | ~ p(X2)
      | ~ p(X1)
      | ~ p(X0) ),
    inference(cnf_transformation,[],[f47]) ).

fof(f64,plain,
    ! [X2,X0,X1] :
      ( p(enc(X0,X1))
      | ~ p(X2)
      | ~ p(X1)
      | ~ p(X0) ),
    inference(cnf_transformation,[],[f49]) ).

fof(f65,plain,
    p(enc(tmk,pp)),
    inference(cnf_transformation,[],[f16]) ).

fof(f66,plain,
    p(enc(wk,w)),
    inference(cnf_transformation,[],[f17]) ).

fof(f67,plain,
    p(enc(w,t1)),
    inference(cnf_transformation,[],[f18]) ).

fof(f68,plain,
    p(enc(lp,t2)),
    inference(cnf_transformation,[],[f19]) ).

fof(f69,plain,
    p(enc(tc,k)),
    inference(cnf_transformation,[],[f20]) ).

fof(f70,plain,
    p(kk),
    inference(cnf_transformation,[],[f21]) ).

fof(f71,plain,
    p(i(kk)),
    inference(cnf_transformation,[],[f22]) ).

fof(f72,plain,
    p(a),
    inference(cnf_transformation,[],[f23]) ).

fof(f73,plain,
    ~ p(enc(pp,a)),
    inference(cnf_transformation,[],[f26]) ).

cnf(c_49,plain,
    enc(i(X0),enc(X0,X1)) = X1,
    inference(cnf_transformation,[],[f50]) ).

cnf(c_50,plain,
    enc(X0,enc(i(X0),X1)) = X1,
    inference(cnf_transformation,[],[f51]) ).

cnf(c_51,plain,
    i(i(X0)) = X0,
    inference(cnf_transformation,[],[f52]) ).

cnf(c_52,plain,
    ( ~ p(X0)
    | p(i(X0)) ),
    inference(cnf_transformation,[],[f53]) ).

cnf(c_53,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(tmk,enc(i(enc(i(zcmk),X1)),X0))) ),
    inference(cnf_transformation,[],[f54]) ).

cnf(c_54,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(i(enc(i(zcmk),X1)),enc(i(tmk),X0))) ),
    inference(cnf_transformation,[],[f55]) ).

cnf(c_55,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(wk,enc(i(tmk),X0))) ),
    inference(cnf_transformation,[],[f56]) ).

cnf(c_56,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(enc(i(tmk),X1),enc(i(tmk),X0))) ),
    inference(cnf_transformation,[],[f57]) ).

cnf(c_57,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(enc(i(tmk),X1),enc(i(tc),X0))) ),
    inference(cnf_transformation,[],[f58]) ).

cnf(c_58,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(enc(i(tc),X0),X1)) ),
    inference(cnf_transformation,[],[f59]) ).

cnf(c_59,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(i(enc(i(tc),X0)),X1)) ),
    inference(cnf_transformation,[],[f60]) ).

cnf(c_60,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(enc(i(wk),X2),enc(i(enc(i(tmk),X1)),X0))) ),
    inference(cnf_transformation,[],[f61]) ).

cnf(c_61,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(enc(i(wk),X2),enc(i(enc(i(wk),X1)),X0))) ),
    inference(cnf_transformation,[],[f62]) ).

cnf(c_62,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(enc(i(wk),X1),enc(i(lp),X0))) ),
    inference(cnf_transformation,[],[f63]) ).

cnf(c_63,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(X0,X1)) ),
    inference(cnf_transformation,[],[f64]) ).

cnf(c_64,plain,
    p(enc(tmk,pp)),
    inference(cnf_transformation,[],[f65]) ).

cnf(c_65,plain,
    p(enc(wk,w)),
    inference(cnf_transformation,[],[f66]) ).

cnf(c_66,plain,
    p(enc(w,t1)),
    inference(cnf_transformation,[],[f67]) ).

cnf(c_67,plain,
    p(enc(lp,t2)),
    inference(cnf_transformation,[],[f68]) ).

cnf(c_68,plain,
    p(enc(tc,k)),
    inference(cnf_transformation,[],[f69]) ).

cnf(c_69,plain,
    p(kk),
    inference(cnf_transformation,[],[f70]) ).

cnf(c_70,plain,
    p(i(kk)),
    inference(cnf_transformation,[],[f71]) ).

cnf(c_71,plain,
    p(a),
    inference(cnf_transformation,[],[f72]) ).

cnf(c_72,negated_conjecture,
    ~ p(enc(pp,a)),
    inference(cnf_transformation,[],[f73]) ).

cnf(c_104,plain,
    ( ~ p(i(X0))
    | p(X0) ),
    inference(superposition,[status(thm)],[c_51,c_52]) ).

cnf(c_129,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | p(enc(X0,X1)) ),
    inference(superposition,[status(thm)],[c_64,c_63]) ).

cnf(c_149,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(i(X0))
    | p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_129]) ).

cnf(c_150,plain,
    ( ~ p(enc(i(X0),X1))
    | ~ p(X0)
    | p(X1) ),
    inference(superposition,[status(thm)],[c_50,c_129]) ).

cnf(c_151,plain,
    ( ~ p(pp)
    | ~ p(a) ),
    inference(superposition,[status(thm)],[c_129,c_72]) ).

cnf(c_152,plain,
    ~ p(pp),
    inference(forward_subsumption_resolution,[status(thm)],[c_151,c_71]) ).

cnf(c_166,plain,
    ( ~ p(i(tmk))
    | p(pp) ),
    inference(superposition,[status(thm)],[c_64,c_149]) ).

cnf(c_181,plain,
    ~ p(i(tmk)),
    inference(forward_subsumption_resolution,[status(thm)],[c_166,c_152]) ).

cnf(c_186,plain,
    ~ p(tmk),
    inference(superposition,[status(thm)],[c_52,c_181]) ).

cnf(c_237,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | p(enc(wk,enc(i(tmk),X0))) ),
    inference(superposition,[status(thm)],[c_64,c_55]) ).

cnf(c_261,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | p(enc(enc(i(tc),X0),X1)) ),
    inference(superposition,[status(thm)],[c_64,c_58]) ).

cnf(c_285,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | p(enc(i(enc(i(tc),X0)),X1)) ),
    inference(superposition,[status(thm)],[c_64,c_59]) ).

cnf(c_309,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | p(enc(tmk,enc(i(enc(i(zcmk),X1)),X0))) ),
    inference(superposition,[status(thm)],[c_64,c_53]) ).

cnf(c_346,plain,
    ( ~ p(X0)
    | p(enc(wk,enc(i(tmk),X0))) ),
    inference(superposition,[status(thm)],[c_64,c_237]) ).

cnf(c_362,plain,
    ( ~ p(enc(tmk,X0))
    | p(enc(wk,X0)) ),
    inference(superposition,[status(thm)],[c_49,c_346]) ).

cnf(c_379,plain,
    p(enc(wk,pp)),
    inference(superposition,[status(thm)],[c_64,c_362]) ).

cnf(c_381,plain,
    ( ~ p(i(wk))
    | p(pp) ),
    inference(superposition,[status(thm)],[c_379,c_149]) ).

cnf(c_382,plain,
    ~ p(i(wk)),
    inference(forward_subsumption_resolution,[status(thm)],[c_381,c_152]) ).

cnf(c_383,plain,
    ~ p(wk),
    inference(superposition,[status(thm)],[c_52,c_382]) ).

cnf(c_391,plain,
    ( ~ p(enc(i(enc(i(tc),X0)),X1))
    | ~ p(X0)
    | p(X1) ),
    inference(superposition,[status(thm)],[c_50,c_261]) ).

cnf(c_392,plain,
    ( ~ p(enc(tc,X0))
    | ~ p(X1)
    | p(enc(X0,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_261]) ).

cnf(c_416,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | p(enc(enc(i(tmk),X1),enc(i(tmk),X0))) ),
    inference(superposition,[status(thm)],[c_64,c_56]) ).

cnf(c_443,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | p(enc(enc(i(tmk),X1),enc(i(tc),X0))) ),
    inference(superposition,[status(thm)],[c_64,c_57]) ).

cnf(c_470,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | p(enc(enc(i(wk),X1),enc(i(lp),X0))) ),
    inference(superposition,[status(thm)],[c_64,c_62]) ).

cnf(c_497,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | p(enc(i(enc(i(zcmk),X1)),enc(i(tmk),X0))) ),
    inference(superposition,[status(thm)],[c_64,c_54]) ).

cnf(c_519,plain,
    ( ~ p(X0)
    | p(enc(k,X0)) ),
    inference(superposition,[status(thm)],[c_68,c_392]) ).

cnf(c_531,plain,
    ( ~ p(enc(i(k),X0))
    | p(X0) ),
    inference(superposition,[status(thm)],[c_50,c_519]) ).

cnf(c_554,plain,
    ( ~ p(enc(enc(i(tc),X0),X1))
    | ~ p(X0)
    | p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_285]) ).

cnf(c_556,plain,
    ( ~ p(enc(tc,X0))
    | ~ p(X1)
    | p(enc(i(X0),X1)) ),
    inference(superposition,[status(thm)],[c_49,c_285]) ).

cnf(c_581,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(tc,X0))
    | p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_554]) ).

cnf(c_609,plain,
    ( ~ p(enc(tc,tmk))
    | p(pp) ),
    inference(superposition,[status(thm)],[c_64,c_581]) ).

cnf(c_612,plain,
    ( ~ p(enc(tc,lp))
    | p(t2) ),
    inference(superposition,[status(thm)],[c_67,c_581]) ).

cnf(c_613,plain,
    ( ~ p(enc(tc,tc))
    | p(k) ),
    inference(superposition,[status(thm)],[c_68,c_581]) ).

cnf(c_614,plain,
    ( ~ p(enc(tc,wk))
    | p(pp) ),
    inference(superposition,[status(thm)],[c_379,c_581]) ).

cnf(c_616,plain,
    ( ~ p(enc(tc,i(X0)))
    | ~ p(X1)
    | p(enc(X0,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_581]) ).

cnf(c_618,plain,
    ~ p(enc(tc,wk)),
    inference(forward_subsumption_resolution,[status(thm)],[c_614,c_152]) ).

cnf(c_625,plain,
    ~ p(enc(tc,tmk)),
    inference(forward_subsumption_resolution,[status(thm)],[c_609,c_152]) ).

cnf(c_647,plain,
    ( ~ p(enc(enc(i(zcmk),X0),X1))
    | ~ p(X0)
    | p(enc(tmk,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_309]) ).

cnf(c_649,plain,
    ( ~ p(enc(zcmk,X0))
    | ~ p(X1)
    | p(enc(tmk,enc(i(X0),X1))) ),
    inference(superposition,[status(thm)],[c_49,c_309]) ).

cnf(c_653,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | p(enc(wk,enc(i(enc(i(zcmk),X1)),X0))) ),
    inference(superposition,[status(thm)],[c_309,c_362]) ).

cnf(c_685,plain,
    ( ~ p(enc(wk,X0))
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(X0,enc(i(enc(i(tmk),X1)),X2))) ),
    inference(superposition,[status(thm)],[c_49,c_60]) ).

cnf(c_687,plain,
    ( ~ p(enc(enc(i(tmk),X0),X1))
    | ~ p(X0)
    | ~ p(X2)
    | p(enc(enc(i(wk),X2),X1)) ),
    inference(superposition,[status(thm)],[c_49,c_60]) ).

cnf(c_689,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(enc(i(wk),X1),enc(i(X0),X2))) ),
    inference(superposition,[status(thm)],[c_49,c_60]) ).

cnf(c_736,plain,
    ( ~ p(enc(wk,X0))
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(X0,enc(i(enc(i(wk),X1)),X2))) ),
    inference(superposition,[status(thm)],[c_49,c_61]) ).

cnf(c_738,plain,
    ( ~ p(enc(enc(i(wk),X0),X1))
    | ~ p(X0)
    | ~ p(X2)
    | p(enc(enc(i(wk),X2),X1)) ),
    inference(superposition,[status(thm)],[c_49,c_61]) ).

cnf(c_740,plain,
    ( ~ p(enc(wk,X0))
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(enc(i(wk),X1),enc(i(X0),X2))) ),
    inference(superposition,[status(thm)],[c_49,c_61]) ).

cnf(c_819,plain,
    ( ~ p(i(X0))
    | ~ p(X1)
    | ~ p(tc)
    | p(enc(X0,X1)) ),
    inference(superposition,[status(thm)],[c_129,c_616]) ).

cnf(c_836,plain,
    ( ~ p(enc(i(X0),X1))
    | ~ p(enc(tc,X0))
    | p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_391]) ).

cnf(c_859,plain,
    ( ~ p(enc(tc,i(X0)))
    | ~ p(enc(X0,X1))
    | p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_836]) ).

cnf(c_879,plain,
    ( ~ p(X1)
    | ~ p(i(X0))
    | p(enc(X0,X1)) ),
    inference(global_subsumption_just,[status(thm)],[c_819,c_104,c_129]) ).

cnf(c_880,plain,
    ( ~ p(i(X0))
    | ~ p(X1)
    | p(enc(X0,X1)) ),
    inference(renaming,[status(thm)],[c_879]) ).

cnf(c_887,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(i(i(X0)))
    | p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_880]) ).

cnf(c_893,plain,
    ( ~ p(i(pp))
    | ~ p(a) ),
    inference(superposition,[status(thm)],[c_880,c_72]) ).

cnf(c_906,plain,
    ~ p(i(pp)),
    inference(forward_subsumption_resolution,[status(thm)],[c_893,c_71]) ).

cnf(c_910,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(X0)
    | p(X1) ),
    inference(light_normalisation,[status(thm)],[c_887,c_51]) ).

cnf(c_954,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | p(enc(i(X0),X1)) ),
    inference(superposition,[status(thm)],[c_50,c_910]) ).

cnf(c_994,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(X1)
    | p(enc(X0,enc(i(tmk),X1))) ),
    inference(superposition,[status(thm)],[c_49,c_416]) ).

cnf(c_996,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(X1)
    | p(enc(enc(i(tmk),X1),X0)) ),
    inference(superposition,[status(thm)],[c_49,c_416]) ).

cnf(c_1035,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(zcmk,X0))
    | p(enc(tmk,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_647]) ).

cnf(c_1078,plain,
    ( ~ p(enc(zcmk,wk))
    | p(enc(tmk,w)) ),
    inference(superposition,[status(thm)],[c_65,c_1035]) ).

cnf(c_1080,plain,
    ( ~ p(enc(zcmk,lp))
    | p(enc(tmk,t2)) ),
    inference(superposition,[status(thm)],[c_67,c_1035]) ).

cnf(c_1081,plain,
    ( ~ p(enc(zcmk,tc))
    | p(enc(tmk,k)) ),
    inference(superposition,[status(thm)],[c_68,c_1035]) ).

cnf(c_1085,plain,
    ( ~ p(enc(zcmk,k))
    | ~ p(X0)
    | p(enc(tmk,X0)) ),
    inference(superposition,[status(thm)],[c_519,c_1035]) ).

cnf(c_1086,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(X1)
    | p(enc(tmk,enc(X0,X1))) ),
    inference(superposition,[status(thm)],[c_49,c_1035]) ).

cnf(c_1387,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(X1)
    | p(enc(X0,enc(i(tc),X1))) ),
    inference(superposition,[status(thm)],[c_49,c_443]) ).

cnf(c_1389,plain,
    ( ~ p(enc(tc,X0))
    | ~ p(X1)
    | p(enc(enc(i(tmk),X1),X0)) ),
    inference(superposition,[status(thm)],[c_49,c_443]) ).

cnf(c_1437,plain,
    ( ~ p(enc(zcmk,X0))
    | ~ p(X1)
    | p(enc(wk,enc(i(X0),X1))) ),
    inference(superposition,[status(thm)],[c_649,c_362]) ).

cnf(c_1464,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(enc(tmk,X1))
    | p(enc(X1,X0)) ),
    inference(superposition,[status(thm)],[c_49,c_994]) ).

cnf(c_1466,plain,
    ( ~ p(enc(tmk,enc(i(tc),X0)))
    | ~ p(X0)
    | ~ p(X1)
    | p(enc(i(tmk),X1)) ),
    inference(superposition,[status(thm)],[c_994,c_554]) ).

cnf(c_1467,plain,
    ( ~ p(enc(tmk,i(enc(i(tc),X0))))
    | ~ p(X0)
    | ~ p(X1)
    | p(enc(i(tmk),X1)) ),
    inference(superposition,[status(thm)],[c_994,c_391]) ).

cnf(c_1473,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(X0)
    | ~ p(X1)
    | p(enc(i(tmk),X1)) ),
    inference(superposition,[status(thm)],[c_994,c_150]) ).

cnf(c_1476,plain,
    ( ~ p(enc(tmk,i(k)))
    | ~ p(X0)
    | p(enc(i(tmk),X0)) ),
    inference(superposition,[status(thm)],[c_994,c_531]) ).

cnf(c_1643,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(X0,enc(i(enc(i(zcmk),X2)),X1))) ),
    inference(superposition,[status(thm)],[c_309,c_1464]) ).

cnf(c_1646,plain,
    ( ~ p(enc(tmk,X0))
    | p(enc(X0,pp)) ),
    inference(superposition,[status(thm)],[c_64,c_1464]) ).

cnf(c_1648,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(enc(zcmk,X1))
    | ~ p(X2)
    | p(enc(X0,enc(i(X1),X2))) ),
    inference(superposition,[status(thm)],[c_649,c_1464]) ).

cnf(c_1747,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | p(enc(enc(i(enc(i(zcmk),X1)),X0),pp)) ),
    inference(superposition,[status(thm)],[c_309,c_1646]) ).

cnf(c_1750,plain,
    p(enc(pp,pp)),
    inference(superposition,[status(thm)],[c_64,c_1646]) ).

cnf(c_1752,plain,
    ( ~ p(enc(zcmk,X0))
    | ~ p(X1)
    | p(enc(enc(i(X0),X1),pp)) ),
    inference(superposition,[status(thm)],[c_649,c_1646]) ).

cnf(c_1760,plain,
    ( ~ p(X0)
    | p(enc(enc(i(tmk),X0),pp)) ),
    inference(superposition,[status(thm)],[c_50,c_1646]) ).

cnf(c_1791,plain,
    ( ~ p(X1)
    | ~ p(X0)
    | p(enc(enc(i(tc),X0),X1)) ),
    inference(global_subsumption_just,[status(thm)],[c_58,c_261]) ).

cnf(c_1792,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | p(enc(enc(i(tc),X0),X1)) ),
    inference(renaming,[status(thm)],[c_1791]) ).

cnf(c_1800,plain,
    ( ~ p(enc(tc,X0))
    | ~ p(X1)
    | p(enc(X0,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_1792]) ).

cnf(c_1822,plain,
    ( ~ p(enc(tc,pp))
    | p(pp) ),
    inference(superposition,[status(thm)],[c_1750,c_581]) ).

cnf(c_1824,plain,
    ~ p(enc(tc,pp)),
    inference(forward_subsumption_resolution,[status(thm)],[c_1822,c_152]) ).

cnf(c_1861,plain,
    ( ~ p(enc(wk,X0))
    | ~ p(X1)
    | p(enc(X0,enc(i(lp),X1))) ),
    inference(superposition,[status(thm)],[c_49,c_470]) ).

cnf(c_1863,plain,
    ( ~ p(enc(lp,X0))
    | ~ p(X1)
    | p(enc(enc(i(wk),X1),X0)) ),
    inference(superposition,[status(thm)],[c_49,c_470]) ).

cnf(c_1930,plain,
    ( ~ p(enc(i(tmk),X0))
    | ~ p(X0)
    | p(pp) ),
    inference(superposition,[status(thm)],[c_1760,c_910]) ).

cnf(c_1931,plain,
    ( ~ p(enc(tc,enc(i(tmk),X0)))
    | ~ p(X0)
    | p(pp) ),
    inference(superposition,[status(thm)],[c_1760,c_581]) ).

cnf(c_1932,plain,
    ( ~ p(i(enc(i(tmk),X0)))
    | ~ p(X0)
    | p(pp) ),
    inference(superposition,[status(thm)],[c_1760,c_149]) ).

cnf(c_1933,plain,
    ( ~ p(enc(i(tmk),X0))
    | ~ p(X0) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_1930,c_152]) ).

cnf(c_1938,plain,
    ( ~ p(i(enc(i(tmk),X0)))
    | ~ p(X0) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_1932,c_152]) ).

cnf(c_1941,plain,
    ( ~ p(enc(tc,enc(i(tmk),X0)))
    | ~ p(X0) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_1931,c_152]) ).

cnf(c_2028,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_49,c_1933]) ).

cnf(c_2044,plain,
    ( ~ p(enc(zcmk,k))
    | ~ p(X0) ),
    inference(backward_subsumption_resolution,[status(thm)],[c_1085,c_2028]) ).

cnf(c_2047,plain,
    ( ~ p(enc(i(enc(i(zcmk),X0)),X1))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_309,c_2028]) ).

cnf(c_2051,plain,
    ( ~ p(enc(i(X0),X1))
    | ~ p(enc(zcmk,X0))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_649,c_2028]) ).

cnf(c_2098,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(i(X0)) ),
    inference(superposition,[status(thm)],[c_49,c_1938]) ).

cnf(c_2112,plain,
    ( ~ p(enc(tmk,tc))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_994,c_1941]) ).

cnf(c_2113,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(enc(tc,X0)) ),
    inference(superposition,[status(thm)],[c_49,c_1941]) ).

cnf(c_2134,plain,
    ( ~ p(i(enc(i(enc(i(zcmk),X0)),X1)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_309,c_2098]) ).

cnf(c_2138,plain,
    ( ~ p(i(enc(i(X0),X1)))
    | ~ p(enc(zcmk,X0))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_649,c_2098]) ).

cnf(c_2175,plain,
    ( ~ p(enc(tc,enc(i(enc(i(zcmk),X0)),X1)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_309,c_2113]) ).

cnf(c_2179,plain,
    ( ~ p(enc(tc,enc(i(X0),X1)))
    | ~ p(enc(zcmk,X0))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_649,c_2113]) ).

cnf(c_2225,plain,
    ( ~ p(enc(zcmk,X0))
    | ~ p(X1)
    | p(enc(i(X0),enc(i(tmk),X1))) ),
    inference(superposition,[status(thm)],[c_49,c_497]) ).

cnf(c_2227,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(X1)
    | p(enc(i(enc(i(zcmk),X1)),X0)) ),
    inference(superposition,[status(thm)],[c_49,c_497]) ).

cnf(c_2231,plain,
    ( ~ p(enc(tc,i(enc(i(zcmk),X0))))
    | ~ p(X0)
    | ~ p(X1)
    | p(enc(i(tmk),X1)) ),
    inference(superposition,[status(thm)],[c_497,c_581]) ).

cnf(c_2306,plain,
    ( ~ p(enc(tmk,enc(i(enc(i(tmk),X0)),X1)))
    | ~ p(X0)
    | p(X1) ),
    inference(superposition,[status(thm)],[c_50,c_996]) ).

cnf(c_2408,plain,
    ( ~ p(enc(tc,enc(X0,X1)))
    | ~ p(enc(zcmk,i(X0)))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_1086,c_2113]) ).

cnf(c_2409,plain,
    ( ~ p(i(enc(X0,X1)))
    | ~ p(enc(zcmk,i(X0)))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_1086,c_2098]) ).

cnf(c_2410,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(X0,X1))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_1086,c_2028]) ).

cnf(c_2411,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(X1)
    | p(enc(enc(X0,X1),pp)) ),
    inference(superposition,[status(thm)],[c_1086,c_1646]) ).

cnf(c_2412,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(tmk,X1))
    | ~ p(X2)
    | p(enc(X1,enc(X0,X2))) ),
    inference(superposition,[status(thm)],[c_1086,c_1464]) ).

cnf(c_2413,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(X1)
    | p(enc(wk,enc(X0,X1))) ),
    inference(superposition,[status(thm)],[c_1086,c_362]) ).

cnf(c_2450,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(enc(tc,X1))
    | p(enc(X0,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_1387]) ).

cnf(c_2460,plain,
    ( ~ p(enc(tc,enc(i(tc),X0)))
    | ~ p(enc(tmk,tmk))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_1387,c_2113]) ).

cnf(c_2466,plain,
    ( ~ p(enc(i(tc),X0))
    | ~ p(enc(tmk,i(tmk)))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_1387,c_1933]) ).

cnf(c_2469,plain,
    ( ~ p(enc(tmk,enc(i(zcmk),X0)))
    | ~ p(X0)
    | ~ p(X1)
    | p(enc(tmk,enc(i(tc),X1))) ),
    inference(superposition,[status(thm)],[c_1387,c_647]) ).

cnf(c_2538,plain,
    ( ~ p(enc(tc,X0))
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(enc(i(enc(i(zcmk),X2)),X1),X0)) ),
    inference(superposition,[status(thm)],[c_309,c_2450]) ).

cnf(c_2541,plain,
    ( ~ p(enc(tc,X0))
    | p(enc(pp,X0)) ),
    inference(superposition,[status(thm)],[c_64,c_2450]) ).

cnf(c_2542,plain,
    ( ~ p(enc(zcmk,X0))
    | ~ p(enc(tc,X1))
    | ~ p(X2)
    | p(enc(enc(i(X0),X2),X1)) ),
    inference(superposition,[status(thm)],[c_649,c_2450]) ).

cnf(c_2544,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(tc,X1))
    | ~ p(X2)
    | p(enc(enc(X0,X2),X1)) ),
    inference(superposition,[status(thm)],[c_1086,c_2450]) ).

cnf(c_2588,plain,
    ( ~ p(i(tc))
    | ~ p(X0)
    | p(enc(pp,X0)) ),
    inference(superposition,[status(thm)],[c_880,c_2541]) ).

cnf(c_2589,plain,
    ( ~ p(X0)
    | ~ p(tc)
    | p(enc(pp,X0)) ),
    inference(superposition,[status(thm)],[c_129,c_2541]) ).

cnf(c_2590,plain,
    p(enc(pp,k)),
    inference(superposition,[status(thm)],[c_68,c_2541]) ).

cnf(c_2593,plain,
    ( ~ p(X0)
    | p(enc(pp,enc(i(tc),X0))) ),
    inference(superposition,[status(thm)],[c_50,c_2541]) ).

cnf(c_2637,plain,
    ( ~ p(enc(tmk,i(tmk)))
    | ~ p(enc(tc,tc))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_556,c_2466]) ).

cnf(c_2640,plain,
    ( ~ p(enc(tmk,i(tmk)))
    | ~ p(enc(tc,X0))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_49,c_2466]) ).

cnf(c_2677,plain,
    ( ~ p(X0)
    | p(enc(k,X0)) ),
    inference(superposition,[status(thm)],[c_68,c_1800]) ).

cnf(c_2689,plain,
    ( ~ p(enc(i(k),X0))
    | p(X0) ),
    inference(superposition,[status(thm)],[c_50,c_2677]) ).

cnf(c_2754,plain,
    ( ~ p(enc(tc,enc(i(enc(i(tmk),X0)),X1)))
    | ~ p(X0)
    | p(X1) ),
    inference(superposition,[status(thm)],[c_50,c_1389]) ).

cnf(c_2850,plain,
    ( ~ p(tc)
    | ~ p(a) ),
    inference(superposition,[status(thm)],[c_2589,c_72]) ).

cnf(c_2851,plain,
    ~ p(tc),
    inference(forward_subsumption_resolution,[status(thm)],[c_2850,c_71]) ).

cnf(c_2867,plain,
    ( ~ p(enc(zcmk,enc(i(tc),X0)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_285,c_2051]) ).

cnf(c_2869,plain,
    ( ~ p(enc(zcmk,X0))
    | ~ p(i(X0))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_129,c_2051]) ).

cnf(c_2870,plain,
    ( ~ p(enc(zcmk,X0))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_954,c_2051]) ).

cnf(c_2871,plain,
    ( ~ p(enc(zcmk,X0))
    | ~ p(enc(tc,X0))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_556,c_2051]) ).

cnf(c_2873,plain,
    ( ~ p(enc(i(tc),X0))
    | ~ p(enc(tmk,i(X1)))
    | ~ p(enc(zcmk,X1))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_1387,c_2051]) ).

cnf(c_2874,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(zcmk,X0))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_2051]) ).

cnf(c_2993,plain,
    ( ~ p(i(enc(i(zcmk),X0)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_129,c_2047]) ).

cnf(c_2994,plain,
    ( ~ p(enc(i(zcmk),X0))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_954,c_2047]) ).

cnf(c_2995,plain,
    ( ~ p(enc(tc,enc(i(zcmk),X0)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_556,c_2047]) ).

cnf(c_2997,plain,
    ( ~ p(enc(tmk,i(enc(i(zcmk),X0))))
    | ~ p(enc(i(tc),X1))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_1387,c_2047]) ).

cnf(c_2998,plain,
    ( ~ p(enc(enc(i(zcmk),X0),X1))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_2047]) ).

cnf(c_3037,plain,
    ( ~ p(enc(enc(i(zcmk),X0),X1))
    | ~ p(X0)
    | p(enc(wk,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_653]) ).

cnf(c_3066,plain,
    ( ~ p(enc(zcmk,i(enc(i(tc),X0))))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_285,c_2874]) ).

cnf(c_3075,plain,
    ( ~ p(enc(zcmk,lp))
    | ~ p(t2) ),
    inference(superposition,[status(thm)],[c_67,c_2874]) ).

cnf(c_3077,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_954,c_2874]) ).

cnf(c_3078,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(tc,X0))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_556,c_2874]) ).

cnf(c_3249,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(zcmk,X0))
    | ~ p(i(X1)) ),
    inference(superposition,[status(thm)],[c_49,c_2138]) ).

cnf(c_3256,plain,
    ( ~ p(X1)
    | ~ p(X0)
    | p(enc(enc(i(tmk),X1),enc(i(tmk),X0))) ),
    inference(global_subsumption_just,[status(thm)],[c_56,c_416]) ).

cnf(c_3257,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | p(enc(enc(i(tmk),X1),enc(i(tmk),X0))) ),
    inference(renaming,[status(thm)],[c_3256]) ).

cnf(c_3264,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(X1)
    | p(enc(X0,enc(i(tmk),X1))) ),
    inference(superposition,[status(thm)],[c_49,c_3257]) ).

cnf(c_3331,plain,
    ( ~ p(enc(enc(i(zcmk),X0),X1))
    | ~ p(i(X1))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_49,c_2134]) ).

cnf(c_3354,plain,
    ( ~ p(enc(zcmk,tc))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_50,c_2179]) ).

cnf(c_3355,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(tc,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_2179]) ).

cnf(c_3420,plain,
    ( ~ p(enc(enc(i(tmk),X0),X1))
    | ~ p(enc(wk,X2))
    | ~ p(X0)
    | p(enc(X2,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_685]) ).

cnf(c_3422,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(enc(wk,X1))
    | ~ p(X2)
    | p(enc(X1,enc(i(X0),X2))) ),
    inference(superposition,[status(thm)],[c_49,c_685]) ).

cnf(c_3431,plain,
    ( ~ p(enc(i(enc(i(tmk),X0)),X1))
    | ~ p(enc(wk,i(X2)))
    | ~ p(enc(zcmk,X2))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_685,c_2051]) ).

cnf(c_3437,plain,
    ( ~ p(enc(i(enc(i(tmk),X0)),X1))
    | ~ p(enc(wk,tmk))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_685,c_2028]) ).

cnf(c_3439,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(enc(wk,tmk))
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(X0,enc(i(enc(i(tmk),X1)),X2))) ),
    inference(superposition,[status(thm)],[c_685,c_1464]) ).

cnf(c_3441,plain,
    ( ~ p(enc(i(enc(i(tmk),X0)),X1))
    | ~ p(enc(wk,i(tmk)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_685,c_1933]) ).

cnf(c_3442,plain,
    ( ~ p(enc(wk,tc))
    | ~ p(X0)
    | ~ p(X1)
    | p(enc(pp,enc(i(enc(i(tmk),X0)),X1))) ),
    inference(superposition,[status(thm)],[c_685,c_2541]) ).

cnf(c_3444,plain,
    ( ~ p(enc(wk,i(k)))
    | ~ p(X0)
    | ~ p(X1)
    | p(enc(i(enc(i(tmk),X0)),X1)) ),
    inference(superposition,[status(thm)],[c_685,c_531]) ).

cnf(c_3448,plain,
    ( ~ p(enc(i(enc(i(tmk),X0)),X1))
    | ~ p(enc(wk,i(enc(i(zcmk),X2))))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_685,c_2047]) ).

cnf(c_3644,plain,
    ~ p(enc(zcmk,tc)),
    inference(backward_subsumption_resolution,[status(thm)],[c_1081,c_3354]) ).

cnf(c_3670,plain,
    ( ~ p(i(tc))
    | ~ p(a) ),
    inference(superposition,[status(thm)],[c_2588,c_72]) ).

cnf(c_3671,plain,
    ~ p(i(tc)),
    inference(forward_subsumption_resolution,[status(thm)],[c_3670,c_71]) ).

cnf(c_3680,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | ~ p(zcmk) ),
    inference(superposition,[status(thm)],[c_129,c_2870]) ).

cnf(c_3719,plain,
    ( ~ p(enc(enc(i(tmk),X0),X1))
    | ~ p(enc(wk,i(tmk)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_3441]) ).

cnf(c_3721,plain,
    ( ~ p(enc(i(X0),X1))
    | ~ p(enc(wk,i(tmk)))
    | ~ p(enc(tmk,X0))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_3441]) ).

cnf(c_3785,plain,
    ( ~ p(enc(tmk,tmk))
    | ~ p(X0) ),
    inference(demodulation,[status(thm)],[c_2460,c_50]) ).

cnf(c_3801,plain,
    ( ~ p(enc(enc(i(zcmk),X0),X1))
    | ~ p(enc(tc,X1))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_49,c_2175]) ).

cnf(c_3833,plain,
    ( ~ p(enc(enc(i(tmk),X0),X1))
    | ~ p(enc(wk,tmk))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_3437]) ).

cnf(c_3972,plain,
    ( ~ p(enc(zcmk,lp))
    | ~ p(i(t2)) ),
    inference(superposition,[status(thm)],[c_67,c_3249]) ).

cnf(c_4218,plain,
    ( ~ p(X0)
    | ~ p(zcmk) ),
    inference(superposition,[status(thm)],[c_2590,c_3680]) ).

cnf(c_4263,plain,
    ~ p(zcmk),
    inference(superposition,[status(thm)],[c_2590,c_4218]) ).

cnf(c_4292,plain,
    ( ~ p(enc(wk,i(tmk)))
    | ~ p(enc(X0,X1))
    | ~ p(enc(tmk,X0))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_3719]) ).

cnf(c_4345,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(wk,i(tmk)))
    | ~ p(enc(X0,X1))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_3721]) ).

cnf(c_4470,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(enc(i(wk),X2),enc(i(tmk),X0))) ),
    inference(superposition,[status(thm)],[c_416,c_687]) ).

cnf(c_4477,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(enc(i(wk),X2),X0)) ),
    inference(superposition,[status(thm)],[c_996,c_687]) ).

cnf(c_4479,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | p(enc(enc(i(wk),X1),pp)) ),
    inference(superposition,[status(thm)],[c_1760,c_687]) ).

cnf(c_4481,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(tmk,X0))
    | ~ p(X2)
    | p(enc(enc(i(wk),X2),X1)) ),
    inference(superposition,[status(thm)],[c_49,c_687]) ).

cnf(c_4609,plain,
    ( ~ p(enc(wk,X0))
    | ~ p(enc(lp,X1))
    | p(enc(X0,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_1861]) ).

cnf(c_4620,plain,
    ( ~ p(enc(i(lp),X0))
    | ~ p(enc(wk,i(X1)))
    | ~ p(enc(zcmk,X1))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_1861,c_2051]) ).

cnf(c_4630,plain,
    ( ~ p(enc(i(lp),X0))
    | ~ p(enc(wk,i(tmk)))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_1861,c_1933]) ).

cnf(c_4640,plain,
    ( ~ p(enc(wk,i(enc(i(zcmk),X0))))
    | ~ p(enc(i(lp),X1))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_1861,c_2047]) ).

cnf(c_4943,plain,
    ( ~ p(enc(lp,X0))
    | ~ p(X1)
    | p(enc(enc(i(tmk),X1),X0)) ),
    inference(superposition,[status(thm)],[c_346,c_4609]) ).

cnf(c_4946,plain,
    ( ~ p(enc(lp,X0))
    | p(enc(w,X0)) ),
    inference(superposition,[status(thm)],[c_65,c_4609]) ).

cnf(c_4947,plain,
    ( ~ p(enc(lp,X0))
    | p(enc(pp,X0)) ),
    inference(superposition,[status(thm)],[c_379,c_4609]) ).

cnf(c_4948,plain,
    ( ~ p(enc(lp,X0))
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(enc(i(enc(i(zcmk),X2)),X1),X0)) ),
    inference(superposition,[status(thm)],[c_653,c_4609]) ).

cnf(c_4996,plain,
    p(enc(w,t2)),
    inference(superposition,[status(thm)],[c_67,c_4946]) ).

cnf(c_4997,plain,
    ( ~ p(enc(wk,lp))
    | ~ p(X0)
    | ~ p(X1)
    | p(enc(w,enc(i(enc(i(tmk),X0)),X1))) ),
    inference(superposition,[status(thm)],[c_685,c_4946]) ).

cnf(c_4998,plain,
    ( ~ p(enc(tmk,lp))
    | ~ p(X0)
    | p(enc(w,enc(i(tmk),X0))) ),
    inference(superposition,[status(thm)],[c_994,c_4946]) ).

cnf(c_5001,plain,
    ( ~ p(X0)
    | p(enc(w,enc(i(lp),X0))) ),
    inference(superposition,[status(thm)],[c_50,c_4946]) ).

cnf(c_5090,plain,
    ( ~ p(enc(wk,i(tmk)))
    | ~ p(enc(tc,lp))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_556,c_4630]) ).

cnf(c_5095,plain,
    ( ~ p(enc(wk,i(tmk)))
    | ~ p(enc(lp,X0))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_49,c_4630]) ).

cnf(c_5423,plain,
    ( ~ p(i(lp))
    | ~ p(X0)
    | p(enc(pp,X0)) ),
    inference(superposition,[status(thm)],[c_880,c_4947]) ).

cnf(c_5424,plain,
    ( ~ p(X0)
    | ~ p(lp)
    | p(enc(pp,X0)) ),
    inference(superposition,[status(thm)],[c_129,c_4947]) ).

cnf(c_5425,plain,
    p(enc(pp,t2)),
    inference(superposition,[status(thm)],[c_67,c_4947]) ).

cnf(c_5426,plain,
    ( ~ p(enc(wk,lp))
    | ~ p(X0)
    | ~ p(X1)
    | p(enc(pp,enc(i(enc(i(tmk),X0)),X1))) ),
    inference(superposition,[status(thm)],[c_685,c_4947]) ).

cnf(c_5427,plain,
    ( ~ p(enc(tmk,lp))
    | ~ p(X0)
    | p(enc(pp,enc(i(tmk),X0))) ),
    inference(superposition,[status(thm)],[c_994,c_4947]) ).

cnf(c_5430,plain,
    ( ~ p(X0)
    | p(enc(pp,enc(i(lp),X0))) ),
    inference(superposition,[status(thm)],[c_50,c_4947]) ).

cnf(c_5651,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(enc(i(wk),X1),enc(X0,X2))) ),
    inference(superposition,[status(thm)],[c_51,c_689]) ).

cnf(c_5757,plain,
    ( ~ p(enc(lp,enc(i(enc(i(wk),X0)),X1)))
    | ~ p(X0)
    | p(X1) ),
    inference(superposition,[status(thm)],[c_50,c_1863]) ).

cnf(c_5919,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(zcmk,X0))
    | p(enc(wk,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_3037]) ).

cnf(c_5973,plain,
    ( ~ p(enc(zcmk,lp))
    | p(enc(wk,t2)) ),
    inference(superposition,[status(thm)],[c_67,c_5919]) ).

cnf(c_6175,plain,
    ( ~ p(enc(tmk,i(k)))
    | ~ p(X0)
    | p(enc(i(tmk),X0)) ),
    inference(superposition,[status(thm)],[c_3264,c_2689]) ).

cnf(c_6274,plain,
    ( ~ p(enc(tc,zcmk))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_556,c_2994]) ).

cnf(c_6275,plain,
    ( ~ p(enc(i(enc(i(tmk),X0)),X1))
    | ~ p(enc(wk,i(zcmk)))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_685,c_2994]) ).

cnf(c_6277,plain,
    ( ~ p(enc(i(tc),X0))
    | ~ p(enc(tmk,i(zcmk)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_1387,c_2994]) ).

cnf(c_6278,plain,
    ( ~ p(enc(i(lp),X0))
    | ~ p(enc(wk,i(zcmk)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_1861,c_2994]) ).

cnf(c_6470,plain,
    ( ~ p(enc(zcmk,lp))
    | ~ p(enc(tc,t2)) ),
    inference(superposition,[status(thm)],[c_67,c_3355]) ).

cnf(c_6489,plain,
    ( ~ p(enc(zcmk,pp))
    | ~ p(enc(tc,k)) ),
    inference(superposition,[status(thm)],[c_2590,c_3355]) ).

cnf(c_6501,plain,
    ~ p(enc(zcmk,pp)),
    inference(forward_subsumption_resolution,[status(thm)],[c_6489,c_68]) ).

cnf(c_6818,plain,
    ( ~ p(lp)
    | ~ p(a) ),
    inference(superposition,[status(thm)],[c_5424,c_72]) ).

cnf(c_6819,plain,
    ~ p(lp),
    inference(forward_subsumption_resolution,[status(thm)],[c_6818,c_71]) ).

cnf(c_6915,plain,
    ( ~ p(enc(enc(i(wk),X0),X1))
    | ~ p(enc(wk,X2))
    | ~ p(X0)
    | p(enc(X2,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_736]) ).

cnf(c_6917,plain,
    ( ~ p(enc(wk,X0))
    | ~ p(enc(wk,X1))
    | ~ p(X2)
    | p(enc(X1,enc(i(X0),X2))) ),
    inference(superposition,[status(thm)],[c_49,c_736]) ).

cnf(c_6930,plain,
    ( ~ p(enc(i(enc(i(wk),X0)),X1))
    | ~ p(enc(wk,i(X2)))
    | ~ p(enc(zcmk,X2))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_736,c_2051]) ).

cnf(c_6941,plain,
    ( ~ p(enc(i(enc(i(wk),X0)),X1))
    | ~ p(enc(wk,i(tmk)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_736,c_1933]) ).

cnf(c_6957,plain,
    ( ~ p(enc(i(enc(i(wk),X0)),X1))
    | ~ p(enc(wk,i(zcmk)))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_736,c_2994]) ).

cnf(c_6958,plain,
    ( ~ p(enc(wk,lp))
    | ~ p(X0)
    | ~ p(X1)
    | p(enc(pp,enc(i(enc(i(wk),X0)),X1))) ),
    inference(superposition,[status(thm)],[c_736,c_4947]) ).

cnf(c_6959,plain,
    ( ~ p(enc(wk,lp))
    | ~ p(X0)
    | ~ p(X1)
    | p(enc(w,enc(i(enc(i(wk),X0)),X1))) ),
    inference(superposition,[status(thm)],[c_736,c_4946]) ).

cnf(c_6962,plain,
    ( ~ p(enc(i(enc(i(wk),X0)),X1))
    | ~ p(enc(wk,i(enc(i(zcmk),X2))))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_736,c_2047]) ).

cnf(c_7541,plain,
    ( ~ p(i(lp))
    | ~ p(a) ),
    inference(superposition,[status(thm)],[c_5423,c_72]) ).

cnf(c_7542,plain,
    ~ p(i(lp)),
    inference(forward_subsumption_resolution,[status(thm)],[c_7541,c_71]) ).

cnf(c_7561,plain,
    ( ~ p(enc(enc(i(wk),X0),X1))
    | ~ p(enc(wk,i(tmk)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_6941]) ).

cnf(c_7563,plain,
    ( ~ p(enc(i(X0),X1))
    | ~ p(enc(wk,i(tmk)))
    | ~ p(enc(wk,X0))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_6941]) ).

cnf(c_7981,plain,
    ( ~ p(enc(wk,i(tmk)))
    | ~ p(enc(X0,X1))
    | ~ p(enc(wk,X0))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_7561]) ).

cnf(c_8057,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(wk,i(tmk)))
    | ~ p(enc(X0,X1))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_7563]) ).

cnf(c_8268,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(wk,X0))
    | ~ p(X2)
    | p(enc(enc(i(wk),X2),X1)) ),
    inference(superposition,[status(thm)],[c_49,c_738]) ).

cnf(c_8366,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(X1)
    | p(enc(X0,enc(i(tmk),X1))) ),
    inference(superposition,[status(thm)],[c_51,c_2225]) ).

cnf(c_8367,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(enc(zcmk,X1))
    | p(enc(i(X1),X0)) ),
    inference(superposition,[status(thm)],[c_49,c_2225]) ).

cnf(c_8499,plain,
    ( ~ p(X0)
    | ~ p(enc(tmk,i(k))) ),
    inference(global_subsumption_just,[status(thm)],[c_6175,c_1476,c_1933]) ).

cnf(c_8500,plain,
    ( ~ p(enc(tmk,i(k)))
    | ~ p(X0) ),
    inference(renaming,[status(thm)],[c_8499]) ).

cnf(c_8555,plain,
    ( ~ p(enc(tmk,enc(X0,X1)))
    | ~ p(enc(zcmk,X0))
    | p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_8367]) ).

cnf(c_8557,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(tmk,X1))
    | p(enc(X0,X1)) ),
    inference(superposition,[status(thm)],[c_51,c_8367]) ).

cnf(c_8900,plain,
    ( ~ p(enc(tmk,enc(enc(i(zcmk),X0),X1)))
    | ~ p(X0)
    | p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_2227]) ).

cnf(c_9187,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(enc(i(wk),X1),enc(X0,X2))) ),
    inference(superposition,[status(thm)],[c_51,c_740]) ).

cnf(c_9290,plain,
    ( ~ p(enc(tmk,enc(i(X0),X1)))
    | ~ p(enc(tmk,X0))
    | p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_2306]) ).

cnf(c_9322,plain,
    ( ~ p(enc(tmk,enc(X0,X1)))
    | ~ p(enc(tmk,i(X0)))
    | p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_9290]) ).

cnf(c_9440,plain,
    ( ~ p(X0)
    | p(enc(enc(i(wk),X0),pp)) ),
    inference(superposition,[status(thm)],[c_5425,c_4479]) ).

cnf(c_9495,plain,
    ( ~ p(enc(tc,enc(i(X0),X1)))
    | ~ p(enc(tmk,X0))
    | p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_2754]) ).

cnf(c_9512,plain,
    ( ~ p(enc(wk,X0))
    | p(enc(X0,pp)) ),
    inference(superposition,[status(thm)],[c_49,c_9440]) ).

cnf(c_9519,plain,
    ( ~ p(enc(i(wk),X0))
    | ~ p(X0)
    | p(pp) ),
    inference(superposition,[status(thm)],[c_9440,c_910]) ).

cnf(c_9520,plain,
    ( ~ p(enc(tc,enc(i(wk),X0)))
    | ~ p(X0)
    | p(pp) ),
    inference(superposition,[status(thm)],[c_9440,c_581]) ).

cnf(c_9521,plain,
    ( ~ p(i(enc(i(wk),X0)))
    | ~ p(X0)
    | p(pp) ),
    inference(superposition,[status(thm)],[c_9440,c_149]) ).

cnf(c_9526,plain,
    ( ~ p(enc(i(wk),X0))
    | ~ p(X0) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_9519,c_152]) ).

cnf(c_9531,plain,
    ( ~ p(i(enc(i(wk),X0)))
    | ~ p(X0) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_9521,c_152]) ).

cnf(c_9534,plain,
    ( ~ p(enc(tc,enc(i(wk),X0)))
    | ~ p(X0) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_9520,c_152]) ).

cnf(c_9544,plain,
    p(enc(w,pp)),
    inference(superposition,[status(thm)],[c_65,c_9512]) ).

cnf(c_9572,plain,
    ( ~ p(w)
    | p(pp) ),
    inference(superposition,[status(thm)],[c_9544,c_910]) ).

cnf(c_9573,plain,
    ( ~ p(enc(tc,w))
    | p(pp) ),
    inference(superposition,[status(thm)],[c_9544,c_581]) ).

cnf(c_9574,plain,
    ( ~ p(i(w))
    | p(pp) ),
    inference(superposition,[status(thm)],[c_9544,c_149]) ).

cnf(c_9575,plain,
    ~ p(w),
    inference(forward_subsumption_resolution,[status(thm)],[c_9572,c_152]) ).

cnf(c_9576,plain,
    ~ p(i(w)),
    inference(forward_subsumption_resolution,[status(thm)],[c_9574,c_152]) ).

cnf(c_9577,plain,
    ~ p(enc(tc,w)),
    inference(forward_subsumption_resolution,[status(thm)],[c_9573,c_152]) ).

cnf(c_9589,plain,
    ( ~ p(enc(i(enc(i(tmk),X0)),X1))
    | ~ p(enc(wk,i(wk)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_685,c_9526]) ).

cnf(c_9590,plain,
    ( ~ p(enc(i(enc(i(wk),X0)),X1))
    | ~ p(enc(wk,i(wk)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_736,c_9526]) ).

cnf(c_9592,plain,
    ( ~ p(enc(i(tc),X0))
    | ~ p(enc(tmk,i(wk)))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_1387,c_9526]) ).

cnf(c_9593,plain,
    ( ~ p(enc(i(lp),X0))
    | ~ p(enc(wk,i(wk)))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_1861,c_9526]) ).

cnf(c_9596,plain,
    ( ~ p(enc(wk,X0))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_49,c_9526]) ).

cnf(c_9629,plain,
    ( ~ p(enc(wk,X0))
    | ~ p(i(X0)) ),
    inference(superposition,[status(thm)],[c_49,c_9531]) ).

cnf(c_9641,plain,
    ( ~ p(enc(wk,X0))
    | ~ p(enc(tc,X0)) ),
    inference(superposition,[status(thm)],[c_49,c_9534]) ).

cnf(c_9725,plain,
    ( ~ p(enc(tc,enc(i(enc(i(tmk),X0)),X1)))
    | ~ p(enc(wk,wk))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_685,c_9641]) ).

cnf(c_9728,plain,
    ( ~ p(enc(tc,enc(i(tc),X0)))
    | ~ p(enc(tmk,wk))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_1387,c_9641]) ).

cnf(c_9766,plain,
    ( ~ p(enc(tmk,i(wk)))
    | ~ p(enc(tc,tc))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_556,c_9592]) ).

cnf(c_9774,plain,
    ( ~ p(enc(tmk,i(wk)))
    | ~ p(enc(tc,X0))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_49,c_9592]) ).

cnf(c_9819,plain,
    ( ~ p(enc(wk,i(wk)))
    | ~ p(enc(tc,lp))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_556,c_9593]) ).

cnf(c_9827,plain,
    ( ~ p(enc(wk,i(wk)))
    | ~ p(enc(lp,X0))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_49,c_9593]) ).

cnf(c_9890,plain,
    ( ~ p(enc(enc(i(tmk),X0),X1))
    | ~ p(enc(wk,i(wk)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_9589]) ).

cnf(c_9892,plain,
    ( ~ p(enc(i(X0),X1))
    | ~ p(enc(wk,i(wk)))
    | ~ p(enc(tmk,X0))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_9589]) ).

cnf(c_9997,plain,
    ( ~ p(enc(enc(i(wk),X0),X1))
    | ~ p(enc(wk,i(wk)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_9590]) ).

cnf(c_9999,plain,
    ( ~ p(enc(i(X0),X1))
    | ~ p(enc(wk,i(wk)))
    | ~ p(enc(wk,X0))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_9590]) ).

cnf(c_10548,plain,
    ( ~ p(enc(tc,enc(X0,X1)))
    | ~ p(enc(tmk,i(X0)))
    | p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_9495]) ).

cnf(c_10555,plain,
    ( ~ p(X0)
    | ~ p(enc(tmk,i(k))) ),
    inference(global_subsumption_just,[status(thm)],[c_1476,c_8500]) ).

cnf(c_10556,plain,
    ( ~ p(enc(tmk,i(k)))
    | ~ p(X0) ),
    inference(renaming,[status(thm)],[c_10555]) ).

cnf(c_10582,plain,
    ( ~ p(enc(tmk,wk))
    | ~ p(X0) ),
    inference(demodulation,[status(thm)],[c_9728,c_50]) ).

cnf(c_10699,plain,
    ( ~ p(enc(tc,i(X0)))
    | ~ p(enc(zcmk,X0))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_3078]) ).

cnf(c_11147,plain,
    ( ~ p(enc(wk,i(wk)))
    | ~ p(enc(X0,X1))
    | ~ p(enc(tmk,X0))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_9890]) ).

cnf(c_11223,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(wk,i(wk)))
    | ~ p(enc(X0,X1))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_9892]) ).

cnf(c_11459,plain,
    ( ~ p(enc(wk,i(wk)))
    | ~ p(enc(X0,X1))
    | ~ p(enc(wk,X0))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_9997]) ).

cnf(c_11535,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(wk,i(wk)))
    | ~ p(enc(X0,X1))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_9999]) ).

cnf(c_11679,plain,
    ( ~ p(enc(lp,enc(i(X0),X1)))
    | ~ p(enc(wk,X0))
    | p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_5757]) ).

cnf(c_11708,plain,
    ( ~ p(enc(lp,enc(X0,X1)))
    | ~ p(enc(wk,i(X0)))
    | p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_11679]) ).

cnf(c_11739,plain,
    ( ~ p(enc(zcmk,X0))
    | ~ p(enc(lp,X1))
    | ~ p(X2)
    | p(enc(enc(i(X0),X2),X1)) ),
    inference(superposition,[status(thm)],[c_1437,c_4609]) ).

cnf(c_11926,plain,
    ( ~ p(X0)
    | ~ p(enc(wk,wk))
    | ~ p(enc(tc,enc(i(enc(i(tmk),X0)),X1))) ),
    inference(global_subsumption_just,[status(thm)],[c_9725,c_2754,c_9725]) ).

cnf(c_11927,plain,
    ( ~ p(enc(tc,enc(i(enc(i(tmk),X0)),X1)))
    | ~ p(enc(wk,wk))
    | ~ p(X0) ),
    inference(renaming,[status(thm)],[c_11926]) ).

cnf(c_11937,plain,
    ( ~ p(enc(tc,X0))
    | ~ p(enc(wk,wk))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_11927]) ).

cnf(c_11987,plain,
    ( ~ p(enc(wk,wk))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_68,c_11937]) ).

cnf(c_12038,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(zcmk,X0))
    | p(enc(X1,pp)) ),
    inference(superposition,[status(thm)],[c_49,c_1752]) ).

cnf(c_12103,plain,
    ( ~ p(enc(zcmk,lp))
    | p(enc(t2,pp)) ),
    inference(superposition,[status(thm)],[c_67,c_12038]) ).

cnf(c_12320,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(lp,X1))
    | ~ p(X2)
    | p(enc(enc(X0,X2),X1)) ),
    inference(superposition,[status(thm)],[c_2413,c_4609]) ).

cnf(c_12773,plain,
    ( ~ p(enc(zcmk,i(tc)))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_8366,c_1941]) ).

cnf(c_12777,plain,
    ( ~ p(enc(zcmk,i(lp)))
    | ~ p(X0)
    | p(enc(pp,enc(i(tmk),X0))) ),
    inference(superposition,[status(thm)],[c_8366,c_4947]) ).

cnf(c_12778,plain,
    ( ~ p(enc(zcmk,i(lp)))
    | ~ p(X0)
    | p(enc(w,enc(i(tmk),X0))) ),
    inference(superposition,[status(thm)],[c_8366,c_4946]) ).

cnf(c_13373,plain,
    ( ~ p(enc(lp,enc(i(enc(i(tmk),X0)),X1)))
    | ~ p(X0)
    | p(X1) ),
    inference(superposition,[status(thm)],[c_50,c_4943]) ).

cnf(c_13374,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(enc(lp,X1))
    | p(enc(X0,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_4943]) ).

cnf(c_13477,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(enc(tmk,lp))
    | p(enc(w,X0)) ),
    inference(superposition,[status(thm)],[c_49,c_4998]) ).

cnf(c_13606,plain,
    ( ~ p(enc(tmk,lp))
    | ~ p(X0)
    | ~ p(X1)
    | p(enc(w,enc(i(enc(i(zcmk),X1)),X0))) ),
    inference(superposition,[status(thm)],[c_309,c_13477]) ).

cnf(c_13610,plain,
    ( ~ p(enc(zcmk,X0))
    | ~ p(enc(tmk,lp))
    | ~ p(X1)
    | p(enc(w,enc(i(X0),X1))) ),
    inference(superposition,[status(thm)],[c_649,c_13477]) ).

cnf(c_13615,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(tmk,lp))
    | ~ p(X1)
    | p(enc(w,enc(X0,X1))) ),
    inference(superposition,[status(thm)],[c_1086,c_13477]) ).

cnf(c_13652,plain,
    ( ~ p(enc(lp,enc(i(X0),X1)))
    | ~ p(enc(tmk,X0))
    | p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_13373]) ).

cnf(c_13682,plain,
    ( ~ p(enc(lp,enc(X0,X1)))
    | ~ p(enc(tmk,i(X0)))
    | p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_13652]) ).

cnf(c_14011,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(enc(tmk,lp))
    | p(enc(pp,X0)) ),
    inference(superposition,[status(thm)],[c_49,c_5427]) ).

cnf(c_14036,plain,
    ( ~ p(enc(tmk,lp))
    | ~ p(X0)
    | ~ p(X1)
    | p(enc(pp,enc(i(enc(i(zcmk),X1)),X0))) ),
    inference(superposition,[status(thm)],[c_309,c_14011]) ).

cnf(c_14040,plain,
    ( ~ p(enc(zcmk,X0))
    | ~ p(enc(tmk,lp))
    | ~ p(X1)
    | p(enc(pp,enc(i(X0),X1))) ),
    inference(superposition,[status(thm)],[c_649,c_14011]) ).

cnf(c_14045,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(tmk,lp))
    | ~ p(X1)
    | p(enc(pp,enc(X0,X1))) ),
    inference(superposition,[status(thm)],[c_1086,c_14011]) ).

cnf(c_14115,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(tmk,X0))
    | ~ p(enc(wk,tmk))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_3833]) ).

cnf(c_14286,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(enc(i(wk),X1),enc(i(X0),X2))) ),
    inference(superposition,[status(thm)],[c_49,c_60]) ).

cnf(c_14427,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(tmk,X0))
    | ~ p(X2)
    | p(enc(enc(i(wk),X2),X1)) ),
    inference(superposition,[status(thm)],[c_49,c_14286]) ).

cnf(c_14453,plain,
    ( ~ p(X0)
    | p(enc(wk,enc(i(tmk),X0))) ),
    inference(global_subsumption_just,[status(thm)],[c_55,c_346]) ).

cnf(c_14459,plain,
    ( ~ p(enc(tmk,X0))
    | p(enc(wk,X0)) ),
    inference(superposition,[status(thm)],[c_49,c_14453]) ).

cnf(c_14556,plain,
    p(enc(wk,pp)),
    inference(superposition,[status(thm)],[c_64,c_14459]) ).

cnf(c_16502,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(tc,tc))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_556,c_2873]) ).

cnf(c_16511,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(tc,X1))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_2873]) ).

cnf(c_16760,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(tc,lp))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_556,c_4620]) ).

cnf(c_16769,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(lp,X1))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_4620]) ).

cnf(c_16963,plain,
    ( ~ p(enc(enc(i(zcmk),X0),X1))
    | ~ p(X0)
    | p(enc(X1,pp)) ),
    inference(superposition,[status(thm)],[c_49,c_1747]) ).

cnf(c_17608,plain,
    ( ~ p(enc(tmk,k))
    | ~ p(enc(wk,tmk))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_519,c_14115]) ).

cnf(c_18543,plain,
    ( ~ p(enc(tmk,enc(i(tc),X0)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_1466,c_1933]) ).

cnf(c_18739,plain,
    ( ~ p(enc(tmk,i(enc(i(tc),X0))))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_1467,c_1933]) ).

cnf(c_18745,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(tc,X0))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_18739]) ).

cnf(c_18761,plain,
    ( ~ p(enc(tc,i(X0)))
    | ~ p(enc(tmk,X0))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_18745]) ).

cnf(c_18908,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(tmk,X0))
    | ~ p(enc(tc,X1))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_16511]) ).

cnf(c_19232,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(wk,X0))
    | ~ p(enc(lp,X1))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_16769]) ).

cnf(c_19634,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(tmk,X0))
    | ~ p(enc(wk,X2))
    | p(enc(X2,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_3420]) ).

cnf(c_19756,plain,
    ( ~ p(enc(wk,X0))
    | ~ p(enc(tmk,k))
    | ~ p(X1)
    | p(enc(X0,X1)) ),
    inference(superposition,[status(thm)],[c_519,c_19634]) ).

cnf(c_19782,plain,
    ( ~ p(enc(wk,X0))
    | ~ p(enc(tmk,pp))
    | p(enc(X0,k)) ),
    inference(superposition,[status(thm)],[c_2590,c_19634]) ).

cnf(c_19784,plain,
    ( ~ p(enc(wk,X0))
    | ~ p(enc(tmk,pp))
    | ~ p(X1)
    | p(enc(X0,enc(i(tc),X1))) ),
    inference(superposition,[status(thm)],[c_2593,c_19634]) ).

cnf(c_19794,plain,
    ( ~ p(enc(wk,X0))
    | ~ p(enc(tmk,pp))
    | p(enc(X0,t2)) ),
    inference(superposition,[status(thm)],[c_5425,c_19634]) ).

cnf(c_19798,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(wk,X1))
    | ~ p(X2)
    | p(enc(X1,enc(X0,X2))) ),
    inference(superposition,[status(thm)],[c_49,c_19634]) ).

cnf(c_19803,plain,
    ( ~ p(enc(wk,X0))
    | p(enc(X0,t2)) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_19794,c_64]) ).

cnf(c_19809,plain,
    ( ~ p(enc(wk,X0))
    | p(enc(X0,k)) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_19782,c_64]) ).

cnf(c_19848,plain,
    ( ~ p(enc(wk,X0))
    | ~ p(X1)
    | p(enc(X0,enc(i(tc),X1))) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_19784,c_64]) ).

cnf(c_20276,plain,
    ( ~ p(X0)
    | p(enc(enc(i(tmk),X0),t2)) ),
    inference(superposition,[status(thm)],[c_346,c_19803]) ).

cnf(c_20281,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | p(enc(enc(i(enc(i(zcmk),X1)),X0),t2)) ),
    inference(superposition,[status(thm)],[c_653,c_19803]) ).

cnf(c_20287,plain,
    ( ~ p(enc(zcmk,X0))
    | ~ p(X1)
    | p(enc(enc(i(X0),X1),t2)) ),
    inference(superposition,[status(thm)],[c_1437,c_19803]) ).

cnf(c_20289,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(X1)
    | p(enc(enc(X0,X1),t2)) ),
    inference(superposition,[status(thm)],[c_2413,c_19803]) ).

cnf(c_20292,plain,
    ( ~ p(X0)
    | p(enc(enc(i(wk),X0),t2)) ),
    inference(superposition,[status(thm)],[c_50,c_19803]) ).

cnf(c_20331,plain,
    ( ~ p(enc(wk,tmk))
    | ~ p(X0) ),
    inference(backward_subsumption_resolution,[status(thm)],[c_17608,c_19809]) ).

cnf(c_20334,plain,
    ( ~ p(X0)
    | p(enc(enc(i(tmk),X0),k)) ),
    inference(superposition,[status(thm)],[c_346,c_19809]) ).

cnf(c_20337,plain,
    p(enc(w,k)),
    inference(superposition,[status(thm)],[c_65,c_19809]) ).

cnf(c_20339,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | p(enc(enc(i(enc(i(zcmk),X1)),X0),k)) ),
    inference(superposition,[status(thm)],[c_653,c_19809]) ).

cnf(c_20345,plain,
    ( ~ p(enc(zcmk,X0))
    | ~ p(X1)
    | p(enc(enc(i(X0),X1),k)) ),
    inference(superposition,[status(thm)],[c_1437,c_19809]) ).

cnf(c_20347,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(X1)
    | p(enc(enc(X0,X1),k)) ),
    inference(superposition,[status(thm)],[c_2413,c_19809]) ).

cnf(c_20349,plain,
    ( ~ p(X0)
    | p(enc(enc(i(wk),X0),k)) ),
    inference(superposition,[status(thm)],[c_50,c_19809]) ).

cnf(c_20372,plain,
    ( ~ p(enc(zcmk,w))
    | ~ p(enc(tc,k)) ),
    inference(superposition,[status(thm)],[c_20337,c_3355]) ).

cnf(c_20390,plain,
    ~ p(enc(zcmk,w)),
    inference(forward_subsumption_resolution,[status(thm)],[c_20372,c_68]) ).

cnf(c_20413,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_1473,c_1933]) ).

cnf(c_20442,plain,
    ( ~ p(enc(wk,i(wk)))
    | ~ p(X0)
    | ~ p(t2) ),
    inference(superposition,[status(thm)],[c_20292,c_9997]) ).

cnf(c_20444,plain,
    ( ~ p(enc(wk,i(tmk)))
    | ~ p(X0)
    | ~ p(t2) ),
    inference(superposition,[status(thm)],[c_20292,c_7561]) ).

cnf(c_20491,plain,
    ( ~ p(enc(zcmk,enc(i(wk),X0)))
    | ~ p(enc(tc,k))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_20349,c_3355]) ).

cnf(c_20501,plain,
    ( ~ p(enc(wk,i(wk)))
    | ~ p(X0)
    | ~ p(k) ),
    inference(superposition,[status(thm)],[c_20349,c_9997]) ).

cnf(c_20503,plain,
    ( ~ p(enc(wk,i(tmk)))
    | ~ p(X0)
    | ~ p(k) ),
    inference(superposition,[status(thm)],[c_20349,c_7561]) ).

cnf(c_20530,plain,
    ( ~ p(enc(zcmk,enc(i(wk),X0)))
    | ~ p(X0) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_20491,c_68]) ).

cnf(c_20550,plain,
    ( ~ p(enc(tmk,X0))
    | p(enc(X0,t2)) ),
    inference(superposition,[status(thm)],[c_49,c_20276]) ).

cnf(c_20618,plain,
    ( ~ p(enc(tmk,X0))
    | p(enc(X0,k)) ),
    inference(superposition,[status(thm)],[c_49,c_20334]) ).

cnf(c_20622,plain,
    ( ~ p(enc(zcmk,enc(i(tmk),X0)))
    | ~ p(enc(tc,k))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_20334,c_3355]) ).

cnf(c_20656,plain,
    ( ~ p(enc(zcmk,enc(i(tmk),X0)))
    | ~ p(X0) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_20622,c_68]) ).

cnf(c_20730,plain,
    ( ~ p(enc(zcmk,X0))
    | ~ p(enc(wk,X0)) ),
    inference(superposition,[status(thm)],[c_49,c_20530]) ).

cnf(c_20750,plain,
    ( ~ p(enc(zcmk,enc(i(enc(i(zcmk),X0)),X1)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_653,c_20730]) ).

cnf(c_20756,plain,
    ( ~ p(enc(zcmk,enc(i(X0),X1)))
    | ~ p(enc(zcmk,X0))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_1437,c_20730]) ).

cnf(c_20758,plain,
    ( ~ p(enc(zcmk,enc(X0,X1)))
    | ~ p(enc(zcmk,i(X0)))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_2413,c_20730]) ).

cnf(c_20778,plain,
    ( ~ p(enc(zcmk,i(zcmk)))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_8366,c_20656]) ).

cnf(c_20779,plain,
    ( ~ p(enc(tmk,zcmk))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_994,c_20656]) ).

cnf(c_20780,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(enc(zcmk,X0)) ),
    inference(superposition,[status(thm)],[c_49,c_20656]) ).

cnf(c_20825,plain,
    ( ~ p(enc(enc(i(tmk),X0),X1))
    | ~ p(enc(wk,i(X2)))
    | ~ p(enc(zcmk,X2))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_3431]) ).

cnf(c_20827,plain,
    ( ~ p(enc(i(X0),X1))
    | ~ p(enc(wk,i(X2)))
    | ~ p(enc(tmk,X0))
    | ~ p(enc(zcmk,X2))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_3431]) ).

cnf(c_20956,plain,
    ( ~ p(i(zcmk))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_880,c_20778]) ).

cnf(c_20994,plain,
    ( ~ p(enc(enc(i(zcmk),X0),X1))
    | ~ p(enc(tmk,X2))
    | ~ p(X0)
    | p(enc(X2,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_1643]) ).

cnf(c_21060,plain,
    ( ~ p(enc(tmk,enc(i(tmk),X0)))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(X2)
    | ~ p(X3)
    | p(enc(enc(i(wk),X3),enc(i(enc(i(zcmk),X2)),X1))) ),
    inference(superposition,[status(thm)],[c_1643,c_687]) ).

cnf(c_21613,plain,
    ( ~ p(enc(i(X0),X1))
    | ~ p(enc(wk,i(zcmk)))
    | ~ p(enc(tmk,X0))
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_3422,c_2994]) ).

cnf(c_21620,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(enc(wk,lp))
    | ~ p(X1)
    | p(enc(pp,enc(i(X0),X1))) ),
    inference(superposition,[status(thm)],[c_3422,c_4947]) ).

cnf(c_21621,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(enc(wk,lp))
    | ~ p(X1)
    | p(enc(w,enc(i(X0),X1))) ),
    inference(superposition,[status(thm)],[c_3422,c_4946]) ).

cnf(c_21626,plain,
    ( ~ p(enc(wk,i(enc(i(zcmk),X0))))
    | ~ p(enc(i(X1),X2))
    | ~ p(enc(tmk,X1))
    | ~ p(X0)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_3422,c_2047]) ).

cnf(c_22171,plain,
    ( ~ p(enc(tmk,pp))
    | ~ p(X0)
    | ~ p(X1)
    | p(enc(enc(i(wk),X1),enc(i(tc),X0))) ),
    inference(superposition,[status(thm)],[c_2593,c_4481]) ).

cnf(c_22222,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | p(enc(enc(i(wk),X1),enc(i(tc),X0))) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_22171,c_64]) ).

cnf(c_22531,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(wk,X0))
    | ~ p(enc(wk,X2))
    | p(enc(X2,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_6915]) ).

cnf(c_22683,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(tmk,X2))
    | ~ p(enc(zcmk,X0))
    | p(enc(X2,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_1648]) ).

cnf(c_23663,plain,
    ( ~ p(enc(wk,X0))
    | ~ p(enc(wk,w))
    | p(enc(X0,t1)) ),
    inference(superposition,[status(thm)],[c_66,c_22531]) ).

cnf(c_23669,plain,
    ( ~ p(enc(wk,X0))
    | ~ p(enc(wk,k))
    | ~ p(X1)
    | p(enc(X0,X1)) ),
    inference(superposition,[status(thm)],[c_519,c_22531]) ).

cnf(c_23715,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(wk,X1))
    | ~ p(X2)
    | p(enc(X1,enc(X0,X2))) ),
    inference(superposition,[status(thm)],[c_49,c_22531]) ).

cnf(c_23732,plain,
    ( ~ p(enc(wk,X0))
    | p(enc(X0,t1)) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_23663,c_65]) ).

cnf(c_24017,plain,
    ( ~ p(X0)
    | p(enc(enc(i(tmk),X0),t1)) ),
    inference(superposition,[status(thm)],[c_346,c_23732]) ).

cnf(c_24021,plain,
    p(enc(pp,t1)),
    inference(superposition,[status(thm)],[c_379,c_23732]) ).

cnf(c_24022,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | p(enc(enc(i(enc(i(zcmk),X1)),X0),t1)) ),
    inference(superposition,[status(thm)],[c_653,c_23732]) ).

cnf(c_24028,plain,
    ( ~ p(enc(zcmk,X0))
    | ~ p(X1)
    | p(enc(enc(i(X0),X1),t1)) ),
    inference(superposition,[status(thm)],[c_1437,c_23732]) ).

cnf(c_24032,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(X1)
    | p(enc(enc(X0,X1),t1)) ),
    inference(superposition,[status(thm)],[c_2413,c_23732]) ).

cnf(c_24034,plain,
    ( ~ p(X0)
    | p(enc(enc(i(wk),X0),t1)) ),
    inference(superposition,[status(thm)],[c_50,c_23732]) ).

cnf(c_24090,plain,
    ( ~ p(enc(wk,i(wk)))
    | ~ p(X0)
    | ~ p(t1) ),
    inference(superposition,[status(thm)],[c_24034,c_9997]) ).

cnf(c_24092,plain,
    ( ~ p(enc(wk,i(tmk)))
    | ~ p(X0)
    | ~ p(t1) ),
    inference(superposition,[status(thm)],[c_24034,c_7561]) ).

cnf(c_24141,plain,
    ( ~ p(enc(tmk,X0))
    | p(enc(X0,t1)) ),
    inference(superposition,[status(thm)],[c_49,c_24017]) ).

cnf(c_24303,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(enc(zcmk,wk))
    | p(enc(X0,w)) ),
    inference(superposition,[status(thm)],[c_65,c_22683]) ).

cnf(c_24779,plain,
    ( ~ p(enc(zcmk,wk))
    | ~ p(X0)
    | ~ p(X1)
    | p(enc(enc(i(enc(i(zcmk),X1)),X0),w)) ),
    inference(superposition,[status(thm)],[c_309,c_24303]) ).

cnf(c_24782,plain,
    ( ~ p(enc(zcmk,wk))
    | p(enc(pp,w)) ),
    inference(superposition,[status(thm)],[c_64,c_24303]) ).

cnf(c_24783,plain,
    ( ~ p(enc(zcmk,X0))
    | ~ p(enc(zcmk,wk))
    | ~ p(X1)
    | p(enc(enc(i(X0),X1),w)) ),
    inference(superposition,[status(thm)],[c_649,c_24303]) ).

cnf(c_24788,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(zcmk,wk))
    | ~ p(X1)
    | p(enc(enc(X0,X1),w)) ),
    inference(superposition,[status(thm)],[c_1086,c_24303]) ).

cnf(c_24794,plain,
    ( ~ p(enc(zcmk,wk))
    | ~ p(X0)
    | p(enc(enc(i(tmk),X0),w)) ),
    inference(superposition,[status(thm)],[c_50,c_24303]) ).

cnf(c_25225,plain,
    ( ~ p(enc(wk,X0))
    | ~ p(enc(zcmk,wk))
    | ~ p(X1)
    | p(enc(X0,w)) ),
    inference(superposition,[status(thm)],[c_24794,c_3420]) ).

cnf(c_25292,plain,
    ( ~ p(enc(i(X0),X1))
    | ~ p(enc(wk,i(X2)))
    | ~ p(enc(zcmk,X2))
    | ~ p(enc(wk,X0))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_6917,c_2051]) ).

cnf(c_25351,plain,
    ( ~ p(enc(i(X0),X1))
    | ~ p(enc(wk,i(zcmk)))
    | ~ p(enc(wk,X0))
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_6917,c_2994]) ).

cnf(c_25359,plain,
    ( ~ p(enc(wk,X0))
    | ~ p(enc(wk,lp))
    | ~ p(X1)
    | p(enc(pp,enc(i(X0),X1))) ),
    inference(superposition,[status(thm)],[c_6917,c_4947]) ).

cnf(c_25360,plain,
    ( ~ p(enc(wk,X0))
    | ~ p(enc(wk,lp))
    | ~ p(X1)
    | p(enc(w,enc(i(X0),X1))) ),
    inference(superposition,[status(thm)],[c_6917,c_4946]) ).

cnf(c_25365,plain,
    ( ~ p(enc(wk,i(enc(i(zcmk),X0))))
    | ~ p(enc(i(X1),X2))
    | ~ p(enc(wk,X1))
    | ~ p(X0)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_6917,c_2047]) ).

cnf(c_26657,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(X1,X2))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(wk,X1))
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_49,c_25292]) ).

cnf(c_26659,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(wk,i(X1)))
    | ~ p(enc(X0,X2))
    | ~ p(enc(zcmk,X1))
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_51,c_25292]) ).

cnf(c_27012,plain,
    ( ~ p(enc(enc(i(wk),X0),X1))
    | ~ p(enc(wk,i(X2)))
    | ~ p(enc(zcmk,X2))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_6930]) ).

cnf(c_27290,plain,
    ( ~ p(enc(wk,X0))
    | ~ p(enc(tc,X1))
    | p(enc(X0,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_19848]) ).

cnf(c_27314,plain,
    ( ~ p(enc(i(tc),X0))
    | ~ p(enc(wk,i(X1)))
    | ~ p(enc(zcmk,X1))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_19848,c_2051]) ).

cnf(c_27341,plain,
    ( ~ p(enc(i(tc),X0))
    | ~ p(enc(wk,i(tmk)))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_19848,c_1933]) ).

cnf(c_27353,plain,
    ( ~ p(enc(wk,enc(i(zcmk),X0)))
    | ~ p(enc(tc,enc(i(tc),X1)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_19848,c_3801]) ).

cnf(c_27370,plain,
    ( ~ p(enc(i(tc),X0))
    | ~ p(enc(wk,i(wk)))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_19848,c_9526]) ).

cnf(c_27371,plain,
    ( ~ p(enc(i(tc),X0))
    | ~ p(enc(wk,i(zcmk)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_19848,c_2994]) ).

cnf(c_27382,plain,
    ( ~ p(enc(wk,i(enc(i(zcmk),X0))))
    | ~ p(enc(i(tc),X1))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_19848,c_2047]) ).

cnf(c_27868,plain,
    ( ~ p(enc(wk,i(tmk)))
    | ~ p(enc(tc,tc))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_556,c_27341]) ).

cnf(c_27882,plain,
    ( ~ p(enc(wk,i(tmk)))
    | ~ p(enc(tc,X0))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_49,c_27341]) ).

cnf(c_27955,plain,
    ( ~ p(enc(wk,i(wk)))
    | ~ p(enc(tc,tc))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_556,c_27370]) ).

cnf(c_27969,plain,
    ( ~ p(enc(wk,i(wk)))
    | ~ p(enc(tc,X0))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_49,c_27370]) ).

cnf(c_28077,plain,
    ( ~ p(enc(tc,X0))
    | p(enc(w,X0)) ),
    inference(superposition,[status(thm)],[c_65,c_27290]) ).

cnf(c_28093,plain,
    ( ~ p(enc(tc,X0))
    | ~ p(X1)
    | p(enc(enc(i(wk),X1),X0)) ),
    inference(superposition,[status(thm)],[c_50,c_27290]) ).

cnf(c_28163,plain,
    ( ~ p(X0)
    | p(enc(w,enc(i(tc),X0))) ),
    inference(superposition,[status(thm)],[c_50,c_28077]) ).

cnf(c_28237,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(zcmk,X0))
    | p(enc(X1,t2)) ),
    inference(superposition,[status(thm)],[c_49,c_20287]) ).

cnf(c_28405,plain,
    ( ~ p(enc(zcmk,lp))
    | p(enc(t2,t2)) ),
    inference(superposition,[status(thm)],[c_67,c_28237]) ).

cnf(c_28537,plain,
    ( ~ p(enc(tc,enc(i(enc(i(wk),X0)),X1)))
    | ~ p(X0)
    | p(X1) ),
    inference(superposition,[status(thm)],[c_50,c_28093]) ).

cnf(c_28739,plain,
    ( ~ p(enc(tc,i(enc(i(zcmk),X0))))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_2231,c_1933]) ).

cnf(c_28764,plain,
    ( ~ p(enc(tc,enc(i(X0),X1)))
    | ~ p(enc(wk,X0))
    | p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_28537]) ).

cnf(c_28799,plain,
    ( ~ p(enc(tc,enc(X0,X1)))
    | ~ p(enc(wk,i(X0)))
    | p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_28764]) ).

cnf(c_29153,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(wk,i(X1)))
    | ~ p(enc(X0,X2))
    | ~ p(enc(zcmk,X1))
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_19798,c_2051]) ).

cnf(c_29213,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(wk,i(zcmk)))
    | ~ p(enc(X0,X1))
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_19798,c_2994]) ).

cnf(c_29221,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(wk,lp))
    | ~ p(X1)
    | p(enc(pp,enc(X0,X1))) ),
    inference(superposition,[status(thm)],[c_19798,c_4947]) ).

cnf(c_29222,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(wk,lp))
    | ~ p(X1)
    | p(enc(w,enc(X0,X1))) ),
    inference(superposition,[status(thm)],[c_19798,c_4946]) ).

cnf(c_29227,plain,
    ( ~ p(enc(wk,i(enc(i(zcmk),X0))))
    | ~ p(enc(tmk,i(X1)))
    | ~ p(enc(X1,X2))
    | ~ p(X0)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_19798,c_2047]) ).

cnf(c_30324,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(wk,i(zcmk)))
    | ~ p(enc(X0,X1))
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_23715,c_2994]) ).

cnf(c_30332,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(wk,lp))
    | ~ p(X1)
    | p(enc(pp,enc(X0,X1))) ),
    inference(superposition,[status(thm)],[c_23715,c_4947]) ).

cnf(c_30333,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(wk,lp))
    | ~ p(X1)
    | p(enc(w,enc(X0,X1))) ),
    inference(superposition,[status(thm)],[c_23715,c_4946]) ).

cnf(c_30338,plain,
    ( ~ p(enc(wk,i(enc(i(zcmk),X0))))
    | ~ p(enc(wk,i(X1)))
    | ~ p(enc(X1,X2))
    | ~ p(X0)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_23715,c_2047]) ).

cnf(c_31279,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(zcmk,X0))
    | p(enc(X1,k)) ),
    inference(superposition,[status(thm)],[c_49,c_20345]) ).

cnf(c_31300,plain,
    ( ~ p(enc(zcmk,zcmk))
    | ~ p(enc(tc,k))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_20345,c_3801]) ).

cnf(c_31329,plain,
    ( ~ p(enc(zcmk,zcmk))
    | ~ p(X0) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_31300,c_68]) ).

cnf(c_31438,plain,
    ( ~ p(enc(zcmk,lp))
    | p(enc(t2,k)) ),
    inference(superposition,[status(thm)],[c_67,c_31279]) ).

cnf(c_32231,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(zcmk,X0))
    | p(enc(X1,t1)) ),
    inference(superposition,[status(thm)],[c_49,c_24028]) ).

cnf(c_33450,plain,
    ( ~ p(enc(zcmk,lp))
    | p(enc(t2,t1)) ),
    inference(superposition,[status(thm)],[c_67,c_32231]) ).

cnf(c_33921,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(tc,tc))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_556,c_27314]) ).

cnf(c_33938,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(tc,X1))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_27314]) ).

cnf(c_34059,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(wk,X0))
    | ~ p(enc(tc,X1))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_33938]) ).

cnf(c_34199,plain,
    ( ~ p(enc(zcmk,i(lp)))
    | ~ p(enc(tmk,X0))
    | p(enc(pp,X0)) ),
    inference(superposition,[status(thm)],[c_49,c_12777]) ).

cnf(c_34540,plain,
    ( ~ p(enc(zcmk,i(lp)))
    | ~ p(enc(tmk,X0))
    | p(enc(w,X0)) ),
    inference(superposition,[status(thm)],[c_49,c_12778]) ).

cnf(c_35399,plain,
    ( ~ p(enc(enc(i(zcmk),X0),X1))
    | ~ p(X0)
    | p(enc(X1,t2)) ),
    inference(superposition,[status(thm)],[c_49,c_20281]) ).

cnf(c_35485,plain,
    ( ~ p(enc(tmk,enc(i(zcmk),X0)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_2469,c_18543]) ).

cnf(c_35660,plain,
    ( ~ p(enc(tc,enc(i(enc(i(enc(i(zcmk),X0)),X1)),X2)))
    | ~ p(X0)
    | ~ p(X1)
    | p(X2) ),
    inference(superposition,[status(thm)],[c_50,c_2538]) ).

cnf(c_35661,plain,
    ( ~ p(enc(enc(i(zcmk),X0),X1))
    | ~ p(enc(tc,X2))
    | ~ p(X0)
    | p(enc(X1,X2)) ),
    inference(superposition,[status(thm)],[c_49,c_2538]) ).

cnf(c_35805,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(tc,X2))
    | p(enc(X1,X2)) ),
    inference(superposition,[status(thm)],[c_49,c_35661]) ).

cnf(c_36195,plain,
    ( ~ p(enc(tc,X0))
    | ~ p(enc(zcmk,lp))
    | p(enc(t2,X0)) ),
    inference(superposition,[status(thm)],[c_67,c_35805]) ).

cnf(c_36653,plain,
    ( ~ p(enc(zcmk,lp))
    | ~ p(X0)
    | p(enc(t2,enc(i(tc),X0))) ),
    inference(superposition,[status(thm)],[c_50,c_36195]) ).

cnf(c_37174,plain,
    ( ~ p(enc(tc,enc(i(enc(i(X0),X1)),X2)))
    | ~ p(enc(zcmk,X0))
    | ~ p(X1)
    | p(X2) ),
    inference(superposition,[status(thm)],[c_50,c_2542]) ).

cnf(c_37612,plain,
    ( ~ p(enc(enc(i(zcmk),X0),X1))
    | ~ p(X0)
    | p(enc(X1,k)) ),
    inference(superposition,[status(thm)],[c_49,c_20339]) ).

cnf(c_38642,plain,
    ( ~ p(enc(tc,enc(i(enc(X0,X1)),X2)))
    | ~ p(enc(zcmk,i(X0)))
    | ~ p(X1)
    | p(X2) ),
    inference(superposition,[status(thm)],[c_50,c_2544]) ).

cnf(c_38820,plain,
    ( ~ p(enc(tc,enc(i(X0),X1)))
    | ~ p(enc(X2,X0))
    | ~ p(enc(zcmk,X2))
    | p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_37174]) ).

cnf(c_38862,plain,
    ( ~ p(enc(tc,enc(X0,X1)))
    | ~ p(enc(X2,i(X0)))
    | ~ p(enc(zcmk,X2))
    | p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_38820]) ).

cnf(c_38990,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(zcmk,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_20756]) ).

cnf(c_39116,plain,
    ( ~ p(enc(wk,i(enc(i(zcmk),X0))))
    | ~ p(enc(enc(i(tmk),X1),X2))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_49,c_3448]) ).

cnf(c_39425,plain,
    ( ~ p(enc(zcmk,lp))
    | ~ p(enc(zcmk,t2)) ),
    inference(superposition,[status(thm)],[c_67,c_38990]) ).

cnf(c_40469,plain,
    ( ~ p(enc(wk,i(enc(i(zcmk),X0))))
    | ~ p(enc(enc(i(wk),X1),X2))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_49,c_6962]) ).

cnf(c_40761,plain,
    ( ~ p(enc(enc(i(zcmk),X0),X1))
    | ~ p(X0)
    | p(enc(X1,t1)) ),
    inference(superposition,[status(thm)],[c_49,c_24022]) ).

cnf(c_41124,plain,
    ( ~ p(enc(enc(i(zcmk),X0),X1))
    | ~ p(enc(tc,enc(i(X1),X2)))
    | ~ p(X0)
    | p(X2) ),
    inference(superposition,[status(thm)],[c_49,c_35660]) ).

cnf(c_41440,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(X1,X2))
    | ~ p(enc(wk,X0))
    | ~ p(enc(wk,X1))
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_51,c_26657]) ).

cnf(c_41520,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(zcmk,X0))
    | ~ p(X1)
    | ~ p(t2) ),
    inference(superposition,[status(thm)],[c_20276,c_20825]) ).

cnf(c_41523,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(zcmk,X0))
    | ~ p(X1)
    | ~ p(k) ),
    inference(superposition,[status(thm)],[c_20334,c_20825]) ).

cnf(c_41526,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(zcmk,X0))
    | ~ p(X1)
    | ~ p(t1) ),
    inference(superposition,[status(thm)],[c_24017,c_20825]) ).

cnf(c_41531,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(X1,X2))
    | ~ p(enc(tmk,X1))
    | ~ p(enc(zcmk,X0))
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_49,c_20825]) ).

cnf(c_41686,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(X1,X2))
    | ~ p(enc(tmk,X1))
    | ~ p(enc(wk,X0))
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_51,c_41531]) ).

cnf(c_42433,plain,
    ( ~ p(enc(tmk,k))
    | ~ p(X0)
    | ~ p(X1)
    | p(enc(enc(i(tmk),X0),X1)) ),
    inference(superposition,[status(thm)],[c_346,c_19756]) ).

cnf(c_42436,plain,
    ( ~ p(enc(tmk,k))
    | ~ p(X0)
    | p(enc(w,X0)) ),
    inference(superposition,[status(thm)],[c_65,c_19756]) ).

cnf(c_42437,plain,
    ( ~ p(enc(tmk,k))
    | ~ p(X0)
    | p(enc(pp,X0)) ),
    inference(superposition,[status(thm)],[c_379,c_19756]) ).

cnf(c_42438,plain,
    ( ~ p(enc(tmk,k))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(enc(i(enc(i(zcmk),X1)),X0),X2)) ),
    inference(superposition,[status(thm)],[c_653,c_19756]) ).

cnf(c_42445,plain,
    ( ~ p(enc(zcmk,X0))
    | ~ p(enc(tmk,k))
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(enc(i(X0),X1),X2)) ),
    inference(superposition,[status(thm)],[c_1437,c_19756]) ).

cnf(c_42452,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(tmk,k))
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(enc(X0,X1),X2)) ),
    inference(superposition,[status(thm)],[c_2413,c_19756]) ).

cnf(c_42455,plain,
    ( ~ p(enc(tmk,k))
    | ~ p(X0)
    | ~ p(X1)
    | p(enc(enc(i(wk),X0),X1)) ),
    inference(superposition,[status(thm)],[c_50,c_19756]) ).

cnf(c_42557,plain,
    ( ~ p(enc(i(enc(i(wk),X0)),X1))
    | ~ p(enc(tmk,k))
    | ~ p(X0)
    | p(X1) ),
    inference(superposition,[status(thm)],[c_50,c_42455]) ).

cnf(c_42579,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(tmk,k))
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_42455,c_27012]) ).

cnf(c_42583,plain,
    ( ~ p(enc(wk,i(wk)))
    | ~ p(enc(tmk,k))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_42455,c_9997]) ).

cnf(c_42585,plain,
    ( ~ p(enc(wk,i(tmk)))
    | ~ p(enc(tmk,k))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_42455,c_7561]) ).

cnf(c_42791,plain,
    ( ~ p(enc(tmk,i(enc(i(wk),X0))))
    | ~ p(enc(tmk,k))
    | ~ p(X0)
    | ~ p(X1)
    | p(enc(i(tmk),X1)) ),
    inference(superposition,[status(thm)],[c_994,c_42557]) ).

cnf(c_42806,plain,
    ( ~ p(enc(i(X0),X1))
    | ~ p(enc(wk,X0))
    | ~ p(enc(tmk,k))
    | p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_42557]) ).

cnf(c_42924,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(wk,X0))
    | ~ p(enc(tmk,k))
    | ~ p(X1)
    | p(enc(i(tmk),X1)) ),
    inference(superposition,[status(thm)],[c_994,c_42806]) ).

cnf(c_42939,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(X0,X1))
    | ~ p(enc(tmk,k))
    | p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_42806]) ).

cnf(c_43070,plain,
    ( ~ p(enc(enc(i(zcmk),X0),X1))
    | ~ p(enc(zcmk,X1))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_49,c_20750]) ).

cnf(c_43371,plain,
    ( ~ p(enc(wk,k))
    | ~ p(X0)
    | ~ p(X1)
    | p(enc(enc(i(tmk),X0),X1)) ),
    inference(superposition,[status(thm)],[c_346,c_23669]) ).

cnf(c_43374,plain,
    ( ~ p(enc(wk,k))
    | ~ p(X0)
    | p(enc(w,X0)) ),
    inference(superposition,[status(thm)],[c_65,c_23669]) ).

cnf(c_43375,plain,
    ( ~ p(enc(wk,k))
    | ~ p(X0)
    | p(enc(pp,X0)) ),
    inference(superposition,[status(thm)],[c_379,c_23669]) ).

cnf(c_43376,plain,
    ( ~ p(enc(wk,k))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(enc(i(enc(i(zcmk),X1)),X0),X2)) ),
    inference(superposition,[status(thm)],[c_653,c_23669]) ).

cnf(c_43383,plain,
    ( ~ p(enc(zcmk,X0))
    | ~ p(enc(wk,k))
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(enc(i(X0),X1),X2)) ),
    inference(superposition,[status(thm)],[c_1437,c_23669]) ).

cnf(c_43390,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(wk,k))
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(enc(X0,X1),X2)) ),
    inference(superposition,[status(thm)],[c_2413,c_23669]) ).

cnf(c_43393,plain,
    ( ~ p(enc(wk,k))
    | ~ p(X0)
    | ~ p(X1)
    | p(enc(enc(i(wk),X0),X1)) ),
    inference(superposition,[status(thm)],[c_50,c_23669]) ).

cnf(c_43526,plain,
    ( ~ p(enc(i(enc(i(wk),X0)),X1))
    | ~ p(enc(wk,k))
    | ~ p(X0)
    | p(X1) ),
    inference(superposition,[status(thm)],[c_50,c_43393]) ).

cnf(c_43548,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(wk,k))
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_43393,c_27012]) ).

cnf(c_43552,plain,
    ( ~ p(enc(wk,i(wk)))
    | ~ p(enc(wk,k))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_43393,c_9997]) ).

cnf(c_43554,plain,
    ( ~ p(enc(wk,i(tmk)))
    | ~ p(enc(wk,k))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_43393,c_7561]) ).

cnf(c_43723,plain,
    ( ~ p(enc(tmk,i(enc(i(wk),X0))))
    | ~ p(enc(wk,k))
    | ~ p(X0)
    | ~ p(X1)
    | p(enc(i(tmk),X1)) ),
    inference(superposition,[status(thm)],[c_994,c_43526]) ).

cnf(c_43738,plain,
    ( ~ p(enc(i(X0),X1))
    | ~ p(enc(wk,X0))
    | ~ p(enc(wk,k))
    | p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_43526]) ).

cnf(c_43940,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(wk,X0))
    | ~ p(enc(wk,k))
    | ~ p(X1)
    | p(enc(i(tmk),X1)) ),
    inference(superposition,[status(thm)],[c_994,c_43738]) ).

cnf(c_43955,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(X0,X1))
    | ~ p(enc(wk,k))
    | p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_43738]) ).

cnf(c_44649,plain,
    ( ~ p(enc(zcmk,wk))
    | ~ p(X0)
    | ~ p(X1)
    | p(enc(enc(i(wk),X0),w)) ),
    inference(superposition,[status(thm)],[c_50,c_25225]) ).

cnf(c_44908,plain,
    ( ~ p(enc(zcmk,wk))
    | ~ p(X0)
    | p(enc(enc(i(wk),X0),w)) ),
    inference(superposition,[status(thm)],[c_24021,c_44649]) ).

cnf(c_44931,plain,
    ( ~ p(enc(wk,X0))
    | ~ p(enc(zcmk,wk))
    | p(enc(X0,w)) ),
    inference(superposition,[status(thm)],[c_49,c_44908]) ).

cnf(c_45034,plain,
    ( ~ p(enc(zcmk,wk))
    | p(enc(w,w)) ),
    inference(superposition,[status(thm)],[c_65,c_44931]) ).

cnf(c_45239,plain,
    ( ~ p(enc(tmk,i(zcmk)))
    | ~ p(enc(tc,tc))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_556,c_6277]) ).

cnf(c_45256,plain,
    ( ~ p(enc(tmk,i(zcmk)))
    | ~ p(enc(tc,X0))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_6277]) ).

cnf(c_45359,plain,
    ( ~ p(enc(wk,i(zcmk)))
    | ~ p(enc(tc,lp))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_556,c_6278]) ).

cnf(c_45376,plain,
    ( ~ p(enc(wk,i(zcmk)))
    | ~ p(enc(lp,X0))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_6278]) ).

cnf(c_45711,plain,
    ( ~ p(enc(wk,i(zcmk)))
    | ~ p(enc(tc,tc))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_556,c_27371]) ).

cnf(c_45728,plain,
    ( ~ p(enc(wk,i(zcmk)))
    | ~ p(enc(tc,X0))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_27371]) ).

cnf(c_46090,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(wk,X0))
    | ~ p(X1)
    | ~ p(t2) ),
    inference(superposition,[status(thm)],[c_51,c_41520]) ).

cnf(c_46105,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(wk,X0))
    | ~ p(X1)
    | ~ p(k) ),
    inference(superposition,[status(thm)],[c_51,c_41523]) ).

cnf(c_46120,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(wk,X0))
    | ~ p(X1)
    | ~ p(t1) ),
    inference(superposition,[status(thm)],[c_51,c_41526]) ).

cnf(c_46141,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(X0,enc(i(enc(i(tmk),X1)),X2))) ),
    inference(global_subsumption_just,[status(thm)],[c_3439,c_362,c_685]) ).

cnf(c_46153,plain,
    ( ~ p(enc(enc(i(tmk),X0),X1))
    | ~ p(enc(tmk,X2))
    | ~ p(X0)
    | p(enc(X2,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_46141]) ).

cnf(c_46155,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(enc(tmk,X1))
    | ~ p(X2)
    | p(enc(X1,enc(i(X0),X2))) ),
    inference(superposition,[status(thm)],[c_49,c_46141]) ).

cnf(c_46190,plain,
    ( ~ p(enc(i(enc(i(tmk),X0)),X1))
    | ~ p(enc(tmk,i(X2)))
    | ~ p(enc(zcmk,X2))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_46141,c_2051]) ).

cnf(c_46222,plain,
    ( ~ p(enc(i(enc(i(tmk),X0)),X1))
    | ~ p(enc(tmk,i(tmk)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_46141,c_1933]) ).

cnf(c_46268,plain,
    ( ~ p(enc(i(enc(i(tmk),X0)),X1))
    | ~ p(enc(tmk,i(wk)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_46141,c_9526]) ).

cnf(c_46269,plain,
    ( ~ p(enc(i(enc(i(tmk),X0)),X1))
    | ~ p(enc(tmk,i(zcmk)))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_46141,c_2994]) ).

cnf(c_46273,plain,
    ( ~ p(enc(tmk,lp))
    | ~ p(X0)
    | ~ p(X1)
    | p(enc(w,enc(i(enc(i(tmk),X0)),X1))) ),
    inference(superposition,[status(thm)],[c_46141,c_4946]) ).

cnf(c_46279,plain,
    ( ~ p(enc(i(enc(i(tmk),X0)),X1))
    | ~ p(enc(tmk,i(enc(i(zcmk),X2))))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_46141,c_2047]) ).

cnf(c_47148,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(tmk,X0))
    | ~ p(enc(tmk,X2))
    | p(enc(X2,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_46153]) ).

cnf(c_47818,plain,
    ( ~ p(enc(enc(i(tmk),X0),X1))
    | ~ p(enc(tmk,i(tmk)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_46222]) ).

cnf(c_47820,plain,
    ( ~ p(enc(i(X0),X1))
    | ~ p(enc(tmk,i(tmk)))
    | ~ p(enc(tmk,X0))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_46222]) ).

cnf(c_48148,plain,
    ( ~ p(enc(enc(i(tmk),X0),X1))
    | ~ p(enc(tmk,i(wk)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_46268]) ).

cnf(c_48150,plain,
    ( ~ p(enc(i(X0),X1))
    | ~ p(enc(tmk,i(wk)))
    | ~ p(enc(tmk,X0))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_46268]) ).

cnf(c_48421,plain,
    ( ~ p(enc(tmk,i(tmk)))
    | ~ p(enc(lp,X0))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_4943,c_47818]) ).

cnf(c_48439,plain,
    ( ~ p(enc(tmk,i(tmk)))
    | ~ p(X0)
    | ~ p(t2) ),
    inference(superposition,[status(thm)],[c_20276,c_47818]) ).

cnf(c_48442,plain,
    ( ~ p(enc(tmk,i(tmk)))
    | ~ p(X0)
    | ~ p(k) ),
    inference(superposition,[status(thm)],[c_20334,c_47818]) ).

cnf(c_48445,plain,
    ( ~ p(enc(tmk,i(tmk)))
    | ~ p(X0)
    | ~ p(t1) ),
    inference(superposition,[status(thm)],[c_24017,c_47818]) ).

cnf(c_48450,plain,
    ( ~ p(enc(tmk,i(tmk)))
    | ~ p(enc(X0,X1))
    | ~ p(enc(tmk,X0))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_47818]) ).

cnf(c_48609,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(tmk,i(tmk)))
    | ~ p(enc(X0,X1))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_47820]) ).

cnf(c_48832,plain,
    ( ~ p(enc(tmk,enc(i(wk),X0)))
    | ~ p(enc(tmk,X1))
    | ~ p(X0)
    | ~ p(X2)
    | ~ p(X3)
    | p(enc(X1,enc(i(enc(i(wk),X3)),X2))) ),
    inference(superposition,[status(thm)],[c_61,c_47148]) ).

cnf(c_48844,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(enc(tmk,k))
    | ~ p(X1)
    | p(enc(X0,X1)) ),
    inference(superposition,[status(thm)],[c_519,c_47148]) ).

cnf(c_48888,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(enc(tmk,pp))
    | ~ p(X1)
    | p(enc(X0,enc(i(lp),X1))) ),
    inference(superposition,[status(thm)],[c_5430,c_47148]) ).

cnf(c_48921,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(tmk,X1))
    | ~ p(X2)
    | p(enc(X1,enc(X0,X2))) ),
    inference(superposition,[status(thm)],[c_49,c_47148]) ).

cnf(c_48998,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(X1)
    | p(enc(X0,enc(i(lp),X1))) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_48888,c_64]) ).

cnf(c_49616,plain,
    ( ~ p(enc(tmk,i(wk)))
    | ~ p(X0)
    | ~ p(t2) ),
    inference(superposition,[status(thm)],[c_20276,c_48148]) ).

cnf(c_49619,plain,
    ( ~ p(enc(tmk,i(wk)))
    | ~ p(X0)
    | ~ p(k) ),
    inference(superposition,[status(thm)],[c_20334,c_48148]) ).

cnf(c_49622,plain,
    ( ~ p(enc(tmk,i(wk)))
    | ~ p(X0)
    | ~ p(t1) ),
    inference(superposition,[status(thm)],[c_24017,c_48148]) ).

cnf(c_49627,plain,
    ( ~ p(enc(tmk,i(wk)))
    | ~ p(enc(X0,X1))
    | ~ p(enc(tmk,X0))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_48148]) ).

cnf(c_49931,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(tmk,i(wk)))
    | ~ p(enc(X0,X1))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_48150]) ).

cnf(c_50600,plain,
    ( ~ p(enc(enc(i(tmk),X0),X1))
    | ~ p(enc(wk,tc))
    | ~ p(X0)
    | p(enc(pp,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_3442]) ).

cnf(c_50725,plain,
    ( ~ p(enc(i(X0),X1))
    | ~ p(enc(tmk,i(X2)))
    | ~ p(enc(tmk,X0))
    | ~ p(enc(zcmk,X2))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_46155,c_2051]) ).

cnf(c_50807,plain,
    ( ~ p(enc(i(X0),X1))
    | ~ p(enc(tmk,i(zcmk)))
    | ~ p(enc(tmk,X0))
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_46155,c_2994]) ).

cnf(c_50815,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(enc(tmk,lp))
    | ~ p(X1)
    | p(enc(pp,enc(i(X0),X1))) ),
    inference(superposition,[status(thm)],[c_46155,c_4947]) ).

cnf(c_50816,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(enc(tmk,lp))
    | ~ p(X1)
    | p(enc(w,enc(i(X0),X1))) ),
    inference(superposition,[status(thm)],[c_46155,c_4946]) ).

cnf(c_50822,plain,
    ( ~ p(enc(tmk,i(enc(i(zcmk),X0))))
    | ~ p(enc(i(X1),X2))
    | ~ p(enc(tmk,X1))
    | ~ p(X0)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_46155,c_2047]) ).

cnf(c_51974,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(tmk,i(X1)))
    | ~ p(enc(X0,X2))
    | ~ p(enc(zcmk,X1))
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_48921,c_2051]) ).

cnf(c_52056,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(tmk,i(zcmk)))
    | ~ p(enc(X0,X1))
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_48921,c_2994]) ).

cnf(c_52064,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(tmk,lp))
    | ~ p(X1)
    | p(enc(pp,enc(X0,X1))) ),
    inference(superposition,[status(thm)],[c_48921,c_4947]) ).

cnf(c_52065,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(tmk,lp))
    | ~ p(X1)
    | p(enc(w,enc(X0,X1))) ),
    inference(superposition,[status(thm)],[c_48921,c_4946]) ).

cnf(c_52071,plain,
    ( ~ p(enc(tmk,i(enc(i(zcmk),X0))))
    | ~ p(enc(tmk,i(X1)))
    | ~ p(enc(X1,X2))
    | ~ p(X0)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_48921,c_2047]) ).

cnf(c_52972,plain,
    ( ~ p(enc(tmk,wk))
    | ~ p(X0)
    | p(enc(enc(i(wk),X0),w)) ),
    inference(superposition,[status(thm)],[c_65,c_14427]) ).

cnf(c_53392,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(tmk,X0))
    | ~ p(enc(wk,tc))
    | p(enc(pp,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_50600]) ).

cnf(c_53590,plain,
    ( ~ p(enc(i(lp),X0))
    | ~ p(enc(tmk,i(X1)))
    | ~ p(enc(zcmk,X1))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_48998,c_2051]) ).

cnf(c_53622,plain,
    ( ~ p(enc(i(lp),X0))
    | ~ p(enc(tmk,i(tmk)))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_48998,c_1933]) ).

cnf(c_53670,plain,
    ( ~ p(enc(i(lp),X0))
    | ~ p(enc(tmk,i(wk)))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_48998,c_9526]) ).

cnf(c_53671,plain,
    ( ~ p(enc(i(lp),X0))
    | ~ p(enc(tmk,i(zcmk)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_48998,c_2994]) ).

cnf(c_53681,plain,
    ( ~ p(enc(tmk,i(enc(i(zcmk),X0))))
    | ~ p(enc(i(lp),X1))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_48998,c_2047]) ).

cnf(c_54124,plain,
    ( ~ p(enc(wk,X0))
    | ~ p(enc(tmk,wk))
    | p(enc(X0,w)) ),
    inference(superposition,[status(thm)],[c_49,c_52972]) ).

cnf(c_54170,plain,
    ( ~ p(enc(tmk,wk))
    | p(enc(pp,w)) ),
    inference(superposition,[status(thm)],[c_14556,c_54124]) ).

cnf(c_54347,plain,
    ( ~ p(enc(tmk,i(wk)))
    | ~ p(enc(tc,lp))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_556,c_53670]) ).

cnf(c_54368,plain,
    ( ~ p(enc(tmk,i(wk)))
    | ~ p(enc(lp,X0))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_49,c_53670]) ).

cnf(c_54496,plain,
    ( ~ p(enc(enc(i(tmk),X0),X1))
    | ~ p(enc(wk,i(k)))
    | ~ p(X0)
    | p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_3444]) ).

cnf(c_54734,plain,
    ( ~ p(enc(tmk,wk))
    | ~ p(enc(wk,tc))
    | p(enc(pp,w)) ),
    inference(superposition,[status(thm)],[c_65,c_53392]) ).

cnf(c_55369,plain,
    ( ~ p(enc(tmk,wk))
    | p(enc(pp,w)) ),
    inference(global_subsumption_just,[status(thm)],[c_54734,c_54170]) ).

cnf(c_55373,plain,
    ~ p(enc(tmk,wk)),
    inference(forward_subsumption_resolution,[status(thm)],[c_55369,c_10582]) ).

cnf(c_55401,plain,
    ( ~ p(enc(wk,i(k)))
    | ~ p(X0)
    | p(pp) ),
    inference(superposition,[status(thm)],[c_1760,c_54496]) ).

cnf(c_55436,plain,
    ( ~ p(enc(wk,i(k)))
    | ~ p(X0) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_55401,c_152]) ).

cnf(c_65582,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(X1)
    | p(enc(enc(i(wk),X1),X0)) ),
    inference(superposition,[status(thm)],[c_24021,c_4477]) ).

cnf(c_65603,plain,
    ( ~ p(enc(tmk,enc(i(enc(i(wk),X0)),X1)))
    | ~ p(X0)
    | p(X1) ),
    inference(superposition,[status(thm)],[c_50,c_65582]) ).

cnf(c_65604,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(enc(wk,X1))
    | p(enc(X1,X0)) ),
    inference(superposition,[status(thm)],[c_49,c_65582]) ).

cnf(c_65731,plain,
    ( ~ p(enc(wk,X0))
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(X0,enc(i(enc(i(zcmk),X2)),X1))) ),
    inference(superposition,[status(thm)],[c_309,c_65604]) ).

cnf(c_65735,plain,
    ( ~ p(enc(zcmk,X0))
    | ~ p(enc(wk,X1))
    | ~ p(X2)
    | p(enc(X1,enc(i(X0),X2))) ),
    inference(superposition,[status(thm)],[c_649,c_65604]) ).

cnf(c_65741,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(wk,X1))
    | ~ p(X2)
    | p(enc(X1,enc(X0,X2))) ),
    inference(superposition,[status(thm)],[c_1086,c_65604]) ).

cnf(c_65755,plain,
    ( ~ p(enc(wk,X0))
    | ~ p(X1)
    | p(enc(X0,enc(i(tmk),X1))) ),
    inference(superposition,[status(thm)],[c_50,c_65604]) ).

cnf(c_65846,plain,
    ( ~ p(enc(wk,enc(i(tc),X0)))
    | ~ p(X0)
    | ~ p(X1)
    | p(enc(i(tmk),X1)) ),
    inference(superposition,[status(thm)],[c_65755,c_554]) ).

cnf(c_65847,plain,
    ( ~ p(enc(wk,i(enc(i(tc),X0))))
    | ~ p(X0)
    | ~ p(X1)
    | p(enc(i(tmk),X1)) ),
    inference(superposition,[status(thm)],[c_65755,c_391]) ).

cnf(c_65875,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(wk,X0))
    | ~ p(enc(wk,k))
    | ~ p(X1)
    | p(enc(i(tmk),X1)) ),
    inference(superposition,[status(thm)],[c_65755,c_43738]) ).

cnf(c_65876,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(wk,X0))
    | ~ p(enc(tmk,k))
    | ~ p(X1)
    | p(enc(i(tmk),X1)) ),
    inference(superposition,[status(thm)],[c_65755,c_42806]) ).

cnf(c_65884,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(tc,X0))
    | ~ p(X1)
    | p(enc(i(tmk),X1)) ),
    inference(superposition,[status(thm)],[c_65755,c_836]) ).

cnf(c_65885,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(X0)
    | ~ p(X1)
    | p(enc(i(tmk),X1)) ),
    inference(superposition,[status(thm)],[c_65755,c_150]) ).

cnf(c_65970,plain,
    ( ~ p(enc(wk,tc))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_65755,c_1941]) ).

cnf(c_65972,plain,
    ( ~ p(enc(wk,zcmk))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_65755,c_20656]) ).

cnf(c_65975,plain,
    ( ~ p(enc(wk,lp))
    | ~ p(X0)
    | p(enc(pp,enc(i(tmk),X0))) ),
    inference(superposition,[status(thm)],[c_65755,c_4947]) ).

cnf(c_65976,plain,
    ( ~ p(enc(wk,lp))
    | ~ p(X0)
    | p(enc(w,enc(i(tmk),X0))) ),
    inference(superposition,[status(thm)],[c_65755,c_4946]) ).

cnf(c_66000,plain,
    ( ~ p(enc(wk,i(enc(i(wk),X0))))
    | ~ p(enc(wk,k))
    | ~ p(X0)
    | ~ p(X1)
    | p(enc(i(tmk),X1)) ),
    inference(superposition,[status(thm)],[c_65755,c_43526]) ).

cnf(c_66001,plain,
    ( ~ p(enc(wk,i(enc(i(wk),X0))))
    | ~ p(enc(tmk,k))
    | ~ p(X0)
    | ~ p(X1)
    | p(enc(i(tmk),X1)) ),
    inference(superposition,[status(thm)],[c_65755,c_42557]) ).

cnf(c_66846,plain,
    ( ~ p(enc(tmk,enc(i(X0),X1)))
    | ~ p(enc(wk,X0))
    | p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_65603]) ).

cnf(c_66892,plain,
    ( ~ p(enc(tmk,enc(X0,X1)))
    | ~ p(enc(wk,i(X0)))
    | p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_66846]) ).

cnf(c_66952,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(enc(wk,lp))
    | p(enc(pp,X0)) ),
    inference(superposition,[status(thm)],[c_49,c_65975]) ).

cnf(c_67005,plain,
    ( ~ p(enc(wk,lp))
    | ~ p(X0)
    | ~ p(X1)
    | p(enc(pp,enc(i(enc(i(zcmk),X1)),X0))) ),
    inference(superposition,[status(thm)],[c_309,c_66952]) ).

cnf(c_67009,plain,
    ( ~ p(enc(zcmk,X0))
    | ~ p(enc(wk,lp))
    | ~ p(X1)
    | p(enc(pp,enc(i(X0),X1))) ),
    inference(superposition,[status(thm)],[c_649,c_66952]) ).

cnf(c_67016,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(wk,lp))
    | ~ p(X1)
    | p(enc(pp,enc(X0,X1))) ),
    inference(superposition,[status(thm)],[c_1086,c_66952]) ).

cnf(c_67089,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(enc(wk,lp))
    | p(enc(w,X0)) ),
    inference(superposition,[status(thm)],[c_49,c_65976]) ).

cnf(c_67167,plain,
    ( ~ p(enc(wk,lp))
    | ~ p(X0)
    | ~ p(X1)
    | p(enc(w,enc(i(enc(i(zcmk),X1)),X0))) ),
    inference(superposition,[status(thm)],[c_309,c_67089]) ).

cnf(c_67171,plain,
    ( ~ p(enc(zcmk,X0))
    | ~ p(enc(wk,lp))
    | ~ p(X1)
    | p(enc(w,enc(i(X0),X1))) ),
    inference(superposition,[status(thm)],[c_649,c_67089]) ).

cnf(c_67178,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(wk,lp))
    | ~ p(X1)
    | p(enc(w,enc(X0,X1))) ),
    inference(superposition,[status(thm)],[c_1086,c_67089]) ).

cnf(c_69446,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_65885,c_1933]) ).

cnf(c_69469,plain,
    ( ~ p(enc(i(lp),X0))
    | ~ p(enc(zcmk,i(X1)))
    | ~ p(enc(tmk,X1))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_51,c_53590]) ).

cnf(c_69507,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(tmk,X0))
    | ~ p(enc(tc,lp))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_556,c_69469]) ).

cnf(c_69508,plain,
    ( ~ p(enc(i(enc(i(tmk),X0)),X1))
    | ~ p(enc(zcmk,i(X2)))
    | ~ p(enc(tmk,i(lp)))
    | ~ p(enc(tmk,X2))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_46141,c_69469]) ).

cnf(c_69509,plain,
    ( ~ p(enc(i(enc(i(tmk),X0)),X1))
    | ~ p(enc(zcmk,i(X2)))
    | ~ p(enc(wk,i(lp)))
    | ~ p(enc(tmk,X2))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_685,c_69469]) ).

cnf(c_69510,plain,
    ( ~ p(enc(i(enc(i(wk),X0)),X1))
    | ~ p(enc(zcmk,i(X2)))
    | ~ p(enc(wk,i(lp)))
    | ~ p(enc(tmk,X2))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_736,c_69469]) ).

cnf(c_69514,plain,
    ( ~ p(enc(i(tc),X0))
    | ~ p(enc(zcmk,i(X1)))
    | ~ p(enc(wk,i(lp)))
    | ~ p(enc(tmk,X1))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_19848,c_69469]) ).

cnf(c_69515,plain,
    ( ~ p(enc(i(tc),X0))
    | ~ p(enc(zcmk,i(X1)))
    | ~ p(enc(tmk,i(lp)))
    | ~ p(enc(tmk,X1))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_1387,c_69469]) ).

cnf(c_69521,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(zcmk,i(X1)))
    | ~ p(enc(tmk,i(lp)))
    | ~ p(enc(X0,X2))
    | ~ p(enc(tmk,X1))
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_48921,c_69469]) ).

cnf(c_69524,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(zcmk,i(X1)))
    | ~ p(enc(wk,i(lp)))
    | ~ p(enc(X0,X2))
    | ~ p(enc(tmk,X1))
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_19798,c_69469]) ).

cnf(c_69525,plain,
    ( ~ p(enc(i(X0),X1))
    | ~ p(enc(zcmk,i(X2)))
    | ~ p(enc(tmk,i(lp)))
    | ~ p(enc(tmk,X0))
    | ~ p(enc(tmk,X2))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_46155,c_69469]) ).

cnf(c_69526,plain,
    ( ~ p(enc(i(X0),X1))
    | ~ p(enc(zcmk,i(X2)))
    | ~ p(enc(wk,i(lp)))
    | ~ p(enc(tmk,X2))
    | ~ p(enc(wk,X0))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_6917,c_69469]) ).

cnf(c_69527,plain,
    ( ~ p(enc(i(X0),X1))
    | ~ p(enc(zcmk,i(X2)))
    | ~ p(enc(wk,i(lp)))
    | ~ p(enc(tmk,X0))
    | ~ p(enc(tmk,X2))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_3422,c_69469]) ).

cnf(c_69529,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(tmk,X0))
    | ~ p(enc(lp,X1))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_69469]) ).

cnf(c_69674,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(lp,X1))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_69529]) ).

cnf(c_69809,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(X1,X2))
    | ~ p(enc(tmk,X1))
    | ~ p(enc(zcmk,X0))
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_49,c_50725]) ).

cnf(c_70166,plain,
    ( ~ p(enc(enc(i(tmk),X0),X1))
    | ~ p(enc(tmk,i(X2)))
    | ~ p(enc(zcmk,X2))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_46190]) ).

cnf(c_73530,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(X1,X2))
    | ~ p(enc(tmk,X0))
    | ~ p(enc(tmk,X1))
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_51,c_69809]) ).

cnf(c_73596,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(zcmk,X0))
    | ~ p(X1)
    | ~ p(t2) ),
    inference(superposition,[status(thm)],[c_20276,c_70166]) ).

cnf(c_73599,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(zcmk,X0))
    | ~ p(X1)
    | ~ p(k) ),
    inference(superposition,[status(thm)],[c_20334,c_70166]) ).

cnf(c_73602,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(zcmk,X0))
    | ~ p(X1)
    | ~ p(t1) ),
    inference(superposition,[status(thm)],[c_24017,c_70166]) ).

cnf(c_73784,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(tmk,X0))
    | ~ p(X1)
    | ~ p(t2) ),
    inference(superposition,[status(thm)],[c_51,c_73596]) ).

cnf(c_73799,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(tmk,X0))
    | ~ p(X1)
    | ~ p(k) ),
    inference(superposition,[status(thm)],[c_51,c_73599]) ).

cnf(c_73814,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(tmk,X0))
    | ~ p(X1)
    | ~ p(t1) ),
    inference(superposition,[status(thm)],[c_51,c_73602]) ).

cnf(c_73961,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | p(enc(enc(i(wk),X1),enc(i(tmk),X0))) ),
    inference(superposition,[status(thm)],[c_24021,c_4470]) ).

cnf(c_74334,plain,
    ( ~ p(enc(tmk,i(enc(i(zcmk),X0))))
    | ~ p(enc(enc(i(tmk),X1),X2))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_49,c_46279]) ).

cnf(c_74706,plain,
    ( ~ p(enc(i(enc(i(tmk),X0)),X1))
    | ~ p(enc(tmk,k))
    | ~ p(X0)
    | p(X1) ),
    inference(superposition,[status(thm)],[c_50,c_42433]) ).

cnf(c_74729,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(tmk,k))
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_42433,c_70166]) ).

cnf(c_74731,plain,
    ( ~ p(enc(tmk,i(wk)))
    | ~ p(enc(tmk,k))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_42433,c_48148]) ).

cnf(c_74732,plain,
    ( ~ p(enc(tmk,i(tmk)))
    | ~ p(enc(tmk,k))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_42433,c_47818]) ).

cnf(c_74869,plain,
    ( ~ p(enc(wk,i(enc(i(tmk),X0))))
    | ~ p(enc(tmk,k))
    | ~ p(X0)
    | ~ p(X1)
    | p(enc(i(tmk),X1)) ),
    inference(superposition,[status(thm)],[c_65755,c_74706]) ).

cnf(c_74871,plain,
    ( ~ p(enc(tmk,i(enc(i(tmk),X0))))
    | ~ p(enc(tmk,k))
    | ~ p(X0)
    | ~ p(X1)
    | p(enc(i(tmk),X1)) ),
    inference(superposition,[status(thm)],[c_994,c_74706]) ).

cnf(c_74889,plain,
    ( ~ p(enc(i(X0),X1))
    | ~ p(enc(tmk,X0))
    | ~ p(enc(tmk,k))
    | p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_74706]) ).

cnf(c_75167,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(tmk,X0))
    | ~ p(enc(tmk,k))
    | ~ p(X1)
    | p(enc(i(tmk),X1)) ),
    inference(superposition,[status(thm)],[c_994,c_74889]) ).

cnf(c_75185,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(X0,X1))
    | ~ p(enc(tmk,k))
    | p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_74889]) ).

cnf(c_75900,plain,
    ( ~ p(enc(i(enc(i(tmk),X0)),X1))
    | ~ p(enc(wk,k))
    | ~ p(X0)
    | p(X1) ),
    inference(superposition,[status(thm)],[c_50,c_43371]) ).

cnf(c_75901,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(enc(wk,k))
    | ~ p(X1)
    | p(enc(X0,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_43371]) ).

cnf(c_75923,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(wk,k))
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_43371,c_70166]) ).

cnf(c_75925,plain,
    ( ~ p(enc(tmk,i(wk)))
    | ~ p(enc(wk,k))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_43371,c_48148]) ).

cnf(c_75926,plain,
    ( ~ p(enc(tmk,i(tmk)))
    | ~ p(enc(wk,k))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_43371,c_47818]) ).

cnf(c_76216,plain,
    ( ~ p(enc(wk,i(enc(i(tmk),X0))))
    | ~ p(enc(wk,k))
    | ~ p(X0)
    | ~ p(X1)
    | p(enc(i(tmk),X1)) ),
    inference(superposition,[status(thm)],[c_65755,c_75900]) ).

cnf(c_76218,plain,
    ( ~ p(enc(tmk,i(enc(i(tmk),X0))))
    | ~ p(enc(wk,k))
    | ~ p(X0)
    | ~ p(X1)
    | p(enc(i(tmk),X1)) ),
    inference(superposition,[status(thm)],[c_994,c_75900]) ).

cnf(c_76236,plain,
    ( ~ p(enc(i(X0),X1))
    | ~ p(enc(tmk,X0))
    | ~ p(enc(wk,k))
    | p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_75900]) ).

cnf(c_76384,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(tmk,X0))
    | ~ p(enc(wk,k))
    | ~ p(X1)
    | p(enc(i(tmk),X1)) ),
    inference(superposition,[status(thm)],[c_994,c_76236]) ).

cnf(c_76402,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(X0,X1))
    | ~ p(enc(wk,k))
    | p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_76236]) ).

cnf(c_76586,plain,
    ( ~ p(enc(tmk,i(zcmk)))
    | ~ p(enc(tc,lp))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_556,c_53671]) ).

cnf(c_76608,plain,
    ( ~ p(enc(tmk,i(zcmk)))
    | ~ p(enc(lp,X0))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_53671]) ).

cnf(c_76950,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(enc(tmk,X1))
    | ~ p(enc(wk,X0))
    | ~ p(X2)
    | ~ p(X3)
    | p(enc(X1,enc(i(enc(i(wk),X3)),X2))) ),
    inference(superposition,[status(thm)],[c_49,c_48832]) ).

cnf(c_77048,plain,
    ( ~ p(enc(lp,enc(i(enc(i(enc(i(zcmk),X0)),X1)),X2)))
    | ~ p(X0)
    | ~ p(X1)
    | p(X2) ),
    inference(superposition,[status(thm)],[c_50,c_4948]) ).

cnf(c_77049,plain,
    ( ~ p(enc(enc(i(zcmk),X0),X1))
    | ~ p(enc(lp,X2))
    | ~ p(X0)
    | p(enc(X1,X2)) ),
    inference(superposition,[status(thm)],[c_49,c_4948]) ).

cnf(c_77236,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(lp,X2))
    | p(enc(X1,X2)) ),
    inference(superposition,[status(thm)],[c_49,c_77049]) ).

cnf(c_80692,plain,
    ( ~ p(enc(lp,X0))
    | ~ p(enc(zcmk,lp))
    | p(enc(t2,X0)) ),
    inference(superposition,[status(thm)],[c_67,c_77236]) ).

cnf(c_81238,plain,
    ( ~ p(enc(enc(i(zcmk),X0),X1))
    | ~ p(enc(lp,enc(i(X1),X2)))
    | ~ p(X0)
    | p(X2) ),
    inference(superposition,[status(thm)],[c_49,c_77048]) ).

cnf(c_81240,plain,
    ( ~ p(enc(lp,enc(i(enc(i(X0),X1)),X2)))
    | ~ p(enc(zcmk,X0))
    | ~ p(X1)
    | p(X2) ),
    inference(superposition,[status(thm)],[c_49,c_77048]) ).

cnf(c_81302,plain,
    ( ~ p(enc(lp,enc(i(X0),X1)))
    | ~ p(enc(X2,X0))
    | ~ p(enc(zcmk,X2))
    | p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_81238]) ).

cnf(c_85044,plain,
    ( ~ p(enc(lp,enc(X0,X1)))
    | ~ p(enc(X2,i(X0)))
    | ~ p(enc(zcmk,X2))
    | p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_81302]) ).

cnf(c_85123,plain,
    ( ~ p(enc(lp,enc(i(enc(X0,X1)),X2)))
    | ~ p(enc(zcmk,i(X0)))
    | ~ p(X1)
    | p(X2) ),
    inference(superposition,[status(thm)],[c_51,c_81240]) ).

cnf(c_85499,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(tmk,X0))
    | ~ p(enc(tc,tc))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_16502]) ).

cnf(c_85579,plain,
    ( ~ p(enc(enc(i(tmk),X0),X1))
    | ~ p(enc(wk,lp))
    | ~ p(X0)
    | p(enc(w,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_4997]) ).

cnf(c_85714,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(tmk,X0))
    | ~ p(enc(wk,lp))
    | p(enc(w,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_85579]) ).

cnf(c_87162,plain,
    ( ~ p(enc(enc(i(tmk),X0),X1))
    | ~ p(enc(wk,lp))
    | ~ p(X0)
    | p(enc(pp,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_5426]) ).

cnf(c_87261,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(tmk,X0))
    | ~ p(enc(wk,lp))
    | p(enc(pp,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_87162]) ).

cnf(c_87878,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(wk,X0))
    | ~ p(enc(tc,lp))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_16760]) ).

cnf(c_88556,plain,
    ( ~ p(enc(tmk,X1))
    | ~ p(enc(tmk,X0))
    | ~ p(X2)
    | ~ p(X3)
    | p(enc(X1,enc(i(enc(i(wk),X3)),X2))) ),
    inference(global_subsumption_just,[status(thm)],[c_76950,c_362,c_76950]) ).

cnf(c_88557,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(enc(tmk,X1))
    | ~ p(X2)
    | ~ p(X3)
    | p(enc(X1,enc(i(enc(i(wk),X3)),X2))) ),
    inference(renaming,[status(thm)],[c_88556]) ).

cnf(c_88571,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(X0,enc(i(enc(i(wk),X2)),X1))) ),
    inference(superposition,[status(thm)],[c_64,c_88557]) ).

cnf(c_88612,plain,
    ( ~ p(enc(enc(i(wk),X0),X1))
    | ~ p(enc(tmk,X2))
    | ~ p(X0)
    | p(enc(X2,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_88571]) ).

cnf(c_88614,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(enc(wk,X1))
    | ~ p(X2)
    | p(enc(X0,enc(i(X1),X2))) ),
    inference(superposition,[status(thm)],[c_49,c_88571]) ).

cnf(c_88656,plain,
    ( ~ p(enc(i(enc(i(wk),X0)),X1))
    | ~ p(enc(tmk,i(X2)))
    | ~ p(enc(zcmk,X2))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_88571,c_2051]) ).

cnf(c_88692,plain,
    ( ~ p(enc(i(enc(i(wk),X0)),X1))
    | ~ p(enc(tmk,i(tmk)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_88571,c_1933]) ).

cnf(c_88745,plain,
    ( ~ p(enc(i(enc(i(wk),X0)),X1))
    | ~ p(enc(tmk,i(wk)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_88571,c_9526]) ).

cnf(c_88746,plain,
    ( ~ p(enc(i(enc(i(wk),X0)),X1))
    | ~ p(enc(tmk,i(zcmk)))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_88571,c_2994]) ).

cnf(c_88750,plain,
    ( ~ p(enc(tmk,lp))
    | ~ p(X0)
    | ~ p(X1)
    | p(enc(pp,enc(i(enc(i(wk),X1)),X0))) ),
    inference(superposition,[status(thm)],[c_88571,c_4947]) ).

cnf(c_88751,plain,
    ( ~ p(enc(tmk,lp))
    | ~ p(X0)
    | ~ p(X1)
    | p(enc(w,enc(i(enc(i(wk),X1)),X0))) ),
    inference(superposition,[status(thm)],[c_88571,c_4946]) ).

cnf(c_88753,plain,
    ( ~ p(enc(i(enc(i(wk),X0)),X1))
    | ~ p(enc(zcmk,i(X2)))
    | ~ p(enc(tmk,i(lp)))
    | ~ p(enc(tmk,X2))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_88571,c_69469]) ).

cnf(c_88759,plain,
    ( ~ p(enc(i(enc(i(wk),X0)),X1))
    | ~ p(enc(tmk,i(enc(i(zcmk),X2))))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_88571,c_2047]) ).

cnf(c_89805,plain,
    ( ~ p(enc(enc(i(wk),X0),X1))
    | ~ p(enc(tmk,i(tmk)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_88692]) ).

cnf(c_89807,plain,
    ( ~ p(enc(i(X0),X1))
    | ~ p(enc(tmk,i(tmk)))
    | ~ p(enc(wk,X0))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_88692]) ).

cnf(c_89998,plain,
    ( ~ p(enc(enc(i(wk),X0),X1))
    | ~ p(enc(tmk,i(wk)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_88745]) ).

cnf(c_90000,plain,
    ( ~ p(enc(i(X0),X1))
    | ~ p(enc(tmk,i(wk)))
    | ~ p(enc(wk,X0))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_88745]) ).

cnf(c_90230,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(tmk,X2))
    | ~ p(enc(wk,X0))
    | p(enc(X2,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_88612]) ).

cnf(c_93247,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(tmk,X1))
    | ~ p(X2)
    | p(enc(X1,enc(X0,X2))) ),
    inference(superposition,[status(thm)],[c_49,c_90230]) ).

cnf(c_94011,plain,
    ( ~ p(enc(tmk,i(tmk)))
    | ~ p(enc(X0,X1))
    | ~ p(enc(wk,X0))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_89805]) ).

cnf(c_94190,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(tmk,i(tmk)))
    | ~ p(enc(X0,X1))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_89807]) ).

cnf(c_94389,plain,
    ( ~ p(enc(tmk,i(wk)))
    | ~ p(enc(X0,X1))
    | ~ p(enc(wk,X0))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_89998]) ).

cnf(c_94568,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(tmk,i(wk)))
    | ~ p(enc(X0,X1))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_90000]) ).

cnf(c_94782,plain,
    ( ~ p(enc(i(X0),X1))
    | ~ p(enc(tmk,i(X2)))
    | ~ p(enc(zcmk,X2))
    | ~ p(enc(wk,X0))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_88614,c_2051]) ).

cnf(c_94875,plain,
    ( ~ p(enc(i(X0),X1))
    | ~ p(enc(tmk,i(zcmk)))
    | ~ p(enc(wk,X0))
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_88614,c_2994]) ).

cnf(c_94884,plain,
    ( ~ p(enc(wk,X0))
    | ~ p(enc(tmk,lp))
    | ~ p(X1)
    | p(enc(pp,enc(i(X0),X1))) ),
    inference(superposition,[status(thm)],[c_88614,c_4947]) ).

cnf(c_94885,plain,
    ( ~ p(enc(wk,X0))
    | ~ p(enc(tmk,lp))
    | ~ p(X1)
    | p(enc(w,enc(i(X0),X1))) ),
    inference(superposition,[status(thm)],[c_88614,c_4946]) ).

cnf(c_94887,plain,
    ( ~ p(enc(i(X0),X1))
    | ~ p(enc(zcmk,i(X2)))
    | ~ p(enc(tmk,i(lp)))
    | ~ p(enc(tmk,X2))
    | ~ p(enc(wk,X0))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_88614,c_69469]) ).

cnf(c_94893,plain,
    ( ~ p(enc(tmk,i(enc(i(zcmk),X0))))
    | ~ p(enc(i(X1),X2))
    | ~ p(enc(wk,X1))
    | ~ p(X0)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_88614,c_2047]) ).

cnf(c_99755,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(wk,i(X1)))
    | ~ p(enc(X1,X2))
    | ~ p(enc(zcmk,X0))
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_93247,c_2051]) ).

cnf(c_99848,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(tmk,i(zcmk)))
    | ~ p(enc(X0,X1))
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_93247,c_2994]) ).

cnf(c_99857,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(tmk,lp))
    | ~ p(X1)
    | p(enc(pp,enc(X0,X1))) ),
    inference(superposition,[status(thm)],[c_93247,c_4947]) ).

cnf(c_99858,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(tmk,lp))
    | ~ p(X1)
    | p(enc(w,enc(X0,X1))) ),
    inference(superposition,[status(thm)],[c_93247,c_4946]) ).

cnf(c_99866,plain,
    ( ~ p(enc(tmk,i(enc(i(zcmk),X0))))
    | ~ p(enc(wk,i(X1)))
    | ~ p(enc(X1,X2))
    | ~ p(X0)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_93247,c_2047]) ).

cnf(c_102859,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(wk,X0))
    | ~ p(enc(tc,tc))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_33921]) ).

cnf(c_102969,plain,
    ( ~ p(enc(wk,enc(i(tc),X0)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_65846,c_1933]) ).

cnf(c_103001,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(tc,X0))
    | ~ p(X1) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_65884,c_1933]) ).

cnf(c_103007,plain,
    ( ~ p(enc(tc,i(X0)))
    | ~ p(enc(wk,X0))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_103001]) ).

cnf(c_103031,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(tc,lp))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_69507]) ).

cnf(c_103120,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(X1,X2))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(wk,X1))
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_49,c_94782]) ).

cnf(c_103332,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(wk,i(X1)))
    | ~ p(enc(X1,X2))
    | ~ p(enc(tmk,X0))
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_51,c_99755]) ).

cnf(c_103376,plain,
    ( ~ p(enc(enc(i(wk),X0),X1))
    | ~ p(enc(tmk,i(X2)))
    | ~ p(enc(zcmk,X2))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_88656]) ).

cnf(c_103744,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(X1,X2))
    | ~ p(enc(tmk,X0))
    | ~ p(enc(wk,X1))
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_51,c_103120]) ).

cnf(c_104126,plain,
    ( ~ p(enc(enc(i(tmk),X0),X1))
    | ~ p(enc(wk,i(zcmk)))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_49,c_6275]) ).

cnf(c_104335,plain,
    ( ~ p(enc(wk,i(zcmk)))
    | ~ p(enc(wk,k))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_43371,c_104126]) ).

cnf(c_104336,plain,
    ( ~ p(enc(wk,i(zcmk)))
    | ~ p(enc(tmk,k))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_42433,c_104126]) ).

cnf(c_104364,plain,
    ( ~ p(enc(wk,i(zcmk)))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(t2) ),
    inference(superposition,[status(thm)],[c_20276,c_104126]) ).

cnf(c_104367,plain,
    ( ~ p(enc(wk,i(zcmk)))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(k) ),
    inference(superposition,[status(thm)],[c_20334,c_104126]) ).

cnf(c_104370,plain,
    ( ~ p(enc(wk,i(zcmk)))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(t1) ),
    inference(superposition,[status(thm)],[c_24017,c_104126]) ).

cnf(c_104376,plain,
    ( ~ p(enc(wk,i(zcmk)))
    | ~ p(enc(X0,X1))
    | ~ p(enc(tmk,X0))
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_49,c_104126]) ).

cnf(c_105094,plain,
    ( ~ p(enc(tmk,i(enc(i(zcmk),X0))))
    | ~ p(enc(enc(i(wk),X1),X2))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_49,c_88759]) ).

cnf(c_110161,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(tmk,lp))
    | p(enc(w,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_13610]) ).

cnf(c_110803,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(tmk,lp))
    | p(enc(pp,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_14040]) ).

cnf(c_112230,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(zcmk,wk))
    | p(enc(X1,w)) ),
    inference(superposition,[status(thm)],[c_49,c_24783]) ).

cnf(c_112491,plain,
    ( ~ p(enc(zcmk,wk))
    | ~ p(enc(zcmk,lp))
    | p(enc(t2,w)) ),
    inference(superposition,[status(thm)],[c_67,c_112230]) ).

cnf(c_113285,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(wk,X0))
    | ~ p(enc(wk,lp))
    | p(enc(pp,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_25359]) ).

cnf(c_114064,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(wk,X0))
    | ~ p(enc(wk,lp))
    | p(enc(w,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_25360]) ).

cnf(c_114703,plain,
    ( ~ p(enc(wk,enc(i(zcmk),X0)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(demodulation,[status(thm)],[c_27353,c_50]) ).

cnf(c_115196,plain,
    ( ~ p(enc(wk,i(zcmk)))
    | ~ p(enc(X0,X1))
    | ~ p(enc(wk,X0))
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_49,c_25351]) ).

cnf(c_115810,plain,
    ( ~ p(enc(tmk,i(zcmk)))
    | ~ p(enc(X0,X1))
    | ~ p(enc(tmk,X0))
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_49,c_50807]) ).

cnf(c_116103,plain,
    ( ~ p(enc(tmk,i(zcmk)))
    | ~ p(enc(X0,X1))
    | ~ p(enc(wk,X0))
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_49,c_94875]) ).

cnf(c_116505,plain,
    ( ~ p(enc(enc(i(wk),X0),X1))
    | ~ p(enc(wk,i(zcmk)))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_49,c_6957]) ).

cnf(c_117192,plain,
    ( ~ p(enc(enc(i(tmk),X0),X1))
    | ~ p(enc(tmk,i(zcmk)))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_49,c_46269]) ).

cnf(c_117401,plain,
    ( ~ p(enc(tmk,i(zcmk)))
    | ~ p(enc(wk,k))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_43371,c_117192]) ).

cnf(c_117402,plain,
    ( ~ p(enc(tmk,i(zcmk)))
    | ~ p(enc(tmk,k))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_42433,c_117192]) ).

cnf(c_117432,plain,
    ( ~ p(enc(tmk,i(zcmk)))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(t2) ),
    inference(superposition,[status(thm)],[c_20276,c_117192]) ).

cnf(c_117435,plain,
    ( ~ p(enc(tmk,i(zcmk)))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(k) ),
    inference(superposition,[status(thm)],[c_20334,c_117192]) ).

cnf(c_117438,plain,
    ( ~ p(enc(tmk,i(zcmk)))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(t1) ),
    inference(superposition,[status(thm)],[c_24017,c_117192]) ).

cnf(c_117868,plain,
    ( ~ p(enc(enc(i(wk),X0),X1))
    | ~ p(enc(tmk,i(zcmk)))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_49,c_88746]) ).

cnf(c_118558,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(tmk,X0))
    | ~ p(enc(tmk,lp))
    | p(enc(pp,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_50815]) ).

cnf(c_118645,plain,
    ( ~ p(enc(tmk,enc(i(wk),X0)))
    | ~ p(enc(tmk,lp))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(pp,enc(i(enc(i(tmk),X2)),X1))) ),
    inference(superposition,[status(thm)],[c_60,c_118558]) ).

cnf(c_119484,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(enc(wk,X0))
    | ~ p(enc(tmk,lp))
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(pp,enc(i(enc(i(tmk),X2)),X1))) ),
    inference(superposition,[status(thm)],[c_49,c_118645]) ).

cnf(c_119531,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(enc(tmk,lp))
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(pp,enc(i(enc(i(tmk),X2)),X1))) ),
    inference(global_subsumption_just,[status(thm)],[c_119484,c_362,c_119484]) ).

cnf(c_119546,plain,
    ( ~ p(enc(tmk,lp))
    | ~ p(X0)
    | ~ p(X1)
    | p(enc(pp,enc(i(enc(i(tmk),X1)),X0))) ),
    inference(superposition,[status(thm)],[c_64,c_119531]) ).

cnf(c_119589,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(tmk,X0))
    | ~ p(enc(tmk,lp))
    | p(enc(w,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_50816]) ).

cnf(c_120360,plain,
    ( ~ p(enc(enc(i(tmk),X0),X1))
    | ~ p(enc(tmk,lp))
    | ~ p(X0)
    | p(enc(pp,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_119546]) ).

cnf(c_120692,plain,
    ( ~ p(enc(enc(i(wk),X0),X1))
    | ~ p(enc(wk,lp))
    | ~ p(X0)
    | p(enc(pp,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_6958]) ).

cnf(c_120955,plain,
    ( ~ p(enc(enc(i(wk),X0),X1))
    | ~ p(enc(wk,lp))
    | ~ p(X0)
    | p(enc(w,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_6959]) ).

cnf(c_122269,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(wk,X2))
    | p(enc(X2,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_65735]) ).

cnf(c_126923,plain,
    ( ~ p(enc(wk,i(enc(i(tc),X0))))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_65847,c_1933]) ).

cnf(c_126984,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(wk,lp))
    | p(enc(pp,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_67009]) ).

cnf(c_127614,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(wk,lp))
    | p(enc(w,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_67171]) ).

cnf(c_128589,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(wk,X0))
    | ~ p(enc(tmk,lp))
    | p(enc(pp,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_94884]) ).

cnf(c_129104,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(wk,X0))
    | ~ p(enc(tmk,lp))
    | p(enc(w,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_94885]) ).

cnf(c_131356,plain,
    ( ~ p(enc(enc(i(zcmk),X0),X1))
    | ~ p(enc(tmk,lp))
    | ~ p(X0)
    | p(enc(w,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_13606]) ).

cnf(c_131712,plain,
    ( ~ p(enc(enc(i(zcmk),X0),X1))
    | ~ p(enc(tmk,lp))
    | ~ p(X0)
    | p(enc(pp,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_14036]) ).

cnf(c_132158,plain,
    ( ~ p(enc(enc(i(zcmk),X0),X1))
    | ~ p(enc(zcmk,wk))
    | ~ p(X0)
    | p(enc(X1,w)) ),
    inference(superposition,[status(thm)],[c_49,c_24779]) ).

cnf(c_133141,plain,
    ( ~ p(enc(enc(i(tmk),X0),X1))
    | ~ p(enc(tmk,lp))
    | ~ p(X0)
    | p(enc(w,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_46273]) ).

cnf(c_133716,plain,
    ( ~ p(enc(enc(i(zcmk),X0),X1))
    | ~ p(enc(wk,X2))
    | ~ p(X0)
    | p(enc(X2,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_65731]) ).

cnf(c_133866,plain,
    ( ~ p(enc(wk,enc(i(tmk),X0)))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(X2)
    | ~ p(X3)
    | p(enc(enc(i(wk),X3),enc(i(enc(i(zcmk),X2)),X1))) ),
    inference(superposition,[status(thm)],[c_65731,c_687]) ).

cnf(c_135907,plain,
    ( ~ p(enc(enc(i(zcmk),X0),X1))
    | ~ p(enc(wk,lp))
    | ~ p(X0)
    | p(enc(pp,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_67005]) ).

cnf(c_136247,plain,
    ( ~ p(enc(enc(i(zcmk),X0),X1))
    | ~ p(enc(wk,lp))
    | ~ p(X0)
    | p(enc(w,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_67167]) ).

cnf(c_136761,plain,
    ( ~ p(enc(enc(i(wk),X0),X1))
    | ~ p(enc(tmk,lp))
    | ~ p(X0)
    | p(enc(pp,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_88750]) ).

cnf(c_137037,plain,
    ( ~ p(enc(enc(i(wk),X0),X1))
    | ~ p(enc(tmk,lp))
    | ~ p(X0)
    | p(enc(w,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_88751]) ).

cnf(c_137710,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(wk,X0))
    | ~ p(enc(tmk,k))
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_51,c_42579]) ).

cnf(c_137716,plain,
    ( ~ p(X1)
    | ~ p(enc(tmk,k))
    | ~ p(enc(wk,X0))
    | ~ p(enc(zcmk,i(X0))) ),
    inference(global_subsumption_just,[status(thm)],[c_137710,c_2410,c_19756]) ).

cnf(c_137717,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(wk,X0))
    | ~ p(enc(tmk,k))
    | ~ p(X1) ),
    inference(renaming,[status(thm)],[c_137716]) ).

cnf(c_137728,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(tmk,k))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_137717]) ).

cnf(c_137789,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(wk,X0))
    | ~ p(enc(wk,k))
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_51,c_43548]) ).

cnf(c_137795,plain,
    ( ~ p(X1)
    | ~ p(enc(wk,k))
    | ~ p(enc(wk,X0))
    | ~ p(enc(zcmk,i(X0))) ),
    inference(global_subsumption_just,[status(thm)],[c_137789,c_2410,c_23669]) ).

cnf(c_137796,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(wk,X0))
    | ~ p(enc(wk,k))
    | ~ p(X1) ),
    inference(renaming,[status(thm)],[c_137795]) ).

cnf(c_137807,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(wk,k))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_137796]) ).

cnf(c_138045,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(tmk,X0))
    | ~ p(enc(tmk,k))
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_51,c_74729]) ).

cnf(c_138081,plain,
    ( ~ p(X1)
    | ~ p(enc(tmk,k))
    | ~ p(enc(tmk,X0))
    | ~ p(enc(zcmk,i(X0))) ),
    inference(global_subsumption_just,[status(thm)],[c_138045,c_362,c_137717]) ).

cnf(c_138082,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(tmk,X0))
    | ~ p(enc(tmk,k))
    | ~ p(X1) ),
    inference(renaming,[status(thm)],[c_138081]) ).

cnf(c_138093,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(tmk,k))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_138082]) ).

cnf(c_138126,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(tmk,X0))
    | ~ p(enc(wk,k))
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_51,c_75923]) ).

cnf(c_138132,plain,
    ( ~ p(X1)
    | ~ p(enc(wk,k))
    | ~ p(enc(tmk,X0))
    | ~ p(enc(zcmk,i(X0))) ),
    inference(global_subsumption_just,[status(thm)],[c_138126,c_362,c_137796]) ).

cnf(c_138133,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(tmk,X0))
    | ~ p(enc(wk,k))
    | ~ p(X1) ),
    inference(renaming,[status(thm)],[c_138132]) ).

cnf(c_138144,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(wk,k))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_138133]) ).

cnf(c_138595,plain,
    ( ~ p(enc(i(enc(i(X0),X1)),X2))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(tmk,k))
    | ~ p(X1)
    | p(X2) ),
    inference(superposition,[status(thm)],[c_50,c_42445]) ).

cnf(c_138596,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(tmk,k))
    | ~ p(X2)
    | p(enc(X1,X2)) ),
    inference(superposition,[status(thm)],[c_49,c_42445]) ).

cnf(c_139146,plain,
    ( ~ p(enc(tmk,k))
    | ~ p(enc(zcmk,lp))
    | ~ p(X0)
    | p(enc(t2,X0)) ),
    inference(superposition,[status(thm)],[c_67,c_138596]) ).

cnf(c_139684,plain,
    ( ~ p(enc(i(enc(X0,X1)),X2))
    | ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(tmk,k))
    | ~ p(X1)
    | p(X2) ),
    inference(superposition,[status(thm)],[c_50,c_42452]) ).

cnf(c_140182,plain,
    ( ~ p(enc(wk,i(enc(i(X0),X1))))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(tmk,k))
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(i(tmk),X2)) ),
    inference(superposition,[status(thm)],[c_65755,c_138595]) ).

cnf(c_140184,plain,
    ( ~ p(enc(tmk,i(enc(i(X0),X1))))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(tmk,k))
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(i(tmk),X2)) ),
    inference(superposition,[status(thm)],[c_994,c_138595]) ).

cnf(c_140208,plain,
    ( ~ p(enc(i(X0),X1))
    | ~ p(enc(X2,X0))
    | ~ p(enc(zcmk,X2))
    | ~ p(enc(tmk,k))
    | p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_138595]) ).

cnf(c_140412,plain,
    ( ~ p(enc(X0,enc(i(zcmk),X1)))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(tmk,k))
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(i(tmk),X2)) ),
    inference(superposition,[status(thm)],[c_497,c_140208]) ).

cnf(c_140422,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(X1,X0))
    | ~ p(enc(zcmk,X1))
    | ~ p(enc(tmk,k))
    | ~ p(X2)
    | p(enc(i(tmk),X2)) ),
    inference(superposition,[status(thm)],[c_65755,c_140208]) ).

cnf(c_140424,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(X1,X0))
    | ~ p(enc(zcmk,X1))
    | ~ p(enc(tmk,k))
    | ~ p(X2)
    | p(enc(i(tmk),X2)) ),
    inference(superposition,[status(thm)],[c_994,c_140208]) ).

cnf(c_140448,plain,
    ( ~ p(enc(X0,i(X1)))
    | ~ p(enc(X1,X2))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(tmk,k))
    | p(X2) ),
    inference(superposition,[status(thm)],[c_51,c_140208]) ).

cnf(c_141266,plain,
    ( ~ p(enc(i(enc(i(X0),X1)),X2))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(wk,k))
    | ~ p(X1)
    | p(X2) ),
    inference(superposition,[status(thm)],[c_50,c_43383]) ).

cnf(c_141267,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(wk,k))
    | ~ p(X2)
    | p(enc(X1,X2)) ),
    inference(superposition,[status(thm)],[c_49,c_43383]) ).

cnf(c_141853,plain,
    ( ~ p(enc(zcmk,lp))
    | ~ p(enc(wk,k))
    | ~ p(X0)
    | p(enc(t2,X0)) ),
    inference(superposition,[status(thm)],[c_67,c_141267]) ).

cnf(c_142826,plain,
    ( ~ p(enc(wk,i(enc(i(X0),X1))))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(wk,k))
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(i(tmk),X2)) ),
    inference(superposition,[status(thm)],[c_65755,c_141266]) ).

cnf(c_142828,plain,
    ( ~ p(enc(tmk,i(enc(i(X0),X1))))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(wk,k))
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(i(tmk),X2)) ),
    inference(superposition,[status(thm)],[c_994,c_141266]) ).

cnf(c_142852,plain,
    ( ~ p(enc(i(X0),X1))
    | ~ p(enc(X2,X0))
    | ~ p(enc(zcmk,X2))
    | ~ p(enc(wk,k))
    | p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_141266]) ).

cnf(c_142854,plain,
    ( ~ p(enc(i(enc(X0,X1)),X2))
    | ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(wk,k))
    | ~ p(X1)
    | p(X2) ),
    inference(superposition,[status(thm)],[c_51,c_141266]) ).

cnf(c_143061,plain,
    ( ~ p(enc(X0,enc(i(zcmk),X1)))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(wk,k))
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(i(tmk),X2)) ),
    inference(superposition,[status(thm)],[c_497,c_142852]) ).

cnf(c_143071,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(X1,X0))
    | ~ p(enc(zcmk,X1))
    | ~ p(enc(wk,k))
    | ~ p(X2)
    | p(enc(i(tmk),X2)) ),
    inference(superposition,[status(thm)],[c_65755,c_142852]) ).

cnf(c_143073,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(X1,X0))
    | ~ p(enc(zcmk,X1))
    | ~ p(enc(wk,k))
    | ~ p(X2)
    | p(enc(i(tmk),X2)) ),
    inference(superposition,[status(thm)],[c_994,c_142852]) ).

cnf(c_143097,plain,
    ( ~ p(enc(X0,i(X1)))
    | ~ p(enc(X1,X2))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(wk,k))
    | p(X2) ),
    inference(superposition,[status(thm)],[c_51,c_142852]) ).

cnf(c_145737,plain,
    ( ~ p(enc(i(enc(i(enc(i(zcmk),X0)),X1)),X2))
    | ~ p(enc(tmk,k))
    | ~ p(X0)
    | ~ p(X1)
    | p(X2) ),
    inference(superposition,[status(thm)],[c_50,c_42438]) ).

cnf(c_145738,plain,
    ( ~ p(enc(enc(i(zcmk),X0),X1))
    | ~ p(enc(tmk,k))
    | ~ p(X0)
    | ~ p(X2)
    | p(enc(X1,X2)) ),
    inference(superposition,[status(thm)],[c_49,c_42438]) ).

cnf(c_146293,plain,
    ( ~ p(enc(wk,i(enc(i(enc(i(zcmk),X0)),X1))))
    | ~ p(enc(tmk,k))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(i(tmk),X2)) ),
    inference(superposition,[status(thm)],[c_65755,c_145737]) ).

cnf(c_146295,plain,
    ( ~ p(enc(tmk,i(enc(i(enc(i(zcmk),X0)),X1))))
    | ~ p(enc(tmk,k))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(i(tmk),X2)) ),
    inference(superposition,[status(thm)],[c_994,c_145737]) ).

cnf(c_146319,plain,
    ( ~ p(enc(enc(i(zcmk),X0),X1))
    | ~ p(enc(i(X1),X2))
    | ~ p(enc(tmk,k))
    | ~ p(X0)
    | p(X2) ),
    inference(superposition,[status(thm)],[c_49,c_145737]) ).

cnf(c_146923,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(wk,X0))
    | ~ p(enc(tmk,k))
    | ~ p(X1) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_42924,c_1933]) ).

cnf(c_146930,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(tmk,X0))
    | ~ p(enc(tmk,k))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_146923]) ).

cnf(c_146997,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(wk,X0))
    | ~ p(enc(wk,k))
    | ~ p(X1) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_43940,c_1933]) ).

cnf(c_147004,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(tmk,X0))
    | ~ p(enc(wk,k))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_146997]) ).

cnf(c_147030,plain,
    ( ~ p(enc(i(enc(i(enc(i(zcmk),X0)),X1)),X2))
    | ~ p(enc(wk,k))
    | ~ p(X0)
    | ~ p(X1)
    | p(X2) ),
    inference(superposition,[status(thm)],[c_50,c_43376]) ).

cnf(c_147031,plain,
    ( ~ p(enc(enc(i(zcmk),X0),X1))
    | ~ p(enc(wk,k))
    | ~ p(X0)
    | ~ p(X2)
    | p(enc(X1,X2)) ),
    inference(superposition,[status(thm)],[c_49,c_43376]) ).

cnf(c_147661,plain,
    ( ~ p(enc(wk,i(enc(i(enc(i(zcmk),X0)),X1))))
    | ~ p(enc(wk,k))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(i(tmk),X2)) ),
    inference(superposition,[status(thm)],[c_65755,c_147030]) ).

cnf(c_147663,plain,
    ( ~ p(enc(tmk,i(enc(i(enc(i(zcmk),X0)),X1))))
    | ~ p(enc(wk,k))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(i(tmk),X2)) ),
    inference(superposition,[status(thm)],[c_994,c_147030]) ).

cnf(c_147687,plain,
    ( ~ p(enc(enc(i(zcmk),X0),X1))
    | ~ p(enc(i(X1),X2))
    | ~ p(enc(wk,k))
    | ~ p(X0)
    | p(X2) ),
    inference(superposition,[status(thm)],[c_49,c_147030]) ).

cnf(c_148476,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(wk,X0))
    | ~ p(enc(wk,k))
    | ~ p(X1) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_65875,c_1933]) ).

cnf(c_148489,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(wk,X0))
    | ~ p(enc(tmk,k))
    | ~ p(X1) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_65876,c_1933]) ).

cnf(c_148522,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(tmk,X0))
    | ~ p(enc(tmk,k))
    | ~ p(X1) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_75167,c_1933]) ).

cnf(c_148557,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(tmk,X0))
    | ~ p(enc(wk,k))
    | ~ p(X1) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_76384,c_1933]) ).

cnf(c_150477,plain,
    ( ~ p(enc(enc(i(tmk),X0),X1))
    | ~ p(enc(zcmk,i(X2)))
    | ~ p(enc(tmk,i(lp)))
    | ~ p(enc(tmk,X2))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_69508]) ).

cnf(c_150996,plain,
    ( ~ p(enc(enc(i(tmk),X0),X1))
    | ~ p(enc(zcmk,i(X2)))
    | ~ p(enc(wk,i(lp)))
    | ~ p(enc(tmk,X2))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_69509]) ).

cnf(c_152183,plain,
    ( ~ p(enc(enc(i(wk),X0),X1))
    | ~ p(enc(zcmk,i(X2)))
    | ~ p(enc(wk,i(lp)))
    | ~ p(enc(tmk,X2))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_69510]) ).

cnf(c_152583,plain,
    ( ~ p(enc(enc(i(wk),X0),X1))
    | ~ p(enc(zcmk,i(X2)))
    | ~ p(enc(tmk,i(lp)))
    | ~ p(enc(tmk,X2))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_88753]) ).

cnf(c_153868,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | ~ p(X2)
    | ~ p(X3)
    | p(enc(enc(i(wk),X3),enc(i(enc(i(zcmk),X2)),X1))) ),
    inference(global_subsumption_just,[status(thm)],[c_21060,c_346,c_133866]) ).

cnf(c_154028,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(enc(i(wk),X2),enc(i(enc(i(zcmk),X1)),X0))) ),
    inference(superposition,[status(thm)],[c_24021,c_153868]) ).

cnf(c_154069,plain,
    ( ~ p(enc(enc(i(zcmk),X0),X1))
    | ~ p(X0)
    | ~ p(X2)
    | p(enc(enc(i(wk),X2),X1)) ),
    inference(superposition,[status(thm)],[c_49,c_154028]) ).

cnf(c_154071,plain,
    ( ~ p(enc(zcmk,X0))
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(enc(i(wk),X1),enc(i(X0),X2))) ),
    inference(superposition,[status(thm)],[c_49,c_154028]) ).

cnf(c_154300,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(zcmk,X0))
    | ~ p(X2)
    | p(enc(enc(i(wk),X2),X1)) ),
    inference(superposition,[status(thm)],[c_49,c_154069]) ).

cnf(c_154581,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(enc(i(wk),X2),enc(X0,X1))) ),
    inference(superposition,[status(thm)],[c_49,c_154300]) ).

cnf(c_156302,plain,
    ( ~ p(enc(tmk,i(enc(i(wk),X0))))
    | ~ p(enc(tmk,k))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_42791,c_1933]) ).

cnf(c_156371,plain,
    ( ~ p(enc(tmk,i(enc(i(wk),X0))))
    | ~ p(enc(wk,k))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_43723,c_1933]) ).

cnf(c_156850,plain,
    ( ~ p(enc(wk,i(enc(i(wk),X0))))
    | ~ p(enc(wk,k))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_66000,c_1933]) ).

cnf(c_156869,plain,
    ( ~ p(enc(wk,i(enc(i(wk),X0))))
    | ~ p(enc(tmk,k))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_66001,c_1933]) ).

cnf(c_156970,plain,
    ( ~ p(enc(wk,i(enc(i(tmk),X0))))
    | ~ p(enc(tmk,k))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_74869,c_1933]) ).

cnf(c_156989,plain,
    ( ~ p(enc(tmk,i(enc(i(tmk),X0))))
    | ~ p(enc(tmk,k))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_74871,c_1933]) ).

cnf(c_157022,plain,
    ( ~ p(enc(wk,i(enc(i(tmk),X0))))
    | ~ p(enc(wk,k))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_76216,c_1933]) ).

cnf(c_157041,plain,
    ( ~ p(enc(tmk,i(enc(i(tmk),X0))))
    | ~ p(enc(wk,k))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_76218,c_1933]) ).

cnf(c_162219,plain,
    ( ~ p(enc(X0,enc(i(zcmk),X1)))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(tmk,k))
    | ~ p(X1)
    | ~ p(X2) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_140412,c_1933]) ).

cnf(c_162566,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(X1,X0))
    | ~ p(enc(zcmk,X1))
    | ~ p(enc(tmk,k))
    | ~ p(X2) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_140422,c_1933]) ).

cnf(c_162574,plain,
    ( ~ p(enc(X0,i(X1)))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(wk,X1))
    | ~ p(enc(tmk,k))
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_51,c_162566]) ).

cnf(c_162852,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(X1,X0))
    | ~ p(enc(zcmk,X1))
    | ~ p(enc(tmk,k))
    | ~ p(X2) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_140424,c_1933]) ).

cnf(c_162860,plain,
    ( ~ p(enc(X0,i(X1)))
    | ~ p(enc(tmk,X1))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(tmk,k))
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_51,c_162852]) ).

cnf(c_163182,plain,
    ( ~ p(enc(X0,enc(i(zcmk),X1)))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(wk,k))
    | ~ p(X1)
    | ~ p(X2) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_143061,c_1933]) ).

cnf(c_163506,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(X1,X0))
    | ~ p(enc(zcmk,X1))
    | ~ p(enc(wk,k))
    | ~ p(X2) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_143071,c_1933]) ).

cnf(c_163514,plain,
    ( ~ p(enc(X0,i(X1)))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(wk,X1))
    | ~ p(enc(wk,k))
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_51,c_163506]) ).

cnf(c_163766,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(X1,X0))
    | ~ p(enc(zcmk,X1))
    | ~ p(enc(wk,k))
    | ~ p(X2) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_143073,c_1933]) ).

cnf(c_163774,plain,
    ( ~ p(enc(X0,i(X1)))
    | ~ p(enc(tmk,X1))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(wk,k))
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_51,c_163766]) ).

cnf(c_164712,plain,
    ( ~ p(enc(wk,i(enc(i(X0),X1))))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(tmk,k))
    | ~ p(X1)
    | ~ p(X2) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_140182,c_1933]) ).

cnf(c_164722,plain,
    ( ~ p(enc(wk,i(enc(X0,X1))))
    | ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(tmk,k))
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_51,c_164712]) ).

cnf(c_164755,plain,
    ( ~ p(enc(tmk,i(enc(i(X0),X1))))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(tmk,k))
    | ~ p(X1)
    | ~ p(X2) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_140184,c_1933]) ).

cnf(c_164765,plain,
    ( ~ p(enc(tmk,i(enc(X0,X1))))
    | ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(tmk,k))
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_51,c_164755]) ).

cnf(c_164800,plain,
    ( ~ p(enc(wk,i(enc(i(X0),X1))))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(wk,k))
    | ~ p(X1)
    | ~ p(X2) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_142826,c_1933]) ).

cnf(c_164810,plain,
    ( ~ p(enc(wk,i(enc(X0,X1))))
    | ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(wk,k))
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_51,c_164800]) ).

cnf(c_164843,plain,
    ( ~ p(enc(tmk,i(enc(i(X0),X1))))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(wk,k))
    | ~ p(X1)
    | ~ p(X2) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_142828,c_1933]) ).

cnf(c_164853,plain,
    ( ~ p(enc(tmk,i(enc(X0,X1))))
    | ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(wk,k))
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_51,c_164843]) ).

cnf(c_165728,plain,
    ( ~ p(enc(wk,i(enc(i(enc(i(zcmk),X0)),X1))))
    | ~ p(enc(tmk,k))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(X2) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_146293,c_1933]) ).

cnf(c_165736,plain,
    ( ~ p(enc(enc(i(zcmk),X0),X1))
    | ~ p(enc(wk,i(X1)))
    | ~ p(enc(tmk,k))
    | ~ p(X0)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_49,c_165728]) ).

cnf(c_166099,plain,
    ( ~ p(enc(tmk,i(enc(i(enc(i(zcmk),X0)),X1))))
    | ~ p(enc(tmk,k))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(X2) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_146295,c_1933]) ).

cnf(c_166107,plain,
    ( ~ p(enc(enc(i(zcmk),X0),X1))
    | ~ p(enc(tmk,i(X1)))
    | ~ p(enc(tmk,k))
    | ~ p(X0)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_49,c_166099]) ).

cnf(c_166472,plain,
    ( ~ p(enc(wk,i(enc(i(enc(i(zcmk),X0)),X1))))
    | ~ p(enc(wk,k))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(X2) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_147661,c_1933]) ).

cnf(c_166480,plain,
    ( ~ p(enc(enc(i(zcmk),X0),X1))
    | ~ p(enc(wk,i(X1)))
    | ~ p(enc(wk,k))
    | ~ p(X0)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_49,c_166472]) ).

cnf(c_166836,plain,
    ( ~ p(enc(tmk,i(enc(i(enc(i(zcmk),X0)),X1))))
    | ~ p(enc(wk,k))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(X2) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_147663,c_1933]) ).

cnf(c_166844,plain,
    ( ~ p(enc(enc(i(zcmk),X0),X1))
    | ~ p(enc(tmk,i(X1)))
    | ~ p(enc(wk,k))
    | ~ p(X0)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_49,c_166836]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.08  % Problem  : SWV238+1 : TPTP v8.1.2. Released v3.2.0.
% 0.00/0.08  % Command  : run_iprover %s %d SAT
% 0.07/0.27  % Computer : n014.cluster.edu
% 0.07/0.27  % Model    : x86_64 x86_64
% 0.07/0.27  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.07/0.27  % Memory   : 8042.1875MB
% 0.07/0.27  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.07/0.27  % CPULimit : 300
% 0.07/0.27  % WCLimit  : 300
% 0.07/0.27  % DateTime : Fri May  3 00:20:47 EDT 2024
% 0.07/0.27  % CPUTime  : 
% 0.11/0.35  Running model finding
% 0.11/0.35  Running: /export/starexec/sandbox/solver/bin/run_problem --no_cores 8 --heuristic_context fnt --schedule fnt_schedule /export/starexec/sandbox/benchmark/theBenchmark.p 300
% 47.01/6.47  % SZS status Started for theBenchmark.p
% 47.01/6.47  % SZS status CounterSatisfiable for theBenchmark.p
% 47.01/6.47  
% 47.01/6.47  %---------------- iProver v3.9 (pre CASC 2024/SMT-COMP 2024) ----------------%
% 47.01/6.47  
% 47.01/6.47  ------  iProver source info
% 47.01/6.47  
% 47.01/6.47  git: date: 2024-05-02 19:28:25 +0000
% 47.01/6.47  git: sha1: a33b5eb135c74074ba803943bb12f2ebd971352f
% 47.01/6.47  git: non_committed_changes: false
% 47.01/6.47  
% 47.01/6.47  ------ Parsing...
% 47.01/6.47  ------ Clausification by vclausify_rel  & Parsing by iProver...
% 47.01/6.47  ------ Proving...
% 47.01/6.47  ------ Problem Properties 
% 47.01/6.47  
% 47.01/6.47  
% 47.01/6.47  clauses                                 24
% 47.01/6.47  conjectures                             1
% 47.01/6.47  EPR                                     2
% 47.01/6.47  Horn                                    24
% 47.01/6.47  unary                                   12
% 47.01/6.47  binary                                  1
% 47.01/6.47  lits                                    58
% 47.01/6.47  lits eq                                 3
% 47.01/6.47  fd_pure                                 0
% 47.01/6.47  fd_pseudo                               0
% 47.01/6.47  fd_cond                                 0
% 47.01/6.47  fd_pseudo_cond                          0
% 47.01/6.47  AC symbols                              0
% 47.01/6.47  
% 47.01/6.47  ------ Schedule dynamic 5 is on 
% 47.01/6.47  
% 47.01/6.47  ------ Input Options "--resolution_flag false --inst_lit_sel_side none" Time Limit: 10.
% 47.01/6.47  
% 47.01/6.47  
% 47.01/6.47  ------ 
% 47.01/6.47  Current options:
% 47.01/6.47  ------ 
% 47.01/6.47  
% 47.01/6.47  ------ Input Options
% 47.01/6.47  
% 47.01/6.47  --out_options                           all
% 47.01/6.47  --tptp_safe_out                         true
% 47.01/6.47  --problem_path                          ""
% 47.01/6.47  --include_path                          ""
% 47.01/6.47  --clausifier                            res/vclausify_rel
% 47.01/6.47  --clausifier_options                    --mode clausify -t 300.00 -updr off 
% 47.01/6.47  --stdin                                 false
% 47.01/6.47  --proof_out                             true
% 47.01/6.47  --proof_dot_file                        ""
% 47.01/6.47  --proof_reduce_dot                      []
% 47.01/6.47  --suppress_sat_res                      false
% 47.01/6.47  --suppress_unsat_res                    true
% 47.01/6.47  --stats_out                             none
% 47.01/6.47  --stats_mem                             false
% 47.01/6.47  --theory_stats_out                      false
% 47.01/6.47  
% 47.01/6.47  ------ General Options
% 47.01/6.47  
% 47.01/6.47  --fof                                   false
% 47.01/6.47  --time_out_real                         300.
% 47.01/6.47  --time_out_virtual                      -1.
% 47.01/6.47  --rnd_seed                              13
% 47.01/6.47  --symbol_type_check                     false
% 47.01/6.47  --clausify_out                          false
% 47.01/6.47  --sig_cnt_out                           false
% 47.01/6.47  --trig_cnt_out                          false
% 47.01/6.47  --trig_cnt_out_tolerance                1.
% 47.01/6.47  --trig_cnt_out_sk_spl                   false
% 47.01/6.47  --abstr_cl_out                          false
% 47.01/6.47  
% 47.01/6.47  ------ Interactive Mode
% 47.01/6.47  
% 47.01/6.47  --interactive_mode                      false
% 47.01/6.47  --external_ip_address                   ""
% 47.01/6.47  --external_port                         0
% 47.01/6.47  
% 47.01/6.47  ------ Global Options
% 47.01/6.47  
% 47.01/6.47  --schedule                              default
% 47.01/6.47  --add_important_lit                     false
% 47.01/6.47  --prop_solver_per_cl                    500
% 47.01/6.47  --subs_bck_mult                         8
% 47.01/6.47  --min_unsat_core                        false
% 47.01/6.47  --soft_assumptions                      false
% 47.01/6.47  --soft_lemma_size                       3
% 47.01/6.47  --prop_impl_unit_size                   0
% 47.01/6.47  --prop_impl_unit                        []
% 47.01/6.47  --share_sel_clauses                     true
% 47.01/6.47  --reset_solvers                         false
% 47.01/6.47  --bc_imp_inh                            [conj_cone]
% 47.01/6.47  --conj_cone_tolerance                   3.
% 47.01/6.47  --extra_neg_conj                        none
% 47.01/6.47  --large_theory_mode                     true
% 47.01/6.47  --prolific_symb_bound                   200
% 47.01/6.47  --lt_threshold                          2000
% 47.01/6.47  --clause_weak_htbl                      true
% 47.01/6.47  --gc_record_bc_elim                     false
% 47.01/6.47  
% 47.01/6.47  ------ Preprocessing Options
% 47.01/6.47  
% 47.01/6.47  --preprocessing_flag                    false
% 47.01/6.47  --time_out_prep_mult                    0.1
% 47.01/6.47  --splitting_mode                        input
% 47.01/6.47  --splitting_grd                         true
% 47.01/6.47  --splitting_cvd                         false
% 47.01/6.47  --splitting_cvd_svl                     false
% 47.01/6.47  --splitting_nvd                         32
% 47.01/6.47  --sub_typing                            false
% 47.01/6.47  --prep_eq_flat_conj                     false
% 47.01/6.47  --prep_eq_flat_all_gr                   false
% 47.01/6.47  --prep_gs_sim                           true
% 47.01/6.47  --prep_unflatten                        true
% 47.01/6.47  --prep_res_sim                          true
% 47.01/6.47  --prep_sup_sim_all                      true
% 47.01/6.47  --prep_sup_sim_sup                      false
% 47.01/6.47  --prep_upred                            true
% 47.01/6.47  --prep_well_definedness                 true
% 47.01/6.47  --prep_sem_filter                       exhaustive
% 47.01/6.47  --prep_sem_filter_out                   false
% 47.01/6.47  --pred_elim                             true
% 47.01/6.47  --res_sim_input                         true
% 47.01/6.47  --eq_ax_congr_red                       true
% 47.01/6.47  --pure_diseq_elim                       true
% 47.01/6.47  --brand_transform                       false
% 47.01/6.47  --non_eq_to_eq                          false
% 47.01/6.47  --prep_def_merge                        true
% 47.01/6.47  --prep_def_merge_prop_impl              false
% 47.01/6.47  --prep_def_merge_mbd                    true
% 47.01/6.47  --prep_def_merge_tr_red                 false
% 47.01/6.47  --prep_def_merge_tr_cl                  false
% 47.01/6.47  --smt_preprocessing                     false
% 47.01/6.47  --smt_ac_axioms                         fast
% 47.01/6.47  --preprocessed_out                      false
% 47.01/6.47  --preprocessed_stats                    false
% 47.01/6.47  
% 47.01/6.47  ------ Abstraction refinement Options
% 47.01/6.47  
% 47.01/6.47  --abstr_ref                             []
% 47.01/6.47  --abstr_ref_prep                        false
% 47.01/6.47  --abstr_ref_until_sat                   false
% 47.01/6.47  --abstr_ref_sig_restrict                funpre
% 47.01/6.47  --abstr_ref_af_restrict_to_split_sk     false
% 47.01/6.47  --abstr_ref_under                       []
% 47.01/6.47  
% 47.01/6.47  ------ SAT Options
% 47.01/6.47  
% 47.01/6.47  --sat_mode                              false
% 47.01/6.47  --sat_fm_restart_options                ""
% 47.01/6.47  --sat_gr_def                            false
% 47.01/6.47  --sat_epr_types                         true
% 47.01/6.47  --sat_non_cyclic_types                  false
% 47.01/6.47  --sat_finite_models                     false
% 47.01/6.47  --sat_fm_lemmas                         false
% 47.01/6.47  --sat_fm_prep                           false
% 47.01/6.47  --sat_fm_uc_incr                        true
% 47.01/6.47  --sat_out_model                         pos
% 47.01/6.47  --sat_out_clauses                       false
% 47.01/6.47  
% 47.01/6.47  ------ QBF Options
% 47.01/6.47  
% 47.01/6.47  --qbf_mode                              false
% 47.01/6.47  --qbf_elim_univ                         false
% 47.01/6.47  --qbf_dom_inst                          none
% 47.01/6.47  --qbf_dom_pre_inst                      false
% 47.01/6.47  --qbf_sk_in                             false
% 47.01/6.47  --qbf_pred_elim                         true
% 47.01/6.47  --qbf_split                             512
% 47.01/6.47  
% 47.01/6.47  ------ BMC1 Options
% 47.01/6.47  
% 47.01/6.47  --bmc1_incremental                      false
% 47.01/6.47  --bmc1_axioms                           reachable_all
% 47.01/6.47  --bmc1_min_bound                        0
% 47.01/6.47  --bmc1_max_bound                        -1
% 47.01/6.47  --bmc1_max_bound_default                -1
% 47.01/6.47  --bmc1_symbol_reachability              true
% 47.01/6.47  --bmc1_property_lemmas                  false
% 47.01/6.47  --bmc1_k_induction                      false
% 47.01/6.47  --bmc1_non_equiv_states                 false
% 47.01/6.47  --bmc1_deadlock                         false
% 47.01/6.47  --bmc1_ucm                              false
% 47.01/6.47  --bmc1_add_unsat_core                   none
% 47.01/6.47  --bmc1_unsat_core_children              false
% 47.01/6.47  --bmc1_unsat_core_extrapolate_axioms    false
% 47.01/6.47  --bmc1_out_stat                         full
% 47.01/6.47  --bmc1_ground_init                      false
% 47.01/6.47  --bmc1_pre_inst_next_state              false
% 47.01/6.47  --bmc1_pre_inst_state                   false
% 47.01/6.47  --bmc1_pre_inst_reach_state             false
% 47.01/6.47  --bmc1_out_unsat_core                   false
% 47.01/6.47  --bmc1_aig_witness_out                  false
% 47.01/6.47  --bmc1_verbose                          false
% 47.01/6.47  --bmc1_dump_clauses_tptp                false
% 47.01/6.47  --bmc1_dump_unsat_core_tptp             false
% 47.01/6.47  --bmc1_dump_file                        -
% 47.01/6.47  --bmc1_ucm_expand_uc_limit              128
% 47.01/6.47  --bmc1_ucm_n_expand_iterations          6
% 47.01/6.47  --bmc1_ucm_extend_mode                  1
% 47.01/6.47  --bmc1_ucm_init_mode                    2
% 47.01/6.47  --bmc1_ucm_cone_mode                    none
% 47.01/6.47  --bmc1_ucm_reduced_relation_type        0
% 47.01/6.47  --bmc1_ucm_relax_model                  4
% 47.01/6.47  --bmc1_ucm_full_tr_after_sat            true
% 47.01/6.47  --bmc1_ucm_expand_neg_assumptions       false
% 47.01/6.47  --bmc1_ucm_layered_model                none
% 47.01/6.47  --bmc1_ucm_max_lemma_size               10
% 47.01/6.47  
% 47.01/6.47  ------ AIG Options
% 47.01/6.47  
% 47.01/6.47  --aig_mode                              false
% 47.01/6.47  
% 47.01/6.47  ------ Instantiation Options
% 47.01/6.47  
% 47.01/6.47  --instantiation_flag                    true
% 47.01/6.47  --inst_sos_flag                         false
% 47.01/6.47  --inst_sos_phase                        true
% 47.01/6.47  --inst_sos_sth_lit_sel                  [+prop;+non_prol_conj_symb;-eq;+ground;-num_var;-num_symb]
% 47.01/6.47  --inst_lit_sel                          [+prop;+sign;+ground;-num_var;-num_symb]
% 47.01/6.47  --inst_lit_sel_side                     none
% 47.01/6.47  --inst_solver_per_active                1400
% 47.01/6.47  --inst_solver_calls_frac                1.
% 47.01/6.47  --inst_to_smt_solver                    true
% 47.01/6.47  --inst_passive_queue_type               priority_queues
% 47.01/6.47  --inst_passive_queues                   [[-conj_dist;+conj_symb;-num_var];[+age;-num_symb]]
% 47.01/6.47  --inst_passive_queues_freq              [25;2]
% 47.01/6.47  --inst_dismatching                      true
% 47.01/6.47  --inst_eager_unprocessed_to_passive     true
% 47.01/6.47  --inst_unprocessed_bound                1000
% 47.01/6.47  --inst_prop_sim_given                   true
% 47.01/6.47  --inst_prop_sim_new                     false
% 47.01/6.47  --inst_subs_new                         false
% 47.01/6.47  --inst_eq_res_simp                      false
% 47.01/6.47  --inst_subs_given                       false
% 47.01/6.47  --inst_orphan_elimination               true
% 47.01/6.47  --inst_learning_loop_flag               true
% 47.01/6.47  --inst_learning_start                   3000
% 47.01/6.47  --inst_learning_factor                  2
% 47.01/6.47  --inst_start_prop_sim_after_learn       3
% 47.01/6.47  --inst_sel_renew                        solver
% 47.01/6.47  --inst_lit_activity_flag                true
% 47.01/6.47  --inst_restr_to_given                   false
% 47.01/6.47  --inst_activity_threshold               500
% 47.01/6.47  
% 47.01/6.47  ------ Resolution Options
% 47.01/6.47  
% 47.01/6.47  --resolution_flag                       false
% 47.01/6.47  --res_lit_sel                           adaptive
% 47.01/6.47  --res_lit_sel_side                      none
% 47.01/6.47  --res_ordering                          kbo
% 47.01/6.47  --res_to_prop_solver                    active
% 47.01/6.47  --res_prop_simpl_new                    false
% 47.01/6.47  --res_prop_simpl_given                  true
% 47.01/6.47  --res_to_smt_solver                     true
% 47.01/6.47  --res_passive_queue_type                priority_queues
% 47.01/6.47  --res_passive_queues                    [[-conj_dist;+conj_symb;-num_symb];[+age;-num_symb]]
% 47.01/6.47  --res_passive_queues_freq               [15;5]
% 47.01/6.47  --res_forward_subs                      full
% 47.01/6.47  --res_backward_subs                     full
% 47.01/6.47  --res_forward_subs_resolution           true
% 47.01/6.47  --res_backward_subs_resolution          true
% 47.01/6.47  --res_orphan_elimination                true
% 47.01/6.47  --res_time_limit                        300.
% 47.01/6.47  
% 47.01/6.47  ------ Superposition Options
% 47.01/6.47  
% 47.01/6.47  --superposition_flag                    true
% 47.01/6.47  --sup_passive_queue_type                priority_queues
% 47.01/6.47  --sup_passive_queues                    [[-conj_dist;-num_symb];[+score;+min_def_symb;-max_atom_input_occur;+conj_non_prolific_symb];[+age;-num_symb];[+score;-num_symb]]
% 47.01/6.47  --sup_passive_queues_freq               [8;1;4;4]
% 47.01/6.47  --demod_completeness_check              fast
% 47.01/6.47  --demod_use_ground                      true
% 47.01/6.47  --sup_unprocessed_bound                 0
% 47.01/6.47  --sup_to_prop_solver                    passive
% 47.01/6.47  --sup_prop_simpl_new                    true
% 47.01/6.47  --sup_prop_simpl_given                  true
% 47.01/6.47  --sup_fun_splitting                     false
% 47.01/6.47  --sup_iter_deepening                    2
% 47.01/6.47  --sup_restarts_mult                     12
% 47.01/6.47  --sup_score                             sim_d_gen
% 47.01/6.47  --sup_share_score_frac                  0.2
% 47.01/6.47  --sup_share_max_num_cl                  500
% 47.01/6.47  --sup_ordering                          kbo
% 47.01/6.47  --sup_symb_ordering                     invfreq
% 47.01/6.47  --sup_term_weight                       default
% 47.01/6.47  
% 47.01/6.47  ------ Superposition Simplification Setup
% 47.01/6.47  
% 47.01/6.47  --sup_indices_passive                   [LightNormIndex;FwDemodIndex]
% 47.01/6.47  --sup_full_triv                         [SMTSimplify;PropSubs]
% 47.01/6.47  --sup_full_fw                           [ACNormalisation;FwLightNorm;FwDemod;FwUnitSubsAndRes;FwSubsumption;FwSubsumptionRes;FwGroundJoinability]
% 47.01/6.47  --sup_full_bw                           [BwDemod;BwUnitSubsAndRes;BwSubsumption;BwSubsumptionRes]
% 47.01/6.47  --sup_immed_triv                        []
% 47.01/6.47  --sup_immed_fw_main                     [ACNormalisation;FwLightNorm;FwUnitSubsAndRes]
% 47.01/6.47  --sup_immed_fw_immed                    [ACNormalisation;FwUnitSubsAndRes]
% 47.01/6.47  --sup_immed_bw_main                     [BwUnitSubsAndRes;BwDemod]
% 47.01/6.47  --sup_immed_bw_immed                    [BwUnitSubsAndRes;BwSubsumption;BwSubsumptionRes]
% 47.01/6.47  --sup_input_triv                        [Unflattening;SMTSimplify]
% 47.01/6.47  --sup_input_fw                          [FwACDemod;ACNormalisation;FwLightNorm;FwDemod;FwUnitSubsAndRes;FwSubsumption;FwSubsumptionRes;FwGroundJoinability]
% 47.71/6.47  --sup_input_bw                          [BwACDemod;BwDemod;BwUnitSubsAndRes;BwSubsumption;BwSubsumptionRes]
% 47.71/6.47  --sup_full_fixpoint                     true
% 47.71/6.47  --sup_main_fixpoint                     true
% 47.71/6.47  --sup_immed_fixpoint                    false
% 47.71/6.47  --sup_input_fixpoint                    true
% 47.71/6.47  --sup_cache_sim                         none
% 47.71/6.47  --sup_smt_interval                      500
% 47.71/6.47  --sup_bw_gjoin_interval                 0
% 47.71/6.47  
% 47.71/6.47  ------ Combination Options
% 47.71/6.47  
% 47.71/6.47  --comb_mode                             clause_based
% 47.71/6.47  --comb_inst_mult                        5
% 47.71/6.47  --comb_res_mult                         1
% 47.71/6.47  --comb_sup_mult                         8
% 47.71/6.47  --comb_sup_deep_mult                    2
% 47.71/6.47  
% 47.71/6.47  ------ Debug Options
% 47.71/6.47  
% 47.71/6.47  --dbg_backtrace                         false
% 47.71/6.47  --dbg_dump_prop_clauses                 false
% 47.71/6.47  --dbg_dump_prop_clauses_file            -
% 47.71/6.47  --dbg_out_stat                          false
% 47.71/6.47  --dbg_just_parse                        false
% 47.71/6.47  
% 47.71/6.47  
% 47.71/6.47  
% 47.71/6.47  
% 47.71/6.47  ------ Proving...
% 47.71/6.47  
% 47.71/6.47  
% 47.71/6.47  % SZS status CounterSatisfiable for theBenchmark.p
% 47.71/6.47  
% 47.71/6.47  % SZS output start Saturation for theBenchmark.p
% See solution above
% 47.71/6.48  
% 47.71/6.48  
%------------------------------------------------------------------------------