Trace number 3492729

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 Resolution 2011-06-08OPTIMUM 46.6799 45.5017

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110973670--soft-0-100-0.wbo
MD5SUM366069b8ece10aa1f9438c760e1be90c
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 benchmark1.87871
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 4944
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4943
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1248
Number of bits of the biggest sum of numbers11
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.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.09	c version 2.3.1.v20110525
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.18-164.el5
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		9996466904
0.02/0.09	c Max memory 		10048897024
0.02/0.09	c Total memory 		10048897024
0.02/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3492729-1307911192.wbo
0.10/0.11	c reading problem ... 
0.10/0.17	c ... done. Wall clock time 0.056s.
0.10/0.17	c #vars     270
0.10/0.17	c #constraints  101
0.10/0.17	c constraints type 
0.10/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.10/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.26/0.22	c SATISFIABLE
0.26/0.22	c OPTIMIZING...
0.26/0.22	c Got one! Elapsed wall clock time (in seconds):0.111
0.26/0.22	o 591
0.26/0.25	c Got one! Elapsed wall clock time (in seconds):0.14
0.26/0.25	o 543
0.50/0.30	c Got one! Elapsed wall clock time (in seconds):0.19
0.50/0.30	o 533
0.50/0.31	c Got one! Elapsed wall clock time (in seconds):0.197
0.50/0.31	o 507
0.50/0.32	c Got one! Elapsed wall clock time (in seconds):0.215
0.50/0.32	o 503
0.50/0.34	c Got one! Elapsed wall clock time (in seconds):0.226
0.50/0.34	o 137
0.86/0.60	c cleaning 3278 clauses out of 6564 with flag 5001/6564
1.20/0.92	c cleaning 4638 clauses out of 9285 with flag 11000/12563
1.50/1.22	c Got one! Elapsed wall clock time (in seconds):1.111
1.50/1.22	o 136
1.70/1.46	c cleaning 7682 clauses out of 15366 with flag 5000/23282
1.84/1.50	c Got one! Elapsed wall clock time (in seconds):1.392
1.84/1.50	o 128
2.07/1.72	c cleaning 6619 clauses out of 13255 with flag 5000/28853
2.39/2.05	c cleaning 6314 clauses out of 12638 with flag 11002/34855
2.69/2.39	c cleaning 6655 clauses out of 13322 with flag 18000/41853
3.19/2.81	c cleaning 7330 clauses out of 14669 with flag 26002/49855
3.60/3.28	c cleaning 8164 clauses out of 16339 with flag 35002/58855
4.19/3.80	c Got one! Elapsed wall clock time (in seconds):3.691
4.19/3.80	o 109
4.39/4.01	c cleaning 11374 clauses out of 22751 with flag 5000/73431
4.49/4.17	c Got one! Elapsed wall clock time (in seconds):4.06
4.49/4.17	o 98
4.59/4.26	c cleaning 8537 clauses out of 17089 with flag 2000/79143
4.80/4.47	c cleaning 7273 clauses out of 14556 with flag 8004/85147
5.22/4.83	c cleaning 7136 clauses out of 14279 with flag 15000/92143
5.84/5.28	c cleaning 7570 clauses out of 15145 with flag 23002/100145
6.79/5.80	c cleaning 8283 clauses out of 16573 with flag 32000/109143
7.30/6.38	c cleaning 9143 clauses out of 18293 with flag 42003/119146
7.90/6.95	c cleaning 9563 clauses out of 19149 with flag 52002/129145
8.40/7.45	c cleaning 9792 clauses out of 19587 with flag 62003/139146
8.91/7.98	c Got one! Elapsed wall clock time (in seconds):7.872
8.91/7.98	o 96
9.21/8.21	c cleaning 12222 clauses out of 24450 with flag 5000/153801
9.41/8.48	c cleaning 9107 clauses out of 18228 with flag 11000/159801
9.81/8.83	c cleaning 8052 clauses out of 16124 with flag 18003/166804
10.21/9.20	c Got one! Elapsed wall clock time (in seconds):9.088
10.21/9.20	o 86
10.42/9.41	c cleaning 10518 clauses out of 21040 with flag 5001/179772
10.62/9.65	c cleaning 8256 clauses out of 16521 with flag 11000/185771
10.93/9.91	c cleaning 7628 clauses out of 15267 with flag 18002/192773
11.22/10.29	c cleaning 7815 clauses out of 15638 with flag 26001/200772
11.72/10.74	c cleaning 8405 clauses out of 16825 with flag 35003/209774
12.22/11.23	c cleaning 9199 clauses out of 18419 with flag 45002/219773
12.73/11.74	c cleaning 9606 clauses out of 19218 with flag 55000/229771
13.23/12.28	c cleaning 9802 clauses out of 19612 with flag 65000/239771
13.73/12.76	c Got one! Elapsed wall clock time (in seconds):12.652
13.73/12.76	o 81
13.93/12.99	c cleaning 12177 clauses out of 24357 with flag 5000/254318
14.24/13.24	c cleaning 9087 clauses out of 18180 with flag 11000/260318
14.43/13.49	c cleaning 8044 clauses out of 16095 with flag 18002/267320
14.83/13.85	c cleaning 8021 clauses out of 16054 with flag 26005/275323
15.24/14.27	c cleaning 8504 clauses out of 17028 with flag 35000/284318
15.24/14.29	c Got one! Elapsed wall clock time (in seconds):14.181
15.24/14.29	o 66
15.44/14.47	c cleaning 6763 clauses out of 13537 with flag 5000/289331
15.64/14.68	c cleaning 6385 clauses out of 12776 with flag 11002/295333
15.94/14.94	c cleaning 6689 clauses out of 13391 with flag 18002/302333
16.24/15.25	c cleaning 7346 clauses out of 14701 with flag 26001/310332
16.64/15.63	c cleaning 8174 clauses out of 16354 with flag 35000/319331
17.04/16.07	c cleaning 9081 clauses out of 18180 with flag 45000/329331
17.54/16.53	c cleaning 9548 clauses out of 19100 with flag 55001/339332
18.04/17.04	c cleaning 9766 clauses out of 19551 with flag 65000/349331
18.34/17.33	c Got one! Elapsed wall clock time (in seconds):17.225
18.34/17.33	o 64
18.54/17.57	c cleaning 10793 clauses out of 21591 with flag 5000/361137
18.84/17.80	c cleaning 8396 clauses out of 16799 with flag 11001/367138
19.04/18.07	c cleaning 7698 clauses out of 15403 with flag 18001/374138
19.44/18.42	c cleaning 7846 clauses out of 15706 with flag 26002/382139
19.84/18.81	c cleaning 8422 clauses out of 16859 with flag 35001/391138
20.24/19.24	c cleaning 9214 clauses out of 18438 with flag 45002/401139
20.64/19.69	c cleaning 9606 clauses out of 19224 with flag 55002/411139
21.14/20.16	c cleaning 9803 clauses out of 19616 with flag 65000/421137
21.25/20.29	c Got one! Elapsed wall clock time (in seconds):20.179
21.25/20.29	o 61
21.45/20.40	c cleaning 7765 clauses out of 15537 with flag 3001/426861
21.65/20.62	c cleaning 6883 clauses out of 13774 with flag 9003/432863
21.86/20.88	c cleaning 6940 clauses out of 13889 with flag 16001/439861
22.16/21.16	c cleaning 7469 clauses out of 14948 with flag 24000/447860
22.56/21.51	c cleaning 8235 clauses out of 16479 with flag 33000/456860
22.98/21.92	c cleaning 9119 clauses out of 18245 with flag 43001/466861
23.38/22.34	c cleaning 9559 clauses out of 19127 with flag 53002/476862
23.78/22.76	c cleaning 9777 clauses out of 19566 with flag 63000/486860
24.28/23.22	c cleaning 9890 clauses out of 19790 with flag 73001/496861
24.69/23.67	c cleaning 9946 clauses out of 19900 with flag 83001/506861
25.19/24.14	c cleaning 9973 clauses out of 19953 with flag 93000/516860
25.69/24.60	c cleaning 9982 clauses out of 19980 with flag 103000/526860
26.09/25.05	c cleaning 9986 clauses out of 20000 with flag 113002/536862
26.49/25.49	c cleaning 10002 clauses out of 20013 with flag 123001/546861
26.89/25.83	c Got one! Elapsed wall clock time (in seconds):25.718
26.89/25.83	o 59
27.09/26.04	c cleaning 11662 clauses out of 23332 with flag 5002/560182
27.29/26.28	c cleaning 8825 clauses out of 17668 with flag 11000/566180
27.59/26.54	c cleaning 7917 clauses out of 15843 with flag 18000/573180
27.89/26.87	c cleaning 7958 clauses out of 15926 with flag 26000/581180
28.29/27.22	c cleaning 8479 clauses out of 16969 with flag 35001/590181
28.69/27.64	c cleaning 9240 clauses out of 18491 with flag 45002/600182
29.19/28.10	c cleaning 9615 clauses out of 19251 with flag 55002/610182
29.29/28.24	c Got one! Elapsed wall clock time (in seconds):28.134
29.29/28.24	o 46
29.41/28.32	c cleaning 7493 clauses out of 14996 with flag 2000/615542
29.62/28.55	c cleaning 6749 clauses out of 13505 with flag 8002/621544
29.82/28.79	c cleaning 6872 clauses out of 13755 with flag 15001/628543
30.12/29.08	c cleaning 7434 clauses out of 14882 with flag 23000/636542
30.52/29.44	c cleaning 8219 clauses out of 16448 with flag 32000/645542
30.92/29.85	c cleaning 9110 clauses out of 18230 with flag 42001/655543
31.32/30.26	c cleaning 9551 clauses out of 19119 with flag 52000/665542
31.72/30.66	c cleaning 9777 clauses out of 19568 with flag 62000/675542
32.12/31.03	c cleaning 9895 clauses out of 19794 with flag 72003/685545
32.52/31.44	c cleaning 9935 clauses out of 19896 with flag 82000/695542
32.62/31.57	c Got one! Elapsed wall clock time (in seconds):31.464
32.62/31.57	o 38
32.72/31.65	c cleaning 7893 clauses out of 15795 with flag 2000/701376
32.93/31.88	c cleaning 6949 clauses out of 13904 with flag 8002/707378
33.22/32.13	c cleaning 6967 clauses out of 13953 with flag 15000/714376
33.22/32.15	c Got one! Elapsed wall clock time (in seconds):32.041
33.22/32.15	o 35
33.42/32.32	c cleaning 6150 clauses out of 12305 with flag 5000/719695
33.62/32.53	c cleaning 6073 clauses out of 12155 with flag 11000/725695
33.82/32.78	c cleaning 6535 clauses out of 13082 with flag 18000/732695
34.23/33.12	c cleaning 7267 clauses out of 14547 with flag 26000/740695
34.53/33.47	c cleaning 8135 clauses out of 16281 with flag 35001/749696
34.93/33.83	c cleaning 9070 clauses out of 18145 with flag 45000/759695
35.33/34.24	c cleaning 9532 clauses out of 19075 with flag 55000/769695
35.73/34.60	c cleaning 9767 clauses out of 19543 with flag 65000/779695
36.03/34.96	c cleaning 9882 clauses out of 19778 with flag 75002/789697
36.43/35.30	c cleaning 9941 clauses out of 19895 with flag 85001/799696
36.73/35.65	c cleaning 9973 clauses out of 19954 with flag 95001/809696
37.03/35.99	c cleaning 9981 clauses out of 19980 with flag 105000/819695
37.44/36.38	c cleaning 9994 clauses out of 20001 with flag 115002/829697
37.83/36.75	c cleaning 9998 clauses out of 20006 with flag 125001/839696
38.23/37.14	c cleaning 9994 clauses out of 20008 with flag 135001/849696
38.63/37.57	c cleaning 10003 clauses out of 20014 with flag 145001/859696
39.03/37.93	c cleaning 9997 clauses out of 20010 with flag 155000/869695
39.33/38.26	c Got one! Elapsed wall clock time (in seconds):38.149
39.33/38.26	o 29
39.54/38.49	c cleaning 12117 clauses out of 24239 with flag 5000/883921
39.83/38.71	c cleaning 9056 clauses out of 18122 with flag 11000/889921
40.04/38.95	c cleaning 8030 clauses out of 16068 with flag 18002/896923
40.34/39.26	c cleaning 8014 clauses out of 16037 with flag 26001/904922
40.65/39.59	c cleaning 8506 clauses out of 17022 with flag 35000/913921
41.04/39.97	c cleaning 9254 clauses out of 18518 with flag 45002/923923
41.44/40.33	c cleaning 9627 clauses out of 19263 with flag 55001/933922
41.85/40.71	c cleaning 9813 clauses out of 19635 with flag 65000/943921
42.15/41.09	c cleaning 9901 clauses out of 19823 with flag 75001/953922
42.55/41.44	c cleaning 9953 clauses out of 19922 with flag 85001/963922
42.86/41.78	c cleaning 9982 clauses out of 19968 with flag 95000/973921
43.25/42.19	c cleaning 9988 clauses out of 19987 with flag 105001/983922
43.75/42.65	c cleaning 9994 clauses out of 19998 with flag 115000/993921
44.15/43.01	c cleaning 9999 clauses out of 20006 with flag 125002/1003923
44.35/43.20	c Got one! Elapsed wall clock time (in seconds):43.095
44.35/43.20	o 22
44.46/43.40	c cleaning 10624 clauses out of 21255 with flag 5000/1015171
44.76/43.62	c cleaning 8313 clauses out of 16633 with flag 11002/1021173
44.96/43.86	c cleaning 7655 clauses out of 15319 with flag 18001/1028172
45.26/44.17	c cleaning 7826 clauses out of 15663 with flag 26000/1036171
45.66/44.51	c cleaning 8414 clauses out of 16837 with flag 35000/1045171
45.96/44.89	c cleaning 9210 clauses out of 18423 with flag 45000/1055171
46.36/45.25	c cleaning 9604 clauses out of 19213 with flag 55000/1065171
46.56/45.47	c Got one! Elapsed wall clock time (in seconds):45.357
46.56/45.47	o 1
46.56/45.48	c starts		: 193
46.56/45.48	c conflicts		: 1071352
46.56/45.48	c decisions		: 1799766
46.56/45.48	c propagations		: 29714209
46.56/45.48	c inspects		: 240551668
46.56/45.48	c shortcuts		: 0
46.56/45.48	c learnt literals	: 0
46.56/45.48	c learnt binary clauses	: 65
46.56/45.48	c learnt ternary clauses	: 1147
46.56/45.48	c learnt constraints	: 1071352
46.56/45.48	c ignored constraints	: 0
46.56/45.48	c root simplifications	: 0
46.56/45.48	c removed literals (reason simplification)	: 5969783
46.56/45.48	c reason swapping (by a shorter reason)	: 0
46.56/45.48	c Calls to reduceDB	: 121
46.56/45.48	c number of reductions to clauses (during analyze)	: 0
46.56/45.48	c number of learned constraints concerned by reduction	: 0
46.56/45.48	c number of learning phase by resolution	: 0
46.56/45.48	c number of learning phase by cutting planes	: 0
46.56/45.48	c speed (assignments/second)	: 2.4761840833333335E9
46.56/45.48	c non guided choices	1424
46.56/45.48	c learnt constraints type 
46.56/45.48	c constraints type 
46.56/45.48	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
46.56/45.48	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
46.56/45.48	s OPTIMUM FOUND
46.56/45.48	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 
46.56/45.48	c objective function=1
46.56/45.48	c Total wall clock time (in seconds): 45.371

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 /var/tmp/evaluation-result-3492729-1307911192/watcher-3492729-1307911192 -o /var/tmp/evaluation-result-3492729-1307911192/solver-3492729-1307911192 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492729-1307911192.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.03 2.03 1.98 2/199 3471
/proc/meminfo: memFree=1261676/32951124 swapFree=67054536/67111528
[pid=3471] ppid=3469 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/3471/stat : 3471 (java) R 3469 3471 446 0 -1 4202496 692 0 0 0 0 0 0 0 25 0 1 0 902717061 23580672 434 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271545575168 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/3471/statm: 5757 447 339 9 0 124 0

