Trace number 4256767

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 - Hybrid 2017-07-26? (TO) 245.10001 240.01199

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.34/0.42	c version: 2017-07-26
0.34/0.42	c seed: 1046918701
0.34/0.42	c timeout: 264
0.34/0.42	c memlimit: 11000
0.34/0.42	c nbcore: 4
0.34/0.44	c Parsing instance...
2.92/1.44	c Parsing done, starting first complete search...
245.07/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-4256767-1501625080/watcher-4256767-1501625080 -o /tmp/evaluation-result-4256767-1501625080/solver-4256767-1501625080 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node131-1501623034-14465 --watchdog 300 java -Xmx11000m -jar oscar-cp-xcsp3-hybrid.jar --randomseed 1046918701 --timelimit 264 --memlimit 11000 --nbcore 4 HOME/instance-4256767-1501625080.xml 

pid=15286
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.60 1.70 1.76 4/179 15289
/proc/meminfo: memFree=31840712/32770624 swapFree=0/197060
[pid=15289] ppid=15286 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/15289/stat : 15289 (runsolver) D 15286 15289 5131 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 11128281 24240128 107 18446744073709551615 4194304 4338465 140724550599072 140724550596712 140069657301719 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 21782528 140724550602858 140724550603334 140724550603334 140724550606794 0
/proc/15289/statm: 5918 107 54 36 0 2156 0

[startup+0.100125 s]
/proc/loadavg: 1.60 1.70 1.76 4/179 15289
/proc/meminfo: memFree=31840712/32770624 swapFree=0/197060
[pid=15289] ppid=15286 vsize=11657624 CPUtime=0 cores=1,3,5,7
/proc/15289/stat : 15289 (java) S 15286 15289 5131 0 -1 1077944320 2168 0 0 0 0 0 0 0 20 0 2 0 11128281 11937406976 2322 18446744073709551615 4194304 4196468 140729611353568 140729611336112 140333111361271 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
/proc/15289/statm: 2914406 2388 1149 1 0 2904384 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11657624

[startup+0.200276 s]
/proc/loadavg: 1.60 1.70 1.76 4/179 15289
/proc/meminfo: memFree=31840712/32770624 swapFree=0/197060
[pid=15289] ppid=15286 vsize=13906484 CPUtime=0.05 cores=1,3,5,7
/proc/15289/stat : 15289 (java) S 15286 15289 5131 0 -1 1077944320 4937 0 0 0 5 0 0 0 20 0 14 0 11128281 14240239616 5482 18446744073709551615 4194304 4196468 140729611353568 140729611336112 140333111361271 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
/proc/15289/statm: 3476621 5482 2580 1 0 3466126 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 13906484

[startup+0.300323 s]
/proc/loadavg: 1.60 1.70 1.76 4/179 15289
/proc/meminfo: memFree=31840712/32770624 swapFree=0/197060
[pid=15289] ppid=15286 vsize=13975920 CPUtime=0.17 cores=1,3,5,7
/proc/15289/stat : 15289 (java) S 15286 15289 5131 0 -1 1077944320 9802 0 0 0 15 2 0 0 20 0 15 0 11128281 14311342080 9212 18446744073709551615 4194304 4196468 140729611353568 140729611336112 140333111361271 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
/proc/15289/statm: 3493980 9212 3516 1 0 3482767 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 13975920

[startup+0.701163 s]
/proc/loadavg: 1.60 1.70 1.76 4/179 15289
/proc/meminfo: memFree=31840712/32770624 swapFree=0/197060
[pid=15289] ppid=15286 vsize=13977988 CPUtime=0.95 cores=1,3,5,7
/proc/15289/stat : 15289 (java) S 15286 15289 5131 0 -1 1077944320 13762 0 0 0 92 3 0 0 20 0 15 0 11128281 14313459712 16521 18446744073709551615 4194304 4196468 140729611353568 140729611336112 140333111361271 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
/proc/15289/statm: 3494497 16521 3707 1 0 3483279 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 13977988

