Trace number 4300408

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
slowpoke 2018-04-29SAT (TO)138 2520.07 2511.03

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-25-30-00_c18.xml
MD5SUMfffb7bc75ae44a730e23d85d48ed452e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark113
Best CPU time to get the best result obtained on this benchmark303.201
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints26
Number of domains2
Minimum domain size25
Maximum domain size32
Distribution of domain sizes[{"size":25,"count":25},{"size":32,"count":25}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":25},{"degree":3,"count":25}]
Minimum constraint arity3
Maximum constraint arity25
Distribution of constraint arities[{"arity":3,"count":25},{"arity":25,"count":1}]
Number of extensional constraints25
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":25},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.12/0.13	c version: 2018-04-11
0.12/0.13	c seed: 1811631
0.12/0.13	c timeout: 2520
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
0.57/0.37	o 208
0.57/0.37	o 203
0.57/0.37	o 197
0.57/0.39	o 196
0.88/0.42	o 190
0.88/0.42	o 189
0.88/0.42	o 188
0.88/0.45	o 187
0.88/0.47	o 186
0.88/0.47	o 185
0.88/0.47	o 184
0.88/0.47	o 179
0.88/0.47	o 176
0.88/0.47	o 175
0.88/0.47	o 174
0.88/0.48	o 169
2.34/0.94	o 167
3.31/1.52	o 165
3.94/1.99	o 162
3.94/1.99	o 161
3.94/2.00	o 157
3.94/2.00	o 156
3.94/2.00	o 155
3.94/2.00	o 154
3.94/2.00	o 152
3.94/2.00	o 150
4.05/2.01	o 149
4.05/2.10	o 146
4.05/2.10	o 144
5.34/3.30	o 141
71.21/68.99	o 140
71.21/68.99	o 138
2520.04/2511.01	s SATISFIABLE
2520.04/2511.01	v <instantiation>
2520.04/2511.01	v 	<list>
2520.04/2511.01	v 		c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] d[18] d[19] d[20] d[21] d[22] d[23] d[24] 
2520.04/2511.01	v 	</list>
2520.04/2511.01	v 	<values>
2520.04/2511.01	v 		2 3 4 5 6 7 8 11 14 12 15 13 9 16 22 24 21 23 20 18 17 19 10 1 0 1 2 7 11 5 1 8 4 4 9 5 6 10 8 12 4 2 5 3 1 1 9 11 7 2 
2520.04/2511.01	v 	</values>
2520.04/2511.01	v </instantiation>

Verifier Data

OK	138

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 (13162 MiB free)
  memory of node 1: 16384 MiB (13475 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4300408-1532886657/watcher-4300408-1532886657 -o /tmp/evaluation-result-4300408-1532886657/solver-4300408-1532886657 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532879225-13129 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4300408-1532886657.xml --timelimit 2520 

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
Current StackSize limit: 8192 KiB

solver pid=14006, runsolver pid=14003

[startup+0.100692 s]*
/proc/loadavg: 1.63 1.60 1.60 3/220 14021
/proc/meminfo: memFree=27261132/32770624 swapFree=67108856/67108860
[pid=14006] ppid=14003 vsize=10661056 memory=27592 CPUtime=0.12 cores=0,2,4,6
/proc/14006/stat : 14006 (java) S 14003 14006 13098 0 -1 1077944320 5274 0 0 0 11 1 0 0 20 0 15 0 106228887 10916921344 6898 33554432000 4194304 4196468 140734530436016 140734530418560 139854832258807 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
/proc/14006/statm: 2665264 6898 2842 1 0 2627263 0
[pid=14006/tid=14008] ppid=14003 vsize=10661056 memory=-7254947776133162106 CPUtime=0.09 cores=0,2,4,6
/proc/14006/task/14008/stat : 14008 (java) R 14003 14006 13098 0 -1 4202560 3142 0 0 0 8 1 0 0 20 0 15 0 106228887 10916921344 6898 33554432000 4194304 4196468 140734530436016 139854836488592 139854832270742 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14009] ppid=14003 vsize=10661056 memory=5793854931935910329 CPUtime=0 cores=0,2,4,6
/proc/14006/task/14009/stat : 14009 (java) S 14003 14006 13098 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106228888 10916921344 6898 33554432000 4194304 4196468 140734530436016 139854758332816 139854832269013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14010] ppid=14003 vsize=10661056 memory=139680926017152 CPUtime=0 cores=0,2,4,6
/proc/14006/task/14010/stat : 14010 (java) S 14003 14006 13098 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106228888 10916921344 6898 33554432000 4194304 4196468 140734530436016 139854757280016 139854832269013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14011] ppid=14003 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14006/task/14011/stat : 14011 (java) S 14003 14006 13098 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106228888 10916921344 6898 33554432000 4194304 4196468 140734530436016 139854756227728 139854832269013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14012] ppid=14003 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14006/task/14012/stat : 14012 (java) S 14003 14006 13098 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106228888 10916921344 6898 33554432000 4194304 4196468 140734530436016 139854755174928 139854832269013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14013] ppid=14003 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14006/task/14013/stat : 14013 (java) S 14003 14006 13098 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106228889 10916921344 6898 33554432000 4194304 4196468 140734530436016 139853935098480 139854832269954 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14014] ppid=14003 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14006/task/14014/stat : 14014 (java) S 14003 14006 13098 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106228890 10916921344 6898 33554432000 4194304 4196468 140734530436016 139853865936160 139854832269013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14015] ppid=14003 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14006/task/14015/stat : 14015 (java) S 14003 14006 13098 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106228890 10916921344 6898 33554432000 4194304 4196468 140734530436016 139853864883824 139854832269013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14016] ppid=14003 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14006/task/14016/stat : 14016 (java) S 14003 14006 13098 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106228892 10916921344 6898 33554432000 4194304 4196468 140734530436016 139853863832144 139854832277403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14017] ppid=14003 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14006/task/14017/stat : 14017 (java) R 14003 14006 13098 0 -1 4202560 427 0 0 0 0 0 0 0 20 0 15 0 106228892 10916921344 6898 33554432000 4194304 4196468 140734530436016 139853862778992 139854832270742 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14018] ppid=14003 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14006/task/14018/stat : 14018 (java) R 14003 14006 13098 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106228892 10916921344 6898 33554432000 4194304 4196468 140734530436016 139853861726192 139854832269954 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14019] ppid=14003 vsize=10661056 memory=139680926017152 CPUtime=0.01 cores=0,2,4,6
/proc/14006/task/14019/stat : 14019 (java) R 14003 14006 13098 0 -1 4202560 336 0 0 0 1 0 0 0 20 0 15 0 106228892 10916921344 6898 33554432000 4194304 4196468 140734530436016 139853860673904 139854816339294 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14020] ppid=14003 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14006/task/14020/stat : 14020 (java) S 14003 14006 13098 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106228893 10916921344 6898 33554432000 4194304 4196468 140734530436016 139853859621344 139854832269013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14021] ppid=14003 vsize=10661056 memory=139680926017152 CPUtime=0 cores=0,2,4,6
/proc/14006/task/14021/stat : 14021 (java) S 14003 14006 13098 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106228893 10916921344 6898 33554432000 4194304 4196468 140734530436016 139853858569136 139854832269954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 27592 KiB

