Trace number 4274430

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 2017-07-26? (TO) 2520.0701 2511.02

General information on the benchmark

NameBusScheduling/BusScheduling-cnt-s1/
BusScheduling-cnt-r3.xml
MD5SUM35e588148f794a6a4a81576d123b10dc
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark17
Best CPU time to get the best result obtained on this benchmark2400.14
Satisfiable
(Un)Satisfiability was proved
Number of variables19091
Number of constraints160
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":19091}]
Minimum variable degree3
Maximum variable degree19
Distribution of variable degrees[{"degree":3,"count":10},{"degree":4,"count":86},{"degree":5,"count":309},{"degree":6,"count":636},{"degree":7,"count":911},{"degree":8,"count":1069},{"degree":9,"count":1258},{"degree":10,"count":1321},{"degree":11,"count":1446},{"degree":12,"count":1732},{"degree":13,"count":2126},{"degree":14,"count":2492},{"degree":15,"count":3123},{"degree":16,"count":1856},{"degree":17,"count":628},{"degree":18,"count":85},{"degree":19,"count":3}]
Minimum constraint arity13
Maximum constraint arity4379
Distribution of constraint arities[{"arity":13,"count":2},{"arity":140,"count":2},{"arity":176,"count":1},{"arity":182,"count":2},{"arity":212,"count":2},{"arity":214,"count":2},{"arity":221,"count":2},{"arity":222,"count":2},{"arity":271,"count":1},{"arity":273,"count":2},{"arity":275,"count":3},{"arity":280,"count":1},{"arity":282,"count":1},{"arity":291,"count":3},{"arity":301,"count":4},{"arity":304,"count":3},{"arity":307,"count":5},{"arity":341,"count":3},{"arity":352,"count":1},{"arity":393,"count":2},{"arity":421,"count":3},{"arity":438,"count":2},{"arity":441,"count":2},{"arity":449,"count":1},{"arity":458,"count":2},"...",{"arity":2907,"count":1}, {"arity":2936,"count":1}, {"arity":3201,"count":1}, {"arity":3393,"count":1}, {"arity":3498,"count":1}, {"arity":3551,"count":1}, {"arity":3656,"count":1}, {"arity":3814,"count":1}, {"arity":3816,"count":1}, {"arity":3827,"count":1}, {"arity":3932,"count":1}, {"arity":3961,"count":1}, {"arity":4014,"count":1}, {"arity":4038,"count":1}, {"arity":4066,"count":1}, {"arity":4072,"count":1}, {"arity":4078,"count":1}, {"arity":4125,"count":1}, {"arity":4146,"count":1}, {"arity":4162,"count":1}, {"arity":4242,"count":1}, {"arity":4283,"count":1}, {"arity":4304,"count":1}, {"arity":4369,"count":1}, {"arity":4379,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"count","count":160}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.30/0.25	c version: 2017-07-26
0.30/0.25	c seed: 755664772
0.30/0.25	c timeout: 2520
0.30/0.25	c memlimit: 11000
0.30/0.25	c nbcore: 4
0.30/0.28	c Parsing instance...
8.84/3.10	c Parsing done, starting first complete search...
2520.04/2511.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 (14163 MiB free)
  memory of node 1: 16384 MiB (13614 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4274430-1502855028/watcher-4274430-1502855028 -o /tmp/evaluation-result-4274430-1502855028/solver-4274430-1502855028 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1502839307-13257 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-hybrid.jar --randomseed 755664772 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4274430-1502855028.xml 

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

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


[startup+0.100204 s]*
/proc/loadavg: 1.16 1.28 1.36 3/215 15194
/proc/meminfo: memFree=28424596/32770624 swapFree=67108860/67108860
[pid=15179] ppid=15176 vsize=13980164 memory=33300 CPUtime=0.13 cores=0,2,4,6
/proc/15179/stat : 15179 (java) S 15176 15179 13226 0 -1 1077944320 8240 0 0 0 11 2 0 0 20 0 15 0 118590835 14315687936 8325 33554432000 4194304 4196468 140721571427200 140721571409744 139906882420471 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
/proc/15179/statm: 3495041 8325 3404 1 0 3482761 0
[pid=15179/tid=15181] ppid=15176 vsize=13980164 memory=-7038777180040225399 CPUtime=0.09 cores=0,2,4,6
/proc/15179/task/15181/stat : 15181 (java) R 15176 15179 13226 0 -1 4202560 6188 0 0 0 8 1 0 0 20 0 15 0 118590836 14315687936 8325 33554432000 4194304 4196468 140721571427200 139906886626464 139906866464101 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15182] ppid=15176 vsize=13980164 memory=5793855401983285689 CPUtime=0 cores=0,2,4,6
/proc/15179/task/15182/stat : 15182 (java) S 15176 15179 13226 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118590836 14315687936 8325 33554432000 4194304 4196468 140721571427200 139906820021008 139906882430677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15183] ppid=15176 vsize=13980164 memory=140150973392512 CPUtime=0 cores=0,2,4,6
/proc/15179/task/15183/stat : 15183 (java) S 15176 15179 13226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118590836 14315687936 8325 33554432000 4194304 4196468 140721571427200 139906818968464 139906882430677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15184] ppid=15176 vsize=13980164 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15179/task/15184/stat : 15184 (java) S 15176 15179 13226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118590836 14315687936 8325 33554432000 4194304 4196468 140721571427200 139906817915920 139906882430677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15185] ppid=15176 vsize=13980164 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15179/task/15185/stat : 15185 (java) S 15176 15179 13226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118590836 14315687936 8325 33554432000 4194304 4196468 140721571427200 139906816863376 139906882430677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15186] ppid=15176 vsize=13980164 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15179/task/15186/stat : 15186 (java) S 15176 15179 13226 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118590838 14315687936 8325 33554432000 4194304 4196468 140721571427200 139905996892144 139906882431618 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15187] ppid=15176 vsize=13980164 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15179/task/15187/stat : 15187 (java) S 15176 15179 13226 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 118590838 14315687936 8325 33554432000 4194304 4196468 140721571427200 139905995838368 139906882430677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15188] ppid=15176 vsize=13980164 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15179/task/15188/stat : 15188 (java) S 15176 15179 13226 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 118590838 14315687936 8325 33554432000 4194304 4196468 140721571427200 139905994785776 139906882430677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15189] ppid=15176 vsize=13980164 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15179/task/15189/stat : 15189 (java) S 15176 15179 13226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118590841 14315687936 8325 33554432000 4194304 4196468 140721571427200 139905993734352 139906882439067 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15190] ppid=15176 vsize=13980164 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15179/task/15190/stat : 15190 (java) S 15176 15179 13226 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 15 0 118590841 14315687936 8325 33554432000 4194304 4196468 140721571427200 139905992681968 139906882431618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15191] ppid=15176 vsize=13980164 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15179/task/15191/stat : 15191 (java) S 15176 15179 13226 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 118590841 14315687936 8325 33554432000 4194304 4196468 140721571427200 139905991629424 139906882431618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15192] ppid=15176 vsize=13980164 memory=140150973392512 CPUtime=0.01 cores=0,2,4,6
/proc/15179/task/15192/stat : 15192 (java) S 15176 15179 13226 0 -1 1077944384 369 0 0 0 1 0 0 0 20 0 15 0 118590841 14315687936 8325 33554432000 4194304 4196468 140721571427200 139905990576880 139906882431618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15193] ppid=15176 vsize=13980164 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15179/task/15193/stat : 15193 (java) S 15176 15179 13226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118590841 14315687936 8325 33554432000 4194304 4196468 140721571427200 139905989524576 139906882430677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15194] ppid=15176 vsize=13980164 memory=140150973392512 CPUtime=0 cores=0,2,4,6
/proc/15179/task/15194/stat : 15194 (java) S 15176 15179 13226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118590841 14315687936 8325 33554432000 4194304 4196468 140721571427200 139905988471088 139906882431618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 13980164 KiB
Current children cumulated memory: 33300 KiB

