Trace number 3718408

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 36.6804 35.0543

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.05/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.09	c See www.sat4j.org for details.
0.05/0.09	c version 2.3.2.v20120528
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		501472288
0.05/0.09	c Max memory 		7480803328
0.05/0.09	c Total memory 		504102912
0.05/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-3718408-1338254309.wbo
0.09/0.12	c reading problem ... 
0.48/0.32	c ... done. Wall clock time 0.205s.
0.48/0.32	c declared #vars     231
0.48/0.32	c internal #vars     2938
0.48/0.32	c #constraints  2707
0.48/0.32	c constraints type 
0.48/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.48/0.32	c ignored satisfied constraints => 1
0.48/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.48/0.32	c 2708 constraints processed.
0.48/0.32	c objective function length is 2707 literals
1.08/0.50	c SATISFIABLE
1.08/0.50	c OPTIMIZING...
1.08/0.50	c Got one! Elapsed wall clock time (in seconds):0.386
1.08/0.50	o 435
1.08/0.57	c Got one! Elapsed wall clock time (in seconds):0.451
1.08/0.57	o 430
1.08/0.59	c Got one! Elapsed wall clock time (in seconds):0.473
1.08/0.59	o 372
1.38/0.61	c Got one! Elapsed wall clock time (in seconds):0.496
1.38/0.61	o 340
1.38/0.63	c Got one! Elapsed wall clock time (in seconds):0.517
1.38/0.63	o 329
1.38/0.66	c Got one! Elapsed wall clock time (in seconds):0.548
1.38/0.66	o 306
1.38/0.67	c Got one! Elapsed wall clock time (in seconds):0.558
1.38/0.67	o 260
1.38/0.69	c Got one! Elapsed wall clock time (in seconds):0.575
1.38/0.69	o 248
1.66/0.78	c Got one! Elapsed wall clock time (in seconds):0.668
1.66/0.78	o 241
1.76/0.80	c Got one! Elapsed wall clock time (in seconds):0.688
1.76/0.80	o 235
1.76/0.83	c Got one! Elapsed wall clock time (in seconds):0.71
1.76/0.83	o 225
1.76/0.86	c Got one! Elapsed wall clock time (in seconds):0.743
1.76/0.86	o 211
1.76/0.88	c Got one! Elapsed wall clock time (in seconds):0.765
1.76/0.88	o 192
1.87/0.90	c Got one! Elapsed wall clock time (in seconds):0.786
1.87/0.90	o 189
1.87/0.92	c Got one! Elapsed wall clock time (in seconds):0.801
1.87/0.92	o 139
1.87/0.94	c Got one! Elapsed wall clock time (in seconds):0.828
1.87/0.94	o 136
1.87/0.99	c Got one! Elapsed wall clock time (in seconds):0.873
1.87/0.99	o 133
1.97/1.04	c Got one! Elapsed wall clock time (in seconds):0.926
1.97/1.04	o 128
1.97/1.06	c Got one! Elapsed wall clock time (in seconds):0.944
1.97/1.06	o 122
1.97/1.07	c Got one! Elapsed wall clock time (in seconds):0.958
1.97/1.07	o 118
2.17/1.26	c Got one! Elapsed wall clock time (in seconds):1.146
2.17/1.26	o 115
2.27/1.32	c Got one! Elapsed wall clock time (in seconds):1.202
2.27/1.32	o 109
2.38/1.42	c Got one! Elapsed wall clock time (in seconds):1.309
2.38/1.42	o 107
2.49/1.52	c Got one! Elapsed wall clock time (in seconds):1.405
2.49/1.52	o 94
2.69/1.77	c Got one! Elapsed wall clock time (in seconds):1.65
2.69/1.77	o 93
2.92/1.92	c Got one! Elapsed wall clock time (in seconds):1.805
2.92/1.92	o 91
3.02/2.00	c Got one! Elapsed wall clock time (in seconds):1.887
3.02/2.00	o 87
3.24/2.23	c cleaning 6885 clauses out of 13769 with flag 13214/13769
3.38/2.31	c Got one! Elapsed wall clock time (in seconds):2.194
3.38/2.31	o 82
3.38/2.34	c Got one! Elapsed wall clock time (in seconds):2.222
3.38/2.34	o 80
3.48/2.48	c Got one! Elapsed wall clock time (in seconds):2.363
3.48/2.48	o 79
3.58/2.56	c Got one! Elapsed wall clock time (in seconds):2.448
3.58/2.56	o 72
3.68/2.69	c Got one! Elapsed wall clock time (in seconds):2.575
3.68/2.69	o 71
3.88/2.88	c Got one! Elapsed wall clock time (in seconds):2.76
3.88/2.88	o 52
3.88/2.89	c Got one! Elapsed wall clock time (in seconds):2.777
3.88/2.89	o 48
4.08/3.03	c Got one! Elapsed wall clock time (in seconds):2.911
4.08/3.03	o 44
4.18/3.17	c cleaning 7984 clauses out of 15968 with flag 6533/22853
4.66/3.52	c Got one! Elapsed wall clock time (in seconds):3.407
4.66/3.52	o 43
4.76/3.66	c cleaning 6562 clauses out of 13135 with flag 21347/28004
4.89/3.73	c Got one! Elapsed wall clock time (in seconds):3.617
4.89/3.73	o 35
5.25/4.01	c Got one! Elapsed wall clock time (in seconds):3.895
5.25/4.01	o 34
5.25/4.05	c Got one! Elapsed wall clock time (in seconds):3.934
5.25/4.05	o 33
5.25/4.09	c Got one! Elapsed wall clock time (in seconds):3.978
5.25/4.09	o 29
5.35/4.19	c cleaning 6653 clauses out of 13314 with flag 9294/34745
5.60/4.36	c Got one! Elapsed wall clock time (in seconds):4.241
5.60/4.36	o 28
5.80/4.54	c Got one! Elapsed wall clock time (in seconds):4.423
5.80/4.54	o 23
5.90/4.68	c cleaning 6272 clauses out of 12545 with flag 16482/40629
6.14/4.82	c Got one! Elapsed wall clock time (in seconds):4.709
6.14/4.82	o 21
6.24/4.90	c Got one! Elapsed wall clock time (in seconds):4.785
6.24/4.90	o 18
6.45/5.10	c cleaning 6100 clauses out of 12209 with flag 33485/46565
6.55/5.27	c Got one! Elapsed wall clock time (in seconds):5.15
6.55/5.27	o 15
6.76/5.41	c Got one! Elapsed wall clock time (in seconds):5.29
6.76/5.41	o 14
6.76/5.48	c cleaning 5908 clauses out of 11832 with flag 11810/52288
7.26/5.91	c cleaning 5960 clauses out of 11924 with flag 49835/58288
7.37/6.08	c Got one! Elapsed wall clock time (in seconds):5.966
7.37/6.08	o 13
7.57/6.26	c cleaning 5574 clauses out of 11170 with flag 18662/63494
7.87/6.57	c Got one! Elapsed wall clock time (in seconds):6.458
7.87/6.57	o 12
7.97/6.64	c cleaning 5700 clauses out of 11416 with flag 11148/69314
8.37/7.03	c cleaning 5851 clauses out of 11715 with flag 75556/75313
8.78/7.48	c Got one! Elapsed wall clock time (in seconds):7.362
8.78/7.48	o 9
9.09/7.78	c cleaning 8865 clauses out of 17740 with flag 34272/87189
9.19/7.86	c Got one! Elapsed wall clock time (in seconds):7.742
9.19/7.86	o 7
9.49/8.19	c cleaning 7210 clauses out of 14434 with flag 55812/92748
9.90/8.59	c cleaning 6597 clauses out of 13223 with flag 99708/98747
10.41/9.03	c cleaning 6807 clauses out of 13626 with flag 152367/105747
10.91/9.51	c cleaning 7405 clauses out of 14821 with flag 211629/113749
11.51/10.14	c cleaning 8202 clauses out of 16415 with flag 282021/122748
11.81/10.40	c Got one! Elapsed wall clock time (in seconds):10.287
11.81/10.40	o 6
11.81/10.48	c cleaning 6711 clauses out of 13441 with flag 11143/127976
12.23/10.83	c cleaning 6356 clauses out of 12731 with flag 62201/133977
12.63/11.20	c cleaning 6680 clauses out of 13376 with flag 109780/140978
12.86/11.41	c Got one! Elapsed wall clock time (in seconds):11.295
12.86/11.41	o 5
12.96/11.55	c cleaning 5982 clauses out of 11976 with flag 22306/146258
13.36/11.93	c cleaning 5989 clauses out of 11993 with flag 82121/152257
13.66/12.29	c cleaning 6500 clauses out of 13006 with flag 126228/159259
14.16/12.72	c cleaning 7249 clauses out of 14505 with flag 180062/167258
14.36/12.94	c Got one! Elapsed wall clock time (in seconds):12.822
14.36/12.94	o 4
14.46/13.08	c cleaning 6613 clauses out of 13241 with flag 18373/173243
14.86/13.47	c cleaning 6302 clauses out of 12629 with flag 63939/179244
15.26/13.86	c cleaning 6656 clauses out of 13328 with flag 109497/186245
15.67/14.29	c cleaning 7333 clauses out of 14670 with flag 160789/194243
16.17/14.77	c Got one! Elapsed wall clock time (in seconds):14.659
16.17/14.77	o 3
16.57/15.17	c cleaning 10330 clauses out of 20672 with flag 49375/207578
16.98/15.53	c cleaning 8168 clauses out of 16341 with flag 92909/213577
17.39/15.91	c cleaning 7574 clauses out of 15174 with flag 138437/220578
17.69/16.28	c Got one! Elapsed wall clock time (in seconds):16.16
17.69/16.28	o 2
18.09/16.65	c cleaning 10000 clauses out of 20020 with flag 44855/232998
18.51/17.03	c cleaning 7990 clauses out of 16019 with flag 89350/238997
18.92/17.47	c cleaning 7501 clauses out of 15030 with flag 140018/245998
19.43/17.98	c cleaning 7737 clauses out of 15528 with flag 200868/253997
20.03/18.57	c cleaning 8388 clauses out of 16791 with flag 267120/262997
20.53/19.01	c Got one! Elapsed wall clock time (in seconds):18.891
20.53/19.01	o 1
20.94/19.43	c cleaning 10537 clauses out of 21085 with flag 47366/275680
21.35/19.82	c cleaning 8265 clauses out of 16549 with flag 91770/281681
21.85/20.35	c cleaning 7634 clauses out of 15283 with flag 147672/288680
22.35/20.86	c cleaning 7811 clauses out of 15651 with flag 205585/296682
22.95/21.45	c cleaning 8409 clauses out of 16838 with flag 265672/305680
23.67/22.14	c cleaning 9212 clauses out of 18429 with flag 335853/315680
24.38/22.88	c cleaning 10102 clauses out of 20217 with flag 415453/326680
25.28/23.76	c cleaning 11040 clauses out of 22115 with flag 509037/338680
26.20/24.68	c cleaning 12025 clauses out of 24075 with flag 604893/351680
27.10/25.50	c cleaning 13017 clauses out of 26048 with flag 689301/365680
28.01/26.43	c cleaning 14009 clauses out of 28033 with flag 783734/380682
29.01/27.50	c cleaning 15004 clauses out of 30022 with flag 881428/396680
30.24/28.63	c cleaning 16005 clauses out of 32018 with flag 997021/413681
31.63/30.03	c cleaning 17000 clauses out of 34011 with flag 1127302/431680
33.13/31.56	c cleaning 17994 clauses out of 36013 with flag 1272913/450682
34.74/33.19	c cleaning 19005 clauses out of 38017 with flag 1412943/470680
36.44/34.81	c cleaning 20001 clauses out of 40006 with flag 1551621/491680
36.65/35.05	c starts		: 204
36.65/35.05	c conflicts		: 494323
36.65/35.05	c decisions		: 812931
36.65/35.05	c propagations		: 29450970
36.65/35.05	c inspects		: 380694972
36.65/35.05	c shortcuts		: 0
36.65/35.05	c learnt literals	: 19
36.65/35.05	c learnt binary clauses	: 43
36.65/35.05	c learnt ternary clauses	: 208
36.65/35.05	c learnt constraints	: 494303
36.65/35.05	c ignored constraints	: 0
36.65/35.05	c root simplifications	: 0
36.65/35.05	c removed literals (reason simplification)	: 0
36.65/35.05	c reason swapping (by a shorter reason)	: 0
36.65/35.05	c Calls to reduceDB	: 53
36.65/35.05	c Number of update (reduction) of LBD	: 171154
36.65/35.05	c number of reductions to clauses (during analyze)	: 0
36.65/35.05	c number of learned constraints concerned by reduction	: 0
36.65/35.05	c number of learning phase by resolution	: 0
36.65/35.05	c number of learning phase by cutting planes	: 0
36.65/35.05	c speed (assignments/second)	: 849171.6164004382
36.65/35.05	c non guided choices	6586
36.65/35.05	c learnt constraints type 
36.65/35.05	c constraints type 
36.65/35.05	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
36.65/35.05	c ignored satisfied constraints => 1
36.65/35.05	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
36.65/35.05	c 2708 constraints processed.
36.65/35.05	s OPTIMUM FOUND
36.65/35.05	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 
36.65/35.05	c objective function=1
36.65/35.05	c Total wall clock time (in seconds): 34.931

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-3718408-1338254309/watcher-3718408-1338254309 -o /tmp/evaluation-result-3718408-1338254309/solver-3718408-1338254309 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3718408-1338254309.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.05 2.01 2.00 3/195 9284
/proc/meminfo: memFree=31189436/32873844 swapFree=6608/6608
[pid=9284] ppid=9282 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/9284/stat : 9284 (java) R 9282 9284 6458 0 -1 4202496 215 0 0 0 0 0 0 0 20 0 1 0 291555792 9515008 151 33554432000 1073741824 1073778376 140734335331888 140734335329016 213419309827 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9284/statm: 2323 158 116 9 0 71 0

