Trace number 4255532

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)713 248.217 240.03101

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-25-a4.xml
MD5SUMa6ebb4642302e72810e9d3407e53c8ef
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark713
Best CPU time to get the best result obtained on this benchmark248.217
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints42552
Number of domains1
Minimum domain size1001
Maximum domain size1001
Distribution of domain sizes[{"size":1001,"count":25}]
Minimum variable degree6625
Maximum variable degree6626
Distribution of variable degrees[{"degree":6625,"count":23},{"degree":6626,"count":2}]
Minimum constraint arity1
Maximum constraint arity25
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":4600},{"arity":4,"count":37950},{"arity":25,"count":1}]
Number of extensional constraints0
Number of intensional constraints42551
Distribution of constraint types[{"type":"intension","count":42551},{"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.22/0.39	c version: 2017-07-26
0.22/0.39	c seed: 640131979
0.22/0.39	c timeout: 264
0.22/0.39	c memlimit: 11000
0.22/0.39	c nbcore: 4
0.41/0.41	c Parsing instance...
6.69/2.61	c Parsing done, starting search...
7.60/2.96	o 1000
19.48/13.10	o 757
41.13/33.98	o 752
41.23/34.08	o 725
44.39/37.06	o 724
46.00/38.63	o 723
48.20/40.81	o 722
201.19/193.32	o 721
221.96/214.05	o 720
240.52/232.49	o 719
246.77/238.64	o 714
247.27/239.19	o 713
248.18/240.01	s SATISFIABLE
248.18/240.01	v <instantiation>
248.18/240.01	v 	<list>
248.18/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] x[18] x[19] x[20] x[21] x[22] x[23] x[24]
248.18/240.01	v 	</list>
248.18/240.01	v 	<values>
248.18/240.01	v 		0 1 4 12 32 79 112 127 153 188 269 368 408 454 478 496 615 621 640 670 679 692 706 708 713 
248.18/240.01	v 	</values>
248.18/240.01	v </instantiation>

Verifier Data

OK	713

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-4255532-1501631912/watcher-4255532-1501631912 -o /tmp/evaluation-result-4255532-1501631912/solver-4255532-1501631912 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node134-1501623099-24766 --watchdog 300 java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed 640131979 --timelimit 264 --memlimit 11000 --nbcore 4 HOME/instance-4255532-1501631912.xml 

pid=30315
running on 4 cores: 1,3,5,7

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.68 1.63 1.63 2/199 30318
/proc/meminfo: memFree=30863996/32770624 swapFree=0/303044
[pid=30318] ppid=30315 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/30318/stat : 30318 (runsolver) D 30315 30318 5234 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 10696936 24240128 106 18446744073709551615 4194304 4338465 140723305059920 140723305057560 139732341949143 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 17645568 140723305066605 140723305067078 140723305067078 140723305070538 0
/proc/30318/statm: 5918 106 53 36 0 2156 0

[startup+0.10021 s]
/proc/loadavg: 1.68 1.63 1.63 2/199 30318
/proc/meminfo: memFree=30863996/32770624 swapFree=0/303044
[pid=30318] ppid=30315 vsize=356952 CPUtime=0 cores=1,3,5,7
/proc/30318/stat : 30318 (java) S 30315 30318 5234 0 -1 1077944320 1732 0 0 0 0 0 0 0 20 0 2 0 10696936 365518848 1881 18446744073709551615 4194304 4196468 140735612761296 140735612743840 139911085383415 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
/proc/30318/statm: 89238 1881 1032 1 0 79216 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 356952

[startup+0.203938 s]
/proc/loadavg: 1.68 1.63 1.63 2/199 30318
/proc/meminfo: memFree=30863996/32770624 swapFree=0/303044
[pid=30318] ppid=30315 vsize=13973048 CPUtime=0.06 cores=1,3,5,7
/proc/30318/stat : 30318 (java) S 30315 30318 5234 0 -1 1077944320 5594 0 0 0 5 1 0 0 20 0 15 0 10696936 14308401152 5286 18446744073709551615 4194304 4196468 140735612761296 140735612743840 139911085383415 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
/proc/30318/statm: 3493262 5286 2581 1 0 3482767 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 13973048

[startup+0.300202 s]
/proc/loadavg: 1.68 1.63 1.63 2/199 30318
/proc/meminfo: memFree=30863996/32770624 swapFree=0/303044
[pid=30318] ppid=30315 vsize=13975920 CPUtime=0.22 cores=1,3,5,7
/proc/30318/stat : 30318 (java) S 30315 30318 5234 0 -1 1077944320 9895 0 0 0 19 3 0 0 20 0 15 0 10696936 14311342080 9721 18446744073709551615 4194304 4196468 140735612761296 140735612743840 139911085383415 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
/proc/30318/statm: 3493980 9721 3546 1 0 3482767 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 13975920

[startup+0.701378 s]
/proc/loadavg: 1.68 1.63 1.63 2/199 30318
/proc/meminfo: memFree=30863996/32770624 swapFree=0/303044
[pid=30318] ppid=30315 vsize=13977988 CPUtime=1.11 cores=1,3,5,7
/proc/30318/stat : 30318 (java) S 30315 30318 5234 0 -1 1077944320 14721 0 0 0 105 6 0 0 20 0 15 0 10696936 14313459712 25195 18446744073709551615 4194304 4196468 140735612761296 140735612743840 139911085383415 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
/proc/30318/statm: 3494497 25195 3717 1 0 3483279 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 13977988

[startup+1.50095 s]
/proc/loadavg: 1.68 1.63 1.63 5/214 30333
/proc/meminfo: memFree=30650988/32770624 swapFree=0/303048
[pid=30318] ppid=30315 vsize=13977988 CPUtime=3.54 cores=1,3,5,7
/proc/30318/stat : 30318 (java) S 30315 30318 5234 0 -1 1077944320 17524 0 0 0 337 17 0 0 20 0 15 0 10696936 14313459712 64553 18446744073709551615 4194304 4196468 140735612761296 140735612743840 139911085383415 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
/proc/30318/statm: 3494497 64553 3770 1 0 3483279 0
[pid=30318/tid=30320] ppid=30315 vsize=13977988 CPUtime=1.28 cores=1,3,5,7
/proc/30318/task/30320/stat : 30320 (java) R 30315 30318 5234 0 -1 4202560 10521 0 0 0 122 6 0 0 20 0 15 0 10696945 14313459712 64553 18446744073709551615 4194304 4196468 140735612761296 139911089617680 139911085404762 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30321] ppid=30315 vsize=13977988 CPUtime=0.04 cores=1,3,5,7
/proc/30318/task/30321/stat : 30321 (java) S 30315 30318 5234 0 -1 1077944384 73 0 0 0 2 2 0 0 20 0 15 0 10696946 14313459712 64553 18446744073709551615 4194304 4196468 140735612761296 139911046281616 139911085393621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30322] ppid=30315 vsize=13977988 CPUtime=0.04 cores=1,3,5,7
/proc/30318/task/30322/stat : 30322 (java) S 30315 30318 5234 0 -1 1077944384 116 0 0 0 3 1 0 0 20 0 15 0 10696946 14313459712 64553 18446744073709551615 4194304 4196468 140735612761296 139911045228816 139911085393621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30323] ppid=30315 vsize=13977988 CPUtime=0.04 cores=1,3,5,7
/proc/30318/task/30323/stat : 30323 (java) S 30315 30318 5234 0 -1 1077944384 42 0 0 0 2 2 0 0 20 0 15 0 10696946 14313459712 64553 18446744073709551615 4194304 4196468 140735612761296 139911044176528 139911085393621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30324] ppid=30315 vsize=13977988 CPUtime=0.05 cores=1,3,5,7
/proc/30318/task/30324/stat : 30324 (java) S 30315 30318 5234 0 -1 1077944384 61 0 0 0 3 2 0 0 20 0 15 0 10696946 14313459712 64553 18446744073709551615 4194304 4196468 140735612761296 139910682438160 139911085393621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30325] ppid=30315 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/30318/task/30325/stat : 30325 (java) S 30315 30318 5234 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 10696948 14313459712 64553 18446744073709551615 4194304 4196468 140735612761296 139910564506224 139911085394562 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30326] ppid=30315 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/30318/task/30326/stat : 30326 (java) S 30315 30318 5234 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 10696948 14313459712 64553 18446744073709551615 4194304 4196468 140735612761296 139910563452192 139911085393621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30327] ppid=30315 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/30318/task/30327/stat : 30327 (java) S 30315 30318 5234 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 10696948 14313459712 64553 18446744073709551615 4194304 4196468 140735612761296 139910562399872 139911085393621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30328] ppid=30315 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/30318/task/30328/stat : 30328 (java) S 30315 30318 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10696950 14313459712 64553 18446744073709551615 4194304 4196468 140735612761296 139910561348176 139911085402011 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30329] ppid=30315 vsize=13977988 CPUtime=0.81 cores=1,3,5,7
/proc/30318/task/30329/stat : 30329 (java) R 30315 30318 5234 0 -1 1077944384 2192 0 0 0 80 1 0 0 20 0 15 0 10696950 14313459712 64553 18446744073709551615 4194304 4196468 140735612761296 139910560271856 139911085393621 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30330] ppid=30315 vsize=13977988 CPUtime=0.86 cores=1,3,5,7
/proc/30318/task/30330/stat : 30330 (java) R 30315 30318 5234 0 -1 4202560 1943 0 0 0 86 0 0 0 20 0 15 0 10696951 14313459712 64553 18446744073709551615 4194304 4196468 140735612761296 139910559228768 139911070302298 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30331] ppid=30315 vsize=13977988 CPUtime=0.34 cores=1,3,5,7
/proc/30318/task/30331/stat : 30331 (java) R 30315 30318 5234 0 -1 4202560 1124 0 0 0 34 0 0 0 20 0 15 0 10696951 14313459712 64553 18446744073709551615 4194304 4196468 140735612761296 139910558185808 139911065098230 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30332] ppid=30315 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/30318/task/30332/stat : 30332 (java) S 30315 30318 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10696951 14313459712 64553 18446744073709551615 4194304 4196468 140735612761296 139910557137376 139911085393621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30333] ppid=30315 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/30318/task/30333/stat : 30333 (java) S 30315 30318 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10696955 14313459712 64553 18446744073709551615 4194304 4196468 140735612761296 139910556085168 139911085394562 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
Current children cumulated CPU time (s) 3.54
Current children cumulated vsize (KiB) 13977988

