Trace number 3732367

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 NameAnswerobjective functionCPU timeWall clock time
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31OPT15 69.6944 40.7812

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/logic-synthesis/normalized-clip.b.opb
MD5SUM3b68d80e8ba1b8a702f9c691105ea9d4
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark15
Best CPU time to get the best result obtained on this benchmark0.155976
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 15
Optimality of the best value was proved YES
Number of variables349
Total number of constraints707
Number of constraints which are clauses707
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint111
Number of terms in the objective function 349
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 349
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 349
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.02/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.07	c See www.sat4j.org for details.
0.02/0.07	c version 2.2.0.v20100531
0.02/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.07	c java.vm.version	19.1-b02
0.02/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.07	c sun.arch.data.model	64
0.02/0.07	c java.version		1.6.0_24
0.02/0.07	c os.name		Linux
0.02/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.07	c os.arch		amd64
0.02/0.07	c Free memory 		1349517296
0.02/0.07	c Max memory 		1356595200
0.02/0.07	c Total memory 		1356595200
0.02/0.07	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c ManyCore solver with 2 solvers running in parallel
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c Stops conflict analysis at the first Unique Implication Point
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@431b9fb1
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 Expensive reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose 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 Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c Stops conflict analysis at the first Unique Implication Point
0.10/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
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 phase appearing in latest learned clause 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 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	
0.10/0.10	c solving HOME/instance-3732367-1338739717.opb
0.10/0.10	c reading problem ... 
0.60/0.30	c ... done. Wall clock time 0.194s.
0.60/0.30	c #vars     349
0.60/0.30	c #constraints  706
0.60/0.30	c constraints type 
0.60/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 702
0.60/0.30	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.60/0.30	c constraints type 
0.60/0.30	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3
0.60/0.30	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 702
0.60/0.31	c And the winner is Resolution
0.71/1.30	c SATISFIABLE
0.71/1.30	c OPTIMIZING...
0.71/1.30	c Got one! Elapsed wall clock time (in seconds):1.197
0.71/1.30	o 21
0.71/1.33	c And the winner is CuttingPlanes
0.90/2.31	c Got one! Elapsed wall clock time (in seconds):2.201
0.90/2.31	o 20
0.90/2.37	c And the winner is CuttingPlanes
1.20/3.31	c Got one! Elapsed wall clock time (in seconds):3.204
1.20/3.31	o 19
1.20/3.33	c And the winner is CuttingPlanes
1.73/4.31	c Got one! Elapsed wall clock time (in seconds):4.206
1.73/4.31	o 18
2.06/4.49	c And the winner is CuttingPlanes
2.38/5.31	c Got one! Elapsed wall clock time (in seconds):5.208
2.38/5.31	o 17
2.38/5.36	c cleaning 2500 clauses out of 5001 with flag 5001/5001
3.23/5.66	c cleaning 4247 clauses out of 8500 with flag 11000/11000
3.89/5.98	c cleaning 5622 clauses out of 11253 with flag 18000/18000
4.75/6.36	c cleaning 6807 clauses out of 13631 with flag 26000/26000
5.83/6.84	c cleaning 7906 clauses out of 15824 with flag 35000/35000
6.84/7.32	c cleaning 8951 clauses out of 17919 with flag 45001/45001
7.82/7.83	c cleaning 9482 clauses out of 18967 with flag 55000/55000
8.62/8.25	c And the winner is CuttingPlanes
8.73/8.31	c Got one! Elapsed wall clock time (in seconds):8.21
8.73/8.31	o 16
8.73/8.34	c cleaning 9740 clauses out of 19488 with flag 65003/65003
9.72/8.81	c cleaning 9865 clauses out of 19745 with flag 75000/75000
10.70/9.34	c cleaning 9937 clauses out of 19880 with flag 85000/85000
11.61/9.79	c cleaning 9951 clauses out of 19943 with flag 95000/95000
12.78/10.30	c cleaning 9991 clauses out of 19994 with flag 105002/105002
13.54/10.77	c cleaning 9996 clauses out of 20004 with flag 115003/115003
14.51/11.26	c cleaning 9994 clauses out of 20005 with flag 125000/125000
15.50/11.79	c cleaning 9996 clauses out of 20011 with flag 135000/135000
16.67/12.31	c cleaning 10003 clauses out of 20016 with flag 145001/145001
17.64/12.84	c cleaning 10000 clauses out of 20012 with flag 155000/155000
18.61/13.39	c cleaning 9997 clauses out of 20012 with flag 165000/165000
19.77/13.94	c cleaning 9998 clauses out of 20015 with flag 175000/175000
20.73/14.45	c cleaning 10002 clauses out of 20021 with flag 185004/185004
21.89/15.00	c cleaning 10003 clauses out of 20015 with flag 195000/195000
22.86/15.58	c cleaning 9998 clauses out of 20012 with flag 205000/205000
23.81/16.08	c cleaning 10004 clauses out of 20017 with flag 215003/215003
24.78/16.57	c cleaning 9997 clauses out of 20010 with flag 225000/225000
25.51/16.94	c And the winner is CuttingPlanes
25.61/17.38	c Got one! Elapsed wall clock time (in seconds):17.273
25.61/17.38	o 15
25.93/17.57	c cleaning 10003 clauses out of 20013 with flag 235000/235000
27.08/18.15	c cleaning 10001 clauses out of 20011 with flag 245001/245001
28.05/18.66	c cleaning 9998 clauses out of 20009 with flag 255000/255000
29.19/19.28	c cleaning 10002 clauses out of 20014 with flag 265003/265003
30.34/19.88	c cleaning 9996 clauses out of 20010 with flag 275001/275001
31.29/20.33	c cleaning 9993 clauses out of 20013 with flag 285000/285000
32.25/20.85	c cleaning 10006 clauses out of 20021 with flag 295001/295001
33.59/21.50	c cleaning 9995 clauses out of 20014 with flag 305000/305000
34.72/22.19	c cleaning 9998 clauses out of 20019 with flag 315000/315000
35.87/22.80	c cleaning 10004 clauses out of 20021 with flag 325000/325000
37.21/23.42	c cleaning 9997 clauses out of 20017 with flag 335000/335000
38.16/23.99	c cleaning 9997 clauses out of 20020 with flag 345000/345000
39.27/24.58	c cleaning 10007 clauses out of 20023 with flag 355000/355000
40.42/25.20	c cleaning 9997 clauses out of 20016 with flag 365000/365000
41.96/25.92	c cleaning 10004 clauses out of 20019 with flag 375000/375000
42.92/26.47	c cleaning 9995 clauses out of 20015 with flag 385000/385000
44.02/27.04	c cleaning 10000 clauses out of 20020 with flag 395000/395000
45.17/27.64	c cleaning 9990 clauses out of 20021 with flag 405001/405001
46.51/28.36	c cleaning 10002 clauses out of 20030 with flag 415000/415000
47.85/29.00	c cleaning 10008 clauses out of 20028 with flag 425000/425000
48.75/29.51	c cleaning 10002 clauses out of 20020 with flag 435000/435000
49.68/30.02	c cleaning 10004 clauses out of 20018 with flag 445000/445000
50.82/30.61	c cleaning 10004 clauses out of 20015 with flag 455001/455001
52.21/31.38	c cleaning 10000 clauses out of 20010 with flag 465000/465000
53.49/32.09	c cleaning 9999 clauses out of 20010 with flag 475000/475000
54.83/32.78	c cleaning 9999 clauses out of 20014 with flag 485003/485003
56.16/33.44	c cleaning 10004 clauses out of 20013 with flag 495001/495001
57.51/34.18	c cleaning 9995 clauses out of 20009 with flag 505001/505001
59.18/35.02	c cleaning 10001 clauses out of 20015 with flag 515002/515002
60.71/35.80	c cleaning 10000 clauses out of 20013 with flag 525001/525001
62.05/36.57	c cleaning 10002 clauses out of 20014 with flag 535002/535002
63.60/37.33	c cleaning 10000 clauses out of 20013 with flag 545003/545003
65.08/38.11	c cleaning 9997 clauses out of 20010 with flag 555000/555000
66.22/38.72	c cleaning 9999 clauses out of 20013 with flag 565000/565000
67.35/39.37	c cleaning 10002 clauses out of 20014 with flag 575000/575000
68.28/39.88	c cleaning 10000 clauses out of 20013 with flag 585001/585001
69.18/40.35	c And the winner is CuttingPlanes
69.50/40.77	c starts		: 20
69.50/40.77	c conflicts		: 2358
69.50/40.77	c decisions		: 28746
69.50/40.77	c propagations		: 112430
69.50/40.77	c inspects		: 12678691
69.50/40.77	c learnt literals	: 0
69.50/40.77	c learnt binary clauses	: 0
69.50/40.77	c learnt ternary clauses	: 0
69.50/40.77	c learnt clauses	: 2357
69.50/40.77	c ignored clauses	: 0
69.50/40.77	c root simplifications	: 0
69.50/40.77	c removed literals (reason simplification)	: 0
69.50/40.77	c reason swapping (by a shorter reason)	: 0
69.50/40.77	c Calls to reduceDB	: 0
69.50/40.77	c number of reductions to clauses (during analyze)	: 0
69.50/40.77	c number of learned constraints concerned by reduction	: 0
69.50/40.77	c number of learning phase by resolution	: 0
69.50/40.77	c number of learning phase by cutting planes	: 0
69.50/40.77	c speed (assignments/second)	: 4806.138588466635
69.50/40.77	c non guided choices	0
69.50/40.77	c learnt constraints type 
69.50/40.77	c constraints type 
69.50/40.77	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 702
69.50/40.77	c org.sat4j.minisat.constraints.card.MinWatchCard => 0
69.50/40.77	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
69.50/40.77	c constraints type 
69.50/40.77	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3
69.50/40.77	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 702
69.50/40.77	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 0
69.50/40.77	s OPTIMUM FOUND
69.50/40.77	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 x82 -x83 -x84 -x85 x86 -x87 -x88 x89 -x90 x91 -x92 -x93 -x94 -x95 x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 x301 -x302 -x303 x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 x344 -x345 -x346 -x347 -x348 -x349 
69.50/40.77	c objective function=15
69.50/40.77	c Total wall clock time (in seconds): 40.668

