4 Experiment 3
agentNumbers=[800] : chainLengths=[5, 10, 20] : randomWorksNumberMultipliers=[1, 2] : maxDistances=[5, 10, 30] : similaritySearchThresholds=[1] : similarityConnectThresholds=[0.96] : graphTypes=[random, smallWorld] : message=[800 agents with similarityConnectThreshold 0.96]
4.1 Experimental set up
| Values | |
|---|---|
| experimentId | EXP10-17-09-54-A7Z97s | 
| agentNumbers | 800 | 
| maxDistances | 5, 10, 30 | 
| randomWorksNumberMultipliers | 1, 2 | 
| similarityConnectThresholds | 0.96 | 
| graphTypes | random, smallWorld | 
| chainLengths | 5, 10, 20 | 
4.2 Descriptive analysis of each simulation
4.2.1 SIM10-18-09-36-q42Kbs–CV
4.2.1.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.96 | random | 10 | 1 | 10 | 1 | 
4.2.1.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 810 | 184,304 | 810 | 810 | 800 | 187,534 | 
4.2.1.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,620 | 810 | 3,231 | 
4.2.1.4 distribution of similarityEdgesByWeight

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

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

4.2.1.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | connectIfSimilar | 1,020,687 | 3,590,630 | 3.51785611063921 | No | 
| 2 | existsSimilarity | 1,020,687 | 3,493,812 | 3.42300039091318 | No | 
| 3 | similarityEdges | 1,020,687 | 3,421,443 | 3.35209814566072 | No | 
| 4 | connect | 38,829 | 74,945 | 1.93012954235237 | Yes | 
| 6 | cycleSearch | 3,600 | 121,232 | 33.6755555555556 | Yes | 
| 7 | getWorks | 3,600 | 27,869 | 7.74138888888889 | Yes | 
| 8 | individualCycleSearch | 3,600 | 131 | 0.0363888888888889 | Yes | 
| 10 | connectAllSimilar | 857 | 3,601,952 | 4202.97782963827 | Yes | 
| 11 | Total | 57,686 | 4,213,279 | 
4.2.1.8 Found structures
4.2.1.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-18-09-36-q42Kbs--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.1.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-18-09-36-q42Kbs--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.2 SIM10-18-09-36-q42Kbs–DV
4.2.2.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.96 | random | 10 | 1 | 10 | 1 | 
4.2.2.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 810 | 106,646 | 810 | 810 | 800 | 109,876 | 
4.2.2.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,620 | 810 | 3,231 | 
4.2.2.4 distribution of similarityEdgesByWeight

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

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

4.2.2.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,600 | 28,021 | 7.78361111111111 | Yes | 
| 3 | getWorks | 3,600 | 30,525 | 8.47916666666667 | No | 
| 4 | individualCycleSearch | 3,600 | 130 | 0.0361111111111111 | Yes | 
| 6 | addItemToWork | 1,620 | 12,134 | 7.49012345679012 | No | 
| 7 | ownsWork | 810 | 5,683 | 7.01604938271605 | No | 
| 8 | init | 803 | 43,711 | 54.4346201743462 | No | 
| 9 | searchAndConnect | 801 | 1,055,595 | 1317.84644194757 | Yes | 
| 10 | knowsAgent | 800 | 1,344 | 1.68 | No | 
| 1 | Total | 15,201 | 1,116,113 | 
4.2.2.8 Found structures
4.2.2.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-18-09-36-q42Kbs--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.2.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-18-09-36-q42Kbs--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.3 SIM10-18-09-51-M4IPxY–CV
4.2.3.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.96 | random | 10 | 1 | 10 | 2 | 
4.2.3.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,610 | 416,650 | 1,610 | 1,610 | 800 | 422,280 | 
4.2.3.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,220 | 1,610 | 5,631 | 
4.2.3.4 distribution of similarityEdgesByWeight

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

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

4.2.3.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | connectIfSimilar | 711,045 | 3,602,960 | 5.06713358507549 | No | 
| 2 | existsSimilarity | 711,045 | 3,522,312 | 4.95371179039301 | No | 
| 3 | similarityEdges | 711,045 | 3,448,203 | 4.84948631943126 | No | 
| 4 | connect | 31,519 | 64,547 | 2.04787588438719 | Yes | 
| 6 | cycleSearch | 3,600 | 105,440 | 29.2888888888889 | Yes | 
| 7 | getWorks | 3,600 | 30,210 | 8.39166666666667 | Yes | 
| 8 | individualCycleSearch | 3,600 | 145 | 0.0402777777777778 | Yes | 
| 10 | init | 803 | 51,942 | 64.6849315068493 | No | 
| 11 | Total | 49,519 | 477,704 | 
4.2.3.8 Found structures
4.2.3.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-18-09-51-M4IPxY--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.3.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-18-09-51-M4IPxY--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.4 SIM10-18-09-51-M4IPxY–DV
4.2.4.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.96 | random | 10 | 1 | 10 | 2 | 
4.2.4.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,610 | 353,612 | 1,610 | 1,610 | 800 | 359,242 | 
4.2.4.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,220 | 1,610 | 5,631 | 
4.2.4.4 distribution of similarityEdgesByWeight

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

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

4.2.4.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,600 | 100,258 | 27.8494444444444 | Yes | 
| 3 | getWorks | 3,600 | 34,021 | 9.45027777777778 | No | 
| 4 | individualCycleSearch | 3,600 | 130 | 0.0361111111111111 | Yes | 
| 6 | addItemToWork | 3,220 | 22,582 | 7.01304347826087 | No | 
| 7 | ownsWork | 1,610 | 11,406 | 7.08447204968944 | No | 
| 8 | init | 803 | 51,303 | 63.8891656288917 | No | 
| 9 | searchAndConnect | 801 | 3,580,199 | 4469.66167290886 | Yes | 
| 10 | knowsAgent | 800 | 1,362 | 1.7025 | No | 
| 1 | Total | 15,201 | 3,958,045 | 
4.2.4.8 Found structures
4.2.4.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-18-09-51-M4IPxY--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.4.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-18-09-51-M4IPxY--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.5 SIM10-18-12-38-DewxPY–CV
4.2.5.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.96 | smallWorld | 10 | 1 | 10 | 1 | 
4.2.5.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 810 | 209,414 | 810 | 810 | 4,801 | 216,645 | 
4.2.5.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,620 | 810 | 3,231 | 
4.2.5.4 distribution of similarityEdgesByWeight

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

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

4.2.5.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 948,012 | 3,590,165 | 3.7870459445661 | No | 
| existsSimilarity | 948,012 | 3,570,590 | 3.76639747176196 | No | 
| similarityEdges | 948,012 | 3,493,980 | 3.68558625840179 | No | 
| init | 803 | 45,609 | 56.7982565379826 | No | 
| connectAllSimilar | 767 | 3,600,069 | 4693.70143415906 | Yes | 
| connect | 138 | 240 | 1.73913043478261 | Yes | 
| Total | 913 | 3,602,956 | 
4.2.5.8 Found structures
4.2.5.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-18-12-38-DewxPY--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.5.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-18-12-38-DewxPY--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.6 SIM10-18-12-38-DewxPY–DV
4.2.6.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.96 | smallWorld | 10 | 1 | 10 | 1 | 
4.2.6.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 810 | 209,138 | 810 | 810 | 4,801 | 216,369 | 
4.2.6.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,620 | 810 | 3,231 | 
4.2.6.4 distribution of similarityEdgesByWeight

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

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

4.2.6.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| knowsAgent | 4,801 | 7,087 | 1.47615080191627 | No | 
| addItemToWork | 1,620 | 12,153 | 7.50185185185185 | No | 
| ownsWork | 810 | 5,766 | 7.11851851851852 | No | 
| init | 803 | 44,835 | 55.8343711083437 | No | 
| searchAndConnect | 801 | 2,861,287 | 3572.14357053683 | Yes | 
| cycleSearch | 79 | 7,349 | 93.0253164556962 | Yes | 
| getWorks | 79 | 4,750 | 60.126582278481 | No | 
| individualCycleSearch | 79 | 3 | 0.0379746835443038 | Yes | 
| Total | 1,037 | 2,874,394 | 
4.2.6.8 Found structures
4.2.6.8.1 Cycles
Number of cycles found: 39
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-18-12-38-DewxPY--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.6.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-18-12-38-DewxPY--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.7 SIM10-19-12-53-eevk5B–CV
4.2.7.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.96 | smallWorld | 10 | 1 | 10 | 2 | 
4.2.7.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,610 | 823,552 | 1,610 | 1,610 | 4,801 | 833,183 | 
4.2.7.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,220 | 1,610 | 5,631 | 
4.2.7.4 distribution of similarityEdgesByWeight

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

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

4.2.7.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 572,424 | 3,601,954 | 6.29245803809763 | No | 
| existsSimilarity | 572,424 | 3,588,643 | 6.26920429611617 | No | 
| similarityEdges | 572,424 | 3,510,871 | 6.13333997176918 | No | 
| init | 803 | 197,817 | 246.347447073474 | No | 
| searchAndConnect | 209 | 3,124,664 | 14950.5454545455 | Yes | 
| connectAllSimilar | 183 | 3,608,327 | 19717.6338797814 | Yes | 
| cycleSearch | 118 | 43,749 | 370.754237288136 | Yes | 
| getWorks | 117 | 43,467 | 371.51282051282 | Yes | 
| connect | 72 | 201 | 2.79166666666667 | Yes | 
| Total | 704 | 6,824,845 | 
4.2.7.8 Found structures
4.2.7.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-19-12-53-eevk5B--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.7.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-19-12-53-eevk5B--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.8 SIM10-19-12-53-eevk5B–DV
4.2.8.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.96 | smallWorld | 10 | 1 | 10 | 2 | 
4.2.8.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,610 | 823,408 | 1,610 | 1,610 | 4,801 | 833,039 | 
4.2.8.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,220 | 1,610 | 5,631 | 
4.2.8.4 distribution of similarityEdgesByWeight

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

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

4.2.8.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| knowsAgent | 4,801 | 7,174 | 1.49427202666111 | No | 
| addItemToWork | 3,220 | 28,832 | 8.95403726708074 | No | 
| ownsWork | 1,610 | 13,801 | 8.57204968944099 | No | 
| init | 803 | 121,237 | 150.980074719801 | No | 
| searchAndConnect | 592 | 7,625,451 | 12880.8293918919 | Yes | 
| individualCycleSearch | 125 | 0 | 0 | Yes | 
| getWorksItems | 18 | 40 | 2.22222222222222 | Yes | 
| getWorks | 9 | 62,607 | 6956.33333333333 | No | 
| cycleSearch | 8 | 81,586 | 10198.25 | Yes | 
| Total | 748 | 7,758,027 | 
4.2.8.8 Found structures
4.2.8.8.1 Cycles
Number of cycles found: 3
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-19-12-53-eevk5B--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.8.8.2 Paths
Number of paths found: 2
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-19-12-53-eevk5B--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.9 SIM10-18-01-41-hRgJzc–CV
4.2.9.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.96 | random | 10 | 1 | 30 | 1 | 
4.2.9.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 810 | 209,458 | 810 | 810 | 800 | 212,688 | 
4.2.9.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,620 | 810 | 3,231 | 
4.2.9.4 distribution of similarityEdgesByWeight

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

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

