Trace number 4255775

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
OscaR - ALNS 2017-07-26? (TO) 245.237 240.00999

General information on the benchmark

NameScheduling/Scheduling-js-taillard/
Taillard-js-050-20-7.xml
MD5SUMecccf1fc77215d60d30343c091882466
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 variables1050
Number of constraints1070
Number of domains1
Minimum domain size2884
Maximum domain size2884
Distribution of domain sizes[{"size":2884,"count":1050}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":50},{"degree":3,"count":1000}]
Minimum constraint arity1
Maximum constraint arity50
Distribution of constraint arities[{"arity":1,"count":50},{"arity":2,"count":1000},{"arity":50,"count":20}]
Number of extensional constraints0
Number of intensional constraints1050
Distribution of constraint types[{"type":"intension","count":1050},{"type":"noOverlap","count":20}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.32/0.43	c version: 2017-07-26
0.32/0.43	c seed: 998050026
0.32/0.43	c timeout: 264
0.32/0.43	c memlimit: 11000
0.32/0.44	c nbcore: 4
0.32/0.46	c Parsing instance...
3.96/1.79	c Parsing done, starting search...
245.21/240.00	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-4255775-1501624665/watcher-4255775-1501624665 -o /tmp/evaluation-result-4255775-1501624665/solver-4255775-1501624665 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node129-1501623099-17027 --watchdog 300 java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed 998050026 --timelimit 264 --memlimit 11000 --nbcore 4 HOME/instance-4255775-1501624665.xml 

pid=17536
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.63 1.66 1.68 2/175 17539
/proc/meminfo: memFree=31840880/32770624 swapFree=0/213384
[pid=17539] ppid=17536 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/17539/stat : 17539 (runsolver) D 17536 17539 5091 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 11089647 24240128 106 18446744073709551615 4194304 4338465 140733252860832 140733252858472 140674806588119 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 14196736 140733252866157 140733252866630 140733252866630 140733252870090 0
/proc/17539/statm: 5918 106 53 36 0 2156 0

[startup+0.100146 s]
/proc/loadavg: 1.63 1.66 1.68 2/175 17539
/proc/meminfo: memFree=31840880/32770624 swapFree=0/213384
[pid=17539] ppid=17536 vsize=356952 CPUtime=0 cores=1,3,5,7
/proc/17539/stat : 17539 (java) S 17536 17539 5091 0 -1 1077944320 1732 0 0 0 0 0 0 0 20 0 2 0 11089647 365518848 1880 18446744073709551615 4194304 4196468 140735344217680 140735344200224 140067413393143 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
/proc/17539/statm: 89238 1880 1032 1 0 79216 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 356952

[startup+0.200278 s]
/proc/loadavg: 1.63 1.66 1.68 2/175 17539
/proc/meminfo: memFree=31840880/32770624 swapFree=0/213384
[pid=17539] ppid=17536 vsize=13906484 CPUtime=0.05 cores=1,3,5,7
/proc/17539/stat : 17539 (java) S 17536 17539 5091 0 -1 1077944320 4948 0 0 0 5 0 0 0 20 0 14 0 11089647 14240239616 5482 18446744073709551615 4194304 4196468 140735344217680 140735344200224 140067413393143 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
/proc/17539/statm: 3476621 5482 2568 1 0 3466126 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 13906484

[startup+0.300306 s]
/proc/loadavg: 1.63 1.66 1.68 2/175 17539
/proc/meminfo: memFree=31840880/32770624 swapFree=0/213384
[pid=17539] ppid=17536 vsize=13975920 CPUtime=0.15 cores=1,3,5,7
/proc/17539/stat : 17539 (java) S 17536 17539 5091 0 -1 1077944320 9579 0 0 0 13 2 0 0 20 0 15 0 11089647 14311342080 8488 18446744073709551615 4194304 4196468 140735344217680 140735344200224 140067413393143 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
/proc/17539/statm: 3493980 8488 3379 1 0 3482767 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 13975920

[startup+0.706484 s]
/proc/loadavg: 1.63 1.66 1.68 2/175 17539
/proc/meminfo: memFree=31840880/32770624 swapFree=0/213384
[pid=17539] ppid=17536 vsize=13977988 CPUtime=0.95 cores=1,3,5,7
/proc/17539/stat : 17539 (java) S 17536 17539 5091 0 -1 1077944320 13866 0 0 0 89 6 0 0 20 0 15 0 11089647 14313459712 16132 18446744073709551615 4194304 4196468 140735344217680 140735344200224 140067413393143 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
/proc/17539/statm: 3494497 16132 3711 1 0 3483279 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 13977988

[startup+1.50148 s]
/proc/loadavg: 1.66 1.67 1.68 3/210 17578
/proc/meminfo: memFree=31654864/32770624 swapFree=0/198028
[pid=17539] ppid=17536 vsize=13982084 CPUtime=3.42 cores=1,3,5,7
/proc/17539/stat : 17539 (java) S 17536 17539 5091 0 -1 1077944320 28924 0 0 0 329 13 0 0 20 0 15 0 11089647 14317654016 37702 18446744073709551615 4194304 4196468 140735344217680 140735344200224 140067413393143 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
/proc/17539/statm: 3495521 37702 3754 1 0 3484303 0
[pid=17539/tid=17551] ppid=17536 vsize=13982084 CPUtime=1.3 cores=1,3,5,7
/proc/17539/task/17551/stat : 17551 (java) R 17536 17539 5091 0 -1 4202560 14622 0 0 0 123 7 0 0 20 0 15 0 11089657 14317654016 37702 18446744073709551615 4194304 4196468 140735344217680 140067417623752 140067028935303 0 4 1 16800974 0 0 0 -1 7 0 0 8 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17552] ppid=17536 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17539/task/17552/stat : 17552 (java) S 17536 17539 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11089657 14317654016 37702 18446744073709551615 4194304 4196468 140735344217680 140067347827472 140067413403349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17553] ppid=17536 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17539/task/17553/stat : 17553 (java) S 17536 17539 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11089658 14317654016 37702 18446744073709551615 4194304 4196468 140735344217680 140067346774928 140067413403349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17554] ppid=17536 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17539/task/17554/stat : 17554 (java) S 17536 17539 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11089658 14317654016 37702 18446744073709551615 4194304 4196468 140735344217680 140067345722384 140067413403349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17555] ppid=17536 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17539/task/17555/stat : 17555 (java) S 17536 17539 5091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 11089658 14317654016 37702 18446744073709551615 4194304 4196468 140735344217680 140067344669840 140067413403349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17556] ppid=17536 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17539/task/17556/stat : 17556 (java) S 17536 17539 5091 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 11089659 14317654016 37702 18446744073709551615 4194304 4196468 140735344217680 140066330204144 140067413404290 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17557] ppid=17536 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17539/task/17557/stat : 17557 (java) S 17536 17539 5091 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 11089659 14317654016 37702 18446744073709551615 4194304 4196468 140735344217680 140066329150368 140067413403349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17558] ppid=17536 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17539/task/17558/stat : 17558 (java) S 17536 17539 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 11089659 14317654016 37702 18446744073709551615 4194304 4196468 140735344217680 140066328097776 140067413403349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17560] ppid=17536 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17539/task/17560/stat : 17560 (java) S 17536 17539 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11089662 14317654016 37702 18446744073709551615 4194304 4196468 140735344217680 140066327046352 140067413411739 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17561] ppid=17536 vsize=13982084 CPUtime=0.65 cores=1,3,5,7
/proc/17539/task/17561/stat : 17561 (java) R 17536 17539 5091 0 -1 4202560 3062 0 0 0 64 1 0 0 20 0 15 0 11089662 14317654016 37702 18446744073709551615 4194304 4196468 140735344217680 140066325984080 140067397780192 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17562] ppid=17536 vsize=13982084 CPUtime=0.68 cores=1,3,5,7
/proc/17539/task/17562/stat : 17562 (java) R 17536 17539 5091 0 -1 4202560 3594 0 0 0 68 0 0 0 20 0 15 0 11089662 14317654016 37702 18446744073709551615 4194304 4196468 140735344217680 140066324941424 140067413406992 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17563] ppid=17536 vsize=13982084 CPUtime=0.74 cores=1,3,5,7
/proc/17539/task/17563/stat : 17563 (java) S 17536 17539 5091 0 -1 1077944384 6253 0 0 0 71 3 0 0 20 0 15 0 11089662 14317654016 37702 18446744073709551615 4194304 4196468 140735344217680 140066323888880 140067413404290 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17564] ppid=17536 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17539/task/17564/stat : 17564 (java) S 17536 17539 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11089662 14317654016 37702 18446744073709551615 4194304 4196468 140735344217680 140066322836576 140067413403349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17577] ppid=17536 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17539/task/17577/stat : 17577 (java) S 17536 17539 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11089671 14317654016 37702 18446744073709551615 4194304 4196468 140735344217680 140066321783088 140067413404290 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
Current children cumulated CPU time (s) 3.42
Current children cumulated vsize (KiB) 13982084

