Trace number 3718108

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 47.3758 45.7893

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900584219--soft-33-100-0.wbo
MD5SUM8d817301a4b1c2c9b4fea9d5d7fdc9d1
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard 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 benchmark35.7486
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 constraints1868
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 94981
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 94980
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 689
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.03/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.07	c See www.sat4j.org for details.
0.03/0.08	c version 2.3.2.v20120528
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.08	c java.vm.version	19.1-b02
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version		1.6.0_24
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.08	c os.arch		amd64
0.03/0.08	c Free memory 		501472288
0.03/0.08	c Max memory 		7480803328
0.03/0.08	c Total memory 		504102912
0.03/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose 2 learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3718108-1338251785.wbo
0.10/0.10	c reading problem ... 
0.51/0.30	c ... done. Wall clock time 0.197s.
0.51/0.30	c declared #vars     231
0.51/0.30	c internal #vars     2099
0.51/0.30	c #constraints  2707
0.51/0.30	c constraints type 
0.51/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2599
0.51/0.30	c org.sat4j.minisat.constraints.card.MinWatchCard => 5
0.51/0.30	c ignored satisfied constraints => 1
0.51/0.30	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 85
0.51/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 18
0.51/0.30	c 2708 constraints processed.
0.51/0.30	c objective function length is 1868 literals
0.80/0.43	c SATISFIABLE
0.80/0.43	c OPTIMIZING...
0.80/0.43	c Got one! Elapsed wall clock time (in seconds):0.336
0.80/0.43	o 386
0.80/0.48	c Got one! Elapsed wall clock time (in seconds):0.382
0.80/0.48	o 382
1.11/0.53	c Got one! Elapsed wall clock time (in seconds):0.429
1.11/0.53	o 371
1.11/0.54	c Got one! Elapsed wall clock time (in seconds):0.442
1.11/0.54	o 303
1.11/0.56	c Got one! Elapsed wall clock time (in seconds):0.462
1.11/0.56	o 292
1.11/0.58	c Got one! Elapsed wall clock time (in seconds):0.486
1.11/0.58	o 254
1.41/0.60	c Got one! Elapsed wall clock time (in seconds):0.502
1.41/0.60	o 202
1.58/0.71	c Got one! Elapsed wall clock time (in seconds):0.616
1.58/0.71	o 192
1.70/0.84	c Got one! Elapsed wall clock time (in seconds):0.741
1.70/0.84	o 191
1.79/0.93	c Got one! Elapsed wall clock time (in seconds):0.829
1.79/0.93	o 153
1.79/0.98	c Got one! Elapsed wall clock time (in seconds):0.879
1.79/0.98	o 152
1.91/1.04	c Got one! Elapsed wall clock time (in seconds):0.938
1.91/1.04	o 151
1.91/1.05	c Got one! Elapsed wall clock time (in seconds):0.948
1.91/1.05	o 128
1.91/1.09	c Got one! Elapsed wall clock time (in seconds):0.995
1.91/1.09	o 125
2.01/1.16	c Got one! Elapsed wall clock time (in seconds):1.062
2.01/1.16	o 124
2.01/1.18	c Got one! Elapsed wall clock time (in seconds):1.081
2.01/1.18	o 120
2.22/1.38	c Got one! Elapsed wall clock time (in seconds):1.279
2.22/1.38	o 119
2.32/1.42	c Got one! Elapsed wall clock time (in seconds):1.323
2.32/1.42	o 117
2.54/1.60	c Got one! Elapsed wall clock time (in seconds):1.504
2.54/1.60	o 116
2.54/1.66	c Got one! Elapsed wall clock time (in seconds):1.564
2.54/1.66	o 115
2.54/1.70	c Got one! Elapsed wall clock time (in seconds):1.597
2.54/1.70	o 108
2.64/1.77	c Got one! Elapsed wall clock time (in seconds):1.671
2.64/1.77	o 83
2.76/1.89	c Got one! Elapsed wall clock time (in seconds):1.788
2.76/1.89	o 82
2.97/2.04	c Got one! Elapsed wall clock time (in seconds):1.944
2.97/2.04	o 67
3.08/2.11	c Got one! Elapsed wall clock time (in seconds):2.016
3.08/2.11	o 65
3.08/2.14	c Got one! Elapsed wall clock time (in seconds):2.042
3.08/2.14	o 64
3.18/2.22	c Got one! Elapsed wall clock time (in seconds):2.121
3.18/2.22	o 62
3.18/2.29	c Got one! Elapsed wall clock time (in seconds):2.194
3.18/2.29	o 61
3.27/2.38	c Got one! Elapsed wall clock time (in seconds):2.286
3.27/2.38	o 59
3.50/2.52	c cleaning 8726 clauses out of 17463 with flag 8175/17463
3.50/2.59	c Got one! Elapsed wall clock time (in seconds):2.491
3.50/2.59	o 56
3.82/2.80	c Got one! Elapsed wall clock time (in seconds):2.702
3.82/2.80	o 55
3.92/2.93	c Got one! Elapsed wall clock time (in seconds):2.828
3.92/2.93	o 54
4.12/3.10	c Got one! Elapsed wall clock time (in seconds):3.0
4.12/3.10	o 53
4.12/3.19	c cleaning 8169 clauses out of 16345 with flag 9991/25071
4.25/3.27	c Got one! Elapsed wall clock time (in seconds):3.168
4.25/3.27	o 49
4.53/3.42	c Got one! Elapsed wall clock time (in seconds):3.326
4.53/3.42	o 48
4.73/3.62	c cleaning 7181 clauses out of 14380 with flag 26313/31275
4.73/3.69	c Got one! Elapsed wall clock time (in seconds):3.596
4.73/3.69	o 47
5.01/3.87	c Got one! Elapsed wall clock time (in seconds):3.771
5.01/3.87	o 45
5.21/4.07	c Got one! Elapsed wall clock time (in seconds):3.975
5.21/4.07	o 40
5.31/4.12	c Got one! Elapsed wall clock time (in seconds):4.017
5.31/4.12	o 39
5.41/4.29	c cleaning 7478 clauses out of 14975 with flag 25056/39051
5.53/4.35	c Got one! Elapsed wall clock time (in seconds):4.25
5.53/4.35	o 28
5.72/4.58	c Got one! Elapsed wall clock time (in seconds):4.477
5.72/4.58	o 25
5.82/4.66	c cleaning 6589 clauses out of 13194 with flag 12654/44748
6.12/4.99	c Got one! Elapsed wall clock time (in seconds):4.891
6.12/4.99	o 24
6.32/5.14	c Got one! Elapsed wall clock time (in seconds):5.037
6.32/5.14	o 23
6.42/5.26	c Got one! Elapsed wall clock time (in seconds):5.163
6.42/5.26	o 21
6.63/5.49	c cleaning 9499 clauses out of 19018 with flag 30495/57161
6.74/5.59	c Got one! Elapsed wall clock time (in seconds):5.491
6.74/5.59	o 19
7.03/5.89	c cleaning 7363 clauses out of 14733 with flag 42346/62375
7.13/5.94	c Got one! Elapsed wall clock time (in seconds):5.845
7.13/5.94	o 17
7.43/6.21	c Got one! Elapsed wall clock time (in seconds):6.108
7.43/6.21	o 15
7.53/6.39	c cleaning 6816 clauses out of 13646 with flag 28792/68651
8.03/6.82	c cleaning 6409 clauses out of 12830 with flag 105630/74651
8.03/6.89	c Got one! Elapsed wall clock time (in seconds):6.79
8.03/6.89	o 14
8.43/7.23	c cleaning 6156 clauses out of 12318 with flag 37516/80548
8.54/7.34	c Got one! Elapsed wall clock time (in seconds):7.239
8.54/7.34	o 11
8.74/7.59	c cleaning 5714 clauses out of 11454 with flag 32371/85840
8.97/7.71	c Got one! Elapsed wall clock time (in seconds):7.608
8.97/7.71	o 10
9.27/8.01	c cleaning 5608 clauses out of 11225 with flag 57545/91325
9.47/8.22	c Got one! Elapsed wall clock time (in seconds):8.117
9.47/8.22	o 9
9.67/8.44	c cleaning 5787 clauses out of 11591 with flag 42008/97299
10.10/8.83	c cleaning 5899 clauses out of 11805 with flag 105966/103300
10.20/8.98	c Got one! Elapsed wall clock time (in seconds):8.877
10.20/8.98	o 8
10.52/9.29	c cleaning 5949 clauses out of 11905 with flag 58295/109299
11.02/9.71	c cleaning 5976 clauses out of 11953 with flag 132497/115296
11.13/9.81	c Got one! Elapsed wall clock time (in seconds):9.715
11.13/9.81	o 7
11.32/10.05	c cleaning 5625 clauses out of 11263 with flag 36506/120582
11.62/10.39	c cleaning 5813 clauses out of 11638 with flag 82906/126582
12.13/10.84	c cleaning 6412 clauses out of 12826 with flag 140630/133583
12.63/11.37	c cleaning 7199 clauses out of 14414 with flag 204077/141583
13.23/11.95	c cleaning 8099 clauses out of 16214 with flag 272290/150582
13.83/12.58	c cleaning 9051 clauses out of 18119 with flag 346952/160586
13.94/12.63	c Got one! Elapsed wall clock time (in seconds):12.528
13.94/12.63	o 6
14.34/13.07	c cleaning 7205 clauses out of 14439 with flag 72864/165957
14.84/13.52	c cleaning 6614 clauses out of 13232 with flag 147826/171955
15.34/14.03	c cleaning 6790 clauses out of 13619 with flag 210044/178956
15.94/14.61	c cleaning 7405 clauses out of 14828 with flag 276185/186955
16.55/15.24	c cleaning 8199 clauses out of 16424 with flag 346684/195956
17.25/15.94	c Got one! Elapsed wall clock time (in seconds):15.841
17.25/15.94	o 2
17.76/16.43	c cleaning 11446 clauses out of 22902 with flag 64584/210633
18.15/16.86	c cleaning 8705 clauses out of 17456 with flag 114528/216633
18.66/17.36	c cleaning 7871 clauses out of 15755 with flag 173099/223637
19.26/17.96	c cleaning 7937 clauses out of 15880 with flag 247618/231633
19.97/18.62	c cleaning 8460 clauses out of 16943 with flag 328803/240633
20.66/19.34	c cleaning 9232 clauses out of 18483 with flag 414768/250633
21.38/20.07	c cleaning 10122 clauses out of 20250 with flag 498102/261633
22.19/20.88	c cleaning 11057 clauses out of 22127 with flag 591755/273633
23.08/21.79	c cleaning 12023 clauses out of 24069 with flag 688997/286633
24.10/22.74	c cleaning 13017 clauses out of 26045 with flag 793388/300633
24.21/22.88	c Got one! Elapsed wall clock time (in seconds):22.782
24.21/22.88	o 1
24.61/23.27	c cleaning 9342 clauses out of 18693 with flag 49300/306298
25.11/23.77	c cleaning 7664 clauses out of 15348 with flag 112525/312295
25.62/24.28	c cleaning 7332 clauses out of 14684 with flag 179025/319295
26.22/24.86	c cleaning 7668 clauses out of 15353 with flag 249287/327296
26.81/25.46	c cleaning 8330 clauses out of 16684 with flag 319034/336295
27.52/26.13	c cleaning 9174 clauses out of 18353 with flag 390988/346295
28.33/26.95	c cleaning 10077 clauses out of 20179 with flag 470204/357295
29.23/27.88	c cleaning 11044 clauses out of 22108 with flag 556976/369302
30.34/28.98	c cleaning 12017 clauses out of 24057 with flag 654254/382296
31.64/30.22	c cleaning 13006 clauses out of 26039 with flag 765294/396295
33.04/31.66	c cleaning 14013 clauses out of 28032 with flag 893522/411295
34.45/33.08	c cleaning 15003 clauses out of 30022 with flag 1005110/427298
36.15/34.70	c cleaning 15999 clauses out of 32017 with flag 1136077/444296
37.66/36.23	c cleaning 17005 clauses out of 34017 with flag 1260508/462296
39.25/37.81	c cleaning 17988 clauses out of 36010 with flag 1397297/481296
41.07/39.67	c cleaning 19006 clauses out of 38020 with flag 1540617/501295
42.98/41.58	c cleaning 19996 clauses out of 40014 with flag 1688015/522297
44.99/43.57	c cleaning 21000 clauses out of 42014 with flag 1844335/544297
47.01/45.59	c cleaning 21996 clauses out of 44012 with flag 2000791/567296
47.21/45.78	c starts		: 192
47.21/45.78	c conflicts		: 569097
47.21/45.78	c decisions		: 847256
47.21/45.78	c propagations		: 28144273
47.21/45.78	c inspects		: 546186133
47.21/45.78	c shortcuts		: 0
47.21/45.78	c learnt literals	: 28
47.21/45.78	c learnt binary clauses	: 30
47.21/45.78	c learnt ternary clauses	: 176
47.21/45.78	c learnt constraints	: 569068
47.21/45.78	c ignored constraints	: 0
47.21/45.78	c root simplifications	: 0
47.21/45.78	c removed literals (reason simplification)	: 0
47.21/45.78	c reason swapping (by a shorter reason)	: 0
47.21/45.78	c Calls to reduceDB	: 56
47.21/45.78	c Number of update (reduction) of LBD	: 185433
47.21/45.78	c number of reductions to clauses (during analyze)	: 0
47.21/45.78	c number of learned constraints concerned by reduction	: 0
47.21/45.78	c number of learning phase by resolution	: 0
47.21/45.78	c number of learning phase by cutting planes	: 0
47.21/45.78	c speed (assignments/second)	: 619072.4781135893
47.21/45.78	c non guided choices	6606
47.21/45.78	c learnt constraints type 
47.21/45.78	c constraints type 
47.21/45.78	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2599
47.21/45.78	c org.sat4j.minisat.constraints.card.MinWatchCard => 5
47.21/45.78	c ignored satisfied constraints => 1
47.21/45.78	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 85
47.21/45.78	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 18
47.21/45.78	c 2708 constraints processed.
47.21/45.78	s OPTIMUM FOUND
47.21/45.78	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 
47.21/45.78	c objective function=1
47.21/45.78	c Total wall clock time (in seconds): 45.683

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

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

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


