Trace number 4310065

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 - Conflict Ordering with restarts 2018-08-14? (TO) 252.16 227.084

General information on the benchmark

NameNurseRostering/
NurseRostering-20_c18.xml
MD5SUMd4df4d24fcb6b75374a4511056cd4f34
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables15616
Number of constraints43912
Number of domains17
Minimum domain size1
Maximum domain size183
Distribution of domain sizes[{"size":1,"count":267},{"size":2,"count":3618},{"size":7,"count":9100},{"size":51,"count":2366},{"size":183,"count":265}]
Minimum variable degree2
Maximum variable degree30
Distribution of variable degrees[{"degree":2,"count":5216},{"degree":3,"count":1300},{"degree":18,"count":5},{"degree":19,"count":36},{"degree":20,"count":49},{"degree":21,"count":13},{"degree":22,"count":43},{"degree":23,"count":50},{"degree":24,"count":499},{"degree":25,"count":452},{"degree":26,"count":173},{"degree":27,"count":1991},{"degree":28,"count":3479},{"degree":29,"count":1938},{"degree":30,"count":372}]
Minimum constraint arity2
Maximum constraint arity900
Distribution of constraint arities[{"arity":2,"count":16247},{"arity":3,"count":16200},{"arity":4,"count":1790},{"arity":6,"count":5310},{"arity":7,"count":2690},{"arity":26,"count":50},{"arity":51,"count":1274},{"arity":183,"count":350},{"arity":900,"count":1}]
Number of extensional constraints10324
Number of intensional constraints5018
Distribution of constraint types[{"type":"extension","count":10324},{"type":"intension","count":5018},{"type":"regular","count":18000},{"type":"sum","count":100},{"type":"count","count":10469},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.68/0.55	c version: 2018-08-14
0.68/0.55	c seed: 1980982989
0.68/0.55	c timeout: 252
0.68/0.55	c memlimit: 11000
0.68/0.56	c nbcore: 4
0.68/0.58	c Parsing instance...
46.70/28.94	c Parsing done, starting search...
252.07/227.01	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 (14184 MiB free)
  memory of node 1: 16384 MiB (13871 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4310065-1534325510/watcher-4310065-1534325510 -o /tmp/evaluation-result-4310065-1534325510/solver-4310065-1534325510 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534323777-22421 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1980982989 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4310065-1534325510.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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
solver pid=23634, runsolver pid=23631
Current StackSize limit: 8192 KiB


[startup+0.100139 s]*
/proc/loadavg: 1.73 1.64 1.52 3/216 23649
/proc/meminfo: memFree=28710756/32770624 swapFree=67030680/67108860
[pid=23634] ppid=23631 vsize=14082736 memory=31232 CPUtime=0.12 cores=1,3,5,7
/proc/23634/stat : 23634 (java) S 23631 23634 18952 0 -1 1077944320 6778 0 0 0 12 0 0 0 20 0 15 0 250114176 14420721664 7808 33554432000 4194304 4196468 140728685547856 140728685530400 140619656318711 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
/proc/23634/statm: 3520684 7808 3138 1 0 3482761 0
[pid=23634/tid=23636] ppid=23631 vsize=14082736 memory=-8701690554792317569 CPUtime=0.09 cores=1,3,5,7
/proc/23634/task/23636/stat : 23636 (java) R 23631 23634 18952 0 -1 4202560 4831 0 0 0 9 0 0 0 20 0 15 0 250114176 14420721664 7808 33554432000 4194304 4196468 140728685547856 140619660521736 140619640399198 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23637] ppid=23631 vsize=14082736 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/23634/task/23637/stat : 23637 (java) S 23631 23634 18952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250114177 14420721664 7808 33554432000 4194304 4196468 140728685547856 140619586407312 140619656328917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23638] ppid=23631 vsize=14082736 memory=140113881446016 CPUtime=0 cores=1,3,5,7
/proc/23634/task/23638/stat : 23638 (java) S 23631 23634 18952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250114177 14420721664 7808 33554432000 4194304 4196468 140728685547856 140619585354512 140619656328917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23639] ppid=23631 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23634/task/23639/stat : 23639 (java) S 23631 23634 18952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250114177 14420721664 7808 33554432000 4194304 4196468 140728685547856 140619584302224 140619656328917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23640] ppid=23631 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23634/task/23640/stat : 23640 (java) S 23631 23634 18952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250114177 14420721664 7808 33554432000 4194304 4196468 140728685547856 140619583249424 140619656328917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23641] ppid=23631 vsize=14082736 memory=140113881446016 CPUtime=0 cores=1,3,5,7
/proc/23634/task/23641/stat : 23641 (java) S 23631 23634 18952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250114179 14420721664 7808 33554432000 4194304 4196468 140728685547856 140619129768048 140619656329858 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23642] ppid=23631 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23634/task/23642/stat : 23642 (java) S 23631 23634 18952 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250114179 14420721664 7808 33554432000 4194304 4196468 140728685547856 140619128714016 140619656328917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23643] ppid=23631 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23634/task/23643/stat : 23643 (java) S 23631 23634 18952 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250114179 14420721664 7808 33554432000 4194304 4196468 140728685547856 140619127661680 140619656328917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23644] ppid=23631 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23634/task/23644/stat : 23644 (java) S 23631 23634 18952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250114182 14420721664 7808 33554432000 4194304 4196468 140728685547856 140619126610000 140619656337307 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23645] ppid=23631 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23634/task/23645/stat : 23645 (java) S 23631 23634 18952 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 15 0 250114182 14420721664 7808 33554432000 4194304 4196468 140728685547856 140619125557872 140619656329858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23646] ppid=23631 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23634/task/23646/stat : 23646 (java) S 23631 23634 18952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250114182 14420721664 7808 33554432000 4194304 4196468 140728685547856 140619124505072 140619656329858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23647] ppid=23631 vsize=14082736 memory=140113881446016 CPUtime=0.01 cores=1,3,5,7
/proc/23634/task/23647/stat : 23647 (java) S 23631 23634 18952 0 -1 1077944384 261 0 0 0 1 0 0 0 20 0 15 0 250114182 14420721664 7808 33554432000 4194304 4196468 140728685547856 140619123452784 140619656329858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23648] ppid=23631 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23634/task/23648/stat : 23648 (java) S 23631 23634 18952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250114182 14420721664 7808 33554432000 4194304 4196468 140728685547856 140619122400224 140619656328917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23649] ppid=23631 vsize=14082736 memory=140113881446016 CPUtime=0 cores=1,3,5,7
/proc/23634/task/23649/stat : 23649 (java) S 23631 23634 18952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250114182 14420721664 7808 33554432000 4194304 4196468 140728685547856 140619121346992 140619656329858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31232 KiB

