Trace number 4396629

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.12.2SAT (TO)150 2400.06 2352.05

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n30/
TravellingSalesman-30-30-00.xml
MD5SUMb8130450ecaa214ac0617b692471aec1
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark126
Best CPU time to get the best result obtained on this benchmark2400.1
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints31
Number of domains2
Minimum domain size30
Maximum domain size32
Distribution of domain sizes[{"size":30,"count":30},{"size":32,"count":30}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":30},{"degree":3,"count":30}]
Minimum constraint arity3
Maximum constraint arity30
Distribution of constraint arities[{"arity":3,"count":30},{"arity":30,"count":1}]
Number of extensional constraints30
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":30},{"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

0.79/0.56	c Concrete v3.12.2.1568380929293 running
10.56/4.26	o 266
11.53/4.53	o 264
11.53/4.54	o 261
12.84/4.93	o 259
14.65/5.89	o 239
14.78/5.90	o 228
14.78/5.91	o 227
14.78/5.92	o 226
14.78/5.93	o 225
14.78/5.99	o 220
14.78/6.00	o 217
15.65/6.42	o 190
15.65/6.45	o 189
16.80/6.90	o 188
16.80/6.90	o 186
17.42/7.34	o 185
17.42/7.38	o 182
17.57/7.45	o 179
22.12/10.57	o 172
23.43/11.47	o 171
50.93/36.90	o 168
56.58/42.34	o 167
57.09/42.81	o 166
57.72/43.48	o 164
58.15/43.81	o 162
141.21/124.30	o 160
141.21/124.30	o 159
329.75/309.38	o 158
330.25/309.81	o 157
2040.66/1997.83	o 156
2040.76/1998.00	o 155
2067.12/2023.96	o 154
2092.97/2049.42	o 153
2330.54/2283.67	o 151
2336.45/2289.40	o 150
2400.03/2352.01	Exception in thread "main" java.util.concurrent.TimeoutException
2400.03/2352.01		at concrete.MAC.mac(MAC.scala:192)
2400.03/2352.01		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.03/2352.01		at scala.util.Try$.apply(Try.scala:212)
2400.03/2352.01		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.03/2352.01		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.03/2352.01		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.03/2352.01		at concrete.MAC.oneRun(MAC.scala:265)
2400.03/2352.01		at concrete.MAC.nextSolution(MAC.scala:284)
2400.03/2352.01		at concrete.MAC.nextSolution(MAC.scala:369)
2400.03/2352.01		at concrete.Solver.hasNext(Solver.scala:160)
2400.03/2352.01		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.03/2352.01		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.03/2352.01		at concrete.Solver.foreach(Solver.scala:67)
2400.03/2352.01		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.03/2352.01		at scala.util.Success.map(Try.scala:264)
2400.03/2352.01		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.03/2352.01		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.03/2352.01		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.03/2352.01		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.03/2352.01		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.03/2352.01		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.03/2352.01		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.03/2352.01		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.03/2352.01		at scala.App.$anonfun$main$1(App.scala:75)
2400.03/2352.01		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.03/2352.01		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.03/2352.01		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.03/2352.01		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.03/2352.01		at scala.App.main(App.scala:75)
2400.03/2352.01		at scala.App.main$(App.scala:73)
2400.03/2352.01		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.03/2352.01		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.03/2352.02	v <instantiation
2400.03/2352.02	v         cost = '150'>
2400.03/2352.02	v       <list>
2400.03/2352.02	v         c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] c[25] c[26] c[27] c[28] c[29] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] d[18] d[19] d[20] d[21] d[22] d[23] d[24] d[25] d[26] d[27] d[28] d[29]
2400.03/2352.02	v       </list>
2400.03/2352.02	v       <values>
2400.03/2352.02	v         16 15 12 9 3 8 7 13 1 6 2 0 4 5 10 11 21 20 22 26 23 24 28 29 25 19 14 17 27 18 6 4 4 4 4 1 12 11 4 5 2 3 2 4 1 12 1 1 3 5 1 4 3 4 11 9 4 13 7 5
2400.03/2352.02	v       </values>
2400.03/2352.02	v     </instantiation>
2400.03/2352.02	s SATISFIABLE

Verifier Data

OK	150

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (15077 MiB free)
  memory of node 1: 16384 MiB (15511 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396629-1568405296/watcher-4396629-1568405296 -o /tmp/evaluation-result-4396629-1568405296/solver-4396629-1568405296 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node146-1568402879-31498 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=2003837502 HOME/instance-4396629-1568405296.xml 

running on 4 cores: 0,2,4,6

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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=32091, runsolver pid=32088

[startup+0.100021 s]*
/proc/loadavg: 1.51 1.45 1.38 8/218 32148
/proc/meminfo: memFree=31310140/32770624 swapFree=67000368/67108860
[pid=32091] ppid=32088 vsize=9972712 memory=16552 CPUtime=0.09 cores=0,2,4,6
/proc/32091/stat : 32091 (java) S 32088 32091 31467 0 -1 1077944320 4415 13285 0 0 1 0 5 3 20 0 6 0 416443659 10212057088 4138 33554432000 4194304 4196468 140720468064832 140720468047376 139900611002103 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
/proc/32091/statm: 2493178 4138 1933 1 0 2481616 0
[pid=32091/tid=32144] ppid=32088 vsize=9972712 memory=4279135703946723981 CPUtime=0.09 cores=0,2,4,6
/proc/32091/task/32144/stat : 32144 (java) R 32088 32091 31467 0 -1 4202560 2209 13285 0 0 1 0 5 3 20 0 6 0 416443669 10212057088 4204 33554432000 4194304 4196468 140720468064832 139900582838864 139900595082620 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32145] ppid=32088 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32145/stat : 32145 (java) S 32088 32091 31467 0 -1 1077944384 1 13285 0 0 0 0 5 3 20 0 6 0 416443669 10212057088 4204 33554432000 4194304 4196468 140720468064832 139900615244560 139900611012309 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32146] ppid=32088 vsize=9972712 memory=139933206226560 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32146/stat : 32146 (java) S 32088 32091 31467 0 -1 1077944384 1 13285 0 0 0 0 5 3 20 0 6 0 416443669 10212057088 4204 33554432000 4194304 4196468 140720468064832 139900514134928 139900611012309 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32147] ppid=32088 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32147/stat : 32147 (java) S 32088 32091 31467 0 -1 1077944384 1 13285 0 0 0 0 5 3 20 0 6 0 416443669 10212057088 4204 33554432000 4194304 4196468 140720468064832 139900513082384 139900611012309 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32148] ppid=32088 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32148/stat : 32148 (java) S 32088 32091 31467 0 -1 1077944384 2 13285 0 0 0 0 5 3 20 0 6 0 416443669 10212057088 4204 33554432000 4194304 4196468 140720468064832 139900512029840 139900611012309 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16552 KiB

