Home > OS >  Python kill
Python kill

Time:11-20

One of my use of gpu python was killed,

OS Linux 16
GPU cuda 10.2

Use the strace results are as follows:

24224 18:17:02. 102916 clock_gettime (CLOCK_MONOTONIC_RAW, {125997} 611285868)=0 & lt; 0.000013 & gt;
24224 18:17:02. 102952 clock_gettime (CLOCK_MONOTONIC_RAW, {125997} 611321119)=0 & lt; 0.000013 & gt;
24224 18:17:02. 102988 clock_gettime (CLOCK_MONOTONIC_RAW, {125997} 611357348)=0 & lt; 0.000011 & gt;
24224 18:17:02. 103021 clock_gettime (CLOCK_MONOTONIC_RAW, {125997} 611390441)=0 & lt; 0.000010 & gt;
24224 18:17:02. 103054 clock_gettime (CLOCK_MONOTONIC_RAW, {125997} 611423404)=0 & lt; 0.000010 & gt;
24224 18:17:02. 103087 clock_gettime (CLOCK_MONOTONIC_RAW, {125997} 611456334)=0 & lt; 0.000011 & gt;
24262 18:17:02. 103149 & lt; . Accept4 resumed> )=?

Thank you very much!
  • Related