[startup+0 s]
/proc/loadavg: 2.16 1.71 1.80 3/194 13873
/proc/meminfo: memFree=29563024/32873648 swapFree=7368/7368
[pid=13873] ppid=13871 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/13873/stat : 13873 (java) R 13871 13873 13069 0 -1 4202496 495 0 0 0 0 0 0 0 20 0 1 0 291302555 23793664 223 33554432000 1073741824 1073778376 140734809194480 140734809183544 251043822131 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13873/statm: 5809 236 186 9 0 128 0

[startup+0.0522801 s]
/proc/loadavg: 2.16 1.71 1.80 3/194 13873
/proc/meminfo: memFree=29563024/32873648 swapFree=7368/7368
[pid=13873] ppid=13871 vsize=9558416 CPUtime=0.03 cores=1,3,5,7
/proc/13873/stat : 13873 (java) S 13871 13873 13069 0 -1 4202496 3183 0 1 0 3 0 0 0 20 0 18 0 291302555 9787817984 4392 33554432000 1073741824 1073778376 140734809194480 140734809185616 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13873/statm: 2389604 4392 1758 9 0 2380296 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9558416

[startup+0.100202 s]
/proc/loadavg: 2.16 1.71 1.80 3/194 13873
/proc/meminfo: memFree=29563024/32873648 swapFree=7368/7368
[pid=13873] ppid=13871 vsize=9558416 CPUtime=0.1 cores=1,3,5,7
/proc/13873/stat : 13873 (java) S 13871 13873 13069 0 -1 4202496 4451 0 1 0 10 0 0 0 20 0 18 0 291302555 9787817984 6113 33554432000 1073741824 1073778376 140734809194480 140734809185616 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13873/statm: 2389604 6113 2139 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558416

