Trace number 3718412

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 182.87 180.778

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900567985--soft-0-100-0.wbo
MD5SUMe639daae290163b8abe4f9e3cf3dc11c
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 benchmark105.4
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 136843
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136842
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 669
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-3718412-1338254283.wbo
0.10/0.10	c reading problem ... 
0.49/0.32	c ... done. Wall clock time 0.214s.
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.79/0.49	c SATISFIABLE
0.79/0.49	c OPTIMIZING...
0.79/0.49	c Got one! Elapsed wall clock time (in seconds):0.381
0.79/0.49	o 651
1.08/0.53	c Got one! Elapsed wall clock time (in seconds):0.427
1.08/0.53	o 404
1.08/0.56	c Got one! Elapsed wall clock time (in seconds):0.453
1.08/0.56	o 395
1.08/0.58	c Got one! Elapsed wall clock time (in seconds):0.479
1.08/0.58	o 392
1.38/0.60	c Got one! Elapsed wall clock time (in seconds):0.495
1.38/0.60	o 372
1.38/0.69	c Got one! Elapsed wall clock time (in seconds):0.582
1.38/0.69	o 365
1.59/0.70	c Got one! Elapsed wall clock time (in seconds):0.591
1.59/0.70	o 334
1.59/0.72	c Got one! Elapsed wall clock time (in seconds):0.619
1.59/0.72	o 317
1.59/0.75	c Got one! Elapsed wall clock time (in seconds):0.649
1.59/0.75	o 314
1.59/0.76	c Got one! Elapsed wall clock time (in seconds):0.653
1.59/0.76	o 229
1.68/0.80	c Got one! Elapsed wall clock time (in seconds):0.691
1.68/0.80	o 205
1.68/0.84	c Got one! Elapsed wall clock time (in seconds):0.739
1.68/0.84	o 202
1.68/0.88	c Got one! Elapsed wall clock time (in seconds):0.772
1.68/0.88	o 158
1.79/0.90	c Got one! Elapsed wall clock time (in seconds):0.794
1.79/0.90	o 157
1.79/0.91	c Got one! Elapsed wall clock time (in seconds):0.81
1.79/0.91	o 145
1.90/1.03	c Got one! Elapsed wall clock time (in seconds):0.929
1.90/1.03	o 144
1.90/1.09	c Got one! Elapsed wall clock time (in seconds):0.987
1.90/1.09	o 140
2.01/1.17	c Got one! Elapsed wall clock time (in seconds):1.067
2.01/1.17	o 139
2.10/1.24	c Got one! Elapsed wall clock time (in seconds):1.136
2.10/1.24	o 132
2.10/1.28	c Got one! Elapsed wall clock time (in seconds):1.174
2.10/1.28	o 124
2.21/1.35	c Got one! Elapsed wall clock time (in seconds):1.242
2.21/1.35	o 119
2.42/1.60	c Got one! Elapsed wall clock time (in seconds):1.49
2.42/1.60	o 116
2.54/1.67	c Got one! Elapsed wall clock time (in seconds):1.566
2.54/1.67	o 114
2.54/1.69	c Got one! Elapsed wall clock time (in seconds):1.585
2.54/1.69	o 113
2.62/1.75	c Got one! Elapsed wall clock time (in seconds):1.647
2.62/1.75	o 112
2.72/1.84	c Got one! Elapsed wall clock time (in seconds):1.734
2.72/1.84	o 110
2.85/1.92	c Got one! Elapsed wall clock time (in seconds):1.816
2.85/1.92	o 108
2.95/2.01	c Got one! Elapsed wall clock time (in seconds):1.905
2.95/2.01	o 99
3.05/2.17	c Got one! Elapsed wall clock time (in seconds):2.064
3.05/2.17	o 87
3.05/2.19	c Got one! Elapsed wall clock time (in seconds):2.083
3.05/2.19	o 64
3.15/2.22	c Got one! Elapsed wall clock time (in seconds):2.116
3.15/2.22	o 26
3.35/2.42	c Got one! Elapsed wall clock time (in seconds):2.32
3.35/2.42	o 24
3.45/2.57	c cleaning 8381 clauses out of 16762 with flag 7708/16762
3.59/2.69	c Got one! Elapsed wall clock time (in seconds):2.589
3.59/2.69	o 23
3.69/2.75	c Got one! Elapsed wall clock time (in seconds):2.641
3.69/2.75	o 21
3.89/2.97	c Got one! Elapsed wall clock time (in seconds):2.861
3.89/2.97	o 20
4.01/3.07	c Got one! Elapsed wall clock time (in seconds):2.961
4.01/3.07	o 19
4.01/3.10	c Got one! Elapsed wall clock time (in seconds):2.99
4.01/3.10	o 18
4.25/3.21	c cleaning 7757 clauses out of 15524 with flag 10168/23905
4.52/3.30	c Got one! Elapsed wall clock time (in seconds):3.199
4.52/3.30	o 16
4.52/3.35	c Got one! Elapsed wall clock time (in seconds):3.244
4.52/3.35	o 15
4.90/3.53	c Got one! Elapsed wall clock time (in seconds):3.423
4.90/3.53	o 14
5.06/3.69	c cleaning 7100 clauses out of 14216 with flag 20057/30354
5.32/3.81	c Got one! Elapsed wall clock time (in seconds):3.707
5.32/3.81	o 13
5.32/3.82	c Got one! Elapsed wall clock time (in seconds):3.719
5.32/3.82	o 11
5.32/3.84	c Got one! Elapsed wall clock time (in seconds):3.74
5.32/3.84	o 10
5.42/3.90	c Got one! Elapsed wall clock time (in seconds):3.792
5.42/3.90	o 9
5.42/3.99	c Got one! Elapsed wall clock time (in seconds):3.883
5.42/3.99	o 8
5.63/4.19	c cleaning 7407 clauses out of 14813 with flag 21211/38051
6.04/4.59	c cleaning 6700 clauses out of 13407 with flag 63935/44052
6.24/4.71	c Got one! Elapsed wall clock time (in seconds):4.6
6.24/4.71	o 7
6.44/4.99	c cleaning 6170 clauses out of 12345 with flag 44414/49690
6.74/5.24	c Got one! Elapsed wall clock time (in seconds):5.138
6.74/5.24	o 6
6.84/5.39	c cleaning 6062 clauses out of 12134 with flag 17977/55649
7.14/5.68	c Got one! Elapsed wall clock time (in seconds):5.575
7.14/5.68	o 5
7.24/5.76	c cleaning 5991 clauses out of 11997 with flag 12329/61574
7.64/6.19	c cleaning 6001 clauses out of 12010 with flag 73017/67578
7.84/6.33	c Got one! Elapsed wall clock time (in seconds):6.227
7.84/6.33	o 4
8.06/6.57	c cleaning 5503 clauses out of 11019 with flag 36727/72588
8.45/6.99	c cleaning 5752 clauses out of 11517 with flag 91290/78589
8.96/7.50	c cleaning 6377 clauses out of 12765 with flag 149720/85589
9.56/8.06	c cleaning 7188 clauses out of 14387 with flag 212071/93588
9.86/8.34	c Got one! Elapsed wall clock time (in seconds):8.238
9.86/8.34	o 3
9.97/8.43	c cleaning 6228 clauses out of 12470 with flag 12884/98859
10.39/8.83	c cleaning 6114 clauses out of 12243 with flag 64279/104860
10.39/8.89	c Got one! Elapsed wall clock time (in seconds):8.789
10.39/8.89	o 2
10.79/9.29	c cleaning 5937 clauses out of 11886 with flag 58372/110617
11.29/9.77	c cleaning 5970 clauses out of 11950 with flag 120233/116618
11.81/10.29	c cleaning 6487 clauses out of 12981 with flag 183579/123619
12.52/10.97	c cleaning 7240 clauses out of 14492 with flag 263589/131617
12.91/11.31	c Got one! Elapsed wall clock time (in seconds):11.208
12.91/11.31	o 1
13.01/11.40	c cleaning 6319 clauses out of 12647 with flag 12876/137012
13.41/11.84	c cleaning 6147 clauses out of 12327 with flag 68882/143011
13.92/12.33	c cleaning 6577 clauses out of 13180 with flag 128510/150011
14.52/12.91	c cleaning 7295 clauses out of 14604 with flag 198025/158012
15.12/13.56	c cleaning 8141 clauses out of 16308 with flag 272377/167011
15.93/14.37	c cleaning 9079 clauses out of 18167 with flag 359993/177011
16.82/15.30	c cleaning 10038 clauses out of 20088 with flag 458316/188011
17.94/16.31	c cleaning 11022 clauses out of 22050 with flag 552726/200011
18.96/17.32	c cleaning 12014 clauses out of 24029 with flag 652225/213012
20.09/18.42	c cleaning 12996 clauses out of 26014 with flag 760024/227011
21.30/19.70	c cleaning 14003 clauses out of 28018 with flag 881637/242011
22.82/21.15	c cleaning 15005 clauses out of 30017 with flag 1016336/258013
24.52/22.87	c cleaning 16005 clauses out of 32010 with flag 1168556/275011
26.53/24.87	c cleaning 16990 clauses out of 34006 with flag 1326833/293012
28.43/26.72	c cleaning 17998 clauses out of 36015 with flag 1470559/312011
30.45/28.73	c cleaning 19000 clauses out of 38017 with flag 1631099/332011
32.75/31.00	c cleaning 20002 clauses out of 40017 with flag 1809463/353011
34.96/33.27	c cleaning 21004 clauses out of 42015 with flag 1990753/375012
37.28/35.56	c cleaning 22000 clauses out of 44009 with flag 2177530/398011
39.50/37.78	c cleaning 22995 clauses out of 46009 with flag 2353539/422011
42.10/40.31	c cleaning 24001 clauses out of 48015 with flag 2553757/447012
45.10/43.39	c cleaning 24997 clauses out of 50015 with flag 2765266/473013
48.61/46.80	c cleaning 25998 clauses out of 52016 with flag 2985153/500011
52.11/50.30	c cleaning 27005 clauses out of 54018 with flag 3209820/528011
55.11/53.35	c cleaning 27998 clauses out of 56012 with flag 3423433/557011
58.32/56.59	c cleaning 28998 clauses out of 58014 with flag 3634938/587011
62.04/60.24	c cleaning 29994 clauses out of 60015 with flag 3868727/618011
65.55/63.80	c cleaning 30993 clauses out of 62024 with flag 4109717/650014
69.75/67.97	c cleaning 32010 clauses out of 64028 with flag 4378758/683011
74.55/72.76	c cleaning 33004 clauses out of 66020 with flag 4670262/717014
78.58/76.73	c cleaning 33995 clauses out of 68013 with flag 4924699/752011
82.70/80.89	c cleaning 35003 clauses out of 70020 with flag 5194730/788013
87.22/85.30	c cleaning 36002 clauses out of 72015 with flag 5479458/825011
91.83/89.93	c cleaning 37000 clauses out of 74014 with flag 5772002/863012
97.05/95.12	c cleaning 37998 clauses out of 76012 with flag 6091472/902011
102.67/100.79	c cleaning 39005 clauses out of 78017 with flag 6426651/942014
108.59/106.64	c cleaning 39998 clauses out of 80011 with flag 6753197/983013
114.99/113.06	c cleaning 40987 clauses out of 82011 with flag 7094723/1025011
121.42/119.40	c cleaning 42003 clauses out of 84026 with flag 7428589/1068014
127.44/125.45	c cleaning 43004 clauses out of 86023 with flag 7752920/1112014
133.56/131.51	c cleaning 44003 clauses out of 88015 with flag 8072720/1157011
139.78/137.70	c cleaning 45002 clauses out of 90012 with flag 8405340/1203013
146.29/144.29	c cleaning 45991 clauses out of 92006 with flag 8745377/1250011
153.69/151.67	c cleaning 46997 clauses out of 94015 with flag 9079073/1298011
160.91/158.89	c cleaning 48000 clauses out of 96017 with flag 9407268/1347011
168.52/166.42	c cleaning 48999 clauses out of 98017 with flag 9758126/1397011
176.24/174.17	c cleaning 50005 clauses out of 100020 with flag 10113443/1448013
182.87/180.77	c starts		: 242
182.87/180.77	c conflicts		: 1491243
182.87/180.77	c decisions		: 1908537
182.87/180.77	c propagations		: 59816932
182.87/180.77	c inspects		: 2731690495
182.87/180.77	c shortcuts		: 0
182.87/180.77	c learnt literals	: 28
182.87/180.77	c learnt binary clauses	: 48
182.87/180.77	c learnt ternary clauses	: 176
182.87/180.77	c learnt constraints	: 1491214
182.87/180.77	c ignored constraints	: 0
182.87/180.77	c root simplifications	: 0
182.87/180.77	c removed literals (reason simplification)	: 0
182.87/180.77	c reason swapping (by a shorter reason)	: 0
182.87/180.77	c Calls to reduceDB	: 66
182.87/180.77	c Number of update (reduction) of LBD	: 368124
182.87/180.77	c number of reductions to clauses (during analyze)	: 0
182.87/180.77	c number of learned constraints concerned by reduction	: 0
182.87/180.77	c number of learning phase by resolution	: 0
182.87/180.77	c number of learning phase by cutting planes	: 0
182.87/180.77	c speed (assignments/second)	: 331570.25581330893
182.87/180.77	c non guided choices	6578
182.87/180.77	c learnt constraints type 
182.87/180.77	c constraints type 
182.87/180.77	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
182.87/180.77	c ignored satisfied constraints => 1
182.87/180.77	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
182.87/180.77	c 2708 constraints processed.
182.87/180.77	s OPTIMUM FOUND
182.87/180.77	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 
182.87/180.77	c objective function=1
182.87/180.77	c Total wall clock time (in seconds): 180.664

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-3718412-1338254283/watcher-3718412-1338254283 -o /tmp/evaluation-result-3718412-1338254283/solver-3718412-1338254283 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3718412-1338254283.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.08 2.05 2.01 3/195 10313
/proc/meminfo: memFree=30862308/32873844 swapFree=7632/7632
[pid=10313] ppid=10311 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/10313/stat : 10313 (java) R 10311 10313 6647 0 -1 4202496 1068 0 0 0 0 0 0 0 20 0 1 0 291552653 23793664 796 33554432000 1073741824 1073778376 140735529874816 140735529863880 139972285530832 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10313/statm: 5809 817 611 9 0 128 0

