Trace number 4249631

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-30? (TO) 2400.04 2373.51

General information on the benchmark

NameBinPacking/BinPacking-sum-skj2/
BinPacking-sum-n3w3b3r7.xml
MD5SUM4bffeaf90ccad3cb01dd3bbb4a29e0a4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1024
Number of constraints65
Number of domains2
Minimum domain size32
Maximum domain size145
Distribution of domain sizes[{"size":32,"count":1},{"size":145,"count":1023}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":992},{"degree":5,"count":31}]
Minimum constraint arity32
Maximum constraint arity1023
Distribution of constraint arities[{"arity":32,"count":1},{"arity":33,"count":62},{"arity":1023,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":31},{"type":"lex","count":1},{"type":"sum","count":31},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.26/0.27	c version: 2017-06-30
0.26/0.27	c seed: 2127219473
0.26/0.27	c timeout: 2400
0.26/0.27	c memlimit: 15500
0.26/0.27	c nbcore: 8
0.26/0.29	c Parsing instance...
2.31/1.00	c Parsing done, starting search...
2400.01/2373.50	s UNKNOWN

Verifier Data


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-4249631-1500760432/watcher-4249631-1500760432 -o /tmp/evaluation-result-4249631-1500760432/solver-4249631-1500760432 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node121-1500753427-21606 --watchdog 2560 java -Xmx10000m -jar oscar-cp-xcsp3-alns.jar --randomseed 2127219473 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4249631-1500760432.xml 

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

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


[startup+0 s]
/proc/loadavg: 2.01 2.03 2.00 3/262 22372
/proc/meminfo: memFree=29880656/32770624 swapFree=5892/165220
[pid=22372] ppid=22369 vsize=109440 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22372/stat : 22372 (java) S 22369 22372 21575 0 -1 1077944320 1649 0 0 0 0 0 0 0 20 0 2 0 11311578 112066560 1402 33554432000 4194304 4196468 140731024314112 140731024296656 139750905270007 0 0 0 16784584 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
/proc/22372/statm: 27360 1402 1062 1 0 16810 0
[pid=22372/tid=22373] ppid=22369 vsize=111596 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22373/stat : 22373 (java) R 22369 22372 21575 0 -1 1077944384 343 0 0 0 0 0 0 0 20 0 2 0 11311579 114274304 1402 33554432000 4194304 4196468 140731024314112 139750909504744 139750897949229 0 4 0 16784584 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0

[startup+0.100157 s]
/proc/loadavg: 2.01 2.03 2.00 3/262 22372
/proc/meminfo: memFree=29880656/32770624 swapFree=5892/165220
[pid=22372] ppid=22369 vsize=13263912 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/22372/stat : 22372 (java) S 22369 22372 21575 0 -1 1077944320 6808 0 0 0 9 1 0 0 20 0 20 0 11311578 13582245888 7070 33554432000 4194304 4196468 140731024314112 140731024296656 139750905270007 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
/proc/22372/statm: 3315978 7070 3374 1 0 3303698 0
[pid=22372/tid=22373] ppid=22369 vsize=13263912 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22373/stat : 22373 (java) R 22369 22372 21575 0 -1 4202560 4879 0 0 0 7 0 0 0 20 0 20 0 11311579 13582245888 7070 33554432000 4194304 4196468 140731024314112 139750909499336 139750535210865 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13263912

[startup+0.200366 s]
/proc/loadavg: 2.01 2.03 2.00 3/262 22372
/proc/meminfo: memFree=29880656/32770624 swapFree=5892/165220
[pid=22372] ppid=22369 vsize=13263912 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/22372/stat : 22372 (java) S 22369 22372 21575 0 -1 1077944320 9231 0 0 0 24 2 0 0 20 0 20 0 11311578 13582245888 9631 33554432000 4194304 4196468 140731024314112 140731024296656 139750905270007 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
/proc/22372/statm: 3315978 9631 3559 1 0 3303698 0
[pid=22372/tid=22373] ppid=22369 vsize=13263912 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22373/stat : 22373 (java) R 22369 22372 21575 0 -1 4202560 6937 0 0 0 16 1 0 0 20 0 20 0 11311579 13582245888 9631 33554432000 4194304 4196468 140731024314112 139750909469792 139750905291933 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 13263912

[startup+0.300345 s]
/proc/loadavg: 2.01 2.03 2.00 3/262 22372
/proc/meminfo: memFree=29880656/32770624 swapFree=5892/165220
[pid=22372] ppid=22369 vsize=13263932 CPUtime=0.44 cores=0,2,4,6,8,10,12,14
/proc/22372/stat : 22372 (java) S 22369 22372 21575 0 -1 1077944320 10410 0 0 0 42 2 0 0 20 0 20 0 11311578 13582266368 11602 33554432000 4194304 4196468 140731024314112 140731024296656 139750905270007 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
/proc/22372/statm: 3315983 11602 3707 1 0 3303698 0
[pid=22372/tid=22373] ppid=22369 vsize=13263932 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22373/stat : 22373 (java) R 22369 22372 21575 0 -1 4202560 7501 0 0 0 25 2 0 0 20 0 20 0 11311579 13582266368 11602 33554432000 4194304 4196468 140731024314112 139750909506096 139750905291933 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 13263932

[startup+0.700266 s]
/proc/loadavg: 2.01 2.03 2.00 3/262 22372
/proc/meminfo: memFree=29880656/32770624 swapFree=5892/165220
[pid=22372] ppid=22369 vsize=13265980 CPUtime=1.49 cores=0,2,4,6,8,10,12,14
/proc/22372/stat : 22372 (java) S 22369 22372 21575 0 -1 1077944320 14318 0 0 0 145 4 0 0 20 0 20 0 11311578 13584363520 26768 33554432000 4194304 4196468 140731024314112 140731024296656 139750905270007 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
/proc/22372/statm: 3316495 26768 3770 1 0 3304210 0
[pid=22372/tid=22373] ppid=22369 vsize=13265980 CPUtime=0.66 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22373/stat : 22373 (java) R 22369 22372 21575 0 -1 4202560 8693 0 0 0 63 3 0 0 20 0 20 0 11311579 13584363520 26768 33554432000 4194304 4196468 140731024314112 139750909503696 139750538564186 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 13265980

[startup+1.50088 s]
/proc/loadavg: 2.01 2.03 2.00 8/282 22392
/proc/meminfo: memFree=29737072/32770624 swapFree=5892/165220
[pid=22372] ppid=22369 vsize=13270076 CPUtime=3.52 cores=0,2,4,6,8,10,12,14
/proc/22372/stat : 22372 (java) S 22369 22372 21575 0 -1 1077944320 25055 0 0 0 345 7 0 0 20 0 20 0 11311578 13588557824 45043 33554432000 4194304 4196468 140731024314112 140731024296656 139750905270007 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
/proc/22372/statm: 3317519 45043 3780 1 0 3305234 0
[pid=22372/tid=22373] ppid=22369 vsize=13270076 CPUtime=1.47 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22373/stat : 22373 (java) R 22369 22372 21575 0 -1 4202560 10763 0 0 0 142 5 0 0 20 0 20 0 11311579 13588557824 45043 33554432000 4194304 4196468 140731024314112 139750909505032 139750541432551 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22375] ppid=22369 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22375/stat : 22375 (java) S 22369 22372 21575 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 11311580 13588557824 45043 33554432000 4194304 4196468 140731024314112 139750857890448 139750905280213 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22376] ppid=22369 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22376/stat : 22376 (java) S 22369 22372 21575 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 11311580 13588557824 45043 33554432000 4194304 4196468 140731024314112 139750856837648 139750905280213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22377] ppid=22369 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22377/stat : 22377 (java) S 22369 22372 21575 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 11311580 13588557824 45043 33554432000 4194304 4196468 140731024314112 139750855784848 139750905280213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22378] ppid=22369 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22378/stat : 22378 (java) S 22369 22372 21575 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 11311580 13588557824 45043 33554432000 4194304 4196468 140731024314112 139750500923664 139750905280213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22379] ppid=22369 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22379/stat : 22379 (java) S 22369 22372 21575 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 11311580 13588557824 45043 33554432000 4194304 4196468 140731024314112 139750499871888 139750905280213 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22380] ppid=22369 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22380/stat : 22380 (java) S 22369 22372 21575 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 11311580 13588557824 45043 33554432000 4194304 4196468 140731024314112 139750498819088 139750905280213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22381] ppid=22369 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22381/stat : 22381 (java) S 22369 22372 21575 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 11311580 13588557824 45043 33554432000 4194304 4196468 140731024314112 139750497766288 139750905280213 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22382] ppid=22369 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22382/stat : 22382 (java) S 22369 22372 21575 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 11311580 13588557824 45043 33554432000 4194304 4196468 140731024314112 139750496713488 139750905280213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22383] ppid=22369 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22383/stat : 22383 (java) S 22369 22372 21575 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 11311582 13588557824 45043 33554432000 4194304 4196468 140731024314112 139750368278896 139750905281154 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22384] ppid=22369 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22384/stat : 22384 (java) S 22369 22372 21575 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 11311582 13588557824 45043 33554432000 4194304 4196468 140731024314112 139750367224864 139750905280213 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22385] ppid=22369 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22385/stat : 22385 (java) S 22369 22372 21575 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 11311583 13588557824 45043 33554432000 4194304 4196468 140731024314112 139750366172016 139750905280213 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22386] ppid=22369 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22386/stat : 22386 (java) S 22369 22372 21575 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 11311585 13588557824 45043 33554432000 4194304 4196468 140731024314112 139750365120336 139750905288603 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22387] ppid=22369 vsize=13270076 CPUtime=0.44 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22387/stat : 22387 (java) S 22369 22372 21575 0 -1 1077944384 1618 0 0 0 44 0 0 0 20 0 20 0 11311586 13588557824 45043 33554432000 4194304 4196468 140731024314112 139750364068720 139750905281154 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22388] ppid=22369 vsize=13270076 CPUtime=0.51 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22388/stat : 22388 (java) S 22369 22372 21575 0 -1 1077944384 1528 0 0 0 51 0 0 0 20 0 20 0 11311586 13588557824 45043 33554432000 4194304 4196468 140731024314112 139750363015920 139750905281154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22389] ppid=22369 vsize=13270076 CPUtime=0.55 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22389/stat : 22389 (java) S 22369 22372 21575 0 -1 1077944384 1693 0 0 0 55 0 0 0 20 0 20 0 11311586 13588557824 45043 33554432000 4194304 4196468 140731024314112 139750361963120 139750905281154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22390] ppid=22369 vsize=13270076 CPUtime=0.52 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22390/stat : 22390 (java) S 22369 22372 21575 0 -1 1077944384 8056 0 0 0 51 1 0 0 20 0 20 0 11311586 13588557824 45043 33554432000 4194304 4196468 140731024314112 139750360910320 139750905281154 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22391] ppid=22369 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22391/stat : 22391 (java) S 22369 22372 21575 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 11311586 13588557824 45043 33554432000 4194304 4196468 140731024314112 139750359857760 139750905280213 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22392] ppid=22369 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22392/stat : 22392 (java) S 22369 22372 21575 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 11311586 13588557824 45043 33554432000 4194304 4196468 140731024314112 139750358805040 139750905281154 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
Current children cumulated CPU time (s) 3.52
Current children cumulated vsize (KiB) 13270076

