Trace number 4290410

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
OscaR - Conflict Ordering with restarts 2018-07-02? (TO) 2400.06 2381.41

General information on the benchmark

NameNurseRostering/
NurseRostering-17_c18.xml
MD5SUMe10494f4d2f2bb4c080233ff8f9dca75
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables3248
Number of constraints8691
Number of domains15
Minimum domain size1
Maximum domain size57
Distribution of domain sizes[{"size":1,"count":80},{"size":2,"count":736},{"size":5,"count":1792},{"size":11,"count":24},{"size":33,"count":504},{"size":57,"count":112}]
Minimum variable degree2
Maximum variable degree25
Distribution of variable degrees[{"degree":2,"count":1200},{"degree":3,"count":256},{"degree":15,"count":24},{"degree":16,"count":37},{"degree":17,"count":3},{"degree":18,"count":22},{"degree":19,"count":34},{"degree":20,"count":44},{"degree":21,"count":67},{"degree":22,"count":108},{"degree":23,"count":674},{"degree":24,"count":625},{"degree":25,"count":154}]
Minimum constraint arity2
Maximum constraint arity160
Distribution of constraint arities[{"arity":2,"count":3096},{"arity":3,"count":3456},{"arity":5,"count":136},{"arity":6,"count":1530},{"arity":8,"count":32},{"arity":33,"count":280},{"arity":57,"count":160},{"arity":160,"count":1}]
Number of extensional constraints2040
Number of intensional constraints1056
Distribution of constraint types[{"type":"extension","count":2040},{"type":"intension","count":1056},{"type":"regular","count":3456},{"type":"sum","count":64},{"type":"count","count":2074},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.67/0.56	c version: 2018-07-02
0.67/0.56	c seed: 1146687405
0.67/0.56	c timeout: 2400
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 4
0.67/0.58	c Parsing instance...
12.43/5.12	c Parsing done, starting search...
2400.03/2381.40	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (12607 MiB free)
  memory of node 1: 16384 MiB (13812 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290410-1532229593/watcher-4290410-1532229593 -o /tmp/evaluation-result-4290410-1532229593/solver-4290410-1532229593 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532224835-1956 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1146687405 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290410-1532229593.xml 

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

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

solver pid=2511, runsolver pid=2508

[startup+0.10777 s]*
/proc/loadavg: 1.15 1.28 1.35 3/219 2526
/proc/meminfo: memFree=27037176/32770624 swapFree=67108860/67108860
[pid=2511] ppid=2508 vsize=14082740 memory=31228 CPUtime=0.13 cores=1,3,5,7
/proc/2511/stat : 2511 (java) S 2508 2511 1924 0 -1 1077944320 6765 0 0 0 12 1 0 0 20 0 15 0 40522567 14420725760 7807 33554432000 4194304 4196468 140728535478256 140728535460800 139622100549367 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
/proc/2511/statm: 3520685 7807 3154 1 0 3482761 0
[pid=2511/tid=2513] ppid=2508 vsize=14082740 memory=-8393408402312492224 CPUtime=0.1 cores=1,3,5,7
/proc/2511/task/2513/stat : 2513 (java) R 2508 2511 1924 0 -1 4202560 4958 0 0 0 9 1 0 0 20 0 15 0 40522567 14420725760 8005 33554432000 4194304 4196468 140728535478256 139622104764160 139622080825195 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2514] ppid=2508 vsize=14082740 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/2511/task/2514/stat : 2514 (java) S 2508 2511 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40522568 14420725760 8005 33554432000 4194304 4196468 140728535478256 139621696379152 139622100559573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2515] ppid=2508 vsize=14082740 memory=140382546978432 CPUtime=0 cores=1,3,5,7
/proc/2511/task/2515/stat : 2515 (java) S 2508 2511 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40522568 14420725760 8005 33554432000 4194304 4196468 140728535478256 139621695326608 139622100559573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2516] ppid=2508 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2511/task/2516/stat : 2516 (java) S 2508 2511 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40522568 14420725760 8005 33554432000 4194304 4196468 140728535478256 139621694274064 139622100559573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2517] ppid=2508 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2511/task/2517/stat : 2517 (java) S 2508 2511 1924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40522568 14420725760 8005 33554432000 4194304 4196468 140728535478256 139621693221520 139622100559573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2518] ppid=2508 vsize=14082740 memory=140382546978432 CPUtime=0 cores=1,3,5,7
/proc/2511/task/2518/stat : 2518 (java) S 2508 2511 1924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40522569 14420725760 8071 33554432000 4194304 4196468 140728535478256 139621441341936 139622100560514 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2519] ppid=2508 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2511/task/2519/stat : 2519 (java) S 2508 2511 1924 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40522570 14420725760 8071 33554432000 4194304 4196468 140728535478256 139621440288160 139622100559573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2520] ppid=2508 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2511/task/2520/stat : 2520 (java) S 2508 2511 1924 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40522570 14420725760 8071 33554432000 4194304 4196468 140728535478256 139621439235568 139622100559573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2521] ppid=2508 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2511/task/2521/stat : 2521 (java) S 2508 2511 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40522572 14420725760 8071 33554432000 4194304 4196468 140728535478256 139621438184144 139622100567963 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2522] ppid=2508 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2511/task/2522/stat : 2522 (java) S 2508 2511 1924 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 40522572 14420725760 8071 33554432000 4194304 4196468 140728535478256 139621437130736 139622100560514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2523] ppid=2508 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2511/task/2523/stat : 2523 (java) S 2508 2511 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40522572 14420725760 8071 33554432000 4194304 4196468 140728535478256 139621436078192 139622100560514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2524] ppid=2508 vsize=14082740 memory=140382546978432 CPUtime=0.01 cores=1,3,5,7
/proc/2511/task/2524/stat : 2524 (java) S 2508 2511 1924 0 -1 1077944384 321 0 0 0 1 0 0 0 20 0 15 0 40522572 14420725760 8071 33554432000 4194304 4196468 140728535478256 139621435025648 139622100560514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2525] ppid=2508 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2511/task/2525/stat : 2525 (java) S 2508 2511 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40522573 14420725760 8071 33554432000 4194304 4196468 140728535478256 139621433973344 139622100559573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2526] ppid=2508 vsize=14082740 memory=140382546978432 CPUtime=0 cores=1,3,5,7
/proc/2511/task/2526/stat : 2526 (java) S 2508 2511 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40522573 14420725760 8071 33554432000 4194304 4196468 140728535478256 139621432920880 139622100560514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 31228 KiB

