Trace number 3718402

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 118.2 115.484

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900552735--soft-0-100-0.wbo
MD5SUM30e25559b2b6f1151f21e207b2f87b54
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark110.225
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 136614
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136613
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 739
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.06/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.06/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.10	c See www.sat4j.org for details.
0.06/0.11	c version 2.3.2.v20120528
0.06/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.11	c java.vm.version	19.1-b02
0.06/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.11	c sun.arch.data.model	64
0.06/0.11	c java.version		1.6.0_24
0.06/0.11	c os.name		Linux
0.06/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.11	c os.arch		amd64
0.06/0.11	c Free memory 		501472288
0.06/0.11	c Max memory 		7480803328
0.06/0.11	c Total memory 		504102912
0.06/0.11	c Number of processors 	8
0.06/0.13	c Pseudo Boolean Optimization by upper bound
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.13	c No reason simplification
0.06/0.13	c Armin Biere (Picosat) restarts strategy
0.06/0.13	c Glucose 2 learned constraints deletion strategy
0.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c --- End Solver configuration ---
0.06/0.13	c solving HOME/instance-3718402-1338254447.wbo
0.06/0.13	c reading problem ... 
0.44/0.34	c ... done. Wall clock time 0.205s.
0.44/0.34	c declared #vars     231
0.44/0.34	c internal #vars     2938
0.44/0.34	c #constraints  2707
0.44/0.34	c constraints type 
0.44/0.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.44/0.34	c ignored satisfied constraints => 1
0.44/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.44/0.34	c 2708 constraints processed.
0.44/0.34	c objective function length is 2707 literals
1.03/0.52	c SATISFIABLE
1.03/0.52	c OPTIMIZING...
1.03/0.52	c Got one! Elapsed wall clock time (in seconds):0.387
1.03/0.52	o 413
1.03/0.57	c Got one! Elapsed wall clock time (in seconds):0.44
1.03/0.57	o 407
1.33/0.60	c Got one! Elapsed wall clock time (in seconds):0.467
1.33/0.60	o 354
1.33/0.62	c Got one! Elapsed wall clock time (in seconds):0.488
1.33/0.62	o 348
1.33/0.64	c Got one! Elapsed wall clock time (in seconds):0.506
1.33/0.64	o 306
1.33/0.66	c Got one! Elapsed wall clock time (in seconds):0.528
1.33/0.66	o 271
1.64/0.71	c Got one! Elapsed wall clock time (in seconds):0.576
1.64/0.71	o 263
1.64/0.72	c Got one! Elapsed wall clock time (in seconds):0.593
1.64/0.72	o 247
1.64/0.75	c Got one! Elapsed wall clock time (in seconds):0.616
1.64/0.75	o 244
1.64/0.77	c Got one! Elapsed wall clock time (in seconds):0.639
1.64/0.77	o 225
1.64/0.78	c Got one! Elapsed wall clock time (in seconds):0.647
1.64/0.78	o 212
1.85/0.98	c Got one! Elapsed wall clock time (in seconds):0.853
1.85/0.98	o 210
1.96/1.03	c Got one! Elapsed wall clock time (in seconds):0.896
1.96/1.03	o 206
1.96/1.05	c Got one! Elapsed wall clock time (in seconds):0.918
1.96/1.05	o 194
2.06/1.13	c Got one! Elapsed wall clock time (in seconds):1.001
2.06/1.13	o 193
2.06/1.15	c Got one! Elapsed wall clock time (in seconds):1.02
2.06/1.15	o 177
2.15/1.24	c Got one! Elapsed wall clock time (in seconds):1.111
2.15/1.24	o 174
2.15/1.25	c Got one! Elapsed wall clock time (in seconds):1.12
2.15/1.25	o 156
2.15/1.28	c Got one! Elapsed wall clock time (in seconds):1.145
2.15/1.28	o 152
2.86/1.92	c cleaning 4772 clauses out of 9544 with flag 20100/9544
3.52/2.56	c Got one! Elapsed wall clock time (in seconds):2.431
3.52/2.56	o 151
3.52/2.58	c Got one! Elapsed wall clock time (in seconds):2.448
3.52/2.58	o 144
3.62/2.61	c Got one! Elapsed wall clock time (in seconds):2.476
3.62/2.61	o 119
3.96/2.98	c cleaning 5649 clauses out of 11298 with flag 10349/16070
4.12/3.02	c Got one! Elapsed wall clock time (in seconds):2.885
4.12/3.02	o 118
4.12/3.09	c Got one! Elapsed wall clock time (in seconds):2.961
4.12/3.09	o 117
4.53/3.30	c Got one! Elapsed wall clock time (in seconds):3.17
4.53/3.30	o 116
5.09/3.55	c Got one! Elapsed wall clock time (in seconds):3.416
5.09/3.55	o 110
5.40/3.82	c Got one! Elapsed wall clock time (in seconds):3.69
5.40/3.82	o 109
5.50/3.91	c cleaning 6693 clauses out of 13412 with flag 8506/23833
5.50/3.94	c Got one! Elapsed wall clock time (in seconds):3.813
5.50/3.94	o 104
5.97/4.39	c Got one! Elapsed wall clock time (in seconds):4.263
5.97/4.39	o 101
6.07/4.48	c Got one! Elapsed wall clock time (in seconds):4.345
6.07/4.48	o 93
6.27/4.62	c cleaning 6602 clauses out of 13218 with flag 16889/30332
6.43/4.76	c Got one! Elapsed wall clock time (in seconds):4.627
6.43/4.76	o 78
6.53/4.89	c Got one! Elapsed wall clock time (in seconds):4.756
6.53/4.89	o 68
6.63/4.98	c Got one! Elapsed wall clock time (in seconds):4.853
6.63/4.98	o 64
6.83/5.16	c Got one! Elapsed wall clock time (in seconds):5.031
6.83/5.16	o 59
7.03/5.36	c Got one! Elapsed wall clock time (in seconds):5.227
7.03/5.36	o 57
7.03/5.40	c Got one! Elapsed wall clock time (in seconds):5.27
7.03/5.40	o 43
7.23/5.53	c cleaning 7720 clauses out of 15444 with flag 16566/39160
7.77/6.08	c Got one! Elapsed wall clock time (in seconds):5.946
7.77/6.08	o 41
7.87/6.15	c cleaning 6752 clauses out of 13511 with flag 10202/44947
8.40/6.62	c Got one! Elapsed wall clock time (in seconds):6.493
8.40/6.62	o 32
8.60/6.82	c Got one! Elapsed wall clock time (in seconds):6.687
8.60/6.82	o 30
8.82/7.05	c Got one! Elapsed wall clock time (in seconds):6.923
8.82/7.05	o 15
8.92/7.16	c cleaning 9269 clauses out of 18543 with flag 10675/56731
9.23/7.47	c Got one! Elapsed wall clock time (in seconds):7.344
9.23/7.47	o 14
9.63/7.85	c cleaning 9733 clauses out of 19469 with flag 54234/66926
9.93/8.19	c cleaning 7856 clauses out of 15732 with flag 91884/72922
10.45/8.68	c cleaning 7440 clauses out of 14880 with flag 144693/79926
11.05/9.27	c cleaning 7713 clauses out of 15437 with flag 211816/87923
11.77/9.93	c cleaning 8354 clauses out of 16726 with flag 283621/96925
12.60/10.71	c cleaning 9178 clauses out of 18369 with flag 368977/106922
13.52/11.62	c cleaning 10094 clauses out of 20191 with flag 464097/117922
14.54/12.66	c cleaning 11045 clauses out of 22097 with flag 570901/129922
15.74/13.84	c cleaning 12020 clauses out of 24052 with flag 688659/142922
17.05/15.15	c cleaning 13003 clauses out of 26032 with flag 808391/156922
18.59/16.61	c cleaning 14003 clauses out of 28029 with flag 942363/171922
19.50/17.55	c Got one! Elapsed wall clock time (in seconds):17.424
19.50/17.55	o 12
19.99/18.02	c cleaning 14589 clauses out of 29206 with flag 47025/187102
20.41/18.47	c cleaning 10305 clauses out of 20621 with flag 92475/193106
20.93/18.96	c cleaning 8646 clauses out of 17315 with flag 143013/200105
21.53/19.52	c cleaning 8323 clauses out of 16666 with flag 203973/208102
22.14/20.17	c cleaning 8670 clauses out of 17347 with flag 272521/217106
22.85/20.89	c cleaning 9332 clauses out of 18673 with flag 351305/227102
23.14/21.16	c Got one! Elapsed wall clock time (in seconds):21.025
23.14/21.16	o 9
23.36/21.33	c cleaning 7483 clauses out of 14975 with flag 25186/232736
23.78/21.79	c cleaning 6740 clauses out of 13493 with flag 87098/238737
24.28/22.28	c cleaning 6860 clauses out of 13752 with flag 153014/245736
24.88/22.85	c cleaning 7437 clauses out of 14892 with flag 228399/253736
25.60/23.54	c cleaning 8222 clauses out of 16455 with flag 309374/262736
26.21/24.11	c Got one! Elapsed wall clock time (in seconds):23.98
26.21/24.11	o 8
26.61/24.51	c cleaning 10164 clauses out of 20385 with flag 42468/274888
27.03/24.95	c cleaning 8088 clauses out of 16220 with flag 92279/280887
27.14/25.00	c Got one! Elapsed wall clock time (in seconds):24.87
27.14/25.00	o 7
27.45/25.37	c cleaning 6724 clauses out of 13457 with flag 49341/286212
27.86/25.75	c cleaning 6358 clauses out of 12732 with flag 90319/292211
28.26/26.17	c cleaning 6671 clauses out of 13374 with flag 136158/299211
28.88/26.71	c cleaning 7348 clauses out of 14703 with flag 194096/307211
29.48/27.33	c cleaning 8178 clauses out of 16356 with flag 257916/316212
30.18/28.03	c cleaning 9079 clauses out of 18177 with flag 333054/326211
30.60/28.43	c Got one! Elapsed wall clock time (in seconds):28.301
30.60/28.43	o 6
31.00/28.89	c cleaning 9752 clauses out of 19530 with flag 53776/336643
31.51/29.37	c cleaning 7879 clauses out of 15778 with flag 116900/342643
32.02/29.83	c Got one! Elapsed wall clock time (in seconds):29.696
32.02/29.83	o 5
32.42/30.27	c cleaning 9468 clauses out of 18948 with flag 53538/353692
32.93/30.76	c cleaning 7720 clauses out of 15480 with flag 119109/359692
33.43/31.25	c cleaning 7370 clauses out of 14760 with flag 178213/366692
34.05/31.81	c cleaning 7685 clauses out of 15390 with flag 242896/374692
34.65/32.46	c cleaning 8337 clauses out of 16705 with flag 322530/383692
35.46/33.25	c cleaning 9182 clauses out of 18369 with flag 414282/393693
36.48/34.28	c cleaning 10085 clauses out of 20187 with flag 512235/404693
37.49/35.23	c cleaning 11042 clauses out of 22102 with flag 606483/416693
38.51/36.24	c cleaning 12020 clauses out of 24059 with flag 707446/429692
39.71/37.49	c cleaning 13011 clauses out of 26039 with flag 828716/443692
41.01/38.72	c cleaning 14006 clauses out of 28030 with flag 951099/458694
42.41/40.15	c cleaning 14999 clauses out of 30022 with flag 1094227/474692
43.92/41.60	c cleaning 16001 clauses out of 32023 with flag 1234212/491693
45.43/43.12	c cleaning 17004 clauses out of 34023 with flag 1387169/509694
47.04/44.71	c cleaning 17994 clauses out of 36019 with flag 1547667/528694
49.05/46.75	c cleaning 19004 clauses out of 38023 with flag 1728454/548692
51.28/48.93	c cleaning 20008 clauses out of 40019 with flag 1921837/569692
53.20/50.89	c cleaning 20991 clauses out of 42010 with flag 2091932/591692
55.41/53.01	c cleaning 21993 clauses out of 44019 with flag 2276221/614692
57.43/55.05	c cleaning 23005 clauses out of 46025 with flag 2465002/638692
59.72/57.30	c cleaning 24004 clauses out of 48021 with flag 2665942/663693
62.24/59.87	c cleaning 25002 clauses out of 50015 with flag 2893636/689692
65.07/62.64	c cleaning 26000 clauses out of 52013 with flag 3128911/716693
67.66/65.24	c cleaning 26993 clauses out of 54015 with flag 3354877/744696
70.49/68.06	c cleaning 27998 clauses out of 56017 with flag 3589039/773692
73.70/71.22	c cleaning 29007 clauses out of 58020 with flag 3853358/803694
77.12/74.67	c cleaning 30001 clauses out of 60011 with flag 4126216/834692
80.73/78.27	c cleaning 31000 clauses out of 62009 with flag 4402095/866692
84.45/81.91	c cleaning 31989 clauses out of 64007 with flag 4674327/899693
88.08/85.57	c cleaning 32996 clauses out of 66019 with flag 4946944/933694
92.09/89.59	c cleaning 34005 clauses out of 68021 with flag 5242907/968692
96.30/93.77	c Got one! Elapsed wall clock time (in seconds):93.64
96.30/93.77	o 4
97.40/94.81	c cleaning 36941 clauses out of 73902 with flag 53733/1008579
98.12/95.58	c cleaning 21467 clauses out of 42961 with flag 109216/1014579
98.94/96.33	c cleaning 14233 clauses out of 28498 with flag 166418/1021583
99.54/96.93	c cleaning 11115 clauses out of 22261 with flag 201342/1029579
100.14/97.58	c cleaning 10044 clauses out of 20145 with flag 235908/1038578
100.94/98.32	c cleaning 10024 clauses out of 20101 with flag 277090/1048578
101.76/99.13	c cleaning 10538 clauses out of 21079 with flag 318859/1059580
102.57/99.93	c cleaning 11263 clauses out of 22538 with flag 367301/1071578
103.49/100.84	c cleaning 12131 clauses out of 24274 with flag 419206/1084578
104.49/101.86	c cleaning 13068 clauses out of 26144 with flag 480839/1098579
105.71/103.00	c cleaning 14028 clauses out of 28075 with flag 550944/1113579
106.82/104.17	c cleaning 15002 clauses out of 30048 with flag 625710/1129580
108.12/105.46	c cleaning 16015 clauses out of 32044 with flag 715752/1146578
109.73/107.02	c cleaning 17008 clauses out of 34027 with flag 817830/1164578
111.43/108.72	c cleaning 17999 clauses out of 36017 with flag 919346/1183578
113.15/110.49	c cleaning 19001 clauses out of 38016 with flag 1021625/1203578
115.16/112.42	c cleaning 19998 clauses out of 40016 with flag 1146291/1224580
117.30/114.50	c cleaning 21001 clauses out of 42016 with flag 1275185/1246578
118.20/115.47	c starts		: 218
118.20/115.47	c conflicts		: 1257679
118.20/115.47	c decisions		: 1715972
118.20/115.47	c propagations		: 71693983
118.20/115.47	c inspects		: 1497848065
118.20/115.47	c shortcuts		: 0
118.20/115.47	c learnt literals	: 38
118.20/115.47	c learnt binary clauses	: 69
118.20/115.47	c learnt ternary clauses	: 238
118.20/115.47	c learnt constraints	: 1257640
118.20/115.47	c ignored constraints	: 0
118.20/115.47	c root simplifications	: 0
118.20/115.47	c removed literals (reason simplification)	: 0
118.20/115.47	c reason swapping (by a shorter reason)	: 0
118.20/115.47	c Calls to reduceDB	: 88
118.20/115.47	c Number of update (reduction) of LBD	: 378563
118.20/115.47	c number of reductions to clauses (during analyze)	: 0
118.20/115.47	c number of learned constraints concerned by reduction	: 0
118.20/115.47	c number of learning phase by resolution	: 0
118.20/115.47	c number of learning phase by cutting planes	: 0
118.20/115.47	c speed (assignments/second)	: 622916.7723773612
118.20/115.47	c non guided choices	5936
118.20/115.47	c learnt constraints type 
118.20/115.47	c constraints type 
118.20/115.47	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
118.20/115.47	c ignored satisfied constraints => 1
118.20/115.47	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
118.20/115.47	c 2708 constraints processed.
118.20/115.47	s OPTIMUM FOUND
118.20/115.47	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 
118.20/115.47	c objective function=4
118.20/115.47	c Total wall clock time (in seconds): 115.344

