Trace number 4110324

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 27.4698 26.2239

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900552423--soft-0-100-0.wbo
MD5SUMc6df963ff1848506ee15e7c5bdbc3c3f
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark26.067
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 136180
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136179
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 779
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.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/0.11	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.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4110324-1466343875.wbo
0.11/0.11	c reading problem ... 
0.49/0.32	c ... done. Wall clock time 0.207s.
0.49/0.32	c declared #vars     231
0.49/0.32	c internal #vars     2938
0.49/0.32	c #constraints  2707
0.49/0.32	c constraints type 
0.49/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.49/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.49/0.32	c 2707 constraints processed.
0.49/0.32	c objective function length is 2707 literals
0.79/0.45	c SATISFIABLE
0.79/0.45	c OPTIMIZING...
0.79/0.45	c Got one! Elapsed wall clock time (in seconds):0.344
0.79/0.45	o 429
1.09/0.50	c Got one! Elapsed wall clock time (in seconds):0.394
1.09/0.50	o 397
1.09/0.54	c Got one! Elapsed wall clock time (in seconds):0.432
1.09/0.54	o 373
1.09/0.59	c Got one! Elapsed wall clock time (in seconds):0.48
1.09/0.59	o 363
1.39/0.61	c Got one! Elapsed wall clock time (in seconds):0.503
1.39/0.61	o 355
1.39/0.62	c Got one! Elapsed wall clock time (in seconds):0.515
1.39/0.62	o 351
1.39/0.64	c Got one! Elapsed wall clock time (in seconds):0.528
1.39/0.64	o 348
1.39/0.65	c Got one! Elapsed wall clock time (in seconds):0.54
1.39/0.65	o 332
1.39/0.66	c Got one! Elapsed wall clock time (in seconds):0.555
1.39/0.66	o 330
1.39/0.68	c Got one! Elapsed wall clock time (in seconds):0.575
1.39/0.68	o 320
1.39/0.69	c Got one! Elapsed wall clock time (in seconds):0.586
1.39/0.69	o 319
1.69/0.74	c Got one! Elapsed wall clock time (in seconds):0.631
1.69/0.74	o 316
1.69/0.75	c Got one! Elapsed wall clock time (in seconds):0.637
1.69/0.75	o 296
1.69/0.75	c Got one! Elapsed wall clock time (in seconds):0.644
1.69/0.75	o 280
1.69/0.76	c Got one! Elapsed wall clock time (in seconds):0.653
1.69/0.76	o 264
1.69/0.78	c Got one! Elapsed wall clock time (in seconds):0.673
1.69/0.78	o 262
1.82/0.80	c Got one! Elapsed wall clock time (in seconds):0.691
1.82/0.80	o 261
1.82/0.81	c Got one! Elapsed wall clock time (in seconds):0.702
1.82/0.81	o 249
1.82/0.83	c Got one! Elapsed wall clock time (in seconds):0.721
1.82/0.83	o 247
1.82/0.85	c Got one! Elapsed wall clock time (in seconds):0.737
1.82/0.85	o 238
1.82/0.85	c Got one! Elapsed wall clock time (in seconds):0.747
1.82/0.85	o 225
1.92/0.99	c Got one! Elapsed wall clock time (in seconds):0.886
1.92/0.99	o 214
2.12/1.18	c Got one! Elapsed wall clock time (in seconds):1.072
2.12/1.18	o 209
2.12/1.20	c Got one! Elapsed wall clock time (in seconds):1.087
2.12/1.20	o 205
2.23/1.21	c Got one! Elapsed wall clock time (in seconds):1.104
2.23/1.21	o 200
2.32/1.30	c Got one! Elapsed wall clock time (in seconds):1.189
2.32/1.30	o 187
2.32/1.32	c Got one! Elapsed wall clock time (in seconds):1.217
2.32/1.32	o 174
2.32/1.36	c Got one! Elapsed wall clock time (in seconds):1.248
2.32/1.36	o 172
2.42/1.43	c Got one! Elapsed wall clock time (in seconds):1.317
2.42/1.43	o 169
2.42/1.44	c Got one! Elapsed wall clock time (in seconds):1.327
2.42/1.44	o 166
2.42/1.45	c Got one! Elapsed wall clock time (in seconds):1.337
2.42/1.45	o 153
2.42/1.46	c Got one! Elapsed wall clock time (in seconds):1.354
2.42/1.46	o 150
2.52/1.59	c Got one! Elapsed wall clock time (in seconds):1.483
2.52/1.59	o 149
2.62/1.61	c Got one! Elapsed wall clock time (in seconds):1.498
2.62/1.61	o 145
2.62/1.63	c Got one! Elapsed wall clock time (in seconds):1.519
2.62/1.63	o 126
3.37/2.32	c Got one! Elapsed wall clock time (in seconds):2.216
3.37/2.32	o 125
3.37/2.36	c Got one! Elapsed wall clock time (in seconds):2.257
3.37/2.36	o 123
3.46/2.47	c Got one! Elapsed wall clock time (in seconds):2.359
3.46/2.47	o 120
4.08/3.09	c cleaning 6100 clauses out of 12208 with flag 19284/12208
4.23/3.16	c Got one! Elapsed wall clock time (in seconds):3.049
4.23/3.16	o 107
4.33/3.20	c Got one! Elapsed wall clock time (in seconds):3.091
4.33/3.20	o 106
4.53/3.48	c Got one! Elapsed wall clock time (in seconds):3.369
4.53/3.48	o 100
4.83/3.75	c Got one! Elapsed wall clock time (in seconds):3.638
4.83/3.75	o 99
5.43/4.35	c Got one! Elapsed wall clock time (in seconds):4.243
5.43/4.35	o 90
5.64/4.54	c cleaning 6538 clauses out of 13096 with flag 5855/19196
5.64/4.57	c Got one! Elapsed wall clock time (in seconds):4.461
5.64/4.57	o 82
5.64/4.58	c Got one! Elapsed wall clock time (in seconds):4.476
5.64/4.58	o 81
5.75/4.66	c Got one! Elapsed wall clock time (in seconds):4.557
5.75/4.66	o 79
5.75/4.69	c Got one! Elapsed wall clock time (in seconds):4.584
5.75/4.69	o 77
5.85/4.71	c Got one! Elapsed wall clock time (in seconds):4.603
5.85/4.71	o 75
5.85/4.79	c Got one! Elapsed wall clock time (in seconds):4.684
5.85/4.79	o 73
6.45/5.35	c Got one! Elapsed wall clock time (in seconds):5.238
6.45/5.35	o 70
6.76/5.70	c cleaning 6524 clauses out of 13059 with flag 13802/25697
7.07/5.94	c Got one! Elapsed wall clock time (in seconds):5.833
7.07/5.94	o 64
7.47/6.39	c Got one! Elapsed wall clock time (in seconds):6.283
7.47/6.39	o 63
7.57/6.43	c Got one! Elapsed wall clock time (in seconds):6.324
7.57/6.43	o 61
7.98/6.80	c cleaning 6527 clauses out of 13090 with flag 14907/32252
8.98/7.82	c cleaning 6271 clauses out of 12563 with flag 60699/38252
8.98/7.88	c Got one! Elapsed wall clock time (in seconds):7.771
8.98/7.88	o 59
8.98/7.89	c Got one! Elapsed wall clock time (in seconds):7.787
8.98/7.89	o 58
9.57/8.44	c Got one! Elapsed wall clock time (in seconds):8.327
9.57/8.44	o 56
9.91/8.79	c cleaning 6310 clauses out of 12625 with flag 15074/44585
10.01/8.86	c Got one! Elapsed wall clock time (in seconds):8.748
10.01/8.86	o 50
10.81/9.60	c cleaning 5901 clauses out of 11816 with flag 37652/50086
11.61/10.42	c Got one! Elapsed wall clock time (in seconds):10.314
11.61/10.42	o 49
12.53/11.36	c cleaning 8002 clauses out of 16025 with flag 45307/60196
13.83/12.64	c Got one! Elapsed wall clock time (in seconds):12.532
13.83/12.64	o 46
14.83/13.64	c cleaning 9488 clauses out of 19001 with flag 47278/71174
14.93/13.70	c Got one! Elapsed wall clock time (in seconds):13.594
14.93/13.70	o 45
14.93/13.76	c Got one! Elapsed wall clock time (in seconds):13.647
14.93/13.76	o 40
15.23/14.00	c Got one! Elapsed wall clock time (in seconds):13.891
15.23/14.00	o 36
15.23/14.05	c Got one! Elapsed wall clock time (in seconds):13.943
15.23/14.05	o 35
15.73/14.58	c cleaning 8296 clauses out of 16607 with flag 35658/78268
15.83/14.64	c Got one! Elapsed wall clock time (in seconds):14.533
15.83/14.64	o 33
16.43/15.25	c cleaning 6964 clauses out of 13939 with flag 42585/83896
16.43/15.28	c Got one! Elapsed wall clock time (in seconds):15.169
16.43/15.28	o 32
16.53/15.34	c Got one! Elapsed wall clock time (in seconds):15.228
16.53/15.34	o 31
17.03/15.83	c cleaning 6401 clauses out of 12820 with flag 33805/89741
17.63/16.47	c cleaning 6207 clauses out of 12423 with flag 79602/95745
18.33/17.17	c cleaning 6594 clauses out of 13213 with flag 136311/102742
18.94/17.71	c Got one! Elapsed wall clock time (in seconds):17.604
18.94/17.71	o 29
19.53/18.36	c cleaning 8330 clauses out of 16667 with flag 44519/112790
19.63/18.41	c Got one! Elapsed wall clock time (in seconds):18.298
19.63/18.41	o 28
20.13/18.98	c cleaning 6845 clauses out of 13704 with flag 49073/118157
20.83/19.66	c cleaning 6423 clauses out of 12859 with flag 106584/124157
21.14/19.93	c Got one! Elapsed wall clock time (in seconds):19.818
21.14/19.93	o 27
21.43/20.29	c cleaning 5913 clauses out of 11837 with flag 28801/129558
21.93/20.77	c Got one! Elapsed wall clock time (in seconds):20.66
21.93/20.77	o 26
21.93/20.79	c Got one! Elapsed wall clock time (in seconds):20.68
21.93/20.79	o 25
22.03/20.80	c Got one! Elapsed wall clock time (in seconds):20.693
22.03/20.80	o 20
22.14/20.94	c Got one! Elapsed wall clock time (in seconds):20.831
22.14/20.94	o 18
22.24/21.06	c cleaning 6192 clauses out of 12445 with flag 8296/136079
22.53/21.31	c Got one! Elapsed wall clock time (in seconds):21.201
22.53/21.31	o 15
22.73/21.59	c Got one! Elapsed wall clock time (in seconds):21.48
22.73/21.59	o 14
22.83/21.68	c cleaning 6264 clauses out of 12542 with flag 7815/142368
23.34/22.11	c cleaning 6123 clauses out of 12278 with flag 52243/148368
23.64/22.50	c Got one! Elapsed wall clock time (in seconds):22.388
23.64/22.50	o 11
24.14/22.97	c cleaning 8391 clauses out of 16788 with flag 51879/159001
24.34/23.14	c Got one! Elapsed wall clock time (in seconds):23.028
24.34/23.14	o 9
24.54/23.37	c Got one! Elapsed wall clock time (in seconds):23.261
24.54/23.37	o 6
24.64/23.48	c cleaning 7090 clauses out of 14190 with flag 9504/164795
25.04/23.83	c Got one! Elapsed wall clock time (in seconds):23.725
25.04/23.83	o 5
25.14/23.93	c cleaning 6175 clauses out of 12372 with flag 8391/170067
25.55/24.36	c cleaning 6093 clauses out of 12196 with flag 60701/176067
26.15/24.96	c cleaning 6544 clauses out of 13101 with flag 126021/183067
26.85/25.68	c cleaning 7275 clauses out of 14551 with flag 203183/191067
27.45/26.20	c starts		: 247
27.45/26.20	c conflicts		: 197537
27.45/26.20	c decisions		: 532613
27.45/26.20	c propagations		: 42547865
27.45/26.20	c inspects		: 169802659
27.45/26.20	c shortcuts		: 0
27.45/26.20	c learnt literals	: 24
27.45/26.20	c learnt binary clauses	: 45
27.45/26.20	c learnt ternary clauses	: 179
27.45/26.20	c learnt constraints	: 197512
27.45/26.20	c ignored constraints	: 0
27.45/26.20	c root simplifications	: 0
27.45/26.20	c removed literals (reason simplification)	: 0
27.45/26.20	c reason swapping (by a shorter reason)	: 0
27.45/26.20	c Calls to reduceDB	: 27
27.45/26.20	c Number of update (reduction) of LBD	: 96008
27.45/26.20	c Imported unit clauses	: 0
27.45/26.21	c number of reductions to clauses (during analyze)	: 0
27.45/26.21	c number of learned constraints concerned by reduction	: 0
27.45/26.21	c number of learning phase by resolution	: 0
27.45/26.21	c number of learning phase by cutting planes	: 0
27.45/26.21	c speed (assignments/second)	: 1644425.4850429003
27.45/26.21	c non guided choices	9016
27.45/26.21	c learnt constraints type 
27.45/26.21	s OPTIMUM FOUND
27.45/26.21	c Found 79 solution(s)
27.45/26.21	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 
27.45/26.21	c objective function=5
27.45/26.21	c Total wall clock time (in seconds): 26.099

