Trace number 4249337

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) 2408.4199 824.48297

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s1/
ChessboardColoration-int-40-40.xml
MD5SUM2ccb4f0641fb73c42fbac15220770a0a
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 variables1600
Number of constraints608401
Number of domains1
Minimum domain size1600
Maximum domain size1600
Distribution of domain sizes[{"size":1600,"count":1600}]
Minimum variable degree1523
Maximum variable degree1523
Distribution of variable degrees[{"degree":1523,"count":1600}]
Minimum constraint arity4
Maximum constraint arity1600
Distribution of constraint arities[{"arity":4,"count":608400},{"arity":1600,"count":1}]
Number of extensional constraints0
Number of intensional constraints608400
Distribution of constraint types[{"type":"intension","count":608400},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.37/0.40	c version: 2017-06-30
0.37/0.40	c seed: 4392601
0.37/0.40	c timeout: 2400
0.37/0.40	c memlimit: 15500
0.37/0.40	c nbcore: 4
0.37/0.42	c Parsing instance...
82.96/36.48	c Parsing done, starting search...

Verifier Data

One s line expected

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-4249337-1502122669/watcher-4249337-1502122669 -o /tmp/evaluation-result-4249337-1502122669/solver-4249337-1502122669 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502114824-8217 --watchdog 2560 java -Xmx10000m -jar oscar-cp-xcsp3-alns.jar --randomseed 4392601 --timelimit 2400 --memlimit 15500 --nbcore 4 HOME/instance-4249337-1502122669.xml 

pid=9211
running on 4 cores: 0,2,4,6

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.51 2.16 1.88 2/196 9214
/proc/meminfo: memFree=26483044/32770624 swapFree=0/43632
[pid=9214] ppid=9211 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/9214/stat : 9214 (runsolver) D 9211 9214 21827 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 14462702 24240128 107 18446744073709551615 4194304 4338465 140720880820768 140720880818408 140513886827223 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 27459584 140720880828528 140720880829002 140720880829002 140720880832458 0
/proc/9214/statm: 5918 107 54 36 0 2156 0

[startup+0.100105 s]
/proc/loadavg: 2.51 2.16 1.88 2/196 9214
/proc/meminfo: memFree=26483044/32770624 swapFree=0/43632
[pid=9214] ppid=9211 vsize=356952 CPUtime=0 cores=0,2,4,6
/proc/9214/stat : 9214 (java) S 9211 9214 21827 0 -1 1077944320 1740 0 0 0 0 0 0 0 20 0 2 0 14462702 365518848 1889 18446744073709551615 4194304 4196468 140736541207088 140736541189632 140183715438327 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
/proc/9214/statm: 89238 1889 1042 1 0 79208 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 356952

[startup+0.200346 s]
/proc/loadavg: 2.51 2.16 1.88 2/196 9214
/proc/meminfo: memFree=26483044/32770624 swapFree=0/43632
[pid=9214] ppid=9211 vsize=12845076 CPUtime=0.06 cores=0,2,4,6
/proc/9214/stat : 9214 (java) S 9211 9214 21827 0 -1 1077944320 5034 0 0 0 5 1 0 0 20 0 14 0 14462702 13153357824 5541 18446744073709551615 4194304 4196468 140736541207088 140736541189632 140183715438327 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
/proc/9214/statm: 3211269 5541 2568 1 0 3200766 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 12845076

[startup+0.30263 s]
/proc/loadavg: 2.51 2.16 1.88 2/196 9214
/proc/meminfo: memFree=26483044/32770624 swapFree=0/43632
[pid=9214] ppid=9211 vsize=12914512 CPUtime=0.21 cores=0,2,4,6
/proc/9214/stat : 9214 (java) S 9211 9214 21827 0 -1 1077944320 10154 0 0 0 19 2 0 0 20 0 15 0 14462702 13224460288 9024 18446744073709551615 4194304 4196468 140736541207088 140736541189632 140183715438327 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
/proc/9214/statm: 3228628 9024 3543 1 0 3217407 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 12914512

[startup+0.703632 s]
/proc/loadavg: 2.51 2.16 1.88 2/196 9214
/proc/meminfo: memFree=26483044/32770624 swapFree=0/43632
[pid=9214] ppid=9211 vsize=12914532 CPUtime=1.11 cores=0,2,4,6
/proc/9214/stat : 9214 (java) S 9211 9214 21827 0 -1 1077944320 14792 0 0 0 106 5 0 0 20 0 15 0 14462702 13224480768 29350 18446744073709551615 4194304 4196468 140736541207088 140736541189632 140183715438327 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
/proc/9214/statm: 3228633 29350 3724 1 0 3217407 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 12914532

[startup+1.5007 s]
/proc/loadavg: 2.51 2.16 1.88 6/211 9229
/proc/meminfo: memFree=26107760/32770624 swapFree=0/43768
[pid=9214] ppid=9211 vsize=12914532 CPUtime=3.41 cores=0,2,4,6
/proc/9214/stat : 9214 (java) S 9211 9214 21827 0 -1 1077944320 16014 0 0 0 295 46 0 0 20 0 15 0 14462702 13224480768 119867 18446744073709551615 4194304 4196468 140736541207088 140736541189632 140183715438327 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
/proc/9214/statm: 3228633 119867 3757 1 0 3217407 0
[pid=9214/tid=9216] ppid=9211 vsize=12914532 CPUtime=0.83 cores=0,2,4,6
/proc/9214/task/9216/stat : 9216 (java) R 9211 9214 21827 0 -1 4202560 10248 0 0 0 78 5 0 0 20 0 15 0 14462712 13224480768 119867 18446744073709551615 4194304 4196468 140736541207088 140183719675376 140183715460253 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9217] ppid=9211 vsize=12914532 CPUtime=0.48 cores=0,2,4,6
/proc/9214/task/9217/stat : 9217 (java) S 9211 9214 21827 0 -1 1077944384 157 0 0 0 39 9 0 0 20 0 15 0 14462713 13224480768 119867 18446744073709551615 4194304 4196468 140736541207088 140183651920272 140183715448533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9218] ppid=9211 vsize=12914532 CPUtime=0.49 cores=0,2,4,6
/proc/9214/task/9218/stat : 9218 (java) S 9211 9214 21827 0 -1 1077944384 165 0 0 0 39 10 0 0 20 0 15 0 14462713 13224480768 119867 18446744073709551615 4194304 4196468 140736541207088 140183650867472 140183715448533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9219] ppid=9211 vsize=12914532 CPUtime=0.48 cores=0,2,4,6
/proc/9214/task/9219/stat : 9219 (java) S 9211 9214 21827 0 -1 1077944384 261 0 0 0 39 9 0 0 20 0 15 0 14462713 13224480768 119867 18446744073709551615 4194304 4196468 140736541207088 140183649815184 140183715448533 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9220] ppid=9211 vsize=12914532 CPUtime=0.48 cores=0,2,4,6
/proc/9214/task/9220/stat : 9220 (java) S 9211 9214 21827 0 -1 1077944384 291 0 0 0 39 9 0 0 20 0 15 0 14462713 13224480768 119867 18446744073709551615 4194304 4196468 140736541207088 140183648762384 140183715448533 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9221] ppid=9211 vsize=12914532 CPUtime=0.01 cores=0,2,4,6
/proc/9214/task/9221/stat : 9221 (java) S 9211 9214 21827 0 -1 1077944384 299 0 0 0 1 0 0 0 20 0 15 0 14462714 13224480768 119867 18446744073709551615 4194304 4196468 140736541207088 140183199971952 140183715449474 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9222] ppid=9211 vsize=12914532 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9222/stat : 9222 (java) S 9211 9214 21827 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 14462714 13224480768 119867 18446744073709551615 4194304 4196468 140736541207088 140183198917984 140183715448533 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9223] ppid=9211 vsize=12914532 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9223/stat : 9223 (java) S 9211 9214 21827 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 14462715 13224480768 119867 18446744073709551615 4194304 4196468 140736541207088 140183197865600 140183715448533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9224] ppid=9211 vsize=12914532 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9224/stat : 9224 (java) S 9211 9214 21827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14462717 13224480768 119867 18446744073709551615 4194304 4196468 140736541207088 140183196813904 140183715456923 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9225] ppid=9211 vsize=12914532 CPUtime=0.2 cores=0,2,4,6
/proc/9214/task/9225/stat : 9225 (java) S 9211 9214 21827 0 -1 1077944384 1182 0 0 0 20 0 0 0 20 0 15 0 14462717 13224480768 119867 18446744073709551615 4194304 4196468 140736541207088 140183195760752 140183715449474 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9226] ppid=9211 vsize=12914532 CPUtime=0.19 cores=0,2,4,6
/proc/9214/task/9226/stat : 9226 (java) S 9211 9214 21827 0 -1 1077944384 1278 0 0 0 19 0 0 0 20 0 15 0 14462717 13224480768 119867 18446744073709551615 4194304 4196468 140736541207088 140183194707952 140183715449474 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9227] ppid=9211 vsize=12914532 CPUtime=0.18 cores=0,2,4,6
/proc/9214/task/9227/stat : 9227 (java) S 9211 9214 21827 0 -1 1077944384 763 0 0 0 18 0 0 0 20 0 15 0 14462717 13224480768 119867 18446744073709551615 4194304 4196468 140736541207088 140183193655664 140183715449474 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9228] ppid=9211 vsize=12914532 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9228/stat : 9228 (java) S 9211 9214 21827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14462717 13224480768 119867 18446744073709551615 4194304 4196468 140736541207088 140183192603104 140183715448533 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9229] ppid=9211 vsize=12914532 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9229/stat : 9229 (java) S 9211 9214 21827 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14462722 13224480768 119867 18446744073709551615 4194304 4196468 140736541207088 140183191550896 140183715449474 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
Current children cumulated CPU time (s) 3.41
Current children cumulated vsize (KiB) 12914532

