Trace number 4259762

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.4SAT (TO)662 257.79999 240.035

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-10-10-1.xml
MD5SUM133cdadaee2e697c51b4261ec7f2679b
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark620
Best CPU time to get the best result obtained on this benchmark251.35899
Satisfiable
(Un)Satisfiability was proved
Number of variables410
Number of constraints330
Number of domains12
Minimum domain size8
Maximum domain size696
Distribution of domain sizes[{"size":8,"count":10},{"size":9,"count":10},{"size":10,"count":180},{"size":696,"count":210}]
Minimum variable degree2
Maximum variable degree11
Distribution of variable degrees[{"degree":2,"count":110},{"degree":3,"count":200},{"degree":11,"count":100}]
Minimum constraint arity1
Maximum constraint arity12
Distribution of constraint arities[{"arity":1,"count":10},{"arity":2,"count":100},{"arity":3,"count":100},{"arity":10,"count":20},{"arity":12,"count":100}]
Number of extensional constraints100
Number of intensional constraints110
Distribution of constraint types[{"type":"extension","count":100},{"type":"intension","count":110},{"type":"allDifferent","count":10},{"type":"noOverlap","count":10},{"type":"element","count":100}]
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

3.14/2.20	c Concrete v3.4 running
182.82/168.32	o 695
183.12/168.47	o 694
184.00/168.72	o 693
184.40/168.93	o 692
184.83/169.18	o 691
185.05/169.27	o 690
185.25/169.31	o 689
185.65/169.65	o 688
185.77/169.77	o 687
185.90/169.80	o 686
185.90/169.89	o 685
186.30/170.01	o 684
227.06/210.00	o 683
227.28/210.12	o 682
227.40/210.30	o 681
228.07/210.84	o 680
228.07/210.87	o 679
228.19/210.91	o 678
228.19/210.94	o 677
228.19/210.98	o 676
228.34/211.09	o 675
228.45/211.13	o 674
228.45/211.16	o 673
228.60/211.27	o 672
228.60/211.30	o 671
228.90/211.52	o 670
229.00/211.64	o 669
229.64/212.24	o 668
230.05/212.69	o 667
234.01/216.52	o 666
234.22/216.80	o 665
235.13/217.62	o 664
239.38/221.83	o 663
257.65/239.93	o 662
257.75/240.00	java.util.concurrent.TimeoutException
257.75/240.00		at concrete.MAC.mac(MAC.scala:74)
257.75/240.00		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
257.75/240.00		at scala.util.Try$.apply(Try.scala:209)
257.75/240.00		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
257.75/240.00		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
257.75/240.00		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
257.75/240.00		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
257.75/240.00		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
257.75/240.00		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
257.75/240.00		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
257.75/240.00		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
257.75/240.00		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
257.75/240.00		at concrete.MAC.oneRun(MAC.scala:146)
257.75/240.00		at concrete.MAC.nextSolution(MAC.scala:166)
257.75/240.00		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
257.75/240.00		at concrete.ProblemState.map(ProblemState.scala:203)
257.75/240.00		at concrete.ProblemState.map(ProblemState.scala:188)
257.75/240.00		at concrete.MAC.nextSolution(MAC.scala:195)
257.75/240.00		at concrete.Solver.hasNext(Solver.scala:202)
257.75/240.00		at scala.collection.Iterator.toStream(Iterator.scala:1403)
257.75/240.00		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
257.75/240.00		at concrete.Solver.toStream(Solver.scala:73)
257.75/240.00		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
257.75/240.00		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
257.75/240.00		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
257.75/240.00		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
257.75/240.00		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
257.75/240.00		at scala.util.Success.$anonfun$map$1(Try.scala:251)
257.75/240.00		at scala.util.Success.map(Try.scala:209)
257.75/240.00		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
257.75/240.00		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
257.75/240.00		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
257.75/240.00		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
257.75/240.00		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
257.75/240.01		at scala.Function0.apply$mcV$sp(Function0.scala:34)
257.75/240.01		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
257.75/240.01		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
257.75/240.01		at scala.App.$anonfun$main$1$adapted(App.scala:76)
257.75/240.01		at scala.collection.immutable.List.foreach(List.scala:389)
257.75/240.01		at scala.App.main(App.scala:76)
257.75/240.01		at scala.App.main$(App.scala:74)
257.75/240.01		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
257.75/240.01		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
257.75/240.01	v <instantiation cost="662">
257.75/240.01	v       <list>
257.75/240.01	v         s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[0][5] s[0][6] s[0][7] s[0][8] s[0][9] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[1][5] s[1][6] s[1][7] s[1][8] s[1][9] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[2][5] s[2][6] s[2][7] s[2][8] s[2][9] s[3][0] s[3][1] s[3][2] s[3][3] s[3][4] s[3][5] s[3][6] s[3][7] s[3][8] s[3][9] s[4][0] s[4][1] s[4][2] s[4][3] s[4][4] s[4][5] s[4][6] s[4][7] s[4][8] s[4][9] s[5][0] s[5][1] s[5][2] s[5][3] s[5][4] s[5][5] s[5][6] s[5][7] s[5][8] s[5][9] s[6][0] s[6][1] s[6][2] s[6][3] s[6][4] s[6][5] s[6][6] s[6][7] s[6][8] s[6][9] s[7][0] s[7][1] s[7][2] s[7][3] s[7][4] s[7][5] s[7][6] s[7][7] s[7][8] s[7][9] s[8][0] s[8][1] s[8][2] s[8][3] s[8][4] s[8][5] s[8][6] s[8][7] s[8][8] s[8][9] s[9][0] s[9][1] s[9][2] s[9][3] s[9][4] s[9][5] s[9][6] s[9][7] s[9][8] s[9][9] e[0] e[1] e[2] e[3] e[4] e[5] e[6] e[7] e[8] e[9] d[0][0] d[0][1] d[0][2] d[0][3] d[0][4] d[0][5] d[0][6] d[0][7] d[0][8] d[0][9] d[1][0] d[1][1] d[1][2] d[1][3] d[1][4] d[1][5] d[1][6] d[1][7] d[1][8] d[1][9] d[2][0] d[2][1] d[2][2] d[2][3] d[2][4] d[2][5] d[2][6] d[2][7] d[2][8] d[2][9] d[3][0] d[3][1] d[3][2] d[3][3] d[3][4] d[3][5] d[3][6] d[3][7] d[3][8] d[3][9] d[4][0] d[4][1] d[4][2] d[4][3] d[4][4] d[4][5] d[4][6] d[4][7] d[4][8] d[4][9] d[5][0] d[5][1] d[5][2] d[5][3] d[5][4] d[5][5] d[5][6] d[5][7] d[5][8] d[5][9] d[6][0] d[6][1] d[6][2] d[6][3] d[6][4] d[6][5] d[6][6] d[6][7] d[6][8] d[6][9] d[7][0] d[7][1] d[7][2] d[7][3] d[7][4] d[7][5] d[7][6] d[7][7] d[7][8] d[7][9] d[8][0] d[8][1] d[8][2] d[8][3] d[8][4] d[8][5] d[8][6] d[8][7] d[8][8] d[8][9] d[9][0] d[9][1] d[9][2] d[9][3] d[9][4] d[9][5] d[9][6] d[9][7] d[9][8] d[9][9] w[0][0] w[0][1] w[0][2] w[0][3] w[0][4] w[0][5] w[0][6] w[0][7] w[0][8] w[0][9] w[1][0] w[1][1] w[1][2] w[1][3] w[1][4] w[1][5] w[1][6] w[1][7] w[1][8] w[1][9] w[2][0] w[2][1] w[2][2] w[2][3] w[2][4] w[2][5] w[2][6] w[2][7] w[2][8] w[2][9] w[3][0] w[3][1] w[3][2] w[3][3] w[3][4] w[3][5] w[3][6] w[3][7] w[3][8] w[3][9] w[4][0] w[4][1] w[4][2] w[4][3] w[4][4] w[4][5] w[4][6] w[4][7] w[4][8] w[4][9] w[5][0] w[5][1] w[5][2] w[5][3] w[5][4] w[5][5] w[5][6] w[5][7] w[5][8] w[5][9] w[6][0] w[6][1] w[6][2] w[6][3] w[6][4] w[6][5] w[6][6] w[6][7] w[6][8] w[6][9] w[7][0] w[7][1] w[7][2] w[7][3] w[7][4] w[7][5] w[7][6] w[7][7] w[7][8] w[7][9] w[8][0] w[8][1] w[8][2] w[8][3] w[8][4] w[8][5] w[8][6] w[8][7] w[8][8] w[8][9] w[9][0] w[9][1] w[9][2] w[9][3] w[9][4] w[9][5] w[9][6] w[9][7] w[9][8] w[9][9] sd[0][0] sd[0][1] sd[0][2] sd[0][3] sd[0][4] sd[0][5] sd[0][6] sd[0][7] sd[0][8] sd[0][9] sd[1][0] sd[1][1] sd[1][2] sd[1][3] sd[1][4] sd[1][5] sd[1][6] sd[1][7] sd[1][8] sd[1][9] sd[2][0] sd[2][1] sd[2][2] sd[2][3] sd[2][4] sd[2][5] sd[2][6] sd[2][7] sd[2][8] sd[2][9] sd[3][0] sd[3][1] sd[3][2] sd[3][3] sd[3][4] sd[3][5] sd[3][6] sd[3][7] sd[3][8] sd[3][9] sd[4][0] sd[4][1] sd[4][2] sd[4][3] sd[4][4] sd[4][5] sd[4][6] sd[4][7] sd[4][8] sd[4][9] sd[5][0] sd[5][1] sd[5][2] sd[5][3] sd[5][4] sd[5][5] sd[5][6] sd[5][7] sd[5][8] sd[5][9] sd[6][0] sd[6][1] sd[6][2] sd[6][3] sd[6][4] sd[6][5] sd[6][6] sd[6][7] sd[6][8] sd[6][9] sd[7][0] sd[7][1] sd[7][2] sd[7][3] sd[7][4] sd[7][5] sd[7][6] sd[7][7] sd[7][8] sd[7][9] sd[8][0] sd[8][1] sd[8][2] sd[8][3] sd[8][4] sd[8][5] sd[8][6] sd[8][7] sd[8][8] sd[8][9] sd[9][0] sd[9][1] sd[9][2] sd[9][3] sd[9][4] sd[9][5] sd[9][6] sd[9][7] sd[9][8] sd[9][9]
257.75/240.01	v       </list>
257.75/240.01	v       <values>
257.75/240.01	v         4 55 101 119 201 252 288 383 413 510 10 55 190 361 387 403 417 498 586 650 2 41 168 241 321 372 415 461 586 653 8 146 239 272 343 409 530 605 656 658 2 61 150 165 241 308 432 461 549 607 6 196 248 280 349 353 404 454 530 626 3 31 128 131 290 426 432 442 518 611 0 91 187 208 248 316 326 379 480 571 4 79 102 126 181 198 251 310 349 462 0 83 115 188 294 312 326 465 572 601 607 662 662 662 662 662 662 658 480 662 51 36 18 77 50 36 95 30 97 97 45 98 90 26 3 6 81 88 64 12 39 87 73 53 51 43 46 49 31 9 57 93 13 71 66 95 75 21 2 4 14 65 15 22 67 91 29 88 58 55 59 45 32 46 4 51 38 76 96 36 28 84 3 33 89 6 10 76 93 51 87 86 14 33 68 10 23 82 91 87 2 23 4 54 17 50 59 16 83 18 55 19 73 88 18 14 46 53 29 61 6 5 8 0 9 3 7 1 2 4 4 6 8 5 7 9 0 3 1 2 7 9 6 2 1 0 3 4 5 8 8 4 3 5 2 9 0 6 1 7 1 3 7 9 0 6 8 5 2 4 2 0 4 8 5 3 7 1 9 6 3 1 9 2 4 5 6 7 8 0 0 5 9 2 1 3 8 4 6 7 2 7 4 3 5 1 9 0 8 6 5 4 1 7 2 9 0 8 6 3 119 383 413 252 510 55 4 288 101 201 417 586 650 498 10 361 55 387 190 403 372 321 241 415 461 586 168 2 653 41 530 656 343 239 146 272 605 658 8 409 241 2 549 61 607 461 308 150 432 165 196 454 6 353 248 349 626 404 280 530 611 31 131 3 290 426 432 442 518 128 0 248 208 316 379 91 480 571 326 187 310 198 4 126 102 181 462 79 349 251 326 115 294 601 83 0 572 188 465 312
257.75/240.01	v       </values>
257.75/240.01	v     </instantiation>
257.75/240.01	s SATISFIABLE