4.2.9.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 948,012 | 3,592,492 | 3.7895005548453 | No | 
| existsSimilarity | 948,012 | 3,573,000 | 3.76893963367552 | No | 
| similarityEdges | 948,012 | 3,495,584 | 3.68727822010692 | No | 
| init | 803 | 49,411 | 61.53300124533 | No | 
| connectAllSimilar | 767 | 3,602,343 | 4696.66623207301 | Yes | 
| connect | 144 | 261 | 1.8125 | Yes | 
| cycleSearch | 42 | 1,038 | 24.7142857142857 | Yes | 
| getWorks | 41 | 144 | 3.51219512195122 | Yes | 
| searchAndConnect | 8 | 33,491 | 4186.375 | Yes | 
| Total | 1,007 | 3,638,902 | 
4.2.9.8 Found structures
4.2.9.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-18-01-41-hRgJzc--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.9.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-18-01-41-hRgJzc--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.10 SIM10-18-01-41-hRgJzc–DV
4.2.10.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.96 | random | 10 | 1 | 30 | 1 | 
4.2.10.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 810 | 209,170 | 810 | 810 | 800 | 212,400 | 
4.2.10.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,620 | 810 | 3,231 | 
4.2.10.4 distribution of similarityEdgesByWeight

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

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

4.2.10.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| addItemToWork | 1,620 | 12,014 | 7.41604938271605 | No | 
| ownsWork | 810 | 5,705 | 7.04320987654321 | No | 
| init | 803 | 48,909 | 60.9078455790785 | No | 
| knowsAgent | 800 | 1,354 | 1.6925 | No | 
| searchAndConnect | 793 | 2,197,375 | 2770.96469104666 | Yes | 
| individualCycleSearch | 55 | 1 | 0.0181818181818182 | Yes | 
| getWorksItems | 18 | 32 | 1.77777777777778 | Yes | 
| getWorks | 15 | 13,524 | 901.6 | No | 
| cycleSearch | 14 | 23,281 | 1662.92857142857 | Yes | 
| Total | 889 | 2,240,054 | 
4.2.10.8 Found structures
4.2.10.8.1 Cycles
Number of cycles found: 3
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-18-01-41-hRgJzc--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.10.8.2 Paths
Number of paths found: 6
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-18-01-41-hRgJzc--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.11 SIM10-18-02-44-BFF8Xx–CV
4.2.11.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.96 | smallWorld | 10 | 1 | 30 | 1 | 
4.2.11.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 810 | 210,060 | 810 | 810 | 4,801 | 217,291 | 
4.2.11.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,620 | 810 | 3,231 | 
4.2.11.4 distribution of similarityEdgesByWeight

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

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

4.2.11.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 933,375 | 3,591,349 | 3.84770215615374 | No | 
| existsSimilarity | 933,375 | 3,572,057 | 3.82703307888041 | No | 
| similarityEdges | 933,375 | 3,496,173 | 3.7457324226597 | No | 
| init | 803 | 48,064 | 59.8555417185554 | No | 
| connectAllSimilar | 750 | 3,601,028 | 4801.37066666667 | Yes | 
| connect | 142 | 251 | 1.76760563380282 | Yes | 
| Total | 900 | 3,603,823 | 
4.2.11.8 Found structures
4.2.11.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-18-02-44-BFF8Xx--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.11.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-18-02-44-BFF8Xx--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.12 SIM10-18-02-44-BFF8Xx–DV
4.2.12.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.96 | smallWorld | 10 | 1 | 30 | 1 | 
4.2.12.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 810 | 209,776 | 810 | 810 | 4,801 | 217,007 | 
4.2.12.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,620 | 810 | 3,231 | 
4.2.12.4 distribution of similarityEdgesByWeight

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

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

4.2.12.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| knowsAgent | 4,801 | 7,047 | 1.46781920433243 | No | 
| addItemToWork | 1,620 | 13,536 | 8.35555555555556 | No | 
| ownsWork | 810 | 5,816 | 7.18024691358025 | No | 
| init | 803 | 47,795 | 59.5205479452055 | No | 
| searchAndConnect | 801 | 2,621,739 | 3273.08239700375 | Yes | 
| cycleSearch | 69 | 27,197 | 394.159420289855 | Yes | 
| getWorks | 69 | 9,536 | 138.202898550725 | No | 
| individualCycleSearch | 69 | 0 | 0 | Yes | 
| getWorksItems | 18 | 103 | 5.72222222222222 | Yes | 
| Total | 966 | 2,673,465 | 
4.2.12.8 Found structures
4.2.12.8.1 Cycles
Number of cycles found: 3
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-18-02-44-BFF8Xx--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.12.8.2 Paths
Number of paths found: 6
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-18-02-44-BFF8Xx--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.13 SIM10-19-02-01-ccWPRo–CV
4.2.13.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.96 | random | 10 | 1 | 30 | 2 | 
4.2.13.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,610 | 824,390 | 1,610 | 1,610 | 800 | 830,020 | 
4.2.13.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,220 | 1,610 | 5,631 | 
4.2.13.4 distribution of similarityEdgesByWeight

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

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

4.2.13.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 575,460 | 3,596,711 | 6.25014944566086 | No | 
| existsSimilarity | 575,460 | 3,583,416 | 6.22704618913565 | No | 
| similarityEdges | 575,460 | 3,505,496 | 6.09164146943315 | No | 
| init | 803 | 122,570 | 152.640099626401 | No | 
| connectAllSimilar | 184 | 3,603,223 | 19582.7336956522 | Yes | 
| cycleSearch | 166 | 15,153 | 91.2831325301205 | Yes | 
| getWorks | 165 | 4,402 | 26.6787878787879 | Yes | 
| connect | 58 | 112 | 1.93103448275862 | Yes | 
| searchAndConnect | 44 | 605,767 | 13767.4318181818 | Yes | 
| Total | 622 | 4,233,109 | 
4.2.13.8 Found structures
4.2.13.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-19-02-01-ccWPRo--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.13.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-19-02-01-ccWPRo--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.14 SIM10-19-02-01-ccWPRo–DV
4.2.14.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.96 | random | 10 | 1 | 30 | 2 | 
4.2.14.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,610 | 824,274 | 1,610 | 1,610 | 800 | 829,904 | 
4.2.14.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,220 | 1,610 | 5,631 | 
4.2.14.4 distribution of similarityEdgesByWeight

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

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

4.2.14.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| addItemToWork | 3,220 | 23,700 | 7.36024844720497 | No | 
| ownsWork | 1,610 | 11,922 | 7.40496894409938 | No | 
| init | 803 | 116,447 | 145.014943960149 | No | 
| knowsAgent | 800 | 1,453 | 1.81625 | No | 
| searchAndConnect | 757 | 9,532,464 | 12592.4227212682 | Yes | 
| individualCycleSearch | 173 | 3 | 0.0173410404624277 | Yes | 
| getWorksItems | 18 | 32 | 1.77777777777778 | Yes | 
| getWorks | 9 | 62,235 | 6915 | No | 
| cycleSearch | 8 | 85,209 | 10651.125 | Yes | 
| Total | 961 | 9,667,384 | 
4.2.14.8 Found structures
4.2.14.8.1 Cycles
Number of cycles found: 3
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-19-02-01-ccWPRo--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.14.8.2 Paths
Number of paths found: 2
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-19-02-01-ccWPRo--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.15 SIM10-19-03-08-qtZLj4–CV
4.2.15.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.96 | smallWorld | 10 | 1 | 30 | 2 | 
4.2.15.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,610 | 818,600 | 1,610 | 1,610 | 4,801 | 828,231 | 
4.2.15.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,220 | 1,610 | 5,631 | 
4.2.15.4 distribution of similarityEdgesByWeight

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

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

4.2.15.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 572,424 | 3,612,139 | 6.31025079311839 | No | 
| existsSimilarity | 572,424 | 3,598,767 | 6.28689048677204 | No | 
| similarityEdges | 572,424 | 3,522,442 | 6.15355400891647 | No | 
| init | 803 | 56,726 | 70.6425902864259 | No | 
| connectAllSimilar | 183 | 3,618,737 | 19774.5191256831 | Yes | 
| cycleSearch | 163 | 3,696 | 22.6748466257669 | Yes | 
| getWorks | 162 | 355 | 2.19135802469136 | Yes | 
| connect | 58 | 236 | 4.06896551724138 | Yes | 
| Total | 572 | 3,630,529 | 
4.2.15.8 Found structures
4.2.15.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-19-03-08-qtZLj4--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.15.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-19-03-08-qtZLj4--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.16 SIM10-19-03-08-qtZLj4–DV
4.2.16.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.96 | smallWorld | 10 | 1 | 30 | 2 | 
4.2.16.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,610 | 818,484 | 1,610 | 1,610 | 4,801 | 828,115 | 
4.2.16.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,220 | 1,610 | 5,631 | 
4.2.16.4 distribution of similarityEdgesByWeight

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

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

4.2.16.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| knowsAgent | 4,801 | 7,085 | 1.47573422203708 | No | 
| addItemToWork | 3,220 | 36,786 | 11.4242236024845 | No | 
| ownsWork | 1,610 | 18,098 | 11.2409937888199 | No | 
| init | 803 | 55,799 | 69.4881693648817 | No | 
| searchAndConnect | 801 | 11,240,589 | 14033.1947565543 | Yes | 
| individualCycleSearch | 307 | 5 | 0.0162866449511401 | Yes | 
| getWorks | 146 | 14,540 | 99.5890410958904 | No | 
| cycleSearch | 145 | 24,511 | 169.041379310345 | Yes | 
| Total | 1,479 | 11,294,858 | 
4.2.16.8 Found structures
4.2.16.8.1 Cycles
Number of cycles found: 113
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-19-03-08-qtZLj4--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.16.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-19-03-08-qtZLj4--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.17 SIM10-18-03-33-9CT27d–CV
4.2.17.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.96 | random | 10 | 1 | 5 | 1 | 
4.2.17.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 810 | 175,156 | 810 | 810 | 800 | 178,386 | 
4.2.17.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,620 | 810 | 3,231 | 
4.2.17.4 distribution of similarityEdgesByWeight

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

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

4.2.17.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | connectIfSimilar | 1,102,409 | 3,587,772 | 3.25448359002875 | No | 
| 2 | existsSimilarity | 1,102,409 | 3,402,275 | 3.08621845431233 | No | 
| 3 | similarityEdges | 1,102,409 | 3,330,754 | 3.0213414440557 | No | 
| 4 | connect | 81,488 | 160,383 | 1.96817936383271 | Yes | 
| 6 | cycleSearch | 3,600 | 23,456 | 6.51555555555556 | Yes | 
| 7 | getWorks | 3,600 | 25,946 | 7.20722222222222 | Yes | 
| 8 | individualCycleSearch | 3,600 | 133 | 0.0369444444444444 | Yes | 
| 10 | connectAllSimilar | 973 | 3,601,169 | 3701.098663926 | Yes | 
| 11 | Total | 100,461 | 3,836,688 | 
4.2.17.8 Found structures
4.2.17.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-18-03-33-9CT27d--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.17.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-18-03-33-9CT27d--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.18 SIM10-18-03-33-9CT27d–DV
4.2.18.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.96 | random | 10 | 1 | 5 | 1 | 
4.2.18.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 810 | 12,180 | 810 | 810 | 800 | 15,410 | 
4.2.18.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,620 | 810 | 3,231 | 
4.2.18.4 distribution of similarityEdgesByWeight

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

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

