Trace number 4246689

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)17 2400.07 2336.62

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-06-a3.xml
MD5SUMb0c97e0505a0bc7a16ba291a1ac79ec8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark17
Best CPU time to get the best result obtained on this benchmark0.038298
Satisfiable
(Un)Satisfiability was proved
Number of variables42
Number of constraints18
Number of domains2
Minimum domain size500
Maximum domain size501
Distribution of domain sizes[{"size":500,"count":15},{"size":501,"count":6}]
Minimum variable degree0
Maximum variable degree7
Distribution of variable degrees[{"degree":0,"count":21},{"degree":2,"count":15},{"degree":6,"count":4},{"degree":7,"count":2}]
Minimum constraint arity1
Maximum constraint arity15
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":15},{"arity":6,"count":1},{"arity":15,"count":1}]
Number of extensional constraints0
Number of intensional constraints16
Distribution of constraint types[{"type":"intension","count":16},{"type":"allDifferent","count":1},{"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.26/0.28	c version: 2017-06-30
0.26/0.28	c seed: 1638837319
0.26/0.28	c timeout: 2400
0.26/0.28	c memlimit: 15500
0.26/0.28	c nbcore: 8
0.44/0.30	c Parsing instance...
1.14/0.72	c Parsing done, starting search...
1.14/0.74	o 500
1.56/0.81	o 499
1.56/0.83	o 23
1.56/0.85	o 20
1.96/0.96	o 19
3.30/1.29	o 17
2400.04/2336.61	s SATISFIABLE
2400.04/2336.61	v <instantiation>
2400.04/2336.61	v 	<list>
2400.04/2336.61	v 		x[0] x[1] x[2] x[3] x[4] x[5] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[1][2] y[1][3] y[1][4] y[1][5] y[2][3] y[2][4] y[2][5] y[3][4] y[3][5] y[4][5]
2400.04/2336.61	v 	</list>
2400.04/2336.61	v 	<values>
2400.04/2336.61	v 		0 4 6 9 16 17 4 6 9 16 17 2 5 12 13 3 10 11 7 8 1 
2400.04/2336.61	v 	</values>
2400.04/2336.61	v </instantiation>

Verifier Data

OK	17

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-4246689-1500711145/watcher-4246689-1500711145 -o /tmp/evaluation-result-4246689-1500711145/solver-4246689-1500711145 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1500711145-19256 --watchdog 2560 java -Xmx10000m -jar oscar-cp-xcsp3-alns.jar --randomseed 1638837319 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4246689-1500711145.xml 

pid=19273
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.23 1.60 1.67 2/236 19276
/proc/meminfo: memFree=31716132/32770624 swapFree=5928/284912
[pid=19276] ppid=19273 vsize=361196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19276/stat : 19276 (java) S 19273 19276 15364 0 -1 1077944320 1718 0 0 0 0 0 0 0 20 0 2 0 6379435 369864704 1925 33554432000 4194304 4196468 140723770285472 140723770268016 140478537797367 0 0 0 16784584 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
/proc/19276/statm: 90299 1925 1072 1 0 79210 0
[pid=19276/tid=19277] ppid=19273 vsize=361196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19277/stat : 19277 (java) S 19273 19276 15364 0 -1 1077944384 401 0 0 0 0 0 0 0 20 0 2 0 6379435 369864704 1925 33554432000 4194304 4196468 140723770285472 140478542039456 140478537808514 0 4 0 16784584 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0

[startup+0.10016 s]
/proc/loadavg: 1.23 1.60 1.67 2/236 19276
/proc/meminfo: memFree=31716132/32770624 swapFree=5928/284912
[pid=19276] ppid=19273 vsize=13263912 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/19276/stat : 19276 (java) S 19273 19276 15364 0 -1 1077944320 6737 0 0 0 8 2 0 0 20 0 20 0 6379435 13582245888 7007 33554432000 4194304 4196468 140723770285472 140723770268016 140478537797367 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
/proc/19276/statm: 3315978 7007 3367 1 0 3303698 0
[pid=19276/tid=19277] ppid=19273 vsize=13263912 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19277/stat : 19277 (java) R 19273 19276 15364 0 -1 4202560 4767 0 0 0 7 1 0 0 20 0 20 0 6379435 13582245888 7007 33554432000 4194304 4196468 140723770285472 140478542026384 140478537819293 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13263912

[startup+0.200338 s]
/proc/loadavg: 1.23 1.60 1.67 2/236 19276
/proc/meminfo: memFree=31716132/32770624 swapFree=5928/284912
[pid=19276] ppid=19273 vsize=13263912 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/19276/stat : 19276 (java) S 19273 19276 15364 0 -1 1077944320 9023 0 0 0 23 3 0 0 20 0 20 0 6379435 13582245888 9482 33554432000 4194304 4196468 140723770285472 140723770268016 140478537797367 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
/proc/19276/statm: 3315978 9482 3519 1 0 3303698 0
[pid=19276/tid=19277] ppid=19273 vsize=13263912 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19277/stat : 19277 (java) R 19273 19276 15364 0 -1 4202560 6746 0 0 0 15 2 0 0 20 0 20 0 6379435 13582245888 9482 33554432000 4194304 4196468 140723770285472 140478542009472 140478537809302 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 13263912

[startup+0.300325 s]
/proc/loadavg: 1.23 1.60 1.67 2/236 19276
/proc/meminfo: memFree=31716132/32770624 swapFree=5928/284912
[pid=19276] ppid=19273 vsize=13263912 CPUtime=0.44 cores=0,2,4,6,8,10,12,14
/proc/19276/stat : 19276 (java) S 19273 19276 15364 0 -1 1077944320 10289 0 0 0 40 4 0 0 20 0 20 0 6379435 13582245888 11589 33554432000 4194304 4196468 140723770285472 140723770268016 140478537797367 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
/proc/19276/statm: 3315978 11589 3689 1 0 3303698 0
[pid=19276/tid=19277] ppid=19273 vsize=13263912 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19277/stat : 19277 (java) R 19273 19276 15364 0 -1 4202560 7417 0 0 0 24 3 0 0 20 0 20 0 6379435 13582245888 11589 33554432000 4194304 4196468 140723770285472 140478542023440 140478537819293 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 13263912

[startup+0.700222 s]
/proc/loadavg: 1.23 1.60 1.67 2/236 19276
/proc/meminfo: memFree=31716132/32770624 swapFree=5928/284912
[pid=19276] ppid=19273 vsize=13268028 CPUtime=1.14 cores=0,2,4,6,8,10,12,14
/proc/19276/stat : 19276 (java) S 19273 19276 15364 0 -1 1077944320 13100 0 0 0 108 6 0 0 20 0 20 0 6379435 13586460672 19454 33554432000 4194304 4196468 140723770285472 140723770268016 140478537797367 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
/proc/19276/statm: 3317007 19454 3762 1 0 3304722 0
[pid=19276/tid=19277] ppid=19273 vsize=13268028 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19277/stat : 19277 (java) R 19273 19276 15364 0 -1 4202560 9370 0 0 0 63 4 0 0 20 0 20 0 6379435 13586460672 19454 33554432000 4194304 4196468 140723770285472 140478542028968 140478521877854 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 13268028

[startup+1.50108 s]
/proc/loadavg: 1.23 1.60 1.67 11/281 19325
/proc/meminfo: memFree=31451840/32770624 swapFree=5928/279728
[pid=19276] ppid=19273 vsize=13270076 CPUtime=4.29 cores=0,2,4,6,8,10,12,14
/proc/19276/stat : 19276 (java) S 19273 19276 15364 0 -1 1077944320 26661 0 0 0 418 11 0 0 20 0 20 0 6379435 13588557824 53665 33554432000 4194304 4196468 140723770285472 140723770268016 140478537797367 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
/proc/19276/statm: 3317519 53665 3807 1 0 3305234 0
[pid=19276/tid=19277] ppid=19273 vsize=13270076 CPUtime=1.46 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19277/stat : 19277 (java) R 19273 19276 15364 0 -1 4202560 11339 0 0 0 140 6 0 0 20 0 20 0 6379435 13588557824 53665 33554432000 4194304 4196468 140723770285472 140478542035880 140478134311568 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19279] ppid=19273 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19279/stat : 19279 (java) S 19273 19276 15364 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 6379436 13588557824 53665 33554432000 4194304 4196468 140723770285472 140478456277648 140478537807573 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19280] ppid=19273 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19280/stat : 19280 (java) S 19273 19276 15364 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 20 0 6379436 13588557824 53665 33554432000 4194304 4196468 140723770285472 140478455224848 140478537807573 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19282] ppid=19273 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19282/stat : 19282 (java) S 19273 19276 15364 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 20 0 6379436 13588557824 53665 33554432000 4194304 4196468 140723770285472 140478454172048 140478537807573 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19283] ppid=19273 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19283/stat : 19283 (java) S 19273 19276 15364 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 20 0 6379436 13588557824 53665 33554432000 4194304 4196468 140723770285472 140478453119248 140478537807573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19284] ppid=19273 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19284/stat : 19284 (java) S 19273 19276 15364 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 20 0 6379436 13588557824 53665 33554432000 4194304 4196468 140723770285472 140478452067472 140478537807573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19285] ppid=19273 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19285/stat : 19285 (java) S 19273 19276 15364 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 6379436 13588557824 53665 33554432000 4194304 4196468 140723770285472 140478451014672 140478537807573 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19286] ppid=19273 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19286/stat : 19286 (java) S 19273 19276 15364 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 20 0 6379436 13588557824 53665 33554432000 4194304 4196468 140723770285472 140478449961872 140478537807573 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19287] ppid=19273 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19287/stat : 19287 (java) S 19273 19276 15364 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 20 0 6379436 13588557824 53665 33554432000 4194304 4196468 140723770285472 140478129367824 140478537807573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19291] ppid=19273 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19291/stat : 19291 (java) S 19273 19276 15364 0 -1 1077944384 182 0 0 0 0 0 0 0 20 0 20 0 6379438 13588557824 53665 33554432000 4194304 4196468 140723770285472 140477732354416 140478537808514 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19293] ppid=19273 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19293/stat : 19293 (java) S 19273 19276 15364 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 20 0 6379438 13588557824 53665 33554432000 4194304 4196468 140723770285472 140477731300448 140478537807573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19295] ppid=19273 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19295/stat : 19295 (java) S 19273 19276 15364 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 20 0 6379439 13588557824 53665 33554432000 4194304 4196468 140723770285472 140477730247552 140478537807573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19309] ppid=19273 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19309/stat : 19309 (java) S 19273 19276 15364 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6379442 13588557824 53665 33554432000 4194304 4196468 140723770285472 140477729195856 140478537815963 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19310] ppid=19273 vsize=13270076 CPUtime=0.73 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19310/stat : 19310 (java) R 19273 19276 15364 0 -1 4202560 4445 0 0 0 72 1 0 0 20 0 20 0 6379442 13588557824 53665 33554432000 4194304 4196468 140723770285472 140477728126256 140478519318807 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19311] ppid=19273 vsize=13270076 CPUtime=0.78 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19311/stat : 19311 (java) R 19273 19276 15364 0 -1 4202560 3012 0 0 0 77 1 0 0 20 0 20 0 6379442 13588557824 53665 33554432000 4194304 4196468 140723770285472 140477727077536 140478519340662 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19312] ppid=19273 vsize=13270076 CPUtime=0.75 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19312/stat : 19312 (java) R 19273 19276 15364 0 -1 4202560 2645 0 0 0 75 0 0 0 20 0 20 0 6379442 13588557824 53665 33554432000 4194304 4196468 140723770285472 140477726024736 140478516176067 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19313] ppid=19273 vsize=13270076 CPUtime=0.49 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19313/stat : 19313 (java) S 19273 19276 15364 0 -1 1077944384 3052 0 0 0 49 0 0 0 20 0 20 0 6379442 13588557824 53665 33554432000 4194304 4196468 140723770285472 140477724985840 140478537808514 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19315] ppid=19273 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19315/stat : 19315 (java) S 19273 19276 15364 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6379442 13588557824 53665 33554432000 4194304 4196468 140723770285472 140477723933280 140478537807573 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19316] ppid=19273 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19316/stat : 19316 (java) S 19273 19276 15364 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6379442 13588557824 53665 33554432000 4194304 4196468 140723770285472 140477722880560 140478537808514 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
Current children cumulated CPU time (s) 4.29
Current children cumulated vsize (KiB) 13270076

