Trace number 4255440

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) 243.22701 240.01801

General information on the benchmark

NameBusScheduling/BusScheduling-cnt-s1/
BusScheduling-cnt-c1.xml
MD5SUM1c5d3440e59d0a9e624ef63cf534111e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark28
Best CPU time to get the best result obtained on this benchmark251.879
Satisfiable
(Un)Satisfiability was proved
Number of variables3829
Number of constraints186
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":3829}]
Minimum variable degree4
Maximum variable degree14
Distribution of variable degrees[{"degree":4,"count":118},{"degree":5,"count":320},{"degree":6,"count":620},{"degree":7,"count":639},{"degree":8,"count":575},{"degree":9,"count":511},{"degree":10,"count":455},{"degree":11,"count":306},{"degree":12,"count":196},{"degree":13,"count":83},{"degree":14,"count":6}]
Minimum constraint arity15
Maximum constraint arity477
Distribution of constraint arities[{"arity":15,"count":1},{"arity":17,"count":1},{"arity":18,"count":2},{"arity":20,"count":2},{"arity":22,"count":1},{"arity":23,"count":2},{"arity":26,"count":1},{"arity":31,"count":1},{"arity":32,"count":3},{"arity":33,"count":2},{"arity":41,"count":1},{"arity":42,"count":4},{"arity":46,"count":2},{"arity":47,"count":1},{"arity":48,"count":1},{"arity":49,"count":1},{"arity":50,"count":7},{"arity":52,"count":1},{"arity":54,"count":2},{"arity":56,"count":1},{"arity":57,"count":1},{"arity":65,"count":2},{"arity":68,"count":1},{"arity":70,"count":2},{"arity":71,"count":1},"...",{"arity":254,"count":1}, {"arity":256,"count":1}, {"arity":261,"count":1}, {"arity":276,"count":2}, {"arity":289,"count":1}, {"arity":293,"count":1}, {"arity":299,"count":1}, {"arity":309,"count":1}, {"arity":315,"count":1}, {"arity":334,"count":1}, {"arity":335,"count":1}, {"arity":352,"count":1}, {"arity":355,"count":1}, {"arity":364,"count":1}, {"arity":365,"count":1}, {"arity":371,"count":1}, {"arity":372,"count":1}, {"arity":377,"count":1}, {"arity":382,"count":1}, {"arity":385,"count":1}, {"arity":389,"count":1}, {"arity":417,"count":1}, {"arity":457,"count":1}, {"arity":471,"count":1}, {"arity":477,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"count","count":186}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.35/0.42	c version: 2017-07-26
0.35/0.42	c seed: 1364417577
0.35/0.42	c timeout: 264
0.35/0.42	c memlimit: 11000
0.35/0.42	c nbcore: 4
0.35/0.44	c Parsing instance...
2.93/1.36	c Parsing done, starting search...
243.20/240.01	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-4255440-1501637020/watcher-4255440-1501637020 -o /tmp/evaluation-result-4255440-1501637020/solver-4255440-1501637020 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node129-1501623099-17027 --watchdog 300 java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed 1364417577 --timelimit 264 --memlimit 11000 --nbcore 4 HOME/instance-4255440-1501637020.xml 

pid=26313
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.19 1.31 1.45 2/195 26316
/proc/meminfo: memFree=31234744/32770624 swapFree=0/211164
[pid=26316] ppid=26313 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/26316/stat : 26316 (runsolver) D 26313 26316 5091 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 12325096 24240128 107 18446744073709551615 4194304 4338465 140723752904016 140723752901656 140179769164503 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 30781440 140723752910956 140723752911430 140723752911430 140723752914890 0
/proc/26316/statm: 5918 107 54 36 0 2156 0

[startup+0.10006 s]
/proc/loadavg: 1.19 1.31 1.45 2/195 26316
/proc/meminfo: memFree=31234744/32770624 swapFree=0/211164
[pid=26316] ppid=26313 vsize=356952 CPUtime=0 cores=1,3,5,7
/proc/26316/stat : 26316 (java) S 26313 26316 5091 0 -1 1077944320 1732 0 0 0 0 0 0 0 20 0 2 0 12325096 365518848 1881 18446744073709551615 4194304 4196468 140731769653856 140731769636400 139714205650679 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
/proc/26316/statm: 89238 1881 1032 1 0 79216 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 356952

[startup+0.200289 s]
/proc/loadavg: 1.19 1.31 1.45 2/195 26316
/proc/meminfo: memFree=31234744/32770624 swapFree=0/211164
[pid=26316] ppid=26313 vsize=13906484 CPUtime=0.05 cores=1,3,5,7
/proc/26316/stat : 26316 (java) S 26313 26316 5091 0 -1 1077944320 4872 0 0 0 4 1 0 0 20 0 14 0 12325096 14240239616 5419 18446744073709551615 4194304 4196468 140731769653856 140731769636400 139714205650679 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
/proc/26316/statm: 3476621 5419 2567 1 0 3466126 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 13906484

[startup+0.30432 s]
/proc/loadavg: 1.19 1.31 1.45 2/195 26316
/proc/meminfo: memFree=31234744/32770624 swapFree=0/211164
[pid=26316] ppid=26313 vsize=13975920 CPUtime=0.18 cores=1,3,5,7
/proc/26316/stat : 26316 (java) S 26313 26316 5091 0 -1 1077944320 9749 0 0 0 15 3 0 0 20 0 15 0 12325096 14311342080 9656 18446744073709551615 4194304 4196468 140731769653856 140731769636400 139714205650679 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
/proc/26316/statm: 3493980 9656 3481 1 0 3482767 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 13975920

[startup+0.700333 s]
/proc/loadavg: 1.19 1.31 1.45 2/195 26316
/proc/meminfo: memFree=31234744/32770624 swapFree=0/211164
[pid=26316] ppid=26313 vsize=13977988 CPUtime=0.98 cores=1,3,5,7
/proc/26316/stat : 26316 (java) S 26313 26316 5091 0 -1 1077944320 13975 0 0 0 94 4 0 0 20 0 15 0 12325096 14313459712 17811 18446744073709551615 4194304 4196468 140731769653856 140731769636400 139714205650679 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
/proc/26316/statm: 3494497 17811 3715 1 0 3483279 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 13977988

[startup+1.50086 s]
/proc/loadavg: 1.19 1.31 1.45 5/210 26331
/proc/meminfo: memFree=31128132/32770624 swapFree=0/211204
[pid=26316] ppid=26313 vsize=13980036 CPUtime=3.56 cores=1,3,5,7
/proc/26316/stat : 26316 (java) S 26313 26316 5091 0 -1 1077944320 25218 0 0 0 347 9 0 0 20 0 15 0 12325096 14315556864 47854 18446744073709551615 4194304 4196468 140731769653856 140731769636400 139714205650679 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
/proc/26316/statm: 3495009 47854 3756 1 0 3483791 0
[pid=26316/tid=26318] ppid=26313 vsize=13980036 CPUtime=1.31 cores=1,3,5,7
/proc/26316/task/26318/stat : 26318 (java) R 26313 26316 5091 0 -1 4202560 13688 0 0 0 124 7 0 0 20 0 15 0 12325105 14315556864 47854 18446744073709551615 4194304 4196468 140731769653856 139714209887832 139713832366510 0 4 1 16800974 0 0 0 -1 7 0 0 7 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26319] ppid=26313 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/26316/task/26319/stat : 26319 (java) S 26313 26316 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12325106 14315556864 47854 18446744073709551615 4194304 4196468 140731769653856 139714147596944 139714205660885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26320] ppid=26313 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/26316/task/26320/stat : 26320 (java) S 26313 26316 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12325106 14315556864 47854 18446744073709551615 4194304 4196468 140731769653856 139714146544144 139714205660885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26321] ppid=26313 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/26316/task/26321/stat : 26321 (java) S 26313 26316 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12325106 14315556864 47854 18446744073709551615 4194304 4196468 140731769653856 139713803983248 139714205660885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26322] ppid=26313 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/26316/task/26322/stat : 26322 (java) S 26313 26316 5091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12325106 14315556864 47854 18446744073709551615 4194304 4196468 140731769653856 139713802930448 139714205660885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26323] ppid=26313 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/26316/task/26323/stat : 26323 (java) S 26313 26316 5091 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 12325107 14315556864 47854 18446744073709551615 4194304 4196468 140731769653856 139713752054640 139714205661826 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26324] ppid=26313 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/26316/task/26324/stat : 26324 (java) S 26313 26316 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12325108 14315556864 47854 18446744073709551615 4194304 4196468 140731769653856 139713751000608 139714205660885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26325] ppid=26313 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/26316/task/26325/stat : 26325 (java) S 26313 26316 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12325108 14315556864 47854 18446744073709551615 4194304 4196468 140731769653856 139713749947760 139714205660885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26326] ppid=26313 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/26316/task/26326/stat : 26326 (java) S 26313 26316 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12325110 14315556864 47854 18446744073709551615 4194304 4196468 140731769653856 139713748896080 139714205669275 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26327] ppid=26313 vsize=13980036 CPUtime=0.87 cores=1,3,5,7
/proc/26316/task/26327/stat : 26327 (java) R 26313 26316 5091 0 -1 4202560 3891 0 0 0 86 1 0 0 20 0 15 0 12325110 14315556864 47854 18446744073709551615 4194304 4196468 140731769653856 139713747826400 139714205664561 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26328] ppid=26313 vsize=13980036 CPUtime=0.85 cores=1,3,5,7
/proc/26316/task/26328/stat : 26328 (java) R 26313 26316 5091 0 -1 4202560 2923 0 0 0 85 0 0 0 20 0 15 0 12325110 14315556864 47854 18446744073709551615 4194304 4196468 140731769653856 139713746773712 139714184821718 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26329] ppid=26313 vsize=13980036 CPUtime=0.5 cores=1,3,5,7
/proc/26316/task/26329/stat : 26329 (java) S 26313 26316 5091 0 -1 1077944384 3324 0 0 0 50 0 0 0 20 0 15 0 12325110 14315556864 47854 18446744073709551615 4194304 4196468 140731769653856 139713745737840 139714205661826 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26330] ppid=26313 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/26316/task/26330/stat : 26330 (java) S 26313 26316 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12325110 14315556864 47854 18446744073709551615 4194304 4196468 140731769653856 139713744685280 139714205660885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26331] ppid=26313 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/26316/task/26331/stat : 26331 (java) S 26313 26316 5091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12325118 14315556864 47854 18446744073709551615 4194304 4196468 140731769653856 139713113746608 139714205661826 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
Current children cumulated CPU time (s) 3.56
Current children cumulated vsize (KiB) 13980036

