Trace number 4291597

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

General information on the benchmark

NameNurseRostering/
NurseRostering-06_c18.xml
MD5SUM9a3bf89ae74321e3cfb193774a0c0983
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark4362
Best CPU time to get the best result obtained on this benchmark2520.1
Satisfiable
(Un)Satisfiability was proved
Number of variables1007
Number of constraints2471
Number of domains12
Minimum domain size1
Maximum domain size29
Distribution of domain sizes[{"size":1,"count":42},{"size":2,"count":207},{"size":4,"count":504},{"size":19,"count":196},{"size":29,"count":58}]
Minimum variable degree2
Maximum variable degree25
Distribution of variable degrees[{"degree":2,"count":431},{"degree":3,"count":72},{"degree":12,"count":3},{"degree":13,"count":12},{"degree":14,"count":16},{"degree":15,"count":8},{"degree":16,"count":11},{"degree":17,"count":26},{"degree":18,"count":25},{"degree":19,"count":30},{"degree":20,"count":53},{"degree":21,"count":120},{"degree":22,"count":93},{"degree":23,"count":59},{"degree":24,"count":36},{"degree":25,"count":12}]
Minimum constraint arity2
Maximum constraint arity36
Distribution of constraint arities[{"arity":2,"count":988},{"arity":3,"count":728},{"arity":4,"count":161},{"arity":6,"count":299},{"arity":7,"count":110},{"arity":19,"count":112},{"arity":29,"count":72},{"arity":36,"count":1}]
Number of extensional constraints598
Number of intensional constraints309
Distribution of constraint types[{"type":"extension","count":598},{"type":"intension","count":309},{"type":"regular","count":934},{"type":"sum","count":36},{"type":"count","count":593},{"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: 1319441308
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...
5.96/2.40	c Parsing done, starting first complete search...
2400.03/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 (10512 MiB free)
  node distances:
     10  21
     21  10

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

[startup+0.107305 s]*
/proc/loadavg: 1.51 1.40 1.41 6/215 30753
/proc/meminfo: memFree=21130132/32770624 swapFree=67108860/67108860
[pid=30738] ppid=30735 vsize=14082740 memory=34460 CPUtime=0.13 cores=0,2,4,6
/proc/30738/stat : 30738 (java) S 30735 30738 30179 0 -1 1077944320 7480 0 0 0 11 2 0 0 20 0 15 0 40694066 14420725760 8615 33554432000 4194304 4196468 140729444738048 140729444720592 140162236735223 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
/proc/30738/statm: 3520685 8615 3168 1 0 3482761 0
[pid=30738/tid=30740] ppid=30735 vsize=14082740 memory=-8485517772678664063 CPUtime=0.09 cores=0,2,4,6
/proc/30738/task/30740/stat : 30740 (java) R 30735 30738 30179 0 -1 4202560 5535 0 0 0 8 1 0 0 20 0 15 0 40694067 14420725760 8615 33554432000 4194304 4196468 140729444738048 140162240955080 140162220815710 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30741] ppid=30735 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30738/task/30741/stat : 30741 (java) S 30735 30738 30179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40694067 14420725760 8615 33554432000 4194304 4196468 140729444738048 140162166823824 140162236745429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30742] ppid=30735 vsize=14082740 memory=140225529931392 CPUtime=0 cores=0,2,4,6
/proc/30738/task/30742/stat : 30742 (java) S 30735 30738 30179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40694067 14420725760 8615 33554432000 4194304 4196468 140729444738048 140162165771024 140162236745429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30743] ppid=30735 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30738/task/30743/stat : 30743 (java) S 30735 30738 30179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40694067 14420725760 8615 33554432000 4194304 4196468 140729444738048 140161830272144 140162236745429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30744] ppid=30735 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30738/task/30744/stat : 30744 (java) S 30735 30738 30179 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40694067 14420725760 8615 33554432000 4194304 4196468 140729444738048 140161829219344 140162236745429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30745] ppid=30735 vsize=14082740 memory=140225529931392 CPUtime=0 cores=0,2,4,6
/proc/30738/task/30745/stat : 30745 (java) S 30735 30738 30179 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40694069 14420725760 8615 33554432000 4194304 4196468 140729444738048 140161778714736 140162236746370 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30746] ppid=30735 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30738/task/30746/stat : 30746 (java) S 30735 30738 30179 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40694069 14420725760 8615 33554432000 4194304 4196468 140729444738048 140161777660704 140162236745429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30747] ppid=30735 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30738/task/30747/stat : 30747 (java) S 30735 30738 30179 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40694069 14420725760 8615 33554432000 4194304 4196468 140729444738048 140161776608368 140162236745429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30748] ppid=30735 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30738/task/30748/stat : 30748 (java) S 30735 30738 30179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40694072 14420725760 8615 33554432000 4194304 4196468 140729444738048 140161775556688 140162236753819 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30749] ppid=30735 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30738/task/30749/stat : 30749 (java) S 30735 30738 30179 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 15 0 40694072 14420725760 8615 33554432000 4194304 4196468 140729444738048 140161774504560 140162236746370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30750] ppid=30735 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30738/task/30750/stat : 30750 (java) S 30735 30738 30179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40694072 14420725760 8615 33554432000 4194304 4196468 140729444738048 140161773451760 140162236746370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30751] ppid=30735 vsize=14082740 memory=140225529931392 CPUtime=0.01 cores=0,2,4,6
/proc/30738/task/30751/stat : 30751 (java) R 30735 30738 30179 0 -1 4202560 264 0 0 0 1 0 0 0 20 0 15 0 40694072 14420725760 8615 33554432000 4194304 4196468 140729444738048 140161772399472 140162221044417 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30752] ppid=30735 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30738/task/30752/stat : 30752 (java) S 30735 30738 30179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40694072 14420725760 8615 33554432000 4194304 4196468 140729444738048 140161771346912 140162236745429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30753] ppid=30735 vsize=14082740 memory=140225529931392 CPUtime=0 cores=0,2,4,6
/proc/30738/task/30753/stat : 30753 (java) S 30735 30738 30179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40694072 14420725760 8615 33554432000 4194304 4196468 140729444738048 140161770293680 140162236746370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 34460 KiB

