Trace number 3718103

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 PB 2012-05-28OPTIMUM 145.19 143.45

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900576151--soft-33-100-0.wbo
MD5SUMa6a99f7cb7296aed3ef8f4a1cd1ac483
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark72.388
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints1777
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 90281
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 90280
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 697
Number of bits of the biggest sum of numbers10
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.05/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.09	c See www.sat4j.org for details.
0.05/0.09	c version 2.3.2.v20120528
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		501472288
0.05/0.09	c Max memory 		7480803328
0.05/0.09	c Total memory 		504102912
0.05/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3718103-1338251946.wbo
0.09/0.12	c reading problem ... 
0.46/0.32	c ... done. Wall clock time 0.198s.
0.46/0.32	c declared #vars     231
0.46/0.32	c internal #vars     2008
0.46/0.32	c #constraints  2707
0.46/0.32	c constraints type 
0.46/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2606
0.46/0.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
0.46/0.32	c ignored satisfied constraints => 1
0.46/0.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 78
0.46/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 16
0.46/0.32	c 2708 constraints processed.
0.46/0.32	c objective function length is 1777 literals
0.75/0.46	c SATISFIABLE
0.75/0.46	c OPTIMIZING...
0.75/0.46	c Got one! Elapsed wall clock time (in seconds):0.342
0.75/0.46	o 716
1.06/0.52	c Got one! Elapsed wall clock time (in seconds):0.397
1.06/0.52	o 575
1.06/0.55	c Got one! Elapsed wall clock time (in seconds):0.427
1.06/0.55	o 567
1.06/0.57	c Got one! Elapsed wall clock time (in seconds):0.448
1.06/0.57	o 332
1.06/0.59	c Got one! Elapsed wall clock time (in seconds):0.467
1.06/0.59	o 276
1.36/0.61	c Got one! Elapsed wall clock time (in seconds):0.489
1.36/0.61	o 260
1.36/0.66	c Got one! Elapsed wall clock time (in seconds):0.545
1.36/0.66	o 239
1.36/0.67	c Got one! Elapsed wall clock time (in seconds):0.556
1.36/0.67	o 186
1.62/0.71	c Got one! Elapsed wall clock time (in seconds):0.587
1.62/0.71	o 158
1.62/0.79	c Got one! Elapsed wall clock time (in seconds):0.67
1.62/0.79	o 149
1.73/0.89	c Got one! Elapsed wall clock time (in seconds):0.769
1.73/0.89	o 144
1.83/0.90	c Got one! Elapsed wall clock time (in seconds):0.779
1.83/0.90	o 138
1.83/0.97	c Got one! Elapsed wall clock time (in seconds):0.855
1.83/0.97	o 137
1.83/1.00	c Got one! Elapsed wall clock time (in seconds):0.877
1.83/1.00	o 125
2.07/1.13	c Got one! Elapsed wall clock time (in seconds):1.013
2.07/1.13	o 119
2.07/1.16	c Got one! Elapsed wall clock time (in seconds):1.038
2.07/1.16	o 113
2.07/1.16	c Got one! Elapsed wall clock time (in seconds):1.042
2.07/1.16	o 110
2.07/1.19	c Got one! Elapsed wall clock time (in seconds):1.075
2.07/1.19	o 107
2.16/1.22	c Got one! Elapsed wall clock time (in seconds):1.104
2.16/1.22	o 104
2.16/1.28	c Got one! Elapsed wall clock time (in seconds):1.158
2.16/1.28	o 99
2.26/1.36	c Got one! Elapsed wall clock time (in seconds):1.246
2.26/1.36	o 85
2.36/1.41	c Got one! Elapsed wall clock time (in seconds):1.289
2.36/1.41	o 71
2.36/1.49	c Got one! Elapsed wall clock time (in seconds):1.371
2.36/1.49	o 63
2.46/1.53	c Got one! Elapsed wall clock time (in seconds):1.414
2.46/1.53	o 61
2.90/1.92	c cleaning 5810 clauses out of 11620 with flag 18830/11620
3.16/2.11	c Got one! Elapsed wall clock time (in seconds):1.995
3.16/2.11	o 60
3.56/2.51	c cleaning 5657 clauses out of 11340 with flag 28246/17150
3.96/2.92	c Got one! Elapsed wall clock time (in seconds):2.806
3.96/2.92	o 59
3.96/2.94	c Got one! Elapsed wall clock time (in seconds):2.823
3.96/2.94	o 56
4.16/3.10	c Got one! Elapsed wall clock time (in seconds):2.978
4.16/3.10	o 46
4.16/3.18	c Got one! Elapsed wall clock time (in seconds):3.059
4.16/3.18	o 41
4.27/3.22	c Got one! Elapsed wall clock time (in seconds):3.103
4.27/3.22	o 34
4.38/3.31	c cleaning 6841 clauses out of 13694 with flag 9461/25161
4.38/3.36	c Got one! Elapsed wall clock time (in seconds):3.242
4.38/3.36	o 23
4.61/3.54	c Got one! Elapsed wall clock time (in seconds):3.426
4.61/3.54	o 17
4.81/3.77	c cleaning 6632 clauses out of 13273 with flag 28252/31581
5.23/4.18	c cleaning 6320 clauses out of 12641 with flag 67139/37581
5.56/4.45	c Got one! Elapsed wall clock time (in seconds):4.331
5.56/4.45	o 16
5.69/4.53	c cleaning 5662 clauses out of 11331 with flag 11580/42591
6.01/4.82	c Got one! Elapsed wall clock time (in seconds):4.697
6.01/4.82	o 13
6.11/4.90	c cleaning 5481 clauses out of 10975 with flag 11493/47897
6.53/5.35	c cleaning 5742 clauses out of 11495 with flag 58895/53898
7.03/5.80	c cleaning 6370 clauses out of 12752 with flag 106938/60897
7.54/6.35	c cleaning 7182 clauses out of 14382 with flag 167834/68897
7.65/6.42	c Got one! Elapsed wall clock time (in seconds):6.299
7.65/6.42	o 12
8.05/6.83	c cleaning 6410 clauses out of 12836 with flag 57388/74533
8.36/7.19	c Got one! Elapsed wall clock time (in seconds):7.075
8.36/7.19	o 10
8.46/7.27	c cleaning 6169 clauses out of 12357 with flag 9678/80464
8.66/7.41	c Got one! Elapsed wall clock time (in seconds):7.288
8.66/7.41	o 8
8.87/7.66	c cleaning 5611 clauses out of 11233 with flag 34219/85509
8.99/7.77	c Got one! Elapsed wall clock time (in seconds):7.652
8.99/7.77	o 7
9.28/8.09	c cleaning 5457 clauses out of 10927 with flag 43342/90814
9.68/8.50	c cleaning 5719 clauses out of 11471 with flag 93322/96815
9.99/8.78	c Got one! Elapsed wall clock time (in seconds):8.662
9.99/8.78	o 4
10.09/8.87	c cleaning 5574 clauses out of 11155 with flag 11489/102218
10.58/9.37	c cleaning 5778 clauses out of 11581 with flag 80180/108218
11.09/9.87	c cleaning 6396 clauses out of 12802 with flag 147566/115217
11.58/10.30	c Got one! Elapsed wall clock time (in seconds):10.181
11.58/10.30	o 3
11.88/10.69	c cleaning 9086 clauses out of 18191 with flag 53853/127002
12.38/11.10	c cleaning 7544 clauses out of 15107 with flag 102244/133004
12.91/11.67	c cleaning 7276 clauses out of 14563 with flag 168856/140004
13.53/12.23	c cleaning 7633 clauses out of 15284 with flag 235582/148001
13.53/12.29	c Got one! Elapsed wall clock time (in seconds):12.173
13.53/12.29	o 2
13.92/12.69	c cleaning 6692 clauses out of 13402 with flag 55638/153752
14.13/12.87	c Got one! Elapsed wall clock time (in seconds):12.755
14.13/12.87	o 1
14.43/13.13	c cleaning 6308 clauses out of 12623 with flag 38208/159665
14.95/13.68	c cleaning 6147 clauses out of 12314 with flag 109987/165664
15.55/14.23	c cleaning 6582 clauses out of 13167 with flag 181747/172664
16.25/14.92	c cleaning 7289 clauses out of 14585 with flag 256448/180664
16.95/15.64	c cleaning 8140 clauses out of 16298 with flag 333926/189666
17.77/16.42	c cleaning 9071 clauses out of 18158 with flag 420608/199666
18.67/17.30	c cleaning 10043 clauses out of 20087 with flag 514357/210666
19.67/18.36	c cleaning 11018 clauses out of 22045 with flag 620431/222667
20.88/19.53	c cleaning 12011 clauses out of 24025 with flag 736306/235665
21.99/20.69	c cleaning 12998 clauses out of 26013 with flag 850784/249665
23.20/21.83	c cleaning 13993 clauses out of 28015 with flag 971426/264665
24.62/23.22	c cleaning 15006 clauses out of 30022 with flag 1104599/280665
26.25/24.81	c cleaning 16000 clauses out of 32015 with flag 1242776/297664
27.97/26.56	c cleaning 17005 clauses out of 34015 with flag 1392548/315664
29.89/28.45	c cleaning 17997 clauses out of 36012 with flag 1561435/334666
31.79/30.34	c cleaning 19000 clauses out of 38012 with flag 1732086/354664
33.69/32.22	c cleaning 19997 clauses out of 40013 with flag 1900540/375665
35.90/34.45	c cleaning 20994 clauses out of 42019 with flag 2086329/397668
38.10/36.67	c cleaning 21990 clauses out of 44022 with flag 2276278/420665
40.80/39.34	c cleaning 23002 clauses out of 46030 with flag 2494527/444664
43.61/42.13	c cleaning 24013 clauses out of 48028 with flag 2687097/469664
46.62/45.11	c cleaning 25004 clauses out of 50015 with flag 2899029/495664
49.95/48.44	c cleaning 25996 clauses out of 52011 with flag 3129094/522664
53.67/52.10	c cleaning 26995 clauses out of 54018 with flag 3386017/550667
57.47/55.99	c cleaning 28005 clauses out of 56020 with flag 3658141/579664
61.39/59.88	c cleaning 29001 clauses out of 58016 with flag 3927723/609665
64.81/63.21	c cleaning 29976 clauses out of 60014 with flag 4171745/640665
68.22/66.62	c cleaning 31006 clauses out of 62036 with flag 4420549/672664
71.93/70.37	c cleaning 32010 clauses out of 64030 with flag 4690159/705664
76.33/74.72	c cleaning 33005 clauses out of 66020 with flag 4958544/739665
80.73/79.13	c cleaning 34002 clauses out of 68014 with flag 5236803/774665
85.03/83.47	c cleaning 35000 clauses out of 70013 with flag 5510372/810666
89.94/88.33	c cleaning 35997 clauses out of 72011 with flag 5802429/847664
94.85/93.27	c cleaning 36991 clauses out of 74015 with flag 6114958/885665
99.87/98.25	c cleaning 37998 clauses out of 76025 with flag 6429226/924666
105.00/103.35	c cleaning 39007 clauses out of 78024 with flag 6754003/964664
110.92/109.25	c cleaning 39986 clauses out of 80016 with flag 7109251/1005665
117.03/115.40	c cleaning 41008 clauses out of 82030 with flag 7472679/1047666
123.34/121.62	c cleaning 42001 clauses out of 84021 with flag 7844883/1090666
129.65/128.00	c cleaning 43005 clauses out of 86020 with flag 8206670/1134666
136.65/134.92	c cleaning 43998 clauses out of 88010 with flag 8589340/1179664
143.86/142.14	c cleaning 45003 clauses out of 90011 with flag 8969155/1225664
145.19/143.44	c starts		: 213
145.19/143.44	c conflicts		: 1235142
145.19/143.44	c decisions		: 1561407
145.19/143.44	c propagations		: 52301420
145.19/143.44	c inspects		: 2068502034
145.19/143.44	c shortcuts		: 0
145.19/143.44	c learnt literals	: 36
145.19/143.44	c learnt binary clauses	: 32
145.19/143.44	c learnt ternary clauses	: 174
145.19/143.44	c learnt constraints	: 1235105
145.19/143.44	c ignored constraints	: 0
145.19/143.44	c root simplifications	: 0
145.19/143.44	c removed literals (reason simplification)	: 0
145.19/143.44	c reason swapping (by a shorter reason)	: 0
145.19/143.44	c Calls to reduceDB	: 65
145.19/143.44	c Number of update (reduction) of LBD	: 332058
145.19/143.44	c number of reductions to clauses (during analyze)	: 0
145.19/143.44	c number of learned constraints concerned by reduction	: 0
145.19/143.44	c number of learning phase by resolution	: 0
145.19/143.44	c number of learning phase by cutting planes	: 0
145.19/143.44	c speed (assignments/second)	: 365480.94728971436
145.19/143.44	c non guided choices	5011
145.19/143.44	c learnt constraints type 
145.19/143.44	c constraints type 
145.19/143.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2606
145.19/143.44	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
145.19/143.44	c ignored satisfied constraints => 1
145.19/143.44	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 78
145.19/143.44	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 16
145.19/143.44	c 2708 constraints processed.
145.19/143.44	s OPTIMUM FOUND
145.19/143.44	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 -x170 -x171 -x172 -x173 -x174 -x175 -x176 x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 x221 -x222 -x223 -x224 -x225 x226 -x227 -x228 -x229 -x230 -x231 
145.19/143.44	c objective function=1
145.19/143.44	c Total wall clock time (in seconds): 143.324

