Trace number 4090585

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 2.3.6 Resolution PB16OPTIMUM 21.8697 20.6923

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900584219--soft-33-100-0.wbo
MD5SUM8d817301a4b1c2c9b4fea9d5d7fdc9d1
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark33.045
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints1868
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 94981
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 94980
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 689
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 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.08	c version PB16.v20160501
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.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@587bd9f2
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 Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4090585-1466065141.wbo
0.11/0.10	c reading problem ... 
0.50/0.30	c ... done. Wall clock time 0.198s.
0.50/0.30	c declared #vars     231
0.50/0.30	c internal #vars     2099
0.50/0.30	c #constraints  2707
0.50/0.30	c constraints type 
0.50/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2599
0.50/0.30	c org.sat4j.minisat.constraints.card.MinWatchCard => 5
0.50/0.30	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 85
0.50/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 18
0.50/0.30	c 2707 constraints processed.
0.50/0.30	c objective function length is 1868 literals
0.75/0.44	c SATISFIABLE
0.75/0.44	c OPTIMIZING...
0.75/0.44	c Got one! Elapsed wall clock time (in seconds):0.34
0.75/0.44	o 526
0.75/0.49	c Got one! Elapsed wall clock time (in seconds):0.387
0.75/0.49	o 488
1.05/0.51	c Got one! Elapsed wall clock time (in seconds):0.408
1.05/0.51	o 383
1.05/0.53	c Got one! Elapsed wall clock time (in seconds):0.425
1.05/0.53	o 371
1.05/0.54	c Got one! Elapsed wall clock time (in seconds):0.44
1.05/0.54	o 367
1.05/0.56	c Got one! Elapsed wall clock time (in seconds):0.456
1.05/0.56	o 357
1.05/0.57	c Got one! Elapsed wall clock time (in seconds):0.47
1.05/0.57	o 336
1.05/0.59	c Got one! Elapsed wall clock time (in seconds):0.485
1.05/0.59	o 315
1.36/0.60	c Got one! Elapsed wall clock time (in seconds):0.498
1.36/0.60	o 296
1.36/0.61	c Got one! Elapsed wall clock time (in seconds):0.508
1.36/0.61	o 240
1.36/0.62	c Got one! Elapsed wall clock time (in seconds):0.519
1.36/0.62	o 213
1.36/0.67	c Got one! Elapsed wall clock time (in seconds):0.569
1.36/0.67	o 208
1.36/0.68	c Got one! Elapsed wall clock time (in seconds):0.584
1.36/0.68	o 202
1.65/0.70	c Got one! Elapsed wall clock time (in seconds):0.597
1.65/0.70	o 201
2.18/1.25	c Got one! Elapsed wall clock time (in seconds):1.152
2.18/1.25	o 196
2.28/1.38	c Got one! Elapsed wall clock time (in seconds):1.285
2.28/1.38	o 195
2.38/1.47	c Got one! Elapsed wall clock time (in seconds):1.366
2.38/1.47	o 181
2.38/1.47	c Got one! Elapsed wall clock time (in seconds):1.372
2.38/1.47	o 176
2.48/1.58	c Got one! Elapsed wall clock time (in seconds):1.476
2.48/1.58	o 166
2.58/1.61	c Got one! Elapsed wall clock time (in seconds):1.513
2.58/1.61	o 137
2.68/1.70	c Got one! Elapsed wall clock time (in seconds):1.601
2.68/1.70	o 135
2.68/1.73	c Got one! Elapsed wall clock time (in seconds):1.629
2.68/1.73	o 133
2.78/1.80	c Got one! Elapsed wall clock time (in seconds):1.698
2.78/1.80	o 131
2.89/1.92	c Got one! Elapsed wall clock time (in seconds):1.818
2.89/1.92	o 127
2.89/1.99	c Got one! Elapsed wall clock time (in seconds):1.886
2.89/1.99	o 125
2.99/2.01	c Got one! Elapsed wall clock time (in seconds):1.91
2.99/2.01	o 124
3.23/2.22	c Got one! Elapsed wall clock time (in seconds):2.12
3.23/2.22	o 115
3.34/2.32	c cleaning 5764 clauses out of 11534 with flag 6055/11534
3.34/2.40	c Got one! Elapsed wall clock time (in seconds):2.295
3.34/2.40	o 112
3.47/2.45	c Got one! Elapsed wall clock time (in seconds):2.346
3.47/2.45	o 108
3.67/2.67	c Got one! Elapsed wall clock time (in seconds):2.574
3.67/2.67	o 104
3.67/2.68	c Got one! Elapsed wall clock time (in seconds):2.583
3.67/2.68	o 69
3.87/2.80	c Got one! Elapsed wall clock time (in seconds):2.705
3.87/2.80	o 67
4.07/3.07	c cleaning 6291 clauses out of 12593 with flag 13556/18357
4.18/3.11	c Got one! Elapsed wall clock time (in seconds):3.011
4.18/3.11	o 66
4.18/3.14	c Got one! Elapsed wall clock time (in seconds):3.037
4.18/3.14	o 61
4.18/3.17	c Got one! Elapsed wall clock time (in seconds):3.072
4.18/3.17	o 60
4.28/3.21	c Got one! Elapsed wall clock time (in seconds):3.114
4.28/3.21	o 59
4.38/3.39	c Got one! Elapsed wall clock time (in seconds):3.291
4.38/3.39	o 57
4.48/3.43	c Got one! Elapsed wall clock time (in seconds):3.327
4.48/3.43	o 56
4.48/3.45	c Got one! Elapsed wall clock time (in seconds):3.35
4.48/3.45	o 51
4.58/3.59	c Got one! Elapsed wall clock time (in seconds):3.491
4.58/3.59	o 50
4.68/3.63	c Got one! Elapsed wall clock time (in seconds):3.533
4.68/3.63	o 49
4.98/3.95	c cleaning 7155 clauses out of 14327 with flag 20713/26382
5.09/4.08	c Got one! Elapsed wall clock time (in seconds):3.983
5.09/4.08	o 48
5.19/4.10	c Got one! Elapsed wall clock time (in seconds):3.998
5.19/4.10	o 45
5.19/4.12	c Got one! Elapsed wall clock time (in seconds):4.022
5.19/4.12	o 44
5.19/4.15	c Got one! Elapsed wall clock time (in seconds):4.054
5.19/4.15	o 43
5.35/4.21	c Got one! Elapsed wall clock time (in seconds):4.112
5.35/4.21	o 40
5.35/4.29	c Got one! Elapsed wall clock time (in seconds):4.188
5.35/4.29	o 39
5.45/4.33	c Got one! Elapsed wall clock time (in seconds):4.228
5.45/4.33	o 31
5.45/4.37	c Got one! Elapsed wall clock time (in seconds):4.267
5.45/4.37	o 26
5.66/4.57	c Got one! Elapsed wall clock time (in seconds):4.471
5.66/4.57	o 25
5.77/4.66	c cleaning 7495 clauses out of 14993 with flag 8672/34203
5.77/4.66	c Got one! Elapsed wall clock time (in seconds):4.564
5.77/4.66	o 23
5.88/4.73	c Got one! Elapsed wall clock time (in seconds):4.627
5.88/4.73	o 22
5.88/4.77	c Got one! Elapsed wall clock time (in seconds):4.671
5.88/4.77	o 18
6.18/5.05	c Got one! Elapsed wall clock time (in seconds):4.948
6.18/5.05	o 17
6.18/5.09	c Got one! Elapsed wall clock time (in seconds):4.988
6.18/5.09	o 16
6.28/5.17	c cleaning 7239 clauses out of 14485 with flag 8115/41190
6.68/5.52	c Got one! Elapsed wall clock time (in seconds):5.425
6.68/5.52	o 15
6.68/5.56	c Got one! Elapsed wall clock time (in seconds):5.458
6.68/5.56	o 12
7.07/5.95	c cleaning 8828 clauses out of 17667 with flag 35844/51611
7.39/6.29	c Got one! Elapsed wall clock time (in seconds):6.185
7.39/6.29	o 11
7.49/6.37	c cleaning 7339 clauses out of 14693 with flag 8284/57465
7.99/6.83	c cleaning 6672 clauses out of 13354 with flag 61801/63465
8.49/7.36	c Got one! Elapsed wall clock time (in seconds):7.26
8.49/7.36	o 10
8.49/7.39	c Got one! Elapsed wall clock time (in seconds):7.288
8.49/7.39	o 8
8.90/7.76	c cleaning 9363 clauses out of 18733 with flag 38253/75516
9.29/8.18	c cleaning 7673 clauses out of 15368 with flag 83987/81514
9.79/8.66	c cleaning 7347 clauses out of 14697 with flag 142456/88516
10.40/9.22	c cleaning 7672 clauses out of 15348 with flag 210600/96514
10.90/9.79	c cleaning 8332 clauses out of 16677 with flag 281495/105516
11.20/10.07	c Got one! Elapsed wall clock time (in seconds):9.965
11.20/10.07	o 5
11.40/10.20	c cleaning 7076 clauses out of 14169 with flag 14277/111340
11.70/10.54	c cleaning 6537 clauses out of 13093 with flag 58817/117340
12.00/10.82	c Got one! Elapsed wall clock time (in seconds):10.721
12.00/10.82	o 4
12.00/10.89	c cleaning 6195 clauses out of 12399 with flag 8171/123183
12.40/11.23	c cleaning 6100 clauses out of 12203 with flag 53273/129182
12.80/11.66	c cleaning 6547 clauses out of 13105 with flag 111040/136184
13.31/12.20	c cleaning 7270 clauses out of 14556 with flag 181911/144182
14.00/12.81	c cleaning 8143 clauses out of 16289 with flag 261810/153185
14.70/13.53	c cleaning 9066 clauses out of 18144 with flag 352485/163183
15.51/14.32	c cleaning 10034 clauses out of 20077 with flag 449347/174182
15.71/14.54	c Got one! Elapsed wall clock time (in seconds):14.435
15.71/14.54	o 3
15.91/14.71	c cleaning 7628 clauses out of 15282 with flag 21524/179421
16.31/15.18	c cleaning 6816 clauses out of 13654 with flag 84660/185421
16.81/15.68	c cleaning 6907 clauses out of 13838 with flag 150481/192421
17.41/16.26	c cleaning 7454 clauses out of 14932 with flag 222252/200422
18.11/16.95	c cleaning 8232 clauses out of 16478 with flag 298147/209422
18.91/17.75	c cleaning 9121 clauses out of 18246 with flag 385557/219422
19.21/18.06	c Got one! Elapsed wall clock time (in seconds):17.962
19.21/18.06	o 2
19.31/18.14	c cleaning 7085 clauses out of 14195 with flag 6533/224492
19.71/18.59	c cleaning 6547 clauses out of 13113 with flag 54076/230495
20.20/19.09	c cleaning 6775 clauses out of 13562 with flag 101416/237491
20.50/19.39	c Got one! Elapsed wall clock time (in seconds):19.29
20.50/19.39	o 1
20.60/19.46	c cleaning 6213 clauses out of 12460 with flag 5324/243164
21.01/19.88	c cleaning 6122 clauses out of 12246 with flag 44941/249163
21.50/20.33	c cleaning 6558 clauses out of 13124 with flag 88743/256164
21.81/20.68	c starts		: 165
21.81/20.68	c conflicts		: 263967
21.81/20.68	c decisions		: 512600
21.81/20.68	c propagations		: 21543814
21.81/20.68	c inspects		: 243508136
21.81/20.68	c shortcuts		: 0
21.81/20.68	c learnt literals	: 19
21.81/20.68	c learnt binary clauses	: 32
21.81/20.68	c learnt ternary clauses	: 226
21.81/20.68	c learnt constraints	: 263947
21.81/20.68	c ignored constraints	: 0
21.81/20.68	c root simplifications	: 0
21.81/20.68	c removed literals (reason simplification)	: 0
21.81/20.68	c reason swapping (by a shorter reason)	: 0
21.81/20.68	c Calls to reduceDB	: 34
21.81/20.68	c Number of update (reduction) of LBD	: 96318
21.81/20.68	c Imported unit clauses	: 0
21.81/20.68	c number of reductions to clauses (during analyze)	: 0
21.81/20.68	c number of learned constraints concerned by reduction	: 0
21.81/20.68	c number of learning phase by resolution	: 0
21.81/20.68	c number of learning phase by cutting planes	: 0
21.81/20.68	c speed (assignments/second)	: 1057417.0020614509
21.81/20.68	c non guided choices	7859
21.81/20.68	c learnt constraints type 
21.81/20.68	s OPTIMUM FOUND
21.81/20.68	c Found 65 solution(s)
21.81/20.68	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 x17 -x18 -x19 -x20 -x21 x22 -x23 -x24 -x25 -x26 x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 x65 -x66 x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 x130 -x131 -x132 -x133 x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 x171 -x172 x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 x187 -x188 -x189 -x190 -x191 -x192 -x193 x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 x230 -x231 
21.81/20.69	c objective function=1
21.81/20.69	c Total wall clock time (in seconds): 20.585

