Trace number 4298645

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 NameAnswerobjective functionCPU timeWall clock time
Solver of Xavier Schul & Yvhan Smal 2018-04-28SAT (TO)10673 2520.06 2494.63

General information on the benchmark

NameSumColoring/
SumColoring-dsjc-250-9_c18.xml
MD5SUM15c7aefb85365a32de6dc875f5012851
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark9608
Best CPU time to get the best result obtained on this benchmark2520.07
Satisfiable
(Un)Satisfiability was proved
Number of variables250
Number of constraints27897
Number of domains1
Minimum domain size250
Maximum domain size250
Distribution of domain sizes[{"size":250,"count":250}]
Minimum variable degree208
Maximum variable degree235
Distribution of variable degrees[{"degree":208,"count":1},{"degree":213,"count":1},{"degree":214,"count":3},{"degree":215,"count":5},{"degree":216,"count":4},{"degree":217,"count":8},{"degree":218,"count":9},{"degree":219,"count":11},{"degree":220,"count":9},{"degree":221,"count":15},{"degree":222,"count":19},{"degree":223,"count":19},{"degree":224,"count":26},{"degree":225,"count":23},{"degree":226,"count":10},{"degree":227,"count":22},{"degree":228,"count":17},{"degree":229,"count":21},{"degree":230,"count":10},{"degree":231,"count":6},{"degree":232,"count":7},{"degree":233,"count":1},{"degree":234,"count":1},{"degree":235,"count":2}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":27897}]
Number of extensional constraints0
Number of intensional constraints27897
Distribution of constraint types[{"type":"intension","count":27897}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.12/0.13	c version: 2018-04-11
0.12/0.13	c seed: 1811631
0.12/0.13	c timeout: -1
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
9.63/3.78	o 10722
10.54/4.33	o 10720
14.34/7.82	o 10719
25.51/18.89	o 10718
85.79/78.86	o 10717
1137.17/1125.65	o 10673
2520.03/2494.60	s SATISFIABLE
2520.03/2494.60	v <instantiation>
2520.03/2494.60	v 	<list>
2520.03/2494.60	v 		c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] c[25] c[26] c[27] c[28] c[29] c[30] c[31] c[32] c[33] c[34] c[35] c[36] c[37] c[38] c[39] c[40] c[41] c[42] c[43] c[44] c[45] c[46] c[47] c[48] c[49] c[50] c[51] c[52] c[53] c[54] c[55] c[56] c[57] c[58] c[59] c[60] c[61] c[62] c[63] c[64] c[65] c[66] c[67] c[68] c[69] c[70] c[71] c[72] c[73] c[74] c[75] c[76] c[77] c[78] c[79] c[80] c[81] c[82] c[83] c[84] c[85] c[86] c[87] c[88] c[89] c[90] c[91] c[92] c[93] c[94] c[95] c[96] c[97] c[98] c[99] c[100] c[101] c[102] c[103] c[104] c[105] c[106] c[107] c[108] c[109] c[110] c[111] c[112] c[113] c[114] c[115] c[116] c[117] c[118] c[119] c[120] c[121] c[122] c[123] c[124] c[125] c[126] c[127] c[128] c[129] c[130] c[131] c[132] c[133] c[134] c[135] c[136] c[137] c[138] c[139] c[140] c[141] c[142] c[143] c[144] c[145] c[146] c[147] c[148] c[149] c[150] c[151] c[152] c[153] c[154] c[155] c[156] c[157] c[158] c[159] c[160] c[161] c[162] c[163] c[164] c[165] c[166] c[167] c[168] c[169] c[170] c[171] c[172] c[173] c[174] c[175] c[176] c[177] c[178] c[179] c[180] c[181] c[182] c[183] c[184] c[185] c[186] c[187] c[188] c[189] c[190] c[191] c[192] c[193] c[194] c[195] c[196] c[197] c[198] c[199] c[200] c[201] c[202] c[203] c[204] c[205] c[206] c[207] c[208] c[209] c[210] c[211] c[212] c[213] c[214] c[215] c[216] c[217] c[218] c[219] c[220] c[221] c[222] c[223] c[224] c[225] c[226] c[227] c[228] c[229] c[230] c[231] c[232] c[233] c[234] c[235] c[236] c[237] c[238] c[239] c[240] c[241] c[242] c[243] c[244] c[245] c[246] c[247] c[248] c[249] 
2520.03/2494.60	v 	</list>
2520.03/2494.60	v 	<values>
2520.03/2494.60	v 		0 22 56 54 25 0 53 81 19 29 3 12 8 16 17 60 18 96 78 33 65 76 97 55 37 68 23 38 40 31 26 25 77 42 72 43 74 20 0 27 62 45 18 67 80 32 61 81 33 18 29 14 27 78 83 63 88 28 31 26 27 44 66 89 15 34 1 28 56 62 49 82 51 30 40 25 26 9 91 84 50 75 21 67 34 67 91 38 90 98 45 82 51 16 71 29 54 24 5 68 1 2 3 4 5 2 6 7 8 4 48 6 72 9 10 57 11 5 36 59 9 54 92 48 1 7 83 13 77 93 36 53 11 73 49 41 14 12 10 15 2 45 80 84 46 43 74 58 13 15 7 43 42 56 90 85 18 24 65 55 37 46 94 19 20 79 16 76 28 40 70 59 64 95 5 65 79 17 38 69 66 60 21 85 51 30 21 69 41 8 52 35 50 10 73 12 47 1 86 50 35 3 4 13 61 70 23 22 64 52 6 47 75 48 59 39 36 77 63 23 66 44 56 34 92 21 11 3 20 22 0 32 88 72 19 46 39 38 35 57 24 30 80 71 58 87 70 53 22 23 
2520.03/2494.60	v 	</values>
2520.03/2494.60	v </instantiation>

Verifier Data

OK	10673

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (13281 MiB free)
  memory of node 1: 16384 MiB (13892 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298645-1532766971/watcher-4298645-1532766971 -o /tmp/evaluation-result-4298645-1532766971/solver-4298645-1532766971 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532739463-2139 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4298645-1532766971.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=5403, runsolver pid=5400

[startup+0.100142 s]*
/proc/loadavg: 1.11 1.29 1.31 4/219 5418
/proc/meminfo: memFree=27810392/32770624 swapFree=67108744/67108860
[pid=5403] ppid=5400 vsize=10661052 memory=27892 CPUtime=0.12 cores=0,2,4,6
/proc/5403/stat : 5403 (java) S 5400 5403 2108 0 -1 1077944320 5316 0 0 0 11 1 0 0 20 0 15 0 94260325 10916917248 6973 33554432000 4194304 4196468 140730988860624 140730988843168 139718072360695 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
/proc/5403/statm: 2665263 6973 2859 1 0 2627263 0
[pid=5403/tid=5405] ppid=5400 vsize=10661052 memory=-8823777018880292032 CPUtime=0.08 cores=0,2,4,6
/proc/5403/task/5405/stat : 5405 (java) R 5400 5403 2108 0 -1 4202560 3182 0 0 0 8 0 0 0 20 0 15 0 94260325 10916917248 6973 33554432000 4194304 4196468 140730988860624 139718076581808 139718064597822 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5406] ppid=5400 vsize=10661052 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/5403/task/5406/stat : 5406 (java) S 5400 5403 2108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94260326 10916917248 6973 33554432000 4194304 4196468 140730988860624 139717679622928 139718072370901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5407] ppid=5400 vsize=10661052 memory=139713699067520 CPUtime=0 cores=0,2,4,6
/proc/5403/task/5407/stat : 5407 (java) S 5400 5403 2108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94260326 10916917248 6973 33554432000 4194304 4196468 140730988860624 139717678570384 139718072370901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5408] ppid=5400 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5403/task/5408/stat : 5408 (java) S 5400 5403 2108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94260326 10916917248 6973 33554432000 4194304 4196468 140730988860624 139717677517840 139718072370901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5409] ppid=5400 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5403/task/5409/stat : 5409 (java) S 5400 5403 2108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94260326 10916917248 6973 33554432000 4194304 4196468 140730988860624 139717676465296 139718072370901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5410] ppid=5400 vsize=10661052 memory=139713699067520 CPUtime=0 cores=0,2,4,6
/proc/5403/task/5410/stat : 5410 (java) S 5400 5403 2108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94260328 10916917248 6973 33554432000 4194304 4196468 140730988860624 139717564676080 139718072371842 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5411] ppid=5400 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5403/task/5411/stat : 5411 (java) S 5400 5403 2108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94260328 10916917248 6973 33554432000 4194304 4196468 140730988860624 139717563622304 139718072370901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5412] ppid=5400 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5403/task/5412/stat : 5412 (java) S 5400 5403 2108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94260328 10916917248 6973 33554432000 4194304 4196468 140730988860624 139717562569712 139718072370901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5413] ppid=5400 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5403/task/5413/stat : 5413 (java) S 5400 5403 2108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94260331 10916917248 6973 33554432000 4194304 4196468 140730988860624 139717561518288 139718072379291 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5414] ppid=5400 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5403/task/5414/stat : 5414 (java) S 5400 5403 2108 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 15 0 94260331 10916917248 6973 33554432000 4194304 4196468 140730988860624 139717560465904 139718072371842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5415] ppid=5400 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5403/task/5415/stat : 5415 (java) S 5400 5403 2108 0 -1 1077944384 135 0 0 0 0 0 0 0 20 0 15 0 94260331 10916917248 6973 33554432000 4194304 4196468 140730988860624 139717559413360 139718072371842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5416] ppid=5400 vsize=10661052 memory=139713699067520 CPUtime=0.02 cores=0,2,4,6
/proc/5403/task/5416/stat : 5416 (java) R 5400 5403 2108 0 -1 4202560 337 0 0 0 2 0 0 0 20 0 15 0 94260331 10916917248 6973 33554432000 4194304 4196468 140730988860624 139717558360816 139718072382042 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5417] ppid=5400 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5403/task/5417/stat : 5417 (java) S 5400 5403 2108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94260331 10916917248 6973 33554432000 4194304 4196468 140730988860624 139717557308512 139718072370901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5418] ppid=5400 vsize=10661052 memory=139713699067520 CPUtime=0 cores=0,2,4,6
/proc/5403/task/5418/stat : 5418 (java) S 5400 5403 2108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94260331 10916917248 6973 33554432000 4194304 4196468 140730988860624 139717556255024 139718072371842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 27892 KiB

