Trace number 4255751

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) 244.791 240.01199

General information on the benchmark

NameScheduling/Scheduling-fs-taillard/
Taillard-fs-050-10-9.xml
MD5SUMb9411981d46c6b6e2ab3102ec0acde87
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 variables550
Number of constraints560
Number of domains1
Minimum domain size3191
Maximum domain size3191
Distribution of domain sizes[{"size":3191,"count":550}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":50},{"degree":3,"count":500}]
Minimum constraint arity1
Maximum constraint arity50
Distribution of constraint arities[{"arity":1,"count":50},{"arity":2,"count":500},{"arity":50,"count":10}]
Number of extensional constraints0
Number of intensional constraints550
Distribution of constraint types[{"type":"intension","count":550},{"type":"noOverlap","count":10}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.32/0.42	c version: 2017-07-26
0.32/0.42	c seed: 1659466371
0.32/0.42	c timeout: 264
0.32/0.42	c memlimit: 11000
0.32/0.42	c nbcore: 4
0.32/0.44	c Parsing instance...
2.57/1.38	c Parsing done, starting search...
244.76/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-4255751-1501624423/watcher-4255751-1501624423 -o /tmp/evaluation-result-4255751-1501624423/solver-4255751-1501624423 -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 1659466371 --timelimit 264 --memlimit 11000 --nbcore 4 HOME/instance-4255751-1501624423.xml 

pid=17364
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.38 1.52 1.65 2/174 17367
/proc/meminfo: memFree=31884640/32770624 swapFree=0/197868
[pid=17367] ppid=17364 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/17367/stat : 17367 (runsolver) D 17364 17367 5091 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 11065430 24240128 107 18446744073709551615 4194304 4338465 140729306428240 140729306425880 140537418154711 0 0 1 24578 18446744071580418449 0 0 17 3 0 0 0 0 0 6438912 6441760 24014848 140729306431596 140729306432070 140729306432070 140729306435530 0
/proc/17367/statm: 5918 107 54 36 0 2156 0

[startup+0.101763 s]
/proc/loadavg: 1.38 1.52 1.65 2/174 17367
/proc/meminfo: memFree=31884640/32770624 swapFree=0/197868
[pid=17367] ppid=17364 vsize=13375000 CPUtime=0.01 cores=1,3,5,7
/proc/17367/stat : 17367 (java) S 17364 17367 5091 0 -1 1077944320 3491 0 0 0 1 0 0 0 20 0 7 0 11065430 13696000000 4170 18446744073709551615 4194304 4196468 140734401394208 140734401376752 139987413483255 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
/proc/17367/statm: 3343750 4170 1940 1 0 3333255 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13375000

[startup+0.200325 s]
/proc/loadavg: 1.38 1.52 1.65 2/174 17367
/proc/meminfo: memFree=31884640/32770624 swapFree=0/197868
[pid=17367] ppid=17364 vsize=13906484 CPUtime=0.05 cores=1,3,5,7
/proc/17367/stat : 17367 (java) S 17364 17367 5091 0 -1 1077944320 4571 0 0 0 4 1 0 0 20 0 14 0 11065430 14240239616 5580 18446744073709551615 4194304 4196468 140734401394208 140734401376752 139987413483255 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
/proc/17367/statm: 3476621 5580 2549 1 0 3466126 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 13906484

[startup+0.300188 s]
/proc/loadavg: 1.38 1.52 1.65 2/174 17367
/proc/meminfo: memFree=31884640/32770624 swapFree=0/197868
[pid=17367] ppid=17364 vsize=13975920 CPUtime=0.17 cores=1,3,5,7
/proc/17367/stat : 17367 (java) S 17364 17367 5091 0 -1 1077944320 9417 0 0 0 14 3 0 0 20 0 15 0 11065430 14311342080 9308 18446744073709551615 4194304 4196468 140734401394208 140734401376752 139987413483255 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
/proc/17367/statm: 3493980 9308 3500 1 0 3482767 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 13975920

[startup+0.702241 s]
/proc/loadavg: 1.38 1.52 1.65 2/174 17367
/proc/meminfo: memFree=31884640/32770624 swapFree=0/197868
[pid=17367] ppid=17364 vsize=13977988 CPUtime=0.91 cores=1,3,5,7
/proc/17367/stat : 17367 (java) S 17364 17367 5091 0 -1 1077944320 13080 0 0 0 87 4 0 0 20 0 15 0 11065430 14313459712 16417 18446744073709551615 4194304 4196468 140734401394208 140734401376752 139987413483255 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
/proc/17367/statm: 3494497 16417 3713 1 0 3483279 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 13977988

[startup+1.50124 s]
/proc/loadavg: 1.38 1.52 1.65 6/209 17409
/proc/meminfo: memFree=31678040/32770624 swapFree=0/197856
[pid=17367] ppid=17364 vsize=13982084 CPUtime=3.22 cores=1,3,5,7
/proc/17367/stat : 17367 (java) S 17364 17367 5091 0 -1 1077944320 29070 0 0 0 313 9 0 0 20 0 15 0 11065430 14317654016 34123 18446744073709551615 4194304 4196468 140734401394208 140734401376752 139987413483255 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
/proc/17367/statm: 3495521 34123 3758 1 0 3484303 0
[pid=17367/tid=17372] ppid=17364 vsize=13982084 CPUtime=1.31 cores=1,3,5,7
/proc/17367/task/17372/stat : 17372 (java) R 17364 17367 5091 0 -1 4202560 15120 0 0 0 125 6 0 0 20 0 15 0 11065438 14317654016 34123 18446744073709551615 4194304 4196468 140734401394208 139987417718024 139987033534688 0 4 1 16800974 0 0 0 -1 7 0 0 9 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17373] ppid=17364 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17367/task/17373/stat : 17373 (java) S 17364 17367 5091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 11065439 14317654016 34123 18446744073709551615 4194304 4196468 140734401394208 139987347917072 139987413493461 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17374] ppid=17364 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17367/task/17374/stat : 17374 (java) S 17364 17367 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11065439 14317654016 34123 18446744073709551615 4194304 4196468 140734401394208 139987346864528 139987413493461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17375] ppid=17364 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17367/task/17375/stat : 17375 (java) S 17364 17367 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11065439 14317654016 34123 18446744073709551615 4194304 4196468 140734401394208 139987011680784 139987413493461 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17376] ppid=17364 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17367/task/17376/stat : 17376 (java) S 17364 17367 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11065439 14317654016 34123 18446744073709551615 4194304 4196468 140734401394208 139987010628240 139987413493461 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17377] ppid=17364 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17367/task/17377/stat : 17377 (java) S 17364 17367 5091 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 11065440 14317654016 34123 18446744073709551615 4194304 4196468 140734401394208 139986960075248 139987413494402 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17378] ppid=17364 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17367/task/17378/stat : 17378 (java) S 17364 17367 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 11065441 14317654016 34123 18446744073709551615 4194304 4196468 140734401394208 139986959021472 139987413493461 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17379] ppid=17364 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17367/task/17379/stat : 17379 (java) S 17364 17367 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 11065441 14317654016 34123 18446744073709551615 4194304 4196468 140734401394208 139986957968880 139987413493461 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17380] ppid=17364 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17367/task/17380/stat : 17380 (java) S 17364 17367 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11065443 14317654016 34123 18446744073709551615 4194304 4196468 140734401394208 139986956917456 139987413501851 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17381] ppid=17364 vsize=13982084 CPUtime=0.65 cores=1,3,5,7
/proc/17367/task/17381/stat : 17381 (java) R 17364 17367 5091 0 -1 4202560 2396 0 0 0 65 0 0 0 20 0 15 0 11065443 14317654016 34123 18446744073709551615 4194304 4196468 140734401394208 139986955851680 139987413504602 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17382] ppid=17364 vsize=13982084 CPUtime=0.55 cores=1,3,5,7
/proc/17367/task/17382/stat : 17382 (java) R 17364 17367 5091 0 -1 4202560 1663 0 0 0 55 0 0 0 20 0 15 0 11065443 14317654016 34123 18446744073709551615 4194304 4196468 140734401394208 139986954810688 139987394210783 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17383] ppid=17364 vsize=13982084 CPUtime=0.67 cores=1,3,5,7
/proc/17367/task/17383/stat : 17383 (java) S 17364 17367 5091 0 -1 1077944384 8451 0 0 0 66 1 0 0 20 0 15 0 11065443 14317654016 34123 18446744073709551615 4194304 4196468 140734401394208 139986953758960 139987413494402 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17384] ppid=17364 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17367/task/17384/stat : 17384 (java) S 17364 17367 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11065443 14317654016 34123 18446744073709551615 4194304 4196468 140734401394208 139986952706656 139987413493461 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17395] ppid=17364 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17367/task/17395/stat : 17395 (java) S 17364 17367 5091 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 11065453 14317654016 34123 18446744073709551615 4194304 4196468 140734401394208 139986951654192 139987413494402 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
Current children cumulated CPU time (s) 3.22
Current children cumulated vsize (KiB) 13982084

