3 Experiment 2

agentNumbers=[400] : chainLengths=[5, 10, 20] : randomWorksNumberMultipliers=[1, 2] : maxDistances=[5, 10, 30] : similaritySearchThresholds=[1] : similarityConnectThresholds=[0.93] : graphTypes=[random, smallWorld] : message=[400 agents with similarityConnectThreshold 0.93]

3.1 Experimental set up

Values
experimentId EXP10-24-11-04-bSZNPf
agentNumbers 400
maxDistances 5, 10, 30
randomWorksNumberMultipliers 1, 2
similarityConnectThresholds 0.93
graphTypes random, smallWorld
chainLengths 5, 10, 20

3.2 Descriptive analysis of each simulation

3.2.1 SIM10-25-02-06-Gzkyd2–CV

3.2.1.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
400 0.93 smallWorld 10 1 10 2

3.2.1.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
810 365,776 810 810 2,401 370,607

3.2.1.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
401 1,620 810 2,831

3.2.1.4 distribution of similarityEdgesByWeight

3.2.1.5 Degree distribution of item->similarity->item edges

3.2.1.6 Degree distribution of agent->knows->agent edges

3.2.1.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
connectIfSimilar 643,800 3,595,362 5.58459459459459 No
existsSimilarity 643,800 3,579,462 5.55989748369059 No
similarityEdges 643,800 3,500,996 5.43801801801802 No
connectAllSimilar 464 3,602,407 7763.80818965517 Yes
init 403 22,681 56.2803970223325 No
connect 247 520 2.10526315789474 Yes
cycleSearch 8 171 21.375 Yes
getWorks 8 20 2.5 Yes
Total 733 3,606,290

3.2.1.8 Found structures

3.2.1.8.1 Cycles

Number of cycles found: 1

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-02-06-Gzkyd2--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.1.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-02-06-Gzkyd2--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.2 SIM10-25-02-06-Gzkyd2–DV

3.2.2.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
400 0.93 smallWorld 10 1 10 2

3.2.2.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
810 365,282 810 810 2,401 370,113

3.2.2.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
401 1,620 810 2,831

3.2.2.4 distribution of similarityEdgesByWeight

3.2.2.5 Degree distribution of item->similarity->item edges

3.2.2.6 Degree distribution of agent->knows->agent edges

3.2.2.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
knowsAgent 2,401 3,350 1.39525197834236 No
addItemToWork 1,620 13,930 8.59876543209877 No
ownsWork 810 7,231 8.92716049382716 No
init 403 22,643 56.1861042183623 No
searchAndConnect 401 3,451,962 8608.38403990025 Yes
individualCycleSearch 98 1 0.0102040816326531 Yes
cycleSearch 91 3,165 34.7802197802198 Yes
getWorks 91 8,288 91.0769230769231 No
Total 692 3,461,477

3.2.2.8 Found structures

3.2.2.8.1 Cycles

Number of cycles found: 51

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-02-06-Gzkyd2--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.2.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-02-06-Gzkyd2--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.3 SIM10-25-04-41-a3Ltjz–CV

3.2.3.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
400 0.93 random 10 1 10 1

3.2.3.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
410 93,796 410 410 400 95,426

3.2.3.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
401 820 410 1,631

3.2.3.4 distribution of similarityEdgesByWeight

3.2.3.5 Degree distribution of item->similarity->item edges

3.2.3.6 Degree distribution of agent->knows->agent edges

3.2.3.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
connectIfSimilar 335,790 1,126,939 3.35608267071682 No
existsSimilarity 335,790 1,093,669 3.25700288871021 No
similarityEdges 335,790 1,067,467 3.17897197653295 No
connect 13,642 25,647 1.88000293212139 Yes
connectAllSimilar 820 1,130,693 1378.89390243902 Yes
init 403 21,272 52.7841191066998 No
Total 14,470 1,157,673

3.2.3.8 Found structures

3.2.3.8.1 Cycles

Number of cycles found: 1

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-04-41-a3Ltjz--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.3.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-04-41-a3Ltjz--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.4 SIM10-25-04-41-a3Ltjz–DV

3.2.4.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
400 0.93 random 10 1 10 1

3.2.4.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
410 66,512 410 410 400 68,142

3.2.4.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
401 820 410 1,631

3.2.4.4 distribution of similarityEdgesByWeight

3.2.4.5 Degree distribution of item->similarity->item edges

3.2.4.6 Degree distribution of agent->knows->agent edges

3.2.4.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
2 cycleSearch 3,600 101,376 28.16 Yes
3 getWorks 3,600 26,602 7.38944444444444 No
4 individualCycleSearch 3,600 134 0.0372222222222222 Yes
6 addItemToWork 820 5,198 6.3390243902439 No
7 ownsWork 410 2,781 6.78292682926829 No
8 init 403 20,578 51.0620347394541 No
9 searchAndConnect 401 483,023 1204.54613466334 Yes
10 knowsAgent 400 668 1.67 No
1 Total 14,801 949,095

3.2.4.8 Found structures

3.2.4.8.1 Cycles

Number of cycles found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-04-41-a3Ltjz--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.4.8.2 Paths

Number of paths found: 3600

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-04-41-a3Ltjz--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.5 SIM10-25-06-00-AHBSxQ–CV

3.2.5.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
400 0.93 smallWorld 10 1 10 1

3.2.5.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
410 94,202 410 410 2,401 97,833

3.2.5.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
401 820 410 1,631

3.2.5.4 distribution of similarityEdgesByWeight

3.2.5.5 Degree distribution of item->similarity->item edges

3.2.5.6 Degree distribution of agent->knows->agent edges

3.2.5.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
connectIfSimilar 335,790 1,164,084 3.46670240328777 No
existsSimilarity 335,790 1,156,746 3.44484945948361 No
similarityEdges 335,790 1,129,316 3.36316149974687 No
connectAllSimilar 820 1,167,549 1423.84024390244 Yes
init 403 20,916 51.9007444168735 No
connect 160 316 1.975 Yes
Total 988 1,169,052

3.2.5.8 Found structures

3.2.5.8.1 Cycles

Number of cycles found: 1

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-06-00-AHBSxQ--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.5.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-06-00-AHBSxQ--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.6 SIM10-25-06-00-AHBSxQ–DV

3.2.6.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
400 0.93 smallWorld 10 1 10 1

3.2.6.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
410 93,882 410 410 2,401 97,513

3.2.6.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
401 820 410 1,631

3.2.6.4 distribution of similarityEdgesByWeight

3.2.6.5 Degree distribution of item->similarity->item edges

3.2.6.6 Degree distribution of agent->knows->agent edges

3.2.6.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
knowsAgent 2,401 3,321 1.38317367763432 No
addItemToWork 820 5,926 7.22682926829268 No
ownsWork 410 3,322 8.10243902439024 No
init 403 21,654 53.7320099255583 No
searchAndConnect 401 850,499 2120.94513715711 Yes
cycleSearch 23 3,415 148.478260869565 Yes
getWorks 23 3,414 148.434782608696 No
individualCycleSearch 23 1 0.0434782608695652 Yes
Total 487 857,507

3.2.6.8 Found structures

3.2.6.8.1 Cycles

Number of cycles found: 20

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-06-00-AHBSxQ--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.6.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-06-00-AHBSxQ--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.7 SIM10-25-11-05-yN7Ck6–CV

3.2.7.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
400 0.93 random 10 1 10 2

3.2.7.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
810 309,850 810 810 400 312,680

3.2.7.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
401 1,620 810 2,831

3.2.7.4 distribution of similarityEdgesByWeight

3.2.7.5 Degree distribution of item->similarity->item edges

3.2.7.6 Degree distribution of agent->knows->agent edges

3.2.7.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
1 connectIfSimilar 706,940 3,595,832 5.08647409964071 No
2 existsSimilarity 706,940 3,516,572 4.97435708829604 No
3 similarityEdges 706,940 3,438,554 4.86399694457804 No
4 connect 30,791 61,531 1.99834367185216 Yes
6 cycleSearch 3,600 23,443 6.51194444444444 Yes
7 getWorks 3,600 29,358 8.155 Yes
8 individualCycleSearch 3,600 124 0.0344444444444444 Yes
10 connectAllSimilar 520 3,604,028 6930.82307692308 Yes
11 Total 49,311 3,741,616

3.2.7.8 Found structures

3.2.7.8.1 Cycles

Number of cycles found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-11-05-yN7Ck6--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.7.8.2 Paths

Number of paths found: 3600

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-11-05-yN7Ck6--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.8 SIM10-25-11-05-yN7Ck6–DV

3.2.8.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
400 0.93 random 10 1 10 2

3.2.8.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
810 248,268 810 810 400 251,098

3.2.8.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
401 1,620 810 2,831

3.2.8.4 distribution of similarityEdgesByWeight

3.2.8.5 Degree distribution of item->similarity->item edges

3.2.8.6 Degree distribution of agent->knows->agent edges

3.2.8.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
2 cycleSearch 3,600 25,863 7.18416666666667 Yes
3 getWorks 3,600 33,064 9.18444444444444 No
4 individualCycleSearch 3,600 109 0.0302777777777778 Yes
6 addItemToWork 1,620 11,164 6.89135802469136 No
7 ownsWork 810 5,709 7.04814814814815 No
8 init 403 22,627 56.1464019851117 No
9 searchAndConnect 401 1,843,644 4597.61596009975 Yes
10 knowsAgent 400 686 1.715 No
1 Total 14,801 1,895,339

3.2.8.8 Found structures

3.2.8.8.1 Cycles

Number of cycles found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-11-05-yN7Ck6--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.8.8.2 Paths

Number of paths found: 3600

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-11-05-yN7Ck6--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.9 SIM10-25-03-08-Eoy5fu–CV

3.2.9.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
400 0.93 random 10 1 30 2

3.2.9.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
810 367,660 810 810 400 370,490

3.2.9.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
401 1,620 810 2,831

3.2.9.4 distribution of similarityEdgesByWeight

3.2.9.5 Degree distribution of item->similarity->item edges

3.2.9.6 Degree distribution of agent->knows->agent edges