[startup+3.10097 s]
/proc/loadavg: 1.86 1.67 1.65 4/214 30333
/proc/meminfo: memFree=30449884/32770624 swapFree=0/303056
[pid=30318] ppid=30315 vsize=13982084 CPUtime=8.09 cores=1,3,5,7
/proc/30318/stat : 30318 (java) S 30315 30318 5234 0 -1 1077944320 26867 0 0 0 778 31 0 0 20 0 15 0 10696936 14317654016 112255 18446744073709551615 4194304 4196468 140735612761296 140735612743840 139911085383415 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
/proc/30318/statm: 3495521 112255 3795 1 0 3484303 0
[pid=30318/tid=30320] ppid=30315 vsize=13982084 CPUtime=2.81 cores=1,3,5,7
/proc/30318/task/30320/stat : 30320 (java) R 30315 30318 5234 0 -1 4202560 13676 0 0 0 271 10 0 0 20 0 15 0 10696945 14317654016 112255 18446744073709551615 4194304 4196468 140735612761296 139911089620424 139910728390985 0 4 1 16800974 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30321] ppid=30315 vsize=13982084 CPUtime=0.1 cores=1,3,5,7
/proc/30318/task/30321/stat : 30321 (java) S 30315 30318 5234 0 -1 1077944384 149 0 0 0 6 4 0 0 20 0 15 0 10696946 14317654016 112255 18446744073709551615 4194304 4196468 140735612761296 139911046281616 139911085393621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30322] ppid=30315 vsize=13982084 CPUtime=0.07 cores=1,3,5,7
/proc/30318/task/30322/stat : 30322 (java) S 30315 30318 5234 0 -1 1077944384 165 0 0 0 5 2 0 0 20 0 15 0 10696946 14317654016 112255 18446744073709551615 4194304 4196468 140735612761296 139911045228816 139911085393621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30323] ppid=30315 vsize=13982084 CPUtime=0.08 cores=1,3,5,7
/proc/30318/task/30323/stat : 30323 (java) S 30315 30318 5234 0 -1 1077944384 117 0 0 0 5 3 0 0 20 0 15 0 10696946 14317654016 112255 18446744073709551615 4194304 4196468 140735612761296 139911044176528 139911085393621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30324] ppid=30315 vsize=13982084 CPUtime=0.1 cores=1,3,5,7
/proc/30318/task/30324/stat : 30324 (java) S 30315 30318 5234 0 -1 1077944384 130 0 0 0 6 4 0 0 20 0 15 0 10696946 14317654016 112255 18446744073709551615 4194304 4196468 140735612761296 139910682438160 139911085393621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30325] ppid=30315 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/30318/task/30325/stat : 30325 (java) S 30315 30318 5234 0 -1 1077944384 211 0 0 0 0 0 0 0 20 0 15 0 10696948 14317654016 112255 18446744073709551615 4194304 4196468 140735612761296 139910564506224 139911085394562 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30326] ppid=30315 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/30318/task/30326/stat : 30326 (java) S 30315 30318 5234 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 10696948 14317654016 112255 18446744073709551615 4194304 4196468 140735612761296 139910563452256 139911085393621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30327] ppid=30315 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/30318/task/30327/stat : 30327 (java) S 30315 30318 5234 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 10696948 14317654016 112255 18446744073709551615 4194304 4196468 140735612761296 139910562399872 139911085393621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30328] ppid=30315 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/30318/task/30328/stat : 30328 (java) S 30315 30318 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10696950 14317654016 112255 18446744073709551615 4194304 4196468 140735612761296 139910561348176 139911085402011 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30329] ppid=30315 vsize=13982084 CPUtime=2.04 cores=1,3,5,7
/proc/30318/task/30329/stat : 30329 (java) R 30315 30318 5234 0 -1 4202560 3425 0 0 0 201 3 0 0 20 0 15 0 10696950 14317654016 112255 18446744073709551615 4194304 4196468 140735612761296 139910560283584 139911068940743 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30330] ppid=30315 vsize=13982084 CPUtime=2 cores=1,3,5,7
/proc/30318/task/30330/stat : 30330 (java) R 30315 30318 5234 0 -1 4202560 3526 0 0 0 200 0 0 0 20 0 15 0 10696951 14317654016 112255 18446744073709551615 4194304 4196468 140735612761296 139910559242224 139911077718429 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30331] ppid=30315 vsize=13982084 CPUtime=0.8 cores=1,3,5,7
/proc/30318/task/30331/stat : 30331 (java) R 30315 30318 5234 0 -1 4202560 4100 0 0 0 79 1 0 0 20 0 15 0 10696951 14317654016 112255 18446744073709551615 4194304 4196468 140735612761296 139910558189936 139911070549054 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30332] ppid=30315 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/30318/task/30332/stat : 30332 (java) S 30315 30318 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10696951 14317654016 112255 18446744073709551615 4194304 4196468 140735612761296 139910557137376 139911085393621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30333] ppid=30315 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/30318/task/30333/stat : 30333 (java) S 30315 30318 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10696955 14317654016 112255 18446744073709551615 4194304 4196468 140735612761296 139910556085168 139911085394562 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
Current children cumulated CPU time (s) 8.09
Current children cumulated vsize (KiB) 13982084

