Trace number 4255773

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.808 240.009

General information on the benchmark

NameScheduling/Scheduling-js-taillard/
Taillard-js-030-20-8.xml
MD5SUM754bcb27478aff360ffbb606538dde42
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 variables630
Number of constraints650
Number of domains1
Minimum domain size2113
Maximum domain size2113
Distribution of domain sizes[{"size":2113,"count":630}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":30},{"degree":3,"count":600}]
Minimum constraint arity1
Maximum constraint arity30
Distribution of constraint arities[{"arity":1,"count":30},{"arity":2,"count":600},{"arity":30,"count":20}]
Number of extensional constraints0
Number of intensional constraints630
Distribution of constraint types[{"type":"intension","count":630},{"type":"noOverlap","count":20}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.37/0.40	c version: 2017-07-26
0.37/0.40	c seed: 1264746549
0.37/0.40	c timeout: 264
0.37/0.40	c memlimit: 11000
0.37/0.40	c nbcore: 4
0.37/0.42	c Parsing instance...
3.00/1.42	c Parsing done, starting search...
244.79/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-4255773-1501624932/watcher-4255773-1501624932 -o /tmp/evaluation-result-4255773-1501624932/solver-4255773-1501624932 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node128-1501622883-15277 --watchdog 300 java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed 1264746549 --timelimit 264 --memlimit 11000 --nbcore 4 HOME/instance-4255773-1501624932.xml 

pid=16114
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.85 1.70 1.73 1/174 16117
/proc/meminfo: memFree=31141076/32770624 swapFree=0/936560
[pid=16117] ppid=16114 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/16117/stat : 16117 (runsolver) D 16114 16117 5678 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 11117924 24240128 108 18446744073709551615 4194304 4338465 140725062671920 140725062669560 140335303250647 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 10280960 140725062680684 140725062681158 140725062681158 140725062684618 0
/proc/16117/statm: 5918 108 54 36 0 2156 0

[startup+0.10011 s]
/proc/loadavg: 1.85 1.70 1.73 1/174 16117
/proc/meminfo: memFree=31141076/32770624 swapFree=0/936560
[pid=16117] ppid=16114 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/16117/stat : 16117 (runsolver) D 16114 16117 5678 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 11117924 24240128 108 18446744073709551615 4194304 4338465 140725062671920 140725062669560 140335303250647 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 10280960 140725062680684 140725062681158 140725062681158 140725062684618 0
/proc/16117/statm: 5918 108 54 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.200279 s]
/proc/loadavg: 1.85 1.70 1.73 1/174 16117
/proc/meminfo: memFree=31141076/32770624 swapFree=0/936560
[pid=16117] ppid=16114 vsize=13906484 CPUtime=0.05 cores=1,3,5,7
/proc/16117/stat : 16117 (java) S 16114 16117 5678 0 -1 1077944320 4620 0 0 0 5 0 0 0 20 0 14 0 11117924 14240239616 5168 18446744073709551615 4194304 4196468 140721452313872 140721452296416 139898914680567 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
/proc/16117/statm: 3476621 5168 2569 1 0 3466126 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 13906484

[startup+0.300222 s]
/proc/loadavg: 1.85 1.70 1.73 1/174 16117
/proc/meminfo: memFree=31141076/32770624 swapFree=0/936560
[pid=16117] ppid=16114 vsize=13975920 CPUtime=0.2 cores=1,3,5,7
/proc/16117/stat : 16117 (java) S 16114 16117 5678 0 -1 1077944320 9608 0 0 0 18 2 0 0 20 0 15 0 11117924 14311342080 9454 18446744073709551615 4194304 4196468 140721452313872 140721452296416 139898914680567 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
/proc/16117/statm: 3493980 9454 3476 1 0 3482767 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 13975920

[startup+0.700931 s]
/proc/loadavg: 1.85 1.70 1.73 1/174 16117
/proc/meminfo: memFree=31141076/32770624 swapFree=0/936560
[pid=16117] ppid=16114 vsize=13977988 CPUtime=1.01 cores=1,3,5,7
/proc/16117/stat : 16117 (java) S 16114 16117 5678 0 -1 1077944320 13284 0 0 0 97 4 0 0 20 0 15 0 11117924 14313459712 16589 18446744073709551615 4194304 4196468 140721452313872 140721452296416 139898914680567 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
/proc/16117/statm: 3494497 16589 3716 1 0 3483279 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 13977988

[startup+1.50063 s]
/proc/loadavg: 1.85 1.70 1.73 6/209 16159
/proc/meminfo: memFree=30938272/32770624 swapFree=0/936564
[pid=16117] ppid=16114 vsize=13982084 CPUtime=3.33 cores=1,3,5,7
/proc/16117/stat : 16117 (java) S 16114 16117 5678 0 -1 1077944320 29923 0 0 0 325 8 0 0 20 0 15 0 11117924 14317654016 35521 18446744073709551615 4194304 4196468 140721452313872 140721452296416 139898914680567 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
/proc/16117/statm: 3495521 35521 3762 1 0 3484303 0
[pid=16117/tid=16122] ppid=16114 vsize=13982084 CPUtime=1.33 cores=1,3,5,7
/proc/16117/task/16122/stat : 16122 (java) R 16114 16117 5678 0 -1 4202560 15260 0 0 0 128 5 0 0 20 0 15 0 11117935 14317654016 35521 18446744073709551615 4194304 4196468 140721452313872 139898918917088 139898518482140 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16123] ppid=16114 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16117/task/16123/stat : 16123 (java) S 16114 16117 5678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11117936 14317654016 35521 18446744073709551615 4194304 4196468 140721452313872 139898834094608 139898914690773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16124] ppid=16114 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16117/task/16124/stat : 16124 (java) S 16114 16117 5678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 11117936 14317654016 35521 18446744073709551615 4194304 4196468 140721452313872 139898833042064 139898914690773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16125] ppid=16114 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16117/task/16125/stat : 16125 (java) S 16114 16117 5678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 11117936 14317654016 35521 18446744073709551615 4194304 4196468 140721452313872 139898831989008 139898914690773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16126] ppid=16114 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16117/task/16126/stat : 16126 (java) S 16114 16117 5678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 11117936 14317654016 35521 18446744073709551615 4194304 4196468 140721452313872 139898830936464 139898914690773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16127] ppid=16114 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16117/task/16127/stat : 16127 (java) S 16114 16117 5678 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 11117937 14317654016 35521 18446744073709551615 4194304 4196468 140721452313872 139898393168624 139898914691714 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16128] ppid=16114 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16117/task/16128/stat : 16128 (java) S 16114 16117 5678 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 11117937 14317654016 35521 18446744073709551615 4194304 4196468 140721452313872 139898392114848 139898914690773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16129] ppid=16114 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16117/task/16129/stat : 16129 (java) S 16114 16117 5678 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 11117938 14317654016 35521 18446744073709551615 4194304 4196468 140721452313872 139898391061744 139898914690773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16130] ppid=16114 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16117/task/16130/stat : 16130 (java) S 16114 16117 5678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11117940 14317654016 35521 18446744073709551615 4194304 4196468 140721452313872 139898390010320 139898914699163 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16131] ppid=16114 vsize=13982084 CPUtime=0.59 cores=1,3,5,7
/proc/16117/task/16131/stat : 16131 (java) R 16114 16117 5678 0 -1 4202560 3087 0 0 0 59 0 0 0 20 0 15 0 11117940 14317654016 35521 18446744073709551615 4194304 4196468 140721452313872 139898388944272 139898894090353 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16132] ppid=16114 vsize=13982084 CPUtime=0.65 cores=1,3,5,7
/proc/16117/task/16132/stat : 16132 (java) R 16114 16117 5678 0 -1 4202560 2649 0 0 0 65 0 0 0 20 0 15 0 11117940 14317654016 35521 18446744073709551615 4194304 4196468 140721452313872 139898387886080 139898899795759 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16133] ppid=16114 vsize=13982084 CPUtime=0.72 cores=1,3,5,7
/proc/16117/task/16133/stat : 16133 (java) S 16114 16117 5678 0 -1 1077944384 7541 0 0 0 71 1 0 0 20 0 15 0 11117940 14317654016 35521 18446744073709551615 4194304 4196468 140721452313872 139898386851824 139898914691714 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16134] ppid=16114 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16117/task/16134/stat : 16134 (java) S 16114 16117 5678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11117940 14317654016 35521 18446744073709551615 4194304 4196468 140721452313872 139898385799520 139898914690773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16140] ppid=16114 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16117/task/16140/stat : 16140 (java) S 16114 16117 5678 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 11117945 14317654016 35521 18446744073709551615 4194304 4196468 140721452313872 139898384747568 139898914691714 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
Current children cumulated CPU time (s) 3.33
Current children cumulated vsize (KiB) 13982084

