Trace number 4255527

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 - ALNS 2017-07-26SAT (TO)302 249.411 240.033

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-18-a4.xml
MD5SUMcd45d5bd6c60c6606ac40fe75fc6407d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark296
Best CPU time to get the best result obtained on this benchmark250.634
Satisfiable
(Un)Satisfiability was proved
Number of variables18
Number of constraints10814
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":18}]
Minimum variable degree2313
Maximum variable degree2314
Distribution of variable degrees[{"degree":2313,"count":16},{"degree":2314,"count":2}]
Minimum constraint arity1
Maximum constraint arity18
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":1632},{"arity":4,"count":9180},{"arity":18,"count":1}]
Number of extensional constraints0
Number of intensional constraints10813
Distribution of constraint types[{"type":"intension","count":10813},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.23/0.39	c version: 2017-07-26
0.23/0.39	c seed: 1991784297
0.23/0.39	c timeout: 264
0.23/0.39	c memlimit: 11000
0.23/0.39	c nbcore: 4
0.41/0.41	c Parsing instance...
4.24/1.74	c Parsing done, starting search...
4.55/1.85	o 500
8.94/4.49	o 499
11.82/7.15	o 340
23.21/17.76	o 339
23.41/17.92	o 338
23.71/18.20	o 337
23.92/18.44	o 329
23.92/18.47	o 319
25.02/19.50	o 318
25.24/19.80	o 311
25.35/19.90	o 310
99.80/93.28	o 309
104.07/97.34	o 307
108.51/101.61	o 306
124.32/117.16	o 305
128.49/121.25	o 304
133.31/125.90	o 303
134.62/127.28	o 302
249.38/240.01	s SATISFIABLE
249.38/240.01	v <instantiation>
249.38/240.01	v 	<list>
249.38/240.01	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17]
249.38/240.01	v 	</list>
249.38/240.01	v 	<values>
249.38/240.01	v 		0 24 56 78 98 126 149 189 222 235 249 265 284 290 294 299 301 302 
249.38/240.01	v 	</values>
249.38/240.01	v </instantiation>

Verifier Data

OK	302

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4255527-1501631691/watcher-4255527-1501631691 -o /tmp/evaluation-result-4255527-1501631691/solver-4255527-1501631691 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node134-1501623099-24765 --watchdog 300 java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed 1991784297 --timelimit 264 --memlimit 11000 --nbcore 4 HOME/instance-4255527-1501631691.xml 

pid=30232
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.43 1.52 1.60 2/199 30235
/proc/meminfo: memFree=29487272/32770624 swapFree=0/302852
[pid=30235] ppid=30232 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/30235/stat : 30235 (runsolver) D 30232 30235 5234 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 10674823 24240128 106 18446744073709551615 4194304 4338465 140734141065872 140734141063512 140198712742615 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 33247232 140734141071468 140734141071942 140734141071942 140734141075402 0
/proc/30235/statm: 5918 106 53 36 0 2156 0

[startup+0.100108 s]
/proc/loadavg: 1.43 1.52 1.60 2/199 30235
/proc/meminfo: memFree=29487272/32770624 swapFree=0/302852
[pid=30235] ppid=30232 vsize=356952 CPUtime=0 cores=0,2,4,6
/proc/30235/stat : 30235 (java) S 30232 30235 5234 0 -1 1077944320 1732 0 0 0 0 0 0 0 20 0 2 0 10674823 365518848 1881 18446744073709551615 4194304 4196468 140735388483520 140735388466064 140613212024567 0 0 1 16784584 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
/proc/30235/statm: 89238 1881 1032 1 0 79216 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 356952

[startup+0.200315 s]
/proc/loadavg: 1.43 1.52 1.60 2/199 30235
/proc/meminfo: memFree=29487272/32770624 swapFree=0/302852
[pid=30235] ppid=30232 vsize=13976388 CPUtime=0.06 cores=0,2,4,6
/proc/30235/stat : 30235 (java) S 30232 30235 5234 0 -1 1077944320 5884 0 0 0 5 1 0 0 20 0 15 0 10674823 14311821312 6391 18446744073709551615 4194304 4196468 140735388483520 140735388466064 140613212024567 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
/proc/30235/statm: 3494097 6391 3270 1 0 3482884 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 13976388

[startup+0.3009 s]
/proc/loadavg: 1.43 1.52 1.60 2/199 30235
/proc/meminfo: memFree=29487272/32770624 swapFree=0/302852
[pid=30235] ppid=30232 vsize=13975920 CPUtime=0.23 cores=0,2,4,6
/proc/30235/stat : 30235 (java) S 30232 30235 5234 0 -1 1077944320 10148 0 0 0 20 3 0 0 20 0 15 0 10674823 14311342080 9935 18446744073709551615 4194304 4196468 140735388483520 140735388466064 140613212024567 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
/proc/30235/statm: 3493980 9935 3539 1 0 3482767 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 13975920

[startup+0.701675 s]
/proc/loadavg: 1.43 1.52 1.60 2/199 30235
/proc/meminfo: memFree=29487272/32770624 swapFree=0/302852
[pid=30235] ppid=30232 vsize=13977988 CPUtime=1.16 cores=0,2,4,6
/proc/30235/stat : 30235 (java) S 30232 30235 5234 0 -1 1077944320 14743 0 0 0 111 5 0 0 20 0 15 0 10674823 14313459712 19623 18446744073709551615 4194304 4196468 140735388483520 140735388466064 140613212024567 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
/proc/30235/statm: 3494497 19623 3720 1 0 3483279 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 13977988