Verifier Data

OK	1

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 /tmp/evaluation-result-3718103-1338251946/watcher-3718103-1338251946 -o /tmp/evaluation-result-3718103-1338251946/solver-3718103-1338251946 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3718103-1338251946.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.05 2.14 2.07 3/194 17121
/proc/meminfo: memFree=31876020/32873844 swapFree=6872/6872
[pid=17121] ppid=17119 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/17121/stat : 17121 (java) D 17119 17121 13427 0 -1 4202496 247 0 0 0 0 0 0 0 20 0 1 0 291323138 9515008 182 33554432000 1073741824 1073778376 140733340231744 140733340222776 270118239925 0 0 4096 0 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/17121/statm: 2323 182 140 9 0 71 0

[startup+0.0846321 s]
/proc/loadavg: 2.05 2.14 2.07 3/194 17121
/proc/meminfo: memFree=31876020/32873844 swapFree=6872/6872
[pid=17121] ppid=17119 vsize=9558416 CPUtime=0.05 cores=1,3,5,7
/proc/17121/stat : 17121 (java) S 17119 17121 13427 0 -1 4202496 3333 0 1 0 5 0 0 0 20 0 18 0 291323138 9787817984 4543 33554432000 1073741824 1073778376 140733573867216 140733573858352 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17121/statm: 2389604 4543 1772 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558416

