Trace number 3718411

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 48.4186 46.675

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900566157--soft-0-100-0.wbo
MD5SUM5b6bb33016643c054f0ad34369984077
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 benchmark48.4186
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 136368
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136367
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 801
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.06/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.06/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.09	c See www.sat4j.org for details.
0.06/0.09	c version 2.3.2.v20120528
0.06/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.09	c java.vm.version	19.1-b02
0.06/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.09	c sun.arch.data.model	64
0.06/0.09	c java.version		1.6.0_24
0.06/0.09	c os.name		Linux
0.06/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.09	c os.arch		amd64
0.06/0.09	c Free memory 		501472288
0.06/0.09	c Max memory 		7480803328
0.06/0.09	c Total memory 		504102912
0.06/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3718411-1338254464.wbo
0.09/0.12	c reading problem ... 
0.46/0.33	c ... done. Wall clock time 0.214s.
0.46/0.33	c declared #vars     231
0.46/0.33	c internal #vars     2938
0.46/0.33	c #constraints  2707
0.46/0.33	c constraints type 
0.46/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.46/0.33	c ignored satisfied constraints => 1
0.46/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.46/0.33	c 2708 constraints processed.
0.46/0.33	c objective function length is 2707 literals
1.05/0.51	c SATISFIABLE
1.05/0.51	c OPTIMIZING...
1.05/0.51	c Got one! Elapsed wall clock time (in seconds):0.389
1.05/0.51	o 465
1.05/0.58	c Got one! Elapsed wall clock time (in seconds):0.467
1.05/0.58	o 420
1.35/0.66	c Got one! Elapsed wall clock time (in seconds):0.544
1.35/0.66	o 413
1.63/0.71	c Got one! Elapsed wall clock time (in seconds):0.591
1.63/0.71	o 373
1.63/0.72	c Got one! Elapsed wall clock time (in seconds):0.607
1.63/0.72	o 365
1.63/0.74	c Got one! Elapsed wall clock time (in seconds):0.621
1.63/0.74	o 361
1.63/0.76	c Got one! Elapsed wall clock time (in seconds):0.639
1.63/0.76	o 347
1.63/0.78	c Got one! Elapsed wall clock time (in seconds):0.659
1.63/0.78	o 311
1.89/0.81	c Got one! Elapsed wall clock time (in seconds):0.689
1.89/0.81	o 306
1.89/0.83	c Got one! Elapsed wall clock time (in seconds):0.709
1.89/0.83	o 301
1.89/0.86	c Got one! Elapsed wall clock time (in seconds):0.741
1.89/0.86	o 298
1.89/0.87	c Got one! Elapsed wall clock time (in seconds):0.75
1.89/0.87	o 259
1.99/0.90	c Got one! Elapsed wall clock time (in seconds):0.782
1.99/0.90	o 243
1.99/0.99	c Got one! Elapsed wall clock time (in seconds):0.87
1.99/0.99	o 242
2.10/1.02	c Got one! Elapsed wall clock time (in seconds):0.902
2.10/1.02	o 225
2.10/1.08	c Got one! Elapsed wall clock time (in seconds):0.959
2.10/1.08	o 223
2.21/1.11	c Got one! Elapsed wall clock time (in seconds):0.995
2.21/1.11	o 219
2.30/1.27	c Got one! Elapsed wall clock time (in seconds):1.157
2.30/1.27	o 218
2.61/1.50	c Got one! Elapsed wall clock time (in seconds):1.386
2.61/1.50	o 215
2.92/1.84	c Got one! Elapsed wall clock time (in seconds):1.727
2.92/1.84	o 214
2.92/1.88	c Got one! Elapsed wall clock time (in seconds):1.767
2.92/1.88	o 212
3.02/1.94	c Got one! Elapsed wall clock time (in seconds):1.822
3.02/1.94	o 206
3.15/2.06	c Got one! Elapsed wall clock time (in seconds):1.943
3.15/2.06	o 203
3.26/2.14	c Got one! Elapsed wall clock time (in seconds):2.021
3.26/2.14	o 195
3.36/2.30	c Got one! Elapsed wall clock time (in seconds):2.178
3.36/2.30	o 186
3.45/2.37	c Got one! Elapsed wall clock time (in seconds):2.255
3.45/2.37	o 176
3.45/2.38	c Got one! Elapsed wall clock time (in seconds):2.267
3.45/2.38	o 168
3.55/2.42	c Got one! Elapsed wall clock time (in seconds):2.306
3.55/2.42	o 156
3.55/2.47	c Got one! Elapsed wall clock time (in seconds):2.355
3.55/2.47	o 150
3.75/2.63	c cleaning 7777 clauses out of 15558 with flag 6790/15558
4.11/2.91	c Got one! Elapsed wall clock time (in seconds):2.794
4.11/2.91	o 147
4.21/3.03	c Got one! Elapsed wall clock time (in seconds):2.916
4.21/3.03	o 145
4.53/3.36	c cleaning 6752 clauses out of 13503 with flag 27350/21280
4.53/3.38	c Got one! Elapsed wall clock time (in seconds):3.262
4.53/3.38	o 137
4.73/3.53	c Got one! Elapsed wall clock time (in seconds):3.417
4.73/3.53	o 129
4.83/3.67	c Got one! Elapsed wall clock time (in seconds):3.556
4.83/3.67	o 128
5.03/3.85	c Got one! Elapsed wall clock time (in seconds):3.736
5.03/3.85	o 103
5.13/3.99	c Got one! Elapsed wall clock time (in seconds):3.877
5.13/3.99	o 102
5.34/4.18	c cleaning 6704 clauses out of 13423 with flag 21308/27952
5.59/4.36	c Got one! Elapsed wall clock time (in seconds):4.239
5.59/4.36	o 99
5.78/4.58	c Got one! Elapsed wall clock time (in seconds):4.467
5.78/4.58	o 79
5.88/4.60	c Got one! Elapsed wall clock time (in seconds):4.48
5.88/4.60	o 76
5.99/4.76	c cleaning 6069 clauses out of 12138 with flag 5811/33371
6.49/5.27	c Got one! Elapsed wall clock time (in seconds):5.154
6.49/5.27	o 64
6.70/5.43	c cleaning 5864 clauses out of 11737 with flag 21897/39039
6.70/5.49	c Got one! Elapsed wall clock time (in seconds):5.37
6.70/5.49	o 58
7.24/5.92	c cleaning 5727 clauses out of 11459 with flag 45227/44625
7.24/5.94	c Got one! Elapsed wall clock time (in seconds):5.823
7.24/5.94	o 55
7.68/6.34	c cleaning 5390 clauses out of 10789 with flag 51401/49682
7.78/6.48	c Got one! Elapsed wall clock time (in seconds):6.362
7.78/6.48	o 52
7.89/6.52	c Got one! Elapsed wall clock time (in seconds):6.405
7.89/6.52	o 50
8.09/6.74	c Got one! Elapsed wall clock time (in seconds):6.621
8.09/6.74	o 47
8.29/6.96	c Got one! Elapsed wall clock time (in seconds):6.848
8.29/6.96	o 45
8.39/7.06	c cleaning 6198 clauses out of 12403 with flag 10951/56686
8.39/7.08	c Got one! Elapsed wall clock time (in seconds):6.966
8.39/7.08	o 44
8.82/7.41	c Got one! Elapsed wall clock time (in seconds):7.297
8.82/7.41	o 42
8.92/7.50	c cleaning 5782 clauses out of 11586 with flag 11395/62067
9.22/7.82	c Got one! Elapsed wall clock time (in seconds):7.698
9.22/7.82	o 41
9.32/7.90	c cleaning 5841 clauses out of 11701 with flag 11778/67964
9.63/8.28	c cleaning 5917 clauses out of 11859 with flag 65877/73963
10.33/8.98	c cleaning 6472 clauses out of 12944 with flag 117417/80965
10.64/9.23	c Got one! Elapsed wall clock time (in seconds):9.111
10.64/9.23	o 39
10.84/9.48	c cleaning 5949 clauses out of 11904 with flag 38483/86397
11.25/9.81	c Got one! Elapsed wall clock time (in seconds):9.691
11.25/9.81	o 38
11.44/10.06	c cleaning 5904 clauses out of 11818 with flag 37675/92260
11.54/10.13	c Got one! Elapsed wall clock time (in seconds):10.012
11.54/10.13	o 33
11.94/10.51	c cleaning 5714 clauses out of 11431 with flag 61363/97777
12.26/10.87	c cleaning 5846 clauses out of 11718 with flag 112705/103778
12.47/11.05	c Got one! Elapsed wall clock time (in seconds):10.928
12.47/11.05	o 32
12.66/11.27	c cleaning 5577 clauses out of 11174 with flag 39020/109080
13.17/11.71	c cleaning 5796 clauses out of 11597 with flag 100828/115080
13.37/11.91	c Got one! Elapsed wall clock time (in seconds):11.796
13.37/11.91	o 31
13.57/12.17	c cleaning 5401 clauses out of 10820 with flag 30841/120099
13.77/12.31	c Got one! Elapsed wall clock time (in seconds):12.19
13.77/12.31	o 29
13.97/12.59	c cleaning 5445 clauses out of 10906 with flag 48062/125586
14.17/12.73	c Got one! Elapsed wall clock time (in seconds):12.616
14.17/12.73	o 28
14.47/13.03	c cleaning 5715 clauses out of 11441 with flag 46327/131566
14.68/13.20	c Got one! Elapsed wall clock time (in seconds):13.087
14.68/13.20	o 26
14.87/13.43	c cleaning 5362 clauses out of 10731 with flag 39216/136571
15.17/13.77	c Got one! Elapsed wall clock time (in seconds):13.654
15.17/13.77	o 12
15.57/14.13	c cleaning 7922 clauses out of 15853 with flag 55033/147055
15.97/14.54	c cleaning 6953 clauses out of 13930 with flag 116963/153054
16.47/15.04	c cleaning 6978 clauses out of 13976 with flag 179278/160053
17.08/15.61	c cleaning 7490 clauses out of 14999 with flag 252053/168054
17.58/16.13	c Got one! Elapsed wall clock time (in seconds):16.016
17.58/16.13	o 11
17.88/16.46	c Got one! Elapsed wall clock time (in seconds):16.344
17.88/16.46	o 10
17.98/16.56	c cleaning 10054 clauses out of 20127 with flag 9830/180673
18.08/16.64	c Got one! Elapsed wall clock time (in seconds):16.52
18.08/16.64	o 9
18.39/16.99	c cleaning 7889 clauses out of 15804 with flag 51361/186404
18.79/17.38	c cleaning 6947 clauses out of 13913 with flag 97828/192402
19.29/17.86	c cleaning 6967 clauses out of 13967 with flag 156558/199403
19.89/18.41	c cleaning 7486 clauses out of 15001 with flag 224404/207404
20.50/19.02	c cleaning 8245 clauses out of 16514 with flag 303874/216403
21.21/19.77	c cleaning 9129 clauses out of 18267 with flag 391892/226402
21.61/20.13	c Got one! Elapsed wall clock time (in seconds):20.013
21.61/20.13	o 5
22.01/20.56	c cleaning 9576 clauses out of 19163 with flag 58748/236427
22.51/21.01	c cleaning 7784 clauses out of 15587 with flag 123091/242427
22.93/21.41	c cleaning 7396 clauses out of 14803 with flag 177318/249427
23.33/21.85	c cleaning 7696 clauses out of 15408 with flag 237038/257428
23.93/22.41	c cleaning 8347 clauses out of 16714 with flag 303098/266430
24.54/23.03	c cleaning 9174 clauses out of 18366 with flag 381166/276429
24.84/23.30	c Got one! Elapsed wall clock time (in seconds):23.181
24.84/23.30	o 3
24.94/23.43	c cleaning 7458 clauses out of 14941 with flag 16407/282178
25.34/23.80	c cleaning 6737 clauses out of 13484 with flag 61672/288179
25.65/24.19	c cleaning 6856 clauses out of 13745 with flag 117960/295177
26.24/24.71	c cleaning 7436 clauses out of 14889 with flag 174966/303177
26.85/25.31	c cleaning 8218 clauses out of 16453 with flag 242551/312177
27.55/26.02	c cleaning 9111 clauses out of 18235 with flag 318798/322177
28.25/26.78	c cleaning 10059 clauses out of 20123 with flag 404064/333177
28.36/26.87	c Got one! Elapsed wall clock time (in seconds):26.751
28.36/26.87	o 2
28.66/27.18	c cleaning 7634 clauses out of 15285 with flag 38091/338398
29.16/27.62	c cleaning 6817 clauses out of 13650 with flag 89130/344397
29.56/28.09	c cleaning 6901 clauses out of 13834 with flag 143208/351398
30.07/28.58	c cleaning 7436 clauses out of 14932 with flag 198284/359397
30.68/29.13	c cleaning 8244 clauses out of 16497 with flag 262578/368398
31.30/29.74	c cleaning 9110 clauses out of 18252 with flag 334353/378397
32.00/30.49	c cleaning 10056 clauses out of 20144 with flag 422882/389399
32.92/31.32	c cleaning 11035 clauses out of 22087 with flag 523451/401398
33.74/32.18	c cleaning 12015 clauses out of 24050 with flag 620836/414397
34.86/33.22	c cleaning 13007 clauses out of 26035 with flag 728947/428397
35.98/34.35	c cleaning 13999 clauses out of 28028 with flag 833689/443397
37.31/35.61	c cleaning 15005 clauses out of 30029 with flag 949411/459397
38.62/36.91	c cleaning 16006 clauses out of 32023 with flag 1070949/476397
38.92/37.20	c Got one! Elapsed wall clock time (in seconds):37.082
38.92/37.20	o 1
39.03/37.31	c cleaning 10759 clauses out of 21527 with flag 9846/481907
39.54/37.85	c cleaning 8377 clauses out of 16768 with flag 64721/487907
39.96/38.24	c cleaning 7679 clauses out of 15391 with flag 93521/494908
40.47/38.74	c cleaning 7829 clauses out of 15710 with flag 128169/502907
40.97/39.29	c cleaning 8440 clauses out of 16881 with flag 169337/511907
41.57/39.86	c cleaning 9204 clauses out of 18440 with flag 216546/521907
42.27/40.52	c cleaning 10115 clauses out of 20234 with flag 273567/532908
43.07/41.30	c cleaning 11058 clauses out of 22118 with flag 336914/544908
43.87/42.16	c cleaning 12027 clauses out of 24061 with flag 408477/557910
44.78/43.09	c cleaning 13003 clauses out of 26033 with flag 491232/571909
45.89/44.18	c cleaning 14002 clauses out of 28027 with flag 585739/586907
47.09/45.32	c cleaning 15012 clauses out of 30027 with flag 683530/602909
48.39/46.67	c starts		: 217
48.39/46.67	c conflicts		: 619854
48.39/46.67	c decisions		: 1002669
48.39/46.67	c propagations		: 45069623
48.39/46.67	c inspects		: 498270886
48.39/46.67	c shortcuts		: 0
48.39/46.67	c learnt literals	: 24
48.39/46.67	c learnt binary clauses	: 64
48.39/46.67	c learnt ternary clauses	: 421
48.39/46.67	c learnt constraints	: 619829
48.39/46.67	c ignored constraints	: 0
48.39/46.67	c root simplifications	: 0
48.39/46.67	c removed literals (reason simplification)	: 0
48.39/46.67	c reason swapping (by a shorter reason)	: 0
48.39/46.67	c Calls to reduceDB	: 71
48.39/46.67	c Number of update (reduction) of LBD	: 227621
48.39/46.67	c number of reductions to clauses (during analyze)	: 0
48.39/46.67	c number of learned constraints concerned by reduction	: 0
48.39/46.67	c number of learning phase by resolution	: 0
48.39/46.67	c number of learning phase by cutting planes	: 0
48.39/46.67	c speed (assignments/second)	: 973615.2383832711
48.39/46.67	c non guided choices	9036
48.39/46.67	c learnt constraints type 
48.39/46.67	c constraints type 
48.39/46.67	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
48.39/46.67	c ignored satisfied constraints => 1
48.39/46.67	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
48.39/46.67	c 2708 constraints processed.
48.39/46.67	s OPTIMUM FOUND
48.39/46.67	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 
48.39/46.67	c objective function=1
48.39/46.67	c Total wall clock time (in seconds): 46.55

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-3718411-1338254464/watcher-3718411-1338254464 -o /tmp/evaluation-result-3718411-1338254464/solver-3718411-1338254464 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3718411-1338254464.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.02 2.06 2.02 3/195 10373
/proc/meminfo: memFree=30860496/32873844 swapFree=7632/7632
[pid=10373] ppid=10371 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/10373/stat : 10373 (java) R 10371 10373 6647 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 291570754 9515008 183 33554432000 1073741824 1073778376 140734259782272 140734259773304 209883840181 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10373/statm: 2323 183 140 9 0 71 0

