Trace number 4090888

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 30.7093 29.5389

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900566157--soft-0-100-0.wbo
MD5SUM5b6bb33016643c054f0ad34369984077
Bench CategorySOFT-SMALLINT-LIN (only soft 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 benchmark30.7093
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 constraints2707
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 136368
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136367
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 801
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 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.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4090888-1466067963.wbo
0.10/0.10	c reading problem ... 
0.51/0.31	c ... done. Wall clock time 0.204s.
0.51/0.31	c declared #vars     231
0.51/0.31	c internal #vars     2938
0.51/0.31	c #constraints  2707
0.51/0.31	c constraints type 
0.51/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.51/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.51/0.31	c 2707 constraints processed.
0.51/0.31	c objective function length is 2707 literals
0.79/0.48	c SATISFIABLE
0.79/0.48	c OPTIMIZING...
0.79/0.48	c Got one! Elapsed wall clock time (in seconds):0.379
0.79/0.48	o 302
1.09/0.51	c Got one! Elapsed wall clock time (in seconds):0.41
1.09/0.51	o 292
1.09/0.53	c Got one! Elapsed wall clock time (in seconds):0.428
1.09/0.53	o 256
1.09/0.55	c Got one! Elapsed wall clock time (in seconds):0.445
1.09/0.55	o 219
1.09/0.56	c Got one! Elapsed wall clock time (in seconds):0.459
1.09/0.56	o 205
1.09/0.59	c Got one! Elapsed wall clock time (in seconds):0.485
1.09/0.59	o 192
1.36/0.63	c Got one! Elapsed wall clock time (in seconds):0.531
1.36/0.63	o 186
1.57/0.75	c Got one! Elapsed wall clock time (in seconds):0.647
1.57/0.75	o 185
1.79/0.99	c Got one! Elapsed wall clock time (in seconds):0.882
1.79/0.99	o 181
1.89/1.01	c Got one! Elapsed wall clock time (in seconds):0.902
1.89/1.01	o 180
1.89/1.03	c Got one! Elapsed wall clock time (in seconds):0.925
1.89/1.03	o 178
2.30/1.49	c Got one! Elapsed wall clock time (in seconds):1.387
2.30/1.49	o 177
2.80/1.99	c Got one! Elapsed wall clock time (in seconds):1.887
2.80/1.99	o 176
3.45/2.50	c cleaning 4509 clauses out of 9034 with flag 8623/9034
4.18/3.26	c Got one! Elapsed wall clock time (in seconds):3.155
4.18/3.26	o 175
4.68/3.79	c cleaning 4929 clauses out of 9879 with flag 11135/14388
6.28/5.36	c cleaning 5471 clauses out of 10950 with flag 46791/20388
6.28/5.37	c Got one! Elapsed wall clock time (in seconds):5.268
6.28/5.37	o 169
6.92/5.96	c cleaning 5247 clauses out of 10503 with flag 29852/25412
7.54/6.54	c cleaning 5614 clauses out of 11255 with flag 71836/31411
8.24/7.29	c cleaning 6305 clauses out of 12643 with flag 129594/38413
8.86/7.84	c Got one! Elapsed wall clock time (in seconds):7.739
8.86/7.84	o 167
9.05/8.04	c Got one! Elapsed wall clock time (in seconds):7.933
9.05/8.04	o 156
9.55/8.54	c Got one! Elapsed wall clock time (in seconds):8.436
9.55/8.54	o 155
9.96/8.93	c Got one! Elapsed wall clock time (in seconds):8.831
9.96/8.93	o 152
9.96/8.94	c Got one! Elapsed wall clock time (in seconds):8.837
9.96/8.94	o 150
10.15/9.14	c Got one! Elapsed wall clock time (in seconds):9.04
10.15/9.14	o 145
10.25/9.20	c Got one! Elapsed wall clock time (in seconds):9.098
10.25/9.20	o 141
10.25/9.24	c Got one! Elapsed wall clock time (in seconds):9.14
10.25/9.24	o 113
10.45/9.46	c Got one! Elapsed wall clock time (in seconds):9.352
10.45/9.46	o 100
10.85/9.89	c Got one! Elapsed wall clock time (in seconds):9.785
10.85/9.89	o 96
10.96/9.91	c Got one! Elapsed wall clock time (in seconds):9.809
10.96/9.91	o 95
10.96/9.95	c Got one! Elapsed wall clock time (in seconds):9.851
10.96/9.95	o 94
11.06/10.04	c Got one! Elapsed wall clock time (in seconds):9.933
11.06/10.04	o 93
11.06/10.10	c Got one! Elapsed wall clock time (in seconds):9.992
11.06/10.10	o 89
11.36/10.33	c cleaning 11558 clauses out of 23123 with flag 6917/55198
12.56/11.52	c cleaning 8777 clauses out of 17565 with flag 57615/61198
13.46/12.49	c cleaning 7891 clauses out of 15790 with flag 120283/68200
14.86/13.84	c cleaning 7929 clauses out of 15898 with flag 203734/76199
16.46/15.47	c cleaning 8473 clauses out of 16970 with flag 301222/85200
17.25/16.28	c Got one! Elapsed wall clock time (in seconds):16.181
17.25/16.28	o 88
17.35/16.36	c Got one! Elapsed wall clock time (in seconds):16.257
17.35/16.36	o 80
17.45/16.48	c Got one! Elapsed wall clock time (in seconds):16.372
17.45/16.48	o 79
17.56/16.51	c Got one! Elapsed wall clock time (in seconds):16.406
17.56/16.51	o 69
17.56/16.53	c Got one! Elapsed wall clock time (in seconds):16.424
17.56/16.53	o 68
17.56/16.57	c Got one! Elapsed wall clock time (in seconds):16.47
17.56/16.57	o 66
17.66/16.62	c Got one! Elapsed wall clock time (in seconds):16.513
17.66/16.62	o 64
18.06/17.02	c Got one! Elapsed wall clock time (in seconds):16.92
18.06/17.02	o 63
18.06/17.05	c Got one! Elapsed wall clock time (in seconds):16.946
18.06/17.05	o 62
18.06/17.06	c Got one! Elapsed wall clock time (in seconds):16.953
18.06/17.06	o 60
18.26/17.24	c Got one! Elapsed wall clock time (in seconds):17.134
18.26/17.24	o 49
18.26/17.25	c Got one! Elapsed wall clock time (in seconds):17.146
18.26/17.25	o 48
18.50/17.49	c Got one! Elapsed wall clock time (in seconds):17.387
18.50/17.49	o 47
18.60/17.53	c Got one! Elapsed wall clock time (in seconds):17.43
18.60/17.53	o 46
19.00/17.91	c cleaning 11296 clauses out of 22598 with flag 19727/99301
19.70/18.62	c Got one! Elapsed wall clock time (in seconds):18.52
19.70/18.62	o 45
19.70/18.64	c Got one! Elapsed wall clock time (in seconds):18.539
19.70/18.64	o 43
19.93/18.83	c cleaning 8616 clauses out of 17248 with flag 9123/105247
19.93/18.87	c Got one! Elapsed wall clock time (in seconds):18.764
19.93/18.87	o 42
20.22/19.15	c Got one! Elapsed wall clock time (in seconds):19.047
20.22/19.15	o 41
20.62/19.54	c cleaning 7063 clauses out of 14153 with flag 23726/110768
20.92/19.87	c Got one! Elapsed wall clock time (in seconds):19.771
20.92/19.87	o 39
21.32/20.27	c cleaning 6262 clauses out of 12534 with flag 26322/116212
21.52/20.47	c Got one! Elapsed wall clock time (in seconds):20.371
21.52/20.47	o 38
21.62/20.54	c Got one! Elapsed wall clock time (in seconds):20.432
21.62/20.54	o 34
21.62/20.60	c Got one! Elapsed wall clock time (in seconds):20.493
21.62/20.60	o 33
22.24/21.19	c cleaning 6547 clauses out of 13106 with flag 41041/123046
22.24/21.19	c Got one! Elapsed wall clock time (in seconds):21.092
22.24/21.19	o 32
22.73/21.66	c cleaning 5807 clauses out of 11624 with flag 43940/128111
23.33/22.25	c Got one! Elapsed wall clock time (in seconds):22.143
23.33/22.25	o 31
23.43/22.37	c cleaning 5810 clauses out of 11635 with flag 8081/133929
23.63/22.53	c Got one! Elapsed wall clock time (in seconds):22.424
23.63/22.53	o 26
23.93/22.90	c Got one! Elapsed wall clock time (in seconds):22.792
23.93/22.90	o 25
24.03/22.97	c Got one! Elapsed wall clock time (in seconds):22.866
24.03/22.97	o 24
24.13/23.09	c cleaning 6146 clauses out of 12306 with flag 10488/140410
24.83/23.70	c cleaning 6070 clauses out of 12161 with flag 68282/146411
24.83/23.70	c Got one! Elapsed wall clock time (in seconds):23.601
24.83/23.70	o 22
25.23/24.11	c Got one! Elapsed wall clock time (in seconds):24.011
25.23/24.11	o 21
25.23/24.18	c Got one! Elapsed wall clock time (in seconds):24.08
25.23/24.18	o 17
25.34/24.29	c cleaning 6072 clauses out of 12149 with flag 8965/152469
25.53/24.40	c Got one! Elapsed wall clock time (in seconds):24.295
25.53/24.40	o 15
25.83/24.78	c cleaning 5790 clauses out of 11590 with flag 38728/157982
26.44/25.35	c cleaning 5898 clauses out of 11800 with flag 94254/163982
27.14/26.05	c cleaning 6448 clauses out of 12901 with flag 180128/170981
27.74/26.66	c Got one! Elapsed wall clock time (in seconds):26.557
27.74/26.66	o 5
27.94/26.85	c Got one! Elapsed wall clock time (in seconds):26.747
27.94/26.85	o 4
28.14/27.08	c cleaning 8808 clauses out of 17629 with flag 25462/182157
28.54/27.49	c cleaning 7407 clauses out of 14823 with flag 77327/188159
29.04/27.97	c cleaning 7205 clauses out of 14414 with flag 139268/195157
29.44/28.31	c Got one! Elapsed wall clock time (in seconds):28.207
29.44/28.31	o 3
29.54/28.40	c cleaning 6232 clauses out of 12486 with flag 10668/200435
29.54/28.48	c Got one! Elapsed wall clock time (in seconds):28.374
29.54/28.48	o 2
29.85/28.72	c cleaning 5716 clauses out of 11436 with flag 33128/205619
29.96/28.85	c Got one! Elapsed wall clock time (in seconds):28.746
29.96/28.85	o 1
30.16/29.08	c cleaning 5799 clauses out of 11624 with flag 27077/211525
30.46/29.38	c cleaning 5901 clauses out of 11825 with flag 62969/217525
30.66/29.52	c starts		: 190
30.66/29.52	c conflicts		: 220448
30.66/29.52	c decisions		: 516379
30.66/29.52	c propagations		: 52006683
30.66/29.52	c inspects		: 209606836
30.66/29.52	c shortcuts		: 0
30.66/29.52	c learnt literals	: 15
30.66/29.52	c learnt binary clauses	: 51
30.66/29.52	c learnt ternary clauses	: 269
30.66/29.52	c learnt constraints	: 220432
30.66/29.52	c ignored constraints	: 0
30.66/29.52	c root simplifications	: 0
30.66/29.52	c removed literals (reason simplification)	: 0
30.66/29.52	c reason swapping (by a shorter reason)	: 0
30.66/29.52	c Calls to reduceDB	: 31
30.66/29.52	c Number of update (reduction) of LBD	: 100834
30.66/29.52	c Imported unit clauses	: 0
30.66/29.52	c number of reductions to clauses (during analyze)	: 0
30.66/29.52	c number of learned constraints concerned by reduction	: 0
30.66/29.52	c number of learning phase by resolution	: 0
30.66/29.52	c number of learning phase by cutting planes	: 0
30.66/29.52	c speed (assignments/second)	: 1781233.7911429256
30.66/29.52	c non guided choices	9048
30.66/29.52	c learnt constraints type 
30.66/29.52	s OPTIMUM FOUND
30.66/29.52	c Found 65 solution(s)
30.66/29.52	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 
30.66/29.52	c objective function=1
30.66/29.52	c Total wall clock time (in seconds): 29.418

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-4090888-1466067963/watcher-4090888-1466067963 -o /tmp/evaluation-result-4090888-1466067963/solver-4090888-1466067963 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1466062104-11413 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090888-1466067963.wbo 

pid=12630
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.33 2.12 2.03 3/194 12633
/proc/meminfo: memFree=31414460/32872528 swapFree=496356/529060
[pid=12633] ppid=12630 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/12633/stat : 12633 (java) S 12630 12633 11396 0 -1 4202496 1283 0 0 0 0 0 0 0 20 0 2 0 8841760 94019584 917 33554432000 1073741824 1073778376 140734406034800 140734406025936 211462160445 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12633/statm: 23225 918 697 9 0 16769 0
[pid=12633/tid=12634] ppid=12630 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12634/stat : 12634 (java) D 12630 12633 11396 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 2 0 8841760 95129600 927 33554432000 1073741824 1073778376 140734406034800 139713586056744 211449638183 0 0 4096 0 18446744072100588836 0 0 -1 3 0 0 0 0 0

[startup+0.100112 s]
/proc/loadavg: 2.33 2.12 2.03 3/194 12633
/proc/meminfo: memFree=31414460/32872528 swapFree=496356/529060
[pid=12633] ppid=12630 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/12633/stat : 12633 (java) S 12630 12633 11396 0 -1 4202496 4443 0 1 0 9 1 0 0 20 0 18 0 8841760 9787879424 6072 33554432000 1073741824 1073778376 140734406034800 140734406025936 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12633/statm: 2389619 6072 2147 9 0 2380296 0
[pid=12633/tid=12634] ppid=12630 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/12633/task/12634/stat : 12634 (java) R 12630 12633 11396 0 -1 4202560 2379 0 1 0 7 0 0 0 20 0 18 0 8841760 9787879424 6074 33554432000 1073741824 1073778376 140734406034800 139713586040432 211462185397 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200352 s]
/proc/loadavg: 2.33 2.12 2.03 3/194 12633
/proc/meminfo: memFree=31414460/32872528 swapFree=496356/529060
[pid=12633] ppid=12630 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/12633/stat : 12633 (java) S 12630 12633 11396 0 -1 4202496 4776 0 1 0 25 1 0 0 20 0 18 0 8841760 9787879424 6838 33554432000 1073741824 1073778376 140734406034800 140734406025936 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12633/statm: 2389619 6838 2212 9 0 2380296 0
[pid=12633/tid=12634] ppid=12630 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/12633/task/12634/stat : 12634 (java) R 12630 12633 11396 0 -1 4202560 2396 0 1 0 17 0 0 0 20 0 18 0 8841760 9787879424 6838 33554432000 1073741824 1073778376 140734406034800 139713586040432 139713423979744 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300249 s]
/proc/loadavg: 2.33 2.12 2.03 3/194 12633
/proc/meminfo: memFree=31414460/32872528 swapFree=496356/529060
[pid=12633] ppid=12630 vsize=9558476 CPUtime=0.51 cores=1,3,5,7
/proc/12633/stat : 12633 (java) S 12630 12633 11396 0 -1 4202496 6692 0 1 0 50 1 0 0 20 0 18 0 8841760 9787879424 8888 33554432000 1073741824 1073778376 140734406034800 140734406025936 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12633/statm: 2389619 8888 2236 9 0 2380296 0
[pid=12633/tid=12634] ppid=12630 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/12633/task/12634/stat : 12634 (java) R 12630 12633 11396 0 -1 4202560 2398 0 1 0 27 0 0 0 20 0 18 0 8841760 9787879424 8888 33554432000 1073741824 1073778376 140734406034800 139713586040432 139713423979744 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.700312 s]
/proc/loadavg: 2.33 2.12 2.03 3/194 12633
/proc/meminfo: memFree=31414460/32872528 swapFree=496356/529060
[pid=12633] ppid=12630 vsize=9625040 CPUtime=1.57 cores=1,3,5,7
/proc/12633/stat : 12633 (java) S 12630 12633 11396 0 -1 4202496 10312 0 1 0 154 3 0 0 20 0 19 0 8841760 9856040960 12848 33554432000 1073741824 1073778376 140734406034800 140734406025936 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12633/statm: 2406260 12848 2270 9 0 2396937 0
[pid=12633/tid=12634] ppid=12630 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/12633/task/12634/stat : 12634 (java) R 12630 12633 11396 0 -1 4202560 2416 0 1 0 66 1 0 0 20 0 19 0 8841760 9856040960 12848 33554432000 1073741824 1073778376 140734406034800 139713586061952 139713424476848 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 9625040