[startup+3.10069 s]
/proc/loadavg: 1.38 1.52 1.65 7/209 17409
/proc/meminfo: memFree=31509812/32770624 swapFree=0/197856
[pid=17367] ppid=17364 vsize=13982084 CPUtime=7.37 cores=1,3,5,7
/proc/17367/stat : 17367 (java) S 17364 17367 5091 0 -1 1077944320 40090 0 0 0 725 12 0 0 20 0 15 0 11065430 14317654016 60408 18446744073709551615 4194304 4196468 140734401394208 140734401376752 139987413483255 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
/proc/17367/statm: 3495521 60408 3779 1 0 3484303 0
[pid=17367/tid=17372] ppid=17364 vsize=13982084 CPUtime=2.89 cores=1,3,5,7
/proc/17367/task/17372/stat : 17372 (java) R 17364 17367 5091 0 -1 4202560 15309 0 0 0 282 7 0 0 20 0 15 0 11065438 14317654016 60408 18446744073709551615 4194304 4196468 140734401394208 139987417720992 139987035832640 0 4 1 16800974 0 0 0 -1 5 0 0 9 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17373] ppid=17364 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17367/task/17373/stat : 17373 (java) S 17364 17367 5091 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 11065439 14317654016 60408 18446744073709551615 4194304 4196468 140734401394208 139987347917072 139987413493461 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17374] ppid=17364 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17367/task/17374/stat : 17374 (java) S 17364 17367 5091 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 11065439 14317654016 60408 18446744073709551615 4194304 4196468 140734401394208 139987346864528 139987413493461 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17375] ppid=17364 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17367/task/17375/stat : 17375 (java) S 17364 17367 5091 0 -1 1077944384 528 0 0 0 0 0 0 0 20 0 15 0 11065439 14317654016 60408 18446744073709551615 4194304 4196468 140734401394208 139987011680784 139987413493461 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17376] ppid=17364 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17367/task/17376/stat : 17376 (java) S 17364 17367 5091 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 15 0 11065439 14317654016 60408 18446744073709551615 4194304 4196468 140734401394208 139987010628240 139987413493461 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17377] ppid=17364 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17367/task/17377/stat : 17377 (java) S 17364 17367 5091 0 -1 1077944384 213 0 0 0 0 0 0 0 20 0 15 0 11065440 14317654016 60408 18446744073709551615 4194304 4196468 140734401394208 139986960075248 139987413494402 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17378] ppid=17364 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17367/task/17378/stat : 17378 (java) S 17364 17367 5091 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 11065441 14317654016 60408 18446744073709551615 4194304 4196468 140734401394208 139986959021472 139987413493461 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17379] ppid=17364 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17367/task/17379/stat : 17379 (java) S 17364 17367 5091 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 11065441 14317654016 60408 18446744073709551615 4194304 4196468 140734401394208 139986957968880 139987413493461 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17380] ppid=17364 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17367/task/17380/stat : 17380 (java) S 17364 17367 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11065443 14317654016 60408 18446744073709551615 4194304 4196468 140734401394208 139986956917456 139987413501851 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17381] ppid=17364 vsize=13982084 CPUtime=1.8 cores=1,3,5,7
/proc/17367/task/17381/stat : 17381 (java) S 17364 17367 5091 0 -1 1077944384 5727 0 0 0 180 0 0 0 20 0 15 0 11065443 14317654016 60408 18446744073709551615 4194304 4196468 140734401394208 139986955864048 139987413494402 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17382] ppid=17364 vsize=13982084 CPUtime=1.9 cores=1,3,5,7
/proc/17367/task/17382/stat : 17382 (java) S 17364 17367 5091 0 -1 1077944384 7402 0 0 0 189 1 0 0 20 0 15 0 11065443 14317654016 60408 18446744073709551615 4194304 4196468 140734401394208 139986954811504 139987413494402 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17383] ppid=17364 vsize=13982084 CPUtime=0.71 cores=1,3,5,7
/proc/17367/task/17383/stat : 17383 (java) S 17364 17367 5091 0 -1 1077944384 9128 0 0 0 70 1 0 0 20 0 15 0 11065443 14317654016 60408 18446744073709551615 4194304 4196468 140734401394208 139986953758960 139987413494402 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17384] ppid=17364 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17367/task/17384/stat : 17384 (java) S 17364 17367 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11065443 14317654016 60408 18446744073709551615 4194304 4196468 140734401394208 139986952706656 139987413493461 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17395] ppid=17364 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17367/task/17395/stat : 17395 (java) S 17364 17367 5091 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 11065453 14317654016 60408 18446744073709551615 4194304 4196468 140734401394208 139986951654192 139987413494402 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
Current children cumulated CPU time (s) 7.37
Current children cumulated vsize (KiB) 13982084

