Trace number 4109660

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 18.6412 16.7936

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900564824--soft-66-100-0.wbo
MD5SUMbcc83dde29b6f868056a0bfa1b1372de
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark19
Best CPU time to get the best result obtained on this benchmark14.6498
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 constraints928
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 47257
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 47256
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 813
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4109660-1466343676.wbo
0.11/0.10	c reading problem ... 
0.26/0.29	c ... done. Wall clock time 0.191s.
0.26/0.29	c declared #vars     231
0.26/0.29	c internal #vars     1159
0.26/0.29	c #constraints  2707
0.26/0.29	c constraints type 
0.26/0.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2533
0.26/0.29	c org.sat4j.minisat.constraints.card.MinWatchCard => 14
0.26/0.29	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 151
0.26/0.29	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 9
0.26/0.29	c 2707 constraints processed.
0.26/0.29	c objective function length is 928 literals
0.77/0.44	c SATISFIABLE
0.77/0.44	c OPTIMIZING...
0.77/0.44	c Got one! Elapsed wall clock time (in seconds):0.337
0.77/0.44	o 1357
0.77/0.47	c Got one! Elapsed wall clock time (in seconds):0.365
0.77/0.47	o 1087
0.77/0.49	c Got one! Elapsed wall clock time (in seconds):0.387
0.77/0.49	o 739
1.03/0.50	c Got one! Elapsed wall clock time (in seconds):0.403
1.03/0.50	o 728
1.03/0.52	c Got one! Elapsed wall clock time (in seconds):0.414
1.03/0.52	o 478
1.03/0.53	c Got one! Elapsed wall clock time (in seconds):0.43
1.03/0.53	o 471
1.03/0.54	c Got one! Elapsed wall clock time (in seconds):0.439
1.03/0.54	o 444
1.03/0.57	c Got one! Elapsed wall clock time (in seconds):0.465
1.03/0.57	o 416
1.03/0.58	c Got one! Elapsed wall clock time (in seconds):0.481
1.03/0.58	o 415
1.03/0.59	c Got one! Elapsed wall clock time (in seconds):0.49
1.03/0.59	o 408
1.34/0.60	c Got one! Elapsed wall clock time (in seconds):0.498
1.34/0.60	o 399
1.34/0.63	c Got one! Elapsed wall clock time (in seconds):0.524
1.34/0.63	o 391
1.34/0.63	c Got one! Elapsed wall clock time (in seconds):0.531
1.34/0.63	o 385
1.34/0.64	c Got one! Elapsed wall clock time (in seconds):0.536
1.34/0.64	o 325
1.64/0.73	c Got one! Elapsed wall clock time (in seconds):0.627
1.64/0.73	o 322
1.64/0.74	c Got one! Elapsed wall clock time (in seconds):0.635
1.64/0.74	o 321
1.64/0.74	c Got one! Elapsed wall clock time (in seconds):0.638
1.64/0.74	o 309
1.64/0.76	c Got one! Elapsed wall clock time (in seconds):0.656
1.64/0.76	o 308
1.64/0.76	c Got one! Elapsed wall clock time (in seconds):0.662
1.64/0.76	o 307
1.64/0.77	c Got one! Elapsed wall clock time (in seconds):0.67
1.64/0.77	o 298
1.81/0.85	c Got one! Elapsed wall clock time (in seconds):0.748
1.81/0.85	o 297
1.81/0.86	c Got one! Elapsed wall clock time (in seconds):0.754
1.81/0.86	o 296
1.81/0.87	c Got one! Elapsed wall clock time (in seconds):0.769
1.81/0.87	o 294
1.81/0.89	c Got one! Elapsed wall clock time (in seconds):0.787
1.81/0.89	o 285
1.91/0.90	c Got one! Elapsed wall clock time (in seconds):0.796
1.91/0.90	o 276
1.91/0.91	c Got one! Elapsed wall clock time (in seconds):0.808
1.91/0.91	o 259
1.91/0.91	c Got one! Elapsed wall clock time (in seconds):0.812
1.91/0.91	o 235
1.91/0.98	c Got one! Elapsed wall clock time (in seconds):0.879
1.91/0.98	o 232
2.22/1.28	c cleaning 4870 clauses out of 9750 with flag 20973/9750
2.46/1.45	c Got one! Elapsed wall clock time (in seconds):1.347
2.46/1.45	o 225
2.76/1.70	c Got one! Elapsed wall clock time (in seconds):1.601
2.76/1.70	o 223
2.76/1.71	c Got one! Elapsed wall clock time (in seconds):1.608
2.76/1.71	o 217
2.76/1.72	c Got one! Elapsed wall clock time (in seconds):1.622
2.76/1.72	o 207
2.76/1.75	c Got one! Elapsed wall clock time (in seconds):1.644
2.76/1.75	o 205
2.76/1.75	c Got one! Elapsed wall clock time (in seconds):1.652
2.76/1.75	o 193
2.86/1.81	c Got one! Elapsed wall clock time (in seconds):1.705
2.86/1.81	o 189
2.86/1.89	c Got one! Elapsed wall clock time (in seconds):1.785
2.86/1.89	o 183
2.96/1.97	c cleaning 6583 clauses out of 13180 with flag 7588/18050
3.07/2.09	c Got one! Elapsed wall clock time (in seconds):1.986
3.07/2.09	o 175
3.17/2.20	c Got one! Elapsed wall clock time (in seconds):2.095
3.17/2.20	o 174
3.28/2.24	c Got one! Elapsed wall clock time (in seconds):2.143
3.28/2.24	o 173
3.28/2.28	c Got one! Elapsed wall clock time (in seconds):2.18
3.28/2.28	o 172
3.28/2.29	c Got one! Elapsed wall clock time (in seconds):2.192
3.28/2.29	o 170
3.68/2.64	c cleaning 6865 clauses out of 13734 with flag 22692/25187
3.79/2.74	c Got one! Elapsed wall clock time (in seconds):2.642
3.79/2.74	o 168
4.09/3.09	c cleaning 6026 clauses out of 12072 with flag 33906/30390
4.09/3.09	c Got one! Elapsed wall clock time (in seconds):2.99
4.09/3.09	o 167
4.19/3.11	c Got one! Elapsed wall clock time (in seconds):3.008
4.19/3.11	o 129
4.19/3.12	c Got one! Elapsed wall clock time (in seconds):3.014
4.19/3.12	o 127
4.31/3.24	c Got one! Elapsed wall clock time (in seconds):3.133
4.31/3.24	o 123
4.51/3.43	c Got one! Elapsed wall clock time (in seconds):3.328
4.51/3.43	o 120
4.71/3.64	c cleaning 6113 clauses out of 12232 with flag 13571/36576
4.71/3.66	c Got one! Elapsed wall clock time (in seconds):3.561
4.71/3.66	o 119
5.32/3.96	c Got one! Elapsed wall clock time (in seconds):3.861
5.32/3.96	o 89
5.56/4.15	c cleaning 5724 clauses out of 11460 with flag 22325/41917
5.72/4.20	c Got one! Elapsed wall clock time (in seconds):4.096
5.72/4.20	o 84
5.92/4.39	c Got one! Elapsed wall clock time (in seconds):4.287
5.92/4.39	o 83
6.14/4.50	c Got one! Elapsed wall clock time (in seconds):4.398
6.14/4.50	o 77
6.43/4.60	c Got one! Elapsed wall clock time (in seconds):4.5
6.43/4.60	o 63
6.43/4.69	c cleaning 6063 clauses out of 12139 with flag 8592/48320
6.93/5.14	c cleaning 6033 clauses out of 12076 with flag 54736/54320
6.93/5.17	c Got one! Elapsed wall clock time (in seconds):5.064
6.93/5.17	o 60
7.03/5.25	c Got one! Elapsed wall clock time (in seconds):5.143
7.03/5.25	o 55
7.36/5.56	c cleaning 5781 clauses out of 11591 with flag 33035/59868
7.85/6.02	c cleaning 5902 clauses out of 11813 with flag 81022/65871
8.15/6.36	c Got one! Elapsed wall clock time (in seconds):6.261
8.15/6.36	o 51
8.25/6.44	c cleaning 5923 clauses out of 11874 with flag 7690/71834
8.65/6.86	c cleaning 5970 clauses out of 11951 with flag 50371/77834
9.14/7.35	c cleaning 6485 clauses out of 12983 with flag 103035/84836
9.24/7.48	c Got one! Elapsed wall clock time (in seconds):7.378
9.24/7.48	o 47
9.56/7.78	c Got one! Elapsed wall clock time (in seconds):7.681
9.56/7.78	o 45
9.66/7.81	c Got one! Elapsed wall clock time (in seconds):7.706
9.66/7.81	o 34
9.66/7.89	c cleaning 6838 clauses out of 13682 with flag 7735/92020
10.15/8.36	c cleaning 6408 clauses out of 12848 with flag 58085/98024
10.66/8.85	c cleaning 6710 clauses out of 13437 with flag 108810/105021
11.25/9.43	c cleaning 7354 clauses out of 14729 with flag 170380/113023
11.86/10.09	c cleaning 8172 clauses out of 16372 with flag 239125/122020
11.86/10.10	c Got one! Elapsed wall clock time (in seconds):9.994
11.86/10.10	o 33
12.26/10.48	c cleaning 6628 clauses out of 13256 with flag 40198/127077
12.79/10.94	c cleaning 6310 clauses out of 12623 with flag 84743/133072
12.89/11.08	c Got one! Elapsed wall clock time (in seconds):10.974
12.89/11.08	o 31
13.19/11.33	c cleaning 5674 clauses out of 11352 with flag 22686/138113
13.29/11.48	c Got one! Elapsed wall clock time (in seconds):11.379
13.29/11.48	o 28
13.49/11.65	c cleaning 5560 clauses out of 11131 with flag 17193/143566
13.79/11.99	c cleaning 5769 clauses out of 11573 with flag 51649/149568
14.29/12.44	c cleaning 6390 clauses out of 12805 with flag 99386/156569
14.89/13.04	c cleaning 7203 clauses out of 14412 with flag 156187/164566
15.10/13.30	c Got one! Elapsed wall clock time (in seconds):13.193
15.10/13.30	o 27
15.29/13.44	c cleaning 6327 clauses out of 12680 with flag 15042/170037
15.49/13.64	c Got one! Elapsed wall clock time (in seconds):13.535
15.49/13.64	o 23
15.59/13.79	c cleaning 5857 clauses out of 11726 with flag 13844/175410
15.99/14.17	c Got one! Elapsed wall clock time (in seconds):14.068
15.99/14.17	o 22
16.49/14.64	c cleaning 8159 clauses out of 16318 with flag 36993/185861
16.79/14.93	c Got one! Elapsed wall clock time (in seconds):14.831
16.79/14.93	o 20
16.99/15.12	c cleaning 6814 clauses out of 13639 with flag 13662/191343
17.49/15.63	c cleaning 6404 clauses out of 12822 with flag 54912/197342
17.99/16.11	c Got one! Elapsed wall clock time (in seconds):16.005
17.99/16.11	o 19
18.49/16.61	c cleaning 8837 clauses out of 17677 with flag 33500/208608
18.59/16.77	c starts		: 164
18.59/16.77	c conflicts		: 210447
18.59/16.77	c decisions		: 408513
18.59/16.77	c propagations		: 18065853
18.59/16.77	c inspects		: 192431646
18.59/16.77	c shortcuts		: 0
18.59/16.77	c learnt literals	: 20
18.59/16.77	c learnt binary clauses	: 35
18.59/16.77	c learnt ternary clauses	: 167
18.59/16.77	c learnt constraints	: 210426
18.59/16.77	c ignored constraints	: 0
18.59/16.77	c root simplifications	: 0
18.59/16.77	c removed literals (reason simplification)	: 0
18.59/16.77	c reason swapping (by a shorter reason)	: 0
18.59/16.77	c Calls to reduceDB	: 31
18.59/16.77	c Number of update (reduction) of LBD	: 94386
18.59/16.77	c Imported unit clauses	: 0
18.59/16.77	c number of reductions to clauses (during analyze)	: 0
18.59/16.77	c number of learned constraints concerned by reduction	: 0
18.59/16.77	c number of learning phase by resolution	: 0
18.59/16.77	c number of learning phase by cutting planes	: 0
18.59/16.77	c speed (assignments/second)	: 1096694.7732653434
18.59/16.77	c non guided choices	7536
18.59/16.77	c learnt constraints type 
18.59/16.77	s OPTIMUM FOUND
18.59/16.77	c Found 67 solution(s)
18.59/16.78	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 
18.59/16.78	c objective function=19
18.59/16.78	c Total wall clock time (in seconds): 16.674