[startup+3.10063 s]
/proc/loadavg: 1.85 1.70 1.73 8/209 16159
/proc/meminfo: memFree=30784156/32770624 swapFree=0/936564
[pid=16117] ppid=16114 vsize=13982084 CPUtime=6.89 cores=1,3,5,7
/proc/16117/stat : 16117 (java) S 16114 16117 5678 0 -1 1077944320 37586 0 0 0 679 10 0 0 20 0 15 0 11117924 14317654016 51700 18446744073709551615 4194304 4196468 140721452313872 140721452296416 139898914680567 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
/proc/16117/statm: 3495521 51700 3766 1 0 3484303 0
[pid=16117/tid=16122] ppid=16114 vsize=13982084 CPUtime=2.93 cores=1,3,5,7
/proc/16117/task/16122/stat : 16122 (java) R 16114 16117 5678 0 -1 4202560 15386 0 0 0 287 6 0 0 20 0 15 0 11117935 14317654016 51700 18446744073709551615 4194304 4196468 140721452313872 139898918915424 139898518882819 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16123] ppid=16114 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16117/task/16123/stat : 16123 (java) S 16114 16117 5678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11117936 14317654016 51700 18446744073709551615 4194304 4196468 140721452313872 139898834094608 139898914690773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16124] ppid=16114 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16117/task/16124/stat : 16124 (java) S 16114 16117 5678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 11117936 14317654016 51700 18446744073709551615 4194304 4196468 140721452313872 139898833042064 139898914690773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16125] ppid=16114 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16117/task/16125/stat : 16125 (java) S 16114 16117 5678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 11117936 14317654016 51700 18446744073709551615 4194304 4196468 140721452313872 139898831989008 139898914690773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16126] ppid=16114 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16117/task/16126/stat : 16126 (java) S 16114 16117 5678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 11117936 14317654016 51700 18446744073709551615 4194304 4196468 140721452313872 139898830936464 139898914690773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16127] ppid=16114 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16117/task/16127/stat : 16127 (java) S 16114 16117 5678 0 -1 1077944384 501 0 0 0 0 0 0 0 20 0 15 0 11117937 14317654016 51700 18446744073709551615 4194304 4196468 140721452313872 139898393168624 139898914691714 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16128] ppid=16114 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16117/task/16128/stat : 16128 (java) S 16114 16117 5678 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 11117937 14317654016 51700 18446744073709551615 4194304 4196468 140721452313872 139898392114848 139898914690773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16129] ppid=16114 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16117/task/16129/stat : 16129 (java) S 16114 16117 5678 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 11117938 14317654016 51700 18446744073709551615 4194304 4196468 140721452313872 139898391061744 139898914690773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16130] ppid=16114 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16117/task/16130/stat : 16130 (java) S 16114 16117 5678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11117940 14317654016 51700 18446744073709551615 4194304 4196468 140721452313872 139898390010320 139898914699163 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16131] ppid=16114 vsize=13982084 CPUtime=1.56 cores=1,3,5,7
/proc/16117/task/16131/stat : 16131 (java) S 16114 16117 5678 0 -1 1077944384 7223 0 0 0 155 1 0 0 20 0 15 0 11117940 14317654016 51700 18446744073709551615 4194304 4196468 140721452313872 139898388957424 139898914691714 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16132] ppid=16114 vsize=13982084 CPUtime=1.62 cores=1,3,5,7
/proc/16117/task/16132/stat : 16132 (java) S 16114 16117 5678 0 -1 1077944384 5513 0 0 0 161 1 0 0 20 0 15 0 11117940 14317654016 51700 18446744073709551615 4194304 4196468 140721452313872 139898387904880 139898914691714 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16133] ppid=16114 vsize=13982084 CPUtime=0.75 cores=1,3,5,7
/proc/16117/task/16133/stat : 16133 (java) S 16114 16117 5678 0 -1 1077944384 7579 0 0 0 74 1 0 0 20 0 15 0 11117940 14317654016 51700 18446744073709551615 4194304 4196468 140721452313872 139898386851824 139898914691714 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16134] ppid=16114 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16117/task/16134/stat : 16134 (java) S 16114 16117 5678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11117940 14317654016 51700 18446744073709551615 4194304 4196468 140721452313872 139898385799520 139898914690773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16140] ppid=16114 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16117/task/16140/stat : 16140 (java) S 16114 16117 5678 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 15 0 11117945 14317654016 51700 18446744073709551615 4194304 4196468 140721452313872 139898384747568 139898914691714 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
Current children cumulated CPU time (s) 6.89
Current children cumulated vsize (KiB) 13982084

