2 Experiment 1
agentNumbers=[400, 500, 600] : chainLengths=[10] : randomWorksNumberMultipliers=[1] : maxDistances=[10] : similaritySearchThresholds=[1] : similarityConnectThresholds=[0.9, 0.93, 0.96, 0.99] : message=[pre-generated smallWorld graph of agents with known diameters < 10]
2.1 Experimental set up
| Values | |
|---|---|
| experimentId | EXP09-05-02-15-an9jYp | 
| agentNumbers | 400, 500, 600 | 
| maxDistances | 10 | 
| randomWorksNumberMultipliers | 1 | 
| similarityConnectThresholds | 0.9, 0.93, 0.96, 0.99 | 
| chainLengths | 10 | 
2.2 Descriptive analysis of each simulation
2.2.1 SIM09-05-02-15-GbI7At–CV
2.2.1.1 simulationParameters
| agentNumber | similarityConnectThreshold | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|
| 400 | 0.9 | 10 | 1 | 10 | 1 | 
2.2.1.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 410 | 131,000 | 410 | 410 | 2,401 | 134,631 | 
2.2.1.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 820 | 410 | 1,631 | 
2.2.1.4 distribution of similarityEdgesByWeight

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

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

2.2.1.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 335,790 | 1,666,350 | 4.9624765478424 | No | 
| existsSimilarity | 335,790 | 1,657,838 | 4.93712737127371 | No | 
| similarityEdges | 335,790 | 1,622,995 | 4.83336311385092 | No | 
| connectAllSimilar | 820 | 1,670,022 | 2036.61219512195 | Yes | 
| init | 403 | 19,512 | 48.4168734491315 | No | 
| connect | 219 | 575 | 2.62557077625571 | Yes | 
| Total | 1,047 | 1,672,231 | 
2.2.1.8 Found structures
2.2.1.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-05-02-15-GbI7At--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.1.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-05-02-15-GbI7At--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.2 SIM09-05-02-15-GbI7At–DV
2.2.2.1 simulationParameters
| agentNumber | similarityConnectThreshold | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|
| 400 | 0.9 | 10 | 1 | 10 | 1 | 
2.2.2.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 410 | 130,561 | 410 | 410 | 2,401 | 134,192 | 
2.2.2.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 820 | 410 | 1,631 | 
2.2.2.4 distribution of similarityEdgesByWeight

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

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

2.2.2.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | knowsAgent | 2,401 | 5,587 | 2.32694710537276 | No | 
| 2 | addItemToWork | 820 | 12,675 | 15.4573170731707 | No | 
| 3 | ownsWork | 410 | 6,619 | 16.1439024390244 | No | 
| 4 | init | 403 | 21,094 | 52.3424317617866 | No | 
| 5 | searchAndConnect | 401 | 1,328,368 | 3312.63840399002 | Yes | 
| 6 | cycleSearch | 37 | 6,590 | 178.108108108108 | Yes | 
| 7 | getWorks | 37 | 2,853 | 77.1081081081081 | No | 
| 8 | individualCycleSearch | 37 | 5 | 0.135135135135135 | Yes | 
| 10 | getWorksItems | 18 | 60 | 3.33333333333333 | Yes | 
| 11 | Total | 511 | 1,341,547 | 
2.2.2.8 Found structures
2.2.2.8.1 Cycles
Number of cycles found: 18
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-05-02-15-GbI7At--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.2.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-05-02-15-GbI7At--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.3 SIM09-05-02-44-2F8BLS–CV
2.2.3.1 simulationParameters
| agentNumber | similarityConnectThreshold | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|
| 400 | 0.93 | 10 | 1 | 10 | 1 | 
2.2.3.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 410 | 94,248 | 410 | 410 | 2,401 | 97,879 | 
2.2.3.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 820 | 410 | 1,631 | 
2.2.3.4 distribution of similarityEdgesByWeight

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

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

