Trace number 4246780

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)114 2400.08 2328.42

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-13-a4.xml
MD5SUMa23d33c916089316ecf00e2bfba5f26c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark109
Best CPU time to get the best result obtained on this benchmark2520.0701
Satisfiable
(Un)Satisfiability was proved
Number of variables13
Number of constraints2719
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":13}]
Minimum variable degree793
Maximum variable degree794
Distribution of variable degrees[{"degree":793,"count":11},{"degree":794,"count":2}]
Minimum constraint arity1
Maximum constraint arity13
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":572},{"arity":4,"count":2145},{"arity":13,"count":1}]
Number of extensional constraints0
Number of intensional constraints2718
Distribution of constraint types[{"type":"intension","count":2718},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

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.30	c version: 2017-06-30
0.42/0.30	c seed: 1490927439
0.42/0.30	c timeout: 2400
0.42/0.30	c memlimit: 15500
0.42/0.30	c nbcore: 8
0.42/0.33	c Parsing instance...
3.56/1.23	c Parsing done, starting search...
3.84/1.31	o 500
3.84/1.38	o 147
70.11/63.31	o 144
70.23/63.43	o 143
71.66/64.90	o 140
72.18/65.35	o 139
72.49/65.65	o 137
72.49/65.67	o 136
75.18/68.23	o 135
75.78/68.89	o 134
84.68/77.50	o 133
85.81/78.68	o 130
86.11/78.94	o 129
86.21/79.05	o 128
89.32/82.09	o 127
90.23/82.98	o 126
143.40/134.63	o 125
146.86/138.07	o 124
204.95/194.62	o 123
627.66/606.55	o 120
646.41/624.72	o 118
828.62/802.05	o 115
829.36/802.73	o 114
2400.04/2328.40	s SATISFIABLE
2400.04/2328.40	v <instantiation>
2400.04/2328.40	v 	<list>
2400.04/2328.40	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12]
2400.04/2328.40	v 	</list>
2400.04/2328.40	v 	<values>
2400.04/2328.40	v 		0 1 3 29 37 53 72 83 92 97 104 110 114 
2400.04/2328.40	v 	</values>
2400.04/2328.40	v </instantiation>

Verifier Data

OK	114

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-4246780-1500712992/watcher-4246780-1500712992 -o /tmp/evaluation-result-4246780-1500712992/solver-4246780-1500712992 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node113-1500682578-15630 --watchdog 2560 java -Xmx10000m -jar oscar-cp-xcsp3-alns.jar --randomseed 1490927439 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4246780-1500712992.xml 

pid=19159
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: 1.73 1.62 1.54 3/261 19162
/proc/meminfo: memFree=28219160/32770624 swapFree=5952/269420
[pid=19162] ppid=19159 vsize=361196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19162/stat : 19162 (java) S 19159 19162 15599 0 -1 1077944320 1718 0 0 0 0 0 0 0 20 0 2 0 6568191 369864704 1925 33554432000 4194304 4196468 140733645511504 140733645494048 139652661829367 0 0 0 16784584 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
/proc/19162/statm: 90299 1925 1072 1 0 79210 0
[pid=19162/tid=19163] ppid=19159 vsize=361196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19163/stat : 19163 (java) S 19159 19162 15599 0 -1 1077944384 401 0 0 0 0 0 0 0 20 0 2 0 6568191 369864704 1925 33554432000 4194304 4196468 140733645511504 139652666071456 139652661840514 0 4 0 16784584 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0

[startup+0.100099 s]
/proc/loadavg: 1.73 1.62 1.54 3/261 19162
/proc/meminfo: memFree=28219160/32770624 swapFree=5952/269420
[pid=19162] ppid=19159 vsize=13264380 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/19162/stat : 19162 (java) S 19159 19162 15599 0 -1 1077944320 5771 0 0 0 9 1 0 0 20 0 20 0 6568191 13582725120 6373 33554432000 4194304 4196468 140733645511504 140733645494048 139652661829367 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
/proc/19162/statm: 3316095 6373 3320 1 0 3303815 0
[pid=19162/tid=19163] ppid=19159 vsize=13264380 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19163/stat : 19163 (java) R 19159 19162 15599 0 -1 4202560 3850 0 0 0 8 0 0 0 20 0 20 0 6568191 13582725120 6373 33554432000 4194304 4196468 140733645511504 139652666059464 139652654066494 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13264380

[startup+0.200366 s]
/proc/loadavg: 1.73 1.62 1.54 3/261 19162
/proc/meminfo: memFree=28219160/32770624 swapFree=5952/269420
[pid=19162] ppid=19159 vsize=13263912 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/19162/stat : 19162 (java) S 19159 19162 15599 0 -1 1077944320 8922 0 0 0 24 2 0 0 20 0 20 0 6568191 13582245888 8948 33554432000 4194304 4196468 140733645511504 140733645494048 139652661829367 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
/proc/19162/statm: 3315978 8948 3566 1 0 3303698 0
[pid=19162/tid=19163] ppid=19159 vsize=13263912 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19163/stat : 19163 (java) R 19159 19162 15599 0 -1 4202560 6618 0 0 0 16 1 0 0 20 0 20 0 6568191 13582245888 8948 33554432000 4194304 4196468 140733645511504 139652666052720 139652645909884 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 13263912

[startup+0.300308 s]
/proc/loadavg: 1.73 1.62 1.54 3/261 19162
/proc/meminfo: memFree=28219160/32770624 swapFree=5952/269420
[pid=19162] ppid=19159 vsize=13263912 CPUtime=0.42 cores=0,2,4,6,8,10,12,14
/proc/19162/stat : 19162 (java) S 19159 19162 15599 0 -1 1077944320 9906 0 0 0 39 3 0 0 20 0 20 0 6568191 13582245888 11167 33554432000 4194304 4196468 140733645511504 140733645494048 139652661829367 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
/proc/19162/statm: 3315978 11167 3627 1 0 3303698 0
[pid=19162/tid=19163] ppid=19159 vsize=13263912 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19163/stat : 19163 (java) R 19159 19162 15599 0 -1 4202560 7331 0 0 0 25 2 0 0 20 0 20 0 6568191 13582245888 11167 33554432000 4194304 4196468 140733645511504 139652666042832 139652661851293 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 13263912

