Trace number 4291598

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
OscaR - Hybrid 2018-07-02? (TO) 2400.04 2380.81

General information on the benchmark

NameNurseRostering/
NurseRostering-07_c18.xml
MD5SUM39ce033b713bdbb29423ae6f53deb82d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark5606
Best CPU time to get the best result obtained on this benchmark2520.14
Satisfiable
(Un)Satisfiability was proved
Number of variables1112
Number of constraints2738
Number of domains16
Minimum domain size1
Maximum domain size29
Distribution of domain sizes[{"size":1,"count":40},{"size":2,"count":248},{"size":4,"count":560},{"size":5,"count":3},{"size":10,"count":9},{"size":21,"count":196},{"size":29,"count":56}]
Minimum variable degree2
Maximum variable degree25
Distribution of variable degrees[{"degree":2,"count":472},{"degree":3,"count":80},{"degree":12,"count":5},{"degree":13,"count":15},{"degree":14,"count":19},{"degree":15,"count":3},{"degree":16,"count":15},{"degree":17,"count":25},{"degree":18,"count":28},{"degree":19,"count":37},{"degree":20,"count":69},{"degree":21,"count":127},{"degree":22,"count":116},{"degree":23,"count":48},{"degree":24,"count":48},{"degree":25,"count":5}]
Minimum constraint arity2
Maximum constraint arity40
Distribution of constraint arities[{"arity":2,"count":1145},{"arity":3,"count":780},{"arity":4,"count":165},{"arity":6,"count":345},{"arity":7,"count":110},{"arity":21,"count":112},{"arity":29,"count":80},{"arity":40,"count":1}]
Number of extensional constraints652
Number of intensional constraints358
Distribution of constraint types[{"type":"extension","count":652},{"type":"intension","count":358},{"type":"regular","count":1040},{"type":"sum","count":40},{"type":"count","count":647},{"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: 1572265901
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...
5.81/2.48	c Parsing done, starting first complete search...
2400.02/2380.80	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 (14377 MiB free)
  memory of node 1: 16384 MiB (12832 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4291598-1532231237/watcher-4291598-1532231237 -o /tmp/evaluation-result-4291598-1532231237/solver-4291598-1532231237 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532226534-26745 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 1572265901 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4291598-1532231237.xml 

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

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

solver pid=27197, runsolver pid=27194

[startup+0.100102 s]*
/proc/loadavg: 1.48 1.36 1.41 4/215 27212
/proc/meminfo: memFree=27845740/32770624 swapFree=67108860/67108860
[pid=27197] ppid=27194 vsize=14082740 memory=32764 CPUtime=0.11 cores=0,2,4,6
/proc/27197/stat : 27197 (java) S 27194 27197 26714 0 -1 1077944320 7141 0 0 0 10 1 0 0 20 0 15 0 40686929 14420725760 8191 33554432000 4194304 4196468 140725747582864 140725747565408 139967654412023 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
/proc/27197/statm: 3520685 8191 3130 1 0 3482761 0
[pid=27197/tid=27199] ppid=27194 vsize=14082740 memory=-8629632960754257788 CPUtime=0.09 cores=0,2,4,6
/proc/27197/task/27199/stat : 27199 (java) R 27194 27197 26714 0 -1 4202560 5196 0 0 0 8 1 0 0 20 0 15 0 40686929 14420725760 8191 33554432000 4194304 4196468 140725747582864 139967658645488 139967638492510 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27200] ppid=27194 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27197/task/27200/stat : 27200 (java) S 27194 27197 26714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40686930 14420725760 8191 33554432000 4194304 4196468 140725747582864 139967617518096 139967654422229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27201] ppid=27194 vsize=14082740 memory=140084513437312 CPUtime=0 cores=0,2,4,6
/proc/27197/task/27201/stat : 27201 (java) S 27194 27197 26714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40686930 14420725760 8191 33554432000 4194304 4196468 140725747582864 139967248657040 139967654422229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27202] ppid=27194 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27197/task/27202/stat : 27202 (java) S 27194 27197 26714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40686930 14420725760 8191 33554432000 4194304 4196468 140725747582864 139967247603984 139967654422229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27203] ppid=27194 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27197/task/27203/stat : 27203 (java) S 27194 27197 26714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40686930 14420725760 8191 33554432000 4194304 4196468 140725747582864 139967246551440 139967654422229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27204] ppid=27194 vsize=14082740 memory=140084513437312 CPUtime=0 cores=0,2,4,6
/proc/27197/task/27204/stat : 27204 (java) S 27194 27197 26714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40686932 14420725760 8191 33554432000 4194304 4196468 140725747582864 139967129025264 139967654423170 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27205] ppid=27194 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27197/task/27205/stat : 27205 (java) S 27194 27197 26714 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40686932 14420725760 8191 33554432000 4194304 4196468 140725747582864 139967127971488 139967654422229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27206] ppid=27194 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27197/task/27206/stat : 27206 (java) S 27194 27197 26714 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40686932 14420725760 8191 33554432000 4194304 4196468 140725747582864 139967126918384 139967654422229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27207] ppid=27194 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27197/task/27207/stat : 27207 (java) S 27194 27197 26714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40686935 14420725760 8191 33554432000 4194304 4196468 140725747582864 139967125866960 139967654430619 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27208] ppid=27194 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27197/task/27208/stat : 27208 (java) S 27194 27197 26714 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 40686935 14420725760 8191 33554432000 4194304 4196468 140725747582864 139967124814064 139967654423170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27209] ppid=27194 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27197/task/27209/stat : 27209 (java) S 27194 27197 26714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40686935 14420725760 8191 33554432000 4194304 4196468 140725747582864 139967123761520 139967654423170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27210] ppid=27194 vsize=14082740 memory=140084513437312 CPUtime=0.01 cores=0,2,4,6
/proc/27197/task/27210/stat : 27210 (java) R 27194 27197 26714 0 -1 4202560 261 0 0 0 1 0 0 0 20 0 15 0 40686935 14420725760 8191 33554432000 4194304 4196468 140725747582864 139967122708464 139967633112224 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27211] ppid=27194 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27197/task/27211/stat : 27211 (java) S 27194 27197 26714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40686935 14420725760 8191 33554432000 4194304 4196468 140725747582864 139967121656160 139967654422229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27212] ppid=27194 vsize=14082740 memory=140084513437312 CPUtime=0 cores=0,2,4,6
/proc/27197/task/27212/stat : 27212 (java) S 27194 27197 26714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40686935 14420725760 8191 33554432000 4194304 4196468 140725747582864 139967120604208 139967654423170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 32764 KiB