[startup+0.0682289 s]
/proc/loadavg: 2.08 2.05 2.01 3/195 10313
/proc/meminfo: memFree=30862308/32873844 swapFree=7632/7632
[pid=10313] ppid=10311 vsize=9558416 CPUtime=0.05 cores=0,2,4,6
/proc/10313/stat : 10313 (java) S 10311 10313 6647 0 -1 4202496 3304 0 1 0 5 0 0 0 20 0 18 0 291552653 9787817984 4513 33554432000 1073741824 1073778376 140735529874816 140735529865952 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10313/statm: 2389604 4515 1772 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558416

[startup+0.100251 s]
/proc/loadavg: 2.08 2.05 2.01 3/195 10313
/proc/meminfo: memFree=30862308/32873844 swapFree=7632/7632
[pid=10313] ppid=10311 vsize=9558416 CPUtime=0.1 cores=0,2,4,6
/proc/10313/stat : 10313 (java) S 10311 10313 6647 0 -1 4202496 4380 0 1 0 9 1 0 0 20 0 18 0 291552653 9787817984 6088 33554432000 1073741824 1073778376 140735529874816 140735529865952 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10313/statm: 2389604 6088 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558416

[startup+0.300226 s]
/proc/loadavg: 2.08 2.05 2.01 3/195 10313
/proc/meminfo: memFree=30862308/32873844 swapFree=7632/7632
[pid=10313] ppid=10311 vsize=9558416 CPUtime=0.49 cores=0,2,4,6
/proc/10313/stat : 10313 (java) S 10311 10313 6647 0 -1 4202496 6443 0 1 0 47 2 0 0 20 0 18 0 291552653 9787817984 8903 33554432000 1073741824 1073778376 140735529874816 140735529865952 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10313/statm: 2389604 8903 2221 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558416

