Trace number 3718445

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 16.9414 15.267

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111217392--soft-0-100-0.wbo
MD5SUM86727f41c04b3a3cda96c180ef39a0ad
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.700893
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 constraints101
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 4944
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4943
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1248
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version 2.3.2.v20120528
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		501472288
0.00/0.07	c Max memory 		7480803328
0.00/0.07	c Total memory 		504102912
0.00/0.07	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@4a913fe2
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-3718445-1338254131.wbo
0.11/0.10	c reading problem ... 
0.11/0.15	c ... done. Wall clock time 0.053s.
0.11/0.15	c declared #vars     169
0.11/0.15	c internal #vars     270
0.11/0.15	c #constraints  101
0.11/0.15	c constraints type 
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.11/0.15	c ignored satisfied constraints => 1
0.11/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.11/0.15	c 102 constraints processed.
0.11/0.15	c objective function length is 101 literals
0.30/0.21	c SATISFIABLE
0.30/0.21	c OPTIMIZING...
0.30/0.21	c Got one! Elapsed wall clock time (in seconds):0.113
0.30/0.21	o 1043
0.30/0.23	c Got one! Elapsed wall clock time (in seconds):0.131
0.30/0.23	o 844
0.30/0.24	c Got one! Elapsed wall clock time (in seconds):0.143
0.30/0.24	o 610
0.30/0.25	c Got one! Elapsed wall clock time (in seconds):0.152
0.30/0.25	o 606
0.30/0.25	c Got one! Elapsed wall clock time (in seconds):0.159
0.30/0.25	o 590
0.30/0.27	c Got one! Elapsed wall clock time (in seconds):0.17
0.30/0.27	o 582
0.30/0.27	c Got one! Elapsed wall clock time (in seconds):0.178
0.30/0.27	o 568
0.30/0.28	c Got one! Elapsed wall clock time (in seconds):0.185
0.30/0.28	o 542
0.30/0.29	c Got one! Elapsed wall clock time (in seconds):0.195
0.30/0.29	o 534
0.52/0.30	c Got one! Elapsed wall clock time (in seconds):0.208
0.52/0.30	o 527
0.52/0.31	c Got one! Elapsed wall clock time (in seconds):0.216
0.52/0.31	o 522
0.52/0.32	c Got one! Elapsed wall clock time (in seconds):0.223
0.52/0.32	o 518
0.52/0.33	c Got one! Elapsed wall clock time (in seconds):0.233
0.52/0.33	o 516
0.52/0.34	c Got one! Elapsed wall clock time (in seconds):0.241
0.52/0.34	o 509
0.52/0.35	c Got one! Elapsed wall clock time (in seconds):0.259
0.52/0.35	o 501
0.52/0.37	c Got one! Elapsed wall clock time (in seconds):0.272
0.52/0.37	o 489
0.52/0.38	c Got one! Elapsed wall clock time (in seconds):0.284
0.52/0.38	o 472
0.52/0.39	c Got one! Elapsed wall clock time (in seconds):0.29
0.52/0.39	o 468
0.72/0.40	c Got one! Elapsed wall clock time (in seconds):0.307
0.72/0.40	o 451
0.72/0.44	c Got one! Elapsed wall clock time (in seconds):0.34
0.72/0.44	o 444
0.72/0.45	c Got one! Elapsed wall clock time (in seconds):0.352
0.72/0.45	o 441
0.72/0.46	c Got one! Elapsed wall clock time (in seconds):0.368
0.72/0.46	o 424
0.72/0.49	c Got one! Elapsed wall clock time (in seconds):0.393
0.72/0.49	o 244
0.83/0.54	c Got one! Elapsed wall clock time (in seconds):0.441
0.83/0.54	o 225
0.83/0.58	c Got one! Elapsed wall clock time (in seconds):0.481
0.83/0.58	o 224
1.07/0.62	c Got one! Elapsed wall clock time (in seconds):0.526
1.07/0.62	o 212
1.07/0.69	c cleaning 5888 clauses out of 11777 with flag 3686/11777
1.24/0.73	c Got one! Elapsed wall clock time (in seconds):0.629
1.24/0.73	o 197
1.24/0.76	c Got one! Elapsed wall clock time (in seconds):0.661
1.24/0.76	o 196
1.24/0.78	c Got one! Elapsed wall clock time (in seconds):0.686
1.24/0.78	o 195
1.34/0.81	c Got one! Elapsed wall clock time (in seconds):0.71
1.34/0.81	o 182
1.34/0.89	c Got one! Elapsed wall clock time (in seconds):0.799
1.34/0.89	o 174
1.54/1.02	c cleaning 7364 clauses out of 14728 with flag 12937/20616
1.54/1.04	c Got one! Elapsed wall clock time (in seconds):0.946
1.54/1.04	o 172
1.54/1.08	c Got one! Elapsed wall clock time (in seconds):0.983
1.54/1.08	o 165
1.65/1.19	c Got one! Elapsed wall clock time (in seconds):1.09
1.65/1.19	o 156
1.75/1.23	c cleaning 6581 clauses out of 13174 with flag 4327/26426
1.88/1.31	c Got one! Elapsed wall clock time (in seconds):1.215
1.88/1.31	o 146
1.98/1.42	c Got one! Elapsed wall clock time (in seconds):1.326
1.98/1.42	o 135
1.98/1.43	c Got one! Elapsed wall clock time (in seconds):1.338
1.98/1.43	o 131
1.98/1.47	c Got one! Elapsed wall clock time (in seconds):1.37
1.98/1.47	o 130
2.11/1.51	c cleaning 7295 clauses out of 14590 with flag 4889/34423
2.11/1.56	c Got one! Elapsed wall clock time (in seconds):1.468
2.11/1.56	o 122
2.23/1.64	c Got one! Elapsed wall clock time (in seconds):1.54
2.23/1.64	o 118
2.33/1.73	c cleaning 6356 clauses out of 12716 with flag 9623/39844
2.56/1.89	c Got one! Elapsed wall clock time (in seconds):1.791
2.56/1.89	o 98
2.76/1.98	c cleaning 6056 clauses out of 12123 with flag 10163/45607
2.97/2.10	c Got one! Elapsed wall clock time (in seconds):2.0
2.97/2.10	o 95
3.20/2.11	c Got one! Elapsed wall clock time (in seconds):2.016
3.20/2.11	o 94
3.20/2.14	c Got one! Elapsed wall clock time (in seconds):2.046
3.20/2.14	o 92
3.41/2.24	c cleaning 6494 clauses out of 12996 with flag 8371/52536
3.41/2.26	c Got one! Elapsed wall clock time (in seconds):2.162
3.41/2.26	o 90
3.62/2.39	c Got one! Elapsed wall clock time (in seconds):2.291
3.62/2.39	o 89
3.73/2.46	c cleaning 6329 clauses out of 12670 with flag 10357/58704
3.93/2.68	c cleaning 6149 clauses out of 12341 with flag 37452/64704
4.14/2.81	c Got one! Elapsed wall clock time (in seconds):2.716
4.14/2.81	o 87
4.14/2.89	c cleaning 5905 clauses out of 11820 with flag 11566/70332
4.34/3.05	c Got one! Elapsed wall clock time (in seconds):2.953
4.34/3.05	o 83
4.34/3.09	c Got one! Elapsed wall clock time (in seconds):2.992
4.34/3.09	o 76
4.45/3.16	c Got one! Elapsed wall clock time (in seconds):3.063
4.45/3.16	o 74
4.57/3.24	c cleaning 8035 clauses out of 16071 with flag 9478/80488
4.67/3.31	c Got one! Elapsed wall clock time (in seconds):3.219
4.67/3.31	o 73
4.77/3.42	c cleaning 6567 clauses out of 13143 with flag 17364/85595
4.87/3.54	c Got one! Elapsed wall clock time (in seconds):3.446
4.87/3.54	o 70
4.97/3.62	c cleaning 6164 clauses out of 12350 with flag 11159/91369
5.17/3.83	c cleaning 6090 clauses out of 12188 with flag 39324/97371
5.27/3.94	c Got one! Elapsed wall clock time (in seconds):3.846
5.27/3.94	o 66
5.37/4.01	c cleaning 5714 clauses out of 11445 with flag 11827/102718
5.59/4.22	c cleaning 5854 clauses out of 11732 with flag 43086/108719
5.71/4.38	c Got one! Elapsed wall clock time (in seconds):4.287
5.71/4.38	o 60
5.81/4.43	c Got one! Elapsed wall clock time (in seconds):4.331
5.81/4.43	o 59
5.81/4.46	c Got one! Elapsed wall clock time (in seconds):4.368
5.81/4.46	o 54
5.90/4.55	c Got one! Elapsed wall clock time (in seconds):4.459
5.90/4.55	o 53
6.00/4.61	c cleaning 8598 clauses out of 17199 with flag 5113/120040
6.20/4.81	c cleaning 7301 clauses out of 14601 with flag 30509/126040
6.20/4.84	c Got one! Elapsed wall clock time (in seconds):4.746
6.20/4.84	o 47
6.41/5.00	c cleaning 6471 clauses out of 12957 with flag 27870/131697
6.51/5.18	c cleaning 6232 clauses out of 12485 with flag 48428/137696
6.71/5.39	c cleaning 6625 clauses out of 13253 with flag 74759/144696
6.81/5.44	c Got one! Elapsed wall clock time (in seconds):5.343
6.81/5.44	o 46
6.92/5.57	c cleaning 5990 clauses out of 12002 with flag 24358/150070
7.12/5.76	c cleaning 6007 clauses out of 12013 with flag 52965/156071
7.32/5.94	c Got one! Elapsed wall clock time (in seconds):5.843
7.32/5.94	o 44
7.52/6.13	c cleaning 8465 clauses out of 16942 with flag 29685/167007
7.73/6.34	c cleaning 7232 clauses out of 14477 with flag 60418/173007
7.83/6.41	c Got one! Elapsed wall clock time (in seconds):6.31
7.83/6.41	o 34
7.93/6.51	c cleaning 6167 clauses out of 12333 with flag 15625/178095
8.04/6.62	c Got one! Elapsed wall clock time (in seconds):6.519
8.04/6.62	o 32
8.04/6.65	c cleaning 5578 clauses out of 11166 with flag 5872/183095
8.13/6.78	c Got one! Elapsed wall clock time (in seconds):6.689
8.13/6.78	o 31
8.23/6.82	c cleaning 5620 clauses out of 11253 with flag 5363/188760
8.33/6.99	c cleaning 5813 clauses out of 11634 with flag 29436/194761
8.63/7.20	c cleaning 6405 clauses out of 12820 with flag 56839/201761
8.84/7.46	c cleaning 7207 clauses out of 14414 with flag 90090/209760
9.15/7.76	c cleaning 8101 clauses out of 16207 with flag 130703/218760
9.15/7.78	c Got one! Elapsed wall clock time (in seconds):7.682
9.15/7.78	o 26
9.35/7.95	c cleaning 6564 clauses out of 13154 with flag 29070/223808
9.55/8.15	c cleaning 6273 clauses out of 12590 with flag 59453/229808
9.75/8.37	c cleaning 6648 clauses out of 13317 with flag 93700/236808
10.05/8.62	c cleaning 7332 clauses out of 14670 with flag 128713/244809
10.26/8.89	c cleaning 8169 clauses out of 16337 with flag 167691/253808
10.66/9.20	c cleaning 9081 clauses out of 18167 with flag 211006/263808
10.96/9.55	c cleaning 10036 clauses out of 20085 with flag 257048/274808
11.39/9.93	c cleaning 11011 clauses out of 22050 with flag 310528/286810
11.50/10.00	c Got one! Elapsed wall clock time (in seconds):9.908
11.50/10.00	o 25
11.60/10.11	c cleaning 8065 clauses out of 16141 with flag 17029/291912
11.80/10.33	c cleaning 7029 clauses out of 14076 with flag 48734/297912
12.00/10.56	c cleaning 7011 clauses out of 14047 with flag 83254/304912
12.31/10.81	c cleaning 7511 clauses out of 15034 with flag 119838/312912
12.51/11.09	c cleaning 8259 clauses out of 16524 with flag 158506/321913
12.82/11.33	c Got one! Elapsed wall clock time (in seconds):11.236
12.82/11.33	o 23
13.02/11.54	c cleaning 10723 clauses out of 21451 with flag 28623/335101
13.22/11.74	c cleaning 8347 clauses out of 16727 with flag 57078/341100
13.42/11.97	c cleaning 7687 clauses out of 15380 with flag 88946/348101
13.73/12.22	c cleaning 7845 clauses out of 15693 with flag 125510/356101
13.83/12.32	c Got one! Elapsed wall clock time (in seconds):12.222
13.83/12.32	o 18
13.93/12.42	c cleaning 6881 clauses out of 13783 with flag 18048/362036
14.13/12.62	c cleaning 6434 clauses out of 12902 with flag 49796/368036
14.33/12.84	c cleaning 6723 clauses out of 13469 with flag 83289/375037
14.54/13.08	c cleaning 7367 clauses out of 14744 with flag 118445/383037
14.75/13.27	c Got one! Elapsed wall clock time (in seconds):13.172
14.75/13.27	o 17
14.94/13.46	c cleaning 9467 clauses out of 18970 with flag 27092/394630
15.15/13.67	c cleaning 7738 clauses out of 15503 with flag 57971/400630
15.35/13.89	c cleaning 7375 clauses out of 14765 with flag 94886/407630
15.65/14.13	c cleaning 7691 clauses out of 15391 with flag 131504/415631
15.86/14.31	c Got one! Elapsed wall clock time (in seconds):14.216
15.86/14.31	o 16
16.05/14.50	c cleaning 9515 clauses out of 19042 with flag 26705/426978
16.26/14.71	c cleaning 7759 clauses out of 15526 with flag 58954/432977
16.46/14.95	c cleaning 7368 clauses out of 14767 with flag 93149/439977
16.58/15.08	c Got one! Elapsed wall clock time (in seconds):14.982
16.58/15.08	o 3
16.69/15.12	c cleaning 6233 clauses out of 12473 with flag 5679/445051
16.79/15.25	c Got one! Elapsed wall clock time (in seconds):15.155
16.79/15.25	o 2
16.79/15.26	c starts		: 206
16.79/15.26	c conflicts		: 449161
16.79/15.26	c decisions		: 712935
16.79/15.26	c propagations		: 11007619
16.79/15.26	c inspects		: 103390531
16.79/15.26	c shortcuts		: 0
16.79/15.26	c learnt literals	: 16
16.79/15.26	c learnt binary clauses	: 41
16.79/15.26	c learnt ternary clauses	: 923
16.79/15.26	c learnt constraints	: 449145
16.79/15.26	c ignored constraints	: 0
16.79/15.26	c root simplifications	: 0
16.79/15.26	c removed literals (reason simplification)	: 0
16.79/15.26	c reason swapping (by a shorter reason)	: 0
16.79/15.26	c Calls to reduceDB	: 61
16.79/15.26	c Number of update (reduction) of LBD	: 127977
16.79/15.26	c number of reductions to clauses (during analyze)	: 0
16.79/15.26	c number of learned constraints concerned by reduction	: 0
16.79/15.26	c number of learning phase by resolution	: 0
16.79/15.26	c number of learning phase by cutting planes	: 0
16.79/15.26	c speed (assignments/second)	: 728740.0860642171
16.79/15.26	c non guided choices	3791
16.79/15.26	c learnt constraints type 
16.79/15.26	c constraints type 
16.79/15.26	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
16.79/15.26	c ignored satisfied constraints => 1
16.79/15.26	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
16.79/15.26	c 102 constraints processed.
16.79/15.26	s OPTIMUM FOUND
16.79/15.26	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 
16.79/15.26	c objective function=2
16.79/15.26	c Total wall clock time (in seconds): 15.163