Verifier Data

OK	662

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4259762-1501996253/watcher-4259762-1501996253 -o /tmp/evaluation-result-4259762-1501996253/solver-4259762-1501996253 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node133-1501995163-16060 --watchdog 300 bin/concrete HOME/instance-4259762-1501996253.xml 

pid=16348
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.52 1.51 1.58 2/186 16351
/proc/meminfo: memFree=31583176/32770624 swapFree=0/297468
[pid=16351] ppid=16348 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/16351/stat : 16351 (runsolver) D 16348 16351 30500 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 47440574 24240128 106 18446744073709551615 4194304 4338465 140734815271168 140734815268808 140241202553559 0 0 1 24578 18446744071580418449 0 0 17 3 0 0 0 0 0 6438912 6441760 31182848 140734815273174 140734815273548 140734815273548 140734815277002 0
/proc/16351/statm: 5918 106 53 36 0 2156 0

[startup+0.10015 s]
/proc/loadavg: 1.52 1.51 1.58 2/186 16351
/proc/meminfo: memFree=31583176/32770624 swapFree=0/297468
[pid=16351] ppid=16348 vsize=4176 CPUtime=0 cores=1,3,5,7
/proc/16351/stat : 16351 (concrete) R 16348 16351 30500 0 -1 4202496 221 0 0 0 0 0 0 0 20 0 1 0 47440574 4276224 87 18446744073709551615 4194304 4217516 140725139957616 140725139957616 140668536854112 0 0 1 0 0 0 0 17 5 0 0 9 0 0 6315208 6316640 28581888 140725139964427 140725139964525 140725139964525 140725139967979 0
/proc/16351/statm: 1044 87 69 6 0 46 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 4176

[startup+0.200217 s]
/proc/loadavg: 1.52 1.51 1.58 2/186 16351
/proc/meminfo: memFree=31583176/32770624 swapFree=0/297468
[pid=16351] ppid=16348 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/16351/stat : 16351 (bash) S 16348 16351 30500 0 -1 4202496 894 6493 0 0 0 0 0 1 20 0 1 0 47440574 9867264 377 18446744073709551615 4194304 5098028 140720649878048 140720649872056 140434084211712 0 0 5 65536 18446744071580971376 0 0 17 7 0 0 9 0 0 7196144 7232144 33783808 140720649884183 140720649884268 140720649884268 140720649887722 0
/proc/16351/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300299 s]
/proc/loadavg: 1.52 1.51 1.58 2/186 16351
/proc/meminfo: memFree=31583176/32770624 swapFree=0/297468
[pid=16351] ppid=16348 vsize=13907308 CPUtime=0.14 cores=1,3,5,7
/proc/16351/stat : 16351 (java) S 16348 16351 30500 0 -1 1077944320 5870 12606 0 0 5 1 5 3 20 0 14 0 47440574 14241083392 5539 18446744073709551615 4194304 4196468 140725268603728 140725268586272 139832528088823 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
/proc/16351/statm: 3476827 5539 2557 1 0 3466324 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.700661 s]
/proc/loadavg: 1.52 1.51 1.58 2/186 16351
/proc/meminfo: memFree=31583176/32770624 swapFree=0/297468
[pid=16351] ppid=16348 vsize=13974784 CPUtime=0.67 cores=1,3,5,7
/proc/16351/stat : 16351 (java) S 16348 16351 30500 0 -1 1077944320 13886 12606 0 0 55 4 5 3 20 0 15 0 47440574 14310178816 14249 18446744073709551615 4194304 4196468 140725268603728 140725268586272 139832528088823 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
/proc/16351/statm: 3493696 14249 3097 1 0 3482965 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 13974784

