Trace number 4291600

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.05 2376.03

General information on the benchmark

NameNurseRostering/
NurseRostering-09_c18.xml
MD5SUM01a28a521b9bba3b9351b91d9c8d3e2f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2750
Best CPU time to get the best result obtained on this benchmark2520.08
Satisfiable
(Un)Satisfiability was proved
Number of variables1844
Number of constraints4787
Number of domains17
Minimum domain size1
Maximum domain size37
Distribution of domain sizes[{"size":1,"count":60},{"size":2,"count":376},{"size":3,"count":8},{"size":4,"count":7},{"size":5,"count":1014},{"size":6,"count":6},{"size":29,"count":121},{"size":37,"count":252}]
Minimum variable degree2
Maximum variable degree25
Distribution of variable degrees[{"degree":2,"count":692},{"degree":3,"count":144},{"degree":14,"count":14},{"degree":15,"count":38},{"degree":16,"count":18},{"degree":17,"count":15},{"degree":18,"count":42},{"degree":19,"count":59},{"degree":20,"count":68},{"degree":21,"count":132},{"degree":22,"count":199},{"degree":23,"count":238},{"degree":24,"count":163},{"degree":25,"count":22}]
Minimum constraint arity2
Maximum constraint arity72
Distribution of constraint arities[{"arity":2,"count":2474},{"arity":3,"count":936},{"arity":4,"count":186},{"arity":5,"count":180},{"arity":6,"count":690},{"arity":29,"count":180},{"arity":37,"count":140},{"arity":72,"count":1}]
Number of extensional constraints1112
Number of intensional constraints552
Distribution of constraint types[{"type":"extension","count":1112},{"type":"intension","count":552},{"type":"regular","count":1896},{"type":"sum","count":72},{"type":"count","count":1154},{"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: 988847144
0.68/0.55	c timeout: 2400
0.68/0.55	c memlimit: 11000
0.68/0.55	c nbcore: 4
0.68/0.58	c Parsing instance...
7.91/3.21	c Parsing done, starting first complete search...
2400.02/2376.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 (10142 MiB free)
  memory of node 1: 16384 MiB (11652 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4291600-1532228932/watcher-4291600-1532228932 -o /tmp/evaluation-result-4291600-1532228932/solver-4291600-1532228932 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532226565-30210 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 988847144 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4291600-1532228932.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=30512, runsolver pid=30509

[startup+0.106249 s]*
/proc/loadavg: 1.58 1.55 1.52 3/215 30527
/proc/meminfo: memFree=22297436/32770624 swapFree=67108860/67108860
[pid=30512] ppid=30509 vsize=14082740 memory=33896 CPUtime=0.12 cores=0,2,4,6
/proc/30512/stat : 30512 (java) S 30509 30512 30179 0 -1 1077944320 7333 0 0 0 11 1 0 0 20 0 15 0 40456393 14420725760 8474 33554432000 4194304 4196468 140736902970368 140736902952912 140504900624119 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
/proc/30512/statm: 3520685 8474 3168 1 0 3482761 0
[pid=30512/tid=30514] ppid=30509 vsize=14082740 memory=-8557575366716198011 CPUtime=0.09 cores=0,2,4,6
/proc/30512/task/30514/stat : 30514 (java) R 30509 30512 30179 0 -1 4202560 5396 0 0 0 9 0 0 0 20 0 15 0 40456394 14420725760 8474 33554432000 4194304 4196468 140736902970368 140504904851440 140504893302212 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30515] ppid=30509 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30512/task/30515/stat : 30515 (java) S 30509 30512 30179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40456394 14420725760 8474 33554432000 4194304 4196468 140736902970368 140504830712976 140504900634325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30516] ppid=30509 vsize=14082740 memory=139782078133888 CPUtime=0 cores=0,2,4,6
/proc/30512/task/30516/stat : 30516 (java) S 30509 30512 30179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40456394 14420725760 8474 33554432000 4194304 4196468 140736902970368 140504829660176 140504900634325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30517] ppid=30509 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30512/task/30517/stat : 30517 (java) S 30509 30512 30179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40456394 14420725760 8474 33554432000 4194304 4196468 140736902970368 140504828607376 140504900634325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30518] ppid=30509 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30512/task/30518/stat : 30518 (java) S 30509 30512 30179 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40456394 14420725760 8474 33554432000 4194304 4196468 140736902970368 140504827554576 140504900634325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30519] ppid=30509 vsize=14082740 memory=139782078133888 CPUtime=0 cores=0,2,4,6
/proc/30512/task/30519/stat : 30519 (java) S 30509 30512 30179 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40456396 14420725760 8474 33554432000 4194304 4196468 140736902970368 140503812127088 140504900635266 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30520] ppid=30509 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30512/task/30520/stat : 30520 (java) S 30509 30512 30179 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40456396 14420725760 8474 33554432000 4194304 4196468 140736902970368 140503811073056 140504900634325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30521] ppid=30509 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30512/task/30521/stat : 30521 (java) S 30509 30512 30179 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40456396 14420725760 8474 33554432000 4194304 4196468 140736902970368 140503810020208 140504900634325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30522] ppid=30509 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30512/task/30522/stat : 30522 (java) S 30509 30512 30179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40456399 14420725760 8474 33554432000 4194304 4196468 140736902970368 140503808968528 140504900642715 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30523] ppid=30509 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30512/task/30523/stat : 30523 (java) S 30509 30512 30179 0 -1 1077944384 290 0 0 0 0 0 0 0 20 0 15 0 40456399 14420725760 8474 33554432000 4194304 4196468 140736902970368 140503807916912 140504900635266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30524] ppid=30509 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30512/task/30524/stat : 30524 (java) S 30509 30512 30179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40456399 14420725760 8474 33554432000 4194304 4196468 140736902970368 140503806864112 140504900635266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30525] ppid=30509 vsize=14082740 memory=139782078133888 CPUtime=0.01 cores=0,2,4,6
/proc/30512/task/30525/stat : 30525 (java) R 30509 30512 30179 0 -1 4202560 265 0 0 0 1 0 0 0 20 0 15 0 40456399 14420725760 8474 33554432000 4194304 4196468 140736902970368 140503805811312 140504879933985 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30526] ppid=30509 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30512/task/30526/stat : 30526 (java) S 30509 30512 30179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40456399 14420725760 8474 33554432000 4194304 4196468 140736902970368 140503804758752 140504900634325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30527] ppid=30509 vsize=14082740 memory=139782078133888 CPUtime=0 cores=0,2,4,6
/proc/30512/task/30527/stat : 30527 (java) S 30509 30512 30179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40456399 14420725760 8474 33554432000 4194304 4196468 140736902970368 140503803706032 140504900635266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 33896 KiB

