Trace number 4290413

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-07-02? (TO) 2400.14 2368.04

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-07-02
0.68/0.55	c seed: 933689662
0.68/0.55	c timeout: 2400
0.68/0.55	c memlimit: 11000
0.68/0.55	c nbcore: 4
0.68/0.57	c Parsing instance...
47.48/29.96	c Parsing done, starting search...
2400.09/2368.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 (10342 MiB free)
  memory of node 1: 16384 MiB (10925 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290413-1532227546/watcher-4290413-1532227546 -o /tmp/evaluation-result-4290413-1532227546/solver-4290413-1532227546 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532225156-31762 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 933689662 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290413-1532227546.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=32024, runsolver pid=32021
Current StackSize limit: 8192 KiB


[startup+0.108906 s]*
/proc/loadavg: 1.31 1.23 1.26 5/216 32052
/proc/meminfo: memFree=21738748/32770624 swapFree=67108860/67108860
[pid=32024] ppid=32021 vsize=14082740 memory=35988 CPUtime=0.13 cores=1,3,5,7
/proc/32024/stat : 32024 (java) S 32021 32024 31730 0 -1 1077944320 7364 0 0 0 13 0 0 0 20 0 15 0 40317759 14420725760 8997 33554432000 4194304 4196468 140735008218432 140735008200976 139975458156279 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
/proc/32024/statm: 3520685 8997 3166 1 0 3482761 0
[pid=32024/tid=32026] ppid=32021 vsize=14082740 memory=-8413460178640211322 CPUtime=0.1 cores=1,3,5,7
/proc/32024/task/32026/stat : 32026 (java) R 32021 32024 31730 0 -1 4202560 5428 0 0 0 10 0 0 0 20 0 15 0 40317760 14420725760 8997 33554432000 4194304 4196468 140735008218432 139975462369112 139975442236766 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32031] ppid=32021 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32024/task/32031/stat : 32031 (java) S 32021 32024 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40317761 14420725760 8997 33554432000 4194304 4196468 140735008218432 139975410777232 139975458166485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32032] ppid=32021 vsize=14082740 memory=140029079647872 CPUtime=0 cores=1,3,5,7
/proc/32024/task/32032/stat : 32032 (java) S 32021 32024 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40317761 14420725760 8997 33554432000 4194304 4196468 140735008218432 139975409724432 139975458166485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32033] ppid=32021 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32024/task/32033/stat : 32033 (java) S 32021 32024 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40317761 14420725760 8997 33554432000 4194304 4196468 140735008218432 139975408671632 139975458166485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32034] ppid=32021 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32024/task/32034/stat : 32034 (java) S 32021 32024 31730 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40317761 14420725760 8997 33554432000 4194304 4196468 140735008218432 139975407618832 139975458166485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32038] ppid=32021 vsize=14082740 memory=140029079647872 CPUtime=0 cores=1,3,5,7
/proc/32024/task/32038/stat : 32038 (java) S 32021 32024 31730 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40317762 14420725760 8997 33554432000 4194304 4196468 140735008218432 139975000222064 139975458167426 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32039] ppid=32021 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32024/task/32039/stat : 32039 (java) S 32021 32024 31730 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40317762 14420725760 8997 33554432000 4194304 4196468 140735008218432 139974999168032 139975458166485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32040] ppid=32021 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32024/task/32040/stat : 32040 (java) S 32021 32024 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40317763 14420725760 8997 33554432000 4194304 4196468 140735008218432 139974368551792 139975458166485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32047] ppid=32021 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32024/task/32047/stat : 32047 (java) S 32021 32024 31730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40317765 14420725760 8997 33554432000 4194304 4196468 140735008218432 139974367500112 139975458174875 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32048] ppid=32021 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32024/task/32048/stat : 32048 (java) S 32021 32024 31730 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 40317765 14420725760 8997 33554432000 4194304 4196468 140735008218432 139974366448496 139975458167426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32049] ppid=32021 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32024/task/32049/stat : 32049 (java) S 32021 32024 31730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40317765 14420725760 8997 33554432000 4194304 4196468 140735008218432 139974365395696 139975458167426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32050] ppid=32021 vsize=14082772 memory=140029079647872 CPUtime=0.01 cores=1,3,5,7
/proc/32024/task/32050/stat : 32050 (java) R 32021 32024 31730 0 -1 4202560 273 0 0 0 1 0 0 0 20 0 15 0 40317765 14420758528 8997 33554432000 4194304 4196468 140735008218432 139974364342896 139975458177626 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32051] ppid=32021 vsize=14082772 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32024/task/32051/stat : 32051 (java) S 32021 32024 31730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40317765 14420758528 8997 33554432000 4194304 4196468 140735008218432 139974363290336 139975458166485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32052] ppid=32021 vsize=14083732 memory=140029079647872 CPUtime=0 cores=1,3,5,7
/proc/32024/task/32052/stat : 32052 (java) S 32021 32024 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40317765 14421741568 8997 33554432000 4194304 4196468 140735008218432 139974362237616 139975458167426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 35988 KiB

