Trace number 3492740

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 NameAnswerCPU timeWall clock time
Sat4j Resolution 2011-06-08OPTIMUM 30.9493 29.1158

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111222539--soft-0-100-0.wbo
MD5SUM2cb7ef9d897234b1b8519dd953c1d1e7
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark2.20166
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 5034
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 5033
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1192
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.1.v20110525
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@13d4c61c
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3492740-1307911204.wbo
0.11/0.11	c reading problem ... 
0.11/0.16	c ... done. Wall clock time 0.055s.
0.11/0.16	c #vars     270
0.11/0.16	c #constraints  101
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.11/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.28/0.21	c SATISFIABLE
0.28/0.21	c OPTIMIZING...
0.28/0.21	c Got one! Elapsed wall clock time (in seconds):0.107
0.28/0.21	o 652
0.28/0.24	c Got one! Elapsed wall clock time (in seconds):0.132
0.28/0.24	o 563
0.28/0.25	c Got one! Elapsed wall clock time (in seconds):0.148
0.28/0.25	o 321
0.50/0.39	c Got one! Elapsed wall clock time (in seconds):0.288
0.50/0.39	o 313
0.74/0.55	c cleaning 2878 clauses out of 5765 with flag 3002/5765
0.74/0.59	c Got one! Elapsed wall clock time (in seconds):0.484
0.74/0.59	o 307
1.09/0.83	c Got one! Elapsed wall clock time (in seconds):0.72
1.09/0.83	o 285
1.09/0.86	c cleaning 4546 clauses out of 9100 with flag 1002/11978
1.30/1.06	c Got one! Elapsed wall clock time (in seconds):0.951
1.30/1.06	o 262
1.30/1.09	c Got one! Elapsed wall clock time (in seconds):0.987
1.30/1.09	o 253
1.41/1.15	c Got one! Elapsed wall clock time (in seconds):1.047
1.41/1.15	o 235
1.41/1.20	c cleaning 5766 clauses out of 11537 with flag 1004/18961
1.52/1.25	c Got one! Elapsed wall clock time (in seconds):1.139
1.52/1.25	o 230
1.71/1.41	c cleaning 5400 clauses out of 10807 with flag 4000/23997
2.03/1.79	c cleaning 5693 clauses out of 11407 with flag 10000/29997
2.23/1.96	c Got one! Elapsed wall clock time (in seconds):1.85
2.23/1.96	o 228
2.33/2.06	c cleaning 5802 clauses out of 11614 with flag 3000/35897
2.64/2.39	c cleaning 5903 clauses out of 11815 with flag 9003/41900
3.13/2.80	c cleaning 6452 clauses out of 12909 with flag 16000/48897
3.53/3.25	c cleaning 7223 clauses out of 14458 with flag 24001/56898
3.64/3.31	c Got one! Elapsed wall clock time (in seconds):3.208
3.64/3.31	o 222
3.84/3.52	c Got one! Elapsed wall clock time (in seconds):3.41
3.84/3.52	o 208
3.84/3.56	c cleaning 6918 clauses out of 13847 with flag 1000/63510
4.04/3.75	c Got one! Elapsed wall clock time (in seconds):3.646
4.04/3.75	o 202
4.14/3.80	c cleaning 6287 clauses out of 12587 with flag 1000/69168
4.34/4.01	c Got one! Elapsed wall clock time (in seconds):3.904
4.34/4.01	o 196
4.56/4.23	c cleaning 8358 clauses out of 16723 with flag 5000/79591
4.67/4.39	c Got one! Elapsed wall clock time (in seconds):4.288
4.67/4.39	o 182
4.77/4.44	c cleaning 6867 clauses out of 13738 with flag 1001/84964
5.07/4.72	c cleaning 6427 clauses out of 12871 with flag 7001/90964
5.17/4.81	c Got one! Elapsed wall clock time (in seconds):4.699
5.17/4.81	o 176
5.27/4.94	c cleaning 5987 clauses out of 11983 with flag 4001/96503
5.27/4.99	c Got one! Elapsed wall clock time (in seconds):4.881
5.27/4.99	o 151
5.48/5.16	c cleaning 5912 clauses out of 11834 with flag 5001/102341
5.58/5.22	c Got one! Elapsed wall clock time (in seconds):5.118
5.58/5.22	o 147
5.68/5.37	c cleaning 5607 clauses out of 11226 with flag 4002/107645
5.89/5.58	c cleaning 5804 clauses out of 11619 with flag 10002/113645
6.29/5.93	c cleaning 6402 clauses out of 12814 with flag 17001/120644
6.69/6.17	c Got one! Elapsed wall clock time (in seconds):6.061
6.69/6.17	o 132
7.10/6.45	c cleaning 8415 clauses out of 16835 with flag 5003/131067
7.71/6.78	c cleaning 7207 clauses out of 14417 with flag 11000/137064
7.83/6.84	c Got one! Elapsed wall clock time (in seconds):6.737
7.83/6.84	o 94
8.03/7.00	c cleaning 6237 clauses out of 12477 with flag 4000/142331
8.50/7.26	c cleaning 6115 clauses out of 12242 with flag 10002/148333
9.03/7.60	c cleaning 6552 clauses out of 13128 with flag 17003/155334
9.36/7.80	c Got one! Elapsed wall clock time (in seconds):7.69
9.36/7.80	o 92
9.46/7.84	c cleaning 5798 clauses out of 11602 with flag 1003/160360
9.65/8.05	c cleaning 5897 clauses out of 11801 with flag 7000/166357
9.97/8.34	c cleaning 6446 clauses out of 12904 with flag 14000/173357
10.37/8.72	c cleaning 7225 clauses out of 14462 with flag 22004/181361
10.78/9.18	c cleaning 8104 clauses out of 16233 with flag 31000/190357
11.38/9.71	c cleaning 9063 clauses out of 18131 with flag 41002/200359
11.88/10.21	c cleaning 9530 clauses out of 19067 with flag 51001/210358
12.38/10.74	c cleaning 9763 clauses out of 19536 with flag 61000/220357
12.88/11.29	c cleaning 9877 clauses out of 19773 with flag 71000/230357
13.48/11.85	c cleaning 9938 clauses out of 19897 with flag 81001/240358
13.58/11.90	c Got one! Elapsed wall clock time (in seconds):11.797
13.58/11.90	o 79
13.68/12.08	c cleaning 7907 clauses out of 15817 with flag 5002/246216
13.98/12.31	c cleaning 6949 clauses out of 13909 with flag 11001/252215
14.18/12.56	c cleaning 6975 clauses out of 13964 with flag 18005/259219
14.58/12.92	c cleaning 7476 clauses out of 14984 with flag 26000/267214
14.99/13.39	c cleaning 8244 clauses out of 16508 with flag 35000/276214
15.09/13.46	c Got one! Elapsed wall clock time (in seconds):13.356
15.09/13.46	o 73
15.29/13.60	c cleaning 6799 clauses out of 13607 with flag 4000/281557
15.49/13.82	c cleaning 6401 clauses out of 12809 with flag 10001/287558
15.69/14.08	c cleaning 6699 clauses out of 13409 with flag 17002/294559
15.99/14.39	c cleaning 7350 clauses out of 14708 with flag 25000/302557
16.39/14.72	c cleaning 8171 clauses out of 16359 with flag 34001/311558
16.39/14.74	c Got one! Elapsed wall clock time (in seconds):14.631
16.39/14.74	o 65
16.51/14.84	c Got one! Elapsed wall clock time (in seconds):14.729
16.51/14.84	o 32
16.61/14.91	c cleaning 6615 clauses out of 13237 with flag 2000/316607
16.83/15.12	c cleaning 6304 clauses out of 12623 with flag 8001/322608
16.93/15.24	c Got one! Elapsed wall clock time (in seconds):15.134
16.93/15.24	o 25
17.03/15.32	c cleaning 5947 clauses out of 11904 with flag 2000/328193
17.24/15.52	c cleaning 5978 clauses out of 11959 with flag 8002/334195
17.34/15.60	c Got one! Elapsed wall clock time (in seconds):15.497
17.34/15.60	o 9
17.44/15.70	c cleaning 5718 clauses out of 11444 with flag 3000/339658
17.64/15.90	c cleaning 5861 clauses out of 11726 with flag 9000/345658
17.84/16.16	c cleaning 6427 clauses out of 12865 with flag 16000/352658
18.14/16.43	c cleaning 7213 clauses out of 14438 with flag 24000/360658
18.43/16.74	c cleaning 8106 clauses out of 16226 with flag 33001/369659
18.74/17.09	c cleaning 9058 clauses out of 18120 with flag 43001/379659
19.14/17.42	c cleaning 9526 clauses out of 19061 with flag 53000/389658
19.45/17.77	c cleaning 9763 clauses out of 19535 with flag 63000/399658
19.84/18.11	c cleaning 9881 clauses out of 19772 with flag 73000/409658
20.14/18.48	c cleaning 9939 clauses out of 19892 with flag 83001/419659
20.55/18.83	c cleaning 9976 clauses out of 19955 with flag 93003/429661
20.85/19.18	c cleaning 9982 clauses out of 19976 with flag 103000/439658
21.25/19.52	c cleaning 9992 clauses out of 19995 with flag 113001/449659
21.55/19.88	c cleaning 9996 clauses out of 20003 with flag 123001/459659
21.95/20.23	c cleaning 10002 clauses out of 20009 with flag 133003/469661
22.25/20.59	c cleaning 10000 clauses out of 20005 with flag 143001/479659
22.65/20.92	c cleaning 10000 clauses out of 20007 with flag 153003/489661
22.95/21.29	c cleaning 9999 clauses out of 20005 with flag 163001/499659
23.35/21.64	c cleaning 9999 clauses out of 20006 with flag 173001/509659
23.76/22.02	c cleaning 10000 clauses out of 20006 with flag 183000/519658
24.05/22.35	c cleaning 9998 clauses out of 20007 with flag 193001/529659
24.45/22.70	c cleaning 10000 clauses out of 20008 with flag 203000/539658
24.76/23.07	c cleaning 9999 clauses out of 20010 with flag 213002/549660
25.16/23.43	c cleaning 10000 clauses out of 20011 with flag 223002/559660
25.46/23.80	c cleaning 10001 clauses out of 20010 with flag 233001/569659
25.86/24.16	c cleaning 10000 clauses out of 20009 with flag 243001/579659
26.26/24.52	c cleaning 10001 clauses out of 20012 with flag 253004/589662
26.56/24.83	c Got one! Elapsed wall clock time (in seconds):24.727
26.56/24.83	o 2
26.81/25.08	c cleaning 12180 clauses out of 24368 with flag 5000/604019
27.01/25.30	c cleaning 9092 clauses out of 18191 with flag 11003/610022
27.31/25.53	c cleaning 8044 clauses out of 16096 with flag 18000/617019
27.61/25.80	c cleaning 8020 clauses out of 16052 with flag 26000/625019
27.91/26.11	c cleaning 8511 clauses out of 17032 with flag 35000/634019
28.21/26.47	c cleaning 9259 clauses out of 18521 with flag 45000/644019
28.61/26.83	c cleaning 9630 clauses out of 19265 with flag 55004/654023
28.91/27.19	c cleaning 9811 clauses out of 19632 with flag 65001/664020
29.32/27.53	c cleaning 9905 clauses out of 19822 with flag 75002/674021
29.62/27.88	c cleaning 9954 clauses out of 19915 with flag 85000/684019
30.02/28.26	c cleaning 9976 clauses out of 19961 with flag 95000/694019
30.42/28.63	c cleaning 9988 clauses out of 19988 with flag 105003/704022
30.82/29.02	c cleaning 9995 clauses out of 19997 with flag 115001/714020
30.92/29.11	c starts		: 182
30.92/29.11	c conflicts		: 716205
30.92/29.11	c decisions		: 1159103
30.92/29.11	c propagations		: 18699477
30.92/29.11	c inspects		: 154778802
30.92/29.11	c shortcuts		: 0
30.92/29.11	c learnt literals	: 7
30.92/29.11	c learnt binary clauses	: 59
30.92/29.11	c learnt ternary clauses	: 703
30.92/29.11	c learnt constraints	: 716197
30.92/29.11	c ignored constraints	: 0
30.92/29.11	c root simplifications	: 0
30.92/29.11	c removed literals (reason simplification)	: 4901423
30.92/29.11	c reason swapping (by a shorter reason)	: 0
30.92/29.11	c Calls to reduceDB	: 88
30.92/29.11	c number of reductions to clauses (during analyze)	: 0
30.92/29.11	c number of learned constraints concerned by reduction	: 0
30.92/29.11	c number of learning phase by resolution	: 0
30.92/29.11	c number of learning phase by cutting planes	: 0
30.92/29.11	c speed (assignments/second)	: 4377218.398876404
30.92/29.11	c non guided choices	1444
30.92/29.11	c learnt constraints type 
30.92/29.11	c constraints type 
30.92/29.11	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
30.92/29.11	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
30.92/29.11	s OPTIMUM FOUND
30.92/29.11	v -x1 -x2 x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 x37 -x38 -x39 -x40 -x41 -x42 -x43 x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 x88 -x89 -x90 -x91 -x92 -x93 -x94 x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 x117 -x118 -x119 -x120 -x121 -x122 x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 x164 -x165 -x166 -x167 -x168 -x169 
30.92/29.11	c objective function=2
30.92/29.11	c Total wall clock time (in seconds): 29.0

