Trace number 3718120

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 10.2024 9.20842

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110975607--soft-33-100-0.wbo
MD5SUM9a2a28c5bb6a02365b79a03ef797cc3c
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark24
Best CPU time to get the best result obtained on this benchmark0.900862
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints64
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 3426
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 3425
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1221
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.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.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5f934ad
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3718120-1338251772.wbo
0.11/0.10	c reading problem ... 
0.11/0.16	c ... done. Wall clock time 0.055s.
0.11/0.16	c declared #vars     169
0.11/0.16	c internal #vars     233
0.11/0.16	c #constraints  101
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.11/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
0.11/0.16	c ignored satisfied constraints => 1
0.11/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 41
0.11/0.16	c 102 constraints processed.
0.11/0.16	c objective function length is 64 literals
0.28/0.21	c SATISFIABLE
0.28/0.21	c OPTIMIZING...
0.28/0.21	c Got one! Elapsed wall clock time (in seconds):0.105
0.28/0.21	o 806
0.28/0.23	c Got one! Elapsed wall clock time (in seconds):0.128
0.28/0.23	o 484
0.28/0.25	c Got one! Elapsed wall clock time (in seconds):0.146
0.28/0.25	o 457
0.28/0.26	c Got one! Elapsed wall clock time (in seconds):0.156
0.28/0.26	o 414
0.28/0.27	c Got one! Elapsed wall clock time (in seconds):0.168
0.28/0.27	o 411
0.28/0.28	c Got one! Elapsed wall clock time (in seconds):0.178
0.28/0.28	o 407
0.28/0.29	c Got one! Elapsed wall clock time (in seconds):0.182
0.28/0.29	o 406
0.28/0.29	c Got one! Elapsed wall clock time (in seconds):0.191
0.28/0.29	o 380
0.54/0.30	c Got one! Elapsed wall clock time (in seconds):0.2
0.54/0.30	o 379
0.54/0.32	c Got one! Elapsed wall clock time (in seconds):0.213
0.54/0.32	o 377
0.54/0.35	c Got one! Elapsed wall clock time (in seconds):0.243
0.54/0.35	o 372
0.54/0.36	c Got one! Elapsed wall clock time (in seconds):0.26
0.54/0.36	o 369
0.54/0.38	c Got one! Elapsed wall clock time (in seconds):0.274
0.54/0.38	o 362
0.54/0.39	c Got one! Elapsed wall clock time (in seconds):0.291
0.54/0.39	o 361
0.72/0.41	c Got one! Elapsed wall clock time (in seconds):0.311
0.72/0.41	o 360
0.72/0.44	c Got one! Elapsed wall clock time (in seconds):0.339
0.72/0.44	o 332
0.72/0.45	c Got one! Elapsed wall clock time (in seconds):0.343
0.72/0.45	o 317
0.72/0.46	c Got one! Elapsed wall clock time (in seconds):0.36
0.72/0.46	o 316
0.72/0.48	c Got one! Elapsed wall clock time (in seconds):0.374
0.72/0.48	o 311
0.72/0.49	c Got one! Elapsed wall clock time (in seconds):0.388
0.72/0.49	o 305
0.84/0.52	c Got one! Elapsed wall clock time (in seconds):0.415
0.84/0.52	o 278
0.84/0.54	c Got one! Elapsed wall clock time (in seconds):0.439
0.84/0.54	o 276
0.84/0.56	c Got one! Elapsed wall clock time (in seconds):0.452
0.84/0.56	o 250
0.84/0.59	c Got one! Elapsed wall clock time (in seconds):0.488
0.84/0.59	o 245
0.97/0.64	c Got one! Elapsed wall clock time (in seconds):0.537
0.97/0.64	o 229
1.11/0.70	c Got one! Elapsed wall clock time (in seconds):0.6
1.11/0.70	o 213
1.11/0.77	c cleaning 7365 clauses out of 14735 with flag 3416/14735
1.24/0.82	c Got one! Elapsed wall clock time (in seconds):0.717
1.24/0.82	o 207
1.24/0.85	c Got one! Elapsed wall clock time (in seconds):0.749
1.24/0.85	o 190
1.34/0.95	c cleaning 6309 clauses out of 12635 with flag 11171/20000
1.34/0.99	c Got one! Elapsed wall clock time (in seconds):0.883
1.34/0.99	o 189
1.34/1.00	c Got one! Elapsed wall clock time (in seconds):0.896
1.34/1.00	o 170
1.46/1.02	c Got one! Elapsed wall clock time (in seconds):0.921
1.46/1.02	o 168
1.46/1.08	c Got one! Elapsed wall clock time (in seconds):0.981
1.46/1.08	o 158
1.65/1.22	c cleaning 7172 clauses out of 14352 with flag 16408/28026
1.65/1.25	c Got one! Elapsed wall clock time (in seconds):1.145
1.65/1.25	o 157
1.77/1.37	c Got one! Elapsed wall clock time (in seconds):1.265
1.77/1.37	o 148
1.88/1.44	c cleaning 6751 clauses out of 13501 with flag 7943/34347
1.88/1.46	c Got one! Elapsed wall clock time (in seconds):1.354
1.88/1.46	o 131
1.98/1.51	c Got one! Elapsed wall clock time (in seconds):1.403
1.98/1.51	o 121
2.08/1.65	c cleaning 6216 clauses out of 12436 with flag 17379/40033
2.18/1.79	c Got one! Elapsed wall clock time (in seconds):1.684
2.18/1.79	o 112
2.28/1.86	c cleaning 6040 clauses out of 12092 with flag 10505/45905
2.38/1.97	c Got one! Elapsed wall clock time (in seconds):1.867
2.38/1.97	o 111
2.48/2.00	c Got one! Elapsed wall clock time (in seconds):1.898
2.48/2.00	o 104
2.48/2.08	c cleaning 6252 clauses out of 12504 with flag 9033/52357
2.48/2.10	c Got one! Elapsed wall clock time (in seconds):1.996
2.48/2.10	o 100
2.73/2.24	c Got one! Elapsed wall clock time (in seconds):2.133
2.73/2.24	o 92
2.73/2.28	c cleaning 5788 clauses out of 11600 with flag 5438/57705
2.93/2.49	c cleaning 5906 clauses out of 11812 with flag 32389/63705
3.03/2.55	c Got one! Elapsed wall clock time (in seconds):2.444
3.03/2.55	o 91
3.13/2.69	c cleaning 5749 clauses out of 11505 with flag 22551/69304
3.43/2.90	c Got one! Elapsed wall clock time (in seconds):2.793
3.43/2.90	o 81
3.43/2.94	c Got one! Elapsed wall clock time (in seconds):2.841
3.43/2.94	o 69
3.62/3.02	c Got one! Elapsed wall clock time (in seconds):2.915
3.62/3.02	o 52
3.78/3.15	c cleaning 8810 clauses out of 17628 with flag 14216/81176
3.99/3.33	c Got one! Elapsed wall clock time (in seconds):3.227
3.99/3.33	o 50
4.19/3.55	c cleaning 9782 clauses out of 19595 with flag 26947/91953
4.40/3.77	c cleaning 7904 clauses out of 15813 with flag 54506/97953
4.50/3.88	c Got one! Elapsed wall clock time (in seconds):3.776
4.50/3.88	o 36
4.60/3.96	c cleaning 6528 clauses out of 13060 with flag 12033/103104
4.81/4.18	c cleaning 6261 clauses out of 12532 with flag 43077/109104
5.12/4.41	c cleaning 6633 clauses out of 13270 with flag 74445/116103
5.12/4.44	c Got one! Elapsed wall clock time (in seconds):4.336
5.12/4.44	o 30
5.23/4.58	c Got one! Elapsed wall clock time (in seconds):4.475
5.23/4.58	o 29
5.33/4.62	c cleaning 6535 clauses out of 13080 with flag 5138/122546
5.54/4.83	c cleaning 6268 clauses out of 12544 with flag 35534/128545
5.76/5.06	c cleaning 6638 clauses out of 13277 with flag 68688/135546
6.07/5.33	c cleaning 7316 clauses out of 14638 with flag 104235/143546
6.39/5.62	c cleaning 8158 clauses out of 16323 with flag 142483/152548
6.59/5.80	c Got one! Elapsed wall clock time (in seconds):5.701
6.59/5.80	o 25
6.78/6.01	c cleaning 9316 clauses out of 18651 with flag 28205/163035
6.99/6.25	c cleaning 7651 clauses out of 15334 with flag 60622/169034
7.19/6.48	c cleaning 7337 clauses out of 14683 with flag 94280/176034
7.50/6.74	c cleaning 7667 clauses out of 15345 with flag 131826/184035
7.80/7.03	c cleaning 8328 clauses out of 16674 with flag 173610/193034
8.12/7.37	c cleaning 9167 clauses out of 18344 with flag 220610/203034
8.33/7.52	c Got one! Elapsed wall clock time (in seconds):7.42
8.33/7.52	o 24
8.33/7.57	c cleaning 7261 clauses out of 14539 with flag 5963/208398
8.65/7.80	c cleaning 6627 clauses out of 13279 with flag 38829/214399
8.87/8.07	c cleaning 6819 clauses out of 13652 with flag 76341/221399
9.17/8.35	c cleaning 7413 clauses out of 14834 with flag 117220/229400
9.50/8.66	c cleaning 8198 clauses out of 16416 with flag 159315/238398
9.90/9.02	c cleaning 9103 clauses out of 18214 with flag 206731/248400
10.11/9.20	c starts		: 166
10.11/9.20	c conflicts		: 253629
10.11/9.20	c decisions		: 381677
10.11/9.20	c propagations		: 5684891
10.11/9.20	c inspects		: 61668551
10.11/9.20	c shortcuts		: 0
10.11/9.20	c learnt literals	: 40
10.11/9.20	c learnt binary clauses	: 2
10.11/9.20	c learnt ternary clauses	: 301
10.11/9.20	c learnt constraints	: 253588
10.11/9.20	c ignored constraints	: 0
10.11/9.20	c root simplifications	: 0
10.11/9.20	c removed literals (reason simplification)	: 0
10.11/9.20	c reason swapping (by a shorter reason)	: 0
10.11/9.20	c Calls to reduceDB	: 33
10.11/9.20	c Number of update (reduction) of LBD	: 66810
10.11/9.20	c number of reductions to clauses (during analyze)	: 0
10.11/9.20	c number of learned constraints concerned by reduction	: 0
10.11/9.20	c number of learning phase by resolution	: 0
10.11/9.20	c number of learning phase by cutting planes	: 0
10.11/9.20	c speed (assignments/second)	: 628998.7829165744
10.11/9.20	c non guided choices	2150
10.11/9.20	c learnt constraints type 
10.11/9.20	c constraints type 
10.11/9.20	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
10.11/9.20	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
10.11/9.20	c ignored satisfied constraints => 1
10.11/9.20	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 41
10.11/9.20	c 102 constraints processed.
10.11/9.20	s OPTIMUM FOUND
10.11/9.20	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 
10.11/9.20	c objective function=24
10.11/9.20	c Total wall clock time (in seconds): 9.098