[startup+0.210371 s]*
/proc/loadavg: 1.58 1.55 1.52 6/215 30527
/proc/meminfo: memFree=22285452/32770624 swapFree=67108860/67108860
[pid=30512] ppid=30509 vsize=14082740 memory=46992 CPUtime=0.31 cores=0,2,4,6
/proc/30512/stat : 30512 (java) S 30509 30512 30179 0 -1 1077944320 10351 0 0 0 29 2 0 0 20 0 15 0 40456393 14420725760 11748 33554432000 4194304 4196468 140736902970368 140736902952912 140504900624119 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
/proc/30512/statm: 3520685 11748 3377 1 0 3482761 0
[pid=30512/tid=30514] ppid=30509 vsize=14082740 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/30512/task/30514/stat : 30514 (java) R 30509 30512 30179 0 -1 4202560 8073 0 0 0 19 1 0 0 20 0 15 0 40456394 14420725760 11748 33554432000 4194304 4196468 140736902970368 140504904851424 140504900646045 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30515] ppid=30509 vsize=14082740 memory=343 CPUtime=0 cores=0,2,4,6
/proc/30512/task/30515/stat : 30515 (java) S 30509 30512 30179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40456394 14420725760 11748 33554432000 4194304 4196468 140736902970368 140504830712976 140504900634325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30516] ppid=30509 vsize=14082740 memory=3474443939386291872 CPUtime=0 cores=0,2,4,6
/proc/30512/task/30516/stat : 30516 (java) S 30509 30512 30179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40456394 14420725760 11748 33554432000 4194304 4196468 140736902970368 140504829660176 140504900634325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30517] ppid=30509 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30512/task/30517/stat : 30517 (java) S 30509 30512 30179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40456394 14420725760 11748 33554432000 4194304 4196468 140736902970368 140504828607376 140504900634325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30518] ppid=30509 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30512/task/30518/stat : 30518 (java) S 30509 30512 30179 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40456394 14420725760 11748 33554432000 4194304 4196468 140736902970368 140504827554576 140504900634325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30519] ppid=30509 vsize=14082740 memory=139782078133888 CPUtime=0 cores=0,2,4,6
/proc/30512/task/30519/stat : 30519 (java) S 30509 30512 30179 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 40456396 14420725760 11748 33554432000 4194304 4196468 140736902970368 140503812127088 140504900635266 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30520] ppid=30509 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30512/task/30520/stat : 30520 (java) S 30509 30512 30179 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40456396 14420725760 11748 33554432000 4194304 4196468 140736902970368 140503811073056 140504900634325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30521] ppid=30509 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30512/task/30521/stat : 30521 (java) S 30509 30512 30179 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40456396 14420725760 11748 33554432000 4194304 4196468 140736902970368 140503810020208 140504900634325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30522] ppid=30509 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30512/task/30522/stat : 30522 (java) S 30509 30512 30179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40456399 14420725760 11748 33554432000 4194304 4196468 140736902970368 140503808968528 140504900642715 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30523] ppid=30509 vsize=14082740 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/30512/task/30523/stat : 30523 (java) R 30509 30512 30179 0 -1 1077944384 375 0 0 0 1 0 0 0 20 0 15 0 40456399 14420725760 11748 33554432000 4194304 4196468 140736902970368 140503807916912 140504900635266 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30524] ppid=30509 vsize=14082740 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/30512/task/30524/stat : 30524 (java) R 30509 30512 30179 0 -1 4202560 223 0 0 0 2 0 0 0 20 0 15 0 40456399 14420725760 11748 33554432000 4194304 4196468 140736902970368 140503806864112 140504900645466 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30525] ppid=30509 vsize=14082740 memory=139782078133888 CPUtime=0.06 cores=0,2,4,6
/proc/30512/task/30525/stat : 30525 (java) S 30509 30512 30179 0 -1 1077944384 298 0 0 0 6 0 0 0 20 0 15 0 40456399 14420725760 11748 33554432000 4194304 4196468 140736902970368 140503805811312 140504900635266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30526] ppid=30509 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30512/task/30526/stat : 30526 (java) S 30509 30512 30179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40456399 14420725760 11748 33554432000 4194304 4196468 140736902970368 140503804758752 140504900634325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30527] ppid=30509 vsize=14082740 memory=139782078133888 CPUtime=0 cores=0,2,4,6
/proc/30512/task/30527/stat : 30527 (java) S 30509 30512 30179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40456399 14420725760 11748 33554432000 4194304 4196468 140736902970368 140503803706032 140504900635266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 46992 KiB