2.2.3.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 335,790 | 1,318,300 | 3.92596563328271 | No | 
| existsSimilarity | 335,790 | 1,310,297 | 3.90213228505911 | No | 
| similarityEdges | 335,790 | 1,282,681 | 3.81989040769529 | No | 
| connectAllSimilar | 820 | 1,321,957 | 1612.14268292683 | Yes | 
| init | 403 | 19,191 | 47.6203473945409 | No | 
| connect | 149 | 314 | 2.10738255033557 | Yes | 
| Total | 977 | 1,323,622 | 
2.2.3.8 Found structures
2.2.3.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-05-02-44-2F8BLS--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.3.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-05-02-44-2F8BLS--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.4 SIM09-05-02-44-2F8BLS–DV
2.2.4.1 simulationParameters
| agentNumber | similarityConnectThreshold | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|
| 400 | 0.93 | 10 | 1 | 10 | 1 | 
2.2.4.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 410 | 93,950 | 410 | 410 | 2,401 | 97,581 | 
2.2.4.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 820 | 410 | 1,631 | 
2.2.4.4 distribution of similarityEdgesByWeight

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

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

2.2.4.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | knowsAgent | 2,401 | 4,357 | 1.81466055810079 | No | 
| 2 | addItemToWork | 820 | 7,066 | 8.61707317073171 | No | 
| 3 | ownsWork | 410 | 3,913 | 9.54390243902439 | No | 
| 4 | init | 403 | 19,596 | 48.6253101736973 | No | 
| 5 | searchAndConnect | 401 | 1,095,425 | 2731.73316708229 | Yes | 
| 6 | cycleSearch | 30 | 3,939 | 131.3 | Yes | 
| 7 | getWorks | 30 | 4,469 | 148.966666666667 | No | 
| 8 | individualCycleSearch | 30 | 0 | 0 | Yes | 
| 10 | getWorksItems | 18 | 78 | 4.33333333333333 | Yes | 
| 11 | Total | 497 | 1,103,746 | 
2.2.4.8 Found structures
2.2.4.8.1 Cycles
Number of cycles found: 18
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-05-02-44-2F8BLS--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.4.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-05-02-44-2F8BLS--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.5 SIM09-05-03-07-a6ciiw–CV
2.2.5.1 simulationParameters
| agentNumber | similarityConnectThreshold | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|
| 400 | 0.96 | 10 | 1 | 10 | 1 | 
2.2.5.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 410 | 54,712 | 410 | 410 | 2,401 | 58,343 | 
2.2.5.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 820 | 410 | 1,631 | 
2.2.5.4 distribution of similarityEdgesByWeight

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

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

2.2.5.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | connectIfSimilar | 335,790 | 967,024 | 2.87984752374996 | No | 
| 2 | existsSimilarity | 335,790 | 959,985 | 2.8588850174216 | No | 
| 3 | similarityEdges | 335,790 | 939,663 | 2.79836504958456 | No | 
| 4 | connectAllSimilar | 820 | 970,525 | 1183.56707317073 | Yes | 
| 5 | init | 403 | 19,663 | 48.7915632754342 | No | 
| 6 | connect | 110 | 304 | 2.76363636363636 | Yes | 
| 8 | searchAndConnect | 3 | 6,266 | 2088.66666666667 | Yes | 
| 11 | Total | 940 | 978,199 | 
2.2.5.8 Found structures
2.2.5.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-05-03-07-a6ciiw--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.5.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-05-03-07-a6ciiw--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.6 SIM09-05-03-07-a6ciiw–DV
2.2.6.1 simulationParameters
| agentNumber | similarityConnectThreshold | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|
| 400 | 0.96 | 10 | 1 | 10 | 1 | 
2.2.6.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 410 | 54,484 | 410 | 410 | 2,401 | 58,115 | 
2.2.6.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 820 | 410 | 1,631 | 
2.2.6.4 distribution of similarityEdgesByWeight

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

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

