PROCID
PROCID is a term encountered in computing that denotes an identifier associated with a process or operational unit within a system. In many contexts it is used interchangeably with the more common term process identifier (PID), a value assigned by the operating system to uniquely identify a running process. The PROCID is typically a nonnegative integer that is unique for active processes on a given machine; it may be reused after a process terminates, and its persistence across system restarts is not guaranteed.
In software, PROCID may be stored as a field named procId or proc_id in logs, data records,
In multi-process or distributed environments, the PROCID/PID can be included in tracing headers or inter-process messages
Other uses of the term PROCID may appear in different domains, including as a shorthand for procedure
See also: PID, process identifier, getpid, GetCurrentProcessId.