[startup+1.50075 s]
/proc/loadavg: 2.30 2.12 2.03 3/213 12652
/proc/meminfo: memFree=31367040/32872528 swapFree=496356/529060
[pid=12633] ppid=12630 vsize=9625040 CPUtime=2.4 cores=1,3,5,7
/proc/12633/stat : 12633 (java) S 12630 12633 11396 0 -1 4202496 10319 0 1 0 237 3 0 0 20 0 19 0 8841760 9856040960 14387 33554432000 1073741824 1073778376 140734406034800 140734406025936 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12633/statm: 2406260 14387 2272 9 0 2396937 0
[pid=12633/tid=12634] ppid=12630 vsize=9625040 CPUtime=1.48 cores=1,3,5,7
/proc/12633/task/12634/stat : 12634 (java) R 12630 12633 11396 0 -1 4202560 2420 0 1 0 146 2 0 0 20 0 19 0 8841760 9856040960 14387 33554432000 1073741824 1073778376 140734406034800 139713586053424 139713424476866 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12633/tid=12636] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12636/stat : 12636 (java) S 12630 12633 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8841761 9856040960 14387 33554432000 1073741824 1073778376 140734406034800 139713547553704 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12633/tid=12637] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12637/stat : 12637 (java) S 12630 12633 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8841761 9856040960 14387 33554432000 1073741824 1073778376 140734406034800 139713546501160 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12633/tid=12638] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12638/stat : 12638 (java) S 12630 12633 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8841761 9856040960 14387 33554432000 1073741824 1073778376 140734406034800 139713545448104 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12633/tid=12639] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12639/stat : 12639 (java) S 12630 12633 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8841761 9856040960 14387 33554432000 1073741824 1073778376 140734406034800 139713544395560 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12633/tid=12640] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12640/stat : 12640 (java) S 12630 12633 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8841761 9856040960 14387 33554432000 1073741824 1073778376 140734406034800 139713543342504 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12633/tid=12641] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12641/stat : 12641 (java) S 12630 12633 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8841761 9856040960 14387 33554432000 1073741824 1073778376 140734406034800 139713423862312 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12633/tid=12642] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12642/stat : 12642 (java) S 12630 12633 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8841761 9856040960 14387 33554432000 1073741824 1073778376 140734406034800 139713422809256 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12633/tid=12643] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12643/stat : 12643 (java) S 12630 12633 11396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8841761 9856040960 14387 33554432000 1073741824 1073778376 140734406034800 139713421756712 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12633/tid=12644] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12644/stat : 12644 (java) S 12630 12633 11396 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8841762 9856040960 14387 33554432000 1073741824 1073778376 140734406034800 139713409559400 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12633/tid=12645] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12645/stat : 12645 (java) S 12630 12633 11396 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8841763 9856040960 14387 33554432000 1073741824 1073778376 140734406034800 139713408505720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12633/tid=12646] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12646/stat : 12646 (java) S 12630 12633 11396 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8841763 9856040960 14387 33554432000 1073741824 1073778376 140734406034800 139712803104136 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12633/tid=12647] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12647/stat : 12647 (java) S 12630 12633 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8841765 9856040960 14387 33554432000 1073741824 1073778376 140734406034800 139712802052880 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12633/tid=12648] ppid=12630 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/12633/task/12648/stat : 12648 (java) S 12630 12633 11396 0 -1 4202560 3493 0 0 0 47 0 0 0 20 0 19 0 8841765 9856040960 14387 33554432000 1073741824 1073778376 140734406034800 139712800999736 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12633/tid=12649] ppid=12630 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/12633/task/12649/stat : 12649 (java) S 12630 12633 11396 0 -1 4202560 3129 0 0 0 41 0 0 0 20 0 19 0 8841765 9856040960 14387 33554432000 1073741824 1073778376 140734406034800 139712799947192 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12633/tid=12650] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12650/stat : 12650 (java) S 12630 12633 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8841765 9856040960 14387 33554432000 1073741824 1073778376 140734406034800 139712798894328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12633/tid=12651] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12651/stat : 12651 (java) S 12630 12633 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8841765 9856040960 14387 33554432000 1073741824 1073778376 140734406034800 139712797841992 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12633/tid=12652] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12652/stat : 12652 (java) S 12630 12633 11396 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8841793 9856040960 14387 33554432000 1073741824 1073778376 140734406034800 139712796788264 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.4
Current children cumulated vsize (KiB) 9625040