[startup+0.0357649 s]
/proc/loadavg: 2.03 2.03 1.98 2/199 3471
/proc/meminfo: memFree=1261676/32951124 swapFree=67054536/67111528
[pid=3471] ppid=3469 vsize=10465424 CPUtime=0.02 cores=1,3,5,7
/proc/3471/stat : 3471 (java) S 3469 3471 446 0 -1 4202496 10970 0 1 0 1 1 0 0 25 0 11 0 902717061 10716594176 10667 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562340325 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/3471/statm: 2616356 10667 1600 9 0 2607104 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10465424

[startup+0.104782 s]
/proc/loadavg: 2.03 2.03 1.98 2/199 3471
/proc/meminfo: memFree=1261676/32951124 swapFree=67054536/67111528
[pid=3471] ppid=3469 vsize=10540188 CPUtime=0.1 cores=1,3,5,7
/proc/3471/stat : 3471 (java) S 3469 3471 446 0 -1 4202496 13076 0 1 0 8 2 0 0 25 0 18 0 902717061 10793152512 12771 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3471/statm: 2635047 12772 2093 9 0 2625781 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540188

[startup+0.30067 s]
/proc/loadavg: 2.03 2.03 1.98 2/199 3471
/proc/meminfo: memFree=1261676/32951124 swapFree=67054536/67111528
[pid=3471] ppid=3469 vsize=10544864 CPUtime=0.5 cores=1,3,5,7
/proc/3471/stat : 3471 (java) S 3469 3471 446 0 -1 4202496 15718 0 1 0 48 2 0 0 25 0 19 0 902717061 10797940736 14666 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3471/statm: 2636216 14666 2215 9 0 2626950 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 10544864