[startup+0.215874 s]*
/proc/loadavg: 1.15 1.28 1.35 4/219 2526
/proc/meminfo: memFree=27021540/32770624 swapFree=67108860/67108860
[pid=2511] ppid=2508 vsize=14082740 memory=46796 CPUtime=0.31 cores=1,3,5,7
/proc/2511/stat : 2511 (java) S 2508 2511 1924 0 -1 1077944320 10265 0 0 0 29 2 0 0 20 0 15 0 40522567 14420725760 11699 33554432000 4194304 4196468 140728535478256 140728535460800 139622100549367 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
/proc/2511/statm: 3520685 11699 3410 1 0 3482761 0
[pid=2511/tid=2513] ppid=2508 vsize=14082740 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/2511/task/2513/stat : 2513 (java) R 2508 2511 1924 0 -1 4202560 7851 0 0 0 19 1 0 0 20 0 15 0 40522567 14420725760 11699 33554432000 4194304 4196468 140728535478256 139622104776272 139622084592997 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2514] ppid=2508 vsize=14082740 memory=345 CPUtime=0 cores=1,3,5,7
/proc/2511/task/2514/stat : 2514 (java) S 2508 2511 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40522568 14420725760 11699 33554432000 4194304 4196468 140728535478256 139621696379152 139622100559573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2515] ppid=2508 vsize=14082740 memory=140382546981197 CPUtime=0 cores=1,3,5,7
/proc/2511/task/2515/stat : 2515 (java) S 2508 2511 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40522568 14420725760 11699 33554432000 4194304 4196468 140728535478256 139621695326608 139622100559573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2516] ppid=2508 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2511/task/2516/stat : 2516 (java) S 2508 2511 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40522568 14420725760 11699 33554432000 4194304 4196468 140728535478256 139621694274064 139622100559573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2517] ppid=2508 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2511/task/2517/stat : 2517 (java) S 2508 2511 1924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40522568 14420725760 11699 33554432000 4194304 4196468 140728535478256 139621693221520 139622100559573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2518] ppid=2508 vsize=14082740 memory=140382546978432 CPUtime=0 cores=1,3,5,7
/proc/2511/task/2518/stat : 2518 (java) S 2508 2511 1924 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 40522569 14420725760 11699 33554432000 4194304 4196468 140728535478256 139621441341936 139622100560514 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2519] ppid=2508 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2511/task/2519/stat : 2519 (java) S 2508 2511 1924 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40522570 14420725760 11699 33554432000 4194304 4196468 140728535478256 139621440288160 139622100559573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2520] ppid=2508 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2511/task/2520/stat : 2520 (java) S 2508 2511 1924 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40522570 14420725760 11699 33554432000 4194304 4196468 140728535478256 139621439235568 139622100559573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2521] ppid=2508 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2511/task/2521/stat : 2521 (java) S 2508 2511 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40522572 14420725760 11699 33554432000 4194304 4196468 140728535478256 139621438184144 139622100567963 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2522] ppid=2508 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/2511/task/2522/stat : 2522 (java) S 2508 2511 1924 0 -1 1077944384 417 0 0 0 2 0 0 0 20 0 15 0 40522572 14420725760 11699 33554432000 4194304 4196468 140728535478256 139621437130736 139622100560514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2523] ppid=2508 vsize=14082740 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/2511/task/2523/stat : 2523 (java) R 2508 2511 1924 0 -1 1077944384 209 0 0 0 1 0 0 0 20 0 15 0 40522572 14420725760 11699 33554432000 4194304 4196468 140728535478256 139621436078192 139622100560514 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2524] ppid=2508 vsize=14082740 memory=140382546978432 CPUtime=0.05 cores=1,3,5,7
/proc/2511/task/2524/stat : 2524 (java) S 2508 2511 1924 0 -1 1077944384 407 0 0 0 5 0 0 0 20 0 15 0 40522572 14420725760 11699 33554432000 4194304 4196468 140728535478256 139621435025648 139622100560514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2525] ppid=2508 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2511/task/2525/stat : 2525 (java) S 2508 2511 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40522573 14420725760 11699 33554432000 4194304 4196468 140728535478256 139621433973344 139622100559573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2526] ppid=2508 vsize=14082740 memory=140382546978432 CPUtime=0 cores=1,3,5,7
/proc/2511/task/2526/stat : 2526 (java) S 2508 2511 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40522573 14420725760 11699 33554432000 4194304 4196468 140728535478256 139621432920880 139622100560514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 46796 KiB

