Trace number 4245754

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
R1: Concrete 3.4SAT (TO)1307 2400.09 2323.65

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 benchmark1287
Best CPU time to get the best result obtained on this benchmark2400.07
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.70/2.16	c Concrete v3.4 running
15.03/5.26	o 1685
15.42/5.36	o 1637
15.75/5.43	o 1604
16.20/5.53	o 1598
16.20/5.57	o 1586
16.65/5.61	o 1578
16.65/5.66	o 1570
16.65/5.71	o 1558
17.12/5.76	o 1534
17.90/5.90	o 1514
17.90/5.94	o 1513
17.90/5.98	o 1511
18.31/6.02	o 1491
18.31/6.05	o 1477
18.31/6.08	o 1471
18.71/6.12	o 1467
18.71/6.15	o 1456
18.71/6.17	o 1434
19.08/6.25	o 1427
19.29/6.32	o 1413
19.29/6.34	o 1408
19.29/6.36	o 1407
19.29/6.40	o 1405
19.64/6.53	o 1403
19.83/6.61	o 1395
19.83/6.68	o 1391
20.08/6.74	o 1389
21.31/7.52	o 1380
21.31/7.58	o 1378
21.83/7.90	o 1375
22.46/8.13	o 1369
23.26/8.63	o 1355
23.26/8.65	o 1352
26.49/11.47	o 1323
32.29/16.89	o 1322
266.05/242.21	o 1313
266.31/242.42	o 1310
1222.14/1163.23	o 1307
2400.01/2323.61	java.util.concurrent.TimeoutException
2400.01/2323.61		at concrete.MAC.mac(MAC.scala:74)
2400.01/2323.61		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2400.01/2323.61		at scala.util.Try$.apply(Try.scala:209)
2400.01/2323.61		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2400.01/2323.61		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2400.01/2323.61		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2400.01/2323.61		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2400.01/2323.61		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2400.01/2323.61		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2400.01/2323.61		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2400.01/2323.61		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2400.01/2323.61		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2400.01/2323.61		at concrete.MAC.oneRun(MAC.scala:146)
2400.01/2323.61		at concrete.MAC.nextSolution(MAC.scala:166)
2400.01/2323.61		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2400.01/2323.61		at concrete.ProblemState.map(ProblemState.scala:203)
2400.01/2323.61		at concrete.ProblemState.map(ProblemState.scala:188)
2400.01/2323.61		at concrete.MAC.nextSolution(MAC.scala:195)
2400.01/2323.61		at concrete.Solver.hasNext(Solver.scala:202)
2400.01/2323.61		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2400.01/2323.61		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2400.01/2323.61		at concrete.Solver.toStream(Solver.scala:73)
2400.01/2323.61		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
2400.01/2323.61		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
2400.01/2323.61		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
2400.01/2323.61		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
2400.01/2323.61		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2400.01/2323.61		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2400.01/2323.61		at scala.util.Success.map(Try.scala:209)
2400.01/2323.61		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2400.01/2323.61		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2400.01/2323.61		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.01/2323.61		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2400.01/2323.61		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.01/2323.61		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2400.01/2323.61		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2400.01/2323.61		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2400.01/2323.61		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2400.01/2323.61		at scala.collection.immutable.List.foreach(List.scala:389)
2400.01/2323.61		at scala.App.main(App.scala:76)
2400.01/2323.61		at scala.App.main$(App.scala:74)
2400.01/2323.61		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.01/2323.61		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.01/2323.61	v <instantiation cost="1307">
2400.01/2323.61	v       <list>
2400.01/2323.61	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]
2400.01/2323.61	v       </list>
2400.01/2323.61	v       <values>
2400.01/2323.61	v         8 15 10 3 12 13 1 11 19 6 17 18 14 7 4 2 9 0 16 5 5 0 1 5 5 2 3 2 0 0 0 0 1 2 4 2 1 0 1 10 1 1 5 3 0 0 1 0 2 3 2 1 0 0 4 0 0 10 2 5 2 5 5 5 2 2 1 10 2 0 5 5 0 0 2 0 10 2 5 5 2 5 2 2 1 2 0 0 5 0 2 0 2 5 2 0 0 2 2 5 0 0 0 0 10 10 10 0 2 5 5 5 0 1 5 5 0 1 0 5 5 5 5 10 10 1 5 3 4 0 0 1 5 10 1 2 5 10 0 0 5 5 1 0 10 1 6 10 10 1 0 2 1 0 5 1 0 5 0 6 2 0 10 2 5 1 5 2 2 5 5 0 5 0 10 2 5 0 5 0 2 1 10 1 1 1 5 0 2 5 4 1 3 5 2 0 5 5 5 5 5 5 0 5 5 0 6 4 2 1
2400.01/2323.61	v       </values>
2400.01/2323.61	v     </instantiation>
2400.01/2323.62	s SATISFIABLE

Verifier Data

OK	1307

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-4245754-1500706783/watcher-4245754-1500706783 -o /tmp/evaluation-result-4245754-1500706783/solver-4245754-1500706783 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node125-1500682887-8968 --watchdog 2560 bin/concrete HOME/instance-4245754-1500706783.xml 

pid=15193
running on 8 cores: 0,2,4,6,8,10,12,14

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.83 1.69 1.68 3/261 15196
/proc/meminfo: memFree=28505804/32770624 swapFree=5780/384952
[pid=15196] ppid=15193 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15196/stat : 15196 (bash) S 15193 15196 7912 0 -1 4202496 685 1534 0 0 0 0 0 0 20 0 1 0 5945985 9736192 350 33554432000 4194304 5098028 140723303918976 140723303916616 140417619860480 0 0 4100 65536 18446744071580971376 0 0 17 10 0 0 0 0 0 7196144 7232144 25534464 140723303920910 140723303920995 140723303920995 140723303923694 0
/proc/15196/statm: 2377 350 278 221 0 86 0