[startup+0.700214 s]
/proc/loadavg: 2.08 2.05 2.01 3/195 10313
/proc/meminfo: memFree=30862308/32873844 swapFree=7632/7632
[pid=10313] ppid=10311 vsize=9624980 CPUtime=1.59 cores=0,2,4,6
/proc/10313/stat : 10313 (java) S 10311 10313 6647 0 -1 4202496 11105 0 1 0 156 3 0 0 20 0 19 0 291552653 9855979520 12545 33554432000 1073741824 1073778376 140735529874816 140735529865952 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10313/statm: 2406245 12545 2257 9 0 2396937 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 9624980

[startup+1.50067 s]
/proc/loadavg: 2.08 2.05 2.01 3/214 10332
/proc/meminfo: memFree=30810292/32873844 swapFree=7632/7632
[pid=10313] ppid=10311 vsize=9624980 CPUtime=2.42 cores=0,2,4,6
/proc/10313/stat : 10313 (java) S 10311 10313 6647 0 -1 4202496 11119 0 1 0 238 4 0 0 20 0 19 0 291552653 9855979520 17668 33554432000 1073741824 1073778376 140735529874816 140735529865952 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10313/statm: 2406245 17668 2259 9 0 2396937 0
[pid=10313/tid=10315] ppid=10311 vsize=9624980 CPUtime=1.47 cores=0,2,4,6
/proc/10313/task/10315/stat : 10315 (java) R 10311 10313 6647 0 -1 4202560 2474 0 1 0 145 2 0 0 20 0 19 0 291552654 9855979520 17668 33554432000 1073741824 1073778376 140735529874816 139972279366080 139972129143293 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10313/tid=10316] ppid=10311 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10313/task/10316/stat : 10316 (java) S 10311 10313 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291552654 9855979520 17668 33554432000 1073741824 1073778376 140735529874816 139972251827112 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10313/tid=10317] ppid=10311 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10313/task/10317/stat : 10317 (java) S 10311 10313 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291552654 9855979520 17668 33554432000 1073741824 1073778376 140735529874816 139972250774568 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10313/tid=10318] ppid=10311 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10313/task/10318/stat : 10318 (java) S 10311 10313 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291552654 9855979520 17668 33554432000 1073741824 1073778376 140735529874816 139972249721512 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10313/tid=10319] ppid=10311 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10313/task/10319/stat : 10319 (java) S 10311 10313 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291552654 9855979520 17668 33554432000 1073741824 1073778376 140735529874816 139972248668968 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10313/tid=10320] ppid=10311 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10313/task/10320/stat : 10320 (java) S 10311 10313 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291552654 9855979520 17668 33554432000 1073741824 1073778376 140735529874816 139972247615912 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10313/tid=10321] ppid=10311 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10313/task/10321/stat : 10321 (java) S 10311 10313 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291552654 9855979520 17668 33554432000 1073741824 1073778376 140735529874816 139972117572136 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10313/tid=10322] ppid=10311 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10313/task/10322/stat : 10322 (java) S 10311 10313 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291552654 9855979520 17668 33554432000 1073741824 1073778376 140735529874816 139972116519080 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10313/tid=10323] ppid=10311 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10313/task/10323/stat : 10323 (java) S 10311 10313 6647 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291552654 9855979520 17668 33554432000 1073741824 1073778376 140735529874816 139972115466536 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10313/tid=10324] ppid=10311 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10313/task/10324/stat : 10324 (java) S 10311 10313 6647 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291552655 9855979520 17668 33554432000 1073741824 1073778376 140735529874816 139971632520040 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10313/tid=10325] ppid=10311 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10313/task/10325/stat : 10325 (java) S 10311 10313 6647 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 291552656 9855979520 17668 33554432000 1073741824 1073778376 140735529874816 139971631466360 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10313/tid=10326] ppid=10311 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10313/task/10326/stat : 10326 (java) S 10311 10313 6647 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291552656 9855979520 17668 33554432000 1073741824 1073778376 140735529874816 139971630413192 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10313/tid=10327] ppid=10311 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10313/task/10327/stat : 10327 (java) S 10311 10313 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291552658 9855979520 17668 33554432000 1073741824 1073778376 140735529874816 139971629361936 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10313/tid=10328] ppid=10311 vsize=9624980 CPUtime=0.43 cores=0,2,4,6
/proc/10313/task/10328/stat : 10328 (java) S 10311 10313 6647 0 -1 4202560 2807 0 0 0 43 0 0 0 20 0 19 0 291552658 9855979520 17668 33554432000 1073741824 1073778376 140735529874816 139971628308792 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10313/tid=10329] ppid=10311 vsize=9624980 CPUtime=0.48 cores=0,2,4,6
/proc/10313/task/10329/stat : 10329 (java) S 10311 10313 6647 0 -1 4202560 4639 0 0 0 46 2 0 0 20 0 19 0 291552658 9855979520 17668 33554432000 1073741824 1073778376 140735529874816 139971627256248 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10313/tid=10330] ppid=10311 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10313/task/10330/stat : 10330 (java) S 10311 10313 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291552658 9855979520 17668 33554432000 1073741824 1073778376 140735529874816 139971626203384 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10313/tid=10331] ppid=10311 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10313/task/10331/stat : 10331 (java) S 10311 10313 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291552658 9855979520 17668 33554432000 1073741824 1073778376 140735529874816 139971625151048 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10313/tid=10332] ppid=10311 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10313/task/10332/stat : 10332 (java) S 10311 10313 6647 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291552690 9855979520 17668 33554432000 1073741824 1073778376 140735529874816 139971624097320 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.42
Current children cumulated vsize (KiB) 9624980