[startup+0.210725 s]*
/proc/loadavg: 1.63 1.60 1.60 3/220 14021
/proc/meminfo: memFree=27249956/32770624 swapFree=67108856/67108860
[pid=14006] ppid=14003 vsize=10661056 memory=40236 CPUtime=0.32 cores=0,2,4,6
/proc/14006/stat : 14006 (java) S 14003 14006 13098 0 -1 1077944320 8144 0 0 0 30 2 0 0 20 0 15 0 106228887 10916921344 10059 33554432000 4194304 4196468 140734530436016 140734530418560 139854832258807 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
/proc/14006/statm: 2665264 10059 2951 1 0 2627263 0
[pid=14006/tid=14008] ppid=14003 vsize=10661056 memory=6735269665583770266 CPUtime=0.2 cores=0,2,4,6
/proc/14006/task/14008/stat : 14008 (java) D 14003 14006 13098 0 -1 1077944384 5197 0 0 0 18 2 0 0 20 0 15 0 106228887 10916921344 10059 33554432000 4194304 4196468 140734530436016 139854836491120 139854832282685 0 4 0 16800975 18446744072101772836 0 0 -1 0 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14009] ppid=14003 vsize=10661056 memory=4211973407130807690 CPUtime=0 cores=0,2,4,6
/proc/14006/task/14009/stat : 14009 (java) S 14003 14006 13098 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106228888 10916921344 10059 33554432000 4194304 4196468 140734530436016 139854758332816 139854832269013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14010] ppid=14003 vsize=10661056 memory=139680926017152 CPUtime=0 cores=0,2,4,6
/proc/14006/task/14010/stat : 14010 (java) S 14003 14006 13098 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106228888 10916921344 10059 33554432000 4194304 4196468 140734530436016 139854757280016 139854832269013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14011] ppid=14003 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14006/task/14011/stat : 14011 (java) S 14003 14006 13098 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106228888 10916921344 10059 33554432000 4194304 4196468 140734530436016 139854756227728 139854832269013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14012] ppid=14003 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14006/task/14012/stat : 14012 (java) S 14003 14006 13098 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106228888 10916921344 10059 33554432000 4194304 4196468 140734530436016 139854755174928 139854832269013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14013] ppid=14003 vsize=10661056 memory=139680926017152 CPUtime=0 cores=0,2,4,6
/proc/14006/task/14013/stat : 14013 (java) S 14003 14006 13098 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106228889 10916921344 10059 33554432000 4194304 4196468 140734530436016 139853935098480 139854832269954 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14014] ppid=14003 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14006/task/14014/stat : 14014 (java) S 14003 14006 13098 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106228890 10916921344 10059 33554432000 4194304 4196468 140734530436016 139853865936160 139854832269013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14015] ppid=14003 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14006/task/14015/stat : 14015 (java) S 14003 14006 13098 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106228890 10916921344 10059 33554432000 4194304 4196468 140734530436016 139853864883824 139854832269013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14016] ppid=14003 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14006/task/14016/stat : 14016 (java) S 14003 14006 13098 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106228892 10916921344 10059 33554432000 4194304 4196468 140734530436016 139853863832144 139854832277403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14017] ppid=14003 vsize=10661132 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/14006/task/14017/stat : 14017 (java) S 14003 14006 13098 0 -1 1077944384 715 0 0 0 2 0 0 0 20 0 15 0 106228892 10916999168 10059 33554432000 4194304 4196468 140734530436016 139853862778992 139854832269954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14018] ppid=14003 vsize=10661132 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/14006/task/14018/stat : 14018 (java) S 14003 14006 13098 0 -1 1077944384 93 0 0 0 2 0 0 0 20 0 15 0 106228892 10916999168 10059 33554432000 4194304 4196468 140734530436016 139853861726192 139854832269954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14019] ppid=14003 vsize=10661132 memory=139680926017152 CPUtime=0.07 cores=0,2,4,6
/proc/14006/task/14019/stat : 14019 (java) S 14003 14006 13098 0 -1 1077944384 774 0 0 0 7 0 0 0 20 0 15 0 106228892 10916999168 10059 33554432000 4194304 4196468 140734530436016 139853860673904 139854832269954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14020] ppid=14003 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14006/task/14020/stat : 14020 (java) S 14003 14006 13098 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106228893 10916999168 10059 33554432000 4194304 4196468 140734530436016 139853859621344 139854832269013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14021] ppid=14003 vsize=10661132 memory=139680926017152 CPUtime=0 cores=0,2,4,6
/proc/14006/task/14021/stat : 14021 (java) S 14003 14006 13098 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106228893 10916999168 10059 33554432000 4194304 4196468 140734530436016 139853858569136 139854832269954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 40236 KiB