[startup+0.70021 s]
/proc/loadavg: 1.73 1.62 1.54 3/261 19162
/proc/meminfo: memFree=28219160/32770624 swapFree=5952/269420
[pid=19162] ppid=19159 vsize=13265980 CPUtime=1.44 cores=0,2,4,6,8,10,12,14
/proc/19162/stat : 19162 (java) S 19159 19162 15599 0 -1 1077944320 12803 0 0 0 139 5 0 0 20 0 20 0 6568191 13584363520 20159 33554432000 4194304 4196468 140733645511504 140733645494048 139652661829367 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
/proc/19162/statm: 3316495 20159 3766 1 0 3304210 0
[pid=19162/tid=19163] ppid=19159 vsize=13265980 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19163/stat : 19163 (java) R 19159 19162 15599 0 -1 4202560 8405 0 0 0 64 3 0 0 20 0 20 0 6568191 13584363520 20159 33554432000 4194304 4196468 140733645511504 139652666061992 139652291084391 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 13265980

[startup+1.5011 s]
/proc/loadavg: 1.73 1.62 1.54 5/281 19182
/proc/meminfo: memFree=28083280/32770624 swapFree=5952/269208
[pid=19162] ppid=19159 vsize=13270076 CPUtime=4.75 cores=0,2,4,6,8,10,12,14
/proc/19162/stat : 19162 (java) S 19159 19162 15599 0 -1 1077944320 29092 0 0 0 465 10 0 0 20 0 20 0 6568191 13588557824 50267 33554432000 4194304 4196468 140733645511504 140733645494048 139652661829367 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
/proc/19162/statm: 3317519 50267 3800 1 0 3305234 0
[pid=19162/tid=19163] ppid=19159 vsize=13270076 CPUtime=1.46 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19163/stat : 19163 (java) R 19159 19162 15599 0 -1 4202560 11272 0 0 0 141 5 0 0 20 0 20 0 6568191 13588557824 50267 33554432000 4194304 4196468 140733645511504 139652666066888 139652295165023 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19165] ppid=19159 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19165/stat : 19165 (java) S 19159 19162 15599 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 6568192 13588557824 50267 33554432000 4194304 4196468 140733645511504 139652614450064 139652661839573 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19166] ppid=19159 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19166/stat : 19166 (java) S 19159 19162 15599 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6568192 13588557824 50267 33554432000 4194304 4196468 140733645511504 139652613397264 139652661839573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19167] ppid=19159 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19167/stat : 19167 (java) S 19159 19162 15599 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6568192 13588557824 50267 33554432000 4194304 4196468 140733645511504 139652612344976 139652661839573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19168] ppid=19159 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19168/stat : 19168 (java) S 19159 19162 15599 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 6568192 13588557824 50267 33554432000 4194304 4196468 140733645511504 139652611292176 139652661839573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19169] ppid=19159 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19169/stat : 19169 (java) S 19159 19162 15599 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6568192 13588557824 50267 33554432000 4194304 4196468 140733645511504 139652610238864 139652661839573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19170] ppid=19159 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19170/stat : 19170 (java) S 19159 19162 15599 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6568192 13588557824 50267 33554432000 4194304 4196468 140733645511504 139652609186064 139652661839573 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19171] ppid=19159 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19171/stat : 19171 (java) S 19159 19162 15599 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 6568192 13588557824 50267 33554432000 4194304 4196468 140733645511504 139652608133776 139652661839573 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19172] ppid=19159 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19172/stat : 19172 (java) S 19159 19162 15599 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6568192 13588557824 50267 33554432000 4194304 4196468 140733645511504 139652253547024 139652661839573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19173] ppid=19159 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19173/stat : 19173 (java) S 19159 19162 15599 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 20 0 6568194 13588557824 50267 33554432000 4194304 4196468 140733645511504 139651327175280 139652661840514 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19174] ppid=19159 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19174/stat : 19174 (java) S 19159 19162 15599 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 6568195 13588557824 50267 33554432000 4194304 4196468 140733645511504 139651326121248 139652661839573 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19175] ppid=19159 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19175/stat : 19175 (java) S 19159 19162 15599 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 6568195 13588557824 50267 33554432000 4194304 4196468 140733645511504 139651325068912 139652661839573 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19176] ppid=19159 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19176/stat : 19176 (java) S 19159 19162 15599 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6568199 13588557824 50267 33554432000 4194304 4196468 140733645511504 139651324017232 139652661847963 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19177] ppid=19159 vsize=13270076 CPUtime=0.77 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19177/stat : 19177 (java) R 19159 19162 15599 0 -1 4202560 3527 0 0 0 76 1 0 0 20 0 20 0 6568199 13588557824 50267 33554432000 4194304 4196468 140733645511504 139651322950104 139652646746728 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19178] ppid=19159 vsize=13270076 CPUtime=0.84 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19178/stat : 19178 (java) R 19159 19162 15599 0 -1 4202560 3258 0 0 0 84 0 0 0 20 0 20 0 6568199 13588557824 50267 33554432000 4194304 4196468 140733645511504 139651321894112 139652646074509 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19179] ppid=19159 vsize=13270076 CPUtime=0.8 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19179/stat : 19179 (java) R 19159 19162 15599 0 -1 4202560 3748 0 0 0 80 0 0 0 20 0 20 0 6568199 13588557824 50267 33554432000 4194304 4196468 140733645511504 139651320847488 139652641682928 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19180] ppid=19159 vsize=13270076 CPUtime=0.82 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19180/stat : 19180 (java) S 19159 19162 15599 0 -1 1077944384 5876 0 0 0 81 1 0 0 20 0 20 0 6568199 13588557824 50267 33554432000 4194304 4196468 140733645511504 139651319806192 139652661840514 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19181] ppid=19159 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19181/stat : 19181 (java) S 19159 19162 15599 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6568199 13588557824 50267 33554432000 4194304 4196468 140733645511504 139651318754144 139652661839573 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19182] ppid=19159 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19182/stat : 19182 (java) S 19159 19162 15599 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 6568200 13588557824 50267 33554432000 4194304 4196468 140733645511504 139651317701424 139652661840514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
Current children cumulated CPU time (s) 4.75
Current children cumulated vsize (KiB) 13270076

