Trace number 4307953

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) 2520.11 2495.42

General information on the benchmark

NameNurseRostering/
NurseRostering-16_c18.xml
MD5SUM0b8e9565fd0b9c632a2b7d0ba913c3ff
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 variables2088
Number of constraints5489
Number of domains13
Minimum domain size1
Maximum domain size57
Distribution of domain sizes[{"size":1,"count":71},{"size":2,"count":440},{"size":4,"count":1120},{"size":21,"count":392},{"size":57,"count":65}]
Minimum variable degree2
Maximum variable degree23
Distribution of variable degrees[{"degree":2,"count":808},{"degree":3,"count":160},{"degree":13,"count":15},{"degree":14,"count":21},{"degree":15,"count":4},{"degree":16,"count":12},{"degree":17,"count":24},{"degree":18,"count":25},{"degree":19,"count":41},{"degree":20,"count":43},{"degree":21,"count":430},{"degree":22,"count":403},{"degree":23,"count":102}]
Minimum constraint arity2
Maximum constraint arity120
Distribution of constraint arities[{"arity":2,"count":1964},{"arity":3,"count":2160},{"arity":4,"count":20},{"arity":6,"count":1020},{"arity":8,"count":20},{"arity":21,"count":224},{"arity":57,"count":80},{"arity":120,"count":1}]
Number of extensional constraints1324
Number of intensional constraints640
Distribution of constraint types[{"type":"extension","count":1324},{"type":"intension","count":640},{"type":"regular","count":2160},{"type":"sum","count":40},{"type":"count","count":1324},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.68/0.56	c version: 2018-08-14
0.68/0.56	c seed: 899345760
0.68/0.56	c timeout: 2520
0.68/0.56	c memlimit: 11000
0.68/0.56	c nbcore: 4
0.68/0.58	c Parsing instance...
7.22/3.18	c Parsing done, starting search...
2520.08/2495.40	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 (13553 MiB free)
  memory of node 1: 16384 MiB (10683 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4307953-1534270601/watcher-4307953-1534270601 -o /tmp/evaluation-result-4307953-1534270601/solver-4307953-1534270601 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1534270601-12743 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 899345760 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307953-1534270601.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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=12776, runsolver pid=12768
Current StackSize limit: 8192 KiB


[startup+0.100069 s]*
/proc/loadavg: 1.13 1.28 1.32 6/222 12805
/proc/meminfo: memFree=24783012/32770624 swapFree=67108840/67108860
[pid=12776] ppid=12768 vsize=14082736 memory=31516 CPUtime=0.12 cores=0,2,4,6
/proc/12776/stat : 12776 (java) S 12768 12776 11204 0 -1 1077944320 6837 0 0 0 11 1 0 0 20 0 15 0 244623383 14420721664 7879 33554432000 4194304 4196468 140733054379520 140733054362064 139669801967351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
/proc/12776/statm: 3520684 7879 3139 1 0 3482761 0
[pid=12776/tid=12779] ppid=12768 vsize=14082736 memory=6735269665583770266 CPUtime=0.09 cores=0,2,4,6
/proc/12776/task/12779/stat : 12779 (java) R 12768 12776 11204 0 -1 4202560 4883 0 0 0 9 0 0 0 20 0 15 0 244623383 14420721664 7879 33554432000 4194304 4196468 140733054379520 139669806170376 139669801989277 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12784] ppid=12768 vsize=14082736 memory=5793854920330496441 CPUtime=0 cores=0,2,4,6
/proc/12776/task/12784/stat : 12784 (java) S 12768 12776 11204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244623384 14420721664 7879 33554432000 4194304 4196468 140733054379520 139669732056208 139669801977557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12785] ppid=12768 vsize=14082736 memory=139669320603264 CPUtime=0 cores=0,2,4,6
/proc/12776/task/12785/stat : 12785 (java) S 12768 12776 11204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244623384 14420721664 7879 33554432000 4194304 4196468 140733054379520 139669731003408 139669801977557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12786] ppid=12768 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12776/task/12786/stat : 12786 (java) S 12768 12776 11204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244623384 14420721664 7879 33554432000 4194304 4196468 140733054379520 139669729950608 139669801977557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12787] ppid=12768 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12776/task/12787/stat : 12787 (java) S 12768 12776 11204 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244623384 14420721664 7879 33554432000 4194304 4196468 140733054379520 139669728897808 139669801977557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12789] ppid=12768 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12776/task/12789/stat : 12789 (java) S 12768 12776 11204 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244623385 14420721664 7879 33554432000 4194304 4196468 140733054379520 139668983544176 139669801978498 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12791] ppid=12768 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12776/task/12791/stat : 12791 (java) S 12768 12776 11204 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 244623386 14420721664 7879 33554432000 4194304 4196468 140733054379520 139668982490144 139669801977557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12793] ppid=12768 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12776/task/12793/stat : 12793 (java) S 12768 12776 11204 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 244623386 14420721664 7879 33554432000 4194304 4196468 140733054379520 139668578362224 139669801977557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12798] ppid=12768 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12776/task/12798/stat : 12798 (java) S 12768 12776 11204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244623388 14420721664 7879 33554432000 4194304 4196468 140733054379520 139668577310544 139669801985947 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12799] ppid=12768 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12776/task/12799/stat : 12799 (java) S 12768 12776 11204 0 -1 1077944384 318 0 0 0 0 0 0 0 20 0 15 0 244623388 14420721664 7879 33554432000 4194304 4196468 140733054379520 139668576258928 139669801978498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12800] ppid=12768 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12776/task/12800/stat : 12800 (java) S 12768 12776 11204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244623389 14420721664 7879 33554432000 4194304 4196468 140733054379520 139668575206128 139669801978498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12801] ppid=12768 vsize=14082736 memory=139669320603264 CPUtime=0.01 cores=0,2,4,6
/proc/12776/task/12801/stat : 12801 (java) S 12768 12776 11204 0 -1 1077944384 256 0 0 0 1 0 0 0 20 0 15 0 244623389 14420721664 7879 33554432000 4194304 4196468 140733054379520 139668574153328 139669801978498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12803] ppid=12768 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12776/task/12803/stat : 12803 (java) S 12768 12776 11204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244623389 14420721664 7879 33554432000 4194304 4196468 140733054379520 139668573100768 139669801977557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12805] ppid=12768 vsize=14082736 memory=139669320603264 CPUtime=0 cores=0,2,4,6
/proc/12776/task/12805/stat : 12805 (java) S 12768 12776 11204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244623389 14420721664 7879 33554432000 4194304 4196468 140733054379520 139668572048048 139669801978498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31516 KiB

