Trace number 4402973

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.3SAT (TO)124 2520.14 2475.64

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n30/
TravellingSalesman-30-30-11.xml
MD5SUMac86bf8ef4620229a98c72b0f60cfd27
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark119
Best CPU time to get the best result obtained on this benchmark2520.07
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints31
Number of domains2
Minimum domain size30
Maximum domain size31
Distribution of domain sizes[{"size":30,"count":30},{"size":31,"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.90/0.61	c Concrete v3.12.3.1568965526260 running
9.78/4.21	o 204
9.78/4.22	o 197
12.00/4.91	o 187
12.00/4.91	o 186
12.00/4.91	o 181
13.65/5.72	o 180
13.86/5.83	o 178
13.86/5.86	o 177
18.51/8.79	o 174
26.80/15.02	o 170
26.80/15.05	o 169
26.92/15.11	o 167
26.92/15.12	o 166
27.70/15.86	o 165
27.70/15.86	o 164
30.14/18.17	o 162
64.65/51.49	o 161
79.97/66.25	o 160
84.51/70.53	o 158
87.01/72.92	o 157
95.46/81.04	o 146
95.46/81.05	o 145
260.15/242.14	o 143
272.68/254.60	o 141
274.10/255.96	o 140
278.68/260.43	o 139
293.97/275.56	o 137
293.97/275.56	o 136
1968.33/1930.90	o 135
2279.82/2238.40	o 132
2279.82/2238.46	o 130
2416.63/2373.50	o 128
2416.63/2373.51	o 127
2416.77/2373.69	o 125
2420.12/2376.96	o 124
2520.09/2475.61	Exception in thread "main" java.util.concurrent.TimeoutException
2520.09/2475.61		at concrete.MAC.mac(MAC.scala:192)
2520.09/2475.61		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.09/2475.61		at scala.util.Try$.apply(Try.scala:210)
2520.09/2475.61		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.09/2475.61		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.09/2475.61		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.09/2475.61		at concrete.MAC.oneRun(MAC.scala:265)
2520.09/2475.61		at concrete.MAC.nextSolution(MAC.scala:284)
2520.09/2475.61		at concrete.MAC.nextSolution(MAC.scala:369)
2520.09/2475.61		at concrete.Solver.hasNext(Solver.scala:160)
2520.09/2475.61		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.09/2475.61		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.09/2475.61		at concrete.Solver.foreach(Solver.scala:67)
2520.09/2475.61		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.09/2475.61		at scala.util.Success.map(Try.scala:262)
2520.09/2475.61		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.09/2475.61		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.09/2475.61		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.09/2475.61		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.09/2475.61		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.09/2475.61		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.09/2475.61		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.09/2475.61		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.09/2475.61		at scala.App.$anonfun$main$1(App.scala:73)
2520.09/2475.61		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2520.09/2475.61		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.09/2475.61		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.09/2475.61		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2520.09/2475.61		at scala.App.main(App.scala:73)
2520.09/2475.61		at scala.App.main$(App.scala:71)
2520.09/2475.61		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.09/2475.61		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.09/2475.62	v <instantiation
2520.09/2475.62	v         cost = '124'>
2520.09/2475.62	v       <list>
2520.09/2475.62	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.09/2475.62	v       </list>
2520.09/2475.62	v       <values>
2520.09/2475.62	v         20 14 8 3 6 5 4 2 1 0 7 9 15 23 28 26 18 12 13 10 11 17 16 19 21 22 24 29 27 25 5 8 12 4 2 3 1 1 8 10 4 4 6 2 5 4 8 1 1 4 5 2 4 1 1 2 3 4 3 6
2520.09/2475.62	v       </values>
2520.09/2475.62	v     </instantiation>
2520.09/2475.62	s SATISFIABLE

Verifier Data

OK	124

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4402973-1568982427/watcher-4402973-1568982427 -o /tmp/evaluation-result-4402973-1568982427/solver-4402973-1568982427 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node120-1324482060-14012 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=2094713575 HOME/instance-4402973-1568982427.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
Current StackSize limit: 8192 KiB

solver pid=18395, runsolver pid=18392

[startup+0.100171 s]*
/proc/loadavg: 0.97 1.12 1.27 3/214 18448
/proc/meminfo: memFree=3879060/32770688 swapFree=66927192/67108860
[pid=18395] ppid=18392 vsize=9972712 memory=14700 CPUtime=0.09 cores=0-3
/proc/18395/stat : 18395 (java) S 18392 18395 13981 0 -1 1077944320 3952 13110 0 0 1 0 5 3 20 0 6 0 474248898 10212057088 3675 33554432000 4194304 4196468 140737287724624 140737287707168 140656376848119 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
/proc/18395/statm: 2493178 3675 1609 1 0 2481616 0
[pid=18395/tid=18448] ppid=18392 vsize=9972712 memory=8514726395714820750 CPUtime=0.08 cores=0-3
/proc/18395/task/18448/stat : 18448 (java) R 18392 18395 13981 0 -1 4202560 1835 13110 0 0 0 0 5 3 20 0 6 0 474248908 10212057088 3807 33554432000 4194304 4196468 140737287724624 140656348684880 140656299925101 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18449] ppid=18392 vsize=9972712 memory=-9181546050914066336 CPUtime=0.08 cores=0-3
/proc/18395/task/18449/stat : 18449 (java) S 18392 18395 13981 0 -1 1077944384 1 13110 0 0 0 0 5 3 20 0 6 0 474248909 10212057088 3807 33554432000 4194304 4196468 140737287724624 140656381090576 140656376858325 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18450] ppid=18392 vsize=9972712 memory=140242586912384 CPUtime=0.08 cores=0-3
/proc/18395/task/18450/stat : 18450 (java) S 18392 18395 13981 0 -1 1077944384 1 13110 0 0 0 0 5 3 20 0 6 0 474248909 10212057088 3807 33554432000 4194304 4196468 140737287724624 140656295910288 140656376858325 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18451] ppid=18392 vsize=9972712 memory=0 CPUtime=0.08 cores=0-3
/proc/18395/task/18451/stat : 18451 (java) S 18392 18395 13981 0 -1 1077944384 2 13110 0 0 0 0 5 3 20 0 6 0 474248909 10212057088 3807 33554432000 4194304 4196468 140737287724624 140656294857744 140656376858325 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18452] ppid=18392 vsize=9972712 memory=-1 CPUtime=0.08 cores=0-3
/proc/18395/task/18452/stat : 18452 (java) S 18392 18395 13981 0 -1 1077944384 2 13110 0 0 0 0 5 3 20 0 6 0 474248909 10212057088 3807 33554432000 4194304 4196468 140737287724624 140656293805200 140656376858325 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 14700 KiB