[startup+3.10079 s]
/proc/loadavg: 2.30 2.12 2.03 4/213 12652
/proc/meminfo: memFree=31364868/32872528 swapFree=496356/529060
[pid=12633] ppid=12630 vsize=9625040 CPUtime=4.08 cores=1,3,5,7
/proc/12633/stat : 12633 (java) S 12630 12633 11396 0 -1 4202496 10329 0 1 0 405 3 0 0 20 0 19 0 8841760 9856040960 14903 33554432000 1073741824 1073778376 140734406034800 140734406025936 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12633/statm: 2406260 14903 2276 9 0 2396937 0
[pid=12633/tid=12634] ppid=12630 vsize=9625040 CPUtime=3.08 cores=1,3,5,7
/proc/12633/task/12634/stat : 12634 (java) R 12630 12633 11396 0 -1 4202560 2422 0 1 0 306 2 0 0 20 0 19 0 8841760 9856040960 14903 33554432000 1073741824 1073778376 140734406034800 139713586059552 139713424476920 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12633/tid=12636] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12636/stat : 12636 (java) S 12630 12633 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8841761 9856040960 14903 33554432000 1073741824 1073778376 140734406034800 139713547553704 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12633/tid=12637] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12637/stat : 12637 (java) S 12630 12633 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8841761 9856040960 14903 33554432000 1073741824 1073778376 140734406034800 139713546501160 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12633/tid=12638] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12638/stat : 12638 (java) S 12630 12633 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8841761 9856040960 14903 33554432000 1073741824 1073778376 140734406034800 139713545448104 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12633/tid=12639] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12639/stat : 12639 (java) S 12630 12633 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8841761 9856040960 14903 33554432000 1073741824 1073778376 140734406034800 139713544395560 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12633/tid=12640] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12640/stat : 12640 (java) S 12630 12633 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8841761 9856040960 14903 33554432000 1073741824 1073778376 140734406034800 139713543342504 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12633/tid=12641] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12641/stat : 12641 (java) S 12630 12633 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8841761 9856040960 14903 33554432000 1073741824 1073778376 140734406034800 139713423862312 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12633/tid=12642] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12642/stat : 12642 (java) S 12630 12633 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8841761 9856040960 14903 33554432000 1073741824 1073778376 140734406034800 139713422809256 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12633/tid=12643] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12643/stat : 12643 (java) S 12630 12633 11396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8841761 9856040960 14903 33554432000 1073741824 1073778376 140734406034800 139713421756712 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12633/tid=12644] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12644/stat : 12644 (java) S 12630 12633 11396 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8841762 9856040960 14903 33554432000 1073741824 1073778376 140734406034800 139713409559400 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12633/tid=12645] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12645/stat : 12645 (java) S 12630 12633 11396 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8841763 9856040960 14903 33554432000 1073741824 1073778376 140734406034800 139713408505720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12633/tid=12646] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12646/stat : 12646 (java) S 12630 12633 11396 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8841763 9856040960 14903 33554432000 1073741824 1073778376 140734406034800 139712803104136 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12633/tid=12647] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12647/stat : 12647 (java) S 12630 12633 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8841765 9856040960 14903 33554432000 1073741824 1073778376 140734406034800 139712802052880 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12633/tid=12648] ppid=12630 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/12633/task/12648/stat : 12648 (java) S 12630 12633 11396 0 -1 4202560 3497 0 0 0 53 0 0 0 20 0 19 0 8841765 9856040960 14903 33554432000 1073741824 1073778376 140734406034800 139712800999736 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12633/tid=12649] ppid=12630 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/12633/task/12649/stat : 12649 (java) S 12630 12633 11396 0 -1 4202560 3133 0 0 0 44 0 0 0 20 0 19 0 8841765 9856040960 14903 33554432000 1073741824 1073778376 140734406034800 139712799947192 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12633/tid=12650] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12650/stat : 12650 (java) S 12630 12633 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8841765 9856040960 14903 33554432000 1073741824 1073778376 140734406034800 139712798894328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12633/tid=12651] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12651/stat : 12651 (java) S 12630 12633 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8841765 9856040960 14903 33554432000 1073741824 1073778376 140734406034800 139712797841992 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12633/tid=12652] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12652/stat : 12652 (java) S 12630 12633 11396 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8841793 9856040960 14903 33554432000 1073741824 1073778376 140734406034800 139712796788264 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.08
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 2.36 2.14 2.03 3/213 12652
/proc/meminfo: memFree=31355092/32872528 swapFree=496356/529060
[pid=12633] ppid=12630 vsize=9625040 CPUtime=7.34 cores=1,3,5,7
/proc/12633/stat : 12633 (java) S 12630 12633 11396 0 -1 4202496 10908 0 1 0 731 3 0 0 20 0 19 0 8841760 9856040960 17330 33554432000 1073741824 1073778376 140734406034800 140734406025936 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12633/statm: 2406260 17330 2277 9 0 2396937 0
[pid=12633/tid=12634] ppid=12630 vsize=9625040 CPUtime=6.28 cores=1,3,5,7
/proc/12633/task/12634/stat : 12634 (java) R 12630 12633 11396 0 -1 4202560 2428 0 1 0 626 2 0 0 20 0 19 0 8841760 9856040960 17330 33554432000 1073741824 1073778376 140734406034800 139713586052800 139713424536767 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12633/tid=12636] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12636/stat : 12636 (java) S 12630 12633 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8841761 9856040960 17330 33554432000 1073741824 1073778376 140734406034800 139713547553704 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12633/tid=12637] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12637/stat : 12637 (java) S 12630 12633 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8841761 9856040960 17330 33554432000 1073741824 1073778376 140734406034800 139713546501160 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12633/tid=12638] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12638/stat : 12638 (java) S 12630 12633 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8841761 9856040960 17330 33554432000 1073741824 1073778376 140734406034800 139713545448104 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12633/tid=12639] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12639/stat : 12639 (java) S 12630 12633 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8841761 9856040960 17330 33554432000 1073741824 1073778376 140734406034800 139713544395560 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12633/tid=12640] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12640/stat : 12640 (java) S 12630 12633 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8841761 9856040960 17330 33554432000 1073741824 1073778376 140734406034800 139713543342504 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12633/tid=12641] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12641/stat : 12641 (java) S 12630 12633 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8841761 9856040960 17330 33554432000 1073741824 1073778376 140734406034800 139713423862312 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12633/tid=12642] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12642/stat : 12642 (java) S 12630 12633 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8841761 9856040960 17330 33554432000 1073741824 1073778376 140734406034800 139713422809256 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12633/tid=12643] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12643/stat : 12643 (java) S 12630 12633 11396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8841761 9856040960 17330 33554432000 1073741824 1073778376 140734406034800 139713421756712 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12633/tid=12644] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12644/stat : 12644 (java) S 12630 12633 11396 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8841762 9856040960 17330 33554432000 1073741824 1073778376 140734406034800 139713409559400 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12633/tid=12645] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12645/stat : 12645 (java) S 12630 12633 11396 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8841763 9856040960 17330 33554432000 1073741824 1073778376 140734406034800 139713408505720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12633/tid=12646] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12646/stat : 12646 (java) S 12630 12633 11396 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8841763 9856040960 17330 33554432000 1073741824 1073778376 140734406034800 139712803104136 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12633/tid=12647] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12647/stat : 12647 (java) S 12630 12633 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8841765 9856040960 17330 33554432000 1073741824 1073778376 140734406034800 139712802052880 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12633/tid=12648] ppid=12630 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/12633/task/12648/stat : 12648 (java) S 12630 12633 11396 0 -1 4202560 3497 0 0 0 53 0 0 0 20 0 19 0 8841765 9856040960 17330 33554432000 1073741824 1073778376 140734406034800 139712800999736 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12633/tid=12649] ppid=12630 vsize=9625040 CPUtime=0.5 cores=1,3,5,7

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