[startup+0.0796369 s]
/proc/loadavg: 2.05 2.01 2.00 3/195 9284
/proc/meminfo: memFree=31189436/32873844 swapFree=6608/6608
[pid=9284] ppid=9282 vsize=9558416 CPUtime=0.05 cores=1,3,5,7
/proc/9284/stat : 9284 (java) S 9282 9284 6458 0 -1 4202496 3297 0 1 0 4 1 0 0 20 0 18 0 291555792 9787817984 4505 33554432000 1073741824 1073778376 140735451980320 140735451971456 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9284/statm: 2389604 4507 1772 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558416

[startup+0.100312 s]
/proc/loadavg: 2.05 2.01 2.00 3/195 9284
/proc/meminfo: memFree=31189436/32873844 swapFree=6608/6608
[pid=9284] ppid=9282 vsize=9558416 CPUtime=0.09 cores=1,3,5,7
/proc/9284/stat : 9284 (java) S 9282 9284 6458 0 -1 4202496 4254 0 1 0 8 1 0 0 20 0 18 0 291555792 9787817984 5452 33554432000 1073741824 1073778376 140735451980320 140735451971456 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9284/statm: 2389604 5452 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558416

[startup+0.300299 s]
/proc/loadavg: 2.05 2.01 2.00 3/195 9284
/proc/meminfo: memFree=31189436/32873844 swapFree=6608/6608
[pid=9284] ppid=9282 vsize=9558416 CPUtime=0.48 cores=1,3,5,7
/proc/9284/stat : 9284 (java) S 9282 9284 6458 0 -1 4202496 6558 0 1 0 46 2 0 0 20 0 18 0 291555792 9787817984 8865 33554432000 1073741824 1073778376 140735451980320 140735451971456 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9284/statm: 2389604 8865 2221 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558416

