Trace number 4249236

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
R1: OscaR - ALNS 2017-06-30SAT (TO)126 2400.11 2334.63

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n30/
TravellingSalesman-30-30-18.xml
MD5SUM16e7a4452edd8ccb673a436dbd81290a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark126
Best CPU time to get the best result obtained on this benchmark2400.11
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints31
Number of domains2
Minimum domain size30
Maximum domain size30
Distribution of domain sizes[{"size":30,"count":60}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":30},{"degree":3,"count":30}]
Minimum constraint arity3
Maximum constraint arity30
Distribution of constraint arities[{"arity":3,"count":30},{"arity":30,"count":1}]
Number of extensional constraints30
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":30},{"type":"allDifferent","count":1}]
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.42/0.31	c version: 2017-06-30
0.42/0.31	c seed: 1858666550
0.42/0.31	c timeout: 2400
0.42/0.31	c memlimit: 15500
0.42/0.31	c nbcore: 8
0.42/0.33	c Parsing instance...
1.48/0.84	c Parsing done, starting search...
1.48/0.87	o 565
1.73/0.94	o 322
2.13/1.07	o 185
3.48/1.33	o 161
4.94/1.88	o 143
7.30/3.41	o 142
7.30/3.41	o 141
8.80/4.80	o 140
9.02/5.06	o 137
39.51/34.45	o 136
42.54/37.35	o 135
490.80/474.49	o 134
493.18/476.78	o 133
507.80/491.04	o 132
516.23/499.27	o 131
531.90/514.56	o 130
544.80/527.04	o 129
580.90/562.35	o 128
585.07/566.50	o 127
643.59/623.54	o 126
2400.07/2334.60	s SATISFIABLE
2400.07/2334.60	v <instantiation>
2400.07/2334.60	v 	<list>
2400.07/2334.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] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] d[18] d[19] d[20] d[21] d[22] d[23] d[24] d[25] d[26] d[27] d[28] d[29]
2400.07/2334.60	v 	</list>
2400.07/2334.60	v 	<values>
2400.07/2334.60	v 		26 25 18 15 13 10 2 4 3 12 8 5 1 0 6 7 11 21 24 29 22 20 9 14 16 17 19 23 27 28 2 8 5 3 1 7 6 1 4 3 1 5 7 7 2 2 9 3 5 7 4 9 4 4 1 4 4 6 1 1 
2400.07/2334.60	v 	</values>
2400.07/2334.60	v </instantiation>

Verifier Data

OK	126

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-4249236-1500742898/watcher-4249236-1500742898 -o /tmp/evaluation-result-4249236-1500742898/solver-4249236-1500742898 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node119-1500712563-16489 --watchdog 2560 java -Xmx10000m -jar oscar-cp-xcsp3-alns.jar --randomseed 1858666550 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4249236-1500742898.xml 

pid=20011
running on 8 cores: 0,2,4,6,8,10,12,14

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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: 8192 KiB


[startup+0 s]
/proc/loadavg: 2.27 1.73 1.53 2/262 20014
/proc/meminfo: memFree=29401120/32770624 swapFree=5832/328964
[pid=20014] ppid=20011 vsize=361196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20014/stat : 20014 (java) S 20011 20014 16458 0 -1 1077944320 1718 0 0 0 0 0 0 0 20 0 2 0 9558481 369864704 1925 33554432000 4194304 4196468 140737285543984 140737285526528 140396977827575 0 0 0 16784584 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
/proc/20014/statm: 90299 1925 1072 1 0 79210 0
[pid=20014/tid=20015] ppid=20011 vsize=361196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20015/stat : 20015 (java) S 20011 20014 16458 0 -1 1077944384 401 0 0 0 0 0 0 0 20 0 2 0 9558481 369864704 1925 33554432000 4194304 4196468 140737285543984 140396982069664 140396977838722 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0

[startup+0.100191 s]
/proc/loadavg: 2.27 1.73 1.53 2/262 20014
/proc/meminfo: memFree=29401120/32770624 swapFree=5832/328964
[pid=20014] ppid=20011 vsize=13264380 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/20014/stat : 20014 (java) S 20011 20014 16458 0 -1 1077944320 5521 0 0 0 8 1 0 0 20 0 20 0 9558481 13582725120 6113 33554432000 4194304 4196468 140737285543984 140737285526528 140396977827575 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
/proc/20014/statm: 3316095 6113 3307 1 0 3303815 0
[pid=20014/tid=20015] ppid=20011 vsize=13264380 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20015/stat : 20015 (java) R 20011 20014 16458 0 -1 4202560 3599 0 0 0 7 0 0 0 20 0 20 0 9558481 13582725120 6113 33554432000 4194304 4196468 140737285543984 140396982069856 140396977849501 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13264380

[startup+0.200313 s]
/proc/loadavg: 2.27 1.73 1.53 2/262 20014
/proc/meminfo: memFree=29401120/32770624 swapFree=5832/328964
[pid=20014] ppid=20011 vsize=13263912 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/20014/stat : 20014 (java) S 20011 20014 16458 0 -1 1077944320 8725 0 0 0 24 2 0 0 20 0 20 0 9558481 13582245888 8668 33554432000 4194304 4196468 140737285543984 140737285526528 140396977827575 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
/proc/20014/statm: 3315978 8668 3538 1 0 3303698 0
[pid=20014/tid=20015] ppid=20011 vsize=13263912 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20015/stat : 20015 (java) R 20011 20014 16458 0 -1 4202560 6430 0 0 0 17 1 0 0 20 0 20 0 9558481 13582245888 8668 33554432000 4194304 4196468 140737285543984 140396982055952 140396977849501 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 13263912

