Trace number 4245698

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)112 2400.1 2309.33

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-esc32d.xml
MD5SUMca834160bf20391dc7be2075ee08801e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark100
Best CPU time to get the best result obtained on this benchmark2400.04
Satisfiable
(Un)Satisfiability was proved
Number of variables1056
Number of constraints91
Number of domains2
Minimum domain size5
Maximum domain size32
Distribution of domain sizes[{"size":5,"count":90},{"size":32,"count":32}]
Minimum variable degree0
Maximum variable degree14
Distribution of variable degrees[{"degree":0,"count":934},{"degree":1,"count":14},{"degree":2,"count":92},{"degree":4,"count":2},{"degree":10,"count":2},{"degree":13,"count":2},{"degree":14,"count":10}]
Minimum constraint arity3
Maximum constraint arity32
Distribution of constraint arities[{"arity":3,"count":90},{"arity":32,"count":1}]
Number of extensional constraints90
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":90},{"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.74/2.16	c Concrete v3.4 running
92.36/77.44	o 171
92.36/77.47	o 168
92.67/77.50	o 166
92.67/77.53	o 165
92.67/77.55	o 164
92.67/77.58	o 162
92.96/77.60	o 161
92.96/77.62	o 160
92.96/77.65	o 159
92.96/77.67	o 158
92.96/77.69	o 154
93.37/77.72	o 150
94.14/77.93	o 148
94.14/77.96	o 146
95.05/78.54	o 145
95.05/78.56	o 144
95.28/78.73	o 143
95.28/78.75	o 142
96.22/79.24	o 141
96.22/79.25	o 140
96.22/79.27	o 139
96.39/79.32	o 133
96.39/79.36	o 132
96.39/79.38	o 128
96.49/79.40	o 126
96.49/79.45	o 122
98.49/81.39	o 120
111.74/94.28	o 118
112.58/95.04	o 116
1656.83/1591.01	o 112
2400.04/2309.30	java.util.concurrent.TimeoutException
2400.04/2309.30		at concrete.MAC.mac(MAC.scala:74)
2400.04/2309.30		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2400.04/2309.30		at scala.util.Try$.apply(Try.scala:209)
2400.04/2309.30		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2400.04/2309.30		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2400.04/2309.30		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2400.04/2309.30		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2400.04/2309.31		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2400.04/2309.31		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2400.04/2309.31		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2400.04/2309.31		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2400.04/2309.31		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2400.04/2309.31		at concrete.MAC.oneRun(MAC.scala:146)
2400.04/2309.31		at concrete.MAC.nextSolution(MAC.scala:166)
2400.04/2309.31		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2400.04/2309.31		at concrete.ProblemState.map(ProblemState.scala:203)
2400.04/2309.31		at concrete.ProblemState.map(ProblemState.scala:188)
2400.04/2309.31		at concrete.MAC.nextSolution(MAC.scala:195)
2400.04/2309.31		at concrete.Solver.hasNext(Solver.scala:202)
2400.04/2309.31		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2400.04/2309.31		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2400.04/2309.31		at concrete.Solver.toStream(Solver.scala:73)
2400.04/2309.31		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
2400.04/2309.31		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
2400.04/2309.31		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
2400.04/2309.31		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
2400.04/2309.31		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2400.04/2309.31		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2400.04/2309.31		at scala.util.Success.map(Try.scala:209)
2400.04/2309.31		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2400.04/2309.31		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2400.04/2309.31		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.04/2309.31		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2400.04/2309.31		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.04/2309.31		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2400.04/2309.31		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2400.04/2309.31		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2400.04/2309.31		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2400.04/2309.31		at scala.collection.immutable.List.foreach(List.scala:389)
2400.04/2309.31		at scala.App.main(App.scala:76)
2400.04/2309.31		at scala.App.main$(App.scala:74)
2400.04/2309.31		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.04/2309.31		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.04/2309.31	v <instantiation cost="112">
2400.04/2309.31	v       <list>
2400.04/2309.31	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] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] d[0][1] d[0][3] d[0][4] d[0][6] d[0][7] d[0][8] d[0][9] d[0][10] d[0][13] d[0][15] d[0][16] d[0][17] d[1][4] d[1][5] d[1][6] d[1][7] d[1][8] d[1][9] d[1][10] d[1][13] d[1][14] d[1][15] d[1][16] d[1][17] d[2][4] d[2][11] d[2][13] d[4][6] d[4][7] d[4][8] d[4][9] d[4][10] d[4][11] d[4][13] d[4][15] d[4][16] d[4][17] d[5][6] d[5][7] d[5][8] d[5][10] d[5][14] d[5][15] d[5][16] d[5][17] d[6][7] d[6][8] d[6][9] d[6][10] d[6][13] d[6][14] d[6][15] d[6][16] d[6][17] d[7][8] d[7][9] d[7][10] d[7][13] d[7][14] d[7][15] d[7][16] d[7][17] d[8][9] d[8][10] d[8][13] d[8][14] d[8][15] d[8][16] d[8][17] d[9][10] d[9][12] d[9][13] d[9][15] d[9][16] d[9][17] d[10][13] d[10][14] d[10][15] d[10][16] d[10][17] d[11][13] d[13][15] d[13][16] d[13][17] d[14][15] d[14][16] d[14][17] d[15][16] d[15][17] d[16][17]
2400.04/2309.31	v       </list>
2400.04/2309.31	v       <values>
2400.04/2309.31	v         19 29 2 23 18 20 16 31 17 27 28 10 11 26 21 25 9 24 13 15 6 30 22 4 8 5 12 1 7 0 3 14 2 0 0 1 1 0 0 3 1 1 2 2 3 1 2 0 1 1 0 2 0 0 1 1 0 0 1 0 2 1 1 2 1 0 2 3 1 0 2 1 0 0 2 3 1 3 0 2 1 1 1 1 2 0 2 0 1 1 1 1 2 2 1 2 2 0 0 1 1 2 0 0 0 1 1 1 1 1 2 0 0 1 2 0 1 2 2 0 0 1
2400.04/2309.31	v       </values>
2400.04/2309.31	v     </instantiation>
2400.04/2309.31	s SATISFIABLE

Verifier Data

OK	112

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-4245698-1500706525/watcher-4245698-1500706525 -o /tmp/evaluation-result-4245698-1500706525/solver-4245698-1500706525 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node114-1500696853-12413 --watchdog 2560 bin/concrete HOME/instance-4245698-1500706525.xml 