Verifier Data

OK	2

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3492740-1307911204/watcher-3492740-1307911204 -o /var/tmp/evaluation-result-3492740-1307911204/solver-3492740-1307911204 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492740-1307911204.wbo 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.08 2.05 1.95 2/195 9199
/proc/meminfo: memFree=331236/32950928 swapFree=67048888/67111528
[pid=9199] ppid=9197 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/9199/stat : 9199 (java) R 9197 9199 4454 0 -1 4202496 954 0 0 0 0 0 0 0 25 0 1 0 902719221 23580672 696 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268267726737 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9199/statm: 5757 696 513 9 0 124 0

[startup+0.105832 s]
/proc/loadavg: 2.08 2.05 1.95 2/195 9199
/proc/meminfo: memFree=331236/32950928 swapFree=67048888/67111528
[pid=9199] ppid=9197 vsize=10539648 CPUtime=0.11 cores=1,3,5,7
/proc/9199/stat : 9199 (java) S 9197 9199 4454 0 -1 4202496 13158 0 1 0 10 1 0 0 25 0 18 0 902719221 10792599552 12784 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9199/statm: 2634912 12784 2092 9 0 2625646 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10539648

[startup+0.200818 s]
/proc/loadavg: 2.08 2.05 1.95 2/195 9199
/proc/meminfo: memFree=331236/32950928 swapFree=67048888/67111528
[pid=9199] ppid=9197 vsize=10542328 CPUtime=0.28 cores=1,3,5,7
/proc/9199/stat : 9199 (java) S 9197 9199 4454 0 -1 4202496 15290 0 1 0 27 1 0 0 25 0 19 0 902719221 10795343872 14387 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9199/statm: 2635582 14401 2197 9 0 2626316 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 10542328

