Trace number 4090883

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 48.5856 46.9323

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900557957--soft-0-100-0.wbo
MD5SUMc90222590d839243781a638355a39a56
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark48.5856
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 136368
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136367
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 717
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4090883-1466067957.wbo
0.10/0.11	c reading problem ... 
0.50/0.32	c ... done. Wall clock time 0.214s.
0.50/0.32	c declared #vars     231
0.50/0.32	c internal #vars     2938
0.50/0.32	c #constraints  2707
0.50/0.32	c constraints type 
0.50/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.50/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.50/0.32	c 2707 constraints processed.
0.50/0.32	c objective function length is 2707 literals
1.08/0.50	c SATISFIABLE
1.08/0.50	c OPTIMIZING...
1.08/0.50	c Got one! Elapsed wall clock time (in seconds):0.397
1.08/0.50	o 877
1.08/0.54	c Got one! Elapsed wall clock time (in seconds):0.435
1.08/0.54	o 296
1.36/0.60	c Got one! Elapsed wall clock time (in seconds):0.491
1.36/0.60	o 287
1.36/0.63	c Got one! Elapsed wall clock time (in seconds):0.523
1.36/0.63	o 269
1.36/0.67	c Got one! Elapsed wall clock time (in seconds):0.563
1.36/0.67	o 266
1.36/0.68	c Got one! Elapsed wall clock time (in seconds):0.573
1.36/0.68	o 234
1.64/0.71	c Got one! Elapsed wall clock time (in seconds):0.604
1.64/0.71	o 233
2.10/1.11	c Got one! Elapsed wall clock time (in seconds):1.004
2.10/1.11	o 232
2.10/1.19	c Got one! Elapsed wall clock time (in seconds):1.083
2.10/1.19	o 224
2.10/1.20	c Got one! Elapsed wall clock time (in seconds):1.094
2.10/1.20	o 214
2.23/1.21	c Got one! Elapsed wall clock time (in seconds):1.103
2.23/1.21	o 213
2.23/1.23	c Got one! Elapsed wall clock time (in seconds):1.124
2.23/1.23	o 204
2.43/1.44	c Got one! Elapsed wall clock time (in seconds):1.327
2.43/1.44	o 202
2.83/1.82	c Got one! Elapsed wall clock time (in seconds):1.712
2.83/1.82	o 199
2.93/1.94	c Got one! Elapsed wall clock time (in seconds):1.829
2.93/1.94	o 184
3.34/2.33	c Got one! Elapsed wall clock time (in seconds):2.22
3.34/2.33	o 183
3.53/2.55	c Got one! Elapsed wall clock time (in seconds):2.44
3.53/2.55	o 182
3.53/2.56	c Got one! Elapsed wall clock time (in seconds):2.452
3.53/2.56	o 173
3.53/2.58	c Got one! Elapsed wall clock time (in seconds):2.472
3.53/2.58	o 167
3.63/2.66	c Got one! Elapsed wall clock time (in seconds):2.548
3.63/2.66	o 162
3.83/2.85	c Got one! Elapsed wall clock time (in seconds):2.744
3.83/2.85	o 159
4.06/3.04	c Got one! Elapsed wall clock time (in seconds):2.932
4.06/3.04	o 157
4.06/3.08	c Got one! Elapsed wall clock time (in seconds):2.977
4.06/3.08	o 148
4.68/3.66	c cleaning 6171 clauses out of 12355 with flag 9287/12355
4.92/3.83	c Got one! Elapsed wall clock time (in seconds):3.718
4.92/3.83	o 145
5.12/4.01	c Got one! Elapsed wall clock time (in seconds):3.899
5.12/4.01	o 133
5.12/4.04	c Got one! Elapsed wall clock time (in seconds):3.933
5.12/4.04	o 132
5.22/4.16	c Got one! Elapsed wall clock time (in seconds):4.05
5.22/4.16	o 130
6.52/5.47	c cleaning 6516 clauses out of 13057 with flag 26808/19228
7.52/6.09	c Got one! Elapsed wall clock time (in seconds):5.979
7.52/6.09	o 126
7.83/6.37	c Got one! Elapsed wall clock time (in seconds):6.259
7.83/6.37	o 112
7.83/6.38	c Got one! Elapsed wall clock time (in seconds):6.276
7.83/6.38	o 93
7.93/6.41	c Got one! Elapsed wall clock time (in seconds):6.306
7.93/6.41	o 89
8.42/6.91	c cleaning 6446 clauses out of 12893 with flag 10827/25580
9.65/8.19	c cleaning 6214 clauses out of 12448 with flag 51487/31581
10.16/8.70	c Got one! Elapsed wall clock time (in seconds):8.589
10.26/8.70	o 87
10.26/8.73	c Got one! Elapsed wall clock time (in seconds):8.624
10.26/8.73	o 80
10.36/8.87	c Got one! Elapsed wall clock time (in seconds):8.761
10.36/8.87	o 77
10.66/9.18	c Got one! Elapsed wall clock time (in seconds):9.072
10.66/9.18	o 67
10.96/9.40	c cleaning 6273 clauses out of 12558 with flag 6198/37905
11.66/10.13	c Got one! Elapsed wall clock time (in seconds):10.023
11.66/10.13	o 66
11.66/10.14	c Got one! Elapsed wall clock time (in seconds):10.031
11.66/10.14	o 64
11.86/10.32	c cleaning 5675 clauses out of 11358 with flag 6076/42978
12.96/11.46	c cleaning 5834 clauses out of 11680 with flag 48918/48975
14.36/12.88	c cleaning 6419 clauses out of 12845 with flag 113012/55974
14.36/12.89	c Got one! Elapsed wall clock time (in seconds):12.786
14.36/12.89	o 61
15.06/13.59	c cleaning 5730 clauses out of 11477 with flag 36253/61025
15.97/14.47	c cleaning 5849 clauses out of 11746 with flag 81583/67024
17.16/15.60	c cleaning 6441 clauses out of 12896 with flag 140995/74023
18.46/16.92	c cleaning 7222 clauses out of 14458 with flag 214796/82026
19.66/18.19	c cleaning 8109 clauses out of 16232 with flag 295826/91022
20.76/19.30	c Got one! Elapsed wall clock time (in seconds):19.189
20.76/19.30	o 58
21.16/19.61	c Got one! Elapsed wall clock time (in seconds):19.506
21.16/19.61	o 57
21.66/20.13	c cleaning 10661 clauses out of 21343 with flag 22438/104242
22.46/20.96	c cleaning 8329 clauses out of 16681 with flag 70325/110241
22.86/21.31	c Got one! Elapsed wall clock time (in seconds):21.203
22.86/21.31	o 51
23.15/21.63	c cleaning 7063 clauses out of 14152 with flag 17835/116041
24.15/22.68	c cleaning 6536 clauses out of 13091 with flag 77473/122043
24.45/22.99	c Got one! Elapsed wall clock time (in seconds):22.882
24.45/22.99	o 48
24.45/23.00	c Got one! Elapsed wall clock time (in seconds):22.888
24.45/23.00	o 47
25.19/23.63	c cleaning 6165 clauses out of 12360 with flag 36030/127848
25.39/23.82	c Got one! Elapsed wall clock time (in seconds):23.716
25.39/23.82	o 46
25.51/23.99	c Got one! Elapsed wall clock time (in seconds):23.881
25.51/23.99	o 39
25.92/24.35	c cleaning 5926 clauses out of 11864 with flag 27454/133517
26.71/25.16	c cleaning 5956 clauses out of 11939 with flag 87792/139518
26.81/25.29	c Got one! Elapsed wall clock time (in seconds):25.186
26.81/25.30	o 35
27.23/25.65	c Got one! Elapsed wall clock time (in seconds):25.539
27.23/25.65	o 34
27.33/25.72	c Got one! Elapsed wall clock time (in seconds):25.61
27.33/25.72	o 33
27.43/25.86	c cleaning 5868 clauses out of 11755 with flag 9538/145290
28.23/26.63	c cleaning 5929 clauses out of 11884 with flag 64871/151287
29.03/27.45	c cleaning 6477 clauses out of 12955 with flag 132696/158287
29.83/28.26	c Got one! Elapsed wall clock time (in seconds):28.15
29.83/28.26	o 32
29.83/28.27	c Got one! Elapsed wall clock time (in seconds):28.157
29.83/28.27	o 28
30.13/28.55	c Got one! Elapsed wall clock time (in seconds):28.446
30.13/28.55	o 27
30.24/28.68	c Got one! Elapsed wall clock time (in seconds):28.568
30.24/28.68	o 26
30.24/28.68	c Got one! Elapsed wall clock time (in seconds):28.574
30.24/28.68	o 25
30.53/28.92	c cleaning 8994 clauses out of 18002 with flag 17777/169811
31.23/29.63	c cleaning 7496 clauses out of 15008 with flag 74894/175811
32.03/30.40	c cleaning 7249 clauses out of 14512 with flag 139948/182811
32.03/30.45	c Got one! Elapsed wall clock time (in seconds):30.342
32.03/30.45	o 23
32.23/30.61	c Got one! Elapsed wall clock time (in seconds):30.506
32.23/30.61	o 22
32.33/30.79	c Got one! Elapsed wall clock time (in seconds):30.683
32.33/30.79	o 21
32.73/31.11	c cleaning 7004 clauses out of 14016 with flag 26218/189564
32.83/31.25	c Got one! Elapsed wall clock time (in seconds):31.141
32.83/31.25	o 17
33.23/31.65	c cleaning 6290 clauses out of 12598 with flag 37489/195150
33.33/31.72	c Got one! Elapsed wall clock time (in seconds):31.613
33.33/31.72	o 16
33.83/32.22	c cleaning 6046 clauses out of 12100 with flag 48986/200942
34.03/32.45	c Got one! Elapsed wall clock time (in seconds):32.342
34.03/32.45	o 15
34.33/32.72	c cleaning 5924 clauses out of 11857 with flag 29157/206745
34.93/33.30	c cleaning 5965 clauses out of 11933 with flag 92735/212745
35.23/33.62	c Got one! Elapsed wall clock time (in seconds):33.517
35.23/33.62	o 14
35.43/33.81	c cleaning 5799 clauses out of 11609 with flag 17301/218386
35.93/34.31	c cleaning 5890 clauses out of 11808 with flag 67944/224384
36.53/34.98	c cleaning 6447 clauses out of 12918 with flag 139782/231384
36.94/35.35	c Got one! Elapsed wall clock time (in seconds):35.247
36.94/35.35	o 11
37.03/35.45	c cleaning 5810 clauses out of 11629 with flag 8189/236542
37.54/35.98	c cleaning 5902 clauses out of 11816 with flag 62513/242539
38.24/36.69	c cleaning 6454 clauses out of 12917 with flag 128528/249542
39.05/37.48	c Got one! Elapsed wall clock time (in seconds):37.376
39.05/37.48	o 10
39.64/38.08	c cleaning 9545 clauses out of 19095 with flag 41973/262174
40.34/38.76	c cleaning 7773 clauses out of 15551 with flag 97268/268175
41.14/39.52	c cleaning 7387 clauses out of 14777 with flag 159065/275174
41.94/40.36	c cleaning 7690 clauses out of 15389 with flag 231713/283173
42.54/40.93	c Got one! Elapsed wall clock time (in seconds):40.823
42.54/40.93	o 8
42.84/41.24	c Got one! Elapsed wall clock time (in seconds):41.133
42.84/41.24	o 6
43.14/41.50	c cleaning 9118 clauses out of 18238 with flag 18034/293712
43.74/42.13	c Got one! Elapsed wall clock time (in seconds):42.018
43.74/42.13	o 5
44.23/42.66	c cleaning 9872 clauses out of 19748 with flag 37155/304341
44.84/43.23	c cleaning 7933 clauses out of 15875 with flag 95513/310340
45.44/43.84	c cleaning 7466 clauses out of 14943 with flag 157433/317341
45.54/43.91	c Got one! Elapsed wall clock time (in seconds):43.802
45.54/43.91	o 3
45.94/44.30	c cleaning 6630 clauses out of 13271 with flag 37053/323136
46.26/44.68	c cleaning 6316 clauses out of 12642 with flag 72448/329139
46.76/45.16	c cleaning 6657 clauses out of 13320 with flag 110611/336137
47.26/45.69	c cleaning 7330 clauses out of 14663 with flag 149377/344137
47.86/46.26	c cleaning 8154 clauses out of 16329 with flag 195106/353136
48.56/46.91	c starts		: 380
48.56/46.91	c conflicts		: 362811
48.56/46.91	c decisions		: 744178
48.56/46.91	c propagations		: 72099636
48.56/46.91	c inspects		: 399617162
48.56/46.91	c shortcuts		: 0
48.56/46.91	c learnt literals	: 24
48.56/46.91	c learnt binary clauses	: 93
48.56/46.91	c learnt ternary clauses	: 503
48.56/46.91	c learnt constraints	: 362786
48.56/46.91	c ignored constraints	: 0
48.56/46.91	c root simplifications	: 0
48.56/46.91	c removed literals (reason simplification)	: 0
48.56/46.91	c reason swapping (by a shorter reason)	: 0
48.56/46.91	c Calls to reduceDB	: 50
48.56/46.91	c Number of update (reduction) of LBD	: 165195
48.56/46.91	c Imported unit clauses	: 0
48.56/46.91	c number of reductions to clauses (during analyze)	: 0
48.56/46.91	c number of learned constraints concerned by reduction	: 0
48.56/46.91	c number of learning phase by resolution	: 0
48.56/46.91	c number of learning phase by cutting planes	: 0
48.56/46.91	c speed (assignments/second)	: 1548032.9790660224
48.56/46.91	c non guided choices	10425
48.56/46.91	c learnt constraints type 
48.56/46.91	s OPTIMUM FOUND
48.56/46.91	c Found 66 solution(s)
48.56/46.91	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 
48.56/46.91	c objective function=3
48.56/46.91	c Total wall clock time (in seconds): 46.806