[startup+3.10057 s]
/proc/loadavg: 1.19 1.31 1.45 3/210 26331
/proc/meminfo: memFree=31003320/32770624 swapFree=0/211216
[pid=26316] ppid=26313 vsize=13980036 CPUtime=6.02 cores=1,3,5,7
/proc/26316/stat : 26316 (java) S 26313 26316 5091 0 -1 1077944320 27322 0 0 0 588 14 0 0 20 0 15 0 12325096 14315556864 61474 18446744073709551615 4194304 4196468 140731769653856 140731769636400 139714205650679 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
/proc/26316/statm: 3495009 61474 3784 1 0 3483791 0
[pid=26316/tid=26318] ppid=26313 vsize=13980036 CPUtime=2.86 cores=1,3,5,7
/proc/26316/task/26318/stat : 26318 (java) R 26313 26316 5091 0 -1 4202560 13899 0 0 0 279 7 0 0 20 0 15 0 12325105 14315556864 61474 18446744073709551615 4194304 4196468 140731769653856 139714209886608 139713832923669 0 4 1 16800974 0 0 0 -1 3 0 0 7 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26319] ppid=26313 vsize=13980036 CPUtime=0.03 cores=1,3,5,7
/proc/26316/task/26319/stat : 26319 (java) S 26313 26316 5091 0 -1 1077944384 278 0 0 0 2 1 0 0 20 0 15 0 12325106 14315556864 61474 18446744073709551615 4194304 4196468 140731769653856 139714147596944 139714205660885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26320] ppid=26313 vsize=13980036 CPUtime=0.04 cores=1,3,5,7
/proc/26316/task/26320/stat : 26320 (java) S 26313 26316 5091 0 -1 1077944384 44 0 0 0 3 1 0 0 20 0 15 0 12325106 14315556864 61474 18446744073709551615 4194304 4196468 140731769653856 139714146544144 139714205660885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26321] ppid=26313 vsize=13980036 CPUtime=0.02 cores=1,3,5,7
/proc/26316/task/26321/stat : 26321 (java) S 26313 26316 5091 0 -1 1077944384 20 0 0 0 2 0 0 0 20 0 15 0 12325106 14315556864 61474 18446744073709551615 4194304 4196468 140731769653856 139713803983248 139714205660885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26322] ppid=26313 vsize=13980036 CPUtime=0.03 cores=1,3,5,7
/proc/26316/task/26322/stat : 26322 (java) S 26313 26316 5091 0 -1 1077944384 85 0 0 0 3 0 0 0 20 0 15 0 12325106 14315556864 61474 18446744073709551615 4194304 4196468 140731769653856 139713802930448 139714205660885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26323] ppid=26313 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/26316/task/26323/stat : 26323 (java) S 26313 26316 5091 0 -1 1077944384 137 0 0 0 0 0 0 0 20 0 15 0 12325107 14315556864 61474 18446744073709551615 4194304 4196468 140731769653856 139713752054640 139714205661826 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26324] ppid=26313 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/26316/task/26324/stat : 26324 (java) S 26313 26316 5091 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 12325108 14315556864 61474 18446744073709551615 4194304 4196468 140731769653856 139713751000672 139714205660885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26325] ppid=26313 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/26316/task/26325/stat : 26325 (java) S 26313 26316 5091 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 12325108 14315556864 61474 18446744073709551615 4194304 4196468 140731769653856 139713749947760 139714205660885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26326] ppid=26313 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/26316/task/26326/stat : 26326 (java) S 26313 26316 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12325110 14315556864 61474 18446744073709551615 4194304 4196468 140731769653856 139713748896080 139714205669275 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26327] ppid=26313 vsize=13980036 CPUtime=1.2 cores=1,3,5,7
/proc/26316/task/26327/stat : 26327 (java) S 26313 26316 5091 0 -1 1077944384 4735 0 0 0 119 1 0 0 20 0 15 0 12325110 14315556864 61474 18446744073709551615 4194304 4196468 140731769653856 139713747843440 139714205661826 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26328] ppid=26313 vsize=13980036 CPUtime=1.21 cores=1,3,5,7
/proc/26316/task/26328/stat : 26328 (java) S 26313 26316 5091 0 -1 1077944384 3225 0 0 0 121 0 0 0 20 0 15 0 12325110 14315556864 61474 18446744073709551615 4194304 4196468 140731769653856 139713746790640 139714205661826 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26329] ppid=26313 vsize=13980036 CPUtime=0.54 cores=1,3,5,7
/proc/26316/task/26329/stat : 26329 (java) S 26313 26316 5091 0 -1 1077944384 3521 0 0 0 54 0 0 0 20 0 15 0 12325110 14315556864 61474 18446744073709551615 4194304 4196468 140731769653856 139713745737840 139714205661826 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26330] ppid=26313 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/26316/task/26330/stat : 26330 (java) S 26313 26316 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12325110 14315556864 61474 18446744073709551615 4194304 4196468 140731769653856 139713744685280 139714205660885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26331] ppid=26313 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/26316/task/26331/stat : 26331 (java) S 26313 26316 5091 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 12325118 14315556864 61474 18446744073709551615 4194304 4196468 140731769653856 139713113746608 139714205661826 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 13980036

