Trace number 4109976

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 25.6911 24.5482

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900550720--soft-66-100-0.wbo
MD5SUMae69d101397f3698be33e129d2355418
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 benchmark31.5362
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 constraints892
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 45060
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 45059
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 687
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-4109976-1466343807.wbo
0.11/0.10	c reading problem ... 
0.27/0.29	c ... done. Wall clock time 0.192s.
0.27/0.29	c declared #vars     231
0.27/0.29	c internal #vars     1123
0.27/0.29	c #constraints  2707
0.27/0.29	c constraints type 
0.27/0.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2530
0.27/0.29	c org.sat4j.minisat.constraints.card.MinWatchCard => 13
0.27/0.29	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 154
0.27/0.29	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 10
0.27/0.29	c 2707 constraints processed.
0.27/0.29	c objective function length is 892 literals
0.79/0.42	c SATISFIABLE
0.79/0.42	c OPTIMIZING...
0.79/0.42	c Got one! Elapsed wall clock time (in seconds):0.319
0.79/0.42	o 1230
0.79/0.46	c Got one! Elapsed wall clock time (in seconds):0.357
0.79/0.46	o 390
0.79/0.47	c Got one! Elapsed wall clock time (in seconds):0.371
0.79/0.47	o 374
1.05/0.51	c Got one! Elapsed wall clock time (in seconds):0.409
1.05/0.51	o 361
1.05/0.52	c Got one! Elapsed wall clock time (in seconds):0.418
1.05/0.52	o 354
1.05/0.53	c Got one! Elapsed wall clock time (in seconds):0.429
1.05/0.53	o 332
1.05/0.54	c Got one! Elapsed wall clock time (in seconds):0.443
1.05/0.54	o 326
1.05/0.56	c Got one! Elapsed wall clock time (in seconds):0.456
1.05/0.56	o 276
1.05/0.57	c Got one! Elapsed wall clock time (in seconds):0.47
1.05/0.57	o 259
1.05/0.58	c Got one! Elapsed wall clock time (in seconds):0.481
1.05/0.58	o 255
1.34/0.66	c Got one! Elapsed wall clock time (in seconds):0.557
1.34/0.66	o 249
1.70/0.80	c Got one! Elapsed wall clock time (in seconds):0.695
1.70/0.80	o 247
1.70/0.81	c Got one! Elapsed wall clock time (in seconds):0.707
1.70/0.81	o 229
1.70/0.83	c Got one! Elapsed wall clock time (in seconds):0.73
1.70/0.83	o 227
1.70/0.84	c Got one! Elapsed wall clock time (in seconds):0.742
1.70/0.84	o 225
1.70/0.85	c Got one! Elapsed wall clock time (in seconds):0.752
1.70/0.85	o 206
1.87/0.90	c Got one! Elapsed wall clock time (in seconds):0.798
1.87/0.90	o 205
1.87/0.91	c Got one! Elapsed wall clock time (in seconds):0.805
1.87/0.91	o 186
1.87/0.92	c Got one! Elapsed wall clock time (in seconds):0.817
1.87/0.92	o 176
1.87/0.93	c Got one! Elapsed wall clock time (in seconds):0.828
1.87/0.93	o 152
2.19/1.24	c cleaning 4391 clauses out of 8797 with flag 15153/8797
2.19/1.29	c Got one! Elapsed wall clock time (in seconds):1.185
2.19/1.29	o 146
2.32/1.32	c Got one! Elapsed wall clock time (in seconds):1.219
2.32/1.32	o 145
2.32/1.34	c Got one! Elapsed wall clock time (in seconds):1.237
2.32/1.34	o 139
2.57/1.54	c Got one! Elapsed wall clock time (in seconds):1.436
2.57/1.54	o 136
2.57/1.57	c Got one! Elapsed wall clock time (in seconds):1.465
2.57/1.57	o 130
2.57/1.60	c Got one! Elapsed wall clock time (in seconds):1.494
2.57/1.60	o 124
2.67/1.62	c Got one! Elapsed wall clock time (in seconds):1.52
2.67/1.62	o 123
2.67/1.64	c Got one! Elapsed wall clock time (in seconds):1.537
2.67/1.64	o 113
2.97/1.94	c cleaning 6123 clauses out of 12260 with flag 17518/16651
2.97/1.95	c Got one! Elapsed wall clock time (in seconds):1.844
2.97/1.95	o 108
3.08/2.01	c Got one! Elapsed wall clock time (in seconds):1.906
3.08/2.01	o 96
3.08/2.08	c Got one! Elapsed wall clock time (in seconds):1.979
3.08/2.08	o 94
3.18/2.14	c Got one! Elapsed wall clock time (in seconds):2.036
3.18/2.14	o 93
3.39/2.34	c Got one! Elapsed wall clock time (in seconds):2.24
3.39/2.34	o 82
3.39/2.38	c Got one! Elapsed wall clock time (in seconds):2.282
3.39/2.38	o 70
3.68/2.66	c cleaning 7267 clauses out of 14548 with flag 22911/25062
3.80/2.76	c Got one! Elapsed wall clock time (in seconds):2.663
3.80/2.76	o 69
4.20/3.11	c cleaning 6340 clauses out of 12704 with flag 26971/30485
4.60/3.51	c Got one! Elapsed wall clock time (in seconds):3.41
4.60/3.51	o 68
4.60/3.59	c cleaning 6040 clauses out of 12086 with flag 8544/36207
4.70/3.68	c Got one! Elapsed wall clock time (in seconds):3.581
4.70/3.68	o 64
4.80/3.71	c Got one! Elapsed wall clock time (in seconds):3.612
4.80/3.71	o 63
5.09/4.06	c cleaning 5893 clauses out of 11791 with flag 33395/41952
5.29/4.27	c Got one! Elapsed wall clock time (in seconds):4.172
5.29/4.27	o 62
5.51/4.45	c Got one! Elapsed wall clock time (in seconds):4.345
5.51/4.45	o 61
5.61/4.51	c Got one! Elapsed wall clock time (in seconds):4.405
5.61/4.51	o 54
5.61/4.58	c cleaning 6416 clauses out of 12844 with flag 7949/48898
5.80/4.70	c Got one! Elapsed wall clock time (in seconds):4.595
5.80/4.70	o 52
6.00/4.92	c Got one! Elapsed wall clock time (in seconds):4.823
6.00/4.92	o 40
6.00/5.00	c Got one! Elapsed wall clock time (in seconds):4.894
6.00/5.00	o 38
6.21/5.16	c cleaning 7016 clauses out of 14042 with flag 15772/56512
6.21/5.19	c Got one! Elapsed wall clock time (in seconds):5.092
6.21/5.19	o 34
6.31/5.24	c Got one! Elapsed wall clock time (in seconds):5.139
6.31/5.24	o 28
6.72/5.60	c cleaning 6685 clauses out of 13371 with flag 40326/62857
6.92/5.88	c Got one! Elapsed wall clock time (in seconds):5.78
6.92/5.88	o 19
7.12/6.03	c cleaning 6258 clauses out of 12521 with flag 14966/68692
7.52/6.44	c cleaning 6128 clauses out of 12262 with flag 61378/74691
7.52/6.46	c Got one! Elapsed wall clock time (in seconds):6.357
7.52/6.46	o 18
7.62/6.58	c Got one! Elapsed wall clock time (in seconds):6.481
7.62/6.58	o 16
7.92/6.83	c cleaning 6110 clauses out of 12261 with flag 28410/80818
8.12/7.07	c Got one! Elapsed wall clock time (in seconds):6.967
8.12/7.07	o 15
8.22/7.14	c cleaning 5728 clauses out of 11468 with flag 7968/86135
8.64/7.54	c cleaning 5868 clauses out of 11738 with flag 56044/92133
9.14/8.07	c cleaning 6431 clauses out of 12869 with flag 113842/99132
9.74/8.64	c cleaning 7201 clauses out of 14438 with flag 178053/107132
10.55/9.44	c cleaning 8112 clauses out of 16239 with flag 261729/116134
10.75/9.63	c Got one! Elapsed wall clock time (in seconds):9.527
10.75/9.63	o 14
11.05/9.91	c cleaning 6702 clauses out of 13418 with flag 25990/121425
11.55/10.40	c cleaning 6351 clauses out of 12716 with flag 74462/127425
11.55/10.45	c Got one! Elapsed wall clock time (in seconds):10.352
11.55/10.45	o 6
11.85/10.79	c cleaning 6047 clauses out of 12111 with flag 34964/133171
12.35/11.21	c cleaning 6018 clauses out of 12063 with flag 82012/139170
12.84/11.73	c cleaning 6504 clauses out of 13044 with flag 137682/146169
13.44/12.32	c cleaning 7258 clauses out of 14541 with flag 202489/154170
14.14/13.04	c cleaning 8127 clauses out of 16284 with flag 281637/163171
15.04/13.90	c cleaning 9045 clauses out of 18155 with flag 374682/173169
15.84/14.79	c Got one! Elapsed wall clock time (in seconds):14.692
15.84/14.79	o 5
16.37/15.27	c cleaning 12074 clauses out of 24152 with flag 33888/188211
16.87/15.76	c cleaning 9017 clauses out of 18078 with flag 77092/194211
17.47/16.32	c cleaning 8018 clauses out of 16060 with flag 128456/201210
17.57/16.49	c Got one! Elapsed wall clock time (in seconds):16.393
17.57/16.49	o 4
17.98/16.82	c cleaning 6794 clauses out of 13616 with flag 30712/206784
18.48/17.30	c cleaning 6407 clauses out of 12824 with flag 78531/212786
18.98/17.86	c cleaning 6699 clauses out of 13418 with flag 132065/219788
19.18/18.03	c Got one! Elapsed wall clock time (in seconds):17.928
19.18/18.03	o 3
19.38/18.27	c cleaning 6005 clauses out of 12032 with flag 18165/225102
19.89/18.71	c cleaning 6011 clauses out of 12028 with flag 55793/231103
20.48/19.37	c cleaning 6503 clauses out of 13015 with flag 104154/238101
20.78/19.60	c Got one! Elapsed wall clock time (in seconds):19.501
20.78/19.60	o 2
20.88/19.76	c cleaning 5812 clauses out of 11650 with flag 11004/243239
21.28/20.17	c Got one! Elapsed wall clock time (in seconds):20.064
21.28/20.17	o 1
21.68/20.54	c cleaning 8137 clauses out of 16284 with flag 26899/253685
22.19/21.01	c cleaning 7066 clauses out of 14147 with flag 64435/259685
22.68/21.55	c cleaning 7034 clauses out of 14082 with flag 109951/266686
23.19/22.08	c cleaning 7524 clauses out of 15049 with flag 155741/274688
23.78/22.66	c cleaning 8257 clauses out of 16521 with flag 200402/283685
24.59/23.45	c cleaning 9129 clauses out of 18264 with flag 252665/293685
25.40/24.30	c cleaning 10061 clauses out of 20136 with flag 309968/304687
25.69/24.54	c starts		: 178
25.69/24.54	c conflicts		: 310704
25.69/24.54	c decisions		: 517814
25.69/24.54	c propagations		: 18500207
25.69/24.54	c inspects		: 340208812
25.69/24.54	c shortcuts		: 0
25.69/24.54	c learnt literals	: 22
25.69/24.54	c learnt binary clauses	: 49
25.69/24.54	c learnt ternary clauses	: 475
25.69/24.54	c learnt constraints	: 310681
25.69/24.54	c ignored constraints	: 0
25.69/24.54	c root simplifications	: 0
25.69/24.54	c removed literals (reason simplification)	: 0
25.69/24.54	c reason swapping (by a shorter reason)	: 0
25.69/24.54	c Calls to reduceDB	: 42
25.69/24.54	c Number of update (reduction) of LBD	: 113112
25.69/24.54	c Imported unit clauses	: 0
25.69/24.54	c number of reductions to clauses (during analyze)	: 0
25.69/24.54	c number of learned constraints concerned by reduction	: 0
25.69/24.54	c number of learning phase by resolution	: 0
25.69/24.54	c number of learning phase by cutting planes	: 0
25.69/24.54	c speed (assignments/second)	: 763304.3280934109
25.69/24.54	c non guided choices	6569
25.69/24.54	c learnt constraints type 
25.69/24.54	s OPTIMUM FOUND
25.69/24.54	c Found 57 solution(s)
25.69/24.54	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 
25.69/24.54	c objective function=1
25.69/24.54	c Total wall clock time (in seconds): 24.439

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-4109976-1466343807/watcher-4109976-1466343807 -o /tmp/evaluation-result-4109976-1466343807/solver-4109976-1466343807 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1466341824-18888 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4109976-1466343807.wbo 