[startup+0.300837 s]
/proc/loadavg: 2.08 2.05 1.95 2/195 9199
/proc/meminfo: memFree=331236/32950928 swapFree=67048888/67111528
[pid=9199] ppid=9197 vsize=10542288 CPUtime=0.5 cores=1,3,5,7
/proc/9199/stat : 9199 (java) S 9197 9199 4454 0 -1 4202496 15982 0 1 0 49 1 0 0 25 0 19 0 902719221 10795302912 14653 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9199/statm: 2635572 14653 2214 9 0 2626306 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 10542288

[startup+0.700785 s]
/proc/loadavg: 2.08 2.05 1.95 2/195 9199
/proc/meminfo: memFree=331236/32950928 swapFree=67048888/67111528
[pid=9199] ppid=9197 vsize=10542072 CPUtime=0.97 cores=1,3,5,7
/proc/9199/stat : 9199 (java) S 9197 9199 4454 0 -1 4202496 17059 0 1 0 96 1 0 0 25 0 19 0 902719221 10795081728 15503 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9199/statm: 2635518 15503 2246 9 0 2626252 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 10542072

[startup+1.50058 s]
/proc/loadavg: 2.08 2.05 1.95 3/214 9218
/proc/meminfo: memFree=276364/32950928 swapFree=67048888/67111528
[pid=9199] ppid=9197 vsize=10542072 CPUtime=1.83 cores=1,3,5,7
/proc/9199/stat : 9199 (java) S 9197 9199 4454 0 -1 4202496 17944 0 1 0 182 1 0 0 25 0 19 0 902719221 10795081728 16263 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9199/statm: 2635518 16263 2247 9 0 2626252 0
[pid=9199/tid=9201] ppid=9197 vsize=10542072 CPUtime=1.43 cores=1,3,5,7
/proc/9199/task/9201/stat : 9201 (java) R 9197 9199 4454 0 -1 4202560 12162 0 1 0 142 1 0 0 20 0 19 0 902719221 10795081728 16263 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 46912505559691 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9199/tid=9202] ppid=9197 vsize=10542072 CPUtime=0 cores=1,3,5,7
/proc/9199/task/9202/stat : 9202 (java) S 9197 9199 4454 0 -1 4202560 160 0 0 0 0 0 0 0 15 0 19 0 902719223 10795081728 16263 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 3 0 0 0
[pid=9199/tid=9203] ppid=9197 vsize=10542072 CPUtime=0 cores=1,3,5,7
/proc/9199/task/9203/stat : 9203 (java) S 9197 9199 4454 0 -1 4202560 253 0 0 0 0 0 0 0 15 0 19 0 902719223 10795081728 16263 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 3 0 0 0
[pid=9199/tid=9204] ppid=9197 vsize=10542072 CPUtime=0 cores=1,3,5,7
/proc/9199/task/9204/stat : 9204 (java) S 9197 9199 4454 0 -1 4202560 121 0 0 0 0 0 0 0 15 0 19 0 902719223 10795081728 16263 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 3 0 0 0
[pid=9199/tid=9205] ppid=9197 vsize=10542072 CPUtime=0 cores=1,3,5,7
/proc/9199/task/9205/stat : 9205 (java) S 9197 9199 4454 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 902719223 10795081728 16263 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 5 0 0 0
[pid=9199/tid=9206] ppid=9197 vsize=10542072 CPUtime=0 cores=1,3,5,7
/proc/9199/task/9206/stat : 9206 (java) S 9197 9199 4454 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902719223 10795081728 16263 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 3 0 0 0
[pid=9199/tid=9207] ppid=9197 vsize=10542072 CPUtime=0 cores=1,3,5,7
/proc/9199/task/9207/stat : 9207 (java) S 9197 9199 4454 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902719223 10795081728 16263 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 1 0 0 0
[pid=9199/tid=9208] ppid=9197 vsize=10542072 CPUtime=0 cores=1,3,5,7
/proc/9199/task/9208/stat : 9208 (java) S 9197 9199 4454 0 -1 4202560 62 0 0 0 0 0 0 0 16 0 19 0 902719223 10795081728 16263 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 3 0 0 0
[pid=9199/tid=9209] ppid=9197 vsize=10542072 CPUtime=0 cores=1,3,5,7
/proc/9199/task/9209/stat : 9209 (java) S 9197 9199 4454 0 -1 4202560 167 0 0 0 0 0 0 0 15 0 19 0 902719223 10795081728 16263 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 3 0 0 0
[pid=9199/tid=9210] ppid=9197 vsize=10542072 CPUtime=0.04 cores=1,3,5,7
/proc/9199/task/9210/stat : 9210 (java) S 9197 9199 4454 0 -1 4202560 478 0 0 0 4 0 0 0 15 0 19 0 902719224 10795081728 16263 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284505600 0 0 0 16800975 18446604466786637824 0 0 -1 1 0 0 0
[pid=9199/tid=9211] ppid=9197 vsize=10542072 CPUtime=0 cores=1,3,5,7
/proc/9199/task/9211/stat : 9211 (java) S 9197 9199 4454 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 902719225 10795081728 16263 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 7 0 0 0
[pid=9199/tid=9212] ppid=9197 vsize=10542072 CPUtime=0 cores=1,3,5,7
/proc/9199/task/9212/stat : 9212 (java) S 9197 9199 4454 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 902719225 10795081728 16263 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 7 0 0 0
[pid=9199/tid=9213] ppid=9197 vsize=10542072 CPUtime=0 cores=1,3,5,7
/proc/9199/task/9213/stat : 9213 (java) S 9197 9199 4454 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902719227 10795081728 16263 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284512689 0 4 0 16800975 18446604466786637824 0 0 -1 1 0 0 0
[pid=9199/tid=9214] ppid=9197 vsize=10542072 CPUtime=0.16 cores=1,3,5,7
/proc/9199/task/9214/stat : 9214 (java) S 9197 9199 4454 0 -1 4202560 1300 0 0 0 16 0 0 0 15 0 19 0 902719227 10795081728 16263 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 5 0 0 0
[pid=9199/tid=9215] ppid=9197 vsize=10542072 CPUtime=0.17 cores=1,3,5,7
/proc/9199/task/9215/stat : 9215 (java) S 9197 9199 4454 0 -1 4202560 2085 0 0 0 17 0 0 0 15 0 19 0 902719227 10795081728 16263 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 7 0 0 0
[pid=9199/tid=9216] ppid=9197 vsize=10542072 CPUtime=0 cores=1,3,5,7
/proc/9199/task/9216/stat : 9216 (java) S 9197 9199 4454 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902719227 10795081728 16263 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 1 0 0 0
[pid=9199/tid=9217] ppid=9197 vsize=10542072 CPUtime=0 cores=1,3,5,7
/proc/9199/task/9217/stat : 9217 (java) S 9197 9199 4454 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902719227 10795081728 16263 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284505600 0 4 0 16800975 18446604466786637824 0 0 -1 3 0 0 0
[pid=9199/tid=9218] ppid=9197 vsize=10542072 CPUtime=0 cores=1,3,5,7
/proc/9199/task/9218/stat : 9218 (java) S 9197 9199 4454 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902719238 10795081728 16263 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284505600 0 4 0 16800975 18446604466786637824 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.83
Current children cumulated vsize (KiB) 10542072