[startup+0.210621 s]*
/proc/loadavg: 1.73 1.64 1.52 5/216 23649
/proc/meminfo: memFree=28695128/32770624 swapFree=67030680/67108860
[pid=23634] ppid=23631 vsize=14082736 memory=47028 CPUtime=0.3 cores=1,3,5,7
/proc/23634/stat : 23634 (java) S 23631 23634 18952 0 -1 1077944320 10409 0 0 0 29 1 0 0 20 0 15 0 250114176 14420721664 11757 33554432000 4194304 4196468 140728685547856 140728685530400 140619656318711 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
/proc/23634/statm: 3520684 11757 3318 1 0 3482761 0
[pid=23634/tid=23636] ppid=23631 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/23634/task/23636/stat : 23636 (java) R 23631 23634 18952 0 -1 4202560 8153 0 0 0 19 1 0 0 20 0 15 0 250114176 14420721664 11757 33554432000 4194304 4196468 140728685547856 140619660548352 140619656340637 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23637] ppid=23631 vsize=14082736 memory=343 CPUtime=0 cores=1,3,5,7
/proc/23634/task/23637/stat : 23637 (java) S 23631 23634 18952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250114177 14420721664 11757 33554432000 4194304 4196468 140728685547856 140619586407312 140619656328917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23638] ppid=23631 vsize=14082736 memory=140113881467662 CPUtime=0 cores=1,3,5,7
/proc/23634/task/23638/stat : 23638 (java) S 23631 23634 18952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250114177 14420721664 11757 33554432000 4194304 4196468 140728685547856 140619585354512 140619656328917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23639] ppid=23631 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23634/task/23639/stat : 23639 (java) S 23631 23634 18952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250114177 14420721664 11757 33554432000 4194304 4196468 140728685547856 140619584302224 140619656328917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23640] ppid=23631 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23634/task/23640/stat : 23640 (java) S 23631 23634 18952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250114177 14420721664 11757 33554432000 4194304 4196468 140728685547856 140619583249424 140619656328917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23641] ppid=23631 vsize=14082736 memory=140113881446016 CPUtime=0 cores=1,3,5,7
/proc/23634/task/23641/stat : 23641 (java) S 23631 23634 18952 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250114179 14420721664 11757 33554432000 4194304 4196468 140728685547856 140619129768048 140619656329858 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23642] ppid=23631 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23634/task/23642/stat : 23642 (java) S 23631 23634 18952 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250114179 14420721664 11757 33554432000 4194304 4196468 140728685547856 140619128714016 140619656328917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23643] ppid=23631 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23634/task/23643/stat : 23643 (java) S 23631 23634 18952 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250114179 14420721664 11757 33554432000 4194304 4196468 140728685547856 140619127661680 140619656328917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23644] ppid=23631 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23634/task/23644/stat : 23644 (java) S 23631 23634 18952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250114182 14420721664 11757 33554432000 4194304 4196468 140728685547856 140619126610000 140619656337307 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23645] ppid=23631 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/23634/task/23645/stat : 23645 (java) R 23631 23634 18952 0 -1 4202560 521 0 0 0 2 0 0 0 20 0 15 0 250114182 14420721664 11757 33554432000 4194304 4196468 140728685547856 140619125549520 140619648555838 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23646] ppid=23631 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/23634/task/23646/stat : 23646 (java) R 23631 23634 18952 0 -1 1077944384 66 0 0 0 1 0 0 0 20 0 15 0 250114182 14420721664 11757 33554432000 4194304 4196468 140728685547856 140619124505072 140619656329858 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23647] ppid=23631 vsize=14082736 memory=140113881446016 CPUtime=0.06 cores=1,3,5,7
/proc/23634/task/23647/stat : 23647 (java) R 23631 23634 18952 0 -1 4202560 289 0 0 0 6 0 0 0 20 0 15 0 250114182 14420721664 11757 33554432000 4194304 4196468 140728685547856 140619123452784 140619656330646 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23648] ppid=23631 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23634/task/23648/stat : 23648 (java) S 23631 23634 18952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250114182 14420721664 11757 33554432000 4194304 4196468 140728685547856 140619122400224 140619656328917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23649] ppid=23631 vsize=14082736 memory=140113881446016 CPUtime=0 cores=1,3,5,7
/proc/23634/task/23649/stat : 23649 (java) S 23631 23634 18952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250114182 14420721664 11757 33554432000 4194304 4196468 140728685547856 140619121346992 140619656329858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47028 KiB