[startup+3.1008 s]
/proc/loadavg: 1.99 1.68 1.55 3/281 19182
/proc/meminfo: memFree=27995084/32770624 swapFree=5952/269208
[pid=19162] ppid=19159 vsize=13270076 CPUtime=7.53 cores=0,2,4,6,8,10,12,14
/proc/19162/stat : 19162 (java) S 19159 19162 15599 0 -1 1077944320 33960 0 0 0 731 22 0 0 20 0 20 0 6568191 13588557824 90338 33554432000 4194304 4196468 140733645511504 140733645494048 139652661829367 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
/proc/19162/statm: 3317519 90338 3823 1 0 3305234 0
[pid=19162/tid=19163] ppid=19159 vsize=13270076 CPUtime=3.01 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19163/stat : 19163 (java) R 19159 19162 15599 0 -1 4202560 12014 0 0 0 294 7 0 0 20 0 20 0 6568191 13588557824 90338 33554432000 4194304 4196468 140733645511504 139652666064520 139652295952108 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19165] ppid=19159 vsize=13270076 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19165/stat : 19165 (java) S 19159 19162 15599 0 -1 1077944384 42 0 0 0 1 1 0 0 20 0 20 0 6568192 13588557824 90338 33554432000 4194304 4196468 140733645511504 139652614450064 139652661839573 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19166] ppid=19159 vsize=13270076 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19166/stat : 19166 (java) S 19159 19162 15599 0 -1 1077944384 31 0 0 0 1 1 0 0 20 0 20 0 6568192 13588557824 90338 33554432000 4194304 4196468 140733645511504 139652613397264 139652661839573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19167] ppid=19159 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19167/stat : 19167 (java) S 19159 19162 15599 0 -1 1077944384 57 0 0 0 1 0 0 0 20 0 20 0 6568192 13588557824 90338 33554432000 4194304 4196468 140733645511504 139652612344976 139652661839573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19168] ppid=19159 vsize=13270076 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19168/stat : 19168 (java) S 19159 19162 15599 0 -1 1077944384 27 0 0 0 1 1 0 0 20 0 20 0 6568192 13588557824 90338 33554432000 4194304 4196468 140733645511504 139652611292176 139652661839573 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19169] ppid=19159 vsize=13270076 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19169/stat : 19169 (java) S 19159 19162 15599 0 -1 1077944384 141 0 0 0 1 1 0 0 20 0 20 0 6568192 13588557824 90338 33554432000 4194304 4196468 140733645511504 139652610238864 139652661839573 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19170] ppid=19159 vsize=13270076 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19170/stat : 19170 (java) S 19159 19162 15599 0 -1 1077944384 116 0 0 0 1 1 0 0 20 0 20 0 6568192 13588557824 90338 33554432000 4194304 4196468 140733645511504 139652609186064 139652661839573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19171] ppid=19159 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19171/stat : 19171 (java) S 19159 19162 15599 0 -1 1077944384 841 0 0 0 1 0 0 0 20 0 20 0 6568192 13588557824 90338 33554432000 4194304 4196468 140733645511504 139652608133776 139652661839573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19172] ppid=19159 vsize=13270076 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19172/stat : 19172 (java) S 19159 19162 15599 0 -1 1077944384 18 0 0 0 1 1 0 0 20 0 20 0 6568192 13588557824 90338 33554432000 4194304 4196468 140733645511504 139652253547024 139652661839573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19173] ppid=19159 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19173/stat : 19173 (java) S 19159 19162 15599 0 -1 1077944384 436 0 0 0 1 0 0 0 20 0 20 0 6568194 13588557824 90338 33554432000 4194304 4196468 140733645511504 139651327175280 139652661840514 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19174] ppid=19159 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19174/stat : 19174 (java) S 19159 19162 15599 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 20 0 6568195 13588557824 90338 33554432000 4194304 4196468 140733645511504 139651326121312 139652661839573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19175] ppid=19159 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19175/stat : 19175 (java) S 19159 19162 15599 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 20 0 6568195 13588557824 90338 33554432000 4194304 4196468 140733645511504 139651325068928 139652661839573 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19176] ppid=19159 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19176/stat : 19176 (java) S 19159 19162 15599 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6568199 13588557824 90338 33554432000 4194304 4196468 140733645511504 139651324017232 139652661847963 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19177] ppid=19159 vsize=13270076 CPUtime=1.13 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19177/stat : 19177 (java) S 19159 19162 15599 0 -1 1077944384 4211 0 0 0 112 1 0 0 20 0 20 0 6568199 13588557824 90338 33554432000 4194304 4196468 140733645511504 139651322964080 139652661840514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19178] ppid=19159 vsize=13270076 CPUtime=1.13 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19178/stat : 19178 (java) S 19159 19162 15599 0 -1 1077944384 4478 0 0 0 112 1 0 0 20 0 20 0 6568199 13588557824 90338 33554432000 4194304 4196468 140733645511504 139651321911280 139652661840514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19179] ppid=19159 vsize=13270076 CPUtime=1.12 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19179/stat : 19179 (java) S 19159 19162 15599 0 -1 1077944384 4124 0 0 0 111 1 0 0 20 0 20 0 6568199 13588557824 90338 33554432000 4194304 4196468 140733645511504 139651320858992 139652661840514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19180] ppid=19159 vsize=13270076 CPUtime=0.86 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19180/stat : 19180 (java) S 19159 19162 15599 0 -1 1077944384 5995 0 0 0 85 1 0 0 20 0 20 0 6568199 13588557824 90338 33554432000 4194304 4196468 140733645511504 139651319806192 139652661840514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19181] ppid=19159 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19181/stat : 19181 (java) S 19159 19162 15599 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6568199 13588557824 90338 33554432000 4194304 4196468 140733645511504 139651318754144 139652661839573 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19182] ppid=19159 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19182/stat : 19182 (java) S 19159 19162 15599 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 20 0 6568200 13588557824 90338 33554432000 4194304 4196468 140733645511504 139651317701424 139652661840514 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
Current children cumulated CPU time (s) 7.53
Current children cumulated vsize (KiB) 13270076