[startup+0.310504 s]*
/proc/loadavg: 1.58 1.55 1.52 3/215 30527
/proc/meminfo: memFree=22281544/32770624 swapFree=67108860/67108860
[pid=30512] ppid=30509 vsize=14082740 memory=50352 CPUtime=0.44 cores=0,2,4,6
/proc/30512/stat : 30512 (java) S 30509 30512 30179 0 -1 1077944320 10729 0 0 0 41 3 0 0 20 0 15 0 40456393 14420725760 12588 33554432000 4194304 4196468 140736902970368 140736902952912 140504900624119 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
/proc/30512/statm: 3520685 12588 3379 1 0 3482761 0
[pid=30512/tid=30514] ppid=30509 vsize=14082740 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/30512/task/30514/stat : 30514 (java) R 30509 30512 30179 0 -1 4202560 8428 0 0 0 28 2 0 0 20 0 15 0 40456394 14420725760 12588 33554432000 4194304 4196468 140736902970368 140504904845040 140504880899275 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30515] ppid=30509 vsize=14082740 memory=288230604707987479 CPUtime=0 cores=0,2,4,6
/proc/30512/task/30515/stat : 30515 (java) S 30509 30512 30179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40456394 14420725760 12588 33554432000 4194304 4196468 140736902970368 140504830712976 140504900634325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30516] ppid=30509 vsize=14082740 memory=3906224354637182624 CPUtime=0 cores=0,2,4,6
/proc/30512/task/30516/stat : 30516 (java) S 30509 30512 30179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40456394 14420725760 12588 33554432000 4194304 4196468 140736902970368 140504829660176 140504900634325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30517] ppid=30509 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30512/task/30517/stat : 30517 (java) S 30509 30512 30179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40456394 14420725760 12588 33554432000 4194304 4196468 140736902970368 140504828607376 140504900634325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30518] ppid=30509 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30512/task/30518/stat : 30518 (java) S 30509 30512 30179 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40456394 14420725760 12588 33554432000 4194304 4196468 140736902970368 140504827554576 140504900634325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30519] ppid=30509 vsize=14082740 memory=139782078133888 CPUtime=0 cores=0,2,4,6
/proc/30512/task/30519/stat : 30519 (java) S 30509 30512 30179 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 40456396 14420725760 12588 33554432000 4194304 4196468 140736902970368 140503812127088 140504900635266 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30520] ppid=30509 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30512/task/30520/stat : 30520 (java) S 30509 30512 30179 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40456396 14420725760 12588 33554432000 4194304 4196468 140736902970368 140503811073056 140504900634325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30521] ppid=30509 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30512/task/30521/stat : 30521 (java) S 30509 30512 30179 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40456396 14420725760 12588 33554432000 4194304 4196468 140736902970368 140503810020208 140504900634325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30522] ppid=30509 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30512/task/30522/stat : 30522 (java) S 30509 30512 30179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40456399 14420725760 12588 33554432000 4194304 4196468 140736902970368 140503808968528 140504900642715 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30523] ppid=30509 vsize=14082740 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/30512/task/30523/stat : 30523 (java) S 30509 30512 30179 0 -1 1077944384 380 0 0 0 1 0 0 0 20 0 15 0 40456399 14420725760 12588 33554432000 4194304 4196468 140736902970368 140503807916912 140504900635266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30524] ppid=30509 vsize=14082740 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/30512/task/30524/stat : 30524 (java) S 30509 30512 30179 0 -1 1077944384 224 0 0 0 2 0 0 0 20 0 15 0 40456399 14420725760 12588 33554432000 4194304 4196468 140736902970368 140503806864112 140504900635266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30525] ppid=30509 vsize=14082740 memory=139782078133888 CPUtime=0.08 cores=0,2,4,6
/proc/30512/task/30525/stat : 30525 (java) S 30509 30512 30179 0 -1 1077944384 315 0 0 0 8 0 0 0 20 0 15 0 40456399 14420725760 12588 33554432000 4194304 4196468 140736902970368 140503805811312 140504900635266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30526] ppid=30509 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30512/task/30526/stat : 30526 (java) S 30509 30512 30179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40456399 14420725760 12588 33554432000 4194304 4196468 140736902970368 140503804758752 140504900634325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30527] ppid=30509 vsize=14082740 memory=139782078133888 CPUtime=0 cores=0,2,4,6
/proc/30512/task/30527/stat : 30527 (java) S 30509 30512 30179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40456399 14420725760 12588 33554432000 4194304 4196468 140736902970368 140503803706032 140504900635266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 50352 KiB