[startup+0.210882 s]*
/proc/loadavg: 1.13 1.28 1.32 9/222 12805
/proc/meminfo: memFree=24751988/32770624 swapFree=67108840/67108860
[pid=12776] ppid=12768 vsize=14082736 memory=47312 CPUtime=0.3 cores=0,2,4,6
/proc/12776/stat : 12776 (java) S 12768 12776 11204 0 -1 1077944320 10433 0 0 0 28 2 0 0 20 0 15 0 244623383 14420721664 11828 33554432000 4194304 4196468 140733054379520 140733054362064 139669801967351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
/proc/12776/statm: 3520684 11828 3320 1 0 3482761 0
[pid=12776/tid=12779] ppid=12768 vsize=14082736 memory=4871374705135476842 CPUtime=0.19 cores=0,2,4,6
/proc/12776/task/12779/stat : 12779 (java) R 12768 12776 11204 0 -1 4202560 8221 0 0 0 18 1 0 0 20 0 15 0 244623383 14420721664 11828 33554432000 4194304 4196468 140733054379520 139669806185344 139669794204478 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12784] ppid=12768 vsize=14082736 memory=4211973395525393802 CPUtime=0 cores=0,2,4,6
/proc/12776/task/12784/stat : 12784 (java) S 12768 12776 11204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244623384 14420721664 11828 33554432000 4194304 4196468 140733054379520 139669732056208 139669801977557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12785] ppid=12768 vsize=14082736 memory=139669320603264 CPUtime=0 cores=0,2,4,6
/proc/12776/task/12785/stat : 12785 (java) S 12768 12776 11204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244623384 14420721664 11828 33554432000 4194304 4196468 140733054379520 139669731003408 139669801977557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12786] ppid=12768 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12776/task/12786/stat : 12786 (java) S 12768 12776 11204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244623384 14420721664 11828 33554432000 4194304 4196468 140733054379520 139669729950608 139669801977557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12787] ppid=12768 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12776/task/12787/stat : 12787 (java) S 12768 12776 11204 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244623384 14420721664 11828 33554432000 4194304 4196468 140733054379520 139669728897808 139669801977557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12789] ppid=12768 vsize=14082736 memory=139669320603264 CPUtime=0 cores=0,2,4,6
/proc/12776/task/12789/stat : 12789 (java) S 12768 12776 11204 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 244623385 14420721664 11828 33554432000 4194304 4196468 140733054379520 139668983544176 139669801978498 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12791] ppid=12768 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12776/task/12791/stat : 12791 (java) S 12768 12776 11204 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 244623386 14420721664 11828 33554432000 4194304 4196468 140733054379520 139668982490144 139669801977557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12793] ppid=12768 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12776/task/12793/stat : 12793 (java) S 12768 12776 11204 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 244623386 14420721664 11828 33554432000 4194304 4196468 140733054379520 139668578362224 139669801977557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12798] ppid=12768 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12776/task/12798/stat : 12798 (java) S 12768 12776 11204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244623388 14420721664 11828 33554432000 4194304 4196468 140733054379520 139668577310544 139669801985947 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12799] ppid=12768 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12776/task/12799/stat : 12799 (java) R 12768 12776 11204 0 -1 1077944384 443 0 0 0 0 0 0 0 20 0 15 0 244623388 14420721664 11828 33554432000 4194304 4196468 140733054379520 139668576258928 139669801978498 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12800] ppid=12768 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/12776/task/12800/stat : 12800 (java) R 12768 12776 11204 0 -1 4202560 104 0 0 0 2 0 0 0 20 0 15 0 244623389 14420721664 11828 33554432000 4194304 4196468 140733054379520 139668575195920 139669782668992 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12801] ppid=12768 vsize=14082736 memory=139669320603264 CPUtime=0.06 cores=0,2,4,6
/proc/12776/task/12801/stat : 12801 (java) R 12768 12776 11204 0 -1 4202560 283 0 0 0 6 0 0 0 20 0 15 0 244623389 14420721664 11828 33554432000 4194304 4196468 140733054379520 139668574153328 139669794204478 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12803] ppid=12768 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12776/task/12803/stat : 12803 (java) S 12768 12776 11204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244623389 14420721664 11828 33554432000 4194304 4196468 140733054379520 139668573100768 139669801977557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12805] ppid=12768 vsize=14082736 memory=139669320603264 CPUtime=0 cores=0,2,4,6
/proc/12776/task/12805/stat : 12805 (java) S 12768 12776 11204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244623389 14420721664 11828 33554432000 4194304 4196468 140733054379520 139668572048048 139669801978498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47312 KiB