[startup+6.30059 s]
/proc/loadavg: 1.51 1.54 1.66 3/209 17409
/proc/meminfo: memFree=31387184/32770624 swapFree=0/197860
[pid=17367] ppid=17364 vsize=13982084 CPUtime=10.68 cores=1,3,5,7
/proc/17367/stat : 17367 (java) S 17364 17367 5091 0 -1 1077944320 40196 0 0 0 1056 12 0 0 20 0 15 0 11065430 14317654016 57549 18446744073709551615 4194304 4196468 140734401394208 140734401376752 139987413483255 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
/proc/17367/statm: 3495521 57549 3781 1 0 3484303 0
[pid=17367/tid=17372] ppid=17364 vsize=13982084 CPUtime=6.09 cores=1,3,5,7
/proc/17367/task/17372/stat : 17372 (java) R 17364 17367 5091 0 -1 4202560 15343 0 0 0 602 7 0 0 20 0 15 0 11065438 14317654016 57549 18446744073709551615 4194304 4196468 140734401394208 139987417718496 139987035084809 0 4 1 16800974 0 0 0 -1 5 0 0 9 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17373] ppid=17364 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17367/task/17373/stat : 17373 (java) S 17364 17367 5091 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 11065439 14317654016 57549 18446744073709551615 4194304 4196468 140734401394208 139987347917072 139987413493461 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17374] ppid=17364 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17367/task/17374/stat : 17374 (java) S 17364 17367 5091 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 11065439 14317654016 57549 18446744073709551615 4194304 4196468 140734401394208 139987346864528 139987413493461 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17375] ppid=17364 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17367/task/17375/stat : 17375 (java) S 17364 17367 5091 0 -1 1077944384 528 0 0 0 0 0 0 0 20 0 15 0 11065439 14317654016 57549 18446744073709551615 4194304 4196468 140734401394208 139987011680784 139987413493461 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17376] ppid=17364 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17367/task/17376/stat : 17376 (java) S 17364 17367 5091 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 15 0 11065439 14317654016 57549 18446744073709551615 4194304 4196468 140734401394208 139987010628240 139987413493461 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17377] ppid=17364 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17367/task/17377/stat : 17377 (java) S 17364 17367 5091 0 -1 1077944384 213 0 0 0 0 0 0 0 20 0 15 0 11065440 14317654016 57549 18446744073709551615 4194304 4196468 140734401394208 139986960075248 139987413494402 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17378] ppid=17364 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17367/task/17378/stat : 17378 (java) S 17364 17367 5091 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 11065441 14317654016 57549 18446744073709551615 4194304 4196468 140734401394208 139986959021472 139987413493461 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17379] ppid=17364 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17367/task/17379/stat : 17379 (java) S 17364 17367 5091 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 11065441 14317654016 57549 18446744073709551615 4194304 4196468 140734401394208 139986957968880 139987413493461 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17380] ppid=17364 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17367/task/17380/stat : 17380 (java) S 17364 17367 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11065443 14317654016 57549 18446744073709551615 4194304 4196468 140734401394208 139986956917456 139987413501851 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17381] ppid=17364 vsize=13982084 CPUtime=1.85 cores=1,3,5,7
/proc/17367/task/17381/stat : 17381 (java) S 17364 17367 5091 0 -1 1077944384 5745 0 0 0 185 0 0 0 20 0 15 0 11065443 14317654016 57549 18446744073709551615 4194304 4196468 140734401394208 139986955864048 139987413494402 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17382] ppid=17364 vsize=13982084 CPUtime=1.95 cores=1,3,5,7
/proc/17367/task/17382/stat : 17382 (java) S 17364 17367 5091 0 -1 1077944384 7419 0 0 0 194 1 0 0 20 0 15 0 11065443 14317654016 57549 18446744073709551615 4194304 4196468 140734401394208 139986954811504 139987413494402 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17383] ppid=17364 vsize=13982084 CPUtime=0.73 cores=1,3,5,7
/proc/17367/task/17383/stat : 17383 (java) S 17364 17367 5091 0 -1 1077944384 9138 0 0 0 72 1 0 0 20 0 15 0 11065443 14317654016 57549 18446744073709551615 4194304 4196468 140734401394208 139986953758960 139987413494402 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17384] ppid=17364 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17367/task/17384/stat : 17384 (java) S 17364 17367 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11065443 14317654016 57549 18446744073709551615 4194304 4196468 140734401394208 139986952706656 139987413493461 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17395] ppid=17364 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17367/task/17395/stat : 17395 (java) S 17364 17367 5091 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 11065453 14317654016 57549 18446744073709551615 4194304 4196468 140734401394208 139986951654192 139987413494402 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
Current children cumulated CPU time (s) 10.68
Current children cumulated vsize (KiB) 13982084