[startup+0.210577 s]*
/proc/loadavg: 1.16 1.28 1.36 4/215 15194
/proc/meminfo: memFree=28416716/32770624 swapFree=67108860/67108860
[pid=15179] ppid=15176 vsize=13980164 memory=42204 CPUtime=0.3 cores=0,2,4,6
/proc/15179/stat : 15179 (java) S 15176 15179 13226 0 -1 1077944320 9203 0 0 0 28 2 0 0 20 0 15 0 118590835 14315687936 10551 33554432000 4194304 4196468 140721571427200 140721571409744 139906882420471 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
/proc/15179/statm: 3495041 10551 3610 1 0 3482761 0
[pid=15179/tid=15181] ppid=15176 vsize=13980164 memory=6735269665583770266 CPUtime=0.2 cores=0,2,4,6
/proc/15179/task/15181/stat : 15181 (java) R 15176 15179 13226 0 -1 4202560 6812 0 0 0 18 2 0 0 20 0 15 0 118590836 14315687936 10551 33554432000 4194304 4196468 140721571427200 139906886633312 139906866500958 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15182] ppid=15176 vsize=13980164 memory=4211973877178183050 CPUtime=0 cores=0,2,4,6
/proc/15179/task/15182/stat : 15182 (java) S 15176 15179 13226 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118590836 14315687936 10551 33554432000 4194304 4196468 140721571427200 139906820021008 139906882430677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15183] ppid=15176 vsize=13980164 memory=140150973392512 CPUtime=0 cores=0,2,4,6
/proc/15179/task/15183/stat : 15183 (java) S 15176 15179 13226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118590836 14315687936 10551 33554432000 4194304 4196468 140721571427200 139906818968464 139906882430677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15184] ppid=15176 vsize=13980164 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15179/task/15184/stat : 15184 (java) S 15176 15179 13226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118590836 14315687936 10551 33554432000 4194304 4196468 140721571427200 139906817915920 139906882430677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15185] ppid=15176 vsize=13980164 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15179/task/15185/stat : 15185 (java) S 15176 15179 13226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118590836 14315687936 10551 33554432000 4194304 4196468 140721571427200 139906816863376 139906882430677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15186] ppid=15176 vsize=13980164 memory=140150973392512 CPUtime=0 cores=0,2,4,6
/proc/15179/task/15186/stat : 15186 (java) S 15176 15179 13226 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 118590838 14315687936 10551 33554432000 4194304 4196468 140721571427200 139905996892144 139906882431618 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15187] ppid=15176 vsize=13980164 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15179/task/15187/stat : 15187 (java) S 15176 15179 13226 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 118590838 14315687936 10551 33554432000 4194304 4196468 140721571427200 139905995838368 139906882430677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15188] ppid=15176 vsize=13980164 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15179/task/15188/stat : 15188 (java) S 15176 15179 13226 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 118590838 14315687936 10551 33554432000 4194304 4196468 140721571427200 139905994785776 139906882430677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15189] ppid=15176 vsize=13980164 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15179/task/15189/stat : 15189 (java) S 15176 15179 13226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118590841 14315687936 10551 33554432000 4194304 4196468 140721571427200 139905993734352 139906882439067 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15190] ppid=15176 vsize=13980164 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/15179/task/15190/stat : 15190 (java) R 15176 15179 13226 0 -1 4202560 457 0 0 0 2 0 0 0 20 0 15 0 118590841 14315687936 10551 33554432000 4194304 4196468 140721571427200 139905992681968 139906882432406 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15191] ppid=15176 vsize=13980164 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/15179/task/15191/stat : 15191 (java) R 15176 15179 13226 0 -1 1077944384 166 0 0 0 2 0 0 0 20 0 15 0 118590841 14315687936 10551 33554432000 4194304 4196468 140721571427200 139905991629424 139906882431618 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15192] ppid=15176 vsize=13980164 memory=140150973392512 CPUtime=0.05 cores=0,2,4,6
/proc/15179/task/15192/stat : 15192 (java) R 15176 15179 13226 0 -1 4202560 387 0 0 0 5 0 0 0 20 0 15 0 118590841 14315687936 10551 33554432000 4194304 4196468 140721571427200 139905990576880 139906861217967 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15193] ppid=15176 vsize=13980164 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15179/task/15193/stat : 15193 (java) S 15176 15179 13226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118590841 14315687936 10551 33554432000 4194304 4196468 140721571427200 139905989524576 139906882430677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15194] ppid=15176 vsize=13980164 memory=140150973392512 CPUtime=0 cores=0,2,4,6
/proc/15179/task/15194/stat : 15194 (java) S 15176 15179 13226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118590841 14315687936 10551 33554432000 4194304 4196468 140721571427200 139905988471088 139906882431618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 13980164 KiB
Current children cumulated memory: 42204 KiB