pid=16270
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.60 1.59 1.53 3/261 16273
/proc/meminfo: memFree=30802216/32770624 swapFree=5720/281332
[pid=16273] ppid=16270 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16273/stat : 16273 (bash) S 16270 16273 16473 0 -1 4202496 685 1532 0 0 0 0 0 0 20 0 1 0 5921690 9736192 350 33554432000 4194304 5098028 140735555707264 140735555704904 140586841574400 0 0 4100 65536 18446744071580971376 0 0 17 10 0 0 0 0 0 7196144 7232144 8060928 140735555708174 140735555708259 140735555708259 140735555710958 0
/proc/16273/statm: 2377 350 278 221 0 86 0

[startup+0.100129 s]
/proc/loadavg: 1.60 1.59 1.53 3/261 16273
/proc/meminfo: memFree=30802216/32770624 swapFree=5720/281332
[pid=16273] ppid=16270 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/16273/stat : 16273 (bash) S 16270 16273 16473 0 -1 4202496 879 6419 0 0 0 0 0 1 20 0 1 0 5921690 9871360 377 33554432000 4194304 5098028 140735555707264 140735555701272 140586841574400 0 0 4100 65536 18446744071580971376 0 0 17 10 0 0 0 0 0 7196144 7232144 8060928 140735555708174 140735555708259 140735555708259 140735555710958 0
/proc/16273/statm: 2410 377 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200383 s]
/proc/loadavg: 1.60 1.59 1.53 3/261 16273
/proc/meminfo: memFree=30802216/32770624 swapFree=5720/281332
[pid=16273] ppid=16270 vsize=10435860 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/16273/stat : 16273 (java) S 16270 16273 16473 0 -1 1077944320 4709 12403 0 0 5 1 8 4 20 0 13 0 5921690 10686320640 5049 33554432000 4194304 4196468 140729860770816 140729860753360 140107077050103 0 0 0 16800971 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
/proc/16273/statm: 2608965 5049 2137 1 0 2597403 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10435860

[startup+0.300285 s]
/proc/loadavg: 1.60 1.59 1.53 3/261 16273
/proc/meminfo: memFree=30802216/32770624 swapFree=5720/281332
[pid=16273] ppid=16270 vsize=10902392 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/16273/stat : 16273 (java) S 16270 16273 16473 0 -1 1077944320 7120 12403 0 0 22 2 8 4 20 0 20 0 5921690 11164049408 8853 33554432000 4194304 4196468 140729860770816 140729860753360 140107077050103 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
/proc/16273/statm: 2725598 8853 2986 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902392

[startup+0.700222 s]
/proc/loadavg: 1.60 1.59 1.53 3/261 16273
/proc/meminfo: memFree=30802216/32770624 swapFree=5720/281332
[pid=16273] ppid=16270 vsize=10902720 CPUtime=0.9 cores=0,2,4,6,8,10,12,14
/proc/16273/stat : 16273 (java) S 16270 16273 16473 0 -1 1077944320 12333 12403 0 0 73 5 8 4 20 0 20 0 5921690 11164385280 15728 33554432000 4194304 4196468 140729860770816 140729860753360 140107077050103 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
/proc/16273/statm: 2725680 15728 3190 1 0 2713890 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 10902720

[startup+1.50078 s]
/proc/loadavg: 1.60 1.59 1.53 3/281 16346
/proc/meminfo: memFree=30700420/32770624 swapFree=5720/281212
[pid=16273] ppid=16270 vsize=10913344 CPUtime=2.29 cores=0,2,4,6,8,10,12,14
/proc/16273/stat : 16273 (java) S 16270 16273 16473 0 -1 1077944320 28196 12403 0 0 204 13 8 4 20 0 20 0 5921690 11175264256 44045 33554432000 4194304 4196468 140729860770816 140729860753360 140107077050103 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
/proc/16273/statm: 2728336 44045 3411 1 0 2716450 0
[pid=16273/tid=16328] ppid=16270 vsize=10913344 CPUtime=1.42 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16328/stat : 16328 (java) R 16270 16273 16473 0 -1 4202560 20244 12403 0 0 124 6 8 4 20 0 20 0 5921704 11175264256 44045 33554432000 4194304 4196468 140729860770816 140107081278304 140107077062038 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16329] ppid=16270 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16329/stat : 16329 (java) S 16270 16273 16473 0 -1 1077944384 23 12403 0 0 1 0 8 4 20 0 20 0 5921705 11175264256 44045 33554432000 4194304 4196468 140729860770816 140107003124752 140107077060309 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16330] ppid=16270 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16330/stat : 16330 (java) S 16270 16273 16473 0 -1 1077944384 28 12403 0 0 0 0 8 4 20 0 20 0 5921705 11175264256 44045 33554432000 4194304 4196468 140729860770816 140107002072208 140107077060309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16331] ppid=16270 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16331/stat : 16331 (java) S 16270 16273 16473 0 -1 1077944384 43 12403 0 0 1 0 8 4 20 0 20 0 5921705 11175264256 44045 33554432000 4194304 4196468 140729860770816 140106681805584 140107077060309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16332] ppid=16270 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16332/stat : 16332 (java) S 16270 16273 16473 0 -1 1077944384 37 12403 0 0 0 0 8 4 20 0 20 0 5921705 11175264256 44045 33554432000 4194304 4196468 140729860770816 140106680753040 140107077060309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16333] ppid=16270 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16333/stat : 16333 (java) S 16270 16273 16473 0 -1 1077944384 38 12403 0 0 1 0 8 4 20 0 20 0 5921705 11175264256 44045 33554432000 4194304 4196468 140729860770816 140106679699984 140107077060309 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16334] ppid=16270 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16334/stat : 16334 (java) S 16270 16273 16473 0 -1 1077944384 25 12403 0 0 1 0 8 4 20 0 20 0 5921705 11175264256 44045 33554432000 4194304 4196468 140729860770816 140106678647440 140107077060309 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16335] ppid=16270 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16335/stat : 16335 (java) S 16270 16273 16473 0 -1 1077944384 18 12403 0 0 0 0 8 4 20 0 20 0 5921705 11175264256 44045 33554432000 4194304 4196468 140729860770816 140106677594384 140107077060309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16336] ppid=16270 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16336/stat : 16336 (java) S 16270 16273 16473 0 -1 1077944384 138 12403 0 0 1 0 8 4 20 0 20 0 5921705 11175264256 44045 33554432000 4194304 4196468 140729860770816 140106676541840 140107077060309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16337] ppid=16270 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16337/stat : 16337 (java) S 16270 16273 16473 0 -1 1077944384 1355 12403 0 0 1 0 8 4 20 0 20 0 5921707 11175264256 44045 33554432000 4194304 4196468 140729860770816 140106551606000 140107077061250 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16338] ppid=16270 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16338/stat : 16338 (java) S 16270 16273 16473 0 -1 1077944384 56 12403 0 0 0 0 8 4 20 0 20 0 5921708 11175264256 44045 33554432000 4194304 4196468 140729860770816 140106550552288 140107077060309 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16339] ppid=16270 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16339/stat : 16339 (java) S 16270 16273 16473 0 -1 1077944384 44 12403 0 0 0 0 8 4 20 0 20 0 5921708 11175264256 44045 33554432000 4194304 4196468 140729860770816 140106549499136 140107077060309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16340] ppid=16270 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16340/stat : 16340 (java) S 16270 16273 16473 0 -1 1077944384 1 12403 0 0 0 0 8 4 20 0 20 0 5921712 11175264256 44045 33554432000 4194304 4196468 140729860770816 140106548447696 140107077068699 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16341] ppid=16270 vsize=10913344 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16341/stat : 16341 (java) R 16270 16273 16473 0 -1 4202560 1045 12403 0 0 14 0 8 4 20 0 20 0 5921712 11175264256 44045 33554432000 4194304 4196468 140729860770816 140106547385312 140107058594568 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16342] ppid=16270 vsize=10913344 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16342/stat : 16342 (java) S 16270 16273 16473 0 -1 1077944384 977 12403 0 0 13 0 8 4 20 0 20 0 5921712 11175264256 44045 33554432000 4194304 4196468 140729860770816 140106546342256 140107077061250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16343] ppid=16270 vsize=10913344 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16343/stat : 16343 (java) S 16270 16273 16473 0 -1 1077944384 608 12403 0 0 13 0 8 4 20 0 20 0 5921712 11175264256 44045 33554432000 4194304 4196468 140729860770816 140106545289200 140107077061250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16344] ppid=16270 vsize=10913344 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16344/stat : 16344 (java) R 16270 16273 16473 0 -1 4202560 1380 12403 0 0 25 0 8 4 20 0 20 0 5921712 11175264256 44045 33554432000 4194304 4196468 140729860770816 140106544232384 140107055731443 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16345] ppid=16270 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16345/stat : 16345 (java) S 16270 16273 16473 0 -1 1077944384 3 12403 0 0 0 0 8 4 20 0 20 0 5921712 11175264256 44045 33554432000 4194304 4196468 140729860770816 140106543184864 140107077060309 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16346] ppid=16270 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16346/stat : 16346 (java) S 16270 16273 16473 0 -1 1077944384 6 12403 0 0 0 0 8 4 20 0 20 0 5921713 11175264256 44045 33554432000 4194304 4196468 140729860770816 140106542132400 140107077061250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 10913344

