Trace number 4259654

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)1322 256.798 240.034

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-nug20.xml
MD5SUM1ce5b24a466c3cb241db2c2b366e9012
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1309
Best CPU time to get the best result obtained on this benchmark249.508
Satisfiable
(Un)Satisfiability was proved
Number of variables420
Number of constraints191
Number of domains2
Minimum domain size8
Maximum domain size20
Distribution of domain sizes[{"size":8,"count":190},{"size":20,"count":20}]
Minimum variable degree0
Maximum variable degree20
Distribution of variable degrees[{"degree":0,"count":210},{"degree":2,"count":190},{"degree":20,"count":20}]
Minimum constraint arity3
Maximum constraint arity20
Distribution of constraint arities[{"arity":3,"count":190},{"arity":20,"count":1}]
Number of extensional constraints190
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":190},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

3.43/2.21	c Concrete v3.4 running
11.80/5.24	o 1685
12.14/5.33	o 1637
12.44/5.40	o 1604
12.44/5.50	o 1598
12.77/5.53	o 1586
12.77/5.57	o 1578
13.09/5.61	o 1570
13.09/5.66	o 1558
13.38/5.70	o 1534
13.69/5.82	o 1514
13.69/5.86	o 1513
13.99/5.90	o 1511
13.99/5.95	o 1491
13.99/5.99	o 1477
14.30/6.02	o 1471
14.30/6.06	o 1467
14.30/6.09	o 1456
14.61/6.12	o 1434
14.92/6.21	o 1427
14.92/6.29	o 1413
15.23/6.32	o 1408
15.23/6.34	o 1407
15.23/6.36	o 1405
15.71/6.52	o 1403
15.99/6.60	o 1395
15.99/6.68	o 1391
16.29/6.75	o 1389
17.33/7.55	o 1380
17.53/7.62	o 1378
18.12/7.95	o 1375
18.57/8.19	o 1369
19.39/8.72	o 1355
19.39/8.74	o 1352
22.70/11.74	o 1323
28.70/17.51	o 1322
256.74/240.00	java.util.concurrent.TimeoutException
256.74/240.00		at concrete.MAC.mac(MAC.scala:74)
256.74/240.00		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
256.74/240.00		at scala.util.Try$.apply(Try.scala:209)
256.74/240.00		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
256.74/240.00		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
256.74/240.00		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
256.74/240.00		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
256.74/240.00		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
256.74/240.00		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
256.74/240.00		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
256.74/240.00		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
256.74/240.00		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
256.74/240.00		at concrete.MAC.oneRun(MAC.scala:146)
256.74/240.00		at concrete.MAC.nextSolution(MAC.scala:166)
256.74/240.00		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
256.74/240.00		at concrete.ProblemState.map(ProblemState.scala:203)
256.74/240.00		at concrete.ProblemState.map(ProblemState.scala:188)
256.74/240.00		at concrete.MAC.nextSolution(MAC.scala:195)
256.74/240.00		at concrete.Solver.hasNext(Solver.scala:202)
256.74/240.00		at scala.collection.Iterator.toStream(Iterator.scala:1403)
256.74/240.00		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
256.74/240.00		at concrete.Solver.toStream(Solver.scala:73)
256.74/240.00		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
256.74/240.00		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
256.74/240.00		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
256.74/240.00		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
256.74/240.00		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
256.74/240.00		at scala.util.Success.$anonfun$map$1(Try.scala:251)
256.74/240.01		at scala.util.Success.map(Try.scala:209)
256.74/240.01		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
256.74/240.01		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
256.74/240.01		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
256.74/240.01		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
256.74/240.01		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
256.74/240.01		at scala.Function0.apply$mcV$sp(Function0.scala:34)
256.74/240.01		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
256.74/240.01		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
256.74/240.01		at scala.App.$anonfun$main$1$adapted(App.scala:76)
256.74/240.01		at scala.collection.immutable.List.foreach(List.scala:389)
256.74/240.01		at scala.App.main(App.scala:76)
256.74/240.01		at scala.App.main$(App.scala:74)
256.74/240.01		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
256.74/240.01		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
256.74/240.01	v <instantiation cost="1322">
256.74/240.01	v       <list>
256.74/240.01	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] 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[0][10] d[0][11] d[0][12] d[0][13] d[0][14] d[0][15] d[0][16] d[0][17] d[0][18] d[0][19] 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[1][10] d[1][11] d[1][12] d[1][13] d[1][14] d[1][15] d[1][16] d[1][17] d[1][18] d[1][19] d[2][3] d[2][4] d[2][5] d[2][6] d[2][7] d[2][8] d[2][9] d[2][10] d[2][11] d[2][12] d[2][13] d[2][14] d[2][15] d[2][16] d[2][17] d[2][18] d[2][19] d[3][4] d[3][5] d[3][6] d[3][7] d[3][8] d[3][9] d[3][10] d[3][11] d[3][12] d[3][13] d[3][14] d[3][15] d[3][16] d[3][17] d[3][18] d[3][19] d[4][5] d[4][6] d[4][7] d[4][8] d[4][9] d[4][10] d[4][11] d[4][12] d[4][13] d[4][14] d[4][15] d[4][16] d[4][17] d[4][18] d[4][19] d[5][6] d[5][7] d[5][8] d[5][9] d[5][10] d[5][11] d[5][12] d[5][13] d[5][14] d[5][15] d[5][16] d[5][17] d[5][18] d[5][19] d[6][7] d[6][8] d[6][9] d[6][10] d[6][11] d[6][12] d[6][13] d[6][14] d[6][15] d[6][16] d[6][17] d[6][18] d[6][19] d[7][8] d[7][9] d[7][10] d[7][11] d[7][12] d[7][13] d[7][14] d[7][15] d[7][16] d[7][17] d[7][18] d[7][19] d[8][9] d[8][10] d[8][11] d[8][12] d[8][13] d[8][14] d[8][15] d[8][16] d[8][17] d[8][18] d[8][19] d[9][10] d[9][11] d[9][12] d[9][13] d[9][14] d[9][15] d[9][16] d[9][17] d[9][18] d[9][19] d[10][11] d[10][12] d[10][13] d[10][14] d[10][15] d[10][16] d[10][17] d[10][18] d[10][19] d[11][12] d[11][13] d[11][14] d[11][15] d[11][16] d[11][17] d[11][18] d[11][19] d[12][13] d[12][14] d[12][15] d[12][16] d[12][17] d[12][18] d[12][19] d[13][14] d[13][15] d[13][16] d[13][17] d[13][18] d[13][19] d[14][15] d[14][16] d[14][17] d[14][18] d[14][19] d[15][16] d[15][17] d[15][18] d[15][19] d[16][17] d[16][18] d[16][19] d[17][18] d[17][19] d[18][19]
256.74/240.01	v       </list>
256.74/240.01	v       <values>
256.74/240.01	v         8 15 10 3 12 13 18 14 7 19 17 1 11 6 4 2 9 0 16 5 5 0 1 5 5 0 0 1 2 0 2 3 0 2 4 2 1 0 1 10 1 1 5 2 3 2 0 0 3 0 1 1 0 0 4 0 0 10 2 5 2 1 10 5 2 2 5 5 2 0 5 5 0 0 2 0 5 2 2 5 2 10 2 5 1 2 0 0 5 0 2 0 2 2 5 0 0 2 2 5 0 0 0 0 10 5 5 0 0 5 10 10 2 1 5 5 0 1 0 10 2 6 1 10 2 0 5 0 5 0 2 1 10 10 5 10 5 5 1 1 1 5 0 2 10 2 1 10 0 5 4 1 3 5 2 1 5 5 10 1 0 2 1 0 5 5 1 1 2 5 5 0 5 0 5 5 5 3 4 0 0 1 10 0 0 5 5 1 0 6 2 0 10 2 5 0 5 5 5 5 5 5 0 5 5 0 6 4 2 1
256.74/240.01	v       </values>
256.74/240.01	v     </instantiation>
256.74/240.01	s SATISFIABLE

