Trace number 4262046

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)1276 2520.0901 2484.96

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-nug21.xml
MD5SUMe5033dc7ed55784590c83dd9aaaff95e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1228
Best CPU time to get the best result obtained on this benchmark2520.05
Satisfiable
(Un)Satisfiability was proved
Number of variables462
Number of constraints211
Number of domains2
Minimum domain size8
Maximum domain size21
Distribution of domain sizes[{"size":8,"count":210},{"size":21,"count":21}]
Minimum variable degree0
Maximum variable degree21
Distribution of variable degrees[{"degree":0,"count":231},{"degree":2,"count":210},{"degree":21,"count":21}]
Minimum constraint arity3
Maximum constraint arity21
Distribution of constraint arities[{"arity":3,"count":210},{"arity":21,"count":1}]
Number of extensional constraints210
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":210},{"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.22/2.20	c Concrete v3.4 running
12.57/5.51	o 1681
12.87/5.60	o 1666
13.15/5.68	o 1616
13.43/5.73	o 1568
13.43/5.79	o 1560
13.75/5.85	o 1559
13.75/5.90	o 1555
14.09/5.95	o 1533
14.37/6.00	o 1475
14.37/6.05	o 1468
14.67/6.11	o 1443
14.67/6.16	o 1419
14.67/6.18	o 1418
15.53/6.45	o 1406
15.67/6.53	o 1404
15.84/6.63	o 1402
16.13/6.83	o 1392
16.13/6.86	o 1390
16.24/6.94	o 1363
16.24/6.99	o 1360
16.65/7.27	o 1353
19.81/8.96	o 1351
72.88/60.71	o 1348
72.88/60.80	o 1343
75.18/62.85	o 1340
75.18/62.88	o 1331
75.32/62.99	o 1323
75.53/63.15	o 1321
81.38/68.75	o 1311
84.67/71.98	o 1305
85.07/72.33	o 1302
85.31/72.58	o 1291
715.57/688.19	o 1276
2520.03/2484.91	java.util.concurrent.TimeoutException
2520.03/2484.91		at concrete.MAC.mac(MAC.scala:74)
2520.03/2484.91		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2520.03/2484.91		at scala.util.Try$.apply(Try.scala:209)
2520.03/2484.91		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.03/2484.91		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.03/2484.91		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.03/2484.91		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.03/2484.91		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2520.03/2484.91		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.03/2484.91		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.03/2484.91		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.03/2484.91		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.03/2484.91		at concrete.MAC.oneRun(MAC.scala:146)
2520.03/2484.91		at concrete.MAC.nextSolution(MAC.scala:166)
2520.03/2484.91		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2520.03/2484.91		at concrete.ProblemState.map(ProblemState.scala:203)
2520.03/2484.91		at concrete.ProblemState.map(ProblemState.scala:188)
2520.03/2484.91		at concrete.MAC.nextSolution(MAC.scala:195)
2520.03/2484.91		at concrete.Solver.hasNext(Solver.scala:202)
2520.03/2484.91		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2520.03/2484.91		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2520.03/2484.91		at concrete.Solver.toStream(Solver.scala:73)
2520.03/2484.91		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
2520.03/2484.91		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
2520.03/2484.91		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
2520.03/2484.91		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
2520.03/2484.91		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2520.03/2484.91		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.03/2484.91		at scala.util.Success.map(Try.scala:209)
2520.03/2484.91		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2520.03/2484.91		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2520.03/2484.91		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.03/2484.91		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2520.03/2484.91		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.03/2484.91		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.03/2484.91		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.03/2484.91		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.03/2484.91		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.03/2484.91		at scala.collection.immutable.List.foreach(List.scala:389)
2520.03/2484.91		at scala.App.main(App.scala:76)
2520.03/2484.91		at scala.App.main$(App.scala:74)
2520.03/2484.91		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.03/2484.91		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.03/2484.92	v <instantiation cost="1276">
2520.03/2484.92	v       <list>
2520.03/2484.92	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] x[20] 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[0][20] 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[1][20] 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[2][20] 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[3][20] 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[4][20] 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[5][20] 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[6][20] 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[7][20] 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[8][20] 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[9][20] 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[10][20] 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[11][20] d[12][13] d[12][14] d[12][15] d[12][16] d[12][17] d[12][18] d[12][19] d[12][20] d[13][14] d[13][15] d[13][16] d[13][17] d[13][18] d[13][19] d[13][20] d[14][15] d[14][16] d[14][17] d[14][18] d[14][19] d[14][20] d[15][16] d[15][17] d[15][18] d[15][19] d[15][20] d[16][17] d[16][18] d[16][19] d[16][20] d[17][18] d[17][19] d[17][20] d[18][19] d[18][20] d[19][20]
2520.03/2484.92	v       </list>
2520.03/2484.92	v       <values>
2520.03/2484.92	v         2 8 9 15 10 3 14 1 20 6 0 18 7 16 4 12 11 5 17 13 19 5 1 4 4 3 0 4 5 5 2 3 5 0 4 0 1 0 6 4 2 10 3 2 2 0 2 4 10 0 0 1 0 0 5 1 2 2 2 0 5 5 0 1 2 3 5 5 5 3 5 0 6 5 1 0 0 2 1 5 4 0 2 10 0 0 4 0 0 4 0 5 3 1 2 6 2 1 0 10 2 0 5 0 0 0 0 4 2 1 0 2 0 2 0 0 1 2 1 0 2 0 0 1 5 1 0 0 0 2 0 2 5 0 0 2 5 1 2 1 6 0 3 0 0 0 10 5 0 4 2 0 1 5 1 5 0 0 2 6 0 0 2 0 5 10 10 10 2 2 6 10 1 1 0 1 3 5 5 0 0 5 2 6 0 0 10 2 0 1 0 0 5 3 0 5 0 0 0 2 2 0 6 2 2 0 0 2 0 0 0 2 5 1 0 0 5 10 2 2 0 10 0 5 2 5 2 0 5 1 10
2520.03/2484.92	v       </values>
2520.03/2484.92	v     </instantiation>
2520.03/2484.92	s SATISFIABLE

Verifier Data

OK	1276

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-4262046-1502430743/watcher-4262046-1502430743 -o /tmp/evaluation-result-4262046-1502430743/solver-4262046-1502430743 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502411403-4959 --watchdog 2580 bin/concrete HOME/instance-4262046-1502430743.xml 

pid=11517
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 4.60 3.93 2.66 3/198 11520
/proc/meminfo: memFree=30481976/32770624 swapFree=0/446732
[pid=11520] ppid=11517 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/11520/stat : 11520 (runsolver) D 11517 11520 4896 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 142727209 24240128 106 18446744073709551615 4194304 4338465 140725452815072 140725452812712 140690326647511 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 14274560 140725452816593 140725452816969 140725452816969 140725452820426 0
/proc/11520/statm: 5918 106 53 36 0 2156 0