[startup+0.310507 s]*
/proc/loadavg: 1.15 1.28 1.35 4/219 2526
/proc/meminfo: memFree=27018004/32770624 swapFree=67108860/67108860
[pid=2511] ppid=2508 vsize=14082740 memory=49964 CPUtime=0.43 cores=1,3,5,7
/proc/2511/stat : 2511 (java) S 2508 2511 1924 0 -1 1077944320 10649 0 0 0 41 2 0 0 20 0 15 0 40522567 14420725760 12491 33554432000 4194304 4196468 140728535478256 140728535460800 139622100549367 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
/proc/2511/statm: 3520685 12491 3413 1 0 3482761 0
[pid=2511/tid=2513] ppid=2508 vsize=14082740 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/2511/task/2513/stat : 2513 (java) R 2508 2511 1924 0 -1 4202560 8177 0 0 0 28 2 0 0 20 0 15 0 40522567 14420725760 12542 33554432000 4194304 4196468 140728535478256 139622104769184 139622083736176 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2514] ppid=2508 vsize=14082740 memory=4294980951 CPUtime=0 cores=1,3,5,7
/proc/2511/task/2514/stat : 2514 (java) S 2508 2511 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40522568 14420725760 12542 33554432000 4194304 4196468 140728535478256 139621696379152 139622100559573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2515] ppid=2508 vsize=14082740 memory=140382547210431 CPUtime=0 cores=1,3,5,7
/proc/2511/task/2515/stat : 2515 (java) S 2508 2511 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40522568 14420725760 12542 33554432000 4194304 4196468 140728535478256 139621695326608 139622100559573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2516] ppid=2508 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2511/task/2516/stat : 2516 (java) S 2508 2511 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40522568 14420725760 12542 33554432000 4194304 4196468 140728535478256 139621694274064 139622100559573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2517] ppid=2508 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2511/task/2517/stat : 2517 (java) S 2508 2511 1924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40522568 14420725760 12542 33554432000 4194304 4196468 140728535478256 139621693221520 139622100559573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2518] ppid=2508 vsize=14082740 memory=140382546978432 CPUtime=0 cores=1,3,5,7
/proc/2511/task/2518/stat : 2518 (java) S 2508 2511 1924 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 40522569 14420725760 12542 33554432000 4194304 4196468 140728535478256 139621441341936 139622100560514 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2519] ppid=2508 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2511/task/2519/stat : 2519 (java) S 2508 2511 1924 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40522570 14420725760 12542 33554432000 4194304 4196468 140728535478256 139621440288160 139622100559573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2520] ppid=2508 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2511/task/2520/stat : 2520 (java) S 2508 2511 1924 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40522570 14420725760 12542 33554432000 4194304 4196468 140728535478256 139621439235568 139622100559573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2521] ppid=2508 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2511/task/2521/stat : 2521 (java) S 2508 2511 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40522572 14420725760 12542 33554432000 4194304 4196468 140728535478256 139621438184144 139622100567963 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2522] ppid=2508 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/2511/task/2522/stat : 2522 (java) S 2508 2511 1924 0 -1 1077944384 419 0 0 0 2 0 0 0 20 0 15 0 40522572 14420725760 12542 33554432000 4194304 4196468 140728535478256 139621437130736 139622100560514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2523] ppid=2508 vsize=14082740 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/2511/task/2523/stat : 2523 (java) S 2508 2511 1924 0 -1 1077944384 232 0 0 0 2 0 0 0 20 0 15 0 40522572 14420725760 12542 33554432000 4194304 4196468 140728535478256 139621436078192 139622100560514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2524] ppid=2508 vsize=14082740 memory=140382546978432 CPUtime=0.07 cores=1,3,5,7
/proc/2511/task/2524/stat : 2524 (java) S 2508 2511 1924 0 -1 1077944384 441 0 0 0 7 0 0 0 20 0 15 0 40522572 14420725760 12542 33554432000 4194304 4196468 140728535478256 139621435025648 139622100560514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2525] ppid=2508 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2511/task/2525/stat : 2525 (java) S 2508 2511 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40522573 14420725760 12542 33554432000 4194304 4196468 140728535478256 139621433973344 139622100559573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2526] ppid=2508 vsize=14082740 memory=140382546978432 CPUtime=0 cores=1,3,5,7
/proc/2511/task/2526/stat : 2526 (java) S 2508 2511 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40522573 14420725760 12542 33554432000 4194304 4196468 140728535478256 139621432920880 139622100560514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 49964 KiB