[startup+0.700598 s]
/proc/loadavg: 2.03 2.03 1.98 2/199 3471
/proc/meminfo: memFree=1261676/32951124 swapFree=67054536/67111528
[pid=3471] ppid=3469 vsize=10544864 CPUtime=0.98 cores=1,3,5,7
/proc/3471/stat : 3471 (java) S 3469 3471 446 0 -1 4202496 17008 0 1 0 95 3 0 0 25 0 19 0 902717061 10797940736 15638 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3471/statm: 2636216 15638 2247 9 0 2626950 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 10544864

[startup+1.50149 s]
/proc/loadavg: 2.03 2.03 1.98 3/218 3491
/proc/meminfo: memFree=1206308/32951124 swapFree=67054536/67111528
[pid=3471] ppid=3469 vsize=10544864 CPUtime=1.84 cores=1,3,5,7
/proc/3471/stat : 3471 (java) S 3469 3471 446 0 -1 4202496 18858 0 1 0 181 3 0 0 25 0 19 0 902717061 10797940736 17065 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3471/statm: 2636216 17065 2249 9 0 2626950 0
[pid=3471/tid=3473] ppid=3469 vsize=10544864 CPUtime=1.43 cores=1,3,5,7
/proc/3471/task/3473/stat : 3473 (java) R 3469 3471 446 0 -1 4202560 12213 0 1 0 141 2 0 0 20 0 19 0 902717062 10797940736 17065 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 46912505533056 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=3471/tid=3474] ppid=3469 vsize=10544864 CPUtime=0 cores=1,3,5,7
/proc/3471/task/3474/stat : 3474 (java) S 3469 3471 446 0 -1 4202560 145 0 0 0 0 0 0 0 15 0 19 0 902717063 10797940736 17065 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 7 0 0 0
[pid=3471/tid=3475] ppid=3469 vsize=10544864 CPUtime=0 cores=1,3,5,7
/proc/3471/task/3475/stat : 3475 (java) S 3469 3471 446 0 -1 4202560 140 0 0 0 0 0 0 0 15 0 19 0 902717063 10797940736 17065 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 7 0 0 0
[pid=3471/tid=3477] ppid=3469 vsize=10544864 CPUtime=0 cores=1,3,5,7
/proc/3471/task/3477/stat : 3477 (java) S 3469 3471 446 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 19 0 902717063 10797940736 17065 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 3 0 0 0
[pid=3471/tid=3478] ppid=3469 vsize=10544864 CPUtime=0 cores=1,3,5,7
/proc/3471/task/3478/stat : 3478 (java) S 3469 3471 446 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902717063 10797940736 17065 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 3 0 0 0
[pid=3471/tid=3479] ppid=3469 vsize=10544864 CPUtime=0 cores=1,3,5,7
/proc/3471/task/3479/stat : 3479 (java) S 3469 3471 446 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902717063 10797940736 17065 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 7 0 0 0
[pid=3471/tid=3480] ppid=3469 vsize=10544864 CPUtime=0 cores=1,3,5,7
/proc/3471/task/3480/stat : 3480 (java) S 3469 3471 446 0 -1 4202560 84 0 0 0 0 0 0 0 15 0 19 0 902717063 10797940736 17065 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 1 0 0 0
[pid=3471/tid=3481] ppid=3469 vsize=10544864 CPUtime=0 cores=1,3,5,7
/proc/3471/task/3481/stat : 3481 (java) S 3469 3471 446 0 -1 4202560 182 0 0 0 0 0 0 0 15 0 19 0 902717063 10797940736 17065 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 1 0 0 0
[pid=3471/tid=3482] ppid=3469 vsize=10544864 CPUtime=0 cores=1,3,5,7
/proc/3471/task/3482/stat : 3482 (java) S 3469 3471 446 0 -1 4202560 213 0 0 0 0 0 0 0 15 0 19 0 902717063 10797940736 17065 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 7 0 0 0
[pid=3471/tid=3483] ppid=3469 vsize=10544864 CPUtime=0.03 cores=1,3,5,7
/proc/3471/task/3483/stat : 3483 (java) S 3469 3471 446 0 -1 4202560 552 0 0 0 3 0 0 0 15 0 19 0 902717064 10797940736 17065 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562354176 0 0 0 16800975 18446604460684959872 0 0 -1 5 0 0 0
[pid=3471/tid=3484] ppid=3469 vsize=10544864 CPUtime=0 cores=1,3,5,7
/proc/3471/task/3484/stat : 3484 (java) S 3469 3471 446 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 19 0 902717065 10797940736 17065 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 3 0 0 0
[pid=3471/tid=3485] ppid=3469 vsize=10544864 CPUtime=0 cores=1,3,5,7
/proc/3471/task/3485/stat : 3485 (java) S 3469 3471 446 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 902717065 10797940736 17065 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 3 0 0 0
[pid=3471/tid=3486] ppid=3469 vsize=10544864 CPUtime=0 cores=1,3,5,7
/proc/3471/task/3486/stat : 3486 (java) S 3469 3471 446 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 902717067 10797940736 17065 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562361265 0 4 0 16800975 18446604460684959872 0 0 -1 3 0 0 0
[pid=3471/tid=3487] ppid=3469 vsize=10544864 CPUtime=0.14 cores=1,3,5,7
/proc/3471/task/3487/stat : 3487 (java) S 3469 3471 446 0 -1 4202560 1573 0 0 0 14 0 0 0 15 0 19 0 902717067 10797940736 17065 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 3 0 0 0
[pid=3471/tid=3488] ppid=3469 vsize=10544864 CPUtime=0.2 cores=1,3,5,7
/proc/3471/task/3488/stat : 3488 (java) R 3469 3471 446 0 -1 4202560 2587 0 0 0 20 0 0 0 15 0 19 0 902717067 10797940736 17065 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 47927496595552 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3471/tid=3489] ppid=3469 vsize=10544864 CPUtime=0 cores=1,3,5,7
/proc/3471/task/3489/stat : 3489 (java) S 3469 3471 446 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 902717067 10797940736 17065 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 3 0 0 0
[pid=3471/tid=3490] ppid=3469 vsize=10544864 CPUtime=0 cores=1,3,5,7
/proc/3471/task/3490/stat : 3490 (java) S 3469 3471 446 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902717067 10797940736 17065 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562354176 0 4 0 16800975 18446604460684959872 0 0 -1 3 0 0 0
[pid=3471/tid=3491] ppid=3469 vsize=10544864 CPUtime=0 cores=1,3,5,7
/proc/3471/task/3491/stat : 3491 (java) S 3469 3471 446 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902717078 10797940736 17065 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562354176 0 4 0 16800975 18446604460684959872 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 10544864