[startup+0.210449 s]*
/proc/loadavg: 1.51 1.40 1.41 4/215 30753
/proc/meminfo: memFree=21117244/32770624 swapFree=67108860/67108860
[pid=30738] ppid=30735 vsize=14082740 memory=47300 CPUtime=0.31 cores=0,2,4,6
/proc/30738/stat : 30738 (java) S 30735 30738 30179 0 -1 1077944320 10457 0 0 0 28 3 0 0 20 0 15 0 40694066 14420725760 11825 33554432000 4194304 4196468 140729444738048 140729444720592 140162236735223 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
/proc/30738/statm: 3520685 11825 3376 1 0 3482761 0
[pid=30738/tid=30740] ppid=30735 vsize=14082740 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/30738/task/30740/stat : 30740 (java) R 30735 30738 30179 0 -1 4202560 8186 0 0 0 18 2 0 0 20 0 15 0 40694067 14420725760 11825 33554432000 4194304 4196468 140729444738048 140162240961120 140162236757149 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30741] ppid=30735 vsize=14082740 memory=343 CPUtime=0 cores=0,2,4,6
/proc/30738/task/30741/stat : 30741 (java) S 30735 30738 30179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40694067 14420725760 11825 33554432000 4194304 4196468 140729444738048 140162166823824 140162236745429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30742] ppid=30735 vsize=14082740 memory=3618843244913911456 CPUtime=0 cores=0,2,4,6
/proc/30738/task/30742/stat : 30742 (java) S 30735 30738 30179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40694067 14420725760 11825 33554432000 4194304 4196468 140729444738048 140162165771024 140162236745429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30743] ppid=30735 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30738/task/30743/stat : 30743 (java) S 30735 30738 30179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40694067 14420725760 11825 33554432000 4194304 4196468 140729444738048 140161830272144 140162236745429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30744] ppid=30735 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30738/task/30744/stat : 30744 (java) S 30735 30738 30179 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40694067 14420725760 11825 33554432000 4194304 4196468 140729444738048 140161829219344 140162236745429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30745] ppid=30735 vsize=14082740 memory=140225529931392 CPUtime=0 cores=0,2,4,6
/proc/30738/task/30745/stat : 30745 (java) S 30735 30738 30179 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 40694069 14420725760 11825 33554432000 4194304 4196468 140729444738048 140161778714736 140162236746370 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30746] ppid=30735 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30738/task/30746/stat : 30746 (java) S 30735 30738 30179 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40694069 14420725760 11825 33554432000 4194304 4196468 140729444738048 140161777660704 140162236745429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30747] ppid=30735 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30738/task/30747/stat : 30747 (java) S 30735 30738 30179 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40694069 14420725760 11825 33554432000 4194304 4196468 140729444738048 140161776608368 140162236745429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30748] ppid=30735 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30738/task/30748/stat : 30748 (java) S 30735 30738 30179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40694072 14420725760 11825 33554432000 4194304 4196468 140729444738048 140161775556688 140162236753819 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30749] ppid=30735 vsize=14082740 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/30738/task/30749/stat : 30749 (java) R 30735 30738 30179 0 -1 1077944384 488 0 0 0 1 0 0 0 20 0 15 0 40694072 14420725760 11825 33554432000 4194304 4196468 140729444738048 140161774504560 140162236746370 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30750] ppid=30735 vsize=14082740 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/30738/task/30750/stat : 30750 (java) R 30735 30738 30179 0 -1 4202560 109 0 0 0 1 0 0 0 20 0 15 0 40694072 14420725760 11825 33554432000 4194304 4196468 140729444738048 140161773451760 140162221654277 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30751] ppid=30735 vsize=14082740 memory=140225529931392 CPUtime=0.06 cores=0,2,4,6
/proc/30738/task/30751/stat : 30751 (java) R 30735 30738 30179 0 -1 4202560 292 0 0 0 6 0 0 0 20 0 15 0 40694072 14420725760 11825 33554432000 4194304 4196468 140729444738048 140161772399472 140162220113064 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30752] ppid=30735 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30738/task/30752/stat : 30752 (java) S 30735 30738 30179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40694072 14420725760 11825 33554432000 4194304 4196468 140729444738048 140161771346912 140162236745429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30753] ppid=30735 vsize=14082740 memory=140225529931392 CPUtime=0 cores=0,2,4,6
/proc/30738/task/30753/stat : 30753 (java) S 30735 30738 30179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40694072 14420725760 11825 33554432000 4194304 4196468 140729444738048 140161770293680 140162236746370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 47300 KiB