[startup+0.214344 s]*
/proc/loadavg: 0.97 1.12 1.27 4/227 18461
/proc/meminfo: memFree=3856440/32770688 swapFree=66927192/67108860
[pid=18395] ppid=18392 vsize=10819716 memory=38756 CPUtime=0.26 cores=0-3
/proc/18395/stat : 18395 (java) S 18392 18395 13981 0 -1 1077944320 6972 13110 0 0 17 1 5 3 20 0 15 0 474248898 11079389184 9689 33554432000 4194304 4196468 140737287724624 140737287707168 140656376848119 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
/proc/18395/statm: 2704929 9689 3174 1 0 2667149 0
[pid=18395/tid=18448] ppid=18392 vsize=10819716 memory=7022364594140610616 CPUtime=0.19 cores=0-3
/proc/18395/task/18448/stat : 18448 (java) R 18392 18395 13981 0 -1 4202560 3484 13110 0 0 11 0 5 3 20 0 15 0 474248908 11079389184 9689 33554432000 4194304 4196468 140737287724624 140656348679168 140656357123994 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18449] ppid=18392 vsize=10819716 memory=364 CPUtime=0.08 cores=0-3
/proc/18395/task/18449/stat : 18449 (java) S 18392 18395 13981 0 -1 1077944384 1 13110 0 0 0 0 5 3 20 0 15 0 474248909 11079389184 9689 33554432000 4194304 4196468 140737287724624 140656381090576 140656376858325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18450] ppid=18392 vsize=10819716 memory=4050618166761965216 CPUtime=0.08 cores=0-3
/proc/18395/task/18450/stat : 18450 (java) S 18392 18395 13981 0 -1 1077944384 1 13110 0 0 0 0 5 3 20 0 15 0 474248909 11079389184 9689 33554432000 4194304 4196468 140737287724624 140656295910288 140656376858325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18451] ppid=18392 vsize=10819716 memory=0 CPUtime=0.08 cores=0-3
/proc/18395/task/18451/stat : 18451 (java) S 18392 18395 13981 0 -1 1077944384 2 13110 0 0 0 0 5 3 20 0 15 0 474248909 11079389184 9689 33554432000 4194304 4196468 140737287724624 140656294857744 140656376858325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18452] ppid=18392 vsize=10819716 memory=-1 CPUtime=0.08 cores=0-3
/proc/18395/task/18452/stat : 18452 (java) S 18392 18395 13981 0 -1 1077944384 2 13110 0 0 0 0 5 3 20 0 15 0 474248909 11079389184 9689 33554432000 4194304 4196468 140737287724624 140656293805200 140656376858325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18453] ppid=18392 vsize=10819716 memory=140242586912384 CPUtime=0.08 cores=0-3
/proc/18395/task/18453/stat : 18453 (java) S 18392 18395 13981 0 -1 1077944384 2 13110 0 0 0 0 5 3 20 0 15 0 474248910 11079389184 9689 33554432000 4194304 4196468 140737287724624 140655903311856 140656376859266 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18454] ppid=18392 vsize=10819716 memory=-1 CPUtime=0.08 cores=0-3
/proc/18395/task/18454/stat : 18454 (java) S 18392 18395 13981 0 -1 1077944384 13 13110 0 0 0 0 5 3 20 0 15 0 474248911 11079389184 9689 33554432000 4194304 4196468 140737287724624 140655816860576 140656376858325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18455] ppid=18392 vsize=10819716 memory=0 CPUtime=0.08 cores=0-3
/proc/18395/task/18455/stat : 18455 (java) S 18392 18395 13981 0 -1 1077944384 1 13110 0 0 0 0 5 3 20 0 15 0 474248911 11079389184 9689 33554432000 4194304 4196468 140737287724624 140655212880880 140656376858325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18456] ppid=18392 vsize=10819716 memory=0 CPUtime=0.08 cores=0-3
/proc/18395/task/18456/stat : 18456 (java) S 18392 18395 13981 0 -1 1077944384 3 13110 0 0 0 0 5 3 20 0 15 0 474248914 11079389184 9689 33554432000 4194304 4196468 140737287724624 140654905481424 140656376866715 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18457] ppid=18392 vsize=10819716 memory=0 CPUtime=0.09 cores=0-3
/proc/18395/task/18457/stat : 18457 (java) S 18392 18395 13981 0 -1 1077944384 469 13110 0 0 1 0 5 3 20 0 15 0 474248914 11079389184 9689 33554432000 4194304 4196468 140737287724624 140655902259696 140656376859266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18458] ppid=18392 vsize=10819716 memory=-1 CPUtime=0.09 cores=0-3
/proc/18395/task/18458/stat : 18458 (java) S 18392 18395 13981 0 -1 1077944384 184 13110 0 0 1 0 5 3 20 0 15 0 474248914 11079389184 9689 33554432000 4194304 4196468 140737287724624 140655901207152 140656376859266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18459] ppid=18392 vsize=10819716 memory=140242586912384 CPUtime=0.11 cores=0-3
/proc/18395/task/18459/stat : 18459 (java) S 18392 18395 13981 0 -1 1077944384 596 13110 0 0 3 0 5 3 20 0 15 0 474248914 11079389184 9689 33554432000 4194304 4196468 140737287724624 140655900154608 140656376859266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18460] ppid=18392 vsize=10819716 memory=-1 CPUtime=0.08 cores=0-3
/proc/18395/task/18460/stat : 18460 (java) S 18392 18395 13981 0 -1 1077944384 3 13110 0 0 0 0 5 3 20 0 15 0 474248914 11079389184 9689 33554432000 4194304 4196468 140737287724624 140654871923808 140656376858325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18461] ppid=18392 vsize=10819716 memory=140242586912384 CPUtime=0.08 cores=0-3
/proc/18395/task/18461/stat : 18461 (java) S 18392 18395 13981 0 -1 1077944384 1 13110 0 0 0 0 5 3 20 0 15 0 474248914 11079389184 9689 33554432000 4194304 4196468 140737287724624 140655899101488 140656376859266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819716 KiB
Current children cumulated memory: 38756 KiB