[startup+3.10064 s]
/proc/loadavg: 1.66 1.67 1.68 7/210 17578
/proc/meminfo: memFree=31511432/32770624 swapFree=0/198028
[pid=17539] ppid=17536 vsize=13982084 CPUtime=7.3 cores=1,3,5,7
/proc/17539/stat : 17539 (java) S 17536 17539 5091 0 -1 1077944320 33771 0 0 0 715 15 0 0 20 0 15 0 11089647 14317654016 49633 18446744073709551615 4194304 4196468 140735344217680 140735344200224 140067413393143 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
/proc/17539/statm: 3495521 49633 3768 1 0 3484303 0
[pid=17539/tid=17551] ppid=17536 vsize=13982084 CPUtime=2.89 cores=1,3,5,7
/proc/17539/task/17551/stat : 17551 (java) R 17536 17539 5091 0 -1 4202560 15078 0 0 0 281 8 0 0 20 0 15 0 11089657 14317654016 49633 18446744073709551615 4194304 4196468 140735344217680 140067417627872 140067030671625 0 4 1 16800974 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17552] ppid=17536 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17539/task/17552/stat : 17552 (java) S 17536 17539 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11089657 14317654016 49633 18446744073709551615 4194304 4196468 140735344217680 140067347827472 140067413403349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17553] ppid=17536 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17539/task/17553/stat : 17553 (java) S 17536 17539 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11089658 14317654016 49633 18446744073709551615 4194304 4196468 140735344217680 140067346774928 140067413403349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17554] ppid=17536 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17539/task/17554/stat : 17554 (java) S 17536 17539 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11089658 14317654016 49633 18446744073709551615 4194304 4196468 140735344217680 140067345722384 140067413403349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17555] ppid=17536 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17539/task/17555/stat : 17555 (java) S 17536 17539 5091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 11089658 14317654016 49633 18446744073709551615 4194304 4196468 140735344217680 140067344669840 140067413403349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17556] ppid=17536 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17539/task/17556/stat : 17556 (java) S 17536 17539 5091 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 11089659 14317654016 49633 18446744073709551615 4194304 4196468 140735344217680 140066330204144 140067413404290 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17557] ppid=17536 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17539/task/17557/stat : 17557 (java) S 17536 17539 5091 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 11089659 14317654016 49633 18446744073709551615 4194304 4196468 140735344217680 140066329150368 140067413403349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17558] ppid=17536 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17539/task/17558/stat : 17558 (java) S 17536 17539 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 11089659 14317654016 49633 18446744073709551615 4194304 4196468 140735344217680 140066328097776 140067413403349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17560] ppid=17536 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17539/task/17560/stat : 17560 (java) S 17536 17539 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11089662 14317654016 49633 18446744073709551615 4194304 4196468 140735344217680 140066327046352 140067413411739 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17561] ppid=17536 vsize=13982084 CPUtime=1.7 cores=1,3,5,7
/proc/17539/task/17561/stat : 17561 (java) S 17536 17539 5091 0 -1 1077944384 5913 0 0 0 169 1 0 0 20 0 15 0 11089662 14317654016 49633 18446744073709551615 4194304 4196468 140735344217680 140066325993968 140067413404290 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17562] ppid=17536 vsize=13982084 CPUtime=1.81 cores=1,3,5,7
/proc/17539/task/17562/stat : 17562 (java) S 17536 17539 5091 0 -1 1077944384 4802 0 0 0 180 1 0 0 20 0 15 0 11089662 14317654016 49633 18446744073709551615 4194304 4196468 140735344217680 140066324941424 140067413404290 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17563] ppid=17536 vsize=13982084 CPUtime=0.85 cores=1,3,5,7
/proc/17539/task/17563/stat : 17563 (java) S 17536 17539 5091 0 -1 1077944384 6544 0 0 0 82 3 0 0 20 0 15 0 11089662 14317654016 49633 18446744073709551615 4194304 4196468 140735344217680 140066323888880 140067413404290 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17564] ppid=17536 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17539/task/17564/stat : 17564 (java) S 17536 17539 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11089662 14317654016 49633 18446744073709551615 4194304 4196468 140735344217680 140066322836576 140067413403349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17577] ppid=17536 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17539/task/17577/stat : 17577 (java) S 17536 17539 5091 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 11089671 14317654016 49633 18446744073709551615 4194304 4196468 140735344217680 140066321783088 140067413404290 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
Current children cumulated CPU time (s) 7.3
Current children cumulated vsize (KiB) 13982084

