<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;">
<div>
<div>Hi,</div>
<div>I am trying to profile some code with Tau on a single node with 12 threads on an X86 machine. I am able to view the PAPI counter results with paraprof without any problems. However, when I follow these directions (<a href="https://www.cs.uoregon.edu/research/tau/docs/old/bk01ch04s03.html">https://www.cs.uoregon.edu/research/tau/docs/old/bk01ch04s03.html</a>)
 , then try to open the tau.slog2 file (which is 814MB) with Jumpshot to view the timeline, I am only able to view the main and legend windows, then I get a bunch of errors saying it’s out of memory in the Java heap (see errors below). When I run Jumpshot,
 I am grabbing a whole node that has 24 GB of memory available, which I think should be enough. About how much memory should I expect Jumpshot to require on a slog2 file that is just under 1 GB?</div>
<div>Thank you,</div>
<div>Eileen Martin</div>
<div><br>
</div>
<div><br>
</div>
<div>
<p style="margin: 0px; min-height: 13px;">Here’s an example of the errors I am getting, in case you recognize these (I get the same errors for other threads):</p>
<p style="font-family: Menlo; font-size: 11px; margin: 0px; min-height: 13px;"><br>
</p>
<p style="font-family: Menlo; font-size: 11px; margin: 0px;">slog_ins.tZoomFtr = 2.0</p>
<p style="font-family: Menlo; font-size: 11px; margin: 0px;">Exception in thread "Thread-1" java.lang.OutOfMemoryError: Java heap space</p>
<p style="font-family: Menlo; font-size: 11px; margin: 0px;"><span class="Apple-tab-span" style="white-space: pre;"></span>at base.drawable.InfoBox.resolveCategory(InfoBox.java:103)</p>
<p style="font-family: Menlo; font-size: 11px; margin: 0px;"><span class="Apple-tab-span" style="white-space: pre;"></span>at logformat.slog2.BufForDrawables.readObject(BufForDrawables.java:249)</p>
<p style="font-family: Menlo; font-size: 11px; margin: 0px;"><span class="Apple-tab-span" style="white-space: pre;"></span>at logformat.slog2.input.TreeNode.readObject(TreeNode.java:137)</p>
<p style="font-family: Menlo; font-size: 11px; margin: 0px;"><span class="Apple-tab-span" style="white-space: pre;"></span>at logformat.slog2.input.TreeNode.<init>(TreeNode.java:130)</p>
<p style="font-family: Menlo; font-size: 11px; margin: 0px;"><span class="Apple-tab-span" style="white-space: pre;"></span>at logformat.slog2.input.InputLog.readTreeNode(InputLog.java:327)</p>
<p style="font-family: Menlo; font-size: 11px; margin: 0px;"><span class="Apple-tab-span" style="white-space: pre;"></span>at logformat.slog2.input.TreeTrunk.growChildren(TreeTrunk.java:138)</p>
<p style="font-family: Menlo; font-size: 11px; margin: 0px;"><span class="Apple-tab-span" style="white-space: pre;"></span>at logformat.slog2.input.TreeTrunk.growChildren(TreeTrunk.java:147)</p>
<p style="font-family: Menlo; font-size: 11px; margin: 0px;"><span class="Apple-tab-span" style="white-space: pre;"></span>at logformat.slog2.input.TreeTrunk.growChildren(TreeTrunk.java:147)</p>
<p style="font-family: Menlo; font-size: 11px; margin: 0px;"><span class="Apple-tab-span" style="white-space: pre;"></span>at logformat.slog2.input.TreeTrunk.growInTreeWindow(TreeTrunk.java:110)</p>
<p style="font-family: Menlo; font-size: 11px; margin: 0px;"><span class="Apple-tab-span" style="white-space: pre;"></span>at viewer.timelines.CanvasTimeline.<init>(CanvasTimeline.java:113)</p>
<p style="font-family: Menlo; font-size: 11px; margin: 0px;"><span class="Apple-tab-span" style="white-space: pre;"></span>at viewer.timelines.TimelinePanel.<init>(TimelinePanel.java:167)</p>
<p style="font-family: Menlo; font-size: 11px; margin: 0px;"><span class="Apple-tab-span" style="white-space: pre;"></span>at viewer.timelines.TimelineFrame.<init>(TimelineFrame.java:37)</p>
<p style="font-family: Menlo; font-size: 11px; margin: 0px;"><span class="Apple-tab-span" style="white-space: pre;"></span>at viewer.first.LogFileOperations$1.construct(LogFileOperations.java:238)</p>
<p style="font-family: Menlo; font-size: 11px; margin: 0px;"><span class="Apple-tab-span" style="white-space: pre;"></span>at viewer.common.SwingWorker$2.run(SwingWorker.java:109)</p>
<p style="font-family: Menlo; font-size: 11px; margin: 0px;"><span class="Apple-tab-span" style="white-space: pre;"></span>at java.lang.Thread.run(Thread.java:682)</p>
</div>
</div>
</body>
</html>