Verifier Data

OK	15

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-3732367-1338739717/watcher-3732367-1338739717 -o /tmp/evaluation-result-3732367-1338739717/solver-3732367-1338739717 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3732367-1338739717.opb 

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: 3.78 3.78 3.78 4/197 9900
/proc/meminfo: memFree=26713064/32873648 swapFree=7120/7120
[pid=9900] ppid=9898 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/9900/stat : 9900 (java) S 9898 9900 27000 0 -1 4202496 1205 0 0 0 0 0 0 0 20 0 2 0 340099032 94019584 916 33554432000 1073741824 1073778376 140735525928656 140735525919792 219517321277 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9900/statm: 22954 916 697 9 0 16769 0
[pid=9900/tid=9901] ppid=9898 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/9900/task/9901/stat : 9901 (java) D 9898 9900 27000 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 2 0 340099033 95129600 926 33554432000 1073741824 1073778376 140735525928656 140633603186216 219504799015 0 0 4096 0 18446744072100609316 0 0 -1 3 0 0 0 0 0

[startup+0.0356909 s]
/proc/loadavg: 3.78 3.78 3.78 4/197 9900
/proc/meminfo: memFree=26713064/32873648 swapFree=7120/7120
[pid=9900] ppid=9898 vsize=2367080 CPUtime=0.02 cores=1,3,5,7
/proc/9900/stat : 9900 (java) S 9898 9900 27000 0 -1 4202496 3702 0 1 0 1 1 0 0 20 0 13 0 340099032 2423889920 4911 33554432000 1073741824 1073778376 140735525928656 140735525919792 219517321277 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9900/statm: 591770 4911 1662 9 0 582471 0
[pid=9900/tid=9901] ppid=9898 vsize=2367080 CPUtime=0.01 cores=1,3,5,7
/proc/9900/task/9901/stat : 9901 (java) S 9898 9900 27000 0 -1 4202560 2521 0 1 0 1 0 0 0 20 0 13 0 340099033 2423889920 4911 33554432000 1073741824 1073778376 140735525928656 140633603186928 219513979363 0 4 0 16784584 18446744071580425449 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2367080

[startup+0.100332 s]
/proc/loadavg: 3.78 3.78 3.78 4/197 9900
/proc/meminfo: memFree=26713064/32873648 swapFree=7120/7120
[pid=9900] ppid=9898 vsize=2699928 CPUtime=0.1 cores=1,3,5,7
/proc/9900/stat : 9900 (java) S 9898 9900 27000 0 -1 4202496 4804 0 1 0 9 1 0 0 20 0 18 0 340099032 2764726272 6493 33554432000 1073741824 1073778376 140735525928656 140735525919792 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9900/statm: 674982 6493 2124 9 0 665676 0
[pid=9900/tid=9901] ppid=9898 vsize=2699928 CPUtime=0.07 cores=1,3,5,7
/proc/9900/task/9901/stat : 9901 (java) R 9898 9900 27000 0 -1 4202560 2802 0 1 0 6 1 0 0 20 0 18 0 340099033 2764726272 6493 33554432000 1073741824 1073778376 140735525928656 140633603177272 219517347085 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2699928