[startup+3.10129 s]
/proc/loadavg: 2.07 2.05 1.95 3/214 9218
/proc/meminfo: memFree=274400/32950928 swapFree=67048888/67111528
[pid=9199] ppid=9197 vsize=10542072 CPUtime=3.43 cores=1,3,5,7
/proc/9199/stat : 9199 (java) S 9197 9199 4454 0 -1 4202496 17991 0 1 0 342 1 0 0 25 0 19 0 902719221 10795081728 16306 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9199/statm: 2635518 16306 2247 9 0 2626252 0
[pid=9199/tid=9201] ppid=9197 vsize=10542072 CPUtime=2.98 cores=1,3,5,7
/proc/9199/task/9201/stat : 9201 (java) R 9197 9199 4454 0 -1 4202560 12166 0 1 0 297 1 0 0 25 0 19 0 902719221 10795081728 16306 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 46912505565443 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9199/tid=9202] ppid=9197 vsize=10542072 CPUtime=0 cores=1,3,5,7
/proc/9199/task/9202/stat : 9202 (java) S 9197 9199 4454 0 -1 4202560 160 0 0 0 0 0 0 0 15 0 19 0 902719223 10795081728 16306 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 3 0 0 0
[pid=9199/tid=9203] ppid=9197 vsize=10542072 CPUtime=0 cores=1,3,5,7
/proc/9199/task/9203/stat : 9203 (java) S 9197 9199 4454 0 -1 4202560 255 0 0 0 0 0 0 0 16 0 19 0 902719223 10795081728 16306 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 3 0 0 0
[pid=9199/tid=9204] ppid=9197 vsize=10542072 CPUtime=0 cores=1,3,5,7
/proc/9199/task/9204/stat : 9204 (java) S 9197 9199 4454 0 -1 4202560 122 0 0 0 0 0 0 0 15 0 19 0 902719223 10795081728 16306 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 5 0 0 0
[pid=9199/tid=9205] ppid=9197 vsize=10542072 CPUtime=0 cores=1,3,5,7
/proc/9199/task/9205/stat : 9205 (java) S 9197 9199 4454 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 902719223 10795081728 16306 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 5 0 0 0
[pid=9199/tid=9206] ppid=9197 vsize=10542072 CPUtime=0 cores=1,3,5,7
/proc/9199/task/9206/stat : 9206 (java) S 9197 9199 4454 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902719223 10795081728 16306 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 3 0 0 0
[pid=9199/tid=9207] ppid=9197 vsize=10542072 CPUtime=0 cores=1,3,5,7
/proc/9199/task/9207/stat : 9207 (java) S 9197 9199 4454 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902719223 10795081728 16306 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 5 0 0 0
[pid=9199/tid=9208] ppid=9197 vsize=10542072 CPUtime=0 cores=1,3,5,7
/proc/9199/task/9208/stat : 9208 (java) S 9197 9199 4454 0 -1 4202560 65 0 0 0 0 0 0 0 16 0 19 0 902719223 10795081728 16306 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 5 0 0 0
[pid=9199/tid=9209] ppid=9197 vsize=10542072 CPUtime=0 cores=1,3,5,7
/proc/9199/task/9209/stat : 9209 (java) S 9197 9199 4454 0 -1 4202560 167 0 0 0 0 0 0 0 15 0 19 0 902719223 10795081728 16306 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 3 0 0 0
[pid=9199/tid=9210] ppid=9197 vsize=10542072 CPUtime=0.09 cores=1,3,5,7
/proc/9199/task/9210/stat : 9210 (java) S 9197 9199 4454 0 -1 4202560 509 0 0 0 9 0 0 0 16 0 19 0 902719224 10795081728 16306 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284505600 0 0 0 16800975 18446604466786637824 0 0 -1 1 0 0 0
[pid=9199/tid=9211] ppid=9197 vsize=10542072 CPUtime=0 cores=1,3,5,7
/proc/9199/task/9211/stat : 9211 (java) S 9197 9199 4454 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 902719225 10795081728 16306 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 7 0 0 0
[pid=9199/tid=9212] ppid=9197 vsize=10542072 CPUtime=0 cores=1,3,5,7
/proc/9199/task/9212/stat : 9212 (java) S 9197 9199 4454 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 902719225 10795081728 16306 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 7 0 0 0
[pid=9199/tid=9213] ppid=9197 vsize=10542072 CPUtime=0 cores=1,3,5,7
/proc/9199/task/9213/stat : 9213 (java) S 9197 9199 4454 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902719227 10795081728 16306 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284512689 0 4 0 16800975 18446604466786637824 0 0 -1 1 0 0 0
[pid=9199/tid=9214] ppid=9197 vsize=10542072 CPUtime=0.16 cores=1,3,5,7
/proc/9199/task/9214/stat : 9214 (java) S 9197 9199 4454 0 -1 4202560 1300 0 0 0 16 0 0 0 15 0 19 0 902719227 10795081728 16306 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 5 0 0 0
[pid=9199/tid=9215] ppid=9197 vsize=10542072 CPUtime=0.17 cores=1,3,5,7
/proc/9199/task/9215/stat : 9215 (java) S 9197 9199 4454 0 -1 4202560 2085 0 0 0 17 0 0 0 15 0 19 0 902719227 10795081728 16306 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 7 0 0 0
[pid=9199/tid=9216] ppid=9197 vsize=10542072 CPUtime=0 cores=1,3,5,7
/proc/9199/task/9216/stat : 9216 (java) S 9197 9199 4454 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902719227 10795081728 16306 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 1 0 0 0
[pid=9199/tid=9217] ppid=9197 vsize=10542072 CPUtime=0 cores=1,3,5,7
/proc/9199/task/9217/stat : 9217 (java) S 9197 9199 4454 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902719227 10795081728 16306 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284505600 0 4 0 16800975 18446604466786637824 0 0 -1 3 0 0 0
[pid=9199/tid=9218] ppid=9197 vsize=10542072 CPUtime=0 cores=1,3,5,7
/proc/9199/task/9218/stat : 9218 (java) S 9197 9199 4454 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902719238 10795081728 16306 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284505600 0 4 0 16800975 18446604466786637824 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.43
Current children cumulated vsize (KiB) 10542072

