Trace number 3718423

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 70.98 68.8496

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900670167--soft-0-100-0.wbo
MD5SUMf06e3169df6f7eed4900beba2f9ca344
Bench CategorySOFT-SMALLINT-LIN (only soft 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 benchmark40.0999
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 constraints2707
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 136625
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136624
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 707
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.08	c version 2.3.2.v20120528
0.05/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.08	c java.vm.version	19.1-b02
0.05/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.08	c sun.arch.data.model	64
0.05/0.08	c java.version		1.6.0_24
0.05/0.08	c os.name		Linux
0.05/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.08	c os.arch		amd64
0.05/0.08	c Free memory 		501472288
0.05/0.08	c Max memory 		7480803328
0.05/0.08	c Total memory 		504102912
0.05/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose 2 learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3718423-1338254511.wbo
0.10/0.10	c reading problem ... 
0.49/0.32	c ... done. Wall clock time 0.217s.
0.49/0.32	c declared #vars     231
0.49/0.32	c internal #vars     2938
0.49/0.32	c #constraints  2707
0.49/0.32	c constraints type 
0.49/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.49/0.32	c ignored satisfied constraints => 1
0.49/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.49/0.32	c 2708 constraints processed.
0.49/0.32	c objective function length is 2707 literals
0.78/0.48	c SATISFIABLE
0.78/0.48	c OPTIMIZING...
0.78/0.48	c Got one! Elapsed wall clock time (in seconds):0.375
0.78/0.48	o 769
1.08/0.54	c Got one! Elapsed wall clock time (in seconds):0.433
1.08/0.54	o 732
1.08/0.56	c Got one! Elapsed wall clock time (in seconds):0.46
1.08/0.56	o 717
1.08/0.59	c Got one! Elapsed wall clock time (in seconds):0.482
1.08/0.59	o 618
1.38/0.61	c Got one! Elapsed wall clock time (in seconds):0.501
1.38/0.61	o 602
1.38/0.63	c Got one! Elapsed wall clock time (in seconds):0.521
1.38/0.63	o 223
1.38/0.64	c Got one! Elapsed wall clock time (in seconds):0.54
1.38/0.64	o 220
1.61/0.70	c Got one! Elapsed wall clock time (in seconds):0.6
1.61/0.70	o 210
1.61/0.73	c Got one! Elapsed wall clock time (in seconds):0.628
1.61/0.73	o 202
1.61/0.75	c Got one! Elapsed wall clock time (in seconds):0.648
1.61/0.75	o 200
1.61/0.77	c Got one! Elapsed wall clock time (in seconds):0.661
1.61/0.77	o 197
1.61/0.78	c Got one! Elapsed wall clock time (in seconds):0.678
1.61/0.78	o 187
1.70/0.83	c Got one! Elapsed wall clock time (in seconds):0.728
1.70/0.83	o 186
1.70/0.87	c Got one! Elapsed wall clock time (in seconds):0.763
1.70/0.87	o 183
1.82/0.93	c Got one! Elapsed wall clock time (in seconds):0.824
1.82/0.93	o 181
1.82/0.94	c Got one! Elapsed wall clock time (in seconds):0.837
1.82/0.94	o 168
1.93/1.02	c Got one! Elapsed wall clock time (in seconds):0.92
1.93/1.02	o 163
2.12/1.22	c Got one! Elapsed wall clock time (in seconds):1.111
2.12/1.22	o 153
2.22/1.34	c Got one! Elapsed wall clock time (in seconds):1.237
2.22/1.34	o 152
2.43/1.51	c Got one! Elapsed wall clock time (in seconds):1.404
2.43/1.51	o 151
2.43/1.59	c Got one! Elapsed wall clock time (in seconds):1.487
2.43/1.59	o 150
2.53/1.67	c Got one! Elapsed wall clock time (in seconds):1.567
2.53/1.67	o 148
2.53/1.69	c Got one! Elapsed wall clock time (in seconds):1.582
2.53/1.69	o 135
2.63/1.74	c Got one! Elapsed wall clock time (in seconds):1.639
2.63/1.74	o 130
2.83/1.94	c Got one! Elapsed wall clock time (in seconds):1.836
2.83/1.94	o 126
3.17/2.25	c Got one! Elapsed wall clock time (in seconds):2.141
3.17/2.25	o 124
3.27/2.37	c cleaning 6342 clauses out of 12693 with flag 6837/12693
3.62/2.65	c Got one! Elapsed wall clock time (in seconds):2.543
3.62/2.65	o 122
3.82/2.88	c Got one! Elapsed wall clock time (in seconds):2.772
3.82/2.88	o 114
4.02/3.00	c Got one! Elapsed wall clock time (in seconds):2.893
4.02/3.00	o 112
4.02/3.09	c Got one! Elapsed wall clock time (in seconds):2.983
4.02/3.09	o 109
4.23/3.25	c cleaning 6901 clauses out of 13823 with flag 15930/20165
4.95/3.63	c Got one! Elapsed wall clock time (in seconds):3.524
4.95/3.63	o 108
4.95/3.65	c Got one! Elapsed wall clock time (in seconds):3.547
4.95/3.65	o 103
5.05/3.76	c Got one! Elapsed wall clock time (in seconds):3.653
5.05/3.76	o 96
5.15/3.84	c cleaning 6691 clauses out of 13397 with flag 8358/26640
5.35/3.98	c Got one! Elapsed wall clock time (in seconds):3.876
5.35/3.98	o 95
5.96/4.22	c Got one! Elapsed wall clock time (in seconds):4.116
5.96/4.22	o 80
5.96/4.25	c Got one! Elapsed wall clock time (in seconds):4.147
5.96/4.25	o 70
6.11/4.39	c cleaning 6842 clauses out of 13688 with flag 5775/33622
6.30/4.56	c Got one! Elapsed wall clock time (in seconds):4.458
6.30/4.56	o 69
6.40/4.60	c Got one! Elapsed wall clock time (in seconds):4.497
6.40/4.60	o 66
6.50/4.74	c Got one! Elapsed wall clock time (in seconds):4.632
6.50/4.74	o 64
6.80/5.00	c cleaning 6659 clauses out of 13336 with flag 28487/40112
6.80/5.06	c Got one! Elapsed wall clock time (in seconds):4.961
6.80/5.06	o 62
7.01/5.27	c Got one! Elapsed wall clock time (in seconds):5.164
7.01/5.27	o 60
7.21/5.41	c cleaning 5992 clauses out of 11998 with flag 20360/45433
7.51/5.78	c Got one! Elapsed wall clock time (in seconds):5.672
7.51/5.78	o 59
7.51/5.79	c Got one! Elapsed wall clock time (in seconds):5.683
7.51/5.79	o 55
7.71/5.90	c Got one! Elapsed wall clock time (in seconds):5.794
7.71/5.90	o 53
7.71/5.95	c Got one! Elapsed wall clock time (in seconds):5.847
7.71/5.95	o 46
7.84/6.06	c Got one! Elapsed wall clock time (in seconds):5.961
7.84/6.06	o 44
8.04/6.24	c Got one! Elapsed wall clock time (in seconds):6.134
8.04/6.24	o 33
8.14/6.32	c cleaning 9146 clauses out of 18314 with flag 10783/57741
8.46/6.67	c Got one! Elapsed wall clock time (in seconds):6.568
8.46/6.67	o 31
8.55/6.75	c cleaning 7576 clauses out of 15166 with flag 11440/63739
8.86/7.04	c Got one! Elapsed wall clock time (in seconds):6.933
8.86/7.04	o 30
8.96/7.18	c cleaning 6736 clauses out of 13476 with flag 22063/69625
9.36/7.56	c cleaning 6367 clauses out of 12741 with flag 78826/75626
9.48/7.65	c Got one! Elapsed wall clock time (in seconds):7.544
9.48/7.65	o 25
9.58/7.71	c Got one! Elapsed wall clock time (in seconds):7.606
9.58/7.71	o 20
9.67/7.82	c Got one! Elapsed wall clock time (in seconds):7.713
9.67/7.82	o 18
9.97/8.11	c cleaning 6751 clauses out of 13508 with flag 36608/82760
10.29/8.43	c Got one! Elapsed wall clock time (in seconds):8.321
10.29/8.43	o 16
10.39/8.51	c cleaning 5989 clauses out of 11985 with flag 16077/87988
10.70/8.83	c Got one! Elapsed wall clock time (in seconds):8.73
10.70/8.83	o 13
10.79/8.91	c cleaning 5794 clauses out of 11603 with flag 12341/93595
11.10/9.29	c cleaning 5895 clauses out of 11809 with flag 84810/99595
11.42/9.50	c Got one! Elapsed wall clock time (in seconds):9.399
11.42/9.50	o 11
11.52/9.64	c cleaning 5752 clauses out of 11514 with flag 25318/105195
11.92/10.02	c cleaning 5870 clauses out of 11762 with flag 96221/111195
12.13/10.22	c Got one! Elapsed wall clock time (in seconds):10.119
12.13/10.22	o 10
12.23/10.30	c Got one! Elapsed wall clock time (in seconds):10.196
12.23/10.30	o 9
12.23/10.33	c Got one! Elapsed wall clock time (in seconds):10.222
12.23/10.33	o 6
12.33/10.46	c cleaning 6274 clauses out of 12566 with flag 19982/117869
12.73/10.80	c cleaning 6137 clauses out of 12292 with flag 65959/123869
13.13/11.25	c cleaning 6573 clauses out of 13155 with flag 125065/130869
13.63/11.77	c cleaning 7289 clauses out of 14585 with flag 193963/138872
14.24/12.38	c cleaning 8142 clauses out of 16294 with flag 275437/147870
14.95/13.03	c cleaning 9069 clauses out of 18155 with flag 360402/157873
15.16/13.20	c Got one! Elapsed wall clock time (in seconds):13.101
15.16/13.20	o 5
15.35/13.42	c cleaning 7399 clauses out of 14827 with flag 33866/163614
15.75/13.80	c cleaning 6699 clauses out of 13428 with flag 91814/169614
16.16/14.29	c cleaning 6856 clauses out of 13729 with flag 158404/176614
16.46/14.59	c Got one! Elapsed wall clock time (in seconds):14.487
16.46/14.59	o 4
16.56/14.69	c cleaning 6215 clauses out of 12433 with flag 14618/182174
16.96/15.06	c cleaning 6100 clauses out of 12219 with flag 65857/188175
17.06/15.14	c Got one! Elapsed wall clock time (in seconds):15.037
17.06/15.14	o 2
17.36/15.44	c cleaning 5600 clauses out of 11214 with flag 50713/193270
17.76/15.82	c cleaning 5789 clauses out of 11613 with flag 110278/199269
18.06/16.18	c cleaning 6409 clauses out of 12826 with flag 166998/206271
18.56/16.66	c cleaning 7206 clauses out of 14416 with flag 233053/214270
19.06/17.16	c cleaning 8100 clauses out of 16209 with flag 307749/223269
19.66/17.71	c cleaning 9044 clauses out of 18110 with flag 391334/233270
20.36/18.43	c cleaning 10032 clauses out of 20065 with flag 487312/244269
21.17/19.22	c cleaning 10999 clauses out of 22032 with flag 586927/256269
22.07/20.14	c cleaning 12000 clauses out of 24034 with flag 706462/269270
23.17/21.26	c cleaning 13013 clauses out of 26033 with flag 830884/283269
24.49/22.54	c cleaning 14001 clauses out of 28021 with flag 959939/298270
25.79/23.85	c cleaning 15005 clauses out of 30019 with flag 1096689/314269
27.30/25.34	c cleaning 16001 clauses out of 32014 with flag 1255668/331269
28.99/27.02	c cleaning 16997 clauses out of 34014 with flag 1424019/349270
30.51/28.52	c cleaning 18001 clauses out of 36016 with flag 1574222/368270
31.90/29.98	c cleaning 19008 clauses out of 38016 with flag 1720087/388271
33.52/31.54	c cleaning 19994 clauses out of 40005 with flag 1888951/409269
35.13/33.14	c cleaning 20991 clauses out of 42011 with flag 2060082/431269
36.93/34.95	c cleaning 21993 clauses out of 44021 with flag 2251590/454270
39.04/37.06	c cleaning 23004 clauses out of 46030 with flag 2454436/478272
41.45/39.40	c cleaning 23999 clauses out of 48023 with flag 2665556/503269
42.27/40.23	c Got one! Elapsed wall clock time (in seconds):40.124
42.27/40.23	o 1
42.87/40.87	c cleaning 19373 clauses out of 38759 with flag 58670/518004
43.47/41.45	c cleaning 12687 clauses out of 25387 with flag 119918/524005
44.08/42.03	c cleaning 9840 clauses out of 19698 with flag 182400/531003
44.68/42.67	c cleaning 8923 clauses out of 17858 with flag 254257/539003
45.38/43.33	c cleaning 8956 clauses out of 17935 with flag 324820/548003
46.10/44.04	c cleaning 9478 clauses out of 18979 with flag 399129/558004
46.79/44.77	c cleaning 10245 clauses out of 20500 with flag 470725/569003
47.70/45.63	c cleaning 11119 clauses out of 22254 with flag 560028/581003
48.70/46.62	c cleaning 12054 clauses out of 24134 with flag 655462/594003
49.71/47.60	c cleaning 13037 clauses out of 26082 with flag 751731/608006
50.81/48.77	c cleaning 14019 clauses out of 28044 with flag 867889/623006
52.13/50.01	c cleaning 15005 clauses out of 30021 with flag 985601/639003
53.43/51.33	c cleaning 16002 clauses out of 32017 with flag 1114668/656004
54.93/52.86	c cleaning 16998 clauses out of 34015 with flag 1259552/674004
56.85/54.74	c cleaning 18004 clauses out of 36017 with flag 1412868/693005
58.85/56.78	c cleaning 19004 clauses out of 38012 with flag 1580357/713004
60.85/58.79	c cleaning 20002 clauses out of 40006 with flag 1737887/734004
62.95/60.84	c cleaning 20998 clauses out of 42002 with flag 1898907/756003
64.96/62.88	c cleaning 22001 clauses out of 44005 with flag 2069815/779006
67.16/65.00	c cleaning 22996 clauses out of 46003 with flag 2250278/803005
69.56/67.49	c cleaning 23998 clauses out of 48005 with flag 2443711/828003
70.98/68.84	c starts		: 215
70.98/68.84	c conflicts		: 843136
70.98/68.84	c decisions		: 1234600
70.98/68.84	c propagations		: 46747193
70.98/68.84	c inspects		: 887058488
70.98/68.84	c shortcuts		: 0
70.98/68.84	c learnt literals	: 25
70.98/68.84	c learnt binary clauses	: 57
70.98/68.84	c learnt ternary clauses	: 183
70.98/68.84	c learnt constraints	: 843110
70.98/68.84	c ignored constraints	: 0
70.98/68.84	c root simplifications	: 0
70.98/68.84	c removed literals (reason simplification)	: 0
70.98/68.84	c reason swapping (by a shorter reason)	: 0
70.98/68.84	c Calls to reduceDB	: 69
70.98/68.84	c Number of update (reduction) of LBD	: 244493
70.98/68.84	c number of reductions to clauses (during analyze)	: 0
70.98/68.84	c number of learned constraints concerned by reduction	: 0
70.98/68.84	c number of learning phase by resolution	: 0
70.98/68.84	c number of learning phase by cutting planes	: 0
70.98/68.84	c speed (assignments/second)	: 682689.9306316174
70.98/68.84	c non guided choices	7806
70.98/68.84	c learnt constraints type 
70.98/68.84	c constraints type 
70.98/68.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
70.98/68.84	c ignored satisfied constraints => 1
70.98/68.84	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
70.98/68.84	c 2708 constraints processed.
70.98/68.84	s OPTIMUM FOUND
70.98/68.84	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 
70.98/68.84	c objective function=1
70.98/68.84	c Total wall clock time (in seconds): 68.737

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-3718423-1338254511/watcher-3718423-1338254511 -o /tmp/evaluation-result-3718423-1338254511/solver-3718423-1338254511 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3718423-1338254511.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.19 2.11 2.03 3/195 10430
/proc/meminfo: memFree=30843564/32873844 swapFree=7632/7632
[pid=10430] ppid=10428 vsize=89736 CPUtime=0 cores=0,2,4,6
/proc/10430/stat : 10430 (java) S 10428 10430 6647 0 -1 4202496 1173 0 0 0 0 0 0 0 20 0 2 0 291575442 91889664 893 33554432000 1073741824 1073778376 140733889041792 140733889032928 209887199293 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10430/statm: 22434 894 678 9 0 16769 0
[pid=10430/tid=10431] ppid=10428 vsize=91880 CPUtime=0 cores=0,2,4,6
/proc/10430/task/10431/stat : 10431 (java) R 10428 10430 6647 0 -1 4202560 39 0 0 0 0 0 0 0 20 0 2 0 291575443 94085120 905 33554432000 1073741824 1073778376 140733889041792 140733889030856 209874620704 0 0 4096 0 0 0 0 -1 4 0 0 0 0 0

[startup+0.0620641 s]
/proc/loadavg: 2.19 2.11 2.03 3/195 10430
/proc/meminfo: memFree=30843564/32873844 swapFree=7632/7632
[pid=10430] ppid=10428 vsize=9558416 CPUtime=0.05 cores=0,2,4,6
/proc/10430/stat : 10430 (java) S 10428 10430 6647 0 -1 4202496 3272 0 1 0 4 1 0 0 20 0 18 0 291575442 9787817984 3970 33554432000 1073741824 1073778376 140733889041792 140733889032928 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10430/statm: 2389604 3970 1760 9 0 2380296 0
[pid=10430/tid=10431] ppid=10428 vsize=9558416 CPUtime=0.04 cores=0,2,4,6
/proc/10430/task/10431/stat : 10431 (java) R 10428 10430 6647 0 -1 4202560 2063 0 1 0 3 1 0 0 20 0 18 0 291575443 9787817984 3970 33554432000 1073741824 1073778376 140733889041792 140600379710112 209887225101 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558416

[startup+0.100287 s]
/proc/loadavg: 2.19 2.11 2.03 3/195 10430
/proc/meminfo: memFree=30843564/32873844 swapFree=7632/7632
[pid=10430] ppid=10428 vsize=9558416 CPUtime=0.1 cores=0,2,4,6
/proc/10430/stat : 10430 (java) S 10428 10430 6647 0 -1 4202496 4450 0 1 0 9 1 0 0 20 0 18 0 291575442 9787817984 5650 33554432000 1073741824 1073778376 140733889041792 140733889032928 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10430/statm: 2389604 5650 2109 9 0 2380296 0
[pid=10430/tid=10431] ppid=10428 vsize=9558416 CPUtime=0.07 cores=0,2,4,6
/proc/10430/task/10431/stat : 10431 (java) R 10428 10430 6647 0 -1 4202560 2490 0 1 0 6 1 0 0 20 0 18 0 291575443 9787817984 5650 33554432000 1073741824 1073778376 140733889041792 140600379706288 209887225101 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558416

[startup+0.300245 s]
/proc/loadavg: 2.19 2.11 2.03 3/195 10430
/proc/meminfo: memFree=30843564/32873844 swapFree=7632/7632
[pid=10430] ppid=10428 vsize=9558416 CPUtime=0.49 cores=0,2,4,6
/proc/10430/stat : 10430 (java) S 10428 10430 6647 0 -1 4202496 6444 0 1 0 48 1 0 0 20 0 18 0 291575442 9787817984 8280 33554432000 1073741824 1073778376 140733889041792 140733889032928 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10430/statm: 2389604 8280 2221 9 0 2380296 0
[pid=10430/tid=10431] ppid=10428 vsize=9558416 CPUtime=0.27 cores=0,2,4,6
/proc/10430/task/10431/stat : 10431 (java) R 10428 10430 6647 0 -1 4202560 2503 0 1 0 26 1 0 0 20 0 18 0 291575443 9787817984 8280 33554432000 1073741824 1073778376 140733889041792 140600379707752 209887225101 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558416

[startup+0.700253 s]
/proc/loadavg: 2.19 2.11 2.03 3/195 10430
/proc/meminfo: memFree=30843564/32873844 swapFree=7632/7632
[pid=10430] ppid=10428 vsize=9624980 CPUtime=1.61 cores=0,2,4,6
/proc/10430/stat : 10430 (java) S 10428 10430 6647 0 -1 4202496 11459 0 1 0 159 2 0 0 20 0 19 0 291575442 9855979520 12738 33554432000 1073741824 1073778376 140733889041792 140733889032928 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10430/statm: 2406245 12738 2257 9 0 2396937 0
[pid=10430/tid=10431] ppid=10428 vsize=9624980 CPUtime=0.67 cores=0,2,4,6
/proc/10430/task/10431/stat : 10431 (java) R 10428 10430 6647 0 -1 4202560 2520 0 1 0 66 1 0 0 20 0 19 0 291575443 9855979520 12738 33554432000 1073741824 1073778376 140733889041792 140600379708040 140600320086904 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.61
Current children cumulated vsize (KiB) 9624980

[startup+1.50068 s]
/proc/loadavg: 2.19 2.11 2.03 3/214 10449
/proc/meminfo: memFree=30790936/32873844 swapFree=7632/7632
[pid=10430] ppid=10428 vsize=9624980 CPUtime=2.43 cores=0,2,4,6
/proc/10430/stat : 10430 (java) S 10428 10430 6647 0 -1 4202496 11470 0 1 0 240 3 0 0 20 0 19 0 291575442 9855979520 16325 33554432000 1073741824 1073778376 140733889041792 140733889032928 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10430/statm: 2406245 16325 2259 9 0 2396937 0
[pid=10430/tid=10431] ppid=10428 vsize=9624980 CPUtime=1.47 cores=0,2,4,6
/proc/10430/task/10431/stat : 10431 (java) R 10428 10430 6647 0 -1 4202560 2528 0 1 0 146 1 0 0 20 0 19 0 291575443 9855979520 16325 33554432000 1073741824 1073778376 140733889041792 140600379699648 140600320086199 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10430/tid=10433] ppid=10428 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10430/task/10433/stat : 10433 (java) S 10428 10430 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291575443 9855979520 16325 33554432000 1073741824 1073778376 140733889041792 140600223152424 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10430/tid=10434] ppid=10428 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10430/task/10434/stat : 10434 (java) S 10428 10430 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291575444 9855979520 16325 33554432000 1073741824 1073778376 140733889041792 140600222099624 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10430/tid=10435] ppid=10428 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10430/task/10435/stat : 10435 (java) S 10428 10430 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291575444 9855979520 16325 33554432000 1073741824 1073778376 140733889041792 140600221047336 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10430/tid=10436] ppid=10428 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10430/task/10436/stat : 10436 (java) S 10428 10430 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291575444 9855979520 16325 33554432000 1073741824 1073778376 140733889041792 140600219994536 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10430/tid=10437] ppid=10428 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10430/task/10437/stat : 10437 (java) S 10428 10430 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291575444 9855979520 16325 33554432000 1073741824 1073778376 140733889041792 140600218942248 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10430/tid=10438] ppid=10428 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10430/task/10438/stat : 10438 (java) S 10428 10430 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291575444 9855979520 16325 33554432000 1073741824 1073778376 140733889041792 140600217889448 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10430/tid=10439] ppid=10428 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10430/task/10439/stat : 10439 (java) S 10428 10430 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291575444 9855979520 16325 33554432000 1073741824 1073778376 140733889041792 140600216837160 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10430/tid=10440] ppid=10428 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10430/task/10440/stat : 10440 (java) S 10428 10430 6647 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291575444 9855979520 16325 33554432000 1073741824 1073778376 140733889041792 140600215784360 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10430/tid=10441] ppid=10428 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10430/task/10441/stat : 10441 (java) S 10428 10430 6647 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291575445 9855979520 16325 33554432000 1073741824 1073778376 140733889041792 140600203585768 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10430/tid=10442] ppid=10428 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10430/task/10442/stat : 10442 (java) S 10428 10430 6647 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 291575445 9855979520 16325 33554432000 1073741824 1073778376 140733889041792 140600202531832 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10430/tid=10443] ppid=10428 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10430/task/10443/stat : 10443 (java) S 10428 10430 6647 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291575445 9855979520 16325 33554432000 1073741824 1073778376 140733889041792 140600201479432 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10430/tid=10444] ppid=10428 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10430/task/10444/stat : 10444 (java) S 10428 10430 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291575447 9855979520 16325 33554432000 1073741824 1073778376 140733889041792 140600200427920 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10430/tid=10445] ppid=10428 vsize=9624980 CPUtime=0.43 cores=0,2,4,6
/proc/10430/task/10445/stat : 10445 (java) S 10428 10430 6647 0 -1 4202560 2255 0 0 0 43 0 0 0 20 0 19 0 291575447 9855979520 16325 33554432000 1073741824 1073778376 140733889041792 140600199375544 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10430/tid=10446] ppid=10428 vsize=9624980 CPUtime=0.48 cores=0,2,4,6
/proc/10430/task/10446/stat : 10446 (java) S 10428 10430 6647 0 -1 4202560 5488 0 0 0 48 0 0 0 20 0 19 0 291575447 9855979520 16325 33554432000 1073741824 1073778376 140733889041792 140600198322744 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10430/tid=10447] ppid=10428 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10430/task/10447/stat : 10447 (java) S 10428 10430 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291575448 9855979520 16325 33554432000 1073741824 1073778376 140733889041792 140600197270648 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10430/tid=10448] ppid=10428 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10430/task/10448/stat : 10448 (java) S 10428 10430 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291575448 9855979520 16325 33554432000 1073741824 1073778376 140733889041792 140600196218056 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10430/tid=10449] ppid=10428 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10430/task/10449/stat : 10449 (java) S 10428 10430 6647 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291575479 9855979520 16325 33554432000 1073741824 1073778376 140733889041792 140600195163048 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.43
Current children cumulated vsize (KiB) 9624980