[startup+0.700776 s]
/proc/loadavg: 1.13 1.27 1.35 3/219 2526
/proc/meminfo: memFree=26993944/32770624 swapFree=67108860/67108860
[pid=2511] ppid=2508 vsize=14084808 memory=87864 CPUtime=0.99 cores=1,3,5,7
/proc/2511/stat : 2511 (java) S 2508 2511 1924 0 -1 1077944320 17422 0 0 0 95 4 0 0 20 0 15 0 40522567 14422843392 21966 33554432000 4194304 4196468 140728535478256 140728535460800 139622100549367 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
/proc/2511/statm: 3521202 21966 3499 1 0 3483273 0
[pid=2511/tid=2513] ppid=2508 vsize=14084808 memory=1236 CPUtime=0.67 cores=1,3,5,7
/proc/2511/task/2513/stat : 2513 (java) R 2508 2511 1924 0 -1 4202560 14502 0 0 0 64 3 0 0 20 0 15 0 40522567 14422843392 21966 33554432000 4194304 4196468 140728535478256 139622104762816 139622100571293 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2514] ppid=2508 vsize=14084808 memory=8784 CPUtime=0 cores=1,3,5,7
/proc/2511/task/2514/stat : 2514 (java) S 2508 2511 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40522568 14422843392 21966 33554432000 4194304 4196468 140728535478256 139621696379152 139622100559573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2515] ppid=2508 vsize=14084808 memory=4052 CPUtime=0 cores=1,3,5,7
/proc/2511/task/2515/stat : 2515 (java) S 2508 2511 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40522568 14422843392 21966 33554432000 4194304 4196468 140728535478256 139621695326608 139622100559573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2516] ppid=2508 vsize=14084808 memory=644 CPUtime=0 cores=1,3,5,7
/proc/2511/task/2516/stat : 2516 (java) S 2508 2511 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40522568 14422843392 21966 33554432000 4194304 4196468 140728535478256 139621694274064 139622100559573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2517] ppid=2508 vsize=14084808 memory=1800 CPUtime=0 cores=1,3,5,7
/proc/2511/task/2517/stat : 2517 (java) S 2508 2511 1924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40522568 14422843392 21966 33554432000 4194304 4196468 140728535478256 139621693221520 139622100559573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2518] ppid=2508 vsize=14084808 memory=956 CPUtime=0 cores=1,3,5,7
/proc/2511/task/2518/stat : 2518 (java) S 2508 2511 1924 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 40522569 14422843392 21966 33554432000 4194304 4196468 140728535478256 139621441341936 139622100560514 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2519] ppid=2508 vsize=14084808 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/2511/task/2519/stat : 2519 (java) S 2508 2511 1924 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40522570 14422843392 21966 33554432000 4194304 4196468 140728535478256 139621440288160 139622100559573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2520] ppid=2508 vsize=14084808 memory=928 CPUtime=0 cores=1,3,5,7
/proc/2511/task/2520/stat : 2520 (java) S 2508 2511 1924 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40522570 14422843392 21966 33554432000 4194304 4196468 140728535478256 139621439235568 139622100559573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2521] ppid=2508 vsize=14084808 memory=6153431502485415525 CPUtime=0 cores=1,3,5,7
/proc/2511/task/2521/stat : 2521 (java) S 2508 2511 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40522572 14422843392 21966 33554432000 4194304 4196468 140728535478256 139621438184144 139622100567963 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2522] ppid=2508 vsize=14084808 memory=7450757349647805273 CPUtime=0.08 cores=1,3,5,7
/proc/2511/task/2522/stat : 2522 (java) S 2508 2511 1924 0 -1 1077944384 568 0 0 0 8 0 0 0 20 0 15 0 40522572 14422843392 21966 33554432000 4194304 4196468 140728535478256 139621437130736 139622100560514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2523] ppid=2508 vsize=14084808 memory=6300092137356946789 CPUtime=0.06 cores=1,3,5,7
/proc/2511/task/2523/stat : 2523 (java) S 2508 2511 1924 0 -1 1077944384 392 0 0 0 6 0 0 0 20 0 15 0 40522572 14422843392 21966 33554432000 4194304 4196468 140728535478256 139621436078192 139622100560514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2524] ppid=2508 vsize=14084808 memory=6297791911065501799 CPUtime=0.15 cores=1,3,5,7
/proc/2511/task/2524/stat : 2524 (java) S 2508 2511 1924 0 -1 1077944384 576 0 0 0 15 0 0 0 20 0 15 0 40522572 14422843392 21966 33554432000 4194304 4196468 140728535478256 139621435025648 139622100560514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2525] ppid=2508 vsize=14084808 memory=7450194455394603878 CPUtime=0 cores=1,3,5,7
/proc/2511/task/2525/stat : 2525 (java) S 2508 2511 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40522573 14422843392 21966 33554432000 4194304 4196468 140728535478256 139621433973344 139622100559573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2526] ppid=2508 vsize=14084808 memory=10416 CPUtime=0 cores=1,3,5,7
/proc/2511/task/2526/stat : 2526 (java) S 2508 2511 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40522573 14422843392 21966 33554432000 4194304 4196468 140728535478256 139621432920880 139622100560514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 87864 KiB

[startup+1.50081 s]
/proc/loadavg: 1.13 1.27 1.35 6/219 2526
/proc/meminfo: memFree=26954360/32770624 swapFree=67108860/67108860
[pid=2511] ppid=2508 vsize=14088904 memory=183572 CPUtime=3.35 cores=1,3,5,7
/proc/2511/stat : 2511 (java) S 2508 2511 1924 0 -1 1077944320 24590 0 0 0 328 7 0 0 20 0 15 0 40522567 14427037696 45893 33554432000 4194304 4196468 140728535478256 140728535460800 139622100549367 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
/proc/2511/statm: 3522226 45893 3549 1 0 3484297 0
[pid=2511/tid=2513] ppid=2508 vsize=14088904 memory=164276 CPUtime=1.47 cores=1,3,5,7
/proc/2511/task/2513/stat : 2513 (java) R 2508 2511 1924 0 -1 4202560 17754 0 0 0 142 5 0 0 20 0 15 0 40522567 14427037696 45893 33554432000 4194304 4196468 140728535478256 139622104781704 139621743834843 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2514] ppid=2508 vsize=14088904 memory=164 CPUtime=0 cores=1,3,5,7
/proc/2511/task/2514/stat : 2514 (java) S 2508 2511 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40522568 14427037696 45893 33554432000 4194304 4196468 140728535478256 139621696379152 139622100559573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2515] ppid=2508 vsize=14088904 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2511/task/2515/stat : 2515 (java) S 2508 2511 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40522568 14427037696 45893 33554432000 4194304 4196468 140728535478256 139621695326608 139622100559573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2516] ppid=2508 vsize=14088904 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/2511/task/2516/stat : 2516 (java) S 2508 2511 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40522568 14427037696 45893 33554432000 4194304 4196468 140728535478256 139621694274064 139622100559573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2517] ppid=2508 vsize=14088904 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2511/task/2517/stat : 2517 (java) S 2508 2511 1924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40522568 14427037696 45893 33554432000 4194304 4196468 140728535478256 139621693221520 139622100559573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2518] ppid=2508 vsize=14088904 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2511/task/2518/stat : 2518 (java) S 2508 2511 1924 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 15 0 40522569 14427037696 45893 33554432000 4194304 4196468 140728535478256 139621441341936 139622100560514 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0

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