[startup+0.70031 s]
/proc/loadavg: 2.05 2.01 2.00 3/195 9284
/proc/meminfo: memFree=31189436/32873844 swapFree=6608/6608
[pid=9284] ppid=9282 vsize=9624980 CPUtime=1.66 cores=1,3,5,7
/proc/9284/stat : 9284 (java) S 9282 9284 6458 0 -1 4202496 12528 0 1 0 163 3 0 0 20 0 19 0 291555792 9855979520 13182 33554432000 1073741824 1073778376 140735451980320 140735451971456 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9284/statm: 2406245 13182 2257 9 0 2396937 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 9624980

[startup+1.50079 s]
/proc/loadavg: 2.05 2.01 2.00 3/214 9303
/proc/meminfo: memFree=31132928/32873844 swapFree=6608/6608
[pid=9284] ppid=9282 vsize=9624980 CPUtime=2.49 cores=1,3,5,7
/proc/9284/stat : 9284 (java) S 9282 9284 6458 0 -1 4202496 12542 0 1 0 246 3 0 0 20 0 19 0 291555792 9855979520 18305 33554432000 1073741824 1073778376 140735451980320 140735451971456 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9284/statm: 2406245 18305 2259 9 0 2396937 0
[pid=9284/tid=9286] ppid=9282 vsize=9624980 CPUtime=1.46 cores=1,3,5,7
/proc/9284/task/9286/stat : 9286 (java) R 9282 9284 6458 0 -1 4202560 2479 0 1 0 145 1 0 0 20 0 19 0 291555793 9855979520 18305 33554432000 1073741824 1073778376 140735451980320 140340615004856 140340487536572 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9284/tid=9287] ppid=9282 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9287/stat : 9287 (java) S 9282 9284 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291555795 9855979520 18305 33554432000 1073741824 1073778376 140735451980320 140340458588712 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9284/tid=9288] ppid=9282 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9288/stat : 9288 (java) S 9282 9284 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291555795 9855979520 18305 33554432000 1073741824 1073778376 140735451980320 140340457535912 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9284/tid=9289] ppid=9282 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9289/stat : 9289 (java) S 9282 9284 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291555795 9855979520 18305 33554432000 1073741824 1073778376 140735451980320 140340456483112 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9284/tid=9290] ppid=9282 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9290/stat : 9290 (java) S 9282 9284 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291555795 9855979520 18305 33554432000 1073741824 1073778376 140735451980320 140340455430312 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9284/tid=9291] ppid=9282 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9291/stat : 9291 (java) S 9282 9284 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291555795 9855979520 18305 33554432000 1073741824 1073778376 140735451980320 140340454378536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9284/tid=9292] ppid=9282 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9292/stat : 9292 (java) S 9282 9284 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291555795 9855979520 18305 33554432000 1073741824 1073778376 140735451980320 140340453325736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9284/tid=9293] ppid=9282 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9293/stat : 9293 (java) S 9282 9284 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291555795 9855979520 18305 33554432000 1073741824 1073778376 140735451980320 140340452272936 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9284/tid=9294] ppid=9282 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9294/stat : 9294 (java) S 9282 9284 6458 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291555795 9855979520 18305 33554432000 1073741824 1073778376 140735451980320 140340451220136 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9284/tid=9295] ppid=9282 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9295/stat : 9295 (java) S 9282 9284 6458 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291555796 9855979520 18305 33554432000 1073741824 1073778376 140735451980320 140340439022056 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9284/tid=9296] ppid=9282 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9296/stat : 9296 (java) S 9282 9284 6458 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 291555796 9855979520 18305 33554432000 1073741824 1073778376 140735451980320 140340437968120 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9284/tid=9297] ppid=9282 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9297/stat : 9297 (java) S 9282 9284 6458 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291555796 9855979520 18305 33554432000 1073741824 1073778376 140735451980320 140340436915208 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9284/tid=9298] ppid=9282 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9298/stat : 9298 (java) S 9282 9284 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291555799 9855979520 18305 33554432000 1073741824 1073778376 140735451980320 140340435863696 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9284/tid=9299] ppid=9282 vsize=9624980 CPUtime=0.51 cores=1,3,5,7
/proc/9284/task/9299/stat : 9299 (java) S 9282 9284 6458 0 -1 4202560 4922 0 0 0 51 0 0 0 20 0 19 0 291555799 9855979520 18305 33554432000 1073741824 1073778376 140735451980320 140340434811832 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9284/tid=9300] ppid=9282 vsize=9624980 CPUtime=0.48 cores=1,3,5,7
/proc/9284/task/9300/stat : 9300 (java) S 9282 9284 6458 0 -1 4202560 3941 0 0 0 48 0 0 0 20 0 19 0 291555799 9855979520 18305 33554432000 1073741824 1073778376 140735451980320 140340433759032 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9284/tid=9301] ppid=9282 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9301/stat : 9301 (java) S 9282 9284 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291555799 9855979520 18305 33554432000 1073741824 1073778376 140735451980320 140340432706424 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9284/tid=9302] ppid=9282 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9302/stat : 9302 (java) S 9282 9284 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291555799 9855979520 18305 33554432000 1073741824 1073778376 140735451980320 140340431653832 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9284/tid=9303] ppid=9282 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9303/stat : 9303 (java) S 9282 9284 6458 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291555829 9855979520 18305 33554432000 1073741824 1073778376 140735451980320 140340430599336 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.49
Current children cumulated vsize (KiB) 9624980