3.2.9.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
connectIfSimilar 655,305 3,593,647 5.48393038356185 No
existsSimilarity 655,305 3,577,719 5.45962414448234 No
similarityEdges 655,305 3,497,137 5.33665545051541 No
connectAllSimilar 474 3,600,760 7596.54008438819 Yes
init 403 22,639 56.1761786600496 No
connect 268 624 2.32835820895522 Yes
Total 750 3,604,803

3.2.9.8 Found structures

3.2.9.8.1 Cycles

Number of cycles found: 1

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-03-08-Eoy5fu--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.9.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-03-08-Eoy5fu--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.10 SIM10-25-03-08-Eoy5fu–DV

3.2.10.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
400 0.93 random 10 1 30 2

3.2.10.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
810 367,117 810 810 400 369,947

3.2.10.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
401 1,620 810 2,831

3.2.10.4 distribution of similarityEdgesByWeight

3.2.10.5 Degree distribution of item->similarity->item edges

3.2.10.6 Degree distribution of agent->knows->agent edges

3.2.10.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
addItemToWork 1,620 11,887 7.33765432098765 No
ownsWork 810 5,807 7.16913580246914 No
init 403 23,197 57.560794044665 No
searchAndConnect 401 3,211,741 8009.32917705736 Yes
knowsAgent 400 735 1.8375 No
cycleSearch 79 17,194 217.645569620253 Yes
getWorks 79 8,085 102.341772151899 No
individualCycleSearch 79 1 0.0126582278481013 Yes
Total 649 3,248,585

3.2.10.8 Found structures

3.2.10.8.1 Cycles

Number of cycles found: 45

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-03-08-Eoy5fu--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.10.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-03-08-Eoy5fu--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.11 SIM10-25-04-11-wijt4R–CV

3.2.11.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
400 0.93 smallWorld 10 1 30 2

3.2.11.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
810 366,260 810 810 2,401 371,091

3.2.11.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
401 1,620 810 2,831

3.2.11.4 distribution of similarityEdgesByWeight

3.2.11.5 Degree distribution of item->similarity->item edges

3.2.11.6 Degree distribution of agent->knows->agent edges

3.2.11.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
1 connectIfSimilar 648,414 3,594,741 5.54389788005811 No
2 existsSimilarity 648,414 3,578,794 5.51930402489767 No
3 similarityEdges 648,414 3,498,722 5.39581501941661 No
4 connectAllSimilar 468 3,601,762 7696.07264957265 Yes
5 init 403 23,929 59.3771712158809 No
6 connect 246 482 1.95934959349593 Yes
8 cycleSearch 4 90 22.5 Yes
9 getWorks 3 6 2 Yes
11 Total 727 3,605,579

3.2.11.8 Found structures

3.2.11.8.1 Cycles

Number of cycles found: 1

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-04-11-wijt4R--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.11.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-04-11-wijt4R--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.12 SIM10-25-04-11-wijt4R–DV

3.2.12.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
400 0.93 smallWorld 10 1 30 2

3.2.12.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
810 365,768 810 810 2,401 370,599

3.2.12.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
401 1,620 810 2,831

3.2.12.4 distribution of similarityEdgesByWeight

3.2.12.5 Degree distribution of item->similarity->item edges

3.2.12.6 Degree distribution of agent->knows->agent edges

3.2.12.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
knowsAgent 2,401 3,268 1.36109954185756 No
addItemToWork 1,620 10,043 6.19938271604938 No
ownsWork 810 4,946 6.10617283950617 No
init 403 23,193 57.5508684863524 No
searchAndConnect 401 3,434,540 8564.93765586035 Yes
individualCycleSearch 97 2 0.0206185567010309 Yes
getWorks 95 5,502 57.9157894736842 No
cycleSearch 94 13,016 138.468085106383 Yes
Total 696 3,461,349

3.2.12.8 Found structures

3.2.12.8.1 Cycles

Number of cycles found: 52

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-04-11-wijt4R--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.12.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-04-11-wijt4R--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.13 SIM10-25-06-21-YTWuo2–CV

3.2.13.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
400 0.93 random 10 1 30 1

3.2.13.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
410 92,808 410 410 400 94,438

3.2.13.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
401 820 410 1,631

3.2.13.4 distribution of similarityEdgesByWeight

3.2.13.5 Degree distribution of item->similarity->item edges

3.2.13.6 Degree distribution of agent->knows->agent edges

3.2.13.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
connectIfSimilar 335,790 1,147,863 3.4183954257125 No
existsSimilarity 335,790 1,140,319 3.39592900324608 No
similarityEdges 335,790 1,115,034 3.3206289645314 No
connectAllSimilar 820 1,151,419 1404.16951219512 Yes
init 403 21,294 52.8387096774194 No
connect 159 305 1.91823899371069 Yes
Total 987 1,152,917

3.2.13.8 Found structures

3.2.13.8.1 Cycles

Number of cycles found: 1

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-06-21-YTWuo2--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.13.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-06-21-YTWuo2--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.14 SIM10-25-06-21-YTWuo2–DV

3.2.14.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
400 0.93 random 10 1 30 1

3.2.14.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
410 92,487 410 410 400 94,117

3.2.14.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
401 820 410 1,631

3.2.14.4 distribution of similarityEdgesByWeight

3.2.14.5 Degree distribution of item->similarity->item edges

3.2.14.6 Degree distribution of agent->knows->agent edges

3.2.14.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
1 addItemToWork 820 5,691 6.94024390243902 No
2 ownsWork 410 2,791 6.80731707317073 No
3 init 403 21,223 52.6625310173697 No
4 searchAndConnect 401 660,595 1647.36907730673 Yes
5 knowsAgent 400 691 1.7275 No
7 cycleSearch 19 8,129 427.842105263158 Yes
8 getWorks 19 2,549 134.157894736842 No
9 individualCycleSearch 19 1 0.0526315789473684 Yes
11 Total 477 679,455

3.2.14.8 Found structures

3.2.14.8.1 Cycles

Number of cycles found: 15

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-06-21-YTWuo2--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.14.8.2 Paths

Number of paths found: 4

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-06-21-YTWuo2--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.15 SIM10-25-06-41-Zydbq3–CV

3.2.15.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
400 0.93 smallWorld 10 1 30 1

3.2.15.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
410 94,534 410 410 2,401 98,165

3.2.15.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
401 820 410 1,631

3.2.15.4 distribution of similarityEdgesByWeight

3.2.15.5 Degree distribution of item->similarity->item edges

3.2.15.6 Degree distribution of agent->knows->agent edges

3.2.15.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
connectIfSimilar 335,790 1,143,664 3.40589058637839 No
existsSimilarity 335,790 1,136,190 3.38363262753507 No
similarityEdges 335,790 1,110,685 3.30767741743351 No
connectAllSimilar 820 1,147,074 1398.87073170732 Yes
init 403 21,934 54.4267990074442 No
connect 164 303 1.84756097560976 Yes
Total 992 1,148,544

3.2.15.8 Found structures

3.2.15.8.1 Cycles

Number of cycles found: 1

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-06-41-Zydbq3--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.15.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-06-41-Zydbq3--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.16 SIM10-25-06-41-Zydbq3–DV

3.2.16.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
400 0.93 smallWorld 10 1 30 1

3.2.16.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
410 94,205 410 410 2,401 97,836

3.2.16.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
401 820 410 1,631

3.2.16.4 distribution of similarityEdgesByWeight

3.2.16.5 Degree distribution of item->similarity->item edges

3.2.16.6 Degree distribution of agent->knows->agent edges

3.2.16.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
1 knowsAgent 2,401 3,185 1.3265306122449 No
2 addItemToWork 820 7,331 8.94024390243902 No
3 ownsWork 410 4,014 9.79024390243903 No
4 init 403 21,913 54.3746898263027 No
5 searchAndConnect 401 797,290 1988.25436408978 Yes
7 cycleSearch 23 7,848 341.217391304348 Yes
8 getWorks 23 3,778 164.260869565217 No
9 individualCycleSearch 23 1 0.0434782608695652 Yes
11 Total 493 814,575

3.2.16.8 Found structures

3.2.16.8.1 Cycles

Number of cycles found: 20

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-06-41-Zydbq3--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.16.8.2 Paths

Number of paths found: 3

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-06-41-Zydbq3--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.17 SIM10-25-02-03-9kaRrQ–CV

3.2.17.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
400 0.93 random 10 1 5 1

3.2.17.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
410 90,230 410 410 400 91,860

3.2.17.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
401 820 410 1,631

3.2.17.4 distribution of similarityEdgesByWeight

3.2.17.5 Degree distribution of item->similarity->item edges

3.2.17.6 Degree distribution of agent->knows->agent edges

3.2.17.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
connectIfSimilar 335,790 1,021,107 3.04090949700706 No
existsSimilarity 335,790 936,863 2.79002650466065 No
similarityEdges 335,790 915,209 2.72553977188124 No
connect 40,638 75,995 1.87004773856981 Yes
connectAllSimilar 820 1,025,369 1250.45 Yes
init 403 19,982 49.5831265508685 No
Total 41,466 1,102,563

3.2.17.8 Found structures

3.2.17.8.1 Cycles

Number of cycles found: 1

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-02-03-9kaRrQ--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.17.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-02-03-9kaRrQ--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.18 SIM10-25-02-03-9kaRrQ–DV

3.2.18.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
400 0.93 random 10 1 5 1

3.2.18.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
410 8,954 410 410 400 10,584

3.2.18.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
401 820 410 1,631

3.2.18.4 distribution of similarityEdgesByWeight

3.2.18.5 Degree distribution of item->similarity->item edges

3.2.18.6 Degree distribution of agent->knows->agent edges

3.2.18.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
2 cycleSearch 3,600 20,440 5.67777777777778 Yes
3 getWorks 3,600 24,745 6.87361111111111 No
4 individualCycleSearch 3,600 125 0.0347222222222222 Yes
6 addItemToWork 820 5,105 6.22560975609756 No
7 ownsWork 410 2,508 6.11707317073171 No
8 init 403 20,128 49.9454094292804 No
9 searchAndConnect 401 64,249 160.221945137157 Yes
10 knowsAgent 400 709 1.7725 No
1 Total 14,801 108,244

3.2.18.8 Found structures

3.2.18.8.1 Cycles

Number of cycles found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-02-03-9kaRrQ--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.18.8.2 Paths