Verifier Data

OK	19

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-4109660-1466343676/watcher-4109660-1466343676 -o /tmp/evaluation-result-4109660-1466343676/solver-4109660-1466343676 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1466341822-5260 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4109660-1466343676.wbo 

pid=6325
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.09 2.17 1.86 3/194 6328
/proc/meminfo: memFree=30401476/32872528 swapFree=1075284/1157044
[pid=6328] ppid=6325 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/6328/stat : 6328 (java) S 6325 6328 5243 0 -1 4202496 1283 0 0 0 0 0 0 0 20 0 2 0 36416859 94019584 917 33554432000 1073741824 1073778376 140733337365488 140733337356624 219517321277 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6328/statm: 22954 917 697 9 0 16769 0
[pid=6328/tid=6329] ppid=6325 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6329/stat : 6329 (java) R 6325 6328 5243 0 -1 4202560 68 0 0 0 0 0 0 0 20 0 2 0 36416860 95129600 925 33554432000 1073741824 1073778376 140733337365488 140088390340136 219504753203 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100163 s]
/proc/loadavg: 2.09 2.17 1.86 3/194 6328
/proc/meminfo: memFree=30401476/32872528 swapFree=1075284/1157044
[pid=6328] ppid=6325 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/6328/stat : 6328 (java) S 6325 6328 5243 0 -1 4202496 4478 0 1 0 10 1 0 0 20 0 18 0 36416859 9787879424 6103 33554432000 1073741824 1073778376 140733337365488 140733337356624 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6328/statm: 2389619 6103 2155 9 0 2380296 0
[pid=6328/tid=6329] ppid=6325 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/6328/task/6329/stat : 6329 (java) R 6325 6328 5243 0 -1 4202560 2379 0 1 0 7 0 0 0 20 0 18 0 36416860 9787879424 6103 33554432000 1073741824 1073778376 140733337365488 140088390343304 219517347085 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.200378 s]
/proc/loadavg: 2.09 2.17 1.86 3/194 6328
/proc/meminfo: memFree=30401476/32872528 swapFree=1075284/1157044
[pid=6328] ppid=6325 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/6328/stat : 6328 (java) S 6325 6328 5243 0 -1 4202496 4787 0 1 0 25 1 0 0 20 0 18 0 36416859 9787879424 6834 33554432000 1073741824 1073778376 140733337365488 140733337356624 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6328/statm: 2389619 6834 2214 9 0 2380296 0
[pid=6328/tid=6329] ppid=6325 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/6328/task/6329/stat : 6329 (java) R 6325 6328 5243 0 -1 4202560 2393 0 1 0 17 0 0 0 20 0 18 0 36416860 9787879424 6834 33554432000 1073741824 1073778376 140733337365488 140088390338848 140088226936224 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300357 s]
/proc/loadavg: 2.09 2.17 1.86 3/194 6328
/proc/meminfo: memFree=30401476/32872528 swapFree=1075284/1157044
[pid=6328] ppid=6325 vsize=9558476 CPUtime=0.49 cores=1,3,5,7
/proc/6328/stat : 6328 (java) S 6325 6328 5243 0 -1 4202496 5915 0 1 0 48 1 0 0 20 0 18 0 36416859 9787879424 8381 33554432000 1073741824 1073778376 140733337365488 140733337356624 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6328/statm: 2389619 8381 2239 9 0 2380296 0
[pid=6328/tid=6329] ppid=6325 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/6328/task/6329/stat : 6329 (java) R 6325 6328 5243 0 -1 4202560 2408 0 1 0 27 0 0 0 20 0 18 0 36416860 9787879424 8381 33554432000 1073741824 1073778376 140733337365488 140088390338848 140088226936400 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700227 s]
/proc/loadavg: 2.09 2.17 1.86 3/194 6328
/proc/meminfo: memFree=30401476/32872528 swapFree=1075284/1157044
[pid=6328] ppid=6325 vsize=9625040 CPUtime=1.64 cores=1,3,5,7
/proc/6328/stat : 6328 (java) S 6325 6328 5243 0 -1 4202496 13023 0 1 0 161 3 0 0 20 0 19 0 36416859 9856040960 12933 33554432000 1073741824 1073778376 140733337365488 140733337356624 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6328/statm: 2406260 12933 2260 9 0 2396937 0
[pid=6328/tid=6329] ppid=6325 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/6328/task/6329/stat : 6329 (java) R 6325 6328 5243 0 -1 4202560 2415 0 1 0 66 1 0 0 20 0 19 0 36416860 9856040960 12933 33554432000 1073741824 1073778376 140733337365488 140088390344872 140088227433251 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 9625040