[startup+0.310689 s]*
/proc/loadavg: 1.73 1.64 1.52 3/216 23649
/proc/meminfo: memFree=28691964/32770624 swapFree=67030680/67108860
[pid=23634] ppid=23631 vsize=14082736 memory=50880 CPUtime=0.45 cores=1,3,5,7
/proc/23634/stat : 23634 (java) S 23631 23634 18952 0 -1 1077944320 10800 0 0 0 43 2 0 0 20 0 15 0 250114176 14420721664 12720 33554432000 4194304 4196468 140728685547856 140728685530400 140619656318711 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
/proc/23634/statm: 3520684 12720 3423 1 0 3482761 0
[pid=23634/tid=23636] ppid=23631 vsize=14082736 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/23634/task/23636/stat : 23636 (java) R 23631 23634 18952 0 -1 4202560 8486 0 0 0 29 1 0 0 20 0 15 0 250114176 14420721664 12720 33554432000 4194304 4196468 140728685547856 140619660526544 140619641484366 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23637] ppid=23631 vsize=14082736 memory=4294976238 CPUtime=0 cores=1,3,5,7
/proc/23634/task/23637/stat : 23637 (java) S 23631 23634 18952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250114177 14420721664 12720 33554432000 4194304 4196468 140728685547856 140619586407312 140619656328917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23638] ppid=23631 vsize=14082736 memory=140113881467526 CPUtime=0 cores=1,3,5,7
/proc/23634/task/23638/stat : 23638 (java) S 23631 23634 18952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250114177 14420721664 12720 33554432000 4194304 4196468 140728685547856 140619585354512 140619656328917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23639] ppid=23631 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23634/task/23639/stat : 23639 (java) S 23631 23634 18952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250114177 14420721664 12720 33554432000 4194304 4196468 140728685547856 140619584302224 140619656328917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23640] ppid=23631 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23634/task/23640/stat : 23640 (java) S 23631 23634 18952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250114177 14420721664 12720 33554432000 4194304 4196468 140728685547856 140619583249424 140619656328917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23641] ppid=23631 vsize=14082736 memory=140113881446016 CPUtime=0 cores=1,3,5,7
/proc/23634/task/23641/stat : 23641 (java) S 23631 23634 18952 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250114179 14420721664 12720 33554432000 4194304 4196468 140728685547856 140619129768048 140619656329858 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23642] ppid=23631 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23634/task/23642/stat : 23642 (java) S 23631 23634 18952 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250114179 14420721664 12720 33554432000 4194304 4196468 140728685547856 140619128714016 140619656328917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23643] ppid=23631 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23634/task/23643/stat : 23643 (java) S 23631 23634 18952 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250114179 14420721664 12720 33554432000 4194304 4196468 140728685547856 140619127661680 140619656328917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23644] ppid=23631 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23634/task/23644/stat : 23644 (java) S 23631 23634 18952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250114182 14420721664 12720 33554432000 4194304 4196468 140728685547856 140619126610000 140619656337307 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23645] ppid=23631 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/23634/task/23645/stat : 23645 (java) S 23631 23634 18952 0 -1 1077944384 534 0 0 0 2 0 0 0 20 0 15 0 250114182 14420721664 12720 33554432000 4194304 4196468 140728685547856 140619125557872 140619656329858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23646] ppid=23631 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/23634/task/23646/stat : 23646 (java) S 23631 23634 18952 0 -1 1077944384 101 0 0 0 2 0 0 0 20 0 15 0 250114182 14420721664 12720 33554432000 4194304 4196468 140728685547856 140619124505072 140619656329858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23647] ppid=23631 vsize=14082736 memory=140113881446016 CPUtime=0.08 cores=1,3,5,7
/proc/23634/task/23647/stat : 23647 (java) S 23631 23634 18952 0 -1 1077944384 298 0 0 0 8 0 0 0 20 0 15 0 250114182 14420721664 12720 33554432000 4194304 4196468 140728685547856 140619123452784 140619656329858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23648] ppid=23631 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23634/task/23648/stat : 23648 (java) S 23631 23634 18952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250114182 14420721664 12720 33554432000 4194304 4196468 140728685547856 140619122400224 140619656328917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23649] ppid=23631 vsize=14082736 memory=140113881446016 CPUtime=0 cores=1,3,5,7
/proc/23634/task/23649/stat : 23649 (java) S 23631 23634 18952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250114182 14420721664 12720 33554432000 4194304 4196468 140728685547856 140619121346992 140619656329858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50880 KiB

