Trace number 3718093

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 49.6175 47.2544

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900567024--soft-33-100-0.wbo
MD5SUM05d9157cdbd186fca72e4e6dc0ec425d
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark32.1441
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 constraints1839
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 91769
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 91768
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 755
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.03/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.09	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.2.v20120528
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose 2 learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3718093-1338252059.wbo
0.08/0.12	c reading problem ... 
0.44/0.33	c ... done. Wall clock time 0.209s.
0.44/0.33	c declared #vars     231
0.44/0.33	c internal #vars     2070
0.44/0.33	c #constraints  2707
0.44/0.33	c constraints type 
0.44/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2610
0.44/0.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 9
0.44/0.33	c ignored satisfied constraints => 1
0.44/0.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 74
0.44/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14
0.44/0.33	c 2708 constraints processed.
0.44/0.33	c objective function length is 1839 literals
0.71/0.48	c SATISFIABLE
0.71/0.48	c OPTIMIZING...
0.71/0.48	c Got one! Elapsed wall clock time (in seconds):0.351
0.71/0.48	o 276
1.01/0.52	c Got one! Elapsed wall clock time (in seconds):0.394
1.01/0.52	o 268
1.01/0.56	c Got one! Elapsed wall clock time (in seconds):0.43
1.01/0.56	o 245
1.31/0.63	c Got one! Elapsed wall clock time (in seconds):0.501
1.31/0.63	o 238
1.31/0.68	c Got one! Elapsed wall clock time (in seconds):0.555
1.31/0.68	o 235
1.59/0.82	c Got one! Elapsed wall clock time (in seconds):0.694
1.59/0.82	o 232
1.59/0.83	c Got one! Elapsed wall clock time (in seconds):0.709
1.59/0.83	o 223
1.59/0.86	c Got one! Elapsed wall clock time (in seconds):0.734
1.59/0.86	o 204
1.78/0.90	c Got one! Elapsed wall clock time (in seconds):0.779
1.78/0.90	o 199
1.78/0.98	c Got one! Elapsed wall clock time (in seconds):0.856
1.78/0.98	o 182
1.78/1.00	c Got one! Elapsed wall clock time (in seconds):0.871
1.78/1.00	o 181
2.00/1.12	c Got one! Elapsed wall clock time (in seconds):1.0
2.00/1.12	o 177
2.09/1.22	c Got one! Elapsed wall clock time (in seconds):1.1
2.09/1.22	o 171
2.39/1.51	c Got one! Elapsed wall clock time (in seconds):1.387
2.39/1.51	o 170
2.39/1.59	c Got one! Elapsed wall clock time (in seconds):1.464
2.39/1.59	o 154
2.50/1.66	c Got one! Elapsed wall clock time (in seconds):1.532
2.50/1.66	o 149
2.50/1.68	c Got one! Elapsed wall clock time (in seconds):1.551
2.50/1.68	o 145
2.60/1.78	c Got one! Elapsed wall clock time (in seconds):1.654
2.60/1.78	o 144
2.71/1.87	c Got one! Elapsed wall clock time (in seconds):1.741
2.71/1.87	o 133
2.85/1.90	c Got one! Elapsed wall clock time (in seconds):1.776
2.85/1.90	o 129
3.25/2.33	c cleaning 6693 clauses out of 13390 with flag 16826/13390
3.61/2.69	c Got one! Elapsed wall clock time (in seconds):2.565
3.61/2.69	o 125
3.91/2.97	c Got one! Elapsed wall clock time (in seconds):2.843
3.91/2.97	o 115
4.01/3.00	c Got one! Elapsed wall clock time (in seconds):2.875
4.01/3.00	o 109
4.11/3.17	c cleaning 6743 clauses out of 13494 with flag 16017/20187
4.66/3.46	c Got one! Elapsed wall clock time (in seconds):3.335
4.66/3.46	o 107
4.85/3.56	c Got one! Elapsed wall clock time (in seconds):3.432
4.85/3.56	o 105
4.97/3.68	c Got one! Elapsed wall clock time (in seconds):3.553
4.97/3.68	o 103
5.17/3.89	c Got one! Elapsed wall clock time (in seconds):3.766
5.17/3.89	o 96
5.38/4.06	c cleaning 7463 clauses out of 14931 with flag 15505/28367
6.38/4.66	c Got one! Elapsed wall clock time (in seconds):4.536
6.38/4.66	o 95
6.38/4.68	c Got one! Elapsed wall clock time (in seconds):4.551
6.38/4.68	o 93
6.58/4.83	c Got one! Elapsed wall clock time (in seconds):4.71
6.58/4.83	o 87
6.58/4.86	c Got one! Elapsed wall clock time (in seconds):4.74
6.58/4.86	o 80
6.68/4.97	c cleaning 6842 clauses out of 13690 with flag 7777/34589
6.88/5.16	c Got one! Elapsed wall clock time (in seconds):5.037
6.88/5.16	o 79
7.08/5.32	c Got one! Elapsed wall clock time (in seconds):5.194
7.08/5.32	o 75
7.28/5.57	c Got one! Elapsed wall clock time (in seconds):5.446
7.28/5.57	o 57
7.38/5.66	c cleaning 6843 clauses out of 13694 with flag 10261/41435
7.48/5.79	c Got one! Elapsed wall clock time (in seconds):5.662
7.48/5.79	o 46
7.68/5.97	c cleaning 5919 clauses out of 11874 with flag 25882/46458
8.09/6.39	c cleaning 5977 clauses out of 11954 with flag 66694/52457
8.60/6.82	c Got one! Elapsed wall clock time (in seconds):6.696
8.60/6.82	o 42
8.60/6.89	c cleaning 5662 clauses out of 11333 with flag 10562/57813
8.90/7.11	c Got one! Elapsed wall clock time (in seconds):6.982
8.90/7.11	o 40
9.00/7.24	c cleaning 5467 clauses out of 10961 with flag 19697/63103
9.33/7.55	c Got one! Elapsed wall clock time (in seconds):7.424
9.33/7.55	o 39
9.44/7.62	c cleaning 5527 clauses out of 11069 with flag 8765/68678
9.75/7.97	c cleaning 5759 clauses out of 11544 with flag 59887/74680
9.95/8.14	c Got one! Elapsed wall clock time (in seconds):8.013
9.95/8.14	o 38
10.15/8.34	c cleaning 5394 clauses out of 10798 with flag 18757/79693
10.68/8.85	c cleaning 5695 clauses out of 11403 with flag 56242/85692
10.89/9.06	c Got one! Elapsed wall clock time (in seconds):8.936
10.89/9.06	o 35
11.09/9.26	c cleaning 5750 clauses out of 11514 with flag 32558/91498
11.19/9.35	c Got one! Elapsed wall clock time (in seconds):9.229
11.19/9.35	o 34
11.49/9.61	c cleaning 5551 clauses out of 11111 with flag 40537/96845
11.90/10.02	c cleaning 5768 clauses out of 11560 with flag 90771/102845
12.41/10.57	c Got one! Elapsed wall clock time (in seconds):10.446
12.41/10.57	o 31
12.85/10.96	c cleaning 8534 clauses out of 17068 with flag 50895/114121
13.35/11.40	c cleaning 7265 clauses out of 14534 with flag 91450/120121
13.75/11.85	c cleaning 7133 clauses out of 14269 with flag 138729/127121
13.85/11.98	c Got one! Elapsed wall clock time (in seconds):11.855
13.85/11.98	o 29
14.16/12.26	c cleaning 6384 clauses out of 12782 with flag 38423/132767
14.25/12.34	c Got one! Elapsed wall clock time (in seconds):12.216
14.25/12.34	o 19
14.56/12.61	c cleaning 5713 clauses out of 11449 with flag 43837/137818
14.87/12.95	c cleaning 5863 clauses out of 11738 with flag 87980/143820
15.28/13.34	c cleaning 6426 clauses out of 12874 with flag 134064/150819
15.78/13.80	c cleaning 7220 clauses out of 14447 with flag 184874/158818
16.29/14.35	c cleaning 8107 clauses out of 16230 with flag 246100/167821
16.99/15.04	c cleaning 9055 clauses out of 18120 with flag 324406/177819
17.80/15.83	c cleaning 10022 clauses out of 20066 with flag 409208/188820
18.70/16.77	c cleaning 11012 clauses out of 22043 with flag 508348/200819
19.11/17.18	c Got one! Elapsed wall clock time (in seconds):17.054
19.11/17.18	o 17
19.61/17.61	c cleaning 11111 clauses out of 22239 with flag 53134/212028
20.01/18.04	c cleaning 8543 clauses out of 17128 with flag 109771/218028
20.51/18.52	c cleaning 7783 clauses out of 15585 with flag 169469/225028
21.03/19.08	c cleaning 7888 clauses out of 15802 with flag 237365/233028
21.76/19.72	c cleaning 8441 clauses out of 16914 with flag 311288/242028
22.36/20.33	c Got one! Elapsed wall clock time (in seconds):20.206
22.36/20.33	o 16
22.76/20.76	c cleaning 11533 clauses out of 23094 with flag 47182/256650
23.18/21.19	c cleaning 8769 clauses out of 17560 with flag 97957/262649
23.69/21.64	c cleaning 7880 clauses out of 15791 with flag 150891/269649
24.19/22.17	c cleaning 7951 clauses out of 15911 with flag 212479/277649
24.39/22.38	c Got one! Elapsed wall clock time (in seconds):22.254
24.39/22.38	o 12
24.59/22.58	c cleaning 6829 clauses out of 13673 with flag 21423/283362
24.99/22.97	c cleaning 6421 clauses out of 12846 with flag 60540/289364
25.39/23.37	c cleaning 6709 clauses out of 13423 with flag 102621/296362
25.89/23.88	c cleaning 7349 clauses out of 14715 with flag 154860/304363
26.10/24.09	c Got one! Elapsed wall clock time (in seconds):23.964
26.10/24.09	o 11
26.31/24.24	c cleaning 6596 clauses out of 13203 with flag 19739/310201
26.72/24.67	c cleaning 6297 clauses out of 12607 with flag 71404/316201
27.12/25.06	c cleaning 6648 clauses out of 13310 with flag 115563/323201
27.24/25.11	c Got one! Elapsed wall clock time (in seconds):24.981
27.24/25.11	o 10
27.54/25.47	c cleaning 5948 clauses out of 11911 with flag 46218/328450
27.94/25.86	c cleaning 5966 clauses out of 11962 with flag 92842/334449
28.46/26.33	c cleaning 6497 clauses out of 12995 with flag 142810/341448
28.95/26.86	c cleaning 7249 clauses out of 14500 with flag 200730/349450
29.47/27.39	c cleaning 8120 clauses out of 16251 with flag 256140/358451
30.07/27.99	c cleaning 9056 clauses out of 18129 with flag 323095/368449
30.78/28.64	c cleaning 10032 clauses out of 20071 with flag 394987/379449
31.19/29.03	c Got one! Elapsed wall clock time (in seconds):28.901
31.19/29.03	o 9
31.59/29.47	c cleaning 10801 clauses out of 21620 with flag 47678/391030
32.09/29.91	c cleaning 8400 clauses out of 16820 with flag 94564/397031
32.49/30.37	c cleaning 7696 clauses out of 15418 with flag 148027/404029
33.11/30.90	c cleaning 7848 clauses out of 15724 with flag 203592/412031
33.53/31.32	c Got one! Elapsed wall clock time (in seconds):31.199
33.53/31.32	o 7
33.93/31.75	c cleaning 9661 clauses out of 19329 with flag 46167/423484
34.46/32.21	c cleaning 7822 clauses out of 15668 with flag 96895/429484
34.96/32.71	c cleaning 7411 clauses out of 14848 with flag 152051/436486
35.56/33.31	c cleaning 7712 clauses out of 15438 with flag 217066/444487
36.16/33.98	c cleaning 8354 clauses out of 16725 with flag 285964/453486
36.96/34.71	c cleaning 9181 clauses out of 18369 with flag 356033/463484
37.66/35.45	c cleaning 10084 clauses out of 20189 with flag 432348/474485
38.47/36.26	c cleaning 11044 clauses out of 22103 with flag 514929/486484
39.37/37.10	c cleaning 12021 clauses out of 24061 with flag 598062/499486
39.97/37.76	c Got one! Elapsed wall clock time (in seconds):37.639
39.97/37.76	o 6
40.47/38.24	c cleaning 13916 clauses out of 27841 with flag 45081/515287
40.90/38.63	c cleaning 9960 clauses out of 19926 with flag 82575/521288
41.40/39.10	c cleaning 8475 clauses out of 16964 with flag 128034/528288
41.90/39.61	c cleaning 8239 clauses out of 16488 with flag 175961/536287
42.51/40.20	c cleaning 8623 clauses out of 17249 with flag 232389/545288
43.12/40.87	c cleaning 9312 clauses out of 18625 with flag 295181/555288
43.72/41.50	c cleaning 10146 clauses out of 20314 with flag 356579/566290
44.52/42.21	c cleaning 11078 clauses out of 22163 with flag 425598/578288
45.32/43.06	c cleaning 12038 clauses out of 24085 with flag 503789/591289
46.33/44.03	c cleaning 13020 clauses out of 26044 with flag 591804/605288
47.33/45.06	c cleaning 14003 clauses out of 28023 with flag 683265/620290
48.45/46.19	c cleaning 15000 clauses out of 30020 with flag 781683/636291
49.57/47.24	c starts		: 203
49.57/47.24	c conflicts		: 650636
49.57/47.24	c decisions		: 1000672
49.57/47.24	c propagations		: 44406114
49.57/47.24	c inspects		: 478290151
49.57/47.24	c shortcuts		: 0
49.57/47.24	c learnt literals	: 34
49.57/47.24	c learnt binary clauses	: 37
49.57/47.24	c learnt ternary clauses	: 148
49.57/47.24	c learnt constraints	: 650601
49.57/47.24	c ignored constraints	: 0
49.57/47.24	c root simplifications	: 0
49.57/47.24	c removed literals (reason simplification)	: 0
49.57/47.24	c reason swapping (by a shorter reason)	: 0
49.57/47.24	c Calls to reduceDB	: 76
49.57/47.24	c Number of update (reduction) of LBD	: 229360
49.57/47.24	c number of reductions to clauses (during analyze)	: 0
49.57/47.24	c number of learned constraints concerned by reduction	: 0
49.57/47.24	c number of learning phase by resolution	: 0
49.57/47.24	c number of learning phase by cutting planes	: 0
49.57/47.24	c speed (assignments/second)	: 947067.7785360861
49.57/47.24	c non guided choices	6453
49.57/47.24	c learnt constraints type 
49.57/47.24	c constraints type 
49.57/47.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2610
49.57/47.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 9
49.57/47.24	c ignored satisfied constraints => 1
49.57/47.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 74
49.57/47.24	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14
49.57/47.24	c 2708 constraints processed.
49.57/47.24	s OPTIMUM FOUND
49.57/47.25	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 
49.57/47.25	c objective function=6
49.57/47.25	c Total wall clock time (in seconds): 47.121