[startup+0.31086 s]*
/proc/loadavg: 1.13 1.28 1.32 5/222 12805
/proc/meminfo: memFree=24745164/32770624 swapFree=67108840/67108860
[pid=12776] ppid=12768 vsize=14082736 memory=50960 CPUtime=0.44 cores=0,2,4,6
/proc/12776/stat : 12776 (java) S 12768 12776 11204 0 -1 1077944320 10873 0 0 0 42 2 0 0 20 0 15 0 244623383 14420721664 12740 33554432000 4194304 4196468 140733054379520 140733054362064 139669801967351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
/proc/12776/statm: 3520684 12740 3408 1 0 3482761 0
[pid=12776/tid=12779] ppid=12768 vsize=14082736 memory=4871374705135476842 CPUtime=0.29 cores=0,2,4,6
/proc/12776/task/12779/stat : 12779 (java) R 12768 12776 11204 0 -1 4202560 8552 0 0 0 28 1 0 0 20 0 15 0 244623383 14420721664 12740 33554432000 4194304 4196468 140733054379520 139669806178864 139669783530928 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12784] ppid=12768 vsize=14082736 memory=4211973395525393802 CPUtime=0 cores=0,2,4,6
/proc/12776/task/12784/stat : 12784 (java) S 12768 12776 11204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244623384 14420721664 12740 33554432000 4194304 4196468 140733054379520 139669732056208 139669801977557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12785] ppid=12768 vsize=14082736 memory=139669320605643 CPUtime=0 cores=0,2,4,6
/proc/12776/task/12785/stat : 12785 (java) S 12768 12776 11204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244623384 14420721664 12740 33554432000 4194304 4196468 140733054379520 139669731003408 139669801977557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12786] ppid=12768 vsize=14082736 memory=139669182469588 CPUtime=0 cores=0,2,4,6
/proc/12776/task/12786/stat : 12786 (java) S 12768 12776 11204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244623384 14420721664 12740 33554432000 4194304 4196468 140733054379520 139669729950608 139669801977557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12787] ppid=12768 vsize=14082736 memory=139669182467535 CPUtime=0 cores=0,2,4,6
/proc/12776/task/12787/stat : 12787 (java) S 12768 12776 11204 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244623384 14420721664 12740 33554432000 4194304 4196468 140733054379520 139669728897808 139669801977557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12789] ppid=12768 vsize=14082736 memory=139669320614495 CPUtime=0 cores=0,2,4,6
/proc/12776/task/12789/stat : 12789 (java) S 12768 12776 11204 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 244623385 14420721664 12740 33554432000 4194304 4196468 140733054379520 139668983544176 139669801978498 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12791] ppid=12768 vsize=14082736 memory=139669182476751 CPUtime=0 cores=0,2,4,6
/proc/12776/task/12791/stat : 12791 (java) S 12768 12776 11204 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 244623386 14420721664 12792 33554432000 4194304 4196468 140733054379520 139668982490144 139669801977557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12793] ppid=12768 vsize=14082736 memory=279338364944272 CPUtime=0 cores=0,2,4,6
/proc/12776/task/12793/stat : 12793 (java) S 12768 12776 11204 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 244623386 14420721664 12792 33554432000 4194304 4196468 140733054379520 139668578362224 139669801977557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12798] ppid=12768 vsize=14082736 memory=279338364941968 CPUtime=0 cores=0,2,4,6
/proc/12776/task/12798/stat : 12798 (java) S 12768 12776 11204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244623388 14420721664 12792 33554432000 4194304 4196468 140733054379520 139668577310544 139669801985947 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12799] ppid=12768 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/12776/task/12799/stat : 12799 (java) S 12768 12776 11204 0 -1 1077944384 486 0 0 0 2 0 0 0 20 0 15 0 244623388 14420721664 12792 33554432000 4194304 4196468 140733054379520 139668576258928 139669801978498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12800] ppid=12768 vsize=14082736 memory=2208 CPUtime=0.02 cores=0,2,4,6
/proc/12776/task/12800/stat : 12800 (java) S 12768 12776 11204 0 -1 1077944384 160 0 0 0 2 0 0 0 20 0 15 0 244623389 14420721664 12792 33554432000 4194304 4196468 140733054379520 139668575206128 139669801978498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12801] ppid=12768 vsize=14082736 memory=139669320603264 CPUtime=0.08 cores=0,2,4,6
/proc/12776/task/12801/stat : 12801 (java) S 12768 12776 11204 0 -1 1077944384 293 0 0 0 8 0 0 0 20 0 15 0 244623389 14420721664 12792 33554432000 4194304 4196468 140733054379520 139668574153328 139669801978498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12803] ppid=12768 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12776/task/12803/stat : 12803 (java) S 12768 12776 11204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244623389 14420721664 12792 33554432000 4194304 4196468 140733054379520 139668573100768 139669801977557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12805] ppid=12768 vsize=14082736 memory=139669320603264 CPUtime=0 cores=0,2,4,6
/proc/12776/task/12805/stat : 12805 (java) S 12768 12776 11204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244623389 14420721664 12792 33554432000 4194304 4196468 140733054379520 139668572048048 139669801978498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50960 KiB