Number of paths found: 3600

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-02-03-9kaRrQ--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.19 SIM10-25-03-21-tVSqbn–CV

3.2.19.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
400 0.93 smallWorld 10 1 5 1

3.2.19.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
410 94,108 410 410 2,401 97,739

3.2.19.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
401 820 410 1,631

3.2.19.4 distribution of similarityEdgesByWeight

3.2.19.5 Degree distribution of item->similarity->item edges

3.2.19.6 Degree distribution of agent->knows->agent edges

3.2.19.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
connectIfSimilar 335,790 1,145,530 3.41144763095983 No
existsSimilarity 335,790 1,136,052 3.38322165639239 No
similarityEdges 335,790 1,109,293 3.30353196938563 No
connect 1,292 2,375 1.83823529411765 Yes
connectAllSimilar 820 1,149,040 1401.26829268293 Yes
init 403 20,194 50.1091811414392 No
Total 2,120 1,152,585

3.2.19.8 Found structures

3.2.19.8.1 Cycles

Number of cycles found: 1

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-03-21-tVSqbn--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.19.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-03-21-tVSqbn--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.20 SIM10-25-03-21-tVSqbn–DV

3.2.20.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
400 0.93 smallWorld 10 1 5 1

3.2.20.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
410 91,524 410 410 2,401 95,155

3.2.20.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
401 820 410 1,631

3.2.20.4 distribution of similarityEdgesByWeight

3.2.20.5 Degree distribution of item->similarity->item edges

3.2.20.6 Degree distribution of agent->knows->agent edges

3.2.20.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
2 cycleSearch 3,600 23,527 6.53527777777778 Yes
3 getWorks 3,600 26,863 7.46194444444444 No
4 individualCycleSearch 3,600 130 0.0361111111111111 Yes
6 knowsAgent 2,401 3,189 1.32819658475635 No
7 addItemToWork 820 5,454 6.65121951219512 No
8 ownsWork 410 2,785 6.79268292682927 No
9 init 403 20,226 50.1885856079404 No
10 searchAndConnect 401 770,635 1921.78304239401 Yes
1 Total 14,801 820,834

3.2.20.8 Found structures

3.2.20.8.1 Cycles

Number of cycles found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-03-21-tVSqbn--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.20.8.2 Paths

Number of paths found: 3600

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-03-21-tVSqbn--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.21 SIM10-25-07-02-r8EGfT–CV

3.2.21.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
400 0.93 random 10 1 5 2

3.2.21.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
810 245,170 810 810 400 248,000

3.2.21.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
401 1,620 810 2,831

3.2.21.4 distribution of similarityEdgesByWeight

3.2.21.5 Degree distribution of item->similarity->item edges

3.2.21.6 Degree distribution of agent->knows->agent edges

3.2.21.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
1 connectIfSimilar 836,565 3,590,600 4.29207533186304 No
2 existsSimilarity 836,565 3,367,542 4.02543974467017 No
3 similarityEdges 836,565 3,292,923 3.93624285022682 No
4 connect 102,116 201,352 1.9717967801324 Yes
6 cycleSearch 3,600 135,273 37.5758333333333 Yes
7 getWorks 3,600 28,557 7.9325 Yes
8 individualCycleSearch 3,600 134 0.0372222222222222 Yes
10 connectAllSimilar 645 3,601,592 5583.86356589147 Yes
11 Total 120,761 4,341,637

3.2.21.8 Found structures

3.2.21.8.1 Cycles

Number of cycles found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-07-02-r8EGfT--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.21.8.2 Paths

Number of paths found: 3600

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-07-02-r8EGfT--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.22 SIM10-25-07-02-r8EGfT–DV

3.2.22.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
400 0.93 random 10 1 5 2

3.2.22.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
810 40,938 810 810 400 43,768

3.2.22.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
401 1,620 810 2,831

3.2.22.4 distribution of similarityEdgesByWeight

3.2.22.5 Degree distribution of item->similarity->item edges

3.2.22.6 Degree distribution of agent->knows->agent edges

3.2.22.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
2 cycleSearch 3,600 22,619 6.28305555555556 Yes
3 getWorks 3,600 28,301 7.86138888888889 No
4 individualCycleSearch 3,600 149 0.0413888888888889 Yes
6 addItemToWork 1,620 10,159 6.27098765432099 No
7 ownsWork 810 5,363 6.62098765432099 No
8 init 403 22,622 56.1339950372208 No
9 searchAndConnect 401 210,468 524.857855361596 Yes
10 knowsAgent 400 694 1.735 No
1 Total 14,801 258,936

3.2.22.8 Found structures

3.2.22.8.1 Cycles

Number of cycles found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-07-02-r8EGfT--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.22.8.2 Paths

Number of paths found: 3600

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-07-02-r8EGfT--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.23 SIM10-25-10-02-8qwD7P–CV

3.2.23.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
400 0.93 smallWorld 10 1 5 2

3.2.23.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
810 360,352 810 810 2,401 365,183

3.2.23.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
401 1,620 810 2,831

3.2.23.4 distribution of similarityEdgesByWeight

3.2.23.5 Degree distribution of item->similarity->item edges

3.2.23.6 Degree distribution of agent->knows->agent edges

3.2.23.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
connectIfSimilar 662,160 3,596,371 5.43127189803069 No
existsSimilarity 662,160 3,574,391 5.39807750392654 No
similarityEdges 662,160 3,493,645 5.27613416696871 No
connect 2,995 6,029 2.01302170283806 Yes
connectAllSimilar 480 3,603,693 7507.69375 Yes
init 403 27,889 69.2034739454094 No
cycleSearch 52 1,598 30.7307692307692 Yes
getWorks 52 297 5.71153846153846 Yes
searchAndConnect 10 81,751 8175.1 Yes
Total 3,594 3,695,240

3.2.23.8 Found structures

3.2.23.8.1 Cycles

Number of cycles found: 1

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-10-02-8qwD7P--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.23.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-10-02-8qwD7P--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.24 SIM10-25-10-02-8qwD7P–DV

3.2.24.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
400 0.93 smallWorld 10 1 5 2

3.2.24.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
810 354,362 810 810 2,401 359,193

3.2.24.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
401 1,620 810 2,831

3.2.24.4 distribution of similarityEdgesByWeight

3.2.24.5 Degree distribution of item->similarity->item edges

3.2.24.6 Degree distribution of agent->knows->agent edges

3.2.24.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
knowsAgent 2,401 3,515 1.46397334443982 No
addItemToWork 1,620 12,204 7.53333333333333 No
ownsWork 810 6,330 7.81481481481481 No
init 403 26,403 65.5161290322581 No
searchAndConnect 391 2,794,493 7147.04092071611 Yes
individualCycleSearch 59 1 0.0169491525423729 Yes
getWorksItems 18 66 3.66666666666667 Yes
cycleSearch 8 31,912 3989 Yes
getWorks 8 5,889 736.125 No
Total 481 2,834,640

3.2.24.8 Found structures

3.2.24.8.1 Cycles

Number of cycles found: 3

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-10-02-8qwD7P--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.24.8.2 Paths

Number of paths found: 1

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-10-02-8qwD7P--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.25 SIM10-25-06-56-hDpTNr–CV

3.2.25.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
400 0.93 random 20 1 10 1

3.2.25.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
420 98,496 420 420 400 100,156

3.2.25.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
401 840 420 1,661

3.2.25.4 distribution of similarityEdgesByWeight

3.2.25.5 Degree distribution of item->similarity->item edges

3.2.25.6 Degree distribution of agent->knows->agent edges

3.2.25.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
connectIfSimilar 352,380 1,214,164 3.4456098529996 No
existsSimilarity 352,380 1,166,468 3.31025597366479 No
similarityEdges 352,380 1,142,015 3.24086213746524 No
connect 19,907 39,624 1.99045561862661 Yes
connectAllSimilar 840 1,218,169 1450.20119047619 Yes
init 403 24,092 59.7816377171216 No
Total 20,755 1,259,218

3.2.25.8 Found structures

3.2.25.8.1 Cycles

Number of cycles found: 1

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-06-56-hDpTNr--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.25.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-06-56-hDpTNr--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.26 SIM10-25-06-56-hDpTNr–DV

3.2.26.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
400 0.93 random 20 1 10 1

3.2.26.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
420 58,682 420 420 400 60,342

3.2.26.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
401 840 420 1,661

3.2.26.4 distribution of similarityEdgesByWeight

3.2.26.5 Degree distribution of item->similarity->item edges

3.2.26.6 Degree distribution of agent->knows->agent edges

3.2.26.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
2 cycleSearch 3,600 24,934 6.92611111111111 Yes
3 getWorks 3,600 32,974 9.15944444444444 No
4 individualCycleSearch 3,600 125 0.0347222222222222 Yes
6 addItemToWork 840 6,092 7.25238095238095 No
7 ownsWork 420 3,223 7.67380952380952 No
8 init 403 24,922 61.8411910669975 No
9 searchAndConnect 401 392,180 978.004987531172 Yes
10 knowsAgent 400 844 2.11 No
1 Total 14,801 445,264

3.2.26.8 Found structures

3.2.26.8.1 Cycles

Number of cycles found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-06-56-hDpTNr--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.26.8.2 Paths

Number of paths found: 3600

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-06-56-hDpTNr--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.27 SIM10-25-08-17-eQjrm4–CV

3.2.27.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
400 0.93 smallWorld 20 1 10 1

3.2.27.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
420 98,612 420 420 2,401 102,273

3.2.27.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
401 840 420 1,661

3.2.27.4 distribution of similarityEdgesByWeight

3.2.27.5 Degree distribution of item->similarity->item edges

3.2.27.6 Degree distribution of agent->knows->agent edges

3.2.27.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
connectIfSimilar 352,380 1,280,477 3.63379590215109 No
existsSimilarity 352,380 1,272,579 3.61138259833135 No
similarityEdges 352,380 1,245,530 3.53462171519383 No
connectAllSimilar 840 1,284,113 1528.70595238095 Yes
init 403 24,473 60.727047146402 No
connect 174 358 2.05747126436782 Yes
Total 1,022 1,285,807

3.2.27.8 Found structures

3.2.27.8.1 Cycles