[startup+3.10119 s]
/proc/loadavg: 1.60 1.59 1.53 4/281 16346
/proc/meminfo: memFree=30627528/32770624 swapFree=5720/281212
[pid=16273] ppid=16270 vsize=10927868 CPUtime=6.13 cores=0,2,4,6,8,10,12,14
/proc/16273/stat : 16273 (java) S 16270 16273 16473 0 -1 1077944320 47791 12403 0 0 581 20 8 4 20 0 20 0 5921690 11190136832 56917 33554432000 4194304 4196468 140729860770816 140729860753360 140107077050103 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
/proc/16273/statm: 2731967 56917 3479 1 0 2719522 0
[pid=16273/tid=16328] ppid=16270 vsize=10927868 CPUtime=3.02 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16328/stat : 16328 (java) R 16270 16273 16473 0 -1 4202560 32907 12403 0 0 281 9 8 4 20 0 20 0 5921704 11190136832 56917 33554432000 4194304 4196468 140729860770816 140107081277664 140106691632468 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16329] ppid=16270 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16329/stat : 16329 (java) S 16270 16273 16473 0 -1 1077944384 23 12403 0 0 1 0 8 4 20 0 20 0 5921705 11190136832 56917 33554432000 4194304 4196468 140729860770816 140107003124752 140107077060309 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16330] ppid=16270 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16330/stat : 16330 (java) S 16270 16273 16473 0 -1 1077944384 28 12403 0 0 0 0 8 4 20 0 20 0 5921705 11190136832 56917 33554432000 4194304 4196468 140729860770816 140107002072208 140107077060309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16331] ppid=16270 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16331/stat : 16331 (java) S 16270 16273 16473 0 -1 1077944384 43 12403 0 0 1 0 8 4 20 0 20 0 5921705 11190136832 56917 33554432000 4194304 4196468 140729860770816 140106681805584 140107077060309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16332] ppid=16270 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16332/stat : 16332 (java) S 16270 16273 16473 0 -1 1077944384 37 12403 0 0 0 0 8 4 20 0 20 0 5921705 11190136832 56917 33554432000 4194304 4196468 140729860770816 140106680753040 140107077060309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16333] ppid=16270 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16333/stat : 16333 (java) S 16270 16273 16473 0 -1 1077944384 38 12403 0 0 1 0 8 4 20 0 20 0 5921705 11190136832 56917 33554432000 4194304 4196468 140729860770816 140106679699984 140107077060309 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16334] ppid=16270 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16334/stat : 16334 (java) S 16270 16273 16473 0 -1 1077944384 25 12403 0 0 1 0 8 4 20 0 20 0 5921705 11190136832 56917 33554432000 4194304 4196468 140729860770816 140106678647440 140107077060309 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16335] ppid=16270 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16335/stat : 16335 (java) S 16270 16273 16473 0 -1 1077944384 18 12403 0 0 0 0 8 4 20 0 20 0 5921705 11190136832 56917 33554432000 4194304 4196468 140729860770816 140106677594384 140107077060309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16336] ppid=16270 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16336/stat : 16336 (java) S 16270 16273 16473 0 -1 1077944384 138 12403 0 0 1 0 8 4 20 0 20 0 5921705 11190136832 56917 33554432000 4194304 4196468 140729860770816 140106676541840 140107077060309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16337] ppid=16270 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16337/stat : 16337 (java) S 16270 16273 16473 0 -1 1077944384 1369 12403 0 0 1 0 8 4 20 0 20 0 5921707 11190136832 56917 33554432000 4194304 4196468 140729860770816 140106551606000 140107077061250 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16338] ppid=16270 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16338/stat : 16338 (java) S 16270 16273 16473 0 -1 1077944384 56 12403 0 0 0 0 8 4 20 0 20 0 5921708 11190136832 56917 33554432000 4194304 4196468 140729860770816 140106550552288 140107077060309 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16339] ppid=16270 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16339/stat : 16339 (java) S 16270 16273 16473 0 -1 1077944384 44 12403 0 0 0 0 8 4 20 0 20 0 5921708 11190136832 56917 33554432000 4194304 4196468 140729860770816 140106549499136 140107077060309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16340] ppid=16270 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16340/stat : 16340 (java) S 16270 16273 16473 0 -1 1077944384 1 12403 0 0 0 0 8 4 20 0 20 0 5921712 11190136832 56917 33554432000 4194304 4196468 140729860770816 140106548447696 140107077068699 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16341] ppid=16270 vsize=10927868 CPUtime=0.93 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16341/stat : 16341 (java) R 16270 16273 16473 0 -1 4202560 4106 12403 0 0 80 1 8 4 20 0 20 0 5921712 11190136832 56917 33554432000 4194304 4196468 140729860770816 140106547394800 140107054776576 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16342] ppid=16270 vsize=10927868 CPUtime=0.61 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16342/stat : 16342 (java) R 16270 16273 16473 0 -1 4202560 1790 12403 0 0 48 1 8 4 20 0 20 0 5921712 11190136832 56917 33554432000 4194304 4196468 140729860770816 140106546342256 140107062158147 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16343] ppid=16270 vsize=10927868 CPUtime=0.7 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16343/stat : 16343 (java) R 16270 16273 16473 0 -1 4202560 1614 12403 0 0 57 1 8 4 20 0 20 0 5921712 11190136832 56917 33554432000 4194304 4196468 140729860770816 140106545288384 140107061946808 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16344] ppid=16270 vsize=10927868 CPUtime=1.15 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16344/stat : 16344 (java) S 16270 16273 16473 0 -1 1077944384 3415 12403 0 0 102 1 8 4 20 0 20 0 5921712 11190136832 56917 33554432000 4194304 4196468 140729860770816 140106544236656 140107077061250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16345] ppid=16270 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16345/stat : 16345 (java) S 16270 16273 16473 0 -1 1077944384 3 12403 0 0 0 0 8 4 20 0 20 0 5921712 11190136832 56917 33554432000 4194304 4196468 140729860770816 140106543184864 140107077060309 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16346] ppid=16270 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16346/stat : 16346 (java) S 16270 16273 16473 0 -1 1077944384 7 12403 0 0 0 0 8 4 20 0 20 0 5921713 11190136832 56917 33554432000 4194304 4196468 140729860770816 140106542132400 140107077061250 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 10927868