pid=20474
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.16 2.11 1.82 6/194 20477
/proc/meminfo: memFree=31208668/32872528 swapFree=526336/559040
[pid=20477] ppid=20474 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/20477/stat : 20477 (java) S 20474 20477 18872 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 36430806 98570240 976 33554432000 1073741824 1073778376 140733457432384 140733457423520 270121599037 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20477/statm: 24065 976 743 9 0 16771 0
[pid=20477/tid=20478] ppid=20474 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20478/stat : 20478 (java) R 20474 20477 18872 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 36430807 98570240 977 33554432000 1073741824 1073778376 140733457432384 140616931483176 270118241664 0 0 4096 0 0 0 0 -1 4 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 2.16 2.11 1.82 6/194 20477
/proc/meminfo: memFree=31208668/32872528 swapFree=526336/559040
[pid=20477] ppid=20474 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/20477/stat : 20477 (java) S 20474 20477 18872 0 -1 4202496 4493 0 1 0 9 2 0 0 20 0 18 0 36430806 9787879424 6124 33554432000 1073741824 1073778376 140733457432384 140733457423520 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20477/statm: 2389619 6124 2157 9 0 2380296 0
[pid=20477/tid=20478] ppid=20474 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/20477/task/20478/stat : 20478 (java) R 20474 20477 18872 0 -1 4202560 2379 0 1 0 6 1 0 0 20 0 18 0 36430807 9787879424 6124 33554432000 1073741824 1073778376 140733457432384 140616931486624 270121624845 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200274 s]
/proc/loadavg: 2.16 2.11 1.82 6/194 20477
/proc/meminfo: memFree=31208668/32872528 swapFree=526336/559040
[pid=20477] ppid=20474 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/20477/stat : 20477 (java) S 20474 20477 18872 0 -1 4202496 4778 0 1 0 25 2 0 0 20 0 18 0 36430806 9787879424 6834 33554432000 1073741824 1073778376 140733457432384 140733457423520 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20477/statm: 2389619 6834 2214 9 0 2380296 0
[pid=20477/tid=20478] ppid=20474 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/20477/task/20478/stat : 20478 (java) R 20474 20477 18872 0 -1 4202560 2397 0 1 0 16 1 0 0 20 0 18 0 36430807 9787879424 6834 33554432000 1073741824 1073778376 140733457432384 140616931486624 140616776359472 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300256 s]
/proc/loadavg: 2.16 2.11 1.82 6/194 20477
/proc/meminfo: memFree=31208668/32872528 swapFree=526336/559040
[pid=20477] ppid=20474 vsize=9558476 CPUtime=0.5 cores=0,2,4,6
/proc/20477/stat : 20477 (java) S 20474 20477 18872 0 -1 4202496 5873 0 1 0 48 2 0 0 20 0 18 0 36430806 9787879424 8379 33554432000 1073741824 1073778376 140733457432384 140733457423520 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20477/statm: 2389619 8379 2239 9 0 2380296 0
[pid=20477/tid=20478] ppid=20474 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/20477/task/20478/stat : 20478 (java) R 20474 20477 18872 0 -1 4202560 2410 0 1 0 26 1 0 0 20 0 18 0 36430807 9787879424 8379 33554432000 1073741824 1073778376 140733457432384 140616931487752 18446744073699066188 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700317 s]
/proc/loadavg: 2.16 2.11 1.82 6/194 20477
/proc/meminfo: memFree=31208668/32872528 swapFree=526336/559040
[pid=20477] ppid=20474 vsize=9625040 CPUtime=1.6 cores=0,2,4,6
/proc/20477/stat : 20477 (java) S 20474 20477 18872 0 -1 4202496 13432 0 1 0 156 4 0 0 20 0 19 0 36430806 9856040960 12752 33554432000 1073741824 1073778376 140733457432384 140733457423520 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20477/statm: 2406260 12752 2260 9 0 2396937 0
[pid=20477/tid=20478] ppid=20474 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/20477/task/20478/stat : 20478 (java) R 20474 20477 18872 0 -1 4202560 2419 0 1 0 66 1 0 0 20 0 19 0 36430807 9856040960 12752 33554432000 1073741824 1073778376 140733457432384 140616931479856 140616776876535 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.6
Current children cumulated vsize (KiB) 9625040

