Trace number 3718118

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 18.9321 17.1984

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110971363--soft-33-100-0.wbo
MD5SUM9aae741b51a1836a01c8daeb1bffcdf7
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark25
Best CPU time to get the best result obtained on this benchmark0.78288
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 constraints69
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 3204
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 3203
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1228
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.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.2.v20120528
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3718118-1338251742.wbo
0.11/0.11	c reading problem ... 
0.11/0.16	c ... done. Wall clock time 0.054s.
0.11/0.16	c declared #vars     169
0.11/0.16	c internal #vars     238
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 => 27
0.11/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
0.11/0.16	c ignored satisfied constraints => 1
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.11/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 51
0.11/0.16	c 102 constraints processed.
0.11/0.16	c objective function length is 69 literals
0.28/0.23	c SATISFIABLE
0.28/0.23	c OPTIMIZING...
0.28/0.23	c Got one! Elapsed wall clock time (in seconds):0.125
0.28/0.23	o 1334
0.28/0.25	c Got one! Elapsed wall clock time (in seconds):0.142
0.28/0.25	o 542
0.28/0.26	c Got one! Elapsed wall clock time (in seconds):0.15
0.28/0.26	o 481
0.28/0.27	c Got one! Elapsed wall clock time (in seconds):0.16
0.28/0.27	o 389
0.28/0.28	c Got one! Elapsed wall clock time (in seconds):0.171
0.28/0.28	o 373
0.28/0.28	c Got one! Elapsed wall clock time (in seconds):0.177
0.28/0.28	o 372
0.28/0.29	c Got one! Elapsed wall clock time (in seconds):0.184
0.28/0.29	o 366
0.54/0.31	c Got one! Elapsed wall clock time (in seconds):0.199
0.54/0.31	o 361
0.54/0.34	c Got one! Elapsed wall clock time (in seconds):0.235
0.54/0.34	o 357
0.54/0.35	c Got one! Elapsed wall clock time (in seconds):0.246
0.54/0.35	o 356
0.54/0.38	c Got one! Elapsed wall clock time (in seconds):0.268
0.54/0.38	o 334
0.54/0.38	c Got one! Elapsed wall clock time (in seconds):0.277
0.54/0.38	o 333
0.54/0.39	c Got one! Elapsed wall clock time (in seconds):0.285
0.54/0.39	o 332
0.70/0.42	c Got one! Elapsed wall clock time (in seconds):0.308
0.70/0.42	o 328
0.70/0.43	c Got one! Elapsed wall clock time (in seconds):0.326
0.70/0.43	o 327
0.70/0.45	c Got one! Elapsed wall clock time (in seconds):0.341
0.70/0.45	o 326
0.70/0.47	c Got one! Elapsed wall clock time (in seconds):0.367
0.70/0.47	o 325
0.70/0.49	c Got one! Elapsed wall clock time (in seconds):0.387
0.70/0.49	o 324
0.81/0.55	c Got one! Elapsed wall clock time (in seconds):0.444
0.81/0.55	o 323
0.81/0.56	c Got one! Elapsed wall clock time (in seconds):0.455
0.81/0.56	o 140
0.95/0.60	c Got one! Elapsed wall clock time (in seconds):0.492
0.95/0.60	o 139
0.95/0.69	c cleaning 6353 clauses out of 12712 with flag 7669/12712
1.09/0.74	c Got one! Elapsed wall clock time (in seconds):0.628
1.09/0.74	o 138
1.09/0.75	c Got one! Elapsed wall clock time (in seconds):0.643
1.09/0.75	o 136
1.09/0.77	c Got one! Elapsed wall clock time (in seconds):0.66
1.09/0.77	o 135
1.19/0.83	c Got one! Elapsed wall clock time (in seconds):0.721
1.19/0.83	o 128
1.19/0.90	c Got one! Elapsed wall clock time (in seconds):0.788
1.19/0.90	o 120
1.29/0.94	c cleaning 6712 clauses out of 13428 with flag 5007/19781
1.29/0.99	c Got one! Elapsed wall clock time (in seconds):0.881
1.29/0.99	o 105
1.42/1.02	c Got one! Elapsed wall clock time (in seconds):0.909
1.42/1.02	o 103
1.42/1.09	c Got one! Elapsed wall clock time (in seconds):0.985
1.42/1.09	o 102
1.70/1.20	c cleaning 6489 clauses out of 12980 with flag 9400/26045
1.70/1.24	c Got one! Elapsed wall clock time (in seconds):1.137
1.70/1.24	o 101
1.92/1.40	c cleaning 5779 clauses out of 11558 with flag 16721/31112
2.13/1.44	c Got one! Elapsed wall clock time (in seconds):1.333
2.13/1.44	o 99
2.13/1.46	c Got one! Elapsed wall clock time (in seconds):1.349
2.13/1.46	o 97
2.26/1.53	c Got one! Elapsed wall clock time (in seconds):1.423
2.26/1.53	o 95
2.36/1.62	c cleaning 5758 clauses out of 11524 with flag 8947/36857
2.36/1.64	c Got one! Elapsed wall clock time (in seconds):1.531
2.36/1.64	o 93
2.75/1.82	c cleaning 5510 clauses out of 11042 with flag 22950/42133
2.75/1.88	c Got one! Elapsed wall clock time (in seconds):1.775
2.75/1.88	o 85
3.13/2.04	c cleaning 5589 clauses out of 11202 with flag 22304/47803
3.24/2.11	c Got one! Elapsed wall clock time (in seconds):2.004
3.24/2.11	o 84
3.24/2.13	c Got one! Elapsed wall clock time (in seconds):2.02
3.24/2.13	o 83
3.24/2.20	c Got one! Elapsed wall clock time (in seconds):2.094
3.24/2.20	o 79
3.38/2.25	c cleaning 5799 clauses out of 11613 with flag 5311/53803
3.48/2.36	c Got one! Elapsed wall clock time (in seconds):2.257
3.48/2.36	o 77
3.58/2.44	c cleaning 5578 clauses out of 11171 with flag 10158/59160
3.79/2.63	c cleaning 5797 clauses out of 11593 with flag 30676/65160
4.00/2.87	c cleaning 6399 clauses out of 12797 with flag 59995/72161
4.30/3.15	c cleaning 7194 clauses out of 14399 with flag 94863/80162
4.51/3.36	c Got one! Elapsed wall clock time (in seconds):3.254
4.51/3.36	o 76
4.83/3.58	c cleaning 9382 clauses out of 18771 with flag 28716/91728
5.03/3.79	c cleaning 7693 clauses out of 15390 with flag 55429/97729
5.33/4.03	c cleaning 7347 clauses out of 14696 with flag 85761/104728
5.33/4.05	c Got one! Elapsed wall clock time (in seconds):3.938
5.33/4.05	o 75
5.54/4.24	c cleaning 6267 clauses out of 12542 with flag 29300/109921
5.64/4.40	c Got one! Elapsed wall clock time (in seconds):4.289
5.64/4.40	o 73
5.74/4.44	c cleaning 5855 clauses out of 11728 with flag 3929/115374
5.74/4.47	c Got one! Elapsed wall clock time (in seconds):4.358
5.74/4.47	o 71
5.98/4.63	c cleaning 5690 clauses out of 11381 with flag 22447/120882
6.18/4.82	c cleaning 5844 clauses out of 11691 with flag 46031/126882
6.18/4.83	c Got one! Elapsed wall clock time (in seconds):4.721
6.18/4.83	o 70
6.38/5.00	c cleaning 5458 clauses out of 10938 with flag 26856/131973
6.38/5.02	c Got one! Elapsed wall clock time (in seconds):4.909
6.38/5.02	o 69
6.58/5.20	c cleaning 5367 clauses out of 10739 with flag 29618/137232
6.81/5.42	c cleaning 5674 clauses out of 11373 with flag 59376/143233
7.00/5.68	c cleaning 6342 clauses out of 12698 with flag 93007/150232
7.12/5.71	c Got one! Elapsed wall clock time (in seconds):5.599
7.12/5.71	o 63
7.12/5.80	c Got one! Elapsed wall clock time (in seconds):5.688
7.12/5.80	o 55
7.32/5.92	c cleaning 6406 clauses out of 12822 with flag 18371/156698
7.52/6.14	c cleaning 6196 clauses out of 12416 with flag 49878/162698
7.72/6.38	c cleaning 6591 clauses out of 13221 with flag 83677/169699
8.02/6.64	c cleaning 7313 clauses out of 14629 with flag 118786/177698
8.32/6.95	c cleaning 8153 clauses out of 16316 with flag 156202/186698
8.32/6.99	c Got one! Elapsed wall clock time (in seconds):6.884
8.32/6.99	o 43
8.52/7.17	c cleaning 7043 clauses out of 14089 with flag 24845/192624
8.73/7.35	c cleaning 6514 clauses out of 13045 with flag 49536/198623
9.03/7.61	c cleaning 6759 clauses out of 13533 with flag 83241/205625
9.33/7.90	c cleaning 7384 clauses out of 14775 with flag 122184/213626
9.63/8.23	c cleaning 8194 clauses out of 16389 with flag 164334/222624
9.94/8.57	c cleaning 9096 clauses out of 18194 with flag 211419/232623
10.25/8.86	c Got one! Elapsed wall clock time (in seconds):8.755
10.25/8.86	o 42
10.55/9.10	c cleaning 11820 clauses out of 23659 with flag 31200/247186
10.75/9.34	c cleaning 8910 clauses out of 17840 with flag 62331/253187
10.96/9.59	c cleaning 7953 clauses out of 15929 with flag 97692/260186
11.27/9.86	c cleaning 7982 clauses out of 15976 with flag 136361/268186
11.56/10.14	c cleaning 8497 clauses out of 16997 with flag 173265/277189
11.56/10.17	c Got one! Elapsed wall clock time (in seconds):10.065
11.56/10.17	o 36
11.77/10.33	c cleaning 7084 clauses out of 14174 with flag 25593/282863
11.97/10.51	c cleaning 6540 clauses out of 13090 with flag 50714/288863
12.17/10.73	c cleaning 6769 clauses out of 13547 with flag 79700/295862
12.29/10.90	c Got one! Elapsed wall clock time (in seconds):10.795
12.29/10.90	o 35
12.50/11.09	c cleaning 8916 clauses out of 17831 with flag 26103/306915
12.69/11.29	c cleaning 7447 clauses out of 14913 with flag 52860/312913
13.00/11.51	c cleaning 7228 clauses out of 14466 with flag 82543/319914
13.10/11.67	c Got one! Elapsed wall clock time (in seconds):11.564
13.10/11.67	o 33
13.29/11.86	c cleaning 8742 clauses out of 17495 with flag 26652/330171
13.50/12.03	c cleaning 7371 clauses out of 14754 with flag 51973/336172
13.70/12.23	c cleaning 7185 clauses out of 14383 with flag 81118/343172
13.91/12.43	c Got one! Elapsed wall clock time (in seconds):12.322
13.91/12.43	o 32
14.11/12.63	c cleaning 9362 clauses out of 18733 with flag 27387/354707
14.32/12.85	c cleaning 7683 clauses out of 15372 with flag 57675/360708
14.52/13.09	c cleaning 7328 clauses out of 14690 with flag 93187/367709
14.82/13.35	c cleaning 7663 clauses out of 15360 with flag 132532/375707
14.94/13.43	c Got one! Elapsed wall clock time (in seconds):13.323
14.94/13.43	o 30
15.04/13.54	c cleaning 6550 clauses out of 13145 with flag 16437/381155
15.24/13.74	c cleaning 6284 clauses out of 12594 with flag 44791/387154
15.45/13.96	c cleaning 6646 clauses out of 13311 with flag 75678/394155
15.77/14.24	c cleaning 7327 clauses out of 14665 with flag 113746/402155
16.07/14.53	c cleaning 8154 clauses out of 16338 with flag 155589/411155
16.38/14.88	c cleaning 9088 clauses out of 18186 with flag 204268/421157
16.49/14.94	c Got one! Elapsed wall clock time (in seconds):14.836
16.49/14.94	o 29
16.59/15.04	c cleaning 7169 clauses out of 14346 with flag 12750/426405
16.80/15.22	c cleaning 6584 clauses out of 13175 with flag 37725/432405
17.02/15.42	c cleaning 6789 clauses out of 13590 with flag 66779/439404
17.22/15.66	c cleaning 7397 clauses out of 14801 with flag 101135/447404
17.33/15.78	c Got one! Elapsed wall clock time (in seconds):15.668
17.33/15.78	o 28
17.43/15.85	c cleaning 6644 clauses out of 13310 with flag 9730/453310
17.64/16.06	c cleaning 6324 clauses out of 12665 with flag 36205/459309
17.84/16.27	c cleaning 6667 clauses out of 13336 with flag 66319/466308
18.06/16.45	c Got one! Elapsed wall clock time (in seconds):16.347
18.06/16.45	o 27
18.25/16.66	c cleaning 9211 clauses out of 18428 with flag 24012/478075
18.58/16.91	c cleaning 7604 clauses out of 15218 with flag 57226/484076
18.68/17.06	c Got one! Elapsed wall clock time (in seconds):16.95
18.68/17.06	o 26
18.68/17.06	c Got one! Elapsed wall clock time (in seconds):16.951
18.68/17.06	o 25
18.79/17.11	c cleaning 6363 clauses out of 12727 with flag 6112/489189
18.79/17.19	c starts		: 209
18.79/17.19	c conflicts		: 491039
18.79/17.19	c decisions		: 781066
18.79/17.19	c propagations		: 11219553
18.79/17.19	c inspects		: 110158189
18.79/17.19	c shortcuts		: 0
18.79/17.19	c learnt literals	: 26
18.79/17.19	c learnt binary clauses	: 53
18.79/17.19	c learnt ternary clauses	: 1057
18.79/17.19	c learnt constraints	: 491012
18.79/17.19	c ignored constraints	: 0
18.79/17.19	c root simplifications	: 0
18.79/17.19	c removed literals (reason simplification)	: 0
18.79/17.19	c reason swapping (by a shorter reason)	: 0
18.79/17.19	c Calls to reduceDB	: 68
18.79/17.19	c Number of update (reduction) of LBD	: 128482
18.79/17.19	c number of reductions to clauses (during analyze)	: 0
18.79/17.19	c number of learned constraints concerned by reduction	: 0
18.79/17.19	c number of learning phase by resolution	: 0
18.79/17.19	c number of learning phase by cutting planes	: 0
18.79/17.19	c speed (assignments/second)	: 659043.2918233082
18.79/17.19	c non guided choices	2725
18.79/17.19	c learnt constraints type 
18.79/17.19	c constraints type 
18.79/17.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
18.79/17.19	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
18.79/17.19	c ignored satisfied constraints => 1
18.79/17.19	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
18.79/17.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 51
18.79/17.19	c 102 constraints processed.
18.79/17.19	s OPTIMUM FOUND
18.79/17.19	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 
18.79/17.19	c objective function=25
18.79/17.19	c Total wall clock time (in seconds): 17.083