[startup+0.310743 s]*
/proc/loadavg: 1.63 1.60 1.60 5/220 14021
/proc/meminfo: memFree=27244064/32770624 swapFree=67108856/67108860
[pid=14006] ppid=14003 vsize=10661132 memory=45228 CPUtime=0.57 cores=0,2,4,6
/proc/14006/stat : 14006 (java) S 14003 14006 13098 0 -1 1077944320 8979 0 0 0 54 3 0 0 20 0 15 0 106228887 10916999168 11307 33554432000 4194304 4196468 140734530436016 140734530418560 139854832258807 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
/proc/14006/statm: 2665283 11307 3058 1 0 2627263 0
[pid=14006/tid=14008] ppid=14003 vsize=10661132 memory=4871374705135476842 CPUtime=0.3 cores=0,2,4,6
/proc/14006/task/14008/stat : 14008 (java) R 14003 14006 13098 0 -1 4202560 5557 0 0 0 28 2 0 0 20 0 15 0 106228887 10916999168 11819 33554432000 4194304 4196468 140734530436016 139854836485104 139854816339294 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14009] ppid=14003 vsize=10661132 memory=4211973407130807690 CPUtime=0 cores=0,2,4,6
/proc/14006/task/14009/stat : 14009 (java) S 14003 14006 13098 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106228888 10916999168 11819 33554432000 4194304 4196468 140734530436016 139854758332816 139854832269013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14010] ppid=14003 vsize=10661132 memory=139680926019516 CPUtime=0 cores=0,2,4,6
/proc/14006/task/14010/stat : 14010 (java) S 14003 14006 13098 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106228888 10916999168 11819 33554432000 4194304 4196468 140734530436016 139854757280016 139854832269013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14011] ppid=14003 vsize=10661132 memory=139680792304954 CPUtime=0 cores=0,2,4,6
/proc/14006/task/14011/stat : 14011 (java) S 14003 14006 13098 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106228888 10916999168 11819 33554432000 4194304 4196468 140734530436016 139854756227728 139854832269013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14012] ppid=14003 vsize=10661132 memory=139680792301007 CPUtime=0 cores=0,2,4,6
/proc/14006/task/14012/stat : 14012 (java) S 14003 14006 13098 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106228888 10916999168 11819 33554432000 4194304 4196468 140734530436016 139854755174928 139854832269013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14013] ppid=14003 vsize=10661132 memory=139680926030277 CPUtime=0 cores=0,2,4,6
/proc/14006/task/14013/stat : 14013 (java) S 14003 14006 13098 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106228889 10916999168 11819 33554432000 4194304 4196468 140734530436016 139853935098480 139854832269954 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14014] ppid=14003 vsize=10661132 memory=139680792310191 CPUtime=0 cores=0,2,4,6
/proc/14006/task/14014/stat : 14014 (java) S 14003 14006 13098 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106228890 10916999168 11819 33554432000 4194304 4196468 140734530436016 139853865936160 139854832269013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14015] ppid=14003 vsize=10661132 memory=279361584611216 CPUtime=0 cores=0,2,4,6
/proc/14006/task/14015/stat : 14015 (java) S 14003 14006 13098 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106228890 10916999168 11819 33554432000 4194304 4196468 140734530436016 139853864883824 139854832269013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14016] ppid=14003 vsize=10661132 memory=279361584608912 CPUtime=0 cores=0,2,4,6
/proc/14006/task/14016/stat : 14016 (java) S 14003 14006 13098 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106228892 10916999168 11819 33554432000 4194304 4196468 140734530436016 139853863832144 139854832277403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14017] ppid=14003 vsize=10661132 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14006/task/14017/stat : 14017 (java) S 14003 14006 13098 0 -1 1077944384 988 0 0 0 7 0 0 0 20 0 15 0 106228892 10916999168 11819 33554432000 4194304 4196468 140734530436016 139853862778992 139854832269954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14018] ppid=14003 vsize=10661132 memory=-1 CPUtime=0.05 cores=0,2,4,6
/proc/14006/task/14018/stat : 14018 (java) S 14003 14006 13098 0 -1 1077944384 190 0 0 0 5 0 0 0 20 0 15 0 106228892 10916999168 11819 33554432000 4194304 4196468 140734530436016 139853861726192 139854832269954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14019] ppid=14003 vsize=10661132 memory=139680926017152 CPUtime=0.13 cores=0,2,4,6
/proc/14006/task/14019/stat : 14019 (java) R 14003 14006 13098 0 -1 4202560 881 0 0 0 13 0 0 0 20 0 15 0 106228892 10916999168 11819 33554432000 4194304 4196468 140734530436016 139853860670840 139854824495934 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14020] ppid=14003 vsize=10661132 memory=2208 CPUtime=0 cores=0,2,4,6
/proc/14006/task/14020/stat : 14020 (java) S 14003 14006 13098 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106228893 10916999168 11819 33554432000 4194304 4196468 140734530436016 139853859621344 139854832269013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14021] ppid=14003 vsize=10661132 memory=139680926017152 CPUtime=0 cores=0,2,4,6
/proc/14006/task/14021/stat : 14021 (java) S 14003 14006 13098 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106228893 10916999168 11819 33554432000 4194304 4196468 140734530436016 139853858569136 139854832269954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
Current children cumulated CPU time: 0.57 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 45228 KiB