[startup+0.310248 s]*
/proc/loadavg: 1.16 1.28 1.36 3/215 15194
/proc/meminfo: memFree=28408652/32770624 swapFree=67108860/67108860
[pid=15179] ppid=15176 vsize=13980184 memory=50860 CPUtime=0.5 cores=0,2,4,6
/proc/15179/stat : 15179 (java) S 15176 15179 13226 0 -1 1077944320 10401 0 0 0 47 3 0 0 20 0 15 0 118590835 14315708416 12715 33554432000 4194304 4196468 140721571427200 140721571409744 139906882420471 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
/proc/15179/statm: 3495046 12715 3712 1 0 3482761 0
[pid=15179/tid=15181] ppid=15176 vsize=13980184 memory=4871374705135476842 CPUtime=0.29 cores=0,2,4,6
/proc/15179/task/15181/stat : 15181 (java) R 15176 15179 13226 0 -1 4202560 7567 0 0 0 27 2 0 0 20 0 15 0 118590836 14315708416 12715 33554432000 4194304 4196468 140721571427200 139906886648768 139906866464101 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15182] ppid=15176 vsize=13980184 memory=4211973877178183050 CPUtime=0 cores=0,2,4,6
/proc/15179/task/15182/stat : 15182 (java) S 15176 15179 13226 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118590836 14315708416 12715 33554432000 4194304 4196468 140721571427200 139906820021008 139906882430677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15183] ppid=15176 vsize=13980184 memory=140150973394869 CPUtime=0 cores=0,2,4,6
/proc/15179/task/15183/stat : 15183 (java) S 15176 15179 13226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118590836 14315708416 12715 33554432000 4194304 4196468 140721571427200 139906818968464 139906882430677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15184] ppid=15176 vsize=13980184 memory=140150822788538 CPUtime=0 cores=0,2,4,6
/proc/15179/task/15184/stat : 15184 (java) S 15176 15179 13226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118590836 14315708416 12715 33554432000 4194304 4196468 140721571427200 139906817915920 139906882430677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15185] ppid=15176 vsize=13980184 memory=140150822784463 CPUtime=0 cores=0,2,4,6
/proc/15179/task/15185/stat : 15185 (java) S 15176 15179 13226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118590836 14315708416 12715 33554432000 4194304 4196468 140721571427200 139906816863376 139906882430677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15186] ppid=15176 vsize=13980184 memory=140150973405765 CPUtime=0 cores=0,2,4,6
/proc/15179/task/15186/stat : 15186 (java) S 15176 15179 13226 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 118590838 14315708416 12715 33554432000 4194304 4196468 140721571427200 139905996892144 139906882431618 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15187] ppid=15176 vsize=13980184 memory=140150822793647 CPUtime=0 cores=0,2,4,6
/proc/15179/task/15187/stat : 15187 (java) S 15176 15179 13226 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 118590838 14315708416 12715 33554432000 4194304 4196468 140721571427200 139905995838368 139906882430677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15188] ppid=15176 vsize=13980184 memory=280301645578128 CPUtime=0 cores=0,2,4,6
/proc/15179/task/15188/stat : 15188 (java) S 15176 15179 13226 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 118590838 14315708416 12715 33554432000 4194304 4196468 140721571427200 139905994785776 139906882430677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15189] ppid=15176 vsize=13980184 memory=280301645575824 CPUtime=0 cores=0,2,4,6
/proc/15179/task/15189/stat : 15189 (java) S 15176 15179 13226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118590841 14315708416 12715 33554432000 4194304 4196468 140721571427200 139905993734352 139906882439067 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15190] ppid=15176 vsize=13980184 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/15179/task/15190/stat : 15190 (java) S 15176 15179 13226 0 -1 1077944384 681 0 0 0 6 0 0 0 20 0 15 0 118590841 14315708416 12715 33554432000 4194304 4196468 140721571427200 139905992681968 139906882431618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15191] ppid=15176 vsize=13980184 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/15179/task/15191/stat : 15191 (java) S 15176 15179 13226 0 -1 1077944384 341 0 0 0 4 0 0 0 20 0 15 0 118590841 14315708416 12715 33554432000 4194304 4196468 140721571427200 139905991629424 139906882431618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15192] ppid=15176 vsize=13980184 memory=140150973392512 CPUtime=0.08 cores=0,2,4,6
/proc/15179/task/15192/stat : 15192 (java) S 15176 15179 13226 0 -1 1077944384 432 0 0 0 8 0 0 0 20 0 15 0 118590841 14315708416 12715 33554432000 4194304 4196468 140721571427200 139905990576880 139906882431618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15193] ppid=15176 vsize=13980184 memory=2208 CPUtime=0 cores=0,2,4,6
/proc/15179/task/15193/stat : 15193 (java) S 15176 15179 13226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118590841 14315708416 12715 33554432000 4194304 4196468 140721571427200 139905989524576 139906882430677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15194] ppid=15176 vsize=13980184 memory=140150973392512 CPUtime=0 cores=0,2,4,6
/proc/15179/task/15194/stat : 15194 (java) S 15176 15179 13226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118590841 14315708416 12715 33554432000 4194304 4196468 140721571427200 139905988471088 139906882431618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 13980184 KiB
Current children cumulated memory: 50860 KiB