[startup+6.30053 s]
/proc/loadavg: 1.66 1.67 1.68 3/210 17578
/proc/meminfo: memFree=31406680/32770624 swapFree=0/198040
[pid=17539] ppid=17536 vsize=13982084 CPUtime=10.95 cores=1,3,5,7
/proc/17539/stat : 17539 (java) S 17536 17539 5091 0 -1 1077944320 39596 0 0 0 1079 16 0 0 20 0 15 0 11089647 14317654016 57544 18446744073709551615 4194304 4196468 140735344217680 140735344200224 140067413393143 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
/proc/17539/statm: 3495521 57544 3797 1 0 3484303 0
[pid=17539/tid=17551] ppid=17536 vsize=13982084 CPUtime=6.07 cores=1,3,5,7
/proc/17539/task/17551/stat : 17551 (java) R 17536 17539 5091 0 -1 4202560 15359 0 0 0 599 8 0 0 20 0 15 0 11089657 14317654016 57544 18446744073709551615 4194304 4196468 140735344217680 140067417627936 140067031146608 0 4 1 16800974 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17552] ppid=17536 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17539/task/17552/stat : 17552 (java) S 17536 17539 5091 0 -1 1077944384 112 0 0 0 0 0 0 0 20 0 15 0 11089657 14317654016 57544 18446744073709551615 4194304 4196468 140735344217680 140067347827472 140067413403349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17553] ppid=17536 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17539/task/17553/stat : 17553 (java) S 17536 17539 5091 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 15 0 11089658 14317654016 57544 18446744073709551615 4194304 4196468 140735344217680 140067346774928 140067413403349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17554] ppid=17536 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17539/task/17554/stat : 17554 (java) S 17536 17539 5091 0 -1 1077944384 1118 0 0 0 0 0 0 0 20 0 15 0 11089658 14317654016 57544 18446744073709551615 4194304 4196468 140735344217680 140067345722384 140067413403349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17555] ppid=17536 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17539/task/17555/stat : 17555 (java) S 17536 17539 5091 0 -1 1077944384 483 0 0 0 0 0 0 0 20 0 15 0 11089658 14317654016 57544 18446744073709551615 4194304 4196468 140735344217680 140067344669840 140067413403349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17556] ppid=17536 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17539/task/17556/stat : 17556 (java) S 17536 17539 5091 0 -1 1077944384 234 0 0 0 0 0 0 0 20 0 15 0 11089659 14317654016 57544 18446744073709551615 4194304 4196468 140735344217680 140066330204144 140067413404290 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17557] ppid=17536 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17539/task/17557/stat : 17557 (java) S 17536 17539 5091 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 11089659 14317654016 57544 18446744073709551615 4194304 4196468 140735344217680 140066329150432 140067413403349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17558] ppid=17536 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17539/task/17558/stat : 17558 (java) S 17536 17539 5091 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 11089659 14317654016 57544 18446744073709551615 4194304 4196468 140735344217680 140066328097776 140067413403349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17560] ppid=17536 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17539/task/17560/stat : 17560 (java) S 17536 17539 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11089662 14317654016 57544 18446744073709551615 4194304 4196468 140735344217680 140066327046352 140067413411739 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17561] ppid=17536 vsize=13982084 CPUtime=1.92 cores=1,3,5,7
/proc/17539/task/17561/stat : 17561 (java) S 17536 17539 5091 0 -1 1077944384 6794 0 0 0 191 1 0 0 20 0 15 0 11089662 14317654016 57544 18446744073709551615 4194304 4196468 140735344217680 140066325993968 140067413404290 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17562] ppid=17536 vsize=13982084 CPUtime=1.98 cores=1,3,5,7
/proc/17539/task/17562/stat : 17562 (java) S 17536 17539 5091 0 -1 1077944384 5580 0 0 0 197 1 0 0 20 0 15 0 11089662 14317654016 57544 18446744073709551615 4194304 4196468 140735344217680 140066324941424 140067413404290 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17563] ppid=17536 vsize=13982084 CPUtime=0.88 cores=1,3,5,7
/proc/17539/task/17563/stat : 17563 (java) S 17536 17539 5091 0 -1 1077944384 7896 0 0 0 85 3 0 0 20 0 15 0 11089662 14317654016 57544 18446744073709551615 4194304 4196468 140735344217680 140066323888880 140067413404290 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17564] ppid=17536 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17539/task/17564/stat : 17564 (java) S 17536 17539 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11089662 14317654016 57544 18446744073709551615 4194304 4196468 140735344217680 140066322836576 140067413403349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17577] ppid=17536 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17539/task/17577/stat : 17577 (java) S 17536 17539 5091 0 -1 1077944384 498 0 0 0 0 0 0 0 20 0 15 0 11089671 14317654016 57544 18446744073709551615 4194304 4196468 140735344217680 140066321783088 140067413404290 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
Current children cumulated CPU time (s) 10.95
Current children cumulated vsize (KiB) 13982084