[startup+1.50075 s]
/proc/loadavg: 2.16 2.11 1.82 3/213 20496
/proc/meminfo: memFree=31153240/32872528 swapFree=526336/559040
[pid=20477] ppid=20474 vsize=9625040 CPUtime=2.57 cores=0,2,4,6
/proc/20477/stat : 20477 (java) S 20474 20477 18872 0 -1 4202496 13450 0 1 0 253 4 0 0 20 0 19 0 36430806 9856040960 14301 33554432000 1073741824 1073778376 140733457432384 140733457423520 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20477/statm: 2406260 14301 2270 9 0 2396937 0
[pid=20477/tid=20478] ppid=20474 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/20477/task/20478/stat : 20478 (java) R 20474 20477 18872 0 -1 4202560 2425 0 1 0 145 2 0 0 20 0 19 0 36430807 9856040960 14301 33554432000 1073741824 1073778376 140733457432384 140616931479784 140616776913043 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20477/tid=20480] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20480/stat : 20480 (java) S 20474 20477 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430807 9856040960 14301 33554432000 1073741824 1073778376 140733457432384 140616903940520 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20477/tid=20481] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20481/stat : 20481 (java) S 20474 20477 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430807 9856040960 14301 33554432000 1073741824 1073778376 140733457432384 140616902887976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20477/tid=20482] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20482/stat : 20482 (java) S 20474 20477 18872 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36430807 9856040960 14301 33554432000 1073741824 1073778376 140733457432384 140616901834920 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20477/tid=20483] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20483/stat : 20483 (java) S 20474 20477 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430807 9856040960 14301 33554432000 1073741824 1073778376 140733457432384 140616900782376 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20477/tid=20484] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20484/stat : 20484 (java) S 20474 20477 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430807 9856040960 14301 33554432000 1073741824 1073778376 140733457432384 140616899730344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20477/tid=20485] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20485/stat : 20485 (java) S 20474 20477 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430807 9856040960 14301 33554432000 1073741824 1073778376 140733457432384 140616898677800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20477/tid=20486] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20486/stat : 20486 (java) S 20474 20477 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430807 9856040960 14301 33554432000 1073741824 1073778376 140733457432384 140616897624744 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20477/tid=20487] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20487/stat : 20487 (java) S 20474 20477 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36430807 9856040960 14301 33554432000 1073741824 1073778376 140733457432384 140616896572200 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20477/tid=20488] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20488/stat : 20488 (java) S 20474 20477 18872 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36430809 9856040960 14301 33554432000 1073741824 1073778376 140733457432384 140616285530472 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20477/tid=20489] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20489/stat : 20489 (java) S 20474 20477 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36430809 9856040960 14301 33554432000 1073741824 1073778376 140733457432384 140616284476792 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20477/tid=20490] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20490/stat : 20490 (java) S 20474 20477 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36430809 9856040960 14301 33554432000 1073741824 1073778376 140733457432384 140616283423624 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20477/tid=20491] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20491/stat : 20491 (java) S 20474 20477 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430811 9856040960 14301 33554432000 1073741824 1073778376 140733457432384 140616282372368 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20477/tid=20492] ppid=20474 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/20477/task/20492/stat : 20492 (java) R 20474 20477 18872 0 -1 4202560 5936 0 0 0 54 1 0 0 20 0 19 0 36430811 9856040960 14301 33554432000 1073741824 1073778376 140733457432384 140616281320128 140616935576677 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=20477/tid=20493] ppid=20474 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/20477/task/20493/stat : 20493 (java) S 20474 20477 18872 0 -1 4202560 3811 0 0 0 50 0 0 0 20 0 19 0 36430811 9856040960 14301 33554432000 1073741824 1073778376 140733457432384 140616280267704 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20477/tid=20494] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20494/stat : 20494 (java) S 20474 20477 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430811 9856040960 14301 33554432000 1073741824 1073778376 140733457432384 140616279214840 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20477/tid=20495] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20495/stat : 20495 (java) S 20474 20477 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430811 9856040960 14301 33554432000 1073741824 1073778376 140733457432384 140616278162504 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20477/tid=20496] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20496/stat : 20496 (java) S 20474 20477 18872 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36430837 9856040960 14301 33554432000 1073741824 1073778376 140733457432384 140616277107752 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.57
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 2.16 2.11 1.82 3/213 20496
/proc/meminfo: memFree=31124832/32872528 swapFree=526336/559040
[pid=20477] ppid=20474 vsize=9625040 CPUtime=4.2 cores=0,2,4,6
/proc/20477/stat : 20477 (java) S 20474 20477 18872 0 -1 4202496 13457 0 1 0 416 4 0 0 20 0 19 0 36430806 9856040960 16861 33554432000 1073741824 1073778376 140733457432384 140733457423520 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20477/statm: 2406260 16861 2270 9 0 2396937 0
[pid=20477/tid=20478] ppid=20474 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/20477/task/20478/stat : 20478 (java) R 20474 20477 18872 0 -1 4202560 2432 0 1 0 305 2 0 0 20 0 19 0 36430807 9856040960 16861 33554432000 1073741824 1073778376 140733457432384 140616931488184 140616776848576 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20477/tid=20480] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20480/stat : 20480 (java) S 20474 20477 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430807 9856040960 16861 33554432000 1073741824 1073778376 140733457432384 140616903940520 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20477/tid=20481] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20481/stat : 20481 (java) S 20474 20477 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430807 9856040960 16861 33554432000 1073741824 1073778376 140733457432384 140616902887976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20477/tid=20482] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20482/stat : 20482 (java) S 20474 20477 18872 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36430807 9856040960 16861 33554432000 1073741824 1073778376 140733457432384 140616901834920 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20477/tid=20483] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20483/stat : 20483 (java) S 20474 20477 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430807 9856040960 16861 33554432000 1073741824 1073778376 140733457432384 140616900782376 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20477/tid=20484] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20484/stat : 20484 (java) S 20474 20477 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430807 9856040960 16861 33554432000 1073741824 1073778376 140733457432384 140616899730344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20477/tid=20485] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20485/stat : 20485 (java) S 20474 20477 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430807 9856040960 16861 33554432000 1073741824 1073778376 140733457432384 140616898677800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20477/tid=20486] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20486/stat : 20486 (java) S 20474 20477 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430807 9856040960 16861 33554432000 1073741824 1073778376 140733457432384 140616897624744 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20477/tid=20487] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20487/stat : 20487 (java) S 20474 20477 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36430807 9856040960 16861 33554432000 1073741824 1073778376 140733457432384 140616896572200 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20477/tid=20488] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20488/stat : 20488 (java) S 20474 20477 18872 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36430809 9856040960 16861 33554432000 1073741824 1073778376 140733457432384 140616285530472 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20477/tid=20489] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20489/stat : 20489 (java) S 20474 20477 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36430809 9856040960 16861 33554432000 1073741824 1073778376 140733457432384 140616284476792 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20477/tid=20490] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20490/stat : 20490 (java) S 20474 20477 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36430809 9856040960 16861 33554432000 1073741824 1073778376 140733457432384 140616283423624 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20477/tid=20491] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20491/stat : 20491 (java) S 20474 20477 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430811 9856040960 16861 33554432000 1073741824 1073778376 140733457432384 140616282372368 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20477/tid=20492] ppid=20474 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/20477/task/20492/stat : 20492 (java) S 20474 20477 18872 0 -1 4202560 5936 0 0 0 54 1 0 0 20 0 19 0 36430811 9856040960 16861 33554432000 1073741824 1073778376 140733457432384 140616281320248 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20477/tid=20493] ppid=20474 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/20477/task/20493/stat : 20493 (java) S 20474 20477 18872 0 -1 4202560 3811 0 0 0 52 0 0 0 20 0 19 0 36430811 9856040960 16861 33554432000 1073741824 1073778376 140733457432384 140616280267704 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20477/tid=20494] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20494/stat : 20494 (java) S 20474 20477 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430811 9856040960 16861 33554432000 1073741824 1073778376 140733457432384 140616279214840 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20477/tid=20495] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20495/stat : 20495 (java) S 20474 20477 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430811 9856040960 16861 33554432000 1073741824 1073778376 140733457432384 140616278162504 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20477/tid=20496] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20496/stat : 20496 (java) S 20474 20477 18872 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36430837 9856040960 16861 33554432000 1073741824 1073778376 140733457432384 140616277107752 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.2
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 2.14 2.11 1.82 3/213 20496
/proc/meminfo: memFree=31094456/32872528 swapFree=526336/559040
[pid=20477] ppid=20474 vsize=9625040 CPUtime=7.42 cores=0,2,4,6
/proc/20477/stat : 20477 (java) S 20474 20477 18872 0 -1 4202496 13465 0 1 0 738 4 0 0 20 0 19 0 36430806 9856040960 20364 33554432000 1073741824 1073778376 140733457432384 140733457423520 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20477/statm: 2406260 20364 2270 9 0 2396937 0
[pid=20477/tid=20478] ppid=20474 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/20477/task/20478/stat : 20478 (java) R 20474 20477 18872 0 -1 4202560 2440 0 1 0 624 2 0 0 20 0 19 0 36430807 9856040960 20364 33554432000 1073741824 1073778376 140733457432384 140616931479232 140616776837515 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20477/tid=20480] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20480/stat : 20480 (java) S 20474 20477 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430807 9856040960 20364 33554432000 1073741824 1073778376 140733457432384 140616903940520 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20477/tid=20481] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20481/stat : 20481 (java) S 20474 20477 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430807 9856040960 20364 33554432000 1073741824 1073778376 140733457432384 140616902887976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20477/tid=20482] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20482/stat : 20482 (java) S 20474 20477 18872 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36430807 9856040960 20364 33554432000 1073741824 1073778376 140733457432384 140616901834920 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20477/tid=20483] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20483/stat : 20483 (java) S 20474 20477 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430807 9856040960 20364 33554432000 1073741824 1073778376 140733457432384 140616900782376 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20477/tid=20484] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20484/stat : 20484 (java) S 20474 20477 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430807 9856040960 20364 33554432000 1073741824 1073778376 140733457432384 140616899730344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20477/tid=20485] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20485/stat : 20485 (java) S 20474 20477 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430807 9856040960 20364 33554432000 1073741824 1073778376 140733457432384 140616898677800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20477/tid=20486] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20486/stat : 20486 (java) S 20474 20477 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430807 9856040960 20364 33554432000 1073741824 1073778376 140733457432384 140616897624744 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20477/tid=20487] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20487/stat : 20487 (java) S 20474 20477 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36430807 9856040960 20364 33554432000 1073741824 1073778376 140733457432384 140616896572200 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20477/tid=20488] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20488/stat : 20488 (java) S 20474 20477 18872 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36430809 9856040960 20364 33554432000 1073741824 1073778376 140733457432384 140616285530472 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20477/tid=20489] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20489/stat : 20489 (java) S 20474 20477 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36430809 9856040960 20364 33554432000 1073741824 1073778376 140733457432384 140616284476792 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20477/tid=20490] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20490/stat : 20490 (java) S 20474 20477 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36430809 9856040960 20364 33554432000 1073741824 1073778376 140733457432384 140616283423624 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20477/tid=20491] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20491/stat : 20491 (java) S 20474 20477 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430811 9856040960 20364 33554432000 1073741824 1073778376 140733457432384 140616282372368 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20477/tid=20492] ppid=20474 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/20477/task/20492/stat : 20492 (java) S 20474 20477 18872 0 -1 4202560 5936 0 0 0 57 1 0 0 20 0 19 0 36430811 9856040960 20364 33554432000 1073741824 1073778376 140733457432384 140616281320248 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20477/tid=20493] ppid=20474 vsize=9625040 CPUtime=0.52 cores=0,2,4,6

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