[startup+0.70121 s]
/proc/loadavg: 1.16 1.28 1.36 5/205 15216
/proc/meminfo: memFree=28856280/32770624 swapFree=67108860/67108860
[pid=15179] ppid=15176 vsize=13982232 memory=121680 CPUtime=1.56 cores=0,2,4,6
/proc/15179/stat : 15179 (java) S 15176 15179 13226 0 -1 1077944320 13741 0 0 0 151 5 0 0 20 0 15 0 118590835 14317805568 30354 33554432000 4194304 4196468 140721571427200 140721571409744 139906882420471 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
/proc/15179/statm: 3495558 30420 3780 1 0 3483273 0
[pid=15179/tid=15181] ppid=15176 vsize=13982232 memory=0 CPUtime=0.68 cores=0,2,4,6
/proc/15179/task/15181/stat : 15181 (java) R 15176 15179 13226 0 -1 4202560 8260 0 0 0 64 4 0 0 20 0 15 0 118590836 14317805568 30420 33554432000 4194304 4196468 140721571427200 139906886653784 139906499136074 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15182] ppid=15176 vsize=13982232 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/15179/task/15182/stat : 15182 (java) S 15176 15179 13226 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118590836 14317805568 30420 33554432000 4194304 4196468 140721571427200 139906820021008 139906882430677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15183] ppid=15176 vsize=13982232 memory=8568 CPUtime=0 cores=0,2,4,6
/proc/15179/task/15183/stat : 15183 (java) S 15176 15179 13226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118590836 14317805568 30420 33554432000 4194304 4196468 140721571427200 139906818968464 139906882430677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15184] ppid=15176 vsize=13982232 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/15179/task/15184/stat : 15184 (java) S 15176 15179 13226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118590836 14317805568 30420 33554432000 4194304 4196468 140721571427200 139906817915920 139906882430677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15185] ppid=15176 vsize=13982232 memory=792 CPUtime=0 cores=0,2,4,6
/proc/15179/task/15185/stat : 15185 (java) S 15176 15179 13226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118590836 14317805568 30420 33554432000 4194304 4196468 140721571427200 139906816863376 139906882430677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15186] ppid=15176 vsize=13982232 memory=6297835844906604903 CPUtime=0 cores=0,2,4,6
/proc/15179/task/15186/stat : 15186 (java) S 15176 15179 13226 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 118590838 14317805568 30420 33554432000 4194304 4196468 140721571427200 139905996892144 139906882431618 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15187] ppid=15176 vsize=13982232 memory=7595725831727968097 CPUtime=0 cores=0,2,4,6
/proc/15179/task/15187/stat : 15187 (java) S 15176 15179 13226 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 118590838 14317805568 30420 33554432000 4194304 4196468 140721571427200 139905995838368 139906882430677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15188] ppid=15176 vsize=13982232 memory=7295946094789283920 CPUtime=0 cores=0,2,4,6
/proc/15179/task/15188/stat : 15188 (java) S 15176 15179 13226 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 118590838 14317805568 30420 33554432000 4194304 4196468 140721571427200 139905994785776 139906882430677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15189] ppid=15176 vsize=13982232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15179/task/15189/stat : 15189 (java) S 15176 15179 13226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118590841 14317805568 30420 33554432000 4194304 4196468 140721571427200 139905993734352 139906882439067 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15190] ppid=15176 vsize=13982232 memory=0 CPUtime=0.32 cores=0,2,4,6
/proc/15179/task/15190/stat : 15190 (java) R 15176 15179 13226 0 -1 4202560 1556 0 0 0 32 0 0 0 20 0 15 0 118590841 14317805568 30420 33554432000 4194304 4196468 140721571427200 139905992681152 139906874709853 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15191] ppid=15176 vsize=13982232 memory=39 CPUtime=0.3 cores=0,2,4,6
/proc/15179/task/15191/stat : 15191 (java) R 15176 15179 13226 0 -1 4202560 1316 0 0 0 30 0 0 0 20 0 15 0 118590841 14317805568 30420 33554432000 4194304 4196468 140721571427200 139905991615304 139906866326476 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15192] ppid=15176 vsize=13982232 memory=4 CPUtime=0.25 cores=0,2,4,6
/proc/15179/task/15192/stat : 15192 (java) S 15176 15179 13226 0 -1 1077944384 1253 0 0 0 25 0 0 0 20 0 15 0 118590841 14317805568 30420 33554432000 4194304 4196468 140721571427200 139905990576880 139906882431618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15193] ppid=15176 vsize=13982232 memory=7003 CPUtime=0 cores=0,2,4,6
/proc/15179/task/15193/stat : 15193 (java) S 15176 15179 13226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118590841 14317805568 30420 33554432000 4194304 4196468 140721571427200 139905989524576 139906882430677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15194] ppid=15176 vsize=13982232 memory=280301645762032 CPUtime=0 cores=0,2,4,6
/proc/15179/task/15194/stat : 15194 (java) S 15176 15179 13226 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118590841 14317805568 30420 33554432000 4194304 4196468 140721571427200 139905988471088 139906882431618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
Current children cumulated CPU time: 1.56 s
Current children cumulated vsize: 13982232 KiB
Current children cumulated memory: 121680 KiB

[startup+1.50328 s]
/proc/loadavg: 1.16 1.28 1.36 2/195 15242
/proc/meminfo: memFree=28767596/32770624 swapFree=67108860/67108860
[pid=15179] ppid=15176 vsize=13984280 memory=214836 CPUtime=3.94 cores=0,2,4,6
/proc/15179/stat : 15179 (java) S 15176 15179 13226 0 -1 1077944320 17273 0 0 0 386 8 0 0 20 0 15 0 118590835 14319902720 53709 33554432000 4194304 4196468 140721571427200 140721571409744 139906882420471 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
/proc/15179/statm: 3496070 53709 3807 1 0 3483785 0
[pid=15179/tid=15181] ppid=15176 vsize=13984280 memory=0 CPUtime=1.44 cores=0,2,4,6
/proc/15179/task/15181/stat : 15181 (java) R 15176 15179 13226 0 -1 4202560 8854 0 0 0 139 5 0 0 20 0 15 0 118590836 14319902720 53709 33554432000 4194304 4196468 140721571427200 139906886654576 139906501553578 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15182] ppid=15176 vsize=13984280 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/15179/task/15182/stat : 15182 (java) S 15176 15179 13226 0 -1 1077944384 24 0 0 0 1 0 0 0 20 0 15 0 118590836 14319902720 53709 33554432000 4194304 4196468 140721571427200 139906820021008 139906882430677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15183] ppid=15176 vsize=13984280 memory=4580 CPUtime=0 cores=0,2,4,6
/proc/15179/task/15183/stat : 15183 (java) S 15176 15179 13226 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 118590836 14319902720 53709 33554432000 4194304 4196468 140721571427200 139906818968464 139906882430677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15184] ppid=15176 vsize=13984280 memory=3054156605301694618 CPUtime=0 cores=0,2,4,6
/proc/15179/task/15184/stat : 15184 (java) S 15176 15179 13226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118590836 14319902720 53709 33554432000 4194304 4196468 140721571427200 139906817915920 139906882430677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15185] ppid=15176 vsize=13984280 memory=-7738167615158003044 CPUtime=0.01 cores=0,2,4,6
/proc/15179/task/15185/stat : 15185 (java) S 15176 15179 13226 0 -1 1077944384 13 0 0 0 1 0 0 0 20 0 15 0 118590836 14319902720 53709 33554432000 4194304 4196468 140721571427200 139906816863376 139906882430677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15186] ppid=15176 vsize=13984280 memory=-7038777180040225399 CPUtime=0 cores=0,2,4,6
/proc/15179/task/15186/stat : 15186 (java) S 15176 15179 13226 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 118590838 14319902720 53709 33554432000 4194304 4196468 140721571427200 139905996892144 139906882431618 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0

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