[startup+0.210053 s]*
/proc/loadavg: 1.51 1.45 1.38 3/227 32157
/proc/meminfo: memFree=31277456/32770624 swapFree=67000368/67108860
[pid=32091] ppid=32088 vsize=10819664 memory=39440 CPUtime=0.26 cores=0,2,4,6
/proc/32091/stat : 32091 (java) S 32088 32091 31467 0 -1 1077944320 7171 13285 0 0 17 1 5 3 20 0 15 0 416443659 11079335936 9860 33554432000 4194304 4196468 140720468064832 140720468047376 139900611002103 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
/proc/32091/statm: 2704916 9860 3164 1 0 2667149 0
[pid=32091/tid=32144] ppid=32088 vsize=10819664 memory=-6517102902069810590 CPUtime=0.19 cores=0,2,4,6
/proc/32091/task/32144/stat : 32144 (java) R 32088 32091 31467 0 -1 4202560 3672 13285 0 0 11 0 5 3 20 0 15 0 416443669 11079335936 9860 33554432000 4194304 4196468 140720468064832 139900582826464 139900595082590 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32145] ppid=32088 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32145/stat : 32145 (java) S 32088 32091 31467 0 -1 1077944384 1 13285 0 0 0 0 5 3 20 0 15 0 416443669 11079335936 9860 33554432000 4194304 4196468 140720468064832 139900615244560 139900611012309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32146] ppid=32088 vsize=10819664 memory=139933206226560 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32146/stat : 32146 (java) S 32088 32091 31467 0 -1 1077944384 1 13285 0 0 0 0 5 3 20 0 15 0 416443669 11079335936 9860 33554432000 4194304 4196468 140720468064832 139900514134928 139900611012309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32147] ppid=32088 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32147/stat : 32147 (java) S 32088 32091 31467 0 -1 1077944384 1 13285 0 0 0 0 5 3 20 0 15 0 416443669 11079335936 9860 33554432000 4194304 4196468 140720468064832 139900513082384 139900611012309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32148] ppid=32088 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32148/stat : 32148 (java) S 32088 32091 31467 0 -1 1077944384 2 13285 0 0 0 0 5 3 20 0 15 0 416443669 11079335936 9860 33554432000 4194304 4196468 140720468064832 139900512029840 139900611012309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32149] ppid=32088 vsize=10819664 memory=139933206226560 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32149/stat : 32149 (java) S 32088 32091 31467 0 -1 1077944384 2 13285 0 0 0 0 5 3 20 0 15 0 416443671 11079335936 9860 33554432000 4194304 4196468 140720468064832 139900070156272 139900611013250 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32150] ppid=32088 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32150/stat : 32150 (java) S 32088 32091 31467 0 -1 1077944384 13 13285 0 0 0 0 5 3 20 0 15 0 416443671 11079335936 9860 33554432000 4194304 4196468 140720468064832 139899969725344 139900611012309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32151] ppid=32088 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32151/stat : 32151 (java) S 32088 32091 31467 0 -1 1077944384 1 13285 0 0 0 0 5 3 20 0 15 0 416443671 11079335936 9860 33554432000 4194304 4196468 140720468064832 139899365745648 139900611012309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32152] ppid=32088 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32152/stat : 32152 (java) S 32088 32091 31467 0 -1 1077944384 3 13285 0 0 0 0 5 3 20 0 15 0 416443674 11079335936 9860 33554432000 4194304 4196468 140720468064832 139899125455056 139900611020699 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32153] ppid=32088 vsize=10819664 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/32091/task/32153/stat : 32153 (java) S 32088 32091 31467 0 -1 1077944384 465 13285 0 0 1 0 5 3 20 0 15 0 416443674 11079335936 9860 33554432000 4194304 4196468 140720468064832 139900069104112 139900611013250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32154] ppid=32088 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32154/stat : 32154 (java) S 32088 32091 31467 0 -1 1077944384 179 13285 0 0 0 0 5 3 20 0 15 0 416443674 11079335936 9860 33554432000 4194304 4196468 140720468064832 139900068051568 139900611013250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32155] ppid=32088 vsize=10819664 memory=139933206226560 CPUtime=0.11 cores=0,2,4,6
/proc/32091/task/32155/stat : 32155 (java) S 32088 32091 31467 0 -1 1077944384 622 13285 0 0 3 0 5 3 20 0 15 0 416443674 11079335936 9860 33554432000 4194304 4196468 140720468064832 139900066999024 139900611013250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32156] ppid=32088 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32156/stat : 32156 (java) S 32088 32091 31467 0 -1 1077944384 3 13285 0 0 0 0 5 3 20 0 15 0 416443674 11079335936 9860 33554432000 4194304 4196468 140720468064832 139899091897440 139900611012309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32157] ppid=32088 vsize=10819664 memory=139933206226560 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32157/stat : 32157 (java) S 32088 32091 31467 0 -1 1077944384 1 13285 0 0 0 0 5 3 20 0 15 0 416443675 11079335936 9860 33554432000 4194304 4196468 140720468064832 139900065945904 139900611013250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 39440 KiB