4.2.18.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,600 | 21,573 | 5.9925 | Yes | 
| 3 | getWorks | 3,600 | 26,625 | 7.39583333333333 | No | 
| 4 | individualCycleSearch | 3,600 | 147 | 0.0408333333333333 | Yes | 
| 6 | addItemToWork | 1,620 | 9,587 | 5.9179012345679 | No | 
| 7 | ownsWork | 810 | 4,610 | 5.69135802469136 | No | 
| 8 | init | 803 | 40,813 | 50.8256537982565 | No | 
| 9 | searchAndConnect | 801 | 133,582 | 166.769038701623 | Yes | 
| 10 | knowsAgent | 800 | 1,287 | 1.60875 | No | 
| 1 | Total | 15,201 | 180,659 | 
4.2.18.8 Found structures
4.2.18.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-18-03-33-9CT27d--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.18.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-18-03-33-9CT27d--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.19 SIM10-18-03-47-VpjJvD–CV
4.2.19.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.96 | random | 10 | 1 | 5 | 2 | 
4.2.19.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,610 | 178,230 | 1,610 | 1,610 | 800 | 183,860 | 
4.2.19.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,220 | 1,610 | 5,631 | 
4.2.19.4 distribution of similarityEdgesByWeight

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

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

4.2.19.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | connectIfSimilar | 844,605 | 3,595,043 | 4.25647847218522 | No | 
| 2 | existsSimilarity | 844,605 | 3,450,820 | 4.0857205439229 | No | 
| 3 | similarityEdges | 844,605 | 3,377,933 | 3.99942339910372 | No | 
| 4 | connect | 61,560 | 124,124 | 2.01630929174789 | Yes | 
| 6 | cycleSearch | 3,600 | 21,937 | 6.09361111111111 | Yes | 
| 7 | getWorks | 3,600 | 27,285 | 7.57916666666667 | Yes | 
| 8 | individualCycleSearch | 3,600 | 135 | 0.0375 | Yes | 
| 10 | init | 803 | 49,122 | 61.173100871731 | No | 
| 11 | Total | 79,560 | 197,625 | 
4.2.19.8 Found structures
4.2.19.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-18-03-47-VpjJvD--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.19.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-18-03-47-VpjJvD--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.20 SIM10-18-03-47-VpjJvD–DV
4.2.20.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.96 | random | 10 | 1 | 5 | 2 | 
4.2.20.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,610 | 55,110 | 1,610 | 1,610 | 800 | 60,740 | 
4.2.20.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,220 | 1,610 | 5,631 | 
4.2.20.4 distribution of similarityEdgesByWeight

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

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

4.2.20.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,600 | 25,745 | 7.15138888888889 | Yes | 
| 3 | getWorks | 3,600 | 28,424 | 7.89555555555556 | No | 
| 4 | individualCycleSearch | 3,600 | 135 | 0.0375 | Yes | 
| 6 | addItemToWork | 3,220 | 24,103 | 7.48540372670807 | No | 
| 7 | ownsWork | 1,610 | 11,823 | 7.34347826086957 | No | 
| 8 | init | 803 | 48,915 | 60.9153175591532 | No | 
| 9 | searchAndConnect | 801 | 380,790 | 475.393258426966 | Yes | 
| 10 | knowsAgent | 800 | 1,321 | 1.65125 | No | 
| 1 | Total | 15,201 | 434,856 | 
4.2.20.8 Found structures
4.2.20.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-18-03-47-VpjJvD--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.20.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-18-03-47-VpjJvD--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.21 SIM10-18-06-35-8jd2ro–CV
4.2.21.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.96 | smallWorld | 10 | 1 | 5 | 1 | 
4.2.21.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 810 | 201,444 | 810 | 810 | 4,801 | 208,675 | 
4.2.21.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,620 | 810 | 3,231 | 
4.2.21.4 distribution of similarityEdgesByWeight

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

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

4.2.21.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | connectIfSimilar | 940,299 | 3,590,359 | 3.81831630151686 | No | 
| 2 | existsSimilarity | 940,299 | 3,551,203 | 3.77667422809128 | No | 
| 3 | similarityEdges | 940,299 | 3,476,764 | 3.6975089838445 | No | 
| 4 | connect | 10,139 | 19,432 | 1.91655981852254 | Yes | 
| 6 | cycleSearch | 3,600 | 122,078 | 33.9105555555556 | Yes | 
| 7 | getWorks | 3,600 | 26,588 | 7.38555555555556 | Yes | 
| 8 | individualCycleSearch | 3,600 | 140 | 0.0388888888888889 | Yes | 
| 10 | init | 803 | 42,324 | 52.7073474470735 | No | 
| 11 | Total | 28,139 | 554,041 | 
4.2.21.8 Found structures
4.2.21.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-18-06-35-8jd2ro--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.21.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-18-06-35-8jd2ro--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.22 SIM10-18-06-35-8jd2ro–DV
4.2.22.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.96 | smallWorld | 10 | 1 | 5 | 1 | 
4.2.22.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 810 | 181,166 | 810 | 810 | 4,801 | 188,397 | 
4.2.22.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,620 | 810 | 3,231 | 
4.2.22.4 distribution of similarityEdgesByWeight

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

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

4.2.22.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | knowsAgent | 4,801 | 6,453 | 1.34409498021246 | No | 
| 3 | cycleSearch | 3,600 | 107,162 | 29.7672222222222 | Yes | 
| 4 | getWorks | 3,600 | 28,833 | 8.00916666666667 | No | 
| 5 | individualCycleSearch | 3,600 | 131 | 0.0363888888888889 | Yes | 
| 7 | addItemToWork | 1,620 | 9,746 | 6.01604938271605 | No | 
| 8 | ownsWork | 810 | 4,776 | 5.8962962962963 | No | 
| 9 | init | 803 | 42,598 | 53.0485678704857 | No | 
| 10 | searchAndConnect | 801 | 2,153,689 | 2688.75031210986 | Yes | 
| 11 | Total | 15,201 | 2,652,236 | 
4.2.22.8 Found structures
4.2.22.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-18-06-35-8jd2ro--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.22.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-18-06-35-8jd2ro--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.23 SIM10-18-06-49-sgnnIj–CV
4.2.23.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.96 | smallWorld | 10 | 1 | 5 | 2 | 
4.2.23.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,610 | 727,396 | 1,610 | 1,610 | 4,801 | 737,027 | 
4.2.23.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,220 | 1,610 | 5,631 | 
4.2.23.4 distribution of similarityEdgesByWeight

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

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

4.2.23.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | connectIfSimilar | 596,684 | 3,594,997 | 6.02495961011189 | No | 
| 2 | existsSimilarity | 596,684 | 3,568,750 | 5.98097150250384 | No | 
| 3 | similarityEdges | 596,684 | 3,493,435 | 5.8547489123221 | No | 
| 4 | connect | 6,438 | 12,781 | 1.98524386455421 | Yes | 
| 6 | cycleSearch | 3,600 | 24,849 | 6.9025 | Yes | 
| 7 | getWorks | 3,600 | 30,803 | 8.55638888888889 | Yes | 
| 8 | individualCycleSearch | 3,600 | 137 | 0.0380555555555556 | Yes | 
| 10 | init | 803 | 50,428 | 62.799501867995 | No | 
| 11 | Total | 24,438 | 94,292 | 
4.2.23.8 Found structures
4.2.23.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-18-06-49-sgnnIj--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.23.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-18-06-49-sgnnIj--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.24 SIM10-18-06-49-sgnnIj–DV
4.2.24.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.96 | smallWorld | 10 | 1 | 5 | 2 | 
4.2.24.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,610 | 714,520 | 1,610 | 1,610 | 4,801 | 724,151 | 
4.2.24.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,220 | 1,610 | 5,631 | 
4.2.24.4 distribution of similarityEdgesByWeight

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

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

4.2.24.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | knowsAgent | 4,801 | 6,929 | 1.44324099146011 | No | 
| 3 | cycleSearch | 3,600 | 125,713 | 34.9202777777778 | Yes | 
| 4 | getWorks | 3,600 | 61,971 | 17.2141666666667 | No | 
| 5 | individualCycleSearch | 3,600 | 134 | 0.0372222222222222 | Yes | 
| 7 | addItemToWork | 3,220 | 25,378 | 7.88136645962733 | No | 
| 8 | ownsWork | 1,610 | 13,081 | 8.12484472049689 | No | 
| 9 | init | 803 | 50,580 | 62.9887920298879 | No | 
| 10 | searchAndConnect | 801 | 7,444,085 | 9293.48938826467 | Yes | 
| 11 | Total | 15,201 | 7,698,972 | 
4.2.24.8 Found structures
4.2.24.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-18-06-49-sgnnIj--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.24.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-18-06-49-sgnnIj--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.25 SIM10-19-01-22-t4hGJa–CV
4.2.25.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.96 | smallWorld | 20 | 1 | 10 | 1 | 
4.2.25.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 820 | 214,890 | 820 | 820 | 4,801 | 222,151 | 
4.2.25.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,640 | 820 | 3,261 | 
4.2.25.4 distribution of similarityEdgesByWeight

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

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

4.2.25.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 899,827 | 3,593,950 | 3.99404552208369 | No | 
| existsSimilarity | 899,827 | 3,575,074 | 3.97306815643451 | No | 
| similarityEdges | 899,827 | 3,500,312 | 3.88998329678927 | No | 
| init | 803 | 63,202 | 78.7073474470735 | No | 
| connectAllSimilar | 697 | 3,603,456 | 5169.9512195122 | Yes | 
| connect | 150 | 278 | 1.85333333333333 | Yes | 
| cycleSearch | 41 | 1,484 | 36.1951219512195 | Yes | 
| getWorks | 40 | 83 | 2.075 | Yes | 
| Total | 934 | 3,608,022 | 
4.2.25.8 Found structures
4.2.25.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-19-01-22-t4hGJa--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.25.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-19-01-22-t4hGJa--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.26 SIM10-19-01-22-t4hGJa–DV
4.2.26.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.96 | smallWorld | 20 | 1 | 10 | 1 | 
4.2.26.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 820 | 214,590 | 820 | 820 | 4,801 | 221,851 | 
4.2.26.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,640 | 820 | 3,261 | 
4.2.26.4 distribution of similarityEdgesByWeight

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

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

4.2.26.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| knowsAgent | 4,801 | 6,968 | 1.45136429910435 | No | 
| addItemToWork | 1,640 | 12,775 | 7.78963414634146 | No | 
| ownsWork | 820 | 6,052 | 7.38048780487805 | No | 
| init | 803 | 61,901 | 77.0871731008717 | No | 
| searchAndConnect | 801 | 2,889,679 | 3607.58926342072 | Yes | 
| individualCycleSearch | 87 | 4 | 0.0459770114942529 | Yes | 
| getWorks | 48 | 4,960 | 103.333333333333 | No | 
| cycleSearch | 47 | 18,380 | 391.063829787234 | Yes | 
| getWorksItems | 38 | 79 | 2.07894736842105 | Yes | 
| Total | 999 | 2,928,692 | 
4.2.26.8 Found structures
4.2.26.8.1 Cycles
Number of cycles found: 21
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-19-01-22-t4hGJa--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.26.8.2 Paths
Number of paths found: 5
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-19-01-22-t4hGJa--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.27 SIM10-19-10-20-KTGjyr–CV
4.2.27.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.96 | random | 20 | 1 | 10 | 1 | 
4.2.27.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 820 | 184,332 | 820 | 820 | 800 | 187,592 | 
4.2.27.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,640 | 820 | 3,261 | 
4.2.27.4 distribution of similarityEdgesByWeight

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

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