[startup+3.1012 s]
/proc/loadavg: 2.03 2.02 1.98 3/218 3491
/proc/meminfo: memFree=1201968/32951124 swapFree=67054536/67111528
[pid=3471] ppid=3469 vsize=10544864 CPUtime=3.49 cores=1,3,5,7
/proc/3471/stat : 3471 (java) S 3469 3471 446 0 -1 4202496 18919 0 1 0 346 3 0 0 25 0 19 0 902717061 10797940736 17122 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3471/statm: 2636216 17122 2249 9 0 2626950 0
[pid=3471/tid=3473] ppid=3469 vsize=10544864 CPUtime=2.98 cores=1,3,5,7
/proc/3471/task/3473/stat : 3473 (java) R 3469 3471 446 0 -1 4202560 12217 0 1 0 296 2 0 0 25 0 19 0 902717062 10797940736 17122 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 46912505559344 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=3471/tid=3474] ppid=3469 vsize=10544864 CPUtime=0 cores=1,3,5,7
/proc/3471/task/3474/stat : 3474 (java) S 3469 3471 446 0 -1 4202560 147 0 0 0 0 0 0 0 15 0 19 0 902717063 10797940736 17122 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 3 0 0 0
[pid=3471/tid=3475] ppid=3469 vsize=10544864 CPUtime=0 cores=1,3,5,7
/proc/3471/task/3475/stat : 3475 (java) S 3469 3471 446 0 -1 4202560 141 0 0 0 0 0 0 0 15 0 19 0 902717063 10797940736 17122 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 7 0 0 0
[pid=3471/tid=3477] ppid=3469 vsize=10544864 CPUtime=0 cores=1,3,5,7
/proc/3471/task/3477/stat : 3477 (java) S 3469 3471 446 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 19 0 902717063 10797940736 17122 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 3 0 0 0
[pid=3471/tid=3478] ppid=3469 vsize=10544864 CPUtime=0 cores=1,3,5,7
/proc/3471/task/3478/stat : 3478 (java) S 3469 3471 446 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902717063 10797940736 17122 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 3 0 0 0
[pid=3471/tid=3479] ppid=3469 vsize=10544864 CPUtime=0 cores=1,3,5,7
/proc/3471/task/3479/stat : 3479 (java) S 3469 3471 446 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 902717063 10797940736 17122 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 7 0 0 0
[pid=3471/tid=3480] ppid=3469 vsize=10544864 CPUtime=0 cores=1,3,5,7
/proc/3471/task/3480/stat : 3480 (java) S 3469 3471 446 0 -1 4202560 84 0 0 0 0 0 0 0 15 0 19 0 902717063 10797940736 17122 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 3 0 0 0
[pid=3471/tid=3481] ppid=3469 vsize=10544864 CPUtime=0 cores=1,3,5,7
/proc/3471/task/3481/stat : 3481 (java) S 3469 3471 446 0 -1 4202560 182 0 0 0 0 0 0 0 15 0 19 0 902717063 10797940736 17122 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 1 0 0 0
[pid=3471/tid=3482] ppid=3469 vsize=10544864 CPUtime=0 cores=1,3,5,7
/proc/3471/task/3482/stat : 3482 (java) S 3469 3471 446 0 -1 4202560 213 0 0 0 0 0 0 0 16 0 19 0 902717063 10797940736 17122 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 1 0 0 0
[pid=3471/tid=3483] ppid=3469 vsize=10544864 CPUtime=0.08 cores=1,3,5,7
/proc/3471/task/3483/stat : 3483 (java) S 3469 3471 446 0 -1 4202560 571 0 0 0 8 0 0 0 16 0 19 0 902717064 10797940736 17122 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562354176 0 0 0 16800975 18446604460684959872 0 0 -1 5 0 0 0
[pid=3471/tid=3484] ppid=3469 vsize=10544864 CPUtime=0 cores=1,3,5,7
/proc/3471/task/3484/stat : 3484 (java) S 3469 3471 446 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 19 0 902717065 10797940736 17122 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 3 0 0 0
[pid=3471/tid=3485] ppid=3469 vsize=10544864 CPUtime=0 cores=1,3,5,7
/proc/3471/task/3485/stat : 3485 (java) S 3469 3471 446 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 902717065 10797940736 17122 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 3 0 0 0
[pid=3471/tid=3486] ppid=3469 vsize=10544864 CPUtime=0 cores=1,3,5,7
/proc/3471/task/3486/stat : 3486 (java) S 3469 3471 446 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 902717067 10797940736 17122 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562361265 0 4 0 16800975 18446604460684959872 0 0 -1 3 0 0 0
[pid=3471/tid=3487] ppid=3469 vsize=10544864 CPUtime=0.14 cores=1,3,5,7
/proc/3471/task/3487/stat : 3487 (java) S 3469 3471 446 0 -1 4202560 1573 0 0 0 14 0 0 0 15 0 19 0 902717067 10797940736 17122 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 3 0 0 0
[pid=3471/tid=3488] ppid=3469 vsize=10544864 CPUtime=0.25 cores=1,3,5,7
/proc/3471/task/3488/stat : 3488 (java) S 3469 3471 446 0 -1 4202560 2620 0 0 0 25 0 0 0 15 0 19 0 902717067 10797940736 17122 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 1 0 0 0
[pid=3471/tid=3489] ppid=3469 vsize=10544864 CPUtime=0 cores=1,3,5,7
/proc/3471/task/3489/stat : 3489 (java) S 3469 3471 446 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 902717067 10797940736 17122 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 3 0 0 0
[pid=3471/tid=3490] ppid=3469 vsize=10544864 CPUtime=0 cores=1,3,5,7
/proc/3471/task/3490/stat : 3490 (java) S 3469 3471 446 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902717067 10797940736 17122 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562354176 0 4 0 16800975 18446604460684959872 0 0 -1 3 0 0 0
[pid=3471/tid=3491] ppid=3469 vsize=10544864 CPUtime=0 cores=1,3,5,7
/proc/3471/task/3491/stat : 3491 (java) S 3469 3471 446 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902717078 10797940736 17122 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562354176 0 4 0 16800975 18446604460684959872 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.49
Current children cumulated vsize (KiB) 10544864