/proc/15179/task/15181/stat : 15181 (java) R 15176 15179 13226 0 -1 4202560 26128 0 0 0 238063 17 0 0 20 0 15 0 118590836 14319902720 243269 33554432000 4194304 4196468 140721571427200 139906886658976 139906503541439 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15182] ppid=15176 vsize=13984280 memory=973076 CPUtime=1.08 cores=0,2,4,6
/proc/15179/task/15182/stat : 15182 (java) S 15176 15179 13226 0 -1 1077944384 1524 0 0 0 94 14 0 0 20 0 15 0 118590836 14319902720 243269 33554432000 4194304 4196468 140721571427200 139906820021008 139906882430677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15183] ppid=15176 vsize=13984280 memory=973076 CPUtime=1.06 cores=0,2,4,6
/proc/15179/task/15183/stat : 15183 (java) S 15176 15179 13226 0 -1 1077944384 1617 0 0 0 92 14 0 0 20 0 15 0 118590836 14319902720 243269 33554432000 4194304 4196468 140721571427200 139906818968464 139906882430677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15184] ppid=15176 vsize=13984280 memory=16 CPUtime=1.06 cores=0,2,4,6
/proc/15179/task/15184/stat : 15184 (java) S 15176 15179 13226 0 -1 1077944384 1972 0 0 0 92 14 0 0 20 0 15 0 118590836 14319902720 243269 33554432000 4194304 4196468 140721571427200 139906817915920 139906882430677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15185] ppid=15176 vsize=13984280 memory=973076 CPUtime=1.07 cores=0,2,4,6
/proc/15179/task/15185/stat : 15185 (java) S 15176 15179 13226 0 -1 1077944384 2703 0 0 0 93 14 0 0 20 0 15 0 118590836 14319902720 243269 33554432000 4194304 4196468 140721571427200 139906816863376 139906882430677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15186] ppid=15176 vsize=13984280 memory=973076 CPUtime=0.16 cores=0,2,4,6
/proc/15179/task/15186/stat : 15186 (java) S 15176 15179 13226 0 -1 1077944384 2398 0 0 0 13 3 0 0 20 0 15 0 118590838 14319902720 243269 33554432000 4194304 4196468 140721571427200 139905996892144 139906882431618 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15187] ppid=15176 vsize=13984280 memory=164 CPUtime=0 cores=0,2,4,6
/proc/15179/task/15187/stat : 15187 (java) S 15176 15179 13226 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 118590838 14319902720 243269 33554432000 4194304 4196468 140721571427200 139905995838432 139906882430677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15188] ppid=15176 vsize=13984280 memory=1696 CPUtime=0 cores=0,2,4,6
/proc/15179/task/15188/stat : 15188 (java) S 15176 15179 13226 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 118590838 14319902720 243269 33554432000 4194304 4196468 140721571427200 139905994785792 139906882430677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15189] ppid=15176 vsize=13984280 memory=11032 CPUtime=0 cores=0,2,4,6
/proc/15179/task/15189/stat : 15189 (java) S 15176 15179 13226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118590841 14319902720 243269 33554432000 4194304 4196468 140721571427200 139905993734352 139906882439067 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15190] ppid=15176 vsize=13984280 memory=1712 CPUtime=1.92 cores=0,2,4,6
/proc/15179/task/15190/stat : 15190 (java) S 15176 15179 13226 0 -1 1077944384 5809 0 0 0 191 1 0 0 20 0 15 0 118590841 14319902720 243269 33554432000 4194304 4196468 140721571427200 139905992681968 139906882431618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15191] ppid=15176 vsize=13984280 memory=932 CPUtime=1.86 cores=0,2,4,6
/proc/15179/task/15191/stat : 15191 (java) S 15176 15179 13226 0 -1 1077944384 5256 0 0 0 185 1 0 0 20 0 15 0 118590841 14319902720 243269 33554432000 4194304 4196468 140721571427200 139905991629424 139906882431618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15192] ppid=15176 vsize=13984280 memory=2200 CPUtime=0.66 cores=0,2,4,6
/proc/15179/task/15192/stat : 15192 (java) S 15176 15179 13226 0 -1 1077944384 3236 0 0 0 64 2 0 0 20 0 15 0 118590841 14319902720 243269 33554432000 4194304 4196468 140721571427200 139905990576880 139906882431618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15193] ppid=15176 vsize=13984280 memory=973076 CPUtime=0 cores=0,2,4,6
/proc/15179/task/15193/stat : 15193 (java) S 15176 15179 13226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118590841 14319902720 243269 33554432000 4194304 4196468 140721571427200 139905989524576 139906882430677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15194] ppid=15176 vsize=13984280 memory=1004 CPUtime=1.46 cores=0,2,4,6
/proc/15179/task/15194/stat : 15194 (java) S 15176 15179 13226 0 -1 1077944384 1486 0 0 0 71 75 0 0 20 0 15 0 118590841 14319902720 243269 33554432000 4194304 4196468 140721571427200 139905988471088 139906882431618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
Current children cumulated CPU time: 2391.24 s
Current children cumulated vsize: 13984280 KiB
Current children cumulated memory: 973076 KiB