[pid=12633/tid=12638] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12638/stat : 12638 (java) S 12630 12633 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8841761 9856040960 41262 33554432000 1073741824 1073778376 140734406034800 139713545448104 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12633/tid=12639] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12639/stat : 12639 (java) S 12630 12633 11396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8841761 9856040960 41262 33554432000 1073741824 1073778376 140734406034800 139713544395560 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12633/tid=12640] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12640/stat : 12640 (java) S 12630 12633 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8841761 9856040960 41262 33554432000 1073741824 1073778376 140734406034800 139713543342504 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12633/tid=12641] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12641/stat : 12641 (java) S 12630 12633 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8841761 9856040960 41262 33554432000 1073741824 1073778376 140734406034800 139713423862312 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12633/tid=12642] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12642/stat : 12642 (java) S 12630 12633 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8841761 9856040960 41262 33554432000 1073741824 1073778376 140734406034800 139713422809256 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12633/tid=12643] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12643/stat : 12643 (java) S 12630 12633 11396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8841761 9856040960 41262 33554432000 1073741824 1073778376 140734406034800 139713421756712 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12633/tid=12644] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12644/stat : 12644 (java) S 12630 12633 11396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8841762 9856040960 41262 33554432000 1073741824 1073778376 140734406034800 139713409559400 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12633/tid=12645] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12645/stat : 12645 (java) S 12630 12633 11396 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8841763 9856040960 41262 33554432000 1073741824 1073778376 140734406034800 139713408505720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12633/tid=12646] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12646/stat : 12646 (java) S 12630 12633 11396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8841763 9856040960 41262 33554432000 1073741824 1073778376 140734406034800 139712803104136 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12633/tid=12647] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12647/stat : 12647 (java) S 12630 12633 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8841765 9856040960 41262 33554432000 1073741824 1073778376 140734406034800 139712802052880 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12633/tid=12648] ppid=12630 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/12633/task/12648/stat : 12648 (java) S 12630 12633 11396 0 -1 4202560 3499 0 0 0 62 0 0 0 20 0 19 0 8841765 9856040960 41262 33554432000 1073741824 1073778376 140734406034800 139712800999736 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12633/tid=12649] ppid=12630 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/12633/task/12649/stat : 12649 (java) S 12630 12633 11396 0 -1 4202560 3705 0 0 0 51 2 0 0 20 0 19 0 8841765 9856040960 41262 33554432000 1073741824 1073778376 140734406034800 139712799947192 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12633/tid=12650] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12650/stat : 12650 (java) S 12630 12633 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8841765 9856040960 41262 33554432000 1073741824 1073778376 140734406034800 139712798894328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12633/tid=12651] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12651/stat : 12651 (java) S 12630 12633 11396 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8841765 9856040960 41262 33554432000 1073741824 1073778376 140734406034800 139712797841992 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12633/tid=12652] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12652/stat : 12652 (java) S 12630 12633 11396 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8841793 9856040960 41262 33554432000 1073741824 1073778376 140734406034800 139712796788264 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 29.96
Current children cumulated vsize (KiB) 9625040