[startup+0.300156 s]
/proc/loadavg: 2.16 1.71 1.80 3/194 13873
/proc/meminfo: memFree=29563024/32873648 swapFree=7368/7368
[pid=13873] ppid=13871 vsize=9558416 CPUtime=0.51 cores=1,3,5,7
/proc/13873/stat : 13873 (java) S 13871 13873 13069 0 -1 4202496 6058 0 1 0 50 1 0 0 20 0 18 0 291302555 9787817984 8889 33554432000 1073741824 1073778376 140734809194480 140734809185616 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13873/statm: 2389604 8889 2226 9 0 2380296 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558416

[startup+0.700162 s]
/proc/loadavg: 2.16 1.71 1.80 3/194 13873
/proc/meminfo: memFree=29563024/32873648 swapFree=7368/7368
[pid=13873] ppid=13871 vsize=9624980 CPUtime=1.58 cores=1,3,5,7
/proc/13873/stat : 13873 (java) S 13871 13873 13069 0 -1 4202496 11064 0 1 0 156 2 0 0 20 0 19 0 291302555 9855979520 12727 33554432000 1073741824 1073778376 140734809194480 140734809185616 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13873/statm: 2406245 12727 2250 9 0 2396937 0
Current children cumulated CPU time (s) 1.58
Current children cumulated vsize (KiB) 9624980

[startup+1.50061 s]
/proc/loadavg: 2.16 1.71 1.80 3/213 13892
/proc/meminfo: memFree=29518044/32873648 swapFree=7368/7368
[pid=13873] ppid=13871 vsize=9624980 CPUtime=2.42 cores=1,3,5,7
/proc/13873/stat : 13873 (java) S 13871 13873 13069 0 -1 4202496 11075 0 1 0 240 2 0 0 20 0 19 0 291302555 9855979520 15292 33554432000 1073741824 1073778376 140734809194480 140734809185616 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13873/statm: 2406245 15292 2254 9 0 2396937 0
[pid=13873/tid=13875] ppid=13871 vsize=9624980 CPUtime=1.47 cores=1,3,5,7
/proc/13873/task/13875/stat : 13875 (java) R 13871 13873 13069 0 -1 4202560 2469 0 1 0 147 0 0 0 20 0 19 0 291302556 9855979520 15292 33554432000 1073741824 1073778376 140734809194480 139690626818496 139690473419413 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13873/tid=13876] ppid=13871 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13873/task/13876/stat : 13876 (java) S 13871 13873 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302557 9855979520 15292 33554432000 1073741824 1073778376 140734809194480 139690599279528 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13873/tid=13877] ppid=13871 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13873/task/13877/stat : 13877 (java) S 13871 13873 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302557 9855979520 15292 33554432000 1073741824 1073778376 140734809194480 139690598226984 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13873/tid=13878] ppid=13871 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13873/task/13878/stat : 13878 (java) S 13871 13873 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302557 9855979520 15292 33554432000 1073741824 1073778376 140734809194480 139690597173928 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13873/tid=13879] ppid=13871 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13873/task/13879/stat : 13879 (java) S 13871 13873 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302557 9855979520 15292 33554432000 1073741824 1073778376 140734809194480 139690596121384 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13873/tid=13880] ppid=13871 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13873/task/13880/stat : 13880 (java) S 13871 13873 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302557 9855979520 15292 33554432000 1073741824 1073778376 140734809194480 139690595068328 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13873/tid=13881] ppid=13871 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13873/task/13881/stat : 13881 (java) S 13871 13873 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302557 9855979520 15292 33554432000 1073741824 1073778376 140734809194480 139690594015784 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13873/tid=13882] ppid=13871 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13873/task/13882/stat : 13882 (java) S 13871 13873 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302557 9855979520 15292 33554432000 1073741824 1073778376 140734809194480 139690592962728 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13873/tid=13883] ppid=13871 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13873/task/13883/stat : 13883 (java) S 13871 13873 13069 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291302557 9855979520 15292 33554432000 1073741824 1073778376 140734809194480 139690591910184 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13873/tid=13884] ppid=13871 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13873/task/13884/stat : 13884 (java) S 13871 13873 13069 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291302558 9855979520 15292 33554432000 1073741824 1073778376 140734809194480 139689979775848 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13873/tid=13885] ppid=13871 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13873/task/13885/stat : 13885 (java) S 13871 13873 13069 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 291302558 9855979520 15292 33554432000 1073741824 1073778376 140734809194480 139689978722168 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13873/tid=13886] ppid=13871 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13873/task/13886/stat : 13886 (java) S 13871 13873 13069 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291302558 9855979520 15292 33554432000 1073741824 1073778376 140734809194480 139689977669000 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13873/tid=13887] ppid=13871 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13873/task/13887/stat : 13887 (java) S 13871 13873 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302560 9855979520 15292 33554432000 1073741824 1073778376 140734809194480 139689976617744 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13873/tid=13888] ppid=13871 vsize=9624980 CPUtime=0.46 cores=1,3,5,7
/proc/13873/task/13888/stat : 13888 (java) S 13871 13873 13069 0 -1 4202560 4273 0 0 0 46 0 0 0 20 0 19 0 291302560 9855979520 15292 33554432000 1073741824 1073778376 140734809194480 139689975564600 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13873/tid=13889] ppid=13871 vsize=9624980 CPUtime=0.46 cores=1,3,5,7
/proc/13873/task/13889/stat : 13889 (java) S 13871 13873 13069 0 -1 4202560 3134 0 0 0 46 0 0 0 20 0 19 0 291302560 9855979520 15292 33554432000 1073741824 1073778376 140734809194480 139689974512056 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13873/tid=13890] ppid=13871 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13873/task/13890/stat : 13890 (java) S 13871 13873 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302560 9855979520 15292 33554432000 1073741824 1073778376 140734809194480 139689973459192 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13873/tid=13891] ppid=13871 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13873/task/13891/stat : 13891 (java) S 13871 13873 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302560 9855979520 15292 33554432000 1073741824 1073778376 140734809194480 139689972406856 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13873/tid=13892] ppid=13871 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13873/task/13892/stat : 13892 (java) S 13871 13873 13069 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291302588 9855979520 15292 33554432000 1073741824 1073778376 140734809194480 139689971353128 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.42
Current children cumulated vsize (KiB) 9624980