[startup+0.210255 s]*
/proc/loadavg: 1.48 1.36 1.41 6/215 27212
/proc/meminfo: memFree=27829692/32770624 swapFree=67108860/67108860
[pid=27197] ppid=27194 vsize=14082740 memory=46900 CPUtime=0.31 cores=0,2,4,6
/proc/27197/stat : 27197 (java) S 27194 27197 26714 0 -1 1077944320 10390 0 0 0 29 2 0 0 20 0 15 0 40686929 14420725760 11725 33554432000 4194304 4196468 140725747582864 140725747565408 139967654412023 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
/proc/27197/statm: 3520685 11725 3377 1 0 3482761 0
[pid=27197/tid=27199] ppid=27194 vsize=14082740 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/27197/task/27199/stat : 27199 (java) R 27194 27197 26714 0 -1 4202560 8079 0 0 0 18 2 0 0 20 0 15 0 40686929 14420725760 11725 33554432000 4194304 4196468 140725747582864 139967658631024 139967654433949 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27200] ppid=27194 vsize=14082740 memory=345 CPUtime=0 cores=0,2,4,6
/proc/27197/task/27200/stat : 27200 (java) S 27194 27197 26714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40686930 14420725760 11725 33554432000 4194304 4196468 140725747582864 139967617518096 139967654422229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27201] ppid=27194 vsize=14082740 memory=288370460665149056 CPUtime=0 cores=0,2,4,6
/proc/27197/task/27201/stat : 27201 (java) S 27194 27197 26714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40686930 14420725760 11725 33554432000 4194304 4196468 140725747582864 139967248657040 139967654422229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27202] ppid=27194 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27197/task/27202/stat : 27202 (java) S 27194 27197 26714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40686930 14420725760 11725 33554432000 4194304 4196468 140725747582864 139967247603984 139967654422229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27203] ppid=27194 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27197/task/27203/stat : 27203 (java) S 27194 27197 26714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40686930 14420725760 11725 33554432000 4194304 4196468 140725747582864 139967246551440 139967654422229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27204] ppid=27194 vsize=14082740 memory=140084513437312 CPUtime=0 cores=0,2,4,6
/proc/27197/task/27204/stat : 27204 (java) S 27194 27197 26714 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 40686932 14420725760 11725 33554432000 4194304 4196468 140725747582864 139967129025264 139967654423170 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27205] ppid=27194 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27197/task/27205/stat : 27205 (java) S 27194 27197 26714 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40686932 14420725760 11725 33554432000 4194304 4196468 140725747582864 139967127971488 139967654422229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27206] ppid=27194 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27197/task/27206/stat : 27206 (java) S 27194 27197 26714 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40686932 14420725760 11725 33554432000 4194304 4196468 140725747582864 139967126918384 139967654422229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27207] ppid=27194 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27197/task/27207/stat : 27207 (java) S 27194 27197 26714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40686935 14420725760 11725 33554432000 4194304 4196468 140725747582864 139967125866960 139967654430619 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27208] ppid=27194 vsize=14082740 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/27197/task/27208/stat : 27208 (java) S 27194 27197 26714 0 -1 1077944384 525 0 0 0 2 0 0 0 20 0 15 0 40686935 14420725760 11725 33554432000 4194304 4196468 140725747582864 139967124814064 139967654423170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27209] ppid=27194 vsize=14082740 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/27197/task/27209/stat : 27209 (java) R 27194 27197 26714 0 -1 4202560 83 0 0 0 1 0 0 0 20 0 15 0 40686935 14420725760 11725 33554432000 4194304 4196468 140725747582864 139967123753168 139967638810355 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27210] ppid=27194 vsize=14082740 memory=140084513437312 CPUtime=0.06 cores=0,2,4,6
/proc/27197/task/27210/stat : 27210 (java) R 27194 27197 26714 0 -1 4202560 320 0 0 0 6 0 0 0 20 0 15 0 40686935 14420725760 11725 33554432000 4194304 4196468 140725747582864 139967122706864 139967646649150 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27211] ppid=27194 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27197/task/27211/stat : 27211 (java) S 27194 27197 26714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40686935 14420725760 11725 33554432000 4194304 4196468 140725747582864 139967121656160 139967654422229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27212] ppid=27194 vsize=14082740 memory=140084513437312 CPUtime=0 cores=0,2,4,6
/proc/27197/task/27212/stat : 27212 (java) S 27194 27197 26714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40686935 14420725760 11725 33554432000 4194304 4196468 140725747582864 139967120604208 139967654423170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 46900 KiB