[startup+3.10133 s]
/proc/loadavg: 1.93 2.01 1.99 3/282 22392
/proc/meminfo: memFree=29666776/32770624 swapFree=5892/165220
[pid=22372] ppid=22369 vsize=13270076 CPUtime=6.24 cores=0,2,4,6,8,10,12,14
/proc/22372/stat : 22372 (java) S 22369 22372 21575 0 -1 1077944320 28607 0 0 0 610 14 0 0 20 0 20 0 11311578 13588557824 58051 33554432000 4194304 4196468 140731024314112 140731024296656 139750905270007 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
/proc/22372/statm: 3317519 58051 3802 1 0 3305234 0
[pid=22372/tid=22373] ppid=22369 vsize=13270076 CPUtime=3.04 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22373/stat : 22373 (java) R 22369 22372 21575 0 -1 4202560 11213 0 0 0 299 5 0 0 20 0 20 0 11311579 13588557824 58051 33554432000 4194304 4196468 140731024314112 139750909506040 139750541816422 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22375] ppid=22369 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22375/stat : 22375 (java) S 22369 22372 21575 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 20 0 11311580 13588557824 58051 33554432000 4194304 4196468 140731024314112 139750857890448 139750905280213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22376] ppid=22369 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22376/stat : 22376 (java) S 22369 22372 21575 0 -1 1077944384 68 0 0 0 1 0 0 0 20 0 20 0 11311580 13588557824 58051 33554432000 4194304 4196468 140731024314112 139750856837648 139750905280213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22377] ppid=22369 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22377/stat : 22377 (java) S 22369 22372 21575 0 -1 1077944384 43 0 0 0 1 0 0 0 20 0 20 0 11311580 13588557824 58051 33554432000 4194304 4196468 140731024314112 139750855784848 139750905280213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22378] ppid=22369 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22378/stat : 22378 (java) S 22369 22372 21575 0 -1 1077944384 348 0 0 0 1 0 0 0 20 0 20 0 11311580 13588557824 58051 33554432000 4194304 4196468 140731024314112 139750500923664 139750905280213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22379] ppid=22369 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22379/stat : 22379 (java) S 22369 22372 21575 0 -1 1077944384 45 0 0 0 1 0 0 0 20 0 20 0 11311580 13588557824 58051 33554432000 4194304 4196468 140731024314112 139750499871888 139750905280213 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22380] ppid=22369 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22380/stat : 22380 (java) S 22369 22372 21575 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 20 0 11311580 13588557824 58051 33554432000 4194304 4196468 140731024314112 139750498819088 139750905280213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22381] ppid=22369 vsize=13270076 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22381/stat : 22381 (java) S 22369 22372 21575 0 -1 1077944384 32 0 0 0 1 1 0 0 20 0 20 0 11311580 13588557824 58051 33554432000 4194304 4196468 140731024314112 139750497766288 139750905280213 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22382] ppid=22369 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22382/stat : 22382 (java) S 22369 22372 21575 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 20 0 11311580 13588557824 58051 33554432000 4194304 4196468 140731024314112 139750496713488 139750905280213 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22383] ppid=22369 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22383/stat : 22383 (java) S 22369 22372 21575 0 -1 1077944384 149 0 0 0 0 0 0 0 20 0 20 0 11311582 13588557824 58051 33554432000 4194304 4196468 140731024314112 139750368278896 139750905281154 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22384] ppid=22369 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22384/stat : 22384 (java) S 22369 22372 21575 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 20 0 11311582 13588557824 58051 33554432000 4194304 4196468 140731024314112 139750367224928 139750905280213 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22385] ppid=22369 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22385/stat : 22385 (java) S 22369 22372 21575 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 20 0 11311583 13588557824 58051 33554432000 4194304 4196468 140731024314112 139750366172032 139750905280213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22386] ppid=22369 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22386/stat : 22386 (java) S 22369 22372 21575 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 11311585 13588557824 58051 33554432000 4194304 4196468 140731024314112 139750365120336 139750905288603 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22387] ppid=22369 vsize=13270076 CPUtime=0.78 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22387/stat : 22387 (java) S 22369 22372 21575 0 -1 1077944384 2119 0 0 0 78 0 0 0 20 0 20 0 11311586 13588557824 58051 33554432000 4194304 4196468 140731024314112 139750364068720 139750905281154 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22388] ppid=22369 vsize=13270076 CPUtime=0.75 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22388/stat : 22388 (java) S 22369 22372 21575 0 -1 1077944384 1721 0 0 0 75 0 0 0 20 0 20 0 11311586 13588557824 58051 33554432000 4194304 4196468 140731024314112 139750363015920 139750905281154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22389] ppid=22369 vsize=13270076 CPUtime=0.88 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22389/stat : 22389 (java) S 22369 22372 21575 0 -1 1077944384 2018 0 0 0 88 0 0 0 20 0 20 0 11311586 13588557824 58051 33554432000 4194304 4196468 140731024314112 139750361963120 139750905281154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22390] ppid=22369 vsize=13270076 CPUtime=0.59 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22390/stat : 22390 (java) S 22369 22372 21575 0 -1 1077944384 9369 0 0 0 58 1 0 0 20 0 20 0 11311586 13588557824 58051 33554432000 4194304 4196468 140731024314112 139750360910320 139750905281154 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22391] ppid=22369 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22391/stat : 22391 (java) S 22369 22372 21575 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 11311586 13588557824 58051 33554432000 4194304 4196468 140731024314112 139750359857760 139750905280213 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22392] ppid=22369 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22392/stat : 22392 (java) S 22369 22372 21575 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 20 0 11311586 13588557824 58051 33554432000 4194304 4196468 140731024314112 139750358805040 139750905281154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 13270076