[startup+3.10062 s]
/proc/loadavg: 2.95 2.26 1.92 9/211 9229
/proc/meminfo: memFree=25606452/32770624 swapFree=0/43776
[pid=9214] ppid=9211 vsize=12914532 CPUtime=8.95 cores=0,2,4,6
/proc/9214/stat : 9214 (java) S 9211 9214 21827 0 -1 1077944320 17755 0 0 0 807 88 0 0 20 0 15 0 14462702 13224480768 219954 18446744073709551615 4194304 4196468 140736541207088 140736541189632 140183715438327 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
/proc/9214/statm: 3228633 219954 3768 1 0 3217407 0
[pid=9214/tid=9216] ppid=9211 vsize=12914532 CPUtime=1.07 cores=0,2,4,6
/proc/9214/task/9216/stat : 9216 (java) S 9211 9214 21827 0 -1 1077944384 10307 0 0 0 100 7 0 0 20 0 15 0 14462712 13224480768 219954 18446744073709551615 4194304 4196468 140736541207088 140183719676128 140183715448533 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9217] ppid=9211 vsize=12914532 CPUtime=1.8 cores=0,2,4,6
/proc/9214/task/9217/stat : 9217 (java) R 9211 9214 21827 0 -1 4202560 489 0 0 0 160 20 0 0 20 0 15 0 14462713 13224480768 219954 18446744073709551615 4194304 4196468 140736541207088 140183651920080 140183708066535 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9218] ppid=9211 vsize=12914532 CPUtime=1.81 cores=0,2,4,6
/proc/9214/task/9218/stat : 9218 (java) R 9211 9214 21827 0 -1 4202560 649 0 0 0 162 19 0 0 20 0 15 0 14462713 13224480768 219954 18446744073709551615 4194304 4196468 140736541207088 140183650867592 140183708066535 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9219] ppid=9211 vsize=12914532 CPUtime=1.82 cores=0,2,4,6
/proc/9214/task/9219/stat : 9219 (java) R 9211 9214 21827 0 -1 4202560 880 0 0 0 162 20 0 0 20 0 15 0 14462713 13224480768 219954 18446744073709551615 4194304 4196468 140736541207088 140183649815384 140183700434731 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9220] ppid=9211 vsize=12914532 CPUtime=1.8 cores=0,2,4,6
/proc/9214/task/9220/stat : 9220 (java) R 9211 9214 21827 0 -1 4202560 453 0 0 0 161 19 0 0 20 0 15 0 14462713 13224480768 219954 18446744073709551615 4194304 4196468 140736541207088 140183648762504 140183708066535 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9221] ppid=9211 vsize=12914532 CPUtime=0.01 cores=0,2,4,6
/proc/9214/task/9221/stat : 9221 (java) S 9211 9214 21827 0 -1 1077944384 379 0 0 0 1 0 0 0 20 0 15 0 14462714 13224480768 219954 18446744073709551615 4194304 4196468 140736541207088 140183199970496 140183715448533 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9222] ppid=9211 vsize=12914532 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9222/stat : 9222 (java) S 9211 9214 21827 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 14462714 13224480768 219954 18446744073709551615 4194304 4196468 140736541207088 140183198917984 140183715448533 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9223] ppid=9211 vsize=12914532 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9223/stat : 9223 (java) S 9211 9214 21827 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 14462715 13224480768 219954 18446744073709551615 4194304 4196468 140736541207088 140183197865600 140183715448533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9224] ppid=9211 vsize=12914532 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9224/stat : 9224 (java) S 9211 9214 21827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14462717 13224480768 219954 18446744073709551615 4194304 4196468 140736541207088 140183196813904 140183715456923 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9225] ppid=9211 vsize=12914532 CPUtime=0.2 cores=0,2,4,6
/proc/9214/task/9225/stat : 9225 (java) S 9211 9214 21827 0 -1 1077944384 1184 0 0 0 20 0 0 0 20 0 15 0 14462717 13224480768 219954 18446744073709551615 4194304 4196468 140736541207088 140183195760752 140183715449474 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9226] ppid=9211 vsize=12914532 CPUtime=0.19 cores=0,2,4,6
/proc/9214/task/9226/stat : 9226 (java) S 9211 9214 21827 0 -1 1077944384 1279 0 0 0 19 0 0 0 20 0 15 0 14462717 13224480768 219954 18446744073709551615 4194304 4196468 140736541207088 140183194707952 140183715449474 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9227] ppid=9211 vsize=12914532 CPUtime=0.18 cores=0,2,4,6
/proc/9214/task/9227/stat : 9227 (java) S 9211 9214 21827 0 -1 1077944384 763 0 0 0 18 0 0 0 20 0 15 0 14462717 13224480768 219954 18446744073709551615 4194304 4196468 140736541207088 140183193655664 140183715449474 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9228] ppid=9211 vsize=12914532 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9228/stat : 9228 (java) S 9211 9214 21827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14462717 13224480768 219954 18446744073709551615 4194304 4196468 140736541207088 140183192603104 140183715448533 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9229] ppid=9211 vsize=12914532 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9229/stat : 9229 (java) S 9211 9214 21827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14462722 13224480768 219954 18446744073709551615 4194304 4196468 140736541207088 140183191550896 140183715449474 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
Current children cumulated CPU time (s) 8.95
Current children cumulated vsize (KiB) 12914532