[startup+0.700855 s]
/proc/loadavg: 1.73 1.64 1.52 4/216 23649
/proc/meminfo: memFree=28667532/32770624 swapFree=67030680/67108860
[pid=23634] ppid=23631 vsize=14084804 memory=89496 CPUtime=0.99 cores=1,3,5,7
/proc/23634/stat : 23634 (java) S 23631 23634 18952 0 -1 1077944320 17654 0 0 0 95 4 0 0 20 0 15 0 250114176 14422839296 22374 33554432000 4194304 4196468 140728685547856 140728685530400 140619656318711 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
/proc/23634/statm: 3521201 22374 3504 1 0 3483273 0
[pid=23634/tid=23636] ppid=23631 vsize=14084804 memory=34044 CPUtime=0.67 cores=1,3,5,7
/proc/23634/task/23636/stat : 23636 (java) R 23631 23634 18952 0 -1 4202560 14937 0 0 0 64 3 0 0 20 0 15 0 250114176 14422839296 22374 33554432000 4194304 4196468 140728685547856 140619660543296 140619640399198 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23637] ppid=23631 vsize=14084804 memory=11908 CPUtime=0 cores=1,3,5,7
/proc/23634/task/23637/stat : 23637 (java) S 23631 23634 18952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250114177 14422839296 22374 33554432000 4194304 4196468 140728685547856 140619586407312 140619656328917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23638] ppid=23631 vsize=14084804 memory=492 CPUtime=0 cores=1,3,5,7
/proc/23634/task/23638/stat : 23638 (java) S 23631 23634 18952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250114177 14422839296 22374 33554432000 4194304 4196468 140728685547856 140619585354512 140619656328917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23639] ppid=23631 vsize=14084804 memory=1560 CPUtime=0 cores=1,3,5,7
/proc/23634/task/23639/stat : 23639 (java) S 23631 23634 18952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250114177 14422839296 22374 33554432000 4194304 4196468 140728685547856 140619584302224 140619656328917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23640] ppid=23631 vsize=14084804 memory=932 CPUtime=0 cores=1,3,5,7
/proc/23634/task/23640/stat : 23640 (java) S 23631 23634 18952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250114177 14422839296 22374 33554432000 4194304 4196468 140728685547856 140619583249424 140619656328917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23641] ppid=23631 vsize=14084804 memory=1156 CPUtime=0 cores=1,3,5,7
/proc/23634/task/23641/stat : 23641 (java) S 23631 23634 18952 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250114179 14422839296 22374 33554432000 4194304 4196468 140728685547856 140619129768048 140619656329858 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23642] ppid=23631 vsize=14084804 memory=1572 CPUtime=0 cores=1,3,5,7
/proc/23634/task/23642/stat : 23642 (java) S 23631 23634 18952 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250114179 14422839296 22374 33554432000 4194304 4196468 140728685547856 140619128714016 140619656328917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23643] ppid=23631 vsize=14084804 memory=1996 CPUtime=0 cores=1,3,5,7
/proc/23634/task/23643/stat : 23643 (java) S 23631 23634 18952 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250114179 14422839296 22374 33554432000 4194304 4196468 140728685547856 140619127661680 140619656328917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23644] ppid=23631 vsize=14084804 memory=7086240636212695395 CPUtime=0 cores=1,3,5,7
/proc/23634/task/23644/stat : 23644 (java) S 23631 23634 18952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250114182 14422839296 22374 33554432000 4194304 4196468 140728685547856 140619126610000 140619656337307 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23645] ppid=23631 vsize=14084804 memory=7881696724453321575 CPUtime=0.07 cores=1,3,5,7
/proc/23634/task/23645/stat : 23645 (java) S 23631 23634 18952 0 -1 1077944384 677 0 0 0 7 0 0 0 20 0 15 0 250114182 14422839296 22374 33554432000 4194304 4196468 140728685547856 140619125557872 140619656329858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23646] ppid=23631 vsize=14084804 memory=7453282923461570405 CPUtime=0.07 cores=1,3,5,7
/proc/23634/task/23646/stat : 23646 (java) S 23631 23634 18952 0 -1 1077944384 266 0 0 0 7 0 0 0 20 0 15 0 250114182 14422839296 22374 33554432000 4194304 4196468 140728685547856 140619124505072 140619656329858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23647] ppid=23631 vsize=14084804 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/23634/task/23647/stat : 23647 (java) S 23631 23634 18952 0 -1 1077944384 397 0 0 0 15 0 0 0 20 0 15 0 250114182 14422839296 22374 33554432000 4194304 4196468 140728685547856 140619123452784 140619656329858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23648] ppid=23631 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23634/task/23648/stat : 23648 (java) S 23631 23634 18952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250114182 14422839296 22374 33554432000 4194304 4196468 140728685547856 140619122400224 140619656328917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23649] ppid=23631 vsize=14084804 memory=972 CPUtime=0 cores=1,3,5,7
/proc/23634/task/23649/stat : 23649 (java) S 23631 23634 18952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250114182 14422839296 22374 33554432000 4194304 4196468 140728685547856 140619121346992 140619656329858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 89496 KiB

[startup+1.50075 s]
/proc/loadavg: 1.73 1.64 1.52 5/216 23649
/proc/meminfo: memFree=28603808/32770624 swapFree=67030680/67108860
[pid=23634] ppid=23631 vsize=14086852 memory=247828 CPUtime=3.7 cores=1,3,5,7
/proc/23634/stat : 23634 (java) S 23631 23634 18952 0 -1 1077944320 28575 0 0 0 358 12 0 0 20 0 15 0 250114176 14424936448 61957 33554432000 4194304 4196468 140728685547856 140728685530400 140619656318711 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
/proc/23634/statm: 3521713 61957 3568 1 0 3483785 0
[pid=23634/tid=23636] ppid=23631 vsize=14086852 memory=193428 CPUtime=1.43 cores=1,3,5,7
/proc/23634/task/23636/stat : 23636 (java) R 23631 23634 18952 0 -1 4202560 16803 0 0 0 138 5 0 0 20 0 15 0 250114176 14424936448 61957 33554432000 4194304 4196468 140728685547856 140619660552480 140619264293246 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23637] ppid=23631 vsize=14086852 memory=6791534058613427641 CPUtime=0.02 cores=1,3,5,7
/proc/23634/task/23637/stat : 23637 (java) S 23631 23634 18952 0 -1 1077944384 271 0 0 0 2 0 0 0 20 0 15 0 250114177 14424936448 61957 33554432000 4194304 4196468 140728685547856 140619586407312 140619656328917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23638] ppid=23631 vsize=14086852 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/23634/task/23638/stat : 23638 (java) S 23631 23634 18952 0 -1 1077944384 103 0 0 0 1 1 0 0 20 0 15 0 250114177 14424936448 61957 33554432000 4194304 4196468 140728685547856 140619585354512 140619656328917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23639] ppid=23631 vsize=14086852 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/23634/task/23639/stat : 23639 (java) S 23631 23634 18952 0 -1 1077944384 100 0 0 0 2 0 0 0 20 0 15 0 250114177 14424936448 61957 33554432000 4194304 4196468 140728685547856 140619584302224 140619656328917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23640] ppid=23631 vsize=14086852 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/23634/task/23640/stat : 23640 (java) S 23631 23634 18952 0 -1 1077944384 47 0 0 0 2 1 0 0 20 0 15 0 250114177 14424936448 61957 33554432000 4194304 4196468 140728685547856 140619583249424 140619656328917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23641] ppid=23631 vsize=14086852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23634/task/23641/stat : 23641 (java) S 23631 23634 18952 0 -1 1077944384 214 0 0 0 0 0 0 0 20 0 15 0 250114179 14424936448 61957 33554432000 4194304 4196468 140728685547856 140619129768048 140619656329858 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0

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