[startup+3.10066 s]
/proc/loadavg: 2.05 2.01 2.00 3/214 9303
/proc/meminfo: memFree=31118096/32873844 swapFree=6608/6608
[pid=9284] ppid=9282 vsize=9624980 CPUtime=4.18 cores=1,3,5,7
/proc/9284/stat : 9284 (java) S 9282 9284 6458 0 -1 4202496 12710 0 1 0 414 4 0 0 20 0 19 0 291555792 9855979520 23469 33554432000 1073741824 1073778376 140735451980320 140735451971456 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9284/statm: 2406245 23469 2285 9 0 2396937 0
[pid=9284/tid=9286] ppid=9282 vsize=9624980 CPUtime=3.03 cores=1,3,5,7
/proc/9284/task/9286/stat : 9286 (java) R 9282 9284 6458 0 -1 4202560 2486 0 1 0 302 1 0 0 20 0 19 0 291555793 9855979520 23469 33554432000 1073741824 1073778376 140735451980320 140340614996416 140340487673863 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9284/tid=9287] ppid=9282 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9287/stat : 9287 (java) S 9282 9284 6458 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291555795 9855979520 23469 33554432000 1073741824 1073778376 140735451980320 140340458588712 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9284/tid=9288] ppid=9282 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9288/stat : 9288 (java) S 9282 9284 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291555795 9855979520 23469 33554432000 1073741824 1073778376 140735451980320 140340457535912 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9284/tid=9289] ppid=9282 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9289/stat : 9289 (java) S 9282 9284 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291555795 9855979520 23469 33554432000 1073741824 1073778376 140735451980320 140340456483112 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9284/tid=9290] ppid=9282 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9290/stat : 9290 (java) S 9282 9284 6458 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291555795 9855979520 23469 33554432000 1073741824 1073778376 140735451980320 140340455430312 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9284/tid=9291] ppid=9282 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9291/stat : 9291 (java) S 9282 9284 6458 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291555795 9855979520 23469 33554432000 1073741824 1073778376 140735451980320 140340454378536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9284/tid=9292] ppid=9282 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9292/stat : 9292 (java) S 9282 9284 6458 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291555795 9855979520 23469 33554432000 1073741824 1073778376 140735451980320 140340453325736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9284/tid=9293] ppid=9282 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9293/stat : 9293 (java) S 9282 9284 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291555795 9855979520 23469 33554432000 1073741824 1073778376 140735451980320 140340452272936 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9284/tid=9294] ppid=9282 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9294/stat : 9294 (java) S 9282 9284 6458 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291555795 9855979520 23469 33554432000 1073741824 1073778376 140735451980320 140340451220136 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9284/tid=9295] ppid=9282 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9295/stat : 9295 (java) S 9282 9284 6458 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 19 0 291555796 9855979520 23469 33554432000 1073741824 1073778376 140735451980320 140340439022056 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9284/tid=9296] ppid=9282 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9296/stat : 9296 (java) S 9282 9284 6458 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291555796 9855979520 23469 33554432000 1073741824 1073778376 140735451980320 140340437968120 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9284/tid=9297] ppid=9282 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9297/stat : 9297 (java) S 9282 9284 6458 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291555796 9855979520 23469 33554432000 1073741824 1073778376 140735451980320 140340436915208 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9284/tid=9298] ppid=9282 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9298/stat : 9298 (java) S 9282 9284 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291555799 9855979520 23469 33554432000 1073741824 1073778376 140735451980320 140340435863696 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9284/tid=9299] ppid=9282 vsize=9624980 CPUtime=0.54 cores=1,3,5,7
/proc/9284/task/9299/stat : 9299 (java) S 9282 9284 6458 0 -1 4202560 4926 0 0 0 54 0 0 0 20 0 19 0 291555799 9855979520 23469 33554432000 1073741824 1073778376 140735451980320 140340434811832 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9284/tid=9300] ppid=9282 vsize=9624980 CPUtime=0.53 cores=1,3,5,7
/proc/9284/task/9300/stat : 9300 (java) S 9282 9284 6458 0 -1 4202560 4045 0 0 0 53 0 0 0 20 0 19 0 291555799 9855979520 23469 33554432000 1073741824 1073778376 140735451980320 140340433759032 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9284/tid=9301] ppid=9282 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9301/stat : 9301 (java) S 9282 9284 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291555799 9855979520 23469 33554432000 1073741824 1073778376 140735451980320 140340432706424 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9284/tid=9302] ppid=9282 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9302/stat : 9302 (java) S 9282 9284 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291555799 9855979520 23469 33554432000 1073741824 1073778376 140735451980320 140340431653832 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9284/tid=9303] ppid=9282 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9303/stat : 9303 (java) S 9282 9284 6458 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291555829 9855979520 23469 33554432000 1073741824 1073778376 140735451980320 140340430599336 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.18
Current children cumulated vsize (KiB) 9624980