Verifier Data

OK	6

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-3718093-1338252059/watcher-3718093-1338252059 -o /tmp/evaluation-result-3718093-1338252059/solver-3718093-1338252059 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3718093-1338252059.wbo 

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

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.00 2.09 2.06 3/195 17182
/proc/meminfo: memFree=31863920/32873844 swapFree=6872/6872
[pid=17182] ppid=17180 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/17182/stat : 17182 (java) D 17180 17182 13427 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 291334434 9515008 182 33554432000 1073741824 1073778376 140736273608656 140736273599688 270118239925 0 0 4096 0 18446744072100609316 0 0 17 4 0 0 0 0 0
/proc/17182/statm: 2323 182 140 9 0 71 0

[startup+0.052239 s]
/proc/loadavg: 2.00 2.09 2.06 3/195 17182
/proc/meminfo: memFree=31863920/32873844 swapFree=6872/6872
[pid=17182] ppid=17180 vsize=9225560 CPUtime=0.03 cores=0,2,4,6
/proc/17182/stat : 17182 (java) S 17180 17182 13427 0 -1 4202496 3028 0 1 0 3 0 0 0 20 0 13 0 291334434 9446973440 3725 33554432000 1073741824 1073778376 140735515820512 140735515811648 270121599037 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/17182/statm: 2306390 3725 1698 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.10027 s]
/proc/loadavg: 2.00 2.09 2.06 3/195 17182
/proc/meminfo: memFree=31863920/32873844 swapFree=6872/6872
[pid=17182] ppid=17180 vsize=9558416 CPUtime=0.08 cores=0,2,4,6
/proc/17182/stat : 17182 (java) S 17180 17182 13427 0 -1 4202496 3997 0 1 0 8 0 0 0 20 0 18 0 291334434 9787817984 5202 33554432000 1073741824 1073778376 140735515820512 140735515811648 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/17182/statm: 2389604 5210 2037 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558416