[startup+0.310412 s]*
/proc/loadavg: 1.51 1.40 1.41 5/215 30753
/proc/meminfo: memFree=21111724/32770624 swapFree=67108860/67108860
[pid=30738] ppid=30735 vsize=14082740 memory=50784 CPUtime=0.44 cores=0,2,4,6
/proc/30738/stat : 30738 (java) S 30735 30738 30179 0 -1 1077944320 10827 0 0 0 41 3 0 0 20 0 15 0 40694066 14420725760 12696 33554432000 4194304 4196468 140729444738048 140729444720592 140162236735223 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
/proc/30738/statm: 3520685 12696 3379 1 0 3482761 0
[pid=30738/tid=30740] ppid=30735 vsize=14082740 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/30738/task/30740/stat : 30740 (java) R 30735 30738 30179 0 -1 4202560 8534 0 0 0 28 2 0 0 20 0 15 0 40694067 14420725760 12696 33554432000 4194304 4196468 140729444738048 140162240956320 140162218298756 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30741] ppid=30735 vsize=14082740 memory=288230604707987479 CPUtime=0 cores=0,2,4,6
/proc/30738/task/30741/stat : 30741 (java) S 30735 30738 30179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40694067 14420725760 12696 33554432000 4194304 4196468 140729444738048 140162166823824 140162236745429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30742] ppid=30735 vsize=14082740 memory=3834730154004473504 CPUtime=0 cores=0,2,4,6
/proc/30738/task/30742/stat : 30742 (java) S 30735 30738 30179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40694067 14420725760 12696 33554432000 4194304 4196468 140729444738048 140162165771024 140162236745429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30743] ppid=30735 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30738/task/30743/stat : 30743 (java) S 30735 30738 30179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40694067 14420725760 12696 33554432000 4194304 4196468 140729444738048 140161830272144 140162236745429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30744] ppid=30735 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30738/task/30744/stat : 30744 (java) S 30735 30738 30179 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40694067 14420725760 12696 33554432000 4194304 4196468 140729444738048 140161829219344 140162236745429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30745] ppid=30735 vsize=14082740 memory=140225529931392 CPUtime=0 cores=0,2,4,6
/proc/30738/task/30745/stat : 30745 (java) S 30735 30738 30179 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 40694069 14420725760 12696 33554432000 4194304 4196468 140729444738048 140161778714736 140162236746370 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30746] ppid=30735 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30738/task/30746/stat : 30746 (java) S 30735 30738 30179 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40694069 14420725760 12696 33554432000 4194304 4196468 140729444738048 140161777660704 140162236745429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30747] ppid=30735 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30738/task/30747/stat : 30747 (java) S 30735 30738 30179 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40694069 14420725760 12696 33554432000 4194304 4196468 140729444738048 140161776608368 140162236745429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30748] ppid=30735 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30738/task/30748/stat : 30748 (java) S 30735 30738 30179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40694072 14420725760 12696 33554432000 4194304 4196468 140729444738048 140161775556688 140162236753819 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30749] ppid=30735 vsize=14082740 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/30738/task/30749/stat : 30749 (java) S 30735 30738 30179 0 -1 1077944384 493 0 0 0 2 0 0 0 20 0 15 0 40694072 14420725760 12696 33554432000 4194304 4196468 140729444738048 140161774504560 140162236746370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30750] ppid=30735 vsize=14082740 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/30738/task/30750/stat : 30750 (java) S 30735 30738 30179 0 -1 1077944384 119 0 0 0 2 0 0 0 20 0 15 0 40694072 14420725760 12696 33554432000 4194304 4196468 140729444738048 140161773451760 140162236746370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30751] ppid=30735 vsize=14082740 memory=140225529931392 CPUtime=0.08 cores=0,2,4,6
/proc/30738/task/30751/stat : 30751 (java) S 30735 30738 30179 0 -1 1077944384 299 0 0 0 8 0 0 0 20 0 15 0 40694072 14420725760 12696 33554432000 4194304 4196468 140729444738048 140161772399472 140162236746370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30752] ppid=30735 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30738/task/30752/stat : 30752 (java) S 30735 30738 30179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40694072 14420725760 12696 33554432000 4194304 4196468 140729444738048 140161771346912 140162236745429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30753] ppid=30735 vsize=14082740 memory=140225529931392 CPUtime=0 cores=0,2,4,6
/proc/30738/task/30753/stat : 30753 (java) S 30735 30738 30179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40694072 14420725760 12696 33554432000 4194304 4196468 140729444738048 140161770293680 140162236746370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 50784 KiB

[startup+0.700709 s]
/proc/loadavg: 1.51 1.40 1.41 6/215 30753
/proc/meminfo: memFree=21086300/32770624 swapFree=67108860/67108860
[pid=30738] ppid=30735 vsize=14084808 memory=90644 CPUtime=0.99 cores=0,2,4,6
/proc/30738/stat : 30738 (java) S 30735 30738 30179 0 -1 1077944320 17527 0 0 0 94 5 0 0 20 0 15 0 40694066 14422843392 22661 33554432000 4194304 4196468 140729444738048 140729444720592 140162236735223 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
/proc/30738/statm: 3521202 22661 3504 1 0 3483273 0
[pid=30738/tid=30740] ppid=30735 vsize=14084808 memory=1724 CPUtime=0.67 cores=0,2,4,6
/proc/30738/task/30740/stat : 30740 (java) R 30735 30738 30179 0 -1 4202560 14840 0 0 0 63 4 0 0 20 0 15 0 40694067 14422843392 22661 33554432000 4194304 4196468 140729444738048 140162240960528 140162220815740 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30741] ppid=30735 vsize=14084808 memory=10928 CPUtime=0 cores=0,2,4,6
/proc/30738/task/30741/stat : 30741 (java) S 30735 30738 30179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40694067 14422843392 22661 33554432000 4194304 4196468 140729444738048 140162166823824 140162236745429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30742] ppid=30735 vsize=14084808 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/30738/task/30742/stat : 30742 (java) S 30735 30738 30179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40694067 14422843392 22661 33554432000 4194304 4196468 140729444738048 140162165771024 140162236745429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30743] ppid=30735 vsize=14084808 memory=796 CPUtime=0 cores=0,2,4,6
/proc/30738/task/30743/stat : 30743 (java) S 30735 30738 30179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40694067 14422843392 22661 33554432000 4194304 4196468 140729444738048 140161830272144 140162236745429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30744] ppid=30735 vsize=14084808 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/30738/task/30744/stat : 30744 (java) S 30735 30738 30179 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40694067 14422843392 22661 33554432000 4194304 4196468 140729444738048 140161829219344 140162236745429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30745] ppid=30735 vsize=14084808 memory=1712 CPUtime=0 cores=0,2,4,6
/proc/30738/task/30745/stat : 30745 (java) S 30735 30738 30179 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 40694069 14422843392 22661 33554432000 4194304 4196468 140729444738048 140161778714736 140162236746370 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30746] ppid=30735 vsize=14084808 memory=5404 CPUtime=0 cores=0,2,4,6
/proc/30738/task/30746/stat : 30746 (java) S 30735 30738 30179 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40694069 14422843392 22661 33554432000 4194304 4196468 140729444738048 140161777660704 140162236745429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30747] ppid=30735 vsize=14084808 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/30738/task/30747/stat : 30747 (java) S 30735 30738 30179 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40694069 14422843392 22661 33554432000 4194304 4196468 140729444738048 140161776608368 140162236745429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30748] ppid=30735 vsize=14084808 memory=1432 CPUtime=0 cores=0,2,4,6
/proc/30738/task/30748/stat : 30748 (java) S 30735 30738 30179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40694072 14422843392 22661 33554432000 4194304 4196468 140729444738048 140161775556688 140162236753819 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30749] ppid=30735 vsize=14084808 memory=4639098309541129069 CPUtime=0.06 cores=0,2,4,6
/proc/30738/task/30749/stat : 30749 (java) S 30735 30738 30179 0 -1 1077944384 648 0 0 0 6 0 0 0 20 0 15 0 40694072 14422843392 22661 33554432000 4194304 4196468 140729444738048 140161774504560 140162236746370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30750] ppid=30735 vsize=14084808 memory=7380106142448643183 CPUtime=0.08 cores=0,2,4,6
/proc/30738/task/30750/stat : 30750 (java) S 30735 30738 30179 0 -1 1077944384 272 0 0 0 8 0 0 0 20 0 15 0 40694072 14422843392 22661 33554432000 4194304 4196468 140729444738048 140161773451760 140162236746370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30751] ppid=30735 vsize=14084808 memory=7810487918915055718 CPUtime=0.15 cores=0,2,4,6
/proc/30738/task/30751/stat : 30751 (java) S 30735 30738 30179 0 -1 1077944384 386 0 0 0 15 0 0 0 20 0 15 0 40694072 14422843392 22661 33554432000 4194304 4196468 140729444738048 140161772399472 140162236746370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30752] ppid=30735 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30738/task/30752/stat : 30752 (java) S 30735 30738 30179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40694072 14422843392 22661 33554432000 4194304 4196468 140729444738048 140161771346912 140162236745429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30753] ppid=30735 vsize=14084808 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/30738/task/30753/stat : 30753 (java) S 30735 30738 30179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40694072 14422843392 22661 33554432000 4194304 4196468 140729444738048 140161770293680 140162236746370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 90644 KiB