[startup+6.30338 s]
/proc/loadavg: 2.95 2.26 1.92 9/211 9229
/proc/meminfo: memFree=25307360/32770624 swapFree=0/43780
[pid=9214] ppid=9211 vsize=12914532 CPUtime=20.62 cores=0,2,4,6
/proc/9214/stat : 9214 (java) S 9211 9214 21827 0 -1 1077944320 23045 0 0 0 1931 131 0 0 20 0 15 0 14462702 13224480768 293687 18446744073709551615 4194304 4196468 140736541207088 140736541189632 140183715438327 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
/proc/9214/statm: 3228633 293687 3768 1 0 3217407 0
[pid=9214/tid=9216] ppid=9211 vsize=12914532 CPUtime=1.37 cores=0,2,4,6
/proc/9214/task/9216/stat : 9216 (java) S 9211 9214 21827 0 -1 1077944384 10849 0 0 0 129 8 0 0 20 0 15 0 14462712 13224480768 293687 18446744073709551615 4194304 4196468 140736541207088 140183719675952 140183715448533 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9217] ppid=9211 vsize=12914532 CPUtime=4.66 cores=0,2,4,6
/proc/9214/task/9217/stat : 9217 (java) R 9211 9214 21827 0 -1 4202560 746 0 0 0 436 30 0 0 20 0 15 0 14462713 13224480768 293687 18446744073709551615 4194304 4196468 140736541207088 140183651920392 140183708066535 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9218] ppid=9211 vsize=12914532 CPUtime=4.65 cores=0,2,4,6
/proc/9214/task/9218/stat : 9218 (java) R 9211 9214 21827 0 -1 4202560 914 0 0 0 435 30 0 0 20 0 15 0 14462713 13224480768 293687 18446744073709551615 4194304 4196468 140736541207088 140183650867592 140183700138945 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9219] ppid=9211 vsize=12914532 CPUtime=4.65 cores=0,2,4,6
/proc/9214/task/9219/stat : 9219 (java) R 9211 9214 21827 0 -1 4202560 1201 0 0 0 435 30 0 0 20 0 15 0 14462713 13224480768 293687 18446744073709551615 4194304 4196468 140736541207088 140183649814992 140183708066535 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9220] ppid=9211 vsize=12914532 CPUtime=4.59 cores=0,2,4,6
/proc/9214/task/9220/stat : 9220 (java) R 9211 9214 21827 0 -1 4202560 639 0 0 0 430 29 0 0 20 0 15 0 14462713 13224480768 293687 18446744073709551615 4194304 4196468 140736541207088 140183648762504 140183708066535 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9221] ppid=9211 vsize=12914532 CPUtime=0.03 cores=0,2,4,6
/proc/9214/task/9221/stat : 9221 (java) S 9211 9214 21827 0 -1 1077944384 3852 0 0 0 3 0 0 0 20 0 15 0 14462714 13224480768 293687 18446744073709551615 4194304 4196468 140736541207088 140183199970496 140183715448533 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9222] ppid=9211 vsize=12914532 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9222/stat : 9222 (java) S 9211 9214 21827 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 14462714 13224480768 293687 18446744073709551615 4194304 4196468 140736541207088 140183198917984 140183715448533 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9223] ppid=9211 vsize=12914532 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9223/stat : 9223 (java) S 9211 9214 21827 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 14462715 13224480768 293687 18446744073709551615 4194304 4196468 140736541207088 140183197865600 140183715448533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9224] ppid=9211 vsize=12914532 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9224/stat : 9224 (java) S 9211 9214 21827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14462717 13224480768 293687 18446744073709551615 4194304 4196468 140736541207088 140183196813904 140183715456923 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9225] ppid=9211 vsize=12914532 CPUtime=0.2 cores=0,2,4,6
/proc/9214/task/9225/stat : 9225 (java) S 9211 9214 21827 0 -1 1077944384 1184 0 0 0 20 0 0 0 20 0 15 0 14462717 13224480768 293687 18446744073709551615 4194304 4196468 140736541207088 140183195760752 140183715449474 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9226] ppid=9211 vsize=12914532 CPUtime=0.19 cores=0,2,4,6
/proc/9214/task/9226/stat : 9226 (java) S 9211 9214 21827 0 -1 1077944384 1279 0 0 0 19 0 0 0 20 0 15 0 14462717 13224480768 293687 18446744073709551615 4194304 4196468 140736541207088 140183194707952 140183715449474 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9227] ppid=9211 vsize=12914532 CPUtime=0.18 cores=0,2,4,6
/proc/9214/task/9227/stat : 9227 (java) S 9211 9214 21827 0 -1 1077944384 763 0 0 0 18 0 0 0 20 0 15 0 14462717 13224480768 293687 18446744073709551615 4194304 4196468 140736541207088 140183193655664 140183715449474 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9228] ppid=9211 vsize=12914532 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9228/stat : 9228 (java) S 9211 9214 21827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14462717 13224480768 293687 18446744073709551615 4194304 4196468 140736541207088 140183192603104 140183715448533 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9229] ppid=9211 vsize=12914532 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9229/stat : 9229 (java) S 9211 9214 21827 0 -1 1077944384 249 0 0 0 0 0 0 0 20 0 15 0 14462722 13224480768 293687 18446744073709551615 4194304 4196468 140736541207088 140183191550896 140183715449474 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
Current children cumulated CPU time (s) 20.62
Current children cumulated vsize (KiB) 12914532