[startup+0.100157 s]
/proc/loadavg: 1.83 1.69 1.68 3/261 15196
/proc/meminfo: memFree=28505804/32770624 swapFree=5780/384952
[pid=15196] ppid=15193 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/15196/stat : 15196 (bash) S 15193 15196 7912 0 -1 4202496 879 6421 0 0 0 0 0 1 20 0 1 0 5945985 9871360 377 33554432000 4194304 5098028 140723303918976 140723303912984 140417619860480 0 0 4100 65536 18446744071580971376 0 0 17 4 0 0 0 0 0 7196144 7232144 25534464 140723303920910 140723303920995 140723303920995 140723303923694 0
/proc/15196/statm: 2410 377 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200464 s]
/proc/loadavg: 1.83 1.69 1.68 3/261 15196
/proc/meminfo: memFree=28505804/32770624 swapFree=5780/384952
[pid=15196] ppid=15193 vsize=10435860 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/15196/stat : 15196 (java) S 15193 15196 7912 0 -1 1077944320 5136 12561 0 0 6 1 8 3 20 0 13 0 5945985 10686320640 5477 33554432000 4194304 4196468 140736907637616 140736907620160 139896931536631 0 0 0 16800971 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
/proc/15196/statm: 2608965 5477 2169 1 0 2597403 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10435860

[startup+0.300303 s]
/proc/loadavg: 1.83 1.69 1.68 3/261 15196
/proc/meminfo: memFree=28505804/32770624 swapFree=5780/384952
[pid=15196] ppid=15193 vsize=10902392 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/15196/stat : 15196 (java) S 15193 15196 7912 0 -1 1077944320 7406 12561 0 0 23 2 8 3 20 0 20 0 5945985 11164049408 9136 33554432000 4194304 4196468 140736907637616 140736907620160 139896931536631 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
/proc/15196/statm: 2725598 9136 2994 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902392

[startup+0.700199 s]
/proc/loadavg: 1.83 1.69 1.68 3/261 15196
/proc/meminfo: memFree=28505804/32770624 swapFree=5780/384952
[pid=15196] ppid=15193 vsize=10902720 CPUtime=0.91 cores=0,2,4,6,8,10,12,14
/proc/15196/stat : 15196 (java) S 15193 15196 7912 0 -1 1077944320 12455 12561 0 0 76 4 8 3 20 0 20 0 5945985 11164385280 15769 33554432000 4194304 4196468 140736907637616 140736907620160 139896931536631 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
/proc/15196/statm: 2725680 15769 3194 1 0 2713890 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 10902720

[startup+1.50079 s]
/proc/loadavg: 1.83 1.69 1.68 3/281 15269
/proc/meminfo: memFree=28371868/32770624 swapFree=5780/384832
[pid=15196] ppid=15193 vsize=10913344 CPUtime=2.28 cores=0,2,4,6,8,10,12,14
/proc/15196/stat : 15196 (java) S 15193 15196 7912 0 -1 1077944320 27446 12561 0 0 204 13 8 3 20 0 20 0 5945985 11175264256 44109 33554432000 4194304 4196468 140736907637616 140736907620160 139896931536631 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
/proc/15196/statm: 2728336 44109 3413 1 0 2716450 0
[pid=15196/tid=15251] ppid=15193 vsize=10913344 CPUtime=1.42 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15251/stat : 15251 (java) R 15193 15196 7912 0 -1 4202560 19327 12561 0 0 126 5 8 3 20 0 20 0 5945998 11175264256 44109 33554432000 4194304 4196468 140736907637616 139896935763808 139896931548566 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15252] ppid=15193 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15252/stat : 15252 (java) S 15193 15196 7912 0 -1 1077944384 19 12561 0 0 0 0 8 3 20 0 20 0 5945999 11175264256 44109 33554432000 4194304 4196468 140736907637616 139896884157072 139896931546837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15253] ppid=15193 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15253/stat : 15253 (java) S 15193 15196 7912 0 -1 1077944384 19 12561 0 0 0 0 8 3 20 0 20 0 5945999 11175264256 44109 33554432000 4194304 4196468 140736907637616 139896537405968 139896931546837 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15254] ppid=15193 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15254/stat : 15254 (java) S 15193 15196 7912 0 -1 1077944384 12 12561 0 0 0 0 8 3 20 0 20 0 5945999 11175264256 44109 33554432000 4194304 4196468 140736907637616 139896536353168 139896931546837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15255] ppid=15193 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15255/stat : 15255 (java) S 15193 15196 7912 0 -1 1077944384 52 12561 0 0 1 0 8 3 20 0 20 0 5945999 11175264256 44109 33554432000 4194304 4196468 140736907637616 139896535300368 139896931546837 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15256] ppid=15193 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15256/stat : 15256 (java) S 15193 15196 7912 0 -1 1077944384 30 12561 0 0 1 0 8 3 20 0 20 0 5945999 11175264256 44109 33554432000 4194304 4196468 140736907637616 139896534248592 139896931546837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15257] ppid=15193 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15257/stat : 15257 (java) S 15193 15196 7912 0 -1 1077944384 26 12561 0 0 0 0 8 3 20 0 20 0 5945999 11175264256 44109 33554432000 4194304 4196468 140736907637616 139896533195792 139896931546837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15258] ppid=15193 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15258/stat : 15258 (java) S 15193 15196 7912 0 -1 1077944384 137 12561 0 0 1 0 8 3 20 0 20 0 5945999 11175264256 44109 33554432000 4194304 4196468 140736907637616 139896532142992 139896931546837 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15259] ppid=15193 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15259/stat : 15259 (java) S 15193 15196 7912 0 -1 1077944384 24 12561 0 0 0 0 8 3 20 0 20 0 5945999 11175264256 44109 33554432000 4194304 4196468 140736907637616 139896531090192 139896931546837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15260] ppid=15193 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15260/stat : 15260 (java) S 15193 15196 7912 0 -1 1077944384 1585 12561 0 0 1 0 8 3 20 0 20 0 5946001 11175264256 44109 33554432000 4194304 4196468 140736907637616 139896405588336 139896931547778 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15261] ppid=15193 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15261/stat : 15261 (java) S 15193 15196 7912 0 -1 1077944384 55 12561 0 0 0 0 8 3 20 0 20 0 5946002 11175264256 44109 33554432000 4194304 4196468 140736907637616 139896404534368 139896931546837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15262] ppid=15193 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15262/stat : 15262 (java) S 15193 15196 7912 0 -1 1077944384 45 12561 0 0 0 0 8 3 20 0 20 0 5946002 11175264256 44109 33554432000 4194304 4196468 140736907637616 139896403481472 139896931546837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15263] ppid=15193 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15263/stat : 15263 (java) S 15193 15196 7912 0 -1 1077944384 1 12561 0 0 0 0 8 3 20 0 20 0 5946006 11175264256 44109 33554432000 4194304 4196468 140736907637616 139896402429776 139896931555227 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15264] ppid=15193 vsize=10913344 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15264/stat : 15264 (java) S 15193 15196 7912 0 -1 1077944384 1643 12561 0 0 15 0 8 3 20 0 20 0 5946006 11175264256 44109 33554432000 4194304 4196468 140736907637616 139896401378160 139896931547778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15265] ppid=15193 vsize=10913344 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15265/stat : 15265 (java) S 15193 15196 7912 0 -1 1077944384 499 12561 0 0 12 1 8 3 20 0 20 0 5946006 11175264256 44109 33554432000 4194304 4196468 140736907637616 139896400325360 139896931547778 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15266] ppid=15193 vsize=10913344 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15266/stat : 15266 (java) R 15193 15196 7912 0 -1 4202560 556 12561 0 0 13 0 8 3 20 0 20 0 5946006 11175264256 44109 33554432000 4194304 4196468 140736907637616 139896399259104 139896910793232 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15267] ppid=15193 vsize=10913344 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15267/stat : 15267 (java) S 15193 15196 7912 0 -1 1077944384 1281 12561 0 0 27 0 8 3 20 0 20 0 5946006 11175264256 44109 33554432000 4194304 4196468 140736907637616 139896398219760 139896931547778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15268] ppid=15193 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15268/stat : 15268 (java) S 15193 15196 7912 0 -1 1077944384 3 12561 0 0 0 0 8 3 20 0 20 0 5946007 11175264256 44109 33554432000 4194304 4196468 140736907637616 139896397167200 139896931546837 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15269] ppid=15193 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15269/stat : 15269 (java) S 15193 15196 7912 0 -1 1077944384 3 12561 0 0 0 0 8 3 20 0 20 0 5946007 11175264256 44109 33554432000 4194304 4196468 140736907637616 139896396114480 139896931547778 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 10913344