[startup+0.100163 s]
/proc/loadavg: 4.60 3.93 2.66 3/198 11520
/proc/meminfo: memFree=30481976/32770624 swapFree=0/446732
[pid=11520] ppid=11517 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/11520/stat : 11520 (bash) S 11517 11520 4896 0 -1 4202496 898 6472 0 0 0 0 0 1 20 0 1 0 142727209 9867264 377 18446744073709551615 4194304 5098028 140723445815424 140723445809432 140266406476800 0 0 5 65536 18446744071580971376 0 0 17 2 0 0 7 0 0 7196144 7232144 21876736 140723445817876 140723445817961 140723445817961 140723445821418 0
/proc/11520/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200231 s]
/proc/loadavg: 4.60 3.93 2.66 3/198 11520
/proc/meminfo: memFree=30481976/32770624 swapFree=0/446732
[pid=11520] ppid=11517 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/11520/stat : 11520 (bash) S 11517 11520 4896 0 -1 4202496 898 6472 0 0 0 0 0 1 20 0 1 0 142727209 9867264 377 18446744073709551615 4194304 5098028 140723445815424 140723445809432 140266406476800 0 0 5 65536 18446744071580971376 0 0 17 2 0 0 7 0 0 7196144 7232144 21876736 140723445817876 140723445817961 140723445817961 140723445821418 0
/proc/11520/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.301625 s]
/proc/loadavg: 4.60 3.93 2.66 3/198 11520
/proc/meminfo: memFree=30481976/32770624 swapFree=0/446732
[pid=11520] ppid=11517 vsize=13973872 CPUtime=0.15 cores=0,2,4,6
/proc/11520/stat : 11520 (java) S 11517 11520 4896 0 -1 1077944320 5718 12662 0 0 6 1 5 3 20 0 15 0 142727209 14309244928 5380 18446744073709551615 4194304 4196468 140730655848736 140730655831280 140460194107127 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
/proc/11520/statm: 3493468 5380 2570 1 0 3482965 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 13973872

[startup+0.700208 s]
/proc/loadavg: 4.60 3.93 2.66 3/198 11520
/proc/meminfo: memFree=30481976/32770624 swapFree=0/446732
[pid=11520] ppid=11517 vsize=13974784 CPUtime=0.7 cores=0,2,4,6
/proc/11520/stat : 11520 (java) S 11517 11520 4896 0 -1 1077944320 13893 12662 0 0 59 3 5 3 20 0 15 0 142727209 14310178816 14786 18446744073709551615 4194304 4196468 140730655848736 140730655831280 140460194107127 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
/proc/11520/statm: 3493696 14786 3124 1 0 3482965 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 13974784

[startup+1.50633 s]
/proc/loadavg: 4.60 3.93 2.66 3/213 11583
/proc/meminfo: memFree=30388092/32770624 swapFree=0/446760
[pid=11520] ppid=11517 vsize=13985408 CPUtime=1.92 cores=0,2,4,6
/proc/11520/stat : 11520 (java) S 11517 11520 4896 0 -1 1077944320 29702 12662 0 0 173 11 5 3 20 0 15 0 142727209 14321057792 42736 18446744073709551615 4194304 4196468 140730655848736 140730655831280 140460194107127 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
/proc/11520/statm: 3496352 42736 3368 1 0 3485525 0
[pid=11520/tid=11570] ppid=11517 vsize=13985408 CPUtime=1.29 cores=0,2,4,6
/proc/11520/task/11570/stat : 11570 (java) S 11517 11520 4896 0 -1 1077944384 22500 12662 0 0 115 6 5 3 20 0 15 0 142727230 14321057792 42736 18446744073709551615 4194304 4196468 140730655848736 140460198327984 140460194117333 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11571] ppid=11517 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/11520/task/11571/stat : 11571 (java) R 11517 11520 4896 0 -1 4202560 185 12662 0 0 0 0 5 3 20 0 15 0 142727230 14321057792 42736 18446744073709551615 4194304 4196468 140730655848736 140460128541840 140460187210120 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11572] ppid=11517 vsize=13985408 CPUtime=0.09 cores=0,2,4,6
/proc/11520/task/11572/stat : 11572 (java) R 11517 11520 4896 0 -1 4202560 51 12662 0 0 1 0 5 3 20 0 15 0 142727230 14321057792 42736 18446744073709551615 4194304 4196468 140730655848736 140459793628176 140460186735335 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11573] ppid=11517 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/11520/task/11573/stat : 11573 (java) R 11517 11520 4896 0 -1 4202560 55 12662 0 0 0 0 5 3 20 0 15 0 142727230 14321057792 42736 18446744073709551615 4194304 4196468 140730655848736 140459792575496 140460186735335 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11574] ppid=11517 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/11520/task/11574/stat : 11574 (java) R 11517 11520 4896 0 -1 4202560 65 12662 0 0 0 0 5 3 20 0 15 0 142727230 14321057792 42736 18446744073709551615 4194304 4196468 140730655848736 140459791522576 140460186735335 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11575] ppid=11517 vsize=13985408 CPUtime=0.09 cores=0,2,4,6
/proc/11520/task/11575/stat : 11575 (java) S 11517 11520 4896 0 -1 1077944384 1465 12662 0 0 1 0 5 3 20 0 15 0 142727232 14321057792 42736 18446744073709551615 4194304 4196468 140730655848736 140459739804576 140460194117333 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11576] ppid=11517 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/11520/task/11576/stat : 11576 (java) S 11517 11520 4896 0 -1 1077944384 33 12662 0 0 0 0 5 3 20 0 15 0 142727232 14321057792 42736 18446744073709551615 4194304 4196468 140730655848736 140459738752032 140460194117333 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11577] ppid=11517 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/11520/task/11577/stat : 11577 (java) S 11517 11520 4896 0 -1 1077944384 21 12662 0 0 0 0 5 3 20 0 15 0 142727232 14321057792 42736 18446744073709551615 4194304 4196468 140730655848736 140459737699184 140460194117333 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11578] ppid=11517 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/11520/task/11578/stat : 11578 (java) S 11517 11520 4896 0 -1 1077944384 3 12662 0 0 0 0 5 3 20 0 15 0 142727235 14321057792 42736 18446744073709551615 4194304 4196468 140730655848736 140459736647504 140460194125723 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11579] ppid=11517 vsize=13985408 CPUtime=0.19 cores=0,2,4,6
/proc/11520/task/11579/stat : 11579 (java) S 11517 11520 4896 0 -1 1077944384 876 12662 0 0 11 0 5 3 20 0 15 0 142727235 14321057792 42736 18446744073709551615 4194304 4196468 140730655848736 140459735595888 140460194118274 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11580] ppid=11517 vsize=13985408 CPUtime=0.25 cores=0,2,4,6
/proc/11520/task/11580/stat : 11580 (java) S 11517 11520 4896 0 -1 1077944384 902 12662 0 0 17 0 5 3 20 0 15 0 142727235 14321057792 42736 18446744073709551615 4194304 4196468 140730655848736 140459734543088 140460194118274 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11581] ppid=11517 vsize=13985408 CPUtime=0.3 cores=0,2,4,6
/proc/11520/task/11581/stat : 11581 (java) S 11517 11520 4896 0 -1 1077944384 1378 12662 0 0 22 0 5 3 20 0 15 0 142727235 14321057792 42736 18446744073709551615 4194304 4196468 140730655848736 140459733490288 140460194118274 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11582] ppid=11517 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/11520/task/11582/stat : 11582 (java) S 11517 11520 4896 0 -1 1077944384 3 12662 0 0 0 0 5 3 20 0 15 0 142727235 14321057792 42736 18446744073709551615 4194304 4196468 140730655848736 140459732437728 140460194117333 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11583] ppid=11517 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/11520/task/11583/stat : 11583 (java) S 11517 11520 4896 0 -1 1077944384 10 12662 0 0 0 0 5 3 20 0 15 0 142727239 14321057792 42736 18446744073709551615 4194304 4196468 140730655848736 140459731385008 140460194118274 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 13985408