[startup+3.10081 s]
/proc/loadavg: 1.23 1.60 1.67 4/281 19325
/proc/meminfo: memFree=31292928/32770624 swapFree=5928/279816
[pid=19276] ppid=19273 vsize=13270076 CPUtime=6.66 cores=0,2,4,6,8,10,12,14
/proc/19276/stat : 19276 (java) S 19273 19276 15364 0 -1 1077944320 29433 0 0 0 647 19 0 0 20 0 20 0 6379435 13588557824 100770 33554432000 4194304 4196468 140723770285472 140723770268016 140478537797367 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
/proc/19276/statm: 3317519 100770 3817 1 0 3305234 0
[pid=19276/tid=19277] ppid=19273 vsize=13270076 CPUtime=3.03 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19277/stat : 19277 (java) R 19273 19276 15364 0 -1 4202560 12233 0 0 0 294 9 0 0 20 0 20 0 6379435 13588557824 100770 33554432000 4194304 4196468 140723770285472 140478542031976 140478134118764 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19279] ppid=19273 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19279/stat : 19279 (java) S 19273 19276 15364 0 -1 1077944384 45 0 0 0 1 0 0 0 20 0 20 0 6379436 13588557824 100770 33554432000 4194304 4196468 140723770285472 140478456277648 140478537807573 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19280] ppid=19273 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19280/stat : 19280 (java) S 19273 19276 15364 0 -1 1077944384 453 0 0 0 1 0 0 0 20 0 20 0 6379436 13588557824 100770 33554432000 4194304 4196468 140723770285472 140478455224848 140478537807573 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19282] ppid=19273 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19282/stat : 19282 (java) S 19273 19276 15364 0 -1 1077944384 145 0 0 0 1 0 0 0 20 0 20 0 6379436 13588557824 100770 33554432000 4194304 4196468 140723770285472 140478454172048 140478537807573 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19283] ppid=19273 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19283/stat : 19283 (java) S 19273 19276 15364 0 -1 1077944384 67 0 0 0 1 0 0 0 20 0 20 0 6379436 13588557824 100770 33554432000 4194304 4196468 140723770285472 140478453119248 140478537807573 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19284] ppid=19273 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19284/stat : 19284 (java) S 19273 19276 15364 0 -1 1077944384 28 0 0 0 1 0 0 0 20 0 20 0 6379436 13588557824 100770 33554432000 4194304 4196468 140723770285472 140478452067472 140478537807573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19285] ppid=19273 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19285/stat : 19285 (java) S 19273 19276 15364 0 -1 1077944384 17 0 0 0 1 0 0 0 20 0 20 0 6379436 13588557824 100770 33554432000 4194304 4196468 140723770285472 140478451014672 140478537807573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19286] ppid=19273 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19286/stat : 19286 (java) S 19273 19276 15364 0 -1 1077944384 66 0 0 0 1 0 0 0 20 0 20 0 6379436 13588557824 100770 33554432000 4194304 4196468 140723770285472 140478449961872 140478537807573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19287] ppid=19273 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19287/stat : 19287 (java) S 19273 19276 15364 0 -1 1077944384 312 0 0 0 1 0 0 0 20 0 20 0 6379436 13588557824 100770 33554432000 4194304 4196468 140723770285472 140478129367824 140478537807573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19291] ppid=19273 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19291/stat : 19291 (java) S 19273 19276 15364 0 -1 1077944384 416 0 0 0 1 0 0 0 20 0 20 0 6379438 13588557824 100770 33554432000 4194304 4196468 140723770285472 140477732354416 140478537808514 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19293] ppid=19273 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19293/stat : 19293 (java) S 19273 19276 15364 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 20 0 6379438 13588557824 100770 33554432000 4194304 4196468 140723770285472 140477731300448 140478537807573 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19295] ppid=19273 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19295/stat : 19295 (java) S 19273 19276 15364 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 20 0 6379439 13588557824 100770 33554432000 4194304 4196468 140723770285472 140477730247552 140478537807573 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19309] ppid=19273 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19309/stat : 19309 (java) S 19273 19276 15364 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6379442 13588557824 100770 33554432000 4194304 4196468 140723770285472 140477729195856 140478537815963 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19310] ppid=19273 vsize=13270076 CPUtime=0.87 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19310/stat : 19310 (java) S 19273 19276 15364 0 -1 1077944384 4684 0 0 0 86 1 0 0 20 0 20 0 6379442 13588557824 100770 33554432000 4194304 4196468 140723770285472 140477728144240 140478537808514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19311] ppid=19273 vsize=13270076 CPUtime=0.98 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19311/stat : 19311 (java) S 19273 19276 15364 0 -1 1077944384 3308 0 0 0 97 1 0 0 20 0 20 0 6379442 13588557824 100770 33554432000 4194304 4196468 140723770285472 140477727091440 140478537808514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19312] ppid=19273 vsize=13270076 CPUtime=0.97 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19312/stat : 19312 (java) S 19273 19276 15364 0 -1 1077944384 2847 0 0 0 97 0 0 0 20 0 20 0 6379442 13588557824 100770 33554432000 4194304 4196468 140723770285472 140477726038640 140478537808514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19313] ppid=19273 vsize=13270076 CPUtime=0.57 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19313/stat : 19313 (java) S 19273 19276 15364 0 -1 1077944384 3372 0 0 0 57 0 0 0 20 0 20 0 6379442 13588557824 100770 33554432000 4194304 4196468 140723770285472 140477724985840 140478537808514 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19315] ppid=19273 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19315/stat : 19315 (java) S 19273 19276 15364 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6379442 13588557824 100770 33554432000 4194304 4196468 140723770285472 140477723933280 140478537807573 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19316] ppid=19273 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19316/stat : 19316 (java) S 19273 19276 15364 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 20 0 6379442 13588557824 100770 33554432000 4194304 4196468 140723770285472 140477722880560 140478537808514 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
Current children cumulated CPU time (s) 6.66
Current children cumulated vsize (KiB) 13270076