[startup+3.10076 s]
/proc/loadavg: 1.85 1.70 1.68 5/281 15269
/proc/meminfo: memFree=28298524/32770624 swapFree=5780/384864
[pid=15196] ppid=15193 vsize=10927868 CPUtime=6.03 cores=0,2,4,6,8,10,12,14
/proc/15196/stat : 15196 (java) S 15193 15196 7912 0 -1 1077944320 48439 12561 0 0 573 19 8 3 20 0 20 0 5945985 11190136832 56056 33554432000 4194304 4196468 140736907637616 140736907620160 139896931536631 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
/proc/15196/statm: 2731967 56056 3476 1 0 2719522 0
[pid=15196/tid=15251] ppid=15193 vsize=10927868 CPUtime=3.01 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15251/stat : 15251 (java) R 15193 15196 7912 0 -1 4202560 32598 12561 0 0 281 9 8 3 20 0 20 0 5945998 11190136832 56056 33554432000 4194304 4196468 140736907637616 139896935766632 139896931548566 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15252] ppid=15193 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15252/stat : 15252 (java) S 15193 15196 7912 0 -1 1077944384 19 12561 0 0 0 0 8 3 20 0 20 0 5945999 11190136832 56056 33554432000 4194304 4196468 140736907637616 139896884157072 139896931546837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15253] ppid=15193 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15253/stat : 15253 (java) S 15193 15196 7912 0 -1 1077944384 19 12561 0 0 0 0 8 3 20 0 20 0 5945999 11190136832 56056 33554432000 4194304 4196468 140736907637616 139896537405968 139896931546837 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15254] ppid=15193 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15254/stat : 15254 (java) S 15193 15196 7912 0 -1 1077944384 12 12561 0 0 0 0 8 3 20 0 20 0 5945999 11190136832 56056 33554432000 4194304 4196468 140736907637616 139896536353168 139896931546837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15255] ppid=15193 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15255/stat : 15255 (java) S 15193 15196 7912 0 -1 1077944384 52 12561 0 0 1 0 8 3 20 0 20 0 5945999 11190136832 56056 33554432000 4194304 4196468 140736907637616 139896535300368 139896931546837 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15256] ppid=15193 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15256/stat : 15256 (java) S 15193 15196 7912 0 -1 1077944384 30 12561 0 0 1 0 8 3 20 0 20 0 5945999 11190136832 56056 33554432000 4194304 4196468 140736907637616 139896534248592 139896931546837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15257] ppid=15193 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15257/stat : 15257 (java) S 15193 15196 7912 0 -1 1077944384 26 12561 0 0 0 0 8 3 20 0 20 0 5945999 11190136832 56056 33554432000 4194304 4196468 140736907637616 139896533195792 139896931546837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15258] ppid=15193 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15258/stat : 15258 (java) S 15193 15196 7912 0 -1 1077944384 137 12561 0 0 1 0 8 3 20 0 20 0 5945999 11190136832 56056 33554432000 4194304 4196468 140736907637616 139896532142992 139896931546837 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15259] ppid=15193 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15259/stat : 15259 (java) S 15193 15196 7912 0 -1 1077944384 24 12561 0 0 0 0 8 3 20 0 20 0 5945999 11190136832 56056 33554432000 4194304 4196468 140736907637616 139896531090192 139896931546837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15260] ppid=15193 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15260/stat : 15260 (java) S 15193 15196 7912 0 -1 1077944384 1610 12561 0 0 1 0 8 3 20 0 20 0 5946001 11190136832 56056 33554432000 4194304 4196468 140736907637616 139896405588336 139896931547778 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15261] ppid=15193 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15261/stat : 15261 (java) S 15193 15196 7912 0 -1 1077944384 55 12561 0 0 0 0 8 3 20 0 20 0 5946002 11190136832 56056 33554432000 4194304 4196468 140736907637616 139896404534368 139896931546837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15262] ppid=15193 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15262/stat : 15262 (java) S 15193 15196 7912 0 -1 1077944384 45 12561 0 0 0 0 8 3 20 0 20 0 5946002 11190136832 56056 33554432000 4194304 4196468 140736907637616 139896403481472 139896931546837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15263] ppid=15193 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15263/stat : 15263 (java) S 15193 15196 7912 0 -1 1077944384 1 12561 0 0 0 0 8 3 20 0 20 0 5946006 11190136832 56056 33554432000 4194304 4196468 140736907637616 139896402429776 139896931555227 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15264] ppid=15193 vsize=10927868 CPUtime=0.49 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15264/stat : 15264 (java) R 15193 15196 7912 0 -1 4202560 1872 12561 0 0 37 1 8 3 20 0 20 0 5946006 11190136832 56056 33554432000 4194304 4196468 140736907637616 139896401378160 139896912303888 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15265] ppid=15193 vsize=10927868 CPUtime=0.97 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15265/stat : 15265 (java) R 15193 15196 7912 0 -1 4202560 4292 12561 0 0 85 1 8 3 20 0 20 0 5946006 11190136832 56056 33554432000 4194304 4196468 140736907637616 139896400313792 139896915033207 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15266] ppid=15193 vsize=10927868 CPUtime=0.66 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15266/stat : 15266 (java) R 15193 15196 7912 0 -1 4202560 1699 12561 0 0 55 0 8 3 20 0 20 0 5946006 11190136832 56056 33554432000 4194304 4196468 140736907637616 139896399262368 139896913057699 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15267] ppid=15193 vsize=10927868 CPUtime=1.13 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15267/stat : 15267 (java) S 15193 15196 7912 0 -1 1077944384 3810 12561 0 0 102 0 8 3 20 0 20 0 5946006 11190136832 56056 33554432000 4194304 4196468 140736907637616 139896398219760 139896931547778 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15268] ppid=15193 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15268/stat : 15268 (java) S 15193 15196 7912 0 -1 1077944384 3 12561 0 0 0 0 8 3 20 0 20 0 5946007 11190136832 56056 33554432000 4194304 4196468 140736907637616 139896397167200 139896931546837 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15269] ppid=15193 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15269/stat : 15269 (java) S 15193 15196 7912 0 -1 1077944384 7 12561 0 0 0 0 8 3 20 0 20 0 5946007 11190136832 56056 33554432000 4194304 4196468 140736907637616 139896396114480 139896931547778 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 10927868

