Trace number 4387388

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.10SAT (TO)137 2520.11 2479.63

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 benchmark2520.09
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.70/0.60	c Concrete v3.10.1560635388952 running
9.92/4.23	o 274
9.92/4.27	o 273
10.25/4.33	o 270
10.59/4.50	o 269
10.92/4.53	o 260
10.92/4.54	o 256
11.55/4.79	o 247
11.88/4.82	o 246
11.88/4.87	o 244
12.13/4.97	o 238
12.13/4.97	o 236
12.13/4.98	o 232
12.13/4.98	o 217
12.13/4.98	o 197
16.21/7.27	o 196
16.21/7.29	o 195
16.34/7.30	o 192
16.34/7.30	o 189
16.34/7.37	o 186
16.34/7.38	o 183
20.79/10.30	o 182
20.79/10.30	o 181
20.79/10.34	o 179
20.79/10.34	o 177
20.79/10.35	o 176
21.64/10.76	o 175
38.14/25.11	o 174
38.14/25.11	o 171
39.96/26.84	o 170
402.39/379.02	o 168
402.39/379.02	o 166
402.39/379.02	o 165
402.39/379.02	o 161
402.39/379.03	o 160
402.39/379.03	o 159
402.39/379.07	o 158
402.71/379.38	o 157
402.71/379.38	o 156
402.71/379.39	o 153
402.81/379.41	o 151
631.33/605.82	o 150
764.62/737.82	o 144
764.62/737.82	o 142
2501.85/2461.62	o 141
2502.26/2462.02	o 140
2511.34/2471.05	o 139
2512.36/2472.09	o 137
2520.06/2479.60	Exception in thread "main" java.util.concurrent.TimeoutException
2520.06/2479.60		at concrete.MAC.mac(MAC.scala:189)
2520.06/2479.60		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2520.06/2479.60		at scala.util.Try$.apply(Try.scala:212)
2520.06/2479.60		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.06/2479.60		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.06/2479.60		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.06/2479.60		at concrete.MAC.oneRun(MAC.scala:253)
2520.06/2479.60		at concrete.MAC.nextSolution(MAC.scala:272)
2520.06/2479.60		at concrete.MAC.nextSolution(MAC.scala:355)
2520.06/2479.60		at concrete.Solver.hasNext(Solver.scala:160)
2520.06/2479.60		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.06/2479.60		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.06/2479.60		at concrete.Solver.foreach(Solver.scala:67)
2520.06/2479.60		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:72)
2520.06/2479.60		at scala.util.Success.map(Try.scala:264)
2520.06/2479.60		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2520.06/2479.60		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.06/2479.60		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.06/2479.60		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.06/2479.60		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.06/2479.60		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.06/2479.60		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.06/2479.60		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.06/2479.60		at scala.App.$anonfun$main$1(App.scala:75)
2520.06/2479.60		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.06/2479.60		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.06/2479.60		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.06/2479.60		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.06/2479.60		at scala.App.main(App.scala:75)
2520.06/2479.60		at scala.App.main$(App.scala:73)
2520.06/2479.60		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.06/2479.60		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.06/2479.61	v <instantiation
2520.06/2479.61	v         cost = '137'>
2520.06/2479.61	v       <list>
2520.06/2479.61	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]
2520.06/2479.61	v       </list>
2520.06/2479.61	v       <values>
2520.06/2479.61	v         29 28 25 24 23 26 22 21 20 13 11 10 4 6 1 0 2 5 7 8 3 9 12 16 18 27 14 15 17 19 3 2 4 1 5 3 2 1 8 6 1 4 5 4 7 2 2 4 1 4 4 4 6 5 7 17 4 4 6 11
2520.06/2479.61	v       </values>
2520.06/2479.61	v     </instantiation>
2520.06/2479.61	s SATISFIABLE

Verifier Data

OK	137

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: 16375 MiB (12571 MiB free)
  memory of node 1: 16384 MiB (11750 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387388-1568302373/watcher-4387388-1568302373 -o /tmp/evaluation-result-4387388-1568302373/solver-4387388-1568302373 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node120-1323800386-1292 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1808106971 HOME/instance-4387388-1568302373.xml 

running on 4 cores: 0-3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=7399, runsolver pid=7396
Current StackSize limit: 8192 KiB


[startup+0.100103 s]*
/proc/loadavg: 0.95 1.20 1.36 3/215 7452
/proc/meminfo: memFree=24904064/32770688 swapFree=66919608/67108860
[pid=7399] ppid=7396 vsize=9972712 memory=14436 CPUtime=0.08 cores=0-3
/proc/7399/stat : 7399 (java) S 7396 7399 463 0 -1 1077944320 3868 13012 0 0 0 0 6 2 20 0 6 0 406243696 10212057088 3609 33554432000 4194304 4196468 140730424104352 140730424086896 139747016158967 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
/proc/7399/statm: 2493178 3609 1553 1 0 2481616 0
[pid=7399/tid=7452] ppid=7396 vsize=9972712 memory=8514726395714820750 CPUtime=0.08 cores=0-3
/proc/7399/task/7452/stat : 7452 (java) R 7396 7399 463 0 -1 4202560 1906 13012 0 0 0 0 6 2 20 0 6 0 406243706 10212057088 3873 33554432000 4194304 4196468 140730424104352 139746987995728 139746939236214 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7453] ppid=7396 vsize=9972712 memory=-9181546050914066336 CPUtime=0.08 cores=0-3
/proc/7399/task/7453/stat : 7453 (java) S 7396 7399 463 0 -1 1077944384 2 13012 0 0 0 0 6 2 20 0 6 0 406243707 10212057088 3873 33554432000 4194304 4196468 140730424104352 139747020400912 139747016169173 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7454] ppid=7396 vsize=9972712 memory=139816791942784 CPUtime=0.08 cores=0-3
/proc/7399/task/7454/stat : 7454 (java) S 7396 7399 463 0 -1 1077944384 2 13012 0 0 0 0 6 2 20 0 6 0 406243707 10212057088 3873 33554432000 4194304 4196468 140730424104352 139746908674448 139747016169173 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7455] ppid=7396 vsize=9972712 memory=0 CPUtime=0.08 cores=0-3
/proc/7399/task/7455/stat : 7455 (java) S 7396 7399 463 0 -1 1077944384 3 13012 0 0 0 0 6 2 20 0 6 0 406243707 10212057088 3873 33554432000 4194304 4196468 140730424104352 139746907621904 139747016169173 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7456] ppid=7396 vsize=9972712 memory=-1 CPUtime=0.08 cores=0-3
/proc/7399/task/7456/stat : 7456 (java) S 7396 7399 463 0 -1 1077944384 1 13012 0 0 0 0 6 2 20 0 6 0 406243707 10212057088 3873 33554432000 4194304 4196468 140730424104352 139746906569360 139747016169173 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 14436 KiB