[startup+1.50139 s]
/proc/loadavg: 1.55 1.41 1.41 5/215 30753
/proc/meminfo: memFree=21041012/32770624 swapFree=67108860/67108860
[pid=30738] ppid=30735 vsize=14088904 memory=155424 CPUtime=3.37 cores=0,2,4,6
/proc/30738/stat : 30738 (java) S 30735 30738 30179 0 -1 1077944320 25903 0 0 0 329 8 0 0 20 0 15 0 40694066 14427037696 38856 33554432000 4194304 4196468 140729444738048 140729444720592 140162236735223 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
/proc/30738/statm: 3522226 38856 3548 1 0 3484297 0
[pid=30738/tid=30740] ppid=30735 vsize=14088904 memory=0 CPUtime=1.47 cores=0,2,4,6
/proc/30738/task/30740/stat : 30740 (java) R 30735 30738 30179 0 -1 4202560 17889 0 0 0 141 6 0 0 20 0 15 0 40694067 14427037696 38856 33554432000 4194304 4196468 140729444738048 140162240969208 140161850609631 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30741] ppid=30735 vsize=14088904 memory=-6951259422114956437 CPUtime=0 cores=0,2,4,6
/proc/30738/task/30741/stat : 30741 (java) S 30735 30738 30179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40694067 14427037696 38856 33554432000 4194304 4196468 140729444738048 140162166823824 140162236745429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30742] ppid=30735 vsize=14088904 memory=-6509546260019855295 CPUtime=0 cores=0,2,4,6
/proc/30738/task/30742/stat : 30742 (java) S 30735 30738 30179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40694067 14427037696 38856 33554432000 4194304 4196468 140729444738048 140162165771024 140162236745429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30743] ppid=30735 vsize=14088904 memory=-7390251449858225344 CPUtime=0 cores=0,2,4,6
/proc/30738/task/30743/stat : 30743 (java) S 30735 30738 30179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40694067 14427037696 38856 33554432000 4194304 4196468 140729444738048 140161830272144 140162236745429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30744] ppid=30735 vsize=14088904 memory=4134692831991786133 CPUtime=0 cores=0,2,4,6
/proc/30738/task/30744/stat : 30744 (java) S 30735 30738 30179 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40694067 14427037696 38856 33554432000 4194304 4196468 140729444738048 140161829219344 140162236745429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30745] ppid=30735 vsize=14088904 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/30738/task/30745/stat : 30745 (java) S 30735 30738 30179 0 -1 1077944384 252 0 0 0 0 0 0 0 20 0 15 0 40694069 14427037696 38856 33554432000 4194304 4196468 140729444738048 140161778714736 140162236746370 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0

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