[startup+6.30078 s]
/proc/loadavg: 1.37 1.63 1.67 3/281 19325
/proc/meminfo: memFree=30419176/32770624 swapFree=5928/279828
[pid=19276] ppid=19273 vsize=13270076 CPUtime=10.48 cores=0,2,4,6,8,10,12,14
/proc/19276/stat : 19276 (java) S 19273 19276 15364 0 -1 1077944320 31001 0 0 0 1016 32 0 0 20 0 20 0 6379435 13588557824 278865 33554432000 4194304 4196468 140723770285472 140723770268016 140478537797367 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
/proc/19276/statm: 3317519 278865 3824 1 0 3305234 0
[pid=19276/tid=19277] ppid=19273 vsize=13270076 CPUtime=6.21 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19277/stat : 19277 (java) R 19273 19276 15364 0 -1 4202560 12722 0 0 0 602 19 0 0 20 0 20 0 6379435 13588557824 278865 33554432000 4194304 4196468 140723770285472 140478542032440 140478135782995 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19279] ppid=19273 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19279/stat : 19279 (java) S 19273 19276 15364 0 -1 1077944384 49 0 0 0 1 0 0 0 20 0 20 0 6379436 13588557824 278865 33554432000 4194304 4196468 140723770285472 140478456277648 140478537807573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19280] ppid=19273 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19280/stat : 19280 (java) S 19273 19276 15364 0 -1 1077944384 455 0 0 0 1 0 0 0 20 0 20 0 6379436 13588557824 278865 33554432000 4194304 4196468 140723770285472 140478455224848 140478537807573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19282] ppid=19273 vsize=13270076 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19282/stat : 19282 (java) S 19273 19276 15364 0 -1 1077944384 149 0 0 0 1 1 0 0 20 0 20 0 6379436 13588557824 278865 33554432000 4194304 4196468 140723770285472 140478454172048 140478537807573 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19283] ppid=19273 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19283/stat : 19283 (java) S 19273 19276 15364 0 -1 1077944384 70 0 0 0 1 0 0 0 20 0 20 0 6379436 13588557824 278865 33554432000 4194304 4196468 140723770285472 140478453119248 140478537807573 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19284] ppid=19273 vsize=13270076 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19284/stat : 19284 (java) S 19273 19276 15364 0 -1 1077944384 30 0 0 0 2 1 0 0 20 0 20 0 6379436 13588557824 278865 33554432000 4194304 4196468 140723770285472 140478452067472 140478537807573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19285] ppid=19273 vsize=13270076 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19285/stat : 19285 (java) S 19273 19276 15364 0 -1 1077944384 27 0 0 0 1 1 0 0 20 0 20 0 6379436 13588557824 278865 33554432000 4194304 4196468 140723770285472 140478451014672 140478537807573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19286] ppid=19273 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19286/stat : 19286 (java) S 19273 19276 15364 0 -1 1077944384 67 0 0 0 1 0 0 0 20 0 20 0 6379436 13588557824 278865 33554432000 4194304 4196468 140723770285472 140478449961872 140478537807573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19287] ppid=19273 vsize=13270076 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19287/stat : 19287 (java) S 19273 19276 15364 0 -1 1077944384 315 0 0 0 1 1 0 0 20 0 20 0 6379436 13588557824 278865 33554432000 4194304 4196468 140723770285472 140478129367824 140478537807573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19291] ppid=19273 vsize=13270076 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19291/stat : 19291 (java) S 19273 19276 15364 0 -1 1077944384 670 0 0 0 2 0 0 0 20 0 20 0 6379438 13588557824 278865 33554432000 4194304 4196468 140723770285472 140477732354416 140478537808514 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19293] ppid=19273 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19293/stat : 19293 (java) S 19273 19276 15364 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 20 0 6379438 13588557824 278865 33554432000 4194304 4196468 140723770285472 140477731300448 140478537807573 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19295] ppid=19273 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19295/stat : 19295 (java) S 19273 19276 15364 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 20 0 6379439 13588557824 278865 33554432000 4194304 4196468 140723770285472 140477730247552 140478537807573 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19309] ppid=19273 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14

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