Verifier Data

OK	24

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.00 1.67 1.79 3/194 13759
/proc/meminfo: memFree=29564108/32873648 swapFree=7368/7368
[pid=13759] ppid=13757 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/13759/stat : 13759 (java) S 13757 13759 13069 0 -1 4202496 1217 0 0 0 0 0 0 0 20 0 2 0 291301295 95129600 927 33554432000 1073741824 1073778376 140736602915312 140736602906448 251056390205 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13759/statm: 23225 927 703 9 0 16769 0
[pid=13759/tid=13760] ppid=13757 vsize=94112 CPUtime=0 cores=0,2,4,6
/proc/13759/task/13760/stat : 13760 (java) R 13757 13759 13069 0 -1 4202560 75 0 0 0 0 0 0 0 20 0 2 0 291301296 96370688 931 33554432000 1073741824 1073778376 140736602915312 140113450729000 251043867943 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.048826 s]
/proc/loadavg: 2.00 1.67 1.79 3/194 13759
/proc/meminfo: memFree=29564108/32873648 swapFree=7368/7368
[pid=13759] ppid=13757 vsize=9225560 CPUtime=0.03 cores=0,2,4,6
/proc/13759/stat : 13759 (java) S 13757 13759 13069 0 -1 4202496 3134 0 1 0 3 0 0 0 20 0 13 0 291301295 9446973440 3831 33554432000 1073741824 1073778376 140736602915312 140736602906448 251056390205 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13759/statm: 2306390 3831 1708 9 0 2297091 0
[pid=13759/tid=13760] ppid=13757 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/13759/task/13760/stat : 13760 (java) R 13757 13759 13069 0 -1 4202560 1952 0 1 0 2 0 0 0 20 0 13 0 291301296 9446973440 3831 33554432000 1073741824 1073778376 140736602915312 140113450731240 140113322392911 0 4 0 16800971 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100299 s]
/proc/loadavg: 2.00 1.67 1.79 3/194 13759
/proc/meminfo: memFree=29564108/32873648 swapFree=7368/7368
[pid=13759] ppid=13757 vsize=9558416 CPUtime=0.11 cores=0,2,4,6
/proc/13759/stat : 13759 (java) S 13757 13759 13069 0 -1 4202496 4449 0 1 0 10 1 0 0 20 0 18 0 291301295 9787817984 5654 33554432000 1073741824 1073778376 140736602915312 140736602906448 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13759/statm: 2389604 5654 2124 9 0 2380296 0
[pid=13759/tid=13760] ppid=13757 vsize=9558416 CPUtime=0.08 cores=0,2,4,6
/proc/13759/task/13760/stat : 13760 (java) R 13757 13759 13069 0 -1 4202560 2482 0 1 0 8 0 0 0 20 0 18 0 291301296 9787817984 5654 33554432000 1073741824 1073778376 140736602915312 140113450726376 251056416013 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558416