[startup+0.312114 s]*
/proc/loadavg: 0.97 1.12 1.27 4/227 18461
/proc/meminfo: memFree=3846212/32770688 swapFree=66927192/67108860
[pid=18395] ppid=18392 vsize=10820196 memory=49792 CPUtime=0.4 cores=0-3
/proc/18395/stat : 18395 (java) S 18392 18395 13981 0 -1 1077944320 10509 13110 0 0 29 3 5 3 20 0 15 0 474248898 11079880704 12448 33554432000 4194304 4196468 140737287724624 140737287707168 140656376848119 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
/proc/18395/statm: 2705049 12448 3302 1 0 2667149 0
[pid=18395/tid=18448] ppid=18392 vsize=10821220 memory=1398722017469774279 CPUtime=0.29 cores=0-3
/proc/18395/task/18448/stat : 18448 (java) R 18392 18395 13981 0 -1 4202560 7027 13110 0 0 19 2 5 3 20 0 15 0 474248908 11080929280 12448 33554432000 4194304 4196468 140737287724624 140656348657040 140656369527712 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18449] ppid=18392 vsize=10820196 memory=0 CPUtime=0.08 cores=0-3
/proc/18395/task/18449/stat : 18449 (java) S 18392 18395 13981 0 -1 1077944384 1 13110 0 0 0 0 5 3 20 0 15 0 474248909 11079880704 12452 33554432000 4194304 4196468 140737287724624 140656381090576 140656376858325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18450] ppid=18392 vsize=10821220 memory=0 CPUtime=0.08 cores=0-3
/proc/18395/task/18450/stat : 18450 (java) S 18392 18395 13981 0 -1 1077944384 1 13110 0 0 0 0 5 3 20 0 15 0 474248909 11080929280 12452 33554432000 4194304 4196468 140737287724624 140656295910288 140656376858325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18451] ppid=18392 vsize=10821220 memory=0 CPUtime=0.08 cores=0-3
/proc/18395/task/18451/stat : 18451 (java) S 18392 18395 13981 0 -1 1077944384 2 13110 0 0 0 0 5 3 20 0 15 0 474248909 11080929280 12452 33554432000 4194304 4196468 140737287724624 140656294857744 140656376858325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18452] ppid=18392 vsize=10821220 memory=0 CPUtime=0.08 cores=0-3
/proc/18395/task/18452/stat : 18452 (java) S 18392 18395 13981 0 -1 1077944384 2 13110 0 0 0 0 5 3 20 0 15 0 474248909 11080929280 12452 33554432000 4194304 4196468 140737287724624 140656293805200 140656376858325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18453] ppid=18392 vsize=10820196 memory=0 CPUtime=0.08 cores=0-3
/proc/18395/task/18453/stat : 18453 (java) S 18392 18395 13981 0 -1 1077944384 2 13110 0 0 0 0 5 3 20 0 15 0 474248910 11079880704 12452 33554432000 4194304 4196468 140737287724624 140655903311856 140656376859266 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18454] ppid=18392 vsize=10820196 memory=-1 CPUtime=0.08 cores=0-3
/proc/18395/task/18454/stat : 18454 (java) S 18392 18395 13981 0 -1 1077944384 13 13110 0 0 0 0 5 3 20 0 15 0 474248911 11079880704 12452 33554432000 4194304 4196468 140737287724624 140655816860576 140656376858325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18455] ppid=18392 vsize=10821220 memory=0 CPUtime=0.08 cores=0-3
/proc/18395/task/18455/stat : 18455 (java) S 18392 18395 13981 0 -1 1077944384 1 13110 0 0 0 0 5 3 20 0 15 0 474248911 11080929280 12452 33554432000 4194304 4196468 140737287724624 140655212880880 140656376858325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18456] ppid=18392 vsize=10821220 memory=0 CPUtime=0.08 cores=0-3
/proc/18395/task/18456/stat : 18456 (java) S 18392 18395 13981 0 -1 1077944384 3 13110 0 0 0 0 5 3 20 0 15 0 474248914 11080929280 12452 33554432000 4194304 4196468 140737287724624 140654905481424 140656376866715 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18457] ppid=18392 vsize=10821220 memory=0 CPUtime=0.09 cores=0-3
/proc/18395/task/18457/stat : 18457 (java) S 18392 18395 13981 0 -1 1077944384 469 13110 0 0 1 0 5 3 20 0 15 0 474248914 11080929280 12452 33554432000 4194304 4196468 140737287724624 140655902259696 140656376859266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18458] ppid=18392 vsize=10820196 memory=-1 CPUtime=0.1 cores=0-3
/proc/18395/task/18458/stat : 18458 (java) S 18392 18395 13981 0 -1 1077944384 194 13110 0 0 2 0 5 3 20 0 15 0 474248914 11079880704 12452 33554432000 4194304 4196468 140737287724624 140655901207152 140656376859266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18459] ppid=18392 vsize=10820196 memory=140242586912384 CPUtime=0.13 cores=0-3
/proc/18395/task/18459/stat : 18459 (java) S 18392 18395 13981 0 -1 1077944384 611 13110 0 0 5 0 5 3 20 0 15 0 474248914 11079880704 12452 33554432000 4194304 4196468 140737287724624 140655900154608 140656376859266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18460] ppid=18392 vsize=10821220 memory=-1 CPUtime=0.08 cores=0-3
/proc/18395/task/18460/stat : 18460 (java) S 18392 18395 13981 0 -1 1077944384 3 13110 0 0 0 0 5 3 20 0 15 0 474248914 11080929280 12452 33554432000 4194304 4196468 140737287724624 140654871923808 140656376858325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18461] ppid=18392 vsize=10821220 memory=140242586912384 CPUtime=0.08 cores=0-3
/proc/18395/task/18461/stat : 18461 (java) S 18392 18395 13981 0 -1 1077944384 1 13110 0 0 0 0 5 3 20 0 15 0 474248914 11080929280 12452 33554432000 4194304 4196468 140737287724624 140655899101488 140656376859266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 49792 KiB

