Trace number 4291606

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 2018-07-02? (TO) 2400.1 2380.51

General information on the benchmark

NameNurseRostering/
NurseRostering-15_c18.xml
MD5SUM08877e0fafa48cd5ca524d34b6939bef
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark43817
Best CPU time to get the best result obtained on this benchmark2519.82
Satisfiable
(Un)Satisfiability was proved
Number of variables3553
Number of constraints9202
Number of domains26
Minimum domain size1
Maximum domain size46
Distribution of domain sizes[{"size":1,"count":135},{"size":2,"count":760},{"size":3,"count":8},{"size":4,"count":30},{"size":5,"count":14},{"size":7,"count":1890},{"size":8,"count":2},{"size":9,"count":2},{"size":12,"count":2},{"size":13,"count":11},{"size":15,"count":15},{"size":20,"count":10},{"size":22,"count":38},{"size":43,"count":90},{"size":46,"count":546}]
Minimum variable degree2
Maximum variable degree31
Distribution of variable degrees[{"degree":2,"count":1393},{"degree":3,"count":270},{"degree":18,"count":2},{"degree":19,"count":33},{"degree":20,"count":47},{"degree":21,"count":9},{"degree":22,"count":30},{"degree":23,"count":52},{"degree":24,"count":74},{"degree":25,"count":66},{"degree":26,"count":110},{"degree":27,"count":537},{"degree":28,"count":506},{"degree":29,"count":252},{"degree":30,"count":135},{"degree":31,"count":37}]
Minimum constraint arity2
Maximum constraint arity180
Distribution of constraint arities[{"arity":2,"count":3337},{"arity":3,"count":3120},{"arity":4,"count":390},{"arity":6,"count":1340},{"arity":7,"count":405},{"arity":43,"count":315},{"arity":46,"count":294},{"arity":180,"count":1}]
Number of extensional constraints2139
Number of intensional constraints1116
Distribution of constraint types[{"type":"extension","count":2139},{"type":"intension","count":1116},{"type":"regular","count":3592},{"type":"sum","count":90},{"type":"count","count":2264},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.68/0.55	c version: 2018-07-02
0.68/0.55	c seed: 1061474950
0.68/0.55	c timeout: 2400
0.68/0.56	c memlimit: 11000
0.68/0.56	c nbcore: 4
0.68/0.58	c Parsing instance...
11.99/5.42	c Parsing done, starting first complete search...
2400.08/2380.50	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (5852 MiB free)
  memory of node 1: 16384 MiB (9749 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4291606-1532230776/watcher-4291606-1532230776 -o /tmp/evaluation-result-4291606-1532230776/solver-4291606-1532230776 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532226016-29479 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 1061474950 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4291606-1532230776.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB
solver pid=30089, runsolver pid=30086


[startup+0.100094 s]*
/proc/loadavg: 1.52 1.33 1.37 3/215 30104
/proc/meminfo: memFree=15959156/32770624 swapFree=67108860/67108860
[pid=30089] ppid=30086 vsize=14082740 memory=33660 CPUtime=0.12 cores=0,2,4,6
/proc/30089/stat : 30089 (java) S 30086 30089 29448 0 -1 1077944320 7327 0 0 0 11 1 0 0 20 0 15 0 40640751 14420725760 8415 33554432000 4194304 4196468 140736208073248 140736208055792 140237200305911 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
/proc/30089/statm: 3520685 8415 3137 1 0 3482761 0
[pid=30089/tid=30091] ppid=30086 vsize=14082740 memory=-8557575366716591997 CPUtime=0.09 cores=0,2,4,6
/proc/30089/task/30091/stat : 30091 (java) R 30086 30089 29448 0 -1 4202560 5416 0 0 0 9 0 0 0 20 0 15 0 40640751 14420725760 8415 33554432000 4194304 4196468 140736208073248 140237204500720 140237184386398 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30092] ppid=30086 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30089/task/30092/stat : 30092 (java) S 30086 30089 29448 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40640752 14420725760 8415 33554432000 4194304 4196468 140736208073248 140237130394640 140237200316117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30093] ppid=30086 vsize=14082740 memory=140376447035008 CPUtime=0 cores=0,2,4,6
/proc/30089/task/30093/stat : 30093 (java) S 30086 30089 29448 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40640752 14420725760 8415 33554432000 4194304 4196468 140736208073248 140237129342096 140237200316117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30094] ppid=30086 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30089/task/30094/stat : 30094 (java) S 30086 30089 29448 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40640752 14420725760 8415 33554432000 4194304 4196468 140736208073248 140237128289040 140237200316117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30095] ppid=30086 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30089/task/30095/stat : 30095 (java) S 30086 30089 29448 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40640752 14420725760 8415 33554432000 4194304 4196468 140736208073248 140237127236496 140237200316117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30096] ppid=30086 vsize=14082740 memory=140376447035008 CPUtime=0 cores=0,2,4,6
/proc/30089/task/30096/stat : 30096 (java) S 30086 30089 29448 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40640753 14420725760 8415 33554432000 4194304 4196468 140736208073248 140236674414832 140237200317058 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30097] ppid=30086 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30089/task/30097/stat : 30097 (java) S 30086 30089 29448 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40640754 14420725760 8415 33554432000 4194304 4196468 140736208073248 140236673361056 140237200316117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30098] ppid=30086 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30089/task/30098/stat : 30098 (java) S 30086 30089 29448 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40640754 14420725760 8415 33554432000 4194304 4196468 140736208073248 140236672307952 140237200316117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30099] ppid=30086 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30089/task/30099/stat : 30099 (java) S 30086 30089 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40640756 14420725760 8415 33554432000 4194304 4196468 140736208073248 140236671256528 140237200324507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30100] ppid=30086 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30089/task/30100/stat : 30100 (java) S 30086 30089 29448 0 -1 1077944384 290 0 0 0 0 0 0 0 20 0 15 0 40640756 14420725760 8415 33554432000 4194304 4196468 140736208073248 140236670204656 140237200317058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30101] ppid=30086 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30089/task/30101/stat : 30101 (java) S 30086 30089 29448 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40640756 14420725760 8415 33554432000 4194304 4196468 140736208073248 140236669152112 140237200317058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30102] ppid=30086 vsize=14082740 memory=140376447035008 CPUtime=0.01 cores=0,2,4,6
/proc/30089/task/30102/stat : 30102 (java) R 30086 30089 29448 0 -1 4202560 243 0 0 0 1 0 0 0 20 0 15 0 40640756 14420725760 8415 33554432000 4194304 4196468 140736208073248 140236668099056 140237179707692 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30103] ppid=30086 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30089/task/30103/stat : 30103 (java) S 30086 30089 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40640756 14420725760 8415 33554432000 4194304 4196468 140736208073248 140236667046752 140237200316117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30104] ppid=30086 vsize=14082740 memory=140376447035008 CPUtime=0 cores=0,2,4,6
/proc/30089/task/30104/stat : 30104 (java) S 30086 30089 29448 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40640757 14420725760 8415 33554432000 4194304 4196468 140736208073248 140236665993776 140237200317058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 33660 KiB