[startup+0.310562 s]*
/proc/loadavg: 1.48 1.36 1.41 3/215 27212
/proc/meminfo: memFree=27826156/32770624 swapFree=67108860/67108860
[pid=27197] ppid=27194 vsize=14082740 memory=50644 CPUtime=0.43 cores=0,2,4,6
/proc/27197/stat : 27197 (java) S 27194 27197 26714 0 -1 1077944320 10761 0 0 0 41 2 0 0 20 0 15 0 40686929 14420725760 12661 33554432000 4194304 4196468 140725747582864 140725747565408 139967654412023 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
/proc/27197/statm: 3520685 12661 3383 1 0 3482761 0
[pid=27197/tid=27199] ppid=27194 vsize=14082740 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/27197/task/27199/stat : 27199 (java) R 27194 27197 26714 0 -1 4202560 8428 0 0 0 28 2 0 0 20 0 15 0 40686929 14420725760 12661 33554432000 4194304 4196468 140725747582864 139967658573760 139967638492510 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27200] ppid=27194 vsize=14082740 memory=288230609002954775 CPUtime=0 cores=0,2,4,6
/proc/27197/task/27200/stat : 27200 (java) S 27194 27197 26714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40686930 14420725760 12661 33554432000 4194304 4196468 140725747582864 139967617518096 139967654422229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27201] ppid=27194 vsize=14082740 memory=288370460665149056 CPUtime=0 cores=0,2,4,6
/proc/27197/task/27201/stat : 27201 (java) S 27194 27197 26714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40686930 14420725760 12661 33554432000 4194304 4196468 140725747582864 139967248657040 139967654422229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27202] ppid=27194 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27197/task/27202/stat : 27202 (java) S 27194 27197 26714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40686930 14420725760 12661 33554432000 4194304 4196468 140725747582864 139967247603984 139967654422229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27203] ppid=27194 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27197/task/27203/stat : 27203 (java) S 27194 27197 26714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40686930 14420725760 12661 33554432000 4194304 4196468 140725747582864 139967246551440 139967654422229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27204] ppid=27194 vsize=14082740 memory=140084513437312 CPUtime=0 cores=0,2,4,6
/proc/27197/task/27204/stat : 27204 (java) S 27194 27197 26714 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 40686932 14420725760 12661 33554432000 4194304 4196468 140725747582864 139967129025264 139967654423170 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27205] ppid=27194 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27197/task/27205/stat : 27205 (java) S 27194 27197 26714 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40686932 14420725760 12661 33554432000 4194304 4196468 140725747582864 139967127971488 139967654422229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27206] ppid=27194 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27197/task/27206/stat : 27206 (java) S 27194 27197 26714 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40686932 14420725760 12661 33554432000 4194304 4196468 140725747582864 139967126918384 139967654422229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27207] ppid=27194 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27197/task/27207/stat : 27207 (java) S 27194 27197 26714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40686935 14420725760 12661 33554432000 4194304 4196468 140725747582864 139967125866960 139967654430619 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27208] ppid=27194 vsize=14082740 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/27197/task/27208/stat : 27208 (java) S 27194 27197 26714 0 -1 1077944384 525 0 0 0 2 0 0 0 20 0 15 0 40686935 14420725760 12661 33554432000 4194304 4196468 140725747582864 139967124814064 139967654423170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27209] ppid=27194 vsize=14082740 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/27197/task/27209/stat : 27209 (java) S 27194 27197 26714 0 -1 1077944384 89 0 0 0 1 0 0 0 20 0 15 0 40686935 14420725760 12661 33554432000 4194304 4196468 140725747582864 139967123761520 139967654423170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27210] ppid=27194 vsize=14082740 memory=140084513437312 CPUtime=0.08 cores=0,2,4,6
/proc/27197/task/27210/stat : 27210 (java) S 27194 27197 26714 0 -1 1077944384 335 0 0 0 8 0 0 0 20 0 15 0 40686935 14420725760 12661 33554432000 4194304 4196468 140725747582864 139967122708464 139967654423170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27211] ppid=27194 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27197/task/27211/stat : 27211 (java) S 27194 27197 26714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40686935 14420725760 12661 33554432000 4194304 4196468 140725747582864 139967121656160 139967654422229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27212] ppid=27194 vsize=14082740 memory=140084513437312 CPUtime=0 cores=0,2,4,6
/proc/27197/task/27212/stat : 27212 (java) S 27194 27197 26714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40686935 14420725760 12661 33554432000 4194304 4196468 140725747582864 139967120604208 139967654423170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 50644 KiB