/proc/30738/task/30740/stat : 30740 (java) R 30735 30738 30179 0 -1 4202560 46072 0 0 0 219242 22 0 0 20 0 15 0 40694067 14431232000 186719 33554432000 4194304 4196468 140729444738048 140162240973328 140161859630719 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30741] ppid=30735 vsize=14093000 memory=740732 CPUtime=5.24 cores=0,2,4,6
/proc/30738/task/30741/stat : 30741 (java) S 30735 30738 30179 0 -1 1077944384 13926 0 0 0 497 27 0 0 20 0 15 0 40694067 14431232000 186719 33554432000 4194304 4196468 140729444738048 140162166823824 140162236745429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30742] ppid=30735 vsize=14093000 memory=744828 CPUtime=5.24 cores=0,2,4,6
/proc/30738/task/30742/stat : 30742 (java) S 30735 30738 30179 0 -1 1077944384 10879 0 0 0 497 27 0 0 20 0 15 0 40694067 14431232000 186719 33554432000 4194304 4196468 140729444738048 140162165771024 140162236745429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30743] ppid=30735 vsize=14093000 memory=744828 CPUtime=5.21 cores=0,2,4,6
/proc/30738/task/30743/stat : 30743 (java) S 30735 30738 30179 0 -1 1077944384 14941 0 0 0 497 24 0 0 20 0 15 0 40694067 14431232000 186719 33554432000 4194304 4196468 140729444738048 140161830272144 140162236745429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30744] ppid=30735 vsize=14093000 memory=746876 CPUtime=5.23 cores=0,2,4,6
/proc/30738/task/30744/stat : 30744 (java) S 30735 30738 30179 0 -1 1077944384 11909 0 0 0 498 25 0 0 20 0 15 0 40694067 14431232000 186719 33554432000 4194304 4196468 140729444738048 140161829219344 140162236745429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30745] ppid=30735 vsize=14093000 memory=744828 CPUtime=3.03 cores=0,2,4,6
/proc/30738/task/30745/stat : 30745 (java) S 30735 30738 30179 0 -1 1077944384 9222 0 0 0 284 19 0 0 20 0 15 0 40694069 14431232000 186719 33554432000 4194304 4196468 140729444738048 140161778714736 140162236746370 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 22 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30746] ppid=30735 vsize=14093000 memory=33 CPUtime=0 cores=0,2,4,6
/proc/30738/task/30746/stat : 30746 (java) S 30735 30738 30179 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 40694069 14431232000 186719 33554432000 4194304 4196468 140729444738048 140161777660768 140162236745429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30747] ppid=30735 vsize=14093000 memory=746876 CPUtime=0 cores=0,2,4,6
/proc/30738/task/30747/stat : 30747 (java) S 30735 30738 30179 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 40694069 14431232000 186719 33554432000 4194304 4196468 140729444738048 140161776608384 140162236745429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30748] ppid=30735 vsize=14093000 memory=746876 CPUtime=0 cores=0,2,4,6
/proc/30738/task/30748/stat : 30748 (java) S 30735 30738 30179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40694072 14431232000 186719 33554432000 4194304 4196468 140729444738048 140161775556688 140162236753819 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30749] ppid=30735 vsize=14093000 memory=744828 CPUtime=3.03 cores=0,2,4,6
/proc/30738/task/30749/stat : 30749 (java) S 30735 30738 30179 0 -1 1077944384 7304 0 0 0 302 1 0 0 20 0 15 0 40694072 14431232000 186719 33554432000 4194304 4196468 140729444738048 140161774504560 140162236746370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30750] ppid=30735 vsize=14093000 memory=744828 CPUtime=3.08 cores=0,2,4,6
/proc/30738/task/30750/stat : 30750 (java) S 30735 30738 30179 0 -1 1077944384 9431 0 0 0 307 1 0 0 20 0 15 0 40694072 14431232000 186719 33554432000 4194304 4196468 140729444738048 140161773451760 140162236746370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30751] ppid=30735 vsize=14093000 memory=10928 CPUtime=1.24 cores=0,2,4,6
/proc/30738/task/30751/stat : 30751 (java) S 30735 30738 30179 0 -1 1077944384 9102 0 0 0 123 1 0 0 20 0 15 0 40694072 14431232000 186719 33554432000 4194304 4196468 140729444738048 140161772399472 140162236746370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30752] ppid=30735 vsize=14093000 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/30738/task/30752/stat : 30752 (java) S 30735 30738 30179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40694072 14431232000 186719 33554432000 4194304 4196468 140729444738048 140161771346912 140162236745429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30753] ppid=30735 vsize=14093000 memory=746876 CPUtime=0.8 cores=0,2,4,6
/proc/30738/task/30753/stat : 30753 (java) S 30735 30738 30179 0 -1 1077944384 917 0 0 0 38 42 0 0 20 0 15 0 40694072 14431232000 186719 33554432000 4194304 4196468 140729444738048 140161770293680 140162236746370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 23 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
Current children cumulated CPU time: 2224.84 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 746876 KiB