[startup+0.702062 s]
/proc/loadavg: 0.97 1.12 1.27 5/227 18461
/proc/meminfo: memFree=3831712/32770688 swapFree=66927192/67108860
[pid=18395] ppid=18392 vsize=10822316 memory=77380 CPUtime=1.09 cores=0-3
/proc/18395/stat : 18395 (java) S 18392 18395 13981 0 -1 1077944320 14566 13110 0 0 96 5 5 3 20 0 15 0 474248898 11082051584 19345 33554432000 4194304 4196468 140737287724624 140737287707168 140656376848119 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
/proc/18395/statm: 2705579 19345 3501 1 0 2667661 0
[pid=18395/tid=18448] ppid=18392 vsize=10822316 memory=0 CPUtime=0.67 cores=0-3
/proc/18395/task/18448/stat : 18448 (java) R 18392 18395 13981 0 -1 4202560 9998 13110 0 0 55 4 5 3 20 0 15 0 474248908 11082051584 19345 33554432000 4194304 4196468 140737287724624 140656348680800 140656362013705 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18449] ppid=18392 vsize=10822316 memory=0 CPUtime=0.08 cores=0-3
/proc/18395/task/18449/stat : 18449 (java) S 18392 18395 13981 0 -1 1077944384 1 13110 0 0 0 0 5 3 20 0 15 0 474248909 11082051584 19345 33554432000 4194304 4196468 140737287724624 140656381090576 140656376858325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18450] ppid=18392 vsize=10822316 memory=0 CPUtime=0.08 cores=0-3
/proc/18395/task/18450/stat : 18450 (java) S 18392 18395 13981 0 -1 1077944384 1 13110 0 0 0 0 5 3 20 0 15 0 474248909 11082051584 19345 33554432000 4194304 4196468 140737287724624 140656295910288 140656376858325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18451] ppid=18392 vsize=10822316 memory=140242426409168 CPUtime=0.08 cores=0-3
/proc/18395/task/18451/stat : 18451 (java) S 18392 18395 13981 0 -1 1077944384 2 13110 0 0 0 0 5 3 20 0 15 0 474248909 11082051584 19345 33554432000 4194304 4196468 140737287724624 140656294857744 140656376858325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18452] ppid=18392 vsize=10822316 memory=140243567116891 CPUtime=0.08 cores=0-3
/proc/18395/task/18452/stat : 18452 (java) S 18392 18395 13981 0 -1 1077944384 2 13110 0 0 0 0 5 3 20 0 15 0 474248909 11082051584 19345 33554432000 4194304 4196468 140737287724624 140656293805200 140656376858325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18453] ppid=18392 vsize=10822316 memory=980 CPUtime=0.08 cores=0-3
/proc/18395/task/18453/stat : 18453 (java) S 18392 18395 13981 0 -1 1077944384 6 13110 0 0 0 0 5 3 20 0 15 0 474248910 11082051584 19345 33554432000 4194304 4196468 140737287724624 140655903311856 140656376859266 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18454] ppid=18392 vsize=10822316 memory=7014751519617144145 CPUtime=0.08 cores=0-3
/proc/18395/task/18454/stat : 18454 (java) S 18392 18395 13981 0 -1 1077944384 13 13110 0 0 0 0 5 3 20 0 15 0 474248911 11082051584 19345 33554432000 4194304 4196468 140737287724624 140655816860576 140656376858325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18455] ppid=18392 vsize=10822316 memory=6081104596517153130 CPUtime=0.08 cores=0-3
/proc/18395/task/18455/stat : 18455 (java) S 18392 18395 13981 0 -1 1077944384 1 13110 0 0 0 0 5 3 20 0 15 0 474248911 11082051584 19345 33554432000 4194304 4196468 140737287724624 140655212880880 140656376858325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18456] ppid=18392 vsize=10822316 memory=33104 CPUtime=0.08 cores=0-3
/proc/18395/task/18456/stat : 18456 (java) S 18392 18395 13981 0 -1 1077944384 3 13110 0 0 0 0 5 3 20 0 15 0 474248914 11082051584 19345 33554432000 4194304 4196468 140737287724624 140654905481424 140656376866715 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18457] ppid=18392 vsize=10822316 memory=2120 CPUtime=0.17 cores=0-3
/proc/18395/task/18457/stat : 18457 (java) R 18392 18395 13981 0 -1 4202560 859 13110 0 0 9 0 5 3 20 0 15 0 474248914 11082051584 19345 33554432000 4194304 4196468 140737287724624 140655902249408 140656376869466 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18458] ppid=18392 vsize=10822316 memory=496 CPUtime=0.2 cores=0-3
/proc/18395/task/18458/stat : 18458 (java) R 18392 18395 13981 0 -1 4202560 672 13110 0 0 12 0 5 3 20 0 15 0 474248914 11082051584 19345 33554432000 4194304 4196468 140737287724624 140655901195824 140656376869466 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18459] ppid=18392 vsize=10822316 memory=1560 CPUtime=0.25 cores=0-3
/proc/18395/task/18459/stat : 18459 (java) S 18392 18395 13981 0 -1 1077944384 794 13110 0 0 17 0 5 3 20 0 15 0 474248914 11082051584 19345 33554432000 4194304 4196468 140737287724624 140655900154608 140656376859266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18460] ppid=18392 vsize=10822316 memory=928 CPUtime=0.08 cores=0-3
/proc/18395/task/18460/stat : 18460 (java) S 18392 18395 13981 0 -1 1077944384 3 13110 0 0 0 0 5 3 20 0 15 0 474248914 11082051584 19345 33554432000 4194304 4196468 140737287724624 140654871923808 140656376858325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18461] ppid=18392 vsize=10822316 memory=1724 CPUtime=0.08 cores=0-3
/proc/18395/task/18461/stat : 18461 (java) S 18392 18395 13981 0 -1 1077944384 1 13110 0 0 0 0 5 3 20 0 15 0 474248914 11082051584 19345 33554432000 4194304 4196468 140737287724624 140655899101488 140656376859266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
Current children cumulated CPU time: 1.09 s
Current children cumulated vsize: 10822316 KiB
Current children cumulated memory: 77380 KiB

[startup+1.5008 s]
/proc/loadavg: 0.97 1.12 1.27 4/227 18461
/proc/meminfo: memFree=3799560/32770688 swapFree=66927192/67108860
[pid=18395] ppid=18392 vsize=10834680 memory=167408 CPUtime=2.48 cores=0-3
/proc/18395/stat : 18395 (java) S 18392 18395 13981 0 -1 1077944320 21298 13110 0 0 230 10 5 3 20 0 15 0 474248898 11094712320 41852 33554432000 4194304 4196468 140737287724624 140737287707168 140656376848119 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
/proc/18395/statm: 2708670 41852 3580 1 0 2670733 0
[pid=18395/tid=18448] ppid=18392 vsize=10834680 memory=163948 CPUtime=1.43 cores=0-3
/proc/18395/task/18448/stat : 18448 (java) R 18392 18395 13981 0 -1 4202560 15017 13110 0 0 129 6 5 3 20 0 15 0 474248908 11094712320 41852 33554432000 4194304 4196468 140737287724624 140656348675504 140656362277547 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18449] ppid=18392 vsize=10834680 memory=1444 CPUtime=0.09 cores=0-3
/proc/18395/task/18449/stat : 18449 (java) S 18392 18395 13981 0 -1 1077944384 66 13110 0 0 1 0 5 3 20 0 15 0 474248909 11094712320 41852 33554432000 4194304 4196468 140737287724624 140656381090576 140656376858325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18450] ppid=18392 vsize=10834680 memory=1764 CPUtime=0.09 cores=0-3
/proc/18395/task/18450/stat : 18450 (java) S 18392 18395 13981 0 -1 1077944384 312 13110 0 0 1 0 5 3 20 0 15 0 474248909 11094712320 41852 33554432000 4194304 4196468 140737287724624 140656295910288 140656376858325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18451] ppid=18392 vsize=10834680 memory=0 CPUtime=0.08 cores=0-3
/proc/18395/task/18451/stat : 18451 (java) S 18392 18395 13981 0 -1 1077944384 30 13110 0 0 0 0 5 3 20 0 15 0 474248909 11094712320 41852 33554432000 4194304 4196468 140737287724624 140656294857744 140656376858325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18452] ppid=18392 vsize=10834680 memory=-6154581634397065563 CPUtime=0.09 cores=0-3
/proc/18395/task/18452/stat : 18452 (java) S 18392 18395 13981 0 -1 1077944384 23 13110 0 0 1 0 5 3 20 0 15 0 474248909 11094712320 41852 33554432000 4194304 4196468 140737287724624 140656293805200 140656376858325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18453] ppid=18392 vsize=10834680 memory=3833724587141655355 CPUtime=0.09 cores=0-3
/proc/18395/task/18453/stat : 18453 (java) S 18392 18395 13981 0 -1 1077944384 129 13110 0 0 1 0 5 3 20 0 15 0 474248910 11094712320 41852 33554432000 4194304 4196468 140737287724624 140655903311856 140656376859266 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18454] ppid=18392 vsize=10834680 memory=-6944103529398779036 CPUtime=0.08 cores=0-3
/proc/18395/task/18454/stat : 18454 (java) S 18392 18395 13981 0 -1 1077944384 13 13110 0 0 0 0 5 3 20 0 15 0 474248911 11094712320 41852 33554432000 4194304 4196468 140737287724624 140655816860640 140656376858325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18455] ppid=18392 vsize=10834680 memory=-6005673638262905286 CPUtime=0.08 cores=0-3
/proc/18395/task/18455/stat : 18455 (java) S 18392 18395 13981 0 -1 1077944384 2 13110 0 0 0 0 5 3 20 0 15 0 474248911 11094712320 41852 33554432000 4194304 4196468 140737287724624 140655212880896 140656376858325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18456] ppid=18392 vsize=10834680 memory=0 CPUtime=0.08 cores=0-3
/proc/18395/task/18456/stat : 18456 (java) S 18392 18395 13981 0 -1 1077944384 3 13110 0 0 0 0 5 3 20 0 15 0 474248914 11094712320 41852 33554432000 4194304 4196468 140737287724624 140654905481424 140656376866715 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18457] ppid=18392 vsize=10834680 memory=0 CPUtime=0.36 cores=0-3
/proc/18395/task/18457/stat : 18457 (java) S 18392 18395 13981 0 -1 1077944384 1316 13110 0 0 28 0 5 3 20 0 15 0 474248914 11094712320 41852 33554432000 4194304 4196468 140737287724624 140655902259696 140656376859266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18458] ppid=18392 vsize=10834680 memory=4580 CPUtime=0.38 cores=0-3
/proc/18395/task/18458/stat : 18458 (java) R 18392 18395 13981 0 -1 1077944384 919 13110 0 0 30 0 5 3 20 0 15 0 474248914 11094712320 41852 33554432000 4194304 4196468 140737287724624 140655901207152 140656376859266 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18459] ppid=18392 vsize=10834680 memory=6297248683869360208 CPUtime=0.42 cores=0-3
/proc/18395/task/18459/stat : 18459 (java) S 18392 18395 13981 0 -1 1077944384 1254 13110 0 0 34 0 5 3 20 0 15 0 474248914 11094712320 41852 33554432000 4194304 4196468 140737287724624 140655900154608 140656376859266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18460] ppid=18392 vsize=10834680 memory=7444826561966335040 CPUtime=0.08 cores=0-3
/proc/18395/task/18460/stat : 18460 (java) S 18392 18395 13981 0 -1 1077944384 3 13110 0 0 0 0 5 3 20 0 15 0 474248914 11094712320 41852 33554432000 4194304 4196468 140737287724624 140654871923808 140656376858325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18461] ppid=18392 vsize=10834680 memory=8174432929202791767 CPUtime=0.08 cores=0-3
/proc/18395/task/18461/stat : 18461 (java) S 18392 18395 13981 0 -1 1077944384 1 13110 0 0 0 0 5 3 20 0 15 0 474248914 11094712320 41852 33554432000 4194304 4196468 140737287724624 140655899101488 140656376859266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
Current children cumulated CPU time: 2.48 s
Current children cumulated vsize: 10834680 KiB

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