[startup+3.10061 s]
/proc/loadavg: 2.19 2.11 2.03 3/214 10449
/proc/meminfo: memFree=30778276/32873844 swapFree=7632/7632
[pid=10430] ppid=10428 vsize=9624980 CPUtime=4.12 cores=0,2,4,6
/proc/10430/stat : 10430 (java) S 10428 10430 6647 0 -1 4202496 11549 0 1 0 409 3 0 0 20 0 19 0 291575442 9855979520 21505 33554432000 1073741824 1073778376 140733889041792 140733889032928 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10430/statm: 2406245 21505 2285 9 0 2396937 0
[pid=10430/tid=10431] ppid=10428 vsize=9624980 CPUtime=3.05 cores=0,2,4,6
/proc/10430/task/10431/stat : 10431 (java) R 10428 10430 6647 0 -1 4202560 2538 0 1 0 304 1 0 0 20 0 19 0 291575443 9855979520 21505 33554432000 1073741824 1073778376 140733889041792 140600379707768 140600319990668 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10430/tid=10433] ppid=10428 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10430/task/10433/stat : 10433 (java) S 10428 10430 6647 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291575443 9855979520 21505 33554432000 1073741824 1073778376 140733889041792 140600223152424 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10430/tid=10434] ppid=10428 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10430/task/10434/stat : 10434 (java) S 10428 10430 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291575444 9855979520 21505 33554432000 1073741824 1073778376 140733889041792 140600222099624 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10430/tid=10435] ppid=10428 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10430/task/10435/stat : 10435 (java) S 10428 10430 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291575444 9855979520 21505 33554432000 1073741824 1073778376 140733889041792 140600221047336 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10430/tid=10436] ppid=10428 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10430/task/10436/stat : 10436 (java) S 10428 10430 6647 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291575444 9855979520 21505 33554432000 1073741824 1073778376 140733889041792 140600219994536 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10430/tid=10437] ppid=10428 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10430/task/10437/stat : 10437 (java) S 10428 10430 6647 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291575444 9855979520 21505 33554432000 1073741824 1073778376 140733889041792 140600218942248 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10430/tid=10438] ppid=10428 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10430/task/10438/stat : 10438 (java) S 10428 10430 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291575444 9855979520 21505 33554432000 1073741824 1073778376 140733889041792 140600217889448 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10430/tid=10439] ppid=10428 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10430/task/10439/stat : 10439 (java) S 10428 10430 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291575444 9855979520 21505 33554432000 1073741824 1073778376 140733889041792 140600216837160 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10430/tid=10440] ppid=10428 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10430/task/10440/stat : 10440 (java) S 10428 10430 6647 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291575444 9855979520 21505 33554432000 1073741824 1073778376 140733889041792 140600215784360 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10430/tid=10441] ppid=10428 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10430/task/10441/stat : 10441 (java) S 10428 10430 6647 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 19 0 291575445 9855979520 21505 33554432000 1073741824 1073778376 140733889041792 140600203585768 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10430/tid=10442] ppid=10428 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10430/task/10442/stat : 10442 (java) S 10428 10430 6647 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291575445 9855979520 21505 33554432000 1073741824 1073778376 140733889041792 140600202531832 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10430/tid=10443] ppid=10428 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10430/task/10443/stat : 10443 (java) S 10428 10430 6647 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291575445 9855979520 21505 33554432000 1073741824 1073778376 140733889041792 140600201479432 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10430/tid=10444] ppid=10428 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10430/task/10444/stat : 10444 (java) S 10428 10430 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291575447 9855979520 21505 33554432000 1073741824 1073778376 140733889041792 140600200427920 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10430/tid=10445] ppid=10428 vsize=9624980 CPUtime=0.47 cores=0,2,4,6
/proc/10430/task/10445/stat : 10445 (java) S 10428 10430 6647 0 -1 4202560 2264 0 0 0 47 0 0 0 20 0 19 0 291575447 9855979520 21505 33554432000 1073741824 1073778376 140733889041792 140600199375544 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10430/tid=10446] ppid=10428 vsize=9624980 CPUtime=0.53 cores=0,2,4,6
/proc/10430/task/10446/stat : 10446 (java) R 10428 10430 6647 0 -1 4202560 5503 0 0 0 53 0 0 0 20 0 19 0 291575447 9855979520 21505 33554432000 1073741824 1073778376 140733889041792 140600198322744 140600382315512 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10430/tid=10447] ppid=10428 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10430/task/10447/stat : 10447 (java) S 10428 10430 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291575448 9855979520 21505 33554432000 1073741824 1073778376 140733889041792 140600197270648 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10430/tid=10448] ppid=10428 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10430/task/10448/stat : 10448 (java) S 10428 10430 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291575448 9855979520 21505 33554432000 1073741824 1073778376 140733889041792 140600196218056 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10430/tid=10449] ppid=10428 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10430/task/10449/stat : 10449 (java) S 10428 10430 6647 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291575479 9855979520 21505 33554432000 1073741824 1073778376 140733889041792 140600195163048 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.12
Current children cumulated vsize (KiB) 9624980