[startup+0.210706 s]*
/proc/loadavg: 1.11 1.29 1.31 5/219 5418
/proc/meminfo: memFree=27798140/32770624 swapFree=67108744/67108860
[pid=5403] ppid=5400 vsize=10661052 memory=40348 CPUtime=0.34 cores=0,2,4,6
/proc/5403/stat : 5403 (java) S 5400 5403 2108 0 -1 1077944320 8202 0 0 0 32 2 0 0 20 0 15 0 94260325 10916917248 10087 33554432000 4194304 4196468 140730988860624 140730988843168 139718072360695 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
/proc/5403/statm: 2665263 10087 2983 1 0 2627263 0
[pid=5403/tid=5405] ppid=5400 vsize=10661052 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/5403/task/5405/stat : 5405 (java) R 5400 5403 2108 0 -1 4202560 5145 0 0 0 19 1 0 0 20 0 15 0 94260325 10916917248 10144 33554432000 4194304 4196468 140730988860624 139718076598304 139717710233957 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5406] ppid=5400 vsize=10661052 memory=364 CPUtime=0 cores=0,2,4,6
/proc/5403/task/5406/stat : 5406 (java) S 5400 5403 2108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94260326 10916917248 10144 33554432000 4194304 4196468 140730988860624 139717679622928 139718072370901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5407] ppid=5400 vsize=10661052 memory=139713699073177 CPUtime=0 cores=0,2,4,6
/proc/5403/task/5407/stat : 5407 (java) S 5400 5403 2108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94260326 10916917248 10144 33554432000 4194304 4196468 140730988860624 139717678570384 139718072370901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5408] ppid=5400 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5403/task/5408/stat : 5408 (java) S 5400 5403 2108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94260326 10916917248 10144 33554432000 4194304 4196468 140730988860624 139717677517840 139718072370901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5409] ppid=5400 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5403/task/5409/stat : 5409 (java) S 5400 5403 2108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94260326 10916917248 10144 33554432000 4194304 4196468 140730988860624 139717676465296 139718072370901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5410] ppid=5400 vsize=10661052 memory=139713699067520 CPUtime=0 cores=0,2,4,6
/proc/5403/task/5410/stat : 5410 (java) S 5400 5403 2108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94260328 10916917248 10144 33554432000 4194304 4196468 140730988860624 139717564676080 139718072371842 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5411] ppid=5400 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5403/task/5411/stat : 5411 (java) S 5400 5403 2108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94260328 10916917248 10144 33554432000 4194304 4196468 140730988860624 139717563622304 139718072370901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5412] ppid=5400 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5403/task/5412/stat : 5412 (java) S 5400 5403 2108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94260328 10916917248 10144 33554432000 4194304 4196468 140730988860624 139717562569712 139718072370901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5413] ppid=5400 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5403/task/5413/stat : 5413 (java) S 5400 5403 2108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94260331 10916917248 10144 33554432000 4194304 4196468 140730988860624 139717561518288 139718072379291 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5414] ppid=5400 vsize=10661052 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/5403/task/5414/stat : 5414 (java) R 5400 5403 2108 0 -1 4202560 568 0 0 0 2 0 0 0 20 0 15 0 94260331 10916917248 10144 33554432000 4194304 4196468 140730988860624 139717560464304 139718056649717 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5415] ppid=5400 vsize=10661052 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/5403/task/5415/stat : 5415 (java) R 5400 5403 2108 0 -1 1077944384 229 0 0 0 2 0 0 0 20 0 15 0 94260331 10916917248 10144 33554432000 4194304 4196468 140730988860624 139717559413456 139718072370901 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5416] ppid=5400 vsize=10661052 memory=139713699067520 CPUtime=0.08 cores=0,2,4,6
/proc/5403/task/5416/stat : 5416 (java) R 5400 5403 2108 0 -1 4202560 900 0 0 0 8 0 0 0 20 0 15 0 94260331 10916917248 10144 33554432000 4194304 4196468 140730988860624 139717558356768 139718049584848 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5417] ppid=5400 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5403/task/5417/stat : 5417 (java) S 5400 5403 2108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94260331 10916917248 10144 33554432000 4194304 4196468 140730988860624 139717557308512 139718072370901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5418] ppid=5400 vsize=10661052 memory=139713699067520 CPUtime=0 cores=0,2,4,6
/proc/5403/task/5418/stat : 5418 (java) S 5400 5403 2108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94260331 10916917248 10144 33554432000 4194304 4196468 140730988860624 139717556255024 139718072371842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 40348 KiB