Verifier Data

OK	1322

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-4259654-1501648557/watcher-4259654-1501648557 -o /tmp/evaluation-result-4259654-1501648557/solver-4259654-1501648557 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node135-1501639717-27967 --watchdog 300 bin/concrete HOME/instance-4259654-1501648557.xml 

pid=6158
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.31 1.53 1.65 4/198 6161
/proc/meminfo: memFree=27357692/32770624 swapFree=0/244840
[pid=6161] ppid=6158 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/6161/stat : 6161 (runsolver) D 6158 6161 3187 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 6766342 24240128 108 18446744073709551615 4194304 4338465 140734244224816 140734244222456 140340762792663 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 39862272 140734244229329 140734244229703 140734244229703 140734244233162 0
/proc/6161/statm: 5918 108 54 36 0 2156 0

[startup+0.100128 s]
/proc/loadavg: 1.31 1.53 1.65 4/198 6161
/proc/meminfo: memFree=27357692/32770624 swapFree=0/244840
[pid=6161] ppid=6158 vsize=9508 CPUtime=0 cores=1,3,5,7
/proc/6161/stat : 6161 (bash) S 6158 6161 3187 0 -1 4202496 684 1547 0 0 0 0 0 0 20 0 1 0 6766342 9736192 352 18446744073709551615 4194304 5098028 140726555945536 140726555943176 140147577232384 0 0 5 65536 18446744071580971376 0 0 17 5 0 0 9 0 0 7196144 7232144 13668352 140726555951634 140726555951719 140726555951719 140726555955178 0
/proc/6161/statm: 2377 352 279 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200291 s]
/proc/loadavg: 1.31 1.53 1.65 4/198 6161
/proc/meminfo: memFree=27357692/32770624 swapFree=0/244840
[pid=6161] ppid=6158 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/6161/stat : 6161 (bash) S 6158 6161 3187 0 -1 4202496 893 6492 0 0 0 0 0 1 20 0 1 0 6766342 9867264 377 18446744073709551615 4194304 5098028 140726555945536 140726555939544 140147577232384 0 0 5 65536 18446744071580971376 0 0 17 7 0 0 9 0 0 7196144 7232144 13668352 140726555951634 140726555951719 140726555951719 140726555955178 0
/proc/6161/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300338 s]
/proc/loadavg: 1.31 1.53 1.65 4/198 6161
/proc/meminfo: memFree=27357692/32770624 swapFree=0/244840
[pid=6161] ppid=6158 vsize=13907308 CPUtime=0.13 cores=1,3,5,7
/proc/6161/stat : 6161 (java) S 6158 6161 3187 0 -1 1077944320 5577 12738 0 0 5 1 4 3 20 0 14 0 6766342 14241083392 5258 18446744073709551615 4194304 4196468 140737120617232 140737120599776 139771022409463 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
/proc/6161/statm: 3476827 5258 2551 1 0 3466332 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13907308

[startup+0.700245 s]
/proc/loadavg: 1.31 1.53 1.65 4/198 6161
/proc/meminfo: memFree=27357692/32770624 swapFree=0/244840
[pid=6161] ppid=6158 vsize=13974784 CPUtime=0.67 cores=1,3,5,7
/proc/6161/stat : 6161 (java) S 6158 6161 3187 0 -1 1077944320 13858 12738 0 0 57 3 4 3 20 0 15 0 6766342 14310178816 14261 18446744073709551615 4194304 4196468 140737120617232 140737120599776 139771022409463 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
/proc/6161/statm: 3493696 14261 3081 1 0 3482973 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 13974784

[startup+1.50948 s]
/proc/loadavg: 1.29 1.52 1.65 3/213 6224
/proc/meminfo: memFree=27264552/32770624 swapFree=0/244860
[pid=6161] ppid=6158 vsize=13985408 CPUtime=1.88 cores=1,3,5,7
/proc/6161/stat : 6161 (java) S 6158 6161 3187 0 -1 1077944320 29523 12738 0 0 173 8 4 3 20 0 15 0 6766342 14321057792 40199 18446744073709551615 4194304 4196468 140737120617232 140737120599776 139771022409463 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
/proc/6161/statm: 3496352 40203 3368 1 0 3485533 0
[pid=6161/tid=6211] ppid=6158 vsize=13985408 CPUtime=1.27 cores=1,3,5,7
/proc/6161/task/6211/stat : 6211 (java) S 6158 6161 3187 0 -1 1077944384 22434 12738 0 0 115 5 4 3 20 0 15 0 6766365 14321057792 40203 18446744073709551615 4194304 4196468 140737120617232 139771026631104 139771022419669 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6212] ppid=6158 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/6161/task/6212/stat : 6212 (java) R 6158 6161 3187 0 -1 4202560 34 12738 0 0 0 0 4 3 20 0 15 0 6766365 14321057792 40203 18446744073709551615 4194304 4196468 140737120617232 139770987691024 139771015513110 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6213] ppid=6158 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/6161/task/6213/stat : 6213 (java) R 6158 6161 3187 0 -1 1077944384 58 12738 0 0 0 0 4 3 20 0 15 0 6766365 14321057792 40203 18446744073709551615 4194304 4196468 140737120617232 139770621856912 139771022419669 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6214] ppid=6158 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/6161/task/6214/stat : 6214 (java) R 6158 6161 3187 0 -1 4202560 56 12738 0 0 0 0 4 3 20 0 15 0 6766365 14321057792 40203 18446744073709551615 4194304 4196468 140737120617232 139770620803856 139771015514156 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6215] ppid=6158 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/6161/task/6215/stat : 6215 (java) R 6158 6161 3187 0 -1 4202560 199 12738 0 0 0 0 4 3 20 0 15 0 6766365 14321057792 40203 18446744073709551615 4194304 4196468 140737120617232 139770619751312 139771007397863 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6216] ppid=6158 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/6161/task/6216/stat : 6216 (java) S 6158 6161 3187 0 -1 1077944384 1459 12738 0 0 1 0 4 3 20 0 15 0 6766367 14321057792 40203 18446744073709551615 4194304 4196468 140737120617232 139770500936480 139771022419669 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6217] ppid=6158 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/6161/task/6217/stat : 6217 (java) S 6158 6161 3187 0 -1 1077944384 33 12738 0 0 0 0 4 3 20 0 15 0 6766367 14321057792 40203 18446744073709551615 4194304 4196468 140737120617232 139770499884192 139771022419669 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6218] ppid=6158 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/6161/task/6218/stat : 6218 (java) S 6158 6161 3187 0 -1 1077944384 21 12738 0 0 0 0 4 3 20 0 15 0 6766367 14321057792 40203 18446744073709551615 4194304 4196468 140737120617232 139770498831088 139771022419669 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6219] ppid=6158 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/6161/task/6219/stat : 6219 (java) S 6158 6161 3187 0 -1 1077944384 3 12738 0 0 0 0 4 3 20 0 15 0 6766370 14321057792 40203 18446744073709551615 4194304 4196468 140737120617232 139770497779664 139771022428059 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6220] ppid=6158 vsize=13985408 CPUtime=0.25 cores=1,3,5,7
/proc/6161/task/6220/stat : 6220 (java) S 6158 6161 3187 0 -1 1077944384 1200 12738 0 0 18 0 4 3 20 0 15 0 6766370 14321057792 40203 18446744073709551615 4194304 4196468 140737120617232 139770496727792 139771022420610 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6221] ppid=6158 vsize=13985408 CPUtime=0.19 cores=1,3,5,7
/proc/6161/task/6221/stat : 6221 (java) S 6158 6161 3187 0 -1 1077944384 482 12738 0 0 12 0 4 3 20 0 15 0 6766370 14321057792 40203 18446744073709551615 4194304 4196468 140737120617232 139770495675248 139771022420610 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6222] ppid=6158 vsize=13985408 CPUtime=0.3 cores=1,3,5,7
/proc/6161/task/6222/stat : 6222 (java) S 6158 6161 3187 0 -1 1077944384 1382 12738 0 0 23 0 4 3 20 0 15 0 6766370 14321057792 40203 18446744073709551615 4194304 4196468 140737120617232 139770494618064 139771022419669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6223] ppid=6158 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/6161/task/6223/stat : 6223 (java) S 6158 6161 3187 0 -1 1077944384 3 12738 0 0 0 0 4 3 20 0 15 0 6766370 14321057792 40203 18446744073709551615 4194304 4196468 140737120617232 139770493569888 139771022419669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6224] ppid=6158 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/6161/task/6224/stat : 6224 (java) S 6158 6161 3187 0 -1 1077944384 10 12738 0 0 0 0 4 3 20 0 15 0 6766374 14321057792 40203 18446744073709551615 4194304 4196468 140737120617232 139770492516912 139771022420610 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 13985408