[startup+0.700765 s]
/proc/loadavg: 1.20 1.29 1.32 6/222 12805
/proc/meminfo: memFree=24697044/32770624 swapFree=67108840/67108860
[pid=12776] ppid=12768 vsize=14084804 memory=88796 CPUtime=0.99 cores=0,2,4,6
/proc/12776/stat : 12776 (java) S 12768 12776 11204 0 -1 1077944320 17625 0 0 0 95 4 0 0 20 0 15 0 244623383 14422839296 22199 33554432000 4194304 4196468 140733054379520 140733054362064 139669801967351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
/proc/12776/statm: 3521201 22199 3499 1 0 3483273 0
[pid=12776/tid=12779] ppid=12768 vsize=14084804 memory=5728 CPUtime=0.67 cores=0,2,4,6
/proc/12776/task/12779/stat : 12779 (java) R 12768 12776 11204 0 -1 4202560 14930 0 0 0 64 3 0 0 20 0 15 0 244623383 14422839296 22199 33554432000 4194304 4196468 140733054379520 139669806183296 139669801989277 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12784] ppid=12768 vsize=14084804 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/12776/task/12784/stat : 12784 (java) S 12768 12776 11204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244623384 14422839296 22199 33554432000 4194304 4196468 140733054379520 139669732056208 139669801977557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12785] ppid=12768 vsize=14084804 memory=1092 CPUtime=0 cores=0,2,4,6
/proc/12776/task/12785/stat : 12785 (java) S 12768 12776 11204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244623384 14422839296 22199 33554432000 4194304 4196468 140733054379520 139669731003408 139669801977557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12786] ppid=12768 vsize=14084804 memory=6297835844906604903 CPUtime=0 cores=0,2,4,6
/proc/12776/task/12786/stat : 12786 (java) S 12768 12776 11204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244623384 14422839296 22199 33554432000 4194304 4196468 140733054379520 139669729950608 139669801977557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12787] ppid=12768 vsize=14084804 memory=8025788814161897044 CPUtime=0 cores=0,2,4,6
/proc/12776/task/12787/stat : 12787 (java) S 12768 12776 11204 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244623384 14422839296 22199 33554432000 4194304 4196468 140733054379520 139669728897808 139669801977557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12789] ppid=12768 vsize=14084804 memory=6220993253238723945 CPUtime=0 cores=0,2,4,6
/proc/12776/task/12789/stat : 12789 (java) S 12768 12776 11204 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 244623385 14422839296 22199 33554432000 4194304 4196468 140733054379520 139668983544176 139669801978498 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12791] ppid=12768 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12776/task/12791/stat : 12791 (java) S 12768 12776 11204 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 244623386 14422839296 22199 33554432000 4194304 4196468 140733054379520 139668982490144 139669801977557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12793] ppid=12768 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12776/task/12793/stat : 12793 (java) S 12768 12776 11204 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 244623386 14422839296 22199 33554432000 4194304 4196468 140733054379520 139668578362224 139669801977557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12798] ppid=12768 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12776/task/12798/stat : 12798 (java) S 12768 12776 11204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244623388 14422839296 22199 33554432000 4194304 4196468 140733054379520 139668577310544 139669801985947 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12799] ppid=12768 vsize=14084804 memory=91 CPUtime=0.07 cores=0,2,4,6
/proc/12776/task/12799/stat : 12799 (java) S 12768 12776 11204 0 -1 1077944384 654 0 0 0 7 0 0 0 20 0 15 0 244623388 14422839296 22199 33554432000 4194304 4196468 140733054379520 139668576258928 139669801978498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12800] ppid=12768 vsize=14084804 memory=6 CPUtime=0.07 cores=0,2,4,6
/proc/12776/task/12800/stat : 12800 (java) S 12768 12776 11204 0 -1 1077944384 301 0 0 0 7 0 0 0 20 0 15 0 244623389 14422839296 22199 33554432000 4194304 4196468 140733054379520 139668575206128 139669801978498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12801] ppid=12768 vsize=14084804 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/12776/task/12801/stat : 12801 (java) S 12768 12776 11204 0 -1 1077944384 358 0 0 0 15 0 0 0 20 0 15 0 244623389 14422839296 22199 33554432000 4194304 4196468 140733054379520 139668574153328 139669801978498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12803] ppid=12768 vsize=14084804 memory=279338365128176 CPUtime=0 cores=0,2,4,6
/proc/12776/task/12803/stat : 12803 (java) S 12768 12776 11204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244623389 14422839296 22199 33554432000 4194304 4196468 140733054379520 139668573100768 139669801977557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12805] ppid=12768 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12776/task/12805/stat : 12805 (java) S 12768 12776 11204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244623389 14422839296 22199 33554432000 4194304 4196468 140733054379520 139668572048048 139669801978498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88796 KiB

[startup+1.50071 s]
/proc/loadavg: 1.20 1.29 1.32 8/222 12805
/proc/meminfo: memFree=24613964/32770624 swapFree=67108840/67108860
[pid=12776] ppid=12768 vsize=14088900 memory=169596 CPUtime=3.42 cores=0,2,4,6
/proc/12776/stat : 12776 (java) S 12768 12776 11204 0 -1 1077944320 23570 0 0 0 335 7 0 0 20 0 15 0 244623383 14427033600 42399 33554432000 4194304 4196468 140733054379520 140733054362064 139669801967351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
/proc/12776/statm: 3522225 42399 3546 1 0 3484297 0
[pid=12776/tid=12779] ppid=12768 vsize=14088900 memory=0 CPUtime=1.47 cores=0,2,4,6
/proc/12776/task/12779/stat : 12779 (java) R 12768 12776 11204 0 -1 4202560 16794 0 0 0 142 5 0 0 20 0 15 0 244623383 14427033600 42399 33554432000 4194304 4196468 140733054379520 139669806203104 139669785143928 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12784] ppid=12768 vsize=14088900 memory=-6585528546044026665 CPUtime=0 cores=0,2,4,6
/proc/12776/task/12784/stat : 12784 (java) S 12768 12776 11204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244623384 14427033600 42399 33554432000 4194304 4196468 140733054379520 139669732056208 139669801977557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12785] ppid=12768 vsize=14088900 memory=-3535359994705172322 CPUtime=0 cores=0,2,4,6
/proc/12776/task/12785/stat : 12785 (java) S 12768 12776 11204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244623384 14427033600 42399 33554432000 4194304 4196468 140733054379520 139669731003408 139669801977557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12786] ppid=12768 vsize=14088900 memory=9051001155070558381 CPUtime=0 cores=0,2,4,6
/proc/12776/task/12786/stat : 12786 (java) S 12768 12776 11204 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244623384 14427033600 42399 33554432000 4194304 4196468 140733054379520 139669729950608 139669801977557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12787] ppid=12768 vsize=14088900 memory=-6223231794624812931 CPUtime=0 cores=0,2,4,6
/proc/12776/task/12787/stat : 12787 (java) S 12768 12776 11204 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244623384 14427033600 42399 33554432000 4194304 4196468 140733054379520 139669728897808 139669801977557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12789] ppid=12768 vsize=14088900 memory=-3472574513799858009 CPUtime=0 cores=0,2,4,6
/proc/12776/task/12789/stat : 12789 (java) S 12768 12776 11204 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 244623385 14427033600 42399 33554432000 4194304 4196468 140733054379520 139668983544176 139669801978498 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0

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