Verifier Data

OK	3

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-4090883-1466067957/watcher-4090883-1466067957 -o /tmp/evaluation-result-4090883-1466067957/solver-4090883-1466067957 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466062122-10381 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090883-1466067957.wbo 

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

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


[startup+0 s]
/proc/loadavg: 2.30 2.32 2.26 4/194 12181
/proc/meminfo: memFree=29993084/32872528 swapFree=1370072/1517240
[pid=12181] ppid=12178 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/12181/stat : 12181 (java) S 12178 12181 10365 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 8842215 98570240 977 33554432000 1073741824 1073778376 140735577190992 140735577182128 229359255613 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12181/statm: 24065 977 743 9 0 16771 0
[pid=12181/tid=12182] ppid=12178 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12182/stat : 12182 (java) R 12178 12181 10365 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 8842216 98570240 977 33554432000 1073741824 1073778376 140735577190992 139863049489960 229355898240 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100112 s]
/proc/loadavg: 2.30 2.32 2.26 4/194 12181
/proc/meminfo: memFree=29993084/32872528 swapFree=1370072/1517240
[pid=12181] ppid=12178 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/12181/stat : 12181 (java) S 12178 12181 10365 0 -1 4202496 4414 0 1 0 9 1 0 0 20 0 18 0 8842215 9787879424 6037 33554432000 1073741824 1073778376 140735577190992 140735577182128 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12181/statm: 2389619 6037 2131 9 0 2380296 0
[pid=12181/tid=12182] ppid=12178 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/12181/task/12182/stat : 12182 (java) R 12178 12181 10365 0 -1 4202560 2380 0 1 0 6 1 0 0 20 0 18 0 8842216 9787879424 6037 33554432000 1073741824 1073778376 140735577190992 139863049493408 139863056689640 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200316 s]
/proc/loadavg: 2.30 2.32 2.26 4/194 12181
/proc/meminfo: memFree=29993084/32872528 swapFree=1370072/1517240
[pid=12181] ppid=12178 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/12181/stat : 12181 (java) S 12178 12181 10365 0 -1 4202496 4755 0 1 0 25 1 0 0 20 0 18 0 8842215 9787879424 6801 33554432000 1073741824 1073778376 140735577190992 140735577182128 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12181/statm: 2389619 6801 2202 9 0 2380296 0
[pid=12181/tid=12182] ppid=12178 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/12181/task/12182/stat : 12182 (java) R 12178 12181 10365 0 -1 4202560 2397 0 1 0 16 1 0 0 20 0 18 0 8842216 9787879424 6801 33554432000 1073741824 1073778376 140735577190992 139863049493408 139862875385121 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300255 s]
/proc/loadavg: 2.30 2.32 2.26 4/194 12181
/proc/meminfo: memFree=29993084/32872528 swapFree=1370072/1517240
[pid=12181] ppid=12178 vsize=9558476 CPUtime=0.5 cores=0,2,4,6
/proc/12181/stat : 12181 (java) S 12178 12181 10365 0 -1 4202496 6386 0 1 0 48 2 0 0 20 0 18 0 8842215 9787879424 8697 33554432000 1073741824 1073778376 140735577190992 140735577182128 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12181/statm: 2389619 8697 2236 9 0 2380296 0
[pid=12181/tid=12182] ppid=12178 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/12181/task/12182/stat : 12182 (java) R 12178 12181 10365 0 -1 4202560 2399 0 1 0 26 1 0 0 20 0 18 0 8842216 9787879424 8697 33554432000 1073741824 1073778376 140735577190992 139863049494072 139862875430570 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700216 s]
/proc/loadavg: 2.30 2.32 2.26 4/194 12181
/proc/meminfo: memFree=29993084/32872528 swapFree=1370072/1517240
[pid=12181] ppid=12178 vsize=9625040 CPUtime=1.64 cores=0,2,4,6
/proc/12181/stat : 12181 (java) S 12178 12181 10365 0 -1 4202496 12395 0 1 0 162 2 0 0 20 0 19 0 8842215 9856040960 13710 33554432000 1073741824 1073778376 140735577190992 140735577182128 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12181/statm: 2406260 13710 2268 9 0 2396937 0
[pid=12181/tid=12182] ppid=12178 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/12181/task/12182/stat : 12182 (java) R 12178 12181 10365 0 -1 4202560 2416 0 1 0 66 1 0 0 20 0 19 0 8842216 9856040960 13710 33554432000 1073741824 1073778376 140735577190992 139863049486640 139862875538951 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 9625040