Verifier Data

OK	25

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-3718118-1338251742/watcher-3718118-1338251742 -o /tmp/evaluation-result-3718118-1338251742/solver-3718118-1338251742 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3718118-1338251742.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.42 2.24 2.08 2/195 16720
/proc/meminfo: memFree=31903120/32873844 swapFree=6872/6872
[pid=16720] ppid=16718 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/16720/stat : 16720 (java) R 16718 16720 13427 0 -1 4202496 1095 0 0 0 0 0 0 0 20 0 1 0 291302739 23793664 823 33554432000 1073741824 1073778376 140733875097152 140733875086216 140349070718224 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/16720/statm: 5809 842 635 9 0 128 0

[startup+0.098507 s]
/proc/loadavg: 2.42 2.24 2.08 2/195 16720
/proc/meminfo: memFree=31903120/32873844 swapFree=6872/6872
[pid=16720] ppid=16718 vsize=9558416 CPUtime=0.11 cores=0,2,4,6
/proc/16720/stat : 16720 (java) S 16718 16720 13427 0 -1 4202496 4398 0 1 0 10 1 0 0 20 0 18 0 291302739 9787817984 5089 33554432000 1073741824 1073778376 140733875097152 140733875088288 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16720/statm: 2389604 5090 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558416

[startup+0.100321 s]
/proc/loadavg: 2.42 2.24 2.08 2/195 16720
/proc/meminfo: memFree=31903120/32873844 swapFree=6872/6872
[pid=16720] ppid=16718 vsize=9558416 CPUtime=0.11 cores=0,2,4,6
/proc/16720/stat : 16720 (java) S 16718 16720 13427 0 -1 4202496 4425 0 1 0 10 1 0 0 20 0 18 0 291302739 9787817984 5116 33554432000 1073741824 1073778376 140733875097152 140733875088288 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16720/statm: 2389604 5116 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558416