[startup+0.300184 s]
/proc/loadavg: 3.78 3.78 3.78 4/197 9900
/proc/meminfo: memFree=26713064/32873648 swapFree=7120/7120
[pid=9900] ppid=9898 vsize=2699928 CPUtime=0.6 cores=1,3,5,7
/proc/9900/stat : 9900 (java) S 9898 9900 27000 0 -1 4202496 7593 0 1 0 58 2 0 0 20 0 18 0 340099032 2764726272 10317 33554432000 1073741824 1073778376 140735525928656 140735525919792 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9900/statm: 674982 10317 2225 9 0 665676 0
[pid=9900/tid=9901] ppid=9898 vsize=2699928 CPUtime=0.27 cores=1,3,5,7
/proc/9900/task/9901/stat : 9901 (java) R 9898 9900 27000 0 -1 4202560 2824 0 1 0 26 1 0 0 20 0 18 0 340099033 2764726272 10317 33554432000 1073741824 1073778376 140735525928656 140633603177272 219517347085 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 2699928

[startup+0.700289 s]
/proc/loadavg: 3.78 3.78 3.78 4/197 9900
/proc/meminfo: memFree=26713064/32873648 swapFree=7120/7120
[pid=9900] ppid=9898 vsize=2966184 CPUtime=0.71 cores=1,3,5,7
/proc/9900/stat : 9900 (java) S 9898 9900 27000 0 -1 4202496 7897 0 1 0 67 4 0 0 20 0 20 0 340099032 3037372416 11431 33554432000 1073741824 1073778376 140735525928656 140735525919792 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9900/statm: 741546 11431 2237 9 0 732240 0
[pid=9900/tid=9901] ppid=9898 vsize=2966184 CPUtime=0.27 cores=1,3,5,7
/proc/9900/task/9901/stat : 9901 (java) S 9898 9900 27000 0 -1 4202560 2828 0 1 0 26 1 0 0 20 0 20 0 340099033 3037372416 11431 33554432000 1073741824 1073778376 140735525928656 140633603191960 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 2966184

[startup+1.50077 s]
/proc/loadavg: 3.78 3.78 3.78 3/217 9922
/proc/meminfo: memFree=26676100/32873648 swapFree=7120/7120
[pid=9900] ppid=9898 vsize=2966184 CPUtime=0.9 cores=1,3,5,7
/proc/9900/stat : 9900 (java) S 9898 9900 27000 0 -1 4202496 8607 0 1 0 84 6 0 0 20 0 20 0 340099032 3037372416 13747 33554432000 1073741824 1073778376 140735525928656 140735525919792 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9900/statm: 741546 13747 2247 9 0 732240 0
[pid=9900/tid=9901] ppid=9898 vsize=2966184 CPUtime=0.28 cores=1,3,5,7
/proc/9900/task/9901/stat : 9901 (java) S 9898 9900 27000 0 -1 4202560 2841 0 1 0 27 1 0 0 20 0 20 0 340099033 3037372416 13747 33554432000 1073741824 1073778376 140735525928656 140633603191960 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9900/tid=9903] ppid=9898 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9900/task/9903/stat : 9903 (java) S 9898 9900 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340099034 3037372416 13747 33554432000 1073741824 1073778376 140735525928656 140633469610536 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9900/tid=9904] ppid=9898 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9900/task/9904/stat : 9904 (java) S 9898 9900 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340099034 3037372416 13747 33554432000 1073741824 1073778376 140735525928656 140633468557736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9900/tid=9905] ppid=9898 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9900/task/9905/stat : 9905 (java) S 9898 9900 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340099034 3037372416 13747 33554432000 1073741824 1073778376 140735525928656 140633467504936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9900/tid=9906] ppid=9898 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9900/task/9906/stat : 9906 (java) S 9898 9900 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340099034 3037372416 13747 33554432000 1073741824 1073778376 140735525928656 140633466452136 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9900/tid=9907] ppid=9898 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9900/task/9907/stat : 9907 (java) S 9898 9900 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340099034 3037372416 13747 33554432000 1073741824 1073778376 140735525928656 140633465400360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9900/tid=9908] ppid=9898 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9900/task/9908/stat : 9908 (java) S 9898 9900 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340099034 3037372416 13747 33554432000 1073741824 1073778376 140735525928656 140633464347560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9900/tid=9909] ppid=9898 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9900/task/9909/stat : 9909 (java) S 9898 9900 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340099034 3037372416 13747 33554432000 1073741824 1073778376 140735525928656 140633463294760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9900/tid=9910] ppid=9898 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9900/task/9910/stat : 9910 (java) S 9898 9900 27000 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 340099034 3037372416 13747 33554432000 1073741824 1073778376 140735525928656 140633462241960 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9900/tid=9911] ppid=9898 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9900/task/9911/stat : 9911 (java) S 9898 9900 27000 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 340099035 3037372416 13747 33554432000 1073741824 1073778376 140735525928656 140633450043880 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9900/tid=9912] ppid=9898 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9900/task/9912/stat : 9912 (java) S 9898 9900 27000 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 340099036 3037372416 13747 33554432000 1073741824 1073778376 140735525928656 140633448989944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9900/tid=9913] ppid=9898 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9900/task/9913/stat : 9913 (java) S 9898 9900 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340099036 3037372416 13747 33554432000 1073741824 1073778376 140735525928656 140633447937032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9900/tid=9914] ppid=9898 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9900/task/9914/stat : 9914 (java) S 9898 9900 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340099038 3037372416 13747 33554432000 1073741824 1073778376 140735525928656 140633446885520 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9900/tid=9915] ppid=9898 vsize=2966184 CPUtime=0.23 cores=1,3,5,7
/proc/9900/task/9915/stat : 9915 (java) S 9898 9900 27000 0 -1 4202560 2015 0 0 0 23 0 0 0 20 0 20 0 340099038 3037372416 13747 33554432000 1073741824 1073778376 140735525928656 140633445833656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9900/tid=9916] ppid=9898 vsize=2966184 CPUtime=0.24 cores=1,3,5,7
/proc/9900/task/9916/stat : 9916 (java) S 9898 9900 27000 0 -1 4202560 2457 0 0 0 24 0 0 0 20 0 20 0 340099038 3037372416 13747 33554432000 1073741824 1073778376 140735525928656 140633444780856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9900/tid=9917] ppid=9898 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9900/task/9917/stat : 9917 (java) S 9898 9900 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340099038 3037372416 13747 33554432000 1073741824 1073778376 140735525928656 140633443728248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9900/tid=9918] ppid=9898 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9900/task/9918/stat : 9918 (java) S 9898 9900 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340099038 3037372416 13747 33554432000 1073741824 1073778376 140735525928656 140633442675656 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9900/tid=9921] ppid=9898 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9900/task/9921/stat : 9921 (java) S 9898 9900 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340099064 3037372416 13747 33554432000 1073741824 1073778376 140735525928656 140633439515560 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9900/tid=9922] ppid=9898 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9900/task/9922/stat : 9922 (java) S 9898 9900 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340099064 3037372416 13747 33554432000 1073741824 1073778376 140735525928656 140633438462760 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 2966184