4.2.27.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | connectIfSimilar | 998,284 | 3,590,674 | 3.59684618805871 | No | 
| 2 | existsSimilarity | 998,284 | 3,485,062 | 3.49105264634112 | No | 
| 3 | similarityEdges | 998,284 | 3,412,924 | 3.41879064474638 | No | 
| 4 | connect | 40,498 | 84,197 | 2.07904094029335 | Yes | 
| 6 | cycleSearch | 3,600 | 57,938 | 16.0938888888889 | Yes | 
| 7 | getWorks | 3,600 | 30,846 | 8.56833333333333 | Yes | 
| 8 | individualCycleSearch | 3,600 | 137 | 0.0380555555555556 | Yes | 
| 10 | connectAllSimilar | 808 | 3,601,823 | 4457.70173267327 | Yes | 
| 11 | Total | 59,306 | 3,938,897 | 
4.2.27.8 Found structures
4.2.27.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-19-10-20-KTGjyr--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.27.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-19-10-20-KTGjyr--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.28 SIM10-19-10-20-KTGjyr–DV
4.2.28.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.96 | random | 20 | 1 | 10 | 1 | 
4.2.28.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 820 | 103,336 | 820 | 820 | 800 | 106,596 | 
4.2.28.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,640 | 820 | 3,261 | 
4.2.28.4 distribution of similarityEdgesByWeight

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

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

4.2.28.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,600 | 55,778 | 15.4938888888889 | Yes | 
| 3 | getWorks | 3,600 | 33,374 | 9.27055555555556 | No | 
| 4 | individualCycleSearch | 3,600 | 141 | 0.0391666666666667 | Yes | 
| 6 | addItemToWork | 1,640 | 12,068 | 7.35853658536585 | No | 
| 7 | ownsWork | 820 | 5,727 | 6.98414634146341 | No | 
| 8 | init | 803 | 61,045 | 76.0211706102117 | No | 
| 9 | searchAndConnect | 801 | 1,122,440 | 1401.29837702871 | Yes | 
| 10 | knowsAgent | 800 | 1,498 | 1.8725 | No | 
| 1 | Total | 15,201 | 1,357,441 | 
4.2.28.8 Found structures
4.2.28.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-19-10-20-KTGjyr--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.28.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-19-10-20-KTGjyr--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.29 SIM10-19-10-39-UTJGgB–CV
4.2.29.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.96 | random | 20 | 1 | 10 | 2 | 
4.2.29.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,620 | 509,002 | 1,620 | 1,620 | 800 | 514,662 | 
4.2.29.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,240 | 1,620 | 5,661 | 
4.2.29.4 distribution of similarityEdgesByWeight

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

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

4.2.29.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | connectIfSimilar | 649,152 | 3,595,208 | 5.5383146012028 | No | 
| 2 | existsSimilarity | 649,152 | 3,530,109 | 5.43803146258503 | No | 
| 3 | similarityEdges | 649,152 | 3,456,575 | 5.324754448881 | No | 
| 4 | connect | 21,991 | 49,853 | 2.26697285253058 | Yes | 
| 6 | cycleSearch | 3,600 | 22,997 | 6.38805555555556 | Yes | 
| 7 | getWorks | 3,600 | 32,250 | 8.95833333333333 | Yes | 
| 8 | individualCycleSearch | 3,600 | 126 | 0.035 | Yes | 
| 10 | init | 803 | 70,565 | 87.8767123287671 | No | 
| 11 | Total | 39,991 | 128,022 | 
4.2.29.8 Found structures
4.2.29.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-19-10-39-UTJGgB--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.29.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-19-10-39-UTJGgB--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.30 SIM10-19-10-39-UTJGgB–DV
4.2.30.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.96 | random | 20 | 1 | 10 | 2 | 
4.2.30.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,620 | 465,020 | 1,620 | 1,620 | 800 | 470,680 | 
4.2.30.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,240 | 1,620 | 5,661 | 
4.2.30.4 distribution of similarityEdgesByWeight

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

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

4.2.30.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,600 | 79,334 | 22.0372222222222 | Yes | 
| 3 | getWorks | 3,600 | 51,531 | 14.3141666666667 | No | 
| 4 | individualCycleSearch | 3,600 | 121 | 0.0336111111111111 | Yes | 
| 6 | addItemToWork | 3,240 | 28,339 | 8.74660493827161 | No | 
| 7 | ownsWork | 1,620 | 13,791 | 8.51296296296296 | No | 
| 8 | init | 803 | 70,401 | 87.6724782067248 | No | 
| 9 | searchAndConnect | 801 | 4,394,797 | 5486.6379525593 | Yes | 
| 10 | knowsAgent | 800 | 1,548 | 1.935 | No | 
| 1 | Total | 15,201 | 4,555,498 | 
4.2.30.8 Found structures
4.2.30.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-19-10-39-UTJGgB--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.30.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-19-10-39-UTJGgB--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.31 SIM10-20-01-42-RrF5aq–CV
4.2.31.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.96 | smallWorld | 20 | 1 | 10 | 2 | 
4.2.31.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,620 | 834,006 | 1,620 | 1,620 | 4,801 | 843,667 | 
4.2.31.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,240 | 1,620 | 5,661 | 
4.2.31.4 distribution of similarityEdgesByWeight

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

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

4.2.31.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 548,535 | 3,599,291 | 6.56164328620781 | No | 
| existsSimilarity | 548,535 | 3,586,256 | 6.53787998942638 | No | 
| similarityEdges | 548,535 | 3,510,372 | 6.3995405944926 | No | 
| init | 803 | 138,426 | 172.386052303861 | No | 
| cycleSearch | 221 | 12,665 | 57.3076923076923 | Yes | 
| getWorks | 220 | 674 | 3.06363636363636 | Yes | 
| connectAllSimilar | 174 | 3,605,415 | 20720.775862069 | Yes | 
| connect | 68 | 192 | 2.82352941176471 | Yes | 
| searchAndConnect | 10 | 169,520 | 16952 | Yes | 
| Total | 698 | 3,793,105 | 
4.2.31.8 Found structures
4.2.31.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-20-01-42-RrF5aq--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.31.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-20-01-42-RrF5aq--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.32 SIM10-20-01-42-RrF5aq–DV
4.2.32.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.96 | smallWorld | 20 | 1 | 10 | 2 | 
4.2.32.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,620 | 833,870 | 1,620 | 1,620 | 4,801 | 843,531 | 
4.2.32.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,240 | 1,620 | 5,661 | 
4.2.32.4 distribution of similarityEdgesByWeight

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

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

4.2.32.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| knowsAgent | 4,801 | 6,882 | 1.4334513642991 | No | 
| addItemToWork | 3,240 | 28,026 | 8.65 | No | 
| ownsWork | 1,620 | 13,659 | 8.43148148148148 | No | 
| init | 803 | 135,960 | 169.315068493151 | No | 
| searchAndConnect | 791 | 11,508,392 | 14549.1681415929 | Yes | 
| individualCycleSearch | 226 | 5 | 0.0221238938053097 | Yes | 
| getWorksItems | 38 | 134 | 3.52631578947368 | Yes | 
| getWorks | 7 | 48,536 | 6933.71428571429 | No | 
| cycleSearch | 6 | 68,153 | 11358.8333333333 | Yes | 
| Total | 1,066 | 11,594,615 | 
4.2.32.8 Found structures
4.2.32.8.1 Cycles
Number of cycles found: 3
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-20-01-42-RrF5aq--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.32.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-20-01-42-RrF5aq--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.33 SIM10-19-02-26-ndQJKW–CV
4.2.33.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.96 | random | 20 | 1 | 30 | 1 | 
4.2.33.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 820 | 213,834 | 820 | 820 | 800 | 217,094 | 
4.2.33.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,640 | 820 | 3,261 | 
4.2.33.4 distribution of similarityEdgesByWeight

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

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

4.2.33.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 901,710 | 3,594,185 | 3.98596555433565 | No | 
| existsSimilarity | 901,710 | 3,575,119 | 3.96482128400484 | No | 
| similarityEdges | 901,710 | 3,500,089 | 3.8816127136219 | No | 
| init | 803 | 64,073 | 79.7920298879203 | No | 
| connectAllSimilar | 699 | 3,603,657 | 5155.44635193133 | Yes | 
| connect | 110 | 195 | 1.77272727272727 | Yes | 
| cycleSearch | 18 | 616 | 34.2222222222222 | Yes | 
| getWorks | 17 | 41 | 2.41176470588235 | Yes | 
| Total | 850 | 3,607,126 | 
4.2.33.8 Found structures
4.2.33.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-19-02-26-ndQJKW--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.33.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-19-02-26-ndQJKW--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.34 SIM10-19-02-26-ndQJKW–DV
4.2.34.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.96 | random | 20 | 1 | 30 | 1 | 
4.2.34.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 820 | 213,614 | 820 | 820 | 800 | 216,874 | 
4.2.34.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,640 | 820 | 3,261 | 
4.2.34.4 distribution of similarityEdgesByWeight

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

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

4.2.34.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| addItemToWork | 1,640 | 10,491 | 6.39695121951219 | No | 
| ownsWork | 820 | 5,145 | 6.27439024390244 | No | 
| init | 803 | 64,279 | 80.0485678704857 | No | 
| searchAndConnect | 801 | 2,578,047 | 3218.53558052434 | Yes | 
| knowsAgent | 800 | 1,437 | 1.79625 | No | 
| individualCycleSearch | 74 | 2 | 0.027027027027027 | Yes | 
| getWorks | 58 | 7,000 | 120.689655172414 | No | 
| cycleSearch | 57 | 8,159 | 143.140350877193 | Yes | 
| getWorksItems | 38 | 85 | 2.23684210526316 | Yes | 
| Total | 992 | 2,597,362 | 
4.2.34.8 Found structures
4.2.34.8.1 Cycles
Number of cycles found: 20
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-19-02-26-ndQJKW--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.34.8.2 Paths
Number of paths found: 2
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-19-02-26-ndQJKW--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.35 SIM10-19-03-30-SJ86Ym–CV
4.2.35.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.96 | smallWorld | 20 | 1 | 30 | 1 | 
4.2.35.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 820 | 214,510 | 820 | 820 | 4,801 | 221,771 | 
4.2.35.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,640 | 820 | 3,261 | 
4.2.35.4 distribution of similarityEdgesByWeight

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

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

4.2.35.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 893,205 | 3,592,056 | 4.02153592960183 | No | 
| existsSimilarity | 893,205 | 3,572,975 | 4.00017353239178 | No | 
| similarityEdges | 893,205 | 3,499,644 | 3.91807479805868 | No | 
| init | 803 | 82,284 | 102.470734744707 | No | 
| connectAllSimilar | 690 | 3,601,493 | 5219.55507246377 | Yes | 
| connect | 114 | 225 | 1.97368421052632 | Yes | 
| cycleSearch | 46 | 2,115 | 45.9782608695652 | Yes | 
| getWorks | 46 | 1,303 | 28.3260869565217 | Yes | 
| searchAndConnect | 10 | 53,619 | 5361.9 | Yes | 
| Total | 911 | 3,660,417 | 
4.2.35.8 Found structures
4.2.35.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-19-03-30-SJ86Ym--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.35.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-19-03-30-SJ86Ym--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.36 SIM10-19-03-30-SJ86Ym–DV
4.2.36.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.96 | smallWorld | 20 | 1 | 30 | 1 | 
4.2.36.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 820 | 214,282 | 820 | 820 | 4,801 | 221,543 | 
4.2.36.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,640 | 820 | 3,261 | 
4.2.36.4 distribution of similarityEdgesByWeight

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

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