[startup+6.30078 s]
/proc/loadavg: 1.85 1.70 1.68 6/281 15269
/proc/meminfo: memFree=28013156/32770624 swapFree=5780/384856
[pid=15196] ppid=15193 vsize=10997500 CPUtime=19.29 cores=0,2,4,6,8,10,12,14
/proc/15196/stat : 15196 (java) S 15193 15196 7912 0 -1 1077944320 75051 12561 0 0 1884 34 8 3 20 0 20 0 5945985 11261440000 101318 33554432000 4194304 4196468 140736907637616 140736907620160 139896931536631 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
/proc/15196/statm: 2749375 101318 3511 1 0 2736930 0
[pid=15196/tid=15251] ppid=15193 vsize=10997500 CPUtime=5.87 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15251/stat : 15251 (java) R 15193 15196 7912 0 -1 4202560 39829 12561 0 0 564 12 8 3 20 0 20 0 5945998 11261440000 101318 33554432000 4194304 4196468 140736907637616 139896935769672 139896580702562 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15252] ppid=15193 vsize=10997500 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15252/stat : 15252 (java) S 15193 15196 7912 0 -1 1077944384 108 12561 0 0 17 2 8 3 20 0 20 0 5945999 11261440000 101318 33554432000 4194304 4196468 140736907637616 139896884157072 139896931546837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15253] ppid=15193 vsize=10997500 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15253/stat : 15253 (java) S 15193 15196 7912 0 -1 1077944384 81 12561 0 0 17 1 8 3 20 0 20 0 5945999 11261440000 101318 33554432000 4194304 4196468 140736907637616 139896537405968 139896931546837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15254] ppid=15193 vsize=10997500 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15254/stat : 15254 (java) S 15193 15196 7912 0 -1 1077944384 44 12561 0 0 17 1 8 3 20 0 20 0 5945999 11261440000 101318 33554432000 4194304 4196468 140736907637616 139896536353168 139896931546837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15255] ppid=15193 vsize=10997500 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15255/stat : 15255 (java) S 15193 15196 7912 0 -1 1077944384 81 12561 0 0 18 1 8 3 20 0 20 0 5945999 11261440000 101318 33554432000 4194304 4196468 140736907637616 139896535300368 139896931546837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15256] ppid=15193 vsize=10997500 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15256/stat : 15256 (java) S 15193 15196 7912 0 -1 1077944384 50 12561 0 0 18 1 8 3 20 0 20 0 5945999 11261440000 101318 33554432000 4194304 4196468 140736907637616 139896534248592 139896931546837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15257] ppid=15193 vsize=10997500 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15257/stat : 15257 (java) S 15193 15196 7912 0 -1 1077944384 176 12561 0 0 18 1 8 3 20 0 20 0 5945999 11261440000 101318 33554432000 4194304 4196468 140736907637616 139896533195792 139896931546837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15258] ppid=15193 vsize=10997500 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15258/stat : 15258 (java) S 15193 15196 7912 0 -1 1077944384 168 12561 0 0 17 1 8 3 20 0 20 0 5945999 11261440000 101318 33554432000 4194304 4196468 140736907637616 139896532142992 139896931546837 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15259] ppid=15193 vsize=10997500 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15259/stat : 15259 (java) S 15193 15196 7912 0 -1 1077944384 887 12561 0 0 19 1 8 3 20 0 20 0 5945999 11261440000 101318 33554432000 4194304 4196468 140736907637616 139896531090192 139896931546837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15260] ppid=15193 vsize=10997500 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15260/stat : 15260 (java) S 15193 15196 7912 0 -1 1077944384 2294 12561 0 0 13 0 8 3 20 0 20 0 5946001 11261440000 101318 33554432000 4194304 4196468 140736907637616 139896405588336 139896931547778 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15261] ppid=15193 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15261/stat : 15261 (java) S 15193 15196 7912 0 -1 1077944384 58 12561 0 0 0 0 8 3 20 0 20 0 5946002 11261440000 101318 33554432000 4194304 4196468 140736907637616 139896404534368 139896931546837 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15262] ppid=15193 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15262/stat : 15262 (java) S 15193 15196 7912 0 -1 1077944384 49 12561 0 0 0 0 8 3 20 0 20 0 5946002 11261440000 101318 33554432000 4194304 4196468 140736907637616 139896403481472 139896931546837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15263] ppid=15193 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15263/stat : 15263 (java) S 15193 15196 7912 0 -1 1077944384 1 12561 0 0 0 0 8 3 20 0 20 0 5946006 11261440000 101318 33554432000 4194304 4196468 140736907637616 139896402429776 139896931555227 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15264] ppid=15193 vsize=10997500 CPUtime=3.12 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15264/stat : 15264 (java) S 15193 15196 7912 0 -1 1077944384 6151 12561 0 0 300 1 8 3 20 0 20 0 5946006 11261440000 101318 33554432000 4194304 4196468 140736907637616 139896401378160 139896931547778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15265] ppid=15193 vsize=10997500 CPUtime=3.6 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15265/stat : 15265 (java) S 15193 15196 7912 0 -1 1077944384 9159 12561 0 0 347 2 8 3 20 0 20 0 5946006 11261440000 101318 33554432000 4194304 4196468 140736907637616 139896400325360 139896931547778 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15266] ppid=15193 vsize=10997500 CPUtime=3.27 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15266/stat : 15266 (java) S 15193 15196 7912 0 -1 1077944384 6800 12561 0 0 315 1 8 3 20 0 20 0 5946006 11261440000 101318 33554432000 4194304 4196468 140736907637616 139896399272560 139896931547778 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15267] ppid=15193 vsize=10997500 CPUtime=2.06 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15267/stat : 15267 (java) S 15193 15196 7912 0 -1 1077944384 6974 12561 0 0 193 2 8 3 20 0 20 0 5946006 11261440000 101318 33554432000 4194304 4196468 140736907637616 139896398219760 139896931547778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15268] ppid=15193 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14

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