[startup+0.700762 s]
/proc/loadavg: 1.63 1.60 1.60 5/220 14021
/proc/meminfo: memFree=27215844/32770624 swapFree=67108856/67108860
[pid=14006] ppid=14003 vsize=10661132 memory=96776 CPUtime=1.73 cores=0,2,4,6
/proc/14006/stat : 14006 (java) S 14003 14006 13098 0 -1 1077944320 16689 0 0 0 169 4 0 0 20 0 15 0 106228887 10916999168 24194 33554432000 4194304 4196468 140734530436016 140734530418560 139854832258807 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
/proc/14006/statm: 2665283 24194 3109 1 0 2627263 0
[pid=14006/tid=14008] ppid=14003 vsize=10661132 memory=5772 CPUtime=0.68 cores=0,2,4,6
/proc/14006/task/14008/stat : 14008 (java) R 14003 14006 13098 0 -1 4202560 5723 0 0 0 65 3 0 0 20 0 15 0 106228887 10916999168 24194 33554432000 4194304 4196468 140734530436016 139854836499344 140734531135426 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14009] ppid=14003 vsize=10661132 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/14006/task/14009/stat : 14009 (java) S 14003 14006 13098 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106228888 10916999168 24194 33554432000 4194304 4196468 140734530436016 139854758332816 139854832269013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14010] ppid=14003 vsize=10661132 memory=1388 CPUtime=0 cores=0,2,4,6
/proc/14006/task/14010/stat : 14010 (java) S 14003 14006 13098 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106228888 10916999168 24194 33554432000 4194304 4196468 140734530436016 139854757280016 139854832269013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14011] ppid=14003 vsize=10661132 memory=7014751519617209681 CPUtime=0 cores=0,2,4,6
/proc/14006/task/14011/stat : 14011 (java) S 14003 14006 13098 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106228888 10916999168 24194 33554432000 4194304 4196468 140734530436016 139854756227728 139854832269013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14012] ppid=14003 vsize=10661132 memory=7881696724453321575 CPUtime=0 cores=0,2,4,6
/proc/14006/task/14012/stat : 14012 (java) S 14003 14006 13098 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106228888 10916999168 24194 33554432000 4194304 4196468 140734530436016 139854755174928 139854832269013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14013] ppid=14003 vsize=10661132 memory=6154282490091891024 CPUtime=0 cores=0,2,4,6
/proc/14006/task/14013/stat : 14013 (java) S 14003 14006 13098 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 106228889 10916999168 24194 33554432000 4194304 4196468 140734530436016 139853935098480 139854832269954 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14014] ppid=14003 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14006/task/14014/stat : 14014 (java) S 14003 14006 13098 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106228890 10916999168 24194 33554432000 4194304 4196468 140734530436016 139853865936160 139854832269013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14015] ppid=14003 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14006/task/14015/stat : 14015 (java) S 14003 14006 13098 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106228890 10916999168 24194 33554432000 4194304 4196468 140734530436016 139853864883824 139854832269013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14016] ppid=14003 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14006/task/14016/stat : 14016 (java) S 14003 14006 13098 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106228892 10916999168 24194 33554432000 4194304 4196468 140734530436016 139853863832144 139854832277403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14017] ppid=14003 vsize=10661132 memory=8448 CPUtime=0.41 cores=0,2,4,6
/proc/14006/task/14017/stat : 14017 (java) R 14003 14006 13098 0 -1 4202560 4530 0 0 0 41 0 0 0 20 0 15 0 106228892 10916999168 24194 33554432000 4194304 4196468 140734530436016 139853862765016 139854810675115 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14018] ppid=14003 vsize=10661132 memory=15252 CPUtime=0.4 cores=0,2,4,6
/proc/14006/task/14018/stat : 14018 (java) R 14003 14006 13098 0 -1 4202560 3592 0 0 0 40 0 0 0 20 0 15 0 106228892 10916999168 24194 33554432000 4194304 4196468 140734530436016 139853861712216 139854818284553 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14019] ppid=14003 vsize=10661132 memory=16244 CPUtime=0.21 cores=0,2,4,6
/proc/14006/task/14019/stat : 14019 (java) S 14003 14006 13098 0 -1 1077944384 1473 0 0 0 21 0 0 0 20 0 15 0 106228892 10916999168 24194 33554432000 4194304 4196468 140734530436016 139853860673904 139854832269954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14020] ppid=14003 vsize=10661132 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/14006/task/14020/stat : 14020 (java) S 14003 14006 13098 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106228893 10916999168 24194 33554432000 4194304 4196468 140734530436016 139853859621344 139854832269013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14021] ppid=14003 vsize=10661132 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/14006/task/14021/stat : 14021 (java) S 14003 14006 13098 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106228893 10916999168 24194 33554432000 4194304 4196468 140734530436016 139853858569136 139854832269954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
Current children cumulated CPU time: 1.73 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 96776 KiB

[startup+1.5008 s]
/proc/loadavg: 1.63 1.60 1.60 6/220 14021
/proc/meminfo: memFree=27164948/32770624 swapFree=67108856/67108860
[pid=14006] ppid=14003 vsize=10661132 memory=172704 CPUtime=3.31 cores=0,2,4,6
/proc/14006/stat : 14006 (java) S 14003 14006 13098 0 -1 1077944320 23595 0 0 0 324 7 0 0 20 0 15 0 106228887 10916999168 43176 33554432000 4194304 4196468 140734530436016 140734530418560 139854832258807 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
/proc/14006/statm: 2665283 43176 3123 1 0 2627263 0
[pid=14006/tid=14008] ppid=14003 vsize=10661132 memory=0 CPUtime=1.47 cores=0,2,4,6
/proc/14006/task/14008/stat : 14008 (java) R 14003 14006 13098 0 -1 4202560 5830 0 0 0 142 5 0 0 20 0 15 0 106228887 10916999168 43176 33554432000 4194304 4196468 140734530436016 139854836495296 140734531135426 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14009] ppid=14003 vsize=10661132 memory=2452 CPUtime=0 cores=0,2,4,6
/proc/14006/task/14009/stat : 14009 (java) S 14003 14006 13098 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106228888 10916999168 43176 33554432000 4194304 4196468 140734530436016 139854758332816 139854832269013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14010] ppid=14003 vsize=10661132 memory=279361584572704 CPUtime=0 cores=0,2,4,6
/proc/14006/task/14010/stat : 14010 (java) S 14003 14006 13098 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106228888 10916999168 43176 33554432000 4194304 4196468 140734530436016 139854757280016 139854832269013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14011] ppid=14003 vsize=10661132 memory=15537440220328552 CPUtime=0 cores=0,2,4,6
/proc/14006/task/14011/stat : 14011 (java) S 14003 14006 13098 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106228888 10916999168 43176 33554432000 4194304 4196468 140734530436016 139854756227728 139854832269013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14012] ppid=14003 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14006/task/14012/stat : 14012 (java) S 14003 14006 13098 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106228888 10916999168 43176 33554432000 4194304 4196468 140734530436016 139854755174928 139854832269013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14013] ppid=14003 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14006/task/14013/stat : 14013 (java) S 14003 14006 13098 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 106228889 10916999168 43176 33554432000 4194304 4196468 140734530436016 139853935098480 139854832269954 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0

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