[startup+0.700736 s]
/proc/loadavg: 1.48 1.36 1.41 3/215 27212
/proc/meminfo: memFree=27801728/32770624 swapFree=67108860/67108860
[pid=27197] ppid=27194 vsize=14084808 memory=88904 CPUtime=0.99 cores=0,2,4,6
/proc/27197/stat : 27197 (java) S 27194 27197 26714 0 -1 1077944320 17568 0 0 0 96 3 0 0 20 0 15 0 40686929 14422843392 22226 33554432000 4194304 4196468 140725747582864 140725747565408 139967654412023 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
/proc/27197/statm: 3521202 22226 3503 1 0 3483273 0
[pid=27197/tid=27199] ppid=27194 vsize=14084808 memory=1724 CPUtime=0.67 cores=0,2,4,6
/proc/27197/task/27199/stat : 27199 (java) R 27194 27197 26714 0 -1 4202560 14874 0 0 0 64 3 0 0 20 0 15 0 40686929 14422843392 22226 33554432000 4194304 4196468 140725747582864 139967658636192 139967638492510 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27200] ppid=27194 vsize=14084808 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/27197/task/27200/stat : 27200 (java) S 27194 27197 26714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40686930 14422843392 22226 33554432000 4194304 4196468 140725747582864 139967617518096 139967654422229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27201] ppid=27194 vsize=14084808 memory=14004 CPUtime=0 cores=0,2,4,6
/proc/27197/task/27201/stat : 27201 (java) S 27194 27197 26714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40686930 14422843392 22226 33554432000 4194304 4196468 140725747582864 139967248657040 139967654422229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27202] ppid=27194 vsize=14084808 memory=796 CPUtime=0 cores=0,2,4,6
/proc/27197/task/27202/stat : 27202 (java) S 27194 27197 26714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40686930 14422843392 22226 33554432000 4194304 4196468 140725747582864 139967247603984 139967654422229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27203] ppid=27194 vsize=14084808 memory=1712 CPUtime=0 cores=0,2,4,6
/proc/27197/task/27203/stat : 27203 (java) S 27194 27197 26714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40686930 14422843392 22226 33554432000 4194304 4196468 140725747582864 139967246551440 139967654422229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27204] ppid=27194 vsize=14084808 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/27197/task/27204/stat : 27204 (java) S 27194 27197 26714 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 40686932 14422843392 22226 33554432000 4194304 4196468 140725747582864 139967129025264 139967654423170 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27205] ppid=27194 vsize=14084808 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/27197/task/27205/stat : 27205 (java) S 27194 27197 26714 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40686932 14422843392 22226 33554432000 4194304 4196468 140725747582864 139967127971488 139967654422229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27206] ppid=27194 vsize=14084808 memory=8356 CPUtime=0 cores=0,2,4,6
/proc/27197/task/27206/stat : 27206 (java) S 27194 27197 26714 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40686932 14422843392 22226 33554432000 4194304 4196468 140725747582864 139967126918384 139967654422229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27207] ppid=27194 vsize=14084808 memory=5520 CPUtime=0 cores=0,2,4,6
/proc/27197/task/27207/stat : 27207 (java) S 27194 27197 26714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40686935 14422843392 22226 33554432000 4194304 4196468 140725747582864 139967125866960 139967654430619 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27208] ppid=27194 vsize=14084808 memory=7092418796125250880 CPUtime=0.08 cores=0,2,4,6
/proc/27197/task/27208/stat : 27208 (java) S 27194 27197 26714 0 -1 1077944384 664 0 0 0 8 0 0 0 20 0 15 0 40686935 14422843392 22226 33554432000 4194304 4196468 140725747582864 139967124814064 139967654423170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27209] ppid=27194 vsize=14084808 memory=7597685182856913236 CPUtime=0.06 cores=0,2,4,6
/proc/27197/task/27209/stat : 27209 (java) S 27194 27197 26714 0 -1 1077944384 242 0 0 0 6 0 0 0 20 0 15 0 40686935 14422843392 22226 33554432000 4194304 4196468 140725747582864 139967123761520 139967654423170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27210] ppid=27194 vsize=14084808 memory=7301858164987948385 CPUtime=0.15 cores=0,2,4,6
/proc/27197/task/27210/stat : 27210 (java) S 27194 27197 26714 0 -1 1077944384 406 0 0 0 15 0 0 0 20 0 15 0 40686935 14422843392 22226 33554432000 4194304 4196468 140725747582864 139967122708464 139967654423170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27211] ppid=27194 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27197/task/27211/stat : 27211 (java) S 27194 27197 26714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40686935 14422843392 22226 33554432000 4194304 4196468 140725747582864 139967121656160 139967654422229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27212] ppid=27194 vsize=14084808 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/27197/task/27212/stat : 27212 (java) S 27194 27197 26714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40686935 14422843392 22226 33554432000 4194304 4196468 140725747582864 139967120604208 139967654423170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 88904 KiB

[startup+1.50103 s]
/proc/loadavg: 1.48 1.36 1.41 5/215 27212
/proc/meminfo: memFree=27761524/32770624 swapFree=67108860/67108860
[pid=27197] ppid=27194 vsize=14088904 memory=157328 CPUtime=3.37 cores=0,2,4,6
/proc/27197/stat : 27197 (java) S 27194 27197 26714 0 -1 1077944320 25217 0 0 0 330 7 0 0 20 0 15 0 40686929 14427037696 39332 33554432000 4194304 4196468 140725747582864 140725747565408 139967654412023 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
/proc/27197/statm: 3522226 39332 3548 1 0 3484297 0
[pid=27197/tid=27199] ppid=27194 vsize=14088904 memory=0 CPUtime=1.47 cores=0,2,4,6
/proc/27197/task/27199/stat : 27199 (java) R 27194 27197 26714 0 -1 4202560 17815 0 0 0 142 5 0 0 20 0 15 0 40686929 14427037696 39332 33554432000 4194304 4196468 140725747582864 139967658649040 139967290278932 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27200] ppid=27194 vsize=14088904 memory=-6951259422114956437 CPUtime=0 cores=0,2,4,6
/proc/27197/task/27200/stat : 27200 (java) S 27194 27197 26714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40686930 14427037696 39332 33554432000 4194304 4196468 140725747582864 139967617518096 139967654422229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27201] ppid=27194 vsize=14088904 memory=-6509546260019855299 CPUtime=0 cores=0,2,4,6
/proc/27197/task/27201/stat : 27201 (java) S 27194 27197 26714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40686930 14427037696 39332 33554432000 4194304 4196468 140725747582864 139967248657040 139967654422229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27202] ppid=27194 vsize=14088904 memory=-7390251449858225344 CPUtime=0 cores=0,2,4,6
/proc/27197/task/27202/stat : 27202 (java) S 27194 27197 26714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40686930 14427037696 39332 33554432000 4194304 4196468 140725747582864 139967247603984 139967654422229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27203] ppid=27194 vsize=14088904 memory=4134692831991786133 CPUtime=0 cores=0,2,4,6
/proc/27197/task/27203/stat : 27203 (java) S 27194 27197 26714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40686930 14427037696 39332 33554432000 4194304 4196468 140725747582864 139967246551440 139967654422229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27204] ppid=27194 vsize=14088904 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/27197/task/27204/stat : 27204 (java) S 27194 27197 26714 0 -1 1077944384 211 0 0 0 0 0 0 0 20 0 15 0 40686932 14427037696 39332 33554432000 4194304 4196468 140725747582864 139967129025264 139967654423170 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0

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