/proc/12776/task/12779/stat : 12779 (java) R 12768 12776 11204 0 -1 4202560 81443 0 0 0 231250 43 0 0 20 0 15 0 244623383 14431227904 506804 33554432000 4194304 4196468 140733054379520 139669806205248 139669413865392 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12784] ppid=12768 vsize=14092996 memory=2027216 CPUtime=5.69 cores=0,2,4,6
/proc/12776/task/12784/stat : 12784 (java) S 12768 12776 11204 0 -1 1077944384 26301 0 0 0 540 29 0 0 20 0 15 0 244623384 14431227904 506804 33554432000 4194304 4196468 140733054379520 139669732056208 139669801977557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12785] ppid=12768 vsize=14092996 memory=2025168 CPUtime=5.72 cores=0,2,4,6
/proc/12776/task/12785/stat : 12785 (java) S 12768 12776 11204 0 -1 1077944384 27466 0 0 0 546 26 0 0 20 0 15 0 244623384 14431227904 506804 33554432000 4194304 4196468 140733054379520 139669731003408 139669801977557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12786] ppid=12768 vsize=14092996 memory=2027216 CPUtime=5.69 cores=0,2,4,6
/proc/12776/task/12786/stat : 12786 (java) S 12768 12776 11204 0 -1 1077944384 26408 0 0 0 543 26 0 0 20 0 15 0 244623384 14431227904 506804 33554432000 4194304 4196468 140733054379520 139669729950608 139669801977557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12787] ppid=12768 vsize=14092996 memory=2027216 CPUtime=5.71 cores=0,2,4,6
/proc/12776/task/12787/stat : 12787 (java) S 12768 12776 11204 0 -1 1077944384 22956 0 0 0 541 30 0 0 20 0 15 0 244623384 14431227904 506804 33554432000 4194304 4196468 140733054379520 139669728897808 139669801977557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12789] ppid=12768 vsize=14092996 memory=4049407974927591782 CPUtime=2.55 cores=0,2,4,6
/proc/12776/task/12789/stat : 12789 (java) S 12768 12776 11204 0 -1 1077944384 20834 0 0 0 238 17 0 0 20 0 15 0 244623385 14431227904 506804 33554432000 4194304 4196468 140733054379520 139668983544176 139669801978498 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12791] ppid=12768 vsize=14092996 memory=1784 CPUtime=0 cores=0,2,4,6
/proc/12776/task/12791/stat : 12791 (java) S 12768 12776 11204 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 244623386 14431227904 506804 33554432000 4194304 4196468 140733054379520 139668982490208 139669801977557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12793] ppid=12768 vsize=14092996 memory=752 CPUtime=0 cores=0,2,4,6
/proc/12776/task/12793/stat : 12793 (java) S 12768 12776 11204 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 244623386 14431227904 506804 33554432000 4194304 4196468 140733054379520 139668578362240 139669801977557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12798] ppid=12768 vsize=14092996 memory=2027216 CPUtime=0 cores=0,2,4,6
/proc/12776/task/12798/stat : 12798 (java) S 12768 12776 11204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244623388 14431227904 506804 33554432000 4194304 4196468 140733054379520 139668577310544 139669801985947 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12799] ppid=12768 vsize=14092996 memory=2027216 CPUtime=2.41 cores=0,2,4,6
/proc/12776/task/12799/stat : 12799 (java) S 12768 12776 11204 0 -1 1077944384 7143 0 0 0 239 2 0 0 20 0 15 0 244623388 14431227904 506804 33554432000 4194304 4196468 140733054379520 139668576258928 139669801978498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12800] ppid=12768 vsize=14092996 memory=3500 CPUtime=2.29 cores=0,2,4,6
/proc/12776/task/12800/stat : 12800 (java) S 12768 12776 11204 0 -1 1077944384 7488 0 0 0 228 1 0 0 20 0 15 0 244623389 14431227904 506804 33554432000 4194304 4196468 140733054379520 139668575206128 139669801978498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12801] ppid=12768 vsize=14092996 memory=66304 CPUtime=1.23 cores=0,2,4,6
/proc/12776/task/12801/stat : 12801 (java) S 12768 12776 11204 0 -1 1077944384 8693 0 0 0 122 1 0 0 20 0 15 0 244623389 14431227904 506804 33554432000 4194304 4196468 140733054379520 139668574153328 139669801978498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12803] ppid=12768 vsize=14092996 memory=2292 CPUtime=0 cores=0,2,4,6
/proc/12776/task/12803/stat : 12803 (java) S 12768 12776 11204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244623389 14431227904 506804 33554432000 4194304 4196468 140733054379520 139668573100768 139669801977557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12805] ppid=12768 vsize=14092996 memory=4629771062077588875 CPUtime=0.94 cores=0,2,4,6
/proc/12776/task/12805/stat : 12805 (java) S 12768 12776 11204 0 -1 1077944384 1566 0 0 0 46 48 0 0 20 0 15 0 244623389 14431227904 506804 33554432000 4194304 4196468 140733054379520 139668572048048 139669801978498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
Current children cumulated CPU time: 2345.26 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 2027216 KiB