[startup+1.50062 s]
/proc/loadavg: 1.43 1.52 1.60 6/214 30250
/proc/meminfo: memFree=29332656/32770624 swapFree=0/302852
[pid=30235] ppid=30232 vsize=13977988 CPUtime=3.76 cores=0,2,4,6
/proc/30235/stat : 30235 (java) S 30232 30235 5234 0 -1 1077944320 25263 0 0 0 366 10 0 0 20 0 15 0 10674823 14313459712 53038 18446744073709551615 4194304 4196468 140735388483520 140735388466064 140613212024567 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
/proc/30235/statm: 3494497 53038 3785 1 0 3483279 0
[pid=30235/tid=30237] ppid=30232 vsize=13977988 CPUtime=1.32 cores=0,2,4,6
/proc/30235/task/30237/stat : 30237 (java) R 30232 30235 5234 0 -1 4202560 11407 0 0 0 126 6 0 0 20 0 15 0 10674832 14313459712 53038 18446744073709551615 4194304 4196468 140735388483520 140613216258920 140612822612150 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30238] ppid=30232 vsize=13977988 CPUtime=0 cores=0,2,4,6
/proc/30235/task/30238/stat : 30238 (java) S 30232 30235 5234 0 -1 1077944384 314 0 0 0 0 0 0 0 20 0 15 0 10674833 14313459712 53038 18446744073709551615 4194304 4196468 140735388483520 140613146458896 140613212034773 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30239] ppid=30232 vsize=13977988 CPUtime=0 cores=0,2,4,6
/proc/30235/task/30239/stat : 30239 (java) S 30232 30235 5234 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 15 0 10674833 14313459712 53038 18446744073709551615 4194304 4196468 140735388483520 140613145406352 140613212034773 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30240] ppid=30232 vsize=13977988 CPUtime=0 cores=0,2,4,6
/proc/30235/task/30240/stat : 30240 (java) S 30232 30235 5234 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 10674833 14313459712 53038 18446744073709551615 4194304 4196468 140735388483520 140613144353808 140613212034773 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30241] ppid=30232 vsize=13977988 CPUtime=0 cores=0,2,4,6
/proc/30235/task/30241/stat : 30241 (java) S 30232 30235 5234 0 -1 1077944384 407 0 0 0 0 0 0 0 20 0 15 0 10674833 14313459712 53038 18446744073709551615 4194304 4196468 140735388483520 140613143301264 140613212034773 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30242] ppid=30232 vsize=13977988 CPUtime=0 cores=0,2,4,6
/proc/30235/task/30242/stat : 30242 (java) S 30232 30235 5234 0 -1 1077944384 237 0 0 0 0 0 0 0 20 0 15 0 10674834 14313459712 53038 18446744073709551615 4194304 4196468 140735388483520 140612690474992 140613212035714 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30243] ppid=30232 vsize=13977988 CPUtime=0 cores=0,2,4,6
/proc/30235/task/30243/stat : 30243 (java) S 30232 30235 5234 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 10674835 14313459712 53038 18446744073709551615 4194304 4196468 140735388483520 140612689421216 140613212034773 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30244] ppid=30232 vsize=13977988 CPUtime=0 cores=0,2,4,6
/proc/30235/task/30244/stat : 30244 (java) S 30232 30235 5234 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 10674835 14313459712 53038 18446744073709551615 4194304 4196468 140735388483520 140612688368624 140613212034773 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30245] ppid=30232 vsize=13977988 CPUtime=0 cores=0,2,4,6
/proc/30235/task/30245/stat : 30245 (java) S 30232 30235 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10674837 14313459712 53038 18446744073709551615 4194304 4196468 140735388483520 140612687317200 140613212043163 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30246] ppid=30232 vsize=13977988 CPUtime=0.95 cores=0,2,4,6
/proc/30235/task/30246/stat : 30246 (java) R 30232 30235 5234 0 -1 4202560 3829 0 0 0 95 0 0 0 20 0 15 0 10674837 14313459712 53038 18446744073709551615 4194304 4196468 140735388483520 140612686250912 140613193547214 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30247] ppid=30232 vsize=13977988 CPUtime=0.92 cores=0,2,4,6
/proc/30235/task/30247/stat : 30247 (java) R 30232 30235 5234 0 -1 4202560 3102 0 0 0 92 0 0 0 20 0 15 0 10674837 14313459712 53038 18446744073709551615 4194304 4196468 140735388483520 140612685212192 140613193546007 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30248] ppid=30232 vsize=13977988 CPUtime=0.49 cores=0,2,4,6
/proc/30235/task/30248/stat : 30248 (java) S 30232 30235 5234 0 -1 1077944384 4403 0 0 0 48 1 0 0 20 0 15 0 10674837 14313459712 53038 18446744073709551615 4194304 4196468 140735388483520 140612684159728 140613212035714 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30249] ppid=30232 vsize=13977988 CPUtime=0 cores=0,2,4,6
/proc/30235/task/30249/stat : 30249 (java) S 30232 30235 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10674837 14313459712 53038 18446744073709551615 4194304 4196468 140735388483520 140612683107424 140613212034773 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30250] ppid=30232 vsize=13977988 CPUtime=0 cores=0,2,4,6
/proc/30235/task/30250/stat : 30250 (java) S 30232 30235 5234 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 10674842 14313459712 53038 18446744073709551615 4194304 4196468 140735388483520 140612682053936 140613212035714 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
Current children cumulated CPU time (s) 3.76
Current children cumulated vsize (KiB) 13977988