[startup+6.30085 s]
/proc/loadavg: 1.93 2.01 1.99 3/282 22392
/proc/meminfo: memFree=29643300/32770624 swapFree=5892/165232
[pid=22372] ppid=22369 vsize=13270076 CPUtime=10.01 cores=0,2,4,6,8,10,12,14
/proc/22372/stat : 22372 (java) S 22369 22372 21575 0 -1 1077944320 29827 0 0 0 977 24 0 0 20 0 20 0 11311578 13588557824 63254 33554432000 4194304 4196468 140731024314112 140731024296656 139750905270007 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
/proc/22372/statm: 3317519 63254 3805 1 0 3305234 0
[pid=22372/tid=22373] ppid=22369 vsize=13270076 CPUtime=6.21 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22373/stat : 22373 (java) R 22369 22372 21575 0 -1 4202560 11312 0 0 0 616 5 0 0 20 0 20 0 11311579 13588557824 63254 33554432000 4194304 4196468 140731024314112 139750909505104 139750542731132 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22375] ppid=22369 vsize=13270076 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22375/stat : 22375 (java) S 22369 22372 21575 0 -1 1077944384 576 0 0 0 1 1 0 0 20 0 20 0 11311580 13588557824 63254 33554432000 4194304 4196468 140731024314112 139750857890448 139750905280213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22376] ppid=22369 vsize=13270076 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22376/stat : 22376 (java) S 22369 22372 21575 0 -1 1077944384 87 0 0 0 2 2 0 0 20 0 20 0 11311580 13588557824 63254 33554432000 4194304 4196468 140731024314112 139750856837648 139750905280213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22377] ppid=22369 vsize=13270076 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22377/stat : 22377 (java) S 22369 22372 21575 0 -1 1077944384 60 0 0 0 2 2 0 0 20 0 20 0 11311580 13588557824 63254 33554432000 4194304 4196468 140731024314112 139750855784848 139750905280213 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22378] ppid=22369 vsize=13270076 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22378/stat : 22378 (java) S 22369 22372 21575 0 -1 1077944384 363 0 0 0 2 1 0 0 20 0 20 0 11311580 13588557824 63254 33554432000 4194304 4196468 140731024314112 139750500923664 139750905280213 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22379] ppid=22369 vsize=13270076 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22379/stat : 22379 (java) S 22369 22372 21575 0 -1 1077944384 115 0 0 0 2 1 0 0 20 0 20 0 11311580 13588557824 63254 33554432000 4194304 4196468 140731024314112 139750499871888 139750905280213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22380] ppid=22369 vsize=13270076 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22380/stat : 22380 (java) S 22369 22372 21575 0 -1 1077944384 40 0 0 0 2 1 0 0 20 0 20 0 11311580 13588557824 63254 33554432000 4194304 4196468 140731024314112 139750498819088 139750905280213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22381] ppid=22369 vsize=13270076 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22381/stat : 22381 (java) S 22369 22372 21575 0 -1 1077944384 54 0 0 0 1 2 0 0 20 0 20 0 11311580 13588557824 63254 33554432000 4194304 4196468 140731024314112 139750497766288 139750905280213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22382] ppid=22369 vsize=13270076 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22382/stat : 22382 (java) S 22369 22372 21575 0 -1 1077944384 25 0 0 0 1 1 0 0 20 0 20 0 11311580 13588557824 63254 33554432000 4194304 4196468 140731024314112 139750496713488 139750905280213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22383] ppid=22369 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22383/stat : 22383 (java) S 22369 22372 21575 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 20 0 11311582 13588557824 63254 33554432000 4194304 4196468 140731024314112 139750368278896 139750905281154 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22384] ppid=22369 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22384/stat : 22384 (java) S 22369 22372 21575 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 20 0 11311582 13588557824 63254 33554432000 4194304 4196468 140731024314112 139750367224928 139750905280213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22385] ppid=22369 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22385/stat : 22385 (java) S 22369 22372 21575 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 20 0 11311583 13588557824 63254 33554432000 4194304 4196468 140731024314112 139750366172032 139750905280213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22386] ppid=22369 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14

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