Verifier Data

OK	2

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 1032
/proc/meminfo: memFree=29986196/32873648 swapFree=7116/7116
[pid=1032] ppid=1030 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/1032/stat : 1032 (java) R 1030 1032 30566 0 -1 4202496 678 0 0 0 0 0 0 0 20 0 1 0 291540501 23793664 406 33554432000 1073741824 1073778376 140734238176464 140734238165528 219504753203 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/1032/statm: 5809 419 319 9 0 128 0
[pid=1032/tid=1033] ppid=1030 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/1032/task/1033/stat : 1033 (java) D 1030 1032 30566 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 291540501 94019584 917 33554432000 1073741824 1073778376 140734238176464 139966795906600 219504799015 0 0 4096 0 18446744072100609316 0 0 -1 3 0 0 0 0 0

[startup+0.0162689 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 1032
/proc/meminfo: memFree=29986196/32873648 swapFree=7116/7116
[pid=1032] ppid=1030 vsize=9016616 CPUtime=0 cores=1,3,5,7
/proc/1032/stat : 1032 (java) S 1030 1032 30566 0 -1 4202496 2708 0 1 0 0 0 0 0 20 0 10 0 291540501 9233014784 3408 33554432000 1073741824 1073778376 140734238176464 140734238167600 219517321277 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1032/statm: 2254154 3423 1510 9 0 2244855 0
[pid=1032/tid=1033] ppid=1030 vsize=9016616 CPUtime=0 cores=1,3,5,7
/proc/1032/task/1033/stat : 1033 (java) R 1030 1032 30566 0 -1 4202560 1574 0 1 0 0 0 0 0 20 0 10 0 291540501 9233014784 3430 33554432000 1073741824 1073778376 140734238176464 139966795907776 139966801603600 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9016616

[startup+0.100224 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 1032
/proc/meminfo: memFree=29986196/32873648 swapFree=7116/7116
[pid=1032] ppid=1030 vsize=9558416 CPUtime=0.11 cores=1,3,5,7
/proc/1032/stat : 1032 (java) S 1030 1032 30566 0 -1 4202496 4478 0 1 0 10 1 0 0 20 0 18 0 291540501 9787817984 6157 33554432000 1073741824 1073778376 140734238176464 140734238167600 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1032/statm: 2389604 6157 2144 9 0 2380296 0
[pid=1032/tid=1033] ppid=1030 vsize=9558416 CPUtime=0.08 cores=1,3,5,7
/proc/1032/task/1033/stat : 1033 (java) R 1030 1032 30566 0 -1 4202560 2433 0 1 0 8 0 0 0 20 0 18 0 291540501 9787817984 6158 33554432000 1073741824 1073778376 140734238176464 139966795910064 139966803711728 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558416

[startup+0.300292 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 1032
/proc/meminfo: memFree=29986196/32873648 swapFree=7116/7116
[pid=1032] ppid=1030 vsize=9624980 CPUtime=0.52 cores=1,3,5,7
/proc/1032/stat : 1032 (java) S 1030 1032 30566 0 -1 4202496 6906 0 1 0 50 2 0 0 20 0 19 0 291540501 9855979520 7840 33554432000 1073741824 1073778376 140734238176464 140734238167600 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1032/statm: 2406245 7840 2234 9 0 2396937 0
[pid=1032/tid=1033] ppid=1030 vsize=9624980 CPUtime=0.28 cores=1,3,5,7
/proc/1032/task/1033/stat : 1033 (java) R 1030 1032 30566 0 -1 4202560 2452 0 1 0 28 0 0 0 20 0 19 0 291540501 9855979520 7840 33554432000 1073741824 1073778376 140734238176464 139966795911464 139966625735616 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9624980

[startup+0.700216 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 1032
/proc/meminfo: memFree=29986196/32873648 swapFree=7116/7116
[pid=1032] ppid=1030 vsize=9624980 CPUtime=1.24 cores=1,3,5,7
/proc/1032/stat : 1032 (java) S 1030 1032 30566 0 -1 4202496 11311 0 1 0 121 3 0 0 20 0 19 0 291540501 9855979520 12007 33554432000 1073741824 1073778376 140734238176464 140734238167600 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1032/statm: 2406245 12007 2263 9 0 2396937 0
[pid=1032/tid=1033] ppid=1030 vsize=9624980 CPUtime=0.67 cores=1,3,5,7
/proc/1032/task/1033/stat : 1033 (java) S 1030 1032 30566 0 -1 4202560 2456 0 1 0 67 0 0 0 20 0 19 0 291540501 9855979520 12007 33554432000 1073741824 1073778376 140734238176464 139966795911576 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 9624980

[startup+1.50066 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 1051
/proc/meminfo: memFree=29944700/32873648 swapFree=7116/7116
[pid=1032] ppid=1030 vsize=9624980 CPUtime=2.11 cores=1,3,5,7
/proc/1032/stat : 1032 (java) S 1030 1032 30566 0 -1 4202496 11827 0 1 0 208 3 0 0 20 0 19 0 291540501 9855979520 13716 33554432000 1073741824 1073778376 140734238176464 140734238167600 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1032/statm: 2406245 13716 2269 9 0 2396937 0
[pid=1032/tid=1033] ppid=1030 vsize=9624980 CPUtime=1.44 cores=1,3,5,7
/proc/1032/task/1033/stat : 1033 (java) R 1030 1032 30566 0 -1 4202560 2458 0 1 0 143 1 0 0 20 0 19 0 291540501 9855979520 13716 33554432000 1073741824 1073778376 140734238176464 139966795911416 139966626111565 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1032/tid=1035] ppid=1030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1032/task/1035/stat : 1035 (java) S 1030 1032 30566 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291540502 9855979520 13716 33554432000 1073741824 1073778376 140734238176464 139966757403688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1032/tid=1036] ppid=1030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1032/task/1036/stat : 1036 (java) S 1030 1032 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291540502 9855979520 13716 33554432000 1073741824 1073778376 140734238176464 139966756350888 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1032/tid=1037] ppid=1030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1032/task/1037/stat : 1037 (java) S 1030 1032 30566 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291540502 9855979520 13716 33554432000 1073741824 1073778376 140734238176464 139966755298088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1032/tid=1038] ppid=1030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1032/task/1038/stat : 1038 (java) S 1030 1032 30566 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291540502 9855979520 13716 33554432000 1073741824 1073778376 140734238176464 139966754245288 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1032/tid=1039] ppid=1030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1032/task/1039/stat : 1039 (java) S 1030 1032 30566 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291540502 9855979520 13716 33554432000 1073741824 1073778376 140734238176464 139966753192488 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1032/tid=1040] ppid=1030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1032/task/1040/stat : 1040 (java) S 1030 1032 30566 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291540502 9855979520 13716 33554432000 1073741824 1073778376 140734238176464 139966752139688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1032/tid=1041] ppid=1030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1032/task/1041/stat : 1041 (java) S 1030 1032 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291540502 9855979520 13716 33554432000 1073741824 1073778376 140734238176464 139966751086888 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1032/tid=1042] ppid=1030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1032/task/1042/stat : 1042 (java) S 1030 1032 30566 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 291540502 9855979520 13716 33554432000 1073741824 1073778376 140734238176464 139966750034088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1032/tid=1043] ppid=1030 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/1032/task/1043/stat : 1043 (java) S 1030 1032 30566 0 -1 4202560 31 0 0 0 1 0 0 0 20 0 19 0 291540503 9855979520 13716 33554432000 1073741824 1073778376 140734238176464 139966619290600 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1032/tid=1044] ppid=1030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1032/task/1044/stat : 1044 (java) S 1030 1032 30566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291540503 9855979520 13716 33554432000 1073741824 1073778376 140734238176464 139966618236664 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1032/tid=1045] ppid=1030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1032/task/1045/stat : 1045 (java) S 1030 1032 30566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291540503 9855979520 13716 33554432000 1073741824 1073778376 140734238176464 139966617183752 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1032/tid=1046] ppid=1030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1032/task/1046/stat : 1046 (java) S 1030 1032 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291540505 9855979520 13716 33554432000 1073741824 1073778376 140734238176464 139966616132240 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1032/tid=1047] ppid=1030 vsize=9624980 CPUtime=0.28 cores=1,3,5,7
/proc/1032/task/1047/stat : 1047 (java) R 1030 1032 30566 0 -1 4202560 3554 0 0 0 28 0 0 0 20 0 19 0 291540505 9855979520 13716 33554432000 1073741824 1073778376 140734238176464 139966615072312 139966798522820 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1032/tid=1048] ppid=1030 vsize=9624980 CPUtime=0.31 cores=1,3,5,7
/proc/1032/task/1048/stat : 1048 (java) S 1030 1032 30566 0 -1 4202560 4557 0 0 0 29 2 0 0 20 0 19 0 291540505 9855979520 13716 33554432000 1073741824 1073778376 140734238176464 139966614026552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1032/tid=1049] ppid=1030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1032/task/1049/stat : 1049 (java) S 1030 1032 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291540505 9855979520 13716 33554432000 1073741824 1073778376 140734238176464 139966612973944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1032/tid=1050] ppid=1030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1032/task/1050/stat : 1050 (java) S 1030 1032 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291540505 9855979520 13716 33554432000 1073741824 1073778376 140734238176464 139966611921352 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1032/tid=1051] ppid=1030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1032/task/1051/stat : 1051 (java) S 1030 1032 30566 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291540516 9855979520 13716 33554432000 1073741824 1073778376 140734238176464 139966610867880 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.11
Current children cumulated vsize (KiB) 9624980