[startup+0.100332 s]
/proc/loadavg: 2.05 2.14 2.07 3/194 17121
/proc/meminfo: memFree=31876020/32873844 swapFree=6872/6872
[pid=17121] ppid=17119 vsize=9558416 CPUtime=0.09 cores=1,3,5,7
/proc/17121/stat : 17121 (java) S 17119 17121 13427 0 -1 4202496 4239 0 1 0 8 1 0 0 20 0 18 0 291323138 9787817984 5442 33554432000 1073741824 1073778376 140733573867216 140733573858352 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17121/statm: 2389604 5447 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558416

[startup+0.300254 s]
/proc/loadavg: 2.05 2.14 2.07 3/194 17121
/proc/meminfo: memFree=31876020/32873844 swapFree=6872/6872
[pid=17121] ppid=17119 vsize=9558416 CPUtime=0.46 cores=1,3,5,7
/proc/17121/stat : 17121 (java) S 17119 17121 13427 0 -1 4202496 5723 0 1 0 45 1 0 0 20 0 18 0 291323138 9787817984 8258 33554432000 1073741824 1073778376 140733573867216 140733573858352 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17121/statm: 2389604 8258 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558416

[startup+0.700259 s]
/proc/loadavg: 2.05 2.14 2.07 3/194 17121
/proc/meminfo: memFree=31876020/32873844 swapFree=6872/6872
[pid=17121] ppid=17119 vsize=9624980 CPUtime=1.62 cores=1,3,5,7
/proc/17121/stat : 17121 (java) S 17119 17121 13427 0 -1 4202496 11769 0 1 0 159 3 0 0 20 0 19 0 291323138 9855979520 13026 33554432000 1073741824 1073778376 140733573867216 140733573858352 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17121/statm: 2406245 13026 2250 9 0 2396937 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 9624980

[startup+1.50069 s]
/proc/loadavg: 2.05 2.14 2.07 3/213 17140
/proc/meminfo: memFree=31828372/32873844 swapFree=6872/6872
[pid=17121] ppid=17119 vsize=9624980 CPUtime=2.46 cores=1,3,5,7
/proc/17121/stat : 17121 (java) S 17119 17121 13427 0 -1 4202496 11780 0 1 0 243 3 0 0 20 0 19 0 291323138 9855979520 16613 33554432000 1073741824 1073778376 140733573867216 140733573858352 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17121/statm: 2406245 16613 2252 9 0 2396937 0
[pid=17121/tid=17123] ppid=17119 vsize=9624980 CPUtime=1.46 cores=1,3,5,7
/proc/17121/task/17123/stat : 17123 (java) R 17119 17121 13427 0 -1 4202560 2478 0 1 0 145 1 0 0 20 0 19 0 291323139 9855979520 16613 33554432000 1073741824 1073778376 140733573867216 140473632825792 140473499445049 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17121/tid=17124] ppid=17119 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17121/task/17124/stat : 17124 (java) S 17119 17121 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291323140 9855979520 16613 33554432000 1073741824 1073778376 140733573867216 140473621896104 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17121/tid=17125] ppid=17119 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17121/task/17125/stat : 17125 (java) S 17119 17121 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291323140 9855979520 16613 33554432000 1073741824 1073778376 140733573867216 140473620843560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17121/tid=17126] ppid=17119 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17121/task/17126/stat : 17126 (java) S 17119 17121 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291323140 9855979520 16613 33554432000 1073741824 1073778376 140733573867216 140473619790504 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17121/tid=17127] ppid=17119 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17121/task/17127/stat : 17127 (java) S 17119 17121 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291323140 9855979520 16613 33554432000 1073741824 1073778376 140733573867216 140473618737960 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17121/tid=17128] ppid=17119 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17121/task/17128/stat : 17128 (java) S 17119 17121 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291323140 9855979520 16613 33554432000 1073741824 1073778376 140733573867216 140473617684904 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17121/tid=17129] ppid=17119 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17121/task/17129/stat : 17129 (java) S 17119 17121 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291323140 9855979520 16613 33554432000 1073741824 1073778376 140733573867216 140473471285800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17121/tid=17130] ppid=17119 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17121/task/17130/stat : 17130 (java) S 17119 17121 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291323140 9855979520 16613 33554432000 1073741824 1073778376 140733573867216 140473470232744 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17121/tid=17131] ppid=17119 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17121/task/17131/stat : 17131 (java) S 17119 17121 13427 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291323140 9855979520 16613 33554432000 1073741824 1073778376 140733573867216 140473469180200 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17121/tid=17132] ppid=17119 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17121/task/17132/stat : 17132 (java) S 17119 17121 13427 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291323141 9855979520 16613 33554432000 1073741824 1073778376 140733573867216 140473456982888 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17121/tid=17133] ppid=17119 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17121/task/17133/stat : 17133 (java) S 17119 17121 13427 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 291323142 9855979520 16613 33554432000 1073741824 1073778376 140733573867216 140473455929208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17121/tid=17134] ppid=17119 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17121/task/17134/stat : 17134 (java) S 17119 17121 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291323142 9855979520 16613 33554432000 1073741824 1073778376 140733573867216 140473454876040 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17121/tid=17135] ppid=17119 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17121/task/17135/stat : 17135 (java) S 17119 17121 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291323144 9855979520 16613 33554432000 1073741824 1073778376 140733573867216 140473453824784 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17121/tid=17136] ppid=17119 vsize=9624980 CPUtime=0.48 cores=1,3,5,7
/proc/17121/task/17136/stat : 17136 (java) S 17119 17121 13427 0 -1 4202560 3673 0 0 0 48 0 0 0 20 0 19 0 291323144 9855979520 16613 33554432000 1073741824 1073778376 140733573867216 140473452771640 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17121/tid=17137] ppid=17119 vsize=9624980 CPUtime=0.47 cores=1,3,5,7
/proc/17121/task/17137/stat : 17137 (java) S 17119 17121 13427 0 -1 4202560 4431 0 0 0 47 0 0 0 20 0 19 0 291323144 9855979520 16613 33554432000 1073741824 1073778376 140733573867216 140473451719096 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17121/tid=17138] ppid=17119 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17121/task/17138/stat : 17138 (java) S 17119 17121 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291323144 9855979520 16613 33554432000 1073741824 1073778376 140733573867216 140473450666232 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17121/tid=17139] ppid=17119 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17121/task/17139/stat : 17139 (java) S 17119 17121 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291323144 9855979520 16613 33554432000 1073741824 1073778376 140733573867216 140473449613896 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17121/tid=17140] ppid=17119 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17121/task/17140/stat : 17140 (java) S 17119 17121 13427 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291323172 9855979520 16613 33554432000 1073741824 1073778376 140733573867216 140473448560168 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 9624980