[startup+3.10067 s]
/proc/loadavg: 2.08 2.05 2.01 3/214 10332
/proc/meminfo: memFree=30786152/32873844 swapFree=7632/7632
[pid=10313] ppid=10311 vsize=9624980 CPUtime=4.12 cores=0,2,4,6
/proc/10313/stat : 10313 (java) S 10311 10313 6647 0 -1 4202496 11336 0 1 0 408 4 0 0 20 0 19 0 291552653 9855979520 25393 33554432000 1073741824 1073778376 140735529874816 140735529865952 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10313/statm: 2406245 25393 2285 9 0 2396937 0
[pid=10313/tid=10315] ppid=10311 vsize=9624980 CPUtime=3.05 cores=0,2,4,6
/proc/10313/task/10315/stat : 10315 (java) R 10311 10313 6647 0 -1 4202560 2487 0 1 0 303 2 0 0 20 0 19 0 291552654 9855979520 25393 33554432000 1073741824 1073778376 140735529874816 139972279374232 139972128601646 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10313/tid=10316] ppid=10311 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10313/task/10316/stat : 10316 (java) S 10311 10313 6647 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291552654 9855979520 25393 33554432000 1073741824 1073778376 140735529874816 139972251827112 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10313/tid=10317] ppid=10311 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10313/task/10317/stat : 10317 (java) S 10311 10313 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291552654 9855979520 25393 33554432000 1073741824 1073778376 140735529874816 139972250774568 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10313/tid=10318] ppid=10311 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10313/task/10318/stat : 10318 (java) S 10311 10313 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291552654 9855979520 25393 33554432000 1073741824 1073778376 140735529874816 139972249721512 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10313/tid=10319] ppid=10311 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10313/task/10319/stat : 10319 (java) S 10311 10313 6647 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291552654 9855979520 25393 33554432000 1073741824 1073778376 140735529874816 139972248668968 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10313/tid=10320] ppid=10311 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10313/task/10320/stat : 10320 (java) S 10311 10313 6647 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291552654 9855979520 25393 33554432000 1073741824 1073778376 140735529874816 139972247615912 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10313/tid=10321] ppid=10311 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10313/task/10321/stat : 10321 (java) S 10311 10313 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291552654 9855979520 25393 33554432000 1073741824 1073778376 140735529874816 139972117572136 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10313/tid=10322] ppid=10311 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10313/task/10322/stat : 10322 (java) S 10311 10313 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291552654 9855979520 25393 33554432000 1073741824 1073778376 140735529874816 139972116519080 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10313/tid=10323] ppid=10311 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10313/task/10323/stat : 10323 (java) S 10311 10313 6647 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291552654 9855979520 25393 33554432000 1073741824 1073778376 140735529874816 139972115466536 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10313/tid=10324] ppid=10311 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10313/task/10324/stat : 10324 (java) S 10311 10313 6647 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 19 0 291552655 9855979520 25393 33554432000 1073741824 1073778376 140735529874816 139971632520040 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10313/tid=10325] ppid=10311 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10313/task/10325/stat : 10325 (java) S 10311 10313 6647 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291552656 9855979520 25393 33554432000 1073741824 1073778376 140735529874816 139971631466360 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10313/tid=10326] ppid=10311 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10313/task/10326/stat : 10326 (java) S 10311 10313 6647 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291552656 9855979520 25393 33554432000 1073741824 1073778376 140735529874816 139971630413192 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10313/tid=10327] ppid=10311 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10313/task/10327/stat : 10327 (java) S 10311 10313 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291552658 9855979520 25393 33554432000 1073741824 1073778376 140735529874816 139971629361936 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10313/tid=10328] ppid=10311 vsize=9624980 CPUtime=0.5 cores=0,2,4,6
/proc/10313/task/10328/stat : 10328 (java) S 10311 10313 6647 0 -1 4202560 2959 0 0 0 50 0 0 0 20 0 19 0 291552658 9855979520 25393 33554432000 1073741824 1073778376 140735529874816 139971628308792 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10313/tid=10329] ppid=10311 vsize=9624980 CPUtime=0.51 cores=0,2,4,6
/proc/10313/task/10329/stat : 10329 (java) S 10311 10313 6647 0 -1 4202560 4642 0 0 0 49 2 0 0 20 0 19 0 291552658 9855979520 25393 33554432000 1073741824 1073778376 140735529874816 139971627256248 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10313/tid=10330] ppid=10311 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10313/task/10330/stat : 10330 (java) S 10311 10313 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291552658 9855979520 25393 33554432000 1073741824 1073778376 140735529874816 139971626203384 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10313/tid=10331] ppid=10311 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10313/task/10331/stat : 10331 (java) S 10311 10313 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291552658 9855979520 25393 33554432000 1073741824 1073778376 140735529874816 139971625151048 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10313/tid=10332] ppid=10311 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10313/task/10332/stat : 10332 (java) S 10311 10313 6647 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291552690 9855979520 25393 33554432000 1073741824 1073778376 140735529874816 139971624097320 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.30076 s]
/proc/loadavg: 2.08 2.05 2.01 3/214 10332
/proc/meminfo: memFree=30745828/32873844 swapFree=7632/7632
[pid=10313] ppid=10311 vsize=9624980 CPUtime=7.84 cores=0,2,4,6
/proc/10313/stat : 10313 (java) S 10311 10313 6647 0 -1 4202496 17229 0 1 0 779 5 0 0 20 0 19 0 291552653 9855979520 30496 33554432000 1073741824 1073778376 140735529874816 140735529865952 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10313/statm: 2406245 30496 2285 9 0 2396937 0
[pid=10313/tid=10315] ppid=10311 vsize=9624980 CPUtime=6.01 cores=0,2,4,6
/proc/10313/task/10315/stat : 10315 (java) R 10311 10313 6647 0 -1 4202560 2495 0 1 0 599 2 0 0 20 0 19 0 291552654 9855979520 30496 33554432000 1073741824 1073778376 140735529874816 139972279374136 139972129135246 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10313/tid=10316] ppid=10311 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10313/task/10316/stat : 10316 (java) S 10311 10313 6647 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291552654 9855979520 30496 33554432000 1073741824 1073778376 140735529874816 139972251827112 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10313/tid=10317] ppid=10311 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10313/task/10317/stat : 10317 (java) S 10311 10313 6647 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291552654 9855979520 30496 33554432000 1073741824 1073778376 140735529874816 139972250774568 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10313/tid=10318] ppid=10311 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10313/task/10318/stat : 10318 (java) S 10311 10313 6647 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291552654 9855979520 30496 33554432000 1073741824 1073778376 140735529874816 139972249721512 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10313/tid=10319] ppid=10311 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10313/task/10319/stat : 10319 (java) S 10311 10313 6647 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 291552654 9855979520 30496 33554432000 1073741824 1073778376 140735529874816 139972248668968 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10313/tid=10320] ppid=10311 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10313/task/10320/stat : 10320 (java) S 10311 10313 6647 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291552654 9855979520 30496 33554432000 1073741824 1073778376 140735529874816 139972247615912 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10313/tid=10321] ppid=10311 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10313/task/10321/stat : 10321 (java) S 10311 10313 6647 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291552654 9855979520 30496 33554432000 1073741824 1073778376 140735529874816 139972117572136 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10313/tid=10322] ppid=10311 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10313/task/10322/stat : 10322 (java) S 10311 10313 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291552654 9855979520 30496 33554432000 1073741824 1073778376 140735529874816 139972116519080 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10313/tid=10323] ppid=10311 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10313/task/10323/stat : 10323 (java) S 10311 10313 6647 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291552654 9855979520 30496 33554432000 1073741824 1073778376 140735529874816 139972115466536 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10313/tid=10324] ppid=10311 vsize=9624980 CPUtime=0.21 cores=0,2,4,6
/proc/10313/task/10324/stat : 10324 (java) S 10311 10313 6647 0 -1 4202560 34 0 0 0 21 0 0 0 20 0 19 0 291552655 9855979520 30496 33554432000 1073741824 1073778376 140735529874816 139971632520040 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10313/tid=10325] ppid=10311 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10313/task/10325/stat : 10325 (java) S 10311 10313 6647 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291552656 9855979520 30496 33554432000 1073741824 1073778376 140735529874816 139971631466360 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10313/tid=10326] ppid=10311 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10313/task/10326/stat : 10326 (java) S 10311 10313 6647 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291552656 9855979520 30496 33554432000 1073741824 1073778376 140735529874816 139971630413192 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10313/tid=10327] ppid=10311 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10313/task/10327/stat : 10327 (java) S 10311 10313 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291552658 9855979520 30496 33554432000 1073741824 1073778376 140735529874816 139971629361936 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10313/tid=10328] ppid=10311 vsize=9624980 CPUtime=0.92 cores=0,2,4,6
/proc/10313/task/10328/stat : 10328 (java) S 10311 10313 6647 0 -1 4202560 7944 0 0 0 91 1 0 0 20 0 19 0 291552658 9855979520 30496 33554432000 1073741824 1073778376 140735529874816 139971628308792 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10313/tid=10329] ppid=10311 vsize=9624980 CPUtime=0.58 cores=0,2,4,6
/proc/10313/task/10329/stat : 10329 (java) S 10311 10313 6647 0 -1 4202560 5526 0 0 0 56 2 0 0 20 0 19 0 291552658 9855979520 30496 33554432000 1073741824 1073778376 140735529874816 139971627256248 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10313/tid=10330] ppid=10311 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10313/task/10330/stat : 10330 (java) S 10311 10313 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291552658 9855979520 30496 33554432000 1073741824 1073778376 140735529874816 139971626203384 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10313/tid=10331] ppid=10311 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10313/task/10331/stat : 10331 (java) S 10311 10313 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291552658 9855979520 30496 33554432000 1073741824 1073778376 140735529874816 139971625151048 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10313/tid=10332] ppid=10311 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10313/task/10332/stat : 10332 (java) S 10311 10313 6647 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291552690 9855979520 30496 33554432000 1073741824 1073778376 140735529874816 139971624097320 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.84
Current children cumulated vsize (KiB) 9624980