[startup+6.30077 s]
/proc/loadavg: 1.99 1.68 1.55 3/281 19182
/proc/meminfo: memFree=27607076/32770624 swapFree=5952/269208
[pid=19162] ppid=19159 vsize=13270076 CPUtime=11.1 cores=0,2,4,6,8,10,12,14
/proc/19162/stat : 19162 (java) S 19159 19162 15599 0 -1 1077944320 35608 0 0 0 1074 36 0 0 20 0 20 0 6568191 13588557824 241257 33554432000 4194304 4196468 140733645511504 140733645494048 139652661829367 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
/proc/19162/statm: 3317519 241257 3825 1 0 3305234 0
[pid=19162/tid=19163] ppid=19159 vsize=13270076 CPUtime=6.2 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19163/stat : 19163 (java) R 19159 19162 15599 0 -1 4202560 12412 0 0 0 603 17 0 0 20 0 20 0 6568191 13588557824 241257 33554432000 4194304 4196468 140733645511504 139652666064624 139652295861118 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19165] ppid=19159 vsize=13270076 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19165/stat : 19165 (java) S 19159 19162 15599 0 -1 1077944384 50 0 0 0 1 1 0 0 20 0 20 0 6568192 13588557824 241257 33554432000 4194304 4196468 140733645511504 139652614450064 139652661839573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19166] ppid=19159 vsize=13270076 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19166/stat : 19166 (java) S 19159 19162 15599 0 -1 1077944384 39 0 0 0 2 1 0 0 20 0 20 0 6568192 13588557824 241257 33554432000 4194304 4196468 140733645511504 139652613397264 139652661839573 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19167] ppid=19159 vsize=13270076 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19167/stat : 19167 (java) S 19159 19162 15599 0 -1 1077944384 64 0 0 0 2 1 0 0 20 0 20 0 6568192 13588557824 241257 33554432000 4194304 4196468 140733645511504 139652612344976 139652661839573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19168] ppid=19159 vsize=13270076 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19168/stat : 19168 (java) S 19159 19162 15599 0 -1 1077944384 40 0 0 0 2 1 0 0 20 0 20 0 6568192 13588557824 241257 33554432000 4194304 4196468 140733645511504 139652611292176 139652661839573 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19169] ppid=19159 vsize=13270076 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19169/stat : 19169 (java) S 19159 19162 15599 0 -1 1077944384 151 0 0 0 2 1 0 0 20 0 20 0 6568192 13588557824 241257 33554432000 4194304 4196468 140733645511504 139652610238864 139652661839573 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19170] ppid=19159 vsize=13270076 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19170/stat : 19170 (java) S 19159 19162 15599 0 -1 1077944384 120 0 0 0 2 1 0 0 20 0 20 0 6568192 13588557824 241257 33554432000 4194304 4196468 140733645511504 139652609186064 139652661839573 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19171] ppid=19159 vsize=13270076 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19171/stat : 19171 (java) S 19159 19162 15599 0 -1 1077944384 843 0 0 0 1 1 0 0 20 0 20 0 6568192 13588557824 241257 33554432000 4194304 4196468 140733645511504 139652608133776 139652661839573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19172] ppid=19159 vsize=13270076 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19172/stat : 19172 (java) S 19159 19162 15599 0 -1 1077944384 34 0 0 0 1 1 0 0 20 0 20 0 6568192 13588557824 241257 33554432000 4194304 4196468 140733645511504 139652253547024 139652661839573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19173] ppid=19159 vsize=13270076 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19173/stat : 19173 (java) S 19159 19162 15599 0 -1 1077944384 691 0 0 0 2 0 0 0 20 0 20 0 6568194 13588557824 241257 33554432000 4194304 4196468 140733645511504 139651327175280 139652661840514 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19174] ppid=19159 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19174/stat : 19174 (java) S 19159 19162 15599 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 20 0 6568195 13588557824 241257 33554432000 4194304 4196468 140733645511504 139651326121312 139652661839573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19175] ppid=19159 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19175/stat : 19175 (java) S 19159 19162 15599 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 20 0 6568195 13588557824 241257 33554432000 4194304 4196468 140733645511504 139651325068928 139652661839573 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19176] ppid=19159 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14

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