Verifier Data

OK	5

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-4110324-1466343875/watcher-4110324-1466343875 -o /tmp/evaluation-result-4110324-1466343875/solver-4110324-1466343875 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466341816-5531 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4110324-1466343875.wbo 

pid=8352
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.23 1.94 3/194 8355
/proc/meminfo: memFree=31240612/32872528 swapFree=338416/354768
[pid=8355] ppid=8352 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/8355/stat : 8355 (java) S 8352 8355 5514 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 36434272 98570240 978 33554432000 1073741824 1073778376 140735125488080 140735125479216 242170757181 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8355/statm: 24065 978 744 9 0 16771 0
[pid=8355/tid=8356] ppid=8352 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8356/stat : 8356 (java) R 8352 8355 5514 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 36434273 98570240 978 33554432000 1073741824 1073778376 140735125488080 140511342394920 242167399808 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100165 s]
/proc/loadavg: 2.33 2.23 1.94 3/194 8355
/proc/meminfo: memFree=31240612/32872528 swapFree=338416/354768
[pid=8355] ppid=8352 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/8355/stat : 8355 (java) S 8352 8355 5514 0 -1 4202496 4392 0 1 0 10 1 0 0 20 0 18 0 36434272 9787879424 6028 33554432000 1073741824 1073778376 140735125488080 140735125479216 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8355/statm: 2389619 6028 2131 9 0 2380296 0
[pid=8355/tid=8356] ppid=8352 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/8355/task/8356/stat : 8356 (java) R 8352 8355 5514 0 -1 4202560 2380 0 1 0 8 0 0 0 20 0 18 0 36434273 9787879424 6029 33554432000 1073741824 1073778376 140735125488080 140511342398368 242170782989 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200317 s]
/proc/loadavg: 2.33 2.23 1.94 3/194 8355
/proc/meminfo: memFree=31240612/32872528 swapFree=338416/354768
[pid=8355] ppid=8352 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/8355/stat : 8355 (java) S 8352 8355 5514 0 -1 4202496 4721 0 1 0 25 1 0 0 20 0 18 0 36434272 9787879424 6827 33554432000 1073741824 1073778376 140735125488080 140735125479216 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8355/statm: 2389619 6827 2201 9 0 2380296 0
[pid=8355/tid=8356] ppid=8352 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/8355/task/8356/stat : 8356 (java) R 8352 8355 5514 0 -1 4202560 2394 0 1 0 17 0 0 0 20 0 18 0 36434273 9787879424 6827 33554432000 1073741824 1073778376 140735125488080 140511342399704 140511214166345 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300303 s]
/proc/loadavg: 2.33 2.23 1.94 3/194 8355
/proc/meminfo: memFree=31240612/32872528 swapFree=338416/354768
[pid=8355] ppid=8352 vsize=9558476 CPUtime=0.49 cores=1,3,5,7
/proc/8355/stat : 8355 (java) S 8352 8355 5514 0 -1 4202496 6529 0 1 0 48 1 0 0 20 0 18 0 36434272 9787879424 8888 33554432000 1073741824 1073778376 140735125488080 140735125479216 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8355/statm: 2389619 8888 2236 9 0 2380296 0
[pid=8355/tid=8356] ppid=8352 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/8355/task/8356/stat : 8356 (java) R 8352 8355 5514 0 -1 4202560 2396 0 1 0 27 0 0 0 20 0 18 0 36434273 9787879424 8888 33554432000 1073741824 1073778376 140735125488080 140511342399800 140511214122512 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.70023 s]
/proc/loadavg: 2.33 2.23 1.94 3/194 8355
/proc/meminfo: memFree=31240612/32872528 swapFree=338416/354768
[pid=8355] ppid=8352 vsize=9625040 CPUtime=1.69 cores=1,3,5,7
/proc/8355/stat : 8355 (java) S 8352 8355 5514 0 -1 4202496 12893 0 1 0 166 3 0 0 20 0 19 0 36434272 9856040960 14624 33554432000 1073741824 1073778376 140735125488080 140735125479216 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8355/statm: 2406260 14624 2270 9 0 2396937 0
[pid=8355/tid=8356] ppid=8352 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/8355/task/8356/stat : 8356 (java) R 8352 8355 5514 0 -1 4202560 2415 0 1 0 66 1 0 0 20 0 19 0 36434273 9856040960 14624 33554432000 1073741824 1073778376 140735125488080 140511342391600 140511214883456 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.69
Current children cumulated vsize (KiB) 9625040