[startup+12.7007 s]
/proc/loadavg: 2.95 2.28 1.93 6/211 9229
/proc/meminfo: memFree=24195252/32770624 swapFree=0/43792
[pid=9214] ppid=9211 vsize=12916580 CPUtime=32.39 cores=0,2,4,6
/proc/9214/stat : 9214 (java) S 9211 9214 21827 0 -1 1077944320 35215 0 0 0 2985 254 0 0 20 0 15 0 14462702 13226577920 572609 18446744073709551615 4194304 4196468 140736541207088 140736541189632 140183715438327 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
/proc/9214/statm: 3229145 572609 3813 1 0 3217919 0
[pid=9214/tid=9216] ppid=9211 vsize=12916580 CPUtime=6.78 cores=0,2,4,6
/proc/9214/task/9216/stat : 9216 (java) R 9211 9214 21827 0 -1 4202560 12287 0 0 0 666 12 0 0 20 0 15 0 14462712 13226577920 572609 18446744073709551615 4194304 4196468 140736541207088 140183719672016 140183320472351 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9217] ppid=9211 vsize=12916580 CPUtime=5.61 cores=0,2,4,6
/proc/9214/task/9217/stat : 9217 (java) S 9211 9214 21827 0 -1 1077944384 1304 0 0 0 503 58 0 0 20 0 15 0 14462713 13226577920 572609 18446744073709551615 4194304 4196468 140736541207088 140183651920272 140183715448533 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9218] ppid=9211 vsize=12916580 CPUtime=5.61 cores=0,2,4,6
/proc/9214/task/9218/stat : 9218 (java) S 9211 9214 21827 0 -1 1077944384 1728 0 0 0 501 60 0 0 20 0 15 0 14462713 13226577920 572609 18446744073709551615 4194304 4196468 140736541207088 140183650867472 140183715448533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9219] ppid=9211 vsize=12916580 CPUtime=5.62 cores=0,2,4,6
/proc/9214/task/9219/stat : 9219 (java) S 9211 9214 21827 0 -1 1077944384 2203 0 0 0 502 60 0 0 20 0 15 0 14462713 13226577920 572609 18446744073709551615 4194304 4196468 140736541207088 140183649815184 140183715448533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9220] ppid=9211 vsize=12916580 CPUtime=5.54 cores=0,2,4,6
/proc/9214/task/9220/stat : 9220 (java) S 9211 9214 21827 0 -1 1077944384 1374 0 0 0 495 59 0 0 20 0 15 0 14462713 13226577920 572609 18446744073709551615 4194304 4196468 140736541207088 140183648762384 140183715448533 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9221] ppid=9211 vsize=12916580 CPUtime=0.05 cores=0,2,4,6
/proc/9214/task/9221/stat : 9221 (java) S 9211 9214 21827 0 -1 1077944384 5075 0 0 0 5 0 0 0 20 0 15 0 14462714 13226577920 572609 18446744073709551615 4194304 4196468 140736541207088 140183199971952 140183715449474 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9222] ppid=9211 vsize=12916580 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9222/stat : 9222 (java) S 9211 9214 21827 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 14462714 13226577920 572609 18446744073709551615 4194304 4196468 140736541207088 140183198917984 140183715448533 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9223] ppid=9211 vsize=12916580 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9223/stat : 9223 (java) S 9211 9214 21827 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 15 0 14462715 13226577920 572609 18446744073709551615 4194304 4196468 140736541207088 140183197865600 140183715448533 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9224] ppid=9211 vsize=12916580 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9224/stat : 9224 (java) S 9211 9214 21827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14462717 13226577920 572609 18446744073709551615 4194304 4196468 140736541207088 140183196813904 140183715456923 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0

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