[startup+12.7006 s]
/proc/loadavg: 1.56 1.64 1.68 3/210 17578
/proc/meminfo: memFree=31389124/32770624 swapFree=0/198048
[pid=17539] ppid=17536 vsize=13982084 CPUtime=17.45 cores=1,3,5,7
/proc/17539/stat : 17539 (java) S 17536 17539 5091 0 -1 1077944320 42372 0 0 0 1728 17 0 0 20 0 15 0 11089647 14317654016 59625 18446744073709551615 4194304 4196468 140735344217680 140735344200224 140067413393143 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
/proc/17539/statm: 3495521 59625 3802 1 0 3484303 0
[pid=17539/tid=17551] ppid=17536 vsize=13982084 CPUtime=12.46 cores=1,3,5,7
/proc/17539/task/17551/stat : 17551 (java) R 17536 17539 5091 0 -1 4202560 15658 0 0 0 1238 8 0 0 20 0 15 0 11089657 14317654016 59625 18446744073709551615 4194304 4196468 140735344217680 140067417628240 140067031008054 0 4 1 16800974 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17552] ppid=17536 vsize=13982084 CPUtime=0.01 cores=1,3,5,7
/proc/17539/task/17552/stat : 17552 (java) S 17536 17539 5091 0 -1 1077944384 119 0 0 0 1 0 0 0 20 0 15 0 11089657 14317654016 59625 18446744073709551615 4194304 4196468 140735344217680 140067347827472 140067413403349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17553] ppid=17536 vsize=13982084 CPUtime=0.01 cores=1,3,5,7
/proc/17539/task/17553/stat : 17553 (java) S 17536 17539 5091 0 -1 1077944384 80 0 0 0 1 0 0 0 20 0 15 0 11089658 14317654016 59625 18446744073709551615 4194304 4196468 140735344217680 140067346774928 140067413403349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17554] ppid=17536 vsize=13982084 CPUtime=0.01 cores=1,3,5,7
/proc/17539/task/17554/stat : 17554 (java) S 17536 17539 5091 0 -1 1077944384 1130 0 0 0 1 0 0 0 20 0 15 0 11089658 14317654016 59625 18446744073709551615 4194304 4196468 140735344217680 140067345722384 140067413403349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17555] ppid=17536 vsize=13982084 CPUtime=0.01 cores=1,3,5,7
/proc/17539/task/17555/stat : 17555 (java) S 17536 17539 5091 0 -1 1077944384 489 0 0 0 1 0 0 0 20 0 15 0 11089658 14317654016 59625 18446744073709551615 4194304 4196468 140735344217680 140067344669840 140067413403349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17556] ppid=17536 vsize=13982084 CPUtime=0.01 cores=1,3,5,7
/proc/17539/task/17556/stat : 17556 (java) S 17536 17539 5091 0 -1 1077944384 265 0 0 0 1 0 0 0 20 0 15 0 11089659 14317654016 59625 18446744073709551615 4194304 4196468 140735344217680 140066330204144 140067413404290 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17557] ppid=17536 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17539/task/17557/stat : 17557 (java) S 17536 17539 5091 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 11089659 14317654016 59625 18446744073709551615 4194304 4196468 140735344217680 140066329150432 140067413403349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17558] ppid=17536 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17539/task/17558/stat : 17558 (java) S 17536 17539 5091 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 11089659 14317654016 59625 18446744073709551615 4194304 4196468 140735344217680 140066328097792 140067413403349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17560] ppid=17536 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17539/task/17560/stat : 17560 (java) S 17536 17539 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11089662 14317654016 59625 18446744073709551615 4194304 4196468 140735344217680 140066327046352 140067413411739 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0

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

/proc/17539/task/17564/stat : 17564 (java) S 17536 17539 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11089662 14317654016 60134 18446744073709551615 4194304 4196468 140735344217680 140066322836576 140067413403349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17577] ppid=17536 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17539/task/17577/stat : 17577 (java) S 17536 17539 5091 0 -1 1077944384 747 0 0 0 0 0 0 0 20 0 15 0 11089671 14317654016 60134 18446744073709551615 4194304 4196468 140735344217680 140066321783088 140067413404290 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
Current children cumulated CPU time (s) 56.21
Current children cumulated vsize (KiB) 13982084