[startup+12.7006 s]
/proc/loadavg: 1.55 1.55 1.66 3/209 17409
/proc/meminfo: memFree=31383668/32770624 swapFree=0/197868
[pid=17367] ppid=17364 vsize=13982084 CPUtime=17.16 cores=1,3,5,7
/proc/17367/stat : 17367 (java) S 17364 17367 5091 0 -1 1077944320 44283 0 0 0 1703 13 0 0 20 0 15 0 11065430 14317654016 59668 18446744073709551615 4194304 4196468 140734401394208 140734401376752 139987413483255 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
/proc/17367/statm: 3495521 59668 3790 1 0 3484303 0
[pid=17367/tid=17372] ppid=17364 vsize=13982084 CPUtime=12.47 cores=1,3,5,7
/proc/17367/task/17372/stat : 17372 (java) R 17364 17367 5091 0 -1 4202560 15797 0 0 0 1240 7 0 0 20 0 15 0 11065438 14317654016 59668 18446744073709551615 4194304 4196468 140734401394208 139987417718352 139987035253145 0 4 1 16800974 0 0 0 -1 5 0 0 9 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17373] ppid=17364 vsize=13982084 CPUtime=0.01 cores=1,3,5,7
/proc/17367/task/17373/stat : 17373 (java) S 17364 17367 5091 0 -1 1077944384 133 0 0 0 1 0 0 0 20 0 15 0 11065439 14317654016 59668 18446744073709551615 4194304 4196468 140734401394208 139987347917072 139987413493461 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17374] ppid=17364 vsize=13982084 CPUtime=0.01 cores=1,3,5,7
/proc/17367/task/17374/stat : 17374 (java) S 17364 17367 5091 0 -1 1077944384 1239 0 0 0 1 0 0 0 20 0 15 0 11065439 14317654016 59668 18446744073709551615 4194304 4196468 140734401394208 139987346864528 139987413493461 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17375] ppid=17364 vsize=13982084 CPUtime=0.01 cores=1,3,5,7
/proc/17367/task/17375/stat : 17375 (java) S 17364 17367 5091 0 -1 1077944384 959 0 0 0 1 0 0 0 20 0 15 0 11065439 14317654016 59668 18446744073709551615 4194304 4196468 140734401394208 139987011680784 139987413493461 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17376] ppid=17364 vsize=13982084 CPUtime=0.01 cores=1,3,5,7
/proc/17367/task/17376/stat : 17376 (java) S 17364 17367 5091 0 -1 1077944384 426 0 0 0 1 0 0 0 20 0 15 0 11065439 14317654016 59668 18446744073709551615 4194304 4196468 140734401394208 139987010628240 139987413493461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17377] ppid=17364 vsize=13982084 CPUtime=0.01 cores=1,3,5,7
/proc/17367/task/17377/stat : 17377 (java) S 17364 17367 5091 0 -1 1077944384 438 0 0 0 1 0 0 0 20 0 15 0 11065440 14317654016 59668 18446744073709551615 4194304 4196468 140734401394208 139986960075248 139987413494402 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17378] ppid=17364 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17367/task/17378/stat : 17378 (java) S 17364 17367 5091 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 11065441 14317654016 59668 18446744073709551615 4194304 4196468 140734401394208 139986959021536 139987413493461 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17379] ppid=17364 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17367/task/17379/stat : 17379 (java) S 17364 17367 5091 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 11065441 14317654016 59668 18446744073709551615 4194304 4196468 140734401394208 139986957968896 139987413493461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17380] ppid=17364 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17367/task/17380/stat : 17380 (java) S 17364 17367 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11065443 14317654016 59668 18446744073709551615 4194304 4196468 140734401394208 139986956917456 139987413501851 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0

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

/proc/17367/task/17384/stat : 17384 (java) S 17364 17367 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11065443 14317654016 59596 18446744073709551615 4194304 4196468 140734401394208 139986952706656 139987413493461 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17395] ppid=17364 vsize=13982084 CPUtime=0.01 cores=1,3,5,7
/proc/17367/task/17395/stat : 17395 (java) S 17364 17367 5091 0 -1 1077944384 200 0 0 0 0 1 0 0 20 0 15 0 11065453 14317654016 59596 18446744073709551615 4194304 4196468 140734401394208 139986951654192 139987413494402 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
Current children cumulated CPU time (s) 55.79
Current children cumulated vsize (KiB) 13982084