[startup+6.30066 s]
/proc/loadavg: 2.17 2.11 2.03 3/214 10449
/proc/meminfo: memFree=30753832/32873844 swapFree=7632/7632
[pid=10430] ppid=10428 vsize=9624980 CPUtime=8.14 cores=0,2,4,6
/proc/10430/stat : 10430 (java) S 10428 10430 6647 0 -1 4202496 22433 0 1 0 809 5 0 0 20 0 19 0 291575442 9855979520 24164 33554432000 1073741824 1073778376 140733889041792 140733889032928 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10430/statm: 2406245 24164 2285 9 0 2396937 0
[pid=10430/tid=10431] ppid=10428 vsize=9624980 CPUtime=6.14 cores=0,2,4,6
/proc/10430/task/10431/stat : 10431 (java) R 10428 10430 6647 0 -1 4202560 2543 0 1 0 613 1 0 0 20 0 19 0 291575443 9855979520 24164 33554432000 1073741824 1073778376 140733889041792 140600379699648 140600319991055 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10430/tid=10433] ppid=10428 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10430/task/10433/stat : 10433 (java) S 10428 10430 6647 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291575443 9855979520 24164 33554432000 1073741824 1073778376 140733889041792 140600223152424 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10430/tid=10434] ppid=10428 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10430/task/10434/stat : 10434 (java) S 10428 10430 6647 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291575444 9855979520 24164 33554432000 1073741824 1073778376 140733889041792 140600222099624 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10430/tid=10435] ppid=10428 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10430/task/10435/stat : 10435 (java) S 10428 10430 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291575444 9855979520 24164 33554432000 1073741824 1073778376 140733889041792 140600221047336 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10430/tid=10436] ppid=10428 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10430/task/10436/stat : 10436 (java) S 10428 10430 6647 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291575444 9855979520 24164 33554432000 1073741824 1073778376 140733889041792 140600219994536 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10430/tid=10437] ppid=10428 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10430/task/10437/stat : 10437 (java) S 10428 10430 6647 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291575444 9855979520 24164 33554432000 1073741824 1073778376 140733889041792 140600218942248 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10430/tid=10438] ppid=10428 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10430/task/10438/stat : 10438 (java) S 10428 10430 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291575444 9855979520 24164 33554432000 1073741824 1073778376 140733889041792 140600217889448 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10430/tid=10439] ppid=10428 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10430/task/10439/stat : 10439 (java) S 10428 10430 6647 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291575444 9855979520 24164 33554432000 1073741824 1073778376 140733889041792 140600216837160 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10430/tid=10440] ppid=10428 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10430/task/10440/stat : 10440 (java) S 10428 10430 6647 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291575444 9855979520 24164 33554432000 1073741824 1073778376 140733889041792 140600215784360 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10430/tid=10441] ppid=10428 vsize=9624980 CPUtime=0.08 cores=0,2,4,6
/proc/10430/task/10441/stat : 10441 (java) S 10428 10430 6647 0 -1 4202560 32 0 0 0 8 0 0 0 20 0 19 0 291575445 9855979520 24164 33554432000 1073741824 1073778376 140733889041792 140600203585768 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10430/tid=10442] ppid=10428 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10430/task/10442/stat : 10442 (java) S 10428 10430 6647 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291575445 9855979520 24164 33554432000 1073741824 1073778376 140733889041792 140600202531832 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10430/tid=10443] ppid=10428 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10430/task/10443/stat : 10443 (java) S 10428 10430 6647 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291575445 9855979520 24164 33554432000 1073741824 1073778376 140733889041792 140600201479432 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10430/tid=10444] ppid=10428 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10430/task/10444/stat : 10444 (java) S 10428 10430 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291575447 9855979520 24164 33554432000 1073741824 1073778376 140733889041792 140600200427920 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10430/tid=10445] ppid=10428 vsize=9624980 CPUtime=0.88 cores=0,2,4,6
/proc/10430/task/10445/stat : 10445 (java) S 10428 10430 6647 0 -1 4202560 7557 0 0 0 87 1 0 0 20 0 19 0 291575447 9855979520 24164 33554432000 1073741824 1073778376 140733889041792 140600199375544 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10430/tid=10446] ppid=10428 vsize=9624980 CPUtime=0.92 cores=0,2,4,6
/proc/10430/task/10446/stat : 10446 (java) S 10428 10430 6647 0 -1 4202560 11074 0 0 0 90 2 0 0 20 0 19 0 291575447 9855979520 24164 33554432000 1073741824 1073778376 140733889041792 140600198322744 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0

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