[startup+1.50083 s]
/proc/loadavg: 2.09 2.17 1.86 3/213 6347
/proc/meminfo: memFree=30343892/32872528 swapFree=1075284/1157044
[pid=6328] ppid=6325 vsize=9625040 CPUtime=2.56 cores=1,3,5,7
/proc/6328/stat : 6328 (java) S 6325 6328 5243 0 -1 4202496 13038 0 1 0 253 3 0 0 20 0 19 0 36416859 9856040960 15502 33554432000 1073741824 1073778376 140733337365488 140733337356624 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6328/statm: 2406260 15502 2268 9 0 2396937 0
[pid=6328/tid=6329] ppid=6325 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/6328/task/6329/stat : 6329 (java) R 6325 6328 5243 0 -1 4202560 2421 0 1 0 146 1 0 0 20 0 19 0 36416860 9856040960 15502 33554432000 1073741824 1073778376 140733337365488 140088390344712 140088227433251 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6328/tid=6331] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6331/stat : 6331 (java) S 6325 6328 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416860 9856040960 15502 33554432000 1073741824 1073778376 140733337365488 140088351837224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6328/tid=6332] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6332/stat : 6332 (java) S 6325 6328 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416860 9856040960 15502 33554432000 1073741824 1073778376 140733337365488 140088350784424 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6328/tid=6333] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6333/stat : 6333 (java) S 6325 6328 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416860 9856040960 15502 33554432000 1073741824 1073778376 140733337365488 140088349731624 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6328/tid=6334] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6334/stat : 6334 (java) S 6325 6328 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416860 9856040960 15502 33554432000 1073741824 1073778376 140733337365488 140088348678824 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6328/tid=6335] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6335/stat : 6335 (java) S 6325 6328 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416860 9856040960 15502 33554432000 1073741824 1073778376 140733337365488 140088347626024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6328/tid=6336] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6336/stat : 6336 (java) S 6325 6328 5243 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36416860 9856040960 15502 33554432000 1073741824 1073778376 140733337365488 140088346573224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6328/tid=6337] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6337/stat : 6337 (java) S 6325 6328 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416860 9856040960 15502 33554432000 1073741824 1073778376 140733337365488 140088345520424 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6328/tid=6338] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6338/stat : 6338 (java) S 6325 6328 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36416860 9856040960 15502 33554432000 1073741824 1073778376 140733337365488 140088226867368 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6328/tid=6339] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6339/stat : 6339 (java) S 6325 6328 5243 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36416861 9856040960 15502 33554432000 1073741824 1073778376 140733337365488 140088214457320 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6328/tid=6340] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6340/stat : 6340 (java) S 6325 6328 5243 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36416862 9856040960 15502 33554432000 1073741824 1073778376 140733337365488 140088213403384 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6328/tid=6341] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6341/stat : 6341 (java) S 6325 6328 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36416862 9856040960 15502 33554432000 1073741824 1073778376 140733337365488 140088212350472 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6328/tid=6342] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6342/stat : 6342 (java) S 6325 6328 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416864 9856040960 15502 33554432000 1073741824 1073778376 140733337365488 140088211298960 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6328/tid=6343] ppid=6325 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/6328/task/6343/stat : 6343 (java) S 6325 6328 5243 0 -1 4202560 3523 0 0 0 51 0 0 0 20 0 19 0 36416864 9856040960 15502 33554432000 1073741824 1073778376 140733337365488 140087471892920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6328/tid=6344] ppid=6325 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/6328/task/6344/stat : 6344 (java) S 6325 6328 5243 0 -1 4202560 5816 0 0 0 52 2 0 0 20 0 19 0 36416864 9856040960 15502 33554432000 1073741824 1073778376 140733337365488 140087470840120 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6328/tid=6345] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6345/stat : 6345 (java) S 6325 6328 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416864 9856040960 15502 33554432000 1073741824 1073778376 140733337365488 140087469787512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6328/tid=6346] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6346/stat : 6346 (java) S 6325 6328 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416864 9856040960 15502 33554432000 1073741824 1073778376 140733337365488 140087468734920 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6328/tid=6347] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6347/stat : 6347 (java) S 6325 6328 5243 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36416890 9856040960 15502 33554432000 1073741824 1073778376 140733337365488 140087467681448 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.56
Current children cumulated vsize (KiB) 9625040

