quellobiondo / BAR-decentralized-MapReduce-sim

Simulator for MARS: decentralized Map-Reduce for bAR models
GNU General Public License v3.0
1 stars 0 forks source link

Deadlock during reduce phase #5

Open quellobiondo opened 6 years ago

quellobiondo commented 6 years ago

Configuration to replicate the issue

reduces 21
chunk_size 64
input_chunks 13
dfs_replicas 1
map_slots 1
reduce_slots 2
byzantine 2
quellobiondo commented 6 years ago

Also with the following configuration

reduces 21
chunk_size 64
input_chunks 14
dfs_replicas 1
map_slots 1
reduce_slots 2
byzantine 1

The output is

[0.000000] [xbt_cfg/INFO] Configuration change: Set 'tracing' to '1'
[0.000000] [xbt_cfg/INFO] Configuration change: Set 'tracing/buffer' to '1'
[0.000000] [xbt_cfg/INFO] Configuration change: Set 'tracing/filename' to 'tracefile.trace'
[0.000000] [xbt_cfg/INFO] Configuration change: Set 'tracing/categorized' to '1'
[0.000000] [xbt_cfg/INFO] Configuration change: Set 'tracing/uncategorized' to '1'
[0.000000] [xbt_cfg/INFO] Configuration change: Set 'viva/categorized' to 'cat.plist'
[0.000000] [xbt_cfg/INFO] Configuration change: Set 'viva/uncategorized' to 'uncat.plist'
[graphene-1.nancy.grid5000.fr:master:(1) 0.000000] [msg_test/INFO] JOB CONFIGURATION:
[graphene-1.nancy.grid5000.fr:master:(1) 0.000000] [msg_test/INFO] slots: 1 map, 2 reduce
[graphene-1.nancy.grid5000.fr:master:(1) 0.000000] [msg_test/INFO] chunk replicas: 1
[graphene-1.nancy.grid5000.fr:master:(1) 0.000000] [msg_test/INFO] chunk size: 64 MB
[graphene-1.nancy.grid5000.fr:master:(1) 0.000000] [msg_test/INFO] input chunks: 14
[graphene-1.nancy.grid5000.fr:master:(1) 0.000000] [msg_test/INFO] input size: 896 MB
[graphene-1.nancy.grid5000.fr:master:(1) 0.000000] [msg_test/INFO] maps: 14
[graphene-1.nancy.grid5000.fr:master:(1) 0.000000] [msg_test/INFO] reduces: 21
[graphene-1.nancy.grid5000.fr:master:(1) 0.000000] [msg_test/INFO] workers: 13
[graphene-1.nancy.grid5000.fr:master:(1) 0.000000] [msg_test/INFO] grid power: 2.16749e+11 flops
[graphene-1.nancy.grid5000.fr:master:(1) 0.000000] [msg_test/INFO] average power: 1.6673e+10 flops/s
[graphene-1.nancy.grid5000.fr:master:(1) 0.000000] [msg_test/INFO] heartbeat interval: 3s
[graphene-1.nancy.grid5000.fr:master:(1) 0.000000] [msg_test/INFO] byzantine: 1
[graphene-1.nancy.grid5000.fr:master:(1) 0.000000] [msg_test/INFO]  
[graphene-1.nancy.grid5000.fr:master:(1) 0.000000] [msg_test/INFO] JOB BEGIN
[graphene-1.nancy.grid5000.fr:master:(1) 0.000000] [msg_test/INFO]  
[graphene-1.nancy.grid5000.fr:master:(1) 0.003903] [msg_test/INFO] map 0 assigned to graphene-2.nancy.grid5000.fr 
[graphene-1.nancy.grid5000.fr:master:(1) 0.011709] [msg_test/INFO] map 1 assigned to graphene-3.nancy.grid5000.fr 
[graphene-1.nancy.grid5000.fr:master:(1) 0.019515] [msg_test/INFO] map 2 assigned to graphene-4.nancy.grid5000.fr 
[graphene-1.nancy.grid5000.fr:master:(1) 0.027321] [msg_test/INFO] map 3 assigned to graphene-5.nancy.grid5000.fr 
[graphene-1.nancy.grid5000.fr:master:(1) 0.035127] [msg_test/INFO] map 4 assigned to graphene-6.nancy.grid5000.fr 
[graphene-1.nancy.grid5000.fr:master:(1) 0.042933] [msg_test/INFO] map 5 assigned to graphene-7.nancy.grid5000.fr 
[graphene-1.nancy.grid5000.fr:master:(1) 0.050739] [msg_test/INFO] map 6 assigned to graphene-8.nancy.grid5000.fr 
[graphene-1.nancy.grid5000.fr:master:(1) 0.058545] [msg_test/INFO] map 7 assigned to graphene-9.nancy.grid5000.fr 
[graphene-1.nancy.grid5000.fr:master:(1) 0.066351] [msg_test/INFO] map 8 assigned to graphene-10.nancy.grid5000.fr 
[graphene-1.nancy.grid5000.fr:master:(1) 0.074157] [msg_test/INFO] map 9 assigned to graphene-11.nancy.grid5000.fr 
[graphene-1.nancy.grid5000.fr:master:(1) 0.081963] [msg_test/INFO] map 10 assigned to graphene-12.nancy.grid5000.fr 
[graphene-1.nancy.grid5000.fr:master:(1) 0.089769] [msg_test/INFO] map 11 assigned to graphene-13.nancy.grid5000.fr 
[graphene-1.nancy.grid5000.fr:master:(1) 0.097575] [msg_test/INFO] map 12 assigned to graphene-14.nancy.grid5000.fr 
[graphene-1.nancy.grid5000.fr:master:(1) 6.013333] [msg_test/INFO] map 13 assigned to graphene-2.nancy.grid5000.fr 
[graphene-1.nancy.grid5000.fr:master:(1) 6.025042] [msg_test/INFO] map 13 assigned to graphene-3.nancy.grid5000.fr (non-local)
[graphene-1.nancy.grid5000.fr:master:(1) 6.036751] [msg_test/INFO] map 13 assigned to graphene-4.nancy.grid5000.fr (non-local)
[graphene-1.nancy.grid5000.fr:master:(1) 6.048460] [msg_test/INFO] map 12 assigned to graphene-5.nancy.grid5000.fr (non-local)
[graphene-1.nancy.grid5000.fr:master:(1) 6.060169] [msg_test/INFO] map 12 assigned to graphene-6.nancy.grid5000.fr (non-local)
[graphene-1.nancy.grid5000.fr:master:(1) 6.071878] [msg_test/INFO] map 11 assigned to graphene-7.nancy.grid5000.fr (non-local)
[graphene-1.nancy.grid5000.fr:master:(1) 6.083587] [msg_test/INFO] map 11 assigned to graphene-8.nancy.grid5000.fr (non-local)
[graphene-1.nancy.grid5000.fr:master:(1) 6.095296] [msg_test/INFO] map 10 assigned to graphene-9.nancy.grid5000.fr (non-local)
[graphene-1.nancy.grid5000.fr:master:(1) 6.107005] [msg_test/INFO] map 10 assigned to graphene-10.nancy.grid5000.fr (non-local)
[graphene-1.nancy.grid5000.fr:master:(1) 6.118714] [msg_test/INFO] map 8 assigned to graphene-11.nancy.grid5000.fr (non-local)
[graphene-1.nancy.grid5000.fr:master:(1) 6.130423] [msg_test/INFO] map 9 assigned to graphene-12.nancy.grid5000.fr (non-local)
[graphene-1.nancy.grid5000.fr:master:(1) 6.142132] [msg_test/INFO] map 9 assigned to graphene-13.nancy.grid5000.fr (non-local)
[graphene-1.nancy.grid5000.fr:master:(1) 6.153841] [msg_test/INFO] map 8 assigned to graphene-14.nancy.grid5000.fr (non-local)
[graphene-1.nancy.grid5000.fr:master:(1) 12.022763] [msg_test/INFO] map 7 assigned to graphene-2.nancy.grid5000.fr (non-local)
[graphene-1.nancy.grid5000.fr:master:(1) 15.026666] [msg_test/INFO] reduce 0 assigned to graphene-2.nancy.grid5000.fr 
[graphene-1.nancy.grid5000.fr:master:(1) 15.036751] [msg_test/INFO] map 7 assigned to graphene-3.nancy.grid5000.fr (non-local)
[graphene-1.nancy.grid5000.fr:master:(1) 15.040654] [msg_test/INFO] reduce 0 assigned to graphene-3.nancy.grid5000.fr 
[graphene-1.nancy.grid5000.fr:master:(1) 15.048460] [msg_test/INFO] map 6 assigned to graphene-4.nancy.grid5000.fr (non-local)
[graphene-1.nancy.grid5000.fr:master:(1) 15.052363] [msg_test/INFO] reduce 0 assigned to graphene-4.nancy.grid5000.fr 
[graphene-1.nancy.grid5000.fr:master:(1) 15.060169] [msg_test/INFO] map 6 assigned to graphene-5.nancy.grid5000.fr (non-local)
[graphene-1.nancy.grid5000.fr:master:(1) 15.064072] [msg_test/INFO] reduce 1 assigned to graphene-5.nancy.grid5000.fr 
[graphene-1.nancy.grid5000.fr:master:(1) 15.071878] [msg_test/INFO] map 5 assigned to graphene-6.nancy.grid5000.fr (non-local)
[graphene-1.nancy.grid5000.fr:master:(1) 15.075781] [msg_test/INFO] reduce 1 assigned to graphene-6.nancy.grid5000.fr 
[graphene-1.nancy.grid5000.fr:master:(1) 15.083587] [msg_test/INFO] map 4 assigned to graphene-7.nancy.grid5000.fr (non-local)
[graphene-1.nancy.grid5000.fr:master:(1) 15.087490] [msg_test/INFO] reduce 1 assigned to graphene-7.nancy.grid5000.fr 
[graphene-1.nancy.grid5000.fr:master:(1) 15.095296] [msg_test/INFO] map 5 assigned to graphene-8.nancy.grid5000.fr (non-local)
[graphene-1.nancy.grid5000.fr:master:(1) 15.099199] [msg_test/INFO] reduce 2 assigned to graphene-8.nancy.grid5000.fr 
[graphene-1.nancy.grid5000.fr:master:(1) 15.107005] [msg_test/INFO] map 4 assigned to graphene-9.nancy.grid5000.fr (non-local)
[graphene-1.nancy.grid5000.fr:master:(1) 15.110908] [msg_test/INFO] reduce 2 assigned to graphene-9.nancy.grid5000.fr 
[graphene-1.nancy.grid5000.fr:master:(1) 15.118714] [msg_test/INFO] map 3 assigned to graphene-10.nancy.grid5000.fr (non-local)
[graphene-1.nancy.grid5000.fr:master:(1) 15.122617] [msg_test/INFO] reduce 2 assigned to graphene-10.nancy.grid5000.fr 
[graphene-1.nancy.grid5000.fr:master:(1) 15.130423] [msg_test/INFO] map 3 assigned to graphene-11.nancy.grid5000.fr (non-local)
[graphene-1.nancy.grid5000.fr:master:(1) 15.134326] [msg_test/INFO] reduce 3 assigned to graphene-11.nancy.grid5000.fr 
[graphene-1.nancy.grid5000.fr:master:(1) 15.142132] [msg_test/INFO] map 2 assigned to graphene-12.nancy.grid5000.fr (non-local)
[graphene-1.nancy.grid5000.fr:master:(1) 15.146035] [msg_test/INFO] reduce 3 assigned to graphene-12.nancy.grid5000.fr 
[graphene-1.nancy.grid5000.fr:master:(1) 15.153841] [msg_test/INFO] map 2 assigned to graphene-13.nancy.grid5000.fr (non-local)
[graphene-1.nancy.grid5000.fr:master:(1) 15.157744] [msg_test/INFO] reduce 3 assigned to graphene-13.nancy.grid5000.fr 
[graphene-1.nancy.grid5000.fr:master:(1) 15.165550] [msg_test/INFO] map 1 assigned to graphene-14.nancy.grid5000.fr (non-local)
[graphene-1.nancy.grid5000.fr:master:(1) 15.169453] [msg_test/INFO] reduce 4 assigned to graphene-14.nancy.grid5000.fr 
[graphene-1.nancy.grid5000.fr:master:(1) 18.030569] [msg_test/INFO] reduce 4 assigned to graphene-2.nancy.grid5000.fr 
[graphene-1.nancy.grid5000.fr:master:(1) 18.040654] [msg_test/INFO] reduce 4 assigned to graphene-3.nancy.grid5000.fr 
[graphene-1.nancy.grid5000.fr:master:(1) 18.052363] [msg_test/INFO] reduce 5 assigned to graphene-4.nancy.grid5000.fr 
[graphene-1.nancy.grid5000.fr:master:(1) 18.064072] [msg_test/INFO] reduce 5 assigned to graphene-5.nancy.grid5000.fr 
[graphene-1.nancy.grid5000.fr:master:(1) 18.075781] [msg_test/INFO] reduce 5 assigned to graphene-6.nancy.grid5000.fr 
[graphene-1.nancy.grid5000.fr:master:(1) 18.087490] [msg_test/INFO] reduce 6 assigned to graphene-7.nancy.grid5000.fr 
[graphene-1.nancy.grid5000.fr:master:(1) 18.099199] [msg_test/INFO] reduce 6 assigned to graphene-8.nancy.grid5000.fr 
[graphene-1.nancy.grid5000.fr:master:(1) 18.110908] [msg_test/INFO] reduce 6 assigned to graphene-9.nancy.grid5000.fr 
[graphene-1.nancy.grid5000.fr:master:(1) 18.122617] [msg_test/INFO] reduce 7 assigned to graphene-10.nancy.grid5000.fr 
[graphene-1.nancy.grid5000.fr:master:(1) 18.134326] [msg_test/INFO] reduce 7 assigned to graphene-11.nancy.grid5000.fr 
[graphene-1.nancy.grid5000.fr:master:(1) 18.146035] [msg_test/INFO] reduce 7 assigned to graphene-12.nancy.grid5000.fr 
[graphene-1.nancy.grid5000.fr:master:(1) 18.157744] [msg_test/INFO] reduce 8 assigned to graphene-13.nancy.grid5000.fr 
[graphene-1.nancy.grid5000.fr:master:(1) 18.169453] [msg_test/INFO] reduce 8 assigned to graphene-14.nancy.grid5000.fr 
[graphene-1.nancy.grid5000.fr:master:(1) 21.034472] [msg_test/INFO] map 1 assigned to graphene-2.nancy.grid5000.fr (non-local)
[graphene-1.nancy.grid5000.fr:master:(1) 21.044557] [msg_test/INFO] map 0 assigned to graphene-3.nancy.grid5000.fr (non-local)
[graphene-1.nancy.grid5000.fr:master:(1) 24.060169] [msg_test/INFO] map 0 assigned to graphene-4.nancy.grid5000.fr (non-local)
[graphene-1.nancy.grid5000.fr:master:(1) 27.638534] [msg_test/INFO]  
[graphene-1.nancy.grid5000.fr:master:(1) 27.638534] [msg_test/INFO] MAP PHASE DONE
[graphene-1.nancy.grid5000.fr:master:(1) 27.638534] [msg_test/INFO]  
[graphene-1.nancy.grid5000.fr:master:(1) 90.128144] [msg_test/INFO] reduce 8 assigned to graphene-2.nancy.grid5000.fr 
[graphene-1.nancy.grid5000.fr:master:(1) 90.135950] [msg_test/INFO] reduce 9 assigned to graphene-3.nancy.grid5000.fr 
[graphene-1.nancy.grid5000.fr:master:(1) 90.146035] [msg_test/INFO] reduce 9 assigned to graphene-4.nancy.grid5000.fr 
[graphene-1.nancy.grid5000.fr:master:(1) 90.227998] [msg_test/INFO] reduce 9 assigned to graphene-11.nancy.grid5000.fr 
[graphene-1.nancy.grid5000.fr:master:(1) 90.239707] [msg_test/INFO] reduce 10 assigned to graphene-12.nancy.grid5000.fr 
[graphene-1.nancy.grid5000.fr:master:(1) 90.251416] [msg_test/INFO] reduce 10 assigned to graphene-13.nancy.grid5000.fr 
[graphene-1.nancy.grid5000.fr:master:(1) 90.263125] [msg_test/INFO] reduce 10 assigned to graphene-14.nancy.grid5000.fr 
[graphene-1.nancy.grid5000.fr:master:(1) 93.132047] [msg_test/INFO] reduce 11 assigned to graphene-2.nancy.grid5000.fr 
[121.260621] /build/simgrid-C0Wzpz/simgrid-3.11.1/src/simix/smx_global.c:434: [simix_kernel/CRITICAL] Oops ! Deadlock or code not perfectly clean.
[121.260621] [simix_kernel/INFO] 46 processes are still running, waiting for something.
[121.260621] [simix_kernel/INFO] Legend of the following listing: "Process <pid> (<name>@<host>): <status>"
[121.260621] [simix_kernel/INFO] Process 1 (master@graphene-1.nancy.grid5000.fr): waiting for communication action 0x2774720 ((null)) in state 0 to finish
[121.260621] [simix_kernel/INFO] Process 2 (worker@graphene-2.nancy.grid5000.fr): waiting for communication action 0x286e570 ((null)) in state 0 to finish
[121.260621] [simix_kernel/INFO] Process 3 (worker@graphene-3.nancy.grid5000.fr): waiting for communication action 0x286e3d0 ((null)) in state 0 to finish
[121.260621] [simix_kernel/INFO] Process 4 (worker@graphene-4.nancy.grid5000.fr): waiting for communication action 0x286def0 ((null)) in state 0 to finish
[121.260621] [simix_kernel/INFO] Process 5 (worker@graphene-5.nancy.grid5000.fr): waiting for communication action 0x2894620 ((null)) in state 0 to finish
[121.260621] [simix_kernel/INFO] Process 6 (worker@graphene-6.nancy.grid5000.fr): waiting for communication action 0x2772f90 ((null)) in state 0 to finish
[121.260621] [simix_kernel/INFO] Process 7 (worker@graphene-7.nancy.grid5000.fr): waiting for communication action 0x2772840 ((null)) in state 0 to finish
[121.260621] [simix_kernel/INFO] Process 8 (worker@graphene-8.nancy.grid5000.fr): waiting for communication action 0x2773200 ((null)) in state 0 to finish
[121.260621] [simix_kernel/INFO] Process 9 (worker@graphene-9.nancy.grid5000.fr): waiting for communication action 0x27732d0 ((null)) in state 0 to finish
[121.260621] [simix_kernel/INFO] Process 10 (worker@graphene-10.nancy.grid5000.fr): waiting for communication action 0x2774650 ((null)) in state 0 to finish
[121.260621] [simix_kernel/INFO] Process 11 (worker@graphene-11.nancy.grid5000.fr): waiting for communication action 0x27744b0 ((null)) in state 0 to finish
[121.260621] [simix_kernel/INFO] Process 12 (worker@graphene-12.nancy.grid5000.fr): waiting for communication action 0x2893fa0 ((null)) in state 0 to finish
[121.260621] [simix_kernel/INFO] Process 13 (worker@graphene-13.nancy.grid5000.fr): waiting for communication action 0x2893ed0 ((null)) in state 0 to finish
[121.260621] [simix_kernel/INFO] Process 14 (worker@graphene-14.nancy.grid5000.fr): waiting for communication action 0x2893e00 ((null)) in state 0 to finish
[121.260621] [simix_kernel/INFO] Process 15 (listen@graphene-2.nancy.grid5000.fr): waiting for communication action 0x2773f00 ((null)) in state 4 to finish
[121.260621] [simix_kernel/INFO] Process 16 (listen@graphene-3.nancy.grid5000.fr): waiting for communication action 0x2773470 ((null)) in state 0 to finish
[121.260621] [simix_kernel/INFO] Process 17 (listen@graphene-4.nancy.grid5000.fr): waiting for communication action 0x2774310 ((null)) in state 0 to finish
[121.260621] [simix_kernel/INFO] Process 18 (listen@graphene-5.nancy.grid5000.fr): waiting for communication action 0x2894480 ((null)) in state 0 to finish
[121.260621] [simix_kernel/INFO] Process 19 (listen@graphene-6.nancy.grid5000.fr): waiting for communication action 0x28943b0 ((null)) in state 0 to finish
[121.260621] [simix_kernel/INFO] Process 20 (listen@graphene-7.nancy.grid5000.fr): waiting for communication action 0x28942e0 ((null)) in state 0 to finish
[121.260621] [simix_kernel/INFO] Process 21 (listen@graphene-8.nancy.grid5000.fr): waiting for communication action 0x2894210 ((null)) in state 0 to finish
[121.260621] [simix_kernel/INFO] Process 22 (listen@graphene-9.nancy.grid5000.fr): waiting for communication action 0x2894140 ((null)) in state 0 to finish
[121.260621] [simix_kernel/INFO] Process 23 (listen@graphene-10.nancy.grid5000.fr): waiting for communication action 0x2894070 ((null)) in state 0 to finish
[121.260621] [simix_kernel/INFO] Process 24 (listen@graphene-11.nancy.grid5000.fr): waiting for communication action 0x27748c0 ((null)) in state 0 to finish
[121.260621] [simix_kernel/INFO] Process 25 (listen@graphene-12.nancy.grid5000.fr): waiting for communication action 0x286de20 ((null)) in state 0 to finish
[121.260621] [simix_kernel/INFO] Process 26 (listen@graphene-13.nancy.grid5000.fr): waiting for communication action 0x286dfc0 ((null)) in state 0 to finish
[121.260621] [simix_kernel/INFO] Process 27 (listen@graphene-14.nancy.grid5000.fr): waiting for communication action 0x2894890 ((null)) in state 0 to finish
[121.260621] [simix_kernel/INFO] Process 28 (data-node@graphene-2.nancy.grid5000.fr): waiting for communication action 0x27743e0 ((null)) in state 0 to finish
[121.260621] [simix_kernel/INFO] Process 29 (data-node@graphene-3.nancy.grid5000.fr): waiting for communication action 0x286e090 ((null)) in state 0 to finish
[121.260621] [simix_kernel/INFO] Process 30 (data-node@graphene-4.nancy.grid5000.fr): waiting for communication action 0x2773060 ((null)) in state 0 to finish
[121.260621] [simix_kernel/INFO] Process 31 (data-node@graphene-5.nancy.grid5000.fr): waiting for communication action 0x2772c50 ((null)) in state 0 to finish
[121.260621] [simix_kernel/INFO] Process 32 (data-node@graphene-6.nancy.grid5000.fr): waiting for communication action 0x2772430 ((null)) in state 0 to finish
[121.260621] [simix_kernel/INFO] Process 33 (data-node@graphene-7.nancy.grid5000.fr): waiting for communication action 0x2772290 ((null)) in state 0 to finish
[121.260621] [simix_kernel/INFO] Process 34 (data-node@graphene-8.nancy.grid5000.fr): waiting for communication action 0x27736e0 ((null)) in state 0 to finish
[121.260621] [simix_kernel/INFO] Process 35 (data-node@graphene-9.nancy.grid5000.fr): waiting for communication action 0x286e710 ((null)) in state 0 to finish
[121.260621] [simix_kernel/INFO] Process 36 (data-node@graphene-10.nancy.grid5000.fr): waiting for communication action 0x2773950 ((null)) in state 0 to finish
[121.260621] [simix_kernel/INFO] Process 37 (data-node@graphene-11.nancy.grid5000.fr): waiting for communication action 0x2893d30 ((null)) in state 0 to finish
[121.260621] [simix_kernel/INFO] Process 38 (data-node@graphene-12.nancy.grid5000.fr): waiting for communication action 0x286e160 ((null)) in state 0 to finish
[121.260621] [simix_kernel/INFO] Process 39 (data-node@graphene-13.nancy.grid5000.fr): waiting for communication action 0x286e300 ((null)) in state 0 to finish
[121.260621] [simix_kernel/INFO] Process 40 (data-node@graphene-14.nancy.grid5000.fr): waiting for communication action 0x286e4a0 ((null)) in state 0 to finish
[121.260621] [simix_kernel/INFO] Process 110 (compute@graphene-3.nancy.grid5000.fr): waiting for communication action 0x2772b80 ((null)) in state 0 to finish
[121.260621] [simix_kernel/INFO] Process 111 (compute@graphene-4.nancy.grid5000.fr): waiting for communication action 0x27729e0 ((null)) in state 0 to finish
[121.260621] [simix_kernel/INFO] Process 112 (compute@graphene-11.nancy.grid5000.fr): waiting for communication action 0x286e8b0 ((null)) in state 0 to finish
[121.260621] [simix_kernel/INFO] Process 113 (compute@graphene-12.nancy.grid5000.fr): waiting for communication action 0x2772ab0 ((null)) in state 0 to finish
[121.260621] [simix_kernel/INFO] Process 114 (compute@graphene-13.nancy.grid5000.fr): waiting for communication action 0x2774580 ((null)) in state 0 to finish
[121.260621] [simix_kernel/INFO] Process 115 (compute@graphene-14.nancy.grid5000.fr): waiting for communication action 0x2773130 ((null)) in state 0 to finish
quellobiondo commented 6 years ago

But with this configuration we obtain the final result

reduces 21
chunk_size 64
input_chunks 14
dfs_replicas 1
map_slots 1
reduce_slots 2
byzantine 2

Or with this...

reduces 21
chunk_size 64
input_chunks 13
dfs_replicas 1
map_slots 2
reduce_slots 2
byzantine 2
quellobiondo commented 6 years ago

Suggestion to execute with tracing at the end of this slides --cfg=tracing:1 --cfg=tracing/msg/process:1