[startup+0.30044 s]
/proc/loadavg: 2.27 1.73 1.53 2/262 20014
/proc/meminfo: memFree=29401120/32770624 swapFree=5832/328964
[pid=20014] ppid=20011 vsize=13263912 CPUtime=0.42 cores=0,2,4,6,8,10,12,14
/proc/20014/stat : 20014 (java) S 20011 20014 16458 0 -1 1077944320 9733 0 0 0 39 3 0 0 20 0 20 0 9558481 13582245888 10505 33554432000 4194304 4196468 140737285543984 140737285526528 140396977827575 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
/proc/20014/statm: 3315978 10505 3596 1 0 3303698 0
[pid=20014/tid=20015] ppid=20011 vsize=13263912 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20015/stat : 20015 (java) R 20011 20014 16458 0 -1 4202560 7164 0 0 0 26 2 0 0 20 0 20 0 9558481 13582245888 10505 33554432000 4194304 4196468 140737285543984 140396982041120 140396961908062 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 13263912

[startup+0.700335 s]
/proc/loadavg: 2.27 1.73 1.53 2/262 20014
/proc/meminfo: memFree=29401120/32770624 swapFree=5832/328964
[pid=20014] ppid=20011 vsize=13268028 CPUtime=1.23 cores=0,2,4,6,8,10,12,14
/proc/20014/stat : 20014 (java) S 20011 20014 16458 0 -1 1077944320 13656 0 0 0 118 5 0 0 20 0 20 0 9558481 13586460672 19054 33554432000 4194304 4196468 140737285543984 140737285526528 140396977827575 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
/proc/20014/statm: 3317007 19054 3749 1 0 3304722 0
[pid=20014/tid=20015] ppid=20011 vsize=13268028 CPUtime=0.68 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20015/stat : 20015 (java) R 20011 20014 16458 0 -1 4202560 9066 0 0 0 65 3 0 0 20 0 20 0 9558481 13586460672 19054 33554432000 4194304 4196468 140737285543984 140396982048160 140396963507741 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 13268028

[startup+1.5012 s]
/proc/loadavg: 2.27 1.73 1.53 7/282 20034
/proc/meminfo: memFree=29298084/32770624 swapFree=5832/328960
[pid=20014] ppid=20011 vsize=13270076 CPUtime=4.29 cores=0,2,4,6,8,10,12,14
/proc/20014/stat : 20014 (java) S 20011 20014 16458 0 -1 1077944320 23625 0 0 0 420 9 0 0 20 0 20 0 9558481 13588557824 44610 33554432000 4194304 4196468 140737285543984 140737285526528 140396977827575 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
/proc/20014/statm: 3317519 44610 3791 1 0 3305234 0
[pid=20014/tid=20015] ppid=20011 vsize=13270076 CPUtime=1.47 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20015/stat : 20015 (java) R 20011 20014 16458 0 -1 4202560 11616 0 0 0 142 5 0 0 20 0 20 0 9558481 13588557824 44610 33554432000 4194304 4196468 140737285543984 140396982061672 140396597824058 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20017] ppid=20011 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20017/stat : 20017 (java) S 20011 20014 16458 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 9558482 13588557824 44610 33554432000 4194304 4196468 140737285543984 140396916791696 140396977837781 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20018] ppid=20011 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20018/stat : 20018 (java) S 20011 20014 16458 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 9558482 13588557824 44610 33554432000 4194304 4196468 140737285543984 140396915738896 140396977837781 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20019] ppid=20011 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20019/stat : 20019 (java) S 20011 20014 16458 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 9558482 13588557824 44610 33554432000 4194304 4196468 140737285543984 140396914686608 140396977837781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20020] ppid=20011 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20020/stat : 20020 (java) S 20011 20014 16458 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 9558482 13588557824 44610 33554432000 4194304 4196468 140737285543984 140396913633808 140396977837781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20021] ppid=20011 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20021/stat : 20021 (java) S 20011 20014 16458 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 9558482 13588557824 44610 33554432000 4194304 4196468 140737285543984 140396912581520 140396977837781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20022] ppid=20011 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20022/stat : 20022 (java) S 20011 20014 16458 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 9558482 13588557824 44610 33554432000 4194304 4196468 140737285543984 140396571613968 140396977837781 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20023] ppid=20011 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20023/stat : 20023 (java) S 20011 20014 16458 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 9558482 13588557824 44610 33554432000 4194304 4196468 140737285543984 140396570561680 140396977837781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20024] ppid=20011 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20024/stat : 20024 (java) S 20011 20014 16458 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 9558482 13588557824 44610 33554432000 4194304 4196468 140737285543984 140396569508880 140396977837781 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20025] ppid=20011 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20025/stat : 20025 (java) S 20011 20014 16458 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 20 0 9558484 13588557824 44610 33554432000 4194304 4196468 140737285543984 140396239775856 140396977838722 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20026] ppid=20011 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20026/stat : 20026 (java) S 20011 20014 16458 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 9558485 13588557824 44610 33554432000 4194304 4196468 140737285543984 140396238721824 140396977837781 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20027] ppid=20011 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20027/stat : 20027 (java) S 20011 20014 16458 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 9558485 13588557824 44610 33554432000 4194304 4196468 140737285543984 140396237669488 140396977837781 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20028] ppid=20011 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20028/stat : 20028 (java) S 20011 20014 16458 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 9558489 13588557824 44610 33554432000 4194304 4196468 140737285543984 140396236617808 140396977846171 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20029] ppid=20011 vsize=13270076 CPUtime=0.7 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20029/stat : 20029 (java) S 20011 20014 16458 0 -1 1077944384 3018 0 0 0 69 1 0 0 20 0 20 0 9558489 13588557824 44610 33554432000 4194304 4196468 140737285543984 140396235565680 140396977838722 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20030] ppid=20011 vsize=13270076 CPUtime=0.72 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20030/stat : 20030 (java) S 20011 20014 16458 0 -1 1077944384 2443 0 0 0 72 0 0 0 20 0 20 0 9558489 13588557824 44610 33554432000 4194304 4196468 140737285543984 140396234512880 140396977838722 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20031] ppid=20011 vsize=13270076 CPUtime=0.76 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20031/stat : 20031 (java) S 20011 20014 16458 0 -1 1077944384 2672 0 0 0 76 0 0 0 20 0 20 0 9558489 13588557824 44610 33554432000 4194304 4196468 140737285543984 140396233460592 140396977838722 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20032] ppid=20011 vsize=13270076 CPUtime=0.6 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20032/stat : 20032 (java) S 20011 20014 16458 0 -1 1077944384 2471 0 0 0 59 1 0 0 20 0 20 0 9558489 13588557824 44610 33554432000 4194304 4196468 140737285543984 140396232407792 140396977838722 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20033] ppid=20011 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20033/stat : 20033 (java) S 20011 20014 16458 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 9558490 13588557824 44610 33554432000 4194304 4196468 140737285543984 140396231354720 140396977837781 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20034] ppid=20011 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20034/stat : 20034 (java) S 20011 20014 16458 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 9558490 13588557824 44610 33554432000 4194304 4196468 140737285543984 140396230302000 140396977838722 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
Current children cumulated CPU time (s) 4.29
Current children cumulated vsize (KiB) 13270076