[startup+0.300215 s]
/proc/loadavg: 2.00 2.09 2.06 3/195 17182
/proc/meminfo: memFree=31863920/32873844 swapFree=6872/6872
[pid=17182] ppid=17180 vsize=9558416 CPUtime=0.44 cores=0,2,4,6
/proc/17182/stat : 17182 (java) S 17180 17182 13427 0 -1 4202496 5253 0 1 0 43 1 0 0 20 0 18 0 291334434 9787817984 7590 33554432000 1073741824 1073778376 140735515820512 140735515811648 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/17182/statm: 2389604 7590 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558416

[startup+0.700234 s]
/proc/loadavg: 2.00 2.09 2.06 3/195 17182
/proc/meminfo: memFree=31863920/32873844 swapFree=6872/6872
[pid=17182] ppid=17180 vsize=9624980 CPUtime=1.49 cores=0,2,4,6
/proc/17182/stat : 17182 (java) S 17180 17182 13427 0 -1 4202496 10753 0 1 0 147 2 0 0 20 0 19 0 291334434 9855979520 12344 33554432000 1073741824 1073778376 140735515820512 140735515811648 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/17182/statm: 2406245 12344 2247 9 0 2396937 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9624980

[startup+1.50064 s]
/proc/loadavg: 2.00 2.09 2.06 3/214 17201
/proc/meminfo: memFree=31818940/32873844 swapFree=6872/6872
[pid=17182] ppid=17180 vsize=9624980 CPUtime=2.39 cores=0,2,4,6
/proc/17182/stat : 17182 (java) S 17180 17182 13427 0 -1 4202496 10767 0 1 0 237 2 0 0 20 0 19 0 291334434 9855979520 14400 33554432000 1073741824 1073778376 140735515820512 140735515811648 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/17182/statm: 2406245 14400 2254 9 0 2396937 0
[pid=17182/tid=17184] ppid=17180 vsize=9624980 CPUtime=1.46 cores=0,2,4,6
/proc/17182/task/17184/stat : 17184 (java) R 17180 17182 13427 0 -1 4202560 2467 0 1 0 145 1 0 0 20 0 19 0 291334435 9855979520 14400 33554432000 1073741824 1073778376 140735515820512 140098981327272 140098830819049 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17182/tid=17185] ppid=17180 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17182/task/17185/stat : 17185 (java) S 17180 17182 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291334437 9855979520 14400 33554432000 1073741824 1073778376 140735515820512 140098953787688 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17182/tid=17186] ppid=17180 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17182/task/17186/stat : 17186 (java) S 17180 17182 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291334437 9855979520 14400 33554432000 1073741824 1073778376 140735515820512 140098952734888 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17182/tid=17187] ppid=17180 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17182/task/17187/stat : 17187 (java) S 17180 17182 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291334437 9855979520 14400 33554432000 1073741824 1073778376 140735515820512 140098951682600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17182/tid=17188] ppid=17180 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17182/task/17188/stat : 17188 (java) S 17180 17182 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291334437 9855979520 14400 33554432000 1073741824 1073778376 140735515820512 140098950629800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17182/tid=17189] ppid=17180 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17182/task/17189/stat : 17189 (java) S 17180 17182 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291334437 9855979520 14400 33554432000 1073741824 1073778376 140735515820512 140098949577512 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17182/tid=17190] ppid=17180 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17182/task/17190/stat : 17190 (java) S 17180 17182 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291334437 9855979520 14400 33554432000 1073741824 1073778376 140735515820512 140098819107496 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17182/tid=17191] ppid=17180 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17182/task/17191/stat : 17191 (java) S 17180 17182 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291334437 9855979520 14400 33554432000 1073741824 1073778376 140735515820512 140098818055208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17182/tid=17192] ppid=17180 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17182/task/17192/stat : 17192 (java) S 17180 17182 13427 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291334437 9855979520 14400 33554432000 1073741824 1073778376 140735515820512 140098817002408 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17182/tid=17193] ppid=17180 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17182/task/17193/stat : 17193 (java) S 17180 17182 13427 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291334438 9855979520 14400 33554432000 1073741824 1073778376 140735515820512 140098334054632 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17182/tid=17194] ppid=17180 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17182/task/17194/stat : 17194 (java) S 17180 17182 13427 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 291334439 9855979520 14400 33554432000 1073741824 1073778376 140735515820512 140098333000696 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17182/tid=17195] ppid=17180 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17182/task/17195/stat : 17195 (java) S 17180 17182 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291334439 9855979520 14400 33554432000 1073741824 1073778376 140735515820512 140098331948296 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17182/tid=17196] ppid=17180 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17182/task/17196/stat : 17196 (java) S 17180 17182 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291334441 9855979520 14400 33554432000 1073741824 1073778376 140735515820512 140098330896784 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17182/tid=17197] ppid=17180 vsize=9624980 CPUtime=0.43 cores=0,2,4,6
/proc/17182/task/17197/stat : 17197 (java) S 17180 17182 13427 0 -1 4202560 2795 0 0 0 43 0 0 0 20 0 19 0 291334441 9855979520 14400 33554432000 1073741824 1073778376 140735515820512 140098329844408 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17182/tid=17198] ppid=17180 vsize=9624980 CPUtime=0.46 cores=0,2,4,6
/proc/17182/task/17198/stat : 17198 (java) S 17180 17182 13427 0 -1 4202560 4304 0 0 0 46 0 0 0 20 0 19 0 291334441 9855979520 14400 33554432000 1073741824 1073778376 140735515820512 140098328791608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17182/tid=17199] ppid=17180 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17182/task/17199/stat : 17199 (java) S 17180 17182 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291334441 9855979520 14400 33554432000 1073741824 1073778376 140735515820512 140098327739512 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17182/tid=17200] ppid=17180 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17182/task/17200/stat : 17200 (java) S 17180 17182 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291334441 9855979520 14400 33554432000 1073741824 1073778376 140735515820512 140098326686920 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17182/tid=17201] ppid=17180 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17182/task/17201/stat : 17201 (java) S 17180 17182 13427 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291334471 9855979520 14400 33554432000 1073741824 1073778376 140735515820512 140098325631912 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 9624980