/proc/10430/task/10440/stat : 10440 (java) S 10428 10430 6647 0 -1 4202560 10 0 0 0 6 0 0 0 20 0 19 0 291575444 9855979520 27324 33554432000 1073741824 1073778376 140733889041792 140600215784360 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10430/tid=10441] ppid=10428 vsize=9624980 CPUtime=1.94 cores=0,2,4,6
/proc/10430/task/10441/stat : 10441 (java) S 10428 10430 6647 0 -1 4202560 41 0 0 0 194 0 0 0 20 0 19 0 291575445 9855979520 27324 33554432000 1073741824 1073778376 140733889041792 140600203585768 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10430/tid=10442] ppid=10428 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10430/task/10442/stat : 10442 (java) S 10428 10430 6647 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291575445 9855979520 27324 33554432000 1073741824 1073778376 140733889041792 140600202531832 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10430/tid=10443] ppid=10428 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10430/task/10443/stat : 10443 (java) S 10428 10430 6647 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291575445 9855979520 27324 33554432000 1073741824 1073778376 140733889041792 140600201479432 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10430/tid=10444] ppid=10428 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10430/task/10444/stat : 10444 (java) S 10428 10430 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291575447 9855979520 27324 33554432000 1073741824 1073778376 140733889041792 140600200427920 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10430/tid=10445] ppid=10428 vsize=9624980 CPUtime=0.89 cores=0,2,4,6
/proc/10430/task/10445/stat : 10445 (java) S 10428 10430 6647 0 -1 4202560 7557 0 0 0 88 1 0 0 20 0 19 0 291575447 9855979520 27324 33554432000 1073741824 1073778376 140733889041792 140600199375544 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10430/tid=10446] ppid=10428 vsize=9624980 CPUtime=0.95 cores=0,2,4,6
/proc/10430/task/10446/stat : 10446 (java) S 10428 10430 6647 0 -1 4202560 11077 0 0 0 93 2 0 0 20 0 19 0 291575447 9855979520 27324 33554432000 1073741824 1073778376 140733889041792 140600198322744 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10430/tid=10447] ppid=10428 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10430/task/10447/stat : 10447 (java) S 10428 10430 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291575448 9855979520 27324 33554432000 1073741824 1073778376 140733889041792 140600197270648 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10430/tid=10448] ppid=10428 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10430/task/10448/stat : 10448 (java) S 10428 10430 6647 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291575448 9855979520 27324 33554432000 1073741824 1073778376 140733889041792 140600196218056 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10430/tid=10449] ppid=10428 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10430/task/10449/stat : 10449 (java) S 10428 10430 6647 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291575479 9855979520 27324 33554432000 1073741824 1073778376 140733889041792 140600195163048 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 70.08
Current children cumulated vsize (KiB) 9624980