/proc/18395/task/18448/stat : 18448 (java) R 18392 18395 13981 0 -1 4202560 61545 13110 0 0 229904 41 5 3 20 0 15 0 474248908 11109425152 171302 33554432000 4194304 4196468 140737287724624 140656348682896 140655984207428 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18449] ppid=18392 vsize=10849048 memory=685208 CPUtime=9.76 cores=0-3
/proc/18395/task/18449/stat : 18449 (java) S 18392 18395 13981 0 -1 1077944384 10416 13110 0 0 921 47 5 3 20 0 15 0 474248909 11109425152 171302 33554432000 4194304 4196468 140737287724624 140656381090576 140656376858325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18450] ppid=18392 vsize=10849048 memory=685208 CPUtime=9.76 cores=0-3
/proc/18395/task/18450/stat : 18450 (java) S 18392 18395 13981 0 -1 1077944384 7492 13110 0 0 923 45 5 3 20 0 15 0 474248909 11109425152 171302 33554432000 4194304 4196468 140737287724624 140656295910288 140656376858325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18451] ppid=18392 vsize=10849048 memory=685208 CPUtime=9.81 cores=0-3
/proc/18395/task/18451/stat : 18451 (java) S 18392 18395 13981 0 -1 1077944384 8487 13110 0 0 924 49 5 3 20 0 15 0 474248909 11109425152 171302 33554432000 4194304 4196468 140737287724624 140656294857744 140656376858325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18452] ppid=18392 vsize=10849048 memory=685208 CPUtime=9.75 cores=0-3
/proc/18395/task/18452/stat : 18452 (java) S 18392 18395 13981 0 -1 1077944384 12132 13110 0 0 919 48 5 3 20 0 15 0 474248909 11109425152 171302 33554432000 4194304 4196468 140737287724624 140656293805200 140656376858325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18453] ppid=18392 vsize=10849048 memory=685208 CPUtime=9.33 cores=0-3
/proc/18395/task/18453/stat : 18453 (java) S 18392 18395 13981 0 -1 1077944384 10974 13110 0 0 883 42 5 3 20 0 15 0 474248910 11109425152 171302 33554432000 4194304 4196468 140737287724624 140655903311856 140656376859266 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18454] ppid=18392 vsize=10849048 memory=685208 CPUtime=0.08 cores=0-3
/proc/18395/task/18454/stat : 18454 (java) S 18392 18395 13981 0 -1 1077944384 18 13110 0 0 0 0 5 3 20 0 15 0 474248911 11109425152 171302 33554432000 4194304 4196468 140737287724624 140655816860640 140656376858325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18455] ppid=18392 vsize=10849048 memory=685208 CPUtime=0.08 cores=0-3
/proc/18395/task/18455/stat : 18455 (java) S 18392 18395 13981 0 -1 1077944384 11 13110 0 0 0 0 5 3 20 0 15 0 474248911 11109425152 171302 33554432000 4194304 4196468 140737287724624 140655212880896 140656376858325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18456] ppid=18392 vsize=10849048 memory=685208 CPUtime=0.08 cores=0-3
/proc/18395/task/18456/stat : 18456 (java) S 18392 18395 13981 0 -1 1077944384 3 13110 0 0 0 0 5 3 20 0 15 0 474248914 11109425152 171302 33554432000 4194304 4196468 140737287724624 140654905481424 140656376866715 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18457] ppid=18392 vsize=10849048 memory=685208 CPUtime=5.63 cores=0-3
/proc/18395/task/18457/stat : 18457 (java) S 18392 18395 13981 0 -1 1077944384 27031 13110 0 0 548 7 5 3 20 0 15 0 474248914 11109425152 171302 33554432000 4194304 4196468 140737287724624 140655902259696 140656376859266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18458] ppid=18392 vsize=10849048 memory=685208 CPUtime=5.08 cores=0-3
/proc/18395/task/18458/stat : 18458 (java) S 18392 18395 13981 0 -1 1077944384 18667 13110 0 0 492 8 5 3 20 0 15 0 474248914 11109425152 171302 33554432000 4194304 4196468 140737287724624 140655901207152 140656376859266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18459] ppid=18392 vsize=10849048 memory=685208 CPUtime=5.42 cores=0-3
/proc/18395/task/18459/stat : 18459 (java) S 18392 18395 13981 0 -1 1077944384 31921 13110 0 0 526 8 5 3 20 0 15 0 474248914 11109425152 171302 33554432000 4194304 4196468 140737287724624 140655900154608 140656376859266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18460] ppid=18392 vsize=10849048 memory=3624 CPUtime=0.08 cores=0-3
/proc/18395/task/18460/stat : 18460 (java) S 18392 18395 13981 0 -1 1077944384 3 13110 0 0 0 0 5 3 20 0 15 0 474248914 11109425152 171302 33554432000 4194304 4196468 140737287724624 140654871923808 140656376858325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18461] ppid=18392 vsize=10849048 memory=63888 CPUtime=1.35 cores=0-3
/proc/18395/task/18461/stat : 18461 (java) S 18392 18395 13981 0 -1 1077944384 695 13110 0 0 67 60 5 3 20 0 15 0 474248914 11109425152 171302 33554432000 4194304 4196468 140737287724624 140655899101488 140656376859266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
Current children cumulated CPU time: 2364.8 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 685208 KiB