[startup+3.1006 s]
/proc/loadavg: 4.60 3.93 2.66 4/213 11583
/proc/meminfo: memFree=30312888/32770624 swapFree=0/446760
[pid=11520] ppid=11517 vsize=13999932 CPUtime=5.54 cores=0,2,4,6
/proc/11520/stat : 11520 (java) S 11517 11520 4896 0 -1 1077944320 49842 12662 0 0 530 16 5 3 20 0 15 0 142727209 14335930368 54942 18446744073709551615 4194304 4196468 140730655848736 140730655831280 140460194107127 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
/proc/11520/statm: 3499983 54942 3441 1 0 3488597 0
[pid=11520/tid=11570] ppid=11517 vsize=13999932 CPUtime=2.88 cores=0,2,4,6
/proc/11520/task/11570/stat : 11570 (java) R 11517 11520 4896 0 -1 4202560 35910 12662 0 0 271 9 5 3 20 0 15 0 142727230 14335930368 54942 18446744073709551615 4194304 4196468 140730655848736 140460198336448 140460194119062 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11571] ppid=11517 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/11520/task/11571/stat : 11571 (java) S 11517 11520 4896 0 -1 1077944384 185 12662 0 0 0 0 5 3 20 0 15 0 142727230 14335930368 54942 18446744073709551615 4194304 4196468 140730655848736 140460128541840 140460194117333 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11572] ppid=11517 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/11520/task/11572/stat : 11572 (java) S 11517 11520 4896 0 -1 1077944384 51 12662 0 0 1 0 5 3 20 0 15 0 142727230 14335930368 54942 18446744073709551615 4194304 4196468 140730655848736 140459793628176 140460194117333 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11573] ppid=11517 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/11520/task/11573/stat : 11573 (java) S 11517 11520 4896 0 -1 1077944384 55 12662 0 0 0 0 5 3 20 0 15 0 142727230 14335930368 54942 18446744073709551615 4194304 4196468 140730655848736 140459792575376 140460194117333 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11574] ppid=11517 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/11520/task/11574/stat : 11574 (java) S 11517 11520 4896 0 -1 1077944384 65 12662 0 0 0 0 5 3 20 0 15 0 142727230 14335930368 54942 18446744073709551615 4194304 4196468 140730655848736 140459791522576 140460194117333 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11575] ppid=11517 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/11520/task/11575/stat : 11575 (java) S 11517 11520 4896 0 -1 1077944384 1491 12662 0 0 1 0 5 3 20 0 15 0 142727232 14335930368 54942 18446744073709551615 4194304 4196468 140730655848736 140459739806064 140460194118274 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11576] ppid=11517 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/11520/task/11576/stat : 11576 (java) S 11517 11520 4896 0 -1 1077944384 55 12662 0 0 0 0 5 3 20 0 15 0 142727232 14335930368 54942 18446744073709551615 4194304 4196468 140730655848736 140459738752096 140460194117333 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11577] ppid=11517 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/11520/task/11577/stat : 11577 (java) S 11517 11520 4896 0 -1 1077944384 44 12662 0 0 0 0 5 3 20 0 15 0 142727232 14335930368 54942 18446744073709551615 4194304 4196468 140730655848736 140459737699200 140460194117333 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11578] ppid=11517 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/11520/task/11578/stat : 11578 (java) S 11517 11520 4896 0 -1 1077944384 3 12662 0 0 0 0 5 3 20 0 15 0 142727235 14335930368 54942 18446744073709551615 4194304 4196468 140730655848736 140459736647504 140460194125723 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11579] ppid=11517 vsize=13999932 CPUtime=0.74 cores=0,2,4,6
/proc/11520/task/11579/stat : 11579 (java) R 11517 11520 4896 0 -1 1077944384 2196 12662 0 0 65 1 5 3 20 0 15 0 142727235 14335930368 54942 18446744073709551615 4194304 4196468 140730655848736 140459735595888 140460194118274 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11580] ppid=11517 vsize=13999932 CPUtime=1 cores=0,2,4,6
/proc/11520/task/11580/stat : 11580 (java) S 11517 11520 4896 0 -1 1077944384 4112 12662 0 0 91 1 5 3 20 0 15 0 142727235 14335930368 54942 18446744073709551615 4194304 4196468 140730655848736 140459734543088 140460194118274 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11581] ppid=11517 vsize=13999932 CPUtime=1.04 cores=0,2,4,6
/proc/11520/task/11581/stat : 11581 (java) R 11517 11520 4896 0 -1 4202560 3508 12662 0 0 95 1 5 3 20 0 15 0 142727235 14335930368 54942 18446744073709551615 4194304 4196468 140730655848736 140459733486048 140460194128474 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11582] ppid=11517 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/11520/task/11582/stat : 11582 (java) S 11517 11520 4896 0 -1 1077944384 3 12662 0 0 0 0 5 3 20 0 15 0 142727235 14335930368 54942 18446744073709551615 4194304 4196468 140730655848736 140459732437728 140460194117333 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11583] ppid=11517 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/11520/task/11583/stat : 11583 (java) S 11517 11520 4896 0 -1 1077944384 13 12662 0 0 0 0 5 3 20 0 15 0 142727239 14335930368 54942 18446744073709551615 4194304 4196468 140730655848736 140459731385008 140460194118274 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
Current children cumulated CPU time (s) 5.54
Current children cumulated vsize (KiB) 13999932