[startup+6.30079 s]
/proc/loadavg: 1.87 1.65 1.54 4/281 16346
/proc/meminfo: memFree=30412704/32770624 swapFree=5720/281212
[pid=16273] ppid=16270 vsize=10997500 CPUtime=16.38 cores=0,2,4,6,8,10,12,14
/proc/16273/stat : 16273 (java) S 16270 16273 16473 0 -1 1077944320 67451 12403 0 0 1570 56 8 4 20 0 20 0 5921690 11261440000 126558 33554432000 4194304 4196468 140729860770816 140729860753360 140107077050103 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
/proc/16273/statm: 2749375 126558 3509 1 0 2736930 0
[pid=16273/tid=16328] ppid=16270 vsize=10997500 CPUtime=6.04 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16328/stat : 16328 (java) R 16270 16273 16473 0 -1 4202560 42302 12403 0 0 578 14 8 4 20 0 20 0 5921704 11261440000 126558 33554432000 4194304 4196468 140729860770816 140107081281544 140106695972134 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16329] ppid=16270 vsize=10997500 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16329/stat : 16329 (java) S 16270 16273 16473 0 -1 1077944384 139 12403 0 0 6 4 8 4 20 0 20 0 5921705 11261440000 126558 33554432000 4194304 4196468 140729860770816 140107003124752 140107077060309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16330] ppid=16270 vsize=10997500 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16330/stat : 16330 (java) S 16270 16273 16473 0 -1 1077944384 139 12403 0 0 6 3 8 4 20 0 20 0 5921705 11261440000 126558 33554432000 4194304 4196468 140729860770816 140107002072208 140107077060309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16331] ppid=16270 vsize=10997500 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16331/stat : 16331 (java) S 16270 16273 16473 0 -1 1077944384 169 12403 0 0 7 4 8 4 20 0 20 0 5921705 11261440000 126558 33554432000 4194304 4196468 140729860770816 140106681805584 140107077060309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16332] ppid=16270 vsize=10997500 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16332/stat : 16332 (java) S 16270 16273 16473 0 -1 1077944384 170 12403 0 0 7 4 8 4 20 0 20 0 5921705 11261440000 126558 33554432000 4194304 4196468 140729860770816 140106680753040 140107077060309 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16333] ppid=16270 vsize=10997500 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16333/stat : 16333 (java) S 16270 16273 16473 0 -1 1077944384 161 12403 0 0 8 2 8 4 20 0 20 0 5921705 11261440000 126558 33554432000 4194304 4196468 140729860770816 140106679699984 140107077060309 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16334] ppid=16270 vsize=10997500 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16334/stat : 16334 (java) S 16270 16273 16473 0 -1 1077944384 127 12403 0 0 6 3 8 4 20 0 20 0 5921705 11261440000 126558 33554432000 4194304 4196468 140729860770816 140106678647440 140107077060309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16335] ppid=16270 vsize=10997500 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16335/stat : 16335 (java) S 16270 16273 16473 0 -1 1077944384 152 12403 0 0 7 3 8 4 20 0 20 0 5921705 11261440000 126558 33554432000 4194304 4196468 140729860770816 140106677594384 140107077060309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16336] ppid=16270 vsize=10997500 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16336/stat : 16336 (java) S 16270 16273 16473 0 -1 1077944384 264 12403 0 0 7 3 8 4 20 0 20 0 5921705 11261440000 126558 33554432000 4194304 4196468 140729860770816 140106676541840 140107077060309 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16337] ppid=16270 vsize=10997500 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16337/stat : 16337 (java) S 16270 16273 16473 0 -1 1077944384 2308 12403 0 0 5 0 8 4 20 0 20 0 5921707 11261440000 126558 33554432000 4194304 4196468 140729860770816 140106551606000 140107077061250 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16338] ppid=16270 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16338/stat : 16338 (java) S 16270 16273 16473 0 -1 1077944384 56 12403 0 0 0 0 8 4 20 0 20 0 5921708 11261440000 126558 33554432000 4194304 4196468 140729860770816 140106550552352 140107077060309 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16339] ppid=16270 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16339/stat : 16339 (java) S 16270 16273 16473 0 -1 1077944384 44 12403 0 0 0 0 8 4 20 0 20 0 5921708 11261440000 126558 33554432000 4194304 4196468 140729860770816 140106549499136 140107077060309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16340] ppid=16270 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16340/stat : 16340 (java) S 16270 16273 16473 0 -1 1077944384 1 12403 0 0 0 0 8 4 20 0 20 0 5921712 11261440000 126558 33554432000 4194304 4196468 140729860770816 140106548447696 140107077068699 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16341] ppid=16270 vsize=10997500 CPUtime=2.86 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16341/stat : 16341 (java) S 16270 16273 16473 0 -1 1077944384 5676 12403 0 0 272 2 8 4 20 0 20 0 5921712 11261440000 126558 33554432000 4194304 4196468 140729860770816 140106547394800 140107077061250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16342] ppid=16270 vsize=10997500 CPUtime=2.58 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16342/stat : 16342 (java) S 16270 16273 16473 0 -1 1077944384 6727 12403 0 0 244 2 8 4 20 0 20 0 5921712 11261440000 126558 33554432000 4194304 4196468 140729860770816 140106546342256 140107077061250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16343] ppid=16270 vsize=10997500 CPUtime=2.47 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16343/stat : 16343 (java) S 16270 16273 16473 0 -1 1077944384 2380 12403 0 0 234 1 8 4 20 0 20 0 5921712 11261440000 126558 33554432000 4194304 4196468 140729860770816 140106545289200 140107077061250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16344] ppid=16270 vsize=10997500 CPUtime=1.88 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16344/stat : 16344 (java) S 16270 16273 16473 0 -1 1077944384 4491 12403 0 0 174 2 8 4 20 0 20 0 5921712 11261440000 126558 33554432000 4194304 4196468 140729860770816 140106544236656 140107077061250 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16345] ppid=16270 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14

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