[pid=19276/tid=19311] ppid=19273 vsize=13270076 CPUtime=1.81 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19311/stat : 19311 (java) S 19273 19276 15364 0 -1 1077944384 9514 0 0 0 179 2 0 0 20 0 20 0 6379442 13588557824 309565 33554432000 4194304 4196468 140723770285472 140477727091440 140478537808514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19312] ppid=19273 vsize=13270076 CPUtime=1.39 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19312/stat : 19312 (java) S 19273 19276 15364 0 -1 1077944384 6513 0 0 0 138 1 0 0 20 0 20 0 6379442 13588557824 309565 33554432000 4194304 4196468 140723770285472 140477726038640 140478537808514 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19313] ppid=19273 vsize=13270076 CPUtime=0.63 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19313/stat : 19313 (java) S 19273 19276 15364 0 -1 1077944384 7951 0 0 0 62 1 0 0 20 0 20 0 6379442 13588557824 309565 33554432000 4194304 4196468 140723770285472 140477724985840 140478537808514 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19315] ppid=19273 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19315/stat : 19315 (java) S 19273 19276 15364 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6379442 13588557824 309565 33554432000 4194304 4196468 140723770285472 140477723933280 140478537807573 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19316] ppid=19273 vsize=13270076 CPUtime=1.25 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19316/stat : 19316 (java) S 19273 19276 15364 0 -1 1077944384 760 0 0 0 63 62 0 0 20 0 20 0 6379442 13588557824 309565 33554432000 4194304 4196468 140723770285472 140477722880560 140478537808514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
Current children cumulated CPU time (s) 2261.77
Current children cumulated vsize (KiB) 13270076