[startup+102.301 s]
/proc/loadavg: 1.77 1.70 1.69 3/209 17581
/proc/meminfo: memFree=31410332/32770624 swapFree=0/198092
[pid=17539] ppid=17536 vsize=13982084 CPUtime=107.44 cores=1,3,5,7
/proc/17539/stat : 17539 (java) S 17536 17539 5091 0 -1 1077944320 58265 0 0 0 10725 19 0 0 20 0 15 0 11089647 14317654016 55350 18446744073709551615 4194304 4196468 140735344217680 140735344200224 140067413393143 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
/proc/17539/statm: 3495521 55350 3802 1 0 3484303 0
[pid=17539/tid=17551] ppid=17536 vsize=13982084 CPUtime=102.02 cores=1,3,5,7
/proc/17539/task/17551/stat : 17551 (java) R 17536 17539 5091 0 -1 4202560 17745 0 0 0 10193 9 0 0 20 0 15 0 11089657 14317654016 55350 18446744073709551615 4194304 4196468 140735344217680 140067417631312 140067031405280 0 4 1 16800974 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17552] ppid=17536 vsize=13982084 CPUtime=0.04 cores=1,3,5,7
/proc/17539/task/17552/stat : 17552 (java) S 17536 17539 5091 0 -1 1077944384 951 0 0 0 4 0 0 0 20 0 15 0 11089657 14317654016 55350 18446744073709551615 4194304 4196468 140735344217680 140067347827472 140067413403349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17553] ppid=17536 vsize=13982084 CPUtime=0.04 cores=1,3,5,7
/proc/17539/task/17553/stat : 17553 (java) S 17536 17539 5091 0 -1 1077944384 1308 0 0 0 4 0 0 0 20 0 15 0 11089658 14317654016 55350 18446744073709551615 4194304 4196468 140735344217680 140067346774928 140067413403349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17554] ppid=17536 vsize=13982084 CPUtime=0.04 cores=1,3,5,7
/proc/17539/task/17554/stat : 17554 (java) S 17536 17539 5091 0 -1 1077944384 2488 0 0 0 4 0 0 0 20 0 15 0 11089658 14317654016 55350 18446744073709551615 4194304 4196468 140735344217680 140067345722384 140067413403349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17555] ppid=17536 vsize=13982084 CPUtime=0.04 cores=1,3,5,7
/proc/17539/task/17555/stat : 17555 (java) S 17536 17539 5091 0 -1 1077944384 2785 0 0 0 4 0 0 0 20 0 15 0 11089658 14317654016 55350 18446744073709551615 4194304 4196468 140735344217680 140067344669840 140067413403349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17556] ppid=17536 vsize=13982084 CPUtime=0.03 cores=1,3,5,7
/proc/17539/task/17556/stat : 17556 (java) S 17536 17539 5091 0 -1 1077944384 1327 0 0 0 3 0 0 0 20 0 15 0 11089659 14317654016 55350 18446744073709551615 4194304 4196468 140735344217680 140066330204144 140067413404290 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17557] ppid=17536 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17539/task/17557/stat : 17557 (java) S 17536 17539 5091 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 11089659 14317654016 55350 18446744073709551615 4194304 4196468 140735344217680 140066329150432 140067413403349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17558] ppid=17536 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17539/task/17558/stat : 17558 (java) S 17536 17539 5091 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 11089659 14317654016 55350 18446744073709551615 4194304 4196468 140735344217680 140066328097792 140067413403349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17560] ppid=17536 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17539/task/17560/stat : 17560 (java) S 17536 17539 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11089662 14317654016 55350 18446744073709551615 4194304 4196468 140735344217680 140066327046352 140067413411739 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17561] ppid=17536 vsize=13982084 CPUtime=2.16 cores=1,3,5,7
/proc/17539/task/17561/stat : 17561 (java) S 17536 17539 5091 0 -1 1077944384 12358 0 0 0 214 2 0 0 20 0 15 0 11089662 14317654016 55350 18446744073709551615 4194304 4196468 140735344217680 140066325993968 140067413404290 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17562] ppid=17536 vsize=13982084 CPUtime=2.08 cores=1,3,5,7
/proc/17539/task/17562/stat : 17562 (java) S 17536 17539 5091 0 -1 1077944384 7994 0 0 0 207 1 0 0 20 0 15 0 11089662 14317654016 55350 18446744073709551615 4194304 4196468 140735344217680 140066324941424 140067413404290 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17563] ppid=17536 vsize=13982084 CPUtime=0.89 cores=1,3,5,7
/proc/17539/task/17563/stat : 17563 (java) S 17536 17539 5091 0 -1 1077944384 9091 0 0 0 86 3 0 0 20 0 15 0 11089662 14317654016 55350 18446744073709551615 4194304 4196468 140735344217680 140066323888880 140067413404290 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17564] ppid=17536 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17539/task/17564/stat : 17564 (java) S 17536 17539 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11089662 14317654016 55350 18446744073709551615 4194304 4196468 140735344217680 140066322836576 140067413403349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17577] ppid=17536 vsize=13982084 CPUtime=0.01 cores=1,3,5,7
/proc/17539/task/17577/stat : 17577 (java) S 17536 17539 5091 0 -1 1077944384 769 0 0 0 0 1 0 0 20 0 15 0 11089671 14317654016 55350 18446744073709551615 4194304 4196468 140735344217680 140066321783088 140067413404290 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
Current children cumulated CPU time (s) 107.44
Current children cumulated vsize (KiB) 13982084