4.2.36.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| knowsAgent | 4,801 | 6,936 | 1.44469902103728 | No | 
| addItemToWork | 1,640 | 12,380 | 7.54878048780488 | No | 
| ownsWork | 820 | 5,613 | 6.84512195121951 | No | 
| init | 803 | 81,480 | 101.469489414695 | No | 
| searchAndConnect | 791 | 2,808,173 | 3550.15549936789 | Yes | 
| individualCycleSearch | 56 | 1 | 0.0178571428571429 | Yes | 
| getWorksItems | 38 | 63 | 1.65789473684211 | Yes | 
| cycleSearch | 11 | 31,179 | 2834.45454545455 | Yes | 
| getWorks | 11 | 16,558 | 1505.27272727273 | No | 
| Total | 904 | 2,865,936 | 
4.2.36.8 Found structures
4.2.36.8.1 Cycles
Number of cycles found: 3
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-19-03-30-SJ86Ym--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.36.8.2 Paths
Number of paths found: 5
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-19-03-30-SJ86Ym--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.37 SIM10-20-02-50-6z7UGq–CV
4.2.37.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.96 | random | 20 | 1 | 30 | 2 | 
4.2.37.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,620 | 833,916 | 1,620 | 1,620 | 800 | 839,576 | 
4.2.37.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,240 | 1,620 | 5,661 | 
4.2.37.4 distribution of similarityEdgesByWeight

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

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

4.2.37.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 545,469 | 3,596,926 | 6.59418958730927 | No | 
| existsSimilarity | 545,469 | 3,583,755 | 6.57004339385006 | No | 
| similarityEdges | 545,469 | 3,507,478 | 6.43020593287611 | No | 
| init | 803 | 103,206 | 128.525529265255 | No | 
| cycleSearch | 228 | 13,684 | 60.0175438596491 | Yes | 
| getWorks | 227 | 826 | 3.63876651982379 | Yes | 
| connectAllSimilar | 173 | 3,603,167 | 20827.5549132948 | Yes | 
| connect | 54 | 99 | 1.83333333333333 | Yes | 
| searchAndConnect | 10 | 176,533 | 17653.3 | Yes | 
| Total | 697 | 3,799,159 | 
4.2.37.8 Found structures
4.2.37.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-20-02-50-6z7UGq--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.37.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-20-02-50-6z7UGq--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.38 SIM10-20-02-50-6z7UGq–DV
4.2.38.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.96 | random | 20 | 1 | 30 | 2 | 
4.2.38.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,620 | 833,808 | 1,620 | 1,620 | 800 | 839,468 | 
4.2.38.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,240 | 1,620 | 5,661 | 
4.2.38.4 distribution of similarityEdgesByWeight

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

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

4.2.38.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| addItemToWork | 3,240 | 23,084 | 7.12469135802469 | No | 
| ownsWork | 1,620 | 11,181 | 6.90185185185185 | No | 
| init | 803 | 99,942 | 124.460772104608 | No | 
| knowsAgent | 800 | 1,695 | 2.11875 | No | 
| searchAndConnect | 791 | 10,217,107 | 12916.6965865992 | Yes | 
| individualCycleSearch | 237 | 8 | 0.0337552742616034 | Yes | 
| getWorksItems | 38 | 90 | 2.36842105263158 | Yes | 
| getWorks | 11 | 45,272 | 4115.63636363636 | No | 
| cycleSearch | 10 | 111,634 | 11163.4 | Yes | 
| Total | 1,084 | 10,409,248 | 
4.2.38.8 Found structures
4.2.38.8.1 Cycles
Number of cycles found: 3
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-20-02-50-6z7UGq--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.38.8.2 Paths
Number of paths found: 5
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-20-02-50-6z7UGq--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.39 SIM10-20-03-58-BXEhbg–CV
4.2.39.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.96 | smallWorld | 20 | 1 | 30 | 2 | 
4.2.39.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,620 | 830,386 | 1,620 | 1,620 | 4,801 | 840,047 | 
4.2.39.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,240 | 1,620 | 5,661 | 
4.2.39.4 distribution of similarityEdgesByWeight

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

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

4.2.39.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 536,265 | 3,608,021 | 6.7280560916711 | No | 
| existsSimilarity | 536,265 | 3,595,178 | 6.704107111223 | No | 
| similarityEdges | 536,265 | 3,521,178 | 6.56611563312914 | No | 
| init | 802 | 68,945 | 85.9663341645885 | No | 
| cycleSearch | 261 | 12,241 | 46.9003831417625 | Yes | 
| getWorks | 261 | 649 | 2.48659003831418 | Yes | 
| connectAllSimilar | 170 | 3,614,142 | 21259.6588235294 | Yes | 
| connect | 69 | 160 | 2.31884057971015 | Yes | 
| Total | 767 | 3,635,178 | 
4.2.39.8 Found structures
4.2.39.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-20-03-58-BXEhbg--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.39.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-20-03-58-BXEhbg--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.40 SIM10-20-03-58-BXEhbg–DV
4.2.40.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.96 | smallWorld | 20 | 1 | 30 | 2 | 
4.2.40.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,620 | 830,247 | 1,620 | 1,620 | 4,801 | 839,908 | 
4.2.40.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,240 | 1,620 | 5,661 | 
4.2.40.4 distribution of similarityEdgesByWeight

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

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

4.2.40.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| knowsAgent | 4,801 | 8,150 | 1.69756300770673 | No | 
| addItemToWork | 3,240 | 37,195 | 11.4799382716049 | No | 
| ownsWork | 1,620 | 18,310 | 11.3024691358025 | No | 
| init | 803 | 75,466 | 93.9800747198008 | No | 
| searchAndConnect | 801 | 12,040,986 | 15032.4419475655 | Yes | 
| individualCycleSearch | 338 | 8 | 0.0236686390532544 | Yes | 
| cycleSearch | 78 | 17,894 | 229.410256410256 | Yes | 
| getWorks | 78 | 13,647 | 174.961538461538 | No | 
| Total | 1,333 | 12,079,276 | 
4.2.40.8 Found structures
4.2.40.8.1 Cycles
Number of cycles found: 58
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-20-03-58-BXEhbg--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.40.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-20-03-58-BXEhbg--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.41 SIM10-19-04-16-WrFgrX–CV
4.2.41.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.96 | random | 20 | 1 | 5 | 1 | 
4.2.41.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 820 | 171,402 | 820 | 820 | 800 | 174,662 | 
4.2.41.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,640 | 820 | 3,261 | 
4.2.41.4 distribution of similarityEdgesByWeight

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

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

4.2.41.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | connectIfSimilar | 1,073,500 | 3,589,326 | 3.3435733581742 | No | 
| 2 | existsSimilarity | 1,073,500 | 3,401,168 | 3.16829809035864 | No | 
| 3 | similarityEdges | 1,073,500 | 3,331,256 | 3.10317279925477 | No | 
| 4 | connect | 79,173 | 163,510 | 2.06522425574375 | Yes | 
| 6 | cycleSearch | 3,600 | 59,438 | 16.5105555555556 | Yes | 
| 7 | getWorks | 3,600 | 29,657 | 8.23805555555556 | Yes | 
| 8 | individualCycleSearch | 3,600 | 124 | 0.0344444444444444 | Yes | 
| 10 | connectAllSimilar | 904 | 3,602,583 | 3985.15818584071 | Yes | 
| 11 | Total | 98,077 | 4,039,174 | 
4.2.41.8 Found structures
4.2.41.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-19-04-16-WrFgrX--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.41.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-19-04-16-WrFgrX--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.42 SIM10-19-04-16-WrFgrX–DV
4.2.42.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.96 | random | 20 | 1 | 5 | 1 | 
4.2.42.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 820 | 13,056 | 820 | 820 | 800 | 16,316 | 
4.2.42.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,640 | 820 | 3,261 | 
4.2.42.4 distribution of similarityEdgesByWeight

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

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

4.2.42.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,600 | 21,313 | 5.92027777777778 | Yes | 
| 3 | getWorks | 3,600 | 30,296 | 8.41555555555555 | No | 
| 4 | individualCycleSearch | 3,600 | 130 | 0.0361111111111111 | Yes | 
| 6 | addItemToWork | 1,640 | 11,955 | 7.28963414634146 | No | 
| 7 | ownsWork | 820 | 5,156 | 6.28780487804878 | No | 
| 8 | init | 803 | 58,676 | 73.0709838107098 | No | 
| 9 | searchAndConnect | 801 | 138,160 | 172.484394506866 | Yes | 
| 10 | knowsAgent | 800 | 1,658 | 2.0725 | No | 
| 1 | Total | 15,201 | 184,766 | 
4.2.42.8 Found structures
4.2.42.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-19-04-16-WrFgrX--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.42.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-19-04-16-WrFgrX--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.43 SIM10-19-04-33-zuXysH–CV
4.2.43.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.96 | random | 20 | 1 | 5 | 2 | 
4.2.43.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,620 | 174,574 | 1,620 | 1,620 | 800 | 180,234 | 
4.2.43.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,240 | 1,620 | 5,661 | 
4.2.43.4 distribution of similarityEdgesByWeight

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

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

4.2.43.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | connectIfSimilar | 811,449 | 3,595,585 | 4.43106714038713 | No | 
| 2 | existsSimilarity | 811,449 | 3,448,759 | 4.25012416060652 | No | 
| 3 | similarityEdges | 811,449 | 3,379,391 | 4.16463758042711 | No | 
| 4 | connect | 59,185 | 128,025 | 2.16313255047732 | Yes | 
| 6 | cycleSearch | 3,600 | 37,725 | 10.4791666666667 | Yes | 
| 7 | getWorks | 3,600 | 34,627 | 9.61861111111111 | Yes | 
| 8 | individualCycleSearch | 3,600 | 121 | 0.0336111111111111 | Yes | 
| 10 | init | 803 | 67,321 | 83.8368617683686 | No | 
| 11 | Total | 77,185 | 304,178 | 
4.2.43.8 Found structures
4.2.43.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-19-04-33-zuXysH--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.43.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-19-04-33-zuXysH--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.44 SIM10-19-04-33-zuXysH–DV
4.2.44.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.96 | random | 20 | 1 | 5 | 2 | 
4.2.44.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,620 | 56,204 | 1,620 | 1,620 | 800 | 61,864 | 
4.2.44.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,240 | 1,620 | 5,661 | 
4.2.44.4 distribution of similarityEdgesByWeight

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

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

4.2.44.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,600 | 23,262 | 6.46166666666667 | Yes | 
| 3 | getWorks | 3,600 | 33,953 | 9.43138888888889 | No | 
| 4 | individualCycleSearch | 3,600 | 128 | 0.0355555555555556 | Yes | 
| 6 | addItemToWork | 3,240 | 24,018 | 7.41296296296296 | No | 
| 7 | ownsWork | 1,620 | 11,660 | 7.19753086419753 | No | 
| 8 | init | 803 | 67,511 | 84.0734744707348 | No | 
| 9 | searchAndConnect | 801 | 421,528 | 526.252184769039 | Yes | 
| 10 | knowsAgent | 800 | 1,383 | 1.72875 | No | 
| 1 | Total | 15,201 | 472,147 | 
4.2.44.8 Found structures
4.2.44.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-19-04-33-zuXysH--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.44.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-19-04-33-zuXysH--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.45 SIM10-19-07-18-NXi6nY–CV
4.2.45.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.96 | smallWorld | 20 | 1 | 5 | 1 | 
4.2.45.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 820 | 206,182 | 820 | 820 | 4,801 | 213,443 | 
4.2.45.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,640 | 820 | 3,261 | 
4.2.45.4 distribution of similarityEdgesByWeight

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

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