2.2.6.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| knowsAgent | 2,401 | 4,050 | 1.68679716784673 | No | 
| addItemToWork | 820 | 8,648 | 10.5463414634146 | No | 
| ownsWork | 410 | 3,791 | 9.24634146341463 | No | 
| init | 403 | 19,736 | 48.9727047146402 | No | 
| searchAndConnect | 398 | 810,112 | 2035.45728643216 | Yes | 
| getWorksItems | 18 | 33 | 1.83333333333333 | Yes | 
| cycleSearch | 15 | 6,842 | 456.133333333333 | Yes | 
| getWorks | 15 | 4,201 | 280.066666666667 | No | 
| individualCycleSearch | 15 | 0 | 0 | Yes | 
| Total | 451 | 819,015 | 
2.2.6.8 Found structures
2.2.6.8.1 Cycles
Number of cycles found: 3
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-05-03-07-a6ciiw--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.6.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-05-03-07-a6ciiw--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.7 SIM09-05-03-25-dk7PZu–CV
2.2.7.1 simulationParameters
| agentNumber | similarityConnectThreshold | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|
| 400 | 0.99 | 10 | 1 | 10 | 1 | 
2.2.7.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 410 | 13,554 | 410 | 410 | 2,401 | 17,185 | 
2.2.7.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 820 | 410 | 1,631 | 
2.2.7.4 distribution of similarityEdgesByWeight

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

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

2.2.7.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 335,790 | 565,899 | 1.68527651210578 | No | 
| existsSimilarity | 335,790 | 560,331 | 1.66869471991423 | No | 
| similarityEdges | 335,790 | 549,636 | 1.63684445635665 | No | 
| connectAllSimilar | 820 | 568,936 | 693.824390243902 | Yes | 
| init | 403 | 20,229 | 50.1960297766749 | No | 
| connect | 24 | 37 | 1.54166666666667 | Yes | 
| Total | 852 | 569,954 | 
2.2.7.8 Found structures
2.2.7.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-05-03-25-dk7PZu--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.7.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-05-03-25-dk7PZu--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.8 SIM09-05-03-25-dk7PZu–DV
2.2.8.1 simulationParameters
| agentNumber | similarityConnectThreshold | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|
| 400 | 0.99 | 10 | 1 | 10 | 1 | 
2.2.8.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 410 | 13,506 | 410 | 410 | 2,401 | 17,137 | 
2.2.8.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 820 | 410 | 1,631 | 
2.2.8.4 distribution of similarityEdgesByWeight

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

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

2.2.8.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| knowsAgent | 2,401 | 4,363 | 1.81715951686797 | No | 
| addItemToWork | 820 | 5,752 | 7.01463414634146 | No | 
| ownsWork | 410 | 2,912 | 7.10243902439024 | No | 
| init | 403 | 20,514 | 50.9032258064516 | No | 
| searchAndConnect | 401 | 663,613 | 1654.89526184539 | Yes | 
| cycleSearch | 20 | 5,307 | 265.35 | Yes | 
| getWorks | 20 | 1,979 | 98.95 | No | 
| individualCycleSearch | 20 | 1 | 0.05 | Yes | 
| getWorksItems | 18 | 34 | 1.88888888888889 | Yes | 
| Total | 473 | 674,384 | 
2.2.8.8 Found structures
2.2.8.8.1 Cycles
Number of cycles found: 12
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-05-03-25-dk7PZu--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.8.8.2 Paths
Number of paths found: 2
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-05-03-25-dk7PZu--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.9 SIM09-05-03-35-JEKiMx–CV
2.2.9.1 simulationParameters
| agentNumber | similarityConnectThreshold | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|
| 500 | 0.9 | 10 | 1 | 10 | 1 | 
2.2.9.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 510 | 203,218 | 510 | 510 | 3,001 | 207,749 | 
2.2.9.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 501 | 1,020 | 510 | 2,031 | 
2.2.9.4 distribution of similarityEdgesByWeight

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

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