[startup+3.10061 s]
/proc/loadavg: 2.14 1.72 1.81 3/213 13892
/proc/meminfo: memFree=29506124/32873648 swapFree=7368/7368
[pid=13873] ppid=13871 vsize=9624980 CPUtime=4.12 cores=1,3,5,7
/proc/13873/stat : 13873 (java) S 13871 13873 13069 0 -1 4202496 11145 0 1 0 409 3 0 0 20 0 19 0 291302555 9855979520 21991 33554432000 1073741824 1073778376 140734809194480 140734809185616 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13873/statm: 2406245 21991 2279 9 0 2396937 0
[pid=13873/tid=13875] ppid=13871 vsize=9624980 CPUtime=3.04 cores=1,3,5,7
/proc/13873/task/13875/stat : 13875 (java) R 13871 13873 13069 0 -1 4202560 2479 0 1 0 302 2 0 0 20 0 19 0 291302556 9855979520 21991 33554432000 1073741824 1073778376 140734809194480 139690626826632 139690473293207 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13873/tid=13876] ppid=13871 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13873/task/13876/stat : 13876 (java) S 13871 13873 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291302557 9855979520 21991 33554432000 1073741824 1073778376 140734809194480 139690599279528 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13873/tid=13877] ppid=13871 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13873/task/13877/stat : 13877 (java) S 13871 13873 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302557 9855979520 21991 33554432000 1073741824 1073778376 140734809194480 139690598226984 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13873/tid=13878] ppid=13871 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13873/task/13878/stat : 13878 (java) S 13871 13873 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302557 9855979520 21991 33554432000 1073741824 1073778376 140734809194480 139690597173928 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13873/tid=13879] ppid=13871 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13873/task/13879/stat : 13879 (java) S 13871 13873 13069 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291302557 9855979520 21991 33554432000 1073741824 1073778376 140734809194480 139690596121384 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13873/tid=13880] ppid=13871 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13873/task/13880/stat : 13880 (java) S 13871 13873 13069 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291302557 9855979520 21991 33554432000 1073741824 1073778376 140734809194480 139690595068328 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13873/tid=13881] ppid=13871 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13873/task/13881/stat : 13881 (java) S 13871 13873 13069 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291302557 9855979520 21991 33554432000 1073741824 1073778376 140734809194480 139690594015784 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13873/tid=13882] ppid=13871 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13873/task/13882/stat : 13882 (java) S 13871 13873 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302557 9855979520 21991 33554432000 1073741824 1073778376 140734809194480 139690592962728 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13873/tid=13883] ppid=13871 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13873/task/13883/stat : 13883 (java) S 13871 13873 13069 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291302557 9855979520 21991 33554432000 1073741824 1073778376 140734809194480 139690591910184 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13873/tid=13884] ppid=13871 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13873/task/13884/stat : 13884 (java) S 13871 13873 13069 0 -1 4202560 33 0 0 0 0 0 0 0 20 0 19 0 291302558 9855979520 21991 33554432000 1073741824 1073778376 140734809194480 139689979775848 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13873/tid=13885] ppid=13871 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13873/task/13885/stat : 13885 (java) S 13871 13873 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291302558 9855979520 21991 33554432000 1073741824 1073778376 140734809194480 139689978722168 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13873/tid=13886] ppid=13871 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13873/task/13886/stat : 13886 (java) S 13871 13873 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291302558 9855979520 21991 33554432000 1073741824 1073778376 140734809194480 139689977669000 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13873/tid=13887] ppid=13871 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13873/task/13887/stat : 13887 (java) S 13871 13873 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302560 9855979520 21991 33554432000 1073741824 1073778376 140734809194480 139689976617744 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13873/tid=13888] ppid=13871 vsize=9624980 CPUtime=0.51 cores=1,3,5,7
/proc/13873/task/13888/stat : 13888 (java) S 13871 13873 13069 0 -1 4202560 4275 0 0 0 51 0 0 0 20 0 19 0 291302560 9855979520 21991 33554432000 1073741824 1073778376 140734809194480 139689975564600 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13873/tid=13889] ppid=13871 vsize=9624980 CPUtime=0.49 cores=1,3,5,7
/proc/13873/task/13889/stat : 13889 (java) S 13871 13873 13069 0 -1 4202560 3138 0 0 0 49 0 0 0 20 0 19 0 291302560 9855979520 21991 33554432000 1073741824 1073778376 140734809194480 139689974512056 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13873/tid=13890] ppid=13871 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13873/task/13890/stat : 13890 (java) S 13871 13873 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302560 9855979520 21991 33554432000 1073741824 1073778376 140734809194480 139689973459192 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13873/tid=13891] ppid=13871 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13873/task/13891/stat : 13891 (java) S 13871 13873 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302560 9855979520 21991 33554432000 1073741824 1073778376 140734809194480 139689972406856 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13873/tid=13892] ppid=13871 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13873/task/13892/stat : 13892 (java) S 13871 13873 13069 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291302588 9855979520 21991 33554432000 1073741824 1073778376 140734809194480 139689971353128 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.12
Current children cumulated vsize (KiB) 9624980