[startup+1.50218 s]
/proc/loadavg: 1.52 1.51 1.58 3/215 16476
/proc/meminfo: memFree=31389720/32770624 swapFree=0/297544
[pid=16351] ppid=16348 vsize=13985408 CPUtime=1.86 cores=1,3,5,7
/proc/16351/stat : 16351 (java) S 16348 16351 30500 0 -1 1077944320 28378 12606 0 0 170 8 5 3 20 0 15 0 47440574 14321057792 40103 18446744073709551615 4194304 4196468 140725268603728 140725268586272 139832528088823 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
/proc/16351/statm: 3496352 40103 3346 1 0 3485525 0
[pid=16351/tid=16462] ppid=16348 vsize=13985408 CPUtime=1.29 cores=1,3,5,7
/proc/16351/task/16462/stat : 16462 (java) S 16348 16351 30500 0 -1 1077944384 22594 12606 0 0 115 6 5 3 20 0 15 0 47440597 14321057792 40103 18446744073709551615 4194304 4196468 140725268603728 139832532311328 139832528099029 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16463] ppid=16348 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/16351/task/16463/stat : 16463 (java) S 16348 16351 30500 0 -1 1077944384 196 12606 0 0 0 0 5 3 20 0 15 0 47440598 14321057792 40103 18446744073709551615 4194304 4196468 140725268603728 139832462522640 139832528099029 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16464] ppid=16348 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/16351/task/16464/stat : 16464 (java) R 16348 16351 30500 0 -1 1077944384 45 12606 0 0 0 0 5 3 20 0 15 0 47440598 14321057792 40103 18446744073709551615 4194304 4196468 140725268603728 139832461470096 139832528099029 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16465] ppid=16348 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/16351/task/16465/stat : 16465 (java) S 16348 16351 30500 0 -1 1077944384 47 12606 0 0 0 0 5 3 20 0 15 0 47440598 14321057792 40103 18446744073709551615 4194304 4196468 140725268603728 139832460417552 139832528099029 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16466] ppid=16348 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/16351/task/16466/stat : 16466 (java) S 16348 16351 30500 0 -1 1077944384 63 12606 0 0 0 0 5 3 20 0 15 0 47440598 14321057792 40103 18446744073709551615 4194304 4196468 140725268603728 139832459365008 139832528099029 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16467] ppid=16348 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/16351/task/16467/stat : 16467 (java) R 16348 16351 30500 0 -1 4202560 65 12606 0 0 0 0 5 3 20 0 15 0 47440599 14321057792 40103 18446744073709551615 4194304 4196468 140725268603728 139832006640448 139832513769473 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16468] ppid=16348 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/16351/task/16468/stat : 16468 (java) S 16348 16351 30500 0 -1 1077944384 33 12606 0 0 0 0 5 3 20 0 15 0 47440599 14321057792 40129 18446744073709551615 4194304 4196468 140725268603728 139832005588384 139832528099029 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16469] ppid=16348 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/16351/task/16469/stat : 16469 (java) S 16348 16351 30500 0 -1 1077944384 21 12606 0 0 0 0 5 3 20 0 15 0 47440600 14321057792 40129 18446744073709551615 4194304 4196468 140725268603728 139832004535792 139832528099029 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16471] ppid=16348 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/16351/task/16471/stat : 16471 (java) S 16348 16351 30500 0 -1 1077944384 3 12606 0 0 0 0 5 3 20 0 15 0 47440602 14321057792 40129 18446744073709551615 4194304 4196468 140725268603728 139832003484368 139832528107419 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16472] ppid=16348 vsize=13985408 CPUtime=0.24 cores=1,3,5,7
/proc/16351/task/16472/stat : 16472 (java) S 16348 16351 30500 0 -1 1077944384 1190 12606 0 0 16 0 5 3 20 0 15 0 47440602 14321057792 40129 18446744073709551615 4194304 4196468 140725268603728 139832002430960 139832528099970 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16473] ppid=16348 vsize=13985408 CPUtime=0.2 cores=1,3,5,7
/proc/16351/task/16473/stat : 16473 (java) S 16348 16351 30500 0 -1 1077944384 599 12606 0 0 12 0 5 3 20 0 15 0 47440602 14321057792 40129 18446744073709551615 4194304 4196468 140725268603728 139832001378416 139832528099970 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16474] ppid=16348 vsize=13985408 CPUtime=0.3 cores=1,3,5,7
/proc/16351/task/16474/stat : 16474 (java) S 16348 16351 30500 0 -1 1077944384 1362 12606 0 0 22 0 5 3 20 0 15 0 47440602 14321057792 40129 18446744073709551615 4194304 4196468 140725268603728 139832000321744 139832528099029 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16475] ppid=16348 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/16351/task/16475/stat : 16475 (java) S 16348 16351 30500 0 -1 1077944384 3 12606 0 0 0 0 5 3 20 0 15 0 47440603 14321057792 40129 18446744073709551615 4194304 4196468 140725268603728 139831999273568 139832528099029 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16476] ppid=16348 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/16351/task/16476/stat : 16476 (java) S 16348 16351 30500 0 -1 1077944384 9 12606 0 0 0 0 5 3 20 0 15 0 47440607 14321057792 40129 18446744073709551615 4194304 4196468 140725268603728 139831998221104 139832528099970 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 13985408