Number of cycles found: 1

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-08-17-eQjrm4--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.27.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-08-17-eQjrm4--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.28 SIM10-25-08-17-eQjrm4–DV

3.2.28.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
400 0.93 smallWorld 20 1 10 1

3.2.28.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
420 98,264 420 420 2,401 101,925

3.2.28.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
401 840 420 1,661

3.2.28.4 distribution of similarityEdgesByWeight

3.2.28.5 Degree distribution of item->similarity->item edges

3.2.28.6 Degree distribution of agent->knows->agent edges

3.2.28.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
knowsAgent 2,401 3,641 1.5164514785506 No
addItemToWork 840 6,021 7.16785714285714 No
ownsWork 420 2,625 6.25 No
init 403 24,787 61.5062034739454 No
searchAndConnect 401 831,211 2072.84538653367 Yes
getWorksItems 38 90 2.36842105263158 Yes
cycleSearch 28 13,276 474.142857142857 Yes
getWorks 28 4,046 144.5 No
individualCycleSearch 28 1 0.0357142857142857 Yes
Total 513 856,941

3.2.28.8 Found structures

3.2.28.8.1 Cycles

Number of cycles found: 13

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-08-17-eQjrm4--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.28.8.2 Paths

Number of paths found: 5

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-08-17-eQjrm4--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.29 SIM10-26-03-27-6Wc7Nt–CV

3.2.29.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
400 0.93 random 20 1 10 2

3.2.29.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
820 299,372 820 820 400 302,232

3.2.29.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
401 1,640 820 2,861

3.2.29.4 distribution of similarityEdgesByWeight

3.2.29.5 Degree distribution of item->similarity->item edges

3.2.29.6 Degree distribution of agent->knows->agent edges

3.2.29.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
1 connectIfSimilar 678,699 3,596,064 5.29846662511658 No
2 existsSimilarity 678,699 3,494,743 5.14917953319513 No
3 similarityEdges 678,699 3,422,266 5.04239139883807 No
4 connect 38,331 84,263 2.19829902689729 Yes
6 cycleSearch 3,600 24,051 6.68083333333333 Yes
7 getWorks 3,600 34,968 9.71333333333333 Yes
8 individualCycleSearch 3,600 108 0.03 Yes
10 connectAllSimilar 486 3,604,125 7415.8950617284 Yes
11 Total 56,817 3,769,877

3.2.29.8 Found structures

3.2.29.8.1 Cycles

Number of cycles found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-26-03-27-6Wc7Nt--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.29.8.2 Paths

Number of paths found: 3600

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-26-03-27-6Wc7Nt--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.30 SIM10-26-03-27-6Wc7Nt–DV

3.2.30.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
400 0.93 random 20 1 10 2

3.2.30.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
820 222,710 820 820 400 225,570

3.2.30.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
401 1,640 820 2,861

3.2.30.4 distribution of similarityEdgesByWeight

3.2.30.5 Degree distribution of item->similarity->item edges

3.2.30.6 Degree distribution of agent->knows->agent edges

3.2.30.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
2 cycleSearch 3,600 44,584 12.3844444444444 Yes
3 getWorks 3,600 41,135 11.4263888888889 No
4 individualCycleSearch 3,600 101 0.0280555555555556 Yes
6 addItemToWork 1,640 12,126 7.39390243902439 No
7 ownsWork 820 6,639 8.09634146341463 No
8 init 403 26,885 66.712158808933 No
9 searchAndConnect 401 1,505,275 3753.8029925187 Yes
10 knowsAgent 400 726 1.815 No
1 Total 14,801 1,591,988

3.2.30.8 Found structures

3.2.30.8.1 Cycles

Number of cycles found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-26-03-27-6Wc7Nt--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.30.8.2 Paths

Number of paths found: 3600

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-26-03-27-6Wc7Nt--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.31 SIM10-26-06-28-BkFtI3–CV

3.2.31.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
400 0.93 smallWorld 20 1 10 2

3.2.31.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
820 372,182 820 820 2,401 377,043

3.2.31.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
401 1,640 820 2,861

3.2.31.4 distribution of similarityEdgesByWeight

3.2.31.5 Degree distribution of item->similarity->item edges

3.2.31.6 Degree distribution of agent->knows->agent edges

3.2.31.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
connectIfSimilar 629,370 3,595,652 5.71309722420833 No
existsSimilarity 629,370 3,579,413 5.68729523173968 No
similarityEdges 629,370 3,502,576 5.56520965409854 No
connectAllSimilar 444 3,602,397 8113.50675675676 Yes
init 403 27,111 67.272952853598 No
connect 279 670 2.40143369175627 Yes
cycleSearch 49 2,068 42.2040816326531 Yes
getWorks 48 208 4.33333333333333 Yes
Total 826 3,608,697

3.2.31.8 Found structures

3.2.31.8.1 Cycles

Number of cycles found: 1

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-26-06-28-BkFtI3--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.31.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-26-06-28-BkFtI3--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.32 SIM10-26-06-28-BkFtI3–DV

3.2.32.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
400 0.93 smallWorld 20 1 10 2

3.2.32.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
820 371,624 820 820 2,401 376,485

3.2.32.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
401 1,640 820 2,861

3.2.32.4 distribution of similarityEdgesByWeight

3.2.32.5 Degree distribution of item->similarity->item edges

3.2.32.6 Degree distribution of agent->knows->agent edges

3.2.32.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
knowsAgent 2,401 3,490 1.45356101624323 No
addItemToWork 1,640 11,523 7.02621951219512 No
ownsWork 820 6,344 7.73658536585366 No
init 403 26,830 66.575682382134 No
searchAndConnect 401 3,194,340 7965.93516209476 Yes
individualCycleSearch 106 3 0.0283018867924528 Yes
getWorks 59 20,097 340.627118644068 No
cycleSearch 58 51,042 880.034482758621 Yes
getWorksItems 38 117 3.07894736842105 Yes
Total 637 3,290,665

3.2.32.8 Found structures

3.2.32.8.1 Cycles

Number of cycles found: 28

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-26-06-28-BkFtI3--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.32.8.2 Paths

Number of paths found: 6

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-26-06-28-BkFtI3--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.33 SIM10-25-08-40-Xpf4zf–CV

3.2.33.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
400 0.93 random 20 1 30 1

3.2.33.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
420 98,118 420 420 400 99,778

3.2.33.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
401 840 420 1,661

3.2.33.4 distribution of similarityEdgesByWeight

3.2.33.5 Degree distribution of item->similarity->item edges

3.2.33.6 Degree distribution of agent->knows->agent edges

3.2.33.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
connectIfSimilar 352,380 1,255,407 3.56265111527328 No
existsSimilarity 352,380 1,247,426 3.54000227027641 No
similarityEdges 352,380 1,220,030 3.46225665474772 No
connectAllSimilar 840 1,259,063 1498.88452380952 Yes
init 403 25,343 62.8858560794045 No
connect 172 349 2.02906976744186 Yes
Total 1,020 1,260,946

3.2.33.8 Found structures

3.2.33.8.1 Cycles

Number of cycles found: 1

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-08-40-Xpf4zf--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.33.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-08-40-Xpf4zf--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.34 SIM10-25-08-40-Xpf4zf–DV

3.2.34.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
400 0.93 random 20 1 30 1

3.2.34.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
420 97,774 420 420 400 99,434

3.2.34.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
401 840 420 1,661

3.2.34.4 distribution of similarityEdgesByWeight

3.2.34.5 Degree distribution of item->similarity->item edges

3.2.34.6 Degree distribution of agent->knows->agent edges

3.2.34.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
addItemToWork 840 5,906 7.03095238095238 No
ownsWork 420 2,920 6.95238095238095 No
init 403 25,339 62.8759305210918 No
searchAndConnect 401 717,287 1788.74563591022 Yes
knowsAgent 400 743 1.8575 No
getWorksItems 38 67 1.76315789473684 Yes
cycleSearch 21 10,135 482.619047619048 Yes
getWorks 21 2,261 107.666666666667 No
individualCycleSearch 21 0 0 Yes
Total 494 737,734

3.2.34.8 Found structures

3.2.34.8.1 Cycles

Number of cycles found: 10

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-08-40-Xpf4zf--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.34.8.2 Paths

Number of paths found: 3

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-08-40-Xpf4zf--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.35 SIM10-25-09-02-YK8b4y–CV

3.2.35.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
400 0.93 smallWorld 20 1 30 1

3.2.35.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
420 99,166 420 420 2,401 102,827

3.2.35.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
401 840 420 1,661

3.2.35.4 distribution of similarityEdgesByWeight

3.2.35.5 Degree distribution of item->similarity->item edges

3.2.35.6 Degree distribution of agent->knows->agent edges

3.2.35.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
connectIfSimilar 352,380 1,282,132 3.63849253646631 No
existsSimilarity 352,380 1,274,330 3.61635166581531 No
similarityEdges 352,380 1,246,729 3.53802429195755 No
connectAllSimilar 840 1,285,783 1530.69404761905 Yes
init 403 25,478 63.2208436724566 No
connect 175 355 2.02857142857143 Yes
Total 1,023 1,287,561

3.2.35.8 Found structures

3.2.35.8.1 Cycles

Number of cycles found: 1

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-09-02-YK8b4y--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.35.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-09-02-YK8b4y--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.36 SIM10-25-09-02-YK8b4y–DV

3.2.36.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
400 0.93 smallWorld 20 1 30 1

3.2.36.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
420 98,816 420 420 2,401 102,477

3.2.36.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
401 840 420 1,661

3.2.36.4 distribution of similarityEdgesByWeight

3.2.36.5 Degree distribution of item->similarity->item edges

3.2.36.6 Degree distribution of agent->knows->agent edges

3.2.36.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
knowsAgent 2,401 3,432 1.42940441482716 No
addItemToWork 840 5,292 6.3 No
ownsWork 420 3,377 8.04047619047619 No
init 403 25,923 64.3250620347395 No
searchAndConnect 401 813,723 2029.23441396509 Yes
getWorksItems 38 75 1.97368421052632 Yes
cycleSearch 28 13,394 478.357142857143 Yes
getWorks 28 4,377 156.321428571429 No
individualCycleSearch 28 0 0 Yes
Total 512 839,469

3.2.36.8 Found structures