[startup+6.30071 s]
/proc/loadavg: 1.86 1.71 1.73 3/209 16159
/proc/meminfo: memFree=30651992/32770624 swapFree=0/936576
[pid=16117] ppid=16114 vsize=13982084 CPUtime=10.3 cores=1,3,5,7
/proc/16117/stat : 16117 (java) S 16114 16117 5678 0 -1 1077944320 42657 0 0 0 1019 11 0 0 20 0 15 0 11117924 14317654016 60014 18446744073709551615 4194304 4196468 140721452313872 140721452296416 139898914680567 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
/proc/16117/statm: 3495521 60014 3786 1 0 3484303 0
[pid=16117/tid=16122] ppid=16114 vsize=13982084 CPUtime=6.12 cores=1,3,5,7
/proc/16117/task/16122/stat : 16122 (java) R 16114 16117 5678 0 -1 4202560 15600 0 0 0 606 6 0 0 20 0 15 0 11117935 14317654016 60014 18446744073709551615 4194304 4196468 140721452313872 139898918915568 139898519170854 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16123] ppid=16114 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16117/task/16123/stat : 16123 (java) S 16114 16117 5678 0 -1 1077944384 175 0 0 0 0 0 0 0 20 0 15 0 11117936 14317654016 60014 18446744073709551615 4194304 4196468 140721452313872 139898834094608 139898914690773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16124] ppid=16114 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16117/task/16124/stat : 16124 (java) S 16114 16117 5678 0 -1 1077944384 162 0 0 0 0 0 0 0 20 0 15 0 11117936 14317654016 60014 18446744073709551615 4194304 4196468 140721452313872 139898833042064 139898914690773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16125] ppid=16114 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16117/task/16125/stat : 16125 (java) S 16114 16117 5678 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 15 0 11117936 14317654016 60014 18446744073709551615 4194304 4196468 140721452313872 139898831989008 139898914690773 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16126] ppid=16114 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16117/task/16126/stat : 16126 (java) S 16114 16117 5678 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 11117936 14317654016 60014 18446744073709551615 4194304 4196468 140721452313872 139898830936464 139898914690773 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16127] ppid=16114 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16117/task/16127/stat : 16127 (java) S 16114 16117 5678 0 -1 1077944384 1018 0 0 0 0 0 0 0 20 0 15 0 11117937 14317654016 60014 18446744073709551615 4194304 4196468 140721452313872 139898393168624 139898914691714 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16128] ppid=16114 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16117/task/16128/stat : 16128 (java) S 16114 16117 5678 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 11117937 14317654016 60014 18446744073709551615 4194304 4196468 140721452313872 139898392114848 139898914690773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16129] ppid=16114 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16117/task/16129/stat : 16129 (java) S 16114 16117 5678 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 11117938 14317654016 60014 18446744073709551615 4194304 4196468 140721452313872 139898391061744 139898914690773 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16130] ppid=16114 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16117/task/16130/stat : 16130 (java) S 16114 16117 5678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11117940 14317654016 60014 18446744073709551615 4194304 4196468 140721452313872 139898390010320 139898914699163 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16131] ppid=16114 vsize=13982084 CPUtime=1.65 cores=1,3,5,7
/proc/16117/task/16131/stat : 16131 (java) S 16114 16117 5678 0 -1 1077944384 8423 0 0 0 164 1 0 0 20 0 15 0 11117940 14317654016 60014 18446744073709551615 4194304 4196468 140721452313872 139898388957424 139898914691714 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16132] ppid=16114 vsize=13982084 CPUtime=1.7 cores=1,3,5,7
/proc/16117/task/16132/stat : 16132 (java) S 16114 16117 5678 0 -1 1077944384 6433 0 0 0 169 1 0 0 20 0 15 0 11117940 14317654016 60014 18446744073709551615 4194304 4196468 140721452313872 139898387904880 139898914691714 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16133] ppid=16114 vsize=13982084 CPUtime=0.76 cores=1,3,5,7
/proc/16117/task/16133/stat : 16133 (java) S 16114 16117 5678 0 -1 1077944384 8504 0 0 0 75 1 0 0 20 0 15 0 11117940 14317654016 60014 18446744073709551615 4194304 4196468 140721452313872 139898386851824 139898914691714 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16134] ppid=16114 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16117/task/16134/stat : 16134 (java) S 16114 16117 5678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11117940 14317654016 60014 18446744073709551615 4194304 4196468 140721452313872 139898385799520 139898914690773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16140] ppid=16114 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16117/task/16140/stat : 16140 (java) S 16114 16117 5678 0 -1 1077944384 800 0 0 0 0 0 0 0 20 0 15 0 11117945 14317654016 60014 18446744073709551615 4194304 4196468 140721452313872 139898384747568 139898914691714 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
Current children cumulated CPU time (s) 10.3
Current children cumulated vsize (KiB) 13982084