[startup+3.10061 s]
/proc/loadavg: 2.00 2.09 2.06 3/213 17201
/proc/meminfo: memFree=31808212/32873844 swapFree=6872/6872
[pid=17182] ppid=17180 vsize=9624980 CPUtime=4.11 cores=0,2,4,6
/proc/17182/stat : 17182 (java) S 17180 17182 13427 0 -1 4202496 10966 0 1 0 409 2 0 0 20 0 19 0 291334434 9855979520 19051 33554432000 1073741824 1073778376 140735515820512 140735515811648 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/17182/statm: 2406245 19051 2279 9 0 2396937 0
[pid=17182/tid=17184] ppid=17180 vsize=9624980 CPUtime=3.04 cores=0,2,4,6
/proc/17182/task/17184/stat : 17184 (java) R 17180 17182 13427 0 -1 4202560 2474 0 1 0 303 1 0 0 20 0 19 0 291334435 9855979520 19051 33554432000 1073741824 1073778376 140735515820512 140098981335416 140098830666135 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17182/tid=17185] ppid=17180 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17182/task/17185/stat : 17185 (java) S 17180 17182 13427 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291334437 9855979520 19051 33554432000 1073741824 1073778376 140735515820512 140098953787688 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17182/tid=17186] ppid=17180 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17182/task/17186/stat : 17186 (java) S 17180 17182 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291334437 9855979520 19051 33554432000 1073741824 1073778376 140735515820512 140098952734888 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17182/tid=17187] ppid=17180 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17182/task/17187/stat : 17187 (java) S 17180 17182 13427 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291334437 9855979520 19051 33554432000 1073741824 1073778376 140735515820512 140098951682600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17182/tid=17188] ppid=17180 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17182/task/17188/stat : 17188 (java) S 17180 17182 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291334437 9855979520 19051 33554432000 1073741824 1073778376 140735515820512 140098950629800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17182/tid=17189] ppid=17180 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17182/task/17189/stat : 17189 (java) S 17180 17182 13427 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291334437 9855979520 19051 33554432000 1073741824 1073778376 140735515820512 140098949577512 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17182/tid=17190] ppid=17180 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17182/task/17190/stat : 17190 (java) S 17180 17182 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291334437 9855979520 19051 33554432000 1073741824 1073778376 140735515820512 140098819107496 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17182/tid=17191] ppid=17180 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17182/task/17191/stat : 17191 (java) S 17180 17182 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291334437 9855979520 19051 33554432000 1073741824 1073778376 140735515820512 140098818055208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17182/tid=17192] ppid=17180 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17182/task/17192/stat : 17192 (java) S 17180 17182 13427 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291334437 9855979520 19051 33554432000 1073741824 1073778376 140735515820512 140098817002408 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17182/tid=17193] ppid=17180 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17182/task/17193/stat : 17193 (java) S 17180 17182 13427 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 19 0 291334438 9855979520 19051 33554432000 1073741824 1073778376 140735515820512 140098334054632 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17182/tid=17194] ppid=17180 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17182/task/17194/stat : 17194 (java) S 17180 17182 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291334439 9855979520 19051 33554432000 1073741824 1073778376 140735515820512 140098333000696 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17182/tid=17195] ppid=17180 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17182/task/17195/stat : 17195 (java) S 17180 17182 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291334439 9855979520 19051 33554432000 1073741824 1073778376 140735515820512 140098331948296 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17182/tid=17196] ppid=17180 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17182/task/17196/stat : 17196 (java) S 17180 17182 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291334441 9855979520 19051 33554432000 1073741824 1073778376 140735515820512 140098330896784 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17182/tid=17197] ppid=17180 vsize=9624980 CPUtime=0.5 cores=0,2,4,6
/proc/17182/task/17197/stat : 17197 (java) S 17180 17182 13427 0 -1 4202560 2936 0 0 0 50 0 0 0 20 0 19 0 291334441 9855979520 19051 33554432000 1073741824 1073778376 140735515820512 140098329844408 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17182/tid=17198] ppid=17180 vsize=9624980 CPUtime=0.5 cores=0,2,4,6
/proc/17182/task/17198/stat : 17198 (java) S 17180 17182 13427 0 -1 4202560 4306 0 0 0 50 0 0 0 20 0 19 0 291334441 9855979520 19051 33554432000 1073741824 1073778376 140735515820512 140098328791608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17182/tid=17199] ppid=17180 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17182/task/17199/stat : 17199 (java) S 17180 17182 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291334441 9855979520 19051 33554432000 1073741824 1073778376 140735515820512 140098327739512 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17182/tid=17200] ppid=17180 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17182/task/17200/stat : 17200 (java) S 17180 17182 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291334441 9855979520 19051 33554432000 1073741824 1073778376 140735515820512 140098326686920 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17182/tid=17201] ppid=17180 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17182/task/17201/stat : 17201 (java) S 17180 17182 13427 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291334471 9855979520 19051 33554432000 1073741824 1073778376 140735515820512 140098325631912 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.11
Current children cumulated vsize (KiB) 9624980