[startup+162.301 s]
/proc/loadavg: 1.76 1.73 1.70 3/209 17583
/proc/meminfo: memFree=31459220/32770624 swapFree=0/198112
[pid=17539] ppid=17536 vsize=13982084 CPUtime=167.48 cores=1,3,5,7
/proc/17539/stat : 17539 (java) S 17536 17539 5091 0 -1 1077944320 59113 0 0 0 16727 21 0 0 20 0 15 0 11089647 14317654016 50976 18446744073709551615 4194304 4196468 140735344217680 140735344200224 140067413393143 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
/proc/17539/statm: 3495521 50976 3802 1 0 3484303 0
[pid=17539/tid=17551] ppid=17536 vsize=13982084 CPUtime=161.99 cores=1,3,5,7
/proc/17539/task/17551/stat : 17551 (java) R 17536 17539 5091 0 -1 4202560 18105 0 0 0 16190 9 0 0 20 0 15 0 11089657 14317654016 50976 18446744073709551615 4194304 4196468 140735344217680 140067417631456 140067031401780 0 4 1 16800974 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17552] ppid=17536 vsize=13982084 CPUtime=0.05 cores=1,3,5,7
/proc/17539/task/17552/stat : 17552 (java) S 17536 17539 5091 0 -1 1077944384 1048 0 0 0 5 0 0 0 20 0 15 0 11089657 14317654016 50976 18446744073709551615 4194304 4196468 140735344217680 140067347827472 140067413403349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17553] ppid=17536 vsize=13982084 CPUtime=0.05 cores=1,3,5,7
/proc/17539/task/17553/stat : 17553 (java) S 17536 17539 5091 0 -1 1077944384 1337 0 0 0 5 0 0 0 20 0 15 0 11089658 14317654016 50976 18446744073709551615 4194304 4196468 140735344217680 140067346774928 140067413403349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17554] ppid=17536 vsize=13982084 CPUtime=0.05 cores=1,3,5,7
/proc/17539/task/17554/stat : 17554 (java) S 17536 17539 5091 0 -1 1077944384 2531 0 0 0 5 0 0 0 20 0 15 0 11089658 14317654016 50976 18446744073709551615 4194304 4196468 140735344217680 140067345722384 140067413403349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17555] ppid=17536 vsize=13982084 CPUtime=0.05 cores=1,3,5,7
/proc/17539/task/17555/stat : 17555 (java) S 17536 17539 5091 0 -1 1077944384 2840 0 0 0 5 0 0 0 20 0 15 0 11089658 14317654016 50976 18446744073709551615 4194304 4196468 140735344217680 140067344669840 140067413403349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17556] ppid=17536 vsize=13982084 CPUtime=0.03 cores=1,3,5,7
/proc/17539/task/17556/stat : 17556 (java) S 17536 17539 5091 0 -1 1077944384 1557 0 0 0 3 0 0 0 20 0 15 0 11089659 14317654016 50976 18446744073709551615 4194304 4196468 140735344217680 140066330204144 140067413404290 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17557] ppid=17536 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17539/task/17557/stat : 17557 (java) S 17536 17539 5091 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 11089659 14317654016 50976 18446744073709551615 4194304 4196468 140735344217680 140066329150432 140067413403349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17558] ppid=17536 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17539/task/17558/stat : 17558 (java) S 17536 17539 5091 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 11089659 14317654016 50976 18446744073709551615 4194304 4196468 140735344217680 140066328097792 140067413403349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17560] ppid=17536 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17539/task/17560/stat : 17560 (java) S 17536 17539 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11089662 14317654016 50976 18446744073709551615 4194304 4196468 140735344217680 140066327046352 140067413411739 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17561] ppid=17536 vsize=13982084 CPUtime=2.16 cores=1,3,5,7
/proc/17539/task/17561/stat : 17561 (java) S 17536 17539 5091 0 -1 1077944384 12361 0 0 0 214 2 0 0 20 0 15 0 11089662 14317654016 50976 18446744073709551615 4194304 4196468 140735344217680 140066325993968 140067413404290 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17562] ppid=17536 vsize=13982084 CPUtime=2.08 cores=1,3,5,7
/proc/17539/task/17562/stat : 17562 (java) S 17536 17539 5091 0 -1 1077944384 7998 0 0 0 207 1 0 0 20 0 15 0 11089662 14317654016 50976 18446744073709551615 4194304 4196468 140735344217680 140066324941424 140067413404290 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17563] ppid=17536 vsize=13982084 CPUtime=0.89 cores=1,3,5,7
/proc/17539/task/17563/stat : 17563 (java) S 17536 17539 5091 0 -1 1077944384 9098 0 0 0 86 3 0 0 20 0 15 0 11089662 14317654016 50976 18446744073709551615 4194304 4196468 140735344217680 140066323888880 140067413404290 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17564] ppid=17536 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17539/task/17564/stat : 17564 (java) S 17536 17539 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11089662 14317654016 50976 18446744073709551615 4194304 4196468 140735344217680 140066322836576 140067413403349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17577] ppid=17536 vsize=13982084 CPUtime=0.03 cores=1,3,5,7
/proc/17539/task/17577/stat : 17577 (java) S 17536 17539 5091 0 -1 1077944384 789 0 0 0 1 2 0 0 20 0 15 0 11089671 14317654016 50976 18446744073709551615 4194304 4196468 140735344217680 140066321783088 140067413404290 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
Current children cumulated CPU time (s) 167.48
Current children cumulated vsize (KiB) 13982084