[startup+1.50089 s]
/proc/loadavg: 1.60 1.70 1.76 5/212 15347
/proc/meminfo: memFree=31721400/32770624 swapFree=0/196968
[pid=15289] ppid=15286 vsize=13982084 CPUtime=3.25 cores=1,3,5,7
/proc/15289/stat : 15289 (java) S 15286 15289 5131 0 -1 1077944320 28599 0 0 0 317 8 0 0 20 0 15 0 11128281 14317654016 34667 18446744073709551615 4194304 4196468 140729611353568 140729611336112 140333111361271 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
/proc/15289/statm: 3495521 34667 3761 1 0 3484303 0
[pid=15289/tid=15294] ppid=15286 vsize=13982084 CPUtime=1.31 cores=1,3,5,7
/proc/15289/task/15294/stat : 15294 (java) R 15286 15289 5131 0 -1 4202560 14826 0 0 0 126 5 0 0 20 0 15 0 11128290 14317654016 34667 18446744073709551615 4194304 4196468 140729611353568 140333115596184 140332712312804 0 4 1 16800974 0 0 0 -1 7 0 0 7 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15295] ppid=15286 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15289/task/15295/stat : 15295 (java) S 15286 15289 5131 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 11128291 14317654016 34667 18446744073709551615 4194304 4196468 140729611353568 140333030775824 140333111371477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15296] ppid=15286 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15289/task/15296/stat : 15296 (java) S 15286 15289 5131 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11128291 14317654016 34667 18446744073709551615 4194304 4196468 140729611353568 140333029723280 140333111371477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15297] ppid=15286 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15289/task/15297/stat : 15297 (java) S 15286 15289 5131 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11128291 14317654016 34667 18446744073709551615 4194304 4196468 140729611353568 140333028670224 140333111371477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15298] ppid=15286 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15289/task/15298/stat : 15298 (java) S 15286 15289 5131 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 11128291 14317654016 34667 18446744073709551615 4194304 4196468 140729611353568 140333027617680 140333111371477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15299] ppid=15286 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15289/task/15299/stat : 15299 (java) S 15286 15289 5131 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 11128292 14317654016 34667 18446744073709551615 4194304 4196468 140729611353568 140332297304304 140333111372418 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15300] ppid=15286 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15289/task/15300/stat : 15300 (java) S 15286 15289 5131 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 11128293 14317654016 34667 18446744073709551615 4194304 4196468 140729611353568 140332296250528 140333111371477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15301] ppid=15286 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15289/task/15301/stat : 15301 (java) S 15286 15289 5131 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 11128293 14317654016 34667 18446744073709551615 4194304 4196468 140729611353568 140332295197424 140333111371477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15305] ppid=15286 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15289/task/15305/stat : 15305 (java) S 15286 15289 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11128295 14317654016 34667 18446744073709551615 4194304 4196468 140729611353568 140332294146000 140333111379867 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15306] ppid=15286 vsize=13982084 CPUtime=0.58 cores=1,3,5,7
/proc/15289/task/15306/stat : 15306 (java) R 15286 15289 5131 0 -1 4202560 2846 0 0 0 58 0 0 0 20 0 15 0 11128295 14317654016 34667 18446744073709551615 4194304 4196468 140729611353568 140332293080000 140333092879146 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15307] ppid=15286 vsize=13982084 CPUtime=0.63 cores=1,3,5,7
/proc/15289/task/15307/stat : 15307 (java) R 15286 15289 5131 0 -1 4202560 2559 0 0 0 63 0 0 0 20 0 15 0 11128295 14317654016 34667 18446744073709551615 4194304 4196468 140729611353568 140332292027696 140333092882456 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15308] ppid=15286 vsize=13982084 CPUtime=0.7 cores=1,3,5,7
/proc/15289/task/15308/stat : 15308 (java) S 15286 15289 5131 0 -1 1077944384 6988 0 0 0 68 2 0 0 20 0 15 0 11128295 14317654016 34667 18446744073709551615 4194304 4196468 140729611353568 140332290988528 140333111372418 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15309] ppid=15286 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15289/task/15309/stat : 15309 (java) S 15286 15289 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11128295 14317654016 34667 18446744073709551615 4194304 4196468 140729611353568 140332289936224 140333111371477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15313] ppid=15286 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15289/task/15313/stat : 15313 (java) S 15286 15289 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11128303 14317654016 34667 18446744073709551615 4194304 4196468 140729611353568 140332288883248 140333111372418 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
Current children cumulated CPU time (s) 3.25
Current children cumulated vsize (KiB) 13982084

[startup+3.10059 s]
/proc/loadavg: 1.60 1.70 1.76 5/212 15347
/proc/meminfo: memFree=31572528/32770624 swapFree=0/196968
[pid=15289] ppid=15286 vsize=13982084 CPUtime=6.51 cores=1,3,5,7
/proc/15289/stat : 15289 (java) S 15286 15289 5131 0 -1 1077944320 33526 0 0 0 642 9 0 0 20 0 15 0 11128281 14317654016 48457 18446744073709551615 4194304 4196468 140729611353568 140729611336112 140333111361271 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
/proc/15289/statm: 3495521 48457 3762 1 0 3484303 0
[pid=15289/tid=15294] ppid=15286 vsize=13982084 CPUtime=2.9 cores=1,3,5,7
/proc/15289/task/15294/stat : 15294 (java) R 15286 15289 5131 0 -1 4202560 15114 0 0 0 285 5 0 0 20 0 15 0 11128290 14317654016 48457 18446744073709551615 4194304 4196468 140729611353568 140333115596536 140332713395798 0 4 1 16800974 0 0 0 -1 1 0 0 7 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15295] ppid=15286 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15289/task/15295/stat : 15295 (java) S 15286 15289 5131 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 11128291 14317654016 48457 18446744073709551615 4194304 4196468 140729611353568 140333030775824 140333111371477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15296] ppid=15286 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15289/task/15296/stat : 15296 (java) S 15286 15289 5131 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11128291 14317654016 48457 18446744073709551615 4194304 4196468 140729611353568 140333029723280 140333111371477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15297] ppid=15286 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15289/task/15297/stat : 15297 (java) S 15286 15289 5131 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11128291 14317654016 48457 18446744073709551615 4194304 4196468 140729611353568 140333028670224 140333111371477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15298] ppid=15286 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15289/task/15298/stat : 15298 (java) S 15286 15289 5131 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 11128291 14317654016 48457 18446744073709551615 4194304 4196468 140729611353568 140333027617680 140333111371477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15299] ppid=15286 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15289/task/15299/stat : 15299 (java) S 15286 15289 5131 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 11128292 14317654016 48457 18446744073709551615 4194304 4196468 140729611353568 140332297304304 140333111372418 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15300] ppid=15286 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15289/task/15300/stat : 15300 (java) S 15286 15289 5131 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 11128293 14317654016 48457 18446744073709551615 4194304 4196468 140729611353568 140332296250528 140333111371477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15301] ppid=15286 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15289/task/15301/stat : 15301 (java) S 15286 15289 5131 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 11128293 14317654016 48457 18446744073709551615 4194304 4196468 140729611353568 140332295197424 140333111371477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15305] ppid=15286 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15289/task/15305/stat : 15305 (java) S 15286 15289 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11128295 14317654016 48457 18446744073709551615 4194304 4196468 140729611353568 140332294146000 140333111379867 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15306] ppid=15286 vsize=13982084 CPUtime=1.43 cores=1,3,5,7
/proc/15289/task/15306/stat : 15306 (java) R 15286 15289 5131 0 -1 4202560 5925 0 0 0 142 1 0 0 20 0 15 0 11128295 14317654016 48457 18446744073709551615 4194304 4196468 140729611353568 140332293094128 140333095354662 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15307] ppid=15286 vsize=13982084 CPUtime=1.4 cores=1,3,5,7
/proc/15289/task/15307/stat : 15307 (java) S 15286 15289 5131 0 -1 1077944384 3529 0 0 0 140 0 0 0 20 0 15 0 11128295 14317654016 48457 18446744073709551615 4194304 4196468 140729611353568 140332292041584 140333111372418 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15308] ppid=15286 vsize=13982084 CPUtime=0.76 cores=1,3,5,7
/proc/15289/task/15308/stat : 15308 (java) S 15286 15289 5131 0 -1 1077944384 7517 0 0 0 74 2 0 0 20 0 15 0 11128295 14317654016 48457 18446744073709551615 4194304 4196468 140729611353568 140332290988528 140333111372418 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15309] ppid=15286 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15289/task/15309/stat : 15309 (java) S 15286 15289 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11128295 14317654016 48457 18446744073709551615 4194304 4196468 140729611353568 140332289936224 140333111371477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15313] ppid=15286 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15289/task/15313/stat : 15313 (java) S 15286 15289 5131 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 11128303 14317654016 48457 18446744073709551615 4194304 4196468 140729611353568 140332288883248 140333111372418 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
Current children cumulated CPU time (s) 6.51
Current children cumulated vsize (KiB) 13982084