Current children cumulated vsize (KiB) 12920676



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+822.402 s]
/proc/loadavg: 4.29 4.44 3.49 3/209 9271
/proc/meminfo: memFree=18425688/32770624 swapFree=0/44628
[pid=9214] ppid=9211 vsize=12920676 CPUtime=2400.32 cores=0,2,4,6
/proc/9214/stat : 9214 (java) S 9211 9214 21827 0 -1 1077944320 2130461 0 0 0 239153 879 0 0 20 0 15 0 14462702 13230772224 1685485 18446744073709551615 4194304 4196468 140736541207088 140736541189632 140183715438327 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
/proc/9214/statm: 3230169 1685485 3820 1 0 3218943 0
[pid=9214/tid=9216] ppid=9211 vsize=12920676 CPUtime=292.59 cores=0,2,4,6
/proc/9214/task/9216/stat : 9216 (java) S 9211 9214 21827 0 -1 1077944384 428310 0 0 0 29221 38 0 0 20 0 15 0 14462712 13230772224 1685485 18446744073709551615 4194304 4196468 140736541207088 140183719676752 140183715448533 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9217] ppid=9211 vsize=12920676 CPUtime=524 cores=0,2,4,6
/proc/9214/task/9217/stat : 9217 (java) R 9211 9214 21827 0 -1 4202560 294249 0 0 0 52211 189 0 0 20 0 15 0 14462713 13230772224 1685485 18446744073709551615 4194304 4196468 140736541207088 140183651920472 140183700482437 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9218] ppid=9211 vsize=12920676 CPUtime=523.75 cores=0,2,4,6
/proc/9214/task/9218/stat : 9218 (java) R 9211 9214 21827 0 -1 4202560 187934 0 0 0 52197 178 0 0 20 0 15 0 14462713 13230772224 1685485 18446744073709551615 4194304 4196468 140736541207088 140183650867472 140183697064359 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9219] ppid=9211 vsize=12920676 CPUtime=524.4 cores=0,2,4,6
/proc/9214/task/9219/stat : 9219 (java) R 9211 9214 21827 0 -1 4202560 1007856 0 0 0 52155 285 0 0 20 0 15 0 14462713 13230772224 1685485 18446744073709551615 4194304 4196468 140736541207088 140183649815184 140183699886532 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9220] ppid=9211 vsize=12920676 CPUtime=523.9 cores=0,2,4,6
/proc/9214/task/9220/stat : 9220 (java) R 9211 9214 21827 0 -1 4202560 145857 0 0 0 52219 171 0 0 20 0 15 0 14462713 13230772224 1685485 18446744073709551615 4194304 4196468 140736541207088 140183648762584 140183697064359 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9221] ppid=9211 vsize=12920676 CPUtime=3.69 cores=0,2,4,6
/proc/9214/task/9221/stat : 9221 (java) S 9211 9214 21827 0 -1 1077944384 18578 0 0 0 366 3 0 0 20 0 15 0 14462714 13230772224 1685485 18446744073709551615 4194304 4196468 140736541207088 140183199970464 140183715448533 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9222] ppid=9211 vsize=12920676 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9222/stat : 9222 (java) S 9211 9214 21827 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 14462714 13230772224 1685485 18446744073709551615 4194304 4196468 140736541207088 140183198917984 140183715448533 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9223] ppid=9211 vsize=12920676 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9223/stat : 9223 (java) S 9211 9214 21827 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 14462715 13230772224 1685485 18446744073709551615 4194304 4196468 140736541207088 140183197865600 140183715448533 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9224] ppid=9211 vsize=12920676 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9224/stat : 9224 (java) S 9211 9214 21827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14462717 13230772224 1685485 18446744073709551615 4194304 4196468 140736541207088 140183196813904 140183715456923 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9225] ppid=9211 vsize=12920676 CPUtime=3.13 cores=0,2,4,6
/proc/9214/task/9225/stat : 9225 (java) S 9211 9214 21827 0 -1 1077944384 16987 0 0 0 312 1 0 0 20 0 15 0 14462717 13230772224 1685485 18446744073709551615 4194304 4196468 140736541207088 140183195760752 140183715449474 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9226] ppid=9211 vsize=12920676 CPUtime=3.29 cores=0,2,4,6
/proc/9214/task/9226/stat : 9226 (java) S 9211 9214 21827 0 -1 1077944384 16485 0 0 0 327 2 0 0 20 0 15 0 14462717 13230772224 1685485 18446744073709551615 4194304 4196468 140736541207088 140183194707952 140183715449474 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9227] ppid=9211 vsize=12920676 CPUtime=0.89 cores=0,2,4,6
/proc/9214/task/9227/stat : 9227 (java) S 9211 9214 21827 0 -1 1077944384 11943 0 0 0 88 1 0 0 20 0 15 0 14462717 13230772224 1685485 18446744073709551615 4194304 4196468 140736541207088 140183193655664 140183715449474 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9228] ppid=9211 vsize=12920676 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9228/stat : 9228 (java) S 9211 9214 21827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14462717 13230772224 1685485 18446744073709551615 4194304 4196468 140736541207088 140183192603104 140183715448533 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9229] ppid=9211 vsize=12920676 CPUtime=0.57 cores=0,2,4,6
/proc/9214/task/9229/stat : 9229 (java) S 9211 9214 21827 0 -1 1077944384 853 0 0 0 30 27 0 0 20 0 15 0 14462722 13230772224 1685485 18446744073709551615 4194304 4196468 140736541207088 140183191550896 140183715449474 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
Current children cumulated CPU time (s) 2400.32
Current children cumulated vsize (KiB) 12920676

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -9214
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 9214 sig 9
??? end of watcher thread

Solver just ended.
Dumping a history of the last processes samples