4.2.45.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | connectIfSimilar | 908,269 | 3,590,389 | 3.95300180893546 | No | 
| 2 | existsSimilarity | 908,269 | 3,551,422 | 3.91009932079593 | No | 
| 3 | similarityEdges | 908,269 | 3,478,165 | 3.82944370004921 | No | 
| 4 | connect | 9,636 | 19,647 | 2.03891656288917 | Yes | 
| 6 | cycleSearch | 3,600 | 23,280 | 6.46666666666667 | Yes | 
| 7 | getWorks | 3,600 | 30,011 | 8.33638888888889 | Yes | 
| 8 | individualCycleSearch | 3,600 | 111 | 0.0308333333333333 | Yes | 
| 10 | init | 803 | 59,289 | 73.8343711083437 | No | 
| 11 | Total | 27,636 | 97,478 | 
4.2.45.8 Found structures
4.2.45.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-19-07-18-NXi6nY--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.45.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-19-07-18-NXi6nY--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.46 SIM10-19-07-18-NXi6nY–DV
4.2.46.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.96 | smallWorld | 20 | 1 | 5 | 1 | 
4.2.46.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 820 | 186,910 | 820 | 820 | 4,801 | 194,171 | 
4.2.46.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,640 | 820 | 3,261 | 
4.2.46.4 distribution of similarityEdgesByWeight

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

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

4.2.46.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | knowsAgent | 4,801 | 7,256 | 1.51135180170798 | No | 
| 3 | cycleSearch | 3,600 | 38,315 | 10.6430555555556 | Yes | 
| 4 | getWorks | 3,600 | 38,674 | 10.7427777777778 | No | 
| 5 | individualCycleSearch | 3,600 | 108 | 0.03 | Yes | 
| 7 | addItemToWork | 1,640 | 11,282 | 6.87926829268293 | No | 
| 8 | ownsWork | 820 | 5,631 | 6.86707317073171 | No | 
| 9 | init | 803 | 59,040 | 73.5242839352428 | No | 
| 10 | searchAndConnect | 801 | 2,100,331 | 2622.13607990012 | Yes | 
| 11 | Total | 15,201 | 2,181,277 | 
4.2.46.8 Found structures
4.2.46.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-19-07-18-NXi6nY--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.46.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-19-07-18-NXi6nY--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.47 SIM10-19-07-36-yCfMhA–CV
4.2.47.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.96 | smallWorld | 20 | 1 | 5 | 2 | 
4.2.47.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,620 | 733,128 | 1,620 | 1,620 | 4,801 | 742,789 | 
4.2.47.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,240 | 1,620 | 5,661 | 
4.2.47.4 distribution of similarityEdgesByWeight

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

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

4.2.47.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | connectIfSimilar | 582,195 | 3,602,262 | 6.18738051683714 | No | 
| 2 | existsSimilarity | 582,195 | 3,574,449 | 6.13960786334476 | No | 
| 3 | similarityEdges | 582,195 | 3,499,687 | 6.01119384398698 | No | 
| 4 | connect | 6,167 | 14,433 | 2.34035998054159 | Yes | 
| 6 | cycleSearch | 3,600 | 106,115 | 29.4763888888889 | Yes | 
| 7 | getWorks | 3,600 | 33,827 | 9.39638888888889 | Yes | 
| 8 | individualCycleSearch | 3,600 | 114 | 0.0316666666666667 | Yes | 
| 10 | init | 803 | 68,773 | 85.6450809464508 | No | 
| 11 | Total | 24,167 | 423,114 | 
4.2.47.8 Found structures
4.2.47.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-19-07-36-yCfMhA--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.47.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-19-07-36-yCfMhA--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.48 SIM10-19-07-36-yCfMhA–DV
4.2.48.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.96 | smallWorld | 20 | 1 | 5 | 2 | 
4.2.48.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,620 | 720,794 | 1,620 | 1,620 | 4,801 | 730,455 | 
4.2.48.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,240 | 1,620 | 5,661 | 
4.2.48.4 distribution of similarityEdgesByWeight

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

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

4.2.48.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | knowsAgent | 4,801 | 6,854 | 1.42761924599042 | No | 
| 3 | cycleSearch | 3,600 | 118,225 | 32.8402777777778 | Yes | 
| 4 | getWorks | 3,600 | 46,342 | 12.8727777777778 | No | 
| 5 | individualCycleSearch | 3,600 | 134 | 0.0372222222222222 | Yes | 
| 7 | addItemToWork | 3,240 | 26,257 | 8.10401234567901 | No | 
| 8 | ownsWork | 1,620 | 12,472 | 7.69876543209877 | No | 
| 9 | init | 803 | 69,452 | 86.4906600249066 | No | 
| 10 | searchAndConnect | 801 | 8,905,742 | 11118.279650437 | Yes | 
| 11 | Total | 15,201 | 9,292,753 | 
4.2.48.8 Found structures
4.2.48.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-19-07-36-yCfMhA--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.48.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-19-07-36-yCfMhA--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.49 SIM10-17-01-56-Imuxqx–CV
4.2.49.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.96 | random | 5 | 1 | 10 | 1 | 
4.2.49.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 805 | 188,504 | 805 | 805 | 800 | 191,719 | 
4.2.49.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,610 | 805 | 3,216 | 
4.2.49.4 distribution of similarityEdgesByWeight

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

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

4.2.49.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 1,054,080 | 3,590,288 | 3.40608682452945 | No | 
| existsSimilarity | 1,054,080 | 3,505,708 | 3.32584623557984 | No | 
| similarityEdges | 1,054,080 | 3,429,787 | 3.25382039313904 | No | 
| connect | 34,711 | 62,749 | 1.80775546656679 | Yes | 
| connectAllSimilar | 915 | 3,601,805 | 3936.39890710382 | Yes | 
| init | 803 | 36,929 | 45.9887920298879 | No | 
| searchAndConnect | 64 | 94,950 | 1483.59375 | Yes | 
| cycleSearch | 11 | 1,568 | 142.545454545455 | Yes | 
| getWorks | 10 | 1,047 | 104.7 | Yes | 
| Total | 35,716 | 3,763,563 | 
4.2.49.8 Found structures
4.2.49.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-17-01-56-Imuxqx--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.49.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-17-01-56-Imuxqx--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.50 SIM10-17-01-56-Imuxqx–DV
4.2.50.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.96 | random | 5 | 1 | 10 | 1 | 
4.2.50.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 805 | 119,082 | 805 | 805 | 800 | 122,297 | 
4.2.50.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,610 | 805 | 3,216 | 
4.2.50.4 distribution of similarityEdgesByWeight

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

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

4.2.50.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| addItemToWork | 1,610 | 10,158 | 6.30931677018634 | No | 
| ownsWork | 805 | 5,018 | 6.23354037267081 | No | 
| init | 803 | 35,674 | 44.425902864259 | No | 
| knowsAgent | 800 | 1,266 | 1.5825 | No | 
| searchAndConnect | 737 | 1,091,346 | 1480.79511533243 | Yes | 
| individualCycleSearch | 17 | 0 | 0 | Yes | 
| getWorks | 8 | 5,602 | 700.25 | No | 
| getWorksItems | 8 | 14 | 1.75 | Yes | 
| cycleSearch | 7 | 9,854 | 1407.71428571429 | Yes | 
| Total | 774 | 1,103,282 | 
4.2.50.8 Found structures
4.2.50.8.1 Cycles
Number of cycles found: 3
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-17-01-56-Imuxqx--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.50.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-17-01-56-Imuxqx--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.51 SIM10-17-02-58-odd44R–CV
4.2.51.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.96 | smallWorld | 5 | 1 | 10 | 1 | 
4.2.51.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 805 | 206,050 | 805 | 805 | 4,801 | 213,266 | 
4.2.51.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,610 | 805 | 3,216 | 
4.2.51.4 distribution of similarityEdgesByWeight

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

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

4.2.51.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 1,003,779 | 3,590,531 | 3.57701346611156 | No | 
| existsSimilarity | 1,003,779 | 3,570,745 | 3.55730195590862 | No | 
| similarityEdges | 1,003,779 | 3,493,566 | 3.48041351731806 | No | 
| connectAllSimilar | 846 | 3,600,334 | 4255.71394799054 | Yes | 
| init | 803 | 30,317 | 37.7546699875467 | No | 
| connect | 156 | 242 | 1.55128205128205 | Yes | 
| Total | 1,010 | 3,602,950 | 
4.2.51.8 Found structures
4.2.51.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-17-02-58-odd44R--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.51.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-17-02-58-odd44R--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.52 SIM10-17-02-58-odd44R–DV
4.2.52.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.96 | smallWorld | 5 | 1 | 10 | 1 | 
4.2.52.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 805 | 205,738 | 805 | 805 | 4,801 | 212,954 | 
4.2.52.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,610 | 805 | 3,216 | 
4.2.52.4 distribution of similarityEdgesByWeight

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

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

4.2.52.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | knowsAgent | 4,801 | 6,412 | 1.33555509268902 | No | 
| 2 | addItemToWork | 1,610 | 14,795 | 9.18944099378882 | No | 
| 3 | ownsWork | 805 | 7,493 | 9.30807453416149 | No | 
| 4 | init | 803 | 30,808 | 38.3661270236613 | No | 
| 5 | searchAndConnect | 801 | 2,779,717 | 3470.30836454432 | Yes | 
| 7 | cycleSearch | 79 | 2,416 | 30.5822784810127 | Yes | 
| 8 | getWorks | 79 | 2,313 | 29.2784810126582 | No | 
| 9 | individualCycleSearch | 79 | 7 | 0.0886075949367089 | Yes | 
| 11 | Total | 1,117 | 2,785,670 | 
4.2.52.8 Found structures
4.2.52.8.1 Cycles
Number of cycles found: 79
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-17-02-58-odd44R--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.52.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-17-02-58-odd44R--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.53 SIM10-17-10-12-5QVS6W–CV
4.2.53.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.96 | random | 5 | 1 | 10 | 2 | 
4.2.53.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,605 | 501,382 | 1,605 | 1,605 | 800 | 506,997 | 
4.2.53.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,210 | 1,605 | 5,616 | 
4.2.53.4 distribution of similarityEdgesByWeight

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

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

4.2.53.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 693,840 | 3,599,724 | 5.18811829816672 | No | 
| existsSimilarity | 693,840 | 3,540,472 | 5.10272108843537 | No | 
| similarityEdges | 693,840 | 3,464,269 | 4.99289317421884 | No | 
| connect | 23,483 | 43,555 | 1.85474598645829 | Yes | 
| init | 803 | 35,881 | 44.6836861768369 | No | 
| connectAllSimilar | 224 | 3,607,598 | 16105.3482142857 | Yes | 
| Total | 23,715 | 3,656,351 | 
4.2.53.8 Found structures
4.2.53.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-17-10-12-5QVS6W--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.53.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-17-10-12-5QVS6W--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.54 SIM10-17-10-12-5QVS6W–DV
4.2.54.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.96 | random | 5 | 1 | 10 | 2 | 
4.2.54.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,605 | 454,416 | 1,605 | 1,605 | 800 | 460,031 | 
4.2.54.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,210 | 1,605 | 5,616 | 
4.2.54.4 distribution of similarityEdgesByWeight

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

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

