Trace number 4392046

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.10SAT (TO)326 2400.14 2347.63

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.2049
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.75/0.54	c Concrete v3.10.1560635388952 running
10.78/4.47	o 428
10.78/4.49	o 427
11.12/4.50	o 423
12.37/4.96	o 422
12.37/4.96	o 416
13.05/5.19	o 413
13.34/5.25	o 411
13.64/5.37	o 400
13.64/5.39	o 396
14.26/5.52	o 387
15.47/5.95	o 386
15.47/5.96	o 384
15.47/5.96	o 381
15.80/6.06	o 378
16.41/6.24	o 377
16.69/6.38	o 373
17.32/6.54	o 367
17.32/6.56	o 366
17.32/6.56	o 362
17.63/6.69	o 361
17.91/6.70	o 360
17.91/6.72	o 356
18.58/7.03	o 355
18.58/7.04	o 354
18.58/7.04	o 353
18.58/7.06	o 352
18.58/7.06	o 351
19.56/7.67	o 350
19.90/7.84	o 349
19.90/7.85	o 347
19.90/7.85	o 344
23.15/9.85	o 343
24.77/10.87	o 342
24.77/10.87	o 341
27.77/13.01	o 340
36.44/21.07	o 339
36.73/21.32	o 338
39.89/24.37	o 337
39.89/24.38	o 336
39.89/24.39	o 335
59.16/42.97	o 334
89.60/73.12	o 333
89.60/73.13	o 332
110.08/93.48	o 331
110.19/93.57	o 330
155.52/137.94	o 329
155.52/137.94	o 327
155.52/137.94	o 326
2400.09/2347.60	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2400.09/2347.60		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2400.09/2347.60		at concrete.heuristic.value.BestCost.$anonfun$select$1(BestCost.scala:55)
2400.09/2347.60		at concrete.BitVectorDomain.$anonfun$filterBounds$1(BitVectorDomain.scala:33)
2400.09/2347.60		at bitvectors.LargeBitVector.filterBounds(LargeBitVector.scala:273)
2400.09/2347.60		at concrete.BitVectorDomain.filterBounds(BitVectorDomain.scala:33)
2400.09/2347.60		at concrete.BitVectorDomain.filterBounds(BitVectorDomain.scala:8)
2400.09/2347.60		at concrete.heuristic.value.BestCost.select(BestCost.scala:55)
2400.09/2347.60		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.09/2347.60		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.09/2347.60		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.09/2347.60		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.09/2347.60		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.09/2347.60		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.09/2347.60		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.09/2347.60		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.09/2347.60		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.09/2347.60		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.09/2347.60		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2400.09/2347.60		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2400.09/2347.60		at scala.Option.map(Option.scala:243)
2400.09/2347.60		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2400.09/2347.60		at concrete.MAC.mac(MAC.scala:204)
2400.09/2347.60		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2400.09/2347.60		at scala.util.Try$.apply(Try.scala:212)
2400.09/2347.60		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.09/2347.60		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.09/2347.60		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.09/2347.60		at concrete.MAC.oneRun(MAC.scala:253)
2400.09/2347.60		at concrete.MAC.nextSolution(MAC.scala:272)
2400.09/2347.60		at concrete.MAC.nextSolution(MAC.scala:355)
2400.09/2347.60		at concrete.Solver.hasNext(Solver.scala:160)
2400.09/2347.60		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.09/2347.60		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.09/2347.60		at concrete.Solver.foreach(Solver.scala:67)
2400.09/2347.60		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:72)
2400.09/2347.60		at scala.util.Success.map(Try.scala:264)
2400.09/2347.60		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2400.09/2347.60		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.09/2347.60		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.09/2347.60		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.09/2347.60		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.09/2347.60		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.09/2347.60		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.09/2347.60		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.09/2347.60		at scala.App.$anonfun$main$1(App.scala:75)
2400.09/2347.60		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.09/2347.60		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.09/2347.60		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.09/2347.60		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.09/2347.60		at scala.App.main(App.scala:75)
2400.09/2347.60		at scala.App.main$(App.scala:73)
2400.09/2347.60		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.09/2347.60		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.09/2347.61	v <instantiation
2400.09/2347.61	v         cost = '326'>
2400.09/2347.61	v       <list>
2400.09/2347.61	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.09/2347.61	v       </list>
2400.09/2347.61	v       <values>
2400.09/2347.61	v         2 75 137 216 274 0 91 151 199 291 0 87 146 215 295 0 2 119 221 295 0 91 121 199 277 326 324 326 300 326 73 60 78 58 52 52 46 48 92 33 86 59 63 80 31 2 85 92 56 5 91 28 78 75 49 4 3 2 0 1 3 2 1 4 0 0 1 3 2 4 4 1 0 3 2 2 0 4 1 3 216 274 137 75 2 291 151 91 0 199 0 87 215 146 295 119 2 295 221 0 91 199 0 277 121
2400.09/2347.61	v       </values>
2400.09/2347.61	v     </instantiation>
2400.09/2347.61	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 (14713 MiB free)
  memory of node 1: 16384 MiB (15635 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392046-1568303639/watcher-4392046-1568303639 -o /tmp/evaluation-result-4392046-1568303639/solver-4392046-1568303639 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node146-1568301260-5610 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1267279534 HOME/instance-4392046-1568303639.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
Current StackSize limit: 8192 KiB

solver pid=6176, runsolver pid=6173

[startup+0.108973 s]*
/proc/loadavg: 1.90 1.58 1.48 3/219 6233
/proc/meminfo: memFree=31030336/32770624 swapFree=66999704/67108860
[pid=6176] ppid=6173 vsize=10355560 memory=22684 CPUtime=0.09 cores=1,3,5,7
/proc/6176/stat : 6176 (java) S 6173 6176 5578 0 -1 1077944320 4905 13204 0 0 2 0 5 2 20 0 9 0 406277966 10604093440 5671 33554432000 4194304 4196468 140729942878288 140729942860832 140256061640439 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
/proc/6176/statm: 2588890 5671 2102 1 0 2551431 0
[pid=6176/tid=6229] ppid=6173 vsize=10355560 memory=8514726395714820750 CPUtime=0.09 cores=1,3,5,7
/proc/6176/task/6229/stat : 6229 (java) R 6173 6176 5578 0 -1 4202560 2692 13204 0 0 2 0 5 2 20 0 9 0 406277975 10604093440 5671 33554432000 4194304 4196468 140729942878288 140256033476464 140256061662365 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6230] ppid=6173 vsize=10355560 memory=-7025452035940392864 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6230/stat : 6230 (java) S 6173 6176 5578 0 -1 1077944384 1 13204 0 0 0 0 5 2 20 0 9 0 406277976 10604093440 5671 33554432000 4194304 4196468 140729942878288 140256065883280 140256061650645 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6231] ppid=6173 vsize=10355560 memory=140256291378816 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6231/stat : 6231 (java) S 6173 6176 5578 0 -1 1077944384 1 13204 0 0 0 0 5 2 20 0 9 0 406277976 10604093440 5671 33554432000 4194304 4196468 140729942878288 140255984634896 140256061650645 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6232] ppid=6173 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6232/stat : 6232 (java) S 6173 6176 5578 0 -1 1077944384 1 13204 0 0 0 0 5 2 20 0 9 0 406277976 10604093440 5671 33554432000 4194304 4196468 140729942878288 140255983582096 140256061650645 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6233] ppid=6173 vsize=10355560 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6233/stat : 6233 (java) S 6173 6176 5578 0 -1 1077944384 2 13204 0 0 0 0 5 2 20 0 9 0 406277976 10604093440 5671 33554432000 4194304 4196468 140729942878288 140255633005328 140256061650645 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6234] ppid=6173 vsize=10355560 memory=140256291378816 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6234/stat : 6234 (java) S 6173 6176 5578 0 -1 1077944384 2 13204 0 0 0 0 5 2 20 0 9 0 406277977 10604093440 5671 33554432000 4194304 4196468 140729942878288 140255588325744 140256061651586 0 0 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6235] ppid=6173 vsize=10355560 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6235/stat : 6235 (java) S 6173 6176 5578 0 -1 1077944384 13 13204 0 0 0 0 5 2 20 0 9 0 406277978 10604093440 5671 33554432000 4194304 4196468 140729942878288 140255512486944 140256061650645 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6236] ppid=6173 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6236/stat : 6236 (java) S 6173 6176 5578 0 -1 1077944384 1 13204 0 0 0 0 5 2 20 0 9 0 406277978 10604093440 5671 33554432000 4194304 4196468 140729942878288 140255378269104 140256061650645 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10355560 KiB
Current children cumulated memory: 22684 KiB