/proc/14006/task/14008/stat : 14008 (java) R 14003 14006 13098 0 -1 4202560 16733 0 0 0 235131 2385 0 0 20 0 15 0 106228887 10916999168 51978 33554432000 4194304 4196468 140734530436016 139854836499120 140734531135426 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14009] ppid=14003 vsize=10661132 memory=207912 CPUtime=2.29 cores=0,2,4,6
/proc/14006/task/14009/stat : 14009 (java) S 14003 14006 13098 0 -1 1077944384 2596 0 0 0 206 23 0 0 20 0 15 0 106228888 10916999168 51978 33554432000 4194304 4196468 140734530436016 139854758332816 139854832269013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14010] ppid=14003 vsize=10661132 memory=207912 CPUtime=2.34 cores=0,2,4,6
/proc/14006/task/14010/stat : 14010 (java) S 14003 14006 13098 0 -1 1077944384 1936 0 0 0 213 21 0 0 20 0 15 0 106228888 10916999168 51978 33554432000 4194304 4196468 140734530436016 139854757280016 139854832269013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14011] ppid=14003 vsize=10661132 memory=207912 CPUtime=2.3 cores=0,2,4,6
/proc/14006/task/14011/stat : 14011 (java) S 14003 14006 13098 0 -1 1077944384 1965 0 0 0 206 24 0 0 20 0 15 0 106228888 10916999168 51978 33554432000 4194304 4196468 140734530436016 139854756227728 139854832269013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14012] ppid=14003 vsize=10661132 memory=207912 CPUtime=2.29 cores=0,2,4,6
/proc/14006/task/14012/stat : 14012 (java) S 14003 14006 13098 0 -1 1077944384 1874 0 0 0 207 22 0 0 20 0 15 0 106228888 10916999168 51978 33554432000 4194304 4196468 140734530436016 139854755174928 139854832269013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14013] ppid=14003 vsize=10661132 memory=207912 CPUtime=3.46 cores=0,2,4,6
/proc/14006/task/14013/stat : 14013 (java) S 14003 14006 13098 0 -1 1077944384 4065 0 0 0 325 21 0 0 20 0 15 0 106228889 10916999168 51978 33554432000 4194304 4196468 140734530436016 139853935098480 139854832269954 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14014] ppid=14003 vsize=10661132 memory=207912 CPUtime=0 cores=0,2,4,6
/proc/14006/task/14014/stat : 14014 (java) S 14003 14006 13098 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 106228890 10916999168 51978 33554432000 4194304 4196468 140734530436016 139853865936160 139854832269013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14015] ppid=14003 vsize=10661132 memory=207912 CPUtime=0 cores=0,2,4,6
/proc/14006/task/14015/stat : 14015 (java) S 14003 14006 13098 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 106228890 10916999168 51978 33554432000 4194304 4196468 140734530436016 139853864883824 139854832269013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14016] ppid=14003 vsize=10661132 memory=207912 CPUtime=0 cores=0,2,4,6
/proc/14006/task/14016/stat : 14016 (java) S 14003 14006 13098 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106228892 10916999168 51978 33554432000 4194304 4196468 140734530436016 139853863832144 139854832277403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14017] ppid=14003 vsize=10661132 memory=30752 CPUtime=1.14 cores=0,2,4,6
/proc/14006/task/14017/stat : 14017 (java) S 14003 14006 13098 0 -1 1077944384 14875 0 0 0 113 1 0 0 20 0 15 0 106228892 10916999168 51978 33554432000 4194304 4196468 140734530436016 139853862778992 139854832269954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14018] ppid=14003 vsize=10661132 memory=207912 CPUtime=0.91 cores=0,2,4,6
/proc/14006/task/14018/stat : 14018 (java) S 14003 14006 13098 0 -1 1077944384 6187 0 0 0 91 0 0 0 20 0 15 0 106228892 10916999168 51978 33554432000 4194304 4196468 140734530436016 139853861726192 139854832269954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14019] ppid=14003 vsize=10661132 memory=0 CPUtime=0.27 cores=0,2,4,6
/proc/14006/task/14019/stat : 14019 (java) S 14003 14006 13098 0 -1 1077944384 3424 0 0 0 27 0 0 0 20 0 15 0 106228892 10916999168 51978 33554432000 4194304 4196468 140734530436016 139853860673904 139854832269954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14020] ppid=14003 vsize=10661132 memory=279361585306184 CPUtime=0 cores=0,2,4,6
/proc/14006/task/14020/stat : 14020 (java) S 14003 14006 13098 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106228893 10916999168 51978 33554432000 4194304 4196468 140734530436016 139853859621344 139854832269013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14021] ppid=14003 vsize=10661132 memory=7380 CPUtime=0.73 cores=0,2,4,6
/proc/14006/task/14021/stat : 14021 (java) S 14003 14006 13098 0 -1 1077944384 612 0 0 0 33 40 0 0 20 0 15 0 106228893 10916999168 51978 33554432000 4194304 4196468 140734530436016 139853858569136 139854832269954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
Current children cumulated CPU time: 2391.01 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 207912 KiB