[startup+6.30061 s]
/proc/loadavg: 2.14 1.72 1.81 3/213 13892
/proc/meminfo: memFree=29484624/32873648 swapFree=7368/7368
[pid=13873] ppid=13871 vsize=9624980 CPUtime=7.53 cores=1,3,5,7
/proc/13873/stat : 13873 (java) S 13871 13873 13069 0 -1 4202496 11677 0 1 0 749 4 0 0 20 0 19 0 291302555 9855979520 22686 33554432000 1073741824 1073778376 140734809194480 140734809185616 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13873/statm: 2406245 22686 2279 9 0 2396937 0
[pid=13873/tid=13875] ppid=13871 vsize=9624980 CPUtime=6.11 cores=1,3,5,7
/proc/13873/task/13875/stat : 13875 (java) R 13871 13873 13069 0 -1 4202560 2484 0 1 0 609 2 0 0 20 0 19 0 291302556 9855979520 22686 33554432000 1073741824 1073778376 140734809194480 139690626818496 139690473229783 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13873/tid=13876] ppid=13871 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13873/task/13876/stat : 13876 (java) S 13871 13873 13069 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291302557 9855979520 22686 33554432000 1073741824 1073778376 140734809194480 139690599279528 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13873/tid=13877] ppid=13871 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13873/task/13877/stat : 13877 (java) S 13871 13873 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302557 9855979520 22686 33554432000 1073741824 1073778376 140734809194480 139690598226984 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13873/tid=13878] ppid=13871 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13873/task/13878/stat : 13878 (java) S 13871 13873 13069 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291302557 9855979520 22686 33554432000 1073741824 1073778376 140734809194480 139690597173928 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13873/tid=13879] ppid=13871 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13873/task/13879/stat : 13879 (java) S 13871 13873 13069 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 291302557 9855979520 22686 33554432000 1073741824 1073778376 140734809194480 139690596121384 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13873/tid=13880] ppid=13871 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13873/task/13880/stat : 13880 (java) S 13871 13873 13069 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291302557 9855979520 22686 33554432000 1073741824 1073778376 140734809194480 139690595068328 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13873/tid=13881] ppid=13871 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13873/task/13881/stat : 13881 (java) S 13871 13873 13069 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291302557 9855979520 22686 33554432000 1073741824 1073778376 140734809194480 139690594015784 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13873/tid=13882] ppid=13871 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13873/task/13882/stat : 13882 (java) S 13871 13873 13069 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291302557 9855979520 22686 33554432000 1073741824 1073778376 140734809194480 139690592962728 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13873/tid=13883] ppid=13871 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13873/task/13883/stat : 13883 (java) S 13871 13873 13069 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291302557 9855979520 22686 33554432000 1073741824 1073778376 140734809194480 139690591910184 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13873/tid=13884] ppid=13871 vsize=9624980 CPUtime=0.12 cores=1,3,5,7
/proc/13873/task/13884/stat : 13884 (java) S 13871 13873 13069 0 -1 4202560 34 0 0 0 12 0 0 0 20 0 19 0 291302558 9855979520 22686 33554432000 1073741824 1073778376 140734809194480 139689979775848 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13873/tid=13885] ppid=13871 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13873/task/13885/stat : 13885 (java) S 13871 13873 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291302558 9855979520 22686 33554432000 1073741824 1073778376 140734809194480 139689978722168 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13873/tid=13886] ppid=13871 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13873/task/13886/stat : 13886 (java) S 13871 13873 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291302558 9855979520 22686 33554432000 1073741824 1073778376 140734809194480 139689977669000 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13873/tid=13887] ppid=13871 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13873/task/13887/stat : 13887 (java) S 13871 13873 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302560 9855979520 22686 33554432000 1073741824 1073778376 140734809194480 139689976617744 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13873/tid=13888] ppid=13871 vsize=9624980 CPUtime=0.65 cores=1,3,5,7
/proc/13873/task/13888/stat : 13888 (java) S 13871 13873 13069 0 -1 4202560 4737 0 0 0 65 0 0 0 20 0 19 0 291302560 9855979520 22686 33554432000 1073741824 1073778376 140734809194480 139689975564600 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13873/tid=13889] ppid=13871 vsize=9624980 CPUtime=0.54 cores=1,3,5,7
/proc/13873/task/13889/stat : 13889 (java) S 13871 13873 13069 0 -1 4202560 3189 0 0 0 54 0 0 0 20 0 19 0 291302560 9855979520 22686 33554432000 1073741824 1073778376 140734809194480 139689974512056 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13873/tid=13890] ppid=13871 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13873/task/13890/stat : 13890 (java) S 13871 13873 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302560 9855979520 22686 33554432000 1073741824 1073778376 140734809194480 139689973459192 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13873/tid=13891] ppid=13871 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13873/task/13891/stat : 13891 (java) S 13871 13873 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302560 9855979520 22686 33554432000 1073741824 1073778376 140734809194480 139689972406856 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13873/tid=13892] ppid=13871 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13873/task/13892/stat : 13892 (java) S 13871 13873 13069 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291302588 9855979520 22686 33554432000 1073741824 1073778376 140734809194480 139689971353128 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.53
Current children cumulated vsize (KiB) 9624980

[startup+12.7007 s]

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

/proc/13873/task/13876/stat : 13876 (java) S 13871 13873 13069 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 291302557 9855979520 23779 33554432000 1073741824 1073778376 140734809194480 139690599279528 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13873/tid=13877] ppid=13871 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/13873/task/13877/stat : 13877 (java) S 13871 13873 13069 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 19 0 291302557 9855979520 23779 33554432000 1073741824 1073778376 140734809194480 139690598226984 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13873/tid=13878] ppid=13871 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/13873/task/13878/stat : 13878 (java) S 13871 13873 13069 0 -1 4202560 7 0 0 0 3 0 0 0 20 0 19 0 291302557 9855979520 23779 33554432000 1073741824 1073778376 140734809194480 139690597173928 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13873/tid=13879] ppid=13871 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/13873/task/13879/stat : 13879 (java) S 13871 13873 13069 0 -1 4202560 35 0 0 0 3 0 0 0 20 0 19 0 291302557 9855979520 23779 33554432000 1073741824 1073778376 140734809194480 139690596121384 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13873/tid=13880] ppid=13871 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/13873/task/13880/stat : 13880 (java) S 13871 13873 13069 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 19 0 291302557 9855979520 23779 33554432000 1073741824 1073778376 140734809194480 139690595068328 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13873/tid=13881] ppid=13871 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/13873/task/13881/stat : 13881 (java) S 13871 13873 13069 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 19 0 291302557 9855979520 23779 33554432000 1073741824 1073778376 140734809194480 139690594015784 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13873/tid=13882] ppid=13871 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/13873/task/13882/stat : 13882 (java) S 13871 13873 13069 0 -1 4202560 9 0 0 0 3 0 0 0 20 0 19 0 291302557 9855979520 23779 33554432000 1073741824 1073778376 140734809194480 139690592962728 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13873/tid=13883] ppid=13871 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/13873/task/13883/stat : 13883 (java) S 13871 13873 13069 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 19 0 291302557 9855979520 23779 33554432000 1073741824 1073778376 140734809194480 139690591910184 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13873/tid=13884] ppid=13871 vsize=9624980 CPUtime=1.35 cores=1,3,5,7
/proc/13873/task/13884/stat : 13884 (java) S 13871 13873 13069 0 -1 4202560 39 0 0 0 135 0 0 0 20 0 19 0 291302558 9855979520 23779 33554432000 1073741824 1073778376 140734809194480 139689979775848 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13873/tid=13885] ppid=13871 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13873/task/13885/stat : 13885 (java) S 13871 13873 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291302558 9855979520 23779 33554432000 1073741824 1073778376 140734809194480 139689978722168 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13873/tid=13886] ppid=13871 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13873/task/13886/stat : 13886 (java) S 13871 13873 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291302558 9855979520 23779 33554432000 1073741824 1073778376 140734809194480 139689977669000 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13873/tid=13887] ppid=13871 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13873/task/13887/stat : 13887 (java) S 13871 13873 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302560 9855979520 23779 33554432000 1073741824 1073778376 140734809194480 139689976617744 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13873/tid=13888] ppid=13871 vsize=9624980 CPUtime=0.66 cores=1,3,5,7
/proc/13873/task/13888/stat : 13888 (java) S 13871 13873 13069 0 -1 4202560 4737 0 0 0 66 0 0 0 20 0 19 0 291302560 9855979520 23779 33554432000 1073741824 1073778376 140734809194480 139689975564600 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13873/tid=13889] ppid=13871 vsize=9624980 CPUtime=0.58 cores=1,3,5,7
/proc/13873/task/13889/stat : 13889 (java) S 13871 13873 13069 0 -1 4202560 3213 0 0 0 58 0 0 0 20 0 19 0 291302560 9855979520 23779 33554432000 1073741824 1073778376 140734809194480 139689974512056 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13873/tid=13890] ppid=13871 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13873/task/13890/stat : 13890 (java) S 13871 13873 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302560 9855979520 23779 33554432000 1073741824 1073778376 140734809194480 139689973459192 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13873/tid=13891] ppid=13871 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13873/task/13891/stat : 13891 (java) S 13871 13873 13069 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291302560 9855979520 23779 33554432000 1073741824 1073778376 140734809194480 139689972406856 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13873/tid=13892] ppid=13871 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13873/task/13892/stat : 13892 (java) S 13871 13873 13069 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291302588 9855979520 23779 33554432000 1073741824 1073778376 140734809194480 139689971353128 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 44.59
Current children cumulated vsize (KiB) 9624980