[startup+6.30052 s]
/proc/loadavg: 1.26 1.32 1.45 3/210 26331
/proc/meminfo: memFree=31000952/32770624 swapFree=0/211216
[pid=26316] ppid=26313 vsize=13980036 CPUtime=9.26 cores=1,3,5,7
/proc/26316/stat : 26316 (java) S 26313 26316 5091 0 -1 1077944320 27536 0 0 0 912 14 0 0 20 0 15 0 12325096 14315556864 61497 18446744073709551615 4194304 4196468 140731769653856 140731769636400 139714205650679 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
/proc/26316/statm: 3495009 61497 3784 1 0 3483791 0
[pid=26316/tid=26318] ppid=26313 vsize=13980036 CPUtime=6.06 cores=1,3,5,7
/proc/26316/task/26318/stat : 26318 (java) R 26313 26316 5091 0 -1 4202560 13940 0 0 0 599 7 0 0 20 0 15 0 12325105 14315556864 61497 18446744073709551615 4194304 4196468 140731769653856 139714209886176 139713833365660 0 4 1 16800974 0 0 0 -1 3 0 0 7 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26319] ppid=26313 vsize=13980036 CPUtime=0.03 cores=1,3,5,7
/proc/26316/task/26319/stat : 26319 (java) S 26313 26316 5091 0 -1 1077944384 278 0 0 0 2 1 0 0 20 0 15 0 12325106 14315556864 61497 18446744073709551615 4194304 4196468 140731769653856 139714147596944 139714205660885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26320] ppid=26313 vsize=13980036 CPUtime=0.04 cores=1,3,5,7
/proc/26316/task/26320/stat : 26320 (java) S 26313 26316 5091 0 -1 1077944384 44 0 0 0 3 1 0 0 20 0 15 0 12325106 14315556864 61497 18446744073709551615 4194304 4196468 140731769653856 139714146544144 139714205660885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26321] ppid=26313 vsize=13980036 CPUtime=0.02 cores=1,3,5,7
/proc/26316/task/26321/stat : 26321 (java) S 26313 26316 5091 0 -1 1077944384 20 0 0 0 2 0 0 0 20 0 15 0 12325106 14315556864 61497 18446744073709551615 4194304 4196468 140731769653856 139713803983248 139714205660885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26322] ppid=26313 vsize=13980036 CPUtime=0.03 cores=1,3,5,7
/proc/26316/task/26322/stat : 26322 (java) S 26313 26316 5091 0 -1 1077944384 85 0 0 0 3 0 0 0 20 0 15 0 12325106 14315556864 61497 18446744073709551615 4194304 4196468 140731769653856 139713802930448 139714205660885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26323] ppid=26313 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/26316/task/26323/stat : 26323 (java) S 26313 26316 5091 0 -1 1077944384 141 0 0 0 0 0 0 0 20 0 15 0 12325107 14315556864 61497 18446744073709551615 4194304 4196468 140731769653856 139713752054640 139714205661826 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26324] ppid=26313 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/26316/task/26324/stat : 26324 (java) S 26313 26316 5091 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 12325108 14315556864 61497 18446744073709551615 4194304 4196468 140731769653856 139713751000672 139714205660885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26325] ppid=26313 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/26316/task/26325/stat : 26325 (java) S 26313 26316 5091 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 12325108 14315556864 61497 18446744073709551615 4194304 4196468 140731769653856 139713749947760 139714205660885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26326] ppid=26313 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/26316/task/26326/stat : 26326 (java) S 26313 26316 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12325110 14315556864 61497 18446744073709551615 4194304 4196468 140731769653856 139713748896080 139714205669275 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26327] ppid=26313 vsize=13980036 CPUtime=1.21 cores=1,3,5,7
/proc/26316/task/26327/stat : 26327 (java) S 26313 26316 5091 0 -1 1077944384 4736 0 0 0 120 1 0 0 20 0 15 0 12325110 14315556864 61497 18446744073709551615 4194304 4196468 140731769653856 139713747843440 139714205661826 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26328] ppid=26313 vsize=13980036 CPUtime=1.24 cores=1,3,5,7
/proc/26316/task/26328/stat : 26328 (java) S 26313 26316 5091 0 -1 1077944384 3313 0 0 0 124 0 0 0 20 0 15 0 12325110 14315556864 61497 18446744073709551615 4194304 4196468 140731769653856 139713746790640 139714205661826 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26329] ppid=26313 vsize=13980036 CPUtime=0.55 cores=1,3,5,7
/proc/26316/task/26329/stat : 26329 (java) S 26313 26316 5091 0 -1 1077944384 3557 0 0 0 55 0 0 0 20 0 15 0 12325110 14315556864 61497 18446744073709551615 4194304 4196468 140731769653856 139713745737840 139714205661826 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26330] ppid=26313 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/26316/task/26330/stat : 26330 (java) S 26313 26316 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12325110 14315556864 61497 18446744073709551615 4194304 4196468 140731769653856 139713744685280 139714205660885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26331] ppid=26313 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/26316/task/26331/stat : 26331 (java) S 26313 26316 5091 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 12325118 14315556864 61497 18446744073709551615 4194304 4196468 140731769653856 139713113746608 139714205661826 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
Current children cumulated CPU time (s) 9.26
Current children cumulated vsize (KiB) 13980036