[startup+1.50071 s]
/proc/loadavg: 2.35 2.34 2.27 4/213 12200
/proc/meminfo: memFree=29943940/32872528 swapFree=1370072/1517240
[pid=12181] ppid=12178 vsize=9625040 CPUtime=2.53 cores=0,2,4,6
/proc/12181/stat : 12181 (java) S 12178 12181 10365 0 -1 4202496 12405 0 1 0 250 3 0 0 20 0 19 0 8842215 9856040960 15763 33554432000 1073741824 1073778376 140735577190992 140735577182128 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12181/statm: 2406260 15763 2272 9 0 2396937 0
[pid=12181/tid=12182] ppid=12178 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/12181/task/12182/stat : 12182 (java) R 12178 12181 10365 0 -1 4202560 2421 0 1 0 146 2 0 0 20 0 19 0 8842216 9856040960 15763 33554432000 1073741824 1073778376 140735577190992 139863049495064 139862875896104 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12181/tid=12184] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12184/stat : 12184 (java) S 12178 12181 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842216 9856040960 15763 33554432000 1073741824 1073778376 140735577190992 139863010986408 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12181/tid=12185] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12185/stat : 12185 (java) S 12178 12181 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842216 9856040960 15763 33554432000 1073741824 1073778376 140735577190992 139863009933864 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12181/tid=12186] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12186/stat : 12186 (java) S 12178 12181 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842216 9856040960 15763 33554432000 1073741824 1073778376 140735577190992 139863008880808 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12181/tid=12187] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12187/stat : 12187 (java) S 12178 12181 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842216 9856040960 15763 33554432000 1073741824 1073778376 140735577190992 139863007828264 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12181/tid=12188] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12188/stat : 12188 (java) S 12178 12181 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842216 9856040960 15763 33554432000 1073741824 1073778376 140735577190992 139863006776232 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12181/tid=12189] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12189/stat : 12189 (java) S 12178 12181 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842216 9856040960 15763 33554432000 1073741824 1073778376 140735577190992 139863005723688 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12181/tid=12190] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12190/stat : 12190 (java) S 12178 12181 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842216 9856040960 15763 33554432000 1073741824 1073778376 140735577190992 139863004670632 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12181/tid=12191] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12191/stat : 12191 (java) S 12178 12181 10365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8842216 9856040960 15763 33554432000 1073741824 1073778376 140735577190992 139863003618088 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12181/tid=12192] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12192/stat : 12192 (java) S 12178 12181 10365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8842218 9856040960 15763 33554432000 1073741824 1073778376 140735577190992 139862873196904 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12181/tid=12193] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12193/stat : 12193 (java) S 12178 12181 10365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8842218 9856040960 15763 33554432000 1073741824 1073778376 140735577190992 139862872143224 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12181/tid=12194] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12194/stat : 12194 (java) S 12178 12181 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8842218 9856040960 15763 33554432000 1073741824 1073778376 140735577190992 139862871090056 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12181/tid=12195] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12195/stat : 12195 (java) S 12178 12181 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842220 9856040960 15763 33554432000 1073741824 1073778376 140735577190992 139862870038800 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12181/tid=12196] ppid=12178 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/12181/task/12196/stat : 12196 (java) S 12178 12181 10365 0 -1 4202560 4688 0 0 0 51 0 0 0 20 0 19 0 8842220 9856040960 15763 33554432000 1073741824 1073778376 140735577190992 139862868986680 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12181/tid=12197] ppid=12178 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/12181/task/12197/stat : 12197 (java) S 12178 12181 10365 0 -1 4202560 4018 0 0 0 49 0 0 0 20 0 19 0 8842220 9856040960 15763 33554432000 1073741824 1073778376 140735577190992 139862867934136 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12181/tid=12198] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12198/stat : 12198 (java) S 12178 12181 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842220 9856040960 15763 33554432000 1073741824 1073778376 140735577190992 139862866881272 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12181/tid=12199] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12199/stat : 12199 (java) S 12178 12181 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842220 9856040960 15763 33554432000 1073741824 1073778376 140735577190992 139862865828936 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12181/tid=12200] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12200/stat : 12200 (java) S 12178 12181 10365 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8842249 9856040960 15763 33554432000 1073741824 1073778376 140735577190992 139862864774184 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.53
Current children cumulated vsize (KiB) 9625040