[startup+6.30062 s]
/proc/loadavg: 1.86 1.67 1.65 3/214 30334
/proc/meminfo: memFree=30172252/32770624 swapFree=0/303056
[pid=30318] ppid=30315 vsize=13982084 CPUtime=12.37 cores=1,3,5,7
/proc/30318/stat : 30318 (java) S 30315 30318 5234 0 -1 1077944320 35268 0 0 0 1197 40 0 0 20 0 15 0 10696936 14317654016 177637 18446744073709551615 4194304 4196468 140735612761296 140735612743840 139911085383415 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
/proc/30318/statm: 3495521 177637 3800 1 0 3484303 0
[pid=30318/tid=30320] ppid=30315 vsize=13982084 CPUtime=5.95 cores=1,3,5,7
/proc/30318/task/30320/stat : 30320 (java) R 30315 30318 5234 0 -1 4202560 15978 0 0 0 582 13 0 0 20 0 15 0 10696945 14317654016 177637 18446744073709551615 4194304 4196468 140735612761296 139911089617728 139910732831860 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30321] ppid=30315 vsize=13982084 CPUtime=0.13 cores=1,3,5,7
/proc/30318/task/30321/stat : 30321 (java) S 30315 30318 5234 0 -1 1077944384 255 0 0 0 8 5 0 0 20 0 15 0 10696946 14317654016 177637 18446744073709551615 4194304 4196468 140735612761296 139911046281616 139911085393621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30322] ppid=30315 vsize=13982084 CPUtime=0.11 cores=1,3,5,7
/proc/30318/task/30322/stat : 30322 (java) S 30315 30318 5234 0 -1 1077944384 278 0 0 0 8 3 0 0 20 0 15 0 10696946 14317654016 177637 18446744073709551615 4194304 4196468 140735612761296 139911045228816 139911085393621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30323] ppid=30315 vsize=13982084 CPUtime=0.12 cores=1,3,5,7
/proc/30318/task/30323/stat : 30323 (java) S 30315 30318 5234 0 -1 1077944384 1240 0 0 0 8 4 0 0 20 0 15 0 10696946 14317654016 177637 18446744073709551615 4194304 4196468 140735612761296 139911044176528 139911085393621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30324] ppid=30315 vsize=13982084 CPUtime=0.14 cores=1,3,5,7
/proc/30318/task/30324/stat : 30324 (java) S 30315 30318 5234 0 -1 1077944384 622 0 0 0 9 5 0 0 20 0 15 0 10696946 14317654016 177637 18446744073709551615 4194304 4196468 140735612761296 139910682438160 139911085393621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30325] ppid=30315 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/30318/task/30325/stat : 30325 (java) S 30315 30318 5234 0 -1 1077944384 680 0 0 0 0 0 0 0 20 0 15 0 10696948 14317654016 177637 18446744073709551615 4194304 4196468 140735612761296 139910564506224 139911085394562 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30326] ppid=30315 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/30318/task/30326/stat : 30326 (java) S 30315 30318 5234 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 10696948 14317654016 177637 18446744073709551615 4194304 4196468 140735612761296 139910563452256 139911085393621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30327] ppid=30315 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/30318/task/30327/stat : 30327 (java) S 30315 30318 5234 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 10696948 14317654016 177637 18446744073709551615 4194304 4196468 140735612761296 139910562399872 139911085393621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30328] ppid=30315 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/30318/task/30328/stat : 30328 (java) S 30315 30318 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10696950 14317654016 177637 18446744073709551615 4194304 4196468 140735612761296 139910561348176 139911085402011 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30329] ppid=30315 vsize=13982084 CPUtime=2.53 cores=1,3,5,7
/proc/30318/task/30329/stat : 30329 (java) S 30315 30318 5234 0 -1 1077944384 4641 0 0 0 250 3 0 0 20 0 15 0 10696950 14317654016 177637 18446744073709551615 4194304 4196468 140735612761296 139910560295024 139911085394562 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30330] ppid=30315 vsize=13982084 CPUtime=2.39 cores=1,3,5,7
/proc/30318/task/30330/stat : 30330 (java) S 30315 30318 5234 0 -1 1077944384 4753 0 0 0 239 0 0 0 20 0 15 0 10696951 14317654016 177637 18446744073709551615 4194304 4196468 140735612761296 139910559242224 139911085394562 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30331] ppid=30315 vsize=13982084 CPUtime=0.9 cores=1,3,5,7
/proc/30318/task/30331/stat : 30331 (java) S 30315 30318 5234 0 -1 1077944384 4733 0 0 0 88 2 0 0 20 0 15 0 10696951 14317654016 177637 18446744073709551615 4194304 4196468 140735612761296 139910558189936 139911085394562 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30332] ppid=30315 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/30318/task/30332/stat : 30332 (java) S 30315 30318 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10696951 14317654016 177637 18446744073709551615 4194304 4196468 140735612761296 139910557137376 139911085393621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30333] ppid=30315 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/30318/task/30333/stat : 30333 (java) S 30315 30318 5234 0 -1 1077944384 718 0 0 0 0 0 0 0 20 0 15 0 10696955 14317654016 177637 18446744073709551615 4194304 4196468 140735612761296 139910556085168 139911085394562 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 13982084