[startup+0.210247 s]*
/proc/loadavg: 1.52 1.33 1.37 5/215 30104
/proc/meminfo: memFree=15943112/32770624 swapFree=67108860/67108860
[pid=30089] ppid=30086 vsize=14082740 memory=46764 CPUtime=0.3 cores=0,2,4,6
/proc/30089/stat : 30089 (java) S 30086 30089 29448 0 -1 1077944320 10345 0 0 0 29 1 0 0 20 0 15 0 40640751 14420725760 11691 33554432000 4194304 4196468 140736208073248 140736208055792 140237200305911 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
/proc/30089/statm: 3520685 11691 3355 1 0 3482761 0
[pid=30089/tid=30091] ppid=30086 vsize=14082740 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/30089/task/30091/stat : 30091 (java) R 30086 30089 29448 0 -1 4202560 8107 0 0 0 19 1 0 0 20 0 15 0 40640751 14420725760 11691 33554432000 4194304 4196468 140736208073248 140237204534032 140236806029384 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30092] ppid=30086 vsize=14082740 memory=342 CPUtime=0 cores=0,2,4,6
/proc/30089/task/30092/stat : 30092 (java) S 30086 30089 29448 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40640752 14420725760 11691 33554432000 4194304 4196468 140736208073248 140237130394640 140237200316117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30093] ppid=30086 vsize=14082740 memory=288370752598746752 CPUtime=0 cores=0,2,4,6
/proc/30089/task/30093/stat : 30093 (java) S 30086 30089 29448 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40640752 14420725760 11691 33554432000 4194304 4196468 140736208073248 140237129342096 140237200316117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30094] ppid=30086 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30089/task/30094/stat : 30094 (java) S 30086 30089 29448 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40640752 14420725760 11691 33554432000 4194304 4196468 140736208073248 140237128289040 140237200316117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30095] ppid=30086 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30089/task/30095/stat : 30095 (java) S 30086 30089 29448 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40640752 14420725760 11691 33554432000 4194304 4196468 140736208073248 140237127236496 140237200316117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30096] ppid=30086 vsize=14082740 memory=140376447035008 CPUtime=0 cores=0,2,4,6
/proc/30089/task/30096/stat : 30096 (java) S 30086 30089 29448 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 40640753 14420725760 11691 33554432000 4194304 4196468 140736208073248 140236674414832 140237200317058 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30097] ppid=30086 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30089/task/30097/stat : 30097 (java) S 30086 30089 29448 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40640754 14420725760 11691 33554432000 4194304 4196468 140736208073248 140236673361056 140237200316117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30098] ppid=30086 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30089/task/30098/stat : 30098 (java) S 30086 30089 29448 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40640754 14420725760 11691 33554432000 4194304 4196468 140736208073248 140236672307952 140237200316117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30099] ppid=30086 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30089/task/30099/stat : 30099 (java) S 30086 30089 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40640756 14420725760 11691 33554432000 4194304 4196468 140736208073248 140236671256528 140237200324507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30100] ppid=30086 vsize=14082740 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/30089/task/30100/stat : 30100 (java) R 30086 30089 29448 0 -1 4202560 328 0 0 0 1 0 0 0 20 0 15 0 40640756 14420725760 11691 33554432000 4194304 4196468 140736208073248 140236670204656 140237181006208 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30101] ppid=30086 vsize=14082740 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/30089/task/30101/stat : 30101 (java) R 30086 30089 29448 0 -1 4202560 256 0 0 0 2 0 0 0 20 0 15 0 40640756 14420725760 11691 33554432000 4194304 4196468 140736208073248 140236669152112 140237192543038 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30102] ppid=30086 vsize=14082740 memory=140376447035008 CPUtime=0.06 cores=0,2,4,6
/proc/30089/task/30102/stat : 30102 (java) R 30086 30089 29448 0 -1 1077944384 286 0 0 0 6 0 0 0 20 0 15 0 40640756 14420725760 11691 33554432000 4194304 4196468 140736208073248 140236668099056 140237200317058 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30103] ppid=30086 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30089/task/30103/stat : 30103 (java) S 30086 30089 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40640756 14420725760 11691 33554432000 4194304 4196468 140736208073248 140236667046752 140237200316117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30104] ppid=30086 vsize=14082740 memory=140376447035008 CPUtime=0 cores=0,2,4,6
/proc/30089/task/30104/stat : 30104 (java) S 30086 30089 29448 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40640757 14420725760 11691 33554432000 4194304 4196468 140736208073248 140236665993776 140237200317058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 46764 KiB

