[Darshan-users] Problems about Darshan Logs

Jie Liu jliu279 at ucmerced.edu
Fri Jun 4 17:07:55 CDT 2021


Hi,

I used Darshan to do some profiling work when training Deep Learning models on ThetaGPU (Resnet50 on ImageNet, mini-batch size is 32).
When I used the following command to get the summary of darshan logs:
darshan-job-summary.pl  /path/to/.darshan --output /path/to/summary.pdf
The received summary.pdf file contains the following Error message at the firs page:
WARNING: This Darshan log contains incomplete data. This happens when a module runs out of memory to store new record data. Please run darshan-parser on the log file for more information.
I also tried to use darshan-parser by the following command:
darshan-parser  /path/to/.darshan --output /path/to/summary.txt
It also shows incomplete data error:
*ERROR*: The POSIX module contains incomplete data! This happens when a module runs out of memory to store new record data.
The ImageNet dataset contains about 1.3 million image files, but the darshan log only shows the number of opened files is: 14792 when I trained Resnet50 on ThetaGPU with 2 nodes, 16 GPUs. (Please check the attached file for more information about the logs obtained by darshan).
Is there an efficient way to make the darshan logs contain all the I/O information of 1.3 million image files during the model training?

Previously, I contacted with the Support Team, their response is “the POSIX module only tracks 1024 files, once we open 1025 files Darshan no longer tracks those files”. How to make the POSIX module track all the images files.

For the model training on ThetaGPU using 2 nodes and 16 GPUs. My experimental results show that every process handles 14792/16 = 924 images files on average, actually, this number is less than 1024. How to explain it?

Thanks for your help.

Best regards,
--
Jie Liu

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/darshan-users/attachments/20210604/a118d312/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: summary_imagenet_16g_16p_512b_603_v2.pdf
Type: application/pdf
Size: 89775 bytes
Desc: summary_imagenet_16g_16p_512b_603_v2.pdf
URL: <http://lists.mcs.anl.gov/pipermail/darshan-users/attachments/20210604/a118d312/attachment-0001.pdf>


More information about the Darshan-users mailing list