/proc/2511/task/2513/stat : 2513 (java) R 2508 2511 1924 0 -1 4202560 74748 0 0 0 219732 31 0 0 20 0 15 0 40522567 14431232000 307047 33554432000 4194304 4196468 140728535478256 139622104787424 139621753879533 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2514] ppid=2508 vsize=14093000 memory=1228188 CPUtime=2.9 cores=1,3,5,7
/proc/2511/task/2514/stat : 2514 (java) S 2508 2511 1924 0 -1 1077944384 13676 0 0 0 271 19 0 0 20 0 15 0 40522568 14431232000 307047 33554432000 4194304 4196468 140728535478256 139621696379152 139622100559573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2515] ppid=2508 vsize=14093000 memory=1228188 CPUtime=2.91 cores=1,3,5,7
/proc/2511/task/2515/stat : 2515 (java) S 2508 2511 1924 0 -1 1077944384 13406 0 0 0 270 21 0 0 20 0 15 0 40522568 14431232000 307047 33554432000 4194304 4196468 140728535478256 139621695326608 139622100559573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2516] ppid=2508 vsize=14093000 memory=1228188 CPUtime=2.91 cores=1,3,5,7
/proc/2511/task/2516/stat : 2516 (java) S 2508 2511 1924 0 -1 1077944384 15592 0 0 0 272 19 0 0 20 0 15 0 40522568 14431232000 307047 33554432000 4194304 4196468 140728535478256 139621694274064 139622100559573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2517] ppid=2508 vsize=14093000 memory=4616 CPUtime=2.91 cores=1,3,5,7
/proc/2511/task/2517/stat : 2517 (java) S 2508 2511 1924 0 -1 1077944384 16979 0 0 0 270 21 0 0 20 0 15 0 40522568 14431232000 307047 33554432000 4194304 4196468 140728535478256 139621693221520 139622100559573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2518] ppid=2508 vsize=14093000 memory=1228188 CPUtime=0.95 cores=1,3,5,7
/proc/2511/task/2518/stat : 2518 (java) S 2508 2511 1924 0 -1 1077944384 12866 0 0 0 86 9 0 0 20 0 15 0 40522569 14431232000 307047 33554432000 4194304 4196468 140728535478256 139621441341936 139622100560514 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2519] ppid=2508 vsize=14093000 memory=1800 CPUtime=0 cores=1,3,5,7
/proc/2511/task/2519/stat : 2519 (java) S 2508 2511 1924 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 40522570 14431232000 307047 33554432000 4194304 4196468 140728535478256 139621440288224 139622100559573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2520] ppid=2508 vsize=14093000 memory=1228188 CPUtime=0 cores=1,3,5,7
/proc/2511/task/2520/stat : 2520 (java) S 2508 2511 1924 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 40522570 14431232000 307047 33554432000 4194304 4196468 140728535478256 139621439235584 139622100559573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2521] ppid=2508 vsize=14093000 memory=1228188 CPUtime=0 cores=1,3,5,7
/proc/2511/task/2521/stat : 2521 (java) S 2508 2511 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40522572 14431232000 307047 33554432000 4194304 4196468 140728535478256 139621438184144 139622100567963 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2522] ppid=2508 vsize=14093000 memory=1228188 CPUtime=3.87 cores=1,3,5,7
/proc/2511/task/2522/stat : 2522 (java) S 2508 2511 1924 0 -1 1077944384 9402 0 0 0 385 2 0 0 20 0 15 0 40522572 14431232000 307047 33554432000 4194304 4196468 140728535478256 139621437130736 139622100560514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2523] ppid=2508 vsize=14093000 memory=1228188 CPUtime=3.88 cores=1,3,5,7
/proc/2511/task/2523/stat : 2523 (java) S 2508 2511 1924 0 -1 1077944384 11950 0 0 0 386 2 0 0 20 0 15 0 40522572 14431232000 307047 33554432000 4194304 4196468 140728535478256 139621436078192 139622100560514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2524] ppid=2508 vsize=14093000 memory=1008 CPUtime=1.48 cores=1,3,5,7
/proc/2511/task/2524/stat : 2524 (java) S 2508 2511 1924 0 -1 1077944384 13652 0 0 0 145 3 0 0 20 0 15 0 40522572 14431232000 307047 33554432000 4194304 4196468 140728535478256 139621435025648 139622100560514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2525] ppid=2508 vsize=14093000 memory=5404 CPUtime=0 cores=1,3,5,7
/proc/2511/task/2525/stat : 2525 (java) S 2508 2511 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40522573 14431232000 307047 33554432000 4194304 4196468 140728535478256 139621433973344 139622100559573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2526] ppid=2508 vsize=14093000 memory=1228188 CPUtime=0.48 cores=1,3,5,7
/proc/2511/task/2526/stat : 2526 (java) S 2508 2511 1924 0 -1 1077944384 1718 0 0 0 20 28 0 0 20 0 15 0 40522573 14431232000 307047 33554432000 4194304 4196468 140728535478256 139621432920880 139622100560514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
Current children cumulated CPU time: 2220.01 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 1228188 KiB