[startup+12.7006 s]
/proc/loadavg: 1.79 1.70 1.73 3/209 16159
/proc/meminfo: memFree=30639056/32770624 swapFree=0/936580
[pid=16117] ppid=16114 vsize=13982084 CPUtime=16.81 cores=1,3,5,7
/proc/16117/stat : 16117 (java) S 16114 16117 5678 0 -1 1077944320 45170 0 0 0 1669 12 0 0 20 0 15 0 11117924 14317654016 61607 18446744073709551615 4194304 4196468 140721452313872 140721452296416 139898914680567 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
/proc/16117/statm: 3495521 61607 3791 1 0 3484303 0
[pid=16117/tid=16122] ppid=16114 vsize=13982084 CPUtime=12.51 cores=1,3,5,7
/proc/16117/task/16122/stat : 16122 (java) R 16114 16117 5678 0 -1 4202560 15920 0 0 0 1245 6 0 0 20 0 15 0 11117935 14317654016 61607 18446744073709551615 4194304 4196468 140721452313872 139898918915760 139898519137525 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16123] ppid=16114 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16117/task/16123/stat : 16123 (java) S 16114 16117 5678 0 -1 1077944384 1250 0 0 0 0 0 0 0 20 0 15 0 11117936 14317654016 61607 18446744073709551615 4194304 4196468 140721452313872 139898834094608 139898914690773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16124] ppid=16114 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16117/task/16124/stat : 16124 (java) S 16114 16117 5678 0 -1 1077944384 172 0 0 0 0 0 0 0 20 0 15 0 11117936 14317654016 61607 18446744073709551615 4194304 4196468 140721452313872 139898833042064 139898914690773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16125] ppid=16114 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16117/task/16125/stat : 16125 (java) S 16114 16117 5678 0 -1 1077944384 143 0 0 0 0 0 0 0 20 0 15 0 11117936 14317654016 61607 18446744073709551615 4194304 4196468 140721452313872 139898831989008 139898914690773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16126] ppid=16114 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16117/task/16126/stat : 16126 (java) S 16114 16117 5678 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 15 0 11117936 14317654016 61607 18446744073709551615 4194304 4196468 140721452313872 139898830936464 139898914690773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16127] ppid=16114 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16117/task/16127/stat : 16127 (java) S 16114 16117 5678 0 -1 1077944384 1196 0 0 0 0 0 0 0 20 0 15 0 11117937 14317654016 61607 18446744073709551615 4194304 4196468 140721452313872 139898393168624 139898914691714 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16128] ppid=16114 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16117/task/16128/stat : 16128 (java) S 16114 16117 5678 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 11117937 14317654016 61607 18446744073709551615 4194304 4196468 140721452313872 139898392114912 139898914690773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16129] ppid=16114 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16117/task/16129/stat : 16129 (java) S 16114 16117 5678 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 11117938 14317654016 61607 18446744073709551615 4194304 4196468 140721452313872 139898391061760 139898914690773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16130] ppid=16114 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16117/task/16130/stat : 16130 (java) S 16114 16117 5678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11117940 14317654016 61607 18446744073709551615 4194304 4196468 140721452313872 139898390010320 139898914699163 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0

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

/proc/16117/task/16134/stat : 16134 (java) S 16114 16117 5678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11117940 14317654016 59989 18446744073709551615 4194304 4196468 140721452313872 139898385799520 139898914690773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16140] ppid=16114 vsize=13982084 CPUtime=0.01 cores=1,3,5,7
/proc/16117/task/16140/stat : 16140 (java) S 16114 16117 5678 0 -1 1077944384 896 0 0 0 0 1 0 0 20 0 15 0 11117945 14317654016 59989 18446744073709551615 4194304 4196468 140721452313872 139898384747568 139898914691714 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
Current children cumulated CPU time (s) 55.36
Current children cumulated vsize (KiB) 13982084