/proc/27197/task/27199/stat : 27199 (java) R 27194 27197 26714 0 -1 4202560 45851 0 0 0 219241 22 0 0 20 0 15 0 40686929 14431232000 186623 33554432000 4194304 4196468 140725747582864 139967658650144 139967303991585 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27200] ppid=27194 vsize=14093000 memory=8356 CPUtime=4.38 cores=0,2,4,6
/proc/27197/task/27200/stat : 27200 (java) S 27194 27197 26714 0 -1 1077944384 6457 0 0 0 413 25 0 0 20 0 15 0 40686930 14431232000 186623 33554432000 4194304 4196468 140725747582864 139967617518096 139967654422229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27201] ppid=27194 vsize=14093000 memory=746492 CPUtime=4.38 cores=0,2,4,6
/proc/27197/task/27201/stat : 27201 (java) S 27194 27197 26714 0 -1 1077944384 6023 0 0 0 414 24 0 0 20 0 15 0 40686930 14431232000 186623 33554432000 4194304 4196468 140725747582864 139967248657040 139967654422229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27202] ppid=27194 vsize=14093000 memory=744444 CPUtime=4.38 cores=0,2,4,6
/proc/27197/task/27202/stat : 27202 (java) S 27194 27197 26714 0 -1 1077944384 8098 0 0 0 414 24 0 0 20 0 15 0 40686930 14431232000 186623 33554432000 4194304 4196468 140725747582864 139967247603984 139967654422229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27203] ppid=27194 vsize=14093000 memory=744444 CPUtime=4.36 cores=0,2,4,6
/proc/27197/task/27203/stat : 27203 (java) S 27194 27197 26714 0 -1 1077944384 5188 0 0 0 413 23 0 0 20 0 15 0 40686930 14431232000 186623 33554432000 4194304 4196468 140725747582864 139967246551440 139967654422229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27204] ppid=27194 vsize=14093000 memory=744444 CPUtime=2.93 cores=0,2,4,6
/proc/27197/task/27204/stat : 27204 (java) S 27194 27197 26714 0 -1 1077944384 7145 0 0 0 274 19 0 0 20 0 15 0 40686932 14431232000 186623 33554432000 4194304 4196468 140725747582864 139967129025264 139967654423170 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27205] ppid=27194 vsize=14093000 memory=744444 CPUtime=0 cores=0,2,4,6
/proc/27197/task/27205/stat : 27205 (java) S 27194 27197 26714 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 40686932 14431232000 186623 33554432000 4194304 4196468 140725747582864 139967127971552 139967654422229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27206] ppid=27194 vsize=14093000 memory=744444 CPUtime=0 cores=0,2,4,6
/proc/27197/task/27206/stat : 27206 (java) S 27194 27197 26714 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 40686932 14431232000 186623 33554432000 4194304 4196468 140725747582864 139967126918400 139967654422229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27207] ppid=27194 vsize=14093000 memory=746492 CPUtime=0 cores=0,2,4,6
/proc/27197/task/27207/stat : 27207 (java) S 27194 27197 26714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40686935 14431232000 186623 33554432000 4194304 4196468 140725747582864 139967125866960 139967654430619 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27208] ppid=27194 vsize=14093000 memory=746492 CPUtime=2.71 cores=0,2,4,6
/proc/27197/task/27208/stat : 27208 (java) S 27194 27197 26714 0 -1 1077944384 5873 0 0 0 270 1 0 0 20 0 15 0 40686935 14431232000 186623 33554432000 4194304 4196468 140725747582864 139967124814064 139967654423170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27209] ppid=27194 vsize=14093000 memory=1712 CPUtime=2.61 cores=0,2,4,6
/proc/27197/task/27209/stat : 27209 (java) S 27194 27197 26714 0 -1 1077944384 6089 0 0 0 260 1 0 0 20 0 15 0 40686935 14431232000 186623 33554432000 4194304 4196468 140725747582864 139967123761520 139967654423170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27210] ppid=27194 vsize=14093000 memory=4140 CPUtime=1.24 cores=0,2,4,6
/proc/27197/task/27210/stat : 27210 (java) S 27194 27197 26714 0 -1 1077944384 7507 0 0 0 123 1 0 0 20 0 15 0 40686935 14431232000 186623 33554432000 4194304 4196468 140725747582864 139967122708464 139967654423170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27211] ppid=27194 vsize=14093000 memory=742396 CPUtime=0 cores=0,2,4,6
/proc/27197/task/27211/stat : 27211 (java) S 27194 27197 26714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40686935 14431232000 186623 33554432000 4194304 4196468 140725747582864 139967121656160 139967654422229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27212] ppid=27194 vsize=14093000 memory=742396 CPUtime=0.75 cores=0,2,4,6
/proc/27197/task/27212/stat : 27212 (java) S 27194 27197 26714 0 -1 1077944384 967 0 0 0 35 40 0 0 20 0 15 0 40686935 14431232000 186623 33554432000 4194304 4196468 140725747582864 139967120604208 139967654423170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
Current children cumulated CPU time: 2220.46 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 746492 KiB