[startup+3.10071 s]
/proc/loadavg: 3.78 3.78 3.78 3/217 9924
/proc/meminfo: memFree=26666528/32873648 swapFree=7120/7120
[pid=9900] ppid=9898 vsize=2966184 CPUtime=1.2 cores=1,3,5,7
/proc/9900/stat : 9900 (java) S 9898 9900 27000 0 -1 4202496 8648 0 1 0 112 8 0 0 20 0 20 0 340099032 3037372416 15312 33554432000 1073741824 1073778376 140735525928656 140735525919792 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9900/statm: 741546 15312 2249 9 0 732240 0
[pid=9900/tid=9901] ppid=9898 vsize=2966184 CPUtime=0.28 cores=1,3,5,7
/proc/9900/task/9901/stat : 9901 (java) S 9898 9900 27000 0 -1 4202560 2842 0 1 0 27 1 0 0 20 0 20 0 340099033 3037372416 15312 33554432000 1073741824 1073778376 140735525928656 140633603191960 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9900/tid=9903] ppid=9898 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9900/task/9903/stat : 9903 (java) S 9898 9900 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340099034 3037372416 15312 33554432000 1073741824 1073778376 140735525928656 140633469610536 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9900/tid=9904] ppid=9898 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9900/task/9904/stat : 9904 (java) S 9898 9900 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340099034 3037372416 15312 33554432000 1073741824 1073778376 140735525928656 140633468557736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9900/tid=9905] ppid=9898 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9900/task/9905/stat : 9905 (java) S 9898 9900 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340099034 3037372416 15312 33554432000 1073741824 1073778376 140735525928656 140633467504936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9900/tid=9906] ppid=9898 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9900/task/9906/stat : 9906 (java) S 9898 9900 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340099034 3037372416 15312 33554432000 1073741824 1073778376 140735525928656 140633466452136 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9900/tid=9907] ppid=9898 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9900/task/9907/stat : 9907 (java) S 9898 9900 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340099034 3037372416 15312 33554432000 1073741824 1073778376 140735525928656 140633465400360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9900/tid=9908] ppid=9898 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9900/task/9908/stat : 9908 (java) S 9898 9900 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340099034 3037372416 15312 33554432000 1073741824 1073778376 140735525928656 140633464347560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9900/tid=9909] ppid=9898 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9900/task/9909/stat : 9909 (java) S 9898 9900 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340099034 3037372416 15312 33554432000 1073741824 1073778376 140735525928656 140633463294760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9900/tid=9910] ppid=9898 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9900/task/9910/stat : 9910 (java) S 9898 9900 27000 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 340099034 3037372416 15312 33554432000 1073741824 1073778376 140735525928656 140633462241960 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9900/tid=9911] ppid=9898 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9900/task/9911/stat : 9911 (java) S 9898 9900 27000 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 340099035 3037372416 15312 33554432000 1073741824 1073778376 140735525928656 140633450043880 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9900/tid=9912] ppid=9898 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9900/task/9912/stat : 9912 (java) S 9898 9900 27000 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 340099036 3037372416 15312 33554432000 1073741824 1073778376 140735525928656 140633448989944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9900/tid=9913] ppid=9898 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9900/task/9913/stat : 9913 (java) S 9898 9900 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340099036 3037372416 15312 33554432000 1073741824 1073778376 140735525928656 140633447937032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9900/tid=9914] ppid=9898 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9900/task/9914/stat : 9914 (java) S 9898 9900 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340099038 3037372416 15312 33554432000 1073741824 1073778376 140735525928656 140633446885520 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9900/tid=9915] ppid=9898 vsize=2966184 CPUtime=0.31 cores=1,3,5,7
/proc/9900/task/9915/stat : 9915 (java) S 9898 9900 27000 0 -1 4202560 2026 0 0 0 31 0 0 0 20 0 20 0 340099038 3037372416 15312 33554432000 1073741824 1073778376 140735525928656 140633445833656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9900/tid=9916] ppid=9898 vsize=2966184 CPUtime=0.33 cores=1,3,5,7
/proc/9900/task/9916/stat : 9916 (java) S 9898 9900 27000 0 -1 4202560 2475 0 0 0 33 0 0 0 20 0 20 0 340099038 3037372416 15312 33554432000 1073741824 1073778376 140735525928656 140633444780856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9900/tid=9917] ppid=9898 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9900/task/9917/stat : 9917 (java) S 9898 9900 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340099038 3037372416 15312 33554432000 1073741824 1073778376 140735525928656 140633443728248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9900/tid=9918] ppid=9898 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9900/task/9918/stat : 9918 (java) S 9898 9900 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340099038 3037372416 15312 33554432000 1073741824 1073778376 140735525928656 140633442675656 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9900/tid=9921] ppid=9898 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9900/task/9921/stat : 9921 (java) S 9898 9900 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340099064 3037372416 15312 33554432000 1073741824 1073778376 140735525928656 140633439515560 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9900/tid=9922] ppid=9898 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9900/task/9922/stat : 9922 (java) S 9898 9900 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340099064 3037372416 15312 33554432000 1073741824 1073778376 140735525928656 140633438462760 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 2966184
heavy processes:

[startup+6.30072 s]
/proc/loadavg: 3.64 3.75 3.77 7/219 9934
/proc/meminfo: memFree=26492664/32873648 swapFree=7120/7120
[pid=9900] ppid=9898 vsize=2966184 CPUtime=4.75 cores=1,3,5,7
/proc/9900/stat : 9900 (java) S 9898 9900 27000 0 -1 4202496 19646 0 1 0 459 16 0 0 20 0 22 0 340099032 3037372416 71268 33554432000 1073741824 1073778376 140735525928656 140735525919792 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9900/statm: 741546 71268 2283 9 0 732240 0
[pid=9900/tid=9901] ppid=9898 vsize=2966184 CPUtime=0.28 cores=1,3,5,7
/proc/9900/task/9901/stat : 9901 (java) S 9898 9900 27000 0 -1 4202560 2844 0 1 0 27 1 0 0 20 0 22 0 340099033 3037372416 71268 33554432000 1073741824 1073778376 140735525928656 140633603191960 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9900/tid=9903] ppid=9898 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9900/task/9903/stat : 9903 (java) S 9898 9900 27000 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340099034 3037372416 71268 33554432000 1073741824 1073778376 140735525928656 140633469610536 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9900/tid=9904] ppid=9898 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9900/task/9904/stat : 9904 (java) S 9898 9900 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340099034 3037372416 71268 33554432000 1073741824 1073778376 140735525928656 140633468557736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9900/tid=9905] ppid=9898 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9900/task/9905/stat : 9905 (java) S 9898 9900 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340099034 3037372416 71268 33554432000 1073741824 1073778376 140735525928656 140633467504936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9900/tid=9906] ppid=9898 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9900/task/9906/stat : 9906 (java) S 9898 9900 27000 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340099034 3037372416 71268 33554432000 1073741824 1073778376 140735525928656 140633466452136 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9900/tid=9907] ppid=9898 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9900/task/9907/stat : 9907 (java) S 9898 9900 27000 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 340099034 3037372416 71268 33554432000 1073741824 1073778376 140735525928656 140633465400360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9900/tid=9908] ppid=9898 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9900/task/9908/stat : 9908 (java) S 9898 9900 27000 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 340099034 3037372416 71268 33554432000 1073741824 1073778376 140735525928656 140633464347560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9900/tid=9909] ppid=9898 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9900/task/9909/stat : 9909 (java) S 9898 9900 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340099034 3037372416 71268 33554432000 1073741824 1073778376 140735525928656 140633463294760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9900/tid=9910] ppid=9898 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9900/task/9910/stat : 9910 (java) S 9898 9900 27000 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 340099034 3037372416 71268 33554432000 1073741824 1073778376 140735525928656 140633462241960 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9900/tid=9911] ppid=9898 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/9900/task/9911/stat : 9911 (java) S 9898 9900 27000 0 -1 4202560 30 0 0 0 2 0 0 0 20 0 22 0 340099035 3037372416 71268 33554432000 1073741824 1073778376 140735525928656 140633450043880 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9900/tid=9912] ppid=9898 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9900/task/9912/stat : 9912 (java) S 9898 9900 27000 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340099036 3037372416 71268 33554432000 1073741824 1073778376 140735525928656 140633448989944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9900/tid=9913] ppid=9898 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9900/task/9913/stat : 9913 (java) S 9898 9900 27000 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340099036 3037372416 71268 33554432000 1073741824 1073778376 140735525928656 140633447937032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9900/tid=9914] ppid=9898 vsize=2966184 CPUtime=0 cores=1,3,5,7

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