/proc/23634/task/23636/stat : 23636 (java) R 23631 23634 18952 0 -1 4202560 127857 0 0 0 9935 52 0 0 20 0 15 0 250114176 14431227904 1178372 33554432000 4194304 4196468 140728685547856 140619660556960 140619271520472 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23637] ppid=23631 vsize=14092996 memory=280227557713216 CPUtime=2.13 cores=1,3,5,7
/proc/23634/task/23637/stat : 23637 (java) S 23631 23634 18952 0 -1 1077944384 53310 0 0 0 176 37 0 0 20 0 15 0 250114177 14431227904 1178372 33554432000 4194304 4196468 140728685547856 140619586407312 140619656328917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23638] ppid=23631 vsize=14092996 memory=4712972 CPUtime=2.16 cores=1,3,5,7
/proc/23634/task/23638/stat : 23638 (java) S 23631 23634 18952 0 -1 1077944384 51584 0 0 0 180 36 0 0 20 0 15 0 250114177 14431227904 1178372 33554432000 4194304 4196468 140728685547856 140619585354512 140619656328917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23639] ppid=23631 vsize=14092996 memory=13773960120851 CPUtime=2.19 cores=1,3,5,7
/proc/23634/task/23639/stat : 23639 (java) S 23631 23634 18952 0 -1 1077944384 53018 0 0 0 181 38 0 0 20 0 15 0 250114177 14431227904 1178372 33554432000 4194304 4196468 140728685547856 140619584302224 140619656328917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23640] ppid=23631 vsize=14092996 memory=4712972 CPUtime=2.17 cores=1,3,5,7
/proc/23634/task/23640/stat : 23640 (java) S 23631 23634 18952 0 -1 1077944384 51085 0 0 0 178 39 0 0 20 0 15 0 250114177 14431227904 1178372 33554432000 4194304 4196468 140728685547856 140619583249424 140619656328917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23641] ppid=23631 vsize=14092996 memory=4712972 CPUtime=0.14 cores=1,3,5,7
/proc/23634/task/23641/stat : 23641 (java) S 23631 23634 18952 0 -1 1077944384 5536 0 0 0 14 0 0 0 20 0 15 0 250114179 14431227904 1178372 33554432000 4194304 4196468 140728685547856 140619129768048 140619656329858 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23642] ppid=23631 vsize=14092996 memory=4713488 CPUtime=0 cores=1,3,5,7
/proc/23634/task/23642/stat : 23642 (java) S 23631 23634 18952 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 250114179 14431227904 1178372 33554432000 4194304 4196468 140728685547856 140619128714080 140619656328917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23643] ppid=23631 vsize=14092996 memory=3544 CPUtime=0 cores=1,3,5,7
/proc/23634/task/23643/stat : 23643 (java) S 23631 23634 18952 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 250114179 14431227904 1178372 33554432000 4194304 4196468 140728685547856 140619127661696 140619656328917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23644] ppid=23631 vsize=14092996 memory=4713488 CPUtime=0 cores=1,3,5,7
/proc/23634/task/23644/stat : 23644 (java) S 23631 23634 18952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250114182 14431227904 1178372 33554432000 4194304 4196468 140728685547856 140619126610000 140619656337307 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23645] ppid=23631 vsize=14092996 memory=768 CPUtime=7.99 cores=1,3,5,7
/proc/23634/task/23645/stat : 23645 (java) S 23631 23634 18952 0 -1 1077944384 13736 0 0 0 796 3 0 0 20 0 15 0 250114182 14431227904 1178372 33554432000 4194304 4196468 140728685547856 140619125557872 140619656329858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23646] ppid=23631 vsize=14092996 memory=6791534058613427641 CPUtime=7.97 cores=1,3,5,7
/proc/23634/task/23646/stat : 23646 (java) S 23631 23634 18952 0 -1 1077944384 12599 0 0 0 794 3 0 0 20 0 15 0 250114182 14431227904 1178372 33554432000 4194304 4196468 140728685547856 140619124505072 140619656329858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23647] ppid=23631 vsize=14092996 memory=768 CPUtime=1.82 cores=1,3,5,7
/proc/23634/task/23647/stat : 23647 (java) S 23631 23634 18952 0 -1 1077944384 12309 0 0 0 178 4 0 0 20 0 15 0 250114182 14431227904 1178372 33554432000 4194304 4196468 140728685547856 140619123452784 140619656329858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23648] ppid=23631 vsize=14092996 memory=5296 CPUtime=0 cores=1,3,5,7
/proc/23634/task/23648/stat : 23648 (java) S 23631 23634 18952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250114182 14431227904 1178372 33554432000 4194304 4196468 140728685547856 140619122400224 140619656328917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23649] ppid=23631 vsize=14092996 memory=4713488 CPUtime=0.04 cores=1,3,5,7
/proc/23634/task/23649/stat : 23649 (java) S 23631 23634 18952 0 -1 1077944384 179 0 0 0 2 2 0 0 20 0 15 0 250114182 14431227904 1178372 33554432000 4194304 4196468 140728685547856 140619121346992 140619656329858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
Current children cumulated CPU time: 126.57 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 4713488 KiB