[startup+3.10081 s]
/proc/loadavg: 2.09 2.17 1.86 3/213 6347
/proc/meminfo: memFree=30333320/32872528 swapFree=1075284/1157044
[pid=6328] ppid=6325 vsize=9625040 CPUtime=4.19 cores=1,3,5,7
/proc/6328/stat : 6328 (java) S 6325 6328 5243 0 -1 4202496 13045 0 1 0 415 4 0 0 20 0 19 0 36416859 9856040960 18063 33554432000 1073741824 1073778376 140733337365488 140733337356624 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6328/statm: 2406260 18063 2268 9 0 2396937 0
[pid=6328/tid=6329] ppid=6325 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/6328/task/6329/stat : 6329 (java) R 6325 6328 5243 0 -1 4202560 2427 0 1 0 305 2 0 0 20 0 19 0 36416860 9856040960 18063 33554432000 1073741824 1073778376 140733337365488 140088390336816 140088227433691 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6328/tid=6331] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6331/stat : 6331 (java) S 6325 6328 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416860 9856040960 18063 33554432000 1073741824 1073778376 140733337365488 140088351837224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6328/tid=6332] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6332/stat : 6332 (java) S 6325 6328 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416860 9856040960 18063 33554432000 1073741824 1073778376 140733337365488 140088350784424 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6328/tid=6333] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6333/stat : 6333 (java) S 6325 6328 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416860 9856040960 18063 33554432000 1073741824 1073778376 140733337365488 140088349731624 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6328/tid=6334] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6334/stat : 6334 (java) S 6325 6328 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416860 9856040960 18063 33554432000 1073741824 1073778376 140733337365488 140088348678824 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6328/tid=6335] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6335/stat : 6335 (java) S 6325 6328 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416860 9856040960 18063 33554432000 1073741824 1073778376 140733337365488 140088347626024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6328/tid=6336] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6336/stat : 6336 (java) S 6325 6328 5243 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36416860 9856040960 18063 33554432000 1073741824 1073778376 140733337365488 140088346573224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6328/tid=6337] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6337/stat : 6337 (java) S 6325 6328 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416860 9856040960 18063 33554432000 1073741824 1073778376 140733337365488 140088345520424 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6328/tid=6338] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6338/stat : 6338 (java) S 6325 6328 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36416860 9856040960 18063 33554432000 1073741824 1073778376 140733337365488 140088226867368 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6328/tid=6339] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6339/stat : 6339 (java) S 6325 6328 5243 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36416861 9856040960 18063 33554432000 1073741824 1073778376 140733337365488 140088214457320 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6328/tid=6340] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6340/stat : 6340 (java) S 6325 6328 5243 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36416862 9856040960 18063 33554432000 1073741824 1073778376 140733337365488 140088213403384 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6328/tid=6341] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6341/stat : 6341 (java) S 6325 6328 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36416862 9856040960 18063 33554432000 1073741824 1073778376 140733337365488 140088212350472 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6328/tid=6342] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6342/stat : 6342 (java) S 6325 6328 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416864 9856040960 18063 33554432000 1073741824 1073778376 140733337365488 140088211298960 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6328/tid=6343] ppid=6325 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/6328/task/6343/stat : 6343 (java) S 6325 6328 5243 0 -1 4202560 3524 0 0 0 53 0 0 0 20 0 19 0 36416864 9856040960 18063 33554432000 1073741824 1073778376 140733337365488 140087471892920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6328/tid=6344] ppid=6325 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/6328/task/6344/stat : 6344 (java) S 6325 6328 5243 0 -1 4202560 5816 0 0 0 52 2 0 0 20 0 19 0 36416864 9856040960 18063 33554432000 1073741824 1073778376 140733337365488 140087470840120 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6328/tid=6345] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6345/stat : 6345 (java) S 6325 6328 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416864 9856040960 18063 33554432000 1073741824 1073778376 140733337365488 140087469787512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6328/tid=6346] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6346/stat : 6346 (java) S 6325 6328 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416864 9856040960 18063 33554432000 1073741824 1073778376 140733337365488 140087468734920 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6328/tid=6347] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6347/stat : 6347 (java) S 6325 6328 5243 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36416890 9856040960 18063 33554432000 1073741824 1073778376 140733337365488 140087467681448 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.19
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.16 2.18 1.87 3/213 6412
/proc/meminfo: memFree=30337192/32872528 swapFree=1075284/1157044
[pid=6328] ppid=6325 vsize=9625040 CPUtime=8.15 cores=1,3,5,7
/proc/6328/stat : 6328 (java) S 6325 6328 5243 0 -1 4202496 20711 0 1 0 809 6 0 0 20 0 19 0 36416859 9856040960 23328 33554432000 1073741824 1073778376 140733337365488 140733337356624 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6328/statm: 2406260 23328 2271 9 0 2396937 0
[pid=6328/tid=6329] ppid=6325 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/6328/task/6329/stat : 6329 (java) R 6325 6328 5243 0 -1 4202560 2439 0 1 0 624 2 0 0 20 0 19 0 36416860 9856040960 23328 33554432000 1073741824 1073778376 140733337365488 140088390336208 140088227432256 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6328/tid=6331] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6331/stat : 6331 (java) S 6325 6328 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416860 9856040960 23328 33554432000 1073741824 1073778376 140733337365488 140088351837224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6328/tid=6332] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6332/stat : 6332 (java) S 6325 6328 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416860 9856040960 23328 33554432000 1073741824 1073778376 140733337365488 140088350784424 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6328/tid=6333] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6333/stat : 6333 (java) S 6325 6328 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416860 9856040960 23328 33554432000 1073741824 1073778376 140733337365488 140088349731624 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6328/tid=6334] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6334/stat : 6334 (java) S 6325 6328 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416860 9856040960 23328 33554432000 1073741824 1073778376 140733337365488 140088348678824 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6328/tid=6335] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6335/stat : 6335 (java) S 6325 6328 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416860 9856040960 23328 33554432000 1073741824 1073778376 140733337365488 140088347626024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6328/tid=6336] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6336/stat : 6336 (java) S 6325 6328 5243 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36416860 9856040960 23328 33554432000 1073741824 1073778376 140733337365488 140088346573224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6328/tid=6337] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6337/stat : 6337 (java) S 6325 6328 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416860 9856040960 23328 33554432000 1073741824 1073778376 140733337365488 140088345520424 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6328/tid=6338] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6338/stat : 6338 (java) S 6325 6328 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36416860 9856040960 23328 33554432000 1073741824 1073778376 140733337365488 140088226867368 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6328/tid=6339] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6339/stat : 6339 (java) S 6325 6328 5243 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36416861 9856040960 23328 33554432000 1073741824 1073778376 140733337365488 140088214457320 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6328/tid=6340] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6340/stat : 6340 (java) S 6325 6328 5243 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36416862 9856040960 23328 33554432000 1073741824 1073778376 140733337365488 140088213403384 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6328/tid=6341] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6341/stat : 6341 (java) S 6325 6328 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36416862 9856040960 23328 33554432000 1073741824 1073778376 140733337365488 140088212350472 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6328/tid=6342] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6342/stat : 6342 (java) S 6325 6328 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416864 9856040960 23328 33554432000 1073741824 1073778376 140733337365488 140088211298960 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6328/tid=6343] ppid=6325 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/6328/task/6343/stat : 6343 (java) S 6325 6328 5243 0 -1 4202560 3524 0 0 0 57 0 0 0 20 0 19 0 36416864 9856040960 23328 33554432000 1073741824 1073778376 140733337365488 140087471892920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6328/tid=6344] ppid=6325 vsize=9625040 CPUtime=1.26 cores=1,3,5,7

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