[startup+0.310384 s]*
/proc/loadavg: 1.51 1.45 1.38 3/227 32157
/proc/meminfo: memFree=31252864/32770624 swapFree=67000368/67108860
[pid=32091] ppid=32088 vsize=10820148 memory=50548 CPUtime=0.41 cores=0,2,4,6
/proc/32091/stat : 32091 (java) S 32088 32091 31467 0 -1 1077944320 10859 13285 0 0 30 3 5 3 20 0 15 0 416443659 11079831552 12637 33554432000 4194304 4196468 140720468064832 140720468047376 139900611002103 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
/proc/32091/statm: 2705037 12637 3296 1 0 2667149 0
[pid=32091/tid=32144] ppid=32088 vsize=10820148 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/32091/task/32144/stat : 32144 (java) R 32088 32091 31467 0 -1 4202560 7340 13285 0 0 19 2 5 3 20 0 15 0 416443669 11079831552 12637 33554432000 4194304 4196468 140720468064832 139900582802016 139900595082590 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32145] ppid=32088 vsize=10820148 memory=7228928657774891088 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32145/stat : 32145 (java) S 32088 32091 31467 0 -1 1077944384 1 13285 0 0 0 0 5 3 20 0 15 0 416443669 11079831552 12637 33554432000 4194304 4196468 140720468064832 139900615244560 139900611012309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32146] ppid=32088 vsize=10820148 memory=2076 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32146/stat : 32146 (java) S 32088 32091 31467 0 -1 1077944384 1 13285 0 0 0 0 5 3 20 0 15 0 416443669 11079831552 12637 33554432000 4194304 4196468 140720468064832 139900514134928 139900611012309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32147] ppid=32088 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32147/stat : 32147 (java) S 32088 32091 31467 0 -1 1077944384 1 13285 0 0 0 0 5 3 20 0 15 0 416443669 11079831552 12637 33554432000 4194304 4196468 140720468064832 139900513082384 139900611012309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32148] ppid=32088 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32148/stat : 32148 (java) S 32088 32091 31467 0 -1 1077944384 2 13285 0 0 0 0 5 3 20 0 15 0 416443669 11079831552 12637 33554432000 4194304 4196468 140720468064832 139900512029840 139900611012309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32149] ppid=32088 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32149/stat : 32149 (java) S 32088 32091 31467 0 -1 1077944384 2 13285 0 0 0 0 5 3 20 0 15 0 416443671 11079831552 12637 33554432000 4194304 4196468 140720468064832 139900070156272 139900611013250 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32150] ppid=32088 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32150/stat : 32150 (java) S 32088 32091 31467 0 -1 1077944384 13 13285 0 0 0 0 5 3 20 0 15 0 416443671 11079831552 12637 33554432000 4194304 4196468 140720468064832 139899969725344 139900611012309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32151] ppid=32088 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32151/stat : 32151 (java) S 32088 32091 31467 0 -1 1077944384 1 13285 0 0 0 0 5 3 20 0 15 0 416443671 11079831552 12637 33554432000 4194304 4196468 140720468064832 139899365745648 139900611012309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32152] ppid=32088 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32152/stat : 32152 (java) S 32088 32091 31467 0 -1 1077944384 3 13285 0 0 0 0 5 3 20 0 15 0 416443674 11079831552 12637 33554432000 4194304 4196468 140720468064832 139899125455056 139900611020699 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32153] ppid=32088 vsize=10820148 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/32091/task/32153/stat : 32153 (java) S 32088 32091 31467 0 -1 1077944384 466 13285 0 0 2 0 5 3 20 0 15 0 416443674 11079831552 12637 33554432000 4194304 4196468 140720468064832 139900069104112 139900611013250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32154] ppid=32088 vsize=10820148 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/32091/task/32154/stat : 32154 (java) S 32088 32091 31467 0 -1 1077944384 188 13285 0 0 1 0 5 3 20 0 15 0 416443674 11079831552 12637 33554432000 4194304 4196468 140720468064832 139900068051568 139900611013250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32155] ppid=32088 vsize=10820148 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/32091/task/32155/stat : 32155 (java) S 32088 32091 31467 0 -1 1077944384 631 13285 0 0 5 0 5 3 20 0 15 0 416443674 11079831552 12637 33554432000 4194304 4196468 140720468064832 139900066999024 139900611013250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32156] ppid=32088 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32156/stat : 32156 (java) S 32088 32091 31467 0 -1 1077944384 3 13285 0 0 0 0 5 3 20 0 15 0 416443674 11079831552 12637 33554432000 4194304 4196468 140720468064832 139899091897440 139900611012309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32157] ppid=32088 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32157/stat : 32157 (java) S 32088 32091 31467 0 -1 1077944384 1 13285 0 0 0 0 5 3 20 0 15 0 416443675 11079831552 12637 33554432000 4194304 4196468 140720468064832 139900065945904 139900611013250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 50548 KiB

[startup+0.700762 s]
/proc/loadavg: 1.51 1.45 1.38 3/227 32157
/proc/meminfo: memFree=31188260/32770624 swapFree=67000368/67108860
[pid=32091] ppid=32088 vsize=10824360 memory=83224 CPUtime=1.15 cores=0,2,4,6
/proc/32091/stat : 32091 (java) S 32088 32091 31467 0 -1 1077944320 15031 13285 0 0 102 5 5 3 20 0 15 0 416443659 11084144640 20806 33554432000 4194304 4196468 140720468064832 140720468047376 139900611002103 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
/proc/32091/statm: 2706090 20806 3498 1 0 2668173 0
[pid=32091/tid=32144] ppid=32088 vsize=10824360 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/32091/task/32144/stat : 32144 (java) R 32088 32091 31467 0 -1 4202560 10324 13285 0 0 56 3 5 3 20 0 15 0 416443669 11084144640 20806 33554432000 4194304 4196468 140720468064832 139900582831648 139900611024029 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32145] ppid=32088 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32145/stat : 32145 (java) S 32088 32091 31467 0 -1 1077944384 1 13285 0 0 0 0 5 3 20 0 15 0 416443669 11084144640 20806 33554432000 4194304 4196468 140720468064832 139900615244560 139900611012309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32146] ppid=32088 vsize=10824360 memory=3616 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32146/stat : 32146 (java) S 32088 32091 31467 0 -1 1077944384 1 13285 0 0 0 0 5 3 20 0 15 0 416443669 11084144640 20806 33554432000 4194304 4196468 140720468064832 139900514134928 139900611012309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32147] ppid=32088 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32147/stat : 32147 (java) S 32088 32091 31467 0 -1 1077944384 1 13285 0 0 0 0 5 3 20 0 15 0 416443669 11084144640 20806 33554432000 4194304 4196468 140720468064832 139900513082384 139900611012309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32148] ppid=32088 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32148/stat : 32148 (java) S 32088 32091 31467 0 -1 1077944384 2 13285 0 0 0 0 5 3 20 0 15 0 416443669 11084144640 20806 33554432000 4194304 4196468 140720468064832 139900512029840 139900611012309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32149] ppid=32088 vsize=10824360 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32149/stat : 32149 (java) S 32088 32091 31467 0 -1 1077944384 6 13285 0 0 0 0 5 3 20 0 15 0 416443671 11084144640 20806 33554432000 4194304 4196468 140720468064832 139900070156272 139900611013250 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32150] ppid=32088 vsize=10824360 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32150/stat : 32150 (java) S 32088 32091 31467 0 -1 1077944384 13 13285 0 0 0 0 5 3 20 0 15 0 416443671 11084144640 20806 33554432000 4194304 4196468 140720468064832 139899969725344 139900611012309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32151] ppid=32088 vsize=10824360 memory=8836 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32151/stat : 32151 (java) S 32088 32091 31467 0 -1 1077944384 1 13285 0 0 0 0 5 3 20 0 15 0 416443671 11084144640 20806 33554432000 4194304 4196468 140720468064832 139899365745648 139900611012309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32152] ppid=32088 vsize=10824360 memory=11044 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32152/stat : 32152 (java) S 32088 32091 31467 0 -1 1077944384 3 13285 0 0 0 0 5 3 20 0 15 0 416443674 11084144640 20806 33554432000 4194304 4196468 140720468064832 139899125455056 139900611020699 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32153] ppid=32088 vsize=10824360 memory=13252 CPUtime=0.24 cores=0,2,4,6
/proc/32091/task/32153/stat : 32153 (java) S 32088 32091 31467 0 -1 1077944384 959 13285 0 0 16 0 5 3 20 0 15 0 416443674 11084144640 20806 33554432000 4194304 4196468 140720468064832 139900069104112 139900611013250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32154] ppid=32088 vsize=10824360 memory=15460 CPUtime=0.2 cores=0,2,4,6
/proc/32091/task/32154/stat : 32154 (java) S 32088 32091 31467 0 -1 1077944384 665 13285 0 0 12 0 5 3 20 0 15 0 416443674 11084144640 20806 33554432000 4194304 4196468 140720468064832 139900068051568 139900611013250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32155] ppid=32088 vsize=10824360 memory=17668 CPUtime=0.25 cores=0,2,4,6
/proc/32091/task/32155/stat : 32155 (java) S 32088 32091 31467 0 -1 1077944384 845 13285 0 0 17 0 5 3 20 0 15 0 416443674 11084144640 20806 33554432000 4194304 4196468 140720468064832 139900066999024 139900611013250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32156] ppid=32088 vsize=10824360 memory=19876 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32156/stat : 32156 (java) S 32088 32091 31467 0 -1 1077944384 3 13285 0 0 0 0 5 3 20 0 15 0 416443674 11084144640 20806 33554432000 4194304 4196468 140720468064832 139899091897440 139900611012309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32157] ppid=32088 vsize=10824360 memory=22084 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32157/stat : 32157 (java) S 32088 32091 31467 0 -1 1077944384 1 13285 0 0 0 0 5 3 20 0 15 0 416443675 11084144640 20806 33554432000 4194304 4196468 140720468064832 139900065945904 139900611013250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 83224 KiB