[startup+0.212475 s]*
/proc/loadavg: 1.31 1.23 1.26 10/216 32052
/proc/meminfo: memFree=21711212/32770624 swapFree=67108860/67108860
[pid=32024] ppid=32021 vsize=14082740 memory=49144 CPUtime=0.32 cores=1,3,5,7
/proc/32024/stat : 32024 (java) S 32021 32024 31730 0 -1 1077944320 10380 0 0 0 31 1 0 0 20 0 15 0 40317759 14420725760 12286 33554432000 4194304 4196468 140735008218432 140735008200976 139975458156279 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
/proc/32024/statm: 3520685 12286 3367 1 0 3482761 0
[pid=32024/tid=32026] ppid=32021 vsize=14082740 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/32024/task/32026/stat : 32026 (java) R 32021 32024 31730 0 -1 4202560 8113 0 0 0 20 0 0 0 20 0 15 0 40317760 14420725760 12286 33554432000 4194304 4196468 140735008218432 139975462380144 139975442199909 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32031] ppid=32021 vsize=14082740 memory=331 CPUtime=0 cores=1,3,5,7
/proc/32024/task/32031/stat : 32031 (java) S 32021 32024 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40317761 14420725760 12286 33554432000 4194304 4196468 140735008218432 139975410777232 139975458166485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32032] ppid=32021 vsize=14082740 memory=140029079679558 CPUtime=0 cores=1,3,5,7
/proc/32024/task/32032/stat : 32032 (java) S 32021 32024 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40317761 14420725760 12286 33554432000 4194304 4196468 140735008218432 139975409724432 139975458166485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32033] ppid=32021 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32024/task/32033/stat : 32033 (java) S 32021 32024 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40317761 14420725760 12286 33554432000 4194304 4196468 140735008218432 139975408671632 139975458166485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32034] ppid=32021 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32024/task/32034/stat : 32034 (java) S 32021 32024 31730 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40317761 14420725760 12286 33554432000 4194304 4196468 140735008218432 139975407618832 139975458166485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32038] ppid=32021 vsize=14082740 memory=140029079647872 CPUtime=0 cores=1,3,5,7
/proc/32024/task/32038/stat : 32038 (java) S 32021 32024 31730 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 40317762 14420725760 12286 33554432000 4194304 4196468 140735008218432 139975000222064 139975458167426 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32039] ppid=32021 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32024/task/32039/stat : 32039 (java) S 32021 32024 31730 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40317762 14420725760 12286 33554432000 4194304 4196468 140735008218432 139974999168032 139975458166485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32040] ppid=32021 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32024/task/32040/stat : 32040 (java) S 32021 32024 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40317763 14420725760 12286 33554432000 4194304 4196468 140735008218432 139974368551792 139975458166485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32047] ppid=32021 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32024/task/32047/stat : 32047 (java) S 32021 32024 31730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40317765 14420725760 12286 33554432000 4194304 4196468 140735008218432 139974367500112 139975458174875 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32048] ppid=32021 vsize=14082740 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/32024/task/32048/stat : 32048 (java) R 32021 32024 31730 0 -1 1077944384 456 0 0 0 1 0 0 0 20 0 15 0 40317765 14420725760 12286 33554432000 4194304 4196468 140735008218432 139974366448496 139975458167426 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32049] ppid=32021 vsize=14082740 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/32024/task/32049/stat : 32049 (java) R 32021 32024 31730 0 -1 4202560 156 0 0 0 2 0 0 0 20 0 15 0 40317765 14420725760 12286 33554432000 4194304 4196468 140735008218432 139974365395696 139975439667200 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32050] ppid=32021 vsize=14082740 memory=140029079647872 CPUtime=0.06 cores=1,3,5,7
/proc/32024/task/32050/stat : 32050 (java) R 32021 32024 31730 0 -1 4202560 296 0 0 0 6 0 0 0 20 0 15 0 40317765 14420725760 12286 33554432000 4194304 4196468 140735008218432 139974364339832 139975443321927 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32051] ppid=32021 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32024/task/32051/stat : 32051 (java) S 32021 32024 31730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40317765 14420725760 12286 33554432000 4194304 4196468 140735008218432 139974363290336 139975458166485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32052] ppid=32021 vsize=14082740 memory=140029079647872 CPUtime=0 cores=1,3,5,7
/proc/32024/task/32052/stat : 32052 (java) S 32021 32024 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40317765 14420725760 12286 33554432000 4194304 4196468 140735008218432 139974362237616 139975458167426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 49144 KiB