[startup+6.30085 s]
/proc/loadavg: 4.71 3.97 2.68 4/213 11583
/proc/meminfo: memFree=30084628/32770624 swapFree=0/446756
[pid=11520] ppid=11517 vsize=14069564 CPUtime=15.23 cores=0,2,4,6
/proc/11520/stat : 11520 (java) S 11517 11520 4896 0 -1 1077944320 74493 12662 0 0 1485 30 5 3 20 0 15 0 142727209 14407233536 134666 18446744073709551615 4194304 4196468 140730655848736 140730655831280 140460194107127 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
/proc/11520/statm: 3517391 134666 3484 1 0 3506005 0
[pid=11520/tid=11570] ppid=11517 vsize=14069564 CPUtime=5.73 cores=0,2,4,6
/proc/11520/task/11570/stat : 11570 (java) R 11517 11520 4896 0 -1 4202560 45689 12662 0 0 550 15 5 3 20 0 15 0 142727230 14407233536 134666 18446744073709551615 4194304 4196468 140730655848736 140460198338320 140459808942692 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11571] ppid=11517 vsize=14069564 CPUtime=0.29 cores=0,2,4,6
/proc/11520/task/11571/stat : 11571 (java) S 11517 11520 4896 0 -1 1077944384 1111 12662 0 0 20 1 5 3 20 0 15 0 142727230 14407233536 134666 18446744073709551615 4194304 4196468 140730655848736 140460128541840 140460194117333 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11572] ppid=11517 vsize=14069564 CPUtime=0.3 cores=0,2,4,6
/proc/11520/task/11572/stat : 11572 (java) S 11517 11520 4896 0 -1 1077944384 435 12662 0 0 21 1 5 3 20 0 15 0 142727230 14407233536 134666 18446744073709551615 4194304 4196468 140730655848736 140459793628176 140460194117333 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11573] ppid=11517 vsize=14069564 CPUtime=0.31 cores=0,2,4,6
/proc/11520/task/11573/stat : 11573 (java) S 11517 11520 4896 0 -1 1077944384 163 12662 0 0 22 1 5 3 20 0 15 0 142727230 14407233536 134666 18446744073709551615 4194304 4196468 140730655848736 140459792575376 140460194117333 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11574] ppid=11517 vsize=14069564 CPUtime=0.3 cores=0,2,4,6
/proc/11520/task/11574/stat : 11574 (java) S 11517 11520 4896 0 -1 1077944384 228 12662 0 0 21 1 5 3 20 0 15 0 142727230 14407233536 134666 18446744073709551615 4194304 4196468 140730655848736 140459791522576 140460194117333 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11575] ppid=11517 vsize=14069564 CPUtime=0.21 cores=0,2,4,6
/proc/11520/task/11575/stat : 11575 (java) S 11517 11520 4896 0 -1 1077944384 2631 12662 0 0 13 0 5 3 20 0 15 0 142727232 14407233536 134666 18446744073709551615 4194304 4196468 140730655848736 140459739806064 140460194118274 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11576] ppid=11517 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/11520/task/11576/stat : 11576 (java) S 11517 11520 4896 0 -1 1077944384 60 12662 0 0 0 0 5 3 20 0 15 0 142727232 14407233536 134666 18446744073709551615 4194304 4196468 140730655848736 140459738752096 140460194117333 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11577] ppid=11517 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/11520/task/11577/stat : 11577 (java) S 11517 11520 4896 0 -1 1077944384 54 12662 0 0 0 0 5 3 20 0 15 0 142727232 14407233536 134666 18446744073709551615 4194304 4196468 140730655848736 140459737699200 140460194117333 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11578] ppid=11517 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/11520/task/11578/stat : 11578 (java) S 11517 11520 4896 0 -1 1077944384 3 12662 0 0 0 0 5 3 20 0 15 0 142727235 14407233536 134666 18446744073709551615 4194304 4196468 140730655848736 140459736647504 140460194125723 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11579] ppid=11517 vsize=14069564 CPUtime=3.29 cores=0,2,4,6
/proc/11520/task/11579/stat : 11579 (java) R 11517 11520 4896 0 -1 4202560 6611 12662 0 0 320 1 5 3 20 0 15 0 142727235 14407233536 134666 18446744073709551615 4194304 4196468 140730655848736 140459735582096 140460179033520 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11580] ppid=11517 vsize=14069564 CPUtime=3.53 cores=0,2,4,6
/proc/11520/task/11580/stat : 11580 (java) R 11517 11520 4896 0 -1 4202560 7616 12662 0 0 343 2 5 3 20 0 15 0 142727235 14407233536 134666 18446744073709551615 4194304 4196468 140730655848736 140459734530368 140460177590608 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11581] ppid=11517 vsize=14069564 CPUtime=1.82 cores=0,2,4,6
/proc/11520/task/11581/stat : 11581 (java) S 11517 11520 4896 0 -1 1077944384 7345 12662 0 0 171 3 5 3 20 0 15 0 142727235 14407233536 134666 18446744073709551615 4194304 4196468 140730655848736 140459733490288 140460194118274 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11582] ppid=11517 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/11520/task/11582/stat : 11582 (java) S 11517 11520 4896 0 -1 1077944384 3 12662 0 0 0 0 5 3 20 0 15 0 142727235 14407233536 134666 18446744073709551615 4194304 4196468 140730655848736 140459732437728 140460194117333 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11583] ppid=11517 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/11520/task/11583/stat : 11583 (java) S 11517 11520 4896 0 -1 1077944384 389 12662 0 0 0 0 5 3 20 0 15 0 142727239 14407233536 134666 18446744073709551615 4194304 4196468 140730655848736 140459731385008 140460194118274 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
Current children cumulated CPU time (s) 15.23
Current children cumulated vsize (KiB) 14069564