[startup+12.7006 s]
/proc/loadavg: 1.81 1.67 1.65 3/214 30334
/proc/meminfo: memFree=29652452/32770624 swapFree=0/303072
[pid=30318] ppid=30315 vsize=13982084 CPUtime=19.08 cores=1,3,5,7
/proc/30318/stat : 30318 (java) S 30315 30318 5234 0 -1 1077944320 36988 0 0 0 1855 53 0 0 20 0 15 0 10696936 14317654016 308124 18446744073709551615 4194304 4196468 140735612761296 140735612743840 139911085383415 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
/proc/30318/statm: 3495521 308124 3801 1 0 3484303 0
[pid=30318/tid=30320] ppid=30315 vsize=13982084 CPUtime=12.31 cores=1,3,5,7
/proc/30318/task/30320/stat : 30320 (java) R 30315 30318 5234 0 -1 4202560 16685 0 0 0 1210 21 0 0 20 0 15 0 10696945 14317654016 308124 18446744073709551615 4194304 4196468 140735612761296 139911089618448 139910734720830 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30321] ppid=30315 vsize=13982084 CPUtime=0.17 cores=1,3,5,7
/proc/30318/task/30321/stat : 30321 (java) S 30315 30318 5234 0 -1 1077944384 289 0 0 0 11 6 0 0 20 0 15 0 10696946 14317654016 308124 18446744073709551615 4194304 4196468 140735612761296 139911046281616 139911085393621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30322] ppid=30315 vsize=13982084 CPUtime=0.15 cores=1,3,5,7
/proc/30318/task/30322/stat : 30322 (java) S 30315 30318 5234 0 -1 1077944384 307 0 0 0 11 4 0 0 20 0 15 0 10696946 14317654016 308124 18446744073709551615 4194304 4196468 140735612761296 139911045228816 139911085393621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30323] ppid=30315 vsize=13982084 CPUtime=0.16 cores=1,3,5,7
/proc/30318/task/30323/stat : 30323 (java) S 30315 30318 5234 0 -1 1077944384 1303 0 0 0 11 5 0 0 20 0 15 0 10696946 14317654016 308124 18446744073709551615 4194304 4196468 140735612761296 139911044176528 139911085393621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30324] ppid=30315 vsize=13982084 CPUtime=0.18 cores=1,3,5,7
/proc/30318/task/30324/stat : 30324 (java) S 30315 30318 5234 0 -1 1077944384 649 0 0 0 12 6 0 0 20 0 15 0 10696946 14317654016 308124 18446744073709551615 4194304 4196468 140735612761296 139910682438160 139911085393621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30325] ppid=30315 vsize=13982084 CPUtime=0.01 cores=1,3,5,7
/proc/30318/task/30325/stat : 30325 (java) S 30315 30318 5234 0 -1 1077944384 1190 0 0 0 1 0 0 0 20 0 15 0 10696948 14317654016 308124 18446744073709551615 4194304 4196468 140735612761296 139910564506224 139911085394562 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30326] ppid=30315 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/30318/task/30326/stat : 30326 (java) S 30315 30318 5234 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 10696948 14317654016 308124 18446744073709551615 4194304 4196468 140735612761296 139910563452256 139911085393621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30327] ppid=30315 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/30318/task/30327/stat : 30327 (java) S 30315 30318 5234 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 15 0 10696948 14317654016 308124 18446744073709551615 4194304 4196468 140735612761296 139910562399872 139911085393621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30328] ppid=30315 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/30318/task/30328/stat : 30328 (java) S 30315 30318 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10696950 14317654016 308124 18446744073709551615 4194304 4196468 140735612761296 139910561348176 139911085402011 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0

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