[startup+0.310472 s]*
/proc/loadavg: 1.31 1.23 1.26 4/216 32052
/proc/meminfo: memFree=21704264/32770624 swapFree=67108860/67108860
[pid=32024] ppid=32021 vsize=14082740 memory=52556 CPUtime=0.44 cores=1,3,5,7
/proc/32024/stat : 32024 (java) S 32021 32024 31730 0 -1 1077944320 10761 0 0 0 43 1 0 0 20 0 15 0 40317759 14420725760 13139 33554432000 4194304 4196468 140735008218432 140735008200976 139975458156279 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
/proc/32024/statm: 3520685 13139 3370 1 0 3482761 0
[pid=32024/tid=32026] ppid=32021 vsize=14082740 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/32024/task/32026/stat : 32026 (java) R 32021 32024 31730 0 -1 4202560 8459 0 0 0 29 1 0 0 20 0 15 0 40317760 14420725760 13139 33554432000 4194304 4196468 140735008218432 139975462367792 139975439719854 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32031] ppid=32021 vsize=14082740 memory=288230591823085591 CPUtime=0 cores=1,3,5,7
/proc/32024/task/32031/stat : 32031 (java) S 32021 32024 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40317761 14420725760 13139 33554432000 4194304 4196468 140735008218432 139975410777232 139975458166485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32032] ppid=32021 vsize=14082740 memory=140029079678897 CPUtime=0 cores=1,3,5,7
/proc/32024/task/32032/stat : 32032 (java) S 32021 32024 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40317761 14420725760 13139 33554432000 4194304 4196468 140735008218432 139975409724432 139975458166485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32033] ppid=32021 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32024/task/32033/stat : 32033 (java) S 32021 32024 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40317761 14420725760 13139 33554432000 4194304 4196468 140735008218432 139975408671632 139975458166485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32034] ppid=32021 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32024/task/32034/stat : 32034 (java) S 32021 32024 31730 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40317761 14420725760 13139 33554432000 4194304 4196468 140735008218432 139975407618832 139975458166485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32038] ppid=32021 vsize=14082740 memory=140029079647872 CPUtime=0 cores=1,3,5,7
/proc/32024/task/32038/stat : 32038 (java) S 32021 32024 31730 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 40317762 14420725760 13139 33554432000 4194304 4196468 140735008218432 139975000222064 139975458167426 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32039] ppid=32021 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32024/task/32039/stat : 32039 (java) S 32021 32024 31730 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40317762 14420725760 13139 33554432000 4194304 4196468 140735008218432 139974999168032 139975458166485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32040] ppid=32021 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32024/task/32040/stat : 32040 (java) S 32021 32024 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40317763 14420725760 13139 33554432000 4194304 4196468 140735008218432 139974368551792 139975458166485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32047] ppid=32021 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32024/task/32047/stat : 32047 (java) S 32021 32024 31730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40317765 14420725760 13139 33554432000 4194304 4196468 140735008218432 139974367500112 139975458174875 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32048] ppid=32021 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/32024/task/32048/stat : 32048 (java) S 32021 32024 31730 0 -1 1077944384 456 0 0 0 2 0 0 0 20 0 15 0 40317765 14420725760 13139 33554432000 4194304 4196468 140735008218432 139974366448496 139975458167426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32049] ppid=32021 vsize=14082740 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/32024/task/32049/stat : 32049 (java) S 32021 32024 31730 0 -1 1077944384 164 0 0 0 2 0 0 0 20 0 15 0 40317765 14420725760 13139 33554432000 4194304 4196468 140735008218432 139974365395696 139975458167426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32050] ppid=32021 vsize=14082740 memory=140029079647872 CPUtime=0.08 cores=1,3,5,7
/proc/32024/task/32050/stat : 32050 (java) S 32021 32024 31730 0 -1 1077944384 319 0 0 0 8 0 0 0 20 0 15 0 40317765 14420725760 13139 33554432000 4194304 4196468 140735008218432 139974364342896 139975458167426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32051] ppid=32021 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32024/task/32051/stat : 32051 (java) S 32021 32024 31730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40317765 14420725760 13139 33554432000 4194304 4196468 140735008218432 139974363290336 139975458166485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32052] ppid=32021 vsize=14082740 memory=140029079647872 CPUtime=0 cores=1,3,5,7
/proc/32024/task/32052/stat : 32052 (java) S 32021 32024 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40317765 14420725760 13139 33554432000 4194304 4196468 140735008218432 139974362237616 139975458167426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 52556 KiB

[startup+0.700757 s]
/proc/loadavg: 1.31 1.23 1.26 4/216 32052
/proc/meminfo: memFree=21656144/32770624 swapFree=67108860/67108860
[pid=32024] ppid=32021 vsize=14084808 memory=91200 CPUtime=0.99 cores=1,3,5,7
/proc/32024/stat : 32024 (java) S 32021 32024 31730 0 -1 1077944320 17646 0 0 0 96 3 0 0 20 0 15 0 40317759 14422843392 22800 33554432000 4194304 4196468 140735008218432 140735008200976 139975458156279 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
/proc/32024/statm: 3521202 22800 3505 1 0 3483273 0
[pid=32024/tid=32026] ppid=32021 vsize=14084808 memory=1728 CPUtime=0.67 cores=1,3,5,7
/proc/32024/task/32026/stat : 32026 (java) R 32021 32024 31730 0 -1 4202560 14924 0 0 0 65 2 0 0 20 0 15 0 40317760 14422843392 22800 33554432000 4194304 4196468 140735008218432 139975462362608 139975082599040 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32031] ppid=32021 vsize=14084808 memory=5408 CPUtime=0 cores=1,3,5,7
/proc/32024/task/32031/stat : 32031 (java) S 32021 32024 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40317761 14422843392 22800 33554432000 4194304 4196468 140735008218432 139975410777232 139975458166485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32032] ppid=32021 vsize=14084808 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/32024/task/32032/stat : 32032 (java) S 32021 32024 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40317761 14422843392 22800 33554432000 4194304 4196468 140735008218432 139975409724432 139975458166485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32033] ppid=32021 vsize=14084808 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/32024/task/32033/stat : 32033 (java) S 32021 32024 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40317761 14422843392 22800 33554432000 4194304 4196468 140735008218432 139975408671632 139975458166485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32034] ppid=32021 vsize=14084808 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/32024/task/32034/stat : 32034 (java) S 32021 32024 31730 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40317761 14422843392 22800 33554432000 4194304 4196468 140735008218432 139975407618832 139975458166485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32038] ppid=32021 vsize=14084808 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/32024/task/32038/stat : 32038 (java) S 32021 32024 31730 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 40317762 14422843392 22800 33554432000 4194304 4196468 140735008218432 139975000222064 139975458167426 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32039] ppid=32021 vsize=14084808 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/32024/task/32039/stat : 32039 (java) S 32021 32024 31730 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40317762 14422843392 22800 33554432000 4194304 4196468 140735008218432 139974999168032 139975458166485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32040] ppid=32021 vsize=14084808 memory=8372 CPUtime=0 cores=1,3,5,7
/proc/32024/task/32040/stat : 32040 (java) S 32021 32024 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40317763 14422843392 22800 33554432000 4194304 4196468 140735008218432 139974368551792 139975458166485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32047] ppid=32021 vsize=14084808 memory=12972 CPUtime=0 cores=1,3,5,7
/proc/32024/task/32047/stat : 32047 (java) S 32021 32024 31730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40317765 14422843392 22800 33554432000 4194304 4196468 140735008218432 139974367500112 139975458174875 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32048] ppid=32021 vsize=14084808 memory=7662705889289527641 CPUtime=0.06 cores=1,3,5,7
/proc/32024/task/32048/stat : 32048 (java) S 32021 32024 31730 0 -1 1077944384 612 0 0 0 6 0 0 0 20 0 15 0 40317765 14422843392 22800 33554432000 4194304 4196468 140735008218432 139974366448496 139975458167426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32049] ppid=32021 vsize=14084808 memory=7597685182856913236 CPUtime=0.08 cores=1,3,5,7
/proc/32024/task/32049/stat : 32049 (java) S 32021 32024 31730 0 -1 1077944384 325 0 0 0 8 0 0 0 20 0 15 0 40317765 14422843392 22800 33554432000 4194304 4196468 140735008218432 139974365395696 139975458167426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32050] ppid=32021 vsize=14084808 memory=7223888500751355984 CPUtime=0.15 cores=1,3,5,7
/proc/32024/task/32050/stat : 32050 (java) S 32021 32024 31730 0 -1 1077944384 422 0 0 0 15 0 0 0 20 0 15 0 40317765 14422843392 22800 33554432000 4194304 4196468 140735008218432 139974364342896 139975458167426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32051] ppid=32021 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32024/task/32051/stat : 32051 (java) S 32021 32024 31730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40317765 14422843392 22800 33554432000 4194304 4196468 140735008218432 139974363290336 139975458166485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32052] ppid=32021 vsize=14084808 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/32024/task/32052/stat : 32052 (java) S 32021 32024 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40317765 14422843392 22800 33554432000 4194304 4196468 140735008218432 139974362237616 139975458167426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 91200 KiB