[startup+0.0830829 s]
/proc/loadavg: 2.02 2.06 2.02 3/195 10373
/proc/meminfo: memFree=30860496/32873844 swapFree=7632/7632
[pid=10373] ppid=10371 vsize=9558416 CPUtime=0.06 cores=0,2,4,6
/proc/10373/stat : 10373 (java) S 10371 10373 6647 0 -1 4202496 3338 0 1 0 5 1 0 0 20 0 18 0 291570754 9787817984 4546 33554432000 1073741824 1073778376 140733973639712 140733973630848 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10373/statm: 2389604 4546 1772 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558416

[startup+0.100251 s]
/proc/loadavg: 2.02 2.06 2.02 3/195 10373
/proc/meminfo: memFree=30860496/32873844 swapFree=7632/7632
[pid=10373] ppid=10371 vsize=9558416 CPUtime=0.09 cores=0,2,4,6
/proc/10373/stat : 10373 (java) S 10371 10373 6647 0 -1 4202496 4237 0 1 0 8 1 0 0 20 0 18 0 291570754 9787817984 5441 33554432000 1073741824 1073778376 140733973639712 140733973630848 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10373/statm: 2389604 5441 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558416

[startup+0.300213 s]
/proc/loadavg: 2.02 2.06 2.02 3/195 10373
/proc/meminfo: memFree=30860496/32873844 swapFree=7632/7632
[pid=10373] ppid=10371 vsize=9558416 CPUtime=0.46 cores=0,2,4,6
/proc/10373/stat : 10373 (java) S 10371 10373 6647 0 -1 4202496 6087 0 1 0 44 2 0 0 20 0 18 0 291570754 9787817984 8696 33554432000 1073741824 1073778376 140733973639712 140733973630848 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10373/statm: 2389604 8696 2221 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558416