Verifier Data

OK	4

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

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

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


[startup+0 s]
/proc/loadavg: 2.16 2.10 2.03 3/196 3958
/proc/meminfo: memFree=29469960/32873844 swapFree=7628/7628
[pid=3958] ppid=3956 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/3958/stat : 3958 (java) R 3956 3958 31640 0 -1 4202496 80 0 0 0 0 0 0 0 20 0 1 0 291569028 278528 33 33554432000 1073741824 1073778376 140736397908384 140736397905560 254741146919 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3958/statm: 68 33 25 9 0 25 0

[startup+0.0482441 s]
/proc/loadavg: 2.16 2.10 2.03 3/196 3958
/proc/meminfo: memFree=29469960/32873844 swapFree=7628/7628
[pid=3958] ppid=3956 vsize=9092432 CPUtime=0.01 cores=1,3,5,7
/proc/3958/stat : 3958 (java) S 3956 3958 31640 0 -1 4202496 2925 0 1 0 1 0 0 0 20 0 11 0 291569028 9310650368 3625 33554432000 1073741824 1073778376 140734710480640 140734710471776 254753669181 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3958/statm: 2273108 3625 1650 9 0 2263809 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9092432

[startup+0.100285 s]
/proc/loadavg: 2.16 2.10 2.03 3/196 3958
/proc/meminfo: memFree=29469960/32873844 swapFree=7628/7628
[pid=3958] ppid=3956 vsize=9558416 CPUtime=0.06 cores=1,3,5,7
/proc/3958/stat : 3958 (java) S 3956 3958 31640 0 -1 4202496 3369 0 1 0 5 1 0 0 20 0 18 0 291569028 9787817984 4578 33554432000 1073741824 1073778376 140734710480640 140734710471776 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3958/statm: 2389604 4579 1773 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558416