[startup+1.5009 s]
/proc/loadavg: 1.31 1.23 1.26 8/216 32052
/proc/meminfo: memFree=21552716/32770624 swapFree=67108860/67108860
[pid=32024] ppid=32021 vsize=14086856 memory=249796 CPUtime=3.71 cores=1,3,5,7
/proc/32024/stat : 32024 (java) S 32021 32024 31730 0 -1 1077944320 23737 0 0 0 361 10 0 0 20 0 15 0 40317759 14424940544 62449 33554432000 4194304 4196468 140735008218432 140735008200976 139975458156279 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
/proc/32024/statm: 3521714 62449 3571 1 0 3483785 0
[pid=32024/tid=32026] ppid=32021 vsize=14086856 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/32024/task/32026/stat : 32026 (java) R 32021 32024 31730 0 -1 4202560 15856 0 0 0 139 4 0 0 20 0 15 0 40317760 14424940544 62449 33554432000 4194304 4196468 140735008218432 139975462390096 139975085513499 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32031] ppid=32021 vsize=14086856 memory=-6951259422114956437 CPUtime=0.01 cores=1,3,5,7
/proc/32024/task/32031/stat : 32031 (java) S 32021 32024 31730 0 -1 1077944384 215 0 0 0 1 0 0 0 20 0 15 0 40317761 14424940544 62449 33554432000 4194304 4196468 140735008218432 139975410777232 139975458166485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32032] ppid=32021 vsize=14086856 memory=-6509546260019855295 CPUtime=0.02 cores=1,3,5,7
/proc/32024/task/32032/stat : 32032 (java) S 32021 32024 31730 0 -1 1077944384 43 0 0 0 2 0 0 0 20 0 15 0 40317761 14424940544 62449 33554432000 4194304 4196468 140735008218432 139975409724432 139975458166485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32033] ppid=32021 vsize=14086856 memory=-7390251449858225344 CPUtime=0.02 cores=1,3,5,7
/proc/32024/task/32033/stat : 32033 (java) S 32021 32024 31730 0 -1 1077944384 15 0 0 0 2 0 0 0 20 0 15 0 40317761 14424940544 62449 33554432000 4194304 4196468 140735008218432 139975408671632 139975458166485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32034] ppid=32021 vsize=14086856 memory=4134692831991786133 CPUtime=0.03 cores=1,3,5,7
/proc/32024/task/32034/stat : 32034 (java) S 32021 32024 31730 0 -1 1077944384 100 0 0 0 3 0 0 0 20 0 15 0 40317761 14424940544 62449 33554432000 4194304 4196468 140735008218432 139975407618832 139975458166485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32038] ppid=32021 vsize=14086856 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/32024/task/32038/stat : 32038 (java) S 32021 32024 31730 0 -1 1077944384 97 0 0 0 0 0 0 0 20 0 15 0 40317762 14424940544 62449 33554432000 4194304 4196468 140735008218432 139975000222064 139975458167426 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0

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