/proc/9900/task/9913/stat : 9913 (java) S 9898 9900 27000 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340099036 3037372416 142645 33554432000 1073741824 1073778376 140735525928656 140633447937032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9900/tid=9914] ppid=9898 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9900/task/9914/stat : 9914 (java) S 9898 9900 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340099038 3037372416 142645 33554432000 1073741824 1073778376 140735525928656 140633446885520 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9900/tid=9915] ppid=9898 vsize=2966184 CPUtime=1.21 cores=1,3,5,7
/proc/9900/task/9915/stat : 9915 (java) S 9898 9900 27000 0 -1 4202560 7061 0 0 0 121 0 0 0 20 0 22 0 340099038 3037372416 142645 33554432000 1073741824 1073778376 140735525928656 140633445833656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9900/tid=9916] ppid=9898 vsize=2966184 CPUtime=1.15 cores=1,3,5,7
/proc/9900/task/9916/stat : 9916 (java) S 9898 9900 27000 0 -1 4202560 8292 0 0 0 113 2 0 0 20 0 22 0 340099038 3037372416 142645 33554432000 1073741824 1073778376 140735525928656 140633444780856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9900/tid=9917] ppid=9898 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9900/task/9917/stat : 9917 (java) S 9898 9900 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340099038 3037372416 142645 33554432000 1073741824 1073778376 140735525928656 140633443728248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9900/tid=9918] ppid=9898 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9900/task/9918/stat : 9918 (java) S 9898 9900 27000 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 340099038 3037372416 142645 33554432000 1073741824 1073778376 140735525928656 140633442675656 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9900/tid=9921] ppid=9898 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9900/task/9921/stat : 9921 (java) S 9898 9900 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340099064 3037372416 142645 33554432000 1073741824 1073778376 140735525928656 140633439515560 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9900/tid=9922] ppid=9898 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9900/task/9922/stat : 9922 (java) S 9898 9900 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340099064 3037372416 142645 33554432000 1073741824 1073778376 140735525928656 140633438462760 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9900/tid=9937] ppid=9898 vsize=2966184 CPUtime=18.38 cores=1,3,5,7
/proc/9900/task/9937/stat : 9937 (java) R 9898 9900 27000 0 -1 4202560 37 0 0 0 1838 0 0 0 20 0 22 0 340100771 3037372416 142645 33554432000 1073741824 1073778376 140735525928656 140633441620552 140633543492601 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9900/tid=9938] ppid=9898 vsize=2966184 CPUtime=18.39 cores=1,3,5,7
/proc/9900/task/9938/stat : 9938 (java) R 9898 9900 27000 0 -1 4202560 52 0 0 0 1837 2 0 0 20 0 22 0 340100771 3037372416 142645 33554432000 1073741824 1073778376 140735525928656 140633440565576 140633543836908 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 65.41
Current children cumulated vsize (KiB) 2966184