[startup+1.50081 s]
/proc/loadavg: 2.31 2.23 1.94 3/213 8374
/proc/meminfo: memFree=31171872/32872528 swapFree=338416/354768
[pid=8355] ppid=8352 vsize=9625040 CPUtime=2.52 cores=1,3,5,7
/proc/8355/stat : 8355 (java) S 8352 8355 5514 0 -1 4202496 12908 0 1 0 249 3 0 0 20 0 19 0 36434272 9856040960 19748 33554432000 1073741824 1073778376 140735125488080 140735125479216 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8355/statm: 2406260 19748 2272 9 0 2396937 0
[pid=8355/tid=8356] ppid=8352 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/8355/task/8356/stat : 8356 (java) R 8352 8355 5514 0 -1 4202560 2427 0 1 0 146 1 0 0 20 0 19 0 36434273 9856040960 19748 33554432000 1073741824 1073778376 140735125488080 140511342391600 140511214681286 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8355/tid=8358] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8358/stat : 8358 (java) S 8352 8355 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434274 9856040960 19748 33554432000 1073741824 1073778376 140735125488080 140511186299560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8355/tid=8359] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8359/stat : 8359 (java) S 8352 8355 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434274 9856040960 19748 33554432000 1073741824 1073778376 140735125488080 140511185247016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8355/tid=8360] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8360/stat : 8360 (java) S 8352 8355 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434274 9856040960 19748 33554432000 1073741824 1073778376 140735125488080 140511184194472 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8355/tid=8361] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8361/stat : 8361 (java) S 8352 8355 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434274 9856040960 19748 33554432000 1073741824 1073778376 140735125488080 140511183141928 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8355/tid=8362] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8362/stat : 8362 (java) S 8352 8355 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434274 9856040960 19748 33554432000 1073741824 1073778376 140735125488080 140511182088360 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8355/tid=8363] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8363/stat : 8363 (java) S 8352 8355 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434274 9856040960 19748 33554432000 1073741824 1073778376 140735125488080 140511181035816 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8355/tid=8364] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8364/stat : 8364 (java) S 8352 8355 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434274 9856040960 19748 33554432000 1073741824 1073778376 140735125488080 140511179983272 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8355/tid=8365] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8365/stat : 8365 (java) S 8352 8355 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36434274 9856040960 19748 33554432000 1073741824 1073778376 140735125488080 140511178930728 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8355/tid=8366] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8366/stat : 8366 (java) S 8352 8355 5514 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36434275 9856040960 19748 33554432000 1073741824 1073778376 140735125488080 140511166519912 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8355/tid=8367] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8367/stat : 8367 (java) S 8352 8355 5514 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36434275 9856040960 19748 33554432000 1073741824 1073778376 140735125488080 140511165466232 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8355/tid=8368] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8368/stat : 8368 (java) S 8352 8355 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36434275 9856040960 19748 33554432000 1073741824 1073778376 140735125488080 140511164413576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8355/tid=8369] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8369/stat : 8369 (java) S 8352 8355 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434278 9856040960 19748 33554432000 1073741824 1073778376 140735125488080 140511163362320 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8355/tid=8370] ppid=8352 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/8355/task/8370/stat : 8370 (java) S 8352 8355 5514 0 -1 4202560 5657 0 0 0 49 2 0 0 20 0 19 0 36434278 9856040960 19748 33554432000 1073741824 1073778376 140735125488080 140511162308664 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8355/tid=8371] ppid=8352 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/8355/task/8371/stat : 8371 (java) S 8352 8355 5514 0 -1 4202560 3547 0 0 0 50 0 0 0 20 0 19 0 36434278 9856040960 19748 33554432000 1073741824 1073778376 140735125488080 140511161256120 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8355/tid=8372] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8372/stat : 8372 (java) S 8352 8355 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434278 9856040960 19748 33554432000 1073741824 1073778376 140735125488080 140511160203768 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8355/tid=8373] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8373/stat : 8373 (java) S 8352 8355 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434278 9856040960 19748 33554432000 1073741824 1073778376 140735125488080 140511159151432 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8355/tid=8374] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8374/stat : 8374 (java) S 8352 8355 5514 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36434306 9856040960 19748 33554432000 1073741824 1073778376 140735125488080 140511158097192 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.52
Current children cumulated vsize (KiB) 9625040