[startup+102.301 s]
/proc/loadavg: 1.75 1.62 1.68 3/210 17419
/proc/meminfo: memFree=31438972/32770624 swapFree=0/197924
[pid=17367] ppid=17364 vsize=13982084 CPUtime=107.01 cores=1,3,5,7
/proc/17367/stat : 17367 (java) S 17364 17367 5091 0 -1 1077944320 56410 0 0 0 10686 15 0 0 20 0 15 0 11065430 14317654016 55108 18446744073709551615 4194304 4196468 140734401394208 140734401376752 139987413483255 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
/proc/17367/statm: 3495521 55108 3790 1 0 3484303 0
[pid=17367/tid=17372] ppid=17364 vsize=13982084 CPUtime=102.03 cores=1,3,5,7
/proc/17367/task/17372/stat : 17372 (java) R 17364 17367 5091 0 -1 4202560 17628 0 0 0 10196 7 0 0 20 0 15 0 11065438 14317654016 55108 18446744073709551615 4194304 4196468 140734401394208 139987417721568 139987035253042 0 4 1 16800974 0 0 0 -1 3 0 0 9 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17373] ppid=17364 vsize=13982084 CPUtime=0.03 cores=1,3,5,7
/proc/17367/task/17373/stat : 17373 (java) S 17364 17367 5091 0 -1 1077944384 917 0 0 0 3 0 0 0 20 0 15 0 11065439 14317654016 55108 18446744073709551615 4194304 4196468 140734401394208 139987347917072 139987413493461 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17374] ppid=17364 vsize=13982084 CPUtime=0.03 cores=1,3,5,7
/proc/17367/task/17374/stat : 17374 (java) S 17364 17367 5091 0 -1 1077944384 2719 0 0 0 3 0 0 0 20 0 15 0 11065439 14317654016 55108 18446744073709551615 4194304 4196468 140734401394208 139987346864528 139987413493461 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17375] ppid=17364 vsize=13982084 CPUtime=0.03 cores=1,3,5,7
/proc/17367/task/17375/stat : 17375 (java) S 17364 17367 5091 0 -1 1077944384 2810 0 0 0 3 0 0 0 20 0 15 0 11065439 14317654016 55108 18446744073709551615 4194304 4196468 140734401394208 139987011680784 139987413493461 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17376] ppid=17364 vsize=13982084 CPUtime=0.03 cores=1,3,5,7
/proc/17367/task/17376/stat : 17376 (java) S 17364 17367 5091 0 -1 1077944384 1510 0 0 0 3 0 0 0 20 0 15 0 11065439 14317654016 55108 18446744073709551615 4194304 4196468 140734401394208 139987010628240 139987413493461 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17377] ppid=17364 vsize=13982084 CPUtime=0.02 cores=1,3,5,7
/proc/17367/task/17377/stat : 17377 (java) S 17364 17367 5091 0 -1 1077944384 1367 0 0 0 2 0 0 0 20 0 15 0 11065440 14317654016 55108 18446744073709551615 4194304 4196468 140734401394208 139986960075248 139987413494402 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17378] ppid=17364 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17367/task/17378/stat : 17378 (java) S 17364 17367 5091 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 11065441 14317654016 55108 18446744073709551615 4194304 4196468 140734401394208 139986959021536 139987413493461 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17379] ppid=17364 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17367/task/17379/stat : 17379 (java) S 17364 17367 5091 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 11065441 14317654016 55108 18446744073709551615 4194304 4196468 140734401394208 139986957968896 139987413493461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17380] ppid=17364 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17367/task/17380/stat : 17380 (java) S 17364 17367 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11065443 14317654016 55108 18446744073709551615 4194304 4196468 140734401394208 139986956917456 139987413501851 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17381] ppid=17364 vsize=13982084 CPUtime=2.01 cores=1,3,5,7
/proc/17367/task/17381/stat : 17381 (java) S 17364 17367 5091 0 -1 1077944384 9149 0 0 0 200 1 0 0 20 0 15 0 11065443 14317654016 55108 18446744073709551615 4194304 4196468 140734401394208 139986955864048 139987413494402 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17382] ppid=17364 vsize=13982084 CPUtime=1.98 cores=1,3,5,7
/proc/17367/task/17382/stat : 17382 (java) S 17364 17367 5091 0 -1 1077944384 8317 0 0 0 197 1 0 0 20 0 15 0 11065443 14317654016 55108 18446744073709551615 4194304 4196468 140734401394208 139986954811504 139987413494402 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17383] ppid=17364 vsize=13982084 CPUtime=0.75 cores=1,3,5,7
/proc/17367/task/17383/stat : 17383 (java) S 17364 17367 5091 0 -1 1077944384 10331 0 0 0 73 2 0 0 20 0 15 0 11065443 14317654016 55108 18446744073709551615 4194304 4196468 140734401394208 139986953758960 139987413494402 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17384] ppid=17364 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17367/task/17384/stat : 17384 (java) S 17364 17367 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11065443 14317654016 55108 18446744073709551615 4194304 4196468 140734401394208 139986952706656 139987413493461 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17395] ppid=17364 vsize=13982084 CPUtime=0.01 cores=1,3,5,7
/proc/17367/task/17395/stat : 17395 (java) S 17364 17367 5091 0 -1 1077944384 246 0 0 0 0 1 0 0 20 0 15 0 11065453 14317654016 55108 18446744073709551615 4194304 4196468 140734401394208 139986951654192 139987413494402 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
Current children cumulated CPU time (s) 107.01
Current children cumulated vsize (KiB) 13982084