[startup+0.210289 s]*
/proc/loadavg: 1.90 1.58 1.48 3/228 6242
/proc/meminfo: memFree=30991684/32770624 swapFree=66999704/67108860
[pid=6176] ppid=6173 vsize=10818940 memory=43096 CPUtime=0.26 cores=1,3,5,7
/proc/6176/stat : 6176 (java) S 6173 6176 5578 0 -1 1077944320 7075 13204 0 0 18 1 5 2 20 0 15 0 406277966 11078594560 10774 33554432000 4194304 4196468 140729942878288 140729942860832 140256061640439 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
/proc/6176/statm: 2704735 10774 2982 1 0 2667149 0
[pid=6176/tid=6229] ppid=6173 vsize=10818940 memory=5450916389569530688 CPUtime=0.18 cores=1,3,5,7
/proc/6176/task/6229/stat : 6229 (java) R 6173 6176 5578 0 -1 4202560 3575 13204 0 0 11 0 5 2 20 0 15 0 406277975 11078594560 10774 33554432000 4194304 4196468 140729942878288 140256033436624 140256061652374 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6230] ppid=6173 vsize=10818940 memory=-7025452035940392864 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6230/stat : 6230 (java) S 6173 6176 5578 0 -1 1077944384 1 13204 0 0 0 0 5 2 20 0 15 0 406277976 11078594560 10774 33554432000 4194304 4196468 140729942878288 140256065883280 140256061650645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6231] ppid=6173 vsize=10818940 memory=140256291378816 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6231/stat : 6231 (java) S 6173 6176 5578 0 -1 1077944384 1 13204 0 0 0 0 5 2 20 0 15 0 406277976 11078594560 10774 33554432000 4194304 4196468 140729942878288 140255984634896 140256061650645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6232] ppid=6173 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6232/stat : 6232 (java) S 6173 6176 5578 0 -1 1077944384 1 13204 0 0 0 0 5 2 20 0 15 0 406277976 11078594560 10774 33554432000 4194304 4196468 140729942878288 140255983582096 140256061650645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6233] ppid=6173 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6233/stat : 6233 (java) S 6173 6176 5578 0 -1 1077944384 2 13204 0 0 0 0 5 2 20 0 15 0 406277976 11078594560 10774 33554432000 4194304 4196468 140729942878288 140255633005328 140256061650645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6234] ppid=6173 vsize=10818940 memory=140256291378816 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6234/stat : 6234 (java) S 6173 6176 5578 0 -1 1077944384 2 13204 0 0 0 0 5 2 20 0 15 0 406277977 11078594560 10774 33554432000 4194304 4196468 140729942878288 140255588325744 140256061651586 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6235] ppid=6173 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6235/stat : 6235 (java) S 6173 6176 5578 0 -1 1077944384 13 13204 0 0 0 0 5 2 20 0 15 0 406277978 11078594560 10774 33554432000 4194304 4196468 140729942878288 140255512486944 140256061650645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6236] ppid=6173 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6236/stat : 6236 (java) S 6173 6176 5578 0 -1 1077944384 1 13204 0 0 0 0 5 2 20 0 15 0 406277978 11078594560 10774 33554432000 4194304 4196468 140729942878288 140255378269040 140256061650645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6237] ppid=6173 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6237/stat : 6237 (java) S 6173 6176 5578 0 -1 1077944384 2 13204 0 0 0 0 5 2 20 0 15 0 406277981 11078594560 10774 33554432000 4194304 4196468 140729942878288 140254774290256 140256061659035 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6238] ppid=6173 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6176/task/6238/stat : 6238 (java) S 6173 6176 5578 0 -1 1077944384 354 13204 0 0 1 0 5 2 20 0 15 0 406277981 11078594560 10774 33554432000 4194304 4196468 140729942878288 140255587273584 140256061651586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6239] ppid=6173 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/6176/task/6239/stat : 6239 (java) S 6173 6176 5578 0 -1 1077944384 280 13204 0 0 1 0 5 2 20 0 15 0 406277981 11078594560 10774 33554432000 4194304 4196468 140729942878288 140255586220784 140256061651586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6240] ppid=6173 vsize=10818940 memory=140256291378816 CPUtime=0.1 cores=1,3,5,7
/proc/6176/task/6240/stat : 6240 (java) R 6173 6176 5578 0 -1 4202560 635 13204 0 0 3 0 5 2 20 0 15 0 406277981 11078594560 10774 33554432000 4194304 4196468 140729942878288 140255585167984 140256061661786 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6241] ppid=6173 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6241/stat : 6241 (java) S 6173 6176 5578 0 -1 1077944384 3 13204 0 0 0 0 5 2 20 0 15 0 406277981 11078594560 10774 33554432000 4194304 4196468 140729942878288 140254304529120 140256061650645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6242] ppid=6173 vsize=10818940 memory=140256291378816 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6242/stat : 6242 (java) S 6173 6176 5578 0 -1 1077944384 1 13204 0 0 0 0 5 2 20 0 15 0 406277981 11078594560 10774 33554432000 4194304 4196468 140729942878288 140255584115376 140256061651586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 43096 KiB