[startup+0.700718 s]
/proc/loadavg: 1.58 1.55 1.52 3/215 30527
/proc/meminfo: memFree=22259780/32770624 swapFree=67108860/67108860
[pid=30512] ppid=30509 vsize=14084808 memory=88900 CPUtime=0.99 cores=0,2,4,6
/proc/30512/stat : 30512 (java) S 30509 30512 30179 0 -1 1077944320 17576 0 0 0 95 4 0 0 20 0 15 0 40456393 14422843392 22225 33554432000 4194304 4196468 140736902970368 140736902952912 140504900624119 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
/proc/30512/statm: 3521202 22225 3499 1 0 3483273 0
[pid=30512/tid=30514] ppid=30509 vsize=14084808 memory=1724 CPUtime=0.67 cores=0,2,4,6
/proc/30512/task/30514/stat : 30514 (java) R 30509 30512 30179 0 -1 4202560 14850 0 0 0 64 3 0 0 20 0 15 0 40456394 14422843392 22225 33554432000 4194304 4196468 140736902970368 140504904839584 140504883995284 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30515] ppid=30509 vsize=14084808 memory=10928 CPUtime=0 cores=0,2,4,6
/proc/30512/task/30515/stat : 30515 (java) S 30509 30512 30179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40456394 14422843392 22225 33554432000 4194304 4196468 140736902970368 140504830712976 140504900634325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30516] ppid=30509 vsize=14084808 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/30512/task/30516/stat : 30516 (java) S 30509 30512 30179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40456394 14422843392 22225 33554432000 4194304 4196468 140736902970368 140504829660176 140504900634325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30517] ppid=30509 vsize=14084808 memory=796 CPUtime=0 cores=0,2,4,6
/proc/30512/task/30517/stat : 30517 (java) S 30509 30512 30179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40456394 14422843392 22225 33554432000 4194304 4196468 140736902970368 140504828607376 140504900634325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30518] ppid=30509 vsize=14084808 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/30512/task/30518/stat : 30518 (java) S 30509 30512 30179 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40456394 14422843392 22225 33554432000 4194304 4196468 140736902970368 140504827554576 140504900634325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30519] ppid=30509 vsize=14084808 memory=1712 CPUtime=0 cores=0,2,4,6
/proc/30512/task/30519/stat : 30519 (java) S 30509 30512 30179 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 40456396 14422843392 22225 33554432000 4194304 4196468 140736902970368 140503812127088 140504900635266 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30520] ppid=30509 vsize=14084808 memory=5404 CPUtime=0 cores=0,2,4,6
/proc/30512/task/30520/stat : 30520 (java) S 30509 30512 30179 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40456396 14422843392 22225 33554432000 4194304 4196468 140736902970368 140503811073056 140504900634325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30521] ppid=30509 vsize=14084808 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/30512/task/30521/stat : 30521 (java) S 30509 30512 30179 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40456396 14422843392 22225 33554432000 4194304 4196468 140736902970368 140503810020208 140504900634325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30522] ppid=30509 vsize=14084808 memory=1432 CPUtime=0 cores=0,2,4,6
/proc/30512/task/30522/stat : 30522 (java) S 30509 30512 30179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40456399 14422843392 22225 33554432000 4194304 4196468 140736902970368 140503808968528 140504900642715 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30523] ppid=30509 vsize=14084808 memory=4639098309541129069 CPUtime=0.08 cores=0,2,4,6
/proc/30512/task/30523/stat : 30523 (java) S 30509 30512 30179 0 -1 1077944384 554 0 0 0 8 0 0 0 20 0 15 0 40456399 14422843392 22225 33554432000 4194304 4196468 140736902970368 140503807916912 140504900635266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30524] ppid=30509 vsize=14084808 memory=7380106142448643183 CPUtime=0.06 cores=0,2,4,6
/proc/30512/task/30524/stat : 30524 (java) S 30509 30512 30179 0 -1 1077944384 358 0 0 0 6 0 0 0 20 0 15 0 40456399 14422843392 22225 33554432000 4194304 4196468 140736902970368 140503806864112 140504900635266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30525] ppid=30509 vsize=14084808 memory=7810487918915055718 CPUtime=0.15 cores=0,2,4,6
/proc/30512/task/30525/stat : 30525 (java) S 30509 30512 30179 0 -1 1077944384 432 0 0 0 15 0 0 0 20 0 15 0 40456399 14422843392 22225 33554432000 4194304 4196468 140736902970368 140503805811312 140504900635266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30526] ppid=30509 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30512/task/30526/stat : 30526 (java) S 30509 30512 30179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40456399 14422843392 22225 33554432000 4194304 4196468 140736902970368 140503804758752 140504900634325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30527] ppid=30509 vsize=14084808 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/30512/task/30527/stat : 30527 (java) S 30509 30512 30179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40456399 14422843392 22225 33554432000 4194304 4196468 140736902970368 140503803706032 140504900635266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 88900 KiB

[startup+1.50072 s]
/proc/loadavg: 1.58 1.55 1.52 5/215 30527
/proc/meminfo: memFree=22197360/32770624 swapFree=67108860/67108860
[pid=30512] ppid=30509 vsize=14088904 memory=164884 CPUtime=3.51 cores=0,2,4,6
/proc/30512/stat : 30512 (java) S 30509 30512 30179 0 -1 1077944320 23819 0 0 0 344 7 0 0 20 0 15 0 40456393 14427037696 41221 33554432000 4194304 4196468 140736902970368 140736902952912 140504900624119 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
/proc/30512/statm: 3522226 41221 3544 1 0 3484297 0
[pid=30512/tid=30514] ppid=30509 vsize=14088904 memory=0 CPUtime=1.47 cores=0,2,4,6
/proc/30512/task/30514/stat : 30514 (java) R 30509 30512 30179 0 -1 4202560 17318 0 0 0 142 5 0 0 20 0 15 0 40456394 14427037696 41221 33554432000 4194304 4196468 140736902970368 140504904859728 140504900636054 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30515] ppid=30509 vsize=14088904 memory=-6951259422114956437 CPUtime=0 cores=0,2,4,6
/proc/30512/task/30515/stat : 30515 (java) S 30509 30512 30179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40456394 14427037696 41221 33554432000 4194304 4196468 140736902970368 140504830712976 140504900634325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30516] ppid=30509 vsize=14088904 memory=-6509546260019855295 CPUtime=0 cores=0,2,4,6
/proc/30512/task/30516/stat : 30516 (java) S 30509 30512 30179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40456394 14427037696 41221 33554432000 4194304 4196468 140736902970368 140504829660176 140504900634325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30517] ppid=30509 vsize=14088904 memory=-7390251449858225344 CPUtime=0 cores=0,2,4,6
/proc/30512/task/30517/stat : 30517 (java) S 30509 30512 30179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40456394 14427037696 41221 33554432000 4194304 4196468 140736902970368 140504828607376 140504900634325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30518] ppid=30509 vsize=14088904 memory=4134692831991786133 CPUtime=0 cores=0,2,4,6
/proc/30512/task/30518/stat : 30518 (java) S 30509 30512 30179 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40456394 14427037696 41221 33554432000 4194304 4196468 140736902970368 140504827554576 140504900634325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30519] ppid=30509 vsize=14088904 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/30512/task/30519/stat : 30519 (java) S 30509 30512 30179 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 40456396 14427037696 41221 33554432000 4194304 4196468 140736902970368 140503812127088 140504900635266 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0

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