[startup+3.10066 s]
/proc/loadavg: 2.00 2.00 2.00 4/213 1051
/proc/meminfo: memFree=29924980/32873648 swapFree=7116/7116
[pid=1032] ppid=1030 vsize=9624980 CPUtime=4.45 cores=1,3,5,7
/proc/1032/stat : 1032 (java) S 1030 1032 30566 0 -1 4202496 19272 0 1 0 440 5 0 0 20 0 19 0 291540501 9855979520 17645 33554432000 1073741824 1073778376 140734238176464 140734238167600 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1032/statm: 2406245 17646 2270 9 0 2396937 0
[pid=1032/tid=1033] ppid=1030 vsize=9624980 CPUtime=2.97 cores=1,3,5,7
/proc/1032/task/1033/stat : 1033 (java) R 1030 1032 30566 0 -1 4202560 2463 0 1 0 296 1 0 0 20 0 19 0 291540501 9855979520 17647 33554432000 1073741824 1073778376 140734238176464 139966795911576 139966626050196 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1032/tid=1035] ppid=1030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1032/task/1035/stat : 1035 (java) S 1030 1032 30566 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291540502 9855979520 17648 33554432000 1073741824 1073778376 140734238176464 139966757403688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1032/tid=1036] ppid=1030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1032/task/1036/stat : 1036 (java) S 1030 1032 30566 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291540502 9855979520 17648 33554432000 1073741824 1073778376 140734238176464 139966756350888 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1032/tid=1037] ppid=1030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1032/task/1037/stat : 1037 (java) S 1030 1032 30566 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291540502 9855979520 17648 33554432000 1073741824 1073778376 140734238176464 139966755298088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1032/tid=1038] ppid=1030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1032/task/1038/stat : 1038 (java) S 1030 1032 30566 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291540502 9855979520 17649 33554432000 1073741824 1073778376 140734238176464 139966754245288 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1032/tid=1039] ppid=1030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1032/task/1039/stat : 1039 (java) S 1030 1032 30566 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291540502 9855979520 17649 33554432000 1073741824 1073778376 140734238176464 139966753192488 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1032/tid=1040] ppid=1030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1032/task/1040/stat : 1040 (java) S 1030 1032 30566 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291540502 9855979520 17649 33554432000 1073741824 1073778376 140734238176464 139966752139688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1032/tid=1041] ppid=1030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1032/task/1041/stat : 1041 (java) S 1030 1032 30566 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291540502 9855979520 17649 33554432000 1073741824 1073778376 140734238176464 139966751086888 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1032/tid=1042] ppid=1030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1032/task/1042/stat : 1042 (java) S 1030 1032 30566 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 291540502 9855979520 17649 33554432000 1073741824 1073778376 140734238176464 139966750034088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1032/tid=1043] ppid=1030 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/1032/task/1043/stat : 1043 (java) S 1030 1032 30566 0 -1 4202560 31 0 0 0 8 0 0 0 20 0 19 0 291540503 9855979520 17649 33554432000 1073741824 1073778376 140734238176464 139966619290600 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1032/tid=1044] ppid=1030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1032/task/1044/stat : 1044 (java) S 1030 1032 30566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291540503 9855979520 17649 33554432000 1073741824 1073778376 140734238176464 139966618236664 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1032/tid=1045] ppid=1030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1032/task/1045/stat : 1045 (java) S 1030 1032 30566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291540503 9855979520 17649 33554432000 1073741824 1073778376 140734238176464 139966617183752 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1032/tid=1046] ppid=1030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1032/task/1046/stat : 1046 (java) S 1030 1032 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291540505 9855979520 17649 33554432000 1073741824 1073778376 140734238176464 139966616132240 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1032/tid=1047] ppid=1030 vsize=9624980 CPUtime=0.91 cores=1,3,5,7
/proc/1032/task/1047/stat : 1047 (java) R 1030 1032 30566 0 -1 4202560 10967 0 0 0 88 3 0 0 20 0 19 0 291540505 9855979520 17649 33554432000 1073741824 1073778376 140734238176464 139966615079352 139966802061744 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1032/tid=1048] ppid=1030 vsize=9624980 CPUtime=0.42 cores=1,3,5,7
/proc/1032/task/1048/stat : 1048 (java) S 1030 1032 30566 0 -1 4202560 4581 0 0 0 40 2 0 0 20 0 19 0 291540505 9855979520 17649 33554432000 1073741824 1073778376 140734238176464 139966614026552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1032/tid=1049] ppid=1030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1032/task/1049/stat : 1049 (java) S 1030 1032 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291540505 9855979520 17649 33554432000 1073741824 1073778376 140734238176464 139966612973944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1032/tid=1050] ppid=1030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1032/task/1050/stat : 1050 (java) S 1030 1032 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291540505 9855979520 17649 33554432000 1073741824 1073778376 140734238176464 139966611921352 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1032/tid=1051] ppid=1030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1032/task/1051/stat : 1051 (java) S 1030 1032 30566 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291540516 9855979520 17649 33554432000 1073741824 1073778376 140734238176464 139966610867880 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.45
Current children cumulated vsize (KiB) 9624980