/proc/32024/task/32026/stat : 32026 (java) R 32021 32024 31730 0 -1 4202560 694727 0 0 0 219523 89 0 0 20 0 15 0 40317760 14431232000 1183091 33554432000 4194304 4196468 140735008218432 139975462394512 139975092100051 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32031] ppid=32021 vsize=14093000 memory=4140 CPUtime=5.38 cores=1,3,5,7
/proc/32024/task/32031/stat : 32031 (java) S 32021 32024 31730 0 -1 1077944384 106969 0 0 0 483 55 0 0 20 0 15 0 40317761 14431232000 1183091 33554432000 4194304 4196468 140735008218432 139975410777232 139975458166485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32032] ppid=32021 vsize=14093000 memory=4732364 CPUtime=5.38 cores=1,3,5,7
/proc/32024/task/32032/stat : 32032 (java) S 32021 32024 31730 0 -1 1077944384 102082 0 0 0 484 54 0 0 20 0 15 0 40317761 14431232000 1183091 33554432000 4194304 4196468 140735008218432 139975409724432 139975458166485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32033] ppid=32021 vsize=14093000 memory=4732364 CPUtime=5.41 cores=1,3,5,7
/proc/32024/task/32033/stat : 32033 (java) S 32021 32024 31730 0 -1 1077944384 106384 0 0 0 488 53 0 0 20 0 15 0 40317761 14431232000 1183091 33554432000 4194304 4196468 140735008218432 139975408671632 139975458166485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32034] ppid=32021 vsize=14093000 memory=4732364 CPUtime=5.42 cores=1,3,5,7
/proc/32024/task/32034/stat : 32034 (java) S 32021 32024 31730 0 -1 1077944384 103391 0 0 0 489 53 0 0 20 0 15 0 40317761 14431232000 1183091 33554432000 4194304 4196468 140735008218432 139975407618832 139975458166485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32038] ppid=32021 vsize=14093000 memory=4732364 CPUtime=0.38 cores=1,3,5,7
/proc/32024/task/32038/stat : 32038 (java) S 32021 32024 31730 0 -1 1077944384 22174 0 0 0 35 3 0 0 20 0 15 0 40317762 14431232000 1183091 33554432000 4194304 4196468 140735008218432 139975000222064 139975458167426 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32039] ppid=32021 vsize=14093000 memory=4732364 CPUtime=0 cores=1,3,5,7
/proc/32024/task/32039/stat : 32039 (java) S 32021 32024 31730 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 40317762 14431232000 1183091 33554432000 4194304 4196468 140735008218432 139974999168096 139975458166485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32040] ppid=32021 vsize=14093000 memory=4732364 CPUtime=0 cores=1,3,5,7
/proc/32024/task/32040/stat : 32040 (java) S 32021 32024 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40317763 14431232000 1183091 33554432000 4194304 4196468 140735008218432 139974368551808 139975458166485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32047] ppid=32021 vsize=14093000 memory=4732364 CPUtime=0 cores=1,3,5,7
/proc/32024/task/32047/stat : 32047 (java) S 32021 32024 31730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40317765 14431232000 1183091 33554432000 4194304 4196468 140735008218432 139974367500112 139975458174875 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32048] ppid=32021 vsize=14093000 memory=1408 CPUtime=6.81 cores=1,3,5,7
/proc/32024/task/32048/stat : 32048 (java) S 32021 32024 31730 0 -1 1077944384 11629 0 0 0 678 3 0 0 20 0 15 0 40317765 14431232000 1183091 33554432000 4194304 4196468 140735008218432 139974366448496 139975458167426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32049] ppid=32021 vsize=14093000 memory=3208 CPUtime=6.48 cores=1,3,5,7
/proc/32024/task/32049/stat : 32049 (java) S 32021 32024 31730 0 -1 1077944384 12165 0 0 0 646 2 0 0 20 0 15 0 40317765 14431232000 1183091 33554432000 4194304 4196468 140735008218432 139974365395696 139975458167426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32050] ppid=32021 vsize=14093000 memory=280057906822432 CPUtime=2.08 cores=1,3,5,7
/proc/32024/task/32050/stat : 32050 (java) S 32021 32024 31730 0 -1 1077944384 14143 0 0 0 205 3 0 0 20 0 15 0 40317765 14431232000 1183091 33554432000 4194304 4196468 140735008218432 139974364342896 139975458167426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32051] ppid=32021 vsize=14093000 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32024/task/32051/stat : 32051 (java) S 32021 32024 31730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40317765 14431232000 1183091 33554432000 4194304 4196468 140735008218432 139974363290336 139975458166485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32052] ppid=32021 vsize=14093000 memory=4769300 CPUtime=0.58 cores=1,3,5,7
/proc/32024/task/32052/stat : 32052 (java) S 32021 32024 31730 0 -1 1077944384 1411 0 0 0 25 33 0 0 20 0 15 0 40317765 14431232000 1183091 33554432000 4194304 4196468 140735008218432 139974362237616 139975458167426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
Current children cumulated CPU time: 2234.11 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 4732364 KiB