[startup+222.306 s]
/proc/loadavg: 1.85 1.76 1.71 3/209 17585
/proc/meminfo: memFree=31505548/32770624 swapFree=0/198132
[pid=17539] ppid=17536 vsize=13982084 CPUtime=227.52 cores=1,3,5,7
/proc/17539/stat : 17539 (java) S 17536 17539 5091 0 -1 1077944320 59548 0 0 0 22730 22 0 0 20 0 15 0 11089647 14317654016 45718 18446744073709551615 4194304 4196468 140735344217680 140735344200224 140067413393143 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
/proc/17539/statm: 3495521 45718 3802 1 0 3484303 0
[pid=17539/tid=17551] ppid=17536 vsize=13982084 CPUtime=221.98 cores=1,3,5,7
/proc/17539/task/17551/stat : 17551 (java) R 17536 17539 5091 0 -1 4202560 18421 0 0 0 22189 9 0 0 20 0 15 0 11089657 14317654016 45718 18446744073709551615 4194304 4196468 140735344217680 140067417631584 140067030552023 0 4 1 16800974 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17552] ppid=17536 vsize=13982084 CPUtime=0.05 cores=1,3,5,7
/proc/17539/task/17552/stat : 17552 (java) S 17536 17539 5091 0 -1 1077944384 1073 0 0 0 5 0 0 0 20 0 15 0 11089657 14317654016 45718 18446744073709551615 4194304 4196468 140735344217680 140067347827472 140067413403349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17553] ppid=17536 vsize=13982084 CPUtime=0.05 cores=1,3,5,7
/proc/17539/task/17553/stat : 17553 (java) S 17536 17539 5091 0 -1 1077944384 1337 0 0 0 5 0 0 0 20 0 15 0 11089658 14317654016 45718 18446744073709551615 4194304 4196468 140735344217680 140067346774928 140067413403349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17554] ppid=17536 vsize=13982084 CPUtime=0.06 cores=1,3,5,7
/proc/17539/task/17554/stat : 17554 (java) S 17536 17539 5091 0 -1 1077944384 2551 0 0 0 5 1 0 0 20 0 15 0 11089658 14317654016 45718 18446744073709551615 4194304 4196468 140735344217680 140067345722384 140067413403349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17555] ppid=17536 vsize=13982084 CPUtime=0.06 cores=1,3,5,7
/proc/17539/task/17555/stat : 17555 (java) S 17536 17539 5091 0 -1 1077944384 2871 0 0 0 5 1 0 0 20 0 15 0 11089658 14317654016 45718 18446744073709551615 4194304 4196468 140735344217680 140067344669840 140067413403349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17556] ppid=17536 vsize=13982084 CPUtime=0.04 cores=1,3,5,7
/proc/17539/task/17556/stat : 17556 (java) S 17536 17539 5091 0 -1 1077944384 1576 0 0 0 4 0 0 0 20 0 15 0 11089659 14317654016 45718 18446744073709551615 4194304 4196468 140735344217680 140066330204144 140067413404290 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17557] ppid=17536 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17539/task/17557/stat : 17557 (java) S 17536 17539 5091 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 11089659 14317654016 45718 18446744073709551615 4194304 4196468 140735344217680 140066329150432 140067413403349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17558] ppid=17536 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17539/task/17558/stat : 17558 (java) S 17536 17539 5091 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 11089659 14317654016 45718 18446744073709551615 4194304 4196468 140735344217680 140066328097792 140067413403349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17560] ppid=17536 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17539/task/17560/stat : 17560 (java) S 17536 17539 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11089662 14317654016 45718 18446744073709551615 4194304 4196468 140735344217680 140066327046352 140067413411739 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17561] ppid=17536 vsize=13982084 CPUtime=2.16 cores=1,3,5,7
/proc/17539/task/17561/stat : 17561 (java) S 17536 17539 5091 0 -1 1077944384 12363 0 0 0 214 2 0 0 20 0 15 0 11089662 14317654016 45718 18446744073709551615 4194304 4196468 140735344217680 140066325993968 140067413404290 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17562] ppid=17536 vsize=13982084 CPUtime=2.08 cores=1,3,5,7
/proc/17539/task/17562/stat : 17562 (java) S 17536 17539 5091 0 -1 1077944384 8000 0 0 0 207 1 0 0 20 0 15 0 11089662 14317654016 45718 18446744073709551615 4194304 4196468 140735344217680 140066324941424 140067413404290 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17563] ppid=17536 vsize=13982084 CPUtime=0.89 cores=1,3,5,7
/proc/17539/task/17563/stat : 17563 (java) S 17536 17539 5091 0 -1 1077944384 9100 0 0 0 86 3 0 0 20 0 15 0 11089662 14317654016 45718 18446744073709551615 4194304 4196468 140735344217680 140066323888880 140067413404290 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17564] ppid=17536 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17539/task/17564/stat : 17564 (java) S 17536 17539 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11089662 14317654016 45718 18446744073709551615 4194304 4196468 140735344217680 140066322836576 140067413403349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17577] ppid=17536 vsize=13982084 CPUtime=0.03 cores=1,3,5,7
/proc/17539/task/17577/stat : 17577 (java) S 17536 17539 5091 0 -1 1077944384 807 0 0 0 1 2 0 0 20 0 15 0 11089671 14317654016 45718 18446744073709551615 4194304 4196468 140735344217680 140066321783088 140067413404290 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
Current children cumulated CPU time (s) 227.52
Current children cumulated vsize (KiB) 13982084



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.73 1.74 1.71 3/209 17585
/proc/meminfo: memFree=31518172/32770624 swapFree=0/198136
[pid=17539] ppid=17536 vsize=13982084 CPUtime=245.21 cores=1,3,5,7
/proc/17539/stat : 17539 (java) S 17536 17539 5091 0 -1 1077944320 59941 0 0 0 24499 22 0 0 20 0 15 0 11089647 14317654016 44436 18446744073709551615 4194304 4196468 140735344217680 140735344200224 140067413393143 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
/proc/17539/statm: 3495521 44436 3802 1 0 3484303 0
[pid=17539/tid=17551] ppid=17536 vsize=13982084 CPUtime=239.66 cores=1,3,5,7
/proc/17539/task/17551/stat : 17551 (java) R 17536 17539 5091 0 -1 4202560 18459 0 0 0 23957 9 0 0 20 0 15 0 11089657 14317654016 44436 18446744073709551615 4194304 4196468 140735344217680 140067417631456 140067030771904 0 4 1 16800974 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17552] ppid=17536 vsize=13982084 CPUtime=0.05 cores=1,3,5,7
/proc/17539/task/17552/stat : 17552 (java) S 17536 17539 5091 0 -1 1077944384 1096 0 0 0 5 0 0 0 20 0 15 0 11089657 14317654016 44436 18446744073709551615 4194304 4196468 140735344217680 140067347827472 140067413403349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17553] ppid=17536 vsize=13982084 CPUtime=0.06 cores=1,3,5,7
/proc/17539/task/17553/stat : 17553 (java) S 17536 17539 5091 0 -1 1077944384 1348 0 0 0 6 0 0 0 20 0 15 0 11089658 14317654016 44436 18446744073709551615 4194304 4196468 140735344217680 140067346774928 140067413403349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17554] ppid=17536 vsize=13982084 CPUtime=0.06 cores=1,3,5,7
/proc/17539/task/17554/stat : 17554 (java) S 17536 17539 5091 0 -1 1077944384 2643 0 0 0 5 1 0 0 20 0 15 0 11089658 14317654016 44436 18446744073709551615 4194304 4196468 140735344217680 140067345722384 140067413403349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17555] ppid=17536 vsize=13982084 CPUtime=0.06 cores=1,3,5,7
/proc/17539/task/17555/stat : 17555 (java) S 17536 17539 5091 0 -1 1077944384 2876 0 0 0 5 1 0 0 20 0 15 0 11089658 14317654016 44436 18446744073709551615 4194304 4196468 140735344217680 140067344669840 140067413403349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17556] ppid=17536 vsize=13982084 CPUtime=0.04 cores=1,3,5,7
/proc/17539/task/17556/stat : 17556 (java) S 17536 17539 5091 0 -1 1077944384 1790 0 0 0 4 0 0 0 20 0 15 0 11089659 14317654016 44436 18446744073709551615 4194304 4196468 140735344217680 140066330204144 140067413404290 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17557] ppid=17536 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17539/task/17557/stat : 17557 (java) S 17536 17539 5091 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 11089659 14317654016 44436 18446744073709551615 4194304 4196468 140735344217680 140066329150432 140067413403349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17558] ppid=17536 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17539/task/17558/stat : 17558 (java) S 17536 17539 5091 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 11089659 14317654016 44436 18446744073709551615 4194304 4196468 140735344217680 140066328097792 140067413403349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17560] ppid=17536 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17539/task/17560/stat : 17560 (java) S 17536 17539 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11089662 14317654016 44436 18446744073709551615 4194304 4196468 140735344217680 140066327046352 140067413411739 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17561] ppid=17536 vsize=13982084 CPUtime=2.16 cores=1,3,5,7
/proc/17539/task/17561/stat : 17561 (java) S 17536 17539 5091 0 -1 1077944384 12364 0 0 0 214 2 0 0 20 0 15 0 11089662 14317654016 44436 18446744073709551615 4194304 4196468 140735344217680 140066325993968 140067413404290 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17562] ppid=17536 vsize=13982084 CPUtime=2.08 cores=1,3,5,7
/proc/17539/task/17562/stat : 17562 (java) S 17536 17539 5091 0 -1 1077944384 8006 0 0 0 207 1 0 0 20 0 15 0 11089662 14317654016 44436 18446744073709551615 4194304 4196468 140735344217680 140066324941424 140067413404290 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17563] ppid=17536 vsize=13982084 CPUtime=0.89 cores=1,3,5,7
/proc/17539/task/17563/stat : 17563 (java) S 17536 17539 5091 0 -1 1077944384 9101 0 0 0 86 3 0 0 20 0 15 0 11089662 14317654016 44436 18446744073709551615 4194304 4196468 140735344217680 140066323888880 140067413404290 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17564] ppid=17536 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17539/task/17564/stat : 17564 (java) S 17536 17539 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11089662 14317654016 44436 18446744073709551615 4194304 4196468 140735344217680 140066322836576 140067413403349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
[pid=17539/tid=17577] ppid=17536 vsize=13982084 CPUtime=0.04 cores=1,3,5,7
/proc/17539/task/17577/stat : 17577 (java) S 17536 17539 5091 0 -1 1077944384 809 0 0 0 1 3 0 0 20 0 15 0 11089671 14317654016 44436 18446744073709551615 4194304 4196468 140735344217680 140066321783088 140067413404290 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21819392 140735344218520 140735344218699 140735344218699 140735344222159 0
Current children cumulated CPU time (s) 245.21
Current children cumulated vsize (KiB) 13982084

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 17539 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 240.01
CPU time (s): 245.237
CPU user time (s): 245.008
CPU system time (s): 0.22914
CPU usage (%): 102.178
Max. virtual memory (cumulated for all children) (KiB): 13982084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 245.008
system time used= 0.22914
maximum resident set size= 243028
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60386
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8643
involuntary context switches= 135

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.931127 second user time and 1.3552 second system time