[startup+6.30068 s]
/proc/loadavg: 1.64 1.71 1.76 3/212 15347
/proc/meminfo: memFree=31440708/32770624 swapFree=0/196976
[pid=15289] ppid=15286 vsize=13982084 CPUtime=10.1 cores=1,3,5,7
/proc/15289/stat : 15289 (java) S 15286 15289 5131 0 -1 1077944320 39579 0 0 0 999 11 0 0 20 0 15 0 11128281 14317654016 56087 18446744073709551615 4194304 4196468 140729611353568 140729611336112 140333111361271 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
/proc/15289/statm: 3495521 56087 3782 1 0 3484303 0
[pid=15289/tid=15294] ppid=15286 vsize=13982084 CPUtime=6.08 cores=1,3,5,7
/proc/15289/task/15294/stat : 15294 (java) R 15286 15289 5131 0 -1 4202560 15515 0 0 0 603 5 0 0 20 0 15 0 11128290 14317654016 56087 18446744073709551615 4194304 4196468 140729611353568 140333115596616 140332712920428 0 4 1 16800974 0 0 0 -1 1 0 0 7 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15295] ppid=15286 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15289/task/15295/stat : 15295 (java) S 15286 15289 5131 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 15 0 11128291 14317654016 56087 18446744073709551615 4194304 4196468 140729611353568 140333030775824 140333111371477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15296] ppid=15286 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15289/task/15296/stat : 15296 (java) S 15286 15289 5131 0 -1 1077944384 986 0 0 0 0 0 0 0 20 0 15 0 11128291 14317654016 56087 18446744073709551615 4194304 4196468 140729611353568 140333029723280 140333111371477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15297] ppid=15286 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15289/task/15297/stat : 15297 (java) S 15286 15289 5131 0 -1 1077944384 164 0 0 0 0 0 0 0 20 0 15 0 11128291 14317654016 56087 18446744073709551615 4194304 4196468 140729611353568 140333028670224 140333111371477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15298] ppid=15286 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15289/task/15298/stat : 15298 (java) S 15286 15289 5131 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 11128291 14317654016 56087 18446744073709551615 4194304 4196468 140729611353568 140333027617680 140333111371477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15299] ppid=15286 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15289/task/15299/stat : 15299 (java) S 15286 15289 5131 0 -1 1077944384 644 0 0 0 0 0 0 0 20 0 15 0 11128292 14317654016 56087 18446744073709551615 4194304 4196468 140729611353568 140332297304304 140333111372418 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15300] ppid=15286 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15289/task/15300/stat : 15300 (java) S 15286 15289 5131 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 11128293 14317654016 56087 18446744073709551615 4194304 4196468 140729611353568 140332296250592 140333111371477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15301] ppid=15286 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15289/task/15301/stat : 15301 (java) S 15286 15289 5131 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 11128293 14317654016 56087 18446744073709551615 4194304 4196468 140729611353568 140332295197440 140333111371477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15305] ppid=15286 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15289/task/15305/stat : 15305 (java) S 15286 15289 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11128295 14317654016 56087 18446744073709551615 4194304 4196468 140729611353568 140332294146000 140333111379867 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15306] ppid=15286 vsize=13982084 CPUtime=1.61 cores=1,3,5,7
/proc/15289/task/15306/stat : 15306 (java) S 15286 15289 5131 0 -1 1077944384 6257 0 0 0 160 1 0 0 20 0 15 0 11128295 14317654016 56087 18446744073709551615 4194304 4196468 140729611353568 140332293094128 140333111372418 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15307] ppid=15286 vsize=13982084 CPUtime=1.55 cores=1,3,5,7
/proc/15289/task/15307/stat : 15307 (java) S 15286 15289 5131 0 -1 1077944384 5119 0 0 0 155 0 0 0 20 0 15 0 11128295 14317654016 56087 18446744073709551615 4194304 4196468 140729611353568 140332292041584 140333111372418 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15308] ppid=15286 vsize=13982084 CPUtime=0.77 cores=1,3,5,7
/proc/15289/task/15308/stat : 15308 (java) S 15286 15289 5131 0 -1 1077944384 8726 0 0 0 75 2 0 0 20 0 15 0 11128295 14317654016 56087 18446744073709551615 4194304 4196468 140729611353568 140332290988528 140333111372418 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15309] ppid=15286 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15289/task/15309/stat : 15309 (java) S 15286 15289 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11128295 14317654016 56087 18446744073709551615 4194304 4196468 140729611353568 140332289936224 140333111371477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15313] ppid=15286 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15289/task/15313/stat : 15313 (java) S 15286 15289 5131 0 -1 1077944384 574 0 0 0 0 0 0 0 20 0 15 0 11128303 14317654016 56087 18446744073709551615 4194304 4196468 140729611353568 140332288883248 140333111372418 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
Current children cumulated CPU time (s) 10.1
Current children cumulated vsize (KiB) 13982084