[startup+6.30061 s]
/proc/loadavg: 2.04 2.01 2.00 3/214 9303
/proc/meminfo: memFree=31096188/32873844 swapFree=6608/6608
[pid=9284] ppid=9282 vsize=9624980 CPUtime=7.67 cores=1,3,5,7
/proc/9284/stat : 9284 (java) S 9282 9284 6458 0 -1 4202496 14143 0 1 0 763 4 0 0 20 0 19 0 291555792 9855979520 25033 33554432000 1073741824 1073778376 140735451980320 140735451971456 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9284/statm: 2406245 25033 2285 9 0 2396937 0
[pid=9284/tid=9286] ppid=9282 vsize=9624980 CPUtime=5.96 cores=1,3,5,7
/proc/9284/task/9286/stat : 9286 (java) R 9282 9284 6458 0 -1 4202560 2492 0 1 0 595 1 0 0 20 0 19 0 291555793 9855979520 25033 33554432000 1073741824 1073778376 140735451980320 140340615004632 140340487836198 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9284/tid=9287] ppid=9282 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9287/stat : 9287 (java) S 9282 9284 6458 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291555795 9855979520 25033 33554432000 1073741824 1073778376 140735451980320 140340458588712 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9284/tid=9288] ppid=9282 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9288/stat : 9288 (java) S 9282 9284 6458 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291555795 9855979520 25033 33554432000 1073741824 1073778376 140735451980320 140340457535912 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9284/tid=9289] ppid=9282 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9289/stat : 9289 (java) S 9282 9284 6458 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291555795 9855979520 25033 33554432000 1073741824 1073778376 140735451980320 140340456483112 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9284/tid=9290] ppid=9282 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9290/stat : 9290 (java) S 9282 9284 6458 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 291555795 9855979520 25033 33554432000 1073741824 1073778376 140735451980320 140340455430312 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9284/tid=9291] ppid=9282 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9291/stat : 9291 (java) S 9282 9284 6458 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291555795 9855979520 25033 33554432000 1073741824 1073778376 140735451980320 140340454378536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9284/tid=9292] ppid=9282 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9292/stat : 9292 (java) S 9282 9284 6458 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291555795 9855979520 25033 33554432000 1073741824 1073778376 140735451980320 140340453325736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9284/tid=9293] ppid=9282 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9293/stat : 9293 (java) S 9282 9284 6458 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291555795 9855979520 25033 33554432000 1073741824 1073778376 140735451980320 140340452272936 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9284/tid=9294] ppid=9282 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9294/stat : 9294 (java) S 9282 9284 6458 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291555795 9855979520 25033 33554432000 1073741824 1073778376 140735451980320 140340451220136 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9284/tid=9295] ppid=9282 vsize=9624980 CPUtime=0.24 cores=1,3,5,7
/proc/9284/task/9295/stat : 9295 (java) S 9282 9284 6458 0 -1 4202560 34 0 0 0 24 0 0 0 20 0 19 0 291555796 9855979520 25033 33554432000 1073741824 1073778376 140735451980320 140340439022056 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9284/tid=9296] ppid=9282 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9296/stat : 9296 (java) S 9282 9284 6458 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291555796 9855979520 25033 33554432000 1073741824 1073778376 140735451980320 140340437968120 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9284/tid=9297] ppid=9282 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9297/stat : 9297 (java) S 9282 9284 6458 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291555796 9855979520 25033 33554432000 1073741824 1073778376 140735451980320 140340436915208 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9284/tid=9298] ppid=9282 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9298/stat : 9298 (java) S 9282 9284 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291555799 9855979520 25033 33554432000 1073741824 1073778376 140735451980320 140340435863696 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9284/tid=9299] ppid=9282 vsize=9624980 CPUtime=0.68 cores=1,3,5,7
/proc/9284/task/9299/stat : 9299 (java) S 9282 9284 6458 0 -1 4202560 4946 0 0 0 68 0 0 0 20 0 19 0 291555799 9855979520 25033 33554432000 1073741824 1073778376 140735451980320 140340434811832 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9284/tid=9300] ppid=9282 vsize=9624980 CPUtime=0.65 cores=1,3,5,7
/proc/9284/task/9300/stat : 9300 (java) S 9282 9284 6458 0 -1 4202560 5429 0 0 0 65 0 0 0 20 0 19 0 291555799 9855979520 25033 33554432000 1073741824 1073778376 140735451980320 140340433759032 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9284/tid=9301] ppid=9282 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9301/stat : 9301 (java) S 9282 9284 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291555799 9855979520 25033 33554432000 1073741824 1073778376 140735451980320 140340432706424 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9284/tid=9302] ppid=9282 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9302/stat : 9302 (java) S 9282 9284 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291555799 9855979520 25033 33554432000 1073741824 1073778376 140735451980320 140340431653832 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9284/tid=9303] ppid=9282 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9303/stat : 9303 (java) S 9282 9284 6458 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291555829 9855979520 25033 33554432000 1073741824 1073778376 140735451980320 140340430599336 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.67
Current children cumulated vsize (KiB) 9624980

[startup+12.7006 s]

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

/proc/9284/task/9287/stat : 9287 (java) S 9282 9284 6458 0 -1 4202560 31 0 0 0 6 0 0 0 20 0 19 0 291555795 9855979520 26101 33554432000 1073741824 1073778376 140735451980320 140340458588712 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9284/tid=9288] ppid=9282 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/9284/task/9288/stat : 9288 (java) S 9282 9284 6458 0 -1 4202560 10 0 0 0 4 0 0 0 20 0 19 0 291555795 9855979520 26101 33554432000 1073741824 1073778376 140735451980320 140340457535912 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9284/tid=9289] ppid=9282 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/9284/task/9289/stat : 9289 (java) S 9282 9284 6458 0 -1 4202560 6 0 0 0 4 0 0 0 20 0 19 0 291555795 9855979520 26101 33554432000 1073741824 1073778376 140735451980320 140340456483112 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9284/tid=9290] ppid=9282 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/9284/task/9290/stat : 9290 (java) S 9282 9284 6458 0 -1 4202560 18 0 0 0 6 0 0 0 20 0 19 0 291555795 9855979520 26101 33554432000 1073741824 1073778376 140735451980320 140340455430312 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9284/tid=9291] ppid=9282 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/9284/task/9291/stat : 9291 (java) S 9282 9284 6458 0 -1 4202560 11 0 0 0 4 0 0 0 20 0 19 0 291555795 9855979520 26101 33554432000 1073741824 1073778376 140735451980320 140340454378536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9284/tid=9292] ppid=9282 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/9284/task/9292/stat : 9292 (java) S 9282 9284 6458 0 -1 4202560 9 0 0 0 4 0 0 0 20 0 19 0 291555795 9855979520 26101 33554432000 1073741824 1073778376 140735451980320 140340453325736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9284/tid=9293] ppid=9282 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/9284/task/9293/stat : 9293 (java) S 9282 9284 6458 0 -1 4202560 8 0 0 0 3 0 0 0 20 0 19 0 291555795 9855979520 26101 33554432000 1073741824 1073778376 140735451980320 140340452272936 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9284/tid=9294] ppid=9282 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/9284/task/9294/stat : 9294 (java) S 9282 9284 6458 0 -1 4202560 12 0 0 0 5 0 0 0 20 0 19 0 291555795 9855979520 26101 33554432000 1073741824 1073778376 140735451980320 140340451220136 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9284/tid=9295] ppid=9282 vsize=9624980 CPUtime=1.82 cores=1,3,5,7
/proc/9284/task/9295/stat : 9295 (java) S 9282 9284 6458 0 -1 4202560 37 0 0 0 182 0 0 0 20 0 19 0 291555796 9855979520 26101 33554432000 1073741824 1073778376 140735451980320 140340439022056 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9284/tid=9296] ppid=9282 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9296/stat : 9296 (java) S 9282 9284 6458 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291555796 9855979520 26101 33554432000 1073741824 1073778376 140735451980320 140340437968120 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9284/tid=9297] ppid=9282 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9297/stat : 9297 (java) S 9282 9284 6458 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291555796 9855979520 26101 33554432000 1073741824 1073778376 140735451980320 140340436915208 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9284/tid=9298] ppid=9282 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9298/stat : 9298 (java) S 9282 9284 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291555799 9855979520 26101 33554432000 1073741824 1073778376 140735451980320 140340435863696 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9284/tid=9299] ppid=9282 vsize=9624980 CPUtime=0.71 cores=1,3,5,7
/proc/9284/task/9299/stat : 9299 (java) S 9282 9284 6458 0 -1 4202560 4947 0 0 0 71 0 0 0 20 0 19 0 291555799 9855979520 26101 33554432000 1073741824 1073778376 140735451980320 140340434811832 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9284/tid=9300] ppid=9282 vsize=9624980 CPUtime=0.65 cores=1,3,5,7
/proc/9284/task/9300/stat : 9300 (java) S 9282 9284 6458 0 -1 4202560 5429 0 0 0 65 0 0 0 20 0 19 0 291555799 9855979520 26101 33554432000 1073741824 1073778376 140735451980320 140340433759032 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9284/tid=9301] ppid=9282 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9301/stat : 9301 (java) S 9282 9284 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291555799 9855979520 26101 33554432000 1073741824 1073778376 140735451980320 140340432706424 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9284/tid=9302] ppid=9282 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9302/stat : 9302 (java) S 9282 9284 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291555799 9855979520 26101 33554432000 1073741824 1073778376 140735451980320 140340431653832 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9284/tid=9303] ppid=9282 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9303/stat : 9303 (java) S 9282 9284 6458 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291555829 9855979520 26101 33554432000 1073741824 1073778376 140735451980320 140340430599336 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 35.94
Current children cumulated vsize (KiB) 9624980