[pid=30318/tid=30333] ppid=30315 vsize=13982084 CPUtime=0.02 cores=1,3,5,7
/proc/30318/task/30333/stat : 30333 (java) S 30315 30318 5234 0 -1 1077944384 743 0 0 0 1 1 0 0 20 0 15 0 10696955 14317654016 871862 18446744073709551615 4194304 4196468 140735612761296 139910556085168 139911085394562 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
Current children cumulated CPU time (s) 58.53
Current children cumulated vsize (KiB) 13982084

[startup+102.301 s]
/proc/loadavg: 1.93 1.71 1.66 3/213 30414
/proc/meminfo: memFree=24446636/32770624 swapFree=0/303200
[pid=30318] ppid=30315 vsize=13982084 CPUtime=109.86 cores=1,3,5,7
/proc/30318/stat : 30318 (java) S 30315 30318 5234 0 -1 1077944320 62445 0 0 0 10890 96 0 0 20 0 15 0 10696936 14317654016 877193 18446744073709551615 4194304 4196468 140735612761296 140735612743840 139911085383415 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
/proc/30318/statm: 3495521 877193 3801 1 0 3484303 0
[pid=30318/tid=30320] ppid=30315 vsize=13982084 CPUtime=101.84 cores=1,3,5,7
/proc/30318/task/30320/stat : 30320 (java) R 30315 30318 5234 0 -1 4202560 29420 0 0 0 10128 56 0 0 20 0 15 0 10696945 14317654016 877193 18446744073709551615 4194304 4196468 140735612761296 139911089621328 139910733839564 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30321] ppid=30315 vsize=13982084 CPUtime=0.23 cores=1,3,5,7
/proc/30318/task/30321/stat : 30321 (java) S 30315 30318 5234 0 -1 1077944384 684 0 0 0 16 7 0 0 20 0 15 0 10696946 14317654016 877193 18446744073709551615 4194304 4196468 140735612761296 139911046281616 139911085393621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30322] ppid=30315 vsize=13982084 CPUtime=0.22 cores=1,3,5,7
/proc/30318/task/30322/stat : 30322 (java) S 30315 30318 5234 0 -1 1077944384 1083 0 0 0 16 6 0 0 20 0 15 0 10696946 14317654016 877193 18446744073709551615 4194304 4196468 140735612761296 139911045228816 139911085393621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30323] ppid=30315 vsize=13982084 CPUtime=0.22 cores=1,3,5,7
/proc/30318/task/30323/stat : 30323 (java) S 30315 30318 5234 0 -1 1077944384 2053 0 0 0 16 6 0 0 20 0 15 0 10696946 14317654016 877193 18446744073709551615 4194304 4196468 140735612761296 139911044176528 139911085393621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30324] ppid=30315 vsize=13982084 CPUtime=0.23 cores=1,3,5,7
/proc/30318/task/30324/stat : 30324 (java) S 30315 30318 5234 0 -1 1077944384 901 0 0 0 16 7 0 0 20 0 15 0 10696946 14317654016 877193 18446744073709551615 4194304 4196468 140735612761296 139910682438160 139911085393621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30325] ppid=30315 vsize=13982084 CPUtime=0.03 cores=1,3,5,7
/proc/30318/task/30325/stat : 30325 (java) S 30315 30318 5234 0 -1 1077944384 2397 0 0 0 2 1 0 0 20 0 15 0 10696948 14317654016 877193 18446744073709551615 4194304 4196468 140735612761296 139910564506224 139911085394562 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30326] ppid=30315 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/30318/task/30326/stat : 30326 (java) S 30315 30318 5234 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 10696948 14317654016 877193 18446744073709551615 4194304 4196468 140735612761296 139910563452256 139911085393621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30327] ppid=30315 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/30318/task/30327/stat : 30327 (java) S 30315 30318 5234 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 10696948 14317654016 877193 18446744073709551615 4194304 4196468 140735612761296 139910562399872 139911085393621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30328] ppid=30315 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/30318/task/30328/stat : 30328 (java) S 30315 30318 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10696950 14317654016 877193 18446744073709551615 4194304 4196468 140735612761296 139910561348176 139911085402011 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30329] ppid=30315 vsize=13982084 CPUtime=3.01 cores=1,3,5,7
/proc/30318/task/30329/stat : 30329 (java) S 30315 30318 5234 0 -1 1077944384 7057 0 0 0 297 4 0 0 20 0 15 0 10696950 14317654016 877193 18446744073709551615 4194304 4196468 140735612761296 139910560295024 139911085394562 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30330] ppid=30315 vsize=13982084 CPUtime=2.9 cores=1,3,5,7
/proc/30318/task/30330/stat : 30330 (java) S 30315 30318 5234 0 -1 1077944384 8886 0 0 0 289 1 0 0 20 0 15 0 10696951 14317654016 877193 18446744073709551615 4194304 4196468 140735612761296 139910559242224 139911085394562 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30331] ppid=30315 vsize=13982084 CPUtime=1.03 cores=1,3,5,7
/proc/30318/task/30331/stat : 30331 (java) S 30315 30318 5234 0 -1 1077944384 7808 0 0 0 101 2 0 0 20 0 15 0 10696951 14317654016 877193 18446744073709551615 4194304 4196468 140735612761296 139910558189936 139911085394562 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30332] ppid=30315 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/30318/task/30332/stat : 30332 (java) S 30315 30318 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10696951 14317654016 877193 18446744073709551615 4194304 4196468 140735612761296 139910557137376 139911085393621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30333] ppid=30315 vsize=13982084 CPUtime=0.05 cores=1,3,5,7
/proc/30318/task/30333/stat : 30333 (java) S 30315 30318 5234 0 -1 1077944384 767 0 0 0 3 2 0 0 20 0 15 0 10696955 14317654016 877193 18446744073709551615 4194304 4196468 140735612761296 139910556085168 139911085394562 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
Current children cumulated CPU time (s) 109.86
Current children cumulated vsize (KiB) 13982084