[pid=19162/tid=19178] ppid=19159 vsize=13270076 CPUtime=2.13 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19178/stat : 19178 (java) S 19159 19162 15599 0 -1 1077944384 23456 0 0 0 210 3 0 0 20 0 20 0 6568199 13588557824 361775 33554432000 4194304 4196468 140733645511504 139651321911280 139652661840514 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19179] ppid=19159 vsize=13270076 CPUtime=1.59 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19179/stat : 19179 (java) S 19159 19162 15599 0 -1 1077944384 17854 0 0 0 157 2 0 0 20 0 20 0 6568199 13588557824 361775 33554432000 4194304 4196468 140733645511504 139651320858992 139652661840514 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19180] ppid=19159 vsize=13270076 CPUtime=1.16 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19180/stat : 19180 (java) S 19159 19162 15599 0 -1 1077944384 28936 0 0 0 113 3 0 0 20 0 20 0 6568199 13588557824 361775 33554432000 4194304 4196468 140733645511504 139651319806192 139652661840514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19181] ppid=19159 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19181/stat : 19181 (java) S 19159 19162 15599 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6568199 13588557824 361775 33554432000 4194304 4196468 140733645511504 139651318754144 139652661839573 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19182] ppid=19159 vsize=13270076 CPUtime=1.21 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19182/stat : 19182 (java) S 19159 19162 15599 0 -1 1077944384 1061 0 0 0 57 64 0 0 20 0 20 0 6568200 13588557824 361775 33554432000 4194304 4196468 140733645511504 139651317701424 139652661840514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
Current children cumulated CPU time (s) 2269.79
Current children cumulated vsize (KiB) 13270076

[startup+2262.3 s]
/proc/loadavg: 0.73 1.23 1.37 2/256 19328
/proc/meminfo: memFree=30314544/32770624 swapFree=5952/271404
[pid=19162] ppid=19159 vsize=13270076 CPUtime=2331.74 cores=0,2,4,6,8,10,12,14
/proc/19162/stat : 19162 (java) S 19159 19162 15599 0 -1 1077944320 240426 0 0 0 232713 461 0 0 20 0 20 0 6568191 13588557824 363566 33554432000 4194304 4196468 140733645511504 140733645494048 139652661829367 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
/proc/19162/statm: 3317519 363566 3841 1 0 3305234 0
[pid=19162/tid=19163] ppid=19159 vsize=13270076 CPUtime=2242.91 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19163/stat : 19163 (java) R 19159 19162 15599 0 -1 4202560 74062 0 0 0 224253 38 0 0 20 0 20 0 6568191 13588557824 363566 33554432000 4194304 4196468 140733645511504 139652666067424 139652295552020 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19165] ppid=19159 vsize=13270076 CPUtime=9.49 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19165/stat : 19165 (java) S 19159 19162 15599 0 -1 1077944384 8523 0 0 0 902 47 0 0 20 0 20 0 6568192 13588557824 363566 33554432000 4194304 4196468 140733645511504 139652614450064 139652661839573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19166] ppid=19159 vsize=13270076 CPUtime=9.38 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19166/stat : 19166 (java) S 19159 19162 15599 0 -1 1077944384 9290 0 0 0 894 44 0 0 20 0 20 0 6568192 13588557824 363566 33554432000 4194304 4196468 140733645511504 139652613397264 139652661839573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19167] ppid=19159 vsize=13270076 CPUtime=9.4 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19167/stat : 19167 (java) S 19159 19162 15599 0 -1 1077944384 8446 0 0 0 896 44 0 0 20 0 20 0 6568192 13588557824 363566 33554432000 4194304 4196468 140733645511504 139652612344976 139652661839573 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19168] ppid=19159 vsize=13270076 CPUtime=9.44 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19168/stat : 19168 (java) S 19159 19162 15599 0 -1 1077944384 8781 0 0 0 897 47 0 0 20 0 20 0 6568192 13588557824 363566 33554432000 4194304 4196468 140733645511504 139652611292176 139652661839573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19169] ppid=19159 vsize=13270076 CPUtime=9.33 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19169/stat : 19169 (java) S 19159 19162 15599 0 -1 1077944384 7551 0 0 0 890 43 0 0 20 0 20 0 6568192 13588557824 363566 33554432000 4194304 4196468 140733645511504 139652610238864 139652661839573 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19170] ppid=19159 vsize=13270076 CPUtime=9.38 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19170/stat : 19170 (java) S 19159 19162 15599 0 -1 1077944384 7825 0 0 0 896 42 0 0 20 0 20 0 6568192 13588557824 363566 33554432000 4194304 4196468 140733645511504 139652609186064 139652661839573 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19171] ppid=19159 vsize=13270076 CPUtime=9.4 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19171/stat : 19171 (java) S 19159 19162 15599 0 -1 1077944384 9282 0 0 0 897 43 0 0 20 0 20 0 6568192 13588557824 363566 33554432000 4194304 4196468 140733645511504 139652608133776 139652661839573 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19172] ppid=19159 vsize=13270076 CPUtime=9.46 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19172/stat : 19172 (java) S 19159 19162 15599 0 -1 1077944384 8148 0 0 0 901 45 0 0 20 0 20 0 6568192 13588557824 363566 33554432000 4194304 4196468 140733645511504 139652253547024 139652661839573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19173] ppid=19159 vsize=13270076 CPUtime=5.71 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19173/stat : 19173 (java) S 19159 19162 15599 0 -1 1077944384 10785 0 0 0 536 35 0 0 20 0 20 0 6568194 13588557824 363566 33554432000 4194304 4196468 140733645511504 139651327175280 139652661840514 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19174] ppid=19159 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19174/stat : 19174 (java) S 19159 19162 15599 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 20 0 6568195 13588557824 363566 33554432000 4194304 4196468 140733645511504 139651326121312 139652661839573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19175] ppid=19159 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19175/stat : 19175 (java) S 19159 19162 15599 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 20 0 6568195 13588557824 363566 33554432000 4194304 4196468 140733645511504 139651325068928 139652661839573 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19176] ppid=19159 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19176/stat : 19176 (java) S 19159 19162 15599 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6568199 13588557824 363566 33554432000 4194304 4196468 140733645511504 139651324017232 139652661847963 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19177] ppid=19159 vsize=13270076 CPUtime=1.54 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19177/stat : 19177 (java) S 19159 19162 15599 0 -1 1077944384 12541 0 0 0 152 2 0 0 20 0 20 0 6568199 13588557824 363566 33554432000 4194304 4196468 140733645511504 139651322964080 139652661840514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19178] ppid=19159 vsize=13270076 CPUtime=2.13 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19178/stat : 19178 (java) S 19159 19162 15599 0 -1 1077944384 23600 0 0 0 210 3 0 0 20 0 20 0 6568199 13588557824 363566 33554432000 4194304 4196468 140733645511504 139651321911280 139652661840514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19179] ppid=19159 vsize=13270076 CPUtime=1.62 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19179/stat : 19179 (java) S 19159 19162 15599 0 -1 1077944384 19066 0 0 0 160 2 0 0 20 0 20 0 6568199 13588557824 363566 33554432000 4194304 4196468 140733645511504 139651320858992 139652661840514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19180] ppid=19159 vsize=13270076 CPUtime=1.17 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19180/stat : 19180 (java) S 19159 19162 15599 0 -1 1077944384 29976 0 0 0 114 3 0 0 20 0 20 0 6568199 13588557824 363566 33554432000 4194304 4196468 140733645511504 139651319806192 139652661840514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19181] ppid=19159 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19181/stat : 19181 (java) S 19159 19162 15599 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6568199 13588557824 363566 33554432000 4194304 4196468 140733645511504 139651318754144 139652661839573 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19182] ppid=19159 vsize=13270076 CPUtime=1.25 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19182/stat : 19182 (java) S 19159 19162 15599 0 -1 1077944384 1089 0 0 0 58 67 0 0 20 0 20 0 6568200 13588557824 363566 33554432000 4194304 4196468 140733645511504 139651317701424 139652661840514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
Current children cumulated CPU time (s) 2331.74
Current children cumulated vsize (KiB) 13270076