[startup+3.10065 s]
/proc/loadavg: 2.05 2.14 2.07 3/213 17140
/proc/meminfo: memFree=31807148/32873844 swapFree=6872/6872
[pid=17121] ppid=17119 vsize=9624980 CPUtime=4.16 cores=1,3,5,7
/proc/17121/stat : 17121 (java) S 17119 17121 13427 0 -1 4202496 11847 0 1 0 412 4 0 0 20 0 19 0 291323138 9855979520 19734 33554432000 1073741824 1073778376 140733573867216 140733573858352 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17121/statm: 2406245 19734 2278 9 0 2396937 0
[pid=17121/tid=17123] ppid=17119 vsize=9624980 CPUtime=3.01 cores=1,3,5,7
/proc/17121/task/17123/stat : 17123 (java) R 17119 17121 13427 0 -1 4202560 2481 0 1 0 300 1 0 0 20 0 19 0 291323139 9855979520 19734 33554432000 1073741824 1073778376 140733573867216 140473632825792 140473499520686 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17121/tid=17124] ppid=17119 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17121/task/17124/stat : 17124 (java) S 17119 17121 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291323140 9855979520 19734 33554432000 1073741824 1073778376 140733573867216 140473621896104 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17121/tid=17125] ppid=17119 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17121/task/17125/stat : 17125 (java) S 17119 17121 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291323140 9855979520 19734 33554432000 1073741824 1073778376 140733573867216 140473620843560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17121/tid=17126] ppid=17119 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17121/task/17126/stat : 17126 (java) S 17119 17121 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291323140 9855979520 19734 33554432000 1073741824 1073778376 140733573867216 140473619790504 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17121/tid=17127] ppid=17119 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17121/task/17127/stat : 17127 (java) S 17119 17121 13427 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 291323140 9855979520 19734 33554432000 1073741824 1073778376 140733573867216 140473618737960 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17121/tid=17128] ppid=17119 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17121/task/17128/stat : 17128 (java) S 17119 17121 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291323140 9855979520 19734 33554432000 1073741824 1073778376 140733573867216 140473617684904 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17121/tid=17129] ppid=17119 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17121/task/17129/stat : 17129 (java) S 17119 17121 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291323140 9855979520 19734 33554432000 1073741824 1073778376 140733573867216 140473471285800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17121/tid=17130] ppid=17119 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17121/task/17130/stat : 17130 (java) S 17119 17121 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291323140 9855979520 19734 33554432000 1073741824 1073778376 140733573867216 140473470232744 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17121/tid=17131] ppid=17119 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17121/task/17131/stat : 17131 (java) S 17119 17121 13427 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291323140 9855979520 19734 33554432000 1073741824 1073778376 140733573867216 140473469180200 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17121/tid=17132] ppid=17119 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/17121/task/17132/stat : 17132 (java) S 17119 17121 13427 0 -1 4202560 31 0 0 0 2 0 0 0 20 0 19 0 291323141 9855979520 19734 33554432000 1073741824 1073778376 140733573867216 140473456982888 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17121/tid=17133] ppid=17119 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17121/task/17133/stat : 17133 (java) S 17119 17121 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291323142 9855979520 19734 33554432000 1073741824 1073778376 140733573867216 140473455929208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17121/tid=17134] ppid=17119 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17121/task/17134/stat : 17134 (java) S 17119 17121 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291323142 9855979520 19734 33554432000 1073741824 1073778376 140733573867216 140473454876040 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17121/tid=17135] ppid=17119 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17121/task/17135/stat : 17135 (java) S 17119 17121 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291323144 9855979520 19734 33554432000 1073741824 1073778376 140733573867216 140473453824784 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17121/tid=17136] ppid=17119 vsize=9624980 CPUtime=0.51 cores=1,3,5,7
/proc/17121/task/17136/stat : 17136 (java) S 17119 17121 13427 0 -1 4202560 3679 0 0 0 51 0 0 0 20 0 19 0 291323144 9855979520 19734 33554432000 1073741824 1073778376 140733573867216 140473452771640 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17121/tid=17137] ppid=17119 vsize=9624980 CPUtime=0.53 cores=1,3,5,7
/proc/17121/task/17137/stat : 17137 (java) S 17119 17121 13427 0 -1 4202560 4434 0 0 0 52 1 0 0 20 0 19 0 291323144 9855979520 19734 33554432000 1073741824 1073778376 140733573867216 140473451719096 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17121/tid=17138] ppid=17119 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17121/task/17138/stat : 17138 (java) S 17119 17121 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291323144 9855979520 19734 33554432000 1073741824 1073778376 140733573867216 140473450666232 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17121/tid=17139] ppid=17119 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17121/task/17139/stat : 17139 (java) S 17119 17121 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291323144 9855979520 19734 33554432000 1073741824 1073778376 140733573867216 140473449613896 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17121/tid=17140] ppid=17119 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17121/task/17140/stat : 17140 (java) S 17119 17121 13427 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291323172 9855979520 19734 33554432000 1073741824 1073778376 140733573867216 140473448560168 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.16
Current children cumulated vsize (KiB) 9624980