[startup+3.10073 s]
/proc/loadavg: 1.43 1.52 1.60 5/214 30250
/proc/meminfo: memFree=29258792/32770624 swapFree=0/302848
[pid=30235] ppid=30232 vsize=13982084 CPUtime=7.32 cores=0,2,4,6
/proc/30235/stat : 30235 (java) S 30232 30235 5234 0 -1 1077944320 36698 0 0 0 713 19 0 0 20 0 15 0 10674823 14317654016 90706 18446744073709551615 4194304 4196468 140735388483520 140735388466064 140613212024567 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
/proc/30235/statm: 3495521 90706 3797 1 0 3484303 0
[pid=30235/tid=30237] ppid=30232 vsize=13982084 CPUtime=2.89 cores=0,2,4,6
/proc/30235/task/30237/stat : 30237 (java) R 30232 30235 5234 0 -1 4202560 15312 0 0 0 280 9 0 0 20 0 15 0 10674832 14317654016 90706 18446744073709551615 4194304 4196468 140735388483520 140613216260784 140612824333246 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30238] ppid=30232 vsize=13982084 CPUtime=0.03 cores=0,2,4,6
/proc/30235/task/30238/stat : 30238 (java) S 30232 30235 5234 0 -1 1077944384 328 0 0 0 2 1 0 0 20 0 15 0 10674833 14317654016 90706 18446744073709551615 4194304 4196468 140735388483520 140613146458896 140613212034773 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30239] ppid=30232 vsize=13982084 CPUtime=0.01 cores=0,2,4,6
/proc/30235/task/30239/stat : 30239 (java) S 30232 30235 5234 0 -1 1077944384 137 0 0 0 1 0 0 0 20 0 15 0 10674833 14317654016 90706 18446744073709551615 4194304 4196468 140735388483520 140613145406352 140613212034773 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30240] ppid=30232 vsize=13982084 CPUtime=0.01 cores=0,2,4,6
/proc/30235/task/30240/stat : 30240 (java) S 30232 30235 5234 0 -1 1077944384 29 0 0 0 1 0 0 0 20 0 15 0 10674833 14317654016 90706 18446744073709551615 4194304 4196468 140735388483520 140613144353808 140613212034773 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30241] ppid=30232 vsize=13982084 CPUtime=0.02 cores=0,2,4,6
/proc/30235/task/30241/stat : 30241 (java) S 30232 30235 5234 0 -1 1077944384 426 0 0 0 1 1 0 0 20 0 15 0 10674833 14317654016 90706 18446744073709551615 4194304 4196468 140735388483520 140613143301264 140613212034773 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30242] ppid=30232 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/30235/task/30242/stat : 30242 (java) S 30232 30235 5234 0 -1 1077944384 394 0 0 0 0 0 0 0 20 0 15 0 10674834 14317654016 90706 18446744073709551615 4194304 4196468 140735388483520 140612690474992 140613212035714 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30243] ppid=30232 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/30235/task/30243/stat : 30243 (java) S 30232 30235 5234 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 10674835 14317654016 90706 18446744073709551615 4194304 4196468 140735388483520 140612689421280 140613212034773 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30244] ppid=30232 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/30235/task/30244/stat : 30244 (java) S 30232 30235 5234 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 10674835 14317654016 90706 18446744073709551615 4194304 4196468 140735388483520 140612688368640 140613212034773 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30245] ppid=30232 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/30235/task/30245/stat : 30245 (java) S 30232 30235 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10674837 14317654016 90706 18446744073709551615 4194304 4196468 140735388483520 140612687317200 140613212043163 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30246] ppid=30232 vsize=13982084 CPUtime=1.76 cores=0,2,4,6
/proc/30235/task/30246/stat : 30246 (java) S 30232 30235 5234 0 -1 1077944384 5612 0 0 0 175 1 0 0 20 0 15 0 10674837 14317654016 90706 18446744073709551615 4194304 4196468 140735388483520 140612686264816 140613212035714 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30247] ppid=30232 vsize=13982084 CPUtime=1.75 cores=0,2,4,6
/proc/30235/task/30247/stat : 30247 (java) S 30232 30235 5234 0 -1 1077944384 5672 0 0 0 174 1 0 0 20 0 15 0 10674837 14317654016 90706 18446744073709551615 4194304 4196468 140735388483520 140612685212272 140613212035714 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30248] ppid=30232 vsize=13982084 CPUtime=0.78 cores=0,2,4,6
/proc/30235/task/30248/stat : 30248 (java) S 30232 30235 5234 0 -1 1077944384 7349 0 0 0 76 2 0 0 20 0 15 0 10674837 14317654016 90706 18446744073709551615 4194304 4196468 140735388483520 140612684159728 140613212035714 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30249] ppid=30232 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/30235/task/30249/stat : 30249 (java) S 30232 30235 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10674837 14317654016 90706 18446744073709551615 4194304 4196468 140735388483520 140612683107424 140613212034773 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30250] ppid=30232 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/30235/task/30250/stat : 30250 (java) S 30232 30235 5234 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 10674842 14317654016 90706 18446744073709551615 4194304 4196468 140735388483520 140612682053936 140613212035714 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
Current children cumulated CPU time (s) 7.32
Current children cumulated vsize (KiB) 13982084