[startup+2322.3 s]
/proc/loadavg: 0.79 1.14 1.33 2/256 19329
/proc/meminfo: memFree=30306724/32770624 swapFree=5952/271436
[pid=19162] ppid=19159 vsize=13270076 CPUtime=2393.77 cores=0,2,4,6,8,10,12,14
/proc/19162/stat : 19162 (java) S 19159 19162 15599 0 -1 1077944320 247798 0 0 0 238905 472 0 0 20 0 20 0 6568191 13588557824 365620 33554432000 4194304 4196468 140733645511504 140733645494048 139652661829367 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
/proc/19162/statm: 3317519 365620 3845 1 0 3305234 0
[pid=19162/tid=19163] ppid=19159 vsize=13270076 CPUtime=2302.35 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19163/stat : 19163 (java) R 19159 19162 15599 0 -1 4202560 75607 0 0 0 230196 39 0 0 20 0 20 0 6568191 13588557824 365620 33554432000 4194304 4196468 140733645511504 139652666067888 139652288819175 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19165] ppid=19159 vsize=13270076 CPUtime=9.79 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19165/stat : 19165 (java) S 19159 19162 15599 0 -1 1077944384 9377 0 0 0 930 49 0 0 20 0 20 0 6568192 13588557824 365620 33554432000 4194304 4196468 140733645511504 139652614450064 139652661839573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19166] ppid=19159 vsize=13270076 CPUtime=9.66 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19166/stat : 19166 (java) S 19159 19162 15599 0 -1 1077944384 9505 0 0 0 921 45 0 0 20 0 20 0 6568192 13588557824 365620 33554432000 4194304 4196468 140733645511504 139652613397264 139652661839573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19167] ppid=19159 vsize=13270076 CPUtime=9.68 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19167/stat : 19167 (java) S 19159 19162 15599 0 -1 1077944384 8538 0 0 0 923 45 0 0 20 0 20 0 6568192 13588557824 365620 33554432000 4194304 4196468 140733645511504 139652612344976 139652661839573 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19168] ppid=19159 vsize=13270076 CPUtime=9.72 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19168/stat : 19168 (java) S 19159 19162 15599 0 -1 1077944384 8904 0 0 0 924 48 0 0 20 0 20 0 6568192 13588557824 365620 33554432000 4194304 4196468 140733645511504 139652611292176 139652661839573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19169] ppid=19159 vsize=13270076 CPUtime=9.62 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19169/stat : 19169 (java) S 19159 19162 15599 0 -1 1077944384 7666 0 0 0 918 44 0 0 20 0 20 0 6568192 13588557824 365620 33554432000 4194304 4196468 140733645511504 139652610238864 139652661839573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19170] ppid=19159 vsize=13270076 CPUtime=9.66 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19170/stat : 19170 (java) S 19159 19162 15599 0 -1 1077944384 7928 0 0 0 924 42 0 0 20 0 20 0 6568192 13588557824 365620 33554432000 4194304 4196468 140733645511504 139652609186064 139652661839573 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19171] ppid=19159 vsize=13270076 CPUtime=9.7 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19171/stat : 19171 (java) S 19159 19162 15599 0 -1 1077944384 9404 0 0 0 926 44 0 0 20 0 20 0 6568192 13588557824 365620 33554432000 4194304 4196468 140733645511504 139652608133776 139652661839573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19172] ppid=19159 vsize=13270076 CPUtime=9.73 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19172/stat : 19172 (java) S 19159 19162 15599 0 -1 1077944384 8331 0 0 0 926 47 0 0 20 0 20 0 6568192 13588557824 365620 33554432000 4194304 4196468 140733645511504 139652253547024 139652661839573 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19173] ppid=19159 vsize=13270076 CPUtime=5.87 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19173/stat : 19173 (java) S 19159 19162 15599 0 -1 1077944384 11055 0 0 0 551 36 0 0 20 0 20 0 6568194 13588557824 365620 33554432000 4194304 4196468 140733645511504 139651327175280 139652661840514 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19174] ppid=19159 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19174/stat : 19174 (java) S 19159 19162 15599 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 20 0 6568195 13588557824 365620 33554432000 4194304 4196468 140733645511504 139651326121312 139652661839573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19175] ppid=19159 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19175/stat : 19175 (java) S 19159 19162 15599 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 20 0 6568195 13588557824 365620 33554432000 4194304 4196468 140733645511504 139651325068928 139652661839573 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19176] ppid=19159 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19176/stat : 19176 (java) S 19159 19162 15599 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6568199 13588557824 365620 33554432000 4194304 4196468 140733645511504 139651324017232 139652661847963 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19177] ppid=19159 vsize=13270076 CPUtime=1.57 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19177/stat : 19177 (java) S 19159 19162 15599 0 -1 1077944384 13661 0 0 0 154 3 0 0 20 0 20 0 6568199 13588557824 365620 33554432000 4194304 4196468 140733645511504 139651322964080 139652661840514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19178] ppid=19159 vsize=13270076 CPUtime=2.2 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19178/stat : 19178 (java) S 19159 19162 15599 0 -1 1077944384 25811 0 0 0 217 3 0 0 20 0 20 0 6568199 13588557824 365620 33554432000 4194304 4196468 140733645511504 139651321911280 139652661840514 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19179] ppid=19159 vsize=13270076 CPUtime=1.63 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19179/stat : 19179 (java) S 19159 19162 15599 0 -1 1077944384 19343 0 0 0 161 2 0 0 20 0 20 0 6568199 13588557824 365620 33554432000 4194304 4196468 140733645511504 139651320858992 139652661840514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19180] ppid=19159 vsize=13270076 CPUtime=1.17 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19180/stat : 19180 (java) S 19159 19162 15599 0 -1 1077944384 30090 0 0 0 114 3 0 0 20 0 20 0 6568199 13588557824 365620 33554432000 4194304 4196468 140733645511504 139651319806192 139652661840514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19181] ppid=19159 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19181/stat : 19181 (java) S 19159 19162 15599 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6568199 13588557824 365620 33554432000 4194304 4196468 140733645511504 139651318754144 139652661839573 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19182] ppid=19159 vsize=13270076 CPUtime=1.28 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19182/stat : 19182 (java) S 19159 19162 15599 0 -1 1077944384 1117 0 0 0 60 68 0 0 20 0 20 0 6568200 13588557824 365620 33554432000 4194304 4196468 140733645511504 139651317701424 139652661840514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
Current children cumulated CPU time (s) 2393.77
Current children cumulated vsize (KiB) 13270076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2328.4 s]
/proc/loadavg: 0.81 1.14 1.33 2/256 19329
/proc/meminfo: memFree=30304676/32770624 swapFree=5952/271444
[pid=19162] ppid=19159 vsize=13270076 CPUtime=2400.04 cores=0,2,4,6,8,10,12,14
/proc/19162/stat : 19162 (java) S 19159 19162 15599 0 -1 1077944320 248731 0 0 0 239532 472 0 0 20 0 20 0 6568191 13588557824 366132 33554432000 4194304 4196468 140733645511504 140733645494048 139652661829367 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
/proc/19162/statm: 3317519 366132 3845 1 0 3305234 0
[pid=19162/tid=19163] ppid=19159 vsize=13270076 CPUtime=2308.4 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19163/stat : 19163 (java) R 19159 19162 15599 0 -1 4202560 75799 0 0 0 230801 39 0 0 20 0 20 0 6568191 13588557824 366132 33554432000 4194304 4196468 140733645511504 139652666067520 139652295331888 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19165] ppid=19159 vsize=13270076 CPUtime=9.8 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19165/stat : 19165 (java) S 19159 19162 15599 0 -1 1077944384 9395 0 0 0 931 49 0 0 20 0 20 0 6568192 13588557824 366132 33554432000 4194304 4196468 140733645511504 139652614450064 139652661839573 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19166] ppid=19159 vsize=13270076 CPUtime=9.69 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19166/stat : 19166 (java) S 19159 19162 15599 0 -1 1077944384 9543 0 0 0 924 45 0 0 20 0 20 0 6568192 13588557824 366132 33554432000 4194304 4196468 140733645511504 139652613397264 139652661839573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19167] ppid=19159 vsize=13270076 CPUtime=9.71 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19167/stat : 19167 (java) S 19159 19162 15599 0 -1 1077944384 8578 0 0 0 926 45 0 0 20 0 20 0 6568192 13588557824 366132 33554432000 4194304 4196468 140733645511504 139652612344976 139652661839573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19168] ppid=19159 vsize=13270076 CPUtime=9.75 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19168/stat : 19168 (java) S 19159 19162 15599 0 -1 1077944384 8920 0 0 0 927 48 0 0 20 0 20 0 6568192 13588557824 366132 33554432000 4194304 4196468 140733645511504 139652611292176 139652661839573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19169] ppid=19159 vsize=13270076 CPUtime=9.65 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19169/stat : 19169 (java) S 19159 19162 15599 0 -1 1077944384 7692 0 0 0 921 44 0 0 20 0 20 0 6568192 13588557824 366132 33554432000 4194304 4196468 140733645511504 139652610238864 139652661839573 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19170] ppid=19159 vsize=13270076 CPUtime=9.69 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19170/stat : 19170 (java) S 19159 19162 15599 0 -1 1077944384 8427 0 0 0 927 42 0 0 20 0 20 0 6568192 13588557824 366132 33554432000 4194304 4196468 140733645511504 139652609186064 139652661839573 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19171] ppid=19159 vsize=13270076 CPUtime=9.72 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19171/stat : 19171 (java) S 19159 19162 15599 0 -1 1077944384 9433 0 0 0 928 44 0 0 20 0 20 0 6568192 13588557824 366132 33554432000 4194304 4196468 140733645511504 139652608133776 139652661839573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19172] ppid=19159 vsize=13270076 CPUtime=9.76 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19172/stat : 19172 (java) S 19159 19162 15599 0 -1 1077944384 8377 0 0 0 929 47 0 0 20 0 20 0 6568192 13588557824 366132 33554432000 4194304 4196468 140733645511504 139652253547024 139652661839573 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19173] ppid=19159 vsize=13270076 CPUtime=5.88 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19173/stat : 19173 (java) S 19159 19162 15599 0 -1 1077944384 11082 0 0 0 552 36 0 0 20 0 20 0 6568194 13588557824 366132 33554432000 4194304 4196468 140733645511504 139651327175280 139652661840514 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19174] ppid=19159 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19174/stat : 19174 (java) S 19159 19162 15599 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 20 0 6568195 13588557824 366132 33554432000 4194304 4196468 140733645511504 139651326121312 139652661839573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19175] ppid=19159 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19175/stat : 19175 (java) S 19159 19162 15599 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 20 0 6568195 13588557824 366132 33554432000 4194304 4196468 140733645511504 139651325068928 139652661839573 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19176] ppid=19159 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19176/stat : 19176 (java) S 19159 19162 15599 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6568199 13588557824 366132 33554432000 4194304 4196468 140733645511504 139651324017232 139652661847963 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19177] ppid=19159 vsize=13270076 CPUtime=1.57 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19177/stat : 19177 (java) S 19159 19162 15599 0 -1 1077944384 13661 0 0 0 154 3 0 0 20 0 20 0 6568199 13588557824 366132 33554432000 4194304 4196468 140733645511504 139651322964080 139652661840514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19178] ppid=19159 vsize=13270076 CPUtime=2.2 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19178/stat : 19178 (java) S 19159 19162 15599 0 -1 1077944384 25811 0 0 0 217 3 0 0 20 0 20 0 6568199 13588557824 366132 33554432000 4194304 4196468 140733645511504 139651321911280 139652661840514 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19179] ppid=19159 vsize=13270076 CPUtime=1.63 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19179/stat : 19179 (java) S 19159 19162 15599 0 -1 1077944384 19343 0 0 0 161 2 0 0 20 0 20 0 6568199 13588557824 366132 33554432000 4194304 4196468 140733645511504 139651320858992 139652661840514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19180] ppid=19159 vsize=13270076 CPUtime=1.17 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19180/stat : 19180 (java) S 19159 19162 15599 0 -1 1077944384 30090 0 0 0 114 3 0 0 20 0 20 0 6568199 13588557824 366132 33554432000 4194304 4196468 140733645511504 139651319806192 139652661840514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19181] ppid=19159 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19181/stat : 19181 (java) S 19159 19162 15599 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6568199 13588557824 366132 33554432000 4194304 4196468 140733645511504 139651318754144 139652661839573 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
[pid=19162/tid=19182] ppid=19159 vsize=13270076 CPUtime=1.28 cores=0,2,4,6,8,10,12,14
/proc/19162/task/19182/stat : 19182 (java) S 19159 19162 15599 0 -1 1077944384 1119 0 0 0 60 68 0 0 20 0 20 0 6568200 13588557824 366132 33554432000 4194304 4196468 140733645511504 139651317701424 139652661840514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32215040 140733645517967 140733645518148 140733645518148 140733645520847 0
Current children cumulated CPU time (s) 2400.04
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 19162 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2328.42
CPU time (s): 2400.08
CPU user time (s): 2395.33
CPU system time (s): 4.74365
CPU usage (%): 103.077
Max. virtual memory (cumulated for all children) (KiB): 13270076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.33
system time used= 4.74365
maximum resident set size= 1464960
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 249263
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3080
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 279272
involuntary context switches= 174140

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.2194 second user time and 20.8752 second system time