4.2.54.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,600 | 58,276 | 16.1877777777778 | Yes | 
| 3 | getWorks | 3,600 | 30,858 | 8.57166666666667 | No | 
| 4 | individualCycleSearch | 3,600 | 116 | 0.0322222222222222 | Yes | 
| 6 | addItemToWork | 3,210 | 20,414 | 6.3595015576324 | No | 
| 7 | ownsWork | 1,605 | 9,809 | 6.11152647975078 | No | 
| 8 | init | 803 | 34,993 | 43.5778331257783 | No | 
| 9 | searchAndConnect | 801 | 4,467,923 | 5577.93133583021 | Yes | 
| 10 | knowsAgent | 800 | 1,308 | 1.635 | No | 
| 1 | Total | 15,201 | 4,652,372 | 
4.2.54.8 Found structures
4.2.54.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-17-10-12-5QVS6W--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.54.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-17-10-12-5QVS6W--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.55 SIM10-18-12-13-xJwoS6–CV
4.2.55.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.96 | smallWorld | 5 | 1 | 10 | 2 | 
4.2.55.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,605 | 816,692 | 1,605 | 1,605 | 4,801 | 826,308 | 
4.2.55.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,210 | 1,605 | 5,616 | 
4.2.55.4 distribution of similarityEdgesByWeight

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

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

4.2.55.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 594,774 | 3,610,139 | 6.0697659951511 | No | 
| existsSimilarity | 594,774 | 3,596,697 | 6.04716581424205 | No | 
| similarityEdges | 594,774 | 3,518,248 | 5.91526865666623 | No | 
| init | 803 | 235,724 | 293.554171855542 | No | 
| searchAndConnect | 361 | 5,331,325 | 14768.2132963989 | Yes | 
| connectAllSimilar | 191 | 3,616,587 | 18935.0104712042 | Yes | 
| connect | 78 | 156 | 2 | Yes | 
| cycleSearch | 48 | 76,683 | 1597.5625 | Yes | 
| getWorks | 48 | 82,946 | 1728.04166666667 | Yes | 
| Total | 731 | 9,111,912 | 
4.2.55.8 Found structures
4.2.55.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-18-12-13-xJwoS6--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.55.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-18-12-13-xJwoS6--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.56 SIM10-18-12-13-xJwoS6–DV
4.2.56.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.96 | smallWorld | 5 | 1 | 10 | 2 | 
4.2.56.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,605 | 816,536 | 1,605 | 1,605 | 4,801 | 826,152 | 
4.2.56.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,210 | 1,605 | 5,616 | 
4.2.56.4 distribution of similarityEdgesByWeight

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

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

4.2.56.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| knowsAgent | 4,801 | 6,744 | 1.40470735263487 | No | 
| addItemToWork | 3,210 | 20,748 | 6.46355140186916 | No | 
| ownsWork | 1,605 | 10,179 | 6.34205607476636 | No | 
| init | 803 | 97,485 | 121.40099626401 | No | 
| searchAndConnect | 440 | 5,029,347 | 11430.3340909091 | Yes | 
| individualCycleSearch | 54 | 1 | 0.0185185185185185 | Yes | 
| getWorksItems | 8 | 19 | 2.375 | Yes | 
| cycleSearch | 7 | 66,198 | 9456.85714285714 | Yes | 
| getWorks | 7 | 34,077 | 4868.14285714286 | No | 
| Total | 514 | 5,109,408 | 
4.2.56.8 Found structures
4.2.56.8.1 Cycles
Number of cycles found: 3
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-18-12-13-xJwoS6--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.56.8.2 Paths
Number of paths found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-18-12-13-xJwoS6--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.57 SIM10-17-04-00-thrWCD–CV
4.2.57.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.96 | random | 5 | 1 | 30 | 1 | 
4.2.57.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 805 | 206,892 | 805 | 805 | 800 | 210,107 | 
4.2.57.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,610 | 805 | 3,216 | 
4.2.57.4 distribution of similarityEdgesByWeight

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

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

4.2.57.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 991,435 | 3,590,367 | 3.62138415529006 | No | 
| existsSimilarity | 991,435 | 3,570,619 | 3.60146555245679 | No | 
| similarityEdges | 991,435 | 3,493,352 | 3.52353104338661 | No | 
| connectAllSimilar | 830 | 3,600,336 | 4337.75421686747 | Yes | 
| init | 803 | 40,476 | 50.4059775840598 | No | 
| connect | 130 | 229 | 1.76153846153846 | Yes | 
| cycleSearch | 40 | 527 | 13.175 | Yes | 
| getWorks | 39 | 222 | 5.69230769230769 | Yes | 
| searchAndConnect | 10 | 34,389 | 3438.9 | Yes | 
| Total | 1,054 | 3,637,252 | 
4.2.57.8 Found structures
4.2.57.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-17-04-00-thrWCD--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.57.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-17-04-00-thrWCD--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.58 SIM10-17-04-00-thrWCD–DV
4.2.58.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.96 | random | 5 | 1 | 30 | 1 | 
4.2.58.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 805 | 206,632 | 805 | 805 | 800 | 209,847 | 
4.2.58.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,610 | 805 | 3,216 | 
4.2.58.4 distribution of similarityEdgesByWeight

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

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

4.2.58.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| addItemToWork | 1,610 | 9,566 | 5.9416149068323 | No | 
| ownsWork | 805 | 4,891 | 6.07577639751553 | No | 
| init | 803 | 40,224 | 50.0921544209215 | No | 
| knowsAgent | 800 | 1,253 | 1.56625 | No | 
| searchAndConnect | 791 | 2,255,763 | 2851.78634639697 | Yes | 
| individualCycleSearch | 45 | 0 | 0 | Yes | 
| getWorksItems | 8 | 13 | 1.625 | Yes | 
| getWorks | 7 | 8,321 | 1188.71428571429 | No | 
| cycleSearch | 6 | 12,744 | 2124 | Yes | 
| Total | 855 | 2,271,799 | 
4.2.58.8 Found structures
4.2.58.8.1 Cycles
Number of cycles found: 3
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-17-04-00-thrWCD--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.58.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-17-04-00-thrWCD--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.59 SIM10-17-05-02-CyPxZg–CV
4.2.59.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.96 | smallWorld | 5 | 1 | 30 | 1 | 
4.2.59.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 805 | 207,206 | 805 | 805 | 4,801 | 214,422 | 
4.2.59.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,610 | 805 | 3,216 | 
4.2.59.4 distribution of similarityEdgesByWeight

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

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

4.2.59.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 989,874 | 3,591,674 | 3.62841533366873 | No | 
| existsSimilarity | 989,874 | 3,571,392 | 3.60792585723031 | No | 
| similarityEdges | 989,874 | 3,495,013 | 3.53076553177475 | No | 
| connectAllSimilar | 828 | 3,601,596 | 4349.75362318841 | Yes | 
| init | 803 | 63,295 | 78.8231631382316 | No | 
| searchAndConnect | 175 | 701,272 | 4007.26857142857 | Yes | 
| connect | 147 | 253 | 1.72108843537415 | Yes | 
| cycleSearch | 26 | 11,229 | 431.884615384615 | Yes | 
| getWorks | 25 | 8,854 | 354.16 | Yes | 
| Total | 1,206 | 4,324,886 | 
4.2.59.8 Found structures
4.2.59.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-17-05-02-CyPxZg--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.59.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-17-05-02-CyPxZg--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.60 SIM10-17-05-02-CyPxZg–DV
4.2.60.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.96 | smallWorld | 5 | 1 | 30 | 1 | 
4.2.60.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 805 | 206,906 | 805 | 805 | 4,801 | 214,122 | 
4.2.60.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,610 | 805 | 3,216 | 
4.2.60.4 distribution of similarityEdgesByWeight

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

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

4.2.60.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| knowsAgent | 4,801 | 6,391 | 1.33118100395751 | No | 
| addItemToWork | 1,610 | 13,102 | 8.13788819875776 | No | 
| ownsWork | 805 | 6,311 | 7.83975155279503 | No | 
| init | 803 | 47,366 | 58.986301369863 | No | 
| searchAndConnect | 626 | 2,015,118 | 3219.03833865815 | Yes | 
| individualCycleSearch | 31 | 1 | 0.032258064516129 | Yes | 
| getWorksItems | 8 | 36 | 4.5 | Yes | 
| getWorks | 7 | 13,634 | 1947.71428571429 | No | 
| cycleSearch | 6 | 16,401 | 2733.5 | Yes | 
| Total | 676 | 2,035,634 | 
4.2.60.8 Found structures
4.2.60.8.1 Cycles
Number of cycles found: 3
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-17-05-02-CyPxZg--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.60.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-17-05-02-CyPxZg--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.61 SIM10-18-01-20-jTi6ow–CV
4.2.61.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.96 | random | 5 | 1 | 30 | 2 | 
4.2.61.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,605 | 820,582 | 1,605 | 1,605 | 800 | 826,197 | 
4.2.61.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,210 | 1,605 | 5,616 | 
4.2.61.4 distribution of similarityEdgesByWeight

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

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

4.2.61.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 591,755 | 3,596,636 | 6.0779140015716 | No | 
| existsSimilarity | 591,755 | 3,583,174 | 6.05516472188659 | No | 
| similarityEdges | 591,755 | 3,505,811 | 5.92442987384982 | No | 
| init | 803 | 92,512 | 115.20797011208 | No | 
| connectAllSimilar | 190 | 3,603,036 | 18963.3473684211 | Yes | 
| cycleSearch | 187 | 3,633 | 19.427807486631 | Yes | 
| getWorks | 187 | 3,190 | 17.0588235294118 | Yes | 
| connect | 81 | 163 | 2.01234567901235 | Yes | 
| searchAndConnect | 10 | 146,858 | 14685.8 | Yes | 
| Total | 660 | 3,761,253 | 
4.2.61.8 Found structures
4.2.61.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-18-01-20-jTi6ow--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.61.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-18-01-20-jTi6ow--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.62 SIM10-18-01-20-jTi6ow–DV
4.2.62.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.96 | random | 5 | 1 | 30 | 2 | 
4.2.62.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,605 | 820,420 | 1,605 | 1,605 | 800 | 826,035 | 
4.2.62.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,210 | 1,605 | 5,616 | 
4.2.62.4 distribution of similarityEdgesByWeight

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

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

4.2.62.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| addItemToWork | 3,210 | 22,230 | 6.92523364485981 | No | 
| ownsWork | 1,605 | 10,872 | 6.77383177570093 | No | 
| init | 803 | 90,331 | 112.491905354919 | No | 
| knowsAgent | 800 | 1,316 | 1.645 | No | 
| searchAndConnect | 791 | 9,421,332 | 11910.6599241467 | Yes | 
| individualCycleSearch | 195 | 6 | 0.0307692307692308 | Yes | 
| cycleSearch | 9 | 84,164 | 9351.55555555555 | Yes | 
| getWorks | 9 | 35,840 | 3982.22222222222 | No | 
| getWorksItems | 8 | 12 | 1.5 | Yes | 
| Total | 1,009 | 9,565,654 | 
4.2.62.8 Found structures
4.2.62.8.1 Cycles
Number of cycles found: 3
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-18-01-20-jTi6ow--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.62.8.2 Paths
Number of paths found: 3
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-18-01-20-jTi6ow--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.63 SIM10-18-02-26-4rgnGq–CV
4.2.63.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.96 | smallWorld | 5 | 1 | 30 | 2 | 
4.2.63.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,605 | 819,158 | 1,605 | 1,605 | 4,801 | 828,774 | 
4.2.63.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,210 | 1,605 | 5,616 | 
4.2.63.4 distribution of similarityEdgesByWeight

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

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