[startup+0.300252 s]
/proc/loadavg: 2.16 2.10 2.03 3/196 3958
/proc/meminfo: memFree=29469960/32873844 swapFree=7628/7628
[pid=3958] ppid=3956 vsize=9558416 CPUtime=0.44 cores=1,3,5,7
/proc/3958/stat : 3958 (java) S 3956 3958 31640 0 -1 4202496 6366 0 1 0 42 2 0 0 20 0 18 0 291569028 9787817984 8340 33554432000 1073741824 1073778376 140734710480640 140734710471776 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3958/statm: 2389604 8340 2219 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558416

[startup+0.700273 s]
/proc/loadavg: 2.16 2.10 2.03 3/196 3958
/proc/meminfo: memFree=29469960/32873844 swapFree=7628/7628
[pid=3958] ppid=3956 vsize=9624980 CPUtime=1.64 cores=1,3,5,7
/proc/3958/stat : 3958 (java) S 3956 3958 31640 0 -1 4202496 12414 0 1 0 160 4 0 0 20 0 19 0 291569028 9855979520 13057 33554432000 1073741824 1073778376 140734710480640 140734710471776 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3958/statm: 2406245 13057 2257 9 0 2396937 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 9624980

[startup+1.5006 s]
/proc/loadavg: 2.16 2.10 2.03 3/215 3977
/proc/meminfo: memFree=29417736/32873844 swapFree=7628/7628
[pid=3958] ppid=3956 vsize=9624980 CPUtime=2.45 cores=1,3,5,7
/proc/3958/stat : 3958 (java) S 3956 3958 31640 0 -1 4202496 12426 0 1 0 241 4 0 0 20 0 19 0 291569028 9855979520 17156 33554432000 1073741824 1073778376 140734710480640 140734710471776 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3958/statm: 2406245 17156 2259 9 0 2396937 0
[pid=3958/tid=3960] ppid=3956 vsize=9624980 CPUtime=1.45 cores=1,3,5,7
/proc/3958/task/3960/stat : 3960 (java) R 3956 3958 31640 0 -1 4202560 2471 0 1 0 143 2 0 0 20 0 19 0 291569030 9855979520 17156 33554432000 1073741824 1073778376 140734710480640 140247211098560 140247073668415 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3958/tid=3961] ppid=3956 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3958/task/3961/stat : 3961 (java) S 3956 3958 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291569031 9855979520 17156 33554432000 1073741824 1073778376 140734710480640 140247200168232 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3958/tid=3962] ppid=3956 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3958/task/3962/stat : 3962 (java) S 3956 3958 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291569031 9855979520 17156 33554432000 1073741824 1073778376 140734710480640 140247199115432 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3958/tid=3963] ppid=3956 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3958/task/3963/stat : 3963 (java) S 3956 3958 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291569031 9855979520 17156 33554432000 1073741824 1073778376 140734710480640 140247198063144 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3958/tid=3964] ppid=3956 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3958/task/3964/stat : 3964 (java) S 3956 3958 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291569031 9855979520 17156 33554432000 1073741824 1073778376 140734710480640 140247197010344 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3958/tid=3965] ppid=3956 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3958/task/3965/stat : 3965 (java) S 3956 3958 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291569031 9855979520 17156 33554432000 1073741824 1073778376 140734710480640 140247195958056 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3958/tid=3966] ppid=3956 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3958/task/3966/stat : 3966 (java) S 3956 3958 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291569031 9855979520 17156 33554432000 1073741824 1073778376 140734710480640 140247194905256 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3958/tid=3967] ppid=3956 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3958/task/3967/stat : 3967 (java) S 3956 3958 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291569031 9855979520 17156 33554432000 1073741824 1073778376 140734710480640 140247193852968 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3958/tid=3968] ppid=3956 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3958/task/3968/stat : 3968 (java) S 3956 3958 31640 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291569031 9855979520 17156 33554432000 1073741824 1073778376 140734710480640 140247192800168 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3958/tid=3969] ppid=3956 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3958/task/3969/stat : 3969 (java) S 3956 3958 31640 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291569032 9855979520 17156 33554432000 1073741824 1073778376 140734710480640 140247034833128 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3958/tid=3970] ppid=3956 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3958/task/3970/stat : 3970 (java) S 3956 3958 31640 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 291569033 9855979520 17156 33554432000 1073741824 1073778376 140734710480640 140247033779192 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3958/tid=3971] ppid=3956 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3958/task/3971/stat : 3971 (java) S 3956 3958 31640 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291569033 9855979520 17156 33554432000 1073741824 1073778376 140734710480640 140247032726792 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3958/tid=3972] ppid=3956 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3958/task/3972/stat : 3972 (java) S 3956 3958 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291569036 9855979520 17156 33554432000 1073741824 1073778376 140734710480640 140247031675280 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3958/tid=3973] ppid=3956 vsize=9624980 CPUtime=0.49 cores=1,3,5,7
/proc/3958/task/3973/stat : 3973 (java) S 3956 3958 31640 0 -1 4202560 5055 0 0 0 47 2 0 0 20 0 19 0 291569036 9855979520 17156 33554432000 1073741824 1073778376 140734710480640 140247030622904 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3958/tid=3974] ppid=3956 vsize=9624980 CPUtime=0.47 cores=1,3,5,7
/proc/3958/task/3974/stat : 3974 (java) S 3956 3958 31640 0 -1 4202560 3701 0 0 0 46 1 0 0 20 0 19 0 291569036 9855979520 17156 33554432000 1073741824 1073778376 140734710480640 140247029570104 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3958/tid=3975] ppid=3956 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3958/task/3975/stat : 3975 (java) S 3956 3958 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291569036 9855979520 17156 33554432000 1073741824 1073778376 140734710480640 140247028518008 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3958/tid=3976] ppid=3956 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3958/task/3976/stat : 3976 (java) S 3956 3958 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291569036 9855979520 17156 33554432000 1073741824 1073778376 140734710480640 140247027465416 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3958/tid=3977] ppid=3956 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3958/task/3977/stat : 3977 (java) S 3956 3958 31640 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291569067 9855979520 17156 33554432000 1073741824 1073778376 140734710480640 140247026410408 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 9624980