[startup+39.9007 s]
/proc/loadavg: 3.78 3.77 3.77 5/219 9938
/proc/meminfo: memFree=26047724/32873648 swapFree=7120/7120
[pid=9900] ppid=9898 vsize=2966184 CPUtime=68.47 cores=1,3,5,7
/proc/9900/stat : 9900 (java) S 9898 9900 27000 0 -1 4202496 20019 0 1 0 6821 26 0 0 20 0 22 0 340099032 3037372416 142647 33554432000 1073741824 1073778376 140735525928656 140735525919792 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9900/statm: 741546 142647 2286 9 0 732240 0
[pid=9900/tid=9901] ppid=9898 vsize=2966184 CPUtime=0.3 cores=1,3,5,7
/proc/9900/task/9901/stat : 9901 (java) S 9898 9900 27000 0 -1 4202560 2850 0 1 0 28 2 0 0 20 0 22 0 340099033 3037372416 142647 33554432000 1073741824 1073778376 140735525928656 140633603191960 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9900/tid=9903] ppid=9898 vsize=2966184 CPUtime=0.1 cores=1,3,5,7
/proc/9900/task/9903/stat : 9903 (java) S 9898 9900 27000 0 -1 4202560 23 0 0 0 10 0 0 0 20 0 22 0 340099034 3037372416 142647 33554432000 1073741824 1073778376 140735525928656 140633469610536 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9900/tid=9904] ppid=9898 vsize=2966184 CPUtime=0.1 cores=1,3,5,7
/proc/9900/task/9904/stat : 9904 (java) S 9898 9900 27000 0 -1 4202560 13 0 0 0 10 0 0 0 20 0 22 0 340099034 3037372416 142647 33554432000 1073741824 1073778376 140735525928656 140633468557736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9900/tid=9905] ppid=9898 vsize=2966184 CPUtime=0.12 cores=1,3,5,7
/proc/9900/task/9905/stat : 9905 (java) S 9898 9900 27000 0 -1 4202560 16 0 0 0 12 0 0 0 20 0 22 0 340099034 3037372416 142647 33554432000 1073741824 1073778376 140735525928656 140633467504936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9900/tid=9906] ppid=9898 vsize=2966184 CPUtime=0.1 cores=1,3,5,7
/proc/9900/task/9906/stat : 9906 (java) S 9898 9900 27000 0 -1 4202560 33 0 0 0 10 0 0 0 20 0 22 0 340099034 3037372416 142647 33554432000 1073741824 1073778376 140735525928656 140633466452136 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9900/tid=9907] ppid=9898 vsize=2966184 CPUtime=0.11 cores=1,3,5,7
/proc/9900/task/9907/stat : 9907 (java) S 9898 9900 27000 0 -1 4202560 33 0 0 0 11 0 0 0 20 0 22 0 340099034 3037372416 142647 33554432000 1073741824 1073778376 140735525928656 140633465400360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9900/tid=9908] ppid=9898 vsize=2966184 CPUtime=0.1 cores=1,3,5,7
/proc/9900/task/9908/stat : 9908 (java) S 9898 9900 27000 0 -1 4202560 23 0 0 0 10 0 0 0 20 0 22 0 340099034 3037372416 142647 33554432000 1073741824 1073778376 140735525928656 140633464347560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9900/tid=9909] ppid=9898 vsize=2966184 CPUtime=0.07 cores=1,3,5,7
/proc/9900/task/9909/stat : 9909 (java) S 9898 9900 27000 0 -1 4202560 9 0 0 0 7 0 0 0 20 0 22 0 340099034 3037372416 142647 33554432000 1073741824 1073778376 140735525928656 140633463294760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9900/tid=9910] ppid=9898 vsize=2966184 CPUtime=0.08 cores=1,3,5,7
/proc/9900/task/9910/stat : 9910 (java) S 9898 9900 27000 0 -1 4202560 19 0 0 0 8 0 0 0 20 0 22 0 340099034 3037372416 142647 33554432000 1073741824 1073778376 140735525928656 140633462241960 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9900/tid=9911] ppid=9898 vsize=2966184 CPUtime=3.26 cores=1,3,5,7
/proc/9900/task/9911/stat : 9911 (java) R 9898 9900 27000 0 -1 4202560 59 0 0 0 324 2 0 0 20 0 22 0 340099035 3037372416 142647 33554432000 1073741824 1073778376 140735525928656 140633450042736 140633607327962 0 0 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=9900/tid=9912] ppid=9898 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9900/task/9912/stat : 9912 (java) S 9898 9900 27000 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340099036 3037372416 142647 33554432000 1073741824 1073778376 140735525928656 140633448989944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9900/tid=9913] ppid=9898 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9900/task/9913/stat : 9913 (java) S 9898 9900 27000 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340099036 3037372416 142647 33554432000 1073741824 1073778376 140735525928656 140633447937032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9900/tid=9914] ppid=9898 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9900/task/9914/stat : 9914 (java) S 9898 9900 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340099038 3037372416 142647 33554432000 1073741824 1073778376 140735525928656 140633446885520 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9900/tid=9915] ppid=9898 vsize=2966184 CPUtime=1.22 cores=1,3,5,7
/proc/9900/task/9915/stat : 9915 (java) S 9898 9900 27000 0 -1 4202560 7062 0 0 0 122 0 0 0 20 0 22 0 340099038 3037372416 142647 33554432000 1073741824 1073778376 140735525928656 140633445833656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9900/tid=9916] ppid=9898 vsize=2966184 CPUtime=1.15 cores=1,3,5,7
/proc/9900/task/9916/stat : 9916 (java) S 9898 9900 27000 0 -1 4202560 8292 0 0 0 113 2 0 0 20 0 22 0 340099038 3037372416 142647 33554432000 1073741824 1073778376 140735525928656 140633444780856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9900/tid=9917] ppid=9898 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9900/task/9917/stat : 9917 (java) S 9898 9900 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340099038 3037372416 142647 33554432000 1073741824 1073778376 140735525928656 140633443728248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9900/tid=9918] ppid=9898 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9900/task/9918/stat : 9918 (java) S 9898 9900 27000 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 340099038 3037372416 142647 33554432000 1073741824 1073778376 140735525928656 140633442675656 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9900/tid=9921] ppid=9898 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9900/task/9921/stat : 9921 (java) S 9898 9900 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340099064 3037372416 142647 33554432000 1073741824 1073778376 140735525928656 140633439515560 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9900/tid=9922] ppid=9898 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9900/task/9922/stat : 9922 (java) S 9898 9900 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340099064 3037372416 142647 33554432000 1073741824 1073778376 140735525928656 140633438462760 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9900/tid=9937] ppid=9898 vsize=2966184 CPUtime=19.8 cores=1,3,5,7
/proc/9900/task/9937/stat : 9937 (java) S 9898 9900 27000 0 -1 4202560 39 0 0 0 1980 0 0 0 20 0 22 0 340100771 3037372416 142647 33554432000 1073741824 1073778376 140735525928656 140633441620552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9900/tid=9938] ppid=9898 vsize=2966184 CPUtime=19.81 cores=1,3,5,7
/proc/9900/task/9938/stat : 9938 (java) S 9898 9900 27000 0 -1 4202560 52 0 0 0 1979 2 0 0 20 0 22 0 340100771 3037372416 142647 33554432000 1073741824 1073778376 140735525928656 140633440565464 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 68.47
Current children cumulated vsize (KiB) 2966184