[startup+0.212189 s]*
/proc/loadavg: 0.95 1.20 1.36 3/228 7465
/proc/meminfo: memFree=24880184/32770688 swapFree=66919608/67108860
[pid=7399] ppid=7396 vsize=10818900 memory=38604 CPUtime=0.26 cores=0-3
/proc/7399/stat : 7399 (java) S 7396 7399 463 0 -1 1077944320 6954 13012 0 0 16 2 6 2 20 0 15 0 406243696 11078553600 9651 33554432000 4194304 4196468 140730424104352 140730424086896 139747016158967 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
/proc/7399/statm: 2704725 9651 2971 1 0 2667149 0
[pid=7399/tid=7452] ppid=7396 vsize=10818900 memory=7022364594140610616 CPUtime=0.19 cores=0-3
/proc/7399/task/7452/stat : 7452 (java) R 7396 7399 463 0 -1 4202560 3446 13012 0 0 10 1 6 2 20 0 15 0 406243706 11078553600 9651 33554432000 4194304 4196468 140730424104352 139746987946816 139746996434703 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7453] ppid=7396 vsize=10818900 memory=364 CPUtime=0.08 cores=0-3
/proc/7399/task/7453/stat : 7453 (java) S 7396 7399 463 0 -1 1077944384 2 13012 0 0 0 0 6 2 20 0 15 0 406243707 11078553600 9651 33554432000 4194304 4196468 140730424104352 139747020400912 139747016169173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7454] ppid=7396 vsize=10818900 memory=139816791950810 CPUtime=0.08 cores=0-3
/proc/7399/task/7454/stat : 7454 (java) S 7396 7399 463 0 -1 1077944384 2 13012 0 0 0 0 6 2 20 0 15 0 406243707 11078553600 9651 33554432000 4194304 4196468 140730424104352 139746908674448 139747016169173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7455] ppid=7396 vsize=10818900 memory=0 CPUtime=0.08 cores=0-3
/proc/7399/task/7455/stat : 7455 (java) S 7396 7399 463 0 -1 1077944384 3 13012 0 0 0 0 6 2 20 0 15 0 406243707 11078553600 9651 33554432000 4194304 4196468 140730424104352 139746907621904 139747016169173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7456] ppid=7396 vsize=10818900 memory=-1 CPUtime=0.08 cores=0-3
/proc/7399/task/7456/stat : 7456 (java) S 7396 7399 463 0 -1 1077944384 1 13012 0 0 0 0 6 2 20 0 15 0 406243707 11078553600 9651 33554432000 4194304 4196468 140730424104352 139746906569360 139747016169173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7457] ppid=7396 vsize=10818900 memory=139816791942784 CPUtime=0.08 cores=0-3
/proc/7399/task/7457/stat : 7457 (java) S 7396 7399 463 0 -1 1077944384 2 13012 0 0 0 0 6 2 20 0 15 0 406243708 11078553600 9651 33554432000 4194304 4196468 140730424104352 139746475080176 139747016170114 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7458] ppid=7396 vsize=10818900 memory=-1 CPUtime=0.08 cores=0-3
/proc/7399/task/7458/stat : 7458 (java) S 7396 7399 463 0 -1 1077944384 33 13012 0 0 0 0 6 2 20 0 15 0 406243709 11078553600 9651 33554432000 4194304 4196468 140730424104352 139746474026400 139747016169173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7459] ppid=7396 vsize=10818900 memory=0 CPUtime=0.08 cores=0-3
/proc/7399/task/7459/stat : 7459 (java) S 7396 7399 463 0 -1 1077944384 1 13012 0 0 0 0 6 2 20 0 15 0 406243709 11078553600 9651 33554432000 4194304 4196468 140730424104352 139746357536240 139747016169173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7460] ppid=7396 vsize=10818900 memory=0 CPUtime=0.08 cores=0-3
/proc/7399/task/7460/stat : 7460 (java) S 7396 7399 463 0 -1 1077944384 2 13012 0 0 0 0 6 2 20 0 15 0 406243712 11078553600 9651 33554432000 4194304 4196468 140730424104352 139745753557712 139747016177563 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7461] ppid=7396 vsize=10818900 memory=0 CPUtime=0.08 cores=0-3
/proc/7399/task/7461/stat : 7461 (java) S 7396 7399 463 0 -1 1077944384 357 13012 0 0 0 0 6 2 20 0 15 0 406243712 11078553600 9651 33554432000 4194304 4196468 140730424104352 139746440468464 139747016170114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7462] ppid=7396 vsize=10818900 memory=-1 CPUtime=0.09 cores=0-3
/proc/7399/task/7462/stat : 7462 (java) S 7396 7399 463 0 -1 1077944384 296 13012 0 0 1 0 6 2 20 0 15 0 406243712 11078553600 9651 33554432000 4194304 4196468 140730424104352 139746439415920 139747016170114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7463] ppid=7396 vsize=10818900 memory=139816791942784 CPUtime=0.1 cores=0-3
/proc/7399/task/7463/stat : 7463 (java) S 7396 7399 463 0 -1 1077944384 597 13012 0 0 2 0 6 2 20 0 15 0 406243712 11078553600 9651 33554432000 4194304 4196468 140730424104352 139746438363376 139747016170114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7464] ppid=7396 vsize=10818900 memory=-1 CPUtime=0.08 cores=0-3
/proc/7399/task/7464/stat : 7464 (java) S 7396 7399 463 0 -1 1077944384 3 13012 0 0 0 0 6 2 20 0 15 0 406243712 11078553600 9651 33554432000 4194304 4196468 140730424104352 139745283795552 139747016169173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7465] ppid=7396 vsize=10818900 memory=139816791942784 CPUtime=0.08 cores=0-3
/proc/7399/task/7465/stat : 7465 (java) S 7396 7399 463 0 -1 1077944384 1 13012 0 0 0 0 6 2 20 0 15 0 406243713 11078553600 9651 33554432000 4194304 4196468 140730424104352 139746437311280 139747016170114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818900 KiB
Current children cumulated memory: 38604 KiB