[startup+1.50074 s]
/proc/loadavg: 1.51 1.45 1.38 5/227 32157
/proc/meminfo: memFree=31136328/32770624 swapFree=67000368/67108860
[pid=32091] ppid=32088 vsize=10834676 memory=171924 CPUtime=2.54 cores=0,2,4,6
/proc/32091/stat : 32091 (java) S 32088 32091 31467 0 -1 1077944320 21905 13285 0 0 237 9 5 3 20 0 15 0 416443659 11094708224 42981 33554432000 4194304 4196468 140720468064832 140720468047376 139900611002103 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
/proc/32091/statm: 2708669 42981 3575 1 0 2670733 0
[pid=32091/tid=32144] ppid=32088 vsize=10834676 memory=0 CPUtime=1.44 cores=0,2,4,6
/proc/32091/task/32144/stat : 32144 (java) R 32088 32091 31467 0 -1 4202560 15307 13285 0 0 131 5 5 3 20 0 15 0 416443669 11094708224 42981 33554432000 4194304 4196468 140720468064832 139900582802528 139900589004647 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32145] ppid=32088 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/32091/task/32145/stat : 32145 (java) S 32088 32091 31467 0 -1 1077944384 346 13285 0 0 1 0 5 3 20 0 15 0 416443669 11094708224 42981 33554432000 4194304 4196468 140720468064832 139900615244560 139900611012309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32146] ppid=32088 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32146/stat : 32146 (java) S 32088 32091 31467 0 -1 1077944384 72 13285 0 0 0 0 5 3 20 0 15 0 416443669 11094708224 42981 33554432000 4194304 4196468 140720468064832 139900514134928 139900611012309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32147] ppid=32088 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/32091/task/32147/stat : 32147 (java) S 32088 32091 31467 0 -1 1077944384 33 13285 0 0 1 0 5 3 20 0 15 0 416443669 11094708224 42981 33554432000 4194304 4196468 140720468064832 139900513082384 139900611012309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32148] ppid=32088 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/32091/task/32148/stat : 32148 (java) S 32088 32091 31467 0 -1 1077944384 59 13285 0 0 1 0 5 3 20 0 15 0 416443669 11094708224 42981 33554432000 4194304 4196468 140720468064832 139900512029840 139900611012309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32149] ppid=32088 vsize=10834676 memory=-7965959130280075168 CPUtime=0.09 cores=0,2,4,6
/proc/32091/task/32149/stat : 32149 (java) S 32088 32091 31467 0 -1 1077944384 133 13285 0 0 1 0 5 3 20 0 15 0 416443671 11094708224 42981 33554432000 4194304 4196468 140720468064832 139900070156272 139900611013250 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32150] ppid=32088 vsize=10834676 memory=279866108881152 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32150/stat : 32150 (java) S 32088 32091 31467 0 -1 1077944384 14 13285 0 0 0 0 5 3 20 0 15 0 416443671 11094708224 42981 33554432000 4194304 4196468 140720468064832 139899969725408 139900611012309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32151] ppid=32088 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32151/stat : 32151 (java) S 32088 32091 31467 0 -1 1077944384 1 13285 0 0 0 0 5 3 20 0 15 0 416443671 11094708224 42981 33554432000 4194304 4196468 140720468064832 139899365745664 139900611012309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32152] ppid=32088 vsize=10834676 memory=3436 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32152/stat : 32152 (java) S 32088 32091 31467 0 -1 1077944384 3 13285 0 0 0 0 5 3 20 0 15 0 416443674 11094708224 42981 33554432000 4194304 4196468 140720468064832 139899125455056 139900611020699 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32153] ppid=32088 vsize=10834676 memory=7548 CPUtime=0.42 cores=0,2,4,6
/proc/32091/task/32153/stat : 32153 (java) S 32088 32091 31467 0 -1 1077944384 1285 13285 0 0 34 0 5 3 20 0 15 0 416443674 11094708224 42981 33554432000 4194304 4196468 140720468064832 139900069104112 139900611013250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32154] ppid=32088 vsize=10834676 memory=2832 CPUtime=0.33 cores=0,2,4,6
/proc/32091/task/32154/stat : 32154 (java) S 32088 32091 31467 0 -1 1077944384 866 13285 0 0 25 0 5 3 20 0 15 0 416443674 11094708224 42981 33554432000 4194304 4196468 140720468064832 139900068051568 139900611013250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32155] ppid=32088 vsize=10834676 memory=1224 CPUtime=0.48 cores=0,2,4,6
/proc/32091/task/32155/stat : 32155 (java) R 32088 32091 31467 0 -1 4202560 1579 13285 0 0 40 0 5 3 20 0 15 0 416443674 11094708224 42981 33554432000 4194304 4196468 140720468064832 139900066999024 139900589367883 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32156] ppid=32088 vsize=10834676 memory=5916 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32156/stat : 32156 (java) S 32088 32091 31467 0 -1 1077944384 3 13285 0 0 0 0 5 3 20 0 15 0 416443674 11094708224 42981 33554432000 4194304 4196468 140720468064832 139899091897440 139900611012309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32157] ppid=32088 vsize=10834676 memory=772 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32157/stat : 32157 (java) S 32088 32091 31467 0 -1 1077944384 1 13285 0 0 0 0 5 3 20 0 15 0 416443675 11094708224 42981 33554432000 4194304 4196468 140720468064832 139900065945904 139900611013250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
Current children cumulated CPU time: 2.54 s
Current children cumulated vsize: 10834676 KiB

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