[pid=20477/tid=20482] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20482/stat : 20482 (java) S 20474 20477 18872 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36430807 9856040960 34701 33554432000 1073741824 1073778376 140733457432384 140616901834920 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20477/tid=20483] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20483/stat : 20483 (java) S 20474 20477 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430807 9856040960 34701 33554432000 1073741824 1073778376 140733457432384 140616900782376 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20477/tid=20484] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20484/stat : 20484 (java) S 20474 20477 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430807 9856040960 34701 33554432000 1073741824 1073778376 140733457432384 140616899730344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20477/tid=20485] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20485/stat : 20485 (java) S 20474 20477 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430807 9856040960 34701 33554432000 1073741824 1073778376 140733457432384 140616898677800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20477/tid=20486] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20486/stat : 20486 (java) S 20474 20477 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430807 9856040960 34701 33554432000 1073741824 1073778376 140733457432384 140616897624744 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20477/tid=20487] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20487/stat : 20487 (java) S 20474 20477 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36430807 9856040960 34701 33554432000 1073741824 1073778376 140733457432384 140616896572200 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20477/tid=20488] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20488/stat : 20488 (java) S 20474 20477 18872 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36430809 9856040960 34701 33554432000 1073741824 1073778376 140733457432384 140616285530472 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20477/tid=20489] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20489/stat : 20489 (java) S 20474 20477 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36430809 9856040960 34701 33554432000 1073741824 1073778376 140733457432384 140616284476792 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20477/tid=20490] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20490/stat : 20490 (java) S 20474 20477 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36430809 9856040960 34701 33554432000 1073741824 1073778376 140733457432384 140616283423624 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20477/tid=20491] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20491/stat : 20491 (java) S 20474 20477 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430811 9856040960 34701 33554432000 1073741824 1073778376 140733457432384 140616282372368 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20477/tid=20492] ppid=20474 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/20477/task/20492/stat : 20492 (java) S 20474 20477 18872 0 -1 4202560 5937 0 0 0 59 1 0 0 20 0 19 0 36430811 9856040960 34701 33554432000 1073741824 1073778376 140733457432384 140616281320248 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20477/tid=20493] ppid=20474 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/20477/task/20493/stat : 20493 (java) S 20474 20477 18872 0 -1 4202560 3811 0 0 0 57 0 0 0 20 0 19 0 36430811 9856040960 34701 33554432000 1073741824 1073778376 140733457432384 140616280267704 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20477/tid=20494] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20494/stat : 20494 (java) S 20474 20477 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430811 9856040960 34701 33554432000 1073741824 1073778376 140733457432384 140616279214840 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20477/tid=20495] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20495/stat : 20495 (java) S 20474 20477 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430811 9856040960 34701 33554432000 1073741824 1073778376 140733457432384 140616278162504 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20477/tid=20496] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20496/stat : 20496 (java) S 20474 20477 18872 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36430837 9856040960 34701 33554432000 1073741824 1073778376 140733457432384 140616277107752 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 24.4
Current children cumulated vsize (KiB) 9625040