[startup+0.31121 s]*
/proc/loadavg: 1.18 1.30 1.32 5/219 5418
/proc/meminfo: memFree=27783252/32770624 swapFree=67108744/67108860
[pid=5403] ppid=5400 vsize=10661052 memory=55728 CPUtime=0.67 cores=0,2,4,6
/proc/5403/stat : 5403 (java) S 5400 5403 2108 0 -1 1077944320 10012 0 0 0 65 2 0 0 20 0 15 0 94260325 10916917248 13932 33554432000 4194304 4196468 140730988860624 140730988843168 139718072360695 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
/proc/5403/statm: 2665263 13932 3055 1 0 2627263 0
[pid=5403/tid=5405] ppid=5400 vsize=10661128 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/5403/task/5405/stat : 5405 (java) R 5400 5403 2108 0 -1 4202560 5270 0 0 0 29 1 0 0 20 0 15 0 94260325 10916995072 13932 33554432000 4194304 4196468 140730988860624 139718076593008 139717961842550 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5406] ppid=5400 vsize=10661128 memory=4294980952 CPUtime=0 cores=0,2,4,6
/proc/5403/task/5406/stat : 5406 (java) S 5400 5403 2108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94260326 10916995072 13932 33554432000 4194304 4196468 140730988860624 139717679622928 139718072370901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5407] ppid=5400 vsize=10661128 memory=139713699626372 CPUtime=0 cores=0,2,4,6
/proc/5403/task/5407/stat : 5407 (java) S 5400 5403 2108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94260326 10916995072 13932 33554432000 4194304 4196468 140730988860624 139717678570384 139718072370901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5408] ppid=5400 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5403/task/5408/stat : 5408 (java) S 5400 5403 2108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94260326 10916995072 13932 33554432000 4194304 4196468 140730988860624 139717677517840 139718072370901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5409] ppid=5400 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5403/task/5409/stat : 5409 (java) S 5400 5403 2108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94260326 10916995072 13932 33554432000 4194304 4196468 140730988860624 139717676465296 139718072370901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5410] ppid=5400 vsize=10661128 memory=139713699067520 CPUtime=0 cores=0,2,4,6
/proc/5403/task/5410/stat : 5410 (java) S 5400 5403 2108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94260328 10916995072 13932 33554432000 4194304 4196468 140730988860624 139717564676080 139718072371842 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5411] ppid=5400 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5403/task/5411/stat : 5411 (java) S 5400 5403 2108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94260328 10916995072 13932 33554432000 4194304 4196468 140730988860624 139717563622304 139718072370901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5412] ppid=5400 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5403/task/5412/stat : 5412 (java) S 5400 5403 2108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94260328 10916995072 13932 33554432000 4194304 4196468 140730988860624 139717562569712 139718072370901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5413] ppid=5400 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5403/task/5413/stat : 5413 (java) S 5400 5403 2108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94260331 10916995072 13932 33554432000 4194304 4196468 140730988860624 139717561518288 139718072379291 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5414] ppid=5400 vsize=10661128 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/5403/task/5414/stat : 5414 (java) R 5400 5403 2108 0 -1 4202560 1116 0 0 0 12 0 0 0 20 0 15 0 94260331 10916995072 13932 33554432000 4194304 4196468 140730988860624 139717560451784 139718058424837 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5415] ppid=5400 vsize=10661128 memory=-1 CPUtime=0.11 cores=0,2,4,6
/proc/5403/task/5415/stat : 5415 (java) R 5400 5403 2108 0 -1 4202560 990 0 0 0 11 0 0 0 20 0 15 0 94260331 10916995072 13932 33554432000 4194304 4196468 140730988860624 139717559395160 139718052015921 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5416] ppid=5400 vsize=10661128 memory=139713699067520 CPUtime=0.12 cores=0,2,4,6
/proc/5403/task/5416/stat : 5416 (java) R 5400 5403 2108 0 -1 1077944384 1283 0 0 0 12 0 0 0 20 0 15 0 94260331 10916995072 13932 33554432000 4194304 4196468 140730988860624 139717558360816 139718072371842 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5417] ppid=5400 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5403/task/5417/stat : 5417 (java) S 5400 5403 2108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94260331 10916995072 13932 33554432000 4194304 4196468 140730988860624 139717557308512 139718072370901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5418] ppid=5400 vsize=10661128 memory=139713699067520 CPUtime=0 cores=0,2,4,6
/proc/5403/task/5418/stat : 5418 (java) S 5400 5403 2108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94260331 10916995072 13932 33554432000 4194304 4196468 140730988860624 139717556255024 139718072371842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 55728 KiB