[startup+3.10162 s]
/proc/loadavg: 1.29 1.52 1.65 4/213 6224
/proc/meminfo: memFree=27186188/32770624 swapFree=0/244860
[pid=6161] ppid=6158 vsize=13999932 CPUtime=5.44 cores=1,3,5,7
/proc/6161/stat : 6161 (java) S 6158 6161 3187 0 -1 1077944320 49956 12738 0 0 523 14 4 3 20 0 15 0 6766342 14335930368 54748 18446744073709551615 4194304 4196468 140737120617232 140737120599776 139771022409463 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
/proc/6161/statm: 3499983 54748 3439 1 0 3488605 0
[pid=6161/tid=6211] ppid=6158 vsize=13999932 CPUtime=2.85 cores=1,3,5,7
/proc/6161/task/6211/stat : 6211 (java) R 6158 6161 3187 0 -1 4202560 35818 12738 0 0 270 8 4 3 20 0 15 0 6766365 14335930368 54748 18446744073709551615 4194304 4196468 140737120617232 139771026638424 139771007485217 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6212] ppid=6158 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/6161/task/6212/stat : 6212 (java) S 6158 6161 3187 0 -1 1077944384 39 12738 0 0 1 0 4 3 20 0 15 0 6766365 14335930368 54748 18446744073709551615 4194304 4196468 140737120617232 139770987691024 139771022419669 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6213] ppid=6158 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/6161/task/6213/stat : 6213 (java) S 6158 6161 3187 0 -1 1077944384 58 12738 0 0 1 0 4 3 20 0 15 0 6766365 14335930368 54748 18446744073709551615 4194304 4196468 140737120617232 139770621856912 139771022419669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6214] ppid=6158 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/6161/task/6214/stat : 6214 (java) S 6158 6161 3187 0 -1 1077944384 56 12738 0 0 1 0 4 3 20 0 15 0 6766365 14335930368 54748 18446744073709551615 4194304 4196468 140737120617232 139770620803856 139771022419669 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6215] ppid=6158 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/6161/task/6215/stat : 6215 (java) S 6158 6161 3187 0 -1 1077944384 199 12738 0 0 1 0 4 3 20 0 15 0 6766365 14335930368 54748 18446744073709551615 4194304 4196468 140737120617232 139770619751312 139771022419669 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6216] ppid=6158 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/6161/task/6216/stat : 6216 (java) S 6158 6161 3187 0 -1 1077944384 1669 12738 0 0 1 0 4 3 20 0 15 0 6766367 14335930368 54748 18446744073709551615 4194304 4196468 140737120617232 139770500937968 139771022420610 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6217] ppid=6158 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/6161/task/6217/stat : 6217 (java) S 6158 6161 3187 0 -1 1077944384 55 12738 0 0 0 0 4 3 20 0 15 0 6766367 14335930368 54748 18446744073709551615 4194304 4196468 140737120617232 139770499884256 139771022419669 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6218] ppid=6158 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/6161/task/6218/stat : 6218 (java) S 6158 6161 3187 0 -1 1077944384 44 12738 0 0 0 0 4 3 20 0 15 0 6766367 14335930368 54748 18446744073709551615 4194304 4196468 140737120617232 139770498831104 139771022419669 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6219] ppid=6158 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/6161/task/6219/stat : 6219 (java) S 6158 6161 3187 0 -1 1077944384 3 12738 0 0 0 0 4 3 20 0 15 0 6766370 14335930368 54748 18446744073709551615 4194304 4196468 140737120617232 139770497779664 139771022428059 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6220] ppid=6158 vsize=13999932 CPUtime=1.02 cores=1,3,5,7
/proc/6161/task/6220/stat : 6220 (java) S 6158 6161 3187 0 -1 1077944384 4545 12738 0 0 94 1 4 3 20 0 15 0 6766370 14335930368 54748 18446744073709551615 4194304 4196468 140737120617232 139770496727792 139771022420610 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6221] ppid=6158 vsize=13999932 CPUtime=0.62 cores=1,3,5,7
/proc/6161/task/6221/stat : 6221 (java) S 6158 6161 3187 0 -1 1077944384 1611 12738 0 0 55 0 4 3 20 0 15 0 6766370 14335930368 54748 18446744073709551615 4194304 4196468 140737120617232 139770495675248 139771022420610 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6222] ppid=6158 vsize=13999932 CPUtime=1.03 cores=1,3,5,7
/proc/6161/task/6222/stat : 6222 (java) R 6158 6161 3187 0 -1 4202560 3693 12738 0 0 95 1 4 3 20 0 15 0 6766370 14335930368 54748 18446744073709551615 4194304 4196468 140737120617232 139770494622192 139771015506299 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6223] ppid=6158 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/6161/task/6223/stat : 6223 (java) S 6158 6161 3187 0 -1 1077944384 3 12738 0 0 0 0 4 3 20 0 15 0 6766370 14335930368 54748 18446744073709551615 4194304 4196468 140737120617232 139770493569888 139771022419669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6224] ppid=6158 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/6161/task/6224/stat : 6224 (java) S 6158 6161 3187 0 -1 1077944384 12 12738 0 0 0 0 4 3 20 0 15 0 6766374 14335930368 54748 18446744073709551615 4194304 4196468 140737120617232 139770492516912 139771022420610 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
Current children cumulated CPU time (s) 5.44
Current children cumulated vsize (KiB) 13999932

