11-24-2014, 07:48 AM
Well, a new issue came up. When I set the RVI file like you suggested above, I got an error like below. I copied the last job, and then an error with jEPlus is collecting results. All the jobs are completed OK. The only problem is that the process stalled right there, so if I have a script to call another batch of jobs, it will not be executed. Any thoughts on this?
Thanks
Ery
*********************************
2014-11-24 11:38:18,216 INFO [Thread-385] agent.EPlusAgent ( ) - Job EP_G-T_0-W_0-P1_5-P2_1-P3_3-P4_3-P5_1 started. 0 more to go!
2014-11-24 11:38:18,418 INFO [Thread-385] agent.EPlusAgent ( ) - Nearly there ...
2014-11-24 11:40:42,454 INFO [Thread-385] agent.EPlusAgent ( ) - Local batch simulation controller is FINISHED [Que=0, Run=0, Fin=384]
2014-11-24 11:40:42,455 INFO [Thread-385] agent.EPlusAgent ( ) - Local agent stopped.
2014-11-24 11:40:42,455 INFO [Thread-385] agent.EPlusAgent ( ) - Collecting results ...
2014-11-24 11:40:43,257 INFO [Thread-385] agent.EPlusAgent ( ) - Standard RVI result collector collected 384 simulation reports in /opt/simulations/jEPlus_v1.5_beta_07/parametrics2/2015_steelframe_conditioned/output/RunTimes.csv
2014-11-24 11:40:43,272 INFO [Thread-385] agent.EPlusAgent ( ) - Standard RVI result collector collected job index table in /opt/simulations/jEPlus_v1.5_beta_07/parametrics2/2015_steelframe_conditioned/output/SimJobIndex.csv
Exception in thread "Thread-385" java.lang.OutOfMemoryError: Java heap space
at java.util.Arrays.copyOf(Arrays.java:2219)
at java.util.ArrayList.grow(ArrayList.java:242)
at java.util.ArrayList.ensureExplicitCapacity(ArrayList.java:216)
at java.util.ArrayList.ensureCapacityInternal(ArrayList.java:208)
at java.util.ArrayList.add(ArrayList.java:440)
at java.lang.String.split(String.java:2288)
at java.lang.String.split(String.java:2355)
at jeplus.postproc.EPlusRVIReader.readResult(EPlusRVIReader.java:122)
at jeplus.postproc.EPlusRVIReader.readResult(EPlusRVIReader.java:77)
at jeplus.postproc.EsoResultCollector.collectResutls(EsoResultCollector.java:75)
at jeplus.agent.EPlusAgent.runResultCollection(EPlusAgent.java:401)
at jeplus.agent.EPlusAgentLocal.run(EPlusAgentLocal.java:213)
at java.lang.Thread.run(Thread.java:745)
Thanks
Ery
*********************************
2014-11-24 11:38:18,216 INFO [Thread-385] agent.EPlusAgent ( ) - Job EP_G-T_0-W_0-P1_5-P2_1-P3_3-P4_3-P5_1 started. 0 more to go!
2014-11-24 11:38:18,418 INFO [Thread-385] agent.EPlusAgent ( ) - Nearly there ...
2014-11-24 11:40:42,454 INFO [Thread-385] agent.EPlusAgent ( ) - Local batch simulation controller is FINISHED [Que=0, Run=0, Fin=384]
2014-11-24 11:40:42,455 INFO [Thread-385] agent.EPlusAgent ( ) - Local agent stopped.
2014-11-24 11:40:42,455 INFO [Thread-385] agent.EPlusAgent ( ) - Collecting results ...
2014-11-24 11:40:43,257 INFO [Thread-385] agent.EPlusAgent ( ) - Standard RVI result collector collected 384 simulation reports in /opt/simulations/jEPlus_v1.5_beta_07/parametrics2/2015_steelframe_conditioned/output/RunTimes.csv
2014-11-24 11:40:43,272 INFO [Thread-385] agent.EPlusAgent ( ) - Standard RVI result collector collected job index table in /opt/simulations/jEPlus_v1.5_beta_07/parametrics2/2015_steelframe_conditioned/output/SimJobIndex.csv
Exception in thread "Thread-385" java.lang.OutOfMemoryError: Java heap space
at java.util.Arrays.copyOf(Arrays.java:2219)
at java.util.ArrayList.grow(ArrayList.java:242)
at java.util.ArrayList.ensureExplicitCapacity(ArrayList.java:216)
at java.util.ArrayList.ensureCapacityInternal(ArrayList.java:208)
at java.util.ArrayList.add(ArrayList.java:440)
at java.lang.String.split(String.java:2288)
at java.lang.String.split(String.java:2355)
at jeplus.postproc.EPlusRVIReader.readResult(EPlusRVIReader.java:122)
at jeplus.postproc.EPlusRVIReader.readResult(EPlusRVIReader.java:77)
at jeplus.postproc.EsoResultCollector.collectResutls(EsoResultCollector.java:75)
at jeplus.agent.EPlusAgent.runResultCollection(EPlusAgent.java:401)
at jeplus.agent.EPlusAgentLocal.run(EPlusAgentLocal.java:213)
at java.lang.Thread.run(Thread.java:745)