[startup+2262.3 s]
/proc/loadavg: 1.49 1.37 1.40 3/215 27382
/proc/meminfo: memFree=27332684/32770624 swapFree=67108860/67108860
[pid=27197] ppid=27194 vsize=14093000 memory=748540 CPUtime=2280.82 cores=0,2,4,6
/proc/27197/stat : 27197 (java) S 27194 27197 26714 0 -1 1077944320 101786 0 0 0 227927 155 0 0 20 0 15 0 40686929 14431232000 187135 33554432000 4194304 4196468 140725747582864 140725747565408 139967654412023 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
/proc/27197/statm: 3523250 187135 3598 1 0 3485321 0
[pid=27197/tid=27199] ppid=27194 vsize=14093000 memory=748540 CPUtime=2252.36 cores=0,2,4,6
/proc/27197/task/27199/stat : 27199 (java) R 27194 27197 26714 0 -1 4202560 46279 0 0 0 225214 22 0 0 20 0 15 0 40686929 14431232000 187135 33554432000 4194304 4196468 140725747582864 139967658650080 139967304261544 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27200] ppid=27194 vsize=14093000 memory=748540 CPUtime=4.51 cores=0,2,4,6
/proc/27197/task/27200/stat : 27200 (java) S 27194 27197 26714 0 -1 1077944384 6622 0 0 0 425 26 0 0 20 0 15 0 40686930 14431232000 187135 33554432000 4194304 4196468 140725747582864 139967617518096 139967654422229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27201] ppid=27194 vsize=14093000 memory=748540 CPUtime=4.5 cores=0,2,4,6
/proc/27197/task/27201/stat : 27201 (java) S 27194 27197 26714 0 -1 1077944384 6222 0 0 0 426 24 0 0 20 0 15 0 40686930 14431232000 187135 33554432000 4194304 4196468 140725747582864 139967248657040 139967654422229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27202] ppid=27194 vsize=14093000 memory=748540 CPUtime=4.51 cores=0,2,4,6
/proc/27197/task/27202/stat : 27202 (java) S 27194 27197 26714 0 -1 1077944384 8133 0 0 0 427 24 0 0 20 0 15 0 40686930 14431232000 187135 33554432000 4194304 4196468 140725747582864 139967247603984 139967654422229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27203] ppid=27194 vsize=14093000 memory=748540 CPUtime=4.5 cores=0,2,4,6
/proc/27197/task/27203/stat : 27203 (java) S 27194 27197 26714 0 -1 1077944384 5331 0 0 0 426 24 0 0 20 0 15 0 40686930 14431232000 187135 33554432000 4194304 4196468 140725747582864 139967246551440 139967654422229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27204] ppid=27194 vsize=14093000 memory=748540 CPUtime=3.01 cores=0,2,4,6
/proc/27197/task/27204/stat : 27204 (java) S 27194 27197 26714 0 -1 1077944384 7323 0 0 0 281 20 0 0 20 0 15 0 40686932 14431232000 187135 33554432000 4194304 4196468 140725747582864 139967129025264 139967654423170 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27205] ppid=27194 vsize=14093000 memory=746492 CPUtime=0 cores=0,2,4,6
/proc/27197/task/27205/stat : 27205 (java) S 27194 27197 26714 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 40686932 14431232000 187135 33554432000 4194304 4196468 140725747582864 139967127971552 139967654422229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27206] ppid=27194 vsize=14093000 memory=746492 CPUtime=0 cores=0,2,4,6
/proc/27197/task/27206/stat : 27206 (java) S 27194 27197 26714 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 40686932 14431232000 187135 33554432000 4194304 4196468 140725747582864 139967126918400 139967654422229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27207] ppid=27194 vsize=14093000 memory=748540 CPUtime=0 cores=0,2,4,6
/proc/27197/task/27207/stat : 27207 (java) S 27194 27197 26714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40686935 14431232000 187135 33554432000 4194304 4196468 140725747582864 139967125866960 139967654430619 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27208] ppid=27194 vsize=14093000 memory=748540 CPUtime=2.71 cores=0,2,4,6
/proc/27197/task/27208/stat : 27208 (java) S 27194 27197 26714 0 -1 1077944384 5875 0 0 0 270 1 0 0 20 0 15 0 40686935 14431232000 187135 33554432000 4194304 4196468 140725747582864 139967124814064 139967654423170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27209] ppid=27194 vsize=14093000 memory=748540 CPUtime=2.61 cores=0,2,4,6
/proc/27197/task/27209/stat : 27209 (java) S 27194 27197 26714 0 -1 1077944384 6091 0 0 0 260 1 0 0 20 0 15 0 40686935 14431232000 187135 33554432000 4194304 4196468 140725747582864 139967123761520 139967654423170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27210] ppid=27194 vsize=14093000 memory=4140 CPUtime=1.24 cores=0,2,4,6
/proc/27197/task/27210/stat : 27210 (java) S 27194 27197 26714 0 -1 1077944384 7509 0 0 0 123 1 0 0 20 0 15 0 40686935 14431232000 187135 33554432000 4194304 4196468 140725747582864 139967122708464 139967654423170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27211] ppid=27194 vsize=14093000 memory=748540 CPUtime=0 cores=0,2,4,6
/proc/27197/task/27211/stat : 27211 (java) S 27194 27197 26714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40686935 14431232000 187135 33554432000 4194304 4196468 140725747582864 139967121656160 139967654422229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27212] ppid=27194 vsize=14093000 memory=14004 CPUtime=0.77 cores=0,2,4,6
/proc/27197/task/27212/stat : 27212 (java) S 27194 27197 26714 0 -1 1077944384 982 0 0 0 36 41 0 0 20 0 15 0 40686935 14431232000 187135 33554432000 4194304 4196468 140725747582864 139967120604208 139967654423170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
Current children cumulated CPU time: 2280.82 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 748540 KiB