[pid=16273/tid=16342] ppid=16270 vsize=10997500 CPUtime=4.98 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16342/stat : 16342 (java) S 16270 16273 16473 0 -1 1077944384 28712 12403 0 0 481 5 8 4 20 0 20 0 5921712 11261440000 188926 33554432000 4194304 4196468 140729860770816 140106546342256 140107077061250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16343] ppid=16270 vsize=10997500 CPUtime=4.89 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16343/stat : 16343 (java) S 16270 16273 16473 0 -1 1077944384 26554 12403 0 0 472 5 8 4 20 0 20 0 5921712 11261440000 188926 33554432000 4194304 4196468 140729860770816 140106545289200 140107077061250 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16344] ppid=16270 vsize=10997500 CPUtime=3.07 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16344/stat : 16344 (java) S 16270 16273 16473 0 -1 1077944384 43571 12403 0 0 287 8 8 4 20 0 20 0 5921712 11261440000 188926 33554432000 4194304 4196468 140729860770816 140106544236656 140107077061250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16345] ppid=16270 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16345/stat : 16345 (java) S 16270 16273 16473 0 -1 1077944384 3 12403 0 0 0 0 8 4 20 0 20 0 5921712 11261440000 188926 33554432000 4194304 4196468 140729860770816 140106543184864 140107077060309 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16346] ppid=16270 vsize=10997500 CPUtime=1.31 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16346/stat : 16346 (java) S 16270 16273 16473 0 -1 1077944384 1366 12403 0 0 59 60 8 4 20 0 20 0 5921713 11261440000 188926 33554432000 4194304 4196468 140729860770816 140106542132400 140107077061250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
Current children cumulated CPU time (s) 2289.44
Current children cumulated vsize (KiB) 10997500