[startup+24.0008 s]
/proc/loadavg: 2.11 2.10 1.82 4/213 20496
/proc/meminfo: memFree=30983796/32872528 swapFree=526336/559040
[pid=20477] ppid=20474 vsize=9625040 CPUtime=25.19 cores=0,2,4,6
/proc/20477/stat : 20477 (java) S 20474 20477 18872 0 -1 4202496 13498 0 1 0 2514 5 0 0 20 0 19 0 36430806 9856040960 35213 33554432000 1073741824 1073778376 140733457432384 140733457423520 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20477/statm: 2406260 35213 2271 9 0 2396937 0
[pid=20477/tid=20478] ppid=20474 vsize=9625040 CPUtime=23.91 cores=0,2,4,6
/proc/20477/task/20478/stat : 20478 (java) R 20474 20477 18872 0 -1 4202560 2472 0 1 0 2388 3 0 0 20 0 19 0 36430807 9856040960 35213 33554432000 1073741824 1073778376 140733457432384 140616931479280 140616776913069 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20477/tid=20480] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20480/stat : 20480 (java) S 20474 20477 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430807 9856040960 35213 33554432000 1073741824 1073778376 140733457432384 140616903940520 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20477/tid=20481] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20481/stat : 20481 (java) S 20474 20477 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430807 9856040960 35213 33554432000 1073741824 1073778376 140733457432384 140616902887976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20477/tid=20482] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20482/stat : 20482 (java) S 20474 20477 18872 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36430807 9856040960 35213 33554432000 1073741824 1073778376 140733457432384 140616901834920 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20477/tid=20483] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20483/stat : 20483 (java) S 20474 20477 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430807 9856040960 35213 33554432000 1073741824 1073778376 140733457432384 140616900782376 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20477/tid=20484] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20484/stat : 20484 (java) S 20474 20477 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430807 9856040960 35213 33554432000 1073741824 1073778376 140733457432384 140616899730344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20477/tid=20485] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20485/stat : 20485 (java) S 20474 20477 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430807 9856040960 35213 33554432000 1073741824 1073778376 140733457432384 140616898677800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20477/tid=20486] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20486/stat : 20486 (java) S 20474 20477 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430807 9856040960 35213 33554432000 1073741824 1073778376 140733457432384 140616897624744 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20477/tid=20487] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20487/stat : 20487 (java) S 20474 20477 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36430807 9856040960 35213 33554432000 1073741824 1073778376 140733457432384 140616896572200 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20477/tid=20488] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20488/stat : 20488 (java) S 20474 20477 18872 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36430809 9856040960 35213 33554432000 1073741824 1073778376 140733457432384 140616285530472 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20477/tid=20489] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20489/stat : 20489 (java) S 20474 20477 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36430809 9856040960 35213 33554432000 1073741824 1073778376 140733457432384 140616284476792 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20477/tid=20490] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20490/stat : 20490 (java) S 20474 20477 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36430809 9856040960 35213 33554432000 1073741824 1073778376 140733457432384 140616283423624 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20477/tid=20491] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20491/stat : 20491 (java) S 20474 20477 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430811 9856040960 35213 33554432000 1073741824 1073778376 140733457432384 140616282372368 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20477/tid=20492] ppid=20474 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/20477/task/20492/stat : 20492 (java) S 20474 20477 18872 0 -1 4202560 5937 0 0 0 59 1 0 0 20 0 19 0 36430811 9856040960 35213 33554432000 1073741824 1073778376 140733457432384 140616281320248 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20477/tid=20493] ppid=20474 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/20477/task/20493/stat : 20493 (java) S 20474 20477 18872 0 -1 4202560 3811 0 0 0 57 0 0 0 20 0 19 0 36430811 9856040960 35213 33554432000 1073741824 1073778376 140733457432384 140616280267704 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20477/tid=20494] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20494/stat : 20494 (java) S 20474 20477 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430811 9856040960 35213 33554432000 1073741824 1073778376 140733457432384 140616279214840 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20477/tid=20495] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20495/stat : 20495 (java) S 20474 20477 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430811 9856040960 35213 33554432000 1073741824 1073778376 140733457432384 140616278162504 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20477/tid=20496] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20496/stat : 20496 (java) S 20474 20477 18872 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36430837 9856040960 35213 33554432000 1073741824 1073778376 140733457432384 140616277107752 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 9625040