Verifier Data

OK	1

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4090585-1466065141/watcher-4090585-1466065141 -o /tmp/evaluation-result-4090585-1466065141/solver-4090585-1466065141 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466062134-7230 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090585-1466065141.wbo 

pid=9709
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.20 2.15 2.00 3/194 9712
/proc/meminfo: memFree=30717584/32872528 swapFree=876280/941688
[pid=9712] ppid=9709 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/9712/stat : 9712 (java) S 9709 9712 7213 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 8563054 98570240 978 33554432000 1073741824 1073778376 140736401271552 140736401262688 213196505149 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9712/statm: 24065 978 744 9 0 16771 0
[pid=9712/tid=9713] ppid=9709 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9713/stat : 9713 (java) R 9709 9712 7213 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 8563054 98570240 978 33554432000 1073741824 1073778376 140736401271552 140369375309352 213193147776 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100144 s]
/proc/loadavg: 2.20 2.15 2.00 3/194 9712
/proc/meminfo: memFree=30717584/32872528 swapFree=876280/941688
[pid=9712] ppid=9709 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/9712/stat : 9712 (java) S 9709 9712 7213 0 -1 4202496 4502 0 1 0 10 1 0 0 20 0 18 0 8563054 9787879424 6130 33554432000 1073741824 1073778376 140736401271552 140736401262688 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9712/statm: 2389619 6130 2157 9 0 2380296 0
[pid=9712/tid=9713] ppid=9709 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/9712/task/9713/stat : 9713 (java) R 9709 9712 7213 0 -1 4202560 2379 0 1 0 7 0 0 0 20 0 18 0 8563054 9787879424 6130 33554432000 1073741824 1073778376 140736401271552 140369375312800 213196530101 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200366 s]
/proc/loadavg: 2.20 2.15 2.00 3/194 9712
/proc/meminfo: memFree=30717584/32872528 swapFree=876280/941688
[pid=9712] ppid=9709 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/9712/stat : 9712 (java) S 9709 9712 7213 0 -1 4202496 4769 0 1 0 26 1 0 0 20 0 18 0 8563054 9787879424 6854 33554432000 1073741824 1073778376 140736401271552 140736401262688 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9712/statm: 2389619 6854 2214 9 0 2380296 0
[pid=9712/tid=9713] ppid=9709 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/9712/task/9713/stat : 9713 (java) R 9709 9712 7213 0 -1 4202560 2395 0 1 0 17 0 0 0 20 0 18 0 8563054 9787879424 6854 33554432000 1073741824 1073778376 140736401271552 140369375314136 140369211799285 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300384 s]
/proc/loadavg: 2.20 2.15 2.00 3/194 9712
/proc/meminfo: memFree=30717584/32872528 swapFree=876280/941688
[pid=9712] ppid=9709 vsize=9558476 CPUtime=0.5 cores=1,3,5,7
/proc/9712/stat : 9712 (java) S 9709 9712 7213 0 -1 4202496 5901 0 1 0 49 1 0 0 20 0 18 0 8563054 9787879424 8877 33554432000 1073741824 1073778376 140736401271552 140736401262688 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9712/statm: 2389619 8885 2239 9 0 2380296 0
[pid=9712/tid=9713] ppid=9709 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/9712/task/9713/stat : 9713 (java) R 9709 9712 7213 0 -1 4202560 2407 0 1 0 26 1 0 0 20 0 18 0 8563054 9787879424 8885 33554432000 1073741824 1073778376 140736401271552 140369375314136 140369383232656 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700222 s]
/proc/loadavg: 2.20 2.15 2.00 3/194 9712
/proc/meminfo: memFree=30717584/32872528 swapFree=876280/941688
[pid=9712] ppid=9709 vsize=9625040 CPUtime=1.65 cores=1,3,5,7
/proc/9712/stat : 9712 (java) S 9709 9712 7213 0 -1 4202496 14103 0 1 0 162 3 0 0 20 0 19 0 8563054 9856040960 12988 33554432000 1073741824 1073778376 140736401271552 140736401262688 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9712/statm: 2406260 12988 2262 9 0 2396937 0
[pid=9712/tid=9713] ppid=9709 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/9712/task/9713/stat : 9713 (java) R 9709 9712 7213 0 -1 4202560 2418 0 1 0 66 1 0 0 20 0 19 0 8563054 9856040960 12988 33554432000 1073741824 1073778376 140736401271552 140369375306032 140369212282724 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.65
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.20 2.15 2.00 3/213 9731
/proc/meminfo: memFree=30671392/32872528 swapFree=876280/941688
[pid=9712] ppid=9709 vsize=9625040 CPUtime=2.48 cores=1,3,5,7
/proc/9712/stat : 9712 (java) S 9709 9712 7213 0 -1 4202496 14159 0 1 0 245 3 0 0 20 0 19 0 8563054 9856040960 14522 33554432000 1073741824 1073778376 140736401271552 140736401262688 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9712/statm: 2406260 14522 2264 9 0 2396937 0
[pid=9712/tid=9713] ppid=9709 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/9712/task/9713/stat : 9713 (java) R 9709 9712 7213 0 -1 4202560 2422 0 1 0 146 1 0 0 20 0 19 0 8563054 9856040960 14522 33554432000 1073741824 1073778376 140736401271552 140369375306032 140369212276567 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9712/tid=9715] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9715/stat : 9715 (java) S 9709 9712 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8563055 9856040960 14522 33554432000 1073741824 1073778376 140736401271552 140369336806440 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9712/tid=9716] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9716/stat : 9716 (java) S 9709 9712 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8563055 9856040960 14522 33554432000 1073741824 1073778376 140736401271552 140369335753640 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9712/tid=9717] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9717/stat : 9717 (java) S 9709 9712 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8563055 9856040960 14522 33554432000 1073741824 1073778376 140736401271552 140369334700840 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9712/tid=9718] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9718/stat : 9718 (java) S 9709 9712 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8563055 9856040960 14522 33554432000 1073741824 1073778376 140736401271552 140369333648040 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9712/tid=9719] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9719/stat : 9719 (java) S 9709 9712 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8563055 9856040960 14522 33554432000 1073741824 1073778376 140736401271552 140369332595240 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9712/tid=9720] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9720/stat : 9720 (java) S 9709 9712 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8563055 9856040960 14522 33554432000 1073741824 1073778376 140736401271552 140369331542440 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9712/tid=9721] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9721/stat : 9721 (java) S 9709 9712 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8563055 9856040960 14522 33554432000 1073741824 1073778376 140736401271552 140369330489640 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9712/tid=9722] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9722/stat : 9722 (java) S 9709 9712 7213 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8563055 9856040960 14522 33554432000 1073741824 1073778376 140736401271552 140369211680936 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9712/tid=9723] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9723/stat : 9723 (java) S 9709 9712 7213 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8563056 9856040960 14522 33554432000 1073741824 1073778376 140736401271552 140369199483880 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9712/tid=9724] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9724/stat : 9724 (java) S 9709 9712 7213 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8563057 9856040960 14522 33554432000 1073741824 1073778376 140736401271552 140369198429944 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9712/tid=9725] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9725/stat : 9725 (java) S 9709 9712 7213 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8563057 9856040960 14522 33554432000 1073741824 1073778376 140736401271552 140369197377032 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9712/tid=9726] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9726/stat : 9726 (java) S 9709 9712 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8563059 9856040960 14522 33554432000 1073741824 1073778376 140736401271552 140369196325520 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9712/tid=9727] ppid=9709 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/9712/task/9727/stat : 9727 (java) S 9709 9712 7213 0 -1 4202560 4863 0 0 0 46 0 0 0 20 0 19 0 8563059 9856040960 14522 33554432000 1073741824 1073778376 140736401271552 140368456706488 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9712/tid=9728] ppid=9709 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/9712/task/9728/stat : 9728 (java) S 9709 9712 7213 0 -1 4202560 5598 0 0 0 50 0 0 0 20 0 19 0 8563059 9856040960 14522 33554432000 1073741824 1073778376 140736401271552 140368455653688 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9712/tid=9729] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9729/stat : 9729 (java) S 9709 9712 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8563059 9856040960 14522 33554432000 1073741824 1073778376 140736401271552 140368454601080 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9712/tid=9730] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9730/stat : 9730 (java) S 9709 9712 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8563059 9856040960 14522 33554432000 1073741824 1073778376 140736401271552 140368453548488 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9712/tid=9731] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9731/stat : 9731 (java) S 9709 9712 7213 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8563085 9856040960 14522 33554432000 1073741824 1073778376 140736401271552 140368452495016 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.48
Current children cumulated vsize (KiB) 9625040