[startup+3.10071 s]
/proc/loadavg: 2.16 2.10 2.03 3/215 3977
/proc/meminfo: memFree=29396388/32873844 swapFree=7628/7628
[pid=3958] ppid=3956 vsize=9624980 CPUtime=4.32 cores=1,3,5,7
/proc/3958/stat : 3958 (java) S 3956 3958 31640 0 -1 4202496 16004 0 1 0 427 5 0 0 20 0 19 0 291569028 9855979520 22626 33554432000 1073741824 1073778376 140734710480640 140734710471776 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3958/statm: 2406245 22626 2285 9 0 2396937 0
[pid=3958/tid=3960] ppid=3956 vsize=9624980 CPUtime=3.01 cores=1,3,5,7
/proc/3958/task/3960/stat : 3960 (java) R 3956 3958 31640 0 -1 4202560 2477 0 1 0 299 2 0 0 20 0 19 0 291569030 9855979520 22626 33554432000 1073741824 1073778376 140734710480640 140247211098560 140247074159663 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=3958/tid=3961] ppid=3956 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3958/task/3961/stat : 3961 (java) S 3956 3958 31640 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291569031 9855979520 22626 33554432000 1073741824 1073778376 140734710480640 140247200168232 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3958/tid=3962] ppid=3956 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3958/task/3962/stat : 3962 (java) S 3956 3958 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291569031 9855979520 22626 33554432000 1073741824 1073778376 140734710480640 140247199115432 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3958/tid=3963] ppid=3956 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3958/task/3963/stat : 3963 (java) S 3956 3958 31640 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291569031 9855979520 22626 33554432000 1073741824 1073778376 140734710480640 140247198063144 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3958/tid=3964] ppid=3956 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3958/task/3964/stat : 3964 (java) S 3956 3958 31640 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291569031 9855979520 22626 33554432000 1073741824 1073778376 140734710480640 140247197010344 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3958/tid=3965] ppid=3956 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3958/task/3965/stat : 3965 (java) S 3956 3958 31640 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291569031 9855979520 22626 33554432000 1073741824 1073778376 140734710480640 140247195958056 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3958/tid=3966] ppid=3956 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3958/task/3966/stat : 3966 (java) S 3956 3958 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291569031 9855979520 22626 33554432000 1073741824 1073778376 140734710480640 140247194905256 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3958/tid=3967] ppid=3956 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3958/task/3967/stat : 3967 (java) S 3956 3958 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291569031 9855979520 22626 33554432000 1073741824 1073778376 140734710480640 140247193852968 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3958/tid=3968] ppid=3956 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3958/task/3968/stat : 3968 (java) S 3956 3958 31640 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291569031 9855979520 22626 33554432000 1073741824 1073778376 140734710480640 140247192800168 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3958/tid=3969] ppid=3956 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/3958/task/3969/stat : 3969 (java) S 3956 3958 31640 0 -1 4202560 31 0 0 0 1 0 0 0 20 0 19 0 291569032 9855979520 22626 33554432000 1073741824 1073778376 140734710480640 140247034833128 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3958/tid=3970] ppid=3956 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3958/task/3970/stat : 3970 (java) S 3956 3958 31640 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291569033 9855979520 22626 33554432000 1073741824 1073778376 140734710480640 140247033779192 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3958/tid=3971] ppid=3956 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3958/task/3971/stat : 3971 (java) S 3956 3958 31640 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291569033 9855979520 22626 33554432000 1073741824 1073778376 140734710480640 140247032726792 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3958/tid=3972] ppid=3956 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3958/task/3972/stat : 3972 (java) S 3956 3958 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291569036 9855979520 22626 33554432000 1073741824 1073778376 140734710480640 140247031675280 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3958/tid=3973] ppid=3956 vsize=9624980 CPUtime=0.69 cores=1,3,5,7
/proc/3958/task/3973/stat : 3973 (java) R 3956 3958 31640 0 -1 4202560 8567 0 0 0 67 2 0 0 20 0 19 0 291569036 9855979520 22626 33554432000 1073741824 1073778376 140734710480640 140247030609912 140247213157563 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3958/tid=3974] ppid=3956 vsize=9624980 CPUtime=0.54 cores=1,3,5,7
/proc/3958/task/3974/stat : 3974 (java) S 3956 3958 31640 0 -1 4202560 3706 0 0 0 53 1 0 0 20 0 19 0 291569036 9855979520 22626 33554432000 1073741824 1073778376 140734710480640 140247029570104 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3958/tid=3975] ppid=3956 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3958/task/3975/stat : 3975 (java) S 3956 3958 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291569036 9855979520 22626 33554432000 1073741824 1073778376 140734710480640 140247028518008 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3958/tid=3976] ppid=3956 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3958/task/3976/stat : 3976 (java) S 3956 3958 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291569036 9855979520 22626 33554432000 1073741824 1073778376 140734710480640 140247027465416 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3958/tid=3977] ppid=3956 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3958/task/3977/stat : 3977 (java) S 3956 3958 31640 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291569067 9855979520 22626 33554432000 1073741824 1073778376 140734710480640 140247026410408 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.32
Current children cumulated vsize (KiB) 9624980