[startup+0.311366 s]*
/proc/loadavg: 0.95 1.20 1.36 4/228 7465
/proc/meminfo: memFree=24866896/32770688 swapFree=66919608/67108860
[pid=7399] ppid=7396 vsize=10819084 memory=49316 CPUtime=0.4 cores=0-3
/proc/7399/stat : 7399 (java) S 7396 7399 463 0 -1 1077944320 10428 13012 0 0 28 4 6 2 20 0 15 0 406243696 11078742016 12329 33554432000 4194304 4196468 140730424104352 140730424086896 139747016158967 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
/proc/7399/statm: 2704771 12329 3025 1 0 2667149 0
[pid=7399/tid=7452] ppid=7396 vsize=10819084 memory=1398722017469774279 CPUtime=0.28 cores=0-3
/proc/7399/task/7452/stat : 7452 (java) R 7396 7399 463 0 -1 4202560 7025 13012 0 0 18 2 6 2 20 0 15 0 406243706 11078742016 12357 33554432000 4194304 4196468 140730424104352 139746987970080 139747000239454 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7453] ppid=7396 vsize=10819084 memory=0 CPUtime=0.08 cores=0-3
/proc/7399/task/7453/stat : 7453 (java) S 7396 7399 463 0 -1 1077944384 2 13012 0 0 0 0 6 2 20 0 15 0 406243707 11078742016 12357 33554432000 4194304 4196468 140730424104352 139747020400912 139747016169173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7454] ppid=7396 vsize=10819084 memory=0 CPUtime=0.08 cores=0-3
/proc/7399/task/7454/stat : 7454 (java) S 7396 7399 463 0 -1 1077944384 2 13012 0 0 0 0 6 2 20 0 15 0 406243707 11078742016 12357 33554432000 4194304 4196468 140730424104352 139746908674448 139747016169173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7455] ppid=7396 vsize=10819084 memory=0 CPUtime=0.08 cores=0-3
/proc/7399/task/7455/stat : 7455 (java) S 7396 7399 463 0 -1 1077944384 3 13012 0 0 0 0 6 2 20 0 15 0 406243707 11078742016 12357 33554432000 4194304 4196468 140730424104352 139746907621904 139747016169173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7456] ppid=7396 vsize=10819084 memory=0 CPUtime=0.08 cores=0-3
/proc/7399/task/7456/stat : 7456 (java) S 7396 7399 463 0 -1 1077944384 1 13012 0 0 0 0 6 2 20 0 15 0 406243707 11078742016 12357 33554432000 4194304 4196468 140730424104352 139746906569360 139747016169173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7457] ppid=7396 vsize=10819084 memory=0 CPUtime=0.08 cores=0-3
/proc/7399/task/7457/stat : 7457 (java) S 7396 7399 463 0 -1 1077944384 2 13012 0 0 0 0 6 2 20 0 15 0 406243708 11078742016 12357 33554432000 4194304 4196468 140730424104352 139746475080176 139747016170114 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7458] ppid=7396 vsize=10819084 memory=-1 CPUtime=0.08 cores=0-3
/proc/7399/task/7458/stat : 7458 (java) S 7396 7399 463 0 -1 1077944384 33 13012 0 0 0 0 6 2 20 0 15 0 406243709 11078742016 12357 33554432000 4194304 4196468 140730424104352 139746474026400 139747016169173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7459] ppid=7396 vsize=10819084 memory=0 CPUtime=0.08 cores=0-3
/proc/7399/task/7459/stat : 7459 (java) S 7396 7399 463 0 -1 1077944384 1 13012 0 0 0 0 6 2 20 0 15 0 406243709 11078742016 12357 33554432000 4194304 4196468 140730424104352 139746357536240 139747016169173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7460] ppid=7396 vsize=10819084 memory=0 CPUtime=0.08 cores=0-3
/proc/7399/task/7460/stat : 7460 (java) S 7396 7399 463 0 -1 1077944384 2 13012 0 0 0 0 6 2 20 0 15 0 406243712 11078742016 12357 33554432000 4194304 4196468 140730424104352 139745753557712 139747016177563 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7461] ppid=7396 vsize=10819084 memory=0 CPUtime=0.09 cores=0-3
/proc/7399/task/7461/stat : 7461 (java) S 7396 7399 463 0 -1 1077944384 357 13012 0 0 1 0 6 2 20 0 15 0 406243712 11078742016 12357 33554432000 4194304 4196468 140730424104352 139746440468464 139747016170114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7462] ppid=7396 vsize=10819084 memory=-1 CPUtime=0.1 cores=0-3
/proc/7399/task/7462/stat : 7462 (java) S 7396 7399 463 0 -1 1077944384 297 13012 0 0 2 0 6 2 20 0 15 0 406243712 11078742016 12357 33554432000 4194304 4196468 140730424104352 139746439415920 139747016170114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7463] ppid=7396 vsize=10819084 memory=139816791942784 CPUtime=0.13 cores=0-3
/proc/7399/task/7463/stat : 7463 (java) S 7396 7399 463 0 -1 1077944384 618 13012 0 0 5 0 6 2 20 0 15 0 406243712 11078742016 12361 33554432000 4194304 4196468 140730424104352 139746438363376 139747016170114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7464] ppid=7396 vsize=10819084 memory=-1 CPUtime=0.08 cores=0-3
/proc/7399/task/7464/stat : 7464 (java) S 7396 7399 463 0 -1 1077944384 3 13012 0 0 0 0 6 2 20 0 15 0 406243712 11078742016 12361 33554432000 4194304 4196468 140730424104352 139745283795552 139747016169173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7465] ppid=7396 vsize=10819084 memory=139816791942784 CPUtime=0.08 cores=0-3
/proc/7399/task/7465/stat : 7465 (java) S 7396 7399 463 0 -1 1077944384 1 13012 0 0 0 0 6 2 20 0 15 0 406243713 11078742016 12361 33554432000 4194304 4196468 140730424104352 139746437311280 139747016170114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10819084 KiB
Current children cumulated memory: 49316 KiB