[startup+2442.3 s]
/proc/loadavg: 1.24 1.48 1.49 3/221 14204
/proc/meminfo: memFree=26912088/32770624 swapFree=67108856/67108860
[pid=14006] ppid=14003 vsize=10661132 memory=207912 CPUtime=2451.15 cores=0,2,4,6
/proc/14006/stat : 14006 (java) S 14003 14006 13098 0 -1 1077944320 56148 0 0 0 242558 2557 0 0 20 0 15 0 106228887 10916999168 51978 33554432000 4194304 4196468 140734530436016 140734530418560 139854832258807 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
/proc/14006/statm: 2665283 51978 3159 1 0 2627263 0
[pid=14006/tid=14008] ppid=14003 vsize=10661132 memory=207912 CPUtime=2434.97 cores=0,2,4,6
/proc/14006/task/14008/stat : 14008 (java) R 14003 14006 13098 0 -1 4202560 16927 0 0 0 241054 2443 0 0 20 0 15 0 106228887 10916999168 51978 33554432000 4194304 4196468 140734530436016 139854836497488 140734531135426 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14009] ppid=14003 vsize=10661132 memory=207912 CPUtime=2.36 cores=0,2,4,6
/proc/14006/task/14009/stat : 14009 (java) S 14003 14006 13098 0 -1 1077944384 2599 0 0 0 212 24 0 0 20 0 15 0 106228888 10916999168 51978 33554432000 4194304 4196468 140734530436016 139854758332816 139854832269013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14010] ppid=14003 vsize=10661132 memory=279361585570176 CPUtime=2.4 cores=0,2,4,6
/proc/14006/task/14010/stat : 14010 (java) S 14003 14006 13098 0 -1 1077944384 1939 0 0 0 219 21 0 0 20 0 15 0 106228888 10916999168 51978 33554432000 4194304 4196468 140734530436016 139854757280016 139854832269013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14011] ppid=14003 vsize=10661132 memory=207912 CPUtime=2.36 cores=0,2,4,6
/proc/14006/task/14011/stat : 14011 (java) S 14003 14006 13098 0 -1 1077944384 1965 0 0 0 211 25 0 0 20 0 15 0 106228888 10916999168 51978 33554432000 4194304 4196468 140734530436016 139854756227728 139854832269013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14012] ppid=14003 vsize=10661132 memory=207912 CPUtime=2.35 cores=0,2,4,6
/proc/14006/task/14012/stat : 14012 (java) S 14003 14006 13098 0 -1 1077944384 2110 0 0 0 212 23 0 0 20 0 15 0 106228888 10916999168 51978 33554432000 4194304 4196468 140734530436016 139854755174928 139854832269013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14013] ppid=14003 vsize=10661132 memory=207912 CPUtime=3.55 cores=0,2,4,6
/proc/14006/task/14013/stat : 14013 (java) S 14003 14006 13098 0 -1 1077944384 4095 0 0 0 334 21 0 0 20 0 15 0 106228889 10916999168 51978 33554432000 4194304 4196468 140734530436016 139853935098480 139854832269954 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14014] ppid=14003 vsize=10661132 memory=207912 CPUtime=0 cores=0,2,4,6
/proc/14006/task/14014/stat : 14014 (java) S 14003 14006 13098 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 106228890 10916999168 51978 33554432000 4194304 4196468 140734530436016 139853865936160 139854832269013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14015] ppid=14003 vsize=10661132 memory=207912 CPUtime=0 cores=0,2,4,6
/proc/14006/task/14015/stat : 14015 (java) S 14003 14006 13098 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 106228890 10916999168 51978 33554432000 4194304 4196468 140734530436016 139853864883824 139854832269013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14016] ppid=14003 vsize=10661132 memory=279361585460144 CPUtime=0 cores=0,2,4,6
/proc/14006/task/14016/stat : 14016 (java) S 14003 14006 13098 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106228892 10916999168 51978 33554432000 4194304 4196468 140734530436016 139853863832144 139854832277403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14017] ppid=14003 vsize=10661132 memory=207912 CPUtime=1.14 cores=0,2,4,6
/proc/14006/task/14017/stat : 14017 (java) S 14003 14006 13098 0 -1 1077944384 14877 0 0 0 113 1 0 0 20 0 15 0 106228892 10916999168 51978 33554432000 4194304 4196468 140734530436016 139853862778992 139854832269954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14018] ppid=14003 vsize=10661132 memory=207912 CPUtime=0.91 cores=0,2,4,6
/proc/14006/task/14018/stat : 14018 (java) S 14003 14006 13098 0 -1 1077944384 6189 0 0 0 91 0 0 0 20 0 15 0 106228892 10916999168 51978 33554432000 4194304 4196468 140734530436016 139853861726192 139854832269954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14019] ppid=14003 vsize=10661132 memory=207912 CPUtime=0.27 cores=0,2,4,6
/proc/14006/task/14019/stat : 14019 (java) S 14003 14006 13098 0 -1 1077944384 3426 0 0 0 27 0 0 0 20 0 15 0 106228892 10916999168 51978 33554432000 4194304 4196468 140734530436016 139853860673904 139854832269954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14020] ppid=14003 vsize=10661132 memory=207912 CPUtime=0 cores=0,2,4,6
/proc/14006/task/14020/stat : 14020 (java) S 14003 14006 13098 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106228893 10916999168 51978 33554432000 4194304 4196468 140734530436016 139853859621344 139854832269013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14021] ppid=14003 vsize=10661132 memory=207912 CPUtime=0.75 cores=0,2,4,6
/proc/14006/task/14021/stat : 14021 (java) S 14003 14006 13098 0 -1 1077944384 618 0 0 0 34 41 0 0 20 0 15 0 106228893 10916999168 51978 33554432000 4194304 4196468 140734530436016 139853858569136 139854832269954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
Current children cumulated CPU time: 2451.15 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 207912 KiB