[startup+44.7006 s]
/proc/loadavg: 2.03 1.74 1.81 3/213 13949
/proc/meminfo: memFree=29474280/32873648 swapFree=7368/7368
[pid=13873] ppid=13871 vsize=9624980 CPUtime=46.21 cores=1,3,5,7
/proc/13873/stat : 13873 (java) S 13871 13873 13069 0 -1 4202496 11823 0 1 0 4616 5 0 0 20 0 19 0 291302555 9855979520 23779 33554432000 1073741824 1073778376 140734809194480 140734809185616 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13873/statm: 2406245 23779 2280 9 0 2396937 0
[pid=13873/tid=13875] ppid=13871 vsize=9624980 CPUtime=43.14 cores=1,3,5,7
/proc/13873/task/13875/stat : 13875 (java) R 13871 13873 13069 0 -1 4202560 2532 0 1 0 4312 2 0 0 20 0 19 0 291302556 9855979520 23779 33554432000 1073741824 1073778376 140734809194480 139690626826576 139690473230283 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13873/tid=13876] ppid=13871 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/13873/task/13876/stat : 13876 (java) S 13871 13873 13069 0 -1 4202560 16 0 0 0 4 0 0 0 20 0 19 0 291302557 9855979520 23779 33554432000 1073741824 1073778376 140734809194480 139690599279528 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13873/tid=13877] ppid=13871 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/13873/task/13877/stat : 13877 (java) S 13871 13873 13069 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 19 0 291302557 9855979520 23779 33554432000 1073741824 1073778376 140734809194480 139690598226984 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13873/tid=13878] ppid=13871 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/13873/task/13878/stat : 13878 (java) S 13871 13873 13069 0 -1 4202560 7 0 0 0 4 0 0 0 20 0 19 0 291302557 9855979520 23779 33554432000 1073741824 1073778376 140734809194480 139690597173928 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13873/tid=13879] ppid=13871 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/13873/task/13879/stat : 13879 (java) S 13871 13873 13069 0 -1 4202560 35 0 0 0 4 0 0 0 20 0 19 0 291302557 9855979520 23779 33554432000 1073741824 1073778376 140734809194480 139690596121384 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13873/tid=13880] ppid=13871 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/13873/task/13880/stat : 13880 (java) S 13871 13873 13069 0 -1 4202560 12 0 0 0 4 0 0 0 20 0 19 0 291302557 9855979520 23779 33554432000 1073741824 1073778376 140734809194480 139690595068328 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13873/tid=13881] ppid=13871 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/13873/task/13881/stat : 13881 (java) S 13871 13873 13069 0 -1 4202560 15 0 0 0 4 0 0 0 20 0 19 0 291302557 9855979520 23779 33554432000 1073741824 1073778376 140734809194480 139690594015784 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13873/tid=13882] ppid=13871 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/13873/task/13882/stat : 13882 (java) S 13871 13873 13069 0 -1 4202560 9 0 0 0 4 0 0 0 20 0 19 0 291302557 9855979520 23779 33554432000 1073741824 1073778376 140734809194480 139690592962728 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13873/tid=13883] ppid=13871 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/13873/task/13883/stat : 13883 (java) S 13871 13873 13069 0 -1 4202560 15 0 0 0 4 0 0 0 20 0 19 0 291302557 9855979520 23779 33554432000 1073741824 1073778376 140734809194480 139690591910184 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13873/tid=13884] ppid=13871 vsize=9624980 CPUtime=1.37 cores=1,3,5,7
/proc/13873/task/13884/stat : 13884 (java) S 13871 13873 13069 0 -1 4202560 39 0 0 0 137 0 0 0 20 0 19 0 291302558 9855979520 23779 33554432000 1073741824 1073778376 140734809194480 139689979775848 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13873/tid=13885] ppid=13871 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13873/task/13885/stat : 13885 (java) S 13871 13873 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291302558 9855979520 23779 33554432000 1073741824 1073778376 140734809194480 139689978722168 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13873/tid=13886] ppid=13871 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13873/task/13886/stat : 13886 (java) S 13871 13873 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291302558 9855979520 23779 33554432000 1073741824 1073778376 140734809194480 139689977669000 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13873/tid=13887] ppid=13871 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13873/task/13887/stat : 13887 (java) S 13871 13873 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302560 9855979520 23779 33554432000 1073741824 1073778376 140734809194480 139689976617744 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13873/tid=13888] ppid=13871 vsize=9624980 CPUtime=0.66 cores=1,3,5,7
/proc/13873/task/13888/stat : 13888 (java) S 13871 13873 13069 0 -1 4202560 4737 0 0 0 66 0 0 0 20 0 19 0 291302560 9855979520 23779 33554432000 1073741824 1073778376 140734809194480 139689975564600 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13873/tid=13889] ppid=13871 vsize=9624980 CPUtime=0.58 cores=1,3,5,7
/proc/13873/task/13889/stat : 13889 (java) S 13871 13873 13069 0 -1 4202560 3213 0 0 0 58 0 0 0 20 0 19 0 291302560 9855979520 23779 33554432000 1073741824 1073778376 140734809194480 139689974512056 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13873/tid=13890] ppid=13871 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13873/task/13890/stat : 13890 (java) S 13871 13873 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302560 9855979520 23779 33554432000 1073741824 1073778376 140734809194480 139689973459192 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13873/tid=13891] ppid=13871 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13873/task/13891/stat : 13891 (java) S 13871 13873 13069 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291302560 9855979520 23779 33554432000 1073741824 1073778376 140734809194480 139689972406856 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13873/tid=13892] ppid=13871 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13873/task/13892/stat : 13892 (java) S 13871 13873 13069 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291302588 9855979520 23779 33554432000 1073741824 1073778376 140734809194480 139689971353128 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 46.21
Current children cumulated vsize (KiB) 9624980