[startup+0.310458 s]*
/proc/loadavg: 1.90 1.58 1.48 4/228 6242
/proc/meminfo: memFree=30981568/32770624 swapFree=66999704/67108860
[pid=6176] ppid=6173 vsize=10820244 memory=54640 CPUtime=0.4 cores=1,3,5,7
/proc/6176/stat : 6176 (java) S 6173 6176 5578 0 -1 1077944320 10721 13204 0 0 30 3 5 2 20 0 15 0 406277966 11079929856 13660 33554432000 4194304 4196468 140729942878288 140729942860832 140256061640439 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
/proc/6176/statm: 2705061 13660 3298 1 0 2667149 0
[pid=6176/tid=6229] ppid=6173 vsize=10820244 memory=1398722017469774279 CPUtime=0.29 cores=1,3,5,7
/proc/6176/task/6229/stat : 6229 (java) R 6173 6176 5578 0 -1 4202560 7207 13204 0 0 20 2 5 2 20 0 15 0 406277975 11079929856 13660 33554432000 4194304 4196468 140729942878288 140256033454952 140256061662365 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6230] ppid=6173 vsize=10820244 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6230/stat : 6230 (java) S 6173 6176 5578 0 -1 1077944384 1 13204 0 0 0 0 5 2 20 0 15 0 406277976 11079929856 13660 33554432000 4194304 4196468 140729942878288 140256065883280 140256061650645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6231] ppid=6173 vsize=10820244 memory=-7035114785800479027 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6231/stat : 6231 (java) S 6173 6176 5578 0 -1 1077944384 1 13204 0 0 0 0 5 2 20 0 15 0 406277976 11079929856 13660 33554432000 4194304 4196468 140729942878288 140255984634896 140256061650645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6232] ppid=6173 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6232/stat : 6232 (java) S 6173 6176 5578 0 -1 1077944384 1 13204 0 0 0 0 5 2 20 0 15 0 406277976 11079929856 13660 33554432000 4194304 4196468 140729942878288 140255983582096 140256061650645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6233] ppid=6173 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6233/stat : 6233 (java) S 6173 6176 5578 0 -1 1077944384 2 13204 0 0 0 0 5 2 20 0 15 0 406277976 11079929856 13660 33554432000 4194304 4196468 140729942878288 140255633005328 140256061650645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6234] ppid=6173 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6234/stat : 6234 (java) S 6173 6176 5578 0 -1 1077944384 2 13204 0 0 0 0 5 2 20 0 15 0 406277977 11079929856 13660 33554432000 4194304 4196468 140729942878288 140255588325744 140256061651586 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6235] ppid=6173 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6235/stat : 6235 (java) S 6173 6176 5578 0 -1 1077944384 13 13204 0 0 0 0 5 2 20 0 15 0 406277978 11079929856 13660 33554432000 4194304 4196468 140729942878288 140255512486944 140256061650645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6236] ppid=6173 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6236/stat : 6236 (java) S 6173 6176 5578 0 -1 1077944384 1 13204 0 0 0 0 5 2 20 0 15 0 406277978 11079929856 13660 33554432000 4194304 4196468 140729942878288 140255378269040 140256061650645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6237] ppid=6173 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6237/stat : 6237 (java) S 6173 6176 5578 0 -1 1077944384 2 13204 0 0 0 0 5 2 20 0 15 0 406277981 11079929856 13660 33554432000 4194304 4196468 140729942878288 140254774290256 140256061659035 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6238] ppid=6173 vsize=10820244 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/6176/task/6238/stat : 6238 (java) S 6173 6176 5578 0 -1 1077944384 356 13204 0 0 2 0 5 2 20 0 15 0 406277981 11079929856 13660 33554432000 4194304 4196468 140729942878288 140255587273584 140256061651586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6239] ppid=6173 vsize=10820244 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/6176/task/6239/stat : 6239 (java) R 6173 6176 5578 0 -1 4202560 288 13204 0 0 2 0 5 2 20 0 15 0 406277981 11079929856 13660 33554432000 4194304 4196468 140729942878288 140255586220784 140256039514624 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6240] ppid=6173 vsize=10820244 memory=140256291378816 CPUtime=0.12 cores=1,3,5,7
/proc/6176/task/6240/stat : 6240 (java) S 6173 6176 5578 0 -1 1077944384 648 13204 0 0 5 0 5 2 20 0 15 0 406277981 11079929856 13660 33554432000 4194304 4196468 140729942878288 140255585167984 140256061651586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6241] ppid=6173 vsize=10820244 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6241/stat : 6241 (java) S 6173 6176 5578 0 -1 1077944384 3 13204 0 0 0 0 5 2 20 0 15 0 406277981 11079929856 13660 33554432000 4194304 4196468 140729942878288 140254304529120 140256061650645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6242] ppid=6173 vsize=10820244 memory=140256291378816 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6242/stat : 6242 (java) S 6173 6176 5578 0 -1 1077944384 1 13204 0 0 0 0 5 2 20 0 15 0 406277981 11079929856 13660 33554432000 4194304 4196468 140729942878288 140255584115376 140256061651586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820244 KiB
Current children cumulated memory: 54640 KiB