[startup+6.30061 s]
/proc/loadavg: 2.05 2.14 2.07 3/213 17140
/proc/meminfo: memFree=31798344/32873844 swapFree=6872/6872
[pid=17121] ppid=17119 vsize=9624980 CPUtime=7.54 cores=1,3,5,7
/proc/17121/stat : 17121 (java) S 17119 17121 13427 0 -1 4202496 12300 0 1 0 750 4 0 0 20 0 19 0 291323138 9855979520 20061 33554432000 1073741824 1073778376 140733573867216 140733573858352 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17121/statm: 2406245 20061 2278 9 0 2396937 0
[pid=17121/tid=17123] ppid=17119 vsize=9624980 CPUtime=6.03 cores=1,3,5,7
/proc/17121/task/17123/stat : 17123 (java) R 17119 17121 13427 0 -1 4202560 2488 0 1 0 602 1 0 0 20 0 19 0 291323139 9855979520 20061 33554432000 1073741824 1073778376 140733573867216 140473632834040 140473499425773 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17121/tid=17124] ppid=17119 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/17121/task/17124/stat : 17124 (java) S 17119 17121 13427 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 291323140 9855979520 20061 33554432000 1073741824 1073778376 140733573867216 140473621896104 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17121/tid=17125] ppid=17119 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/17121/task/17125/stat : 17125 (java) S 17119 17121 13427 0 -1 4202560 2 0 0 0 1 0 0 0 20 0 19 0 291323140 9855979520 20061 33554432000 1073741824 1073778376 140733573867216 140473620843560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17121/tid=17126] ppid=17119 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17121/task/17126/stat : 17126 (java) S 17119 17121 13427 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291323140 9855979520 20061 33554432000 1073741824 1073778376 140733573867216 140473619790504 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17121/tid=17127] ppid=17119 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17121/task/17127/stat : 17127 (java) S 17119 17121 13427 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 291323140 9855979520 20061 33554432000 1073741824 1073778376 140733573867216 140473618737960 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17121/tid=17128] ppid=17119 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17121/task/17128/stat : 17128 (java) S 17119 17121 13427 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291323140 9855979520 20061 33554432000 1073741824 1073778376 140733573867216 140473617684904 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17121/tid=17129] ppid=17119 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17121/task/17129/stat : 17129 (java) S 17119 17121 13427 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291323140 9855979520 20061 33554432000 1073741824 1073778376 140733573867216 140473471285800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17121/tid=17130] ppid=17119 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17121/task/17130/stat : 17130 (java) S 17119 17121 13427 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291323140 9855979520 20061 33554432000 1073741824 1073778376 140733573867216 140473470232744 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17121/tid=17131] ppid=17119 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17121/task/17131/stat : 17131 (java) S 17119 17121 13427 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291323140 9855979520 20061 33554432000 1073741824 1073778376 140733573867216 140473469180200 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17121/tid=17132] ppid=17119 vsize=9624980 CPUtime=0.15 cores=1,3,5,7
/proc/17121/task/17132/stat : 17132 (java) S 17119 17121 13427 0 -1 4202560 32 0 0 0 15 0 0 0 20 0 19 0 291323141 9855979520 20061 33554432000 1073741824 1073778376 140733573867216 140473456982888 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17121/tid=17133] ppid=17119 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17121/task/17133/stat : 17133 (java) S 17119 17121 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291323142 9855979520 20061 33554432000 1073741824 1073778376 140733573867216 140473455929208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17121/tid=17134] ppid=17119 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17121/task/17134/stat : 17134 (java) S 17119 17121 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291323142 9855979520 20061 33554432000 1073741824 1073778376 140733573867216 140473454876040 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17121/tid=17135] ppid=17119 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17121/task/17135/stat : 17135 (java) S 17119 17121 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291323144 9855979520 20061 33554432000 1073741824 1073778376 140733573867216 140473453824784 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17121/tid=17136] ppid=17119 vsize=9624980 CPUtime=0.57 cores=1,3,5,7
/proc/17121/task/17136/stat : 17136 (java) S 17119 17121 13427 0 -1 4202560 4099 0 0 0 55 2 0 0 20 0 19 0 291323144 9855979520 20061 33554432000 1073741824 1073778376 140733573867216 140473452771640 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17121/tid=17137] ppid=17119 vsize=9624980 CPUtime=0.58 cores=1,3,5,7
/proc/17121/task/17137/stat : 17137 (java) S 17119 17121 13427 0 -1 4202560 4443 0 0 0 57 1 0 0 20 0 19 0 291323144 9855979520 20061 33554432000 1073741824 1073778376 140733573867216 140473451719096 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17121/tid=17138] ppid=17119 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17121/task/17138/stat : 17138 (java) S 17119 17121 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291323144 9855979520 20061 33554432000 1073741824 1073778376 140733573867216 140473450666232 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17121/tid=17139] ppid=17119 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17121/task/17139/stat : 17139 (java) S 17119 17121 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291323144 9855979520 20061 33554432000 1073741824 1073778376 140733573867216 140473449613896 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17121/tid=17140] ppid=17119 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17121/task/17140/stat : 17140 (java) S 17119 17121 13427 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291323172 9855979520 20061 33554432000 1073741824 1073778376 140733573867216 140473448560168 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.54
Current children cumulated vsize (KiB) 9624980

[startup+12.7006 s]

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

/proc/17121/task/17131/stat : 17131 (java) S 17119 17121 13427 0 -1 4202560 27 0 0 0 10 0 0 0 20 0 19 0 291323140 9855979520 24326 33554432000 1073741824 1073778376 140733573867216 140473469180200 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17121/tid=17132] ppid=17119 vsize=9624980 CPUtime=1.71 cores=1,3,5,7
/proc/17121/task/17132/stat : 17132 (java) S 17119 17121 13427 0 -1 4202560 46 0 0 0 171 0 0 0 20 0 19 0 291323141 9855979520 24326 33554432000 1073741824 1073778376 140733573867216 140473456982888 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17121/tid=17133] ppid=17119 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17121/task/17133/stat : 17133 (java) S 17119 17121 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291323142 9855979520 24326 33554432000 1073741824 1073778376 140733573867216 140473455929208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17121/tid=17134] ppid=17119 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17121/task/17134/stat : 17134 (java) S 17119 17121 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291323142 9855979520 24326 33554432000 1073741824 1073778376 140733573867216 140473454876040 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17121/tid=17135] ppid=17119 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17121/task/17135/stat : 17135 (java) S 17119 17121 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291323144 9855979520 24326 33554432000 1073741824 1073778376 140733573867216 140473453824784 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17121/tid=17136] ppid=17119 vsize=9624980 CPUtime=0.57 cores=1,3,5,7
/proc/17121/task/17136/stat : 17136 (java) S 17119 17121 13427 0 -1 4202560 4099 0 0 0 55 2 0 0 20 0 19 0 291323144 9855979520 24326 33554432000 1073741824 1073778376 140733573867216 140473452771640 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17121/tid=17137] ppid=17119 vsize=9624980 CPUtime=0.62 cores=1,3,5,7
/proc/17121/task/17137/stat : 17137 (java) S 17119 17121 13427 0 -1 4202560 4447 0 0 0 61 1 0 0 20 0 19 0 291323144 9855979520 24326 33554432000 1073741824 1073778376 140733573867216 140473451719096 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17121/tid=17138] ppid=17119 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17121/task/17138/stat : 17138 (java) S 17119 17121 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291323144 9855979520 24326 33554432000 1073741824 1073778376 140733573867216 140473450666232 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17121/tid=17139] ppid=17119 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/17121/task/17139/stat : 17139 (java) S 17119 17121 13427 0 -1 4202560 9 0 0 0 1 2 0 0 20 0 19 0 291323144 9855979520 24326 33554432000 1073741824 1073778376 140733573867216 140473449613896 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17121/tid=17140] ppid=17119 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17121/task/17140/stat : 17140 (java) S 17119 17121 13427 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291323172 9855979520 24326 33554432000 1073741824 1073778376 140733573867216 140473448560168 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 144.08
Current children cumulated vsize (KiB) 9624980