/proc/32091/task/32144/stat : 32144 (java) R 32088 32091 31467 0 -1 4202560 65464 13285 0 0 217889 45 5 3 20 0 15 0 416443669 11111518208 177023 33554432000 4194304 4196468 140720468064832 139900582836944 139900202700527 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32145] ppid=32088 vsize=10851092 memory=708092 CPUtime=10.17 cores=0,2,4,6
/proc/32091/task/32145/stat : 32145 (java) S 32088 32091 31467 0 -1 1077944384 8070 13285 0 0 964 45 5 3 20 0 15 0 416443669 11111518208 177023 33554432000 4194304 4196468 140720468064832 139900615244560 139900611012309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32146] ppid=32088 vsize=10851092 memory=708092 CPUtime=10.21 cores=0,2,4,6
/proc/32091/task/32146/stat : 32146 (java) S 32088 32091 31467 0 -1 1077944384 15410 13285 0 0 966 47 5 3 20 0 15 0 416443669 11111518208 177023 33554432000 4194304 4196468 140720468064832 139900514134928 139900611012309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32147] ppid=32088 vsize=10851092 memory=708092 CPUtime=10.21 cores=0,2,4,6
/proc/32091/task/32147/stat : 32147 (java) S 32088 32091 31467 0 -1 1077944384 12769 13285 0 0 962 51 5 3 20 0 15 0 416443669 11111518208 177023 33554432000 4194304 4196468 140720468064832 139900513082384 139900611012309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32148] ppid=32088 vsize=10851092 memory=708092 CPUtime=10.21 cores=0,2,4,6
/proc/32091/task/32148/stat : 32148 (java) S 32088 32091 31467 0 -1 1077944384 14579 13285 0 0 963 50 5 3 20 0 15 0 416443669 11111518208 177023 33554432000 4194304 4196468 140720468064832 139900512029840 139900611012309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32149] ppid=32088 vsize=10851092 memory=708092 CPUtime=9.3 cores=0,2,4,6
/proc/32091/task/32149/stat : 32149 (java) S 32088 32091 31467 0 -1 1077944384 11910 13285 0 0 875 47 5 3 20 0 15 0 416443671 11111518208 177023 33554432000 4194304 4196468 140720468064832 139900070156272 139900611013250 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32150] ppid=32088 vsize=10851092 memory=279866110801248 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32150/stat : 32150 (java) S 32088 32091 31467 0 -1 1077944384 20 13285 0 0 0 0 5 3 20 0 15 0 416443671 11111518208 177023 33554432000 4194304 4196468 140720468064832 139899969725408 139900611012309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32151] ppid=32088 vsize=10851092 memory=708092 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32151/stat : 32151 (java) S 32088 32091 31467 0 -1 1077944384 6 13285 0 0 0 0 5 3 20 0 15 0 416443671 11111518208 177023 33554432000 4194304 4196468 140720468064832 139899365745664 139900611012309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32152] ppid=32088 vsize=10851092 memory=708092 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32152/stat : 32152 (java) S 32088 32091 31467 0 -1 1077944384 3 13285 0 0 0 0 5 3 20 0 15 0 416443674 11111518208 177023 33554432000 4194304 4196468 140720468064832 139899125455056 139900611020699 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32153] ppid=32088 vsize=10851092 memory=708092 CPUtime=6.58 cores=0,2,4,6
/proc/32091/task/32153/stat : 32153 (java) S 32088 32091 31467 0 -1 1077944384 36486 13285 0 0 642 8 5 3 20 0 15 0 416443674 11111518208 177023 33554432000 4194304 4196468 140720468064832 139900069104112 139900611013250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32154] ppid=32088 vsize=10851092 memory=708092 CPUtime=5.82 cores=0,2,4,6
/proc/32091/task/32154/stat : 32154 (java) S 32088 32091 31467 0 -1 1077944384 21260 13285 0 0 569 5 5 3 20 0 15 0 416443674 11111518208 177023 33554432000 4194304 4196468 140720468064832 139900068051568 139900611013250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32155] ppid=32088 vsize=10851092 memory=708092 CPUtime=5.33 cores=0,2,4,6
/proc/32091/task/32155/stat : 32155 (java) S 32088 32091 31467 0 -1 1077944384 30985 13285 0 0 517 8 5 3 20 0 15 0 416443674 11111518208 177023 33554432000 4194304 4196468 140720468064832 139900066999024 139900611013250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32156] ppid=32088 vsize=10851092 memory=36412 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32156/stat : 32156 (java) S 32088 32091 31467 0 -1 1077944384 3 13285 0 0 0 0 5 3 20 0 15 0 416443674 11111518208 177023 33554432000 4194304 4196468 140720468064832 139899091897440 139900611012309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32157] ppid=32088 vsize=10851092 memory=6791534058613427641 CPUtime=1.37 cores=0,2,4,6
/proc/32091/task/32157/stat : 32157 (java) S 32088 32091 31467 0 -1 1077944384 1735 13285 0 0 64 65 5 3 20 0 15 0 416443675 11111518208 177023 33554432000 4194304 4196468 140720468064832 139900065945904 139900611013250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
Current children cumulated CPU time: 2248.01 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 708092 KiB