[startup+3.10087 s]
/proc/loadavg: 2.27 1.73 1.53 3/282 20034
/proc/meminfo: memFree=29195496/32770624 swapFree=5832/328960
[pid=20014] ppid=20011 vsize=13270076 CPUtime=6.92 cores=0,2,4,6,8,10,12,14
/proc/20014/stat : 20014 (java) S 20011 20014 16458 0 -1 1077944320 27967 0 0 0 672 20 0 0 20 0 20 0 9558481 13588557824 72715 33554432000 4194304 4196468 140737285543984 140737285526528 140396977827575 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
/proc/20014/statm: 3317519 72715 3821 1 0 3305234 0
[pid=20014/tid=20015] ppid=20011 vsize=13270076 CPUtime=3.03 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20015/stat : 20015 (java) R 20011 20014 16458 0 -1 4202560 12536 0 0 0 297 6 0 0 20 0 20 0 9558481 13588557824 72715 33554432000 4194304 4196468 140737285543984 140396982063640 140396597823065 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20017] ppid=20011 vsize=13270076 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20017/stat : 20017 (java) S 20011 20014 16458 0 -1 1077944384 35 0 0 0 1 1 0 0 20 0 20 0 9558482 13588557824 72715 33554432000 4194304 4196468 140737285543984 140396916791696 140396977837781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20018] ppid=20011 vsize=13270076 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20018/stat : 20018 (java) S 20011 20014 16458 0 -1 1077944384 30 0 0 0 1 1 0 0 20 0 20 0 9558482 13588557824 72715 33554432000 4194304 4196468 140737285543984 140396915738896 140396977837781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20019] ppid=20011 vsize=13270076 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20019/stat : 20019 (java) S 20011 20014 16458 0 -1 1077944384 426 0 0 0 1 1 0 0 20 0 20 0 9558482 13588557824 72715 33554432000 4194304 4196468 140737285543984 140396914686608 140396977837781 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20020] ppid=20011 vsize=13270076 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20020/stat : 20020 (java) S 20011 20014 16458 0 -1 1077944384 85 0 0 0 1 1 0 0 20 0 20 0 9558482 13588557824 72715 33554432000 4194304 4196468 140737285543984 140396913633808 140396977837781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20021] ppid=20011 vsize=13270076 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20021/stat : 20021 (java) S 20011 20014 16458 0 -1 1077944384 54 0 0 0 1 1 0 0 20 0 20 0 9558482 13588557824 72715 33554432000 4194304 4196468 140737285543984 140396912581520 140396977837781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20022] ppid=20011 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20022/stat : 20022 (java) S 20011 20014 16458 0 -1 1077944384 246 0 0 0 1 0 0 0 20 0 20 0 9558482 13588557824 72715 33554432000 4194304 4196468 140737285543984 140396571613968 140396977837781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20023] ppid=20011 vsize=13270076 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20023/stat : 20023 (java) S 20011 20014 16458 0 -1 1077944384 59 0 0 0 1 1 0 0 20 0 20 0 9558482 13588557824 72715 33554432000 4194304 4196468 140737285543984 140396570561680 140396977837781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20024] ppid=20011 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20024/stat : 20024 (java) S 20011 20014 16458 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 20 0 9558482 13588557824 72715 33554432000 4194304 4196468 140737285543984 140396569508880 140396977837781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20025] ppid=20011 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20025/stat : 20025 (java) S 20011 20014 16458 0 -1 1077944384 267 0 0 0 1 0 0 0 20 0 20 0 9558484 13588557824 72715 33554432000 4194304 4196468 140737285543984 140396239775856 140396977838722 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20026] ppid=20011 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20026/stat : 20026 (java) S 20011 20014 16458 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 20 0 9558485 13588557824 72715 33554432000 4194304 4196468 140737285543984 140396238721888 140396977837781 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20027] ppid=20011 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20027/stat : 20027 (java) S 20011 20014 16458 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 20 0 9558485 13588557824 72715 33554432000 4194304 4196468 140737285543984 140396237669504 140396977837781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20028] ppid=20011 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20028/stat : 20028 (java) S 20011 20014 16458 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 9558489 13588557824 72715 33554432000 4194304 4196468 140737285543984 140396236617808 140396977846171 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20029] ppid=20011 vsize=13270076 CPUtime=1.03 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20029/stat : 20029 (java) S 20011 20014 16458 0 -1 1077944384 3263 0 0 0 102 1 0 0 20 0 20 0 9558489 13588557824 72715 33554432000 4194304 4196468 140737285543984 140396235565680 140396977838722 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20030] ppid=20011 vsize=13270076 CPUtime=0.91 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20030/stat : 20030 (java) S 20011 20014 16458 0 -1 1077944384 2760 0 0 0 91 0 0 0 20 0 20 0 9558489 13588557824 72715 33554432000 4194304 4196468 140737285543984 140396234512880 140396977838722 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20031] ppid=20011 vsize=13270076 CPUtime=1.01 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20031/stat : 20031 (java) S 20011 20014 16458 0 -1 1077944384 3027 0 0 0 101 0 0 0 20 0 20 0 9558489 13588557824 72715 33554432000 4194304 4196468 140737285543984 140396233460592 140396977838722 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20032] ppid=20011 vsize=13270076 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20032/stat : 20032 (java) S 20011 20014 16458 0 -1 1077944384 3719 0 0 0 66 1 0 0 20 0 20 0 9558489 13588557824 72715 33554432000 4194304 4196468 140737285543984 140396232407792 140396977838722 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20033] ppid=20011 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20033/stat : 20033 (java) S 20011 20014 16458 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 9558490 13588557824 72715 33554432000 4194304 4196468 140737285543984 140396231354720 140396977837781 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20034] ppid=20011 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20034/stat : 20034 (java) S 20011 20014 16458 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 20 0 9558490 13588557824 72715 33554432000 4194304 4196468 140737285543984 140396230302000 140396977838722 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
Current children cumulated CPU time (s) 6.92
Current children cumulated vsize (KiB) 13270076