[startup+2382.3 s]
/proc/loadavg: 1.44 1.43 1.41 4/218 12880
/proc/meminfo: memFree=21510248/32770624 swapFree=67108840/67108860
[pid=12776] ppid=12768 vsize=14092996 memory=2033688 CPUtime=2405.85 cores=0,2,4,6
/proc/12776/stat : 12776 (java) S 12768 12776 11204 0 -1 1077944320 234607 0 0 0 240379 206 0 0 20 0 15 0 244623383 14431227904 508422 33554432000 4194304 4196468 140733054379520 140733054362064 139669801967351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
/proc/12776/statm: 3523249 508422 3599 1 0 3485321 0
[pid=12776/tid=12779] ppid=12768 vsize=14092996 memory=2031640 CPUtime=2372.61 cores=0,2,4,6
/proc/12776/task/12779/stat : 12779 (java) R 12768 12776 11204 0 -1 4202560 82607 0 0 0 237218 43 0 0 20 0 15 0 244623383 14431227904 508422 33554432000 4194304 4196468 140733054379520 139669806205424 139669413615860 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12784] ppid=12768 vsize=14092996 memory=2031640 CPUtime=5.9 cores=0,2,4,6
/proc/12776/task/12784/stat : 12784 (java) S 12768 12776 11204 0 -1 1077944384 26653 0 0 0 560 30 0 0 20 0 15 0 244623384 14431227904 508422 33554432000 4194304 4196468 140733054379520 139669732056208 139669801977557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12785] ppid=12768 vsize=14092996 memory=2033688 CPUtime=5.92 cores=0,2,4,6
/proc/12776/task/12785/stat : 12785 (java) S 12768 12776 11204 0 -1 1077944384 27689 0 0 0 566 26 0 0 20 0 15 0 244623384 14431227904 508422 33554432000 4194304 4196468 140733054379520 139669731003408 139669801977557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12786] ppid=12768 vsize=14092996 memory=2033688 CPUtime=5.9 cores=0,2,4,6
/proc/12776/task/12786/stat : 12786 (java) S 12768 12776 11204 0 -1 1077944384 26685 0 0 0 563 27 0 0 20 0 15 0 244623384 14431227904 508422 33554432000 4194304 4196468 140733054379520 139669729950608 139669801977557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12787] ppid=12768 vsize=14092996 memory=2033688 CPUtime=5.91 cores=0,2,4,6
/proc/12776/task/12787/stat : 12787 (java) S 12768 12776 11204 0 -1 1077944384 23462 0 0 0 561 30 0 0 20 0 15 0 244623384 14431227904 508422 33554432000 4194304 4196468 140733054379520 139669728897808 139669801977557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12789] ppid=12768 vsize=14092996 memory=2033688 CPUtime=2.63 cores=0,2,4,6
/proc/12776/task/12789/stat : 12789 (java) S 12768 12776 11204 0 -1 1077944384 21157 0 0 0 246 17 0 0 20 0 15 0 244623385 14431227904 508422 33554432000 4194304 4196468 140733054379520 139668983544176 139669801978498 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12791] ppid=12768 vsize=14092996 memory=2031640 CPUtime=0 cores=0,2,4,6
/proc/12776/task/12791/stat : 12791 (java) S 12768 12776 11204 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 244623386 14431227904 508422 33554432000 4194304 4196468 140733054379520 139668982490208 139669801977557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12793] ppid=12768 vsize=14092996 memory=3500 CPUtime=0 cores=0,2,4,6
/proc/12776/task/12793/stat : 12793 (java) S 12768 12776 11204 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 244623386 14431227904 508422 33554432000 4194304 4196468 140733054379520 139668578362240 139669801977557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12798] ppid=12768 vsize=14092996 memory=3500 CPUtime=0 cores=0,2,4,6
/proc/12776/task/12798/stat : 12798 (java) S 12768 12776 11204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244623388 14431227904 508422 33554432000 4194304 4196468 140733054379520 139668577310544 139669801985947 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12799] ppid=12768 vsize=14092996 memory=66304 CPUtime=2.41 cores=0,2,4,6
/proc/12776/task/12799/stat : 12799 (java) S 12768 12776 11204 0 -1 1077944384 7147 0 0 0 239 2 0 0 20 0 15 0 244623388 14431227904 508422 33554432000 4194304 4196468 140733054379520 139668576258928 139669801978498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12800] ppid=12768 vsize=14092996 memory=1408 CPUtime=2.29 cores=0,2,4,6
/proc/12776/task/12800/stat : 12800 (java) S 12768 12776 11204 0 -1 1077944384 7493 0 0 0 228 1 0 0 20 0 15 0 244623389 14431227904 508422 33554432000 4194304 4196468 140733054379520 139668575206128 139669801978498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12801] ppid=12768 vsize=14092996 memory=1408 CPUtime=1.23 cores=0,2,4,6
/proc/12776/task/12801/stat : 12801 (java) S 12768 12776 11204 0 -1 1077944384 8698 0 0 0 122 1 0 0 20 0 15 0 244623389 14431227904 508422 33554432000 4194304 4196468 140733054379520 139668574153328 139669801978498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12803] ppid=12768 vsize=14092996 memory=752 CPUtime=0 cores=0,2,4,6
/proc/12776/task/12803/stat : 12803 (java) S 12768 12776 11204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244623389 14431227904 508422 33554432000 4194304 4196468 140733054379520 139668573100768 139669801977557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12805] ppid=12768 vsize=14092996 memory=1224 CPUtime=0.96 cores=0,2,4,6
/proc/12776/task/12805/stat : 12805 (java) S 12768 12776 11204 0 -1 1077944384 1592 0 0 0 47 49 0 0 20 0 15 0 244623389 14431227904 508422 33554432000 4194304 4196468 140733054379520 139668572048048 139669801978498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
Current children cumulated CPU time: 2405.85 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 2033688 KiB

