<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    In addition to Yadu's good pointers, I would add: if your app( )
    call was terminated by Swift for running for 15 minutes, and you
    were trying to set that time limit down to 5 minutes, then you also
    need to investigate why your app( ) call was running for so long. Is
    it perhaps in an infinite loop, or running much less efficiently
    than you expected?<br>
    <br>
    Based on how you are managing output files, you should look for a
    way to see if your app( ) run is executing productively and as
    expected.<br>
    <br>
    - Mike<br>
    <br>
    <div class="moz-cite-prefix">On 10/25/14 12:45 PM, Yadu Nand Babuji
      wrote:<br>
    </div>
    <blockquote cite="mid:544BE1A9.9000203@uchicago.edu" type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1252">
      Hi Gagan,<br>
      <br>
      You are using swift-trunk on the cloud nodes, so you should be
      using the (swift.conf) config files for trunk. <br>
      The configs are specified using swift.conf files, and you should
      be able to get a few examples from the
      cloud-tutorials/swift-cloud-tutorial folders.<br>
      If you have the swift.conf file in your current directory you need
      not specify the conf file on the swift commandline, say "swift
      p5.swift" while in the<br>
      cloud-tutorials/swift-cloud-tutorials/part05 directory.<br>
      <br>
      Here's a sample config with the walltime for ALL apps set to 15
      minutes : <br>
      <br>
      sites: local<br>
      <br>
      site.local {<br>
          filesystem {<br>
              type: "local"<br>
              URL: "localhost"<br>
          }<br>
          execution {<br>
              type: "local"<br>
              URL: "localhost"<br>
          }<br>
          workDirectory: /tmp/${env.USER}/swiftwork<br>
          maxParallelTasks: 32<br>
          initialParallelTasks: 31<br>
          app.ALL {<br>
              executable: "*"<br>
              maxWallTime: "00:15:00"<br>
          }<br>
      }<br>
      <br>
      The swift-trunk userguide has more detailed documentation on the
      various configuration options that the swift.conf file takes:<br>
      <a moz-do-not-send="true" class="moz-txt-link-freetext"
        href="http://swift-lang.org/guides/trunk/userguide/userguide.html">http://swift-lang.org/guides/trunk/userguide/userguide.html</a><br>
      <br>
      Thanks,<br>
      Yadu<br>
      <br>
       <br>
      <br>
      <div class="moz-cite-prefix">On 10/25/2014 06:53 AM, Gagan
        Munisiddha Gowda wrote:<br>
      </div>
      <blockquote
cite="mid:CAGYVvuU_g=CGuCDRUU6eViyUzG=Dtv=naAoDULJE=T8HLaaKqw@mail.gmail.com"
        type="cite">
        <div dir="ltr">Hi,
          <div><br>
          </div>
          <div>I am running a swift program on 10gb data (split into
            100mb each).</div>
          <div><br>
          </div>
          <div>I am using a Node.js script for processing.</div>
          <div><br>
          </div>
          <div>I did increase the Walltime by adding below to
            persistent-coaster and local-coaster files in
            /usr/local/bin/swift-trunk/etc/sites.</div>
          <div><br>
          </div>
          <div> <profile namespace="globus"
            key="maxWallTime">00:05:00</profile><br>
          </div>
          <div><br>
          </div>
          <div>But, of no use. The entire program runs for around 14
            minutes when it throws this exception.</div>
          <div><br>
          </div>
          <div><br>
          </div>
          <div>Here's my error :</div>
          <div><br>
          </div>
          <div>
            <div>2014-10-25 10:29:04,113+0000 INFO  Execute
              TASK_STATUS_CHANGE taskid=urn:R-3-1414232059111 status=5
              Walltime exceeded</div>
            <div>2014-10-25 10:29:04,121+0000 INFO  LateBindingScheduler
              jobs queued: 0</div>
            <div>2014-10-25 10:29:04,122+0000 DEBUG swift
              APPLICATION_EXCEPTION jobid=node-vvboibzl - Application
              exception: Walltime exceeded</div>
            <div><br>
            </div>
            <div>2014-10-25 10:29:04,125+0000 INFO  swift END_FAILURE
              thread=R-3 tr=node</div>
            <div>2014-10-25 10:29:04,127+0000 INFO  Loader Swift
              finished with errors</div>
            <div><br>
            </div>
            <div>Please find complete log file attached.</div>
            <div><br>
            </div>
            -- <br>
            <div dir="ltr">Regards,
              <div>Gagan</div>
            </div>
          </div>
        </div>
        <br>
        <fieldset class="mimeAttachmentHeader"></fieldset>
        <br>
        <pre wrap="">_______________________________________________
Swift-user mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:Swift-user@ci.uchicago.edu">Swift-user@ci.uchicago.edu</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="https://lists.ci.uchicago.edu/cgi-bin/mailman/listinfo/swift-user">https://lists.ci.uchicago.edu/cgi-bin/mailman/listinfo/swift-user</a></pre>
      </blockquote>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Swift-user mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Swift-user@ci.uchicago.edu">Swift-user@ci.uchicago.edu</a>
<a class="moz-txt-link-freetext" href="https://lists.ci.uchicago.edu/cgi-bin/mailman/listinfo/swift-user">https://lists.ci.uchicago.edu/cgi-bin/mailman/listinfo/swift-user</a></pre>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
Michael Wilde
Mathematics and Computer Science          Computation Institute
Argonne National Laboratory               The University of Chicago
</pre>
  </body>
</html>