[startup+3.10084 s]
/proc/loadavg: 2.18 2.15 2.00 3/213 9731
/proc/meminfo: memFree=30661648/32872528 swapFree=876280/941688
[pid=9712] ppid=9709 vsize=9625040 CPUtime=4.18 cores=1,3,5,7
/proc/9712/stat : 9712 (java) S 9709 9712 7213 0 -1 4202496 14398 0 1 0 415 3 0 0 20 0 19 0 8563054 9856040960 18113 33554432000 1073741824 1073778376 140736401271552 140736401262688 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9712/statm: 2406260 18113 2270 9 0 2396937 0
[pid=9712/tid=9713] ppid=9709 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/9712/task/9713/stat : 9713 (java) R 9709 9712 7213 0 -1 4202560 2433 0 1 0 306 1 0 0 20 0 19 0 8563054 9856040960 18113 33554432000 1073741824 1073778376 140736401271552 140369375306032 140369212292059 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9712/tid=9715] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9715/stat : 9715 (java) S 9709 9712 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8563055 9856040960 18113 33554432000 1073741824 1073778376 140736401271552 140369336806440 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9712/tid=9716] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9716/stat : 9716 (java) S 9709 9712 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8563055 9856040960 18113 33554432000 1073741824 1073778376 140736401271552 140369335753640 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9712/tid=9717] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9717/stat : 9717 (java) S 9709 9712 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8563055 9856040960 18113 33554432000 1073741824 1073778376 140736401271552 140369334700840 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9712/tid=9718] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9718/stat : 9718 (java) S 9709 9712 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8563055 9856040960 18113 33554432000 1073741824 1073778376 140736401271552 140369333648040 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9712/tid=9719] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9719/stat : 9719 (java) S 9709 9712 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8563055 9856040960 18113 33554432000 1073741824 1073778376 140736401271552 140369332595240 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9712/tid=9720] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9720/stat : 9720 (java) S 9709 9712 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8563055 9856040960 18113 33554432000 1073741824 1073778376 140736401271552 140369331542440 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9712/tid=9721] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9721/stat : 9721 (java) S 9709 9712 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8563055 9856040960 18113 33554432000 1073741824 1073778376 140736401271552 140369330489640 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9712/tid=9722] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9722/stat : 9722 (java) S 9709 9712 7213 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8563055 9856040960 18113 33554432000 1073741824 1073778376 140736401271552 140369211680936 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9712/tid=9723] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9723/stat : 9723 (java) S 9709 9712 7213 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8563056 9856040960 18113 33554432000 1073741824 1073778376 140736401271552 140369199483880 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9712/tid=9724] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9724/stat : 9724 (java) S 9709 9712 7213 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8563057 9856040960 18113 33554432000 1073741824 1073778376 140736401271552 140369198429944 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9712/tid=9725] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9725/stat : 9725 (java) S 9709 9712 7213 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8563057 9856040960 18113 33554432000 1073741824 1073778376 140736401271552 140369197377032 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9712/tid=9726] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9726/stat : 9726 (java) S 9709 9712 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8563059 9856040960 18113 33554432000 1073741824 1073778376 140736401271552 140369196325520 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9712/tid=9727] ppid=9709 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/9712/task/9727/stat : 9727 (java) S 9709 9712 7213 0 -1 4202560 5089 0 0 0 51 0 0 0 20 0 19 0 8563059 9856040960 18113 33554432000 1073741824 1073778376 140736401271552 140368456706488 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9712/tid=9728] ppid=9709 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/9712/task/9728/stat : 9728 (java) S 9709 9712 7213 0 -1 4202560 5599 0 0 0 54 0 0 0 20 0 19 0 8563059 9856040960 18113 33554432000 1073741824 1073778376 140736401271552 140368455653688 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9712/tid=9729] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9729/stat : 9729 (java) S 9709 9712 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8563059 9856040960 18113 33554432000 1073741824 1073778376 140736401271552 140368454601080 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9712/tid=9730] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9730/stat : 9730 (java) S 9709 9712 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8563059 9856040960 18113 33554432000 1073741824 1073778376 140736401271552 140368453548488 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9712/tid=9731] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9731/stat : 9731 (java) S 9709 9712 7213 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8563085 9856040960 18113 33554432000 1073741824 1073778376 140736401271552 140368452495016 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.18
Current children cumulated vsize (KiB) 9625040