[startup+6.30088 s]
/proc/loadavg: 2.33 1.75 1.54 4/282 20034
/proc/meminfo: memFree=28810508/32770624 swapFree=5832/328968
[pid=20014] ppid=20011 vsize=13270076 CPUtime=10.46 cores=0,2,4,6,8,10,12,14
/proc/20014/stat : 20014 (java) S 20011 20014 16458 0 -1 1077944320 28980 0 0 0 1004 42 0 0 20 0 20 0 9558481 13588557824 243119 33554432000 4194304 4196468 140737285543984 140737285526528 140396977827575 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
/proc/20014/statm: 3317519 243119 3825 1 0 3305234 0
[pid=20014/tid=20015] ppid=20011 vsize=13270076 CPUtime=6.19 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20015/stat : 20015 (java) R 20011 20014 16458 0 -1 4202560 12933 0 0 0 601 18 0 0 20 0 20 0 9558481 13588557824 243119 33554432000 4194304 4196468 140737285543984 140396982064792 140396594990047 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20017] ppid=20011 vsize=13270076 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20017/stat : 20017 (java) S 20011 20014 16458 0 -1 1077944384 47 0 0 0 2 2 0 0 20 0 20 0 9558482 13588557824 243119 33554432000 4194304 4196468 140737285543984 140396916791696 140396977837781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20018] ppid=20011 vsize=13270076 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20018/stat : 20018 (java) S 20011 20014 16458 0 -1 1077944384 41 0 0 0 1 2 0 0 20 0 20 0 9558482 13588557824 243119 33554432000 4194304 4196468 140737285543984 140396915738896 140396977837781 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20019] ppid=20011 vsize=13270076 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20019/stat : 20019 (java) S 20011 20014 16458 0 -1 1077944384 438 0 0 0 2 2 0 0 20 0 20 0 9558482 13588557824 243119 33554432000 4194304 4196468 140737285543984 140396914686608 140396977837781 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20020] ppid=20011 vsize=13270076 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20020/stat : 20020 (java) S 20011 20014 16458 0 -1 1077944384 100 0 0 0 2 2 0 0 20 0 20 0 9558482 13588557824 243119 33554432000 4194304 4196468 140737285543984 140396913633808 140396977837781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20021] ppid=20011 vsize=13270076 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20021/stat : 20021 (java) S 20011 20014 16458 0 -1 1077944384 64 0 0 0 1 2 0 0 20 0 20 0 9558482 13588557824 243119 33554432000 4194304 4196468 140737285543984 140396912581520 140396977837781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20022] ppid=20011 vsize=13270076 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20022/stat : 20022 (java) S 20011 20014 16458 0 -1 1077944384 260 0 0 0 2 1 0 0 20 0 20 0 9558482 13588557824 243119 33554432000 4194304 4196468 140737285543984 140396571613968 140396977837781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20023] ppid=20011 vsize=13270076 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20023/stat : 20023 (java) S 20011 20014 16458 0 -1 1077944384 74 0 0 0 2 2 0 0 20 0 20 0 9558482 13588557824 243119 33554432000 4194304 4196468 140737285543984 140396570561680 140396977837781 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20024] ppid=20011 vsize=13270076 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20024/stat : 20024 (java) S 20011 20014 16458 0 -1 1077944384 29 0 0 0 1 1 0 0 20 0 20 0 9558482 13588557824 243119 33554432000 4194304 4196468 140737285543984 140396569508880 140396977837781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20025] ppid=20011 vsize=13270076 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20025/stat : 20025 (java) S 20011 20014 16458 0 -1 1077944384 639 0 0 0 2 0 0 0 20 0 20 0 9558484 13588557824 243119 33554432000 4194304 4196468 140737285543984 140396239775856 140396977838722 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20026] ppid=20011 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20026/stat : 20026 (java) S 20011 20014 16458 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 20 0 9558485 13588557824 243119 33554432000 4194304 4196468 140737285543984 140396238721888 140396977837781 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20027] ppid=20011 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20027/stat : 20027 (java) S 20011 20014 16458 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 20 0 9558485 13588557824 243119 33554432000 4194304 4196468 140737285543984 140396237669504 140396977837781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20028] ppid=20011 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14

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

