Trace number 4401284

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.2SAT (TO)312 2400.13 2348.73

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-05-05-5.xml
MD5SUM5197a9101df9cd680fadf9dcc86a0dcb
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark312
Best CPU time to get the best result obtained on this benchmark31.7673
Satisfiable
(Un)Satisfiability was proved
Number of variables105
Number of constraints90
Number of domains7
Minimum domain size5
Maximum domain size412
Distribution of domain sizes[{"size":5,"count":50},{"size":412,"count":55}]
Minimum variable degree2
Maximum variable degree6
Distribution of variable degrees[{"degree":2,"count":30},{"degree":3,"count":50},{"degree":6,"count":25}]
Minimum constraint arity1
Maximum constraint arity7
Distribution of constraint arities[{"arity":1,"count":5},{"arity":2,"count":25},{"arity":3,"count":25},{"arity":5,"count":10},{"arity":7,"count":25}]
Number of extensional constraints25
Number of intensional constraints30
Distribution of constraint types[{"type":"extension","count":25},{"type":"intension","count":30},{"type":"allDifferent","count":5},{"type":"noOverlap","count":5},{"type":"element","count":25}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.76/1.53	c Concrete v3.12.2.1568631193530 running
10.92/5.95	o 411
10.92/5.96	o 408
11.59/6.17	o 403
12.54/6.44	o 385
12.54/6.45	o 383
12.86/6.59	o 371
13.18/6.60	o 370
13.18/6.65	o 369
13.18/6.67	o 356
13.18/6.69	o 352
13.49/6.71	o 351
13.49/6.73	o 350
13.49/6.76	o 338
13.49/6.77	o 337
13.49/6.78	o 336
13.49/6.79	o 333
14.45/7.03	o 332
14.45/7.04	o 327
14.77/7.11	o 326
21.39/10.76	o 325
21.39/10.77	o 324
21.39/10.77	o 323
22.78/11.80	o 320
23.66/12.60	o 319
42.18/28.80	o 318
42.94/29.52	o 316
49.52/35.98	o 315
49.52/35.98	o 312
2400.07/2348.70	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2400.07/2348.70		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2400.07/2348.70		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2400.07/2348.70		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:110)
2400.07/2348.70		at bitvectors.LargeBitVector.filter(LargeBitVector.scala:249)
2400.07/2348.70		at bitvectors.LargeBitVector.filter(LargeBitVector.scala:16)
2400.07/2348.70		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:110)
2400.07/2348.70		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2400.07/2348.70		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2400.07/2348.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.07/2348.70		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.07/2348.70		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.07/2348.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.07/2348.70		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.07/2348.70		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.07/2348.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.07/2348.70		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.07/2348.70		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.07/2348.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.07/2348.70		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2400.07/2348.70		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2400.07/2348.70		at scala.Option.map(Option.scala:243)
2400.07/2348.70		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2400.07/2348.70		at concrete.MAC.mac(MAC.scala:216)
2400.07/2348.70		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.07/2348.70		at scala.util.Try$.apply(Try.scala:212)
2400.07/2348.70		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.07/2348.70		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.07/2348.70		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.07/2348.70		at concrete.MAC.oneRun(MAC.scala:265)
2400.07/2348.70		at concrete.MAC.nextSolution(MAC.scala:284)
2400.07/2348.70		at concrete.MAC.nextSolution(MAC.scala:369)
2400.07/2348.70		at concrete.Solver.hasNext(Solver.scala:160)
2400.07/2348.70		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.07/2348.71		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.07/2348.71		at concrete.Solver.foreach(Solver.scala:67)
2400.07/2348.71		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.07/2348.71		at scala.util.Success.map(Try.scala:264)
2400.07/2348.71		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.07/2348.71		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.07/2348.71		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.07/2348.71		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.07/2348.71		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.07/2348.71		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.07/2348.71		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.07/2348.71		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.07/2348.71		at scala.App.$anonfun$main$1(App.scala:75)
2400.07/2348.71		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.07/2348.71		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.07/2348.71		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.07/2348.71		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.07/2348.71		at scala.App.main(App.scala:75)
2400.07/2348.71		at scala.App.main$(App.scala:73)
2400.07/2348.71		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.07/2348.71		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.07/2348.71	v <instantiation
2400.07/2348.71	v         cost = '312'>
2400.07/2348.71	v       <list>
2400.07/2348.71	v         s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[3][0] s[3][1] s[3][2] s[3][3] s[3][4] s[4][0] s[4][1] s[4][2] s[4][3] s[4][4] e[0] e[1] e[2] e[3] e[4] d[0][0] d[0][1] d[0][2] d[0][3] d[0][4] d[1][0] d[1][1] d[1][2] d[1][3] d[1][4] d[2][0] d[2][1] d[2][2] d[2][3] d[2][4] d[3][0] d[3][1] d[3][2] d[3][3] d[3][4] d[4][0] d[4][1] d[4][2] d[4][3] d[4][4] w[0][0] w[0][1] w[0][2] w[0][3] w[0][4] w[1][0] w[1][1] w[1][2] w[1][3] w[1][4] w[2][0] w[2][1] w[2][2] w[2][3] w[2][4] w[3][0] w[3][1] w[3][2] w[3][3] w[3][4] w[4][0] w[4][1] w[4][2] w[4][3] w[4][4] sd[0][0] sd[0][1] sd[0][2] sd[0][3] sd[0][4] sd[1][0] sd[1][1] sd[1][2] sd[1][3] sd[1][4] sd[2][0] sd[2][1] sd[2][2] sd[2][3] sd[2][4] sd[3][0] sd[3][1] sd[3][2] sd[3][3] sd[3][4] sd[4][0] sd[4][1] sd[4][2] sd[4][3] sd[4][4]
2400.07/2348.71	v       </list>
2400.07/2348.71	v       <values>
2400.07/2348.71	v         0 5 98 211 252 46 133 141 204 208 0 61 139 191 224 0 61 139 224 257 5 61 98 132 214 312 304 305 312 312 5 86 93 41 60 81 6 63 4 96 46 62 50 17 81 61 78 85 26 55 56 37 34 82 98 4 3 0 1 2 2 3 1 4 0 2 1 4 0 3 0 4 3 2 1 1 0 3 2 4 98 211 252 5 0 208 141 46 133 204 191 61 0 224 139 0 257 224 139 61 61 5 132 98 214
2400.07/2348.71	v       </values>
2400.07/2348.71	v     </instantiation>
2400.07/2348.71	s SATISFIABLE

Verifier Data