[startup+2382.3 s]
/proc/loadavg: 1.43 1.48 1.46 3/227 19093
/proc/meminfo: memFree=1374740/32770688 swapFree=66927196/67108860
[pid=18395] ppid=18392 vsize=10849048 memory=686748 CPUtime=2425.6 cores=0-3
/proc/18395/stat : 18395 (java) S 18392 18395 13981 0 -1 1077944320 193647 13110 0 0 242245 307 5 3 20 0 15 0 474248898 11109425152 171687 33554432000 4194304 4196468 140737287724624 140737287707168 140656376848119 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
/proc/18395/statm: 2712262 171687 3629 1 0 2674317 0
[pid=18395/tid=18448] ppid=18392 vsize=10849048 memory=685208 CPUtime=2358.97 cores=0-3
/proc/18395/task/18448/stat : 18448 (java) R 18392 18395 13981 0 -1 4202560 62446 13110 0 0 235848 41 5 3 20 0 15 0 474248908 11109425152 171687 33554432000 4194304 4196468 140737287724624 140656348682912 140655979692379 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18449] ppid=18392 vsize=10849048 memory=685208 CPUtime=10.01 cores=0-3
/proc/18395/task/18449/stat : 18449 (java) S 18392 18395 13981 0 -1 1077944384 10495 13110 0 0 946 47 5 3 20 0 15 0 474248909 11109425152 171687 33554432000 4194304 4196468 140737287724624 140656381090576 140656376858325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18450] ppid=18392 vsize=10849048 memory=685208 CPUtime=10.01 cores=0-3
/proc/18395/task/18450/stat : 18450 (java) S 18392 18395 13981 0 -1 1077944384 7583 13110 0 0 947 46 5 3 20 0 15 0 474248909 11109425152 171687 33554432000 4194304 4196468 140737287724624 140656295910288 140656376858325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18451] ppid=18392 vsize=10849048 memory=685208 CPUtime=10.07 cores=0-3
/proc/18395/task/18451/stat : 18451 (java) S 18392 18395 13981 0 -1 1077944384 8570 13110 0 0 949 50 5 3 20 0 15 0 474248909 11109425152 171687 33554432000 4194304 4196468 140737287724624 140656294857744 140656376858325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18452] ppid=18392 vsize=10849048 memory=686748 CPUtime=10 cores=0-3
/proc/18395/task/18452/stat : 18452 (java) S 18392 18395 13981 0 -1 1077944384 12384 13110 0 0 943 49 5 3 20 0 15 0 474248909 11109425152 171687 33554432000 4194304 4196468 140737287724624 140656293805200 140656376858325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18453] ppid=18392 vsize=10849048 memory=686748 CPUtime=9.56 cores=0-3
/proc/18395/task/18453/stat : 18453 (java) S 18392 18395 13981 0 -1 1077944384 11015 13110 0 0 905 43 5 3 20 0 15 0 474248910 11109425152 171687 33554432000 4194304 4196468 140737287724624 140655903311856 140656376859266 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18454] ppid=18392 vsize=10849048 memory=686748 CPUtime=0.08 cores=0-3
/proc/18395/task/18454/stat : 18454 (java) S 18392 18395 13981 0 -1 1077944384 18 13110 0 0 0 0 5 3 20 0 15 0 474248911 11109425152 171687 33554432000 4194304 4196468 140737287724624 140655816860640 140656376858325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18455] ppid=18392 vsize=10849048 memory=686748 CPUtime=0.08 cores=0-3
/proc/18395/task/18455/stat : 18455 (java) S 18392 18395 13981 0 -1 1077944384 11 13110 0 0 0 0 5 3 20 0 15 0 474248911 11109425152 171687 33554432000 4194304 4196468 140737287724624 140655212880896 140656376858325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18456] ppid=18392 vsize=10849048 memory=685208 CPUtime=0.08 cores=0-3
/proc/18395/task/18456/stat : 18456 (java) S 18392 18395 13981 0 -1 1077944384 3 13110 0 0 0 0 5 3 20 0 15 0 474248914 11109425152 171687 33554432000 4194304 4196468 140737287724624 140654905481424 140656376866715 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18457] ppid=18392 vsize=10849048 memory=8 CPUtime=5.67 cores=0-3
/proc/18395/task/18457/stat : 18457 (java) S 18392 18395 13981 0 -1 1077944384 27215 13110 0 0 552 7 5 3 20 0 15 0 474248914 11109425152 171687 33554432000 4194304 4196468 140737287724624 140655902259696 140656376859266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18458] ppid=18392 vsize=10849048 memory=686748 CPUtime=5.09 cores=0-3
/proc/18395/task/18458/stat : 18458 (java) S 18392 18395 13981 0 -1 1077944384 18884 13110 0 0 493 8 5 3 20 0 15 0 474248914 11109425152 171687 33554432000 4194304 4196468 140737287724624 140655901207152 140656376859266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18459] ppid=18392 vsize=10849048 memory=1560 CPUtime=5.43 cores=0-3
/proc/18395/task/18459/stat : 18459 (java) S 18392 18395 13981 0 -1 1077944384 32111 13110 0 0 527 8 5 3 20 0 15 0 474248914 11109425152 171687 33554432000 4194304 4196468 140737287724624 140655900154608 140656376859266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18460] ppid=18392 vsize=10849048 memory=3624 CPUtime=0.08 cores=0-3
/proc/18395/task/18460/stat : 18460 (java) S 18392 18395 13981 0 -1 1077944384 3 13110 0 0 0 0 5 3 20 0 15 0 474248914 11109425152 171687 33554432000 4194304 4196468 140737287724624 140654871923808 140656376858325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18461] ppid=18392 vsize=10849048 memory=63888 CPUtime=1.38 cores=0-3
/proc/18395/task/18461/stat : 18461 (java) S 18392 18395 13981 0 -1 1077944384 699 13110 0 0 68 62 5 3 20 0 15 0 474248914 11109425152 171687 33554432000 4194304 4196468 140737287724624 140655899101488 140656376859266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
Current children cumulated CPU time: 2425.6 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 686748 KiB