[startup+68.3007 s]
/proc/loadavg: 2.57 2.24 2.08 3/215 10652
/proc/meminfo: memFree=30734844/32873844 swapFree=7632/7632
[pid=10430] ppid=10428 vsize=9624980 CPUtime=70.48 cores=0,2,4,6
/proc/10430/stat : 10430 (java) S 10428 10430 6647 0 -1 4202496 22605 0 1 0 7040 8 0 0 20 0 19 0 291575442 9855979520 27324 33554432000 1073741824 1073778376 140733889041792 140733889032928 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10430/statm: 2406245 27324 2286 9 0 2396937 0
[pid=10430/tid=10431] ppid=10428 vsize=9624980 CPUtime=65.94 cores=0,2,4,6
/proc/10430/task/10431/stat : 10431 (java) R 10428 10430 6647 0 -1 4202560 2605 0 1 0 6592 2 0 0 20 0 19 0 291575443 9855979520 27324 33554432000 1073741824 1073778376 140733889041792 140600379707744 140600319999880 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10430/tid=10433] ppid=10428 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/10430/task/10433/stat : 10433 (java) S 10428 10430 6647 0 -1 4202560 21 0 0 0 5 0 0 0 20 0 19 0 291575443 9855979520 27324 33554432000 1073741824 1073778376 140733889041792 140600223152424 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10430/tid=10434] ppid=10428 vsize=9624980 CPUtime=0.04 cores=0,2,4,6
/proc/10430/task/10434/stat : 10434 (java) S 10428 10430 6647 0 -1 4202560 16 0 0 0 4 0 0 0 20 0 19 0 291575444 9855979520 27324 33554432000 1073741824 1073778376 140733889041792 140600222099624 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10430/tid=10435] ppid=10428 vsize=9624980 CPUtime=0.06 cores=0,2,4,6
/proc/10430/task/10435/stat : 10435 (java) S 10428 10430 6647 0 -1 4202560 12 0 0 0 6 0 0 0 20 0 19 0 291575444 9855979520 27324 33554432000 1073741824 1073778376 140733889041792 140600221047336 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10430/tid=10436] ppid=10428 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/10430/task/10436/stat : 10436 (java) S 10428 10430 6647 0 -1 4202560 28 0 0 0 5 0 0 0 20 0 19 0 291575444 9855979520 27324 33554432000 1073741824 1073778376 140733889041792 140600219994536 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10430/tid=10437] ppid=10428 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/10430/task/10437/stat : 10437 (java) S 10428 10430 6647 0 -1 4202560 26 0 0 0 5 0 0 0 20 0 19 0 291575444 9855979520 27324 33554432000 1073741824 1073778376 140733889041792 140600218942248 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10430/tid=10438] ppid=10428 vsize=9624980 CPUtime=0.04 cores=0,2,4,6
/proc/10430/task/10438/stat : 10438 (java) S 10428 10430 6647 0 -1 4202560 11 0 0 0 4 0 0 0 20 0 19 0 291575444 9855979520 27324 33554432000 1073741824 1073778376 140733889041792 140600217889448 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10430/tid=10439] ppid=10428 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/10430/task/10439/stat : 10439 (java) S 10428 10430 6647 0 -1 4202560 11 0 0 0 5 0 0 0 20 0 19 0 291575444 9855979520 27324 33554432000 1073741824 1073778376 140733889041792 140600216837160 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10430/tid=10440] ppid=10428 vsize=9624980 CPUtime=0.06 cores=0,2,4,6
/proc/10430/task/10440/stat : 10440 (java) S 10428 10430 6647 0 -1 4202560 10 0 0 0 6 0 0 0 20 0 19 0 291575444 9855979520 27324 33554432000 1073741824 1073778376 140733889041792 140600215784360 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10430/tid=10441] ppid=10428 vsize=9624980 CPUtime=1.94 cores=0,2,4,6
/proc/10430/task/10441/stat : 10441 (java) S 10428 10430 6647 0 -1 4202560 41 0 0 0 194 0 0 0 20 0 19 0 291575445 9855979520 27324 33554432000 1073741824 1073778376 140733889041792 140600203585768 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10430/tid=10442] ppid=10428 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10430/task/10442/stat : 10442 (java) S 10428 10430 6647 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291575445 9855979520 27324 33554432000 1073741824 1073778376 140733889041792 140600202531832 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10430/tid=10443] ppid=10428 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10430/task/10443/stat : 10443 (java) S 10428 10430 6647 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291575445 9855979520 27324 33554432000 1073741824 1073778376 140733889041792 140600201479432 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10430/tid=10444] ppid=10428 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10430/task/10444/stat : 10444 (java) S 10428 10430 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291575447 9855979520 27324 33554432000 1073741824 1073778376 140733889041792 140600200427920 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10430/tid=10445] ppid=10428 vsize=9624980 CPUtime=0.89 cores=0,2,4,6
/proc/10430/task/10445/stat : 10445 (java) S 10428 10430 6647 0 -1 4202560 7557 0 0 0 88 1 0 0 20 0 19 0 291575447 9855979520 27324 33554432000 1073741824 1073778376 140733889041792 140600199375544 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10430/tid=10446] ppid=10428 vsize=9624980 CPUtime=0.95 cores=0,2,4,6
/proc/10430/task/10446/stat : 10446 (java) S 10428 10430 6647 0 -1 4202560 11077 0 0 0 93 2 0 0 20 0 19 0 291575447 9855979520 27324 33554432000 1073741824 1073778376 140733889041792 140600198322744 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10430/tid=10447] ppid=10428 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10430/task/10447/stat : 10447 (java) S 10428 10430 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291575448 9855979520 27324 33554432000 1073741824 1073778376 140733889041792 140600197270648 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10430/tid=10448] ppid=10428 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10430/task/10448/stat : 10448 (java) S 10428 10430 6647 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291575448 9855979520 27324 33554432000 1073741824 1073778376 140733889041792 140600196218056 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10430/tid=10449] ppid=10428 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10430/task/10449/stat : 10449 (java) S 10428 10430 6647 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291575479 9855979520 27324 33554432000 1073741824 1073778376 140733889041792 140600195163048 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 70.48
Current children cumulated vsize (KiB) 9624980