[startup+12.7006 s]
/proc/loadavg: 1.67 1.71 1.76 4/212 15347
/proc/meminfo: memFree=31398112/32770624 swapFree=0/196988
[pid=15289] ppid=15286 vsize=13982084 CPUtime=17.37 cores=1,3,5,7
/proc/15289/stat : 15289 (java) S 15286 15289 5131 0 -1 1077944320 44617 0 0 0 1725 12 0 0 20 0 15 0 11128281 14317654016 58707 18446744073709551615 4194304 4196468 140729611353568 140729611336112 140333111361271 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
/proc/15289/statm: 3495521 58707 3798 1 0 3484303 0
[pid=15289/tid=15294] ppid=15286 vsize=13982084 CPUtime=12.48 cores=1,3,5,7
/proc/15289/task/15294/stat : 15294 (java) R 15286 15289 5131 0 -1 4202560 15865 0 0 0 1243 5 0 0 20 0 15 0 11128290 14317654016 58707 18446744073709551615 4194304 4196468 140729611353568 140333115596704 140332714414235 0 4 1 16800974 0 0 0 -1 1 0 0 7 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15295] ppid=15286 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15289/task/15295/stat : 15295 (java) S 15286 15289 5131 0 -1 1077944384 1256 0 0 0 0 0 0 0 20 0 15 0 11128291 14317654016 58707 18446744073709551615 4194304 4196468 140729611353568 140333030775824 140333111371477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15296] ppid=15286 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15289/task/15296/stat : 15296 (java) S 15286 15289 5131 0 -1 1077944384 1014 0 0 0 0 0 0 0 20 0 15 0 11128291 14317654016 58707 18446744073709551615 4194304 4196468 140729611353568 140333029723280 140333111371477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15297] ppid=15286 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15289/task/15297/stat : 15297 (java) S 15286 15289 5131 0 -1 1077944384 169 0 0 0 0 0 0 0 20 0 15 0 11128291 14317654016 58707 18446744073709551615 4194304 4196468 140729611353568 140333028670224 140333111371477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15298] ppid=15286 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15289/task/15298/stat : 15298 (java) S 15286 15289 5131 0 -1 1077944384 133 0 0 0 0 0 0 0 20 0 15 0 11128291 14317654016 58707 18446744073709551615 4194304 4196468 140729611353568 140333027617680 140333111371477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15299] ppid=15286 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15289/task/15299/stat : 15299 (java) S 15286 15289 5131 0 -1 1077944384 824 0 0 0 0 0 0 0 20 0 15 0 11128292 14317654016 58707 18446744073709551615 4194304 4196468 140729611353568 140332297304304 140333111372418 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15300] ppid=15286 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15289/task/15300/stat : 15300 (java) S 15286 15289 5131 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 11128293 14317654016 58707 18446744073709551615 4194304 4196468 140729611353568 140332296250592 140333111371477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15301] ppid=15286 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15289/task/15301/stat : 15301 (java) S 15286 15289 5131 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 11128293 14317654016 58707 18446744073709551615 4194304 4196468 140729611353568 140332295197440 140333111371477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15305] ppid=15286 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15289/task/15305/stat : 15305 (java) S 15286 15289 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11128295 14317654016 58707 18446744073709551615 4194304 4196468 140729611353568 140332294146000 140333111379867 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0

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

/proc/15289/task/15309/stat : 15309 (java) S 15286 15289 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11128295 14317654016 59007 18446744073709551615 4194304 4196468 140729611353568 140332289936224 140333111371477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15313] ppid=15286 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15289/task/15313/stat : 15313 (java) S 15286 15289 5131 0 -1 1077944384 820 0 0 0 0 0 0 0 20 0 15 0 11128303 14317654016 59007 18446744073709551615 4194304 4196468 140729611353568 140332288883248 140333111372418 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
Current children cumulated CPU time (s) 55.98
Current children cumulated vsize (KiB) 13982084