[startup+102.301 s]
/proc/loadavg: 1.79 1.72 1.74 3/209 16162
/proc/meminfo: memFree=30688672/32770624 swapFree=0/936632
[pid=16117] ppid=16114 vsize=13982084 CPUtime=106.96 cores=1,3,5,7
/proc/16117/stat : 16117 (java) S 16114 16117 5678 0 -1 1077944320 62093 0 0 0 10681 15 0 0 20 0 15 0 11117924 14317654016 52361 18446744073709551615 4194304 4196468 140721452313872 140721452296416 139898914680567 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
/proc/16117/statm: 3495521 52361 3791 1 0 3484303 0
[pid=16117/tid=16122] ppid=16114 vsize=13982084 CPUtime=102.05 cores=1,3,5,7
/proc/16117/task/16122/stat : 16122 (java) R 16114 16117 5678 0 -1 4202560 17910 0 0 0 10199 6 0 0 20 0 15 0 11117935 14317654016 52361 18446744073709551615 4194304 4196468 140721452313872 139898918918960 139898519935954 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16123] ppid=16114 vsize=13982084 CPUtime=0.04 cores=1,3,5,7
/proc/16117/task/16123/stat : 16123 (java) S 16114 16117 5678 0 -1 1077944384 1806 0 0 0 4 0 0 0 20 0 15 0 11117936 14317654016 52361 18446744073709551615 4194304 4196468 140721452313872 139898834094608 139898914690773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16124] ppid=16114 vsize=13982084 CPUtime=0.03 cores=1,3,5,7
/proc/16117/task/16124/stat : 16124 (java) S 16114 16117 5678 0 -1 1077944384 1767 0 0 0 3 0 0 0 20 0 15 0 11117936 14317654016 52361 18446744073709551615 4194304 4196468 140721452313872 139898833042064 139898914690773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16125] ppid=16114 vsize=13982084 CPUtime=0.03 cores=1,3,5,7
/proc/16117/task/16125/stat : 16125 (java) S 16114 16117 5678 0 -1 1077944384 1677 0 0 0 3 0 0 0 20 0 15 0 11117936 14317654016 52361 18446744073709551615 4194304 4196468 140721452313872 139898831989008 139898914690773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16126] ppid=16114 vsize=13982084 CPUtime=0.04 cores=1,3,5,7
/proc/16117/task/16126/stat : 16126 (java) S 16114 16117 5678 0 -1 1077944384 1206 0 0 0 4 0 0 0 20 0 15 0 11117936 14317654016 52361 18446744073709551615 4194304 4196468 140721452313872 139898830936464 139898914690773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16127] ppid=16114 vsize=13982084 CPUtime=0.03 cores=1,3,5,7
/proc/16117/task/16127/stat : 16127 (java) S 16114 16117 5678 0 -1 1077944384 2117 0 0 0 2 1 0 0 20 0 15 0 11117937 14317654016 52361 18446744073709551615 4194304 4196468 140721452313872 139898393168624 139898914691714 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16128] ppid=16114 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16117/task/16128/stat : 16128 (java) S 16114 16117 5678 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 11117937 14317654016 52361 18446744073709551615 4194304 4196468 140721452313872 139898392114912 139898914690773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16129] ppid=16114 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16117/task/16129/stat : 16129 (java) S 16114 16117 5678 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 11117938 14317654016 52361 18446744073709551615 4194304 4196468 140721452313872 139898391061760 139898914690773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16130] ppid=16114 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16117/task/16130/stat : 16130 (java) S 16114 16117 5678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11117940 14317654016 52361 18446744073709551615 4194304 4196468 140721452313872 139898390010320 139898914699163 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16131] ppid=16114 vsize=13982084 CPUtime=1.91 cores=1,3,5,7
/proc/16117/task/16131/stat : 16131 (java) S 16114 16117 5678 0 -1 1077944384 13020 0 0 0 190 1 0 0 20 0 15 0 11117940 14317654016 52361 18446744073709551615 4194304 4196468 140721452313872 139898388957424 139898914691714 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16132] ppid=16114 vsize=13982084 CPUtime=1.93 cores=1,3,5,7
/proc/16117/task/16132/stat : 16132 (java) S 16114 16117 5678 0 -1 1077944384 9817 0 0 0 192 1 0 0 20 0 15 0 11117940 14317654016 52361 18446744073709551615 4194304 4196468 140721452313872 139898387904880 139898914691714 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16133] ppid=16114 vsize=13982084 CPUtime=0.78 cores=1,3,5,7
/proc/16117/task/16133/stat : 16133 (java) S 16114 16117 5678 0 -1 1077944384 10418 0 0 0 77 1 0 0 20 0 15 0 11117940 14317654016 52361 18446744073709551615 4194304 4196468 140721452313872 139898386851824 139898914691714 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16134] ppid=16114 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16117/task/16134/stat : 16134 (java) S 16114 16117 5678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11117940 14317654016 52361 18446744073709551615 4194304 4196468 140721452313872 139898385799520 139898914690773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16140] ppid=16114 vsize=13982084 CPUtime=0.01 cores=1,3,5,7
/proc/16117/task/16140/stat : 16140 (java) S 16114 16117 5678 0 -1 1077944384 922 0 0 0 0 1 0 0 20 0 15 0 11117945 14317654016 52361 18446744073709551615 4194304 4196468 140721452313872 139898384747568 139898914691714 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
Current children cumulated CPU time (s) 106.96
Current children cumulated vsize (KiB) 13982084

