Cooridinates inconsistent before/after GPT binning

Hello, I used gpt binning to average three S3 imagery, and the output of binningcannot match the extent of the three input images. any comments?

the resultant imagery:

Previews of the three Input images: (a red circle shows the location of the resultant extent, using SNAP)


the coordinates of the input images:

and the coordinates of the result image:

the corresponding xml:

    <sourceProductPaths>S3_day1.dim S3_day2.dim S3_day3.dim</sourceProductPaths>
    <timeFilterMethod>NONE</timeFilterMethod>
    <numRows>66792</numRows>
    <superSampling>1</superSampling>
    <maskExpr>true</maskExpr>
    <variables/>
    <aggregators>
        <aggregator>
            <type>AVG</type>
            <varName>Chlorophyll_mean</varName>
            <weightCoeff>0.0</weightCoeff>
            <outputCounts>false</outputCounts>
            <outputSums>false</outputSums>
        </aggregator>
        <aggregator>
            <type>MIN_MAX</type>
            <varName>Chlorophyll_mean</varName>
        </aggregator>
    </aggregators>
    <outputFile>level-3.dim</outputFile>
    <metadataAggregatorName>NAME</metadataAggregatorName>
</parameters>

It reproduced this and it seems that the views are not synchronized correctly - the actual coordinates should be fine. Can you confirm this?

Thank you Tonio for the reply. Yes, I tested it again and seems only sync issue between views by the SNAP. the actual coordinate extent is correct.
However, the coordinates still seems problematic : with the input images as projected coordinates, for example Albers; after binning , coordinates will be Lat/Lon (?); to keep consistency with other layers, I need to reproject back to Albers using gpt reproject. But received error msg:

....10%...Exception in thread "SunTileScheduler0Standard36" java.lang.NullPointerException
        at com.sun.media.jai.util.SunCachedTile.<init>(SunCachedTile.java:80)
        at com.sun.media.jai.util.SunTileCache.add(SunTileCache.java:257)
        at javax.media.jai.OpImage.addTileToCache(OpImage.java:1087)
        at javax.media.jai.OpImage.getTile(OpImage.java:1142)
        at org.esa.snap.core.gpf.internal.OperatorExecutor$OperatorTileComputationListenerStack.tileComputed(OperatorExecutor.java:310)
        at com.sun.media.jai.util.RequestJob.compute(SunTileScheduler.java:278)
        at com.sun.media.jai.util.WorkerThread.run(SunTileScheduler.java:468)

This might be because your cache is too small. Try increasing your cache size: Tools->Options->Performance.