[startup+0.700237 s]
/proc/loadavg: 2.02 2.06 2.02 3/195 10373
/proc/meminfo: memFree=30860496/32873844 swapFree=7632/7632
[pid=10373] ppid=10371 vsize=9624980 CPUtime=1.63 cores=0,2,4,6
/proc/10373/stat : 10373 (java) S 10371 10373 6647 0 -1 4202496 15807 0 1 0 160 3 0 0 20 0 19 0 291570754 9855979520 14518 33554432000 1073741824 1073778376 140733973639712 140733973630848 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10373/statm: 2406245 14518 2252 9 0 2396937 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 9624980

[startup+1.5006 s]
/proc/loadavg: 2.18 2.09 2.03 3/214 10392
/proc/meminfo: memFree=30798080/32873844 swapFree=7632/7632
[pid=10373] ppid=10371 vsize=9624980 CPUtime=2.61 cores=0,2,4,6
/proc/10373/stat : 10373 (java) S 10371 10373 6647 0 -1 4202496 15835 0 1 0 257 4 0 0 20 0 19 0 291570754 9855979520 19144 33554432000 1073741824 1073778376 140733973639712 140733973630848 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10373/statm: 2406245 19144 2259 9 0 2396937 0
[pid=10373/tid=10375] ppid=10371 vsize=9624980 CPUtime=1.46 cores=0,2,4,6
/proc/10373/task/10375/stat : 10375 (java) R 10371 10373 6647 0 -1 4202560 2477 0 1 0 144 2 0 0 20 0 19 0 291570755 9855979520 19144 33554432000 1073741824 1073778376 140733973639712 139987118670184 139986960166814 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10373/tid=10376] ppid=10371 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10373/task/10376/stat : 10376 (java) S 10371 10373 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291570757 9855979520 19144 33554432000 1073741824 1073778376 140733973639712 139987080161704 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10373/tid=10377] ppid=10371 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10373/task/10377/stat : 10377 (java) S 10371 10373 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291570757 9855979520 19144 33554432000 1073741824 1073778376 140733973639712 139987079109160 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10373/tid=10378] ppid=10371 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10373/task/10378/stat : 10378 (java) S 10371 10373 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291570757 9855979520 19144 33554432000 1073741824 1073778376 140733973639712 139986959591592 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10373/tid=10379] ppid=10371 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10373/task/10379/stat : 10379 (java) S 10371 10373 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291570757 9855979520 19144 33554432000 1073741824 1073778376 140733973639712 139986958539048 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10373/tid=10380] ppid=10371 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10373/task/10380/stat : 10380 (java) S 10371 10373 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291570757 9855979520 19144 33554432000 1073741824 1073778376 140733973639712 139986957487016 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10373/tid=10381] ppid=10371 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10373/task/10381/stat : 10381 (java) S 10371 10373 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291570757 9855979520 19144 33554432000 1073741824 1073778376 140733973639712 139986956434472 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10373/tid=10382] ppid=10371 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10373/task/10382/stat : 10382 (java) S 10371 10373 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291570757 9855979520 19144 33554432000 1073741824 1073778376 140733973639712 139986955381416 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10373/tid=10383] ppid=10371 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10373/task/10383/stat : 10383 (java) S 10371 10373 6647 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291570757 9855979520 19144 33554432000 1073741824 1073778376 140733973639712 139986954328872 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10373/tid=10384] ppid=10371 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10373/task/10384/stat : 10384 (java) S 10371 10373 6647 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291570758 9855979520 19144 33554432000 1073741824 1073778376 140733973639712 139986471999848 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10373/tid=10385] ppid=10371 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10373/task/10385/stat : 10385 (java) S 10371 10373 6647 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 291570758 9855979520 19144 33554432000 1073741824 1073778376 140733973639712 139986470946168 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10373/tid=10386] ppid=10371 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10373/task/10386/stat : 10386 (java) S 10371 10373 6647 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291570758 9855979520 19144 33554432000 1073741824 1073778376 140733973639712 139986469893000 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10373/tid=10387] ppid=10371 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10373/task/10387/stat : 10387 (java) S 10371 10373 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291570761 9855979520 19144 33554432000 1073741824 1073778376 140733973639712 139986468841744 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10373/tid=10388] ppid=10371 vsize=9624980 CPUtime=0.54 cores=0,2,4,6
/proc/10373/task/10388/stat : 10388 (java) S 10371 10373 6647 0 -1 4202560 6310 0 0 0 52 2 0 0 20 0 19 0 291570761 9855979520 19144 33554432000 1073741824 1073778376 140733973639712 139986467789624 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10373/tid=10389] ppid=10371 vsize=9624980 CPUtime=0.57 cores=0,2,4,6
/proc/10373/task/10389/stat : 10389 (java) S 10371 10373 6647 0 -1 4202560 5849 0 0 0 57 0 0 0 20 0 19 0 291570761 9855979520 19144 33554432000 1073741824 1073778376 140733973639712 139986466737080 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10373/tid=10390] ppid=10371 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10373/task/10390/stat : 10390 (java) S 10371 10373 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291570761 9855979520 19144 33554432000 1073741824 1073778376 140733973639712 139986465684216 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10373/tid=10391] ppid=10371 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10373/task/10391/stat : 10391 (java) S 10371 10373 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291570761 9855979520 19144 33554432000 1073741824 1073778376 140733973639712 139986464631880 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10373/tid=10392] ppid=10371 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10373/task/10392/stat : 10392 (java) S 10371 10373 6647 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291570792 9855979520 19144 33554432000 1073741824 1073778376 140733973639712 139986463577128 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.61
Current children cumulated vsize (KiB) 9624980