[startup+162.301 s]
/proc/loadavg: 1.78 1.72 1.67 3/213 30416
/proc/meminfo: memFree=24448964/32770624 swapFree=0/303228
[pid=30318] ppid=30315 vsize=13982084 CPUtime=170.02 cores=1,3,5,7
/proc/30318/stat : 30318 (java) S 30315 30318 5234 0 -1 1077944320 67922 0 0 0 16899 103 0 0 20 0 15 0 10696936 14317654016 875839 18446744073709551615 4194304 4196468 140735612761296 140735612743840 139911085383415 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
/proc/30318/statm: 3495521 875839 3801 1 0 3484303 0
[pid=30318/tid=30320] ppid=30315 vsize=13982084 CPUtime=161.79 cores=1,3,5,7
/proc/30318/task/30320/stat : 30320 (java) R 30315 30318 5234 0 -1 4202560 33392 0 0 0 16123 56 0 0 20 0 15 0 10696945 14317654016 875839 18446744073709551615 4194304 4196468 140735612761296 139911089621328 139910732925504 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30321] ppid=30315 vsize=13982084 CPUtime=0.27 cores=1,3,5,7
/proc/30318/task/30321/stat : 30321 (java) S 30315 30318 5234 0 -1 1077944384 824 0 0 0 19 8 0 0 20 0 15 0 10696946 14317654016 875839 18446744073709551615 4194304 4196468 140735612761296 139911046281616 139911085393621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30322] ppid=30315 vsize=13982084 CPUtime=0.25 cores=1,3,5,7
/proc/30318/task/30322/stat : 30322 (java) S 30315 30318 5234 0 -1 1077944384 1706 0 0 0 18 7 0 0 20 0 15 0 10696946 14317654016 875839 18446744073709551615 4194304 4196468 140735612761296 139911045228816 139911085393621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30323] ppid=30315 vsize=13982084 CPUtime=0.26 cores=1,3,5,7
/proc/30318/task/30323/stat : 30323 (java) S 30315 30318 5234 0 -1 1077944384 2308 0 0 0 19 7 0 0 20 0 15 0 10696946 14317654016 875839 18446744073709551615 4194304 4196468 140735612761296 139911044176528 139911085393621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30324] ppid=30315 vsize=13982084 CPUtime=0.27 cores=1,3,5,7
/proc/30318/task/30324/stat : 30324 (java) S 30315 30318 5234 0 -1 1077944384 1066 0 0 0 19 8 0 0 20 0 15 0 10696946 14317654016 875839 18446744073709551615 4194304 4196468 140735612761296 139910682438160 139911085393621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30325] ppid=30315 vsize=13982084 CPUtime=0.03 cores=1,3,5,7
/proc/30318/task/30325/stat : 30325 (java) S 30315 30318 5234 0 -1 1077944384 2639 0 0 0 2 1 0 0 20 0 15 0 10696948 14317654016 875839 18446744073709551615 4194304 4196468 140735612761296 139910564506224 139911085394562 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30326] ppid=30315 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/30318/task/30326/stat : 30326 (java) S 30315 30318 5234 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 10696948 14317654016 875839 18446744073709551615 4194304 4196468 140735612761296 139910563452256 139911085393621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30327] ppid=30315 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/30318/task/30327/stat : 30327 (java) S 30315 30318 5234 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 10696948 14317654016 875839 18446744073709551615 4194304 4196468 140735612761296 139910562399872 139911085393621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30328] ppid=30315 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/30318/task/30328/stat : 30328 (java) S 30315 30318 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10696950 14317654016 875839 18446744073709551615 4194304 4196468 140735612761296 139910561348176 139911085402011 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30329] ppid=30315 vsize=13982084 CPUtime=3.02 cores=1,3,5,7
/proc/30318/task/30329/stat : 30329 (java) S 30315 30318 5234 0 -1 1077944384 7059 0 0 0 298 4 0 0 20 0 15 0 10696950 14317654016 875839 18446744073709551615 4194304 4196468 140735612761296 139910560295024 139911085394562 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30330] ppid=30315 vsize=13982084 CPUtime=2.9 cores=1,3,5,7
/proc/30318/task/30330/stat : 30330 (java) S 30315 30318 5234 0 -1 1077944384 8888 0 0 0 289 1 0 0 20 0 15 0 10696951 14317654016 875839 18446744073709551615 4194304 4196468 140735612761296 139910559242224 139911085394562 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30331] ppid=30315 vsize=13982084 CPUtime=1.03 cores=1,3,5,7
/proc/30318/task/30331/stat : 30331 (java) S 30315 30318 5234 0 -1 1077944384 7849 0 0 0 101 2 0 0 20 0 15 0 10696951 14317654016 875839 18446744073709551615 4194304 4196468 140735612761296 139910558189936 139911085394562 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30332] ppid=30315 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/30318/task/30332/stat : 30332 (java) S 30315 30318 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10696951 14317654016 875839 18446744073709551615 4194304 4196468 140735612761296 139910557137376 139911085393621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30333] ppid=30315 vsize=13982084 CPUtime=0.09 cores=1,3,5,7
/proc/30318/task/30333/stat : 30333 (java) S 30315 30318 5234 0 -1 1077944384 802 0 0 0 5 4 0 0 20 0 15 0 10696955 14317654016 875839 18446744073709551615 4194304 4196468 140735612761296 139910556085168 139911085394562 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
Current children cumulated CPU time (s) 170.02
Current children cumulated vsize (KiB) 13982084