[startup+0.310417 s]*
/proc/loadavg: 1.52 1.33 1.37 3/215 30104
/proc/meminfo: memFree=15940072/32770624 swapFree=67108860/67108860
[pid=30089] ppid=30086 vsize=14082740 memory=50540 CPUtime=0.44 cores=0,2,4,6
/proc/30089/stat : 30089 (java) S 30086 30089 29448 0 -1 1077944320 10716 0 0 0 42 2 0 0 20 0 15 0 40640751 14420725760 12635 33554432000 4194304 4196468 140736208073248 140736208055792 140237200305911 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
/proc/30089/statm: 3520685 12635 3425 1 0 3482761 0
[pid=30089/tid=30091] ppid=30086 vsize=14082740 memory=7022364594140610616 CPUtime=0.29 cores=0,2,4,6
/proc/30089/task/30091/stat : 30091 (java) R 30086 30089 29448 0 -1 4202560 8441 0 0 0 28 1 0 0 20 0 15 0 40640751 14420725760 12635 33554432000 4194304 4196468 140736208073248 140237204467648 140237200319793 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30092] ppid=30086 vsize=14082740 memory=4294976237 CPUtime=0 cores=0,2,4,6
/proc/30089/task/30092/stat : 30092 (java) S 30086 30089 29448 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40640752 14420725760 12635 33554432000 4194304 4196468 140736208073248 140237130394640 140237200316117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30093] ppid=30086 vsize=14082740 memory=288370752598746752 CPUtime=0 cores=0,2,4,6
/proc/30089/task/30093/stat : 30093 (java) S 30086 30089 29448 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40640752 14420725760 12635 33554432000 4194304 4196468 140736208073248 140237129342096 140237200316117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30094] ppid=30086 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30089/task/30094/stat : 30094 (java) S 30086 30089 29448 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40640752 14420725760 12635 33554432000 4194304 4196468 140736208073248 140237128289040 140237200316117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30095] ppid=30086 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30089/task/30095/stat : 30095 (java) S 30086 30089 29448 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40640752 14420725760 12635 33554432000 4194304 4196468 140736208073248 140237127236496 140237200316117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30096] ppid=30086 vsize=14082740 memory=140376447035008 CPUtime=0 cores=0,2,4,6
/proc/30089/task/30096/stat : 30096 (java) S 30086 30089 29448 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 40640753 14420725760 12635 33554432000 4194304 4196468 140736208073248 140236674414832 140237200317058 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30097] ppid=30086 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30089/task/30097/stat : 30097 (java) S 30086 30089 29448 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40640754 14420725760 12635 33554432000 4194304 4196468 140736208073248 140236673361056 140237200316117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30098] ppid=30086 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30089/task/30098/stat : 30098 (java) S 30086 30089 29448 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40640754 14420725760 12635 33554432000 4194304 4196468 140736208073248 140236672307952 140237200316117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30099] ppid=30086 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30089/task/30099/stat : 30099 (java) S 30086 30089 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40640756 14420725760 12635 33554432000 4194304 4196468 140736208073248 140236671256528 140237200324507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30100] ppid=30086 vsize=14082740 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/30089/task/30100/stat : 30100 (java) S 30086 30089 29448 0 -1 1077944384 330 0 0 0 2 0 0 0 20 0 15 0 40640756 14420725760 12635 33554432000 4194304 4196468 140736208073248 140236670204656 140237200317058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30101] ppid=30086 vsize=14082740 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/30089/task/30101/stat : 30101 (java) S 30086 30089 29448 0 -1 1077944384 269 0 0 0 2 0 0 0 20 0 15 0 40640756 14420725760 12635 33554432000 4194304 4196468 140736208073248 140236669152112 140237200317058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30102] ppid=30086 vsize=14082740 memory=140376447035008 CPUtime=0.08 cores=0,2,4,6
/proc/30089/task/30102/stat : 30102 (java) S 30086 30089 29448 0 -1 1077944384 294 0 0 0 8 0 0 0 20 0 15 0 40640756 14420725760 12635 33554432000 4194304 4196468 140736208073248 140236668099056 140237200317058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30103] ppid=30086 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30089/task/30103/stat : 30103 (java) S 30086 30089 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40640756 14420725760 12635 33554432000 4194304 4196468 140736208073248 140236667046752 140237200316117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30104] ppid=30086 vsize=14082740 memory=140376447035008 CPUtime=0 cores=0,2,4,6
/proc/30089/task/30104/stat : 30104 (java) S 30086 30089 29448 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40640757 14420725760 12635 33554432000 4194304 4196468 140736208073248 140236665993776 140237200317058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 50540 KiB

