I very recently post a thread for a memory problem. viewtopic.php?f=21&t=2777
To briefly recall I try to run simple 'know-fate model' on released birds. I use 4 states and capture histories with 72 recaptures.
A model which assume a constant value for all paramaters so 4 parameters does not run due to memory problem
* * WARNING * * Error number 5014 from memory allocation of VCRMAT.
* * WARNING * * Attempt to allocate an allocated object
Program received signal SIGSEGV: Segmentation fault - invalid memory reference.
Backtrace for this error:
#0 0x6DBD9D in _gfortrani_backtrace
#1 0x6C61C0 in _gfortrani_backtrace_handler
#2 0x7F32214D622F
#3 0x7F3221522A76
#4 0x5C421B in estmat_
#5 0x62B21C in MAIN__ at mark.f90:0
Segmentation fault
This problem is already known (see viewtopic.php?f=21&t=2741&p=8717&hilit=memory+allocation+of+VCRMAT#p8717) . But the solutions that are given is this post do not work for me. For exemple, PSI is the parameter of interest for me so I cannot fix this parameter and I cannot use use pim.type="constant" for all model.
More strange, when I try to run this simple model on the bigest computer of my lab (24G of memory),the error remains the same (both computers I have tried are under linux machine amd64)

I am pretty sure that this problem may be due to the triangular matrices of Psi which assume each real parameters for each triangular matrix to be unique (representing more than 100000). When I assume PSI to be constant, the PIM contain the same huge number of different parameters. Nevertheless, only four parameter are estimate...
This result to big .out file (<20Mo) just for parameter
It seems that no real solution exist! Someone could confirm ?
Best
Stephane