[startup+2262.3 s]
/proc/loadavg: 1.28 1.39 1.39 3/218 2682
/proc/meminfo: memFree=25583852/32770624 swapFree=67108860/67108860
[pid=2511] ppid=2508 vsize=14093000 memory=1228188 CPUtime=2280.3 cores=1,3,5,7
/proc/2511/stat : 2511 (java) S 2508 2511 1924 0 -1 1077944320 187209 0 0 0 227884 146 0 0 20 0 15 0 40522567 14431232000 307047 33554432000 4194304 4196468 140728535478256 140728535460800 139622100549367 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
/proc/2511/statm: 3523250 307047 3616 1 0 3485321 0
[pid=2511/tid=2513] ppid=2508 vsize=14093000 memory=1228188 CPUtime=2257.45 cores=1,3,5,7
/proc/2511/task/2513/stat : 2513 (java) R 2508 2511 1924 0 -1 4202560 75518 0 0 0 225713 32 0 0 20 0 15 0 40522567 14431232000 307047 33554432000 4194304 4196468 140728535478256 139622104787360 139621753723661 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2514] ppid=2508 vsize=14093000 memory=1228188 CPUtime=3 cores=1,3,5,7
/proc/2511/task/2514/stat : 2514 (java) S 2508 2511 1924 0 -1 1077944384 13841 0 0 0 281 19 0 0 20 0 15 0 40522568 14431232000 307047 33554432000 4194304 4196468 140728535478256 139621696379152 139622100559573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2515] ppid=2508 vsize=14093000 memory=1228188 CPUtime=3.02 cores=1,3,5,7
/proc/2511/task/2515/stat : 2515 (java) S 2508 2511 1924 0 -1 1077944384 13703 0 0 0 281 21 0 0 20 0 15 0 40522568 14431232000 307047 33554432000 4194304 4196468 140728535478256 139621695326608 139622100559573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2516] ppid=2508 vsize=14093000 memory=1228188 CPUtime=3.01 cores=1,3,5,7
/proc/2511/task/2516/stat : 2516 (java) S 2508 2511 1924 0 -1 1077944384 15791 0 0 0 282 19 0 0 20 0 15 0 40522568 14431232000 307047 33554432000 4194304 4196468 140728535478256 139621694274064 139622100559573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2517] ppid=2508 vsize=14093000 memory=1228188 CPUtime=3.01 cores=1,3,5,7
/proc/2511/task/2517/stat : 2517 (java) S 2508 2511 1924 0 -1 1077944384 17129 0 0 0 280 21 0 0 20 0 15 0 40522568 14431232000 307047 33554432000 4194304 4196468 140728535478256 139621693221520 139622100559573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2518] ppid=2508 vsize=14093000 memory=280764832080720 CPUtime=1 cores=1,3,5,7
/proc/2511/task/2518/stat : 2518 (java) S 2508 2511 1924 0 -1 1077944384 13048 0 0 0 90 10 0 0 20 0 15 0 40522569 14431232000 307047 33554432000 4194304 4196468 140728535478256 139621441341936 139622100560514 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2519] ppid=2508 vsize=14093000 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2511/task/2519/stat : 2519 (java) S 2508 2511 1924 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 40522570 14431232000 307047 33554432000 4194304 4196468 140728535478256 139621440288224 139622100559573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2520] ppid=2508 vsize=14093000 memory=1228188 CPUtime=0 cores=1,3,5,7
/proc/2511/task/2520/stat : 2520 (java) S 2508 2511 1924 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 40522570 14431232000 307047 33554432000 4194304 4196468 140728535478256 139621439235584 139622100559573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2521] ppid=2508 vsize=14093000 memory=1228188 CPUtime=0 cores=1,3,5,7
/proc/2511/task/2521/stat : 2521 (java) S 2508 2511 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40522572 14431232000 307047 33554432000 4194304 4196468 140728535478256 139621438184144 139622100567963 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2522] ppid=2508 vsize=14093000 memory=4096 CPUtime=3.87 cores=1,3,5,7
/proc/2511/task/2522/stat : 2522 (java) S 2508 2511 1924 0 -1 1077944384 9406 0 0 0 385 2 0 0 20 0 15 0 40522572 14431232000 307047 33554432000 4194304 4196468 140728535478256 139621437130736 139622100560514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2523] ppid=2508 vsize=14093000 memory=14260 CPUtime=3.88 cores=1,3,5,7
/proc/2511/task/2523/stat : 2523 (java) S 2508 2511 1924 0 -1 1077944384 11954 0 0 0 386 2 0 0 20 0 15 0 40522572 14431232000 307047 33554432000 4194304 4196468 140728535478256 139621436078192 139622100560514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2524] ppid=2508 vsize=14093000 memory=2396 CPUtime=1.48 cores=1,3,5,7
/proc/2511/task/2524/stat : 2524 (java) S 2508 2511 1924 0 -1 1077944384 13656 0 0 0 145 3 0 0 20 0 15 0 40522572 14431232000 307047 33554432000 4194304 4196468 140728535478256 139621435025648 139622100560514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2525] ppid=2508 vsize=14093000 memory=1228188 CPUtime=0 cores=1,3,5,7
/proc/2511/task/2525/stat : 2525 (java) S 2508 2511 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40522573 14431232000 307047 33554432000 4194304 4196468 140728535478256 139621433973344 139622100559573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2526] ppid=2508 vsize=14093000 memory=1228188 CPUtime=0.49 cores=1,3,5,7
/proc/2511/task/2526/stat : 2526 (java) S 2508 2511 1924 0 -1 1077944384 1733 0 0 0 20 29 0 0 20 0 15 0 40522573 14431232000 307047 33554432000 4194304 4196468 140728535478256 139621432920880 139622100560514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
Current children cumulated CPU time: 2280.3 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 1228188 KiB