[startup+0.700899 s]
/proc/loadavg: 1.52 1.33 1.37 4/215 30104
/proc/meminfo: memFree=15918308/32770624 swapFree=67108860/67108860
[pid=30089] ppid=30086 vsize=14084808 memory=88848 CPUtime=0.99 cores=0,2,4,6
/proc/30089/stat : 30089 (java) S 30086 30089 29448 0 -1 1077944320 17574 0 0 0 96 3 0 0 20 0 15 0 40640751 14422843392 22212 33554432000 4194304 4196468 140736208073248 140736208055792 140237200305911 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
/proc/30089/statm: 3521202 22212 3505 1 0 3483273 0
[pid=30089/tid=30091] ppid=30086 vsize=14084808 memory=9340 CPUtime=0.67 cores=0,2,4,6
/proc/30089/task/30091/stat : 30091 (java) R 30086 30089 29448 0 -1 4202560 14874 0 0 0 64 3 0 0 20 0 15 0 40640751 14422843392 22212 33554432000 4194304 4196468 140736208073248 140237204529056 140237200327837 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30092] ppid=30086 vsize=14084808 memory=16444 CPUtime=0 cores=0,2,4,6
/proc/30089/task/30092/stat : 30092 (java) S 30086 30089 29448 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40640752 14422843392 22212 33554432000 4194304 4196468 140736208073248 140237130394640 140237200316117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30093] ppid=30086 vsize=14084808 memory=640 CPUtime=0 cores=0,2,4,6
/proc/30089/task/30093/stat : 30093 (java) S 30086 30089 29448 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40640752 14422843392 22212 33554432000 4194304 4196468 140736208073248 140237129342096 140237200316117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30094] ppid=30086 vsize=14084808 memory=1796 CPUtime=0 cores=0,2,4,6
/proc/30089/task/30094/stat : 30094 (java) S 30086 30089 29448 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40640752 14422843392 22212 33554432000 4194304 4196468 140736208073248 140237128289040 140237200316117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30095] ppid=30086 vsize=14084808 memory=960 CPUtime=0 cores=0,2,4,6
/proc/30089/task/30095/stat : 30095 (java) S 30086 30089 29448 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40640752 14422843392 22212 33554432000 4194304 4196468 140736208073248 140237127236496 140237200316117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30096] ppid=30086 vsize=14084808 memory=1240 CPUtime=0 cores=0,2,4,6
/proc/30089/task/30096/stat : 30096 (java) S 30086 30089 29448 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 40640753 14422843392 22212 33554432000 4194304 4196468 140736208073248 140236674414832 140237200317058 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30097] ppid=30086 vsize=14084808 memory=2340 CPUtime=0 cores=0,2,4,6
/proc/30089/task/30097/stat : 30097 (java) S 30086 30089 29448 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40640754 14422843392 22212 33554432000 4194304 4196468 140736208073248 140236673361056 140237200316117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30098] ppid=30086 vsize=14084808 memory=2240 CPUtime=0 cores=0,2,4,6
/proc/30089/task/30098/stat : 30098 (java) S 30086 30089 29448 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40640754 14422843392 22212 33554432000 4194304 4196468 140736208073248 140236672307952 140237200316117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30099] ppid=30086 vsize=14084808 memory=7086240636212695395 CPUtime=0 cores=0,2,4,6
/proc/30089/task/30099/stat : 30099 (java) S 30086 30089 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40640756 14422843392 22212 33554432000 4194304 4196468 140736208073248 140236671256528 140237200324507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30100] ppid=30086 vsize=14084808 memory=7881696724453321575 CPUtime=0.08 cores=0,2,4,6
/proc/30089/task/30100/stat : 30100 (java) S 30086 30089 29448 0 -1 1077944384 506 0 0 0 8 0 0 0 20 0 15 0 40640756 14422843392 22212 33554432000 4194304 4196468 140736208073248 140236670204656 140237200317058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30101] ppid=30086 vsize=14084808 memory=7236547281622689387 CPUtime=0.07 cores=0,2,4,6
/proc/30089/task/30101/stat : 30101 (java) S 30086 30089 29448 0 -1 1077944384 410 0 0 0 7 0 0 0 20 0 15 0 40640756 14422843392 22212 33554432000 4194304 4196468 140736208073248 140236669152112 140237200317058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30102] ppid=30086 vsize=14084808 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/30089/task/30102/stat : 30102 (java) S 30086 30089 29448 0 -1 1077944384 402 0 0 0 15 0 0 0 20 0 15 0 40640756 14422843392 22212 33554432000 4194304 4196468 140736208073248 140236668099056 140237200317058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30103] ppid=30086 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30089/task/30103/stat : 30103 (java) S 30086 30089 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40640756 14422843392 22212 33554432000 4194304 4196468 140736208073248 140236667046752 140237200316117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30104] ppid=30086 vsize=14084808 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/30089/task/30104/stat : 30104 (java) S 30086 30089 29448 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40640757 14422843392 22212 33554432000 4194304 4196468 140736208073248 140236665993776 140237200317058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 88848 KiB

[startup+1.50072 s]
/proc/loadavg: 1.52 1.33 1.37 6/215 30104
/proc/meminfo: memFree=15876304/32770624 swapFree=67108860/67108860
[pid=30089] ppid=30086 vsize=14086856 memory=183608 CPUtime=3.42 cores=0,2,4,6
/proc/30089/stat : 30089 (java) S 30086 30089 29448 0 -1 1077944320 26469 0 0 0 335 7 0 0 20 0 15 0 40640751 14424940544 45902 33554432000 4194304 4196468 140736208073248 140736208055792 140237200305911 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
/proc/30089/statm: 3521714 45902 3554 1 0 3483785 0
[pid=30089/tid=30091] ppid=30086 vsize=14086856 memory=172316 CPUtime=1.46 cores=0,2,4,6
/proc/30089/task/30091/stat : 30091 (java) R 30086 30089 29448 0 -1 4202560 17705 0 0 0 141 5 0 0 20 0 15 0 40640751 14424940544 45902 33554432000 4194304 4196468 140736208073248 140237204543072 140237181869412 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30092] ppid=30086 vsize=14086856 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/30089/task/30092/stat : 30092 (java) S 30086 30089 29448 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40640752 14424940544 45920 33554432000 4194304 4196468 140736208073248 140237130394640 140237200316117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30093] ppid=30086 vsize=14086856 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30089/task/30093/stat : 30093 (java) S 30086 30089 29448 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40640752 14424940544 45920 33554432000 4194304 4196468 140736208073248 140237129342096 140237200316117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30094] ppid=30086 vsize=14086856 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30089/task/30094/stat : 30094 (java) S 30086 30089 29448 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40640752 14424940544 45920 33554432000 4194304 4196468 140736208073248 140237128289040 140237200316117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30095] ppid=30086 vsize=14086856 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30089/task/30095/stat : 30095 (java) S 30086 30089 29448 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40640752 14424940544 45920 33554432000 4194304 4196468 140736208073248 140237127236496 140237200316117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30096] ppid=30086 vsize=14086856 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30089/task/30096/stat : 30096 (java) S 30086 30089 29448 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 40640753 14424940544 45920 33554432000 4194304 4196468 140736208073248 140236674414832 140237200317058 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0

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