[startup+3.10066 s]
/proc/loadavg: 1.52 1.51 1.58 8/215 16477
/proc/meminfo: memFree=31236776/32770624 swapFree=0/297544
[pid=16351] ppid=16348 vsize=13997884 CPUtime=5.49 cores=1,3,5,7
/proc/16351/stat : 16351 (java) S 16348 16351 30500 0 -1 1077944320 49521 12606 0 0 527 14 5 3 20 0 15 0 47440574 14333833216 54661 18446744073709551615 4194304 4196468 140725268603728 140725268586272 139832528088823 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
/proc/16351/statm: 3499471 54661 3443 1 0 3488085 0
[pid=16351/tid=16462] ppid=16348 vsize=13997884 CPUtime=2.87 cores=1,3,5,7
/proc/16351/task/16462/stat : 16462 (java) R 16348 16351 30500 0 -1 4202560 35320 12606 0 0 270 9 5 3 20 0 15 0 47440597 14333833216 54661 18446744073709551615 4194304 4196468 140725268603728 139832532318512 139832528100758 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16463] ppid=16348 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/16351/task/16463/stat : 16463 (java) S 16348 16351 30500 0 -1 1077944384 203 12606 0 0 1 0 5 3 20 0 15 0 47440598 14333833216 54661 18446744073709551615 4194304 4196468 140725268603728 139832462522640 139832528099029 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16464] ppid=16348 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/16351/task/16464/stat : 16464 (java) S 16348 16351 30500 0 -1 1077944384 45 12606 0 0 1 0 5 3 20 0 15 0 47440598 14333833216 54661 18446744073709551615 4194304 4196468 140725268603728 139832461470096 139832528099029 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16465] ppid=16348 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/16351/task/16465/stat : 16465 (java) S 16348 16351 30500 0 -1 1077944384 47 12606 0 0 1 0 5 3 20 0 15 0 47440598 14333833216 54661 18446744073709551615 4194304 4196468 140725268603728 139832460417552 139832528099029 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16466] ppid=16348 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/16351/task/16466/stat : 16466 (java) S 16348 16351 30500 0 -1 1077944384 65 12606 0 0 1 0 5 3 20 0 15 0 47440598 14333833216 54661 18446744073709551615 4194304 4196468 140725268603728 139832459365008 139832528099029 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16467] ppid=16348 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/16351/task/16467/stat : 16467 (java) S 16348 16351 30500 0 -1 1077944384 1584 12606 0 0 1 0 5 3 20 0 15 0 47440599 14333833216 54661 18446744073709551615 4194304 4196468 140725268603728 139832006642160 139832528099970 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16468] ppid=16348 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/16351/task/16468/stat : 16468 (java) S 16348 16351 30500 0 -1 1077944384 55 12606 0 0 0 0 5 3 20 0 15 0 47440599 14333833216 54661 18446744073709551615 4194304 4196468 140725268603728 139832005588384 139832528099029 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16469] ppid=16348 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/16351/task/16469/stat : 16469 (java) S 16348 16351 30500 0 -1 1077944384 44 12606 0 0 0 0 5 3 20 0 15 0 47440600 14333833216 54661 18446744073709551615 4194304 4196468 140725268603728 139832004535792 139832528099029 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16471] ppid=16348 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/16351/task/16471/stat : 16471 (java) S 16348 16351 30500 0 -1 1077944384 3 12606 0 0 0 0 5 3 20 0 15 0 47440602 14333833216 54661 18446744073709551615 4194304 4196468 140725268603728 139832003484368 139832528107419 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16472] ppid=16348 vsize=13997884 CPUtime=0.98 cores=1,3,5,7
/proc/16351/task/16472/stat : 16472 (java) S 16348 16351 30500 0 -1 1077944384 4392 12606 0 0 90 0 5 3 20 0 15 0 47440602 14333833216 54661 18446744073709551615 4194304 4196468 140725268603728 139832002430960 139832528099970 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16473] ppid=16348 vsize=13997884 CPUtime=0.69 cores=1,3,5,7
/proc/16351/task/16473/stat : 16473 (java) R 16348 16351 30500 0 -1 1077944384 1646 12606 0 0 61 0 5 3 20 0 15 0 47440602 14333833216 54661 18446744073709551615 4194304 4196468 140725268603728 139832001378416 139832528099970 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16474] ppid=16348 vsize=13997884 CPUtime=1.06 cores=1,3,5,7
/proc/16351/task/16474/stat : 16474 (java) R 16348 16351 30500 0 -1 4202560 3951 12606 0 0 97 1 5 3 20 0 15 0 47440602 14333833216 54661 18446744073709551615 4194304 4196468 140725268603728 139832000325872 139832506770564 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16475] ppid=16348 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/16351/task/16475/stat : 16475 (java) S 16348 16351 30500 0 -1 1077944384 3 12606 0 0 0 0 5 3 20 0 15 0 47440603 14333833216 54661 18446744073709551615 4194304 4196468 140725268603728 139831999273568 139832528099029 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16476] ppid=16348 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/16351/task/16476/stat : 16476 (java) S 16348 16351 30500 0 -1 1077944384 10 12606 0 0 0 0 5 3 20 0 15 0 47440607 14333833216 54661 18446744073709551615 4194304 4196468 140725268603728 139831998221104 139832528099970 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
Current children cumulated CPU time (s) 5.49
Current children cumulated vsize (KiB) 13997884

[startup+6.30067 s]
/proc/loadavg: 1.71 1.55 1.59 7/215 16477
/proc/meminfo: memFree=30861324/32770624 swapFree=0/297556
[pid=16351] ppid=16348 vsize=14071612 CPUtime=15.33 cores=1,3,5,7
/proc/16351/stat : 16351 (java) S 16348 16351 30500 0 -1 1077944320 75597 12606 0 0 1501 24 5 3 20 0 15 0 47440574 14409330688 96375 18446744073709551615 4194304 4196468 140725268603728 140725268586272 139832528088823 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
/proc/16351/statm: 3517903 96375 3476 1 0 3506517 0
[pid=16351/tid=16462] ppid=16348 vsize=14071612 CPUtime=5.96 cores=1,3,5,7
/proc/16351/task/16462/stat : 16462 (java) R 16348 16351 30500 0 -1 4202560 45739 12606 0 0 576 12 5 3 20 0 15 0 47440597 14409330688 96375 18446744073709551615 4194304 4196468 140725268603728 139832532319088 139832139525855 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16463] ppid=16348 vsize=14071612 CPUtime=0.13 cores=1,3,5,7
/proc/16351/task/16463/stat : 16463 (java) S 16348 16351 30500 0 -1 1077944384 215 12606 0 0 5 0 5 3 20 0 15 0 47440598 14409330688 96375 18446744073709551615 4194304 4196468 140725268603728 139832462522640 139832528099029 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16464] ppid=16348 vsize=14071612 CPUtime=0.12 cores=1,3,5,7
/proc/16351/task/16464/stat : 16464 (java) S 16348 16351 30500 0 -1 1077944384 126 12606 0 0 4 0 5 3 20 0 15 0 47440598 14409330688 96375 18446744073709551615 4194304 4196468 140725268603728 139832461470096 139832528099029 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16465] ppid=16348 vsize=14071612 CPUtime=0.13 cores=1,3,5,7
/proc/16351/task/16465/stat : 16465 (java) S 16348 16351 30500 0 -1 1077944384 944 12606 0 0 5 0 5 3 20 0 15 0 47440598 14409330688 96375 18446744073709551615 4194304 4196468 140725268603728 139832460417552 139832528099029 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16466] ppid=16348 vsize=14071612 CPUtime=0.12 cores=1,3,5,7
/proc/16351/task/16466/stat : 16466 (java) S 16348 16351 30500 0 -1 1077944384 167 12606 0 0 4 0 5 3 20 0 15 0 47440598 14409330688 96375 18446744073709551615 4194304 4196468 140725268603728 139832459365008 139832528099029 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16467] ppid=16348 vsize=14071612 CPUtime=0.12 cores=1,3,5,7
/proc/16351/task/16467/stat : 16467 (java) S 16348 16351 30500 0 -1 1077944384 2317 12606 0 0 4 0 5 3 20 0 15 0 47440599 14409330688 96375 18446744073709551615 4194304 4196468 140725268603728 139832006642160 139832528099970 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16468] ppid=16348 vsize=14071612 CPUtime=0.08 cores=1,3,5,7
/proc/16351/task/16468/stat : 16468 (java) S 16348 16351 30500 0 -1 1077944384 55 12606 0 0 0 0 5 3 20 0 15 0 47440599 14409330688 96375 18446744073709551615 4194304 4196468 140725268603728 139832005588512 139832528099029 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16469] ppid=16348 vsize=14071612 CPUtime=0.08 cores=1,3,5,7
/proc/16351/task/16469/stat : 16469 (java) S 16348 16351 30500 0 -1 1077944384 44 12606 0 0 0 0 5 3 20 0 15 0 47440600 14409330688 96375 18446744073709551615 4194304 4196468 140725268603728 139832004535808 139832528099029 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16471] ppid=16348 vsize=14071612 CPUtime=0.08 cores=1,3,5,7
/proc/16351/task/16471/stat : 16471 (java) S 16348 16351 30500 0 -1 1077944384 3 12606 0 0 0 0 5 3 20 0 15 0 47440602 14409330688 96375 18446744073709551615 4194304 4196468 140725268603728 139832003484368 139832528107419 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16472] ppid=16348 vsize=14071612 CPUtime=3.79 cores=1,3,5,7
/proc/16351/task/16472/stat : 16472 (java) R 16348 16351 30500 0 -1 4202560 11146 12606 0 0 369 2 5 3 20 0 15 0 47440602 14409330688 96375 18446744073709551615 4194304 4196468 140725268603728 139832002419760 139832507251824 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16473] ppid=16348 vsize=14071612 CPUtime=3.22 cores=1,3,5,7
/proc/16351/task/16473/stat : 16473 (java) R 16348 16351 30500 0 -1 4202560 5454 12606 0 0 311 3 5 3 20 0 15 0 47440602 14409330688 96375 18446744073709551615 4194304 4196468 140725268603728 139832001367088 139832506105783 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16474] ppid=16348 vsize=14071612 CPUtime=2.28 cores=1,3,5,7
/proc/16351/task/16474/stat : 16474 (java) S 16348 16351 30500 0 -1 1077944384 7220 12606 0 0 217 3 5 3 20 0 15 0 47440602 14409330688 96375 18446744073709551615 4194304 4196468 140725268603728 139832000325872 139832528099970 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16475] ppid=16348 vsize=14071612 CPUtime=0.08 cores=1,3,5,7
/proc/16351/task/16475/stat : 16475 (java) S 16348 16351 30500 0 -1 1077944384 3 12606 0 0 0 0 5 3 20 0 15 0 47440603 14409330688 96375 18446744073709551615 4194304 4196468 140725268603728 139831999273568 139832528099029 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16476] ppid=16348 vsize=14071612 CPUtime=0.08 cores=1,3,5,7
/proc/16351/task/16476/stat : 16476 (java) S 16348 16351 30500 0 -1 1077944384 11 12606 0 0 0 0 5 3 20 0 15 0 47440607 14409330688 96375 18446744073709551615 4194304 4196468 140725268603728 139831998221104 139832528099970 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
Current children cumulated CPU time (s) 15.33
Current children cumulated vsize (KiB) 14071612