[startup+222.301 s]
/proc/loadavg: 1.57 1.66 1.66 3/213 30418
/proc/meminfo: memFree=24581224/32770624 swapFree=0/303276
[pid=30318] ppid=30315 vsize=13982084 CPUtime=230.29 cores=1,3,5,7
/proc/30318/stat : 30318 (java) S 30315 30318 5234 0 -1 1077944320 81566 0 0 0 22921 108 0 0 20 0 15 0 10696936 14317654016 870071 18446744073709551615 4194304 4196468 140735612761296 140735612743840 139911085383415 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
/proc/30318/statm: 3495521 870071 3801 1 0 3484303 0
[pid=30318/tid=30320] ppid=30315 vsize=13982084 CPUtime=221.72 cores=1,3,5,7
/proc/30318/task/30320/stat : 30320 (java) R 30315 30318 5234 0 -1 4202560 38840 0 0 0 22116 56 0 0 20 0 15 0 10696945 14317654016 870071 18446744073709551615 4194304 4196468 140735612761296 139911089617712 139910732831772 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30321] ppid=30315 vsize=13982084 CPUtime=0.32 cores=1,3,5,7
/proc/30318/task/30321/stat : 30321 (java) S 30315 30318 5234 0 -1 1077944384 1433 0 0 0 23 9 0 0 20 0 15 0 10696946 14317654016 870071 18446744073709551615 4194304 4196468 140735612761296 139911046281616 139911085393621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30322] ppid=30315 vsize=13982084 CPUtime=0.3 cores=1,3,5,7
/proc/30318/task/30322/stat : 30322 (java) S 30315 30318 5234 0 -1 1077944384 1995 0 0 0 22 8 0 0 20 0 15 0 10696946 14317654016 870071 18446744073709551615 4194304 4196468 140735612761296 139911045228816 139911085393621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30323] ppid=30315 vsize=13982084 CPUtime=0.31 cores=1,3,5,7
/proc/30318/task/30323/stat : 30323 (java) S 30315 30318 5234 0 -1 1077944384 2503 0 0 0 23 8 0 0 20 0 15 0 10696946 14317654016 870071 18446744073709551615 4194304 4196468 140735612761296 139911044176528 139911085393621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30324] ppid=30315 vsize=13982084 CPUtime=0.32 cores=1,3,5,7
/proc/30318/task/30324/stat : 30324 (java) S 30315 30318 5234 0 -1 1077944384 1250 0 0 0 23 9 0 0 20 0 15 0 10696946 14317654016 870071 18446744073709551615 4194304 4196468 140735612761296 139910682438160 139911085393621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30325] ppid=30315 vsize=13982084 CPUtime=0.04 cores=1,3,5,7
/proc/30318/task/30325/stat : 30325 (java) S 30315 30318 5234 0 -1 1077944384 2908 0 0 0 3 1 0 0 20 0 15 0 10696948 14317654016 870071 18446744073709551615 4194304 4196468 140735612761296 139910564506224 139911085394562 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30326] ppid=30315 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/30318/task/30326/stat : 30326 (java) S 30315 30318 5234 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 10696948 14317654016 870071 18446744073709551615 4194304 4196468 140735612761296 139910563452256 139911085393621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30327] ppid=30315 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/30318/task/30327/stat : 30327 (java) S 30315 30318 5234 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 10696948 14317654016 870071 18446744073709551615 4194304 4196468 140735612761296 139910562399872 139911085393621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30328] ppid=30315 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/30318/task/30328/stat : 30328 (java) S 30315 30318 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10696950 14317654016 870071 18446744073709551615 4194304 4196468 140735612761296 139910561348176 139911085402011 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30329] ppid=30315 vsize=13982084 CPUtime=3.05 cores=1,3,5,7
/proc/30318/task/30329/stat : 30329 (java) S 30315 30318 5234 0 -1 1077944384 8863 0 0 0 301 4 0 0 20 0 15 0 10696950 14317654016 870071 18446744073709551615 4194304 4196468 140735612761296 139910560295024 139911085394562 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30330] ppid=30315 vsize=13982084 CPUtime=2.92 cores=1,3,5,7
/proc/30318/task/30330/stat : 30330 (java) S 30315 30318 5234 0 -1 1077944384 10043 0 0 0 291 1 0 0 20 0 15 0 10696951 14317654016 870071 18446744073709551615 4194304 4196468 140735612761296 139910559242224 139911085394562 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30331] ppid=30315 vsize=13982084 CPUtime=1.07 cores=1,3,5,7
/proc/30318/task/30331/stat : 30331 (java) S 30315 30318 5234 0 -1 1077944384 11473 0 0 0 105 2 0 0 20 0 15 0 10696951 14317654016 870071 18446744073709551615 4194304 4196468 140735612761296 139910558189936 139911085394562 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30332] ppid=30315 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/30318/task/30332/stat : 30332 (java) S 30315 30318 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10696951 14317654016 870071 18446744073709551615 4194304 4196468 140735612761296 139910557137376 139911085393621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30333] ppid=30315 vsize=13982084 CPUtime=0.12 cores=1,3,5,7
/proc/30318/task/30333/stat : 30333 (java) S 30315 30318 5234 0 -1 1077944384 862 0 0 0 6 6 0 0 20 0 15 0 10696955 14317654016 870071 18446744073709551615 4194304 4196468 140735612761296 139910556085168 139911085394562 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
Current children cumulated CPU time (s) 230.29
Current children cumulated vsize (KiB) 13982084



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.41 1.62 1.64 3/213 30418
/proc/meminfo: memFree=24660164/32770624 swapFree=0/303292
[pid=30318] ppid=30315 vsize=13982084 CPUtime=248.18 cores=1,3,5,7
/proc/30318/stat : 30318 (java) S 30315 30318 5234 0 -1 1077944320 86735 0 0 0 24709 109 0 0 20 0 15 0 10696936 14317654016 861765 18446744073709551615 4194304 4196468 140735612761296 140735612743840 139911085383415 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
/proc/30318/statm: 3495521 861765 3801 1 0 3484303 0
[pid=30318/tid=30320] ppid=30315 vsize=13982084 CPUtime=239.4 cores=1,3,5,7
/proc/30318/task/30320/stat : 30320 (java) R 30315 30318 5234 0 -1 4202560 40212 0 0 0 23883 57 0 0 20 0 15 0 10696945 14317654016 861765 18446744073709551615 4194304 4196468 140735612761296 139911089612480 139910733849826 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30321] ppid=30315 vsize=13982084 CPUtime=0.35 cores=1,3,5,7
/proc/30318/task/30321/stat : 30321 (java) S 30315 30318 5234 0 -1 1077944384 2036 0 0 0 26 9 0 0 20 0 15 0 10696946 14317654016 861765 18446744073709551615 4194304 4196468 140735612761296 139911046281616 139911085393621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30322] ppid=30315 vsize=13982084 CPUtime=0.33 cores=1,3,5,7
/proc/30318/task/30322/stat : 30322 (java) S 30315 30318 5234 0 -1 1077944384 2241 0 0 0 25 8 0 0 20 0 15 0 10696946 14317654016 861765 18446744073709551615 4194304 4196468 140735612761296 139911045228816 139911085393621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30323] ppid=30315 vsize=13982084 CPUtime=0.34 cores=1,3,5,7
/proc/30318/task/30323/stat : 30323 (java) S 30315 30318 5234 0 -1 1077944384 2734 0 0 0 26 8 0 0 20 0 15 0 10696946 14317654016 861765 18446744073709551615 4194304 4196468 140735612761296 139911044176528 139911085393621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30324] ppid=30315 vsize=13982084 CPUtime=0.35 cores=1,3,5,7
/proc/30318/task/30324/stat : 30324 (java) S 30315 30318 5234 0 -1 1077944384 1499 0 0 0 26 9 0 0 20 0 15 0 10696946 14317654016 861765 18446744073709551615 4194304 4196468 140735612761296 139910682438160 139911085393621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30325] ppid=30315 vsize=13982084 CPUtime=0.06 cores=1,3,5,7
/proc/30318/task/30325/stat : 30325 (java) S 30315 30318 5234 0 -1 1077944384 3080 0 0 0 4 2 0 0 20 0 15 0 10696948 14317654016 861765 18446744073709551615 4194304 4196468 140735612761296 139910564506224 139911085394562 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30326] ppid=30315 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/30318/task/30326/stat : 30326 (java) S 30315 30318 5234 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 10696948 14317654016 861765 18446744073709551615 4194304 4196468 140735612761296 139910563452256 139911085393621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30327] ppid=30315 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/30318/task/30327/stat : 30327 (java) S 30315 30318 5234 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 10696948 14317654016 861765 18446744073709551615 4194304 4196468 140735612761296 139910562399872 139911085393621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30328] ppid=30315 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/30318/task/30328/stat : 30328 (java) S 30315 30318 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10696950 14317654016 861765 18446744073709551615 4194304 4196468 140735612761296 139910561348176 139911085402011 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30329] ppid=30315 vsize=13982084 CPUtime=3.07 cores=1,3,5,7
/proc/30318/task/30329/stat : 30329 (java) S 30315 30318 5234 0 -1 1077944384 9258 0 0 0 303 4 0 0 20 0 15 0 10696950 14317654016 861765 18446744073709551615 4194304 4196468 140735612761296 139910560295024 139911085394562 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30330] ppid=30315 vsize=13982084 CPUtime=2.99 cores=1,3,5,7
/proc/30318/task/30330/stat : 30330 (java) S 30315 30318 5234 0 -1 1077944384 11707 0 0 0 297 2 0 0 20 0 15 0 10696951 14317654016 861765 18446744073709551615 4194304 4196468 140735612761296 139910559242224 139911085394562 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30331] ppid=30315 vsize=13982084 CPUtime=1.07 cores=1,3,5,7
/proc/30318/task/30331/stat : 30331 (java) S 30315 30318 5234 0 -1 1077944384 11700 0 0 0 105 2 0 0 20 0 15 0 10696951 14317654016 861765 18446744073709551615 4194304 4196468 140735612761296 139910558189936 139911085394562 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30332] ppid=30315 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/30318/task/30332/stat : 30332 (java) S 30315 30318 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10696951 14317654016 861765 18446744073709551615 4194304 4196468 140735612761296 139910557137376 139911085393621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
[pid=30318/tid=30333] ppid=30315 vsize=13982084 CPUtime=0.14 cores=1,3,5,7
/proc/30318/task/30333/stat : 30333 (java) S 30315 30318 5234 0 -1 1077944384 873 0 0 0 7 7 0 0 20 0 15 0 10696955 14317654016 861765 18446744073709551615 4194304 4196468 140735612761296 139910556085168 139911085394562 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20955136 140735612764568 140735612764747 140735612764747 140735612768207 0
Current children cumulated CPU time (s) 248.18
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 30318 sig 9
??? kill -30318 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 240.031
CPU time (s): 248.217
CPU user time (s): 247.102
CPU system time (s): 1.11492
CPU usage (%): 103.411
Max. virtual memory (cumulated for all children) (KiB): 13982084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 247.102
system time used= 1.11492
maximum resident set size= 3512868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87080
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= 10123
involuntary context switches= 268

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.06341 second user time and 1.54323 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-02 01:44:31
IDJOB=4255532
IDBENCH=126239
IDSOLVER=2638
FILE ID=node134/4255532-1501631912
RUNJOBID= node134-1501623099-24766
PBS_JOBID= 
Free space on /tmp= 61856 MiB

SOLVER NAME= OscaR - ALNS 2017-07-26
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-25-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-4255532-1501631912/watcher-4255532-1501631912 -o /tmp/evaluation-result-4255532-1501631912/solver-4255532-1501631912 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node134-1501623099-24766 --watchdog 300  java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed 640131979 --timelimit 264 --memlimit 11000 --nbcore 4 HOME/instance-4255532-1501631912.xml

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

MD5SUM BENCH= a6ebb4642302e72810e9d3407e53c8ef
RANDOM SEED=640131979

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:        30864276 kB
MemAvailable:   31182104 kB
Buffers:          107116 kB
Cached:           490672 kB
SwapCached:            0 kB
Active:          1181584 kB
Inactive:         309696 kB
Active(anon):     895852 kB
Inactive(anon):     6652 kB
Active(file):     285732 kB
Inactive(file):   303044 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             43916 kB
Writeback:             0 kB
AnonPages:        893544 kB
Mapped:            44364 kB
Shmem:              8892 kB
Slab:             115568 kB
SReclaimable:      89776 kB
SUnreclaim:        25792 kB
KernelStack:        3504 kB
PageTables:         7384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1731820 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    774144 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:48:31