[startup+2322.3 s]
/proc/loadavg: 1.54 1.44 1.41 3/219 2685
/proc/meminfo: memFree=25581668/32770624 swapFree=67108860/67108860
[pid=2511] ppid=2508 vsize=14093000 memory=1228188 CPUtime=2340.6 cores=1,3,5,7
/proc/2511/stat : 2511 (java) S 2508 2511 1924 0 -1 1077944320 189755 0 0 0 233912 148 0 0 20 0 15 0 40522567 14431232000 307047 33554432000 4194304 4196468 140728535478256 140728535460800 139622100549367 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
/proc/2511/statm: 3523250 307047 3616 1 0 3485321 0
[pid=2511/tid=2513] ppid=2508 vsize=14093000 memory=1228188 CPUtime=2317.27 cores=1,3,5,7
/proc/2511/task/2513/stat : 2513 (java) R 2508 2511 1924 0 -1 4202560 76375 0 0 0 231695 32 0 0 20 0 15 0 40522567 14431232000 307047 33554432000 4194304 4196468 140728535478256 139622104787296 139621738206354 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2514] ppid=2508 vsize=14093000 memory=1228188 CPUtime=3.1 cores=1,3,5,7
/proc/2511/task/2514/stat : 2514 (java) S 2508 2511 1924 0 -1 1077944384 14220 0 0 0 291 19 0 0 20 0 15 0 40522568 14431232000 307047 33554432000 4194304 4196468 140728535478256 139621696379152 139622100559573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2515] ppid=2508 vsize=14093000 memory=1228188 CPUtime=3.12 cores=1,3,5,7
/proc/2511/task/2515/stat : 2515 (java) S 2508 2511 1924 0 -1 1077944384 14077 0 0 0 290 22 0 0 20 0 15 0 40522568 14431232000 307047 33554432000 4194304 4196468 140728535478256 139621695326608 139622100559573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2516] ppid=2508 vsize=14093000 memory=1228188 CPUtime=3.11 cores=1,3,5,7
/proc/2511/task/2516/stat : 2516 (java) S 2508 2511 1924 0 -1 1077944384 16054 0 0 0 292 19 0 0 20 0 15 0 40522568 14431232000 307047 33554432000 4194304 4196468 140728535478256 139621694274064 139622100559573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2517] ppid=2508 vsize=14093000 memory=0 CPUtime=3.11 cores=1,3,5,7
/proc/2511/task/2517/stat : 2517 (java) S 2508 2511 1924 0 -1 1077944384 17408 0 0 0 290 21 0 0 20 0 15 0 40522568 14431232000 307047 33554432000 4194304 4196468 140728535478256 139621693221520 139622100559573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2518] ppid=2508 vsize=14093000 memory=1228188 CPUtime=1.04 cores=1,3,5,7
/proc/2511/task/2518/stat : 2518 (java) S 2508 2511 1924 0 -1 1077944384 13404 0 0 0 94 10 0 0 20 0 15 0 40522569 14431232000 307047 33554432000 4194304 4196468 140728535478256 139621441341936 139622100560514 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2519] ppid=2508 vsize=14093000 memory=1228188 CPUtime=0 cores=1,3,5,7
/proc/2511/task/2519/stat : 2519 (java) S 2508 2511 1924 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 40522570 14431232000 307047 33554432000 4194304 4196468 140728535478256 139621440288224 139622100559573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2520] ppid=2508 vsize=14093000 memory=1228188 CPUtime=0 cores=1,3,5,7
/proc/2511/task/2520/stat : 2520 (java) S 2508 2511 1924 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 40522570 14431232000 307047 33554432000 4194304 4196468 140728535478256 139621439235584 139622100559573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2521] ppid=2508 vsize=14093000 memory=1228188 CPUtime=0 cores=1,3,5,7
/proc/2511/task/2521/stat : 2521 (java) S 2508 2511 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40522572 14431232000 307047 33554432000 4194304 4196468 140728535478256 139621438184144 139622100567963 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2522] ppid=2508 vsize=14093000 memory=1228188 CPUtime=3.87 cores=1,3,5,7
/proc/2511/task/2522/stat : 2522 (java) S 2508 2511 1924 0 -1 1077944384 9410 0 0 0 385 2 0 0 20 0 15 0 40522572 14431232000 307047 33554432000 4194304 4196468 140728535478256 139621437130736 139622100560514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2523] ppid=2508 vsize=14093000 memory=1228188 CPUtime=3.88 cores=1,3,5,7
/proc/2511/task/2523/stat : 2523 (java) S 2508 2511 1924 0 -1 1077944384 11958 0 0 0 386 2 0 0 20 0 15 0 40522572 14431232000 307047 33554432000 4194304 4196468 140728535478256 139621436078192 139622100560514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2524] ppid=2508 vsize=14093000 memory=1228188 CPUtime=1.48 cores=1,3,5,7
/proc/2511/task/2524/stat : 2524 (java) S 2508 2511 1924 0 -1 1077944384 13660 0 0 0 145 3 0 0 20 0 15 0 40522572 14431232000 307047 33554432000 4194304 4196468 140728535478256 139621435025648 139622100560514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2525] ppid=2508 vsize=14093000 memory=288230591722435893 CPUtime=0 cores=1,3,5,7
/proc/2511/task/2525/stat : 2525 (java) S 2508 2511 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40522573 14431232000 307047 33554432000 4194304 4196468 140728535478256 139621433973344 139622100559573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2526] ppid=2508 vsize=14093000 memory=288283381299695926 CPUtime=0.51 cores=1,3,5,7
/proc/2511/task/2526/stat : 2526 (java) S 2508 2511 1924 0 -1 1077944384 1759 0 0 0 21 30 0 0 20 0 15 0 40522573 14431232000 307047 33554432000 4194304 4196468 140728535478256 139621432920880 139622100560514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
Current children cumulated CPU time: 2340.6 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 1228188 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2381.4 s]
/proc/loadavg: 1.52 1.45 1.42 3/219 2686
/proc/meminfo: memFree=25577736/32770624 swapFree=67108860/67108860
[pid=2511] ppid=2508 vsize=14093000 memory=1227156 CPUtime=2400.03 cores=1,3,5,7
/proc/2511/stat : 2511 (java) S 2508 2511 1924 0 -1 1077944320 191806 0 0 0 239854 149 0 0 20 0 15 0 40522567 14431232000 306789 33554432000 4194304 4196468 140728535478256 140728535460800 139622100549367 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
/proc/2511/statm: 3523250 306789 3616 1 0 3485321 0
[pid=2511/tid=2513] ppid=2508 vsize=14093000 memory=2600 CPUtime=2376.18 cores=1,3,5,7
/proc/2511/task/2513/stat : 2513 (java) R 2508 2511 1924 0 -1 4202560 77363 0 0 0 237586 32 0 0 20 0 15 0 40522567 14431232000 306789 33554432000 4194304 4196468 140728535478256 139622104787312 139621753881259 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2514] ppid=2508 vsize=14093000 memory=2240 CPUtime=3.23 cores=1,3,5,7
/proc/2511/task/2514/stat : 2514 (java) S 2508 2511 1924 0 -1 1077944384 14419 0 0 0 303 20 0 0 20 0 15 0 40522568 14431232000 306789 33554432000 4194304 4196468 140728535478256 139621696379152 139622100559573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2515] ppid=2508 vsize=14093000 memory=8112282956445269571 CPUtime=3.24 cores=1,3,5,7
/proc/2511/task/2515/stat : 2515 (java) S 2508 2511 1924 0 -1 1077944384 14227 0 0 0 302 22 0 0 20 0 15 0 40522568 14431232000 306789 33554432000 4194304 4196468 140728535478256 139621695326608 139622100559573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2516] ppid=2508 vsize=14093000 memory=315 CPUtime=3.23 cores=1,3,5,7
/proc/2511/task/2516/stat : 2516 (java) S 2508 2511 1924 0 -1 1077944384 16226 0 0 0 304 19 0 0 20 0 15 0 40522568 14431232000 306789 33554432000 4194304 4196468 140728535478256 139621694274064 139622100559573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2517] ppid=2508 vsize=14093000 memory=105 CPUtime=3.23 cores=1,3,5,7
/proc/2511/task/2517/stat : 2517 (java) S 2508 2511 1924 0 -1 1077944384 17731 0 0 0 302 21 0 0 20 0 15 0 40522568 14431232000 306789 33554432000 4194304 4196468 140728535478256 139621693221520 139622100559573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2518] ppid=2508 vsize=14093000 memory=42 CPUtime=1.08 cores=1,3,5,7
/proc/2511/task/2518/stat : 2518 (java) S 2508 2511 1924 0 -1 1077944384 13590 0 0 0 98 10 0 0 20 0 15 0 40522569 14431232000 306789 33554432000 4194304 4196468 140728535478256 139621441341936 139622100560514 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2519] ppid=2508 vsize=14093000 memory=122 CPUtime=0 cores=1,3,5,7
/proc/2511/task/2519/stat : 2519 (java) S 2508 2511 1924 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 40522570 14431232000 306789 33554432000 4194304 4196468 140728535478256 139621440288224 139622100559573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2520] ppid=2508 vsize=14093000 memory=35 CPUtime=0 cores=1,3,5,7
/proc/2511/task/2520/stat : 2520 (java) S 2508 2511 1924 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 40522570 14431232000 306789 33554432000 4194304 4196468 140728535478256 139621439235584 139622100559573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2521] ppid=2508 vsize=14093000 memory=1473 CPUtime=0 cores=1,3,5,7
/proc/2511/task/2521/stat : 2521 (java) S 2508 2511 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40522572 14431232000 306789 33554432000 4194304 4196468 140728535478256 139621438184144 139622100567963 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2522] ppid=2508 vsize=14093000 memory=194 CPUtime=3.87 cores=1,3,5,7
/proc/2511/task/2522/stat : 2522 (java) S 2508 2511 1924 0 -1 1077944384 9412 0 0 0 385 2 0 0 20 0 15 0 40522572 14431232000 306789 33554432000 4194304 4196468 140728535478256 139621437130736 139622100560514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2523] ppid=2508 vsize=14093000 memory=402 CPUtime=3.88 cores=1,3,5,7
/proc/2511/task/2523/stat : 2523 (java) S 2508 2511 1924 0 -1 1077944384 11961 0 0 0 386 2 0 0 20 0 15 0 40522572 14431232000 306789 33554432000 4194304 4196468 140728535478256 139621436078192 139622100560514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2524] ppid=2508 vsize=14093000 memory=106 CPUtime=1.48 cores=1,3,5,7
/proc/2511/task/2524/stat : 2524 (java) S 2508 2511 1924 0 -1 1077944384 13662 0 0 0 145 3 0 0 20 0 15 0 40522572 14431232000 306789 33554432000 4194304 4196468 140728535478256 139621435025648 139622100560514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2525] ppid=2508 vsize=14093000 memory=772048 CPUtime=0 cores=1,3,5,7
/proc/2511/task/2525/stat : 2525 (java) S 2508 2511 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40522573 14431232000 306789 33554432000 4194304 4196468 140728535478256 139621433973344 139622100559573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
[pid=2511/tid=2526] ppid=2508 vsize=14093000 memory=8112282956445269571 CPUtime=0.53 cores=1,3,5,7
/proc/2511/task/2526/stat : 2526 (java) S 2508 2511 1924 0 -1 1077944384 1785 0 0 0 22 31 0 0 20 0 15 0 40522573 14431232000 306789 33554432000 4194304 4196468 140728535478256 139621432920880 139622100560514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30650368 140728535479368 140728535479561 140728535479561 140728535482319 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 1227156 KiB

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