[startup+6.30076 s]
/proc/loadavg: 2.14 2.10 2.03 3/215 3977
/proc/meminfo: memFree=29376852/32873844 swapFree=7628/7628
[pid=3958] ppid=3956 vsize=9624980 CPUtime=8.09 cores=1,3,5,7
/proc/3958/stat : 3958 (java) S 3956 3958 31640 0 -1 4202496 19235 0 1 0 802 7 0 0 20 0 19 0 291569028 9855979520 25022 33554432000 1073741824 1073778376 140734710480640 140734710471776 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3958/statm: 2406245 25022 2285 9 0 2396937 0
[pid=3958/tid=3960] ppid=3956 vsize=9624980 CPUtime=6.1 cores=1,3,5,7
/proc/3958/task/3960/stat : 3960 (java) R 3956 3958 31640 0 -1 4202560 2481 0 1 0 608 2 0 0 20 0 19 0 291569030 9855979520 25022 33554432000 1073741824 1073778376 140734710480640 140247211106712 140247074293400 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3958/tid=3961] ppid=3956 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3958/task/3961/stat : 3961 (java) S 3956 3958 31640 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291569031 9855979520 25022 33554432000 1073741824 1073778376 140734710480640 140247200168232 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3958/tid=3962] ppid=3956 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3958/task/3962/stat : 3962 (java) S 3956 3958 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291569031 9855979520 25022 33554432000 1073741824 1073778376 140734710480640 140247199115432 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3958/tid=3963] ppid=3956 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/3958/task/3963/stat : 3963 (java) S 3956 3958 31640 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 291569031 9855979520 25022 33554432000 1073741824 1073778376 140734710480640 140247198063144 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3958/tid=3964] ppid=3956 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3958/task/3964/stat : 3964 (java) S 3956 3958 31640 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291569031 9855979520 25022 33554432000 1073741824 1073778376 140734710480640 140247197010344 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3958/tid=3965] ppid=3956 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3958/task/3965/stat : 3965 (java) S 3956 3958 31640 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291569031 9855979520 25022 33554432000 1073741824 1073778376 140734710480640 140247195958056 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3958/tid=3966] ppid=3956 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3958/task/3966/stat : 3966 (java) S 3956 3958 31640 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291569031 9855979520 25022 33554432000 1073741824 1073778376 140734710480640 140247194905256 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3958/tid=3967] ppid=3956 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3958/task/3967/stat : 3967 (java) S 3956 3958 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291569031 9855979520 25022 33554432000 1073741824 1073778376 140734710480640 140247193852968 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3958/tid=3968] ppid=3956 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3958/task/3968/stat : 3968 (java) S 3956 3958 31640 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291569031 9855979520 25022 33554432000 1073741824 1073778376 140734710480640 140247192800168 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3958/tid=3969] ppid=3956 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/3958/task/3969/stat : 3969 (java) S 3956 3958 31640 0 -1 4202560 53 0 0 0 8 0 0 0 20 0 19 0 291569032 9855979520 25022 33554432000 1073741824 1073778376 140734710480640 140247034833128 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3958/tid=3970] ppid=3956 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3958/task/3970/stat : 3970 (java) S 3956 3958 31640 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291569033 9855979520 25022 33554432000 1073741824 1073778376 140734710480640 140247033779192 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3958/tid=3971] ppid=3956 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3958/task/3971/stat : 3971 (java) S 3956 3958 31640 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291569033 9855979520 25022 33554432000 1073741824 1073778376 140734710480640 140247032726792 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3958/tid=3972] ppid=3956 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3958/task/3972/stat : 3972 (java) S 3956 3958 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291569036 9855979520 25022 33554432000 1073741824 1073778376 140734710480640 140247031675280 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3958/tid=3973] ppid=3956 vsize=9624980 CPUtime=1.18 cores=1,3,5,7
/proc/3958/task/3973/stat : 3973 (java) S 3956 3958 31640 0 -1 4202560 11750 0 0 0 115 3 0 0 20 0 19 0 291569036 9855979520 25022 33554432000 1073741824 1073778376 140734710480640 140247030622904 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3958/tid=3974] ppid=3956 vsize=9624980 CPUtime=0.57 cores=1,3,5,7
/proc/3958/task/3974/stat : 3974 (java) S 3956 3958 31640 0 -1 4202560 3715 0 0 0 56 1 0 0 20 0 19 0 291569036 9855979520 25022 33554432000 1073741824 1073778376 140734710480640 140247029570104 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3958/tid=3975] ppid=3956 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3958/task/3975/stat : 3975 (java) S 3956 3958 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291569036 9855979520 25022 33554432000 1073741824 1073778376 140734710480640 140247028518008 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3958/tid=3976] ppid=3956 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3958/task/3976/stat : 3976 (java) S 3956 3958 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291569036 9855979520 25022 33554432000 1073741824 1073778376 140734710480640 140247027465416 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3958/tid=3977] ppid=3956 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3958/task/3977/stat : 3977 (java) S 3956 3958 31640 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291569067 9855979520 25022 33554432000 1073741824 1073778376 140734710480640 140247026410408 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.09
Current children cumulated vsize (KiB) 9624980

[startup+12.7006 s]

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

/proc/3958/task/3968/stat : 3968 (java) S 3956 3958 31640 0 -1 4202560 28 0 0 0 18 0 0 0 20 0 19 0 291569031 9855979520 27418 33554432000 1073741824 1073778376 140734710480640 140247192800168 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3958/tid=3969] ppid=3956 vsize=9624980 CPUtime=2.26 cores=1,3,5,7
/proc/3958/task/3969/stat : 3969 (java) S 3956 3958 31640 0 -1 4202560 64 0 0 0 226 0 0 0 20 0 19 0 291569032 9855979520 27418 33554432000 1073741824 1073778376 140734710480640 140247034833128 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3958/tid=3970] ppid=3956 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3958/task/3970/stat : 3970 (java) S 3956 3958 31640 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291569033 9855979520 27418 33554432000 1073741824 1073778376 140734710480640 140247033779192 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3958/tid=3971] ppid=3956 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3958/task/3971/stat : 3971 (java) S 3956 3958 31640 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291569033 9855979520 27418 33554432000 1073741824 1073778376 140734710480640 140247032726792 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3958/tid=3972] ppid=3956 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3958/task/3972/stat : 3972 (java) S 3956 3958 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291569036 9855979520 27418 33554432000 1073741824 1073778376 140734710480640 140247031675280 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3958/tid=3973] ppid=3956 vsize=9624980 CPUtime=1.22 cores=1,3,5,7
/proc/3958/task/3973/stat : 3973 (java) S 3956 3958 31640 0 -1 4202560 11752 0 0 0 119 3 0 0 20 0 19 0 291569036 9855979520 27418 33554432000 1073741824 1073778376 140734710480640 140247030622904 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3958/tid=3974] ppid=3956 vsize=9624980 CPUtime=0.62 cores=1,3,5,7
/proc/3958/task/3974/stat : 3974 (java) S 3956 3958 31640 0 -1 4202560 3716 0 0 0 61 1 0 0 20 0 19 0 291569036 9855979520 27418 33554432000 1073741824 1073778376 140734710480640 140247029570104 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3958/tid=3975] ppid=3956 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3958/task/3975/stat : 3975 (java) S 3956 3958 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291569036 9855979520 27418 33554432000 1073741824 1073778376 140734710480640 140247028518008 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3958/tid=3976] ppid=3956 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/3958/task/3976/stat : 3976 (java) S 3956 3958 31640 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 291569036 9855979520 27418 33554432000 1073741824 1073778376 140734710480640 140247027465416 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3958/tid=3977] ppid=3956 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3958/task/3977/stat : 3977 (java) S 3956 3958 31640 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291569067 9855979520 27418 33554432000 1073741824 1073778376 140734710480640 140247026410408 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 117.1
Current children cumulated vsize (KiB) 9624980