[startup+6.30073 s]
/proc/loadavg: 2.07 2.05 1.95 3/214 9219
/proc/meminfo: memFree=273232/32950928 swapFree=67048888/67111528
[pid=9199] ppid=9197 vsize=10563112 CPUtime=6.97 cores=1,3,5,7
/proc/9199/stat : 9199 (java) S 9197 9199 4454 0 -1 4202496 25265 0 1 0 694 3 0 0 25 0 19 0 902719221 10816626688 21351 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9199/statm: 2640778 21351 2249 9 0 2631512 0
[pid=9199/tid=9201] ppid=9197 vsize=10563112 CPUtime=6.03 cores=1,3,5,7
/proc/9199/task/9201/stat : 9201 (java) R 9197 9199 4454 0 -1 4202560 12182 0 1 0 602 1 0 0 25 0 19 0 902719221 10816626688 21351 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 46912505522535 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9199/tid=9202] ppid=9197 vsize=10563112 CPUtime=0 cores=1,3,5,7
/proc/9199/task/9202/stat : 9202 (java) S 9197 9199 4454 0 -1 4202560 162 0 0 0 0 0 0 0 15 0 19 0 902719223 10816626688 21351 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 3 0 0 0
[pid=9199/tid=9203] ppid=9197 vsize=10563112 CPUtime=0 cores=1,3,5,7
/proc/9199/task/9203/stat : 9203 (java) S 9197 9199 4454 0 -1 4202560 255 0 0 0 0 0 0 0 16 0 19 0 902719223 10816626688 21351 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 5 0 0 0
[pid=9199/tid=9204] ppid=9197 vsize=10563112 CPUtime=0 cores=1,3,5,7
/proc/9199/task/9204/stat : 9204 (java) S 9197 9199 4454 0 -1 4202560 188 0 0 0 0 0 0 0 16 0 19 0 902719223 10816626688 21351 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 3 0 0 0
[pid=9199/tid=9205] ppid=9197 vsize=10563112 CPUtime=0 cores=1,3,5,7
/proc/9199/task/9205/stat : 9205 (java) S 9197 9199 4454 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 902719223 10816626688 21351 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 7 0 0 0
[pid=9199/tid=9206] ppid=9197 vsize=10563112 CPUtime=0 cores=1,3,5,7
/proc/9199/task/9206/stat : 9206 (java) S 9197 9199 4454 0 -1 4202560 35 0 0 0 0 0 0 0 15 0 19 0 902719223 10816626688 21351 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 7 0 0 0
[pid=9199/tid=9207] ppid=9197 vsize=10563112 CPUtime=0 cores=1,3,5,7
/proc/9199/task/9207/stat : 9207 (java) S 9197 9199 4454 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902719223 10816626688 21351 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 5 0 0 0
[pid=9199/tid=9208] ppid=9197 vsize=10563112 CPUtime=0 cores=1,3,5,7
/proc/9199/task/9208/stat : 9208 (java) S 9197 9199 4454 0 -1 4202560 116 0 0 0 0 0 0 0 15 0 19 0 902719223 10816626688 21351 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 5 0 0 0
[pid=9199/tid=9209] ppid=9197 vsize=10563112 CPUtime=0 cores=1,3,5,7
/proc/9199/task/9209/stat : 9209 (java) S 9197 9199 4454 0 -1 4202560 213 0 0 0 0 0 0 0 15 0 19 0 902719223 10816626688 21351 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 7 0 0 0
[pid=9199/tid=9210] ppid=9197 vsize=10563112 CPUtime=0.23 cores=1,3,5,7
/proc/9199/task/9210/stat : 9210 (java) S 9197 9199 4454 0 -1 4202560 605 0 0 0 23 0 0 0 16 0 19 0 902719224 10816626688 21351 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284505600 0 0 0 16800975 18446604466786637824 0 0 -1 1 0 0 0
[pid=9199/tid=9211] ppid=9197 vsize=10563112 CPUtime=0 cores=1,3,5,7
/proc/9199/task/9211/stat : 9211 (java) S 9197 9199 4454 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 902719225 10816626688 21351 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 7 0 0 0
[pid=9199/tid=9212] ppid=9197 vsize=10563112 CPUtime=0 cores=1,3,5,7
/proc/9199/task/9212/stat : 9212 (java) S 9197 9199 4454 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 902719225 10816626688 21351 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 7 0 0 0
[pid=9199/tid=9213] ppid=9197 vsize=10563112 CPUtime=0 cores=1,3,5,7
/proc/9199/task/9213/stat : 9213 (java) S 9197 9199 4454 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902719227 10816626688 21351 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284512689 0 4 0 16800975 18446604466786637824 0 0 -1 1 0 0 0
[pid=9199/tid=9214] ppid=9197 vsize=10563112 CPUtime=0.44 cores=1,3,5,7
/proc/9199/task/9214/stat : 9214 (java) R 9197 9199 4454 0 -1 4202560 8156 0 0 0 44 0 0 0 15 0 19 0 902719227 10816626688 21351 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 47712300087625 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=9199/tid=9215] ppid=9197 vsize=10563112 CPUtime=0.2 cores=1,3,5,7
/proc/9199/task/9215/stat : 9215 (java) S 9197 9199 4454 0 -1 4202560 2190 0 0 0 20 0 0 0 16 0 19 0 902719227 10816626688 21351 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 7 0 0 0
[pid=9199/tid=9216] ppid=9197 vsize=10563112 CPUtime=0 cores=1,3,5,7
/proc/9199/task/9216/stat : 9216 (java) S 9197 9199 4454 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902719227 10816626688 21351 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 1 0 0 0
[pid=9199/tid=9217] ppid=9197 vsize=10563112 CPUtime=0 cores=1,3,5,7
/proc/9199/task/9217/stat : 9217 (java) S 9197 9199 4454 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902719227 10816626688 21351 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284505600 0 4 0 16800975 18446604466786637824 0 0 -1 7 0 0 0
[pid=9199/tid=9218] ppid=9197 vsize=10563112 CPUtime=0 cores=1,3,5,7
/proc/9199/task/9218/stat : 9218 (java) S 9197 9199 4454 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902719238 10816626688 21351 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284505600 0 4 0 16800975 18446604466786637824 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6.97
Current children cumulated vsize (KiB) 10563112

[startup+12.7016 s]

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

/proc/9199/task/9202/stat : 9202 (java) S 9197 9199 4454 0 -1 4202560 166 0 0 0 2 0 0 0 15 0 19 0 902719223 10810658816 20824 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 3 0 0 0
[pid=9199/tid=9203] ppid=9197 vsize=10557284 CPUtime=0.02 cores=1,3,5,7
/proc/9199/task/9203/stat : 9203 (java) S 9197 9199 4454 0 -1 4202560 260 0 0 0 2 0 0 0 16 0 19 0 902719223 10810658816 20824 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 5 0 0 0
[pid=9199/tid=9204] ppid=9197 vsize=10557284 CPUtime=0.02 cores=1,3,5,7
/proc/9199/task/9204/stat : 9204 (java) S 9197 9199 4454 0 -1 4202560 190 0 0 0 2 0 0 0 15 0 19 0 902719223 10810658816 20824 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 7 0 0 0
[pid=9199/tid=9205] ppid=9197 vsize=10557284 CPUtime=0.02 cores=1,3,5,7
/proc/9199/task/9205/stat : 9205 (java) S 9197 9199 4454 0 -1 4202560 10 0 0 0 2 0 0 0 16 0 19 0 902719223 10810658816 20824 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 7 0 0 0
[pid=9199/tid=9206] ppid=9197 vsize=10557284 CPUtime=0.01 cores=1,3,5,7
/proc/9199/task/9206/stat : 9206 (java) S 9197 9199 4454 0 -1 4202560 38 0 0 0 1 0 0 0 15 0 19 0 902719223 10810658816 20824 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 3 0 0 0
[pid=9199/tid=9207] ppid=9197 vsize=10557284 CPUtime=0.02 cores=1,3,5,7
/proc/9199/task/9207/stat : 9207 (java) S 9197 9199 4454 0 -1 4202560 8 0 0 0 2 0 0 0 15 0 19 0 902719223 10810658816 20824 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 3 0 0 0
[pid=9199/tid=9208] ppid=9197 vsize=10557284 CPUtime=0.01 cores=1,3,5,7
/proc/9199/task/9208/stat : 9208 (java) S 9197 9199 4454 0 -1 4202560 120 0 0 0 1 0 0 0 15 0 19 0 902719223 10810658816 20824 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 3 0 0 0
[pid=9199/tid=9209] ppid=9197 vsize=10557284 CPUtime=0.01 cores=1,3,5,7
/proc/9199/task/9209/stat : 9209 (java) S 9197 9199 4454 0 -1 4202560 217 0 0 0 1 0 0 0 15 0 19 0 902719223 10810658816 20824 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 7 0 0 0
[pid=9199/tid=9210] ppid=9197 vsize=10557284 CPUtime=1.11 cores=1,3,5,7
/proc/9199/task/9210/stat : 9210 (java) S 9197 9199 4454 0 -1 4202560 911 0 0 0 111 0 0 0 16 0 19 0 902719224 10810658816 20824 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284505600 0 0 0 16800975 18446604466786637824 0 0 -1 1 0 0 0
[pid=9199/tid=9211] ppid=9197 vsize=10557284 CPUtime=0 cores=1,3,5,7
/proc/9199/task/9211/stat : 9211 (java) S 9197 9199 4454 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 902719225 10810658816 20824 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 7 0 0 0
[pid=9199/tid=9212] ppid=9197 vsize=10557284 CPUtime=0 cores=1,3,5,7
/proc/9199/task/9212/stat : 9212 (java) S 9197 9199 4454 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 902719225 10810658816 20824 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 7 0 0 0
[pid=9199/tid=9213] ppid=9197 vsize=10557284 CPUtime=0 cores=1,3,5,7
/proc/9199/task/9213/stat : 9213 (java) S 9197 9199 4454 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902719227 10810658816 20824 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284512689 0 4 0 16800975 18446604466786637824 0 0 -1 1 0 0 0
[pid=9199/tid=9214] ppid=9197 vsize=10557284 CPUtime=1.48 cores=1,3,5,7
/proc/9199/task/9214/stat : 9214 (java) S 9197 9199 4454 0 -1 4202560 12223 0 0 0 147 1 0 0 15 0 19 0 902719227 10810658816 20824 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 5 0 0 0
[pid=9199/tid=9215] ppid=9197 vsize=10557284 CPUtime=0.24 cores=1,3,5,7
/proc/9199/task/9215/stat : 9215 (java) S 9197 9199 4454 0 -1 4202560 2263 0 0 0 24 0 0 0 15 0 19 0 902719227 10810658816 20824 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 3 0 0 0
[pid=9199/tid=9216] ppid=9197 vsize=10557284 CPUtime=0 cores=1,3,5,7
/proc/9199/task/9216/stat : 9216 (java) S 9197 9199 4454 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902719227 10810658816 20824 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 1 0 0 0
[pid=9199/tid=9217] ppid=9197 vsize=10557284 CPUtime=0 cores=1,3,5,7
/proc/9199/task/9217/stat : 9217 (java) S 9197 9199 4454 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902719227 10810658816 20824 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284505600 0 4 0 16800975 18446604466786637824 0 0 -1 7 0 0 0
[pid=9199/tid=9218] ppid=9197 vsize=10557284 CPUtime=0 cores=1,3,5,7
/proc/9199/task/9218/stat : 9218 (java) S 9197 9199 4454 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902719238 10810658816 20824 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284505600 0 4 0 16800975 18446604466786637824 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 29.82
Current children cumulated vsize (KiB) 10557284