[startup+0.300181 s]
/proc/loadavg: 2.00 1.67 1.79 3/194 13759
/proc/meminfo: memFree=29564108/32873648 swapFree=7368/7368
[pid=13759] ppid=13757 vsize=9624980 CPUtime=0.54 cores=0,2,4,6
/proc/13759/stat : 13759 (java) S 13757 13759 13069 0 -1 4202496 7111 0 1 0 52 2 0 0 20 0 19 0 291301295 9855979520 7703 33554432000 1073741824 1073778376 140736602915312 140736602906448 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13759/statm: 2406245 7703 2234 9 0 2396937 0
[pid=13759/tid=13760] ppid=13757 vsize=9624980 CPUtime=0.28 cores=0,2,4,6
/proc/13759/task/13760/stat : 13760 (java) R 13757 13759 13069 0 -1 4202560 2506 0 1 0 28 0 0 0 20 0 19 0 291301296 9855979520 7703 33554432000 1073741824 1073778376 140736602915312 140113450734352 140113322393040 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9624980

[startup+0.700177 s]
/proc/loadavg: 2.00 1.67 1.79 3/194 13759
/proc/meminfo: memFree=29564108/32873648 swapFree=7368/7368
[pid=13759] ppid=13757 vsize=9624980 CPUtime=1.11 cores=0,2,4,6
/proc/13759/stat : 13759 (java) S 13757 13759 13069 0 -1 4202496 7455 0 1 0 109 2 0 0 20 0 19 0 291301295 9855979520 8758 33554432000 1073741824 1073778376 140736602915312 140736602906448 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13759/statm: 2406245 8758 2242 9 0 2396937 0
[pid=13759/tid=13760] ppid=13757 vsize=9624980 CPUtime=0.68 cores=0,2,4,6
/proc/13759/task/13760/stat : 13760 (java) R 13757 13759 13069 0 -1 4202560 2508 0 1 0 68 0 0 0 20 0 19 0 291301296 9855979520 8758 33554432000 1073741824 1073778376 140736602915312 140113450734352 140113322810818 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 9624980

[startup+1.5006 s]
/proc/loadavg: 2.00 1.67 1.79 3/213 13778
/proc/meminfo: memFree=29527292/32873648 swapFree=7368/7368
[pid=13759] ppid=13757 vsize=9624980 CPUtime=1.98 cores=0,2,4,6
/proc/13759/stat : 13759 (java) S 13757 13759 13069 0 -1 4202496 7537 0 1 0 196 2 0 0 20 0 19 0 291301295 9855979520 11388 33554432000 1073741824 1073778376 140736602915312 140736602906448 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13759/statm: 2406245 11388 2271 9 0 2396937 0
[pid=13759/tid=13760] ppid=13757 vsize=9624980 CPUtime=1.43 cores=0,2,4,6
/proc/13759/task/13760/stat : 13760 (java) R 13757 13759 13069 0 -1 4202560 2513 0 1 0 143 0 0 0 20 0 19 0 291301296 9855979520 11388 33554432000 1073741824 1073778376 140736602915312 140113450733976 140113322810818 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13759/tid=13762] ppid=13757 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13759/task/13762/stat : 13762 (java) S 13757 13759 13069 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291301296 9855979520 11388 33554432000 1073741824 1073778376 140736602915312 140113294739624 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13759/tid=13763] ppid=13757 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13759/task/13763/stat : 13763 (java) S 13757 13759 13069 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291301296 9855979520 11388 33554432000 1073741824 1073778376 140736602915312 140113293687080 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13759/tid=13764] ppid=13757 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13759/task/13764/stat : 13764 (java) S 13757 13759 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291301296 9855979520 11388 33554432000 1073741824 1073778376 140736602915312 140113292634536 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13759/tid=13765] ppid=13757 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13759/task/13765/stat : 13765 (java) S 13757 13759 13069 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291301296 9855979520 11388 33554432000 1073741824 1073778376 140736602915312 140113291581992 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13759/tid=13766] ppid=13757 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13759/task/13766/stat : 13766 (java) S 13757 13759 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291301296 9855979520 11388 33554432000 1073741824 1073778376 140736602915312 140113290529448 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13759/tid=13767] ppid=13757 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13759/task/13767/stat : 13767 (java) S 13757 13759 13069 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291301296 9855979520 11388 33554432000 1073741824 1073778376 140736602915312 140113289476904 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13759/tid=13768] ppid=13757 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13759/task/13768/stat : 13768 (java) S 13757 13759 13069 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291301296 9855979520 11388 33554432000 1073741824 1073778376 140736602915312 140113288424360 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13759/tid=13769] ppid=13757 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13759/task/13769/stat : 13769 (java) S 13757 13759 13069 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291301296 9855979520 11388 33554432000 1073741824 1073778376 140736602915312 140113287371816 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13759/tid=13770] ppid=13757 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/13759/task/13770/stat : 13770 (java) S 13757 13759 13069 0 -1 4202560 31 0 0 0 2 0 0 0 20 0 19 0 291301297 9855979520 11388 33554432000 1073741824 1073778376 140736602915312 140113274959976 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13759/tid=13771] ppid=13757 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13759/task/13771/stat : 13771 (java) S 13757 13759 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291301298 9855979520 11388 33554432000 1073741824 1073778376 140736602915312 140113273906296 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13759/tid=13772] ppid=13757 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13759/task/13772/stat : 13772 (java) S 13757 13759 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291301298 9855979520 11388 33554432000 1073741824 1073778376 140736602915312 140113272853640 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13759/tid=13773] ppid=13757 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13759/task/13773/stat : 13773 (java) S 13757 13759 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291301300 9855979520 11388 33554432000 1073741824 1073778376 140736602915312 140113271802384 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13759/tid=13774] ppid=13757 vsize=9624980 CPUtime=0.25 cores=0,2,4,6
/proc/13759/task/13774/stat : 13774 (java) S 13757 13759 13069 0 -1 4202560 2074 0 0 0 25 0 0 0 20 0 19 0 291301300 9855979520 11388 33554432000 1073741824 1073778376 140736602915312 140113270749752 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13759/tid=13775] ppid=13757 vsize=9624980 CPUtime=0.2 cores=0,2,4,6
/proc/13759/task/13775/stat : 13775 (java) S 13757 13759 13069 0 -1 4202560 1701 0 0 0 20 0 0 0 20 0 19 0 291301300 9855979520 11388 33554432000 1073741824 1073778376 140736602915312 140113269697208 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13759/tid=13776] ppid=13757 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13759/task/13776/stat : 13776 (java) S 13757 13759 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291301300 9855979520 11388 33554432000 1073741824 1073778376 140736602915312 140113268644856 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13759/tid=13777] ppid=13757 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13759/task/13777/stat : 13777 (java) S 13757 13759 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291301300 9855979520 11388 33554432000 1073741824 1073778376 140736602915312 140113267592520 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13759/tid=13778] ppid=13757 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13759/task/13778/stat : 13778 (java) S 13757 13759 13069 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291301312 9855979520 11388 33554432000 1073741824 1073778376 140736602915312 140113266537256 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 9624980