[startup+0.701194 s]
/proc/loadavg: 1.03 1.21 1.37 3/228 7465
/proc/meminfo: memFree=24856212/32770688 swapFree=66919608/67108860
[pid=7399] ppid=7396 vsize=10822292 memory=78692 CPUtime=1.11 cores=0-3
/proc/7399/stat : 7399 (java) S 7396 7399 463 0 -1 1077944320 14422 13012 0 0 97 6 6 2 20 0 15 0 406243696 11082027008 19673 33554432000 4194304 4196468 140730424104352 140730424086896 139747016158967 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
/proc/7399/statm: 2705573 19673 3487 1 0 2667661 0
[pid=7399/tid=7452] ppid=7396 vsize=10822292 memory=0 CPUtime=0.67 cores=0-3
/proc/7399/task/7452/stat : 7452 (java) R 7396 7399 463 0 -1 4202560 10158 13012 0 0 55 4 6 2 20 0 15 0 406243706 11082027008 19673 33554432000 4194304 4196468 140730424104352 139746987974576 139747000239454 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7453] ppid=7396 vsize=10822292 memory=0 CPUtime=0.08 cores=0-3
/proc/7399/task/7453/stat : 7453 (java) S 7396 7399 463 0 -1 1077944384 2 13012 0 0 0 0 6 2 20 0 15 0 406243707 11082027008 19673 33554432000 4194304 4196468 140730424104352 139747020400912 139747016169173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7454] ppid=7396 vsize=10822292 memory=0 CPUtime=0.08 cores=0-3
/proc/7399/task/7454/stat : 7454 (java) S 7396 7399 463 0 -1 1077944384 2 13012 0 0 0 0 6 2 20 0 15 0 406243707 11082027008 19673 33554432000 4194304 4196468 140730424104352 139746908674448 139747016169173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7455] ppid=7396 vsize=10822292 memory=139816687775952 CPUtime=0.08 cores=0-3
/proc/7399/task/7455/stat : 7455 (java) S 7396 7399 463 0 -1 1077944384 3 13012 0 0 0 0 6 2 20 0 15 0 406243707 11082027008 19673 33554432000 4194304 4196468 140730424104352 139746907621904 139747016169173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7456] ppid=7396 vsize=10822292 memory=139818365354568 CPUtime=0.08 cores=0-3
/proc/7399/task/7456/stat : 7456 (java) S 7396 7399 463 0 -1 1077944384 1 13012 0 0 0 0 6 2 20 0 15 0 406243707 11082027008 19673 33554432000 4194304 4196468 140730424104352 139746906569360 139747016169173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7457] ppid=7396 vsize=10822292 memory=1056 CPUtime=0.08 cores=0-3
/proc/7399/task/7457/stat : 7457 (java) S 7396 7399 463 0 -1 1077944384 5 13012 0 0 0 0 6 2 20 0 15 0 406243708 11082027008 19673 33554432000 4194304 4196468 140730424104352 139746475080176 139747016170114 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7458] ppid=7396 vsize=10822292 memory=7524764360453481792 CPUtime=0.08 cores=0-3
/proc/7399/task/7458/stat : 7458 (java) S 7396 7399 463 0 -1 1077944384 33 13012 0 0 0 0 6 2 20 0 15 0 406243709 11082027008 19673 33554432000 4194304 4196468 140730424104352 139746474026400 139747016169173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7459] ppid=7396 vsize=10822292 memory=7739276948478258535 CPUtime=0.08 cores=0-3
/proc/7399/task/7459/stat : 7459 (java) S 7396 7399 463 0 -1 1077944384 1 13012 0 0 0 0 6 2 20 0 15 0 406243709 11082027008 19673 33554432000 4194304 4196468 140730424104352 139746357536240 139747016169173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7460] ppid=7396 vsize=10822292 memory=980 CPUtime=0.08 cores=0-3
/proc/7399/task/7460/stat : 7460 (java) S 7396 7399 463 0 -1 1077944384 2 13012 0 0 0 0 6 2 20 0 15 0 406243712 11082027008 19673 33554432000 4194304 4196468 140730424104352 139745753557712 139747016177563 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7461] ppid=7396 vsize=10822292 memory=14008 CPUtime=0.18 cores=0-3
/proc/7399/task/7461/stat : 7461 (java) R 7396 7399 463 0 -1 4202560 557 13012 0 0 10 0 6 2 20 0 15 0 406243712 11082027008 19673 33554432000 4194304 4196468 140730424104352 139746440448736 139746997676804 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7462] ppid=7396 vsize=10822292 memory=12028 CPUtime=0.21 cores=0-3
/proc/7399/task/7462/stat : 7462 (java) R 7396 7399 463 0 -1 4202560 680 13012 0 0 13 0 6 2 20 0 15 0 406243712 11082027008 19673 33554432000 4194304 4196468 140730424104352 139746439402736 139747000551192 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7463] ppid=7396 vsize=10822292 memory=23976 CPUtime=0.25 cores=0-3
/proc/7399/task/7463/stat : 7463 (java) S 7396 7399 463 0 -1 1077944384 766 13012 0 0 17 0 6 2 20 0 15 0 406243712 11082027008 19673 33554432000 4194304 4196468 140730424104352 139746438363376 139747016170114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7464] ppid=7396 vsize=10822292 memory=2120 CPUtime=0.08 cores=0-3
/proc/7399/task/7464/stat : 7464 (java) S 7396 7399 463 0 -1 1077944384 3 13012 0 0 0 0 6 2 20 0 15 0 406243712 11082027008 19673 33554432000 4194304 4196468 140730424104352 139745283795552 139747016169173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7465] ppid=7396 vsize=10822292 memory=496 CPUtime=0.08 cores=0-3
/proc/7399/task/7465/stat : 7465 (java) S 7396 7399 463 0 -1 1077944384 1 13012 0 0 0 0 6 2 20 0 15 0 406243713 11082027008 19673 33554432000 4194304 4196468 140730424104352 139746437311280 139747016170114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 10822292 KiB
Current children cumulated memory: 78692 KiB

[startup+1.5008 s]
/proc/loadavg: 1.03 1.21 1.37 3/228 7465
/proc/meminfo: memFree=24820692/32770688 swapFree=66919608/67108860
[pid=7399] ppid=7396 vsize=10834656 memory=167416 CPUtime=2.54 cores=0-3
/proc/7399/stat : 7399 (java) S 7396 7399 463 0 -1 1077944320 21248 13012 0 0 236 10 6 2 20 0 15 0 406243696 11094687744 41854 33554432000 4194304 4196468 140730424104352 140730424086896 139747016158967 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
/proc/7399/statm: 2708664 41854 3573 1 0 2670733 0
[pid=7399/tid=7452] ppid=7396 vsize=10834656 memory=164300 CPUtime=1.43 cores=0-3
/proc/7399/task/7452/stat : 7452 (java) R 7396 7399 463 0 -1 4202560 15097 13012 0 0 130 5 6 2 20 0 15 0 406243706 11094687744 41854 33554432000 4194304 4196468 140730424104352 139746987985104 139747000239454 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7453] ppid=7396 vsize=10834656 memory=6944656592387989600 CPUtime=0.09 cores=0-3
/proc/7399/task/7453/stat : 7453 (java) S 7396 7399 463 0 -1 1077944384 67 13012 0 0 1 0 6 2 20 0 15 0 406243707 11094687744 41854 33554432000 4194304 4196468 140730424104352 139747020400912 139747016169173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7454] ppid=7396 vsize=10834656 memory=8546925612582150220 CPUtime=0.09 cores=0-3
/proc/7399/task/7454/stat : 7454 (java) S 7396 7399 463 0 -1 1077944384 57 13012 0 0 1 0 6 2 20 0 15 0 406243707 11094687744 41854 33554432000 4194304 4196468 140730424104352 139746908674448 139747016169173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7455] ppid=7396 vsize=10834656 memory=0 CPUtime=0.09 cores=0-3
/proc/7399/task/7455/stat : 7455 (java) S 7396 7399 463 0 -1 1077944384 24 13012 0 0 1 0 6 2 20 0 15 0 406243707 11094687744 41854 33554432000 4194304 4196468 140730424104352 139746907621904 139747016169173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7456] ppid=7396 vsize=10834656 memory=0 CPUtime=0.09 cores=0-3
/proc/7399/task/7456/stat : 7456 (java) S 7396 7399 463 0 -1 1077944384 293 13012 0 0 1 0 6 2 20 0 15 0 406243707 11094687744 41854 33554432000 4194304 4196468 140730424104352 139746906569360 139747016169173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7457] ppid=7396 vsize=10834656 memory=0 CPUtime=0.09 cores=0-3
/proc/7399/task/7457/stat : 7457 (java) S 7396 7399 463 0 -1 1077944384 99 13012 0 0 1 0 6 2 20 0 15 0 406243708 11094687744 41854 33554432000 4194304 4196468 140730424104352 139746475080176 139747016170114 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7458] ppid=7396 vsize=10834656 memory=6656426216303648864 CPUtime=0.08 cores=0-3
/proc/7399/task/7458/stat : 7458 (java) S 7396 7399 463 0 -1 1077944384 33 13012 0 0 0 0 6 2 20 0 15 0 406243709 11094687744 41854 33554432000 4194304 4196468 140730424104352 139746474026464 139747016169173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7459] ppid=7396 vsize=10834656 memory=6944652177228980320 CPUtime=0.08 cores=0-3
/proc/7399/task/7459/stat : 7459 (java) S 7396 7399 463 0 -1 1077944384 2 13012 0 0 0 0 6 2 20 0 15 0 406243709 11094687744 41854 33554432000 4194304 4196468 140730424104352 139746357536256 139747016169173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7460] ppid=7396 vsize=10834656 memory=0 CPUtime=0.08 cores=0-3
/proc/7399/task/7460/stat : 7460 (java) S 7396 7399 463 0 -1 1077944384 2 13012 0 0 0 0 6 2 20 0 15 0 406243712 11094687744 41854 33554432000 4194304 4196468 140730424104352 139745753557712 139747016177563 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7461] ppid=7396 vsize=10834656 memory=0 CPUtime=0.42 cores=0-3
/proc/7399/task/7461/stat : 7461 (java) S 7396 7399 463 0 -1 1077944384 1268 13012 0 0 34 0 6 2 20 0 15 0 406243712 11094687744 41854 33554432000 4194304 4196468 140730424104352 139746440468464 139747016170114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7462] ppid=7396 vsize=10834656 memory=4580 CPUtime=0.37 cores=0-3
/proc/7399/task/7462/stat : 7462 (java) S 7396 7399 463 0 -1 1077944384 908 13012 0 0 29 0 6 2 20 0 15 0 406243712 11094687744 41854 33554432000 4194304 4196468 140730424104352 139746439415920 139747016170114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7463] ppid=7396 vsize=10834656 memory=7453284126001032038 CPUtime=0.43 cores=0-3
/proc/7399/task/7463/stat : 7463 (java) S 7396 7399 463 0 -1 1077944384 1186 13012 0 0 35 0 6 2 20 0 15 0 406243712 11094687744 41854 33554432000 4194304 4196468 140730424104352 139746438363376 139747016170114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7464] ppid=7396 vsize=10834656 memory=7453282923495452516 CPUtime=0.08 cores=0-3
/proc/7399/task/7464/stat : 7464 (java) S 7396 7399 463 0 -1 1077944384 3 13012 0 0 0 0 6 2 20 0 15 0 406243712 11094687744 41854 33554432000 4194304 4196468 140730424104352 139745283795552 139747016169173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7465] ppid=7396 vsize=10834656 memory=7308612469127606129 CPUtime=0.08 cores=0-3
/proc/7399/task/7465/stat : 7465 (java) S 7396 7399 463 0 -1 1077944384 1 13012 0 0 0 0 6 2 20 0 15 0 406243713 11094687744 41854 33554432000 4194304 4196468 140730424104352 139746437311280 139747016170114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
Current children cumulated CPU time: 2.54 s
Current children cumulated vsize: 10834656 KiB

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