[startup+6.30066 s]
/proc/loadavg: 2.08 2.10 2.07 3/213 17201
/proc/meminfo: memFree=31778748/32873844 swapFree=6872/6872
[pid=17182] ppid=17180 vsize=9624980 CPUtime=8.09 cores=0,2,4,6
/proc/17182/stat : 17182 (java) S 17180 17182 13427 0 -1 4202496 19718 0 1 0 805 4 0 0 20 0 19 0 291334434 9855979520 23603 33554432000 1073741824 1073778376 140735515820512 140735515811648 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/17182/statm: 2406245 23603 2279 9 0 2396937 0
[pid=17182/tid=17184] ppid=17180 vsize=9624980 CPUtime=6.14 cores=0,2,4,6
/proc/17182/task/17184/stat : 17184 (java) R 17180 17182 13427 0 -1 4202560 2477 0 1 0 613 1 0 0 20 0 19 0 291334435 9855979520 23603 33554432000 1073741824 1073778376 140735515820512 140098981335448 140098830675077 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17182/tid=17185] ppid=17180 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17182/task/17185/stat : 17185 (java) S 17180 17182 13427 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291334437 9855979520 23603 33554432000 1073741824 1073778376 140735515820512 140098953787688 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17182/tid=17186] ppid=17180 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17182/task/17186/stat : 17186 (java) S 17180 17182 13427 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291334437 9855979520 23603 33554432000 1073741824 1073778376 140735515820512 140098952734888 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17182/tid=17187] ppid=17180 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17182/task/17187/stat : 17187 (java) S 17180 17182 13427 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291334437 9855979520 23603 33554432000 1073741824 1073778376 140735515820512 140098951682600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17182/tid=17188] ppid=17180 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17182/task/17188/stat : 17188 (java) S 17180 17182 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291334437 9855979520 23603 33554432000 1073741824 1073778376 140735515820512 140098950629800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17182/tid=17189] ppid=17180 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17182/task/17189/stat : 17189 (java) S 17180 17182 13427 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291334437 9855979520 23603 33554432000 1073741824 1073778376 140735515820512 140098949577512 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17182/tid=17190] ppid=17180 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17182/task/17190/stat : 17190 (java) S 17180 17182 13427 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291334437 9855979520 23603 33554432000 1073741824 1073778376 140735515820512 140098819107496 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17182/tid=17191] ppid=17180 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17182/task/17191/stat : 17191 (java) S 17180 17182 13427 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291334437 9855979520 23603 33554432000 1073741824 1073778376 140735515820512 140098818055208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17182/tid=17192] ppid=17180 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17182/task/17192/stat : 17192 (java) S 17180 17182 13427 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291334437 9855979520 23603 33554432000 1073741824 1073778376 140735515820512 140098817002408 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17182/tid=17193] ppid=17180 vsize=9624980 CPUtime=0.07 cores=0,2,4,6
/proc/17182/task/17193/stat : 17193 (java) S 17180 17182 13427 0 -1 4202560 38 0 0 0 7 0 0 0 20 0 19 0 291334438 9855979520 23603 33554432000 1073741824 1073778376 140735515820512 140098334054632 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17182/tid=17194] ppid=17180 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17182/task/17194/stat : 17194 (java) S 17180 17182 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291334439 9855979520 23603 33554432000 1073741824 1073778376 140735515820512 140098333000696 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17182/tid=17195] ppid=17180 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17182/task/17195/stat : 17195 (java) S 17180 17182 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291334439 9855979520 23603 33554432000 1073741824 1073778376 140735515820512 140098331948296 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17182/tid=17196] ppid=17180 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17182/task/17196/stat : 17196 (java) S 17180 17182 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291334441 9855979520 23603 33554432000 1073741824 1073778376 140735515820512 140098330896784 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17182/tid=17197] ppid=17180 vsize=9624980 CPUtime=0.91 cores=0,2,4,6
/proc/17182/task/17197/stat : 17197 (java) S 17180 17182 13427 0 -1 4202560 9652 0 0 0 89 2 0 0 20 0 19 0 291334441 9855979520 23603 33554432000 1073741824 1073778376 140735515820512 140098329844408 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17182/tid=17198] ppid=17180 vsize=9624980 CPUtime=0.87 cores=0,2,4,6
/proc/17182/task/17198/stat : 17198 (java) S 17180 17182 13427 0 -1 4202560 6318 0 0 0 85 2 0 0 20 0 19 0 291334441 9855979520 23603 33554432000 1073741824 1073778376 140735515820512 140098328791608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17182/tid=17199] ppid=17180 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17182/task/17199/stat : 17199 (java) S 17180 17182 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291334441 9855979520 23603 33554432000 1073741824 1073778376 140735515820512 140098327739512 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17182/tid=17200] ppid=17180 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17182/task/17200/stat : 17200 (java) S 17180 17182 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291334441 9855979520 23603 33554432000 1073741824 1073778376 140735515820512 140098326686920 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17182/tid=17201] ppid=17180 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17182/task/17201/stat : 17201 (java) S 17180 17182 13427 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291334471 9855979520 23603 33554432000 1073741824 1073778376 140735515820512 140098325631912 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 8.09
Current children cumulated vsize (KiB) 9624980

[startup+12.7007 s]

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

/proc/17182/task/17185/stat : 17185 (java) S 17180 17182 13427 0 -1 4202560 12 0 0 0 9 0 0 0 20 0 19 0 291334437 9855979520 23081 33554432000 1073741824 1073778376 140735515820512 140098953787688 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17182/tid=17186] ppid=17180 vsize=9624980 CPUtime=0.08 cores=0,2,4,6
/proc/17182/task/17186/stat : 17186 (java) S 17180 17182 13427 0 -1 4202560 12 0 0 0 8 0 0 0 20 0 19 0 291334437 9855979520 23081 33554432000 1073741824 1073778376 140735515820512 140098952734888 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17182/tid=17187] ppid=17180 vsize=9624980 CPUtime=0.1 cores=0,2,4,6
/proc/17182/task/17187/stat : 17187 (java) S 17180 17182 13427 0 -1 4202560 16 0 0 0 10 0 0 0 20 0 19 0 291334437 9855979520 23081 33554432000 1073741824 1073778376 140735515820512 140098951682600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17182/tid=17188] ppid=17180 vsize=9624980 CPUtime=0.09 cores=0,2,4,6
/proc/17182/task/17188/stat : 17188 (java) S 17180 17182 13427 0 -1 4202560 13 0 0 0 9 0 0 0 20 0 19 0 291334437 9855979520 23081 33554432000 1073741824 1073778376 140735515820512 140098950629800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17182/tid=17189] ppid=17180 vsize=9624980 CPUtime=0.1 cores=0,2,4,6
/proc/17182/task/17189/stat : 17189 (java) S 17180 17182 13427 0 -1 4202560 10 0 0 0 10 0 0 0 20 0 19 0 291334437 9855979520 23081 33554432000 1073741824 1073778376 140735515820512 140098949577512 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17182/tid=17190] ppid=17180 vsize=9624980 CPUtime=0.08 cores=0,2,4,6
/proc/17182/task/17190/stat : 17190 (java) S 17180 17182 13427 0 -1 4202560 13 0 0 0 8 0 0 0 20 0 19 0 291334437 9855979520 23081 33554432000 1073741824 1073778376 140735515820512 140098819107496 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17182/tid=17191] ppid=17180 vsize=9624980 CPUtime=0.08 cores=0,2,4,6
/proc/17182/task/17191/stat : 17191 (java) S 17180 17182 13427 0 -1 4202560 9 0 0 0 8 0 0 0 20 0 19 0 291334437 9855979520 23081 33554432000 1073741824 1073778376 140735515820512 140098818055208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17182/tid=17192] ppid=17180 vsize=9624980 CPUtime=0.09 cores=0,2,4,6
/proc/17182/task/17192/stat : 17192 (java) S 17180 17182 13427 0 -1 4202560 26 0 0 0 9 0 0 0 20 0 19 0 291334437 9855979520 23081 33554432000 1073741824 1073778376 140735515820512 140098817002408 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17182/tid=17193] ppid=17180 vsize=9624980 CPUtime=1.46 cores=0,2,4,6
/proc/17182/task/17193/stat : 17193 (java) S 17180 17182 13427 0 -1 4202560 43 0 0 0 146 0 0 0 20 0 19 0 291334438 9855979520 23081 33554432000 1073741824 1073778376 140735515820512 140098334054632 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17182/tid=17194] ppid=17180 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17182/task/17194/stat : 17194 (java) S 17180 17182 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291334439 9855979520 23081 33554432000 1073741824 1073778376 140735515820512 140098333000696 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17182/tid=17195] ppid=17180 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17182/task/17195/stat : 17195 (java) S 17180 17182 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291334439 9855979520 23081 33554432000 1073741824 1073778376 140735515820512 140098331948296 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17182/tid=17196] ppid=17180 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17182/task/17196/stat : 17196 (java) S 17180 17182 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291334441 9855979520 23081 33554432000 1073741824 1073778376 140735515820512 140098330896784 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17182/tid=17197] ppid=17180 vsize=9624980 CPUtime=0.98 cores=0,2,4,6
/proc/17182/task/17197/stat : 17197 (java) S 17180 17182 13427 0 -1 4202560 9655 0 0 0 96 2 0 0 20 0 19 0 291334441 9855979520 23081 33554432000 1073741824 1073778376 140735515820512 140098329844408 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17182/tid=17198] ppid=17180 vsize=9624980 CPUtime=0.88 cores=0,2,4,6
/proc/17182/task/17198/stat : 17198 (java) S 17180 17182 13427 0 -1 4202560 6318 0 0 0 86 2 0 0 20 0 19 0 291334441 9855979520 23081 33554432000 1073741824 1073778376 140735515820512 140098328791608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17182/tid=17199] ppid=17180 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17182/task/17199/stat : 17199 (java) S 17180 17182 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291334441 9855979520 23081 33554432000 1073741824 1073778376 140735515820512 140098327739512 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17182/tid=17200] ppid=17180 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17182/task/17200/stat : 17200 (java) S 17180 17182 13427 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291334441 9855979520 23081 33554432000 1073741824 1073778376 140735515820512 140098326686920 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17182/tid=17201] ppid=17180 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17182/task/17201/stat : 17201 (java) S 17180 17182 13427 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291334471 9855979520 23081 33554432000 1073741824 1073778376 140735515820512 140098325631912 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 48.67
Current children cumulated vsize (KiB) 9624980