[pid=22372/tid=22388] ppid=22369 vsize=13270076 CPUtime=1.13 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22388/stat : 22388 (java) S 22369 22372 21575 0 -1 1077944384 6731 0 0 0 112 1 0 0 20 0 20 0 11311586 13588557824 70948 33554432000 4194304 4196468 140731024314112 139750363015920 139750905281154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22389] ppid=22369 vsize=13270076 CPUtime=1.29 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22389/stat : 22389 (java) S 22369 22372 21575 0 -1 1077944384 8698 0 0 0 129 0 0 0 20 0 20 0 11311586 13588557824 70948 33554432000 4194304 4196468 140731024314112 139750361963120 139750905281154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22390] ppid=22369 vsize=13270076 CPUtime=0.64 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22390/stat : 22390 (java) S 22369 22372 21575 0 -1 1077944384 12172 0 0 0 62 2 0 0 20 0 20 0 11311586 13588557824 70948 33554432000 4194304 4196468 140731024314112 139750360910320 139750905281154 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22391] ppid=22369 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22391/stat : 22391 (java) S 22369 22372 21575 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 11311586 13588557824 70948 33554432000 4194304 4196468 140731024314112 139750359857760 139750905280213 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22392] ppid=22369 vsize=13270076 CPUtime=0.62 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22392/stat : 22392 (java) S 22369 22372 21575 0 -1 1077944384 724 0 0 0 29 33 0 0 20 0 20 0 11311586 13588557824 70948 33554432000 4194304 4196468 140731024314112 139750358805040 139750905281154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
Current children cumulated CPU time (s) 2226.96
Current children cumulated vsize (KiB) 13270076