OK	312

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (15366 MiB free)
  memory of node 1: 16384 MiB (15045 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401284-1568673331/watcher-4401284-1568673331 -o /tmp/evaluation-result-4401284-1568673331/solver-4401284-1568673331 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node126-1568673293-1192 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1889038206 HOME/instance-4401284-1568673331.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=1217, runsolver pid=1213
Current StackSize limit: 8192 KiB


[startup+0.10012 s]*
/proc/loadavg: 0.16 1.18 2.35 3/200 1271
/proc/meminfo: memFree=31140024/32770624 swapFree=66988084/67108860
[pid=1217] ppid=1213 vsize=113256 memory=1612 CPUtime=0.01 cores=1,3,5,7
/proc/1217/stat : 1217 (bash) S 1213 1217 1158 0 -1 4202496 885 5691 1 1 0 0 0 1 20 0 1 0 443601526 115974144 403 33554432000 4194304 5098028 140725649312816 140725649306824 140323512355840 0 0 4100 65536 18446744071580971376 0 0 17 5 0 0 6 0 0 7196144 7232144 11853824 140725649318932 140725649319057 140725649319057 140725649321966 0
/proc/1217/statm: 28314 403 320 221 0 119 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 113256 KiB
Current children cumulated memory: 1612 KiB

[startup+0.209763 s]*
/proc/loadavg: 0.16 1.18 2.35 1/208 1281
/proc/meminfo: memFree=31137052/32770624 swapFree=66988084/67108860
[pid=1217] ppid=1213 vsize=113256 memory=1612 CPUtime=0.01 cores=1,3,5,7
/proc/1217/stat : 1217 (bash) S 1213 1217 1158 0 -1 4202496 885 5691 1 1 0 0 0 1 20 0 1 0 443601526 115974144 403 33554432000 4194304 5098028 140725649312816 140725649306824 140323512355840 0 0 4100 65536 18446744071580971376 0 0 17 5 0 0 6 0 0 7196144 7232144 11853824 140725649318932 140725649319057 140725649319057 140725649321966 0
/proc/1217/statm: 28314 403 320 221 0 119 0
[pid=1274] ppid=1217 vsize=113256 memory=708 CPUtime=0 cores=1,3,5,7
/proc/1274/stat : 1274 (bash) S 1217 1217 1158 0 -1 4202560 156 0 0 0 0 0 0 0 20 0 1 0 443601537 115974144 177 33554432000 4194304 5098028 140725649312816 140725649305496 140323512181372 0 65536 4096 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 11853824 140725649318932 140725649319057 140725649319057 140725649321966 0
/proc/1274/statm: 28314 177 94 221 0 119 0
[pid=1275] ppid=1274 vsize=98704 memory=4620 CPUtime=0 cores=1,3,5,7
/proc/1275/stat : 1275 (java) S 1274 1217 1158 0 -1 1077944320 1357 0 0 0 0 0 0 0 20 0 2 0 443601537 101072896 1155 33554432000 4194304 4196468 140732106233696 140732106216240 140451000704759 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20811776 140732106237068 140732106237082 140732106237082 140732106239951 0
/proc/1275/statm: 24676 1155 857 1 0 16800 0
[pid=1275/tid=1280] ppid=1274 vsize=99728 memory=7596557092442865725 CPUtime=0 cores=1,3,5,7
/proc/1275/task/1280/stat : 1280 (java) D 1274 1217 1158 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 2 0 443601547 102121472 1155 33554432000 4194304 4196468 140732106233696 140451004941752 140450993384352 0 0 4096 0 18446744072101674532 0 0 -1 1 0 0 0 0 0 6293624 6294260 20811776 140732106237068 140732106237082 140732106237082 140732106239951 0
[pid=1276] ppid=1274 vsize=113488 memory=972 CPUtime=0 cores=1,3,5,7
/proc/1276/stat : 1276 (awk) S 1274 1217 1158 0 -1 4202496 427 0 0 0 0 0 0 0 20 0 1 0 443601537 116211712 243 33554432000 4194304 4609284 140731688043904 140731688043080 140713757928448 0 0 4096 1216 18446744071580971376 0 0 17 1 0 0 0 0 0 6708720 6711756 26144768 140731688047804 140731688047834 140731688047834 140731688050671 0
/proc/1276/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 438704 KiB
Current children cumulated memory: 7912 KiB

[startup+0.310085 s]*
/proc/loadavg: 0.16 1.18 2.35 1/208 1281
/proc/meminfo: memFree=31136464/32770624 swapFree=66988084/67108860
[pid=1217] ppid=1213 vsize=113256 memory=1612 CPUtime=0.01 cores=1,3,5,7
/proc/1217/stat : 1217 (bash) S 1213 1217 1158 0 -1 4202496 885 5691 1 1 0 0 0 1 20 0 1 0 443601526 115974144 403 33554432000 4194304 5098028 140725649312816 140725649306824 140323512355840 0 0 4100 65536 18446744071580971376 0 0 17 5 0 0 6 0 0 7196144 7232144 11853824 140725649318932 140725649319057 140725649319057 140725649321966 0
/proc/1217/statm: 28314 403 320 221 0 119 0
[pid=1274] ppid=1217 vsize=113256 memory=708 CPUtime=0 cores=1,3,5,7
/proc/1274/stat : 1274 (bash) S 1217 1217 1158 0 -1 4202560 156 0 0 0 0 0 0 0 20 0 1 0 443601537 115974144 177 33554432000 4194304 5098028 140725649312816 140725649305496 140323512181372 0 65536 4096 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 11853824 140725649318932 140725649319057 140725649319057 140725649321966 0
/proc/1274/statm: 28314 177 94 221 0 119 0
[pid=1275] ppid=1274 vsize=111596 memory=5608 CPUtime=0 cores=1,3,5,7
/proc/1275/stat : 1275 (java) S 1274 1217 1158 0 -1 1077944320 1720 0 0 0 0 0 0 0 20 0 2 0 443601537 114274304 1402 33554432000 4194304 4196468 140732106233696 140732106216240 140451000704759 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20811776 140732106237068 140732106237082 140732106237082 140732106239951 0
/proc/1275/statm: 27899 1402 1063 1 0 16810 0
[pid=1275/tid=1280] ppid=1274 vsize=111596 memory=1398720917958146503 CPUtime=0 cores=1,3,5,7
/proc/1275/task/1280/stat : 1280 (java) D 1274 1217 1158 0 -1 1077944384 436 0 0 0 0 0 0 0 20 0 2 0 443601547 114274304 1402 33554432000 4194304 4196468 140732106233696 140451004944616 140450993382773 0 4 0 16784584 18446744072101674532 0 0 -1 1 0 0 0 0 0 6293624 6294260 20811776 140732106237068 140732106237082 140732106237082 140732106239951 0
[pid=1276] ppid=1274 vsize=113488 memory=972 CPUtime=0 cores=1,3,5,7
/proc/1276/stat : 1276 (awk) S 1274 1217 1158 0 -1 4202496 427 0 0 0 0 0 0 0 20 0 1 0 443601537 116211712 243 33554432000 4194304 4609284 140731688043904 140731688043080 140713757928448 0 0 4096 1216 18446744071580971376 0 0 17 1 0 0 0 0 0 6708720 6711756 26144768 140731688047804 140731688047834 140731688047834 140731688050671 0
/proc/1276/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 451596 KiB
Current children cumulated memory: 8900 KiB

[startup+0.700698 s]
/proc/loadavg: 0.16 1.18 2.35 1/222 1295
/proc/meminfo: memFree=31113400/32770624 swapFree=66988084/67108860
[pid=1217] ppid=1213 vsize=113256 memory=1612 CPUtime=0.01 cores=1,3,5,7
/proc/1217/stat : 1217 (bash) S 1213 1217 1158 0 -1 4202496 885 5691 1 1 0 0 0 1 20 0 1 0 443601526 115974144 403 33554432000 4194304 5098028 140725649312816 140725649306824 140323512355840 0 0 4100 65536 18446744071580971376 0 0 17 5 0 0 6 0 0 7196144 7232144 11853824 140725649318932 140725649319057 140725649319057 140725649321966 0
/proc/1217/statm: 28314 403 320 221 0 119 0
[pid=1274] ppid=1217 vsize=113256 memory=708 CPUtime=0 cores=1,3,5,7
/proc/1274/stat : 1274 (bash) S 1217 1217 1158 0 -1 4202560 156 0 0 0 0 0 0 0 20 0 1 0 443601537 115974144 177 33554432000 4194304 5098028 140725649312816 140725649305496 140323512181372 0 65536 4096 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 11853824 140725649318932 140725649319057 140725649319057 140725649321966 0
/proc/1274/statm: 28314 177 94 221 0 119 0
[pid=1275] ppid=1274 vsize=10593144 memory=23724 CPUtime=0.06 cores=1,3,5,7
/proc/1275/stat : 1275 (java) S 1274 1217 1158 0 -1 1077944320 4880 0 0 0 5 1 0 0 20 0 14 0 443601537 10847379456 5931 33554432000 4194304 4196468 140732106233696 140732106216240 140451000704759 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20811776 140732106237068 140732106237082 140732106237082 140732106239951 0
/proc/1275/statm: 2648286 5931 2612 1 0 2610827 0
[pid=1275/tid=1280] ppid=1274 vsize=10593144 memory=740 CPUtime=0.05 cores=1,3,5,7
/proc/1275/task/1280/stat : 1280 (java) D 1274 1217 1158 0 -1 1077944384 3015 0 0 0 4 1 0 0 20 0 14 0 443601547 10847379456 5931 33554432000 4194304 4196468 140732106233696 140451004939416 140450993382773 0 4 0 16800975 18446744072101674532 0 0 -1 3 0 0 0 0 0 6293624 6294260 20811776 140732106237068 140732106237082 140732106237082 140732106239951 0
[pid=1275/tid=1286] ppid=1274 vsize=10593144 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/1275/task/1286/stat : 1286 (java) S 1274 1217 1158 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 443601561 10847379456 5931 33554432000 4194304 4196468 140732106233696 140450937395984 140451000714965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20811776 140732106237068 140732106237082 140732106237082 140732106239951 0
[pid=1275/tid=1287] ppid=1274 vsize=10593144 memory=9520 CPUtime=0 cores=1,3,5,7
/proc/1275/task/1287/stat : 1287 (java) S 1274 1217 1158 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 443601561 10847379456 5931 33554432000 4194304 4196468 140732106233696 140450936343440 140451000714965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20811776 140732106237068 140732106237082 140732106237082 140732106239951 0
[pid=1275/tid=1288] ppid=1274 vsize=10593144 memory=94 CPUtime=0 cores=1,3,5,7
/proc/1275/task/1288/stat : 1288 (java) S 1274 1217 1158 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 443601561 10847379456 5931 33554432000 4194304 4196468 140732106233696 140450935290896 140451000714965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20811776 140732106237068 140732106237082 140732106237082 140732106239951 0
[pid=1275/tid=1289] ppid=1274 vsize=10593144 memory=3 CPUtime=0 cores=1,3,5,7
/proc/1275/task/1289/stat : 1289 (java) S 1274 1217 1158 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 443601561 10847379456 5931 33554432000 4194304 4196468 140732106233696 140450604117136 140451000714965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20811776 140732106237068 140732106237082 140732106237082 140732106239951 0
[pid=1275/tid=1290] ppid=1274 vsize=10593144 memory=4 CPUtime=0 cores=1,3,5,7
/proc/1275/task/1290/stat : 1290 (java) S 1274 1217 1158 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 443601563 10847379456 5931 33554432000 4194304 4196468 140732106233696 140450492712944 140451000715906 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20811776 140732106237068 140732106237082 140732106237082 140732106239951 0
[pid=1275/tid=1292] ppid=1274 vsize=10593144 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1275/task/1292/stat : 1292 (java) S 1274 1217 1158 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 443601563 10847379456 5931 33554432000 4194304 4196468 140732106233696 140450491659168 140451000714965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20811776 140732106237068 140732106237082 140732106237082 140732106239951 0
[pid=1275/tid=1294] ppid=1274 vsize=10593144 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1275/task/1294/stat : 1294 (java) S 1274 1217 1158 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 443601563 10847379456 5931 33554432000 4194304 4196468 140732106233696 140450490606576 140451000714965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20811776 140732106237068 140732106237082 140732106237082 140732106239951 0
[pid=1276] ppid=1274 vsize=113488 memory=972 CPUtime=0 cores=1,3,5,7
/proc/1276/stat : 1276 (awk) S 1274 1217 1158 0 -1 4202496 427 0 0 0 0 0 0 0 20 0 1 0 443601537 116211712 243 33554432000 4194304 4609284 140731688043904 140731688043080 140713757928448 0 0 4096 1216 18446744071580971376 0 0 17 1 0 0 0 0 0 6708720 6711756 26144768 140731688047804 140731688047834 140731688047834 140731688050671 0
/proc/1276/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 10933144 KiB
Current children cumulated memory: 27016 KiB

[startup+1.50072 s]
/proc/loadavg: 0.16 1.18 2.35 1/226 1353
/proc/meminfo: memFree=31108768/32770624 swapFree=66988084/67108860
[pid=1217] ppid=1213 vsize=10820268 memory=68052 CPUtime=0.76 cores=1,3,5,7
/proc/1217/stat : 1217 (java) S 1213 1217 1158 0 -1 1077944320 13530 13321 1 2 64 4 5 3 20 0 15 0 443601526 11079954432 17013 33554432000 4194304 4196468 140721873334688 140721873317232 140658111864567 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 6 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
/proc/1217/statm: 2705067 17013 3461 1 0 2667149 0
[pid=1217/tid=1317] ppid=1213 vsize=10820268 memory=6656426216303648864 CPUtime=0.49 cores=1,3,5,7
/proc/1217/task/1317/stat : 1317 (java) R 1213 1217 1158 0 -1 4202560 8970 13321 0 2 39 2 5 3 20 0 15 0 443601606 11079954432 17013 33554432000 4194304 4196468 140721873334688 140658083646776 140658093428119 0 4 0 16800975 0 0 0 -1 1 0 0 12 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
[pid=1217/tid=1328] ppid=1213 vsize=10820268 memory=-3621219749712857441 CPUtime=0.08 cores=1,3,5,7
/proc/1217/task/1328/stat : 1328 (java) S 1213 1217 1158 0 -1 1077944384 1 13321 0 2 0 0 5 3 20 0 15 0 443601611 11079954432 17013 33554432000 4194304 4196468 140721873334688 140658116107280 140658111874773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
[pid=1217/tid=1329] ppid=1213 vsize=10820268 memory=8547710663883855229 CPUtime=0.08 cores=1,3,5,7
/proc/1217/task/1329/stat : 1329 (java) S 1213 1217 1158 0 -1 1077944384 2 13321 0 2 0 0 5 3 20 0 15 0 443601611 11079954432 17013 33554432000 4194304 4196468 140721873334688 140658034859152 140658111874773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
[pid=1217/tid=1330] ppid=1213 vsize=10820268 memory=6655300316396806240 CPUtime=0.08 cores=1,3,5,7
/proc/1217/task/1330/stat : 1330 (java) S 1213 1217 1158 0 -1 1077944384 1 13321 0 2 0 0 5 3 20 0 15 0 443601611 11079954432 17013 33554432000 4194304 4196468 140721873334688 140658033806096 140658111874773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
[pid=1217/tid=1331] ppid=1213 vsize=10820268 memory=6944656592387989600 CPUtime=0.08 cores=1,3,5,7
/proc/1217/task/1331/stat : 1331 (java) S 1213 1217 1158 0 -1 1077944384 2 13321 0 2 0 0 5 3 20 0 15 0 443601611 11079954432 17013 33554432000 4194304 4196468 140721873334688 140658032753552 140658111874773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
[pid=1217/tid=1338] ppid=1213 vsize=10820268 memory=772 CPUtime=0.08 cores=1,3,5,7
/proc/1217/task/1338/stat : 1338 (java) S 1213 1217 1158 0 -1 1077944384 2 13321 0 2 0 0 5 3 20 0 15 0 443601612 11079954432 17013 33554432000 4194304 4196468 140721873334688 140657638447344 140658111875714 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
[pid=1217/tid=1339] ppid=1213 vsize=10820268 memory=952 CPUtime=0.08 cores=1,3,5,7
/proc/1217/task/1339/stat : 1339 (java) S 1213 1217 1158 0 -1 1077944384 13 13321 0 2 0 0 5 3 20 0 15 0 443601613 11079954432 17013 33554432000 4194304 4196468 140721873334688 140657561691296 140658111874773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
[pid=1217/tid=1340] ppid=1213 vsize=10820268 memory=14008 CPUtime=0.08 cores=1,3,5,7
/proc/1217/task/1340/stat : 1340 (java) S 1213 1217 1158 0 -1 1077944384 1 13321 0 2 0 0 5 3 20 0 15 0 443601613 11079954432 17013 33554432000 4194304 4196468 140721873334688 140656957711088 140658111874773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
[pid=1217/tid=1344] ppid=1213 vsize=10820268 memory=20684 CPUtime=0.08 cores=1,3,5,7
/proc/1217/task/1344/stat : 1344 (java) S 1213 1217 1158 0 -1 1077944384 3 13321 0 2 0 0 5 3 20 0 15 0 443601617 11079954432 17013 33554432000 4194304 4196468 140721873334688 140656650311632 140658111883163 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
[pid=1217/tid=1345] ppid=1213 vsize=10820268 memory=2116 CPUtime=0.13 cores=1,3,5,7
/proc/1217/task/1345/stat : 1345 (java) S 1213 1217 1158 0 -1 1077944384 880 13321 0 2 5 0 5 3 20 0 15 0 443601617 11079954432 17013 33554432000 4194304 4196468 140721873334688 140657637395184 140658111875714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
[pid=1217/tid=1346] ppid=1213 vsize=10820268 memory=12028 CPUtime=0.14 cores=1,3,5,7
/proc/1217/task/1346/stat : 1346 (java) S 1213 1217 1158 0 -1 1077944384 671 13321 0 2 6 0 5 3 20 0 15 0 443601617 11079954432 17013 33554432000 4194304 4196468 140721873334688 140657636342640 140658111875714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
[pid=1217/tid=1347] ppid=1213 vsize=10820268 memory=1804 CPUtime=0.19 cores=1,3,5,7
/proc/1217/task/1347/stat : 1347 (java) S 1213 1217 1158 0 -1 1077944384 776 13321 0 2 11 0 5 3 20 0 15 0 443601617 11079954432 17013 33554432000 4194304 4196468 140721873334688 140657635289584 140658111875714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
[pid=1217/tid=1348] ppid=1213 vsize=10820268 memory=164 CPUtime=0.08 cores=1,3,5,7
/proc/1217/task/1348/stat : 1348 (java) S 1213 1217 1158 0 -1 1077944384 3 13321 0 2 0 0 5 3 20 0 15 0 443601617 11079954432 17013 33554432000 4194304 4196468 140721873334688 140656616754016 140658111874773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
[pid=1217/tid=1354] ppid=1213 vsize=10820268 memory=9200 CPUtime=0.08 cores=1,3,5,7
/proc/1217/task/1354/stat : 1354 (java) S 1213 1217 1158 0 -1 1077944384 1 13321 0 2 0 0 5 3 20 0 15 0 443601627 11079954432 17013 33554432000 4194304 4196468 140721873334688 140657634236976 140658111875714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
Current children cumulated CPU time: 0.76 s
Current children cumulated vsize: 10820268 KiB
Current children cumulated memory: 68052 KiB

[startup+3.11057 s]
/proc/loadavg: 0.31 1.19 2.35 6/227 1355
/proc/meminfo: memFree=30824804/32770624 swapFree=66988084/67108860
[pid=1217] ppid=1213 vsize=10836748 memory=175644 CPUtime=2.93 cores=1,3,5,7
/proc/1217/stat : 1217 (java) S 1213 1217 1158 0 -1 1077944320 23271 13321 2 2 275 10 5 3 20 0 15 0 443601526 11096829952 43911 33554432000 4194304 4196468 140721873334688 140721873317232 140658111864567 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 6 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
/proc/1217/statm: 2709187 43911 3585 1 0 2671245 0
[pid=1217/tid=1317] ppid=1213 vsize=10836748 memory=0 CPUtime=1.67 cores=1,3,5,7
/proc/1217/task/1317/stat : 1317 (java) R 1213 1217 1158 0 -1 4202560 16084 13321 1 2 154 5 5 3 20 0 15 0 443601606 11096829952 43911 33554432000 4194304 4196468 140721873334688 140658083692480 140658095945054 0 4 0 16800975 0 0 0 -1 1 0 0 42 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
[pid=1217/tid=1328] ppid=1213 vsize=10836748 memory=151512 CPUtime=0.09 cores=1,3,5,7
/proc/1217/task/1328/stat : 1328 (java) S 1213 1217 1158 0 -1 1077944384 49 13321 0 2 1 0 5 3 20 0 15 0 443601611 11096829952 43911 33554432000 4194304 4196468 140721873334688 140658116107280 140658111874773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
[pid=1217/tid=1329] ppid=1213 vsize=10836748 memory=9200 CPUtime=0.08 cores=1,3,5,7
/proc/1217/task/1329/stat : 1329 (java) S 1213 1217 1158 0 -1 1077944384 78 13321 0 2 0 0 5 3 20 0 15 0 443601611 11096829952 43911 33554432000 4194304 4196468 140721873334688 140658034859152 140658111874773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
[pid=1217/tid=1330] ppid=1213 vsize=10836748 memory=11 CPUtime=0.09 cores=1,3,5,7
/proc/1217/task/1330/stat : 1330 (java) S 1213 1217 1158 0 -1 1077944384 34 13321 0 2 1 0 5 3 20 0 15 0 443601611 11096829952 43911 33554432000 4194304 4196468 140721873334688 140658033806096 140658111874773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
[pid=1217/tid=1331] ppid=1213 vsize=10836748 memory=279777525372016 CPUtime=0.09 cores=1,3,5,7
/proc/1217/task/1331/stat : 1331 (java) S 1213 1217 1158 0 -1 1077944384 367 13321 0 2 1 0 5 3 20 0 15 0 443601611 11096829952 43911 33554432000 4194304 4196468 140721873334688 140658032753552 140658111874773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
[pid=1217/tid=1338] ppid=1213 vsize=10836748 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/1217/task/1338/stat : 1338 (java) S 1213 1217 1158 0 -1 1077944384 156 13321 0 2 1 0 5 3 20 0 15 0 443601612 11096829952 43911 33554432000 4194304 4196468 140721873334688 140657638447344 140658111875714 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
[pid=1217/tid=1339] ppid=1213 vsize=10836748 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1217/task/1339/stat : 1339 (java) S 1213 1217 1158 0 -1 1077944384 14 13321 0 2 0 0 5 3 20 0 15 0 443601613 11096829952 43911 33554432000 4194304 4196468 140721873334688 140657561691360 140658111874773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
[pid=1217/tid=1340] ppid=1213 vsize=10836748 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1217/task/1340/stat : 1340 (java) S 1213 1217 1158 0 -1 1077944384 1 13321 0 2 0 0 5 3 20 0 15 0 443601613 11096829952 43911 33554432000 4194304 4196468 140721873334688 140656957711104 140658111874773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
[pid=1217/tid=1344] ppid=1213 vsize=10836748 memory=35 CPUtime=0.08 cores=1,3,5,7
/proc/1217/task/1344/stat : 1344 (java) S 1213 1217 1158 0 -1 1077944384 3 13321 0 2 0 0 5 3 20 0 15 0 443601617 11096829952 43911 33554432000 4194304 4196468 140721873334688 140656650311632 140658111883163 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
[pid=1217/tid=1345] ppid=1213 vsize=10836748 memory=97 CPUtime=0.35 cores=1,3,5,7
/proc/1217/task/1345/stat : 1345 (java) S 1213 1217 1158 0 -1 1077944384 1152 13321 0 2 27 0 5 3 20 0 15 0 443601617 11096829952 43911 33554432000 4194304 4196468 140721873334688 140657637395184 140658111875714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
[pid=1217/tid=1346] ppid=1213 vsize=10836748 memory=587 CPUtime=0.39 cores=1,3,5,7
/proc/1217/task/1346/stat : 1346 (java) S 1213 1217 1158 0 -1 1077944384 1061 13321 0 2 31 0 5 3 20 0 15 0 443601617 11096829952 43911 33554432000 4194304 4196468 140721873334688 140657636342640 140658111875714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
[pid=1217/tid=1347] ppid=1213 vsize=10836748 memory=16335 CPUtime=0.63 cores=1,3,5,7
/proc/1217/task/1347/stat : 1347 (java) S 1213 1217 1158 0 -1 1077944384 2065 13321 0 2 55 0 5 3 20 0 15 0 443601617 11096829952 43911 33554432000 4194304 4196468 140721873334688 140657635289584 140658111875714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
[pid=1217/tid=1348] ppid=1213 vsize=10836748 memory=635 CPUtime=0.08 cores=1,3,5,7
/proc/1217/task/1348/stat : 1348 (java) S 1213 1217 1158 0 -1 1077944384 3 13321 0 2 0 0 5 3 20 0 15 0 443601617 11096829952 43911 33554432000 4194304 4196468 140721873334688 140656616754016 140658111874773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
[pid=1217/tid=1354] ppid=1213 vsize=10836748 memory=1398720917958146503 CPUtime=0.08 cores=1,3,5,7
/proc/1217/task/1354/stat : 1354 (java) S 1213 1217 1158 0 -1 1077944384 1 13321 0 2 0 0 5 3 20 0 15 0 443601627 11096829952 43911 33554432000 4194304 4196468 140721873334688 140657634236976 140658111875714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
Current children cumulated CPU time: 2.93 s
Current children cumulated vsize: 10836748 KiB
Current children cumulated memory: 175644 KiB

[startup+6.30074 s]
/proc/loadavg: 0.31 1.19 2.35 7/227 1355
/proc/meminfo: memFree=30522888/32770624 swapFree=66988084/67108860
[pid=1217] ppid=1213 vsize=10851096 memory=326888 CPUtime=12.22 cores=1,3,5,7
/proc/1217/stat : 1217 (java) S 1213 1217 1158 0 -1 1077944320 50673 13321 3 2 1194 20 5 3 20 0 15 0 443601526 11111522304 81722 33554432000 4194304 4196468 140721873334688 140721873317232 140658111864567 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 6 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
/proc/1217/statm: 2712774 81722 3622 1 0 2674829 0
[pid=1217/tid=1317] ppid=1213 vsize=10851096 memory=320272 CPUtime=4.73 cores=1,3,5,7

################
# More data... #
################

/proc/1217/task/1317/stat : 1317 (java) R 1213 1217 1158 0 -1 4202560 81682 13321 2 2 223593 52 5 3 20 0 15 0 443601606 11111522304 314592 33554432000 4194304 4196468 140721873334688 140658083699584 140657720157494 0 4 0 16800975 0 0 0 -1 1 0 0 45 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
[pid=1217/tid=1328] ppid=1213 vsize=10851096 memory=1258368 CPUtime=11.87 cores=1,3,5,7
/proc/1217/task/1328/stat : 1328 (java) S 1213 1217 1158 0 -1 1077944384 22768 13321 0 2 1123 56 5 3 20 0 15 0 443601611 11111522304 314592 33554432000 4194304 4196468 140721873334688 140658116107280 140658111874773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
[pid=1217/tid=1329] ppid=1213 vsize=10851096 memory=1258368 CPUtime=11.86 cores=1,3,5,7
/proc/1217/task/1329/stat : 1329 (java) S 1213 1217 1158 0 -1 1077944384 14911 13321 0 2 1121 57 5 3 20 0 15 0 443601611 11111522304 314592 33554432000 4194304 4196468 140721873334688 140658034859152 140658111874773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
[pid=1217/tid=1330] ppid=1213 vsize=10851096 memory=1258368 CPUtime=11.9 cores=1,3,5,7
/proc/1217/task/1330/stat : 1330 (java) S 1213 1217 1158 0 -1 1077944384 13618 13321 0 2 1127 55 5 3 20 0 15 0 443601611 11111522304 314592 33554432000 4194304 4196468 140721873334688 140658033806096 140658111874773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
[pid=1217/tid=1331] ppid=1213 vsize=10851096 memory=1258368 CPUtime=11.86 cores=1,3,5,7
/proc/1217/task/1331/stat : 1331 (java) S 1213 1217 1158 0 -1 1077944384 11190 13321 0 2 1125 53 5 3 20 0 15 0 443601611 11111522304 314592 33554432000 4194304 4196468 140721873334688 140658032753552 140658111874773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
[pid=1217/tid=1338] ppid=1213 vsize=10851096 memory=1258368 CPUtime=10.22 cores=1,3,5,7
/proc/1217/task/1338/stat : 1338 (java) S 1213 1217 1158 0 -1 1077944384 18092 13321 0 2 958 56 5 3 20 0 15 0 443601612 11111522304 314592 33554432000 4194304 4196468 140721873334688 140657638447344 140658111875714 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
[pid=1217/tid=1339] ppid=1213 vsize=10851096 memory=4028 CPUtime=0.08 cores=1,3,5,7
/proc/1217/task/1339/stat : 1339 (java) S 1213 1217 1158 0 -1 1077944384 20 13321 0 2 0 0 5 3 20 0 15 0 443601613 11111522304 314592 33554432000 4194304 4196468 140721873334688 140657561691360 140658111874773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
[pid=1217/tid=1340] ppid=1213 vsize=10851096 memory=1258368 CPUtime=0.08 cores=1,3,5,7
/proc/1217/task/1340/stat : 1340 (java) S 1213 1217 1158 0 -1 1077944384 9 13321 0 2 0 0 5 3 20 0 15 0 443601613 11111522304 314592 33554432000 4194304 4196468 140721873334688 140656957711104 140658111874773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
[pid=1217/tid=1344] ppid=1213 vsize=10851096 memory=3620 CPUtime=0.08 cores=1,3,5,7
/proc/1217/task/1344/stat : 1344 (java) S 1213 1217 1158 0 -1 1077944384 3 13321 0 2 0 0 5 3 20 0 15 0 443601617 11111522304 314592 33554432000 4194304 4196468 140721873334688 140656650311632 140658111883163 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
[pid=1217/tid=1345] ppid=1213 vsize=10851096 memory=1258368 CPUtime=6.4 cores=1,3,5,7
/proc/1217/task/1345/stat : 1345 (java) S 1213 1217 1158 0 -1 1077944384 27160 13321 0 2 626 6 5 3 20 0 15 0 443601617 11111522304 314592 33554432000 4194304 4196468 140721873334688 140657637395184 140658111875714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
[pid=1217/tid=1346] ppid=1213 vsize=10851096 memory=1258368 CPUtime=6.36 cores=1,3,5,7
/proc/1217/task/1346/stat : 1346 (java) S 1213 1217 1158 0 -1 1077944384 24299 13321 0 2 623 5 5 3 20 0 15 0 443601617 11111522304 314592 33554432000 4194304 4196468 140721873334688 140657636342640 140658111875714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
[pid=1217/tid=1347] ppid=1213 vsize=10851096 memory=1258368 CPUtime=4.46 cores=1,3,5,7
/proc/1217/task/1347/stat : 1347 (java) S 1213 1217 1158 0 -1 1077944384 37185 13321 0 2 430 8 5 3 20 0 15 0 443601617 11111522304 314592 33554432000 4194304 4196468 140721873334688 140657635289584 140658111875714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
[pid=1217/tid=1348] ppid=1213 vsize=10851096 memory=1258368 CPUtime=0.08 cores=1,3,5,7
/proc/1217/task/1348/stat : 1348 (java) S 1213 1217 1158 0 -1 1077944384 3 13321 0 2 0 0 5 3 20 0 15 0 443601617 11111522304 314592 33554432000 4194304 4196468 140721873334688 140656616754016 140658111874773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
[pid=1217/tid=1354] ppid=1213 vsize=10851096 memory=1258368 CPUtime=1.33 cores=1,3,5,7
/proc/1217/task/1354/stat : 1354 (java) S 1213 1217 1158 0 -1 1077944384 1331 13321 0 2 56 69 5 3 20 0 15 0 443601627 11111522304 314592 33554432000 4194304 4196468 140721873334688 140657634236976 140658111875714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
Current children cumulated CPU time: 2312.18 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 1258368 KiB

[startup+2322.3 s]
/proc/loadavg: 1.34 1.38 1.47 3/228 1748
/proc/meminfo: memFree=28849376/32770624 swapFree=66988132/67108860
[pid=1217] ppid=1213 vsize=10851096 memory=1260416 CPUtime=2373.23 cores=1,3,5,7
/proc/1217/stat : 1217 (java) S 1213 1217 1158 0 -1 1077944320 256295 13321 3 2 236945 370 5 3 20 0 15 0 443601526 11111522304 315104 33554432000 4194304 4196468 140721873334688 140721873317232 140658111864567 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 6 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
/proc/1217/statm: 2712774 315104 3633 1 0 2674829 0
[pid=1217/tid=1317] ppid=1213 vsize=10851096 memory=1260416 CPUtime=2295.88 cores=1,3,5,7
/proc/1217/task/1317/stat : 1317 (java) R 1213 1217 1158 0 -1 4202560 82548 13321 2 2 229527 53 5 3 20 0 15 0 443601606 11111522304 315104 33554432000 4194304 4196468 140721873334688 140658083699568 140657722156580 0 4 0 16800975 0 0 0 -1 5 0 0 45 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
[pid=1217/tid=1328] ppid=1213 vsize=10851096 memory=1260416 CPUtime=12.23 cores=1,3,5,7
/proc/1217/task/1328/stat : 1328 (java) S 1213 1217 1158 0 -1 1077944384 22838 13321 0 2 1157 58 5 3 20 0 15 0 443601611 11111522304 315104 33554432000 4194304 4196468 140721873334688 140658116107280 140658111874773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
[pid=1217/tid=1329] ppid=1213 vsize=10851096 memory=1260416 CPUtime=12.2 cores=1,3,5,7
/proc/1217/task/1329/stat : 1329 (java) S 1213 1217 1158 0 -1 1077944384 14971 13321 0 2 1154 58 5 3 20 0 15 0 443601611 11111522304 315104 33554432000 4194304 4196468 140721873334688 140658034859152 140658111874773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
[pid=1217/tid=1330] ppid=1213 vsize=10851096 memory=1260416 CPUtime=12.25 cores=1,3,5,7
/proc/1217/task/1330/stat : 1330 (java) S 1213 1217 1158 0 -1 1077944384 14158 13321 0 2 1160 57 5 3 20 0 15 0 443601611 11111522304 315104 33554432000 4194304 4196468 140721873334688 140658033806096 140658111874773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
[pid=1217/tid=1331] ppid=1213 vsize=10851096 memory=1260416 CPUtime=12.2 cores=1,3,5,7
/proc/1217/task/1331/stat : 1331 (java) S 1213 1217 1158 0 -1 1077944384 11217 13321 0 2 1158 54 5 3 20 0 15 0 443601611 11111522304 315104 33554432000 4194304 4196468 140721873334688 140658032753552 140658111874773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
[pid=1217/tid=1338] ppid=1213 vsize=10851096 memory=1260416 CPUtime=10.51 cores=1,3,5,7
/proc/1217/task/1338/stat : 1338 (java) S 1213 1217 1158 0 -1 1077944384 18326 13321 0 2 986 57 5 3 20 0 15 0 443601612 11111522304 315104 33554432000 4194304 4196468 140721873334688 140657638447344 140658111875714 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
[pid=1217/tid=1339] ppid=1213 vsize=10851096 memory=1260416 CPUtime=0.08 cores=1,3,5,7
/proc/1217/task/1339/stat : 1339 (java) S 1213 1217 1158 0 -1 1077944384 20 13321 0 2 0 0 5 3 20 0 15 0 443601613 11111522304 315104 33554432000 4194304 4196468 140721873334688 140657561691360 140658111874773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
[pid=1217/tid=1340] ppid=1213 vsize=10851096 memory=1260416 CPUtime=0.08 cores=1,3,5,7
/proc/1217/task/1340/stat : 1340 (java) S 1213 1217 1158 0 -1 1077944384 9 13321 0 2 0 0 5 3 20 0 15 0 443601613 11111522304 315104 33554432000 4194304 4196468 140721873334688 140656957711104 140658111874773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
[pid=1217/tid=1344] ppid=1213 vsize=10851096 memory=1260416 CPUtime=0.08 cores=1,3,5,7
/proc/1217/task/1344/stat : 1344 (java) S 1213 1217 1158 0 -1 1077944384 3 13321 0 2 0 0 5 3 20 0 15 0 443601617 11111522304 315104 33554432000 4194304 4196468 140721873334688 140656650311632 140658111883163 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
[pid=1217/tid=1345] ppid=1213 vsize=10851096 memory=6083351989644192871 CPUtime=6.4 cores=1,3,5,7
/proc/1217/task/1345/stat : 1345 (java) S 1213 1217 1158 0 -1 1077944384 27162 13321 0 2 626 6 5 3 20 0 15 0 443601617 11111522304 315104 33554432000 4194304 4196468 140721873334688 140657637395184 140658111875714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
[pid=1217/tid=1346] ppid=1213 vsize=10851096 memory=1260416 CPUtime=6.36 cores=1,3,5,7
/proc/1217/task/1346/stat : 1346 (java) S 1213 1217 1158 0 -1 1077944384 24301 13321 0 2 623 5 5 3 20 0 15 0 443601617 11111522304 315104 33554432000 4194304 4196468 140721873334688 140657636342640 140658111875714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
[pid=1217/tid=1347] ppid=1213 vsize=10851096 memory=1260416 CPUtime=4.46 cores=1,3,5,7
/proc/1217/task/1347/stat : 1347 (java) S 1213 1217 1158 0 -1 1077944384 37187 13321 0 2 430 8 5 3 20 0 15 0 443601617 11111522304 315104 33554432000 4194304 4196468 140721873334688 140657635289584 140658111875714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
[pid=1217/tid=1348] ppid=1213 vsize=10851096 memory=1260416 CPUtime=0.08 cores=1,3,5,7
/proc/1217/task/1348/stat : 1348 (java) S 1213 1217 1158 0 -1 1077944384 3 13321 0 2 0 0 5 3 20 0 15 0 443601617 11111522304 315104 33554432000 4194304 4196468 140721873334688 140656616754016 140658111874773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
[pid=1217/tid=1354] ppid=1213 vsize=10851096 memory=2616 CPUtime=1.36 cores=1,3,5,7
/proc/1217/task/1354/stat : 1354 (java) S 1213 1217 1158 0 -1 1077944384 1348 13321 0 2 57 71 5 3 20 0 15 0 443601627 11111522304 315104 33554432000 4194304 4196468 140721873334688 140657634236976 140658111875714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
Current children cumulated CPU time: 2373.23 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 1260416 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2348.7 s]
/proc/loadavg: 1.37 1.38 1.47 3/228 1751
/proc/meminfo: memFree=28850304/32770624 swapFree=66988132/67108860
[pid=1217] ppid=1213 vsize=10851096 memory=1260416 CPUtime=2400.07 cores=1,3,5,7
/proc/1217/stat : 1217 (java) S 1213 1217 1158 0 -1 1077944320 257715 13321 3 2 239625 374 5 3 20 0 15 0 443601526 11111522304 315104 33554432000 4194304 4196468 140721873334688 140721873317232 140658111864567 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 6 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
/proc/1217/statm: 2712774 315104 3633 1 0 2674829 0
[pid=1217/tid=1317] ppid=1213 vsize=10851096 memory=1260416 CPUtime=2321.96 cores=1,3,5,7
/proc/1217/task/1317/stat : 1317 (java) R 1213 1217 1158 0 -1 4202560 83063 13321 2 2 232135 53 5 3 20 0 15 0 443601606 11111522304 315104 33554432000 4194304 4196468 140721873334688 140658083700048 140657719274979 0 4 0 16800975 0 0 0 -1 3 0 0 45 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
[pid=1217/tid=1328] ppid=1213 vsize=10851096 memory=1260416 CPUtime=12.37 cores=1,3,5,7
/proc/1217/task/1328/stat : 1328 (java) S 1213 1217 1158 0 -1 1077944384 23048 13321 0 2 1171 58 5 3 20 0 15 0 443601611 11111522304 315104 33554432000 4194304 4196468 140721873334688 140658116107280 140658111874773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
[pid=1217/tid=1329] ppid=1213 vsize=10851096 memory=1260416 CPUtime=12.35 cores=1,3,5,7
/proc/1217/task/1329/stat : 1329 (java) S 1213 1217 1158 0 -1 1077944384 14991 13321 0 2 1168 59 5 3 20 0 15 0 443601611 11111522304 315104 33554432000 4194304 4196468 140721873334688 140658034859152 140658111874773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
[pid=1217/tid=1330] ppid=1213 vsize=10851096 memory=1260416 CPUtime=12.4 cores=1,3,5,7
/proc/1217/task/1330/stat : 1330 (java) S 1213 1217 1158 0 -1 1077944384 14256 13321 0 2 1175 57 5 3 20 0 15 0 443601611 11111522304 315104 33554432000 4194304 4196468 140721873334688 140658033806096 140658111874773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
[pid=1217/tid=1331] ppid=1213 vsize=10851096 memory=1260416 CPUtime=12.36 cores=1,3,5,7
/proc/1217/task/1331/stat : 1331 (java) S 1213 1217 1158 0 -1 1077944384 11563 13321 0 2 1173 55 5 3 20 0 15 0 443601611 11111522304 315104 33554432000 4194304 4196468 140721873334688 140658032753552 140658111874773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
[pid=1217/tid=1338] ppid=1213 vsize=10851096 memory=1260416 CPUtime=10.64 cores=1,3,5,7
/proc/1217/task/1338/stat : 1338 (java) S 1213 1217 1158 0 -1 1077944384 18538 13321 0 2 999 57 5 3 20 0 15 0 443601612 11111522304 315104 33554432000 4194304 4196468 140721873334688 140657638447344 140658111875714 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
[pid=1217/tid=1339] ppid=1213 vsize=10851096 memory=1260416 CPUtime=0.08 cores=1,3,5,7
/proc/1217/task/1339/stat : 1339 (java) S 1213 1217 1158 0 -1 1077944384 20 13321 0 2 0 0 5 3 20 0 15 0 443601613 11111522304 315104 33554432000 4194304 4196468 140721873334688 140657561691360 140658111874773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
[pid=1217/tid=1340] ppid=1213 vsize=10851096 memory=1260416 CPUtime=0.08 cores=1,3,5,7
/proc/1217/task/1340/stat : 1340 (java) S 1213 1217 1158 0 -1 1077944384 9 13321 0 2 0 0 5 3 20 0 15 0 443601613 11111522304 315104 33554432000 4194304 4196468 140721873334688 140656957711104 140658111874773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
[pid=1217/tid=1344] ppid=1213 vsize=10851096 memory=1260416 CPUtime=0.08 cores=1,3,5,7
/proc/1217/task/1344/stat : 1344 (java) S 1213 1217 1158 0 -1 1077944384 3 13321 0 2 0 0 5 3 20 0 15 0 443601617 11111522304 315104 33554432000 4194304 4196468 140721873334688 140656650311632 140658111883163 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
[pid=1217/tid=1345] ppid=1213 vsize=10851096 memory=1260416 CPUtime=6.4 cores=1,3,5,7
/proc/1217/task/1345/stat : 1345 (java) S 1213 1217 1158 0 -1 1077944384 27164 13321 0 2 626 6 5 3 20 0 15 0 443601617 11111522304 315104 33554432000 4194304 4196468 140721873334688 140657637395184 140658111875714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
[pid=1217/tid=1346] ppid=1213 vsize=10851096 memory=1260416 CPUtime=6.36 cores=1,3,5,7
/proc/1217/task/1346/stat : 1346 (java) S 1213 1217 1158 0 -1 1077944384 24303 13321 0 2 623 5 5 3 20 0 15 0 443601617 11111522304 315104 33554432000 4194304 4196468 140721873334688 140657636342640 140658111875714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
[pid=1217/tid=1347] ppid=1213 vsize=10851096 memory=3620 CPUtime=4.46 cores=1,3,5,7
/proc/1217/task/1347/stat : 1347 (java) S 1213 1217 1158 0 -1 1077944384 37189 13321 0 2 430 8 5 3 20 0 15 0 443601617 11111522304 315104 33554432000 4194304 4196468 140721873334688 140657635289584 140658111875714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
[pid=1217/tid=1348] ppid=1213 vsize=10851096 memory=38060 CPUtime=0.08 cores=1,3,5,7
/proc/1217/task/1348/stat : 1348 (java) S 1213 1217 1158 0 -1 1077944384 3 13321 0 2 0 0 5 3 20 0 15 0 443601617 11111522304 315104 33554432000 4194304 4196468 140721873334688 140656616754016 140658111874773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
[pid=1217/tid=1354] ppid=1213 vsize=10851096 memory=1260416 CPUtime=1.37 cores=1,3,5,7
/proc/1217/task/1354/stat : 1354 (java) S 1213 1217 1158 0 -1 1077944384 1361 13321 0 2 57 72 5 3 20 0 15 0 443601627 11111522304 315104 33554432000 4194304 4196468 140721873334688 140657634236976 140658111875714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
Current children cumulated CPU time: 2400.07 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 1260416 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2348.73 s]
# the end of solver process 1217 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.33 s, system=3.799 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2348.7 s]
/proc/loadavg: 1.37 1.38 1.47 3/228 1751
/proc/meminfo: memFree=28850304/32770624 swapFree=66988132/67108860
[pid=1217] ppid=1213 vsize=10851096 memory=1260416 CPUtime=2400.07 cores=1,3,5,7
/proc/1217/stat : 1217 (java) S 1213 1217 1158 0 -1 1077944320 257715 13321 3 2 239625 374 5 3 20 0 15 0 443601526 11111522304 315104 33554432000 4194304 4196468 140721873334688 140721873317232 140658111864567 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 6 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
/proc/1217/statm: 2712774 315104 3633 1 0 2674829 0
[pid=1217/tid=1317] ppid=1213 vsize=10851096 memory=1260416 CPUtime=2321.96 cores=1,3,5,7
/proc/1217/task/1317/stat : 1317 (java) R 1213 1217 1158 0 -1 4202560 83063 13321 2 2 232135 53 5 3 20 0 15 0 443601606 11111522304 315104 33554432000 4194304 4196468 140721873334688 140658083700048 140657719274979 0 4 0 16800975 0 0 0 -1 3 0 0 45 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
[pid=1217/tid=1328] ppid=1213 vsize=10851096 memory=1260416 CPUtime=12.37 cores=1,3,5,7
/proc/1217/task/1328/stat : 1328 (java) S 1213 1217 1158 0 -1 1077944384 23048 13321 0 2 1171 58 5 3 20 0 15 0 443601611 11111522304 315104 33554432000 4194304 4196468 140721873334688 140658116107280 140658111874773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
[pid=1217/tid=1329] ppid=1213 vsize=10851096 memory=1260416 CPUtime=12.35 cores=1,3,5,7
/proc/1217/task/1329/stat : 1329 (java) S 1213 1217 1158 0 -1 1077944384 14991 13321 0 2 1168 59 5 3 20 0 15 0 443601611 11111522304 315104 33554432000 4194304 4196468 140721873334688 140658034859152 140658111874773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
[pid=1217/tid=1330] ppid=1213 vsize=10851096 memory=1260416 CPUtime=12.4 cores=1,3,5,7
/proc/1217/task/1330/stat : 1330 (java) S 1213 1217 1158 0 -1 1077944384 14256 13321 0 2 1175 57 5 3 20 0 15 0 443601611 11111522304 315104 33554432000 4194304 4196468 140721873334688 140658033806096 140658111874773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
[pid=1217/tid=1331] ppid=1213 vsize=10851096 memory=1260416 CPUtime=12.36 cores=1,3,5,7
/proc/1217/task/1331/stat : 1331 (java) S 1213 1217 1158 0 -1 1077944384 11563 13321 0 2 1173 55 5 3 20 0 15 0 443601611 11111522304 315104 33554432000 4194304 4196468 140721873334688 140658032753552 140658111874773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
[pid=1217/tid=1338] ppid=1213 vsize=10851096 memory=1260416 CPUtime=10.64 cores=1,3,5,7
/proc/1217/task/1338/stat : 1338 (java) S 1213 1217 1158 0 -1 1077944384 18538 13321 0 2 999 57 5 3 20 0 15 0 443601612 11111522304 315104 33554432000 4194304 4196468 140721873334688 140657638447344 140658111875714 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
[pid=1217/tid=1339] ppid=1213 vsize=10851096 memory=1260416 CPUtime=0.08 cores=1,3,5,7
/proc/1217/task/1339/stat : 1339 (java) S 1213 1217 1158 0 -1 1077944384 20 13321 0 2 0 0 5 3 20 0 15 0 443601613 11111522304 315104 33554432000 4194304 4196468 140721873334688 140657561691360 140658111874773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
[pid=1217/tid=1340] ppid=1213 vsize=10851096 memory=1260416 CPUtime=0.08 cores=1,3,5,7
/proc/1217/task/1340/stat : 1340 (java) S 1213 1217 1158 0 -1 1077944384 9 13321 0 2 0 0 5 3 20 0 15 0 443601613 11111522304 315104 33554432000 4194304 4196468 140721873334688 140656957711104 140658111874773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
[pid=1217/tid=1344] ppid=1213 vsize=10851096 memory=1260416 CPUtime=0.08 cores=1,3,5,7
/proc/1217/task/1344/stat : 1344 (java) S 1213 1217 1158 0 -1 1077944384 3 13321 0 2 0 0 5 3 20 0 15 0 443601617 11111522304 315104 33554432000 4194304 4196468 140721873334688 140656650311632 140658111883163 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
[pid=1217/tid=1345] ppid=1213 vsize=10851096 memory=1260416 CPUtime=6.4 cores=1,3,5,7
/proc/1217/task/1345/stat : 1345 (java) S 1213 1217 1158 0 -1 1077944384 27164 13321 0 2 626 6 5 3 20 0 15 0 443601617 11111522304 315104 33554432000 4194304 4196468 140721873334688 140657637395184 140658111875714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
[pid=1217/tid=1346] ppid=1213 vsize=10851096 memory=1260416 CPUtime=6.36 cores=1,3,5,7
/proc/1217/task/1346/stat : 1346 (java) S 1213 1217 1158 0 -1 1077944384 24303 13321 0 2 623 5 5 3 20 0 15 0 443601617 11111522304 315104 33554432000 4194304 4196468 140721873334688 140657636342640 140658111875714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
[pid=1217/tid=1347] ppid=1213 vsize=10851096 memory=3620 CPUtime=4.46 cores=1,3,5,7
/proc/1217/task/1347/stat : 1347 (java) S 1213 1217 1158 0 -1 1077944384 37189 13321 0 2 430 8 5 3 20 0 15 0 443601617 11111522304 315104 33554432000 4194304 4196468 140721873334688 140657635289584 140658111875714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
[pid=1217/tid=1348] ppid=1213 vsize=10851096 memory=38060 CPUtime=0.08 cores=1,3,5,7
/proc/1217/task/1348/stat : 1348 (java) S 1213 1217 1158 0 -1 1077944384 3 13321 0 2 0 0 5 3 20 0 15 0 443601617 11111522304 315104 33554432000 4194304 4196468 140721873334688 140656616754016 140658111874773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
[pid=1217/tid=1354] ppid=1213 vsize=10851096 memory=1260416 CPUtime=1.37 cores=1,3,5,7
/proc/1217/task/1354/stat : 1354 (java) S 1213 1217 1158 0 -1 1077944384 1361 13321 0 2 57 72 5 3 20 0 15 0 443601627 11111522304 315104 33554432000 4194304 4196468 140721873334688 140657634236976 140658111875714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19476480 140721873341167 140721873343685 140721873343685 140721873346511 0
Current children cumulated CPU time: 2400.07 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 1260416 KiB