[startup+823.201 s]
/proc/loadavg: 4.11 4.39 3.48 7/209 9271
/proc/meminfo: memFree=18372988/32770624 swapFree=0/44628
[pid=9214] ppid=9211 vsize=12986212 CPUtime=2403.5 cores=0,2,4,6
/proc/9214/stat : 9214 (java) S 9211 9214 21827 0 -1 1077944320 2143919 0 0 0 239468 882 0 0 20 0 15 0 14462702 13297881088 1698657 18446744073709551615 4194304 4196468 140736541207088 140736541189632 140183715438327 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
/proc/9214/statm: 3246553 1698657 3820 1 0 3235327 0
[pid=9214/tid=9216] ppid=9211 vsize=12986212 CPUtime=292.59 cores=0,2,4,6
/proc/9214/task/9216/stat : 9216 (java) S 9211 9214 21827 0 -1 1077944384 428310 0 0 0 29221 38 0 0 20 0 15 0 14462712 13297881088 1698657 18446744073709551615 4194304 4196468 140736541207088 140183719676752 140183715448533 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9217] ppid=9211 vsize=12986212 CPUtime=524.78 cores=0,2,4,6
/proc/9214/task/9217/stat : 9217 (java) R 9211 9214 21827 0 -1 4202560 294271 0 0 0 52289 189 0 0 20 0 15 0 14462713 13297881088 1698657 18446744073709551615 4194304 4196468 140736541207088 140183651920472 140183700482734 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9218] ppid=9211 vsize=12986212 CPUtime=524.55 cores=0,2,4,6
/proc/9214/task/9218/stat : 9218 (java) R 9211 9214 21827 0 -1 4202560 187951 0 0 0 52277 178 0 0 20 0 15 0 14462713 13297881088 1698657 18446744073709551615 4194304 4196468 140736541207088 140183650867360 140183700482413 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9219] ppid=9211 vsize=12986212 CPUtime=525.2 cores=0,2,4,6
/proc/9214/task/9219/stat : 9219 (java) R 9211 9214 21827 0 -1 4202560 1021243 0 0 0 52232 288 0 0 20 0 15 0 14462713 13297881088 1698657 18446744073709551615 4194304 4196468 140736541207088 140183649814568 140183700465746 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9220] ppid=9211 vsize=12986212 CPUtime=524.7 cores=0,2,4,6
/proc/9214/task/9220/stat : 9220 (java) R 9211 9214 21827 0 -1 4202560 145880 0 0 0 52299 171 0 0 20 0 15 0 14462713 13297881088 1698657 18446744073709551615 4194304 4196468 140736541207088 140183648762584 140183700465746 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9221] ppid=9211 vsize=12986212 CPUtime=3.69 cores=0,2,4,6
/proc/9214/task/9221/stat : 9221 (java) S 9211 9214 21827 0 -1 1077944384 18578 0 0 0 366 3 0 0 20 0 15 0 14462714 13297881088 1698657 18446744073709551615 4194304 4196468 140736541207088 140183199970464 140183715448533 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9222] ppid=9211 vsize=12986212 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9222/stat : 9222 (java) S 9211 9214 21827 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 14462714 13297881088 1698657 18446744073709551615 4194304 4196468 140736541207088 140183198917984 140183715448533 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9223] ppid=9211 vsize=12986212 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9223/stat : 9223 (java) S 9211 9214 21827 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 14462715 13297881088 1698657 18446744073709551615 4194304 4196468 140736541207088 140183197865600 140183715448533 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9224] ppid=9211 vsize=12986212 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9224/stat : 9224 (java) S 9211 9214 21827 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 14462717 13297881088 1698657 18446744073709551615 4194304 4196468 140736541207088 140183196813552 140183715448533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9225] ppid=9211 vsize=12986212 CPUtime=3.13 cores=0,2,4,6
/proc/9214/task/9225/stat : 9225 (java) S 9211 9214 21827 0 -1 1077944384 16987 0 0 0 312 1 0 0 20 0 15 0 14462717 13297881088 1698657 18446744073709551615 4194304 4196468 140736541207088 140183195760752 140183715449474 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9226] ppid=9211 vsize=12986212 CPUtime=3.29 cores=0,2,4,6
/proc/9214/task/9226/stat : 9226 (java) S 9211 9214 21827 0 -1 1077944384 16485 0 0 0 327 2 0 0 20 0 15 0 14462717 13297881088 1698657 18446744073709551615 4194304 4196468 140736541207088 140183194707952 140183715449474 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9227] ppid=9211 vsize=12986212 CPUtime=0.89 cores=0,2,4,6
/proc/9214/task/9227/stat : 9227 (java) S 9211 9214 21827 0 -1 1077944384 11943 0 0 0 88 1 0 0 20 0 15 0 14462717 13297881088 1698657 18446744073709551615 4194304 4196468 140736541207088 140183193655664 140183715449474 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9228] ppid=9211 vsize=12986212 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9228/stat : 9228 (java) S 9211 9214 21827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14462717 13297881088 1698657 18446744073709551615 4194304 4196468 140736541207088 140183192603104 140183715448533 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9229] ppid=9211 vsize=12986212 CPUtime=0.57 cores=0,2,4,6
/proc/9214/task/9229/stat : 9229 (java) S 9211 9214 21827 0 -1 1077944384 853 0 0 0 30 27 0 0 20 0 15 0 14462722 13297881088 1698657 18446744073709551615 4194304 4196468 140736541207088 140183191550896 140183715449474 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
Current children cumulated CPU time (s) 2403.5
Current children cumulated vsize (KiB) 12986212