[pid=6328/tid=6333] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6333/stat : 6333 (java) S 6325 6328 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416860 9856040960 32456 33554432000 1073741824 1073778376 140733337365488 140088349731624 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6328/tid=6334] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6334/stat : 6334 (java) S 6325 6328 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416860 9856040960 32456 33554432000 1073741824 1073778376 140733337365488 140088348678824 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6328/tid=6335] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6335/stat : 6335 (java) S 6325 6328 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416860 9856040960 32456 33554432000 1073741824 1073778376 140733337365488 140088347626024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6328/tid=6336] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6336/stat : 6336 (java) S 6325 6328 5243 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36416860 9856040960 32456 33554432000 1073741824 1073778376 140733337365488 140088346573224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6328/tid=6337] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6337/stat : 6337 (java) S 6325 6328 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416860 9856040960 32456 33554432000 1073741824 1073778376 140733337365488 140088345520424 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6328/tid=6338] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6338/stat : 6338 (java) S 6325 6328 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36416860 9856040960 32456 33554432000 1073741824 1073778376 140733337365488 140088226867368 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6328/tid=6339] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6339/stat : 6339 (java) S 6325 6328 5243 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36416861 9856040960 32456 33554432000 1073741824 1073778376 140733337365488 140088214457320 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6328/tid=6340] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6340/stat : 6340 (java) S 6325 6328 5243 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36416862 9856040960 32456 33554432000 1073741824 1073778376 140733337365488 140088213403384 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6328/tid=6341] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6341/stat : 6341 (java) S 6325 6328 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36416862 9856040960 32456 33554432000 1073741824 1073778376 140733337365488 140088212350472 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6328/tid=6342] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6342/stat : 6342 (java) S 6325 6328 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416864 9856040960 32456 33554432000 1073741824 1073778376 140733337365488 140088211298960 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6328/tid=6343] ppid=6325 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/6328/task/6343/stat : 6343 (java) S 6325 6328 5243 0 -1 4202560 3524 0 0 0 57 0 0 0 20 0 19 0 36416864 9856040960 32456 33554432000 1073741824 1073778376 140733337365488 140087471892920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6328/tid=6344] ppid=6325 vsize=9625040 CPUtime=1.3 cores=1,3,5,7
/proc/6328/task/6344/stat : 6344 (java) S 6325 6328 5243 0 -1 4202560 13469 0 0 0 126 4 0 0 20 0 19 0 36416864 9856040960 32456 33554432000 1073741824 1073778376 140733337365488 140087470840120 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6328/tid=6345] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6345/stat : 6345 (java) S 6325 6328 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416864 9856040960 32456 33554432000 1073741824 1073778376 140733337365488 140087469787512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6328/tid=6346] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6346/stat : 6346 (java) S 6325 6328 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416864 9856040960 32456 33554432000 1073741824 1073778376 140733337365488 140087468734920 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6328/tid=6347] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6347/stat : 6347 (java) S 6325 6328 5243 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36416890 9856040960 32456 33554432000 1073741824 1073778376 140733337365488 140087467681448 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 17.89
Current children cumulated vsize (KiB) 9625040

