The SIGVTALRM signal is sent to a process when the time limit specified in a call to a preceding alarm setting function (such as setitimer) elapses. SIGVTALRM is sent when CPU time used by the process elapses.
public const SIGVTALRM = 'SIGVTALRM';