3.2.36.8.1 Cycles

Number of cycles found: 12

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-09-02-YK8b4y--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.36.8.2 Paths

Number of paths found: 5

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-09-02-YK8b4y--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.37 SIM10-26-07-31-Gs8EZJ–CV

3.2.37.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
400 0.93 random 20 1 30 2

3.2.37.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
820 376,054 820 820 400 378,914

3.2.37.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
401 1,640 820 2,861

3.2.37.4 distribution of similarityEdgesByWeight

3.2.37.5 Degree distribution of item->similarity->item edges

3.2.37.6 Degree distribution of agent->knows->agent edges

3.2.37.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
connectIfSimilar 614,952 3,595,710 5.84713928892011 No
existsSimilarity 614,952 3,580,046 5.82166738216967 No
similarityEdges 614,952 3,502,839 5.69611774577528 No
connectAllSimilar 432 3,602,633 8339.42824074074 Yes
init 403 27,739 68.8312655086849 No
connect 276 594 2.15217391304348 Yes
cycleSearch 48 2,114 44.0416666666667 Yes
getWorks 47 145 3.08510638297872 Yes
Total 809 3,608,845

3.2.37.8 Found structures

3.2.37.8.1 Cycles

Number of cycles found: 1

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-26-07-31-Gs8EZJ--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.37.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-26-07-31-Gs8EZJ--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.38 SIM10-26-07-31-Gs8EZJ–DV

3.2.38.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
400 0.93 random 20 1 30 2

3.2.38.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
820 375,502 820 820 400 378,362

3.2.38.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
401 1,640 820 2,861

3.2.38.4 distribution of similarityEdgesByWeight

3.2.38.5 Degree distribution of item->similarity->item edges

3.2.38.6 Degree distribution of agent->knows->agent edges

3.2.38.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
addItemToWork 1,640 13,702 8.35487804878049 No
ownsWork 820 7,060 8.60975609756098 No
init 403 27,706 68.7493796526055 No
searchAndConnect 401 3,514,949 8765.45885286783 Yes
knowsAgent 400 880 2.2 No
individualCycleSearch 101 1 0.0099009900990099 Yes
getWorks 55 6,270 114 No
cycleSearch 54 9,982 184.851851851852 Yes
getWorksItems 38 70 1.84210526315789 Yes
Total 623 3,531,341

3.2.38.8 Found structures

3.2.38.8.1 Cycles

Number of cycles found: 29

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-26-07-31-Gs8EZJ--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.38.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-26-07-31-Gs8EZJ--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.39 SIM10-26-08-34-oe73u6–CV

3.2.39.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
400 0.93 smallWorld 20 1 30 2

3.2.39.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
820 374,032 820 820 2,401 378,893

3.2.39.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
401 1,640 820 2,861

3.2.39.4 distribution of similarityEdgesByWeight

3.2.39.5 Degree distribution of item->similarity->item edges

3.2.39.6 Degree distribution of agent->knows->agent edges

3.2.39.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
connectIfSimilar 623,380 3,596,207 5.76888414771087 No
existsSimilarity 623,380 3,580,284 5.74334114023549 No
similarityEdges 623,380 3,503,919 5.62083961628541 No
connectAllSimilar 439 3,603,101 8207.51936218679 Yes
init 402 20,916 52.0298507462687 No
connect 253 577 2.28063241106719 Yes
cycleSearch 53 2,348 44.3018867924528 Yes
getWorks 52 112 2.15384615384615 Yes
Total 803 3,609,569

3.2.39.8 Found structures

3.2.39.8.1 Cycles

Number of cycles found: 1

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-26-08-34-oe73u6--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.39.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-26-08-34-oe73u6--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.40 SIM10-26-08-34-oe73u6–DV

3.2.40.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
400 0.93 smallWorld 20 1 30 2

3.2.40.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
820 373,513 820 820 2,401 378,374

3.2.40.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
401 1,640 820 2,861

3.2.40.4 distribution of similarityEdgesByWeight

3.2.40.5 Degree distribution of item->similarity->item edges

3.2.40.6 Degree distribution of agent->knows->agent edges

3.2.40.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
knowsAgent 2,401 3,715 1.54727197001249 No
addItemToWork 1,640 12,686 7.73536585365854 No
ownsWork 820 6,638 8.09512195121951 No
init 403 28,157 69.8684863523573 No
searchAndConnect 401 3,536,247 8818.5710723192 Yes
individualCycleSearch 101 2 0.0198019801980198 Yes
getWorks 50 9,705 194.1 No
cycleSearch 49 22,079 450.591836734694 Yes
getWorksItems 38 78 2.05263157894737 Yes
Total 616 3,580,147

3.2.40.8 Found structures

3.2.40.8.1 Cycles

Number of cycles found: 26

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-26-08-34-oe73u6--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.40.8.2 Paths

Number of paths found: 1

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-26-08-34-oe73u6--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.41 SIM10-25-05-14-bkncnc–CV

3.2.41.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
400 0.93 random 20 1 5 1

3.2.41.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
420 96,158 420 420 400 97,818

3.2.41.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
401 840 420 1,661

3.2.41.4 distribution of similarityEdgesByWeight

3.2.41.5 Degree distribution of item->similarity->item edges

3.2.41.6 Degree distribution of agent->knows->agent edges

3.2.41.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
connectIfSimilar 352,380 1,148,152 3.25827799534593 No
existsSimilarity 352,380 1,058,370 3.00349054997446 No
similarityEdges 352,380 1,035,953 2.93987456722856 No
connect 40,513 81,076 2.00123417174734 Yes
connectAllSimilar 840 1,152,635 1372.18452380952 Yes
init 403 24,031 59.6302729528536 No
Total 41,361 1,234,969

3.2.41.8 Found structures

3.2.41.8.1 Cycles

Number of cycles found: 1

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-05-14-bkncnc--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.41.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-05-14-bkncnc--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.42 SIM10-25-05-14-bkncnc–DV

3.2.42.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
400 0.93 random 20 1 5 1

3.2.42.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
420 15,132 420 420 400 16,792

3.2.42.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
401 840 420 1,661

3.2.42.4 distribution of similarityEdgesByWeight

3.2.42.5 Degree distribution of item->similarity->item edges

3.2.42.6 Degree distribution of agent->knows->agent edges

3.2.42.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
2 cycleSearch 3,600 20,598 5.72166666666667 Yes
3 getWorks 3,600 30,742 8.53944444444445 No
4 individualCycleSearch 3,600 151 0.0419444444444444 Yes
6 addItemToWork 840 6,137 7.30595238095238 No
7 ownsWork 420 3,322 7.90952380952381 No
8 init 403 24,554 60.9280397022332 No
9 searchAndConnect 401 99,439 247.977556109726 Yes
10 knowsAgent 400 681 1.7025 No
1 Total 14,801 144,216

3.2.42.8 Found structures

3.2.42.8.1 Cycles

Number of cycles found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-05-14-bkncnc--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.42.8.2 Paths

Number of paths found: 3600

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-05-14-bkncnc--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.43 SIM10-25-06-34-weRyP2–CV

3.2.43.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
400 0.93 smallWorld 20 1 5 1

3.2.43.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
420 98,890 420 420 2,401 102,551

3.2.43.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
401 840 420 1,661

3.2.43.4 distribution of similarityEdgesByWeight

3.2.43.5 Degree distribution of item->similarity->item edges

3.2.43.6 Degree distribution of agent->knows->agent edges

3.2.43.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
connectIfSimilar 352,380 1,262,260 3.58209887053749 No
existsSimilarity 352,380 1,251,450 3.55142176059935 No
similarityEdges 352,380 1,224,291 3.47434871445599 No
connect 1,492 3,223 2.16018766756032 Yes
connectAllSimilar 840 1,265,943 1507.075 Yes
init 403 24,713 61.3225806451613 No
Total 2,340 1,270,555

3.2.43.8 Found structures

3.2.43.8.1 Cycles

Number of cycles found: 1

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-06-34-weRyP2--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.43.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-06-34-weRyP2--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.44 SIM10-25-06-34-weRyP2–DV

3.2.44.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
400 0.93 smallWorld 20 1 5 1

3.2.44.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
420 95,906 420 420 2,401 99,567

3.2.44.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
401 840 420 1,661

3.2.44.4 distribution of similarityEdgesByWeight

3.2.44.5 Degree distribution of item->similarity->item edges

3.2.44.6 Degree distribution of agent->knows->agent edges

3.2.44.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
knowsAgent 2,401 3,375 1.40566430653894 No
addItemToWork 840 5,328 6.34285714285714 No
ownsWork 420 2,987 7.11190476190476 No
init 403 24,524 60.8535980148883 No
searchAndConnect 401 764,617 1906.77556109726 Yes
getWorksItems 38 57 1.5 Yes
cycleSearch 25 10,190 407.6 Yes
getWorks 25 2,239 89.56 No
individualCycleSearch 25 2 0.08 Yes
Total 504 784,524

3.2.44.8 Found structures

3.2.44.8.1 Cycles

Number of cycles found: 10

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-06-34-weRyP2--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.44.8.2 Paths

Number of paths found: 5

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-06-34-weRyP2--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.45 SIM10-25-09-25-95yjwK–CV

3.2.45.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
400 0.93 random 20 1 5 2

3.2.45.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
820 236,588 820 820 400 239,448

3.2.45.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
401 1,640 820 2,861

3.2.45.4 distribution of similarityEdgesByWeight

3.2.45.5 Degree distribution of item->similarity->item edges

3.2.45.6 Degree distribution of agent->knows->agent edges

3.2.45.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
1 connectIfSimilar 802,660 3,593,830 4.47740014451947 No
2 existsSimilarity 802,660 3,370,237 4.19883512321531 No
3 similarityEdges 802,660 3,298,931 4.10999800662796 No
4 connect 94,019 202,302 2.15171401525224 Yes
6 cycleSearch 3,600 86,720 24.0888888888889 Yes
7 getWorks 3,600 31,466 8.74055555555556 Yes
8 individualCycleSearch 3,600 96 0.0266666666666667 Yes
10 connectAllSimilar 599 3,604,236 6017.08848080134 Yes
11 Total 112,618 4,162,590

3.2.45.8 Found structures

3.2.45.8.1 Cycles