[startup+2262.3 s]
/proc/loadavg: 1.75 1.59 1.52 3/283 16583
/proc/meminfo: memFree=27436636/32770624 swapFree=5720/283716
[pid=16273] ppid=16270 vsize=10997500 CPUtime=2351.48 cores=0,2,4,6,8,10,12,14
/proc/16273/stat : 16273 (java) S 16270 16273 16473 0 -1 1077944320 400046 12403 0 0 234523 613 8 4 20 0 20 0 5921690 11261440000 185075 33554432000 4194304 4196468 140729860770816 140729860753360 140107077050103 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
/proc/16273/statm: 2749375 185075 3516 1 0 2736930 0
[pid=16273/tid=16328] ppid=16270 vsize=10997500 CPUtime=2241.7 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16328/stat : 16328 (java) R 16270 16273 16473 0 -1 4202560 122268 12403 0 0 224086 72 8 4 20 0 20 0 5921704 11261440000 185075 33554432000 4194304 4196468 140729860770816 140107081284304 140106696118567 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16329] ppid=16270 vsize=10997500 CPUtime=10.8 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16329/stat : 16329 (java) S 16270 16273 16473 0 -1 1077944384 11687 12403 0 0 1014 54 8 4 20 0 20 0 5921705 11261440000 185075 33554432000 4194304 4196468 140729860770816 140107003124752 140107077060309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16330] ppid=16270 vsize=10997500 CPUtime=10.73 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16330/stat : 16330 (java) S 16270 16273 16473 0 -1 1077944384 12043 12403 0 0 1007 54 8 4 20 0 20 0 5921705 11261440000 185075 33554432000 4194304 4196468 140729860770816 140107002072208 140107077060309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16331] ppid=16270 vsize=10997500 CPUtime=10.68 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16331/stat : 16331 (java) S 16270 16273 16473 0 -1 1077944384 13358 12403 0 0 997 59 8 4 20 0 20 0 5921705 11261440000 185075 33554432000 4194304 4196468 140729860770816 140106681805584 140107077060309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16332] ppid=16270 vsize=10997500 CPUtime=10.77 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16332/stat : 16332 (java) S 16270 16273 16473 0 -1 1077944384 16378 12403 0 0 1007 58 8 4 20 0 20 0 5921705 11261440000 185075 33554432000 4194304 4196468 140729860770816 140106680753040 140107077060309 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16333] ppid=16270 vsize=10997500 CPUtime=10.69 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16333/stat : 16333 (java) S 16270 16273 16473 0 -1 1077944384 11492 12403 0 0 1000 57 8 4 20 0 20 0 5921705 11261440000 185075 33554432000 4194304 4196468 140729860770816 140106679699984 140107077060309 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16334] ppid=16270 vsize=10997500 CPUtime=10.66 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16334/stat : 16334 (java) S 16270 16273 16473 0 -1 1077944384 21826 12403 0 0 998 56 8 4 20 0 20 0 5921705 11261440000 185075 33554432000 4194304 4196468 140729860770816 140106678647440 140107077060309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16335] ppid=16270 vsize=10997500 CPUtime=10.82 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16335/stat : 16335 (java) S 16270 16273 16473 0 -1 1077944384 12311 12403 0 0 1015 55 8 4 20 0 20 0 5921705 11261440000 185075 33554432000 4194304 4196468 140729860770816 140106677594384 140107077060309 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16336] ppid=16270 vsize=10997500 CPUtime=10.71 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16336/stat : 16336 (java) S 16270 16273 16473 0 -1 1077944384 14330 12403 0 0 1005 54 8 4 20 0 20 0 5921705 11261440000 185075 33554432000 4194304 4196468 140729860770816 140106676541840 140107077060309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16337] ppid=16270 vsize=10997500 CPUtime=5.99 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16337/stat : 16337 (java) S 16270 16273 16473 0 -1 1077944384 28344 12403 0 0 531 56 8 4 20 0 20 0 5921707 11261440000 185075 33554432000 4194304 4196468 140729860770816 140106551606000 140107077061250 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16338] ppid=16270 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16338/stat : 16338 (java) S 16270 16273 16473 0 -1 1077944384 60 12403 0 0 0 0 8 4 20 0 20 0 5921708 11261440000 185075 33554432000 4194304 4196468 140729860770816 140106550552352 140107077060309 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16339] ppid=16270 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16339/stat : 16339 (java) S 16270 16273 16473 0 -1 1077944384 46 12403 0 0 0 0 8 4 20 0 20 0 5921708 11261440000 185075 33554432000 4194304 4196468 140729860770816 140106549499136 140107077060309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16340] ppid=16270 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16340/stat : 16340 (java) S 16270 16273 16473 0 -1 1077944384 1 12403 0 0 0 0 8 4 20 0 20 0 5921712 11261440000 185075 33554432000 4194304 4196468 140729860770816 140106548447696 140107077068699 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16341] ppid=16270 vsize=10997500 CPUtime=5.15 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16341/stat : 16341 (java) S 16270 16273 16473 0 -1 1077944384 33545 12403 0 0 498 5 8 4 20 0 20 0 5921712 11261440000 185075 33554432000 4194304 4196468 140729860770816 140106547394800 140107077061250 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16342] ppid=16270 vsize=10997500 CPUtime=4.98 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16342/stat : 16342 (java) S 16270 16273 16473 0 -1 1077944384 28714 12403 0 0 481 5 8 4 20 0 20 0 5921712 11261440000 185075 33554432000 4194304 4196468 140729860770816 140106546342256 140107077061250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16343] ppid=16270 vsize=10997500 CPUtime=4.89 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16343/stat : 16343 (java) S 16270 16273 16473 0 -1 1077944384 26556 12403 0 0 472 5 8 4 20 0 20 0 5921712 11261440000 185075 33554432000 4194304 4196468 140729860770816 140106545289200 140107077061250 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16344] ppid=16270 vsize=10997500 CPUtime=3.07 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16344/stat : 16344 (java) S 16270 16273 16473 0 -1 1077944384 43573 12403 0 0 287 8 8 4 20 0 20 0 5921712 11261440000 185075 33554432000 4194304 4196468 140729860770816 140106544236656 140107077061250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16345] ppid=16270 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16345/stat : 16345 (java) S 16270 16273 16473 0 -1 1077944384 3 12403 0 0 0 0 8 4 20 0 20 0 5921712 11261440000 185075 33554432000 4194304 4196468 140729860770816 140106543184864 140107077060309 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16346] ppid=16270 vsize=10997500 CPUtime=1.35 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16346/stat : 16346 (java) S 16270 16273 16473 0 -1 1077944384 1382 12403 0 0 62 61 8 4 20 0 20 0 5921713 11261440000 185075 33554432000 4194304 4196468 140729860770816 140106542132400 140107077061250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
Current children cumulated CPU time (s) 2351.48
Current children cumulated vsize (KiB) 10997500



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2309.3 s]
/proc/loadavg: 1.37 1.50 1.49 3/283 16584
/proc/meminfo: memFree=27430732/32770624 swapFree=5720/283768
[pid=16273] ppid=16270 vsize=10997500 CPUtime=2400.04 cores=0,2,4,6,8,10,12,14
/proc/16273/stat : 16273 (java) S 16270 16273 16473 0 -1 1077944320 400930 12403 0 0 239372 620 8 4 20 0 20 0 5921690 11261440000 185588 33554432000 4194304 4196468 140729860770816 140729860753360 140107077050103 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
/proc/16273/statm: 2749375 185588 3516 1 0 2736930 0
[pid=16273/tid=16328] ppid=16270 vsize=10997500 CPUtime=2288.26 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16328/stat : 16328 (java) R 16270 16273 16473 0 -1 4202560 122641 12403 0 0 228742 72 8 4 20 0 20 0 5921704 11261440000 185588 33554432000 4194304 4196468 140729860770816 140107081284304 140106696124928 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16329] ppid=16270 vsize=10997500 CPUtime=11.03 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16329/stat : 16329 (java) S 16270 16273 16473 0 -1 1077944384 11690 12403 0 0 1036 55 8 4 20 0 20 0 5921705 11261440000 185588 33554432000 4194304 4196468 140729860770816 140107003124752 140107077060309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16330] ppid=16270 vsize=10997500 CPUtime=10.97 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16330/stat : 16330 (java) S 16270 16273 16473 0 -1 1077944384 12104 12403 0 0 1030 55 8 4 20 0 20 0 5921705 11261440000 185588 33554432000 4194304 4196468 140729860770816 140107002072208 140107077060309 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16331] ppid=16270 vsize=10997500 CPUtime=10.92 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16331/stat : 16331 (java) S 16270 16273 16473 0 -1 1077944384 13363 12403 0 0 1021 59 8 4 20 0 20 0 5921705 11261440000 185588 33554432000 4194304 4196468 140729860770816 140106681805584 140107077060309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16332] ppid=16270 vsize=10997500 CPUtime=10.99 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16332/stat : 16332 (java) S 16270 16273 16473 0 -1 1077944384 16383 12403 0 0 1028 59 8 4 20 0 20 0 5921705 11261440000 185588 33554432000 4194304 4196468 140729860770816 140106680753040 140107077060309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16333] ppid=16270 vsize=10997500 CPUtime=10.94 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16333/stat : 16333 (java) S 16270 16273 16473 0 -1 1077944384 11496 12403 0 0 1024 58 8 4 20 0 20 0 5921705 11261440000 185588 33554432000 4194304 4196468 140729860770816 140106679699984 140107077060309 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16334] ppid=16270 vsize=10997500 CPUtime=10.88 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16334/stat : 16334 (java) S 16270 16273 16473 0 -1 1077944384 21836 12403 0 0 1020 56 8 4 20 0 20 0 5921705 11261440000 185588 33554432000 4194304 4196468 140729860770816 140106678647440 140107077060309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16335] ppid=16270 vsize=10997500 CPUtime=11.06 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16335/stat : 16335 (java) S 16270 16273 16473 0 -1 1077944384 12319 12403 0 0 1038 56 8 4 20 0 20 0 5921705 11261440000 185588 33554432000 4194304 4196468 140729860770816 140106677594384 140107077060309 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16336] ppid=16270 vsize=10997500 CPUtime=10.93 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16336/stat : 16336 (java) S 16270 16273 16473 0 -1 1077944384 14578 12403 0 0 1026 55 8 4 20 0 20 0 5921705 11261440000 185588 33554432000 4194304 4196468 140729860770816 140106676541840 140107077060309 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16337] ppid=16270 vsize=10997500 CPUtime=6.11 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16337/stat : 16337 (java) S 16270 16273 16473 0 -1 1077944384 28497 12403 0 0 543 56 8 4 20 0 20 0 5921707 11261440000 185588 33554432000 4194304 4196468 140729860770816 140106551606000 140107077061250 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16338] ppid=16270 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16338/stat : 16338 (java) S 16270 16273 16473 0 -1 1077944384 60 12403 0 0 0 0 8 4 20 0 20 0 5921708 11261440000 185588 33554432000 4194304 4196468 140729860770816 140106550552352 140107077060309 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16339] ppid=16270 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16339/stat : 16339 (java) S 16270 16273 16473 0 -1 1077944384 46 12403 0 0 0 0 8 4 20 0 20 0 5921708 11261440000 185588 33554432000 4194304 4196468 140729860770816 140106549499136 140107077060309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16340] ppid=16270 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16340/stat : 16340 (java) S 16270 16273 16473 0 -1 1077944384 1 12403 0 0 0 0 8 4 20 0 20 0 5921712 11261440000 185588 33554432000 4194304 4196468 140729860770816 140106548447696 140107077068699 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16341] ppid=16270 vsize=10997500 CPUtime=5.15 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16341/stat : 16341 (java) S 16270 16273 16473 0 -1 1077944384 33547 12403 0 0 498 5 8 4 20 0 20 0 5921712 11261440000 185588 33554432000 4194304 4196468 140729860770816 140106547394800 140107077061250 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16342] ppid=16270 vsize=10997500 CPUtime=4.98 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16342/stat : 16342 (java) S 16270 16273 16473 0 -1 1077944384 28716 12403 0 0 481 5 8 4 20 0 20 0 5921712 11261440000 185588 33554432000 4194304 4196468 140729860770816 140106546342256 140107077061250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16343] ppid=16270 vsize=10997500 CPUtime=4.9 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16343/stat : 16343 (java) S 16270 16273 16473 0 -1 1077944384 26558 12403 0 0 473 5 8 4 20 0 20 0 5921712 11261440000 185588 33554432000 4194304 4196468 140729860770816 140106545289200 140107077061250 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16344] ppid=16270 vsize=10997500 CPUtime=3.07 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16344/stat : 16344 (java) S 16270 16273 16473 0 -1 1077944384 43575 12403 0 0 287 8 8 4 20 0 20 0 5921712 11261440000 185588 33554432000 4194304 4196468 140729860770816 140106544236656 140107077061250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16345] ppid=16270 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16345/stat : 16345 (java) S 16270 16273 16473 0 -1 1077944384 3 12403 0 0 0 0 8 4 20 0 20 0 5921712 11261440000 185588 33554432000 4194304 4196468 140729860770816 140106543184864 140107077060309 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16346] ppid=16270 vsize=10997500 CPUtime=1.38 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16346/stat : 16346 (java) S 16270 16273 16473 0 -1 1077944384 1388 12403 0 0 63 63 8 4 20 0 20 0 5921713 11261440000 185588 33554432000 4194304 4196468 140729860770816 140106542132400 140107077061250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
Current children cumulated CPU time (s) 2400.04
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 16273 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2309.3 s]
/proc/loadavg: 1.37 1.50 1.49 3/283 16584
/proc/meminfo: memFree=27430732/32770624 swapFree=5720/283768
[pid=16273] ppid=16270 vsize=10997500 CPUtime=2400.04 cores=0,2,4,6,8,10,12,14
/proc/16273/stat : 16273 (java) S 16270 16273 16473 0 -1 1077944320 400930 12403 0 0 239372 620 8 4 20 0 20 0 5921690 11261440000 185588 33554432000 4194304 4196468 140729860770816 140729860753360 140107077050103 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
/proc/16273/statm: 2749375 185588 3516 1 0 2736930 0
[pid=16273/tid=16328] ppid=16270 vsize=10997500 CPUtime=2288.26 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16328/stat : 16328 (java) R 16270 16273 16473 0 -1 4202560 122641 12403 0 0 228742 72 8 4 20 0 20 0 5921704 11261440000 185588 33554432000 4194304 4196468 140729860770816 140107081284304 140106696124928 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16329] ppid=16270 vsize=10997500 CPUtime=11.03 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16329/stat : 16329 (java) S 16270 16273 16473 0 -1 1077944384 11690 12403 0 0 1036 55 8 4 20 0 20 0 5921705 11261440000 185588 33554432000 4194304 4196468 140729860770816 140107003124752 140107077060309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16330] ppid=16270 vsize=10997500 CPUtime=10.97 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16330/stat : 16330 (java) S 16270 16273 16473 0 -1 1077944384 12104 12403 0 0 1030 55 8 4 20 0 20 0 5921705 11261440000 185588 33554432000 4194304 4196468 140729860770816 140107002072208 140107077060309 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16331] ppid=16270 vsize=10997500 CPUtime=10.92 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16331/stat : 16331 (java) S 16270 16273 16473 0 -1 1077944384 13363 12403 0 0 1021 59 8 4 20 0 20 0 5921705 11261440000 185588 33554432000 4194304 4196468 140729860770816 140106681805584 140107077060309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16332] ppid=16270 vsize=10997500 CPUtime=10.99 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16332/stat : 16332 (java) S 16270 16273 16473 0 -1 1077944384 16383 12403 0 0 1028 59 8 4 20 0 20 0 5921705 11261440000 185588 33554432000 4194304 4196468 140729860770816 140106680753040 140107077060309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16333] ppid=16270 vsize=10997500 CPUtime=10.94 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16333/stat : 16333 (java) S 16270 16273 16473 0 -1 1077944384 11496 12403 0 0 1024 58 8 4 20 0 20 0 5921705 11261440000 185588 33554432000 4194304 4196468 140729860770816 140106679699984 140107077060309 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16334] ppid=16270 vsize=10997500 CPUtime=10.88 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16334/stat : 16334 (java) S 16270 16273 16473 0 -1 1077944384 21836 12403 0 0 1020 56 8 4 20 0 20 0 5921705 11261440000 185588 33554432000 4194304 4196468 140729860770816 140106678647440 140107077060309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16335] ppid=16270 vsize=10997500 CPUtime=11.06 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16335/stat : 16335 (java) S 16270 16273 16473 0 -1 1077944384 12319 12403 0 0 1038 56 8 4 20 0 20 0 5921705 11261440000 185588 33554432000 4194304 4196468 140729860770816 140106677594384 140107077060309 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16336] ppid=16270 vsize=10997500 CPUtime=10.93 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16336/stat : 16336 (java) S 16270 16273 16473 0 -1 1077944384 14578 12403 0 0 1026 55 8 4 20 0 20 0 5921705 11261440000 185588 33554432000 4194304 4196468 140729860770816 140106676541840 140107077060309 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16337] ppid=16270 vsize=10997500 CPUtime=6.11 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16337/stat : 16337 (java) S 16270 16273 16473 0 -1 1077944384 28497 12403 0 0 543 56 8 4 20 0 20 0 5921707 11261440000 185588 33554432000 4194304 4196468 140729860770816 140106551606000 140107077061250 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16338] ppid=16270 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16338/stat : 16338 (java) S 16270 16273 16473 0 -1 1077944384 60 12403 0 0 0 0 8 4 20 0 20 0 5921708 11261440000 185588 33554432000 4194304 4196468 140729860770816 140106550552352 140107077060309 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16339] ppid=16270 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16339/stat : 16339 (java) S 16270 16273 16473 0 -1 1077944384 46 12403 0 0 0 0 8 4 20 0 20 0 5921708 11261440000 185588 33554432000 4194304 4196468 140729860770816 140106549499136 140107077060309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16340] ppid=16270 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16340/stat : 16340 (java) S 16270 16273 16473 0 -1 1077944384 1 12403 0 0 0 0 8 4 20 0 20 0 5921712 11261440000 185588 33554432000 4194304 4196468 140729860770816 140106548447696 140107077068699 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16341] ppid=16270 vsize=10997500 CPUtime=5.15 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16341/stat : 16341 (java) S 16270 16273 16473 0 -1 1077944384 33547 12403 0 0 498 5 8 4 20 0 20 0 5921712 11261440000 185588 33554432000 4194304 4196468 140729860770816 140106547394800 140107077061250 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16342] ppid=16270 vsize=10997500 CPUtime=4.98 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16342/stat : 16342 (java) S 16270 16273 16473 0 -1 1077944384 28716 12403 0 0 481 5 8 4 20 0 20 0 5921712 11261440000 185588 33554432000 4194304 4196468 140729860770816 140106546342256 140107077061250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16343] ppid=16270 vsize=10997500 CPUtime=4.9 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16343/stat : 16343 (java) S 16270 16273 16473 0 -1 1077944384 26558 12403 0 0 473 5 8 4 20 0 20 0 5921712 11261440000 185588 33554432000 4194304 4196468 140729860770816 140106545289200 140107077061250 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16344] ppid=16270 vsize=10997500 CPUtime=3.07 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16344/stat : 16344 (java) S 16270 16273 16473 0 -1 1077944384 43575 12403 0 0 287 8 8 4 20 0 20 0 5921712 11261440000 185588 33554432000 4194304 4196468 140729860770816 140106544236656 140107077061250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16345] ppid=16270 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16345/stat : 16345 (java) S 16270 16273 16473 0 -1 1077944384 3 12403 0 0 0 0 8 4 20 0 20 0 5921712 11261440000 185588 33554432000 4194304 4196468 140729860770816 140106543184864 140107077060309 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
[pid=16273/tid=16346] ppid=16270 vsize=10997500 CPUtime=1.38 cores=0,2,4,6,8,10,12,14
/proc/16273/task/16346/stat : 16346 (java) S 16270 16273 16473 0 -1 1077944384 1388 12403 0 0 63 63 8 4 20 0 20 0 5921713 11261440000 185588 33554432000 4194304 4196468 140729860770816 140106542132400 140107077061250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10989568 140729860774593 140729860777367 140729860777367 140729860779983 0
Current children cumulated CPU time (s) 2400.04
Current children cumulated vsize (KiB) 10997500