[startup+2262.3 s]
/proc/loadavg: 1.59 1.63 1.66 4/216 32146
/proc/meminfo: memFree=16746060/32770624 swapFree=67108860/67108860
[pid=32024] ppid=32021 vsize=14093000 memory=4707228 CPUtime=2294.21 cores=1,3,5,7
/proc/32024/stat : 32024 (java) S 32021 32024 31730 0 -1 1077944320 1183978 0 0 0 229075 346 0 0 20 0 15 0 40317759 14431232000 1176807 33554432000 4194304 4196468 140735008218432 140735008200976 139975458156279 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
/proc/32024/statm: 3523250 1176807 3626 1 0 3485321 0
[pid=32024/tid=32026] ppid=32021 vsize=14093000 memory=4707228 CPUtime=2256.09 cores=1,3,5,7
/proc/32024/task/32026/stat : 32026 (java) R 32021 32024 31730 0 -1 4202560 697754 0 0 0 225520 89 0 0 20 0 15 0 40317760 14431232000 1176807 33554432000 4194304 4196468 140735008218432 139975462394336 139975102678804 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32031] ppid=32021 vsize=14093000 memory=4008 CPUtime=5.4 cores=1,3,5,7
/proc/32024/task/32031/stat : 32031 (java) S 32021 32024 31730 0 -1 1077944384 108540 0 0 0 485 55 0 0 20 0 15 0 40317761 14431232000 1176807 33554432000 4194304 4196468 140735008218432 139975410777232 139975458166485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32032] ppid=32021 vsize=14093000 memory=4707228 CPUtime=5.41 cores=1,3,5,7
/proc/32024/task/32032/stat : 32032 (java) S 32021 32024 31730 0 -1 1077944384 102853 0 0 0 487 54 0 0 20 0 15 0 40317761 14431232000 1176807 33554432000 4194304 4196468 140735008218432 139975409724432 139975458166485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32033] ppid=32021 vsize=14093000 memory=4140 CPUtime=5.43 cores=1,3,5,7
/proc/32024/task/32033/stat : 32033 (java) S 32021 32024 31730 0 -1 1077944384 107182 0 0 0 490 53 0 0 20 0 15 0 40317761 14431232000 1176807 33554432000 4194304 4196468 140735008218432 139975408671632 139975458166485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32034] ppid=32021 vsize=14093000 memory=0 CPUtime=5.45 cores=1,3,5,7
/proc/32024/task/32034/stat : 32034 (java) S 32021 32024 31730 0 -1 1077944384 104470 0 0 0 492 53 0 0 20 0 15 0 40317761 14431232000 1176807 33554432000 4194304 4196468 140735008218432 139975407618832 139975458166485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32038] ppid=32021 vsize=14093000 memory=4707228 CPUtime=0.39 cores=1,3,5,7
/proc/32024/task/32038/stat : 32038 (java) S 32021 32024 31730 0 -1 1077944384 22426 0 0 0 36 3 0 0 20 0 15 0 40317762 14431232000 1176807 33554432000 4194304 4196468 140735008218432 139975000222064 139975458167426 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32039] ppid=32021 vsize=14093000 memory=4707228 CPUtime=0 cores=1,3,5,7
/proc/32024/task/32039/stat : 32039 (java) S 32021 32024 31730 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 40317762 14431232000 1176807 33554432000 4194304 4196468 140735008218432 139974999168096 139975458166485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32040] ppid=32021 vsize=14093000 memory=4707228 CPUtime=0 cores=1,3,5,7
/proc/32024/task/32040/stat : 32040 (java) S 32021 32024 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40317763 14431232000 1176807 33554432000 4194304 4196468 140735008218432 139974368551808 139975458166485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32047] ppid=32021 vsize=14093000 memory=4707228 CPUtime=0 cores=1,3,5,7
/proc/32024/task/32047/stat : 32047 (java) S 32021 32024 31730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40317765 14431232000 1176807 33554432000 4194304 4196468 140735008218432 139974367500112 139975458174875 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32048] ppid=32021 vsize=14093000 memory=4707228 CPUtime=6.81 cores=1,3,5,7
/proc/32024/task/32048/stat : 32048 (java) S 32021 32024 31730 0 -1 1077944384 11632 0 0 0 678 3 0 0 20 0 15 0 40317765 14431232000 1176807 33554432000 4194304 4196468 140735008218432 139974366448496 139975458167426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32049] ppid=32021 vsize=14093000 memory=4707228 CPUtime=6.48 cores=1,3,5,7
/proc/32024/task/32049/stat : 32049 (java) S 32021 32024 31730 0 -1 1077944384 12173 0 0 0 646 2 0 0 20 0 15 0 40317765 14431232000 1176807 33554432000 4194304 4196468 140735008218432 139974365395696 139975458167426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32050] ppid=32021 vsize=14093000 memory=0 CPUtime=2.08 cores=1,3,5,7
/proc/32024/task/32050/stat : 32050 (java) S 32021 32024 31730 0 -1 1077944384 14147 0 0 0 205 3 0 0 20 0 15 0 40317765 14431232000 1176807 33554432000 4194304 4196468 140735008218432 139974364342896 139975458167426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32051] ppid=32021 vsize=14093000 memory=7532 CPUtime=0 cores=1,3,5,7
/proc/32024/task/32051/stat : 32051 (java) S 32021 32024 31730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40317765 14431232000 1176807 33554432000 4194304 4196468 140735008218432 139974363290336 139975458166485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32052] ppid=32021 vsize=14093000 memory=1296 CPUtime=0.58 cores=1,3,5,7
/proc/32024/task/32052/stat : 32052 (java) S 32021 32024 31730 0 -1 1077944384 1439 0 0 0 25 33 0 0 20 0 15 0 40317765 14431232000 1176807 33554432000 4194304 4196468 140735008218432 139974362237616 139975458167426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
Current children cumulated CPU time: 2294.21 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 4707228 KiB