/proc/30512/task/30514/stat : 30514 (java) R 30509 30512 30179 0 -1 4202560 65607 0 0 0 219255 36 0 0 20 0 15 0 40456394 14431232000 328082 33554432000 4194304 4196468 140736902970368 140504904862272 140504881463605 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30515] ppid=30509 vsize=14093000 memory=1312328 CPUtime=5.34 cores=0,2,4,6
/proc/30512/task/30515/stat : 30515 (java) S 30509 30512 30179 0 -1 1077944384 16478 0 0 0 514 20 0 0 20 0 15 0 40456394 14431232000 328082 33554432000 4194304 4196468 140736902970368 140504830712976 140504900634325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30516] ppid=30509 vsize=14093000 memory=1312328 CPUtime=5.36 cores=0,2,4,6
/proc/30512/task/30516/stat : 30516 (java) S 30509 30512 30179 0 -1 1077944384 13868 0 0 0 515 21 0 0 20 0 15 0 40456394 14431232000 328082 33554432000 4194304 4196468 140736902970368 140504829660176 140504900634325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30517] ppid=30509 vsize=14093000 memory=1312328 CPUtime=5.36 cores=0,2,4,6
/proc/30512/task/30517/stat : 30517 (java) S 30509 30512 30179 0 -1 1077944384 14623 0 0 0 514 22 0 0 20 0 15 0 40456394 14431232000 328082 33554432000 4194304 4196468 140736902970368 140504828607376 140504900634325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30518] ppid=30509 vsize=14093000 memory=1312328 CPUtime=5.37 cores=0,2,4,6
/proc/30512/task/30518/stat : 30518 (java) S 30509 30512 30179 0 -1 1077944384 18132 0 0 0 517 20 0 0 20 0 15 0 40456394 14431232000 328082 33554432000 4194304 4196468 140736902970368 140504827554576 140504900634325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30519] ppid=30509 vsize=14093000 memory=1312328 CPUtime=2.15 cores=0,2,4,6
/proc/30512/task/30519/stat : 30519 (java) S 30509 30512 30179 0 -1 1077944384 13516 0 0 0 198 17 0 0 20 0 15 0 40456396 14431232000 328082 33554432000 4194304 4196468 140736902970368 140503812127088 140504900635266 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 13 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30520] ppid=30509 vsize=14093000 memory=1310280 CPUtime=0 cores=0,2,4,6
/proc/30512/task/30520/stat : 30520 (java) S 30509 30512 30179 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 40456396 14431232000 328082 33554432000 4194304 4196468 140736902970368 140503811073120 140504900634325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30521] ppid=30509 vsize=14093000 memory=279563852087968 CPUtime=0 cores=0,2,4,6
/proc/30512/task/30521/stat : 30521 (java) S 30509 30512 30179 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 40456396 14431232000 328082 33554432000 4194304 4196468 140736902970368 140503810020224 140504900634325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30522] ppid=30509 vsize=14093000 memory=3090 CPUtime=0 cores=0,2,4,6
/proc/30512/task/30522/stat : 30522 (java) S 30509 30512 30179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40456399 14431232000 328082 33554432000 4194304 4196468 140736902970368 140503808968528 140504900642715 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30523] ppid=30509 vsize=14093000 memory=1312328 CPUtime=2.97 cores=0,2,4,6
/proc/30512/task/30523/stat : 30523 (java) S 30509 30512 30179 0 -1 1077944384 7144 0 0 0 295 2 0 0 20 0 15 0 40456399 14431232000 328082 33554432000 4194304 4196468 140736902970368 140503807916912 140504900635266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 38 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30524] ppid=30509 vsize=14093000 memory=1312328 CPUtime=3.01 cores=0,2,4,6
/proc/30512/task/30524/stat : 30524 (java) S 30509 30512 30179 0 -1 1077944384 7572 0 0 0 300 1 0 0 20 0 15 0 40456399 14431232000 328082 33554432000 4194304 4196468 140736902970368 140503806864112 140504900635266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 38 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30525] ppid=30509 vsize=14093000 memory=1312328 CPUtime=1.36 cores=0,2,4,6
/proc/30512/task/30525/stat : 30525 (java) S 30509 30512 30179 0 -1 1077944384 9612 0 0 0 134 2 0 0 20 0 15 0 40456399 14431232000 328082 33554432000 4194304 4196468 140736902970368 140503805811312 140504900635266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30526] ppid=30509 vsize=14093000 memory=1312328 CPUtime=0 cores=0,2,4,6
/proc/30512/task/30526/stat : 30526 (java) S 30509 30512 30179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40456399 14431232000 328082 33554432000 4194304 4196468 140736902970368 140503804758752 140504900634325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30527] ppid=30509 vsize=14093000 memory=3844 CPUtime=0.75 cores=0,2,4,6
/proc/30512/task/30527/stat : 30527 (java) S 30509 30512 30179 0 -1 1077944384 1095 0 0 0 35 40 0 0 20 0 15 0 40456399 14431232000 328082 33554432000 4194304 4196468 140736902970368 140503803706032 140504900635266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 41 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
Current children cumulated CPU time: 2224.69 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 1312328 KiB