/proc/30089/task/30091/stat : 30091 (java) R 30086 30089 29448 0 -1 4202560 65970 0 0 0 225745 32 0 0 20 0 15 0 40640751 14431232000 369734 33554432000 4194304 4196468 140736208073248 140237204543952 140236807218319 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30092] ppid=30086 vsize=14093000 memory=1478936 CPUtime=2.84 cores=0,2,4,6
/proc/30089/task/30092/stat : 30092 (java) S 30086 30089 29448 0 -1 1077944384 13722 0 0 0 268 16 0 0 20 0 15 0 40640752 14431232000 369734 33554432000 4194304 4196468 140736208073248 140237130394640 140237200316117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30093] ppid=30086 vsize=14093000 memory=1478936 CPUtime=2.9 cores=0,2,4,6
/proc/30089/task/30093/stat : 30093 (java) S 30086 30089 29448 0 -1 1077944384 16607 0 0 0 273 17 0 0 20 0 15 0 40640752 14431232000 369734 33554432000 4194304 4196468 140736208073248 140237129342096 140237200316117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30094] ppid=30086 vsize=14093000 memory=573 CPUtime=2.88 cores=0,2,4,6
/proc/30089/task/30094/stat : 30094 (java) S 30086 30089 29448 0 -1 1077944384 19630 0 0 0 272 16 0 0 20 0 15 0 40640752 14431232000 369734 33554432000 4194304 4196468 140736208073248 140237128289040 140237200316117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30095] ppid=30086 vsize=14093000 memory=1478936 CPUtime=2.83 cores=0,2,4,6
/proc/30089/task/30095/stat : 30095 (java) S 30086 30089 29448 0 -1 1077944384 15250 0 0 0 269 14 0 0 20 0 15 0 40640752 14431232000 369734 33554432000 4194304 4196468 140736208073248 140237127236496 140237200316117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30096] ppid=30086 vsize=14093000 memory=1478936 CPUtime=1.11 cores=0,2,4,6
/proc/30089/task/30096/stat : 30096 (java) S 30086 30089 29448 0 -1 1077944384 15966 0 0 0 103 8 0 0 20 0 15 0 40640753 14431232000 369734 33554432000 4194304 4196468 140736208073248 140236674414832 140237200317058 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30097] ppid=30086 vsize=14093000 memory=1478936 CPUtime=0 cores=0,2,4,6
/proc/30089/task/30097/stat : 30097 (java) S 30086 30089 29448 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 40640754 14431232000 369734 33554432000 4194304 4196468 140736208073248 140236673361120 140237200316117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30098] ppid=30086 vsize=14093000 memory=1478936 CPUtime=0 cores=0,2,4,6
/proc/30089/task/30098/stat : 30098 (java) S 30086 30089 29448 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 40640754 14431232000 369734 33554432000 4194304 4196468 140736208073248 140236672307968 140237200316117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30099] ppid=30086 vsize=14093000 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30089/task/30099/stat : 30099 (java) S 30086 30089 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40640756 14431232000 369734 33554432000 4194304 4196468 140736208073248 140236671256528 140237200324507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30100] ppid=30086 vsize=14093000 memory=1478936 CPUtime=4.32 cores=0,2,4,6
/proc/30089/task/30100/stat : 30100 (java) S 30086 30089 29448 0 -1 1077944384 11412 0 0 0 431 1 0 0 20 0 15 0 40640756 14431232000 369734 33554432000 4194304 4196468 140736208073248 140236670204656 140237200317058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30101] ppid=30086 vsize=14093000 memory=1478936 CPUtime=4.37 cores=0,2,4,6
/proc/30089/task/30101/stat : 30101 (java) S 30086 30089 29448 0 -1 1077944384 16177 0 0 0 435 2 0 0 20 0 15 0 40640756 14431232000 369734 33554432000 4194304 4196468 140736208073248 140236669152112 140237200317058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30102] ppid=30086 vsize=14093000 memory=1478936 CPUtime=1.53 cores=0,2,4,6
/proc/30089/task/30102/stat : 30102 (java) S 30086 30089 29448 0 -1 1077944384 9054 0 0 0 151 2 0 0 20 0 15 0 40640756 14431232000 369734 33554432000 4194304 4196468 140736208073248 140236668099056 140237200317058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30103] ppid=30086 vsize=14093000 memory=1478936 CPUtime=0 cores=0,2,4,6
/proc/30089/task/30103/stat : 30103 (java) S 30086 30089 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40640756 14431232000 369734 33554432000 4194304 4196468 140736208073248 140236667046752 140237200316117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30104] ppid=30086 vsize=14093000 memory=4140 CPUtime=0.67 cores=0,2,4,6
/proc/30089/task/30104/stat : 30104 (java) S 30086 30089 29448 0 -1 1077944384 1500 0 0 0 31 36 0 0 20 0 15 0 40640757 14431232000 369734 33554432000 4194304 4196468 140736208073248 140236665993776 140237200317058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
Current children cumulated CPU time: 2281.33 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 1478936 KiB