[startup+2322.3 s]
/proc/loadavg: 1.60 1.61 1.65 4/216 32147
/proc/meminfo: memFree=16777952/32770624 swapFree=67108860/67108860
[pid=32024] ppid=32021 vsize=14093000 memory=4673368 CPUtime=2354.3 cores=1,3,5,7
/proc/32024/stat : 32024 (java) S 32021 32024 31730 0 -1 1077944320 1191522 0 0 0 235082 348 0 0 20 0 15 0 40317759 14431232000 1168342 33554432000 4194304 4196468 140735008218432 140735008200976 139975458156279 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
/proc/32024/statm: 3523250 1168342 3626 1 0 3485321 0
[pid=32024/tid=32026] ppid=32021 vsize=14093000 memory=4673368 CPUtime=2316.05 cores=1,3,5,7
/proc/32024/task/32026/stat : 32026 (java) R 32021 32024 31730 0 -1 4202560 700810 0 0 0 231516 89 0 0 20 0 15 0 40317760 14431232000 1168342 33554432000 4194304 4196468 140735008218432 139975462394512 139975092100051 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32031] ppid=32021 vsize=14093000 memory=4673368 CPUtime=5.43 cores=1,3,5,7
/proc/32024/task/32031/stat : 32031 (java) S 32021 32024 31730 0 -1 1077944384 110080 0 0 0 488 55 0 0 20 0 15 0 40317761 14431232000 1168342 33554432000 4194304 4196468 140735008218432 139975410777232 139975458166485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32032] ppid=32021 vsize=14093000 memory=4673368 CPUtime=5.43 cores=1,3,5,7
/proc/32024/task/32032/stat : 32032 (java) S 32021 32024 31730 0 -1 1077944384 103640 0 0 0 489 54 0 0 20 0 15 0 40317761 14431232000 1168342 33554432000 4194304 4196468 140735008218432 139975409724432 139975458166485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32033] ppid=32021 vsize=14093000 memory=4673368 CPUtime=5.46 cores=1,3,5,7
/proc/32024/task/32033/stat : 32033 (java) S 32021 32024 31730 0 -1 1077944384 108262 0 0 0 493 53 0 0 20 0 15 0 40317761 14431232000 1168342 33554432000 4194304 4196468 140735008218432 139975408671632 139975458166485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32034] ppid=32021 vsize=14093000 memory=4673368 CPUtime=5.47 cores=1,3,5,7
/proc/32024/task/32034/stat : 32034 (java) S 32021 32024 31730 0 -1 1077944384 105259 0 0 0 494 53 0 0 20 0 15 0 40317761 14431232000 1168342 33554432000 4194304 4196468 140735008218432 139975407618832 139975458166485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32038] ppid=32021 vsize=14093000 memory=4673368 CPUtime=0.39 cores=1,3,5,7
/proc/32024/task/32038/stat : 32038 (java) S 32021 32024 31730 0 -1 1077944384 22674 0 0 0 36 3 0 0 20 0 15 0 40317762 14431232000 1168342 33554432000 4194304 4196468 140735008218432 139975000222064 139975458167426 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32039] ppid=32021 vsize=14093000 memory=4673368 CPUtime=0 cores=1,3,5,7
/proc/32024/task/32039/stat : 32039 (java) S 32021 32024 31730 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 40317762 14431232000 1168342 33554432000 4194304 4196468 140735008218432 139974999168096 139975458166485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32040] ppid=32021 vsize=14093000 memory=4673368 CPUtime=0 cores=1,3,5,7
/proc/32024/task/32040/stat : 32040 (java) S 32021 32024 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40317763 14431232000 1168342 33554432000 4194304 4196468 140735008218432 139974368551808 139975458166485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32047] ppid=32021 vsize=14093000 memory=4673368 CPUtime=0 cores=1,3,5,7
/proc/32024/task/32047/stat : 32047 (java) S 32021 32024 31730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40317765 14431232000 1168342 33554432000 4194304 4196468 140735008218432 139974367500112 139975458174875 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32048] ppid=32021 vsize=14093000 memory=4673368 CPUtime=6.81 cores=1,3,5,7
/proc/32024/task/32048/stat : 32048 (java) S 32021 32024 31730 0 -1 1077944384 11636 0 0 0 678 3 0 0 20 0 15 0 40317765 14431232000 1168342 33554432000 4194304 4196468 140735008218432 139974366448496 139975458167426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32049] ppid=32021 vsize=14093000 memory=4673368 CPUtime=6.49 cores=1,3,5,7
/proc/32024/task/32049/stat : 32049 (java) S 32021 32024 31730 0 -1 1077944384 12180 0 0 0 646 3 0 0 20 0 15 0 40317765 14431232000 1168342 33554432000 4194304 4196468 140735008218432 139974365395696 139975458167426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32050] ppid=32021 vsize=14093000 memory=4673368 CPUtime=2.08 cores=1,3,5,7
/proc/32024/task/32050/stat : 32050 (java) S 32021 32024 31730 0 -1 1077944384 14151 0 0 0 205 3 0 0 20 0 15 0 40317765 14431232000 1168342 33554432000 4194304 4196468 140735008218432 139974364342896 139975458167426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32051] ppid=32021 vsize=14093000 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/32024/task/32051/stat : 32051 (java) S 32021 32024 31730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40317765 14431232000 1168342 33554432000 4194304 4196468 140735008218432 139974363290336 139975458166485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32052] ppid=32021 vsize=14093000 memory=1004 CPUtime=0.6 cores=1,3,5,7
/proc/32024/task/32052/stat : 32052 (java) S 32021 32024 31730 0 -1 1077944384 1468 0 0 0 26 34 0 0 20 0 15 0 40317765 14431232000 1168342 33554432000 4194304 4196468 140735008218432 139974362237616 139975458167426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
Current children cumulated CPU time: 2354.3 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 4673368 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2368 s]*
/proc/loadavg: 1.67 1.62 1.65 4/215 32149
/proc/meminfo: memFree=16797288/32770624 swapFree=67108860/67108860
[pid=32024] ppid=32021 vsize=14093000 memory=4651824 CPUtime=2400.09 cores=1,3,5,7
/proc/32024/stat : 32024 (java) S 32021 32024 31730 0 -1 1077944320 1198554 0 0 0 239660 349 0 0 20 0 15 0 40317759 14431232000 1162956 33554432000 4194304 4196468 140735008218432 140735008200976 139975458156279 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
/proc/32024/statm: 3523250 1162956 3626 1 0 3485321 0
[pid=32024/tid=32026] ppid=32021 vsize=14093000 memory=12972 CPUtime=2361.73 cores=1,3,5,7
/proc/32024/task/32026/stat : 32026 (java) R 32021 32024 31730 0 -1 4202560 703358 0 0 0 236084 89 0 0 20 0 15 0 40317760 14431232000 1162956 33554432000 4194304 4196468 140735008218432 139975462394336 139975102678083 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32031] ppid=32021 vsize=14093000 memory=796 CPUtime=5.45 cores=1,3,5,7
/proc/32024/task/32031/stat : 32031 (java) S 32021 32024 31730 0 -1 1077944384 111174 0 0 0 490 55 0 0 20 0 15 0 40317761 14431232000 1162956 33554432000 4194304 4196468 140735008218432 139975410777232 139975458166485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32032] ppid=32021 vsize=14093000 memory=4651824 CPUtime=5.46 cores=1,3,5,7
/proc/32024/task/32032/stat : 32032 (java) S 32021 32024 31730 0 -1 1077944384 104395 0 0 0 492 54 0 0 20 0 15 0 40317761 14431232000 1162956 33554432000 4194304 4196468 140735008218432 139975409724432 139975458166485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32033] ppid=32021 vsize=14093000 memory=4126316290023845779 CPUtime=5.48 cores=1,3,5,7
/proc/32024/task/32033/stat : 32033 (java) S 32021 32024 31730 0 -1 1077944384 109057 0 0 0 495 53 0 0 20 0 15 0 40317761 14431232000 1162956 33554432000 4194304 4196468 140735008218432 139975408671632 139975458166485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32034] ppid=32021 vsize=14093000 memory=4612 CPUtime=5.49 cores=1,3,5,7
/proc/32024/task/32034/stat : 32034 (java) S 32021 32024 31730 0 -1 1077944384 106811 0 0 0 496 53 0 0 20 0 15 0 40317761 14431232000 1162956 33554432000 4194304 4196468 140735008218432 139975407618832 139975458166485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32038] ppid=32021 vsize=14093000 memory=1708 CPUtime=0.39 cores=1,3,5,7
/proc/32024/task/32038/stat : 32038 (java) S 32021 32024 31730 0 -1 1077944384 22921 0 0 0 36 3 0 0 20 0 15 0 40317762 14431232000 1162956 33554432000 4194304 4196468 140735008218432 139975000222064 139975458167426 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32039] ppid=32021 vsize=14093000 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/32024/task/32039/stat : 32039 (java) S 32021 32024 31730 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 40317762 14431232000 1162956 33554432000 4194304 4196468 140735008218432 139974999168096 139975458166485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32040] ppid=32021 vsize=14093000 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/32024/task/32040/stat : 32040 (java) S 32021 32024 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40317763 14431232000 1162956 33554432000 4194304 4196468 140735008218432 139974368551808 139975458166485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32047] ppid=32021 vsize=14093000 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/32024/task/32047/stat : 32047 (java) S 32021 32024 31730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40317765 14431232000 1162956 33554432000 4194304 4196468 140735008218432 139974367500112 139975458174875 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32048] ppid=32021 vsize=14093000 memory=8372 CPUtime=6.81 cores=1,3,5,7
/proc/32024/task/32048/stat : 32048 (java) S 32021 32024 31730 0 -1 1077944384 11641 0 0 0 678 3 0 0 20 0 15 0 40317765 14431232000 1162956 33554432000 4194304 4196468 140735008218432 139974366448496 139975458167426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32049] ppid=32021 vsize=14093000 memory=12972 CPUtime=6.49 cores=1,3,5,7
/proc/32024/task/32049/stat : 32049 (java) S 32021 32024 31730 0 -1 1077944384 12183 0 0 0 646 3 0 0 20 0 15 0 40317765 14431232000 1162956 33554432000 4194304 4196468 140735008218432 139974365395696 139975458167426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32050] ppid=32021 vsize=14093000 memory=796 CPUtime=2.08 cores=1,3,5,7
/proc/32024/task/32050/stat : 32050 (java) S 32021 32024 31730 0 -1 1077944384 14158 0 0 0 205 3 0 0 20 0 15 0 40317765 14431232000 1162956 33554432000 4194304 4196468 140735008218432 139974364342896 139975458167426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32051] ppid=32021 vsize=14093000 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/32024/task/32051/stat : 32051 (java) S 32021 32024 31730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40317765 14431232000 1162956 33554432000 4194304 4196468 140735008218432 139974363290336 139975458166485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
[pid=32024/tid=32052] ppid=32021 vsize=14093000 memory=1200 CPUtime=0.62 cores=1,3,5,7
/proc/32024/task/32052/stat : 32052 (java) S 32021 32024 31730 0 -1 1077944384 1494 0 0 0 27 35 0 0 20 0 15 0 40317765 14431232000 1162956 33554432000 4194304 4196468 140735008218432 139974362237616 139975458167426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27201536 140735008224329 140735008224521 140735008224521 140735008227279 0
Current children cumulated CPU time: 2400.09 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 4651824 KiB

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