2.2.9.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 519,690 | 2,981,312 | 5.73671227077681 | No | 
| existsSimilarity | 519,690 | 2,967,443 | 5.71002520733514 | No | 
| similarityEdges | 519,690 | 2,898,060 | 5.57651676961265 | No | 
| connectAllSimilar | 1,020 | 2,987,621 | 2929.04019607843 | Yes | 
| init | 503 | 23,964 | 47.6421471172962 | No | 
| connect | 292 | 905 | 3.09931506849315 | Yes | 
| Total | 1,320 | 2,990,829 | 
2.2.9.8 Found structures
2.2.9.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-05-03-35-JEKiMx--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.9.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-05-03-35-JEKiMx--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.10 SIM09-05-03-35-JEKiMx–DV
2.2.10.1 simulationParameters
| agentNumber | similarityConnectThreshold | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|
| 500 | 0.9 | 10 | 1 | 10 | 1 | 
2.2.10.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 510 | 202,595 | 510 | 510 | 3,001 | 207,126 | 
2.2.10.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 501 | 1,020 | 510 | 2,031 | 
2.2.10.4 distribution of similarityEdgesByWeight

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

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

2.2.10.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| knowsAgent | 3,001 | 5,470 | 1.82272575808064 | No | 
| addItemToWork | 1,020 | 6,612 | 6.48235294117647 | No | 
| ownsWork | 510 | 3,340 | 6.54901960784314 | No | 
| init | 503 | 24,090 | 47.8926441351889 | No | 
| searchAndConnect | 501 | 2,117,107 | 4225.7624750499 | Yes | 
| cycleSearch | 71 | 27,670 | 389.718309859155 | Yes | 
| getWorks | 71 | 10,862 | 152.985915492958 | No | 
| individualCycleSearch | 71 | 4 | 0.0563380281690141 | Yes | 
| Total | 721 | 2,174,521 | 
2.2.10.8 Found structures
2.2.10.8.1 Cycles
Number of cycles found: 33
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-05-03-35-JEKiMx--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.10.8.2 Paths
Number of paths found: 6
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-05-03-35-JEKiMx--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.11 SIM09-05-04-27-kUGfQG–CV
2.2.11.1 simulationParameters
| agentNumber | similarityConnectThreshold | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|
| 500 | 0.93 | 10 | 1 | 10 | 1 | 
2.2.11.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 510 | 145,916 | 510 | 510 | 3,001 | 150,447 | 
2.2.11.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 501 | 1,020 | 510 | 2,031 | 
2.2.11.4 distribution of similarityEdgesByWeight

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

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

2.2.11.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 519,690 | 2,392,965 | 4.60460081971945 | No | 
| existsSimilarity | 519,690 | 2,380,263 | 4.58015932575189 | No | 
| similarityEdges | 519,690 | 2,327,000 | 4.47766937982259 | No | 
| connectAllSimilar | 1,020 | 2,398,980 | 2351.94117647059 | Yes | 
| init | 503 | 24,253 | 48.2166998011928 | No | 
| connect | 200 | 570 | 2.85 | Yes | 
| Total | 1,228 | 2,401,506 | 
2.2.11.8 Found structures
2.2.11.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-05-04-27-kUGfQG--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.11.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-05-04-27-kUGfQG--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.12 SIM09-05-04-27-kUGfQG–DV
2.2.12.1 simulationParameters
| agentNumber | similarityConnectThreshold | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|
| 500 | 0.93 | 10 | 1 | 10 | 1 | 
2.2.12.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 510 | 145,516 | 510 | 510 | 3,001 | 150,047 | 
2.2.12.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 501 | 1,020 | 510 | 2,031 | 
2.2.12.4 distribution of similarityEdgesByWeight

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

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