[startup+0.700744 s]
/proc/loadavg: 1.90 1.58 1.48 5/228 6242
/proc/meminfo: memFree=30966072/32770624 swapFree=66999704/67108860
[pid=6176] ppid=6173 vsize=10824340 memory=84864 CPUtime=1.14 cores=1,3,5,7
/proc/6176/stat : 6176 (java) S 6173 6176 5578 0 -1 1077944320 15020 13204 0 0 102 5 5 2 20 0 15 0 406277966 11084124160 21216 33554432000 4194304 4196468 140729942878288 140729942860832 140256061640439 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
/proc/6176/statm: 2706085 21216 3503 1 0 2668173 0
[pid=6176/tid=6229] ppid=6173 vsize=10824340 memory=11852 CPUtime=0.67 cores=1,3,5,7
/proc/6176/task/6229/stat : 6229 (java) R 6173 6176 5578 0 -1 4202560 10688 13204 0 0 56 4 5 2 20 0 15 0 406277975 11084124160 21216 33554432000 4194304 4196468 140729942878288 140256033458400 140256045720926 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6230] ppid=6173 vsize=10824340 memory=532 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6230/stat : 6230 (java) S 6173 6176 5578 0 -1 1077944384 1 13204 0 0 0 0 5 2 20 0 15 0 406277976 11084124160 21216 33554432000 4194304 4196468 140729942878288 140256065883280 140256061650645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6231] ppid=6173 vsize=10824340 memory=1564 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6231/stat : 6231 (java) S 6173 6176 5578 0 -1 1077944384 1 13204 0 0 0 0 5 2 20 0 15 0 406277976 11084124160 21216 33554432000 4194304 4196468 140729942878288 140255984634896 140256061650645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6232] ppid=6173 vsize=10824340 memory=928 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6232/stat : 6232 (java) S 6173 6176 5578 0 -1 1077944384 1 13204 0 0 0 0 5 2 20 0 15 0 406277976 11084124160 21216 33554432000 4194304 4196468 140729942878288 140255983582096 140256061650645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6233] ppid=6173 vsize=10824340 memory=1980 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6233/stat : 6233 (java) S 6173 6176 5578 0 -1 1077944384 2 13204 0 0 0 0 5 2 20 0 15 0 406277976 11084124160 21216 33554432000 4194304 4196468 140729942878288 140255633005328 140256061650645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6234] ppid=6173 vsize=10824340 memory=7305218370954224976 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6234/stat : 6234 (java) S 6173 6176 5578 0 -1 1077944384 5 13204 0 0 0 0 5 2 20 0 15 0 406277977 11084124160 21216 33554432000 4194304 4196468 140729942878288 140255588325744 140256061651586 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6235] ppid=6173 vsize=10824340 memory=7739276948478060650 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6235/stat : 6235 (java) S 6173 6176 5578 0 -1 1077944384 13 13204 0 0 0 0 5 2 20 0 15 0 406277978 11084124160 21216 33554432000 4194304 4196468 140729942878288 140255512486944 140256061650645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6236] ppid=6173 vsize=10824340 memory=5787218328188637264 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6236/stat : 6236 (java) S 6173 6176 5578 0 -1 1077944384 1 13204 0 0 0 0 5 2 20 0 15 0 406277978 11084124160 21216 33554432000 4194304 4196468 140729942878288 140255378269040 140256061650645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6237] ppid=6173 vsize=10824340 memory=5450909908396307978 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6237/stat : 6237 (java) S 6173 6176 5578 0 -1 1077944384 2 13204 0 0 0 0 5 2 20 0 15 0 406277981 11084124160 21216 33554432000 4194304 4196468 140729942878288 140254774290256 140256061659035 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6238] ppid=6173 vsize=10824340 memory=-7533522213388100735 CPUtime=0.21 cores=1,3,5,7
/proc/6176/task/6238/stat : 6238 (java) S 6173 6176 5578 0 -1 1077944384 697 13204 0 0 14 0 5 2 20 0 15 0 406277981 11084124160 21216 33554432000 4194304 4196468 140729942878288 140255587273584 140256061651586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6239] ppid=6173 vsize=10824340 memory=6944656591801717918 CPUtime=0.2 cores=1,3,5,7
/proc/6176/task/6239/stat : 6239 (java) S 6173 6176 5578 0 -1 1077944384 557 13204 0 0 13 0 5 2 20 0 15 0 406277981 11084124160 21216 33554432000 4194304 4196468 140729942878288 140255586220784 140256061651586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6240] ppid=6173 vsize=10824340 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/6176/task/6240/stat : 6240 (java) S 6173 6176 5578 0 -1 1077944384 842 13204 0 0 17 0 5 2 20 0 15 0 406277981 11084124160 21216 33554432000 4194304 4196468 140729942878288 140255585167984 140256061651586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6241] ppid=6173 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6241/stat : 6241 (java) S 6173 6176 5578 0 -1 1077944384 3 13204 0 0 0 0 5 2 20 0 15 0 406277981 11084124160 21216 33554432000 4194304 4196468 140729942878288 140254304529120 140256061650645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6242] ppid=6173 vsize=10824340 memory=3616 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6242/stat : 6242 (java) S 6173 6176 5578 0 -1 1077944384 1 13204 0 0 0 0 5 2 20 0 15 0 406277981 11084124160 21216 33554432000 4194304 4196468 140729942878288 140255584115376 140256061651586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 84864 KiB

[startup+1.50068 s]
/proc/loadavg: 1.90 1.58 1.48 5/228 6242
/proc/meminfo: memFree=30923072/32770624 swapFree=66999704/67108860
[pid=6176] ppid=6173 vsize=10834656 memory=170724 CPUtime=2.5 cores=1,3,5,7
/proc/6176/stat : 6176 (java) S 6173 6176 5578 0 -1 1077944320 22505 13204 0 0 234 9 5 2 20 0 15 0 406277966 11094687744 42681 33554432000 4194304 4196468 140729942878288 140729942860832 140256061640439 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
/proc/6176/statm: 2708664 42681 3575 1 0 2670733 0
[pid=6176/tid=6229] ppid=6173 vsize=10834656 memory=55 CPUtime=1.43 cores=1,3,5,7
/proc/6176/task/6229/stat : 6229 (java) R 6173 6176 5578 0 -1 4202560 15804 13204 0 0 131 5 5 2 20 0 15 0 406277975 11094687744 42687 33554432000 4194304 4196468 140729942878288 140256033434896 140256061652374 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6230] ppid=6173 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6176/task/6230/stat : 6230 (java) S 6173 6176 5578 0 -1 1077944384 371 13204 0 0 1 0 5 2 20 0 15 0 406277976 11094687744 42687 33554432000 4194304 4196468 140729942878288 140256065883280 140256061650645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6231] ppid=6173 vsize=10834656 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6231/stat : 6231 (java) S 6173 6176 5578 0 -1 1077944384 65 13204 0 0 0 0 5 2 20 0 15 0 406277976 11094687744 42687 33554432000 4194304 4196468 140729942878288 140255984634896 140256061650645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6232] ppid=6173 vsize=10834656 memory=18141941861341 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6232/stat : 6232 (java) S 6173 6176 5578 0 -1 1077944384 25 13204 0 0 0 0 5 2 20 0 15 0 406277976 11094687744 42687 33554432000 4194304 4196468 140729942878288 140255983582096 140256061650645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6233] ppid=6173 vsize=10834656 memory=-5587106307024652944 CPUtime=0.08 cores=1,3,5,7
/proc/6176/task/6233/stat : 6233 (java) S 6173 6176 5578 0 -1 1077944384 82 13204 0 0 1 0 5 2 20 0 15 0 406277976 11094687744 42687 33554432000 4194304 4196468 140729942878288 140255633005328 140256061650645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6234] ppid=6173 vsize=10834656 memory=-2892745056951965031 CPUtime=0.08 cores=1,3,5,7
/proc/6176/task/6234/stat : 6234 (java) S 6173 6176 5578 0 -1 1077944384 773 13204 0 0 1 0 5 2 20 0 15 0 406277977 11094687744 42687 33554432000 4194304 4196468 140729942878288 140255588325744 140256061651586 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6235] ppid=6173 vsize=10834656 memory=-7161732098441943118 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6235/stat : 6235 (java) S 6173 6176 5578 0 -1 1077944384 13 13204 0 0 0 0 5 2 20 0 15 0 406277978 11094687744 42687 33554432000 4194304 4196468 140729942878288 140255512487008 140256061650645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6236] ppid=6173 vsize=10834656 memory=3472328296227736225 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6236/stat : 6236 (java) S 6173 6176 5578 0 -1 1077944384 2 13204 0 0 0 0 5 2 20 0 15 0 406277978 11094687744 42687 33554432000 4194304 4196468 140729942878288 140255378269056 140256061650645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6237] ppid=6173 vsize=10834656 memory=6655300316396806240 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6237/stat : 6237 (java) S 6173 6176 5578 0 -1 1077944384 2 13204 0 0 0 0 5 2 20 0 15 0 406277981 11094687744 42687 33554432000 4194304 4196468 140729942878288 140254774290256 140256061659035 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6238] ppid=6173 vsize=10834656 memory=-2605811476043407915 CPUtime=0.34 cores=1,3,5,7
/proc/6176/task/6238/stat : 6238 (java) S 6173 6176 5578 0 -1 1077944384 785 13204 0 0 27 0 5 2 20 0 15 0 406277981 11094687744 42687 33554432000 4194304 4196468 140729942878288 140255587273584 140256061651586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6239] ppid=6173 vsize=10834656 memory=6944656575208382560 CPUtime=0.33 cores=1,3,5,7
/proc/6176/task/6239/stat : 6239 (java) S 6173 6176 5578 0 -1 1077944384 744 13204 0 0 26 0 5 2 20 0 15 0 406277981 11094687744 42687 33554432000 4194304 4196468 140729942878288 140255586220784 140256061651586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6240] ppid=6173 vsize=10834656 memory=8128038100524242582 CPUtime=0.5 cores=1,3,5,7
/proc/6176/task/6240/stat : 6240 (java) R 6173 6176 5578 0 -1 4202560 1632 13204 0 0 43 0 5 2 20 0 15 0 406277981 11094687744 42687 33554432000 4194304 4196468 140729942878288 140255585162336 140256040186352 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0

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