[startup+0.300296 s]
/proc/loadavg: 2.42 2.24 2.08 2/195 16720
/proc/meminfo: memFree=31903120/32873844 swapFree=6872/6872
[pid=16720] ppid=16718 vsize=9624980 CPUtime=0.54 cores=0,2,4,6
/proc/16720/stat : 16720 (java) S 16718 16720 13427 0 -1 4202496 7059 0 1 0 52 2 0 0 20 0 19 0 291302739 9855979520 7453 33554432000 1073741824 1073778376 140733875097152 140733875088288 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16720/statm: 2406245 7453 2234 9 0 2396937 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9624980

[startup+0.701549 s]
/proc/loadavg: 2.42 2.24 2.08 2/195 16720
/proc/meminfo: memFree=31903120/32873844 swapFree=6872/6872
[pid=16720] ppid=16718 vsize=9624980 CPUtime=1.09 cores=0,2,4,6
/proc/16720/stat : 16720 (java) S 16718 16720 13427 0 -1 4202496 7941 0 1 0 107 2 0 0 20 0 19 0 291302739 9855979520 9054 33554432000 1073741824 1073778376 140733875097152 140733875088288 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16720/statm: 2406245 9054 2257 9 0 2396937 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 9624980

[startup+1.50172 s]
/proc/loadavg: 2.38 2.24 2.08 4/214 16739
/proc/meminfo: memFree=31867064/32873844 swapFree=6872/6872
[pid=16720] ppid=16718 vsize=9624980 CPUtime=2.26 cores=0,2,4,6
/proc/16720/stat : 16720 (java) S 16718 16720 13427 0 -1 4202496 15239 0 1 0 223 3 0 0 20 0 19 0 291302739 9855979520 15500 33554432000 1073741824 1073778376 140733875097152 140733875088288 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16720/statm: 2406245 15500 2272 9 0 2396937 0
[pid=16720/tid=16721] ppid=16718 vsize=9624980 CPUtime=1.43 cores=0,2,4,6
/proc/16720/task/16721/stat : 16721 (java) R 16718 16720 13427 0 -1 4202560 2515 0 1 0 142 1 0 0 20 0 19 0 291302740 9855979520 15500 33554432000 1073741824 1073778376 140733875097152 140349066891712 140348939815568 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16720/tid=16723] ppid=16718 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16720/task/16723/stat : 16723 (java) S 16718 16720 13427 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291302740 9855979520 15500 33554432000 1073741824 1073778376 140733875097152 140348910857256 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16720/tid=16724] ppid=16718 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16720/task/16724/stat : 16724 (java) S 16718 16720 13427 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291302740 9855979520 15500 33554432000 1073741824 1073778376 140733875097152 140348909804456 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16720/tid=16725] ppid=16718 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16720/task/16725/stat : 16725 (java) S 16718 16720 13427 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291302740 9855979520 15500 33554432000 1073741824 1073778376 140733875097152 140348908751656 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16720/tid=16726] ppid=16718 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16720/task/16726/stat : 16726 (java) S 16718 16720 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291302740 9855979520 15500 33554432000 1073741824 1073778376 140733875097152 140348907698856 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16720/tid=16727] ppid=16718 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16720/task/16727/stat : 16727 (java) S 16718 16720 13427 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291302740 9855979520 15500 33554432000 1073741824 1073778376 140733875097152 140348906646056 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16720/tid=16728] ppid=16718 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16720/task/16728/stat : 16728 (java) S 16718 16720 13427 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291302740 9855979520 15500 33554432000 1073741824 1073778376 140733875097152 140348905593256 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16720/tid=16729] ppid=16718 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16720/task/16729/stat : 16729 (java) S 16718 16720 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302740 9855979520 15500 33554432000 1073741824 1073778376 140733875097152 140348904540456 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16720/tid=16730] ppid=16718 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16720/task/16730/stat : 16730 (java) S 16718 16720 13427 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291302740 9855979520 15500 33554432000 1073741824 1073778376 140733875097152 140348903487656 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16720/tid=16731] ppid=16718 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/16720/task/16731/stat : 16731 (java) S 16718 16720 13427 0 -1 4202560 62 0 0 0 2 0 0 0 20 0 19 0 291302741 9855979520 15500 33554432000 1073741824 1073778376 140733875097152 140348891077608 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16720/tid=16732] ppid=16718 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16720/task/16732/stat : 16732 (java) S 16718 16720 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291302742 9855979520 15500 33554432000 1073741824 1073778376 140733875097152 140348890023672 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16720/tid=16733] ppid=16718 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16720/task/16733/stat : 16733 (java) S 16718 16720 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291302742 9855979520 15500 33554432000 1073741824 1073778376 140733875097152 140348888970760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16720/tid=16734] ppid=16718 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16720/task/16734/stat : 16734 (java) S 16718 16720 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302744 9855979520 15500 33554432000 1073741824 1073778376 140733875097152 140348887919248 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16720/tid=16735] ppid=16718 vsize=9624980 CPUtime=0.49 cores=0,2,4,6
/proc/16720/task/16735/stat : 16735 (java) S 16718 16720 13427 0 -1 4202560 8778 0 0 0 47 2 0 0 20 0 19 0 291302744 9855979520 15500 33554432000 1073741824 1073778376 140733875097152 140348886866360 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16720/tid=16736] ppid=16718 vsize=9624980 CPUtime=0.26 cores=0,2,4,6
/proc/16720/task/16736/stat : 16736 (java) S 16718 16720 13427 0 -1 4202560 2667 0 0 0 26 0 0 0 20 0 19 0 291302744 9855979520 15500 33554432000 1073741824 1073778376 140733875097152 140348885813560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16720/tid=16737] ppid=16718 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16720/task/16737/stat : 16737 (java) S 16718 16720 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302745 9855979520 15500 33554432000 1073741824 1073778376 140733875097152 140348884760952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16720/tid=16738] ppid=16718 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16720/task/16738/stat : 16738 (java) S 16718 16720 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302745 9855979520 15500 33554432000 1073741824 1073778376 140733875097152 140348883708360 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16720/tid=16739] ppid=16718 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16720/task/16739/stat : 16739 (java) S 16718 16720 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291302756 9855979520 15500 33554432000 1073741824 1073778376 140733875097152 140348882654888 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 9624980