[startup+6.30084 s]
/proc/loadavg: 2.18 2.15 2.00 3/213 9731
/proc/meminfo: memFree=30630324/32872528 swapFree=876280/941688
[pid=9712] ppid=9709 vsize=9625040 CPUtime=7.49 cores=1,3,5,7
/proc/9712/stat : 9712 (java) S 9709 9712 7213 0 -1 4202496 14756 0 1 0 745 4 0 0 20 0 19 0 8563054 9856040960 24669 33554432000 1073741824 1073778376 140736401271552 140736401262688 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9712/statm: 2406260 24669 2271 9 0 2396937 0
[pid=9712/tid=9713] ppid=9709 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/9712/task/9713/stat : 9713 (java) R 9709 9712 7213 0 -1 4202560 2449 0 1 0 624 2 0 0 20 0 19 0 8563054 9856040960 24669 33554432000 1073741824 1073778376 140736401271552 140369375305472 140369212588486 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9712/tid=9715] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9715/stat : 9715 (java) S 9709 9712 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8563055 9856040960 24669 33554432000 1073741824 1073778376 140736401271552 140369336806440 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9712/tid=9716] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9716/stat : 9716 (java) S 9709 9712 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8563055 9856040960 24669 33554432000 1073741824 1073778376 140736401271552 140369335753640 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9712/tid=9717] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9717/stat : 9717 (java) S 9709 9712 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8563055 9856040960 24669 33554432000 1073741824 1073778376 140736401271552 140369334700840 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9712/tid=9718] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9718/stat : 9718 (java) S 9709 9712 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8563055 9856040960 24669 33554432000 1073741824 1073778376 140736401271552 140369333648040 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9712/tid=9719] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9719/stat : 9719 (java) S 9709 9712 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8563055 9856040960 24669 33554432000 1073741824 1073778376 140736401271552 140369332595240 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9712/tid=9720] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9720/stat : 9720 (java) S 9709 9712 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8563055 9856040960 24669 33554432000 1073741824 1073778376 140736401271552 140369331542440 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9712/tid=9721] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9721/stat : 9721 (java) S 9709 9712 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8563055 9856040960 24669 33554432000 1073741824 1073778376 140736401271552 140369330489640 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9712/tid=9722] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9722/stat : 9722 (java) S 9709 9712 7213 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8563055 9856040960 24669 33554432000 1073741824 1073778376 140736401271552 140369211680936 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9712/tid=9723] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9723/stat : 9723 (java) S 9709 9712 7213 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8563056 9856040960 24669 33554432000 1073741824 1073778376 140736401271552 140369199483880 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9712/tid=9724] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9724/stat : 9724 (java) S 9709 9712 7213 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8563057 9856040960 24669 33554432000 1073741824 1073778376 140736401271552 140369198429944 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9712/tid=9725] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9725/stat : 9725 (java) S 9709 9712 7213 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8563057 9856040960 24669 33554432000 1073741824 1073778376 140736401271552 140369197377032 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9712/tid=9726] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9726/stat : 9726 (java) S 9709 9712 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8563059 9856040960 24669 33554432000 1073741824 1073778376 140736401271552 140369196325520 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9712/tid=9727] ppid=9709 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/9712/task/9727/stat : 9727 (java) S 9709 9712 7213 0 -1 4202560 5338 0 0 0 55 0 0 0 20 0 19 0 8563059 9856040960 24669 33554432000 1073741824 1073778376 140736401271552 140368456706488 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9712/tid=9728] ppid=9709 vsize=9625040 CPUtime=0.62 cores=1,3,5,7

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