[startup+6.30071 s]
/proc/loadavg: 1.56 1.55 1.61 3/214 30250
/proc/meminfo: memFree=28873104/32770624 swapFree=0/302860
[pid=30235] ppid=30232 vsize=13982084 CPUtime=11 cores=0,2,4,6
/proc/30235/stat : 30235 (java) S 30232 30235 5234 0 -1 1077944320 37498 0 0 0 1073 27 0 0 20 0 15 0 10674823 14317654016 158791 18446744073709551615 4194304 4196468 140735388483520 140735388466064 140613212024567 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
/proc/30235/statm: 3495521 158791 3799 1 0 3484303 0
[pid=30235/tid=30237] ppid=30232 vsize=13982084 CPUtime=6.06 cores=0,2,4,6
/proc/30235/task/30237/stat : 30237 (java) R 30232 30235 5234 0 -1 4202560 15583 0 0 0 594 12 0 0 20 0 15 0 10674832 14317654016 158791 18446744073709551615 4194304 4196468 140735388483520 140613216262272 140612826350105 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30238] ppid=30232 vsize=13982084 CPUtime=0.05 cores=0,2,4,6
/proc/30235/task/30238/stat : 30238 (java) S 30232 30235 5234 0 -1 1077944384 346 0 0 0 3 2 0 0 20 0 15 0 10674833 14317654016 158791 18446744073709551615 4194304 4196468 140735388483520 140613146458896 140613212034773 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30239] ppid=30232 vsize=13982084 CPUtime=0.05 cores=0,2,4,6
/proc/30235/task/30239/stat : 30239 (java) S 30232 30235 5234 0 -1 1077944384 152 0 0 0 3 2 0 0 20 0 15 0 10674833 14317654016 158791 18446744073709551615 4194304 4196468 140735388483520 140613145406352 140613212034773 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30240] ppid=30232 vsize=13982084 CPUtime=0.03 cores=0,2,4,6
/proc/30235/task/30240/stat : 30240 (java) S 30232 30235 5234 0 -1 1077944384 47 0 0 0 2 1 0 0 20 0 15 0 10674833 14317654016 158791 18446744073709551615 4194304 4196468 140735388483520 140613144353808 140613212034773 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30241] ppid=30232 vsize=13982084 CPUtime=0.05 cores=0,2,4,6
/proc/30235/task/30241/stat : 30241 (java) S 30232 30235 5234 0 -1 1077944384 451 0 0 0 3 2 0 0 20 0 15 0 10674833 14317654016 158791 18446744073709551615 4194304 4196468 140735388483520 140613143301264 140613212034773 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30242] ppid=30232 vsize=13982084 CPUtime=0.01 cores=0,2,4,6
/proc/30235/task/30242/stat : 30242 (java) S 30232 30235 5234 0 -1 1077944384 643 0 0 0 1 0 0 0 20 0 15 0 10674834 14317654016 158791 18446744073709551615 4194304 4196468 140735388483520 140612690474992 140613212035714 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30243] ppid=30232 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/30235/task/30243/stat : 30243 (java) S 30232 30235 5234 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 10674835 14317654016 158791 18446744073709551615 4194304 4196468 140735388483520 140612689421280 140613212034773 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30244] ppid=30232 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/30235/task/30244/stat : 30244 (java) S 30232 30235 5234 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 10674835 14317654016 158791 18446744073709551615 4194304 4196468 140735388483520 140612688368640 140613212034773 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30245] ppid=30232 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/30235/task/30245/stat : 30245 (java) S 30232 30235 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10674837 14317654016 158791 18446744073709551615 4194304 4196468 140735388483520 140612687317200 140613212043163 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30246] ppid=30232 vsize=13982084 CPUtime=1.92 cores=0,2,4,6
/proc/30235/task/30246/stat : 30246 (java) S 30232 30235 5234 0 -1 1077944384 5670 0 0 0 191 1 0 0 20 0 15 0 10674837 14317654016 158791 18446744073709551615 4194304 4196468 140735388483520 140612686264816 140613212035714 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30247] ppid=30232 vsize=13982084 CPUtime=1.9 cores=0,2,4,6
/proc/30235/task/30247/stat : 30247 (java) S 30232 30235 5234 0 -1 1077944384 5727 0 0 0 189 1 0 0 20 0 15 0 10674837 14317654016 158791 18446744073709551615 4194304 4196468 140735388483520 140612685212272 140613212035714 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30248] ppid=30232 vsize=13982084 CPUtime=0.85 cores=0,2,4,6
/proc/30235/task/30248/stat : 30248 (java) S 30232 30235 5234 0 -1 1077944384 7441 0 0 0 83 2 0 0 20 0 15 0 10674837 14317654016 158791 18446744073709551615 4194304 4196468 140735388483520 140612684159728 140613212035714 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30249] ppid=30232 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/30235/task/30249/stat : 30249 (java) S 30232 30235 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10674837 14317654016 158791 18446744073709551615 4194304 4196468 140735388483520 140612683107424 140613212034773 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30250] ppid=30232 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/30235/task/30250/stat : 30250 (java) S 30232 30235 5234 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 10674842 14317654016 158791 18446744073709551615 4194304 4196468 140735388483520 140612682053936 140613212035714 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
Current children cumulated CPU time (s) 11
Current children cumulated vsize (KiB) 13982084

[startup+12.7007 s]
/proc/loadavg: 1.67 1.57 1.62 3/214 30250
/proc/meminfo: memFree=28259820/32770624 swapFree=0/302868
[pid=30235] ppid=30232 vsize=13982084 CPUtime=17.85 cores=0,2,4,6
/proc/30235/stat : 30235 (java) S 30232 30235 5234 0 -1 1077944320 40388 0 0 0 1748 37 0 0 20 0 15 0 10674823 14317654016 282907 18446744073709551615 4194304 4196468 140735388483520 140735388466064 140613212024567 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
/proc/30235/statm: 3495521 282907 3799 1 0 3484303 0
[pid=30235/tid=30237] ppid=30232 vsize=13982084 CPUtime=12.44 cores=0,2,4,6
/proc/30235/task/30237/stat : 30237 (java) R 30232 30235 5234 0 -1 4202560 17350 0 0 0 1225 19 0 0 20 0 15 0 10674832 14317654016 282907 18446744073709551615 4194304 4196468 140735388483520 140613216260008 140612826350547 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30238] ppid=30232 vsize=13982084 CPUtime=0.05 cores=0,2,4,6
/proc/30235/task/30238/stat : 30238 (java) S 30232 30235 5234 0 -1 1077944384 359 0 0 0 3 2 0 0 20 0 15 0 10674833 14317654016 282907 18446744073709551615 4194304 4196468 140735388483520 140613146458896 140613212034773 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30239] ppid=30232 vsize=13982084 CPUtime=0.05 cores=0,2,4,6
/proc/30235/task/30239/stat : 30239 (java) S 30232 30235 5234 0 -1 1077944384 156 0 0 0 3 2 0 0 20 0 15 0 10674833 14317654016 282907 18446744073709551615 4194304 4196468 140735388483520 140613145406352 140613212034773 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30240] ppid=30232 vsize=13982084 CPUtime=0.05 cores=0,2,4,6
/proc/30235/task/30240/stat : 30240 (java) S 30232 30235 5234 0 -1 1077944384 56 0 0 0 3 2 0 0 20 0 15 0 10674833 14317654016 282907 18446744073709551615 4194304 4196468 140735388483520 140613144353808 140613212034773 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30241] ppid=30232 vsize=13982084 CPUtime=0.05 cores=0,2,4,6
/proc/30235/task/30241/stat : 30241 (java) S 30232 30235 5234 0 -1 1077944384 460 0 0 0 3 2 0 0 20 0 15 0 10674833 14317654016 282907 18446744073709551615 4194304 4196468 140735388483520 140613143301264 140613212034773 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30242] ppid=30232 vsize=13982084 CPUtime=0.01 cores=0,2,4,6
/proc/30235/task/30242/stat : 30242 (java) S 30232 30235 5234 0 -1 1077944384 643 0 0 0 1 0 0 0 20 0 15 0 10674834 14317654016 282907 18446744073709551615 4194304 4196468 140735388483520 140612690474992 140613212035714 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30243] ppid=30232 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/30235/task/30243/stat : 30243 (java) S 30232 30235 5234 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 10674835 14317654016 282907 18446744073709551615 4194304 4196468 140735388483520 140612689421280 140613212034773 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30244] ppid=30232 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/30235/task/30244/stat : 30244 (java) S 30232 30235 5234 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 10674835 14317654016 282907 18446744073709551615 4194304 4196468 140735388483520 140612688368640 140613212034773 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30245] ppid=30232 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/30235/task/30245/stat : 30245 (java) S 30232 30235 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10674837 14317654016 282907 18446744073709551615 4194304 4196468 140735388483520 140612687317200 140613212043163 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0

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