[startup+162.301 s]
/proc/loadavg: 1.83 1.67 1.69 3/210 17421
/proc/meminfo: memFree=31497372/32770624 swapFree=0/197948
[pid=17367] ppid=17364 vsize=13982084 CPUtime=167.03 cores=1,3,5,7
/proc/17367/stat : 17367 (java) S 17364 17367 5091 0 -1 1077944320 57812 0 0 0 16687 16 0 0 20 0 15 0 11065430 14317654016 48964 18446744073709551615 4194304 4196468 140734401394208 140734401376752 139987413483255 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
/proc/17367/statm: 3495521 48964 3790 1 0 3484303 0
[pid=17367/tid=17372] ppid=17364 vsize=13982084 CPUtime=162.01 cores=1,3,5,7
/proc/17367/task/17372/stat : 17372 (java) R 17364 17367 5091 0 -1 4202560 18012 0 0 0 16194 7 0 0 20 0 15 0 11065438 14317654016 48964 18446744073709551615 4194304 4196468 140734401394208 139987417721568 139987035371350 0 4 1 16800974 0 0 0 -1 3 0 0 9 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17373] ppid=17364 vsize=13982084 CPUtime=0.03 cores=1,3,5,7
/proc/17367/task/17373/stat : 17373 (java) S 17364 17367 5091 0 -1 1077944384 1004 0 0 0 3 0 0 0 20 0 15 0 11065439 14317654016 48964 18446744073709551615 4194304 4196468 140734401394208 139987347917072 139987413493461 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17374] ppid=17364 vsize=13982084 CPUtime=0.04 cores=1,3,5,7
/proc/17367/task/17374/stat : 17374 (java) S 17364 17367 5091 0 -1 1077944384 2790 0 0 0 4 0 0 0 20 0 15 0 11065439 14317654016 48964 18446744073709551615 4194304 4196468 140734401394208 139987346864528 139987413493461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17375] ppid=17364 vsize=13982084 CPUtime=0.04 cores=1,3,5,7
/proc/17367/task/17375/stat : 17375 (java) S 17364 17367 5091 0 -1 1077944384 3374 0 0 0 4 0 0 0 20 0 15 0 11065439 14317654016 48964 18446744073709551615 4194304 4196468 140734401394208 139987011680784 139987413493461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17376] ppid=17364 vsize=13982084 CPUtime=0.04 cores=1,3,5,7
/proc/17367/task/17376/stat : 17376 (java) S 17364 17367 5091 0 -1 1077944384 1520 0 0 0 4 0 0 0 20 0 15 0 11065439 14317654016 48964 18446744073709551615 4194304 4196468 140734401394208 139987010628240 139987413493461 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17377] ppid=17364 vsize=13982084 CPUtime=0.03 cores=1,3,5,7
/proc/17367/task/17377/stat : 17377 (java) S 17364 17367 5091 0 -1 1077944384 1615 0 0 0 3 0 0 0 20 0 15 0 11065440 14317654016 48964 18446744073709551615 4194304 4196468 140734401394208 139986960075248 139987413494402 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17378] ppid=17364 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17367/task/17378/stat : 17378 (java) S 17364 17367 5091 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 11065441 14317654016 48964 18446744073709551615 4194304 4196468 140734401394208 139986959021536 139987413493461 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17379] ppid=17364 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17367/task/17379/stat : 17379 (java) S 17364 17367 5091 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 11065441 14317654016 48964 18446744073709551615 4194304 4196468 140734401394208 139986957968896 139987413493461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17380] ppid=17364 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17367/task/17380/stat : 17380 (java) S 17364 17367 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11065443 14317654016 48964 18446744073709551615 4194304 4196468 140734401394208 139986956917456 139987413501851 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17381] ppid=17364 vsize=13982084 CPUtime=2.01 cores=1,3,5,7
/proc/17367/task/17381/stat : 17381 (java) S 17364 17367 5091 0 -1 1077944384 9152 0 0 0 200 1 0 0 20 0 15 0 11065443 14317654016 48964 18446744073709551615 4194304 4196468 140734401394208 139986955864048 139987413494402 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17382] ppid=17364 vsize=13982084 CPUtime=1.98 cores=1,3,5,7
/proc/17367/task/17382/stat : 17382 (java) S 17364 17367 5091 0 -1 1077944384 8325 0 0 0 197 1 0 0 20 0 15 0 11065443 14317654016 48964 18446744073709551615 4194304 4196468 140734401394208 139986954811504 139987413494402 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17383] ppid=17364 vsize=13982084 CPUtime=0.75 cores=1,3,5,7
/proc/17367/task/17383/stat : 17383 (java) S 17364 17367 5091 0 -1 1077944384 10334 0 0 0 73 2 0 0 20 0 15 0 11065443 14317654016 48964 18446744073709551615 4194304 4196468 140734401394208 139986953758960 139987413494402 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17384] ppid=17364 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17367/task/17384/stat : 17384 (java) S 17364 17367 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11065443 14317654016 48964 18446744073709551615 4194304 4196468 140734401394208 139986952706656 139987413493461 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17395] ppid=17364 vsize=13982084 CPUtime=0.03 cores=1,3,5,7
/proc/17367/task/17395/stat : 17395 (java) S 17364 17367 5091 0 -1 1077944384 270 0 0 0 1 2 0 0 20 0 15 0 11065453 14317654016 48964 18446744073709551615 4194304 4196468 140734401394208 139986951654192 139987413494402 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
Current children cumulated CPU time (s) 167.03
Current children cumulated vsize (KiB) 13982084