[startup+34.7007 s]
/proc/loadavg: 2.03 2.01 2.00 3/214 9303
/proc/meminfo: memFree=31086784/32873844 swapFree=6608/6608
[pid=9284] ppid=9282 vsize=9624980 CPUtime=36.34 cores=1,3,5,7
/proc/9284/stat : 9284 (java) S 9282 9284 6458 0 -1 4202496 14241 0 1 0 3628 6 0 0 20 0 19 0 291555792 9855979520 26101 33554432000 1073741824 1073778376 140735451980320 140735451971456 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9284/statm: 2406245 26101 2286 9 0 2396937 0
[pid=9284/tid=9286] ppid=9282 vsize=9624980 CPUtime=32.55 cores=1,3,5,7
/proc/9284/task/9286/stat : 9286 (java) R 9282 9284 6458 0 -1 4202560 2536 0 1 0 3254 1 0 0 20 0 19 0 291555793 9855979520 26101 33554432000 1073741824 1073778376 140735451980320 140340615002720 140340487555913 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9284/tid=9287] ppid=9282 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/9284/task/9287/stat : 9287 (java) S 9282 9284 6458 0 -1 4202560 31 0 0 0 6 0 0 0 20 0 19 0 291555795 9855979520 26101 33554432000 1073741824 1073778376 140735451980320 140340458588712 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9284/tid=9288] ppid=9282 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/9284/task/9288/stat : 9288 (java) S 9282 9284 6458 0 -1 4202560 10 0 0 0 4 0 0 0 20 0 19 0 291555795 9855979520 26101 33554432000 1073741824 1073778376 140735451980320 140340457535912 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9284/tid=9289] ppid=9282 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/9284/task/9289/stat : 9289 (java) S 9282 9284 6458 0 -1 4202560 6 0 0 0 4 0 0 0 20 0 19 0 291555795 9855979520 26101 33554432000 1073741824 1073778376 140735451980320 140340456483112 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9284/tid=9290] ppid=9282 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/9284/task/9290/stat : 9290 (java) S 9282 9284 6458 0 -1 4202560 18 0 0 0 6 0 0 0 20 0 19 0 291555795 9855979520 26101 33554432000 1073741824 1073778376 140735451980320 140340455430312 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9284/tid=9291] ppid=9282 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/9284/task/9291/stat : 9291 (java) S 9282 9284 6458 0 -1 4202560 11 0 0 0 4 0 0 0 20 0 19 0 291555795 9855979520 26101 33554432000 1073741824 1073778376 140735451980320 140340454378536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9284/tid=9292] ppid=9282 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/9284/task/9292/stat : 9292 (java) S 9282 9284 6458 0 -1 4202560 9 0 0 0 4 0 0 0 20 0 19 0 291555795 9855979520 26101 33554432000 1073741824 1073778376 140735451980320 140340453325736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9284/tid=9293] ppid=9282 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/9284/task/9293/stat : 9293 (java) S 9282 9284 6458 0 -1 4202560 8 0 0 0 3 0 0 0 20 0 19 0 291555795 9855979520 26101 33554432000 1073741824 1073778376 140735451980320 140340452272936 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9284/tid=9294] ppid=9282 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/9284/task/9294/stat : 9294 (java) S 9282 9284 6458 0 -1 4202560 12 0 0 0 5 0 0 0 20 0 19 0 291555795 9855979520 26101 33554432000 1073741824 1073778376 140735451980320 140340451220136 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9284/tid=9295] ppid=9282 vsize=9624980 CPUtime=1.82 cores=1,3,5,7
/proc/9284/task/9295/stat : 9295 (java) S 9282 9284 6458 0 -1 4202560 37 0 0 0 182 0 0 0 20 0 19 0 291555796 9855979520 26101 33554432000 1073741824 1073778376 140735451980320 140340439022056 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9284/tid=9296] ppid=9282 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9296/stat : 9296 (java) S 9282 9284 6458 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291555796 9855979520 26101 33554432000 1073741824 1073778376 140735451980320 140340437968120 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9284/tid=9297] ppid=9282 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9297/stat : 9297 (java) S 9282 9284 6458 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291555796 9855979520 26101 33554432000 1073741824 1073778376 140735451980320 140340436915208 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9284/tid=9298] ppid=9282 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9298/stat : 9298 (java) S 9282 9284 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291555799 9855979520 26101 33554432000 1073741824 1073778376 140735451980320 140340435863696 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9284/tid=9299] ppid=9282 vsize=9624980 CPUtime=0.71 cores=1,3,5,7
/proc/9284/task/9299/stat : 9299 (java) S 9282 9284 6458 0 -1 4202560 4947 0 0 0 71 0 0 0 20 0 19 0 291555799 9855979520 26101 33554432000 1073741824 1073778376 140735451980320 140340434811832 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9284/tid=9300] ppid=9282 vsize=9624980 CPUtime=0.65 cores=1,3,5,7
/proc/9284/task/9300/stat : 9300 (java) S 9282 9284 6458 0 -1 4202560 5429 0 0 0 65 0 0 0 20 0 19 0 291555799 9855979520 26101 33554432000 1073741824 1073778376 140735451980320 140340433759032 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9284/tid=9301] ppid=9282 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9301/stat : 9301 (java) S 9282 9284 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291555799 9855979520 26101 33554432000 1073741824 1073778376 140735451980320 140340432706424 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9284/tid=9302] ppid=9282 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9302/stat : 9302 (java) S 9282 9284 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291555799 9855979520 26101 33554432000 1073741824 1073778376 140735451980320 140340431653832 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9284/tid=9303] ppid=9282 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9303/stat : 9303 (java) S 9282 9284 6458 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291555829 9855979520 26101 33554432000 1073741824 1073778376 140735451980320 140340430599336 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 36.34
Current children cumulated vsize (KiB) 9624980