[startup+162.301 s]
/proc/loadavg: 2.07 1.81 1.60 3/216 23651
/proc/meminfo: memFree=24122928/32770624 swapFree=67030680/67108860
[pid=23634] ppid=23631 vsize=14092996 memory=4748756 CPUtime=186.98 cores=1,3,5,7
/proc/23634/stat : 23634 (java) S 23631 23634 18952 0 -1 1077944320 391347 0 0 0 18474 224 0 0 20 0 15 0 250114176 14431227904 1187189 33554432000 4194304 4196468 140728685547856 140728685530400 140619656318711 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
/proc/23634/statm: 3523249 1187189 3628 1 0 3485321 0
[pid=23634/tid=23636] ppid=23631 vsize=14092996 memory=4748756 CPUtime=159.74 cores=1,3,5,7
/proc/23634/task/23636/stat : 23636 (java) R 23631 23634 18952 0 -1 4202560 135566 0 0 0 15921 53 0 0 20 0 15 0 250114176 14431227904 1187189 33554432000 4194304 4196468 140728685547856 140619660553952 140619265186109 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23637] ppid=23631 vsize=14092996 memory=4748756 CPUtime=2.26 cores=1,3,5,7
/proc/23634/task/23637/stat : 23637 (java) S 23631 23634 18952 0 -1 1077944384 53422 0 0 0 188 38 0 0 20 0 15 0 250114177 14431227904 1187189 33554432000 4194304 4196468 140728685547856 140619586407312 140619656328917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23638] ppid=23631 vsize=14092996 memory=4748756 CPUtime=2.29 cores=1,3,5,7
/proc/23634/task/23638/stat : 23638 (java) S 23631 23634 18952 0 -1 1077944384 51677 0 0 0 192 37 0 0 20 0 15 0 250114177 14431227904 1187189 33554432000 4194304 4196468 140728685547856 140619585354512 140619656328917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23639] ppid=23631 vsize=14092996 memory=4748756 CPUtime=2.32 cores=1,3,5,7
/proc/23634/task/23639/stat : 23639 (java) S 23631 23634 18952 0 -1 1077944384 53108 0 0 0 193 39 0 0 20 0 15 0 250114177 14431227904 1187189 33554432000 4194304 4196468 140728685547856 140619584302224 140619656328917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23640] ppid=23631 vsize=14092996 memory=0 CPUtime=2.3 cores=1,3,5,7
/proc/23634/task/23640/stat : 23640 (java) S 23631 23634 18952 0 -1 1077944384 51208 0 0 0 190 40 0 0 20 0 15 0 250114177 14431227904 1187189 33554432000 4194304 4196468 140728685547856 140619583249424 140619656328917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23641] ppid=23631 vsize=14092996 memory=280227558335648 CPUtime=0.14 cores=1,3,5,7
/proc/23634/task/23641/stat : 23641 (java) S 23631 23634 18952 0 -1 1077944384 5582 0 0 0 14 0 0 0 20 0 15 0 250114179 14431227904 1187189 33554432000 4194304 4196468 140728685547856 140619129768048 140619656329858 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23642] ppid=23631 vsize=14092996 memory=3544 CPUtime=0 cores=1,3,5,7
/proc/23634/task/23642/stat : 23642 (java) S 23631 23634 18952 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 250114179 14431227904 1187189 33554432000 4194304 4196468 140728685547856 140619128714080 140619656328917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23643] ppid=23631 vsize=14092996 memory=66356 CPUtime=0 cores=1,3,5,7
/proc/23634/task/23643/stat : 23643 (java) S 23631 23634 18952 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 250114179 14431227904 1187189 33554432000 4194304 4196468 140728685547856 140619127661696 140619656328917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23644] ppid=23631 vsize=14092996 memory=3544 CPUtime=0 cores=1,3,5,7
/proc/23634/task/23644/stat : 23644 (java) S 23631 23634 18952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250114182 14431227904 1187189 33554432000 4194304 4196468 140728685547856 140619126610000 140619656337307 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23645] ppid=23631 vsize=14092996 memory=66356 CPUtime=7.99 cores=1,3,5,7
/proc/23634/task/23645/stat : 23645 (java) S 23631 23634 18952 0 -1 1077944384 13740 0 0 0 796 3 0 0 20 0 15 0 250114182 14431227904 1187189 33554432000 4194304 4196468 140728685547856 140619125557872 140619656329858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23646] ppid=23631 vsize=14092996 memory=4748756 CPUtime=7.97 cores=1,3,5,7
/proc/23634/task/23646/stat : 23646 (java) S 23631 23634 18952 0 -1 1077944384 12602 0 0 0 794 3 0 0 20 0 15 0 250114182 14431227904 1187189 33554432000 4194304 4196468 140728685547856 140619124505072 140619656329858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23647] ppid=23631 vsize=14092996 memory=4748756 CPUtime=1.82 cores=1,3,5,7
/proc/23634/task/23647/stat : 23647 (java) S 23631 23634 18952 0 -1 1077944384 12795 0 0 0 178 4 0 0 20 0 15 0 250114182 14431227904 1187189 33554432000 4194304 4196468 140728685547856 140619123452784 140619656329858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23648] ppid=23631 vsize=14092996 memory=4748756 CPUtime=0 cores=1,3,5,7
/proc/23634/task/23648/stat : 23648 (java) S 23631 23634 18952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250114182 14431227904 1187189 33554432000 4194304 4196468 140728685547856 140619122400224 140619656328917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23649] ppid=23631 vsize=14092996 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/23634/task/23649/stat : 23649 (java) S 23631 23634 18952 0 -1 1077944384 219 0 0 0 2 3 0 0 20 0 15 0 250114182 14431227904 1187189 33554432000 4194304 4196468 140728685547856 140619121346992 140619656329858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
Current children cumulated CPU time: 186.98 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 4748756 KiB