2.2.12.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| knowsAgent | 3,001 | 5,030 | 1.676107964012 | No | 
| addItemToWork | 1,020 | 11,663 | 11.4343137254902 | No | 
| ownsWork | 510 | 5,451 | 10.6882352941176 | No | 
| init | 503 | 24,258 | 48.2266401590457 | No | 
| searchAndConnect | 501 | 1,873,300 | 3739.12175648703 | Yes | 
| cycleSearch | 54 | 1,789 | 33.1296296296296 | Yes | 
| getWorks | 54 | 3,091 | 57.2407407407407 | No | 
| individualCycleSearch | 54 | 1 | 0.0185185185185185 | Yes | 
| Total | 669 | 1,878,712 | 
2.2.12.8 Found structures
2.2.12.8.1 Cycles
Number of cycles found: 30
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-05-04-27-kUGfQG--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.12.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-05-04-27-kUGfQG--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.13 SIM09-05-05-09-yMqjcT–CV
2.2.13.1 simulationParameters
| agentNumber | similarityConnectThreshold | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|
| 500 | 0.96 | 10 | 1 | 10 | 1 | 
2.2.13.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 510 | 85,058 | 510 | 510 | 3,001 | 89,589 | 
2.2.13.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 501 | 1,020 | 510 | 2,031 | 
2.2.13.4 distribution of similarityEdgesByWeight

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

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

2.2.13.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 519,690 | 1,730,033 | 3.32897111739691 | No | 
| existsSimilarity | 519,690 | 1,718,581 | 3.30693490350016 | No | 
| similarityEdges | 519,690 | 1,683,770 | 3.23995073986415 | No | 
| connectAllSimilar | 1,020 | 1,735,708 | 1701.67450980392 | Yes | 
| init | 503 | 24,454 | 48.6163021868787 | No | 
| connect | 126 | 310 | 2.46031746031746 | Yes | 
| cycleSearch | 19 | 534 | 28.1052631578947 | Yes | 
| getWorks | 18 | 91 | 5.05555555555556 | Yes | 
| searchAndConnect | 9 | 23,525 | 2613.88888888889 | Yes | 
| Total | 1,197 | 1,761,087 | 
2.2.13.8 Found structures
2.2.13.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-05-05-09-yMqjcT--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.13.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-05-05-09-yMqjcT--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.14 SIM09-05-05-09-yMqjcT–DV
2.2.14.1 simulationParameters
| agentNumber | similarityConnectThreshold | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|
| 500 | 0.96 | 10 | 1 | 10 | 1 | 
2.2.14.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 510 | 84,806 | 510 | 510 | 3,001 | 89,337 | 
2.2.14.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 501 | 1,020 | 510 | 2,031 | 
2.2.14.4 distribution of similarityEdgesByWeight

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

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

2.2.14.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| knowsAgent | 3,001 | 5,230 | 1.74275241586138 | No | 
| addItemToWork | 1,020 | 10,010 | 9.81372549019608 | No | 
| ownsWork | 510 | 5,151 | 10.1 | No | 
| init | 503 | 24,579 | 48.8648111332008 | No | 
| searchAndConnect | 492 | 1,276,072 | 2593.64227642276 | Yes | 
| individualCycleSearch | 29 | 0 | 0 | Yes | 
| getWorksItems | 18 | 57 | 3.16666666666667 | Yes | 
| getWorks | 12 | 4,098 | 341.5 | No | 
| cycleSearch | 11 | 9,182 | 834.727272727273 | Yes | 
| Total | 555 | 1,288,589 | 
2.2.14.8 Found structures
2.2.14.8.1 Cycles
Number of cycles found: 3
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-05-05-09-yMqjcT--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.14.8.2 Paths
Number of paths found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-05-05-09-yMqjcT--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.15 SIM09-05-05-39-kF9FXt–CV
2.2.15.1 simulationParameters
| agentNumber | similarityConnectThreshold | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|
| 500 | 0.99 | 10 | 1 | 10 | 1 | 
2.2.15.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 510 | 21,000 | 510 | 510 | 3,001 | 25,531 | 
2.2.15.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 501 | 1,020 | 510 | 2,031 | 
2.2.15.4 distribution of similarityEdgesByWeight

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

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