[startup+40.3008 s]
/proc/loadavg: 3.78 3.77 3.77 5/219 9938
/proc/meminfo: memFree=26047724/32873648 swapFree=7120/7120
[pid=9900] ppid=9898 vsize=2966184 CPUtime=69.18 cores=1,3,5,7
/proc/9900/stat : 9900 (java) S 9898 9900 27000 0 -1 4202496 20020 0 1 0 6892 26 0 0 20 0 22 0 340099032 3037372416 142647 33554432000 1073741824 1073778376 140735525928656 140735525919792 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9900/statm: 741546 142647 2286 9 0 732240 0
[pid=9900/tid=9901] ppid=9898 vsize=2966184 CPUtime=0.3 cores=1,3,5,7
/proc/9900/task/9901/stat : 9901 (java) S 9898 9900 27000 0 -1 4202560 2850 0 1 0 28 2 0 0 20 0 22 0 340099033 3037372416 142647 33554432000 1073741824 1073778376 140735525928656 140633603191960 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9900/tid=9903] ppid=9898 vsize=2966184 CPUtime=0.1 cores=1,3,5,7
/proc/9900/task/9903/stat : 9903 (java) S 9898 9900 27000 0 -1 4202560 23 0 0 0 10 0 0 0 20 0 22 0 340099034 3037372416 142647 33554432000 1073741824 1073778376 140735525928656 140633469610536 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9900/tid=9904] ppid=9898 vsize=2966184 CPUtime=0.1 cores=1,3,5,7
/proc/9900/task/9904/stat : 9904 (java) S 9898 9900 27000 0 -1 4202560 13 0 0 0 10 0 0 0 20 0 22 0 340099034 3037372416 142647 33554432000 1073741824 1073778376 140735525928656 140633468557736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9900/tid=9905] ppid=9898 vsize=2966184 CPUtime=0.12 cores=1,3,5,7
/proc/9900/task/9905/stat : 9905 (java) S 9898 9900 27000 0 -1 4202560 16 0 0 0 12 0 0 0 20 0 22 0 340099034 3037372416 142647 33554432000 1073741824 1073778376 140735525928656 140633467504936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9900/tid=9906] ppid=9898 vsize=2966184 CPUtime=0.1 cores=1,3,5,7
/proc/9900/task/9906/stat : 9906 (java) S 9898 9900 27000 0 -1 4202560 33 0 0 0 10 0 0 0 20 0 22 0 340099034 3037372416 142647 33554432000 1073741824 1073778376 140735525928656 140633466452136 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9900/tid=9907] ppid=9898 vsize=2966184 CPUtime=0.11 cores=1,3,5,7
/proc/9900/task/9907/stat : 9907 (java) S 9898 9900 27000 0 -1 4202560 33 0 0 0 11 0 0 0 20 0 22 0 340099034 3037372416 142647 33554432000 1073741824 1073778376 140735525928656 140633465400360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9900/tid=9908] ppid=9898 vsize=2966184 CPUtime=0.1 cores=1,3,5,7
/proc/9900/task/9908/stat : 9908 (java) S 9898 9900 27000 0 -1 4202560 23 0 0 0 10 0 0 0 20 0 22 0 340099034 3037372416 142647 33554432000 1073741824 1073778376 140735525928656 140633464347560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9900/tid=9909] ppid=9898 vsize=2966184 CPUtime=0.07 cores=1,3,5,7
/proc/9900/task/9909/stat : 9909 (java) S 9898 9900 27000 0 -1 4202560 9 0 0 0 7 0 0 0 20 0 22 0 340099034 3037372416 142647 33554432000 1073741824 1073778376 140735525928656 140633463294760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9900/tid=9910] ppid=9898 vsize=2966184 CPUtime=0.08 cores=1,3,5,7
/proc/9900/task/9910/stat : 9910 (java) S 9898 9900 27000 0 -1 4202560 19 0 0 0 8 0 0 0 20 0 22 0 340099034 3037372416 142647 33554432000 1073741824 1073778376 140735525928656 140633462241960 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9900/tid=9911] ppid=9898 vsize=2966184 CPUtime=3.37 cores=1,3,5,7
/proc/9900/task/9911/stat : 9911 (java) S 9898 9900 27000 0 -1 4202560 59 0 0 0 335 2 0 0 20 0 22 0 340099035 3037372416 142647 33554432000 1073741824 1073778376 140735525928656 140633450043880 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9900/tid=9912] ppid=9898 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9900/task/9912/stat : 9912 (java) S 9898 9900 27000 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340099036 3037372416 142647 33554432000 1073741824 1073778376 140735525928656 140633448989944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9900/tid=9913] ppid=9898 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9900/task/9913/stat : 9913 (java) S 9898 9900 27000 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340099036 3037372416 142647 33554432000 1073741824 1073778376 140735525928656 140633447937032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9900/tid=9914] ppid=9898 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9900/task/9914/stat : 9914 (java) S 9898 9900 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340099038 3037372416 142647 33554432000 1073741824 1073778376 140735525928656 140633446885520 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9900/tid=9915] ppid=9898 vsize=2966184 CPUtime=1.25 cores=1,3,5,7
/proc/9900/task/9915/stat : 9915 (java) S 9898 9900 27000 0 -1 4202560 7062 0 0 0 125 0 0 0 20 0 22 0 340099038 3037372416 142647 33554432000 1073741824 1073778376 140735525928656 140633445833656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9900/tid=9916] ppid=9898 vsize=2966184 CPUtime=1.15 cores=1,3,5,7
/proc/9900/task/9916/stat : 9916 (java) S 9898 9900 27000 0 -1 4202560 8292 0 0 0 113 2 0 0 20 0 22 0 340099038 3037372416 142647 33554432000 1073741824 1073778376 140735525928656 140633444780856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9900/tid=9917] ppid=9898 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9900/task/9917/stat : 9917 (java) S 9898 9900 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340099038 3037372416 142647 33554432000 1073741824 1073778376 140735525928656 140633443728248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9900/tid=9918] ppid=9898 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9900/task/9918/stat : 9918 (java) S 9898 9900 27000 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 340099038 3037372416 142647 33554432000 1073741824 1073778376 140735525928656 140633442675656 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9900/tid=9921] ppid=9898 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9900/task/9921/stat : 9921 (java) S 9898 9900 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340099064 3037372416 142647 33554432000 1073741824 1073778376 140735525928656 140633439515560 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9900/tid=9922] ppid=9898 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9900/task/9922/stat : 9922 (java) S 9898 9900 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340099064 3037372416 142647 33554432000 1073741824 1073778376 140735525928656 140633438462760 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9900/tid=9937] ppid=9898 vsize=2966184 CPUtime=20.09 cores=1,3,5,7
/proc/9900/task/9937/stat : 9937 (java) R 9898 9900 27000 0 -1 4202560 40 0 0 0 2009 0 0 0 20 0 22 0 340100771 3037372416 142647 33554432000 1073741824 1073778376 140735525928656 140633441620432 140633543529386 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9900/tid=9938] ppid=9898 vsize=2966184 CPUtime=20.1 cores=1,3,5,7
/proc/9900/task/9938/stat : 9938 (java) R 9898 9900 27000 0 -1 4202560 52 0 0 0 2008 2 0 0 20 0 22 0 340100771 3037372416 142647 33554432000 1073741824 1073778376 140735525928656 140633440565464 140633543836758 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 69.18
Current children cumulated vsize (KiB) 2966184