[startup+16.4007 s]
/proc/loadavg: 2.14 2.18 1.87 3/213 6412
/proc/meminfo: memFree=30243056/32872528 swapFree=1075284/1157044
[pid=6328] ppid=6325 vsize=9625040 CPUtime=18.29 cores=1,3,5,7
/proc/6328/stat : 6328 (java) S 6325 6328 5243 0 -1 4202496 20732 0 1 0 1822 7 0 0 20 0 19 0 36416859 9856040960 32456 33554432000 1073741824 1073778376 140733337365488 140733337356624 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6328/statm: 2406260 32456 2271 9 0 2396937 0
[pid=6328/tid=6329] ppid=6325 vsize=9625040 CPUtime=16.33 cores=1,3,5,7
/proc/6328/task/6329/stat : 6329 (java) R 6325 6328 5243 0 -1 4202560 2460 0 1 0 1630 3 0 0 20 0 19 0 36416860 9856040960 32456 33554432000 1073741824 1073778376 140733337365488 140088390336208 140088227457772 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6328/tid=6331] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6331/stat : 6331 (java) S 6325 6328 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416860 9856040960 32456 33554432000 1073741824 1073778376 140733337365488 140088351837224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6328/tid=6332] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6332/stat : 6332 (java) S 6325 6328 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416860 9856040960 32456 33554432000 1073741824 1073778376 140733337365488 140088350784424 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6328/tid=6333] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6333/stat : 6333 (java) S 6325 6328 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416860 9856040960 32456 33554432000 1073741824 1073778376 140733337365488 140088349731624 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6328/tid=6334] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6334/stat : 6334 (java) S 6325 6328 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416860 9856040960 32456 33554432000 1073741824 1073778376 140733337365488 140088348678824 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6328/tid=6335] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6335/stat : 6335 (java) S 6325 6328 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416860 9856040960 32456 33554432000 1073741824 1073778376 140733337365488 140088347626024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6328/tid=6336] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6336/stat : 6336 (java) S 6325 6328 5243 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36416860 9856040960 32456 33554432000 1073741824 1073778376 140733337365488 140088346573224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6328/tid=6337] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6337/stat : 6337 (java) S 6325 6328 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416860 9856040960 32456 33554432000 1073741824 1073778376 140733337365488 140088345520424 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6328/tid=6338] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6338/stat : 6338 (java) S 6325 6328 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36416860 9856040960 32456 33554432000 1073741824 1073778376 140733337365488 140088226867368 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6328/tid=6339] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6339/stat : 6339 (java) S 6325 6328 5243 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36416861 9856040960 32456 33554432000 1073741824 1073778376 140733337365488 140088214457320 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6328/tid=6340] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6340/stat : 6340 (java) S 6325 6328 5243 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36416862 9856040960 32456 33554432000 1073741824 1073778376 140733337365488 140088213403384 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6328/tid=6341] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6341/stat : 6341 (java) S 6325 6328 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36416862 9856040960 32456 33554432000 1073741824 1073778376 140733337365488 140088212350472 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6328/tid=6342] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6342/stat : 6342 (java) S 6325 6328 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416864 9856040960 32456 33554432000 1073741824 1073778376 140733337365488 140088211298960 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6328/tid=6343] ppid=6325 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/6328/task/6343/stat : 6343 (java) S 6325 6328 5243 0 -1 4202560 3524 0 0 0 57 0 0 0 20 0 19 0 36416864 9856040960 32456 33554432000 1073741824 1073778376 140733337365488 140087471892920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6328/tid=6344] ppid=6325 vsize=9625040 CPUtime=1.3 cores=1,3,5,7
/proc/6328/task/6344/stat : 6344 (java) S 6325 6328 5243 0 -1 4202560 13469 0 0 0 126 4 0 0 20 0 19 0 36416864 9856040960 32456 33554432000 1073741824 1073778376 140733337365488 140087470840120 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6328/tid=6345] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6345/stat : 6345 (java) S 6325 6328 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416864 9856040960 32456 33554432000 1073741824 1073778376 140733337365488 140087469787512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6328/tid=6346] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6346/stat : 6346 (java) S 6325 6328 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416864 9856040960 32456 33554432000 1073741824 1073778376 140733337365488 140087468734920 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6328/tid=6347] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6347/stat : 6347 (java) S 6325 6328 5243 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36416890 9856040960 32456 33554432000 1073741824 1073778376 140733337365488 140087467681448 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 18.29
Current children cumulated vsize (KiB) 9625040