[startup+3.10075 s]
/proc/loadavg: 2.31 2.23 1.94 3/213 8374
/proc/meminfo: memFree=31151284/32872528 swapFree=338416/354768
[pid=8355] ppid=8352 vsize=9625040 CPUtime=4.23 cores=1,3,5,7
/proc/8355/stat : 8355 (java) S 8352 8355 5514 0 -1 4202496 12919 0 1 0 419 4 0 0 20 0 19 0 36434272 9856040960 22312 33554432000 1073741824 1073778376 140735125488080 140735125479216 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8355/statm: 2406260 22312 2276 9 0 2396937 0
[pid=8355/tid=8356] ppid=8352 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/8355/task/8356/stat : 8356 (java) R 8352 8355 5514 0 -1 4202560 2434 0 1 0 305 2 0 0 20 0 19 0 36434273 9856040960 22312 33554432000 1073741824 1073778376 140735125488080 140511342397744 140511214681668 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8355/tid=8358] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8358/stat : 8358 (java) S 8352 8355 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434274 9856040960 22312 33554432000 1073741824 1073778376 140735125488080 140511186299560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8355/tid=8359] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8359/stat : 8359 (java) S 8352 8355 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434274 9856040960 22312 33554432000 1073741824 1073778376 140735125488080 140511185247016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8355/tid=8360] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8360/stat : 8360 (java) S 8352 8355 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434274 9856040960 22312 33554432000 1073741824 1073778376 140735125488080 140511184194472 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8355/tid=8361] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8361/stat : 8361 (java) S 8352 8355 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434274 9856040960 22312 33554432000 1073741824 1073778376 140735125488080 140511183141928 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8355/tid=8362] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8362/stat : 8362 (java) S 8352 8355 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434274 9856040960 22312 33554432000 1073741824 1073778376 140735125488080 140511182088360 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8355/tid=8363] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8363/stat : 8363 (java) S 8352 8355 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434274 9856040960 22312 33554432000 1073741824 1073778376 140735125488080 140511181035816 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8355/tid=8364] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8364/stat : 8364 (java) S 8352 8355 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434274 9856040960 22312 33554432000 1073741824 1073778376 140735125488080 140511179983272 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8355/tid=8365] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8365/stat : 8365 (java) S 8352 8355 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36434274 9856040960 22312 33554432000 1073741824 1073778376 140735125488080 140511178930728 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8355/tid=8366] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8366/stat : 8366 (java) S 8352 8355 5514 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36434275 9856040960 22312 33554432000 1073741824 1073778376 140735125488080 140511166519912 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8355/tid=8367] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8367/stat : 8367 (java) S 8352 8355 5514 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36434275 9856040960 22312 33554432000 1073741824 1073778376 140735125488080 140511165466232 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8355/tid=8368] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8368/stat : 8368 (java) S 8352 8355 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36434275 9856040960 22312 33554432000 1073741824 1073778376 140735125488080 140511164413576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8355/tid=8369] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8369/stat : 8369 (java) S 8352 8355 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434278 9856040960 22312 33554432000 1073741824 1073778376 140735125488080 140511163362320 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8355/tid=8370] ppid=8352 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/8355/task/8370/stat : 8370 (java) S 8352 8355 5514 0 -1 4202560 5661 0 0 0 54 2 0 0 20 0 19 0 36434278 9856040960 22312 33554432000 1073741824 1073778376 140735125488080 140511162308664 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8355/tid=8371] ppid=8352 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/8355/task/8371/stat : 8371 (java) S 8352 8355 5514 0 -1 4202560 3547 0 0 0 56 0 0 0 20 0 19 0 36434278 9856040960 22312 33554432000 1073741824 1073778376 140735125488080 140511161256120 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8355/tid=8372] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8372/stat : 8372 (java) S 8352 8355 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434278 9856040960 22312 33554432000 1073741824 1073778376 140735125488080 140511160203768 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8355/tid=8373] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8373/stat : 8373 (java) S 8352 8355 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434278 9856040960 22312 33554432000 1073741824 1073778376 140735125488080 140511159151432 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8355/tid=8374] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8374/stat : 8374 (java) S 8352 8355 5514 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36434306 9856040960 22312 33554432000 1073741824 1073778376 140735125488080 140511158097192 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.23
Current children cumulated vsize (KiB) 9625040