[startup+6.30158 s]
/proc/loadavg: 1.43 1.55 1.65 6/213 6224
/proc/meminfo: memFree=26860088/32770624 swapFree=0/244860
[pid=6161] ppid=6158 vsize=14069564 CPUtime=15.23 cores=1,3,5,7
/proc/6161/stat : 6161 (java) S 6158 6161 3187 0 -1 1077944320 78463 12738 0 0 1493 23 4 3 20 0 15 0 6766342 14407233536 100314 18446744073709551615 4194304 4196468 140737120617232 140737120599776 139771022409463 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
/proc/6161/statm: 3517391 100314 3472 1 0 3506013 0
[pid=6161/tid=6211] ppid=6158 vsize=14069564 CPUtime=5.74 cores=1,3,5,7
/proc/6161/task/6211/stat : 6211 (java) R 6158 6161 3187 0 -1 4202560 46203 12738 0 0 556 11 4 3 20 0 15 0 6766365 14407233536 100314 18446744073709551615 4194304 4196468 140737120617232 139771026637984 139770676533889 0 4 1 16800974 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6212] ppid=6158 vsize=14069564 CPUtime=0.25 cores=1,3,5,7
/proc/6161/task/6212/stat : 6212 (java) S 6158 6161 3187 0 -1 1077944384 648 12738 0 0 17 1 4 3 20 0 15 0 6766365 14407233536 100314 18446744073709551615 4194304 4196468 140737120617232 139770987691024 139771022419669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6213] ppid=6158 vsize=14069564 CPUtime=0.25 cores=1,3,5,7
/proc/6161/task/6213/stat : 6213 (java) S 6158 6161 3187 0 -1 1077944384 125 12738 0 0 18 0 4 3 20 0 15 0 6766365 14407233536 100314 18446744073709551615 4194304 4196468 140737120617232 139770621856912 139771022419669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6214] ppid=6158 vsize=14069564 CPUtime=0.26 cores=1,3,5,7
/proc/6161/task/6214/stat : 6214 (java) S 6158 6161 3187 0 -1 1077944384 691 12738 0 0 18 1 4 3 20 0 15 0 6766365 14407233536 100314 18446744073709551615 4194304 4196468 140737120617232 139770620803856 139771022419669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6215] ppid=6158 vsize=14069564 CPUtime=0.23 cores=1,3,5,7
/proc/6161/task/6215/stat : 6215 (java) S 6158 6161 3187 0 -1 1077944384 236 12738 0 0 16 0 4 3 20 0 15 0 6766365 14407233536 100314 18446744073709551615 4194304 4196468 140737120617232 139770619751312 139771022419669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6216] ppid=6158 vsize=14069564 CPUtime=0.19 cores=1,3,5,7
/proc/6161/task/6216/stat : 6216 (java) S 6158 6161 3187 0 -1 1077944384 2586 12738 0 0 12 0 4 3 20 0 15 0 6766367 14407233536 100314 18446744073709551615 4194304 4196468 140737120617232 139770500937968 139771022420610 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6217] ppid=6158 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/6161/task/6217/stat : 6217 (java) S 6158 6161 3187 0 -1 1077944384 62 12738 0 0 0 0 4 3 20 0 15 0 6766367 14407233536 100314 18446744073709551615 4194304 4196468 140737120617232 139770499884256 139771022419669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6218] ppid=6158 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/6161/task/6218/stat : 6218 (java) S 6158 6161 3187 0 -1 1077944384 56 12738 0 0 0 0 4 3 20 0 15 0 6766367 14407233536 100314 18446744073709551615 4194304 4196468 140737120617232 139770498831104 139771022419669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6219] ppid=6158 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/6161/task/6219/stat : 6219 (java) S 6158 6161 3187 0 -1 1077944384 3 12738 0 0 0 0 4 3 20 0 15 0 6766370 14407233536 100314 18446744073709551615 4194304 4196468 140737120617232 139770497779664 139771022428059 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6220] ppid=6158 vsize=14069564 CPUtime=3.71 cores=1,3,5,7
/proc/6161/task/6220/stat : 6220 (java) R 6158 6161 3187 0 -1 4202560 11193 12738 0 0 362 2 4 3 20 0 15 0 6766370 14407233536 100314 18446744073709551615 4194304 4196468 140737120617232 139770496717712 139771005895442 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6221] ppid=6158 vsize=14069564 CPUtime=3.36 cores=1,3,5,7
/proc/6161/task/6221/stat : 6221 (java) R 6158 6161 3187 0 -1 4202560 6318 12738 0 0 328 1 4 3 20 0 15 0 6766370 14407233536 100314 18446744073709551615 4194304 4196468 140737120617232 139770495665040 139771006312608 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6222] ppid=6158 vsize=14069564 CPUtime=1.69 cores=1,3,5,7
/proc/6161/task/6222/stat : 6222 (java) S 6158 6161 3187 0 -1 1077944384 8164 12738 0 0 159 3 4 3 20 0 15 0 6766370 14407233536 100314 18446744073709551615 4194304 4196468 140737120617232 139770494622192 139771022420610 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6223] ppid=6158 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/6161/task/6223/stat : 6223 (java) S 6158 6161 3187 0 -1 1077944384 3 12738 0 0 0 0 4 3 20 0 15 0 6766370 14407233536 100314 18446744073709551615 4194304 4196468 140737120617232 139770493569888 139771022419669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6224] ppid=6158 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/6161/task/6224/stat : 6224 (java) S 6158 6161 3187 0 -1 1077944384 23 12738 0 0 0 0 4 3 20 0 15 0 6766374 14407233536 100314 18446744073709551615 4194304 4196468 140737120617232 139770492516912 139771022420610 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
Current children cumulated CPU time (s) 15.23
Current children cumulated vsize (KiB) 14069564

