Hi Chiara,
I ran your simulation overnight; it's run for a bit over 300 s.
At that point, the fire appears to be spreading to the second row of obstructions.
I suspect the fire is going out prematurely because there are two competing forces controlling the burning of the wood pallets.
Here is the SURF.
&SURF ID = 'PALLET_3.6'
COLOR = 'YELLOW'
THICKNESS = 0.01
EMISSIVITY = 0.9
MATL_ID = 'WOOD'
HRRPUA = 7531.0
RAMP_Q ='fire_ramp_3.6'
IGNITION_TEMPERATURE = 275 /
&RAMP ID='fire_ramp_3.6', T = 0 , F = 0 /
&RAMP ID='fire_ramp_3.6', T = 50 , F = 0.02 /
&RAMP ID='fire_ramp_3.6', T = 100 , F = 0.06 /
&RAMP ID='fire_ramp_3.6', T = 150 , F = 0.14 /
&RAMP ID='fire_ramp_3.6', T = 200 , F = 0.25 /
&RAMP ID='fire_ramp_3.6', T = 250 , F = 0.38 /
&RAMP ID='fire_ramp_3.6', T = 300 , F = 0.55 /
&RAMP ID='fire_ramp_3.6', T = 350 , F = 0.75 /
&RAMP ID='fire_ramp_3.6', T = 400 , F = 0.98 /
&RAMP ID='fire_ramp_3.6', T = 403.3 , F = 1 /
&RAMP ID='fire_ramp_3.6', T = 1116.1 , F = 1 /
&RAMP ID='fire_ramp_3.6', T = 1842.2 , F = 0 /
The ramp should control the fire, and have it burn for ~1800 s. However, a thickness has also been provided, with a value of only 0.01 m. FDS may be calculating that the fuel has been depleted before the ramp reaches its endpoint. (Perhaps one of the developers will pipe in as to whether or not that makes sense.) I suggest you run a couple of small test cases, with and without a value for thickness, and see if that is what is happening.
I'm not sure why your column temperature is only 100 C. I'm seeing values of ~280 for the columns near the fire in the AST boundary file (see attached image).
As an aside, if you run the complete model again, then I suggest you increase the value of RESTART=20. Saving the restart files every 20 s is ultra-conservative, and will really slow down the simulation. (I would change it to at least 200 s)
Dave