/proc/7399/task/7452/stat : 7452 (java) R 7396 7399 463 0 -1 4202560 56755 13012 0 0 230369 37 6 2 20 0 15 0 406243706 11109400576 165398 33554432000 4194304 4196468 140730424104352 139746987990416 139746587680908 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7453] ppid=7396 vsize=10849024 memory=661592 CPUtime=7.15 cores=0-3
/proc/7399/task/7453/stat : 7453 (java) S 7396 7399 463 0 -1 1077944384 8176 13012 0 0 668 39 6 2 20 0 15 0 406243707 11109400576 165398 33554432000 4194304 4196468 140730424104352 139747020400912 139747016169173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7454] ppid=7396 vsize=10849024 memory=661592 CPUtime=7.15 cores=0-3
/proc/7399/task/7454/stat : 7454 (java) S 7396 7399 463 0 -1 1077944384 8682 13012 0 0 667 40 6 2 20 0 15 0 406243707 11109400576 165398 33554432000 4194304 4196468 140730424104352 139746908674448 139747016169173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7455] ppid=7396 vsize=10849024 memory=8112282956445269571 CPUtime=7.16 cores=0-3
/proc/7399/task/7455/stat : 7455 (java) S 7396 7399 463 0 -1 1077944384 10684 13012 0 0 671 37 6 2 20 0 15 0 406243707 11109400576 165398 33554432000 4194304 4196468 140730424104352 139746907621904 139747016169173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7456] ppid=7396 vsize=10849024 memory=661592 CPUtime=7.15 cores=0-3
/proc/7399/task/7456/stat : 7456 (java) S 7396 7399 463 0 -1 1077944384 8680 13012 0 0 669 38 6 2 20 0 15 0 406243707 11109400576 165398 33554432000 4194304 4196468 140730424104352 139746906569360 139747016169173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7457] ppid=7396 vsize=10849024 memory=661592 CPUtime=7.26 cores=0-3
/proc/7399/task/7457/stat : 7457 (java) S 7396 7399 463 0 -1 1077944384 11253 13012 0 0 680 38 6 2 20 0 15 0 406243708 11109400576 165398 33554432000 4194304 4196468 140730424104352 139746475080176 139747016170114 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7458] ppid=7396 vsize=10849024 memory=661592 CPUtime=0.08 cores=0-3
/proc/7399/task/7458/stat : 7458 (java) S 7396 7399 463 0 -1 1077944384 37 13012 0 0 0 0 6 2 20 0 15 0 406243709 11109400576 165398 33554432000 4194304 4196468 140730424104352 139746474026464 139747016169173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7459] ppid=7396 vsize=10849024 memory=661592 CPUtime=0.08 cores=0-3
/proc/7399/task/7459/stat : 7459 (java) S 7396 7399 463 0 -1 1077944384 2 13012 0 0 0 0 6 2 20 0 15 0 406243709 11109400576 165398 33554432000 4194304 4196468 140730424104352 139746357536256 139747016169173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7460] ppid=7396 vsize=10849024 memory=659540 CPUtime=0.08 cores=0-3
/proc/7399/task/7460/stat : 7460 (java) S 7396 7399 463 0 -1 1077944384 2 13012 0 0 0 0 6 2 20 0 15 0 406243712 11109400576 165398 33554432000 4194304 4196468 140730424104352 139745753557712 139747016177563 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7461] ppid=7396 vsize=10849024 memory=661592 CPUtime=8.06 cores=0-3
/proc/7399/task/7461/stat : 7461 (java) S 7396 7399 463 0 -1 1077944384 34118 13012 0 0 790 8 6 2 20 0 15 0 406243712 11109400576 165398 33554432000 4194304 4196468 140730424104352 139746440468464 139747016170114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7462] ppid=7396 vsize=10849024 memory=3624 CPUtime=7.73 cores=0-3
/proc/7399/task/7462/stat : 7462 (java) S 7396 7399 463 0 -1 1077944384 31830 13012 0 0 758 7 6 2 20 0 15 0 406243712 11109400576 165398 33554432000 4194304 4196468 140730424104352 139746439415920 139747016170114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7463] ppid=7396 vsize=10849024 memory=5968 CPUtime=4.99 cores=0-3
/proc/7399/task/7463/stat : 7463 (java) S 7396 7399 463 0 -1 1077944384 31225 13012 0 0 482 9 6 2 20 0 15 0 406243712 11109400576 165398 33554432000 4194304 4196468 140730424104352 139746438363376 139747016170114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7464] ppid=7396 vsize=10849024 memory=-8341965534556230502 CPUtime=0.08 cores=0-3
/proc/7399/task/7464/stat : 7464 (java) S 7396 7399 463 0 -1 1077944384 3 13012 0 0 0 0 6 2 20 0 15 0 406243712 11109400576 165398 33554432000 4194304 4196468 140730424104352 139745283795552 139747016169173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7465] ppid=7396 vsize=10849024 memory=661592 CPUtime=1.26 cores=0-3
/proc/7399/task/7465/stat : 7465 (java) S 7396 7399 463 0 -1 1077944384 768 13012 0 0 62 56 6 2 20 0 15 0 406243713 11109400576 165398 33554432000 4194304 4196468 140730424104352 139746437311280 139747016170114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
Current children cumulated CPU time: 2361.42 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 661592 KiB