[startup+2442.3 s]
/proc/loadavg: 1.62 1.64 1.67 3/216 15373
/proc/meminfo: memFree=27013176/32770624 swapFree=67108860/67108860
[pid=15179] ppid=15176 vsize=13984280 memory=973076 CPUtime=2451.28 cores=0,2,4,6
/proc/15179/stat : 15179 (java) S 15176 15179 13226 0 -1 1077944320 53698 0 0 0 244989 139 0 0 20 0 15 0 118590835 14319902720 243269 33554432000 4194304 4196468 140721571427200 140721571409744 139906882420471 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
/proc/15179/statm: 3496070 243269 3837 1 0 3483785 0
[pid=15179/tid=15181] ppid=15176 vsize=13984280 memory=973076 CPUtime=2440.8 cores=0,2,4,6
/proc/15179/task/15181/stat : 15181 (java) R 15176 15179 13226 0 -1 4202560 26292 0 0 0 244063 17 0 0 20 0 15 0 118590836 14319902720 243269 33554432000 4194304 4196468 140721571427200 139906886658976 139906503541439 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15182] ppid=15176 vsize=13984280 memory=973076 CPUtime=1.08 cores=0,2,4,6
/proc/15179/task/15182/stat : 15182 (java) S 15176 15179 13226 0 -1 1077944384 1524 0 0 0 94 14 0 0 20 0 15 0 118590836 14319902720 243269 33554432000 4194304 4196468 140721571427200 139906820021008 139906882430677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15183] ppid=15176 vsize=13984280 memory=973076 CPUtime=1.06 cores=0,2,4,6
/proc/15179/task/15183/stat : 15183 (java) S 15176 15179 13226 0 -1 1077944384 1617 0 0 0 92 14 0 0 20 0 15 0 118590836 14319902720 243269 33554432000 4194304 4196468 140721571427200 139906818968464 139906882430677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15184] ppid=15176 vsize=13984280 memory=973076 CPUtime=1.06 cores=0,2,4,6
/proc/15179/task/15184/stat : 15184 (java) S 15176 15179 13226 0 -1 1077944384 1972 0 0 0 92 14 0 0 20 0 15 0 118590836 14319902720 243269 33554432000 4194304 4196468 140721571427200 139906817915920 139906882430677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15185] ppid=15176 vsize=13984280 memory=973076 CPUtime=1.07 cores=0,2,4,6
/proc/15179/task/15185/stat : 15185 (java) S 15176 15179 13226 0 -1 1077944384 2703 0 0 0 93 14 0 0 20 0 15 0 118590836 14319902720 243269 33554432000 4194304 4196468 140721571427200 139906816863376 139906882430677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15186] ppid=15176 vsize=13984280 memory=973076 CPUtime=0.17 cores=0,2,4,6
/proc/15179/task/15186/stat : 15186 (java) S 15176 15179 13226 0 -1 1077944384 2404 0 0 0 14 3 0 0 20 0 15 0 118590838 14319902720 243269 33554432000 4194304 4196468 140721571427200 139905996892144 139906882431618 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15187] ppid=15176 vsize=13984280 memory=973076 CPUtime=0 cores=0,2,4,6
/proc/15179/task/15187/stat : 15187 (java) S 15176 15179 13226 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 118590838 14319902720 243269 33554432000 4194304 4196468 140721571427200 139905995838432 139906882430677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15188] ppid=15176 vsize=13984280 memory=973076 CPUtime=0 cores=0,2,4,6
/proc/15179/task/15188/stat : 15188 (java) S 15176 15179 13226 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 118590838 14319902720 243269 33554432000 4194304 4196468 140721571427200 139905994785792 139906882430677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15189] ppid=15176 vsize=13984280 memory=973076 CPUtime=0 cores=0,2,4,6
/proc/15179/task/15189/stat : 15189 (java) S 15176 15179 13226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118590841 14319902720 243269 33554432000 4194304 4196468 140721571427200 139905993734352 139906882439067 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15190] ppid=15176 vsize=13984280 memory=973076 CPUtime=1.92 cores=0,2,4,6
/proc/15179/task/15190/stat : 15190 (java) S 15176 15179 13226 0 -1 1077944384 5811 0 0 0 191 1 0 0 20 0 15 0 118590841 14319902720 243269 33554432000 4194304 4196468 140721571427200 139905992681968 139906882431618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15191] ppid=15176 vsize=13984280 memory=973076 CPUtime=1.86 cores=0,2,4,6
/proc/15179/task/15191/stat : 15191 (java) S 15176 15179 13226 0 -1 1077944384 5258 0 0 0 185 1 0 0 20 0 15 0 118590841 14319902720 243269 33554432000 4194304 4196468 140721571427200 139905991629424 139906882431618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15192] ppid=15176 vsize=13984280 memory=973076 CPUtime=0.66 cores=0,2,4,6
/proc/15179/task/15192/stat : 15192 (java) S 15176 15179 13226 0 -1 1077944384 3239 0 0 0 64 2 0 0 20 0 15 0 118590841 14319902720 243269 33554432000 4194304 4196468 140721571427200 139905990576880 139906882431618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15193] ppid=15176 vsize=13984280 memory=973076 CPUtime=0 cores=0,2,4,6
/proc/15179/task/15193/stat : 15193 (java) S 15176 15179 13226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118590841 14319902720 243269 33554432000 4194304 4196468 140721571427200 139905989524576 139906882430677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15194] ppid=15176 vsize=13984280 memory=973076 CPUtime=1.5 cores=0,2,4,6
/proc/15179/task/15194/stat : 15194 (java) S 15176 15179 13226 0 -1 1077944384 1507 0 0 0 73 77 0 0 20 0 15 0 118590841 14319902720 243269 33554432000 4194304 4196468 140721571427200 139905988471088 139906882431618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
Current children cumulated CPU time: 2451.28 s
Current children cumulated vsize: 13984280 KiB
Current children cumulated memory: 973076 KiB