2.2.15.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 519,690 | 962,983 | 1.85299505474417 | No | 
| existsSimilarity | 519,690 | 953,987 | 1.83568473513056 | No | 
| similarityEdges | 519,690 | 936,650 | 1.80232446266043 | No | 
| connectAllSimilar | 1,020 | 968,061 | 949.079411764706 | Yes | 
| init | 503 | 24,464 | 48.6361829025845 | No | 
| connect | 30 | 102 | 3.4 | Yes | 
| Total | 1,058 | 969,360 | 
2.2.15.8 Found structures
2.2.15.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-05-05-39-kF9FXt--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.15.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-05-05-39-kF9FXt--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.16 SIM09-05-05-39-kF9FXt–DV
2.2.16.1 simulationParameters
| agentNumber | similarityConnectThreshold | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|
| 500 | 0.99 | 10 | 1 | 10 | 1 | 
2.2.16.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 510 | 20,940 | 510 | 510 | 3,001 | 25,471 | 
2.2.16.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 501 | 1,020 | 510 | 2,031 | 
2.2.16.4 distribution of similarityEdgesByWeight

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

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

2.2.16.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| knowsAgent | 3,001 | 5,319 | 1.77240919693436 | No | 
| addItemToWork | 1,020 | 10,468 | 10.2627450980392 | No | 
| ownsWork | 510 | 5,641 | 11.0607843137255 | No | 
| init | 503 | 24,855 | 49.4135188866799 | No | 
| searchAndConnect | 501 | 1,061,082 | 2117.92814371257 | Yes | 
| cycleSearch | 29 | 5,112 | 176.275862068966 | Yes | 
| getWorks | 29 | 2,323 | 80.1034482758621 | No | 
| individualCycleSearch | 29 | 2 | 0.0689655172413793 | Yes | 
| getWorksItems | 18 | 31 | 1.72222222222222 | Yes | 
| Total | 590 | 1,069,371 | 
2.2.16.8 Found structures
2.2.16.8.1 Cycles
Number of cycles found: 13
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-05-05-39-kF9FXt--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.16.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-05-05-39-kF9FXt--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.17 SIM09-05-05-57-fvqRNr–CV
2.2.17.1 simulationParameters
| agentNumber | similarityConnectThreshold | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|
| 600 | 0.9 | 10 | 1 | 10 | 1 | 
2.2.17.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 610 | 286,882 | 610 | 610 | 3,601 | 292,313 | 
2.2.17.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 601 | 1,220 | 610 | 2,431 | 
2.2.17.4 distribution of similarityEdgesByWeight

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

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

2.2.17.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 513,409 | 3,594,801 | 7.00182700342222 | No | 
| existsSimilarity | 513,409 | 3,581,120 | 6.97517963261259 | No | 
| similarityEdges | 513,409 | 3,507,544 | 6.83187088656412 | No | 
| init | 603 | 30,075 | 49.8756218905473 | No | 
| connectAllSimilar | 541 | 3,601,020 | 6656.2292051756 | Yes | 
| connect | 220 | 710 | 3.22727272727273 | Yes | 
| cycleSearch | 32 | 843 | 26.34375 | Yes | 
| getWorks | 31 | 78 | 2.51612903225806 | Yes | 
| Total | 830 | 3,606,126 | 
2.2.17.8 Found structures
2.2.17.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-05-05-57-fvqRNr--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.17.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-05-05-57-fvqRNr--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.18 SIM09-05-05-57-fvqRNr–DV
2.2.18.1 simulationParameters
| agentNumber | similarityConnectThreshold | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|
| 600 | 0.9 | 10 | 1 | 10 | 1 | 
2.2.18.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 610 | 286,442 | 610 | 610 | 3,601 | 291,873 | 
2.2.18.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 601 | 1,220 | 610 | 2,431 | 
2.2.18.4 distribution of similarityEdgesByWeight

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

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