[startup+24.4009 s]
/proc/loadavg: 2.11 2.10 1.82 5/212 20560
/proc/meminfo: memFree=31063928/32872528 swapFree=526336/559040
[pid=20477] ppid=20474 vsize=9625040 CPUtime=25.59 cores=0,2,4,6
/proc/20477/stat : 20477 (java) S 20474 20477 18872 0 -1 4202496 13499 0 1 0 2554 5 0 0 20 0 19 0 36430806 9856040960 35213 33554432000 1073741824 1073778376 140733457432384 140733457423520 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20477/statm: 2406260 35213 2271 9 0 2396937 0
[pid=20477/tid=20478] ppid=20474 vsize=9625040 CPUtime=24.31 cores=0,2,4,6
/proc/20477/task/20478/stat : 20478 (java) R 20474 20477 18872 0 -1 4202560 2473 0 1 0 2428 3 0 0 20 0 19 0 36430807 9856040960 35213 33554432000 1073741824 1073778376 140733457432384 140616931488248 140616776876540 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20477/tid=20480] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20480/stat : 20480 (java) S 20474 20477 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430807 9856040960 35213 33554432000 1073741824 1073778376 140733457432384 140616903940520 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20477/tid=20481] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20481/stat : 20481 (java) S 20474 20477 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430807 9856040960 35213 33554432000 1073741824 1073778376 140733457432384 140616902887976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20477/tid=20482] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20482/stat : 20482 (java) S 20474 20477 18872 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36430807 9856040960 35213 33554432000 1073741824 1073778376 140733457432384 140616901834920 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20477/tid=20483] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20483/stat : 20483 (java) S 20474 20477 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430807 9856040960 35213 33554432000 1073741824 1073778376 140733457432384 140616900782376 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20477/tid=20484] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20484/stat : 20484 (java) S 20474 20477 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430807 9856040960 35213 33554432000 1073741824 1073778376 140733457432384 140616899730344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20477/tid=20485] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20485/stat : 20485 (java) S 20474 20477 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430807 9856040960 35213 33554432000 1073741824 1073778376 140733457432384 140616898677800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20477/tid=20486] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20486/stat : 20486 (java) S 20474 20477 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430807 9856040960 35213 33554432000 1073741824 1073778376 140733457432384 140616897624744 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20477/tid=20487] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20487/stat : 20487 (java) S 20474 20477 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36430807 9856040960 35213 33554432000 1073741824 1073778376 140733457432384 140616896572200 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20477/tid=20488] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20488/stat : 20488 (java) S 20474 20477 18872 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36430809 9856040960 35213 33554432000 1073741824 1073778376 140733457432384 140616285530472 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20477/tid=20489] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20489/stat : 20489 (java) S 20474 20477 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36430809 9856040960 35213 33554432000 1073741824 1073778376 140733457432384 140616284476792 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20477/tid=20490] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20490/stat : 20490 (java) S 20474 20477 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36430809 9856040960 35213 33554432000 1073741824 1073778376 140733457432384 140616283423624 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20477/tid=20491] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20491/stat : 20491 (java) S 20474 20477 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430811 9856040960 35213 33554432000 1073741824 1073778376 140733457432384 140616282372368 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20477/tid=20492] ppid=20474 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/20477/task/20492/stat : 20492 (java) S 20474 20477 18872 0 -1 4202560 5937 0 0 0 59 1 0 0 20 0 19 0 36430811 9856040960 35213 33554432000 1073741824 1073778376 140733457432384 140616281320248 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20477/tid=20493] ppid=20474 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/20477/task/20493/stat : 20493 (java) S 20474 20477 18872 0 -1 4202560 3811 0 0 0 57 0 0 0 20 0 19 0 36430811 9856040960 35213 33554432000 1073741824 1073778376 140733457432384 140616280267704 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20477/tid=20494] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20494/stat : 20494 (java) S 20474 20477 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430811 9856040960 35213 33554432000 1073741824 1073778376 140733457432384 140616279214840 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20477/tid=20495] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20495/stat : 20495 (java) S 20474 20477 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430811 9856040960 35213 33554432000 1073741824 1073778376 140733457432384 140616278162504 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20477/tid=20496] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20496/stat : 20496 (java) S 20474 20477 18872 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36430837 9856040960 35213 33554432000 1073741824 1073778376 140733457432384 140616277107752 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.59
Current children cumulated vsize (KiB) 9625040