[startup+12.7007 s]

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

/proc/10313/task/10323/stat : 10323 (java) S 10311 10313 6647 0 -1 4202560 27 0 0 0 11 0 0 0 20 0 19 0 291552654 9855979520 35987 33554432000 1073741824 1073778376 140735529874816 139972115466536 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10313/tid=10324] ppid=10311 vsize=9624980 CPUtime=2.2 cores=0,2,4,6
/proc/10313/task/10324/stat : 10324 (java) S 10311 10313 6647 0 -1 4202560 50 0 0 0 220 0 0 0 20 0 19 0 291552655 9855979520 35987 33554432000 1073741824 1073778376 140735529874816 139971632520040 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10313/tid=10325] ppid=10311 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10313/task/10325/stat : 10325 (java) S 10311 10313 6647 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291552656 9855979520 35987 33554432000 1073741824 1073778376 140735529874816 139971631466360 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10313/tid=10326] ppid=10311 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10313/task/10326/stat : 10326 (java) S 10311 10313 6647 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291552656 9855979520 35987 33554432000 1073741824 1073778376 140735529874816 139971630413192 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10313/tid=10327] ppid=10311 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10313/task/10327/stat : 10327 (java) S 10311 10313 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291552658 9855979520 35987 33554432000 1073741824 1073778376 140735529874816 139971629361936 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10313/tid=10328] ppid=10311 vsize=9624980 CPUtime=0.97 cores=0,2,4,6
/proc/10313/task/10328/stat : 10328 (java) S 10311 10313 6647 0 -1 4202560 7947 0 0 0 95 2 0 0 20 0 19 0 291552658 9855979520 35987 33554432000 1073741824 1073778376 140735529874816 139971628308792 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10313/tid=10329] ppid=10311 vsize=9624980 CPUtime=0.59 cores=0,2,4,6
/proc/10313/task/10329/stat : 10329 (java) S 10311 10313 6647 0 -1 4202560 5527 0 0 0 57 2 0 0 20 0 19 0 291552658 9855979520 35987 33554432000 1073741824 1073778376 140735529874816 139971627256248 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10313/tid=10330] ppid=10311 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10313/task/10330/stat : 10330 (java) S 10311 10313 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291552658 9855979520 35987 33554432000 1073741824 1073778376 140735529874816 139971626203384 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10313/tid=10331] ppid=10311 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/10313/task/10331/stat : 10331 (java) S 10311 10313 6647 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 291552658 9855979520 35987 33554432000 1073741824 1073778376 140735529874816 139971625151048 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10313/tid=10332] ppid=10311 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10313/task/10332/stat : 10332 (java) S 10311 10313 6647 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291552690 9855979520 35987 33554432000 1073741824 1073778376 140735529874816 139971624097320 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 181.27
Current children cumulated vsize (KiB) 9624980