[startup+115.101 s]
/proc/loadavg: 2.02 2.06 2.02 3/214 3977
/proc/meminfo: memFree=29362112/32873844 swapFree=7628/7628
[pid=3958] ppid=3956 vsize=9624980 CPUtime=117.9 cores=1,3,5,7
/proc/3958/stat : 3958 (java) S 3956 3958 31640 0 -1 4202496 19495 0 1 0 11779 11 0 0 20 0 19 0 291569028 9855979520 27419 33554432000 1073741824 1073778376 140734710480640 140734710471776 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3958/statm: 2406245 27419 2286 9 0 2396937 0
[pid=3958/tid=3960] ppid=3956 vsize=9624980 CPUtime=111.95 cores=1,3,5,7
/proc/3958/task/3960/stat : 3960 (java) R 3956 3958 31640 0 -1 4202560 2565 0 1 0 11192 3 0 0 20 0 19 0 291569030 9855979520 27419 33554432000 1073741824 1073778376 140734710480640 140247211106776 140247074140776 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3958/tid=3961] ppid=3956 vsize=9624980 CPUtime=0.17 cores=1,3,5,7
/proc/3958/task/3961/stat : 3961 (java) S 3956 3958 31640 0 -1 4202560 22 0 0 0 17 0 0 0 20 0 19 0 291569031 9855979520 27419 33554432000 1073741824 1073778376 140734710480640 140247200168232 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3958/tid=3962] ppid=3956 vsize=9624980 CPUtime=0.16 cores=1,3,5,7
/proc/3958/task/3962/stat : 3962 (java) S 3956 3958 31640 0 -1 4202560 12 0 0 0 16 0 0 0 20 0 19 0 291569031 9855979520 27419 33554432000 1073741824 1073778376 140734710480640 140247199115432 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3958/tid=3963] ppid=3956 vsize=9624980 CPUtime=0.17 cores=1,3,5,7
/proc/3958/task/3963/stat : 3963 (java) S 3956 3958 31640 0 -1 4202560 52 0 0 0 17 0 0 0 20 0 19 0 291569031 9855979520 27419 33554432000 1073741824 1073778376 140734710480640 140247198063144 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3958/tid=3964] ppid=3956 vsize=9624980 CPUtime=0.17 cores=1,3,5,7
/proc/3958/task/3964/stat : 3964 (java) S 3956 3958 31640 0 -1 4202560 25 0 0 0 17 0 0 0 20 0 19 0 291569031 9855979520 27419 33554432000 1073741824 1073778376 140734710480640 140247197010344 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3958/tid=3965] ppid=3956 vsize=9624980 CPUtime=0.18 cores=1,3,5,7
/proc/3958/task/3965/stat : 3965 (java) S 3956 3958 31640 0 -1 4202560 17 0 0 0 18 0 0 0 20 0 19 0 291569031 9855979520 27419 33554432000 1073741824 1073778376 140734710480640 140247195958056 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3958/tid=3966] ppid=3956 vsize=9624980 CPUtime=0.16 cores=1,3,5,7
/proc/3958/task/3966/stat : 3966 (java) S 3956 3958 31640 0 -1 4202560 27 0 0 0 16 0 0 0 20 0 19 0 291569031 9855979520 27419 33554432000 1073741824 1073778376 140734710480640 140247194905256 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3958/tid=3967] ppid=3956 vsize=9624980 CPUtime=0.17 cores=1,3,5,7
/proc/3958/task/3967/stat : 3967 (java) S 3956 3958 31640 0 -1 4202560 23 0 0 0 17 0 0 0 20 0 19 0 291569031 9855979520 27419 33554432000 1073741824 1073778376 140734710480640 140247193852968 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3958/tid=3968] ppid=3956 vsize=9624980 CPUtime=0.18 cores=1,3,5,7
/proc/3958/task/3968/stat : 3968 (java) S 3956 3958 31640 0 -1 4202560 28 0 0 0 18 0 0 0 20 0 19 0 291569031 9855979520 27419 33554432000 1073741824 1073778376 140734710480640 140247192800168 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3958/tid=3969] ppid=3956 vsize=9624980 CPUtime=2.3 cores=1,3,5,7
/proc/3958/task/3969/stat : 3969 (java) S 3956 3958 31640 0 -1 4202560 64 0 0 0 230 0 0 0 20 0 19 0 291569032 9855979520 27419 33554432000 1073741824 1073778376 140734710480640 140247034833128 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3958/tid=3970] ppid=3956 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3958/task/3970/stat : 3970 (java) S 3956 3958 31640 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291569033 9855979520 27419 33554432000 1073741824 1073778376 140734710480640 140247033779192 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3958/tid=3971] ppid=3956 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3958/task/3971/stat : 3971 (java) S 3956 3958 31640 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291569033 9855979520 27419 33554432000 1073741824 1073778376 140734710480640 140247032726792 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3958/tid=3972] ppid=3956 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3958/task/3972/stat : 3972 (java) S 3956 3958 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291569036 9855979520 27419 33554432000 1073741824 1073778376 140734710480640 140247031675280 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3958/tid=3973] ppid=3956 vsize=9624980 CPUtime=1.22 cores=1,3,5,7
/proc/3958/task/3973/stat : 3973 (java) S 3956 3958 31640 0 -1 4202560 11752 0 0 0 119 3 0 0 20 0 19 0 291569036 9855979520 27419 33554432000 1073741824 1073778376 140734710480640 140247030622904 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3958/tid=3974] ppid=3956 vsize=9624980 CPUtime=0.62 cores=1,3,5,7
/proc/3958/task/3974/stat : 3974 (java) S 3956 3958 31640 0 -1 4202560 3716 0 0 0 61 1 0 0 20 0 19 0 291569036 9855979520 27419 33554432000 1073741824 1073778376 140734710480640 140247029570104 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3958/tid=3975] ppid=3956 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3958/task/3975/stat : 3975 (java) S 3956 3958 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291569036 9855979520 27419 33554432000 1073741824 1073778376 140734710480640 140247028518008 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3958/tid=3976] ppid=3956 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/3958/task/3976/stat : 3976 (java) S 3956 3958 31640 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 291569036 9855979520 27419 33554432000 1073741824 1073778376 140734710480640 140247027465416 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3958/tid=3977] ppid=3956 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3958/task/3977/stat : 3977 (java) S 3956 3958 31640 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291569067 9855979520 27419 33554432000 1073741824 1073778376 140734710480640 140247026410408 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 117.9
Current children cumulated vsize (KiB) 9624980