[pid=15196/tid=15265] ppid=15193 vsize=10997500 CPUtime=5.01 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15265/stat : 15265 (java) S 15193 15196 7912 0 -1 1077944384 21436 12561 0 0 487 3 8 3 20 0 20 0 5946006 11261440000 823241 33554432000 4194304 4196468 140736907637616 139896400325360 139896931547778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15266] ppid=15193 vsize=10997500 CPUtime=5.2 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15266/stat : 15266 (java) S 15193 15196 7912 0 -1 1077944384 19574 12561 0 0 505 4 8 3 20 0 20 0 5946006 11261440000 823241 33554432000 4194304 4196468 140736907637616 139896399272560 139896931547778 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15267] ppid=15193 vsize=10997500 CPUtime=3.14 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15267/stat : 15267 (java) S 15193 15196 7912 0 -1 1077944384 27817 12561 0 0 298 5 8 3 20 0 20 0 5946006 11261440000 823241 33554432000 4194304 4196468 140736907637616 139896398219760 139896931547778 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15268] ppid=15193 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15268/stat : 15268 (java) S 15193 15196 7912 0 -1 1077944384 3 12561 0 0 0 0 8 3 20 0 20 0 5946007 11261440000 823241 33554432000 4194304 4196468 140736907637616 139896397167200 139896931546837 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15269] ppid=15193 vsize=10997500 CPUtime=1.29 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15269/stat : 15269 (java) S 15193 15196 7912 0 -1 1077944384 978 12561 0 0 60 58 8 3 20 0 20 0 5946007 11261440000 823241 33554432000 4194304 4196468 140736907637616 139896396114480 139896931547778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 13 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
Current children cumulated CPU time (s) 2278.24
Current children cumulated vsize (KiB) 10997500

[startup+2262.3 s]
/proc/loadavg: 1.72 1.68 2.29 3/281 17607
/proc/meminfo: memFree=26587216/32770624 swapFree=5780/386248
[pid=15196] ppid=15193 vsize=10997500 CPUtime=2338.49 cores=0,2,4,6,8,10,12,14
/proc/15196/stat : 15196 (java) S 15193 15196 7912 0 -1 1077944320 591730 12561 0 0 232862 976 8 3 20 0 20 0 5945985 11261440000 823289 33554432000 4194304 4196468 140736907637616 140736907620160 139896931536631 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
/proc/15196/statm: 2749375 823289 3522 1 0 2736930 0
[pid=15196/tid=15251] ppid=15193 vsize=10997500 CPUtime=2247.46 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15251/stat : 15251 (java) R 15193 15196 7912 0 -1 4202560 410950 12561 0 0 224612 123 8 3 20 0 20 0 5945998 11261440000 823289 33554432000 4194304 4196468 140736907637616 139896935770848 139896579016683 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15252] ppid=15193 vsize=10997500 CPUtime=8.67 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15252/stat : 15252 (java) S 15193 15196 7912 0 -1 1077944384 8921 12561 0 0 759 97 8 3 20 0 20 0 5945999 11261440000 823289 33554432000 4194304 4196468 140736907637616 139896884157072 139896931546837 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15253] ppid=15193 vsize=10997500 CPUtime=8.72 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15253/stat : 15253 (java) S 15193 15196 7912 0 -1 1077944384 12379 12561 0 0 762 99 8 3 20 0 20 0 5945999 11261440000 823289 33554432000 4194304 4196468 140736907637616 139896537405968 139896931546837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15254] ppid=15193 vsize=10997500 CPUtime=8.73 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15254/stat : 15254 (java) S 15193 15196 7912 0 -1 1077944384 6690 12561 0 0 764 98 8 3 20 0 20 0 5945999 11261440000 823289 33554432000 4194304 4196468 140736907637616 139896536353168 139896931546837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15255] ppid=15193 vsize=10997500 CPUtime=8.72 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15255/stat : 15255 (java) S 15193 15196 7912 0 -1 1077944384 9525 12561 0 0 764 97 8 3 20 0 20 0 5945999 11261440000 823289 33554432000 4194304 4196468 140736907637616 139896535300368 139896931546837 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15256] ppid=15193 vsize=10997500 CPUtime=8.84 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15256/stat : 15256 (java) S 15193 15196 7912 0 -1 1077944384 7585 12561 0 0 777 96 8 3 20 0 20 0 5945999 11261440000 823289 33554432000 4194304 4196468 140736907637616 139896534248592 139896931546837 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15257] ppid=15193 vsize=10997500 CPUtime=8.68 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15257/stat : 15257 (java) S 15193 15196 7912 0 -1 1077944384 8908 12561 0 0 765 92 8 3 20 0 20 0 5945999 11261440000 823289 33554432000 4194304 4196468 140736907637616 139896533195792 139896931546837 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15258] ppid=15193 vsize=10997500 CPUtime=8.65 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15258/stat : 15258 (java) S 15193 15196 7912 0 -1 1077944384 6045 12561 0 0 758 96 8 3 20 0 20 0 5945999 11261440000 823289 33554432000 4194304 4196468 140736907637616 139896532142992 139896931546837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15259] ppid=15193 vsize=10997500 CPUtime=8.8 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15259/stat : 15259 (java) S 15193 15196 7912 0 -1 1077944384 10384 12561 0 0 770 99 8 3 20 0 20 0 5945999 11261440000 823289 33554432000 4194304 4196468 140736907637616 139896531090192 139896931546837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15260] ppid=15193 vsize=10997500 CPUtime=3.42 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15260/stat : 15260 (java) S 15193 15196 7912 0 -1 1077944384 21480 12561 0 0 282 49 8 3 20 0 20 0 5946001 11261440000 823289 33554432000 4194304 4196468 140736907637616 139896405588336 139896931547778 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15261] ppid=15193 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15261/stat : 15261 (java) S 15193 15196 7912 0 -1 1077944384 65 12561 0 0 0 0 8 3 20 0 20 0 5946002 11261440000 823289 33554432000 4194304 4196468 140736907637616 139896404534368 139896931546837 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15262] ppid=15193 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15262/stat : 15262 (java) S 15193 15196 7912 0 -1 1077944384 49 12561 0 0 0 0 8 3 20 0 20 0 5946002 11261440000 823289 33554432000 4194304 4196468 140736907637616 139896403481472 139896931546837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15263] ppid=15193 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15263/stat : 15263 (java) S 15193 15196 7912 0 -1 1077944384 1 12561 0 0 0 0 8 3 20 0 20 0 5946006 11261440000 823289 33554432000 4194304 4196468 140736907637616 139896402429776 139896931555227 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15264] ppid=15193 vsize=10997500 CPUtime=4.5 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15264/stat : 15264 (java) S 15193 15196 7912 0 -1 1077944384 16182 12561 0 0 435 4 8 3 20 0 20 0 5946006 11261440000 823289 33554432000 4194304 4196468 140736907637616 139896401378160 139896931547778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15265] ppid=15193 vsize=10997500 CPUtime=5.01 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15265/stat : 15265 (java) S 15193 15196 7912 0 -1 1077944384 21438 12561 0 0 487 3 8 3 20 0 20 0 5946006 11261440000 823289 33554432000 4194304 4196468 140736907637616 139896400325360 139896931547778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15266] ppid=15193 vsize=10997500 CPUtime=5.2 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15266/stat : 15266 (java) S 15193 15196 7912 0 -1 1077944384 19576 12561 0 0 505 4 8 3 20 0 20 0 5946006 11261440000 823289 33554432000 4194304 4196468 140736907637616 139896399272560 139896931547778 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15267] ppid=15193 vsize=10997500 CPUtime=3.15 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15267/stat : 15267 (java) S 15193 15196 7912 0 -1 1077944384 28420 12561 0 0 299 5 8 3 20 0 20 0 5946006 11261440000 823289 33554432000 4194304 4196468 140736907637616 139896398219760 139896931547778 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15268] ppid=15193 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15268/stat : 15268 (java) S 15193 15196 7912 0 -1 1077944384 3 12561 0 0 0 0 8 3 20 0 20 0 5946007 11261440000 823289 33554432000 4194304 4196468 140736907637616 139896397167200 139896931546837 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15269] ppid=15193 vsize=10997500 CPUtime=1.32 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15269/stat : 15269 (java) S 15193 15196 7912 0 -1 1077944384 1000 12561 0 0 61 60 8 3 20 0 20 0 5946007 11261440000 823289 33554432000 4194304 4196468 140736907637616 139896396114480 139896931547778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 13 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
Current children cumulated CPU time (s) 2338.49
Current children cumulated vsize (KiB) 10997500