[startup+143.101 s]
/proc/loadavg: 2.06 2.09 2.06 3/213 17201
/proc/meminfo: memFree=31778828/32873844 swapFree=6872/6872
[pid=17121] ppid=17119 vsize=9624980 CPUtime=144.88 cores=1,3,5,7
/proc/17121/stat : 17121 (java) S 17119 17121 13427 0 -1 4202496 12563 0 1 0 14478 10 0 0 20 0 19 0 291323138 9855979520 24326 33554432000 1073741824 1073778376 140733573867216 140733573858352 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17121/statm: 2406245 24326 2279 9 0 2396937 0
[pid=17121/tid=17123] ppid=17119 vsize=9624980 CPUtime=140.63 cores=1,3,5,7
/proc/17121/task/17123/stat : 17123 (java) R 17119 17121 13427 0 -1 4202560 2546 0 1 0 14060 3 0 0 20 0 19 0 291323139 9855979520 24326 33554432000 1073741824 1073778376 140733573867216 140473632833856 140473499454349 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17121/tid=17124] ppid=17119 vsize=9624980 CPUtime=0.11 cores=1,3,5,7
/proc/17121/task/17124/stat : 17124 (java) S 17119 17121 13427 0 -1 4202560 27 0 0 0 11 0 0 0 20 0 19 0 291323140 9855979520 24326 33554432000 1073741824 1073778376 140733573867216 140473621896104 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17121/tid=17125] ppid=17119 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/17121/task/17125/stat : 17125 (java) S 17119 17121 13427 0 -1 4202560 46 0 0 0 9 0 0 0 20 0 19 0 291323140 9855979520 24326 33554432000 1073741824 1073778376 140733573867216 140473620843560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17121/tid=17126] ppid=17119 vsize=9624980 CPUtime=0.1 cores=1,3,5,7
/proc/17121/task/17126/stat : 17126 (java) S 17119 17121 13427 0 -1 4202560 29 0 0 0 10 0 0 0 20 0 19 0 291323140 9855979520 24326 33554432000 1073741824 1073778376 140733573867216 140473619790504 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17121/tid=17127] ppid=17119 vsize=9624980 CPUtime=0.1 cores=1,3,5,7
/proc/17121/task/17127/stat : 17127 (java) S 17119 17121 13427 0 -1 4202560 42 0 0 0 10 0 0 0 20 0 19 0 291323140 9855979520 24326 33554432000 1073741824 1073778376 140733573867216 140473618737960 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17121/tid=17128] ppid=17119 vsize=9624980 CPUtime=0.1 cores=1,3,5,7
/proc/17121/task/17128/stat : 17128 (java) S 17119 17121 13427 0 -1 4202560 26 0 0 0 10 0 0 0 20 0 19 0 291323140 9855979520 24326 33554432000 1073741824 1073778376 140733573867216 140473617684904 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17121/tid=17129] ppid=17119 vsize=9624980 CPUtime=0.11 cores=1,3,5,7
/proc/17121/task/17129/stat : 17129 (java) S 17119 17121 13427 0 -1 4202560 20 0 0 0 11 0 0 0 20 0 19 0 291323140 9855979520 24326 33554432000 1073741824 1073778376 140733573867216 140473471285800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17121/tid=17130] ppid=17119 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/17121/task/17130/stat : 17130 (java) S 17119 17121 13427 0 -1 4202560 15 0 0 0 9 0 0 0 20 0 19 0 291323140 9855979520 24326 33554432000 1073741824 1073778376 140733573867216 140473470232744 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17121/tid=17131] ppid=17119 vsize=9624980 CPUtime=0.1 cores=1,3,5,7
/proc/17121/task/17131/stat : 17131 (java) S 17119 17121 13427 0 -1 4202560 27 0 0 0 10 0 0 0 20 0 19 0 291323140 9855979520 24326 33554432000 1073741824 1073778376 140733573867216 140473469180200 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17121/tid=17132] ppid=17119 vsize=9624980 CPUtime=1.71 cores=1,3,5,7
/proc/17121/task/17132/stat : 17132 (java) S 17119 17121 13427 0 -1 4202560 46 0 0 0 171 0 0 0 20 0 19 0 291323141 9855979520 24326 33554432000 1073741824 1073778376 140733573867216 140473456982888 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17121/tid=17133] ppid=17119 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17121/task/17133/stat : 17133 (java) S 17119 17121 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291323142 9855979520 24326 33554432000 1073741824 1073778376 140733573867216 140473455929208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17121/tid=17134] ppid=17119 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17121/task/17134/stat : 17134 (java) S 17119 17121 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291323142 9855979520 24326 33554432000 1073741824 1073778376 140733573867216 140473454876040 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17121/tid=17135] ppid=17119 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17121/task/17135/stat : 17135 (java) S 17119 17121 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291323144 9855979520 24326 33554432000 1073741824 1073778376 140733573867216 140473453824784 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17121/tid=17136] ppid=17119 vsize=9624980 CPUtime=0.57 cores=1,3,5,7
/proc/17121/task/17136/stat : 17136 (java) S 17119 17121 13427 0 -1 4202560 4099 0 0 0 55 2 0 0 20 0 19 0 291323144 9855979520 24326 33554432000 1073741824 1073778376 140733573867216 140473452771640 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17121/tid=17137] ppid=17119 vsize=9624980 CPUtime=0.62 cores=1,3,5,7
/proc/17121/task/17137/stat : 17137 (java) S 17119 17121 13427 0 -1 4202560 4447 0 0 0 61 1 0 0 20 0 19 0 291323144 9855979520 24326 33554432000 1073741824 1073778376 140733573867216 140473451719096 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17121/tid=17138] ppid=17119 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17121/task/17138/stat : 17138 (java) S 17119 17121 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291323144 9855979520 24326 33554432000 1073741824 1073778376 140733573867216 140473450666232 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17121/tid=17139] ppid=17119 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/17121/task/17139/stat : 17139 (java) S 17119 17121 13427 0 -1 4202560 9 0 0 0 1 2 0 0 20 0 19 0 291323144 9855979520 24326 33554432000 1073741824 1073778376 140733573867216 140473449613896 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17121/tid=17140] ppid=17119 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17121/task/17140/stat : 17140 (java) S 17119 17121 13427 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291323172 9855979520 24326 33554432000 1073741824 1073778376 140733573867216 140473448560168 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 144.88
Current children cumulated vsize (KiB) 9624980