[startup+2262.3 s]
/proc/loadavg: 1.80 1.68 1.76 3/281 22600
/proc/meminfo: memFree=30649980/32770624 swapFree=5892/166504
[pid=22372] ppid=22369 vsize=13270076 CPUtime=2287.66 cores=0,2,4,6,8,10,12,14
/proc/22372/stat : 22372 (java) S 22369 22372 21575 0 -1 1077944320 91274 0 0 0 228589 177 0 0 20 0 20 0 11311578 13588557824 71460 33554432000 4194304 4196468 140731024314112 140731024296656 139750905270007 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
/proc/22372/statm: 3317519 71460 3811 1 0 3305234 0
[pid=22372/tid=22373] ppid=22369 vsize=13270076 CPUtime=2255.56 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22373/stat : 22373 (java) R 22369 22372 21575 0 -1 4202560 28480 0 0 0 225542 14 0 0 20 0 20 0 11311579 13588557824 71460 33554432000 4194304 4196468 140731024314112 139750909507920 139750542045696 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22375] ppid=22369 vsize=13270076 CPUtime=3.15 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22375/stat : 22375 (java) S 22369 22372 21575 0 -1 1077944384 3031 0 0 0 300 15 0 0 20 0 20 0 11311580 13588557824 71460 33554432000 4194304 4196468 140731024314112 139750857890448 139750905280213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22376] ppid=22369 vsize=13270076 CPUtime=3.23 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22376/stat : 22376 (java) S 22369 22372 21575 0 -1 1077944384 2388 0 0 0 307 16 0 0 20 0 20 0 11311580 13588557824 71460 33554432000 4194304 4196468 140731024314112 139750856837648 139750905280213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22377] ppid=22369 vsize=13270076 CPUtime=3.16 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22377/stat : 22377 (java) S 22369 22372 21575 0 -1 1077944384 2639 0 0 0 300 16 0 0 20 0 20 0 11311580 13588557824 71460 33554432000 4194304 4196468 140731024314112 139750855784848 139750905280213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22378] ppid=22369 vsize=13270076 CPUtime=3.21 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22378/stat : 22378 (java) S 22369 22372 21575 0 -1 1077944384 4046 0 0 0 305 16 0 0 20 0 20 0 11311580 13588557824 71460 33554432000 4194304 4196468 140731024314112 139750500923664 139750905280213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22379] ppid=22369 vsize=13270076 CPUtime=3.24 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22379/stat : 22379 (java) S 22369 22372 21575 0 -1 1077944384 3711 0 0 0 308 16 0 0 20 0 20 0 11311580 13588557824 71460 33554432000 4194304 4196468 140731024314112 139750499871888 139750905280213 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22380] ppid=22369 vsize=13270076 CPUtime=3.13 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22380/stat : 22380 (java) S 22369 22372 21575 0 -1 1077944384 2709 0 0 0 298 15 0 0 20 0 20 0 11311580 13588557824 71460 33554432000 4194304 4196468 140731024314112 139750498819088 139750905280213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22381] ppid=22369 vsize=13270076 CPUtime=3.18 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22381/stat : 22381 (java) S 22369 22372 21575 0 -1 1077944384 3241 0 0 0 302 16 0 0 20 0 20 0 11311580 13588557824 71460 33554432000 4194304 4196468 140731024314112 139750497766288 139750905280213 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22382] ppid=22369 vsize=13270076 CPUtime=3.2 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22382/stat : 22382 (java) S 22369 22372 21575 0 -1 1077944384 2226 0 0 0 303 17 0 0 20 0 20 0 11311580 13588557824 71460 33554432000 4194304 4196468 140731024314112 139750496713488 139750905280213 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22383] ppid=22369 vsize=13270076 CPUtime=1.77 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22383/stat : 22383 (java) S 22369 22372 21575 0 -1 1077944384 5631 0 0 0 162 15 0 0 20 0 20 0 11311582 13588557824 71460 33554432000 4194304 4196468 140731024314112 139750368278896 139750905281154 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22384] ppid=22369 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22384/stat : 22384 (java) S 22369 22372 21575 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 20 0 11311582 13588557824 71460 33554432000 4194304 4196468 140731024314112 139750367224928 139750905280213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22385] ppid=22369 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22385/stat : 22385 (java) S 22369 22372 21575 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 20 0 11311583 13588557824 71460 33554432000 4194304 4196468 140731024314112 139750366172032 139750905280213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22386] ppid=22369 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22386/stat : 22386 (java) S 22369 22372 21575 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 11311585 13588557824 71460 33554432000 4194304 4196468 140731024314112 139750365120336 139750905288603 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22387] ppid=22369 vsize=13270076 CPUtime=0.97 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22387/stat : 22387 (java) S 22369 22372 21575 0 -1 1077944384 3392 0 0 0 97 0 0 0 20 0 20 0 11311586 13588557824 71460 33554432000 4194304 4196468 140731024314112 139750364068720 139750905281154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22388] ppid=22369 vsize=13270076 CPUtime=1.13 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22388/stat : 22388 (java) S 22369 22372 21575 0 -1 1077944384 6733 0 0 0 112 1 0 0 20 0 20 0 11311586 13588557824 71460 33554432000 4194304 4196468 140731024314112 139750363015920 139750905281154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22389] ppid=22369 vsize=13270076 CPUtime=1.29 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22389/stat : 22389 (java) S 22369 22372 21575 0 -1 1077944384 8700 0 0 0 129 0 0 0 20 0 20 0 11311586 13588557824 71460 33554432000 4194304 4196468 140731024314112 139750361963120 139750905281154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22390] ppid=22369 vsize=13270076 CPUtime=0.64 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22390/stat : 22390 (java) S 22369 22372 21575 0 -1 1077944384 12174 0 0 0 62 2 0 0 20 0 20 0 11311586 13588557824 71460 33554432000 4194304 4196468 140731024314112 139750360910320 139750905281154 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22391] ppid=22369 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22391/stat : 22391 (java) S 22369 22372 21575 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 11311586 13588557824 71460 33554432000 4194304 4196468 140731024314112 139750359857760 139750905280213 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22392] ppid=22369 vsize=13270076 CPUtime=0.64 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22392/stat : 22392 (java) S 22369 22372 21575 0 -1 1077944384 739 0 0 0 30 34 0 0 20 0 20 0 11311586 13588557824 71460 33554432000 4194304 4196468 140731024314112 139750358805040 139750905281154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
Current children cumulated CPU time (s) 2287.66
Current children cumulated vsize (KiB) 13270076