[startup+2262.3 s]
/proc/loadavg: 1.42 1.50 1.52 3/280 19393
/proc/meminfo: memFree=30262572/32770624 swapFree=5924/281380
[pid=19276] ppid=19273 vsize=13270076 CPUtime=2323.48 cores=0,2,4,6,8,10,12,14
/proc/19276/stat : 19276 (java) S 19273 19276 15364 0 -1 1077944320 138807 0 0 0 231926 422 0 0 20 0 20 0 6379435 13588557824 311101 33554432000 4194304 4196468 140723770285472 140723770268016 140478537797367 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
/proc/19276/statm: 3317519 311101 3833 1 0 3305234 0
[pid=19276/tid=19277] ppid=19273 vsize=13270076 CPUtime=2243.47 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19277/stat : 19277 (java) R 19273 19276 15364 0 -1 4202560 63034 0 0 0 224308 39 0 0 20 0 20 0 6379435 13588557824 311101 33554432000 4194304 4196468 140723770285472 140478542035520 140478135107475 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19279] ppid=19273 vsize=13270076 CPUtime=8.38 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19279/stat : 19279 (java) S 19273 19276 15364 0 -1 1077944384 3323 0 0 0 798 40 0 0 20 0 20 0 6379436 13588557824 311101 33554432000 4194304 4196468 140723770285472 140478456277648 140478537807573 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19280] ppid=19273 vsize=13270076 CPUtime=8.46 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19280/stat : 19280 (java) S 19273 19276 15364 0 -1 1077944384 4039 0 0 0 806 40 0 0 20 0 20 0 6379436 13588557824 311101 33554432000 4194304 4196468 140723770285472 140478455224848 140478537807573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19282] ppid=19273 vsize=13270076 CPUtime=8.5 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19282/stat : 19282 (java) S 19273 19276 15364 0 -1 1077944384 4122 0 0 0 809 41 0 0 20 0 20 0 6379436 13588557824 311101 33554432000 4194304 4196468 140723770285472 140478454172048 140478537807573 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19283] ppid=19273 vsize=13270076 CPUtime=8.45 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19283/stat : 19283 (java) S 19273 19276 15364 0 -1 1077944384 3747 0 0 0 805 40 0 0 20 0 20 0 6379436 13588557824 311101 33554432000 4194304 4196468 140723770285472 140478453119248 140478537807573 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19284] ppid=19273 vsize=13270076 CPUtime=8.34 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19284/stat : 19284 (java) S 19273 19276 15364 0 -1 1077944384 3731 0 0 0 796 38 0 0 20 0 20 0 6379436 13588557824 311101 33554432000 4194304 4196468 140723770285472 140478452067472 140478537807573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19285] ppid=19273 vsize=13270076 CPUtime=8.39 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19285/stat : 19285 (java) S 19273 19276 15364 0 -1 1077944384 2721 0 0 0 798 41 0 0 20 0 20 0 6379436 13588557824 311101 33554432000 4194304 4196468 140723770285472 140478451014672 140478537807573 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19286] ppid=19273 vsize=13270076 CPUtime=8.48 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19286/stat : 19286 (java) S 19273 19276 15364 0 -1 1077944384 5262 0 0 0 807 41 0 0 20 0 20 0 6379436 13588557824 311101 33554432000 4194304 4196468 140723770285472 140478449961872 140478537807573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19287] ppid=19273 vsize=13270076 CPUtime=8.4 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19287/stat : 19287 (java) S 19273 19276 15364 0 -1 1077944384 3175 0 0 0 801 39 0 0 20 0 20 0 6379436 13588557824 311101 33554432000 4194304 4196468 140723770285472 140478129367824 140478537807573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19291] ppid=19273 vsize=13270076 CPUtime=5.99 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19291/stat : 19291 (java) S 19273 19276 15364 0 -1 1077944384 9192 0 0 0 557 42 0 0 20 0 20 0 6379438 13588557824 311101 33554432000 4194304 4196468 140723770285472 140477732354416 140478537808514 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19293] ppid=19273 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19293/stat : 19293 (java) S 19273 19276 15364 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 20 0 6379438 13588557824 311101 33554432000 4194304 4196468 140723770285472 140477731300448 140478537807573 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19295] ppid=19273 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19295/stat : 19295 (java) S 19273 19276 15364 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 20 0 6379439 13588557824 311101 33554432000 4194304 4196468 140723770285472 140477730247552 140478537807573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19309] ppid=19273 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19309/stat : 19309 (java) S 19273 19276 15364 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6379442 13588557824 311101 33554432000 4194304 4196468 140723770285472 140477729195856 140478537815963 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19310] ppid=19273 vsize=13270076 CPUtime=1.31 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19310/stat : 19310 (java) S 19273 19276 15364 0 -1 1077944384 9837 0 0 0 129 2 0 0 20 0 20 0 6379442 13588557824 311101 33554432000 4194304 4196468 140723770285472 140477728144240 140478537808514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19311] ppid=19273 vsize=13270076 CPUtime=1.83 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19311/stat : 19311 (java) S 19273 19276 15364 0 -1 1077944384 9675 0 0 0 181 2 0 0 20 0 20 0 6379442 13588557824 311101 33554432000 4194304 4196468 140723770285472 140477727091440 140478537808514 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19312] ppid=19273 vsize=13270076 CPUtime=1.42 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19312/stat : 19312 (java) S 19273 19276 15364 0 -1 1077944384 6794 0 0 0 141 1 0 0 20 0 20 0 6379442 13588557824 311101 33554432000 4194304 4196468 140723770285472 140477726038640 140478537808514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19313] ppid=19273 vsize=13270076 CPUtime=0.63 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19313/stat : 19313 (java) S 19273 19276 15364 0 -1 1077944384 7953 0 0 0 62 1 0 0 20 0 20 0 6379442 13588557824 311101 33554432000 4194304 4196468 140723770285472 140477724985840 140478537808514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19315] ppid=19273 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19315/stat : 19315 (java) S 19273 19276 15364 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6379442 13588557824 311101 33554432000 4194304 4196468 140723770285472 140477723933280 140478537807573 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19316] ppid=19273 vsize=13270076 CPUtime=1.27 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19316/stat : 19316 (java) S 19273 19276 15364 0 -1 1077944384 774 0 0 0 64 63 0 0 20 0 20 0 6379442 13588557824 311101 33554432000 4194304 4196468 140723770285472 140477722880560 140478537808514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
Current children cumulated CPU time (s) 2323.48
Current children cumulated vsize (KiB) 13270076