[startup+6.30075 s]
/proc/loadavg: 2.28 2.22 1.94 3/213 8439
/proc/meminfo: memFree=31159600/32872528 swapFree=338416/354768
[pid=8355] ppid=8352 vsize=9625040 CPUtime=7.47 cores=1,3,5,7
/proc/8355/stat : 8355 (java) S 8352 8355 5514 0 -1 4202496 12929 0 1 0 743 4 0 0 20 0 19 0 36434272 9856040960 25649 33554432000 1073741824 1073778376 140735125488080 140735125479216 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8355/statm: 2406260 25649 2277 9 0 2396937 0
[pid=8355/tid=8356] ppid=8352 vsize=9625040 CPUtime=6.27 cores=1,3,5,7
/proc/8355/task/8356/stat : 8356 (java) R 8352 8355 5514 0 -1 4202560 2443 0 1 0 625 2 0 0 20 0 19 0 36434273 9856040960 25649 33554432000 1073741824 1073778376 140735125488080 140511342399864 140511214680524 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8355/tid=8358] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8358/stat : 8358 (java) S 8352 8355 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434274 9856040960 25649 33554432000 1073741824 1073778376 140735125488080 140511186299560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8355/tid=8359] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8359/stat : 8359 (java) S 8352 8355 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434274 9856040960 25649 33554432000 1073741824 1073778376 140735125488080 140511185247016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8355/tid=8360] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8360/stat : 8360 (java) S 8352 8355 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434274 9856040960 25649 33554432000 1073741824 1073778376 140735125488080 140511184194472 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8355/tid=8361] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8361/stat : 8361 (java) S 8352 8355 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434274 9856040960 25649 33554432000 1073741824 1073778376 140735125488080 140511183141928 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8355/tid=8362] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8362/stat : 8362 (java) S 8352 8355 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434274 9856040960 25649 33554432000 1073741824 1073778376 140735125488080 140511182088360 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8355/tid=8363] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8363/stat : 8363 (java) S 8352 8355 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434274 9856040960 25649 33554432000 1073741824 1073778376 140735125488080 140511181035816 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8355/tid=8364] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8364/stat : 8364 (java) S 8352 8355 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434274 9856040960 25649 33554432000 1073741824 1073778376 140735125488080 140511179983272 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8355/tid=8365] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8365/stat : 8365 (java) S 8352 8355 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36434274 9856040960 25649 33554432000 1073741824 1073778376 140735125488080 140511178930728 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8355/tid=8366] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8366/stat : 8366 (java) S 8352 8355 5514 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36434275 9856040960 25649 33554432000 1073741824 1073778376 140735125488080 140511166519912 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8355/tid=8367] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8367/stat : 8367 (java) S 8352 8355 5514 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36434275 9856040960 25649 33554432000 1073741824 1073778376 140735125488080 140511165466232 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8355/tid=8368] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8368/stat : 8368 (java) S 8352 8355 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36434275 9856040960 25649 33554432000 1073741824 1073778376 140735125488080 140511164413576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8355/tid=8369] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8369/stat : 8369 (java) S 8352 8355 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434278 9856040960 25649 33554432000 1073741824 1073778376 140735125488080 140511163362320 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8355/tid=8370] ppid=8352 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/8355/task/8370/stat : 8370 (java) S 8352 8355 5514 0 -1 4202560 5661 0 0 0 58 2 0 0 20 0 19 0 36434278 9856040960 25649 33554432000 1073741824 1073778376 140735125488080 140511162308664 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8355/tid=8371] ppid=8352 vsize=9625040 CPUtime=0.56 cores=1,3,5,7

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