[startup+12.7007 s]
/proc/loadavg: 4.66 3.97 2.69 3/213 11583
/proc/meminfo: memFree=29366272/32770624 swapFree=0/446752
[pid=11520] ppid=11517 vsize=14069564 CPUtime=23.79 cores=0,2,4,6
/proc/11520/stat : 11520 (java) S 11517 11520 4896 0 -1 1077944320 82158 12662 0 0 2326 45 5 3 20 0 15 0 142727209 14407233536 285071 18446744073709551615 4194304 4196468 140730655848736 140730655831280 140460194107127 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
/proc/11520/statm: 3517391 285071 3487 1 0 3506005 0
[pid=11520/tid=11570] ppid=11517 vsize=14069564 CPUtime=12.05 cores=0,2,4,6
/proc/11520/task/11570/stat : 11570 (java) R 11517 11520 4896 0 -1 4202560 46489 12662 0 0 1174 23 5 3 20 0 15 0 142727230 14407233536 285071 18446744073709551615 4194304 4196468 140730655848736 140460198338632 140459826078333 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11571] ppid=11517 vsize=14069564 CPUtime=0.35 cores=0,2,4,6
/proc/11520/task/11571/stat : 11571 (java) S 11517 11520 4896 0 -1 1077944384 1250 12662 0 0 25 2 5 3 20 0 15 0 142727230 14407233536 285071 18446744073709551615 4194304 4196468 140730655848736 140460128541840 140460194117333 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11572] ppid=11517 vsize=14069564 CPUtime=0.36 cores=0,2,4,6
/proc/11520/task/11572/stat : 11572 (java) S 11517 11520 4896 0 -1 1077944384 468 12662 0 0 26 2 5 3 20 0 15 0 142727230 14407233536 285071 18446744073709551615 4194304 4196468 140730655848736 140459793628176 140460194117333 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11573] ppid=11517 vsize=14069564 CPUtime=0.37 cores=0,2,4,6
/proc/11520/task/11573/stat : 11573 (java) S 11517 11520 4896 0 -1 1077944384 198 12662 0 0 26 3 5 3 20 0 15 0 142727230 14407233536 285071 18446744073709551615 4194304 4196468 140730655848736 140459792575376 140460194117333 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11574] ppid=11517 vsize=14069564 CPUtime=0.37 cores=0,2,4,6
/proc/11520/task/11574/stat : 11574 (java) S 11517 11520 4896 0 -1 1077944384 266 12662 0 0 26 3 5 3 20 0 15 0 142727230 14407233536 285071 18446744073709551615 4194304 4196468 140730655848736 140459791522576 140460194117333 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11575] ppid=11517 vsize=14069564 CPUtime=0.21 cores=0,2,4,6
/proc/11520/task/11575/stat : 11575 (java) S 11517 11520 4896 0 -1 1077944384 2995 12662 0 0 13 0 5 3 20 0 15 0 142727232 14407233536 285071 18446744073709551615 4194304 4196468 140730655848736 140459739806064 140460194118274 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11576] ppid=11517 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/11520/task/11576/stat : 11576 (java) S 11517 11520 4896 0 -1 1077944384 60 12662 0 0 0 0 5 3 20 0 15 0 142727232 14407233536 285071 18446744073709551615 4194304 4196468 140730655848736 140459738752096 140460194117333 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11577] ppid=11517 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/11520/task/11577/stat : 11577 (java) S 11517 11520 4896 0 -1 1077944384 54 12662 0 0 0 0 5 3 20 0 15 0 142727232 14407233536 285071 18446744073709551615 4194304 4196468 140730655848736 140459737699200 140460194117333 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11578] ppid=11517 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/11520/task/11578/stat : 11578 (java) S 11517 11520 4896 0 -1 1077944384 3 12662 0 0 0 0 5 3 20 0 15 0 142727235 14407233536 285071 18446744073709551615 4194304 4196468 140730655848736 140459736647504 140460194125723 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0

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

[pid=11520/tid=11583] ppid=11517 vsize=14069564 CPUtime=1.43 cores=0,2,4,6
/proc/11520/task/11583/stat : 11583 (java) S 11517 11520 4896 0 -1 1077944384 1406 12662 0 0 69 66 5 3 20 0 15 0 142727239 14407233536 1065580 18446744073709551615 4194304 4196468 140730655848736 140459731385008 140460194118274 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
Current children cumulated CPU time (s) 2357.13
Current children cumulated vsize (KiB) 14069564

[startup+2382.3 s]
/proc/loadavg: 1.42 1.47 1.58 3/212 12026
/proc/meminfo: memFree=25225024/32770624 swapFree=0/447288
[pid=11520] ppid=11517 vsize=14069564 CPUtime=2417.23 cores=0,2,4,6
/proc/11520/stat : 11520 (java) S 11517 11520 4896 0 -1 1077944320 543102 12662 0 0 241325 390 5 3 20 0 15 0 142727209 14407233536 1065580 18446744073709551615 4194304 4196468 140730655848736 140730655831280 140460194107127 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
/proc/11520/statm: 3517391 1065580 3488 1 0 3506005 0
[pid=11520/tid=11570] ppid=11517 vsize=14069564 CPUtime=2372.08 cores=0,2,4,6
/proc/11520/task/11570/stat : 11570 (java) R 11517 11520 4896 0 -1 4202560 317991 12662 0 0 237090 110 5 3 20 0 15 0 142727230 14407233536 1065580 18446744073709551615 4194304 4196468 140730655848736 140460198341152 140459825156455 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11571] ppid=11517 vsize=14069564 CPUtime=6.81 cores=0,2,4,6
/proc/11520/task/11571/stat : 11571 (java) S 11517 11520 4896 0 -1 1077944384 21122 12662 0 0 623 50 5 3 20 0 15 0 142727230 14407233536 1065580 18446744073709551615 4194304 4196468 140730655848736 140460128541840 140460194117333 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11572] ppid=11517 vsize=14069564 CPUtime=6.82 cores=0,2,4,6
/proc/11520/task/11572/stat : 11572 (java) S 11517 11520 4896 0 -1 1077944384 16447 12662 0 0 627 47 5 3 20 0 15 0 142727230 14407233536 1065580 18446744073709551615 4194304 4196468 140730655848736 140459793628176 140460194117333 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11573] ppid=11517 vsize=14069564 CPUtime=6.83 cores=0,2,4,6
/proc/11520/task/11573/stat : 11573 (java) S 11517 11520 4896 0 -1 1077944384 21244 12662 0 0 626 49 5 3 20 0 15 0 142727230 14407233536 1065580 18446744073709551615 4194304 4196468 140730655848736 140459792575376 140460194117333 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11574] ppid=11517 vsize=14069564 CPUtime=6.81 cores=0,2,4,6
/proc/11520/task/11574/stat : 11574 (java) S 11517 11520 4896 0 -1 1077944384 30417 12662 0 0 625 48 5 3 20 0 15 0 142727230 14407233536 1065580 18446744073709551615 4194304 4196468 140730655848736 140459791522576 140460194117333 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11575] ppid=11517 vsize=14069564 CPUtime=2.27 cores=0,2,4,6
/proc/11520/task/11575/stat : 11575 (java) S 11517 11520 4896 0 -1 1077944384 29820 12662 0 0 187 32 5 3 20 0 15 0 142727232 14407233536 1065580 18446744073709551615 4194304 4196468 140730655848736 140459739806064 140460194118274 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11576] ppid=11517 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/11520/task/11576/stat : 11576 (java) S 11517 11520 4896 0 -1 1077944384 65 12662 0 0 0 0 5 3 20 0 15 0 142727232 14407233536 1065580 18446744073709551615 4194304 4196468 140730655848736 140459738752096 140460194117333 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11577] ppid=11517 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/11520/task/11577/stat : 11577 (java) S 11517 11520 4896 0 -1 1077944384 54 12662 0 0 0 0 5 3 20 0 15 0 142727232 14407233536 1065580 18446744073709551615 4194304 4196468 140730655848736 140459737699200 140460194117333 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11578] ppid=11517 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/11520/task/11578/stat : 11578 (java) S 11517 11520 4896 0 -1 1077944384 3 12662 0 0 0 0 5 3 20 0 15 0 142727235 14407233536 1065580 18446744073709551615 4194304 4196468 140730655848736 140459736647504 140460194125723 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11579] ppid=11517 vsize=14069564 CPUtime=5.71 cores=0,2,4,6
/proc/11520/task/11579/stat : 11579 (java) S 11517 11520 4896 0 -1 1077944384 28052 12662 0 0 558 5 5 3 20 0 15 0 142727235 14407233536 1065580 18446744073709551615 4194304 4196468 140730655848736 140459735595888 140460194118274 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11580] ppid=11517 vsize=14069564 CPUtime=6.14 cores=0,2,4,6
/proc/11520/task/11580/stat : 11580 (java) S 11517 11520 4896 0 -1 1077944384 30325 12662 0 0 602 4 5 3 20 0 15 0 142727235 14407233536 1065580 18446744073709551615 4194304 4196468 140730655848736 140459734543088 140460194118274 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11581] ppid=11517 vsize=14069564 CPUtime=2.91 cores=0,2,4,6
/proc/11520/task/11581/stat : 11581 (java) S 11517 11520 4896 0 -1 1077944384 43975 12662 0 0 277 6 5 3 20 0 15 0 142727235 14407233536 1065580 18446744073709551615 4194304 4196468 140730655848736 140459733490288 140460194118274 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11582] ppid=11517 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/11520/task/11582/stat : 11582 (java) S 11517 11520 4896 0 -1 1077944384 3 12662 0 0 0 0 5 3 20 0 15 0 142727235 14407233536 1065580 18446744073709551615 4194304 4196468 140730655848736 140459732437728 140460194117333 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11583] ppid=11517 vsize=14069564 CPUtime=1.47 cores=0,2,4,6
/proc/11520/task/11583/stat : 11583 (java) S 11517 11520 4896 0 -1 1077944384 1429 12662 0 0 72 67 5 3 20 0 15 0 142727239 14407233536 1065580 18446744073709551615 4194304 4196468 140730655848736 140459731385008 140460194118274 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
Current children cumulated CPU time (s) 2417.23
Current children cumulated vsize (KiB) 14069564

