Trace number 4401006

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)326 2520.09 2468.04

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-05-05-4.xml
MD5SUMa08c622730be04b0ce65f9055d76b754
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark326
Best CPU time to get the best result obtained on this benchmark26.2689
Satisfiable
(Un)Satisfiability was proved
Number of variables105
Number of constraints90
Number of domains7
Minimum domain size5
Maximum domain size429
Distribution of domain sizes[{"size":5,"count":50},{"size":429,"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.71/2.17	c Concrete v3.12.2.1568631193530 running
10.99/6.23	o 418
10.99/6.29	o 408
10.99/6.29	o 388
11.35/6.38	o 384
11.66/6.48	o 383
11.66/6.49	o 381
12.33/6.66	o 380
12.33/6.67	o 379
12.97/6.90	o 378
13.91/7.18	o 377
13.91/7.18	o 372
14.47/7.35	o 371
14.75/7.46	o 370
14.75/7.46	o 369
15.35/7.65	o 368
15.89/7.89	o 367
16.11/7.95	o 366
16.80/8.22	o 365
16.80/8.23	o 361
16.80/8.23	o 360
17.48/8.59	o 359
17.75/8.73	o 356
18.68/9.48	o 355
18.68/9.48	o 354
22.55/12.41	o 353
23.15/12.98	o 352
23.49/13.27	o 351
23.49/13.28	o 349
23.79/13.49	o 348
23.91/13.51	o 347
23.91/13.51	o 344
23.91/13.51	o 343
23.91/13.52	o 340
23.91/13.53	o 339
23.91/13.53	o 338
27.92/17.09	o 337
40.94/28.79	o 336
42.39/30.12	o 334
42.39/30.12	o 333
42.39/30.13	o 331
42.39/30.13	o 330
50.92/38.34	o 329
58.46/45.75	o 328
59.27/46.53	o 327
59.27/46.54	o 326
2520.04/2468.01	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.04/2468.01		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2520.04/2468.01		at concrete.heuristic.value.BestCost.$anonfun$select$1(BestCost.scala:55)
2520.04/2468.01		at concrete.BitVectorDomain.$anonfun$filterBounds$1(BitVectorDomain.scala:27)
2520.04/2468.01		at bitvectors.LargeBitVector.filterBounds(LargeBitVector.scala:267)
2520.04/2468.01		at concrete.BitVectorDomain.filterBounds(BitVectorDomain.scala:27)
2520.04/2468.01		at concrete.BitVectorDomain.filterBounds(BitVectorDomain.scala:8)
2520.04/2468.01		at concrete.heuristic.value.BestCost.select(BestCost.scala:55)
2520.04/2468.01		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.04/2468.01		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.04/2468.01		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.04/2468.01		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.04/2468.01		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.04/2468.01		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.04/2468.01		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.04/2468.01		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.04/2468.01		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.04/2468.01		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.04/2468.01		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2520.04/2468.01		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.04/2468.01		at scala.Option.map(Option.scala:243)
2520.04/2468.01		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.04/2468.01		at concrete.MAC.mac(MAC.scala:216)
2520.04/2468.01		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.04/2468.01		at scala.util.Try$.apply(Try.scala:212)
2520.04/2468.01		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.04/2468.01		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.04/2468.01		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.04/2468.01		at concrete.MAC.oneRun(MAC.scala:265)
2520.04/2468.01		at concrete.MAC.nextSolution(MAC.scala:284)
2520.04/2468.01		at concrete.MAC.nextSolution(MAC.scala:369)
2520.04/2468.01		at concrete.Solver.hasNext(Solver.scala:160)
2520.04/2468.01		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.04/2468.01		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.04/2468.01		at concrete.Solver.foreach(Solver.scala:67)
2520.04/2468.01		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.04/2468.01		at scala.util.Success.map(Try.scala:264)
2520.04/2468.01		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.04/2468.01		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.04/2468.01		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.04/2468.01		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.04/2468.01		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.04/2468.01		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.04/2468.01		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.04/2468.01		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.04/2468.01		at scala.App.$anonfun$main$1(App.scala:75)
2520.04/2468.01		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.04/2468.01		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.04/2468.01		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.04/2468.01		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.04/2468.01		at scala.App.main(App.scala:75)
2520.04/2468.01		at scala.App.main$(App.scala:73)
2520.04/2468.02		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.04/2468.02		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.04/2468.02	v <instantiation
2520.04/2468.02	v         cost = '326'>
2520.04/2468.02	v       <list>
2520.04/2468.02	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]
2520.04/2468.02	v       </list>
2520.04/2468.02	v       <values>
2520.04/2468.02	v         0 77 137 215 274 21 91 145 201 293 0 86 145 215 295 0 85 123 215 295 0 91 121 199 274 326 326 326 300 323 73 60 78 58 52 52 46 48 92 33 86 59 63 80 31 85 2 92 56 5 91 28 78 75 49 4 3 2 0 1 3 2 1 4 0 0 1 3 2 4 1 4 0 3 2 2 0 4 1 3 215 274 137 77 0 293 145 91 21 201 0 86 215 145 295 123 0 295 215 85 91 199 0 274 121
2520.04/2468.02	v       </values>
2520.04/2468.02	v     </instantiation>
2520.04/2468.02	s SATISFIABLE

Verifier Data

OK	326

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 (14802 MiB free)
  memory of node 1: 16384 MiB (15165 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401006-1568673331/watcher-4401006-1568673331 -o /tmp/evaluation-result-4401006-1568673331/solver-4401006-1568673331 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node146-1568673290-5122 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1889038206 HOME/instance-4401006-1568673331.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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=5149, runsolver pid=5142
Current StackSize limit: 8192 KiB


[startup+0.100191 s]*
/proc/loadavg: 0.83 3.38 3.43 2/208 5208
/proc/meminfo: memFree=30684504/32770624 swapFree=67001956/67108860
[pid=5149] ppid=5142 vsize=113256 memory=1616 CPUtime=0.01 cores=1,3,5,7
/proc/5149/stat : 5149 (bash) S 5142 5149 5090 0 -1 4202496 887 5694 0 0 0 0 0 1 20 0 1 0 443247476 115974144 404 33554432000 4194304 5098028 140724865970432 140724865964440 139800412101632 0 0 4100 65536 18446744071580971376 0 0 17 3 0 0 1 0 0 7196144 7232144 27877376 140724865979412 140724865979537 140724865979537 140724865982446 0
/proc/5149/statm: 28314 404 320 221 0 119 0
[pid=5193] ppid=5149 vsize=113256 memory=712 CPUtime=0 cores=1,3,5,7
/proc/5193/stat : 5193 (bash) S 5149 5149 5090 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 443247479 115974144 178 33554432000 4194304 5098028 140724865970432 140724865963112 139800411927164 0 65536 4096 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 27877376 140724865979412 140724865979537 140724865979537 140724865982446 0
/proc/5193/statm: 28314 178 94 221 0 119 0
[pid=5194] ppid=5193 vsize=113256 memory=532 CPUtime=0 cores=1,3,5,7
/proc/5194/stat : 5194 (bash) D 5193 5149 5090 0 -1 1077944384 119 0 0 0 0 0 0 0 20 0 1 0 443247479 115974144 133 33554432000 4194304 5098028 140724865970432 140724865963176 139800411929079 0 0 4096 0 18446744072101662244 0 0 17 1 0 0 0 0 0 7196144 7232144 27877376 140724865979412 140724865979537 140724865979537 140724865982446 0
/proc/5194/statm: 28314 133 49 221 0 119 0
[pid=5195] ppid=5193 vsize=113488 memory=972 CPUtime=0 cores=1,3,5,7
/proc/5195/stat : 5195 (awk) S 5193 5149 5090 0 -1 4202496 426 0 0 0 0 0 0 0 20 0 1 0 443247479 116211712 243 33554432000 4194304 4609284 140722095530896 140722095530072 139782297086976 0 0 4096 1216 18446744071580971376 0 0 17 3 0 0 0 0 0 6708720 6711756 39391232 140722095535292 140722095535322 140722095535322 140722095538159 0
/proc/5195/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 453256 KiB
Current children cumulated memory: 3832 KiB

[startup+0.210196 s]*
/proc/loadavg: 0.83 3.38 3.43 2/208 5208
/proc/meminfo: memFree=30684504/32770624 swapFree=67001956/67108860
[pid=5149] ppid=5142 vsize=113256 memory=1616 CPUtime=0.01 cores=1,3,5,7
/proc/5149/stat : 5149 (bash) S 5142 5149 5090 0 -1 4202496 887 5694 0 0 0 0 0 1 20 0 1 0 443247476 115974144 404 33554432000 4194304 5098028 140724865970432 140724865964440 139800412101632 0 0 4100 65536 18446744071580971376 0 0 17 3 0 0 1 0 0 7196144 7232144 27877376 140724865979412 140724865979537 140724865979537 140724865982446 0
/proc/5149/statm: 28314 404 320 221 0 119 0
[pid=5193] ppid=5149 vsize=113256 memory=712 CPUtime=0 cores=1,3,5,7
/proc/5193/stat : 5193 (bash) S 5149 5149 5090 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 443247479 115974144 178 33554432000 4194304 5098028 140724865970432 140724865963112 139800411927164 0 65536 4096 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 27877376 140724865979412 140724865979537 140724865979537 140724865982446 0
/proc/5193/statm: 28314 178 94 221 0 119 0
[pid=5194] ppid=5193 vsize=10648 memory=688 CPUtime=0 cores=1,3,5,7
/proc/5194/stat : 5194 (java) D 5193 5149 5090 0 -1 1077944320 328 0 0 0 0 0 0 0 20 0 1 0 443247479 10903552 172 33554432000 4194304 4196468 140722294109120 140722294089816 140263036556999 0 0 4096 0 18446744072101662244 0 0 17 3 0 0 0 0 0 6293624 6294260 16900096 140722294117516 140722294117530 140722294117530 140722294120399 0
/proc/5194/statm: 2662 172 139 1 0 84 0
[pid=5195] ppid=5193 vsize=113488 memory=972 CPUtime=0 cores=1,3,5,7
/proc/5195/stat : 5195 (awk) S 5193 5149 5090 0 -1 4202496 426 0 0 0 0 0 0 0 20 0 1 0 443247479 116211712 243 33554432000 4194304 4609284 140722095530896 140722095530072 139782297086976 0 0 4096 1216 18446744071580971376 0 0 17 3 0 0 0 0 0 6708720 6711756 39391232 140722095535292 140722095535322 140722095535322 140722095538159 0
/proc/5195/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 350648 KiB
Current children cumulated memory: 3988 KiB

[startup+0.309642 s]*
/proc/loadavg: 0.83 3.38 3.43 1/210 5210
/proc/meminfo: memFree=30681732/32770624 swapFree=67001956/67108860
[pid=5149] ppid=5142 vsize=113256 memory=1616 CPUtime=0.01 cores=1,3,5,7
/proc/5149/stat : 5149 (bash) S 5142 5149 5090 0 -1 4202496 887 5694 0 0 0 0 0 1 20 0 1 0 443247476 115974144 404 33554432000 4194304 5098028 140724865970432 140724865964440 139800412101632 0 0 4100 65536 18446744071580971376 0 0 17 3 0 0 1 0 0 7196144 7232144 27877376 140724865979412 140724865979537 140724865979537 140724865982446 0
/proc/5149/statm: 28314 404 320 221 0 119 0
[pid=5193] ppid=5149 vsize=113256 memory=712 CPUtime=0 cores=1,3,5,7
/proc/5193/stat : 5193 (bash) S 5149 5149 5090 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 443247479 115974144 178 33554432000 4194304 5098028 140724865970432 140724865963112 139800411927164 0 65536 4096 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 27877376 140724865979412 140724865979537 140724865979537 140724865982446 0
/proc/5193/statm: 28314 178 94 221 0 119 0
[pid=5194] ppid=5193 vsize=111596 memory=5608 CPUtime=0 cores=1,3,5,7
/proc/5194/stat : 5194 (java) S 5193 5149 5090 0 -1 1077944320 1719 0 0 0 0 0 0 0 20 0 2 0 443247479 114274304 1402 33554432000 4194304 4196468 140722294109120 140722294091664 140263034281719 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16900096 140722294117516 140722294117530 140722294117530 140722294120399 0
/proc/5194/statm: 27899 1402 1063 1 0 16810 0
[pid=5194/tid=5209] ppid=5193 vsize=111596 memory=4026531858 CPUtime=0 cores=1,3,5,7
/proc/5194/task/5209/stat : 5209 (java) D 5193 5149 5090 0 -1 1077944384 436 0 0 0 0 0 0 0 20 0 2 0 443247498 114274304 1402 33554432000 4194304 4196468 140722294109120 140263038521576 140263026959733 0 4 0 16784584 18446744072101662244 0 0 -1 1 0 0 0 0 0 6293624 6294260 16900096 140722294117516 140722294117530 140722294117530 140722294120399 0
[pid=5195] ppid=5193 vsize=113488 memory=972 CPUtime=0 cores=1,3,5,7
/proc/5195/stat : 5195 (awk) S 5193 5149 5090 0 -1 4202496 426 0 0 0 0 0 0 0 20 0 1 0 443247479 116211712 243 33554432000 4194304 4609284 140722095530896 140722095530072 139782297086976 0 0 4096 1216 18446744071580971376 0 0 17 3 0 0 0 0 0 6708720 6711756 39391232 140722095535292 140722095535322 140722095535322 140722095538159 0
/proc/5195/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: 8908 KiB

[startup+0.700649 s]
/proc/loadavg: 0.83 3.38 3.43 2/224 5224
/proc/meminfo: memFree=30660528/32770624 swapFree=67001956/67108860
[pid=5149] ppid=5142 vsize=113256 memory=1616 CPUtime=0.01 cores=1,3,5,7
/proc/5149/stat : 5149 (bash) S 5142 5149 5090 0 -1 4202496 887 5694 0 0 0 0 0 1 20 0 1 0 443247476 115974144 404 33554432000 4194304 5098028 140724865970432 140724865964440 139800412101632 0 0 4100 65536 18446744071580971376 0 0 17 3 0 0 1 0 0 7196144 7232144 27877376 140724865979412 140724865979537 140724865979537 140724865982446 0
/proc/5149/statm: 28314 404 320 221 0 119 0
[pid=5193] ppid=5149 vsize=113256 memory=712 CPUtime=0 cores=1,3,5,7
/proc/5193/stat : 5193 (bash) S 5149 5149 5090 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 443247479 115974144 178 33554432000 4194304 5098028 140724865970432 140724865963112 139800411927164 0 65536 4096 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 27877376 140724865979412 140724865979537 140724865979537 140724865982446 0
/proc/5193/statm: 28314 178 94 221 0 119 0
[pid=5194] ppid=5193 vsize=10593144 memory=22524 CPUtime=0.05 cores=1,3,5,7
/proc/5194/stat : 5194 (java) S 5193 5149 5090 0 -1 1077944320 4572 0 0 0 4 1 0 0 20 0 14 0 443247479 10847379456 5631 33554432000 4194304 4196468 140722294109120 140722294091664 140263034281719 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16900096 140722294117516 140722294117530 140722294117530 140722294120399 0
/proc/5194/statm: 2648286 5631 2611 1 0 2610827 0
[pid=5194/tid=5209] ppid=5193 vsize=10593144 memory=1696 CPUtime=0.04 cores=1,3,5,7
/proc/5194/task/5209/stat : 5209 (java) D 5193 5149 5090 0 -1 1077944384 2712 0 0 0 4 0 0 0 20 0 14 0 443247498 10847379456 5631 33554432000 4194304 4196468 140722294109120 140263038519320 140263026959733 0 4 0 16800975 18446744072101662244 0 0 -1 3 0 0 0 0 0 6293624 6294260 16900096 140722294117516 140722294117530 140722294117530 140722294120399 0
[pid=5194/tid=5211] ppid=5193 vsize=10593144 memory=4000 CPUtime=0 cores=1,3,5,7
/proc/5194/task/5211/stat : 5211 (java) S 5193 5149 5090 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 443247514 10847379456 5631 33554432000 4194304 4196468 140722294109120 140262970973072 140263034291925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16900096 140722294117516 140722294117530 140722294117530 140722294120399 0
[pid=5194/tid=5212] ppid=5193 vsize=10593144 memory=7548 CPUtime=0 cores=1,3,5,7
/proc/5194/task/5212/stat : 5212 (java) S 5193 5149 5090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 443247514 10847379456 5631 33554432000 4194304 4196468 140722294109120 140262969920272 140263034291925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16900096 140722294117516 140722294117530 140722294117530 140722294120399 0
[pid=5194/tid=5213] ppid=5193 vsize=10593144 memory=2832 CPUtime=0 cores=1,3,5,7
/proc/5194/task/5213/stat : 5213 (java) S 5193 5149 5090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 443247514 10847379456 5631 33554432000 4194304 4196468 140722294109120 140262968867984 140263034291925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140722294117516 140722294117530 140722294117530 140722294120399 0
[pid=5194/tid=5214] ppid=5193 vsize=10593144 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/5194/task/5214/stat : 5214 (java) S 5193 5149 5090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 443247514 10847379456 5631 33554432000 4194304 4196468 140722294109120 140262967815184 140263034291925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16900096 140722294117516 140722294117530 140722294117530 140722294120399 0
[pid=5194/tid=5219] ppid=5193 vsize=10593144 memory=6036 CPUtime=0 cores=1,3,5,7
/proc/5194/task/5219/stat : 5219 (java) S 5193 5149 5090 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 443247517 10847379456 5631 33554432000 4194304 4196468 140722294109120 140262069188720 140263034292866 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16900096 140722294117516 140722294117530 140722294117530 140722294120399 0
[pid=5194/tid=5221] ppid=5193 vsize=10593144 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5194/task/5221/stat : 5221 (java) S 5193 5149 5090 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 443247518 10847379456 5631 33554432000 4194304 4196468 140722294109120 140262068134688 140263034291925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16900096 140722294117516 140722294117530 140722294117530 140722294120399 0
[pid=5194/tid=5223] ppid=5193 vsize=10593144 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5194/task/5223/stat : 5223 (java) S 5193 5149 5090 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 443247518 10847379456 5631 33554432000 4194304 4196468 140722294109120 140262067082352 140263034291925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16900096 140722294117516 140722294117530 140722294117530 140722294120399 0
[pid=5195] ppid=5193 vsize=113488 memory=972 CPUtime=0 cores=1,3,5,7
/proc/5195/stat : 5195 (awk) S 5193 5149 5090 0 -1 4202496 426 0 0 0 0 0 0 0 20 0 1 0 443247479 116211712 243 33554432000 4194304 4609284 140722095530896 140722095530072 139782297086976 0 0 4096 1216 18446744071580971376 0 0 17 3 0 0 0 0 0 6708720 6711756 39391232 140722095535292 140722095535322 140722095535322 140722095538159 0
/proc/5195/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 10933144 KiB
Current children cumulated memory: 25824 KiB

[startup+1.50076 s]
/proc/loadavg: 0.83 3.38 3.43 2/235 5235
/proc/meminfo: memFree=30658860/32770624 swapFree=67001956/67108860
[pid=5149] ppid=5142 vsize=113256 memory=1616 CPUtime=0.01 cores=1,3,5,7
/proc/5149/stat : 5149 (bash) S 5142 5149 5090 0 -1 4202496 887 5694 0 0 0 0 0 1 20 0 1 0 443247476 115974144 404 33554432000 4194304 5098028 140724865970432 140724865964440 139800412101632 0 0 4100 65536 18446744071580971376 0 0 17 3 0 0 1 0 0 7196144 7232144 27877376 140724865979412 140724865979537 140724865979537 140724865982446 0
/proc/5149/statm: 28314 404 320 221 0 119 0
[pid=5193] ppid=5149 vsize=113256 memory=712 CPUtime=0 cores=1,3,5,7
/proc/5193/stat : 5193 (bash) S 5149 5149 5090 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 443247479 115974144 178 33554432000 4194304 5098028 140724865970432 140724865963112 139800411927164 0 65536 4096 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 27877376 140724865979412 140724865979537 140724865979537 140724865982446 0
/proc/5193/statm: 28314 178 94 221 0 119 0
[pid=5195] ppid=5193 vsize=113492 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/5195/stat : 5195 (awk) S 5193 5149 5090 0 -1 4202496 449 0 0 0 0 0 0 0 20 0 1 0 443247479 116215808 308 33554432000 4194304 4609284 140722095530896 140722095530072 139782297086976 0 0 4096 1216 18446744071580971376 0 0 17 5 0 0 0 0 0 6708720 6711756 39391232 140722095535292 140722095535322 140722095535322 140722095538159 0
/proc/5195/statm: 28373 308 255 102 0 89 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 340004 KiB
Current children cumulated memory: 3560 KiB

[startup+3.11056 s]
/proc/loadavg: 1.01 3.38 3.43 6/231 5283
/proc/meminfo: memFree=30368344/32770624 swapFree=67001956/67108860
[pid=5149] ppid=5142 vsize=10834680 memory=174748 CPUtime=2.33 cores=1,3,5,7
/proc/5149/stat : 5149 (java) S 5142 5149 5090 0 -1 1077944320 21678 13000 0 0 216 9 5 3 20 0 15 0 443247476 11094712320 43687 33554432000 4194304 4196468 140727023272048 140727023254592 140051107970807 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
/proc/5149/statm: 2708670 43687 3581 1 0 2670733 0
[pid=5149/tid=5257] ppid=5142 vsize=10834680 memory=3616 CPUtime=1.37 cores=1,3,5,7
/proc/5149/task/5257/stat : 5257 (java) R 5142 5149 5090 0 -1 4202560 15237 13000 0 0 124 5 5 3 20 0 15 0 443247636 11094712320 43687 33554432000 4194304 4196468 140727023272048 140051079789344 140051107992733 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
[pid=5149/tid=5262] ppid=5142 vsize=10834680 memory=44820 CPUtime=0.09 cores=1,3,5,7
/proc/5149/task/5262/stat : 5262 (java) S 5142 5149 5090 0 -1 1077944384 49 13000 0 0 1 0 5 3 20 0 15 0 443247638 11094712320 43687 33554432000 4194304 4196468 140727023272048 140051112213008 140051107981013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
[pid=5149/tid=5263] ppid=5142 vsize=10834680 memory=988 CPUtime=0.09 cores=1,3,5,7
/proc/5149/task/5263/stat : 5263 (java) S 5142 5149 5090 0 -1 1077944384 24 13000 0 0 1 0 5 3 20 0 15 0 443247638 11094712320 43687 33554432000 4194304 4196468 140727023272048 140051033172624 140051107981013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
[pid=5149/tid=5264] ppid=5142 vsize=10834680 memory=2012 CPUtime=0.09 cores=1,3,5,7
/proc/5149/task/5264/stat : 5264 (java) S 5142 5149 5090 0 -1 1077944384 371 13000 0 0 1 0 5 3 20 0 15 0 443247638 11094712320 43687 33554432000 4194304 4196468 140727023272048 140050680326416 140051107981013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
[pid=5149/tid=5265] ppid=5142 vsize=10834680 memory=1240 CPUtime=0.09 cores=1,3,5,7
/proc/5149/task/5265/stat : 5265 (java) S 5142 5149 5090 0 -1 1077944384 81 13000 0 0 1 0 5 3 20 0 15 0 443247638 11094712320 43687 33554432000 4194304 4196468 140727023272048 140050679273872 140051107981013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
[pid=5149/tid=5267] ppid=5142 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/5149/task/5267/stat : 5267 (java) S 5142 5149 5090 0 -1 1077944384 148 13000 0 0 1 0 5 3 20 0 15 0 443247639 11094712320 43687 33554432000 4194304 4196468 140727023272048 140050634648304 140051107981954 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
[pid=5149/tid=5270] ppid=5142 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5149/task/5270/stat : 5270 (java) S 5142 5149 5090 0 -1 1077944384 14 13000 0 0 0 0 5 3 20 0 15 0 443247640 11094712320 43687 33554432000 4194304 4196468 140727023272048 140050562016992 140051107981013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
[pid=5149/tid=5271] ppid=5142 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5149/task/5271/stat : 5271 (java) S 5142 5149 5090 0 -1 1077944384 2 13000 0 0 0 0 5 3 20 0 15 0 443247640 11094712320 43687 33554432000 4194304 4196468 140727023272048 140050092254464 140051107981013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
[pid=5149/tid=5277] ppid=5142 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5149/task/5277/stat : 5277 (java) S 5142 5149 5090 0 -1 1077944384 2 13000 0 0 0 0 5 3 20 0 15 0 443247644 11094712320 43687 33554432000 4194304 4196468 140727023272048 140049823820240 140051107989403 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
[pid=5149/tid=5278] ppid=5142 vsize=10834680 memory=55 CPUtime=0.33 cores=1,3,5,7
/proc/5149/task/5278/stat : 5278 (java) S 5142 5149 5090 0 -1 1077944384 1152 13000 0 0 25 0 5 3 20 0 15 0 443247644 11094712320 43687 33554432000 4194304 4196468 140727023272048 140050633595120 140051107981954 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
[pid=5149/tid=5279] ppid=5142 vsize=10834680 memory=51 CPUtime=0.3 cores=1,3,5,7
/proc/5149/task/5279/stat : 5279 (java) S 5142 5149 5090 0 -1 1077944384 818 13000 0 0 22 0 5 3 20 0 15 0 443247644 11094712320 43687 33554432000 4194304 4196468 140727023272048 140050632542576 140051107981954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
[pid=5149/tid=5280] ppid=5142 vsize=10834680 memory=71 CPUtime=0.45 cores=1,3,5,7
/proc/5149/task/5280/stat : 5280 (java) S 5142 5149 5090 0 -1 1077944384 1571 13000 0 0 37 0 5 3 20 0 15 0 443247644 11094712320 43687 33554432000 4194304 4196468 140727023272048 140050631489520 140051107981954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
[pid=5149/tid=5281] ppid=5142 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5149/task/5281/stat : 5281 (java) S 5142 5149 5090 0 -1 1077944384 3 13000 0 0 0 0 5 3 20 0 15 0 443247644 11094712320 43687 33554432000 4194304 4196468 140727023272048 140049354058080 140051107981013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
[pid=5149/tid=5283] ppid=5142 vsize=10834680 memory=3 CPUtime=0.08 cores=1,3,5,7
/proc/5149/task/5283/stat : 5283 (java) S 5142 5149 5090 0 -1 1077944384 1 13000 0 0 0 0 5 3 20 0 15 0 443247651 11094712320 43687 33554432000 4194304 4196468 140727023272048 140050630437936 140051107981954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
Current children cumulated CPU time: 2.33 s
Current children cumulated vsize: 10834680 KiB
Current children cumulated memory: 174748 KiB
heavy processes:

[startup+6.30527 s]
/proc/loadavg: 1.01 3.38 3.43 7/231 5283
/proc/meminfo: memFree=30079780/32770624 swapFree=67001956/67108860
[pid=5149] ppid=5142 vsize=10851096 memory=327648 CPUtime=11.35 cores=1,3,5,7
/proc/5149/stat : 5149 (java) S 5142 5149 5090 0 -1 1077944320 50087 13000 0 0 1106 21 5 3 20 0 15 0 443247476 11111522304 81912 33554432000 4194304 4196468 140727023272048 140727023254592 140051107970807 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
/proc/5149/statm: 2712774 81912 3622 1 0 2674829 0
[pid=5149/tid=5257] ppid=5142 vsize=10851096 memory=280391034441088 CPUtime=4.47 cores=1,3,5,7
/proc/5149/task/5257/stat : 5257 (java) R 5142 5149 5090 0 -1 4202560 26324 13000 0 0 429 10 5 3 20 0 15 0 443247636 11111522304 81912 33554432000 4194304 4196468 140727023272048 140051079799616 140050710946953 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
[pid=5149/tid=5262] ppid=5142 vsize=10851096 memory=177620 CPUtime=0.12 cores=1,3,5,7
/proc/5149/task/5262/stat : 5262 (java) S 5142 5149 5090 0 -1 1077944384 126 13000 0 0 4 0 5 3 20 0 15 0 443247638 11111522304 81912 33554432000 4194304 4196468 140727023272048 140051112213008 140051107981013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
[pid=5149/tid=5263] ppid=5142 vsize=10851096 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/5149/task/5263/stat : 5263 (java) S 5142 5149 5090 0 -1 1077944384 171 13000 0 0 4 0 5 3 20 0 15 0 443247638 11111522304 81912 33554432000 4194304 4196468 140727023272048 140051033172624 140051107981013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
[pid=5149/tid=5264] ppid=5142 vsize=10851096 memory=91096 CPUtime=0.11 cores=1,3,5,7
/proc/5149/task/5264/stat : 5264 (java) S 5142 5149 5090 0 -1 1077944384 398 13000 0 0 3 0 5 3 20 0 15 0 443247638 11111522304 81912 33554432000 4194304 4196468 140727023272048 140050680326416 140051107981013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
[pid=5149/tid=5265] ppid=5142 vsize=10851096 memory=280391034395984 CPUtime=0.12 cores=1,3,5,7
/proc/5149/task/5265/stat : 5265 (java) S 5142 5149 5090 0 -1 1077944384 114 13000 0 0 4 0 5 3 20 0 15 0 443247638 11111522304 81912 33554432000 4194304 4196468 140727023272048 140050679273872 140051107981013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
[pid=5149/tid=5267] ppid=5142 vsize=10851096 memory=6944656592455097440 CPUtime=0.12 cores=1,3,5,7
/proc/5149/task/5267/stat : 5267 (java) S 5142 5149 5090 0 -1 1077944384 2838 13000 0 0 4 0 5 3 20 0 15 0 443247639 11111522304 81912 33554432000 4194304 4196468 140727023272048 140050634648304 140051107981954 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
[pid=5149/tid=5270] ppid=5142 vsize=10851096 memory=6673 CPUtime=0.08 cores=1,3,5,7
/proc/5149/task/5270/stat : 5270 (java) S 5142 5149 5090 0 -1 1077944384 19 13000 0 0 0 0 5 3 20 0 15 0 443247640 11111522304 81912 33554432000 4194304 4196468 140727023272048 140050562016992 140051107981013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
[pid=5149/tid=5271] ppid=5142 vsize=10851096 memory=4420 CPUtime=0.08 cores=1,3,5,7

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

/proc/5149/task/5257/stat : 5257 (java) R 5142 5149 5090 0 -1 4202560 94177 13000 0 0 229353 59 5 3 20 0 15 0 443247636 11111522304 300275 33554432000 4194304 4196468 140727023272048 140051079805984 140050726079474 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
[pid=5149/tid=5262] ppid=5142 vsize=10851096 memory=1201100 CPUtime=12.43 cores=1,3,5,7
/proc/5149/task/5262/stat : 5262 (java) S 5142 5149 5090 0 -1 1077944384 25152 13000 0 0 1181 54 5 3 20 0 15 0 443247638 11111522304 300275 33554432000 4194304 4196468 140727023272048 140051112213008 140051107981013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
[pid=5149/tid=5263] ppid=5142 vsize=10851096 memory=1201100 CPUtime=12.46 cores=1,3,5,7
/proc/5149/task/5263/stat : 5263 (java) S 5142 5149 5090 0 -1 1077944384 22857 13000 0 0 1181 57 5 3 20 0 15 0 443247638 11111522304 300275 33554432000 4194304 4196468 140727023272048 140051033172624 140051107981013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
[pid=5149/tid=5264] ppid=5142 vsize=10851096 memory=1199052 CPUtime=12.43 cores=1,3,5,7
/proc/5149/task/5264/stat : 5264 (java) S 5142 5149 5090 0 -1 1077944384 24357 13000 0 0 1179 56 5 3 20 0 15 0 443247638 11111522304 300275 33554432000 4194304 4196468 140727023272048 140050680326416 140051107981013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
[pid=5149/tid=5265] ppid=5142 vsize=10851096 memory=1201100 CPUtime=12.43 cores=1,3,5,7
/proc/5149/task/5265/stat : 5265 (java) S 5142 5149 5090 0 -1 1077944384 21975 13000 0 0 1183 52 5 3 20 0 15 0 443247638 11111522304 300275 33554432000 4194304 4196468 140727023272048 140050679273872 140051107981013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
[pid=5149/tid=5267] ppid=5142 vsize=10851096 memory=1201100 CPUtime=10.73 cores=1,3,5,7
/proc/5149/task/5267/stat : 5267 (java) S 5142 5149 5090 0 -1 1077944384 23011 13000 0 0 1005 60 5 3 20 0 15 0 443247639 11111522304 300275 33554432000 4194304 4196468 140727023272048 140050634648304 140051107981954 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
[pid=5149/tid=5270] ppid=5142 vsize=10851096 memory=1201100 CPUtime=0.08 cores=1,3,5,7
/proc/5149/task/5270/stat : 5270 (java) S 5142 5149 5090 0 -1 1077944384 19 13000 0 0 0 0 5 3 20 0 15 0 443247640 11111522304 300275 33554432000 4194304 4196468 140727023272048 140050562016992 140051107981013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
[pid=5149/tid=5271] ppid=5142 vsize=10851096 memory=1201100 CPUtime=0.08 cores=1,3,5,7
/proc/5149/task/5271/stat : 5271 (java) S 5142 5149 5090 0 -1 1077944384 7 13000 0 0 0 0 5 3 20 0 15 0 443247640 11111522304 300275 33554432000 4194304 4196468 140727023272048 140050092254464 140051107981013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
[pid=5149/tid=5277] ppid=5142 vsize=10851096 memory=1201100 CPUtime=0.08 cores=1,3,5,7
/proc/5149/task/5277/stat : 5277 (java) S 5142 5149 5090 0 -1 1077944384 2 13000 0 0 0 0 5 3 20 0 15 0 443247644 11111522304 300275 33554432000 4194304 4196468 140727023272048 140049823820240 140051107989403 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
[pid=5149/tid=5278] ppid=5142 vsize=10851096 memory=1201100 CPUtime=6.13 cores=1,3,5,7
/proc/5149/task/5278/stat : 5278 (java) S 5142 5149 5090 0 -1 1077944384 24679 13000 0 0 601 4 5 3 20 0 15 0 443247644 11111522304 300275 33554432000 4194304 4196468 140727023272048 140050633595120 140051107981954 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
[pid=5149/tid=5279] ppid=5142 vsize=10851096 memory=33 CPUtime=5.82 cores=1,3,5,7
/proc/5149/task/5279/stat : 5279 (java) S 5142 5149 5090 0 -1 1077944384 25077 13000 0 0 570 4 5 3 20 0 15 0 443247644 11111522304 300275 33554432000 4194304 4196468 140727023272048 140050632542576 140051107981954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
[pid=5149/tid=5280] ppid=5142 vsize=10851096 memory=4000 CPUtime=4.42 cores=1,3,5,7
/proc/5149/task/5280/stat : 5280 (java) S 5142 5149 5090 0 -1 1077944384 38306 13000 0 0 427 7 5 3 20 0 15 0 443247644 11111522304 300275 33554432000 4194304 4196468 140727023272048 140050631489520 140051107981954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
[pid=5149/tid=5281] ppid=5142 vsize=10851096 memory=3616 CPUtime=0.08 cores=1,3,5,7
/proc/5149/task/5281/stat : 5281 (java) S 5142 5149 5090 0 -1 1077944384 3 13000 0 0 0 0 5 3 20 0 15 0 443247644 11111522304 300275 33554432000 4194304 4196468 140727023272048 140049354058080 140051107981013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
[pid=5149/tid=5283] ppid=5142 vsize=10851096 memory=44892 CPUtime=1.53 cores=1,3,5,7
/proc/5149/task/5283/stat : 5283 (java) S 5142 5149 5090 0 -1 1077944384 1193 13000 0 0 61 84 5 3 20 0 15 0 443247651 11111522304 300275 33554432000 4194304 4196468 140727023272048 140050630437936 140051107981954 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
Current children cumulated CPU time: 2371.94 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 1201100 KiB

[startup+2382.3 s]
/proc/loadavg: 1.51 1.60 1.63 4/228 5526
/proc/meminfo: memFree=28966916/32770624 swapFree=67001960/67108860
[pid=5149] ppid=5142 vsize=10851096 memory=1201100 CPUtime=2432.92 cores=1,3,5,7
/proc/5149/stat : 5149 (java) S 5142 5149 5090 0 -1 1077944320 305525 13000 0 0 242903 381 5 3 20 0 15 0 443247476 11111522304 300275 33554432000 4194304 4196468 140727023272048 140727023254592 140051107970807 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
/proc/5149/statm: 2712774 300275 3633 1 0 2674829 0
[pid=5149/tid=5257] ppid=5142 vsize=10851096 memory=1201100 CPUtime=2353.46 cores=1,3,5,7
/proc/5149/task/5257/stat : 5257 (java) R 5142 5149 5090 0 -1 4202560 95283 13000 0 0 235278 60 5 3 20 0 15 0 443247636 11111522304 300275 33554432000 4194304 4196468 140727023272048 140051079806032 140050726642636 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
[pid=5149/tid=5262] ppid=5142 vsize=10851096 memory=1201100 CPUtime=12.78 cores=1,3,5,7
/proc/5149/task/5262/stat : 5262 (java) S 5142 5149 5090 0 -1 1077944384 25689 13000 0 0 1214 56 5 3 20 0 15 0 443247638 11111522304 300275 33554432000 4194304 4196468 140727023272048 140051112213008 140051107981013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
[pid=5149/tid=5263] ppid=5142 vsize=10851096 memory=1201100 CPUtime=12.8 cores=1,3,5,7
/proc/5149/task/5263/stat : 5263 (java) S 5142 5149 5090 0 -1 1077944384 22950 13000 0 0 1214 58 5 3 20 0 15 0 443247638 11111522304 300275 33554432000 4194304 4196468 140727023272048 140051033172624 140051107981013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
[pid=5149/tid=5264] ppid=5142 vsize=10851096 memory=239229 CPUtime=12.77 cores=1,3,5,7
/proc/5149/task/5264/stat : 5264 (java) S 5142 5149 5090 0 -1 1077944384 24757 13000 0 0 1212 57 5 3 20 0 15 0 443247638 11111522304 300275 33554432000 4194304 4196468 140727023272048 140050680326416 140051107981013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
[pid=5149/tid=5265] ppid=5142 vsize=10851096 memory=1201100 CPUtime=12.77 cores=1,3,5,7
/proc/5149/task/5265/stat : 5265 (java) S 5142 5149 5090 0 -1 1077944384 22065 13000 0 0 1216 53 5 3 20 0 15 0 443247638 11111522304 300275 33554432000 4194304 4196468 140727023272048 140050679273872 140051107981013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
[pid=5149/tid=5267] ppid=5142 vsize=10851096 memory=1201100 CPUtime=11.03 cores=1,3,5,7
/proc/5149/task/5267/stat : 5267 (java) S 5142 5149 5090 0 -1 1077944384 23266 13000 0 0 1033 62 5 3 20 0 15 0 443247639 11111522304 300275 33554432000 4194304 4196468 140727023272048 140050634648304 140051107981954 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
[pid=5149/tid=5270] ppid=5142 vsize=10851096 memory=1201100 CPUtime=0.08 cores=1,3,5,7
/proc/5149/task/5270/stat : 5270 (java) S 5142 5149 5090 0 -1 1077944384 19 13000 0 0 0 0 5 3 20 0 15 0 443247640 11111522304 300275 33554432000 4194304 4196468 140727023272048 140050562016992 140051107981013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
[pid=5149/tid=5271] ppid=5142 vsize=10851096 memory=8 CPUtime=0.08 cores=1,3,5,7
/proc/5149/task/5271/stat : 5271 (java) S 5142 5149 5090 0 -1 1077944384 7 13000 0 0 0 0 5 3 20 0 15 0 443247640 11111522304 300275 33554432000 4194304 4196468 140727023272048 140050092254464 140051107981013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
[pid=5149/tid=5277] ppid=5142 vsize=10851096 memory=1201100 CPUtime=0.08 cores=1,3,5,7
/proc/5149/task/5277/stat : 5277 (java) S 5142 5149 5090 0 -1 1077944384 2 13000 0 0 0 0 5 3 20 0 15 0 443247644 11111522304 300275 33554432000 4194304 4196468 140727023272048 140049823820240 140051107989403 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
[pid=5149/tid=5278] ppid=5142 vsize=10851096 memory=0 CPUtime=6.13 cores=1,3,5,7
/proc/5149/task/5278/stat : 5278 (java) S 5142 5149 5090 0 -1 1077944384 24681 13000 0 0 601 4 5 3 20 0 15 0 443247644 11111522304 300275 33554432000 4194304 4196468 140727023272048 140050633595120 140051107981954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
[pid=5149/tid=5279] ppid=5142 vsize=10851096 memory=140195517616056 CPUtime=5.82 cores=1,3,5,7
/proc/5149/task/5279/stat : 5279 (java) S 5142 5149 5090 0 -1 1077944384 25080 13000 0 0 570 4 5 3 20 0 15 0 443247644 11111522304 300275 33554432000 4194304 4196468 140727023272048 140050632542576 140051107981954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
[pid=5149/tid=5280] ppid=5142 vsize=10851096 memory=2648 CPUtime=4.42 cores=1,3,5,7
/proc/5149/task/5280/stat : 5280 (java) S 5142 5149 5090 0 -1 1077944384 38309 13000 0 0 427 7 5 3 20 0 15 0 443247644 11111522304 300275 33554432000 4194304 4196468 140727023272048 140050631489520 140051107981954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
[pid=5149/tid=5281] ppid=5142 vsize=10851096 memory=912 CPUtime=0.08 cores=1,3,5,7
/proc/5149/task/5281/stat : 5281 (java) S 5142 5149 5090 0 -1 1077944384 3 13000 0 0 0 0 5 3 20 0 15 0 443247644 11111522304 300275 33554432000 4194304 4196468 140727023272048 140049354058080 140051107981013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
[pid=5149/tid=5283] ppid=5142 vsize=10851096 memory=1201100 CPUtime=1.56 cores=1,3,5,7
/proc/5149/task/5283/stat : 5283 (java) S 5142 5149 5090 0 -1 1077944384 1209 13000 0 0 62 86 5 3 20 0 15 0 443247651 11111522304 300275 33554432000 4194304 4196468 140727023272048 140050630437936 140051107981954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
Current children cumulated CPU time: 2432.92 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 1201100 KiB

[startup+2442.3 s]
/proc/loadavg: 1.19 1.49 1.59 4/227 5530
/proc/meminfo: memFree=28952252/32770624 swapFree=67001960/67108860
[pid=5149] ppid=5142 vsize=10851096 memory=1203148 CPUtime=2493.93 cores=1,3,5,7
/proc/5149/stat : 5149 (java) S 5142 5149 5090 0 -1 1077944320 307941 13000 0 0 248996 389 5 3 20 0 15 0 443247476 11111522304 300787 33554432000 4194304 4196468 140727023272048 140727023254592 140051107970807 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
/proc/5149/statm: 2712774 300787 3633 1 0 2674829 0
[pid=5149/tid=5257] ppid=5142 vsize=10851096 memory=1203148 CPUtime=2412.76 cores=1,3,5,7
/proc/5149/task/5257/stat : 5257 (java) R 5142 5149 5090 0 -1 4202560 96249 13000 0 0 241207 61 5 3 20 0 15 0 443247636 11111522304 300787 33554432000 4194304 4196468 140727023272048 140051079806096 140050727633347 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
[pid=5149/tid=5262] ppid=5142 vsize=10851096 memory=1203148 CPUtime=13.12 cores=1,3,5,7
/proc/5149/task/5262/stat : 5262 (java) S 5142 5149 5090 0 -1 1077944384 25959 13000 0 0 1247 57 5 3 20 0 15 0 443247638 11111522304 300787 33554432000 4194304 4196468 140727023272048 140051112213008 140051107981013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
[pid=5149/tid=5263] ppid=5142 vsize=10851096 memory=1201100 CPUtime=13.14 cores=1,3,5,7
/proc/5149/task/5263/stat : 5263 (java) S 5142 5149 5090 0 -1 1077944384 23258 13000 0 0 1247 59 5 3 20 0 15 0 443247638 11111522304 300787 33554432000 4194304 4196468 140727023272048 140051033172624 140051107981013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
[pid=5149/tid=5264] ppid=5142 vsize=10851096 memory=1201100 CPUtime=13.12 cores=1,3,5,7
/proc/5149/task/5264/stat : 5264 (java) S 5142 5149 5090 0 -1 1077944384 25105 13000 0 0 1246 58 5 3 20 0 15 0 443247638 11111522304 300787 33554432000 4194304 4196468 140727023272048 140050680326416 140051107981013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
[pid=5149/tid=5265] ppid=5142 vsize=10851096 memory=1203148 CPUtime=13.12 cores=1,3,5,7
/proc/5149/task/5265/stat : 5265 (java) S 5142 5149 5090 0 -1 1077944384 22122 13000 0 0 1249 55 5 3 20 0 15 0 443247638 11111522304 300787 33554432000 4194304 4196468 140727023272048 140050679273872 140051107981013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
[pid=5149/tid=5267] ppid=5142 vsize=10851096 memory=1203148 CPUtime=11.32 cores=1,3,5,7
/proc/5149/task/5267/stat : 5267 (java) S 5142 5149 5090 0 -1 1077944384 23691 13000 0 0 1060 64 5 3 20 0 15 0 443247639 11111522304 300787 33554432000 4194304 4196468 140727023272048 140050634648304 140051107981954 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
[pid=5149/tid=5270] ppid=5142 vsize=10851096 memory=1203148 CPUtime=0.08 cores=1,3,5,7
/proc/5149/task/5270/stat : 5270 (java) S 5142 5149 5090 0 -1 1077944384 19 13000 0 0 0 0 5 3 20 0 15 0 443247640 11111522304 300787 33554432000 4194304 4196468 140727023272048 140050562016992 140051107981013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
[pid=5149/tid=5271] ppid=5142 vsize=10851096 memory=1203148 CPUtime=0.08 cores=1,3,5,7
/proc/5149/task/5271/stat : 5271 (java) S 5142 5149 5090 0 -1 1077944384 7 13000 0 0 0 0 5 3 20 0 15 0 443247640 11111522304 300787 33554432000 4194304 4196468 140727023272048 140050092254464 140051107981013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
[pid=5149/tid=5277] ppid=5142 vsize=10851096 memory=1203148 CPUtime=0.08 cores=1,3,5,7
/proc/5149/task/5277/stat : 5277 (java) S 5142 5149 5090 0 -1 1077944384 2 13000 0 0 0 0 5 3 20 0 15 0 443247644 11111522304 300787 33554432000 4194304 4196468 140727023272048 140049823820240 140051107989403 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
[pid=5149/tid=5278] ppid=5142 vsize=10851096 memory=1203148 CPUtime=6.13 cores=1,3,5,7
/proc/5149/task/5278/stat : 5278 (java) S 5142 5149 5090 0 -1 1077944384 24685 13000 0 0 601 4 5 3 20 0 15 0 443247644 11111522304 300787 33554432000 4194304 4196468 140727023272048 140050633595120 140051107981954 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
[pid=5149/tid=5279] ppid=5142 vsize=10851096 memory=1203148 CPUtime=5.82 cores=1,3,5,7
/proc/5149/task/5279/stat : 5279 (java) S 5142 5149 5090 0 -1 1077944384 25084 13000 0 0 570 4 5 3 20 0 15 0 443247644 11111522304 300787 33554432000 4194304 4196468 140727023272048 140050632542576 140051107981954 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
[pid=5149/tid=5280] ppid=5142 vsize=10851096 memory=1203148 CPUtime=4.42 cores=1,3,5,7
/proc/5149/task/5280/stat : 5280 (java) S 5142 5149 5090 0 -1 1077944384 38314 13000 0 0 427 7 5 3 20 0 15 0 443247644 11111522304 300787 33554432000 4194304 4196468 140727023272048 140050631489520 140051107981954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
[pid=5149/tid=5281] ppid=5142 vsize=10851096 memory=1203148 CPUtime=0.08 cores=1,3,5,7
/proc/5149/task/5281/stat : 5281 (java) S 5142 5149 5090 0 -1 1077944384 3 13000 0 0 0 0 5 3 20 0 15 0 443247644 11111522304 300787 33554432000 4194304 4196468 140727023272048 140049354058080 140051107981013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
[pid=5149/tid=5283] ppid=5142 vsize=10851096 memory=1203148 CPUtime=1.6 cores=1,3,5,7
/proc/5149/task/5283/stat : 5283 (java) S 5142 5149 5090 0 -1 1077944384 1238 13000 0 0 64 88 5 3 20 0 15 0 443247651 11111522304 300787 33554432000 4194304 4196468 140727023272048 140050630437936 140051107981954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
Current children cumulated CPU time: 2493.93 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 1203148 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2468 s]*
/proc/loadavg: 1.49 1.54 1.60 3/227 5663
/proc/meminfo: memFree=28625952/32770624 swapFree=67001960/67108860
[pid=5149] ppid=5142 vsize=10851096 memory=1203148 CPUtime=2520.04 cores=1,3,5,7
/proc/5149/stat : 5149 (java) S 5142 5149 5090 0 -1 1077944320 308252 13000 0 0 251602 394 5 3 20 0 15 0 443247476 11111522304 300787 33554432000 4194304 4196468 140727023272048 140727023254592 140051107970807 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
/proc/5149/statm: 2712774 300787 3633 1 0 2674829 0
[pid=5149/tid=5257] ppid=5142 vsize=10851096 memory=1398722017469774279 CPUtime=2438.15 cores=1,3,5,7
/proc/5149/task/5257/stat : 5257 (java) R 5142 5149 5090 0 -1 4202560 96501 13000 0 0 243745 62 5 3 20 0 15 0 443247636 11111522304 300787 33554432000 4194304 4196468 140727023272048 140051079805984 140050726642076 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
[pid=5149/tid=5262] ppid=5142 vsize=10851096 memory=4126316290023845779 CPUtime=13.26 cores=1,3,5,7
/proc/5149/task/5262/stat : 5262 (java) S 5142 5149 5090 0 -1 1077944384 25960 13000 0 0 1261 57 5 3 20 0 15 0 443247638 11111522304 300787 33554432000 4194304 4196468 140727023272048 140051112213008 140051107981013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
[pid=5149/tid=5263] ppid=5142 vsize=10851096 memory=1440 CPUtime=13.3 cores=1,3,5,7
/proc/5149/task/5263/stat : 5263 (java) S 5142 5149 5090 0 -1 1077944384 23284 13000 0 0 1262 60 5 3 20 0 15 0 443247638 11111522304 300787 33554432000 4194304 4196468 140727023272048 140051033172624 140051107981013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
[pid=5149/tid=5264] ppid=5142 vsize=10851096 memory=1768 CPUtime=13.26 cores=1,3,5,7
/proc/5149/task/5264/stat : 5264 (java) S 5142 5149 5090 0 -1 1077944384 25108 13000 0 0 1259 59 5 3 20 0 15 0 443247638 11111522304 300787 33554432000 4194304 4196468 140727023272048 140050680326416 140051107981013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
[pid=5149/tid=5265] ppid=5142 vsize=10851096 memory=111636 CPUtime=13.27 cores=1,3,5,7
/proc/5149/task/5265/stat : 5265 (java) S 5142 5149 5090 0 -1 1077944384 22130 13000 0 0 1263 56 5 3 20 0 15 0 443247638 11111522304 300787 33554432000 4194304 4196468 140727023272048 140050679273872 140051107981013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
[pid=5149/tid=5267] ppid=5142 vsize=10851096 memory=808 CPUtime=11.44 cores=1,3,5,7
/proc/5149/task/5267/stat : 5267 (java) S 5142 5149 5090 0 -1 1077944384 23709 13000 0 0 1071 65 5 3 20 0 15 0 443247639 11111522304 300787 33554432000 4194304 4196468 140727023272048 140050634648304 140051107981954 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
[pid=5149/tid=5270] ppid=5142 vsize=10851096 memory=4100 CPUtime=0.08 cores=1,3,5,7
/proc/5149/task/5270/stat : 5270 (java) S 5142 5149 5090 0 -1 1077944384 19 13000 0 0 0 0 5 3 20 0 15 0 443247640 11111522304 300787 33554432000 4194304 4196468 140727023272048 140050562016992 140051107981013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
[pid=5149/tid=5271] ppid=5142 vsize=10851096 memory=1804 CPUtime=0.08 cores=1,3,5,7
/proc/5149/task/5271/stat : 5271 (java) S 5142 5149 5090 0 -1 1077944384 7 13000 0 0 0 0 5 3 20 0 15 0 443247640 11111522304 300787 33554432000 4194304 4196468 140727023272048 140050092254464 140051107981013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
[pid=5149/tid=5277] ppid=5142 vsize=10851096 memory=920 CPUtime=0.08 cores=1,3,5,7
/proc/5149/task/5277/stat : 5277 (java) S 5142 5149 5090 0 -1 1077944384 2 13000 0 0 0 0 5 3 20 0 15 0 443247644 11111522304 300787 33554432000 4194304 4196468 140727023272048 140049823820240 140051107989403 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
[pid=5149/tid=5278] ppid=5142 vsize=10851096 memory=3816 CPUtime=6.13 cores=1,3,5,7
/proc/5149/task/5278/stat : 5278 (java) S 5142 5149 5090 0 -1 1077944384 24685 13000 0 0 601 4 5 3 20 0 15 0 443247644 11111522304 300787 33554432000 4194304 4196468 140727023272048 140050633595120 140051107981954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
[pid=5149/tid=5279] ppid=5142 vsize=10851096 memory=2628 CPUtime=5.82 cores=1,3,5,7
/proc/5149/task/5279/stat : 5279 (java) S 5142 5149 5090 0 -1 1077944384 25084 13000 0 0 570 4 5 3 20 0 15 0 443247644 11111522304 300787 33554432000 4194304 4196468 140727023272048 140050632542576 140051107981954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
[pid=5149/tid=5280] ppid=5142 vsize=10851096 memory=2304 CPUtime=4.42 cores=1,3,5,7
/proc/5149/task/5280/stat : 5280 (java) S 5142 5149 5090 0 -1 1077944384 38314 13000 0 0 427 7 5 3 20 0 15 0 443247644 11111522304 300787 33554432000 4194304 4196468 140727023272048 140050631489520 140051107981954 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
[pid=5149/tid=5281] ppid=5142 vsize=10851096 memory=1408 CPUtime=0.08 cores=1,3,5,7
/proc/5149/task/5281/stat : 5281 (java) S 5142 5149 5090 0 -1 1077944384 3 13000 0 0 0 0 5 3 20 0 15 0 443247644 11111522304 300787 33554432000 4194304 4196468 140727023272048 140049354058080 140051107981013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
[pid=5149/tid=5283] ppid=5142 vsize=10851096 memory=3072 CPUtime=1.61 cores=1,3,5,7
/proc/5149/task/5283/stat : 5283 (java) S 5142 5149 5090 0 -1 1077944384 1241 13000 0 0 64 89 5 3 20 0 15 0 443247651 11111522304 300787 33554432000 4194304 4196468 140727023272048 140050630437936 140051107981954 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 7098368 140727023274735 140727023277253 140727023277253 140727023280079 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 1203148 KiB

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

[startup+2468.04 s]
# the end of solver process 5149 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.1 s, system=3.98935 s

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

Child status: 143
Real time (s): 2468.04
CPU time (s): 2520.09
CPU user time (s): 2516.1
CPU system time (s): 3.98935
CPU usage (%): 102.109
Max. virtual memory (cumulated for all children) (KiB): 10933144
Max. memory (cumulated for all children) (KiB): 1204996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.1
system time used= 3.98935
maximum resident set size= 1207288
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 322474
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 295327
involuntary context switches= 8946


# summary of solver processes directly reported to runsolver:
#   pid: 5149
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2516.1
#   total CPU system time (s): 3.98935

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.6739 second user time and 22.9403 second system time

The end

Launcher Data

Begin job on node146 at 2019-09-17 00:34:50
IDJOB=4401006
IDBENCH=115816
IDSOLVER=2857
FILE ID=node146/4401006-1568673331
RUNJOBID= node146-1568673290-5122
PBS_JOBID= 21703776
Free space on /tmp= 59004 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-05-05-4.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401006-1568673331/watcher-4401006-1568673331 -o /tmp/evaluation-result-4401006-1568673331/solver-4401006-1568673331 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node146-1568673290-5122 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1889038206 HOME/instance-4401006-1568673331.xml

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

MD5SUM BENCH= a08c622730be04b0ce65f9055d76b754
RANDOM SEED=1889038206

node146.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	: 5332.90
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.55
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	: 5332.90
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.55
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	: 5332.90
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.55
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	: 5332.90
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30688752 kB
MemAvailable:   31873140 kB
Buffers:          223100 kB
Cached:          1232484 kB
SwapCached:         4444 kB
Active:           744840 kB
Inactive:         714480 kB
Active(anon):      21232 kB
Inactive(anon):    30424 kB
Active(file):     723608 kB
Inactive(file):   684056 kB
Unevictable:      110876 kB
Mlocked:          110876 kB
SwapTotal:      67108860 kB
SwapFree:       67001956 kB
Dirty:             71180 kB
Writeback:             0 kB
AnonPages:        112288 kB
Mapped:            46840 kB
Shmem:             39004 kB
Slab:             215116 kB
SReclaimable:     185120 kB
SUnreclaim:        29996 kB
KernelStack:        3408 kB
PageTables:         5432 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     511136 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:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 58932 MiB
End job on node146 at 2019-09-17 01:16:02