[startup+6.30075 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 1051
/proc/meminfo: memFree=29923168/32873648 swapFree=7116/7116
[pid=1032] ppid=1030 vsize=9624980 CPUtime=7.73 cores=1,3,5,7
/proc/1032/stat : 1032 (java) S 1030 1032 30566 0 -1 4202496 19305 0 1 0 768 5 0 0 20 0 19 0 291540501 9855979520 17463 33554432000 1073741824 1073778376 140734238176464 140734238167600 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1032/statm: 2406245 17463 2271 9 0 2396937 0
[pid=1032/tid=1033] ppid=1030 vsize=9624980 CPUtime=6.02 cores=1,3,5,7
/proc/1032/task/1033/stat : 1033 (java) R 1030 1032 30566 0 -1 4202560 2477 0 1 0 601 1 0 0 20 0 19 0 291540501 9855979520 17463 33554432000 1073741824 1073778376 140734238176464 139966795911576 139966626050380 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1032/tid=1035] ppid=1030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1032/task/1035/stat : 1035 (java) S 1030 1032 30566 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291540502 9855979520 17463 33554432000 1073741824 1073778376 140734238176464 139966757403688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1032/tid=1036] ppid=1030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1032/task/1036/stat : 1036 (java) S 1030 1032 30566 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291540502 9855979520 17463 33554432000 1073741824 1073778376 140734238176464 139966756350888 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1032/tid=1037] ppid=1030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1032/task/1037/stat : 1037 (java) S 1030 1032 30566 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291540502 9855979520 17463 33554432000 1073741824 1073778376 140734238176464 139966755298088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1032/tid=1038] ppid=1030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1032/task/1038/stat : 1038 (java) S 1030 1032 30566 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 291540502 9855979520 17463 33554432000 1073741824 1073778376 140734238176464 139966754245288 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1032/tid=1039] ppid=1030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1032/task/1039/stat : 1039 (java) S 1030 1032 30566 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291540502 9855979520 17463 33554432000 1073741824 1073778376 140734238176464 139966753192488 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1032/tid=1040] ppid=1030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1032/task/1040/stat : 1040 (java) S 1030 1032 30566 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291540502 9855979520 17463 33554432000 1073741824 1073778376 140734238176464 139966752139688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1032/tid=1041] ppid=1030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1032/task/1041/stat : 1041 (java) S 1030 1032 30566 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291540502 9855979520 17463 33554432000 1073741824 1073778376 140734238176464 139966751086888 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1032/tid=1042] ppid=1030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1032/task/1042/stat : 1042 (java) S 1030 1032 30566 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 291540502 9855979520 17463 33554432000 1073741824 1073778376 140734238176464 139966750034088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1032/tid=1043] ppid=1030 vsize=9624980 CPUtime=0.2 cores=1,3,5,7
/proc/1032/task/1043/stat : 1043 (java) S 1030 1032 30566 0 -1 4202560 31 0 0 0 20 0 0 0 20 0 19 0 291540503 9855979520 17463 33554432000 1073741824 1073778376 140734238176464 139966619290600 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1032/tid=1044] ppid=1030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1032/task/1044/stat : 1044 (java) S 1030 1032 30566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291540503 9855979520 17463 33554432000 1073741824 1073778376 140734238176464 139966618236664 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1032/tid=1045] ppid=1030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1032/task/1045/stat : 1045 (java) S 1030 1032 30566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291540503 9855979520 17463 33554432000 1073741824 1073778376 140734238176464 139966617183752 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1032/tid=1046] ppid=1030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1032/task/1046/stat : 1046 (java) S 1030 1032 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291540505 9855979520 17463 33554432000 1073741824 1073778376 140734238176464 139966616132240 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1032/tid=1047] ppid=1030 vsize=9624980 CPUtime=0.95 cores=1,3,5,7
/proc/1032/task/1047/stat : 1047 (java) S 1030 1032 30566 0 -1 4202560 10972 0 0 0 92 3 0 0 20 0 19 0 291540505 9855979520 17463 33554432000 1073741824 1073778376 140734238176464 139966615079352 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1032/tid=1048] ppid=1030 vsize=9624980 CPUtime=0.42 cores=1,3,5,7
/proc/1032/task/1048/stat : 1048 (java) S 1030 1032 30566 0 -1 4202560 4581 0 0 0 40 2 0 0 20 0 19 0 291540505 9855979520 17463 33554432000 1073741824 1073778376 140734238176464 139966614026552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