[startup+824.008 s]
/proc/loadavg: 4.11 4.39 3.48 10/209 9271
/proc/meminfo: memFree=18372988/32770624 swapFree=0/44628
[pid=9214] ppid=9211 vsize=12986212 CPUtime=2406.72 cores=0,2,4,6
/proc/9214/stat : 9214 (java) S 9211 9214 21827 0 -1 1077944320 2144038 0 0 0 239790 882 0 0 20 0 15 0 14462702 13297881088 1698657 18446744073709551615 4194304 4196468 140736541207088 140736541189632 140183715438327 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
/proc/9214/statm: 3246553 1698657 3820 1 0 3235327 0
[pid=9214/tid=9216] ppid=9211 vsize=12986212 CPUtime=292.59 cores=0,2,4,6
/proc/9214/task/9216/stat : 9216 (java) S 9211 9214 21827 0 -1 1077944384 428310 0 0 0 29221 38 0 0 20 0 15 0 14462712 13297881088 1698657 18446744073709551615 4194304 4196468 140736541207088 140183719676752 140183715448533 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9217] ppid=9211 vsize=12986212 CPUtime=525.58 cores=0,2,4,6
/proc/9214/task/9217/stat : 9217 (java) R 9211 9214 21827 0 -1 4202560 294285 0 0 0 52369 189 0 0 20 0 15 0 14462713 13297881088 1698657 18446744073709551615 4194304 4196468 140736541207088 140183651920472 140183701196640 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9218] ppid=9211 vsize=12986212 CPUtime=525.36 cores=0,2,4,6
/proc/9214/task/9218/stat : 9218 (java) R 9211 9214 21827 0 -1 4202560 187967 0 0 0 52358 178 0 0 20 0 15 0 14462713 13297881088 1698657 18446744073709551615 4194304 4196468 140736541207088 140183650867360 140183700465609 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9219] ppid=9211 vsize=12986212 CPUtime=526 cores=0,2,4,6
/proc/9214/task/9219/stat : 9219 (java) R 9211 9214 21827 0 -1 4202560 1021321 0 0 0 52312 288 0 0 20 0 15 0 14462713 13297881088 1698657 18446744073709551615 4194304 4196468 140736541207088 140183649814568 140183697085863 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9220] ppid=9211 vsize=12986212 CPUtime=525.51 cores=0,2,4,6
/proc/9214/task/9220/stat : 9220 (java) R 9211 9214 21827 0 -1 4202560 145891 0 0 0 52380 171 0 0 20 0 15 0 14462713 13297881088 1698657 18446744073709551615 4194304 4196468 140736541207088 140183648762584 140183700482734 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9221] ppid=9211 vsize=12986212 CPUtime=3.69 cores=0,2,4,6
/proc/9214/task/9221/stat : 9221 (java) S 9211 9214 21827 0 -1 1077944384 18578 0 0 0 366 3 0 0 20 0 15 0 14462714 13297881088 1698657 18446744073709551615 4194304 4196468 140736541207088 140183199970464 140183715448533 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9222] ppid=9211 vsize=12986212 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9222/stat : 9222 (java) S 9211 9214 21827 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 14462714 13297881088 1698657 18446744073709551615 4194304 4196468 140736541207088 140183198917984 140183715448533 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9223] ppid=9211 vsize=12986212 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9223/stat : 9223 (java) S 9211 9214 21827 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 14462715 13297881088 1698657 18446744073709551615 4194304 4196468 140736541207088 140183197865600 140183715448533 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9224] ppid=9211 vsize=12986212 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9224/stat : 9224 (java) S 9211 9214 21827 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 14462717 13297881088 1698657 18446744073709551615 4194304 4196468 140736541207088 140183196813552 140183715448533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9225] ppid=9211 vsize=12986212 CPUtime=3.13 cores=0,2,4,6
/proc/9214/task/9225/stat : 9225 (java) S 9211 9214 21827 0 -1 1077944384 16987 0 0 0 312 1 0 0 20 0 15 0 14462717 13297881088 1698657 18446744073709551615 4194304 4196468 140736541207088 140183195760752 140183715449474 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9226] ppid=9211 vsize=12986212 CPUtime=3.29 cores=0,2,4,6
/proc/9214/task/9226/stat : 9226 (java) S 9211 9214 21827 0 -1 1077944384 16485 0 0 0 327 2 0 0 20 0 15 0 14462717 13297881088 1698657 18446744073709551615 4194304 4196468 140736541207088 140183194707952 140183715449474 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9227] ppid=9211 vsize=12986212 CPUtime=0.89 cores=0,2,4,6
/proc/9214/task/9227/stat : 9227 (java) S 9211 9214 21827 0 -1 1077944384 11943 0 0 0 88 1 0 0 20 0 15 0 14462717 13297881088 1698657 18446744073709551615 4194304 4196468 140736541207088 140183193655664 140183715449474 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9228] ppid=9211 vsize=12986212 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9228/stat : 9228 (java) S 9211 9214 21827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14462717 13297881088 1698657 18446744073709551615 4194304 4196468 140736541207088 140183192603104 140183715448533 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9229] ppid=9211 vsize=12986212 CPUtime=0.57 cores=0,2,4,6
/proc/9214/task/9229/stat : 9229 (java) S 9211 9214 21827 0 -1 1077944384 853 0 0 0 30 27 0 0 20 0 15 0 14462722 13297881088 1698657 18446744073709551615 4194304 4196468 140736541207088 140183191550896 140183715449474 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
Current children cumulated CPU time (s) 2406.72
Current children cumulated vsize (KiB) 12986212