[startup+2262.3 s]
/proc/loadavg: 1.39 1.36 1.40 3/215 30597
/proc/meminfo: memFree=19566024/32770624 swapFree=67108860/67108860
[pid=30512] ppid=30509 vsize=14093000 memory=1316424 CPUtime=2285.25 cores=0,2,4,6
/proc/30512/stat : 30512 (java) S 30509 30512 30179 0 -1 1077944320 172620 0 0 0 228357 168 0 0 20 0 15 0 40456393 14431232000 329106 33554432000 4194304 4196468 140736902970368 140736902952912 140504900624119 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
/proc/30512/statm: 3523250 329106 3594 1 0 3485321 0
[pid=30512/tid=30514] ppid=30509 vsize=14093000 memory=279563852093456 CPUtime=2252.58 cores=0,2,4,6
/proc/30512/task/30514/stat : 30514 (java) R 30509 30512 30179 0 -1 4202560 66254 0 0 0 225222 36 0 0 20 0 15 0 40456394 14431232000 329106 33554432000 4194304 4196468 140736902970368 140504904862064 140504504292032 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30515] ppid=30509 vsize=14093000 memory=0 CPUtime=5.54 cores=0,2,4,6
/proc/30512/task/30515/stat : 30515 (java) S 30509 30512 30179 0 -1 1077944384 17259 0 0 0 533 21 0 0 20 0 15 0 40456394 14431232000 329106 33554432000 4194304 4196468 140736902970368 140504830712976 140504900634325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30516] ppid=30509 vsize=14093000 memory=1314376 CPUtime=5.56 cores=0,2,4,6
/proc/30512/task/30516/stat : 30516 (java) S 30509 30512 30179 0 -1 1077944384 14165 0 0 0 535 21 0 0 20 0 15 0 40456394 14431232000 329106 33554432000 4194304 4196468 140736902970368 140504829660176 140504900634325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30517] ppid=30509 vsize=14093000 memory=1314376 CPUtime=5.55 cores=0,2,4,6
/proc/30512/task/30517/stat : 30517 (java) S 30509 30512 30179 0 -1 1077944384 15283 0 0 0 533 22 0 0 20 0 15 0 40456394 14431232000 329106 33554432000 4194304 4196468 140736902970368 140504828607376 140504900634325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30518] ppid=30509 vsize=14093000 memory=1316424 CPUtime=5.57 cores=0,2,4,6
/proc/30512/task/30518/stat : 30518 (java) S 30509 30512 30179 0 -1 1077944384 18748 0 0 0 537 20 0 0 20 0 15 0 40456394 14431232000 329106 33554432000 4194304 4196468 140736902970368 140504827554576 140504900634325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30519] ppid=30509 vsize=14093000 memory=1316424 CPUtime=2.23 cores=0,2,4,6
/proc/30512/task/30519/stat : 30519 (java) S 30509 30512 30179 0 -1 1077944384 14033 0 0 0 205 18 0 0 20 0 15 0 40456396 14431232000 329106 33554432000 4194304 4196468 140736902970368 140503812127088 140504900635266 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 13 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30520] ppid=30509 vsize=14093000 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/30512/task/30520/stat : 30520 (java) S 30509 30512 30179 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 40456396 14431232000 329106 33554432000 4194304 4196468 140736902970368 140503811073120 140504900634325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30521] ppid=30509 vsize=14093000 memory=1316424 CPUtime=0 cores=0,2,4,6
/proc/30512/task/30521/stat : 30521 (java) S 30509 30512 30179 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 40456396 14431232000 329106 33554432000 4194304 4196468 140736902970368 140503810020224 140504900634325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30522] ppid=30509 vsize=14093000 memory=65 CPUtime=0 cores=0,2,4,6
/proc/30512/task/30522/stat : 30522 (java) S 30509 30512 30179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40456399 14431232000 329106 33554432000 4194304 4196468 140736902970368 140503808968528 140504900642715 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30523] ppid=30509 vsize=14093000 memory=1316424 CPUtime=2.97 cores=0,2,4,6
/proc/30512/task/30523/stat : 30523 (java) S 30509 30512 30179 0 -1 1077944384 7146 0 0 0 295 2 0 0 20 0 15 0 40456399 14431232000 329106 33554432000 4194304 4196468 140736902970368 140503807916912 140504900635266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 38 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30524] ppid=30509 vsize=14093000 memory=6791534058613427641 CPUtime=3.01 cores=0,2,4,6
/proc/30512/task/30524/stat : 30524 (java) S 30509 30512 30179 0 -1 1077944384 7576 0 0 0 300 1 0 0 20 0 15 0 40456399 14431232000 329106 33554432000 4194304 4196468 140736902970368 140503806864112 140504900635266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 38 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30525] ppid=30509 vsize=14093000 memory=2428 CPUtime=1.36 cores=0,2,4,6
/proc/30512/task/30525/stat : 30525 (java) S 30509 30512 30179 0 -1 1077944384 9616 0 0 0 134 2 0 0 20 0 15 0 40456399 14431232000 329106 33554432000 4194304 4196468 140736902970368 140503805811312 140504900635266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30526] ppid=30509 vsize=14093000 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/30512/task/30526/stat : 30526 (java) S 30509 30512 30179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40456399 14431232000 329106 33554432000 4194304 4196468 140736902970368 140503804758752 140504900634325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30527] ppid=30509 vsize=14093000 memory=1724 CPUtime=0.77 cores=0,2,4,6
/proc/30512/task/30527/stat : 30527 (java) S 30509 30512 30179 0 -1 1077944384 1116 0 0 0 35 42 0 0 20 0 15 0 40456399 14431232000 329106 33554432000 4194304 4196468 140736902970368 140503803706032 140504900635266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 41 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
Current children cumulated CPU time: 2285.25 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 1316424 KiB