[startup+28.8007 s]
/proc/loadavg: 2.05 2.05 1.95 3/214 9219
/proc/meminfo: memFree=254932/32950928 swapFree=67048888/67111528
[pid=9199] ppid=9197 vsize=10557284 CPUtime=30.62 cores=1,3,5,7
/proc/9199/stat : 9199 (java) S 9197 9199 4454 0 -1 4202496 29814 0 1 0 3058 4 0 0 25 0 19 0 902719221 10810658816 20826 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9199/statm: 2639321 20826 2250 9 0 2630055 0
[pid=9199/tid=9201] ppid=9197 vsize=10557284 CPUtime=27.53 cores=1,3,5,7
/proc/9199/task/9201/stat : 9201 (java) R 9197 9199 4454 0 -1 4202560 12253 0 1 0 2752 1 0 0 25 0 19 0 902719221 10810658816 20826 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 46912505559703 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9199/tid=9202] ppid=9197 vsize=10557284 CPUtime=0.02 cores=1,3,5,7
/proc/9199/task/9202/stat : 9202 (java) S 9197 9199 4454 0 -1 4202560 166 0 0 0 2 0 0 0 15 0 19 0 902719223 10810658816 20826 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 3 0 0 0
[pid=9199/tid=9203] ppid=9197 vsize=10557284 CPUtime=0.02 cores=1,3,5,7
/proc/9199/task/9203/stat : 9203 (java) S 9197 9199 4454 0 -1 4202560 260 0 0 0 2 0 0 0 15 0 19 0 902719223 10810658816 20826 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 3 0 0 0
[pid=9199/tid=9204] ppid=9197 vsize=10557284 CPUtime=0.02 cores=1,3,5,7
/proc/9199/task/9204/stat : 9204 (java) S 9197 9199 4454 0 -1 4202560 190 0 0 0 2 0 0 0 15 0 19 0 902719223 10810658816 20826 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 7 0 0 0
[pid=9199/tid=9205] ppid=9197 vsize=10557284 CPUtime=0.02 cores=1,3,5,7
/proc/9199/task/9205/stat : 9205 (java) S 9197 9199 4454 0 -1 4202560 10 0 0 0 2 0 0 0 15 0 19 0 902719223 10810658816 20826 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 7 0 0 0
[pid=9199/tid=9206] ppid=9197 vsize=10557284 CPUtime=0.01 cores=1,3,5,7
/proc/9199/task/9206/stat : 9206 (java) S 9197 9199 4454 0 -1 4202560 38 0 0 0 1 0 0 0 16 0 19 0 902719223 10810658816 20826 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 5 0 0 0
[pid=9199/tid=9207] ppid=9197 vsize=10557284 CPUtime=0.02 cores=1,3,5,7
/proc/9199/task/9207/stat : 9207 (java) S 9197 9199 4454 0 -1 4202560 8 0 0 0 2 0 0 0 15 0 19 0 902719223 10810658816 20826 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 3 0 0 0
[pid=9199/tid=9208] ppid=9197 vsize=10557284 CPUtime=0.02 cores=1,3,5,7
/proc/9199/task/9208/stat : 9208 (java) S 9197 9199 4454 0 -1 4202560 122 0 0 0 2 0 0 0 15 0 19 0 902719223 10810658816 20826 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 3 0 0 0
[pid=9199/tid=9209] ppid=9197 vsize=10557284 CPUtime=0.01 cores=1,3,5,7
/proc/9199/task/9209/stat : 9209 (java) S 9197 9199 4454 0 -1 4202560 217 0 0 0 1 0 0 0 15 0 19 0 902719223 10810658816 20826 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 7 0 0 0
[pid=9199/tid=9210] ppid=9197 vsize=10557284 CPUtime=1.14 cores=1,3,5,7
/proc/9199/task/9210/stat : 9210 (java) S 9197 9199 4454 0 -1 4202560 911 0 0 0 114 0 0 0 16 0 19 0 902719224 10810658816 20826 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284505600 0 0 0 16800975 18446604466786637824 0 0 -1 1 0 0 0
[pid=9199/tid=9211] ppid=9197 vsize=10557284 CPUtime=0 cores=1,3,5,7
/proc/9199/task/9211/stat : 9211 (java) S 9197 9199 4454 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 902719225 10810658816 20826 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 7 0 0 0
[pid=9199/tid=9212] ppid=9197 vsize=10557284 CPUtime=0 cores=1,3,5,7
/proc/9199/task/9212/stat : 9212 (java) S 9197 9199 4454 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 902719225 10810658816 20826 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 7 0 0 0
[pid=9199/tid=9213] ppid=9197 vsize=10557284 CPUtime=0 cores=1,3,5,7
/proc/9199/task/9213/stat : 9213 (java) S 9197 9199 4454 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902719227 10810658816 20826 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284512689 0 4 0 16800975 18446604466786637824 0 0 -1 1 0 0 0
[pid=9199/tid=9214] ppid=9197 vsize=10557284 CPUtime=1.48 cores=1,3,5,7
/proc/9199/task/9214/stat : 9214 (java) S 9197 9199 4454 0 -1 4202560 12223 0 0 0 147 1 0 0 15 0 19 0 902719227 10810658816 20826 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 5 0 0 0
[pid=9199/tid=9215] ppid=9197 vsize=10557284 CPUtime=0.24 cores=1,3,5,7
/proc/9199/task/9215/stat : 9215 (java) S 9197 9199 4454 0 -1 4202560 2263 0 0 0 24 0 0 0 15 0 19 0 902719227 10810658816 20826 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 3 0 0 0
[pid=9199/tid=9216] ppid=9197 vsize=10557284 CPUtime=0 cores=1,3,5,7
/proc/9199/task/9216/stat : 9216 (java) S 9197 9199 4454 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902719227 10810658816 20826 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 1 0 0 0
[pid=9199/tid=9217] ppid=9197 vsize=10557284 CPUtime=0 cores=1,3,5,7
/proc/9199/task/9217/stat : 9217 (java) S 9197 9199 4454 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902719227 10810658816 20826 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284505600 0 4 0 16800975 18446604466786637824 0 0 -1 7 0 0 0
[pid=9199/tid=9218] ppid=9197 vsize=10557284 CPUtime=0 cores=1,3,5,7
/proc/9199/task/9218/stat : 9218 (java) S 9197 9199 4454 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902719238 10810658816 20826 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284505600 0 4 0 16800975 18446604466786637824 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 30.62
Current children cumulated vsize (KiB) 10557284