[startup+45.5007 s]
/proc/loadavg: 2.03 1.74 1.81 3/213 13949
/proc/meminfo: memFree=29474280/32873648 swapFree=7368/7368
[pid=13873] ppid=13871 vsize=9624980 CPUtime=47.01 cores=1,3,5,7
/proc/13873/stat : 13873 (java) S 13871 13873 13069 0 -1 4202496 11823 0 1 0 4696 5 0 0 20 0 19 0 291302555 9855979520 23779 33554432000 1073741824 1073778376 140734809194480 140734809185616 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13873/statm: 2406245 23779 2280 9 0 2396937 0
[pid=13873/tid=13875] ppid=13871 vsize=9624980 CPUtime=43.94 cores=1,3,5,7
/proc/13873/task/13875/stat : 13875 (java) R 13871 13873 13069 0 -1 4202560 2532 0 1 0 4392 2 0 0 20 0 19 0 291302556 9855979520 23779 33554432000 1073741824 1073778376 140734809194480 139690626826576 139690473182567 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13873/tid=13876] ppid=13871 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/13873/task/13876/stat : 13876 (java) S 13871 13873 13069 0 -1 4202560 16 0 0 0 4 0 0 0 20 0 19 0 291302557 9855979520 23779 33554432000 1073741824 1073778376 140734809194480 139690599279528 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13873/tid=13877] ppid=13871 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/13873/task/13877/stat : 13877 (java) S 13871 13873 13069 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 19 0 291302557 9855979520 23779 33554432000 1073741824 1073778376 140734809194480 139690598226984 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13873/tid=13878] ppid=13871 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/13873/task/13878/stat : 13878 (java) S 13871 13873 13069 0 -1 4202560 7 0 0 0 4 0 0 0 20 0 19 0 291302557 9855979520 23779 33554432000 1073741824 1073778376 140734809194480 139690597173928 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13873/tid=13879] ppid=13871 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/13873/task/13879/stat : 13879 (java) S 13871 13873 13069 0 -1 4202560 35 0 0 0 4 0 0 0 20 0 19 0 291302557 9855979520 23779 33554432000 1073741824 1073778376 140734809194480 139690596121384 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13873/tid=13880] ppid=13871 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/13873/task/13880/stat : 13880 (java) S 13871 13873 13069 0 -1 4202560 12 0 0 0 4 0 0 0 20 0 19 0 291302557 9855979520 23779 33554432000 1073741824 1073778376 140734809194480 139690595068328 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13873/tid=13881] ppid=13871 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/13873/task/13881/stat : 13881 (java) S 13871 13873 13069 0 -1 4202560 15 0 0 0 4 0 0 0 20 0 19 0 291302557 9855979520 23779 33554432000 1073741824 1073778376 140734809194480 139690594015784 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13873/tid=13882] ppid=13871 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/13873/task/13882/stat : 13882 (java) S 13871 13873 13069 0 -1 4202560 9 0 0 0 4 0 0 0 20 0 19 0 291302557 9855979520 23779 33554432000 1073741824 1073778376 140734809194480 139690592962728 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13873/tid=13883] ppid=13871 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/13873/task/13883/stat : 13883 (java) S 13871 13873 13069 0 -1 4202560 15 0 0 0 4 0 0 0 20 0 19 0 291302557 9855979520 23779 33554432000 1073741824 1073778376 140734809194480 139690591910184 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13873/tid=13884] ppid=13871 vsize=9624980 CPUtime=1.37 cores=1,3,5,7
/proc/13873/task/13884/stat : 13884 (java) S 13871 13873 13069 0 -1 4202560 39 0 0 0 137 0 0 0 20 0 19 0 291302558 9855979520 23779 33554432000 1073741824 1073778376 140734809194480 139689979775848 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13873/tid=13885] ppid=13871 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13873/task/13885/stat : 13885 (java) S 13871 13873 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291302558 9855979520 23779 33554432000 1073741824 1073778376 140734809194480 139689978722168 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13873/tid=13886] ppid=13871 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13873/task/13886/stat : 13886 (java) S 13871 13873 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291302558 9855979520 23779 33554432000 1073741824 1073778376 140734809194480 139689977669000 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13873/tid=13887] ppid=13871 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13873/task/13887/stat : 13887 (java) S 13871 13873 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302560 9855979520 23779 33554432000 1073741824 1073778376 140734809194480 139689976617744 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13873/tid=13888] ppid=13871 vsize=9624980 CPUtime=0.66 cores=1,3,5,7
/proc/13873/task/13888/stat : 13888 (java) S 13871 13873 13069 0 -1 4202560 4737 0 0 0 66 0 0 0 20 0 19 0 291302560 9855979520 23779 33554432000 1073741824 1073778376 140734809194480 139689975564600 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13873/tid=13889] ppid=13871 vsize=9624980 CPUtime=0.58 cores=1,3,5,7
/proc/13873/task/13889/stat : 13889 (java) S 13871 13873 13069 0 -1 4202560 3213 0 0 0 58 0 0 0 20 0 19 0 291302560 9855979520 23779 33554432000 1073741824 1073778376 140734809194480 139689974512056 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13873/tid=13890] ppid=13871 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13873/task/13890/stat : 13890 (java) S 13871 13873 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302560 9855979520 23779 33554432000 1073741824 1073778376 140734809194480 139689973459192 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13873/tid=13891] ppid=13871 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13873/task/13891/stat : 13891 (java) S 13871 13873 13069 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291302560 9855979520 23779 33554432000 1073741824 1073778376 140734809194480 139689972406856 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13873/tid=13892] ppid=13871 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13873/task/13892/stat : 13892 (java) S 13871 13873 13069 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291302588 9855979520 23779 33554432000 1073741824 1073778376 140734809194480 139689971353128 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 47.01
Current children cumulated vsize (KiB) 9624980