[startup+102.301 s]
/proc/loadavg: 1.88 1.77 1.78 3/212 15350
/proc/meminfo: memFree=31433400/32770624 swapFree=0/197036
[pid=15289] ppid=15286 vsize=13982084 CPUtime=107.25 cores=1,3,5,7
/proc/15289/stat : 15289 (java) S 15286 15289 5131 0 -1 1077944320 59617 0 0 0 10710 15 0 0 20 0 15 0 11128281 14317654016 53688 18446744073709551615 4194304 4196468 140729611353568 140729611336112 140333111361271 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
/proc/15289/statm: 3495521 53688 3798 1 0 3484303 0
[pid=15289/tid=15294] ppid=15286 vsize=13982084 CPUtime=102.02 cores=1,3,5,7
/proc/15289/task/15294/stat : 15294 (java) R 15286 15289 5131 0 -1 4202560 17978 0 0 0 10197 5 0 0 20 0 15 0 11128290 14317654016 53688 18446744073709551615 4194304 4196468 140729611353568 140333115599456 140332714415145 0 4 1 16800974 0 0 0 -1 1 0 0 7 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15295] ppid=15286 vsize=13982084 CPUtime=0.03 cores=1,3,5,7
/proc/15289/task/15295/stat : 15295 (java) S 15286 15289 5131 0 -1 1077944384 2592 0 0 0 3 0 0 0 20 0 15 0 11128291 14317654016 53688 18446744073709551615 4194304 4196468 140729611353568 140333030775824 140333111371477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15296] ppid=15286 vsize=13982084 CPUtime=0.03 cores=1,3,5,7
/proc/15289/task/15296/stat : 15296 (java) S 15286 15289 5131 0 -1 1077944384 1424 0 0 0 3 0 0 0 20 0 15 0 11128291 14317654016 53688 18446744073709551615 4194304 4196468 140729611353568 140333029723280 140333111371477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15297] ppid=15286 vsize=13982084 CPUtime=0.03 cores=1,3,5,7
/proc/15289/task/15297/stat : 15297 (java) S 15286 15289 5131 0 -1 1077944384 948 0 0 0 3 0 0 0 20 0 15 0 11128291 14317654016 53688 18446744073709551615 4194304 4196468 140729611353568 140333028670224 140333111371477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15298] ppid=15286 vsize=13982084 CPUtime=0.03 cores=1,3,5,7
/proc/15289/task/15298/stat : 15298 (java) S 15286 15289 5131 0 -1 1077944384 2490 0 0 0 2 1 0 0 20 0 15 0 11128291 14317654016 53688 18446744073709551615 4194304 4196468 140729611353568 140333027617680 140333111371477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15299] ppid=15286 vsize=13982084 CPUtime=0.02 cores=1,3,5,7
/proc/15289/task/15299/stat : 15299 (java) S 15286 15289 5131 0 -1 1077944384 1704 0 0 0 2 0 0 0 20 0 15 0 11128292 14317654016 53688 18446744073709551615 4194304 4196468 140729611353568 140332297304304 140333111372418 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15300] ppid=15286 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15289/task/15300/stat : 15300 (java) S 15286 15289 5131 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 11128293 14317654016 53688 18446744073709551615 4194304 4196468 140729611353568 140332296250592 140333111371477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15301] ppid=15286 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15289/task/15301/stat : 15301 (java) S 15286 15289 5131 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 11128293 14317654016 53688 18446744073709551615 4194304 4196468 140729611353568 140332295197440 140333111371477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15305] ppid=15286 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15289/task/15305/stat : 15305 (java) S 15286 15289 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11128295 14317654016 53688 18446744073709551615 4194304 4196468 140729611353568 140332294146000 140333111379867 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15306] ppid=15286 vsize=13982084 CPUtime=2.15 cores=1,3,5,7
/proc/15289/task/15306/stat : 15306 (java) S 15286 15289 5131 0 -1 1077944384 10606 0 0 0 214 1 0 0 20 0 15 0 11128295 14317654016 53688 18446744073709551615 4194304 4196468 140729611353568 140332293094128 140333111372418 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15307] ppid=15286 vsize=13982084 CPUtime=2.01 cores=1,3,5,7
/proc/15289/task/15307/stat : 15307 (java) S 15286 15289 5131 0 -1 1077944384 9198 0 0 0 200 1 0 0 20 0 15 0 11128295 14317654016 53688 18446744073709551615 4194304 4196468 140729611353568 140332292041584 140333111372418 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15308] ppid=15286 vsize=13982084 CPUtime=0.81 cores=1,3,5,7
/proc/15289/task/15308/stat : 15308 (java) S 15286 15289 5131 0 -1 1077944384 10363 0 0 0 79 2 0 0 20 0 15 0 11128295 14317654016 53688 18446744073709551615 4194304 4196468 140729611353568 140332290988528 140333111372418 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15309] ppid=15286 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15289/task/15309/stat : 15309 (java) S 15286 15289 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11128295 14317654016 53688 18446744073709551615 4194304 4196468 140729611353568 140332289936224 140333111371477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15313] ppid=15286 vsize=13982084 CPUtime=0.02 cores=1,3,5,7
/proc/15289/task/15313/stat : 15313 (java) S 15286 15289 5131 0 -1 1077944384 864 0 0 0 1 1 0 0 20 0 15 0 11128303 14317654016 53688 18446744073709551615 4194304 4196468 140729611353568 140332288883248 140333111372418 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
Current children cumulated CPU time (s) 107.25
Current children cumulated vsize (KiB) 13982084