[startup+34.9008 s]
/proc/loadavg: 2.03 2.01 2.00 3/214 9303
/proc/meminfo: memFree=31086784/32873844 swapFree=6608/6608
[pid=9284] ppid=9282 vsize=9624980 CPUtime=36.55 cores=1,3,5,7
/proc/9284/stat : 9284 (java) S 9282 9284 6458 0 -1 4202496 14247 0 1 0 3649 6 0 0 20 0 19 0 291555792 9855979520 26101 33554432000 1073741824 1073778376 140735451980320 140735451971456 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9284/statm: 2406245 26101 2286 9 0 2396937 0
[pid=9284/tid=9286] ppid=9282 vsize=9624980 CPUtime=32.7 cores=1,3,5,7
/proc/9284/task/9286/stat : 9286 (java) R 9282 9284 6458 0 -1 4202560 2538 0 1 0 3269 1 0 0 20 0 19 0 291555793 9855979520 26101 33554432000 1073741824 1073778376 140735451980320 140340615004512 140340487555862 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9284/tid=9287] ppid=9282 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/9284/task/9287/stat : 9287 (java) S 9282 9284 6458 0 -1 4202560 31 0 0 0 6 0 0 0 20 0 19 0 291555795 9855979520 26101 33554432000 1073741824 1073778376 140735451980320 140340458588712 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9284/tid=9288] ppid=9282 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/9284/task/9288/stat : 9288 (java) S 9282 9284 6458 0 -1 4202560 10 0 0 0 4 0 0 0 20 0 19 0 291555795 9855979520 26101 33554432000 1073741824 1073778376 140735451980320 140340457535912 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9284/tid=9289] ppid=9282 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/9284/task/9289/stat : 9289 (java) S 9282 9284 6458 0 -1 4202560 6 0 0 0 4 0 0 0 20 0 19 0 291555795 9855979520 26101 33554432000 1073741824 1073778376 140735451980320 140340456483112 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9284/tid=9290] ppid=9282 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/9284/task/9290/stat : 9290 (java) S 9282 9284 6458 0 -1 4202560 18 0 0 0 6 0 0 0 20 0 19 0 291555795 9855979520 26101 33554432000 1073741824 1073778376 140735451980320 140340455430312 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9284/tid=9291] ppid=9282 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/9284/task/9291/stat : 9291 (java) S 9282 9284 6458 0 -1 4202560 11 0 0 0 4 0 0 0 20 0 19 0 291555795 9855979520 26101 33554432000 1073741824 1073778376 140735451980320 140340454378536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9284/tid=9292] ppid=9282 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/9284/task/9292/stat : 9292 (java) S 9282 9284 6458 0 -1 4202560 9 0 0 0 4 0 0 0 20 0 19 0 291555795 9855979520 26101 33554432000 1073741824 1073778376 140735451980320 140340453325736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9284/tid=9293] ppid=9282 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/9284/task/9293/stat : 9293 (java) S 9282 9284 6458 0 -1 4202560 8 0 0 0 3 0 0 0 20 0 19 0 291555795 9855979520 26101 33554432000 1073741824 1073778376 140735451980320 140340452272936 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9284/tid=9294] ppid=9282 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/9284/task/9294/stat : 9294 (java) S 9282 9284 6458 0 -1 4202560 12 0 0 0 5 0 0 0 20 0 19 0 291555795 9855979520 26101 33554432000 1073741824 1073778376 140735451980320 140340451220136 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9284/tid=9295] ppid=9282 vsize=9624980 CPUtime=1.86 cores=1,3,5,7
/proc/9284/task/9295/stat : 9295 (java) S 9282 9284 6458 0 -1 4202560 40 0 0 0 186 0 0 0 20 0 19 0 291555796 9855979520 26101 33554432000 1073741824 1073778376 140735451980320 140340439022056 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9284/tid=9296] ppid=9282 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9296/stat : 9296 (java) S 9282 9284 6458 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291555796 9855979520 26101 33554432000 1073741824 1073778376 140735451980320 140340437968120 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9284/tid=9297] ppid=9282 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9297/stat : 9297 (java) S 9282 9284 6458 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291555796 9855979520 26101 33554432000 1073741824 1073778376 140735451980320 140340436915208 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9284/tid=9298] ppid=9282 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9298/stat : 9298 (java) S 9282 9284 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291555799 9855979520 26101 33554432000 1073741824 1073778376 140735451980320 140340435863696 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9284/tid=9299] ppid=9282 vsize=9624980 CPUtime=0.71 cores=1,3,5,7
/proc/9284/task/9299/stat : 9299 (java) S 9282 9284 6458 0 -1 4202560 4947 0 0 0 71 0 0 0 20 0 19 0 291555799 9855979520 26101 33554432000 1073741824 1073778376 140735451980320 140340434811832 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9284/tid=9300] ppid=9282 vsize=9624980 CPUtime=0.65 cores=1,3,5,7
/proc/9284/task/9300/stat : 9300 (java) S 9282 9284 6458 0 -1 4202560 5429 0 0 0 65 0 0 0 20 0 19 0 291555799 9855979520 26101 33554432000 1073741824 1073778376 140735451980320 140340433759032 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9284/tid=9301] ppid=9282 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9301/stat : 9301 (java) S 9282 9284 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291555799 9855979520 26101 33554432000 1073741824 1073778376 140735451980320 140340432706424 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9284/tid=9302] ppid=9282 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9302/stat : 9302 (java) S 9282 9284 6458 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291555799 9855979520 26101 33554432000 1073741824 1073778376 140735451980320 140340431653832 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9284/tid=9303] ppid=9282 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9303/stat : 9303 (java) S 9282 9284 6458 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291555829 9855979520 26101 33554432000 1073741824 1073778376 140735451980320 140340430599336 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 36.55
Current children cumulated vsize (KiB) 9624980