[startup+115.301 s]
/proc/loadavg: 2.02 2.06 2.02 3/214 3977
/proc/meminfo: memFree=29362112/32873844 swapFree=7628/7628
[pid=3958] ppid=3956 vsize=9624980 CPUtime=118.1 cores=1,3,5,7
/proc/3958/stat : 3958 (java) S 3956 3958 31640 0 -1 4202496 19495 0 1 0 11799 11 0 0 20 0 19 0 291569028 9855979520 27419 33554432000 1073741824 1073778376 140734710480640 140734710471776 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3958/statm: 2406245 27419 2286 9 0 2396937 0
[pid=3958/tid=3960] ppid=3956 vsize=9624980 CPUtime=112.15 cores=1,3,5,7
/proc/3958/task/3960/stat : 3960 (java) R 3956 3958 31640 0 -1 4202560 2565 0 1 0 11212 3 0 0 20 0 19 0 291569030 9855979520 27419 33554432000 1073741824 1073778376 140734710480640 140247211106776 140247074160080 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3958/tid=3961] ppid=3956 vsize=9624980 CPUtime=0.17 cores=1,3,5,7
/proc/3958/task/3961/stat : 3961 (java) S 3956 3958 31640 0 -1 4202560 22 0 0 0 17 0 0 0 20 0 19 0 291569031 9855979520 27419 33554432000 1073741824 1073778376 140734710480640 140247200168232 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3958/tid=3962] ppid=3956 vsize=9624980 CPUtime=0.16 cores=1,3,5,7
/proc/3958/task/3962/stat : 3962 (java) S 3956 3958 31640 0 -1 4202560 12 0 0 0 16 0 0 0 20 0 19 0 291569031 9855979520 27419 33554432000 1073741824 1073778376 140734710480640 140247199115432 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3958/tid=3963] ppid=3956 vsize=9624980 CPUtime=0.17 cores=1,3,5,7
/proc/3958/task/3963/stat : 3963 (java) S 3956 3958 31640 0 -1 4202560 52 0 0 0 17 0 0 0 20 0 19 0 291569031 9855979520 27419 33554432000 1073741824 1073778376 140734710480640 140247198063144 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3958/tid=3964] ppid=3956 vsize=9624980 CPUtime=0.17 cores=1,3,5,7
/proc/3958/task/3964/stat : 3964 (java) S 3956 3958 31640 0 -1 4202560 25 0 0 0 17 0 0 0 20 0 19 0 291569031 9855979520 27419 33554432000 1073741824 1073778376 140734710480640 140247197010344 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3958/tid=3965] ppid=3956 vsize=9624980 CPUtime=0.18 cores=1,3,5,7
/proc/3958/task/3965/stat : 3965 (java) S 3956 3958 31640 0 -1 4202560 17 0 0 0 18 0 0 0 20 0 19 0 291569031 9855979520 27419 33554432000 1073741824 1073778376 140734710480640 140247195958056 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3958/tid=3966] ppid=3956 vsize=9624980 CPUtime=0.16 cores=1,3,5,7
/proc/3958/task/3966/stat : 3966 (java) S 3956 3958 31640 0 -1 4202560 27 0 0 0 16 0 0 0 20 0 19 0 291569031 9855979520 27419 33554432000 1073741824 1073778376 140734710480640 140247194905256 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3958/tid=3967] ppid=3956 vsize=9624980 CPUtime=0.17 cores=1,3,5,7
/proc/3958/task/3967/stat : 3967 (java) S 3956 3958 31640 0 -1 4202560 23 0 0 0 17 0 0 0 20 0 19 0 291569031 9855979520 27419 33554432000 1073741824 1073778376 140734710480640 140247193852968 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3958/tid=3968] ppid=3956 vsize=9624980 CPUtime=0.18 cores=1,3,5,7
/proc/3958/task/3968/stat : 3968 (java) S 3956 3958 31640 0 -1 4202560 28 0 0 0 18 0 0 0 20 0 19 0 291569031 9855979520 27419 33554432000 1073741824 1073778376 140734710480640 140247192800168 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3958/tid=3969] ppid=3956 vsize=9624980 CPUtime=2.3 cores=1,3,5,7
/proc/3958/task/3969/stat : 3969 (java) S 3956 3958 31640 0 -1 4202560 64 0 0 0 230 0 0 0 20 0 19 0 291569032 9855979520 27419 33554432000 1073741824 1073778376 140734710480640 140247034833128 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3958/tid=3970] ppid=3956 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3958/task/3970/stat : 3970 (java) S 3956 3958 31640 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291569033 9855979520 27419 33554432000 1073741824 1073778376 140734710480640 140247033779192 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3958/tid=3971] ppid=3956 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3958/task/3971/stat : 3971 (java) S 3956 3958 31640 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291569033 9855979520 27419 33554432000 1073741824 1073778376 140734710480640 140247032726792 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3958/tid=3972] ppid=3956 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3958/task/3972/stat : 3972 (java) S 3956 3958 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291569036 9855979520 27419 33554432000 1073741824 1073778376 140734710480640 140247031675280 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3958/tid=3973] ppid=3956 vsize=9624980 CPUtime=1.22 cores=1,3,5,7
/proc/3958/task/3973/stat : 3973 (java) S 3956 3958 31640 0 -1 4202560 11752 0 0 0 119 3 0 0 20 0 19 0 291569036 9855979520 27419 33554432000 1073741824 1073778376 140734710480640 140247030622904 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3958/tid=3974] ppid=3956 vsize=9624980 CPUtime=0.62 cores=1,3,5,7
/proc/3958/task/3974/stat : 3974 (java) S 3956 3958 31640 0 -1 4202560 3716 0 0 0 61 1 0 0 20 0 19 0 291569036 9855979520 27419 33554432000 1073741824 1073778376 140734710480640 140247029570104 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3958/tid=3975] ppid=3956 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3958/task/3975/stat : 3975 (java) S 3956 3958 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291569036 9855979520 27419 33554432000 1073741824 1073778376 140734710480640 140247028518008 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3958/tid=3976] ppid=3956 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/3958/task/3976/stat : 3976 (java) S 3956 3958 31640 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 291569036 9855979520 27419 33554432000 1073741824 1073778376 140734710480640 140247027465416 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3958/tid=3977] ppid=3956 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3958/task/3977/stat : 3977 (java) S 3956 3958 31640 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291569067 9855979520 27419 33554432000 1073741824 1073778376 140734710480640 140247026410408 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 118.1
Current children cumulated vsize (KiB) 9624980