[pid=9712/tid=9717] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9717/stat : 9717 (java) S 9709 9712 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8563055 9856040960 36911 33554432000 1073741824 1073778376 140736401271552 140369334700840 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9712/tid=9718] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9718/stat : 9718 (java) S 9709 9712 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8563055 9856040960 36911 33554432000 1073741824 1073778376 140736401271552 140369333648040 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9712/tid=9719] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9719/stat : 9719 (java) S 9709 9712 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8563055 9856040960 36911 33554432000 1073741824 1073778376 140736401271552 140369332595240 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9712/tid=9720] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9720/stat : 9720 (java) S 9709 9712 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8563055 9856040960 36911 33554432000 1073741824 1073778376 140736401271552 140369331542440 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9712/tid=9721] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9721/stat : 9721 (java) S 9709 9712 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8563055 9856040960 36911 33554432000 1073741824 1073778376 140736401271552 140369330489640 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9712/tid=9722] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9722/stat : 9722 (java) S 9709 9712 7213 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8563055 9856040960 36911 33554432000 1073741824 1073778376 140736401271552 140369211680936 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9712/tid=9723] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9723/stat : 9723 (java) S 9709 9712 7213 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8563056 9856040960 36911 33554432000 1073741824 1073778376 140736401271552 140369199483880 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9712/tid=9724] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9724/stat : 9724 (java) S 9709 9712 7213 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8563057 9856040960 36911 33554432000 1073741824 1073778376 140736401271552 140369198429944 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9712/tid=9725] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9725/stat : 9725 (java) S 9709 9712 7213 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8563057 9856040960 36911 33554432000 1073741824 1073778376 140736401271552 140369197377032 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9712/tid=9726] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9726/stat : 9726 (java) S 9709 9712 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8563059 9856040960 36911 33554432000 1073741824 1073778376 140736401271552 140369196325520 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9712/tid=9727] ppid=9709 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/9712/task/9727/stat : 9727 (java) S 9709 9712 7213 0 -1 4202560 5338 0 0 0 55 0 0 0 20 0 19 0 8563059 9856040960 36911 33554432000 1073741824 1073778376 140736401271552 140368456706488 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9712/tid=9728] ppid=9709 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/9712/task/9728/stat : 9728 (java) S 9709 9712 7213 0 -1 4202560 5698 0 0 0 63 0 0 0 20 0 19 0 8563059 9856040960 36911 33554432000 1073741824 1073778376 140736401271552 140368455653688 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9712/tid=9729] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9729/stat : 9729 (java) S 9709 9712 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8563059 9856040960 36911 33554432000 1073741824 1073778376 140736401271552 140368454601080 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9712/tid=9730] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9730/stat : 9730 (java) S 9709 9712 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8563059 9856040960 36911 33554432000 1073741824 1073778376 140736401271552 140368453548488 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9712/tid=9731] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9731/stat : 9731 (java) S 9709 9712 7213 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8563085 9856040960 36911 33554432000 1073741824 1073778376 140736401271552 140368452495016 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 20.4
Current children cumulated vsize (KiB) 9625040