[startup+46.7007 s]
/proc/loadavg: 2.04 2.09 2.06 5/213 17657
/proc/meminfo: memFree=31804804/32873844 swapFree=6872/6872
[pid=17182] ppid=17180 vsize=9624980 CPUtime=49.07 cores=0,2,4,6
/proc/17182/stat : 17182 (java) S 17180 17182 13427 0 -1 4202496 19863 0 1 0 4901 6 0 0 20 0 19 0 291334434 9855979520 23081 33554432000 1073741824 1073778376 140735515820512 140735515811648 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/17182/statm: 2406245 23081 2280 9 0 2396937 0
[pid=17182/tid=17184] ppid=17180 vsize=9624980 CPUtime=44.79 cores=0,2,4,6
/proc/17182/task/17184/stat : 17184 (java) R 17180 17182 13427 0 -1 4202560 2547 0 1 0 4478 1 0 0 20 0 19 0 291334435 9855979520 23081 33554432000 1073741824 1073778376 140735515820512 140098981335392 140098830656832 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17182/tid=17185] ppid=17180 vsize=9624980 CPUtime=0.09 cores=0,2,4,6
/proc/17182/task/17185/stat : 17185 (java) S 17180 17182 13427 0 -1 4202560 12 0 0 0 9 0 0 0 20 0 19 0 291334437 9855979520 23081 33554432000 1073741824 1073778376 140735515820512 140098953787688 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17182/tid=17186] ppid=17180 vsize=9624980 CPUtime=0.08 cores=0,2,4,6
/proc/17182/task/17186/stat : 17186 (java) S 17180 17182 13427 0 -1 4202560 12 0 0 0 8 0 0 0 20 0 19 0 291334437 9855979520 23081 33554432000 1073741824 1073778376 140735515820512 140098952734888 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17182/tid=17187] ppid=17180 vsize=9624980 CPUtime=0.1 cores=0,2,4,6
/proc/17182/task/17187/stat : 17187 (java) S 17180 17182 13427 0 -1 4202560 16 0 0 0 10 0 0 0 20 0 19 0 291334437 9855979520 23081 33554432000 1073741824 1073778376 140735515820512 140098951682600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17182/tid=17188] ppid=17180 vsize=9624980 CPUtime=0.09 cores=0,2,4,6
/proc/17182/task/17188/stat : 17188 (java) S 17180 17182 13427 0 -1 4202560 13 0 0 0 9 0 0 0 20 0 19 0 291334437 9855979520 23081 33554432000 1073741824 1073778376 140735515820512 140098950629800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17182/tid=17189] ppid=17180 vsize=9624980 CPUtime=0.1 cores=0,2,4,6
/proc/17182/task/17189/stat : 17189 (java) S 17180 17182 13427 0 -1 4202560 10 0 0 0 10 0 0 0 20 0 19 0 291334437 9855979520 23081 33554432000 1073741824 1073778376 140735515820512 140098949577512 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17182/tid=17190] ppid=17180 vsize=9624980 CPUtime=0.08 cores=0,2,4,6
/proc/17182/task/17190/stat : 17190 (java) S 17180 17182 13427 0 -1 4202560 13 0 0 0 8 0 0 0 20 0 19 0 291334437 9855979520 23081 33554432000 1073741824 1073778376 140735515820512 140098819107496 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17182/tid=17191] ppid=17180 vsize=9624980 CPUtime=0.08 cores=0,2,4,6
/proc/17182/task/17191/stat : 17191 (java) S 17180 17182 13427 0 -1 4202560 9 0 0 0 8 0 0 0 20 0 19 0 291334437 9855979520 23081 33554432000 1073741824 1073778376 140735515820512 140098818055208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17182/tid=17192] ppid=17180 vsize=9624980 CPUtime=0.09 cores=0,2,4,6
/proc/17182/task/17192/stat : 17192 (java) S 17180 17182 13427 0 -1 4202560 26 0 0 0 9 0 0 0 20 0 19 0 291334437 9855979520 23081 33554432000 1073741824 1073778376 140735515820512 140098817002408 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17182/tid=17193] ppid=17180 vsize=9624980 CPUtime=1.46 cores=0,2,4,6
/proc/17182/task/17193/stat : 17193 (java) S 17180 17182 13427 0 -1 4202560 43 0 0 0 146 0 0 0 20 0 19 0 291334438 9855979520 23081 33554432000 1073741824 1073778376 140735515820512 140098334054632 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17182/tid=17194] ppid=17180 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17182/task/17194/stat : 17194 (java) S 17180 17182 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291334439 9855979520 23081 33554432000 1073741824 1073778376 140735515820512 140098333000696 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17182/tid=17195] ppid=17180 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17182/task/17195/stat : 17195 (java) S 17180 17182 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291334439 9855979520 23081 33554432000 1073741824 1073778376 140735515820512 140098331948296 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17182/tid=17196] ppid=17180 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17182/task/17196/stat : 17196 (java) S 17180 17182 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291334441 9855979520 23081 33554432000 1073741824 1073778376 140735515820512 140098330896784 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17182/tid=17197] ppid=17180 vsize=9624980 CPUtime=0.98 cores=0,2,4,6
/proc/17182/task/17197/stat : 17197 (java) S 17180 17182 13427 0 -1 4202560 9655 0 0 0 96 2 0 0 20 0 19 0 291334441 9855979520 23081 33554432000 1073741824 1073778376 140735515820512 140098329844408 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17182/tid=17198] ppid=17180 vsize=9624980 CPUtime=0.88 cores=0,2,4,6
/proc/17182/task/17198/stat : 17198 (java) S 17180 17182 13427 0 -1 4202560 6318 0 0 0 86 2 0 0 20 0 19 0 291334441 9855979520 23081 33554432000 1073741824 1073778376 140735515820512 140098328791608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17182/tid=17199] ppid=17180 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17182/task/17199/stat : 17199 (java) S 17180 17182 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291334441 9855979520 23081 33554432000 1073741824 1073778376 140735515820512 140098327739512 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17182/tid=17200] ppid=17180 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17182/task/17200/stat : 17200 (java) S 17180 17182 13427 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291334441 9855979520 23081 33554432000 1073741824 1073778376 140735515820512 140098326686920 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17182/tid=17201] ppid=17180 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17182/task/17201/stat : 17201 (java) S 17180 17182 13427 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291334471 9855979520 23081 33554432000 1073741824 1073778376 140735515820512 140098325631912 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 49.07
Current children cumulated vsize (KiB) 9624980