[startup+2442.3 s]
/proc/loadavg: 1.51 1.49 1.47 3/227 19098
/proc/meminfo: memFree=1424720/32770688 swapFree=66927196/67108860
[pid=18395] ppid=18392 vsize=10849048 memory=686748 CPUtime=2486.4 cores=0-3
/proc/18395/stat : 18395 (java) S 18392 18395 13981 0 -1 1077944320 194644 13110 0 0 248318 314 5 3 20 0 15 0 474248898 11109425152 171687 33554432000 4194304 4196468 140737287724624 140737287707168 140656376848119 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
/proc/18395/statm: 2712262 171687 3629 1 0 2674317 0
[pid=18395/tid=18448] ppid=18392 vsize=10849048 memory=686748 CPUtime=2418.39 cores=0-3
/proc/18395/task/18448/stat : 18448 (java) R 18392 18395 13981 0 -1 4202560 62975 13110 0 0 241789 42 5 3 20 0 15 0 474248908 11109425152 171687 33554432000 4194304 4196468 140737287724624 140656348684176 140655979479168 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18449] ppid=18392 vsize=10849048 memory=6791534058613427641 CPUtime=10.3 cores=0-3
/proc/18395/task/18449/stat : 18449 (java) S 18392 18395 13981 0 -1 1077944384 10570 13110 0 0 973 49 5 3 20 0 15 0 474248909 11109425152 171687 33554432000 4194304 4196468 140737287724624 140656381090576 140656376858325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18450] ppid=18392 vsize=10849048 memory=686748 CPUtime=10.28 cores=0-3
/proc/18395/task/18450/stat : 18450 (java) S 18392 18395 13981 0 -1 1077944384 7706 13110 0 0 973 47 5 3 20 0 15 0 474248909 11109425152 171687 33554432000 4194304 4196468 140737287724624 140656295910288 140656376858325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18451] ppid=18392 vsize=10849048 memory=686748 CPUtime=10.35 cores=0-3
/proc/18395/task/18451/stat : 18451 (java) S 18392 18395 13981 0 -1 1077944384 8602 13110 0 0 975 52 5 3 20 0 15 0 474248909 11109425152 171687 33554432000 4194304 4196468 140737287724624 140656294857744 140656376858325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18452] ppid=18392 vsize=10849048 memory=686748 CPUtime=10.28 cores=0-3
/proc/18395/task/18452/stat : 18452 (java) S 18392 18395 13981 0 -1 1077944384 12407 13110 0 0 970 50 5 3 20 0 15 0 474248909 11109425152 171687 33554432000 4194304 4196468 140737287724624 140656293805200 140656376858325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18453] ppid=18392 vsize=10849048 memory=686748 CPUtime=9.82 cores=0-3
/proc/18395/task/18453/stat : 18453 (java) S 18392 18395 13981 0 -1 1077944384 11208 13110 0 0 930 44 5 3 20 0 15 0 474248910 11109425152 171687 33554432000 4194304 4196468 140737287724624 140655903311856 140656376859266 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18454] ppid=18392 vsize=10849048 memory=686748 CPUtime=0.08 cores=0-3
/proc/18395/task/18454/stat : 18454 (java) S 18392 18395 13981 0 -1 1077944384 18 13110 0 0 0 0 5 3 20 0 15 0 474248911 11109425152 171687 33554432000 4194304 4196468 140737287724624 140655816860640 140656376858325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18455] ppid=18392 vsize=10849048 memory=686748 CPUtime=0.08 cores=0-3
/proc/18395/task/18455/stat : 18455 (java) S 18392 18395 13981 0 -1 1077944384 11 13110 0 0 0 0 5 3 20 0 15 0 474248911 11109425152 171687 33554432000 4194304 4196468 140737287724624 140655212880896 140656376858325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18456] ppid=18392 vsize=10849048 memory=686748 CPUtime=0.08 cores=0-3
/proc/18395/task/18456/stat : 18456 (java) S 18392 18395 13981 0 -1 1077944384 3 13110 0 0 0 0 5 3 20 0 15 0 474248914 11109425152 171687 33554432000 4194304 4196468 140737287724624 140654905481424 140656376866715 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18457] ppid=18392 vsize=10849048 memory=686748 CPUtime=5.67 cores=0-3
/proc/18395/task/18457/stat : 18457 (java) S 18392 18395 13981 0 -1 1077944384 27217 13110 0 0 552 7 5 3 20 0 15 0 474248914 11109425152 171687 33554432000 4194304 4196468 140737287724624 140655902259696 140656376859266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18458] ppid=18392 vsize=10849048 memory=686748 CPUtime=5.09 cores=0-3
/proc/18395/task/18458/stat : 18458 (java) S 18392 18395 13981 0 -1 1077944384 18886 13110 0 0 493 8 5 3 20 0 15 0 474248914 11109425152 171687 33554432000 4194304 4196468 140737287724624 140655901207152 140656376859266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18459] ppid=18392 vsize=10849048 memory=686748 CPUtime=5.43 cores=0-3
/proc/18395/task/18459/stat : 18459 (java) S 18392 18395 13981 0 -1 1077944384 32113 13110 0 0 527 8 5 3 20 0 15 0 474248914 11109425152 171687 33554432000 4194304 4196468 140737287724624 140655900154608 140656376859266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18460] ppid=18392 vsize=10849048 memory=686748 CPUtime=0.08 cores=0-3
/proc/18395/task/18460/stat : 18460 (java) S 18392 18395 13981 0 -1 1077944384 3 13110 0 0 0 0 5 3 20 0 15 0 474248914 11109425152 171687 33554432000 4194304 4196468 140737287724624 140654871923808 140656376858325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18461] ppid=18392 vsize=10849048 memory=6791534058613427641 CPUtime=1.42 cores=0-3
/proc/18395/task/18461/stat : 18461 (java) S 18392 18395 13981 0 -1 1077944384 715 13110 0 0 70 64 5 3 20 0 15 0 474248914 11109425152 171687 33554432000 4194304 4196468 140737287724624 140655899101488 140656376859266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
Current children cumulated CPU time: 2486.4 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 686748 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2475.6 s]
/proc/loadavg: 1.32 1.45 1.45 3/227 19100
/proc/meminfo: memFree=1450924/32770688 swapFree=66927196/67108860
[pid=18395] ppid=18392 vsize=10849048 memory=686748 CPUtime=2520.09 cores=0-3
/proc/18395/stat : 18395 (java) S 18392 18395 13981 0 -1 1077944320 195350 13110 0 0 251684 317 5 3 20 0 15 0 474248898 11109425152 171687 33554432000 4194304 4196468 140737287724624 140737287707168 140656376848119 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
/proc/18395/statm: 2712262 171687 3629 1 0 2674317 0
[pid=18395/tid=18448] ppid=18392 vsize=10849048 memory=6791534058613427641 CPUtime=2451.41 cores=0-3
/proc/18395/task/18448/stat : 18448 (java) R 18392 18395 13981 0 -1 4202560 63313 13110 0 0 245091 42 5 3 20 0 15 0 474248908 11109425152 171687 33554432000 4194304 4196468 140737287724624 140656348683040 140655973758060 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18449] ppid=18392 vsize=10849048 memory=1398722017469774279 CPUtime=10.44 cores=0-3
/proc/18395/task/18449/stat : 18449 (java) S 18392 18395 13981 0 -1 1077944384 10807 13110 0 0 987 49 5 3 20 0 15 0 474248909 11109425152 171687 33554432000 4194304 4196468 140737287724624 140656381090576 140656376858325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18450] ppid=18392 vsize=10849048 memory=4872558044660077418 CPUtime=10.42 cores=0-3
/proc/18395/task/18450/stat : 18450 (java) S 18392 18395 13981 0 -1 1077944384 7735 13110 0 0 986 48 5 3 20 0 15 0 474248909 11109425152 171687 33554432000 4194304 4196468 140737287724624 140656295910288 140656376858325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18451] ppid=18392 vsize=10849048 memory=800 CPUtime=10.48 cores=0-3
/proc/18395/task/18451/stat : 18451 (java) S 18392 18395 13981 0 -1 1077944384 8637 13110 0 0 987 53 5 3 20 0 15 0 474248909 11109425152 171687 33554432000 4194304 4196468 140737287724624 140656294857744 140656376858325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18452] ppid=18392 vsize=10849048 memory=1808 CPUtime=10.42 cores=0-3
/proc/18395/task/18452/stat : 18452 (java) S 18392 18395 13981 0 -1 1077944384 12449 13110 0 0 984 50 5 3 20 0 15 0 474248909 11109425152 171687 33554432000 4194304 4196468 140737287724624 140656293805200 140656376858325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18453] ppid=18392 vsize=10849048 memory=924 CPUtime=9.93 cores=0-3
/proc/18395/task/18453/stat : 18453 (java) S 18392 18395 13981 0 -1 1077944384 11231 13110 0 0 940 45 5 3 20 0 15 0 474248910 11109425152 171687 33554432000 4194304 4196468 140737287724624 140655903311856 140656376859266 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18454] ppid=18392 vsize=10849048 memory=3848 CPUtime=0.08 cores=0-3
/proc/18395/task/18454/stat : 18454 (java) S 18392 18395 13981 0 -1 1077944384 18 13110 0 0 0 0 5 3 20 0 15 0 474248911 11109425152 171687 33554432000 4194304 4196468 140737287724624 140655816860640 140656376858325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18455] ppid=18392 vsize=10849048 memory=2608 CPUtime=0.08 cores=0-3
/proc/18395/task/18455/stat : 18455 (java) S 18392 18395 13981 0 -1 1077944384 11 13110 0 0 0 0 5 3 20 0 15 0 474248911 11109425152 171687 33554432000 4194304 4196468 140737287724624 140655212880896 140656376858325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18456] ppid=18392 vsize=10849048 memory=2912 CPUtime=0.08 cores=0-3
/proc/18395/task/18456/stat : 18456 (java) S 18392 18395 13981 0 -1 1077944384 3 13110 0 0 0 0 5 3 20 0 15 0 474248914 11109425152 171687 33554432000 4194304 4196468 140737287724624 140654905481424 140656376866715 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18457] ppid=18392 vsize=10849048 memory=4100 CPUtime=5.67 cores=0-3
/proc/18395/task/18457/stat : 18457 (java) S 18392 18395 13981 0 -1 1077944384 27217 13110 0 0 552 7 5 3 20 0 15 0 474248914 11109425152 171687 33554432000 4194304 4196468 140737287724624 140655902259696 140656376859266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18458] ppid=18392 vsize=10849048 memory=1408 CPUtime=5.09 cores=0-3
/proc/18395/task/18458/stat : 18458 (java) S 18392 18395 13981 0 -1 1077944384 18886 13110 0 0 493 8 5 3 20 0 15 0 474248914 11109425152 171687 33554432000 4194304 4196468 140737287724624 140655901207152 140656376859266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18459] ppid=18392 vsize=10849048 memory=3184 CPUtime=5.43 cores=0-3
/proc/18395/task/18459/stat : 18459 (java) S 18392 18395 13981 0 -1 1077944384 32113 13110 0 0 527 8 5 3 20 0 15 0 474248914 11109425152 171687 33554432000 4194304 4196468 140737287724624 140655900154608 140656376859266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18460] ppid=18392 vsize=10849048 memory=686748 CPUtime=0.08 cores=0-3
/proc/18395/task/18460/stat : 18460 (java) S 18392 18395 13981 0 -1 1077944384 3 13110 0 0 0 0 5 3 20 0 15 0 474248914 11109425152 171687 33554432000 4194304 4196468 140737287724624 140654871923808 140656376858325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
[pid=18395/tid=18461] ppid=18392 vsize=10849048 memory=1208 CPUtime=1.44 cores=0-3
/proc/18395/task/18461/stat : 18461 (java) S 18392 18395 13981 0 -1 1077944384 717 13110 0 0 71 65 5 3 20 0 15 0 474248914 11109425152 171687 33554432000 4194304 4196468 140737287724624 140655899101488 140656376859266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14004224 140737287727855 140737287730373 140737287730373 140737287733199 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 686748 KiB

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