[startup+35.0008 s]
/proc/loadavg: 2.03 2.01 2.00 3/214 9303
/proc/meminfo: memFree=31086784/32873844 swapFree=6608/6608
[pid=9284] ppid=9282 vsize=9624980 CPUtime=36.65 cores=1,3,5,7
/proc/9284/stat : 9284 (java) S 9282 9284 6458 0 -1 4202496 14247 0 1 0 3659 6 0 0 20 0 19 0 291555792 9855979520 26101 33554432000 1073741824 1073778376 140735451980320 140735451971456 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9284/statm: 2406245 26101 2286 9 0 2396937 0
[pid=9284/tid=9286] ppid=9282 vsize=9624980 CPUtime=32.8 cores=1,3,5,7
/proc/9284/task/9286/stat : 9286 (java) R 9282 9284 6458 0 -1 4202560 2538 0 1 0 3279 1 0 0 20 0 19 0 291555793 9855979520 26101 33554432000 1073741824 1073778376 140735451980320 140340615004512 140340487564535 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9284/tid=9287] ppid=9282 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/9284/task/9287/stat : 9287 (java) S 9282 9284 6458 0 -1 4202560 31 0 0 0 6 0 0 0 20 0 19 0 291555795 9855979520 26101 33554432000 1073741824 1073778376 140735451980320 140340458588712 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9284/tid=9288] ppid=9282 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/9284/task/9288/stat : 9288 (java) S 9282 9284 6458 0 -1 4202560 10 0 0 0 4 0 0 0 20 0 19 0 291555795 9855979520 26101 33554432000 1073741824 1073778376 140735451980320 140340457535912 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9284/tid=9289] ppid=9282 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/9284/task/9289/stat : 9289 (java) S 9282 9284 6458 0 -1 4202560 6 0 0 0 4 0 0 0 20 0 19 0 291555795 9855979520 26101 33554432000 1073741824 1073778376 140735451980320 140340456483112 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9284/tid=9290] ppid=9282 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/9284/task/9290/stat : 9290 (java) S 9282 9284 6458 0 -1 4202560 18 0 0 0 6 0 0 0 20 0 19 0 291555795 9855979520 26101 33554432000 1073741824 1073778376 140735451980320 140340455430312 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9284/tid=9291] ppid=9282 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/9284/task/9291/stat : 9291 (java) S 9282 9284 6458 0 -1 4202560 11 0 0 0 4 0 0 0 20 0 19 0 291555795 9855979520 26101 33554432000 1073741824 1073778376 140735451980320 140340454378536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9284/tid=9292] ppid=9282 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/9284/task/9292/stat : 9292 (java) S 9282 9284 6458 0 -1 4202560 9 0 0 0 4 0 0 0 20 0 19 0 291555795 9855979520 26101 33554432000 1073741824 1073778376 140735451980320 140340453325736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9284/tid=9293] ppid=9282 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/9284/task/9293/stat : 9293 (java) S 9282 9284 6458 0 -1 4202560 8 0 0 0 3 0 0 0 20 0 19 0 291555795 9855979520 26101 33554432000 1073741824 1073778376 140735451980320 140340452272936 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9284/tid=9294] ppid=9282 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/9284/task/9294/stat : 9294 (java) S 9282 9284 6458 0 -1 4202560 12 0 0 0 5 0 0 0 20 0 19 0 291555795 9855979520 26101 33554432000 1073741824 1073778376 140735451980320 140340451220136 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9284/tid=9295] ppid=9282 vsize=9624980 CPUtime=1.86 cores=1,3,5,7
/proc/9284/task/9295/stat : 9295 (java) S 9282 9284 6458 0 -1 4202560 40 0 0 0 186 0 0 0 20 0 19 0 291555796 9855979520 26101 33554432000 1073741824 1073778376 140735451980320 140340439022056 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9284/tid=9296] ppid=9282 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9296/stat : 9296 (java) S 9282 9284 6458 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291555796 9855979520 26101 33554432000 1073741824 1073778376 140735451980320 140340437968120 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9284/tid=9297] ppid=9282 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9297/stat : 9297 (java) S 9282 9284 6458 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291555796 9855979520 26101 33554432000 1073741824 1073778376 140735451980320 140340436915208 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9284/tid=9298] ppid=9282 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9298/stat : 9298 (java) S 9282 9284 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291555799 9855979520 26101 33554432000 1073741824 1073778376 140735451980320 140340435863696 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9284/tid=9299] ppid=9282 vsize=9624980 CPUtime=0.71 cores=1,3,5,7
/proc/9284/task/9299/stat : 9299 (java) S 9282 9284 6458 0 -1 4202560 4947 0 0 0 71 0 0 0 20 0 19 0 291555799 9855979520 26101 33554432000 1073741824 1073778376 140735451980320 140340434811832 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9284/tid=9300] ppid=9282 vsize=9624980 CPUtime=0.65 cores=1,3,5,7
/proc/9284/task/9300/stat : 9300 (java) S 9282 9284 6458 0 -1 4202560 5429 0 0 0 65 0 0 0 20 0 19 0 291555799 9855979520 26101 33554432000 1073741824 1073778376 140735451980320 140340433759032 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9284/tid=9301] ppid=9282 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9301/stat : 9301 (java) S 9282 9284 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291555799 9855979520 26101 33554432000 1073741824 1073778376 140735451980320 140340432706424 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9284/tid=9302] ppid=9282 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9302/stat : 9302 (java) S 9282 9284 6458 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291555799 9855979520 26101 33554432000 1073741824 1073778376 140735451980320 140340431653832 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9284/tid=9303] ppid=9282 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9303/stat : 9303 (java) S 9282 9284 6458 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291555829 9855979520 26101 33554432000 1073741824 1073778376 140735451980320 140340430599336 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 36.65
Current children cumulated vsize (KiB) 9624980

Child status: 30
Real time (s): 35.0543
CPU time (s): 36.6804
CPU user time (s): 36.5464
CPU system time (s): 0.133979
CPU usage (%): 104.639
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 36.5464
system time used= 0.133979
maximum resident set size= 104460
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14266
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= 2422
involuntary context switches= 2633

runsolver used 0.110983 second user time and 0.287956 second system time

The end

Launcher Data

Begin job on node140 at 2012-05-29 03:18:29
IDJOB=3718408
IDBENCH=79266
IDSOLVER=2301
FILE ID=node140/3718408-1338254309
RUNJOBID= node140-1338248942-8853
PBS_JOBID= 14624641
Free space on /tmp= 71336 MiB

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

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

MD5SUM BENCH= db6ee27e0a2875f2e81d96fef92170ce
RANDOM SEED=1344926077

node140.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.18
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
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		: 2667.094
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.88
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
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:        31189816 kB
Buffers:          232140 kB
Cached:            52496 kB
SwapCached:         1668 kB
Active:           800544 kB
Inactive:          26788 kB
Active(anon):     534416 kB
Inactive(anon):    10060 kB
Active(file):     266128 kB
Inactive(file):    16728 kB
Unevictable:        6608 kB
Mlocked:            6608 kB
SwapTotal:      67108856 kB
SwapFree:       67105152 kB
Dirty:               140 kB
Writeback:             0 kB
AnonPages:        546716 kB
Mapped:            18068 kB
Shmem:                 8 kB
Slab:             714280 kB
SReclaimable:     156384 kB
SUnreclaim:       557896 kB
KernelStack:        1608 kB
PageTables:         5796 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     734256 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    505856 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= 71336 MiB
End job on node140 at 2012-05-29 03:19:05