[startup+2442.3 s]
/proc/loadavg: 1.18 1.41 1.56 3/213 12029
/proc/meminfo: memFree=25234788/32770624 swapFree=0/447292
[pid=11520] ppid=11517 vsize=14069564 CPUtime=2477.34 cores=0,2,4,6
/proc/11520/stat : 11520 (java) S 11517 11520 4896 0 -1 1077944320 552725 12662 0 0 247333 393 5 3 20 0 15 0 142727209 14407233536 1065580 18446744073709551615 4194304 4196468 140730655848736 140730655831280 140460194107127 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
/proc/11520/statm: 3517391 1065580 3488 1 0 3506005 0
[pid=11520/tid=11570] ppid=11517 vsize=14069564 CPUtime=2432.02 cores=0,2,4,6
/proc/11520/task/11570/stat : 11570 (java) R 11517 11520 4896 0 -1 4202560 325252 12662 0 0 243084 110 5 3 20 0 15 0 142727230 14407233536 1065580 18446744073709551615 4194304 4196468 140730655848736 140460198340784 140459825334848 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11571] ppid=11517 vsize=14069564 CPUtime=6.84 cores=0,2,4,6
/proc/11520/task/11571/stat : 11571 (java) S 11517 11520 4896 0 -1 1077944384 21279 12662 0 0 626 50 5 3 20 0 15 0 142727230 14407233536 1065580 18446744073709551615 4194304 4196468 140730655848736 140460128541840 140460194117333 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11572] ppid=11517 vsize=14069564 CPUtime=6.84 cores=0,2,4,6
/proc/11520/task/11572/stat : 11572 (java) S 11517 11520 4896 0 -1 1077944384 16493 12662 0 0 629 47 5 3 20 0 15 0 142727230 14407233536 1065580 18446744073709551615 4194304 4196468 140730655848736 140459793628176 140460194117333 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11573] ppid=11517 vsize=14069564 CPUtime=6.86 cores=0,2,4,6
/proc/11520/task/11573/stat : 11573 (java) S 11517 11520 4896 0 -1 1077944384 21434 12662 0 0 629 49 5 3 20 0 15 0 142727230 14407233536 1065580 18446744073709551615 4194304 4196468 140730655848736 140459792575376 140460194117333 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11574] ppid=11517 vsize=14069564 CPUtime=6.85 cores=0,2,4,6
/proc/11520/task/11574/stat : 11574 (java) S 11517 11520 4896 0 -1 1077944384 32029 12662 0 0 628 49 5 3 20 0 15 0 142727230 14407233536 1065580 18446744073709551615 4194304 4196468 140730655848736 140459791522576 140460194117333 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11575] ppid=11517 vsize=14069564 CPUtime=2.28 cores=0,2,4,6
/proc/11520/task/11575/stat : 11575 (java) S 11517 11520 4896 0 -1 1077944384 30140 12662 0 0 188 32 5 3 20 0 15 0 142727232 14407233536 1065580 18446744073709551615 4194304 4196468 140730655848736 140459739806064 140460194118274 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11576] ppid=11517 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/11520/task/11576/stat : 11576 (java) S 11517 11520 4896 0 -1 1077944384 65 12662 0 0 0 0 5 3 20 0 15 0 142727232 14407233536 1065580 18446744073709551615 4194304 4196468 140730655848736 140459738752096 140460194117333 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11577] ppid=11517 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/11520/task/11577/stat : 11577 (java) S 11517 11520 4896 0 -1 1077944384 54 12662 0 0 0 0 5 3 20 0 15 0 142727232 14407233536 1065580 18446744073709551615 4194304 4196468 140730655848736 140459737699200 140460194117333 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11578] ppid=11517 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/11520/task/11578/stat : 11578 (java) S 11517 11520 4896 0 -1 1077944384 3 12662 0 0 0 0 5 3 20 0 15 0 142727235 14407233536 1065580 18446744073709551615 4194304 4196468 140730655848736 140459736647504 140460194125723 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11579] ppid=11517 vsize=14069564 CPUtime=5.71 cores=0,2,4,6
/proc/11520/task/11579/stat : 11579 (java) S 11517 11520 4896 0 -1 1077944384 28058 12662 0 0 558 5 5 3 20 0 15 0 142727235 14407233536 1065580 18446744073709551615 4194304 4196468 140730655848736 140459735595888 140460194118274 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11580] ppid=11517 vsize=14069564 CPUtime=6.15 cores=0,2,4,6
/proc/11520/task/11580/stat : 11580 (java) S 11517 11520 4896 0 -1 1077944384 30329 12662 0 0 603 4 5 3 20 0 15 0 142727235 14407233536 1065580 18446744073709551615 4194304 4196468 140730655848736 140459734543088 140460194118274 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11581] ppid=11517 vsize=14069564 CPUtime=2.91 cores=0,2,4,6
/proc/11520/task/11581/stat : 11581 (java) S 11517 11520 4896 0 -1 1077944384 43979 12662 0 0 277 6 5 3 20 0 15 0 142727235 14407233536 1065580 18446744073709551615 4194304 4196468 140730655848736 140459733490288 140460194118274 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11582] ppid=11517 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/11520/task/11582/stat : 11582 (java) S 11517 11520 4896 0 -1 1077944384 3 12662 0 0 0 0 5 3 20 0 15 0 142727235 14407233536 1065580 18446744073709551615 4194304 4196468 140730655848736 140459732437728 140460194117333 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11583] ppid=11517 vsize=14069564 CPUtime=1.51 cores=0,2,4,6
/proc/11520/task/11583/stat : 11583 (java) S 11517 11520 4896 0 -1 1077944384 1452 12662 0 0 74 69 5 3 20 0 15 0 142727239 14407233536 1065580 18446744073709551615 4194304 4196468 140730655848736 140459731385008 140460194118274 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
Current children cumulated CPU time (s) 2477.34
Current children cumulated vsize (KiB) 14069564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2484.9 s]
/proc/loadavg: 1.69 1.51 1.58 3/213 12031
/proc/meminfo: memFree=25242156/32770624 swapFree=0/447304
[pid=11520] ppid=11517 vsize=14069564 CPUtime=2520.03 cores=0,2,4,6
/proc/11520/stat : 11520 (java) S 11517 11520 4896 0 -1 1077944320 555452 12662 0 0 251600 395 5 3 20 0 15 0 142727209 14407233536 1065580 18446744073709551615 4194304 4196468 140730655848736 140730655831280 140460194107127 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
/proc/11520/statm: 3517391 1065580 3488 1 0 3506005 0
[pid=11520/tid=11570] ppid=11517 vsize=14069564 CPUtime=2474.6 cores=0,2,4,6
/proc/11520/task/11570/stat : 11570 (java) R 11517 11520 4896 0 -1 4202560 327774 12662 0 0 247342 110 5 3 20 0 15 0 142727230 14407233536 1065580 18446744073709551615 4194304 4196468 140730655848736 140460198341072 140459826074592 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11571] ppid=11517 vsize=14069564 CPUtime=6.85 cores=0,2,4,6
/proc/11520/task/11571/stat : 11571 (java) S 11517 11520 4896 0 -1 1077944384 21323 12662 0 0 627 50 5 3 20 0 15 0 142727230 14407233536 1065580 18446744073709551615 4194304 4196468 140730655848736 140460128541840 140460194117333 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11572] ppid=11517 vsize=14069564 CPUtime=6.87 cores=0,2,4,6
/proc/11520/task/11572/stat : 11572 (java) S 11517 11520 4896 0 -1 1077944384 16554 12662 0 0 631 48 5 3 20 0 15 0 142727230 14407233536 1065580 18446744073709551615 4194304 4196468 140730655848736 140459793628176 140460194117333 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11573] ppid=11517 vsize=14069564 CPUtime=6.88 cores=0,2,4,6
/proc/11520/task/11573/stat : 11573 (java) S 11517 11520 4896 0 -1 1077944384 21474 12662 0 0 631 49 5 3 20 0 15 0 142727230 14407233536 1065580 18446744073709551615 4194304 4196468 140730655848736 140459792575376 140460194117333 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11574] ppid=11517 vsize=14069564 CPUtime=6.86 cores=0,2,4,6
/proc/11520/task/11574/stat : 11574 (java) S 11517 11520 4896 0 -1 1077944384 32061 12662 0 0 629 49 5 3 20 0 15 0 142727230 14407233536 1065580 18446744073709551615 4194304 4196468 140730655848736 140459791522576 140460194117333 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11575] ppid=11517 vsize=14069564 CPUtime=2.28 cores=0,2,4,6
/proc/11520/task/11575/stat : 11575 (java) S 11517 11520 4896 0 -1 1077944384 30164 12662 0 0 188 32 5 3 20 0 15 0 142727232 14407233536 1065580 18446744073709551615 4194304 4196468 140730655848736 140459739806064 140460194118274 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11576] ppid=11517 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/11520/task/11576/stat : 11576 (java) S 11517 11520 4896 0 -1 1077944384 65 12662 0 0 0 0 5 3 20 0 15 0 142727232 14407233536 1065580 18446744073709551615 4194304 4196468 140730655848736 140459738752096 140460194117333 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11577] ppid=11517 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/11520/task/11577/stat : 11577 (java) S 11517 11520 4896 0 -1 1077944384 54 12662 0 0 0 0 5 3 20 0 15 0 142727232 14407233536 1065580 18446744073709551615 4194304 4196468 140730655848736 140459737699200 140460194117333 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11578] ppid=11517 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/11520/task/11578/stat : 11578 (java) S 11517 11520 4896 0 -1 1077944384 3 12662 0 0 0 0 5 3 20 0 15 0 142727235 14407233536 1065580 18446744073709551615 4194304 4196468 140730655848736 140459736647504 140460194125723 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11579] ppid=11517 vsize=14069564 CPUtime=5.71 cores=0,2,4,6
/proc/11520/task/11579/stat : 11579 (java) S 11517 11520 4896 0 -1 1077944384 28058 12662 0 0 558 5 5 3 20 0 15 0 142727235 14407233536 1065580 18446744073709551615 4194304 4196468 140730655848736 140459735595888 140460194118274 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11580] ppid=11517 vsize=14069564 CPUtime=6.15 cores=0,2,4,6
/proc/11520/task/11580/stat : 11580 (java) S 11517 11520 4896 0 -1 1077944384 30329 12662 0 0 603 4 5 3 20 0 15 0 142727235 14407233536 1065580 18446744073709551615 4194304 4196468 140730655848736 140459734543088 140460194118274 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11581] ppid=11517 vsize=14069564 CPUtime=2.91 cores=0,2,4,6
/proc/11520/task/11581/stat : 11581 (java) S 11517 11520 4896 0 -1 1077944384 43979 12662 0 0 277 6 5 3 20 0 15 0 142727235 14407233536 1065580 18446744073709551615 4194304 4196468 140730655848736 140459733490288 140460194118274 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11582] ppid=11517 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/11520/task/11582/stat : 11582 (java) S 11517 11520 4896 0 -1 1077944384 3 12662 0 0 0 0 5 3 20 0 15 0 142727235 14407233536 1065580 18446744073709551615 4194304 4196468 140730655848736 140459732437728 140460194117333 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11583] ppid=11517 vsize=14069564 CPUtime=1.53 cores=0,2,4,6
/proc/11520/task/11583/stat : 11583 (java) S 11517 11520 4896 0 -1 1077944384 1456 12662 0 0 75 70 5 3 20 0 15 0 142727239 14407233536 1065580 18446744073709551615 4194304 4196468 140730655848736 140459731385008 140460194118274 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
Current children cumulated CPU time (s) 2520.03
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 11520 sig 9
??? kill -11520 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2484.9 s]
/proc/loadavg: 1.69 1.51 1.58 3/213 12031
/proc/meminfo: memFree=25242156/32770624 swapFree=0/447304
[pid=11520] ppid=11517 vsize=14069564 CPUtime=2520.03 cores=0,2,4,6
/proc/11520/stat : 11520 (java) S 11517 11520 4896 0 -1 1077944320 555452 12662 0 0 251600 395 5 3 20 0 15 0 142727209 14407233536 1065580 18446744073709551615 4194304 4196468 140730655848736 140730655831280 140460194107127 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
/proc/11520/statm: 3517391 1065580 3488 1 0 3506005 0
[pid=11520/tid=11570] ppid=11517 vsize=14069564 CPUtime=2474.6 cores=0,2,4,6
/proc/11520/task/11570/stat : 11570 (java) R 11517 11520 4896 0 -1 4202560 327774 12662 0 0 247342 110 5 3 20 0 15 0 142727230 14407233536 1065580 18446744073709551615 4194304 4196468 140730655848736 140460198341072 140459826074592 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11571] ppid=11517 vsize=14069564 CPUtime=6.85 cores=0,2,4,6
/proc/11520/task/11571/stat : 11571 (java) S 11517 11520 4896 0 -1 1077944384 21323 12662 0 0 627 50 5 3 20 0 15 0 142727230 14407233536 1065580 18446744073709551615 4194304 4196468 140730655848736 140460128541840 140460194117333 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11572] ppid=11517 vsize=14069564 CPUtime=6.87 cores=0,2,4,6
/proc/11520/task/11572/stat : 11572 (java) S 11517 11520 4896 0 -1 1077944384 16554 12662 0 0 631 48 5 3 20 0 15 0 142727230 14407233536 1065580 18446744073709551615 4194304 4196468 140730655848736 140459793628176 140460194117333 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11573] ppid=11517 vsize=14069564 CPUtime=6.88 cores=0,2,4,6
/proc/11520/task/11573/stat : 11573 (java) S 11517 11520 4896 0 -1 1077944384 21474 12662 0 0 631 49 5 3 20 0 15 0 142727230 14407233536 1065580 18446744073709551615 4194304 4196468 140730655848736 140459792575376 140460194117333 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11574] ppid=11517 vsize=14069564 CPUtime=6.86 cores=0,2,4,6
/proc/11520/task/11574/stat : 11574 (java) S 11517 11520 4896 0 -1 1077944384 32061 12662 0 0 629 49 5 3 20 0 15 0 142727230 14407233536 1065580 18446744073709551615 4194304 4196468 140730655848736 140459791522576 140460194117333 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11575] ppid=11517 vsize=14069564 CPUtime=2.28 cores=0,2,4,6
/proc/11520/task/11575/stat : 11575 (java) S 11517 11520 4896 0 -1 1077944384 30164 12662 0 0 188 32 5 3 20 0 15 0 142727232 14407233536 1065580 18446744073709551615 4194304 4196468 140730655848736 140459739806064 140460194118274 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11576] ppid=11517 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/11520/task/11576/stat : 11576 (java) S 11517 11520 4896 0 -1 1077944384 65 12662 0 0 0 0 5 3 20 0 15 0 142727232 14407233536 1065580 18446744073709551615 4194304 4196468 140730655848736 140459738752096 140460194117333 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11577] ppid=11517 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/11520/task/11577/stat : 11577 (java) S 11517 11520 4896 0 -1 1077944384 54 12662 0 0 0 0 5 3 20 0 15 0 142727232 14407233536 1065580 18446744073709551615 4194304 4196468 140730655848736 140459737699200 140460194117333 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11578] ppid=11517 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/11520/task/11578/stat : 11578 (java) S 11517 11520 4896 0 -1 1077944384 3 12662 0 0 0 0 5 3 20 0 15 0 142727235 14407233536 1065580 18446744073709551615 4194304 4196468 140730655848736 140459736647504 140460194125723 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11579] ppid=11517 vsize=14069564 CPUtime=5.71 cores=0,2,4,6
/proc/11520/task/11579/stat : 11579 (java) S 11517 11520 4896 0 -1 1077944384 28058 12662 0 0 558 5 5 3 20 0 15 0 142727235 14407233536 1065580 18446744073709551615 4194304 4196468 140730655848736 140459735595888 140460194118274 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11580] ppid=11517 vsize=14069564 CPUtime=6.15 cores=0,2,4,6
/proc/11520/task/11580/stat : 11580 (java) S 11517 11520 4896 0 -1 1077944384 30329 12662 0 0 603 4 5 3 20 0 15 0 142727235 14407233536 1065580 18446744073709551615 4194304 4196468 140730655848736 140459734543088 140460194118274 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11581] ppid=11517 vsize=14069564 CPUtime=2.91 cores=0,2,4,6
/proc/11520/task/11581/stat : 11581 (java) S 11517 11520 4896 0 -1 1077944384 43979 12662 0 0 277 6 5 3 20 0 15 0 142727235 14407233536 1065580 18446744073709551615 4194304 4196468 140730655848736 140459733490288 140460194118274 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11582] ppid=11517 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/11520/task/11582/stat : 11582 (java) S 11517 11520 4896 0 -1 1077944384 3 12662 0 0 0 0 5 3 20 0 15 0 142727235 14407233536 1065580 18446744073709551615 4194304 4196468 140730655848736 140459732437728 140460194117333 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
[pid=11520/tid=11583] ppid=11517 vsize=14069564 CPUtime=1.53 cores=0,2,4,6
/proc/11520/task/11583/stat : 11583 (java) S 11517 11520 4896 0 -1 1077944384 1456 12662 0 0 75 70 5 3 20 0 15 0 142727239 14407233536 1065580 18446744073709551615 4194304 4196468 140730655848736 140459731385008 140460194118274 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34734080 140730655852496 140730655855281 140730655855281 140730655858639 0
Current children cumulated CPU time (s) 2520.03
Current children cumulated vsize (KiB) 14069564