[startup+16.6078 s]
/proc/loadavg: 2.14 2.18 1.87 3/213 6412
/proc/meminfo: memFree=30232828/32872528 swapFree=1075284/1157044
[pid=6328] ppid=6325 vsize=9625040 CPUtime=18.49 cores=1,3,5,7
/proc/6328/stat : 6328 (java) S 6325 6328 5243 0 -1 4202496 20733 0 1 0 1842 7 0 0 20 0 19 0 36416859 9856040960 32968 33554432000 1073741824 1073778376 140733337365488 140733337356624 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6328/statm: 2406260 32968 2271 9 0 2396937 0
[pid=6328/tid=6329] ppid=6325 vsize=9625040 CPUtime=16.54 cores=1,3,5,7
/proc/6328/task/6329/stat : 6329 (java) R 6325 6328 5243 0 -1 4202560 2461 0 1 0 1651 3 0 0 20 0 19 0 36416860 9856040960 32968 33554432000 1073741824 1073778376 140733337365488 140088390336208 140088227827274 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6328/tid=6331] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6331/stat : 6331 (java) S 6325 6328 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416860 9856040960 32968 33554432000 1073741824 1073778376 140733337365488 140088351837224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6328/tid=6332] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6332/stat : 6332 (java) S 6325 6328 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416860 9856040960 32968 33554432000 1073741824 1073778376 140733337365488 140088350784424 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6328/tid=6333] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6333/stat : 6333 (java) S 6325 6328 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416860 9856040960 32968 33554432000 1073741824 1073778376 140733337365488 140088349731624 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6328/tid=6334] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6334/stat : 6334 (java) S 6325 6328 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416860 9856040960 32968 33554432000 1073741824 1073778376 140733337365488 140088348678824 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6328/tid=6335] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6335/stat : 6335 (java) S 6325 6328 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416860 9856040960 32968 33554432000 1073741824 1073778376 140733337365488 140088347626024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6328/tid=6336] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6336/stat : 6336 (java) S 6325 6328 5243 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36416860 9856040960 32968 33554432000 1073741824 1073778376 140733337365488 140088346573224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6328/tid=6337] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6337/stat : 6337 (java) S 6325 6328 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416860 9856040960 32968 33554432000 1073741824 1073778376 140733337365488 140088345520424 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6328/tid=6338] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6338/stat : 6338 (java) S 6325 6328 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36416860 9856040960 32968 33554432000 1073741824 1073778376 140733337365488 140088226867368 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6328/tid=6339] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6339/stat : 6339 (java) S 6325 6328 5243 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36416861 9856040960 32968 33554432000 1073741824 1073778376 140733337365488 140088214457320 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6328/tid=6340] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6340/stat : 6340 (java) S 6325 6328 5243 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36416862 9856040960 32968 33554432000 1073741824 1073778376 140733337365488 140088213403384 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6328/tid=6341] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6341/stat : 6341 (java) S 6325 6328 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36416862 9856040960 32968 33554432000 1073741824 1073778376 140733337365488 140088212350472 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6328/tid=6342] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6342/stat : 6342 (java) S 6325 6328 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416864 9856040960 32968 33554432000 1073741824 1073778376 140733337365488 140088211298960 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6328/tid=6343] ppid=6325 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/6328/task/6343/stat : 6343 (java) S 6325 6328 5243 0 -1 4202560 3524 0 0 0 57 0 0 0 20 0 19 0 36416864 9856040960 32968 33554432000 1073741824 1073778376 140733337365488 140087471892920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6328/tid=6344] ppid=6325 vsize=9625040 CPUtime=1.3 cores=1,3,5,7
/proc/6328/task/6344/stat : 6344 (java) S 6325 6328 5243 0 -1 4202560 13469 0 0 0 126 4 0 0 20 0 19 0 36416864 9856040960 32968 33554432000 1073741824 1073778376 140733337365488 140087470840120 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6328/tid=6345] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6345/stat : 6345 (java) S 6325 6328 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416864 9856040960 32968 33554432000 1073741824 1073778376 140733337365488 140087469787512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6328/tid=6346] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6346/stat : 6346 (java) S 6325 6328 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416864 9856040960 32968 33554432000 1073741824 1073778376 140733337365488 140087468734920 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6328/tid=6347] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6347/stat : 6347 (java) S 6325 6328 5243 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36416890 9856040960 32968 33554432000 1073741824 1073778376 140733337365488 140087467681448 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 18.49
Current children cumulated vsize (KiB) 9625040