[startup+3.10079 s]
/proc/loadavg: 2.35 2.34 2.27 4/213 12200
/proc/meminfo: memFree=29935376/32872528 swapFree=1370072/1517240
[pid=12181] ppid=12178 vsize=9625040 CPUtime=4.18 cores=0,2,4,6
/proc/12181/stat : 12181 (java) S 12178 12181 10365 0 -1 4202496 12412 0 1 0 415 3 0 0 20 0 19 0 8842215 9856040960 18323 33554432000 1073741824 1073778376 140735577190992 140735577182128 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12181/statm: 2406260 18323 2272 9 0 2396937 0
[pid=12181/tid=12182] ppid=12178 vsize=9625040 CPUtime=3.08 cores=0,2,4,6
/proc/12181/task/12182/stat : 12182 (java) R 12178 12181 10365 0 -1 4202560 2428 0 1 0 306 2 0 0 20 0 19 0 8842216 9856040960 18323 33554432000 1073741824 1073778376 140735577190992 139863049492920 139862875937667 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12181/tid=12184] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12184/stat : 12184 (java) S 12178 12181 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842216 9856040960 18323 33554432000 1073741824 1073778376 140735577190992 139863010986408 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12181/tid=12185] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12185/stat : 12185 (java) S 12178 12181 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842216 9856040960 18323 33554432000 1073741824 1073778376 140735577190992 139863009933864 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12181/tid=12186] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12186/stat : 12186 (java) S 12178 12181 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842216 9856040960 18323 33554432000 1073741824 1073778376 140735577190992 139863008880808 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12181/tid=12187] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12187/stat : 12187 (java) S 12178 12181 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842216 9856040960 18323 33554432000 1073741824 1073778376 140735577190992 139863007828264 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12181/tid=12188] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12188/stat : 12188 (java) S 12178 12181 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842216 9856040960 18323 33554432000 1073741824 1073778376 140735577190992 139863006776232 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12181/tid=12189] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12189/stat : 12189 (java) S 12178 12181 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842216 9856040960 18323 33554432000 1073741824 1073778376 140735577190992 139863005723688 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12181/tid=12190] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12190/stat : 12190 (java) S 12178 12181 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842216 9856040960 18323 33554432000 1073741824 1073778376 140735577190992 139863004670632 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12181/tid=12191] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12191/stat : 12191 (java) S 12178 12181 10365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8842216 9856040960 18323 33554432000 1073741824 1073778376 140735577190992 139863003618088 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12181/tid=12192] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12192/stat : 12192 (java) S 12178 12181 10365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8842218 9856040960 18323 33554432000 1073741824 1073778376 140735577190992 139862873196904 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12181/tid=12193] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12193/stat : 12193 (java) S 12178 12181 10365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8842218 9856040960 18323 33554432000 1073741824 1073778376 140735577190992 139862872143224 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12181/tid=12194] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12194/stat : 12194 (java) S 12178 12181 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8842218 9856040960 18323 33554432000 1073741824 1073778376 140735577190992 139862871090056 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12181/tid=12195] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12195/stat : 12195 (java) S 12178 12181 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842220 9856040960 18323 33554432000 1073741824 1073778376 140735577190992 139862870038800 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12181/tid=12196] ppid=12178 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/12181/task/12196/stat : 12196 (java) S 12178 12181 10365 0 -1 4202560 4688 0 0 0 54 0 0 0 20 0 19 0 8842220 9856040960 18323 33554432000 1073741824 1073778376 140735577190992 139862868986680 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12181/tid=12197] ppid=12178 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/12181/task/12197/stat : 12197 (java) S 12178 12181 10365 0 -1 4202560 4018 0 0 0 52 0 0 0 20 0 19 0 8842220 9856040960 18323 33554432000 1073741824 1073778376 140735577190992 139862867934136 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12181/tid=12198] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12198/stat : 12198 (java) S 12178 12181 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842220 9856040960 18323 33554432000 1073741824 1073778376 140735577190992 139862866881272 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12181/tid=12199] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12199/stat : 12199 (java) S 12178 12181 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842220 9856040960 18323 33554432000 1073741824 1073778376 140735577190992 139862865828936 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12181/tid=12200] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12200/stat : 12200 (java) S 12178 12181 10365 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8842249 9856040960 18323 33554432000 1073741824 1073778376 140735577190992 139862864774184 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.18
Current children cumulated vsize (KiB) 9625040

