3 Experiment 2
agentNumbers=[400] : chainLengths=[5, 10, 20] : randomWorksNumberMultipliers=[1, 2] : maxDistances=[5, 10, 30] : similaritySearchThresholds=[1] : similarityConnectThresholds=[0.99] : graphTypes=[random, smallWorld] : message=[400 agents with similarityConnectThreshold 0.99]
3.1 Experimental set up
| Values | |
|---|---|
| experimentId | EXP10-08-01-22-fA74de | 
| agentNumbers | 400 | 
| maxDistances | 5, 10, 30 | 
| randomWorksNumberMultipliers | 1, 2 | 
| similarityConnectThresholds | 0.99 | 
| graphTypes | random, smallWorld | 
| chainLengths | 5, 10, 20 | 
3.2 Descriptive analysis of each simulation
3.2.1 SIM10-08-06-22-SHAf9g–CV
3.2.1.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.99 | random | 10 | 1 | 10 | 1 | 
3.2.1.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 410 | 13,128 | 410 | 410 | 400 | 14,758 | 
3.2.1.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 820 | 410 | 1,631 | 
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 | 335,790 | 852,278 | 2.53812799666458 | No | 
| existsSimilarity | 335,790 | 839,616 | 2.50041990529795 | No | 
| similarityEdges | 335,790 | 830,421 | 2.47303671937818 | No | 
| connect | 2,211 | 7,201 | 3.2568973315242 | Yes | 
| connectAllSimilar | 820 | 855,477 | 1043.26463414634 | Yes | 
| init | 403 | 26,040 | 64.6153846153846 | No | 
| Total | 3,039 | 864,192 | 
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-08-06-22-SHAf9g--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-08-06-22-SHAf9g--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.2 SIM10-08-06-22-SHAf9g–DV
3.2.2.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.99 | random | 10 | 1 | 10 | 1 | 
3.2.2.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 410 | 8,706 | 410 | 410 | 400 | 10,336 | 
3.2.2.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 820 | 410 | 1,631 | 
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 | 
|---|---|---|---|---|
| addItemToWork | 820 | 13,324 | 16.2487804878049 | No | 
| ownsWork | 410 | 6,269 | 15.290243902439 | No | 
| init | 403 | 27,138 | 67.3399503722084 | No | 
| searchAndConnect | 401 | 445,483 | 1110.93017456359 | Yes | 
| knowsAgent | 400 | 2,110 | 5.275 | No | 
| getWorksItems | 18 | 29 | 1.61111111111111 | Yes | 
| cycleSearch | 11 | 3,730 | 339.090909090909 | Yes | 
| getWorks | 11 | 1,665 | 151.363636363636 | No | 
| individualCycleSearch | 11 | 0 | 0 | Yes | 
| Total | 448 | 451,721 | 
3.2.2.8 Found structures
3.2.2.8.1 Cycles
Number of cycles found: 7
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-08-06-22-SHAf9g--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-08-06-22-SHAf9g--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.3 SIM10-08-06-37-FQum8g–CV
3.2.3.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.99 | smallWorld | 10 | 1 | 10 | 1 | 
3.2.3.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 410 | 13,458 | 410 | 410 | 2,401 | 17,089 | 
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 | 881,457 | 2.62502456892701 | No | 
| existsSimilarity | 335,790 | 875,828 | 2.60826111557819 | No | 
| similarityEdges | 335,790 | 866,314 | 2.57992793114744 | No | 
| connectAllSimilar | 820 | 884,657 | 1078.85 | Yes | 
| init | 403 | 26,429 | 65.5806451612903 | No | 
| connect | 11 | 22 | 2 | Yes | 
| Total | 839 | 886,259 | 
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-08-06-37-FQum8g--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-08-06-37-FQum8g--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.4 SIM10-08-06-37-FQum8g–DV
3.2.4.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.99 | smallWorld | 10 | 1 | 10 | 1 | 
3.2.4.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 410 | 13,436 | 410 | 410 | 2,401 | 17,067 | 
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 | 
|---|---|---|---|---|
| knowsAgent | 2,401 | 5,579 | 2.32361516034985 | No | 
| addItemToWork | 820 | 8,032 | 9.79512195121951 | No | 
| ownsWork | 410 | 3,862 | 9.41951219512195 | No | 
| init | 403 | 26,826 | 66.5657568238213 | No | 
| searchAndConnect | 401 | 823,361 | 2053.26932668329 | Yes | 
| cycleSearch | 18 | 7,087 | 393.722222222222 | Yes | 
| getWorks | 18 | 4,659 | 258.833333333333 | No | 
| getWorksItems | 18 | 26 | 1.44444444444444 | Yes | 
| individualCycleSearch | 18 | 0 | 0 | Yes | 
| Total | 460 | 833,142 | 
3.2.4.8 Found structures
3.2.4.8.1 Cycles
Number of cycles found: 3
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-08-06-37-FQum8g--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.4.8.2 Paths
Number of paths found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-08-06-37-FQum8g--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.5 SIM10-08-11-28-nFxVVK–CV
3.2.5.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.99 | random | 10 | 1 | 10 | 2 | 
3.2.5.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 810 | 50,616 | 810 | 810 | 400 | 53,446 | 
3.2.5.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 1,620 | 810 | 2,831 | 
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 | 1,146,939 | 3,590,073 | 3.13013420940434 | No | 
| existsSimilarity | 1,146,939 | 3,540,498 | 3.0869104634161 | No | 
| similarityEdges | 1,146,939 | 3,502,432 | 3.05372125283036 | No | 
| connect | 8,309 | 29,926 | 3.60163677939584 | Yes | 
| connectAllSimilar | 1,046 | 3,600,899 | 3442.54206500956 | Yes | 
| init | 403 | 29,807 | 73.9627791563275 | No | 
| Total | 9,363 | 3,633,305 | 
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-08-11-28-nFxVVK--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-08-11-28-nFxVVK--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.6 SIM10-08-11-28-nFxVVK–DV
3.2.6.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.99 | random | 10 | 1 | 10 | 2 | 
3.2.6.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 810 | 33,998 | 810 | 810 | 400 | 36,828 | 
3.2.6.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 1,620 | 810 | 2,831 | 
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 | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,600 | 19,024 | 5.28444444444444 | Yes | 
| 3 | getWorks | 3,600 | 88,907 | 24.6963888888889 | No | 
| 4 | individualCycleSearch | 3,600 | 71 | 0.0197222222222222 | Yes | 
| 6 | addItemToWork | 1,620 | 23,036 | 14.2197530864198 | No | 
| 7 | ownsWork | 810 | 10,469 | 12.9246913580247 | No | 
| 8 | init | 403 | 30,750 | 76.302729528536 | No | 
| 9 | searchAndConnect | 401 | 1,214,600 | 3028.927680798 | Yes | 
| 10 | knowsAgent | 400 | 2,484 | 6.21 | No | 
| 1 | Total | 14,801 | 1,252,219 | 
3.2.6.8 Found structures
3.2.6.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-08-11-28-nFxVVK--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.6.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-08-11-28-nFxVVK--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.7 SIM10-09-01-29-abtWkC–CV
3.2.7.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.99 | smallWorld | 10 | 1 | 10 | 2 | 
3.2.7.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 810 | 53,180 | 810 | 810 | 2,401 | 58,011 | 
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 | 
|---|---|---|---|---|
| connectIfSimilar | 1,081,887 | 3,590,169 | 3.31843251651975 | No | 
| existsSimilarity | 1,081,887 | 3,571,965 | 3.30160635999878 | No | 
| similarityEdges | 1,081,887 | 3,534,631 | 3.2670981350178 | No | 
| connectAllSimilar | 942 | 3,600,387 | 3822.06687898089 | Yes | 
| init | 403 | 31,243 | 77.5260545905707 | No | 
| connect | 61 | 227 | 3.72131147540984 | Yes | 
| cycleSearch | 9 | 265 | 29.4444444444444 | Yes | 
| getWorks | 8 | 15 | 1.875 | Yes | 
| Total | 1,026 | 3,603,247 | 
3.2.7.8 Found structures
3.2.7.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-09-01-29-abtWkC--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.7.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-09-01-29-abtWkC--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.8 SIM10-09-01-29-abtWkC–DV
3.2.8.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.99 | smallWorld | 10 | 1 | 10 | 2 | 
3.2.8.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 810 | 53,058 | 810 | 810 | 2,401 | 57,889 | 
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 | 
|---|---|---|---|---|
| knowsAgent | 2,401 | 5,966 | 2.48479800083299 | No | 
| addItemToWork | 1,620 | 24,603 | 15.187037037037 | No | 
| ownsWork | 810 | 10,046 | 12.4024691358025 | No | 
| init | 403 | 30,946 | 76.7890818858561 | No | 
| searchAndConnect | 401 | 2,161,964 | 5391.43142144638 | Yes | 
| individualCycleSearch | 53 | 1 | 0.0188679245283019 | Yes | 
| getWorks | 46 | 6,746 | 146.652173913043 | No | 
| cycleSearch | 45 | 12,261 | 272.466666666667 | Yes | 
| getWorksItems | 18 | 94 | 5.22222222222222 | Yes | 
| Total | 524 | 2,182,256 | 
3.2.8.8 Found structures
3.2.8.8.1 Cycles
Number of cycles found: 7
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-09-01-29-abtWkC--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.8.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-09-01-29-abtWkC--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.9 SIM10-08-06-54-KWLxh6–CV
3.2.9.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.99 | random | 10 | 1 | 30 | 1 | 
3.2.9.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 410 | 13,720 | 410 | 410 | 400 | 15,350 | 
3.2.9.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 820 | 410 | 1,631 | 
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 | 335,790 | 892,125 | 2.65679442508711 | No | 
| existsSimilarity | 335,790 | 886,761 | 2.6408201554543 | No | 
| similarityEdges | 335,790 | 877,391 | 2.61291581047679 | No | 
| connectAllSimilar | 820 | 895,331 | 1091.86707317073 | Yes | 
| init | 403 | 29,011 | 71.9875930521092 | No | 
| connect | 17 | 45 | 2.64705882352941 | Yes | 
| Total | 845 | 896,753 | 
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-08-06-54-KWLxh6--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-08-06-54-KWLxh6--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.10 SIM10-08-06-54-KWLxh6–DV
3.2.10.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.99 | random | 10 | 1 | 30 | 1 | 
3.2.10.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 410 | 13,686 | 410 | 410 | 400 | 15,316 | 
3.2.10.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 820 | 410 | 1,631 | 
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 | 820 | 8,132 | 9.91707317073171 | No | 
| ownsWork | 410 | 4,880 | 11.9024390243902 | No | 
| init | 403 | 27,635 | 68.5732009925558 | No | 
| searchAndConnect | 401 | 633,570 | 1579.97506234414 | Yes | 
| knowsAgent | 400 | 2,699 | 6.7475 | No | 
| getWorksItems | 18 | 83 | 4.61111111111111 | Yes | 
| cycleSearch | 14 | 7,709 | 550.642857142857 | Yes | 
| getWorks | 14 | 2,558 | 182.714285714286 | No | 
| individualCycleSearch | 14 | 1 | 0.0714285714285714 | Yes | 
| Total | 452 | 649,305 | 
3.2.10.8 Found structures
3.2.10.8.1 Cycles
Number of cycles found: 3
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-08-06-54-KWLxh6--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.10.8.2 Paths
Number of paths found: 2
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-08-06-54-KWLxh6--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.11 SIM10-08-07-10-ehb8M6–CV
3.2.11.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.99 | smallWorld | 10 | 1 | 30 | 1 | 
3.2.11.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 410 | 13,568 | 410 | 410 | 2,401 | 17,199 | 
3.2.11.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 820 | 410 | 1,631 | 
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 | 
|---|---|---|---|---|
| connectIfSimilar | 335,790 | 888,789 | 2.64685964442062 | No | 
| existsSimilarity | 335,790 | 883,264 | 2.63040590845469 | No | 
| similarityEdges | 335,790 | 873,880 | 2.60245987075255 | No | 
| connectAllSimilar | 820 | 891,916 | 1087.70243902439 | Yes | 
| init | 403 | 27,490 | 68.2133995037221 | No | 
| connect | 23 | 102 | 4.43478260869565 | Yes | 
| Total | 851 | 893,302 | 
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-08-07-10-ehb8M6--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-08-07-10-ehb8M6--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.12 SIM10-08-07-10-ehb8M6–DV
3.2.12.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.99 | smallWorld | 10 | 1 | 30 | 1 | 
3.2.12.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 410 | 13,522 | 410 | 410 | 2,401 | 17,153 | 
3.2.12.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 820 | 410 | 1,631 | 
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 | 5,830 | 2.42815493544356 | No | 
| addItemToWork | 820 | 8,221 | 10.0256097560976 | No | 
| ownsWork | 410 | 3,672 | 8.95609756097561 | No | 
| init | 403 | 28,999 | 71.9578163771712 | No | 
| searchAndConnect | 401 | 892,202 | 2224.94264339152 | Yes | 
| cycleSearch | 25 | 6,652 | 266.08 | Yes | 
| getWorks | 25 | 1,832 | 73.28 | No | 
| individualCycleSearch | 25 | 1 | 0.04 | Yes | 
| getWorksItems | 18 | 48 | 2.66666666666667 | Yes | 
| Total | 479 | 902,286 | 
3.2.12.8 Found structures
3.2.12.8.1 Cycles
Number of cycles found: 10
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-08-07-10-ehb8M6--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-08-07-10-ehb8M6--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.13 SIM10-09-02-32-nFAkdA–CV
3.2.13.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.99 | random | 10 | 1 | 30 | 2 | 
3.2.13.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 810 | 53,070 | 810 | 810 | 400 | 55,900 | 
3.2.13.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 1,620 | 810 | 2,831 | 
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 | 1,089,279 | 3,590,935 | 3.296616385701 | No | 
| existsSimilarity | 1,089,279 | 3,572,354 | 3.27955831334305 | No | 
| similarityEdges | 1,089,279 | 3,533,805 | 3.24416884930307 | No | 
| connectAllSimilar | 953 | 3,601,324 | 3778.93389296957 | Yes | 
| init | 403 | 30,738 | 76.272952853598 | No | 
| connect | 63 | 235 | 3.73015873015873 | Yes | 
| Total | 1,024 | 3,604,060 | 
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-09-02-32-nFAkdA--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-09-02-32-nFAkdA--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.14 SIM10-09-02-32-nFAkdA–DV
3.2.14.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.99 | random | 10 | 1 | 30 | 2 | 
3.2.14.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 810 | 52,944 | 810 | 810 | 400 | 55,774 | 
3.2.14.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 1,620 | 810 | 2,831 | 
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 | 
|---|---|---|---|---|
| addItemToWork | 1,620 | 20,481 | 12.6425925925926 | No | 
| ownsWork | 810 | 9,869 | 12.183950617284 | No | 
| init | 403 | 30,979 | 76.8709677419355 | No | 
| searchAndConnect | 401 | 1,761,952 | 4393.89526184539 | Yes | 
| knowsAgent | 400 | 2,159 | 5.3975 | No | 
| cycleSearch | 43 | 23,709 | 551.372093023256 | Yes | 
| getWorks | 43 | 5,098 | 118.558139534884 | No | 
| individualCycleSearch | 43 | 0 | 0 | Yes | 
| getWorksItems | 18 | 147 | 8.16666666666667 | Yes | 
| Total | 511 | 1,806,813 | 
3.2.14.8 Found structures
3.2.14.8.1 Cycles
Number of cycles found: 3
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-09-02-32-nFAkdA--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.14.8.2 Paths
Number of paths found: 3
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-09-02-32-nFAkdA--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.15 SIM10-09-03-34-RW8Lkk–CV
3.2.15.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.99 | smallWorld | 10 | 1 | 30 | 2 | 
3.2.15.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 810 | 53,364 | 810 | 810 | 2,401 | 58,195 | 
3.2.15.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 1,620 | 810 | 2,831 | 
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 | 1,073,685 | 3,591,057 | 3.34460945249305 | No | 
| existsSimilarity | 1,073,685 | 3,572,393 | 3.32722632801986 | No | 
| similarityEdges | 1,073,685 | 3,534,270 | 3.29171963844144 | No | 
| connectAllSimilar | 930 | 3,601,380 | 3872.45161290323 | Yes | 
| init | 403 | 33,518 | 83.1712158808933 | No | 
| connect | 58 | 111 | 1.91379310344828 | Yes | 
| cycleSearch | 33 | 1,487 | 45.0606060606061 | Yes | 
| getWorks | 32 | 80 | 2.5 | Yes | 
| searchAndConnect | 7 | 37,155 | 5307.85714285714 | Yes | 
| Total | 1,065 | 3,641,694 | 
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-09-03-34-RW8Lkk--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-09-03-34-RW8Lkk--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.16 SIM10-09-03-34-RW8Lkk–DV
3.2.16.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.99 | smallWorld | 10 | 1 | 30 | 2 | 
3.2.16.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 810 | 53,248 | 810 | 810 | 2,401 | 58,079 | 
3.2.16.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 1,620 | 810 | 2,831 | 
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 | 
|---|---|---|---|---|
| knowsAgent | 2,401 | 5,705 | 2.37609329446064 | No | 
| addItemToWork | 1,620 | 26,327 | 16.2512345679012 | No | 
| ownsWork | 810 | 11,889 | 14.6777777777778 | No | 
| init | 403 | 33,893 | 84.1017369727047 | No | 
| searchAndConnect | 394 | 1,937,862 | 4918.43147208122 | Yes | 
| individualCycleSearch | 41 | 1 | 0.024390243902439 | Yes | 
| getWorksItems | 18 | 80 | 4.44444444444444 | Yes | 
| getWorks | 10 | 12,051 | 1205.1 | No | 
| cycleSearch | 9 | 20,407 | 2267.44444444444 | Yes | 
| Total | 467 | 1,980,997 | 
3.2.16.8 Found structures
3.2.16.8.1 Cycles
Number of cycles found: 3
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-09-03-34-RW8Lkk--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.16.8.2 Paths
Number of paths found: 2
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-09-03-34-RW8Lkk--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.17 SIM10-08-03-52-Wvodmd–CV
3.2.17.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.99 | random | 10 | 1 | 5 | 1 | 
3.2.17.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 410 | 13,418 | 410 | 410 | 400 | 15,048 | 
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 | 831,586 | 2.47650614967688 | No | 
| existsSimilarity | 335,790 | 808,384 | 2.40740939277525 | No | 
| similarityEdges | 335,790 | 799,900 | 2.3821436016558 | No | 
| connect | 5,975 | 17,881 | 2.9926359832636 | Yes | 
| connectAllSimilar | 820 | 834,777 | 1018.02073170732 | Yes | 
| init | 403 | 26,117 | 64.8064516129032 | No | 
| Total | 6,803 | 854,050 | 
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-08-03-52-Wvodmd--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-08-03-52-Wvodmd--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.18 SIM10-08-03-52-Wvodmd–DV
3.2.18.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.99 | random | 10 | 1 | 5 | 1 | 
3.2.18.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 410 | 1,468 | 410 | 410 | 400 | 3,098 | 
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 | 14,202 | 3.945 | Yes | 
| 3 | getWorks | 3,600 | 70,089 | 19.4691666666667 | No | 
| 4 | individualCycleSearch | 3,600 | 80 | 0.0222222222222222 | Yes | 
| 6 | addItemToWork | 820 | 11,730 | 14.3048780487805 | No | 
| 7 | ownsWork | 410 | 4,677 | 11.4073170731707 | No | 
| 8 | init | 403 | 25,048 | 62.1538461538462 | No | 
| 9 | searchAndConnect | 401 | 92,259 | 230.072319201995 | Yes | 
| 10 | knowsAgent | 400 | 2,291 | 5.7275 | No | 
| 1 | Total | 14,801 | 119,844 | 
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-08-03-52-Wvodmd--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-08-03-52-Wvodmd--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.19 SIM10-08-05-07-JFh83P–CV
3.2.19.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.99 | smallWorld | 10 | 1 | 5 | 1 | 
3.2.19.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 410 | 13,714 | 410 | 410 | 2,401 | 17,345 | 
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 | 861,882 | 2.5667292057536 | No | 
| existsSimilarity | 335,790 | 855,623 | 2.5480895797969 | No | 
| similarityEdges | 335,790 | 846,227 | 2.52010780547366 | No | 
| connectAllSimilar | 820 | 864,984 | 1054.85853658537 | Yes | 
| init | 403 | 25,562 | 63.4292803970223 | No | 
| connect | 225 | 737 | 3.27555555555556 | Yes | 
| Total | 1,053 | 867,015 | 
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-08-05-07-JFh83P--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-08-05-07-JFh83P--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.20 SIM10-08-05-07-JFh83P–DV
3.2.20.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.99 | smallWorld | 10 | 1 | 5 | 1 | 
3.2.20.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 410 | 13,264 | 410 | 410 | 2,401 | 16,895 | 
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 | 49,781 | 13.8280555555556 | Yes | 
| 3 | getWorks | 3,600 | 76,747 | 21.3186111111111 | No | 
| 4 | individualCycleSearch | 3,600 | 77 | 0.0213888888888889 | Yes | 
| 6 | knowsAgent | 2,401 | 6,316 | 2.63057059558517 | No | 
| 7 | addItemToWork | 820 | 12,373 | 15.0890243902439 | No | 
| 8 | ownsWork | 410 | 4,996 | 12.1853658536585 | No | 
| 9 | init | 403 | 25,868 | 64.1885856079405 | No | 
| 10 | searchAndConnect | 401 | 654,116 | 1631.21197007481 | Yes | 
| 1 | Total | 14,801 | 827,191 | 
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-08-05-07-JFh83P--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-08-05-07-JFh83P--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.21 SIM10-08-07-26-82Wvta–CV
3.2.21.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.99 | random | 10 | 1 | 5 | 2 | 
3.2.21.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 810 | 49,624 | 810 | 810 | 400 | 52,454 | 
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 | 
|---|---|---|---|---|
| connectIfSimilar | 1,225,899 | 3,589,658 | 2.9281841326243 | No | 
| existsSimilarity | 1,225,899 | 3,494,850 | 2.85084660318672 | No | 
| similarityEdges | 1,225,899 | 3,457,019 | 2.8199868015228 | No | 
| connect | 21,822 | 74,031 | 3.39249381358262 | Yes | 
| connectAllSimilar | 1,206 | 3,601,308 | 2986.1592039801 | Yes | 
| init | 403 | 28,765 | 71.3771712158809 | No | 
| Total | 23,036 | 3,677,770 | 
3.2.21.8 Found structures
3.2.21.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-08-07-26-82Wvta--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.21.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-08-07-26-82Wvta--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.22 SIM10-08-07-26-82Wvta–DV
3.2.22.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.99 | random | 10 | 1 | 5 | 2 | 
3.2.22.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 810 | 5,980 | 810 | 810 | 400 | 8,810 | 
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 | 18,564 | 5.15666666666667 | Yes | 
| 3 | getWorks | 3,600 | 81,835 | 22.7319444444444 | No | 
| 4 | individualCycleSearch | 3,600 | 85 | 0.0236111111111111 | Yes | 
| 6 | addItemToWork | 1,620 | 20,627 | 12.7327160493827 | No | 
| 7 | ownsWork | 810 | 9,815 | 12.1172839506173 | No | 
| 8 | init | 403 | 28,179 | 69.9230769230769 | No | 
| 9 | searchAndConnect | 401 | 212,702 | 530.428927680798 | Yes | 
| 10 | knowsAgent | 400 | 2,980 | 7.45 | No | 
| 1 | Total | 14,801 | 247,316 | 
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-08-07-26-82Wvta--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-08-07-26-82Wvta--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.23 SIM10-08-09-27-D9q8rc–CV
3.2.23.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.99 | smallWorld | 10 | 1 | 5 | 2 | 
3.2.23.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 810 | 52,628 | 810 | 810 | 2,401 | 57,459 | 
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 | 1,118,880 | 3,590,023 | 3.20858626483626 | No | 
| existsSimilarity | 1,118,880 | 3,568,512 | 3.18936078936079 | No | 
| similarityEdges | 1,118,880 | 3,529,164 | 3.15419347919348 | No | 
| connectAllSimilar | 999 | 3,600,648 | 3604.25225225225 | Yes | 
| connect | 781 | 2,615 | 3.348271446863 | Yes | 
| init | 403 | 29,143 | 72.3151364764268 | No | 
| Total | 1,788 | 3,605,611 | 
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-08-09-27-D9q8rc--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-08-09-27-D9q8rc--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.24 SIM10-08-09-27-D9q8rc–DV
3.2.24.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.99 | smallWorld | 10 | 1 | 5 | 2 | 
3.2.24.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 810 | 51,066 | 810 | 810 | 2,401 | 55,897 | 
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 | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,600 | 35,402 | 9.83388888888889 | Yes | 
| 3 | getWorks | 3,600 | 87,580 | 24.3277777777778 | No | 
| 4 | individualCycleSearch | 3,600 | 64 | 0.0177777777777778 | Yes | 
| 6 | knowsAgent | 2,401 | 7,046 | 2.93461057892545 | No | 
| 7 | addItemToWork | 1,620 | 16,118 | 9.94938271604938 | No | 
| 8 | ownsWork | 810 | 8,201 | 10.1246913580247 | No | 
| 9 | init | 403 | 29,216 | 72.4962779156328 | No | 
| 10 | searchAndConnect | 401 | 1,830,573 | 4565.01995012469 | Yes | 
| 1 | Total | 14,801 | 1,898,931 | 
3.2.24.8 Found structures
3.2.24.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-08-09-27-D9q8rc--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.24.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-08-09-27-D9q8rc--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.25 SIM10-09-02-29-irc2h3–CV
3.2.25.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.99 | random | 20 | 1 | 10 | 2 | 
3.2.25.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 820 | 50,000 | 820 | 820 | 400 | 52,860 | 
3.2.25.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 1,640 | 820 | 2,861 | 
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 | |
|---|---|---|---|---|---|
| 1 | connectIfSimilar | 1,032,325 | 3,590,188 | 3.47776911340905 | No | 
| 2 | existsSimilarity | 1,032,325 | 3,549,935 | 3.43877654808321 | No | 
| 3 | similarityEdges | 1,032,325 | 3,514,501 | 3.40445208631003 | No | 
| 4 | connect | 5,843 | 22,594 | 3.86684922129043 | Yes | 
| 6 | cycleSearch | 3,600 | 50,802 | 14.1116666666667 | Yes | 
| 7 | getWorks | 3,600 | 103,192 | 28.6644444444444 | Yes | 
| 8 | individualCycleSearch | 3,600 | 61 | 0.0169444444444444 | Yes | 
| 10 | connectAllSimilar | 850 | 3,600,287 | 4235.63176470588 | Yes | 
| 11 | Total | 24,693 | 3,909,935 | 
3.2.25.8 Found structures
3.2.25.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-09-02-29-irc2h3--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.25.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-09-02-29-irc2h3--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.26 SIM10-09-02-29-irc2h3–DV
3.2.26.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.99 | random | 20 | 1 | 10 | 2 | 
3.2.26.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 820 | 38,314 | 820 | 820 | 400 | 41,174 | 
3.2.26.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 1,640 | 820 | 2,861 | 
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 | 67,725 | 18.8125 | Yes | 
| 3 | getWorks | 3,600 | 113,108 | 31.4188888888889 | No | 
| 4 | individualCycleSearch | 3,600 | 67 | 0.0186111111111111 | Yes | 
| 6 | addItemToWork | 1,640 | 21,978 | 13.4012195121951 | No | 
| 7 | ownsWork | 820 | 8,935 | 10.8963414634146 | No | 
| 8 | init | 403 | 35,874 | 89.0173697270471 | No | 
| 9 | searchAndConnect | 401 | 1,418,956 | 3538.54364089776 | Yes | 
| 10 | knowsAgent | 400 | 3,539 | 8.8475 | No | 
| 1 | Total | 14,801 | 1,626,714 | 
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-09-02-29-irc2h3--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-09-02-29-irc2h3--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.27 SIM10-09-05-30-v3DEpt–CV
3.2.27.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.99 | smallWorld | 20 | 1 | 10 | 2 | 
3.2.27.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 820 | 54,336 | 820 | 820 | 2,401 | 59,197 | 
3.2.27.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 1,640 | 820 | 2,861 | 
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 | 985,699 | 3,590,778 | 3.64287475182586 | No | 
| existsSimilarity | 985,699 | 3,573,731 | 3.62558042566747 | No | 
| similarityEdges | 985,699 | 3,538,205 | 3.58953899719894 | No | 
| connectAllSimilar | 793 | 3,600,663 | 4540.55863808323 | Yes | 
| init | 403 | 34,947 | 86.7171215880893 | No | 
| connect | 57 | 165 | 2.89473684210526 | Yes | 
| cycleSearch | 35 | 2,175 | 62.1428571428571 | Yes | 
| getWorks | 34 | 140 | 4.11764705882353 | Yes | 
| Total | 925 | 3,605,853 | 
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-09-05-30-v3DEpt--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-09-05-30-v3DEpt--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.28 SIM10-09-05-30-v3DEpt–DV
3.2.28.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.99 | smallWorld | 20 | 1 | 10 | 2 | 
3.2.28.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 820 | 54,220 | 820 | 820 | 2,401 | 59,081 | 
3.2.28.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 1,640 | 820 | 2,861 | 
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 | 7,613 | 3.17076218242399 | No | 
| addItemToWork | 1,640 | 23,164 | 14.1243902439024 | No | 
| ownsWork | 820 | 12,022 | 14.6609756097561 | No | 
| init | 403 | 36,613 | 90.8511166253102 | No | 
| searchAndConnect | 401 | 2,332,603 | 5816.9650872818 | Yes | 
| individualCycleSearch | 61 | 2 | 0.0327868852459016 | Yes | 
| getWorksItems | 38 | 209 | 5.5 | Yes | 
| getWorks | 28 | 5,251 | 187.535714285714 | No | 
| cycleSearch | 27 | 18,327 | 678.777777777778 | Yes | 
| Total | 536 | 2,367,940 | 
3.2.28.8 Found structures
3.2.28.8.1 Cycles
Number of cycles found: 8
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-09-05-30-v3DEpt--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.28.8.2 Paths
Number of paths found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-09-05-30-v3DEpt--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.29 SIM10-09-07-11-T5Bhd7–CV
3.2.29.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.99 | random | 20 | 1 | 10 | 1 | 
3.2.29.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 420 | 14,614 | 420 | 420 | 400 | 16,274 | 
3.2.29.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 840 | 420 | 1,661 | 
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 | 
|---|---|---|---|---|
| connectIfSimilar | 352,380 | 1,019,602 | 2.89347295533231 | No | 
| existsSimilarity | 352,380 | 1,006,180 | 2.85538339292809 | No | 
| similarityEdges | 352,380 | 996,517 | 2.82796129178727 | No | 
| connect | 2,183 | 7,591 | 3.47732478240953 | Yes | 
| connectAllSimilar | 840 | 1,023,001 | 1217.85833333333 | Yes | 
| init | 403 | 34,603 | 85.863523573201 | No | 
| Total | 3,031 | 1,032,077 | 
3.2.29.8 Found structures
3.2.29.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-09-07-11-T5Bhd7--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.29.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-09-07-11-T5Bhd7--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.30 SIM10-09-07-11-T5Bhd7–DV
3.2.30.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.99 | random | 20 | 1 | 10 | 1 | 
3.2.30.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 420 | 10,248 | 420 | 420 | 400 | 11,908 | 
3.2.30.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 840 | 420 | 1,661 | 
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 | 204,933 | 56.9258333333333 | Yes | 
| 3 | getWorks | 3,600 | 89,382 | 24.8283333333333 | No | 
| 4 | individualCycleSearch | 3,600 | 80 | 0.0222222222222222 | Yes | 
| 6 | addItemToWork | 840 | 11,046 | 13.15 | No | 
| 7 | ownsWork | 420 | 4,884 | 11.6285714285714 | No | 
| 8 | init | 403 | 34,038 | 84.4615384615385 | No | 
| 9 | searchAndConnect | 401 | 533,172 | 1329.60598503741 | Yes | 
| 10 | knowsAgent | 400 | 2,881 | 7.2025 | No | 
| 1 | Total | 14,801 | 1,617,563 | 
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-09-07-11-T5Bhd7--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-09-07-11-T5Bhd7--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.31 SIM10-09-08-29-k3dcAM–CV
3.2.31.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.99 | smallWorld | 20 | 1 | 10 | 1 | 
3.2.31.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 420 | 14,286 | 420 | 420 | 2,401 | 17,947 | 
3.2.31.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 840 | 420 | 1,661 | 
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 | 352,380 | 1,025,729 | 2.91086043475793 | No | 
| existsSimilarity | 352,380 | 1,019,642 | 2.89358646915262 | No | 
| similarityEdges | 352,380 | 1,009,489 | 2.86477382371304 | No | 
| connectAllSimilar | 840 | 1,029,030 | 1225.03571428571 | Yes | 
| init | 403 | 33,516 | 83.166253101737 | No | 
| connect | 22 | 36 | 1.63636363636364 | Yes | 
| Total | 870 | 1,030,617 | 
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-09-08-29-k3dcAM--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-09-08-29-k3dcAM--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.32 SIM10-09-08-29-k3dcAM–DV
3.2.32.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.99 | smallWorld | 20 | 1 | 10 | 1 | 
3.2.32.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 420 | 14,242 | 420 | 420 | 2,401 | 17,903 | 
3.2.32.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 840 | 420 | 1,661 | 
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 | 6,268 | 2.61057892544773 | No | 
| addItemToWork | 840 | 13,346 | 15.8880952380952 | No | 
| ownsWork | 420 | 5,499 | 13.0928571428571 | No | 
| init | 403 | 35,611 | 88.3647642679901 | No | 
| searchAndConnect | 401 | 984,166 | 2454.27930174564 | Yes | 
| getWorksItems | 38 | 86 | 2.26315789473684 | Yes | 
| cycleSearch | 29 | 4,479 | 154.448275862069 | Yes | 
| getWorks | 29 | 2,206 | 76.0689655172414 | No | 
| individualCycleSearch | 29 | 0 | 0 | Yes | 
| Total | 505 | 992,595 | 
3.2.32.8 Found structures
3.2.32.8.1 Cycles
Number of cycles found: 8
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-09-08-29-k3dcAM--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.32.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-09-08-29-k3dcAM--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.33 SIM10-09-06-33-dc4oE2–CV
3.2.33.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.99 | random | 20 | 1 | 30 | 2 | 
3.2.33.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 820 | 54,596 | 820 | 820 | 400 | 57,456 | 
3.2.33.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 1,640 | 820 | 2,861 | 
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 | 965,965 | 3,594,503 | 3.72115242270683 | No | 
| existsSimilarity | 965,965 | 3,577,976 | 3.70404310715192 | No | 
| similarityEdges | 965,965 | 3,543,825 | 3.66868882412924 | No | 
| connectAllSimilar | 770 | 3,603,872 | 4680.35324675325 | Yes | 
| init | 403 | 38,632 | 95.8610421836228 | No | 
| connect | 61 | 196 | 3.21311475409836 | Yes | 
| cycleSearch | 34 | 2,197 | 64.6176470588235 | Yes | 
| getWorks | 33 | 198 | 6 | Yes | 
| Total | 904 | 3,608,928 | 
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-09-06-33-dc4oE2--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-09-06-33-dc4oE2--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.34 SIM10-09-06-33-dc4oE2–DV
3.2.34.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.99 | random | 20 | 1 | 30 | 2 | 
3.2.34.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 820 | 54,474 | 820 | 820 | 400 | 57,334 | 
3.2.34.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 1,640 | 820 | 2,861 | 
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 | 1,640 | 26,905 | 16.405487804878 | No | 
| ownsWork | 820 | 14,093 | 17.1865853658537 | No | 
| init | 403 | 37,218 | 92.3523573200993 | No | 
| searchAndConnect | 401 | 2,192,307 | 5467.09975062344 | Yes | 
| knowsAgent | 400 | 3,301 | 8.2525 | No | 
| individualCycleSearch | 63 | 0 | 0 | Yes | 
| getWorksItems | 38 | 124 | 3.26315789473684 | Yes | 
| getWorks | 31 | 5,985 | 193.064516129032 | No | 
| cycleSearch | 30 | 5,912 | 197.066666666667 | Yes | 
| Total | 543 | 2,203,081 | 
3.2.34.8 Found structures
3.2.34.8.1 Cycles
Number of cycles found: 11
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-09-06-33-dc4oE2--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.34.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-09-06-33-dc4oE2--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.35 SIM10-09-07-35-V9kJs2–CV
3.2.35.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.99 | smallWorld | 20 | 1 | 30 | 2 | 
3.2.35.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 820 | 54,158 | 820 | 820 | 2,401 | 59,019 | 
3.2.35.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 1,640 | 820 | 2,861 | 
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 | 973,750 | 3,591,872 | 3.68870038510911 | No | 
| existsSimilarity | 973,750 | 3,574,897 | 3.67126777920411 | No | 
| similarityEdges | 973,750 | 3,539,689 | 3.63511065468549 | No | 
| connectAllSimilar | 779 | 3,601,568 | 4623.32220795892 | Yes | 
| init | 402 | 29,145 | 72.5 | No | 
| connect | 56 | 202 | 3.60714285714286 | Yes | 
| cycleSearch | 41 | 2,582 | 62.9756097560976 | Yes | 
| getWorks | 40 | 384 | 9.6 | Yes | 
| Total | 922 | 3,607,043 | 
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-09-07-35-V9kJs2--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-09-07-35-V9kJs2--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.36 SIM10-09-07-35-V9kJs2–DV
3.2.36.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.99 | smallWorld | 20 | 1 | 30 | 2 | 
3.2.36.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 820 | 54,046 | 820 | 820 | 2,401 | 58,907 | 
3.2.36.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 1,640 | 820 | 2,861 | 
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 | 7,086 | 2.95127030403998 | No | 
| addItemToWork | 1,640 | 25,922 | 15.8060975609756 | No | 
| ownsWork | 820 | 11,352 | 13.8439024390244 | No | 
| init | 403 | 37,960 | 94.1935483870968 | No | 
| searchAndConnect | 401 | 2,529,859 | 6308.8753117207 | Yes | 
| individualCycleSearch | 73 | 3 | 0.0410958904109589 | Yes | 
| getWorksItems | 38 | 282 | 7.42105263157895 | Yes | 
| getWorks | 34 | 4,345 | 127.794117647059 | No | 
| cycleSearch | 33 | 6,110 | 185.151515151515 | Yes | 
| Total | 557 | 2,540,858 | 
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-09-07-35-V9kJs2--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.36.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-09-07-35-V9kJs2--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.37 SIM10-09-08-48-VaLxaq–CV
3.2.37.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.99 | random | 20 | 1 | 30 | 1 | 
3.2.37.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 420 | 14,236 | 420 | 420 | 400 | 15,896 | 
3.2.37.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 840 | 420 | 1,661 | 
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 | 352,380 | 1,030,198 | 2.9235427663318 | No | 
| existsSimilarity | 352,380 | 1,024,286 | 2.90676542369033 | No | 
| similarityEdges | 352,380 | 1,014,127 | 2.87793575117771 | No | 
| connectAllSimilar | 840 | 1,033,626 | 1230.50714285714 | Yes | 
| init | 403 | 34,285 | 85.0744416873449 | No | 
| connect | 34 | 69 | 2.02941176470588 | Yes | 
| Total | 882 | 1,035,231 | 
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-09-08-48-VaLxaq--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-09-08-48-VaLxaq--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.38 SIM10-09-08-48-VaLxaq–DV
3.2.38.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.99 | random | 20 | 1 | 30 | 1 | 
3.2.38.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 420 | 14,168 | 420 | 420 | 400 | 15,828 | 
3.2.38.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 840 | 420 | 1,661 | 
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 | 840 | 12,090 | 14.3928571428571 | No | 
| ownsWork | 420 | 5,762 | 13.7190476190476 | No | 
| init | 403 | 33,400 | 82.87841191067 | No | 
| searchAndConnect | 401 | 796,588 | 1986.50374064838 | Yes | 
| knowsAgent | 400 | 3,450 | 8.625 | No | 
| getWorksItems | 38 | 126 | 3.31578947368421 | Yes | 
| cycleSearch | 23 | 2,601 | 113.086956521739 | Yes | 
| getWorks | 23 | 1,527 | 66.3913043478261 | No | 
| individualCycleSearch | 23 | 1 | 0.0434782608695652 | Yes | 
| Total | 491 | 801,128 | 
3.2.38.8 Found structures
3.2.38.8.1 Cycles
Number of cycles found: 6
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-09-08-48-VaLxaq--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-09-08-48-VaLxaq--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.39 SIM10-09-09-07-6rGrtv–CV
3.2.39.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.99 | smallWorld | 20 | 1 | 30 | 1 | 
3.2.39.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 420 | 14,318 | 420 | 420 | 2,401 | 17,979 | 
3.2.39.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 840 | 420 | 1,661 | 
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 | |
|---|---|---|---|---|---|
| 1 | connectIfSimilar | 352,380 | 1,055,919 | 2.99653499063511 | No | 
| 2 | existsSimilarity | 352,380 | 1,050,024 | 2.97980589136727 | No | 
| 3 | similarityEdges | 352,380 | 1,039,967 | 2.95126567909643 | No | 
| 4 | connectAllSimilar | 840 | 1,059,242 | 1261.00238095238 | Yes | 
| 5 | init | 403 | 35,056 | 86.9875930521092 | No | 
| 6 | connect | 27 | 116 | 4.2962962962963 | Yes | 
| 8 | cycleSearch | 3 | 202 | 67.3333333333333 | Yes | 
| 9 | getWorks | 2 | 82 | 41 | Yes | 
| 11 | Total | 878 | 1,060,962 | 
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-09-09-07-6rGrtv--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-09-09-07-6rGrtv--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.40 SIM10-09-09-07-6rGrtv–DV
3.2.40.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.99 | smallWorld | 20 | 1 | 30 | 1 | 
3.2.40.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 420 | 14,264 | 420 | 420 | 2,401 | 17,925 | 
3.2.40.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 840 | 420 | 1,661 | 
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 | 6,438 | 2.68138275718451 | No | 
| addItemToWork | 840 | 9,229 | 10.9869047619048 | No | 
| ownsWork | 420 | 4,744 | 11.2952380952381 | No | 
| init | 403 | 33,943 | 84.2258064516129 | No | 
| searchAndConnect | 401 | 1,029,036 | 2566.17456359102 | Yes | 
| getWorksItems | 38 | 51 | 1.34210526315789 | Yes | 
| individualCycleSearch | 30 | 2 | 0.0666666666666667 | Yes | 
| getWorks | 29 | 1,214 | 41.8620689655172 | No | 
| cycleSearch | 28 | 3,948 | 141 | Yes | 
| Total | 505 | 1,036,059 | 
3.2.40.8 Found structures
3.2.40.8.1 Cycles
Number of cycles found: 8
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-09-09-07-6rGrtv--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.40.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-09-09-07-6rGrtv--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.41 SIM10-09-04-36-nBRWBD–CV
3.2.41.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.99 | random | 20 | 1 | 5 | 1 | 
3.2.41.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 420 | 14,152 | 420 | 420 | 400 | 15,812 | 
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 | 969,762 | 2.75203473522901 | No | 
| existsSimilarity | 352,380 | 943,584 | 2.67774561552869 | No | 
| similarityEdges | 352,380 | 934,419 | 2.65173676145071 | No | 
| connect | 6,350 | 20,362 | 3.20661417322835 | Yes | 
| connectAllSimilar | 840 | 973,176 | 1158.54285714286 | Yes | 
| init | 403 | 31,799 | 78.9057071960298 | No | 
| Total | 7,198 | 995,511 | 
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-09-04-36-nBRWBD--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-09-04-36-nBRWBD--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.42 SIM10-09-04-36-nBRWBD–DV
3.2.42.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.99 | random | 20 | 1 | 5 | 1 | 
3.2.42.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 420 | 1,452 | 420 | 420 | 400 | 3,112 | 
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,878 | 5.79944444444444 | Yes | 
| 3 | getWorks | 3,600 | 88,105 | 24.4736111111111 | No | 
| 4 | individualCycleSearch | 3,600 | 73 | 0.0202777777777778 | Yes | 
| 6 | addItemToWork | 840 | 10,630 | 12.6547619047619 | No | 
| 7 | ownsWork | 420 | 5,677 | 13.5166666666667 | No | 
| 8 | init | 403 | 31,922 | 79.2109181141439 | No | 
| 9 | searchAndConnect | 401 | 106,056 | 264.478802992519 | Yes | 
| 10 | knowsAgent | 400 | 2,817 | 7.0425 | No | 
| 1 | Total | 14,801 | 143,444 | 
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-09-04-36-nBRWBD--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-09-04-36-nBRWBD--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.43 SIM10-09-05-53-pLLNuX–CV
3.2.43.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.99 | smallWorld | 20 | 1 | 5 | 1 | 
3.2.43.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 420 | 14,518 | 420 | 420 | 2,401 | 18,179 | 
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,004,447 | 2.85046540666326 | No | 
| existsSimilarity | 352,380 | 997,343 | 2.83030535217663 | No | 
| similarityEdges | 352,380 | 987,201 | 2.80152392303763 | No | 
| connectAllSimilar | 840 | 1,007,841 | 1199.81071428571 | Yes | 
| init | 403 | 31,390 | 77.8908188585608 | No | 
| connect | 253 | 1,289 | 5.09486166007905 | Yes | 
| Total | 1,101 | 1,010,850 | 
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-09-05-53-pLLNuX--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-09-05-53-pLLNuX--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.44 SIM10-09-05-53-pLLNuX–DV
3.2.44.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.99 | smallWorld | 20 | 1 | 5 | 1 | 
3.2.44.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 420 | 14,012 | 420 | 420 | 2,401 | 17,673 | 
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 | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,600 | 20,930 | 5.81388888888889 | Yes | 
| 3 | getWorks | 3,600 | 92,820 | 25.7833333333333 | No | 
| 4 | individualCycleSearch | 3,600 | 82 | 0.0227777777777778 | Yes | 
| 6 | knowsAgent | 2,401 | 6,075 | 2.5301957517701 | No | 
| 7 | addItemToWork | 840 | 10,473 | 12.4678571428571 | No | 
| 8 | ownsWork | 420 | 5,929 | 14.1166666666667 | No | 
| 9 | init | 403 | 31,772 | 78.8387096774194 | No | 
| 10 | searchAndConnect | 401 | 857,943 | 2139.50872817955 | Yes | 
| 1 | Total | 14,801 | 894,959 | 
3.2.44.8 Found structures
3.2.44.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-09-05-53-pLLNuX--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.44.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-09-05-53-pLLNuX--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.45 SIM10-09-09-26-okQ2Su–CV
3.2.45.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.99 | random | 20 | 1 | 5 | 2 | 
3.2.45.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 820 | 44,756 | 820 | 820 | 400 | 47,616 | 
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 | 1,097,929 | 3,590,026 | 3.26981617208399 | No | 
| 2 | existsSimilarity | 1,097,929 | 3,503,763 | 3.19124733930883 | No | 
| 3 | similarityEdges | 1,097,929 | 3,470,386 | 3.16084737719834 | No | 
| 4 | connect | 19,026 | 67,547 | 3.55024703037948 | Yes | 
| 6 | cycleSearch | 3,600 | 32,266 | 8.96277777777778 | Yes | 
| 7 | getWorks | 3,600 | 110,008 | 30.5577777777778 | Yes | 
| 8 | individualCycleSearch | 3,600 | 74 | 0.0205555555555556 | Yes | 
| 10 | connectAllSimilar | 938 | 3,600,855 | 3838.86460554371 | Yes | 
| 11 | Total | 37,964 | 3,887,291 | 
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-09-09-26-okQ2Su--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-09-09-26-okQ2Su--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.46 SIM10-09-09-26-okQ2Su–DV
3.2.46.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.99 | random | 20 | 1 | 5 | 2 | 
3.2.46.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 820 | 6,704 | 820 | 820 | 400 | 9,564 | 
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 | 45,573 | 12.6591666666667 | Yes | 
| 3 | getWorks | 3,600 | 103,588 | 28.7744444444444 | No | 
| 4 | individualCycleSearch | 3,600 | 79 | 0.0219444444444444 | Yes | 
| 6 | addItemToWork | 1,640 | 29,577 | 18.034756097561 | No | 
| 7 | ownsWork | 820 | 11,145 | 13.5914634146341 | No | 
| 8 | init | 403 | 35,177 | 87.287841191067 | No | 
| 9 | searchAndConnect | 401 | 277,315 | 691.558603491272 | Yes | 
| 10 | knowsAgent | 400 | 2,795 | 6.9875 | No | 
| 1 | Total | 14,801 | 393,559 | 
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-09-09-26-okQ2Su--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-09-09-26-okQ2Su--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.47 SIM10-09-12-28-keRmbd–CV
3.2.47.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.99 | smallWorld | 20 | 1 | 5 | 2 | 
3.2.47.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 820 | 54,184 | 820 | 820 | 2,401 | 59,045 | 
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 | 
|---|---|---|---|---|
| connectIfSimilar | 1,007,370 | 3,592,940 | 3.56665376177571 | No | 
| existsSimilarity | 1,007,370 | 3,573,796 | 3.54764982082055 | No | 
| similarityEdges | 1,007,370 | 3,538,455 | 3.51256737842104 | No | 
| connectAllSimilar | 819 | 3,602,633 | 4398.81929181929 | Yes | 
| connect | 572 | 2,118 | 3.7027972027972 | Yes | 
| init | 403 | 35,251 | 87.4714640198511 | No | 
| Total | 1,399 | 3,607,767 | 
3.2.47.8 Found structures
3.2.47.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-09-12-28-keRmbd--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.47.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-09-12-28-keRmbd--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.48 SIM10-09-12-28-keRmbd–DV
3.2.48.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.99 | smallWorld | 20 | 1 | 5 | 2 | 
3.2.48.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 820 | 53,040 | 820 | 820 | 2,401 | 57,901 | 
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 | 172,346 | 47.8738888888889 | Yes | 
| 3 | getWorks | 3,600 | 104,945 | 29.1513888888889 | No | 
| 4 | individualCycleSearch | 3,600 | 71 | 0.0197222222222222 | Yes | 
| 6 | knowsAgent | 2,401 | 7,858 | 3.27280299875052 | No | 
| 7 | addItemToWork | 1,640 | 22,409 | 13.6640243902439 | No | 
| 8 | ownsWork | 820 | 11,857 | 14.459756097561 | No | 
| 9 | init | 403 | 36,210 | 89.8511166253102 | No | 
| 10 | searchAndConnect | 401 | 2,202,455 | 5492.40648379052 | Yes | 
| 1 | Total | 14,801 | 3,067,109 | 
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-09-12-28-keRmbd--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-09-12-28-keRmbd--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.49 SIM10-08-03-49-zD9YhD–CV
3.2.49.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.99 | random | 5 | 1 | 10 | 1 | 
3.2.49.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 405 | 13,526 | 405 | 405 | 400 | 15,141 | 
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 | 769,623 | 2.34895389827405 | No | 
| existsSimilarity | 327,645 | 759,410 | 2.31778296632026 | No | 
| similarityEdges | 327,645 | 750,614 | 2.29093683712555 | No | 
| connect | 1,739 | 4,956 | 2.84991374353076 | Yes | 
| connectAllSimilar | 810 | 772,653 | 953.892592592593 | Yes | 
| init | 403 | 21,459 | 53.2481389578164 | No | 
| Total | 2,557 | 778,897 | 
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-08-03-49-zD9YhD--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-08-03-49-zD9YhD--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.50 SIM10-08-03-49-zD9YhD–DV
3.2.50.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.99 | random | 5 | 1 | 10 | 1 | 
3.2.50.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 405 | 10,048 | 405 | 405 | 400 | 11,663 | 
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 | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,600 | 16,227 | 4.5075 | Yes | 
| 3 | getWorks | 3,600 | 66,050 | 18.3472222222222 | No | 
| 4 | individualCycleSearch | 3,600 | 84 | 0.0233333333333333 | Yes | 
| 6 | addItemToWork | 810 | 9,057 | 11.1814814814815 | No | 
| 7 | ownsWork | 405 | 3,256 | 8.03950617283951 | No | 
| 8 | init | 403 | 21,949 | 54.4640198511166 | No | 
| 9 | searchAndConnect | 401 | 441,483 | 1100.95511221945 | Yes | 
| 10 | knowsAgent | 400 | 2,308 | 5.77 | No | 
| 1 | Total | 14,801 | 472,736 | 
3.2.50.8 Found structures
3.2.50.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-08-03-49-zD9YhD--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.50.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-08-03-49-zD9YhD--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.51 SIM10-08-05-02-FPqRKX–CV
3.2.51.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.99 | smallWorld | 5 | 1 | 10 | 1 | 
3.2.51.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 405 | 13,508 | 405 | 405 | 2,401 | 17,124 | 
3.2.51.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 810 | 405 | 1,616 | 
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 | 
|---|---|---|---|---|
| connectIfSimilar | 327,645 | 785,777 | 2.39825726014436 | No | 
| existsSimilarity | 327,645 | 780,478 | 2.382084268034 | No | 
| similarityEdges | 327,645 | 771,034 | 2.35326038853027 | No | 
| connectAllSimilar | 810 | 788,907 | 973.959259259259 | Yes | 
| init | 403 | 22,684 | 56.287841191067 | No | 
| connect | 24 | 36 | 1.5 | Yes | 
| Total | 842 | 790,124 | 
3.2.51.8 Found structures
3.2.51.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-08-05-02-FPqRKX--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.51.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-08-05-02-FPqRKX--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.52 SIM10-08-05-02-FPqRKX–DV
3.2.52.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.99 | smallWorld | 5 | 1 | 10 | 1 | 
3.2.52.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 405 | 13,460 | 405 | 405 | 2,401 | 17,076 | 
3.2.52.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 810 | 405 | 1,616 | 
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 | 
|---|---|---|---|---|
| knowsAgent | 2,401 | 5,253 | 2.18783840066639 | No | 
| addItemToWork | 810 | 10,171 | 12.5567901234568 | No | 
| ownsWork | 405 | 5,313 | 13.1185185185185 | No | 
| init | 403 | 22,764 | 56.4863523573201 | No | 
| searchAndConnect | 401 | 813,898 | 2029.67082294264 | Yes | 
| cycleSearch | 23 | 2,460 | 106.95652173913 | Yes | 
| getWorks | 23 | 2,301 | 100.04347826087 | No | 
| individualCycleSearch | 23 | 0 | 0 | Yes | 
| Total | 485 | 818,953 | 
3.2.52.8 Found structures
3.2.52.8.1 Cycles
Number of cycles found: 19
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-08-05-02-FPqRKX--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.52.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-08-05-02-FPqRKX--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.53 SIM10-08-09-45-UYbTgo–CV
3.2.53.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.99 | random | 5 | 1 | 10 | 2 | 
3.2.53.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 805 | 51,774 | 805 | 805 | 400 | 54,589 | 
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 | |
|---|---|---|---|---|---|
| 1 | connectIfSimilar | 1,244,524 | 3,588,272 | 2.88324853518293 | No | 
| 2 | existsSimilarity | 1,244,524 | 3,544,170 | 2.84781169346674 | No | 
| 3 | similarityEdges | 1,244,524 | 3,502,613 | 2.81441981030498 | No | 
| 4 | connect | 7,566 | 23,328 | 3.0832672482157 | Yes | 
| 6 | cycleSearch | 3,600 | 15,256 | 4.23777777777778 | Yes | 
| 7 | getWorks | 3,600 | 72,369 | 20.1025 | Yes | 
| 8 | individualCycleSearch | 3,600 | 70 | 0.0194444444444444 | Yes | 
| 10 | connectAllSimilar | 1,291 | 3,599,978 | 2788.51897753679 | Yes | 
| 11 | Total | 26,857 | 3,724,689 | 
3.2.53.8 Found structures
3.2.53.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-08-09-45-UYbTgo--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.53.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-08-09-45-UYbTgo--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.54 SIM10-08-09-45-UYbTgo–DV
3.2.54.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.99 | random | 5 | 1 | 10 | 2 | 
3.2.54.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 805 | 36,642 | 805 | 805 | 400 | 39,457 | 
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 | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,600 | 13,597 | 3.77694444444444 | Yes | 
| 3 | getWorks | 3,600 | 68,702 | 19.0838888888889 | No | 
| 4 | individualCycleSearch | 3,600 | 68 | 0.0188888888888889 | Yes | 
| 6 | addItemToWork | 1,610 | 17,361 | 10.7832298136646 | No | 
| 7 | ownsWork | 805 | 8,458 | 10.5068322981366 | No | 
| 8 | init | 403 | 24,398 | 60.5409429280397 | No | 
| 9 | searchAndConnect | 401 | 1,207,045 | 3010.08728179551 | Yes | 
| 10 | knowsAgent | 400 | 2,192 | 5.48 | No | 
| 1 | Total | 14,801 | 1,234,320 | 
3.2.54.8 Found structures
3.2.54.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-08-09-45-UYbTgo--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.54.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-08-09-45-UYbTgo--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.55 SIM10-08-12-46-2xhx5J–CV
3.2.55.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.99 | smallWorld | 5 | 1 | 10 | 2 | 
3.2.55.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 805 | 52,562 | 805 | 805 | 2,401 | 57,378 | 
3.2.55.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 1,610 | 805 | 2,816 | 
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 | 1,191,960 | 3,589,164 | 3.0111446692842 | No | 
| existsSimilarity | 1,191,960 | 3,568,632 | 2.99391925903554 | No | 
| similarityEdges | 1,191,960 | 3,525,503 | 2.95773599785228 | No | 
| connectAllSimilar | 1,155 | 3,600,469 | 3117.28917748918 | Yes | 
| init | 403 | 32,433 | 80.4789081885856 | No | 
| connect | 58 | 141 | 2.43103448275862 | Yes | 
| Total | 1,221 | 3,602,791 | 
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-08-12-46-2xhx5J--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-08-12-46-2xhx5J--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.56 SIM10-08-12-46-2xhx5J–DV
3.2.56.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.99 | smallWorld | 5 | 1 | 10 | 2 | 
3.2.56.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 805 | 52,446 | 805 | 805 | 2,401 | 57,262 | 
3.2.56.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 1,610 | 805 | 2,816 | 
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 | 
|---|---|---|---|---|
| knowsAgent | 2,401 | 5,236 | 2.18075801749271 | No | 
| addItemToWork | 1,610 | 19,939 | 12.3844720496894 | No | 
| ownsWork | 805 | 10,156 | 12.616149068323 | No | 
| init | 403 | 23,247 | 57.6848635235732 | No | 
| searchAndConnect | 401 | 2,043,283 | 5095.46882793017 | Yes | 
| cycleSearch | 59 | 3,923 | 66.4915254237288 | Yes | 
| getWorks | 59 | 4,841 | 82.0508474576271 | No | 
| individualCycleSearch | 59 | 0 | 0 | Yes | 
| Total | 611 | 2,051,284 | 
3.2.56.8 Found structures
3.2.56.8.1 Cycles
Number of cycles found: 46
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-08-12-46-2xhx5J--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.56.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-08-12-46-2xhx5J--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.57 SIM10-08-01-48-M8WhQw–CV
3.2.57.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.99 | random | 5 | 1 | 30 | 2 | 
3.2.57.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 805 | 52,144 | 805 | 805 | 400 | 54,959 | 
3.2.57.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 1,610 | 805 | 2,816 | 
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 | 
|---|---|---|---|---|
| connectIfSimilar | 1,193,770 | 3,589,122 | 3.00654397413237 | No | 
| existsSimilarity | 1,193,770 | 3,568,767 | 2.98949295090344 | No | 
| similarityEdges | 1,193,770 | 3,518,289 | 2.94720842373322 | No | 
| connectAllSimilar | 1,159 | 3,600,186 | 3106.28645383952 | Yes | 
| init | 403 | 33,424 | 82.9379652605459 | No | 
| connect | 84 | 226 | 2.69047619047619 | Yes | 
| Total | 1,251 | 3,602,380 | 
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-08-01-48-M8WhQw--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-08-01-48-M8WhQw--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.58 SIM10-08-01-48-M8WhQw–DV
3.2.58.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.99 | random | 5 | 1 | 30 | 2 | 
3.2.58.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 805 | 51,976 | 805 | 805 | 400 | 54,791 | 
3.2.58.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 1,610 | 805 | 2,816 | 
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 | |
|---|---|---|---|---|---|
| 1 | addItemToWork | 1,610 | 17,618 | 10.9428571428571 | No | 
| 2 | ownsWork | 805 | 9,073 | 11.2708074534161 | No | 
| 3 | init | 403 | 34,206 | 84.87841191067 | No | 
| 4 | searchAndConnect | 401 | 1,581,475 | 3943.82793017456 | Yes | 
| 5 | knowsAgent | 400 | 1,617 | 4.0425 | No | 
| 7 | cycleSearch | 51 | 13,226 | 259.333333333333 | Yes | 
| 8 | getWorks | 51 | 7,866 | 154.235294117647 | No | 
| 9 | individualCycleSearch | 51 | 0 | 0 | Yes | 
| 11 | Total | 605 | 1,611,047 | 
3.2.58.8 Found structures
3.2.58.8.1 Cycles
Number of cycles found: 47
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-08-01-48-M8WhQw--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.58.8.2 Paths
Number of paths found: 4
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-08-01-48-M8WhQw--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.59 SIM10-08-02-50-AXPLSy–CV
3.2.59.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.99 | smallWorld | 5 | 1 | 30 | 2 | 
3.2.59.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 805 | 52,918 | 805 | 805 | 2,401 | 57,734 | 
3.2.59.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 1,610 | 805 | 2,816 | 
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 | 1,182,670 | 3,589,869 | 3.03539364319717 | No | 
| existsSimilarity | 1,182,670 | 3,570,041 | 3.01862818875933 | No | 
| similarityEdges | 1,182,670 | 3,529,068 | 2.9839836979039 | No | 
| connectAllSimilar | 1,135 | 3,600,972 | 3172.66255506608 | Yes | 
| init | 403 | 25,029 | 62.106699751861 | No | 
| connect | 79 | 280 | 3.54430379746835 | Yes | 
| Total | 1,222 | 3,603,494 | 
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-08-02-50-AXPLSy--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-08-02-50-AXPLSy--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.60 SIM10-08-02-50-AXPLSy–DV
3.2.60.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.99 | smallWorld | 5 | 1 | 30 | 2 | 
3.2.60.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 805 | 52,760 | 805 | 805 | 2,401 | 57,576 | 
3.2.60.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 1,610 | 805 | 2,816 | 
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 | 
|---|---|---|---|---|
| knowsAgent | 2,401 | 6,095 | 2.53852561432736 | No | 
| addItemToWork | 1,610 | 17,315 | 10.7546583850932 | No | 
| ownsWork | 805 | 8,066 | 10.0198757763975 | No | 
| init | 403 | 34,040 | 84.4665012406948 | No | 
| searchAndConnect | 401 | 2,042,579 | 5093.71321695761 | Yes | 
| cycleSearch | 59 | 1,896 | 32.135593220339 | Yes | 
| getWorks | 59 | 221 | 3.74576271186441 | No | 
| individualCycleSearch | 59 | 1 | 0.0169491525423729 | Yes | 
| Total | 595 | 2,047,236 | 
3.2.60.8 Found structures
3.2.60.8.1 Cycles
Number of cycles found: 38
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-08-02-50-AXPLSy--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-08-02-50-AXPLSy--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.61 SIM10-08-05-17-c2KyVg–CV
3.2.61.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.99 | random | 5 | 1 | 30 | 1 | 
3.2.61.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 405 | 13,586 | 405 | 405 | 400 | 15,201 | 
3.2.61.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 810 | 405 | 1,616 | 
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 | |
|---|---|---|---|---|---|
| 1 | connectIfSimilar | 327,645 | 796,194 | 2.43005081719544 | No | 
| 2 | existsSimilarity | 327,645 | 790,706 | 2.41330098124494 | No | 
| 3 | similarityEdges | 327,645 | 781,564 | 2.3853988310519 | No | 
| 4 | connectAllSimilar | 810 | 799,271 | 986.754320987654 | Yes | 
| 5 | init | 403 | 26,691 | 66.2307692307692 | No | 
| 6 | connect | 22 | 41 | 1.86363636363636 | Yes | 
| 7 | searchAndConnect | 9 | 16,377 | 1819.66666666667 | Yes | 
| 9 | cycleSearch | 2 | 33 | 16.5 | Yes | 
| 11 | Total | 849 | 816,809 | 
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-08-05-17-c2KyVg--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-08-05-17-c2KyVg--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.62 SIM10-08-05-17-c2KyVg–DV
3.2.62.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.99 | random | 5 | 1 | 30 | 1 | 
3.2.62.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 405 | 13,542 | 405 | 405 | 400 | 15,157 | 
3.2.62.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 810 | 405 | 1,616 | 
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 | 810 | 7,901 | 9.75432098765432 | No | 
| ownsWork | 405 | 4,591 | 11.3358024691358 | No | 
| init | 403 | 26,736 | 66.3424317617866 | No | 
| knowsAgent | 400 | 2,103 | 5.2575 | No | 
| searchAndConnect | 392 | 602,483 | 1536.94642857143 | Yes | 
| getWorksItems | 8 | 38 | 4.75 | Yes | 
| getWorks | 7 | 5,778 | 825.428571428571 | No | 
| individualCycleSearch | 7 | 0 | 0 | Yes | 
| cycleSearch | 6 | 6,640 | 1106.66666666667 | Yes | 
| Total | 418 | 611,255 | 
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-08-05-17-c2KyVg--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-08-05-17-c2KyVg--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.63 SIM10-08-05-31-3ejGrz–CV
3.2.63.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.99 | smallWorld | 5 | 1 | 30 | 1 | 
3.2.63.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 405 | 13,366 | 405 | 405 | 2,401 | 16,982 | 
3.2.63.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 810 | 405 | 1,616 | 
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 | 327,645 | 801,258 | 2.4455065696104 | No | 
| existsSimilarity | 327,645 | 795,847 | 2.42899174411329 | No | 
| similarityEdges | 327,645 | 786,655 | 2.40093698972974 | No | 
| connectAllSimilar | 810 | 804,295 | 992.956790123457 | Yes | 
| init | 403 | 22,936 | 56.9131513647643 | No | 
| connect | 21 | 85 | 4.04761904761905 | Yes | 
| Total | 839 | 805,603 | 
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-08-05-31-3ejGrz--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-08-05-31-3ejGrz--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.64 SIM10-08-05-31-3ejGrz–DV
3.2.64.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.99 | smallWorld | 5 | 1 | 30 | 1 | 
3.2.64.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 405 | 13,324 | 405 | 405 | 2,401 | 16,940 | 
3.2.64.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 810 | 405 | 1,616 | 
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 | 
|---|---|---|---|---|
| knowsAgent | 2,401 | 5,291 | 2.2036651395252 | No | 
| addItemToWork | 810 | 12,599 | 15.5543209876543 | No | 
| ownsWork | 405 | 5,318 | 13.1308641975309 | No | 
| init | 403 | 22,877 | 56.7667493796526 | No | 
| searchAndConnect | 401 | 802,609 | 2001.5187032419 | Yes | 
| cycleSearch | 23 | 2,380 | 103.478260869565 | Yes | 
| getWorks | 23 | 1,531 | 66.5652173913043 | No | 
| individualCycleSearch | 23 | 0 | 0 | Yes | 
| Total | 485 | 808,290 | 
3.2.64.8 Found structures
3.2.64.8.1 Cycles
Number of cycles found: 19
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-08-05-31-3ejGrz--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-08-05-31-3ejGrz--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.65 SIM10-08-01-22-mQpAxd–CV
3.2.65.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.99 | random | 5 | 1 | 5 | 1 | 
3.2.65.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 405 | 12,804 | 405 | 405 | 400 | 14,419 | 
3.2.65.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 810 | 405 | 1,616 | 
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 | 
|---|---|---|---|---|
| connectIfSimilar | 327,645 | 730,391 | 2.22921454623144 | No | 
| existsSimilarity | 327,645 | 709,037 | 2.16404034854797 | No | 
| similarityEdges | 327,645 | 700,865 | 2.13909871965084 | No | 
| connect | 5,705 | 16,082 | 2.81893076248904 | Yes | 
| connectAllSimilar | 810 | 733,507 | 905.564197530864 | Yes | 
| init | 403 | 22,245 | 55.1985111662531 | No | 
| Total | 6,523 | 750,694 | 
3.2.65.8 Found structures
3.2.65.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-08-01-22-mQpAxd--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.65.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-08-01-22-mQpAxd--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.66 SIM10-08-01-22-mQpAxd–DV
3.2.66.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.99 | random | 5 | 1 | 5 | 1 | 
3.2.66.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 405 | 1,394 | 405 | 405 | 400 | 3,009 | 
3.2.66.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 810 | 405 | 1,616 | 
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 | 13,856 | 3.84888888888889 | Yes | 
| 3 | getWorks | 3,600 | 63,157 | 17.5436111111111 | No | 
| 4 | individualCycleSearch | 3,600 | 136 | 0.0377777777777778 | Yes | 
| 6 | addItemToWork | 810 | 18,414 | 22.7333333333333 | No | 
| 7 | ownsWork | 405 | 9,433 | 23.2913580246914 | No | 
| 8 | init | 403 | 23,799 | 59.0545905707196 | No | 
| 9 | searchAndConnect | 401 | 91,695 | 228.665835411471 | Yes | 
| 10 | knowsAgent | 400 | 2,820 | 7.05 | No | 
| 1 | Total | 14,801 | 118,929 | 
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-08-01-22-mQpAxd--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-08-01-22-mQpAxd--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.67 SIM10-08-02-35-fbrmvy–CV
3.2.67.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.99 | smallWorld | 5 | 1 | 5 | 1 | 
3.2.67.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 405 | 13,192 | 405 | 405 | 2,401 | 16,808 | 
3.2.67.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 810 | 405 | 1,616 | 
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 | 327,645 | 781,783 | 2.38606723740634 | No | 
| existsSimilarity | 327,645 | 775,945 | 2.36824917212227 | No | 
| similarityEdges | 327,645 | 766,917 | 2.34069495948359 | No | 
| connectAllSimilar | 810 | 784,773 | 968.855555555556 | Yes | 
| init | 403 | 22,635 | 56.166253101737 | No | 
| connect | 242 | 495 | 2.04545454545455 | Yes | 
| Total | 1,060 | 786,430 | 
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-08-02-35-fbrmvy--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-08-02-35-fbrmvy--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.68 SIM10-08-02-35-fbrmvy–DV
3.2.68.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.99 | smallWorld | 5 | 1 | 5 | 1 | 
3.2.68.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 405 | 12,708 | 405 | 405 | 2,401 | 16,324 | 
3.2.68.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 810 | 405 | 1,616 | 
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 | 15,559 | 4.32194444444444 | Yes | 
| 3 | getWorks | 3,600 | 64,121 | 17.8113888888889 | No | 
| 4 | individualCycleSearch | 3,600 | 98 | 0.0272222222222222 | Yes | 
| 6 | knowsAgent | 2,401 | 5,722 | 2.38317367763432 | No | 
| 7 | addItemToWork | 810 | 10,208 | 12.6024691358025 | No | 
| 8 | ownsWork | 405 | 4,286 | 10.5827160493827 | No | 
| 9 | init | 403 | 21,828 | 54.1637717121588 | No | 
| 10 | searchAndConnect | 401 | 687,688 | 1714.93266832918 | Yes | 
| 1 | Total | 14,801 | 717,779 | 
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-08-02-35-fbrmvy--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-08-02-35-fbrmvy--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.69 SIM10-08-05-45-ECS4aQ–CV
3.2.69.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.99 | random | 5 | 1 | 5 | 2 | 
3.2.69.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 805 | 51,450 | 805 | 805 | 400 | 54,265 | 
3.2.69.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 1,610 | 805 | 2,816 | 
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 | 1,295,245 | 3,472,928 | 2.68129041223861 | No | 
| existsSimilarity | 1,295,245 | 3,381,381 | 2.61061111990396 | No | 
| similarityEdges | 1,295,245 | 3,341,673 | 2.57995437156677 | No | 
| connect | 23,110 | 69,787 | 3.01977498918217 | Yes | 
| connectAllSimilar | 1,610 | 3,485,308 | 2164.78757763975 | Yes | 
| init | 403 | 23,019 | 57.1191066997519 | No | 
| Total | 24,728 | 3,557,214 | 
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-08-05-45-ECS4aQ--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-08-05-45-ECS4aQ--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.70 SIM10-08-05-45-ECS4aQ–DV
3.2.70.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.99 | random | 5 | 1 | 5 | 2 | 
3.2.70.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 805 | 5,230 | 805 | 805 | 400 | 8,045 | 
3.2.70.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 1,610 | 805 | 2,816 | 
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,600 | 16,103 | 4.47305555555556 | Yes | 
| 3 | getWorks | 3,600 | 63,681 | 17.6891666666667 | No | 
| 4 | individualCycleSearch | 3,600 | 82 | 0.0227777777777778 | Yes | 
| 6 | addItemToWork | 1,610 | 18,912 | 11.7465838509317 | No | 
| 7 | ownsWork | 805 | 9,547 | 11.8596273291925 | No | 
| 8 | init | 403 | 24,090 | 59.7766749379653 | No | 
| 9 | searchAndConnect | 401 | 178,657 | 445.528678304239 | Yes | 
| 10 | knowsAgent | 400 | 1,827 | 4.5675 | No | 
| 1 | Total | 14,801 | 210,670 | 
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-08-05-45-ECS4aQ--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.70.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-08-05-45-ECS4aQ--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.71 SIM10-08-07-44-CuUQs3–CV
3.2.71.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.99 | smallWorld | 5 | 1 | 5 | 2 | 
3.2.71.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 805 | 52,542 | 805 | 805 | 2,401 | 57,358 | 
3.2.71.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 1,610 | 805 | 2,816 | 
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 | 1,217,824 | 3,588,829 | 2.94691925926899 | No | 
| existsSimilarity | 1,217,824 | 3,565,699 | 2.9279263670284 | No | 
| similarityEdges | 1,217,824 | 3,523,126 | 2.89296811361905 | No | 
| connectAllSimilar | 1,216 | 3,600,532 | 2960.96381578947 | Yes | 
| connect | 782 | 2,615 | 3.34398976982097 | Yes | 
| init | 403 | 23,514 | 58.3473945409429 | No | 
| Total | 2,006 | 3,605,295 | 
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-08-07-44-CuUQs3--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-08-07-44-CuUQs3--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.72 SIM10-08-07-44-CuUQs3–DV
3.2.72.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.99 | smallWorld | 5 | 1 | 5 | 2 | 
3.2.72.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 805 | 50,978 | 805 | 805 | 2,401 | 55,794 | 
3.2.72.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 1,610 | 805 | 2,816 | 
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 | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,600 | 33,862 | 9.40611111111111 | Yes | 
| 3 | getWorks | 3,600 | 72,234 | 20.065 | No | 
| 4 | individualCycleSearch | 3,600 | 99 | 0.0275 | Yes | 
| 6 | knowsAgent | 2,401 | 5,489 | 2.28613077884215 | No | 
| 7 | addItemToWork | 1,610 | 21,107 | 13.1099378881988 | No | 
| 8 | ownsWork | 805 | 8,668 | 10.767701863354 | No | 
| 9 | init | 403 | 23,849 | 59.1786600496278 | No | 
| 10 | searchAndConnect | 401 | 1,540,528 | 3841.71571072319 | Yes | 
| 1 | Total | 14,801 | 1,608,286 | 
3.2.72.8 Found structures
3.2.72.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-08-07-44-CuUQs3--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.2.72.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-08-07-44-CuUQs3--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 3.3 Scatterplots of experiment