[startup+2322.3 s]
/proc/loadavg: 1.45 1.36 1.40 3/215 27384
/proc/meminfo: memFree=27331008/32770624 swapFree=67108860/67108860
[pid=27197] ppid=27194 vsize=14093000 memory=750588 CPUtime=2341.19 cores=0,2,4,6
/proc/27197/stat : 27197 (java) S 27194 27197 26714 0 -1 1077944320 102996 0 0 0 233961 158 0 0 20 0 15 0 40686929 14431232000 187647 33554432000 4194304 4196468 140725747582864 140725747565408 139967654412023 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
/proc/27197/statm: 3523250 187647 3598 1 0 3485321 0
[pid=27197/tid=27199] ppid=27194 vsize=14093000 memory=2240 CPUtime=2312.1 cores=0,2,4,6
/proc/27197/task/27199/stat : 27199 (java) R 27194 27197 26714 0 -1 4202560 46794 0 0 0 231187 23 0 0 20 0 15 0 40686929 14431232000 187647 33554432000 4194304 4196468 140725747582864 139967658650272 139967304775861 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27200] ppid=27194 vsize=14093000 memory=750588 CPUtime=4.64 cores=0,2,4,6
/proc/27197/task/27200/stat : 27200 (java) S 27194 27197 26714 0 -1 1077944384 6813 0 0 0 438 26 0 0 20 0 15 0 40686930 14431232000 187647 33554432000 4194304 4196468 140725747582864 139967617518096 139967654422229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27201] ppid=27194 vsize=14093000 memory=0 CPUtime=4.64 cores=0,2,4,6
/proc/27197/task/27201/stat : 27201 (java) S 27194 27197 26714 0 -1 1077944384 6398 0 0 0 439 25 0 0 20 0 15 0 40686930 14431232000 187647 33554432000 4194304 4196468 140725747582864 139967248657040 139967654422229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27202] ppid=27194 vsize=14093000 memory=750588 CPUtime=4.65 cores=0,2,4,6
/proc/27197/task/27202/stat : 27202 (java) S 27194 27197 26714 0 -1 1077944384 8249 0 0 0 440 25 0 0 20 0 15 0 40686930 14431232000 187647 33554432000 4194304 4196468 140725747582864 139967247603984 139967654422229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27203] ppid=27194 vsize=14093000 memory=750588 CPUtime=4.62 cores=0,2,4,6
/proc/27197/task/27203/stat : 27203 (java) S 27194 27197 26714 0 -1 1077944384 5348 0 0 0 438 24 0 0 20 0 15 0 40686930 14431232000 187647 33554432000 4194304 4196468 140725747582864 139967246551440 139967654422229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27204] ppid=27194 vsize=14093000 memory=750588 CPUtime=3.09 cores=0,2,4,6
/proc/27197/task/27204/stat : 27204 (java) S 27194 27197 26714 0 -1 1077944384 7497 0 0 0 289 20 0 0 20 0 15 0 40686932 14431232000 187647 33554432000 4194304 4196468 140725747582864 139967129025264 139967654423170 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27205] ppid=27194 vsize=14093000 memory=750588 CPUtime=0 cores=0,2,4,6
/proc/27197/task/27205/stat : 27205 (java) S 27194 27197 26714 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 40686932 14431232000 187647 33554432000 4194304 4196468 140725747582864 139967127971552 139967654422229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27206] ppid=27194 vsize=14093000 memory=750588 CPUtime=0 cores=0,2,4,6
/proc/27197/task/27206/stat : 27206 (java) S 27194 27197 26714 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 40686932 14431232000 187647 33554432000 4194304 4196468 140725747582864 139967126918400 139967654422229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27207] ppid=27194 vsize=14093000 memory=750588 CPUtime=0 cores=0,2,4,6
/proc/27197/task/27207/stat : 27207 (java) S 27194 27197 26714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40686935 14431232000 187647 33554432000 4194304 4196468 140725747582864 139967125866960 139967654430619 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27208] ppid=27194 vsize=14093000 memory=4140 CPUtime=2.71 cores=0,2,4,6
/proc/27197/task/27208/stat : 27208 (java) S 27194 27197 26714 0 -1 1077944384 5877 0 0 0 270 1 0 0 20 0 15 0 40686935 14431232000 187647 33554432000 4194304 4196468 140725747582864 139967124814064 139967654423170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27209] ppid=27194 vsize=14093000 memory=750588 CPUtime=2.61 cores=0,2,4,6
/proc/27197/task/27209/stat : 27209 (java) S 27194 27197 26714 0 -1 1077944384 6093 0 0 0 260 1 0 0 20 0 15 0 40686935 14431232000 187647 33554432000 4194304 4196468 140725747582864 139967123761520 139967654423170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27210] ppid=27194 vsize=14093000 memory=750588 CPUtime=1.24 cores=0,2,4,6
/proc/27197/task/27210/stat : 27210 (java) S 27194 27197 26714 0 -1 1077944384 7511 0 0 0 123 1 0 0 20 0 15 0 40686935 14431232000 187647 33554432000 4194304 4196468 140725747582864 139967122708464 139967654423170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27211] ppid=27194 vsize=14093000 memory=750588 CPUtime=0 cores=0,2,4,6
/proc/27197/task/27211/stat : 27211 (java) S 27194 27197 26714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40686935 14431232000 187647 33554432000 4194304 4196468 140725747582864 139967121656160 139967654422229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27212] ppid=27194 vsize=14093000 memory=640 CPUtime=0.78 cores=0,2,4,6
/proc/27197/task/27212/stat : 27212 (java) S 27194 27197 26714 0 -1 1077944384 997 0 0 0 36 42 0 0 20 0 15 0 40686935 14431232000 187647 33554432000 4194304 4196468 140725747582864 139967120604208 139967654423170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
Current children cumulated CPU time: 2341.19 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 750588 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2380.8 s]
/proc/loadavg: 1.38 1.36 1.39 3/215 27385
/proc/meminfo: memFree=27328900/32770624 swapFree=67108860/67108860
[pid=27197] ppid=27194 vsize=14093000 memory=752636 CPUtime=2400.02 cores=0,2,4,6
/proc/27197/stat : 27197 (java) S 27194 27197 26714 0 -1 1077944320 103730 0 0 0 239839 163 0 0 20 0 15 0 40686929 14431232000 188159 33554432000 4194304 4196468 140725747582864 140725747565408 139967654412023 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
/proc/27197/statm: 3523250 188159 3598 1 0 3485321 0
[pid=27197/tid=27199] ppid=27194 vsize=14093000 memory=56 CPUtime=2370.32 cores=0,2,4,6
/proc/27197/task/27199/stat : 27199 (java) R 27194 27197 26714 0 -1 4202560 47174 0 0 0 237009 23 0 0 20 0 15 0 40686929 14431232000 188159 33554432000 4194304 4196468 140725747582864 139967658649952 139967304567344 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27200] ppid=27194 vsize=14093000 memory=7236229500900889449 CPUtime=4.77 cores=0,2,4,6
/proc/27197/task/27200/stat : 27200 (java) S 27194 27197 26714 0 -1 1077944384 7014 0 0 0 450 27 0 0 20 0 15 0 40686930 14431232000 188159 33554432000 4194304 4196468 140725747582864 139967617518096 139967654422229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27201] ppid=27194 vsize=14093000 memory=84 CPUtime=4.76 cores=0,2,4,6
/proc/27197/task/27201/stat : 27201 (java) S 27194 27197 26714 0 -1 1077944384 6417 0 0 0 451 25 0 0 20 0 15 0 40686930 14431232000 188159 33554432000 4194304 4196468 140725747582864 139967248657040 139967654422229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27202] ppid=27194 vsize=14093000 memory=-7965668622128159392 CPUtime=4.77 cores=0,2,4,6
/proc/27197/task/27202/stat : 27202 (java) S 27194 27197 26714 0 -1 1077944384 8294 0 0 0 452 25 0 0 20 0 15 0 40686930 14431232000 188159 33554432000 4194304 4196468 140725747582864 139967247603984 139967654422229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27203] ppid=27194 vsize=14093000 memory=4140 CPUtime=4.75 cores=0,2,4,6
/proc/27197/task/27203/stat : 27203 (java) S 27194 27197 26714 0 -1 1077944384 5405 0 0 0 450 25 0 0 20 0 15 0 40686930 14431232000 188159 33554432000 4194304 4196468 140725747582864 139967246551440 139967654422229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27204] ppid=27194 vsize=14093000 memory=14280 CPUtime=3.18 cores=0,2,4,6
/proc/27197/task/27204/stat : 27204 (java) S 27194 27197 26714 0 -1 1077944384 7517 0 0 0 297 21 0 0 20 0 15 0 40686932 14431232000 188159 33554432000 4194304 4196468 140725747582864 139967129025264 139967654423170 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27205] ppid=27194 vsize=14093000 memory=932 CPUtime=0 cores=0,2,4,6
/proc/27197/task/27205/stat : 27205 (java) S 27194 27197 26714 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 40686932 14431232000 188159 33554432000 4194304 4196468 140725747582864 139967127971552 139967654422229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27206] ppid=27194 vsize=14093000 memory=1568 CPUtime=0 cores=0,2,4,6
/proc/27197/task/27206/stat : 27206 (java) S 27194 27197 26714 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 40686932 14431232000 188159 33554432000 4194304 4196468 140725747582864 139967126918400 139967654422229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27207] ppid=27194 vsize=14093000 memory=752636 CPUtime=0 cores=0,2,4,6
/proc/27197/task/27207/stat : 27207 (java) S 27194 27197 26714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40686935 14431232000 188159 33554432000 4194304 4196468 140725747582864 139967125866960 139967654430619 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27208] ppid=27194 vsize=14093000 memory=15872 CPUtime=2.71 cores=0,2,4,6
/proc/27197/task/27208/stat : 27208 (java) S 27194 27197 26714 0 -1 1077944384 5879 0 0 0 270 1 0 0 20 0 15 0 40686935 14431232000 188159 33554432000 4194304 4196468 140725747582864 139967124814064 139967654423170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27209] ppid=27194 vsize=14093000 memory=4052 CPUtime=2.61 cores=0,2,4,6
/proc/27197/task/27209/stat : 27209 (java) S 27194 27197 26714 0 -1 1077944384 6095 0 0 0 260 1 0 0 20 0 15 0 40686935 14431232000 188159 33554432000 4194304 4196468 140725747582864 139967123761520 139967654423170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27210] ppid=27194 vsize=14093000 memory=16248 CPUtime=1.24 cores=0,2,4,6
/proc/27197/task/27210/stat : 27210 (java) S 27194 27197 26714 0 -1 1077944384 7513 0 0 0 123 1 0 0 20 0 15 0 40686935 14431232000 188159 33554432000 4194304 4196468 140725747582864 139967122708464 139967654423170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27211] ppid=27194 vsize=14093000 memory=8356 CPUtime=0 cores=0,2,4,6
/proc/27197/task/27211/stat : 27211 (java) S 27194 27197 26714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40686935 14431232000 188159 33554432000 4194304 4196468 140725747582864 139967121656160 139967654422229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
[pid=27197/tid=27212] ppid=27194 vsize=14093000 memory=5520 CPUtime=0.8 cores=0,2,4,6
/proc/27197/task/27212/stat : 27212 (java) S 27194 27197 26714 0 -1 1077944384 1003 0 0 0 37 43 0 0 20 0 15 0 40686935 14431232000 188159 33554432000 4194304 4196468 140725747582864 139967120604208 139967654423170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29515776 140725747586132 140725747586313 140725747586313 140725747589071 0
Current children cumulated CPU time: 2400.02 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 752636 KiB

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