[startup+2262.3 s]
/proc/loadavg: 1.37 1.33 1.36 3/228 32367
/proc/meminfo: memFree=30015876/32770624 swapFree=67000384/67108860
[pid=32091] ppid=32088 vsize=10851092 memory=703472 CPUtime=2308.9 cores=0,2,4,6
/proc/32091/stat : 32091 (java) S 32088 32091 31467 0 -1 1077944320 222410 13285 0 0 230560 322 5 3 20 0 15 0 416443659 11111518208 175868 33554432000 4194304 4196468 140720468064832 140720468047376 139900611002103 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
/proc/32091/statm: 2712773 175868 3629 1 0 2674829 0
[pid=32091/tid=32144] ppid=32088 vsize=10851092 memory=6791534058613427641 CPUtime=2238.79 cores=0,2,4,6
/proc/32091/task/32144/stat : 32144 (java) R 32088 32091 31467 0 -1 4202560 66243 13285 0 0 223826 45 5 3 20 0 15 0 416443669 11111518208 175868 33554432000 4194304 4196468 140720468064832 139900582837344 139900202716807 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32145] ppid=32088 vsize=10851092 memory=703472 CPUtime=10.47 cores=0,2,4,6
/proc/32091/task/32145/stat : 32145 (java) S 32088 32091 31467 0 -1 1077944384 8313 13285 0 0 993 46 5 3 20 0 15 0 416443669 11111518208 175868 33554432000 4194304 4196468 140720468064832 139900615244560 139900611012309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32146] ppid=32088 vsize=10851092 memory=703472 CPUtime=10.52 cores=0,2,4,6
/proc/32091/task/32146/stat : 32146 (java) S 32088 32091 31467 0 -1 1077944384 15528 13285 0 0 996 48 5 3 20 0 15 0 416443669 11111518208 175868 33554432000 4194304 4196468 140720468064832 139900514134928 139900611012309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32147] ppid=32088 vsize=10851092 memory=703472 CPUtime=10.51 cores=0,2,4,6
/proc/32091/task/32147/stat : 32147 (java) S 32088 32091 31467 0 -1 1077944384 12844 13285 0 0 990 53 5 3 20 0 15 0 416443669 11111518208 175868 33554432000 4194304 4196468 140720468064832 139900513082384 139900611012309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32148] ppid=32088 vsize=10851092 memory=703472 CPUtime=10.51 cores=0,2,4,6
/proc/32091/task/32148/stat : 32148 (java) S 32088 32091 31467 0 -1 1077944384 14620 13285 0 0 992 51 5 3 20 0 15 0 416443669 11111518208 175868 33554432000 4194304 4196468 140720468064832 139900512029840 139900611012309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32149] ppid=32088 vsize=10851092 memory=3616 CPUtime=9.58 cores=0,2,4,6
/proc/32091/task/32149/stat : 32149 (java) S 32088 32091 31467 0 -1 1077944384 12135 13285 0 0 901 49 5 3 20 0 15 0 416443671 11111518208 175868 33554432000 4194304 4196468 140720468064832 139900070156272 139900611013250 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32150] ppid=32088 vsize=10851092 memory=703472 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32150/stat : 32150 (java) S 32088 32091 31467 0 -1 1077944384 20 13285 0 0 0 0 5 3 20 0 15 0 416443671 11111518208 175868 33554432000 4194304 4196468 140720468064832 139899969725408 139900611012309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32151] ppid=32088 vsize=10851092 memory=703472 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32151/stat : 32151 (java) S 32088 32091 31467 0 -1 1077944384 6 13285 0 0 0 0 5 3 20 0 15 0 416443671 11111518208 175868 33554432000 4194304 4196468 140720468064832 139899365745664 139900611012309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32152] ppid=32088 vsize=10851092 memory=703472 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32152/stat : 32152 (java) S 32088 32091 31467 0 -1 1077944384 3 13285 0 0 0 0 5 3 20 0 15 0 416443674 11111518208 175868 33554432000 4194304 4196468 140720468064832 139899125455056 139900611020699 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32153] ppid=32088 vsize=10851092 memory=1980 CPUtime=6.58 cores=0,2,4,6
/proc/32091/task/32153/stat : 32153 (java) S 32088 32091 31467 0 -1 1077944384 36488 13285 0 0 642 8 5 3 20 0 15 0 416443674 11111518208 175868 33554432000 4194304 4196468 140720468064832 139900069104112 139900611013250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32154] ppid=32088 vsize=10851092 memory=3616 CPUtime=5.82 cores=0,2,4,6
/proc/32091/task/32154/stat : 32154 (java) S 32088 32091 31467 0 -1 1077944384 21262 13285 0 0 569 5 5 3 20 0 15 0 416443674 11111518208 175868 33554432000 4194304 4196468 140720468064832 139900068051568 139900611013250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32155] ppid=32088 vsize=10851092 memory=36412 CPUtime=5.33 cores=0,2,4,6
/proc/32091/task/32155/stat : 32155 (java) S 32088 32091 31467 0 -1 1077944384 30987 13285 0 0 517 8 5 3 20 0 15 0 416443674 11111518208 175868 33554432000 4194304 4196468 140720468064832 139900066999024 139900611013250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32156] ppid=32088 vsize=10851092 memory=703472 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32156/stat : 32156 (java) S 32088 32091 31467 0 -1 1077944384 3 13285 0 0 0 0 5 3 20 0 15 0 416443674 11111518208 175868 33554432000 4194304 4196468 140720468064832 139899091897440 139900611012309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32157] ppid=32088 vsize=10851092 memory=703472 CPUtime=1.4 cores=0,2,4,6
/proc/32091/task/32157/stat : 32157 (java) S 32088 32091 31467 0 -1 1077944384 1752 13285 0 0 66 66 5 3 20 0 15 0 416443675 11111518208 175868 33554432000 4194304 4196468 140720468064832 139900065945904 139900611013250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
Current children cumulated CPU time: 2308.9 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 703472 KiB