[startup+2322.3 s]
/proc/loadavg: 1.35 1.35 1.39 3/215 30598
/proc/meminfo: memFree=19560744/32770624 swapFree=67108860/67108860
[pid=30512] ppid=30509 vsize=14093000 memory=1318472 CPUtime=2345.82 cores=0,2,4,6
/proc/30512/stat : 30512 (java) S 30509 30512 30179 0 -1 1077944320 175606 0 0 0 234410 172 0 0 20 0 15 0 40456393 14431232000 329618 33554432000 4194304 4196468 140736902970368 140736902952912 140504900624119 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
/proc/30512/statm: 3523250 329618 3594 1 0 3485321 0
[pid=30512/tid=30514] ppid=30509 vsize=14093000 memory=1318472 CPUtime=2312.24 cores=0,2,4,6
/proc/30512/task/30514/stat : 30514 (java) R 30509 30512 30179 0 -1 4202560 67072 0 0 0 231187 37 0 0 20 0 15 0 40456394 14431232000 329618 33554432000 4194304 4196468 140736902970368 140504904862288 140504517828292 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30515] ppid=30509 vsize=14093000 memory=1316424 CPUtime=5.74 cores=0,2,4,6
/proc/30512/task/30515/stat : 30515 (java) S 30509 30512 30179 0 -1 1077944384 17512 0 0 0 553 21 0 0 20 0 15 0 40456394 14431232000 329618 33554432000 4194304 4196468 140736902970368 140504830712976 140504900634325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30516] ppid=30509 vsize=14093000 memory=1316424 CPUtime=5.76 cores=0,2,4,6
/proc/30512/task/30516/stat : 30516 (java) S 30509 30512 30179 0 -1 1077944384 14393 0 0 0 554 22 0 0 20 0 15 0 40456394 14431232000 329618 33554432000 4194304 4196468 140736902970368 140504829660176 140504900634325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30517] ppid=30509 vsize=14093000 memory=1318472 CPUtime=5.75 cores=0,2,4,6
/proc/30512/task/30517/stat : 30517 (java) S 30509 30512 30179 0 -1 1077944384 16126 0 0 0 552 23 0 0 20 0 15 0 40456394 14431232000 329618 33554432000 4194304 4196468 140736902970368 140504828607376 140504900634325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30518] ppid=30509 vsize=14093000 memory=1318472 CPUtime=5.78 cores=0,2,4,6
/proc/30512/task/30518/stat : 30518 (java) S 30509 30512 30179 0 -1 1077944384 19278 0 0 0 557 21 0 0 20 0 15 0 40456394 14431232000 329618 33554432000 4194304 4196468 140736902970368 140504827554576 140504900634325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30519] ppid=30509 vsize=14093000 memory=1318472 CPUtime=2.3 cores=0,2,4,6
/proc/30512/task/30519/stat : 30519 (java) S 30509 30512 30179 0 -1 1077944384 14314 0 0 0 212 18 0 0 20 0 15 0 40456396 14431232000 329618 33554432000 4194304 4196468 140736902970368 140503812127088 140504900635266 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 13 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30520] ppid=30509 vsize=14093000 memory=1318472 CPUtime=0 cores=0,2,4,6
/proc/30512/task/30520/stat : 30520 (java) S 30509 30512 30179 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 40456396 14431232000 329618 33554432000 4194304 4196468 140736902970368 140503811073120 140504900634325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30521] ppid=30509 vsize=14093000 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30512/task/30521/stat : 30521 (java) S 30509 30512 30179 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 40456396 14431232000 329618 33554432000 4194304 4196468 140736902970368 140503810020224 140504900634325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30522] ppid=30509 vsize=14093000 memory=1318472 CPUtime=0 cores=0,2,4,6
/proc/30512/task/30522/stat : 30522 (java) S 30509 30512 30179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40456399 14431232000 329618 33554432000 4194304 4196468 140736902970368 140503808968528 140504900642715 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30523] ppid=30509 vsize=14093000 memory=1318472 CPUtime=2.97 cores=0,2,4,6
/proc/30512/task/30523/stat : 30523 (java) S 30509 30512 30179 0 -1 1077944384 7149 0 0 0 295 2 0 0 20 0 15 0 40456399 14431232000 329618 33554432000 4194304 4196468 140736902970368 140503807916912 140504900635266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 38 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30524] ppid=30509 vsize=14093000 memory=1318472 CPUtime=3.01 cores=0,2,4,6
/proc/30512/task/30524/stat : 30524 (java) S 30509 30512 30179 0 -1 1077944384 7578 0 0 0 300 1 0 0 20 0 15 0 40456399 14431232000 329618 33554432000 4194304 4196468 140736902970368 140503806864112 140504900635266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 38 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30525] ppid=30509 vsize=14093000 memory=1318472 CPUtime=1.36 cores=0,2,4,6
/proc/30512/task/30525/stat : 30525 (java) S 30509 30512 30179 0 -1 1077944384 9619 0 0 0 134 2 0 0 20 0 15 0 40456399 14431232000 329618 33554432000 4194304 4196468 140736902970368 140503805811312 140504900635266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30526] ppid=30509 vsize=14093000 memory=1318472 CPUtime=0 cores=0,2,4,6
/proc/30512/task/30526/stat : 30526 (java) S 30509 30512 30179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40456399 14431232000 329618 33554432000 4194304 4196468 140736902970368 140503804758752 140504900634325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30527] ppid=30509 vsize=14093000 memory=1952 CPUtime=0.8 cores=0,2,4,6
/proc/30512/task/30527/stat : 30527 (java) S 30509 30512 30179 0 -1 1077944384 1141 0 0 0 36 44 0 0 20 0 15 0 40456399 14431232000 329618 33554432000 4194304 4196468 140736902970368 140503803706032 140504900635266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 41 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
Current children cumulated CPU time: 2345.82 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 1318472 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2376 s]*
/proc/loadavg: 1.51 1.40 1.41 6/215 30676
/proc/meminfo: memFree=20118376/32770624 swapFree=67108860/67108860
[pid=30512] ppid=30509 vsize=14093000 memory=1332532 CPUtime=2400.02 cores=0,2,4,6
/proc/30512/stat : 30512 (java) S 30509 30512 30179 0 -1 1077944320 178977 0 0 0 239828 174 0 0 20 0 15 0 40456393 14431232000 333133 33554432000 4194304 4196468 140736902970368 140736902952912 140504900624119 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
/proc/30512/statm: 3523250 333133 3594 1 0 3485321 0
[pid=30512/tid=30514] ppid=30509 vsize=14093000 memory=6791534058613427641 CPUtime=2365.65 cores=0,2,4,6
/proc/30512/task/30514/stat : 30514 (java) R 30509 30512 30179 0 -1 4202560 67929 0 0 0 236528 37 0 0 20 0 15 0 40456394 14431232000 333133 33554432000 4194304 4196468 140736902970368 140504904862400 140504517513341 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30515] ppid=30509 vsize=14093000 memory=1332532 CPUtime=5.92 cores=0,2,4,6
/proc/30512/task/30515/stat : 30515 (java) S 30509 30512 30179 0 -1 1077944384 18221 0 0 0 570 22 0 0 20 0 15 0 40456394 14431232000 333133 33554432000 4194304 4196468 140736902970368 140504830712976 140504900634325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30516] ppid=30509 vsize=14093000 memory=1408 CPUtime=5.94 cores=0,2,4,6
/proc/30512/task/30516/stat : 30516 (java) S 30509 30512 30179 0 -1 1077944384 14965 0 0 0 572 22 0 0 20 0 15 0 40456394 14431232000 333133 33554432000 4194304 4196468 140736902970368 140504829660176 140504900634325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30517] ppid=30509 vsize=14093000 memory=2572 CPUtime=5.93 cores=0,2,4,6
/proc/30512/task/30517/stat : 30517 (java) S 30509 30512 30179 0 -1 1077944384 16576 0 0 0 570 23 0 0 20 0 15 0 40456394 14431232000 333133 33554432000 4194304 4196468 140736902970368 140504828607376 140504900634325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30518] ppid=30509 vsize=14093000 memory=714680 CPUtime=5.96 cores=0,2,4,6
/proc/30512/task/30518/stat : 30518 (java) S 30509 30512 30179 0 -1 1077944384 19499 0 0 0 574 22 0 0 20 0 15 0 40456394 14431232000 333133 33554432000 4194304 4196468 140736902970368 140504827554576 140504900634325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30519] ppid=30509 vsize=14093000 memory=2588 CPUtime=2.38 cores=0,2,4,6
/proc/30512/task/30519/stat : 30519 (java) S 30509 30512 30179 0 -1 1077944384 14818 0 0 0 219 19 0 0 20 0 15 0 40456396 14431232000 333133 33554432000 4194304 4196468 140736902970368 140503812127088 140504900635266 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 13 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30520] ppid=30509 vsize=14093000 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/30512/task/30520/stat : 30520 (java) S 30509 30512 30179 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 40456396 14431232000 333133 33554432000 4194304 4196468 140736902970368 140503811073120 140504900634325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30521] ppid=30509 vsize=14093000 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/30512/task/30521/stat : 30521 (java) S 30509 30512 30179 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 40456396 14431232000 333133 33554432000 4194304 4196468 140736902970368 140503810020224 140504900634325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30522] ppid=30509 vsize=14093000 memory=3048 CPUtime=0 cores=0,2,4,6
/proc/30512/task/30522/stat : 30522 (java) S 30509 30512 30179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40456399 14431232000 333133 33554432000 4194304 4196468 140736902970368 140503808968528 140504900642715 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30523] ppid=30509 vsize=14093000 memory=1332532 CPUtime=2.97 cores=0,2,4,6
/proc/30512/task/30523/stat : 30523 (java) S 30509 30512 30179 0 -1 1077944384 7153 0 0 0 295 2 0 0 20 0 15 0 40456399 14431232000 333133 33554432000 4194304 4196468 140736902970368 140503807916912 140504900635266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 38 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30524] ppid=30509 vsize=14093000 memory=1408 CPUtime=3.02 cores=0,2,4,6
/proc/30512/task/30524/stat : 30524 (java) S 30509 30512 30179 0 -1 1077944384 7584 0 0 0 300 2 0 0 20 0 15 0 40456399 14431232000 333133 33554432000 4194304 4196468 140736902970368 140503806864112 140504900635266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 38 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30525] ppid=30509 vsize=14093000 memory=2536 CPUtime=1.36 cores=0,2,4,6
/proc/30512/task/30525/stat : 30525 (java) S 30509 30512 30179 0 -1 1077944384 9625 0 0 0 134 2 0 0 20 0 15 0 40456399 14431232000 333133 33554432000 4194304 4196468 140736902970368 140503805811312 140504900635266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30526] ppid=30509 vsize=14093000 memory=672072 CPUtime=0 cores=0,2,4,6
/proc/30512/task/30526/stat : 30526 (java) S 30509 30512 30179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40456399 14431232000 333133 33554432000 4194304 4196468 140736902970368 140503804758752 140504900634325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
[pid=30512/tid=30527] ppid=30509 vsize=14093000 memory=6791534058613427641 CPUtime=0.81 cores=0,2,4,6
/proc/30512/task/30527/stat : 30527 (java) S 30509 30512 30179 0 -1 1077944384 1183 0 0 0 37 44 0 0 20 0 15 0 40456399 14431232000 333133 33554432000 4194304 4196468 140736902970368 140503803706032 140504900635266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 41 0 0 6293624 6294260 10698752 140736902976597 140736902976777 140736902976777 140736902979535 0
Current children cumulated CPU time: 2400.02 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 1332532 KiB

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