/proc/8355/task/8363/stat : 8363 (java) S 8352 8355 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36434274 9856040960 41886 33554432000 1073741824 1073778376 140735125488080 140511181035816 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8355/tid=8364] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8364/stat : 8364 (java) S 8352 8355 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434274 9856040960 41886 33554432000 1073741824 1073778376 140735125488080 140511179983272 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8355/tid=8365] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8365/stat : 8365 (java) S 8352 8355 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36434274 9856040960 41886 33554432000 1073741824 1073778376 140735125488080 140511178930728 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8355/tid=8366] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8366/stat : 8366 (java) S 8352 8355 5514 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36434275 9856040960 41886 33554432000 1073741824 1073778376 140735125488080 140511166519912 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8355/tid=8367] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8367/stat : 8367 (java) S 8352 8355 5514 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36434275 9856040960 41886 33554432000 1073741824 1073778376 140735125488080 140511165466232 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8355/tid=8368] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8368/stat : 8368 (java) S 8352 8355 5514 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36434275 9856040960 41886 33554432000 1073741824 1073778376 140735125488080 140511164413576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8355/tid=8369] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8369/stat : 8369 (java) S 8352 8355 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434278 9856040960 41886 33554432000 1073741824 1073778376 140735125488080 140511163362320 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8355/tid=8370] ppid=8352 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/8355/task/8370/stat : 8370 (java) S 8352 8355 5514 0 -1 4202560 5661 0 0 0 58 2 0 0 20 0 19 0 36434278 9856040960 41886 33554432000 1073741824 1073778376 140735125488080 140511162308664 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8355/tid=8371] ppid=8352 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/8355/task/8371/stat : 8371 (java) S 8352 8355 5514 0 -1 4202560 3548 0 0 0 63 0 0 0 20 0 19 0 36434278 9856040960 41886 33554432000 1073741824 1073778376 140735125488080 140511161256120 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8355/tid=8372] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8372/stat : 8372 (java) S 8352 8355 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434278 9856040960 41886 33554432000 1073741824 1073778376 140735125488080 140511160203768 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8355/tid=8373] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8373/stat : 8373 (java) S 8352 8355 5514 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36434278 9856040960 41886 33554432000 1073741824 1073778376 140735125488080 140511159151432 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8355/tid=8374] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8374/stat : 8374 (java) S 8352 8355 5514 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36434306 9856040960 41886 33554432000 1073741824 1073778376 140735125488080 140511158097192 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 26.75
Current children cumulated vsize (KiB) 9625040

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 8355 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+25.6009 s]
/proc/loadavg: 2.20 2.21 1.94 3/213 8504
/proc/meminfo: memFree=31061728/32872528 swapFree=338416/354768
[pid=8355] ppid=8352 vsize=9625040 CPUtime=26.85 cores=1,3,5,7
/proc/8355/stat : 8355 (java) S 8352 8355 5514 0 -1 4202496 12991 0 1 0 2680 5 0 0 20 0 19 0 36434272 9856040960 41886 33554432000 1073741824 1073778376 140735125488080 140735125479216 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8355/statm: 2406260 41886 2291 9 0 2396937 0
[pid=8355/tid=8356] ppid=8352 vsize=9625040 CPUtime=25.57 cores=1,3,5,7
/proc/8355/task/8356/stat : 8356 (java) R 8352 8355 5514 0 -1 4202560 2479 0 1 0 2553 4 0 0 20 0 19 0 36434273 9856040960 41886 33554432000 1073741824 1073778376 140735125488080 140511342397928 140511214654206 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8355/tid=8358] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8358/stat : 8358 (java) S 8352 8355 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36434274 9856040960 41886 33554432000 1073741824 1073778376 140735125488080 140511186299560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8355/tid=8359] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8359/stat : 8359 (java) S 8352 8355 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434274 9856040960 41886 33554432000 1073741824 1073778376 140735125488080 140511185247016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8355/tid=8360] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8360/stat : 8360 (java) S 8352 8355 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434274 9856040960 41886 33554432000 1073741824 1073778376 140735125488080 140511184194472 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8355/tid=8361] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8361/stat : 8361 (java) S 8352 8355 5514 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36434274 9856040960 41886 33554432000 1073741824 1073778376 140735125488080 140511183141928 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8355/tid=8362] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8362/stat : 8362 (java) S 8352 8355 5514 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36434274 9856040960 41886 33554432000 1073741824 1073778376 140735125488080 140511182088360 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8355/tid=8363] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8363/stat : 8363 (java) S 8352 8355 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36434274 9856040960 41886 33554432000 1073741824 1073778376 140735125488080 140511181035816 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8355/tid=8364] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8364/stat : 8364 (java) S 8352 8355 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434274 9856040960 41886 33554432000 1073741824 1073778376 140735125488080 140511179983272 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8355/tid=8365] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8365/stat : 8365 (java) S 8352 8355 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36434274 9856040960 41886 33554432000 1073741824 1073778376 140735125488080 140511178930728 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8355/tid=8366] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8366/stat : 8366 (java) S 8352 8355 5514 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36434275 9856040960 41886 33554432000 1073741824 1073778376 140735125488080 140511166519912 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8355/tid=8367] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8367/stat : 8367 (java) S 8352 8355 5514 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36434275 9856040960 41886 33554432000 1073741824 1073778376 140735125488080 140511165466232 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8355/tid=8368] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8368/stat : 8368 (java) S 8352 8355 5514 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36434275 9856040960 41886 33554432000 1073741824 1073778376 140735125488080 140511164413576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8355/tid=8369] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8369/stat : 8369 (java) S 8352 8355 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434278 9856040960 41886 33554432000 1073741824 1073778376 140735125488080 140511163362320 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8355/tid=8370] ppid=8352 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/8355/task/8370/stat : 8370 (java) S 8352 8355 5514 0 -1 4202560 5661 0 0 0 58 2 0 0 20 0 19 0 36434278 9856040960 41886 33554432000 1073741824 1073778376 140735125488080 140511162308664 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8355/tid=8371] ppid=8352 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/8355/task/8371/stat : 8371 (java) S 8352 8355 5514 0 -1 4202560 3548 0 0 0 63 0 0 0 20 0 19 0 36434278 9856040960 41886 33554432000 1073741824 1073778376 140735125488080 140511161256120 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8355/tid=8372] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8372/stat : 8372 (java) S 8352 8355 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434278 9856040960 41886 33554432000 1073741824 1073778376 140735125488080 140511160203768 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8355/tid=8373] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8373/stat : 8373 (java) S 8352 8355 5514 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36434278 9856040960 41886 33554432000 1073741824 1073778376 140735125488080 140511159151432 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8355/tid=8374] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8374/stat : 8374 (java) S 8352 8355 5514 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36434306 9856040960 41886 33554432000 1073741824 1073778376 140735125488080 140511158097192 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 26.85
Current children cumulated vsize (KiB) 9625040