[pid=20014/tid=20030] ppid=20011 vsize=13270076 CPUtime=1.2 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20030/stat : 20030 (java) S 20011 20014 16458 0 -1 1077944384 9343 0 0 0 119 1 0 0 20 0 20 0 9558489 13588557824 326601 33554432000 4194304 4196468 140737285543984 140396234512880 140396977838722 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20031] ppid=20011 vsize=13270076 CPUtime=1.43 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20031/stat : 20031 (java) S 20011 20014 16458 0 -1 1077944384 14916 0 0 0 142 1 0 0 20 0 20 0 9558489 13588557824 326601 33554432000 4194304 4196468 140737285543984 140396233460592 140396977838722 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20032] ppid=20011 vsize=13270076 CPUtime=0.83 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20032/stat : 20032 (java) S 20011 20014 16458 0 -1 1077944384 20483 0 0 0 80 3 0 0 20 0 20 0 9558489 13588557824 326601 33554432000 4194304 4196468 140737285543984 140396232407792 140396977838722 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20033] ppid=20011 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20033/stat : 20033 (java) S 20011 20014 16458 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 9558490 13588557824 326601 33554432000 4194304 4196468 140737285543984 140396231354720 140396977837781 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20034] ppid=20011 vsize=13270076 CPUtime=1.26 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20034/stat : 20034 (java) S 20011 20014 16458 0 -1 1077944384 1353 0 0 0 62 64 0 0 20 0 20 0 9558490 13588557824 326601 33554432000 4194304 4196468 140737285543984 140396230302000 140396977838722 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
Current children cumulated CPU time (s) 2263.93
Current children cumulated vsize (KiB) 13270076

[startup+2262.3 s]
/proc/loadavg: 1.20 1.32 1.40 3/281 20098
/proc/meminfo: memFree=28100212/32770624 swapFree=5832/330628
[pid=20014] ppid=20011 vsize=13270076 CPUtime=2325.63 cores=0,2,4,6,8,10,12,14
/proc/20014/stat : 20014 (java) S 20011 20014 16458 0 -1 1077944320 207795 0 0 0 232098 465 0 0 20 0 20 0 9558481 13588557824 327625 33554432000 4194304 4196468 140737285543984 140737285526528 140396977827575 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
/proc/20014/statm: 3317519 327625 3838 1 0 3305234 0
[pid=20014/tid=20015] ppid=20011 vsize=13270076 CPUtime=2243.21 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20015/stat : 20015 (java) S 20011 20014 16458 0 -1 1077944384 77270 0 0 0 224280 41 0 0 20 0 20 0 9558481 13588557824 327625 33554432000 4194304 4196468 140737285543984 140396982065456 140396977837781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20017] ppid=20011 vsize=13270076 CPUtime=8.79 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20017/stat : 20017 (java) R 20011 20014 16458 0 -1 4202560 5226 0 0 0 835 44 0 0 20 0 20 0 9558482 13588557824 327625 33554432000 4194304 4196468 140737285543984 140396916791696 140396970455783 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20018] ppid=20011 vsize=13270076 CPUtime=8.79 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20018/stat : 20018 (java) R 20011 20014 16458 0 -1 1077944384 7047 0 0 0 834 45 0 0 20 0 20 0 9558482 13588557824 327625 33554432000 4194304 4196468 140737285543984 140396915738960 140396977837781 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20019] ppid=20011 vsize=13270076 CPUtime=8.81 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20019/stat : 20019 (java) R 20011 20014 16458 0 -1 4202560 6773 0 0 0 836 45 0 0 20 0 20 0 9558482 13588557824 327625 33554432000 4194304 4196468 140737285543984 140396914686808 140396970455783 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20020] ppid=20011 vsize=13270076 CPUtime=8.75 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20020/stat : 20020 (java) R 20011 20014 16458 0 -1 4202560 6070 0 0 0 829 46 0 0 20 0 20 0 9558482 13588557824 327625 33554432000 4194304 4196468 140737285543984 140396913634008 140396970455783 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20021] ppid=20011 vsize=13270076 CPUtime=8.63 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20021/stat : 20021 (java) R 20011 20014 16458 0 -1 4202560 5457 0 0 0 815 48 0 0 20 0 20 0 9558482 13588557824 327625 33554432000 4194304 4196468 140737285543984 140396912581536 140396977837781 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20022] ppid=20011 vsize=13270076 CPUtime=8.86 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20022/stat : 20022 (java) S 20011 20014 16458 0 -1 1077944384 8059 0 0 0 841 45 0 0 20 0 20 0 9558482 13588557824 327625 33554432000 4194304 4196468 140737285543984 140396571613968 140396977837781 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20023] ppid=20011 vsize=13270076 CPUtime=8.71 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20023/stat : 20023 (java) S 20011 20014 16458 0 -1 1077944384 5480 0 0 0 824 47 0 0 20 0 20 0 9558482 13588557824 327625 33554432000 4194304 4196468 140737285543984 140396570561680 140396977837781 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20024] ppid=20011 vsize=13270076 CPUtime=8.68 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20024/stat : 20024 (java) S 20011 20014 16458 0 -1 1077944384 6361 0 0 0 824 44 0 0 20 0 20 0 9558482 13588557824 327625 33554432000 4194304 4196468 140737285543984 140396569508880 140396977837781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20025] ppid=20011 vsize=13270076 CPUtime=5.64 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20025/stat : 20025 (java) S 20011 20014 16458 0 -1 1077944384 11362 0 0 0 527 37 0 0 20 0 20 0 9558484 13588557824 327625 33554432000 4194304 4196468 140737285543984 140396239774368 140396977837781 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20026] ppid=20011 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20026/stat : 20026 (java) S 20011 20014 16458 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 20 0 9558485 13588557824 327625 33554432000 4194304 4196468 140737285543984 140396238721888 140396977837781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20027] ppid=20011 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20027/stat : 20027 (java) S 20011 20014 16458 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 20 0 9558485 13588557824 327625 33554432000 4194304 4196468 140737285543984 140396237669504 140396977837781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20028] ppid=20011 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20028/stat : 20028 (java) S 20011 20014 16458 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 9558489 13588557824 327625 33554432000 4194304 4196468 140737285543984 140396236617808 140396977846171 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20029] ppid=20011 vsize=13270076 CPUtime=1.86 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20029/stat : 20029 (java) S 20011 20014 16458 0 -1 1077944384 21127 0 0 0 183 3 0 0 20 0 20 0 9558489 13588557824 327625 33554432000 4194304 4196468 140737285543984 140396235565680 140396977838722 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20030] ppid=20011 vsize=13270076 CPUtime=1.2 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20030/stat : 20030 (java) S 20011 20014 16458 0 -1 1077944384 9345 0 0 0 119 1 0 0 20 0 20 0 9558489 13588557824 327625 33554432000 4194304 4196468 140737285543984 140396234512880 140396977838722 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20031] ppid=20011 vsize=13270076 CPUtime=1.43 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20031/stat : 20031 (java) S 20011 20014 16458 0 -1 1077944384 14918 0 0 0 142 1 0 0 20 0 20 0 9558489 13588557824 327625 33554432000 4194304 4196468 140737285543984 140396233460592 140396977838722 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20032] ppid=20011 vsize=13270076 CPUtime=0.83 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20032/stat : 20032 (java) S 20011 20014 16458 0 -1 1077944384 20485 0 0 0 80 3 0 0 20 0 20 0 9558489 13588557824 327625 33554432000 4194304 4196468 140737285543984 140396232407792 140396977838722 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20033] ppid=20011 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20033/stat : 20033 (java) S 20011 20014 16458 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 9558490 13588557824 327625 33554432000 4194304 4196468 140737285543984 140396231354720 140396977837781 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20034] ppid=20011 vsize=13270076 CPUtime=1.29 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20034/stat : 20034 (java) S 20011 20014 16458 0 -1 1077944384 1374 0 0 0 64 65 0 0 20 0 20 0 9558490 13588557824 327625 33554432000 4194304 4196468 140737285543984 140396230302000 140396977838722 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
Current children cumulated CPU time (s) 2325.63
Current children cumulated vsize (KiB) 13270076