Number of cycles found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-09-25-95yjwK--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.45.8.2 Paths

Number of paths found: 3600

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-09-25-95yjwK--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.46 SIM10-25-09-25-95yjwK–DV

3.2.46.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
400 0.93 random 20 1 5 2

3.2.46.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
820 48,550 820 820 400 51,410

3.2.46.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
401 1,640 820 2,861

3.2.46.4 distribution of similarityEdgesByWeight

3.2.46.5 Degree distribution of item->similarity->item edges

3.2.46.6 Degree distribution of agent->knows->agent edges

3.2.46.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
2 cycleSearch 3,600 20,908 5.80777777777778 Yes
3 getWorks 3,600 33,760 9.37777777777778 No
4 individualCycleSearch 3,600 121 0.0336111111111111 Yes
6 addItemToWork 1,640 12,120 7.39024390243902 No
7 ownsWork 820 6,211 7.57439024390244 No
8 init 403 26,793 66.4838709677419 No
9 searchAndConnect 401 273,930 683.117206982544 Yes
10 knowsAgent 400 794 1.985 No
1 Total 14,801 319,334

3.2.46.8 Found structures

3.2.46.8.1 Cycles

Number of cycles found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-09-25-95yjwK--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.46.8.2 Paths

Number of paths found: 3600

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-09-25-95yjwK--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.47 SIM10-26-12-26-XvteW2–CV

3.2.47.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
400 0.93 smallWorld 20 1 5 2

3.2.47.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
820 371,822 820 820 2,401 376,683

3.2.47.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
401 1,640 820 2,861

3.2.47.4 distribution of similarityEdgesByWeight

3.2.47.5 Degree distribution of item->similarity->item edges

3.2.47.6 Degree distribution of agent->knows->agent edges

3.2.47.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
1 connectIfSimilar 617,365 3,597,168 5.82664712123298 No
2 existsSimilarity 617,365 3,575,109 5.79091623269865 No
3 similarityEdges 617,365 3,497,280 5.66484980522057 No
5 cycleSearch 3,600 23,318 6.47722222222222 Yes
6 getWorks 3,600 30,407 8.44638888888889 Yes
7 individualCycleSearch 3,600 116 0.0322222222222222 Yes
9 connect 2,950 6,580 2.23050847457627 Yes
10 connectAllSimilar 434 3,604,071 8304.31105990783 Yes
11 Total 21,384 3,687,058

3.2.47.8 Found structures

3.2.47.8.1 Cycles

Number of cycles found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-26-12-26-XvteW2--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.47.8.2 Paths

Number of paths found: 3600

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-26-12-26-XvteW2--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.48 SIM10-26-12-26-XvteW2–DV

3.2.48.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
400 0.93 smallWorld 20 1 5 2

3.2.48.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
820 365,922 820 820 2,401 370,783

3.2.48.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
401 1,640 820 2,861

3.2.48.4 distribution of similarityEdgesByWeight

3.2.48.5 Degree distribution of item->similarity->item edges

3.2.48.6 Degree distribution of agent->knows->agent edges

3.2.48.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
2 cycleSearch 3,600 38,770 10.7694444444444 Yes
3 getWorks 3,600 41,440 11.5111111111111 No
4 individualCycleSearch 3,600 131 0.0363888888888889 Yes
6 knowsAgent 2,401 3,475 1.44731361932528 No
7 addItemToWork 1,640 12,200 7.4390243902439 No
8 ownsWork 820 6,141 7.4890243902439 No
9 init 403 26,668 66.1736972704715 No
10 searchAndConnect 401 3,336,078 8319.39650872818 Yes
1 Total 14,801 3,411,638

3.2.48.8 Found structures

3.2.48.8.1 Cycles

Number of cycles found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-26-12-26-XvteW2--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.48.8.2 Paths

Number of paths found: 3600

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-26-12-26-XvteW2--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.49 SIM10-24-01-57-wBooCe–CV

3.2.49.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
400 0.93 smallWorld 5 1 10 1

3.2.49.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
405 90,704 405 405 2,401 94,320

3.2.49.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
401 810 405 1,616

3.2.49.4 distribution of similarityEdgesByWeight

3.2.49.5 Degree distribution of item->similarity->item edges

3.2.49.6 Degree distribution of agent->knows->agent edges

3.2.49.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
connectIfSimilar 327,645 1,068,883 3.26232049932091 No
existsSimilarity 327,645 1,061,628 3.24017763127776 No
similarityEdges 327,645 1,037,590 3.16681164064765 No
connectAllSimilar 810 1,072,270 1323.79012345679 Yes
init 403 17,171 42.6079404466501 No
connect 152 251 1.65131578947368 Yes
Total 970 1,073,664

3.2.49.8 Found structures

3.2.49.8.1 Cycles

Number of cycles found: 1

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-24-01-57-wBooCe--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.49.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-24-01-57-wBooCe--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.50 SIM10-24-01-57-wBooCe–DV

3.2.50.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
400 0.93 smallWorld 5 1 10 1

3.2.50.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
405 90,400 405 405 2,401 94,016

3.2.50.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
401 810 405 1,616

3.2.50.4 distribution of similarityEdgesByWeight

3.2.50.5 Degree distribution of item->similarity->item edges

3.2.50.6 Degree distribution of agent->knows->agent edges

3.2.50.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
1 knowsAgent 2,401 3,139 1.30737192836318 No
2 addItemToWork 810 5,907 7.29259259259259 No
3 ownsWork 405 2,880 7.11111111111111 No
4 init 403 18,041 44.7667493796526 No
5 searchAndConnect 401 826,310 2060.62344139651 Yes
7 cycleSearch 24 225 9.375 Yes
8 getWorks 24 981 40.875 No
9 individualCycleSearch 24 3 0.125 Yes
11 Total 497 827,584

3.2.50.8 Found structures

3.2.50.8.1 Cycles

Number of cycles found: 24

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-24-01-57-wBooCe--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.50.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-24-01-57-wBooCe--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.51 SIM10-24-07-55-id65pG–CV

3.2.51.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
400 0.93 random 5 1 10 2

3.2.51.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
805 311,230 805 805 400 314,045

3.2.51.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
401 1,610 805 2,816

3.2.51.4 distribution of similarityEdgesByWeight

3.2.51.5 Degree distribution of item->similarity->item edges

3.2.51.6 Degree distribution of agent->knows->agent edges

3.2.51.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
1 connectIfSimilar 728,665 3,594,733 4.93331366265705 No
2 existsSimilarity 728,665 3,523,749 4.83589715438507 No
3 similarityEdges 728,665 3,439,101 4.7197285446673 No
4 connect 29,297 53,217 1.81646584974571 Yes
6 cycleSearch 3,600 66,503 18.4730555555556 Yes
7 getWorks 3,600 23,984 6.66222222222222 Yes
8 individualCycleSearch 3,600 135 0.0375 Yes
10 connectAllSimilar 545 3,602,867 6610.76513761468 Yes
11 Total 47,842 3,929,836

3.2.51.8 Found structures

3.2.51.8.1 Cycles

Number of cycles found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-24-07-55-id65pG--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.51.8.2 Paths

Number of paths found: 3600

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-24-07-55-id65pG--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.52 SIM10-24-07-55-id65pG–DV

3.2.52.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
400 0.93 random 5 1 10 2

3.2.52.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
805 252,636 805 805 400 255,451

3.2.52.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
401 1,610 805 2,816

3.2.52.4 distribution of similarityEdgesByWeight

3.2.52.5 Degree distribution of item->similarity->item edges

3.2.52.6 Degree distribution of agent->knows->agent edges

3.2.52.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
2 cycleSearch 3,600 23,676 6.57666666666667 Yes
3 getWorks 3,600 23,391 6.4975 No
4 individualCycleSearch 3,600 131 0.0363888888888889 Yes
6 addItemToWork 1,610 12,901 8.01304347826087 No
7 ownsWork 805 6,422 7.9776397515528 No
8 init 403 19,024 47.2059553349876 No
9 searchAndConnect 401 1,825,686 4552.83291770574 Yes
10 knowsAgent 400 664 1.66 No
1 Total 14,801 1,873,593

3.2.52.8 Found structures

3.2.52.8.1 Cycles

Number of cycles found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-24-07-55-id65pG--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.52.8.2 Paths

Number of paths found: 3600

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-24-07-55-id65pG--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.53 SIM10-24-10-56-QFQZrQ–CV

3.2.53.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
400 0.93 smallWorld 5 1 10 2

3.2.53.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
805 364,908 805 805 2,401 369,724

3.2.53.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
401 1,610 805 2,816

3.2.53.4 distribution of similarityEdgesByWeight

3.2.53.5 Degree distribution of item->similarity->item edges

3.2.53.6 Degree distribution of agent->knows->agent edges

3.2.53.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
connectIfSimilar 671,959 3,598,697 5.35553062017177 No
existsSimilarity 671,959 3,582,135 5.33088328305745 No
similarityEdges 671,959 3,495,680 5.2022221593877 No
connectAllSimilar 493 3,605,860 7314.11764705882 Yes
init 403 19,135 47.4813895781638 No
connect 304 587 1.93092105263158 Yes
Total 805 3,609,569

3.2.53.8 Found structures

3.2.53.8.1 Cycles

Number of cycles found: 1

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-24-10-56-QFQZrQ--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.53.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-24-10-56-QFQZrQ--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.54 SIM10-24-10-56-QFQZrQ–DV

3.2.54.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
400 0.93 smallWorld 5 1 10 2

3.2.54.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
805 364,297 805 805 2,401 369,113

3.2.54.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
401 1,610 805 2,816

3.2.54.4 distribution of similarityEdgesByWeight

3.2.54.5 Degree distribution of item->similarity->item edges

3.2.54.6 Degree distribution of agent->knows->agent edges

3.2.54.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
knowsAgent 2,401 3,334 1.38858808829654 No
addItemToWork 1,610 14,903 9.25652173913043 No
ownsWork 805 7,692 9.55527950310559 No
init 403 18,848 46.7692307692308 No
searchAndConnect 400 3,221,112 8052.78 Yes
cycleSearch 75 21,840 291.2 Yes
getWorks 75 7,081 94.4133333333333 No
individualCycleSearch 75 0 0 Yes
Total 574 3,256,906