[startup+29.0007 s]
/proc/loadavg: 2.05 2.05 1.95 3/214 9219
/proc/meminfo: memFree=254932/32950928 swapFree=67048888/67111528
[pid=9199] ppid=9197 vsize=10557284 CPUtime=30.82 cores=1,3,5,7
/proc/9199/stat : 9199 (java) S 9197 9199 4454 0 -1 4202496 29814 0 1 0 3078 4 0 0 25 0 19 0 902719221 10810658816 20826 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9199/statm: 2639321 20826 2250 9 0 2630055 0
[pid=9199/tid=9201] ppid=9197 vsize=10557284 CPUtime=27.73 cores=1,3,5,7
/proc/9199/task/9201/stat : 9201 (java) R 9197 9199 4454 0 -1 4202560 12253 0 1 0 2772 1 0 0 25 0 19 0 902719221 10810658816 20826 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 46912505585344 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9199/tid=9202] ppid=9197 vsize=10557284 CPUtime=0.02 cores=1,3,5,7
/proc/9199/task/9202/stat : 9202 (java) S 9197 9199 4454 0 -1 4202560 166 0 0 0 2 0 0 0 15 0 19 0 902719223 10810658816 20826 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 3 0 0 0
[pid=9199/tid=9203] ppid=9197 vsize=10557284 CPUtime=0.02 cores=1,3,5,7
/proc/9199/task/9203/stat : 9203 (java) S 9197 9199 4454 0 -1 4202560 260 0 0 0 2 0 0 0 15 0 19 0 902719223 10810658816 20826 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 3 0 0 0
[pid=9199/tid=9204] ppid=9197 vsize=10557284 CPUtime=0.02 cores=1,3,5,7
/proc/9199/task/9204/stat : 9204 (java) S 9197 9199 4454 0 -1 4202560 190 0 0 0 2 0 0 0 15 0 19 0 902719223 10810658816 20826 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 7 0 0 0
[pid=9199/tid=9205] ppid=9197 vsize=10557284 CPUtime=0.02 cores=1,3,5,7
/proc/9199/task/9205/stat : 9205 (java) S 9197 9199 4454 0 -1 4202560 10 0 0 0 2 0 0 0 15 0 19 0 902719223 10810658816 20826 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 7 0 0 0
[pid=9199/tid=9206] ppid=9197 vsize=10557284 CPUtime=0.01 cores=1,3,5,7
/proc/9199/task/9206/stat : 9206 (java) S 9197 9199 4454 0 -1 4202560 38 0 0 0 1 0 0 0 16 0 19 0 902719223 10810658816 20826 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 5 0 0 0
[pid=9199/tid=9207] ppid=9197 vsize=10557284 CPUtime=0.02 cores=1,3,5,7
/proc/9199/task/9207/stat : 9207 (java) S 9197 9199 4454 0 -1 4202560 8 0 0 0 2 0 0 0 15 0 19 0 902719223 10810658816 20826 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 3 0 0 0
[pid=9199/tid=9208] ppid=9197 vsize=10557284 CPUtime=0.02 cores=1,3,5,7
/proc/9199/task/9208/stat : 9208 (java) S 9197 9199 4454 0 -1 4202560 122 0 0 0 2 0 0 0 15 0 19 0 902719223 10810658816 20826 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 3 0 0 0
[pid=9199/tid=9209] ppid=9197 vsize=10557284 CPUtime=0.01 cores=1,3,5,7
/proc/9199/task/9209/stat : 9209 (java) S 9197 9199 4454 0 -1 4202560 217 0 0 0 1 0 0 0 15 0 19 0 902719223 10810658816 20826 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 7 0 0 0
[pid=9199/tid=9210] ppid=9197 vsize=10557284 CPUtime=1.14 cores=1,3,5,7
/proc/9199/task/9210/stat : 9210 (java) S 9197 9199 4454 0 -1 4202560 911 0 0 0 114 0 0 0 16 0 19 0 902719224 10810658816 20826 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284505600 0 0 0 16800975 18446604466786637824 0 0 -1 1 0 0 0
[pid=9199/tid=9211] ppid=9197 vsize=10557284 CPUtime=0 cores=1,3,5,7
/proc/9199/task/9211/stat : 9211 (java) S 9197 9199 4454 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 902719225 10810658816 20826 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 7 0 0 0
[pid=9199/tid=9212] ppid=9197 vsize=10557284 CPUtime=0 cores=1,3,5,7
/proc/9199/task/9212/stat : 9212 (java) S 9197 9199 4454 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 902719225 10810658816 20826 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 7 0 0 0
[pid=9199/tid=9213] ppid=9197 vsize=10557284 CPUtime=0 cores=1,3,5,7
/proc/9199/task/9213/stat : 9213 (java) S 9197 9199 4454 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902719227 10810658816 20826 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284512689 0 4 0 16800975 18446604466786637824 0 0 -1 1 0 0 0
[pid=9199/tid=9214] ppid=9197 vsize=10557284 CPUtime=1.48 cores=1,3,5,7
/proc/9199/task/9214/stat : 9214 (java) S 9197 9199 4454 0 -1 4202560 12223 0 0 0 147 1 0 0 15 0 19 0 902719227 10810658816 20826 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 5 0 0 0
[pid=9199/tid=9215] ppid=9197 vsize=10557284 CPUtime=0.24 cores=1,3,5,7
/proc/9199/task/9215/stat : 9215 (java) S 9197 9199 4454 0 -1 4202560 2263 0 0 0 24 0 0 0 15 0 19 0 902719227 10810658816 20826 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 3 0 0 0
[pid=9199/tid=9216] ppid=9197 vsize=10557284 CPUtime=0 cores=1,3,5,7
/proc/9199/task/9216/stat : 9216 (java) S 9197 9199 4454 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902719227 10810658816 20826 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 1 0 0 0
[pid=9199/tid=9217] ppid=9197 vsize=10557284 CPUtime=0 cores=1,3,5,7
/proc/9199/task/9217/stat : 9217 (java) S 9197 9199 4454 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902719227 10810658816 20826 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284505600 0 4 0 16800975 18446604466786637824 0 0 -1 7 0 0 0
[pid=9199/tid=9218] ppid=9197 vsize=10557284 CPUtime=0 cores=1,3,5,7
/proc/9199/task/9218/stat : 9218 (java) S 9197 9199 4454 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902719238 10810658816 20826 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284505600 0 4 0 16800975 18446604466786637824 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 30.82
Current children cumulated vsize (KiB) 10557284