[startup+16.7008 s]
/proc/loadavg: 2.14 2.18 1.87 3/213 6412
/proc/meminfo: memFree=30232828/32872528 swapFree=1075284/1157044
[pid=6328] ppid=6325 vsize=9625040 CPUtime=18.59 cores=1,3,5,7
/proc/6328/stat : 6328 (java) S 6325 6328 5243 0 -1 4202496 20733 0 1 0 1852 7 0 0 20 0 19 0 36416859 9856040960 32968 33554432000 1073741824 1073778376 140733337365488 140733337356624 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6328/statm: 2406260 32968 2271 9 0 2396937 0
[pid=6328/tid=6329] ppid=6325 vsize=9625040 CPUtime=16.63 cores=1,3,5,7
/proc/6328/task/6329/stat : 6329 (java) R 6325 6328 5243 0 -1 4202560 2461 0 1 0 1660 3 0 0 20 0 19 0 36416860 9856040960 32968 33554432000 1073741824 1073778376 140733337365488 140088390336208 140088227469447 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6328/tid=6331] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6331/stat : 6331 (java) S 6325 6328 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416860 9856040960 32968 33554432000 1073741824 1073778376 140733337365488 140088351837224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6328/tid=6332] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6332/stat : 6332 (java) S 6325 6328 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416860 9856040960 32968 33554432000 1073741824 1073778376 140733337365488 140088350784424 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6328/tid=6333] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6333/stat : 6333 (java) S 6325 6328 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416860 9856040960 32968 33554432000 1073741824 1073778376 140733337365488 140088349731624 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6328/tid=6334] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6334/stat : 6334 (java) S 6325 6328 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416860 9856040960 32968 33554432000 1073741824 1073778376 140733337365488 140088348678824 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6328/tid=6335] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6335/stat : 6335 (java) S 6325 6328 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416860 9856040960 32968 33554432000 1073741824 1073778376 140733337365488 140088347626024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6328/tid=6336] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6336/stat : 6336 (java) S 6325 6328 5243 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36416860 9856040960 32968 33554432000 1073741824 1073778376 140733337365488 140088346573224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6328/tid=6337] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6337/stat : 6337 (java) S 6325 6328 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416860 9856040960 32968 33554432000 1073741824 1073778376 140733337365488 140088345520424 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6328/tid=6338] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6338/stat : 6338 (java) S 6325 6328 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36416860 9856040960 32968 33554432000 1073741824 1073778376 140733337365488 140088226867368 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6328/tid=6339] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6339/stat : 6339 (java) S 6325 6328 5243 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36416861 9856040960 32968 33554432000 1073741824 1073778376 140733337365488 140088214457320 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6328/tid=6340] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6340/stat : 6340 (java) S 6325 6328 5243 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36416862 9856040960 32968 33554432000 1073741824 1073778376 140733337365488 140088213403384 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6328/tid=6341] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6341/stat : 6341 (java) S 6325 6328 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36416862 9856040960 32968 33554432000 1073741824 1073778376 140733337365488 140088212350472 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6328/tid=6342] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6342/stat : 6342 (java) S 6325 6328 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416864 9856040960 32968 33554432000 1073741824 1073778376 140733337365488 140088211298960 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6328/tid=6343] ppid=6325 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/6328/task/6343/stat : 6343 (java) S 6325 6328 5243 0 -1 4202560 3524 0 0 0 57 0 0 0 20 0 19 0 36416864 9856040960 32968 33554432000 1073741824 1073778376 140733337365488 140087471892920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6328/tid=6344] ppid=6325 vsize=9625040 CPUtime=1.3 cores=1,3,5,7
/proc/6328/task/6344/stat : 6344 (java) S 6325 6328 5243 0 -1 4202560 13469 0 0 0 126 4 0 0 20 0 19 0 36416864 9856040960 32968 33554432000 1073741824 1073778376 140733337365488 140087470840120 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6328/tid=6345] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6345/stat : 6345 (java) S 6325 6328 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416864 9856040960 32968 33554432000 1073741824 1073778376 140733337365488 140087469787512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6328/tid=6346] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6346/stat : 6346 (java) S 6325 6328 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416864 9856040960 32968 33554432000 1073741824 1073778376 140733337365488 140087468734920 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6328/tid=6347] ppid=6325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6328/task/6347/stat : 6347 (java) S 6325 6328 5243 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36416890 9856040960 32968 33554432000 1073741824 1073778376 140733337365488 140087467681448 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 18.59
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 16.7936
CPU time (s): 18.6412
CPU user time (s): 18.5402
CPU system time (s): 0.100984
CPU usage (%): 111.002
Max. virtual memory (cumulated for all children) (KiB): 9626000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.5402
system time used= 0.100984
maximum resident set size= 133980
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20757
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= 644
involuntary context switches= 100

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.106983 second user time and 0.165974 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-19 15:41:16
IDJOB=4109660
IDBENCH=78883
IDSOLVER=2551
FILE ID=node114/4109660-1466343676
RUNJOBID= node114-1466341822-5260
PBS_JOBID= 19922038
Free space on /tmp= 71724 MiB

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

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

MD5SUM BENCH= bcc83dde29b6f868056a0bfa1b1372de
RANDOM SEED=565383160

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.761
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.52
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.761
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.56
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.761
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.761
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.761
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.761
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.761
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.761
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:        30402360 kB
Buffers:          146292 kB
Cached:           327568 kB
SwapCached:          836 kB
Active:           217768 kB
Inactive:         339492 kB
Active(anon):      83996 kB
Inactive(anon):     1760 kB
Active(file):     133772 kB
Inactive(file):   337732 kB
Unevictable:     1157044 kB
Mlocked:         1075284 kB
SwapTotal:      67108856 kB
SwapFree:       67100572 kB
Dirty:              2120 kB
Writeback:             0 kB
AnonPages:       1280884 kB
Mapped:            16464 kB
Shmem:                 0 kB
Slab:             623912 kB
SReclaimable:      66960 kB
SUnreclaim:       556952 kB
KernelStack:        1760 kB
PageTables:         6496 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1845364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    174080 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= 71720 MiB
End job on node114 at 2016-06-19 15:41:33