4.2.63.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 588,735 | 3,604,778 | 6.1229211784589 | No | 
| existsSimilarity | 588,735 | 3,591,308 | 6.10004161464836 | No | 
| similarityEdges | 588,735 | 3,513,144 | 5.96727559937833 | No | 
| init | 803 | 69,951 | 87.1120797011208 | No | 
| cycleSearch | 227 | 4,463 | 19.6607929515419 | Yes | 
| getWorks | 227 | 829 | 3.65198237885463 | Yes | 
| connectAllSimilar | 189 | 3,611,176 | 19106.7513227513 | Yes | 
| connect | 71 | 135 | 1.90140845070423 | Yes | 
| searchAndConnect | 10 | 174,480 | 17448 | Yes | 
| Total | 729 | 3,795,556 | 
4.2.63.8 Found structures
4.2.63.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-18-02-26-4rgnGq--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.63.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-18-02-26-4rgnGq--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.64 SIM10-18-02-26-4rgnGq–DV
4.2.64.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.96 | smallWorld | 5 | 1 | 30 | 2 | 
4.2.64.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,605 | 819,016 | 1,605 | 1,605 | 4,801 | 828,632 | 
4.2.64.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,210 | 1,605 | 5,616 | 
4.2.64.4 distribution of similarityEdgesByWeight

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

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

4.2.64.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| knowsAgent | 4,801 | 7,997 | 1.66569464694855 | No | 
| addItemToWork | 3,210 | 27,026 | 8.41931464174455 | No | 
| ownsWork | 1,605 | 13,217 | 8.23489096573209 | No | 
| init | 803 | 66,112 | 82.3312577833126 | No | 
| searchAndConnect | 791 | 10,495,112 | 13268.1567635904 | Yes | 
| individualCycleSearch | 232 | 4 | 0.0172413793103448 | Yes | 
| getWorksItems | 8 | 60 | 7.5 | Yes | 
| cycleSearch | 6 | 54,416 | 9069.33333333333 | Yes | 
| getWorks | 6 | 25,808 | 4301.33333333333 | No | 
| Total | 1,042 | 10,564,449 | 
4.2.64.8 Found structures
4.2.64.8.1 Cycles
Number of cycles found: 3
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-18-02-26-4rgnGq--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.64.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-18-02-26-4rgnGq--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.65 SIM10-17-06-05-zXN8Bs–CV
4.2.65.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.96 | random | 5 | 1 | 5 | 2 | 
4.2.65.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,605 | 181,738 | 1,605 | 1,605 | 800 | 187,353 | 
4.2.65.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,210 | 1,605 | 5,616 | 
4.2.65.4 distribution of similarityEdgesByWeight

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

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

4.2.65.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | connectIfSimilar | 871,170 | 3,596,917 | 4.12883478540354 | No | 
| 2 | existsSimilarity | 871,170 | 3,458,200 | 3.96960409564149 | No | 
| 3 | similarityEdges | 871,170 | 3,382,306 | 3.88248677066474 | No | 
| 4 | connect | 63,561 | 118,297 | 1.86115699878857 | Yes | 
| 6 | cycleSearch | 3,600 | 22,664 | 6.29555555555556 | Yes | 
| 7 | getWorks | 3,600 | 23,355 | 6.4875 | Yes | 
| 8 | individualCycleSearch | 3,600 | 138 | 0.0383333333333333 | Yes | 
| 10 | init | 803 | 33,471 | 41.6824408468244 | No | 
| 11 | Total | 81,561 | 189,842 | 
4.2.65.8 Found structures
4.2.65.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-17-06-05-zXN8Bs--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.65.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-17-06-05-zXN8Bs--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.66 SIM10-17-06-05-zXN8Bs–DV
4.2.66.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.96 | random | 5 | 1 | 5 | 2 | 
4.2.66.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,605 | 54,616 | 1,605 | 1,605 | 800 | 60,231 | 
4.2.66.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,210 | 1,605 | 5,616 | 
4.2.66.4 distribution of similarityEdgesByWeight

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

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

4.2.66.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,600 | 23,489 | 6.52472222222222 | Yes | 
| 3 | getWorks | 3,600 | 24,096 | 6.69333333333333 | No | 
| 4 | individualCycleSearch | 3,600 | 154 | 0.0427777777777778 | Yes | 
| 6 | addItemToWork | 3,210 | 21,589 | 6.72554517133956 | No | 
| 7 | ownsWork | 1,605 | 10,638 | 6.62803738317757 | No | 
| 8 | init | 803 | 33,073 | 41.186799501868 | No | 
| 9 | searchAndConnect | 801 | 386,476 | 482.491885143571 | Yes | 
| 10 | knowsAgent | 800 | 1,248 | 1.56 | No | 
| 1 | Total | 15,201 | 437,553 | 
4.2.66.8 Found structures
4.2.66.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-17-06-05-zXN8Bs--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.66.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-17-06-05-zXN8Bs--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.67 SIM10-17-09-06-ggkybw–CV
4.2.67.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.96 | smallWorld | 5 | 1 | 5 | 2 | 
4.2.67.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,605 | 722,750 | 1,605 | 1,605 | 4,801 | 732,366 | 
4.2.67.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,210 | 1,605 | 5,616 | 
4.2.67.4 distribution of similarityEdgesByWeight

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

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

4.2.67.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 624,909 | 3,594,214 | 5.75157983002325 | No | 
| existsSimilarity | 624,909 | 3,567,775 | 5.7092712698969 | No | 
| similarityEdges | 624,909 | 3,490,268 | 5.58524201123684 | No | 
| connect | 6,767 | 12,418 | 1.83508201566425 | Yes | 
| init | 803 | 34,692 | 43.2029887920299 | No | 
| connectAllSimilar | 201 | 3,600,920 | 17915.0248756219 | Yes | 
| cycleSearch | 64 | 828 | 12.9375 | Yes | 
| getWorks | 63 | 160 | 2.53968253968254 | Yes | 
| Total | 7,101 | 3,621,084 | 
4.2.67.8 Found structures
4.2.67.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-17-09-06-ggkybw--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.67.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-17-09-06-ggkybw--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.68 SIM10-17-09-06-ggkybw–DV
4.2.68.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.96 | smallWorld | 5 | 1 | 5 | 2 | 
4.2.68.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,605 | 709,216 | 1,605 | 1,605 | 4,801 | 718,832 | 
4.2.68.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,210 | 1,605 | 5,616 | 
4.2.68.4 distribution of similarityEdgesByWeight

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

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

4.2.68.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| knowsAgent | 4,801 | 6,391 | 1.33118100395751 | No | 
| addItemToWork | 3,210 | 23,879 | 7.43894080996885 | No | 
| ownsWork | 1,605 | 11,776 | 7.33707165109034 | No | 
| init | 803 | 34,216 | 42.6102117061021 | No | 
| searchAndConnect | 801 | 8,224,400 | 10267.6654182272 | Yes | 
| individualCycleSearch | 207 | 3 | 0.0144927536231884 | Yes | 
| getWorks | 145 | 9,125 | 62.9310344827586 | No | 
| cycleSearch | 144 | 28,523 | 198.076388888889 | Yes | 
| Total | 1,236 | 8,276,111 | 
4.2.68.8 Found structures
4.2.68.8.1 Cycles
Number of cycles found: 42
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-17-09-06-ggkybw--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.68.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-17-09-06-ggkybw--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.69 SIM10-17-09-54-NoqsDN–CV
4.2.69.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.96 | random | 5 | 1 | 5 | 1 | 
4.2.69.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 805 | 182,118 | 805 | 805 | 800 | 185,333 | 
4.2.69.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,610 | 805 | 3,216 | 
4.2.69.4 distribution of similarityEdgesByWeight

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

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

4.2.69.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 1,151,329 | 3,586,639 | 3.11521641511679 | No | 
| existsSimilarity | 1,151,329 | 3,407,285 | 2.9594364425807 | No | 
| similarityEdges | 1,151,329 | 3,334,101 | 2.89587164051283 | No | 
| connect | 84,893 | 153,754 | 1.81115050710895 | Yes | 
| connectAllSimilar | 1,073 | 3,600,284 | 3355.34389561976 | Yes | 
| init | 803 | 28,215 | 35.1369863013699 | No | 
| Total | 85,974 | 3,756,249 | 
4.2.69.8 Found structures
4.2.69.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-17-09-54-NoqsDN--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.69.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-17-09-54-NoqsDN--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.70 SIM10-17-09-54-NoqsDN–DV
4.2.70.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.96 | random | 5 | 1 | 5 | 1 | 
4.2.70.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 805 | 12,332 | 805 | 805 | 800 | 15,547 | 
4.2.70.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,610 | 805 | 3,216 | 
4.2.70.4 distribution of similarityEdgesByWeight

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

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

4.2.70.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,599 | 21,855 | 6.07252014448458 | Yes | 
| 3 | getWorks | 3,599 | 21,613 | 6.00527924423451 | No | 
| 4 | individualCycleSearch | 3,599 | 226 | 0.062795220894693 | Yes | 
| 6 | addItemToWork | 1,610 | 35,671 | 22.155900621118 | No | 
| 7 | ownsWork | 805 | 17,543 | 21.7925465838509 | No | 
| 8 | init | 803 | 33,201 | 41.346201743462 | No | 
| 9 | searchAndConnect | 801 | 246,253 | 307.431960049938 | Yes | 
| 10 | knowsAgent | 800 | 2,991 | 3.73875 | No | 
| 1 | Total | 15,197 | 294,552 | 
4.2.70.8 Found structures
4.2.70.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-17-09-54-NoqsDN--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.70.8.2 Paths
Number of paths found: 3599
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-17-09-54-NoqsDN--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.71 SIM10-17-11-55-gwhEL4–CV
4.2.71.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.96 | smallWorld | 5 | 1 | 5 | 1 | 
4.2.71.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 805 | 199,148 | 805 | 805 | 4,801 | 206,364 | 
4.2.71.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,610 | 805 | 3,216 | 
4.2.71.4 distribution of similarityEdgesByWeight

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

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

4.2.71.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 989,092 | 3,592,202 | 3.63181786931853 | No | 
| existsSimilarity | 989,092 | 3,555,371 | 3.59458068612424 | No | 
| similarityEdges | 989,092 | 3,479,177 | 3.51754639608853 | No | 
| connect | 9,792 | 17,013 | 1.7374387254902 | Yes | 
| connectAllSimilar | 827 | 3,602,352 | 4355.92744860943 | Yes | 
| init | 803 | 28,695 | 35.7347447073474 | No | 
| Total | 10,627 | 3,621,763 | 
4.2.71.8 Found structures
4.2.71.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-17-11-55-gwhEL4--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.71.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-17-11-55-gwhEL4--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.72 SIM10-17-11-55-gwhEL4–DV
4.2.72.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.96 | smallWorld | 5 | 1 | 5 | 1 | 
4.2.72.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 805 | 179,564 | 805 | 805 | 4,801 | 186,780 | 
4.2.72.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,610 | 805 | 3,216 | 
4.2.72.4 distribution of similarityEdgesByWeight

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

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

4.2.72.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | knowsAgent | 4,801 | 6,879 | 1.43282649448032 | No | 
| 3 | cycleSearch | 3,599 | 38,423 | 10.6760211169769 | Yes | 
| 4 | getWorks | 3,599 | 29,777 | 8.27368713531536 | No | 
| 5 | individualCycleSearch | 3,599 | 163 | 0.045290358432898 | Yes | 
| 7 | addItemToWork | 1,610 | 13,303 | 8.26273291925466 | No | 
| 8 | ownsWork | 805 | 6,575 | 8.16770186335404 | No | 
| 9 | init | 803 | 29,129 | 36.2752179327522 | No | 
| 10 | searchAndConnect | 801 | 1,838,861 | 2295.70661672909 | Yes | 
| 11 | Total | 15,197 | 1,918,306 | 
4.2.72.8 Found structures
4.2.72.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-17-11-55-gwhEL4--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.72.8.2 Paths
Number of paths found: 3599
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-17-11-55-gwhEL4--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.3 Scatterplots of experiment