[startup+29.1007 s]
/proc/loadavg: 2.05 2.05 1.95 3/214 9219
/proc/meminfo: memFree=254932/32950928 swapFree=67048888/67111528
[pid=9199] ppid=9197 vsize=10557284 CPUtime=30.92 cores=1,3,5,7
/proc/9199/stat : 9199 (java) S 9197 9199 4454 0 -1 4202496 29815 0 1 0 3088 4 0 0 25 0 19 0 902719221 10810658816 20826 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9199/statm: 2639321 20826 2250 9 0 2630055 0
[pid=9199/tid=9201] ppid=9197 vsize=10557284 CPUtime=27.81 cores=1,3,5,7
/proc/9199/task/9201/stat : 9201 (java) R 9197 9199 4454 0 -1 4202560 12254 0 1 0 2780 1 0 0 25 0 19 0 902719221 10810658816 20826 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 46912505559711 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9199/tid=9202] ppid=9197 vsize=10557284 CPUtime=0.02 cores=1,3,5,7
/proc/9199/task/9202/stat : 9202 (java) S 9197 9199 4454 0 -1 4202560 166 0 0 0 2 0 0 0 15 0 19 0 902719223 10810658816 20826 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 3 0 0 0
[pid=9199/tid=9203] ppid=9197 vsize=10557284 CPUtime=0.02 cores=1,3,5,7
/proc/9199/task/9203/stat : 9203 (java) S 9197 9199 4454 0 -1 4202560 260 0 0 0 2 0 0 0 15 0 19 0 902719223 10810658816 20826 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 3 0 0 0
[pid=9199/tid=9204] ppid=9197 vsize=10557284 CPUtime=0.02 cores=1,3,5,7
/proc/9199/task/9204/stat : 9204 (java) S 9197 9199 4454 0 -1 4202560 190 0 0 0 2 0 0 0 15 0 19 0 902719223 10810658816 20826 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 7 0 0 0
[pid=9199/tid=9205] ppid=9197 vsize=10557284 CPUtime=0.02 cores=1,3,5,7
/proc/9199/task/9205/stat : 9205 (java) S 9197 9199 4454 0 -1 4202560 10 0 0 0 2 0 0 0 15 0 19 0 902719223 10810658816 20826 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 7 0 0 0
[pid=9199/tid=9206] ppid=9197 vsize=10557284 CPUtime=0.01 cores=1,3,5,7
/proc/9199/task/9206/stat : 9206 (java) S 9197 9199 4454 0 -1 4202560 38 0 0 0 1 0 0 0 15 0 19 0 902719223 10810658816 20826 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 5 0 0 0
[pid=9199/tid=9207] ppid=9197 vsize=10557284 CPUtime=0.02 cores=1,3,5,7
/proc/9199/task/9207/stat : 9207 (java) S 9197 9199 4454 0 -1 4202560 8 0 0 0 2 0 0 0 15 0 19 0 902719223 10810658816 20826 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 3 0 0 0
[pid=9199/tid=9208] ppid=9197 vsize=10557284 CPUtime=0.02 cores=1,3,5,7
/proc/9199/task/9208/stat : 9208 (java) S 9197 9199 4454 0 -1 4202560 122 0 0 0 2 0 0 0 15 0 19 0 902719223 10810658816 20826 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 7 0 0 0
[pid=9199/tid=9209] ppid=9197 vsize=10557284 CPUtime=0.01 cores=1,3,5,7
/proc/9199/task/9209/stat : 9209 (java) S 9197 9199 4454 0 -1 4202560 217 0 0 0 1 0 0 0 15 0 19 0 902719223 10810658816 20826 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 7 0 0 0
[pid=9199/tid=9210] ppid=9197 vsize=10557284 CPUtime=1.15 cores=1,3,5,7
/proc/9199/task/9210/stat : 9210 (java) S 9197 9199 4454 0 -1 4202560 911 0 0 0 115 0 0 0 16 0 19 0 902719224 10810658816 20826 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284505600 0 0 0 16800975 18446604466786637824 0 0 -1 1 0 0 0
[pid=9199/tid=9211] ppid=9197 vsize=10557284 CPUtime=0 cores=1,3,5,7
/proc/9199/task/9211/stat : 9211 (java) S 9197 9199 4454 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 902719225 10810658816 20826 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 7 0 0 0
[pid=9199/tid=9212] ppid=9197 vsize=10557284 CPUtime=0 cores=1,3,5,7
/proc/9199/task/9212/stat : 9212 (java) S 9197 9199 4454 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 902719225 10810658816 20826 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 7 0 0 0
[pid=9199/tid=9213] ppid=9197 vsize=10557284 CPUtime=0 cores=1,3,5,7
/proc/9199/task/9213/stat : 9213 (java) S 9197 9199 4454 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902719227 10810658816 20826 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284512689 0 4 0 16800975 18446604466786637824 0 0 -1 1 0 0 0
[pid=9199/tid=9214] ppid=9197 vsize=10557284 CPUtime=1.48 cores=1,3,5,7
/proc/9199/task/9214/stat : 9214 (java) S 9197 9199 4454 0 -1 4202560 12223 0 0 0 147 1 0 0 15 0 19 0 902719227 10810658816 20826 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 5 0 0 0
[pid=9199/tid=9215] ppid=9197 vsize=10557284 CPUtime=0.24 cores=1,3,5,7
/proc/9199/task/9215/stat : 9215 (java) S 9197 9199 4454 0 -1 4202560 2263 0 0 0 24 0 0 0 15 0 19 0 902719227 10810658816 20826 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 3 0 0 0
[pid=9199/tid=9216] ppid=9197 vsize=10557284 CPUtime=0 cores=1,3,5,7
/proc/9199/task/9216/stat : 9216 (java) S 9197 9199 4454 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902719227 10810658816 20826 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284504985 0 4 0 16800975 18446604466786637824 0 0 -1 1 0 0 0
[pid=9199/tid=9217] ppid=9197 vsize=10557284 CPUtime=0 cores=1,3,5,7
/proc/9199/task/9217/stat : 9217 (java) S 9197 9199 4454 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902719227 10810658816 20826 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284505600 0 4 0 16800975 18446604466786637824 0 0 -1 7 0 0 0
[pid=9199/tid=9218] ppid=9197 vsize=10557284 CPUtime=0 cores=1,3,5,7
/proc/9199/task/9218/stat : 9218 (java) S 9197 9199 4454 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902719238 10810658816 20826 33554432000 1073741824 1073778376 140735253351584 18446744073709551615 268284505600 0 4 0 16800975 18446604466786637824 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 30.92
Current children cumulated vsize (KiB) 10557284

Child status: 30
Real time (s): 29.1158
CPU time (s): 30.9493
CPU user time (s): 30.8943
CPU system time (s): 0.054991
CPU usage (%): 106.297
Max. virtual memory (cumulated for all children) (KiB): 10566128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.8943
system time used= 0.054991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29841
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3393
involuntary context switches= 1362

runsolver used 0.052991 second user time and 0.114982 second system time

The end

Launcher Data

Begin job on node122 at 2011-06-12 22:40:04
IDJOB=3492740
IDBENCH=79253
IDSOLVER=1982
FILE ID=node122/3492740-1307911204
RUNJOBID= node122-1307908902-7264
PBS_JOBID= 13559584
Free space on /var/tmp= 2884 MiB

SOLVER NAME= Sat4j Resolution 2011-06-08
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111222539--soft-0-100-0.wbo
COMMAND LINE= java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3492740-1307911204/watcher-3492740-1307911204 -o /var/tmp/evaluation-result-3492740-1307911204/solver-3492740-1307911204 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492740-1307911204.wbo

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

MD5SUM BENCH= 2cb7ef9d897234b1b8519dd953c1d1e7
RANDOM SEED=2123946126

node122.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.64
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:        332020 kB
Buffers:         65700 kB
Cached:       30384432 kB
SwapCached:      14964 kB
Active:       16573368 kB
Inactive:     15094496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:        332020 kB
SwapTotal:    67111528 kB
SwapFree:     67048888 kB
Dirty:             112 kB
Writeback:           4 kB
AnonPages:     1214852 kB
Mapped:          17372 kB
Slab:           884228 kB
PageTables:       7208 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 10554500 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2884 MiB
End job on node122 at 2011-06-12 22:40:34