/proc/30235/task/30249/stat : 30249 (java) S 30232 30235 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10674837 14317654016 239102 18446744073709551615 4194304 4196468 140735388483520 140612683107424 140613212034773 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30250] ppid=30232 vsize=13982084 CPUtime=0.02 cores=0,2,4,6
/proc/30235/task/30250/stat : 30250 (java) S 30232 30235 5234 0 -1 1077944384 76 0 0 0 1 1 0 0 20 0 15 0 10674842 14317654016 239102 18446744073709551615 4194304 4196468 140735388483520 140612682053936 140613212035714 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
Current children cumulated CPU time (s) 56.92
Current children cumulated vsize (KiB) 13982084

[startup+102.301 s]
/proc/loadavg: 1.86 1.67 1.65 3/214 30252
/proc/meminfo: memFree=27311800/32770624 swapFree=0/302956
[pid=30235] ppid=30232 vsize=13982084 CPUtime=109.25 cores=0,2,4,6
/proc/30235/stat : 30235 (java) S 30232 30235 5234 0 -1 1077944320 66167 0 0 0 10874 51 0 0 20 0 15 0 10674823 14317654016 228489 18446744073709551615 4194304 4196468 140735388483520 140735388466064 140613212024567 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
/proc/30235/statm: 3495521 228489 3807 1 0 3484303 0
[pid=30235/tid=30237] ppid=30232 vsize=13982084 CPUtime=101.43 cores=0,2,4,6
/proc/30235/task/30237/stat : 30237 (java) R 30232 30235 5234 0 -1 4202560 22230 0 0 0 10123 20 0 0 20 0 15 0 10674832 14317654016 228489 18446744073709551615 4194304 4196468 140735388483520 140613216261888 140612825425550 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30238] ppid=30232 vsize=13982084 CPUtime=0.46 cores=0,2,4,6
/proc/30235/task/30238/stat : 30238 (java) S 30232 30235 5234 0 -1 1077944384 1629 0 0 0 42 4 0 0 20 0 15 0 10674833 14317654016 228489 18446744073709551615 4194304 4196468 140735388483520 140613146458896 140613212034773 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30239] ppid=30232 vsize=13982084 CPUtime=0.46 cores=0,2,4,6
/proc/30235/task/30239/stat : 30239 (java) S 30232 30235 5234 0 -1 1077944384 1245 0 0 0 41 5 0 0 20 0 15 0 10674833 14317654016 228489 18446744073709551615 4194304 4196468 140735388483520 140613145406352 140613212034773 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30240] ppid=30232 vsize=13982084 CPUtime=0.45 cores=0,2,4,6
/proc/30235/task/30240/stat : 30240 (java) S 30232 30235 5234 0 -1 1077944384 1762 0 0 0 41 4 0 0 20 0 15 0 10674833 14317654016 228489 18446744073709551615 4194304 4196468 140735388483520 140613144353808 140613212034773 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30241] ppid=30232 vsize=13982084 CPUtime=0.46 cores=0,2,4,6
/proc/30235/task/30241/stat : 30241 (java) S 30232 30235 5234 0 -1 1077944384 2250 0 0 0 41 5 0 0 20 0 15 0 10674833 14317654016 228489 18446744073709551615 4194304 4196468 140735388483520 140613143301264 140613212034773 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30242] ppid=30232 vsize=13982084 CPUtime=0.17 cores=0,2,4,6
/proc/30235/task/30242/stat : 30242 (java) S 30232 30235 5234 0 -1 1077944384 1620 0 0 0 14 3 0 0 20 0 15 0 10674834 14317654016 228489 18446744073709551615 4194304 4196468 140735388483520 140612690474992 140613212035714 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30243] ppid=30232 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/30235/task/30243/stat : 30243 (java) S 30232 30235 5234 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 15 0 10674835 14317654016 228489 18446744073709551615 4194304 4196468 140735388483520 140612689421280 140613212034773 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30244] ppid=30232 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/30235/task/30244/stat : 30244 (java) S 30232 30235 5234 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 10674835 14317654016 228489 18446744073709551615 4194304 4196468 140735388483520 140612688368640 140613212034773 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30245] ppid=30232 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/30235/task/30245/stat : 30245 (java) S 30232 30235 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10674837 14317654016 228489 18446744073709551615 4194304 4196468 140735388483520 140612687317200 140613212043163 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30246] ppid=30232 vsize=13982084 CPUtime=2.35 cores=0,2,4,6
/proc/30235/task/30246/stat : 30246 (java) S 30232 30235 5234 0 -1 1077944384 9561 0 0 0 234 1 0 0 20 0 15 0 10674837 14317654016 228489 18446744073709551615 4194304 4196468 140735388483520 140612686264816 140613212035714 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30247] ppid=30232 vsize=13982084 CPUtime=2.33 cores=0,2,4,6
/proc/30235/task/30247/stat : 30247 (java) S 30232 30235 5234 0 -1 1077944384 10312 0 0 0 231 2 0 0 20 0 15 0 10674837 14317654016 228489 18446744073709551615 4194304 4196468 140735388483520 140612685212272 140613212035714 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30248] ppid=30232 vsize=13982084 CPUtime=0.98 cores=0,2,4,6
/proc/30235/task/30248/stat : 30248 (java) S 30232 30235 5234 0 -1 1077944384 13985 0 0 0 96 2 0 0 20 0 15 0 10674837 14317654016 228489 18446744073709551615 4194304 4196468 140735388483520 140612684159728 140613212035714 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30249] ppid=30232 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/30235/task/30249/stat : 30249 (java) S 30232 30235 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10674837 14317654016 228489 18446744073709551615 4194304 4196468 140735388483520 140612683107424 140613212034773 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30250] ppid=30232 vsize=13982084 CPUtime=0.05 cores=0,2,4,6
/proc/30235/task/30250/stat : 30250 (java) S 30232 30235 5234 0 -1 1077944384 120 0 0 0 2 3 0 0 20 0 15 0 10674842 14317654016 228489 18446744073709551615 4194304 4196468 140735388483520 140612682053936 140613212035714 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
Current children cumulated CPU time (s) 109.25
Current children cumulated vsize (KiB) 13982084