[startup+2368.04 s]
# the end of solver process 32024 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.61 s, system=3.52321 s

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

Child status: 143
Real time (s): 2368.04
CPU time (s): 2400.14
CPU user time (s): 2396.61
CPU system time (s): 3.52321
CPU usage (%): 101.355
Max. virtual memory (cumulated for all children) (KiB): 14093000
Max. memory (cumulated for all children) (KiB): 5182468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.61
system time used= 3.52321
maximum resident set size= 5182468
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1199311
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2056
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 60948
involuntary context switches= 1591


# summary of solver processes directly reported to runsolver:
#   pid: 32024
#   total CPU time (s): 2400.14
#   total CPU user time (s): 2396.61
#   total CPU system time (s): 3.52321

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.4605 second user time and 20.641 second system time

The end

Launcher Data

Begin job on node137 at 2018-07-22 04:45:46
IDJOB=4290413
IDBENCH=141043
IDSOLVER=2743
FILE ID=node137/4290413-1532227546
RUNJOBID= node137-1532225156-31762
PBS_JOBID= 21018945
Free space on /tmp= 56880 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-07-02
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-4290413-1532227546/watcher-4290413-1532227546 -o /tmp/evaluation-result-4290413-1532227546/solver-4290413-1532227546 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532225156-31762 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 933689662 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290413-1532227546.xml

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

MD5SUM BENCH= d4df4d24fcb6b75374a4511056cd4f34
RANDOM SEED=933689662

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        21779844 kB
MemAvailable:   31936768 kB
Buffers:          223924 kB
Cached:         10132784 kB
SwapCached:            0 kB
Active:          1733776 kB
Inactive:        8679712 kB
Active(anon):      59784 kB
Inactive(anon):    16944 kB
Active(file):    1673992 kB
Inactive(file):  8662768 kB
Unevictable:        7312 kB
Mlocked:            7312 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             73240 kB
Writeback:             0 kB
AnonPages:         63592 kB
Mapped:            34712 kB
Shmem:             17036 kB
Slab:             275136 kB
SReclaimable:     248624 kB
SUnreclaim:        26512 kB
KernelStack:        3328 kB
PageTables:         4672 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     320080 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 56820 MiB
End job on node137 at 2018-07-22 05:25:14