[startup+2322.3 s]
/proc/loadavg: 1.62 1.55 1.53 3/281 19395
/proc/meminfo: memFree=30257684/32770624 swapFree=5924/281440
[pid=19276] ppid=19273 vsize=13270076 CPUtime=2385.3 cores=0,2,4,6,8,10,12,14
/proc/19276/stat : 19276 (java) S 19273 19276 15364 0 -1 1077944320 141989 0 0 0 238099 431 0 0 20 0 20 0 6379435 13588557824 312303 33554432000 4194304 4196468 140723770285472 140723770268016 140478537797367 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
/proc/19276/statm: 3317519 312303 3833 1 0 3305234 0
[pid=19276/tid=19277] ppid=19273 vsize=13270076 CPUtime=2302.95 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19277/stat : 19277 (java) R 19273 19276 15364 0 -1 4202560 64297 0 0 0 230256 39 0 0 20 0 20 0 6379435 13588557824 312303 33554432000 4194304 4196468 140723770285472 140478542035584 140478133691769 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19279] ppid=19273 vsize=13270076 CPUtime=8.64 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19279/stat : 19279 (java) S 19273 19276 15364 0 -1 1077944384 3452 0 0 0 823 41 0 0 20 0 20 0 6379436 13588557824 312303 33554432000 4194304 4196468 140723770285472 140478456277648 140478537807573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19280] ppid=19273 vsize=13270076 CPUtime=8.7 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19280/stat : 19280 (java) S 19273 19276 15364 0 -1 1077944384 4100 0 0 0 830 40 0 0 20 0 20 0 6379436 13588557824 312303 33554432000 4194304 4196468 140723770285472 140478455224848 140478537807573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19282] ppid=19273 vsize=13270076 CPUtime=8.75 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19282/stat : 19282 (java) S 19273 19276 15364 0 -1 1077944384 4146 0 0 0 833 42 0 0 20 0 20 0 6379436 13588557824 312303 33554432000 4194304 4196468 140723770285472 140478454172048 140478537807573 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19283] ppid=19273 vsize=13270076 CPUtime=8.72 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19283/stat : 19283 (java) S 19273 19276 15364 0 -1 1077944384 3797 0 0 0 831 41 0 0 20 0 20 0 6379436 13588557824 312303 33554432000 4194304 4196468 140723770285472 140478453119248 140478537807573 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19284] ppid=19273 vsize=13270076 CPUtime=8.6 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19284/stat : 19284 (java) S 19273 19276 15364 0 -1 1077944384 3847 0 0 0 821 39 0 0 20 0 20 0 6379436 13588557824 312303 33554432000 4194304 4196468 140723770285472 140478452067472 140478537807573 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19285] ppid=19273 vsize=13270076 CPUtime=8.64 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19285/stat : 19285 (java) S 19273 19276 15364 0 -1 1077944384 2735 0 0 0 823 41 0 0 20 0 20 0 6379436 13588557824 312303 33554432000 4194304 4196468 140723770285472 140478451014672 140478537807573 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19286] ppid=19273 vsize=13270076 CPUtime=8.69 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19286/stat : 19286 (java) S 19273 19276 15364 0 -1 1077944384 5285 0 0 0 828 41 0 0 20 0 20 0 6379436 13588557824 312303 33554432000 4194304 4196468 140723770285472 140478449961872 140478537807573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19287] ppid=19273 vsize=13270076 CPUtime=8.65 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19287/stat : 19287 (java) S 19273 19276 15364 0 -1 1077944384 3330 0 0 0 825 40 0 0 20 0 20 0 6379436 13588557824 312303 33554432000 4194304 4196468 140723770285472 140478129367824 140478537807573 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19291] ppid=19273 vsize=13270076 CPUtime=6.13 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19291/stat : 19291 (java) S 19273 19276 15364 0 -1 1077944384 9370 0 0 0 571 42 0 0 20 0 20 0 6379438 13588557824 312303 33554432000 4194304 4196468 140723770285472 140477732354416 140478537808514 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19293] ppid=19273 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19293/stat : 19293 (java) S 19273 19276 15364 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 20 0 6379438 13588557824 312303 33554432000 4194304 4196468 140723770285472 140477731300448 140478537807573 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19295] ppid=19273 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19295/stat : 19295 (java) S 19273 19276 15364 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 20 0 6379439 13588557824 312303 33554432000 4194304 4196468 140723770285472 140477730247552 140478537807573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19309] ppid=19273 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19309/stat : 19309 (java) S 19273 19276 15364 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6379442 13588557824 312303 33554432000 4194304 4196468 140723770285472 140477729195856 140478537815963 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19310] ppid=19273 vsize=13270076 CPUtime=1.35 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19310/stat : 19310 (java) S 19273 19276 15364 0 -1 1077944384 9912 0 0 0 133 2 0 0 20 0 20 0 6379442 13588557824 312303 33554432000 4194304 4196468 140723770285472 140477728144240 140478537808514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19311] ppid=19273 vsize=13270076 CPUtime=1.92 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19311/stat : 19311 (java) S 19273 19276 15364 0 -1 1077944384 9857 0 0 0 190 2 0 0 20 0 20 0 6379442 13588557824 312303 33554432000 4194304 4196468 140723770285472 140477727091440 140478537808514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19312] ppid=19273 vsize=13270076 CPUtime=1.43 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19312/stat : 19312 (java) S 19273 19276 15364 0 -1 1077944384 6918 0 0 0 142 1 0 0 20 0 20 0 6379442 13588557824 312303 33554432000 4194304 4196468 140723770285472 140477726038640 140478537808514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19313] ppid=19273 vsize=13270076 CPUtime=0.65 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19313/stat : 19313 (java) S 19273 19276 15364 0 -1 1077944384 8722 0 0 0 64 1 0 0 20 0 20 0 6379442 13588557824 312303 33554432000 4194304 4196468 140723770285472 140477724985840 140478537808514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19315] ppid=19273 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19315/stat : 19315 (java) S 19273 19276 15364 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6379442 13588557824 312303 33554432000 4194304 4196468 140723770285472 140477723933280 140478537807573 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19316] ppid=19273 vsize=13270076 CPUtime=1.31 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19316/stat : 19316 (java) S 19273 19276 15364 0 -1 1077944384 793 0 0 0 66 65 0 0 20 0 20 0 6379442 13588557824 312303 33554432000 4194304 4196468 140723770285472 140477722880560 140478537808514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
Current children cumulated CPU time (s) 2385.3
Current children cumulated vsize (KiB) 13270076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2336.6 s]
/proc/loadavg: 1.48 1.52 1.52 3/281 19395
/proc/meminfo: memFree=30255268/32770624 swapFree=5924/281444
[pid=19276] ppid=19273 vsize=13270076 CPUtime=2400.04 cores=0,2,4,6,8,10,12,14
/proc/19276/stat : 19276 (java) S 19273 19276 15364 0 -1 1077944320 143162 0 0 0 239571 433 0 0 20 0 20 0 6379435 13588557824 312303 33554432000 4194304 4196468 140723770285472 140723770268016 140478537797367 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
/proc/19276/statm: 3317519 312303 3833 1 0 3305234 0
[pid=19276/tid=19277] ppid=19273 vsize=13270076 CPUtime=2317.13 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19277/stat : 19277 (java) R 19273 19276 15364 0 -1 4202560 64727 0 0 0 231673 40 0 0 20 0 20 0 6379435 13588557824 312303 33554432000 4194304 4196468 140723770285472 140478542035824 140478133691732 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19279] ppid=19273 vsize=13270076 CPUtime=8.71 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19279/stat : 19279 (java) S 19273 19276 15364 0 -1 1077944384 3586 0 0 0 830 41 0 0 20 0 20 0 6379436 13588557824 312303 33554432000 4194304 4196468 140723770285472 140478456277648 140478537807573 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19280] ppid=19273 vsize=13270076 CPUtime=8.77 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19280/stat : 19280 (java) S 19273 19276 15364 0 -1 1077944384 4129 0 0 0 836 41 0 0 20 0 20 0 6379436 13588557824 312303 33554432000 4194304 4196468 140723770285472 140478455224848 140478537807573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19282] ppid=19273 vsize=13270076 CPUtime=8.81 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19282/stat : 19282 (java) S 19273 19276 15364 0 -1 1077944384 4174 0 0 0 839 42 0 0 20 0 20 0 6379436 13588557824 312303 33554432000 4194304 4196468 140723770285472 140478454172048 140478537807573 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19283] ppid=19273 vsize=13270076 CPUtime=8.78 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19283/stat : 19283 (java) S 19273 19276 15364 0 -1 1077944384 3956 0 0 0 837 41 0 0 20 0 20 0 6379436 13588557824 312303 33554432000 4194304 4196468 140723770285472 140478453119248 140478537807573 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19284] ppid=19273 vsize=13270076 CPUtime=8.67 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19284/stat : 19284 (java) S 19273 19276 15364 0 -1 1077944384 3884 0 0 0 828 39 0 0 20 0 20 0 6379436 13588557824 312303 33554432000 4194304 4196468 140723770285472 140478452067472 140478537807573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19285] ppid=19273 vsize=13270076 CPUtime=8.72 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19285/stat : 19285 (java) S 19273 19276 15364 0 -1 1077944384 2756 0 0 0 830 42 0 0 20 0 20 0 6379436 13588557824 312303 33554432000 4194304 4196468 140723770285472 140478451014672 140478537807573 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19286] ppid=19273 vsize=13270076 CPUtime=8.75 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19286/stat : 19286 (java) S 19273 19276 15364 0 -1 1077944384 5384 0 0 0 834 41 0 0 20 0 20 0 6379436 13588557824 312303 33554432000 4194304 4196468 140723770285472 140478449961872 140478537807573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19287] ppid=19273 vsize=13270076 CPUtime=8.72 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19287/stat : 19287 (java) S 19273 19276 15364 0 -1 1077944384 3371 0 0 0 831 41 0 0 20 0 20 0 6379436 13588557824 312303 33554432000 4194304 4196468 140723770285472 140478129367824 140478537807573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19291] ppid=19273 vsize=13270076 CPUtime=6.17 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19291/stat : 19291 (java) S 19273 19276 15364 0 -1 1077944384 9544 0 0 0 575 42 0 0 20 0 20 0 6379438 13588557824 312303 33554432000 4194304 4196468 140723770285472 140477732354416 140478537808514 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19293] ppid=19273 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19293/stat : 19293 (java) S 19273 19276 15364 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 20 0 6379438 13588557824 312303 33554432000 4194304 4196468 140723770285472 140477731300448 140478537807573 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19295] ppid=19273 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19295/stat : 19295 (java) S 19273 19276 15364 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 20 0 6379439 13588557824 312303 33554432000 4194304 4196468 140723770285472 140477730247552 140478537807573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19309] ppid=19273 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19309/stat : 19309 (java) S 19273 19276 15364 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6379442 13588557824 312303 33554432000 4194304 4196468 140723770285472 140477729195856 140478537815963 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19310] ppid=19273 vsize=13270076 CPUtime=1.35 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19310/stat : 19310 (java) S 19273 19276 15364 0 -1 1077944384 9914 0 0 0 133 2 0 0 20 0 20 0 6379442 13588557824 312303 33554432000 4194304 4196468 140723770285472 140477728144240 140478537808514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19311] ppid=19273 vsize=13270076 CPUtime=1.92 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19311/stat : 19311 (java) S 19273 19276 15364 0 -1 1077944384 9859 0 0 0 190 2 0 0 20 0 20 0 6379442 13588557824 312303 33554432000 4194304 4196468 140723770285472 140477727091440 140478537808514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19312] ppid=19273 vsize=13270076 CPUtime=1.43 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19312/stat : 19312 (java) S 19273 19276 15364 0 -1 1077944384 6920 0 0 0 142 1 0 0 20 0 20 0 6379442 13588557824 312303 33554432000 4194304 4196468 140723770285472 140477726038640 140478537808514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19313] ppid=19273 vsize=13270076 CPUtime=0.65 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19313/stat : 19313 (java) S 19273 19276 15364 0 -1 1077944384 8724 0 0 0 64 1 0 0 20 0 20 0 6379442 13588557824 312303 33554432000 4194304 4196468 140723770285472 140477724985840 140478537808514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19315] ppid=19273 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19315/stat : 19315 (java) S 19273 19276 15364 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6379442 13588557824 312303 33554432000 4194304 4196468 140723770285472 140477723933280 140478537807573 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 0
[pid=19276/tid=19316] ppid=19273 vsize=13270076 CPUtime=1.31 cores=0,2,4,6,8,10,12,14
/proc/19276/task/19316/stat : 19316 (java) S 19273 19276 15364 0 -1 1077944384 806 0 0 0 66 65 0 0 20 0 20 0 6379442 13588557824 312303 33554432000 4194304 4196468 140723770285472 140477722880560 140478537808514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28512256 140723770291343 140723770291524 140723770291524 140723770294223 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 19276 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2336.62
CPU time (s): 2400.07
CPU user time (s): 2395.73
CPU system time (s): 4.34227
CPU usage (%): 102.716
Max. virtual memory (cumulated for all children) (KiB): 13270076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.73
system time used= 4.34227
maximum resident set size= 1249776
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 143575
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 326827
involuntary context switches= 174020

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.9931 second user time and 21.0177 second system time