[startup+2262.3 s]
/proc/loadavg: 1.39 1.61 1.67 3/215 30848
/proc/meminfo: memFree=20896716/32770624 swapFree=67108860/67108860
[pid=30738] ppid=30735 vsize=14093000 memory=748924 CPUtime=2285.36 cores=0,2,4,6
/proc/30738/stat : 30738 (java) S 30735 30738 30179 0 -1 1077944320 137594 0 0 0 228368 168 0 0 20 0 15 0 40694066 14431232000 187231 33554432000 4194304 4196468 140729444738048 140729444720592 140162236735223 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
/proc/30738/statm: 3523250 187231 3589 1 0 3485321 0
[pid=30738/tid=30740] ppid=30735 vsize=14093000 memory=140225381275425 CPUtime=2252.33 cores=0,2,4,6
/proc/30738/task/30740/stat : 30740 (java) R 30735 30738 30179 0 -1 4202560 46543 0 0 0 225211 22 0 0 20 0 15 0 40694067 14431232000 187231 33554432000 4194304 4196468 140729444738048 140162240973552 140161860030115 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30741] ppid=30735 vsize=14093000 memory=748924 CPUtime=5.42 cores=0,2,4,6
/proc/30738/task/30741/stat : 30741 (java) S 30735 30738 30179 0 -1 1077944384 14807 0 0 0 514 28 0 0 20 0 15 0 40694067 14431232000 187231 33554432000 4194304 4196468 140729444738048 140162166823824 140162236745429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30742] ppid=30735 vsize=14093000 memory=748924 CPUtime=5.41 cores=0,2,4,6
/proc/30738/task/30742/stat : 30742 (java) S 30735 30738 30179 0 -1 1077944384 11010 0 0 0 514 27 0 0 20 0 15 0 40694067 14431232000 187231 33554432000 4194304 4196468 140729444738048 140162165771024 140162236745429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30743] ppid=30735 vsize=14093000 memory=748924 CPUtime=5.38 cores=0,2,4,6
/proc/30738/task/30743/stat : 30743 (java) S 30735 30738 30179 0 -1 1077944384 15040 0 0 0 514 24 0 0 20 0 15 0 40694067 14431232000 187231 33554432000 4194304 4196468 140729444738048 140161830272144 140162236745429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30744] ppid=30735 vsize=14093000 memory=748924 CPUtime=5.42 cores=0,2,4,6
/proc/30738/task/30744/stat : 30744 (java) S 30735 30738 30179 0 -1 1077944384 12468 0 0 0 516 26 0 0 20 0 15 0 40694067 14431232000 187231 33554432000 4194304 4196468 140729444738048 140161829219344 140162236745429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30745] ppid=30735 vsize=14093000 memory=748924 CPUtime=3.12 cores=0,2,4,6
/proc/30738/task/30745/stat : 30745 (java) S 30735 30738 30179 0 -1 1077944384 9519 0 0 0 293 19 0 0 20 0 15 0 40694069 14431232000 187231 33554432000 4194304 4196468 140729444738048 140161778714736 140162236746370 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 22 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30746] ppid=30735 vsize=14093000 memory=748924 CPUtime=0 cores=0,2,4,6
/proc/30738/task/30746/stat : 30746 (java) S 30735 30738 30179 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 40694069 14431232000 187231 33554432000 4194304 4196468 140729444738048 140161777660768 140162236745429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30747] ppid=30735 vsize=14093000 memory=280450762172160 CPUtime=0 cores=0,2,4,6
/proc/30738/task/30747/stat : 30747 (java) S 30735 30738 30179 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 40694069 14431232000 187231 33554432000 4194304 4196468 140729444738048 140161776608384 140162236745429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30748] ppid=30735 vsize=14093000 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30738/task/30748/stat : 30748 (java) S 30735 30738 30179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40694072 14431232000 187231 33554432000 4194304 4196468 140729444738048 140161775556688 140162236753819 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30749] ppid=30735 vsize=14093000 memory=140225381612184 CPUtime=3.03 cores=0,2,4,6
/proc/30738/task/30749/stat : 30749 (java) S 30735 30738 30179 0 -1 1077944384 7306 0 0 0 302 1 0 0 20 0 15 0 40694072 14431232000 187231 33554432000 4194304 4196468 140729444738048 140161774504560 140162236746370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30750] ppid=30735 vsize=14093000 memory=748924 CPUtime=3.08 cores=0,2,4,6
/proc/30738/task/30750/stat : 30750 (java) S 30735 30738 30179 0 -1 1077944384 9434 0 0 0 307 1 0 0 20 0 15 0 40694072 14431232000 187231 33554432000 4194304 4196468 140729444738048 140161773451760 140162236746370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30751] ppid=30735 vsize=14093000 memory=748924 CPUtime=1.24 cores=0,2,4,6
/proc/30738/task/30751/stat : 30751 (java) S 30735 30738 30179 0 -1 1077944384 9105 0 0 0 123 1 0 0 20 0 15 0 40694072 14431232000 187231 33554432000 4194304 4196468 140729444738048 140161772399472 140162236746370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30752] ppid=30735 vsize=14093000 memory=748924 CPUtime=0 cores=0,2,4,6
/proc/30738/task/30752/stat : 30752 (java) S 30735 30738 30179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40694072 14431232000 187231 33554432000 4194304 4196468 140729444738048 140161771346912 140162236745429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30753] ppid=30735 vsize=14093000 memory=748924 CPUtime=0.82 cores=0,2,4,6
/proc/30738/task/30753/stat : 30753 (java) S 30735 30738 30179 0 -1 1077944384 937 0 0 0 39 43 0 0 20 0 15 0 40694072 14431232000 187231 33554432000 4194304 4196468 140729444738048 140161770293680 140162236746370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 23 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
Current children cumulated CPU time: 2285.36 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 748924 KiB