[startup+2376.03 s]
# the end of solver process 30512 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.29 s, system=1.75932 s

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

Child status: 143
Real time (s): 2376.03
CPU time (s): 2400.05
CPU user time (s): 2398.29
CPU system time (s): 1.75932
CPU usage (%): 101.011
Max. virtual memory (cumulated for all children) (KiB): 14093000
Max. memory (cumulated for all children) (KiB): 1897940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.29
system time used= 1.75932
maximum resident set size= 1899988
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 179445
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2624
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 112560
involuntary context switches= 6691


# summary of solver processes directly reported to runsolver:
#   pid: 30512
#   total CPU time (s): 2400.05
#   total CPU user time (s): 2398.29
#   total CPU system time (s): 1.75932

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.5417 second user time and 21.4693 second system time

The end

Launcher Data

Begin job on node138 at 2018-07-22 05:08:52
IDJOB=4291600
IDBENCH=141047
IDSOLVER=2746
FILE ID=node138/4291600-1532228932
RUNJOBID= node138-1532226565-30210
PBS_JOBID= 21018959
Free space on /tmp= 59072 MiB

SOLVER NAME= OscaR - Hybrid 2018-07-02
BENCH NAME= XCSP18/NurseRostering/NurseRostering-09_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-4291600-1532228932/watcher-4291600-1532228932 -o /tmp/evaluation-result-4291600-1532228932/solver-4291600-1532228932 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532226565-30210 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 988847144 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4291600-1532228932.xml

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

MD5SUM BENCH= 01a28a521b9bba3b9351b91d9c8d3e2f
RANDOM SEED=988847144

node138.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.71
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.71
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.71
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.71
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:        22318116 kB
MemAvailable:   31394312 kB
Buffers:          230464 kB
Cached:          9087512 kB
SwapCached:            0 kB
Active:          2882608 kB
Inactive:        7052676 kB
Active(anon):     619996 kB
Inactive(anon):    16972 kB
Active(file):    2262612 kB
Inactive(file):  7035704 kB
Unevictable:        7276 kB
Mlocked:            7276 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             35924 kB
Writeback:             0 kB
AnonPages:        624256 kB
Mapped:            48720 kB
Shmem:             17036 kB
Slab:             215040 kB
SReclaimable:     187432 kB
SUnreclaim:        27608 kB
KernelStack:        3520 kB
PageTables:         6316 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1858188 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    479232 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 59036 MiB
End job on node138 at 2018-07-22 05:48:28