[startup+3.10071 s]
/proc/loadavg: 2.00 1.67 1.79 3/213 13778
/proc/meminfo: memFree=29526424/32873648 swapFree=7368/7368
[pid=13759] ppid=13757 vsize=9624980 CPUtime=3.78 cores=0,2,4,6
/proc/13759/stat : 13759 (java) S 13757 13759 13069 0 -1 4202496 11172 0 1 0 375 3 0 0 20 0 19 0 291301295 9855979520 13257 33554432000 1073741824 1073778376 140736602915312 140736602906448 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13759/statm: 2406245 13257 2272 9 0 2396937 0
[pid=13759/tid=13760] ppid=13757 vsize=9624980 CPUtime=2.97 cores=0,2,4,6
/proc/13759/task/13760/stat : 13760 (java) R 13757 13759 13069 0 -1 4202560 2519 0 1 0 296 1 0 0 20 0 19 0 291301296 9855979520 13257 33554432000 1073741824 1073778376 140736602915312 140113450725824 140113322744468 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13759/tid=13762] ppid=13757 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13759/task/13762/stat : 13762 (java) S 13757 13759 13069 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291301296 9855979520 13257 33554432000 1073741824 1073778376 140736602915312 140113294739624 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13759/tid=13763] ppid=13757 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13759/task/13763/stat : 13763 (java) S 13757 13759 13069 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291301296 9855979520 13257 33554432000 1073741824 1073778376 140736602915312 140113293687080 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13759/tid=13764] ppid=13757 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13759/task/13764/stat : 13764 (java) S 13757 13759 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291301296 9855979520 13257 33554432000 1073741824 1073778376 140736602915312 140113292634536 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13759/tid=13765] ppid=13757 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13759/task/13765/stat : 13765 (java) S 13757 13759 13069 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291301296 9855979520 13257 33554432000 1073741824 1073778376 140736602915312 140113291581992 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13759/tid=13766] ppid=13757 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13759/task/13766/stat : 13766 (java) S 13757 13759 13069 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291301296 9855979520 13257 33554432000 1073741824 1073778376 140736602915312 140113290529448 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13759/tid=13767] ppid=13757 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13759/task/13767/stat : 13767 (java) S 13757 13759 13069 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291301296 9855979520 13257 33554432000 1073741824 1073778376 140736602915312 140113289476904 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13759/tid=13768] ppid=13757 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13759/task/13768/stat : 13768 (java) S 13757 13759 13069 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291301296 9855979520 13257 33554432000 1073741824 1073778376 140736602915312 140113288424360 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13759/tid=13769] ppid=13757 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13759/task/13769/stat : 13769 (java) S 13757 13759 13069 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291301296 9855979520 13257 33554432000 1073741824 1073778376 140736602915312 140113287371816 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13759/tid=13770] ppid=13757 vsize=9624980 CPUtime=0.07 cores=0,2,4,6
/proc/13759/task/13770/stat : 13770 (java) S 13757 13759 13069 0 -1 4202560 31 0 0 0 7 0 0 0 20 0 19 0 291301297 9855979520 13257 33554432000 1073741824 1073778376 140736602915312 140113274959976 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13759/tid=13771] ppid=13757 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13759/task/13771/stat : 13771 (java) S 13757 13759 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291301298 9855979520 13257 33554432000 1073741824 1073778376 140736602915312 140113273906296 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13759/tid=13772] ppid=13757 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13759/task/13772/stat : 13772 (java) S 13757 13759 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291301298 9855979520 13257 33554432000 1073741824 1073778376 140736602915312 140113272853640 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13759/tid=13773] ppid=13757 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13759/task/13773/stat : 13773 (java) S 13757 13759 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291301300 9855979520 13257 33554432000 1073741824 1073778376 140736602915312 140113271802384 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13759/tid=13774] ppid=13757 vsize=9624980 CPUtime=0.33 cores=0,2,4,6
/proc/13759/task/13774/stat : 13774 (java) S 13757 13759 13069 0 -1 4202560 2918 0 0 0 33 0 0 0 20 0 19 0 291301300 9855979520 13257 33554432000 1073741824 1073778376 140736602915312 140113270749752 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13759/tid=13775] ppid=13757 vsize=9624980 CPUtime=0.32 cores=0,2,4,6
/proc/13759/task/13775/stat : 13775 (java) S 13757 13759 13069 0 -1 4202560 4482 0 0 0 30 2 0 0 20 0 19 0 291301300 9855979520 13257 33554432000 1073741824 1073778376 140736602915312 140113269697208 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13759/tid=13776] ppid=13757 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13759/task/13776/stat : 13776 (java) S 13757 13759 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291301300 9855979520 13257 33554432000 1073741824 1073778376 140736602915312 140113268644856 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13759/tid=13777] ppid=13757 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13759/task/13777/stat : 13777 (java) S 13757 13759 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291301300 9855979520 13257 33554432000 1073741824 1073778376 140736602915312 140113267592520 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13759/tid=13778] ppid=13757 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13759/task/13778/stat : 13778 (java) S 13757 13759 13069 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291301312 9855979520 13257 33554432000 1073741824 1073778376 140736602915312 140113266537256 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.78
Current children cumulated vsize (KiB) 9624980