[startup+2442.3 s]
/proc/loadavg: 0.96 1.32 1.37 4/218 12881
/proc/meminfo: memFree=21503844/32770624 swapFree=67108840/67108860
[pid=12776] ppid=12768 vsize=14092996 memory=2037784 CPUtime=2466.43 cores=0,2,4,6
/proc/12776/stat : 12776 (java) S 12768 12776 11204 0 -1 1077944320 237120 0 0 0 246432 211 0 0 20 0 15 0 244623383 14431227904 509446 33554432000 4194304 4196468 140733054379520 140733054362064 139669801967351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
/proc/12776/statm: 3523249 509446 3599 1 0 3485321 0
[pid=12776/tid=12779] ppid=12768 vsize=14092996 memory=2037784 CPUtime=2432.31 cores=0,2,4,6
/proc/12776/task/12779/stat : 12779 (java) R 12768 12776 11204 0 -1 4202560 83656 0 0 0 243187 44 0 0 20 0 15 0 244623383 14431227904 509446 33554432000 4194304 4196468 140733054379520 139669806205216 139669414508020 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12784] ppid=12768 vsize=14092996 memory=2037784 CPUtime=6.09 cores=0,2,4,6
/proc/12776/task/12784/stat : 12784 (java) S 12768 12776 11204 0 -1 1077944384 26843 0 0 0 578 31 0 0 20 0 15 0 244623384 14431227904 509446 33554432000 4194304 4196468 140733054379520 139669732056208 139669801977557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12785] ppid=12768 vsize=14092996 memory=2037784 CPUtime=6.11 cores=0,2,4,6
/proc/12776/task/12785/stat : 12785 (java) S 12768 12776 11204 0 -1 1077944384 27973 0 0 0 585 26 0 0 20 0 15 0 244623384 14431227904 509446 33554432000 4194304 4196468 140733054379520 139669731003408 139669801977557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12786] ppid=12768 vsize=14092996 memory=279338365112640 CPUtime=6.09 cores=0,2,4,6
/proc/12776/task/12786/stat : 12786 (java) S 12768 12776 11204 0 -1 1077944384 27144 0 0 0 581 28 0 0 20 0 15 0 244623384 14431227904 509446 33554432000 4194304 4196468 140733054379520 139669729950608 139669801977557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12787] ppid=12768 vsize=14092996 memory=2037784 CPUtime=6.12 cores=0,2,4,6
/proc/12776/task/12787/stat : 12787 (java) S 12768 12776 11204 0 -1 1077944384 23656 0 0 0 581 31 0 0 20 0 15 0 244623384 14431227904 509446 33554432000 4194304 4196468 140733054379520 139669728897808 139669801977557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12789] ppid=12768 vsize=14092996 memory=2037784 CPUtime=2.71 cores=0,2,4,6
/proc/12776/task/12789/stat : 12789 (java) S 12768 12776 11204 0 -1 1077944384 21457 0 0 0 253 18 0 0 20 0 15 0 244623385 14431227904 509446 33554432000 4194304 4196468 140733054379520 139668983544176 139669801978498 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12791] ppid=12768 vsize=14092996 memory=2037784 CPUtime=0 cores=0,2,4,6
/proc/12776/task/12791/stat : 12791 (java) S 12768 12776 11204 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 244623386 14431227904 509446 33554432000 4194304 4196468 140733054379520 139668982490208 139669801977557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12793] ppid=12768 vsize=14092996 memory=2037784 CPUtime=0 cores=0,2,4,6
/proc/12776/task/12793/stat : 12793 (java) S 12768 12776 11204 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 244623386 14431227904 509446 33554432000 4194304 4196468 140733054379520 139668578362240 139669801977557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12798] ppid=12768 vsize=14092996 memory=2037784 CPUtime=0 cores=0,2,4,6
/proc/12776/task/12798/stat : 12798 (java) S 12768 12776 11204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244623388 14431227904 509446 33554432000 4194304 4196468 140733054379520 139668577310544 139669801985947 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12799] ppid=12768 vsize=14092996 memory=2035736 CPUtime=2.41 cores=0,2,4,6
/proc/12776/task/12799/stat : 12799 (java) S 12768 12776 11204 0 -1 1077944384 7151 0 0 0 239 2 0 0 20 0 15 0 244623388 14431227904 509446 33554432000 4194304 4196468 140733054379520 139668576258928 139669801978498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12800] ppid=12768 vsize=14092996 memory=2037784 CPUtime=2.29 cores=0,2,4,6
/proc/12776/task/12800/stat : 12800 (java) S 12768 12776 11204 0 -1 1077944384 7497 0 0 0 228 1 0 0 20 0 15 0 244623389 14431227904 509446 33554432000 4194304 4196468 140733054379520 139668575206128 139669801978498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12801] ppid=12768 vsize=14092996 memory=3500 CPUtime=1.23 cores=0,2,4,6
/proc/12776/task/12801/stat : 12801 (java) S 12768 12776 11204 0 -1 1077944384 8702 0 0 0 122 1 0 0 20 0 15 0 244623389 14431227904 509446 33554432000 4194304 4196468 140733054379520 139668574153328 139669801978498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12803] ppid=12768 vsize=14092996 memory=2037784 CPUtime=0 cores=0,2,4,6
/proc/12776/task/12803/stat : 12803 (java) S 12768 12776 11204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244623389 14431227904 509446 33554432000 4194304 4196468 140733054379520 139668573100768 139669801977557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12805] ppid=12768 vsize=14092996 memory=2037784 CPUtime=0.99 cores=0,2,4,6
/proc/12776/task/12805/stat : 12805 (java) S 12768 12776 11204 0 -1 1077944384 1617 0 0 0 48 51 0 0 20 0 15 0 244623389 14431227904 509446 33554432000 4194304 4196468 140733054379520 139668572048048 139669801978498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
Current children cumulated CPU time: 2466.43 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 2037784 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2495.4 s]
/proc/loadavg: 1.22 1.33 1.37 5/218 12963
/proc/meminfo: memFree=22675748/32770624 swapFree=67108840/67108860
[pid=12776] ppid=12768 vsize=14092996 memory=2041880 CPUtime=2520.08 cores=0,2,4,6
/proc/12776/stat : 12776 (java) S 12768 12776 11204 0 -1 1077944320 239229 0 0 0 251793 215 0 0 20 0 15 0 244623383 14431227904 510470 33554432000 4194304 4196468 140733054379520 140733054362064 139669801967351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
/proc/12776/statm: 3523249 510470 3599 1 0 3485321 0
[pid=12776/tid=12779] ppid=12768 vsize=14092996 memory=1092 CPUtime=2485.12 cores=0,2,4,6
/proc/12776/task/12779/stat : 12779 (java) R 12768 12776 11204 0 -1 4202560 84478 0 0 0 248468 44 0 0 20 0 15 0 244623383 14431227904 510470 33554432000 4194304 4196468 140733054379520 139669806205344 139669413615887 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12784] ppid=12768 vsize=14092996 memory=836 CPUtime=6.27 cores=0,2,4,6
/proc/12776/task/12784/stat : 12784 (java) S 12768 12776 11204 0 -1 1077944384 27015 0 0 0 596 31 0 0 20 0 15 0 244623384 14431227904 510470 33554432000 4194304 4196468 140733054379520 139669732056208 139669801977557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12785] ppid=12768 vsize=14092996 memory=10692 CPUtime=6.29 cores=0,2,4,6
/proc/12776/task/12785/stat : 12785 (java) S 12768 12776 11204 0 -1 1077944384 28294 0 0 0 602 27 0 0 20 0 15 0 244623384 14431227904 510470 33554432000 4194304 4196468 140733054379520 139669731003408 139669801977557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12786] ppid=12768 vsize=14092996 memory=1620 CPUtime=6.28 cores=0,2,4,6
/proc/12776/task/12786/stat : 12786 (java) S 12768 12776 11204 0 -1 1077944384 27393 0 0 0 599 29 0 0 20 0 15 0 244623384 14431227904 510470 33554432000 4194304 4196468 140733054379520 139669729950608 139669801977557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12787] ppid=12768 vsize=14092996 memory=508 CPUtime=6.3 cores=0,2,4,6
/proc/12776/task/12787/stat : 12787 (java) S 12768 12776 11204 0 -1 1077944384 23904 0 0 0 599 31 0 0 20 0 15 0 244623384 14431227904 510470 33554432000 4194304 4196468 140733054379520 139669728897808 139669801977557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12789] ppid=12768 vsize=14092996 memory=924 CPUtime=2.79 cores=0,2,4,6
/proc/12776/task/12789/stat : 12789 (java) S 12768 12776 11204 0 -1 1077944384 21724 0 0 0 260 19 0 0 20 0 15 0 244623385 14431227904 510470 33554432000 4194304 4196468 140733054379520 139668983544176 139669801978498 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12791] ppid=12768 vsize=14092996 memory=2372 CPUtime=0 cores=0,2,4,6
/proc/12776/task/12791/stat : 12791 (java) S 12768 12776 11204 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 244623386 14431227904 510470 33554432000 4194304 4196468 140733054379520 139668982490208 139669801977557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12793] ppid=12768 vsize=14092996 memory=1532 CPUtime=0 cores=0,2,4,6
/proc/12776/task/12793/stat : 12793 (java) S 12768 12776 11204 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 244623386 14431227904 510470 33554432000 4194304 4196468 140733054379520 139668578362240 139669801977557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12798] ppid=12768 vsize=14092996 memory=928 CPUtime=0 cores=0,2,4,6
/proc/12776/task/12798/stat : 12798 (java) S 12768 12776 11204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244623388 14431227904 510470 33554432000 4194304 4196468 140733054379520 139668577310544 139669801985947 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12799] ppid=12768 vsize=14092996 memory=2216 CPUtime=2.41 cores=0,2,4,6
/proc/12776/task/12799/stat : 12799 (java) S 12768 12776 11204 0 -1 1077944384 7155 0 0 0 239 2 0 0 20 0 15 0 244623388 14431227904 510470 33554432000 4194304 4196468 140733054379520 139668576258928 139669801978498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12800] ppid=12768 vsize=14092996 memory=3988 CPUtime=2.29 cores=0,2,4,6
/proc/12776/task/12800/stat : 12800 (java) S 12768 12776 11204 0 -1 1077944384 7501 0 0 0 228 1 0 0 20 0 15 0 244623389 14431227904 510470 33554432000 4194304 4196468 140733054379520 139668575206128 139669801978498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12801] ppid=12768 vsize=14092996 memory=2036 CPUtime=1.23 cores=0,2,4,6
/proc/12776/task/12801/stat : 12801 (java) S 12768 12776 11204 0 -1 1077944384 8706 0 0 0 122 1 0 0 20 0 15 0 244623389 14431227904 510470 33554432000 4194304 4196468 140733054379520 139668574153328 139669801978498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12803] ppid=12768 vsize=14092996 memory=7528 CPUtime=0 cores=0,2,4,6
/proc/12776/task/12803/stat : 12803 (java) S 12768 12776 11204 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244623389 14431227904 510470 33554432000 4194304 4196468 140733054379520 139668573100768 139669801977557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
[pid=12776/tid=12805] ppid=12768 vsize=14092996 memory=800 CPUtime=1.01 cores=0,2,4,6
/proc/12776/task/12805/stat : 12805 (java) S 12768 12776 11204 0 -1 1077944384 1635 0 0 0 49 52 0 0 20 0 15 0 244623389 14431227904 510470 33554432000 4194304 4196468 140733054379520 139668572048048 139669801978498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26095616 140733054387273 140733054387465 140733054387465 140733054390223 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 2041880 KiB

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