[startup+2322.3 s]
/proc/loadavg: 1.60 1.65 1.74 3/281 22601
/proc/meminfo: memFree=30648876/32770624 swapFree=5892/166528
[pid=22372] ppid=22369 vsize=13270076 CPUtime=2348.28 cores=0,2,4,6,8,10,12,14
/proc/22372/stat : 22372 (java) S 22369 22372 21575 0 -1 1077944320 92467 0 0 0 234647 181 0 0 20 0 20 0 11311578 13588557824 71972 33554432000 4194304 4196468 140731024314112 140731024296656 139750905270007 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
/proc/22372/statm: 3317519 71972 3811 1 0 3305234 0
[pid=22372/tid=22373] ppid=22369 vsize=13270076 CPUtime=2315.38 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22373/stat : 22373 (java) R 22369 22372 21575 0 -1 4202560 29029 0 0 0 231524 14 0 0 20 0 20 0 11311579 13588557824 71972 33554432000 4194304 4196468 140731024314112 139750909508192 139750542046534 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22375] ppid=22369 vsize=13270076 CPUtime=3.25 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22375/stat : 22375 (java) S 22369 22372 21575 0 -1 1077944384 3083 0 0 0 310 15 0 0 20 0 20 0 11311580 13588557824 71972 33554432000 4194304 4196468 140731024314112 139750857890448 139750905280213 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22376] ppid=22369 vsize=13270076 CPUtime=3.32 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22376/stat : 22376 (java) S 22369 22372 21575 0 -1 1077944384 2423 0 0 0 316 16 0 0 20 0 20 0 11311580 13588557824 71972 33554432000 4194304 4196468 140731024314112 139750856837648 139750905280213 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22377] ppid=22369 vsize=13270076 CPUtime=3.26 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22377/stat : 22377 (java) S 22369 22372 21575 0 -1 1077944384 2758 0 0 0 309 17 0 0 20 0 20 0 11311580 13588557824 71972 33554432000 4194304 4196468 140731024314112 139750855784848 139750905280213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22378] ppid=22369 vsize=13270076 CPUtime=3.28 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22378/stat : 22378 (java) S 22369 22372 21575 0 -1 1077944384 4082 0 0 0 312 16 0 0 20 0 20 0 11311580 13588557824 71972 33554432000 4194304 4196468 140731024314112 139750500923664 139750905280213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22379] ppid=22369 vsize=13270076 CPUtime=3.34 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22379/stat : 22379 (java) S 22369 22372 21575 0 -1 1077944384 3792 0 0 0 318 16 0 0 20 0 20 0 11311580 13588557824 71972 33554432000 4194304 4196468 140731024314112 139750499871888 139750905280213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22380] ppid=22369 vsize=13270076 CPUtime=3.21 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22380/stat : 22380 (java) S 22369 22372 21575 0 -1 1077944384 2758 0 0 0 306 15 0 0 20 0 20 0 11311580 13588557824 71972 33554432000 4194304 4196468 140731024314112 139750498819088 139750905280213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22381] ppid=22369 vsize=13270076 CPUtime=3.27 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22381/stat : 22381 (java) S 22369 22372 21575 0 -1 1077944384 3271 0 0 0 310 17 0 0 20 0 20 0 11311580 13588557824 71972 33554432000 4194304 4196468 140731024314112 139750497766288 139750905280213 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22382] ppid=22369 vsize=13270076 CPUtime=3.31 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22382/stat : 22382 (java) S 22369 22372 21575 0 -1 1077944384 2269 0 0 0 313 18 0 0 20 0 20 0 11311580 13588557824 71972 33554432000 4194304 4196468 140731024314112 139750496713488 139750905280213 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22383] ppid=22369 vsize=13270076 CPUtime=1.81 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22383/stat : 22383 (java) S 22369 22372 21575 0 -1 1077944384 5803 0 0 0 166 15 0 0 20 0 20 0 11311582 13588557824 71972 33554432000 4194304 4196468 140731024314112 139750368278896 139750905281154 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22384] ppid=22369 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22384/stat : 22384 (java) S 22369 22372 21575 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 20 0 11311582 13588557824 71972 33554432000 4194304 4196468 140731024314112 139750367224928 139750905280213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22385] ppid=22369 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22385/stat : 22385 (java) S 22369 22372 21575 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 20 0 11311583 13588557824 71972 33554432000 4194304 4196468 140731024314112 139750366172032 139750905280213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22386] ppid=22369 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22386/stat : 22386 (java) S 22369 22372 21575 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 11311585 13588557824 71972 33554432000 4194304 4196468 140731024314112 139750365120336 139750905288603 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22387] ppid=22369 vsize=13270076 CPUtime=0.97 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22387/stat : 22387 (java) S 22369 22372 21575 0 -1 1077944384 3394 0 0 0 97 0 0 0 20 0 20 0 11311586 13588557824 71972 33554432000 4194304 4196468 140731024314112 139750364068720 139750905281154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22388] ppid=22369 vsize=13270076 CPUtime=1.13 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22388/stat : 22388 (java) S 22369 22372 21575 0 -1 1077944384 6735 0 0 0 112 1 0 0 20 0 20 0 11311586 13588557824 71972 33554432000 4194304 4196468 140731024314112 139750363015920 139750905281154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22389] ppid=22369 vsize=13270076 CPUtime=1.29 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22389/stat : 22389 (java) S 22369 22372 21575 0 -1 1077944384 8702 0 0 0 129 0 0 0 20 0 20 0 11311586 13588557824 71972 33554432000 4194304 4196468 140731024314112 139750361963120 139750905281154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22390] ppid=22369 vsize=13270076 CPUtime=0.64 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22390/stat : 22390 (java) S 22369 22372 21575 0 -1 1077944384 12176 0 0 0 62 2 0 0 20 0 20 0 11311586 13588557824 71972 33554432000 4194304 4196468 140731024314112 139750360910320 139750905281154 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22391] ppid=22369 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22391/stat : 22391 (java) S 22369 22372 21575 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 11311586 13588557824 71972 33554432000 4194304 4196468 140731024314112 139750359857760 139750905280213 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22392] ppid=22369 vsize=13270076 CPUtime=0.66 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22392/stat : 22392 (java) S 22369 22372 21575 0 -1 1077944384 758 0 0 0 31 35 0 0 20 0 20 0 11311586 13588557824 71972 33554432000 4194304 4196468 140731024314112 139750358805040 139750905281154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
Current children cumulated CPU time (s) 2348.28
Current children cumulated vsize (KiB) 13270076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2373.5 s]
/proc/loadavg: 1.79 1.69 1.75 3/281 22602
/proc/meminfo: memFree=30647952/32770624 swapFree=5892/166544
[pid=22372] ppid=22369 vsize=13270076 CPUtime=2400.01 cores=0,2,4,6,8,10,12,14
/proc/22372/stat : 22372 (java) S 22369 22372 21575 0 -1 1077944320 93551 0 0 0 239817 184 0 0 20 0 20 0 11311578 13588557824 71972 33554432000 4194304 4196468 140731024314112 140731024296656 139750905270007 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
/proc/22372/statm: 3317519 71972 3811 1 0 3305234 0
[pid=22372/tid=22373] ppid=22369 vsize=13270076 CPUtime=2366.42 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22373/stat : 22373 (java) R 22369 22372 21575 0 -1 4202560 29557 0 0 0 236628 14 0 0 20 0 20 0 11311579 13588557824 71972 33554432000 4194304 4196468 140731024314112 139750909508352 139750541816406 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22375] ppid=22369 vsize=13270076 CPUtime=3.33 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22375/stat : 22375 (java) S 22369 22372 21575 0 -1 1077944384 3116 0 0 0 318 15 0 0 20 0 20 0 11311580 13588557824 71972 33554432000 4194304 4196468 140731024314112 139750857890448 139750905280213 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22376] ppid=22369 vsize=13270076 CPUtime=3.39 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22376/stat : 22376 (java) S 22369 22372 21575 0 -1 1077944384 2540 0 0 0 323 16 0 0 20 0 20 0 11311580 13588557824 71972 33554432000 4194304 4196468 140731024314112 139750856837648 139750905280213 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22377] ppid=22369 vsize=13270076 CPUtime=3.34 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22377/stat : 22377 (java) S 22369 22372 21575 0 -1 1077944384 2805 0 0 0 317 17 0 0 20 0 20 0 11311580 13588557824 71972 33554432000 4194304 4196468 140731024314112 139750855784848 139750905280213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22378] ppid=22369 vsize=13270076 CPUtime=3.37 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22378/stat : 22378 (java) S 22369 22372 21575 0 -1 1077944384 4107 0 0 0 320 17 0 0 20 0 20 0 11311580 13588557824 71972 33554432000 4194304 4196468 140731024314112 139750500923664 139750905280213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22379] ppid=22369 vsize=13270076 CPUtime=3.42 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22379/stat : 22379 (java) S 22369 22372 21575 0 -1 1077944384 3813 0 0 0 325 17 0 0 20 0 20 0 11311580 13588557824 71972 33554432000 4194304 4196468 140731024314112 139750499871888 139750905280213 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22380] ppid=22369 vsize=13270076 CPUtime=3.28 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22380/stat : 22380 (java) S 22369 22372 21575 0 -1 1077944384 2778 0 0 0 313 15 0 0 20 0 20 0 11311580 13588557824 71972 33554432000 4194304 4196468 140731024314112 139750498819088 139750905280213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22381] ppid=22369 vsize=13270076 CPUtime=3.35 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22381/stat : 22381 (java) S 22369 22372 21575 0 -1 1077944384 3311 0 0 0 318 17 0 0 20 0 20 0 11311580 13588557824 71972 33554432000 4194304 4196468 140731024314112 139750497766288 139750905280213 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22382] ppid=22369 vsize=13270076 CPUtime=3.39 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22382/stat : 22382 (java) S 22369 22372 21575 0 -1 1077944384 2326 0 0 0 321 18 0 0 20 0 20 0 11311580 13588557824 71972 33554432000 4194304 4196468 140731024314112 139750496713488 139750905280213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22383] ppid=22369 vsize=13270076 CPUtime=1.85 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22383/stat : 22383 (java) S 22369 22372 21575 0 -1 1077944384 5977 0 0 0 170 15 0 0 20 0 20 0 11311582 13588557824 71972 33554432000 4194304 4196468 140731024314112 139750368278896 139750905281154 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22384] ppid=22369 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22384/stat : 22384 (java) S 22369 22372 21575 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 20 0 11311582 13588557824 71972 33554432000 4194304 4196468 140731024314112 139750367224928 139750905280213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22385] ppid=22369 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22385/stat : 22385 (java) S 22369 22372 21575 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 20 0 11311583 13588557824 71972 33554432000 4194304 4196468 140731024314112 139750366172032 139750905280213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22386] ppid=22369 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22386/stat : 22386 (java) S 22369 22372 21575 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 11311585 13588557824 71972 33554432000 4194304 4196468 140731024314112 139750365120336 139750905288603 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22387] ppid=22369 vsize=13270076 CPUtime=0.97 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22387/stat : 22387 (java) S 22369 22372 21575 0 -1 1077944384 3396 0 0 0 97 0 0 0 20 0 20 0 11311586 13588557824 71972 33554432000 4194304 4196468 140731024314112 139750364068720 139750905281154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22388] ppid=22369 vsize=13270076 CPUtime=1.13 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22388/stat : 22388 (java) S 22369 22372 21575 0 -1 1077944384 6738 0 0 0 112 1 0 0 20 0 20 0 11311586 13588557824 71972 33554432000 4194304 4196468 140731024314112 139750363015920 139750905281154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22389] ppid=22369 vsize=13270076 CPUtime=1.29 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22389/stat : 22389 (java) S 22369 22372 21575 0 -1 1077944384 8704 0 0 0 129 0 0 0 20 0 20 0 11311586 13588557824 71972 33554432000 4194304 4196468 140731024314112 139750361963120 139750905281154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22390] ppid=22369 vsize=13270076 CPUtime=0.64 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22390/stat : 22390 (java) S 22369 22372 21575 0 -1 1077944384 12178 0 0 0 62 2 0 0 20 0 20 0 11311586 13588557824 71972 33554432000 4194304 4196468 140731024314112 139750360910320 139750905281154 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22391] ppid=22369 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22391/stat : 22391 (java) S 22369 22372 21575 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 11311586 13588557824 71972 33554432000 4194304 4196468 140731024314112 139750359857760 139750905280213 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
[pid=22372/tid=22392] ppid=22369 vsize=13270076 CPUtime=0.68 cores=0,2,4,6,8,10,12,14
/proc/22372/task/22392/stat : 22392 (java) S 22369 22372 21575 0 -1 1077944384 771 0 0 0 32 36 0 0 20 0 20 0 11311586 13588557824 71972 33554432000 4194304 4196468 140731024314112 139750358805040 139750905281154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30609408 140731024319631 140731024319812 140731024319812 140731024322511 0
Current children cumulated CPU time (s) 2400.01
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 22372 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2373.51
CPU time (s): 2400.04
CPU user time (s): 2398.18
CPU system time (s): 1.85245
CPU usage (%): 101.117
Max. virtual memory (cumulated for all children) (KiB): 13270076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.18
system time used= 1.85245
maximum resident set size= 389860
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93795
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 139187
involuntary context switches= 137850

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.0223 second user time and 18.923 second system time