Child status: 143
Real time (s): 2309.33
CPU time (s): 2400.1
CPU user time (s): 2393.83
CPU system time (s): 6.26708
CPU usage (%): 103.931
Max. virtual memory (cumulated for all children) (KiB): 11000016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2393.83
system time used= 6.26708
maximum resident set size= 2877768
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 414453
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 253807
involuntary context switches= 171296

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.2392 second user time and 21.0418 second system time

The end

Launcher Data

Begin job on node114 at 2017-07-22 08:55:25
IDJOB=4245698
IDBENCH=123056
IDSOLVER=2630
FILE ID=node114/4245698-1500706525
RUNJOBID= node114-1500696853-12413
PBS_JOBID= 20623324
Free space on /tmp= 61988 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-esc32d.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4245698-1500706525/watcher-4245698-1500706525 -o /tmp/evaluation-result-4245698-1500706525/solver-4245698-1500706525 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node114-1500696853-12413 --watchdog 2560  bin/concrete HOME/instance-4245698-1500706525.xml

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

MD5SUM BENCH= ca834160bf20391dc7be2075ee08801e
RANDOM SEED=2047417454

node114.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		: 1600.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.60
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.60
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		: 2000.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.60
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	: 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.60
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		: 2667.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.60
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		: 1600.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		: 2133.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.60
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		: 1600.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		: 1600.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.60
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		: 1600.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		: 1733.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.60
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		: 1733.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:        30802608 kB
MemAvailable:   31056884 kB
Buffers:          133692 kB
Cached:           400184 kB
SwapCached:            0 kB
Active:          1236596 kB
Inactive:         290160 kB
Active(anon):     996036 kB
Inactive(anon):     8828 kB
Active(file):     240560 kB
Inactive(file):   281332 kB
Unevictable:        5720 kB
Mlocked:            5720 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24220 kB
Writeback:             0 kB
AnonPages:        999112 kB
Mapped:            44288 kB
Shmem:              8848 kB
Slab:             130136 kB
SReclaimable:      96440 kB
SUnreclaim:        33696 kB
KernelStack:        4480 kB
PageTables:         7204 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1791904 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    759808 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61956 MiB
End job on node114 at 2017-07-22 09:33:55