[startup+24.5009 s]
/proc/loadavg: 2.11 2.10 1.82 5/212 20560
/proc/meminfo: memFree=31063928/32872528 swapFree=526336/559040
[pid=20477] ppid=20474 vsize=9625040 CPUtime=25.69 cores=0,2,4,6
/proc/20477/stat : 20477 (java) S 20474 20477 18872 0 -1 4202496 13500 0 1 0 2564 5 0 0 20 0 19 0 36430806 9856040960 35725 33554432000 1073741824 1073778376 140733457432384 140733457423520 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20477/statm: 2406260 35725 2271 9 0 2396937 0
[pid=20477/tid=20478] ppid=20474 vsize=9625040 CPUtime=24.41 cores=0,2,4,6
/proc/20477/task/20478/stat : 20478 (java) R 20474 20477 18872 0 -1 4202560 2474 0 1 0 2438 3 0 0 20 0 19 0 36430807 9856040960 35725 33554432000 1073741824 1073778376 140733457432384 140616931488248 140616776876563 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20477/tid=20480] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20480/stat : 20480 (java) S 20474 20477 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430807 9856040960 35725 33554432000 1073741824 1073778376 140733457432384 140616903940520 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20477/tid=20481] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20481/stat : 20481 (java) S 20474 20477 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430807 9856040960 35725 33554432000 1073741824 1073778376 140733457432384 140616902887976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20477/tid=20482] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20482/stat : 20482 (java) S 20474 20477 18872 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36430807 9856040960 35725 33554432000 1073741824 1073778376 140733457432384 140616901834920 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20477/tid=20483] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20483/stat : 20483 (java) S 20474 20477 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430807 9856040960 35725 33554432000 1073741824 1073778376 140733457432384 140616900782376 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20477/tid=20484] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20484/stat : 20484 (java) S 20474 20477 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430807 9856040960 35725 33554432000 1073741824 1073778376 140733457432384 140616899730344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20477/tid=20485] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20485/stat : 20485 (java) S 20474 20477 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430807 9856040960 35725 33554432000 1073741824 1073778376 140733457432384 140616898677800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20477/tid=20486] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20486/stat : 20486 (java) S 20474 20477 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430807 9856040960 35725 33554432000 1073741824 1073778376 140733457432384 140616897624744 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20477/tid=20487] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20487/stat : 20487 (java) S 20474 20477 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36430807 9856040960 35725 33554432000 1073741824 1073778376 140733457432384 140616896572200 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20477/tid=20488] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20488/stat : 20488 (java) S 20474 20477 18872 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36430809 9856040960 35725 33554432000 1073741824 1073778376 140733457432384 140616285530472 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20477/tid=20489] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20489/stat : 20489 (java) S 20474 20477 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36430809 9856040960 35725 33554432000 1073741824 1073778376 140733457432384 140616284476792 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20477/tid=20490] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20490/stat : 20490 (java) S 20474 20477 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36430809 9856040960 35725 33554432000 1073741824 1073778376 140733457432384 140616283423624 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20477/tid=20491] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20491/stat : 20491 (java) S 20474 20477 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430811 9856040960 35725 33554432000 1073741824 1073778376 140733457432384 140616282372368 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20477/tid=20492] ppid=20474 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/20477/task/20492/stat : 20492 (java) S 20474 20477 18872 0 -1 4202560 5937 0 0 0 59 1 0 0 20 0 19 0 36430811 9856040960 35725 33554432000 1073741824 1073778376 140733457432384 140616281320248 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20477/tid=20493] ppid=20474 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/20477/task/20493/stat : 20493 (java) S 20474 20477 18872 0 -1 4202560 3811 0 0 0 57 0 0 0 20 0 19 0 36430811 9856040960 35725 33554432000 1073741824 1073778376 140733457432384 140616280267704 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20477/tid=20494] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20494/stat : 20494 (java) S 20474 20477 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430811 9856040960 35725 33554432000 1073741824 1073778376 140733457432384 140616279214840 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20477/tid=20495] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20495/stat : 20495 (java) S 20474 20477 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430811 9856040960 35725 33554432000 1073741824 1073778376 140733457432384 140616278162504 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20477/tid=20496] ppid=20474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20477/task/20496/stat : 20496 (java) S 20474 20477 18872 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36430837 9856040960 35725 33554432000 1073741824 1073778376 140733457432384 140616277107752 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.69
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 24.5482
CPU time (s): 25.6911
CPU user time (s): 25.6171
CPU system time (s): 0.073988
CPU usage (%): 104.656
Max. virtual memory (cumulated for all children) (KiB): 9626020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.6171
system time used= 0.073988
maximum resident set size= 145000
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13518
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= 806
involuntary context switches= 74

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.124981 second user time and 0.19697 second system time