/proc/1032/task/1035/stat : 1035 (java) S 1030 1032 30566 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 19 0 291540502 9855979520 16447 33554432000 1073741824 1073778376 140734238176464 139966757403688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1032/tid=1036] ppid=1030 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/1032/task/1036/stat : 1036 (java) S 1030 1032 30566 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 19 0 291540502 9855979520 16447 33554432000 1073741824 1073778376 140734238176464 139966756350888 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1032/tid=1037] ppid=1030 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/1032/task/1037/stat : 1037 (java) S 1030 1032 30566 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 19 0 291540502 9855979520 16447 33554432000 1073741824 1073778376 140734238176464 139966755298088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1032/tid=1038] ppid=1030 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/1032/task/1038/stat : 1038 (java) S 1030 1032 30566 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 291540502 9855979520 16447 33554432000 1073741824 1073778376 140734238176464 139966754245288 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1032/tid=1039] ppid=1030 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/1032/task/1039/stat : 1039 (java) S 1030 1032 30566 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 19 0 291540502 9855979520 16447 33554432000 1073741824 1073778376 140734238176464 139966753192488 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1032/tid=1040] ppid=1030 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/1032/task/1040/stat : 1040 (java) S 1030 1032 30566 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 19 0 291540502 9855979520 16447 33554432000 1073741824 1073778376 140734238176464 139966752139688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1032/tid=1041] ppid=1030 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/1032/task/1041/stat : 1041 (java) S 1030 1032 30566 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 19 0 291540502 9855979520 16447 33554432000 1073741824 1073778376 140734238176464 139966751086888 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1032/tid=1042] ppid=1030 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/1032/task/1042/stat : 1042 (java) S 1030 1032 30566 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 291540502 9855979520 16447 33554432000 1073741824 1073778376 140734238176464 139966750034088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1032/tid=1043] ppid=1030 vsize=9624980 CPUtime=0.52 cores=1,3,5,7
/proc/1032/task/1043/stat : 1043 (java) S 1030 1032 30566 0 -1 4202560 31 0 0 0 52 0 0 0 20 0 19 0 291540503 9855979520 16447 33554432000 1073741824 1073778376 140734238176464 139966619290600 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1032/tid=1044] ppid=1030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1032/task/1044/stat : 1044 (java) S 1030 1032 30566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291540503 9855979520 16447 33554432000 1073741824 1073778376 140734238176464 139966618236664 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1032/tid=1045] ppid=1030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1032/task/1045/stat : 1045 (java) S 1030 1032 30566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291540503 9855979520 16447 33554432000 1073741824 1073778376 140734238176464 139966617183752 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1032/tid=1046] ppid=1030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1032/task/1046/stat : 1046 (java) S 1030 1032 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291540505 9855979520 16447 33554432000 1073741824 1073778376 140734238176464 139966616132240 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1032/tid=1047] ppid=1030 vsize=9624980 CPUtime=0.96 cores=1,3,5,7
/proc/1032/task/1047/stat : 1047 (java) S 1030 1032 30566 0 -1 4202560 10972 0 0 0 93 3 0 0 20 0 19 0 291540505 9855979520 16447 33554432000 1073741824 1073778376 140734238176464 139966615079352 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1032/tid=1048] ppid=1030 vsize=9624980 CPUtime=0.43 cores=1,3,5,7
/proc/1032/task/1048/stat : 1048 (java) S 1030 1032 30566 0 -1 4202560 4581 0 0 0 41 2 0 0 20 0 19 0 291540505 9855979520 16447 33554432000 1073741824 1073778376 140734238176464 139966614026552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1032/tid=1049] ppid=1030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1032/task/1049/stat : 1049 (java) S 1030 1032 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291540505 9855979520 16447 33554432000 1073741824 1073778376 140734238176464 139966612973944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1032/tid=1050] ppid=1030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1032/task/1050/stat : 1050 (java) S 1030 1032 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291540505 9855979520 16447 33554432000 1073741824 1073778376 140734238176464 139966611921352 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1032/tid=1051] ppid=1030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1032/task/1051/stat : 1051 (java) S 1030 1032 30566 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291540516 9855979520 16447 33554432000 1073741824 1073778376 140734238176464 139966610867880 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 15.86
Current children cumulated vsize (KiB) 9624980