[startup+3.10062 s]
/proc/loadavg: 2.18 2.09 2.03 3/214 10392
/proc/meminfo: memFree=30783620/32873844 swapFree=7632/7632
[pid=10373] ppid=10371 vsize=9624980 CPUtime=4.31 cores=0,2,4,6
/proc/10373/stat : 10373 (java) S 10371 10373 6647 0 -1 4202496 15900 0 1 0 427 4 0 0 20 0 19 0 291570754 9855979520 25846 33554432000 1073741824 1073778376 140733973639712 140733973630848 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10373/statm: 2406245 25846 2285 9 0 2396937 0
[pid=10373/tid=10375] ppid=10371 vsize=9624980 CPUtime=3.04 cores=0,2,4,6
/proc/10373/task/10375/stat : 10375 (java) R 10371 10373 6647 0 -1 4202560 2490 0 1 0 302 2 0 0 20 0 19 0 291570755 9855979520 25846 33554432000 1073741824 1073778376 140733973639712 139987118670152 139986960194961 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10373/tid=10376] ppid=10371 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10373/task/10376/stat : 10376 (java) S 10371 10373 6647 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291570757 9855979520 25846 33554432000 1073741824 1073778376 140733973639712 139987080161704 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10373/tid=10377] ppid=10371 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10373/task/10377/stat : 10377 (java) S 10371 10373 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291570757 9855979520 25846 33554432000 1073741824 1073778376 140733973639712 139987079109160 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10373/tid=10378] ppid=10371 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10373/task/10378/stat : 10378 (java) S 10371 10373 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291570757 9855979520 25846 33554432000 1073741824 1073778376 140733973639712 139986959591592 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10373/tid=10379] ppid=10371 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10373/task/10379/stat : 10379 (java) S 10371 10373 6647 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291570757 9855979520 25846 33554432000 1073741824 1073778376 140733973639712 139986958539048 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10373/tid=10380] ppid=10371 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10373/task/10380/stat : 10380 (java) S 10371 10373 6647 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291570757 9855979520 25846 33554432000 1073741824 1073778376 140733973639712 139986957487016 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10373/tid=10381] ppid=10371 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10373/task/10381/stat : 10381 (java) S 10371 10373 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291570757 9855979520 25846 33554432000 1073741824 1073778376 140733973639712 139986956434472 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10373/tid=10382] ppid=10371 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10373/task/10382/stat : 10382 (java) S 10371 10373 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291570757 9855979520 25846 33554432000 1073741824 1073778376 140733973639712 139986955381416 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10373/tid=10383] ppid=10371 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10373/task/10383/stat : 10383 (java) S 10371 10373 6647 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291570757 9855979520 25846 33554432000 1073741824 1073778376 140733973639712 139986954328872 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10373/tid=10384] ppid=10371 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10373/task/10384/stat : 10384 (java) S 10371 10373 6647 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 19 0 291570758 9855979520 25846 33554432000 1073741824 1073778376 140733973639712 139986471999848 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10373/tid=10385] ppid=10371 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10373/task/10385/stat : 10385 (java) S 10371 10373 6647 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291570758 9855979520 25846 33554432000 1073741824 1073778376 140733973639712 139986470946168 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10373/tid=10386] ppid=10371 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10373/task/10386/stat : 10386 (java) S 10371 10373 6647 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291570758 9855979520 25846 33554432000 1073741824 1073778376 140733973639712 139986469893000 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10373/tid=10387] ppid=10371 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10373/task/10387/stat : 10387 (java) S 10371 10373 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291570761 9855979520 25846 33554432000 1073741824 1073778376 140733973639712 139986468841744 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10373/tid=10388] ppid=10371 vsize=9624980 CPUtime=0.6 cores=0,2,4,6
/proc/10373/task/10388/stat : 10388 (java) S 10371 10373 6647 0 -1 4202560 6313 0 0 0 58 2 0 0 20 0 19 0 291570761 9855979520 25846 33554432000 1073741824 1073778376 140733973639712 139986467789624 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10373/tid=10389] ppid=10371 vsize=9624980 CPUtime=0.6 cores=0,2,4,6
/proc/10373/task/10389/stat : 10389 (java) S 10371 10373 6647 0 -1 4202560 5851 0 0 0 60 0 0 0 20 0 19 0 291570761 9855979520 25846 33554432000 1073741824 1073778376 140733973639712 139986466737080 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10373/tid=10390] ppid=10371 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10373/task/10390/stat : 10390 (java) S 10371 10373 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291570761 9855979520 25846 33554432000 1073741824 1073778376 140733973639712 139986465684216 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10373/tid=10391] ppid=10371 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10373/task/10391/stat : 10391 (java) S 10371 10373 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291570761 9855979520 25846 33554432000 1073741824 1073778376 140733973639712 139986464631880 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10373/tid=10392] ppid=10371 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10373/task/10392/stat : 10392 (java) S 10371 10373 6647 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291570792 9855979520 25846 33554432000 1073741824 1073778376 140733973639712 139986463577128 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.31
Current children cumulated vsize (KiB) 9624980