[startup+12.7007 s]
/proc/loadavg: 1.47 1.56 1.66 3/213 6224
/proc/meminfo: memFree=26199444/32770624 swapFree=0/244872
[pid=6161] ppid=6158 vsize=14069564 CPUtime=23.75 cores=1,3,5,7
/proc/6161/stat : 6161 (java) S 6158 6161 3187 0 -1 1077944320 81575 12738 0 0 2330 38 4 3 20 0 15 0 6766342 14407233536 199128 18446744073709551615 4194304 4196468 140737120617232 140737120599776 139771022409463 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
/proc/6161/statm: 3517391 199128 3476 1 0 3506013 0
[pid=6161/tid=6211] ppid=6158 vsize=14069564 CPUtime=12.06 cores=1,3,5,7
/proc/6161/task/6211/stat : 6211 (java) R 6158 6161 3187 0 -1 4202560 47826 12738 0 0 1183 16 4 3 20 0 15 0 6766365 14407233536 199128 18446744073709551615 4194304 4196468 140737120617232 139771026645656 139770674664711 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6212] ppid=6158 vsize=14069564 CPUtime=0.32 cores=1,3,5,7
/proc/6161/task/6212/stat : 6212 (java) S 6158 6161 3187 0 -1 1077944384 689 12738 0 0 22 3 4 3 20 0 15 0 6766365 14407233536 199128 18446744073709551615 4194304 4196468 140737120617232 139770987691024 139771022419669 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6213] ppid=6158 vsize=14069564 CPUtime=0.34 cores=1,3,5,7
/proc/6161/task/6213/stat : 6213 (java) S 6158 6161 3187 0 -1 1077944384 174 12738 0 0 24 3 4 3 20 0 15 0 6766365 14407233536 199128 18446744073709551615 4194304 4196468 140737120617232 139770621856912 139771022419669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6214] ppid=6158 vsize=14069564 CPUtime=0.34 cores=1,3,5,7
/proc/6161/task/6214/stat : 6214 (java) S 6158 6161 3187 0 -1 1077944384 734 12738 0 0 24 3 4 3 20 0 15 0 6766365 14407233536 199128 18446744073709551615 4194304 4196468 140737120617232 139770620803856 139771022419669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6215] ppid=6158 vsize=14069564 CPUtime=0.32 cores=1,3,5,7
/proc/6161/task/6215/stat : 6215 (java) S 6158 6161 3187 0 -1 1077944384 282 12738 0 0 22 3 4 3 20 0 15 0 6766365 14407233536 199128 18446744073709551615 4194304 4196468 140737120617232 139770619751312 139771022419669 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6216] ppid=6158 vsize=14069564 CPUtime=0.19 cores=1,3,5,7
/proc/6161/task/6216/stat : 6216 (java) S 6158 6161 3187 0 -1 1077944384 2820 12738 0 0 12 0 4 3 20 0 15 0 6766367 14407233536 199128 18446744073709551615 4194304 4196468 140737120617232 139770500937968 139771022420610 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6217] ppid=6158 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/6161/task/6217/stat : 6217 (java) S 6158 6161 3187 0 -1 1077944384 62 12738 0 0 0 0 4 3 20 0 15 0 6766367 14407233536 199128 18446744073709551615 4194304 4196468 140737120617232 139770499884256 139771022419669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6218] ppid=6158 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/6161/task/6218/stat : 6218 (java) S 6158 6161 3187 0 -1 1077944384 56 12738 0 0 0 0 4 3 20 0 15 0 6766367 14407233536 199128 18446744073709551615 4194304 4196468 140737120617232 139770498831104 139771022419669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6219] ppid=6158 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/6161/task/6219/stat : 6219 (java) S 6158 6161 3187 0 -1 1077944384 3 12738 0 0 0 0 4 3 20 0 15 0 6766370 14407233536 199128 18446744073709551615 4194304 4196468 140737120617232 139770497779664 139771022428059 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0

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

/proc/6161/task/6223/stat : 6223 (java) S 6158 6161 3187 0 -1 1077944384 3 12738 0 0 0 0 4 3 20 0 15 0 6766370 14407233536 459303 18446744073709551615 4194304 4196468 140737120617232 139770493569888 139771022419669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6224] ppid=6158 vsize=14069564 CPUtime=0.09 cores=1,3,5,7
/proc/6161/task/6224/stat : 6224 (java) S 6158 6161 3187 0 -1 1077944384 181 12738 0 0 1 1 4 3 20 0 15 0 6766374 14407233536 459303 18446744073709551615 4194304 4196468 140737120617232 139770492516912 139771022420610 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
Current children cumulated CPU time (s) 63.19
Current children cumulated vsize (KiB) 14069564

[startup+102.301 s]
/proc/loadavg: 2.66 1.98 1.80 3/212 6350
/proc/meminfo: memFree=26438528/32770624 swapFree=0/244984
[pid=6161] ppid=6158 vsize=14069564 CPUtime=115.53 cores=1,3,5,7
/proc/6161/stat : 6161 (java) S 6158 6161 3187 0 -1 1077944320 112300 12738 0 0 11456 90 4 3 20 0 15 0 6766342 14407233536 445281 18446744073709551615 4194304 4196468 140737120617232 140737120599776 139771022409463 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
/proc/6161/statm: 3517391 445281 3476 1 0 3506013 0
[pid=6161/tid=6211] ppid=6158 vsize=14069564 CPUtime=101.26 cores=1,3,5,7
/proc/6161/task/6211/stat : 6211 (java) R 6158 6161 3187 0 -1 4202560 57268 12738 0 0 10088 31 4 3 20 0 15 0 6766365 14407233536 445281 18446744073709551615 4194304 4196468 140737120617232 139771026643712 139770677983284 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6212] ppid=6158 vsize=14069564 CPUtime=0.66 cores=1,3,5,7
/proc/6161/task/6212/stat : 6212 (java) S 6158 6161 3187 0 -1 1077944384 1115 12738 0 0 48 11 4 3 20 0 15 0 6766365 14407233536 445281 18446744073709551615 4194304 4196468 140737120617232 139770987691024 139771022419669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6213] ppid=6158 vsize=14069564 CPUtime=0.68 cores=1,3,5,7
/proc/6161/task/6213/stat : 6213 (java) S 6158 6161 3187 0 -1 1077944384 1958 12738 0 0 50 11 4 3 20 0 15 0 6766365 14407233536 445281 18446744073709551615 4194304 4196468 140737120617232 139770621856912 139771022419669 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6214] ppid=6158 vsize=14069564 CPUtime=0.67 cores=1,3,5,7
/proc/6161/task/6214/stat : 6214 (java) S 6158 6161 3187 0 -1 1077944384 2134 12738 0 0 49 11 4 3 20 0 15 0 6766365 14407233536 445281 18446744073709551615 4194304 4196468 140737120617232 139770620803856 139771022419669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6215] ppid=6158 vsize=14069564 CPUtime=0.65 cores=1,3,5,7
/proc/6161/task/6215/stat : 6215 (java) S 6158 6161 3187 0 -1 1077944384 1298 12738 0 0 48 10 4 3 20 0 15 0 6766365 14407233536 445281 18446744073709551615 4194304 4196468 140737120617232 139770619751312 139771022419669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6216] ppid=6158 vsize=14069564 CPUtime=0.25 cores=1,3,5,7
/proc/6161/task/6216/stat : 6216 (java) S 6158 6161 3187 0 -1 1077944384 3795 12738 0 0 17 1 4 3 20 0 15 0 6766367 14407233536 445281 18446744073709551615 4194304 4196468 140737120617232 139770500937968 139771022420610 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6217] ppid=6158 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/6161/task/6217/stat : 6217 (java) S 6158 6161 3187 0 -1 1077944384 67 12738 0 0 0 0 4 3 20 0 15 0 6766367 14407233536 445281 18446744073709551615 4194304 4196468 140737120617232 139770499884256 139771022419669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6218] ppid=6158 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/6161/task/6218/stat : 6218 (java) S 6158 6161 3187 0 -1 1077944384 56 12738 0 0 0 0 4 3 20 0 15 0 6766367 14407233536 445281 18446744073709551615 4194304 4196468 140737120617232 139770498831104 139771022419669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6219] ppid=6158 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/6161/task/6219/stat : 6219 (java) S 6158 6161 3187 0 -1 1077944384 3 12738 0 0 0 0 4 3 20 0 15 0 6766370 14407233536 445281 18446744073709551615 4194304 4196468 140737120617232 139770497779664 139771022428059 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6220] ppid=6158 vsize=14069564 CPUtime=4.93 cores=1,3,5,7
/proc/6161/task/6220/stat : 6220 (java) S 6158 6161 3187 0 -1 1077944384 16710 12738 0 0 484 2 4 3 20 0 15 0 6766370 14407233536 445281 18446744073709551615 4194304 4196468 140737120617232 139770496727792 139771022420610 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6221] ppid=6158 vsize=14069564 CPUtime=4.77 cores=1,3,5,7
/proc/6161/task/6221/stat : 6221 (java) S 6158 6161 3187 0 -1 1077944384 10791 12738 0 0 468 2 4 3 20 0 15 0 6766370 14407233536 445281 18446744073709551615 4194304 4196468 140737120617232 139770495675248 139771022420610 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6222] ppid=6158 vsize=14069564 CPUtime=2.07 cores=1,3,5,7
/proc/6161/task/6222/stat : 6222 (java) S 6158 6161 3187 0 -1 1077944384 14745 12738 0 0 196 4 4 3 20 0 15 0 6766370 14407233536 445281 18446744073709551615 4194304 4196468 140737120617232 139770494622192 139771022420610 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6223] ppid=6158 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/6161/task/6223/stat : 6223 (java) S 6158 6161 3187 0 -1 1077944384 3 12738 0 0 0 0 4 3 20 0 15 0 6766370 14407233536 445281 18446744073709551615 4194304 4196468 140737120617232 139770493569888 139771022419669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6224] ppid=6158 vsize=14069564 CPUtime=0.11 cores=1,3,5,7
/proc/6161/task/6224/stat : 6224 (java) S 6158 6161 3187 0 -1 1077944384 205 12738 0 0 1 3 4 3 20 0 15 0 6766374 14407233536 445281 18446744073709551615 4194304 4196468 140737120617232 139770492516912 139771022420610 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
Current children cumulated CPU time (s) 115.53
Current children cumulated vsize (KiB) 14069564