[startup+0.700715 s]
/proc/loadavg: 1.18 1.30 1.32 5/219 5418
/proc/meminfo: memFree=27763892/32770624 swapFree=67108744/67108860
[pid=5403] ppid=5400 vsize=10661128 memory=137748 CPUtime=1.84 cores=0,2,4,6
/proc/5403/stat : 5403 (java) S 5400 5403 2108 0 -1 1077944320 11018 0 0 0 180 4 0 0 20 0 15 0 94260325 10916995072 34437 33554432000 4194304 4196468 140730988860624 140730988843168 139718072360695 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
/proc/5403/statm: 2665282 34437 3105 1 0 2627263 0
[pid=5403/tid=5405] ppid=5400 vsize=10661128 memory=1236 CPUtime=0.68 cores=0,2,4,6
/proc/5403/task/5405/stat : 5405 (java) R 5400 5403 2108 0 -1 4202560 5522 0 0 0 65 3 0 0 20 0 15 0 94260325 10916995072 34437 33554432000 4194304 4196468 140730988860624 139718076595576 139717712729878 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5406] ppid=5400 vsize=10661128 memory=15764 CPUtime=0 cores=0,2,4,6
/proc/5403/task/5406/stat : 5406 (java) S 5400 5403 2108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94260326 10916995072 34437 33554432000 4194304 4196468 140730988860624 139717679622928 139718072370901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5407] ppid=5400 vsize=10661128 memory=4052 CPUtime=0 cores=0,2,4,6
/proc/5403/task/5407/stat : 5407 (java) S 5400 5403 2108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94260326 10916995072 34437 33554432000 4194304 4196468 140730988860624 139717678570384 139718072370901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5408] ppid=5400 vsize=10661128 memory=644 CPUtime=0 cores=0,2,4,6
/proc/5403/task/5408/stat : 5408 (java) S 5400 5403 2108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94260326 10916995072 34437 33554432000 4194304 4196468 140730988860624 139717677517840 139718072370901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5409] ppid=5400 vsize=10661128 memory=1800 CPUtime=0 cores=0,2,4,6
/proc/5403/task/5409/stat : 5409 (java) S 5400 5403 2108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94260326 10916995072 34437 33554432000 4194304 4196468 140730988860624 139717676465296 139718072370901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5410] ppid=5400 vsize=10661128 memory=956 CPUtime=0 cores=0,2,4,6
/proc/5403/task/5410/stat : 5410 (java) S 5400 5403 2108 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 94260328 10916995072 34437 33554432000 4194304 4196468 140730988860624 139717564676080 139718072371842 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5411] ppid=5400 vsize=10661128 memory=2340 CPUtime=0 cores=0,2,4,6
/proc/5403/task/5411/stat : 5411 (java) S 5400 5403 2108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94260328 10916995072 34437 33554432000 4194304 4196468 140730988860624 139717563622304 139718072370901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5412] ppid=5400 vsize=10661128 memory=928 CPUtime=0 cores=0,2,4,6
/proc/5403/task/5412/stat : 5412 (java) S 5400 5403 2108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94260328 10916995072 34437 33554432000 4194304 4196468 140730988860624 139717562569712 139718072370901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5413] ppid=5400 vsize=10661128 memory=6153431502485415525 CPUtime=0 cores=0,2,4,6
/proc/5403/task/5413/stat : 5413 (java) S 5400 5403 2108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94260331 10916995072 34437 33554432000 4194304 4196468 140730988860624 139717561518288 139718072379291 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5414] ppid=5400 vsize=10661128 memory=6081108994580048232 CPUtime=0.46 cores=0,2,4,6
/proc/5403/task/5414/stat : 5414 (java) R 5400 5403 2108 0 -1 4202560 1492 0 0 0 46 0 0 0 20 0 15 0 94260331 10916995072 34437 33554432000 4194304 4196468 140730988860624 139717560447312 139718057285520 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5415] ppid=5400 vsize=10661128 memory=6154282490091891024 CPUtime=0.44 cores=0,2,4,6
/proc/5403/task/5415/stat : 5415 (java) R 5400 5403 2108 0 -1 4202560 1137 0 0 0 44 0 0 0 20 0 15 0 94260331 10916995072 34437 33554432000 4194304 4196468 140730988860624 139717559399680 139718053904468 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5416] ppid=5400 vsize=10661128 memory=7440052414025066321 CPUtime=0.23 cores=0,2,4,6
/proc/5403/task/5416/stat : 5416 (java) S 5400 5403 2108 0 -1 1077944384 1494 0 0 0 23 0 0 0 20 0 15 0 94260331 10916995072 34437 33554432000 4194304 4196468 140730988860624 139717558360816 139718072371842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5417] ppid=5400 vsize=10661128 memory=7522818319144412011 CPUtime=0 cores=0,2,4,6
/proc/5403/task/5417/stat : 5417 (java) S 5400 5403 2108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94260331 10916995072 34437 33554432000 4194304 4196468 140730988860624 139717557308512 139718072370901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5418] ppid=5400 vsize=10661128 memory=10588 CPUtime=0 cores=0,2,4,6
/proc/5403/task/5418/stat : 5418 (java) S 5400 5403 2108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94260331 10916995072 34437 33554432000 4194304 4196468 140730988860624 139717556255024 139718072371842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
Current children cumulated CPU time: 1.84 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 137748 KiB

[startup+1.50075 s]
/proc/loadavg: 1.18 1.30 1.32 5/219 5418
/proc/meminfo: memFree=27643004/32770624 swapFree=67108744/67108860
[pid=5403] ppid=5400 vsize=10661128 memory=242392 CPUtime=4.36 cores=0,2,4,6
/proc/5403/stat : 5403 (java) S 5400 5403 2108 0 -1 1077944320 13908 0 0 0 423 13 0 0 20 0 15 0 94260325 10916995072 60598 33554432000 4194304 4196468 140730988860624 140730988843168 139718072360695 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
/proc/5403/statm: 2665282 60598 3146 1 0 2627263 0
[pid=5403/tid=5405] ppid=5400 vsize=10661128 memory=241816 CPUtime=1.43 cores=0,2,4,6
/proc/5403/task/5405/stat : 5405 (java) R 5400 5403 2108 0 -1 4202560 5674 0 0 0 140 3 0 0 20 0 15 0 94260325 10916995072 60598 33554432000 4194304 4196468 140730988860624 139718076597416 139717715439696 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5406] ppid=5400 vsize=10661128 memory=8112282956445269571 CPUtime=0.03 cores=0,2,4,6
/proc/5403/task/5406/stat : 5406 (java) S 5400 5403 2108 0 -1 1077944384 116 0 0 0 2 1 0 0 20 0 15 0 94260326 10916995072 60598 33554432000 4194304 4196468 140730988860624 139717679622928 139718072370901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5407] ppid=5400 vsize=10661128 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/5403/task/5407/stat : 5407 (java) S 5400 5403 2108 0 -1 1077944384 180 0 0 0 2 2 0 0 20 0 15 0 94260326 10916995072 60598 33554432000 4194304 4196468 140730988860624 139717678570384 139718072370901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5408] ppid=5400 vsize=10661128 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/5403/task/5408/stat : 5408 (java) S 5400 5403 2108 0 -1 1077944384 95 0 0 0 1 1 0 0 20 0 15 0 94260326 10916995072 60598 33554432000 4194304 4196468 140730988860624 139717677517840 139718072370901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5409] ppid=5400 vsize=10661128 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/5403/task/5409/stat : 5409 (java) S 5400 5403 2108 0 -1 1077944384 140 0 0 0 1 1 0 0 20 0 15 0 94260326 10916995072 60598 33554432000 4194304 4196468 140730988860624 139717676465296 139718072370901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5410] ppid=5400 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5403/task/5410/stat : 5410 (java) S 5400 5403 2108 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 94260328 10916995072 60598 33554432000 4194304 4196468 140730988860624 139717564676080 139718072371842 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0

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