[startup+2322.3 s]
/proc/loadavg: 1.91 1.60 1.54 3/215 30197
/proc/meminfo: memFree=14055080/32770624 swapFree=67108860/67108860
[pid=30089] ppid=30086 vsize=14093000 memory=1478936 CPUtime=2341.61 cores=0,2,4,6
/proc/30089/stat : 30089 (java) S 30086 30089 29448 0 -1 1077944320 188080 0 0 0 234028 133 0 0 20 0 15 0 40640751 14431232000 369734 33554432000 4194304 4196468 140736208073248 140736208055792 140237200305911 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
/proc/30089/statm: 3523250 369734 3619 1 0 3485321 0
[pid=30089/tid=30091] ppid=30086 vsize=14093000 memory=1478936 CPUtime=2317.61 cores=0,2,4,6
/proc/30089/task/30091/stat : 30091 (java) R 30086 30089 29448 0 -1 4202560 66454 0 0 0 231729 32 0 0 20 0 15 0 40640751 14431232000 369734 33554432000 4194304 4196468 140736208073248 140237204543856 140236807218266 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30092] ppid=30086 vsize=14093000 memory=1478936 CPUtime=2.94 cores=0,2,4,6
/proc/30089/task/30092/stat : 30092 (java) S 30086 30089 29448 0 -1 1077944384 13814 0 0 0 277 17 0 0 20 0 15 0 40640752 14431232000 369734 33554432000 4194304 4196468 140736208073248 140237130394640 140237200316117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30093] ppid=30086 vsize=14093000 memory=1478936 CPUtime=2.99 cores=0,2,4,6
/proc/30089/task/30093/stat : 30093 (java) S 30086 30089 29448 0 -1 1077944384 16710 0 0 0 282 17 0 0 20 0 15 0 40640752 14431232000 369734 33554432000 4194304 4196468 140736208073248 140237129342096 140237200316117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30094] ppid=30086 vsize=14093000 memory=1478936 CPUtime=2.99 cores=0,2,4,6
/proc/30089/task/30094/stat : 30094 (java) S 30086 30089 29448 0 -1 1077944384 19792 0 0 0 282 17 0 0 20 0 15 0 40640752 14431232000 369734 33554432000 4194304 4196468 140736208073248 140237128289040 140237200316117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30095] ppid=30086 vsize=14093000 memory=1478936 CPUtime=2.92 cores=0,2,4,6
/proc/30089/task/30095/stat : 30095 (java) S 30086 30089 29448 0 -1 1077944384 15564 0 0 0 278 14 0 0 20 0 15 0 40640752 14431232000 369734 33554432000 4194304 4196468 140736208073248 140237127236496 140237200316117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30096] ppid=30086 vsize=14093000 memory=1478936 CPUtime=1.15 cores=0,2,4,6
/proc/30089/task/30096/stat : 30096 (java) S 30086 30089 29448 0 -1 1077944384 16150 0 0 0 107 8 0 0 20 0 15 0 40640753 14431232000 369734 33554432000 4194304 4196468 140736208073248 140236674414832 140237200317058 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30097] ppid=30086 vsize=14093000 memory=1478936 CPUtime=0 cores=0,2,4,6
/proc/30089/task/30097/stat : 30097 (java) S 30086 30089 29448 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 40640754 14431232000 369734 33554432000 4194304 4196468 140736208073248 140236673361120 140237200316117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30098] ppid=30086 vsize=14093000 memory=1478936 CPUtime=0 cores=0,2,4,6
/proc/30089/task/30098/stat : 30098 (java) S 30086 30089 29448 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 40640754 14431232000 369734 33554432000 4194304 4196468 140736208073248 140236672307968 140237200316117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30099] ppid=30086 vsize=14093000 memory=1478936 CPUtime=0 cores=0,2,4,6
/proc/30089/task/30099/stat : 30099 (java) S 30086 30089 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40640756 14431232000 369734 33554432000 4194304 4196468 140736208073248 140236671256528 140237200324507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30100] ppid=30086 vsize=14093000 memory=1478936 CPUtime=4.32 cores=0,2,4,6
/proc/30089/task/30100/stat : 30100 (java) S 30086 30089 29448 0 -1 1077944384 11414 0 0 0 431 1 0 0 20 0 15 0 40640756 14431232000 369734 33554432000 4194304 4196468 140736208073248 140236670204656 140237200317058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30101] ppid=30086 vsize=14093000 memory=1478936 CPUtime=4.38 cores=0,2,4,6
/proc/30089/task/30101/stat : 30101 (java) S 30086 30089 29448 0 -1 1077944384 16179 0 0 0 435 3 0 0 20 0 15 0 40640756 14431232000 369734 33554432000 4194304 4196468 140736208073248 140236669152112 140237200317058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30102] ppid=30086 vsize=14093000 memory=1478936 CPUtime=1.53 cores=0,2,4,6
/proc/30089/task/30102/stat : 30102 (java) S 30086 30089 29448 0 -1 1077944384 9057 0 0 0 151 2 0 0 20 0 15 0 40640756 14431232000 369734 33554432000 4194304 4196468 140736208073248 140236668099056 140237200317058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30103] ppid=30086 vsize=14093000 memory=1478936 CPUtime=0 cores=0,2,4,6
/proc/30089/task/30103/stat : 30103 (java) S 30086 30089 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40640756 14431232000 369734 33554432000 4194304 4196468 140736208073248 140236667046752 140237200316117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30104] ppid=30086 vsize=14093000 memory=1478936 CPUtime=0.69 cores=0,2,4,6
/proc/30089/task/30104/stat : 30104 (java) S 30086 30089 29448 0 -1 1077944384 1515 0 0 0 32 37 0 0 20 0 15 0 40640757 14431232000 369734 33554432000 4194304 4196468 140736208073248 140236665993776 140237200317058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
Current children cumulated CPU time: 2341.61 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 1478936 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2380.5 s]
/proc/loadavg: 2.10 1.73 1.59 4/215 30275
/proc/meminfo: memFree=14914856/32770624 swapFree=67108860/67108860
[pid=30089] ppid=30086 vsize=14093000 memory=1478936 CPUtime=2400.08 cores=0,2,4,6
/proc/30089/stat : 30089 (java) S 30086 30089 29448 0 -1 1077944320 189474 0 0 0 239871 137 0 0 20 0 15 0 40640751 14431232000 369734 33554432000 4194304 4196468 140736208073248 140736208055792 140237200305911 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
/proc/30089/statm: 3523250 369734 3619 1 0 3485321 0
[pid=30089/tid=30091] ppid=30086 vsize=14093000 memory=1478936 CPUtime=2375.66 cores=0,2,4,6
/proc/30089/task/30091/stat : 30091 (java) R 30086 30089 29448 0 -1 4202560 66939 0 0 0 237532 34 0 0 20 0 15 0 40640751 14431232000 369734 33554432000 4194304 4196468 140736208073248 140237204544144 140236822156500 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30092] ppid=30086 vsize=14093000 memory=1478936 CPUtime=3.02 cores=0,2,4,6
/proc/30089/task/30092/stat : 30092 (java) S 30086 30089 29448 0 -1 1077944384 13968 0 0 0 285 17 0 0 20 0 15 0 40640752 14431232000 369734 33554432000 4194304 4196468 140736208073248 140237130394640 140237200316117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30093] ppid=30086 vsize=14093000 memory=1478936 CPUtime=3.08 cores=0,2,4,6
/proc/30089/task/30093/stat : 30093 (java) S 30086 30089 29448 0 -1 1077944384 16855 0 0 0 291 17 0 0 20 0 15 0 40640752 14431232000 369734 33554432000 4194304 4196468 140736208073248 140237129342096 140237200316117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30094] ppid=30086 vsize=14093000 memory=1478936 CPUtime=3.07 cores=0,2,4,6
/proc/30089/task/30094/stat : 30094 (java) S 30086 30089 29448 0 -1 1077944384 19922 0 0 0 290 17 0 0 20 0 15 0 40640752 14431232000 369734 33554432000 4194304 4196468 140736208073248 140237128289040 140237200316117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30095] ppid=30086 vsize=14093000 memory=1478936 CPUtime=3.01 cores=0,2,4,6
/proc/30089/task/30095/stat : 30095 (java) S 30086 30089 29448 0 -1 1077944384 15842 0 0 0 287 14 0 0 20 0 15 0 40640752 14431232000 369734 33554432000 4194304 4196468 140736208073248 140237127236496 140237200316117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30096] ppid=30086 vsize=14093000 memory=1478936 CPUtime=1.2 cores=0,2,4,6
/proc/30089/task/30096/stat : 30096 (java) S 30086 30089 29448 0 -1 1077944384 16331 0 0 0 111 9 0 0 20 0 15 0 40640753 14431232000 369734 33554432000 4194304 4196468 140736208073248 140236674414832 140237200317058 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30097] ppid=30086 vsize=14093000 memory=1478936 CPUtime=0 cores=0,2,4,6
/proc/30089/task/30097/stat : 30097 (java) S 30086 30089 29448 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 40640754 14431232000 369734 33554432000 4194304 4196468 140736208073248 140236673361120 140237200316117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30098] ppid=30086 vsize=14093000 memory=1478936 CPUtime=0 cores=0,2,4,6
/proc/30089/task/30098/stat : 30098 (java) S 30086 30089 29448 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 40640754 14431232000 369734 33554432000 4194304 4196468 140736208073248 140236672307968 140237200316117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30099] ppid=30086 vsize=14093000 memory=1478936 CPUtime=0 cores=0,2,4,6
/proc/30089/task/30099/stat : 30099 (java) S 30086 30089 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40640756 14431232000 369734 33554432000 4194304 4196468 140736208073248 140236671256528 140237200324507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30100] ppid=30086 vsize=14093000 memory=1478936 CPUtime=4.33 cores=0,2,4,6
/proc/30089/task/30100/stat : 30100 (java) S 30086 30089 29448 0 -1 1077944384 11416 0 0 0 432 1 0 0 20 0 15 0 40640756 14431232000 369734 33554432000 4194304 4196468 140736208073248 140236670204656 140237200317058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30101] ppid=30086 vsize=14093000 memory=1478936 CPUtime=4.38 cores=0,2,4,6
/proc/30089/task/30101/stat : 30101 (java) S 30086 30089 29448 0 -1 1077944384 16181 0 0 0 435 3 0 0 20 0 15 0 40640756 14431232000 369734 33554432000 4194304 4196468 140736208073248 140236669152112 140237200317058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30102] ppid=30086 vsize=14093000 memory=14156 CPUtime=1.53 cores=0,2,4,6
/proc/30089/task/30102/stat : 30102 (java) S 30086 30089 29448 0 -1 1077944384 9059 0 0 0 151 2 0 0 20 0 15 0 40640756 14431232000 369734 33554432000 4194304 4196468 140736208073248 140236668099056 140237200317058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30103] ppid=30086 vsize=14093000 memory=1478936 CPUtime=0 cores=0,2,4,6
/proc/30089/task/30103/stat : 30103 (java) S 30086 30089 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40640756 14431232000 369734 33554432000 4194304 4196468 140736208073248 140236667046752 140237200316117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30104] ppid=30086 vsize=14093000 memory=1696 CPUtime=0.7 cores=0,2,4,6
/proc/30089/task/30104/stat : 30104 (java) S 30086 30089 29448 0 -1 1077944384 1530 0 0 0 32 38 0 0 20 0 15 0 40640757 14431232000 369734 33554432000 4194304 4196468 140736208073248 140236665993776 140237200317058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
Current children cumulated CPU time: 2400.08 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 1478936 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2380.51 s]
# the end of solver process 30089 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.72 s, system=1.3818 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2380.5 s]
/proc/loadavg: 2.10 1.73 1.59 4/215 30275
/proc/meminfo: memFree=14914856/32770624 swapFree=67108860/67108860
[pid=30089] ppid=30086 vsize=14093000 memory=1478936 CPUtime=2400.08 cores=0,2,4,6
/proc/30089/stat : 30089 (java) S 30086 30089 29448 0 -1 1077944320 189474 0 0 0 239871 137 0 0 20 0 15 0 40640751 14431232000 369734 33554432000 4194304 4196468 140736208073248 140736208055792 140237200305911 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
/proc/30089/statm: 3523250 369734 3619 1 0 3485321 0
[pid=30089/tid=30091] ppid=30086 vsize=14093000 memory=1478936 CPUtime=2375.66 cores=0,2,4,6
/proc/30089/task/30091/stat : 30091 (java) R 30086 30089 29448 0 -1 4202560 66939 0 0 0 237532 34 0 0 20 0 15 0 40640751 14431232000 369734 33554432000 4194304 4196468 140736208073248 140237204544144 140236822156500 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30092] ppid=30086 vsize=14093000 memory=1478936 CPUtime=3.02 cores=0,2,4,6
/proc/30089/task/30092/stat : 30092 (java) S 30086 30089 29448 0 -1 1077944384 13968 0 0 0 285 17 0 0 20 0 15 0 40640752 14431232000 369734 33554432000 4194304 4196468 140736208073248 140237130394640 140237200316117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30093] ppid=30086 vsize=14093000 memory=1478936 CPUtime=3.08 cores=0,2,4,6
/proc/30089/task/30093/stat : 30093 (java) S 30086 30089 29448 0 -1 1077944384 16855 0 0 0 291 17 0 0 20 0 15 0 40640752 14431232000 369734 33554432000 4194304 4196468 140736208073248 140237129342096 140237200316117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30094] ppid=30086 vsize=14093000 memory=1478936 CPUtime=3.07 cores=0,2,4,6
/proc/30089/task/30094/stat : 30094 (java) S 30086 30089 29448 0 -1 1077944384 19922 0 0 0 290 17 0 0 20 0 15 0 40640752 14431232000 369734 33554432000 4194304 4196468 140736208073248 140237128289040 140237200316117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30095] ppid=30086 vsize=14093000 memory=1478936 CPUtime=3.01 cores=0,2,4,6
/proc/30089/task/30095/stat : 30095 (java) S 30086 30089 29448 0 -1 1077944384 15842 0 0 0 287 14 0 0 20 0 15 0 40640752 14431232000 369734 33554432000 4194304 4196468 140736208073248 140237127236496 140237200316117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30096] ppid=30086 vsize=14093000 memory=1478936 CPUtime=1.2 cores=0,2,4,6
/proc/30089/task/30096/stat : 30096 (java) S 30086 30089 29448 0 -1 1077944384 16331 0 0 0 111 9 0 0 20 0 15 0 40640753 14431232000 369734 33554432000 4194304 4196468 140736208073248 140236674414832 140237200317058 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30097] ppid=30086 vsize=14093000 memory=1478936 CPUtime=0 cores=0,2,4,6
/proc/30089/task/30097/stat : 30097 (java) S 30086 30089 29448 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 40640754 14431232000 369734 33554432000 4194304 4196468 140736208073248 140236673361120 140237200316117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30098] ppid=30086 vsize=14093000 memory=1478936 CPUtime=0 cores=0,2,4,6
/proc/30089/task/30098/stat : 30098 (java) S 30086 30089 29448 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 40640754 14431232000 369734 33554432000 4194304 4196468 140736208073248 140236672307968 140237200316117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30099] ppid=30086 vsize=14093000 memory=1478936 CPUtime=0 cores=0,2,4,6
/proc/30089/task/30099/stat : 30099 (java) S 30086 30089 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40640756 14431232000 369734 33554432000 4194304 4196468 140736208073248 140236671256528 140237200324507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30100] ppid=30086 vsize=14093000 memory=1478936 CPUtime=4.33 cores=0,2,4,6
/proc/30089/task/30100/stat : 30100 (java) S 30086 30089 29448 0 -1 1077944384 11416 0 0 0 432 1 0 0 20 0 15 0 40640756 14431232000 369734 33554432000 4194304 4196468 140736208073248 140236670204656 140237200317058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30101] ppid=30086 vsize=14093000 memory=1478936 CPUtime=4.38 cores=0,2,4,6
/proc/30089/task/30101/stat : 30101 (java) S 30086 30089 29448 0 -1 1077944384 16181 0 0 0 435 3 0 0 20 0 15 0 40640756 14431232000 369734 33554432000 4194304 4196468 140736208073248 140236669152112 140237200317058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30102] ppid=30086 vsize=14093000 memory=14156 CPUtime=1.53 cores=0,2,4,6
/proc/30089/task/30102/stat : 30102 (java) S 30086 30089 29448 0 -1 1077944384 9059 0 0 0 151 2 0 0 20 0 15 0 40640756 14431232000 369734 33554432000 4194304 4196468 140736208073248 140236668099056 140237200317058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30103] ppid=30086 vsize=14093000 memory=1478936 CPUtime=0 cores=0,2,4,6
/proc/30089/task/30103/stat : 30103 (java) S 30086 30089 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40640756 14431232000 369734 33554432000 4194304 4196468 140736208073248 140236667046752 140237200316117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
[pid=30089/tid=30104] ppid=30086 vsize=14093000 memory=1696 CPUtime=0.7 cores=0,2,4,6
/proc/30089/task/30104/stat : 30104 (java) S 30086 30089 29448 0 -1 1077944384 1530 0 0 0 32 38 0 0 20 0 15 0 40640757 14431232000 369734 33554432000 4194304 4196468 140736208073248 140236665993776 140237200317058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7872512 140736208077908 140736208078089 140736208078089 140736208080847 0
Current children cumulated CPU time: 2400.08 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 1478936 KiB