[startup+29.2008 s]
/proc/loadavg: 2.26 2.13 2.03 3/213 12653
/proc/meminfo: memFree=31256604/32872528 swapFree=496356/529060
[pid=12633] ppid=12630 vsize=9625040 CPUtime=30.36 cores=1,3,5,7
/proc/12633/stat : 12633 (java) S 12630 12633 11396 0 -1 4202496 10981 0 1 0 3031 5 0 0 20 0 19 0 8841760 9856040960 41262 33554432000 1073741824 1073778376 140734406034800 140734406025936 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12633/statm: 2406260 41262 2291 9 0 2396937 0
[pid=12633/tid=12634] ppid=12630 vsize=9625040 CPUtime=29.17 cores=1,3,5,7
/proc/12633/task/12634/stat : 12634 (java) R 12630 12633 11396 0 -1 4202560 2480 0 1 0 2914 3 0 0 20 0 19 0 8841760 9856040960 41262 33554432000 1073741824 1073778376 140734406034800 139713586052864 139713424499778 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12633/tid=12636] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12636/stat : 12636 (java) S 12630 12633 11396 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8841761 9856040960 41262 33554432000 1073741824 1073778376 140734406034800 139713547553704 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12633/tid=12637] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12637/stat : 12637 (java) S 12630 12633 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8841761 9856040960 41262 33554432000 1073741824 1073778376 140734406034800 139713546501160 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12633/tid=12638] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12638/stat : 12638 (java) S 12630 12633 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8841761 9856040960 41262 33554432000 1073741824 1073778376 140734406034800 139713545448104 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12633/tid=12639] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12639/stat : 12639 (java) S 12630 12633 11396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8841761 9856040960 41262 33554432000 1073741824 1073778376 140734406034800 139713544395560 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12633/tid=12640] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12640/stat : 12640 (java) S 12630 12633 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8841761 9856040960 41262 33554432000 1073741824 1073778376 140734406034800 139713543342504 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12633/tid=12641] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12641/stat : 12641 (java) S 12630 12633 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8841761 9856040960 41262 33554432000 1073741824 1073778376 140734406034800 139713423862312 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12633/tid=12642] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12642/stat : 12642 (java) S 12630 12633 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8841761 9856040960 41262 33554432000 1073741824 1073778376 140734406034800 139713422809256 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12633/tid=12643] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12643/stat : 12643 (java) S 12630 12633 11396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8841761 9856040960 41262 33554432000 1073741824 1073778376 140734406034800 139713421756712 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12633/tid=12644] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12644/stat : 12644 (java) S 12630 12633 11396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8841762 9856040960 41262 33554432000 1073741824 1073778376 140734406034800 139713409559400 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12633/tid=12645] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12645/stat : 12645 (java) S 12630 12633 11396 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8841763 9856040960 41262 33554432000 1073741824 1073778376 140734406034800 139713408505720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12633/tid=12646] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12646/stat : 12646 (java) S 12630 12633 11396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8841763 9856040960 41262 33554432000 1073741824 1073778376 140734406034800 139712803104136 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12633/tid=12647] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12647/stat : 12647 (java) S 12630 12633 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8841765 9856040960 41262 33554432000 1073741824 1073778376 140734406034800 139712802052880 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12633/tid=12648] ppid=12630 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/12633/task/12648/stat : 12648 (java) S 12630 12633 11396 0 -1 4202560 3499 0 0 0 62 0 0 0 20 0 19 0 8841765 9856040960 41262 33554432000 1073741824 1073778376 140734406034800 139712800999736 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12633/tid=12649] ppid=12630 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/12633/task/12649/stat : 12649 (java) S 12630 12633 11396 0 -1 4202560 3705 0 0 0 52 2 0 0 20 0 19 0 8841765 9856040960 41262 33554432000 1073741824 1073778376 140734406034800 139712799947192 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12633/tid=12650] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12650/stat : 12650 (java) S 12630 12633 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8841765 9856040960 41262 33554432000 1073741824 1073778376 140734406034800 139712798894328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12633/tid=12651] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12651/stat : 12651 (java) S 12630 12633 11396 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8841765 9856040960 41262 33554432000 1073741824 1073778376 140734406034800 139712797841992 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12633/tid=12652] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12652/stat : 12652 (java) S 12630 12633 11396 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8841793 9856040960 41262 33554432000 1073741824 1073778376 140734406034800 139712796788264 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 30.36
Current children cumulated vsize (KiB) 9625040