[startup+6.3006 s]
/proc/loadavg: 2.18 2.09 2.03 3/214 10392
/proc/meminfo: memFree=30761712/32873844 swapFree=7632/7632
[pid=10373] ppid=10371 vsize=9624980 CPUtime=7.68 cores=0,2,4,6
/proc/10373/stat : 10373 (java) S 10371 10373 6647 0 -1 4202496 16165 0 1 0 764 4 0 0 20 0 19 0 291570754 9855979520 26553 33554432000 1073741824 1073778376 140733973639712 140733973630848 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10373/statm: 2406245 26553 2285 9 0 2396937 0
[pid=10373/tid=10375] ppid=10371 vsize=9624980 CPUtime=6.16 cores=0,2,4,6
/proc/10373/task/10375/stat : 10375 (java) R 10371 10373 6647 0 -1 4202560 2493 0 1 0 614 2 0 0 20 0 19 0 291570755 9855979520 26553 33554432000 1073741824 1073778376 140733973639712 139987118662080 139986960211662 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10373/tid=10376] ppid=10371 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10373/task/10376/stat : 10376 (java) S 10371 10373 6647 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291570757 9855979520 26553 33554432000 1073741824 1073778376 140733973639712 139987080161704 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10373/tid=10377] ppid=10371 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10373/task/10377/stat : 10377 (java) S 10371 10373 6647 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291570757 9855979520 26553 33554432000 1073741824 1073778376 140733973639712 139987079109160 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10373/tid=10378] ppid=10371 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10373/task/10378/stat : 10378 (java) S 10371 10373 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291570757 9855979520 26553 33554432000 1073741824 1073778376 140733973639712 139986959591592 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10373/tid=10379] ppid=10371 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10373/task/10379/stat : 10379 (java) S 10371 10373 6647 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291570757 9855979520 26553 33554432000 1073741824 1073778376 140733973639712 139986958539048 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10373/tid=10380] ppid=10371 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10373/task/10380/stat : 10380 (java) S 10371 10373 6647 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291570757 9855979520 26553 33554432000 1073741824 1073778376 140733973639712 139986957487016 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10373/tid=10381] ppid=10371 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10373/task/10381/stat : 10381 (java) S 10371 10373 6647 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291570757 9855979520 26553 33554432000 1073741824 1073778376 140733973639712 139986956434472 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10373/tid=10382] ppid=10371 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10373/task/10382/stat : 10382 (java) S 10371 10373 6647 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291570757 9855979520 26553 33554432000 1073741824 1073778376 140733973639712 139986955381416 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10373/tid=10383] ppid=10371 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10373/task/10383/stat : 10383 (java) S 10371 10373 6647 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291570757 9855979520 26553 33554432000 1073741824 1073778376 140733973639712 139986954328872 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10373/tid=10384] ppid=10371 vsize=9624980 CPUtime=0.07 cores=0,2,4,6
/proc/10373/task/10384/stat : 10384 (java) S 10371 10373 6647 0 -1 4202560 50 0 0 0 7 0 0 0 20 0 19 0 291570758 9855979520 26553 33554432000 1073741824 1073778376 140733973639712 139986471999848 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10373/tid=10385] ppid=10371 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10373/task/10385/stat : 10385 (java) S 10371 10373 6647 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291570758 9855979520 26553 33554432000 1073741824 1073778376 140733973639712 139986470946168 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10373/tid=10386] ppid=10371 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10373/task/10386/stat : 10386 (java) S 10371 10373 6647 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291570758 9855979520 26553 33554432000 1073741824 1073778376 140733973639712 139986469893000 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10373/tid=10387] ppid=10371 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10373/task/10387/stat : 10387 (java) S 10371 10373 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291570761 9855979520 26553 33554432000 1073741824 1073778376 140733973639712 139986468841744 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10373/tid=10388] ppid=10371 vsize=9624980 CPUtime=0.62 cores=0,2,4,6
/proc/10373/task/10388/stat : 10388 (java) S 10371 10373 6647 0 -1 4202560 6313 0 0 0 60 2 0 0 20 0 19 0 291570761 9855979520 26553 33554432000 1073741824 1073778376 140733973639712 139986467789624 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10373/tid=10389] ppid=10371 vsize=9624980 CPUtime=0.74 cores=0,2,4,6
/proc/10373/task/10389/stat : 10389 (java) S 10371 10373 6647 0 -1 4202560 6082 0 0 0 74 0 0 0 20 0 19 0 291570761 9855979520 26553 33554432000 1073741824 1073778376 140733973639712 139986466737080 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10373/tid=10390] ppid=10371 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10373/task/10390/stat : 10390 (java) S 10371 10373 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291570761 9855979520 26553 33554432000 1073741824 1073778376 140733973639712 139986465684216 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10373/tid=10391] ppid=10371 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10373/task/10391/stat : 10391 (java) S 10371 10373 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291570761 9855979520 26553 33554432000 1073741824 1073778376 140733973639712 139986464631880 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10373/tid=10392] ppid=10371 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10373/task/10392/stat : 10392 (java) S 10371 10373 6647 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291570792 9855979520 26553 33554432000 1073741824 1073778376 140733973639712 139986463577128 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.68
Current children cumulated vsize (KiB) 9624980

[startup+12.7007 s]

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

/proc/10373/task/10376/stat : 10376 (java) S 10371 10373 6647 0 -1 4202560 16 0 0 0 6 0 0 0 20 0 19 0 291570757 9855979520 28166 33554432000 1073741824 1073778376 140733973639712 139987080161704 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10373/tid=10377] ppid=10371 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/10373/task/10377/stat : 10377 (java) S 10371 10373 6647 0 -1 4202560 7 0 0 0 5 0 0 0 20 0 19 0 291570757 9855979520 28166 33554432000 1073741824 1073778376 140733973639712 139987079109160 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10373/tid=10378] ppid=10371 vsize=9624980 CPUtime=0.04 cores=0,2,4,6
/proc/10373/task/10378/stat : 10378 (java) S 10371 10373 6647 0 -1 4202560 29 0 0 0 4 0 0 0 20 0 19 0 291570757 9855979520 28166 33554432000 1073741824 1073778376 140733973639712 139986959591592 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10373/tid=10379] ppid=10371 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/10373/task/10379/stat : 10379 (java) S 10371 10373 6647 0 -1 4202560 18 0 0 0 5 0 0 0 20 0 19 0 291570757 9855979520 28166 33554432000 1073741824 1073778376 140733973639712 139986958539048 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10373/tid=10380] ppid=10371 vsize=9624980 CPUtime=0.06 cores=0,2,4,6
/proc/10373/task/10380/stat : 10380 (java) S 10371 10373 6647 0 -1 4202560 12 0 0 0 6 0 0 0 20 0 19 0 291570757 9855979520 28166 33554432000 1073741824 1073778376 140733973639712 139986957487016 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10373/tid=10381] ppid=10371 vsize=9624980 CPUtime=0.06 cores=0,2,4,6
/proc/10373/task/10381/stat : 10381 (java) S 10371 10373 6647 0 -1 4202560 12 0 0 0 6 0 0 0 20 0 19 0 291570757 9855979520 28166 33554432000 1073741824 1073778376 140733973639712 139986956434472 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10373/tid=10382] ppid=10371 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/10373/task/10382/stat : 10382 (java) S 10371 10373 6647 0 -1 4202560 10 0 0 0 5 0 0 0 20 0 19 0 291570757 9855979520 28166 33554432000 1073741824 1073778376 140733973639712 139986955381416 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10373/tid=10383] ppid=10371 vsize=9624980 CPUtime=0.06 cores=0,2,4,6
/proc/10373/task/10383/stat : 10383 (java) S 10371 10373 6647 0 -1 4202560 11 0 0 0 6 0 0 0 20 0 19 0 291570757 9855979520 28166 33554432000 1073741824 1073778376 140733973639712 139986954328872 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10373/tid=10384] ppid=10371 vsize=9624980 CPUtime=1.76 cores=0,2,4,6
/proc/10373/task/10384/stat : 10384 (java) S 10371 10373 6647 0 -1 4202560 55 0 0 0 176 0 0 0 20 0 19 0 291570758 9855979520 28166 33554432000 1073741824 1073778376 140733973639712 139986471999848 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10373/tid=10385] ppid=10371 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10373/task/10385/stat : 10385 (java) S 10371 10373 6647 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291570758 9855979520 28166 33554432000 1073741824 1073778376 140733973639712 139986470946168 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10373/tid=10386] ppid=10371 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10373/task/10386/stat : 10386 (java) S 10371 10373 6647 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291570758 9855979520 28166 33554432000 1073741824 1073778376 140733973639712 139986469893000 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10373/tid=10387] ppid=10371 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10373/task/10387/stat : 10387 (java) S 10371 10373 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291570761 9855979520 28166 33554432000 1073741824 1073778376 140733973639712 139986468841744 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10373/tid=10388] ppid=10371 vsize=9624980 CPUtime=0.68 cores=0,2,4,6
/proc/10373/task/10388/stat : 10388 (java) S 10371 10373 6647 0 -1 4202560 6315 0 0 0 66 2 0 0 20 0 19 0 291570761 9855979520 28166 33554432000 1073741824 1073778376 140733973639712 139986467789624 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10373/tid=10389] ppid=10371 vsize=9624980 CPUtime=0.76 cores=0,2,4,6
/proc/10373/task/10389/stat : 10389 (java) S 10371 10373 6647 0 -1 4202560 6082 0 0 0 76 0 0 0 20 0 19 0 291570761 9855979520 28166 33554432000 1073741824 1073778376 140733973639712 139986466737080 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10373/tid=10390] ppid=10371 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10373/task/10390/stat : 10390 (java) S 10371 10373 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291570761 9855979520 28166 33554432000 1073741824 1073778376 140733973639712 139986465684216 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10373/tid=10391] ppid=10371 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10373/task/10391/stat : 10391 (java) S 10371 10373 6647 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291570761 9855979520 28166 33554432000 1073741824 1073778376 140733973639712 139986464631880 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10373/tid=10392] ppid=10371 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10373/task/10392/stat : 10392 (java) S 10371 10373 6647 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291570792 9855979520 28166 33554432000 1073741824 1073778376 140733973639712 139986463577128 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 47.29
Current children cumulated vsize (KiB) 9624980