[startup+45.7007 s]
/proc/loadavg: 2.03 1.74 1.81 3/213 13949
/proc/meminfo: memFree=29474280/32873648 swapFree=7368/7368
[pid=13873] ppid=13871 vsize=9624980 CPUtime=47.21 cores=1,3,5,7
/proc/13873/stat : 13873 (java) S 13871 13873 13069 0 -1 4202496 11825 0 1 0 4716 5 0 0 20 0 19 0 291302555 9855979520 23780 33554432000 1073741824 1073778376 140734809194480 140734809185616 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13873/statm: 2406245 23780 2280 9 0 2396937 0
[pid=13873/tid=13875] ppid=13871 vsize=9624980 CPUtime=44.1 cores=1,3,5,7
/proc/13873/task/13875/stat : 13875 (java) R 13871 13873 13069 0 -1 4202560 2533 0 1 0 4408 2 0 0 20 0 19 0 291302556 9855979520 23780 33554432000 1073741824 1073778376 140734809194480 139690626826696 139690473229783 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13873/tid=13876] ppid=13871 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/13873/task/13876/stat : 13876 (java) S 13871 13873 13069 0 -1 4202560 16 0 0 0 4 0 0 0 20 0 19 0 291302557 9855979520 23780 33554432000 1073741824 1073778376 140734809194480 139690599279528 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13873/tid=13877] ppid=13871 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/13873/task/13877/stat : 13877 (java) S 13871 13873 13069 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 19 0 291302557 9855979520 23780 33554432000 1073741824 1073778376 140734809194480 139690598226984 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13873/tid=13878] ppid=13871 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/13873/task/13878/stat : 13878 (java) S 13871 13873 13069 0 -1 4202560 7 0 0 0 4 0 0 0 20 0 19 0 291302557 9855979520 23780 33554432000 1073741824 1073778376 140734809194480 139690597173928 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13873/tid=13879] ppid=13871 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/13873/task/13879/stat : 13879 (java) S 13871 13873 13069 0 -1 4202560 35 0 0 0 4 0 0 0 20 0 19 0 291302557 9855979520 23780 33554432000 1073741824 1073778376 140734809194480 139690596121384 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13873/tid=13880] ppid=13871 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/13873/task/13880/stat : 13880 (java) S 13871 13873 13069 0 -1 4202560 12 0 0 0 4 0 0 0 20 0 19 0 291302557 9855979520 23780 33554432000 1073741824 1073778376 140734809194480 139690595068328 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13873/tid=13881] ppid=13871 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/13873/task/13881/stat : 13881 (java) S 13871 13873 13069 0 -1 4202560 15 0 0 0 4 0 0 0 20 0 19 0 291302557 9855979520 23780 33554432000 1073741824 1073778376 140734809194480 139690594015784 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13873/tid=13882] ppid=13871 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/13873/task/13882/stat : 13882 (java) S 13871 13873 13069 0 -1 4202560 9 0 0 0 4 0 0 0 20 0 19 0 291302557 9855979520 23780 33554432000 1073741824 1073778376 140734809194480 139690592962728 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13873/tid=13883] ppid=13871 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/13873/task/13883/stat : 13883 (java) S 13871 13873 13069 0 -1 4202560 15 0 0 0 4 0 0 0 20 0 19 0 291302557 9855979520 23780 33554432000 1073741824 1073778376 140734809194480 139690591910184 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13873/tid=13884] ppid=13871 vsize=9624980 CPUtime=1.41 cores=1,3,5,7
/proc/13873/task/13884/stat : 13884 (java) S 13871 13873 13069 0 -1 4202560 39 0 0 0 141 0 0 0 20 0 19 0 291302558 9855979520 23780 33554432000 1073741824 1073778376 140734809194480 139689979775848 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13873/tid=13885] ppid=13871 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13873/task/13885/stat : 13885 (java) S 13871 13873 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291302558 9855979520 23780 33554432000 1073741824 1073778376 140734809194480 139689978722168 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13873/tid=13886] ppid=13871 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13873/task/13886/stat : 13886 (java) S 13871 13873 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291302558 9855979520 23780 33554432000 1073741824 1073778376 140734809194480 139689977669000 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13873/tid=13887] ppid=13871 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13873/task/13887/stat : 13887 (java) S 13871 13873 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302560 9855979520 23780 33554432000 1073741824 1073778376 140734809194480 139689976617744 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13873/tid=13888] ppid=13871 vsize=9624980 CPUtime=0.66 cores=1,3,5,7
/proc/13873/task/13888/stat : 13888 (java) S 13871 13873 13069 0 -1 4202560 4737 0 0 0 66 0 0 0 20 0 19 0 291302560 9855979520 23780 33554432000 1073741824 1073778376 140734809194480 139689975564600 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13873/tid=13889] ppid=13871 vsize=9624980 CPUtime=0.58 cores=1,3,5,7
/proc/13873/task/13889/stat : 13889 (java) S 13871 13873 13069 0 -1 4202560 3213 0 0 0 58 0 0 0 20 0 19 0 291302560 9855979520 23780 33554432000 1073741824 1073778376 140734809194480 139689974512056 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13873/tid=13890] ppid=13871 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13873/task/13890/stat : 13890 (java) S 13871 13873 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302560 9855979520 23780 33554432000 1073741824 1073778376 140734809194480 139689973459192 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13873/tid=13891] ppid=13871 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13873/task/13891/stat : 13891 (java) S 13871 13873 13069 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291302560 9855979520 23780 33554432000 1073741824 1073778376 140734809194480 139689972406856 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13873/tid=13892] ppid=13871 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13873/task/13892/stat : 13892 (java) S 13871 13873 13069 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291302588 9855979520 23780 33554432000 1073741824 1073778376 140734809194480 139689971353128 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 47.21
Current children cumulated vsize (KiB) 9624980

Child status: 30
Real time (s): 45.7893
CPU time (s): 47.3758
CPU user time (s): 47.2348
CPU system time (s): 0.140978
CPU usage (%): 103.465
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 47.2348
system time used= 0.140978
maximum resident set size= 95176
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11842
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= 2682
involuntary context switches= 1621

runsolver used 0.149977 second user time and 0.367944 second system time

The end

Launcher Data

Begin job on node149 at 2012-05-29 02:36:25
IDJOB=3718108
IDBENCH=78885
IDSOLVER=2301
FILE ID=node149/3718108-1338251785
RUNJOBID= node149-1338251638-13086
PBS_JOBID= 14624666
Free space on /tmp= 71700 MiB

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

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

MD5SUM BENCH= 8d817301a4b1c2c9b4fea9d5d7fdc9d1
RANDOM SEED=553416281

node149.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.145
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	: 5332.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.145
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:       32873648 kB
MemFree:        29563552 kB
Buffers:          641308 kB
Cached:          1748132 kB
SwapCached:         2476 kB
Active:          1186028 kB
Inactive:        1285248 kB
Active(anon):      64476 kB
Inactive(anon):     9368 kB
Active(file):    1121552 kB
Inactive(file):  1275880 kB
Unevictable:        7368 kB
Mlocked:            7368 kB
SwapTotal:      67108856 kB
SwapFree:       67104884 kB
Dirty:              1048 kB
Writeback:             0 kB
AnonPages:        101340 kB
Mapped:            22504 kB
Shmem:                96 kB
Slab:             702128 kB
SReclaimable:     144932 kB
SUnreclaim:       557196 kB
KernelStack:        1760 kB
PageTables:         3912 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     694948 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     47104 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71696 MiB
End job on node149 at 2012-05-29 02:37:10