[startup+3.10061 s]
/proc/loadavg: 2.38 2.24 2.08 3/214 16739
/proc/meminfo: memFree=31848960/32873844 swapFree=6872/6872
[pid=16720] ppid=16718 vsize=9624980 CPUtime=4.3 cores=0,2,4,6
/proc/16720/stat : 16720 (java) S 16718 16720 13427 0 -1 4202496 17761 0 1 0 426 4 0 0 20 0 19 0 291302739 9855979520 15712 33554432000 1073741824 1073778376 140733875097152 140733875088288 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16720/statm: 2406245 15712 2273 9 0 2396937 0
[pid=16720/tid=16721] ppid=16718 vsize=9624980 CPUtime=2.94 cores=0,2,4,6
/proc/16720/task/16721/stat : 16721 (java) R 16718 16720 13427 0 -1 4202560 2522 0 1 0 293 1 0 0 20 0 19 0 291302740 9855979520 15712 33554432000 1073741824 1073778376 140733875097152 140349066899960 140348939824808 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16720/tid=16723] ppid=16718 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16720/task/16723/stat : 16723 (java) S 16718 16720 13427 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291302740 9855979520 15712 33554432000 1073741824 1073778376 140733875097152 140348910857256 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16720/tid=16724] ppid=16718 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16720/task/16724/stat : 16724 (java) S 16718 16720 13427 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291302740 9855979520 15712 33554432000 1073741824 1073778376 140733875097152 140348909804456 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16720/tid=16725] ppid=16718 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16720/task/16725/stat : 16725 (java) S 16718 16720 13427 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291302740 9855979520 15712 33554432000 1073741824 1073778376 140733875097152 140348908751656 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16720/tid=16726] ppid=16718 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16720/task/16726/stat : 16726 (java) S 16718 16720 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291302740 9855979520 15712 33554432000 1073741824 1073778376 140733875097152 140348907698856 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16720/tid=16727] ppid=16718 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16720/task/16727/stat : 16727 (java) S 16718 16720 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291302740 9855979520 15712 33554432000 1073741824 1073778376 140733875097152 140348906646056 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16720/tid=16728] ppid=16718 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16720/task/16728/stat : 16728 (java) S 16718 16720 13427 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291302740 9855979520 15712 33554432000 1073741824 1073778376 140733875097152 140348905593256 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16720/tid=16729] ppid=16718 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16720/task/16729/stat : 16729 (java) S 16718 16720 13427 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291302740 9855979520 15712 33554432000 1073741824 1073778376 140733875097152 140348904540456 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16720/tid=16730] ppid=16718 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16720/task/16730/stat : 16730 (java) S 16718 16720 13427 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291302740 9855979520 15712 33554432000 1073741824 1073778376 140733875097152 140348903487656 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16720/tid=16731] ppid=16718 vsize=9624980 CPUtime=0.08 cores=0,2,4,6
/proc/16720/task/16731/stat : 16731 (java) S 16718 16720 13427 0 -1 4202560 62 0 0 0 8 0 0 0 20 0 19 0 291302741 9855979520 15712 33554432000 1073741824 1073778376 140733875097152 140348891077608 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16720/tid=16732] ppid=16718 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16720/task/16732/stat : 16732 (java) S 16718 16720 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291302742 9855979520 15712 33554432000 1073741824 1073778376 140733875097152 140348890023672 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16720/tid=16733] ppid=16718 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16720/task/16733/stat : 16733 (java) S 16718 16720 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291302742 9855979520 15712 33554432000 1073741824 1073778376 140733875097152 140348888970760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16720/tid=16734] ppid=16718 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16720/task/16734/stat : 16734 (java) S 16718 16720 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302744 9855979520 15712 33554432000 1073741824 1073778376 140733875097152 140348887919248 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16720/tid=16735] ppid=16718 vsize=9624980 CPUtime=0.85 cores=0,2,4,6
/proc/16720/task/16735/stat : 16735 (java) S 16718 16720 13427 0 -1 4202560 10746 0 0 0 83 2 0 0 20 0 19 0 291302744 9855979520 15712 33554432000 1073741824 1073778376 140733875097152 140348886866360 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16720/tid=16736] ppid=16718 vsize=9624980 CPUtime=0.3 cores=0,2,4,6
/proc/16720/task/16736/stat : 16736 (java) S 16718 16720 13427 0 -1 4202560 3210 0 0 0 30 0 0 0 20 0 19 0 291302744 9855979520 15712 33554432000 1073741824 1073778376 140733875097152 140348885813560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16720/tid=16737] ppid=16718 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16720/task/16737/stat : 16737 (java) S 16718 16720 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302745 9855979520 15712 33554432000 1073741824 1073778376 140733875097152 140348884760952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16720/tid=16738] ppid=16718 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16720/task/16738/stat : 16738 (java) S 16718 16720 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302745 9855979520 15712 33554432000 1073741824 1073778376 140733875097152 140348883708360 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16720/tid=16739] ppid=16718 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16720/task/16739/stat : 16739 (java) S 16718 16720 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291302756 9855979520 15712 33554432000 1073741824 1073778376 140733875097152 140348882654888 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.3
Current children cumulated vsize (KiB) 9624980