[startup+2381.41 s]
# the end of solver process 2511 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.56 s, system=1.50557 s

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

Child status: 143
Real time (s): 2381.41
CPU time (s): 2400.06
CPU user time (s): 2398.56
CPU system time (s): 1.50557
CPU usage (%): 100.783
Max. virtual memory (cumulated for all children) (KiB): 14093000
Max. memory (cumulated for all children) (KiB): 1865804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.56
system time used= 1.50557
maximum resident set size= 1874152
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 192097
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= 79288
involuntary context switches= 3657


# summary of solver processes directly reported to runsolver:
#   pid: 2511
#   total CPU time (s): 2400.06
#   total CPU user time (s): 2398.56
#   total CPU system time (s): 1.50557

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.2817 second user time and 21.316 second system time

The end

Launcher Data

Begin job on node134 at 2018-07-22 05:19:53
IDJOB=4290410
IDBENCH=141056
IDSOLVER=2743
FILE ID=node134/4290410-1532229593
RUNJOBID= node134-1532224835-1956
PBS_JOBID= 21018943
Free space on /tmp= 55960 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-07-02
BENCH NAME= XCSP18/NurseRostering/NurseRostering-17_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290410-1532229593/watcher-4290410-1532229593 -o /tmp/evaluation-result-4290410-1532229593/solver-4290410-1532229593 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532224835-1956 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1146687405 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290410-1532229593.xml

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

MD5SUM BENCH= e10494f4d2f2bb4c080233ff8f9dca75
RANDOM SEED=1146687405

node134.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.68
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.68
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.68
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.68
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:        27055024 kB
MemAvailable:   31476168 kB
Buffers:          143280 kB
Cached:          4542976 kB
SwapCached:            0 kB
Active:          1901808 kB
Inactive:        3343304 kB
Active(anon):     508192 kB
Inactive(anon):    70372 kB
Active(file):    1393616 kB
Inactive(file):  3272932 kB
Unevictable:        7396 kB
Mlocked:            7396 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             36180 kB
Writeback:             0 kB
AnonPages:        569852 kB
Mapped:            48688 kB
Shmem:             17056 kB
Slab:             168900 kB
SReclaimable:     140860 kB
SUnreclaim:        28040 kB
KernelStack:        3840 kB
PageTables:         5896 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1364048 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    493568 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 55924 MiB
End job on node134 at 2018-07-22 05:59:35