[startup+6.3006 s]
/proc/loadavg: 2.00 1.68 1.79 3/213 13778
/proc/meminfo: memFree=29517932/32873648 swapFree=7368/7368
[pid=13759] ppid=13757 vsize=9624980 CPUtime=7.09 cores=0,2,4,6
/proc/13759/stat : 13759 (java) S 13757 13759 13069 0 -1 4202496 11244 0 1 0 705 4 0 0 20 0 19 0 291301295 9855979520 13610 33554432000 1073741824 1073778376 140736602915312 140736602906448 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13759/statm: 2406245 13610 2273 9 0 2396937 0
[pid=13759/tid=13760] ppid=13757 vsize=9624980 CPUtime=6.01 cores=0,2,4,6
/proc/13759/task/13760/stat : 13760 (java) R 13757 13759 13069 0 -1 4202560 2532 0 1 0 600 1 0 0 20 0 19 0 291301296 9855979520 13610 33554432000 1073741824 1073778376 140736602915312 140113450733856 140113322744508 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13759/tid=13762] ppid=13757 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13759/task/13762/stat : 13762 (java) S 13757 13759 13069 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291301296 9855979520 13610 33554432000 1073741824 1073778376 140736602915312 140113294739624 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13759/tid=13763] ppid=13757 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13759/task/13763/stat : 13763 (java) S 13757 13759 13069 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291301296 9855979520 13610 33554432000 1073741824 1073778376 140736602915312 140113293687080 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13759/tid=13764] ppid=13757 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13759/task/13764/stat : 13764 (java) S 13757 13759 13069 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 19 0 291301296 9855979520 13610 33554432000 1073741824 1073778376 140736602915312 140113292634536 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13759/tid=13765] ppid=13757 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13759/task/13765/stat : 13765 (java) S 13757 13759 13069 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291301296 9855979520 13610 33554432000 1073741824 1073778376 140736602915312 140113291581992 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13759/tid=13766] ppid=13757 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13759/task/13766/stat : 13766 (java) S 13757 13759 13069 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 19 0 291301296 9855979520 13610 33554432000 1073741824 1073778376 140736602915312 140113290529448 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13759/tid=13767] ppid=13757 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13759/task/13767/stat : 13767 (java) S 13757 13759 13069 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 291301296 9855979520 13610 33554432000 1073741824 1073778376 140736602915312 140113289476904 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13759/tid=13768] ppid=13757 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13759/task/13768/stat : 13768 (java) S 13757 13759 13069 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 291301296 9855979520 13610 33554432000 1073741824 1073778376 140736602915312 140113288424360 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13759/tid=13769] ppid=13757 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13759/task/13769/stat : 13769 (java) S 13757 13759 13069 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291301296 9855979520 13610 33554432000 1073741824 1073778376 140736602915312 140113287371816 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13759/tid=13770] ppid=13757 vsize=9624980 CPUtime=0.19 cores=0,2,4,6
/proc/13759/task/13770/stat : 13770 (java) S 13757 13759 13069 0 -1 4202560 31 0 0 0 19 0 0 0 20 0 19 0 291301297 9855979520 13610 33554432000 1073741824 1073778376 140736602915312 140113274959976 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13759/tid=13771] ppid=13757 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13759/task/13771/stat : 13771 (java) S 13757 13759 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291301298 9855979520 13610 33554432000 1073741824 1073778376 140736602915312 140113273906296 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13759/tid=13772] ppid=13757 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13759/task/13772/stat : 13772 (java) S 13757 13759 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291301298 9855979520 13610 33554432000 1073741824 1073778376 140736602915312 140113272853640 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13759/tid=13773] ppid=13757 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13759/task/13773/stat : 13773 (java) S 13757 13759 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291301300 9855979520 13610 33554432000 1073741824 1073778376 140736602915312 140113271802384 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13759/tid=13774] ppid=13757 vsize=9624980 CPUtime=0.33 cores=0,2,4,6
/proc/13759/task/13774/stat : 13774 (java) S 13757 13759 13069 0 -1 4202560 2918 0 0 0 33 0 0 0 20 0 19 0 291301300 9855979520 13610 33554432000 1073741824 1073778376 140736602915312 140113270749752 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13759/tid=13775] ppid=13757 vsize=9624980 CPUtime=0.35 cores=0,2,4,6
/proc/13759/task/13775/stat : 13775 (java) S 13757 13759 13069 0 -1 4202560 4527 0 0 0 33 2 0 0 20 0 19 0 291301300 9855979520 13610 33554432000 1073741824 1073778376 140736602915312 140113269697208 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0

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

/proc/13759/task/13762/stat : 13762 (java) S 13757 13759 13069 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 291301296 9855979520 13613 33554432000 1073741824 1073778376 140736602915312 140113294739624 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13759/tid=13763] ppid=13757 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/13759/task/13763/stat : 13763 (java) S 13757 13759 13069 0 -1 4202560 4 0 0 0 2 0 0 0 20 0 19 0 291301296 9855979520 13613 33554432000 1073741824 1073778376 140736602915312 140113293687080 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13759/tid=13764] ppid=13757 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/13759/task/13764/stat : 13764 (java) S 13757 13759 13069 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 19 0 291301296 9855979520 13613 33554432000 1073741824 1073778376 140736602915312 140113292634536 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13759/tid=13765] ppid=13757 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/13759/task/13765/stat : 13765 (java) S 13757 13759 13069 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 291301296 9855979520 13613 33554432000 1073741824 1073778376 140736602915312 140113291581992 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13759/tid=13766] ppid=13757 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/13759/task/13766/stat : 13766 (java) S 13757 13759 13069 0 -1 4202560 4 0 0 0 3 0 0 0 20 0 19 0 291301296 9855979520 13613 33554432000 1073741824 1073778376 140736602915312 140113290529448 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13759/tid=13767] ppid=13757 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/13759/task/13767/stat : 13767 (java) S 13757 13759 13069 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 19 0 291301296 9855979520 13613 33554432000 1073741824 1073778376 140736602915312 140113289476904 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13759/tid=13768] ppid=13757 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/13759/task/13768/stat : 13768 (java) S 13757 13759 13069 0 -1 4202560 6 0 0 0 3 0 0 0 20 0 19 0 291301296 9855979520 13613 33554432000 1073741824 1073778376 140736602915312 140113288424360 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13759/tid=13769] ppid=13757 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/13759/task/13769/stat : 13769 (java) S 13757 13759 13069 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 19 0 291301296 9855979520 13613 33554432000 1073741824 1073778376 140736602915312 140113287371816 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13759/tid=13770] ppid=13757 vsize=9624980 CPUtime=0.25 cores=0,2,4,6
/proc/13759/task/13770/stat : 13770 (java) S 13757 13759 13069 0 -1 4202560 31 0 0 0 25 0 0 0 20 0 19 0 291301297 9855979520 13613 33554432000 1073741824 1073778376 140736602915312 140113274959976 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13759/tid=13771] ppid=13757 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13759/task/13771/stat : 13771 (java) S 13757 13759 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291301298 9855979520 13613 33554432000 1073741824 1073778376 140736602915312 140113273906296 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13759/tid=13772] ppid=13757 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13759/task/13772/stat : 13772 (java) S 13757 13759 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291301298 9855979520 13613 33554432000 1073741824 1073778376 140736602915312 140113272853640 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13759/tid=13773] ppid=13757 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13759/task/13773/stat : 13773 (java) S 13757 13759 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291301300 9855979520 13613 33554432000 1073741824 1073778376 140736602915312 140113271802384 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13759/tid=13774] ppid=13757 vsize=9624980 CPUtime=0.33 cores=0,2,4,6
/proc/13759/task/13774/stat : 13774 (java) S 13757 13759 13069 0 -1 4202560 2918 0 0 0 33 0 0 0 20 0 19 0 291301300 9855979520 13613 33554432000 1073741824 1073778376 140736602915312 140113270749752 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13759/tid=13775] ppid=13757 vsize=9624980 CPUtime=0.36 cores=0,2,4,6
/proc/13759/task/13775/stat : 13775 (java) S 13757 13759 13069 0 -1 4202560 4527 0 0 0 34 2 0 0 20 0 19 0 291301300 9855979520 13613 33554432000 1073741824 1073778376 140736602915312 140113269697208 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13759/tid=13776] ppid=13757 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13759/task/13776/stat : 13776 (java) S 13757 13759 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291301300 9855979520 13613 33554432000 1073741824 1073778376 140736602915312 140113268644856 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13759/tid=13777] ppid=13757 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13759/task/13777/stat : 13777 (java) S 13757 13759 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291301300 9855979520 13613 33554432000 1073741824 1073778376 140736602915312 140113267592520 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13759/tid=13778] ppid=13757 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13759/task/13778/stat : 13778 (java) S 13757 13759 13069 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291301312 9855979520 13613 33554432000 1073741824 1073778376 140736602915312 140113266537256 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 8.77
Current children cumulated vsize (KiB) 9624980