[startup+6.30067 s]
/proc/loadavg: 2.35 2.23 2.08 3/214 16739
/proc/meminfo: memFree=31851580/32873844 swapFree=6872/6872
[pid=16720] ppid=16718 vsize=9624980 CPUtime=7.72 cores=0,2,4,6
/proc/16720/stat : 16720 (java) S 16718 16720 13427 0 -1 4202496 20908 0 1 0 766 6 0 0 20 0 19 0 291302739 9855979520 14844 33554432000 1073741824 1073778376 140733875097152 140733875088288 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16720/statm: 2406245 14844 2274 9 0 2396937 0
[pid=16720/tid=16721] ppid=16718 vsize=9624980 CPUtime=5.99 cores=0,2,4,6
/proc/16720/task/16721/stat : 16721 (java) R 16718 16720 13427 0 -1 4202560 2536 0 1 0 598 1 0 0 20 0 19 0 291302740 9855979520 14844 33554432000 1073741824 1073778376 140733875097152 140349066899744 140348939876028 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16720/tid=16723] ppid=16718 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16720/task/16723/stat : 16723 (java) S 16718 16720 13427 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291302740 9855979520 14844 33554432000 1073741824 1073778376 140733875097152 140348910857256 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16720/tid=16724] ppid=16718 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16720/task/16724/stat : 16724 (java) S 16718 16720 13427 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291302740 9855979520 14844 33554432000 1073741824 1073778376 140733875097152 140348909804456 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16720/tid=16725] ppid=16718 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16720/task/16725/stat : 16725 (java) S 16718 16720 13427 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291302740 9855979520 14844 33554432000 1073741824 1073778376 140733875097152 140348908751656 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16720/tid=16726] ppid=16718 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16720/task/16726/stat : 16726 (java) S 16718 16720 13427 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291302740 9855979520 14844 33554432000 1073741824 1073778376 140733875097152 140348907698856 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16720/tid=16727] ppid=16718 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/16720/task/16727/stat : 16727 (java) S 16718 16720 13427 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 291302740 9855979520 14844 33554432000 1073741824 1073778376 140733875097152 140348906646056 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16720/tid=16728] ppid=16718 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16720/task/16728/stat : 16728 (java) S 16718 16720 13427 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291302740 9855979520 14844 33554432000 1073741824 1073778376 140733875097152 140348905593256 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16720/tid=16729] ppid=16718 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16720/task/16729/stat : 16729 (java) S 16718 16720 13427 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291302740 9855979520 14844 33554432000 1073741824 1073778376 140733875097152 140348904540456 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16720/tid=16730] ppid=16718 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16720/task/16730/stat : 16730 (java) S 16718 16720 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291302740 9855979520 14844 33554432000 1073741824 1073778376 140733875097152 140348903487656 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16720/tid=16731] ppid=16718 vsize=9624980 CPUtime=0.21 cores=0,2,4,6
/proc/16720/task/16731/stat : 16731 (java) S 16718 16720 13427 0 -1 4202560 62 0 0 0 21 0 0 0 20 0 19 0 291302741 9855979520 14844 33554432000 1073741824 1073778376 140733875097152 140348891077608 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16720/tid=16732] ppid=16718 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16720/task/16732/stat : 16732 (java) S 16718 16720 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291302742 9855979520 14844 33554432000 1073741824 1073778376 140733875097152 140348890023672 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16720/tid=16733] ppid=16718 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16720/task/16733/stat : 16733 (java) S 16718 16720 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291302742 9855979520 14844 33554432000 1073741824 1073778376 140733875097152 140348888970760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16720/tid=16734] ppid=16718 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16720/task/16734/stat : 16734 (java) S 16718 16720 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302744 9855979520 14844 33554432000 1073741824 1073778376 140733875097152 140348887919248 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16720/tid=16735] ppid=16718 vsize=9624980 CPUtime=0.85 cores=0,2,4,6
/proc/16720/task/16735/stat : 16735 (java) S 16718 16720 13427 0 -1 4202560 10746 0 0 0 83 2 0 0 20 0 19 0 291302744 9855979520 14844 33554432000 1073741824 1073778376 140733875097152 140348886866360 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16720/tid=16736] ppid=16718 vsize=9624980 CPUtime=0.48 cores=0,2,4,6
/proc/16720/task/16736/stat : 16736 (java) S 16718 16720 13427 0 -1 4202560 6334 0 0 0 46 2 0 0 20 0 19 0 291302744 9855979520 14844 33554432000 1073741824 1073778376 140733875097152 140348885813560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16720/tid=16737] ppid=16718 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16720/task/16737/stat : 16737 (java) S 16718 16720 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302745 9855979520 14844 33554432000 1073741824 1073778376 140733875097152 140348884760952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16720/tid=16738] ppid=16718 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16720/task/16738/stat : 16738 (java) S 16718 16720 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302745 9855979520 14844 33554432000 1073741824 1073778376 140733875097152 140348883708360 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16720/tid=16739] ppid=16718 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16720/task/16739/stat : 16739 (java) S 16718 16720 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291302756 9855979520 14844 33554432000 1073741824 1073778376 140733875097152 140348882654888 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.72
Current children cumulated vsize (KiB) 9624980

[startup+12.7006 s]

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

/proc/16720/task/16723/stat : 16723 (java) S 16718 16720 13427 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 291302740 9855979520 14849 33554432000 1073741824 1073778376 140733875097152 140348910857256 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16720/tid=16724] ppid=16718 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/16720/task/16724/stat : 16724 (java) S 16718 16720 13427 0 -1 4202560 4 0 0 0 3 0 0 0 20 0 19 0 291302740 9855979520 14849 33554432000 1073741824 1073778376 140733875097152 140348909804456 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16720/tid=16725] ppid=16718 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/16720/task/16725/stat : 16725 (java) S 16718 16720 13427 0 -1 4202560 4 0 0 0 3 0 0 0 20 0 19 0 291302740 9855979520 14849 33554432000 1073741824 1073778376 140733875097152 140348908751656 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16720/tid=16726] ppid=16718 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/16720/task/16726/stat : 16726 (java) S 16718 16720 13427 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 19 0 291302740 9855979520 14849 33554432000 1073741824 1073778376 140733875097152 140348907698856 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16720/tid=16727] ppid=16718 vsize=9624980 CPUtime=0.04 cores=0,2,4,6
/proc/16720/task/16727/stat : 16727 (java) S 16718 16720 13427 0 -1 4202560 9 0 0 0 4 0 0 0 20 0 19 0 291302740 9855979520 14849 33554432000 1073741824 1073778376 140733875097152 140348906646056 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16720/tid=16728] ppid=16718 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/16720/task/16728/stat : 16728 (java) S 16718 16720 13427 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 19 0 291302740 9855979520 14849 33554432000 1073741824 1073778376 140733875097152 140348905593256 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16720/tid=16729] ppid=16718 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/16720/task/16729/stat : 16729 (java) S 16718 16720 13427 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 19 0 291302740 9855979520 14849 33554432000 1073741824 1073778376 140733875097152 140348904540456 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16720/tid=16730] ppid=16718 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/16720/task/16730/stat : 16730 (java) S 16718 16720 13427 0 -1 4202560 7 0 0 0 3 0 0 0 20 0 19 0 291302740 9855979520 14849 33554432000 1073741824 1073778376 140733875097152 140348903487656 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16720/tid=16731] ppid=16718 vsize=9624980 CPUtime=0.49 cores=0,2,4,6
/proc/16720/task/16731/stat : 16731 (java) S 16718 16720 13427 0 -1 4202560 62 0 0 0 49 0 0 0 20 0 19 0 291302741 9855979520 14849 33554432000 1073741824 1073778376 140733875097152 140348891077608 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16720/tid=16732] ppid=16718 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16720/task/16732/stat : 16732 (java) S 16718 16720 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291302742 9855979520 14849 33554432000 1073741824 1073778376 140733875097152 140348890023672 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16720/tid=16733] ppid=16718 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16720/task/16733/stat : 16733 (java) S 16718 16720 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291302742 9855979520 14849 33554432000 1073741824 1073778376 140733875097152 140348888970760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16720/tid=16734] ppid=16718 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16720/task/16734/stat : 16734 (java) S 16718 16720 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302744 9855979520 14849 33554432000 1073741824 1073778376 140733875097152 140348887919248 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16720/tid=16735] ppid=16718 vsize=9624980 CPUtime=0.86 cores=0,2,4,6
/proc/16720/task/16735/stat : 16735 (java) S 16718 16720 13427 0 -1 4202560 10746 0 0 0 84 2 0 0 20 0 19 0 291302744 9855979520 14849 33554432000 1073741824 1073778376 140733875097152 140348886866360 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16720/tid=16736] ppid=16718 vsize=9624980 CPUtime=0.5 cores=0,2,4,6
/proc/16720/task/16736/stat : 16736 (java) S 16718 16720 13427 0 -1 4202560 6334 0 0 0 48 2 0 0 20 0 19 0 291302744 9855979520 14849 33554432000 1073741824 1073778376 140733875097152 140348885813560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16720/tid=16737] ppid=16718 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16720/task/16737/stat : 16737 (java) S 16718 16720 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302745 9855979520 14849 33554432000 1073741824 1073778376 140733875097152 140348884760952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16720/tid=16738] ppid=16718 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16720/task/16738/stat : 16738 (java) S 16718 16720 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302745 9855979520 14849 33554432000 1073741824 1073778376 140733875097152 140348883708360 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16720/tid=16739] ppid=16718 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16720/task/16739/stat : 16739 (java) S 16718 16720 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291302756 9855979520 14849 33554432000 1073741824 1073778376 140733875097152 140348882654888 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 15.87
Current children cumulated vsize (KiB) 9624980