[startup+2382.3 s]
/proc/loadavg: 1.42 1.56 1.49 3/227 7974
/proc/meminfo: memFree=17515468/32770688 swapFree=66919608/67108860
[pid=7399] ppid=7396 vsize=10849024 memory=661688 CPUtime=2421.92 cores=0-3
/proc/7399/stat : 7399 (java) S 7396 7399 463 0 -1 1077944320 205178 13012 0 0 241915 269 6 2 20 0 15 0 406243696 11109400576 165422 33554432000 4194304 4196468 140730424104352 140730424086896 139747016158967 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
/proc/7399/statm: 2712256 165422 3623 1 0 2674317 0
[pid=7399/tid=7452] ppid=7396 vsize=10849024 memory=661688 CPUtime=2363.67 cores=0-3
/proc/7399/task/7452/stat : 7452 (java) R 7396 7399 463 0 -1 4202560 57177 13012 0 0 236322 37 6 2 20 0 15 0 406243706 11109400576 165422 33554432000 4194304 4196468 140730424104352 139746987990688 139746588074826 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7453] ppid=7396 vsize=10849024 memory=0 CPUtime=7.33 cores=0-3
/proc/7399/task/7453/stat : 7453 (java) S 7396 7399 463 0 -1 1077944384 8395 13012 0 0 685 40 6 2 20 0 15 0 406243707 11109400576 165422 33554432000 4194304 4196468 140730424104352 139747020400912 139747016169173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7454] ppid=7396 vsize=10849024 memory=661688 CPUtime=7.33 cores=0-3
/proc/7399/task/7454/stat : 7454 (java) S 7396 7399 463 0 -1 1077944384 8697 13012 0 0 685 40 6 2 20 0 15 0 406243707 11109400576 165422 33554432000 4194304 4196468 140730424104352 139746908674448 139747016169173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7455] ppid=7396 vsize=10849024 memory=661688 CPUtime=7.35 cores=0-3
/proc/7399/task/7455/stat : 7455 (java) S 7396 7399 463 0 -1 1077944384 10698 13012 0 0 689 38 6 2 20 0 15 0 406243707 11109400576 165422 33554432000 4194304 4196468 140730424104352 139746907621904 139747016169173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7456] ppid=7396 vsize=10849024 memory=1432 CPUtime=7.34 cores=0-3
/proc/7399/task/7456/stat : 7456 (java) S 7396 7399 463 0 -1 1077944384 8719 13012 0 0 687 39 6 2 20 0 15 0 406243707 11109400576 165422 33554432000 4194304 4196468 140730424104352 139746906569360 139747016169173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7457] ppid=7396 vsize=10849024 memory=33 CPUtime=7.44 cores=0-3
/proc/7399/task/7457/stat : 7457 (java) S 7396 7399 463 0 -1 1077944384 11291 13012 0 0 698 38 6 2 20 0 15 0 406243708 11109400576 165422 33554432000 4194304 4196468 140730424104352 139746475080176 139747016170114 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7458] ppid=7396 vsize=10849024 memory=1432 CPUtime=0.08 cores=0-3
/proc/7399/task/7458/stat : 7458 (java) S 7396 7399 463 0 -1 1077944384 37 13012 0 0 0 0 6 2 20 0 15 0 406243709 11109400576 165422 33554432000 4194304 4196468 140730424104352 139746474026464 139747016169173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7459] ppid=7396 vsize=10849024 memory=776 CPUtime=0.08 cores=0-3
/proc/7399/task/7459/stat : 7459 (java) S 7396 7399 463 0 -1 1077944384 2 13012 0 0 0 0 6 2 20 0 15 0 406243709 11109400576 165422 33554432000 4194304 4196468 140730424104352 139746357536256 139747016169173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7460] ppid=7396 vsize=10849024 memory=3624 CPUtime=0.08 cores=0-3
/proc/7399/task/7460/stat : 7460 (java) S 7396 7399 463 0 -1 1077944384 2 13012 0 0 0 0 6 2 20 0 15 0 406243712 11109400576 165422 33554432000 4194304 4196468 140730424104352 139745753557712 139747016177563 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7461] ppid=7396 vsize=10849024 memory=43724 CPUtime=8.06 cores=0-3
/proc/7399/task/7461/stat : 7461 (java) S 7396 7399 463 0 -1 1077944384 34119 13012 0 0 790 8 6 2 20 0 15 0 406243712 11109400576 165422 33554432000 4194304 4196468 140730424104352 139746440468464 139747016170114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7462] ppid=7396 vsize=10849024 memory=661688 CPUtime=7.73 cores=0-3
/proc/7399/task/7462/stat : 7462 (java) S 7396 7399 463 0 -1 1077944384 31830 13012 0 0 758 7 6 2 20 0 15 0 406243712 11109400576 165422 33554432000 4194304 4196468 140730424104352 139746439415920 139747016170114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7463] ppid=7396 vsize=10849024 memory=3624 CPUtime=4.99 cores=0-3
/proc/7399/task/7463/stat : 7463 (java) S 7396 7399 463 0 -1 1077944384 31227 13012 0 0 482 9 6 2 20 0 15 0 406243712 11109400576 165422 33554432000 4194304 4196468 140730424104352 139746438363376 139747016170114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7464] ppid=7396 vsize=10849024 memory=661688 CPUtime=0.08 cores=0-3
/proc/7399/task/7464/stat : 7464 (java) S 7396 7399 463 0 -1 1077944384 3 13012 0 0 0 0 6 2 20 0 15 0 406243712 11109400576 165422 33554432000 4194304 4196468 140730424104352 139745283795552 139747016169173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7465] ppid=7396 vsize=10849024 memory=1056 CPUtime=1.28 cores=0-3
/proc/7399/task/7465/stat : 7465 (java) S 7396 7399 463 0 -1 1077944384 773 13012 0 0 63 57 6 2 20 0 15 0 406243713 11109400576 165422 33554432000 4194304 4196468 140730424104352 139746437311280 139747016170114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
Current children cumulated CPU time: 2421.92 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 661688 KiB