[startup+46.3007 s]
/proc/loadavg: 2.19 2.11 2.03 3/214 10392
/proc/meminfo: memFree=30737892/32873844 swapFree=7632/7632
[pid=10373] ppid=10371 vsize=9624980 CPUtime=48.09 cores=0,2,4,6
/proc/10373/stat : 10373 (java) S 10371 10373 6647 0 -1 4202496 16316 0 1 0 4803 6 0 0 20 0 19 0 291570754 9855979520 28166 33554432000 1073741824 1073778376 140733973639712 140733973630848 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10373/statm: 2406245 28166 2286 9 0 2396937 0
[pid=10373/tid=10375] ppid=10371 vsize=9624980 CPUtime=44.17 cores=0,2,4,6
/proc/10373/task/10375/stat : 10375 (java) R 10371 10373 6647 0 -1 4202560 2560 0 1 0 4415 2 0 0 20 0 19 0 291570755 9855979520 28166 33554432000 1073741824 1073778376 140733973639712 139987118670176 139986960196169 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10373/tid=10376] ppid=10371 vsize=9624980 CPUtime=0.06 cores=0,2,4,6
/proc/10373/task/10376/stat : 10376 (java) S 10371 10373 6647 0 -1 4202560 16 0 0 0 6 0 0 0 20 0 19 0 291570757 9855979520 28166 33554432000 1073741824 1073778376 140733973639712 139987080161704 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10373/tid=10377] ppid=10371 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/10373/task/10377/stat : 10377 (java) S 10371 10373 6647 0 -1 4202560 7 0 0 0 5 0 0 0 20 0 19 0 291570757 9855979520 28166 33554432000 1073741824 1073778376 140733973639712 139987079109160 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10373/tid=10378] ppid=10371 vsize=9624980 CPUtime=0.04 cores=0,2,4,6
/proc/10373/task/10378/stat : 10378 (java) S 10371 10373 6647 0 -1 4202560 29 0 0 0 4 0 0 0 20 0 19 0 291570757 9855979520 28166 33554432000 1073741824 1073778376 140733973639712 139986959591592 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10373/tid=10379] ppid=10371 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/10373/task/10379/stat : 10379 (java) S 10371 10373 6647 0 -1 4202560 18 0 0 0 5 0 0 0 20 0 19 0 291570757 9855979520 28166 33554432000 1073741824 1073778376 140733973639712 139986958539048 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10373/tid=10380] ppid=10371 vsize=9624980 CPUtime=0.06 cores=0,2,4,6
/proc/10373/task/10380/stat : 10380 (java) S 10371 10373 6647 0 -1 4202560 12 0 0 0 6 0 0 0 20 0 19 0 291570757 9855979520 28166 33554432000 1073741824 1073778376 140733973639712 139986957487016 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10373/tid=10381] ppid=10371 vsize=9624980 CPUtime=0.06 cores=0,2,4,6
/proc/10373/task/10381/stat : 10381 (java) S 10371 10373 6647 0 -1 4202560 12 0 0 0 6 0 0 0 20 0 19 0 291570757 9855979520 28166 33554432000 1073741824 1073778376 140733973639712 139986956434472 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10373/tid=10382] ppid=10371 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/10373/task/10382/stat : 10382 (java) S 10371 10373 6647 0 -1 4202560 10 0 0 0 5 0 0 0 20 0 19 0 291570757 9855979520 28166 33554432000 1073741824 1073778376 140733973639712 139986955381416 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10373/tid=10383] ppid=10371 vsize=9624980 CPUtime=0.06 cores=0,2,4,6
/proc/10373/task/10383/stat : 10383 (java) S 10371 10373 6647 0 -1 4202560 11 0 0 0 6 0 0 0 20 0 19 0 291570757 9855979520 28166 33554432000 1073741824 1073778376 140733973639712 139986954328872 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10373/tid=10384] ppid=10371 vsize=9624980 CPUtime=1.76 cores=0,2,4,6
/proc/10373/task/10384/stat : 10384 (java) S 10371 10373 6647 0 -1 4202560 55 0 0 0 176 0 0 0 20 0 19 0 291570758 9855979520 28166 33554432000 1073741824 1073778376 140733973639712 139986471999848 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10373/tid=10385] ppid=10371 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10373/task/10385/stat : 10385 (java) S 10371 10373 6647 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291570758 9855979520 28166 33554432000 1073741824 1073778376 140733973639712 139986470946168 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10373/tid=10386] ppid=10371 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10373/task/10386/stat : 10386 (java) S 10371 10373 6647 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291570758 9855979520 28166 33554432000 1073741824 1073778376 140733973639712 139986469893000 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10373/tid=10387] ppid=10371 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10373/task/10387/stat : 10387 (java) S 10371 10373 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291570761 9855979520 28166 33554432000 1073741824 1073778376 140733973639712 139986468841744 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10373/tid=10388] ppid=10371 vsize=9624980 CPUtime=0.68 cores=0,2,4,6
/proc/10373/task/10388/stat : 10388 (java) S 10371 10373 6647 0 -1 4202560 6315 0 0 0 66 2 0 0 20 0 19 0 291570761 9855979520 28166 33554432000 1073741824 1073778376 140733973639712 139986467789624 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10373/tid=10389] ppid=10371 vsize=9624980 CPUtime=0.76 cores=0,2,4,6
/proc/10373/task/10389/stat : 10389 (java) S 10371 10373 6647 0 -1 4202560 6082 0 0 0 76 0 0 0 20 0 19 0 291570761 9855979520 28166 33554432000 1073741824 1073778376 140733973639712 139986466737080 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10373/tid=10390] ppid=10371 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10373/task/10390/stat : 10390 (java) S 10371 10373 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291570761 9855979520 28166 33554432000 1073741824 1073778376 140733973639712 139986465684216 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10373/tid=10391] ppid=10371 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10373/task/10391/stat : 10391 (java) S 10371 10373 6647 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291570761 9855979520 28166 33554432000 1073741824 1073778376 140733973639712 139986464631880 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10373/tid=10392] ppid=10371 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10373/task/10392/stat : 10392 (java) S 10371 10373 6647 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291570792 9855979520 28166 33554432000 1073741824 1073778376 140733973639712 139986463577128 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 48.09
Current children cumulated vsize (KiB) 9624980