[startup+2322.3 s]
/proc/loadavg: 1.53 1.61 1.67 3/215 30849
/proc/meminfo: memFree=20954812/32770624 swapFree=67108860/67108860
[pid=30738] ppid=30735 vsize=14093000 memory=750972 CPUtime=2345.88 cores=0,2,4,6
/proc/30738/stat : 30738 (java) S 30735 30738 30179 0 -1 1077944320 140025 0 0 0 234416 172 0 0 20 0 15 0 40694066 14431232000 187743 33554432000 4194304 4196468 140729444738048 140729444720592 140162236735223 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
/proc/30738/statm: 3523250 187743 3589 1 0 3485321 0
[pid=30738/tid=30740] ppid=30735 vsize=14093000 memory=1236 CPUtime=2312.04 cores=0,2,4,6
/proc/30738/task/30740/stat : 30740 (java) R 30735 30738 30179 0 -1 4202560 47103 0 0 0 231182 22 0 0 20 0 15 0 40694067 14431232000 187743 33554432000 4194304 4196468 140729444738048 140162240973440 140161858739515 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30741] ppid=30735 vsize=14093000 memory=750972 CPUtime=5.59 cores=0,2,4,6
/proc/30738/task/30741/stat : 30741 (java) S 30735 30738 30179 0 -1 1077944384 14956 0 0 0 531 28 0 0 20 0 15 0 40694067 14431232000 187743 33554432000 4194304 4196468 140729444738048 140162166823824 140162236745429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30742] ppid=30735 vsize=14093000 memory=750972 CPUtime=5.59 cores=0,2,4,6
/proc/30738/task/30742/stat : 30742 (java) S 30735 30738 30179 0 -1 1077944384 11809 0 0 0 531 28 0 0 20 0 15 0 40694067 14431232000 187743 33554432000 4194304 4196468 140729444738048 140162165771024 140162236745429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30743] ppid=30735 vsize=14093000 memory=750972 CPUtime=5.56 cores=0,2,4,6
/proc/30738/task/30743/stat : 30743 (java) S 30735 30738 30179 0 -1 1077944384 15315 0 0 0 531 25 0 0 20 0 15 0 40694067 14431232000 187743 33554432000 4194304 4196468 140729444738048 140161830272144 140162236745429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30744] ppid=30735 vsize=14093000 memory=750972 CPUtime=5.58 cores=0,2,4,6
/proc/30738/task/30744/stat : 30744 (java) S 30735 30738 30179 0 -1 1077944384 12807 0 0 0 531 27 0 0 20 0 15 0 40694067 14431232000 187743 33554432000 4194304 4196468 140729444738048 140161829219344 140162236745429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30745] ppid=30735 vsize=14093000 memory=750972 CPUtime=3.21 cores=0,2,4,6
/proc/30738/task/30745/stat : 30745 (java) S 30735 30738 30179 0 -1 1077944384 9799 0 0 0 301 20 0 0 20 0 15 0 40694069 14431232000 187743 33554432000 4194304 4196468 140729444738048 140161778714736 140162236746370 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 22 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30746] ppid=30735 vsize=14093000 memory=750972 CPUtime=0 cores=0,2,4,6
/proc/30738/task/30746/stat : 30746 (java) S 30735 30738 30179 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 40694069 14431232000 187743 33554432000 4194304 4196468 140729444738048 140161777660768 140162236745429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30747] ppid=30735 vsize=14093000 memory=750972 CPUtime=0 cores=0,2,4,6
/proc/30738/task/30747/stat : 30747 (java) S 30735 30738 30179 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 40694069 14431232000 187743 33554432000 4194304 4196468 140729444738048 140161776608384 140162236745429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30748] ppid=30735 vsize=14093000 memory=750972 CPUtime=0 cores=0,2,4,6
/proc/30738/task/30748/stat : 30748 (java) S 30735 30738 30179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40694072 14431232000 187743 33554432000 4194304 4196468 140729444738048 140161775556688 140162236753819 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30749] ppid=30735 vsize=14093000 memory=750972 CPUtime=3.03 cores=0,2,4,6
/proc/30738/task/30749/stat : 30749 (java) S 30735 30738 30179 0 -1 1077944384 7309 0 0 0 302 1 0 0 20 0 15 0 40694072 14431232000 187743 33554432000 4194304 4196468 140729444738048 140161774504560 140162236746370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30750] ppid=30735 vsize=14093000 memory=0 CPUtime=3.08 cores=0,2,4,6
/proc/30738/task/30750/stat : 30750 (java) S 30735 30738 30179 0 -1 1077944384 9436 0 0 0 307 1 0 0 20 0 15 0 40694072 14431232000 187743 33554432000 4194304 4196468 140729444738048 140161773451760 140162236746370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30751] ppid=30735 vsize=14093000 memory=840 CPUtime=1.24 cores=0,2,4,6
/proc/30738/task/30751/stat : 30751 (java) S 30735 30738 30179 0 -1 1077944384 9108 0 0 0 123 1 0 0 20 0 15 0 40694072 14431232000 187743 33554432000 4194304 4196468 140729444738048 140161772399472 140162236746370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30752] ppid=30735 vsize=14093000 memory=1796 CPUtime=0 cores=0,2,4,6
/proc/30738/task/30752/stat : 30752 (java) S 30735 30738 30179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40694072 14431232000 187743 33554432000 4194304 4196468 140729444738048 140161771346912 140162236745429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30753] ppid=30735 vsize=14093000 memory=750972 CPUtime=0.85 cores=0,2,4,6
/proc/30738/task/30753/stat : 30753 (java) S 30735 30738 30179 0 -1 1077944384 958 0 0 0 40 45 0 0 20 0 15 0 40694072 14431232000 187743 33554432000 4194304 4196468 140729444738048 140161770293680 140162236746370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 23 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
Current children cumulated CPU time: 2345.88 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 750972 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2376 s]*
/proc/loadavg: 1.69 1.64 1.68 3/215 30928
/proc/meminfo: memFree=21525840/32770624 swapFree=67108860/67108860
[pid=30738] ppid=30735 vsize=14093000 memory=753020 CPUtime=2400.03 cores=0,2,4,6
/proc/30738/stat : 30738 (java) S 30735 30738 30179 0 -1 1077944320 140795 0 0 0 239829 174 0 0 20 0 15 0 40694066 14431232000 188255 33554432000 4194304 4196468 140729444738048 140729444720592 140162236735223 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
/proc/30738/statm: 3523250 188255 3589 1 0 3485321 0
[pid=30738/tid=30740] ppid=30735 vsize=14093000 memory=6791534058613427641 CPUtime=2365.48 cores=0,2,4,6
/proc/30738/task/30740/stat : 30740 (java) R 30735 30738 30179 0 -1 4202560 47417 0 0 0 236525 23 0 0 20 0 15 0 40694067 14431232000 188255 33554432000 4194304 4196468 140729444738048 140162240973136 140161860029930 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30741] ppid=30735 vsize=14093000 memory=1432 CPUtime=5.75 cores=0,2,4,6
/proc/30738/task/30741/stat : 30741 (java) S 30735 30738 30179 0 -1 1077944384 15087 0 0 0 546 29 0 0 20 0 15 0 40694067 14431232000 188255 33554432000 4194304 4196468 140729444738048 140162166823824 140162236745429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30742] ppid=30735 vsize=14093000 memory=1200 CPUtime=5.74 cores=0,2,4,6
/proc/30738/task/30742/stat : 30742 (java) S 30735 30738 30179 0 -1 1077944384 11854 0 0 0 546 28 0 0 20 0 15 0 40694067 14431232000 188255 33554432000 4194304 4196468 140729444738048 140162165771024 140162236745429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30743] ppid=30735 vsize=14093000 memory=1952 CPUtime=5.71 cores=0,2,4,6
/proc/30738/task/30743/stat : 30743 (java) S 30735 30738 30179 0 -1 1077944384 15511 0 0 0 546 25 0 0 20 0 15 0 40694067 14431232000 188255 33554432000 4194304 4196468 140729444738048 140161830272144 140162236745429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30744] ppid=30735 vsize=14093000 memory=6791534058613427641 CPUtime=5.74 cores=0,2,4,6
/proc/30738/task/30744/stat : 30744 (java) S 30735 30738 30179 0 -1 1077944384 12873 0 0 0 547 27 0 0 20 0 15 0 40694067 14431232000 188255 33554432000 4194304 4196468 140729444738048 140161829219344 140162236745429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30745] ppid=30735 vsize=14093000 memory=15868 CPUtime=3.29 cores=0,2,4,6
/proc/30738/task/30745/stat : 30745 (java) S 30735 30738 30179 0 -1 1077944384 9813 0 0 0 309 20 0 0 20 0 15 0 40694069 14431232000 188255 33554432000 4194304 4196468 140729444738048 140161778714736 140162236746370 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 22 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30746] ppid=30735 vsize=14093000 memory=13596 CPUtime=0 cores=0,2,4,6
/proc/30738/task/30746/stat : 30746 (java) S 30735 30738 30179 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 40694069 14431232000 188255 33554432000 4194304 4196468 140729444738048 140161777660768 140162236745429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30747] ppid=30735 vsize=14093000 memory=18472 CPUtime=0 cores=0,2,4,6
/proc/30738/task/30747/stat : 30747 (java) S 30735 30738 30179 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 40694069 14431232000 188255 33554432000 4194304 4196468 140729444738048 140161776608384 140162236745429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30748] ppid=30735 vsize=14093000 memory=4040 CPUtime=0 cores=0,2,4,6
/proc/30738/task/30748/stat : 30748 (java) S 30735 30738 30179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40694072 14431232000 188255 33554432000 4194304 4196468 140729444738048 140161775556688 140162236753819 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30749] ppid=30735 vsize=14093000 memory=644 CPUtime=3.03 cores=0,2,4,6
/proc/30738/task/30749/stat : 30749 (java) S 30735 30738 30179 0 -1 1077944384 7309 0 0 0 302 1 0 0 20 0 15 0 40694072 14431232000 188255 33554432000 4194304 4196468 140729444738048 140161774504560 140162236746370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30750] ppid=30735 vsize=14093000 memory=1792 CPUtime=3.08 cores=0,2,4,6
/proc/30738/task/30750/stat : 30750 (java) S 30735 30738 30179 0 -1 1077944384 9436 0 0 0 307 1 0 0 20 0 15 0 40694072 14431232000 188255 33554432000 4194304 4196468 140729444738048 140161773451760 140162236746370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30751] ppid=30735 vsize=14093000 memory=960 CPUtime=1.24 cores=0,2,4,6
/proc/30738/task/30751/stat : 30751 (java) S 30735 30738 30179 0 -1 1077944384 9108 0 0 0 123 1 0 0 20 0 15 0 40694072 14431232000 188255 33554432000 4194304 4196468 140729444738048 140161772399472 140162236746370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30752] ppid=30735 vsize=14093000 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/30738/task/30752/stat : 30752 (java) S 30735 30738 30179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40694072 14431232000 188255 33554432000 4194304 4196468 140729444738048 140161771346912 140162236745429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
[pid=30738/tid=30753] ppid=30735 vsize=14093000 memory=280450761297472 CPUtime=0.87 cores=0,2,4,6
/proc/30738/task/30753/stat : 30753 (java) S 30735 30738 30179 0 -1 1077944384 962 0 0 0 41 46 0 0 20 0 15 0 40694072 14431232000 188255 33554432000 4194304 4196468 140729444738048 140161770293680 140162236746370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 23 0 0 6293624 6294260 23855104 140729444742228 140729444742409 140729444742409 140729444745167 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 753020 KiB

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