[startup+15.9006 s]
/proc/loadavg: 2.30 2.22 2.08 3/214 16739
/proc/meminfo: memFree=31852852/32873844 swapFree=6872/6872
[pid=16720] ppid=16718 vsize=9624980 CPUtime=17.54 cores=0,2,4,6
/proc/16720/stat : 16720 (java) S 16718 16720 13427 0 -1 4202496 20953 0 1 0 1748 6 0 0 20 0 19 0 291302739 9855979520 14208 33554432000 1073741824 1073778376 140733875097152 140733875088288 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16720/statm: 2406245 14208 2274 9 0 2396937 0
[pid=16720/tid=16721] ppid=16718 vsize=9624980 CPUtime=15.1 cores=0,2,4,6
/proc/16720/task/16721/stat : 16721 (java) R 16718 16720 13427 0 -1 4202560 2574 0 1 0 1509 1 0 0 20 0 19 0 291302740 9855979520 14208 33554432000 1073741824 1073778376 140733875097152 140349066899744 140348939786625 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16720/tid=16723] ppid=16718 vsize=9624980 CPUtime=0.04 cores=0,2,4,6
/proc/16720/task/16723/stat : 16723 (java) S 16718 16720 13427 0 -1 4202560 11 0 0 0 4 0 0 0 20 0 19 0 291302740 9855979520 14208 33554432000 1073741824 1073778376 140733875097152 140348910857256 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16720/tid=16724] ppid=16718 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/16720/task/16724/stat : 16724 (java) S 16718 16720 13427 0 -1 4202560 4 0 0 0 3 0 0 0 20 0 19 0 291302740 9855979520 14208 33554432000 1073741824 1073778376 140733875097152 140348909804456 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16720/tid=16725] ppid=16718 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/16720/task/16725/stat : 16725 (java) S 16718 16720 13427 0 -1 4202560 5 0 0 0 5 0 0 0 20 0 19 0 291302740 9855979520 14208 33554432000 1073741824 1073778376 140733875097152 140348908751656 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16720/tid=16726] ppid=16718 vsize=9624980 CPUtime=0.04 cores=0,2,4,6
/proc/16720/task/16726/stat : 16726 (java) S 16718 16720 13427 0 -1 4202560 9 0 0 0 4 0 0 0 20 0 19 0 291302740 9855979520 14208 33554432000 1073741824 1073778376 140733875097152 140348907698856 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16720/tid=16727] ppid=16718 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/16720/task/16727/stat : 16727 (java) S 16718 16720 13427 0 -1 4202560 9 0 0 0 5 0 0 0 20 0 19 0 291302740 9855979520 14208 33554432000 1073741824 1073778376 140733875097152 140348906646056 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16720/tid=16728] ppid=16718 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/16720/task/16728/stat : 16728 (java) S 16718 16720 13427 0 -1 4202560 5 0 0 0 3 0 0 0 20 0 19 0 291302740 9855979520 14208 33554432000 1073741824 1073778376 140733875097152 140348905593256 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16720/tid=16729] ppid=16718 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/16720/task/16729/stat : 16729 (java) S 16718 16720 13427 0 -1 4202560 6 0 0 0 3 0 0 0 20 0 19 0 291302740 9855979520 14208 33554432000 1073741824 1073778376 140733875097152 140348904540456 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16720/tid=16730] ppid=16718 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/16720/task/16730/stat : 16730 (java) S 16718 16720 13427 0 -1 4202560 7 0 0 0 5 0 0 0 20 0 19 0 291302740 9855979520 14208 33554432000 1073741824 1073778376 140733875097152 140348903487656 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16720/tid=16731] ppid=16718 vsize=9624980 CPUtime=0.55 cores=0,2,4,6
/proc/16720/task/16731/stat : 16731 (java) S 16718 16720 13427 0 -1 4202560 62 0 0 0 55 0 0 0 20 0 19 0 291302741 9855979520 14208 33554432000 1073741824 1073778376 140733875097152 140348891077608 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16720/tid=16732] ppid=16718 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16720/task/16732/stat : 16732 (java) S 16718 16720 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291302742 9855979520 14208 33554432000 1073741824 1073778376 140733875097152 140348890023672 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16720/tid=16733] ppid=16718 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16720/task/16733/stat : 16733 (java) S 16718 16720 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291302742 9855979520 14208 33554432000 1073741824 1073778376 140733875097152 140348888970760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16720/tid=16734] ppid=16718 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16720/task/16734/stat : 16734 (java) S 16718 16720 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302744 9855979520 14208 33554432000 1073741824 1073778376 140733875097152 140348887919248 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16720/tid=16735] ppid=16718 vsize=9624980 CPUtime=0.86 cores=0,2,4,6
/proc/16720/task/16735/stat : 16735 (java) S 16718 16720 13427 0 -1 4202560 10746 0 0 0 84 2 0 0 20 0 19 0 291302744 9855979520 14208 33554432000 1073741824 1073778376 140733875097152 140348886866360 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16720/tid=16736] ppid=16718 vsize=9624980 CPUtime=0.5 cores=0,2,4,6
/proc/16720/task/16736/stat : 16736 (java) S 16718 16720 13427 0 -1 4202560 6334 0 0 0 48 2 0 0 20 0 19 0 291302744 9855979520 14208 33554432000 1073741824 1073778376 140733875097152 140348885813560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16720/tid=16737] ppid=16718 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16720/task/16737/stat : 16737 (java) S 16718 16720 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302745 9855979520 14208 33554432000 1073741824 1073778376 140733875097152 140348884760952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16720/tid=16738] ppid=16718 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16720/task/16738/stat : 16738 (java) S 16718 16720 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302745 9855979520 14208 33554432000 1073741824 1073778376 140733875097152 140348883708360 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16720/tid=16739] ppid=16718 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16720/task/16739/stat : 16739 (java) S 16718 16720 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291302756 9855979520 14208 33554432000 1073741824 1073778376 140733875097152 140348882654888 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 17.54
Current children cumulated vsize (KiB) 9624980