[startup+12.7007 s]
/proc/loadavg: 1.82 1.58 1.60 4/215 16604
/proc/meminfo: memFree=30586924/32770624 swapFree=0/297624
[pid=16351] ppid=16348 vsize=14071612 CPUtime=24.31 cores=1,3,5,7
/proc/16351/stat : 16351 (java) S 16348 16351 30500 0 -1 1077944320 86681 12606 0 0 2386 37 5 3 20 0 15 0 47440574 14409330688 211188 18446744073709551615 4194304 4196468 140725268603728 140725268586272 139832528088823 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
/proc/16351/statm: 3517903 211188 3480 1 0 3506517 0
[pid=16351/tid=16462] ppid=16348 vsize=14071612 CPUtime=12.27 cores=1,3,5,7
/proc/16351/task/16462/stat : 16462 (java) R 16348 16351 30500 0 -1 4202560 47393 12606 0 0 1201 18 5 3 20 0 15 0 47440597 14409330688 211188 18446744073709551615 4194304 4196468 140725268603728 139832532322480 139832160372789 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16463] ppid=16348 vsize=14071612 CPUtime=0.18 cores=1,3,5,7
/proc/16351/task/16463/stat : 16463 (java) S 16348 16351 30500 0 -1 1077944384 353 12606 0 0 9 1 5 3 20 0 15 0 47440598 14409330688 211188 18446744073709551615 4194304 4196468 140725268603728 139832462522640 139832528099029 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16464] ppid=16348 vsize=14071612 CPUtime=0.18 cores=1,3,5,7
/proc/16351/task/16464/stat : 16464 (java) S 16348 16351 30500 0 -1 1077944384 957 12606 0 0 9 1 5 3 20 0 15 0 47440598 14409330688 211188 18446744073709551615 4194304 4196468 140725268603728 139832461470096 139832528099029 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16465] ppid=16348 vsize=14071612 CPUtime=0.2 cores=1,3,5,7
/proc/16351/task/16465/stat : 16465 (java) S 16348 16351 30500 0 -1 1077944384 1000 12606 0 0 10 2 5 3 20 0 15 0 47440598 14409330688 211188 18446744073709551615 4194304 4196468 140725268603728 139832460417552 139832528099029 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16466] ppid=16348 vsize=14071612 CPUtime=0.19 cores=1,3,5,7
/proc/16351/task/16466/stat : 16466 (java) S 16348 16351 30500 0 -1 1077944384 718 12606 0 0 9 2 5 3 20 0 15 0 47440598 14409330688 211188 18446744073709551615 4194304 4196468 140725268603728 139832459365008 139832528099029 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16467] ppid=16348 vsize=14071612 CPUtime=0.13 cores=1,3,5,7
/proc/16351/task/16467/stat : 16467 (java) S 16348 16351 30500 0 -1 1077944384 2840 12606 0 0 5 0 5 3 20 0 15 0 47440599 14409330688 211188 18446744073709551615 4194304 4196468 140725268603728 139832006642160 139832528099970 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16468] ppid=16348 vsize=14071612 CPUtime=0.08 cores=1,3,5,7
/proc/16351/task/16468/stat : 16468 (java) S 16348 16351 30500 0 -1 1077944384 55 12606 0 0 0 0 5 3 20 0 15 0 47440599 14409330688 211188 18446744073709551615 4194304 4196468 140725268603728 139832005588512 139832528099029 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16469] ppid=16348 vsize=14071612 CPUtime=0.08 cores=1,3,5,7
/proc/16351/task/16469/stat : 16469 (java) S 16348 16351 30500 0 -1 1077944384 44 12606 0 0 0 0 5 3 20 0 15 0 47440600 14409330688 211188 18446744073709551615 4194304 4196468 140725268603728 139832004535808 139832528099029 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16471] ppid=16348 vsize=14071612 CPUtime=0.08 cores=1,3,5,7
/proc/16351/task/16471/stat : 16471 (java) S 16348 16351 30500 0 -1 1077944384 3 12606 0 0 0 0 5 3 20 0 15 0 47440602 14409330688 211188 18446744073709551615 4194304 4196468 140725268603728 139832003484368 139832528107419 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0

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

/proc/16351/task/16475/stat : 16475 (java) S 16348 16351 30500 0 -1 1077944384 3 12606 0 0 0 0 5 3 20 0 15 0 47440603 14409330688 349314 18446744073709551615 4194304 4196468 140725268603728 139831999273568 139832528099029 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16476] ppid=16348 vsize=14071612 CPUtime=0.09 cores=1,3,5,7
/proc/16351/task/16476/stat : 16476 (java) S 16348 16351 30500 0 -1 1077944384 105 12606 0 0 1 0 5 3 20 0 15 0 47440607 14409330688 349314 18446744073709551615 4194304 4196468 140725268603728 139831998221104 139832528099970 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
Current children cumulated CPU time (s) 63.4
Current children cumulated vsize (KiB) 14071612