The end

Launcher Data

Begin job on node129 at 2017-08-01 23:43:46
IDJOB=4255775
IDBENCH=115738
IDSOLVER=2638
FILE ID=node129/4255775-1501624665
RUNJOBID= node129-1501623099-17027
PBS_JOBID= 
Free space on /tmp= 61776 MiB

SOLVER NAME= OscaR - ALNS 2017-07-26
BENCH NAME= XCSP17/Scheduling/Scheduling-js-taillard/Taillard-js-050-20-7.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4255775-1501624665/watcher-4255775-1501624665 -o /tmp/evaluation-result-4255775-1501624665/solver-4255775-1501624665 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node129-1501623099-17027 --watchdog 300  java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed 998050026 --timelimit 264 --memlimit 11000 --nbcore 4 HOME/instance-4255775-1501624665.xml

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

MD5SUM BENCH= ecccf1fc77215d60d30343c091882466
RANDOM SEED=998050026

node129.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.53
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.57
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.53
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.57
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.53
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.57
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.53
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31841144 kB
MemAvailable:   32032752 kB
Buffers:          100168 kB
Cached:           374716 kB
SwapCached:            0 kB
Active:           298232 kB
Inactive:         230116 kB
Active(anon):      53900 kB
Inactive(anon):     8532 kB
Active(file):     244332 kB
Inactive(file):   221584 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             84400 kB
Writeback:             4 kB
AnonPages:         52960 kB
Mapped:            29412 kB
Shmem:              8872 kB
Slab:             107872 kB
SReclaimable:      83056 kB
SUnreclaim:        24816 kB
KernelStack:        3136 kB
PageTables:         4172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     281968 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61692 MiB
End job on node129 at 2017-08-01 23:47:46