[startup+222.306 s]
/proc/loadavg: 1.81 1.69 1.69 3/210 17423
/proc/meminfo: memFree=31526416/32770624 swapFree=0/197964
[pid=17367] ppid=17364 vsize=13982084 CPUtime=227.08 cores=1,3,5,7
/proc/17367/stat : 17367 (java) S 17364 17367 5091 0 -1 1077944320 59190 0 0 0 22691 17 0 0 20 0 15 0 11065430 14317654016 42949 18446744073709551615 4194304 4196468 140734401394208 140734401376752 139987413483255 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
/proc/17367/statm: 3495521 42949 3790 1 0 3484303 0
[pid=17367/tid=17372] ppid=17364 vsize=13982084 CPUtime=222 cores=1,3,5,7
/proc/17367/task/17372/stat : 17372 (java) R 17364 17367 5091 0 -1 4202560 18404 0 0 0 22193 7 0 0 20 0 15 0 11065438 14317654016 42949 18446744073709551615 4194304 4196468 140734401394208 139987417721568 139987036195435 0 4 1 16800974 0 0 0 -1 5 0 0 9 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17373] ppid=17364 vsize=13982084 CPUtime=0.04 cores=1,3,5,7
/proc/17367/task/17373/stat : 17373 (java) S 17364 17367 5091 0 -1 1077944384 1570 0 0 0 4 0 0 0 20 0 15 0 11065439 14317654016 42949 18446744073709551615 4194304 4196468 140734401394208 139987347917072 139987413493461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17374] ppid=17364 vsize=13982084 CPUtime=0.04 cores=1,3,5,7
/proc/17367/task/17374/stat : 17374 (java) S 17364 17367 5091 0 -1 1077944384 2881 0 0 0 4 0 0 0 20 0 15 0 11065439 14317654016 42949 18446744073709551615 4194304 4196468 140734401394208 139987346864528 139987413493461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17375] ppid=17364 vsize=13982084 CPUtime=0.04 cores=1,3,5,7
/proc/17367/task/17375/stat : 17375 (java) S 17364 17367 5091 0 -1 1077944384 3416 0 0 0 4 0 0 0 20 0 15 0 11065439 14317654016 42949 18446744073709551615 4194304 4196468 140734401394208 139987011680784 139987413493461 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17376] ppid=17364 vsize=13982084 CPUtime=0.04 cores=1,3,5,7
/proc/17367/task/17376/stat : 17376 (java) S 17364 17367 5091 0 -1 1077944384 1535 0 0 0 4 0 0 0 20 0 15 0 11065439 14317654016 42949 18446744073709551615 4194304 4196468 140734401394208 139987010628240 139987413493461 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17377] ppid=17364 vsize=13982084 CPUtime=0.03 cores=1,3,5,7
/proc/17367/task/17377/stat : 17377 (java) S 17364 17367 5091 0 -1 1077944384 1863 0 0 0 3 0 0 0 20 0 15 0 11065440 14317654016 42949 18446744073709551615 4194304 4196468 140734401394208 139986960075248 139987413494402 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17378] ppid=17364 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17367/task/17378/stat : 17378 (java) S 17364 17367 5091 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 11065441 14317654016 42949 18446744073709551615 4194304 4196468 140734401394208 139986959021536 139987413493461 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17379] ppid=17364 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17367/task/17379/stat : 17379 (java) S 17364 17367 5091 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 11065441 14317654016 42949 18446744073709551615 4194304 4196468 140734401394208 139986957968896 139987413493461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17380] ppid=17364 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17367/task/17380/stat : 17380 (java) S 17364 17367 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11065443 14317654016 42949 18446744073709551615 4194304 4196468 140734401394208 139986956917456 139987413501851 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17381] ppid=17364 vsize=13982084 CPUtime=2.01 cores=1,3,5,7
/proc/17367/task/17381/stat : 17381 (java) S 17364 17367 5091 0 -1 1077944384 9154 0 0 0 200 1 0 0 20 0 15 0 11065443 14317654016 42949 18446744073709551615 4194304 4196468 140734401394208 139986955864048 139987413494402 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17382] ppid=17364 vsize=13982084 CPUtime=1.98 cores=1,3,5,7
/proc/17367/task/17382/stat : 17382 (java) S 17364 17367 5091 0 -1 1077944384 8327 0 0 0 197 1 0 0 20 0 15 0 11065443 14317654016 42949 18446744073709551615 4194304 4196468 140734401394208 139986954811504 139987413494402 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17383] ppid=17364 vsize=13982084 CPUtime=0.75 cores=1,3,5,7
/proc/17367/task/17383/stat : 17383 (java) S 17364 17367 5091 0 -1 1077944384 10336 0 0 0 73 2 0 0 20 0 15 0 11065443 14317654016 42949 18446744073709551615 4194304 4196468 140734401394208 139986953758960 139987413494402 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17384] ppid=17364 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17367/task/17384/stat : 17384 (java) S 17364 17367 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11065443 14317654016 42949 18446744073709551615 4194304 4196468 140734401394208 139986952706656 139987413493461 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17395] ppid=17364 vsize=13982084 CPUtime=0.03 cores=1,3,5,7
/proc/17367/task/17395/stat : 17395 (java) S 17364 17367 5091 0 -1 1077944384 288 0 0 0 1 2 0 0 20 0 15 0 11065453 14317654016 42949 18446744073709551615 4194304 4196468 140734401394208 139986951654192 139987413494402 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
Current children cumulated CPU time (s) 227.08
Current children cumulated vsize (KiB) 13982084



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.63 1.66 1.68 3/210 17423
/proc/meminfo: memFree=31530444/32770624 swapFree=0/197972
[pid=17367] ppid=17364 vsize=13982084 CPUtime=244.76 cores=1,3,5,7
/proc/17367/stat : 17367 (java) S 17364 17367 5091 0 -1 1077944320 59205 0 0 0 24459 17 0 0 20 0 15 0 11065430 14317654016 41410 18446744073709551615 4194304 4196468 140734401394208 140734401376752 139987413483255 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
/proc/17367/statm: 3495521 41410 3790 1 0 3484303 0
[pid=17367/tid=17372] ppid=17364 vsize=13982084 CPUtime=239.67 cores=1,3,5,7
/proc/17367/task/17372/stat : 17372 (java) R 17364 17367 5091 0 -1 4202560 18413 0 0 0 23960 7 0 0 20 0 15 0 11065438 14317654016 41410 18446744073709551615 4194304 4196468 140734401394208 139987417721568 139987035368798 0 4 1 16800974 0 0 0 -1 1 0 0 9 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17373] ppid=17364 vsize=13982084 CPUtime=0.04 cores=1,3,5,7
/proc/17367/task/17373/stat : 17373 (java) S 17364 17367 5091 0 -1 1077944384 1570 0 0 0 4 0 0 0 20 0 15 0 11065439 14317654016 41410 18446744073709551615 4194304 4196468 140734401394208 139987347917072 139987413493461 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17374] ppid=17364 vsize=13982084 CPUtime=0.05 cores=1,3,5,7
/proc/17367/task/17374/stat : 17374 (java) S 17364 17367 5091 0 -1 1077944384 2883 0 0 0 5 0 0 0 20 0 15 0 11065439 14317654016 41410 18446744073709551615 4194304 4196468 140734401394208 139987346864528 139987413493461 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17375] ppid=17364 vsize=13982084 CPUtime=0.04 cores=1,3,5,7
/proc/17367/task/17375/stat : 17375 (java) S 17364 17367 5091 0 -1 1077944384 3417 0 0 0 4 0 0 0 20 0 15 0 11065439 14317654016 41410 18446744073709551615 4194304 4196468 140734401394208 139987011680784 139987413493461 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17376] ppid=17364 vsize=13982084 CPUtime=0.05 cores=1,3,5,7
/proc/17367/task/17376/stat : 17376 (java) S 17364 17367 5091 0 -1 1077944384 1538 0 0 0 5 0 0 0 20 0 15 0 11065439 14317654016 41410 18446744073709551615 4194304 4196468 140734401394208 139987010628240 139987413493461 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17377] ppid=17364 vsize=13982084 CPUtime=0.04 cores=1,3,5,7
/proc/17367/task/17377/stat : 17377 (java) S 17364 17367 5091 0 -1 1077944384 1863 0 0 0 3 1 0 0 20 0 15 0 11065440 14317654016 41410 18446744073709551615 4194304 4196468 140734401394208 139986960075248 139987413494402 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17378] ppid=17364 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17367/task/17378/stat : 17378 (java) S 17364 17367 5091 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 11065441 14317654016 41410 18446744073709551615 4194304 4196468 140734401394208 139986959021536 139987413493461 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17379] ppid=17364 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17367/task/17379/stat : 17379 (java) S 17364 17367 5091 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 11065441 14317654016 41410 18446744073709551615 4194304 4196468 140734401394208 139986957968896 139987413493461 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17380] ppid=17364 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17367/task/17380/stat : 17380 (java) S 17364 17367 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11065443 14317654016 41410 18446744073709551615 4194304 4196468 140734401394208 139986956917456 139987413501851 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17381] ppid=17364 vsize=13982084 CPUtime=2.01 cores=1,3,5,7
/proc/17367/task/17381/stat : 17381 (java) S 17364 17367 5091 0 -1 1077944384 9154 0 0 0 200 1 0 0 20 0 15 0 11065443 14317654016 41410 18446744073709551615 4194304 4196468 140734401394208 139986955864048 139987413494402 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17382] ppid=17364 vsize=13982084 CPUtime=1.98 cores=1,3,5,7
/proc/17367/task/17382/stat : 17382 (java) S 17364 17367 5091 0 -1 1077944384 8327 0 0 0 197 1 0 0 20 0 15 0 11065443 14317654016 41410 18446744073709551615 4194304 4196468 140734401394208 139986954811504 139987413494402 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17383] ppid=17364 vsize=13982084 CPUtime=0.75 cores=1,3,5,7
/proc/17367/task/17383/stat : 17383 (java) S 17364 17367 5091 0 -1 1077944384 10336 0 0 0 73 2 0 0 20 0 15 0 11065443 14317654016 41410 18446744073709551615 4194304 4196468 140734401394208 139986953758960 139987413494402 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17384] ppid=17364 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17367/task/17384/stat : 17384 (java) S 17364 17367 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11065443 14317654016 41410 18446744073709551615 4194304 4196468 140734401394208 139986952706656 139987413493461 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
[pid=17367/tid=17395] ppid=17364 vsize=13982084 CPUtime=0.04 cores=1,3,5,7
/proc/17367/task/17395/stat : 17395 (java) S 17364 17367 5091 0 -1 1077944384 288 0 0 0 1 3 0 0 20 0 15 0 11065453 14317654016 41410 18446744073709551615 4194304 4196468 140734401394208 139986951654192 139987413494402 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34205696 140734401397143 140734401397323 140734401397323 140734401400783 0
Current children cumulated CPU time (s) 244.76
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 17367 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 240.012
CPU time (s): 244.791
CPU user time (s): 244.609
CPU system time (s): 0.182096
CPU usage (%): 101.991
Max. virtual memory (cumulated for all children) (KiB): 13982084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 244.609
system time used= 0.182096
maximum resident set size= 247064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59695
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= 8678
involuntary context switches= 149

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.877768 second user time and 1.41004 second system time