[startup+162.301 s]
/proc/loadavg: 1.87 1.79 1.78 3/213 15363
/proc/meminfo: memFree=31486480/32770624 swapFree=0/197352
[pid=15289] ppid=15286 vsize=13982084 CPUtime=167.31 cores=1,3,5,7
/proc/15289/stat : 15289 (java) S 15286 15289 5131 0 -1 1077944320 62425 0 0 0 16715 16 0 0 20 0 15 0 11128281 14317654016 47485 18446744073709551615 4194304 4196468 140729611353568 140729611336112 140333111361271 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
/proc/15289/statm: 3495521 47485 3798 1 0 3484303 0
[pid=15289/tid=15294] ppid=15286 vsize=13982084 CPUtime=161.99 cores=1,3,5,7
/proc/15289/task/15294/stat : 15294 (java) R 15286 15289 5131 0 -1 4202560 18400 0 0 0 16194 5 0 0 20 0 15 0 11128290 14317654016 47485 18446744073709551615 4194304 4196468 140729611353568 140333115599472 140332712986230 0 4 1 16800974 0 0 0 -1 3 0 0 7 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15295] ppid=15286 vsize=13982084 CPUtime=0.04 cores=1,3,5,7
/proc/15289/task/15295/stat : 15295 (java) S 15286 15289 5131 0 -1 1077944384 2667 0 0 0 4 0 0 0 20 0 15 0 11128291 14317654016 47485 18446744073709551615 4194304 4196468 140729611353568 140333030775824 140333111371477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15296] ppid=15286 vsize=13982084 CPUtime=0.04 cores=1,3,5,7
/proc/15289/task/15296/stat : 15296 (java) S 15286 15289 5131 0 -1 1077944384 1494 0 0 0 4 0 0 0 20 0 15 0 11128291 14317654016 47485 18446744073709551615 4194304 4196468 140729611353568 140333029723280 140333111371477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15297] ppid=15286 vsize=13982084 CPUtime=0.04 cores=1,3,5,7
/proc/15289/task/15297/stat : 15297 (java) S 15286 15289 5131 0 -1 1077944384 1026 0 0 0 4 0 0 0 20 0 15 0 11128291 14317654016 47485 18446744073709551615 4194304 4196468 140729611353568 140333028670224 140333111371477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15298] ppid=15286 vsize=13982084 CPUtime=0.04 cores=1,3,5,7
/proc/15289/task/15298/stat : 15298 (java) S 15286 15289 5131 0 -1 1077944384 3033 0 0 0 3 1 0 0 20 0 15 0 11128291 14317654016 47485 18446744073709551615 4194304 4196468 140729611353568 140333027617680 140333111371477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15299] ppid=15286 vsize=13982084 CPUtime=0.03 cores=1,3,5,7
/proc/15289/task/15299/stat : 15299 (java) S 15286 15289 5131 0 -1 1077944384 1943 0 0 0 3 0 0 0 20 0 15 0 11128292 14317654016 47485 18446744073709551615 4194304 4196468 140729611353568 140332297304304 140333111372418 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15300] ppid=15286 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15289/task/15300/stat : 15300 (java) S 15286 15289 5131 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 11128293 14317654016 47485 18446744073709551615 4194304 4196468 140729611353568 140332296250592 140333111371477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15301] ppid=15286 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15289/task/15301/stat : 15301 (java) S 15286 15289 5131 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 11128293 14317654016 47485 18446744073709551615 4194304 4196468 140729611353568 140332295197440 140333111371477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15305] ppid=15286 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15289/task/15305/stat : 15305 (java) S 15286 15289 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11128295 14317654016 47485 18446744073709551615 4194304 4196468 140729611353568 140332294146000 140333111379867 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15306] ppid=15286 vsize=13982084 CPUtime=2.15 cores=1,3,5,7
/proc/15289/task/15306/stat : 15306 (java) S 15286 15289 5131 0 -1 1077944384 10608 0 0 0 214 1 0 0 20 0 15 0 11128295 14317654016 47485 18446744073709551615 4194304 4196468 140729611353568 140332293094128 140333111372418 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15307] ppid=15286 vsize=13982084 CPUtime=2.03 cores=1,3,5,7
/proc/15289/task/15307/stat : 15307 (java) S 15286 15289 5131 0 -1 1077944384 10537 0 0 0 202 1 0 0 20 0 15 0 11128295 14317654016 47485 18446744073709551615 4194304 4196468 140729611353568 140332292041584 140333111372418 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15308] ppid=15286 vsize=13982084 CPUtime=0.81 cores=1,3,5,7
/proc/15289/task/15308/stat : 15308 (java) S 15286 15289 5131 0 -1 1077944384 10365 0 0 0 79 2 0 0 20 0 15 0 11128295 14317654016 47485 18446744073709551615 4194304 4196468 140729611353568 140332290988528 140333111372418 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15309] ppid=15286 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15289/task/15309/stat : 15309 (java) S 15286 15289 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11128295 14317654016 47485 18446744073709551615 4194304 4196468 140729611353568 140332289936224 140333111371477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15313] ppid=15286 vsize=13982084 CPUtime=0.03 cores=1,3,5,7
/proc/15289/task/15313/stat : 15313 (java) S 15286 15289 5131 0 -1 1077944384 902 0 0 0 1 2 0 0 20 0 15 0 11128303 14317654016 47485 18446744073709551615 4194304 4196468 140729611353568 140332288883248 140333111372418 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
Current children cumulated CPU time (s) 167.31
Current children cumulated vsize (KiB) 13982084