[startup+824.401 s]
/proc/loadavg: 4.11 4.39 3.48 10/209 9271
/proc/meminfo: memFree=18372988/32770624 swapFree=0/44628
[pid=9214] ppid=9211 vsize=12986212 CPUtime=2408.29 cores=0,2,4,6
/proc/9214/stat : 9214 (java) S 9211 9214 21827 0 -1 1077944320 2144095 0 0 0 239947 882 0 0 20 0 15 0 14462702 13297881088 1698657 18446744073709551615 4194304 4196468 140736541207088 140736541189632 140183715438327 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
/proc/9214/statm: 3246553 1698657 3820 1 0 3235327 0
[pid=9214/tid=9216] ppid=9211 vsize=12986212 CPUtime=292.59 cores=0,2,4,6
/proc/9214/task/9216/stat : 9216 (java) S 9211 9214 21827 0 -1 1077944384 428310 0 0 0 29221 38 0 0 20 0 15 0 14462712 13297881088 1698657 18446744073709551615 4194304 4196468 140736541207088 140183719676752 140183715448533 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9217] ppid=9211 vsize=12986212 CPUtime=525.97 cores=0,2,4,6
/proc/9214/task/9217/stat : 9217 (java) R 9211 9214 21827 0 -1 4202560 294295 0 0 0 52408 189 0 0 20 0 15 0 14462713 13297881088 1698657 18446744073709551615 4194304 4196468 140736541207088 140183651920472 140183700482651 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9218] ppid=9211 vsize=12986212 CPUtime=525.75 cores=0,2,4,6
/proc/9214/task/9218/stat : 9218 (java) R 9211 9214 21827 0 -1 4202560 187973 0 0 0 52397 178 0 0 20 0 15 0 14462713 13297881088 1698657 18446744073709551615 4194304 4196468 140736541207088 140183650867360 140183700461620 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9219] ppid=9211 vsize=12986212 CPUtime=526.4 cores=0,2,4,6
/proc/9214/task/9219/stat : 9219 (java) R 9211 9214 21827 0 -1 4202560 1021357 0 0 0 52352 288 0 0 20 0 15 0 14462713 13297881088 1698657 18446744073709551615 4194304 4196468 140736541207088 140183649814568 140183697085898 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9220] ppid=9211 vsize=12986212 CPUtime=525.9 cores=0,2,4,6
/proc/9214/task/9220/stat : 9220 (java) R 9211 9214 21827 0 -1 4202560 145896 0 0 0 52419 171 0 0 20 0 15 0 14462713 13297881088 1698657 18446744073709551615 4194304 4196468 140736541207088 140183648762584 140183700482680 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9221] ppid=9211 vsize=12986212 CPUtime=3.69 cores=0,2,4,6
/proc/9214/task/9221/stat : 9221 (java) S 9211 9214 21827 0 -1 1077944384 18578 0 0 0 366 3 0 0 20 0 15 0 14462714 13297881088 1698657 18446744073709551615 4194304 4196468 140736541207088 140183199970464 140183715448533 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9222] ppid=9211 vsize=12986212 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9222/stat : 9222 (java) S 9211 9214 21827 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 14462714 13297881088 1698657 18446744073709551615 4194304 4196468 140736541207088 140183198917984 140183715448533 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9223] ppid=9211 vsize=12986212 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9223/stat : 9223 (java) S 9211 9214 21827 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 14462715 13297881088 1698657 18446744073709551615 4194304 4196468 140736541207088 140183197865600 140183715448533 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9224] ppid=9211 vsize=12986212 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9224/stat : 9224 (java) S 9211 9214 21827 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 14462717 13297881088 1698657 18446744073709551615 4194304 4196468 140736541207088 140183196813552 140183715448533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9225] ppid=9211 vsize=12986212 CPUtime=3.13 cores=0,2,4,6
/proc/9214/task/9225/stat : 9225 (java) S 9211 9214 21827 0 -1 1077944384 16987 0 0 0 312 1 0 0 20 0 15 0 14462717 13297881088 1698657 18446744073709551615 4194304 4196468 140736541207088 140183195760752 140183715449474 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9226] ppid=9211 vsize=12986212 CPUtime=3.29 cores=0,2,4,6
/proc/9214/task/9226/stat : 9226 (java) S 9211 9214 21827 0 -1 1077944384 16485 0 0 0 327 2 0 0 20 0 15 0 14462717 13297881088 1698657 18446744073709551615 4194304 4196468 140736541207088 140183194707952 140183715449474 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9227] ppid=9211 vsize=12986212 CPUtime=0.89 cores=0,2,4,6
/proc/9214/task/9227/stat : 9227 (java) S 9211 9214 21827 0 -1 1077944384 11943 0 0 0 88 1 0 0 20 0 15 0 14462717 13297881088 1698657 18446744073709551615 4194304 4196468 140736541207088 140183193655664 140183715449474 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9228] ppid=9211 vsize=12986212 CPUtime=0 cores=0,2,4,6
/proc/9214/task/9228/stat : 9228 (java) S 9211 9214 21827 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14462717 13297881088 1698657 18446744073709551615 4194304 4196468 140736541207088 140183192603104 140183715448533 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
[pid=9214/tid=9229] ppid=9211 vsize=12986212 CPUtime=0.57 cores=0,2,4,6
/proc/9214/task/9229/stat : 9229 (java) S 9211 9214 21827 0 -1 1077944384 853 0 0 0 30 27 0 0 20 0 15 0 14462722 13297881088 1698657 18446744073709551615 4194304 4196468 140736541207088 140183191550896 140183715449474 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29245440 140736541213085 140736541213263 140736541213263 140736541216719 0
Current children cumulated CPU time (s) 2408.29
Current children cumulated vsize (KiB) 12986212

Child ended because it received signal 9 (SIGKILL)
Real time (s): 824.483
CPU time (s): 2408.42
CPU user time (s): 2399.52
CPU system time (s): 8.89856
CPU usage (%): 292.113
Max. virtual memory (cumulated for all children) (KiB): 13117284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.52
system time used= 8.89856
maximum resident set size= 6795848
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2144101
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1032
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26658
involuntary context switches= 23294

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.1346 second user time and 4.8186 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-07 18:03:51
IDJOB=4249337
IDBENCH=139739
IDSOLVER=2627
FILE ID=node126/4249337-1502122669
RUNJOBID= node126-1502114824-8217
PBS_JOBID= 
Free space on /tmp= 61936 MiB

SOLVER NAME= OscaR - ALNS 2017-06-30
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s1/ChessboardColoration-int-40-40.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-4249337-1502122669/watcher-4249337-1502122669 -o /tmp/evaluation-result-4249337-1502122669/solver-4249337-1502122669 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502114824-8217 --watchdog 2560  java -Xmx10000m -jar oscar-cp-xcsp3-alns.jar --randomseed 4392601 --timelimit 2400 --memlimit 15500 --nbcore 4 HOME/instance-4249337-1502122669.xml

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

MD5SUM BENCH= 2ccb4f0641fb73c42fbac15220770a0a
RANDOM SEED=4392601

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        26483308 kB
MemAvailable:   26749976 kB
Buffers:          138492 kB
Cached:           419184 kB
SwapCached:          552 kB
Active:          5764648 kB
Inactive:         110208 kB
Active(anon):    5267808 kB
Inactive(anon):    66576 kB
Active(file):     496840 kB
Inactive(file):    43632 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105560 kB
Dirty:             76928 kB
Writeback:             0 kB
AnonPages:       5316804 kB
Mapped:            46196 kB
Shmem:             17048 kB
Slab:             109684 kB
SReclaimable:      84064 kB
SUnreclaim:        25620 kB
KernelStack:        3456 kB
PageTables:        15184 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6369352 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4853760 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61896 MiB
End job on node126 at 2017-08-07 18:17:36