/proc/5403/task/5405/stat : 5405 (java) R 5400 5403 2108 0 -1 4202560 55426 0 0 0 231540 40 0 0 20 0 15 0 94260325 10916995072 276713 33554432000 4194304 4196468 140730988860624 139718076600064 139717716605160 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5406] ppid=5400 vsize=10661128 memory=1111980 CPUtime=5.5 cores=0,2,4,6
/proc/5403/task/5406/stat : 5406 (java) S 5400 5403 2108 0 -1 1077944384 19287 0 0 0 535 15 0 0 20 0 15 0 94260326 10916995072 276713 33554432000 4194304 4196468 140730988860624 139717679622928 139718072370901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5407] ppid=5400 vsize=10661128 memory=1111468 CPUtime=5.46 cores=0,2,4,6
/proc/5403/task/5407/stat : 5407 (java) S 5400 5403 2108 0 -1 1077944384 19479 0 0 0 531 15 0 0 20 0 15 0 94260326 10916995072 276713 33554432000 4194304 4196468 140730988860624 139717678570384 139718072370901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5408] ppid=5400 vsize=10661128 memory=1108388 CPUtime=5.47 cores=0,2,4,6
/proc/5403/task/5408/stat : 5408 (java) S 5400 5403 2108 0 -1 1077944384 13430 0 0 0 534 13 0 0 20 0 15 0 94260326 10916995072 276713 33554432000 4194304 4196468 140730988860624 139717677517840 139718072370901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5409] ppid=5400 vsize=10661128 memory=1109928 CPUtime=5.48 cores=0,2,4,6
/proc/5403/task/5409/stat : 5409 (java) S 5400 5403 2108 0 -1 1077944384 15927 0 0 0 533 15 0 0 20 0 15 0 94260326 10916995072 276713 33554432000 4194304 4196468 140730988860624 139717676465296 139718072370901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5410] ppid=5400 vsize=10661128 memory=1106852 CPUtime=0.6 cores=0,2,4,6
/proc/5403/task/5410/stat : 5410 (java) S 5400 5403 2108 0 -1 1077944384 14583 0 0 0 47 13 0 0 20 0 15 0 94260328 10916995072 276713 33554432000 4194304 4196468 140730988860624 139717564676080 139718072371842 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5411] ppid=5400 vsize=10661128 memory=33 CPUtime=0 cores=0,2,4,6
/proc/5403/task/5411/stat : 5411 (java) S 5400 5403 2108 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 94260328 10916995072 276713 33554432000 4194304 4196468 140730988860624 139717563622368 139718072370901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5412] ppid=5400 vsize=10661128 memory=1109928 CPUtime=0 cores=0,2,4,6
/proc/5403/task/5412/stat : 5412 (java) S 5400 5403 2108 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 94260328 10916995072 276713 33554432000 4194304 4196468 140730988860624 139717562569712 139718072370901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5413] ppid=5400 vsize=10661128 memory=27436 CPUtime=0 cores=0,2,4,6
/proc/5403/task/5413/stat : 5413 (java) S 5400 5403 2108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94260331 10916995072 276713 33554432000 4194304 4196468 140730988860624 139717561518288 139718072379291 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5414] ppid=5400 vsize=10661128 memory=2396 CPUtime=2.79 cores=0,2,4,6
/proc/5403/task/5414/stat : 5414 (java) S 5400 5403 2108 0 -1 1077944384 9297 0 0 0 278 1 0 0 20 0 15 0 94260331 10916995072 276713 33554432000 4194304 4196468 140730988860624 139717560465904 139718072371842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5415] ppid=5400 vsize=10661128 memory=1108388 CPUtime=2.83 cores=0,2,4,6
/proc/5403/task/5415/stat : 5415 (java) S 5400 5403 2108 0 -1 1077944384 8172 0 0 0 282 1 0 0 20 0 15 0 94260331 10916995072 276713 33554432000 4194304 4196468 140730988860624 139717559413360 139718072371842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5416] ppid=5400 vsize=10661128 memory=4096 CPUtime=0.56 cores=0,2,4,6
/proc/5403/task/5416/stat : 5416 (java) S 5400 5403 2108 0 -1 1077944384 3645 0 0 0 55 1 0 0 20 0 15 0 94260331 10916995072 276713 33554432000 4194304 4196468 140730988860624 139717558360816 139718072371842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5417] ppid=5400 vsize=10661128 memory=1108388 CPUtime=0 cores=0,2,4,6
/proc/5403/task/5417/stat : 5417 (java) S 5400 5403 2108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94260331 10916995072 276713 33554432000 4194304 4196468 140730988860624 139717557308512 139718072370901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5418] ppid=5400 vsize=10661128 memory=1108388 CPUtime=0.93 cores=0,2,4,6
/proc/5403/task/5418/stat : 5418 (java) S 5400 5403 2108 0 -1 1077944384 2184 0 0 0 46 47 0 0 20 0 15 0 94260331 10916995072 276713 33554432000 4194304 4196468 140730988860624 139717556255024 139718072371842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
Current children cumulated CPU time: 2345.52 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 1106852 KiB