[startup+2495.42 s]
# the end of solver process 12776 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.94 s, system=2.16472 s

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

Child status: 143
Real time (s): 2495.42
CPU time (s): 2520.11
CPU user time (s): 2517.94
CPU system time (s): 2.16472
CPU usage (%): 100.99
Max. virtual memory (cumulated for all children) (KiB): 14092996
Max. memory (cumulated for all children) (KiB): 2041880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.94
system time used= 2.16472
maximum resident set size= 2042368
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 239476
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 127135
involuntary context switches= 5589


# summary of solver processes directly reported to runsolver:
#   pid: 12776
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2517.94
#   total CPU system time (s): 2.16472

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.0484 second user time and 23.7101 second system time

The end

Launcher Data

Begin job on node135 at 2018-08-14 20:16:42
IDJOB=4307953
IDBENCH=141046
IDSOLVER=2791
FILE ID=node135/4307953-1534270601
RUNJOBID= node135-1534270601-12743
PBS_JOBID= 21038122
Free space on /tmp= 47276 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-14
BENCH NAME= XCSP18/NurseRostering/NurseRostering-16_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-4307953-1534270601/watcher-4307953-1534270601 -o /tmp/evaluation-result-4307953-1534270601/solver-4307953-1534270601 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1534270601-12743 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 899345760 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307953-1534270601.xml

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

MD5SUM BENCH= 0b8e9565fd0b9c632a2b7d0ba913c3ff
RANDOM SEED=899345760

node135.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.50
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.50
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.50
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.50
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:        24819672 kB
MemAvailable:   31903584 kB
Buffers:          136752 kB
Cached:          7172748 kB
SwapCached:           20 kB
Active:          3940620 kB
Inactive:        3423020 kB
Active(anon):       3304 kB
Inactive(anon):   103288 kB
Active(file):    3937316 kB
Inactive(file):  3319732 kB
Unevictable:        7240 kB
Mlocked:            7240 kB
SwapTotal:      67108860 kB
SwapFree:       67108840 kB
Dirty:             71732 kB
Writeback:             0 kB
AnonPages:         60872 kB
Mapped:            56824 kB
Shmem:             49804 kB
Slab:             283536 kB
SReclaimable:     255324 kB
SUnreclaim:        28212 kB
KernelStack:        3232 kB
PageTables:         5104 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     351168 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 47208 MiB
End job on node135 at 2018-08-14 20:58:18