[startup+12.7005 s]
/proc/loadavg: 1.32 1.33 1.45 3/210 26331
/proc/meminfo: memFree=31000456/32770624 swapFree=0/211228
[pid=26316] ppid=26313 vsize=13980036 CPUtime=15.67 cores=1,3,5,7
/proc/26316/stat : 26316 (java) S 26313 26316 5091 0 -1 1077944320 27916 0 0 0 1553 14 0 0 20 0 15 0 12325096 14315556864 61498 18446744073709551615 4194304 4196468 140731769653856 140731769636400 139714205650679 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
/proc/26316/statm: 3495009 61498 3784 1 0 3483791 0
[pid=26316/tid=26318] ppid=26313 vsize=13980036 CPUtime=12.46 cores=1,3,5,7
/proc/26316/task/26318/stat : 26318 (java) R 26313 26316 5091 0 -1 4202560 14144 0 0 0 1239 7 0 0 20 0 15 0 12325105 14315556864 61498 18446744073709551615 4194304 4196468 140731769653856 139714209886064 139713832923674 0 4 1 16800974 0 0 0 -1 3 0 0 7 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26319] ppid=26313 vsize=13980036 CPUtime=0.03 cores=1,3,5,7
/proc/26316/task/26319/stat : 26319 (java) S 26313 26316 5091 0 -1 1077944384 278 0 0 0 2 1 0 0 20 0 15 0 12325106 14315556864 61498 18446744073709551615 4194304 4196468 140731769653856 139714147596944 139714205660885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26320] ppid=26313 vsize=13980036 CPUtime=0.04 cores=1,3,5,7
/proc/26316/task/26320/stat : 26320 (java) S 26313 26316 5091 0 -1 1077944384 44 0 0 0 3 1 0 0 20 0 15 0 12325106 14315556864 61498 18446744073709551615 4194304 4196468 140731769653856 139714146544144 139714205660885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26321] ppid=26313 vsize=13980036 CPUtime=0.02 cores=1,3,5,7
/proc/26316/task/26321/stat : 26321 (java) S 26313 26316 5091 0 -1 1077944384 20 0 0 0 2 0 0 0 20 0 15 0 12325106 14315556864 61498 18446744073709551615 4194304 4196468 140731769653856 139713803983248 139714205660885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26322] ppid=26313 vsize=13980036 CPUtime=0.03 cores=1,3,5,7
/proc/26316/task/26322/stat : 26322 (java) S 26313 26316 5091 0 -1 1077944384 85 0 0 0 3 0 0 0 20 0 15 0 12325106 14315556864 61498 18446744073709551615 4194304 4196468 140731769653856 139713802930448 139714205660885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26323] ppid=26313 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/26316/task/26323/stat : 26323 (java) S 26313 26316 5091 0 -1 1077944384 149 0 0 0 0 0 0 0 20 0 15 0 12325107 14315556864 61498 18446744073709551615 4194304 4196468 140731769653856 139713752054640 139714205661826 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26324] ppid=26313 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/26316/task/26324/stat : 26324 (java) S 26313 26316 5091 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 12325108 14315556864 61498 18446744073709551615 4194304 4196468 140731769653856 139713751000672 139714205660885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26325] ppid=26313 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/26316/task/26325/stat : 26325 (java) S 26313 26316 5091 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 12325108 14315556864 61498 18446744073709551615 4194304 4196468 140731769653856 139713749947760 139714205660885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26326] ppid=26313 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/26316/task/26326/stat : 26326 (java) S 26313 26316 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12325110 14315556864 61498 18446744073709551615 4194304 4196468 140731769653856 139713748896080 139714205669275 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0

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