[startup+2502.3 s]
/proc/loadavg: 1.18 1.42 1.47 3/221 14205
/proc/meminfo: memFree=26889208/32770624 swapFree=67108856/67108860
[pid=14006] ppid=14003 vsize=10661132 memory=207912 CPUtime=2511.31 cores=0,2,4,6
/proc/14006/stat : 14006 (java) S 14003 14006 13098 0 -1 1077944320 56652 0 0 0 248515 2616 0 0 20 0 15 0 106228887 10916999168 51978 33554432000 4194304 4196468 140734530436016 140734530418560 139854832258807 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
/proc/14006/statm: 2665283 51978 3159 1 0 2627263 0
[pid=14006/tid=14008] ppid=14003 vsize=10661132 memory=207912 CPUtime=2494.77 cores=0,2,4,6
/proc/14006/task/14008/stat : 14008 (java) R 14003 14006 13098 0 -1 4202560 17225 0 0 0 246979 2498 0 0 20 0 15 0 106228887 10916999168 51978 33554432000 4194304 4196468 140734530436016 139854836497568 140734531135426 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14009] ppid=14003 vsize=10661132 memory=207912 CPUtime=2.41 cores=0,2,4,6
/proc/14006/task/14009/stat : 14009 (java) S 14003 14006 13098 0 -1 1077944384 2602 0 0 0 217 24 0 0 20 0 15 0 106228888 10916999168 51978 33554432000 4194304 4196468 140734530436016 139854758332816 139854832269013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14010] ppid=14003 vsize=10661132 memory=207912 CPUtime=2.46 cores=0,2,4,6
/proc/14006/task/14010/stat : 14010 (java) S 14003 14006 13098 0 -1 1077944384 1958 0 0 0 224 22 0 0 20 0 15 0 106228888 10916999168 51978 33554432000 4194304 4196468 140734530436016 139854757280016 139854832269013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14011] ppid=14003 vsize=10661132 memory=114 CPUtime=2.42 cores=0,2,4,6
/proc/14006/task/14011/stat : 14011 (java) S 14003 14006 13098 0 -1 1077944384 1967 0 0 0 216 26 0 0 20 0 15 0 106228888 10916999168 51978 33554432000 4194304 4196468 140734530436016 139854756227728 139854832269013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14012] ppid=14003 vsize=10661132 memory=207912 CPUtime=2.41 cores=0,2,4,6
/proc/14006/task/14012/stat : 14012 (java) S 14003 14006 13098 0 -1 1077944384 2125 0 0 0 218 23 0 0 20 0 15 0 106228888 10916999168 51978 33554432000 4194304 4196468 140734530436016 139854755174928 139854832269013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14013] ppid=14003 vsize=10661132 memory=207912 CPUtime=3.64 cores=0,2,4,6
/proc/14006/task/14013/stat : 14013 (java) S 14003 14006 13098 0 -1 1077944384 4250 0 0 0 342 22 0 0 20 0 15 0 106228889 10916999168 51978 33554432000 4194304 4196468 140734530436016 139853935098480 139854832269954 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14014] ppid=14003 vsize=10661132 memory=207912 CPUtime=0 cores=0,2,4,6
/proc/14006/task/14014/stat : 14014 (java) S 14003 14006 13098 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 106228890 10916999168 51978 33554432000 4194304 4196468 140734530436016 139853865936160 139854832269013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14015] ppid=14003 vsize=10661132 memory=207912 CPUtime=0 cores=0,2,4,6
/proc/14006/task/14015/stat : 14015 (java) S 14003 14006 13098 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 106228890 10916999168 51978 33554432000 4194304 4196468 140734530436016 139853864883824 139854832269013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14016] ppid=14003 vsize=10661132 memory=207912 CPUtime=0 cores=0,2,4,6
/proc/14006/task/14016/stat : 14016 (java) S 14003 14006 13098 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106228892 10916999168 51978 33554432000 4194304 4196468 140734530436016 139853863832144 139854832277403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14017] ppid=14003 vsize=10661132 memory=1804 CPUtime=1.14 cores=0,2,4,6
/proc/14006/task/14017/stat : 14017 (java) S 14003 14006 13098 0 -1 1077944384 14877 0 0 0 113 1 0 0 20 0 15 0 106228892 10916999168 51978 33554432000 4194304 4196468 140734530436016 139853862778992 139854832269954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14018] ppid=14003 vsize=10661132 memory=796 CPUtime=0.91 cores=0,2,4,6
/proc/14006/task/14018/stat : 14018 (java) S 14003 14006 13098 0 -1 1077944384 6189 0 0 0 91 0 0 0 20 0 15 0 106228892 10916999168 51978 33554432000 4194304 4196468 140734530436016 139853861726192 139854832269954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14019] ppid=14003 vsize=10661132 memory=207912 CPUtime=0.27 cores=0,2,4,6
/proc/14006/task/14019/stat : 14019 (java) S 14003 14006 13098 0 -1 1077944384 3426 0 0 0 27 0 0 0 20 0 15 0 106228892 10916999168 51978 33554432000 4194304 4196468 140734530436016 139853860673904 139854832269954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14020] ppid=14003 vsize=10661132 memory=207912 CPUtime=0 cores=0,2,4,6
/proc/14006/task/14020/stat : 14020 (java) S 14003 14006 13098 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106228893 10916999168 51978 33554432000 4194304 4196468 140734530436016 139853859621344 139854832269013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14021] ppid=14003 vsize=10661132 memory=4036 CPUtime=0.77 cores=0,2,4,6
/proc/14006/task/14021/stat : 14021 (java) S 14003 14006 13098 0 -1 1077944384 630 0 0 0 35 42 0 0 20 0 15 0 106228893 10916999168 51978 33554432000 4194304 4196468 140734530436016 139853858569136 139854832269954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
Current children cumulated CPU time: 2511.31 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 207912 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2511 s]*
/proc/loadavg: 1.24 1.42 1.47 3/221 14205
/proc/meminfo: memFree=26890300/32770624 swapFree=67108856/67108860
[pid=14006] ppid=14003 vsize=10661132 memory=207912 CPUtime=2520.04 cores=0,2,4,6
/proc/14006/stat : 14006 (java) S 14003 14006 13098 0 -1 1077944320 56677 0 0 0 249377 2627 0 0 20 0 15 0 106228887 10916999168 51978 33554432000 4194304 4196468 140734530436016 140734530418560 139854832258807 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
/proc/14006/statm: 2665283 51978 3159 1 0 2627263 0
[pid=14006/tid=14008] ppid=14003 vsize=10661132 memory=6791534058613427641 CPUtime=2503.46 cores=0,2,4,6
/proc/14006/task/14008/stat : 14008 (java) R 14003 14006 13098 0 -1 4202560 17246 0 0 0 247838 2508 0 0 20 0 15 0 106228887 10916999168 51978 33554432000 4194304 4196468 140734530436016 139854836497488 140734531135426 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14009] ppid=14003 vsize=10661132 memory=-7003737579269690708 CPUtime=2.42 cores=0,2,4,6
/proc/14006/task/14009/stat : 14009 (java) S 14003 14006 13098 0 -1 1077944384 2602 0 0 0 218 24 0 0 20 0 15 0 106228888 10916999168 51978 33554432000 4194304 4196468 140734530436016 139854758332816 139854832269013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14010] ppid=14003 vsize=10661132 memory=1572 CPUtime=2.47 cores=0,2,4,6
/proc/14006/task/14010/stat : 14010 (java) S 14003 14006 13098 0 -1 1077944384 1958 0 0 0 225 22 0 0 20 0 15 0 106228888 10916999168 51978 33554432000 4194304 4196468 140734530436016 139854757280016 139854832269013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14011] ppid=14003 vsize=10661132 memory=928 CPUtime=2.43 cores=0,2,4,6
/proc/14006/task/14011/stat : 14011 (java) S 14003 14006 13098 0 -1 1077944384 1967 0 0 0 217 26 0 0 20 0 15 0 106228888 10916999168 51978 33554432000 4194304 4196468 140734530436016 139854756227728 139854832269013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14012] ppid=14003 vsize=10661132 memory=5772 CPUtime=2.42 cores=0,2,4,6
/proc/14006/task/14012/stat : 14012 (java) S 14003 14006 13098 0 -1 1077944384 2125 0 0 0 219 23 0 0 20 0 15 0 106228888 10916999168 51978 33554432000 4194304 4196468 140734530436016 139854755174928 139854832269013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14013] ppid=14003 vsize=10661132 memory=4616 CPUtime=3.65 cores=0,2,4,6
/proc/14006/task/14013/stat : 14013 (java) S 14003 14006 13098 0 -1 1077944384 4252 0 0 0 343 22 0 0 20 0 15 0 106228889 10916999168 51978 33554432000 4194304 4196468 140734530436016 139853935098480 139854832269954 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14014] ppid=14003 vsize=10661132 memory=1388 CPUtime=0 cores=0,2,4,6
/proc/14006/task/14014/stat : 14014 (java) S 14003 14006 13098 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 106228890 10916999168 51978 33554432000 4194304 4196468 140734530436016 139853865936160 139854832269013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14015] ppid=14003 vsize=10661132 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/14006/task/14015/stat : 14015 (java) S 14003 14006 13098 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 106228890 10916999168 51978 33554432000 4194304 4196468 140734530436016 139853864883824 139854832269013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14016] ppid=14003 vsize=10661132 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/14006/task/14016/stat : 14016 (java) S 14003 14006 13098 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106228892 10916999168 51978 33554432000 4194304 4196468 140734530436016 139853863832144 139854832277403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14017] ppid=14003 vsize=10661132 memory=1948 CPUtime=1.14 cores=0,2,4,6
/proc/14006/task/14017/stat : 14017 (java) S 14003 14006 13098 0 -1 1077944384 14877 0 0 0 113 1 0 0 20 0 15 0 106228892 10916999168 51978 33554432000 4194304 4196468 140734530436016 139853862778992 139854832269954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14018] ppid=14003 vsize=10661132 memory=1188 CPUtime=0.91 cores=0,2,4,6
/proc/14006/task/14018/stat : 14018 (java) S 14003 14006 13098 0 -1 1077944384 6189 0 0 0 91 0 0 0 20 0 15 0 106228892 10916999168 51978 33554432000 4194304 4196468 140734530436016 139853861726192 139854832269954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14019] ppid=14003 vsize=10661132 memory=164 CPUtime=0.27 cores=0,2,4,6
/proc/14006/task/14019/stat : 14019 (java) S 14003 14006 13098 0 -1 1077944384 3426 0 0 0 27 0 0 0 20 0 15 0 106228892 10916999168 51978 33554432000 4194304 4196468 140734530436016 139853860673904 139854832269954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14020] ppid=14003 vsize=10661132 memory=-1088251628401078322 CPUtime=0 cores=0,2,4,6
/proc/14006/task/14020/stat : 14020 (java) S 14003 14006 13098 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106228893 10916999168 51978 33554432000 4194304 4196468 140734530436016 139853859621344 139854832269013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
[pid=14006/tid=14021] ppid=14003 vsize=10661132 memory=-2746958450906831424 CPUtime=0.77 cores=0,2,4,6
/proc/14006/task/14021/stat : 14021 (java) S 14003 14006 13098 0 -1 1077944384 632 0 0 0 35 42 0 0 20 0 15 0 106228893 10916999168 51978 33554432000 4194304 4196468 140734530436016 139853858569136 139854832269954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 30912512 140734530442396 140734530442505 140734530442505 140734530445263 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 207912 KiB

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