[startup+14.7007 s]
/proc/loadavg: 2.07 2.02 2.00 3/213 1051
/proc/meminfo: memFree=29926384/32873648 swapFree=7116/7116
[pid=1032] ppid=1030 vsize=9624980 CPUtime=16.26 cores=1,3,5,7
/proc/1032/stat : 1032 (java) S 1030 1032 30566 0 -1 4202496 19359 0 1 0 1620 6 0 0 20 0 19 0 291540501 9855979520 16448 33554432000 1073741824 1073778376 140734238176464 140734238167600 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1032/statm: 2406245 16448 2271 9 0 2396937 0
[pid=1032/tid=1033] ppid=1030 vsize=9624980 CPUtime=14.04 cores=1,3,5,7
/proc/1032/task/1033/stat : 1033 (java) R 1030 1032 30566 0 -1 4202560 2511 0 1 0 1402 2 0 0 20 0 19 0 291540501 9855979520 16448 33554432000 1073741824 1073778376 140734238176464 139966795911456 139966626110920 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1032/tid=1035] ppid=1030 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/1032/task/1035/stat : 1035 (java) S 1030 1032 30566 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 19 0 291540502 9855979520 16448 33554432000 1073741824 1073778376 140734238176464 139966757403688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1032/tid=1036] ppid=1030 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/1032/task/1036/stat : 1036 (java) S 1030 1032 30566 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 19 0 291540502 9855979520 16448 33554432000 1073741824 1073778376 140734238176464 139966756350888 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1032/tid=1037] ppid=1030 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/1032/task/1037/stat : 1037 (java) S 1030 1032 30566 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 19 0 291540502 9855979520 16448 33554432000 1073741824 1073778376 140734238176464 139966755298088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1032/tid=1038] ppid=1030 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/1032/task/1038/stat : 1038 (java) S 1030 1032 30566 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 291540502 9855979520 16448 33554432000 1073741824 1073778376 140734238176464 139966754245288 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1032/tid=1039] ppid=1030 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/1032/task/1039/stat : 1039 (java) S 1030 1032 30566 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 19 0 291540502 9855979520 16448 33554432000 1073741824 1073778376 140734238176464 139966753192488 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1032/tid=1040] ppid=1030 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/1032/task/1040/stat : 1040 (java) S 1030 1032 30566 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 19 0 291540502 9855979520 16448 33554432000 1073741824 1073778376 140734238176464 139966752139688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1032/tid=1041] ppid=1030 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/1032/task/1041/stat : 1041 (java) S 1030 1032 30566 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 19 0 291540502 9855979520 16448 33554432000 1073741824 1073778376 140734238176464 139966751086888 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1032/tid=1042] ppid=1030 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/1032/task/1042/stat : 1042 (java) S 1030 1032 30566 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 291540502 9855979520 16448 33554432000 1073741824 1073778376 140734238176464 139966750034088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1032/tid=1043] ppid=1030 vsize=9624980 CPUtime=0.53 cores=1,3,5,7
/proc/1032/task/1043/stat : 1043 (java) S 1030 1032 30566 0 -1 4202560 31 0 0 0 53 0 0 0 20 0 19 0 291540503 9855979520 16448 33554432000 1073741824 1073778376 140734238176464 139966619290600 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1032/tid=1044] ppid=1030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1032/task/1044/stat : 1044 (java) S 1030 1032 30566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291540503 9855979520 16448 33554432000 1073741824 1073778376 140734238176464 139966618236664 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1032/tid=1045] ppid=1030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1032/task/1045/stat : 1045 (java) S 1030 1032 30566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291540503 9855979520 16448 33554432000 1073741824 1073778376 140734238176464 139966617183752 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1032/tid=1046] ppid=1030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1032/task/1046/stat : 1046 (java) S 1030 1032 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291540505 9855979520 16448 33554432000 1073741824 1073778376 140734238176464 139966616132240 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1032/tid=1047] ppid=1030 vsize=9624980 CPUtime=0.96 cores=1,3,5,7
/proc/1032/task/1047/stat : 1047 (java) S 1030 1032 30566 0 -1 4202560 10972 0 0 0 93 3 0 0 20 0 19 0 291540505 9855979520 16448 33554432000 1073741824 1073778376 140734238176464 139966615079352 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1032/tid=1048] ppid=1030 vsize=9624980 CPUtime=0.43 cores=1,3,5,7
/proc/1032/task/1048/stat : 1048 (java) S 1030 1032 30566 0 -1 4202560 4581 0 0 0 41 2 0 0 20 0 19 0 291540505 9855979520 16448 33554432000 1073741824 1073778376 140734238176464 139966614026552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1032/tid=1049] ppid=1030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1032/task/1049/stat : 1049 (java) S 1030 1032 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291540505 9855979520 16448 33554432000 1073741824 1073778376 140734238176464 139966612973944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1032/tid=1050] ppid=1030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1032/task/1050/stat : 1050 (java) S 1030 1032 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291540505 9855979520 16448 33554432000 1073741824 1073778376 140734238176464 139966611921352 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1032/tid=1051] ppid=1030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1032/task/1051/stat : 1051 (java) S 1030 1032 30566 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291540516 9855979520 16448 33554432000 1073741824 1073778376 140734238176464 139966610867880 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 16.26
Current children cumulated vsize (KiB) 9624980