[startup+115.401 s]
/proc/loadavg: 2.02 2.06 2.02 3/214 3977
/proc/meminfo: memFree=29362112/32873844 swapFree=7628/7628
[pid=3958] ppid=3956 vsize=9624980 CPUtime=118.2 cores=1,3,5,7
/proc/3958/stat : 3958 (java) S 3956 3958 31640 0 -1 4202496 19495 0 1 0 11809 11 0 0 20 0 19 0 291569028 9855979520 27419 33554432000 1073741824 1073778376 140734710480640 140734710471776 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3958/statm: 2406245 27419 2286 9 0 2396937 0
[pid=3958/tid=3960] ppid=3956 vsize=9624980 CPUtime=112.25 cores=1,3,5,7
/proc/3958/task/3960/stat : 3960 (java) R 3956 3958 31640 0 -1 4202560 2565 0 1 0 11222 3 0 0 20 0 19 0 291569030 9855979520 27419 33554432000 1073741824 1073778376 140734710480640 140247211106776 140247074159116 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3958/tid=3961] ppid=3956 vsize=9624980 CPUtime=0.17 cores=1,3,5,7
/proc/3958/task/3961/stat : 3961 (java) S 3956 3958 31640 0 -1 4202560 22 0 0 0 17 0 0 0 20 0 19 0 291569031 9855979520 27419 33554432000 1073741824 1073778376 140734710480640 140247200168232 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3958/tid=3962] ppid=3956 vsize=9624980 CPUtime=0.16 cores=1,3,5,7
/proc/3958/task/3962/stat : 3962 (java) S 3956 3958 31640 0 -1 4202560 12 0 0 0 16 0 0 0 20 0 19 0 291569031 9855979520 27419 33554432000 1073741824 1073778376 140734710480640 140247199115432 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3958/tid=3963] ppid=3956 vsize=9624980 CPUtime=0.17 cores=1,3,5,7
/proc/3958/task/3963/stat : 3963 (java) S 3956 3958 31640 0 -1 4202560 52 0 0 0 17 0 0 0 20 0 19 0 291569031 9855979520 27419 33554432000 1073741824 1073778376 140734710480640 140247198063144 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3958/tid=3964] ppid=3956 vsize=9624980 CPUtime=0.17 cores=1,3,5,7
/proc/3958/task/3964/stat : 3964 (java) S 3956 3958 31640 0 -1 4202560 25 0 0 0 17 0 0 0 20 0 19 0 291569031 9855979520 27419 33554432000 1073741824 1073778376 140734710480640 140247197010344 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3958/tid=3965] ppid=3956 vsize=9624980 CPUtime=0.18 cores=1,3,5,7
/proc/3958/task/3965/stat : 3965 (java) S 3956 3958 31640 0 -1 4202560 17 0 0 0 18 0 0 0 20 0 19 0 291569031 9855979520 27419 33554432000 1073741824 1073778376 140734710480640 140247195958056 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3958/tid=3966] ppid=3956 vsize=9624980 CPUtime=0.16 cores=1,3,5,7
/proc/3958/task/3966/stat : 3966 (java) S 3956 3958 31640 0 -1 4202560 27 0 0 0 16 0 0 0 20 0 19 0 291569031 9855979520 27419 33554432000 1073741824 1073778376 140734710480640 140247194905256 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3958/tid=3967] ppid=3956 vsize=9624980 CPUtime=0.17 cores=1,3,5,7
/proc/3958/task/3967/stat : 3967 (java) S 3956 3958 31640 0 -1 4202560 23 0 0 0 17 0 0 0 20 0 19 0 291569031 9855979520 27419 33554432000 1073741824 1073778376 140734710480640 140247193852968 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3958/tid=3968] ppid=3956 vsize=9624980 CPUtime=0.18 cores=1,3,5,7
/proc/3958/task/3968/stat : 3968 (java) S 3956 3958 31640 0 -1 4202560 28 0 0 0 18 0 0 0 20 0 19 0 291569031 9855979520 27419 33554432000 1073741824 1073778376 140734710480640 140247192800168 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3958/tid=3969] ppid=3956 vsize=9624980 CPUtime=2.3 cores=1,3,5,7
/proc/3958/task/3969/stat : 3969 (java) S 3956 3958 31640 0 -1 4202560 64 0 0 0 230 0 0 0 20 0 19 0 291569032 9855979520 27419 33554432000 1073741824 1073778376 140734710480640 140247034833128 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3958/tid=3970] ppid=3956 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3958/task/3970/stat : 3970 (java) S 3956 3958 31640 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291569033 9855979520 27419 33554432000 1073741824 1073778376 140734710480640 140247033779192 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3958/tid=3971] ppid=3956 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3958/task/3971/stat : 3971 (java) S 3956 3958 31640 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291569033 9855979520 27419 33554432000 1073741824 1073778376 140734710480640 140247032726792 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3958/tid=3972] ppid=3956 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3958/task/3972/stat : 3972 (java) S 3956 3958 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291569036 9855979520 27419 33554432000 1073741824 1073778376 140734710480640 140247031675280 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3958/tid=3973] ppid=3956 vsize=9624980 CPUtime=1.22 cores=1,3,5,7
/proc/3958/task/3973/stat : 3973 (java) S 3956 3958 31640 0 -1 4202560 11752 0 0 0 119 3 0 0 20 0 19 0 291569036 9855979520 27419 33554432000 1073741824 1073778376 140734710480640 140247030622904 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3958/tid=3974] ppid=3956 vsize=9624980 CPUtime=0.62 cores=1,3,5,7
/proc/3958/task/3974/stat : 3974 (java) S 3956 3958 31640 0 -1 4202560 3716 0 0 0 61 1 0 0 20 0 19 0 291569036 9855979520 27419 33554432000 1073741824 1073778376 140734710480640 140247029570104 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3958/tid=3975] ppid=3956 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3958/task/3975/stat : 3975 (java) S 3956 3958 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291569036 9855979520 27419 33554432000 1073741824 1073778376 140734710480640 140247028518008 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3958/tid=3976] ppid=3956 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/3958/task/3976/stat : 3976 (java) S 3956 3958 31640 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 291569036 9855979520 27419 33554432000 1073741824 1073778376 140734710480640 140247027465416 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3958/tid=3977] ppid=3956 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3958/task/3977/stat : 3977 (java) S 3956 3958 31640 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291569067 9855979520 27419 33554432000 1073741824 1073778376 140734710480640 140247026410408 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 118.2
Current children cumulated vsize (KiB) 9624980

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3958 and gives
#  childrusage.ru_utime.tv_sec=117
#  childrusage.ru_utime.tv_usec=893077
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=203968
# CPU time returned by wait4() is 118.097
# while last known CPU time is 118.2
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 115.484
CPU time (s): 118.2
CPU user time (s): 118.09
CPU system time (s): 0.11
CPU usage (%): 102.352
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 117.893
system time used= 0.203968
maximum resident set size= 109732
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19514
page faults= 1
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5098
involuntary context switches= 5094

runsolver used 0.250961 second user time and 0.620905 second system time

The end

Launcher Data

Begin job on node145 at 2012-05-29 03:20:47
IDJOB=3718402
IDBENCH=79292
IDSOLVER=2301
FILE ID=node145/3718402-1338254447
RUNJOBID= node145-1338246945-1113
PBS_JOBID= 14624633
Free space on /tmp= 71536 MiB

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

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

MD5SUM BENCH= 30e25559b2b6f1151f21e207b2f87b54
RANDOM SEED=1128575334

node145.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.149
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.29
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.149
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.149
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	: 5313.38
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.149
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.91
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.149
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.149
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.149
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.149
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.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29470224 kB
Buffers:          393828 kB
Cached:          1901828 kB
SwapCached:            0 kB
Active:          1032288 kB
Inactive:        1521984 kB
Active(anon):     249464 kB
Inactive(anon):    10912 kB
Active(file):     782824 kB
Inactive(file):  1511072 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               440 kB
Writeback:             0 kB
AnonPages:        367684 kB
Mapped:            22416 kB
Shmem:               200 kB
Slab:             708508 kB
SReclaimable:     149980 kB
SUnreclaim:       558528 kB
KernelStack:        1776 kB
PageTables:         4856 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     698776 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    335872 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= 71536 MiB
End job on node145 at 2012-05-29 03:22:42