[startup+162.301 s]
/proc/loadavg: 1.53 1.61 1.63 3/214 30254
/proc/meminfo: memFree=27352668/32770624 swapFree=0/303004
[pid=30235] ppid=30232 vsize=13982084 CPUtime=170.31 cores=0,2,4,6
/proc/30235/stat : 30235 (java) S 30232 30235 5234 0 -1 1077944320 71278 0 0 0 16970 61 0 0 20 0 15 0 10674823 14317654016 219632 18446744073709551615 4194304 4196468 140735388483520 140735388466064 140613212024567 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
/proc/30235/statm: 3495521 219632 3807 1 0 3484303 0
[pid=30235/tid=30237] ppid=30232 vsize=13982084 CPUtime=160.85 cores=0,2,4,6
/proc/30235/task/30237/stat : 30237 (java) R 30232 30235 5234 0 -1 4202560 23591 0 0 0 16064 21 0 0 20 0 15 0 10674832 14317654016 219632 18446744073709551615 4194304 4196468 140735388483520 140613216262272 140612826350551 0 4 1 16800974 0 0 0 -1 6 0 0 4 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30238] ppid=30232 vsize=13982084 CPUtime=0.81 cores=0,2,4,6
/proc/30235/task/30238/stat : 30238 (java) S 30232 30235 5234 0 -1 1077944384 1965 0 0 0 75 6 0 0 20 0 15 0 10674833 14317654016 219632 18446744073709551615 4194304 4196468 140735388483520 140613146458896 140613212034773 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30239] ppid=30232 vsize=13982084 CPUtime=0.8 cores=0,2,4,6
/proc/30235/task/30239/stat : 30239 (java) S 30232 30235 5234 0 -1 1077944384 1723 0 0 0 73 7 0 0 20 0 15 0 10674833 14317654016 219632 18446744073709551615 4194304 4196468 140735388483520 140613145406352 140613212034773 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30240] ppid=30232 vsize=13982084 CPUtime=0.8 cores=0,2,4,6
/proc/30235/task/30240/stat : 30240 (java) S 30232 30235 5234 0 -1 1077944384 2162 0 0 0 74 6 0 0 20 0 15 0 10674833 14317654016 219632 18446744073709551615 4194304 4196468 140735388483520 140613144353808 140613212034773 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30241] ppid=30232 vsize=13982084 CPUtime=0.81 cores=0,2,4,6
/proc/30235/task/30241/stat : 30241 (java) S 30232 30235 5234 0 -1 1077944384 3067 0 0 0 75 6 0 0 20 0 15 0 10674833 14317654016 219632 18446744073709551615 4194304 4196468 140735388483520 140613143301264 140613212034773 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30242] ppid=30232 vsize=13982084 CPUtime=0.31 cores=0,2,4,6
/proc/30235/task/30242/stat : 30242 (java) S 30232 30235 5234 0 -1 1077944384 1899 0 0 0 27 4 0 0 20 0 15 0 10674834 14317654016 219632 18446744073709551615 4194304 4196468 140735388483520 140612690474992 140613212035714 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30243] ppid=30232 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/30235/task/30243/stat : 30243 (java) S 30232 30235 5234 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 15 0 10674835 14317654016 219632 18446744073709551615 4194304 4196468 140735388483520 140612689421280 140613212034773 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30244] ppid=30232 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/30235/task/30244/stat : 30244 (java) S 30232 30235 5234 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 10674835 14317654016 219632 18446744073709551615 4194304 4196468 140735388483520 140612688368640 140613212034773 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30245] ppid=30232 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/30235/task/30245/stat : 30245 (java) S 30232 30235 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10674837 14317654016 219632 18446744073709551615 4194304 4196468 140735388483520 140612687317200 140613212043163 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30246] ppid=30232 vsize=13982084 CPUtime=2.36 cores=0,2,4,6
/proc/30235/task/30246/stat : 30246 (java) S 30232 30235 5234 0 -1 1077944384 9657 0 0 0 235 1 0 0 20 0 15 0 10674837 14317654016 219632 18446744073709551615 4194304 4196468 140735388483520 140612686264816 140613212035714 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30247] ppid=30232 vsize=13982084 CPUtime=2.35 cores=0,2,4,6
/proc/30235/task/30247/stat : 30247 (java) S 30232 30235 5234 0 -1 1077944384 10339 0 0 0 233 2 0 0 20 0 15 0 10674837 14317654016 219632 18446744073709551615 4194304 4196468 140735388483520 140612685212272 140613212035714 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30248] ppid=30232 vsize=13982084 CPUtime=1 cores=0,2,4,6
/proc/30235/task/30248/stat : 30248 (java) S 30232 30235 5234 0 -1 1077944384 15280 0 0 0 98 2 0 0 20 0 15 0 10674837 14317654016 219632 18446744073709551615 4194304 4196468 140735388483520 140612684159728 140613212035714 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30249] ppid=30232 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/30235/task/30249/stat : 30249 (java) S 30232 30235 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10674837 14317654016 219632 18446744073709551615 4194304 4196468 140735388483520 140612683107424 140613212034773 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30250] ppid=30232 vsize=13982084 CPUtime=0.09 cores=0,2,4,6
/proc/30235/task/30250/stat : 30250 (java) S 30232 30235 5234 0 -1 1077944384 142 0 0 0 5 4 0 0 20 0 15 0 10674842 14317654016 219632 18446744073709551615 4194304 4196468 140735388483520 140612682053936 140613212035714 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
Current children cumulated CPU time (s) 170.31
Current children cumulated vsize (KiB) 13982084