[startup+40.707 s]
/proc/loadavg: 3.80 3.78 3.77 4/217 9938
/proc/meminfo: memFree=26047732/32873648 swapFree=7120/7120
[pid=9900] ppid=9898 vsize=2966184 CPUtime=69.5 cores=1,3,5,7
/proc/9900/stat : 9900 (java) S 9898 9900 27000 0 -1 4202496 20020 0 1 0 6922 28 0 0 20 0 20 0 340099032 3037372416 142642 33554432000 1073741824 1073778376 140735525928656 140735525919792 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9900/statm: 741546 142642 2286 9 0 732240 0
[pid=9900/tid=9901] ppid=9898 vsize=2966184 CPUtime=0.47 cores=1,3,5,7
/proc/9900/task/9901/stat : 9901 (java) R 9898 9900 27000 0 -1 4202560 2850 0 1 0 45 2 0 0 20 0 20 0 340099033 3037372416 142642 33554432000 1073741824 1073778376 140735525928656 140633603191480 140633543149474 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9900/tid=9903] ppid=9898 vsize=2966184 CPUtime=0.1 cores=1,3,5,7
/proc/9900/task/9903/stat : 9903 (java) S 9898 9900 27000 0 -1 4202560 23 0 0 0 10 0 0 0 20 0 20 0 340099034 3037372416 142642 33554432000 1073741824 1073778376 140735525928656 140633469610536 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9900/tid=9904] ppid=9898 vsize=2966184 CPUtime=0.1 cores=1,3,5,7
/proc/9900/task/9904/stat : 9904 (java) S 9898 9900 27000 0 -1 4202560 13 0 0 0 10 0 0 0 20 0 20 0 340099034 3037372416 142642 33554432000 1073741824 1073778376 140735525928656 140633468557736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9900/tid=9905] ppid=9898 vsize=2966184 CPUtime=0.12 cores=1,3,5,7
/proc/9900/task/9905/stat : 9905 (java) S 9898 9900 27000 0 -1 4202560 16 0 0 0 12 0 0 0 20 0 20 0 340099034 3037372416 142642 33554432000 1073741824 1073778376 140735525928656 140633467504936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9900/tid=9906] ppid=9898 vsize=2966184 CPUtime=0.1 cores=1,3,5,7
/proc/9900/task/9906/stat : 9906 (java) S 9898 9900 27000 0 -1 4202560 33 0 0 0 10 0 0 0 20 0 20 0 340099034 3037372416 142642 33554432000 1073741824 1073778376 140735525928656 140633466452136 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9900/tid=9907] ppid=9898 vsize=2966184 CPUtime=0.11 cores=1,3,5,7
/proc/9900/task/9907/stat : 9907 (java) S 9898 9900 27000 0 -1 4202560 33 0 0 0 11 0 0 0 20 0 20 0 340099034 3037372416 142642 33554432000 1073741824 1073778376 140735525928656 140633465400360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9900/tid=9908] ppid=9898 vsize=2966184 CPUtime=0.1 cores=1,3,5,7
/proc/9900/task/9908/stat : 9908 (java) S 9898 9900 27000 0 -1 4202560 23 0 0 0 10 0 0 0 20 0 20 0 340099034 3037372416 142642 33554432000 1073741824 1073778376 140735525928656 140633464347560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9900/tid=9909] ppid=9898 vsize=2966184 CPUtime=0.07 cores=1,3,5,7
/proc/9900/task/9909/stat : 9909 (java) S 9898 9900 27000 0 -1 4202560 9 0 0 0 7 0 0 0 20 0 20 0 340099034 3037372416 142642 33554432000 1073741824 1073778376 140735525928656 140633463294760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9900/tid=9910] ppid=9898 vsize=2966184 CPUtime=0.08 cores=1,3,5,7
/proc/9900/task/9910/stat : 9910 (java) S 9898 9900 27000 0 -1 4202560 19 0 0 0 8 0 0 0 20 0 20 0 340099034 3037372416 142642 33554432000 1073741824 1073778376 140735525928656 140633462241960 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9900/tid=9911] ppid=9898 vsize=2966184 CPUtime=3.37 cores=1,3,5,7
/proc/9900/task/9911/stat : 9911 (java) S 9898 9900 27000 0 -1 4202560 59 0 0 0 335 2 0 0 20 0 20 0 340099035 3037372416 142642 33554432000 1073741824 1073778376 140735525928656 140633450043880 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9900/tid=9912] ppid=9898 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9900/task/9912/stat : 9912 (java) S 9898 9900 27000 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340099036 3037372416 142642 33554432000 1073741824 1073778376 140735525928656 140633448989944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9900/tid=9913] ppid=9898 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9900/task/9913/stat : 9913 (java) S 9898 9900 27000 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 340099036 3037372416 142642 33554432000 1073741824 1073778376 140735525928656 140633447937032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9900/tid=9914] ppid=9898 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9900/task/9914/stat : 9914 (java) S 9898 9900 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340099038 3037372416 142642 33554432000 1073741824 1073778376 140735525928656 140633446885520 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9900/tid=9915] ppid=9898 vsize=2966184 CPUtime=1.25 cores=1,3,5,7
/proc/9900/task/9915/stat : 9915 (java) S 9898 9900 27000 0 -1 4202560 7062 0 0 0 125 0 0 0 20 0 20 0 340099038 3037372416 142642 33554432000 1073741824 1073778376 140735525928656 140633445833656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9900/tid=9916] ppid=9898 vsize=2966184 CPUtime=1.17 cores=1,3,5,7
/proc/9900/task/9916/stat : 9916 (java) S 9898 9900 27000 0 -1 4202560 8292 0 0 0 115 2 0 0 20 0 20 0 340099038 3037372416 142642 33554432000 1073741824 1073778376 140735525928656 140633444780856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9900/tid=9917] ppid=9898 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9900/task/9917/stat : 9917 (java) S 9898 9900 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340099038 3037372416 142642 33554432000 1073741824 1073778376 140735525928656 140633443728248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9900/tid=9918] ppid=9898 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9900/task/9918/stat : 9918 (java) S 9898 9900 27000 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 20 0 340099038 3037372416 142642 33554432000 1073741824 1073778376 140735525928656 140633442675656 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9900/tid=9921] ppid=9898 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9900/task/9921/stat : 9921 (java) S 9898 9900 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340099064 3037372416 142642 33554432000 1073741824 1073778376 140735525928656 140633439515560 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9900/tid=9922] ppid=9898 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/9900/task/9922/stat : 9922 (java) S 9898 9900 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340099064 3037372416 142642 33554432000 1073741824 1073778376 140735525928656 140633438462760 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 69.5
Current children cumulated vsize (KiB) 2966184

Child status: 30
Real time (s): 40.7812
CPU time (s): 69.6944
CPU user time (s): 69.3005
CPU system time (s): 0.39394
CPU usage (%): 170.898
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 69.3005
system time used= 0.39394
maximum resident set size= 570592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20030
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= 3165
involuntary context switches= 2261

runsolver used 0.132979 second user time and 0.39394 second system time

The end

Launcher Data

Begin job on node114 at 2012-06-03 18:08:37
IDJOB=3732367
IDBENCH=2051
IDSOLVER=2324
FILE ID=node114/3732367-1338739717
RUNJOBID= node114-1338725802-3593
PBS_JOBID= 14636748
Free space on /tmp= 70140 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/logic-synthesis/normalized-clip.b.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3732367-1338739717/watcher-3732367-1338739717 -o /tmp/evaluation-result-3732367-1338739717/solver-3732367-1338739717 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3732367-1338739717.opb

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

MD5SUM BENCH= 3b68d80e8ba1b8a702f9c691105ea9d4
RANDOM SEED=776448215

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.242
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.242
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:        26713320 kB
Buffers:         1057380 kB
Cached:          3633364 kB
SwapCached:         2244 kB
Active:          3347376 kB
Inactive:        1790288 kB
Active(anon):     432956 kB
Inactive(anon):     9112 kB
Active(file):    2914420 kB
Inactive(file):  1781176 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67103576 kB
Dirty:               108 kB
Writeback:             0 kB
AnonPages:        454996 kB
Mapped:            19148 kB
Shmem:               100 kB
Slab:             865448 kB
SReclaimable:     309048 kB
SUnreclaim:       556400 kB
KernelStack:        1632 kB
PageTables:         5080 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1572348 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    419840 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= 70140 MiB
End job on node114 at 2012-06-03 18:09:18