[startup+6.30076 s]
/proc/loadavg: 2.35 2.34 2.27 5/213 12200
/proc/meminfo: memFree=29917980/32872528 swapFree=1370072/1517240
[pid=12181] ppid=12178 vsize=9625040 CPUtime=7.83 cores=0,2,4,6
/proc/12181/stat : 12181 (java) S 12178 12181 10365 0 -1 4202496 19439 0 1 0 779 4 0 0 20 0 19 0 8842215 9856040960 23780 33554432000 1073741824 1073778376 140735577190992 140735577182128 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12181/statm: 2406260 23780 2277 9 0 2396937 0
[pid=12181/tid=12182] ppid=12178 vsize=9625040 CPUtime=6.27 cores=0,2,4,6
/proc/12181/task/12182/stat : 12182 (java) R 12178 12181 10365 0 -1 4202560 2434 0 1 0 625 2 0 0 20 0 19 0 8842216 9856040960 23780 33554432000 1073741824 1073778376 140735577190992 139863049494840 139862875948863 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12181/tid=12184] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12184/stat : 12184 (java) S 12178 12181 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842216 9856040960 23780 33554432000 1073741824 1073778376 140735577190992 139863010986408 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12181/tid=12185] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12185/stat : 12185 (java) S 12178 12181 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842216 9856040960 23780 33554432000 1073741824 1073778376 140735577190992 139863009933864 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12181/tid=12186] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12186/stat : 12186 (java) S 12178 12181 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842216 9856040960 23780 33554432000 1073741824 1073778376 140735577190992 139863008880808 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12181/tid=12187] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12187/stat : 12187 (java) S 12178 12181 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842216 9856040960 23780 33554432000 1073741824 1073778376 140735577190992 139863007828264 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12181/tid=12188] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12188/stat : 12188 (java) S 12178 12181 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842216 9856040960 23780 33554432000 1073741824 1073778376 140735577190992 139863006776232 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12181/tid=12189] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12189/stat : 12189 (java) S 12178 12181 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842216 9856040960 23780 33554432000 1073741824 1073778376 140735577190992 139863005723688 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12181/tid=12190] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12190/stat : 12190 (java) S 12178 12181 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842216 9856040960 23780 33554432000 1073741824 1073778376 140735577190992 139863004670632 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12181/tid=12191] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12191/stat : 12191 (java) S 12178 12181 10365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8842216 9856040960 23780 33554432000 1073741824 1073778376 140735577190992 139863003618088 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12181/tid=12192] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12192/stat : 12192 (java) S 12178 12181 10365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8842218 9856040960 23780 33554432000 1073741824 1073778376 140735577190992 139862873196904 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12181/tid=12193] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12193/stat : 12193 (java) S 12178 12181 10365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8842218 9856040960 23780 33554432000 1073741824 1073778376 140735577190992 139862872143224 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12181/tid=12194] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12194/stat : 12194 (java) S 12178 12181 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8842218 9856040960 23780 33554432000 1073741824 1073778376 140735577190992 139862871090056 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12181/tid=12195] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12195/stat : 12195 (java) S 12178 12181 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842220 9856040960 23780 33554432000 1073741824 1073778376 140735577190992 139862870038800 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12181/tid=12196] ppid=12178 vsize=9625040 CPUtime=0.97 cores=0,2,4,6
/proc/12181/task/12196/stat : 12196 (java) S 12178 12181 10365 0 -1 4202560 11706 0 0 0 95 2 0 0 20 0 19 0 8842220 9856040960 23780 33554432000 1073741824 1073778376 140735577190992 139862868986680 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12181/tid=12197] ppid=12178 vsize=9625040 CPUtime=0.54 cores=0,2,4,6

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