[startup+222.307 s]
/proc/loadavg: 1.68 1.63 1.63 5/214 30333
/proc/meminfo: memFree=30652104/32770624 swapFree=0/303048
[pid=30235] ppid=30232 vsize=13982084 CPUtime=231.42 cores=0,2,4,6
/proc/30235/stat : 30235 (java) S 30232 30235 5234 0 -1 1077944320 78455 0 0 0 23072 70 0 0 20 0 15 0 10674823 14317654016 212181 18446744073709551615 4194304 4196468 140735388483520 140735388466064 140613212024567 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
/proc/30235/statm: 3495521 212181 3807 1 0 3484303 0
[pid=30235/tid=30237] ppid=30232 vsize=13982084 CPUtime=220.25 cores=0,2,4,6
/proc/30235/task/30237/stat : 30237 (java) R 30232 30235 5234 0 -1 4202560 25047 0 0 0 22003 22 0 0 20 0 15 0 10674832 14317654016 212181 18446744073709551615 4194304 4196468 140735388483520 140613216262384 140612825565037 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30238] ppid=30232 vsize=13982084 CPUtime=1.18 cores=0,2,4,6
/proc/30235/task/30238/stat : 30238 (java) S 30232 30235 5234 0 -1 1077944384 2268 0 0 0 110 8 0 0 20 0 15 0 10674833 14317654016 212181 18446744073709551615 4194304 4196468 140735388483520 140613146458896 140613212034773 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30239] ppid=30232 vsize=13982084 CPUtime=1.17 cores=0,2,4,6
/proc/30235/task/30239/stat : 30239 (java) S 30232 30235 5234 0 -1 1077944384 2716 0 0 0 108 9 0 0 20 0 15 0 10674833 14317654016 212181 18446744073709551615 4194304 4196468 140735388483520 140613145406352 140613212034773 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30240] ppid=30232 vsize=13982084 CPUtime=1.17 cores=0,2,4,6
/proc/30235/task/30240/stat : 30240 (java) S 30232 30235 5234 0 -1 1077944384 2668 0 0 0 109 8 0 0 20 0 15 0 10674833 14317654016 212181 18446744073709551615 4194304 4196468 140735388483520 140613144353808 140613212034773 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30241] ppid=30232 vsize=13982084 CPUtime=1.17 cores=0,2,4,6
/proc/30235/task/30241/stat : 30241 (java) S 30232 30235 5234 0 -1 1077944384 3460 0 0 0 110 7 0 0 20 0 15 0 10674833 14317654016 212181 18446744073709551615 4194304 4196468 140735388483520 140613143301264 140613212034773 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30242] ppid=30232 vsize=13982084 CPUtime=0.47 cores=0,2,4,6
/proc/30235/task/30242/stat : 30242 (java) S 30232 30235 5234 0 -1 1077944384 2168 0 0 0 41 6 0 0 20 0 15 0 10674834 14317654016 212181 18446744073709551615 4194304 4196468 140735388483520 140612690474992 140613212035714 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30243] ppid=30232 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/30235/task/30243/stat : 30243 (java) S 30232 30235 5234 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 15 0 10674835 14317654016 212181 18446744073709551615 4194304 4196468 140735388483520 140612689421280 140613212034773 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30244] ppid=30232 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/30235/task/30244/stat : 30244 (java) S 30232 30235 5234 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 10674835 14317654016 212181 18446744073709551615 4194304 4196468 140735388483520 140612688368640 140613212034773 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30245] ppid=30232 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/30235/task/30245/stat : 30245 (java) S 30232 30235 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10674837 14317654016 212181 18446744073709551615 4194304 4196468 140735388483520 140612687317200 140613212043163 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30246] ppid=30232 vsize=13982084 CPUtime=2.38 cores=0,2,4,6
/proc/30235/task/30246/stat : 30246 (java) S 30232 30235 5234 0 -1 1077944384 10239 0 0 0 237 1 0 0 20 0 15 0 10674837 14317654016 212181 18446744073709551615 4194304 4196468 140735388483520 140612686264816 140613212035714 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30247] ppid=30232 vsize=13982084 CPUtime=2.38 cores=0,2,4,6
/proc/30235/task/30247/stat : 30247 (java) S 30232 30235 5234 0 -1 1077944384 11279 0 0 0 236 2 0 0 20 0 15 0 10674837 14317654016 212181 18446744073709551615 4194304 4196468 140735388483520 140612685212272 140613212035714 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30248] ppid=30232 vsize=13982084 CPUtime=1.01 cores=0,2,4,6
/proc/30235/task/30248/stat : 30248 (java) S 30232 30235 5234 0 -1 1077944384 16984 0 0 0 99 2 0 0 20 0 15 0 10674837 14317654016 212181 18446744073709551615 4194304 4196468 140735388483520 140612684159728 140613212035714 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30249] ppid=30232 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/30235/task/30249/stat : 30249 (java) S 30232 30235 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10674837 14317654016 212181 18446744073709551615 4194304 4196468 140735388483520 140612683107424 140613212034773 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30250] ppid=30232 vsize=13982084 CPUtime=0.13 cores=0,2,4,6
/proc/30235/task/30250/stat : 30250 (java) S 30232 30235 5234 0 -1 1077944384 173 0 0 0 7 6 0 0 20 0 15 0 10674842 14317654016 212181 18446744073709551615 4194304 4196468 140735388483520 140612682053936 140613212035714 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
Current children cumulated CPU time (s) 231.42
Current children cumulated vsize (KiB) 13982084



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.75 1.66 1.64 4/214 30334
/proc/meminfo: memFree=29510832/32770624 swapFree=0/303072
[pid=30235] ppid=30232 vsize=13982084 CPUtime=249.38 cores=0,2,4,6
/proc/30235/stat : 30235 (java) S 30232 30235 5234 0 -1 1077944320 78991 0 0 0 24865 73 0 0 20 0 15 0 10674823 14317654016 208204 18446744073709551615 4194304 4196468 140735388483520 140735388466064 140613212024567 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
/proc/30235/statm: 3495521 208204 3807 1 0 3484303 0
[pid=30235/tid=30237] ppid=30232 vsize=13982084 CPUtime=237.82 cores=0,2,4,6
/proc/30235/task/30237/stat : 30237 (java) R 30232 30235 5234 0 -1 4202560 25385 0 0 0 23760 22 0 0 20 0 15 0 10674832 14317654016 208204 18446744073709551615 4194304 4196468 140735388483520 140613216262272 140612826148083 0 4 1 16800974 0 0 0 -1 6 0 0 4 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30238] ppid=30232 vsize=13982084 CPUtime=1.25 cores=0,2,4,6
/proc/30235/task/30238/stat : 30238 (java) S 30232 30235 5234 0 -1 1077944384 2270 0 0 0 117 8 0 0 20 0 15 0 10674833 14317654016 208204 18446744073709551615 4194304 4196468 140735388483520 140613146458896 140613212034773 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30239] ppid=30232 vsize=13982084 CPUtime=1.25 cores=0,2,4,6
/proc/30235/task/30239/stat : 30239 (java) S 30232 30235 5234 0 -1 1077944384 2723 0 0 0 116 9 0 0 20 0 15 0 10674833 14317654016 208204 18446744073709551615 4194304 4196468 140735388483520 140613145406352 140613212034773 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30240] ppid=30232 vsize=13982084 CPUtime=1.24 cores=0,2,4,6
/proc/30235/task/30240/stat : 30240 (java) S 30232 30235 5234 0 -1 1077944384 2685 0 0 0 116 8 0 0 20 0 15 0 10674833 14317654016 208204 18446744073709551615 4194304 4196468 140735388483520 140613144353808 140613212034773 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30241] ppid=30232 vsize=13982084 CPUtime=1.25 cores=0,2,4,6
/proc/30235/task/30241/stat : 30241 (java) S 30232 30235 5234 0 -1 1077944384 3466 0 0 0 117 8 0 0 20 0 15 0 10674833 14317654016 208204 18446744073709551615 4194304 4196468 140735388483520 140613143301264 140613212034773 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30242] ppid=30232 vsize=13982084 CPUtime=0.51 cores=0,2,4,6
/proc/30235/task/30242/stat : 30242 (java) S 30232 30235 5234 0 -1 1077944384 2168 0 0 0 44 7 0 0 20 0 15 0 10674834 14317654016 208204 18446744073709551615 4194304 4196468 140735388483520 140612690474992 140613212035714 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30243] ppid=30232 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/30235/task/30243/stat : 30243 (java) S 30232 30235 5234 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 15 0 10674835 14317654016 208204 18446744073709551615 4194304 4196468 140735388483520 140612689421280 140613212034773 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30244] ppid=30232 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/30235/task/30244/stat : 30244 (java) S 30232 30235 5234 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 10674835 14317654016 208204 18446744073709551615 4194304 4196468 140735388483520 140612688368640 140613212034773 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30245] ppid=30232 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/30235/task/30245/stat : 30245 (java) S 30232 30235 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10674837 14317654016 208204 18446744073709551615 4194304 4196468 140735388483520 140612687317200 140613212043163 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30246] ppid=30232 vsize=13982084 CPUtime=2.39 cores=0,2,4,6
/proc/30235/task/30246/stat : 30246 (java) S 30232 30235 5234 0 -1 1077944384 10290 0 0 0 238 1 0 0 20 0 15 0 10674837 14317654016 208204 18446744073709551615 4194304 4196468 140735388483520 140612686264816 140613212035714 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30247] ppid=30232 vsize=13982084 CPUtime=2.38 cores=0,2,4,6
/proc/30235/task/30247/stat : 30247 (java) S 30232 30235 5234 0 -1 1077944384 11296 0 0 0 236 2 0 0 20 0 15 0 10674837 14317654016 208204 18446744073709551615 4194304 4196468 140735388483520 140612685212272 140613212035714 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30248] ppid=30232 vsize=13982084 CPUtime=1.02 cores=0,2,4,6
/proc/30235/task/30248/stat : 30248 (java) S 30232 30235 5234 0 -1 1077944384 17082 0 0 0 100 2 0 0 20 0 15 0 10674837 14317654016 208204 18446744073709551615 4194304 4196468 140735388483520 140612684159728 140613212035714 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30249] ppid=30232 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/30235/task/30249/stat : 30249 (java) S 30232 30235 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10674837 14317654016 208204 18446744073709551615 4194304 4196468 140735388483520 140612683107424 140613212034773 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
[pid=30235/tid=30250] ppid=30232 vsize=13982084 CPUtime=0.14 cores=0,2,4,6
/proc/30235/task/30250/stat : 30250 (java) S 30232 30235 5234 0 -1 1077944384 173 0 0 0 8 6 0 0 20 0 15 0 10674842 14317654016 208204 18446744073709551615 4194304 4196468 140735388483520 140612682053936 140613212035714 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21405696 140735388488087 140735388488267 140735388488267 140735388491727 0
Current children cumulated CPU time (s) 249.38
Current children cumulated vsize (KiB) 13982084

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 30235 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 240.033
CPU time (s): 249.411
CPU user time (s): 248.67
CPU system time (s): 0.741039
CPU usage (%): 103.907
Max. virtual memory (cumulated for all children) (KiB): 13982084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 248.67
system time used= 0.741039
maximum resident set size= 1140072
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79333
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21096
involuntary context switches= 792

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.18582 second user time and 1.38133 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-02 01:40:49
IDJOB=4255527
IDBENCH=126233
IDSOLVER=2638
FILE ID=node134/4255527-1501631691
RUNJOBID= node134-1501623099-24765
PBS_JOBID= 
Free space on /tmp= 61856 MiB