[startup+2382.3 s]
/proc/loadavg: 1.43 1.37 1.42 3/218 5593
/proc/meminfo: memFree=26832672/32770624 swapFree=67108744/67108860
[pid=5403] ppid=5400 vsize=10661128 memory=1084792 CPUtime=2406.02 cores=0,2,4,6
/proc/5403/stat : 5403 (java) S 5400 5403 2108 0 -1 1077944320 164879 0 0 0 240447 155 0 0 20 0 15 0 94260325 10916995072 271198 33554432000 4194304 4196468 140730988860624 140730988843168 139718072360695 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
/proc/5403/statm: 2665282 271198 3179 1 0 2627263 0
[pid=5403/tid=5405] ppid=5400 vsize=10661128 memory=1086844 CPUtime=2375.6 cores=0,2,4,6
/proc/5403/task/5405/stat : 5405 (java) R 5400 5403 2108 0 -1 4202560 55752 0 0 0 237520 40 0 0 20 0 15 0 94260325 10916995072 271198 33554432000 4194304 4196468 140730988860624 139718076599952 139717717092332 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5406] ppid=5400 vsize=10661128 memory=1108388 CPUtime=5.67 cores=0,2,4,6
/proc/5403/task/5406/stat : 5406 (java) S 5400 5403 2108 0 -1 1077944384 20155 0 0 0 552 15 0 0 20 0 15 0 94260326 10916995072 271198 33554432000 4194304 4196468 140730988860624 139717679622928 139718072370901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5407] ppid=5400 vsize=10661128 memory=1096592 CPUtime=5.63 cores=0,2,4,6
/proc/5403/task/5407/stat : 5407 (java) S 5400 5403 2108 0 -1 1077944384 19935 0 0 0 548 15 0 0 20 0 15 0 94260326 10916995072 271198 33554432000 4194304 4196468 140730988860624 139717678570384 139718072370901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5408] ppid=5400 vsize=10661128 memory=1091972 CPUtime=5.63 cores=0,2,4,6
/proc/5403/task/5408/stat : 5408 (java) S 5400 5403 2108 0 -1 1077944384 13579 0 0 0 550 13 0 0 20 0 15 0 94260326 10916995072 271198 33554432000 4194304 4196468 140730988860624 139717677517840 139718072370901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5409] ppid=5400 vsize=10661128 memory=1093000 CPUtime=5.65 cores=0,2,4,6
/proc/5403/task/5409/stat : 5409 (java) S 5400 5403 2108 0 -1 1077944384 15950 0 0 0 550 15 0 0 20 0 15 0 94260326 10916995072 271198 33554432000 4194304 4196468 140730988860624 139717676465296 139718072370901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5410] ppid=5400 vsize=10661128 memory=1086844 CPUtime=0.61 cores=0,2,4,6
/proc/5403/task/5410/stat : 5410 (java) S 5400 5403 2108 0 -1 1077944384 14762 0 0 0 48 13 0 0 20 0 15 0 94260328 10916995072 271198 33554432000 4194304 4196468 140730988860624 139717564676080 139718072371842 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5411] ppid=5400 vsize=10661128 memory=796 CPUtime=0 cores=0,2,4,6
/proc/5403/task/5411/stat : 5411 (java) S 5400 5403 2108 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 94260328 10916995072 271198 33554432000 4194304 4196468 140730988860624 139717563622368 139718072370901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5412] ppid=5400 vsize=10661128 memory=1084792 CPUtime=0 cores=0,2,4,6
/proc/5403/task/5412/stat : 5412 (java) S 5400 5403 2108 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 94260328 10916995072 271198 33554432000 4194304 4196468 140730988860624 139717562569712 139718072370901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5413] ppid=5400 vsize=10661128 memory=1084792 CPUtime=0 cores=0,2,4,6
/proc/5403/task/5413/stat : 5413 (java) S 5400 5403 2108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94260331 10916995072 271198 33554432000 4194304 4196468 140730988860624 139717561518288 139718072379291 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5414] ppid=5400 vsize=10661128 memory=33 CPUtime=2.79 cores=0,2,4,6
/proc/5403/task/5414/stat : 5414 (java) S 5400 5403 2108 0 -1 1077944384 9299 0 0 0 278 1 0 0 20 0 15 0 94260331 10916995072 271198 33554432000 4194304 4196468 140730988860624 139717560465904 139718072371842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5415] ppid=5400 vsize=10661128 memory=1084792 CPUtime=2.83 cores=0,2,4,6
/proc/5403/task/5415/stat : 5415 (java) S 5400 5403 2108 0 -1 1077944384 8174 0 0 0 282 1 0 0 20 0 15 0 94260331 10916995072 271198 33554432000 4194304 4196468 140730988860624 139717559413360 139718072371842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5416] ppid=5400 vsize=10661128 memory=1084792 CPUtime=0.56 cores=0,2,4,6
/proc/5403/task/5416/stat : 5416 (java) S 5400 5403 2108 0 -1 1077944384 3648 0 0 0 55 1 0 0 20 0 15 0 94260331 10916995072 271198 33554432000 4194304 4196468 140730988860624 139717558360816 139718072371842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5417] ppid=5400 vsize=10661128 memory=1800 CPUtime=0 cores=0,2,4,6
/proc/5403/task/5417/stat : 5417 (java) S 5400 5403 2108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94260331 10916995072 271198 33554432000 4194304 4196468 140730988860624 139717557308512 139718072370901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5418] ppid=5400 vsize=10661128 memory=1084792 CPUtime=0.95 cores=0,2,4,6
/proc/5403/task/5418/stat : 5418 (java) S 5400 5403 2108 0 -1 1077944384 2217 0 0 0 47 48 0 0 20 0 15 0 94260331 10916995072 271198 33554432000 4194304 4196468 140730988860624 139717556255024 139718072371842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
Current children cumulated CPU time: 2406.02 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 1084792 KiB