[pid=12181/tid=12186] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12186/stat : 12186 (java) S 12178 12181 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842216 9856040960 45761 33554432000 1073741824 1073778376 140735577190992 139863008880808 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12181/tid=12187] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12187/stat : 12187 (java) S 12178 12181 10365 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8842216 9856040960 45761 33554432000 1073741824 1073778376 140735577190992 139863007828264 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12181/tid=12188] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12188/stat : 12188 (java) S 12178 12181 10365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8842216 9856040960 45761 33554432000 1073741824 1073778376 140735577190992 139863006776232 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12181/tid=12189] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12189/stat : 12189 (java) S 12178 12181 10365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8842216 9856040960 45761 33554432000 1073741824 1073778376 140735577190992 139863005723688 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12181/tid=12190] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12190/stat : 12190 (java) S 12178 12181 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842216 9856040960 45761 33554432000 1073741824 1073778376 140735577190992 139863004670632 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12181/tid=12191] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12191/stat : 12191 (java) S 12178 12181 10365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8842216 9856040960 45761 33554432000 1073741824 1073778376 140735577190992 139863003618088 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12181/tid=12192] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12192/stat : 12192 (java) S 12178 12181 10365 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8842218 9856040960 45761 33554432000 1073741824 1073778376 140735577190992 139862873196904 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12181/tid=12193] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12193/stat : 12193 (java) S 12178 12181 10365 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8842218 9856040960 45761 33554432000 1073741824 1073778376 140735577190992 139862872143224 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12181/tid=12194] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12194/stat : 12194 (java) S 12178 12181 10365 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8842218 9856040960 45761 33554432000 1073741824 1073778376 140735577190992 139862871090056 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12181/tid=12195] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12195/stat : 12195 (java) S 12178 12181 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842220 9856040960 45761 33554432000 1073741824 1073778376 140735577190992 139862870038800 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12181/tid=12196] ppid=12178 vsize=9625040 CPUtime=1.07 cores=0,2,4,6
/proc/12181/task/12196/stat : 12196 (java) S 12178 12181 10365 0 -1 4202560 11709 0 0 0 105 2 0 0 20 0 19 0 8842220 9856040960 45761 33554432000 1073741824 1073778376 140735577190992 139862868986680 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12181/tid=12197] ppid=12178 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/12181/task/12197/stat : 12197 (java) S 12178 12181 10365 0 -1 4202560 4020 0 0 0 58 0 0 0 20 0 19 0 8842220 9856040960 45761 33554432000 1073741824 1073778376 140735577190992 139862867934136 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12181/tid=12198] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12198/stat : 12198 (java) S 12178 12181 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842220 9856040960 45761 33554432000 1073741824 1073778376 140735577190992 139862866881272 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12181/tid=12199] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12199/stat : 12199 (java) S 12178 12181 10365 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 8842220 9856040960 45761 33554432000 1073741824 1073778376 140735577190992 139862865828936 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12181/tid=12200] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12200/stat : 12200 (java) S 12178 12181 10365 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8842249 9856040960 45761 33554432000 1073741824 1073778376 140735577190992 139862864774184 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 47.26
Current children cumulated vsize (KiB) 9625040

[startup+46.4008 s]
/proc/loadavg: 2.35 2.35 2.27 3/213 12200
/proc/meminfo: memFree=29912228/32872528 swapFree=1370072/1517240
[pid=12181] ppid=12178 vsize=9625040 CPUtime=48.06 cores=0,2,4,6
/proc/12181/stat : 12181 (java) S 12178 12181 10365 0 -1 4202496 19519 0 1 0 4799 7 0 0 20 0 19 0 8842215 9856040960 45761 33554432000 1073741824 1073778376 140735577190992 140735577182128 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12181/statm: 2406260 45761 2291 9 0 2396937 0
[pid=12181/tid=12182] ppid=12178 vsize=9625040 CPUtime=46.35 cores=0,2,4,6
/proc/12181/task/12182/stat : 12182 (java) R 12178 12181 10365 0 -1 4202560 2484 0 1 0 4631 4 0 0 20 0 19 0 8842216 9856040960 45761 33554432000 1073741824 1073778376 140735577190992 139863049492992 139862875985988 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12181/tid=12184] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12184/stat : 12184 (java) S 12178 12181 10365 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8842216 9856040960 45761 33554432000 1073741824 1073778376 140735577190992 139863010986408 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12181/tid=12185] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12185/stat : 12185 (java) S 12178 12181 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842216 9856040960 45761 33554432000 1073741824 1073778376 140735577190992 139863009933864 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12181/tid=12186] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12186/stat : 12186 (java) S 12178 12181 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842216 9856040960 45761 33554432000 1073741824 1073778376 140735577190992 139863008880808 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12181/tid=12187] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12187/stat : 12187 (java) S 12178 12181 10365 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8842216 9856040960 45761 33554432000 1073741824 1073778376 140735577190992 139863007828264 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12181/tid=12188] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12188/stat : 12188 (java) S 12178 12181 10365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8842216 9856040960 45761 33554432000 1073741824 1073778376 140735577190992 139863006776232 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12181/tid=12189] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12189/stat : 12189 (java) S 12178 12181 10365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8842216 9856040960 45761 33554432000 1073741824 1073778376 140735577190992 139863005723688 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12181/tid=12190] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12190/stat : 12190 (java) S 12178 12181 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842216 9856040960 45761 33554432000 1073741824 1073778376 140735577190992 139863004670632 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12181/tid=12191] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12191/stat : 12191 (java) S 12178 12181 10365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8842216 9856040960 45761 33554432000 1073741824 1073778376 140735577190992 139863003618088 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12181/tid=12192] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12192/stat : 12192 (java) S 12178 12181 10365 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8842218 9856040960 45761 33554432000 1073741824 1073778376 140735577190992 139862873196904 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12181/tid=12193] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12193/stat : 12193 (java) S 12178 12181 10365 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8842218 9856040960 45761 33554432000 1073741824 1073778376 140735577190992 139862872143224 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12181/tid=12194] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12194/stat : 12194 (java) S 12178 12181 10365 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8842218 9856040960 45761 33554432000 1073741824 1073778376 140735577190992 139862871090056 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12181/tid=12195] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12195/stat : 12195 (java) S 12178 12181 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842220 9856040960 45761 33554432000 1073741824 1073778376 140735577190992 139862870038800 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12181/tid=12196] ppid=12178 vsize=9625040 CPUtime=1.07 cores=0,2,4,6
/proc/12181/task/12196/stat : 12196 (java) S 12178 12181 10365 0 -1 4202560 11709 0 0 0 105 2 0 0 20 0 19 0 8842220 9856040960 45761 33554432000 1073741824 1073778376 140735577190992 139862868986680 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12181/tid=12197] ppid=12178 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/12181/task/12197/stat : 12197 (java) S 12178 12181 10365 0 -1 4202560 4020 0 0 0 58 0 0 0 20 0 19 0 8842220 9856040960 45761 33554432000 1073741824 1073778376 140735577190992 139862867934136 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12181/tid=12198] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12198/stat : 12198 (java) S 12178 12181 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842220 9856040960 45761 33554432000 1073741824 1073778376 140735577190992 139862866881272 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12181/tid=12199] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12199/stat : 12199 (java) S 12178 12181 10365 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 8842220 9856040960 45761 33554432000 1073741824 1073778376 140735577190992 139862865828936 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12181/tid=12200] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12200/stat : 12200 (java) S 12178 12181 10365 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8842249 9856040960 45761 33554432000 1073741824 1073778376 140735577190992 139862864774184 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 48.06
Current children cumulated vsize (KiB) 9625040