[startup+2442.3 s]
/proc/loadavg: 1.62 1.60 1.51 3/227 7978
/proc/meminfo: memFree=17370636/32770688 swapFree=66919608/67108860
[pid=7399] ppid=7396 vsize=10849024 memory=661724 CPUtime=2482.4 cores=0-3
/proc/7399/stat : 7399 (java) S 7396 7399 463 0 -1 1077944320 205851 13012 0 0 247958 274 6 2 20 0 15 0 406243696 11109400576 165431 33554432000 4194304 4196468 140730424104352 140730424086896 139747016158967 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
/proc/7399/statm: 2712256 165431 3623 1 0 2674317 0
[pid=7399/tid=7452] ppid=7396 vsize=10849024 memory=661724 CPUtime=2423.21 cores=0-3
/proc/7399/task/7452/stat : 7452 (java) R 7396 7399 463 0 -1 4202560 57560 13012 0 0 242276 37 6 2 20 0 15 0 406243706 11109400576 165431 33554432000 4194304 4196468 140730424104352 139746987990960 139746587776556 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7453] ppid=7396 vsize=10849024 memory=661724 CPUtime=7.52 cores=0-3
/proc/7399/task/7453/stat : 7453 (java) S 7396 7399 463 0 -1 1077944384 8419 13012 0 0 702 42 6 2 20 0 15 0 406243707 11109400576 165431 33554432000 4194304 4196468 140730424104352 139747020400912 139747016169173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7454] ppid=7396 vsize=10849024 memory=661724 CPUtime=7.52 cores=0-3
/proc/7399/task/7454/stat : 7454 (java) S 7396 7399 463 0 -1 1077944384 8736 13012 0 0 702 42 6 2 20 0 15 0 406243707 11109400576 165431 33554432000 4194304 4196468 140730424104352 139746908674448 139747016169173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7455] ppid=7396 vsize=10849024 memory=661724 CPUtime=7.52 cores=0-3
/proc/7399/task/7455/stat : 7455 (java) S 7396 7399 463 0 -1 1077944384 10732 13012 0 0 706 38 6 2 20 0 15 0 406243707 11109400576 165431 33554432000 4194304 4196468 140730424104352 139746907621904 139747016169173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7456] ppid=7396 vsize=10849024 memory=661724 CPUtime=7.52 cores=0-3
/proc/7399/task/7456/stat : 7456 (java) S 7396 7399 463 0 -1 1077944384 8769 13012 0 0 704 40 6 2 20 0 15 0 406243707 11109400576 165431 33554432000 4194304 4196468 140730424104352 139746906569360 139747016169173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7457] ppid=7396 vsize=10849024 memory=661724 CPUtime=7.63 cores=0-3
/proc/7399/task/7457/stat : 7457 (java) S 7396 7399 463 0 -1 1077944384 11415 13012 0 0 716 39 6 2 20 0 15 0 406243708 11109400576 165431 33554432000 4194304 4196468 140730424104352 139746475080176 139747016170114 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7458] ppid=7396 vsize=10849024 memory=661724 CPUtime=0.08 cores=0-3
/proc/7399/task/7458/stat : 7458 (java) S 7396 7399 463 0 -1 1077944384 37 13012 0 0 0 0 6 2 20 0 15 0 406243709 11109400576 165431 33554432000 4194304 4196468 140730424104352 139746474026464 139747016169173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7459] ppid=7396 vsize=10849024 memory=661724 CPUtime=0.08 cores=0-3
/proc/7399/task/7459/stat : 7459 (java) S 7396 7399 463 0 -1 1077944384 2 13012 0 0 0 0 6 2 20 0 15 0 406243709 11109400576 165431 33554432000 4194304 4196468 140730424104352 139746357536256 139747016169173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7460] ppid=7396 vsize=10849024 memory=661724 CPUtime=0.08 cores=0-3
/proc/7399/task/7460/stat : 7460 (java) S 7396 7399 463 0 -1 1077944384 2 13012 0 0 0 0 6 2 20 0 15 0 406243712 11109400576 165431 33554432000 4194304 4196468 140730424104352 139745753557712 139747016177563 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7461] ppid=7396 vsize=10849024 memory=661724 CPUtime=8.06 cores=0-3
/proc/7399/task/7461/stat : 7461 (java) S 7396 7399 463 0 -1 1077944384 34121 13012 0 0 790 8 6 2 20 0 15 0 406243712 11109400576 165431 33554432000 4194304 4196468 140730424104352 139746440468464 139747016170114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7462] ppid=7396 vsize=10849024 memory=1432 CPUtime=7.73 cores=0-3
/proc/7399/task/7462/stat : 7462 (java) S 7396 7399 463 0 -1 1077944384 31832 13012 0 0 758 7 6 2 20 0 15 0 406243712 11109400576 165431 33554432000 4194304 4196468 140730424104352 139746439415920 139747016170114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7463] ppid=7396 vsize=10849024 memory=661724 CPUtime=4.99 cores=0-3
/proc/7399/task/7463/stat : 7463 (java) S 7396 7399 463 0 -1 1077944384 31227 13012 0 0 482 9 6 2 20 0 15 0 406243712 11109400576 165431 33554432000 4194304 4196468 140730424104352 139746438363376 139747016170114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7464] ppid=7396 vsize=10849024 memory=661724 CPUtime=0.08 cores=0-3
/proc/7399/task/7464/stat : 7464 (java) S 7396 7399 463 0 -1 1077944384 3 13012 0 0 0 0 6 2 20 0 15 0 406243712 11109400576 165431 33554432000 4194304 4196468 140730424104352 139745283795552 139747016169173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7465] ppid=7396 vsize=10849024 memory=5264 CPUtime=1.31 cores=0-3
/proc/7399/task/7465/stat : 7465 (java) S 7396 7399 463 0 -1 1077944384 788 13012 0 0 65 58 6 2 20 0 15 0 406243713 11109400576 165431 33554432000 4194304 4196468 140730424104352 139746437311280 139747016170114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
Current children cumulated CPU time: 2482.4 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 661724 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2479.6 s]
/proc/loadavg: 1.72 1.62 1.52 3/227 7981
/proc/meminfo: memFree=20275612/32770688 swapFree=66919608/67108860
[pid=7399] ppid=7396 vsize=10849024 memory=661828 CPUtime=2520.06 cores=0-3
/proc/7399/stat : 7399 (java) S 7396 7399 463 0 -1 1077944320 207796 13012 0 0 251720 278 6 2 20 0 15 0 406243696 11109400576 165457 33554432000 4194304 4196468 140730424104352 140730424086896 139747016158967 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
/proc/7399/statm: 2712256 165457 3624 1 0 2674317 0
[pid=7399/tid=7452] ppid=7396 vsize=10849024 memory=43724 CPUtime=2460.19 cores=0-3
/proc/7399/task/7452/stat : 7452 (java) R 7396 7399 463 0 -1 4202560 58390 13012 0 0 245973 38 6 2 20 0 15 0 406243706 11109400576 165457 33554432000 4194304 4196468 140730424104352 139746987995312 139746588455204 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7453] ppid=7396 vsize=10849024 memory=984 CPUtime=7.64 cores=0-3
/proc/7399/task/7453/stat : 7453 (java) S 7396 7399 463 0 -1 1077944384 8686 13012 0 0 713 43 6 2 20 0 15 0 406243707 11109400576 165457 33554432000 4194304 4196468 140730424104352 139747020400912 139747016169173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7454] ppid=7396 vsize=10849024 memory=2020 CPUtime=7.64 cores=0-3
/proc/7399/task/7454/stat : 7454 (java) S 7396 7399 463 0 -1 1077944384 8793 13012 0 0 714 42 6 2 20 0 15 0 406243707 11109400576 165457 33554432000 4194304 4196468 140730424104352 139746908674448 139747016169173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7455] ppid=7396 vsize=10849024 memory=1796 CPUtime=7.66 cores=0-3
/proc/7399/task/7455/stat : 7455 (java) S 7396 7399 463 0 -1 1077944384 10759 13012 0 0 719 39 6 2 20 0 15 0 406243707 11109400576 165457 33554432000 4194304 4196468 140730424104352 139746907621904 139747016169173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7456] ppid=7396 vsize=10849024 memory=924 CPUtime=7.64 cores=0-3
/proc/7399/task/7456/stat : 7456 (java) S 7396 7399 463 0 -1 1077944384 8826 13012 0 0 716 40 6 2 20 0 15 0 406243707 11109400576 165457 33554432000 4194304 4196468 140730424104352 139746906569360 139747016169173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7457] ppid=7396 vsize=10849024 memory=3848 CPUtime=7.75 cores=0-3
/proc/7399/task/7457/stat : 7457 (java) S 7396 7399 463 0 -1 1077944384 11556 13012 0 0 727 40 6 2 20 0 15 0 406243708 11109400576 165457 33554432000 4194304 4196468 140730424104352 139746475080176 139747016170114 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7458] ppid=7396 vsize=10849024 memory=1432 CPUtime=0.08 cores=0-3
/proc/7399/task/7458/stat : 7458 (java) S 7396 7399 463 0 -1 1077944384 37 13012 0 0 0 0 6 2 20 0 15 0 406243709 11109400576 165457 33554432000 4194304 4196468 140730424104352 139746474026464 139747016169173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7459] ppid=7396 vsize=10849024 memory=776 CPUtime=0.08 cores=0-3
/proc/7399/task/7459/stat : 7459 (java) S 7396 7399 463 0 -1 1077944384 2 13012 0 0 0 0 6 2 20 0 15 0 406243709 11109400576 165457 33554432000 4194304 4196468 140730424104352 139746357536256 139747016169173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7460] ppid=7396 vsize=10849024 memory=8112282956445269571 CPUtime=0.08 cores=0-3
/proc/7399/task/7460/stat : 7460 (java) S 7396 7399 463 0 -1 1077944384 2 13012 0 0 0 0 6 2 20 0 15 0 406243712 11109400576 165457 33554432000 4194304 4196468 140730424104352 139745753557712 139747016177563 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7461] ppid=7396 vsize=10849024 memory=3176 CPUtime=8.09 cores=0-3
/proc/7399/task/7461/stat : 7461 (java) S 7396 7399 463 0 -1 1077944384 34296 13012 0 0 793 8 6 2 20 0 15 0 406243712 11109400576 165457 33554432000 4194304 4196468 140730424104352 139746440468464 139747016170114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7462] ppid=7396 vsize=10849024 memory=661828 CPUtime=7.73 cores=0-3
/proc/7399/task/7462/stat : 7462 (java) S 7396 7399 463 0 -1 1077944384 31834 13012 0 0 758 7 6 2 20 0 15 0 406243712 11109400576 165457 33554432000 4194304 4196468 140730424104352 139746439415920 139747016170114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7463] ppid=7396 vsize=10849024 memory=4100 CPUtime=4.99 cores=0-3
/proc/7399/task/7463/stat : 7463 (java) S 7396 7399 463 0 -1 1077944384 31600 13012 0 0 482 9 6 2 20 0 15 0 406243712 11109400576 165457 33554432000 4194304 4196468 140730424104352 139746438363376 139747016170114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7464] ppid=7396 vsize=10849024 memory=1408 CPUtime=0.08 cores=0-3
/proc/7399/task/7464/stat : 7464 (java) S 7396 7399 463 0 -1 1077944384 3 13012 0 0 0 0 6 2 20 0 15 0 406243712 11109400576 165457 33554432000 4194304 4196468 140730424104352 139745283795552 139747016169173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
[pid=7399/tid=7465] ppid=7396 vsize=10849024 memory=5264 CPUtime=1.34 cores=0-3
/proc/7399/task/7465/stat : 7465 (java) S 7396 7399 463 0 -1 1077944384 804 13012 0 0 66 60 6 2 20 0 15 0 406243713 11109400576 165457 33554432000 4194304 4196468 140730424104352 139746437311280 139747016170114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7663616 140730424105717 140730424108229 140730424108229 140730424111055 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 661828 KiB

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