[startup+2322.3 s]
/proc/loadavg: 0.72 1.18 1.35 2/256 20166
/proc/meminfo: memFree=30331244/32770624 swapFree=5832/330616
[pid=20014] ppid=20011 vsize=13270076 CPUtime=2387.39 cores=0,2,4,6,8,10,12,14
/proc/20014/stat : 20014 (java) S 20011 20014 16458 0 -1 1077944320 213889 0 0 0 238263 476 0 0 20 0 20 0 9558481 13588557824 328649 33554432000 4194304 4196468 140737285543984 140737285526528 140396977827575 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
/proc/20014/statm: 3317519 328649 3838 1 0 3305234 0
[pid=20014/tid=20015] ppid=20011 vsize=13270076 CPUtime=2302.68 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20015/stat : 20015 (java) R 20011 20014 16458 0 -1 4202560 78978 0 0 0 230226 42 0 0 20 0 20 0 9558481 13588557824 328649 33554432000 4194304 4196468 140737285543984 140396982065360 140396596902773 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20017] ppid=20011 vsize=13270076 CPUtime=9.04 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20017/stat : 20017 (java) S 20011 20014 16458 0 -1 1077944384 5537 0 0 0 859 45 0 0 20 0 20 0 9558482 13588557824 328649 33554432000 4194304 4196468 140737285543984 140396916791696 140396977837781 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20018] ppid=20011 vsize=13270076 CPUtime=9.05 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20018/stat : 20018 (java) S 20011 20014 16458 0 -1 1077944384 7116 0 0 0 859 46 0 0 20 0 20 0 9558482 13588557824 328649 33554432000 4194304 4196468 140737285543984 140396915738896 140396977837781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20019] ppid=20011 vsize=13270076 CPUtime=9.08 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20019/stat : 20019 (java) S 20011 20014 16458 0 -1 1077944384 7361 0 0 0 863 45 0 0 20 0 20 0 9558482 13588557824 328649 33554432000 4194304 4196468 140737285543984 140396914686608 140396977837781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20020] ppid=20011 vsize=13270076 CPUtime=8.99 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20020/stat : 20020 (java) S 20011 20014 16458 0 -1 1077944384 6176 0 0 0 852 47 0 0 20 0 20 0 9558482 13588557824 328649 33554432000 4194304 4196468 140737285543984 140396913633808 140396977837781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20021] ppid=20011 vsize=13270076 CPUtime=8.88 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20021/stat : 20021 (java) S 20011 20014 16458 0 -1 1077944384 5589 0 0 0 839 49 0 0 20 0 20 0 9558482 13588557824 328649 33554432000 4194304 4196468 140737285543984 140396912581520 140396977837781 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20022] ppid=20011 vsize=13270076 CPUtime=9.11 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20022/stat : 20022 (java) S 20011 20014 16458 0 -1 1077944384 8123 0 0 0 865 46 0 0 20 0 20 0 9558482 13588557824 328649 33554432000 4194304 4196468 140737285543984 140396571613968 140396977837781 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20023] ppid=20011 vsize=13270076 CPUtime=8.98 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20023/stat : 20023 (java) S 20011 20014 16458 0 -1 1077944384 5535 0 0 0 850 48 0 0 20 0 20 0 9558482 13588557824 328649 33554432000 4194304 4196468 140737285543984 140396570561680 140396977837781 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20024] ppid=20011 vsize=13270076 CPUtime=8.95 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20024/stat : 20024 (java) S 20011 20014 16458 0 -1 1077944384 6452 0 0 0 850 45 0 0 20 0 20 0 9558482 13588557824 328649 33554432000 4194304 4196468 140737285543984 140396569508880 140396977837781 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20025] ppid=20011 vsize=13270076 CPUtime=5.79 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20025/stat : 20025 (java) S 20011 20014 16458 0 -1 1077944384 11640 0 0 0 541 38 0 0 20 0 20 0 9558484 13588557824 328649 33554432000 4194304 4196468 140737285543984 140396239775856 140396977838722 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20026] ppid=20011 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20026/stat : 20026 (java) S 20011 20014 16458 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 20 0 9558485 13588557824 328649 33554432000 4194304 4196468 140737285543984 140396238721888 140396977837781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20027] ppid=20011 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20027/stat : 20027 (java) S 20011 20014 16458 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 20 0 9558485 13588557824 328649 33554432000 4194304 4196468 140737285543984 140396237669504 140396977837781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20028] ppid=20011 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20028/stat : 20028 (java) S 20011 20014 16458 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 9558489 13588557824 328649 33554432000 4194304 4196468 140737285543984 140396236617808 140396977846171 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20029] ppid=20011 vsize=13270076 CPUtime=1.88 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20029/stat : 20029 (java) S 20011 20014 16458 0 -1 1077944384 22289 0 0 0 185 3 0 0 20 0 20 0 9558489 13588557824 328649 33554432000 4194304 4196468 140737285543984 140396235565680 140396977838722 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20030] ppid=20011 vsize=13270076 CPUtime=1.22 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20030/stat : 20030 (java) S 20011 20014 16458 0 -1 1077944384 9769 0 0 0 121 1 0 0 20 0 20 0 9558489 13588557824 328649 33554432000 4194304 4196468 140737285543984 140396234512880 140396977838722 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20031] ppid=20011 vsize=13270076 CPUtime=1.45 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20031/stat : 20031 (java) S 20011 20014 16458 0 -1 1077944384 15768 0 0 0 144 1 0 0 20 0 20 0 9558489 13588557824 328649 33554432000 4194304 4196468 140737285543984 140396233460592 140396977838722 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20032] ppid=20011 vsize=13270076 CPUtime=0.83 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20032/stat : 20032 (java) S 20011 20014 16458 0 -1 1077944384 20678 0 0 0 80 3 0 0 20 0 20 0 9558489 13588557824 328649 33554432000 4194304 4196468 140737285543984 140396232407792 140396977838722 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20033] ppid=20011 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20033/stat : 20033 (java) S 20011 20014 16458 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 9558490 13588557824 328649 33554432000 4194304 4196468 140737285543984 140396231354720 140396977837781 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20034] ppid=20011 vsize=13270076 CPUtime=1.33 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20034/stat : 20034 (java) S 20011 20014 16458 0 -1 1077944384 1437 0 0 0 66 67 0 0 20 0 20 0 9558490 13588557824 328649 33554432000 4194304 4196468 140737285543984 140396230302000 140396977838722 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
Current children cumulated CPU time (s) 2387.39
Current children cumulated vsize (KiB) 13270076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2334.6 s]
/proc/loadavg: 0.69 1.16 1.34 2/256 20166
/proc/meminfo: memFree=30331244/32770624 swapFree=5832/330608
[pid=20014] ppid=20011 vsize=13270076 CPUtime=2400.07 cores=0,2,4,6,8,10,12,14
/proc/20014/stat : 20014 (java) S 20011 20014 16458 0 -1 1077944320 214059 0 0 0 239528 479 0 0 20 0 20 0 9558481 13588557824 328649 33554432000 4194304 4196468 140737285543984 140737285526528 140396977827575 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
/proc/20014/statm: 3317519 328649 3838 1 0 3305234 0
[pid=20014/tid=20015] ppid=20011 vsize=13270076 CPUtime=2314.86 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20015/stat : 20015 (java) R 20011 20014 16458 0 -1 4202560 79115 0 0 0 231444 42 0 0 20 0 20 0 9558481 13588557824 328649 33554432000 4194304 4196468 140737285543984 140396982065360 140396597823080 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20017] ppid=20011 vsize=13270076 CPUtime=9.1 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20017/stat : 20017 (java) S 20011 20014 16458 0 -1 1077944384 5542 0 0 0 865 45 0 0 20 0 20 0 9558482 13588557824 328649 33554432000 4194304 4196468 140737285543984 140396916791696 140396977837781 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20018] ppid=20011 vsize=13270076 CPUtime=9.1 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20018/stat : 20018 (java) S 20011 20014 16458 0 -1 1077944384 7122 0 0 0 864 46 0 0 20 0 20 0 9558482 13588557824 328649 33554432000 4194304 4196468 140737285543984 140396915738896 140396977837781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20019] ppid=20011 vsize=13270076 CPUtime=9.13 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20019/stat : 20019 (java) S 20011 20014 16458 0 -1 1077944384 7368 0 0 0 867 46 0 0 20 0 20 0 9558482 13588557824 328649 33554432000 4194304 4196468 140737285543984 140396914686608 140396977837781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20020] ppid=20011 vsize=13270076 CPUtime=9.05 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20020/stat : 20020 (java) S 20011 20014 16458 0 -1 1077944384 6181 0 0 0 858 47 0 0 20 0 20 0 9558482 13588557824 328649 33554432000 4194304 4196468 140737285543984 140396913633808 140396977837781 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20021] ppid=20011 vsize=13270076 CPUtime=8.93 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20021/stat : 20021 (java) S 20011 20014 16458 0 -1 1077944384 5590 0 0 0 844 49 0 0 20 0 20 0 9558482 13588557824 328649 33554432000 4194304 4196468 140737285543984 140396912581520 140396977837781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20022] ppid=20011 vsize=13270076 CPUtime=9.17 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20022/stat : 20022 (java) S 20011 20014 16458 0 -1 1077944384 8127 0 0 0 870 47 0 0 20 0 20 0 9558482 13588557824 328649 33554432000 4194304 4196468 140737285543984 140396571613968 140396977837781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20023] ppid=20011 vsize=13270076 CPUtime=9.04 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20023/stat : 20023 (java) S 20011 20014 16458 0 -1 1077944384 5537 0 0 0 856 48 0 0 20 0 20 0 9558482 13588557824 328649 33554432000 4194304 4196468 140737285543984 140396570561680 140396977837781 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20024] ppid=20011 vsize=13270076 CPUtime=9 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20024/stat : 20024 (java) S 20011 20014 16458 0 -1 1077944384 6453 0 0 0 855 45 0 0 20 0 20 0 9558482 13588557824 328649 33554432000 4194304 4196468 140737285543984 140396569508880 140396977837781 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20025] ppid=20011 vsize=13270076 CPUtime=5.82 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20025/stat : 20025 (java) S 20011 20014 16458 0 -1 1077944384 11642 0 0 0 544 38 0 0 20 0 20 0 9558484 13588557824 328649 33554432000 4194304 4196468 140737285543984 140396239775856 140396977838722 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20026] ppid=20011 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20026/stat : 20026 (java) S 20011 20014 16458 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 20 0 9558485 13588557824 328649 33554432000 4194304 4196468 140737285543984 140396238721888 140396977837781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20027] ppid=20011 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20027/stat : 20027 (java) S 20011 20014 16458 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 20 0 9558485 13588557824 328649 33554432000 4194304 4196468 140737285543984 140396237669504 140396977837781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20028] ppid=20011 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20028/stat : 20028 (java) S 20011 20014 16458 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 9558489 13588557824 328649 33554432000 4194304 4196468 140737285543984 140396236617808 140396977846171 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20029] ppid=20011 vsize=13270076 CPUtime=1.88 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20029/stat : 20029 (java) S 20011 20014 16458 0 -1 1077944384 22289 0 0 0 185 3 0 0 20 0 20 0 9558489 13588557824 328649 33554432000 4194304 4196468 140737285543984 140396235565680 140396977838722 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20030] ppid=20011 vsize=13270076 CPUtime=1.22 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20030/stat : 20030 (java) S 20011 20014 16458 0 -1 1077944384 9769 0 0 0 121 1 0 0 20 0 20 0 9558489 13588557824 328649 33554432000 4194304 4196468 140737285543984 140396234512880 140396977838722 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20031] ppid=20011 vsize=13270076 CPUtime=1.45 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20031/stat : 20031 (java) S 20011 20014 16458 0 -1 1077944384 15768 0 0 0 144 1 0 0 20 0 20 0 9558489 13588557824 328649 33554432000 4194304 4196468 140737285543984 140396233460592 140396977838722 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20032] ppid=20011 vsize=13270076 CPUtime=0.83 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20032/stat : 20032 (java) S 20011 20014 16458 0 -1 1077944384 20678 0 0 0 80 3 0 0 20 0 20 0 9558489 13588557824 328649 33554432000 4194304 4196468 140737285543984 140396232407792 140396977838722 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20033] ppid=20011 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20033/stat : 20033 (java) S 20011 20014 16458 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 9558490 13588557824 328649 33554432000 4194304 4196468 140737285543984 140396231354720 140396977837781 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
[pid=20014/tid=20034] ppid=20011 vsize=13270076 CPUtime=1.34 cores=0,2,4,6,8,10,12,14
/proc/20014/task/20034/stat : 20034 (java) S 20011 20014 16458 0 -1 1077944384 1437 0 0 0 67 67 0 0 20 0 20 0 9558490 13588557824 328649 33554432000 4194304 4196468 140737285543984 140396230302000 140396977838722 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36880384 140737285547151 140737285547332 140737285547332 140737285550031 0
Current children cumulated CPU time (s) 2400.07
Current children cumulated vsize (KiB) 13270076

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

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

