[Gate-users] GATE version 9.0: what(): std::bad_alloc
G Tom
gregthom992 at gmail.com
Sun Feb 28 16:21:04 CET 2021
Hi Gateers,
I have this strange problem with Gate:V9. I ran a batch of simulations,
with the same parameter but some ran to completion while others failed.
My versions:
Geant4 version Name: geant4-10-06-patch-02 (29-May-2020)
GATE version 9.0 (March 2020)
Sample output files below. Can anyone help with this ?
Thanks
GT
$ cat main3.err
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
$ cat main3.log
006 (009.002.000) 02/28 03:37:36 Image size of job updated: 1600544
1564 - MemoryUsage of job (MB)
1600544 - ResidentSetSize of job (KB)
...
005 (009.002.000) 02/28 04:07:21 Job terminated.
(0) Abnormal termination (signal 6)
(0) No core file
Usr 0 00:00:01, Sys 0 00:00:16 - Run Remote Usage
Usr 0 00:00:00, Sys 0 00:00:00 - Run Local Usage
Usr 0 00:00:01, Sys 0 00:00:16 - Total Remote Usage
Usr 0 00:00:00, Sys 0 00:00:00 - Total Local Usage
0 - Run Bytes Sent By Job
0 - Run Bytes Received By Job
0 - Total Bytes Sent By Job
0 - Total Bytes Received By Job
Partitionable Resources : Usage Request Allocated
Cpus : 0.00 1 1
Disk (KB) : 22500 22500 36040054
Memory (MB) : 1564 22 499
...
$ cat main.submit
##############################################################
#
# Standard script for Condor in ClusterGATE
# Supply this script to the job splitter command line.
# following keywords
# GC_EXEC
# GC_MACRO
# will be replaced by actual values.
# Do not remove any of them!
#
# The user can edit anything before the "#GJS PART"
# except the line with $GC_EXEC
#
# JDB 3.8.2005
#
##############################################################
Executable = /home/********/software/gate_v9.0-install/bin/Gate
universe = vanilla
getenv = true
#Requirements = Memory >= 512 && Arch =="INTEL"
#Rank = Memory >= 512
#Image_Size = 28 Meg
Arguments = /home/********/.Gate/main1/main1.mac
Output = /home/********/.Gate/main1/main1.out
Error = /home/********/.Gate/main1/main1.err
Log = /home/********/.Gate/main1/main1.log
Queue
Arguments = /home/********/.Gate/main1/main2.mac
Output = /home/********/.Gate/main1/main2.out
Error = /home/********/.Gate/main1/main2.err
Log = /home/********/.Gate/main1/main2.log
Queue
Arguments = /home/********/.Gate/main1/main3.mac
Output = /home/********/.Gate/main1/main3.out
Error = /home/********/.Gate/main1/main3.err
Log = /home/********/.Gate/main1/main3.log
Queue
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opengatecollaboration.org/pipermail/gate-users/attachments/20210228/850c02d0/attachment.html>
More information about the Gate-users
mailing list