/proc/6176/task/6229/stat : 6229 (java) R 6173 6176 5578 0 -1 4202560 79418 13204 0 0 217837 52 5 2 20 0 15 0 406277975 11111497728 259495 33554432000 4194304 4196468 140729942878288 140256033475696 140255664606999 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6230] ppid=6173 vsize=10851072 memory=1768 CPUtime=11.51 cores=1,3,5,7
/proc/6176/task/6230/stat : 6230 (java) S 6173 6176 5578 0 -1 1077944384 11344 13204 0 0 1093 51 5 2 20 0 15 0 406277976 11111497728 259495 33554432000 4194304 4196468 140729942878288 140256065883280 140256061650645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6231] ppid=6173 vsize=10851072 memory=111636 CPUtime=11.5 cores=1,3,5,7
/proc/6176/task/6231/stat : 6231 (java) S 6173 6176 5578 0 -1 1077944384 23860 13204 0 0 1090 53 5 2 20 0 15 0 406277976 11111497728 259495 33554432000 4194304 4196468 140729942878288 140255984634896 140256061650645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6232] ppid=6173 vsize=10851072 memory=988 CPUtime=11.49 cores=1,3,5,7
/proc/6176/task/6232/stat : 6232 (java) S 6173 6176 5578 0 -1 1077944384 16801 13204 0 0 1085 57 5 2 20 0 15 0 406277976 11111497728 259495 33554432000 4194304 4196468 140729942878288 140255983582096 140256061650645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6233] ppid=6173 vsize=10851072 memory=2012 CPUtime=11.55 cores=1,3,5,7
/proc/6176/task/6233/stat : 6233 (java) S 6173 6176 5578 0 -1 1077944384 20320 13204 0 0 1099 49 5 2 20 0 15 0 406277976 11111497728 259495 33554432000 4194304 4196468 140729942878288 140255633005328 140256061650645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6234] ppid=6173 vsize=10851072 memory=8112282956445269571 CPUtime=9.99 cores=1,3,5,7
/proc/6176/task/6234/stat : 6234 (java) S 6173 6176 5578 0 -1 1077944384 18098 13204 0 0 943 49 5 2 20 0 15 0 406277977 11111497728 259495 33554432000 4194304 4196468 140729942878288 140255588325744 140256061651586 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6235] ppid=6173 vsize=10851072 memory=1037980 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6235/stat : 6235 (java) S 6173 6176 5578 0 -1 1077944384 14 13204 0 0 0 0 5 2 20 0 15 0 406277978 11111497728 259495 33554432000 4194304 4196468 140729942878288 140255512487008 140256061650645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6236] ppid=6173 vsize=10851072 memory=1037980 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6236/stat : 6236 (java) S 6173 6176 5578 0 -1 1077944384 2 13204 0 0 0 0 5 2 20 0 15 0 406277978 11111497728 259495 33554432000 4194304 4196468 140729942878288 140255378269056 140256061650645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6237] ppid=6173 vsize=10851072 memory=1037980 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6237/stat : 6237 (java) S 6173 6176 5578 0 -1 1077944384 2 13204 0 0 0 0 5 2 20 0 15 0 406277981 11111497728 259495 33554432000 4194304 4196468 140729942878288 140254774290256 140256061659035 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6238] ppid=6173 vsize=10851072 memory=3616 CPUtime=6.41 cores=1,3,5,7
/proc/6176/task/6238/stat : 6238 (java) S 6173 6176 5578 0 -1 1077944384 34982 13204 0 0 628 6 5 2 20 0 15 0 406277981 11111497728 259495 33554432000 4194304 4196468 140729942878288 140255587273584 140256061651586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6239] ppid=6173 vsize=10851072 memory=33148 CPUtime=6.64 cores=1,3,5,7
/proc/6176/task/6239/stat : 6239 (java) S 6173 6176 5578 0 -1 1077944384 29309 13204 0 0 651 6 5 2 20 0 15 0 406277981 11111497728 259495 33554432000 4194304 4196468 140729942878288 140255586220784 140256061651586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6240] ppid=6173 vsize=10851072 memory=0 CPUtime=3.72 cores=1,3,5,7
/proc/6176/task/6240/stat : 6240 (java) S 6173 6176 5578 0 -1 1077944384 31835 13204 0 0 358 7 5 2 20 0 15 0 406277981 11111497728 259495 33554432000 4194304 4196468 140729942878288 140255585167984 140256061651586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6241] ppid=6173 vsize=10851072 memory=6085048540884135011 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6241/stat : 6241 (java) S 6173 6176 5578 0 -1 1077944384 3 13204 0 0 0 0 5 2 20 0 15 0 406277981 11111497728 259495 33554432000 4194304 4196468 140729942878288 140254304529120 140256061650645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6242] ppid=6173 vsize=10851072 memory=1037980 CPUtime=1.26 cores=1,3,5,7
/proc/6176/task/6242/stat : 6242 (java) S 6173 6176 5578 0 -1 1077944384 1790 13204 0 0 54 65 5 2 20 0 15 0 406277981 11111497728 259495 33554432000 4194304 4196468 140729942878288 140255584115376 140256061651586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
Current children cumulated CPU time: 2252.51 s
Current children cumulated vsize: 10851072 KiB
Current children cumulated memory: 1037980 KiB