SOLVER NAME= OscaR - ALNS 2017-07-26
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-18-a4.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4255527-1501631691/watcher-4255527-1501631691 -o /tmp/evaluation-result-4255527-1501631691/solver-4255527-1501631691 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node134-1501623099-24765 --watchdog 300  java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed 1991784297 --timelimit 264 --memlimit 11000 --nbcore 4 HOME/instance-4255527-1501631691.xml

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

MD5SUM BENCH= cd45d5bd6c60c6606ac40fe75fc6407d
RANDOM SEED=1991784297

node134.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
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.43
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.43
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.43
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:        29487536 kB
MemAvailable:   29804532 kB
Buffers:          106916 kB
Cached:           489884 kB
SwapCached:            0 kB
Active:          2559332 kB
Inactive:         309504 kB
Active(anon):    2274172 kB
Inactive(anon):     6652 kB
Active(file):     285160 kB
Inactive(file):   302852 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42460 kB
Writeback:             4 kB
AnonPages:       2271532 kB
Mapped:            44360 kB
Shmem:              8892 kB
Slab:             115260 kB
SReclaimable:      89640 kB
SUnreclaim:        25620 kB
KernelStack:        3504 kB
PageTables:         8840 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4486876 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2146304 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61812 MiB
End job on node134 at 2017-08-02 01:44:50