[startup+29.4008 s]
/proc/loadavg: 2.26 2.13 2.03 3/213 12653
/proc/meminfo: memFree=31256604/32872528 swapFree=496356/529060
[pid=12633] ppid=12630 vsize=9625040 CPUtime=30.56 cores=1,3,5,7
/proc/12633/stat : 12633 (java) S 12630 12633 11396 0 -1 4202496 10981 0 1 0 3051 5 0 0 20 0 19 0 8841760 9856040960 41262 33554432000 1073741824 1073778376 140734406034800 140734406025936 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12633/statm: 2406260 41262 2291 9 0 2396937 0
[pid=12633/tid=12634] ppid=12630 vsize=9625040 CPUtime=29.37 cores=1,3,5,7
/proc/12633/task/12634/stat : 12634 (java) R 12630 12633 11396 0 -1 4202560 2480 0 1 0 2934 3 0 0 20 0 19 0 8841760 9856040960 41262 33554432000 1073741824 1073778376 140734406034800 139713586052864 139713424484588 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12633/tid=12636] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12636/stat : 12636 (java) S 12630 12633 11396 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8841761 9856040960 41262 33554432000 1073741824 1073778376 140734406034800 139713547553704 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12633/tid=12637] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12637/stat : 12637 (java) S 12630 12633 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8841761 9856040960 41262 33554432000 1073741824 1073778376 140734406034800 139713546501160 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12633/tid=12638] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12638/stat : 12638 (java) S 12630 12633 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8841761 9856040960 41262 33554432000 1073741824 1073778376 140734406034800 139713545448104 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12633/tid=12639] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12639/stat : 12639 (java) S 12630 12633 11396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8841761 9856040960 41262 33554432000 1073741824 1073778376 140734406034800 139713544395560 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12633/tid=12640] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12640/stat : 12640 (java) S 12630 12633 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8841761 9856040960 41262 33554432000 1073741824 1073778376 140734406034800 139713543342504 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12633/tid=12641] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12641/stat : 12641 (java) S 12630 12633 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8841761 9856040960 41262 33554432000 1073741824 1073778376 140734406034800 139713423862312 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12633/tid=12642] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12642/stat : 12642 (java) S 12630 12633 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8841761 9856040960 41262 33554432000 1073741824 1073778376 140734406034800 139713422809256 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12633/tid=12643] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12643/stat : 12643 (java) S 12630 12633 11396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8841761 9856040960 41262 33554432000 1073741824 1073778376 140734406034800 139713421756712 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12633/tid=12644] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12644/stat : 12644 (java) S 12630 12633 11396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8841762 9856040960 41262 33554432000 1073741824 1073778376 140734406034800 139713409559400 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12633/tid=12645] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12645/stat : 12645 (java) S 12630 12633 11396 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8841763 9856040960 41262 33554432000 1073741824 1073778376 140734406034800 139713408505720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12633/tid=12646] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12646/stat : 12646 (java) S 12630 12633 11396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8841763 9856040960 41262 33554432000 1073741824 1073778376 140734406034800 139712803104136 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12633/tid=12647] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12647/stat : 12647 (java) S 12630 12633 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8841765 9856040960 41262 33554432000 1073741824 1073778376 140734406034800 139712802052880 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12633/tid=12648] ppid=12630 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/12633/task/12648/stat : 12648 (java) S 12630 12633 11396 0 -1 4202560 3499 0 0 0 62 0 0 0 20 0 19 0 8841765 9856040960 41262 33554432000 1073741824 1073778376 140734406034800 139712800999736 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12633/tid=12649] ppid=12630 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/12633/task/12649/stat : 12649 (java) S 12630 12633 11396 0 -1 4202560 3705 0 0 0 52 2 0 0 20 0 19 0 8841765 9856040960 41262 33554432000 1073741824 1073778376 140734406034800 139712799947192 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12633/tid=12650] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12650/stat : 12650 (java) S 12630 12633 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8841765 9856040960 41262 33554432000 1073741824 1073778376 140734406034800 139712798894328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12633/tid=12651] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12651/stat : 12651 (java) S 12630 12633 11396 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8841765 9856040960 41262 33554432000 1073741824 1073778376 140734406034800 139712797841992 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12633/tid=12652] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12652/stat : 12652 (java) S 12630 12633 11396 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8841793 9856040960 41262 33554432000 1073741824 1073778376 140734406034800 139712796788264 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 30.56
Current children cumulated vsize (KiB) 9625040