2.2.18.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| knowsAgent | 3,601 | 6,832 | 1.89725076367676 | No | 
| addItemToWork | 1,220 | 10,512 | 8.61639344262295 | No | 
| ownsWork | 610 | 5,612 | 9.2 | No | 
| init | 603 | 29,172 | 48.3781094527363 | No | 
| searchAndConnect | 601 | 4,034,268 | 6712.59234608985 | Yes | 
| individualCycleSearch | 114 | 5 | 0.043859649122807 | Yes | 
| getWorks | 84 | 3,634 | 43.2619047619048 | No | 
| cycleSearch | 83 | 9,415 | 113.433734939759 | Yes | 
| Total | 878 | 4,049,753 | 
2.2.18.8 Found structures
2.2.18.8.1 Cycles
Number of cycles found: 40
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-05-05-57-fvqRNr--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.18.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-05-05-57-fvqRNr--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.19 SIM09-05-07-00-zrM33e–CV
2.2.19.1 simulationParameters
| agentNumber | similarityConnectThreshold | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|
| 600 | 0.93 | 10 | 1 | 10 | 1 | 
2.2.19.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 610 | 206,192 | 610 | 610 | 3,601 | 211,623 | 
2.2.19.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 601 | 1,220 | 610 | 2,431 | 
2.2.19.4 distribution of similarityEdgesByWeight

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

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

2.2.19.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 687,979 | 3,592,312 | 5.221543099426 | No | 
| existsSimilarity | 687,979 | 3,575,122 | 5.1965568716487 | No | 
| similarityEdges | 687,979 | 3,498,903 | 5.08577005984194 | No | 
| connectAllSimilar | 886 | 3,600,530 | 4063.80361173815 | Yes | 
| init | 603 | 29,601 | 49.089552238806 | No | 
| connect | 223 | 677 | 3.03587443946188 | Yes | 
| Total | 1,117 | 3,604,163 | 
2.2.19.8 Found structures
2.2.19.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-05-07-00-zrM33e--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.19.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-05-07-00-zrM33e--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.20 SIM09-05-07-00-zrM33e–DV
2.2.20.1 simulationParameters
| agentNumber | similarityConnectThreshold | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|
| 600 | 0.93 | 10 | 1 | 10 | 1 | 
2.2.20.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 610 | 205,746 | 610 | 610 | 3,601 | 211,177 | 
2.2.20.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 601 | 1,220 | 610 | 2,431 | 
2.2.20.4 distribution of similarityEdgesByWeight

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

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

2.2.20.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| knowsAgent | 3,601 | 6,268 | 1.74062760344349 | No | 
| addItemToWork | 1,220 | 10,557 | 8.65327868852459 | No | 
| ownsWork | 610 | 5,031 | 8.24754098360656 | No | 
| init | 603 | 29,898 | 49.5820895522388 | No | 
| searchAndConnect | 601 | 2,897,555 | 4821.22296173045 | Yes | 
| cycleSearch | 82 | 2,424 | 29.5609756097561 | Yes | 
| getWorks | 82 | 2,569 | 31.3292682926829 | No | 
| individualCycleSearch | 82 | 0 | 0 | Yes | 
| Total | 835 | 2,904,668 | 
2.2.20.8 Found structures
2.2.20.8.1 Cycles
Number of cycles found: 35
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-05-07-00-zrM33e--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.20.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-05-07-00-zrM33e--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.21 SIM09-05-08-02-Lrzqji–CV
2.2.21.1 simulationParameters
| agentNumber | similarityConnectThreshold | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|
| 600 | 0.96 | 10 | 1 | 10 | 1 | 
2.2.21.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 610 | 119,194 | 610 | 610 | 3,601 | 124,625 | 
2.2.21.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 601 | 1,220 | 610 | 2,431 | 
2.2.21.4 distribution of similarityEdgesByWeight

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

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

2.2.21.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 743,590 | 2,768,156 | 3.72269126803749 | No | 
| existsSimilarity | 743,590 | 2,752,263 | 3.70131793058002 | No | 
| similarityEdges | 743,590 | 2,697,670 | 3.62789978348283 | No | 
| connectAllSimilar | 1,220 | 2,776,344 | 2275.69180327869 | Yes | 
| init | 603 | 30,480 | 50.547263681592 | No | 
| connect | 113 | 334 | 2.95575221238938 | Yes | 
| Total | 1,341 | 2,778,741 | 
2.2.21.8 Found structures
2.2.21.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-05-08-02-Lrzqji--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.21.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-05-08-02-Lrzqji--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.22 SIM09-05-08-02-Lrzqji–DV
2.2.22.1 simulationParameters
| agentNumber | similarityConnectThreshold | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|
| 600 | 0.96 | 10 | 1 | 10 | 1 | 
2.2.22.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 610 | 118,968 | 610 | 610 | 3,601 | 124,399 | 
2.2.22.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 601 | 1,220 | 610 | 2,431 | 
2.2.22.4 distribution of similarityEdgesByWeight

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

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