[startup+2511.03 s]
# the end of solver process 14006 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2493.79 s, system=26.2787 s

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

Child status: 143
Real time (s): 2511.03
CPU time (s): 2520.07
CPU user time (s): 2493.79
CPU system time (s): 26.2787
CPU usage (%): 100.36
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 210076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2493.79
system time used= 26.2787
maximum resident set size= 210580
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57013
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 146987
involuntary context switches= 5697


# summary of solver processes directly reported to runsolver:
#   pid: 14006
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2493.79
#   total CPU system time (s): 26.2787

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.4288 second user time and 23.9057 second system time

The end

Launcher Data

Begin job on node133 at 2018-07-29 19:50:57
IDJOB=4300408
IDBENCH=141622
IDSOLVER=2765
FILE ID=node133/4300408-1532886657
RUNJOBID= node133-1532879225-13129
PBS_JOBID= 21022514
Free space on /tmp= 50500 MiB

SOLVER NAME= slowpoke 2018-04-29
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-25-30-00_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4300408-1532886657/watcher-4300408-1532886657 -o /tmp/evaluation-result-4300408-1532886657/solver-4300408-1532886657 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532879225-13129 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4300408-1532886657.xml --timelimit 2520

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

MD5SUM BENCH= fffb7bc75ae44a730e23d85d48ed452e
RANDOM SEED=886071714

node133.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.24
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.24
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.24
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.24
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:        27277936 kB
MemAvailable:   31775100 kB
Buffers:          202536 kB
Cached:          4546080 kB
SwapCached:            0 kB
Active:          2399040 kB
Inactive:        2578860 kB
Active(anon):     180636 kB
Inactive(anon):    76688 kB
Active(file):    2218404 kB
Inactive(file):  2502172 kB
Unevictable:        7096 kB
Mlocked:            7096 kB
SwapTotal:      67108860 kB
SwapFree:       67108856 kB
Dirty:              1260 kB
Writeback:             0 kB
AnonPages:        236272 kB
Mapped:            54200 kB
Shmem:             25244 kB
Slab:             212884 kB
SReclaimable:     184844 kB
SUnreclaim:        28040 kB
KernelStack:        3616 kB
PageTables:         6276 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1052744 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    167936 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 50500 MiB
End job on node133 at 2018-07-29 20:32:48