[startup+8.7006 s]
/proc/loadavg: 2.00 1.68 1.79 3/213 13778
/proc/meminfo: memFree=29517716/32873648 swapFree=7368/7368
[pid=13759] ppid=13757 vsize=9624980 CPUtime=9.61 cores=0,2,4,6
/proc/13759/stat : 13759 (java) S 13757 13759 13069 0 -1 4202496 11258 0 1 0 957 4 0 0 20 0 19 0 291301295 9855979520 13615 33554432000 1073741824 1073778376 140736602915312 140736602906448 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13759/statm: 2406245 13615 2273 9 0 2396937 0
[pid=13759/tid=13760] ppid=13757 vsize=9624980 CPUtime=8.29 cores=0,2,4,6
/proc/13759/task/13760/stat : 13760 (java) R 13757 13759 13069 0 -1 4202560 2541 0 1 0 827 2 0 0 20 0 19 0 291301296 9855979520 13615 33554432000 1073741824 1073778376 140736602915312 140113450733976 140113322574998 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13759/tid=13762] ppid=13757 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13759/task/13762/stat : 13762 (java) S 13757 13759 13069 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 291301296 9855979520 13615 33554432000 1073741824 1073778376 140736602915312 140113294739624 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13759/tid=13763] ppid=13757 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/13759/task/13763/stat : 13763 (java) S 13757 13759 13069 0 -1 4202560 4 0 0 0 2 0 0 0 20 0 19 0 291301296 9855979520 13615 33554432000 1073741824 1073778376 140736602915312 140113293687080 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13759/tid=13764] ppid=13757 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/13759/task/13764/stat : 13764 (java) S 13757 13759 13069 0 -1 4202560 5 0 0 0 3 0 0 0 20 0 19 0 291301296 9855979520 13615 33554432000 1073741824 1073778376 140736602915312 140113292634536 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13759/tid=13765] ppid=13757 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/13759/task/13765/stat : 13765 (java) S 13757 13759 13069 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 291301296 9855979520 13615 33554432000 1073741824 1073778376 140736602915312 140113291581992 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13759/tid=13766] ppid=13757 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/13759/task/13766/stat : 13766 (java) S 13757 13759 13069 0 -1 4202560 4 0 0 0 3 0 0 0 20 0 19 0 291301296 9855979520 13615 33554432000 1073741824 1073778376 140736602915312 140113290529448 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13759/tid=13767] ppid=13757 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/13759/task/13767/stat : 13767 (java) S 13757 13759 13069 0 -1 4202560 7 0 0 0 3 0 0 0 20 0 19 0 291301296 9855979520 13615 33554432000 1073741824 1073778376 140736602915312 140113289476904 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13759/tid=13768] ppid=13757 vsize=9624980 CPUtime=0.04 cores=0,2,4,6
/proc/13759/task/13768/stat : 13768 (java) S 13757 13759 13069 0 -1 4202560 7 0 0 0 4 0 0 0 20 0 19 0 291301296 9855979520 13615 33554432000 1073741824 1073778376 140736602915312 140113288424360 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13759/tid=13769] ppid=13757 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/13759/task/13769/stat : 13769 (java) S 13757 13759 13069 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 19 0 291301296 9855979520 13615 33554432000 1073741824 1073778376 140736602915312 140113287371816 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13759/tid=13770] ppid=13757 vsize=9624980 CPUtime=0.27 cores=0,2,4,6
/proc/13759/task/13770/stat : 13770 (java) S 13757 13759 13069 0 -1 4202560 31 0 0 0 27 0 0 0 20 0 19 0 291301297 9855979520 13615 33554432000 1073741824 1073778376 140736602915312 140113274959976 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13759/tid=13771] ppid=13757 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13759/task/13771/stat : 13771 (java) S 13757 13759 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291301298 9855979520 13615 33554432000 1073741824 1073778376 140736602915312 140113273906296 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13759/tid=13772] ppid=13757 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13759/task/13772/stat : 13772 (java) S 13757 13759 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291301298 9855979520 13615 33554432000 1073741824 1073778376 140736602915312 140113272853640 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13759/tid=13773] ppid=13757 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13759/task/13773/stat : 13773 (java) S 13757 13759 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291301300 9855979520 13615 33554432000 1073741824 1073778376 140736602915312 140113271802384 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13759/tid=13774] ppid=13757 vsize=9624980 CPUtime=0.33 cores=0,2,4,6
/proc/13759/task/13774/stat : 13774 (java) S 13757 13759 13069 0 -1 4202560 2918 0 0 0 33 0 0 0 20 0 19 0 291301300 9855979520 13615 33554432000 1073741824 1073778376 140736602915312 140113270749752 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13759/tid=13775] ppid=13757 vsize=9624980 CPUtime=0.36 cores=0,2,4,6
/proc/13759/task/13775/stat : 13775 (java) S 13757 13759 13069 0 -1 4202560 4527 0 0 0 34 2 0 0 20 0 19 0 291301300 9855979520 13615 33554432000 1073741824 1073778376 140736602915312 140113269697208 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13759/tid=13776] ppid=13757 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13759/task/13776/stat : 13776 (java) S 13757 13759 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291301300 9855979520 13615 33554432000 1073741824 1073778376 140736602915312 140113268644856 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13759/tid=13777] ppid=13757 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13759/task/13777/stat : 13777 (java) S 13757 13759 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291301300 9855979520 13615 33554432000 1073741824 1073778376 140736602915312 140113267592520 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13759/tid=13778] ppid=13757 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13759/task/13778/stat : 13778 (java) S 13757 13759 13069 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291301312 9855979520 13615 33554432000 1073741824 1073778376 140736602915312 140113266537256 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 9.61
Current children cumulated vsize (KiB) 9624980