[startup+222.301 s]
/proc/loadavg: 1.68 1.75 1.59 3/215 23652
/proc/meminfo: memFree=24122068/32770624 swapFree=67030680/67108860
[pid=23634] ppid=23631 vsize=14092996 memory=4749360 CPUtime=247.36 cores=1,3,5,7
/proc/23634/stat : 23634 (java) S 23631 23634 18952 0 -1 1077944320 540608 0 0 0 24503 233 0 0 20 0 15 0 250114176 14431227904 1187340 33554432000 4194304 4196468 140728685547856 140728685530400 140619656318711 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
/proc/23634/statm: 3523249 1187340 3628 1 0 3485321 0
[pid=23634/tid=23636] ppid=23631 vsize=14092996 memory=3544 CPUtime=219.62 cores=1,3,5,7
/proc/23634/task/23636/stat : 23636 (java) R 23631 23634 18952 0 -1 4202560 276858 0 0 0 21902 60 0 0 20 0 15 0 250114176 14431227904 1187340 33554432000 4194304 4196468 140728685547856 140619660556960 140619265186038 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23637] ppid=23631 vsize=14092996 memory=4749360 CPUtime=2.39 cores=1,3,5,7
/proc/23634/task/23637/stat : 23637 (java) S 23631 23634 18952 0 -1 1077944384 55695 0 0 0 200 39 0 0 20 0 15 0 250114177 14431227904 1187340 33554432000 4194304 4196468 140728685547856 140619586407312 140619656328917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23638] ppid=23631 vsize=14092996 memory=4749360 CPUtime=2.41 cores=1,3,5,7
/proc/23634/task/23638/stat : 23638 (java) S 23631 23634 18952 0 -1 1077944384 53024 0 0 0 204 37 0 0 20 0 15 0 250114177 14431227904 1187340 33554432000 4194304 4196468 140728685547856 140619585354512 140619656328917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23639] ppid=23631 vsize=14092996 memory=4749360 CPUtime=2.45 cores=1,3,5,7
/proc/23634/task/23639/stat : 23639 (java) S 23631 23634 18952 0 -1 1077944384 55588 0 0 0 205 40 0 0 20 0 15 0 250114177 14431227904 1187340 33554432000 4194304 4196468 140728685547856 140619584302224 140619656328917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23640] ppid=23631 vsize=14092996 memory=4749360 CPUtime=2.42 cores=1,3,5,7
/proc/23634/task/23640/stat : 23640 (java) S 23631 23634 18952 0 -1 1077944384 52849 0 0 0 202 40 0 0 20 0 15 0 250114177 14431227904 1187340 33554432000 4194304 4196468 140728685547856 140619583249424 140619656328917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23641] ppid=23631 vsize=14092996 memory=4749360 CPUtime=0.14 cores=1,3,5,7
/proc/23634/task/23641/stat : 23641 (java) S 23631 23634 18952 0 -1 1077944384 5766 0 0 0 14 0 0 0 20 0 15 0 250114179 14431227904 1187340 33554432000 4194304 4196468 140728685547856 140619129768048 140619656329858 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23642] ppid=23631 vsize=14092996 memory=3544 CPUtime=0 cores=1,3,5,7
/proc/23634/task/23642/stat : 23642 (java) S 23631 23634 18952 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 250114179 14431227904 1187340 33554432000 4194304 4196468 140728685547856 140619128714080 140619656328917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23643] ppid=23631 vsize=14092996 memory=4749360 CPUtime=0 cores=1,3,5,7
/proc/23634/task/23643/stat : 23643 (java) S 23631 23634 18952 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 250114179 14431227904 1187340 33554432000 4194304 4196468 140728685547856 140619127661696 140619656328917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23644] ppid=23631 vsize=14092996 memory=4749360 CPUtime=0 cores=1,3,5,7
/proc/23634/task/23644/stat : 23644 (java) S 23631 23634 18952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250114182 14431227904 1187340 33554432000 4194304 4196468 140728685547856 140619126610000 140619656337307 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23645] ppid=23631 vsize=14092996 memory=4749360 CPUtime=7.99 cores=1,3,5,7
/proc/23634/task/23645/stat : 23645 (java) S 23631 23634 18952 0 -1 1077944384 13743 0 0 0 796 3 0 0 20 0 15 0 250114182 14431227904 1187340 33554432000 4194304 4196468 140728685547856 140619125557872 140619656329858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23646] ppid=23631 vsize=14092996 memory=4749360 CPUtime=7.97 cores=1,3,5,7
/proc/23634/task/23646/stat : 23646 (java) S 23631 23634 18952 0 -1 1077944384 12616 0 0 0 794 3 0 0 20 0 15 0 250114182 14431227904 1187340 33554432000 4194304 4196468 140728685547856 140619124505072 140619656329858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23647] ppid=23631 vsize=14092996 memory=4749360 CPUtime=1.82 cores=1,3,5,7
/proc/23634/task/23647/stat : 23647 (java) S 23631 23634 18952 0 -1 1077944384 12799 0 0 0 178 4 0 0 20 0 15 0 250114182 14431227904 1187340 33554432000 4194304 4196468 140728685547856 140619123452784 140619656329858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23648] ppid=23631 vsize=14092996 memory=4749360 CPUtime=0 cores=1,3,5,7
/proc/23634/task/23648/stat : 23648 (java) S 23631 23634 18952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250114182 14431227904 1187340 33554432000 4194304 4196468 140728685547856 140619122400224 140619656328917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23649] ppid=23631 vsize=14092996 memory=1408 CPUtime=0.07 cores=1,3,5,7
/proc/23634/task/23649/stat : 23649 (java) S 23631 23634 18952 0 -1 1077944384 242 0 0 0 3 4 0 0 20 0 15 0 250114182 14431227904 1187340 33554432000 4194304 4196468 140728685547856 140619121346992 140619656329858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
Current children cumulated CPU time: 247.36 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 4749360 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+227.001 s]*
/proc/loadavg: 1.71 1.75 1.59 4/215 23652
/proc/meminfo: memFree=24120020/32770624 swapFree=67030680/67108860
[pid=23634] ppid=23631 vsize=14092996 memory=4749360 CPUtime=252.07 cores=1,3,5,7
/proc/23634/stat : 23634 (java) S 23631 23634 18952 0 -1 1077944320 540845 0 0 0 24974 233 0 0 20 0 15 0 250114176 14431227904 1187340 33554432000 4194304 4196468 140728685547856 140728685530400 140619656318711 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
/proc/23634/statm: 3523249 1187340 3628 1 0 3485321 0
[pid=23634/tid=23636] ppid=23631 vsize=14092996 memory=6791534058613427641 CPUtime=224.32 cores=1,3,5,7
/proc/23634/task/23636/stat : 23636 (java) R 23631 23634 18952 0 -1 4202560 277095 0 0 0 22372 60 0 0 20 0 15 0 250114176 14431227904 1187340 33554432000 4194304 4196468 140728685547856 140619660556960 140619265186109 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23637] ppid=23631 vsize=14092996 memory=4872558044660077418 CPUtime=2.39 cores=1,3,5,7
/proc/23634/task/23637/stat : 23637 (java) S 23631 23634 18952 0 -1 1077944384 55695 0 0 0 200 39 0 0 20 0 15 0 250114177 14431227904 1187340 33554432000 4194304 4196468 140728685547856 140619586407312 140619656328917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23638] ppid=23631 vsize=14092996 memory=1876 CPUtime=2.41 cores=1,3,5,7
/proc/23634/task/23638/stat : 23638 (java) S 23631 23634 18952 0 -1 1077944384 53024 0 0 0 204 37 0 0 20 0 15 0 250114177 14431227904 1187340 33554432000 4194304 4196468 140728685547856 140619585354512 140619656328917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23639] ppid=23631 vsize=14092996 memory=1392 CPUtime=2.45 cores=1,3,5,7
/proc/23634/task/23639/stat : 23639 (java) S 23631 23634 18952 0 -1 1077944384 55588 0 0 0 205 40 0 0 20 0 15 0 250114177 14431227904 1187340 33554432000 4194304 4196468 140728685547856 140619584302224 140619656328917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23640] ppid=23631 vsize=14092996 memory=0 CPUtime=2.42 cores=1,3,5,7
/proc/23634/task/23640/stat : 23640 (java) S 23631 23634 18952 0 -1 1077944384 52849 0 0 0 202 40 0 0 20 0 15 0 250114177 14431227904 1187340 33554432000 4194304 4196468 140728685547856 140619583249424 140619656328917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23641] ppid=23631 vsize=14092996 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/23634/task/23641/stat : 23641 (java) S 23631 23634 18952 0 -1 1077944384 5766 0 0 0 14 0 0 0 20 0 15 0 250114179 14431227904 1187340 33554432000 4194304 4196468 140728685547856 140619129768048 140619656329858 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23642] ppid=23631 vsize=14092996 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23634/task/23642/stat : 23642 (java) S 23631 23634 18952 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 250114179 14431227904 1187340 33554432000 4194304 4196468 140728685547856 140619128714080 140619656328917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23643] ppid=23631 vsize=14092996 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23634/task/23643/stat : 23643 (java) S 23631 23634 18952 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 250114179 14431227904 1187340 33554432000 4194304 4196468 140728685547856 140619127661696 140619656328917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23644] ppid=23631 vsize=14092996 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23634/task/23644/stat : 23644 (java) S 23631 23634 18952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250114182 14431227904 1187340 33554432000 4194304 4196468 140728685547856 140619126610000 140619656337307 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23645] ppid=23631 vsize=14092996 memory=0 CPUtime=7.99 cores=1,3,5,7
/proc/23634/task/23645/stat : 23645 (java) S 23631 23634 18952 0 -1 1077944384 13743 0 0 0 796 3 0 0 20 0 15 0 250114182 14431227904 1187340 33554432000 4194304 4196468 140728685547856 140619125557872 140619656329858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23646] ppid=23631 vsize=14092996 memory=0 CPUtime=7.97 cores=1,3,5,7
/proc/23634/task/23646/stat : 23646 (java) S 23631 23634 18952 0 -1 1077944384 12616 0 0 0 794 3 0 0 20 0 15 0 250114182 14431227904 1187340 33554432000 4194304 4196468 140728685547856 140619124505072 140619656329858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23647] ppid=23631 vsize=14092996 memory=0 CPUtime=1.82 cores=1,3,5,7
/proc/23634/task/23647/stat : 23647 (java) S 23631 23634 18952 0 -1 1077944384 12799 0 0 0 178 4 0 0 20 0 15 0 250114182 14431227904 1187340 33554432000 4194304 4196468 140728685547856 140619123452784 140619656329858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23648] ppid=23631 vsize=14092996 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23634/task/23648/stat : 23648 (java) S 23631 23634 18952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250114182 14431227904 1187340 33554432000 4194304 4196468 140728685547856 140619122400224 140619656328917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
[pid=23634/tid=23649] ppid=23631 vsize=14092996 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23634/task/23649/stat : 23649 (java) S 23631 23634 18952 0 -1 1077944384 242 0 0 0 3 4 0 0 20 0 15 0 250114182 14431227904 1187340 33554432000 4194304 4196468 140728685547856 140619121346992 140619656329858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32972800 140728685552718 140728685552910 140728685552910 140728685555663 0
Current children cumulated CPU time: 252.07 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 4749360 KiB

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