The end

Launcher Data

Begin job on node129 at 2017-08-01 23:39:43
IDJOB=4255751
IDBENCH=115661
IDSOLVER=2638
FILE ID=node129/4255751-1501624423
RUNJOBID= node129-1501623099-17027
PBS_JOBID= 
Free space on /tmp= 61776 MiB

SOLVER NAME= OscaR - ALNS 2017-07-26
BENCH NAME= XCSP17/Scheduling/Scheduling-fs-taillard/Taillard-fs-050-10-9.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-4255751-1501624423/watcher-4255751-1501624423 -o /tmp/evaluation-result-4255751-1501624423/solver-4255751-1501624423 -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 1659466371 --timelimit 264 --memlimit 11000 --nbcore 4 HOME/instance-4255751-1501624423.xml

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

MD5SUM BENCH= b9411981d46c6b6e2ab3102ec0acde87
RANDOM SEED=1659466371

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:        31885028 kB
MemAvailable:   32033972 kB
Buffers:           99952 kB
Cached:           332584 kB
SwapCached:            0 kB
Active:           279704 kB
Inactive:         206400 kB
Active(anon):      53944 kB
Inactive(anon):     8532 kB
Active(file):     225760 kB
Inactive(file):   197868 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42368 kB
Writeback:             4 kB
AnonPages:         52804 kB
Mapped:            29560 kB
Shmem:              8872 kB
Slab:             106768 kB
SReclaimable:      82304 kB
SUnreclaim:        24464 kB
KernelStack:        3152 kB
PageTables:         4964 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:43:44