[startup+102.301 s]
/proc/loadavg: 1.81 1.67 1.64 3/215 16608
/proc/meminfo: memFree=29173888/32770624 swapFree=0/297632
[pid=16351] ppid=16348 vsize=14071612 CPUtime=115.01 cores=1,3,5,7
/proc/16351/stat : 16351 (java) S 16348 16351 30500 0 -1 1077944320 109253 12606 0 0 11436 57 5 3 20 0 15 0 47440574 14409330688 340748 18446744073709551615 4194304 4196468 140725268603728 140725268586272 139832528088823 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
/proc/16351/statm: 3517903 340748 3482 1 0 3506517 0
[pid=16351/tid=16462] ppid=16348 vsize=14071612 CPUtime=101.54 cores=1,3,5,7
/proc/16351/task/16462/stat : 16462 (java) R 16348 16351 30500 0 -1 4202560 53544 12606 0 0 10120 26 5 3 20 0 15 0 47440597 14409330688 340748 18446744073709551615 4194304 4196468 140725268603728 139832532323008 139832513299438 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16463] ppid=16348 vsize=14071612 CPUtime=0.37 cores=1,3,5,7
/proc/16351/task/16463/stat : 16463 (java) S 16348 16351 30500 0 -1 1077944384 2163 12606 0 0 26 3 5 3 20 0 15 0 47440598 14409330688 340748 18446744073709551615 4194304 4196468 140725268603728 139832462522640 139832528099029 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16464] ppid=16348 vsize=14071612 CPUtime=0.37 cores=1,3,5,7
/proc/16351/task/16464/stat : 16464 (java) S 16348 16351 30500 0 -1 1077944384 2196 12606 0 0 25 4 5 3 20 0 15 0 47440598 14409330688 340748 18446744073709551615 4194304 4196468 140725268603728 139832461470096 139832528099029 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16465] ppid=16348 vsize=14071612 CPUtime=0.38 cores=1,3,5,7
/proc/16351/task/16465/stat : 16465 (java) S 16348 16351 30500 0 -1 1077944384 1709 12606 0 0 26 4 5 3 20 0 15 0 47440598 14409330688 340748 18446744073709551615 4194304 4196468 140725268603728 139832460417552 139832528099029 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16466] ppid=16348 vsize=14071612 CPUtime=0.37 cores=1,3,5,7
/proc/16351/task/16466/stat : 16466 (java) S 16348 16351 30500 0 -1 1077944384 1924 12606 0 0 25 4 5 3 20 0 15 0 47440598 14409330688 340748 18446744073709551615 4194304 4196468 140725268603728 139832459365008 139832528099029 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16467] ppid=16348 vsize=14071612 CPUtime=0.26 cores=1,3,5,7
/proc/16351/task/16467/stat : 16467 (java) S 16348 16351 30500 0 -1 1077944384 3755 12606 0 0 16 2 5 3 20 0 15 0 47440599 14409330688 340748 18446744073709551615 4194304 4196468 140725268603728 139832006642160 139832528099970 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16468] ppid=16348 vsize=14071612 CPUtime=0.08 cores=1,3,5,7
/proc/16351/task/16468/stat : 16468 (java) S 16348 16351 30500 0 -1 1077944384 55 12606 0 0 0 0 5 3 20 0 15 0 47440599 14409330688 340748 18446744073709551615 4194304 4196468 140725268603728 139832005588512 139832528099029 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16469] ppid=16348 vsize=14071612 CPUtime=0.08 cores=1,3,5,7
/proc/16351/task/16469/stat : 16469 (java) S 16348 16351 30500 0 -1 1077944384 44 12606 0 0 0 0 5 3 20 0 15 0 47440600 14409330688 340748 18446744073709551615 4194304 4196468 140725268603728 139832004535808 139832528099029 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16471] ppid=16348 vsize=14071612 CPUtime=0.08 cores=1,3,5,7
/proc/16351/task/16471/stat : 16471 (java) S 16348 16351 30500 0 -1 1077944384 3 12606 0 0 0 0 5 3 20 0 15 0 47440602 14409330688 340748 18446744073709551615 4194304 4196468 140725268603728 139832003484368 139832528107419 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16472] ppid=16348 vsize=14071612 CPUtime=5.2 cores=1,3,5,7
/proc/16351/task/16472/stat : 16472 (java) S 16348 16351 30500 0 -1 1077944384 19766 12606 0 0 509 3 5 3 20 0 15 0 47440602 14409330688 340748 18446744073709551615 4194304 4196468 140725268603728 139832002430960 139832528099970 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16473] ppid=16348 vsize=14071612 CPUtime=4.62 cores=1,3,5,7
/proc/16351/task/16473/stat : 16473 (java) S 16348 16351 30500 0 -1 1077944384 10401 12606 0 0 450 4 5 3 20 0 15 0 47440602 14409330688 340748 18446744073709551615 4194304 4196468 140725268603728 139832001378416 139832528099970 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16474] ppid=16348 vsize=14071612 CPUtime=2.41 cores=1,3,5,7
/proc/16351/task/16474/stat : 16474 (java) S 16348 16351 30500 0 -1 1077944384 11410 12606 0 0 229 4 5 3 20 0 15 0 47440602 14409330688 340748 18446744073709551615 4194304 4196468 140725268603728 139832000325872 139832528099970 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16475] ppid=16348 vsize=14071612 CPUtime=0.08 cores=1,3,5,7
/proc/16351/task/16475/stat : 16475 (java) S 16348 16351 30500 0 -1 1077944384 3 12606 0 0 0 0 5 3 20 0 15 0 47440603 14409330688 340748 18446744073709551615 4194304 4196468 140725268603728 139831999273568 139832528099029 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16476] ppid=16348 vsize=14071612 CPUtime=0.12 cores=1,3,5,7
/proc/16351/task/16476/stat : 16476 (java) S 16348 16351 30500 0 -1 1077944384 127 12606 0 0 3 1 5 3 20 0 15 0 47440607 14409330688 340748 18446744073709551615 4194304 4196468 140725268603728 139831998221104 139832528099970 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
Current children cumulated CPU time (s) 115.01
Current children cumulated vsize (KiB) 14071612

[startup+162.301 s]
/proc/loadavg: 1.67 1.66 1.63 3/214 16611
/proc/meminfo: memFree=29194224/32770624 swapFree=0/297692
[pid=16351] ppid=16348 vsize=14071612 CPUtime=175.86 cores=1,3,5,7
/proc/16351/stat : 16351 (java) S 16348 16351 30500 0 -1 1077944320 117041 12606 0 0 17513 65 5 3 20 0 15 0 47440574 14409330688 336970 18446744073709551615 4194304 4196468 140725268603728 140725268586272 139832528088823 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
/proc/16351/statm: 3517903 336970 3482 1 0 3506517 0
[pid=16351/tid=16462] ppid=16348 vsize=14071612 CPUtime=160.96 cores=1,3,5,7
/proc/16351/task/16462/stat : 16462 (java) R 16348 16351 30500 0 -1 4202560 55621 12606 0 0 16061 27 5 3 20 0 15 0 47440597 14409330688 336970 18446744073709551615 4194304 4196468 140725268603728 139832532322640 139832161309424 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16463] ppid=16348 vsize=14071612 CPUtime=0.66 cores=1,3,5,7
/proc/16351/task/16463/stat : 16463 (java) S 16348 16351 30500 0 -1 1077944384 3481 12606 0 0 54 4 5 3 20 0 15 0 47440598 14409330688 336970 18446744073709551615 4194304 4196468 140725268603728 139832462522640 139832528099029 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16464] ppid=16348 vsize=14071612 CPUtime=0.66 cores=1,3,5,7
/proc/16351/task/16464/stat : 16464 (java) S 16348 16351 30500 0 -1 1077944384 2487 12606 0 0 53 5 5 3 20 0 15 0 47440598 14409330688 336970 18446744073709551615 4194304 4196468 140725268603728 139832461470096 139832528099029 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16465] ppid=16348 vsize=14071612 CPUtime=0.67 cores=1,3,5,7
/proc/16351/task/16465/stat : 16465 (java) S 16348 16351 30500 0 -1 1077944384 2439 12606 0 0 54 5 5 3 20 0 15 0 47440598 14409330688 336970 18446744073709551615 4194304 4196468 140725268603728 139832460417552 139832528099029 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16466] ppid=16348 vsize=14071612 CPUtime=0.66 cores=1,3,5,7
/proc/16351/task/16466/stat : 16466 (java) S 16348 16351 30500 0 -1 1077944384 2610 12606 0 0 52 6 5 3 20 0 15 0 47440598 14409330688 336970 18446744073709551615 4194304 4196468 140725268603728 139832459365008 139832528099029 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16467] ppid=16348 vsize=14071612 CPUtime=0.46 cores=1,3,5,7
/proc/16351/task/16467/stat : 16467 (java) S 16348 16351 30500 0 -1 1077944384 4418 12606 0 0 35 3 5 3 20 0 15 0 47440599 14409330688 336970 18446744073709551615 4194304 4196468 140725268603728 139832006642160 139832528099970 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16468] ppid=16348 vsize=14071612 CPUtime=0.08 cores=1,3,5,7
/proc/16351/task/16468/stat : 16468 (java) S 16348 16351 30500 0 -1 1077944384 55 12606 0 0 0 0 5 3 20 0 15 0 47440599 14409330688 336970 18446744073709551615 4194304 4196468 140725268603728 139832005588512 139832528099029 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16469] ppid=16348 vsize=14071612 CPUtime=0.08 cores=1,3,5,7
/proc/16351/task/16469/stat : 16469 (java) S 16348 16351 30500 0 -1 1077944384 44 12606 0 0 0 0 5 3 20 0 15 0 47440600 14409330688 336970 18446744073709551615 4194304 4196468 140725268603728 139832004535808 139832528099029 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16471] ppid=16348 vsize=14071612 CPUtime=0.08 cores=1,3,5,7
/proc/16351/task/16471/stat : 16471 (java) S 16348 16351 30500 0 -1 1077944384 3 12606 0 0 0 0 5 3 20 0 15 0 47440602 14409330688 336970 18446744073709551615 4194304 4196468 140725268603728 139832003484368 139832528107419 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16472] ppid=16348 vsize=14071612 CPUtime=5.2 cores=1,3,5,7
/proc/16351/task/16472/stat : 16472 (java) S 16348 16351 30500 0 -1 1077944384 21244 12606 0 0 509 3 5 3 20 0 15 0 47440602 14409330688 336970 18446744073709551615 4194304 4196468 140725268603728 139832002430960 139832528099970 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16473] ppid=16348 vsize=14071612 CPUtime=4.63 cores=1,3,5,7
/proc/16351/task/16473/stat : 16473 (java) S 16348 16351 30500 0 -1 1077944384 10896 12606 0 0 451 4 5 3 20 0 15 0 47440602 14409330688 336970 18446744073709551615 4194304 4196468 140725268603728 139832001378416 139832528099970 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16474] ppid=16348 vsize=14071612 CPUtime=2.42 cores=1,3,5,7
/proc/16351/task/16474/stat : 16474 (java) S 16348 16351 30500 0 -1 1077944384 11414 12606 0 0 230 4 5 3 20 0 15 0 47440602 14409330688 336970 18446744073709551615 4194304 4196468 140725268603728 139832000325872 139832528099970 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16475] ppid=16348 vsize=14071612 CPUtime=0.08 cores=1,3,5,7
/proc/16351/task/16475/stat : 16475 (java) S 16348 16351 30500 0 -1 1077944384 3 12606 0 0 0 0 5 3 20 0 15 0 47440603 14409330688 336970 18446744073709551615 4194304 4196468 140725268603728 139831999273568 139832528099029 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16476] ppid=16348 vsize=14071612 CPUtime=0.16 cores=1,3,5,7
/proc/16351/task/16476/stat : 16476 (java) S 16348 16351 30500 0 -1 1077944384 173 12606 0 0 5 3 5 3 20 0 15 0 47440607 14409330688 336970 18446744073709551615 4194304 4196468 140725268603728 139831998221104 139832528099970 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
Current children cumulated CPU time (s) 175.86
Current children cumulated vsize (KiB) 14071612