[startup+2442.3 s]
/proc/loadavg: 1.32 1.35 1.41 3/218 5594
/proc/meminfo: memFree=26866100/32770624 swapFree=67108744/67108860
[pid=5403] ppid=5400 vsize=10661128 memory=1047368 CPUtime=2467.16 cores=0,2,4,6
/proc/5403/stat : 5403 (java) S 5400 5403 2108 0 -1 1077944320 168204 0 0 0 246558 158 0 0 20 0 15 0 94260325 10916995072 261842 33554432000 4194304 4196468 140730988860624 140730988843168 139718072360695 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
/proc/5403/statm: 2665282 261842 3180 1 0 2627263 0
[pid=5403/tid=5405] ppid=5400 vsize=10661128 memory=1047368 CPUtime=2435.18 cores=0,2,4,6
/proc/5403/task/5405/stat : 5405 (java) R 5400 5403 2108 0 -1 4202560 56066 0 0 0 243478 40 0 0 20 0 15 0 94260325 10916995072 261842 33554432000 4194304 4196468 140730988860624 139718076599952 139717717090214 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5406] ppid=5400 vsize=10661128 memory=1050956 CPUtime=6.04 cores=0,2,4,6
/proc/5403/task/5406/stat : 5406 (java) S 5400 5403 2108 0 -1 1077944384 20458 0 0 0 589 15 0 0 20 0 15 0 94260326 10916995072 261842 33554432000 4194304 4196468 140730988860624 139717679622928 139718072370901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5407] ppid=5400 vsize=10661128 memory=1108388 CPUtime=6.01 cores=0,2,4,6
/proc/5403/task/5407/stat : 5407 (java) S 5400 5403 2108 0 -1 1077944384 20986 0 0 0 585 16 0 0 20 0 15 0 94260326 10916995072 261842 33554432000 4194304 4196468 140730988860624 139717678570384 139718072370901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5408] ppid=5400 vsize=10661128 memory=1060192 CPUtime=6.01 cores=0,2,4,6
/proc/5403/task/5408/stat : 5408 (java) S 5400 5403 2108 0 -1 1077944384 14144 0 0 0 588 13 0 0 20 0 15 0 94260326 10916995072 261842 33554432000 4194304 4196468 140730988860624 139717677517840 139718072370901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5409] ppid=5400 vsize=10661128 memory=1055060 CPUtime=6.03 cores=0,2,4,6
/proc/5403/task/5409/stat : 5409 (java) S 5400 5403 2108 0 -1 1077944384 16151 0 0 0 588 15 0 0 20 0 15 0 94260326 10916995072 261842 33554432000 4194304 4196468 140730988860624 139717676465296 139718072370901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5410] ppid=5400 vsize=10661128 memory=1051984 CPUtime=0.63 cores=0,2,4,6
/proc/5403/task/5410/stat : 5410 (java) S 5400 5403 2108 0 -1 1077944384 15609 0 0 0 49 14 0 0 20 0 15 0 94260328 10916995072 261842 33554432000 4194304 4196468 140730988860624 139717564676080 139718072371842 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5411] ppid=5400 vsize=10661128 memory=1057112 CPUtime=0 cores=0,2,4,6
/proc/5403/task/5411/stat : 5411 (java) S 5400 5403 2108 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 94260328 10916995072 261842 33554432000 4194304 4196468 140730988860624 139717563622368 139718072370901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5412] ppid=5400 vsize=10661128 memory=1051984 CPUtime=0 cores=0,2,4,6
/proc/5403/task/5412/stat : 5412 (java) S 5400 5403 2108 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 94260328 10916995072 261842 33554432000 4194304 4196468 140730988860624 139717562569712 139718072370901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5413] ppid=5400 vsize=10661128 memory=1050956 CPUtime=0 cores=0,2,4,6
/proc/5403/task/5413/stat : 5413 (java) S 5400 5403 2108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94260331 10916995072 261842 33554432000 4194304 4196468 140730988860624 139717561518288 139718072379291 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5414] ppid=5400 vsize=10661128 memory=1047368 CPUtime=2.79 cores=0,2,4,6
/proc/5403/task/5414/stat : 5414 (java) S 5400 5403 2108 0 -1 1077944384 9301 0 0 0 278 1 0 0 20 0 15 0 94260331 10916995072 261842 33554432000 4194304 4196468 140730988860624 139717560465904 139718072371842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5415] ppid=5400 vsize=10661128 memory=1047368 CPUtime=2.83 cores=0,2,4,6
/proc/5403/task/5415/stat : 5415 (java) S 5400 5403 2108 0 -1 1077944384 8176 0 0 0 282 1 0 0 20 0 15 0 94260331 10916995072 261842 33554432000 4194304 4196468 140730988860624 139717559413360 139718072371842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5416] ppid=5400 vsize=10661128 memory=1047368 CPUtime=0.56 cores=0,2,4,6
/proc/5403/task/5416/stat : 5416 (java) S 5400 5403 2108 0 -1 1077944384 3650 0 0 0 55 1 0 0 20 0 15 0 94260331 10916995072 261842 33554432000 4194304 4196468 140730988860624 139717558360816 139718072371842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5417] ppid=5400 vsize=10661128 memory=1083764 CPUtime=0 cores=0,2,4,6
/proc/5403/task/5417/stat : 5417 (java) S 5400 5403 2108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94260331 10916995072 261842 33554432000 4194304 4196468 140730988860624 139717557308512 139718072370901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5418] ppid=5400 vsize=10661128 memory=8112282956445269571 CPUtime=0.97 cores=0,2,4,6
/proc/5403/task/5418/stat : 5418 (java) S 5400 5403 2108 0 -1 1077944384 2255 0 0 0 48 49 0 0 20 0 15 0 94260331 10916995072 261842 33554432000 4194304 4196468 140730988860624 139717556255024 139718072371842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
Current children cumulated CPU time: 2467.16 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 1047368 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2494.6 s]
/proc/loadavg: 1.33 1.33 1.40 3/218 5595
/proc/meminfo: memFree=26892756/32770624 swapFree=67108744/67108860
[pid=5403] ppid=5400 vsize=10661128 memory=1014020 CPUtime=2520.03 cores=0,2,4,6
/proc/5403/stat : 5403 (java) S 5400 5403 2108 0 -1 1077944320 170439 0 0 0 251844 159 0 0 20 0 15 0 94260325 10916995072 253505 33554432000 4194304 4196468 140730988860624 140730988843168 139718072360695 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
/proc/5403/statm: 2665282 253505 3180 1 0 2627263 0
[pid=5403/tid=5405] ppid=5400 vsize=10661128 memory=1236 CPUtime=2487.27 cores=0,2,4,6
/proc/5403/task/5405/stat : 5405 (java) R 5400 5403 2108 0 -1 4202560 56341 0 0 0 248687 40 0 0 20 0 15 0 94260325 10916995072 253505 33554432000 4194304 4196468 140730988860624 139718076599952 139717716605160 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5406] ppid=5400 vsize=10661128 memory=8112282956445269571 CPUtime=6.23 cores=0,2,4,6
/proc/5403/task/5406/stat : 5406 (java) S 5400 5403 2108 0 -1 1077944384 20904 0 0 0 608 15 0 0 20 0 15 0 94260326 10916995072 253505 33554432000 4194304 4196468 140730988860624 139717679622928 139718072370901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5407] ppid=5400 vsize=10661128 memory=1952 CPUtime=6.2 cores=0,2,4,6
/proc/5403/task/5407/stat : 5407 (java) S 5400 5403 2108 0 -1 1077944384 21791 0 0 0 604 16 0 0 20 0 15 0 94260326 10916995072 253505 33554432000 4194304 4196468 140730988860624 139717678570384 139718072370901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5408] ppid=5400 vsize=10661128 memory=10588 CPUtime=6.21 cores=0,2,4,6
/proc/5403/task/5408/stat : 5408 (java) S 5400 5403 2108 0 -1 1077944384 14371 0 0 0 607 14 0 0 20 0 15 0 94260326 10916995072 253505 33554432000 4194304 4196468 140730988860624 139717677517840 139718072370901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5409] ppid=5400 vsize=10661128 memory=15872 CPUtime=6.21 cores=0,2,4,6
/proc/5403/task/5409/stat : 5409 (java) S 5400 5403 2108 0 -1 1077944384 16264 0 0 0 606 15 0 0 20 0 15 0 94260326 10916995072 253505 33554432000 4194304 4196468 140730988860624 139717676465296 139718072370901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5410] ppid=5400 vsize=10661128 memory=18280 CPUtime=0.64 cores=0,2,4,6
/proc/5403/task/5410/stat : 5410 (java) S 5400 5403 2108 0 -1 1077944384 15943 0 0 0 50 14 0 0 20 0 15 0 94260328 10916995072 253505 33554432000 4194304 4196468 140730988860624 139717564676080 139718072371842 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5411] ppid=5400 vsize=10661128 memory=1017100 CPUtime=0 cores=0,2,4,6
/proc/5403/task/5411/stat : 5411 (java) S 5400 5403 2108 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 94260328 10916995072 253505 33554432000 4194304 4196468 140730988860624 139717563622368 139718072370901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5412] ppid=5400 vsize=10661128 memory=4096 CPUtime=0 cores=0,2,4,6
/proc/5403/task/5412/stat : 5412 (java) S 5400 5403 2108 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 94260328 10916995072 253505 33554432000 4194304 4196468 140730988860624 139717562569712 139718072370901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5413] ppid=5400 vsize=10661128 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/5403/task/5413/stat : 5413 (java) S 5400 5403 2108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94260331 10916995072 253505 33554432000 4194304 4196468 140730988860624 139717561518288 139718072379291 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5414] ppid=5400 vsize=10661128 memory=5404 CPUtime=2.79 cores=0,2,4,6
/proc/5403/task/5414/stat : 5414 (java) S 5400 5403 2108 0 -1 1077944384 9305 0 0 0 278 1 0 0 20 0 15 0 94260331 10916995072 253505 33554432000 4194304 4196468 140730988860624 139717560465904 139718072371842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5415] ppid=5400 vsize=10661128 memory=796 CPUtime=2.83 cores=0,2,4,6
/proc/5403/task/5415/stat : 5415 (java) S 5400 5403 2108 0 -1 1077944384 8180 0 0 0 282 1 0 0 20 0 15 0 94260331 10916995072 253505 33554432000 4194304 4196468 140730988860624 139717559413360 139718072371842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5416] ppid=5400 vsize=10661128 memory=4616 CPUtime=0.56 cores=0,2,4,6
/proc/5403/task/5416/stat : 5416 (java) S 5400 5403 2108 0 -1 1077944384 3654 0 0 0 55 1 0 0 20 0 15 0 94260331 10916995072 253505 33554432000 4194304 4196468 140730988860624 139717558360816 139718072371842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5417] ppid=5400 vsize=10661128 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/5403/task/5417/stat : 5417 (java) S 5400 5403 2108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94260331 10916995072 253505 33554432000 4194304 4196468 140730988860624 139717557308512 139718072370901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
[pid=5403/tid=5418] ppid=5400 vsize=10661128 memory=1704 CPUtime=0.99 cores=0,2,4,6
/proc/5403/task/5418/stat : 5418 (java) S 5400 5403 2108 0 -1 1077944384 2278 0 0 0 49 50 0 0 20 0 15 0 94260331 10916995072 253505 33554432000 4194304 4196468 140730988860624 139717556255024 139718072371842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17571840 140730988864685 140730988864777 140730988864777 140730988867535 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 1014020 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2494.63 s]
# the end of solver process 5403 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.45 s, system=1.60431 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2494.63
CPU time (s): 2520.06
CPU user time (s): 2518.45
CPU system time (s): 1.60431
CPU usage (%): 101.02
Max. virtual memory (cumulated for all children) (KiB): 10661128
Max. memory (cumulated for all children) (KiB): 2694104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.45
system time used= 1.60431
maximum resident set size= 2695864
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 170791
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 64833
involuntary context switches= 3905