[startup+68.7007 s]
/proc/loadavg: 2.57 2.24 2.08 3/215 10652
/proc/meminfo: memFree=30734844/32873844 swapFree=7632/7632
[pid=10430] ppid=10428 vsize=9624980 CPUtime=70.88 cores=0,2,4,6
/proc/10430/stat : 10430 (java) S 10428 10430 6647 0 -1 4202496 22605 0 1 0 7080 8 0 0 20 0 19 0 291575442 9855979520 27324 33554432000 1073741824 1073778376 140733889041792 140733889032928 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10430/statm: 2406245 27324 2286 9 0 2396937 0
[pid=10430/tid=10431] ppid=10428 vsize=9624980 CPUtime=66.34 cores=0,2,4,6
/proc/10430/task/10431/stat : 10431 (java) R 10428 10430 6647 0 -1 4202560 2605 0 1 0 6632 2 0 0 20 0 19 0 291575443 9855979520 27324 33554432000 1073741824 1073778376 140733889041792 140600379707744 140600319999944 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10430/tid=10433] ppid=10428 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/10430/task/10433/stat : 10433 (java) S 10428 10430 6647 0 -1 4202560 21 0 0 0 5 0 0 0 20 0 19 0 291575443 9855979520 27324 33554432000 1073741824 1073778376 140733889041792 140600223152424 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10430/tid=10434] ppid=10428 vsize=9624980 CPUtime=0.04 cores=0,2,4,6
/proc/10430/task/10434/stat : 10434 (java) S 10428 10430 6647 0 -1 4202560 16 0 0 0 4 0 0 0 20 0 19 0 291575444 9855979520 27324 33554432000 1073741824 1073778376 140733889041792 140600222099624 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10430/tid=10435] ppid=10428 vsize=9624980 CPUtime=0.06 cores=0,2,4,6
/proc/10430/task/10435/stat : 10435 (java) S 10428 10430 6647 0 -1 4202560 12 0 0 0 6 0 0 0 20 0 19 0 291575444 9855979520 27324 33554432000 1073741824 1073778376 140733889041792 140600221047336 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10430/tid=10436] ppid=10428 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/10430/task/10436/stat : 10436 (java) S 10428 10430 6647 0 -1 4202560 28 0 0 0 5 0 0 0 20 0 19 0 291575444 9855979520 27324 33554432000 1073741824 1073778376 140733889041792 140600219994536 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10430/tid=10437] ppid=10428 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/10430/task/10437/stat : 10437 (java) S 10428 10430 6647 0 -1 4202560 26 0 0 0 5 0 0 0 20 0 19 0 291575444 9855979520 27324 33554432000 1073741824 1073778376 140733889041792 140600218942248 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10430/tid=10438] ppid=10428 vsize=9624980 CPUtime=0.04 cores=0,2,4,6
/proc/10430/task/10438/stat : 10438 (java) S 10428 10430 6647 0 -1 4202560 11 0 0 0 4 0 0 0 20 0 19 0 291575444 9855979520 27324 33554432000 1073741824 1073778376 140733889041792 140600217889448 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10430/tid=10439] ppid=10428 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/10430/task/10439/stat : 10439 (java) S 10428 10430 6647 0 -1 4202560 11 0 0 0 5 0 0 0 20 0 19 0 291575444 9855979520 27324 33554432000 1073741824 1073778376 140733889041792 140600216837160 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10430/tid=10440] ppid=10428 vsize=9624980 CPUtime=0.06 cores=0,2,4,6
/proc/10430/task/10440/stat : 10440 (java) S 10428 10430 6647 0 -1 4202560 10 0 0 0 6 0 0 0 20 0 19 0 291575444 9855979520 27324 33554432000 1073741824 1073778376 140733889041792 140600215784360 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10430/tid=10441] ppid=10428 vsize=9624980 CPUtime=1.94 cores=0,2,4,6
/proc/10430/task/10441/stat : 10441 (java) S 10428 10430 6647 0 -1 4202560 41 0 0 0 194 0 0 0 20 0 19 0 291575445 9855979520 27324 33554432000 1073741824 1073778376 140733889041792 140600203585768 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10430/tid=10442] ppid=10428 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10430/task/10442/stat : 10442 (java) S 10428 10430 6647 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291575445 9855979520 27324 33554432000 1073741824 1073778376 140733889041792 140600202531832 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10430/tid=10443] ppid=10428 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10430/task/10443/stat : 10443 (java) S 10428 10430 6647 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291575445 9855979520 27324 33554432000 1073741824 1073778376 140733889041792 140600201479432 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10430/tid=10444] ppid=10428 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10430/task/10444/stat : 10444 (java) S 10428 10430 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291575447 9855979520 27324 33554432000 1073741824 1073778376 140733889041792 140600200427920 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10430/tid=10445] ppid=10428 vsize=9624980 CPUtime=0.89 cores=0,2,4,6
/proc/10430/task/10445/stat : 10445 (java) S 10428 10430 6647 0 -1 4202560 7557 0 0 0 88 1 0 0 20 0 19 0 291575447 9855979520 27324 33554432000 1073741824 1073778376 140733889041792 140600199375544 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10430/tid=10446] ppid=10428 vsize=9624980 CPUtime=0.95 cores=0,2,4,6
/proc/10430/task/10446/stat : 10446 (java) S 10428 10430 6647 0 -1 4202560 11077 0 0 0 93 2 0 0 20 0 19 0 291575447 9855979520 27324 33554432000 1073741824 1073778376 140733889041792 140600198322744 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10430/tid=10447] ppid=10428 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10430/task/10447/stat : 10447 (java) S 10428 10430 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291575448 9855979520 27324 33554432000 1073741824 1073778376 140733889041792 140600197270648 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10430/tid=10448] ppid=10428 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10430/task/10448/stat : 10448 (java) S 10428 10430 6647 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291575448 9855979520 27324 33554432000 1073741824 1073778376 140733889041792 140600196218056 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10430/tid=10449] ppid=10428 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10430/task/10449/stat : 10449 (java) S 10428 10430 6647 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291575479 9855979520 27324 33554432000 1073741824 1073778376 140733889041792 140600195163048 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 70.88
Current children cumulated vsize (KiB) 9624980