/proc/26316/task/26330/stat : 26330 (java) S 26313 26316 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12325110 14315556864 86680 18446744073709551615 4194304 4196468 140731769653856 139713744685280 139714205660885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26331] ppid=26313 vsize=13980036 CPUtime=0.02 cores=1,3,5,7
/proc/26316/task/26331/stat : 26331 (java) S 26313 26316 5091 0 -1 1077944384 282 0 0 0 1 1 0 0 20 0 15 0 12325118 14315556864 86680 18446744073709551615 4194304 4196468 140731769653856 139713113746608 139714205661826 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
Current children cumulated CPU time (s) 105.35
Current children cumulated vsize (KiB) 13980036

[startup+162.301 s]
/proc/loadavg: 1.74 1.50 1.50 3/210 26349
/proc/meminfo: memFree=30820824/32770624 swapFree=0/211324
[pid=26316] ppid=26313 vsize=13980036 CPUtime=165.43 cores=1,3,5,7
/proc/26316/stat : 26316 (java) S 26313 26316 5091 0 -1 1077944320 33614 0 0 0 16521 22 0 0 20 0 15 0 12325096 14315556864 99029 18446744073709551615 4194304 4196468 140731769653856 140731769636400 139714205650679 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
/proc/26316/statm: 3495009 99029 3784 1 0 3483791 0
[pid=26316/tid=26318] ppid=26313 vsize=13980036 CPUtime=162.01 cores=1,3,5,7
/proc/26316/task/26318/stat : 26318 (java) R 26313 26316 5091 0 -1 4202560 15615 0 0 0 16193 8 0 0 20 0 15 0 12325105 14315556864 99029 18446744073709551615 4194304 4196468 140731769653856 139714209889056 139713832925382 0 4 1 16800974 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26319] ppid=26313 vsize=13980036 CPUtime=0.07 cores=1,3,5,7
/proc/26316/task/26319/stat : 26319 (java) S 26313 26316 5091 0 -1 1077944384 451 0 0 0 5 2 0 0 20 0 15 0 12325106 14315556864 99029 18446744073709551615 4194304 4196468 140731769653856 139714147596944 139714205660885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26320] ppid=26313 vsize=13980036 CPUtime=0.08 cores=1,3,5,7
/proc/26316/task/26320/stat : 26320 (java) S 26313 26316 5091 0 -1 1077944384 982 0 0 0 6 2 0 0 20 0 15 0 12325106 14315556864 99029 18446744073709551615 4194304 4196468 140731769653856 139714146544144 139714205660885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26321] ppid=26313 vsize=13980036 CPUtime=0.07 cores=1,3,5,7
/proc/26316/task/26321/stat : 26321 (java) S 26313 26316 5091 0 -1 1077944384 1164 0 0 0 5 2 0 0 20 0 15 0 12325106 14315556864 99029 18446744073709551615 4194304 4196468 140731769653856 139713803983248 139714205660885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26322] ppid=26313 vsize=13980036 CPUtime=0.08 cores=1,3,5,7
/proc/26316/task/26322/stat : 26322 (java) S 26313 26316 5091 0 -1 1077944384 1208 0 0 0 6 2 0 0 20 0 15 0 12325106 14315556864 99029 18446744073709551615 4194304 4196468 140731769653856 139713802930448 139714205660885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26323] ppid=26313 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/26316/task/26323/stat : 26323 (java) S 26313 26316 5091 0 -1 1077944384 590 0 0 0 0 0 0 0 20 0 15 0 12325107 14315556864 99029 18446744073709551615 4194304 4196468 140731769653856 139713752054640 139714205661826 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26324] ppid=26313 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/26316/task/26324/stat : 26324 (java) S 26313 26316 5091 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 12325108 14315556864 99029 18446744073709551615 4194304 4196468 140731769653856 139713751000672 139714205660885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26325] ppid=26313 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/26316/task/26325/stat : 26325 (java) S 26313 26316 5091 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 12325108 14315556864 99029 18446744073709551615 4194304 4196468 140731769653856 139713749947760 139714205660885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26326] ppid=26313 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/26316/task/26326/stat : 26326 (java) S 26313 26316 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12325110 14315556864 99029 18446744073709551615 4194304 4196468 140731769653856 139713748896080 139714205669275 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26327] ppid=26313 vsize=13980036 CPUtime=1.21 cores=1,3,5,7
/proc/26316/task/26327/stat : 26327 (java) S 26313 26316 5091 0 -1 1077944384 4772 0 0 0 120 1 0 0 20 0 15 0 12325110 14315556864 99029 18446744073709551615 4194304 4196468 140731769653856 139713747843440 139714205661826 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26328] ppid=26313 vsize=13980036 CPUtime=1.24 cores=1,3,5,7
/proc/26316/task/26328/stat : 26328 (java) S 26313 26316 5091 0 -1 1077944384 3332 0 0 0 124 0 0 0 20 0 15 0 12325110 14315556864 99029 18446744073709551615 4194304 4196468 140731769653856 139713746790640 139714205661826 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26329] ppid=26313 vsize=13980036 CPUtime=0.55 cores=1,3,5,7
/proc/26316/task/26329/stat : 26329 (java) S 26313 26316 5091 0 -1 1077944384 3825 0 0 0 55 0 0 0 20 0 15 0 12325110 14315556864 99029 18446744073709551615 4194304 4196468 140731769653856 139713745737840 139714205661826 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26330] ppid=26313 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/26316/task/26330/stat : 26330 (java) S 26313 26316 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12325110 14315556864 99029 18446744073709551615 4194304 4196468 140731769653856 139713744685280 139714205660885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26331] ppid=26313 vsize=13980036 CPUtime=0.02 cores=1,3,5,7
/proc/26316/task/26331/stat : 26331 (java) S 26313 26316 5091 0 -1 1077944384 305 0 0 0 1 1 0 0 20 0 15 0 12325118 14315556864 99029 18446744073709551615 4194304 4196468 140731769653856 139713113746608 139714205661826 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
Current children cumulated CPU time (s) 165.43
Current children cumulated vsize (KiB) 13980036