[startup+2262.3 s]
/proc/loadavg: 1.47 1.40 1.40 3/228 6480
/proc/meminfo: memFree=29593548/32770624 swapFree=66999716/67108860
[pid=6176] ppid=6173 vsize=10851072 memory=1040028 CPUtime=2313.36 cores=1,3,5,7
/proc/6176/stat : 6176 (java) S 6173 6176 5578 0 -1 1077944320 271485 13204 0 0 230982 347 5 2 20 0 15 0 406277966 11111497728 260007 33554432000 4194304 4196468 140729942878288 140729942860832 140256061640439 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
/proc/6176/statm: 2712768 260007 3627 1 0 2674829 0
[pid=6176/tid=6229] ppid=6173 vsize=10851072 memory=1040028 CPUtime=2238.38 cores=1,3,5,7
/proc/6176/task/6229/stat : 6229 (java) R 6173 6176 5578 0 -1 4202560 80251 13204 0 0 223779 52 5 2 20 0 15 0 406277975 11111497728 260007 33554432000 4194304 4196468 140729942878288 140256033475984 140255678120711 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6230] ppid=6173 vsize=10851072 memory=1040028 CPUtime=11.8 cores=1,3,5,7
/proc/6176/task/6230/stat : 6230 (java) S 6173 6176 5578 0 -1 1077944384 11399 13204 0 0 1121 52 5 2 20 0 15 0 406277976 11111497728 260007 33554432000 4194304 4196468 140729942878288 140256065883280 140256061650645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6231] ppid=6173 vsize=10851072 memory=1040028 CPUtime=11.8 cores=1,3,5,7
/proc/6176/task/6231/stat : 6231 (java) S 6173 6176 5578 0 -1 1077944384 24024 13204 0 0 1118 55 5 2 20 0 15 0 406277976 11111497728 260007 33554432000 4194304 4196468 140729942878288 140255984634896 140256061650645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6232] ppid=6173 vsize=10851072 memory=1040028 CPUtime=11.78 cores=1,3,5,7
/proc/6176/task/6232/stat : 6232 (java) S 6173 6176 5578 0 -1 1077944384 17067 13204 0 0 1113 58 5 2 20 0 15 0 406277976 11111497728 260007 33554432000 4194304 4196468 140729942878288 140255983582096 140256061650645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6233] ppid=6173 vsize=10851072 memory=1040028 CPUtime=11.84 cores=1,3,5,7
/proc/6176/task/6233/stat : 6233 (java) S 6173 6176 5578 0 -1 1077944384 20360 13204 0 0 1127 50 5 2 20 0 15 0 406277976 11111497728 260007 33554432000 4194304 4196468 140729942878288 140255633005328 140256061650645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6234] ppid=6173 vsize=10851072 memory=1040028 CPUtime=10.23 cores=1,3,5,7
/proc/6176/task/6234/stat : 6234 (java) S 6173 6176 5578 0 -1 1077944384 18225 13204 0 0 965 51 5 2 20 0 15 0 406277977 11111497728 260007 33554432000 4194304 4196468 140729942878288 140255588325744 140256061651586 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6235] ppid=6173 vsize=10851072 memory=6943526294502006880 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6235/stat : 6235 (java) S 6173 6176 5578 0 -1 1077944384 14 13204 0 0 0 0 5 2 20 0 15 0 406277978 11111497728 260007 33554432000 4194304 4196468 140729942878288 140255512487008 140256061650645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6236] ppid=6173 vsize=10851072 memory=1040028 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6236/stat : 6236 (java) S 6173 6176 5578 0 -1 1077944384 2 13204 0 0 0 0 5 2 20 0 15 0 406277978 11111497728 260007 33554432000 4194304 4196468 140729942878288 140255378269056 140256061650645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6237] ppid=6173 vsize=10851072 memory=1040028 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6237/stat : 6237 (java) S 6173 6176 5578 0 -1 1077944384 2 13204 0 0 0 0 5 2 20 0 15 0 406277981 11111497728 260007 33554432000 4194304 4196468 140729942878288 140254774290256 140256061659035 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6238] ppid=6173 vsize=10851072 memory=33156 CPUtime=6.41 cores=1,3,5,7
/proc/6176/task/6238/stat : 6238 (java) S 6173 6176 5578 0 -1 1077944384 34984 13204 0 0 628 6 5 2 20 0 15 0 406277981 11111497728 260007 33554432000 4194304 4196468 140729942878288 140255587273584 140256061651586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6239] ppid=6173 vsize=10851072 memory=1040028 CPUtime=6.64 cores=1,3,5,7
/proc/6176/task/6239/stat : 6239 (java) S 6173 6176 5578 0 -1 1077944384 29311 13204 0 0 651 6 5 2 20 0 15 0 406277981 11111497728 260007 33554432000 4194304 4196468 140729942878288 140255586220784 140256061651586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6240] ppid=6173 vsize=10851072 memory=964 CPUtime=3.72 cores=1,3,5,7
/proc/6176/task/6240/stat : 6240 (java) S 6173 6176 5578 0 -1 1077944384 31837 13204 0 0 358 7 5 2 20 0 15 0 406277981 11111497728 260007 33554432000 4194304 4196468 140729942878288 140255585167984 140256061651586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6241] ppid=6173 vsize=10851072 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6241/stat : 6241 (java) S 6173 6176 5578 0 -1 1077944384 3 13204 0 0 0 0 5 2 20 0 15 0 406277981 11111497728 260007 33554432000 4194304 4196468 140729942878288 140254304529120 140256061650645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6242] ppid=6173 vsize=10851072 memory=4126316290023845779 CPUtime=1.3 cores=1,3,5,7
/proc/6176/task/6242/stat : 6242 (java) S 6173 6176 5578 0 -1 1077944384 1800 13204 0 0 56 67 5 2 20 0 15 0 406277981 11111497728 260007 33554432000 4194304 4196468 140729942878288 140255584115376 140256061651586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
Current children cumulated CPU time: 2313.36 s
Current children cumulated vsize: 10851072 KiB
Current children cumulated memory: 1040028 KiB