[startup+2475.64 s]
# the end of solver process 18395 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.92 s, system=3.21666 s

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

Child status: 143
Real time (s): 2475.64
CPU time (s): 2520.14
CPU user time (s): 2516.92
CPU system time (s): 3.21666
CPU usage (%): 101.797
Max. virtual memory (cumulated for all children) (KiB): 10852032
Max. memory (cumulated for all children) (KiB): 797572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.92
system time used= 3.21666
maximum resident set size= 799632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 209069
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 268286
involuntary context switches= 11494


# summary of solver processes directly reported to runsolver:
#   pid: 18395
#   total CPU time (s): 2520.14
#   total CPU user time (s): 2516.92
#   total CPU system time (s): 3.21666

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.7595 second user time and 26.1188 second system time

The end

Launcher Data

Begin job on node120 at 2011-12-21 20:47:28
IDJOB=4402973
IDBENCH=135866
IDSOLVER=2861
FILE ID=node120/4402973-1568982427
RUNJOBID= node120-1324482060-14012
PBS_JOBID= 21704627
Free space on /tmp= 23256 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n30/TravellingSalesman-30-30-11.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4402973-1568982427/watcher-4402973-1568982427 -o /tmp/evaluation-result-4402973-1568982427/solver-4402973-1568982427 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node120-1324482060-14012 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=2094713575 HOME/instance-4402973-1568982427.xml

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

MD5SUM BENCH= ac86bf8ef4620229a98c72b0f60cfd27
RANDOM SEED=2094713575

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:         3881404 kB
MemAvailable:   31101912 kB
Buffers:          115536 kB
Cached:         27065728 kB
SwapCached:        68632 kB
Active:         14235144 kB
Inactive:       13691120 kB
Active(anon):     675648 kB
Inactive(anon):   125448 kB
Active(file):   13559496 kB
Inactive(file): 13565672 kB
Unevictable:      109204 kB
Mlocked:          109204 kB
SwapTotal:      67108860 kB
SwapFree:       66927192 kB
Dirty:             35648 kB
Writeback:             0 kB
AnonPages:        786988 kB
Mapped:            71204 kB
Shmem:             47316 kB
Slab:             552760 kB
SReclaimable:     523800 kB
SUnreclaim:        28960 kB
KernelStack:        3712 kB
PageTables:        10488 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:    1688892 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    663552 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= 23220 MiB
End job on node120 at 2011-12-21 21:28:44