[startup+47.1007 s]
/proc/loadavg: 2.04 2.09 2.06 5/213 17657
/proc/meminfo: memFree=31804804/32873844 swapFree=6872/6872
[pid=17182] ppid=17180 vsize=9624980 CPUtime=49.47 cores=0,2,4,6
/proc/17182/stat : 17182 (java) S 17180 17182 13427 0 -1 4202496 19863 0 1 0 4941 6 0 0 20 0 19 0 291334434 9855979520 23081 33554432000 1073741824 1073778376 140735515820512 140735515811648 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/17182/statm: 2406245 23081 2280 9 0 2396937 0
[pid=17182/tid=17184] ppid=17180 vsize=9624980 CPUtime=45.19 cores=0,2,4,6
/proc/17182/task/17184/stat : 17184 (java) R 17180 17182 13427 0 -1 4202560 2547 0 1 0 4518 1 0 0 20 0 19 0 291334435 9855979520 23081 33554432000 1073741824 1073778376 140735515820512 140098981335392 140098830630917 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17182/tid=17185] ppid=17180 vsize=9624980 CPUtime=0.09 cores=0,2,4,6
/proc/17182/task/17185/stat : 17185 (java) S 17180 17182 13427 0 -1 4202560 12 0 0 0 9 0 0 0 20 0 19 0 291334437 9855979520 23081 33554432000 1073741824 1073778376 140735515820512 140098953787688 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17182/tid=17186] ppid=17180 vsize=9624980 CPUtime=0.08 cores=0,2,4,6
/proc/17182/task/17186/stat : 17186 (java) S 17180 17182 13427 0 -1 4202560 12 0 0 0 8 0 0 0 20 0 19 0 291334437 9855979520 23081 33554432000 1073741824 1073778376 140735515820512 140098952734888 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17182/tid=17187] ppid=17180 vsize=9624980 CPUtime=0.1 cores=0,2,4,6
/proc/17182/task/17187/stat : 17187 (java) S 17180 17182 13427 0 -1 4202560 16 0 0 0 10 0 0 0 20 0 19 0 291334437 9855979520 23081 33554432000 1073741824 1073778376 140735515820512 140098951682600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17182/tid=17188] ppid=17180 vsize=9624980 CPUtime=0.09 cores=0,2,4,6
/proc/17182/task/17188/stat : 17188 (java) S 17180 17182 13427 0 -1 4202560 13 0 0 0 9 0 0 0 20 0 19 0 291334437 9855979520 23081 33554432000 1073741824 1073778376 140735515820512 140098950629800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17182/tid=17189] ppid=17180 vsize=9624980 CPUtime=0.1 cores=0,2,4,6
/proc/17182/task/17189/stat : 17189 (java) S 17180 17182 13427 0 -1 4202560 10 0 0 0 10 0 0 0 20 0 19 0 291334437 9855979520 23081 33554432000 1073741824 1073778376 140735515820512 140098949577512 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17182/tid=17190] ppid=17180 vsize=9624980 CPUtime=0.08 cores=0,2,4,6
/proc/17182/task/17190/stat : 17190 (java) S 17180 17182 13427 0 -1 4202560 13 0 0 0 8 0 0 0 20 0 19 0 291334437 9855979520 23081 33554432000 1073741824 1073778376 140735515820512 140098819107496 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17182/tid=17191] ppid=17180 vsize=9624980 CPUtime=0.08 cores=0,2,4,6
/proc/17182/task/17191/stat : 17191 (java) S 17180 17182 13427 0 -1 4202560 9 0 0 0 8 0 0 0 20 0 19 0 291334437 9855979520 23081 33554432000 1073741824 1073778376 140735515820512 140098818055208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17182/tid=17192] ppid=17180 vsize=9624980 CPUtime=0.09 cores=0,2,4,6
/proc/17182/task/17192/stat : 17192 (java) S 17180 17182 13427 0 -1 4202560 26 0 0 0 9 0 0 0 20 0 19 0 291334437 9855979520 23081 33554432000 1073741824 1073778376 140735515820512 140098817002408 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17182/tid=17193] ppid=17180 vsize=9624980 CPUtime=1.46 cores=0,2,4,6
/proc/17182/task/17193/stat : 17193 (java) S 17180 17182 13427 0 -1 4202560 43 0 0 0 146 0 0 0 20 0 19 0 291334438 9855979520 23081 33554432000 1073741824 1073778376 140735515820512 140098334054632 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17182/tid=17194] ppid=17180 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17182/task/17194/stat : 17194 (java) S 17180 17182 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291334439 9855979520 23081 33554432000 1073741824 1073778376 140735515820512 140098333000696 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17182/tid=17195] ppid=17180 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17182/task/17195/stat : 17195 (java) S 17180 17182 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291334439 9855979520 23081 33554432000 1073741824 1073778376 140735515820512 140098331948296 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17182/tid=17196] ppid=17180 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17182/task/17196/stat : 17196 (java) S 17180 17182 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291334441 9855979520 23081 33554432000 1073741824 1073778376 140735515820512 140098330896784 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17182/tid=17197] ppid=17180 vsize=9624980 CPUtime=0.98 cores=0,2,4,6
/proc/17182/task/17197/stat : 17197 (java) S 17180 17182 13427 0 -1 4202560 9655 0 0 0 96 2 0 0 20 0 19 0 291334441 9855979520 23081 33554432000 1073741824 1073778376 140735515820512 140098329844408 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17182/tid=17198] ppid=17180 vsize=9624980 CPUtime=0.88 cores=0,2,4,6
/proc/17182/task/17198/stat : 17198 (java) S 17180 17182 13427 0 -1 4202560 6318 0 0 0 86 2 0 0 20 0 19 0 291334441 9855979520 23081 33554432000 1073741824 1073778376 140735515820512 140098328791608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17182/tid=17199] ppid=17180 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17182/task/17199/stat : 17199 (java) S 17180 17182 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291334441 9855979520 23081 33554432000 1073741824 1073778376 140735515820512 140098327739512 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17182/tid=17200] ppid=17180 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17182/task/17200/stat : 17200 (java) S 17180 17182 13427 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291334441 9855979520 23081 33554432000 1073741824 1073778376 140735515820512 140098326686920 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17182/tid=17201] ppid=17180 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17182/task/17201/stat : 17201 (java) S 17180 17182 13427 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291334471 9855979520 23081 33554432000 1073741824 1073778376 140735515820512 140098325631912 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 49.47
Current children cumulated vsize (KiB) 9624980