[startup+20.0007 s]
/proc/loadavg: 2.14 2.14 2.00 4/213 9731
/proc/meminfo: memFree=30577672/32872528 swapFree=876280/941688
[pid=9712] ppid=9709 vsize=9625040 CPUtime=21.2 cores=1,3,5,7
/proc/9712/stat : 9712 (java) S 9709 9712 7213 0 -1 4202496 14789 0 1 0 2115 5 0 0 20 0 19 0 8563054 9856040960 37935 33554432000 1073741824 1073778376 140736401271552 140736401262688 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9712/statm: 2406260 37935 2271 9 0 2396937 0
[pid=9712/tid=9713] ppid=9709 vsize=9625040 CPUtime=19.92 cores=1,3,5,7
/proc/9712/task/9713/stat : 9713 (java) R 9709 9712 7213 0 -1 4202560 2476 0 1 0 1989 3 0 0 20 0 19 0 8563054 9856040960 37935 33554432000 1073741824 1073778376 140736401271552 140369375305472 140369212276432 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9712/tid=9715] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9715/stat : 9715 (java) S 9709 9712 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8563055 9856040960 37935 33554432000 1073741824 1073778376 140736401271552 140369336806440 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9712/tid=9716] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9716/stat : 9716 (java) S 9709 9712 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8563055 9856040960 37935 33554432000 1073741824 1073778376 140736401271552 140369335753640 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9712/tid=9717] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9717/stat : 9717 (java) S 9709 9712 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8563055 9856040960 37935 33554432000 1073741824 1073778376 140736401271552 140369334700840 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9712/tid=9718] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9718/stat : 9718 (java) S 9709 9712 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8563055 9856040960 37935 33554432000 1073741824 1073778376 140736401271552 140369333648040 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9712/tid=9719] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9719/stat : 9719 (java) S 9709 9712 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8563055 9856040960 37935 33554432000 1073741824 1073778376 140736401271552 140369332595240 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9712/tid=9720] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9720/stat : 9720 (java) S 9709 9712 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8563055 9856040960 37935 33554432000 1073741824 1073778376 140736401271552 140369331542440 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9712/tid=9721] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9721/stat : 9721 (java) S 9709 9712 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8563055 9856040960 37935 33554432000 1073741824 1073778376 140736401271552 140369330489640 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9712/tid=9722] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9722/stat : 9722 (java) S 9709 9712 7213 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8563055 9856040960 37935 33554432000 1073741824 1073778376 140736401271552 140369211680936 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9712/tid=9723] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9723/stat : 9723 (java) S 9709 9712 7213 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8563056 9856040960 37935 33554432000 1073741824 1073778376 140736401271552 140369199483880 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9712/tid=9724] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9724/stat : 9724 (java) S 9709 9712 7213 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8563057 9856040960 37935 33554432000 1073741824 1073778376 140736401271552 140369198429944 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9712/tid=9725] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9725/stat : 9725 (java) S 9709 9712 7213 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8563057 9856040960 37935 33554432000 1073741824 1073778376 140736401271552 140369197377032 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9712/tid=9726] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9726/stat : 9726 (java) S 9709 9712 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8563059 9856040960 37935 33554432000 1073741824 1073778376 140736401271552 140369196325520 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9712/tid=9727] ppid=9709 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/9712/task/9727/stat : 9727 (java) S 9709 9712 7213 0 -1 4202560 5338 0 0 0 55 0 0 0 20 0 19 0 8563059 9856040960 37935 33554432000 1073741824 1073778376 140736401271552 140368456706488 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9712/tid=9728] ppid=9709 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/9712/task/9728/stat : 9728 (java) S 9709 9712 7213 0 -1 4202560 5698 0 0 0 63 0 0 0 20 0 19 0 8563059 9856040960 37935 33554432000 1073741824 1073778376 140736401271552 140368455653688 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9712/tid=9729] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9729/stat : 9729 (java) S 9709 9712 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8563059 9856040960 37935 33554432000 1073741824 1073778376 140736401271552 140368454601080 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9712/tid=9730] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9730/stat : 9730 (java) S 9709 9712 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8563059 9856040960 37935 33554432000 1073741824 1073778376 140736401271552 140368453548488 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9712/tid=9731] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9731/stat : 9731 (java) S 9709 9712 7213 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8563085 9856040960 37935 33554432000 1073741824 1073778376 140736401271552 140368452495016 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 21.2
Current children cumulated vsize (KiB) 9625040