[startup+222.301 s]
/proc/loadavg: 1.98 1.61 1.54 3/210 26428
/proc/meminfo: memFree=30847044/32770624 swapFree=0/211476
[pid=26316] ppid=26313 vsize=13980036 CPUtime=225.5 cores=1,3,5,7
/proc/26316/stat : 26316 (java) S 26313 26316 5091 0 -1 1077944320 36062 0 0 0 22527 23 0 0 20 0 15 0 12325096 14315556864 99033 18446744073709551615 4194304 4196468 140731769653856 140731769636400 139714205650679 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
/proc/26316/statm: 3495009 99033 3784 1 0 3483791 0
[pid=26316/tid=26318] ppid=26313 vsize=13980036 CPUtime=222 cores=1,3,5,7
/proc/26316/task/26318/stat : 26318 (java) R 26313 26316 5091 0 -1 4202560 16094 0 0 0 22192 8 0 0 20 0 15 0 12325105 14315556864 99033 18446744073709551615 4194304 4196468 140731769653856 139714209889056 139713833462824 0 4 1 16800974 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26319] ppid=26313 vsize=13980036 CPUtime=0.09 cores=1,3,5,7
/proc/26316/task/26319/stat : 26319 (java) S 26313 26316 5091 0 -1 1077944384 1377 0 0 0 7 2 0 0 20 0 15 0 12325106 14315556864 99033 18446744073709551615 4194304 4196468 140731769653856 139714147596944 139714205660885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26320] ppid=26313 vsize=13980036 CPUtime=0.09 cores=1,3,5,7
/proc/26316/task/26320/stat : 26320 (java) S 26313 26316 5091 0 -1 1077944384 1080 0 0 0 7 2 0 0 20 0 15 0 12325106 14315556864 99033 18446744073709551615 4194304 4196468 140731769653856 139714146544144 139714205660885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26321] ppid=26313 vsize=13980036 CPUtime=0.09 cores=1,3,5,7
/proc/26316/task/26321/stat : 26321 (java) S 26313 26316 5091 0 -1 1077944384 1631 0 0 0 7 2 0 0 20 0 15 0 12325106 14315556864 99033 18446744073709551615 4194304 4196468 140731769653856 139713803983248 139714205660885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26322] ppid=26313 vsize=13980036 CPUtime=0.09 cores=1,3,5,7
/proc/26316/task/26322/stat : 26322 (java) S 26313 26316 5091 0 -1 1077944384 1426 0 0 0 7 2 0 0 20 0 15 0 12325106 14315556864 99033 18446744073709551615 4194304 4196468 140731769653856 139713802930448 139714205660885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26323] ppid=26313 vsize=13980036 CPUtime=0.01 cores=1,3,5,7
/proc/26316/task/26323/stat : 26323 (java) S 26313 26316 5091 0 -1 1077944384 812 0 0 0 1 0 0 0 20 0 15 0 12325107 14315556864 99033 18446744073709551615 4194304 4196468 140731769653856 139713752054640 139714205661826 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26324] ppid=26313 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/26316/task/26324/stat : 26324 (java) S 26313 26316 5091 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 12325108 14315556864 99033 18446744073709551615 4194304 4196468 140731769653856 139713751000672 139714205660885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26325] ppid=26313 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/26316/task/26325/stat : 26325 (java) S 26313 26316 5091 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 12325108 14315556864 99033 18446744073709551615 4194304 4196468 140731769653856 139713749947760 139714205660885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26326] ppid=26313 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/26316/task/26326/stat : 26326 (java) S 26313 26316 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12325110 14315556864 99033 18446744073709551615 4194304 4196468 140731769653856 139713748896080 139714205669275 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26327] ppid=26313 vsize=13980036 CPUtime=1.21 cores=1,3,5,7
/proc/26316/task/26327/stat : 26327 (java) S 26313 26316 5091 0 -1 1077944384 4775 0 0 0 120 1 0 0 20 0 15 0 12325110 14315556864 99033 18446744073709551615 4194304 4196468 140731769653856 139713747843440 139714205661826 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26328] ppid=26313 vsize=13980036 CPUtime=1.24 cores=1,3,5,7
/proc/26316/task/26328/stat : 26328 (java) S 26313 26316 5091 0 -1 1077944384 3340 0 0 0 124 0 0 0 20 0 15 0 12325110 14315556864 99033 18446744073709551615 4194304 4196468 140731769653856 139713746790640 139714205661826 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26329] ppid=26313 vsize=13980036 CPUtime=0.55 cores=1,3,5,7
/proc/26316/task/26329/stat : 26329 (java) S 26313 26316 5091 0 -1 1077944384 3828 0 0 0 55 0 0 0 20 0 15 0 12325110 14315556864 99033 18446744073709551615 4194304 4196468 140731769653856 139713745737840 139714205661826 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26330] ppid=26313 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/26316/task/26330/stat : 26330 (java) S 26313 26316 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12325110 14315556864 99033 18446744073709551615 4194304 4196468 140731769653856 139713744685280 139714205660885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26331] ppid=26313 vsize=13980036 CPUtime=0.04 cores=1,3,5,7
/proc/26316/task/26331/stat : 26331 (java) S 26313 26316 5091 0 -1 1077944384 329 0 0 0 2 2 0 0 20 0 15 0 12325118 14315556864 99033 18446744073709551615 4194304 4196468 140731769653856 139713113746608 139714205661826 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
Current children cumulated CPU time (s) 225.5
Current children cumulated vsize (KiB) 13980036



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.006 s]
/proc/loadavg: 1.99 1.63 1.55 3/210 26428
/proc/meminfo: memFree=30766180/32770624 swapFree=0/211496
[pid=26316] ppid=26313 vsize=13980036 CPUtime=243.2 cores=1,3,5,7
/proc/26316/stat : 26316 (java) S 26313 26316 5091 0 -1 1077944320 36093 0 0 0 24297 23 0 0 20 0 15 0 12325096 14315556864 99033 18446744073709551615 4194304 4196468 140731769653856 140731769636400 139714205650679 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
/proc/26316/statm: 3495009 99033 3784 1 0 3483791 0
[pid=26316/tid=26318] ppid=26313 vsize=13980036 CPUtime=239.7 cores=1,3,5,7
/proc/26316/task/26318/stat : 26318 (java) R 26313 26316 5091 0 -1 4202560 16125 0 0 0 23962 8 0 0 20 0 15 0 12325105 14315556864 99033 18446744073709551615 4194304 4196468 140731769653856 139714209889056 139713832965009 0 4 1 16800974 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26319] ppid=26313 vsize=13980036 CPUtime=0.09 cores=1,3,5,7
/proc/26316/task/26319/stat : 26319 (java) S 26313 26316 5091 0 -1 1077944384 1377 0 0 0 7 2 0 0 20 0 15 0 12325106 14315556864 99033 18446744073709551615 4194304 4196468 140731769653856 139714147596944 139714205660885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26320] ppid=26313 vsize=13980036 CPUtime=0.09 cores=1,3,5,7
/proc/26316/task/26320/stat : 26320 (java) S 26313 26316 5091 0 -1 1077944384 1080 0 0 0 7 2 0 0 20 0 15 0 12325106 14315556864 99033 18446744073709551615 4194304 4196468 140731769653856 139714146544144 139714205660885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26321] ppid=26313 vsize=13980036 CPUtime=0.09 cores=1,3,5,7
/proc/26316/task/26321/stat : 26321 (java) S 26313 26316 5091 0 -1 1077944384 1631 0 0 0 7 2 0 0 20 0 15 0 12325106 14315556864 99033 18446744073709551615 4194304 4196468 140731769653856 139713803983248 139714205660885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26322] ppid=26313 vsize=13980036 CPUtime=0.09 cores=1,3,5,7
/proc/26316/task/26322/stat : 26322 (java) S 26313 26316 5091 0 -1 1077944384 1426 0 0 0 7 2 0 0 20 0 15 0 12325106 14315556864 99033 18446744073709551615 4194304 4196468 140731769653856 139713802930448 139714205660885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26323] ppid=26313 vsize=13980036 CPUtime=0.01 cores=1,3,5,7
/proc/26316/task/26323/stat : 26323 (java) S 26313 26316 5091 0 -1 1077944384 812 0 0 0 1 0 0 0 20 0 15 0 12325107 14315556864 99033 18446744073709551615 4194304 4196468 140731769653856 139713752054640 139714205661826 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26324] ppid=26313 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/26316/task/26324/stat : 26324 (java) S 26313 26316 5091 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 12325108 14315556864 99033 18446744073709551615 4194304 4196468 140731769653856 139713751000672 139714205660885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26325] ppid=26313 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/26316/task/26325/stat : 26325 (java) S 26313 26316 5091 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 12325108 14315556864 99033 18446744073709551615 4194304 4196468 140731769653856 139713749947760 139714205660885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26326] ppid=26313 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/26316/task/26326/stat : 26326 (java) S 26313 26316 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12325110 14315556864 99033 18446744073709551615 4194304 4196468 140731769653856 139713748896080 139714205669275 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26327] ppid=26313 vsize=13980036 CPUtime=1.21 cores=1,3,5,7
/proc/26316/task/26327/stat : 26327 (java) S 26313 26316 5091 0 -1 1077944384 4775 0 0 0 120 1 0 0 20 0 15 0 12325110 14315556864 99033 18446744073709551615 4194304 4196468 140731769653856 139713747843440 139714205661826 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26328] ppid=26313 vsize=13980036 CPUtime=1.24 cores=1,3,5,7
/proc/26316/task/26328/stat : 26328 (java) S 26313 26316 5091 0 -1 1077944384 3340 0 0 0 124 0 0 0 20 0 15 0 12325110 14315556864 99033 18446744073709551615 4194304 4196468 140731769653856 139713746790640 139714205661826 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26329] ppid=26313 vsize=13980036 CPUtime=0.55 cores=1,3,5,7
/proc/26316/task/26329/stat : 26329 (java) S 26313 26316 5091 0 -1 1077944384 3828 0 0 0 55 0 0 0 20 0 15 0 12325110 14315556864 99033 18446744073709551615 4194304 4196468 140731769653856 139713745737840 139714205661826 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26330] ppid=26313 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/26316/task/26330/stat : 26330 (java) S 26313 26316 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12325110 14315556864 99033 18446744073709551615 4194304 4196468 140731769653856 139713744685280 139714205660885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26331] ppid=26313 vsize=13980036 CPUtime=0.04 cores=1,3,5,7
/proc/26316/task/26331/stat : 26331 (java) S 26313 26316 5091 0 -1 1077944384 329 0 0 0 2 2 0 0 20 0 15 0 12325118 14315556864 99033 18446744073709551615 4194304 4196468 140731769653856 139713113746608 139714205661826 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
Current children cumulated CPU time (s) 243.2
Current children cumulated vsize (KiB) 13980036

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