[startup+2322.3 s]
/proc/loadavg: 1.65 1.68 2.25 3/281 17608
/proc/meminfo: memFree=26597364/32770624 swapFree=5780/386276
[pid=15196] ppid=15193 vsize=10997500 CPUtime=2398.72 cores=0,2,4,6,8,10,12,14
/proc/15196/stat : 15196 (java) S 15193 15196 7912 0 -1 1077944320 614052 12561 0 0 238881 980 8 3 20 0 20 0 5945985 11261440000 823410 33554432000 4194304 4196468 140736907637616 140736907620160 139896931536631 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
/proc/15196/statm: 2749375 823410 3522 1 0 2736930 0
[pid=15196/tid=15251] ppid=15193 vsize=10997500 CPUtime=2307.4 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15251/stat : 15251 (java) R 15193 15196 7912 0 -1 4202560 432605 12561 0 0 230605 124 8 3 20 0 20 0 5945998 11261440000 823410 33554432000 4194304 4196468 140736907637616 139896935770688 139896568305415 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15252] ppid=15193 vsize=10997500 CPUtime=8.7 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15252/stat : 15252 (java) S 15193 15196 7912 0 -1 1077944384 8926 12561 0 0 762 97 8 3 20 0 20 0 5945999 11261440000 823410 33554432000 4194304 4196468 140736907637616 139896884157072 139896931546837 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15253] ppid=15193 vsize=10997500 CPUtime=8.75 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15253/stat : 15253 (java) S 15193 15196 7912 0 -1 1077944384 12501 12561 0 0 765 99 8 3 20 0 20 0 5945999 11261440000 823410 33554432000 4194304 4196468 140736907637616 139896537405968 139896931546837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15254] ppid=15193 vsize=10997500 CPUtime=8.76 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15254/stat : 15254 (java) S 15193 15196 7912 0 -1 1077944384 6694 12561 0 0 767 98 8 3 20 0 20 0 5945999 11261440000 823410 33554432000 4194304 4196468 140736907637616 139896536353168 139896931546837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15255] ppid=15193 vsize=10997500 CPUtime=8.74 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15255/stat : 15255 (java) S 15193 15196 7912 0 -1 1077944384 9545 12561 0 0 766 97 8 3 20 0 20 0 5945999 11261440000 823410 33554432000 4194304 4196468 140736907637616 139896535300368 139896931546837 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15256] ppid=15193 vsize=10997500 CPUtime=8.87 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15256/stat : 15256 (java) S 15193 15196 7912 0 -1 1077944384 7591 12561 0 0 780 96 8 3 20 0 20 0 5945999 11261440000 823410 33554432000 4194304 4196468 140736907637616 139896534248592 139896931546837 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15257] ppid=15193 vsize=10997500 CPUtime=8.71 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15257/stat : 15257 (java) S 15193 15196 7912 0 -1 1077944384 8926 12561 0 0 768 92 8 3 20 0 20 0 5945999 11261440000 823410 33554432000 4194304 4196468 140736907637616 139896533195792 139896931546837 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15258] ppid=15193 vsize=10997500 CPUtime=8.68 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15258/stat : 15258 (java) S 15193 15196 7912 0 -1 1077944384 6052 12561 0 0 761 96 8 3 20 0 20 0 5945999 11261440000 823410 33554432000 4194304 4196468 140736907637616 139896532142992 139896931546837 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15259] ppid=15193 vsize=10997500 CPUtime=8.83 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15259/stat : 15259 (java) S 15193 15196 7912 0 -1 1077944384 10647 12561 0 0 773 99 8 3 20 0 20 0 5945999 11261440000 823410 33554432000 4194304 4196468 140736907637616 139896531090192 139896931546837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15260] ppid=15193 vsize=10997500 CPUtime=3.43 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15260/stat : 15260 (java) S 15193 15196 7912 0 -1 1077944384 21674 12561 0 0 283 49 8 3 20 0 20 0 5946001 11261440000 823410 33554432000 4194304 4196468 140736907637616 139896405588336 139896931547778 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15261] ppid=15193 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15261/stat : 15261 (java) S 15193 15196 7912 0 -1 1077944384 65 12561 0 0 0 0 8 3 20 0 20 0 5946002 11261440000 823410 33554432000 4194304 4196468 140736907637616 139896404534368 139896931546837 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15262] ppid=15193 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15262/stat : 15262 (java) S 15193 15196 7912 0 -1 1077944384 49 12561 0 0 0 0 8 3 20 0 20 0 5946002 11261440000 823410 33554432000 4194304 4196468 140736907637616 139896403481472 139896931546837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15263] ppid=15193 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15263/stat : 15263 (java) S 15193 15196 7912 0 -1 1077944384 1 12561 0 0 0 0 8 3 20 0 20 0 5946006 11261440000 823410 33554432000 4194304 4196468 140736907637616 139896402429776 139896931555227 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15264] ppid=15193 vsize=10997500 CPUtime=4.51 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15264/stat : 15264 (java) S 15193 15196 7912 0 -1 1077944384 16184 12561 0 0 436 4 8 3 20 0 20 0 5946006 11261440000 823410 33554432000 4194304 4196468 140736907637616 139896401378160 139896931547778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15265] ppid=15193 vsize=10997500 CPUtime=5.01 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15265/stat : 15265 (java) S 15193 15196 7912 0 -1 1077944384 21440 12561 0 0 487 3 8 3 20 0 20 0 5946006 11261440000 823410 33554432000 4194304 4196468 140736907637616 139896400325360 139896931547778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15266] ppid=15193 vsize=10997500 CPUtime=5.2 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15266/stat : 15266 (java) S 15193 15196 7912 0 -1 1077944384 19578 12561 0 0 505 4 8 3 20 0 20 0 5946006 11261440000 823410 33554432000 4194304 4196468 140736907637616 139896399272560 139896931547778 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15267] ppid=15193 vsize=10997500 CPUtime=3.15 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15267/stat : 15267 (java) S 15193 15196 7912 0 -1 1077944384 28422 12561 0 0 299 5 8 3 20 0 20 0 5946006 11261440000 823410 33554432000 4194304 4196468 140736907637616 139896398219760 139896931547778 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15268] ppid=15193 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15268/stat : 15268 (java) S 15193 15196 7912 0 -1 1077944384 3 12561 0 0 0 0 8 3 20 0 20 0 5946007 11261440000 823410 33554432000 4194304 4196468 140736907637616 139896397167200 139896931546837 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15269] ppid=15193 vsize=10997500 CPUtime=1.35 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15269/stat : 15269 (java) S 15193 15196 7912 0 -1 1077944384 1020 12561 0 0 62 62 8 3 20 0 20 0 5946007 11261440000 823410 33554432000 4194304 4196468 140736907637616 139896396114480 139896931547778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 13 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
Current children cumulated CPU time (s) 2398.72
Current children cumulated vsize (KiB) 10997500



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2323.6 s]
/proc/loadavg: 1.60 1.67 2.24 3/281 17608
/proc/meminfo: memFree=26597364/32770624 swapFree=5780/386276
[pid=15196] ppid=15193 vsize=10997500 CPUtime=2400.01 cores=0,2,4,6,8,10,12,14
/proc/15196/stat : 15196 (java) S 15193 15196 7912 0 -1 1077944320 614311 12561 0 0 239010 980 8 3 20 0 20 0 5945985 11261440000 823410 33554432000 4194304 4196468 140736907637616 140736907620160 139896931536631 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
/proc/15196/statm: 2749375 823410 3522 1 0 2736930 0
[pid=15196/tid=15251] ppid=15193 vsize=10997500 CPUtime=2308.69 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15251/stat : 15251 (java) R 15193 15196 7912 0 -1 4202560 432862 12561 0 0 230734 124 8 3 20 0 20 0 5945998 11261440000 823410 33554432000 4194304 4196468 140736907637616 139896935770688 139896578386438 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15252] ppid=15193 vsize=10997500 CPUtime=8.7 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15252/stat : 15252 (java) S 15193 15196 7912 0 -1 1077944384 8926 12561 0 0 762 97 8 3 20 0 20 0 5945999 11261440000 823410 33554432000 4194304 4196468 140736907637616 139896884157072 139896931546837 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15253] ppid=15193 vsize=10997500 CPUtime=8.75 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15253/stat : 15253 (java) S 15193 15196 7912 0 -1 1077944384 12501 12561 0 0 765 99 8 3 20 0 20 0 5945999 11261440000 823410 33554432000 4194304 4196468 140736907637616 139896537405968 139896931546837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15254] ppid=15193 vsize=10997500 CPUtime=8.76 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15254/stat : 15254 (java) S 15193 15196 7912 0 -1 1077944384 6694 12561 0 0 767 98 8 3 20 0 20 0 5945999 11261440000 823410 33554432000 4194304 4196468 140736907637616 139896536353168 139896931546837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15255] ppid=15193 vsize=10997500 CPUtime=8.74 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15255/stat : 15255 (java) S 15193 15196 7912 0 -1 1077944384 9545 12561 0 0 766 97 8 3 20 0 20 0 5945999 11261440000 823410 33554432000 4194304 4196468 140736907637616 139896535300368 139896931546837 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15256] ppid=15193 vsize=10997500 CPUtime=8.87 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15256/stat : 15256 (java) S 15193 15196 7912 0 -1 1077944384 7591 12561 0 0 780 96 8 3 20 0 20 0 5945999 11261440000 823410 33554432000 4194304 4196468 140736907637616 139896534248592 139896931546837 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15257] ppid=15193 vsize=10997500 CPUtime=8.71 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15257/stat : 15257 (java) S 15193 15196 7912 0 -1 1077944384 8926 12561 0 0 768 92 8 3 20 0 20 0 5945999 11261440000 823410 33554432000 4194304 4196468 140736907637616 139896533195792 139896931546837 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15258] ppid=15193 vsize=10997500 CPUtime=8.68 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15258/stat : 15258 (java) S 15193 15196 7912 0 -1 1077944384 6052 12561 0 0 761 96 8 3 20 0 20 0 5945999 11261440000 823410 33554432000 4194304 4196468 140736907637616 139896532142992 139896931546837 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15259] ppid=15193 vsize=10997500 CPUtime=8.83 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15259/stat : 15259 (java) S 15193 15196 7912 0 -1 1077944384 10647 12561 0 0 773 99 8 3 20 0 20 0 5945999 11261440000 823410 33554432000 4194304 4196468 140736907637616 139896531090192 139896931546837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15260] ppid=15193 vsize=10997500 CPUtime=3.43 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15260/stat : 15260 (java) S 15193 15196 7912 0 -1 1077944384 21675 12561 0 0 283 49 8 3 20 0 20 0 5946001 11261440000 823410 33554432000 4194304 4196468 140736907637616 139896405588336 139896931547778 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15261] ppid=15193 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15261/stat : 15261 (java) S 15193 15196 7912 0 -1 1077944384 65 12561 0 0 0 0 8 3 20 0 20 0 5946002 11261440000 823410 33554432000 4194304 4196468 140736907637616 139896404534368 139896931546837 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15262] ppid=15193 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15262/stat : 15262 (java) S 15193 15196 7912 0 -1 1077944384 49 12561 0 0 0 0 8 3 20 0 20 0 5946002 11261440000 823410 33554432000 4194304 4196468 140736907637616 139896403481472 139896931546837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15263] ppid=15193 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15263/stat : 15263 (java) S 15193 15196 7912 0 -1 1077944384 1 12561 0 0 0 0 8 3 20 0 20 0 5946006 11261440000 823410 33554432000 4194304 4196468 140736907637616 139896402429776 139896931555227 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15264] ppid=15193 vsize=10997500 CPUtime=4.51 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15264/stat : 15264 (java) S 15193 15196 7912 0 -1 1077944384 16184 12561 0 0 436 4 8 3 20 0 20 0 5946006 11261440000 823410 33554432000 4194304 4196468 140736907637616 139896401378160 139896931547778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15265] ppid=15193 vsize=10997500 CPUtime=5.01 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15265/stat : 15265 (java) S 15193 15196 7912 0 -1 1077944384 21440 12561 0 0 487 3 8 3 20 0 20 0 5946006 11261440000 823410 33554432000 4194304 4196468 140736907637616 139896400325360 139896931547778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15266] ppid=15193 vsize=10997500 CPUtime=5.2 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15266/stat : 15266 (java) S 15193 15196 7912 0 -1 1077944384 19578 12561 0 0 505 4 8 3 20 0 20 0 5946006 11261440000 823410 33554432000 4194304 4196468 140736907637616 139896399272560 139896931547778 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15267] ppid=15193 vsize=10997500 CPUtime=3.15 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15267/stat : 15267 (java) S 15193 15196 7912 0 -1 1077944384 28422 12561 0 0 299 5 8 3 20 0 20 0 5946006 11261440000 823410 33554432000 4194304 4196468 140736907637616 139896398219760 139896931547778 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15268] ppid=15193 vsize=10997500 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15268/stat : 15268 (java) S 15193 15196 7912 0 -1 1077944384 3 12561 0 0 0 0 8 3 20 0 20 0 5946007 11261440000 823410 33554432000 4194304 4196468 140736907637616 139896397167200 139896931546837 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
[pid=15196/tid=15269] ppid=15193 vsize=10997500 CPUtime=1.36 cores=0,2,4,6,8,10,12,14
/proc/15196/task/15269/stat : 15269 (java) S 15193 15196 7912 0 -1 1077944384 1021 12561 0 0 63 62 8 3 20 0 20 0 5946007 11261440000 823410 33554432000 4194304 4196468 140736907637616 139896396114480 139896931547778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 13 0 0 6293624 6294260 11374592 140736907639489 140736907642263 140736907642263 140736907644879 0
Current children cumulated CPU time (s) 2400.01
Current children cumulated vsize (KiB) 10997500

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