[startup+29.5008 s]
/proc/loadavg: 2.26 2.13 2.03 3/213 12653
/proc/meminfo: memFree=31256604/32872528 swapFree=496356/529060
[pid=12633] ppid=12630 vsize=9625040 CPUtime=30.66 cores=1,3,5,7
/proc/12633/stat : 12633 (java) S 12630 12633 11396 0 -1 4202496 10981 0 1 0 3061 5 0 0 20 0 19 0 8841760 9856040960 41262 33554432000 1073741824 1073778376 140734406034800 140734406025936 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12633/statm: 2406260 41262 2291 9 0 2396937 0
[pid=12633/tid=12634] ppid=12630 vsize=9625040 CPUtime=29.47 cores=1,3,5,7
/proc/12633/task/12634/stat : 12634 (java) R 12630 12633 11396 0 -1 4202560 2480 0 1 0 2944 3 0 0 20 0 19 0 8841760 9856040960 41262 33554432000 1073741824 1073778376 140734406034800 139713586059880 139713424484687 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12633/tid=12636] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12636/stat : 12636 (java) S 12630 12633 11396 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8841761 9856040960 41262 33554432000 1073741824 1073778376 140734406034800 139713547553704 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12633/tid=12637] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12637/stat : 12637 (java) S 12630 12633 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8841761 9856040960 41262 33554432000 1073741824 1073778376 140734406034800 139713546501160 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12633/tid=12638] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12638/stat : 12638 (java) S 12630 12633 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8841761 9856040960 41262 33554432000 1073741824 1073778376 140734406034800 139713545448104 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12633/tid=12639] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12639/stat : 12639 (java) S 12630 12633 11396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8841761 9856040960 41262 33554432000 1073741824 1073778376 140734406034800 139713544395560 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12633/tid=12640] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12640/stat : 12640 (java) S 12630 12633 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8841761 9856040960 41262 33554432000 1073741824 1073778376 140734406034800 139713543342504 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12633/tid=12641] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12641/stat : 12641 (java) S 12630 12633 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8841761 9856040960 41262 33554432000 1073741824 1073778376 140734406034800 139713423862312 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12633/tid=12642] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12642/stat : 12642 (java) S 12630 12633 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8841761 9856040960 41262 33554432000 1073741824 1073778376 140734406034800 139713422809256 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12633/tid=12643] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12643/stat : 12643 (java) S 12630 12633 11396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8841761 9856040960 41262 33554432000 1073741824 1073778376 140734406034800 139713421756712 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12633/tid=12644] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12644/stat : 12644 (java) S 12630 12633 11396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8841762 9856040960 41262 33554432000 1073741824 1073778376 140734406034800 139713409559400 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12633/tid=12645] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12645/stat : 12645 (java) S 12630 12633 11396 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8841763 9856040960 41262 33554432000 1073741824 1073778376 140734406034800 139713408505720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12633/tid=12646] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12646/stat : 12646 (java) S 12630 12633 11396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8841763 9856040960 41262 33554432000 1073741824 1073778376 140734406034800 139712803104136 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12633/tid=12647] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12647/stat : 12647 (java) S 12630 12633 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8841765 9856040960 41262 33554432000 1073741824 1073778376 140734406034800 139712802052880 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12633/tid=12648] ppid=12630 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/12633/task/12648/stat : 12648 (java) S 12630 12633 11396 0 -1 4202560 3499 0 0 0 62 0 0 0 20 0 19 0 8841765 9856040960 41262 33554432000 1073741824 1073778376 140734406034800 139712800999736 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12633/tid=12649] ppid=12630 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/12633/task/12649/stat : 12649 (java) S 12630 12633 11396 0 -1 4202560 3705 0 0 0 52 2 0 0 20 0 19 0 8841765 9856040960 41262 33554432000 1073741824 1073778376 140734406034800 139712799947192 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12633/tid=12650] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12650/stat : 12650 (java) S 12630 12633 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8841765 9856040960 41262 33554432000 1073741824 1073778376 140734406034800 139712798894328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12633/tid=12651] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12651/stat : 12651 (java) S 12630 12633 11396 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8841765 9856040960 41262 33554432000 1073741824 1073778376 140734406034800 139712797841992 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12633/tid=12652] ppid=12630 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12633/task/12652/stat : 12652 (java) S 12630 12633 11396 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8841793 9856040960 41262 33554432000 1073741824 1073778376 140734406034800 139712796788264 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 30.66
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 29.5389
CPU time (s): 30.7093
CPU user time (s): 30.6263
CPU system time (s): 0.082987
CPU usage (%): 103.962
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.6263
system time used= 0.082987
maximum resident set size= 165108
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11005
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= 933
involuntary context switches= 62

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.080987 second user time and 0.113982 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-16 11:06:03
IDJOB=4090888
IDBENCH=79298
IDSOLVER=2551
FILE ID=node141/4090888-1466067963
RUNJOBID= node141-1466062104-11413
PBS_JOBID= 19903999
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900566157--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090888-1466067963/watcher-4090888-1466067963 -o /tmp/evaluation-result-4090888-1466067963/solver-4090888-1466067963 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1466062104-11413 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090888-1466067963.wbo

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

MD5SUM BENCH= 5b6bb33016643c054f0ad34369984077
RANDOM SEED=337738666

node141.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.547
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.09
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.547
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.547
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.54
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.547
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.547
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.56
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.547
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.547
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.55
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.547
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:        31415352 kB
Buffers:            8952 kB
Cached:            40456 kB
SwapCached:         2888 kB
Active:           201932 kB
Inactive:          27204 kB
Active(anon):     179800 kB
Inactive(anon):     2156 kB
Active(file):      22132 kB
Inactive(file):    25048 kB
Unevictable:      529060 kB
Mlocked:          496356 kB
SwapTotal:      67108856 kB
SwapFree:       67098988 kB
Dirty:               728 kB
Writeback:             0 kB
AnonPages:        807140 kB
Mapped:            15404 kB
Shmem:                 0 kB
Slab:             565380 kB
SReclaimable:       9052 kB
SUnreclaim:       556328 kB
KernelStack:        1760 kB
PageTables:         5932 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1221576 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    274432 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= 71748 MiB
End job on node141 at 2016-06-16 11:06:33