[startup+240.006 s]
/proc/loadavg: 1.99 1.63 1.55 3/210 26428
/proc/meminfo: memFree=30766180/32770624 swapFree=0/211496
[pid=26316] ppid=26313 vsize=13980036 CPUtime=243.2 cores=1,3,5,7
/proc/26316/stat : 26316 (java) S 26313 26316 5091 0 -1 1077944320 36093 0 0 0 24297 23 0 0 20 0 15 0 12325096 14315556864 99033 18446744073709551615 4194304 4196468 140731769653856 140731769636400 139714205650679 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
/proc/26316/statm: 3495009 99033 3784 1 0 3483791 0
[pid=26316/tid=26318] ppid=26313 vsize=13980036 CPUtime=239.7 cores=1,3,5,7
/proc/26316/task/26318/stat : 26318 (java) R 26313 26316 5091 0 -1 4202560 16125 0 0 0 23962 8 0 0 20 0 15 0 12325105 14315556864 99033 18446744073709551615 4194304 4196468 140731769653856 139714209889056 139713832965009 0 4 1 16800974 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26319] ppid=26313 vsize=13980036 CPUtime=0.09 cores=1,3,5,7
/proc/26316/task/26319/stat : 26319 (java) S 26313 26316 5091 0 -1 1077944384 1377 0 0 0 7 2 0 0 20 0 15 0 12325106 14315556864 99033 18446744073709551615 4194304 4196468 140731769653856 139714147596944 139714205660885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26320] ppid=26313 vsize=13980036 CPUtime=0.09 cores=1,3,5,7
/proc/26316/task/26320/stat : 26320 (java) S 26313 26316 5091 0 -1 1077944384 1080 0 0 0 7 2 0 0 20 0 15 0 12325106 14315556864 99033 18446744073709551615 4194304 4196468 140731769653856 139714146544144 139714205660885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26321] ppid=26313 vsize=13980036 CPUtime=0.09 cores=1,3,5,7
/proc/26316/task/26321/stat : 26321 (java) S 26313 26316 5091 0 -1 1077944384 1631 0 0 0 7 2 0 0 20 0 15 0 12325106 14315556864 99033 18446744073709551615 4194304 4196468 140731769653856 139713803983248 139714205660885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26322] ppid=26313 vsize=13980036 CPUtime=0.09 cores=1,3,5,7
/proc/26316/task/26322/stat : 26322 (java) S 26313 26316 5091 0 -1 1077944384 1426 0 0 0 7 2 0 0 20 0 15 0 12325106 14315556864 99033 18446744073709551615 4194304 4196468 140731769653856 139713802930448 139714205660885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26323] ppid=26313 vsize=13980036 CPUtime=0.01 cores=1,3,5,7
/proc/26316/task/26323/stat : 26323 (java) S 26313 26316 5091 0 -1 1077944384 812 0 0 0 1 0 0 0 20 0 15 0 12325107 14315556864 99033 18446744073709551615 4194304 4196468 140731769653856 139713752054640 139714205661826 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26324] ppid=26313 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/26316/task/26324/stat : 26324 (java) S 26313 26316 5091 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 12325108 14315556864 99033 18446744073709551615 4194304 4196468 140731769653856 139713751000672 139714205660885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26325] ppid=26313 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/26316/task/26325/stat : 26325 (java) S 26313 26316 5091 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 12325108 14315556864 99033 18446744073709551615 4194304 4196468 140731769653856 139713749947760 139714205660885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26326] ppid=26313 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/26316/task/26326/stat : 26326 (java) S 26313 26316 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12325110 14315556864 99033 18446744073709551615 4194304 4196468 140731769653856 139713748896080 139714205669275 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26327] ppid=26313 vsize=13980036 CPUtime=1.21 cores=1,3,5,7
/proc/26316/task/26327/stat : 26327 (java) S 26313 26316 5091 0 -1 1077944384 4775 0 0 0 120 1 0 0 20 0 15 0 12325110 14315556864 99033 18446744073709551615 4194304 4196468 140731769653856 139713747843440 139714205661826 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26328] ppid=26313 vsize=13980036 CPUtime=1.24 cores=1,3,5,7
/proc/26316/task/26328/stat : 26328 (java) S 26313 26316 5091 0 -1 1077944384 3340 0 0 0 124 0 0 0 20 0 15 0 12325110 14315556864 99033 18446744073709551615 4194304 4196468 140731769653856 139713746790640 139714205661826 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26329] ppid=26313 vsize=13980036 CPUtime=0.55 cores=1,3,5,7
/proc/26316/task/26329/stat : 26329 (java) S 26313 26316 5091 0 -1 1077944384 3828 0 0 0 55 0 0 0 20 0 15 0 12325110 14315556864 99033 18446744073709551615 4194304 4196468 140731769653856 139713745737840 139714205661826 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26330] ppid=26313 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/26316/task/26330/stat : 26330 (java) S 26313 26316 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12325110 14315556864 99033 18446744073709551615 4194304 4196468 140731769653856 139713744685280 139714205660885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
[pid=26316/tid=26331] ppid=26313 vsize=13980036 CPUtime=0.04 cores=1,3,5,7
/proc/26316/task/26331/stat : 26331 (java) S 26313 26316 5091 0 -1 1077944384 329 0 0 0 2 2 0 0 20 0 15 0 12325118 14315556864 99033 18446744073709551615 4194304 4196468 140731769653856 139713113746608 139714205661826 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10498048 140731769655703 140731769655883 140731769655883 140731769659343 0
Current children cumulated CPU time (s) 243.2
Current children cumulated vsize (KiB) 13980036