3.2.54.8 Found structures

3.2.54.8.1 Cycles

Number of cycles found: 12

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-24-10-56-QFQZrQ--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.54.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-24-10-56-QFQZrQ--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.55 SIM10-24-12-39-iypAGB–CV

3.2.55.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
400 0.93 random 5 1 10 1

3.2.55.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
405 92,076 405 405 400 93,691

3.2.55.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
401 810 405 1,616

3.2.55.4 distribution of similarityEdgesByWeight

3.2.55.5 Degree distribution of item->similarity->item edges

3.2.55.6 Degree distribution of agent->knows->agent edges

3.2.55.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
connectIfSimilar 327,645 1,044,488 3.18786491477056 No
existsSimilarity 327,645 1,018,255 3.10779960017702 No
similarityEdges 327,645 994,895 3.03650292237025 No
connect 11,124 19,152 1.72168284789644 Yes
connectAllSimilar 810 1,047,991 1293.81604938272 Yes
init 403 17,668 43.8411910669975 No
Total 11,942 1,068,255

3.2.55.8 Found structures

3.2.55.8.1 Cycles

Number of cycles found: 1

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-24-12-39-iypAGB--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.55.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-24-12-39-iypAGB--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.56 SIM10-24-12-39-iypAGB–DV

3.2.56.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
400 0.93 random 5 1 10 1

3.2.56.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
405 69,828 405 405 400 71,443

3.2.56.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
401 810 405 1,616

3.2.56.4 distribution of similarityEdgesByWeight

3.2.56.5 Degree distribution of item->similarity->item edges

3.2.56.6 Degree distribution of agent->knows->agent edges

3.2.56.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
2 cycleSearch 3,599 55,919 15.5373714920811 Yes
3 getWorks 3,599 23,063 6.4081689358155 No
4 individualCycleSearch 3,599 139 0.0386218393998333 Yes
6 addItemToWork 810 6,681 8.24814814814815 No
7 ownsWork 405 3,255 8.03703703703704 No
8 init 403 17,518 43.468982630273 No
9 searchAndConnect 401 473,726 1181.36159600998 Yes
10 knowsAgent 400 658 1.645 No
1 Total 14,797 718,753

3.2.56.8 Found structures

3.2.56.8.1 Cycles

Number of cycles found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-24-12-39-iypAGB--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.56.8.2 Paths

Number of paths found: 3599

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-24-12-39-iypAGB--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.57 SIM10-24-02-16-c9VmDJ–CV

3.2.57.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
400 0.93 random 5 1 30 1

3.2.57.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
405 91,478 405 405 400 93,093

3.2.57.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
401 810 405 1,616

3.2.57.4 distribution of similarityEdgesByWeight

3.2.57.5 Degree distribution of item->similarity->item edges

3.2.57.6 Degree distribution of agent->knows->agent edges

3.2.57.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
1 connectIfSimilar 327,645 1,081,811 3.30177783881945 No
2 existsSimilarity 327,645 1,074,633 3.27986998122968 No
3 similarityEdges 327,645 1,050,075 3.20491690701827 No
4 connectAllSimilar 810 1,085,180 1339.72839506173 Yes
5 init 403 23,429 58.136476426799 No
6 connect 160 274 1.7125 Yes
7 searchAndConnect 9 18,710 2078.88888888889 Yes
9 cycleSearch 4 1,000 250 Yes
10 getWorks 3 27 9 Yes
11 Total 991 1,105,966

3.2.57.8 Found structures

3.2.57.8.1 Cycles

Number of cycles found: 1

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-24-02-16-c9VmDJ--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.57.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-24-02-16-c9VmDJ--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.58 SIM10-24-02-16-c9VmDJ–DV

3.2.58.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
400 0.93 random 5 1 30 1

3.2.58.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
405 91,158 405 405 400 92,773

3.2.58.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
401 810 405 1,616

3.2.58.4 distribution of similarityEdgesByWeight

3.2.58.5 Degree distribution of item->similarity->item edges

3.2.58.6 Degree distribution of agent->knows->agent edges

3.2.58.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
addItemToWork 810 5,792 7.15061728395062 No
ownsWork 405 2,949 7.28148148148148 No
init 403 22,888 56.7940446650124 No
knowsAgent 400 653 1.6325 No
searchAndConnect 392 631,345 1610.57397959184 Yes
individualCycleSearch 9 1 0.111111111111111 Yes
getWorksItems 8 16 2 Yes
getWorks 7 5,095 727.857142857143 No
cycleSearch 6 7,060 1176.66666666667 Yes
Total 420 640,511

3.2.58.8 Found structures

3.2.58.8.1 Cycles

Number of cycles found: 3

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-24-02-16-c9VmDJ--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.58.8.2 Paths

Number of paths found: 1

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-24-02-16-c9VmDJ--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.59 SIM10-24-02-35-obJYo5–CV

3.2.59.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
400 0.93 smallWorld 5 1 30 1

3.2.59.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
405 92,124 405 405 2,401 95,740

3.2.59.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
401 810 405 1,616

3.2.59.4 distribution of similarityEdgesByWeight

3.2.59.5 Degree distribution of item->similarity->item edges

3.2.59.6 Degree distribution of agent->knows->agent edges

3.2.59.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
connectIfSimilar 327,645 1,074,596 3.27975705412871 No
existsSimilarity 327,645 1,067,319 3.25754704024173 No
similarityEdges 327,645 1,041,547 3.1788887362847 No
connectAllSimilar 810 1,077,830 1330.65432098765 Yes
init 403 18,453 45.7890818858561 No
connect 169 292 1.72781065088757 Yes
Total 987 1,079,243

3.2.59.8 Found structures

3.2.59.8.1 Cycles

Number of cycles found: 1

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-24-02-35-obJYo5--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.59.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-24-02-35-obJYo5--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.60 SIM10-24-02-35-obJYo5–DV

3.2.60.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
400 0.93 smallWorld 5 1 30 1

3.2.60.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
405 91,786 405 405 2,401 95,402

3.2.60.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
401 810 405 1,616

3.2.60.4 distribution of similarityEdgesByWeight

3.2.60.5 Degree distribution of item->similarity->item edges

3.2.60.6 Degree distribution of agent->knows->agent edges

3.2.60.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
1 knowsAgent 2,401 3,377 1.40649729279467 No
2 addItemToWork 810 5,387 6.65061728395062 No
3 ownsWork 405 2,948 7.27901234567901 No
4 init 403 18,477 45.848635235732 No
5 searchAndConnect 401 814,958 2032.31421446384 Yes
7 cycleSearch 24 2,196 91.5 Yes
8 getWorks 24 1,272 53 No
9 individualCycleSearch 24 0 0 Yes
11 Total 497 819,535

3.2.60.8 Found structures

3.2.60.8.1 Cycles

Number of cycles found: 24

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-24-02-35-obJYo5--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.60.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-24-02-35-obJYo5--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.61 SIM10-24-11-58-HEcpRA–CV

3.2.61.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
400 0.93 random 5 1 30 2

3.2.61.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
805 362,596 805 805 400 365,411

3.2.61.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
401 1,610 805 2,816

3.2.61.4 distribution of similarityEdgesByWeight

3.2.61.5 Degree distribution of item->similarity->item edges

3.2.61.6 Degree distribution of agent->knows->agent edges

3.2.61.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
connectIfSimilar 673,075 3,595,405 5.34175983359952 No
existsSimilarity 673,075 3,579,263 5.31777736507819 No
similarityEdges 673,075 3,493,016 5.18963859896743 No
connectAllSimilar 494 3,602,408 7292.32388663968 Yes
init 403 19,702 48.8883374689826 No
connect 269 476 1.76951672862454 Yes
cycleSearch 21 385 18.3333333333333 Yes
getWorks 20 69 3.45 Yes
searchAndConnect 6 54,829 9138.16666666667 Yes
Total 815 3,659,977

3.2.61.8 Found structures

3.2.61.8.1 Cycles

Number of cycles found: 1

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-24-11-58-HEcpRA--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.61.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-24-11-58-HEcpRA--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.62 SIM10-24-11-58-HEcpRA–DV

3.2.62.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
400 0.93 random 5 1 30 2

3.2.62.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
805 362,058 805 805 400 364,873

3.2.62.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
401 1,610 805 2,816

3.2.62.4 distribution of similarityEdgesByWeight

3.2.62.5 Degree distribution of item->similarity->item edges

3.2.62.6 Degree distribution of agent->knows->agent edges

3.2.62.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
addItemToWork 1,610 11,280 7.00621118012422 No
ownsWork 805 5,876 7.29937888198758 No
init 403 19,228 47.712158808933 No
knowsAgent 400 662 1.655 No
searchAndConnect 395 2,969,675 7518.16455696203 Yes
individualCycleSearch 59 1 0.0169491525423729 Yes
getWorks 40 14,271 356.775 No
cycleSearch 39 18,530 475.128205128205 Yes
getWorksItems 8 21 2.625 Yes
Total 506 2,992,017

3.2.62.8 Found structures

3.2.62.8.1 Cycles

Number of cycles found: 3

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-24-11-58-HEcpRA--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.62.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-24-11-58-HEcpRA--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.63 SIM10-25-01-01-nWzIb4–CV

3.2.63.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
400 0.93 smallWorld 5 1 30 2

3.2.63.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
805 360,188 805 805 2,401 365,004

3.2.63.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
401 1,610 805 2,816

3.2.63.4 distribution of similarityEdgesByWeight

3.2.63.5 Degree distribution of item->similarity->item edges

3.2.63.6 Degree distribution of agent->knows->agent edges

3.2.63.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
connectIfSimilar 667,485 3,598,101 5.39053461875548 No
existsSimilarity 667,485 3,581,913 5.36628238836828 No
similarityEdges 667,485 3,494,573 5.23543300598515 No
connectAllSimilar 489 3,605,134 7372.46216768916 Yes
init 403 19,967 49.545905707196 No
connect 297 578 1.94612794612795 Yes
Total 794 3,609,025

3.2.63.8 Found structures

3.2.63.8.1 Cycles

Number of cycles found: 1

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-01-01-nWzIb4--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.63.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-01-01-nWzIb4--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.64 SIM10-25-01-01-nWzIb4–DV