[startup+222.307 s]
/proc/loadavg: 1.39 1.58 1.61 3/217 16627
/proc/meminfo: memFree=29270152/32770624 swapFree=0/297728
[pid=16351] ppid=16348 vsize=14071612 CPUtime=239.88 cores=1,3,5,7
/proc/16351/stat : 16351 (java) S 16348 16351 30500 0 -1 1077944320 147463 12606 0 0 23908 72 5 3 20 0 15 0 47440574 14409330688 318971 18446744073709551615 4194304 4196468 140725268603728 140725268586272 139832528088823 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
/proc/16351/statm: 3517903 318971 3492 1 0 3506517 0
[pid=16351/tid=16462] ppid=16348 vsize=14071612 CPUtime=220.45 cores=1,3,5,7
/proc/16351/task/16462/stat : 16462 (java) R 16348 16351 30500 0 -1 4202560 60742 12606 0 0 22009 28 5 3 20 0 15 0 47440597 14409330688 318971 18446744073709551615 4194304 4196468 140725268603728 139832532322464 139832158847436 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16463] ppid=16348 vsize=14071612 CPUtime=0.96 cores=1,3,5,7
/proc/16351/task/16463/stat : 16463 (java) S 16348 16351 30500 0 -1 1077944384 4497 12606 0 0 83 5 5 3 20 0 15 0 47440598 14409330688 318971 18446744073709551615 4194304 4196468 140725268603728 139832462522640 139832528099029 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16464] ppid=16348 vsize=14071612 CPUtime=0.95 cores=1,3,5,7
/proc/16351/task/16464/stat : 16464 (java) S 16348 16351 30500 0 -1 1077944384 2633 12606 0 0 82 5 5 3 20 0 15 0 47440598 14409330688 318971 18446744073709551615 4194304 4196468 140725268603728 139832461470096 139832528099029 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16465] ppid=16348 vsize=14071612 CPUtime=0.96 cores=1,3,5,7
/proc/16351/task/16465/stat : 16465 (java) S 16348 16351 30500 0 -1 1077944384 2493 12606 0 0 83 5 5 3 20 0 15 0 47440598 14409330688 318971 18446744073709551615 4194304 4196468 140725268603728 139832460417552 139832528099029 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16466] ppid=16348 vsize=14071612 CPUtime=0.95 cores=1,3,5,7
/proc/16351/task/16466/stat : 16466 (java) S 16348 16351 30500 0 -1 1077944384 2759 12606 0 0 81 6 5 3 20 0 15 0 47440598 14409330688 318971 18446744073709551615 4194304 4196468 140725268603728 139832459365008 139832528099029 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16467] ppid=16348 vsize=14071612 CPUtime=0.65 cores=1,3,5,7
/proc/16351/task/16467/stat : 16467 (java) S 16348 16351 30500 0 -1 1077944384 12296 12606 0 0 52 5 5 3 20 0 15 0 47440599 14409330688 318971 18446744073709551615 4194304 4196468 140725268603728 139832006642160 139832528099970 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16468] ppid=16348 vsize=14071612 CPUtime=0.08 cores=1,3,5,7
/proc/16351/task/16468/stat : 16468 (java) S 16348 16351 30500 0 -1 1077944384 57 12606 0 0 0 0 5 3 20 0 15 0 47440599 14409330688 318971 18446744073709551615 4194304 4196468 140725268603728 139832005588512 139832528099029 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16469] ppid=16348 vsize=14071612 CPUtime=0.08 cores=1,3,5,7
/proc/16351/task/16469/stat : 16469 (java) S 16348 16351 30500 0 -1 1077944384 46 12606 0 0 0 0 5 3 20 0 15 0 47440600 14409330688 318971 18446744073709551615 4194304 4196468 140725268603728 139832004535808 139832528099029 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16471] ppid=16348 vsize=14071612 CPUtime=0.08 cores=1,3,5,7
/proc/16351/task/16471/stat : 16471 (java) S 16348 16351 30500 0 -1 1077944384 3 12606 0 0 0 0 5 3 20 0 15 0 47440602 14409330688 318971 18446744073709551615 4194304 4196468 140725268603728 139832003484368 139832528107419 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16472] ppid=16348 vsize=14071612 CPUtime=6.72 cores=1,3,5,7
/proc/16351/task/16472/stat : 16472 (java) S 16348 16351 30500 0 -1 1077944384 27547 12606 0 0 661 3 5 3 20 0 15 0 47440602 14409330688 318971 18446744073709551615 4194304 4196468 140725268603728 139832002430960 139832528099970 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16473] ppid=16348 vsize=14071612 CPUtime=6.06 cores=1,3,5,7
/proc/16351/task/16473/stat : 16473 (java) S 16348 16351 30500 0 -1 1077944384 16951 12606 0 0 594 4 5 3 20 0 15 0 47440602 14409330688 318971 18446744073709551615 4194304 4196468 140725268603728 139832001378416 139832528099970 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16474] ppid=16348 vsize=14071612 CPUtime=2.58 cores=1,3,5,7
/proc/16351/task/16474/stat : 16474 (java) S 16348 16351 30500 0 -1 1077944384 15097 12606 0 0 245 5 5 3 20 0 15 0 47440602 14409330688 318971 18446744073709551615 4194304 4196468 140725268603728 139832000325872 139832528099970 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16475] ppid=16348 vsize=14071612 CPUtime=0.08 cores=1,3,5,7
/proc/16351/task/16475/stat : 16475 (java) S 16348 16351 30500 0 -1 1077944384 3 12606 0 0 0 0 5 3 20 0 15 0 47440603 14409330688 318971 18446744073709551615 4194304 4196468 140725268603728 139831999273568 139832528099029 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16476] ppid=16348 vsize=14071612 CPUtime=0.19 cores=1,3,5,7
/proc/16351/task/16476/stat : 16476 (java) S 16348 16351 30500 0 -1 1077944384 186 12606 0 0 7 4 5 3 20 0 15 0 47440607 14409330688 318971 18446744073709551615 4194304 4196468 140725268603728 139831998221104 139832528099970 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
Current children cumulated CPU time (s) 239.88
Current children cumulated vsize (KiB) 14071612



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.41 1.58 1.60 3/217 16627
/proc/meminfo: memFree=29320932/32770624 swapFree=0/297736
[pid=16351] ppid=16348 vsize=14071612 CPUtime=257.75 cores=1,3,5,7
/proc/16351/stat : 16351 (java) S 16348 16351 30500 0 -1 1077944320 151020 12606 0 0 25693 74 5 3 20 0 15 0 47440574 14409330688 305656 18446744073709551615 4194304 4196468 140725268603728 140725268586272 139832528088823 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
/proc/16351/statm: 3517903 305656 3492 1 0 3506517 0
[pid=16351/tid=16462] ppid=16348 vsize=14071612 CPUtime=238.05 cores=1,3,5,7
/proc/16351/task/16462/stat : 16462 (java) R 16348 16351 30500 0 -1 4202560 61382 12606 0 0 23769 28 5 3 20 0 15 0 47440597 14409330688 305656 18446744073709551615 4194304 4196468 140725268603728 139832532323184 139832160870055 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16463] ppid=16348 vsize=14071612 CPUtime=1.01 cores=1,3,5,7
/proc/16351/task/16463/stat : 16463 (java) S 16348 16351 30500 0 -1 1077944384 4517 12606 0 0 88 5 5 3 20 0 15 0 47440598 14409330688 305656 18446744073709551615 4194304 4196468 140725268603728 139832462522640 139832528099029 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16464] ppid=16348 vsize=14071612 CPUtime=1 cores=1,3,5,7
/proc/16351/task/16464/stat : 16464 (java) S 16348 16351 30500 0 -1 1077944384 2657 12606 0 0 87 5 5 3 20 0 15 0 47440598 14409330688 305656 18446744073709551615 4194304 4196468 140725268603728 139832461470096 139832528099029 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16465] ppid=16348 vsize=14071612 CPUtime=1.03 cores=1,3,5,7
/proc/16351/task/16465/stat : 16465 (java) S 16348 16351 30500 0 -1 1077944384 2984 12606 0 0 89 6 5 3 20 0 15 0 47440598 14409330688 305656 18446744073709551615 4194304 4196468 140725268603728 139832460417552 139832528099029 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16466] ppid=16348 vsize=14071612 CPUtime=1 cores=1,3,5,7
/proc/16351/task/16466/stat : 16466 (java) S 16348 16351 30500 0 -1 1077944384 2783 12606 0 0 86 6 5 3 20 0 15 0 47440598 14409330688 305656 18446744073709551615 4194304 4196468 140725268603728 139832459365008 139832528099029 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16467] ppid=16348 vsize=14071612 CPUtime=0.68 cores=1,3,5,7
/proc/16351/task/16467/stat : 16467 (java) S 16348 16351 30500 0 -1 1077944384 12404 12606 0 0 54 6 5 3 20 0 15 0 47440599 14409330688 305656 18446744073709551615 4194304 4196468 140725268603728 139832006642160 139832528099970 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16468] ppid=16348 vsize=14071612 CPUtime=0.08 cores=1,3,5,7
/proc/16351/task/16468/stat : 16468 (java) S 16348 16351 30500 0 -1 1077944384 57 12606 0 0 0 0 5 3 20 0 15 0 47440599 14409330688 305656 18446744073709551615 4194304 4196468 140725268603728 139832005588512 139832528099029 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16469] ppid=16348 vsize=14071612 CPUtime=0.08 cores=1,3,5,7
/proc/16351/task/16469/stat : 16469 (java) S 16348 16351 30500 0 -1 1077944384 46 12606 0 0 0 0 5 3 20 0 15 0 47440600 14409330688 305656 18446744073709551615 4194304 4196468 140725268603728 139832004535808 139832528099029 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16471] ppid=16348 vsize=14071612 CPUtime=0.08 cores=1,3,5,7
/proc/16351/task/16471/stat : 16471 (java) S 16348 16351 30500 0 -1 1077944384 3 12606 0 0 0 0 5 3 20 0 15 0 47440602 14409330688 305656 18446744073709551615 4194304 4196468 140725268603728 139832003484368 139832528107419 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16472] ppid=16348 vsize=14071612 CPUtime=6.72 cores=1,3,5,7
/proc/16351/task/16472/stat : 16472 (java) S 16348 16351 30500 0 -1 1077944384 27547 12606 0 0 661 3 5 3 20 0 15 0 47440602 14409330688 305656 18446744073709551615 4194304 4196468 140725268603728 139832002430960 139832528099970 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16473] ppid=16348 vsize=14071612 CPUtime=6.07 cores=1,3,5,7
/proc/16351/task/16473/stat : 16473 (java) S 16348 16351 30500 0 -1 1077944384 17852 12606 0 0 595 4 5 3 20 0 15 0 47440602 14409330688 305656 18446744073709551615 4194304 4196468 140725268603728 139832001378416 139832528099970 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16474] ppid=16348 vsize=14071612 CPUtime=2.59 cores=1,3,5,7
/proc/16351/task/16474/stat : 16474 (java) S 16348 16351 30500 0 -1 1077944384 16434 12606 0 0 246 5 5 3 20 0 15 0 47440602 14409330688 305656 18446744073709551615 4194304 4196468 140725268603728 139832000325872 139832528099970 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16475] ppid=16348 vsize=14071612 CPUtime=0.08 cores=1,3,5,7
/proc/16351/task/16475/stat : 16475 (java) S 16348 16351 30500 0 -1 1077944384 3 12606 0 0 0 0 5 3 20 0 15 0 47440603 14409330688 305656 18446744073709551615 4194304 4196468 140725268603728 139831999273568 139832528099029 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
[pid=16351/tid=16476] ppid=16348 vsize=14071612 CPUtime=0.21 cores=1,3,5,7
/proc/16351/task/16476/stat : 16476 (java) S 16348 16351 30500 0 -1 1077944384 198 12606 0 0 8 5 5 3 20 0 15 0 47440607 14409330688 305656 18446744073709551615 4194304 4196468 140725268603728 139831998221104 139832528099970 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33456128 140725268608979 140725268611764 140725268611764 140725268615119 0
Current children cumulated CPU time (s) 257.75
Current children cumulated vsize (KiB) 14071612

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 16351 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 240.035
CPU time (s): 257.8
CPU user time (s): 257.009
CPU system time (s): 0.790398
CPU usage (%): 107.401
Max. virtual memory (cumulated for all children) (KiB): 14071612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 257.009
system time used= 0.790398
maximum resident set size= 1405988
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 165756
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23519
involuntary context switches= 729

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.11588 second user time and 1.47715 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-06 06:56:46
IDJOB=4259762
IDBENCH=115817
IDSOLVER=2646
FILE ID=node133/4259762-1501996253
RUNJOBID= node133-1501995163-16060
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-10-10-1.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259762-1501996253/watcher-4259762-1501996253 -o /tmp/evaluation-result-4259762-1501996253/solver-4259762-1501996253 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node133-1501995163-16060 --watchdog 300  bin/concrete HOME/instance-4259762-1501996253.xml

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

MD5SUM BENCH= 133cdadaee2e697c51b4261ec7f2679b
RANDOM SEED=264275774

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.17
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	: 5333.17
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	: 5333.17
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	: 5333.17
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:        31583380 kB
MemAvailable:   32005680 kB
Buffers:          179048 kB
Cached:           527192 kB
SwapCached:            0 kB
Active:           454616 kB
Inactive:         314384 kB
Active(anon):      62916 kB
Inactive(anon):    16728 kB
Active(file):     391700 kB
Inactive(file):   297656 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             48580 kB
Writeback:             0 kB
AnonPages:         62268 kB
Mapped:            38308 kB
Shmem:             17084 kB
Slab:             124656 kB
SReclaimable:      97560 kB
SUnreclaim:        27096 kB
KernelStack:        3232 kB
PageTables:         4808 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     317192 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61984 MiB
End job on node133 at 2017-08-06 07:00:46