[startup+47.2007 s]
/proc/loadavg: 2.04 2.09 2.06 5/212 17713
/proc/meminfo: memFree=31779364/32873844 swapFree=6872/6872
[pid=17182] ppid=17180 vsize=9624980 CPUtime=49.57 cores=0,2,4,6
/proc/17182/stat : 17182 (java) S 17180 17182 13427 0 -1 4202496 19863 0 1 0 4951 6 0 0 20 0 19 0 291334434 9855979520 23081 33554432000 1073741824 1073778376 140735515820512 140735515811648 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/17182/statm: 2406245 23081 2280 9 0 2396937 0
[pid=17182/tid=17184] ppid=17180 vsize=9624980 CPUtime=45.29 cores=0,2,4,6
/proc/17182/task/17184/stat : 17184 (java) R 17180 17182 13427 0 -1 4202560 2547 0 1 0 4528 1 0 0 20 0 19 0 291334435 9855979520 23081 33554432000 1073741824 1073778376 140735515820512 140098981335392 140098830657027 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17182/tid=17185] ppid=17180 vsize=9624980 CPUtime=0.09 cores=0,2,4,6
/proc/17182/task/17185/stat : 17185 (java) S 17180 17182 13427 0 -1 4202560 12 0 0 0 9 0 0 0 20 0 19 0 291334437 9855979520 23081 33554432000 1073741824 1073778376 140735515820512 140098953787688 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17182/tid=17186] ppid=17180 vsize=9624980 CPUtime=0.08 cores=0,2,4,6
/proc/17182/task/17186/stat : 17186 (java) S 17180 17182 13427 0 -1 4202560 12 0 0 0 8 0 0 0 20 0 19 0 291334437 9855979520 23081 33554432000 1073741824 1073778376 140735515820512 140098952734888 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17182/tid=17187] ppid=17180 vsize=9624980 CPUtime=0.1 cores=0,2,4,6
/proc/17182/task/17187/stat : 17187 (java) S 17180 17182 13427 0 -1 4202560 16 0 0 0 10 0 0 0 20 0 19 0 291334437 9855979520 23081 33554432000 1073741824 1073778376 140735515820512 140098951682600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17182/tid=17188] ppid=17180 vsize=9624980 CPUtime=0.09 cores=0,2,4,6
/proc/17182/task/17188/stat : 17188 (java) S 17180 17182 13427 0 -1 4202560 13 0 0 0 9 0 0 0 20 0 19 0 291334437 9855979520 23081 33554432000 1073741824 1073778376 140735515820512 140098950629800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17182/tid=17189] ppid=17180 vsize=9624980 CPUtime=0.1 cores=0,2,4,6
/proc/17182/task/17189/stat : 17189 (java) S 17180 17182 13427 0 -1 4202560 10 0 0 0 10 0 0 0 20 0 19 0 291334437 9855979520 23081 33554432000 1073741824 1073778376 140735515820512 140098949577512 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17182/tid=17190] ppid=17180 vsize=9624980 CPUtime=0.08 cores=0,2,4,6
/proc/17182/task/17190/stat : 17190 (java) S 17180 17182 13427 0 -1 4202560 13 0 0 0 8 0 0 0 20 0 19 0 291334437 9855979520 23081 33554432000 1073741824 1073778376 140735515820512 140098819107496 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17182/tid=17191] ppid=17180 vsize=9624980 CPUtime=0.08 cores=0,2,4,6
/proc/17182/task/17191/stat : 17191 (java) S 17180 17182 13427 0 -1 4202560 9 0 0 0 8 0 0 0 20 0 19 0 291334437 9855979520 23081 33554432000 1073741824 1073778376 140735515820512 140098818055208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17182/tid=17192] ppid=17180 vsize=9624980 CPUtime=0.09 cores=0,2,4,6
/proc/17182/task/17192/stat : 17192 (java) S 17180 17182 13427 0 -1 4202560 26 0 0 0 9 0 0 0 20 0 19 0 291334437 9855979520 23081 33554432000 1073741824 1073778376 140735515820512 140098817002408 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17182/tid=17193] ppid=17180 vsize=9624980 CPUtime=1.46 cores=0,2,4,6
/proc/17182/task/17193/stat : 17193 (java) S 17180 17182 13427 0 -1 4202560 43 0 0 0 146 0 0 0 20 0 19 0 291334438 9855979520 23081 33554432000 1073741824 1073778376 140735515820512 140098334054632 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17182/tid=17194] ppid=17180 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17182/task/17194/stat : 17194 (java) S 17180 17182 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291334439 9855979520 23081 33554432000 1073741824 1073778376 140735515820512 140098333000696 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17182/tid=17195] ppid=17180 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17182/task/17195/stat : 17195 (java) S 17180 17182 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291334439 9855979520 23081 33554432000 1073741824 1073778376 140735515820512 140098331948296 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17182/tid=17196] ppid=17180 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17182/task/17196/stat : 17196 (java) S 17180 17182 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291334441 9855979520 23081 33554432000 1073741824 1073778376 140735515820512 140098330896784 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17182/tid=17197] ppid=17180 vsize=9624980 CPUtime=0.98 cores=0,2,4,6
/proc/17182/task/17197/stat : 17197 (java) S 17180 17182 13427 0 -1 4202560 9655 0 0 0 96 2 0 0 20 0 19 0 291334441 9855979520 23081 33554432000 1073741824 1073778376 140735515820512 140098329844408 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17182/tid=17198] ppid=17180 vsize=9624980 CPUtime=0.88 cores=0,2,4,6
/proc/17182/task/17198/stat : 17198 (java) S 17180 17182 13427 0 -1 4202560 6318 0 0 0 86 2 0 0 20 0 19 0 291334441 9855979520 23081 33554432000 1073741824 1073778376 140735515820512 140098328791608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17182/tid=17199] ppid=17180 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17182/task/17199/stat : 17199 (java) S 17180 17182 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291334441 9855979520 23081 33554432000 1073741824 1073778376 140735515820512 140098327739512 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17182/tid=17200] ppid=17180 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17182/task/17200/stat : 17200 (java) S 17180 17182 13427 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291334441 9855979520 23081 33554432000 1073741824 1073778376 140735515820512 140098326686920 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17182/tid=17201] ppid=17180 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/17182/task/17201/stat : 17201 (java) S 17180 17182 13427 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291334471 9855979520 23081 33554432000 1073741824 1073778376 140735515820512 140098325631912 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 49.57
Current children cumulated vsize (KiB) 9624980

Child status: 30
Real time (s): 47.2544
CPU time (s): 49.6175
CPU user time (s): 49.4365
CPU system time (s): 0.180972
CPU usage (%): 105.001
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 49.4365
system time used= 0.180972
maximum resident set size= 99896
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19881
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3318
involuntary context switches= 3498

runsolver used 0.077988 second user time and 0.208968 second system time

The end

Launcher Data

Begin job on node106 at 2012-05-29 02:41:00
IDJOB=3718093
IDBENCH=78995
IDSOLVER=2301
FILE ID=node106/3718093-1338252059
RUNJOBID= node106-1338247868-15527
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.1900567024--soft-33-100-0.wbo
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3718093-1338252059/watcher-3718093-1338252059 -o /tmp/evaluation-result-3718093-1338252059/solver-3718093-1338252059 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3718093-1338252059.wbo

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

MD5SUM BENCH= 05d9157cdbd186fca72e4e6dc0ec425d
RANDOM SEED=1270680099

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:        31864300 kB
Buffers:           71516 kB
Cached:            51208 kB
SwapCached:         1836 kB
Active:           179704 kB
Inactive:          35312 kB
Active(anon):      91284 kB
Inactive(anon):     3012 kB
Active(file):      88420 kB
Inactive(file):    32300 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67100488 kB
Dirty:               484 kB
Writeback:             0 kB
AnonPages:        162616 kB
Mapped:            15872 kB
Shmem:                 0 kB
Slab:             651200 kB
SReclaimable:      93484 kB
SUnreclaim:       557716 kB
KernelStack:        1768 kB
PageTables:         4444 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     697988 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    129024 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:47