[startup+2376.03 s]
# the end of solver process 30738 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.3 s, system=1.75868 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.06
CPU user time (s): 2398.3
CPU system time (s): 1.75868
CPU usage (%): 101.012
Max. virtual memory (cumulated for all children) (KiB): 14093000
Max. memory (cumulated for all children) (KiB): 753020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.3
system time used= 1.75868
maximum resident set size= 753488
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 141381
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2768
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 136570
involuntary context switches= 4375


# summary of solver processes directly reported to runsolver:
#   pid: 30738
#   total CPU time (s): 2400.06
#   total CPU user time (s): 2398.3
#   total CPU system time (s): 1.75868

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.3741 second user time and 19.4561 second system time

The end

Launcher Data

Begin job on node138 at 2018-07-22 05:48:29
IDJOB=4291597
IDBENCH=141058
IDSOLVER=2746
FILE ID=node138/4291597-1532231309
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-06_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-4291597-1532231309/watcher-4291597-1532231309 -o /tmp/evaluation-result-4291597-1532231309/solver-4291597-1532231309 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532226565-30210 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 1319441308 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4291597-1532231309.xml

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

MD5SUM BENCH= 9a3bf89ae74321e3cfb193774a0c0983
RANDOM SEED=1319441308

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:        21150764 kB
MemAvailable:   30229420 kB
Buffers:          231368 kB
Cached:          9089088 kB
SwapCached:            0 kB
Active:          4047508 kB
Inactive:        7052780 kB
Active(anon):    1782556 kB
Inactive(anon):    16972 kB
Active(file):    2264952 kB
Inactive(file):  7035808 kB
Unevictable:        7276 kB
Mlocked:            7276 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             35640 kB
Writeback:             0 kB
AnonPages:       1639328 kB
Mapped:            48712 kB
Shmem:             17036 kB
Slab:             215460 kB
SReclaimable:     187464 kB
SUnreclaim:        27996 kB
KernelStack:        3808 kB
PageTables:         9032 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3898800 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1325056 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= 59040 MiB
End job on node138 at 2018-07-22 06:28:05