[startup+162.301 s]
/proc/loadavg: 1.53 1.66 1.72 3/209 16170
/proc/meminfo: memFree=30740072/32770624 swapFree=0/936660
[pid=16117] ppid=16114 vsize=13982084 CPUtime=167.01 cores=1,3,5,7
/proc/16117/stat : 16117 (java) S 16114 16117 5678 0 -1 1077944320 62983 0 0 0 16685 16 0 0 20 0 15 0 11117924 14317654016 45511 18446744073709551615 4194304 4196468 140721452313872 140721452296416 139898914680567 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
/proc/16117/statm: 3495521 45511 3791 1 0 3484303 0
[pid=16117/tid=16122] ppid=16114 vsize=13982084 CPUtime=162 cores=1,3,5,7
/proc/16117/task/16122/stat : 16122 (java) R 16114 16117 5678 0 -1 4202560 18278 0 0 0 16194 6 0 0 20 0 15 0 11117935 14317654016 45511 18446744073709551615 4194304 4196468 140721452313872 139898918918960 139898518787662 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16123] ppid=16114 vsize=13982084 CPUtime=0.05 cores=1,3,5,7
/proc/16117/task/16123/stat : 16123 (java) S 16114 16117 5678 0 -1 1077944384 1876 0 0 0 5 0 0 0 20 0 15 0 11117936 14317654016 45511 18446744073709551615 4194304 4196468 140721452313872 139898834094608 139898914690773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16124] ppid=16114 vsize=13982084 CPUtime=0.05 cores=1,3,5,7
/proc/16117/task/16124/stat : 16124 (java) S 16114 16117 5678 0 -1 1077944384 1817 0 0 0 5 0 0 0 20 0 15 0 11117936 14317654016 45511 18446744073709551615 4194304 4196468 140721452313872 139898833042064 139898914690773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16125] ppid=16114 vsize=13982084 CPUtime=0.05 cores=1,3,5,7
/proc/16117/task/16125/stat : 16125 (java) S 16114 16117 5678 0 -1 1077944384 1813 0 0 0 5 0 0 0 20 0 15 0 11117936 14317654016 45511 18446744073709551615 4194304 4196468 140721452313872 139898831989008 139898914690773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16126] ppid=16114 vsize=13982084 CPUtime=0.05 cores=1,3,5,7
/proc/16117/task/16126/stat : 16126 (java) S 16114 16117 5678 0 -1 1077944384 1211 0 0 0 5 0 0 0 20 0 15 0 11117936 14317654016 45511 18446744073709551615 4194304 4196468 140721452313872 139898830936464 139898914690773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16127] ppid=16114 vsize=13982084 CPUtime=0.05 cores=1,3,5,7
/proc/16117/task/16127/stat : 16127 (java) S 16114 16117 5678 0 -1 1077944384 2350 0 0 0 4 1 0 0 20 0 15 0 11117937 14317654016 45511 18446744073709551615 4194304 4196468 140721452313872 139898393168624 139898914691714 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16128] ppid=16114 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16117/task/16128/stat : 16128 (java) S 16114 16117 5678 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 11117937 14317654016 45511 18446744073709551615 4194304 4196468 140721452313872 139898392114912 139898914690773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16129] ppid=16114 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16117/task/16129/stat : 16129 (java) S 16114 16117 5678 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 11117938 14317654016 45511 18446744073709551615 4194304 4196468 140721452313872 139898391061760 139898914690773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16130] ppid=16114 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16117/task/16130/stat : 16130 (java) S 16114 16117 5678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11117940 14317654016 45511 18446744073709551615 4194304 4196468 140721452313872 139898390010320 139898914699163 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16131] ppid=16114 vsize=13982084 CPUtime=1.91 cores=1,3,5,7
/proc/16117/task/16131/stat : 16131 (java) S 16114 16117 5678 0 -1 1077944384 13022 0 0 0 190 1 0 0 20 0 15 0 11117940 14317654016 45511 18446744073709551615 4194304 4196468 140721452313872 139898388957424 139898914691714 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16132] ppid=16114 vsize=13982084 CPUtime=1.93 cores=1,3,5,7
/proc/16117/task/16132/stat : 16132 (java) S 16114 16117 5678 0 -1 1077944384 9819 0 0 0 192 1 0 0 20 0 15 0 11117940 14317654016 45511 18446744073709551615 4194304 4196468 140721452313872 139898387904880 139898914691714 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16133] ppid=16114 vsize=13982084 CPUtime=0.78 cores=1,3,5,7
/proc/16117/task/16133/stat : 16133 (java) S 16114 16117 5678 0 -1 1077944384 10420 0 0 0 77 1 0 0 20 0 15 0 11117940 14317654016 45511 18446744073709551615 4194304 4196468 140721452313872 139898386851824 139898914691714 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16134] ppid=16114 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16117/task/16134/stat : 16134 (java) S 16114 16117 5678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11117940 14317654016 45511 18446744073709551615 4194304 4196468 140721452313872 139898385799520 139898914690773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16140] ppid=16114 vsize=13982084 CPUtime=0.03 cores=1,3,5,7
/proc/16117/task/16140/stat : 16140 (java) S 16114 16117 5678 0 -1 1077944384 944 0 0 0 1 2 0 0 20 0 15 0 11117945 14317654016 45511 18446744073709551615 4194304 4196468 140721452313872 139898384747568 139898914691714 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
Current children cumulated CPU time (s) 167.01
Current children cumulated vsize (KiB) 13982084