[startup+162.301 s]
/proc/loadavg: 1.89 1.87 1.77 3/212 6352
/proc/meminfo: memFree=26185560/32770624 swapFree=0/245024
[pid=6161] ppid=6158 vsize=14069564 CPUtime=176.73 cores=1,3,5,7
/proc/6161/stat : 6161 (java) S 6158 6161 3187 0 -1 1077944320 124095 12738 0 0 17568 98 4 3 20 0 15 0 6766342 14407233536 379033 18446744073709551615 4194304 4196468 140737120617232 140737120599776 139771022409463 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
/proc/6161/statm: 3517391 379033 3476 1 0 3506013 0
[pid=6161/tid=6211] ppid=6158 vsize=14069564 CPUtime=160.8 cores=1,3,5,7
/proc/6161/task/6211/stat : 6211 (java) R 6158 6161 3187 0 -1 4202560 58630 12738 0 0 16042 31 4 3 20 0 15 0 6766365 14407233536 379033 18446744073709551615 4194304 4196468 140737120617232 139771026643744 139770678605857 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6212] ppid=6158 vsize=14069564 CPUtime=0.96 cores=1,3,5,7
/proc/6161/task/6212/stat : 6212 (java) S 6158 6161 3187 0 -1 1077944384 1430 12738 0 0 76 13 4 3 20 0 15 0 6766365 14407233536 379033 18446744073709551615 4194304 4196468 140737120617232 139770987691024 139771022419669 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6213] ppid=6158 vsize=14069564 CPUtime=0.96 cores=1,3,5,7
/proc/6161/task/6213/stat : 6213 (java) S 6158 6161 3187 0 -1 1077944384 3699 12738 0 0 77 12 4 3 20 0 15 0 6766365 14407233536 379033 18446744073709551615 4194304 4196468 140737120617232 139770621856912 139771022419669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6214] ppid=6158 vsize=14069564 CPUtime=0.96 cores=1,3,5,7
/proc/6161/task/6214/stat : 6214 (java) S 6158 6161 3187 0 -1 1077944384 2368 12738 0 0 77 12 4 3 20 0 15 0 6766365 14407233536 379033 18446744073709551615 4194304 4196468 140737120617232 139770620803856 139771022419669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6215] ppid=6158 vsize=14069564 CPUtime=0.93 cores=1,3,5,7
/proc/6161/task/6215/stat : 6215 (java) S 6158 6161 3187 0 -1 1077944384 2554 12738 0 0 75 11 4 3 20 0 15 0 6766365 14407233536 379033 18446744073709551615 4194304 4196468 140737120617232 139770619751312 139771022419669 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6216] ppid=6158 vsize=14069564 CPUtime=0.37 cores=1,3,5,7
/proc/6161/task/6216/stat : 6216 (java) S 6158 6161 3187 0 -1 1077944384 4128 12738 0 0 27 3 4 3 20 0 15 0 6766367 14407233536 379033 18446744073709551615 4194304 4196468 140737120617232 139770500937968 139771022420610 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6217] ppid=6158 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/6161/task/6217/stat : 6217 (java) S 6158 6161 3187 0 -1 1077944384 67 12738 0 0 0 0 4 3 20 0 15 0 6766367 14407233536 379033 18446744073709551615 4194304 4196468 140737120617232 139770499884256 139771022419669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6218] ppid=6158 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/6161/task/6218/stat : 6218 (java) S 6158 6161 3187 0 -1 1077944384 56 12738 0 0 0 0 4 3 20 0 15 0 6766367 14407233536 379033 18446744073709551615 4194304 4196468 140737120617232 139770498831104 139771022419669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6219] ppid=6158 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/6161/task/6219/stat : 6219 (java) S 6158 6161 3187 0 -1 1077944384 3 12738 0 0 0 0 4 3 20 0 15 0 6766370 14407233536 379033 18446744073709551615 4194304 4196468 140737120617232 139770497779664 139771022428059 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6220] ppid=6158 vsize=14069564 CPUtime=5.07 cores=1,3,5,7
/proc/6161/task/6220/stat : 6220 (java) S 6158 6161 3187 0 -1 1077944384 19191 12738 0 0 497 3 4 3 20 0 15 0 6766370 14407233536 379033 18446744073709551615 4194304 4196468 140737120617232 139770496727792 139771022420610 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6221] ppid=6158 vsize=14069564 CPUtime=4.89 cores=1,3,5,7
/proc/6161/task/6221/stat : 6221 (java) S 6158 6161 3187 0 -1 1077944384 12440 12738 0 0 480 2 4 3 20 0 15 0 6766370 14407233536 379033 18446744073709551615 4194304 4196468 140737120617232 139770495675248 139771022420610 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6222] ppid=6158 vsize=14069564 CPUtime=2.17 cores=1,3,5,7
/proc/6161/task/6222/stat : 6222 (java) S 6158 6161 3187 0 -1 1077944384 17145 12738 0 0 205 5 4 3 20 0 15 0 6766370 14407233536 379033 18446744073709551615 4194304 4196468 140737120617232 139770494622192 139771022420610 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6223] ppid=6158 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/6161/task/6223/stat : 6223 (java) S 6158 6161 3187 0 -1 1077944384 3 12738 0 0 0 0 4 3 20 0 15 0 6766370 14407233536 379033 18446744073709551615 4194304 4196468 140737120617232 139770493569888 139771022419669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6224] ppid=6158 vsize=14069564 CPUtime=0.15 cores=1,3,5,7
/proc/6161/task/6224/stat : 6224 (java) S 6158 6161 3187 0 -1 1077944384 229 12738 0 0 3 5 4 3 20 0 15 0 6766374 14407233536 379033 18446744073709551615 4194304 4196468 140737120617232 139770492516912 139771022420610 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
Current children cumulated CPU time (s) 176.73
Current children cumulated vsize (KiB) 14069564