2.2.22.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| knowsAgent | 3,601 | 6,368 | 1.76839766731463 | No | 
| addItemToWork | 1,220 | 13,502 | 11.0672131147541 | No | 
| ownsWork | 610 | 6,268 | 10.2754098360656 | No | 
| init | 603 | 30,464 | 50.5207296849088 | No | 
| searchAndConnect | 601 | 2,167,574 | 3606.61231281198 | Yes | 
| cycleSearch | 61 | 2,962 | 48.5573770491803 | Yes | 
| getWorks | 61 | 2,251 | 36.9016393442623 | No | 
| individualCycleSearch | 61 | 1 | 0.0163934426229508 | Yes | 
| Total | 773 | 2,173,703 | 
2.2.22.8 Found structures
2.2.22.8.1 Cycles
Number of cycles found: 25
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-05-08-02-Lrzqji--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.22.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-05-08-02-Lrzqji--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.23 SIM09-05-08-51-5PgQ8m–CV
2.2.23.1 simulationParameters
| agentNumber | similarityConnectThreshold | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|
| 600 | 0.99 | 10 | 1 | 10 | 1 | 
2.2.23.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 610 | 30,004 | 610 | 610 | 3,601 | 35,435 | 
2.2.23.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 601 | 1,220 | 610 | 2,431 | 
2.2.23.4 distribution of similarityEdgesByWeight

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

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

2.2.23.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 743,590 | 1,477,223 | 1.98660955634153 | No | 
| existsSimilarity | 743,590 | 1,464,298 | 1.96922766578356 | No | 
| similarityEdges | 743,590 | 1,437,974 | 1.93382643661157 | No | 
| connectAllSimilar | 1,220 | 1,484,399 | 1216.72049180328 | Yes | 
| init | 602 | 25,193 | 41.8488372093023 | No | 
| connect | 35 | 152 | 4.34285714285714 | Yes | 
| Total | 1,263 | 1,486,093 | 
2.2.23.8 Found structures
2.2.23.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-05-08-51-5PgQ8m--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.23.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-05-08-51-5PgQ8m--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.24 SIM09-05-08-51-5PgQ8m–DV
2.2.24.1 simulationParameters
| agentNumber | similarityConnectThreshold | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|
| 600 | 0.99 | 10 | 1 | 10 | 1 | 
2.2.24.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 610 | 29,934 | 610 | 610 | 3,601 | 35,365 | 
2.2.24.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 601 | 1,220 | 610 | 2,431 | 
2.2.24.4 distribution of similarityEdgesByWeight

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

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

2.2.24.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| knowsAgent | 3,601 | 6,610 | 1.83560122188281 | No | 
| addItemToWork | 1,220 | 12,344 | 10.1180327868852 | No | 
| ownsWork | 610 | 5,682 | 9.31475409836066 | No | 
| init | 603 | 31,554 | 52.3283582089552 | No | 
| searchAndConnect | 601 | 1,391,528 | 2315.3544093178 | Yes | 
| cycleSearch | 46 | 16,711 | 363.282608695652 | Yes | 
| getWorks | 46 | 4,444 | 96.6086956521739 | No | 
| individualCycleSearch | 46 | 2 | 0.0434782608695652 | Yes | 
| Total | 743 | 1,427,065 | 
2.2.24.8 Found structures
2.2.24.8.1 Cycles
Number of cycles found: 18
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-05-08-51-5PgQ8m--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.24.8.2 Paths
Number of paths found: 7
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-05-08-51-5PgQ8m--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.3 Scatterplots of experiment