[startup+143.301 s]
/proc/loadavg: 2.06 2.09 2.06 3/213 17201
/proc/meminfo: memFree=31778828/32873844 swapFree=6872/6872
[pid=17121] ppid=17119 vsize=9624980 CPUtime=145.08 cores=1,3,5,7
/proc/17121/stat : 17121 (java) S 17119 17121 13427 0 -1 4202496 12563 0 1 0 14498 10 0 0 20 0 19 0 291323138 9855979520 24326 33554432000 1073741824 1073778376 140733573867216 140733573858352 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17121/statm: 2406245 24326 2279 9 0 2396937 0
[pid=17121/tid=17123] ppid=17119 vsize=9624980 CPUtime=140.83 cores=1,3,5,7
/proc/17121/task/17123/stat : 17123 (java) R 17119 17121 13427 0 -1 4202560 2546 0 1 0 14080 3 0 0 20 0 19 0 291323139 9855979520 24326 33554432000 1073741824 1073778376 140733573867216 140473632833856 140473499454382 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17121/tid=17124] ppid=17119 vsize=9624980 CPUtime=0.11 cores=1,3,5,7
/proc/17121/task/17124/stat : 17124 (java) S 17119 17121 13427 0 -1 4202560 27 0 0 0 11 0 0 0 20 0 19 0 291323140 9855979520 24326 33554432000 1073741824 1073778376 140733573867216 140473621896104 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17121/tid=17125] ppid=17119 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/17121/task/17125/stat : 17125 (java) S 17119 17121 13427 0 -1 4202560 46 0 0 0 9 0 0 0 20 0 19 0 291323140 9855979520 24326 33554432000 1073741824 1073778376 140733573867216 140473620843560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17121/tid=17126] ppid=17119 vsize=9624980 CPUtime=0.1 cores=1,3,5,7
/proc/17121/task/17126/stat : 17126 (java) S 17119 17121 13427 0 -1 4202560 29 0 0 0 10 0 0 0 20 0 19 0 291323140 9855979520 24326 33554432000 1073741824 1073778376 140733573867216 140473619790504 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17121/tid=17127] ppid=17119 vsize=9624980 CPUtime=0.1 cores=1,3,5,7
/proc/17121/task/17127/stat : 17127 (java) S 17119 17121 13427 0 -1 4202560 42 0 0 0 10 0 0 0 20 0 19 0 291323140 9855979520 24326 33554432000 1073741824 1073778376 140733573867216 140473618737960 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17121/tid=17128] ppid=17119 vsize=9624980 CPUtime=0.1 cores=1,3,5,7
/proc/17121/task/17128/stat : 17128 (java) S 17119 17121 13427 0 -1 4202560 26 0 0 0 10 0 0 0 20 0 19 0 291323140 9855979520 24326 33554432000 1073741824 1073778376 140733573867216 140473617684904 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17121/tid=17129] ppid=17119 vsize=9624980 CPUtime=0.11 cores=1,3,5,7
/proc/17121/task/17129/stat : 17129 (java) S 17119 17121 13427 0 -1 4202560 20 0 0 0 11 0 0 0 20 0 19 0 291323140 9855979520 24326 33554432000 1073741824 1073778376 140733573867216 140473471285800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17121/tid=17130] ppid=17119 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/17121/task/17130/stat : 17130 (java) S 17119 17121 13427 0 -1 4202560 15 0 0 0 9 0 0 0 20 0 19 0 291323140 9855979520 24326 33554432000 1073741824 1073778376 140733573867216 140473470232744 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17121/tid=17131] ppid=17119 vsize=9624980 CPUtime=0.1 cores=1,3,5,7
/proc/17121/task/17131/stat : 17131 (java) S 17119 17121 13427 0 -1 4202560 27 0 0 0 10 0 0 0 20 0 19 0 291323140 9855979520 24326 33554432000 1073741824 1073778376 140733573867216 140473469180200 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17121/tid=17132] ppid=17119 vsize=9624980 CPUtime=1.71 cores=1,3,5,7
/proc/17121/task/17132/stat : 17132 (java) S 17119 17121 13427 0 -1 4202560 46 0 0 0 171 0 0 0 20 0 19 0 291323141 9855979520 24326 33554432000 1073741824 1073778376 140733573867216 140473456982888 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17121/tid=17133] ppid=17119 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17121/task/17133/stat : 17133 (java) S 17119 17121 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291323142 9855979520 24326 33554432000 1073741824 1073778376 140733573867216 140473455929208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17121/tid=17134] ppid=17119 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17121/task/17134/stat : 17134 (java) S 17119 17121 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291323142 9855979520 24326 33554432000 1073741824 1073778376 140733573867216 140473454876040 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17121/tid=17135] ppid=17119 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17121/task/17135/stat : 17135 (java) S 17119 17121 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291323144 9855979520 24326 33554432000 1073741824 1073778376 140733573867216 140473453824784 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17121/tid=17136] ppid=17119 vsize=9624980 CPUtime=0.57 cores=1,3,5,7
/proc/17121/task/17136/stat : 17136 (java) S 17119 17121 13427 0 -1 4202560 4099 0 0 0 55 2 0 0 20 0 19 0 291323144 9855979520 24326 33554432000 1073741824 1073778376 140733573867216 140473452771640 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17121/tid=17137] ppid=17119 vsize=9624980 CPUtime=0.62 cores=1,3,5,7
/proc/17121/task/17137/stat : 17137 (java) S 17119 17121 13427 0 -1 4202560 4447 0 0 0 61 1 0 0 20 0 19 0 291323144 9855979520 24326 33554432000 1073741824 1073778376 140733573867216 140473451719096 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17121/tid=17138] ppid=17119 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17121/task/17138/stat : 17138 (java) S 17119 17121 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291323144 9855979520 24326 33554432000 1073741824 1073778376 140733573867216 140473450666232 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17121/tid=17139] ppid=17119 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/17121/task/17139/stat : 17139 (java) S 17119 17121 13427 0 -1 4202560 9 0 0 0 1 2 0 0 20 0 19 0 291323144 9855979520 24326 33554432000 1073741824 1073778376 140733573867216 140473449613896 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17121/tid=17140] ppid=17119 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17121/task/17140/stat : 17140 (java) S 17119 17121 13427 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291323172 9855979520 24326 33554432000 1073741824 1073778376 140733573867216 140473448560168 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 145.08
Current children cumulated vsize (KiB) 9624980