[startup+2502.3 s]
/proc/loadavg: 1.78 1.69 1.68 3/216 15450
/proc/meminfo: memFree=26840828/32770624 swapFree=67108860/67108860
[pid=15179] ppid=15176 vsize=13984280 memory=973076 CPUtime=2511.32 cores=0,2,4,6
/proc/15179/stat : 15179 (java) S 15176 15179 13226 0 -1 1077944320 53860 0 0 0 250992 140 0 0 20 0 15 0 118590835 14319902720 243269 33554432000 4194304 4196468 140721571427200 140721571409744 139906882420471 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
/proc/15179/statm: 3496070 243269 3837 1 0 3483785 0
[pid=15179/tid=15181] ppid=15176 vsize=13984280 memory=0 CPUtime=2500.8 cores=0,2,4,6
/proc/15179/task/15181/stat : 15181 (java) R 15176 15179 13226 0 -1 4202560 26450 0 0 0 250063 17 0 0 20 0 15 0 118590836 14319902720 243269 33554432000 4194304 4196468 140721571427200 139906886658976 139906504077671 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15182] ppid=15176 vsize=13984280 memory=973076 CPUtime=1.08 cores=0,2,4,6
/proc/15179/task/15182/stat : 15182 (java) S 15176 15179 13226 0 -1 1077944384 1524 0 0 0 94 14 0 0 20 0 15 0 118590836 14319902720 243269 33554432000 4194304 4196468 140721571427200 139906820021008 139906882430677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15183] ppid=15176 vsize=13984280 memory=973076 CPUtime=1.06 cores=0,2,4,6
/proc/15179/task/15183/stat : 15183 (java) S 15176 15179 13226 0 -1 1077944384 1617 0 0 0 92 14 0 0 20 0 15 0 118590836 14319902720 243269 33554432000 4194304 4196468 140721571427200 139906818968464 139906882430677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15184] ppid=15176 vsize=13984280 memory=973076 CPUtime=1.06 cores=0,2,4,6
/proc/15179/task/15184/stat : 15184 (java) S 15176 15179 13226 0 -1 1077944384 1972 0 0 0 92 14 0 0 20 0 15 0 118590836 14319902720 243269 33554432000 4194304 4196468 140721571427200 139906817915920 139906882430677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15185] ppid=15176 vsize=13984280 memory=973076 CPUtime=1.07 cores=0,2,4,6
/proc/15179/task/15185/stat : 15185 (java) S 15176 15179 13226 0 -1 1077944384 2703 0 0 0 93 14 0 0 20 0 15 0 118590836 14319902720 243269 33554432000 4194304 4196468 140721571427200 139906816863376 139906882430677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15186] ppid=15176 vsize=13984280 memory=973076 CPUtime=0.17 cores=0,2,4,6
/proc/15179/task/15186/stat : 15186 (java) S 15176 15179 13226 0 -1 1077944384 2404 0 0 0 14 3 0 0 20 0 15 0 118590838 14319902720 243269 33554432000 4194304 4196468 140721571427200 139905996892144 139906882431618 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15187] ppid=15176 vsize=13984280 memory=973076 CPUtime=0 cores=0,2,4,6
/proc/15179/task/15187/stat : 15187 (java) S 15176 15179 13226 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 118590838 14319902720 243269 33554432000 4194304 4196468 140721571427200 139905995838432 139906882430677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15188] ppid=15176 vsize=13984280 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15179/task/15188/stat : 15188 (java) S 15176 15179 13226 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 118590838 14319902720 243269 33554432000 4194304 4196468 140721571427200 139905994785792 139906882430677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15189] ppid=15176 vsize=13984280 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/15179/task/15189/stat : 15189 (java) S 15176 15179 13226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118590841 14319902720 243269 33554432000 4194304 4196468 140721571427200 139905993734352 139906882439067 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15190] ppid=15176 vsize=13984280 memory=973076 CPUtime=1.92 cores=0,2,4,6
/proc/15179/task/15190/stat : 15190 (java) S 15176 15179 13226 0 -1 1077944384 5811 0 0 0 191 1 0 0 20 0 15 0 118590841 14319902720 243269 33554432000 4194304 4196468 140721571427200 139905992681968 139906882431618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15191] ppid=15176 vsize=13984280 memory=6791534058613427641 CPUtime=1.86 cores=0,2,4,6
/proc/15179/task/15191/stat : 15191 (java) S 15176 15179 13226 0 -1 1077944384 5258 0 0 0 185 1 0 0 20 0 15 0 118590841 14319902720 243269 33554432000 4194304 4196468 140721571427200 139905991629424 139906882431618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15192] ppid=15176 vsize=13984280 memory=973076 CPUtime=0.66 cores=0,2,4,6
/proc/15179/task/15192/stat : 15192 (java) S 15176 15179 13226 0 -1 1077944384 3239 0 0 0 64 2 0 0 20 0 15 0 118590841 14319902720 243269 33554432000 4194304 4196468 140721571427200 139905990576880 139906882431618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15193] ppid=15176 vsize=13984280 memory=973076 CPUtime=0 cores=0,2,4,6
/proc/15179/task/15193/stat : 15193 (java) S 15176 15179 13226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118590841 14319902720 243269 33554432000 4194304 4196468 140721571427200 139905989524576 139906882430677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15194] ppid=15176 vsize=13984280 memory=973076 CPUtime=1.54 cores=0,2,4,6
/proc/15179/task/15194/stat : 15194 (java) S 15176 15179 13226 0 -1 1077944384 1511 0 0 0 75 79 0 0 20 0 15 0 118590841 14319902720 243269 33554432000 4194304 4196468 140721571427200 139905988471088 139906882431618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
Current children cumulated CPU time: 2511.32 s
Current children cumulated vsize: 13984280 KiB
Current children cumulated memory: 973076 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2511 s]*
/proc/loadavg: 1.74 1.68 1.68 3/216 15450
/proc/meminfo: memFree=26839032/32770624 swapFree=67108860/67108860
[pid=15179] ppid=15176 vsize=13984280 memory=973076 CPUtime=2520.04 cores=0,2,4,6
/proc/15179/stat : 15179 (java) S 15176 15179 13226 0 -1 1077944320 54028 0 0 0 251864 140 0 0 20 0 15 0 118590835 14319902720 243269 33554432000 4194304 4196468 140721571427200 140721571409744 139906882420471 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
/proc/15179/statm: 3496070 243269 3837 1 0 3483785 0
[pid=15179/tid=15181] ppid=15176 vsize=13984280 memory=6791534058613427641 CPUtime=2509.51 cores=0,2,4,6
/proc/15179/task/15181/stat : 15181 (java) R 15176 15179 13226 0 -1 4202560 26586 0 0 0 250934 17 0 0 20 0 15 0 118590836 14319902720 243269 33554432000 4194304 4196468 140721571427200 139906886658976 139906504035151 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15182] ppid=15176 vsize=13984280 memory=-7003737579269690708 CPUtime=1.08 cores=0,2,4,6
/proc/15179/task/15182/stat : 15182 (java) S 15176 15179 13226 0 -1 1077944384 1524 0 0 0 94 14 0 0 20 0 15 0 118590836 14319902720 243269 33554432000 4194304 4196468 140721571427200 139906820021008 139906882430677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15183] ppid=15176 vsize=13984280 memory=1792 CPUtime=1.06 cores=0,2,4,6
/proc/15179/task/15183/stat : 15183 (java) S 15176 15179 13226 0 -1 1077944384 1617 0 0 0 92 14 0 0 20 0 15 0 118590836 14319902720 243269 33554432000 4194304 4196468 140721571427200 139906818968464 139906882430677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15184] ppid=15176 vsize=13984280 memory=636 CPUtime=1.06 cores=0,2,4,6
/proc/15179/task/15184/stat : 15184 (java) S 15176 15179 13226 0 -1 1077944384 1972 0 0 0 92 14 0 0 20 0 15 0 118590836 14319902720 243269 33554432000 4194304 4196468 140721571427200 139906817915920 139906882430677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15185] ppid=15176 vsize=13984280 memory=956 CPUtime=1.07 cores=0,2,4,6
/proc/15179/task/15185/stat : 15185 (java) S 15176 15179 13226 0 -1 1077944384 2703 0 0 0 93 14 0 0 20 0 15 0 118590836 14319902720 243269 33554432000 4194304 4196468 140721571427200 139906816863376 139906882430677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15186] ppid=15176 vsize=13984280 memory=2340 CPUtime=0.18 cores=0,2,4,6
/proc/15179/task/15186/stat : 15186 (java) S 15176 15179 13226 0 -1 1077944384 2410 0 0 0 14 4 0 0 20 0 15 0 118590838 14319902720 243269 33554432000 4194304 4196468 140721571427200 139905996892144 139906882431618 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15187] ppid=15176 vsize=13984280 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/15179/task/15187/stat : 15187 (java) S 15176 15179 13226 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 118590838 14319902720 243269 33554432000 4194304 4196468 140721571427200 139905995838432 139906882430677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15188] ppid=15176 vsize=13984280 memory=2240 CPUtime=0 cores=0,2,4,6
/proc/15179/task/15188/stat : 15188 (java) S 15176 15179 13226 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 118590838 14319902720 243269 33554432000 4194304 4196468 140721571427200 139905994785792 139906882430677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15189] ppid=15176 vsize=13984280 memory=140150823157168 CPUtime=0 cores=0,2,4,6
/proc/15179/task/15189/stat : 15189 (java) S 15176 15179 13226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118590841 14319902720 243269 33554432000 4194304 4196468 140721571427200 139905993734352 139906882439067 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15190] ppid=15176 vsize=13984280 memory=956 CPUtime=1.92 cores=0,2,4,6
/proc/15179/task/15190/stat : 15190 (java) S 15176 15179 13226 0 -1 1077944384 5814 0 0 0 191 1 0 0 20 0 15 0 118590841 14319902720 243269 33554432000 4194304 4196468 140721571427200 139905992681968 139906882431618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15191] ppid=15176 vsize=13984280 memory=2340 CPUtime=1.86 cores=0,2,4,6
/proc/15179/task/15191/stat : 15191 (java) S 15176 15179 13226 0 -1 1077944384 5260 0 0 0 185 1 0 0 20 0 15 0 118590841 14319902720 243269 33554432000 4194304 4196468 140721571427200 139905991629424 139906882431618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15192] ppid=15176 vsize=13984280 memory=1236 CPUtime=0.66 cores=0,2,4,6
/proc/15179/task/15192/stat : 15192 (java) S 15176 15179 13226 0 -1 1077944384 3241 0 0 0 64 2 0 0 20 0 15 0 118590841 14319902720 243269 33554432000 4194304 4196468 140721571427200 139905990576880 139906882431618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15193] ppid=15176 vsize=13984280 memory=973076 CPUtime=0 cores=0,2,4,6
/proc/15179/task/15193/stat : 15193 (java) S 15176 15179 13226 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118590841 14319902720 243269 33554432000 4194304 4196468 140721571427200 139905989524576 139906882430677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
[pid=15179/tid=15194] ppid=15176 vsize=13984280 memory=956 CPUtime=1.55 cores=0,2,4,6
/proc/15179/task/15194/stat : 15194 (java) S 15176 15179 13226 0 -1 1077944384 1530 0 0 0 76 79 0 0 20 0 15 0 118590841 14319902720 243269 33554432000 4194304 4196468 140721571427200 139905988471088 139906882431618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11579392 140721571435625 140721571435807 140721571435807 140721571438543 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 13984280 KiB
Current children cumulated memory: 973076 KiB

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