The end

Launcher Data

Begin job on node113 at 2017-07-22 10:43:12
IDJOB=4246780
IDBENCH=126238
IDSOLVER=2627
FILE ID=node113/4246780-1500712992
RUNJOBID= node113-1500682578-15630
PBS_JOBID= 20623330
Free space on /tmp= 61972 MiB

SOLVER NAME= OscaR - ALNS 2017-06-30
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-13-a4.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-4246780-1500712992/watcher-4246780-1500712992 -o /tmp/evaluation-result-4246780-1500712992/solver-4246780-1500712992 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node113-1500682578-15630 --watchdog 2560  java -Xmx10000m -jar oscar-cp-xcsp3-alns.jar --randomseed 1490927439 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4246780-1500712992.xml

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

MD5SUM BENCH= a23d33c916089316ecf00e2bfba5f26c
RANDOM SEED=1490927439

node113.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		: 2400.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.79
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		: 2533.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.79
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.79
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.79
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		: 1600.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.79
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		: 2668.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		: 2533.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.79
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.79
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.79
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:        28219272 kB
MemAvailable:   28502392 kB
Buffers:          125164 kB
Cached:           438008 kB
SwapCached:            0 kB
Active:          3830328 kB
Inactive:         278016 kB
Active(anon):    3548116 kB
Inactive(anon):     8596 kB
Active(file):     282212 kB
Inactive(file):   269420 kB
Unevictable:        5952 kB
Mlocked:            5952 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42244 kB
Writeback:             0 kB
AnonPages:       3551156 kB
Mapped:            45652 kB
Shmem:              8848 kB
Slab:             127924 kB
SReclaimable:      94648 kB
SUnreclaim:        33276 kB
KernelStack:        4480 kB
PageTables:        12068 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4506784 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3420160 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      148864 kB
DirectMap2M:    33396736 kB

Free space on /tmp at the end= 61976 MiB
End job on node113 at 2017-07-22 11:22:01