FInd out which application was a already killed PROCESS ID:

Hi guys, good day. I'm an application analyst and last week all services related my application were killed due paging space issue.

The only message I got in AIX I'm pasting below, I can see the program was java ... what I want is find out which was the application related this "USER'S PROCESS ID: 21823754" ... Is there how find out it today? With an issue occurred almost one week ago ?

*LABEL: PGSP_KILL*
*IDENTIFIER: C5C09FFA*
*Date/Time: Tue Nov 28 09:10:06 UTC 2023*
*Sequence Number: 5171*
*Machine Id: 00CCE6874C00*
*Node Id: g41pa00006159*
*Class: S*
*Type: PERM*
*WPAR: Global*
*Resource Name: SYSVMM*
*Description*
*SOFTWARE PROGRAM ABNORMALLY TERMINATED*
*Probable Causes*
*SYSTEM RUNNING OUT OF PAGING SPACE*
*Failure Causes*
*INSUFFICIENT PAGING SPACE DEFINED FOR THE SYSTEM*
*PROGRAM USING EXCESSIVE AMOUNT OF PAGING SPACE*
* Recommended Actions*
* DEFINE ADDITIONAL PAGING SPACE*
* REDUCE PAGING SPACE REQUIREMENTS OF PROGRAM(S)*
*Detail Data*
*PROGRAM*
*java*
*USER'S PROCESS ID:*
* 21823754*
*PROGRAM'S PAGING SPACE USE IN 1KB BLOCKS*
* 484096*

Thanks in advance/Obrigado
Rodri

Welcome!

It kills with -KILL or -9 so there is no further (log-)action possible by the killed process.
I think you cannot find more details.

Recommendations:

Monitor the memory usage, and set an alert if it has an increasing trend.

Consult the IBM documentation. For example

On top what MIG said, I have more the impression its the application itself that did hara-kir, which would not be the first time I see such with JAVA apps in AIX, I had often the case in AIX, when executing heavy SAS application, it could not wait for memory to free...
when you see such message:

*Class: S*
*Type: PERM*

It means also it will happen again if not already did and was unnoticed...
And what followed in the logs shows exactly what...

So go and get extra swap by the sysadms