[startup+2322.3 s]
/proc/loadavg: 1.50 1.39 1.38 3/227 32371
/proc/meminfo: memFree=30021156/32770624 swapFree=67000384/67108860
[pid=32091] ppid=32088 vsize=10851092 memory=703476 CPUtime=2369.86 cores=0,2,4,6
/proc/32091/stat : 32091 (java) S 32088 32091 31467 0 -1 1077944320 223977 13285 0 0 236650 328 5 3 20 0 15 0 416443659 11111518208 175869 33554432000 4194304 4196468 140720468064832 140720468047376 139900611002103 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
/proc/32091/statm: 2712773 175869 3630 1 0 2674829 0
[pid=32091/tid=32144] ppid=32088 vsize=10851092 memory=703476 CPUtime=2298.14 cores=0,2,4,6
/proc/32091/task/32144/stat : 32144 (java) R 32088 32091 31467 0 -1 4202560 67154 13285 0 0 229760 46 5 3 20 0 15 0 416443669 11111518208 175869 33554432000 4194304 4196468 140720468064832 139900582836640 139900593522620 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32145] ppid=32088 vsize=10851092 memory=703476 CPUtime=10.8 cores=0,2,4,6
/proc/32091/task/32145/stat : 32145 (java) S 32088 32091 31467 0 -1 1077944384 8546 13285 0 0 1025 47 5 3 20 0 15 0 416443669 11111518208 175869 33554432000 4194304 4196468 140720468064832 139900615244560 139900611012309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32146] ppid=32088 vsize=10851092 memory=703476 CPUtime=10.84 cores=0,2,4,6
/proc/32091/task/32146/stat : 32146 (java) S 32088 32091 31467 0 -1 1077944384 15568 13285 0 0 1027 49 5 3 20 0 15 0 416443669 11111518208 175869 33554432000 4194304 4196468 140720468064832 139900514134928 139900611012309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32147] ppid=32088 vsize=10851092 memory=0 CPUtime=10.83 cores=0,2,4,6
/proc/32091/task/32147/stat : 32147 (java) S 32088 32091 31467 0 -1 1077944384 12866 13285 0 0 1021 54 5 3 20 0 15 0 416443669 11111518208 175869 33554432000 4194304 4196468 140720468064832 139900513082384 139900611012309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32148] ppid=32088 vsize=10851092 memory=703476 CPUtime=10.83 cores=0,2,4,6
/proc/32091/task/32148/stat : 32148 (java) S 32088 32091 31467 0 -1 1077944384 14678 13285 0 0 1023 52 5 3 20 0 15 0 416443669 11111518208 175869 33554432000 4194304 4196468 140720468064832 139900512029840 139900611012309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32149] ppid=32088 vsize=10851092 memory=703476 CPUtime=9.85 cores=0,2,4,6
/proc/32091/task/32149/stat : 32149 (java) S 32088 32091 31467 0 -1 1077944384 12175 13285 0 0 927 50 5 3 20 0 15 0 416443671 11111518208 175869 33554432000 4194304 4196468 140720468064832 139900070156272 139900611013250 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32150] ppid=32088 vsize=10851092 memory=703476 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32150/stat : 32150 (java) S 32088 32091 31467 0 -1 1077944384 20 13285 0 0 0 0 5 3 20 0 15 0 416443671 11111518208 175869 33554432000 4194304 4196468 140720468064832 139899969725408 139900611012309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32151] ppid=32088 vsize=10851092 memory=703476 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32151/stat : 32151 (java) S 32088 32091 31467 0 -1 1077944384 6 13285 0 0 0 0 5 3 20 0 15 0 416443671 11111518208 175869 33554432000 4194304 4196468 140720468064832 139899365745664 139900611012309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32152] ppid=32088 vsize=10851092 memory=703476 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32152/stat : 32152 (java) S 32088 32091 31467 0 -1 1077944384 3 13285 0 0 0 0 5 3 20 0 15 0 416443674 11111518208 175869 33554432000 4194304 4196468 140720468064832 139899125455056 139900611020699 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32153] ppid=32088 vsize=10851092 memory=65 CPUtime=6.58 cores=0,2,4,6
/proc/32091/task/32153/stat : 32153 (java) S 32088 32091 31467 0 -1 1077944384 36488 13285 0 0 642 8 5 3 20 0 15 0 416443674 11111518208 175869 33554432000 4194304 4196468 140720468064832 139900069104112 139900611013250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32154] ppid=32088 vsize=10851092 memory=703476 CPUtime=5.84 cores=0,2,4,6
/proc/32091/task/32154/stat : 32154 (java) S 32088 32091 31467 0 -1 1077944384 21521 13285 0 0 571 5 5 3 20 0 15 0 416443674 11111518208 175869 33554432000 4194304 4196468 140720468064832 139900068051568 139900611013250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32155] ppid=32088 vsize=10851092 memory=703476 CPUtime=5.33 cores=0,2,4,6
/proc/32091/task/32155/stat : 32155 (java) S 32088 32091 31467 0 -1 1077944384 30987 13285 0 0 517 8 5 3 20 0 15 0 416443674 11111518208 175869 33554432000 4194304 4196468 140720468064832 139900066999024 139900611013250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32156] ppid=32088 vsize=10851092 memory=703476 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32156/stat : 32156 (java) S 32088 32091 31467 0 -1 1077944384 3 13285 0 0 0 0 5 3 20 0 15 0 416443674 11111518208 175869 33554432000 4194304 4196468 140720468064832 139899091897440 139900611012309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32157] ppid=32088 vsize=10851092 memory=703476 CPUtime=1.43 cores=0,2,4,6
/proc/32091/task/32157/stat : 32157 (java) S 32088 32091 31467 0 -1 1077944384 1756 13285 0 0 68 67 5 3 20 0 15 0 416443675 11111518208 175869 33554432000 4194304 4196468 140720468064832 139900065945904 139900611013250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
Current children cumulated CPU time: 2369.86 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 703476 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2352 s]*
/proc/loadavg: 1.56 1.41 1.39 3/228 32375
/proc/meminfo: memFree=30021228/32770624 swapFree=67000384/67108860
[pid=32091] ppid=32088 vsize=10851092 memory=703476 CPUtime=2400.03 cores=0,2,4,6
/proc/32091/stat : 32091 (java) S 32088 32091 31467 0 -1 1077944320 224703 13285 0 0 239664 331 5 3 20 0 15 0 416443659 11111518208 175869 33554432000 4194304 4196468 140720468064832 140720468047376 139900611002103 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
/proc/32091/statm: 2712773 175869 3630 1 0 2674829 0
[pid=32091/tid=32144] ppid=32088 vsize=10851092 memory=6791534058613427641 CPUtime=2327.52 cores=0,2,4,6
/proc/32091/task/32144/stat : 32144 (java) R 32088 32091 31467 0 -1 4202560 67519 13285 0 0 232698 46 5 3 20 0 15 0 416443669 11111518208 175869 33554432000 4194304 4196468 140720468064832 139900582836832 139900200457321 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32145] ppid=32088 vsize=10851092 memory=6789802306324843961 CPUtime=10.95 cores=0,2,4,6
/proc/32091/task/32145/stat : 32145 (java) S 32088 32091 31467 0 -1 1077944384 8635 13285 0 0 1040 47 5 3 20 0 15 0 416443669 11111518208 175869 33554432000 4194304 4196468 140720468064832 139900615244560 139900611012309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32146] ppid=32088 vsize=10851092 memory=772 CPUtime=10.98 cores=0,2,4,6
/proc/32091/task/32146/stat : 32146 (java) S 32088 32091 31467 0 -1 1077944384 15571 13285 0 0 1041 49 5 3 20 0 15 0 416443669 11111518208 175869 33554432000 4194304 4196468 140720468064832 139900514134928 139900611012309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32147] ppid=32088 vsize=10851092 memory=1556 CPUtime=10.99 cores=0,2,4,6
/proc/32091/task/32147/stat : 32147 (java) S 32088 32091 31467 0 -1 1077944384 12905 13285 0 0 1037 54 5 3 20 0 15 0 416443669 11111518208 175869 33554432000 4194304 4196468 140720468064832 139900513082384 139900611012309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32148] ppid=32088 vsize=10851092 memory=1056 CPUtime=10.99 cores=0,2,4,6
/proc/32091/task/32148/stat : 32148 (java) S 32088 32091 31467 0 -1 1077944384 14694 13285 0 0 1038 53 5 3 20 0 15 0 416443669 11111518208 175869 33554432000 4194304 4196468 140720468064832 139900512029840 139900611012309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32149] ppid=32088 vsize=10851092 memory=964 CPUtime=9.99 cores=0,2,4,6
/proc/32091/task/32149/stat : 32149 (java) S 32088 32091 31467 0 -1 1077944384 12368 13285 0 0 941 50 5 3 20 0 15 0 416443671 11111518208 175869 33554432000 4194304 4196468 140720468064832 139900070156272 139900611013250 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32150] ppid=32088 vsize=10851092 memory=3164 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32150/stat : 32150 (java) S 32088 32091 31467 0 -1 1077944384 20 13285 0 0 0 0 5 3 20 0 15 0 416443671 11111518208 175869 33554432000 4194304 4196468 140720468064832 139899969725408 139900611012309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32151] ppid=32088 vsize=10851092 memory=703476 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32151/stat : 32151 (java) S 32088 32091 31467 0 -1 1077944384 6 13285 0 0 0 0 5 3 20 0 15 0 416443671 11111518208 175869 33554432000 4194304 4196468 140720468064832 139899365745664 139900611012309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32152] ppid=32088 vsize=10851092 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32152/stat : 32152 (java) S 32088 32091 31467 0 -1 1077944384 3 13285 0 0 0 0 5 3 20 0 15 0 416443674 11111518208 175869 33554432000 4194304 4196468 140720468064832 139899125455056 139900611020699 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32153] ppid=32088 vsize=10851092 memory=808 CPUtime=6.58 cores=0,2,4,6
/proc/32091/task/32153/stat : 32153 (java) S 32088 32091 31467 0 -1 1077944384 36490 13285 0 0 642 8 5 3 20 0 15 0 416443674 11111518208 175869 33554432000 4194304 4196468 140720468064832 139900069104112 139900611013250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32154] ppid=32088 vsize=10851092 memory=1720 CPUtime=5.84 cores=0,2,4,6
/proc/32091/task/32154/stat : 32154 (java) S 32088 32091 31467 0 -1 1077944384 21523 13285 0 0 571 5 5 3 20 0 15 0 416443674 11111518208 175869 33554432000 4194304 4196468 140720468064832 139900068051568 139900611013250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32155] ppid=32088 vsize=10851092 memory=139933054402905 CPUtime=5.33 cores=0,2,4,6
/proc/32091/task/32155/stat : 32155 (java) S 32088 32091 31467 0 -1 1077944384 30989 13285 0 0 517 8 5 3 20 0 15 0 416443674 11111518208 175869 33554432000 4194304 4196468 140720468064832 139900066999024 139900611013250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32156] ppid=32088 vsize=10851092 memory=68 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32156/stat : 32156 (java) S 32088 32091 31467 0 -1 1077944384 3 13285 0 0 0 0 5 3 20 0 15 0 416443674 11111518208 175869 33554432000 4194304 4196468 140720468064832 139899091897440 139900611012309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
[pid=32091/tid=32157] ppid=32088 vsize=10851092 memory=1408 CPUtime=1.45 cores=0,2,4,6
/proc/32091/task/32157/stat : 32157 (java) S 32088 32091 31467 0 -1 1077944384 1771 13285 0 0 69 68 5 3 20 0 15 0 416443675 11111518208 175869 33554432000 4194304 4196468 140720468064832 139900065945904 139900611013250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14385152 140720468073199 140720468075717 140720468075717 140720468078543 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 703476 KiB

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