Child status: 143
Real time (s): 2323.65
CPU time (s): 2400.09
CPU user time (s): 2390.21
CPU system time (s): 9.87544
CPU usage (%): 103.289
Max. virtual memory (cumulated for all children) (KiB): 10997500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2390.21
system time used= 9.87544
maximum resident set size= 3294648
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 628381
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4408
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 162773
involuntary context switches= 144923

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.9407 second user time and 20.1823 second system time

The end

Launcher Data

Begin job on node125 at 2017-07-22 08:59:43
IDJOB=4245754
IDBENCH=123129
IDSOLVER=2630
FILE ID=node125/4245754-1500706783
RUNJOBID= node125-1500682887-8968
PBS_JOBID= 20623328
Free space on /tmp= 61952 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-4245754-1500706783/watcher-4245754-1500706783 -o /tmp/evaluation-result-4245754-1500706783/solver-4245754-1500706783 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node125-1500682887-8968 --watchdog 2560  bin/concrete HOME/instance-4245754-1500706783.xml

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

MD5SUM BENCH= 1ce5b24a466c3cb241db2c2b366e9012
RANDOM SEED=166030295

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

/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		: 2133.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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		: 2533.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2667.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2667.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
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	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2533.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        28505856 kB
MemAvailable:   28947036 kB
Buffers:          180268 kB
Cached:           537416 kB
SwapCached:            0 kB
Active:          3424796 kB
Inactive:         393708 kB
Active(anon):    3103564 kB
Inactive(anon):     8764 kB
Active(file):     321232 kB
Inactive(file):   384944 kB
Unevictable:        5780 kB
Mlocked:            5780 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24192 kB
Writeback:             0 kB
AnonPages:       3172024 kB
Mapped:            43804 kB
Shmem:              8840 kB
Slab:             135068 kB
SReclaimable:     101676 kB
SUnreclaim:        33392 kB
KernelStack:        4528 kB
PageTables:        11352 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3797768 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2963456 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 61928 MiB
End job on node125 at 2017-07-22 09:38:27