[startup+26.0007 s]
/proc/loadavg: 2.20 2.21 1.94 3/213 8504
/proc/meminfo: memFree=31061728/32872528 swapFree=338416/354768
[pid=8355] ppid=8352 vsize=9625040 CPUtime=27.25 cores=1,3,5,7
/proc/8355/stat : 8355 (java) S 8352 8355 5514 0 -1 4202496 12991 0 1 0 2720 5 0 0 20 0 19 0 36434272 9856040960 41886 33554432000 1073741824 1073778376 140735125488080 140735125479216 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8355/statm: 2406260 41886 2291 9 0 2396937 0
[pid=8355/tid=8356] ppid=8352 vsize=9625040 CPUtime=25.97 cores=1,3,5,7
/proc/8355/task/8356/stat : 8356 (java) R 8352 8355 5514 0 -1 4202560 2479 0 1 0 2593 4 0 0 20 0 19 0 36434273 9856040960 41886 33554432000 1073741824 1073778376 140735125488080 140511342391040 140511214310786 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8355/tid=8358] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8358/stat : 8358 (java) S 8352 8355 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36434274 9856040960 41886 33554432000 1073741824 1073778376 140735125488080 140511186299560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8355/tid=8359] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8359/stat : 8359 (java) S 8352 8355 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434274 9856040960 41886 33554432000 1073741824 1073778376 140735125488080 140511185247016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8355/tid=8360] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8360/stat : 8360 (java) S 8352 8355 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434274 9856040960 41886 33554432000 1073741824 1073778376 140735125488080 140511184194472 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8355/tid=8361] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8361/stat : 8361 (java) S 8352 8355 5514 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36434274 9856040960 41886 33554432000 1073741824 1073778376 140735125488080 140511183141928 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8355/tid=8362] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8362/stat : 8362 (java) S 8352 8355 5514 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36434274 9856040960 41886 33554432000 1073741824 1073778376 140735125488080 140511182088360 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8355/tid=8363] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8363/stat : 8363 (java) S 8352 8355 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36434274 9856040960 41886 33554432000 1073741824 1073778376 140735125488080 140511181035816 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8355/tid=8364] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8364/stat : 8364 (java) S 8352 8355 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434274 9856040960 41886 33554432000 1073741824 1073778376 140735125488080 140511179983272 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8355/tid=8365] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8365/stat : 8365 (java) S 8352 8355 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36434274 9856040960 41886 33554432000 1073741824 1073778376 140735125488080 140511178930728 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8355/tid=8366] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8366/stat : 8366 (java) S 8352 8355 5514 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36434275 9856040960 41886 33554432000 1073741824 1073778376 140735125488080 140511166519912 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8355/tid=8367] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8367/stat : 8367 (java) S 8352 8355 5514 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36434275 9856040960 41886 33554432000 1073741824 1073778376 140735125488080 140511165466232 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8355/tid=8368] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8368/stat : 8368 (java) S 8352 8355 5514 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36434275 9856040960 41886 33554432000 1073741824 1073778376 140735125488080 140511164413576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8355/tid=8369] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8369/stat : 8369 (java) S 8352 8355 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434278 9856040960 41886 33554432000 1073741824 1073778376 140735125488080 140511163362320 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8355/tid=8370] ppid=8352 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/8355/task/8370/stat : 8370 (java) S 8352 8355 5514 0 -1 4202560 5661 0 0 0 58 2 0 0 20 0 19 0 36434278 9856040960 41886 33554432000 1073741824 1073778376 140735125488080 140511162308664 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8355/tid=8371] ppid=8352 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/8355/task/8371/stat : 8371 (java) S 8352 8355 5514 0 -1 4202560 3548 0 0 0 63 0 0 0 20 0 19 0 36434278 9856040960 41886 33554432000 1073741824 1073778376 140735125488080 140511161256120 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8355/tid=8372] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8372/stat : 8372 (java) S 8352 8355 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434278 9856040960 41886 33554432000 1073741824 1073778376 140735125488080 140511160203768 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8355/tid=8373] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8373/stat : 8373 (java) S 8352 8355 5514 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36434278 9856040960 41886 33554432000 1073741824 1073778376 140735125488080 140511159151432 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8355/tid=8374] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8374/stat : 8374 (java) S 8352 8355 5514 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36434306 9856040960 41886 33554432000 1073741824 1073778376 140735125488080 140511158097192 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 27.25
Current children cumulated vsize (KiB) 9625040