[startup+2352.05 s]
# the end of solver process 32091 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.71 s, system=3.35236 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2352.05
CPU time (s): 2400.06
CPU user time (s): 2396.71
CPU system time (s): 3.35236
CPU usage (%): 102.042
Max. virtual memory (cumulated for all children) (KiB): 10851996
Max. memory (cumulated for all children) (KiB): 822756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.71
system time used= 3.35236
maximum resident set size= 824804
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 238695
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= 273667
involuntary context switches= 8779


# summary of solver processes directly reported to runsolver:
#   pid: 32091
#   total CPU time (s): 2400.06
#   total CPU user time (s): 2396.71
#   total CPU system time (s): 3.35236

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.6324 second user time and 22.3086 second system time

The end

Launcher Data

Begin job on node146 at 2019-09-13 22:07:36
IDJOB=4396629
IDBENCH=135859
IDSOLVER=2847
FILE ID=node146/4396629-1568405296
RUNJOBID= node146-1568402879-31498
PBS_JOBID= 21702189
Free space on /tmp= 58996 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n30/TravellingSalesman-30-30-00.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396629-1568405296/watcher-4396629-1568405296 -o /tmp/evaluation-result-4396629-1568405296/solver-4396629-1568405296 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node146-1568402879-31498 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=2003837502 HOME/instance-4396629-1568405296.xml

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

MD5SUM BENCH= b8130450ecaa214ac0617b692471aec1
RANDOM SEED=2003837502

node146.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	: 5332.90
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	: 5332.90
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	: 5332.90
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	: 5332.90
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:        31324740 kB
MemAvailable:   31819480 kB
Buffers:          171444 kB
Cached:           589188 kB
SwapCached:         4836 kB
Active:           504384 kB
Inactive:         330424 kB
Active(anon):      90048 kB
Inactive(anon):    22592 kB
Active(file):     414336 kB
Inactive(file):   307832 kB
Unevictable:      109392 kB
Mlocked:          109392 kB
SwapTotal:      67108860 kB
SwapFree:       67000368 kB
Dirty:             69824 kB
Writeback:             4 kB
AnonPages:        146828 kB
Mapped:            54992 kB
Shmem:             29716 kB
Slab:             206728 kB
SReclaimable:     176812 kB
SUnreclaim:        29916 kB
KernelStack:        3664 kB
PageTables:         5592 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1516512 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     73728 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 58960 MiB
End job on node146 at 2019-09-13 22:46:48