[startup+6.30061 s]
/proc/loadavg: 2.03 2.02 1.98 4/218 3491
/proc/meminfo: memFree=1185152/32951124 swapFree=67054536/67111528
[pid=3471] ppid=3469 vsize=10561808 CPUtime=7.3 cores=1,3,5,7
/proc/3471/stat : 3471 (java) S 3469 3471 446 0 -1 4202496 25257 0 1 0 726 4 0 0 25 0 19 0 902717061 10815291392 21607 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3471/statm: 2640452 21607 2249 9 0 2631186 0
[pid=3471/tid=3473] ppid=3469 vsize=10561808 CPUtime=6.08 cores=1,3,5,7
/proc/3471/task/3473/stat : 3473 (java) R 3469 3471 446 0 -1 4202560 12228 0 1 0 606 2 0 0 25 0 19 0 902717062 10815291392 21607 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 46912505610458 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=3471/tid=3474] ppid=3469 vsize=10561808 CPUtime=0 cores=1,3,5,7
/proc/3471/task/3474/stat : 3474 (java) S 3469 3471 446 0 -1 4202560 147 0 0 0 0 0 0 0 15 0 19 0 902717063 10815291392 21607 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 7 0 0 0
[pid=3471/tid=3475] ppid=3469 vsize=10561808 CPUtime=0 cores=1,3,5,7
/proc/3471/task/3475/stat : 3475 (java) S 3469 3471 446 0 -1 4202560 153 0 0 0 0 0 0 0 15 0 19 0 902717063 10815291392 21607 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 7 0 0 0
[pid=3471/tid=3477] ppid=3469 vsize=10561808 CPUtime=0 cores=1,3,5,7
/proc/3471/task/3477/stat : 3477 (java) S 3469 3471 446 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 19 0 902717063 10815291392 21607 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 7 0 0 0
[pid=3471/tid=3478] ppid=3469 vsize=10561808 CPUtime=0 cores=1,3,5,7
/proc/3471/task/3478/stat : 3478 (java) S 3469 3471 446 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 902717063 10815291392 21607 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 7 0 0 0
[pid=3471/tid=3479] ppid=3469 vsize=10561808 CPUtime=0 cores=1,3,5,7
/proc/3471/task/3479/stat : 3479 (java) S 3469 3471 446 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 902717063 10815291392 21607 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 7 0 0 0
[pid=3471/tid=3480] ppid=3469 vsize=10561808 CPUtime=0 cores=1,3,5,7
/proc/3471/task/3480/stat : 3480 (java) S 3469 3471 446 0 -1 4202560 85 0 0 0 0 0 0 0 15 0 19 0 902717063 10815291392 21607 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 7 0 0 0
[pid=3471/tid=3481] ppid=3469 vsize=10561808 CPUtime=0 cores=1,3,5,7
/proc/3471/task/3481/stat : 3481 (java) S 3469 3471 446 0 -1 4202560 192 0 0 0 0 0 0 0 15 0 19 0 902717063 10815291392 21607 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 1 0 0 0
[pid=3471/tid=3482] ppid=3469 vsize=10561808 CPUtime=0 cores=1,3,5,7
/proc/3471/task/3482/stat : 3482 (java) S 3469 3471 446 0 -1 4202560 225 0 0 0 0 0 0 0 15 0 19 0 902717063 10815291392 21607 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 1 0 0 0
[pid=3471/tid=3483] ppid=3469 vsize=10561808 CPUtime=0.16 cores=1,3,5,7
/proc/3471/task/3483/stat : 3483 (java) S 3469 3471 446 0 -1 4202560 703 0 0 0 16 0 0 0 16 0 19 0 902717064 10815291392 21607 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562354176 0 0 0 16800975 18446604460684959872 0 0 -1 5 0 0 0
[pid=3471/tid=3484] ppid=3469 vsize=10561808 CPUtime=0 cores=1,3,5,7
/proc/3471/task/3484/stat : 3484 (java) S 3469 3471 446 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 19 0 902717065 10815291392 21607 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 3 0 0 0
[pid=3471/tid=3485] ppid=3469 vsize=10561808 CPUtime=0 cores=1,3,5,7
/proc/3471/task/3485/stat : 3485 (java) S 3469 3471 446 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 902717065 10815291392 21607 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 3 0 0 0
[pid=3471/tid=3486] ppid=3469 vsize=10561808 CPUtime=0 cores=1,3,5,7
/proc/3471/task/3486/stat : 3486 (java) S 3469 3471 446 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 902717067 10815291392 21607 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562361265 0 4 0 16800975 18446604460684959872 0 0 -1 3 0 0 0
[pid=3471/tid=3487] ppid=3469 vsize=10561808 CPUtime=0.7 cores=1,3,5,7
/proc/3471/task/3487/stat : 3487 (java) S 3469 3471 446 0 -1 4202560 7715 0 0 0 70 0 0 0 15 0 19 0 902717067 10815291392 21607 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 3 0 0 0
[pid=3471/tid=3488] ppid=3469 vsize=10561808 CPUtime=0.28 cores=1,3,5,7
/proc/3471/task/3488/stat : 3488 (java) S 3469 3471 446 0 -1 4202560 2625 0 0 0 28 0 0 0 16 0 19 0 902717067 10815291392 21607 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 1 0 0 0
[pid=3471/tid=3489] ppid=3469 vsize=10561808 CPUtime=0 cores=1,3,5,7
/proc/3471/task/3489/stat : 3489 (java) S 3469 3471 446 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 902717067 10815291392 21607 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 3 0 0 0
[pid=3471/tid=3490] ppid=3469 vsize=10561808 CPUtime=0 cores=1,3,5,7
/proc/3471/task/3490/stat : 3490 (java) S 3469 3471 446 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902717067 10815291392 21607 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562354176 0 4 0 16800975 18446604460684959872 0 0 -1 7 0 0 0
[pid=3471/tid=3491] ppid=3469 vsize=10561808 CPUtime=0 cores=1,3,5,7
/proc/3471/task/3491/stat : 3491 (java) S 3469 3471 446 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902717078 10815291392 21607 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562354176 0 4 0 16800975 18446604460684959872 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 7.3
Current children cumulated vsize (KiB) 10561808

[startup+12.7015 s]

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

[pid=3471/tid=3480] ppid=3469 vsize=10557264 CPUtime=0.03 cores=1,3,5,7
/proc/3471/task/3480/stat : 3480 (java) S 3469 3471 446 0 -1 4202560 175 0 0 0 3 0 0 0 15 0 19 0 902717063 10810638336 20687 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 5 0 0 0
[pid=3471/tid=3481] ppid=3469 vsize=10557264 CPUtime=0.02 cores=1,3,5,7
/proc/3471/task/3481/stat : 3481 (java) S 3469 3471 446 0 -1 4202560 195 0 0 0 2 0 0 0 15 0 19 0 902717063 10810638336 20687 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 3 0 0 0
[pid=3471/tid=3482] ppid=3469 vsize=10557264 CPUtime=0.03 cores=1,3,5,7
/proc/3471/task/3482/stat : 3482 (java) S 3469 3471 446 0 -1 4202560 278 0 0 0 3 0 0 0 15 0 19 0 902717063 10810638336 20687 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 7 0 0 0
[pid=3471/tid=3483] ppid=3469 vsize=10557264 CPUtime=1.45 cores=1,3,5,7
/proc/3471/task/3483/stat : 3483 (java) S 3469 3471 446 0 -1 4202560 978 0 0 0 144 1 0 0 16 0 19 0 902717064 10810638336 20687 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562354176 0 0 0 16800975 18446604460684959872 0 0 -1 5 0 0 0
[pid=3471/tid=3484] ppid=3469 vsize=10557264 CPUtime=0 cores=1,3,5,7
/proc/3471/task/3484/stat : 3484 (java) S 3469 3471 446 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 19 0 902717065 10810638336 20687 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 3 0 0 0
[pid=3471/tid=3485] ppid=3469 vsize=10557264 CPUtime=0 cores=1,3,5,7
/proc/3471/task/3485/stat : 3485 (java) S 3469 3471 446 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 902717065 10810638336 20687 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 3 0 0 0
[pid=3471/tid=3486] ppid=3469 vsize=10557264 CPUtime=0 cores=1,3,5,7
/proc/3471/task/3486/stat : 3486 (java) S 3469 3471 446 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 902717067 10810638336 20687 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562361265 0 4 0 16800975 18446604460684959872 0 0 -1 3 0 0 0
[pid=3471/tid=3487] ppid=3469 vsize=10557264 CPUtime=0.75 cores=1,3,5,7
/proc/3471/task/3487/stat : 3487 (java) S 3469 3471 446 0 -1 4202560 7716 0 0 0 75 0 0 0 15 0 19 0 902717067 10810638336 20687 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 3 0 0 0
[pid=3471/tid=3488] ppid=3469 vsize=10557264 CPUtime=0.29 cores=1,3,5,7
/proc/3471/task/3488/stat : 3488 (java) S 3469 3471 446 0 -1 4202560 2625 0 0 0 29 0 0 0 16 0 19 0 902717067 10810638336 20687 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 1 0 0 0
[pid=3471/tid=3489] ppid=3469 vsize=10557264 CPUtime=0 cores=1,3,5,7
/proc/3471/task/3489/stat : 3489 (java) S 3469 3471 446 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 902717067 10810638336 20687 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 3 0 0 0
[pid=3471/tid=3490] ppid=3469 vsize=10557264 CPUtime=0 cores=1,3,5,7
/proc/3471/task/3490/stat : 3490 (java) S 3469 3471 446 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 902717067 10810638336 20687 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562354176 0 4 0 16800975 18446604460684959872 0 0 -1 1 0 0 0
[pid=3471/tid=3491] ppid=3469 vsize=10557264 CPUtime=0 cores=1,3,5,7
/proc/3471/task/3491/stat : 3491 (java) S 3469 3471 446 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902717078 10810638336 20687 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562354176 0 4 0 16800975 18446604460684959872 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 42.65
Current children cumulated vsize (KiB) 10557264