[startup+68.8007 s]
/proc/loadavg: 2.57 2.24 2.08 3/215 10652
/proc/meminfo: memFree=30734844/32873844 swapFree=7632/7632
[pid=10430] ppid=10428 vsize=9624980 CPUtime=70.98 cores=0,2,4,6
/proc/10430/stat : 10430 (java) S 10428 10430 6647 0 -1 4202496 22605 0 1 0 7090 8 0 0 20 0 19 0 291575442 9855979520 27324 33554432000 1073741824 1073778376 140733889041792 140733889032928 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10430/statm: 2406245 27324 2286 9 0 2396937 0
[pid=10430/tid=10431] ppid=10428 vsize=9624980 CPUtime=66.44 cores=0,2,4,6
/proc/10430/task/10431/stat : 10431 (java) R 10428 10430 6647 0 -1 4202560 2605 0 1 0 6642 2 0 0 20 0 19 0 291575443 9855979520 27324 33554432000 1073741824 1073778376 140733889041792 140600379707744 140600319991967 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10430/tid=10433] ppid=10428 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/10430/task/10433/stat : 10433 (java) S 10428 10430 6647 0 -1 4202560 21 0 0 0 5 0 0 0 20 0 19 0 291575443 9855979520 27324 33554432000 1073741824 1073778376 140733889041792 140600223152424 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10430/tid=10434] ppid=10428 vsize=9624980 CPUtime=0.04 cores=0,2,4,6
/proc/10430/task/10434/stat : 10434 (java) S 10428 10430 6647 0 -1 4202560 16 0 0 0 4 0 0 0 20 0 19 0 291575444 9855979520 27324 33554432000 1073741824 1073778376 140733889041792 140600222099624 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10430/tid=10435] ppid=10428 vsize=9624980 CPUtime=0.06 cores=0,2,4,6
/proc/10430/task/10435/stat : 10435 (java) S 10428 10430 6647 0 -1 4202560 12 0 0 0 6 0 0 0 20 0 19 0 291575444 9855979520 27324 33554432000 1073741824 1073778376 140733889041792 140600221047336 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10430/tid=10436] ppid=10428 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/10430/task/10436/stat : 10436 (java) S 10428 10430 6647 0 -1 4202560 28 0 0 0 5 0 0 0 20 0 19 0 291575444 9855979520 27324 33554432000 1073741824 1073778376 140733889041792 140600219994536 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10430/tid=10437] ppid=10428 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/10430/task/10437/stat : 10437 (java) S 10428 10430 6647 0 -1 4202560 26 0 0 0 5 0 0 0 20 0 19 0 291575444 9855979520 27324 33554432000 1073741824 1073778376 140733889041792 140600218942248 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10430/tid=10438] ppid=10428 vsize=9624980 CPUtime=0.04 cores=0,2,4,6
/proc/10430/task/10438/stat : 10438 (java) S 10428 10430 6647 0 -1 4202560 11 0 0 0 4 0 0 0 20 0 19 0 291575444 9855979520 27324 33554432000 1073741824 1073778376 140733889041792 140600217889448 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10430/tid=10439] ppid=10428 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/10430/task/10439/stat : 10439 (java) S 10428 10430 6647 0 -1 4202560 11 0 0 0 5 0 0 0 20 0 19 0 291575444 9855979520 27324 33554432000 1073741824 1073778376 140733889041792 140600216837160 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10430/tid=10440] ppid=10428 vsize=9624980 CPUtime=0.06 cores=0,2,4,6
/proc/10430/task/10440/stat : 10440 (java) S 10428 10430 6647 0 -1 4202560 10 0 0 0 6 0 0 0 20 0 19 0 291575444 9855979520 27324 33554432000 1073741824 1073778376 140733889041792 140600215784360 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10430/tid=10441] ppid=10428 vsize=9624980 CPUtime=1.94 cores=0,2,4,6
/proc/10430/task/10441/stat : 10441 (java) S 10428 10430 6647 0 -1 4202560 41 0 0 0 194 0 0 0 20 0 19 0 291575445 9855979520 27324 33554432000 1073741824 1073778376 140733889041792 140600203585768 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10430/tid=10442] ppid=10428 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10430/task/10442/stat : 10442 (java) S 10428 10430 6647 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291575445 9855979520 27324 33554432000 1073741824 1073778376 140733889041792 140600202531832 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10430/tid=10443] ppid=10428 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10430/task/10443/stat : 10443 (java) S 10428 10430 6647 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291575445 9855979520 27324 33554432000 1073741824 1073778376 140733889041792 140600201479432 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10430/tid=10444] ppid=10428 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10430/task/10444/stat : 10444 (java) S 10428 10430 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291575447 9855979520 27324 33554432000 1073741824 1073778376 140733889041792 140600200427920 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10430/tid=10445] ppid=10428 vsize=9624980 CPUtime=0.89 cores=0,2,4,6
/proc/10430/task/10445/stat : 10445 (java) S 10428 10430 6647 0 -1 4202560 7557 0 0 0 88 1 0 0 20 0 19 0 291575447 9855979520 27324 33554432000 1073741824 1073778376 140733889041792 140600199375544 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10430/tid=10446] ppid=10428 vsize=9624980 CPUtime=0.95 cores=0,2,4,6
/proc/10430/task/10446/stat : 10446 (java) S 10428 10430 6647 0 -1 4202560 11077 0 0 0 93 2 0 0 20 0 19 0 291575447 9855979520 27324 33554432000 1073741824 1073778376 140733889041792 140600198322744 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10430/tid=10447] ppid=10428 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10430/task/10447/stat : 10447 (java) S 10428 10430 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291575448 9855979520 27324 33554432000 1073741824 1073778376 140733889041792 140600197270648 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10430/tid=10448] ppid=10428 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10430/task/10448/stat : 10448 (java) S 10428 10430 6647 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291575448 9855979520 27324 33554432000 1073741824 1073778376 140733889041792 140600196218056 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10430/tid=10449] ppid=10428 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10430/task/10449/stat : 10449 (java) S 10428 10430 6647 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291575479 9855979520 27324 33554432000 1073741824 1073778376 140733889041792 140600195163048 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 70.98
Current children cumulated vsize (KiB) 9624980

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10430 and gives
#  childrusage.ru_utime.tv_sec=70
#  childrusage.ru_utime.tv_usec=740245
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=182972
# CPU time returned by wait4() is 70.9232
# while last known CPU time is 70.98
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 68.8496
CPU time (s): 70.98
CPU user time (s): 70.9
CPU system time (s): 0.08
CPU usage (%): 103.094
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 70.7402
system time used= 0.182972
maximum resident set size= 112204
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22624
page faults= 1
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3484
involuntary context switches= 2069