[startup+46.5007 s]
/proc/loadavg: 2.19 2.11 2.03 3/214 10392
/proc/meminfo: memFree=30737892/32873844 swapFree=7632/7632
[pid=10373] ppid=10371 vsize=9624980 CPUtime=48.29 cores=0,2,4,6
/proc/10373/stat : 10373 (java) S 10371 10373 6647 0 -1 4202496 16316 0 1 0 4823 6 0 0 20 0 19 0 291570754 9855979520 28166 33554432000 1073741824 1073778376 140733973639712 140733973630848 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10373/statm: 2406245 28166 2286 9 0 2396937 0
[pid=10373/tid=10375] ppid=10371 vsize=9624980 CPUtime=44.37 cores=0,2,4,6
/proc/10373/task/10375/stat : 10375 (java) R 10371 10373 6647 0 -1 4202560 2560 0 1 0 4435 2 0 0 20 0 19 0 291570755 9855979520 28166 33554432000 1073741824 1073778376 140733973639712 139987118670176 139986960195224 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10373/tid=10376] ppid=10371 vsize=9624980 CPUtime=0.06 cores=0,2,4,6
/proc/10373/task/10376/stat : 10376 (java) S 10371 10373 6647 0 -1 4202560 16 0 0 0 6 0 0 0 20 0 19 0 291570757 9855979520 28166 33554432000 1073741824 1073778376 140733973639712 139987080161704 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10373/tid=10377] ppid=10371 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/10373/task/10377/stat : 10377 (java) S 10371 10373 6647 0 -1 4202560 7 0 0 0 5 0 0 0 20 0 19 0 291570757 9855979520 28166 33554432000 1073741824 1073778376 140733973639712 139987079109160 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10373/tid=10378] ppid=10371 vsize=9624980 CPUtime=0.04 cores=0,2,4,6
/proc/10373/task/10378/stat : 10378 (java) S 10371 10373 6647 0 -1 4202560 29 0 0 0 4 0 0 0 20 0 19 0 291570757 9855979520 28166 33554432000 1073741824 1073778376 140733973639712 139986959591592 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10373/tid=10379] ppid=10371 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/10373/task/10379/stat : 10379 (java) S 10371 10373 6647 0 -1 4202560 18 0 0 0 5 0 0 0 20 0 19 0 291570757 9855979520 28166 33554432000 1073741824 1073778376 140733973639712 139986958539048 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10373/tid=10380] ppid=10371 vsize=9624980 CPUtime=0.06 cores=0,2,4,6
/proc/10373/task/10380/stat : 10380 (java) S 10371 10373 6647 0 -1 4202560 12 0 0 0 6 0 0 0 20 0 19 0 291570757 9855979520 28166 33554432000 1073741824 1073778376 140733973639712 139986957487016 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10373/tid=10381] ppid=10371 vsize=9624980 CPUtime=0.06 cores=0,2,4,6
/proc/10373/task/10381/stat : 10381 (java) S 10371 10373 6647 0 -1 4202560 12 0 0 0 6 0 0 0 20 0 19 0 291570757 9855979520 28166 33554432000 1073741824 1073778376 140733973639712 139986956434472 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10373/tid=10382] ppid=10371 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/10373/task/10382/stat : 10382 (java) S 10371 10373 6647 0 -1 4202560 10 0 0 0 5 0 0 0 20 0 19 0 291570757 9855979520 28166 33554432000 1073741824 1073778376 140733973639712 139986955381416 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10373/tid=10383] ppid=10371 vsize=9624980 CPUtime=0.06 cores=0,2,4,6
/proc/10373/task/10383/stat : 10383 (java) S 10371 10373 6647 0 -1 4202560 11 0 0 0 6 0 0 0 20 0 19 0 291570757 9855979520 28166 33554432000 1073741824 1073778376 140733973639712 139986954328872 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10373/tid=10384] ppid=10371 vsize=9624980 CPUtime=1.76 cores=0,2,4,6
/proc/10373/task/10384/stat : 10384 (java) S 10371 10373 6647 0 -1 4202560 55 0 0 0 176 0 0 0 20 0 19 0 291570758 9855979520 28166 33554432000 1073741824 1073778376 140733973639712 139986471999848 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10373/tid=10385] ppid=10371 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10373/task/10385/stat : 10385 (java) S 10371 10373 6647 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291570758 9855979520 28166 33554432000 1073741824 1073778376 140733973639712 139986470946168 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10373/tid=10386] ppid=10371 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10373/task/10386/stat : 10386 (java) S 10371 10373 6647 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291570758 9855979520 28166 33554432000 1073741824 1073778376 140733973639712 139986469893000 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10373/tid=10387] ppid=10371 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10373/task/10387/stat : 10387 (java) S 10371 10373 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291570761 9855979520 28166 33554432000 1073741824 1073778376 140733973639712 139986468841744 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10373/tid=10388] ppid=10371 vsize=9624980 CPUtime=0.68 cores=0,2,4,6
/proc/10373/task/10388/stat : 10388 (java) S 10371 10373 6647 0 -1 4202560 6315 0 0 0 66 2 0 0 20 0 19 0 291570761 9855979520 28166 33554432000 1073741824 1073778376 140733973639712 139986467789624 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10373/tid=10389] ppid=10371 vsize=9624980 CPUtime=0.76 cores=0,2,4,6
/proc/10373/task/10389/stat : 10389 (java) S 10371 10373 6647 0 -1 4202560 6082 0 0 0 76 0 0 0 20 0 19 0 291570761 9855979520 28166 33554432000 1073741824 1073778376 140733973639712 139986466737080 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10373/tid=10390] ppid=10371 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10373/task/10390/stat : 10390 (java) S 10371 10373 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291570761 9855979520 28166 33554432000 1073741824 1073778376 140733973639712 139986465684216 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10373/tid=10391] ppid=10371 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10373/task/10391/stat : 10391 (java) S 10371 10373 6647 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291570761 9855979520 28166 33554432000 1073741824 1073778376 140733973639712 139986464631880 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10373/tid=10392] ppid=10371 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10373/task/10392/stat : 10392 (java) S 10371 10373 6647 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291570792 9855979520 28166 33554432000 1073741824 1073778376 140733973639712 139986463577128 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 48.29
Current children cumulated vsize (KiB) 9624980