[startup+227.084 s]
# the end of solver process 23634 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=249.752 s, system=2.40806 s

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

Child status: 143
Real time (s): 227.084
CPU time (s): 252.16
CPU user time (s): 249.752
CPU system time (s): 2.40806
CPU usage (%): 111.043
Max. virtual memory (cumulated for all children) (KiB): 14092996
Max. memory (cumulated for all children) (KiB): 4749360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 249.752
system time used= 2.40806
maximum resident set size= 4749960
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 541554
page faults= 0
swaps= 0
block input operations= 0
block output operations= 320
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13120
involuntary context switches= 294


# summary of solver processes directly reported to runsolver:
#   pid: 23634
#   total CPU time (s): 252.16
#   total CPU user time (s): 249.752
#   total CPU system time (s): 2.40806

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.40063 second user time and 2.01416 second system time

The end

Launcher Data

Begin job on node102 at 2018-08-15 11:31:50
IDJOB=4310065
IDBENCH=141043
IDSOLVER=2795
FILE ID=node102/4310065-1534325510
RUNJOBID= node102-1534323777-22421
PBS_JOBID= 21038132
Free space on /tmp= 39484 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-14
BENCH NAME= XCSP18/NurseRostering/NurseRostering-20_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4310065-1534325510/watcher-4310065-1534325510 -o /tmp/evaluation-result-4310065-1534325510/solver-4310065-1534325510 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534323777-22421 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1980982989 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4310065-1534325510.xml

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

MD5SUM BENCH= d4df4d24fcb6b75374a4511056cd4f34
RANDOM SEED=1980982989

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:        28729356 kB
MemAvailable:   31461916 kB
Buffers:          157228 kB
Cached:          2840736 kB
SwapCached:        51224 kB
Active:          1918004 kB
Inactive:        1572492 kB
Active(anon):     415928 kB
Inactive(anon):   136372 kB
Active(file):    1502076 kB
Inactive(file):  1436120 kB
Unevictable:        7348 kB
Mlocked:            7348 kB
SwapTotal:      67108860 kB
SwapFree:       67030680 kB
Dirty:             37456 kB
Writeback:             0 kB
AnonPages:        451044 kB
Mapped:            66924 kB
Shmem:             57196 kB
Slab:             249608 kB
SReclaimable:     220396 kB
SUnreclaim:        29212 kB
KernelStack:        3616 kB
PageTables:         6208 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1727312 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    333824 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= 39448 MiB
End job on node102 at 2018-08-15 11:35:37