[startup+9.1006 s]
/proc/loadavg: 2.00 1.68 1.79 3/213 13778
/proc/meminfo: memFree=29517716/32873648 swapFree=7368/7368
[pid=13759] ppid=13757 vsize=9624980 CPUtime=10.01 cores=0,2,4,6
/proc/13759/stat : 13759 (java) S 13757 13759 13069 0 -1 4202496 11261 0 1 0 997 4 0 0 20 0 19 0 291301295 9855979520 13617 33554432000 1073741824 1073778376 140736602915312 140736602906448 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13759/statm: 2406245 13617 2273 9 0 2396937 0
[pid=13759/tid=13760] ppid=13757 vsize=9624980 CPUtime=8.67 cores=0,2,4,6
/proc/13759/task/13760/stat : 13760 (java) R 13757 13759 13069 0 -1 4202560 2542 0 1 0 865 2 0 0 20 0 19 0 291301296 9855979520 13617 33554432000 1073741824 1073778376 140736602915312 140113450733856 140113322810741 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13759/tid=13762] ppid=13757 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13759/task/13762/stat : 13762 (java) S 13757 13759 13069 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 291301296 9855979520 13617 33554432000 1073741824 1073778376 140736602915312 140113294739624 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13759/tid=13763] ppid=13757 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/13759/task/13763/stat : 13763 (java) S 13757 13759 13069 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 19 0 291301296 9855979520 13617 33554432000 1073741824 1073778376 140736602915312 140113293687080 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13759/tid=13764] ppid=13757 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/13759/task/13764/stat : 13764 (java) S 13757 13759 13069 0 -1 4202560 6 0 0 0 3 0 0 0 20 0 19 0 291301296 9855979520 13617 33554432000 1073741824 1073778376 140736602915312 140113292634536 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13759/tid=13765] ppid=13757 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/13759/task/13765/stat : 13765 (java) S 13757 13759 13069 0 -1 4202560 11 0 0 0 3 0 0 0 20 0 19 0 291301296 9855979520 13617 33554432000 1073741824 1073778376 140736602915312 140113291581992 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13759/tid=13766] ppid=13757 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/13759/task/13766/stat : 13766 (java) S 13757 13759 13069 0 -1 4202560 4 0 0 0 3 0 0 0 20 0 19 0 291301296 9855979520 13617 33554432000 1073741824 1073778376 140736602915312 140113290529448 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13759/tid=13767] ppid=13757 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/13759/task/13767/stat : 13767 (java) S 13757 13759 13069 0 -1 4202560 7 0 0 0 3 0 0 0 20 0 19 0 291301296 9855979520 13617 33554432000 1073741824 1073778376 140736602915312 140113289476904 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13759/tid=13768] ppid=13757 vsize=9624980 CPUtime=0.04 cores=0,2,4,6
/proc/13759/task/13768/stat : 13768 (java) S 13757 13759 13069 0 -1 4202560 7 0 0 0 4 0 0 0 20 0 19 0 291301296 9855979520 13617 33554432000 1073741824 1073778376 140736602915312 140113288424360 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13759/tid=13769] ppid=13757 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/13759/task/13769/stat : 13769 (java) S 13757 13759 13069 0 -1 4202560 7 0 0 0 3 0 0 0 20 0 19 0 291301296 9855979520 13617 33554432000 1073741824 1073778376 140736602915312 140113287371816 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13759/tid=13770] ppid=13757 vsize=9624980 CPUtime=0.28 cores=0,2,4,6
/proc/13759/task/13770/stat : 13770 (java) S 13757 13759 13069 0 -1 4202560 31 0 0 0 28 0 0 0 20 0 19 0 291301297 9855979520 13617 33554432000 1073741824 1073778376 140736602915312 140113274959976 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13759/tid=13771] ppid=13757 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13759/task/13771/stat : 13771 (java) S 13757 13759 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291301298 9855979520 13617 33554432000 1073741824 1073778376 140736602915312 140113273906296 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13759/tid=13772] ppid=13757 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13759/task/13772/stat : 13772 (java) S 13757 13759 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291301298 9855979520 13617 33554432000 1073741824 1073778376 140736602915312 140113272853640 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13759/tid=13773] ppid=13757 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13759/task/13773/stat : 13773 (java) S 13757 13759 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291301300 9855979520 13617 33554432000 1073741824 1073778376 140736602915312 140113271802384 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13759/tid=13774] ppid=13757 vsize=9624980 CPUtime=0.33 cores=0,2,4,6
/proc/13759/task/13774/stat : 13774 (java) S 13757 13759 13069 0 -1 4202560 2918 0 0 0 33 0 0 0 20 0 19 0 291301300 9855979520 13617 33554432000 1073741824 1073778376 140736602915312 140113270749752 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13759/tid=13775] ppid=13757 vsize=9624980 CPUtime=0.36 cores=0,2,4,6
/proc/13759/task/13775/stat : 13775 (java) S 13757 13759 13069 0 -1 4202560 4527 0 0 0 34 2 0 0 20 0 19 0 291301300 9855979520 13617 33554432000 1073741824 1073778376 140736602915312 140113269697208 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13759/tid=13776] ppid=13757 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13759/task/13776/stat : 13776 (java) S 13757 13759 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291301300 9855979520 13617 33554432000 1073741824 1073778376 140736602915312 140113268644856 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13759/tid=13777] ppid=13757 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13759/task/13777/stat : 13777 (java) S 13757 13759 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291301300 9855979520 13617 33554432000 1073741824 1073778376 140736602915312 140113267592520 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13759/tid=13778] ppid=13757 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13759/task/13778/stat : 13778 (java) S 13757 13759 13069 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291301312 9855979520 13617 33554432000 1073741824 1073778376 140736602915312 140113266537256 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 10.01
Current children cumulated vsize (KiB) 9624980