[startup+46.8008 s]
/proc/loadavg: 2.35 2.35 2.27 3/213 12200
/proc/meminfo: memFree=29912228/32872528 swapFree=1370072/1517240
[pid=12181] ppid=12178 vsize=9625040 CPUtime=48.46 cores=0,2,4,6
/proc/12181/stat : 12181 (java) S 12178 12181 10365 0 -1 4202496 19519 0 1 0 4839 7 0 0 20 0 19 0 8842215 9856040960 45761 33554432000 1073741824 1073778376 140735577190992 140735577182128 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12181/statm: 2406260 45761 2291 9 0 2396937 0
[pid=12181/tid=12182] ppid=12178 vsize=9625040 CPUtime=46.75 cores=0,2,4,6
/proc/12181/task/12182/stat : 12182 (java) R 12178 12181 10365 0 -1 4202560 2484 0 1 0 4671 4 0 0 20 0 19 0 8842216 9856040960 45761 33554432000 1073741824 1073778376 140735577190992 139863049486064 139862875986188 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12181/tid=12184] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12184/stat : 12184 (java) S 12178 12181 10365 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8842216 9856040960 45761 33554432000 1073741824 1073778376 140735577190992 139863010986408 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12181/tid=12185] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12185/stat : 12185 (java) S 12178 12181 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842216 9856040960 45761 33554432000 1073741824 1073778376 140735577190992 139863009933864 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12181/tid=12186] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12186/stat : 12186 (java) S 12178 12181 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842216 9856040960 45761 33554432000 1073741824 1073778376 140735577190992 139863008880808 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12181/tid=12187] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12187/stat : 12187 (java) S 12178 12181 10365 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8842216 9856040960 45761 33554432000 1073741824 1073778376 140735577190992 139863007828264 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12181/tid=12188] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12188/stat : 12188 (java) S 12178 12181 10365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8842216 9856040960 45761 33554432000 1073741824 1073778376 140735577190992 139863006776232 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12181/tid=12189] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12189/stat : 12189 (java) S 12178 12181 10365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8842216 9856040960 45761 33554432000 1073741824 1073778376 140735577190992 139863005723688 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12181/tid=12190] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12190/stat : 12190 (java) S 12178 12181 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842216 9856040960 45761 33554432000 1073741824 1073778376 140735577190992 139863004670632 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12181/tid=12191] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12191/stat : 12191 (java) S 12178 12181 10365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8842216 9856040960 45761 33554432000 1073741824 1073778376 140735577190992 139863003618088 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12181/tid=12192] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12192/stat : 12192 (java) S 12178 12181 10365 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8842218 9856040960 45761 33554432000 1073741824 1073778376 140735577190992 139862873196904 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12181/tid=12193] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12193/stat : 12193 (java) S 12178 12181 10365 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8842218 9856040960 45761 33554432000 1073741824 1073778376 140735577190992 139862872143224 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12181/tid=12194] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12194/stat : 12194 (java) S 12178 12181 10365 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8842218 9856040960 45761 33554432000 1073741824 1073778376 140735577190992 139862871090056 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12181/tid=12195] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12195/stat : 12195 (java) S 12178 12181 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842220 9856040960 45761 33554432000 1073741824 1073778376 140735577190992 139862870038800 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12181/tid=12196] ppid=12178 vsize=9625040 CPUtime=1.08 cores=0,2,4,6
/proc/12181/task/12196/stat : 12196 (java) S 12178 12181 10365 0 -1 4202560 11709 0 0 0 106 2 0 0 20 0 19 0 8842220 9856040960 45761 33554432000 1073741824 1073778376 140735577190992 139862868986680 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12181/tid=12197] ppid=12178 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/12181/task/12197/stat : 12197 (java) S 12178 12181 10365 0 -1 4202560 4020 0 0 0 58 0 0 0 20 0 19 0 8842220 9856040960 45761 33554432000 1073741824 1073778376 140735577190992 139862867934136 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12181/tid=12198] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12198/stat : 12198 (java) S 12178 12181 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842220 9856040960 45761 33554432000 1073741824 1073778376 140735577190992 139862866881272 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12181/tid=12199] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12199/stat : 12199 (java) S 12178 12181 10365 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 8842220 9856040960 45761 33554432000 1073741824 1073778376 140735577190992 139862865828936 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12181/tid=12200] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12200/stat : 12200 (java) S 12178 12181 10365 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8842249 9856040960 45761 33554432000 1073741824 1073778376 140735577190992 139862864774184 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 48.46
Current children cumulated vsize (KiB) 9625040