[startup+179.901 s]
/proc/loadavg: 2.02 2.06 2.02 3/214 10335
/proc/meminfo: memFree=30723628/32873844 swapFree=7632/7632
[pid=10313] ppid=10311 vsize=9624980 CPUtime=182.07 cores=0,2,4,6
/proc/10313/stat : 10313 (java) S 10311 10313 6647 0 -1 4202496 17625 0 1 0 18197 10 0 0 20 0 19 0 291552653 9855979520 35987 33554432000 1073741824 1073778376 140735529874816 140735529865952 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10313/statm: 2406245 35987 2286 9 0 2396937 0
[pid=10313/tid=10315] ppid=10311 vsize=9624980 CPUtime=176.9 cores=0,2,4,6
/proc/10313/task/10315/stat : 10315 (java) R 10311 10313 6647 0 -1 4202560 2553 0 1 0 17686 4 0 0 20 0 19 0 291552654 9855979520 35987 33554432000 1073741824 1073778376 140735529874816 139972279374176 139972129143075 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10313/tid=10316] ppid=10311 vsize=9624980 CPUtime=0.1 cores=0,2,4,6
/proc/10313/task/10316/stat : 10316 (java) S 10311 10313 6647 0 -1 4202560 29 0 0 0 10 0 0 0 20 0 19 0 291552654 9855979520 35987 33554432000 1073741824 1073778376 140735529874816 139972251827112 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10313/tid=10317] ppid=10311 vsize=9624980 CPUtime=0.1 cores=0,2,4,6
/proc/10313/task/10317/stat : 10317 (java) S 10311 10313 6647 0 -1 4202560 38 0 0 0 10 0 0 0 20 0 19 0 291552654 9855979520 35987 33554432000 1073741824 1073778376 140735529874816 139972250774568 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10313/tid=10318] ppid=10311 vsize=9624980 CPUtime=0.1 cores=0,2,4,6
/proc/10313/task/10318/stat : 10318 (java) S 10311 10313 6647 0 -1 4202560 48 0 0 0 10 0 0 0 20 0 19 0 291552654 9855979520 35987 33554432000 1073741824 1073778376 140735529874816 139972249721512 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10313/tid=10319] ppid=10311 vsize=9624980 CPUtime=0.11 cores=0,2,4,6
/proc/10313/task/10319/stat : 10319 (java) S 10311 10313 6647 0 -1 4202560 30 0 0 0 11 0 0 0 20 0 19 0 291552654 9855979520 35987 33554432000 1073741824 1073778376 140735529874816 139972248668968 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10313/tid=10320] ppid=10311 vsize=9624980 CPUtime=0.08 cores=0,2,4,6
/proc/10313/task/10320/stat : 10320 (java) S 10311 10313 6647 0 -1 4202560 22 0 0 0 8 0 0 0 20 0 19 0 291552654 9855979520 35987 33554432000 1073741824 1073778376 140735529874816 139972247615912 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10313/tid=10321] ppid=10311 vsize=9624980 CPUtime=0.1 cores=0,2,4,6
/proc/10313/task/10321/stat : 10321 (java) S 10311 10313 6647 0 -1 4202560 29 0 0 0 10 0 0 0 20 0 19 0 291552654 9855979520 35987 33554432000 1073741824 1073778376 140735529874816 139972117572136 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10313/tid=10322] ppid=10311 vsize=9624980 CPUtime=0.1 cores=0,2,4,6
/proc/10313/task/10322/stat : 10322 (java) S 10311 10313 6647 0 -1 4202560 129 0 0 0 10 0 0 0 20 0 19 0 291552654 9855979520 35987 33554432000 1073741824 1073778376 140735529874816 139972116519080 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10313/tid=10323] ppid=10311 vsize=9624980 CPUtime=0.11 cores=0,2,4,6
/proc/10313/task/10323/stat : 10323 (java) S 10311 10313 6647 0 -1 4202560 27 0 0 0 11 0 0 0 20 0 19 0 291552654 9855979520 35987 33554432000 1073741824 1073778376 140735529874816 139972115466536 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10313/tid=10324] ppid=10311 vsize=9624980 CPUtime=2.2 cores=0,2,4,6
/proc/10313/task/10324/stat : 10324 (java) S 10311 10313 6647 0 -1 4202560 50 0 0 0 220 0 0 0 20 0 19 0 291552655 9855979520 35987 33554432000 1073741824 1073778376 140735529874816 139971632520040 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10313/tid=10325] ppid=10311 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10313/task/10325/stat : 10325 (java) S 10311 10313 6647 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291552656 9855979520 35987 33554432000 1073741824 1073778376 140735529874816 139971631466360 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10313/tid=10326] ppid=10311 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10313/task/10326/stat : 10326 (java) S 10311 10313 6647 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291552656 9855979520 35987 33554432000 1073741824 1073778376 140735529874816 139971630413192 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10313/tid=10327] ppid=10311 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10313/task/10327/stat : 10327 (java) S 10311 10313 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291552658 9855979520 35987 33554432000 1073741824 1073778376 140735529874816 139971629361936 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10313/tid=10328] ppid=10311 vsize=9624980 CPUtime=0.97 cores=0,2,4,6
/proc/10313/task/10328/stat : 10328 (java) S 10311 10313 6647 0 -1 4202560 7947 0 0 0 95 2 0 0 20 0 19 0 291552658 9855979520 35987 33554432000 1073741824 1073778376 140735529874816 139971628308792 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10313/tid=10329] ppid=10311 vsize=9624980 CPUtime=0.59 cores=0,2,4,6
/proc/10313/task/10329/stat : 10329 (java) S 10311 10313 6647 0 -1 4202560 5527 0 0 0 57 2 0 0 20 0 19 0 291552658 9855979520 35987 33554432000 1073741824 1073778376 140735529874816 139971627256248 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10313/tid=10330] ppid=10311 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10313/task/10330/stat : 10330 (java) S 10311 10313 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291552658 9855979520 35987 33554432000 1073741824 1073778376 140735529874816 139971626203384 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10313/tid=10331] ppid=10311 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/10313/task/10331/stat : 10331 (java) S 10311 10313 6647 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 291552658 9855979520 35987 33554432000 1073741824 1073778376 140735529874816 139971625151048 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10313/tid=10332] ppid=10311 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10313/task/10332/stat : 10332 (java) S 10311 10313 6647 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291552690 9855979520 35987 33554432000 1073741824 1073778376 140735529874816 139971624097320 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 182.07
Current children cumulated vsize (KiB) 9624980