[startup+15.1007 s]
/proc/loadavg: 2.07 2.02 2.00 3/213 1051
/proc/meminfo: memFree=29926384/32873648 swapFree=7116/7116
[pid=1032] ppid=1030 vsize=9624980 CPUtime=16.69 cores=1,3,5,7
/proc/1032/stat : 1032 (java) S 1030 1032 30566 0 -1 4202496 19361 0 1 0 1663 6 0 0 20 0 19 0 291540501 9855979520 16448 33554432000 1073741824 1073778376 140734238176464 140734238167600 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1032/statm: 2406245 16448 2271 9 0 2396937 0
[pid=1032/tid=1033] ppid=1030 vsize=9624980 CPUtime=14.4 cores=1,3,5,7
/proc/1032/task/1033/stat : 1033 (java) R 1030 1032 30566 0 -1 4202560 2513 0 1 0 1438 2 0 0 20 0 19 0 291540501 9855979520 16448 33554432000 1073741824 1073778376 140734238176464 139966795911576 139966626040777 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1032/tid=1035] ppid=1030 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/1032/task/1035/stat : 1035 (java) S 1030 1032 30566 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 19 0 291540502 9855979520 16448 33554432000 1073741824 1073778376 140734238176464 139966757403688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1032/tid=1036] ppid=1030 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/1032/task/1036/stat : 1036 (java) S 1030 1032 30566 0 -1 4202560 8 0 0 0 3 0 0 0 20 0 19 0 291540502 9855979520 16448 33554432000 1073741824 1073778376 140734238176464 139966756350888 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1032/tid=1037] ppid=1030 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/1032/task/1037/stat : 1037 (java) S 1030 1032 30566 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 19 0 291540502 9855979520 16448 33554432000 1073741824 1073778376 140734238176464 139966755298088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1032/tid=1038] ppid=1030 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/1032/task/1038/stat : 1038 (java) S 1030 1032 30566 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 19 0 291540502 9855979520 16448 33554432000 1073741824 1073778376 140734238176464 139966754245288 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1032/tid=1039] ppid=1030 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/1032/task/1039/stat : 1039 (java) S 1030 1032 30566 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 19 0 291540502 9855979520 16448 33554432000 1073741824 1073778376 140734238176464 139966753192488 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1032/tid=1040] ppid=1030 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/1032/task/1040/stat : 1040 (java) S 1030 1032 30566 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 19 0 291540502 9855979520 16448 33554432000 1073741824 1073778376 140734238176464 139966752139688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1032/tid=1041] ppid=1030 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/1032/task/1041/stat : 1041 (java) S 1030 1032 30566 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 19 0 291540502 9855979520 16448 33554432000 1073741824 1073778376 140734238176464 139966751086888 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1032/tid=1042] ppid=1030 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/1032/task/1042/stat : 1042 (java) S 1030 1032 30566 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 291540502 9855979520 16448 33554432000 1073741824 1073778376 140734238176464 139966750034088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1032/tid=1043] ppid=1030 vsize=9624980 CPUtime=0.55 cores=1,3,5,7
/proc/1032/task/1043/stat : 1043 (java) S 1030 1032 30566 0 -1 4202560 31 0 0 0 55 0 0 0 20 0 19 0 291540503 9855979520 16448 33554432000 1073741824 1073778376 140734238176464 139966619290600 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1032/tid=1044] ppid=1030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1032/task/1044/stat : 1044 (java) S 1030 1032 30566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291540503 9855979520 16448 33554432000 1073741824 1073778376 140734238176464 139966618236664 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1032/tid=1045] ppid=1030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1032/task/1045/stat : 1045 (java) S 1030 1032 30566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291540503 9855979520 16448 33554432000 1073741824 1073778376 140734238176464 139966617183752 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1032/tid=1046] ppid=1030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1032/task/1046/stat : 1046 (java) S 1030 1032 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291540505 9855979520 16448 33554432000 1073741824 1073778376 140734238176464 139966616132240 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1032/tid=1047] ppid=1030 vsize=9624980 CPUtime=0.96 cores=1,3,5,7
/proc/1032/task/1047/stat : 1047 (java) S 1030 1032 30566 0 -1 4202560 10972 0 0 0 93 3 0 0 20 0 19 0 291540505 9855979520 16448 33554432000 1073741824 1073778376 140734238176464 139966615079352 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1032/tid=1048] ppid=1030 vsize=9624980 CPUtime=0.43 cores=1,3,5,7
/proc/1032/task/1048/stat : 1048 (java) S 1030 1032 30566 0 -1 4202560 4581 0 0 0 41 2 0 0 20 0 19 0 291540505 9855979520 16448 33554432000 1073741824 1073778376 140734238176464 139966614026552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1032/tid=1049] ppid=1030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1032/task/1049/stat : 1049 (java) S 1030 1032 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291540505 9855979520 16448 33554432000 1073741824 1073778376 140734238176464 139966612973944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1032/tid=1050] ppid=1030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1032/task/1050/stat : 1050 (java) S 1030 1032 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291540505 9855979520 16448 33554432000 1073741824 1073778376 140734238176464 139966611921352 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1032/tid=1051] ppid=1030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1032/task/1051/stat : 1051 (java) S 1030 1032 30566 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291540516 9855979520 16448 33554432000 1073741824 1073778376 140734238176464 139966610867880 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 16.69
Current children cumulated vsize (KiB) 9624980