[startup+46.6007 s]
/proc/loadavg: 2.19 2.11 2.03 3/214 10392
/proc/meminfo: memFree=30737892/32873844 swapFree=7632/7632
[pid=10373] ppid=10371 vsize=9624980 CPUtime=48.39 cores=0,2,4,6
/proc/10373/stat : 10373 (java) S 10371 10373 6647 0 -1 4202496 16316 0 1 0 4833 6 0 0 20 0 19 0 291570754 9855979520 28166 33554432000 1073741824 1073778376 140733973639712 140733973630848 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10373/statm: 2406245 28166 2286 9 0 2396937 0
[pid=10373/tid=10375] ppid=10371 vsize=9624980 CPUtime=44.47 cores=0,2,4,6
/proc/10373/task/10375/stat : 10375 (java) R 10371 10373 6647 0 -1 4202560 2560 0 1 0 4445 2 0 0 20 0 19 0 291570755 9855979520 28166 33554432000 1073741824 1073778376 140733973639712 139987118670176 139986960195259 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10373/tid=10376] ppid=10371 vsize=9624980 CPUtime=0.06 cores=0,2,4,6
/proc/10373/task/10376/stat : 10376 (java) S 10371 10373 6647 0 -1 4202560 16 0 0 0 6 0 0 0 20 0 19 0 291570757 9855979520 28166 33554432000 1073741824 1073778376 140733973639712 139987080161704 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10373/tid=10377] ppid=10371 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/10373/task/10377/stat : 10377 (java) S 10371 10373 6647 0 -1 4202560 7 0 0 0 5 0 0 0 20 0 19 0 291570757 9855979520 28166 33554432000 1073741824 1073778376 140733973639712 139987079109160 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10373/tid=10378] ppid=10371 vsize=9624980 CPUtime=0.04 cores=0,2,4,6
/proc/10373/task/10378/stat : 10378 (java) S 10371 10373 6647 0 -1 4202560 29 0 0 0 4 0 0 0 20 0 19 0 291570757 9855979520 28166 33554432000 1073741824 1073778376 140733973639712 139986959591592 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10373/tid=10379] ppid=10371 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/10373/task/10379/stat : 10379 (java) S 10371 10373 6647 0 -1 4202560 18 0 0 0 5 0 0 0 20 0 19 0 291570757 9855979520 28166 33554432000 1073741824 1073778376 140733973639712 139986958539048 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10373/tid=10380] ppid=10371 vsize=9624980 CPUtime=0.06 cores=0,2,4,6
/proc/10373/task/10380/stat : 10380 (java) S 10371 10373 6647 0 -1 4202560 12 0 0 0 6 0 0 0 20 0 19 0 291570757 9855979520 28166 33554432000 1073741824 1073778376 140733973639712 139986957487016 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10373/tid=10381] ppid=10371 vsize=9624980 CPUtime=0.06 cores=0,2,4,6
/proc/10373/task/10381/stat : 10381 (java) S 10371 10373 6647 0 -1 4202560 12 0 0 0 6 0 0 0 20 0 19 0 291570757 9855979520 28166 33554432000 1073741824 1073778376 140733973639712 139986956434472 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10373/tid=10382] ppid=10371 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/10373/task/10382/stat : 10382 (java) S 10371 10373 6647 0 -1 4202560 10 0 0 0 5 0 0 0 20 0 19 0 291570757 9855979520 28166 33554432000 1073741824 1073778376 140733973639712 139986955381416 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10373/tid=10383] ppid=10371 vsize=9624980 CPUtime=0.06 cores=0,2,4,6
/proc/10373/task/10383/stat : 10383 (java) S 10371 10373 6647 0 -1 4202560 11 0 0 0 6 0 0 0 20 0 19 0 291570757 9855979520 28166 33554432000 1073741824 1073778376 140733973639712 139986954328872 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10373/tid=10384] ppid=10371 vsize=9624980 CPUtime=1.76 cores=0,2,4,6
/proc/10373/task/10384/stat : 10384 (java) S 10371 10373 6647 0 -1 4202560 55 0 0 0 176 0 0 0 20 0 19 0 291570758 9855979520 28166 33554432000 1073741824 1073778376 140733973639712 139986471999848 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10373/tid=10385] ppid=10371 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10373/task/10385/stat : 10385 (java) S 10371 10373 6647 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291570758 9855979520 28166 33554432000 1073741824 1073778376 140733973639712 139986470946168 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10373/tid=10386] ppid=10371 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10373/task/10386/stat : 10386 (java) S 10371 10373 6647 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291570758 9855979520 28166 33554432000 1073741824 1073778376 140733973639712 139986469893000 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10373/tid=10387] ppid=10371 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10373/task/10387/stat : 10387 (java) S 10371 10373 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291570761 9855979520 28166 33554432000 1073741824 1073778376 140733973639712 139986468841744 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10373/tid=10388] ppid=10371 vsize=9624980 CPUtime=0.68 cores=0,2,4,6
/proc/10373/task/10388/stat : 10388 (java) S 10371 10373 6647 0 -1 4202560 6315 0 0 0 66 2 0 0 20 0 19 0 291570761 9855979520 28166 33554432000 1073741824 1073778376 140733973639712 139986467789624 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10373/tid=10389] ppid=10371 vsize=9624980 CPUtime=0.76 cores=0,2,4,6
/proc/10373/task/10389/stat : 10389 (java) S 10371 10373 6647 0 -1 4202560 6082 0 0 0 76 0 0 0 20 0 19 0 291570761 9855979520 28166 33554432000 1073741824 1073778376 140733973639712 139986466737080 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10373/tid=10390] ppid=10371 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10373/task/10390/stat : 10390 (java) S 10371 10373 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291570761 9855979520 28166 33554432000 1073741824 1073778376 140733973639712 139986465684216 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10373/tid=10391] ppid=10371 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10373/task/10391/stat : 10391 (java) S 10371 10373 6647 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291570761 9855979520 28166 33554432000 1073741824 1073778376 140733973639712 139986464631880 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10373/tid=10392] ppid=10371 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10373/task/10392/stat : 10392 (java) S 10371 10373 6647 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291570792 9855979520 28166 33554432000 1073741824 1073778376 140733973639712 139986463577128 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 48.39
Current children cumulated vsize (KiB) 9624980

Child status: 30
Real time (s): 46.675
CPU time (s): 48.4186
CPU user time (s): 48.2557
CPU system time (s): 0.162975
CPU usage (%): 103.736
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 48.2557
system time used= 0.162975
maximum resident set size= 112720
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16335
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3062
involuntary context switches= 2514

runsolver used 0.087986 second user time and 0.264959 second system time

The end

Launcher Data

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

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

MD5SUM BENCH= 5b6bb33016643c054f0ad34369984077
RANDOM SEED=813582742

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:        30861288 kB
Buffers:          231072 kB
Cached:           401920 kB
SwapCached:          220 kB
Active:          1112768 kB
Inactive:          27936 kB
Active(anon):     497428 kB
Inactive(anon):    12056 kB
Active(file):     615340 kB
Inactive(file):    15880 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67108636 kB
Dirty:               440 kB
Writeback:             0 kB
AnonPages:        616500 kB
Mapped:            18316 kB
Shmem:               172 kB
Slab:             728784 kB
SReclaimable:     171112 kB
SUnreclaim:       557672 kB
KernelStack:        1768 kB
PageTables:         5092 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     670464 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    581632 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:51