3.2.64.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
400 0.93 smallWorld 5 1 30 2

3.2.64.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
805 359,594 805 805 2,401 364,410

3.2.64.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
401 1,610 805 2,816

3.2.64.4 distribution of similarityEdgesByWeight

3.2.64.5 Degree distribution of item->similarity->item edges

3.2.64.6 Degree distribution of agent->knows->agent edges

3.2.64.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
1 knowsAgent 2,401 3,366 1.40191586838817 No
2 addItemToWork 1,610 9,668 6.00496894409938 No
3 ownsWork 805 4,925 6.11801242236025 No
4 init 403 19,167 47.560794044665 No
5 searchAndConnect 401 3,154,624 7866.8927680798 Yes
6 cycleSearch 71 21,794 306.957746478873 Yes
7 getWorks 71 9,992 140.732394366197 No
8 individualCycleSearch 71 1 0.0140845070422535 Yes
10 getWorksItems 8 20 2.5 Yes
11 Total 559 3,192,312

3.2.64.8 Found structures

3.2.64.8.1 Cycles

Number of cycles found: 8

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-01-01-nWzIb4--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.64.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-25-01-01-nWzIb4--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.65 SIM10-24-02-54-6IppMv–CV

3.2.65.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
400 0.93 random 5 1 5 2

3.2.65.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
805 250,496 805 805 400 253,311

3.2.65.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
401 1,610 805 2,816

3.2.65.4 distribution of similarityEdgesByWeight

3.2.65.5 Degree distribution of item->similarity->item edges

3.2.65.6 Degree distribution of agent->knows->agent edges

3.2.65.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
1 connectIfSimilar 875,259 3,589,274 4.10081358774945 No
2 existsSimilarity 875,259 3,380,288 3.86204312095048 No
3 similarityEdges 875,259 3,300,141 3.77047365408411 No
4 connect 104,846 186,575 1.77951471682277 Yes
6 cycleSearch 3,600 43,412 12.0588888888889 Yes
7 getWorks 3,600 23,313 6.47583333333333 Yes
8 individualCycleSearch 3,600 142 0.0394444444444444 Yes
10 connectAllSimilar 693 3,600,246 5195.16017316017 Yes
11 Total 123,539 3,963,237

3.2.65.8 Found structures

3.2.65.8.1 Cycles

Number of cycles found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-24-02-54-6IppMv--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.65.8.2 Paths

Number of paths found: 3600

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-24-02-54-6IppMv--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.66 SIM10-24-02-54-6IppMv–DV

3.2.66.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
400 0.93 random 5 1 5 2

3.2.66.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
805 40,804 805 805 400 43,619

3.2.66.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
401 1,610 805 2,816

3.2.66.4 distribution of similarityEdgesByWeight

3.2.66.5 Degree distribution of item->similarity->item edges

3.2.66.6 Degree distribution of agent->knows->agent edges

3.2.66.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
2 cycleSearch 3,600 21,921 6.08916666666667 Yes
3 getWorks 3,600 24,025 6.67361111111111 No
4 individualCycleSearch 3,600 110 0.0305555555555556 Yes
6 addItemToWork 1,610 11,394 7.07701863354037 No
7 ownsWork 805 5,666 7.03850931677019 No
8 init 403 19,088 47.3647642679901 No
9 searchAndConnect 401 223,420 557.15710723192 Yes
10 knowsAgent 400 684 1.71 No
1 Total 14,801 270,723

3.2.66.8 Found structures

3.2.66.8.1 Cycles

Number of cycles found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-24-02-54-6IppMv--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.66.8.2 Paths

Number of paths found: 3600

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-24-02-54-6IppMv--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.67 SIM10-24-05-54-gZfX63–CV

3.2.67.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
400 0.93 smallWorld 5 1 5 2

3.2.67.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
805 361,410 805 805 2,401 366,226

3.2.67.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
401 1,610 805 2,816

3.2.67.4 distribution of similarityEdgesByWeight

3.2.67.5 Degree distribution of item->similarity->item edges

3.2.67.6 Degree distribution of agent->knows->agent edges

3.2.67.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
connectIfSimilar 683,074 3,597,131 5.266092692739 No
existsSimilarity 683,074 3,576,402 5.23574605386825 No
similarityEdges 683,074 3,489,529 5.10856656819027 No
connect 2,802 5,135 1.83261955745896 Yes
connectAllSimilar 503 3,604,182 7165.3717693837 Yes
init 403 18,678 46.3473945409429 No
Total 3,313 3,612,426

3.2.67.8 Found structures

3.2.67.8.1 Cycles

Number of cycles found: 1

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-24-05-54-gZfX63--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.67.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-24-05-54-gZfX63--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.68 SIM10-24-05-54-gZfX63–DV

3.2.68.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
400 0.93 smallWorld 5 1 5 2

3.2.68.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
805 355,806 805 805 2,401 360,622

3.2.68.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
401 1,610 805 2,816

3.2.68.4 distribution of similarityEdgesByWeight

3.2.68.5 Degree distribution of item->similarity->item edges

3.2.68.6 Degree distribution of agent->knows->agent edges

3.2.68.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
2 cycleSearch 3,600 44,605 12.3902777777778 Yes
3 getWorks 3,600 29,015 8.05972222222222 No
4 individualCycleSearch 3,600 138 0.0383333333333333 Yes
6 knowsAgent 2,401 3,249 1.35318617242815 No
7 addItemToWork 1,610 12,782 7.93913043478261 No
8 ownsWork 805 6,438 7.99751552795031 No
9 init 403 18,087 44.8808933002481 No
10 searchAndConnect 401 2,927,204 7299.76059850374 Yes
1 Total 14,801 3,015,141

3.2.68.8 Found structures

3.2.68.8.1 Cycles

Number of cycles found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-24-05-54-gZfX63--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.68.8.2 Paths

Number of paths found: 3600

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-24-05-54-gZfX63--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.69 SIM10-24-11-04-bntASh–CV

3.2.69.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
400 0.93 random 5 1 5 1

3.2.69.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
405 88,012 405 405 400 89,627

3.2.69.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
401 810 405 1,616

3.2.69.4 distribution of similarityEdgesByWeight

3.2.69.5 Degree distribution of item->similarity->item edges

3.2.69.6 Degree distribution of agent->knows->agent edges

3.2.69.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
connectIfSimilar 327,645 949,583 2.89820690076149 No
existsSimilarity 327,645 875,749 2.67285934471761 No
similarityEdges 327,645 855,436 2.61086236628058 No
connect 38,203 65,938 1.7259901054891 Yes
connectAllSimilar 810 953,633 1177.32469135802 Yes
init 403 17,188 42.6501240694789 No
Total 39,021 1,020,660

3.2.69.8 Found structures

3.2.69.8.1 Cycles

Number of cycles found: 1

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-24-11-04-bntASh--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.69.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-24-11-04-bntASh--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.70 SIM10-24-11-04-bntASh–DV

3.2.70.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
400 0.93 random 5 1 5 1

3.2.70.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
405 11,606 405 405 400 13,221

3.2.70.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
401 810 405 1,616

3.2.70.4 distribution of similarityEdgesByWeight

3.2.70.5 Degree distribution of item->similarity->item edges

3.2.70.6 Degree distribution of agent->knows->agent edges

3.2.70.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
2 cycleSearch 3,599 22,059 6.12920255626563 Yes
3 getWorks 3,599 21,426 5.95332036676855 No
4 individualCycleSearch 3,599 242 0.0672409002500695 Yes
6 addItemToWork 810 25,974 32.0666666666667 No
7 ownsWork 405 13,045 32.2098765432099 No
8 init 403 21,374 53.0372208436725 No
9 searchAndConnect 401 164,741 410.825436408978 Yes
10 knowsAgent 400 1,779 4.4475 No
1 Total 14,797 213,485

3.2.70.8 Found structures

3.2.70.8.1 Cycles

Number of cycles found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-24-11-04-bntASh--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.70.8.2 Paths

Number of paths found: 3599

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-24-11-04-bntASh--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.71 SIM10-24-12-20-eAvZ4f–CV

3.2.71.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
400 0.93 smallWorld 5 1 5 1

3.2.71.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
405 91,088 405 405 2,401 94,704

3.2.71.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
401 810 405 1,616

3.2.71.4 distribution of similarityEdgesByWeight

3.2.71.5 Degree distribution of item->similarity->item edges

3.2.71.6 Degree distribution of agent->knows->agent edges

3.2.71.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
connectIfSimilar 327,645 1,053,079 3.21408536678417 No
existsSimilarity 327,645 1,044,003 3.1863846541226 No
similarityEdges 327,645 1,019,843 3.11264630926765 No
connect 1,337 2,214 1.65594614809274 Yes
connectAllSimilar 810 1,056,459 1304.27037037037 Yes
init 403 17,280 42.87841191067 No
Total 2,155 1,059,704

3.2.71.8 Found structures

3.2.71.8.1 Cycles

Number of cycles found: 1

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-24-12-20-eAvZ4f--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.71.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-24-12-20-eAvZ4f--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.72 SIM10-24-12-20-eAvZ4f–DV

3.2.72.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
400 0.93 smallWorld 5 1 5 1

3.2.72.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
405 88,414 405 405 2,401 92,030

3.2.72.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
401 810 405 1,616

3.2.72.4 distribution of similarityEdgesByWeight

3.2.72.5 Degree distribution of item->similarity->item edges

3.2.72.6 Degree distribution of agent->knows->agent edges

3.2.72.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
1 knowsAgent 2,401 3,463 1.44231570179092 No
2 addItemToWork 810 7,826 9.66172839506173 No
3 ownsWork 405 3,696 9.12592592592593 No
4 init 403 17,544 43.5334987593052 No
5 searchAndConnect 401 725,958 1810.36907730673 Yes
7 cycleSearch 19 2,552 134.315789473684 Yes
8 getWorks 19 1,138 59.8947368421053 No
9 individualCycleSearch 19 0 0 Yes
11 Total 477 732,452

3.2.72.8 Found structures

3.2.72.8.1 Cycles

Number of cycles found: 19

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-24-12-20-eAvZ4f--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.72.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-24-12-20-eAvZ4f--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.3 Scatterplots of experiment