[startup+2380.81 s]
# the end of solver process 27197 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.41 s, system=1.63712 s

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

Child status: 143
Real time (s): 2380.81
CPU time (s): 2400.04
CPU user time (s): 2398.41
CPU system time (s): 1.63712
CPU usage (%): 100.808
Max. virtual memory (cumulated for all children) (KiB): 14093000
Max. memory (cumulated for all children) (KiB): 752636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.41
system time used= 1.63712
maximum resident set size= 753192
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 103955
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 137667
involuntary context switches= 6086


# summary of solver processes directly reported to runsolver:
#   pid: 27197
#   total CPU time (s): 2400.04
#   total CPU user time (s): 2398.41
#   total CPU system time (s): 1.63712

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.3274 second user time and 22.5999 second system time

The end

Launcher Data

Begin job on node149 at 2018-07-22 05:47:17
IDJOB=4291598
IDBENCH=141052
IDSOLVER=2746
FILE ID=node149/4291598-1532231237
RUNJOBID= node149-1532226534-26745
PBS_JOBID= 21018956
Free space on /tmp= 51848 MiB

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

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

MD5SUM BENCH= 39ce033b713bdbb29423ae6f53deb82d
RANDOM SEED=1572265901

node149.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.60
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.60
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.60
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.60
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:        27864036 kB
MemAvailable:   30506404 kB
Buffers:           87472 kB
Cached:          2814568 kB
SwapCached:            0 kB
Active:          2980696 kB
Inactive:        1444020 kB
Active(anon):    1471592 kB
Inactive(anon):    70216 kB
Active(file):    1509104 kB
Inactive(file):  1373804 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             35564 kB
Writeback:             0 kB
AnonPages:       1557628 kB
Mapped:            48656 kB
Shmem:             17032 kB
Slab:             178468 kB
SReclaimable:     150592 kB
SUnreclaim:        27876 kB
KernelStack:        3792 kB
PageTables:         8200 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2269736 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1486848 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 51812 MiB
End job on node149 at 2018-07-22 06:26:58