[startup+222.306 s]
/proc/loadavg: 1.44 1.61 1.69 3/209 16172
/proc/meminfo: memFree=30761068/32770624 swapFree=0/936680
[pid=16117] ppid=16114 vsize=13982084 CPUtime=227.07 cores=1,3,5,7
/proc/16117/stat : 16117 (java) S 16114 16117 5678 0 -1 1077944320 63643 0 0 0 22690 17 0 0 20 0 15 0 11117924 14317654016 45131 18446744073709551615 4194304 4196468 140721452313872 140721452296416 139898914680567 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
/proc/16117/statm: 3495521 45131 3791 1 0 3484303 0
[pid=16117/tid=16122] ppid=16114 vsize=13982084 CPUtime=221.94 cores=1,3,5,7
/proc/16117/task/16122/stat : 16122 (java) R 16114 16117 5678 0 -1 4202560 18622 0 0 0 22188 6 0 0 20 0 15 0 11117935 14317654016 45131 18446744073709551615 4194304 4196468 140721452313872 139898918918960 139898519934268 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16123] ppid=16114 vsize=13982084 CPUtime=0.07 cores=1,3,5,7
/proc/16117/task/16123/stat : 16123 (java) S 16114 16117 5678 0 -1 1077944384 1883 0 0 0 7 0 0 0 20 0 15 0 11117936 14317654016 45131 18446744073709551615 4194304 4196468 140721452313872 139898834094608 139898914690773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16124] ppid=16114 vsize=13982084 CPUtime=0.08 cores=1,3,5,7
/proc/16117/task/16124/stat : 16124 (java) S 16114 16117 5678 0 -1 1077944384 1865 0 0 0 7 1 0 0 20 0 15 0 11117936 14317654016 45131 18446744073709551615 4194304 4196468 140721452313872 139898833042064 139898914690773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16125] ppid=16114 vsize=13982084 CPUtime=0.08 cores=1,3,5,7
/proc/16117/task/16125/stat : 16125 (java) S 16114 16117 5678 0 -1 1077944384 1843 0 0 0 7 1 0 0 20 0 15 0 11117936 14317654016 45131 18446744073709551615 4194304 4196468 140721452313872 139898831989008 139898914690773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16126] ppid=16114 vsize=13982084 CPUtime=0.07 cores=1,3,5,7
/proc/16117/task/16126/stat : 16126 (java) S 16114 16117 5678 0 -1 1077944384 1254 0 0 0 7 0 0 0 20 0 15 0 11117936 14317654016 45131 18446744073709551615 4194304 4196468 140721452313872 139898830936464 139898914690773 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16127] ppid=16114 vsize=13982084 CPUtime=0.07 cores=1,3,5,7
/proc/16117/task/16127/stat : 16127 (java) S 16114 16117 5678 0 -1 1077944384 2521 0 0 0 6 1 0 0 20 0 15 0 11117937 14317654016 45131 18446744073709551615 4194304 4196468 140721452313872 139898393168624 139898914691714 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16128] ppid=16114 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16117/task/16128/stat : 16128 (java) S 16114 16117 5678 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 11117937 14317654016 45131 18446744073709551615 4194304 4196468 140721452313872 139898392114912 139898914690773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16129] ppid=16114 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16117/task/16129/stat : 16129 (java) S 16114 16117 5678 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 11117938 14317654016 45131 18446744073709551615 4194304 4196468 140721452313872 139898391061760 139898914690773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16130] ppid=16114 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16117/task/16130/stat : 16130 (java) S 16114 16117 5678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11117940 14317654016 45131 18446744073709551615 4194304 4196468 140721452313872 139898390010320 139898914699163 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16131] ppid=16114 vsize=13982084 CPUtime=1.91 cores=1,3,5,7
/proc/16117/task/16131/stat : 16131 (java) S 16114 16117 5678 0 -1 1077944384 13024 0 0 0 190 1 0 0 20 0 15 0 11117940 14317654016 45131 18446744073709551615 4194304 4196468 140721452313872 139898388957424 139898914691714 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16132] ppid=16114 vsize=13982084 CPUtime=1.93 cores=1,3,5,7
/proc/16117/task/16132/stat : 16132 (java) S 16114 16117 5678 0 -1 1077944384 9821 0 0 0 192 1 0 0 20 0 15 0 11117940 14317654016 45131 18446744073709551615 4194304 4196468 140721452313872 139898387904880 139898914691714 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16133] ppid=16114 vsize=13982084 CPUtime=0.78 cores=1,3,5,7
/proc/16117/task/16133/stat : 16133 (java) S 16114 16117 5678 0 -1 1077944384 10422 0 0 0 77 1 0 0 20 0 15 0 11117940 14317654016 45131 18446744073709551615 4194304 4196468 140721452313872 139898386851824 139898914691714 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16134] ppid=16114 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16117/task/16134/stat : 16134 (java) S 16114 16117 5678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11117940 14317654016 45131 18446744073709551615 4194304 4196468 140721452313872 139898385799520 139898914690773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16140] ppid=16114 vsize=13982084 CPUtime=0.04 cores=1,3,5,7
/proc/16117/task/16140/stat : 16140 (java) S 16114 16117 5678 0 -1 1077944384 955 0 0 0 2 2 0 0 20 0 15 0 11117945 14317654016 45131 18446744073709551615 4194304 4196468 140721452313872 139898384747568 139898914691714 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
Current children cumulated CPU time (s) 227.07
Current children cumulated vsize (KiB) 13982084



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.54 1.62 1.69 3/209 16172
/proc/meminfo: memFree=30766760/32770624 swapFree=0/936684
[pid=16117] ppid=16114 vsize=13982084 CPUtime=244.79 cores=1,3,5,7
/proc/16117/stat : 16117 (java) S 16114 16117 5678 0 -1 1077944320 63665 0 0 0 24462 17 0 0 20 0 15 0 11117924 14317654016 45131 18446744073709551615 4194304 4196468 140721452313872 140721452296416 139898914680567 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
/proc/16117/statm: 3495521 45131 3791 1 0 3484303 0
[pid=16117/tid=16122] ppid=16114 vsize=13982084 CPUtime=239.62 cores=1,3,5,7
/proc/16117/task/16122/stat : 16122 (java) R 16114 16117 5678 0 -1 4202560 18636 0 0 0 23956 6 0 0 20 0 15 0 11117935 14317654016 45131 18446744073709551615 4194304 4196468 140721452313872 139898918918960 139898518721615 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16123] ppid=16114 vsize=13982084 CPUtime=0.08 cores=1,3,5,7
/proc/16117/task/16123/stat : 16123 (java) S 16114 16117 5678 0 -1 1077944384 1883 0 0 0 8 0 0 0 20 0 15 0 11117936 14317654016 45131 18446744073709551615 4194304 4196468 140721452313872 139898834094608 139898914690773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16124] ppid=16114 vsize=13982084 CPUtime=0.09 cores=1,3,5,7
/proc/16117/task/16124/stat : 16124 (java) S 16114 16117 5678 0 -1 1077944384 1868 0 0 0 8 1 0 0 20 0 15 0 11117936 14317654016 45131 18446744073709551615 4194304 4196468 140721452313872 139898833042064 139898914690773 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16125] ppid=16114 vsize=13982084 CPUtime=0.08 cores=1,3,5,7
/proc/16117/task/16125/stat : 16125 (java) S 16114 16117 5678 0 -1 1077944384 1845 0 0 0 7 1 0 0 20 0 15 0 11117936 14317654016 45131 18446744073709551615 4194304 4196468 140721452313872 139898831989008 139898914690773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16126] ppid=16114 vsize=13982084 CPUtime=0.08 cores=1,3,5,7
/proc/16117/task/16126/stat : 16126 (java) S 16114 16117 5678 0 -1 1077944384 1255 0 0 0 8 0 0 0 20 0 15 0 11117936 14317654016 45131 18446744073709551615 4194304 4196468 140721452313872 139898830936464 139898914690773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16127] ppid=16114 vsize=13982084 CPUtime=0.08 cores=1,3,5,7
/proc/16117/task/16127/stat : 16127 (java) S 16114 16117 5678 0 -1 1077944384 2523 0 0 0 7 1 0 0 20 0 15 0 11117937 14317654016 45131 18446744073709551615 4194304 4196468 140721452313872 139898393168624 139898914691714 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16128] ppid=16114 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16117/task/16128/stat : 16128 (java) S 16114 16117 5678 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 11117937 14317654016 45131 18446744073709551615 4194304 4196468 140721452313872 139898392114912 139898914690773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16129] ppid=16114 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16117/task/16129/stat : 16129 (java) S 16114 16117 5678 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 11117938 14317654016 45131 18446744073709551615 4194304 4196468 140721452313872 139898391061760 139898914690773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16130] ppid=16114 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16117/task/16130/stat : 16130 (java) S 16114 16117 5678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11117940 14317654016 45131 18446744073709551615 4194304 4196468 140721452313872 139898390010320 139898914699163 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16131] ppid=16114 vsize=13982084 CPUtime=1.91 cores=1,3,5,7
/proc/16117/task/16131/stat : 16131 (java) S 16114 16117 5678 0 -1 1077944384 13024 0 0 0 190 1 0 0 20 0 15 0 11117940 14317654016 45131 18446744073709551615 4194304 4196468 140721452313872 139898388957424 139898914691714 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16132] ppid=16114 vsize=13982084 CPUtime=1.93 cores=1,3,5,7
/proc/16117/task/16132/stat : 16132 (java) S 16114 16117 5678 0 -1 1077944384 9821 0 0 0 192 1 0 0 20 0 15 0 11117940 14317654016 45131 18446744073709551615 4194304 4196468 140721452313872 139898387904880 139898914691714 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16133] ppid=16114 vsize=13982084 CPUtime=0.78 cores=1,3,5,7
/proc/16117/task/16133/stat : 16133 (java) S 16114 16117 5678 0 -1 1077944384 10422 0 0 0 77 1 0 0 20 0 15 0 11117940 14317654016 45131 18446744073709551615 4194304 4196468 140721452313872 139898386851824 139898914691714 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16134] ppid=16114 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16117/task/16134/stat : 16134 (java) S 16114 16117 5678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11117940 14317654016 45131 18446744073709551615 4194304 4196468 140721452313872 139898385799520 139898914690773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
[pid=16117/tid=16140] ppid=16114 vsize=13982084 CPUtime=0.04 cores=1,3,5,7
/proc/16117/task/16140/stat : 16140 (java) S 16114 16117 5678 0 -1 1077944384 955 0 0 0 2 2 0 0 20 0 15 0 11117945 14317654016 45131 18446744073709551615 4194304 4196468 140721452313872 139898384747568 139898914691714 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13553664 140721452315031 140721452315211 140721452315211 140721452318671 0
Current children cumulated CPU time (s) 244.79
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 16117 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 240.009
CPU time (s): 244.808
CPU user time (s): 244.63
CPU system time (s): 0.178127
CPU usage (%): 101.999
Max. virtual memory (cumulated for all children) (KiB): 13984244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 244.63
system time used= 0.178127
maximum resident set size= 246628
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63852
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= 9857
involuntary context switches= 281

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.997264 second user time and 1.32084 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-01 23:48:13
IDJOB=4255773
IDBENCH=115780
IDSOLVER=2638
FILE ID=node128/4255773-1501624932
RUNJOBID= node128-1501622883-15277
PBS_JOBID= 
Free space on /tmp= 61852 MiB