runsolver used 0.134979 second user time and 0.356945 second system time

The end

Launcher Data

Begin job on node141 at 2012-05-29 03:21:51
IDJOB=3718423
IDBENCH=79311
IDSOLVER=2301
FILE ID=node141/3718423-1338254511
RUNJOBID= node141-1338248797-9481
PBS_JOBID= 14624658
Free space on /tmp= 71232 MiB

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

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

MD5SUM BENCH= f06e3169df6f7eed4900beba2f9ca344
RANDOM SEED=2048961855

node141.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		: 2666.744
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	: 5333.48
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		: 2666.744
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		: 2666.744
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.93
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		: 2666.744
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		: 2666.744
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.92
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		: 2666.744
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		: 2666.744
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.92
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		: 2666.744
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:        30844216 kB
Buffers:          231168 kB
Cached:           401960 kB
SwapCached:          220 kB
Active:          1131676 kB
Inactive:          28048 kB
Active(anon):     516308 kB
Inactive(anon):    12056 kB
Active(file):     615368 kB
Inactive(file):    15992 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67108636 kB
Dirty:               464 kB
Writeback:             0 kB
AnonPages:        609008 kB
Mapped:            18316 kB
Shmem:               172 kB
Slab:             728764 kB
SReclaimable:     171120 kB
SUnreclaim:       557644 kB
KernelStack:        1768 kB
PageTables:         5028 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     694056 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    575488 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= 71232 MiB
End job on node141 at 2012-05-29 03:23:00