[startup+43.1009 s]
/proc/loadavg: 2.01 2.02 1.98 3/218 3492
/proc/meminfo: memFree=1183072/32951124 swapFree=67054536/67111528
[pid=3471] ppid=3469 vsize=10557264 CPUtime=44.25 cores=1,3,5,7
/proc/3471/stat : 3471 (java) S 3469 3471 446 0 -1 4202496 25876 0 1 0 4419 6 0 0 25 0 19 0 902717061 10810638336 20692 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3471/statm: 2639316 20692 2250 9 0 2630050 0
[pid=3471/tid=3473] ppid=3469 vsize=10557264 CPUtime=41.42 cores=1,3,5,7
/proc/3471/task/3473/stat : 3473 (java) R 3469 3471 446 0 -1 4202560 12329 0 1 0 4140 2 0 0 25 0 19 0 902717062 10810638336 20692 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 46912505533672 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=3471/tid=3474] ppid=3469 vsize=10557264 CPUtime=0.03 cores=1,3,5,7
/proc/3471/task/3474/stat : 3474 (java) S 3469 3471 446 0 -1 4202560 154 0 0 0 3 0 0 0 15 0 19 0 902717063 10810638336 20692 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 7 0 0 0
[pid=3471/tid=3475] ppid=3469 vsize=10557264 CPUtime=0.02 cores=1,3,5,7
/proc/3471/task/3475/stat : 3475 (java) S 3469 3471 446 0 -1 4202560 216 0 0 0 2 0 0 0 16 0 19 0 902717063 10810638336 20692 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 7 0 0 0
[pid=3471/tid=3477] ppid=3469 vsize=10557264 CPUtime=0.02 cores=1,3,5,7
/proc/3471/task/3477/stat : 3477 (java) S 3469 3471 446 0 -1 4202560 24 0 0 0 2 0 0 0 15 0 19 0 902717063 10810638336 20692 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 1 0 0 0
[pid=3471/tid=3478] ppid=3469 vsize=10557264 CPUtime=0.03 cores=1,3,5,7
/proc/3471/task/3478/stat : 3478 (java) S 3469 3471 446 0 -1 4202560 13 0 0 0 3 0 0 0 16 0 19 0 902717063 10810638336 20692 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 3 0 0 0
[pid=3471/tid=3479] ppid=3469 vsize=10557264 CPUtime=0.02 cores=1,3,5,7
/proc/3471/task/3479/stat : 3479 (java) S 3469 3471 446 0 -1 4202560 13 0 0 0 2 0 0 0 15 0 19 0 902717063 10810638336 20692 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 1 0 0 0
[pid=3471/tid=3480] ppid=3469 vsize=10557264 CPUtime=0.03 cores=1,3,5,7
/proc/3471/task/3480/stat : 3480 (java) S 3469 3471 446 0 -1 4202560 177 0 0 0 3 0 0 0 15 0 19 0 902717063 10810638336 20692 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 7 0 0 0
[pid=3471/tid=3481] ppid=3469 vsize=10557264 CPUtime=0.02 cores=1,3,5,7
/proc/3471/task/3481/stat : 3481 (java) S 3469 3471 446 0 -1 4202560 195 0 0 0 2 0 0 0 15 0 19 0 902717063 10810638336 20692 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 1 0 0 0
[pid=3471/tid=3482] ppid=3469 vsize=10557264 CPUtime=0.03 cores=1,3,5,7
/proc/3471/task/3482/stat : 3482 (java) S 3469 3471 446 0 -1 4202560 278 0 0 0 3 0 0 0 16 0 19 0 902717063 10810638336 20692 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 7 0 0 0
[pid=3471/tid=3483] ppid=3469 vsize=10557264 CPUtime=1.51 cores=1,3,5,7
/proc/3471/task/3483/stat : 3483 (java) S 3469 3471 446 0 -1 4202560 980 0 0 0 150 1 0 0 16 0 19 0 902717064 10810638336 20692 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562354176 0 0 0 16800975 18446604460684959872 0 0 -1 5 0 0 0
[pid=3471/tid=3484] ppid=3469 vsize=10557264 CPUtime=0 cores=1,3,5,7
/proc/3471/task/3484/stat : 3484 (java) S 3469 3471 446 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 19 0 902717065 10810638336 20692 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 3 0 0 0
[pid=3471/tid=3485] ppid=3469 vsize=10557264 CPUtime=0 cores=1,3,5,7
/proc/3471/task/3485/stat : 3485 (java) S 3469 3471 446 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 902717065 10810638336 20692 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 3 0 0 0
[pid=3471/tid=3486] ppid=3469 vsize=10557264 CPUtime=0 cores=1,3,5,7
/proc/3471/task/3486/stat : 3486 (java) S 3469 3471 446 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 902717067 10810638336 20692 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562361265 0 4 0 16800975 18446604460684959872 0 0 -1 3 0 0 0
[pid=3471/tid=3487] ppid=3469 vsize=10557264 CPUtime=0.75 cores=1,3,5,7
/proc/3471/task/3487/stat : 3487 (java) S 3469 3471 446 0 -1 4202560 7716 0 0 0 75 0 0 0 15 0 19 0 902717067 10810638336 20692 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 3 0 0 0
[pid=3471/tid=3488] ppid=3469 vsize=10557264 CPUtime=0.29 cores=1,3,5,7
/proc/3471/task/3488/stat : 3488 (java) S 3469 3471 446 0 -1 4202560 2625 0 0 0 29 0 0 0 16 0 19 0 902717067 10810638336 20692 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 1 0 0 0
[pid=3471/tid=3489] ppid=3469 vsize=10557264 CPUtime=0 cores=1,3,5,7
/proc/3471/task/3489/stat : 3489 (java) S 3469 3471 446 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 902717067 10810638336 20692 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 3 0 0 0
[pid=3471/tid=3490] ppid=3469 vsize=10557264 CPUtime=0 cores=1,3,5,7
/proc/3471/task/3490/stat : 3490 (java) S 3469 3471 446 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 902717067 10810638336 20692 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562354176 0 4 0 16800975 18446604460684959872 0 0 -1 1 0 0 0
[pid=3471/tid=3491] ppid=3469 vsize=10557264 CPUtime=0 cores=1,3,5,7
/proc/3471/task/3491/stat : 3491 (java) S 3469 3471 446 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902717078 10810638336 20692 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562354176 0 4 0 16800975 18446604460684959872 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 44.25
Current children cumulated vsize (KiB) 10557264