[startup+9.20073 s]
/proc/loadavg: 2.00 1.68 1.79 3/213 13778
/proc/meminfo: memFree=29517716/32873648 swapFree=7368/7368
[pid=13759] ppid=13757 vsize=9624980 CPUtime=10.11 cores=0,2,4,6
/proc/13759/stat : 13759 (java) S 13757 13759 13069 0 -1 4202496 11261 0 1 0 1007 4 0 0 20 0 19 0 291301295 9855979520 13617 33554432000 1073741824 1073778376 140736602915312 140736602906448 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13759/statm: 2406245 13617 2273 9 0 2396937 0
[pid=13759/tid=13760] ppid=13757 vsize=9624980 CPUtime=8.77 cores=0,2,4,6
/proc/13759/task/13760/stat : 13760 (java) R 13757 13759 13069 0 -1 4202560 2542 0 1 0 875 2 0 0 20 0 19 0 291301296 9855979520 13617 33554432000 1073741824 1073778376 140736602915312 140113450733856 140113322583976 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13759/tid=13762] ppid=13757 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13759/task/13762/stat : 13762 (java) S 13757 13759 13069 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 291301296 9855979520 13617 33554432000 1073741824 1073778376 140736602915312 140113294739624 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13759/tid=13763] ppid=13757 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/13759/task/13763/stat : 13763 (java) S 13757 13759 13069 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 19 0 291301296 9855979520 13617 33554432000 1073741824 1073778376 140736602915312 140113293687080 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13759/tid=13764] ppid=13757 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/13759/task/13764/stat : 13764 (java) S 13757 13759 13069 0 -1 4202560 6 0 0 0 3 0 0 0 20 0 19 0 291301296 9855979520 13617 33554432000 1073741824 1073778376 140736602915312 140113292634536 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13759/tid=13765] ppid=13757 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/13759/task/13765/stat : 13765 (java) S 13757 13759 13069 0 -1 4202560 11 0 0 0 3 0 0 0 20 0 19 0 291301296 9855979520 13617 33554432000 1073741824 1073778376 140736602915312 140113291581992 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13759/tid=13766] ppid=13757 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/13759/task/13766/stat : 13766 (java) S 13757 13759 13069 0 -1 4202560 4 0 0 0 3 0 0 0 20 0 19 0 291301296 9855979520 13617 33554432000 1073741824 1073778376 140736602915312 140113290529448 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13759/tid=13767] ppid=13757 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/13759/task/13767/stat : 13767 (java) S 13757 13759 13069 0 -1 4202560 7 0 0 0 3 0 0 0 20 0 19 0 291301296 9855979520 13617 33554432000 1073741824 1073778376 140736602915312 140113289476904 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13759/tid=13768] ppid=13757 vsize=9624980 CPUtime=0.04 cores=0,2,4,6
/proc/13759/task/13768/stat : 13768 (java) S 13757 13759 13069 0 -1 4202560 7 0 0 0 4 0 0 0 20 0 19 0 291301296 9855979520 13617 33554432000 1073741824 1073778376 140736602915312 140113288424360 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13759/tid=13769] ppid=13757 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/13759/task/13769/stat : 13769 (java) S 13757 13759 13069 0 -1 4202560 7 0 0 0 3 0 0 0 20 0 19 0 291301296 9855979520 13617 33554432000 1073741824 1073778376 140736602915312 140113287371816 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13759/tid=13770] ppid=13757 vsize=9624980 CPUtime=0.28 cores=0,2,4,6
/proc/13759/task/13770/stat : 13770 (java) S 13757 13759 13069 0 -1 4202560 31 0 0 0 28 0 0 0 20 0 19 0 291301297 9855979520 13617 33554432000 1073741824 1073778376 140736602915312 140113274959976 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13759/tid=13771] ppid=13757 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13759/task/13771/stat : 13771 (java) S 13757 13759 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291301298 9855979520 13617 33554432000 1073741824 1073778376 140736602915312 140113273906296 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13759/tid=13772] ppid=13757 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13759/task/13772/stat : 13772 (java) S 13757 13759 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291301298 9855979520 13617 33554432000 1073741824 1073778376 140736602915312 140113272853640 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13759/tid=13773] ppid=13757 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13759/task/13773/stat : 13773 (java) S 13757 13759 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291301300 9855979520 13617 33554432000 1073741824 1073778376 140736602915312 140113271802384 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13759/tid=13774] ppid=13757 vsize=9624980 CPUtime=0.33 cores=0,2,4,6
/proc/13759/task/13774/stat : 13774 (java) S 13757 13759 13069 0 -1 4202560 2918 0 0 0 33 0 0 0 20 0 19 0 291301300 9855979520 13617 33554432000 1073741824 1073778376 140736602915312 140113270749752 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13759/tid=13775] ppid=13757 vsize=9624980 CPUtime=0.36 cores=0,2,4,6
/proc/13759/task/13775/stat : 13775 (java) S 13757 13759 13069 0 -1 4202560 4527 0 0 0 34 2 0 0 20 0 19 0 291301300 9855979520 13617 33554432000 1073741824 1073778376 140736602915312 140113269697208 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13759/tid=13776] ppid=13757 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13759/task/13776/stat : 13776 (java) S 13757 13759 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291301300 9855979520 13617 33554432000 1073741824 1073778376 140736602915312 140113268644856 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13759/tid=13777] ppid=13757 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13759/task/13777/stat : 13777 (java) S 13757 13759 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291301300 9855979520 13617 33554432000 1073741824 1073778376 140736602915312 140113267592520 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13759/tid=13778] ppid=13757 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13759/task/13778/stat : 13778 (java) S 13757 13759 13069 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291301312 9855979520 13617 33554432000 1073741824 1073778376 140736602915312 140113266537256 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 10.11
Current children cumulated vsize (KiB) 9624980

Child status: 30
Real time (s): 9.20842
CPU time (s): 10.2024
CPU user time (s): 10.0405
CPU system time (s): 0.161975
CPU usage (%): 110.795
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.0405
system time used= 0.161975
maximum resident set size= 55276
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11279
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1356
involuntary context switches= 1547

runsolver used 0.030995 second user time and 0.076988 second system time

The end

Launcher Data

Begin job on node149 at 2012-05-29 02:36:12
IDJOB=3718120
IDBENCH=78864
IDSOLVER=2301
FILE ID=node149/3718120-1338251772
RUNJOBID= node149-1338251638-13085
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/wnqueen/normalized-t2001.13queen13.1110975607--soft-33-100-0.wbo
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3718120-1338251772/watcher-3718120-1338251772 -o /tmp/evaluation-result-3718120-1338251772/solver-3718120-1338251772 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3718120-1338251772.wbo

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

MD5SUM BENCH= 9a2a28c5bb6a02365b79a03ef797cc3c
RANDOM SEED=297159358

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:        29564752 kB
Buffers:          641276 kB
Cached:          1748488 kB
SwapCached:         2476 kB
Active:          1185148 kB
Inactive:        1285220 kB
Active(anon):      63640 kB
Inactive(anon):     9368 kB
Active(file):    1121508 kB
Inactive(file):  1275852 kB
Unevictable:        7368 kB
Mlocked:            7368 kB
SwapTotal:      67108856 kB
SwapFree:       67104884 kB
Dirty:               640 kB
Writeback:             0 kB
AnonPages:         98724 kB
Mapped:            22504 kB
Shmem:                96 kB
Slab:             701964 kB
SReclaimable:     144916 kB
SUnreclaim:       557048 kB
KernelStack:        1760 kB
PageTables:         3920 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     695100 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:36:21