[startup+16.7006 s]
/proc/loadavg: 2.30 2.22 2.08 3/214 16739
/proc/meminfo: memFree=31852976/32873844 swapFree=6872/6872
[pid=16720] ppid=16718 vsize=9624980 CPUtime=18.38 cores=0,2,4,6
/proc/16720/stat : 16720 (java) S 16718 16720 13427 0 -1 4202496 20956 0 1 0 1831 7 0 0 20 0 19 0 291302739 9855979520 14208 33554432000 1073741824 1073778376 140733875097152 140733875088288 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16720/statm: 2406245 14208 2274 9 0 2396937 0
[pid=16720/tid=16721] ppid=16718 vsize=9624980 CPUtime=15.85 cores=0,2,4,6
/proc/16720/task/16721/stat : 16721 (java) R 16718 16720 13427 0 -1 4202560 2577 0 1 0 1584 1 0 0 20 0 19 0 291302740 9855979520 14208 33554432000 1073741824 1073778376 140733875097152 140349066899864 140348939841831 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16720/tid=16723] ppid=16718 vsize=9624980 CPUtime=0.04 cores=0,2,4,6
/proc/16720/task/16723/stat : 16723 (java) S 16718 16720 13427 0 -1 4202560 11 0 0 0 4 0 0 0 20 0 19 0 291302740 9855979520 14208 33554432000 1073741824 1073778376 140733875097152 140348910857256 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16720/tid=16724] ppid=16718 vsize=9624980 CPUtime=0.04 cores=0,2,4,6
/proc/16720/task/16724/stat : 16724 (java) S 16718 16720 13427 0 -1 4202560 4 0 0 0 4 0 0 0 20 0 19 0 291302740 9855979520 14208 33554432000 1073741824 1073778376 140733875097152 140348909804456 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16720/tid=16725] ppid=16718 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/16720/task/16725/stat : 16725 (java) S 16718 16720 13427 0 -1 4202560 5 0 0 0 5 0 0 0 20 0 19 0 291302740 9855979520 14208 33554432000 1073741824 1073778376 140733875097152 140348908751656 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16720/tid=16726] ppid=16718 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/16720/task/16726/stat : 16726 (java) S 16718 16720 13427 0 -1 4202560 9 0 0 0 5 0 0 0 20 0 19 0 291302740 9855979520 14208 33554432000 1073741824 1073778376 140733875097152 140348907698856 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16720/tid=16727] ppid=16718 vsize=9624980 CPUtime=0.06 cores=0,2,4,6
/proc/16720/task/16727/stat : 16727 (java) S 16718 16720 13427 0 -1 4202560 9 0 0 0 6 0 0 0 20 0 19 0 291302740 9855979520 14208 33554432000 1073741824 1073778376 140733875097152 140348906646056 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16720/tid=16728] ppid=16718 vsize=9624980 CPUtime=0.04 cores=0,2,4,6
/proc/16720/task/16728/stat : 16728 (java) S 16718 16720 13427 0 -1 4202560 5 0 0 0 4 0 0 0 20 0 19 0 291302740 9855979520 14208 33554432000 1073741824 1073778376 140733875097152 140348905593256 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16720/tid=16729] ppid=16718 vsize=9624980 CPUtime=0.04 cores=0,2,4,6
/proc/16720/task/16729/stat : 16729 (java) S 16718 16720 13427 0 -1 4202560 6 0 0 0 4 0 0 0 20 0 19 0 291302740 9855979520 14208 33554432000 1073741824 1073778376 140733875097152 140348904540456 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16720/tid=16730] ppid=16718 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/16720/task/16730/stat : 16730 (java) S 16718 16720 13427 0 -1 4202560 7 0 0 0 5 0 0 0 20 0 19 0 291302740 9855979520 14208 33554432000 1073741824 1073778376 140733875097152 140348903487656 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16720/tid=16731] ppid=16718 vsize=9624980 CPUtime=0.58 cores=0,2,4,6
/proc/16720/task/16731/stat : 16731 (java) S 16718 16720 13427 0 -1 4202560 62 0 0 0 58 0 0 0 20 0 19 0 291302741 9855979520 14208 33554432000 1073741824 1073778376 140733875097152 140348891077608 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16720/tid=16732] ppid=16718 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16720/task/16732/stat : 16732 (java) S 16718 16720 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291302742 9855979520 14208 33554432000 1073741824 1073778376 140733875097152 140348890023672 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16720/tid=16733] ppid=16718 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16720/task/16733/stat : 16733 (java) S 16718 16720 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291302742 9855979520 14208 33554432000 1073741824 1073778376 140733875097152 140348888970760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16720/tid=16734] ppid=16718 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16720/task/16734/stat : 16734 (java) S 16718 16720 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302744 9855979520 14208 33554432000 1073741824 1073778376 140733875097152 140348887919248 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16720/tid=16735] ppid=16718 vsize=9624980 CPUtime=0.86 cores=0,2,4,6
/proc/16720/task/16735/stat : 16735 (java) S 16718 16720 13427 0 -1 4202560 10746 0 0 0 84 2 0 0 20 0 19 0 291302744 9855979520 14208 33554432000 1073741824 1073778376 140733875097152 140348886866360 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16720/tid=16736] ppid=16718 vsize=9624980 CPUtime=0.5 cores=0,2,4,6
/proc/16720/task/16736/stat : 16736 (java) S 16718 16720 13427 0 -1 4202560 6334 0 0 0 48 2 0 0 20 0 19 0 291302744 9855979520 14208 33554432000 1073741824 1073778376 140733875097152 140348885813560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16720/tid=16737] ppid=16718 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16720/task/16737/stat : 16737 (java) S 16718 16720 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302745 9855979520 14208 33554432000 1073741824 1073778376 140733875097152 140348884760952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16720/tid=16738] ppid=16718 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16720/task/16738/stat : 16738 (java) S 16718 16720 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302745 9855979520 14208 33554432000 1073741824 1073778376 140733875097152 140348883708360 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16720/tid=16739] ppid=16718 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16720/task/16739/stat : 16739 (java) S 16718 16720 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291302756 9855979520 14208 33554432000 1073741824 1073778376 140733875097152 140348882654888 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 18.38
Current children cumulated vsize (KiB) 9624980