[startup+143.402 s]
/proc/loadavg: 2.06 2.09 2.06 3/213 17201
/proc/meminfo: memFree=31778828/32873844 swapFree=6872/6872
[pid=17121] ppid=17119 vsize=9624980 CPUtime=145.19 cores=1,3,5,7
/proc/17121/stat : 17121 (java) S 17119 17121 13427 0 -1 4202496 12564 0 1 0 14509 10 0 0 20 0 19 0 291323138 9855979520 24326 33554432000 1073741824 1073778376 140733573867216 140733573858352 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17121/statm: 2406245 24326 2279 9 0 2396937 0
[pid=17121/tid=17123] ppid=17119 vsize=9624980 CPUtime=140.93 cores=1,3,5,7
/proc/17121/task/17123/stat : 17123 (java) R 17119 17121 13427 0 -1 4202560 2546 0 1 0 14090 3 0 0 20 0 19 0 291323139 9855979520 24326 33554432000 1073741824 1073778376 140733573867216 140473632833856 140473499633408 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17121/tid=17124] ppid=17119 vsize=9624980 CPUtime=0.11 cores=1,3,5,7
/proc/17121/task/17124/stat : 17124 (java) S 17119 17121 13427 0 -1 4202560 27 0 0 0 11 0 0 0 20 0 19 0 291323140 9855979520 24326 33554432000 1073741824 1073778376 140733573867216 140473621896104 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17121/tid=17125] ppid=17119 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/17121/task/17125/stat : 17125 (java) S 17119 17121 13427 0 -1 4202560 46 0 0 0 9 0 0 0 20 0 19 0 291323140 9855979520 24326 33554432000 1073741824 1073778376 140733573867216 140473620843560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17121/tid=17126] ppid=17119 vsize=9624980 CPUtime=0.1 cores=1,3,5,7
/proc/17121/task/17126/stat : 17126 (java) S 17119 17121 13427 0 -1 4202560 29 0 0 0 10 0 0 0 20 0 19 0 291323140 9855979520 24326 33554432000 1073741824 1073778376 140733573867216 140473619790504 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17121/tid=17127] ppid=17119 vsize=9624980 CPUtime=0.1 cores=1,3,5,7
/proc/17121/task/17127/stat : 17127 (java) S 17119 17121 13427 0 -1 4202560 42 0 0 0 10 0 0 0 20 0 19 0 291323140 9855979520 24326 33554432000 1073741824 1073778376 140733573867216 140473618737960 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17121/tid=17128] ppid=17119 vsize=9624980 CPUtime=0.1 cores=1,3,5,7
/proc/17121/task/17128/stat : 17128 (java) S 17119 17121 13427 0 -1 4202560 26 0 0 0 10 0 0 0 20 0 19 0 291323140 9855979520 24326 33554432000 1073741824 1073778376 140733573867216 140473617684904 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17121/tid=17129] ppid=17119 vsize=9624980 CPUtime=0.11 cores=1,3,5,7
/proc/17121/task/17129/stat : 17129 (java) S 17119 17121 13427 0 -1 4202560 20 0 0 0 11 0 0 0 20 0 19 0 291323140 9855979520 24326 33554432000 1073741824 1073778376 140733573867216 140473471285800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17121/tid=17130] ppid=17119 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/17121/task/17130/stat : 17130 (java) S 17119 17121 13427 0 -1 4202560 15 0 0 0 9 0 0 0 20 0 19 0 291323140 9855979520 24326 33554432000 1073741824 1073778376 140733573867216 140473470232744 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17121/tid=17131] ppid=17119 vsize=9624980 CPUtime=0.1 cores=1,3,5,7
/proc/17121/task/17131/stat : 17131 (java) S 17119 17121 13427 0 -1 4202560 27 0 0 0 10 0 0 0 20 0 19 0 291323140 9855979520 24326 33554432000 1073741824 1073778376 140733573867216 140473469180200 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17121/tid=17132] ppid=17119 vsize=9624980 CPUtime=1.71 cores=1,3,5,7
/proc/17121/task/17132/stat : 17132 (java) S 17119 17121 13427 0 -1 4202560 46 0 0 0 171 0 0 0 20 0 19 0 291323141 9855979520 24326 33554432000 1073741824 1073778376 140733573867216 140473456982888 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17121/tid=17133] ppid=17119 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17121/task/17133/stat : 17133 (java) S 17119 17121 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291323142 9855979520 24326 33554432000 1073741824 1073778376 140733573867216 140473455929208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17121/tid=17134] ppid=17119 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17121/task/17134/stat : 17134 (java) S 17119 17121 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291323142 9855979520 24326 33554432000 1073741824 1073778376 140733573867216 140473454876040 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17121/tid=17135] ppid=17119 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17121/task/17135/stat : 17135 (java) S 17119 17121 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291323144 9855979520 24326 33554432000 1073741824 1073778376 140733573867216 140473453824784 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17121/tid=17136] ppid=17119 vsize=9624980 CPUtime=0.57 cores=1,3,5,7
/proc/17121/task/17136/stat : 17136 (java) S 17119 17121 13427 0 -1 4202560 4099 0 0 0 55 2 0 0 20 0 19 0 291323144 9855979520 24326 33554432000 1073741824 1073778376 140733573867216 140473452771640 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17121/tid=17137] ppid=17119 vsize=9624980 CPUtime=0.63 cores=1,3,5,7
/proc/17121/task/17137/stat : 17137 (java) S 17119 17121 13427 0 -1 4202560 4448 0 0 0 62 1 0 0 20 0 19 0 291323144 9855979520 24326 33554432000 1073741824 1073778376 140733573867216 140473451719096 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17121/tid=17138] ppid=17119 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17121/task/17138/stat : 17138 (java) S 17119 17121 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291323144 9855979520 24326 33554432000 1073741824 1073778376 140733573867216 140473450666232 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17121/tid=17139] ppid=17119 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/17121/task/17139/stat : 17139 (java) S 17119 17121 13427 0 -1 4202560 9 0 0 0 1 2 0 0 20 0 19 0 291323144 9855979520 24326 33554432000 1073741824 1073778376 140733573867216 140473449613896 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17121/tid=17140] ppid=17119 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17121/task/17140/stat : 17140 (java) S 17119 17121 13427 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291323172 9855979520 24326 33554432000 1073741824 1073778376 140733573867216 140473448560168 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 145.19
Current children cumulated vsize (KiB) 9624980

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17121 and gives
#  childrusage.ru_utime.tv_sec=144
#  childrusage.ru_utime.tv_usec=769991
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=211967
# CPU time returned by wait4() is 144.982
# while last known CPU time is 145.19
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 143.45
CPU time (s): 145.19
CPU user time (s): 145.09
CPU system time (s): 0.1
CPU usage (%): 101.213
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 144.77
system time used= 0.211967
maximum resident set size= 97360
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12581
page faults= 1
swaps= 0
block input operations= 0
block output operations= 216
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5076
involuntary context switches= 4075

runsolver used 0.334949 second user time and 0.822874 second system time

The end

Launcher Data

Begin job on node106 at 2012-05-29 02:39:07
IDJOB=3718103
IDBENCH=78961
IDSOLVER=2301
FILE ID=node106/3718103-1338251946
RUNJOBID= node106-1338247868-15528
PBS_JOBID= 14624657
Free space on /tmp= 71332 MiB

SOLVER NAME= Sat4j PB  2012-05-28
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900576151--soft-33-100-0.wbo
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3718103-1338251946/watcher-3718103-1338251946 -o /tmp/evaluation-result-3718103-1338251946/solver-3718103-1338251946 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3718103-1338251946.wbo

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

MD5SUM BENCH= a6a99f7cb7296aed3ef8f4a1cd1ac483
RANDOM SEED=551677049

node106.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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		: 2667.065
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.13
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
cpu MHz		: 2667.065
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
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
cpu MHz		: 2667.065
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
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
cpu MHz		: 2667.065
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
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
cpu MHz		: 2667.065
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
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
cpu MHz		: 2667.065
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
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
cpu MHz		: 2667.065
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
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
cpu MHz		: 2667.065
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31875640 kB
Buffers:           71280 kB
Cached:            51156 kB
SwapCached:         1836 kB
Active:           167228 kB
Inactive:          35048 kB
Active(anon):      78880 kB
Inactive(anon):     3012 kB
Active(file):      88348 kB
Inactive(file):    32036 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67100488 kB
Dirty:               464 kB
Writeback:             0 kB
AnonPages:        133808 kB
Mapped:            15872 kB
Shmem:                 0 kB
Slab:             651252 kB
SReclaimable:      93488 kB
SUnreclaim:       557764 kB
KernelStack:        1760 kB
PageTables:         4392 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     698004 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    100352 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71332 MiB
End job on node106 at 2012-05-29 02:41:30