[startup+180.301 s]
/proc/loadavg: 2.02 2.06 2.02 3/214 10335
/proc/meminfo: memFree=30723628/32873844 swapFree=7632/7632
[pid=10313] ppid=10311 vsize=9624980 CPUtime=182.48 cores=0,2,4,6
/proc/10313/stat : 10313 (java) S 10311 10313 6647 0 -1 4202496 17625 0 1 0 18238 10 0 0 20 0 19 0 291552653 9855979520 35987 33554432000 1073741824 1073778376 140735529874816 140735529865952 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10313/statm: 2406245 35987 2286 9 0 2396937 0
[pid=10313/tid=10315] ppid=10311 vsize=9624980 CPUtime=177.3 cores=0,2,4,6
/proc/10313/task/10315/stat : 10315 (java) R 10311 10313 6647 0 -1 4202560 2553 0 1 0 17726 4 0 0 20 0 19 0 291552654 9855979520 35987 33554432000 1073741824 1073778376 140735529874816 139972279374176 139972129143014 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10313/tid=10316] ppid=10311 vsize=9624980 CPUtime=0.1 cores=0,2,4,6
/proc/10313/task/10316/stat : 10316 (java) S 10311 10313 6647 0 -1 4202560 29 0 0 0 10 0 0 0 20 0 19 0 291552654 9855979520 35987 33554432000 1073741824 1073778376 140735529874816 139972251827112 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10313/tid=10317] ppid=10311 vsize=9624980 CPUtime=0.1 cores=0,2,4,6
/proc/10313/task/10317/stat : 10317 (java) S 10311 10313 6647 0 -1 4202560 38 0 0 0 10 0 0 0 20 0 19 0 291552654 9855979520 35987 33554432000 1073741824 1073778376 140735529874816 139972250774568 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10313/tid=10318] ppid=10311 vsize=9624980 CPUtime=0.1 cores=0,2,4,6
/proc/10313/task/10318/stat : 10318 (java) S 10311 10313 6647 0 -1 4202560 48 0 0 0 10 0 0 0 20 0 19 0 291552654 9855979520 35987 33554432000 1073741824 1073778376 140735529874816 139972249721512 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10313/tid=10319] ppid=10311 vsize=9624980 CPUtime=0.11 cores=0,2,4,6
/proc/10313/task/10319/stat : 10319 (java) S 10311 10313 6647 0 -1 4202560 30 0 0 0 11 0 0 0 20 0 19 0 291552654 9855979520 35987 33554432000 1073741824 1073778376 140735529874816 139972248668968 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10313/tid=10320] ppid=10311 vsize=9624980 CPUtime=0.08 cores=0,2,4,6
/proc/10313/task/10320/stat : 10320 (java) S 10311 10313 6647 0 -1 4202560 22 0 0 0 8 0 0 0 20 0 19 0 291552654 9855979520 35987 33554432000 1073741824 1073778376 140735529874816 139972247615912 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10313/tid=10321] ppid=10311 vsize=9624980 CPUtime=0.1 cores=0,2,4,6
/proc/10313/task/10321/stat : 10321 (java) S 10311 10313 6647 0 -1 4202560 29 0 0 0 10 0 0 0 20 0 19 0 291552654 9855979520 35987 33554432000 1073741824 1073778376 140735529874816 139972117572136 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10313/tid=10322] ppid=10311 vsize=9624980 CPUtime=0.1 cores=0,2,4,6
/proc/10313/task/10322/stat : 10322 (java) S 10311 10313 6647 0 -1 4202560 129 0 0 0 10 0 0 0 20 0 19 0 291552654 9855979520 35987 33554432000 1073741824 1073778376 140735529874816 139972116519080 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10313/tid=10323] ppid=10311 vsize=9624980 CPUtime=0.11 cores=0,2,4,6
/proc/10313/task/10323/stat : 10323 (java) S 10311 10313 6647 0 -1 4202560 27 0 0 0 11 0 0 0 20 0 19 0 291552654 9855979520 35987 33554432000 1073741824 1073778376 140735529874816 139972115466536 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10313/tid=10324] ppid=10311 vsize=9624980 CPUtime=2.2 cores=0,2,4,6
/proc/10313/task/10324/stat : 10324 (java) S 10311 10313 6647 0 -1 4202560 50 0 0 0 220 0 0 0 20 0 19 0 291552655 9855979520 35987 33554432000 1073741824 1073778376 140735529874816 139971632520040 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10313/tid=10325] ppid=10311 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10313/task/10325/stat : 10325 (java) S 10311 10313 6647 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291552656 9855979520 35987 33554432000 1073741824 1073778376 140735529874816 139971631466360 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10313/tid=10326] ppid=10311 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10313/task/10326/stat : 10326 (java) S 10311 10313 6647 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291552656 9855979520 35987 33554432000 1073741824 1073778376 140735529874816 139971630413192 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10313/tid=10327] ppid=10311 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10313/task/10327/stat : 10327 (java) S 10311 10313 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291552658 9855979520 35987 33554432000 1073741824 1073778376 140735529874816 139971629361936 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10313/tid=10328] ppid=10311 vsize=9624980 CPUtime=0.97 cores=0,2,4,6
/proc/10313/task/10328/stat : 10328 (java) S 10311 10313 6647 0 -1 4202560 7947 0 0 0 95 2 0 0 20 0 19 0 291552658 9855979520 35987 33554432000 1073741824 1073778376 140735529874816 139971628308792 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10313/tid=10329] ppid=10311 vsize=9624980 CPUtime=0.59 cores=0,2,4,6
/proc/10313/task/10329/stat : 10329 (java) S 10311 10313 6647 0 -1 4202560 5527 0 0 0 57 2 0 0 20 0 19 0 291552658 9855979520 35987 33554432000 1073741824 1073778376 140735529874816 139971627256248 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10313/tid=10330] ppid=10311 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10313/task/10330/stat : 10330 (java) S 10311 10313 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291552658 9855979520 35987 33554432000 1073741824 1073778376 140735529874816 139971626203384 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10313/tid=10331] ppid=10311 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/10313/task/10331/stat : 10331 (java) S 10311 10313 6647 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 291552658 9855979520 35987 33554432000 1073741824 1073778376 140735529874816 139971625151048 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10313/tid=10332] ppid=10311 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10313/task/10332/stat : 10332 (java) S 10311 10313 6647 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291552690 9855979520 35987 33554432000 1073741824 1073778376 140735529874816 139971624097320 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 182.48
Current children cumulated vsize (KiB) 9624980