[startup+15.2007 s]
/proc/loadavg: 2.07 2.02 2.00 3/213 1051
/proc/meminfo: memFree=29926384/32873648 swapFree=7116/7116
[pid=1032] ppid=1030 vsize=9624980 CPUtime=16.79 cores=1,3,5,7
/proc/1032/stat : 1032 (java) S 1030 1032 30566 0 -1 4202496 19362 0 1 0 1673 6 0 0 20 0 19 0 291540501 9855979520 16448 33554432000 1073741824 1073778376 140734238176464 140734238167600 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1032/statm: 2406245 16448 2271 9 0 2396937 0
[pid=1032/tid=1033] ppid=1030 vsize=9624980 CPUtime=14.49 cores=1,3,5,7
/proc/1032/task/1033/stat : 1033 (java) R 1030 1032 30566 0 -1 4202560 2514 0 1 0 1447 2 0 0 20 0 19 0 291540501 9855979520 16448 33554432000 1073741824 1073778376 140734238176464 139966795911416 139966626041272 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1032/tid=1035] ppid=1030 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/1032/task/1035/stat : 1035 (java) S 1030 1032 30566 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 19 0 291540502 9855979520 16448 33554432000 1073741824 1073778376 140734238176464 139966757403688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1032/tid=1036] ppid=1030 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/1032/task/1036/stat : 1036 (java) S 1030 1032 30566 0 -1 4202560 8 0 0 0 3 0 0 0 20 0 19 0 291540502 9855979520 16448 33554432000 1073741824 1073778376 140734238176464 139966756350888 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1032/tid=1037] ppid=1030 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/1032/task/1037/stat : 1037 (java) S 1030 1032 30566 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 19 0 291540502 9855979520 16448 33554432000 1073741824 1073778376 140734238176464 139966755298088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1032/tid=1038] ppid=1030 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/1032/task/1038/stat : 1038 (java) S 1030 1032 30566 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 19 0 291540502 9855979520 16448 33554432000 1073741824 1073778376 140734238176464 139966754245288 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1032/tid=1039] ppid=1030 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/1032/task/1039/stat : 1039 (java) S 1030 1032 30566 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 19 0 291540502 9855979520 16448 33554432000 1073741824 1073778376 140734238176464 139966753192488 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1032/tid=1040] ppid=1030 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/1032/task/1040/stat : 1040 (java) S 1030 1032 30566 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 19 0 291540502 9855979520 16448 33554432000 1073741824 1073778376 140734238176464 139966752139688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1032/tid=1041] ppid=1030 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/1032/task/1041/stat : 1041 (java) S 1030 1032 30566 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 19 0 291540502 9855979520 16448 33554432000 1073741824 1073778376 140734238176464 139966751086888 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1032/tid=1042] ppid=1030 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/1032/task/1042/stat : 1042 (java) S 1030 1032 30566 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 291540502 9855979520 16448 33554432000 1073741824 1073778376 140734238176464 139966750034088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1032/tid=1043] ppid=1030 vsize=9624980 CPUtime=0.56 cores=1,3,5,7
/proc/1032/task/1043/stat : 1043 (java) S 1030 1032 30566 0 -1 4202560 31 0 0 0 56 0 0 0 20 0 19 0 291540503 9855979520 16448 33554432000 1073741824 1073778376 140734238176464 139966619290600 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1032/tid=1044] ppid=1030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1032/task/1044/stat : 1044 (java) S 1030 1032 30566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291540503 9855979520 16448 33554432000 1073741824 1073778376 140734238176464 139966618236664 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1032/tid=1045] ppid=1030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1032/task/1045/stat : 1045 (java) S 1030 1032 30566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291540503 9855979520 16448 33554432000 1073741824 1073778376 140734238176464 139966617183752 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1032/tid=1046] ppid=1030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1032/task/1046/stat : 1046 (java) S 1030 1032 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291540505 9855979520 16448 33554432000 1073741824 1073778376 140734238176464 139966616132240 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1032/tid=1047] ppid=1030 vsize=9624980 CPUtime=0.96 cores=1,3,5,7
/proc/1032/task/1047/stat : 1047 (java) S 1030 1032 30566 0 -1 4202560 10972 0 0 0 93 3 0 0 20 0 19 0 291540505 9855979520 16448 33554432000 1073741824 1073778376 140734238176464 139966615079352 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1032/tid=1048] ppid=1030 vsize=9624980 CPUtime=0.43 cores=1,3,5,7
/proc/1032/task/1048/stat : 1048 (java) S 1030 1032 30566 0 -1 4202560 4581 0 0 0 41 2 0 0 20 0 19 0 291540505 9855979520 16448 33554432000 1073741824 1073778376 140734238176464 139966614026552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1032/tid=1049] ppid=1030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1032/task/1049/stat : 1049 (java) S 1030 1032 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291540505 9855979520 16448 33554432000 1073741824 1073778376 140734238176464 139966612973944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1032/tid=1050] ppid=1030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1032/task/1050/stat : 1050 (java) S 1030 1032 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291540505 9855979520 16448 33554432000 1073741824 1073778376 140734238176464 139966611921352 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1032/tid=1051] ppid=1030 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1032/task/1051/stat : 1051 (java) S 1030 1032 30566 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291540516 9855979520 16448 33554432000 1073741824 1073778376 140734238176464 139966610867880 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 16.79
Current children cumulated vsize (KiB) 9624980

Child status: 30
Real time (s): 15.267
CPU time (s): 16.9414
CPU user time (s): 16.7495
CPU system time (s): 0.19197
CPU usage (%): 110.968
Max. virtual memory (cumulated for all children) (KiB): 9626656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.7495
system time used= 0.19197
maximum resident set size= 71596
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19379
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= 2087
involuntary context switches= 1295

runsolver used 0.050992 second user time and 0.166974 second system time

The end

Launcher Data

Begin job on node114 at 2012-05-29 03:15:31
IDJOB=3718445
IDBENCH=79195
IDSOLVER=2301
FILE ID=node114/3718445-1338254131
RUNJOBID= node114-1338248715-32682
PBS_JOBID= 14624648
Free space on /tmp= 71464 MiB

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

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

MD5SUM BENCH= 86727f41c04b3a3cda96c180ef39a0ad
RANDOM SEED=1222525582

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        29986468 kB
Buffers:          865064 kB
Cached:           423724 kB
SwapCached:         2272 kB
Active:          1903616 kB
Inactive:          41992 kB
Active(anon):     641992 kB
Inactive(anon):     9072 kB
Active(file):    1261624 kB
Inactive(file):    32920 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67103572 kB
Dirty:               172 kB
Writeback:             0 kB
AnonPages:        680428 kB
Mapped:            19196 kB
Shmem:               104 kB
Slab:             802872 kB
SReclaimable:     246732 kB
SUnreclaim:       556140 kB
KernelStack:        1760 kB
PageTables:         5104 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1038608 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    638976 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= 71464 MiB
End job on node114 at 2012-05-29 03:15:47