# summary of solver processes directly reported to runsolver:
#   pid: 5403
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2518.45
#   total CPU system time (s): 1.60431

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.0378 second user time and 22.3786 second system time

The end

Launcher Data

Begin job on node134 at 2018-07-28 10:36:11
IDJOB=4298645
IDBENCH=141214
IDSOLVER=2766
FILE ID=node134/4298645-1532766971
RUNJOBID= node134-1532739463-2139
PBS_JOBID= 21022441
Free space on /tmp= 55560 MiB

SOLVER NAME= Solver of Xavier Schul & Yvhan Smal 2018-04-28
BENCH NAME= XCSP18/SumColoring/SumColoring-dsjc-250-9_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298645-1532766971/watcher-4298645-1532766971 -o /tmp/evaluation-result-4298645-1532766971/solver-4298645-1532766971 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532739463-2139 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4298645-1532766971.xml

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

MD5SUM BENCH= 15c7aefb85365a32de6dc875f5012851
RANDOM SEED=1181660544

node134.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.68
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.68
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.68
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.68
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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:       32770624 kB
MemFree:        27825996 kB
MemAvailable:   31602680 kB
Buffers:          177044 kB
Cached:          3861888 kB
SwapCached:            0 kB
Active:          2118752 kB
Inactive:        2333592 kB
Active(anon):     362136 kB
Inactive(anon):    78536 kB
Active(file):    1756616 kB
Inactive(file):  2255056 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108860 kB
SwapFree:       67108744 kB
Dirty:              1720 kB
Writeback:             0 kB
AnonPages:        420416 kB
Mapped:            54432 kB
Shmem:             25132 kB
Slab:             190052 kB
SReclaimable:     161696 kB
SUnreclaim:        28356 kB
KernelStack:        3648 kB
PageTables:         6400 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1132896 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    354304 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 55556 MiB
End job on node134 at 2018-07-28 11:17:46