Child status: 143
Real time (s): 2484.96
CPU time (s): 2520.09
CPU user time (s): 2516.07
CPU system time (s): 4.01555
CPU usage (%): 101.414
Max. virtual memory (cumulated for all children) (KiB): 14069564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.07
system time used= 4.01555
maximum resident set size= 4263344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 571685
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 103461
involuntary context switches= 6107

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.13639 second user time and 17.6854 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-11 07:37:59
IDJOB=4262046
IDBENCH=123063
IDSOLVER=2650
FILE ID=node132/4262046-1502430743
RUNJOBID= node132-1502411403-4959
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-nug21.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262046-1502430743/watcher-4262046-1502430743 -o /tmp/evaluation-result-4262046-1502430743/solver-4262046-1502430743 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502411403-4959 --watchdog 2580  bin/concrete HOME/instance-4262046-1502430743.xml

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

MD5SUM BENCH= e5033dc7ed55784590c83dd9aaaff95e
RANDOM SEED=1387869903

node132.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.74
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.74
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.74
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.74
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:        30482668 kB
MemAvailable:   31329112 kB
Buffers:          291060 kB
Cached:           866032 kB
SwapCached:            0 kB
Active:          1356088 kB
Inactive:         495744 kB
Active(anon):     695536 kB
Inactive(anon):    49012 kB
Active(file):     660552 kB
Inactive(file):   446732 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24216 kB
Writeback:             4 kB
AnonPages:        694580 kB
Mapped:            72032 kB
Shmem:             49852 kB
Slab:             137084 kB
SReclaimable:     109992 kB
SUnreclaim:        27092 kB
KernelStack:        3472 kB
PageTables:         7632 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1553164 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    473088 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61984 MiB
End job on node132 at 2017-08-11 08:19:24