Child status: 143
Real time (s): 2348.73
CPU time (s): 2400.13
CPU user time (s): 2396.33
CPU system time (s): 3.799
CPU usage (%): 102.188
Max. virtual memory (cumulated for all children) (KiB): 10933144
Max. memory (cumulated for all children) (KiB): 1260416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.33
system time used= 3.799
maximum resident set size= 1264644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 272318
page faults= 5
swaps= 0
block input operations= 8272
block output operations= 2808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 277814
involuntary context switches= 7409


# summary of solver processes directly reported to runsolver:
#   pid: 1217
#   total CPU time (s): 2400.13
#   total CPU user time (s): 2396.33
#   total CPU system time (s): 3.799

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.2351 second user time and 23.0118 second system time

The end

Launcher Data

Begin job on node126 at 2019-09-17 00:34:53
IDJOB=4401284
IDBENCH=115814
IDSOLVER=2858
FILE ID=node126/4401284-1568673331
RUNJOBID= node126-1568673293-1192
PBS_JOBID= 21703784
Free space on /tmp= 55708 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-05-05-5.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401284-1568673331/watcher-4401284-1568673331 -o /tmp/evaluation-result-4401284-1568673331/solver-4401284-1568673331 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node126-1568673293-1192 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1889038206 HOME/instance-4401284-1568673331.xml

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 5197a9101df9cd680fadf9dcc86a0dcb
RANDOM SEED=1889038206

node126.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.45
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.45
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.45
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.45
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31143368 kB
MemAvailable:   31896204 kB
Buffers:           45900 kB
Cached:           975208 kB
SwapCached:         7700 kB
Active:           634804 kB
Inactive:         397328 kB
Active(anon):      21860 kB
Inactive(anon):    22288 kB
Active(file):     612944 kB
Inactive(file):   375040 kB
Unevictable:      107808 kB
Mlocked:          107808 kB
SwapTotal:      67108860 kB
SwapFree:       66988084 kB
Dirty:              4572 kB
Writeback:           220 kB
AnonPages:        112464 kB
Mapped:            42016 kB
Shmem:             24452 kB
Slab:             191128 kB
SReclaimable:     161372 kB
SUnreclaim:        29756 kB
KernelStack:        3408 kB
PageTables:         5496 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     509932 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 55636 MiB
End job on node126 at 2019-09-17 01:14:08