[startup+46.9008 s]
/proc/loadavg: 2.35 2.35 2.27 3/213 12200
/proc/meminfo: memFree=29912228/32872528 swapFree=1370072/1517240
[pid=12181] ppid=12178 vsize=9625040 CPUtime=48.56 cores=0,2,4,6
/proc/12181/stat : 12181 (java) S 12178 12181 10365 0 -1 4202496 19519 0 1 0 4849 7 0 0 20 0 19 0 8842215 9856040960 45761 33554432000 1073741824 1073778376 140735577190992 140735577182128 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12181/statm: 2406260 45761 2291 9 0 2396937 0
[pid=12181/tid=12182] ppid=12178 vsize=9625040 CPUtime=46.85 cores=0,2,4,6
/proc/12181/task/12182/stat : 12182 (java) R 12178 12181 10365 0 -1 4202560 2484 0 1 0 4681 4 0 0 20 0 19 0 8842216 9856040960 45761 33554432000 1073741824 1073778376 140735577190992 139863049486064 139862875896068 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12181/tid=12184] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12184/stat : 12184 (java) S 12178 12181 10365 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8842216 9856040960 45761 33554432000 1073741824 1073778376 140735577190992 139863010986408 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12181/tid=12185] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12185/stat : 12185 (java) S 12178 12181 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842216 9856040960 45761 33554432000 1073741824 1073778376 140735577190992 139863009933864 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12181/tid=12186] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12186/stat : 12186 (java) S 12178 12181 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842216 9856040960 45761 33554432000 1073741824 1073778376 140735577190992 139863008880808 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12181/tid=12187] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12187/stat : 12187 (java) S 12178 12181 10365 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8842216 9856040960 45761 33554432000 1073741824 1073778376 140735577190992 139863007828264 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12181/tid=12188] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12188/stat : 12188 (java) S 12178 12181 10365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8842216 9856040960 45761 33554432000 1073741824 1073778376 140735577190992 139863006776232 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12181/tid=12189] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12189/stat : 12189 (java) S 12178 12181 10365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8842216 9856040960 45761 33554432000 1073741824 1073778376 140735577190992 139863005723688 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12181/tid=12190] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12190/stat : 12190 (java) S 12178 12181 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842216 9856040960 45761 33554432000 1073741824 1073778376 140735577190992 139863004670632 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12181/tid=12191] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12191/stat : 12191 (java) S 12178 12181 10365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8842216 9856040960 45761 33554432000 1073741824 1073778376 140735577190992 139863003618088 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12181/tid=12192] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12192/stat : 12192 (java) S 12178 12181 10365 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8842218 9856040960 45761 33554432000 1073741824 1073778376 140735577190992 139862873196904 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12181/tid=12193] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12193/stat : 12193 (java) S 12178 12181 10365 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8842218 9856040960 45761 33554432000 1073741824 1073778376 140735577190992 139862872143224 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12181/tid=12194] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12194/stat : 12194 (java) S 12178 12181 10365 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8842218 9856040960 45761 33554432000 1073741824 1073778376 140735577190992 139862871090056 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12181/tid=12195] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12195/stat : 12195 (java) S 12178 12181 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842220 9856040960 45761 33554432000 1073741824 1073778376 140735577190992 139862870038800 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12181/tid=12196] ppid=12178 vsize=9625040 CPUtime=1.08 cores=0,2,4,6
/proc/12181/task/12196/stat : 12196 (java) S 12178 12181 10365 0 -1 4202560 11709 0 0 0 106 2 0 0 20 0 19 0 8842220 9856040960 45761 33554432000 1073741824 1073778376 140735577190992 139862868986680 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12181/tid=12197] ppid=12178 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/12181/task/12197/stat : 12197 (java) S 12178 12181 10365 0 -1 4202560 4020 0 0 0 58 0 0 0 20 0 19 0 8842220 9856040960 45761 33554432000 1073741824 1073778376 140735577190992 139862867934136 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12181/tid=12198] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12198/stat : 12198 (java) S 12178 12181 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8842220 9856040960 45761 33554432000 1073741824 1073778376 140735577190992 139862866881272 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12181/tid=12199] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12199/stat : 12199 (java) S 12178 12181 10365 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 8842220 9856040960 45761 33554432000 1073741824 1073778376 140735577190992 139862865828936 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12181/tid=12200] ppid=12178 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12181/task/12200/stat : 12200 (java) S 12178 12181 10365 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8842249 9856040960 45761 33554432000 1073741824 1073778376 140735577190992 139862864774184 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 48.56
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 46.9323
CPU time (s): 48.5856
CPU user time (s): 48.4946
CPU system time (s): 0.090986
CPU usage (%): 103.523
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 48.4946
system time used= 0.090986
maximum resident set size= 183096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19536
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1299
involuntary context switches= 381

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.244962 second user time and 0.345947 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-16 11:05:57
IDJOB=4090883
IDBENCH=79293
IDSOLVER=2551
FILE ID=node129/4090883-1466067957
RUNJOBID= node129-1466062122-10381
PBS_JOBID= 19904010
Free space on /tmp= 71736 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.1900557957--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090883-1466067957/watcher-4090883-1466067957 -o /tmp/evaluation-result-4090883-1466067957/solver-4090883-1466067957 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466062122-10381 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090883-1466067957.wbo

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

MD5SUM BENCH= c90222590d839243781a638355a39a56
RANDOM SEED=633695680

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29993776 kB
Buffers:            9468 kB
Cached:            42324 kB
SwapCached:          672 kB
Active:           634376 kB
Inactive:          28644 kB
Active(anon):     612292 kB
Inactive(anon):      912 kB
Active(file):      22084 kB
Inactive(file):    27732 kB
Unevictable:     1517240 kB
Mlocked:         1370072 kB
SwapTotal:      67108856 kB
SwapFree:       67100228 kB
Dirty:               616 kB
Writeback:             0 kB
AnonPages:       2069768 kB
Mapped:            15416 kB
Shmem:                 0 kB
Slab:             564696 kB
SReclaimable:       8860 kB
SUnreclaim:       555836 kB
KernelStack:        1760 kB
PageTables:         8844 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2307008 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    667648 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= 71736 MiB
End job on node129 at 2016-06-16 11:06:44