[startup+44.7006 s]
/proc/loadavg: 2.01 2.02 1.98 3/218 3492
/proc/meminfo: memFree=1183072/32951124 swapFree=67054536/67111528
[pid=3471] ppid=3469 vsize=10557264 CPUtime=45.86 cores=1,3,5,7
/proc/3471/stat : 3471 (java) S 3469 3471 446 0 -1 4202496 25896 0 1 0 4580 6 0 0 25 0 19 0 902717061 10810638336 20706 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3471/statm: 2639316 20706 2251 9 0 2630050 0
[pid=3471/tid=3473] ppid=3469 vsize=10557264 CPUtime=42.94 cores=1,3,5,7
/proc/3471/task/3473/stat : 3473 (java) R 3469 3471 446 0 -1 4202560 12335 0 1 0 4292 2 0 0 25 0 19 0 902717062 10810638336 20706 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 46912505533681 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=3471/tid=3474] ppid=3469 vsize=10557264 CPUtime=0.03 cores=1,3,5,7
/proc/3471/task/3474/stat : 3474 (java) S 3469 3471 446 0 -1 4202560 154 0 0 0 3 0 0 0 16 0 19 0 902717063 10810638336 20706 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 1 0 0 0
[pid=3471/tid=3475] ppid=3469 vsize=10557264 CPUtime=0.02 cores=1,3,5,7
/proc/3471/task/3475/stat : 3475 (java) S 3469 3471 446 0 -1 4202560 216 0 0 0 2 0 0 0 16 0 19 0 902717063 10810638336 20706 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 7 0 0 0
[pid=3471/tid=3477] ppid=3469 vsize=10557264 CPUtime=0.02 cores=1,3,5,7
/proc/3471/task/3477/stat : 3477 (java) S 3469 3471 446 0 -1 4202560 24 0 0 0 2 0 0 0 15 0 19 0 902717063 10810638336 20706 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 7 0 0 0
[pid=3471/tid=3478] ppid=3469 vsize=10557264 CPUtime=0.03 cores=1,3,5,7
/proc/3471/task/3478/stat : 3478 (java) S 3469 3471 446 0 -1 4202560 13 0 0 0 3 0 0 0 15 0 19 0 902717063 10810638336 20706 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 3 0 0 0
[pid=3471/tid=3479] ppid=3469 vsize=10557264 CPUtime=0.02 cores=1,3,5,7
/proc/3471/task/3479/stat : 3479 (java) S 3469 3471 446 0 -1 4202560 13 0 0 0 2 0 0 0 15 0 19 0 902717063 10810638336 20706 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 7 0 0 0
[pid=3471/tid=3480] ppid=3469 vsize=10557264 CPUtime=0.03 cores=1,3,5,7
/proc/3471/task/3480/stat : 3480 (java) S 3469 3471 446 0 -1 4202560 177 0 0 0 3 0 0 0 15 0 19 0 902717063 10810638336 20706 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 3 0 0 0
[pid=3471/tid=3481] ppid=3469 vsize=10557264 CPUtime=0.02 cores=1,3,5,7
/proc/3471/task/3481/stat : 3481 (java) S 3469 3471 446 0 -1 4202560 195 0 0 0 2 0 0 0 15 0 19 0 902717063 10810638336 20706 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 1 0 0 0
[pid=3471/tid=3482] ppid=3469 vsize=10557264 CPUtime=0.03 cores=1,3,5,7
/proc/3471/task/3482/stat : 3482 (java) S 3469 3471 446 0 -1 4202560 278 0 0 0 3 0 0 0 15 0 19 0 902717063 10810638336 20706 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 7 0 0 0
[pid=3471/tid=3483] ppid=3469 vsize=10557264 CPUtime=1.58 cores=1,3,5,7
/proc/3471/task/3483/stat : 3483 (java) S 3469 3471 446 0 -1 4202560 992 0 0 0 157 1 0 0 16 0 19 0 902717064 10810638336 20706 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562354176 0 0 0 16800975 18446604460684959872 0 0 -1 5 0 0 0
[pid=3471/tid=3484] ppid=3469 vsize=10557264 CPUtime=0 cores=1,3,5,7
/proc/3471/task/3484/stat : 3484 (java) S 3469 3471 446 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 19 0 902717065 10810638336 20706 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 3 0 0 0
[pid=3471/tid=3485] ppid=3469 vsize=10557264 CPUtime=0 cores=1,3,5,7
/proc/3471/task/3485/stat : 3485 (java) S 3469 3471 446 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 902717065 10810638336 20706 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 3 0 0 0
[pid=3471/tid=3486] ppid=3469 vsize=10557264 CPUtime=0 cores=1,3,5,7
/proc/3471/task/3486/stat : 3486 (java) S 3469 3471 446 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 902717067 10810638336 20706 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562361265 0 4 0 16800975 18446604460684959872 0 0 -1 3 0 0 0
[pid=3471/tid=3487] ppid=3469 vsize=10557264 CPUtime=0.76 cores=1,3,5,7
/proc/3471/task/3487/stat : 3487 (java) S 3469 3471 446 0 -1 4202560 7718 0 0 0 76 0 0 0 15 0 19 0 902717067 10810638336 20706 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 3 0 0 0
[pid=3471/tid=3488] ppid=3469 vsize=10557264 CPUtime=0.29 cores=1,3,5,7
/proc/3471/task/3488/stat : 3488 (java) S 3469 3471 446 0 -1 4202560 2625 0 0 0 29 0 0 0 16 0 19 0 902717067 10810638336 20706 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 1 0 0 0
[pid=3471/tid=3489] ppid=3469 vsize=10557264 CPUtime=0 cores=1,3,5,7
/proc/3471/task/3489/stat : 3489 (java) S 3469 3471 446 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 902717067 10810638336 20706 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 3 0 0 0
[pid=3471/tid=3490] ppid=3469 vsize=10557264 CPUtime=0 cores=1,3,5,7
/proc/3471/task/3490/stat : 3490 (java) S 3469 3471 446 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 902717067 10810638336 20706 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562354176 0 4 0 16800975 18446604460684959872 0 0 -1 1 0 0 0
[pid=3471/tid=3491] ppid=3469 vsize=10557264 CPUtime=0 cores=1,3,5,7
/proc/3471/task/3491/stat : 3491 (java) S 3469 3471 446 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902717078 10810638336 20706 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562354176 0 4 0 16800975 18446604460684959872 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 45.86
Current children cumulated vsize (KiB) 10557264