The end

Launcher Data

Begin job on node151 at 2017-07-22 10:12:25
IDJOB=4246689
IDBENCH=126217
IDSOLVER=2627
FILE ID=node151/4246689-1500711145
RUNJOBID= node151-1500711145-19256
PBS_JOBID= 20623037
Free space on /tmp= 62028 MiB

SOLVER NAME= OscaR - ALNS 2017-06-30
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a3-s1/GolombRuler-06-a3.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-4246689-1500711145/watcher-4246689-1500711145 -o /tmp/evaluation-result-4246689-1500711145/solver-4246689-1500711145 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1500711145-19256 --watchdog 2560  java -Xmx10000m -jar oscar-cp-xcsp3-alns.jar --randomseed 1638837319 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4246689-1500711145.xml

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

MD5SUM BENCH= b0c97e0505a0bc7a16ba291a1ac79ec8
RANDOM SEED=1638837319

node151.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.49
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		: 1600.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	: 5342.81
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.49
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	: 5342.81
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.49
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	: 5342.81
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.49
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	: 5342.81
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.49
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		: 2133.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	: 5342.81
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		: 2133.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.49
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		: 2400.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	: 5342.81
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.49
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		: 2000.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	: 5342.81
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		: 2133.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.49
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		: 2133.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	: 5342.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31715808 kB
MemAvailable:   31999476 kB
Buffers:          125760 kB
Cached:           438656 kB
SwapCached:            0 kB
Active:           313072 kB
Inactive:         304604 kB
Active(anon):      56512 kB
Inactive(anon):     8676 kB
Active(file):     256560 kB
Inactive(file):   295928 kB
Unevictable:        5928 kB
Mlocked:            5960 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             84100 kB
Writeback:             4 kB
AnonPages:         59312 kB
Mapped:            30492 kB
Shmem:              8848 kB
Slab:             126808 kB
SReclaimable:      94028 kB
SUnreclaim:        32780 kB
KernelStack:        4112 kB
PageTables:         4820 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     308956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61944 MiB
End job on node151 at 2017-07-22 10:51:22