[startup+2322.3 s]
/proc/loadavg: 1.58 1.43 1.41 3/228 6484
/proc/meminfo: memFree=29594128/32770624 swapFree=66999716/67108860
[pid=6176] ppid=6173 vsize=10851072 memory=1040028 CPUtime=2374.36 cores=1,3,5,7
/proc/6176/stat : 6176 (java) S 6173 6176 5578 0 -1 1077944320 272874 13204 0 0 237074 355 5 2 20 0 15 0 406277966 11111497728 260007 33554432000 4194304 4196468 140729942878288 140729942860832 140256061640439 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
/proc/6176/statm: 2712768 260007 3627 1 0 2674829 0
[pid=6176/tid=6229] ppid=6173 vsize=10851072 memory=1040028 CPUtime=2297.72 cores=1,3,5,7
/proc/6176/task/6229/stat : 6229 (java) S 6173 6176 5578 0 -1 1077944384 80986 13204 0 0 229711 54 5 2 20 0 15 0 406277975 11111497728 260007 33554432000 4194304 4196468 140729942878288 140256033476112 140256061650645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6230] ppid=6173 vsize=10851072 memory=1040028 CPUtime=12.14 cores=1,3,5,7
/proc/6176/task/6230/stat : 6230 (java) R 6173 6176 5578 0 -1 4202560 11519 13204 0 0 1155 52 5 2 20 0 15 0 406277976 11111497728 260007 33554432000 4194304 4196468 140729942878288 140256065883280 140256054268647 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6231] ppid=6173 vsize=10851072 memory=1040028 CPUtime=12.13 cores=1,3,5,7
/proc/6176/task/6231/stat : 6231 (java) R 6173 6176 5578 0 -1 4202560 24040 13204 0 0 1150 56 5 2 20 0 15 0 406277976 11111497728 260007 33554432000 4194304 4196468 140729942878288 140255984634896 140256046682198 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6232] ppid=6173 vsize=10851072 memory=1564 CPUtime=12.11 cores=1,3,5,7
/proc/6176/task/6232/stat : 6232 (java) S 6173 6176 5578 0 -1 1077944384 17359 13204 0 0 1145 59 5 2 20 0 15 0 406277976 11111497728 260007 33554432000 4194304 4196468 140729942878288 140255983582096 140256061650645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6233] ppid=6173 vsize=10851072 memory=1040028 CPUtime=12.18 cores=1,3,5,7
/proc/6176/task/6233/stat : 6233 (java) R 6173 6176 5578 0 -1 4202560 20451 13204 0 0 1159 52 5 2 20 0 15 0 406277976 11111497728 260007 33554432000 4194304 4196468 140729942878288 140255633005448 140256054268647 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6234] ppid=6173 vsize=10851072 memory=1040028 CPUtime=10.51 cores=1,3,5,7
/proc/6176/task/6234/stat : 6234 (java) S 6173 6176 5578 0 -1 1077944384 18344 13204 0 0 992 52 5 2 20 0 15 0 406277977 11111497728 260007 33554432000 4194304 4196468 140729942878288 140255588324256 140256061650645 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6235] ppid=6173 vsize=10851072 memory=1408 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6235/stat : 6235 (java) S 6173 6176 5578 0 -1 1077944384 14 13204 0 0 0 0 5 2 20 0 15 0 406277978 11111497728 260007 33554432000 4194304 4196468 140729942878288 140255512487008 140256061650645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6236] ppid=6173 vsize=10851072 memory=3164 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6236/stat : 6236 (java) S 6173 6176 5578 0 -1 1077944384 2 13204 0 0 0 0 5 2 20 0 15 0 406277978 11111497728 260007 33554432000 4194304 4196468 140729942878288 140255378269056 140256061650645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6237] ppid=6173 vsize=10851072 memory=964 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6237/stat : 6237 (java) S 6173 6176 5578 0 -1 1077944384 2 13204 0 0 0 0 5 2 20 0 15 0 406277981 11111497728 260007 33554432000 4194304 4196468 140729942878288 140254774290256 140256061659035 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6238] ppid=6173 vsize=10851072 memory=14008 CPUtime=6.42 cores=1,3,5,7
/proc/6176/task/6238/stat : 6238 (java) S 6173 6176 5578 0 -1 1077944384 34984 13204 0 0 629 6 5 2 20 0 15 0 406277981 11111497728 260007 33554432000 4194304 4196468 140729942878288 140255587273584 140256061651586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6239] ppid=6173 vsize=10851072 memory=0 CPUtime=6.64 cores=1,3,5,7
/proc/6176/task/6239/stat : 6239 (java) S 6173 6176 5578 0 -1 1077944384 29311 13204 0 0 651 6 5 2 20 0 15 0 406277981 11111497728 260007 33554432000 4194304 4196468 140729942878288 140255586220784 140256061651586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6240] ppid=6173 vsize=10851072 memory=280512368614272 CPUtime=3.72 cores=1,3,5,7
/proc/6176/task/6240/stat : 6240 (java) S 6173 6176 5578 0 -1 1077944384 31837 13204 0 0 358 7 5 2 20 0 15 0 406277981 11111497728 260007 33554432000 4194304 4196468 140729942878288 140255585167984 140256061651586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6241] ppid=6173 vsize=10851072 memory=1040028 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6241/stat : 6241 (java) S 6173 6176 5578 0 -1 1077944384 3 13204 0 0 0 0 5 2 20 0 15 0 406277981 11111497728 260007 33554432000 4194304 4196468 140729942878288 140254304529120 140256061650645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6242] ppid=6173 vsize=10851072 memory=1040028 CPUtime=1.33 cores=1,3,5,7
/proc/6176/task/6242/stat : 6242 (java) S 6173 6176 5578 0 -1 1077944384 1816 13204 0 0 57 69 5 2 20 0 15 0 406277981 11111497728 260007 33554432000 4194304 4196468 140729942878288 140255584115376 140256061651586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
Current children cumulated CPU time: 2374.36 s
Current children cumulated vsize: 10851072 KiB
Current children cumulated memory: 1040028 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2347.6 s]
/proc/loadavg: 1.54 1.43 1.41 5/228 6616
/proc/meminfo: memFree=30241500/32770624 swapFree=66999716/67108860
[pid=6176] ppid=6173 vsize=10851072 memory=1042076 CPUtime=2400.09 cores=1,3,5,7
/proc/6176/stat : 6176 (java) S 6173 6176 5578 0 -1 1077944320 273113 13204 0 0 239643 359 5 2 20 0 15 0 406277966 11111497728 260519 33554432000 4194304 4196468 140729942878288 140729942860832 140256061640439 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
/proc/6176/statm: 2712768 260519 3627 1 0 2674829 0
[pid=6176/tid=6229] ppid=6173 vsize=10851072 memory=3436 CPUtime=2322.72 cores=1,3,5,7
/proc/6176/task/6229/stat : 6229 (java) R 6173 6176 5578 0 -1 4202560 81173 13204 0 0 232211 54 5 2 20 0 15 0 406277975 11111497728 260519 33554432000 4194304 4196468 140729942878288 140256033475904 140255680009097 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6230] ppid=6173 vsize=10851072 memory=7548 CPUtime=12.28 cores=1,3,5,7
/proc/6176/task/6230/stat : 6230 (java) S 6173 6176 5578 0 -1 1077944384 11523 13204 0 0 1169 52 5 2 20 0 15 0 406277976 11111497728 260519 33554432000 4194304 4196468 140729942878288 140256065883280 140256061650645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6231] ppid=6173 vsize=10851072 memory=8112282956445269571 CPUtime=12.28 cores=1,3,5,7
/proc/6176/task/6231/stat : 6231 (java) S 6173 6176 5578 0 -1 1077944384 24055 13204 0 0 1164 57 5 2 20 0 15 0 406277976 11111497728 260519 33554432000 4194304 4196468 140729942878288 140255984634896 140256061650645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6232] ppid=6173 vsize=10851072 memory=2012 CPUtime=12.25 cores=1,3,5,7
/proc/6176/task/6232/stat : 6232 (java) S 6173 6176 5578 0 -1 1077944384 17360 13204 0 0 1158 60 5 2 20 0 15 0 406277976 11111497728 260519 33554432000 4194304 4196468 140729942878288 140255983582096 140256061650645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6233] ppid=6173 vsize=10851072 memory=1240 CPUtime=12.32 cores=1,3,5,7
/proc/6176/task/6233/stat : 6233 (java) S 6173 6176 5578 0 -1 1077944384 20455 13204 0 0 1173 52 5 2 20 0 15 0 406277976 11111497728 260519 33554432000 4194304 4196468 140729942878288 140255633005328 140256061650645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6234] ppid=6173 vsize=10851072 memory=580 CPUtime=10.64 cores=1,3,5,7
/proc/6176/task/6234/stat : 6234 (java) S 6173 6176 5578 0 -1 1077944384 18364 13204 0 0 1004 53 5 2 20 0 15 0 406277977 11111497728 260519 33554432000 4194304 4196468 140729942878288 140255588325744 140256061651586 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6235] ppid=6173 vsize=10851072 memory=1696 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6235/stat : 6235 (java) S 6173 6176 5578 0 -1 1077944384 14 13204 0 0 0 0 5 2 20 0 15 0 406277978 11111497728 260519 33554432000 4194304 4196468 140729942878288 140255512487008 140256061650645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6236] ppid=6173 vsize=10851072 memory=3436 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6236/stat : 6236 (java) S 6173 6176 5578 0 -1 1077944384 2 13204 0 0 0 0 5 2 20 0 15 0 406277978 11111497728 260519 33554432000 4194304 4196468 140729942878288 140255378269056 140256061650645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6237] ppid=6173 vsize=10851072 memory=7548 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6237/stat : 6237 (java) S 6173 6176 5578 0 -1 1077944384 2 13204 0 0 0 0 5 2 20 0 15 0 406277981 11111497728 260519 33554432000 4194304 4196468 140729942878288 140254774290256 140256061659035 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6238] ppid=6173 vsize=10851072 memory=2832 CPUtime=6.42 cores=1,3,5,7
/proc/6176/task/6238/stat : 6238 (java) S 6173 6176 5578 0 -1 1077944384 34986 13204 0 0 629 6 5 2 20 0 15 0 406277981 11111497728 260519 33554432000 4194304 4196468 140729942878288 140255587273584 140256061651586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6239] ppid=6173 vsize=10851072 memory=1224 CPUtime=6.64 cores=1,3,5,7
/proc/6176/task/6239/stat : 6239 (java) S 6173 6176 5578 0 -1 1077944384 29313 13204 0 0 651 6 5 2 20 0 15 0 406277981 11111497728 260519 33554432000 4194304 4196468 140729942878288 140255586220784 140256061651586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6240] ppid=6173 vsize=10851072 memory=5904 CPUtime=3.72 cores=1,3,5,7
/proc/6176/task/6240/stat : 6240 (java) S 6173 6176 5578 0 -1 1077944384 31839 13204 0 0 358 7 5 2 20 0 15 0 406277981 11111497728 260519 33554432000 4194304 4196468 140729942878288 140255585167984 140256061651586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6241] ppid=6173 vsize=10851072 memory=772 CPUtime=0.07 cores=1,3,5,7
/proc/6176/task/6241/stat : 6241 (java) S 6173 6176 5578 0 -1 1077944384 3 13204 0 0 0 0 5 2 20 0 15 0 406277981 11111497728 260519 33554432000 4194304 4196468 140729942878288 140254304529120 140256061650645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
[pid=6176/tid=6242] ppid=6173 vsize=10851072 memory=1556 CPUtime=1.34 cores=1,3,5,7
/proc/6176/task/6242/stat : 6242 (java) S 6173 6176 5578 0 -1 1077944384 1818 13204 0 0 58 69 5 2 20 0 15 0 406277981 11111497728 260519 33554432000 4194304 4196468 140729942878288 140255584115376 140256061651586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11194368 140729942887157 140729942889669 140729942889669 140729942892495 0
Current children cumulated CPU time: 2400.09 s
Current children cumulated vsize: 10851072 KiB
Current children cumulated memory: 1042076 KiB

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