Child status: 143
Real time (s): 240.018
CPU time (s): 243.227
CPU user time (s): 242.988
CPU system time (s): 0.239078
CPU usage (%): 101.337
Max. virtual memory (cumulated for all children) (KiB): 13980036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 242.988
system time used= 0.239078
maximum resident set size= 396500
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36601
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= 7406
involuntary context switches= 135

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.01484 second user time and 1.30519 second system time

The end

Launcher Data

Begin job on node129 at 2017-08-02 03:09:40
IDJOB=4255440
IDBENCH=133705
IDSOLVER=2638
FILE ID=node129/4255440-1501637020
RUNJOBID= node129-1501623099-17027
PBS_JOBID= 
Free space on /tmp= 61732 MiB

SOLVER NAME= OscaR - ALNS 2017-07-26
BENCH NAME= XCSP17/BusScheduling/BusScheduling-cnt-s1/BusScheduling-cnt-c1.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-4255440-1501637020/watcher-4255440-1501637020 -o /tmp/evaluation-result-4255440-1501637020/solver-4255440-1501637020 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node129-1501623099-17027 --watchdog 300  java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed 1364417577 --timelimit 264 --memlimit 11000 --nbcore 4 HOME/instance-4255440-1501637020.xml

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

MD5SUM BENCH= 1c5d3440e59d0a9e624ef63cf534111e
RANDOM SEED=1364417577

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31235024 kB
MemAvailable:   31445792 kB
Buffers:          110016 kB
Cached:           382992 kB
SwapCached:            0 kB
Active:           910124 kB
Inactive:         219708 kB
Active(anon):     637352 kB
Inactive(anon):     8544 kB
Active(file):     272772 kB
Inactive(file):   211164 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42456 kB
Writeback:             0 kB
AnonPages:        645484 kB
Mapped:            44828 kB
Shmem:              8904 kB
Slab:             110120 kB
SReclaimable:      85332 kB
SUnreclaim:        24788 kB
KernelStack:        3456 kB
PageTables:         6256 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2046080 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    546816 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61692 MiB
End job on node129 at 2017-08-02 03:13:40