[startup+26.2007 s]
/proc/loadavg: 2.20 2.21 1.94 3/213 8504
/proc/meminfo: memFree=31061728/32872528 swapFree=338416/354768
[pid=8355] ppid=8352 vsize=9625040 CPUtime=27.45 cores=1,3,5,7
/proc/8355/stat : 8355 (java) S 8352 8355 5514 0 -1 4202496 12992 0 1 0 2740 5 0 0 20 0 19 0 36434272 9856040960 41886 33554432000 1073741824 1073778376 140735125488080 140735125479216 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8355/statm: 2406260 41886 2291 9 0 2396937 0
[pid=8355/tid=8356] ppid=8352 vsize=9625040 CPUtime=26.17 cores=1,3,5,7
/proc/8355/task/8356/stat : 8356 (java) R 8352 8355 5514 0 -1 4202560 2480 0 1 0 2613 4 0 0 20 0 19 0 36434273 9856040960 41886 33554432000 1073741824 1073778376 140735125488080 140511342400104 140511214881541 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8355/tid=8358] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8358/stat : 8358 (java) S 8352 8355 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36434274 9856040960 41886 33554432000 1073741824 1073778376 140735125488080 140511186299560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8355/tid=8359] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8359/stat : 8359 (java) S 8352 8355 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434274 9856040960 41886 33554432000 1073741824 1073778376 140735125488080 140511185247016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8355/tid=8360] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8360/stat : 8360 (java) S 8352 8355 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434274 9856040960 41886 33554432000 1073741824 1073778376 140735125488080 140511184194472 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8355/tid=8361] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8361/stat : 8361 (java) S 8352 8355 5514 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36434274 9856040960 41886 33554432000 1073741824 1073778376 140735125488080 140511183141928 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8355/tid=8362] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8362/stat : 8362 (java) S 8352 8355 5514 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36434274 9856040960 41886 33554432000 1073741824 1073778376 140735125488080 140511182088360 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8355/tid=8363] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8363/stat : 8363 (java) S 8352 8355 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36434274 9856040960 41886 33554432000 1073741824 1073778376 140735125488080 140511181035816 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8355/tid=8364] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8364/stat : 8364 (java) S 8352 8355 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434274 9856040960 41886 33554432000 1073741824 1073778376 140735125488080 140511179983272 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8355/tid=8365] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8365/stat : 8365 (java) S 8352 8355 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36434274 9856040960 41886 33554432000 1073741824 1073778376 140735125488080 140511178930728 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8355/tid=8366] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8366/stat : 8366 (java) S 8352 8355 5514 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36434275 9856040960 41886 33554432000 1073741824 1073778376 140735125488080 140511166519912 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8355/tid=8367] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8367/stat : 8367 (java) S 8352 8355 5514 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36434275 9856040960 41886 33554432000 1073741824 1073778376 140735125488080 140511165466232 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8355/tid=8368] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8368/stat : 8368 (java) S 8352 8355 5514 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36434275 9856040960 41886 33554432000 1073741824 1073778376 140735125488080 140511164413576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8355/tid=8369] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8369/stat : 8369 (java) S 8352 8355 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434278 9856040960 41886 33554432000 1073741824 1073778376 140735125488080 140511163362320 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8355/tid=8370] ppid=8352 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/8355/task/8370/stat : 8370 (java) S 8352 8355 5514 0 -1 4202560 5661 0 0 0 58 2 0 0 20 0 19 0 36434278 9856040960 41886 33554432000 1073741824 1073778376 140735125488080 140511162308664 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8355/tid=8371] ppid=8352 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/8355/task/8371/stat : 8371 (java) S 8352 8355 5514 0 -1 4202560 3548 0 0 0 63 0 0 0 20 0 19 0 36434278 9856040960 41886 33554432000 1073741824 1073778376 140735125488080 140511161256120 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8355/tid=8372] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8372/stat : 8372 (java) S 8352 8355 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434278 9856040960 41886 33554432000 1073741824 1073778376 140735125488080 140511160203768 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8355/tid=8373] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8373/stat : 8373 (java) S 8352 8355 5514 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36434278 9856040960 41886 33554432000 1073741824 1073778376 140735125488080 140511159151432 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8355/tid=8374] ppid=8352 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8355/task/8374/stat : 8374 (java) S 8352 8355 5514 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36434306 9856040960 41886 33554432000 1073741824 1073778376 140735125488080 140511158097192 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 27.45
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 26.2239
CPU time (s): 27.4698
CPU user time (s): 27.3788
CPU system time (s): 0.090986
CPU usage (%): 104.751
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 27.3788
system time used= 0.090986
maximum resident set size= 167612
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13017
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= 837
involuntary context switches= 488

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

The end

Launcher Data

Begin job on node126 at 2016-06-19 15:44:35
IDJOB=4110324
IDBENCH=79256
IDSOLVER=2551
FILE ID=node126/4110324-1466343875
RUNJOBID= node126-1466341816-5531
PBS_JOBID= 19922027
Free space on /tmp= 71740 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.1900552423--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4110324-1466343875/watcher-4110324-1466343875 -o /tmp/evaluation-result-4110324-1466343875/solver-4110324-1466343875 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466341816-5531 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4110324-1466343875.wbo

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

MD5SUM BENCH= c6df963ff1848506ee15e7c5bdbc3c3f
RANDOM SEED=1602177140

node126.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.121
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.24
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.121
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.121
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		: 2666.121
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.121
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.121
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.121
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.121
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:        31240876 kB
Buffers:          174816 kB
Cached:           278452 kB
SwapCached:         1796 kB
Active:           185708 kB
Inactive:         346212 kB
Active(anon):      79344 kB
Inactive(anon):     1916 kB
Active(file):     106364 kB
Inactive(file):   344296 kB
Unevictable:      354768 kB
Mlocked:          338416 kB
SwapTotal:      67108856 kB
SwapFree:       67100300 kB
Dirty:              1628 kB
Writeback:             0 kB
AnonPages:        488236 kB
Mapped:            17048 kB
Shmem:                 0 kB
Slab:             610100 kB
SReclaimable:      53236 kB
SUnreclaim:       556864 kB
KernelStack:        1656 kB
PageTables:         5432 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1042696 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    112640 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71740 MiB
End job on node126 at 2016-06-19 15:45:02