The end

Launcher Data

Begin job on node106 at 2016-06-19 15:43:27
IDJOB=4109976
IDBENCH=78989
IDSOLVER=2551
FILE ID=node106/4109976-1466343807
RUNJOBID= node106-1466341824-18888
PBS_JOBID= 19922042
Free space on /tmp= 71700 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.1900550720--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109976-1466343807/watcher-4109976-1466343807 -o /tmp/evaluation-result-4109976-1466343807/solver-4109976-1466343807 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1466341824-18888 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4109976-1466343807.wbo

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

MD5SUM BENCH= ae69d101397f3698be33e129d2355418
RANDOM SEED=1988835446

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

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.073
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		: 2667.073
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.073
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.073
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		: 2667.073
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.073
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.38
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.073
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31209080 kB
Buffers:           71728 kB
Cached:           226232 kB
SwapCached:         1780 kB
Active:           106988 kB
Inactive:         239372 kB
Active(anon):      47172 kB
Inactive(anon):     3188 kB
Active(file):      59816 kB
Inactive(file):   236184 kB
Unevictable:      559040 kB
Mlocked:          526336 kB
SwapTotal:      67108856 kB
SwapFree:       67099264 kB
Dirty:              1444 kB
Writeback:            48 kB
AnonPages:        689852 kB
Mapped:            15444 kB
Shmem:                 0 kB
Slab:             625428 kB
SReclaimable:      68604 kB
SUnreclaim:       556824 kB
KernelStack:        1752 kB
PageTables:         5324 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1247500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    139264 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= 71700 MiB
End job on node106 at 2016-06-19 15:43:51