[startup+2347.63 s]
# the end of solver process 6176 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.51 s, system=3.63068 s

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

Child status: 143
Real time (s): 2347.63
CPU time (s): 2400.14
CPU user time (s): 2396.51
CPU system time (s): 3.63068
CPU usage (%): 102.237
Max. virtual memory (cumulated for all children) (KiB): 10853596
Max. memory (cumulated for all children) (KiB): 1042076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.51
system time used= 3.63068
maximum resident set size= 1046204
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 287368
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 276702
involuntary context switches= 4998


# summary of solver processes directly reported to runsolver:
#   pid: 6176
#   total CPU time (s): 2400.14
#   total CPU user time (s): 2396.51
#   total CPU system time (s): 3.63068

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.8898 second user time and 22.5923 second system time

The end

Launcher Data

Begin job on node146 at 2019-09-12 17:53:19
IDJOB=4392046
IDBENCH=115816
IDSOLVER=2837
FILE ID=node146/4392046-1568303639
RUNJOBID= node146-1568301260-5610
PBS_JOBID= 21701109
Free space on /tmp= 54320 MiB

SOLVER NAME= Concrete 3.10
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-4392046-1568303639/watcher-4392046-1568303639 -o /tmp/evaluation-result-4392046-1568303639/solver-4392046-1568303639 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node146-1568301260-5610 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1267279534 HOME/instance-4392046-1568303639.xml

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

MD5SUM BENCH= a08c622730be04b0ce65f9055d76b754
RANDOM SEED=1267279534

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:        31079952 kB
MemAvailable:   31335456 kB
Buffers:          109220 kB
Cached:           425128 kB
SwapCached:         5336 kB
Active:           870212 kB
Inactive:         236628 kB
Active(anon):     589536 kB
Inactive(anon):    20776 kB
Active(file):     280676 kB
Inactive(file):   215852 kB
Unevictable:      111048 kB
Mlocked:          111048 kB
SwapTotal:      67108860 kB
SwapFree:       66999704 kB
Dirty:             34604 kB
Writeback:             0 kB
AnonPages:        709288 kB
Mapped:            53532 kB
Shmem:             29064 kB
Slab:             178668 kB
SReclaimable:     149624 kB
SUnreclaim:        29044 kB
KernelStack:        4016 kB
PageTables:         6772 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1890412 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    491520 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= 56628 MiB
End job on node146 at 2019-09-12 18:32:27