TSAPI process down could be caused by TSAPI memory leak.
When the issue happens, the swapped space has increased a lot. In fact, before the issue happens, swapped usage at 50% is unusual. So it looks like the AES is starved of memory.
A part of sar file under /var/log/sa :
00:00:01 kbmemfree kbmemused %memused kbbuffers kbcached kbswpfree kbswpused %swpused kbswpcad
17:00:02 58364 2038972 97.22 776 307336 1048268 1048172 50.00 542852
17:10:01 1413660 683676 32.60 5324 251492 1609764 486676 23.21 101436
* "%memused " has been always used over 90 % since total memory size is only 2 giga-byte. We think it is not problem.
But %swpused should not getting bigger gradually such as this case.
Comment from T4 and R&D:
With the core dump alone without TSAPI trace log, the analysis is partly based on educated guess and is never 100% guarantee to pinpoint the triggering condition. Besides, this issue is ad-hoc and happened only once.
The developer did take a look at the core dump stack trace and suspect possible lack of TSAPI memory causing the core dump.