[startup+45.1066 s]
/proc/loadavg: 2.01 2.02 1.98 3/218 3492
/proc/meminfo: memFree=1182948/32951124 swapFree=67054536/67111528
[pid=3471] ppid=3469 vsize=10557264 CPUtime=46.27 cores=1,3,5,7
/proc/3471/stat : 3471 (java) S 3469 3471 446 0 -1 4202496 25897 0 1 0 4621 6 0 0 25 0 19 0 902717061 10810638336 20706 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3471/statm: 2639316 20706 2251 9 0 2630050 0
[pid=3471/tid=3473] ppid=3469 vsize=10557264 CPUtime=43.33 cores=1,3,5,7
/proc/3471/task/3473/stat : 3473 (java) R 3469 3471 446 0 -1 4202560 12336 0 1 0 4331 2 0 0 25 0 19 0 902717062 10810638336 20706 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 46912505525740 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=3471/tid=3474] ppid=3469 vsize=10557264 CPUtime=0.03 cores=1,3,5,7
/proc/3471/task/3474/stat : 3474 (java) S 3469 3471 446 0 -1 4202560 154 0 0 0 3 0 0 0 16 0 19 0 902717063 10810638336 20706 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 1 0 0 0
[pid=3471/tid=3475] ppid=3469 vsize=10557264 CPUtime=0.02 cores=1,3,5,7
/proc/3471/task/3475/stat : 3475 (java) S 3469 3471 446 0 -1 4202560 216 0 0 0 2 0 0 0 16 0 19 0 902717063 10810638336 20706 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 7 0 0 0
[pid=3471/tid=3477] ppid=3469 vsize=10557264 CPUtime=0.02 cores=1,3,5,7
/proc/3471/task/3477/stat : 3477 (java) S 3469 3471 446 0 -1 4202560 24 0 0 0 2 0 0 0 15 0 19 0 902717063 10810638336 20706 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 7 0 0 0
[pid=3471/tid=3478] ppid=3469 vsize=10557264 CPUtime=0.03 cores=1,3,5,7
/proc/3471/task/3478/stat : 3478 (java) S 3469 3471 446 0 -1 4202560 13 0 0 0 3 0 0 0 15 0 19 0 902717063 10810638336 20706 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 3 0 0 0
[pid=3471/tid=3479] ppid=3469 vsize=10557264 CPUtime=0.02 cores=1,3,5,7
/proc/3471/task/3479/stat : 3479 (java) S 3469 3471 446 0 -1 4202560 13 0 0 0 2 0 0 0 15 0 19 0 902717063 10810638336 20706 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 7 0 0 0
[pid=3471/tid=3480] ppid=3469 vsize=10557264 CPUtime=0.03 cores=1,3,5,7
/proc/3471/task/3480/stat : 3480 (java) S 3469 3471 446 0 -1 4202560 177 0 0 0 3 0 0 0 15 0 19 0 902717063 10810638336 20706 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 3 0 0 0
[pid=3471/tid=3481] ppid=3469 vsize=10557264 CPUtime=0.02 cores=1,3,5,7
/proc/3471/task/3481/stat : 3481 (java) S 3469 3471 446 0 -1 4202560 195 0 0 0 2 0 0 0 15 0 19 0 902717063 10810638336 20706 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 1 0 0 0
[pid=3471/tid=3482] ppid=3469 vsize=10557264 CPUtime=0.03 cores=1,3,5,7
/proc/3471/task/3482/stat : 3482 (java) S 3469 3471 446 0 -1 4202560 278 0 0 0 3 0 0 0 15 0 19 0 902717063 10810638336 20706 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 7 0 0 0
[pid=3471/tid=3483] ppid=3469 vsize=10557264 CPUtime=1.59 cores=1,3,5,7
/proc/3471/task/3483/stat : 3483 (java) S 3469 3471 446 0 -1 4202560 992 0 0 0 158 1 0 0 16 0 19 0 902717064 10810638336 20706 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562354176 0 0 0 16800975 18446604460684959872 0 0 -1 5 0 0 0
[pid=3471/tid=3484] ppid=3469 vsize=10557264 CPUtime=0 cores=1,3,5,7
/proc/3471/task/3484/stat : 3484 (java) S 3469 3471 446 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 19 0 902717065 10810638336 20706 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 3 0 0 0
[pid=3471/tid=3485] ppid=3469 vsize=10557264 CPUtime=0 cores=1,3,5,7
/proc/3471/task/3485/stat : 3485 (java) S 3469 3471 446 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 902717065 10810638336 20706 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 3 0 0 0
[pid=3471/tid=3486] ppid=3469 vsize=10557264 CPUtime=0 cores=1,3,5,7
/proc/3471/task/3486/stat : 3486 (java) S 3469 3471 446 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 902717067 10810638336 20706 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562361265 0 4 0 16800975 18446604460684959872 0 0 -1 3 0 0 0
[pid=3471/tid=3487] ppid=3469 vsize=10557264 CPUtime=0.76 cores=1,3,5,7
/proc/3471/task/3487/stat : 3487 (java) S 3469 3471 446 0 -1 4202560 7718 0 0 0 76 0 0 0 15 0 19 0 902717067 10810638336 20706 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 3 0 0 0
[pid=3471/tid=3488] ppid=3469 vsize=10557264 CPUtime=0.29 cores=1,3,5,7
/proc/3471/task/3488/stat : 3488 (java) S 3469 3471 446 0 -1 4202560 2625 0 0 0 29 0 0 0 16 0 19 0 902717067 10810638336 20706 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 1 0 0 0
[pid=3471/tid=3489] ppid=3469 vsize=10557264 CPUtime=0 cores=1,3,5,7
/proc/3471/task/3489/stat : 3489 (java) S 3469 3471 446 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 902717067 10810638336 20706 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562353561 0 4 0 16800975 18446604460684959872 0 0 -1 3 0 0 0
[pid=3471/tid=3490] ppid=3469 vsize=10557264 CPUtime=0 cores=1,3,5,7
/proc/3471/task/3490/stat : 3490 (java) S 3469 3471 446 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 902717067 10810638336 20706 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562354176 0 4 0 16800975 18446604460684959872 0 0 -1 1 0 0 0
[pid=3471/tid=3491] ppid=3469 vsize=10557264 CPUtime=0 cores=1,3,5,7
/proc/3471/task/3491/stat : 3491 (java) S 3469 3471 446 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902717078 10810638336 20706 33554432000 1073741824 1073778376 140733203565616 18446744073709551615 271562354176 0 4 0 16800975 18446604460684959872 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 46.27
Current children cumulated vsize (KiB) 10557264

[startup+45.5015 s]
/proc/loadavg: 2.01 2.02 1.98 3/218 3492
/proc/meminfo: memFree=1182948/32951124 swapFree=67054536/67111528
[pid=3471] ppid=3469 vsize=0 CPUtime=46.67 cores=1,3,5,7
/proc/3471/stat : 3471 (java) Z 3469 3471 446 0 -1 4203548 26006 0 1 0 4661 6 0 0 18 0 1 0 902717061 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3471/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 46.67
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 45.5017
CPU time (s): 46.6799
CPU user time (s): 46.6119
CPU system time (s): 0.067989
CPU usage (%): 102.589
Max. virtual memory (cumulated for all children) (KiB): 10563420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 46.6119
system time used= 0.067989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26006
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4805
involuntary context switches= 2176

runsolver used 0.083987 second user time and 0.174973 second system time

The end

Launcher Data

Begin job on node133 at 2011-06-12 22:39:52
IDJOB=3492729
IDBENCH=79248
IDSOLVER=1982
FILE ID=node133/3492729-1307911192
RUNJOBID= node133-1307908244-2827
PBS_JOBID= 13559573
Free space on /var/tmp= 2896 MiB

SOLVER NAME= Sat4j Resolution 2011-06-08
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110973670--soft-0-100-0.wbo
COMMAND LINE= java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3492729-1307911192/watcher-3492729-1307911192 -o /var/tmp/evaluation-result-3492729-1307911192/solver-3492729-1307911192 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492729-1307911192.wbo

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

MD5SUM BENCH= 366069b8ece10aa1f9438c760e1be90c
RANDOM SEED=1838097222

node133.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.834
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.834
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.834
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.834
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 6741.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.834
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.834
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.834
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.834
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       1262352 kB
Buffers:         67372 kB
Cached:       30444364 kB
SwapCached:      10288 kB
Active:       15685324 kB
Inactive:     15052932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1262352 kB
SwapTotal:    67111528 kB
SwapFree:     67054536 kB
Dirty:             456 kB
Writeback:           0 kB
AnonPages:      224044 kB
Mapped:          21196 kB
Slab:           886880 kB
PageTables:       5372 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10547712 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2896 MiB
End job on node133 at 2011-06-12 22:40:37