SOLVER NAME= OscaR - ALNS 2017-07-26
BENCH NAME= XCSP17/Scheduling/Scheduling-js-taillard/Taillard-js-030-20-8.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-4255773-1501624932/watcher-4255773-1501624932 -o /tmp/evaluation-result-4255773-1501624932/solver-4255773-1501624932 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node128-1501622883-15277 --watchdog 300  java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed 1264746549 --timelimit 264 --memlimit 11000 --nbcore 4 HOME/instance-4255773-1501624932.xml

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

MD5SUM BENCH= 754bcb27478aff360ffbb606538dde42
RANDOM SEED=1264746549

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31141144 kB
MemAvailable:   32030964 kB
Buffers:           97584 kB
Cached:          1074764 kB
SwapCached:            0 kB
Active:           280504 kB
Inactive:         945092 kB
Active(anon):      53688 kB
Inactive(anon):     8532 kB
Active(file):     226816 kB
Inactive(file):   936560 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42372 kB
Writeback:             0 kB
AnonPages:         53272 kB
Mapped:            29648 kB
Shmem:              8872 kB
Slab:             109852 kB
SReclaimable:      84560 kB
SUnreclaim:        25292 kB
KernelStack:        3120 kB
PageTables:         4512 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     282064 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:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61768 MiB
End job on node128 at 2017-08-01 23:52:14