[startup+20.4008 s]
/proc/loadavg: 2.14 2.14 2.00 4/213 9731
/proc/meminfo: memFree=30577672/32872528 swapFree=876280/941688
[pid=9712] ppid=9709 vsize=9625040 CPUtime=21.61 cores=1,3,5,7
/proc/9712/stat : 9712 (java) S 9709 9712 7213 0 -1 4202496 14790 0 1 0 2156 5 0 0 20 0 19 0 8563054 9856040960 38447 33554432000 1073741824 1073778376 140736401271552 140736401262688 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9712/statm: 2406260 38447 2271 9 0 2396937 0
[pid=9712/tid=9713] ppid=9709 vsize=9625040 CPUtime=20.32 cores=1,3,5,7
/proc/9712/task/9713/stat : 9713 (java) R 9709 9712 7213 0 -1 4202560 2477 0 1 0 2029 3 0 0 20 0 19 0 8563054 9856040960 38447 33554432000 1073741824 1073778376 140736401271552 140369375305472 140369212291926 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9712/tid=9715] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9715/stat : 9715 (java) S 9709 9712 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8563055 9856040960 38447 33554432000 1073741824 1073778376 140736401271552 140369336806440 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9712/tid=9716] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9716/stat : 9716 (java) S 9709 9712 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8563055 9856040960 38447 33554432000 1073741824 1073778376 140736401271552 140369335753640 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9712/tid=9717] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9717/stat : 9717 (java) S 9709 9712 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8563055 9856040960 38447 33554432000 1073741824 1073778376 140736401271552 140369334700840 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9712/tid=9718] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9718/stat : 9718 (java) S 9709 9712 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8563055 9856040960 38447 33554432000 1073741824 1073778376 140736401271552 140369333648040 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9712/tid=9719] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9719/stat : 9719 (java) S 9709 9712 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8563055 9856040960 38447 33554432000 1073741824 1073778376 140736401271552 140369332595240 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9712/tid=9720] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9720/stat : 9720 (java) S 9709 9712 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8563055 9856040960 38447 33554432000 1073741824 1073778376 140736401271552 140369331542440 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9712/tid=9721] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9721/stat : 9721 (java) S 9709 9712 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8563055 9856040960 38447 33554432000 1073741824 1073778376 140736401271552 140369330489640 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9712/tid=9722] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9722/stat : 9722 (java) S 9709 9712 7213 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8563055 9856040960 38447 33554432000 1073741824 1073778376 140736401271552 140369211680936 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9712/tid=9723] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9723/stat : 9723 (java) S 9709 9712 7213 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8563056 9856040960 38447 33554432000 1073741824 1073778376 140736401271552 140369199483880 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9712/tid=9724] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9724/stat : 9724 (java) S 9709 9712 7213 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8563057 9856040960 38447 33554432000 1073741824 1073778376 140736401271552 140369198429944 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9712/tid=9725] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9725/stat : 9725 (java) S 9709 9712 7213 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8563057 9856040960 38447 33554432000 1073741824 1073778376 140736401271552 140369197377032 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9712/tid=9726] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9726/stat : 9726 (java) S 9709 9712 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8563059 9856040960 38447 33554432000 1073741824 1073778376 140736401271552 140369196325520 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9712/tid=9727] ppid=9709 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/9712/task/9727/stat : 9727 (java) S 9709 9712 7213 0 -1 4202560 5338 0 0 0 55 0 0 0 20 0 19 0 8563059 9856040960 38447 33554432000 1073741824 1073778376 140736401271552 140368456706488 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9712/tid=9728] ppid=9709 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/9712/task/9728/stat : 9728 (java) S 9709 9712 7213 0 -1 4202560 5698 0 0 0 64 0 0 0 20 0 19 0 8563059 9856040960 38447 33554432000 1073741824 1073778376 140736401271552 140368455653688 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9712/tid=9729] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9729/stat : 9729 (java) S 9709 9712 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8563059 9856040960 38447 33554432000 1073741824 1073778376 140736401271552 140368454601080 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9712/tid=9730] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9730/stat : 9730 (java) S 9709 9712 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8563059 9856040960 38447 33554432000 1073741824 1073778376 140736401271552 140368453548488 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9712/tid=9731] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9731/stat : 9731 (java) S 9709 9712 7213 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8563085 9856040960 38447 33554432000 1073741824 1073778376 140736401271552 140368452495016 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 21.61
Current children cumulated vsize (KiB) 9625040