[startup+222.307 s]
/proc/loadavg: 1.92 1.87 1.78 3/213 6356
/proc/meminfo: memFree=25635956/32770624 swapFree=0/245052
[pid=6161] ppid=6158 vsize=14069564 CPUtime=238.5 cores=1,3,5,7
/proc/6161/stat : 6161 (java) S 6158 6161 3187 0 -1 1077944320 141024 12738 0 0 23733 110 4 3 20 0 15 0 6766342 14407233536 344904 18446744073709551615 4194304 4196468 140737120617232 140737120599776 139771022409463 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
/proc/6161/statm: 3517391 344904 3476 1 0 3506013 0
[pid=6161/tid=6211] ppid=6158 vsize=14069564 CPUtime=220.22 cores=1,3,5,7
/proc/6161/task/6211/stat : 6211 (java) R 6158 6161 3187 0 -1 4202560 60644 12738 0 0 21983 32 4 3 20 0 15 0 6766365 14407233536 344904 18446744073709551615 4194304 4196468 140737120617232 139771026643632 139770678601817 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6212] ppid=6158 vsize=14069564 CPUtime=1.3 cores=1,3,5,7
/proc/6161/task/6212/stat : 6212 (java) S 6158 6161 3187 0 -1 1077944384 1680 12738 0 0 108 15 4 3 20 0 15 0 6766365 14407233536 344904 18446744073709551615 4194304 4196468 140737120617232 139770987691024 139771022419669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6213] ppid=6158 vsize=14069564 CPUtime=1.3 cores=1,3,5,7
/proc/6161/task/6213/stat : 6213 (java) S 6158 6161 3187 0 -1 1077944384 3833 12738 0 0 109 14 4 3 20 0 15 0 6766365 14407233536 344904 18446744073709551615 4194304 4196468 140737120617232 139770621856912 139771022419669 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6214] ppid=6158 vsize=14069564 CPUtime=1.3 cores=1,3,5,7
/proc/6161/task/6214/stat : 6214 (java) S 6158 6161 3187 0 -1 1077944384 2623 12738 0 0 109 14 4 3 20 0 15 0 6766365 14407233536 344904 18446744073709551615 4194304 4196468 140737120617232 139770620803856 139771022419669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6215] ppid=6158 vsize=14069564 CPUtime=1.29 cores=1,3,5,7
/proc/6161/task/6215/stat : 6215 (java) S 6158 6161 3187 0 -1 1077944384 4888 12738 0 0 108 14 4 3 20 0 15 0 6766365 14407233536 344904 18446744073709551615 4194304 4196468 140737120617232 139770619751312 139771022419669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6216] ppid=6158 vsize=14069564 CPUtime=0.55 cores=1,3,5,7
/proc/6161/task/6216/stat : 6216 (java) S 6158 6161 3187 0 -1 1077944384 4758 12738 0 0 42 6 4 3 20 0 15 0 6766367 14407233536 344904 18446744073709551615 4194304 4196468 140737120617232 139770500937968 139771022420610 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6217] ppid=6158 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/6161/task/6217/stat : 6217 (java) S 6158 6161 3187 0 -1 1077944384 67 12738 0 0 0 0 4 3 20 0 15 0 6766367 14407233536 344904 18446744073709551615 4194304 4196468 140737120617232 139770499884256 139771022419669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6218] ppid=6158 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/6161/task/6218/stat : 6218 (java) S 6158 6161 3187 0 -1 1077944384 56 12738 0 0 0 0 4 3 20 0 15 0 6766367 14407233536 344904 18446744073709551615 4194304 4196468 140737120617232 139770498831104 139771022419669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6219] ppid=6158 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/6161/task/6219/stat : 6219 (java) S 6158 6161 3187 0 -1 1077944384 3 12738 0 0 0 0 4 3 20 0 15 0 6766370 14407233536 344904 18446744073709551615 4194304 4196468 140737120617232 139770497779664 139771022428059 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6220] ppid=6158 vsize=14069564 CPUtime=5.34 cores=1,3,5,7
/proc/6161/task/6220/stat : 6220 (java) S 6158 6161 3187 0 -1 1077944384 22728 12738 0 0 524 3 4 3 20 0 15 0 6766370 14407233536 344904 18446744073709551615 4194304 4196468 140737120617232 139770496727792 139771022420610 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6221] ppid=6158 vsize=14069564 CPUtime=5.17 cores=1,3,5,7
/proc/6161/task/6221/stat : 6221 (java) S 6158 6161 3187 0 -1 1077944384 15774 12738 0 0 508 2 4 3 20 0 15 0 6766370 14407233536 344904 18446744073709551615 4194304 4196468 140737120617232 139770495675248 139771022420610 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6222] ppid=6158 vsize=14069564 CPUtime=2.37 cores=1,3,5,7
/proc/6161/task/6222/stat : 6222 (java) S 6158 6161 3187 0 -1 1077944384 21561 12738 0 0 225 5 4 3 20 0 15 0 6766370 14407233536 344904 18446744073709551615 4194304 4196468 140737120617232 139770494622192 139771022420610 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6223] ppid=6158 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/6161/task/6223/stat : 6223 (java) S 6158 6161 3187 0 -1 1077944384 3 12738 0 0 0 0 4 3 20 0 15 0 6766370 14407233536 344904 18446744073709551615 4194304 4196468 140737120617232 139770493569888 139771022419669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6224] ppid=6158 vsize=14069564 CPUtime=0.19 cores=1,3,5,7
/proc/6161/task/6224/stat : 6224 (java) S 6158 6161 3187 0 -1 1077944384 254 12738 0 0 5 7 4 3 20 0 15 0 6766374 14407233536 344904 18446744073709551615 4194304 4196468 140737120617232 139770492516912 139771022420610 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
Current children cumulated CPU time (s) 238.5
Current children cumulated vsize (KiB) 14069564



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.86 1.86 1.78 6/213 6358
/proc/meminfo: memFree=25204076/32770624 swapFree=0/245076
[pid=6161] ppid=6158 vsize=14069564 CPUtime=256.74 cores=1,3,5,7
/proc/6161/stat : 6161 (java) S 6158 6161 3187 0 -1 1077944320 141699 12738 0 0 25553 114 4 3 20 0 15 0 6766342 14407233536 340426 18446744073709551615 4194304 4196468 140737120617232 140737120599776 139771022409463 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
/proc/6161/statm: 3517391 340426 3476 1 0 3506013 0
[pid=6161/tid=6211] ppid=6158 vsize=14069564 CPUtime=237.75 cores=1,3,5,7
/proc/6161/task/6211/stat : 6211 (java) R 6158 6161 3187 0 -1 4202560 61120 12738 0 0 23736 32 4 3 20 0 15 0 6766365 14407233536 340426 18446744073709551615 4194304 4196468 140737120617232 139771026643744 139770678580604 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6212] ppid=6158 vsize=14069564 CPUtime=1.41 cores=1,3,5,7
/proc/6161/task/6212/stat : 6212 (java) S 6158 6161 3187 0 -1 1077944384 1693 12738 0 0 119 15 4 3 20 0 15 0 6766365 14407233536 340426 18446744073709551615 4194304 4196468 140737120617232 139770987691024 139771022419669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6213] ppid=6158 vsize=14069564 CPUtime=1.41 cores=1,3,5,7
/proc/6161/task/6213/stat : 6213 (java) S 6158 6161 3187 0 -1 1077944384 3874 12738 0 0 119 15 4 3 20 0 15 0 6766365 14407233536 340426 18446744073709551615 4194304 4196468 140737120617232 139770621856912 139771022419669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6214] ppid=6158 vsize=14069564 CPUtime=1.41 cores=1,3,5,7
/proc/6161/task/6214/stat : 6214 (java) S 6158 6161 3187 0 -1 1077944384 2642 12738 0 0 119 15 4 3 20 0 15 0 6766365 14407233536 340426 18446744073709551615 4194304 4196468 140737120617232 139770620803856 139771022419669 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6215] ppid=6158 vsize=14069564 CPUtime=1.39 cores=1,3,5,7
/proc/6161/task/6215/stat : 6215 (java) S 6158 6161 3187 0 -1 1077944384 4909 12738 0 0 118 14 4 3 20 0 15 0 6766365 14407233536 340426 18446744073709551615 4194304 4196468 140737120617232 139770619751312 139771022419669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6216] ppid=6158 vsize=14069564 CPUtime=0.6 cores=1,3,5,7
/proc/6161/task/6216/stat : 6216 (java) S 6158 6161 3187 0 -1 1077944384 4762 12738 0 0 46 7 4 3 20 0 15 0 6766367 14407233536 340426 18446744073709551615 4194304 4196468 140737120617232 139770500937968 139771022420610 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6217] ppid=6158 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/6161/task/6217/stat : 6217 (java) S 6158 6161 3187 0 -1 1077944384 67 12738 0 0 0 0 4 3 20 0 15 0 6766367 14407233536 340426 18446744073709551615 4194304 4196468 140737120617232 139770499884256 139771022419669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6218] ppid=6158 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/6161/task/6218/stat : 6218 (java) S 6158 6161 3187 0 -1 1077944384 56 12738 0 0 0 0 4 3 20 0 15 0 6766367 14407233536 340426 18446744073709551615 4194304 4196468 140737120617232 139770498831104 139771022419669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6219] ppid=6158 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/6161/task/6219/stat : 6219 (java) S 6158 6161 3187 0 -1 1077944384 3 12738 0 0 0 0 4 3 20 0 15 0 6766370 14407233536 340426 18446744073709551615 4194304 4196468 140737120617232 139770497779664 139771022428059 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6220] ppid=6158 vsize=14069564 CPUtime=5.42 cores=1,3,5,7
/proc/6161/task/6220/stat : 6220 (java) S 6158 6161 3187 0 -1 1077944384 22745 12738 0 0 532 3 4 3 20 0 15 0 6766370 14407233536 340426 18446744073709551615 4194304 4196468 140737120617232 139770496727792 139771022420610 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6221] ppid=6158 vsize=14069564 CPUtime=5.24 cores=1,3,5,7
/proc/6161/task/6221/stat : 6221 (java) S 6158 6161 3187 0 -1 1077944384 15791 12738 0 0 515 2 4 3 20 0 15 0 6766370 14407233536 340426 18446744073709551615 4194304 4196468 140737120617232 139770495675248 139771022420610 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6222] ppid=6158 vsize=14069564 CPUtime=2.42 cores=1,3,5,7
/proc/6161/task/6222/stat : 6222 (java) S 6158 6161 3187 0 -1 1077944384 21628 12738 0 0 230 5 4 3 20 0 15 0 6766370 14407233536 340426 18446744073709551615 4194304 4196468 140737120617232 139770494622192 139771022420610 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6223] ppid=6158 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/6161/task/6223/stat : 6223 (java) S 6158 6161 3187 0 -1 1077944384 3 12738 0 0 0 0 4 3 20 0 15 0 6766370 14407233536 340426 18446744073709551615 4194304 4196468 140737120617232 139770493569888 139771022419669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
[pid=6161/tid=6224] ppid=6158 vsize=14069564 CPUtime=0.2 cores=1,3,5,7
/proc/6161/task/6224/stat : 6224 (java) S 6158 6161 3187 0 -1 1077944384 254 12738 0 0 6 7 4 3 20 0 15 0 6766374 14407233536 340426 18446744073709551615 4194304 4196468 140737120617232 139770492516912 139771022420610 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27222016 140737120622542 140737120625327 140737120625327 140737120628687 0
Current children cumulated CPU time (s) 256.74
Current children cumulated vsize (KiB) 14069564

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 6161 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 240.034
CPU time (s): 256.798
CPU user time (s): 255.598
CPU system time (s): 1.19975
CPU usage (%): 106.984
Max. virtual memory (cumulated for all children) (KiB): 14069564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 255.598
system time used= 1.19975
maximum resident set size= 1915536
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 155806
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22221
involuntary context switches= 699

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.991645 second user time and 1.59346 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-02 06:21:57
IDJOB=4259654
IDBENCH=123129
IDSOLVER=2646
FILE ID=node135/4259654-1501648557
RUNJOBID= node135-1501639717-27967
PBS_JOBID= 
Free space on /tmp= 61816 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-nug20.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259654-1501648557/watcher-4259654-1501648557 -o /tmp/evaluation-result-4259654-1501648557/solver-4259654-1501648557 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node135-1501639717-27967 --watchdog 300  bin/concrete HOME/instance-4259654-1501648557.xml

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

MD5SUM BENCH= 1ce5b24a466c3cb241db2c2b366e9012
RANDOM SEED=483567197

node135.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.21
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.21
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.21
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.21
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:        27358036 kB
MemAvailable:   27625576 kB
Buffers:          123688 kB
Cached:           421080 kB
SwapCached:            0 kB
Active:          4734872 kB
Inactive:         253432 kB
Active(anon):    4444156 kB
Inactive(anon):     8592 kB
Active(file):     290716 kB
Inactive(file):   244840 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24144 kB
Writeback:             0 kB
AnonPages:       4443508 kB
Mapped:            42308 kB
Shmem:              8960 kB
Slab:             121916 kB
SReclaimable:      95640 kB
SUnreclaim:        26276 kB
KernelStack:        3584 kB
PageTables:        13504 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5519184 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4231168 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61792 MiB
End job on node135 at 2017-08-02 06:25:57