[startup+222.307 s]
/proc/loadavg: 1.78 1.78 1.78 3/212 15365
/proc/meminfo: memFree=31528432/32770624 swapFree=0/197380
[pid=15289] ppid=15286 vsize=13982084 CPUtime=227.37 cores=1,3,5,7
/proc/15289/stat : 15289 (java) S 15286 15289 5131 0 -1 1077944320 63449 0 0 0 22720 17 0 0 20 0 15 0 11128281 14317654016 42251 18446744073709551615 4194304 4196468 140729611353568 140729611336112 140333111361271 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
/proc/15289/statm: 3495521 42251 3798 1 0 3484303 0
[pid=15289/tid=15294] ppid=15286 vsize=13982084 CPUtime=221.97 cores=1,3,5,7
/proc/15289/task/15294/stat : 15294 (java) R 15286 15289 5131 0 -1 4202560 18645 0 0 0 22192 5 0 0 20 0 15 0 11128290 14317654016 42251 18446744073709551615 4194304 4196468 140729611353568 140333115599488 140332714338085 0 4 1 16800974 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15295] ppid=15286 vsize=13982084 CPUtime=0.06 cores=1,3,5,7
/proc/15289/task/15295/stat : 15295 (java) S 15286 15289 5131 0 -1 1077944384 3156 0 0 0 5 1 0 0 20 0 15 0 11128291 14317654016 42251 18446744073709551615 4194304 4196468 140729611353568 140333030775824 140333111371477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15296] ppid=15286 vsize=13982084 CPUtime=0.05 cores=1,3,5,7
/proc/15289/task/15296/stat : 15296 (java) S 15286 15289 5131 0 -1 1077944384 1603 0 0 0 5 0 0 0 20 0 15 0 11128291 14317654016 42251 18446744073709551615 4194304 4196468 140729611353568 140333029723280 140333111371477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15297] ppid=15286 vsize=13982084 CPUtime=0.05 cores=1,3,5,7
/proc/15289/task/15297/stat : 15297 (java) S 15286 15289 5131 0 -1 1077944384 1141 0 0 0 5 0 0 0 20 0 15 0 11128291 14317654016 42251 18446744073709551615 4194304 4196468 140729611353568 140333028670224 140333111371477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15298] ppid=15286 vsize=13982084 CPUtime=0.06 cores=1,3,5,7
/proc/15289/task/15298/stat : 15298 (java) S 15286 15289 5131 0 -1 1077944384 3061 0 0 0 5 1 0 0 20 0 15 0 11128291 14317654016 42251 18446744073709551615 4194304 4196468 140729611353568 140333027617680 140333111371477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15299] ppid=15286 vsize=13982084 CPUtime=0.04 cores=1,3,5,7
/proc/15289/task/15299/stat : 15299 (java) S 15286 15289 5131 0 -1 1077944384 1973 0 0 0 3 1 0 0 20 0 15 0 11128292 14317654016 42251 18446744073709551615 4194304 4196468 140729611353568 140332297304304 140333111372418 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15300] ppid=15286 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15289/task/15300/stat : 15300 (java) S 15286 15289 5131 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 11128293 14317654016 42251 18446744073709551615 4194304 4196468 140729611353568 140332296250592 140333111371477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15301] ppid=15286 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15289/task/15301/stat : 15301 (java) S 15286 15289 5131 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 11128293 14317654016 42251 18446744073709551615 4194304 4196468 140729611353568 140332295197440 140333111371477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15305] ppid=15286 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15289/task/15305/stat : 15305 (java) S 15286 15289 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11128295 14317654016 42251 18446744073709551615 4194304 4196468 140729611353568 140332294146000 140333111379867 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15306] ppid=15286 vsize=13982084 CPUtime=2.15 cores=1,3,5,7
/proc/15289/task/15306/stat : 15306 (java) S 15286 15289 5131 0 -1 1077944384 10610 0 0 0 214 1 0 0 20 0 15 0 11128295 14317654016 42251 18446744073709551615 4194304 4196468 140729611353568 140332293094128 140333111372418 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15307] ppid=15286 vsize=13982084 CPUtime=2.03 cores=1,3,5,7
/proc/15289/task/15307/stat : 15307 (java) S 15286 15289 5131 0 -1 1077944384 10539 0 0 0 202 1 0 0 20 0 15 0 11128295 14317654016 42251 18446744073709551615 4194304 4196468 140729611353568 140332292041584 140333111372418 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15308] ppid=15286 vsize=13982084 CPUtime=0.81 cores=1,3,5,7
/proc/15289/task/15308/stat : 15308 (java) S 15286 15289 5131 0 -1 1077944384 10367 0 0 0 79 2 0 0 20 0 15 0 11128295 14317654016 42251 18446744073709551615 4194304 4196468 140729611353568 140332290988528 140333111372418 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15309] ppid=15286 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15289/task/15309/stat : 15309 (java) S 15286 15289 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11128295 14317654016 42251 18446744073709551615 4194304 4196468 140729611353568 140332289936224 140333111371477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15313] ppid=15286 vsize=13982084 CPUtime=0.04 cores=1,3,5,7
/proc/15289/task/15313/stat : 15313 (java) S 15286 15289 5131 0 -1 1077944384 904 0 0 0 2 2 0 0 20 0 15 0 11128303 14317654016 42251 18446744073709551615 4194304 4196468 140729611353568 140332288883248 140333111372418 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
Current children cumulated CPU time (s) 227.37
Current children cumulated vsize (KiB) 13982084



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.76 1.78 1.77 3/212 15365
/proc/meminfo: memFree=31533640/32770624 swapFree=0/197384
[pid=15289] ppid=15286 vsize=13982084 CPUtime=245.07 cores=1,3,5,7
/proc/15289/stat : 15289 (java) S 15286 15289 5131 0 -1 1077944320 64030 0 0 0 24490 17 0 0 20 0 15 0 11128281 14317654016 41176 18446744073709551615 4194304 4196468 140729611353568 140729611336112 140333111361271 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
/proc/15289/statm: 3495521 41176 3798 1 0 3484303 0
[pid=15289/tid=15294] ppid=15286 vsize=13982084 CPUtime=239.65 cores=1,3,5,7
/proc/15289/task/15294/stat : 15294 (java) R 15286 15289 5131 0 -1 4202560 18811 0 0 0 23960 5 0 0 20 0 15 0 11128290 14317654016 41176 18446744073709551615 4194304 4196468 140729611353568 140333115599472 140332712985931 0 4 1 16800974 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15295] ppid=15286 vsize=13982084 CPUtime=0.07 cores=1,3,5,7
/proc/15289/task/15295/stat : 15295 (java) S 15286 15289 5131 0 -1 1077944384 3172 0 0 0 6 1 0 0 20 0 15 0 11128291 14317654016 41176 18446744073709551615 4194304 4196468 140729611353568 140333030775824 140333111371477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15296] ppid=15286 vsize=13982084 CPUtime=0.06 cores=1,3,5,7
/proc/15289/task/15296/stat : 15296 (java) S 15286 15289 5131 0 -1 1077944384 1702 0 0 0 6 0 0 0 20 0 15 0 11128291 14317654016 41176 18446744073709551615 4194304 4196468 140729611353568 140333029723280 140333111371477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15297] ppid=15286 vsize=13982084 CPUtime=0.05 cores=1,3,5,7
/proc/15289/task/15297/stat : 15297 (java) S 15286 15289 5131 0 -1 1077944384 1158 0 0 0 5 0 0 0 20 0 15 0 11128291 14317654016 41176 18446744073709551615 4194304 4196468 140729611353568 140333028670224 140333111371477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15298] ppid=15286 vsize=13982084 CPUtime=0.06 cores=1,3,5,7
/proc/15289/task/15298/stat : 15298 (java) S 15286 15289 5131 0 -1 1077944384 3102 0 0 0 5 1 0 0 20 0 15 0 11128291 14317654016 41176 18446744073709551615 4194304 4196468 140729611353568 140333027617680 140333111371477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15299] ppid=15286 vsize=13982084 CPUtime=0.05 cores=1,3,5,7
/proc/15289/task/15299/stat : 15299 (java) S 15286 15289 5131 0 -1 1077944384 2185 0 0 0 4 1 0 0 20 0 15 0 11128292 14317654016 41176 18446744073709551615 4194304 4196468 140729611353568 140332297304304 140333111372418 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15300] ppid=15286 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15289/task/15300/stat : 15300 (java) S 15286 15289 5131 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 11128293 14317654016 41176 18446744073709551615 4194304 4196468 140729611353568 140332296250592 140333111371477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15301] ppid=15286 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15289/task/15301/stat : 15301 (java) S 15286 15289 5131 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 11128293 14317654016 41176 18446744073709551615 4194304 4196468 140729611353568 140332295197440 140333111371477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15305] ppid=15286 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15289/task/15305/stat : 15305 (java) S 15286 15289 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11128295 14317654016 41176 18446744073709551615 4194304 4196468 140729611353568 140332294146000 140333111379867 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15306] ppid=15286 vsize=13982084 CPUtime=2.15 cores=1,3,5,7
/proc/15289/task/15306/stat : 15306 (java) S 15286 15289 5131 0 -1 1077944384 10616 0 0 0 214 1 0 0 20 0 15 0 11128295 14317654016 41176 18446744073709551615 4194304 4196468 140729611353568 140332293094128 140333111372418 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15307] ppid=15286 vsize=13982084 CPUtime=2.03 cores=1,3,5,7
/proc/15289/task/15307/stat : 15307 (java) S 15286 15289 5131 0 -1 1077944384 10540 0 0 0 202 1 0 0 20 0 15 0 11128295 14317654016 41176 18446744073709551615 4194304 4196468 140729611353568 140332292041584 140333111372418 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15308] ppid=15286 vsize=13982084 CPUtime=0.81 cores=1,3,5,7
/proc/15289/task/15308/stat : 15308 (java) S 15286 15289 5131 0 -1 1077944384 10368 0 0 0 79 2 0 0 20 0 15 0 11128295 14317654016 41176 18446744073709551615 4194304 4196468 140729611353568 140332290988528 140333111372418 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15309] ppid=15286 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15289/task/15309/stat : 15309 (java) S 15286 15289 5131 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11128295 14317654016 41176 18446744073709551615 4194304 4196468 140729611353568 140332289936224 140333111371477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
[pid=15289/tid=15313] ppid=15286 vsize=13982084 CPUtime=0.04 cores=1,3,5,7
/proc/15289/task/15313/stat : 15313 (java) S 15286 15289 5131 0 -1 1077944384 926 0 0 0 2 2 0 0 20 0 15 0 11128303 14317654016 41176 18446744073709551615 4194304 4196468 140729611353568 140332288883248 140333111372418 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14409728 140729611354517 140729611354699 140729611354699 140729611358159 0
Current children cumulated CPU time (s) 245.07
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 15289 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): 245.1
CPU user time (s): 244.918
CPU system time (s): 0.182095
CPU usage (%): 102.12
Max. virtual memory (cumulated for all children) (KiB): 13982084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 244.918
system time used= 0.182095
maximum resident set size= 236540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64574
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= 9086
involuntary context switches= 108

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.937681 second user time and 1.39151 second system time