[startup+2511.02 s]
# the end of solver process 15179 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.65 s, system=1.41418 s

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

Child status: 143
Real time (s): 2511.02
CPU time (s): 2520.07
CPU user time (s): 2518.65
CPU system time (s): 1.41418
CPU usage (%): 100.36
Max. virtual memory (cumulated for all children) (KiB): 13984280
Max. memory (cumulated for all children) (KiB): 973076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.65
system time used= 1.41418
maximum resident set size= 973584
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54330
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1576
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57420
involuntary context switches= 2642


# summary of solver processes directly reported to runsolver:
#   pid: 15179
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2518.65
#   total CPU system time (s): 1.41418

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.1465 second user time and 23.4731 second system time

The end

Launcher Data

Begin job on node107 at 2017-08-16 05:29:29
IDJOB=4274430
IDBENCH=133709
IDSOLVER=2667
FILE ID=node107/4274430-1502855028
RUNJOBID= node107-1502839307-13257
PBS_JOBID= 20629852
Free space on /tmp= 61620 MiB

SOLVER NAME= OscaR - Hybrid 2017-07-26
BENCH NAME= XCSP17/BusScheduling/BusScheduling-cnt-s1/BusScheduling-cnt-r3.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-hybrid.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4274430-1502855028/watcher-4274430-1502855028 -o /tmp/evaluation-result-4274430-1502855028/solver-4274430-1502855028 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1502839307-13257 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-hybrid.jar --randomseed 755664772 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4274430-1502855028.xml

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

MD5SUM BENCH= 35e588148f794a6a4a81576d123b10dc
RANDOM SEED=755664772

node107.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.84
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.84
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.84
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.84
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:        28444368 kB
MemAvailable:   31511676 kB
Buffers:          238188 kB
Cached:          3115012 kB
SwapCached:            0 kB
Active:          1185152 kB
Inactive:        2697708 kB
Active(anon):     532472 kB
Inactive(anon):    24972 kB
Active(file):     652680 kB
Inactive(file):  2672736 kB
Unevictable:        6328 kB
Mlocked:            6328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42708 kB
Writeback:             0 kB
AnonPages:        545624 kB
Mapped:            61172 kB
Shmem:             25228 kB
Slab:             141644 kB
SReclaimable:     115456 kB
SUnreclaim:        26188 kB
KernelStack:        3792 kB
PageTables:         6192 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1372564 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    477184 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 61580 MiB
End job on node107 at 2017-08-16 06:11:20