Child status: 143
Real time (s): 2380.51
CPU time (s): 2400.1
CPU user time (s): 2398.72
CPU system time (s): 1.3818
CPU usage (%): 100.823
Max. virtual memory (cumulated for all children) (KiB): 14093000
Max. memory (cumulated for all children) (KiB): 1824176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.72
system time used= 1.3818
maximum resident set size= 1826224
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 189746
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 82910
involuntary context switches= 3281


# summary of solver processes directly reported to runsolver:
#   pid: 30089
#   total CPU time (s): 2400.1
#   total CPU user time (s): 2398.72
#   total CPU system time (s): 1.3818

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.4266 second user time and 22.5396 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-22 05:39:36
IDJOB=4291606
IDBENCH=141050
IDSOLVER=2746
FILE ID=node102/4291606-1532230776
RUNJOBID= node102-1532226016-29479
PBS_JOBID= 21018947
Free space on /tmp= 53212 MiB

SOLVER NAME= OscaR - Hybrid 2018-07-02
BENCH NAME= XCSP18/NurseRostering/NurseRostering-15_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4291606-1532230776/watcher-4291606-1532230776 -o /tmp/evaluation-result-4291606-1532230776/solver-4291606-1532230776 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532226016-29479 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 1061474950 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4291606-1532230776.xml

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

MD5SUM BENCH= 08877e0fafa48cd5ca524d34b6939bef
RANDOM SEED=1061474950

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
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:        15977088 kB
MemAvailable:   31117496 kB
Buffers:          222476 kB
Cached:         15008572 kB
SwapCached:            0 kB
Active:          2324232 kB
Inactive:       13783944 kB
Active(anon):     880156 kB
Inactive(anon):    16892 kB
Active(file):    1444076 kB
Inactive(file): 13767052 kB
Unevictable:        6604 kB
Mlocked:            6604 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             36180 kB
Writeback:             0 kB
AnonPages:        893752 kB
Mapped:            48832 kB
Shmem:             17036 kB
Slab:             384748 kB
SReclaimable:     357740 kB
SUnreclaim:        27008 kB
KernelStack:        3792 kB
PageTables:         6584 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2369532 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    745472 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 53176 MiB
End job on node102 at 2018-07-22 06:19:16