The end

Launcher Data

Begin job on node131 at 2017-08-01 23:50:43
IDJOB=4256767
IDBENCH=115780
IDSOLVER=2640
FILE ID=node131/4256767-1501625080
RUNJOBID= node131-1501623034-14465
PBS_JOBID= 
Free space on /tmp= 61904 MiB

SOLVER NAME= OscaR - Hybrid 2017-07-26
BENCH NAME= XCSP17/Scheduling/Scheduling-js-taillard/Taillard-js-030-20-8.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-hybrid.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4256767-1501625080/watcher-4256767-1501625080 -o /tmp/evaluation-result-4256767-1501625080/solver-4256767-1501625080 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node131-1501623034-14465 --watchdog 300  java -Xmx11000m -jar oscar-cp-xcsp3-hybrid.jar --randomseed 1046918701 --timelimit 264 --memlimit 11000 --nbcore 4 HOME/instance-4256767-1501625080.xml

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

MD5SUM BENCH= 754bcb27478aff360ffbb606538dde42
RANDOM SEED=1046918701

node131.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	: 5334.07
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	: 5334.07
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	: 5334.07
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	: 5334.07
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:        31841380 kB
MemAvailable:   32032184 kB
Buffers:           97544 kB
Cached:           376344 kB
SwapCached:            0 kB
Active:           321804 kB
Inactive:         205592 kB
Active(anon):      53872 kB
Inactive(anon):     8532 kB
Active(file):     267932 kB
Inactive(file):   197060 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42348 kB
Writeback:             0 kB
AnonPages:         61556 kB
Mapped:            30500 kB
Shmem:              8872 kB
Slab:             108268 kB
SReclaimable:      83296 kB
SUnreclaim:        24972 kB
KernelStack:        3440 kB
PageTables:         4584 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     283396 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 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= 61864 MiB
End job on node131 at 2017-08-01 23:54:43