Child status: 143
Real time (s): 2334.63
CPU time (s): 2400.11
CPU user time (s): 2395.3
CPU system time (s): 4.8098
CPU usage (%): 102.804
Max. virtual memory (cumulated for all children) (KiB): 13270076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.3
system time used= 4.8098
maximum resident set size= 1315164
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 214789
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 313556
involuntary context switches= 176349

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.5072 second user time and 19.761 second system time

The end

Launcher Data

Begin job on node119 at 2017-07-22 19:01:38
IDJOB=4249236
IDBENCH=135870
IDSOLVER=2627
FILE ID=node119/4249236-1500742898
RUNJOBID= node119-1500712563-16489
PBS_JOBID= 20623350
Free space on /tmp= 61836 MiB

SOLVER NAME= OscaR - ALNS 2017-06-30
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n30/TravellingSalesman-30-30-18.xml
COMMAND LINE= java -Xmx10000m -jar oscar-cp-xcsp3-alns.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit MEMLIMIT --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4249236-1500742898/watcher-4249236-1500742898 -o /tmp/evaluation-result-4249236-1500742898/solver-4249236-1500742898 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node119-1500712563-16489 --watchdog 2560  java -Xmx10000m -jar oscar-cp-xcsp3-alns.jar --randomseed 1858666550 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4249236-1500742898.xml

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 8

MD5SUM BENCH= 16e7a4452edd8ccb673a436dbd81290a
RANDOM SEED=1858666550

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

/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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.98
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	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.98
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.98
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.98
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2400.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2267.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        29400756 kB
MemAvailable:   29805832 kB
Buffers:          152612 kB
Cached:           533104 kB
SwapCached:            0 kB
Active:          2593044 kB
Inactive:         338112 kB
Active(anon):    2248276 kB
Inactive(anon):     8700 kB
Active(file):     344768 kB
Inactive(file):   329412 kB
Unevictable:        5832 kB
Mlocked:            5832 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42176 kB
Writeback:            16 kB
AnonPages:       2275544 kB
Mapped:            45848 kB
Shmem:              8844 kB
Slab:             127000 kB
SReclaimable:      93464 kB
SUnreclaim:        33536 kB
KernelStack:        4384 kB
PageTables:         9928 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4246884 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2156544 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      136576 kB
DirectMap2M:    33409024 kB

Free space on /tmp at the end= 61836 MiB
End job on node119 at 2017-07-22 19:40:33