Problem coupling OpenFOAM and python

I added the tags above for both data (leaving all the rest untouched) and this time the simulation failed on the Solid side at time-step 6401 (4 before the previous simulation) with the following message:

ASSERTION FAILED
Location:   precice::time::Sample precice::time::Storage::getSampleAtOrAfter(double) const
File:       /home/claudio/Projects/precice/precice-3.1.2/src/time/Storage.cpp:155
Expression: stample != _stampleStorage.end()
Rank:       0
Arguments:  
  0: "no values found!" == no values found!
Stacktrace:
 0# 0x00007F9320DCEF39 in /usr/local/lib/libprecice.so.3
 1# 0x00007F9320DBFBFA in /usr/local/lib/libprecice.so.3
 2# 0x00007F9320DC00E7 in /usr/local/lib/libprecice.so.3
 3# 0x00007F9320DC21F4 in /usr/local/lib/libprecice.so.3
 4# 0x00007F9320D298F8 in /usr/local/lib/libprecice.so.3
 5# 0x00007F9320DA1A53 in /usr/local/lib/libprecice.so.3
 6# 0x00007F9320D8BC43 in /usr/local/lib/libprecice.so.3
 7# 0x000055F589606FDF in mbdyn-esm-adapter
 8# 0x000055F589604028 in mbdyn-esm-adapter
 9# 0x00007F932040A1CA in /lib/x86_64-linux-gnu/libc.so.6
10# __libc_start_main in /lib/x86_64-linux-gnu/libc.so.6
11# 0x000055F589604105 in mbdyn-esm-adapter
[CSIT-LT1087:335444] *** Process received signal ***
[CSIT-LT1087:335444] Signal: Aborted (6)
[CSIT-LT1087:335444] Signal code:  (-6)
[CSIT-LT1087:335444] [ 0] /lib/x86_64-linux-gnu/libc.so.6(+0x45320)[0x7f9320425320]
[CSIT-LT1087:335444] [ 1] /lib/x86_64-linux-gnu/libc.so.6(pthread_kill+0x11c)[0x7f932047eb1c]
[CSIT-LT1087:335444] [ 2] /lib/x86_64-linux-gnu/libc.so.6(gsignal+0x1e)[0x7f932042526e]
[CSIT-LT1087:335444] [ 3] /lib/x86_64-linux-gnu/libc.so.6(abort+0xdf)[0x7f93204088ff]
[CSIT-LT1087:335444] [ 4] /usr/local/lib/libprecice.so.3(+0x438cef)[0x7f9320dbfcef]
[CSIT-LT1087:335444] [ 5] /usr/local/lib/libprecice.so.3(+0x4390e7)[0x7f9320dc00e7]
[CSIT-LT1087:335444] [ 6] /usr/local/lib/libprecice.so.3(+0x43b1f4)[0x7f9320dc21f4]
[CSIT-LT1087:335444] [ 7] /usr/local/lib/libprecice.so.3(+0x3a28f8)[0x7f9320d298f8]
[CSIT-LT1087:335444] [ 8] /usr/local/lib/libprecice.so.3(+0x41aa53)[0x7f9320da1a53]
[CSIT-LT1087:335444] [ 9] /usr/local/lib/libprecice.so.3(+0x404c43)[0x7f9320d8bc43]
[CSIT-LT1087:335444] [10] mbdyn-esm-adapter(+0x9fdf)[0x55f589606fdf]
[CSIT-LT1087:335444] [11] mbdyn-esm-adapter(+0x7028)[0x55f589604028]
[CSIT-LT1087:335444] [12] /lib/x86_64-linux-gnu/libc.so.6(+0x2a1ca)[0x7f932040a1ca]
[CSIT-LT1087:335444] [13] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b)[0x7f932040a28b]
[CSIT-LT1087:335444] [14] mbdyn-esm-adapter(+0x7105)[0x55f589604105]
[CSIT-LT1087:335444] *** End of error message ***

maybe it helps a bit