[startup+20.6007 s]
/proc/loadavg: 2.14 2.14 2.00 4/213 9731
/proc/meminfo: memFree=30577672/32872528 swapFree=876280/941688
[pid=9712] ppid=9709 vsize=9625040 CPUtime=21.81 cores=1,3,5,7
/proc/9712/stat : 9712 (java) S 9709 9712 7213 0 -1 4202496 14790 0 1 0 2176 5 0 0 20 0 19 0 8563054 9856040960 38447 33554432000 1073741824 1073778376 140736401271552 140736401262688 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9712/statm: 2406260 38447 2271 9 0 2396937 0
[pid=9712/tid=9713] ppid=9709 vsize=9625040 CPUtime=20.52 cores=1,3,5,7
/proc/9712/task/9713/stat : 9713 (java) R 9709 9712 7213 0 -1 4202560 2477 0 1 0 2049 3 0 0 20 0 19 0 8563054 9856040960 38447 33554432000 1073741824 1073778376 140736401271552 140369375305472 140369212244099 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9712/tid=9715] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9715/stat : 9715 (java) S 9709 9712 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8563055 9856040960 38447 33554432000 1073741824 1073778376 140736401271552 140369336806440 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9712/tid=9716] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9716/stat : 9716 (java) S 9709 9712 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8563055 9856040960 38447 33554432000 1073741824 1073778376 140736401271552 140369335753640 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9712/tid=9717] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9717/stat : 9717 (java) S 9709 9712 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8563055 9856040960 38447 33554432000 1073741824 1073778376 140736401271552 140369334700840 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9712/tid=9718] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9718/stat : 9718 (java) S 9709 9712 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8563055 9856040960 38447 33554432000 1073741824 1073778376 140736401271552 140369333648040 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9712/tid=9719] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9719/stat : 9719 (java) S 9709 9712 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8563055 9856040960 38447 33554432000 1073741824 1073778376 140736401271552 140369332595240 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9712/tid=9720] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9720/stat : 9720 (java) S 9709 9712 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8563055 9856040960 38447 33554432000 1073741824 1073778376 140736401271552 140369331542440 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9712/tid=9721] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9721/stat : 9721 (java) S 9709 9712 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8563055 9856040960 38447 33554432000 1073741824 1073778376 140736401271552 140369330489640 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9712/tid=9722] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9722/stat : 9722 (java) S 9709 9712 7213 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8563055 9856040960 38447 33554432000 1073741824 1073778376 140736401271552 140369211680936 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9712/tid=9723] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9723/stat : 9723 (java) S 9709 9712 7213 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8563056 9856040960 38447 33554432000 1073741824 1073778376 140736401271552 140369199483880 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9712/tid=9724] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9724/stat : 9724 (java) S 9709 9712 7213 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8563057 9856040960 38447 33554432000 1073741824 1073778376 140736401271552 140369198429944 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9712/tid=9725] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9725/stat : 9725 (java) S 9709 9712 7213 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8563057 9856040960 38447 33554432000 1073741824 1073778376 140736401271552 140369197377032 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9712/tid=9726] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9726/stat : 9726 (java) S 9709 9712 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8563059 9856040960 38447 33554432000 1073741824 1073778376 140736401271552 140369196325520 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9712/tid=9727] ppid=9709 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/9712/task/9727/stat : 9727 (java) S 9709 9712 7213 0 -1 4202560 5338 0 0 0 55 0 0 0 20 0 19 0 8563059 9856040960 38447 33554432000 1073741824 1073778376 140736401271552 140368456706488 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9712/tid=9728] ppid=9709 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/9712/task/9728/stat : 9728 (java) S 9709 9712 7213 0 -1 4202560 5698 0 0 0 64 0 0 0 20 0 19 0 8563059 9856040960 38447 33554432000 1073741824 1073778376 140736401271552 140368455653688 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9712/tid=9729] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9729/stat : 9729 (java) S 9709 9712 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8563059 9856040960 38447 33554432000 1073741824 1073778376 140736401271552 140368454601080 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9712/tid=9730] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9730/stat : 9730 (java) S 9709 9712 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8563059 9856040960 38447 33554432000 1073741824 1073778376 140736401271552 140368453548488 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9712/tid=9731] ppid=9709 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9712/task/9731/stat : 9731 (java) S 9709 9712 7213 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8563085 9856040960 38447 33554432000 1073741824 1073778376 140736401271552 140368452495016 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 21.81
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 20.6923
CPU time (s): 21.8697
CPU user time (s): 21.8087
CPU system time (s): 0.06099
CPU usage (%): 105.69
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.8087
system time used= 0.06099
maximum resident set size= 155896
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14814
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= 707
involuntary context switches= 96

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.12798 second user time and 0.150977 second system time

The end

Launcher Data

Begin job on node113 at 2016-06-16 10:19:01
IDJOB=4090585
IDBENCH=78885
IDSOLVER=2551
FILE ID=node113/4090585-1466065141
RUNJOBID= node113-1466062134-7230
PBS_JOBID= 19904023
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900584219--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090585-1466065141/watcher-4090585-1466065141 -o /tmp/evaluation-result-4090585-1466065141/solver-4090585-1466065141 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466062134-7230 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090585-1466065141.wbo

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

MD5SUM BENCH= 8d817301a4b1c2c9b4fea9d5d7fdc9d1
RANDOM SEED=561164477

node113.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.799
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	: 5333.59
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.799
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	: 5332.55
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.799
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	: 5332.56
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.799
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	: 5332.55
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.799
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	: 5332.55
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.799
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	: 5332.54
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.799
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	: 5332.54
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.799
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	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30718376 kB
Buffers:            7352 kB
Cached:            40056 kB
SwapCached:         2172 kB
Active:           490684 kB
Inactive:          23572 kB
Active(anon):     467876 kB
Inactive(anon):     1596 kB
Active(file):      22808 kB
Inactive(file):    21976 kB
Unevictable:      941688 kB
Mlocked:          876280 kB
SwapTotal:      67108856 kB
SwapFree:       67098712 kB
Dirty:               496 kB
Writeback:             0 kB
AnonPages:       1481228 kB
Mapped:            15356 kB
Shmem:                 0 kB
Slab:             565004 kB
SReclaimable:       8780 kB
SUnreclaim:       556224 kB
KernelStack:        1760 kB
PageTables:         7380 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1561040 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    579584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71740 MiB
End job on node113 at 2016-06-16 10:19:22