The end

Launcher Data

Begin job on node121 at 2017-07-22 23:53:52
IDJOB=4249631
IDBENCH=137600
IDSOLVER=2627
FILE ID=node121/4249631-1500760432
RUNJOBID= node121-1500753427-21606
PBS_JOBID= 20624585
Free space on /tmp= 61860 MiB

SOLVER NAME= OscaR - ALNS 2017-06-30
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-skj2/BinPacking-sum-n3w3b3r7.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-4249631-1500760432/watcher-4249631-1500760432 -o /tmp/evaluation-result-4249631-1500760432/solver-4249631-1500760432 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node121-1500753427-21606 --watchdog 2560  java -Xmx10000m -jar oscar-cp-xcsp3-alns.jar --randomseed 2127219473 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4249631-1500760432.xml

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

MD5SUM BENCH= 4bffeaf90ccad3cb01dd3bbb4a29e0a4
RANDOM SEED=2127219473

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.00
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	: 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	: 5334.00
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		: 2533.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	: 5334.00
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		: 2667.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	: 5334.00
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	: 5334.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2267.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	: 5334.00
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		: 2267.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	: 5334.00
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		: 2668.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	: 5334.00
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:        29881248 kB
MemAvailable:   30258636 kB
Buffers:          172600 kB
Cached:           478892 kB
SwapCached:            0 kB
Active:          2211848 kB
Inactive:         226068 kB
Active(anon):    1737504 kB
Inactive(anon):    60444 kB
Active(file):     474344 kB
Inactive(file):   165624 kB
Unevictable:        5892 kB
Mlocked:            5892 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42132 kB
Writeback:             0 kB
AnonPages:       1792352 kB
Mapped:            45808 kB
Shmem:              8840 kB
Slab:             140088 kB
SReclaimable:     106512 kB
SUnreclaim:        33576 kB
KernelStack:        4480 kB
PageTables:         8592 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3165112 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1712128 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61820 MiB
End job on node121 at 2017-07-23 00:33:26