[startup+17.1007 s]
/proc/loadavg: 2.30 2.22 2.08 3/214 16739
/proc/meminfo: memFree=31852976/32873844 swapFree=6872/6872
[pid=16720] ppid=16718 vsize=9624980 CPUtime=18.79 cores=0,2,4,6
/proc/16720/stat : 16720 (java) S 16718 16720 13427 0 -1 4202496 20957 0 1 0 1872 7 0 0 20 0 19 0 291302739 9855979520 14208 33554432000 1073741824 1073778376 140733875097152 140733875088288 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16720/statm: 2406245 14208 2274 9 0 2396937 0
[pid=16720/tid=16721] ppid=16718 vsize=9624980 CPUtime=16.24 cores=0,2,4,6
/proc/16720/task/16721/stat : 16721 (java) R 16718 16720 13427 0 -1 4202560 2578 0 1 0 1623 1 0 0 20 0 19 0 291302740 9855979520 14208 33554432000 1073741824 1073778376 140733875097152 140349066899864 140348939876300 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16720/tid=16723] ppid=16718 vsize=9624980 CPUtime=0.04 cores=0,2,4,6
/proc/16720/task/16723/stat : 16723 (java) S 16718 16720 13427 0 -1 4202560 11 0 0 0 4 0 0 0 20 0 19 0 291302740 9855979520 14208 33554432000 1073741824 1073778376 140733875097152 140348910857256 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16720/tid=16724] ppid=16718 vsize=9624980 CPUtime=0.04 cores=0,2,4,6
/proc/16720/task/16724/stat : 16724 (java) S 16718 16720 13427 0 -1 4202560 4 0 0 0 4 0 0 0 20 0 19 0 291302740 9855979520 14208 33554432000 1073741824 1073778376 140733875097152 140348909804456 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16720/tid=16725] ppid=16718 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/16720/task/16725/stat : 16725 (java) S 16718 16720 13427 0 -1 4202560 5 0 0 0 5 0 0 0 20 0 19 0 291302740 9855979520 14208 33554432000 1073741824 1073778376 140733875097152 140348908751656 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16720/tid=16726] ppid=16718 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/16720/task/16726/stat : 16726 (java) S 16718 16720 13427 0 -1 4202560 9 0 0 0 5 0 0 0 20 0 19 0 291302740 9855979520 14208 33554432000 1073741824 1073778376 140733875097152 140348907698856 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16720/tid=16727] ppid=16718 vsize=9624980 CPUtime=0.06 cores=0,2,4,6
/proc/16720/task/16727/stat : 16727 (java) S 16718 16720 13427 0 -1 4202560 9 0 0 0 6 0 0 0 20 0 19 0 291302740 9855979520 14208 33554432000 1073741824 1073778376 140733875097152 140348906646056 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16720/tid=16728] ppid=16718 vsize=9624980 CPUtime=0.04 cores=0,2,4,6
/proc/16720/task/16728/stat : 16728 (java) S 16718 16720 13427 0 -1 4202560 5 0 0 0 4 0 0 0 20 0 19 0 291302740 9855979520 14208 33554432000 1073741824 1073778376 140733875097152 140348905593256 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16720/tid=16729] ppid=16718 vsize=9624980 CPUtime=0.04 cores=0,2,4,6
/proc/16720/task/16729/stat : 16729 (java) S 16718 16720 13427 0 -1 4202560 6 0 0 0 4 0 0 0 20 0 19 0 291302740 9855979520 14208 33554432000 1073741824 1073778376 140733875097152 140348904540456 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16720/tid=16730] ppid=16718 vsize=9624980 CPUtime=0.06 cores=0,2,4,6
/proc/16720/task/16730/stat : 16730 (java) S 16718 16720 13427 0 -1 4202560 7 0 0 0 6 0 0 0 20 0 19 0 291302740 9855979520 14208 33554432000 1073741824 1073778376 140733875097152 140348903487656 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16720/tid=16731] ppid=16718 vsize=9624980 CPUtime=0.59 cores=0,2,4,6
/proc/16720/task/16731/stat : 16731 (java) S 16718 16720 13427 0 -1 4202560 62 0 0 0 59 0 0 0 20 0 19 0 291302741 9855979520 14208 33554432000 1073741824 1073778376 140733875097152 140348891077608 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16720/tid=16732] ppid=16718 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16720/task/16732/stat : 16732 (java) S 16718 16720 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291302742 9855979520 14208 33554432000 1073741824 1073778376 140733875097152 140348890023672 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16720/tid=16733] ppid=16718 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16720/task/16733/stat : 16733 (java) S 16718 16720 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291302742 9855979520 14208 33554432000 1073741824 1073778376 140733875097152 140348888970760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16720/tid=16734] ppid=16718 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16720/task/16734/stat : 16734 (java) S 16718 16720 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302744 9855979520 14208 33554432000 1073741824 1073778376 140733875097152 140348887919248 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16720/tid=16735] ppid=16718 vsize=9624980 CPUtime=0.87 cores=0,2,4,6
/proc/16720/task/16735/stat : 16735 (java) S 16718 16720 13427 0 -1 4202560 10746 0 0 0 85 2 0 0 20 0 19 0 291302744 9855979520 14208 33554432000 1073741824 1073778376 140733875097152 140348886866360 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16720/tid=16736] ppid=16718 vsize=9624980 CPUtime=0.5 cores=0,2,4,6
/proc/16720/task/16736/stat : 16736 (java) S 16718 16720 13427 0 -1 4202560 6334 0 0 0 48 2 0 0 20 0 19 0 291302744 9855979520 14208 33554432000 1073741824 1073778376 140733875097152 140348885813560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16720/tid=16737] ppid=16718 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16720/task/16737/stat : 16737 (java) S 16718 16720 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302745 9855979520 14208 33554432000 1073741824 1073778376 140733875097152 140348884760952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16720/tid=16738] ppid=16718 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16720/task/16738/stat : 16738 (java) S 16718 16720 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302745 9855979520 14208 33554432000 1073741824 1073778376 140733875097152 140348883708360 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16720/tid=16739] ppid=16718 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16720/task/16739/stat : 16739 (java) S 16718 16720 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291302756 9855979520 14208 33554432000 1073741824 1073778376 140733875097152 140348882654888 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 18.79
Current children cumulated vsize (KiB) 9624980

Child status: 30
Real time (s): 17.1984
CPU time (s): 18.9321
CPU user time (s): 18.7601
CPU system time (s): 0.171973
CPU usage (%): 110.08
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.7601
system time used= 0.171973
maximum resident set size= 69104
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20970
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= 2433
involuntary context switches= 2709

runsolver used 0.035994 second user time and 0.091986 second system time

The end

Launcher Data

Begin job on node106 at 2012-05-29 02:35:43
IDJOB=3718118
IDBENCH=78850
IDSOLVER=2301
FILE ID=node106/3718118-1338251742
RUNJOBID= node106-1338247868-15527
PBS_JOBID= 14624657
Free space on /tmp= 71332 MiB

SOLVER NAME= Sat4j PB  2012-05-28
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110971363--soft-33-100-0.wbo
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3718118-1338251742/watcher-3718118-1338251742 -o /tmp/evaluation-result-3718118-1338251742/solver-3718118-1338251742 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3718118-1338251742.wbo

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

MD5SUM BENCH= 9aae741b51a1836a01c8daeb1bffcdf7
RANDOM SEED=1911709354

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31903764 kB
Buffers:           70624 kB
Cached:            51120 kB
SwapCached:         1836 kB
Active:           141968 kB
Inactive:          34488 kB
Active(anon):      54112 kB
Inactive(anon):     3012 kB
Active(file):      87856 kB
Inactive(file):    31476 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67100488 kB
Dirty:               640 kB
Writeback:             0 kB
AnonPages:         90308 kB
Mapped:            15848 kB
Shmem:                 0 kB
Slab:             651516 kB
SReclaimable:      93508 kB
SUnreclaim:       558008 kB
KernelStack:        1768 kB
PageTables:         4356 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     697944 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     51200 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71332 MiB
End job on node106 at 2012-05-29 02:36:00