[startup+2479.63 s]
# the end of solver process 7399 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.29 s, system=2.82293 s

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

Child status: 143
Real time (s): 2479.63
CPU time (s): 2520.11
CPU user time (s): 2517.29
CPU system time (s): 2.82293
CPU usage (%): 101.633
Max. virtual memory (cumulated for all children) (KiB): 10854900
Max. memory (cumulated for all children) (KiB): 675524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.29
system time used= 2.82293
maximum resident set size= 676552
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 221222
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 226634
involuntary context switches= 11450


# summary of solver processes directly reported to runsolver:
#   pid: 7399
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2517.29
#   total CPU system time (s): 2.82293

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.5516 second user time and 25.8549 second system time

The end

Launcher Data

Begin job on node120 at 2011-12-13 23:53:16
IDJOB=4387388
IDBENCH=135859
IDSOLVER=2823
FILE ID=node120/4387388-1568302373
RUNJOBID= node120-1323800386-1292
PBS_JOBID= 21701083
Free space on /tmp= 54688 MiB

SOLVER NAME= Concrete 3.10
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-4387388-1568302373/watcher-4387388-1568302373 -o /tmp/evaluation-result-4387388-1568302373/solver-4387388-1568302373 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node120-1323800386-1292 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1808106971 HOME/instance-4387388-1568302373.xml

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

MD5SUM BENCH= b8130450ecaa214ac0617b692471aec1
RANDOM SEED=1808106971

node120.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		: 2667.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.49
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		: 2667.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.49
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		: 2667.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.49
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		: 2667.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.49
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770688 kB
MemFree:        24905560 kB
MemAvailable:   31090196 kB
Buffers:          133248 kB
Cached:          6314936 kB
SwapCached:        77012 kB
Active:          2199220 kB
Inactive:        5045240 kB
Active(anon):     719244 kB
Inactive(anon):   118276 kB
Active(file):    1479976 kB
Inactive(file):  4926964 kB
Unevictable:      107416 kB
Mlocked:          107416 kB
SwapTotal:      67108860 kB
SwapFree:       66919608 kB
Dirty:             35448 kB
Writeback:             0 kB
AnonPages:        827892 kB
Mapped:            59468 kB
Shmem:             32812 kB
Slab:             215952 kB
SReclaimable:     187064 kB
SUnreclaim:        28888 kB
KernelStack:        3728 kB
PageTables:         7212 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:    1976364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    628736 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      146880 kB
DirectMap2M:    33398784 kB

Free space on /tmp at the end= 59084 MiB
End job on node120 at 2011-12-14 00:34:36