[startup+180.701 s]
/proc/loadavg: 2.02 2.06 2.02 3/214 10335
/proc/meminfo: memFree=30723628/32873844 swapFree=7632/7632
[pid=10313] ppid=10311 vsize=9624980 CPUtime=182.87 cores=0,2,4,6
/proc/10313/stat : 10313 (java) S 10311 10313 6647 0 -1 4202496 17626 0 1 0 18277 10 0 0 20 0 19 0 291552653 9855979520 35987 33554432000 1073741824 1073778376 140735529874816 140735529865952 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10313/statm: 2406245 35987 2286 9 0 2396937 0
[pid=10313/tid=10315] ppid=10311 vsize=9624980 CPUtime=177.7 cores=0,2,4,6
/proc/10313/task/10315/stat : 10315 (java) R 10311 10313 6647 0 -1 4202560 2553 0 1 0 17766 4 0 0 20 0 19 0 291552654 9855979520 35987 33554432000 1073741824 1073778376 140735529874816 139972279374176 139972129426487 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10313/tid=10316] ppid=10311 vsize=9624980 CPUtime=0.1 cores=0,2,4,6
/proc/10313/task/10316/stat : 10316 (java) S 10311 10313 6647 0 -1 4202560 29 0 0 0 10 0 0 0 20 0 19 0 291552654 9855979520 35987 33554432000 1073741824 1073778376 140735529874816 139972251827112 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10313/tid=10317] ppid=10311 vsize=9624980 CPUtime=0.1 cores=0,2,4,6
/proc/10313/task/10317/stat : 10317 (java) S 10311 10313 6647 0 -1 4202560 38 0 0 0 10 0 0 0 20 0 19 0 291552654 9855979520 35987 33554432000 1073741824 1073778376 140735529874816 139972250774568 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10313/tid=10318] ppid=10311 vsize=9624980 CPUtime=0.1 cores=0,2,4,6
/proc/10313/task/10318/stat : 10318 (java) S 10311 10313 6647 0 -1 4202560 48 0 0 0 10 0 0 0 20 0 19 0 291552654 9855979520 35987 33554432000 1073741824 1073778376 140735529874816 139972249721512 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10313/tid=10319] ppid=10311 vsize=9624980 CPUtime=0.11 cores=0,2,4,6
/proc/10313/task/10319/stat : 10319 (java) S 10311 10313 6647 0 -1 4202560 30 0 0 0 11 0 0 0 20 0 19 0 291552654 9855979520 35987 33554432000 1073741824 1073778376 140735529874816 139972248668968 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10313/tid=10320] ppid=10311 vsize=9624980 CPUtime=0.08 cores=0,2,4,6
/proc/10313/task/10320/stat : 10320 (java) S 10311 10313 6647 0 -1 4202560 22 0 0 0 8 0 0 0 20 0 19 0 291552654 9855979520 35987 33554432000 1073741824 1073778376 140735529874816 139972247615912 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10313/tid=10321] ppid=10311 vsize=9624980 CPUtime=0.1 cores=0,2,4,6
/proc/10313/task/10321/stat : 10321 (java) S 10311 10313 6647 0 -1 4202560 29 0 0 0 10 0 0 0 20 0 19 0 291552654 9855979520 35987 33554432000 1073741824 1073778376 140735529874816 139972117572136 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10313/tid=10322] ppid=10311 vsize=9624980 CPUtime=0.1 cores=0,2,4,6
/proc/10313/task/10322/stat : 10322 (java) S 10311 10313 6647 0 -1 4202560 129 0 0 0 10 0 0 0 20 0 19 0 291552654 9855979520 35987 33554432000 1073741824 1073778376 140735529874816 139972116519080 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10313/tid=10323] ppid=10311 vsize=9624980 CPUtime=0.11 cores=0,2,4,6
/proc/10313/task/10323/stat : 10323 (java) S 10311 10313 6647 0 -1 4202560 27 0 0 0 11 0 0 0 20 0 19 0 291552654 9855979520 35987 33554432000 1073741824 1073778376 140735529874816 139972115466536 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10313/tid=10324] ppid=10311 vsize=9624980 CPUtime=2.2 cores=0,2,4,6
/proc/10313/task/10324/stat : 10324 (java) S 10311 10313 6647 0 -1 4202560 50 0 0 0 220 0 0 0 20 0 19 0 291552655 9855979520 35987 33554432000 1073741824 1073778376 140735529874816 139971632520040 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10313/tid=10325] ppid=10311 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10313/task/10325/stat : 10325 (java) S 10311 10313 6647 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291552656 9855979520 35987 33554432000 1073741824 1073778376 140735529874816 139971631466360 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10313/tid=10326] ppid=10311 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10313/task/10326/stat : 10326 (java) S 10311 10313 6647 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291552656 9855979520 35987 33554432000 1073741824 1073778376 140735529874816 139971630413192 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10313/tid=10327] ppid=10311 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10313/task/10327/stat : 10327 (java) S 10311 10313 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291552658 9855979520 35987 33554432000 1073741824 1073778376 140735529874816 139971629361936 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10313/tid=10328] ppid=10311 vsize=9624980 CPUtime=0.97 cores=0,2,4,6
/proc/10313/task/10328/stat : 10328 (java) S 10311 10313 6647 0 -1 4202560 7947 0 0 0 95 2 0 0 20 0 19 0 291552658 9855979520 35987 33554432000 1073741824 1073778376 140735529874816 139971628308792 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10313/tid=10329] ppid=10311 vsize=9624980 CPUtime=0.59 cores=0,2,4,6
/proc/10313/task/10329/stat : 10329 (java) S 10311 10313 6647 0 -1 4202560 5528 0 0 0 57 2 0 0 20 0 19 0 291552658 9855979520 35987 33554432000 1073741824 1073778376 140735529874816 139971627256248 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10313/tid=10330] ppid=10311 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10313/task/10330/stat : 10330 (java) S 10311 10313 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291552658 9855979520 35987 33554432000 1073741824 1073778376 140735529874816 139971626203384 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10313/tid=10331] ppid=10311 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/10313/task/10331/stat : 10331 (java) S 10311 10313 6647 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 291552658 9855979520 35987 33554432000 1073741824 1073778376 140735529874816 139971625151048 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10313/tid=10332] ppid=10311 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10313/task/10332/stat : 10332 (java) S 10311 10313 6647 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291552690 9855979520 35987 33554432000 1073741824 1073778376 140735529874816 139971624097320 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 182.87
Current children cumulated vsize (KiB) 9624980

Child status: 30

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

Real time (s): 180.778
CPU time (s): 182.87
CPU user time (s): 182.77
CPU system time (s): 0.1
CPU usage (%): 101.157
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 182.394
system time used= 0.211967
maximum resident set size= 144004
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17643
page faults= 1
swaps= 0
block input operations= 0
block output operations= 248
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5864
involuntary context switches= 2947

runsolver used 0.704892 second user time and 1.56676 second system time

The end

Launcher Data

Begin job on node141 at 2012-05-29 03:18:03
IDJOB=3718412
IDBENCH=79259
IDSOLVER=2301
FILE ID=node141/3718412-1338254283
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.1900567985--soft-0-100-0.wbo
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3718412-1338254283/watcher-3718412-1338254283 -o /tmp/evaluation-result-3718412-1338254283/solver-3718412-1338254283 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3718412-1338254283.wbo

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

MD5SUM BENCH= e639daae290163b8abe4f9e3cf3dc11c
RANDOM SEED=405678527

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:        30862844 kB
Buffers:          230772 kB
Cached:           401772 kB
SwapCached:          220 kB
Active:          1113428 kB
Inactive:          27624 kB
Active(anon):     497960 kB
Inactive(anon):    12056 kB
Active(file):     615468 kB
Inactive(file):    15568 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67108636 kB
Dirty:               152 kB
Writeback:             0 kB
AnonPages:        545472 kB
Mapped:            18272 kB
Shmem:               172 kB
Slab:             728868 kB
SReclaimable:     171136 kB
SUnreclaim:       557732 kB
KernelStack:        1768 kB
PageTables:         4940 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     672928 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    509952 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:21:04